/* Variables */
:root {
	--worship-track-color-gray: #a7a9a9;
	--worship-track-color-blue: #0C8EC6;
	--worship-track-color-light-blue: #9ad2ea;
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: 50px;
}


/** Fonts **/

@font-face {
    font-family: 'brandon';
    src: url('../fonts/brandon_reg-webfont.woff2') format('woff2'),
         url('../fonts/brandon_reg-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'brandon_medium';
    src: url('../fonts/brandon_med-webfont.woff2') format('woff2'),
         url('../fonts/brandon_med-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'brandon_black';
    src: url('../fonts/brandon_blk-webfont.woff2') format('woff2'),
         url('../fonts/brandon_blk-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'brandon_bold';
    src: url('../fonts/brandon_bld-webfont.woff2') format('woff2'),
         url('../fonts/brandon_bld-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'brandon_light';
    src: url('../fonts/brandon_light-webfont.woff2') format('woff2'),
         url('../fonts/brandon_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face{font-family:proxima_nova_sb;src:url('../fonts/Mark Simonson - Proxima Nova Semibold-webfont.eot');src:url('../fonts/Mark Simonson - Proxima Nova Semibold-webfont.eot?#iefix') format('embedded-opentype'),url('../fonts/Mark Simonson - Proxima Nova Semibold-webfont.woff2') format('woff2'),url('../fonts/Mark Simonson - Proxima Nova Semibold-webfont.woff') format('woff'),url('../fonts/Mark Simonson - Proxima Nova Semibold-webfont.ttf') format('truetype'),url('../fonts/Mark Simonson - Proxima Nova Semibold-webfont.svg#proxima_nova_ltsemibold') format('svg');font-weight:400;font-style:normal}

/*Main Hero*/

.hero {
  width: 100%;
  height: 550px;
  background: url('/assets/img/pursuit/backgrounds/tfh-summer-school-of-worship.jpg');
  background-color: #212121;
  color: #FFFFFF;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 0 !important;
  padding-bottom: 100px !important;
  position: relative;
  display: inline-block;
  text-align: center;
  
}

/**
 * Styles for the new site
 * @author Luis Pirir <luispirir@gmail.com>
 */
body.home #album-resume, body.pursuit #album-resume {
	/*background: url('/assets/img/pursuit/pursuit-background-min.png') center top no-repeat;*/
	/*background: url('/assets/img/pursuit/background-tfhworship.png') center top no-repeat;*/
	background: url('/assets/img/pursuit/new-background.png') top center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.container.container-small { max-width: 800px; }
.navbar-inverse { background-color: transparent; border-color: transparent; }
	.navbar-brand {
		width: 221px;
		height: 25px;
		background: url('/assets/img/pursuit/header-tfh-logo.png') top center no-repeat;
		text-indent: 150%;
		overflow: hidden;
		white-space: nowrap;
		padding: 0;
		margin-top: 11px;
		margin-left: 11px;
	}
	.navbar-inverse .navbar-nav > li > a { color: #000; }
		.navbar-nav > li > a, .dropdown-menu > li > a {
			font-weight: normal;
			font-size: 15px;
			font-family: brandon;
			text-transform: uppercase;
		}
	.navbar-toggle { background-color: #000; }
	section h1 {
		font-weight: normal;
		font-size: 20px;
		font-family: brandon_black;
		color: #000;
		text-transform: uppercase;
		letter-spacing: 3px;
		text-align: center;
		margin-bottom: 50px;
	}
section#album-resume { padding-top: 120px; }
	section#album-resume img#pursuit-march { margin: 0 50px 50px; }
	section#album-resume img#pursuit-title { margin: 0 50px 50px; }	
	section#album-resume p { padding-top: 180px; }
	section#album-resume a {
		font-size: 24px;		
		font-family: brandon_black;
		text-transform: uppercase;
		letter-spacing: 5px;
		color: #000;
		padding: 0 5px 0 10px;		
		text-align: center;		

		background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.4) 40%, rgba(218,242,113,1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.4) 40%,rgba(218,242,113,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.4) 40%,rgba(218,242,113,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#daf271',GradientType=0 );
	}
		section#album-resume a small { font-size: 14px; }
section#content-home { margin-top: 50px; padding-top: 100px; background-color: #fff; padding-bottom: 50px; }
body.home section#content-home { margin-top: -250px; padding-top: 350px; }
body.pursuit section#content-home { margin-top: -150px; padding-top: 250px; }
	section#content-home hr, section#content-home hr.small {
		display: block;
		width: 90%;
		margin: 50px auto;
		height: 0;		
		border: 0;
		border-bottom: 1px solid #000;
	}
		section#content-home hr.small { width: 60%; }
	section#content-home p {
		font-size: 14px;
		font-family: brandon_light;
		text-transform: uppercase;
		text-align: center;
	}
	section#content-home h2 {
		color: #000;
		font-weight: normal;
		font-size: 18px;
		font-family: brandon_medium;
		text-transform: uppercase;
		text-align: center;
	}
section#involved {
	background-color: #272727;
	text-align: center;	
	padding: 80px 0 20px;
	color: #fff;
	font-family: brandon_medium;
	font-size: 18px;
	text-transform: uppercase;
}
	section#involved p:first-child { margin-bottom: 30px; }
	section#involved a {		
		font-size: 16px;
		font-family: brandon_black;
		background-color: #daf271;		
		color: #000;		
		padding: 10px 15px;
		letter-spacing: 10px;
	}
section#worshipcentral { padding: 50px 0; background-color: #fff; }
	section#worshipcentral .col-md-4 img { float: right; }
	section#worshipcentral .col-md-8 { border-left: 1px solid #000; }
	section#worshipcentral p {
		font-size: 14px;
		font-family: brandon_light;
		text-transform: uppercase;
		color: #000;
	}
	section#worshipcentral p a {
		font-family: brandon_black;
		color: #000;		
		letter-spacing: 3px;	
		padding: 0 5px 0 10px;

		background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.4) 40%, rgba(218,242,113,1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.4) 40%,rgba(218,242,113,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.4) 40%,rgba(218,242,113,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#daf271',GradientType=0 );	
	}	
