body, h1, h2, h3, h4, h5, h6 {
	font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-weight: 300;	
}

a, a:active {
	color: rgb(15,168,196);
	transition: color .15s ease-in-out;
}

a:hover, a:focus {
	color: #666;
}

a.button, a.button:active, a.button:focus {
	display: inline-block;
	margin: 0;
	padding: 16px 28px;
	border: 0;
	background: rgb(15,168,196);
	font-weight: bold;
	font-size: .75rem;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: #fff;
	border-radius: 50px;
}

a.button.secondary {
	background: #999;
}

a.button:hover {
	background: rgb(182,158,45);
}

p {
	letter-spacing: .01em;
}

.no-padding {
	padding: 0 !important;
	border-bottom: 0 none;
}

.wrapper {
	margin: 0 auto;
}

header, #footer-inner {
	max-width: 1000px;
	margin: 0 auto;
	padding: 50px 25px 40px;
}

.logo {
	width: 70px;
	height: 0;
	display: inline-block;
	overflow: hidden;
	padding-top: 70px;
	background: url("img/lb-coach-icon.png") no-repeat center;
	background-size: contain;
}

.menu-btn, .menu-btn:active {
	margin-top: 14px;
	padding: 13px 26px;
	border: 0;
	background: rgb(15,168,196);
	font-weight: bold;
	font-size: .75rem;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: #fff;
	border-radius: 50px;
	cursor: pointer;
	transition: background-color .15s ease-in-out;
}

.menu-btn span {
	font-size: 22px;
	margin-top: -3px;
	padding-left: 5px;	
}

.menu-btn:hover, .menu-btn:focus {
	background: rgb(182,158,45);
}

#offcanvas-menu {
    padding-top: 60px;
    background-color: #157cc0;
}

.menu li {
	margin-bottom: 7px;
	padding-left: 10px;
}

.menu a {
	text-decoration: none;
	font-size: 1rem;
}

header h2 {
	margin-top: 40px;
	margin-bottom: 15px;
	font-size: .95rem;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .12rem;
	line-height: 1.5rem;
	color: #bfbfbf;
}

header h3 {
	line-height: 1.4em;
}

footer {
	margin-top: 40px;
	background: url("img/color-bars.png") no-repeat top;
	background-size: 100% 30px;
}

#footer-inner {
	max-width: 480px;
	margin: 0 auto;
	padding: 100px 25px 40px;
}

#footer-inner p {
	font-size: .8rem;
	color: #666;
}

.footer-logo {
	width: 210px;
	margin-bottom: 40px;
	opacity: .8;
}

.quickmenu {
	margin-top: 30px;
}

.quickmenu a.button {
	margin-right: 10px;
}

/* LOGIN
============================== */

body.login header {
	padding-top: 15vh;
}

body.login header .is-30 {
	display: none;
}

body.login header .is-70 {
	text-align: center;
}

body.login .logo {
	display: inline-block;
	
}

body.login .main {
	max-width: 420px;
	margin: 0 auto;
	padding: 0 25px 100px;
}

body.login .copyright {
	display: none;
}

body.login h2 {
	margin-bottom: 15px;
	font-size: .95rem;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: .12rem;
	line-height: 1.5rem;
	color: #bfbfbf;
}

body.login form label {
	text-align: center;
	font-size: 1.4rem;
	font-weight: 300;
}

body.login form input[type="text"] {
    height: auto;
    border: 0 none;
    border-radius: 0;
    background: #eee;
	margin: 8px 0 12px;
	padding: 16px;
	font-size: 1.05rem;
}

body.login form input[type="submit"] {
	width: auto;
	height: auto;
	margin: 34px auto;
	padding: 13px 26px;
	border: 0;
	background: rgb(15,168,196);
	font-weight: bold;
	font-size: .75rem;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: #fff;
	border-radius: 50px;
	cursor: pointer;
	transition: background-color .15s ease-in-out;
}

body.login form input[type="submit"]:hover, body.login form input[type="submit"]:focus {
	background: rgb(182,158,45);
}

body.error h2 {
	display: none;
}

body.error .is-error {
	display: block !important;
	font-size: .8rem;
	text-align: center;
}

body.login .note {
	font-size: .8rem;
	font-weight: normal;
	text-align: center;
	color: #999;
}

body.error .note.is-hidden {
	display: block !important;
}

body.login .note a {
	color: #999;
}

body.login .note a:hover {
	color: rgb(15,168,196);
}


/* DASHBOARD
============================== */

.dashboard-item a {
	display: block;
	background: rgba(182,158,45,1);
	margin-bottom: 3px;
	margin-right: 3px;
	padding: 13.5vh 25px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	transition: background-color .15s ease-in-out;
}

