.lity {
	background: rgba(255,255,255,.85);
}

.lity-close, .lity-close:hover {
	text-shadow: none;
	color: #434040;
}

.lity-close:hover {
	color: #000;
}

.lity-content::after {
	box-shadow: none;
}

body, h3 {
	font-family: roboto-slab, sans-serif;
	font-weight: 300;
}

h1, h2, h4, h5, h6 {
	font-family: acumin-pro-condensed, sans-serif;
	font-weight: 600;
	text-transform: uppercase;
}

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-family: acumin-pro-condensed, sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 1.1rem;
	letter-spacing: .05em;
	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: 80px;
	height: 0;
	display: inline-block;
	overflow: hidden;
	padding-top: 70px;
	background: url("img/lb-logo.png") no-repeat center left;
	background-size: auto 70px;
}

.menu-btn, .menu-btn:active, .menu-btn:focus {
	margin-top: 14px;
	padding: 13px 26px;
	border: 0;
	background: rgb(15,168,196);
	font-family: acumin-pro-condensed, sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	font-size: .9rem;
	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;
	font-family: acumin-pro-condensed, sans-serif;
	font-weight: 600;
	text-transform: uppercase;
}

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

header h2 {
	margin-top: 40px;
	margin-bottom: 15px;
	font-size: 1.2rem;
	letter-spacing: .08rem;
	line-height: 1.5rem;
	color: #999;
}

header h3 {
	line-height: 1.4em;
	letter-spacing: -.01em;
}

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;
	padding-bottom: 20px;
}

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: 1rem;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: .12rem;
	line-height: 1.5rem;
	color: #999;
}

body.login form label {
	text-align: center;
	font-size: 1.3rem;
	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;
	text-align: center;
}

body.login form input[type="submit"] {
	width: auto;
	height: auto;
	margin: 34px auto;
	padding: 13px 26px;
	border: 0;
	background: rgb(15,168,196);
	font-family: acumin-pro-condensed, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 1rem;
	letter-spacing: .06em;
	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, body.notice .note {
	font-size: .8rem;
	font-weight: normal;
	text-align: center;
	color: #999;
}

body.notice .note {
	text-align: left;
}

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

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

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


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

.dashboard-item a, body.processes.plus .dashboard-item {
	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, body.processes.plus .dashboard-item.last {
	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, body.processes.plus .dashboard-item h4 {
	font-family: acumin-pro-condensed, sans-serif;
	font-size: 2.4rem;
	font-weight: 600;
	text-transform: uppercase;
}

.dashboard-item a p {
	margin-top: 4px;
	font-family: acumin-pro-condensed, sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 1rem;
	letter-spacing: .07em;
}

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

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


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

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

body.plus .dashboard-item.focused-living:hover {
	background-color: #f7a11a;
}

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

body.plus .dashboard-item.apex:hover {
	background-color: #8b0b04;
}

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

body.plus .dashboard-item.resonance:hover {
	background-color: #78a22f;
}

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

body.processes.plus .dashboard-item a {
	display: inline-block;
	background: rgba(0,0,0,.2);
	border-radius: 20px;
	margin: 5px 0 0;
	padding: 6px 20px;
	font-family: acumin-pro-condensed, sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	font-size: .95rem;
	letter-spacing: .07em;
}

body.processes.plus .dashboard-item a:hover {
	background: rgba(0,0,0,.5);
}

body.processes .lity {
	background: rgba(255,255,255,1);
}

.modal-wrap {
	max-width: 680px;
	margin: 0 auto;
	padding: 40px 20px;
}

.modal-wrap h2 {
	display: block;
	text-align: center;
	color: #999;
	margin-bottom: 12px;
	letter-spacing: .04em;
}

.modal-wrap p.is-big {
	font-size: 1.2em;
}

.modal-wrap .process-note {
	margin: 30px 0 0;
	padding: 40px 30px 30px;
	background: #eee;
	border-radius: 6px;
	box-shadow: 2px 6px 18px -12px rgba(0,0,0,0.6);
	-webkit-box-shadow: 2px 6px 18px -12px rgba(0,0,0,0.6);
	-moz-box-shadow: 2px 6px 18px -12px rgba(0,0,0,0.6);
}

.modal-wrap .process-note p {
	font-size: 1.1em;
}

.modal-wrap .process-note p span {
	text-transform: uppercase;
	font-family: acumin-pro-condensed, sans-serif;
	font-weight: 600;
	color: #666;
}

.modal-wrap span.process-icon {
	width: 100px;
	height: 100px;
	margin: 0 auto 30px;
	display: block;
	border-radius: 50px;
}

#share-focused-living .modal-wrap span.process-icon {
	background: #f7a11a url('img/Focused-Living-Icon.png') no-repeat center;
	background-size: 70px auto;
}

#share-apex .modal-wrap span.process-icon {
	background: #8b0b04 url('img/Apex-Icon.png') no-repeat center;
	background-size: 70px auto;
}

#share-resonance .modal-wrap span.process-icon {
	background: #78a22f url('img/Resonance-Icon.png') no-repeat center;
	background-size: 70px auto;
}


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

.tabs {
	padding: 0 25px;
	justify-content: center;
	font-family: acumin-pro-condensed, sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 1em;
	letter-spacing: .03em;
}

.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 24px !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: acumin-pro-condensed, sans-serif;
	text-transform: uppercase;
	font-weight: 600;
}

body.processes.plus .access {
	display: none;
}

body.processes.plus .access-plus.is-hidden {
	display: block !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 24px 0px 24px !important;
	background: #ccc url('img/icon-play.png') no-repeat;
	background-position: 18px center;
	background-size: 13px auto;
}

body.archives .tab-page a.button.download {
	padding: 0px 24px !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 {
	font-family: acumin-pro-condensed, sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 1.12em;
	letter-spacing: .03em;
	color: rgba(17,17,19,.65);
}

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

body.trac .tab-page p.download {
	margin-bottom: 36px;
}

.download .button.is-small {
	font-size: 1em;
	letter-spacing: .06em;
	padding: .45em 1.15em;
}


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

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

body.help table td {
	padding-top: 24px;
	padding-bottom: 24px;
}

body.help .faq-heading {
	text-decoration: none;
	color: #202020;
}

body.help .faq-heading h4 {
	font-size: 1.38em;
}

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

.faq p {
	font-size: 1.1em;
}

/* RESPONSIVE
============================== */
@media only screen and (max-width: 767px) {
	header .is-30 {
	    position: absolute;
	    right: 24px;
	    top: 48px;
	}
}

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