section#featured-albums { margin: 50px 0 0; }
	section#featured-albums hr, section#albums hr { 
		width: 90%;
		margin: 50px auto;
		height: 0;
		border: 0;
		border-bottom: 1px solid #000;
	}	
section#albums { margin-top: 0; padding-top: 0; }
	section#albums h2 {
		font-size: 16px;
		font-family: brandon_medium;
		text-transform: uppercase;
		letter-spacing: 3px;
		color: #000;
	}
	section#albums .tracks {
		font-weight: normal;
		font-size: 14px;
		font-family: proxima_nova_sb;
		text-transform: uppercase;
		letter-spacing: 3px;
	}
		section#albums .tracks ol { list-style: none; margin: 0; padding: 0; }
			section#albums .tracks:first-child ol { margin-left: 40px; }
	section#albums a.link {
		font-size: 11px;
		font-family: brandon_black;
		color: #000;				
		padding: 0 5px;		
		text-transform: uppercase;

		background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.4) 40%, rgba(218,242,113,1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.4) 40%,rgba(218,242,113,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.4) 40%,rgba(218,242,113,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#daf271',GradientType=0 );	
	}	
	section#albums .shine-on-us { margin-bottom: 80px; }
	ul.pursuit-tracks { list-style: none; }
		ul.pursuit-tracks li {
			font-size: 15px;
			font-family: brandon_bold;
			text-transform: uppercase;
			text-align: center;
			color: #000;
			letter-spacing: 3px;
		}
			
				ul.pursuit-tracks li small {
					font-weight: normal;
					font-size: 12px;
					font-family: brandon_medium;				
				}
	p.buy-stream { margin: 50px 0 80px; }
		p.buy-stream a {
			font-size: 18px;
			font-family: brandon_black;
			color: #000;				
			padding: 0 5px;		
			text-transform: uppercase;
			letter-spacing: 3px;

			background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.4) 40%, rgba(218,242,113,1) 100%); /* FF3.6-15 */
			background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.4) 40%,rgba(218,242,113,1) 100%); /* Chrome10-25,Safari5.1-6 */
			background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.4) 40%,rgba(218,242,113,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#daf271',GradientType=0 );
		}
	div.chord-chart { margin: 30px 0; padding-bottom: 50px; text-align: center; }
		div.chord-chart a, .btn-info, .btn-success {
			font-size: 16px;
			font-family: brandon_black;
			color: #000;				
			padding: 0 5px;		
			text-transform: uppercase;
			letter-spacing: 2px;			

			background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.4) 40%, rgba(218,242,113,1) 100%); /* FF3.6-15 */
			background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.4) 40%,rgba(218,242,113,1) 100%); /* Chrome10-25,Safari5.1-6 */
			background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.4) 40%,rgba(218,242,113,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#daf271',GradientType=0 );	
		}
			.btn-info, .btn-success { border: none; }
			.btn-info:hover, .btn-success:hover { background: rgba(218, 242, 113, 1); color: #000; }
			.school .btn-success, .school .btn-success:hover { background: rgba(255, 255, 255, 1); }
	ul.credits { list-style: none; margin-bottom: 80px; }
		ul.credits li {
			font-size: 13px;
			font-family: brandon_light;
			text-transform: uppercase;
			text-align: center;
		}
	#buy-stream .cover img { margin-top: 30px; }
		#buy-stream .col-md-8 { border-left: 1px solid #000; }
	#buy-stream h2 {
		font-size: 14px;
		font-family: brandon_medium;
		letter-spacing: 2px;
		text-transform: uppercase;
		text-align: center;
		color: #000;
	}
	#buy-stream .list-badgets { margin-bottom: 30px; }
body.license-request #content-home { padding-top: 50px; margin-top: 0; }
body.license-request #wufoo-miifzz1ievnko { margin-top: 50px; }

