/* # Coaching Core Theme
Theme Name: Art of Coaching Core
Theme URI: https://www.theartofcoachingvolleyball.com/
Description: Art of Coaching Core theme on Genesis Framework
Author: The Art of Coaching
Author URI: https://www.theartofcoachingvolleyball.com/
Template: genesis
Version: 2.8.8
*/

/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- Primary Navigation
	- Secondary Navigation
	- Skip Links
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Site Footer
- Media Queries
	- Retina Display
	- Max-width: 1200px
	- Max-width: 960px
	- Max-width: 800px
- Print Styles
*/


/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#333}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* ## Box Sizing
--------------------------------------------- */

html,
input[type="search"]{
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}


/* ## Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

html {
    font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
    font-size: 1.8rem;
}

body {
	background-color: #f5f5f5;
	color: #333;
	/*font-family: Lato, sans-serif;*/
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 1.625;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

a {
	color: #c3251d;
	text-decoration: underline;
}

a:hover,
a:focus {
	color: #333;
	text-decoration: none;
}

p {
	margin: 0 0 28px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #ddd;
	clear: both;
	margin: 1em 0;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}


/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	/*font-family: Lato, sans-serif;*/
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 30px;
	font-size: 3rem;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
	border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 300;
	padding: 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #333;
	font-weight: 300;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
	font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #333;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	padding: 16px 24px;
	text-transform: uppercase;
	width: auto;
}

.update-button { background: #2dabde; padding:16px 24px;}
.update-button:hover { background:rgba(45,171,222,0.7); }

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus  {
	background-color: #c3251d;
	color: #fff;
}

.entry-content .button:hover,
.entry-content .button:focus {
	color: #fff;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 400;
}

/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus  {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	color: #333;
	background: #fff;
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}

.more-link {
    position: relative;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1200px;
}

.site-inner {
	clear: both;
	padding-top: 40px;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */
.single-loop .entry-content p { margin-bottom: 28px !important; }



.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 980px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* ### Content */

.content {
	float: right;
	width: 800px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 580px;
}

.full-width-content .content {
	width: 100%;
}

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 360px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* ### Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
}

.archive-description,
.author-box {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
	padding: 40px;
}

.author-box-title {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: right;
	margin-top: 12px;
}

.entry-content .search-form,
.site-header .search-form {
	width: 50%;
}

.entry-content .post-full-content {
	display:none;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* ## Titles
--------------------------------------------- */

.archive-title {
	font-size: 20px;
	font-size: 2rem;
}

.entry-title {
	font-size: 36px;
	font-size: 3.6rem;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #c3251d;
}

.widget-title {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 20px;
}

/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.sticky {
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
}


/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	padding: 0 0 24px;
}

.featured-content .entry-title {
	font-size: 20px;
	font-size: 2rem;
}


/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Genesis eNews Extended
--------------------------------------------- */

.enews-widget,
.enews-widget .widget-title {
	color: #fff;
}

.sidebar .widget.enews-widget {
	background-color: #333;
}

.enews-widget input,
.enews-widget input:focus {
	border: 1px solid #333;
}

.enews-widget input {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	background-color: #c3251d;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"],
.enews-widget input:focus[type="submit"]  {
	background-color: #fff;
	color: #333;
}

.enews form + p {
	margin-top: 24px;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/* # Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
	min-height: 160px;
}

.site-header .wrap {
	padding: 40px 0;
}

/* ## Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 10px 0;
	width: 360px;
}

.header-full-width .title-area {
	width: 100%;
}

.site-title {
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: 400;
	line-height: 1.2;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
	color: #333;
}

.header-image .site-title > a {
	background: url('images/aoc-new-logo.png') no-repeat left;
	float: left;
	min-height: 60px;
	width: 100%;
	background-size:auto 60px;
}

.site-description {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

.site-subheader .ubernavbar .ubermenu .ubermenu-item .ubermenu-submenu {
	z-index:10001;
}

/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 800px;
}


/* # Site Navigation
----------------------------------------------------------------------------------------------------

.genesis-nav-menu {
	clear: both;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	color: #333;
	text-decoration: none;
	display: block;
	padding: 30px 24px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus  {
	color: #c3251d;
	text-decoration: underline;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: 0;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 20px;
	position: relative;
	width: 200px;
	word-wrap: break-word;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -55px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	color: #fff;
	float: right;
	list-style-type: none;
	padding: 30px 0;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	padding: 10px 0 0;
}
*/

/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -56px;
}

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* ## Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #333;
}

.nav-primary .genesis-nav-menu a {
	color: #ccc;
	text-decoration: none;
}

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu a:focus,
.nav-primary .genesis-nav-menu .current-menu-item > a {
	color: #fff;
	text-decoration: underline;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	color: #333;
}

.nav-primary .genesis-nav-menu .sub-menu a:hover,
.nav-primary .genesis-nav-menu .sub-menu a:focus,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #c3251d;
	text-decoration: underline;
}

/* ## Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #fff;
}

/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
	padding: 50px 60px;
}

.content .entry {
	background-color: #fff;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	padding-top: 24px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #333;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination li a:hover,
.archive-pagination li a:focus,
.archive-pagination .active a {
	background-color: #c3251d;
	text-decoration: underline;
}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	padding: 40px 40px 16px;
}

.entry-comments {
	padding: 40px;
}

.comment-header {
	font-size: 16px;
	font-size: 1.6rem;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: 0;
}

.comment-content {
	clear: both;
	word-wrap: break-word;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 24px;
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	font-size: 1.6rem;
}

.sidebar li {
	border-bottom: 1px dotted #ddd;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	background-color: #fff;
	margin-bottom: 40px;
	padding: 40px;
}


/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	padding: 40px 0;
	text-align: center;
}

.site-footer p {
	margin-bottom: 0;
}

/* # Child CSS
---------------------------------------------------------------------------------------------------- */
html {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
*, *:before, *:after {
	-webkit-box-sizing:inherit;
	-moz-box-sizing:inherit;
	box-sizing:inherit;
}
html, body {
	overflow-x:hidden;
}
body {
	background-color:#fff;
	font-size:16px;
	color:#666;
	font-family:'Source Sans Pro', sans-serif;
	font-weight:400;
}
body > div {
    font-size:16px;
}
h1, h2, h3, h4, h5, h6 {
	font-family:'Source Sans Pro', sans-serif;
	font-weight:700;
	color:#404041;
}
h2 {
	font-size:32px;
}
input {
	font-family:'Source Sans Pro', sans-serif;
	font-weight:400;
}
input[type="text"], input[type="email"], input[type="submit"], input[type="button"] {
	padding:8px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
a {
	color:#2BAAE1;
	text-decoration:none;
}
a:focus {
	outline:0; /*removes the dotted border*/
}

.entry-content img, .comment-content img, .widget img {
	max-width:100%;
}
.button {
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	padding:14px;
	font-size:18px;
	line-height:20px;
	color:#666;
}
.borderbutton {
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	padding:8px 40px;
	border:none;
	color:#666;
	font-size:18px;
	line-height:20px;
	display:inline-block;
}
	.borderbutton:hover {
		color:#fff;
		background-color:#15769C;
	}
	.borderbutton.baseblue, .button.baseblue {
		background-color:#15769C;
		color:#fff;
	}
	.borderbutton.baseblue:hover, .button.baseblue:hover {
		background-color:#15769C;
		color:#fff;
	}
	.button.basegrey {
		color:#404041;
		background-color:#e8e8e8;
	}
	.button.basegrey:hover {
		color:#2BAAE1;
	}
	.borderbutton.textwhite, .button.textwhite {
		color:#fff;
	}
	.borderbutton.basegreen, .button.basegreen {
		background-color:#50e3c2;
		color:#fff;
	}
.sidebar-primary {
	width:250px;
}

/* Top Notice Bar */

#top_notice {
    font-weight: bold;
    font-size: 13px;
    background-color: #4272db;
}
.top_notice_close {
    cursor: pointer;
    font-size: 18px;
    margin-right: 13px;
    padding: 5px 0 3px;
    float: right;
    color: #bcc9e8;
}
.top_notice_text_box {
    margin-left: 12px;
}

/* Post star rating */
.post-star, .search-star {

	color: #666;

	cursor: pointer;

}

	.post-star.post-star-active, .search-star.search-star-active {

		color: #2dabde;

	}

/* Mobile Menu */
#mobi-menu {
	display:none;
}

.artcoaching_popup_open{
	overflow:hidden;
}
.artcoaching_popup_overlay {
	background:#FFF;
	position:fixed;
	top:0px;
	left:0px;
	opacity:0.94;
	overflow:visible;
	height:100%;
	transition:opacity 0.26s ease 0s;
	display:none;
	width:100%;
	z-index:10003;
}
	.artcoaching_popup_loading {
		width:150px;
		height:150px;
		position:absolute;
		top:30%;
		left:50%;
		margin:-75px 0 0 -75px;
		z-index:10004;
		background:url( images/preloader.gif ) no-repeat scroll 0 0 transparent;
		text-indent:-9999px;
		display:none;
	}
	.artcoaching_popup_container {
		background:#FFF;
		margin:0 0 0 -380px;
		width:760px;
		padding:0;
		box-shadow:-1px 1px 6px 1px rgba(0, 0, 0, 0.25);
		-moz-box-shadow:-1px 1px 6px 1px rgba(0, 0, 0, 0.25);
		-webkit-box-shadow:-1px 1px 6px 1px rgba(0, 0, 0, 0.25);
		border-top:2px solid #3A9FCD;
		position:absolute;
		left:50%;
		top:15%;
		min-height:200px;
		z-index:10004;
		display:none;
	}
		.artcoaching_popup_close {
			width:15px;
			height:14px;
			position:absolute;
			right:20px;
			top:14px;
			z-index:10005;
			cursor:pointer;
			background:url( images/close.png ) no-repeat scroll 0 0 transparent;
			text-indent:-9999px;
		}
		.artcoaching_popup_content {
			width:100%;
			padding:20px;
			margin:0;
		}
			.artcoaching_popup_content > ul {
				width:100%;
				padding:0;
				margin:0;
				list-style-type:none;
				-webkit-column-count:4;
				-webkit-column-gap:10px;
				-moz-column-count:4;
				-moz-column-gap:10px;
				column-count:4;
				column-gap:10px;
			}
				.artcoaching_popup_content ul li.cat-item {
					font-size:14px;
					padding:0;
					margin-bottom:10px;
					width:100%;
					vertical-align:top;
				}
				.artcoaching_popup_content > ul li.cat-item a {
					color:#666;
				}
					.artcoaching_popup_content ul.children {
						margin-left:20px;
					}
						.artcoaching_popup_content ul.children li.cat-item {
							padding:0;
							margin:0;
						}

#archive-search-filters {
	padding:20px 0;
	border-bottom:1px solid #DDDDDD;
}
	#archive-search-filters .search-filters-label {
		color:#000000;
		font-weight:bold;
		margin-right:10px;
	}
	#archive-search-filters .stub, #archive-search-filters .stub_label {
		display:inline-block;
		vertical-align:middle;
	}
		#archive-search-filters .stub {
			background:#FFFFFF;
			font-size:12px;
			font-weight:700;
			line-height:16px;
			padding:4px 6px 4px 12px;
			margin:7px 8px 7px 0px;
			border:1px solid #DDD;
			border-radius:32px;
			-moz-border-radius:32px;
			-webkit-border-radius:32px;
			color:#5B5B5B;
		}
		#archive-search-filters .stub_label {
			max-width:125px;
			white-space:nowrap;
		}
		#archive-search-filters .stub_remove {
			color:#5B5B5B;
			margin-left:8px;
			position:relative;
			top:2px;
		}
			#archive-search-filters .stub_remove:hover{
				color:#2BAAE1;
			}

			#archive-search-filters .stub_remove .stub_icon {
				width:16px;
				height:16px;
				font-size:16px;
				line-height:16px;
			}

			#archive-search-filters .stub_remove .screen-reader-text {
				left:-9999px;
				position:absolute;
				top:-9999px;
			}
/* Home Page */
.page-template-home-landing-a main.content {
	padding: 0;
	margin: 0;
	float: none;
}

#home-header,
.homea-header {
	position: relative;
}

@media screen and (min-width: 768px) {
	#homea-header {
		height: 457px;
	}
}

.home .content .entry,
.page-template-home-landing-a .content .entry {
	background-color: transparent;
	margin-left: 0!important;
}

.homea-background {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	overflow: hidden;
}

@media screen and (min-width: 768px) {
	#homea-header .homea-header-background {
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		position: absolute;
		overflow: hidden;
	}
}

.home-background picture,
.homea-background picture,
.homea-background img {
	display: block;
	width: 100%;
}

.home-background img {
	vertical-align: bottom;
}

.homea-background picture,
.homea-background img {
	height: auto;
	left: 50%;
	min-height: 100%;
	min-width: 100%;
	opacity: 1;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-transition: opacity .5s ease 0s;
	-o-transition: opacity .5s ease 0s;
	transition: opacity .5s ease 0s;
	width: auto;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center center;
	object-position: center center;
}

#homea-header .homea-header-background picture,
#homea-header .homea-header-background img {
	display: block;
	width: 100%;
}

@media screen and (min-width: 768px) {
	#homea-header .homea-header-background picture,
	#homea-header .homea-header-background img {
		height: auto;
		left: 50%;
		min-height: 100%;
		min-width: 100%;
		opacity: 1;
		position: absolute;
		top: 50%;
		-webkit-transform: translate(-50%,-50%);
		-o-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		-webkit-transition: opacity .5s ease 0s;
		-o-transition: opacity .5s ease 0s;
		transition: opacity .5s ease 0s;
		width: auto;
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: center center;
		object-position: center center;
	}
}

.home-container {
	max-width: 800px;
	margin: 0 auto;
	position: relative;
	height: 100%;
	padding: 0;
}

#home-header .home-container {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	max-width: 100% !important;
}

@media screen and (min-width: 768px) {
	.homea-container {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		position: absolute;
		display: flex;
		align-items: center;
	}
}

@media screen and (max-width: 767px) {
	.homea-container-inner {
		background-color: #00415F;
		padding: 17px 0 28px;
	}
}

@media screen and (min-width: 768px) {
	.homea-container-inner {
    padding: 0 5%;
		background-color: none;
	}
}

@media screen and (min-width: 800px) {
	.homea-container-inner {
		max-width: 800px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		padding: 0;
	}
}

@media screen and (min-width: 961px) {
	.homea-container-inner {
		max-width: 960px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (min-width: 1268px) {
	.homea-container-inner {
		max-width: 1200px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (min-width: 768px) {
	.homea-header-content {
		max-width: 50%;
	}
}

.homea-header-title {
	font-size: 30px;
	font-weight: 700;
	line-height: 40px;
	letter-spacing: 0.02em;
	text-align: center;
	margin-top: 0;
	padding: 17px 20px 0 20px;
	color: #fff;
}

@media screen and (min-width: 768px) {
	.homea-header-title {
		padding: 17px 0 0 0;
		font-size: 40px;
	}
}

@media screen and (min-width: 768px) {
	.homea-header-title {
		font-size: 40px;
	}
}

@media screen and (min-width: 768px) {
	.homea-header-title {
		font-size: 58px;
		font-weight: 700;
		line-height: 73px;
		letter-spacing: 0.02em;
		text-align: left;
		padding-top: 0;
		margin-top: 0;
		margin-bottom: 27px;
		max-width: 90%;
	}
}

.homea-header-content p {
	color: #fff;
}

@media screen and (max-width: 767px) {
	.homea-header-content p {
		padding: 0 5%;
		font-size: 20px;
		font-weight: 400;
		line-height: 25px;
		letter-spacing: 0.03em;
		text-align: center;
	}
}

@media screen and (min-width: 768px) {
	.homea-header-content p {
		font-size: 24px;
		font-style: normal;
		font-weight: 400;
		line-height: 30px;
		letter-spacing: 0.03em;
		text-align: left;
	}
}

.home-button {
	text-transform: uppercase;
	padding: 1.6rem 3.6rem;
	font-weight: bold;
	display: inline-block;
	text-align: center;
	font-size: 26px;
	line-height: 26px;
	letter-spacing: 1.5px;
	border-radius: 8px;
	transition: background-color 0.4s;
}

#home-header .home-button {
	text-transform: uppercase;
	padding: 1rem 2rem;
	font-weight: bold;
	display: inline-block;
	text-align: center;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 1.5px;
	border-radius: 8px;
	transition: background-color 0.4s;
	margin: 0 auto 3%;
}


@media screen and (min-width:768px) {
	#home-header .home-button {
    text-transform: uppercase;
    padding: 1rem 2rem;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 1.5px;
    border-radius: 8px;
    transition: background-color 0.4s;
    margin-left: auto;
    margin-right: auto;
    margin: 0 auto 2%;
	}
}

@media screen and (min-width:1144px) {
	#home-header .home-button {
		text-transform: uppercase;
		padding: 1.6rem 3.6rem;
		font-weight: bold;
		display: inline-block;
		text-align: center;
		font-size: 26px;
		line-height: 26px;
		letter-spacing: 1.5px;
		border-radius: 8px;
		transition: background-color 0.4s;
		margin-left: auto;
		margin-right: auto;
		margin: 0 auto 3%;
	}
}

@media screen and (min-width:1200px) {
	#home-header {
		min-height: 600px;
		height: 70vh;
	}

	.home-background {
		width: 100%;
		height: 100%;
		top: 0;
    left: 0;
    position: absolute;
		overflow: hidden;
	}

	.home-background picture,
	.home-background img {
		height: auto;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    opacity: 1;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: opacity .5s ease 0s;
    -o-transition: opacity .5s ease 0s;
    transition: opacity .5s ease 0s;
		width: auto;
		-o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
	}
}

@media screen and (max-width:767px) {
	.homea-button-container {
		display: flex;
		justify-content: center;
	}
}

.homea-button {
	border-radius: 0;
	font-size: 25px;
	font-weight: 400;
	line-height: 29px;
	text-align: center;
	padding: 20px;
	margin-left: 0;
	margin-top: 9px;
}

.home-button:last-child {
	margin-top: 2rem;
}

.button-green {
	background-color: #54b588;
	color: #fff;
}

.button-green:hover {
	background-color: #349568;
	color: #fff;
}

.button-blue {
	background-color: #2dabde;
	color: #fff;
}

.button-blue:hover {
	background-color: #15769c;
	color: #fff;
}

.button-red {
	background-color: #d60b32;
	color: #fff;
}

.button-red:hover {
	background-color: #8b0720;
	color: #fff;
}

.home-loop .home-button {
	text-align: center;
	margin-top: 0;
}

.home-loop .home-container {
	padding-top: 40px;
	padding-bottom: 0;
}