.dashboard-item a:hover, .dashboard-item a:focus {
	background: rgba(182,158,45,.7);
}

.dashboard-item.last a {
	margin-right: 0;
}

.dashboard-item.trac a {
	background: rgba(15,168,196,1);
	margin-right: 0;
}

.dashboard-item.trac a:hover, .dashboard-item.trac a:focus {
	background: rgba(15,168,196,.7);
}

.dashboard-item a h4 {
	font-family: "Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 2.2rem;
	font-weight: 200;
}

.dashboard-item a p {
	margin-top: 4px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: .75rem;
	letter-spacing: .2em;
}

.dashboard-item.last {
	margin-right: 0;
}

.dashboard-item i {
	font-size: 3.5rem;
	margin-bottom: .8rem;
}


/* PROCESSES
============================== */

.dashboard-item span.process-icon {
	display: block;
	width: 65px;
	height: 65px;
	margin: 0 auto 8px;
	background-size: contain;
	background-position: center bottom;
}

.focused-living a:hover {
	background-color: #f7a11a;
}

.focused-living span.process-icon {
	background-image: url('img/Focused-Living-Icon.png');
}

.apex a:hover {
	background-color: #8b0b04;
}

.apex span.process-icon {
	background-image: url('img/Apex-Icon.png');
	background-position: center 10px;
}

.resonance a:hover {
	background-color: #78a22f;
}

.resonance span.process-icon {
	background-image: url('img/Resonance-Icon.png');
}


/* RESOURCES
============================== */

.tabs {
	padding: 0 25px;
	justify-content: center;
	font-weight: bold;
	font-size: .8em;
	text-transform: uppercase;
	letter-spacing: .07em;
}

.tabs a.is-active {
	color: rgb(182,158,45);
	border-bottom-color: rgb(182,158,45);
}

.tabs a:hover {
	color: rgb(15,168,196);
	border-bottom-color: rgb(15,168,196);
}

.tab-page {
	max-width: 1000px;
	margin: 0 auto;
	padding: 30px 25px 60px;
}

.tab-page h3 {
	margin-bottom: 30px;
}

.tab-page a {
	text-decoration: none;
}

.tab-page a.button span {
	display: none;
}

body.resources .tab-page a.button {
	padding: 0px 16px !important;
	background: #ccc url('img/icon-download.png') no-repeat center;
	background-size: 12px auto;
}

body.resources .tab-page a.button:hover, body.resources .tab-page a.button:focus, body.resources .tab-page a.button:active {
	background-color: rgb(15, 168, 196);
}

.tab-page td {
	vertical-align: middle;
}


/* 3 CORE PROCESSES
============================== */

body.process {
	font-family: "Helvetica Neue", "Helvetic", "Arial", sans-serif;
}

body.process h1.entry-title {
	font-family: "Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
}


/* RESOURCES (ARCHIVES)
============================== */


.video-close {
    position: absolute;
    top: 2.75%;
    right: -10px;
    z-index: 1000;
}

.video-close .close {
	color: #fff;
	background: #000;
	opacity: 1;
}

.video-close .close:hover, .video-close .close:focus, .video-close .close:active {
	background: rgb(15,168,196);
}

body.archives .tab-page .is-video-container {
	width: 90%;
	margin: 10px auto 0;
}

body.archives .tab-page a.button {
	padding: 0px 16px 0px 16px !important;
	background: #ccc url('img/icon-play.png') no-repeat;
	background-position: 11px center;
	background-size: 13px auto;
}

body.archives .tab-page a.button.download {
	padding: 0px 16px !important;
	background: #ccc url('img/icon-download.png') no-repeat center;
	background-size: 12px auto;
}

body.archives .tab-page a.button:hover, body.archives .tab-page a.button:focus, body.archives .tab-page a.button:active {
	background-color: rgb(15, 168, 196);
}

/* TRAC
============================== */

body.trac .tab-page h4 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: .8em;
	letter-spacing: .07em;
	color: rgba(17,17,19,.65);
}

body.trac .tab-page p {
	margin-bottom: 30px;
	font-size: 12px;
	letter-spacing: 0;
	font-weight: normal;
	color: rgba(17,17,19,.65);
}


/* EVENTS // HELP
============================== */

body.events .is-row, body.help .is-row {
	max-width: 950px;
	margin: 0 auto;
	padding: 0 25px 60px;
}

.faq {
	padding: 30px 20px 10px;
}

/* RESPONSIVE
============================== */


@media only screen and (max-width: 768px) {
	.dashboard-item a {
		margin-right: 0;
	}
}