footer { background-color: #272727; color: #fff; padding-top: 50px; }	
	footer ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
		footer ul li { margin: 0; padding: 0; }
	footer a {
		font-size: 13px;
		font-family: brandon;
		text-transform: uppercase;
		color: #fff;
		display: inline;
	}
	footer a:visited { color: #fff; }
	footer a:hover { color: #daf271; }
	footer .social-links {
		margin: 20px 0 0;
		padding: 0;
		list-style: none;
		overflow: hidden;
	}
		footer .social-links li {
			float: left;
			margin: 0 5px;
		}
	footer .involved, footer .involved:visited {
		font-size: 16px;
		font-family: brandon_black;
		background-color: #daf271;		
		color: #000;
		padding: 10px;
		letter-spacing: 10px;
		float: right;
	}		
	footer .father-house {
		margin-top: 30px;
		font-size: 12px;
		font-family: brandon;
		text-transform: uppercase;		
		/* float: right; */
	}
	footer p.small.copyright { 
		font-size: 11px;
		font-family: brandon;
		text-transform: uppercase;
		margin-top: 20px;
	}
.school-header .btn-success { border-color: #333; }
	.school-header .btn-success:hover { background-color: #daf271; }






	
/** Worhsip Intensives **/
body.intensives {
	color: #000;
}
body.intensives p, body.intensives ul {
	font-family: 'Abel', sans-serif;
	text-transform: uppercase;
	text-align: left;
	text-shadow: 0 0 8px rgba(255,255,255,.5);
}

.navbar-toggle {
	margin-right: 10px;
}
#worship-intensives-head {
	text-align: center;
	padding-bottom: 50px;
}
#worship-intensives-hero, #worship-intensives-hero-2 {
	background-image: url('/assets/img/intensives/twi-photo-bg-4.jpg');
	background-size: cover;
	background-position: top right;
	height: 50vh;
}
#worship-intensives-hero-2 {
	background-image: url('/assets/img/intensives/twi-photo-bg-2.jpg');
	background-position: center left;
}
#worship-intensives-hero-online {
	background-image: url('/assets/img/intensives/twi-photo-bg-online.jpg');
	background-size: cover;
	background-position: top right;
	height: 40vh;
}
#worship-intensives-body {
	background-image: url('/assets/img/intensives/twi-shape-bg-1.png'), url('/assets/img/intensives/twi-shape-bg-2.png'), url('/assets/img/intensives/twi-shape-bg-4.png'), url('/assets/img/intensives/twi-shape-bg-3.png');
	background-repeat: no-repeat;
	background-position: top -300px left -50px, top 600px right -100px, bottom 450px left -100px, bottom -300px right -100px;
  	background-size: 35%;
}
#worship-intensives-body-schedule {
	background-image: url('/assets/img/intensives/twi-shape-bg-3.png'), url('/assets/img/intensives/twi-shape-bg-4.png');
	background-repeat: no-repeat;
	background-position: top -300px left -200px, top 600px right -100px;
  	background-size: 35%;
}
.home-page-logo {
	width: 100%;
	max-width: 300px;
	padding: 120px 20px 20px;
}
#worship-intensives-head h1 {
	font-family: futura-pt-bold, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 50px;
	margin-bottom: 5px;
	letter-spacing: 8px;
	margin-top: 20px;
}
#worship-intensives-head h2 {
	font-family: monarcha, serif;
	font-weight: 700;
	font-size: 24px;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 8px;
	margin-top: 5px;
	/* padding-bottom: 110px; */
}
#worship-intensives-head h2 span {
	font-family: 'Abel', sans-serif;
}
#worship-intensives-head h3 {
	padding: 15px 20px;
	text-transform: uppercase;
	letter-spacing: 5px;
	font-size: 30px;
	border-top: 2px solid;
	border-bottom: 2px solid;
	margin-bottom: 100px;
	font-family: futura-pt-bold, sans-serif;
	font-weight: 700;
	display: inline-block;
}
#worship-intensives-head h3.landing-choose {
	font-family: 'Abel', sans-serif;
	text-transform: uppercase;
	letter-spacing: 5px;
	font-size: 60px;
	margin-bottom: -13px;
	border: none;
	padding: 15px 20px;
	text-transform: uppercase;
	letter-spacing: 5px;
}
.purpose-words {
	margin-left: 10px;
}
.color-word {
	font-family: monarcha, serif;
	font-weight: 700;
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 8px;
	display: inline-block;
	padding: 1px 20px;
	text-align: center;
	margin: 0 8px 8px 0;
	border: 1px;
	background-size: 100% 200%;
    transition: background-position ease-in .15s;
}
.color-word:hover, .color-word:active, .color-word:focus {
	text-decoration: none;
	color: #fff;
	background-position: 0 100%;
	box-shadow: 0 0 5px rgba(0,0,0,.1);
}