@media screen and (min-width: 768px) {
	.home-loop .home-container {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

.home-loop.premium-loop .home-container {
	padding-bottom: 40px;
}

@media screen and (min-width: 768px) {
	.home-loop.premium-loop .home-container {
		padding-top: 84px;
		padding-bottom: 84px;
	}
}

.button-container {
	text-align: center;
}

@media screen and (min-width:768px) {
	.home-container {
		max-width: 800px;
	  margin: 0 auto;
		position: relative;
		height: 100%;
		padding: 0;
	}
}

@media only screen and (min-width: 960px) {
	.home-container {
		max-width: 960px;
	}
}

@media only screen and (min-width: 1280px) {
	.home-container {
		max-width: 1200px;
	}
}


.home-header-content {
	width: 340px;
	position: absolute;
	bottom: 2rem;
	left: 50%;
	transform: translateX(-50%);
}

@media only screen and (min-width: 768px) {
	.home-header-content {
		width: 360px;
		right: 11%;
		left: auto;
		transform: none;
	}
}

.homea-aside-section {
	position: relative;
}

.homea-aside-content {
	position: relative;
}

.homea-aside-content .home-container {
	padding: 40px 20px;
}

@media only screen and (min-width: 768px) {
	.homea-aside-content .home-container {
		display: flex;
		padding: 0;
	}
}

.homea-aside-header {
	text-align: center;
}

@media only screen and (min-width: 768px) {
	.homea-aside-header {
		padding: 55px 0;
		flex-shrink: 0;
		text-align: left;
	}
}

.homea-aside-title {
	font-size: 30px;
	color: #000;
}

@media screen and (min-width:768px) {
	.homea-aside-title {
		font-size: 40px;
	}
}

.homea-aside-header h3,
.homea-aside-header h4 {
	margin-bottom: 0;
}

.homea-aside-event-list {
	display: none;
}

@media only screen and (min-width: 768px) {
	.homea-aside-event-list {
		display: flex;
		flex-basis: 100%;
		align-items: center;
		justify-content: space-around;
	}
}

.homea-aside-event p {
	margin-bottom: 0;
}

.homea-aside-event-date a {
	font-weight: bold;
}

.homea-aside-event-date a,
.homea-aside-event-name a {
	text-decoration: underline;
}

.homea-aside-mobile-links {
	display: flex;
	justify-content: space-around;
	margin-top: 20px;
	font-weight: bold;
}

.homea-aside-mobile-links a {
	text-decoration: underline;
	display: block;
}

@media only screen and (min-width: 768px) {
	.homea-aside-mobile-links {
		display: none;
	}
}

.homea-event-section {
	padding: 20px 5%;
}

@media only screen and (min-width: 768px) {
	.homea-event-section {
		padding: 40px 5%;
	}
}

@media only screen and (max-width: 767px) {
	.homea-event-section h2 {
		font-size: 27px;
		font-weight: 700;
		line-height: 34px;
		letter-spacing: 0.02em;
		text-align: center;
		margin-bottom: 20px;
	}
}

@media only screen and (min-width: 768px) {
	.homea-event-section h2 {
		font-size: 42px;
		font-weight: 700;
		line-height: 53px;
		letter-spacing: 0.02em;
		text-align: center;
		margin-bottom: 20px;
	}
}

	.homea-event-links {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}

@media only screen and (min-width: 768px) {
	.homea-event-links {
    justify-content: center;
	}
}

.homea-event-link {
	font-weight: 700;
	text-align: center;
	text-decoration: underline;
}

@media only screen and (max-width: 767px) {
	.homea-event-link {
		font-size: 13px;
		line-height: 16px;
		letter-spacing: 0.01em;
	}
}

@media only screen and (min-width: 768px) {
	.homea-event-link {
		font-size: 20px;
		line-height: 25px;
		letter-spacing: 0.01em;
		padding: 0 40px;
	}
}

/* homea testimonials */
.homea-testimonials {
	background-color: #f7f9fB;
	padding: 50px 0 80px;
	overflow: hidden;
	position: relative;
}

.homea-testimonials::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #33ACE214;
	display: block;
	border-radius: 100%;
	width: 800px;
	height: 800px;
}

.homea-testimonial-title {
	text-align: center;
	font-size: 30px;
	margin-bottom: 30px;
	color: #000;
}

.homea-testimonial-quote {
	display: none !important;
}

@media only screen and (min-width: 768px) {
	.homea-testimonial-quote {
		display: block !important;
		width: 90px !important;
		position: absolute;
		top: 12px;
		left: -20%;
	}
}

.homea-testimonial-quote.quote-right {
	right: -20%;
	left: auto;
	transform: scaleX(-1);
}

@media screen and (max-width: 767px) {
	.homea-testimonial-slide-container {
		padding: 0 20px;
	}
}

.homea-testimonial-slide-container {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	display: relative;
}

.homea-testimonial-slide:focus {
	outline: none;
}

.homea-testimonial-content {
	font-size: 16px;
	text-align: center;
	margin-bottom: 24px;
	color: #000;
}

@media screen and (min-width:768px) {
	.homea-testimonial-content {
		font-size: 26px;
		position: relative;
	}
}

.homea-testimonial-author {
	font-weight: bold;
	color: #000;
	margin-bottom: 0;
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 6px;
	text-align: center;
}

.homea-testimonial-author-title {
	font-weight: bold;
	color: #000;
	margin-bottom: 0;
	font-size: 24px;
	line-height: 24px;
	text-align: center;
}

.homea-testimonials .slick-dots {
	bottom: -48px;
}

.homea-testimonials .slick-dots button::before {
	border: none;
	background-color: #fff;
}

.homea-testimonials .slick-dots .slick-active button::before {
	background-color:#c4c4c4;
}

.homea-resources-section {
	padding: 40px 20px;
}

@media screen and (min-width: 768px) {
	.homea-resources-section {
		padding: 80px 0;
	}
}

.homea-resources-title {
	font-size: 30px;
	text-align: center;
	color: #000;
}

@media screen and (min-width: 768px) {
	.homea-resources-title {
		font-size: 40px;
	}
}

.homea-resources-description {
	max-width: 840px;
	font-size: 20px;
	color: #000;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	text-align: center;
}

@media screen and (min-width: 768px) {
	.homea-resources-description {
		margin-bottom: 70px;
	}
}

.homea-resources-button-container {
	text-align: center;
	display: none;
}

@media screen and (min-width: 768px) {
	.homea-resources-button-container {
		display: block;
	}
}

.homea-resources-button {
	background-color: #33ACE2;
	padding: 20px 30px;
	color: #fff;
	display: inline-block;
	margin-top: 54px;
}

.homea-resources-button:hover,
.homea-resources-button:active {
	background-color: #15769c;
	color: #fff;
}

.homea-resources {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (min-width: 768px) {
	.homea-resources {
		grid-template-columns: repeat(5, 1fr);
		max-width: 1250px;
		gap: 20px;
	}
}

.homea-resource {
	position: relative;
}

.homea-resource-mobile {
	background: #33ACE2;
}

@media screen and (min-width: 768px) {
	homea-resource-mobile {
		display: none;
	}
}

.homea-resource-mobile .homea-resource-content {
	display: flex;
	align-items: center;
	justify-content: center;
}

.homea-resource-content-button-link {
	color: #fff;
	font-size: 20px;
	text-align: center;
	font-weight: normal;
	line-height: 23px;
	display: block;
}

@media screen and (max-width: 767px) {
	.homea-resource-image {
		padding-top: 85%;
    position: relative;
    overflow: hidden;
	}
}

@media screen and (max-width: 767px) {
	.homea-resource-image img {
		height: auto;
		left: 50%;
		min-height: 100%;
		min-width: 100%;
		opacity: 1;
		position: absolute;
		top: 50%;
		-webkit-transform: translate(-50%,-50%);
		-o-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		width: auto;
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: center center;
		object-position: center center;
	}
}

.homea-resource-image img {
	display: block;
}

.homea-resource-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0;
	color: #fff;
	width: 100%;
	height: 100%;
}

@media screen and (min-width: 768px) {
	.homea-resource-content {
		padding: 10px 20px;
	}
}

.homea-resource-content-link {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.homea-resource-content h4 {
	margin-bottom: 0;
}

.homea-resource-content h4 a {
	color: #fff;
	font-weight: normal;
	font-size: 16px;
	text-align: center;
	display: block;
}

@media screen and (min-width: 768px) {
	.homea-resource-content h4 a {
		font-size: 20px;
		font-weight: bold;
	}
}

.homea-resouce-video-content {
	text-align: center;
}

.homea-coaching-levels-section {
	padding: 40px 20px;
}

@media screen and (min-width: 768px) {
	.homea-coaching-levels-section {
		padding: 80px 0;
	}
}

@media screen and (min-width: 768px) {
	.homea-coaching-levels-section .home-container {
		display: grid;
		grid-template-columns: [start] 1fr [middle] 1fr [end];
		grid-template-rows: [row-start] auto [row-middle] 1fr [row-end];
		column-gap: 70px;
	}
}

.homea-coaching-level-tabs {
	display: flex;
	margin-bottom: 35px;
}

@media screen and (min-width: 768px) {
	.homea-coaching-level-tabs {
		margin-bottom: 70px;
	}
}

.homea-coaching-level-tab {
	color: #33ACE2;
	font-weight: bold;
	font-size: 18px;
	position: relative;
	cursor: pointer;
	margin-right: 20px;
}

@media screen and (min-width: 768px) {
	.homea-coaching-level-tab {
		font-size: 25px;
		margin-right: 40px;
	}
}

.homea-coaching-level-tab:last-child {
	margin-right: 0;
}

.homea-coaching-level-tab.active::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	height: 3px;
	width: 100%;
	background-color: #33ACE2;
}

@media screen and (min-width: 768px) {
	.homea-coaching-level-tab.active::after {
		height: 8px;
	}
}

.homea-coaching-level-tabs-content {
	grid-column: start / middle;
	grid-row: row-middle / row-end;
}

.homea-coaching-level-tab-content {
	display: none;
}

.homea-coaching-level-tab-content.active {
	display: block;
}

.homea-coaching-level-title {
	font-size: 30px;
	color: #000;
	font-weight: bold;
	margin-bottom: 24px;
}

@media screen and (min-width: 768px) {
	.homea-coaching-level-title {
		font-size: 40px;
	}
}

.homea-coaching-level-description {
	color: #000;
	font-size: 20px;
	margin-bottom: 24px;
}

@media screen and (min-width: 768px) {
	.homea-coaching-level-description {
		margin-bottom: 0;
	}
}

.homea-coaching-level-tabs-media {
	grid-row: row-start / row-end;
	grid-column: middle / end;
}

.homea-coaching-level-tab-media {
	display: none;
}

.homea-coaching-level-tab-media.active {
	display: block;
}

.homea-coaching-level-caption {
	font-weight: bold;
	font-size: 16px;
	color: #000;
	margin-top: 10px;
	text-align: lefft;
}

@media screen and (min-width: 768px) {
	.homea-coaching-level-caption {
		font-size: 20px;
		margin-top: 25px;
		text-align: center;
	}
}

.homea-coaching-network-section {
	position: relative;
}

.homea-coaching-network-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.homea-coaching-network-background > img {
	position: absolute;
	left: 0px;
	right: 0px;
	object-fit: cover;
	object-position: center center;
	vertical-align: bottom;
	width: 100%;
	height: 100%;
}

@media screen and (min-width: 768px) {
	.homea-coaching-network-section .home-container {
		display: flex;
	}
}

.homea-coaching-network-content {
	padding: 40px 20px;
}

@media screen and (min-width: 768px) {
	.homea-coaching-network-content {
		display: flex;
		flex-direction: column;
		justify-content: center;
		width: 50%;
		padding: 5%;
	}
}

.homea-coaching-network-title {
	font-size: 30px !important;
	font-weight: 700;
	text-align: left;
	color: #fff;
	margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
	.homea-coaching-network-title {
		font-size: 40px !important;
	}
}

.homea-coaching-network-description {
	color: #fff;
	font-size: 20px;
}

.homea-coaching-network-button {
	background-color: #33ACE2;
	padding: 20px 30px;
	color: #fff;
	display: inline-block;
	margin-top: 30px;
}

@media screen and (min-width: 768px) {
	.homea-coaching-network-button {
		margin-top: 54px;
	}
}

.homea-coaching-network-button:hover,
.homea-coaching-network-button:active {
	background-color: #15769c;
	color: #fff;
}

@media screen and (min-width: 768px) {
	.homea-coaching-network-image {
		width: 50%;
	}
}

.homea-coaching-network-image-container {
	position: relative;
}

@media screen and (min-width: 768px) {
	.homea-coaching-network-image-container {
		padding-top: 50px;
	}
}

.homea-coaching-network-image-container > img {
	display: block;
}

.homea-coaching-network-image-description {
	color: #000;
	position: absolute;
	background-color: #D7F1FF;
	padding: 10px;
	max-width: 154px;
	right: 0;
	top: 54px;
}

@media screen and (min-width: 768px) {
	.homea-coaching-network-image-description {
		padding: 20px;
		max-width: 250px;
		right: -50px;
		bottom: 40px;
		top: auto;
	}
}

.homea-coaching-network-image-description p {
	margin-bottom: 0;
	bottom: auto;
	top: 40%;
}

.homea-coaching-network-image-description h5 {
	font-size: 20px;
	margin-bottom: 0;
}

@media screen and (min-width: 768px) {
	.homea-comparison-table-section {
		padding: 80px 0;
	}
}

@media screen and (max-width: 767px) {
	.homea-comparison-header {
		padding: 40px 20px;
	}
}

.homea-comparison-title {
	text-align: center;
	margin-bottom: 0;
}

.homea-comparison-description {
	text-align: center;
	color: #000;
}

@media screen and (min-width: 768px) {
	.homea-comparison-table-title {
		display: flex;
		justify-content: center;
		align-items: center;
	}
}

@media screen and (max-width: 767px) {
	.homea-comparison-table-free {
		display: none;
	}
}

@media screen and (min-width: 768px) {
	.homea-comparison-table-free {
		border-right: 1px solid #C4C4C4;
		padding-right: 186px;
		flex-basis: 50%;
		text-align: right;
	}
}

@media screen and (max-width: 767px) {
	.comparison-premium-title {
		display: none;
	}
}

@media screen and (min-width: 768px) {
	.homea-comparison-table-premium {
		padding-left: 129px;
		flex-basis: 50%;
		text-align: left;
	}
}

.comparison-free-title,
.comparison-premium-title {
	font-size: 30px;
	font-weight: bold;
}

.homea-comparison-table-container {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

@media screen and (min-width: 768px) {
	.homea-comparison-table-container {
		display: inline-flex;
	}
}

@media screen and (max-width: 767px) {
	.homea-free-column {
		order: 3;
	}

	.homea-description-column {
		order: 1;
	}

	.homea-premium-column {
		order: 2;
	}
}

@media screen and (min-width: 768px) {
	.homea-free-column .homea-free-data:first-child {
		display: none;
	}

	.homea-description-column .homea-description-data:first-child {
		display: none;
	}

	.homea-premium-column .homea-premium-data:first-child {
		display: none;
	}
}

.homea-comparison-button {
	background-color: #33ACE2;
	padding: 12px 20px;
	color: #fff;
	display: inline-block;
	font-size: 24px;
	display: block;
	margin-top: 0;
	margin-bottom: 0;
}

@media screen and (min-width: 768px) {
	.homea-comparison-button {
		margin-bottom: 20px;
	}
}

.homea-comparison-button:hover,
.homea-comparison-button:active {
	background-color: #15769c;
  color: #fff;
}

.homea-comparison-table {
	display: grid;
	grid-template-columns: 218px 1fr 1fr;
	grid-template-rows: auto;
	border-top: 1px solid #C4C4C4;
	overflow-x: scroll;
}

@media screen and (min-width: 768px) {
	.homea-comparison-table {
		grid-template-columns: 1fr 312px 1fr;
		overflow-x: auto;
	}
}

.homea-free-column > div {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px 5px;
	height: 66px;
}

@media screen and (min-width: 768px) {
	.homea-free-column > div {
			justify-content: flex-end;
			padding: 15px 20px 15px 0;
	}
}

.homea-free-data-container,
.homea-premium-data-container {
	width: 100px;
	text-align: center;
	color: #000;
}

.homea-free-data-container > img,
.homea-premium-data-container > img {
	width: 20px !important;
	height: 20px !important;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.homea-premium-data-container {
	line-height: 18px;
}

.homea-description-column > div {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 15px;
	height: 66px;
}

@media screen and (min-width: 768px) {
	.homea-description-column > div {
		justify-content: center;
	}
}

.homea-premium-column > div {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px 5px;
	height: 66px;
}

@media screen and (min-width: 768px) {
	.homea-premium-column > div {
		justify-content: flex-start;
		padding: 15px 0 15px 20px;
	}
}

.homea-description-data {
	line-height: 18px;
	font-weight: bold;
	color: #000;
}

.homea-descipriton-column-p {
	margin: 0;
	text-align: right;
}

@media screen and (min-width: 768px) {
	.homea-descipriton-column-p {
		text-align: center;
	}
}

.homea-free-column > div:nth-child(even),
.homea-description-column > div:nth-child(even),
.homea-premium-column > div:nth-child(even) {
	background-color: rgba(51, 172, 226, 0.1);
}

.premium-button-bottom-container {
	text-align: center;
}

.homea-comparison-button-bottom {
	background-color: #33ACE2;
	padding: 20px 30px;
	color: #fff;
	display: inline-block;
	margin: 40px 0;
}

@media screen and (min-width: 768px) {
	.homea-comparison-button-bottom {
		margin-top: 54px;
		margin-bottom: 0;
	}
}

.homea-comparison-button-bottom:hover,
.homea-comparison-button-bottom:active {
	background-color: #15769c;
	color: #fff;
}

#big-video {
	float:left;
	width:100%;
	position:relative;
	height:550px;
	max-height:550px;
}
	#big-video .bg-video {
		position:absolute;
	}
.big-video-nonloggedin {
	margin-bottom:205px;
}

.vid-overlay {
	z-index:5;
	max-width:1200px;
	position:relative;
	text-align:center;
	margin:0 auto;
	padding-top:150px;
}
	.vid-overlay h2 {
		color:#fff;
		font-size:60px;
		font-style:italic;
	}
	.vid-overlay h4 {
		color:#fff;
		font-size:30px;
		text-transform:uppercase;
		font-style:italic;
	}
	.vid-overlay .artcoaching_search_container{
		width:100%;
		margin:70px auto 0 auto;
		position:relative;
		top:0;
	}
		.vid-overlay .artcoaching_search_container input[ type="text" ] {
			padding:20px;
			border:#3A9FCD 6px solid;
			border-radius:10px;
			-moz-border-radius:10px;
			-webkit-border-radius:10px;
			background:#F6F5F7;
		}
		.vid-overlay .artcoaching_search_container input[ type="submit" ] {
			width:48px;
			height:48px;
			float:left;
			position:absolute;
			top:14px;
			right:10px;
			background:url( images/artcoaching-search-icon.png ) no-repeat scroll 0 0 transparent;
			border:none;
			box-shadow:none;
			-moz-box-shadow:none;
			-webkit-box-shadow:none;
			border-radius:0;
			-moz-border-radius:0;
			-webkit-border-radius:0;
			text-indent:-9999px;
		}
		.artcoaching_search_container.overlay_buttons .borderbutton {
			margin:0 5px;
		}
	.vid-overlay .artcoaching_search_container.search_option {
		width:50%;
	}

.artcoaching-menu-search-form{
	float:right;
	padding:12px 0;
	width:280px;
	margin-right:2px;
}
	.artcoaching-menu-search-form .artcoaching_search_fields{
		display:inline-block;
		width:240px;
		padding:0;
		margin:0;
		vertical-align:middle;
		position:relative;
	}
	.artcoaching-menu-search-form .artcoaching_search_options{
		display:inline-block;
		width:35px;
		padding:0;
		margin:0;
		vertical-align:middle;
		text-align:right;
	}
		.artcoaching-menu-search-form .artcoaching_search_options .archive_options{
			padding:6px 10px;
			margin-top:0;
			margin-bottom:0;
			background:#E5E5E5;
		}
			.artcoaching-menu-search-form .artcoaching_search_options .archive_options:hover, .artcoaching-menu-search-form .artcoaching_search_options .archive_options.less{
				background:#2BAAE1;
				color:#FFFFFF;
			}
	.artcoaching-menu-search-form form{

	}
	.artcoaching-menu-search-form input[ type="text" ] {
		background:#E5E5E5;
		border:#E7E7E7 1px solid;
		border-radius:5px !important;
		-moz-border-radius:5px !important;
		-webkit-border-radius:5px !important;
		padding:5px;
		margin:0;
		width:100%;
	}
	.artcoaching-menu-search-form input[ type="submit" ], .artcoaching-menu-search-form input[ type="button" ], #archive-search input[ type="button" ] {
		width:17px;
		height:18px;
		float:left;
		position:absolute;
		top:8px;
		right:8px;
		background:url( images/art-search-small-icon.png ) no-repeat scroll 0 0 transparent;
		border:none !important;
		box-shadow:none !important;
		-moz-box-shadow:none !important;
		-webkit-box-shadow:none !important;
		border-radius:0 !important;
		-moz-border-radius:0 !important;
		-webkit-border-radius:0 !important;
		text-indent:-9999px;
		z-index:10001;
	}
.search_filter_loading{
	float:left;
	width:32px;
	height:32px;
	padding:0;
	margin:0 0 40px -16px;
	background:url( images/loading.gif ) no-repeat scroll 0 0 transparent;
	position:relative;
	left:50%;
}
.covervid-wrapper {
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
	z-index:1;
}
.video-wrapper {
}

#video-series {
	clear:both;
}
	.vidcta-container {
		max-width:100%;
	}
	.vid-outter {
		width:70%;
		margin:0 auto;
	}
	.vid-inner {
		padding:20px;
	}
		.vid-inner img {
			margin-top:20px;
		}
		.vid-inner h2 {
			font-style:italic;
			margin:0;
		}
		.vid-inner p {
			font-weight:200;
			color:#959595;
			font-size:24px;
			line-height:26px;
			margin-bottom:20px;
		}
		.vid-inner span {
			color:#404041;
			font-weight:700;
		}
	.vid-right > .gform_wrapper {
		margin:0;
		padding:0;
	}
		.vid-right >.gform_wrapper .gform_body {
			width:68%;
			float:left;
			margin-right:2%;
		}
		.vid-right .gform_wrapper .gform_body ul.gform_fields li.gfield {
			margin-top:0;
			padding-right:0;
		}

		.vid-right >.gform_wrapper .top_label .gfield_label {
			display:none;
		}
		.vid-right>.gform_wrapper .gfield_label_hidden.gfield_contains_required>.ginput_container, .vid-right>.gform_wrapper label.gfield_label+div.ginput_container {
			margin-top:0;
			margin:0;
			padding:0;
		}
		.vid-right>.gform_wrapper .gfield_label_hidden.gfield_contains_required>.ginput_container input, .vid-right>.gform_wrapper .top_label input.medium, .vid-right>.gform_wrapper .top_label select.medium {
			width:100%;
			padding:10px !important;
			margin:0;
			font-size:16px !important;
			border:#b1b1b1 1px solid;
			color:#959595;
			border-radius:5px;
			-moz-border-radius:5px;
			-webkit-border-radius:5px;
		}
		.vid-right>.gform_wrapper .gform_footer {
			padding:0;
			margin:0 0 0 0;
			clear:none;
			float:left;
			width:30%;
		}
		.vid-right>.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
			font-size:18px;
			line-height:20px;
			margin-left:0;
			margin-right:0;
			-webkit-border-radius:8px;
			-moz-border-radius:8px;
			border-radius:8px;
			padding:10px 40px;
			color:#fff;
			background-color:#2BAAE1;
			text-transform:none;
		}
			.vid-right>.gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input[type=submit]:hover {
				color:#fff;
				background-color:#15769C;
			}

.home .site-inner,
.page-template-home-landing-a .site-inner {
	padding-top:0;
	background:#fff;
}
	.home .full-width-content .content,
	.page-template-home-landing-a .full-width-content .content {
		background-color:#fff;
	}
	.premium-loop {
		background-color: #c5ebf8;
	}

.home-loop .articles.group {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	padding-bottom: 30px;
}

.home-loop .articles.group:before, .home-loop .articles.group:after, .home .content .home-loop .entry:before, .home .content .home-loop .entry:after {
	content: none;
}

@media only screen and (max-width: 767px) {
	.home .content .home-loop .entry,
	.page-template-home-landing-a .content .home-loop .entry {
		width: 47.5%;
		margin: 0 !important;
	}
}
.home .content .home-loop .entry .entry-content, .home .content .home-loop .entry .entry-footer,
.page-template-home-landing-a .content .home-loop .entry .entry-content, .page-template-home-landing-a .content .home-loop .entry .entry-footer {
	display: none;
}

.home-loop .entry-header {
	width: 100%;
	float: none;
}

		.home-loop .loop-header > h2 {
			text-align: center;
			font-weight:700;
			font-size:32px;
			letter-spacing: 1.5px;
			text-transform: uppercase;
		}

		@media only screen and (min-width: 768px) {
			.home-loop .loop-header h2 {
				text-align: left;
			}
		}

		.home-loop h3 {
			color:#A2A2A2;
			font-weight:200;
			font-size:24px;
		}
		.loop-left {
			float:left;
			width:auto;
		}
		.loop-right {
			float:right;
			width:300px;
		}
		.loop-right select {
			background-color:#e5e5e5;
			color:#959595;
			font-weight:400;
			-webkit-border-radius:4px;
			-moz-border-radius:4px;
			border-radius:4px;
			border:none;
			padding:12px;
		}
		.loop-top {
			margin:0 0 40px 0;
		}
		.home .loop-top,
		.page-template-home-landing-a .loop-top {
			margin: 0 0 30px 0;
		}
		.home .entry,
		.page-template-home-landing-a .entry {
			padding:0 0 50px 0;
			word-wrap:break-word;
		}
		.home .category-premium .image-link,
		.page-template-home-landing-a .category-premium .image-link {
			display:inline-block;
			font-style:normal;
			font-variant:normal;
			text-rendering:auto;
			-webkit-font-smoothing:antialiased;
			position:relative;
		}

	.home .category-premium .image-link::after,
	.page-template-home-landing-a .category-premium .image-link::after {
   font-family: "Font Awesome 5 Free";
   font-weight: 900;
   content: "";
   font-size: 16px;
   line-height: 1.2;
   position: absolute;
   top: -12px;
   right: -12px;
   color: #fff;
   background-color: transparent;
   padding: 6px;
   background-image: url('https://theartofcoachingvolleyball.com/wp-content/themes/coaching_vb/images/Premium_with_trophy.png');
   background-size: contain;
   width: 45%;
   background-repeat: no-repeat;
   height: 33px;
   background-position: top right;
   border-radius: 0px;

}
		.home article.col:nth-child(5),
		.page-template-home-landing-a article.col:nth-child(5) {
			clear:left; margin-left:0;
		}
		.home .image-link,
		.page-template-home-landing-a .image-link {
			width: 100%;
			float: none;
		}
			.home .image-link:hover,
			.page-template-home-landing-a .image-link:hover {
				opacity:0.75;
			}
		.home-loop img.post-image {
			width:100%;
		}
.home .entry-title,
.page-template-home-landing-a .entry-title {
	font-size: 14px;
	font-weight: normal;
	margin:0;
	text-align: left;
}

@media screen and (min-width:768px) {
	.home .entry-title,
	.page-template-home-landing-a .entry-title {
		font-size: 16px;
		font-weight: 700;
	}
}


		.home .entry-title a,
		.page-template-home-landing-a .entry-title a {
			color:#404041;
			text-transform: initial;
			font-weight: bold;
		}
			.home .entry-title a:hover,
			.page-template-home-landing-a .entry-title a:hover {
				color:#2BAAE1;
			}
		.home .entry-footer .entry-meta,
		.page-template-home-landing-a .entry-footer .entry-meta {
			border:none;
			padding-top:5px;
			font-size:14px;
			font-weight:200;
			text-transform:uppercase;
		}
		.home .entry-categories a,
		.page-template-home-landing-a .entry-categories a {
			color:#959595;
			padding:0 8px 0 0;
		}
			.home .entry-categories a:hover,
			.page-template-home-landing-a .entry-categories a:hover {
				color:#404041;
			}
		.loop-end {
			text-align:center;
		}

#volleyball-news {
	background-color:#f4f4f4;
	padding:40px 0 0 0;
}
	.news-inner {
		max-width:1220px;
		margin:0 auto;
	}
		.news-inner h2 {
			font-size:26px;
			font-style:italic;
			margin:0 0 10px 0;
			padding:0;
		}

