/*
Theme Name: TXC
Author: MemberDev
Author URI: https://memberdev.com
Description: Custom theme for Texas Council of Community Centers, based off WP TwentySixteen shell.
Version: 1.0

/*
TABLE OF CONTENTS
- 01: Global
- 02: Header
- 03: Structure
- 04: Components
- 05: Footer
- 06: Forms
- 07: Tables
- 08: Bootstrap
- 09: Plugins
- 10: Behavioral (JS)
- 11: Responsive (Media Queries)
*/

/* =Reset
------------------------------------------------------------------------ */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	position: relative;
	background: url(images/pattern-interlaced.png);
	color: #0e181f;
	font-family: 'Open Sans', arial, sans-serif;
	font-weight: 300;
	line-height: 1em;
}


/* ======================================================================================================= */
/* 01: Global
/* ======================================================================================================= */
h1, h2, h3, h4, h5, h6, p {font-weight: 300; margin-bottom: 20px; line-height: 1.5em;}
h1, h2, h3, h4, h5, h6 {font-family: 'Open Sans', sans-serif; font-weight: 700; letter-spacing: -1px; color: #0e181f;}
h1 {font-size: 2.5em; letter-spacing: -3px; line-height: 1.2em;}
h2 {font-size: 2.2em; font-weight: 700; letter-spacing: -2px}
h3 {font-size: 2em; letter-spacing: -1px; color: #2b413b;}
h4 {font-size: 1.5em;}
h5 {font-size: 1.3em; color: #2b413b;}
h6 {font-size: 1.1em;}
p {font-family: 'Open Sans', sans-serif; font-size: 1em; font-weight: 400; line-height: 1.8em;}
p.headline {font-size: 1.5em; font-weight: 300; letter-spacing: -0.025em; line-height: 1.5;	 color: #333;}
p.headline.small {font-size: 1.2em;}
p.headline.jumbo {font-size: 2em;}
p.small {font-size: .8em;}

.headline-content p {
	font-size: 1.5em;
	letter-spacing: -0.025em;
	line-height: 1.5;
}

a {
	color: #09c;
	text-decoration: none;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
}
a:hover {
	color: #036;
	text-decoration: underline;
}

blockquote {
	padding: 15px;
	margin: 0 0 20px;
	background: #f5f5f5;
	color: #333;
	font-size: 1.2em;
	line-height: 1.5;
	border-left: 4px solid #ccc;
}

figcaption {
	padding: 15px;
	margin: 0 0 20px;
    background: #eee;
    line-height: 1.4;
}

pre {
	padding: 15px;
	margin: 0 0 20px;
	background: #0e181f;
	font-size: .85em;
	color: #fff;
}

sup {
	font-size: .7em;
}

hr {
	border-top-color: #ddd;
}
.hr-10 {
	margin: 10px 0;
}
.hr-15 {
	margin: 15px 0;
}
.hr-20 {
	margin: 20px 0;
}
.hr-30 {
	margin: 30px 0;
}
.hr-blank {
	border-top: none;
	height: 1px;
	margin: 10px 0;
}
.hr-dark {
	border-top: 1px solid #151515;
}
.hr-thin {
	border-top-width: 1px;
}
.hr-thick {
	border-top-width: 5px;
}
.hr-trans {
	border-top-color: rgba(255, 255, 255, .25);
}
.hr-trans-black {
	border-top: 1px solid rgba(0, 0, 0, .25);
}
.hr-half {
	width: 50%;
	margin: 20px auto;
}
.hr-slim {
	width: 20%;
	margin: 30px 0;
}
.hr-slim-centered {
	width: 20%;
	margin: 30px auto;
}
.hr-spacer {
	border: none;
	margin: 30px 0;
}
.hr-mobile {
	display: none;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}
img.user-avatar {
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
}
img.user-avatar.avatar-profile {
	display: block;
	margin: 0 auto 20px;
	border-radius: 300px;
	-moz-border-radius: 300px;
	-webkit-border-radius: 300px;
}
figure {
	max-width: 100%;
}

code {
	display: block;
	padding: 10px;
	background: #000;
	color: #fff;
	font-size: .8em;
	border-radius: 0;
}

.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}
.alignright {
	float: right;
	margin: 0 0 20px 20px;
}
.aligncenter {
	margin: 0 auto;
}

/* ----- Helpers ----- */
.caps {
	text-transform: uppercase !important;
}
.centered {
	text-align: center !important;
}
.clear {
	clear: both !important;
}
.bold {
	font-weight: 700 !important;
}
.font-300 {
	font-weight: 300 !important;
}
.font-400 {
	font-weight: 400 !important;
}
.font-700 {
	font-weight: 700 !important;
}
.font-900 {
	font-weight: 900 !important;
}
.spaced-3 {
	letter-spacing: 3px;
}
.spaced-5 {
	letter-spacing: 5px;
}
.spaced-10 {
	letter-spacing: 10px;
}
.no-margin {
	margin: 0 !important;
}
.margin-b-10 {
	margin: 0 0 10px !important;
}

.embed-left {
	float: left;
	margin: 0 20px 10px 0;
}
.embed-right {
	float: right;
	margin: 0 0 10px 20px;
}
.embed-center {
	display: block;
	margin: 0 auto 20px;
}
.embed-static {
	display: block;
	margin: 0 0 20px;
}
.shadowed {
	box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}

.helper-text {
	font-size: .75em;
	font-weight: 300 !important;
}

.brand {
	font-weight: 700;
	letter-spacing: -0.025em;
}

/* ----- colors ----- */
/* brand colors */
.color-blue {color: #0e5e99 !important;}
.color-blue-light {color: #6caedf !important;}
.color-blue-dark {color: #09385b !important;}

.color-red {color: #ab0634 !important;}
.color-red-light {color: #e96a8e !important;}
.color-red-dark {color: #6a001e !important;}

.color-yellow {color: #efea6a !important;}
.color-gold {color: #ab822a !important;}
.color-green {color: #6caedf !important;}

/* neutral colors */
.color-dark {color: #0e181f !important;}
.color-black {color: #000 !important;}
.color-white {color: #fff !important;}
.color-grey {color: #778c8a !important;}
.color-grey-light {color: #f5f5f5 !important;}
.color-grey-dark {color: #333 !important;}

/* trans colors */
.color-trans-white-25 {color: rgba(255, 255, 255, .25) !important;}
.color-trans-white-50 {color: rgba(255, 255, 255, .5) !important;}
.color-trans-white-75 {color: rgba(255, 255, 255, .75) !important;}

/* ----- backgrounds ----- */
.bg-blue {background: #0e5e99 !important;}
.bg-blue-light {background: #6caedf !important;}
.bg-blue-dark {background: #09385b !important;}

.bg-red {background: #ab0634 !important;}
.bg-red-light {background: #e96a8e !important;}
.bg-red-dark {background: #6a001e !important;}

.bg-yellow {background: #efea6a !important;}
.bg-gold {background: #ab822a !important;}
.bg-green {background: #6caedf !important;}

.bg-white {background: #fff !important;}
.bg-grey-light {background: #f5f5f5 !important;}
.bg-dark {background: #0e181f !important;}

/* ----- icons ----- */
.icon-left {
	margin-right: 5px;
}
.icon-right {
	margin-left: 5px;
}
.icon-nav {
	display: table;
	font-size: 2em;
	width: 100%;
}
.icon-nav .nav-column {
	display: table-cell;
	width: 33.33%;
	line-height: 1;
	vertical-align: middle;
}
.icon-nav a {
	display: block;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
}
.icon-nav a .nav-text {
	display: inline-block;
	font-size: .5em;
	font-weight: 700;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin: 8px 0;
	vertical-align: top;
}
.icon-nav a:hover {
	color: #000;
}

/* ----- titles ----- */
.title-mega {
	font-size: 4em;
}
.title-spaced {
	letter-spacing: 5px;
	text-transform: uppercase;
}

/* ----- buttons ----- */
.btn {
	display: inline-block;
	padding: 12px 30px;
	font-size: 1em;
	font-family: 'Open Sans';
	font-weight: 700;
	letter-spacing: -0.025em;
	line-height: 1.2;
	border: 2px solid;
	border-radius: 100px;
	text-decoration: none;
	white-space: inherit;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
}
.btn.btn-danger {
	background: #c00;
	color: #fff;
	border-color: #c00;
	margin-right: 5px;
}
.btn.btn-danger:hover {
	background: #900;
	color: #fff;
	border-color: #900;
}
.btn.btn-default {
	background: none;
	color: #273036;
	border-color: #273036;
}
.btn.btn-default:hover {
	background: #273036;
	color: #fff;
	border-color: #273036;
}
.btn.btn-primary {
	background: #0e5e99;
	color: #fff;
	border-color: #0e5e99;
}
.btn.btn-primary:hover {
	background: #6caedf;
	color: #fff;
	border-color: #6caedf;
}
.btn.btn-trans {
	background: none;
	color: #fff;
	border-color: #fff;
}
.btn.btn-trans:hover {
	background: #fff;
	color: #333;
	border-color: #fff;
}
.btn.btn-cta {
	background: #ab0634;
	color: #fff !important;
	border-color: #ab0634;
}
.btn.btn-cta:hover {
	background: #6a001e;
	color: #fff;
	border-color: #6a001e;
}
.btn.btn-cta.btn-trans {
	background: rgba(255, 102, 0, .5);
	color: #fff;
	border: none;
}
.btn.btn-premium,
.btn.btn-blue {
	background: #1489cc;
	color: #fff;
	border-color: #1489cc;
}
.btn.btn-premium:hover,
.btn.btn-blue:hover {
	background: #036;
	color: #fff;
	border-color: #036;
}
.btn.btn-cta.btn-trans:hover {
	background: #f60;
	color: #fff;
}
.btn.btn-bordered {
	color: #78a500;
	border: 2px solid;
}
.btn.btn-bordered:hover {
	background: #78a500;
	color: #fff;
	border-color: #78a500;
}
.btn.btn-bordered-white {
	color: #fff;
	border: 2px solid rgba(255, 255, 255, .5);
}
.btn.btn-bordered-white:hover {
	background: #fff;
	color: #09c;
}
.btn.btn-white {
	background: #fff;
	color: #0e5e99;
	border-color: #fff;
}
.btn.btn-white:hover {
	background: #0e5e99;
	color: #fff;
	border-color: #0e5e99;
}
.btn.btn-cancel {
	background: none;
	color: #09c;
	border-color: #ccc;
}
.btn.btn-cancel:hover {
	background: #eee;
}
.btn.btn-save-alt {
	background: none;
	color: #690;
	border-color: #690;
}
.btn.btn-save-alt:hover {
	background: #690;
	color: #fff;
	border-color: #690;
}
/* button sizes */
.btn-sm {
	font-size: .85em;
	padding: 8px 20px;
}
.btn-lg {
	font-size: 1.2em;
	padding: 15px 40px;
}
.btn-xl {
	font-size: 1.5em;
	padding: 20px 50px;
}

/* block buttons */
.btn-block {
	margin: 0 0 5px;
}

/* social buttons */
.btn.btn-facebook {
	padding: 10px 20px;
	background: #3a5795;
	color: #fff;
}
.btn.btn-facebook:hover {
	background: #1e3870;
}

/* button labels */
.btn.btn-label {
	font-weight: 300;
	text-transform: none;
	color: #fff;
	border: none;
	border-radius: 0;
}
.btn.btn-label.label-success {
	background: #669900;
	background: -moz-linear-gradient(left, #669900 0%, #99cc00 100%);
	background: -webkit-linear-gradient(left, #669900 0%,#99cc00 100%);
	background: linear-gradient(to right, #669900 0%,#99cc00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#669900', endColorstr='#99cc00',GradientType=1 );
}

/* ----- links ----- */
.link {
	display: inline-block;
}
.link-green {
	color: #0e5e99;
}
.link-green:hover {
	color: #fff;
}
.link-white {
	color: #fff;
}
.link-white:hover {
	color: #ccc;
}
.info-tip {
	font-size: .85em;
	font-weight: 400;
	margin-left: 3px;
	vertical-align: top;
}

/* ----- lists ----- */
ul,
ol {
	margin: 0 0 30px 30px;
	font-size: 1em;
	font-weight: 400;
	line-height: 1.4;
}
ul li,
ol li {
	margin: 0 0 10px;
}
/* standard list */
.list-standard {
	list-style: square;
	font-size: .85em;
	margin: 0 0 20px 20px;
}
.list-standard li {
	margin: 0 0 10px;
}
/* check lists */
.list-checks {
	list-style: none;
	margin: 0 0 20px;
}
.list-checks li {
	margin: 0 0 15px;
}
.list-checks.two-column li {
	display: inline-block;
	width: 48%;
}
.list-checks li i {
	margin: 0 5px 0 0;
	color: #9c0;
}
/* inline lists */
.list-inline {
	list-style: none;
	margin: 0 0 20px;
}
.list-inline li {
	display: inline-block;
	margin: 0 30px 0 0;
}
/* icon lists */
.list-icons {
	list-style: none;
	margin: 0 0 30px;
}
.list-icons li {
	position: relative;
	padding: 0 0 0 30px;
	margin: 0 0 15px;
}
.list-icons li i {
	position: absolute;
	top: 1px;
	left: 0;
	width: 20px;
	font-size: 1.2em;
	text-align: center;
}
/* labels list */
.list-details {
	list-style: none;
	margin: 0;
}
.list-details li {
	display: inline-block;
	padding: 0 10px;
	margin: 0;
	border-left: 1px solid #ddd;
}
.list-details li:first-child {
	padding-left: 0;
	border-left: none;
}
/* items list */
.list-items {
	list-style: none; 
	margin: 0 0 20px;
}
.list-items li {
	margin: 0;
	border-top: 1px solid #ddd;
}
.list-items li a {
	position: relative;
	display: block;
	padding: 20px 0 20px 60px;
}
.list-items li a .item-number {
	position: absolute;
	top: 18px;
	left: 0;
	width: 42px;
	padding: 8px 0;
	font-size: 1em;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	color: #2b413b;
	border: 2px solid #ccc;
	border-radius: 100px;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
}
.list-items li a .item-label {
	display: block;
	font-size: .85em;
	font-weight: 700;
	color: #999;
	margin: 0 0 5px;
}
.list-items li a .item-title {
	display: block;
	font-weight: 700;
	margin: 0;
}
.list-items li.active a .item-number {
	background: #2b413b;
	color: #fff;
	border-color: #2b413b;
}
.list-items li.active a .item-title {
	color: #2b413b;
}
.list-items li a:hover {
	text-decoration: none;
}
.list-items li a:hover .item-number {
	background: #2b413b;
	color: #fff;
	border-color: #2b413b;
}
.list-items li a:hover .item-title {
	color: #2b413b;
}
/* nav list */
.list-nav {
	list-style: none;
	font-weight: 400;
	margin: 0 0 30px; 
}
.list-nav li {
	border-top: 1px solid rgba(0, 0, 0, .1);
	margin: 0;
}
.list-nav li a {
	position: relative;
	display: block;
	padding: 15px 20px 15px 0;
	color: #2b413b;
	text-decoration: none;
}
.list-nav li a:after {
	position: absolute;
	top: 13px;
	right: 15px;
	content: "\f105";
	font-family: "Font Awesome 5 Pro";
	font-size: 1.2em;
}
.list-nav li a:hover {
	padding-left: 15px;
	background: #fff;
	color: #09c;
}
.list-nav li .nav-label {
	margin: 0 0 5px;
	color: #999;
}
.list-nav li .nav-title {
	margin: 0;
}
.list-nav li a:hover .nav-title {
	color: #09c;
}
.list-nav.nav-icons li a:after {
	display: none;
}
.list-nav.nav-icons li a i {
	position: absolute;
	top: 13px;
	right: 15px;
	font-size: 1.2em;
}
.list-nav.nav-small {
	font-size: .85em;
}
.list-nav.nav-small li a:hover {
	padding-left: 10px;
}
.list-nav.nav-light li {
	border-color: rgba(255, 255, 255, .25);
}
.list-nav.nav-light li a {
	color: #fff;
}
.list-nav.nav-light li a:hover {
	color: #0e5e99;
}
/* menu list */
.list-menu {
	list-style: none;
	font-weight: 400;
	margin: 0 0 30px; 
}
.list-menu li {
	border-top: 1px solid #ccc;
	margin: 0;
}
.list-menu li a {
	position: relative;
	display: block;
	padding: 15px 40px 15px 0;
	color: #666;
	text-decoration: none;
}
.list-menu li a:hover {
	padding-left: 15px;
	background: rgba(0, 0, 0, .05);
	color: #333;
}
.list-menu li a i {
	position: absolute;
	top: 17px;
	right: 15px;
	opacity: .5;
	color: #0e5e99;
}
.list-menu li a sup {
	display: inline-block;
	font-size: .85em;
    font-weight: 700;
    margin: 15px 0 0 5px;
    vertical-align: top;
}
/* step lists */
.list-step {
	list-style: none;
	margin: 0 0 20px;
}
.list-step li {
	position: relative;
	padding: 15px 0 15px 45px;
	margin: 0;
	border-top: 1px solid #ccc;
}
.list-step li .step-number {
	position: absolute;
	top: 15px;
	left: 0;
	width: 32px;
	padding: 5px 0;
	background: #c00;
	color: #fff;
	font-weight: 400;
	text-align: center;
	border-radius: 30px;
}
.list-step li .step-title {
	margin: 0;
}
/* user lists */
.list-users {
	list-style: none;
	margin: 0 0 20px;
}
.list-users li {
	min-height: 70px;
	padding: 10px 0 10px 60px;
	border-top: 1px solid #cbdae4;
}
.list-users li:first-child {
	border-top: none;
}
.list-users li .user-avatar {
	top: 10px;
}
/* list columns */
.list-columns {
	font-size: 0;
	margin: 0 0 2% -2%;
}
.list-columns li {
	display: inline-block;
	font-size: 16px;
	font-size: 1rem;
	margin: 0 0 2% 2%;
	vertical-align: top;
}
.list-columns.columns-2 li {
	width: 48%;
}
.list-columns.columns-3 li {
	width: 31.33%;
}
.list-columns.columns-4 li {
	width: 23%;
}
.list-columns.list-large li {
	font-size: 1.2rem;
}

/* ----- icons ----- */
.icon-left {
	margin-right: 5px;
}
.icon-right {
	margin-left: 5px;
}
.icon-centered {
	margin: 0 auto 20px;
	text-align: center;
}
.icon-jumbo {
	display: block;
	font-size: 5em;
	line-height: 1;
	margin: 0 0 10px;
}

/* ----- social ----- */
.social-nav {
	font-size: 2em;
	list-style: none;
	margin: 0;
}
.social-nav li {
	display: inline-block;
	margin: 0 5px 5px 0;
}
.social-nav li a {
	display: inline-block;
	line-height: 1;
	color: #6caedf;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
}
.social-nav li a:hover {
	color: #0e5e99;
}

/* ----- social share links ----- */
.share-links {
	list-style: none;
	font-size: 1.2em;
	margin: 0;
}
.share-links li {
	display: inline-block;
	margin: 0 5px 0 0;
}
.share-links li a {
	display: inline-block;
	vertical-align: top;
	padding: 10px;
	width: 54px;
	background: #555;
	color: #fff;
	text-align: center;
	border-radius: 3px;
}
.share-links li a:hover {
	background: #000;
}
.share-links li.facebook a {
	background: #4c66a4;
}
.share-links li.facebook a:hover {
	background: #2b4585;
}
.share-links li.twitter a {
	background: #55acee;
}
.share-links li.twitter a:hover {
	background: #277ec1;
}
.share-links li.google a {
	background: #dd4b39;
}
.share-links li.google a:hover {
	background: #ad2312;
}
.share-links li.linkedin a {
	background: #287bbc;
}
.share-links li.linkedin a:hover {
	background: #1b5480;
}


/* misc */
.screen-reader-text {
	display: none;
}

.color-bar {
	width: 100%;
	height: 10px;
	background: url(images/color-spectrum-10.png) repeat-x;
}

.spacer-diagonal {
	display: block;
	width: 100%;
	height: 20px;
	margin: 30px 0;
	background: url(images/pattern-diagonal.png) repeat-x;
}
.spacer-diagonal.diagonal-white {
	background: url(images/pattern-diagonal-white.png) repeat-x;
}

.number-circle {
	display: inline-block;
	padding: 10px 0;
	width: 50px;
	height: 50px;
	font-size: 1.2em;
	font-weight: 700;
	text-align: center;
	color: #333;
	border: 2px solid #333;
	border-radius: 100px;
	vertical-align: top;
}

/* -------------------- media -------------------- */
iframe,
object,
embed {
	display: block;
	max-width: 100%;
	margin: 0 auto 20px;
}
/* media (videos)
.media-wrapper {
	width: 620px;
	max-width: 100%;
	margin: 0 0 20px;
}
.media-container {
	position: relative;
	height: 0;
	padding-bottom: 62%;
	padding-top: 50px;
}
.media-container iframe,  
.media-container object,  
.media-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
*/

.video-container {
	position: relative;
	height: 0;
	padding-bottom: 51%; /* 16:9 */
	padding-top: 50px;
	margin: 0 0 15px;
	background: url(images/loading-squares.gif) center center 100px 100px no-repeat #000;
}
.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
}

.video-cta-container {
	position: relative;
	margin: 0 0 15px;
}
.video-cta-container img {
	display: block;
	width: 100%;
}
.video-cta-container .container-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 10% 0 0;
	background: rgba(0, 0, 0, .5);
	z-index: 10;
}
.video-cta-container .container-overlay p {
	color: #fff;
}

img.wp-smiley,
img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 .07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}

/* -------------------- Site wrapper -------------------- */
.site-wrapper {
	position: relative;
	width: 1400px;
	margin: 0 auto;
	box-shadow: 0 10px 10px rgba(0, 0, 0, .25);
}


/* ======================================================================================================= */
/* 02: Header
/* ======================================================================================================= */
.top-bar {
	position: fixed;
	bottom: 0;
	width: 100%;
	padding: 10px 0;
	background: #fff;
	z-index: 1000;
}
.top-bar p {
	text-align: center;
	margin: 0;
}
.site-header {
	position: relative;
	width: 100%;
	height: 120px;
	background: #fff;
	z-index: 1000;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
}
.site-header .container {
	padding: 0;
	z-index: 100;
}
/* header top */
.site-header .header-top {
	background: #32414b;
	height: 50px;
}
.site-header .header-top ul {
	list-style: none;
	font-size: .75em;
	font-weight: 700;
	text-align: right;
	padding: 12px 15px 0 0;
	margin: 0;
}
.site-header .header-top ul li {
	display: inline-block;
	padding: 0 15px;
	margin: 0;
	border-left: 1px solid rgba(0, 0, 0, .25);
	vertical-align: middle;
}
.site-header .header-top ul li:first-child {
	border-left: none;
}
.site-header .header-top ul li a {
	display: block;
	color: #fff;
}
.site-header .header-top ul li a:hover {
	color: rgba(255, 255, 255, .5);
}
.site-header .header-top ul li.top-social {
	padding: 0 10px;
	border: none;
	font-size: 1.5em;
}
/* header brand */
.site-header .header-brand {
	position: absolute;
	top: 0;
	left: 0;
	width: 360px;
	padding: 15px;
	background: #fff;
}
.site-header .header-brand:after {
	content: "";
    position: absolute;
    top: 0px;
    right: -10%;
    width: 10%;
    height: 100%;
    background: #fff;
    -webkit-transform: skewX(30deg);
    transform: skewX(30deg);
}
.site-header .header-brand img {
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
	z-index: 1002;
}
.site-header .header-brand:hover img {
	opacity: .5;
}
/* header nav */
.site-header .header-nav {
	text-align: right;
}
.site-header .header-nav ul {
	float: right;
	list-style: none;
	font-family: 'Open Sans', sans-serif;
	font-size: .9em;
	font-weight: 700;
	letter-spacing: -0.025em;
	margin: 0;
}
.site-header .header-nav ul > li {
	position: relative;
	display: inline-block;
	margin: 0;
	vertical-align: top;
}
.site-header .header-nav ul > li > a {
	display: block;
	height: 70px;
	padding: 25px;
	color: #0e181f;
	line-height: 1.2;
	text-decoration: none;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
	vertical-align: top;
}
.site-header .header-nav ul > li:hover > a,
.site-header .header-nav ul > li > a:hover {
	background: #0e181f;
	color: #fff;
}
.site-header .header-nav ul > li.social > a {
	width: 40px;
	padding: 8px 0;
	text-align: center;
	border: 2px solid rgba(255, 255, 255, .25);
	border-radius: 3px;
}
.site-header .header-nav ul > li.social.first {
	margin-left: 10px;
}
.site-header .header-nav ul > li.nav-cta > a {
	font-weight: 700;
	color: #ab0634;
}
.site-header .header-nav ul > li.nav-cta:hover > a {
	background: #ab0634;
	color: #fff;
}
.site-header .header-nav ul > li.nav-cta .nav-sub-menu {
	background: #ab0634;
}
.site-header .header-nav ul > li.nav-login {
	margin: 0 5px; 
}
.site-header .header-nav ul > li.nav-login > a {
	color: #2b413b;
}
.site-header .header-nav ul > li.nav-login:hover > a {
	background: #2b413b;
	color: #fff;
}
.site-header .header-nav ul > li.nav-mobile-only {
	display: none;
}
.site-header .header-nav ul > li > a i {
	width: 20px;
	margin: -1px 5px 0 0;
	font-size: 1.2em;
	text-align: center;
	opacity: .5;
	vertical-align: top;
}
/* hover sub-menu */
.site-header .header-nav .nav-sub-menu {
	display: none;
}
.site-header .header-nav li:hover .nav-sub-menu {
	display: block;
	position: absolute;
	top: 70px;
	left: 0;
	width: 220px;
	padding: 10px;
	background: #0e181f;
	font-size: .9em;
	font-weight: 400;
	margin: 0;
}
.site-header .header-nav li:hover .nav-sub-menu li {
	display: block;
	float: none;
	border-left: none;
	border-top: 1px solid rgba(255, 255, 255, .1);
}
.site-header .header-nav li:hover .nav-sub-menu li:first-child {
	border-top: none;
}
.site-header .header-nav li:hover .nav-sub-menu li a {
	position: relative;
	display: block;
	height: auto;
	padding: 15px;
	color: rgba(255, 255, 255, .75);
	line-height: 1.4;
	text-align: left;
	border-radius: 0;
}
.site-header .header-nav li:hover .nav-sub-menu li a:hover {
	background: rgba(255, 255, 255, .15);
	color: #fff;
}
.site-header .header-nav li:hover .nav-sub-menu.menu-right-aligned {
	left: inherit;
	right: 0;
}
.site-header .header-nav li:hover .nav-sub-menu.menu-right-aligned li a {
	text-align: right;
}
/* click dropdown */
.site-header .header-nav li.nav-dropdown {
	position: relative;
}
.site-header .header-nav li.nav-dropdown.open > a {
	background: #142722;
	color: #fff;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.site-header .header-nav .dropdown-menu {
	top: auto;
	right: 0;
	min-width: 220px;
	padding: 10px;
	margin: 0;
	font-size: 1em;
	font-weight: 400;
	background: #142722;
	border: none;
	border-radius: 0; 
	box-shadow: none;
}
.site-header .header-nav .dropdown-menu li {
	display: block;
	border-top: 1px solid rgba(255, 255, 255, .1);
}
.site-header .header-nav .dropdown-menu li.divider {
	background: rgba(255, 255, 255, .1);
}
.site-header .header-nav .dropdown-menu li:first-child {
	border-top: none;
}
.site-header .header-nav .dropdown-menu li a {
	position: relative;
	display: block;
	height: auto;
	padding: 20px;
	color: rgba(255, 255, 255, .75);
	border-radius: 0;
}
.site-header .header-nav .dropdown-menu li a i {
	position: absolute;
	top: 19px;
	right: 5px;
}
.site-header .header-nav .dropdown-menu li sup  {
	font-size: .75em;
}
.site-header .header-nav .dropdown-menu li a:hover {
	background: rgba(255, 255, 255, .25);
	color: #fff;
}
/* header search */
.site-header .header-nav .header-search {
	position: relative;
	float: left;
	margin: 3px 0 0 220px;
}
.site-header .header-nav .header-search form {
	position: relative;
	width: 350px;
	background: rgba(255, 255, 255, .2);
}
.site-header .header-nav .header-search form label {
	display: block;
	margin: 0;
}
.site-header .header-nav .header-search form .search-field {
	padding: 10px 40px 10px 10px;
	background: none;
	color: #fff;
	font-weight: 300;
	border: none;
	box-shadow: none;
	outline: none;
}
.site-header .header-nav .header-search form button[type="submit"] {
	position: absolute;
	top: 0;
	right: 0;
	padding: 8px;
	font-size: 1.2em;
	background: none;
	border: none;
	color: #999;
	z-index: 5;
}
.site-header .header-nav .header-search form button[type="submit"]:hover {
	color: #fff;
}
.site-header .header-nav .header-search .search-surprise {
	position: absolute;
	top: 0;
	right: -100px;
	font-size: .85em;
	padding: 10px;
	background: #252525;
	color: #c00;
	text-decoration: none;
	border-radius: 3px;
}
.site-header .header-nav .header-search .search-surprise:hover {
	background: #c00;
	color: #fff;
}

/* mobile */
.site-header .header-mobile-nav-brand {
	display: none;
	position: absolute;
	top: 23px;
	left: 15px;
	z-index: 1002;
	width: 300px;
}
.site-header .header-mobile-navicon {
	display: none;
	position: absolute;
	top: -1px;
	right: 0;
	padding: 18px 15px;
	line-height: 1;
    cursor: pointer;
    user-select: none;
    -webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
	z-index: 1001;
}
.site-header .header-mobile-navicon .bars {
	display: inline-block;
    width: 32px;
    height: 2px;
    background: #7eb1a4;
    transition: 0.3s;
    position: relative;
}
.site-header .header-mobile-navicon .bars:before,
.site-header .header-mobile-navicon .bars:after {
	display: inline-block;
    width: 32px;
    height: 2px;
    background: #7eb1a4;
    border-radius: 0.28571rem;
    -webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
    position: absolute;
    left: 0;
    content: '';
    -webkit-transform-origin: 0.28571rem center;
    transform-origin: 0.28571rem center;
}
.site-header .header-mobile-navicon .bars:before {
	top: 10px;
}
.site-header .header-mobile-navicon .bars:after {
	top: -10px;
}

/* close state */
.site-header .header-mobile-navicon.navicon-close {
	-webkit-transform: scale3d(0.8,0.8,0.8);
    transform: scale3d(0.8,0.8,0.8);
}
.site-header .header-mobile-navicon.navicon-close .bars {
	background: transparent;
}
.site-header .header-mobile-navicon.navicon-close .bars:before,
.site-header .header-mobile-navicon.navicon-close .bars:after {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    top: 2px;
    width: 42px;
}
.site-header .header-mobile-navicon.navicon-close .bars:before {
    -webkit-transform: rotate3d(0,0,1,45deg);
    transform: rotate3d(0,0,1,45deg);
}
.site-header .header-mobile-navicon.navicon-close .bars:after {
    -webkit-transform: rotate3d(0,0,1,-45deg);
    transform: rotate3d(0,0,1,-45deg);
}

/* header restyling (on scroll) */
/*
.site-header.header-restyle {
	background: #066cd2;
}
.site-header.header-restyle .header-nav ul > li.nav-cta > a {
	background: #f60;
}
.site-header.header-restyle .header-nav ul > li.nav-cta > a:hover {
	background: #fff;
	color: #f60;
}
*/

/* membership sign up headers */
.page-template-page-membership .header-brand,
.page-template-page-checkout .header-brand {
	position: relative;
	top: auto;
	left: 0;
	display: block;
}
.page-template-page-membership .site-header .header-nav,
.page-template-page-membership .site-header .header-mobile-navicon,
.page-template-page-checkout .site-header .header-nav,
.page-template-page-checkout .site-header .header-mobile-navicon {
	display: none;
}


/* ======================================================================================================= */
/* 03: Layout / Structure
/* ======================================================================================================= */
/* -------------------- Grids -------------------- */
/* uses masronry.js plugin */
.masonry-grid {
	margin-left: -3%;
}
.masonry-grid .grid-item {
	display: block;
	float: left;
	width: 30.33%;
	margin: 0 0 3% 3%;
}
/* responsive grid */
.rsp-grid {
	font-size: 0;
}
.rsp-grid .grid-container {
	display: inline-block;
	font-size: 16px;
	font-size: 1rem;
	vertical-align: top;
}
.rsp-grid .grid-container.container-20 {
	width: 20%;
}
.rsp-grid .grid-container.container-25 {
	width: 25%;
}
.rsp-grid .grid-container.container-33 {
	width: 33.33%;
}
.rsp-grid .grid-container.container-40 {
	width: 40%;
}
.rsp-grid .grid-container.container-50 {
	width: 50%;
}
.rsp-grid .grid-container.container-66 {
	width: 66.66%;
}
.rsp-grid .grid-container.container-75 {
	width: 75%;
}
/* spaced grid */
.rsp-grid.grid-spaced {
	margin-left: -3%;
}
.rsp-grid.grid-spaced .grid-container {
	margin: 0 0 3% 3%;
}
.rsp-grid.grid-spaced .grid-container.container-20 {
	width: 17%;
}
.rsp-grid.grid-spaced .grid-container.container-25 {
	width: 22%;
}
.rsp-grid.grid-spaced .grid-container.container-33 {
	width: 30.33%;
}
.rsp-grid.grid-spaced .grid-container.container-40 {
	width: 37%;
}
.rsp-grid.grid-spaced .grid-container.container-50 {
	width: 47%;
}
.rsp-grid.grid-spaced .grid-container.container-66 {
	width: 63.66%;
}
.rsp-grid.grid-spaced .grid-container.container-75 {
	width: 72%;
}
/* logo grid variation */
.rsp-grid.grid-logos .grid-container {
	padding: 30px;
}
.rsp-grid.grid-logos .grid-container img {
	margin: 0 auto;
}

/* ----- block grid ----- */
.block-grid {
	display: table;
	width: 100%;
}
.block-grid .grid-cell {
	display: table-cell;
	padding: 50px;
	background: #151515;
}
.block-grid .grid-cell .cell-title {
	color: #fff;
}
.block-grid .grid-cell p {
	color: #eee;
}
.block-grid .grid-cell.cell-25 {
	width: 25%;
}
.block-grid .grid-cell.cell-33 {
	width: 33.33%;
}
.block-grid .grid-cell.cell-50 {
	width: 50%;
}
.block-grid .grid-cell.cell-66 {
	width: 66.66%;
}
.block-grid .grid-cell.cell-75 {
	width: 75%;
}
/* grid/cell backgrounds */
.block-grid.grid-library {

}
.grid-cell.cell-insights {
	background: url(images/cell-bg-insights.png) center center no-repeat #151515;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.grid-cell.cell-trial {
	background: url(images/cell-bg-trial.jpg) center center no-repeat #151515;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-left: 15px solid #eee;
}
/* ----- table grid ----- */
.table-grid {
	display: table;
	width: 100%;
}
.table-grid .grid-row {
	padding: 15px;
	margin: 0 0 20px;
	background: #fff;
	border: 1px solid #ccc;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, .25);
}
.table-grid .grid-column {
	display: table-cell;
	width: 200px;
	padding-left: 15px;
	vertical-align: top;
}
.table-grid .grid-column:first-child {
	padding-left: 0;
}
.table-grid .grid-column.column-image {
	width: 150px;
}
.table-grid .grid-column.column-image img {
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
}
.table-grid .grid-column.column-image img:hover {
	opacity: .7;
}
.table-grid .grid-column.column-desc {
	width: 500px;
}
.table-grid .grid-column.column-desc .meta-label {
	font-weight: 700
}
.table-grid .grid-column.column-actions {
	width: 250px;
}
.table-grid .grid-title {
	margin: 0 0 5px;
}
.table-grid .grid-desc,
.table-grid .headline {
	margin: 0;
	line-height: 1.4;
}
.table-grid .grid-desc {
	font-size: .85em;
}

/* ----- page header ----- */
.page-header {
	position: relative;
	padding: 50px;
	margin: 0;
	background: #ab0634;
	border-bottom: none;
}
.page-header .container {
	width: auto;
	padding: 0;
}
.page-header .breadcrumb {
	padding-top: 0;
	color: rgba(255, 255, 255, .5);
}
.page-header .breadcrumb span {
	display: inline-block;
	padding: 0 5px;
}
.page-header .breadcrumb span:first-child {
	padding-left: 0;
}
.page-header .breadcrumb a {
	color: #fff;
}
.page-header .breadcrumb a:hover {
	color: rgba(255, 255, 255, .5);
}
.page-header h1 {
	font-weight: 700;
	color: #fff;
	padding: 0;
	margin: 0;
	border: none;
}
.page-header p {
	margin: 10px 0 0; 
}
.page-header .headline {
	color: rgba(255, 255, 255, .7);
}
/* header nav */
.page-header .header-nav {
	padding: 20px 0 0;
	margin: 20px 0 0;
	border-top: 1px solid rgba(255, 255, 255, .25);
}
.page-header .header-nav ul {
	list-style: none;
	font-weight: 700;
	margin: 0;
}
.page-header .header-nav ul li {
	display: inline-block;
	margin: 0;
}
.page-header .header-nav ul li a {
	display: block;
	padding: 12px 25px;
	color: #fff;
}
.page-header .header-nav ul li a:hover {
	background: rgba(255, 255, 255, .15);
}
.page-header .spacer-diagonal {
	margin: 20px 0;
}

/* header search */
.page-header .search {
	margin: 20px 0 0 60px;
	background: rgba(0, 0, 0, .25);
}
.page-header .search .search-input {
	color: #fff;
}
.page-header .search .search-input::placeholder {
  color: rgba(255, 255, 255, .5);
}
.page-header .search .search-submit {
	color: rgba(255, 255, 255, .5);
}
.page-header .search .search-submit:hover {
	color: #fff;
}

/* header section */
.page-header.header-section {
	position: relative;
	width: 100%;
	max-height: 600px;
	padding: 0;
	background: #142722;
	overflow: hidden;
}
.page-header.header-section .section-image {
	display: block;
	width: 100%;
	opacity: .7;
	margin-top: -100px; /* **Design ONLY - REMOVE THIS in Development */
}
.page-header.header-section .section-content {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 100px;
	background: linear-gradient(transparent, rgba(0, 0, 0, .8));
}
.page-header.header-section .section-content > .container {
	position: relative;
}
.page-header.header-section .section-content .header-label {
	display: inline-block;
	padding: 0 0 10px;
	margin: 0 0 20px;
	font-size: 1.2em;
	letter-spacing: 5px;
	text-transform: uppercase;
	border-bottom: 2px solid;
}
.page-header.header-section .section-content h1 {
	margin: 0 0 10px;
}
.page-header.header-section .section-content p {
	margin: 0 0 20px;
}
.page-header.header-section .section-content .content-utility {
	position: absolute;
	bottom: 30px;
	right: 15px;
}
.page-header.header-section .breadcrumb {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 30px 50px;
	border: none;
	z-index: 10;
}
/* slim headers */
.page-header.header-slim {
	padding: 30px 50px;
}
.page-header.header-slim .breadcrumb {
	padding: 0;
	margin: 0;
	border: none;
}

/* header colors */
.page-header.header-blue {
	background: url(images/pattern-geometry-2x-blue.png);
}
.page-header.header-purple {
	background: url(images/pattern-geometry-2x-purple.png);
}

/* page-header backgrounds */
.page-header.header-courses {
	background: url(images/page-header-courses.jpg) top center no-repeat #333;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.page-header.header-library {
	background: url(images/page-header-library.jpg) top center no-repeat #333;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.page-header.header-leaders-lounge {
	background: url(images/page-header-leaders-lounge.jpg) top center no-repeat #333;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.page-header.header-pd2go {
	background: url(images/page-header-pd2go.jpg) top center no-repeat #333;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.page-header.header-products {
	background: url(images/page-header-products.jpg) top center no-repeat #333;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* ----- page sections ----- */
.page-section {
	position: relative;
	padding: 50px;
	z-index: 1;
}
.page-section .container {
	width: auto;
}
.page-section .section-title {
	position: relative;
	margin: 0 0 30px -50px;
}
.page-section .section-title .title-span {
	display: inline-block;
	height: 50px;
	padding: 10px 20px 10px 50px;
	background: #0e181f;
	color: #fff;
}
.page-section .section-title .title-icon {
	display: inline-block;
	height: 50px;
	padding: 10px 15px;
	margin-left: -5px;
	background: #32414b;
	color: #fff;
}

.page-section.section-slim {
	padding: 30px;
}
.page-section.section-no-padding {
	padding: 0;
}
.page-section.section-light,
.page-section.section-light-grey {
	background: #eee;
}
.page-section.section-dark {
	background: #151515;
}
.page-section.section-dark h2,
.page-section.section-dark h3 {
	color: #fff;
}
.page-section.section-dark p {
	color: #999;
}
/* section colors */
.page-section.section-white {
	background: #fff;
}
.page-section.section-beige {
	background: #f6f4ea;
}
.page-section.section-light {
	background: #f5f5f5;
}
/* section header */
.page-section .section-header {
	position: relative;
	padding: 0 300px 0 0;
}
.page-section .section-header .header-utility {
	position: absolute;
	top: 0;
	right: 0;
}
/* section backgrounds */
.page-section.section-cta {
	padding: 70px;
	background: url(images/pattern-school.png);
}
.page-section.section-cta-desk {
	padding: 70px;
	background: url(images/section-bg-desk.jpg) bottom center no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.page-section.section-cta .btn,
.page-section.section-cta-desk .btn {
	box-shadow: 0 0 0 5px rgba(0, 0, 0, .25);
}

.page-section.section-geometry-green {
	background: url(images/pattern-geometry-2x-green.png);
}

.page-section.section-auth {
	padding: 100px 50px;
	background: url(images/page-bg-working-bw-002.jpg) center center no-repeat #151515;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.page-section.section-membership {
	padding: 50px;
	background: url(images/page-bg-working-bw-002.jpg) center center no-repeat #151515;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.page-section.section-color-polygon {
	padding: 100px 50px;
	background: url(images/hero-bg-color-polygon.jpg) center center no-repeat #151515;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.page-section .section-header {
	position: relative;
	padding: 0 0 20px;
	margin: 0 0 20px;
	border-bottom: 1px solid rgba(0, 0, 0, .25);
}
.page-section .section-header h1 {
	font-size: 3em;
	margin: 0;
}
.page-section .section-header .progress-meter {
	position: absolute;
	top: 0;
	right: 0;
	margin: 15px 0;
}

/* -------------------- Section Columns -------------------- */
.section-columns {
	display: table;
	width: 100%;
}
.section-columns .column {
	display: table-cell;
	padding: 50px;
	vertical-align: top;
}
.section-columns .column.column-30 {
	width: 30%;
}
.section-columns .column.column-40 {
	width: 40%;
}
.section-columns .column.column-50 {
	width: 50%;
}
.section-columns .column.column-60 {
	width: 60%;
}
.section-columns .column.column-70 {
	width: 70%;
}

/* -------------------- Section Rows -------------------- */
/* section rows */
.page-section .section-row {
    /*padding: 50px;*/
    margin: 0 0 70px;
}
.page-section .section-row .section-content {
	position: relative;
    padding: 50px;
    border-right-style: solid;
}
.page-section .section-row .section-image img {
	position: relative;
	display: block;
	width: 100%;
	padding: 0 0 30px 30px;
	z-index: 5;
}
.page-section .section-row .section-image:before {
	content: "";
    position: absolute;
    top: 30px;
    left: 15px;
    width: 90%;
    height: 94%;
    background: rgba(0, 0, 0, .25);
}
.page-section .section-row .section-image.image-blue:before {
	background: #77c0f9;
}
.page-section .section-row .section-image.image-green:before {
	background: #0e5e99;
}
.page-section .section-row .section-image.image-purple:before {
	background: #8ea0fc;
}
.page-section .section-row .section-image.image-yellow:before {
	background: #fcc400;
}
/* content widths */
.section-content {
	padding: 50px;
	margin: 0 auto;
}
.section-content.content-50 {
	width: 50%;
}
.section-content.content-75 {
	width: 75%;
}
.section-content.content-80 {
	width: 80%;
}
.section-content.content-85 {
	width: 85%;
}
.section-content.content-90 {
	width: 90%;
}
.section-content.content-100 {
	width: 100%;
}
/* content colors */
.section-content.content-blue {
	border-color: #0b4c89;
}
.section-content.content-red {
	border-color: #8a181a;
}
.section-content.content-yellow {
	border-color: #e9c202;
}

/* -------------------- Hero -------------------- */
.hero {
	position: relative;
	width: 100%;
	background: #151515;
	/*
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    */
}
.hero.hero-homepage {
	padding: 75px 0;
	background: url(images/hero-bg-001.jpg) center center no-repeat #151515;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.hero .hero-wrap {
	padding: 50px;
	background: rgba(0, 0, 0, .6);
}

.hero h1 {
	font-weight: 700;
	line-height: 1.2;
	color: #fff;
}
.hero h1 .hero-emph {
	display: block;
	font-size: 1.2em;
	text-transform: uppercase;
	color: #fff;
}
.hero h1:last-child {
	margin: 0;
}
.hero p {
	color: #fff;
}
.hero p.headline:last-child {
	margin: 0;
}
.hero .breadcrumb {
	padding: 0;
	color: rgba(255, 255, 255, .5);
	border: none;
}
.hero .breadcrumb span {
	display: inline-block;
	padding: 0 5px;
}
.hero .breadcrumb span:first-child {
	padding-left: 0;
}
.hero .breadcrumb a {
	color: #fff;
}
.hero .breadcrumb a:hover {
	color: rgba(255, 255, 255, .5);
}
.hero .headline {
	margin: 0 0 30px;
}
.hero .headline u {
	font-weight: 700;
}
.hero .btn {
	box-shadow: 0 0 0 5px rgba(0, 0, 0, .25);
}

.hero .hero-content .hero-icon {
	display: block;
	width: 120px;
	margin: 0 auto 30px;
}
.hero .hero-content .hero-label {
	display: block;
	font-weight: 300;
	letter-spacing: 5px;
	text-transform: uppercase;
	color: #fff;
	margin: 0 0 10px;
}
.hero .hero-content .content .headline {
	padding-left: 20px;
	border-left: 4px solid #0e5e99;
}

/* hero slideshow */
/* slideshow heros */
.hero.hero-slideshow {
	position: relative;
	max-height: 600px;
	padding: 0;
	overflow: hidden;
	background: #000;
}
.hero.hero-slideshow .cycle-slideshow {
	width: 100%;
}
.hero.hero-slideshow .cycle-slideshow .cycle-slide {
	width: 100%;
}
.hero.hero-slideshow .cycle-slideshow .cycle-slide img {
	width: 100%;
	opacity: .4;
}
.hero.hero-slideshow .cycle-slideshow .container {
	position: relative;
}
.hero.hero-slideshow .hero-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}
.hero .hero-content .content {
	padding: 100px;
}
.hero.hero-slideshow .hero-content .container {
	position: relative;
	width: auto;
	padding: 50px;
}
.hero.hero-slideshow .hero-cta {
	position: absolute;
	top: 60px;
	right: 60px;
	width: 30%;
	padding: 50px;
	background: rgba(12, 64, 102, .7);
	box-shadow: 0 0 0 10px rgba(255, 255, 255, .15);
	z-index: 100;
}

/* hero overlay */
.hero-overlay {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 30px 0;
	background: rgba(0, 0, 0, .5);
}

/* hero search */
.hero .hero-search {
	position: relative;
	padding: 0 60px 0 0;
	background: rgba(255, 255, 255, .15);
}
.hero .hero-search form {
	width: 100%;
}
.hero .hero-search input[type="search"] {
	padding: 20px;
	font-size: 1.2em;
	background: none;
	border: none;
	color: #fff;
}
.hero .hero-search input[type="search"]::placeholder {
  color: #fff;
}
.hero .hero-search button[type="submit"] {
	position: absolute;
	top: 0;
	right: 0;
	padding: 15px;
	font-size: 2em;
	background: none;
	color: rgba(255, 255, 255, .5);
	border: none;
}
.hero .hero-search button[type="submit"]:hover {
	background: none;
	color: #fff;
}

/* -------------------- Content -------------------- */
.content-wrap {
	box-shadow: 0 0 0 10px rgba(0, 0, 0, .075);
}

.content {
	padding: 30px;
}
.content.content-full {
	padding: 0;
}
.content.content-light {
	background: #f5f5f5;
}
.content.content-pad-50 {
	padding: 50px;
}
/* trans content */
.content.content-trans {
	background: rgba(255, 255, 255, .25);
}

/* content sections */
.content-section {
	padding: 30px 0;
}
.content-section.section-padded {
	padding: 50px;
}
.content-section.section-hero {
	padding: 100px;
}
.content-section.section-hero p {
	font-size: 1.2em;
}
/* section colors */
.content-section.section-white {
	background: #fff;
}
.content-section.section-light-grey {
	background: #eee;
}
.content-section.section-black {
	background: #000;
}
.content-section.section-red {
	background: #900;
}
/* section tag styling */
.content-section.section-black p,
.content-section.section-red p {
	color: rgba(255, 255, 255, .75);
}
.content-section.section-black h1,
.content-section.section-black h2,
.content-section.section-black h3,
.content-section.section-black h4,
.content-section.section-black h5,
.content-section.section-black h6,
.content-section.section-black ul,
.content-section.section-black ol,
.content-section.section-red h1,
.content-section.section-red h2,
.content-section.section-red h3,
.content-section.section-red h4,
.content-section.section-red h5,
.content-section.section-red h6,
.content-section.section-red ul,
.content-section.section-red ol {
	color: #fff;
}
/* section titles */
.content-section .section-title {
	padding: 0 0 20px;
	text-align: center;
	border-bottom: 1px solid rgba(0, 0, 0, .25);
}
.content-section.section-black .section-title,
.content-section.section-red .section-title {
	border-bottom-color: rgba(255, 255, 255, .25);
}
/* section header */
.content-section .section-header {
	position: relative;
	padding-left: 75px;
	margin: 0 0 20px;
}
.content-section .section-header .header-icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 62px;
	padding: 15px 0;
	background: #333;
	color: #fff;
	font-size: 2em;
	line-height: 1;
	text-align: center;
	border-radius: 100px;
}
.content-section .section-header .header-label {
	display: block;
	margin: 0 0 5px;
	font-weight: 700;
	text-transform: uppercase;
	color: #999;
}
.content-section .section-header .header-title {
	font-size: 2.4em;
	line-height: 1.2;
	margin: 0;
}
.content-section .section-body {
	padding: 0 75px;
}
/* section backgrounds */
.content-section.section-controls {
	background: url(images/section-bg-controls-red.jpg) center center no-repeat #900;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
/* use this for content previewing */
.content-preview-cover {
	position: relative;
	height: 200px;
	overflow: hidden;
}
.content-preview-cover:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 200px;
	content: "";
	background: -moz-linear-gradient(bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
	z-index: 10;
}

/* geo shape content */
.content.content-geo-bg {
	position: relative;
	z-index: 5;
}
.content.content-geo-bg:before {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 95%;
    background: rgba(0, 0, 0, .05);
}

/* tab content */
.tab-content .content-section {
	padding: 0;
}

/* -------------------- Posts -------------------- */
/* post wrap */
.post-wrap {
	position: relative;
	width: 800px;
	margin: 0 auto;
}

/* post header */
.post-header {
	padding: 0 0 20px;
	margin: 0 0 20px;
	border-bottom: 1px solid #ddd;
}
.post-header.header-with-image {
	position: relative;
	min-height: 180px;
	padding: 0 0 0 260px;
	margin: 0 0 20px;
}
.post-header.header-with-image .post-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 235px;
}
.post-header.header-with-image .post-image img {
	box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}
.post-header .user {
	margin: 0;
}

/* post author */
.post-author .user-label {
	padding-top: 5px;
}

/* post actions */
.post-actions {
	padding: 10px 0 0;
	text-align: right;
}

/* post image */
.post-image {
	position: relative;
	margin: 0 0 20px;
}
.post-image .image-icon {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 54px;
	padding: 15px 0;
	background: #fff;
	color: #6caedf;
	font-size: 1.5em;
	text-align: center;
	z-index: 5
}
.post-image img {
	display: block;
	width: 100%;
}

/* post body */
.post-body {
	display: table;
	width: 100%;
}
/* post section */
.post-section {
	padding: 50px;
}
.post-section.section-dark {
	background: #151515; 
}
.post-section.section-utility {
	padding: 50px 30px;
}
.post-section.section-utility .user p {
	color: #999;
}
/* post content */
.post-content {
}
.post-content h2 {
	color: #2b413b;
}
.post-content img {
	max-width: 100%;
}
.post-content.content-video {
	position: relative;
	min-height: 400px;
	padding-left: 420px;
	margin: 0 0 20px;
}
.post-content.content-video .amazon_video {
	position: absolute;
	top: 0;
	left: 0;
	width: 400px;
}
.post-content.content-video .video-details {
	margin: 0 0 20px;
}
.post-content.content-video .video-details p strong {
	display: block;
}
/* post sidebar */
.post-sidebar {
	display: table-cell;
	width: 27.5%;
	padding: 30px;
	background: #e5e5e5;
}
/* post metrics */
.post-metrics {
	margin: 0 0 30px; 
}
/* post list */
.post-list {
	list-style: none;
}
.post-list .list-item {
	padding: 15px 0;
	border-top: 1px solid rgba(255, 255, 255, .15);
}
.post-list .list-item:first-child {
	padding-top: 0;
	border-top: none;
}
.post-list .list-item .item-label {
	display: block;
	font-size: .85em;
	margin: 0 0 5px;
}
.post-list .list-item .item-title {
	margin: 0 0 10px;
}
.post-list .list-item .item-desc {
	font-size: .85em;
	margin: 0 0 10px;
}
/* ----- post navigation ----- */
.post-nav {
	padding: 20px;
	margin: 0 0 15px;
	background: #f5f5f5;
	border: 1px solid #ddd;
}
.post-nav .nav-links {
	display: table;
	width: 100%;
}
.post-nav .nav-previous,
.post-nav .nav-next {
	display: table-cell;
	width: 50%;
}
.post-nav .nav-previous {
	border-right: 1px solid #ddd;
}
.post-nav .nav-next {
	text-align: right;
	border-left: 1px solid #ddd;
}
.post-nav .nav-previous:before,
.post-nav .nav-next:before {
	display: block;
	font-size: .85em;
	font-weight: 700;
	color: #999;
	margin: 0 0 5px;
}
.post-nav .nav-previous:before {
	content: "Previous";
}
.post-nav .nav-next:before {
	content: "Next";
}
.post-nav a {
	display: block;
	position: relative;
	font-size: 1.1em;
	font-weight: 700;
	line-height: 1.4;
}
.post-nav a:hover {
	color: #000;
	text-decoration: none;
}
.post-nav .nav-previous a {
	padding: 10px 10px 10px 40px;
}
.post-nav .nav-next a {
	padding: 10px 42px 10px 10px;
	text-align: right;
}
.post-nav .nav-previous a:before,
.post-nav .nav-next a:before {
	position: absolute;
	top: 7px;
	font-family: "Font Awesome 5 Pro";
	font-size: 1.8em;
	line-height: 1;
}
.post-nav .nav-previous a:before {
	left: 0;
	content: "\f137";
}
.post-nav .nav-next a:before {
	right: 0;
	content: "\f138";
}

/* -------------------- Sidebar -------------------- */
.sidebar {

}
.sidebar-nav {
	list-style: none;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	margin: 0 0 20px;
}
.sidebar-nav li {
	margin: 0;
	border-top: 1px solid rgba(0, 0, 0, .15);
}
.sidebar-nav li a {
	position: relative;
	display: block;
	padding: 20px 20px 20px 70px;
	color: #333;
	text-decoration: none;
	cursor: pointer;
}
.sidebar-nav li a:hover {
	background: #151515;
	color: #fff;
}
.sidebar-nav li a .nav-icon {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 50px;
	padding: 10px 0;
	font-size: 2em;
	line-height: 1;
	text-align: center;
	border-radius: 100px;
}
.sidebar-nav li a .nav-label {
	display: block;
	font-size: .75em;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	color: #999;
	margin: 0 0 3px;
}
.sidebar-nav li.active a {
	background: #fff;
	color: #333;
}
/* sticky nav */
.sidebar-nav.nav-sticky {
	position: sticky;
}

.sidebar-cta-container {
	padding: 10px;
	margin: 0 0 20px;
	background: #f9f0f9;
	border: 1px solid #da39e0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.sidebar-cta-container p {
	color: #333;
	margin: 0 0 10px;
	font-size: 1.2em;
	line-height: 1.4em;
	text-align: center;
}
.sidebar-cta-container .cta-button {
	margin: 0;
	line-height: 1.5em;
}


/* ======================================================================================================= */
/* Components
/* ======================================================================================================= */
/* -------------------- Accordions -------------------- */
.accordion {
    width: 100%;
    border-top: 1px solid #ddd;
}
.accordion-toggle {
    position: relative;
    display: block;
    padding: 20px 20px 20px 60px;
    font-weight: 400;
    line-height: 1.5;
    text-decoration: none !important;
    color: #333;
}
.accordion-toggle:hover {
    text-decoration: none;
}
.accordion-toggle .toggle-icon {
    position: absolute;
    top: 17px;
    left: 15px;
    font-size: 1.5em;
    line-height: 1;
    color: #0e5e99;
}
.accordion-toggle.open {
    color: #0e5e99;
}
.accordion-content {
    display: none;
    padding: 0 20px 20px 60px;
}
.accordion-content p {
    font-size: .9em;
}
.accordion-content p:last-child {
    margin: 0;
}
/* -------------------- Cards -------------------- */
.card {
	position: relative;
	top: 0;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
}
.card:hover {
	top: -10px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.card .card-image {
	position: relative;
	background: #151515;
	max-height: 220px;
	overflow: hidden;
}
.card .card-image > a {
	position: relative;
	display: block;
}
.card .card-image img {
	display: block;
	width: 100%;
	box-shadow: 0 0 10px rgba(0, 0, 0, .5);
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
}
.card:hover .card-image img {
	box-shadow: none;
}
.card .card-image .image-tags {
	position: absolute;
	bottom: 20px;
	left: 0;
}
.card .card-image .image-label {
	position: absolute;
	bottom: 20px;
	left: 0;
	padding: 7px 15px;
	font-weight: 400;
	text-transform: uppercase;
	background: #fc0;
	color: #151515;
}
.card .card-image .image-content {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 15px;
	background: linear-gradient(transparent, rgba(0, 0, 0, .8));
}
.card .card-content {
	padding: 20px;
}
.card .card-content p {
	font-size: .85em;
	line-height: 1.8;
}
.card .card-content p:last-child {
	margin: 0;
}
.card .card-title {
	line-height: 1.4;
	margin: 0 0 10px;
}
.card .card-title a {
	display: block;
	color: #0e181f;
}
.card .card-title a:hover {
	color: #09c;
	text-decoration: none;
}
.card .card-sub-title {
	font-weight: 300;
}
.card .meta-label i {
	color: #999;
	margin: 0 3px 0 0;
}
/* equal height cards */
.card.card-equal-height {
	min-height: 430px;
}
/* dark cards */
.card.card-dark {
	background: #333;
	border: none;
}
.card.card-dark .meta-label {
	color: #fff;
}
.card.card-dark .card-title a:hover {
	color: #fff;
}
/* product cards */
.card.card-product {
	border: none;
	margin: 0 0 30px;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, .25);
}
.card.card-product .card-header {
	padding: 40px; 
}
.card.card-product .card-header .card-title {
	color: #fff;
	margin: 0;
}
.card.card-product .card-header .card-title span {
	display: block;
	font-weight: 300;
}
.card.card-product .card-header.header-black {
	background: url(images/polygon-banner-black.jpg) center center no-repeat #151515;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.card.card-product .card-header.header-blue {
	background: url(images/polygon-banner-blue.jpg) center center no-repeat #151515;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.card.card-product .card-header.header-green {
	background: url(images/polygon-banner-green.jpg) center center no-repeat #151515;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.card.card-product .card-header.header-purple {
	background: url(images/polygon-banner-purple.jpg) center center no-repeat #151515;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.card.card-product .card-header.header-red {
	background: url(images/polygon-banner-red.jpg) center center no-repeat #151515;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.card.card-product .card-content {
	padding: 40px;
}
.card.card-product .card-content p {
	font-size: 1em;
}
.card.card-product .card-content .headline-content p {
	font-size: 1.2em;
	line-height: 1.6;
	margin: 0 0 20px;
}
.card.card-product .product-icon {
	display: block;
	width: 75px;
	margin: 0 0 15px;
}
/* wide cards */
.card.card-wide {
	overflow: auto;
}
.card.card-wide .card-image {
	float: left;
	width: 235px;
}
.card.card-wide .card-content {
	margin-left: 255px;
}
/* trans cards */
.card.card-trans {
	background: rgba(0, 0, 0, .5);
	border: none;
}
.card.card-trans .card-title {
	color: #fff;
}
.card.card-trans .card-sub-title {
	color: #fff;
}

/* -------------------- Checkout -------------------- */
.checkout-container {
	padding: 30px;
	background: rgba(0, 0, 0, .7);
}

/* checkout columns */
.checkout-container.container-columns {
	padding: 0;
}
.checkout-container.container-columns .mm-checkoutContainer {
	margin: 0;
}
.checkout-container.container-columns .mm-checkoutContainer .mm-formError {
	margin: 0;
}
/* margin out all p's to avoid WP spacing issues */
.checkout-container.container-columns p {
	margin: 0;
}
.checkout-container.container-columns br {
	display: none;
}
/* add back margin to specific p's */
.checkout-container.container-columns .headline {
	margin: 0 0 20px;
}
.checkout-container.container-columns .mm-productDesc,
.checkout-container.container-columns .checkout-terms,
.checkout-container.container-columns .checkout-info {
	margin: 0 0 10px;
}
.checkout-container.container-columns .checkout-info {
	font-size: .9em;
	line-height: 1.4;
}
.checkout-column {
	display: table-cell;
	padding: 50px;
	vertical-align: top;
}
.checkout-column.column-product {
	width: 45%;
	background: #333;
}
.checkout-column.column-product img {
	display: block;
	margin: 0 0 20px;
}
.checkout-column.column-product .mm-checkoutSection {
	padding: 0;
}
.checkout-column.column-product .section-image {
	display: block;
	margin: 0 0 15px;
}
.checkout-column.column-product .pricing-title {
	font-weight: 700;
	line-height: 1.2;
	color: #fff;
}
.checkout-column.column-product .mm-productDesc {
	color: #ccc;
}
.checkout-column.column-product a:hover {
	color: #fff;
}
.checkout-column.column-product ul {
	list-style: none;
	font-size: .9em;
	font-weight: 300;
	color: #fff;
	margin: 0;
}
.checkout-column.column-product ul li {
	padding: 15px 0;
	border-color: #777;
}
.checkout-column.column-payment {
	width: 55%;
	background: #fff;
}
.checkout-column.column-payment .row {
	margin-right: -5px;
	margin-left: -5px;
}
.checkout-column.column-payment .row > [class^="col-"] {
	padding-right: 5px;
	padding-left: 5px;
}
.checkout-column.column-payment input {
	outline: none;
}
.checkout-column.column-payment .mm-checkoutInfoBlock {
	padding: 0;
	border: none;
	border-radius: 0;
}
.checkout-column.column-payment .mm-checkoutInfoBlock h3 {
	font-size: 1em;
	text-transform: uppercase;
	margin: 0 0 10px;
}
.checkout-column.column-payment .mm-checkoutInfoBlock .mm-ccLogos img {
	width: 166px;
	margin: 0 0 10px;
}
.checkout-column.column-payment .mm-checkoutInfoBlock .billing-details {
	font-size: 1em;
	text-transform: none;
}
.checkout-column.column-payment .mm-paymentbuttons {
	margin: 0 0 20px;
}
.checkout-column.column-payment .mm-paymentbuttons .mm-button {
	width: 100% !important;
}
.checkout-column.column-payment .checkout-waiver {
	padding: 15px;
	margin: 0 0 15px;
	border: 1px solid #ccc;
}
.checkout-column.column-payment .checkout-waiver .mm-remember-me {
	margin: 15px 0 0 !important;
}
.checkout-column.column-payment .checkout-waiver label {
	display: block;
}

.g-recaptcha {
	margin: 0 0 20px;
}

/* ---------- Comments ---------- */
.comments-container {
	padding: 30px 0 0;
	margin: 30px 0 0;
	border-top: 1px solid #ccc;
}
/* hide all the default WP stuff */
.comments-container .form-allowed-tags,
.comments-container .logged-in-as,
.comments-container br {
	display: none;
}
.comment-list {
	list-style: none;
	margin: 0 0 20px;
}
.comment-list > .comment {
	position: relative;
	padding: 15px 0 0 54px;
	border-top: 1px solid #ddd;
}
.comment-list > .comment.bypostauthor:after {
	position: absolute;
	top: 15px;
	right: 0;
	content: "Instructor";
	font-size: .8em;
	font-weight: 700;
	text-transform: uppercase;
	color: #0e5e99;
	z-index: 5;
}
.comment-list > .comment .avatar {
	position: absolute;
	top: 15px;
	left: 0;
	width: 44px;
	border-radius: 50px;
}
.comment-list > .comment .comment-meta {
	font-size: .85em;
	font-weight: 700;
	color: #333;
	margin: 0 0 10px;
}
.comment-list > .comment.bypostauthor .comment-meta {
	padding-right: 100px;
}
.comment-list > .comment .comment-meta .fn {
	color: #09c;
}
.comment-list > .comment .comment-meta .fn > a {
	color: #09c;
}
.comment-list > .comment .comment-meta a {
	color: #aaa;
}
.comment-list > .comment .comment-content .wp-review-comment-rating {
	display: block;
	margin: 0 0 10px;
}
.comment-list > .comment .comment-content .edit-link {
	position: absolute;
	top: 15px;
	right: 0;
	font-size: .8em;
}
.comment-list > .comment .comment-content p {
	font-size: .85em;
}
.comments-container .comment-respond {
	padding: 15px 0 0;
	border-top: 1px solid #ddd;
}
.comments-container .comment-respond label {
	color: #333;
}
.comments-container .reply {
	margin: 0 0 15px;
}
.comments-container .reply a {
	display: inline-block;
	padding: 7px 20px;
	font-size: .8em;
	font-weight: 700;
	line-height: 1;
	border-radius: 3px;
	border: 1px solid;
	text-decoration: none;
}
.comments-container .reply a:hover {
	background: #09c;
	color: #fff;
	border-color: #09c;
}
.comment-list > .comment .children {
 	border-left: 2px solid #eee;
 	padding-left: 30px;
    margin: 0;
}
.comment-reply-link {
	font-size: .8em;
}

/* -------------------- Courses -------------------- */
.course-nav .nav-label {
	display: block;
	font-weight: 400;
	letter-spacing: 3px;
	text-transform: uppercase;
}
.course-nav.affix {
	position: fixed !important;
	top: 50px;
	width: 300px;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
}
.course-nav.affix-bottom {
	opacity: 0;
}
.course-progress {
	position: relative;
	width: 100%;
	height: 20px;
	margin: 0 0 20px;
	background: #ddd;
	border-radius: 20px;
}
.course-progress .progress-bar {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	background: #0d7e61;
	background: -moz-linear-gradient(-45deg, #0d7e61 0%, #0e5e99 100%);
	background: -webkit-linear-gradient(-45deg, #0d7e61 0%,#0e5e99 100%);
	background: linear-gradient(135deg, #0d7e61 0%,#0e5e99 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d7e61', endColorstr='#0e5e99',GradientType=1 );
	border-radius: 20px;
	z-index: 5;
}

.course-progress-label {
	display: block;
	font-weight: 300;
	line-height: 1.4;
	margin: 10px 0;
}

/* -------------------- Features -------------------- */
.feature {
	position: relative;
	padding: 0 0 0 90px;
	margin: 0 0 20px;
}
.feature .feature-icon {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 3.5em;
	line-height: 1;
	width: 70px;
	text-align: center;
}
.feature .feature-title {
	margin: 0 0 10px;
	font-weight: 700;
	line-height: 1.3;
}
.feature p {
	color: #333;
}
/* feature colors */
.feature.feature-color {
	padding: 30px 30px 30px 100px;
}
.feature.feature-color .feature-icon {
	top: 30px;
	left: 30px;
	font-size: 3em;
	width: 60px;
	color: #fff;
}
.feature.feature-color .feature-title,
.feature.feature-color p {
	color: #fff;
}
/* stacked features */
.feature.feature-stacked {
	padding: 0;
}
.feature.feature-stacked .feature-icon {
	display: block;
	position: static;
	font-size: 3em;
	text-align: left;
	margin: 0 0 20px;
}
/* feature links */
.feature.feature-link {
	padding: 0;
	margin: 0;
}
.feature.feature-link > a {
	display: block;
	padding: 30px 60px 30px 80px;
	color: #777;
	border: 2px solid #ddd;
	border-radius: 4px;
}
.feature.feature-link > a:hover {
	background: #f5f5f5;
	border-color: #6caedf;
	text-decoration: none;
}
.feature.feature-link > a:after {
	position: absolute;
	top: 50%;
	right: 30px;
	height: 50px;
	margin-top: -25px;
	content: "\f105";
	font-family: "Font Awesome 5 Pro";
	font-size: 3em;
	font-weight: 300;
	line-height: 1;
	color: rgba(0, 0, 0, .25);
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
}
.feature.feature-link .feature-icon {
	top: 30px;
	left: 30px;
	width: 40px;
	font-size: 2em;
	line-height: 1;
	color: #0e5e99;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
}
.feature.feature-link > a:hover .feature-icon {
	color: #6caedf;
}
.feature.feature-link .feature-title {
	display: block;
	font-size: 1.4em;
	text-transform: none;
	color: #333;
	margin: 0 0 5px;
}
.feature.feature-link .feature-desc {
	display: block;
	margin: 0 0 10px;
	font-size: 1em;
	line-height: 1.4;
}
.feature.feature-link .feature-more {
	font-weight: 700;
	color: #1489cc;
}

/* -------------------- Filter -------------------- */
.filter {
	position: relative;
	padding: 20px;
	margin: 0 0 30px;
	background: #fff;
	border: 1px solid #ddd;
}
.filter .filter-utility {
	position: absolute;
	top: -7px;
	right: 0;
}
.filter .filter-group {
	margin: 0 0 20px;
}
.filter .filter-group .group-title {
	display: block;
	font-weight: 700;
	margin: 0 0 10px;
}
/* horizontal filter */
.filter.filter-horizontal {
	padding: 20px 20px 20px 200px;
	text-align: right;
}
.filter.filter-horizontal .filter-title {
	position: absolute;
	top: 20px;
	left: 10px;
	padding: 10px;
}
.filter.filter-horizontal .filter-group {
	display: inline-block;
	width: 220px;
	padding: 0 5px;
	margin: 0;
	border: none;
	vertical-align: top;
}
.filter.filter-horizontal .filter-group select,
.filter.filter-horizontal .filter-group .btn-select {
	display: block;
	height: 44px;
	font-size: .9em;
	border-radius: 0;
}
.filter.filter-horizontal .filter-group .dropdown-menu {
	width: 100%;
}
.filter.filter-horizontal .filter-group .dropdown-menu li:first-child .filter-option {
	border-top: none;
}
.filter.filter-horizontal .filter-group .dropdown-menu li label {
	position: relative;
	padding: 10px 0 10px 20px;
	margin: 0;
	cursor: pointer;
	font-weight: normal;
}
.filter.filter-horizontal .filter-group .dropdown-menu li label input {
	position: absolute;
	top: 12px;
	left: 0;
	margin: 0;
}
/* ----- filter facets ----- */
.filter .facetwp-facet {
	margin: 0;
}
/* search filtering */
.filter .fs-search {
	padding: 10px;
}
.filter .fs-search input {
	padding: 10px;
	font-size: .8em
}
.filter .fs-option,
.filter .fs-search ,
.filter .fs-optgroup-label {
	padding: 10px;
}
.filter .fs-wrap.multiple .fs-option {
	padding-left: 30px;
}
.filter .fs-option .fs-option-label,
.filter .fs-search .fs-option-label,
.filter .fs-optgroup-label .fs-option-label {
	font-size: .8em;
}
/* checkbox/radio filtering */
.filter .facetwp-checkbox,
.filter .facetwp-radio {
	font-size: .8em;
	margin: 0 0 7px;
}
/* fsslect */
.filter .facetwp-type-fselect .fs-wrap,
.filter .facetwp-type-fselect .fs-dropdown {
	width: 100%;
}
/* search */
.filter .facetwp-search-wrap {
	display: block;
	width: 100%;
}
.filter .facetwp-search-wrap .facetwp-search {
	padding-right: 40px;
}
.filter .facetwp-search-wrap .facetwp-btn {
	top: 15px;
	right: 10px;
	font-style: normal;
	text-align: center;
}
.filter .facetwp-search-wrap .facetwp-btn:hover {
	opacity: 1.0;
}
.filter .facetwp-search-wrap .facetwp-btn:before {
	content: "\f002";
	font-family: 'Font Awesome 5 Pro';
	background: none;
}
.filter .facetwp-input-wrap {
	width: 100%;
}
.filter .facetwp-facet input.facetwp-search,
.filter .facetwp-facet input.facetwp-location {
	min-width: inherit;
}

/* -------------------- Image Tags -------------------- */
.image-tag {
	display: inline-block;
	padding: 7px 20px;
	font-family: 'Open Sans';
	font-size: .85em;
	font-weight: 700;
	text-transform: uppercase;
	background: #fff;
	color: #151515;
	cursor: pointer;
}
.image-tag.tag-free {
	background: #fc0;
	color: #151515; 
}
.image-tag.tag-new {
	background: #d82027;
	color: #fff;
}


/* -------------------- Items -------------------- */
.item {
	position: relative;
	padding: 20px 200px 20px 0;
	border-top: 1px solid #ccc;
}
.item .meta a {
	color: #333;
}
.item .meta a:hover {
	color: #09c;
}
.item .item-title {
	font-weight: 700;
	margin: 0 0 5px;
}
.item .item-title a {
	color: #1a1b21;
	text-decoration: none;
}
.item .item-title a:hover {
	color: #08c;
}
.item p {
	margin: 0 0 10px;
}
.item p:last-child {
	margin: 0;
}
.item-content {
}
/* item action */
.item .item-action {
	position: absolute;
	top: 20px;
	right: 0;
	width: 180px;
	text-align: right;
}
.item .item-action .label {
	display: block;
	margin: 10px 0;
}
/* item form */
.item .item-form {
	padding: 20px;
	margin: 20px 0 0;
	background: #fff;
	border: 1px solid #ddd;
}
.item .item-form input,
.item .item-form select,
.item .item-form textarea {
	margin: 0 0 15px;
}
.item .item-form select {
	height: auto;
}

/* items with images */
.item.item-with-image {
	min-height: 210px;
	padding: 30px 200px 30px 180px;
}
.item.item-with-image .item-image {
	position: absolute;
	top: 30px;
	left: 0;
	width: 150px;
}
.item.item-with-image .item-image img {
	display: block;
	width: 100%;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
}
.item.item-with-image .item-image img:hover {
	transform: scale(1.05);
}
.item.item-with-image .item-image.image-circle img {
	border-radius: 500px;
}
.item.item-with-image .item-icon {
	position: absolute;
	top: 20px;
	left: 0;
}
.item.item-with-image .item-icon > a {
	display: block;
	width: 75px;
	padding: 20px 0;
	font-size: 2em;
	text-align: center;
	text-decoration: none;
	border: 2px solid #ccc;
	border-radius: 300px;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
}
.item.item-with-image .item-icon > a:hover {
	background: rgba(0, 0, 0, .1);
}
.item.item-with-image .item-action {
	top: 30px;
}
/* list items */
.item.item-list {
	min-height: 70px;
	padding: 18px 0 14px 50px;
}
.item.item-list .item-icon {
	position: absolute;
	top: 15px;
	left: 0;
}
.item.item-list .item-title {
	padding-right: 120px;
}
.item.item-list .item-icon > a {
	display: block;
	width: 40px;
	padding: 10px 0;
	font-size: 1em;
	text-align: center;
	text-decoration: none;
	background: rgba(0, 0, 0, .05);
	border-radius: 4px;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
}
.item.item-list .item-icon > a:hover {
	background: rgba(0, 0, 0, .15);
}
.item.item-list .item-child {
	min-height: inherit;
	padding: 10px 0 10px 40px;
	border: none;
}
.item.item-list .item-child .item-icon {
	top: 10px;
}
.item.item-list .item-child .item-icon > a {
	width: 30px;
	padding: 8px 0;
	font-size: .85em;
}
.item.item-list .item-child .item-title {
	padding-right: 0;
}
.item.item-list .item-utility {
	position: absolute;
	top: 18px;
	right: 0;
}
.item.item-list .item-utility .utility-link {
	display: block;
	padding: 7px 0;
	font-size: .8em;
	font-weight: bold;
}
/* module items */
.item.item-module {
	padding-left: 70px;
}
.item.item-module .item-number {
	position: absolute;
	top: 20px;
	left: 0;
	width: 50px;
	height: 50px;
	padding: 15px 0;
	font-size: 1em;
	font-weight: 700;
	text-align: center;
	color: #0c253c;
	border: 2px solid;
	border-radius: 100px;
}

/* image icons */
.item.item-with-image .item-image.image-icon a {
	display: block;
	padding: 20px 0;
	font-size: 2em;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	color: #666;
	border: 1px solid #ddd;
}
.item.item-with-image .item-image.image-icon a:hover {
	background: #eee;
	color: #1a1b21;
	border-color: #1a1b21;
}

/* items with numbers */
.item.item-with-number {
	padding: 20px 0 20px 65px;
}
.item.item-with-number .item-number {
	position: absolute;
	top: 20px;
	left: 0;
	width: 51px;
	padding: 12px 0;
	font-size: 1.2em;
	font-weight: 700;
	text-align: center;
	background: #333;
	color: #fff;
	border-radius: 100px;
}
.item.item-with-number .item-content p {
	font-size: .85em;
}
/* large items */
.item.item-large.item-with-image {
	min-height: 270px;
	padding-left: 320px;
}
.item.item-large.item-with-image .item-image {
	width: 300px;
}
/* small items */
.item.item-small.item-with-image {
	min-height: 140px;
	padding-left: 100px;
}
.item.item-small .item-image {
	width: 80px;
}
.item.item-small p {
	font-size: .85em;
}


/* item feed */
.item-feed .item:first-child,
.item-feed .item.item-with-image:first-child {
	padding-top: 0;
	border-top: none;
}
.item-feed .item.item-with-image:first-child .item-image {
	top: 0;
}

/* hide specific items (customization) */
.item#org-1538 {
	display: none;
}

/* -------------------- Loading -------------------- */
.loading {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .5);
	z-index: 2000;
}
.loading .loading-status {
	position: absolute;
    top: 40%;
    left: 50%;
    width: 300px;
    margin-left: -150px;
    padding: 30px 0;
    background: rgba(0, 0, 0 , .5);
    color: #fff;
    text-align: center;
    z-index: 2001;
}
.loading .loading-status .loading-icon {
	display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    vertical-align: middle;
}
.loading .loading-status .status-text {
	font-size: .85em;
}

/* -------------------- Meta -------------------- */
.meta {
	margin: 0 0 5px;
	font-size: .85em;
}
.meta .meta-label {
	display: inline-block;
	margin: 0 10px 5px 0;
	font-weight: 700;
	color: #7f7f7f;
}
.meta .meta-label i {
	margin-right: 3px;
}
.meta .meta-label.label-author {
	font-weight: 700;
	color: #0e5e99;
}
.meta .meta-label.label-cat {
}
.meta .meta-label.label-type {
	font-weight: 700;
	text-transform: capitalize;
	color: #ab0634;
}
.meta .meta-label.label-date {
	color: #999;
}
.meta .meta-label.meta-block {
	display: block;
}
.meta .meta-spacer {
	margin: 0 7px;
	color: #ccc;
}
.meta a {
	color: #151515;
}
.meta a:hover {
	color: #09c;
}
.meta .meta-label.label-author a {
	color: #0e5e99;
}
.meta .meta-label.label-author a:hover {
	color: #151515;
}

/* -------------------- Metrics -------------------- */
.metric {
	position: relative;
	padding: 0 0 0 80px;
	margin: 0 0 15px;
}
.metric .metric-icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	height: 60px;
	font-size: 3.4em;
	line-height: 1;
	text-align: center;
	color: #333;
}
.metric .metric-icon-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
}
.metric.metric-round .metric-icon {
	position: absolute;
	padding: 15px 0;
	font-size: 1.5em;
	border: 2px solid #ccc;
	border-radius: 100px;
}
.metric .metric-label {
	display: block;
	font-weight: 900;
	margin: 0 0 10px;
	color: #333;
}
.metric .metric-value {
	display: inline-block;
	font-size: 1.5em;
	font-weight: 300;
	letter-spacing: -1px;
	line-height: 1.4;
	color: #333;
	margin: 0;
}
.metric .metric-value.value-inline-item {
	font-size: 1em;
	padding: 5px 10px;
	margin: 0 1px 5px 0;
	background: rgba(0, 0, 0, .1);
}
.metric .metric-value.value-list-item {
	display: block;
	font-size: .85em;
	letter-spacing: 0;
	padding: 10px;
	margin: 0 0 10px;
	color: #333;
	border: 2px solid #ccc;
	border-radius: 3px;
}
.metric .metric-value.value-list-item:hover {
	background: #fff;
	color: #09c;
	text-decoration: none;
}
.metric .list-nav {
	margin: 15px 0 0;
}
.metric .list-nav li a {
	padding: 10px 0;
}
.metric .list-nav li a:hover {
	padding-left: 10px;
}
.metric .list-nav li.active a {
	padding: 10px;
	background: #fff;
}
.metric .table.table-status {
	margin: 0;
}
.metric .table.table-status tr:first-child th,
.metric .table.table-status tr:first-child td, {
	padding-top: 0;
	border-top: none;
}
/* no icons */
.metric.metric-no-icon {
	padding: 15px;
}
/* stacked metrics */
.metric.metric-stacked {
	padding: 15px 0 15px 80px;
	margin: 0;
	border-top: 1px solid #ccc;
}
.metric.metric-stacked .metric-icon {
	top: 15px;
}
/* metric list */
.metric-list .metric-stacked:first-child {
	padding-top: 0;
	border-top: none;
}
.metric-list .metric-stacked:first-child .metric-icon {
	top: 0;
}
/* light metrics */
.metric.metric-light {
	background: rgba(255, 255, 255, .15);
}
.metric.metric-light .metric-label,
.metric.metric-light .metric-value {
	color: #fff;
}
/* large metrics */
.metric.metric-large {
	padding: 0 0 0 120px;
	margin: 0 0 30px;
}
.metric.metric-large .metric-icon {
	width: 100px;
	font-size: 5em;
}
.metric.metric-large .metric-label {
	font-size: 1.2em;
}
.metric.metric-large .metric-value {
	font-size: 3em;
}

.metric.metric-first {
	padding-top: 0;
	border-top: none;
}
.metric.metric-first .metric-icon {
	top: 0;
}

/* -------------------- Products -------------------- */
.product-images {
	position: relative;
	padding-left: 70px;
	margin: 0 0 20px;
}
.product-images .cycle-slideshow img {
	display: block;
	width: 100%;
}
.product-images .cycle-thumbs {
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
}
.product-images .cycle-thumbs a {
	display: block;
	max-height: 50px;
	margin: 0 0 15px;
	border: 3px solid #ddd;
	overflow: hidden;
}
.product-images .cycle-thumbs a:hover {
	border-color: #09c;
}
.product-images .cycle-thumbs a.cycle-pager-active {
	border-color: #0c253c;
}
.product-images .cycle-thumbs img {
	display: block;
	max-width: 100%;
}

/* product info */
.product-info {
	padding: 30px;
	border: 2px solid;
}
.product-info .product_title {
	letter-spacing: 3px;
	text-transform: uppercase;
}
.product-info .quantity .qty {
	height: 41px;
}

.product-tabs .woocommerce-tabs ul.tabs {
	float: none;
	width: auto;
	margin: 0;
	border-top: none;
	border-bottom: 1px solid #ddd;
}
.product-tabs .woocommerce-tabs ul.tabs li {
	display: inline-block;
	border: none;
}
.product-tabs .woocommerce-tabs ul.tabs li:after {
	display: none;
}
.product-tabs .woocommerce-tabs ul.tabs li a {
	padding: 15px 20px;
}
.product-tabs .woocommerce-tabs ul.tabs li.active a {
	background: #eee;
}
.product-tabs .woocommerce-tabs .panel {
	float: none;
	width: auto;
	padding: 30px 0;
	background: none;
}

/* ---------- Progress Meter ---------- */
/* sign up progress bar */
.progress-meter {
	font-size: 1em;
	font-weight: 300;
	letter-spacing: -0.025em;
	text-align: center;
	margin: 20px 0;
}
.progress-meter .meter-step {
	position: relative;
	display: inline-block;
	padding: 10px 0 10px 35px;
	margin: 0 20px;
	color: #888;
}
.progress-meter .meter-step i {
	position: absolute;
	top: 5px;
	left: 0;
	width: 26px;
	padding: 7px 0;
	font-size: .8em;
	font-style: normal;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	background: rgba(0, 0, 0, .25);
	color: #fff;
	border-radius: 30px;
}
.progress-meter .meter-step.step-active {
	font-weight: 700;
	color: #000;
}
.progress-meter .meter-step.step-active i {
	background: #000;
}

/* ----------- Screenshot ----------- */
.screenshot {
	position: relative;
	margin: 0 0 30px;
	border: 2px solid #ddd;
}
.screenshot .screenshot-bar {
    display: block;
    padding: 7px 10px;
    background: #e5e5e5;
}
.screenshot .screenshot-bar span {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px 0 0;
    background: #999;
    border-radius: 100px;
}
.screenshot .screenshot-bar .bar-red {
    background: #e85851;
}
.screenshot .screenshot-bar .bar-yellow {
    background: #eebe4a;
} 
.screenshot .screenshot-bar .bar-green {
    background: #33b351;
}
.screenshot .screenshot-image {
	width: 100%;
	margin: 0 auto;
}
.screenshot .screenshot-image img {
	width: 100%;
}

/* ----------- Search ----------- */
.search {
	position: relative;
	background: #eee;
	padding-right: 50px;
	margin: 0 0 15px;
	border-radius: 100px;
}
.search .search-input {
	padding: 17px 20px;
	background: none;
	border: none;
	outline: none;
}
.search .search-submit {
	position: absolute;
	top: 0;
	right: 5px;
	padding: 15px;
	background: none;
	color: #999;
	font-size: 1.2em;
	border: none;
}
.search .search-submit:hover {
	background: none;
	color: #333;
}

/* ----- status steps ----- */
.status-steps {
	position: relative;
	display: table;
	width: 100%;
}
.status-steps:before {
	content: "";
	position: absolute;
	top: 17px;
	width: 98%;
	height: 2px;
	margin-left: 1%;
	background: rgba(255, 255, 255, .25);
}
.status-steps .step {
	position: relative;
	display: table-cell;
}
.status-steps .step label {
	position: relative;
	display: inline-block;
	padding: 10px 15px 10px 60px;
	background: #036;
	color: #09c;
}
.status-steps .step label .step-number {
	position: absolute;
	top: 0;
	left: 15px;
	padding: 8px 0;
	width: 34px;
	font-size: .85em;
	text-align: center;
	border: 1px solid;
	border-radius: 30px;
}
.status-steps .step.active label {
	color: #fff;
}
.status-steps .step.active label .step-number {
	background: #fff;
	color: #036;
}
.status-steps .step.step-centered {
	text-align: center;
}
.status-steps .step.step-right {
	text-align: right;
}
.status-steps.steps-3 .step {
	width: 33.33%;
}

/* -------------------- Tabs -------------------- */
.tabs-nav {
	font-family: 'Open Sans', sans-serif;
	font-weight: 900;
}
/* full tabs */
.tabs-nav {
	display: table;
	width: 100%;
	margin: 0 0 30px;
	text-transform: uppercase;
	border: none;
}
.tabs-nav li {
	display: table-cell;
	padding: 0 5px;
	border: none;
}
.tabs-nav li:first-child {
	padding-left: 0;
}
.tabs-nav li:last-child {
	padding-right: 0;
}
.tabs-nav li a {
	display: block;
	padding: 15px;
	margin: 0;
	background: rgba(0, 0, 0, .25);
	color: #333;
	text-align: center;
	border: none;
	border-radius: 4px;
	text-decoration: none;
}
.tabs-nav li a:hover {
	background: #069;
	color: #fff;
	text-decoration: none;
}
.tabs-nav li a:active,
.tabs-nav li.active a {
	background: #036;
	color: #fff;
}
.tabs-nav li a i {
	margin-right: 5px;
}
.tabs-nav.tabs-2 li {
	width: 50%;
}
.tabs-nav.tabs-3 li {
	width: 33.33%;
}
.tabs-nav.tabs-4 li {
	width: 25%;
}
/* light tabs */
.tabs-nav.tabs-light li a {
	background: rgba(255, 255, 255, .25);
	color: #fff;
}
.tabs-nav.tabs-light li a:hover {
	background: #09c;
	color: #fff;
}
.tabs-nav.tabs-light li a:active,
.tabs-nav.tabs-light li.active a {
	background: #fff;
	color: #036;
}

/* -------------------- tiles ----------- */
.tile {
	position: relative;
	margin: 0 0 30px;
}
.tile .tile-image {
	display: block;
	background: #273036;
	overflow: hidden;
}
.tile .tile-image img {
	display: block;
	opacity: .5;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
}

.tile .tile-content {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 100px 30px 30px;
	background: linear-gradient(rgba(0, 0, 0, 0) 10%, rgba(171, 6, 52, .5));
	/*background: rgba(39, 43, 51, .7);*/
	color: #fff;
	text-decoration: none;
	z-index: 5;
}
.tile .tile-content p {
	color: rgba(255, 255, 255, .7);
}
.tile .tile-title {
	font-size: 1.4em;
	font-weight: 700;
	margin: 0 0 10px;
	color: #fff;
}
.tile .tile-label {
	letter-spacing: 5px;
	text-transform: uppercase;
	color: #fff;
	margin: 0 0 15px;
}
.tile .tile-description {
	display: block;
	font-weight: 200;
	color: #fff;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
}
.tile .tile-content .btn {
	width: 100%;
	font-size: .9em;
}
.tile .tile-description.js-content {
	height: 0;
	overflow: hidden;
}
.tile:hover img {
	opacity: .5;
	transform: scale(1.10);
}
.tile:hover .tile-content {
	background: none;
}
.tile:hover .tile-description.js-content {
	height: 50px;
	overflow: inherit;
}

.tile.tile-feature {
	margin: 0;
}

/* -------------------- Users -------------------- */
.user {
	position: relative;
	min-height: 80px;
	padding-left: 100px;
	margin: 0 0 20px;
}
.user .user-avatar {
	position: absolute;
	top: 0;
	left: 0;
	width: 80px;
}
.user .user-avatar img {
	border: 3px solid #fff;
	border-radius: 300px;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
}
.user .user-avatar > a:hover img {
	transform: scale(1.10);
}
.user .user-label {
	display: block;
	font-size: .85em;
	font-weight: 400;
	color: #999;
	margin: 0 0 5px;
}
.user .user-subtitle {
	display: block;
	margin: 0 0 10px;
	font-size: 1em;
}
.user .user-title {
	display: block;
	line-height: 1.2;
	padding: 10px 0 0;
	margin: 0 0 10px;
}
.user .user-title a {
	color: #0e5e99;
}
.user .user-title a:hover {
	color: #151515;
}
.user p,
.user .user-desc {
	display: block;
	font-size: .85em;
	font-weight: 300;
	line-height: 1.4;
}
.user p:last-child,
.user .user-desc:last-child {
	margin: 0;
}
.user .user-nav {
	list-style: none;
	font-size: .9em;
	margin: 0 0 20px;
}
.user .user-nav li {
	display: inline-block;
	padding: 0 10px;
	margin: 0;
	border-left: 1px solid;
}
.user .user-nav li:first-child {
	padding-left: 0;
	border-left: none;
}
.user .user-nav.nav-light li {
	border-color: rgba(255, 255, 255, .25);
}
.user .user-nav.nav-light li a {
	color: rgba(255, 255, 255, .7);
}
.user .user-nav.nav-light li a:hover {
	color: #fff;
}
/* size variations */
.user.user-micro {
	min-height: 45px;
	padding-left: 55px;
}
.user.user-micro .user-avatar {
	width: 45px;
}
.user.user-small {
	min-height: 60px;
	padding-left: 80px;
}
.user.user-small .user-avatar {
	width: 60px;
}
.user.user-large {
	min-height: 130px;
	padding-left: 140px;
}
.user.user-large .user-avatar {
	width: 120px;
}
.user.user-large p {
	font-size: 1.1em;
}
.user.user-large .user-desc {
	font-size: .9em;
}
/* user cards */
.user.user-card {
	padding: 15px 15px 15px 100px;
	background: #fff;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, .25);
	border-top: 2px solid #ccc;
}
.user.user-card .user-avatar {
	width: 70px;
	top: 15px;
	left: 15px;
}
.user.user-card.card-featured {
	border-top: 2px solid #f60;
}
/* padded users */
.user.user-padded {
	min-height: 110px;
	padding: 15px 15px 15px 110px;
	background: #eee;
	border-left: 2px solid #333; 
}
.user.user-padded .user-avatar {
	top: 15px;
	left: 15px;
}
.user.user-padded.user-small {
	min-height: 90px;
	padding: 15px 15px 15px 90px; 
}

/* ----- widgets ----- */
.widget {
	padding: 30px;
	margin: 0 0 20px;
	border: 1px solid #ccc;
	border-top: 3px solid #ccc;
}
.widget-title {
	font-size: 1.4em;
	font-weight: 700;
	letter-spacing: -1px;
}
.widget ul {
	font-family: 'Open Sans', sans-serif;
	font-size: .9em;
	list-style: none;
	font-weight: 400;
	margin: 0; 
}
.widget ul li {
	margin: 0;
	border-top: 1px solid #ccc;
}
.widget ul li a {
	display: block;
	padding: 10px 0;
}
.widget ul li a:hover {
	padding-left: 10px;
	background: #fff;
	color: #000;
	text-decoration: none;
}
.widget ul li .children {
	font-size: 1em;
	font-weight: 300;
}
.widget ul li .children li a {
	padding: 10px;
}
.widget ul li .children li a:hover {
	padding-left: 15px;
}
/* cta widgets */
.widget.widget-cta {
	border: none;
}
.widget.widget-cta .btn {
	box-shadow: 0 0 0 5px rgba(0, 0, 0, .25);
}
.widget.widget-new-member {
	border: none;
	background: url(images/widget-bg-new-member.jpg) center center no-repeat #151515;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.widget.widget-big-fresh {
	border: none;
	background: url(images/widget-bg-big-fresh.jpg) top right no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.widget.widget-desk {
	border: none;
	background: url(images/section-bg-desk.jpg) top right no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


/* ======================================================================================================= */
/* 05: Footer
/* ======================================================================================================= */
.site-footer {
	padding: 0 0 15px;
	background: #273036;
}
.site-footer p {
	font-size: .9em;
	font-weight: 300;
	color: #fff;
}
.site-footer a {
	color: #fff;
}
.site-footer a:hover {
	color: rgba(255, 255, 255, .5);
}
.site-footer .footer-columns {
	display: table;
	width: 100%;
	background: rgba(255, 255, 255, .1);
	padding: 30px 0;
	margin: 0 0 30px;
}
.site-footer .footer-column {
	display: table-cell;
	width: 33%;
	padding: 30px 50px;
	border-left: 1px dashed rgba(255, 255, 255, .15);
}
.site-footer .footer-column:first-child {
	border-left: none;
}
.site-footer .footer-title {
	font-weight: 700;
	letter-spacing: 5px;
	text-transform: uppercase;
	color: #6caedf;
}
.site-footer hr {
	border-top: 1px solid rgba(255, 255, 255, .15);
	border-bottom: none;
}
.footer-nav {
	list-style: none;
	font-size: .9em;
	font-weight: 300;
	line-height: 1.4;
	margin: 0 0 20px;
}
.footer-nav li {
	margin: 0;
}
.footer-nav li a {
	position: relative;
	display: block;
	padding: 15px 0;
	color: #fff;
}
.footer-nav li a:hover {
	color: rgba(255, 255, 255, .5);
	text-decoration: none;
}
.footer-nav li i {
	position: absolute;
	top: 16px;
	left: 0;
	opacity: .35;
	width: 20px;
}
/* nav with icons */
.footer-nav.nav-with-icons li a {
	position: relative;
	padding: 15px 0 15px 30px;
}
.footer-nav.nav-with-icons li a i {
	position: absolute;
	top: 18px;
	left: 0;
}

.site-footer input[type="text"],
.site-footer input[type="email"] {
	background: rgba(0, 0, 0, .25);
	border: none;
	box-shadow: none;
	color: #fff;
	width: 100%;
	margin: 0 0 15px;
}
.site-footer input[type="submit"] {
	display: block;
	width: 100%;
	background: #6caedf;
	color: #fff;
}
.site-footer input[type="submit"]:hover {
	background: #0e5e99;
}

.site-footer .footer-base {
	padding: 0 30px;
}

.site-footer p.copyright {
	font-size: .85em;
	margin: 0;
	opacity: .5;
}
.site-footer p.site-credit {
	font-size: .85em;
	text-align: right;
	opacity: .5;
}
.site-footer p.copyright a,
.site-footer p.site-credit a {
	color: #fff;
	text-decoration: none;
}
.site-footer p.copyright a:hover,
.site-footer p.site-credit a:hover {
	color: rgba(255, 255, 255, .5);
}


/* ======================================================================================================= */
/* 06: Forms
/* ======================================================================================================= */
.form-container {
	padding: 30px;
	border: 2px solid #ddd;
}
.input-container {
	margin: 0 0 15px;
}

label {
	display: inline-block;
	font-weight: 700;
	letter-spacing: -0.025em;
	line-height: 1.4;
	color: #333;
	margin-bottom: 5px;
}
label span.label-hint {
	font-size: .9em;
	font-weight: normal;
	color: #bbb;
}
label.error {
	font-weight: normal;
	color: #f00;
	margin: 5px 0 0;
}
.label-block {
	display: block;
	margin: 0 0 10px; 
}
/* data labels */
.label-data {
	width: 120px;
	margin: 0 5px 5px 0;
}
/* numbered labels */
.label-number {
	position: relative;
	display: block;
	font-size: 1.2em;
	letter-spacing: -0.025em;
	padding-left: 40px;
	margin: 0 0 10px;
}
.label-number .number {
	position: absolute;
	top: -7px;
	left: 0;
	width: 30px;
	padding: 8px 0;
	font-size: .75em;
	font-weight: 300;
	line-height: 1;
	text-align: center;
	background: #333;
	color: #fff;
	border-radius: 100px;
}
/* status labels */
.label-status {
	padding: 10px 0;
	margin: 0 0 15px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.label-status.status-unlocked {
	padding: 10px;
	color: #fff;
	background: #669900;
	background: -moz-linear-gradient(left, #669900 0%, #99cc00 100%);
	background: -webkit-linear-gradient(left, #669900 0%,#99cc00 100%);
	background: linear-gradient(to right, #669900 0%,#99cc00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#669900', endColorstr='#99cc00',GradientType=1 );
}
.label-status.status-locked {
	padding: 10px;
	color: #fff;
	background: #900009;
	background: -moz-linear-gradient(left, #900009 0%, #cc0000 100%);
	background: -webkit-linear-gradient(left, #900009 0%,#cc0000 100%);
	background: linear-gradient(to right, #900009 0%,#cc0000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#900009', endColorstr='#cc0000',GradientType=1 );
}

input[type="text"],
input[type="email"],
input[type="phone"],
input[type="password"],
input[type="search"],
input[type="url"],
textarea {
	display: block;
	width: 100%;
	padding: 15px;
	font-size: .9em;
	letter-spacing: -0.025em;
	height: auto;
	background: #eee;
	border: none;
}
select,
select[multiple], select[size] {
	padding: 15px;
	height: 54px;
	font-size: .9em;
	letter-spacing: -0.025em;
	border-radius: 4px;
	background: #eee;
	color: #333;
	border: 1px solid #ddd;
}
.ui-dialog-content input[type="text"],
.ui-dialog-content input[type="email"],
.ui-dialog-content input[type="password"],
.ui-dialog-content textarea {
	padding: 15px;
}
textarea {
	height: 100px;
}
input[type="submit"],
button[type="submit"] {
	color: #fff;
	background: #0e5e99;
	padding: 15px 30px;
	font-weight: 700;
	font-size: 1em;
	border-radius: 100px;
	border: none;
	cursor: pointer;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
}
input[type="submit"]:hover,
button[type="submit"]:hover {
	background: #6caedf;
	color: #fff;
}

span.required {
	color: #c00;
}

.mobile-label {
	display: none;
}

.no-results {
	display: none;
}

.contact-info {
	padding-left: 30px;
}

.feedback-form input[type="submit"] {
	background: #1489cc;
	color: #fff;
	border-color: #1489cc;
}
.feedback-form input[type="submit"]:hover {
	background: #036;
	color: #fff;
	border-color: #036;
}

/* ----- authentication (login / password) ----- */
.auth-container {
	width: 50%;
	padding: 50px;
	background: #fff;
	margin: 0 auto;
	box-shadow: 0 0 10px rgba(0, 0, 0, .25);
}
.auth-container br {
	display: none;
}

/* ----- quick form ----- */
.quick-form {
	padding: 30px;
	background: #fff;
	border: 1px solid #eee;
	box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}
.quick-form .input-container {
	margin: 0;
}
.quick-form input[type="submit"] {
	display: block;
	width: 100%;
}


/* ======================================================================================================= */
/* 07: Tables
/* ======================================================================================================= */
table th {
	color: #333;
}

.th-label {
	display: block;
	font-size: .8em;
}

.table.table-small {
	font-size: .85em;
}

/* asset tables */
.table.table-assets {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.2em;
	border-bottom: 1px solid #ccc;
}
.table.table-assets thead {
	background: #eee; 
}
.table.table-assets th,
.table.table-assets td {
	padding: 15px;
	border-top: 1px solid #ccc;
	vertical-align: middle;
}
.table.table-assets thead th {
	padding: 15px;
}
.table.table-assets tbody {
	font-size: .85em;
}

/* comparison tables */
.table.table-compare {
	table-layout: fixed;
	margin: 0 0 30px;
	font-size: 1.2em;
	font-family: 'Open Sans', sans-serif;
	color: #333;
}
.table.table-compare thead th {
	padding-left: 10px;
	text-align: center;
	border-bottom: 1px solid #333;
}
.table.table-compare thead th span {
	display: block;
}
.table.table-compare th,
.table.table-compare td {
	padding: 15px 0;
	border-top-color: rgba(0, 0, 0, .1) !important;
}
.table.table-compare tbody th {
	position: relative;
	padding-left: 35px;
	font-weight: 700;
	width: 40%;
}
.table.table-compare tbody th i {
	position: absolute;
	top: 17px;
	left: 0;
	width: 30px;
	font-size: 1.2em;
	text-align: center;
}
.table.table-compare tbody td,
.table.table-compare tfoot td {
	width: 20%;
	padding-left: 10px;
	text-align: center;
}
.table.table-compare tbody td i {
	margin-right: 5px;
}
.table.table-compare p {
	color: #333;
}
.table.table-compare h5 {
	margin: 0 0 5px;
}

/* contact tables */
.table.table-contact {
	border-top: 2px solid #333;
	border-bottom: 1px solid #ccc;
	margin: 0 0 30px;
}
.table.table-contact th,
.table.table-contact td {
	padding: 20px 0;
	border-top: 1px solid #ccc;
}
.table.table-contact th {
	width: 200px;
}
.table.table-contact th i {
	width: 18px;
	text-align: center;
	margin-right: 10px;
	color: #c00;
}

/* detail tables */
.table.table-detail {
	font-size: .9em;
	margin: 0 0 30px;
	border: 1px solid #ddd;
}
.table.table-detail th,
.table.table-detail td {
	padding: 15px;
}
.table.table-detail tbody th {
	width: 150px;
	background: #f5f5f5;
}
.table.table-detail tbody th i {
	width: 15px;
	margin-right: 5px;
	text-align: center;
}

/* list tables */
.table.table-list {
	font-size: .9em;
	margin: 0 0 30px;
	border-bottom: 1px solid #ddd;
}
.table.table-list th,
.table.table-list td {
	padding: 15px 0;
}
.table.table-list thead {
	text-transform: uppercase;
}
.table.table-list .list-image {
	display: block;
	width: 200px;
	margin: 0 0 20px;
}
.table.table-list.table-small th,
.table.table-list.table-small td {
	padding: 10px 0;
}

/* profile tables */
.table.table-profile {
	font-size: .9em;
	border-bottom: 1px solid #ddd;
}
.table.table-profile th,
.table.table-profile td {
	padding: 15px 0;
}
.table.table-profile tbody th {
	width: 200px;
}
.table.table-profile tbody th i {
	display: inline-block;
	width: 20px;
	margin: 0 5px 0 0;
	color: #ab0634;
	text-align: center;
}
.table.table-profile tbody ul {
	margin-bottom: 0;
}

/* invoice tables */
.table.table-invoice {
	font-size: .85em;
	border: 1px solid #ddd;
	margin: 0 0 20px;
}
.table.table-invoice th,
.table.table-invoice td {
	padding: 10px;
}
.table.table-invoice th {
	width: 120px;
}
.table.table-invoice tr.row-total th,
.table.table-invoice tr.row-total td {
	border-top: 1px solid #333;
}


/* select tables */
.table.table-select {
	border: 1px solid #ddd;
}
.table.table-select th,
.table.table-select td {
	padding: 20px; 
	vertical-align: top;
}
.table.table-select td .btn {
	margin: 0;
}
.table.table-select .column-desc {
	width: 70%;
}
.table.table-select .column-desc h5 {
	margin: 0 0 5px;
}

/* status tables */
.table.table-status {
	font-size: .9em;
	margin: 20px 0;
}
.table.table-status th,
.table.table-status td {
	padding: 10px 0;
}
.table.table-status th {
	width: 120px;
}

/* misc */
.column-actions {
	text-align: right;
}


/* ======================================================================================================= */
/* 08: Bootstrap Over-rides
/* ======================================================================================================= */
.container.no-padding {
	padding: 0;
}

/* ----- alerts ----- */
.alert {
	padding: 15px;
	font-weight: 300;
	border: none;
	border-radius: 0;
}
.alert p {
	margin: 0 0 15px;
}
.alert p:last-child {
	margin: 0 !important;
}
.alert.alert-slim {
	padding: 10px;
}
.alert.alert-pad-30 {
	padding: 30px;
}
.alert.alert-neutral {
	background: #f5f5f5; 
}
.alert.alert-dark {
	background: #000;
}
.alert.alert-danger {
	background: #c00;
	color: #fff;
}
.alert.alert-info {
	background: #09c;
	color: #fff;
}
.alert.alert-success {
	background: #9c0;
	color: #fff; 
}
.alert.alert-cta {
	color: #fff;
	background: url(images/section-bg-color-polygon.jpg) center center no-repeat #151515;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.alert.alert-cta p {
	color: #fff;
}
.alert.alert-card {
	background: #fff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .25);
}

/* alerts with actions */
.alert.alert-with-action {
	position: relative;
	padding: 20px 160px 20px 20px;
}
.alert.alert-with-action p {
	margin: 0;
}
.alert.alert-with-action .alert-action {
	position: absolute;
	top: 18px;
	right: 20px;
}

/* ----- breadcrumbs ----- */
.breadcrumb {
	padding: 0 0 20px;
	margin: 0 0 20px; 
	color: #666;
	background: none;
	font-size: .75em;
	border-bottom: 1px solid #ddd;
	border-radius: 0;
}
.breadcrumb span,
.breadcrumb a {
	display: inline-block;
}
.breadcrumb a {
	font-weight: 700;
	color: #666;
}
/* padded breadcrumb */
.breadcrumb.breadcrumb-padded {
	padding: 10px;
	background: #f5f5f5;
}
/* slim breadcrumbs */
.breadcrumb.breadcrumb-slim {
	padding: 0;
	margin: 0 0 20px;
	border-bottom: none;
}

/* ----- buttons ----- */
.btn-group .btn {
	float: none;
}

/* ----- dropdown-menus ----- */
.dropdown-menu > li > a {
	font-size: .85em;
	padding: 8px 15px;
}
.dropdown-menu .divider {
	margin: 1px;
}

/* ----- labels ----- */
.label {
	padding: 5px 10px;
	font-weight: 400;
	border-radius: 0;
}
.label.label-default {
	background: #aaa;
}
.label.label-light {
	background: #eee;
	color: #666;
}
.label.label-green {
	background: #0e5e99;
}
/* custom colors for txc */
.label.label-event {
	background: #0e5e99;
}
.label.label-platinum {
	background: #151515;
}
.label.label-gold {
	background: #c93;
}
.label.label-silver {
	background: #999;
}
.label.label-bronze {
	background: #630;
}

/* ----- modals ----- */
.modal-content {
	border-radius: 0;
	border: none;
}
.modal-header {
	padding: 25px 60px 25px 30px;
	background: #273036;
}
.modal-header .modal-title {
	margin: 0;
	font-size: 1.5em;
	font-weight: 300;
	letter-spacing: -1px;
	color: #fff;
}
.modal-header .modal-title .title-sub {
	display: block;
	font-size: .85em;
	font-weight: 300;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: rgba(255, 255, 255, .7);
}
.modal-header .close {
	position: absolute;
	top: 0;
	right: 20px;
	font-family: Helvetica Neue, sans-serif;
	font-size: 3.2em;
	font-weight: 300;
	padding: 10px;
	margin: 0;
	color: #fff;
	text-shadow: none;
}
/* polygon headers */
.modal-header.header-black {
	background: url(images/polygon-banner-black.jpg) center center no-repeat #151515;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.modal-header.header-blue {
	background: url(images/polygon-banner-blue.jpg) center center no-repeat #151515;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.modal-header.header-green {
	background: url(images/polygon-banner-green.jpg) center center no-repeat #151515;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.modal-header.header-purple {
	background: url(images/polygon-banner-purple.jpg) center center no-repeat #151515;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.modal-header.header-red {
	background: url(images/polygon-banner-red.jpg) center center no-repeat #151515;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.modal-body {
	padding: 30px;
	background: #fff;
}
.modal-body p:last:child {
	margin: 0;
}
.modal-footer {
	padding: 20px 30px;
	text-align: left;
}
.modal-footer p {
	margin: 0;
}
.modal .alert {
	margin: 0 0 10px;
}
.modal label {
  	color: #333;
  	text-shadow: none;
}
.modal input[type="text"],
.modal input[type="password"] {
  	padding: 10px;
}
/* wide modals */
.modal-wide .modal-dialog {
	width: 900px;
}

/* ----- navs ----- */
.nav {
	font-weight: 700;
	margin: 0 0 20px;
}
.nav.nav-pills li a {
	padding: 15 30px;
}
.nav.nav-pills li.active a {
	background: #151515; 
}
.nav.nav-pills li.nav-cta {
	float: right;
}
.nav.nav-pills li.nav-cta a {
	color: #ab0634;
}

/* ----- panels ----- */
.panel {
	border-radius: 0;
}
.panel.panel-default {
	border-color: #ccc;
}
.panel-heading {
	padding: 20px 30px;
}
.panel-heading .panel-title {
	font-size: 1.5em;
}
.panel-body {
	padding: 30px;
}
.panel table {
	width: 100%;
}
.panel-content {
	padding: 30px;
}
/* product panels */
.panel.panel-product {
	box-shadow: none;
	background: url(images/section-bg-color-polygon.jpg) center center no-repeat #151515;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.panel.panel-product .panel-heading {
	background: rgba(0, 0, 0, .5);
	color: #fff;
}
.panel.panel-product p {
	color: #fff;
}
/* panel forms */
.panel.panel-product .panel-form {
	padding: 30px;
	background: rgba(255, 255, 255, .15);
}
.panel.panel-product .panel-form label {
	color: #fff;
}
.panel.panel-product .panel-form input[type="submit"] {
	background: none;
	color: #fff;
	border: 2px solid #fff;
}
.panel.panel-product .panel-form input[type="submit"]:hover {
	background: #fff;
	color: #d82027;
	border-color: #fff;
}

/* ----- tooltips ----- */
.tooltip .tooltip-inner {
	padding: 7px 10px;
	font-family: 'Open Sans';
}

/* ----- wells ----- */
.well {
	padding: 30px;
	background: #f5f5f5;
	border-radius: 0;
	box-shadow: none;
}
.well .well-title {
	position: relative;
	padding-right: 30px;
}
.well .well-title i {
	position: absolute;
	top: 5px;
	right: 0;
}
.well .search {
	background: #fff;
}

.well.well-slim {
	padding: 20px;
}
.well.well-clear {
	background: none;
}

/* form wells */
.well.well-form {
	background: #fff;
}

/* cta wells */
.well.well-cta {
	padding: 50px;
	border: none;
}
.well.well-cta .btn {
	box-shadow: 0 0 0 5px rgba(0, 0, 0, .25);
}
.well.well-cta.cta-desk {
	background: url(images/section-bg-desk.jpg) bottom right no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.well.well-cta.cta-green {
	background: rgba(13, 103, 80, .7);
}

/* price wells */
.well.well-action {
	padding: 0;
	background: none;
	border: none;
}
.well.well-action .action-label {
	display: block;
	height: 49px;
	padding: 15px 0;
}

/* 09: Plugins
========================================================================================= */
/* -------------------- Advanced Custom Fields -------------------- */
.front-end-acf {
	position: relative;
	padding: 20px;
	border: 1px solid #ddd;
}
.front-end-acf .updated {
	display: none; /* hide these since we show our own alerts */
}
.front-end-acf .acf-form .acf-field p.description {
	font-size: .85em;
}
.front-end-acf .acf-form .acf-actions {
	text-align: left;
}
.front-end-acf .acf-form .acf-actions .acf-button {
	display: inline-block;
	padding: 10px 25px;
	font-size: .85em;
	font-weight: 700;
	text-decoration: none;
	border: 2px solid;
	border-radius: 100px;
}
.front-end-acf .acf-form .acf-actions .acf-button:hover {
	background: #09c;
	color: #fff;
	border-color: #09c;
}
.front-end-acf .acf-form .acf-field input[type="text"],
.front-end-acf .acf-form .acf-field input[type="password"],
.front-end-acf .acf-form .acf-field input[type="number"],
.front-end-acf .acf-form .acf-field input[type="search"],
.front-end-acf .acf-form .acf-field input[type="email"],
.front-end-acf .acf-form .acf-field input[type="url"],
.front-end-acf .acf-form .acf-field textarea,
.front-end-acf .acf-form .acf-field select {
	height: auto;
	padding: 10px;
}
.front-end-acf .acf-form .acf-url input[type="url"] {
	padding-left: 25px;
}
.front-end-acf .acf-form .acf-url i {
	top: 9px;
}
.front-end-acf .acf-form .acf-form-submit {
	padding: 20px 12px;
	margin: 20px 0 0;
	border-top: 1px solid #ddd;
}
.front-end-acf .acf-form .acf-table .acf-th {
	font-size: .9em;
	font-weight: 700;
}
.front-end-acf .acf-form .acf-repeater > table {
	margin: 0 0 15px; 
}
.front-end-acf .form-external-btn {
	position: absolute;
	bottom: 19px;
	left: 180px;
}
/* repeater field styling */
.front-end-acf .acf-repeater.-table {
	padding: 15px;
	border: 1px solid #333;
}
.front-end-acf .acf-repeater.-table textarea {
	height: 100px;
}
/* post object search */
.front-end-acf .select2-container .select2-selection--single {
	height: 40px;
}
.front-end-acf .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 40px;
}
.front-end-acf .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 6px;
	right: 6px;
}
.front-end-acf .select2-container--default .select2-selection--single .select2-selection__placeholder {
	position: relative;
	padding-left: 30px;
}
.front-end-acf .select2-container--default .select2-selection--single .select2-selection__placeholder:before {
	position: absolute;
	top: 0;
	left: 5px;
	content: "\f002";
	font-family: "Font Awesome 5 Pro";
	line-height: 1.2;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
	padding: 10px;
}
/* hide specific fields */
.front-end-acf .acf-field-5a68b8327446e {
	display: none; /* user_id for Playlist */
}

/* -------------------- Gravity Forms -------------------- */
.gform_fields {
	list-style: none;
	margin: 0;
}
.gform_fields .gfield {
	margin: 0 0 15px;
}
.gform_fields .gfield select {
	width: 100%;
}
/* hide labels */
/*
.gform_fields .gfield_label,
.gform_fields .ginput_counter {
	display: none;
}
.gform_fields .name_first label,
.gform_fields .name_last label {
	display: none;
}
*/
.gform_fields .name_first {
	display: block;
	margin: 0 0 15px;
}
.gfield_description {
	font-family: 'Open Sans';
	font-size: .9em;
	font-weight: 400;
	margin: 0 0 5px;
}
/* complex first/last name fields */
.ginput_complex.has_first_name {
	margin-left: -3%;
	clear: both;
}
.ginput_complex.has_first_name .name_first,
.ginput_complex.has_first_name .name_last {
	float: left;
	width: 47%;
	margin: 0 0 20px 3%; 
}
.ginput_complex.has_first_name .name_first label,
.ginput_complex.has_first_name .name_last label {
	font-size: .85em;
	font-weight: 400;
}
.ginput_complex.has_first_name.no_last_name {
	margin-left: 0;
}
.ginput_complex.has_first_name.no_last_name .name_first {
	width: 100%;
	margin: 0 0 20px;
}
/* checkboxes */
.gfield_checkbox {
	list-style: none;
	font-size: .85em;
	margin: 0 0 20px;
}
.gfield_checkbox li {
	position: relative;
	padding-left: 20px;
	margin: 0 0 10px;
}
.gfield_checkbox li input {
	position: absolute;
	top: 5px;
	left: 0;
	margin: 0;
}
.gfield_checkbox li label {
	font-weight: 400;
}
/* error styling */
.gform_wrapper .validation_error {
	display: block;
	padding: 10px;
	margin: 0 0 15px;
	font-size: .85em;
	background: #c00;
	color: #fff;
}
.gform_fields .gfield .validation_message {
	display: block;
	margin: 5px 0 0;
	font-size: .85em;
	color: #c00;
}
.hero .hero-form .gform_fields .gfield .validation_message {
	color: #f90;
}
/* success styling */
.gform_confirmation_message {
	display: block;
	padding: 10px;
	margin: 0 0 15px;
	font-size: .85em;
	background: #690;
	color: #fff;
}

.gfield_required {
	color: #c00;
}
/* validation */
.gfield.gform_validation_container {
	display: none;
}


/* ======================================================================================================= */
/* 10: Behavioral (JS)
/* ======================================================================================================= */
/* ----- Behavioral Elements (JS) ----- */
.js-hidden {
	display: none;
}

/* content loading cover */
.js-content-cover {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .85);
	padding: 50px;
	z-index: 1000;
}
.js-content-cover .cover-body {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.js-content-cover .cover-body .body-loader {
	display: block;
	width: 100px;
	margin: 0 auto 20px;
}
.js-content-cover .cover-body .body-loader img {
	width: 100%;
}

/* content limiting */
.js-content-limit {
	position: relative;
	height: 300px;
	margin: 0 0 20px;
	overflow: hidden;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
}
.js-content-limit:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 190px;
	content: "";
	z-index: 10;
	background: -moz-linear-gradient(bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
}
.js-content-limit.content-expand {
	height: auto;
}
.js-content-limit.content-expand:after {
	display: none;
}
.js-content-limit .limit-more {
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: .85em;
	font-weight: 700;
	padding: 5px 15px;
	z-index: 15;
}

/* transition content */
.js-transition-content .content-success,
.js-transition-content .content-error {
	display: none;
}


/* 11: Responsive (Media Queries)
========================================================================================================== */
/* Retina-specific styles */
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (   -moz-min-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {

}

/* LARGE DESKTOP */
@media (max-width: 1399px) {

	.site-wrapper {
		width: 100%;
	}
	.container {
		width: 100%;
	}

	/* header */
	.site-header .header-nav ul {
		font-size: .9em;	
	}
	.site-header .header-nav .header-search form {
		width: 250px;
	}

}

@media (max-width: 1299px) {

	/* header */
	.site-header .header-brand {
		width: 220px;
	}
	.site-header .header-brand:after {
	    right: -16%;
	    width: 20%;
	}

}

@media (max-width: 1199px) {

	/* header */
	.site-header .header-nav ul {
		font-size: .8em;	
	}
	.site-header .header-nav .header-search .search-surprise {
		display: none;
	}
	
	/* page header */
	.page-header.header-section .section-content {
		padding: 50px;
	}

}

/* TABLET */
@media (max-width: 1024px) {
	
	/* header */
	.site-header {
		height: 60px;
	}
	.site-header .header-brand {
		width: 170px;
		padding: 10px;
	}
	.site-header .header-brand:after {
		display: none;
	}
	.page-template-page-membership .header-brand,
	.page-template-page-checkout .header-brand {
		left: 15px;
		top: 5px;
	}
	.site-header .header-top {
		display: none;
	}
	.site-header .header-top .top-address {
		display: none;
	}
	.site-header .header-top .top-nav {
		margin: 0 70px 0 0;
	}
	.site-header .header-top .top-nav li a {
		color: #fff;
	}
	.site-header .header-top .top-nav li.nav-login,
	.site-header .header-top .top-nav li.nav-cta {
		display: none;
	}
	.site-header .header-mobile-navicon {
		display: inline-block;
	}
	.site-header .header-nav {
		position: fixed;
		top: 120px;
		right: 0;
		bottom: 0;
		left: 0;
		height: 0;
		padding: 0;
		overflow: hidden;
		background: #273036;
		z-index: 1000;
	}
	.mobile-nav-open {
		overflow: hidden;
	}
	.mobile-nav-open .site-header .header-mobile-nav-brand {
		display: inline-block;
	}
	.mobile-nav-open .site-header .header-top {
		display: block;
		position: absolute;
		top: 60px;
		left: 0;
		width: 100%;
		height: 60px;
	}
	.mobile-nav-open .site-header .header-top ul {
		padding: 17px 0;
		font-size: .8em;
		text-align: center;
	}
	.mobile-nav-open .site-header .header-nav {
		height: 100%;
		text-align: left;
	}
	.mobile-nav-open .site-header .header-nav .header-search {
		float: none;
		margin: 15px; 
	}
	.mobile-nav-open .site-header .header-nav .header-search form {
		width: 100%;
	}
	.mobile-nav-open .site-header .header-nav ul {
		float: none;
		font-size: .9em;
		padding: 15px;
	}
	.mobile-nav-open .site-header .header-nav ul > li {
		float: none;
		display: block;
		border-top: 1px solid rgba(255, 255, 255, .1);
	}
	.mobile-nav-open .site-header .header-nav ul > li:first-child {
		border-top: none;
	}
	.mobile-nav-open .site-header .header-nav ul > li > a {
		height: auto;
		padding: 20px;
		color: #fff;
		border-radius: 0;
	}
	.mobile-nav-open .site-header .header-nav ul > li > a .fa-caret-down {
		display: none;
	}
	.mobile-nav-open .site-header .header-nav ul > li.nav-dropdown,
	.mobile-nav-open .site-header .header-nav ul > li:hover .nav-dropdown {
		display: none;
	}
	.mobile-nav-open .site-header .header-nav ul > li.nav-mobile-only {
		display: block;
	}
	.mobile-nav-open .site-header .header-nav .nav-sub-menu,
	.mobile-nav-open .site-header .header-nav li:hover .nav-sub-menu {
		display: none;
	}
	.mobile-nav-open .site-header .header-nav .dropdown-menu {
		width: 100%;
	}
	.mobile-nav-open .site-header .header-nav .dropdown-menu li,
	.mobile-nav-open .site-header .header-nav .dropdown-menu li:first-child {
		border-top-color: rgba(255, 255, 255, .1);
	}
	.mobile-nav-open .site-header .header-nav .dropdown-menu li a {
		padding: 15px;
	}

	/* grids */
	.table-grid .grid-column.column-desc {
		width: 400px;
	}

	/* page section */
	.page-section,
	.page-section.section-custom {
		padding: 50px;
	}
	.page-section.section-auth {
		padding: 30px;
	}
	.page-section .section-header h1 {
		text-align: center;
	}
	.page-section .section-header .progress-meter {
		position: static;
		top: auto;
		right: auto;
	}
	
	/* page overlay */
	.page-overlay .overlay-option {
		width: auto;
		margin: 0;
	}
	.page-overlay .overlay-header .overlay-close {
		font-size: 3.5em;
	}

	/* content */
	.content-section.section-padded {
		padding: 30px;
	}
	.content-section.section-hero {
		padding: 50px;
	}
	.content-section.section-hero p {
		font-size: 1em;
	}
	
	/* hero */
	.hero {
		min-height: inherit;
		padding: 50px;
	}
	.hero .hero-content {
		margin: 0;
	}
	.hero .hero-content .content {
		padding: 70px;
	}

	/* site footer */
	.site-footer .footer-column {
		padding: 10px 30px;
	}

	/* forms */
	.auth-container {
		width: 70%;
	}
	
}

/* SMALL TABLET */
@media (max-width: 992px) {

	h1 {font-size: 2em;}
	h2 {font-size: 1.8em;}

	/* grids */
	.masonry-grid .grid-item {
		width: 47%;
	}
	.rsp-grid .grid-container {
		width: 50% !important;
	}
	.rsp-grid.grid-spaced .grid-container {
		width: 47% !important;
	}

	/* page header */
	.page-header .search {
		margin: 30px 0 0;
	}
	.page-header .user {
		margin: 30px 0 0;
	}
	.page-header.header-section {
		max-height: inherit;
	}
	.page-header.header-section .section-content {
		position: static;
	}

	/* section columns */
	.section-columns {
		display: block;
	}
	.section-columns .column {
		display: block;
		width: 100% !important;
	}

	/* posts */
	.post-wrap {
		width: auto;
	}
	.post-header .header-image {
		max-height: inherit;
	}
	.post-header .header-utility {
		position: static;
		width: auto;
	}
	.post-header .header-content.content-master {
		position: static;
		background: #222;
	}
	.post-header.header-columns {
		display: block;
	}
	.post-header.header-columns .header-image,
	.post-header.header-columns .header-utility {
		display: block;
		width: 100%;
	}
	.post-actions {
		padding: 20px 0 0;
		text-align: left;
		border-top: 1px solid #ddd;
	}
	.post-body {
		display: block;
	}
	.post-content,
	.post-sidebar {
		display: block;
		width: 100%;
	}
	.post-sidebar {
		padding: 30px;
	}

	/* hero */
	.hero.hero-slideshow {
		max-height: inherit;
		overflow: inherit;
	}
	.hero.hero-slideshow .hero-cta {
		position: static;
		width: auto;
		box-shadow: 0 0 0 20px rgba(255, 255, 255, .15);
	}
	.hero.hero-slideshow .hero-content h1 {
		margin: 0 0 10px;
	}
	.hero .hero-content .content .headline {
		font-size: 1.2em;
	}

	/* modals */
	.modal-wide .modal-dialog {
		width: auto;
		margin: 10px;
	}

	/* site footer */
	.site-footer p.site-credit {
		text-align: left;
		margin: 20px 0;
	}

}

/* MOBILE */
@media (max-width: 768px) {

	h1 {font-size: 2.4em; letter-spacing: -1px;}
	h2 {font-size: 1.6em; letter-spacing: -1px;}
	h3 {font-size: 1.4em;}
	
	p.headline,
	.headline-content p {
		font-size: 1.2em;
		letter-spacing: 0;
	}
	p.headline.jumbo {
		font-size: 1.4em;
	}

	/* titles */
	.mega-title {
		font-size: 2.4em;
	}
	
	/* buttons */
	.btn.btn-xl {
		font-size: 1.2em;
		padding: 15px 30px;
	}

	.hr-mobile {
		display: block;
		margin: 30px 0;
	}

	.video-cta-container .container-overlay {
		position: static;
		background: #151515;
		padding: 20px;
	}
	.video-cta-container .container-overlay .btn {
		display: block;
		width: 100%;
		margin: 0 0 10px;
	}

	/* grids */
	.block-grid {
		display: block;
	}
	.block-grid .grid-cell {
		display: block;
		width: 100% !important;
	}
	.grid-cell.cell-trial {
		border-left: none;
		border-top: 15px solid #eee; 
	}

	.table-grid {
		display: block;
	}
	.table-grid .grid-column {
		display: block;
	}
	.table-grid .grid-column.column-image,
	.table-grid .grid-column.column-desc {
		display: inline-block;
	}
	.table-grid .grid-column.column-status,
	.table-grid .grid-column.column-actions {
		width: 100%;
		padding-left: 0;
	}
	.table-grid .grid-column.column-status {
		margin: 15px 0 0;
		border-top: 1px solid #ddd;
	}
	.table-grid .grid-column.column-image {
		width: 20%;
	}
	.table-grid .grid-column.column-desc {
		width: 78%;
	}
	
	/* hero */
	.hero {
		padding: 50px 30px;
	}
	.hero h1 {
		font-size: 2em;
	}
	.hero .headline {
		font-size: 1.2em;
	}
	.hero .hero-content .content {
		padding: 50px;
	}
	.hero .hero-content .btn {
		display: block;
		width: 100%;
		margin: 0 0 10px;
	}
	.hero.hero-slideshow .hero-content {
		position: static;
		background: #273036;
	}
	.hero .hero-content .content .headline {
		font-size: 1em;
	}
	
	/* page header */
	.page-header,
	.page-header.header-slim {
		padding: 30px;
	}
	.page-header.header-section .breadcrumb {
		padding: 30px;
	}
	
	/* page section */
	.page-section,
	.page-section.section-custom {
		padding: 30px;
	}
	.page-section.section-cta,
	.page-section.section-cta-desk {
		padding: 50px 30px;
	}
	.page-section .section-header {
		padding: 0;
	}
	.page-section .section-header .header-utility {
		position: static;
	}
	.content-section .section-header .header-title {
		font-size: 1.8em;
	}
	.content-section .section-body {
		padding: 0;
	}

	/* posts */
	.post-content.content-video {
		padding-left: 0;
	}
	.post-content.content-video .amazon_video {
		position: static;
		width: auto;
	}
	
	/* metrics */
	.metric {
		margin: 0 0 30px;
	}
	.metric .metric-icon {
		left: 0;
	}
	.metric.metric-first {
		border-top: none;
	}

	/* cards */
	.card.card-product .card-header,
	.card.card-product .card-content {
		padding: 30px;
	}

	/* items */
	.item {
		padding: 20px 0;
	}
	.item.item-with-image {
		padding: 30px 0 30px 100px;
	}
	.item.item-with-image .item-image {
		width: 80px;
	}
	.item .item-action,
	.item.item-with-image .item-action {
		position: static;
		width: auto;
		margin: 15px 0 0;
		text-align: left;
	}

	/* filter */
	.filter .filter-title {
		font-size: 1.2em;
	}

	/* tiles */
	.tile.tile-promo {
		display: block;
	}
	.tile.tile-promo .tile-content,
	.tile.tile-promo .tile-image {
		display: block;
		width: 100%;
	}
	.tile.tile-promo .tile-image {
		min-height: 300px;
	}

	/* pills */
	.nav.nav-pills.pills-stacked-mobile {
		font-size: .85em;
	}
	.nav.nav-pills.pills-stacked-mobile li {
		float: none;
		display: block;
		margin: 0;
		border-top: 1px solid rgba(0, 0, 0, .1);
	}
	.nav.nav-pills.pills-stacked-mobile.pills-light li {
		border-color: rgba(255, 255, 255, .1);
	}
	.nav.nav-pills.pills-stacked-mobile li a {
		padding: 15px;
	}
	.nav.nav-pills.pills-stacked-mobile li:first-child {
		border: none;
	}
	
	/* tabs */
	.tabs-nav {
		display: block;
		width: 100%;
	}
	.tabs-nav li {
		display: block;
		padding: 0;
		margin: 0 0 10px;
		width: 100% !important;
	}
	
	/* site footer */
	.site-footer .footer-columns {
		display: block;
	}
	.site-footer .footer-column {
		display: block;
		width: 100%;
		border-left: none;
	}
	.site-footer .footer-column:last-child {
		border-bottom: none;
	}
	p.site-footer p.site-credit {
		padding: 15px 0;
		margin: 15px 0;
		text-align: left;
		border-top: 1px solid #333;
	}

	/* forms */
	.contact-info {
		padding-left: 0;
	}
	.auth-container {
		width: 80%;
	}
	.quick-form .input-container {
		margin: 0 0 10px;
	}

	/* tables */
	.table.table-responsive {
		border: none;
	}
	.table.table-responsive thead {
		display: none;
	}
	.table.table-responsive tbody,
	.table.table-responsive tr,
	.table.table-responsive th,
	.table.table-responsive td {
		display: block;
		width: 100%;
	}
	.table.table-responsive tr {
		border-top: 1px solid #ddd;
	}
	.table.table-responsive th,
	.table.table-responsive td {
		border: none !important;
	}
	.table.table-responsive tbody th {
		width: auto;
		padding-bottom: 0;
	}
	.column-actions {
		text-align: left;
	}
	.table.table-compare tr {
		border-top: 1px solid #333;
	}
	.table.table-compare tbody th,
	.table.table-compare tbody td,
	.table.table-compare tfoot th,
	.table.table-compare tfoot td {
		width: auto;
		text-align: left;
	}
	.table.table-compare tfoot .mobile-label {
		width: auto;
	}
	.table.table-compare tfoot .mobile-label span {
		display: block;
	}
	.table.table-select td {
		padding: 20px 0;
	}
	.table.table-select td.column-desc {
		width: auto;
		padding-bottom: 0;
	}
	.table.table-list .mobile-label {
		display: block;
		width: auto;
		font-weight: 700;
	}

	/* modals */
	.modal-header {
		padding: 20px 50px 20px 20px;
	}
	.modal-body,
	.modal-footer {
		padding: 20px;
	}
	.modal-header .close {
		top: -5px;
		right: 10px;
	}

	.mobile-label {
		display: inline-block;
		width: 120px;
		vertical-align: top;
	}

	/* modals */
	.modal-header .modal-title {
		font-size: 1.5em;
	}

}

/* SUPER MOBILE */
@media (max-width: 600px) {

	p.headline.small {
		font-size: 1em;
	}

	/* buttons */
	.btn-mobile-block {
		display: block;
		margin: 0 0 10px;
	}

	/* lists */
	.list-details {
		font-size: .85em;
	}
	.list-details li {
		display: block;
		padding: 10px 0;
		border-top: 1px solid #ddd;
		border-left: none;
	}
	.list-details li:first-child {
		padding-top: 0;
		border-top: none;
	}
	.list-columns {
		margin: 0;
	}
	.list-columns.columns-2 li,
	.list-columns.columns-3 li,
	.list-columns.columns-4 li {
		width: 100%;
		margin: 0 0 20px;
	}

	/* header */
	.mobile-nav-open .site-header .header-top ul {
		padding: 20px 0;
		font-size: .6em;
	}
	.mobile-nav-open .site-header .header-top ul li {
		padding: 0 5px;
		border: none;
	}

	/* grids */
	.rsp-grid.grid-spaced {
		margin-left: 0;
	}
	.rsp-grid .grid-container,
	.rsp-grid.grid-spaced .grid-container {
		display: block;
		width: 100% !important;
	}
	.rsp-grid.grid-spaced .grid-container {
		display: block;
		width: 100% !important;
		margin: 0 0 15px;
	}
	.block-grid .grid-cell {
		padding: 30px;
	}
	.rsp-grid.grid-logos .grid-container {
		display: inline-block;
		width: 50% !important;
	}
	
	/* page header */
	.page-header .header-nav ul li {
		display: block;
		border-top: 1px solid rgba(255, 255, 255, .1);
	}
	.page-header .header-nav ul li:first-child {
		border-top: none;
	}
	.page-header .header-nav ul li a {
		padding: 15px;
	}
	.page-header.header-section .section-image {
		margin: 0;
	}
	.page-header.header-section .section-content {
		padding: 40px 30px;
	}
	.page-header.header-section .section-content .header-label {
		font-size: 1em;
	}
	.page-header.header-section .section-content h1 {
		font-size: 1.8em;
	}
	.page-header.header-section .section-content .btn {
		display: block;
		width: 100%;
		padding-right: 0;
		padding-left: 0;
	}

	/* page section */
	.page-section.section-auth {
		padding: 15px;
	}
	.page-section .section-header h1 {
		font-size: 2em;
	}
	.page-section .section-row .section-content {
		padding: 30px;
	}
	.page-section .section-row .section-image:before {
		width: 85%;
		height: 85%;
	}

	/* section columns */
	.section-columns .column {
		padding: 30px;
	}

	/* posts */
	.post-header h1 {
		font-size: 2em;
	}
	.post-header.header-with-image {
		min-height: 100px;
		padding: 0 0 0 120px;
	}
	.post-header.header-with-image .post-image {
		width: 100px;
	}
	.post-header .post-image .image-icon {
		display: none;
	}
	.post-section {
		padding: 30px;
	}

	/* content */
	.content {
		padding: 15px;
	}
	.content-section.section-hero {
		padding: 30px;
	}

	/* cards */
	.card.card-equal-height {
		min-height: inherit;
	}

	/* filter */
	.filter {
		text-align: left;
	}
	.filter .filter-title {
		position: static;
	}
	.filter .btn-group {
		display: block;
		width: 100%;
		margin: 0 0 10px;
	}
	.filter .btn-group .btn {
		position: relative;
		display: block;
		width: 100%;
		text-align: left;
	}
	.filter .btn-group .btn .caret {
		position: absolute;
		top: 15px;
		right: 15px;
	}
	.filter .dropdown-menu {
		width: 100%;
	}
	
	/* footer */
	.footer-logos {
		display: block;
	}
	.footer-logos .logo-container {
		display: inline-block;
		width: 48%;
		margin: 20px 0;
	}

	/* forms */
	.auth-container {
		width: 100%;
		padding: 30px;
	}
	
	/* tables */
	.table.table-stats {
		font-size: 1em;
	}
	.table.table-compare {
		font-size: .9em;
	}
	.table.table-compare th,
	.table.table-compare td {
		padding: 10px 0;
	}
	.table.table-compare tbody th {
		padding-left: 30px;
	}
	.table.table-compare tbody th i {
		top: 10px;
	}
	.table.table-contact {
		font-size: .85em;
	}

	/* checkout */
	.checkout-container {
		padding: 15px;
	}
	.checkout-column {
		padding: 30px;
	}
	.form-container.container-single .mm-checkoutContainer .checkout-column {
		padding: 0;
	}

	/* bootstrap */
	.well.well-cta {
		padding: 30px;
	}

}

@media (max-width: 480px) {

	/* site header */
	.site-header .header-top ul li {
		padding: 0 5px;
		border: none;
	}

	/* user */
	.user.user-large {
		padding-left: 100px;
	}
	.user.user-large .user-avatar {
		width: 80px;
	}

	/* bootstrap */
	.alert.alert-with-action {
		padding: 20px;
	}
	.alert.alert-with-action .alert-action {
		position: static;
		padding: 20px 0 0;
		margin: 20px 0 0;
		border-top: 1px solid rgba(255, 255, 255, .25);
	}

}

/* PRINT styles */
@media print {

	img {
		display: block;
	}

	.invoice-brand {
		width: 250px;
	}

}