.blue {
	background-color: #0C8EC6;
	background-image: linear-gradient(to top, #005d85 50%, #0C8EC6 50%);
}
.yellow {
	background-color: #E4CB32;
	background-image: linear-gradient(to top, rgb(165, 147, 29) 50%, #E4CB32 50%);
}
.red {
	background-color: #AA1E42;
	background-image: linear-gradient(to top, rgb(118, 16, 41) 50%, #AA1E42 50%);
}
.green {
	background-color: #A5BAB7;
	background-image: linear-gradient(to top, rgb(91, 113, 109) 50%, #A5BAB7 50%);
}
h3.twi, h4.twi {
	font-family: monarcha, serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 15px;
	font-size: 50px;
}
h3.twi-mission {
	padding-top: 40px;
	text-align: center;
}
h4.twi {
	font-style: italic;
	font-size: 30px;
}
h4.twi-mission-statement {
	font-family: 'Abel', sans-serif;
	text-transform: uppercase;
	padding: 60px 40px 40px 40px;
	letter-spacing: 5px;
	text-align: center;
	line-height: 35px;
	font-size: 25px;
	max-width: 800px;
	margin: 0 auto;
}
h3.twi-about {
	font-size: 40px;
	margin-top: 10px;
	color: #0c8ec6;
}
h3.twi-schedule {
	font-size: 40px;
	margin-top: 10px;
	color: #AA1E42;
}
h4.twi-subtitle {
	font-size: 25px;
	margin-bottom: 30px;
}
.about-heading {
	text-align: right;
	padding-top: 100px;
}
.about-heading.sub-heading {
	text-align: left;
}
.about-heading h3.twi-about, .about-heading h3.twi-schedule, .about-heading h3.twi-registration {
	color: #a5bab775;
	margin-bottom: -35px;
	margin-left: -15px;
}
.about-heading h3.twi-schedule {
	color: #aa1e4257;
}
.about-heading h3.twi-registration {
	color: #0c8ec64d;
}
.about-body {
	padding: 50px 30px;
	position: relative;
}
.about-body ul {
	padding-left: 0;
	list-style: none;
}
.about-body ul > ul {
	padding-left: 15px;
	list-style: none;
}
.about-body ul li {
	padding-bottom: 7px;
}
.about-body ul li span {
	border-bottom: 1px solid #ab1d42;
	padding-bottom: 5px;
}
.about-body ul li span.schedule {
	display: inline-block;
	max-width: 170px;
	vertical-align: top;
}
.about-body ul li strong {
	width: 70px;
	display: inline-block;
	text-align: right;
	font-family: monarcha, serif;
	font-size: 14px;
	color: #424242;
}
.about-body ul li span.list-sub-desc {
	font-weight: 500;
	text-transform: initial;
	display: block;
	border: none;
	font-size: 17px;
	opacity: .8;
	line-height: 22px;
  	padding-top: 7px;
}
.about-body ul li::before {
	/* content: '-';
	padding-right: 5px; */
}	
.twi-list-style {
	color: #dfa3a8;
	margin-left: -25px;
	height: .75em;
	vertical-align: -.05em;
}
.twi-register-style {
	color: #dfa3a8;
	height: .75em;
	margin-left: -5px;
	vertical-align: -.05em;
}
.twi-schedule-style {
	color: #1e8ec799;
	height: .75em;
	vertical-align: -.05em;
	display: inline-block;
}
.twi-promo-pic-1 {
	width: calc(100% - 60px);
	position: absolute;
	top: -250px;
	transition: transform ease-in .25s;
}
.twi-promo-pic-4 {
	width: calc(100% - 60px);
	position: absolute;
	top: -150px;
	transition: transform ease-in .25s;
}
.twi-promo-pic-2 {
	width: calc(100% + 60px);
	transition: transform ease-in .25s;
	margin-left: -30px;
	margin-top: 170px;
}
.twi-location-pic {
	width: calc(100% + 60px);
	transition: transform ease-in .25s;
	margin-left: -30px;
	margin-top: 10px;
}
.twi-promo-pic-1:hover, .twi-promo-pic-2:hover, .twi-location-pic:hover {
	transform: scale(1.01);
}
#speakers {
	padding-top: 80px;
}
.speaker-wrapper {
	text-align: center;
	padding: 70px 50px;
}
.speaker-wrapper img {
	transition: transform ease-in .15s;
	z-index: 1;
	position: relative;
	width: 100%;
  	max-width: 450px;
}
.speaker-wrapper img:hover {
	transform: scale(1.01);
}
.speaker-wrapper h4 {
	font-family: monarcha, serif;
	font-weight: 700;
	font-size: 24px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 8px;
	line-height: 30px;
	background-color: #e4cb32;
	padding: 10px 15px;
	margin: -58px 50px 0;
	z-index: 2;
	position: relative;
	box-shadow: 0 0 20px rgba(0,0,0,.1);
}
.speaker-wrapper h4.long-name {
	margin-top: -90px;
}
.speaker-wrapper h4.no-title {
	margin-bottom: 20px;
}
.speaker-wrapper h5 {
	font-family: monarcha, serif;
	font-weight: 700;
	font-size: 20px;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 5px;
	font-style: italic;
}
.speaker-wrapper p {
	padding-top: 10px;
}
h3.schedule-heading {
	padding-top: 70px;
	margin-bottom: 0;
}
.schedule-body .about-heading, .register-body .about-heading {
	padding-top: 0;
}
.about-body.register-body {
	padding-top: 0;
}
h5.location {
	background-color: #A5BAB7;
	color: #fff;
	font-family: monarcha, serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 8px;
	padding: 15px 30px;
	font-size: 22px;
	margin-top: -50px;
	position: relative;
	margin-left: 20px;
	max-width: 450px;
	box-shadow: 0 0 20px rgba(0,0,0,.1);
}
body.intensives p.address {
	text-align: center;
}
p.address a {
	color: #000;
}
h5.location span.campus {
	font-style: italic;
	font-size: 18px;
}
.register-btn {
	display: inline-block;
	background-color: #1e8ec7;
	padding: 25px 40px;
	color: #fff;
	font-family: monarcha, serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 8px;
	font-size: 22px;
	line-height: 30px;
	margin-top: 15px;
	box-shadow: 0 0 20px rgba(0,0,0,.1);
	transition: transform ease-in .1s, box-shadow ease-in .1s;
}
.register-btn.register-sm {
	padding: 15px 25px;
	font-size: 20px;
}
.register-btn:hover {
	color: #fff;
	transform: scale(1.01);
	text-decoration: none;
	box-shadow: 0 0 20px rgba(0,0,0,.25);
}
.twi-home-btn.register-sm.register-btn {
	margin-top: 0px;
	margin-bottom: 60px;
	font-size: 18px;
}
#worship-intensives-head h2.twi-home {
	padding-bottom: 50px;
}
.video-wrapper {
	margin-top: -90px;
  	margin-bottom: 40px;
}
.video-promo {
	/* margin-bottom: 90px;
	margin-top: -30px;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	height: 0;
	margin-left: 20px;
	margin-right: 20px; */
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	height: 0;
	display: block;
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}
.video-promo iframe {
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute;
}
.twi-location {
	min-height: 250px;
}
.twi-choose {
	margin-bottom: 100px;
}
.twi-choose-option-1 {
	margin-top: 40px;
}
.twi-choose-option-2 {
	margin-top: 40px;
}
.twi-location-online {
	background-image: url(/assets/img/intensives/twi-location-online-bg.jpg);
	background-position: bottom center;
	background-size: cover;
}
.twi-location-onsite {
	background-image: url(/assets/img/intensives/twi-location-onsite-bg-2.jpg);
	background-position: center;
	background-size: cover;
}
.twi-location-gradient {
	padding-top: 5px;
	box-shadow:
		0 10px 20px rgba(0, 0, 0, 0.15);
	transition: box-shadow .3s;
	cursor: pointer;
}
.twi-location-gradient:hover {
	transform: translate3d(0, -2px, 0);
	box-shadow:
		0 2.8px 2.2px rgba(0, 0, 0, 0.034),
		0 6.7px 5.3px rgba(0, 0, 0, 0.048),
		0 12.5px 10px rgba(0, 0, 0, 0.06),
		0 22.3px 17.9px rgba(0, 0, 0, 0.072),
		0 41.8px 33.4px rgba(0, 0, 0, 0.086),
		0 100px 80px rgba(0, 0, 0, 0.12);
}
.twi-location-gradient::before {
	content: '';
	position: absolute;
	top: 0;
	right: 15px;
	bottom: 0;
	left: 15px;
	background: linear-gradient(0deg,
		rgba(0,0,0,0.6) 0%, 
		rgba(0,0,0,0.2) 50%, 
		rgba(0,0,0,0) 100%
	 );
}
.twi-location-gradient:hover::before {
	right: 0;
	left: 0;
}
.twi-location h3 {
	color: #fff;
	position: relative;
}
.twi-location h4 {
	color: #fff;
	position: relative;
}
body.intensives p.twi-interest {
	text-align: center;
    width: 100%;
    max-width: 450px;
    margin: 80px auto 0;
}
.twi-choose h5 {
	text-align: center;
	position: relative;
}
.twi-choose h5 span{
	background-color: #fff;
    color: #000;
    text-transform: uppercase;
    font-size: 20px;
    padding: 12px 18px;
}
.twi-home-btn.register-sm.register-btn.twi-im-interested {
	margin-bottom: 10px;
    margin-top: 15px;
}





/* TFH Worship Leader Track */
.worship-leader-track #worship-intensives-head h3 {
	font-family: inherit;
}
.worship-leader-track .color-word {
	font-family: inherit;
}
.worship-leader-track .blue {
	background-color: var(--worship-track-color-blue);
	/*background-image: linear-gradient(to top, #005d85 50%, #0C8EC6 50%);*/
}
.worship-leader-track .light-blue {
	background-color: var(--worship-track-color-light-blue);
	/* background-image: linear-gradient(to top, #439cd8 50%, #9ad2ea 50%); */
}
.worship-leader-track .gray {
	background-color: var(--worship-track-color-gray);
	/* background-image: linear-gradient(to top, #858585 50%, #a7a9a9 50%); */
}
.worship-leader-track h3.twi, h4.twi {
	font-family: inherit;
	letter-spacing: 8px;
}
.worship-leader-track .about-body-subtitle {
	font-size: 25px;
}
.worship-leader-track #worship-track-hero-1 {
	background-image: url('/assets/img/worshipleadertrack/worship-leader-track-bg-1.jpg');
	background-size: cover;
	background-position: center center;
	height: 40vh;
}
.worship-leader-track .twi-list-style {
	color: var(--worship-track-color-light-blue)
}
.worship-leader-track .about-heading {
	padding-top: 50px;
}
.worship-leader-track .about-body ul li {
	padding-bottom: 15px;
}
.worship-leader-track .about-body ul li span {
	border-bottom: 1px solid var(--worship-track-color-light-blue);
}
.worship-leader-track .about-body.list {
	padding: 25px 15px;
}
.worship-leader-track .about-body.list-cta {
	padding-top: 0;
	margin-top: 0;
}
.worship-leader-track .about-body ul li strong {
	min-width: 150px;
}
.worship-leader-track #schedule .about-heading.sub-heading {
	text-align: center;
}
.worship-leader-track #schedule .about-body ul {
	display: flex;
	flex-direction: column;
	margin-left: 27.5%;
}
.worship-leader-track #schedule .about-body ul li {
	text-align: left;
	display: flex;
	column-gap: 6px;
}
.worship-leader-track #schedule .about-body .twi-schedule-style {
	margin-top: 3%;
}
.worship-leader-track #schedule .about-body ul li span.schedule {
	max-width: inherit;
}
.worship-leader-track .about-heading h3.twi-registration {
	color: var(--worship-track-color-gray);
	opacity: 0.4;
}
.worship-leader-track #worship-track-hero-2 {
	background-image: url('/assets/img/worshipleadertrack/worship-leader-track-bg-2.jpg');
    background-position: center right;
	background-size: cover;
	height: 50vh;
}
.worship-leader-track #worship-track-hero-3 {
	background-image: url('/assets/img/worshipleadertrack/worship-leader-track-bg-3.jpg');
    background-position: center left;
	background-size: cover;
	height: 50vh;
}