#coach-partners {
	background-color:#F7F9FB;
	padding: 40px 0;
}
@media screen and (min-width:768px) {
	#coach-partners {
		padding: 72px 0;
	}
}
#coach-partners h2 {
	text-align: center;
	text-transform: uppercase;
	padding: 0 5%;
}
@media screen and (min-width:961px) {
	#coach-partners h2 {
		font-weight:700;
		font-size:32px;
		letter-spacing: 1.5px;
		text-transform: uppercase;
		text-align: left;
		padding: 0;
	}
}
	.partners-inner {
		-webkit-flex:1;
		-ms-flex:1;
		flex:1;
		max-width:1200px;
		margin:0 auto;
	}
		.partner-list {
			flex-wrap:wrap;
			justify-content:center;
			-webkit-box-flex:1;
			display:flex;
		/*	clear:both;
			width:100%; */
			padding:10px 0;
			vertical-align:middle;
		}
			.partner-with {
				display:inline-block;
				text-align:left;
				font-weight:700;
				text-transform:uppercase;
				vertical-align:middle;
				font-style:italic;
				line-height:20px;
				color:#959595;
				font-size:18px;
				margin-right:20px;
			}
			.partner-item {
				display:flex;
				flex:1 1 auto;
				align-items:center;
				justify-content:center;
				margin-right:1%;
			}
			@media all and (min-width:768px) {
				.partner-item {
					justify-content: space-between;
				}
			}
				.partner-item:last-child {
					margin-right:0;
				}

#coach-slider {
	background-color: #4685A0 !important;
}

@media screen and (min-width:961px;) and (max-width:1280px;) {
	#coach-slider {
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#36697f+0,36697f+28,4685a0+28,36697f+100 */
		background: #36697f; /* Old browsers */
		background: -moz-linear-gradient(-45deg,  #36697f 0%, #36697f 40%, #4685a0 40%, #36697f 100%) !important;
		background: -webkit-linear-gradient(-45deg,  #36697f 0%,#36697f 40%,#4685a0 40%,#36697f 100%) !important;
		background: linear-gradient(135deg,  #36697f 0%,#36697f 40%,#4685a0 40%,#36697f 100%) !important;
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#36697f', endColorstr='#36697f',GradientType=1 ) !important;
	}
}

@media screen and (min-width:1280px;) {
	#coach-slider {
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#36697f+0,36697f+28,4685a0+28,36697f+100 */
		background: #36697f; /* Old browsers */
		background: -moz-linear-gradient(-45deg,  #36697f 0%, #36697f 32%, #4685a0 32%, #36697f 100%) !important;
		background: -webkit-linear-gradient(-45deg,  #36697f 0%,#36697f 32%,#4685a0 32%,#36697f 100%) !important;
		background: linear-gradient(135deg,  #36697f 0%,#36697f 32%,#4685a0 32%,#36697f 100%) !important;
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#36697f', endColorstr='#36697f',GradientType=1 ) !important;
	}
}
	.coach-slides {
		max-width:1200px;
		margin:0 auto;
	}
		.coach-slides-outer{
			float:right;
			width:68%;
			position:relative;
			padding-left:50px;
		}
		.coach-slides-inner{
			position:relative;
			overflow:hidden;
			width:90%;
		}
		.coach-list {
			float:left;
			width:20000em;
			margin-top:30px;
			position:relative;
		}
			.coach-item {
				float:left;
				width:200px !important;
				margin-right:30px;
				color:#fff;
				text-align:center;
				font-style:italic;
			}
				.coach-item a {
					color:#333333;
				}
					.coach-item a:hover, .coach-item a:focus {
						color:#FFFFFF;
					}
				.coach-item img {
					border-radius:50%;
					-webkit-border-radius:50%;
					-moz-border-radius:50%;
					border:6px solid #36697F;
				}
				.coach-item img:hover {
					border:6px solid #fff;
				}
				.coach-item p {
					line-height:20px;
					font-weight:700;
				}
					.coach-item p a, .coach-item p a:hover {
						color:#fff;
					}

				.coach-org {
					display:block;
					font-size:14px;
					font-weight:200;
				}
		.coach-control-prev, .coach-control-next{
			float:left;
		/*	width:38px;
			height:38px;
			text-indent:-9999px;
			cursor:pointer; */
			position:absolute;
			top:38%;
		}
		.coach-control-prev{
			left:0.4%;
		/*	background:url( images/coach_arrow_left.png ) no-repeat scroll 0 0 transparent; */
		}

		.coach-control-next{
			right:7%;
		/*	background:url( images/coach_arrow_right.png ) no-repeat scroll 0 0 transparent; */
		}

			.coach-control-prev .fa, .coach-control-next .fa {
				color:#FFFFFF;
				background:#35687E;
				padding:7px 13px 7px 10px;
				font-size:26px;

			}
				.coach-control-next .fa {
					padding:7px 10px 7px 13px;
				}

		.coach-note {
			float:left;
			width:30%;
			text-align:left;
			color:#fff;
			margin-top:77px;
		}
			.coach-note h2 {
				color:#fff;
				font-size:32px;
				font-weight:700;
				letter-spacing: 1.5px;
				text-transform: uppercase;
			}
			@media all and (min-width:961px) {
				.coach-note h2 {
					max-width: 200px;
				}
			}

			.coach-note p {
				font-weight:normal;
				font-size:20px;
			}

#custom-playlists {
}
	.playlist-items {
		max-width:1200px;
		margin:0 auto 65px auto;
		text-align:center;
	}
		.playlist-items h2 {
			font-style:italic;
			font-weight:700;
		}
		.playlist-items p {
			font-weight:200;
			color:#959595;
			font-size:22px;
		}
		.playlist-items li {
			position:relative;
		}
		.playlist-items li:after {
			content:"";
			position:absolute;
			background-color:#e5e5e5;
			top:-16px;
			left:12.5%;
			height:8px;
			width:75%;
			-webkit-border-top-left-radius:4px;
			-webkit-border-top-right-radius:4px;
			-moz-border-radius-topleft:4px;
			-moz-border-radius-topright:4px;
			border-top-left-radius:4px;
			border-top-right-radius:4px;
		}
		.playlist-items li a {
			display:block;
			position:relative;
		}
		.playlist-items li a:after {
			content:"";
			position:absolute;
			background-color:#cbcbcb;
			top:-8px;
			left:7.5%;
			height:8px;
			width:85%;
			-webkit-border-top-left-radius:4px;
			-webkit-border-top-right-radius:4px;
			-moz-border-radius-topleft:4px;
			-moz-border-radius-topright:4px;
			border-top-left-radius:4px;
			border-top-right-radius:4px;
		}
		.playlist-items li img {
			position:relative;
			border-radius:4px;
			-webkit-border-radius:4px;
			-moz-border-radius:4px;
		}
.playlist-posts-content article.playlist_post {
	padding:0px;
	background-color:#FFF;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:2px solid #EBEBEB;
	position:relative;
	margin-bottom:40px;
}
.single-inner .playlist-data .entry-title {
	font-size:18px;
}
.accountpanel .entry-title a:hover, .accountpanel .entry-title a:focus {
	color:#C3251D;
}

@media all and (max-width:767px){
	#clinics-rundown {
		background: #313E4B !important;
	}

	#clinics-rundown .clinics-container .span_7_of_12 {
		width: 100%;
	}

	.clinics-container h2 {
		text-align: center;
	}

	.clinics-container .clinics-button-wrap {
		text-align: center;
	}
}

@media screen and (min-width:768px){
	#clinics-rundown {
		background:url('images/hero-coach-1920x736.png') center top no-repeat;
		background-position: center center !important;
		background-size: cover !important;
	}
}
	.clinics-container {
		max-width:1200px;
		min-height:600px;
		margin:0 auto;
		padding: 40px 0;
		color:#fff;
		font-weight:200;
		font-size:21px;
	}
@media screen and (min-width:768px){
	.clinics-container {
		padding: 84px 0;
		padding-top:100px;
	}
}
		.clinics-container h2 {
			font-weight:700;
			font-size:32px;
			letter-spacing: 1.5px;
			text-transform: uppercase;
			color:#fff;
			margin-bottom: 30px;
		}
		.clinics-container p {
		}
		.clinics-highlights {
			margin-bottom:30px;
		}
			.clinics-highlights li {
				line-height:28px;
				margin-bottom:8px;
			}
			.clinics-highlights li i {
				color:#b8e986;
			}
		.clinics-button {
			margin-bottom:30px;
		}
		.clinics-footer {
			font-weight: bold;
			text-align: center;
		}
		@media all and (min-width:768px) {
			.clinics-footer {
				text-align: left;
			}
		}

#free-series {
	background: #2baae1;
	background: -moz-linear-gradient(90deg,  #2baae1 0%, #2baae1 56%, #0093cb 56%, #0093cb 100%);
	background: -webkit-linear-gradient(90deg,  #2baae1 0%,#2baae1 56%,#0093cb 56%,#0093cb 100%);
	background: -o-linear-gradient(90deg,  #2baae1 0%,#2baae1 56%,#0093cb 56%,#0093cb 100%);
	background: -ms-linear-gradient(90deg,  #2baae1 0%,#2baae1 56%,#0093cb 56%,#0093cb 100%);
	background: linear-gradient(90deg,  #2baae1 0%,#2baae1 56%,#0093cb 56%,#0093cb 100%);
}
	.series-container {
		max-width:1200px;
		min-height:140px;
		margin:0 auto 0 auto;
		color:#fff;
		position:relative;
	}
		.series-container > img {
			position:absolute;
			top:20px;
			left:-20px;
			width:320px;
		}
		.series-detail {
			padding:20px 0 0 320px;
		}
			.series-detail h4 {
				color:#fff;
				font-style:italic;
				margin:0 0 5px 0;
			}
			.series-detail p {
				font-weight:200;
				line-height:20px;
				font-size:18px;
			}
		.series-email {
			padding:30px 0 0 20px;
		}
			.series-email > .gform_wrapper {
				margin:0;
			}
			.series-email > .gform_wrapper .top_label .gfield_label {
				display:none;
			}
			.series-email > .gform_wrapper label.gfield_label+div.ginput_container {
				margin:0;
			}
			.series-email > .gform_wrapper .gform_body {
				float:left;
				width:60%;
			}
			.series-email > .gform_wrapper .gform_footer {
				float:right;
				width:40%;
				clear:none;
				padding:0;
				margin:0;
			}
			.series-email > .gform_wrapper .top_label input.medium {
				width:100%;
				margin-right:15px;
				padding:14px;
				-webkit-border-radius:4px;
				-moz-border-radius:4px;
				border-radius:4px;
			}
			.series-email > .gform_wrapper .gform_footer input.button, .series-email > .gform_wrapper .gform_footer input[type=submit] {
				border:none;
				background-color:#50e3c2;
				padding:14px;
				-webkit-border-radius:4px;
				-moz-border-radius:4px;
				border-radius:4px;
			}

/* Content */
.content {
	width:930px;
	background:#FFFFFF;
	padding:40px 0 40px 20px;
}

.full-width-content .content, .full-width-content .single-loop .content {
	width:100%;
	padding:40px 0 0 0;
	margin:0;
}

.home .content,
.page-template-home-landing-a .content {
	padding-top: 0;
}

/* Category Archives */
#archive-search {
	/* background-color:#4685a0; */
	background-color:#E5E5E5;
}
	#archive-search select, #archive-search input[ type="text" ] {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-background-clip: padding;
		-moz-background-clip: padding;
		background-clip: padding-box;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		-ms-border-radius: 0;
		-o-border-radius: 0;
		border-radius: 0;
		-webkit-appearance: none;
		outline: 0;
		margin: 0;
		text-align: left;
		vertical-align: top;
		padding:5px 10px;
		*height: auto;
	}
	@media (-webkit-min-device-pixel-ratio: 0) {
		#archive-search select[size], #archive-search select[multiple], #archive-search select[multiple][size] {
			background-image: none;
			padding-right: 3px;
		}

		#archive-search select, #archive-search select[size="0"], #archive-search select[size="1"] {
			background-image: url(data:image/png;base64,R0lGODlhDQAEAIAAAAAAAP8A/yH5BAEHAAEALAAAAAANAAQAAAILhA+hG5jMDpxvhgIAOw==);
			background-repeat: no-repeat;
			background-position: right center;
			padding-right: 20px;
		}
	}
	.archive-desktop-view #archive-search{
		display:none;
		border-top:1px solid #E7E7E7;
		border-bottom:1px solid #E7E7E7;
	}
	.archive-mobile-view, .archive-mobile-sidebar, .mobile-menu-view, .mobile-menu-right-container, .mobile-menu-left-container{
		display:none;
	}

	.archive-top {
		max-width:1200px;
		margin:0 auto;
	/*	padding:30px 0; */
		padding:0;
	}
		.archive-search-inner {
		}
			.archive-search-inner input[type='text'], .archive-search-inner select {
				font-size:16px;
				padding:9px 13px;
				-webkit-border-radius:4px;
				-moz-border-radius:4px;
				border-radius:4px;
				background:#FFFFFF;
				color:#959595;
			}
			.archive-search-inner input[type='text'] {
				padding:11px 13px;
			}
			.archive_more_options, .archive-search-inner input[type='submit'] {
				background:#E5E5E5;
				padding:11px 13px;
				color:#959595;
				border-radius:4px;
				-moz-border-radius:4px;
				-webkit-border-radius:4px;
				border:1px solid #E5E5E5;
			}
				.archive_more_options:hover {
					background:#E5E5E5;
					color:#959595;
				}
			.archive_less_options {
				background:#EA3434;
				padding:11px 13px;
				color:#FFFFFF;
				border-radius:4px;
				-moz-border-radius:4px;
				-webkit-border-radius:4px;
				border:1px solid #EA3434;
			}
			.archive_more_options, .archive_less_options{
				width:100%;
			}

				.archive_less_options:hover {
					background:#EA3434;
					color:#FFFFFF;
				}

.archive-loop {
	max-width:1200px;
	margin:0 auto;
}
	.archive-inner .image-link {
	}
		.archive-inner .image-link:hover {
			opacity:0.75;
		}
	.archive-inner .entry-title {
		font-size:18px;
		font-weight:bold;
		margin:0;
	}
	.archive-inner .entry-title a {
		color:#404041;
	}
		.archive-inner .entry-title a:hover {
			color:#2BAAE1;
		}
	.archive-inner .entry {
		padding: 0 0 30px 0;
		word-wrap: break-word;
	}
		.archive-inner .entry img {
			width:100%;
		}
	.archive-inner .category-premium .image-link {
		display:inline-block;
		font-style:normal;
		font-variant:normal;
		text-rendering:auto;
		-webkit-font-smoothing:antialiased;
		position:relative;
		position:relative;
	}
		/*.archive-inner .category-premium .image-link:after {
			font-family:"Font Awesome 5 Free";
			font-weight:900;
			content:"\f091";
			font-size:16px;
			line-height:1.2;
			position:absolute;
			top:-12px;
			right:0;
			color:#fff;
			background-color: #ff0000;
			padding:6px;
			-webkit-border-radius:50%;
			-moz-border-radius:50%;
			border-radius:50%;
		}*/
		.archive-inner .category-premium .image-link:after {
			font-family:"Font Awesome 5 Free";
			font-weight:900;
			content:"";
			font-size:16px;
			line-height:1.2;
			position:absolute;
			top:-12px;
			right:0;
			color:#fff;
			background-color: transparent;
		   padding: 6px;
		   background-image: url('https://theartofcoachingvolleyball.com/wp-content/themes/coaching_vb/images/Premium_with_trophy.png');
		   background-size: contain;
		   width: 45%;
		   background-repeat: no-repeat;
		   height: 33px;
		   background-position: top right;
		   border-radius: 0px;
		}
	.archive-inner article.col:nth-of-type(1) {
		clear:left;
		margin-left:0;
	}
	.archive-inner article.col:nth-of-type(4n+1) {
		clear:left;
		margin-left:0;
	}
	.archive-inner .entry-footer .entry-meta {
		border:none;
		padding-top:5px;
		font-size:14px;
		font-weight:200;
		text-transform:uppercase;
	}
	.archive-inner .entry-categories a {
		color:#959595;
		padding:0 8px 0 0;
	}
		.archive-inner .entry-categories a:hover {
			color:#404041;
		}

		.archive-inner {

			position: relative;

		}

		.search-loading {

			float: left;

			width: 100px;

			height: 100px;

			margin: -50px 0 0 -50px;

			top: 50%;

			left: 50%;

			background: url( images/search-loading.gif ) no-repeat scroll 0 0 transparent;

			text-indent: -9999px;

			position: absolute;

		}

/* All Topics */
.page-template-alltopics .site-inner {
	background:#fff;
}
	.page-template-alltopics .entry {
		padding:0;
	}
	#alltopic-search {
		max-width:1200px;
		margin:0 auto;
	}
		#alltopic-search select, #alltopic-search input[ type="text"]{
			font-size:16px;
			padding:9px 13px;
			border-radius:4px;
			background:#FFF none repeat scroll 0% 0%;
			color:#959595;
		}
			#alltopic-search input[ type="text"]{
				padding: 11px 13px;
			}
	#at-drills {
	}
		.at-drills-header {
			background:#f5f5f5;
			background: -moz-linear-gradient(45deg,  #f5f5f5 0%, #f5f5f5 50%, #36697f 50%, #36697f 100%);
			background: -webkit-linear-gradient(45deg,  #f5f5f5 0%,#f5f5f5 50%,#36697f 50%,#36697f 100%);
			background: -o-linear-gradient(45deg,  #f5f5f5 0%,#f5f5f5 50%,#36697f 50%,#36697f 100%);
			background: -ms-linear-gradient(45deg,  #f5f5f5 0%,#f5f5f5 50%,#36697f 50%,#36697f 100%);
			background: linear-gradient(45deg,  #f5f5f5 0%,#f5f5f5 50%,#36697f 50%,#36697f 100%);
		}
			.at-drills-inner {
				max-width:1200px;
				margin:0 auto;
				padding:10px 0;
			}
			.at-drills-inner h2 {
				color:#2BAAE1;
				margin:0;
				font-style:italic;
			}
		.at-drills {
			max-width:1200px;
			margin:30px auto;
		}
			ul.at-drills-list {
				list-style-type:none;
				margin:0;
			}
			ul.at-drills-list li {
				list-style-type:none;
				float:left;
				width:31%;
				margin-right:3.5%;
				border-bottom:1px solid #cbcbcb;
			}
				ul.at-drills-list li:nth-child(3n) {
					margin-right:0;
				}
				ul.at-drills-list li:nth-child(-n+3) {
					border-top:1px solid #cbcbcb;
				}
				ul.at-drills-list li a {
					display:block;
					padding:10px;
					color:#959595;
					font-size:22px;
					line-height:26px;
					font-weight:200;
				}
					ul.at-drills-list li a:hover {
						background-color:#f5f5f5;
						color:#404041;
					}

/* Sales Page */
#big-background{
	min-height:325px;
	text-align:center;
	color:#FFF;
}
	#big-background .bg-overlay {
		padding-top:75px;
	}
		#big-background  .bg-overlay h2 {
			color:#FFF;
		}
		#big-background .bg-overlay p {
			color:#fff;
			font-size:20px;
			font-weight:700;
			margin-bottom:50px;
		}

.page-template-salespage .entry {
	padding:0;
}

.page-template-salespage .entry-content ol, .page-template-salespage .entry-content ul {
	margin:0;
}

#get-access {
	margin-bottom:80px;
}
	#get-access h2, #get-access p{
		text-align:center;
	}
	#get-access h2{
		font-style:italic;
	}
	#get-access ul{
		margin-top:22px;
	}
		#get-access ul li{
			min-height:330px;
			box-shadow:0 0 5px #DFDFDF;
			-moz-box-shadow:0 0 5px #DFDFDF;
			-webkit-box-shadow:0 0 5px #DFDFDF;
			border-radius:5px;
			-webkit-border-radius:5px;
			-moz-border-radius:5px;
		}
			#get-access ul li h4{
				color:#2BAAE1;
				font-style:italic;
				font-size:18px;
				text-align:center;
			}
			#get-access ul li h4, #get-access ul li p{
				padding:0 10px;
				text-align:left;
			}

#sales-playlist{
	min-height:725px;
	background-size:contain;
	margin-bottom:80px;
}
	#sales-playlist .playlist-container{
		padding-top:120px;
	}
		#sales-playlist .playlist-container h2{
			width:480px;
			margin:0 auto;
			text-align:center;
			color:#404041;
			font-style:italic;
		}

	.access-offering {
		max-width:1200px;
		margin:0 auto;
	}

#testimonial-list {
	min-height:600px;
	background-color:#1C3647;
}
	.testimonials-container {
		max-width:1200px;
		margin:0 auto;
		padding-top:120px;
	}

		#testimonial-list .testimonials-container h2, #testimonial-list .testimonials-container p {
			color:#FFFFFF;
			width:500px;
		}
			#testimonial-list .testimonials-container h2 {
				quotes:"“" "”";
			}
				#testimonial-list .testimonials-container h2:before {
					content:open-quote;
				}
				#testimonial-list .testimonials-container h2:after {
					content:close-quote;
				}
			#testimonial-list .testimonials-container p {
				font-weight:200;
				font-size:20px;
				quotes:"“" "”";
			}
				#testimonial-list .testimonials-container p:before {
					content:open-quote;
				}
				#testimonial-list .testimonials-container p:after {
					content:close-quote;
				}
		#testimonial-list .testimonials-container h2{
			font-style:italic;
		}
		#testimonial-list .testimonials-container select{
			width:280px;
			background:#1C3547;
			color:#FFFFFF;
			border:1px solid #2BAAE1;
			border-radius:5px;
			-moz-border-radius:5px;
			-webkit-border-radius:5px;
			padding:10px;
			font-size:14px;
		}

#sales-playlist {
}
	.playlist-container {
		max-width:1200px;
		margin:0 auto;
	}