/* General Site Styles */
.clearfix {
	clear: both;
}
.device-break-1, .device-break-2 {
	display: none;
}
.navbar-inverse .navbar-brand {
	color: #000;
	font-family: futura-pt, sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 2px;
	font-size: 22px;
}
.navbar-brand {
	background: none;
	text-indent: 0%;
	width: auto;
	height: auto;
}
.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
	color: #000;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
	color: #ffffff;
	background-color: #1e8ec7;
}
section#involved a, footer .involved, footer .involved:visited  {
	font-size: 16px;
	font-family: futura-pt, sans-serif;
	font-weight: 700;
	background-color: #1e8ec7;
	color: #fff;
	padding: 12px 15px 12px 18px;
	letter-spacing: 5px;
	text-decoration: none;
	box-shadow: 0 0 25px rgba(0,0,0,.2);
	transition: background-color ease-in .2s;
}
section#involved a:hover, footer .involved, footer .involved:hover {
	background-color: #17a689;
	color: #fff;
}
footer a {
	font-size: 15px;
	/* font-family: futura-pt, sans-serif; */
	transition: color ease-in .2s;
}
footer a:hover {
	color: #1abc9c;
	text-decoration: none;
}
section#involved p:first-child {
	margin-bottom: 30px;
	text-transform: initial;
	font-family: futura-pt, sans-serif;
	font-size: 24px;
	color: #adadad;
	font-style: italic;
}
.caret {
	vertical-align: 3px;
}
.thisweek .header {
	background: #34495e url(/assets/img/backgrounds/tfh-worship-bg-e.jpg) center center no-repeat;
	position: relative;
}
.thisweek .header::before {
	content: ' ';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,0.6601015406162465) 0%, rgba(0,0,0,0.15309873949579833) 100%);
}
.this-week-hero-text {
	padding: 100px 0;
}
.this-week-hero-text h2 {
	font-family: futura-pt, sans-serif;
}
.this-week-hero-text p.lead {
	text-transform: uppercase;
	font-size: 19px;
	opacity: .9;
}
.date h4 {
	text-align: center;
	background: linear-gradient(180deg, 
        rgba(0,0,0,0) calc(50% - 1px), 
        rgba(192,192,192,1) calc(50%), 
        rgba(0,0,0,0) calc(50% + 1px)
    );
}
.date h4 span {
	background-color: #fff;
	padding: 0 15px;
}
.thisweek .campus h3 {
	clear: both;
	margin: 0;
	padding: .25em;
	background-color: #34495e;
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	padding: 15px;
}
.thisweek .campus ol {
	background-color: transparent;
	list-style: none;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 5px;
}
.thisweek .campus ol li {
	border-bottom: 1px solid rgba(0,0,0,.1);
	padding-bottom: 5px;
	padding-top: 4px;
}
.thisweek .campus ol li a {
	text-decoration: none;
}
.thisweek .campus ol li:last-child {
	border: none;
}
.thisweek .campus ol li::before {
	content: '♫';
	padding-right: 8px;
	opacity: .25;
}
.thisweek .campus {
	background-color: #f3f5f7;
	margin-left: 15px;
	margin-right: 15px;
	padding-right: 0;
	padding-left: 0;
	margin-top: 30px;
	border-radius: 4px;
 	overflow: hidden;
  	/* box-shadow: 0 0 20px rgba(0,0,0,.1); */
}
.thisweek .campus h6 {
	margin: 0;
	padding: 20px 0 0px 20px;
	background-color: transparent;
	color: #34495e;
}


.resources-albums {
	background-color: #f0f0f0;
	padding-top: 0;
}
.album-outer {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
}
.album-wrapper {
	background-color: #fff;
	padding: 10px;
	text-align: center;
	box-shadow: 0 0 3rem -1rem rgba(0,0,0,0.1);
	transition: transform 0.1s ease-in-out, box-shadow 0.1s;
}
.album-wrapper:hover {
	transform: translateY(-0.5rem) scale(1.0125);
	box-shadow: 0 0.5em 3rem -1rem rgba(0,0,0,0.25);
}
.album-cover {
	/* margin-top: 15px; */
  	margin-bottom: 20px;
}
.album-cover {
	width: 100%;
}
.album-wrapper h2 {
	font-size: 20px;
  margin-bottom: 6px;
}
.album-wrapper h3 {
	font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 6px;
}
.listen-links {
	margin-top: 20px;
	margin-bottom: 10px;
}
.album-listen {
	background-color: black;
	color: #fff;
	margin-left: 5px;
	text-align: center;
	padding: 8px 10px 8px;
	border-radius: 50%;
	font-size: 16px;
	/* margin-bottom: 15px;
	margin-top: -30px; */
}
.album-listen:hover {
	color: #fff;
	background-color: #4178BE;
}
.resources-title {
	text-align: center;
	padding-bottom: 15px;
	margin-top: 60px;
}
section#album-resume a, div.chord-chart a, .btn-info, .btn-success {
	background-color: #1e8ec7;
  background-image: none;
  color: #fff;
  font-family: futura-pt, sans-serif;
  padding: 10px 13px;
  font-weight: 600;
  box-shadow: 0 0 20px rgba(255,255,255,.5);
}
section#album-resume a:hover, section#albums a.link:hover, div.chord-chart a:hover, .btn-info:hover, .btn-success:hover {
	text-decoration: none;
	background-color: #1abc9c;
	color: #fff;
}
.album-action-links {
	text-align: center;	
	padding-top: 15px;
}
section#albums a.link {
	background-color: #1e8ec7;
  background-image: none;
  color: #fff;
  font-family: futura-pt, sans-serif;
  padding: 10px 13px;
  font-weight: 600;
  box-shadow: 0 0 20px rgba(255,255,255,.5);
  border-radius: 3px;
}
.thisweek .date {
	float: none;
}