#price-table {
}
	.pricetable-container > h2 {
		text-align:center;
		font-style:italic;
		margin-bottom:30px;
	}
	.price-intro .col {
		margin:0 0 0 3.6%;
	}
	.price-intro .season-text {
		color:#A0D46C;
		font-size:18px;
	}
	table.membership_features{
		border-collapse:unset;
	}
		table.membership_features thead{
		}

		table.membership_features thead tr{
		}
			table.membership_features thead tr th{
				border-bottom:1px solid #E5E5E5;
				padding:0;
				vertical-align:bottom;
				line-height:1.6;
				width:22%;
			}
			table.membership_features thead tr th.column-membership-features{
				font-size:16px;
				text-transform:uppercase;
				font-style:italic;
				font-weight:700;
				width:30%;
			}
			table.membership_features thead tr th.column-membership-features {
			}

			table.membership_features thead tr th.column-empty {
				width:2%;
			}
			table.membership_features thead tr th.column-empty.noborder {
				border-bottom:none;
			}

				table.membership_features thead tr th .heading-block {
					border-top:1px solid #E5E5E5;
					border-left:1px solid #E5E5E5;
					border-right:1px solid #E5E5E5;
					border-radius:5px 5px 0 0;
					-moz-border-radius:5px 5px 0 0;
					-webkit-border-radius:5px 5px 0 0;
				}
					table.membership_features thead tr th.column-group-plans .heading-block {
						border-top:1px dotted #E5E5E5;
						border-left:1px dotted #E5E5E5;
						border-right:1px dotted #E5E5E5;
					}

					table.membership_features thead tr th h4 {
						color:#FFF;
						font-size:20px;
						font-weight:bold;
						font-style:italic;
						padding:10px 5px;
						border-radius:5px 5px 0px 0px;
						-moz-border-radius:5px 5px 0px 0px;
						-webkit-border-radius:5px 5px 0px 0px;
						margin-bottom:0;
						line-height:normal;
						text-transform:none;
						text-align:center;
					}

					table.membership_features thead tr th.column-premium-monthly h4 {
						background:#4685A0;
					}

					table.membership_features thead tr th.column-six-month-pass h4 {
						background:#A0D46C;
					}

					table.membership_features thead tr th.column-12-month-pass h4 {
						background:#A0D46C;
					}
					table.membership_features thead tr th.column-group-plans h4 {
						color:#959595;
					}
						table.membership_features thead tr th .plan_price{
							background:#F5F5F5;
							padding-top:10px;
							padding-bottom:10px;
							line-height:normal;
							text-align:center;
						}
							table.membership_features thead tr th .plan_price .group-icon{
								display:block;
								text-align:center;
								width:100%;
								background:url( images/group-icon.png ) no-repeat scroll center top;
								background-size:contain;
								height:66px;
							}
							table.membership_features thead tr th .plan_price .price{
								display:block;
								color:#2BAAE1;
								font-size:48px;
								font-weight:200;
								line-height:1em;
								position:relative;
							}
								table.membership_features thead tr th .plan_price .price .small-text{
									font-size:12px;
									position:absolute;
									top:-10px;
								}

		table.membership_features tbody{
			border-bottom:none;
		}
			table.membership_features tbody tr{
			}
				table.membership_features tbody td{
					font-weight:normal;
					font-size:16px;
					padding:10px 0;
					line-height:normal;
					text-align:center;
					border-left:#E5E5E5 1px solid;
					border-top:none;
					border-bottom:#E5E5E5 1px solid;
				}
					table.membership_features tbody td.column-premium-monthly.last, table.membership_features tbody td.column-six-month-pass.last, table.membership_features tbody td.column-12-month-pass.last, table.membership_features tbody td.column-group-plans{
						border-radius:0 0 5px 5px;
						-moz-border-radius:0 0 5px 5px;
						-webkit-border-radius:0 0 5px 5px;
						padding-bottom:0px;
						border-right:#E5E5E5 1px solid;
					}

					table.membership_features tbody td.column-group-plans{
						border-right:#E5E5E5 1px dotted;
						border-bottom:#E5E5E5 1px dotted;
						border-left:#E5E5E5 1px dotted;
						padding:10px;
					}

					table.membership_features tbody td.column-membership-features{
						text-align:left;
						border-left:none;
						width:24%;
					}
						table.membership_features tbody td.column-membership-features.last, table.membership_features tbody td.column-empty.last{
							border-bottom:none;
							border-left:none;
						}

					table.membership_features tbody td.column-empty{
						width:2%;
					}

					table.membership_features tbody td.column-12-month-pass{
						border-right:#E5E5E5 1px solid;
					}

					table.membership_features tbody td .fa-trophy {
						color:#FFF;
						background:#2BAAE1 none repeat scroll 0% 0%;
						padding:5px;
						border-radius:16px;
					}
					table.membership_features tbody td .fa-times-circle {
						color:#F00;
						font-size:32px;
					}
					table.membership_features tbody td .fa-certificate {
						color:#A0D46C;
						font-size:28px;
					}
					table.membership_features tbody td .offer-text {
						color:#666;
						font-size:14px;
						font-weight:bold;
						display:block;
						height:auto;
						padding-bottom:10px;
					}
						table.membership_features tbody td .offer-text .green-text{
							color:#A0D46C;
						}
					table.membership_features tbody td a.signup{
					    background:#2BAAE1 none repeat scroll 0% 0%;
						color:#FFF;
						border-radius:20px;
						-moz-border-radius:20px;
						-webkit-border-radius:20px;
						padding:5px 16px;
						font-size:18px;
						font-weight:normal;
						text-transform:none;
						display:block;
						width:80%;
						margin:0px auto 20px;
					}

	.pricetable-container {
		max-width:1200px;
		margin:0 auto;
	}

#group-pricing{
	margin-top:50px;
	/*display:none;*/
}
	.group-container{
		max-width:1200px;
		margin:0 auto;
	}
		.group-container table{
			border-top:#E1E1E1 1px solid;
			border-left:#E1E1E1 1px solid;
			border-right:#E1E1E1 1px solid;
			border-radius:5px;
			-webkit-border-radius:5px;
			-moz-border-radius:5px;
			border-collapse:unset;
		}
			.group-container table thead{
				border-bottom:none;
			}
				.group-container table thead tr th.group-pricing-heading{
					background:#F6F6F6;
					text-align:center;
					color:#31B3E5;
					font-size:20px;
					font-weight:bold;
					text-transform:none;
					border-radius:5px 5px 0 0;
					-webkit-border-radius:5px 5px 0 0;
					-moz-border-radius:5px 5px 0 0;
				}
				.group-container table thead tr th{
					color:#A2A2A2;
					text-transform:uppercase;
					font-weight:bold;
					font-style:italic;
				}
			.group-container table tbody{
				border-bottom:none;
			}
				.group-container table tbody tr td{
					color:#9F9F9F;
					font-size:16px;
					border-top:none;
				}
					.group-container table tbody tr td.number_of_accounts{
						color:#545454;
						font-weight:bold;
					}
					.group-container table tbody tr td.annual_cost{
						color:#31B3E5;
						font-size:24px;
					}

					.group-container table tbody tr td.action{
						color:#31B3E5;
					}
						.group-container table tbody tr td.action a.signup{
							color:#FFFFFF;
							background:#31B3E5;
							border-radius:10px;
							-moz-border-radius:10px;
							-webkit-border-radius:10px;
							padding:10px 20px;
							text-transform:none;
						}

/* Clinic Sales */
.page-template-clinicsales .content .entry {
	padding: 0 0 30px 0;
}

.page-template-clinicsales #get-access {
    margin-bottom:40px;
}

.page-template-clinicsales #testimonial-list {
	min-height:400px;
}
.page-template-clinicsales .testimonials-container {
	padding-top:60px;
}
.page-template-clinicsales .testimonials-video {
	margin-bottom:60px;
}
.page-template-clinicsales .pricetable-container > h2 {
	margin-bottom:10px;
}
.page-template-clinicsales .pricetable-container > h2 + h4 {
	font-weight:400;
	text-align:center;
	font-style:italic;
	margin-bottom:40px;
}

#clinics-video {
	background-color:#e0e4e7;
}
.video-clinics {
	max-width:1200px;
	margin:0 auto;
	padding:50px 200px;
}
	.video-clinics iframe {
		width:100%;
	}
#clinics-list {
}
.list-inner {
	max-width:1200px;
	margin:0 auto;
}
.list-inner > h2 {
	text-align:center;
	margin:50px 0 0 0;
	font-style:italic;
	font-size:48px;
}

.clinic-item.section {
	padding:40px 0;
	border-bottom:3px solid #e8e8e8;
}
	.clinic-item:last-child {
		border:none;
	}
	.clinic-item .col iframe {
		height:200px;
		max-height:200px;
	}
	.clinic-mid h4 {
		margin-top:30px;
		font-size:28px;
		line-height:32px;
	}
	.clinic-mid p {
		margin:0;
		font-size:18px;
	}
	.clinic-mid .borderbutton {
		padding:4px 30px;
		margin:30px 20px 0 0;
		color:#2BAAE1;
	}
		.clinic-mid .borderbutton:hover {
			color:#fff;
		}
	.clinic-mid .borderbutton.textwhite {
		margin:30px 0 0 0;
		background-color:#2BAAE1;
		color:#fff;
	}
		.clinic-mid .borderbutton.textwhite:hover {
			background-color:#fff;
			color:#2BAAE1;
			border:2px solid #2BAAE1;
		}
/*One signal notification*/
#onesignal-bell-container.onesignal-reset {
	z-index: 9 !important;
}

/* Help Scout Chat Beacon */
.hsds-beacon .jRhPDZ {
	bottom: 80px !important;
}

/* Playlist */
.page-template-playlist .single-loop>.content>.entry, .page-template-shared-playlist .single-loop>.content>.entry {
	background:none;
	padding:0;
}
.playlist-container {
}
	.playlist-selectbox #playlist_name {
		width:auto;
		padding:4px 10px;
		-webkit-border-radius:4px;
		-moz-border-radius:4px;
		border-radius:4px;
		background-color:#e5e5e5;
	}

		.single-loop #sort-playlist-posts > .entry {
			padding:0;
			background-color:#fff;
			-webkit-border-radius:4px;
			-moz-border-radius:4px;
			border-radius:4px;
			border:2px solid #ebebeb;
			position:relative;
		}
	.playlist-data.col, .playlist-image.col, .playlist-order.col {
		margin-top:0;
		margin-bottom:0;
	}
		.playlist-order.col {
			text-align:center;
			font-size:24px;
			color:#cbcbcb;
			padding-top:35px;
			padding-bottom:30px;
			margin-bottom:-50px;
			overflow:hidden;
			border-right:1px solid #cbcbcb;
			cursor:pointer;
		}
		.playlist-data.col {
			padding:10px 0;
		}
		.playlist-data .entry-meta {
			font-size:12px;
			font-weight:200;
			font-style:italic;
		}
		.playlist-data .entry-title {
			font-size:18px;
		}
		.playlist-data .footer-meta {
		}
		.playlist-data .date {
			font-size:14px;
		}
		.playlist-data .action {
			float:right;
		}
			.playlist-data .action a {
				color:#ea3434;
				-webkit-border-radius:50%;
				-moz-border-radius:50%;
				border-radius:50%;
				padding:4px 8px;
				border:1px solid #ea3434;
			}
		.playlist-image {
			text-align:right;
		}
		.playlist-image a {
			display:block;
			line-height:0;
		}

.add_playlist_button{ display:inline-block; width:100%; padding:0; margin:0; }
.add_playlist_container{ display:none; width:100%; padding:0; margin:0; }
	.add_playlist_container p{ display:inline-block; width:100%; padding:5px 0; margin:0; }
		.add_playlist_container p label{ display:inline-block; width:100%; }
		.add_playlist_container p input[ type="text" ]{ padding:5px; margin:0; height:30px; line-height:30px; }
	.add_playlist_container p.playlist_message{ font-size:12px; display:none; }
	.add_playlist_container p.submit span.playlist_submit{ display:inline-block; width:auto; margin:0 10px 0 0; padding:0; }
		.add_playlist_container p.submit span.playlist_submit input[ type="submit" ], #create_new_playlist{ background:#000000; border:none; padding:5px 10px; width:auto; text-align:center; margin:0; color:#FFFFFF; }
			.add_playlist_container p.submit span.playlist_submit input[ type="submit" ]:hover, #create_new_playlist:hover{ background:#E5554E; }
	.add_playlist_container p.submit span.playlist_loading{ display:inline-block; width:32px; height:32px; padding:0; margin:0; display:none; }

.play_message{ display:none; width:100%; padding:5px 0; margin:0; font-size:12px; }
.manage_playlist{ display:inline-block; width:100%; margin:0 0 20px 0; padding:0; position:relative; }
.ui-accordion .ui-accordion-header{ padding:0 0 0 30px !important; border-radius:0 !important; -moz-border-radius:0 !important; -webkit-border-radius:0 !important; font-size:20px !important; color:#000000 !important; background:url( images/playlist_bg.png ) repeat-x scroll 50% 50% !important; border:#DDDDDD 1px solid !important; margin:0 !important; height:51px; line-height:51px; vertical-align:middle; }
	.ui-accordion-header-active{ background:url( images/playlist_bg.png ) repeat-x scroll 50% 50% !important; }
	.ui-accordion .ui-accordion-header .right{ position:absolute; right:25px; float:right; width:auto; font-size:11px; color:#000; z-index:100000; }
		.ui-accordion .ui-accordion-header .right a{ font-size:11px; color:#000; text-decoration:none; }

.ui-accordion .ui-accordion-content{ border-radius:0 !important; -moz-border-radius:0 !important; -webkit-border-radius:0 !important; padding:0 !important; margin:0 !important; font-size:12px !important; border:#DDDDDD 1px solid !important; width:100%; margin:0; }
	.ui-accordion .ui-accordion-content p{ padding:10px 25px; }
	.ui-accordion .ui-accordion-content ul{ list-style-type:none; padding:0; margin:0; width:100%; }
		.ui-accordion .ui-accordion-content ul li{ list-style-type:none; padding:0 25px; border-bottom:#DDDDDD 1px solid; line-height:51px; height:51px; vertical-align:middle; }
			.ui-accordion .ui-accordion-content ul li .right{ float:right; width:auto; font-size:11px; color:#000; }
				.ui-accordion .ui-accordion-content ul li .right a{ font-size:11px; color:#000; text-decoration:none; }
			.ui-accordion .ui-accordion-content ul li:last-child{ border-bottom:none; line-height:51px; height:51px; vertical-align:middle; }

/* # Playlist Popup */
.popupoverlay{ float:left; width:100%; height:100%; padding:0; margin:0; position:absolute; z-index:100001; background:#000000; opacity:0.8; display:none; }
	.popupcontainer{ width:547px; height:auto; min-height:200px; position:fixed; top:50%; opacity:1; float:left; padding:0; margin-top: -140px; margin-left:-273.5px; left:50%; display:none; z-index:100003; }
	.popuploading{ width:220px; height:19px; position:fixed; top:50%; opacity:1; float:left; padding:0; margin-left:-110px; margin-top: -9.5px; left:50%; display:none; z-index:100003; background:url( images/ajax-loading.gif ) no-repeat scroll 0 0 transparent; }
		.popupclose{ float:right; position:absolute; top:-22px; right:-50px; z-index:100004; width:44px; height:44px;cursor:pointer; }
			.popupclose a{ float:left; width:44px; height:44px; background:url( images/fancybox_close.png ) no-repeat scroll 0 0 transparent; text-indent:-9999px; text-decoration:none; }
				.popupclose a:hover{ text-decoration:none; }

		.popupcontent{ padding:15px; box-shadow:0px 10px 25px rgba(0, 0, 0, 0.5); -moz-box-shadow:0px 10px 25px rgba(0, 0, 0, 0.5); -webkit-box-shadow:0px 10px 25px rgba(0, 0, 0, 0.5); float:left; width:100%; margin:0; background:#F9F9F9 none repeat scroll 0% 0%; color:#444; border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; position:relative; }
			.popupcontent-outer{ box-shadow:0px 10px 25px rgba(0, 0, 0, 0.5); -moz-box-shadow:0px 10px 25px rgba(0, 0, 0, 0.5); -webkit-box-shadow:0px 10px 25px rgba(0, 0, 0, 0.5); padding:0px; margin:0px; background:#F9F9F9 none repeat scroll 0% 0%; color:#444; text-shadow:none; border-radius:7px !important; -moz-border-radius:7px !important; -webkit-border-radius:7px !important; position:relative; max-height:360px; overflow-x:hidden; overflow-y:scroll; }
				.popupcontent-inner{ width:100%; height:100%; padding:10px; margin:0px; position:relative; outline:0px none; overflow:hidden; border-radius:6px !important; -moz-border-radius:6px !important; -webkit-border-radius:6px !important; }
					.popupcontent-inner h3{ text-align: center; margin: 10px 0; }

			.popupcontent .popupmessage, .create-playlist-message{ float:left; width:100%; padding:5px 0; margin:0; font-size:12px; display:none;}
				.popupcontent .popupmessage{ text-align: center; }

			.popupcontent .popupleft{ float:left; width:100%; padding:10px 10px 10px 10px; margin:10px 0 0 0; border: #DDD 1px solid; }
				.popupcontent .popupleft p{ float:left; width:50%; padding:5px 0; margin:0; }
					.popupcontent .popupleft p.submit{ width:100%; text-align:center; }
					.popupcontent .popupleft p input[ type=radio ]{ margin:0; }
					.popupcontent .popupleft p .popupsubmit { display:inline-block; width:100%; padding:0; margin:0; }
						.popupcontent .popupleft p .popupsubmit input[ type="submit"] { display:inline-block; width:auto; padding:5px 10px; margin:0; text-align:center; color:#FFF; background:#333; border:none; }
							.popupcontent .popupleft p .popupsubmit input[ type="submit"]:hover{ background:#E5554E; }
					.popupcontent .popupleft p .popuploading { float:left; width:100%; height:32px; padding:0; margin:10px 0 0 0; background:url( images/p_loading.gif ) no-repeat scroll center center transparent; display:none; position:unset; top:unset; left:unset; }

			.popupcontent .popupleft-content, .popupcontent .popupright-content { float:left; width:100%; padding:0; margin:0; }
				.popupcontent .hideunhide{ float:right; width:auto; padding:0; margin:0; text-align:left; }
					.popupcontent .hideunhide a{ text-decoration:none; font-size:12px; font-weight:400; color:#333; }
						.popupcontent .hideunhide a:hover{ text-decoration:none; color:#2BAAE1; }
						.popupcontent .hideunhide a.unhide_ppdiv{ display:none; }

			.popupcontent .popupright{ float:left; width:100%; padding:10px 10px; margin:0 0 10px 0; border: #DDD 1px solid; }
				.popupcontent .popupright h4{ float:left; width:100%; padding:0 10px 0 0; margin-top:0; text-align:center; }
				.popupcontent .popupright p{ float:left; width:100%; padding:5px 0; margin:0; text-align:center; }
					.popupcontent .popupright p label{ float:left; width:100%; padding:0; margin:0; }
					.popupcontent .popupright input[ type="text"]{ width:94%; }
					.popupcontent .popupright p .popupsubmit, .create-playlist-submit{ float:left; width:auto; padding:0; margin:0 10px 0 0; }
						.popupcontent .popupright p .popupsubmit{ width: 100%; }
						.popupcontent .popupright p .popupsubmit input[ type="submit"], .create-playlist-submit input[ type="submit" ] { display:inline-block; width:auto; padding:5px 10px; margin:0; text-align:center; color:#FFFFFF; background:#333; border:none; }
							.popupcontent .popupright p .popupsubmit input[ type="submit"]:hover, .create-playlist-submit input[ type="submit" ]:hover { background:#E5554E; }

					.popupcontent .popupright p .popuploading, .create-playlist-loading{ float:left; width:100%; height:32px; padding:0; margin:10px 0 0 0; background:url( images/p_loading.gif ) no-repeat scroll center center transparent; display:none; position:unset; top:unset; left:unset; }
					.create-playlist-loading { width:32px; float:unset; margin-top:0;}
.entry-content .playlist-order.col {
	padding-top:16px;
	padding-bottom:16px;
	margin-bottom:18.5px;
	margin-top:18.5px;
}
a.pp-up, a.pp-down {
	color:#CBCBCB;
}
a.playlist-posts-expand-contract {
	color:#333;
}
	a.pp-up:focus, a.pp-up:hover, a.pp-down:focus, a.pp-down:hover, a.playlist-posts-expand-contract:focus, a.playlist-posts-expand-contract:hover {
		color:#2BAAE1;
	}

.single-loop .sort-playlist-posts > .entry {
	padding:0px;
	background-color:#FFF;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:2px solid #EBEBEB;
	position:relative;
}

.playlist-posts {
	width:100%;
	display:inline-block;
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px solid #EBEBEB;
	line-height:0.9em;
	position:relative;
}
	.playlist-posts .playlist-loading {
		float:left;
		width:32px;
		height:32px;
		padding:-16px 0 0 -16px;
		position:absolute;
		top:20px;
		left:50%;
		z-index:10004;
		background:url( images/p_loading.gif ) no-repeat scroll 0 0 transparent;
		text-indent:-9999px;
	}

	.playlist-posts:last-child {
		margin-bottom:0;
	}
	.playlist-posts h3 {
		font-size:22px;
		display:inline-block;
		width:100%;
		padding:0;
		margin:0;
	}
	.playlist-posts .entry {
		margin-bottom:40px;
	}
		.playlist-posts .entry :last-child {
			margin-bottom:0;
		}
	.playlist-heading-left {
		float:left;
		text-align:left;
		width:auto;
		padding:0;
		margin:0;
	}
	.playlist-heading-right {
		float:right;
		text-align:left;
		padding:0;
		margin:0;
		width:170px;
	}
	.playlist-heading-top {
		float:left;
		width:100%;
		padding:0;
		margin:0 0 10px 0;
	}
		.playlist-heading-top a {
			color:#333;
		}
			.playlist-heading-top a:hover, .playlist-heading-top a:focus {
				color:#2BAAE1;
			}
	.playlist-heading-bottom {
		float:left;
		width:100%;
		padding:0;
		margin:0;
		font-size:14px;
	}

	.playlist-posts-expand-contract {
		display:inline-block;
		width:100%;
	}
	.playlist-posts-container {
		display:none;
		padding-top:10px;
	}

/* My Playlist Share Button */
.my-playlist-top-container {
	display:inline-block;
	width:100%;
	text-align:right;
	padding:0;
	margin:0;
}
	.my-playlist-share-loading {
		float:right;
		width:32px;
		height:32px;
		padding:0;
		margin:2px 10px 0 0;
		background:url( images/p_loading.gif ) no-repeat scroll 0 0 transparent;
		display:none;
	}

.playlist-posts-content .ui-accordion .ui-accordion-header {
	border:none !important;
	background:none !important;
}
.playlist-posts-content .ui-accordion-header-active {
	background:none !important;
}
.playlist-posts-content .ui-accordion .ui-accordion-content {
	border:none !important;
}

@media only screen and (max-width: 800px) {
	.popupcontainer{
		width:90%;
		left:45%;
		margin-left:-40%;
		position:absolute;
	}
	.popupclose {
		right: -15px;
	}
}

/* Single
.single-loop {
	max-width:1200px;
	margin:0 auto;
}
	.single-loop .content {
		width:930px;
		background:#FFFFFF;
		padding:40px 0 40px 20px;
	}
	.single-loop .content .entry-content ol, .single-loop .content .entry-content ul {
		margin-bottom:28px;
		margin-left:40px;
	}
	.single-top-links {
		clear:both;
		border-bottom:2px solid #e5e5e5;
		padding:0 0 20px 0;
		margin:0 0 30px 0;
	}
		.single-top-links .cat-nav {
			float:left;
			padding:8px 20px;
			-webkit-border-radius:20px;
			-moz-border-radius:20px;
			border-radius:20px;
			background-color:#f5f5f5;
			color:#404041;
		}
		.single-top-links .addto-playlist {
			float:right;
			-webkit-border-radius:20px;
			-moz-border-radius:20px;
			border-radius:20px;
			background-color:#2BAAE1;
			color:#fff;
			cursor:pointer;
		}
		.single-top-links .addto-playlist:hover {
		}
		.single-top-links input {
			background-color:#2BAAE1;
			color:#fff;
			padding:8px 0 8px 20px;
			-webkit-border-top-left-radius:20px;
			-webkit-border-bottom-left-radius:20px;
			-moz-border-radius-topleft:20px;
			-moz-border-radius-bottomleft:20px;
			border-top-left-radius:20px;
			border-bottom-left-radius:20px;
		}
			.single-top-links input:hover {
				background-color:#2BAAE1;
			}
		.single-top-links .addto-playlist i {
			padding:8px 20px 8px 10px;
			-webkit-border-top-right-radius:20px;
			-webkit-border-bottom-right-radius:20px;
			-moz-border-radius-topright:20px;
			-moz-border-radius-bottomright:20px;
			border-top-right-radius:20px;
			border-bottom-right-radius:20px;
		}
	.single-inner .entry-title {
		font-size:32px;
	}
	.single-inner .entry-title a {
		color:#404041;
	}
		.single-inner .entry-title a:hover {
			color:#2BAAE1;
		}
	.single-inner .entry {
		padding: 0 0 30px 0;
		word-wrap: break-word;
	}
	.single-top-left {
		vertical-align:middle;
		color:#959595;
	}
		.single-top-left img {
			margin:0 10px 0 0;
			-webkit-border-radius:50%;
			-moz-border-radius:50%;
			border-radius:50%;
		}
	.single-top-right {
		float:right;
		font-style:italic;
	}
		.single-top-right i {
			color:#fff;
			background-color: #ff0000;
			padding:6px 8px;
			-webkit-border-radius:50%;
			-moz-border-radius:50%;
			border-radius:50%;
		}
	.single-inner .entry-header .entry-meta {
		border:none;
		padding-top:5px;
		font-size:14px;
		font-style:italic;
		font-weight:200;
		color:#959595;
	}
	.single-inner .entry-categories {
		display:inline-block;
	}
		.single-inner .entry-categories a {
			color:#959595;
			padding:0;
		}
		.single-inner .entry-categories a:hover {
			color:#404041;
		}
	.related-posts {
		margin:0 0 30px 0;
	}
		.related-posts h3 {
			text-transform:uppercase;
			font-style:italic;
			font-size:20px;
			letter-spacing:-1px;
			color:#404041;
		}
		.related-posts li {
			background-color:#f5f5f5;
		}
		.related-posts .related-image {
			margin:0 0 5px 0;
		}
		.related-posts .related-title {
			display:block;
			padding:5px 10px;
		}
			.related-posts .related-link {
				color:#404041;
			}
			.related-posts .related-title:hover {
				color:#2BAAE1;
			}
			*/


/* New Sales Page
.pricetable {

}
	.pricetable .section {
		width:940px;
		margin:0 auto;
	}
		.pricetable .pricing_container {
			background:#F5FCFE;
			border:1px solid #A6DFF4;
			border-radius:10px 10px 0 0;
			-moz-border-radius:10px 10px 0 0;
			-webkit-border-radius:10px 10px 0 0;
			display:inline-block;
			width:100%;
			height:auto;
			margin-bottom:30px;
		}
		.pricetable .pricing_container .time_period {
			-webkit-box-sizing:border-box;
			-moz-box-sizing:border-box;
			-o-box-sizing:border-box;
			-ms-box-sizing:border-box;
			box-sizing:border-box;
			text-align:center;
			padding:16px 12px;
			display:inline-block;
		}
			.pricetable .pricing_container .time_period .pricing_picker {
				font-size:16px;
				font-weight:700;
			}
				.pricetable .pricing_container .time_period .pricing_picker .select_payment_option {
					float:left;
					font-weight:800;
					margin:12px 40px 0 0;
					-webkit-transition:all .25s;
					-moz-transition:all .25s;
					-o-transition:all .25s;
					-ms-transition:all .25s;
					transition:all .25s;
				}
				.pricetable .pricing_container .time_period .pricing_picker .time_picker_form {
					display:inline-block;
				}
					.pricetable .pricing_container .time_period .pricing_picker .time_picker_form .time_period_buttons {
						border-radius:20px;
						-moz-border-radius:20px;
						-webkit-border-radius:20px;
						background:#E5F0F5;
						border:1px solid #A6DFF4;
						font-weight:600;
						-webkit-box-sizing:border-box;
						-moz-box-sizing:border-box;
						-o-box-sizing:border-box;
						-ms-box-sizing:border-box;
						box-sizing:border-box;
						display:inline-block;
						float:left;
						margin:0 24px 0 0;
						padding:10px;
						-webkit-transition:all .25s;
						-moz-transition:all .25s;
						-o-transition:all .25s;
						-ms-transition:all .25s;
						transition:all .25s;
						position:relative;
					}
						.pricetable .pricing_container .time_period .pricing_picker .time_picker_form .time_period_buttons input[ type="radio" ] {
							padding:0px;
							margin:0px;
							height:16px;
							width:16px;
							float:left;
							position:absolute;
							left:10px;
							opacity:0;
							top:13px;
						}
							.pricetable .pricing_container .time_period .pricing_picker .time_picker_form .time_period_buttons input[ type="radio" ] + label {
								background:url( images/radio-input.png ) 0 2px no-repeat;
								height:16px;
								width:16px;
								padding-left:20px;
							}
								.pricetable .pricing_container .time_period .pricing_picker .time_picker_form .time_period_buttons input[ type="radio" ]:checked + label {
									background:url( images/radio-input-hover.png ) 0 2px no-repeat;
								}

		.pricetable .plan_container {
			background:#e9f6fc;
			float:left;
			height:auto;
			padding:0 0 30px;
			text-align:center;
			min-height:515px;
		}
			.pricetable .plan_container.free {
				background:#F0F4F6;
				width:33%;
			}
			.pricetable .plan_container.premium {
				background:#A4DEF3;
				width:34%;
			}
			.pricetable .plan_container.premium-group {
				background:#D2EEF9;
				width:33%;
			}

			.pricetable .plan_container .plan_name_bg{
				width:100%;
			}
				.pricetable .plan_container .plan_name_bg h2{
					font-size:28px;
					text-shadow:none;
					margin:0;
					padding:10px 0 14px;
					text-align:center;
				}
				.pricetable .plan_container.free .plan_name_bg h2 {
					background:#E1EAEE;
					color:#737373;
				}
				.pricetable .plan_container.premium .plan_name_bg h2 {
					background:#00ACE1;
					color:#FFFFFF;
				}
				.pricetable .plan_container.premium-group .plan_name_bg h2 {
					background:#A4DEF3;
					color:#008FBD;
				}

			.pricetable .plan_container.premium-group .monthly_buy_now, .pricetable .plan_container.premium-group .half_yearly_buy_now, .pricetable .plan_container.premium-group .annual_buy_now {
				width:100%;
			}
			.pricetable .plan_container .price_badge {
				border-radius:999px;
				-moz-border-radius:999px;
				-webkit-border-radius:999px;
				background:#404041;
				height:100px;
				margin:20px auto 10px;
				overflow:visible;
				width:100px;
				text-align:center;
			}
				.pricetable .plan_container .price_badge .price {
				    color:#fff;
					font-size:40px;
					font-weight:700;
					line-height:.8em;
					display:inline-block;
					margin:20px 0 0;
				}
					.pricetable .plan_container .price_badge .price .price-small{
						font-size:0.5em;
						position:relative;
						top:-12px;
						left:-7px;
					}

					.pricetable .plan_container .price_badge .price .superscript {
						font-size:.4em;
						vertical-align:top;
						left:7px;
						top:-3px;
						position:relative;
					}
					.pricetable .plan_container .price_badge .price .monthly, .pricetable .plan_container .price_badge .price .up_to_5_coaches {
						display:inline-block;
					}
					.pricetable .plan_container .price_badge .price .half-yearly, .pricetable .plan_container .price_badge .price .annual, .pricetable .plan_container .price_badge .price .up_to_10_coaches, .pricetable .plan_container .price_badge .price .up_to_25_coaches, .pricetable .plan_container .price_badge .price .up_to_50_coaches, .pricetable .plan_container .price_badge .price .up_to_75_coaches, .pricetable .plan_container .price_badge .price .up_to_150_coaches, .pricetable .plan_container .price_badge .price .up_to_151_coaches {
						display:none;
					}
					.pricetable .plan_container .price_badge .price .up_to_151_coaches {
						margin-top:14px;
					}
				.pricetable .plan_container .price_badge .price_month {
					color:#fff;
					font-size:16px;
					margin:2px 0 0;
				}

			.pricetable .plan_container .annual_rate {
				display:inline-block;
				font-size:14px;
				width:100%;
			}
				.pricetable .plan_container .annual_rate.half-yearly, .pricetable .plan_container .annual_rate.annual {
					display:none;
				}

			.pricetable .plan_container h5 {
				color:#404041;
				font-size:18px;
				font-weight:700;
				margin:30px 0 0 0;
				padding-top:18px;
				width:100%;
			}
			.pricetable .plan_container select.group {
				padding:10px;
				margin:30px 0 0 0;
				border:0 !important;
				-webkit-appearance:none;
				-moz-appearance:none;
				background:#E2F7FF url( images/select-arrow.png ) no-repeat scroll 160px center;
				width:180px;
				text-indent:0.01px;
				text-overflow:"";
				cursor:pointer;
				color:#404041;
			}
				.pricetable .plan_container select.group option {
					text-align:center;
				}
					.pricetable .plan_container select.group option:hover {
						background:#C4EDFD;
						color:#32B5E5;
					}
				.pricetable .plan_container select.group:focus {
					outline:0;
				}
			.pricetable .plan_container ul {
				font-size:17px;
				line-height:1.6em;
				margin:20px 0 30px !important;
				list-style-type:none;
			}
				.pricetable .plan_container ul li {
					list-style-type:none;
				}
					.pricetable .plan_container ul li a {
						font-weight:800;
					}

			.pricetable .plan_container .half-yearly, .pricetable .plan_container .annual {
				display:none;
			}

			.pricetable .plan_container .free_account {
				font-size:18px;
				padding:12px 26px 13px;
				background:#5DC5B4;
				color:#fff;
				border-radius:20px;
				-moz-border-radius:20px;
				-webkit-border-radius:20px;
				width:200px;
			}
				.pricetable .plan_container .free_account.monthly, .pricetable .plan_container .free_account.up_to_5_coaches {
					display:inline-block;
				}
				.pricetable .plan_container .free_account.half-yearly, .pricetable .plan_container .free_account.annual, .pricetable .plan_container .free_account.up_to_10_coaches, .pricetable .plan_container .free_account.up_to_25_coaches, .pricetable .plan_container .free_account.up_to_50_coaches, .pricetable .plan_container .free_account.up_to_75_coaches, .pricetable .plan_container .free_account.up_to_150_coaches, .pricetable .plan_container .free_account.up_to_151_coaches {
					display:none;
				}
			.pricetable .plan_container .buy_now {
				font-size:18px;
				padding:12px 26px 13px;
				background:#FFFFFF;
				color:#00ACE1;
				border-radius:20px;
				-moz-border-radius:20px;
				-webkit-border-radius:20px;
				width:200px;
				margin-bottom:10px;
			}
				.pricetable .plan_container .buy_now.monthly, .pricetable .plan_container .buy_now.up_to_5_coaches {
					display:inline-block;
				}
				.pricetable .plan_container .buy_now.half-yearly, .pricetable .plan_container .buy_now.annual, .pricetable .plan_container .buy_now.up_to_10_coaches, .pricetable .plan_container .buy_now.up_to_25_coaches, .pricetable .plan_container .buy_now.up_to_50_coaches, .pricetable .plan_container .buy_now.up_to_75_coaches, .pricetable .plan_container .buy_now.up_to_150_coaches, .pricetable .plan_container .call_for_pricing {
					display:none;
				}

				.pricetable .plan_container .call_for_pricing {
					width:100%;
					padding:12px 0 18px 0;
					margin-bottom:10px;
				}
*/

/* Member Management */
ul.myaccount-links a {
	color:#404041;
	display:inline-block;
	width:92%;
	padding:6px 10px;
}
	ul.myaccount-links a:hover {
		color:#2BAAE1;
	}
	ul.myaccount-links ul a {
		color:#666;
		font-size:14px;
	}

#myaccount-default li.col:nth-of-type(4n+1) {
	clear:left;
	margin-left:0;
}

/*
.popmake-overlay form#ws-plugin--s2member-profile table tr:nth-last-child(2) {

	display: none;

}
*/

.accountpanel {
	display:none;
}
	.accountpanel.panelactive {
		display:block;
	}
	.accountpanel h3 {
		margin:50px 0 20px 0;
	}
		.accountpanel h3:first-child {
			margin:0 0 20px 0;
		}

	.accountpanel a{
		color:#404041;
	}
		.accountpanel a:hover, .accountpanel a:focus{
			color:#2BAAE1;
		}

.myaccount-posts{
	margin-bottom:50px;
}
.single-loop .content .entry-content ul.myaccount-links, .single-loop .content .entry-content ul.myaccount-links ul {
	margin:0;
	padding:0;
	list-style:none;
}
	.single-loop .content .entry-content ul.myaccount-links li {
		margin:0;
		list-style:none;
		background-color:#E5E5E5;
		padding:0;
		border-bottom:solid #d0cfcf 1px;
		font-family:'Source Sans Pro', sans-serif;
		font-size:18px;
		font-weight:400;
	}
	.single-loop .content .entry-content ul.myaccount-links ul {
	}
		.single-loop .content .entry-content ul.myaccount-links ul li {
			background-color:#F4F4F4;
		}

.myaccount-posts h3 {
	margin-left:8px;
}
.account-label {
	margin-bottom:5px;
}
	.account-label > span {
		font-weight:bold;
		display:inline-block;
		width:90px;
	}
	#myaccount-subscription .account-label > span {
		width:145px;
	}

.myaccount-subrenew {
	background-color:#e5e5e5;
	padding:10px;
	margin:0;
}
	.myaccount-subrenew i {
		vertical-align:middle;
		color:#63DE8E;
	}

.myaccount-posts .related-link img {
	margin:0 auto 10px auto;
}

.myaccount-posts .related-title {
	padding:0 8px;
	text-align:center;
	display:inline-block;
	font-size:16px;
	line-height:20px;
	color:#9e9e9e;
}

/* Comments */
.entry-comments {
	padding:0;
}
	.entry-comments h3 {

	}
	.comment-list li {
		margin:0;
		padding:0;
	}
	.comment-list li li {
		margin:0;
	}
		li.comment {
			background-color:#fff;
			border:none;
		}
		.comment article {
			border-bottom:2px solid #f5f5f5;
			padding:0 0 20px 0;
			margin:0 0 40px 0;
		}
		.children .comment article {
			padding:0 0 0 64px;
		}
		.comment-content {
			padding:0 0 0 64px;
		}
		.comment-reply {
			text-align:right;
		}
	.comment .avatar {
		-webkit-border-radius:50%;
		-moz-border-radius:50%;
		border-radius:50%;
	}
	.comment-author {
	}
		.comment-author span {
			text-transform:uppercase;
			color:#2BAAE1;
		}
	.comment-time {
	}
		.comment-time-link {
			font-size:14px;
			font-weight:200;
			color:#959595;
		}

/* Pagination */
.pagination {
}
	.pagination>ul {
		text-align:center;
	}
	.pagination li a:hover, .pagination .active a {
		background-color:#2baae1;
	}

/* Sidebar */
.page-template-playlist .sidebar, .page-template-shared-playlist .sidebar {
	background:#4685a0;
}
.sidebar .widget {
	background:none;
	padding:0px;
}
	.sidebar .widget img {
		max-width:100%;
	}
	.sidebar .whitewidget {
		background-color:#fff;
	}
	.sidebar .bluewidget {
		background-color:#4685a0;
		color:#fff;
	}
	.sidebar  .widgetpad {
		padding:20px;
	}
	.page-template-playlist .sidebar .widget-title, .page-template-shared-playlist .sidebar .widget-title {
		font-size:36px;
		font-style:italic;
		color:#fff;
	}
	.page-template-playlist .textwidget p, .page-template-shared-playlist .textwidget p {
		font-weight:200;
	}
	.widget_art_archive_detail_widget {
	}
		.archives-alltopics {
			display:block;
			margin:0 0 30px 0;
		}
		.widget_art_archive_detail_widget h2 {
			font-style:italic;
			font-size:38px;
		}
		.widget_art_archive_detail_widget p {
			padding:0 10px 0 0;
			word-wrap:break-word;
			color:#959595;
			line-height:18px;
		}

/* Equal Height Columns */
.content-sidebar-wrap {
	overflow:hidden;
}

/* Ads Popup Overlay */
/*
.aoc_ads_popup_overlay {
	display:flex;
	align-items:center;
	justify-content:center;
	align-content:center;
	position:fixed;
	top:0;
	left:0;
	z-index:100001;
	background:rgba(0,0,0,0.5);
}
.aoc_ads_popup_container {
	max-width:100%;
	max-height:100%;
}*/
.aoc_ads_popup_overlay {
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:100001;
	background:rgba(0, 0, 0, 0.5);
}
.aoc_ads_popup_container {
	position:fixed;
	top:50%;
	left:50%;
	z-index:100002;
	transform:translate(-50%, -50%);
	max-width:100%;
	max-height:100%;
}

@media (max-width:800px) {
	.aoc_ads_popup_container {
		width:90% !important;
		left:50% !important;
		margin-left:0 !important;
	}
}
.aoc_ads_popup_containerinner {
	width:100%;
	height:100%;
	padding:0;
	margin:0;
}
.aoc_ads_popup_content {
	width:100%;
	padding:0;
	margin:0;
	line-height:0;
}
.aoc_ads_overlay_videourl {
	float:left;
	width:100%;
	padding:0;
	margin:0;
	height:100%;
	z-index:100003;
	cursor:pointer;
}

.aoc_ads_popup_footer {
	bottom:0;
	width:100%;
	padding:2px 5px;
	margin:0;
	background:#000000;
	display:none;
	color:#FFFFFF;
	text-align:center;
}
	.aoc_ads_popup_footer a, .aoc_ads_popup_footer a:hover, .aoc_ads_popup_footer a:focus {
		color:#FFFFFF;
		text-decoration;none;
	}

.aoc_ads_popup_close {
	width:100%;
	left:0;
	top:0;
	position:absolute;
	z-index:100003;
	display:none;
}

.aoc_ads_popup_closeinner {
	float:left;
	width:auto;
	padding:2px 5px;
	color:#FFFFFF;
	background:#000000;
	text-align:left;
}

.aoc_ad_close, .aoc_ad_close:hover, .aoc_ad_close:focus {
	float:left;
	width:auto;
	padding:0;
	margin:0;
	color:#FFFFFF;
	text-decoration:none;
}

/* Member Management Payment Methods style */
#add_payment_method #payment ul.payment_methods {
	list-style-type:none;
}
	#add_payment_method #payment ul.payment_methods li {
		list-style-type:none;
	}
		#add_payment_method #payment ul.payment_methods li img {
			width:10%;
		}


/* Footer */
#footer-widgets {
	background-color:#fff;
	margin-top: 0;
}

@media all and (min-width:768px) {
	#footer-widgets {
		margin-top: 65px;
	}
}

	.footer-container {
		max-width:1200px;
		margin:0 auto;
		color:#959595;
		font-weight:200;
	}
		.footer-container .widget-title {
			color:#2BAAE1;
			font-weight:400;
		}
		.footer-container .widget_nav_menu a {
			color:#959595;
		}
			.footer-container .widget_nav_menu a:hover {
				color:#2BAAE1;
			}

.site-footer {
	text-align:left;
	margin-top:50px;
	padding:20px 0;
	border-top:2px solid #e5e5e5;
	color:#959595;
	font-weight:200;
	font-size:16px;
}
	.footer-left p {
		padding-top:15px;
	}
		.footer-left span {
			margin:0 15px;
		}
			.footer-left .foot-copyright {
				margin:0;
			}
		.footer-left a {
			color:#959595;
		}
		.footer-left a:hover {
			color:#2BAAE1;
		}
	.footer-right img {
		margin:0;
		padding:0;
	}

/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 3.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF TWELVE  */
.span_12_of_12 {
	width: 100%;
}
.span_11_of_12 {
  	width: 91.36%;
}
.span_10_of_12 {
  	width: 82.73%;
}
.span_9_of_12 {
  	width: 74.1%;
}
.span_8_of_12 {
  	width: 65.46%;
}
.span_7_of_12 {
  	width: 56.83%;
}
.span_6_of_12 {
  	width: 48.2%;
}
.span_5_of_12 {
  	width: 39.56%;
}
.span_4_of_12 {
  	width: 30.93%;
}
.span_3_of_12 {
  	width: 22.3%;
}
.span_2_of_12 {
  	width: 13.66%;
}
.span_1_of_12 {
  	width: 5.033%;
}

/*  GRID OF FIVE  */
.span_5_of_5 {
 width: 100%;
}
.span_4_of_5 {
 width: 79.28%;
}
.span_3_of_5 {
 width: 58.56%;
}
.span_2_of_5 {
 width: 37.84%;
}
.span_1_of_5 {
 width: 17.12%;
}

/*  Archive Grid  */


/* # Plugin / Conditional Styles
---------------------------------------------------------------------------------------------------- */

/* Optimize Press */
body .entry-content img, body .comment-content img, body .widget img {
    max-width:100%;
}

/* Mail Chimp */
#mc_embed_signup {
}
	.mc-field-group {
		margin:0 0 15px 0;
	}
		.mc-field-group label {
			display:none;
		}
	#mc_embed_signup input[type="submit"] {
		-webkit-border-radius:20px;
		-moz-border-radius:20px;
		border-radius:20px;
		background-color:#fff;
		border:2px solid #2BAAE1;
		color:#404041;
		padding:4px 20px;
		text-transform:none;
		font-weight:700;
	}

/* WooCommerce Cart Widget */
.sidebar .widget.widget_shopping_cart {
	margin-bottom:0.66667em;
}

/* Loading overlay and gif*/
.loading-global-animation{
    background: url(images/loading.gif) no-repeat scroll 0 0 transparent;
    background-size: contain;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 28px;
    height: 28px;
    z-index: 100;
}

.loading-global-overlay{
    position: fixed;
    z-index: 99;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: rgba(0, 0, 0, 0.50);
    display: none;
}

.loading-global-content{
    display: none;
}

/* overwrite default */
.landingsales_loading{
    top:0 !important;
    left:0 !important;
    z-index: 25 !important;
    margin:0 !important;
    width: 100% !important;
    height: 100% !important;
    background: url(images/loading.gif) no-repeat scroll 0 0 rgba(255, 255, 255, 0.19) !important;
    background-position: center !important;
}

.click_more_each_categories span.categories_click {
	display:none;
}

.art-premium {
	margin:25px 0;
}
.single-loop .entry-content .art-premium .premium-message > p {
	margin-bottom:28px;
}

.upcoming-section {
	clear:both;
}

.joinus-overlay, .joinus-load {
	position:absolute;
	background:rgba(255, 255, 255, 0.5);
	width:100%;
	height:100%;
	top:0;
	left:0;
	display:none;
}

.joinus-load {
	background-image: url('images/ajax-loading.svg');
    background-repeat: no-repeat;
    background-position: center center;
}

/* AoC Joinus Styles */
.page-template-joinus h1, .page-template-joinus h2, .page-template-joinus h3, .page-template-joinus h4, .page-template-joinus h5, .page-template-joinus h6 {
  font-weight: 400; }

.full-width-content main.content {
  padding: 0; }
  .full-width-content main.content .entry {
    padding: 0; }

.inner {
  max-width: 1200px;
  margin: 0 auto; }

.header-buttons .member-links a.price_headlink {
  color: #FFF; }

.aoc-joinustopbar {
  font-size: 100%;
  text-align: center;
  padding: 20px; }
  .aoc-joinustopbar .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .aoc-joinustopbar h3 {
    display: inline-block;
    margin: 0; }
  .aoc-joinustopbar a {
    display: inline-block;
    margin-left: 20px;
    border-radius: 6px;
    padding: 0 20px;
    font-weight: 700; }

.aoc-joinusheadings {
  padding: 80px 0 0 0; }
  .aoc-joinusheadings h1:last-child, .aoc-joinusheadings h2:last-child, .aoc-joinusheadings h3:last-child, .aoc-joinusheadings h4:last-child, .aoc-joinusheadings h5:last-child, .aoc-joinusheadings h6:last-child, .aoc-joinusheadings p:last-child {
    margin: 0; }

.aoc-joinuspricing {
  padding: 80px 40px; }
  .aoc-joinuspricing .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .aoc-joinuspricing .inner.premsolo {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    @media (max-width: 899px) {
      .aoc-joinuspricing .inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .aoc-joinuspricing .pricing-options, .aoc-joinuspricing .pricing-options > li {
    list-style-type: none;
    margin: 0 2% 0 0;
    padding: 0; }
    .aoc-joinuspricing .pricing-options:last-child, .aoc-joinuspricing .pricing-options > li:last-child {
      margin-right: 0; }
  .aoc-joinuspricing .pricing-options {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; }
    .aoc-joinuspricing .pricing-options h2 {
      font-weight: 400;
      width: 100%;
      margin: 0;
      padding: 10px 0 18px 0;
      text-align: center; }
      .aoc-joinuspricing .pricing-options h2.highlight {
        border-top: 1px solid;
        border-left: 1px solid;
        border-right: 1px solid;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        color: #FFF;
        position: relative;
        color: #FFF; }
        .aoc-joinuspricing .pricing-options h2.highlight .arrow-down {
          width: 0;
          height: 0;
          border-left: 6px solid transparent;
          border-right: 6px solid transparent;
          border-top: 12px solid #ffffff;
          position: absolute;
          bottom: 4;
          display: block;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
    @media (max-width: 899px) {
      .aoc-joinuspricing .pricing-options {
        display: block;
        width: 100%;
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset; } }
    .aoc-joinuspricing .pricing-options table {
      display: table;
      width: 23.5%;
      margin-right: 2%; }
      .aoc-joinuspricing .pricing-options table:last-child {
        margin-right: 0; }
      .aoc-joinuspricing .pricing-options table tbody, .aoc-joinuspricing .pricing-options table tr, .aoc-joinuspricing .pricing-options table td {
        border-bottom: none; }
        @media (max-width: 899px) {
          .aoc-joinuspricing .pricing-options table tbody, .aoc-joinuspricing .pricing-options table tr, .aoc-joinuspricing .pricing-options table td {
            display: block;
            width: 100%; } }
      .aoc-joinuspricing .pricing-options table td {
        border-top: none;
        padding: 0; }
      @media (max-width: 899px) {
        .aoc-joinuspricing .pricing-options table {
          display: block;
          float: left;
          width: 49%;
          margin-bottom: 2%; }
          .aoc-joinuspricing .pricing-options table:nth-child(2n+0) {
            margin-right: 0; } }
      @media (max-width: 599px) {
        .aoc-joinuspricing .pricing-options table {
          display: block;
          float: unset;
          width: 100%;
          margin-right: 0;
          margin-bottom: 2%; } }
  .aoc-joinuspricing .premgroup select {
    padding: 6px;
    margin: 10px 0 15px 0;
    border-radius: 8px;
    font-size: 120%;
    font-weight: 700;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%; }
  .aoc-joinuspricing .joinus-overlay, .aoc-joinuspricing .joinus-load {
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    z-index: 1000; }
  .aoc-joinuspricing .joinus-load {
    background-image: url("../images/ajax-loading.svg");
    background-repeat: no-repeat;
    background-position: center center; }
  .aoc-joinuspricing ul {
    position: relative; }
  .aoc-joinuspricing ul > li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 23.5%;
    flex: 0 0 23.5%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 2%; }
    .aoc-joinuspricing ul > li:last-child {
      margin-right: 0; }
    @media (max-width: 599px) {
      .aoc-joinuspricing ul > li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%; } }
  .aoc-joinuspricing .premium-details {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px; }
    .aoc-joinuspricing .premium-details h3 {
      padding: 20px 10px;
      font-size: 175%;
      text-align: center;
      margin-bottom: 0;
      border-top: 1px solid;
      border-left: 1px solid;
      border-right: 1px solid;
      border-bottom: 1px solid; }
    .aoc-joinuspricing .premium-details.highlight {
      border-radius: 0; }
  .aoc-joinuspricing .price {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: base-line;
    -ms-flex-align: base-line;
    align-items: base-line;
    border-left: 1px solid;
    border-right: 1px solid;
    line-height: 1;
    text-align: center; }
    .aoc-joinuspricing .price .superscript {
      font-size: 300%;
      line-height: 1.7; }
    .aoc-joinuspricing .price .dollar {
      font-size: 600%; }
    .aoc-joinuspricing .price .cent {
      font-size: 300%;
      line-height: 1.7; }
    .aoc-joinuspricing .price .per {
      -ms-flex-item-align: center;
      align-self: center; }
  .aoc-joinuspricing .savingtextouter {
    padding: 5px 0;
    border-left: 1px solid;
    border-right: 1px solid; }
  .aoc-joinuspricing .savingtext {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin: 0;
    padding: 5px;
    color: #333;
    text-align: center; }
  .aoc-joinuspricing .buynow {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    text-align: center;
    border-left: 1px solid;
    border-right: 1px solid;
    border-bottom: 1px solid; }
    .aoc-joinuspricing .buynow a {
      display: inline-block;
      color: #FFF;
      padding: 5px 40px;
      border-radius: 8px;
      line-height: 1.2;
      margin: 20px 0;
      text-align: center; }
      .aoc-joinuspricing .buynow a strong {
        font-size: 150%; }
      @media (max-width: 599px) {
        .aoc-joinuspricing .buynow a {
          padding: 5px 20px; } }

.aoc-joinusplans {
  padding: 80px 40px;
  font-size: 120%; }
  .aoc-joinusplans .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 899px) {
      .aoc-joinusplans .inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .aoc-joinusplans .freepremplans {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 64%;
    flex: 0 0 64%; }
    .aoc-joinusplans .freepremplans .plan-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    @media (max-width: 599px) {
      .aoc-joinusplans .freepremplans .head h3 {
        font-size: 80%; } }
    @media (max-width: 899px) {
      .aoc-joinusplans .freepremplans {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-bottom: 40px; } }
  .aoc-joinusplans .allplans {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 34%;
    flex: 0 0 34%;
    margin-left: 2%;
    text-align: center; }
    .aoc-joinusplans .allplans .plan-row {
      padding: 30px 0;
      margin: 0 80px;
      border-bottom: 1px solid; }
      .aoc-joinusplans .allplans .plan-row:last-of-type {
        border: none; }
    .aoc-joinusplans .allplans .head {
      padding-top: 0; }
    @media (max-width: 899px) {
      .aoc-joinusplans .allplans {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-left: 0; } }
  .aoc-joinusplans .plan-col {
    text-align: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    padding: 10px 0;
    border-right: 1px solid;
    font-size: 90%; }
    @media (max-width: 599px) {
      .aoc-joinusplans .plan-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 22%;
        flex: 0 0 22%;
        font-size: 80%; } }
  .aoc-joinusplans .first-col {
    text-align: right;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    padding: 10px 20px 10px 0; }
    @media (max-width: 599px) {
      .aoc-joinusplans .first-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 34%;
        flex: 0 0 34%; } }

.aoc-joinusreviews {
  padding: 80px 40px; }
  .aoc-joinusreviews .col3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    margin: 0 0 40px 0;
    padding: 0; }
    .aoc-joinusreviews .col3 li {
      list-style-type: none;
      margin: 0;
      padding: 0 2% 0 0;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 32%;
      flex: 0 0 32%; }
      .aoc-joinusreviews .col3 li:not(:nth-child(3n+0)) {
        margin-right: 2%;
        border-right: 1px solid; }
        @media (max-width: 599px) {
          .aoc-joinusreviews .col3 li:not(:nth-child(3n+0)) {
            margin-right: 0;
            border-right: none; } }
      @media (max-width: 599px) {
        .aoc-joinusreviews .col3 li {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          padding: 0; } }
    @media (max-width: 599px) {
      .aoc-joinusreviews .col3 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .aoc-joinusreviews .col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    list-style-type: none;
    margin: 0 0 40px 0;
    padding: 0; }
    .aoc-joinusreviews .col2 li {
      list-style-type: none;
      margin: 0;
      padding: 0;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      text-align: center; }
      .aoc-joinusreviews .col2 li .review-content {
        display: inline-block;
        width: 50%;
        text-align: center; }
  @media (max-width: 899px) {
    .aoc-joinusreviews {
      padding: 20px; } }

.aoc-joinusfeature {
  padding: 80px 40px;
  font-size: 120%; }
  .aoc-joinusfeature ul.col5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0; }
    .aoc-joinusfeature ul.col5 li {
      list-style-type: none;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      padding: 40px; }
      .aoc-joinusfeature ul.col5 li:before {
        content: '';
        display: table; }
      .aoc-joinusfeature ul.col5 li:nth-child(5n+0) {
        margin-right: 0; }
      @media (max-width: 899px) {
        .aoc-joinusfeature ul.col5 li {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 33.3%;
          flex: 0 0 33.3%; } }
      @media (max-width: 599px) {
        .aoc-joinusfeature ul.col5 li {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
          flex: 0 0 50%; } }
  .aoc-joinusfeature .feature-icon {
    height: 80px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block; }

    @media screen and (min-width:768px) {
      .aoc-joinusfeature .feature-icon {
        height: 159px;
        width: auto;
        margin-left: auto;
        margin-right: auto;
        display: block;
      }
    }

  .aoc-joinusfeature .feature-name {
    float: left;
    margin: 10px -20px;
    display: block;
    text-align: center;
    width: 100%;
    line-height: 1.3;
    color: #000;
  }

.aoc-joinusfaq {
  padding: 80px 40px;
  font-size: 120%; }
  .aoc-joinusfaq ul.listview {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .aoc-joinusfaq ul.listview li {
      list-style-type: none;
      padding: 10px 0;
      margin: 0 0 10px 0; }
  .aoc-joinusfaq .faq-qs {
    font-size: 120%; }
    .aoc-joinusfaq .faq-qs i {
      color: #787878; }
  .aoc-joinusfaq .faq-qas {
    padding: 5px 20px; }

/* Sticky Footer */
.membership-header, .membership-content {
	display: none;
}

@media all and (min-width:960px) {
	.membership-header, .membership-content {
		display: block;
	}
}

#sticky-footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 10001;
	box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.7);
}

#sticky-header {
	background-color: #414141;
	position: relative;
}

@media all and (min-width:960px) {
	#sticky-header::before {
		content: " ";
		display: block;
		width: 48px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		background: url(images/trophy.svg);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		z-index: 1;
	}
}

#sticky-nav {
	width: 120px;
  position: absolute;
  border-radius: 100%;
  height: 120px;
  left: 50%;
  top: -40px;
  background-color: #414141;
  transform: translate(-50%);
  z-index: -1;
	cursor: pointer;
	box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.7);
}

#sticky-nav::after {
	content: " ";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 15px 15px 15px;
	border-color: transparent transparent #fff transparent;
	left: 50%;
  transform: translateX(-50%);
  top: 15px;
	cursor: pointer;
	transform-origin: 7.5px center 0;
	transition: transform 0.2s;
}

#sticky-header h3 {
	text-transform: uppercase;
	color: #fff;
	margin: 1.5rem 0;
	text-align: center;
	font-size: 1.85rem;
}

.sticky-grid {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	position: relative;
}

@media all and (max-width:960px) {
	.sticky-grid {
		padding: 0 2rem;
	}
}


.sticky-grid .cell,
.sticky-grid .cell-70,
.sticky-grid .cell-30 {
	width: 100%;
}

.sticky-grid .cell-30 {
	width: 30%;
}

.sticky-grid .cell-70 {
	width: 70%;
	margin-left: 5%;
	display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media all and (min-width:768px) {
	.sticky-grid .membership-content > .sticky-grid::after {
		content: " ";
		position: absolute;
		right: -1px;
		top: 0;
		width: 2px;
		height: 100%;
		background-color: #d8002c;
		z-index: 2;
	}
}

#sticky-content {
	max-height: 0;
	/*visibility: hidden;*/
	transition: max-height 0.4s, visibility 0.5s;
}

#sticky-content-inner {
	border-bottom: 4px solid #d8002c;
	border-top: 4px solid #d8002c;
	background-color: #fff;
	padding: 2rem 0;
}

#sticky-content-inner .home-button {
	bottom: 0;
	left: 0;
}