@media (min-width: 768px) {
	.thisweek .campus {
		width: calc(33.33333333% - 30px);
	}
}

/* Desktop or Large Tablet */
@media screen and (max-width: 1024px) {
	#worship-intensives-hero, #worship-intensives-hero-2 {
		height: 40vh;
	}
	.about-heading {
		/* padding-top: 0; */
	}
	.twi-promo-pic-1 {
		top: -350px;
	}
	.register-btn.register-sm {
		margin-top: 50px;
	}
	.about-body.schedule-body {
		padding: 50px 5px;
	}
	#worship-intensives-body-schedule {
		background-position: top -300px left -200px, top 600px right -150px;
	}
	.about-heading.sub-heading.top-sub {
		padding-top: 0;
	}
}

/* Tablet */
@media screen and (max-width: 992px) {
	/* Worship Leader Track */
	.worship-leader-track #worship-track-hero-1 {
		height: 30vh;
	}
	.worship-leader-track #worship-track-hero-2 {
		height: 40vh;
	}
	.worship-leader-track #worship-track-hero-3 {
		height: 40vh;
	}
}

/* Tablet */
@media screen and (max-width: 768px) {
	section#involved p:first-child {
		font-size: 21px;
	}
	.device-break-1 {
		display: block;
	}
	.about-heading {
		text-align: center;
	}
	.about-body {
		padding: 0 30px 50px;
		text-align: center;
	}
	.twi-promo-pic-1 {
		position: relative;
		top: 0;
		width: 100%;
		padding-bottom: 55px;
	}
	.about-heading.sub-heading.top-sub {
		text-align: center;
	}
	.register-btn.register-sm {
		margin-bottom: 100px;
	}
	.speaker-wrapper {
		padding: 40px 50px;
	}
	#speakers {
		padding-top: 100px;
	}
	.about-body.schedule-body {
		padding: 50px 30px;
	}
	.twi-promo-pic-2 {
		margin-top: 80px;
		margin-left: -15px;
	}
	.about-body ul.saturday-schedule li span.schedule {
		max-width: none;
	}
	.schedule-body.saturday-schedule {
		margin-top: -70px;
	}
	body.intensives p.address {
		text-align: center;
	}
	#worship-intensives-body-schedule {
		background-position: top -60px left -100px, top 1000px right -50px;
	}
	.video-wrapper {
		margin-top: -40px;
  		margin-bottom: 100px;
	}
	.twi-promo-pic-4 {
		display: none;
	}
	.twi-choose {
		margin-bottom: 15px;
	}
	.twi-choose-option-2 {
		margin-top: 0;
	}

	/* Worship Leader Track */
	.worship-leader-track #worship-track-hero-1 {
		height: 20vh;
	}
	.worship-leader-track #worship-track-hero-2 {
		height: 30vh;
	}
	.worship-leader-track #worship-track-hero-3 {
		height: 30vh;
	}
	.worship-leader-track .about-heading {
		padding-top: 0;
	}
	.worship-leader-track .about-heading img {
		padding: 45px;
	}
	.worship-leader-track .about-body.list {
		padding: 25px 40px 25px 50px;
		max-width: 500px;
		text-align: left;
		margin: 0 auto;
	}
	.worship-leader-track .about-body.list.part-1 {
		padding-bottom: 0;
	}
	.worship-leader-track .about-body.list.part-1 ul {
		margin-bottom: 0;
	}
	.worship-leader-track .about-body.list.part-2 {
		padding-top: 0;
	}
	.worship-leader-track .about-body.list-cta {
		text-align: center;
	}
	.worship-leader-track .about-body-subtitle {
		text-align: left;
	}
	.worship-leader-track #schedule .about-body ul {
		margin: 0 auto;
		max-width: 350px;
	}
	.worship-leader-track #register {
		max-width: 440px;
		display: block;
		margin: 0 auto;
		text-align: left;
	}
}