.sticky-list li:before {
  content: '\2713';
	padding-right: 10px;
}

.sticky-list li {
	font-size: 20px;
}

#sticky-content .home-button {
	font-size: 20px;
	display: block;
	margin-top: 0;
}

#sticky-content p {
	font-size: 20px;
	margin-bottom: 0;
}

#sticky-content h3 {
	margin-bottom: 0;
}

#sticky-content img {
	max-height: 200px;
	display: block;
}

.membership-content {
	padding: 0 2rem;
}


@media all and (min-width:960px) {
	.membership-content {
		padding: 0;
	}

	.membership-content .sticky-grid {
		padding-right: 10%;
		padding-left: 5%;
	}

	.free-trial-content .sticky-grid {
		padding-left: 10%;
		padding-left: 5%;
	}
}

@media all and (max-width:960px) {
	.free-trial-content .sticky-grid {
		flex-direction: row-reverse;
		padding: 0;
	}

	.free-trial-content .sticky-grid .cell-30 {
		padding-left: 5%;
	}

	.free-trial-content .sticky-grid .cell-70 {
		margin-left: 0;
	}
}

/* Sticky Footer Open */
#sticky-footer.open #sticky-content {
	visibility: visible;
	height: auto;
	max-height: 60vh;
}

#sticky-footer.open #sticky-nav::after {
	transform: scaleY(-1) translateX(-50%);
}

#sticky-footer-overlay.active {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(100, 100, 100, 0.8);
	top:0;
	left: 0;
	z-index: 10000;
}

/*Sticky Footer Direction */
[data-scrolldir="down"] #sticky-footer:not(.open) #sticky-header {
	max-height: 0;
	transition: max-height .75s;
}


[data-scrolldir="up"] #sticky-footer:not(.open) #sticky-header {
	max-height:68px;
	transition: max-height .75s;
}

/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1280px) {

	.home .genesis-nav-menu,
	.page-template-home-landing-a  .genesis-nav-menu {
		text-align:center;
	}

	.coach-slides-outer {
		width:58%;
	}

	.vid-overlay, .home-loop .home-container, .partners-inner, .coach-slides, .playlist-items, .clinics-container, .series-container, .archives-top, .archive-loop, #alltopic-search, .at-drills-inner, .at-drills, .single-loop, .footer-container {
		max-width:960px;
		margin-left:auto;
		margin-right:auto;
	}

	#testimonial-list .testimonials-container h2, #testimonial-list .testimonials-container p {
		width:100%;
	}

	.cancel-policy, .cancel-refund {
		width:40%;
	}

	.footer-widgets-1 {
		margin-right: 30px;
	}

}

@media only screen and (max-width: 960px) {

	#coach-slider {
		background:#4685a0;
	}
		.coach-slides-outer {
			float:none;
			width:100%;
		}
		.coach-note {
			float:none;
			width:100%;
			text-align:center;
			margin-top:0;
		}

	.vid-overlay, .home-loop .home-container, .partners-inner, .coach-slides, .playlist-items, .clinics-container, .series-container, .archives-top, .archive-loop, #alltopic-search, .at-drills-inner, .at-drills, .single-loop, .footer-container {
		max-width:800px;
		margin-left:auto;
		margin-right:auto;
	}

	.vidcta-container {
		max-width:100%;
	}

	.vid-right >.gform_wrapper .gform_body {
		width:58%;
	}
	.vid-right>.gform_wrapper .gform_footer {
		width:40%;
	}
	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area, {
		width: 100%;
	}

	.site-header .wrap {
		padding: 10px 5%;
	}
		.site-header {
			min-height:60px;
		}
			.title-area {
				padding:0;
			}

	.header-image .title-area {
		background-position: center top;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 20px 16px;
	}

	.site-header .search-form {
		margin: 16px auto;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	.footer-widgets-1 {
		margin-right: 0;
	}

}

@media only screen and (max-width: 800px) {

	body {
		background-color: #fff;
		font-size: 16px;
	}

	.header-image .site-title{
		width:160px;
		margin-left:42px;
		float:left;
	}

	.header-image .site-title > a{
		background:transparent url("images/mobile-logo.png") no-repeat scroll left center;
		width:160px;
	}

	.site-header .title-area{
		width:100%;
		position:relative;
	}

	.site-header .header-widget-area{
		width:100%;
	}

	.artcoaching-menu-search-form{
		display:none;
	}
	#mobi-menu{
		background:url( images/icon-mobile.png ) no-repeat scroll 0 0 transparent;
		cursor:pointer;
		display:block;
		float:left;
		height:22px;
		margin:0;
		width:27px;
		z-index:999;
		position:absolute;
		left:0;
		top:20px;
	}
		.mobi-menu-active{
			background:url( images/icon-mobile-active.png ) no-repeat scroll 0 0 transparent !important;
		}

	.menu-primary{
		display:none;
	}

	.genesis-nav-menu .menu-item{
			width:100%;
			text-align:center;
			border-bottom:#FFFFFF 1px solid;
		}
		.nav-primary .genesis-nav-menu a, .page.page-template-alltopics .nav-primary .genesis-nav-menu a{
			padding:8px 0;
			text-align:center;
		}
			.single .nav-primary .genesis-nav-menu .playlistmenu a, .page .nav-primary .genesis-nav-menu .playlistmenu a{
				background:none;
				border:none;
			}
				.single .nav-primary .genesis-nav-menu .playlistmenu a:hover, .page .nav-primary .genesis-nav-menu .playlistmenu a:hover{
					background:none;
					border:none;
				}

	.home-loop, .partners-inner, .coach-slides, .playlist-items, #clinics-rundown, #footer-widgets {
		padding:0 5%;
	}
	#footer-widgets {
		padding: 40px 5%;
	}

		.partners-inner {
			text-align:center;
		}
	.vid-overlay {
		padding-top:100px;
	}
	#big-video {
		height:400px;
	}
	.big-video-nonloggedin {
		margin-bottom:0;
	}

	.vidcta-container {
		max-width:100%;
		position:static;
		z-index:10;
		top:0;
		left:0;
	}
	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget,
	.site-header {
		padding: 0;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
	}

	/* Global Elements */
	.nav-primary {
		position:relative;
	}
	.nav-primary .genesis-nav-menu .menu-item:first-child a {
		padding:8px 20px;
	}
	.nav-primary .genesis-nav-menu a {
		color:#fff;
		text-align:left;
		padding:8px 20px;
	}
	.nav-primary .genesis-nav-menu .playlistmenu {
		text-align:left;
	}
		.nav-primary .genesis-nav-menu .playlistmenu a {
			display:inline-block;
			margin-left:20px;
		}
	.nav-primary>.wrap {
		position:absolute;
		z-index:99999;
		background-color:#404041;
		width:50%;
		top:0;
		left:0;
	}
		.single .nav-primary>.wrap {
		/*	padding-top:10px;
			padding-bottom:10px; */
		}

	/* Archive Page */
	#archive-search {
		background-color:#FFFFFF;
	}
	.header-buttons{
		display:none;
	}
	.archive-mobile-sidebar {
			padding:10px 5%;
			display:block;
			background:#4685A0;
		}
		.archive-mobile-sidebar a.archives-alltopics {
			float:left;
			background:#426270;
			border-radius:10px;
			-moz-border-radius:10px;
			-webkit-border-radius:10px;
			color:#FFFFFF;
			padding:5px 10px;
			margin:5px 0 0 0;
		}
		.archive-mobile-sidebar h2 {
			float:right;
			color:#FFFFFF;
			padding:0;
			margin:0;
			font-style:normal;
			font-weight:normal;
		}

	.archive-mobile-view {
		display:block;
		padding-left:5%;
		padding-right:5%;
		padding-top:1%;
		padding-bottom:1%;
	}
		.archive-mobile-view #archive-search .section-expand{
			display:none;
		}
		.archive_more_options, .archive_less_options{
			width:45px;
			height:45px;
		}
		.archive-mobile-view .artcoaching_search_fields{
			display:inline-block;
			width:93%;
			padding:0;
			margin:0;
			vertical-align:middle;
			position:relative;
		}
		.archive-mobile-view .artcoaching_search_options{
			display:inline-block;
			width:35px;
			padding:0;
			margin:0;
			vertical-align:middle;
			text-align:right;
		}
		.archive-mobile-view .artcoaching_search_options .archive_options_mobile{
			padding:6px 10px;
			margin-top:0;
			margin-bottom:0;
			background:#E5E5E5;
		}
			.archive-mobile-view .artcoaching_search_options .archive_options_mobile:hover, .archive-mobile-view .artcoaching_search_options .archive_options_mobile.less{
				background:#2BAAE1;
				color:#FFFFFF;
			}
			.archive-mobile-view form{

			}
			.archive-mobile-view input[ type="text" ] {
				background:#E5E5E5;
				border:#E7E7E7 1px solid;
				border-radius:5px !important;
				-moz-border-radius:5px !important;
				-webkit-border-radius:5px !important;
				padding:10px;
				margin:0;
				width:100%;
			}
			.archive-mobile-view input[ type="submit" ] {
				width:17px;
				height:18px;
				float:left;
				position:absolute;
				top:13px;
				right:5px;
				background:url( images/art-search-small-icon.png ) no-repeat scroll 0 0 transparent;
				border:none !important;
				box-shadow:none !important;
				-moz-box-shadow:none !important;
				-webkit-box-shadow:none !important;
				border-radius:0 !important;
				-moz-border-radius:0 !important;
				-webkit-border-radius:0 !important;
				text-indent:-9999px;
				z-index:10001;
			}
		.archive-mobile-view .span_1_of_5, .archive-mobile-view .span_2_of_5, .archive-mobile-view .span_3_of_5, .archive-mobile-view .span_4_of_5, .archive-mobile-view .span_5_of_5 {
			width:100%;
			margin-left:0;
		}
	.mobile-menu-view {
		display:block;
		top:-10px;
		right:0px;
		width:38px;
		position:relative;
		float:right;
		font-size:32px;
		color:#fff;
		height:35px;
	}
		.mobile-menu-view i.fa {
			vertical-align:top;
			cursor:pointer;
		}
			.mobile-menu-view i.fa.active {
				color:#2BAAE1;
			}

	.site-container.has-push-right {
		-webkit-transform: translateX(-200px);
		-ms-transform: translateX(-200px);
        transform: translateX(-200px);
	}
	.site-container.has-push-left {
		-webkit-transform: translateX(260px);
		-ms-transform: translateX(260px);
        transform: translateX(260px);
	}

	.mobile-menu-left-container{
		display:block;
		position:fixed;
		z-index:200;
		-webkit-transition:-webkit-transform 0.3s;
        transition:transform 0.3s;
		width: 260px;
		height: 100%;
		overflow-x: hidden;
		background:#404041;
		-webkit-transform:translateX(-260px);
        -ms-transform:translateX(-260px);
        transform:translateX(-260px);
		top:0;
		left:0;
	}
		.mobile-menu-left-container.logged-in{
			top:46px;
		}

		.mobile-menu-left-container.is-active{
			-webkit-transform: translateX(0);
			-ms-transform: translateX(0);
			transform: translateX(0);
		}

		.mobile-menu-left-container a {
			width:100%;
			padding:10px 0;
			border-top:none;
			border-left:none;
			border-right:none;
			border-bottom:1px solid #FFF;
			color:#FFFFFF;
			float:left;
			border-radius:0;
			-moz-border-radius:0;
			-webkit-border-radius:0;
			padding:18px;
			text-align:left;
			font-weight:bold;
			font-size:16px;
			margin:0;
			text-transform:uppercase;
		}
			.mobile-menu-left-container a:hover {
				color:#2BAAE1;
				background-color:transparent;
			}

			.mobile-menu-left-container a:last-child{
			}

		.mobile-menu-left-container .c-menu__close{
			padding:18px;
			color:#FFFFFF;
			background:none;
			text-align:left;
			font-weight:bold;
			font-size:16px;
			text-transform:uppercase;
			border-bottom:1px solid #FFF;
			width:100%;
		}
			.mobile-menu-left-container .c-menu__close:hover{
				color:#2BAAE1;
				background:none;
			}


	.mobile-menu-right-container{
		display:block;
		position:fixed;
		z-index:200;
		-webkit-transition:-webkit-transform 0.3s;
        transition:transform 0.3s;
		width:200px;
		height:100%;
		overflow-x:hidden;
		background:#404041;
		-webkit-transform:translateX(200px);
        -ms-transform:translateX(200px);
        transform:translateX(200px);
		top:0;
		right:0;
	}
		.mobile-menu-right-container.logged-in{
			top:46px;
		}

		.mobile-menu-right-container.is-active{
			-webkit-transform: translateX(0);
			-ms-transform: translateX(0);
			transform: translateX(0);
		}

		.mobile-menu-right-container a {
			width:100%;
			padding:10px 0;
			border-top:none;
			border-left:none;
			border-right:none;
			border-bottom:1px solid #FFF;
			color:#FFFFFF;
			float:left;
			border-radius:0;
			-moz-border-radius:0;
			-webkit-border-radius:0;
			padding:18px;
			text-align:left;
			font-weight:bold;
			font-size:16px;
			margin:0;
			text-transform:uppercase;
		}
			.mobile-menu-right-container a:hover {
				color:#2BAAE1;
				background-color:transparent;
			}

			.mobile-menu-right-container a:last-child{
			}

		.mobile-menu-right-container .c-menu__close{
			padding:18px;
			color:#FFFFFF;
			background:none;
			text-align:left;
			font-weight:bold;
			font-size:16px;
			text-transform:uppercase;
			border-bottom:1px solid #FFF;
			width:100%;
		}
			.mobile-menu-right-container .c-menu__close:hover{
				color:#2BAAE1;
				background:none;
			}

	.archive-desktop-view {
		display:none;
	}

	/* All Topics */
	.at-drills-inner, .at-drills{
		padding-left:5%;
		padding-right:5%;
	}
	.at-drills-header {
		background:#f5f5f5;
	}

	/* Clinic Sales */
	.video-clinics {
		padding:50px 0;
	}
	.cancel-policy, .cancel-refund {
		width:49%;
	}
	.clinic-coaches .clinic-coach {
		width:32%;
	}
	.clinictop-button {
		float:none;
		display:block;
	}

	/* Footer */
	.footer-container .widget-title{
		font-size:14px;
	}

	#free-series {
		display:none;
	}

	.artcoaching_popup_container {
		width:100%;
		left:50%;
		margin-left:-50%;
	}

	#archive-search-filters{
		padding-left:5%;
		padding-right:5%;
	}

}