/* Mobile */
@media screen and (max-width: 440px) {
	.device-break-2 {
		display: block;
	}
	h3.twi, h4.twi {
		font-size: 20px;
		letter-spacing: 8px;
	}
	h4.twi-mission-statement {
		font-size: 17px;
		line-height: 26px;
		padding: 0 20px 20px;
	}
	.twi-promo-pic-2 {
		margin-left: -40px;
	}
	#worship-intensives-head h3 {
		font-size: 14px;
		letter-spacing: 4px;
	}
	#worship-intensives-head h1 {
		font-size: 35px;
  		letter-spacing: 5px;
	}
	#worship-intensives-head h2 {
		font-size: 20px;
		padding-bottom: 50px;
	}
	.about-heading h3.twi-about, .about-heading h3.twi-schedule, .about-heading h3.twi-registration {
		margin-bottom: -25px;
	}
	body.intensives p, body.intensives ul {
		font-size: 16px;
	}
	.twi-promo-pic-1 {
		width: calc(100% + 50px);
		margin-left: -60px;
	}
	.about-body ul {
		padding-left: 15px;
	}
	.register-btn.register-sm {
		margin-bottom: 0;
	}
	.speaker-wrapper {
		padding: 40px 0px;
	}
	.speaker-wrapper h4 {
		margin: -52px 15px 0;
		font-size: 20px;
		line-height: 25px;
		letter-spacing: 6px;
	}
	.speaker-wrapper h4.long-name {
		margin-top: -78px;
	}
	body.intensives .speaker-wrapper p {
		padding-left: 15px;
  		padding-right: 15px;
	}
	.speaker-wrapper img:hover {
		transform: scale(1);
	}
	.speaker-wrapper h5 {
		font-size: 18px;
  		letter-spacing: 4px;
	}
	.speaker-wrapper h4.no-title {
		margin-bottom: 20px;
	}
	#worship-intensives-hero-2 {
		margin-top: 100px;
	}
	.twi.twi-mission.schedule-heading {
		font-size: 25px;
	}
	.twi-promo-pic-2 {
		display: none;
	}
	body.intensives p.address {
		font-size: 14px;
	}
	h5.location span.campus {
		font-size: 15px;
	}
	/*
	.about-body.schedule-body ul {
		padding-left: 0;
		margin-left: -15px;
	}
	*/
	.about-body.schedule-body.thursday-schedule {
		padding-bottom: 0;
  		margin-bottom: -20px;	
	}
	.about-body ul.saturday-schedule li span.schedule {
		max-width: 170px;
	}
	.registration-sub-heading {
		display: none;
	}
	#worship-intensives-body {
		background-position: top -160px left -100px, top 600px right -100px, bottom 750px left -110px, bottom 100px right -0px;
  		background-size: 50%;
	}
	#worship-intensives-body-schedule {
		background-size: 50%;
	}
	.video-wrapper {
		margin-top: 0px;
		margin-bottom: 70px;
	}

	/* Worship Leader Track */
	.worship-leader-track .twi-mission-statement {
		padding: 60px 40px 40px 40px;
	}
	.worship-leader-track .about-heading img {
		padding: 20px;
	}
	.worship-leader-track .about-body.list {
		padding-left: 25px;
	}
	.worship-leader-track .registration-sub-heading {
		display: block;
	}
	.worship-leader-track .twi, h4.twi {
		font-size: 24px;
	}
}


@media screen and (max-width: 320px) {
	.about-body.schedule-body ul {
		padding-left: 0;
		margin-left: -15px;
  	}
}










@media screen and (max-width: 767px) {
	body.home #album-resume, body.pursuit #album-resume { background-image: url('/assets/img/pursuit/background-tfhworship.png'); background-size: cover; }
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a { color: #000; }
	#pursuit-march, #pursuit-title, #pursuit-cover { width: 100%; height: auto; }	
	section#album-resume { padding-top: 60px; }
		section#album-resume img#pursuit-march { margin: 0 0 30px; }
		section#album-resume img#pursuit-title { margin: 0 0 30px; }
		section#album-resume p { padding-top: 30px; }
	section#content-home { padding-top: 50px; }
	body.home section#content-home { margin-top: 100px; padding-top: 50px; }
	body.pursuit section#content-home { margin-top: 100px; padding-top: 50px; }
	section#worshipcentral .col-md-4 img { margin-bottom: 30px; float: none; }
		section#worshipcentral .col-md-8 { border-top: 1px solid #000; border-left: 0; }
	footer .social-links { margin-bottom: 30px; }
	section#featured-albums { margin-top: 30px; }
		section#featured-albums hr { margin-top: 20px; }
		section#featured-albums .col-md-4 { margin-bottom: 10px; }
		section#featured-albums .col-md-4 img { display: block; margin: auto; }
		section#albums a.link { font-size: 12px; letter-spacing: 2px; }
		section#albums img { margin-top: 20px; }
		section#albums .tracks:first-child ol { margin-left: 20px; }
		section#albums .tracks ol { margin-left: 20px; }
	p.buy-stream { margin: 30px 0; }
	#buy-stream .cover img { display: block; margin: auto; }
	#buy-stream .col-md-8 { border-left: 0; }
	.badgets { border-top: 1px solid #000; margin-top: 20px; }
		.badgets img { display: block; margin: 0 auto 10px; }
	ul.pursuit-tracks { margin: 0; padding: 0; }
	ul.credits { margin: 0 0 30px; padding: 0; }
	p.chord-chart { padding-bottom: 30px; }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a { color: #000; }
	section#featured-albums .col-md-4 { margin-bottom: 20px; }
	section#featured-albums .col-md-4 img { display: block; margin: auto; }
	section#albums img { margin-top: 20px; }
	section#albums .tracks:first-child ol { margin-left: 20px; }
		section#albums .tracks ol { margin-left: 20px; }
}