@media only screen and (min-width:481px) and (max-width:660px) {
	#big-video {
		height:200px;
	}
	.vid-overlay {
		padding-top:30px;
	}
	.vid-overlay h2 {
		font-size:30px;
	}
	.vid-overlay h4 {
		font-size:18px;
	}
	.clinic-item .col, .testimonials-container .col {
		float:none;
		margin-left:0;
		width:100%;
		padding:0 5%;
		text-align:center;
	}
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }

    .span_1_of_12, .span_2_of_12, .span_3_of_12, .span_4_of_12, .span_5_of_12, .span_6_of_12, .span_7_of_12, .span_8_of_12, .span_9_of_12, .span_10_of_12, .span_11_of_12, .span_12_of_12 {
	width: 100%;
	}

	.span_1_of_5, .span_2_of_5, .span_3_of_5, .span_4_of_5, .span_5_of_5{
		margin-left:0;
		width:100%;
	}
	.cancel-policy, .cancel-refund {
		width:100%;
	}

	.clinic-gallery.col {
		text-align:center;
	}
	.schedule-pdf {
		position:static;
		margin-top:20px;
	}

	.playlist-items li:after, .playlist-items li a:after {
		display:none;
	}

	.archive-mobile-view .artcoaching_search_fields{
		width:86%;
	}
	.archive-mobile-view input[ type="text"] {
		width:100%;
	}


	.footer-container {
		text-align:center;
	}
	#big-video {
		height:200px;
	}
	.vid-overlay {
		padding-top:30px;
	}
	.vid-overlay h2 {
		font-size:30px;
	}
	.vid-overlay h4 {
		font-size:18px;
	}
}

.page-template-page-blank .site-header, .page-template-page-blank .site-subheader, .page-template-page-blank footer,
.page-template-page-blank #footer-widgets, .page-template-page-blank .entry-header, .page-template-page-blank #free-series { display: none;}
.page-template-page-blank .entry, .full-width-content.page-template-page-blank .content, .page-template-page-blank .site-inner{padding:0px;}
.aocht_logo_img { padding: 20px; width: 18%;  float: left;  display: inline-block;}
.aoc_header_tag, .aocht_logo_img a, .single-loop-loo {  display: block;  width: 100%;  float: left;}
.aocht_logo_img a img {  margin: 0 auto;  max-height: 80px;  max-width: 100%;  width: auto;}
.aocht_title { float: left; background: #2dabde;  width: 82%; padding-left: 40px;  color: #fff;  font-size: 60px; padding: 10px 40px;line-height: 100px;}
.lock_out_option_wrap {clear: both; width: 100%; padding: 60px 18%;}
.loo_left { float: left;  width: 24%; padding-right: 40px;}
.loo_right {  float: right;  width: 76%;}
.lock_out_option_form {  float: left;  width: 100%;}
.lock_out_option_form .gfield input {  padding: 5px 15px !important;  line-height: 30px;}
@media only screen and (min-width: 200px) and (max-width: 1540px) {
    .aocht_title{font-size: 48px; line-height: 96px;}
    @media only screen and (max-width: 1260px) {
        .aocht_logo_img { padding: 15px 10px;  width: 20%;}
        .aocht_title { width: 80%; font-size: 40px; padding: 10px 40px; line-height: 60px;}
        .aocht_logo_img a img{max-height: 54px;}
        .lock_out_option_wrap { padding: 60px 8% 0 24%;}
    }
    @media only screen and (max-width: 1080px) {
        .aocht_title{line-height: 40px; font-size: 30px; padding: 15px;}
    }
    @media only screen and (max-width: 960px) {
		.home .category-premium .image-link::after,
		.page-template-home-landing-a .category-premium .image-link::after {
			width:53%;
		}
		.archive-inner .category-premium .image-link:after { top:-5px; }
	}
	@media only screen and (max-width: 800px) {
		.home .category-premium .image-link::after,
		.page-template-home-landing-a .category-premium .image-link::after {
			width:65%;
		}
	}
    @media only screen and (max-width: 700px) {
        .aocht_logo_img { width: 100%;}
        .aocht_title { text-align: center;  width: 100%;}
        .lock_out_option_wrap { padding: 40px 15px;}
        .loo_left{ padding-right: 20px;}
        .loo_right h1 {  font-size: 23px;}
        .home .category-premium .image-link::after,
				.page-template-home-landing-a .category-premium .image-link::after {
					top: -9px; right: -9px;
				}
    }

	@media only screen and (max-width: 580px) {
		.home .category-premium .image-link::after,
		.page-template-home-landing-a .category-premium .image-link::after {
			width:70%;
		}
		.archive-inner .category-premium .image-link:after { width:50%; }
	}
  	@media only screen and (max-width: 500px) {
		.home .category-premium .image-link::after,
		.page-template-home-landing-a .category-premium .image-link::after {
			width:77%; top: -3px; right: -3px;}
  	}
   	@media only screen and (max-width: 480px) {
		.home .category-premium .image-link::after,
		.page-template-home-landing-a .category-premium .image-link::after {
			width:77%; top: -9px; right: -7px;}
  	}
    @media only screen and (max-width: 400px) {
        .loo_left { padding:0 20px; width: 100%;}
        .loo_right { width: 100%;}
        .loo_left img { max-height: 90px;  max-width: 100%;  width: auto;}
    }
}


/* Membership Price Page */
.text-center {
	text-align: center;
}

.page-template-joinus h1 {
	font-weight: 700;
	font-size: 22px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: #000;
}

@media all and (min-width:768px) {
  .page-template-joinus h1 {
    font-size: 42px;
  }
}

.page-template-joinus h2 {
	font-weight: 700;
	font-size: 22px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: #000;
}

@media screen and (min-width:768px) {
  .page-template-joinus h2 {
    font-size: 42px;
  }
}

#page-header,
.page-header {
	position: relative;
}

#page-header p {
	font-size: 20px;
}

.cell-background picture {
	display: block;
	width: 100%;
}

.cell-background img {
	vertical-align: bottom;
}

.cell-content {
  top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	max-width: 100%;
}

.cell-content h1 {
	margin: 0;
}

.cell-content p {
	color: #000;
	margin: 0;
}

.cell-content .buttons-cell a:last-child {
	margin-left: 2rem;
}

@media screen and (max-width:768px) {
  .page-template-joinus .buttons-cell a:last-child {
    margin-left: 0;
  }
  .page-template-joinus .buttons-cell a:first-child {
    display: none;
  }
}

.cell-content .button-bold,
.button-bold {
	text-transform: uppercase;
	padding: 1.6rem 3.6rem;
	font-weight: bold;
	display: inline-block;
	text-align: center;
	font-size: 26px;
	line-height: 26px;
	letter-spacing: 1.5px;
	border-radius: 8px;
	transition: background-color 0.4s;
	display: block;
}

.cell-content .button-bold,
.button-bold {
	text-transform: uppercase;
	padding: 1rem 2rem;
	font-weight: bold;
	display: inline-block;
	text-align: center;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 1.5px;
	border-radius: 8px;
	transition: background-color 0.4s;
	margin: 0 auto 3%;
}

@media screen and (min-width:768px) {
	 .cell-content .button-bold,
	 .button-bold {
    text-transform: uppercase;
    padding: 1rem 2rem;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 1.5px;
    border-radius: 8px;
    transition: background-color 0.4s;
    margin-left: auto;
    margin-right: auto;
    margin: 0 auto 2%;
	}
}

@media screen and (min-width:1144px) {
	.cell-content .button-bold,
	.button-bold {
		text-transform: uppercase;
		padding: 1.6rem 3.6rem;
		font-weight: bold;
		display: inline-block;
		text-align: center;
		font-size: 26px;
		line-height: 26px;
		letter-spacing: 1.5px;
		border-radius: 8px;
		transition: background-color 0.4s;
		margin: 0 auto;
	}
}

@media screen and (min-width:1900px) {
	#page-header {
		min-height: 600px;
		height: 70vh;
		max-height: 100px;
	}
}

@media screen and (max-width: 767px) {
	.cell-content .button-bold:last-child {
		margin-top: 2rem;
	}
}

.button-blue {
	background-color: #2dabde;
	color: #fff;
}

.button-blue:hover,
.button-blue:focus {
	background-color: #15769c !important;
	color: #fff;
}

.button-red {
	background-color: #d60b32;
	color: #fff;
}

.button-red:hover,
.button-red:focus {
	background-color: #8b0720 !important;
	color: #fff;
}

@media screen and (min-width: 768px) {
	.page-loop .page-container {
		padding-top: 84px;
		padding-bottom: 0;
	}
}

.home-loop.premium-loop .page-container {
	padding-bottom: 40px;
}

@media screen and (min-width: 768px) {
	.home-loop.premium-loop .page-container {
		padding-top: 84px;
		padding-bottom: 84px;
	}
}

.button-container {
	text-align: center;
}

.page-container {
	max-width: 800px;
	margin: 0 auto;
	position: relative;
	height: 100%;
	padding: 0;
}

.cell-content .page-container {
	padding: 0 4rem;
}

@media screen and (min-width:768px) {
	.page-container {
		max-width: 800px;
	  margin: 0 auto;
		position: relative;
		height: 100%;
		padding: 0;
	}
}

@media only screen and (min-width: 960px) {
	.page-container {
		max-width: 960px;
	}
}

@media only screen and (min-width: 1280px) {
	.page-container {
		max-width: 1200px;
	}
}

.cell-space-between {
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
}

.pricing-plans {
  background: rgb(41,179,230);
  background: linear-gradient(180deg, rgba(41,179,230,1) 0%, rgba(41,179,230,1) 30%, rgba(255,255,255,1) 90%, rgba(255,255,255,1) 100%);
  padding-top: 50px;
}

@media screen and (min-width:768px) {
  .pricing-plans {
    padding-top: 84px;
  }
}

.page-template-joinus .aoc-joinusfeature {
  background-color: transparent;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .page-template-joinus .aoc-joinusfeature {
    padding: 80px 40px;
  }
}

.page-template-joinus .aoc-joinusfeature .feature-name {
  float: none;
  margin: 0;
  margin-top: 16px;
}

.aoc-joinusfeature .col4 {
	display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.aoc-joinusfeature .col4 > li {
  flex: 0 0 50%;
  padding: 40px 20px;
}

@media screen and (min-width: 768px) {
  .aoc-joinusfeature .col4 > li {
    flex: 0 0 25%;
    padding: 0;
  }
}

.aoc-joinusfeature .col4 .feature-name {
	color: #000;
}

@media screen and (min-width: 768px) {
  .price-plans {
    padding: 0 5%;
  }
}

.page-template-joinus .price-plans .price-plan-slider {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	justify-content: space-between;
}

.price-plan-item {
  margin: 0 8px;
}

@media screen and (min-width:768px) {
  .price-plan-item {
    margin: 0;
  }
}

.price-plan {
  padding: 16px 16px 32px;
  border: 2px solid #06a7e2;
  background-color: #fff;
  margin-bottom: 84px;
  position: relative;
  width: 100%;
  flex: 0 0 calc(50% - 2rem);
  min-width: 300px;
}

@media screen and (max-width:767px) {
  .price-plan {
    flex-grow: 1;
  }
}

@media screen and (min-width:1280px) {
  .price-plan {
    padding: 32px 40px;
  }
}

.price-plan.price-plan-toggle {
	border: 2px solid #d60b32;
}

.price-plan-header {
  position: relative;
  padding-bottom: 32px;
  margin-bottom: 32px;
  min-height: 140px;
}

@media screen and (min-width:768px) {
  .price-plan-header {
    min-height: 174px;
  }
}

.price-plan-header p {
  margin-bottom: 0;
  font-size: 14px;
}

@media screen and (min-width:768px) {
  font-size: 16px;
}

.price-plan-header h3 {
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 0;
}

@media screen and (min-width:768px) {
  .price-plan-header h3 {
    font-size: 26px;
    letter-spacing: 1.5px;
  }
}

@media screen and (min-width:1280px) {
  .price-plan-header h3 {
    font-size: 42px;
    letter-spacing: 1.5px;
  }
}

.price-plan-header::after {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 50%;
	transform: translateX(-50%);
	width: calc(100% - 48px);
	height: 2px;
	background-color: #06a7e2;
}

.price-plan-toggle .price-plan-header::after {
	background-color: #d60b32;
}

.price-plan-header-row,
.price-plan-header-row-2 {
	display: flex;
  justify-content: space-between;
  align-items: center;
}

.price-plan-header-row-2 {
	margin-top: 32px;
}

.header-col-flex {
	display: flex;
}

.text-red,
.header-col h3.text-red {
	color: #d60b32;
}

.annual-price,
.monthly-price {
	padding-left: 16px;
}

.price-percent-save {
	font-weight: 700;
}

/* Price Plan Tooltip */
@media screen and (max-width:767px) {
  .plan-benefits {
    position: relative;
  }
}

@media screen and (min-width:768px) {
  .plan-benefit-w-info {
    position: relative;
  }
}

.benefit-info-trigger {
  display: none;
}

ul.plan-benefits li.plan-not-included::after {
  content: '';
  display: inline-block;
  width: 22px;
  height: 16px;
  background-color: transparent;
}

.benefit-info-trigger {
  position: relative;
  display: inline-block;
  content: "";
  background-image: url(images/benefit-info.svg);
  background-size: cover;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-top: -2px;
  margin-left: 6px;
  left: 6px;
  cursor: pointer;
}

.benefit-info {
  visibility: hidden;
  width: 250px;
  top: 16px;
  background-color: #06a7e2;
  color: #fff;
  margin-top: 16px;
  padding: 16px;
  position: absolute;
  z-index: 1;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
}

.benefit-info::after {
  content: " ";
  position: absolute;
  top: -32px;
  margin-left: -16px;
  border-width: 16px;
  border-style: solid;
  border-color: transparent transparent #06a7e2 transparent;
  left: 50%;
  right: auto;
}

@media screen and (min-width: 768px) {
  .benefit-info-trigger:hover .benefit-info {
    visibility: visible;
  }
}

/* Price Plan Content */
ul.plan-benefits li.plan-benefit {
  padding: 0 24px 16px;
}

@media screen and (min-width: 768px) {
  ul.plan-benefits li.plan-benefit {
    position: relative;
    padding: 0 24px 16px;
  }
}

@media screen and (min-width: 768px) {
  ul.plan-benefits li.plan-benefit.plan-benefit-w-info {
    margin-right: 24px;
  }
}

ul.plan-benefits li.plan-benefit::before {
	content: "\2713\0020";
	position: absolute;
	left: 0;
}

ul.plan-benefits li.plan-not-included {
	color: #a1a1a1;
	padding: 0 24px 16px;
	text-decoration: line-through;
  text-decoration-color: #a1a1a1;
}

/*Price Plan Footer */
.pricing-plan-footer {
	position: absolute;
	bottom: -26px;
	width: 100%;
	left: 0;
}

.pricing-plan-footer .price-plan-button {
	font-size: 26px;
	font-weight: bold;
	display: inline-block;
	text-transform: uppercase;
  padding: 1.6rem 3.6rem;
  margin-bottom: 0;
}

.pricing-plan-footer .price-plan-button.monthly-button {
	display: none;
}

/* Price Plan Slick Slider Navigation */
.slick-dots {
  position: absolute;
  bottom: 23px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  z-index: 10;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots button,
.slick-dots button:hover {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots button::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  content: '';
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #414142;
  text-align: center;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots .slick-active button::before {
  background-color: #414142;
}

@media screen and (max-width:767px) {
  #price-plans .slick-track {
    display: flex;
    align-items: stretch;
  }

  #price-plans .slick-slide {
    float: none;
    height: auto;
  }
}

/* Modal Tooltip */
.modal-tooltip-overlay {
  visibility: hidden;
  height: 0;
}
.modal-tooltip-overlay.active {
  display: flex;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  padding: 0 5%;
  background-color: rgba(100, 100, 100, 0.8);
  transition: background 0.3s ease-in;
  z-index: 100;
  visibility: visible;
}

.modal-tooltip {
  height: auto;
  background-color: #06a7e2;
  color: white;
  padding: 20px;
  left: 0 !important;
  position: relative;
}

.modal-close {
  position: absolute;
  width: 32px;
  height: 32px;
  top: -16px;
  right: -16px;
  padding: 5px;
  border-radius: 100%;
  background-color: #06a7e2;
  z-index: 2;
}

.modal-close svg {
  width: 22px;
  height: 22px;
  fill: #fff !important;
}


/* The switch - the box around the slider */
.price-switch {
  position: relative;
  display: inline-block;
  width: 54px;
  height: 30px;
}

/* Hide default HTML checkbox */
.price-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.price-slider {
  position: absolute;
  cursor: pointer;
  left: 0;
  right: 0;
	bottom: 0;
	height: 12px;
  background-color: #ccc;
  -webkit-transition: .4s;
	transition: .4s;
	top: 50%;
	transform: translateY(-50%);
}

.price-label-left {
  padding-right: 0;
  font-size: 14px;
}

@media screen and (min-width:768px) {
  .price-label-left {
    padding-right: 10px;
    font-size: 16px;
  }
}

.price-label-right {
  padding-left: 0;
  font-size: 14px;
}

@media screen and (min-width:768px) {
  .price-label-right {
    padding-right: 10px;
    font-size: 16px;
  }
}

.price-slider:before {
  position: absolute;
  content: "";
  height: 28px;
  width: 28px;
	left: 0;
	top: -8px;
	background-color: #3c4543;
	border-radius: 100%;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .price-slider {
  background-color: #d60b32;
}

input:focus + .price-slider {
  box-shadow: 0 0 1px #d60b32;
}

input:checked + .price-slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.price-slider.round {
  border-radius: 34px;
}

.price-slider.round:before {
  border-radius: 50%;
}

/* Price Plan Toggle */
.price-plan.annual-active .monthly-price h3 {
	text-decoration: line-through;
	text-decoration-color: #000;
}

.price-plan.monthly-active .annual-price {
  display: none;
}

.price-plan.monthly-active .plan-price {
  color: #d60b32;
}

.price-plan.monthly-active .pricing-plan-footer .annual-button {
  display: none;
}

.price-plan.monthly-active .pricing-plan-footer .monthly-button {
  display: inline-block;
}

.bar-text-container {
  color: #fff;
  text-align: left;

}

.bar-text-container h2 {
  text-transform: uppercase;
}

.bar-text-container p {
  margin-bottom: 0;
}

.aoc-joinustopbar .aoc-topbar-btn-2 {
  padding: 1.6rem 3.6rem;
  text-decoration: uppercase;
  font-size: 26px;
  font-weight: bold;
  display: inline-block;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .aoc-joinustopbar .inner {
    display: block;
  }

  .bar-text-container {
    text-align: center;
    margin-bottom: 16px;
  }

  .aoc-joinustopbar .aoc-topbar-btn-2 {
    padding: 1rem 2rem;
  }
}

/* Slick Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    z-index: 2;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

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

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

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/*Membership FAQ */
.aoc-joinusfaq {
  padding: 80px 40px 80px 10px;
}

.aoc-joinusfaq .faq-qas {
  padding: 5px 20px 5px 30px;
}

.aoc-joinusfaq .faq-qs i {
  font-size: 20px;
}

.aoc-joinusfaq .faq-qs {
  position: relative;
  padding-left: 30px;
}

.aoc-joinusfaq .faq-qs i {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* Group Membership Pricing Page */
h1.text-white,
p.text-white {
	color: #fff;
}

.page-template-group-membership-plans h1 {
	font-weight: 700;
	font-size: 22px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: #000;
}

@media screen and (min-width:768px) {
  .page-template-group-membership-plans h1 {
    font-size: 42px;
  }
}

.page-template-group-membership-plans h2 {
	font-weight: 700;
	font-size: 22px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: #000;
}

@media screen and (min-width:768px) {
  .page-template-group-membership-plans h2 {
    font-size: 42px;
  }
}

#gm-page-header h1 {
  color: #fff;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  #gm-page-header h1 {
    margin-bottom: 18px;
  }
}

#gm-page-header p {
  color: #fff;
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  #gm-page-header p {
    margin-top: 16px;
  }
}


#gm-page-header .page-container {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
  align-items: flex-end;
  padding-top: 16px;
  padding-bottom: 16px;
}

@media screen and (min-width: 768px) {
  #gm-page-header .page-container {
    justify-content: center;
    padding-top: 0;
    padding-bottom: 0;
  }
}

#gm-page-header .header-content {
  max-width: 600px;
}

#pricing-plan-2-coaches {
	background: #5dcc9a;
}

#pricing-plan-2-coaches h2 {
	margin-bottom: 0;
	font-size: 38px;
}

#pricing-plan-2-coaches p.description {
	text-transform: uppercase;
	margin-bottom: 0;
	padding-bottom: 2rem;
	color: #000;
	font-size: 28px;
}

#pricing-plan-2-coaches .page-container {
	background-color: #fff;
	padding: 34px 0;
	border-bottom: 8px solid #5cc2af;
}

#pricing-plan-2-coaches .price-plan-2-coaches-button {
	margin-right: 10px;
}

.pricing-plan-2-coaches-foot-note {
	font-size: 28px;
    font-weight: 700;
	margin-top: 2rem;
	color: #000;
}

#pricing-plans-section {
  background: #5cc2af;
  background: linear-gradient(180deg, rgba(92,204,153,1) 0%, rgba(255,255,255,1) 90%, rgba(255,255,255,1) 100%);
  padding-top: 0;
}

@media screen and (min-width: 768px) {
  	#pricing-plan-2-coaches {
	  padding-top: 42px;
	}

	#pricing-plan-2-coaches p.description {
		font-size: 28px;
		font-weight: bold;
	}

	#pricing-plan-2-coaches .page-container {
		padding: 32px 64px;
		border-bottom: 0;
	}

  #pricing-plans-section {
    padding-top: 42px;
  }
}

.pricing-plan-section-title {
	color: #000;
}

.page-template-group_membership_plan .aoc-gmfeature {
  background-color: transparent;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .page-template-group_membership_plan .aoc-gmfeature {
    padding: 80px 40px;
  }
}

.page-template-group_membership_plan .aoc-gmfeature .feature-name {
  float: none;
  margin: 0;
  margin-top: 16px;
}

.aoc-gmfeature .col4 {
	display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.aoc-gmfeature .col4 > li {
  flex: 0 0 50%;
  padding: 40px;
}

@media screen and (min-width: 768px) {
  .aoc-gmfeature .col4 > li {
    flex: 0 0 25%;
    padding: 0;
  }
}

/* Pricing Widget */
.plan-widget-input-grid {
  display: grid;
  grid-template-columns: 100%;
  grid-column-gap: 32px;
  justify-content: center;
  align-content: center;
}

@media screen and (min-width: 768px) {
  .plan-widget-input-grid {
    grid-template-columns: 26fr 74fr;
  }
}

.plan-widget-info {
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  align-content: center;
  border-top: 1px solid #000;
}

@media screen and (min-width: 768px) {
  .plan-widget-info {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

#pricing-plans-widget .grid .cell {
  margin: 16px 0;
  padding: 0 10px;
}

@media screen and (min-width: 768px) {
  #pricing-plans-widget .grid .cell {
    margin: 32px 0;
  }
}

.plan-widget-cta-cell {
  align-content: center;
  grid-row-gap: 20px;
}

.plan-widget-info .cell {
  display: grid;
  justify-items: center;
  align-content: space-between;
}

@media screen and (min-width: 768px) {
  .plan-widget-info .cell {
    border-right: 1px solid #000;
  }
}

.plan-widget-info .cell:last-child {
	border: none;
}

.custom-quote-text {
  text-align: center;
}


.plan-input {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .plan-input {
    justify-content: start;
  }
}

#coaches-input {
	display: block;
	width: 100%;
	font-size: 42px;
	font-weight: bold;
	padding-left: 20px;
	padding-right: 20px;
	width: 88px;
	position: relative;
	text-align: center;
	border-radius: 8px;
	width: 110px;
	padding-top: 12px;
	padding-bottom: 12px;
}

#coaches-input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	position: absolute;
	right: 0;
}

label[for="coaches-input"] {
	display: block;
	font-size: 28px;
	font-weight: bold;
  padding-left: 16px;
}

.slider-labels {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

/*Price Widget Text */
#pricing-plans-widget .price-label-left,
#pricing-plans-widget .price-label-right {
	font-size: 28px;
}

#pricing-plans-widget .price-label-left {
  padding-right: 10px;
}

#pricing-plans-widget .price-label-right {
  padding-left: 10px;
}


#pricing-plans-widget .page-container {
	background-color: #fff;
	padding: 32px 32px 16px;
}

@media screen and (min-width: 768px) {
  #pricing-plans-widget .page-container {
    background-color: #fff;
    padding: 32px 64px 0;
  }
}

#pricing-plans-widget p {
	margin: 0;
}

#pricing-plans-widget .plan-price-number {
	text-align: center;
	color: #d60b32;
	font-size: 38px;
	font-weight: bold;
	font-size: 60px;
}

#pricing-plans-widget .month-year {
	font-size: 28px;
	font-weight: normal;
	color: #d60b32;
}

.save-percent-text {
	text-align: center;
	color: #d60b32;
	font-size: 38px;
	margin-bottom: 0;
}

.price-plan-button {
	font-size: 26px;
	font-weight: bold;
	display: inline-block;
	text-transform: uppercase;
	padding: 1.6rem 3.6rem;
	border-radius: 8px;
}

.price-plan-button-new {
	font-size: 26px;
	display: inline-block;
	padding: 0.7rem 2.5rem;
	border-radius: 35px;
}
a.large-group-a {
  text-decoration: underline;
  font-weight: bold;
  color: #414142;
  display: block;
  max-width: 239px;
}

/*Pricing Plans */
#group-price-plans .price-plan {
	border-color: #d60b32;
}

#group-price-plans .page-container {
  justify-content: center;
  display: flex;
}

#group-price-plans .price-plan {
  padding: 32px;
}

@media screen and (min-width:768px) {
  #group-price-plans .price-plan {
    max-width: 576px;
    width: 100%;
  }
}

.price-plan.price-plan-toggle {
	border: 2px solid #d60b32;
}

#group-price-plans .price-plan-header {
	min-height: auto;
}

#group-price-plans .price-plan-header::after {
	background-color: #d60b32;
}

/*plan slider */
.coaches-label {
  position: relative;
  font-size: 18px;
  display: block;
  width: 29px;
  text-align: center;
}

@media screen and (min-width:768px) {
  .coaches-label {
    font-size: 28px;
  }
}

.coaches-label:not(:first-child):not(:last-child)::after {
	content: "";
	position: absolute;
	height: 30px;
	width: 1px;
	background-color: #59bdab;
	bottom: -51px;
	left: 50%;
	transform: translateX(-50%);
}

.plan-slider[type=range] {
  -webkit-appearance: none;
	margin: 18px 0;
	padding: 0;
	width: 100%;
  border: none;
  position: relative;
  z-index: 1;
  overflow: visible;
  height: 36px;
  background: transparent;
}
.plan-slider[type=range]:focus {
  outline: none;
}
.plan-slider[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 12px;
  cursor: pointer;
  animate: 0.2s;
  background: #59bdab;
  border-radius: 34px;
  overflow: visible;
}
.plan-slider[type=range]::-webkit-slider-thumb {
  height: 28px;
  width: 28px;
  border-radius: 50%;
  background: #3c4543;
  cursor: pointer;
  -webkit-appearance: none;
	margin-top: -8px;
	position: relative;
	z-index: 1;
}
.plan-slider[type=range]:focus::-webkit-slider-runnable-track {
  background: #59bdab;
}
.plan-slider[type=range]::-moz-range-track {
  width: 100%;
  height: 12px;
  cursor: pointer;
  animate: 0.2s;
  background: #59bdab;
  border-radius: 34px;
}
.plan-slider[type=range]::-moz-range-thumb {
  height: 28px;
  width: 28px;
  border-radius: 50%;
  background: #3c4543;
	cursor: pointer;
	margin-top: -8px;
	position: relative;
	z-index: 1;
}
.plan-slider[type=range]::-ms-track {
  width: 100%;
  height: 12px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  color: transparent;
}
.plan-slider[type=range]::-ms-fill-lower {
  background: #59bdab;
  border-radius: 34px;
}
.plan-slider[type=range]::-ms-fill-upper {
  background: #59bdab;
  border-radius: 34px;
}
.plan-slider[type=range]::-ms-thumb {
  height: 28px;
  width: 28px;
  border-radius: 50%;
  background: #3c4543;
	cursor: pointer;
}
.plan-slider[type=range]:focus::-ms-fill-lower {
  background: #59bdab;
}
.plan-slider[type=range]:focus::-ms-fill-upper {
  background: #59bdab;
}

/* Group Benefit Icon */
#group-benefits {
  margin: 50px 0;
  padding: 0 5%;
}

@media screen and (min-width: 768px) {
  #group-benefits {
    margin: 84px 0;
    padding: 0;
  }
}

@media screen and (min-width: 768px) {
  .group-benefit-grid {
    display: grid;
    grid-template-columns: 30% 70%;
  }
}

.group-benefit-grid:not(:last-child) {
	margin-bottom: 42px;
}

@media and screen (min-width: 767px) {
  .group-benefit-grid .cell-80 {
    padding: 16px;
  }
}

.cell-icon {
	justify-self: center;
	align-self: center;
}

@media screen and (min-width: 768px) {
  .benefit-cell {
    padding: 0 32px;
  }
}

.group-benefit-icon {
  display: none;
}

.benefit-point li {
  list-style-type: disc;
  margin-left: 18px;
}

@media screen and (min-width: 768px) {
  .group-benefit-icon {
    display: block;
  }

  .group-benefit-icon i {
    color: #55bfab;
    font-size: 160px;
  }

  .benefit-point li {
    font-size: 22px;
  }
}

#group-price-plans .benefit-info {
  background-color: #55bfab;
}

#group-price-plans .benefit-info::after {
  border-color: transparent transparent #55bfab transparent;
}

.page-template-group-membership-plans .modal-tooltip {
  background-color: #55bfab;
}

.page-template-group-membership-plans .modal-close {
  background-color: #55bfab;
}

/* Group Membership FAQ */
.aoc-gm-faq-header {
  margin-bottom: 40px;
}

/* Thank You Page */
@media screen and (max-width:768px) {
  .page-template-thank-you-page .page-container {
    padding: 0 5%;
  }
}

.cell {
  position: relative;
}

.page-section {
  padding: 80px 0;
}

.section-header {
  text-transform: uppercase;
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (min-width:768px) {
  .section-header {
    text-align: left;
  }
}

.ty-intro {
  padding-bottom: 40px;
}

.ty-intro h1 {
  text-transform: uppercase;
}

.ty-intro p {
  font-size: 20px;
}

.ty-intro a.dashboard-link {
  text-decoration: underline;
}

.ty-intro .page-container {
  text-align: center;
  padding: 0 15%;
}

@media screen and (min-width:768px) {
  .ty-intro .page-container {
    text-align: left;
    padding: 0;
  }
}

.popular-prem-section {
  background-color: #e8f7fc;
}

.popular-prem-section .grid {
  display: grid;
  grid-template-columns: 25fr 25fr;
  grid-column-gap: 32px;
}

@media screen and (min-width:768px) {
  .popular-prem-section .grid {
    grid-template-columns: 25fr 25fr 25fr 25fr;
  }
}

.popular-prem-section .grid .cell {
  padding-bottom: 50px;
}

.additional-resource-image img {
  display: block;
  width: 100%;
}

.additional-resource-image > a {
  position: relative;
  display: block;
}

.popular-prem-section .cell > a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  font-size: 16px;
  line-height: 1.2;
  position: absolute;
  top: -12px;
  right: -12px;
  color: #fff;
  background-color: transparent;
  padding: 6px;
  background-image: url(https://theartofcoachingvolleyball.com/wp-content/themes/coaching_vb/images/Premium_with_trophy.png);
  background-size: contain;
  width: 45%;
  background-repeat: no-repeat;
  height: 33px;
  background-position: top right;
  border-radius: 0px;
}

.grid .entry-title {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .grid .entry-title {
      font-size: 16px;
      font-weight: 700;
  }
}

.grid .entry-title-link a {
  color: #404041;
  text-transform: initial;
  font-weight: bold;
}

.grid .entry-title-link a:hover {
  color: #2dabde;
  text-transform: initial;
  font-weight: bold;
}

/* Position Training Series */
.ty-series .grid {
  display: grid;
  grid-column-gap: 32px;
  grid-template-columns: 25fr;
}

@media screen and (min-width: 768px) {
  .ty-series .grid {
    grid-template-columns: 25fr 25fr 25fr;
  }
}

.ty-series .grid .cell {
  margin-bottom: 50px;
}

.training-series .cell-background::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: background 0.5s;
}


.ty-series .cell-content {
  display: flex;
  flex-direction: column;
  padding: 16px;
  justify-content: flex-end;
}

.ty-series .cell-content h3,
.ty-series .cell-content p {
  color: #fff;
}

.series-meta {
  display: flex;
  flex-direction: row;
}

@media screen and (min-width:768px) {
  .series-meta {
    visibility: hidden;
    height: 0;
    max-height: 0;
    transition: max-height 1s;
  }

  .training-series:hover .series-meta {
    visibility: visible;
    height: auto;
    max-height: 200px;
  }
}

.series-count {
  padding-right: 10px;
  border-right: 1px solid #fff;
  line-height: 18px;
}

.series-time {
  line-height: 18px;
  padding-left: 10px;
}

/* Online Courses */
.ty-courses-section {
  background-color: #e8f7fc;
}

.ty-courses-section .grid {
  display: grid;
  grid-column-gap: 32px;
  grid-template-columns: 25fr 25fr;
}

@media screen and (min-width:768px) {
  .ty-courses-section .grid {
    display: grid;
    grid-template-columns: 25fr 25fr 25fr 25fr;
  }
}

.ty-courses-section .grid .cell {
  margin-bottom: 50px;
}

.ty-courses-section .cell-content {
  display: flex;
  flex-direction: column;
  padding: 16px;
  justify-content: flex-end;
}

.ty-courses-section .cell-background::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: background 0.5s;
}

.ty-courses-section .cell-content h3,
.ty-courses-section .cell-content p {
  color: #fff;
}

.ty-courses-section .cell-content h3 {
  margin-bottom: 0;
}

@media screen and (max-width:767px) {
  .ty-courses-section .cell-content h3 {
    font-size: 16px;
  }
}

/* Thank You Page Resources */
.ty-resources-section .grid {
  display: grid;
  grid-column-gap: 32px;
  grid-template-columns: 25fr 25fr;
  justify-items: center;
}

@media screen and (min-width:768px) {
  .ty-resources-section .grid {
    grid-template-columns: 25fr 25fr 25fr 25fr;
  }
}

.ty-resources-section .grid .cell {
  margin-bottom: 50px;
}

.ty-resources-section .additional-resource-image {
  max-width: 150px;
  margin: 0 auto;
}

.ty-resources-section .grid .entry-title {
  font-size: 18px;
  font-weight: normal;
  margin: 0;
  text-align: center;
  margin-top: 16px;
}

@media screen and (min-width: 768px) {
  .ty-resources-section .grid .entry-title {
    font-size: 20px;
    font-weight: normal;
  }
}

@media screen and (max-width:768px) {
  .partner-list .partner-item {width: 32%; margin: 0; padding: 10px; box-sizing: border-box;}
}
@media screen and (max-width:768px) {
  .partner-list .partner-item {width: 50%;}
}

/*Purchase Page*/
.single-loop.purchase-grid {
  display: flex;
  flex-direction: column;
}

.feature-title {
  margin: 30px 0;
  line-height: 43.2px;
  text-transform: uppercase;
}

.features-cell-order .feature-title {
  text-transform: initial;
  font-size: 18px;
}

.features-cell {
  width: auto;
  padding: 4rem;
  background-color: #f9f8f8;
  clear: both;
}

.features-cell-order {
  order: 3;
}

.full-width-content .single-loop.purchase-grid .content {
  padding: 0 4rem 4rem;
  background-color: #fff;
  order: 2;
}

ul.features-list li {
  margin-right: 24px;
  position: relative;
  padding: 0 24px 16px;
 }

 ul.features-list li::before {
   content: "\2713\0020";
   position: absolute;
   left: 0;
 }

 .purchase-grid h1.entry-title {
  text-transform: uppercase;
}

.page-template-purchase-page #s2member-pro-stripe-checkout-form-registration-section .s2member-pro-stripe-form-email-div,
.page-template-purchase-page #s2member-pro-stripe-checkout-form-registration-section .s2member-pro-stripe-form-first-name-div,
.page-template-purchase-page #s2member-pro-stripe-checkout-form-registration-section .s2member-pro-stripe-form-last-name-div,
.page-template-purchase-page #s2member-pro-stripe-checkout-form-registration-section .s2member-pro-stripe-form-username-div {
  flex: 0 0 100%;
}

.page-template-purchase-page #s2member-pro-stripe-checkout-form-registration-section .s2member-pro-stripe-form-last-name-div,
.page-template-purchase-page #s2member-pro-stripe-checkout-form-registration-section .s2member-pro-stripe-form-username-div {
  margin: 0;
}

.page-template-purchase-page #s2member-pro-stripe-checkout-form-registration-section label {
  font-weight: 400;
}

.page-template-purchase-page #s2member-pro-stripe-checkout-form-registration-section input[type=email], .page-template-purchase-page #s2member-pro-stripe-checkout-form-registration-section input[type=password], .page-template-purchase-page #s2member-pro-stripe-checkout-form-registration-section input[type=text] {
  border-radius: 0;
  border: 1px solid #414142;
}

.page-template-purchase-page #s2member-pro-stripe-checkout-form-submission-section .s2member-pro-stripe-form-submit-div [type=submit].s2member-pro-stripe-submit {
  background-color: #06a7e2;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: 700;
}

.page-template-purchase-page #s2member-pro-stripe-checkout-form-registration-section .s2member-pro-stripe-form-password-div .s2member-pro-stripe-password1 {
  width: 100%;
}

.page-template-purchase-page #s2member-pro-stripe-checkout-form-registration-section .s2member-pro-stripe-form-password-div .s2member-pro-stripe-password2 {
  flex: 0 0 100%;
}

.order-summary-cell {
  background-color: #fff;
  padding: 4rem 4rem 2rem;
  order: 1;
}

.order-summary-container {
  background-color: #fff;
}

.order-summary-header {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #414142;
  margin-bottom: 15px;
  width: 100%;
}

.order-summary-title {
  font-size: 20px;
  margin-bottom: 15px;
}

.link-to-plan {
  color: #414142;
  text-decoration: underline;
}

.plan-description p {
  margin-bottom: 0;
}

@media screen and (min-width: 960px) {
  .single-loop.purchase-grid {
    display: flex;
    flex-direction: column;
    display: grid;
    grid-template-columns: [column-1-start] 1fr [column-1-end column-2-start] 1fr [column-2-end];
    grid-template-rows: auto auto;
    grid-template-rows: max-content min-content;
  }

  .purchase-grid {
    display: flex;
  }

  body.page-template-purchase-page {
    background-color: transparent;
    flex-grow: 1;
    width: auto;
  }

  .features-cell {
    flex-grow: 1;
    padding: 4rem 6rem;
    grid-column: 2 / 3;
    grid-row: 1 / 3;
  }

  .features-cell-order {
    padding: 0 4rem;
    grid-column: 2 / 3;
    grid-row: 2 / 3;
  }

  .full-width-content .single-loop.purchase-grid .content {
    width: 100%;
    padding: 4rem 6rem;
    grid-row: 1 / 3;
  }

  .purchase-benefits-cell {
    padding: 0rem 4rem;
  }

  .features-cell-order .feature-title {
    font-size: 20px;
  }

  .order-summary-cell {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    padding: 4rem;
    background-color: #f9f8f8;
    padding-bottom: 0;
  }

  .order-summary-container {
    padding: 4rem;
  }
}

/* Group Purchase Page */
.page-id-34308 #s2member-pro-stripe-checkout-form-description-section {
	display: none;
}
p.conference-code {
    margin-top: 50px !important;
}

/* Trial Purchase Page */
.page-template-trial-sign-up-page .price-plan-item {
	width: 560px;
	margin-left: auto;
	margin-right: auto;
}

.page-template-trial-sign-up-page .pricing-plans {
	margin-top: 60px;
	padding-top: 60px;
}

.page-template-trial-sign-up-page .entry,
.page-template-trial-sign-up-page #s2member-pro-stripe-checkout-form {
	margin-bottom: 0;
}

.page-template-trial-sign-up-page #s2member-pro-stripe-checkout-form-registration-section .s2member-pro-stripe-form-email-div,
.page-template-trial-sign-up-page #s2member-pro-stripe-checkout-form-registration-section .s2member-pro-stripe-form-first-name-div,
.page-template-trial-sign-up-page #s2member-pro-stripe-checkout-form-registration-section .s2member-pro-stripe-form-last-name-div,
.page-template-trial-sign-up-page #s2member-pro-stripe-checkout-form-registration-section .s2member-pro-stripe-form-username-div {
  flex: 0 0 100%;
}

.page-template-trial-sign-up-page #s2member-pro-stripe-checkout-form-registration-section .s2member-pro-stripe-form-last-name-div,
.page-template-trial-sign-up-page #s2member-pro-stripe-checkout-form-registration-section .s2member-pro-stripe-form-username-div {
  margin: 0;
}

.page-template-trial-sign-up-page #s2member-pro-stripe-checkout-form-registration-section label {
  font-weight: 400;
}

.page-template-trial-sign-up-page #s2member-pro-stripe-checkout-form-registration-section input[type=email], .page-template-trial-sign-up-page #s2member-pro-stripe-checkout-form-registration-section input[type=password], .page-template-trial-sign-up-page #s2member-pro-stripe-checkout-form-registration-section input[type=text] {
  border-radius: 0;
  border: 1px solid #414142;
}

.page-template-trial-sign-up-page #s2member-pro-stripe-checkout-form-submission-section .s2member-pro-stripe-form-submit-div [type=submit].s2member-pro-stripe-submit {
  background-color: #06a7e2;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: 700;
}

.page-template-trial-sign-up-page #s2member-pro-stripe-checkout-form-registration-section .s2member-pro-stripe-form-password-div .s2member-pro-stripe-password1 {
  width: 100%;
}

.page-template-trial-sign-up-page #s2member-pro-stripe-checkout-form-registration-section .s2member-pro-stripe-form-password-div .s2member-pro-stripe-password2 {
  flex: 0 0 100%;
}

.metaslider .caption-wrap { background: transparent!important;text-align: center; bottom: 65px!important;  opacity: 1!important;}
.metaslider .caption-wrap a {background: #2baae1;color: #fff; font-family: "Source Sans Pro"; font-weight: 900; font-size: 30px;
    padding: 14.8672px 39.6458px 15.8672px 39.6458px; display: inline-block;  opacity: 1; border-radius: 5px;}
.flex-control-paging li a {width: 7px!important; height: 7px!important; margin: 0 3px!important;}
.metaslider .flexslider { margin-bottom: 0px!important; }
.metaslider .flex-control-nav {bottom: 38px!important;}
#metaslider-id-99921,
#metaslider-id-99985 {
	display: none;
}

@media only screen and (max-width: 1366px) {
	.metaslider .caption-wrap a {font-size: 19px; padding: 8px 15px 9px 15px;}
	.metaslider .caption-wrap {bottom: 30px !important;}
	.metaslider .flex-control-nav {bottom: 10px !important;}
}
@media only screen and (max-width: 640px) {
	.metaslider .caption-wrap a {font-size: 12px; padding:3px 10px 4px 10px;}
	.metaslider .caption-wrap {bottom: 12px !important;}
	.metaslider .flex-control-nav {bottom: 10px !important;}
}
@media only screen and (max-width: 480px) {
#metaslider-id-99921,
#metaslider-id-99985 {
	display: block;
}
#metaslider-id-99917,
#metaslider-id-99987 {
	display: none;
}
.metaslider .caption-wrap a {font-size: 20px; padding: 10px 30px;}
.metaslider .caption-wrap {bottom: 35px !important; width: auto!important; left: inherit!important; right: 35px;}
}
@media only screen and (max-width: 400px) {
	.metaslider .caption-wrap a {font-size: 16px;}
}
@media only screen and (max-width: 370px) {
	.metaslider .caption-wrap a {font-size: 14px; padding: 7px 20px;}
}