/*  
Theme Name: BBBS - Independence Region
Theme URI: http://www.320studios.com/
Description: Custom CMS built on the WordPress platform.
Version: 1.0
Author: 320studios - Bart Hook & Chris Bennett
Author URI: http://www.independencebigs.org
*/


/*---------------------------------------------------------------------
 *  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, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: none;
} 

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

img {
	-ms-interpolation-mode: bicubic;
}

input[type=radio], input[type=checkbox] {
	margin: 0 10px 0 0;
}

*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



/*---------------------------------------------------------------------
 *  HTML ELEMENTS
 *---------------------------------------------------------------------*/
 
html {
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
}

body {
	font-family:'AvenirNextLTW01-Regular', sans-serif;
	color: #333333;
	background: #f2f0f2;
}

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

a {
	color: #00bd65;
	text-decoration: none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

a:hover {
	color: #00d673;
}

ul {
	margin: 0 0 0 40px;
	padding: 0 0 15px 0;
	list-style: circle;
}

ol {
	margin: 0 0 20px 40px;
	list-style: decimal;
}

li {
	margin: 0 0 15px 0;
}

small {
	color: #888888;
	font-style: italic;
	font-size: 14px;
}



/*---------------------------------------------------------------------
 *  GLOBAL STYLES
 *---------------------------------------------------------------------*/
  
.clear {
	clear: both;
}

.left {
	position: relative;
	float: left;
	box-sizing: border-box;
}

.right {
	position: relative;
	float: right;
	box-sizing: border-box;
}

#shell {
	position: relative;
	z-index: 1;
}

.wrapper {
	position: relative;
	box-sizing: border-box;
	margin: 0 auto;
	width: 100%;
	max-width: 1370px;
}

.centered {
	text-align: center;
}




/*---------------------------------------------------------------------
 *  HOME
 *---------------------------------------------------------------------*/

#home_top {
	position: relative;
	z-index: 5;
	height: 700px;
}

#home_top .content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	color: #ffffff;
	text-align: left;
	padding: 0 30px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
		align-items: center;
	overflow: hidden;
	z-index: 10;
}

#home_top h1 {
	position: relative;
	font-family:'Steelfish W05 Bold', sans-serif;
	font-size: 100px;
	line-height: 1;
	color: #ffffff;
	text-transform: uppercase;
}

#home_top h1 span {
	display: block;
	font-family:'AvenirNextLTW01-BoldCn', sans-serif;
	font-size: 25px;
	line-height: 1;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0;
	text-shadow: none;
}

#home_top h1 em {
	font-style: normal;
	color: #00fc87;
}

.line {
	display: none;
	position: absolute;
	bottom: -23px;
    left: -54px;
	width: 676px;
	height: 31px;
	background-image: url(images/header_bg.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
}

#home_top p {
	font-size: 20px;
    line-height: 28px;
    width: 100%;
    max-width: 610px;
    font-family: 'AvenirNextLTW01-Regular', sans-serif;
	padding: 15px 0 30px 0;
}

#home_top a.btn {
	background: #00d673;
	color: #1a1a1a;
	border: none;
}

#home_top a.btn:hover {
	background: #00fc87;
}

#home_top a.btn.second {
	background: #00d673;
	color: #1a1a1a;
	border: none;
}

#home_top a.btn.second:hover {
	background: #00fc87;
}

.hero {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    z-index: 5;
}

.mobile_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0);
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
	z-index: 7;
}

#cta_bar {
	position: relative;
	height: 275px;
	background: #000000;
	z-index: 50;
}

#cta_bar .left {
	width: 50%;
	z-index: 5;
}

.cta_box {
	position: relative;
	box-sizing: border-box;
	float: left;
	width: 50%;
	height: 275px;
	border-left: 1px solid rgba(255,255,255,.2);
	text-align: center;
	color: #ffffff;
}

.cta_box a {
	color: #00d673;
	font-size: 16px;
	line-height: 1;
	font-family:'AvenirNextLTW01-BoldCn', sans-serif;
	text-transform: uppercase;
	display: block;
}

.cta_box a:hover {
	color: #00fc87;
}

.cta_box a::before {
	content: "";
	width: 30px;
	height: 1px;
	display: block;
	background: rgba(255,255,255,.2);
	margin: 25px auto 20px auto;
}

.cta_box sup {
	vertical-align: super;
    font-size: 45px;
}

.stat {
	font-family:'Steelfish W05 Bold', sans-serif;
	font-size: 80px;
	line-height: normal;
	color: #ffffff;
	font-weight: normal;
	font-style: normal;
	margin: 0 0 15px 0;
}

.cta_box .content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	color: #ffffff;
	font-family:'Avenir Next LT W01 Demi', sans-serif;
	font-size: 20px;
	line-height: normal;
	text-align: center;
	padding: 0 30px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
		align-items: center;
	-webkit-justify-content: center;
		justify-content: center;
	overflow: hidden;
	z-index: 10;
}

#big_cta {
	font-family:'Steelfish W05 Bold', sans-serif;
	position: relative;
	box-sizing: border-box;
	float: right;
	width: 50%;
	background-color: #1a1a1a;
	border: 10px solid #ffffff;
	background-image: url(images/callout_bg.jpg);
	/*background-image: url(images/fashion-td-CTA.jpg);*/
	background-position: left center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-box-shadow: -10px 33px 60px 8px rgba(0,0,0,0.25); 
	box-shadow: -10px 33px 60px 8px rgba(0,0,0,0.25);
	height: 420px;
	margin: -96px 0 0 0;
	z-index: 20;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

#big_cta.bigdraft {
	background-image: url(images/bigdraft_cta-bg.jpg); 
	background-position: center center;
}

#big_cta .content {
    position: relative;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    color: #ffffff;
    font-size: 45px;
    line-height: 1;
    text-align: right;
    /*text-align: left;*/
    text-transform: uppercase;
    padding: 30px;
    overflow: hidden;
    z-index: 10;
}

#big_cta.bigdraft .content {
	text-align: center;
}

#big_cta .content span {
	color: #00fc87;
}

.big_stat {
    font-size: 125px;
    line-height: normal;
    color: #ffffff;
    font-weight: normal;
    font-style: normal;
    margin: 0 0 10px 0;
}

#big_cta.bigdraft h2 {
	font-family:'Steelfish W05 Bold', sans-serif;
	font-size: 75px;
	line-height: 1;
	margin: 0 0 25px 0;
}

#big_cta .svg-inline--fa {
	margin: 0 0 0 5px;
	vertical-align: 0;
}

#big_cta p {
	padding: 0 0 40px 0;
}

#big_cta.bigdraft p {
	font-family:'Avenir Next LT W01 Demi', sans-serif;
	font-size: 18px;
	line-height: normal;
	text-transform: none;
	padding: 0 0 20px 0;
}

#big_cta a {
	display: block;
	color: #00d673;
	font-size: 32px;
	line-height: 1;
	
}

#big_cta.bigdraft .inspire {
	position: absolute;
	bottom: 10px;
	left: 10px;
	width: 170px;
}

.inspire img {
	width: 100%;
	height: auto;
	display: block;
}

#big_cta a:hover {
	color: #00fc87;
}

.cta_img {
	display: none;
}

.cta_img img {
	display: block;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

#home_main {
	position: relative;
	background-color: #f7f7f7;
	background: url(images/home_main_bg.jpg) no-repeat top center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	border-bottom: 200px solid #1a1a1a;
	z-index: 30;
}

#home_main .wrapper, #home_dark .wrapper {
	max-width: 1140px;
	padding: 0 30px;
}

#home_main .content h2 {
	font-family:'AvenirNextLTW01-BoldIta', sans-serif;
	font-size: 24px;
	line-height: 28px;
	color: #333333;
	margin: 0 0 20px 0;
}

#home_main .content {
	padding: 230px 0;
}

#home_main .left, #home_dark .left {
	position: relative;
	width: calc(50% - 60px);
	font-size: 50px;
	line-height: 54px;
	color: #333333;
	text-align: right;
	font-family:'Avenir Next LT W01 Demi', sans-serif;
}

#home_main .right, #home_dark .right {
	position: relative;
	width: calc(50% - 60px);
	font-size: 15px;
	line-height: 22px;
}

#home_lgbtq {
	position: relative;
	box-sizing: border-box;
	width: 225px;
	margin: 25px 0 0 0;
}

#home_lgbtq img {
	width: 100%;
	height: auto;
	display: block;
}

a.btn {
	position: relative;
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    background: #00d673;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 20px 30px;
    font-family:'AvenirNextLTW01-BoldCn', sans-serif;
    color: #1a1a1a;
    font-size: 17px;
    line-height: 1;
    text-transform: uppercase;
    border: none;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s  ease-in-out;
	-o-transition: all .4s  ease-in-out;
	transition: all .4s  ease-in-out;
}

a.btn.second {
	margin: 0 0 0 20px;
}

a.btn:hover {
	background: #00fc87;
	color: #333333;
}

#home_main .left a.btn {
	margin-top: 25px;
	background: #000000;
	color: #ffffff;
}

	#home_main .left a.btn:hover {
		background: #00fc87;
		color: #333333;
	}

#featured {
	position: relative;
	display: block;
	height: 600px;
	margin: 0 0 -200px 0;
	background: #ffffff;
}

#featured h2 {
	background: #ffbb03;
	color: #ffffff;
	font-family:'Avenir Next LT W01 Demi', sans-serif;
	font-weight: normal;
	font-size: 20px;
	line-height: 1;
	text-transform: uppercase;
	padding: 30px 50px;
}

#temp_events {
	position: relative;
	box-sizing: border-box;
	margin: 0 0 -200px 0;
	height: 634px;
}

#home_dark {
	position: relative;
	box-sizing: border-box;
	background: #1a1a1a;
	color: #ffffff;
	padding: 230px 0 0 0;
	z-index: 20;
}

#home_dark .left {
	color: #ffffff;
}

#home_dark .content h3, #programs h2 {
	font-family:'AvenirNextLTW01-BoldIta', sans-serif;
	font-size: 24px;
	line-height: 28px;
	color: #ffffff;
	margin: 0 0 20px 0;
}

#home_dark .content h3 span {
	color: #00fc87;
}

#home_dark .content h2 {
	font-family:'Avenir Next LT W01 Bold', sans-serif;
	font-size: 20px;
	line-height: 1;
	text-transform: uppercase;
	color: #ffffff;
	margin: 10px 0 20px 0;
}

#home_dark a.btn {
    color: #1a1a1a;
    background: #00d673;
    border: none;
}

a.btn.second {
	margin: 0 0 0 20px;
}

#home_dark a.btn:hover {
	background: #00fc87;
}

#home_dark p {
	margin: 0 0 30px 0;
}

#home_quote {
	position: relative;
	background: #1a1a1a;
	text-align: center;
	color: #ffffff;
	padding: 230px 0;
	background-image: url(images/bg_quotes.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#home_quote .wrapper {
	max-width: 850px;
}

#home_quote h3 {
	font-family:'Avenir Next LT W01 Bold', sans-serif;
	font-size: 24px;
	line-height: 1;
	margin: 0 0 10px 0;
}

#home_quote .content {
	font-family:'AvenirNextW01-CnLightIt', sans-serif;
	font-size: 26px;
	line-height: 42px;
	padding: 0 25px;
}

#home_quote .author {
	position: relative;
	display: inline-block;
	width: auto;
	margin: 30px auto 0 auto;
}

#home_quote .left {
	width: 130px;
}

.author .left .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-moz-box-shadow: rgba(0, 0, 0, 0.8) 5px 5px 55px inset;
	-webkit-box-shadow: rgba(0, 0, 0, 0.8) 5px 5px 55px inset;
	box-shadow: rgba(0, 0, 0, 0.8) 5px 5px 55px inset;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	z-index: 10;
}

#home_quote:hover .author .left .overlay {
	-moz-box-shadow: rgba(0, 0, 0, 0.6) 0 0 20px inset;
	-webkit-box-shadow: rgba(0, 0, 0, 0.6) 0 0 20px inset;
	box-shadow: rgba(0, 0, 0, 0.6) 0 0 20px inset;
}

.author .left img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.author .right {
	margin: 25px 0 0 30px;
	text-align: left;
}

.author .right p {
	font-size: 15px;
	line-height: 19px;
	color: #d6d6d7;
	padding: 0;
}

#home_blocks {
	position: relative;
	box-sizing: border-box;
	background: #1a1a1a;
}

#story_blocks {
	position: relative;
	box-sizing: border-box;
}

#home_blocks h2, #story_blocks h2 {
	font-size: 20px;
}

#home_blocks .wrapper {
	padding: 0 30px;
	font-family:'Avenir Next LT W01 Bold', sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 22px;
	padding: 0 30px 50px 30px;
}

#story_blocks .wrapper {
	padding: 0 30px;
	font-family:'Avenir Next LT W01 Bold', sans-serif;
	color: #333333;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 22px;
	padding: 0 30px 50px 30px;
}

#home_blocks .wrapper .svg-inline--fa, #story_blocks .wrapper .svg-inline--fa {
	margin: 0 0 0 10px;
}

#blocks {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	max-width: 1370px;
	margin: 0 auto;
}

#blocks.home {
	max-width: 1430px;
	padding: 0 30px;
}

#blocks.fullwidth {
	margin: 90px auto;
}

#story_blocks #blocks {
	margin: 0 auto 90px auto;
}

#story_blocks .right a, #home_blocks .right a {
	color: #333333;
}

#story_blocks .right a:hover, #home_blocks .right a:hover {
	color: #00bd65;
}

#home_blocks .right a {
	color: #ffffff;
}

#home_blocks .right a:hover {
	color: #00fc87;
}

#blocks .svg-inline--fa {
	margin: 0 0 0 10px;
}

.block {
	position: relative;
	display: block;
	float: left;
	width: 33.333333333333%;
	height: 430px;
	background: #333333;
    overflow: hidden;
}

.block h3 {
	font-family:'Steelfish W05 Bold', sans-serif;
	color: #ffffff;
	font-size: 50px;
	line-height: normal;
	text-transform: uppercase;
}

.block h3.news {
	font-family:'Avenir Next LT W01 Bold', sans-serif;
	color: #ffffff;
	font-size: 24px;
	line-height: normal;
}

.b_photo {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: .99;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    background-size: cover;
    background-position: center center;
    -webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}

.b_type {
	position: absolute;
	top: 30px;
	left: 30px;
	font-family:'Avenir Next LT W01 Demi', sans-serif;
	font-size: 15px;
	color: #ebebeb;
	line-height: normal;
	z-index: 50;
}

.b_content {
    position: absolute;
    box-sizing: border-box;
    padding: 0 30px;
    left: 0;
    bottom: 30px;
    z-index: 10;
    margin: 0;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.b_content p {
	font-size: 15px;
	line-height: 22px;
	color: #e0e0e0;
	padding: 20px 0 30px 0;
}

.block:hover .b_photo {
	opacity: .15;
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.read {
	position: relative;
	font-family:'Avenir Next LT W01 Bold', sans-serif;
	color: #ffffff;
	font-size: 15px;
	line-height: 1;
	text-transform: uppercase;
}

.read a {
	color: #00d673;
}

.read a:hover {
	color: #00fc87;
}

.expand {
	display: none;
}

.block_static {
	position: relative;
	box-sizing: border-box;
	display: block;
	float: left;
	width: 33.333333%;
	height: 430px;
	background: #00d673;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
		align-items: center;
	-webkit-justify-content: center;
		justify-content: center;
    overflow: hidden;
    text-align: center;
    color: #ffffff;
    padding: 30px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -moz-box-shadow: rgba(0, 0, 0, 0.4) 5px 5px 90px inset;
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 5px 5px 90px inset;
	box-shadow: rgba(0, 0, 0, 0.4) 5px 5px 90px inset;
}

.block_static:hover {
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0 0 20px inset;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 20px inset;
	box-shadow: rgba(0, 0, 0, 0.2) 0 0 20px inset;
}

.block_static h3 {
	font-family:'AvenirNextLTW01-BoldIta', sans-serif;
	font-size: 24px;
	line-height: normal;
	margin: 0 0 15px 0;
}

.block_static p {
	font-size: 16px;
	line-height: 24px;
	padding: 0 0 30px 0;
}

.block_static a.btn {
    color: #1a1a1a;
    background: #ffffff;
    padding: 15px 25px;
}

.block_static a.btn:hover {
	background: #1a1a1a;
	color: #ffffff;
}

#mentor_co {
	position: relative;
	box-sizing: border-box;
	margin: 90px 30px 30px 30px;
	padding: 150px 30px;
	background-image: url(images/bg_mentor.jpg);
	background-color: #000000;
	background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    line-height: normal;
	font-family:'Avenir Next LT W01 Demi', sans-serif;
	color: #ffffff;
	font-size: 15px;
	line-height: normal;
}

#mentor_co:hover {
	cursor: pointer;
}

#mentor_co a {
	color: #ffffff;
	text-decoration: underline;
}

#mentor_co a:hover {
	color: #00fc87;
}

#mentor_co .content {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}

#mentor_co .left {
	width: 290px;
}

#mentor_co .left img {
	width: 100%;
	height: auto;
	display: block;
}

#mentor_co .right {
	width: calc(100% - 350px);
}

#mentor_co .right p {
	font-size: 24px;
}

#partners {
	position: relative;
	box-sizing: border-box;
	padding: 60px 30px;
	font-family:'Avenir Next LT W01 Bold', sans-serif;
	font-size: 16px;
	line-height: 22px;
	color: #333333;
	text-transform: uppercase;
}

#partners .wrapper {
	max-width: 1310px;
}

#partners h2 {
	font-size: 20px;
}

#partners .svg-inline--fa {
	margin: 0 0 0 10px;
}

#partners .right a {
	color: #333333;
}

#partners .right a:hover {
	color: #00bd65;
}

#partner_slider {
	position: relative;
	margin: 50px 0;
	border: 1px solid #dddddd;
}

.pblock {
	border-right: 1px solid #dddddd;
	text-align: center;
	box-sizing: border-box;
	margin: 3px 0 0 0;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: .70;
}

.pblock:hover {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	opacity: 1;
}

.pblock img {
	display: inline-block;
	width: auto;
	max-width: 100%;
	height: auto;
}

.slick-arrow {
	display: none !important;
}




/*---------------------------------------------------------------------
 *  INTERIOR PAGES
 *---------------------------------------------------------------------*/

#page_top {
	position: relative;
	z-index: 5;
	height: 470px;
	background: #1a1a1a;
}

#page_top .left {
	width: calc(100% - 260px);
	padding: 0 30px 0 0;
}

#page_top .right {
	width: 260px;
	padding: 0 30px;
}

#page_top h1 {
	position: relative;
	font-family:'Steelfish W05 Bold', sans-serif;
	font-size: 100px;
	line-height: 1;
	color: #ffffff;
	text-transform: uppercase;
}

#page_top h1.alt {
	position: relative;
	font-family:'AvenirNextLTW01-BoldIta', sans-serif;
	font-size: 50px;
	line-height: 1;
	color: #ffffff;
	text-transform: uppercase;
}

#page_top .content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	color: #ffffff;
	text-align: left;
	padding: 0 30px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
		align-items: center;
	overflow: hidden;
	z-index: 10;
}

.page_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    z-index: 5;
}

.int {
	position: relative;
	box-sizing: border-box;
	padding: 0 30px;
	width: 100%;
	max-width: 1430px;
	z-index: 10;
	margin: -105px auto 60px auto;
}

#full {
	position: relative;
	box-sizing: border-box;
	padding: 0 30px;
	width: 100%;
	max-width: 1430px;
	margin: 0 auto 60px auto;
}

#sidebar {
	position: relative;
	box-sizing: border-box;
	float: left;
	width: 360px;
	background: #f2f0f2;
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

#sidebar.event {
	float: right;
}

#sidebar.color {
	border-top: 10px solid #00d673;
}

#sidebar img {
	width: 100%;
	height: auto;
	display: block;
}

#side_top {
	position: relative;
	box-sizing: border-box;
	padding: 15px 30px;
	background: #00d673;
	height: 95px;
	color: #333333;
	font-size: 16px;
	line-height: 22px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
		align-items: center;
	overflow: hidden;
}

#side_top h2 {
	font-family:'Avenir Next LT W01 Bold', sans-serif;
	color: #1a1a1a;
	font-size: 20px;
	line-height: 1;
	text-transform: uppercase;
}

#main {
	position: relative;
	box-sizing: border-box;
	float: right;
	width: calc(100% - 360px);
	background: #ffffff;
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    overflow: hidden;
}

#main.event {
	float: left;
	padding: 40px 30px 0 30px;
}

#main.color {
	border-top: 10px solid #00d673;
}

#main .content {
	position: relative;
	box-sizing: border-box;
	padding: 60px 30px;
	font-size: 16px;
	line-height: 24px;
	max-width: 890px;
	margin: 0 auto;
	color: #666666;
}

#main .content strong {
	color: #595959;
}

#main .content h2 {
	font-family:'Avenir Next LT W01 Demi', sans-serif;
	color: #111111;
	text-align: center;
	font-size: 32px;
	line-height: 38px;
	margin: 0 auto;
	width: 100%;
	max-width: 780px;
	padding: 0 0 30px 0;
}

#main .content h3 {
	font-family:'Avenir Next LT W01 Demi', sans-serif;
	color: #2f2f2f;
	font-size: 18px;
	line-height: normal;
	/*text-transform: uppercase;*/
	margin: 15px 0 0 0;
}

#main .content h3.large {
	font-size: 20px;
	text-transform: uppercase;
}

#main .content img {
	max-width: 100%;
	height: auto;
}

#main .content ul + h3 {
	/*padding-top: 30px;*/
}

#main .content h3::after {
	content: "";
	width: 40px;
	height: 1px;
	display: block;
	background: #cccccc;
	margin: 20px 0;
}

#main .content h4 {
    font-family: 'Avenir Next LT W01 Demi', sans-serif;
    color: #2f2f2f;
    font-size: 16px;
    line-height: normal;
    text-transform: uppercase;
    margin: 10px 0;
    text-align: left;
    padding: 0;
}

#sidebar .content {
	padding: 30px 30px 0 30px;
}

#sidebar .story {
	padding: 0;
}

.side_fact {
	position: relative;
	box-sizing: border-box;
	color: #666666;
	font-size: 16px;
	line-height: normal;
}

.side_fact::after {
	content: "";
	width: 50px;
	height: 1px;
	display: block;
	background: #cccccc;
	margin: 30px 0;
}

.side_fact.last::after {
	display: none;
}

.side_fact sup {
    vertical-align: super;
    font-size: 35px;
}

.side_fact strong {
	display: block;
	font-family:'Steelfish W05 Bold', sans-serif;
    font-size: 60px;
    line-height: normal;
    color: #00d673;
    margin: 0 0 5px 0;
}

.side_item {
	position: relative;
	box-sizing: border-box;
	color: #666666;
	font-size: 16px;
	line-height: normal;
}

.side_item.morepad {
	padding: 30px 0;
}

.side_item::after {
	content: "";
	width: 100%;
	height: 1px;
	display: block;
	background: #cccccc;
	margin: 30px 0;
}

.side_item.last::after {
	display: none;
}


.side_item strong {
	display: block;
	font-size: 16px;
	line-height: normal;
	font-family:'Avenir Next LT W01 Bold', sans-serif;
	color: #333333;
	margin: 0 0 10px 0;
}

.side_item.contact span {
	line-height: 24px;
	display: block;
	margin: 5px 0;
}

.side_item.contact span .svg-inline--fa {
	margin: 0 15px 0 0;
	opacity: .5;
}

.side_item.contact span.pdf {
	margin: 30px 0 0 0;
	position: relative;
	padding: 0 0 0 41px;
}

.side_item.contact span.pdf .svg-inline--fa {
	position: absolute;
	left: 0;
}

.thanks {
	position: relative;
	box-sizing: border-box;
	padding: 30px 30px 0 30px;
	color: #666666;
	font-size: 16px;
	line-height: normal;
}

.thanks p {
	padding: 10px 0 0 0;
}

.thanks strong {
	display: block;
	font-size: 16px;
	line-height: normal;
	font-family:'Avenir Next LT W01 Bold', sans-serif;
	color: #333333;
}



#intro {
	position: relative;
	box-sizing: border-box;
}

#intro::after {
	content: "";
	width: 150px;
	height: 1px;
	display: block;
	background: #cccccc;
	margin: 40px auto;
}

#intro.noafter::after {
	background: transparent;
	margin: 0 
}

#intro p {
	font-size: 21px;
    line-height: 28px;
    color: #888;
    margin: 0 0 20px 0;
    padding: 0;
    text-align: center;
}

img.aligncenter {
	display: block;
	margin: 10px auto;
}

img.alignright {
    display: inline-block;
    margin: 0 0 0 20px;
    float: right;
    max-width: 300px;
    height: auto;
}

img.alignleft {
    display: inline-block;
    margin: 0 20px 0 0;
    float: left;
    max-width: 300px;
    height: auto;
}




/*---------------------------------------------------------------------
 *  MEET THE TEAM
 *---------------------------------------------------------------------*/

#centered {
	position: relative;
	box-sizing: border-box;
	text-align: center;
	padding: 60px 0 0 0;
}

#centered h1 em {
	font-style: normal;
}

#centered p {
	padding: 0;
	margin: 15px auto 0 auto;
	max-width: 430px;
	font-size: 24px;
	line-height: normal;
}

#team_page {
    position: relative;
    box-sizing: border-box;
    padding: 90px 0;
}

#team_page.board {
	padding: 30px 30px 60px 30px;
}

#team_page p.large {
	font-family: 'AvenirNextLTW01-Regular', sans-serif;
    font-size: 28px;
    line-height: 36px;
    text-align: center;
    padding: 0;
    margin: 0 auto;
    max-width: 850px;
}



#team_page #grid {
	z-index: 50;
}

#team_page .grid-item {
	width: 25%;
	text-align: center;
	
}

.t_block {
	position: relative;
	box-sizing: border-box;
	margin: 5px;
	overflow: hidden;
}

.t_block .e_type {
	display: none;
    top: 15px;
    left: 15px;
    -webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

	.t_block:hover .e_type {
		display: block;
	}

.t_img {
	position: relative;
	display: block;
	z-index: 1;
}

.t_img img {
	width: 100%;
	height: auto;
	display: block;
}

.t_name {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(26, 26, 26, .9);
	color: #ffffff;
	padding: 15px;
	text-align: center;
	z-index: 5;
	font-family:'Avenir Next LT W01 Demi', sans-serif;
	font-size: 13px;
	line-height: 1;
	text-transform: uppercase;
}


.t_content {
	display: none;
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(26, 26, 26, .9);
    z-index: 10;
}

.t_info {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    color: #ffffff;
    text-align: center;
    padding: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 20;
}

.t_info section {
	width: 100%;
}

.t_info h3 {
	color: #00fc87;
	font-family:'Avenir Next LT W01 Bold', sans-serif;
	font-size: 20px;
	line-height: normal;
}

.t_info p {
	font-size: 15px;
	padding: 0;
	line-height: normal;
	color: #ffffff;
}

.t_info a {
	color: #ffffff;
	text-transform: uppercase;
	font-family:'Avenir Next LT W01 Bold', sans-serif;
	font-size: 13px;
	line-height: 1;	
}

.t_info a:hover {
	color: #00fc87;
}

.t_info p.company {
	color: #ebebeb;
	font-family:'AvenirNextLTW01-Regular', sans-serif;
	font-size: 14px;
	padding: 20px 0 0 0;
}

.t_info p.company strong {
	color: #ffffff;
	font-size: 16px;
	font-family:'Avenir Next LT W01 Demi', sans-serif;
	display: block;
}


p.fun {
	font-family:'AvenirNextW01-CnLightIt', sans-serif;
	font-size: 17px;
}

#team_filter, #board_main, #board_reg {
	position: relative;
	box-sizing: border-box;
	width: 100%;
    max-width: 1430px;
    margin: 70px auto 0 auto;
    padding: 0 30px;
	z-index: 100;
}

#team_filter.stories {
	margin: 70px 0 0 0;
}

#team_filter h2, #board_main h2, #board_reg h2 {
	color: #111111;
	font-family:'Avenir Next LT W01 Bold', sans-serif;
	font-size: 20px;
	line-height: 42px;
	text-transform: uppercase;
}

#team_filter ul.list {
	margin: 4px 0 0 0;
	width: 228px;
}

#team_filter .nice-select {
	margin: 0 0 0 10px;
	width: 230px;
}

#board_main a, #board_reg a {
	font-size: 16px;
    line-height: 42px;
    color: #333333;
    text-align: right;
    font-family:'AvenirNextLTW01-BoldCn', sans-serif;
    text-transform: uppercase;
}

#board_main a:hover, #board_reg a:hover {
	color: #00d673;
}

#board_main .svg-inline--fa, #board_reg .svg-inline--fa {
    margin: 0 0 0 10px;
}

#main_blocks {
	position: relative;
	box-sizing: border-box;
}

#main_blocks .left, #main_blocks .right {
	margin: 25px 0;
	width: calc(50% - 25px);
	background: #ffffff;
	padding: 5px;
	box-shadow: 0px 4px 9px 0px rgba(0,0,0,0.2);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.main_top {
	position: relative;
	box-sizing: border-box;
	background: #1a1a1a;
	color: #ffffff;
	text-align: center;
	padding: 30px;
}

.main_top h3 {
	font-size: 22px;
	line-height: normal;
	font-family:'Avenir Next LT W01 Bold', sans-serif;
}

.main_top p {
	width: 100%;
	max-width: 480px;
	padding: 0;
	margin: 10px auto 0 auto;
	font-size: 15px;
	line-height: 19px;
	color: rgba(255,255,255,.75);
}

.main_bot, .reg_bot {
	position: relative;
	box-sizing: border-box;
	text-align: center;
	padding: 20px 20px 15px 20px;
}

#board_main .main_bot a {
	font-size: 15px;
    line-height: normal;
    text-align: center;
}

#reg_blocks {
	position: relative;
	box-sizing: border-box;
	margin: 10px -15px;
}

.r_block {
	float: left;
	width: calc(33.3333333333% - 30px);
	margin: 15px;
	background: #ffffff;
	padding: 5px;
	box-shadow: 0px 4px 9px 0px rgba(0,0,0,0.2);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
}

.reg_top {
	position: relative;
	box-sizing: border-box;
	background: #555;
	color: #ffffff;
	padding: 30px;
}

.reg_top h3 {
	font-size: 22px;
	line-height: normal;
	font-family:'Avenir Next LT W01 Bold', sans-serif;
}

.reg_top p {
	padding: 0;
	margin: 5px 0 0 0;
	font-size: 17px;
	line-height: normal;
	font-family:'AvenirNextW01-CnLightIt', sans-serif;
}

#board_reg .reg_bot a {
	font-size: 15px;
    line-height: normal;
    text-align: center;
}

#marcus {
	position: relative;
	box-sizing: border-box;
	margin: 55px 0 0 0;
	overflow: hidden;
	border-bottom: 10px solid #00d673;
	background: rgba(97,53,121,1);
	background: rgba(34, 34, 34, 1);
	background: -moz-linear-gradient(top, rgba(34, 34, 34, 1) 0%, rgba(26,26,26,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(34, 34, 34, 1)), color-stop(100%, rgba(26,26,26,1)));
	background: -webkit-linear-gradient(top, rgba(34, 34, 34, 1) 0%, rgba(26,26,26,1) 100%);
	background: -o-linear-gradient(top, rgba(34, 34, 34, 1) 0%, rgba(26,26,26,1) 100%);
	background: -ms-linear-gradient(top, rgba(34, 34, 34, 1) 0%, rgba(26,26,26,1) 100%);
	background: linear-gradient(to bottom, rgba(34, 34, 34, 1) 0%, rgba(26,26,26,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#1a1a1a', GradientType=0 );
}

#marcus .content {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	max-width: 1430px;
	margin: 0 auto;
	padding: 0 30px;
}

#marcus .left {
	position: relative;
	box-sizing: border-box;
	width: 560px;
	padding: 70px 0;
	color: #ffffff;
	font-size: 15px;
	line-height: 22px;
	z-index: 10;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

#marcus .right {
	position: absolute;
	bottom: 0;
	left: 560px;
	z-index: 5;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

#marcus .right img {
	display: block;
}

#marcus h2 {
	color: #00fc87;
	font-family:'Avenir Next LT W01 Bold', sans-serif;
	font-size: 50px; 
	line-height: normal;
	margin: 0 0 40px 0;
}

#marcus h2 span {
	display: block;
	color: #f0ebea;
	font-family:'AvenirNextLTW01-BoldIta', sans-serif;
	font-size: 22px;
	margin: -3px 0 0 0;
}

#marcus h3 {
	color: #ffffff;
	font-family:'Avenir Next LT W01 Bold', sans-serif;
	font-size: 20px;
	line-height: 1;
	text-transform: uppercase;
	margin: 0 0 30px 0;
}

#marcus .svg-inline--fa {
    margin: 0 0 0 10px;
}

#marcus a {
	font-family:'AvenirNextLTW01-BoldCn', sans-serif;
	color: #ffffff;
}

#marcus a:hover {
	color: #ffbb03;
}

ul#weekly {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}

ul#weekly li {
	box-sizing: border-box;
	float: left;
	width: 50%;
	padding: 0 20px 0 0;
	margin: 0 0 15px 0;
}

ul#weekly li span {
	display: inline-block;
	width: 77px;
}



/*---------------------------------------------------------------------
 *  BIO PAGES
 *---------------------------------------------------------------------*/

#page_top h1.bio {
	position: relative;
	font-family:'Steelfish W05 Bold', sans-serif;
	font-size: 100px;
	line-height: normal;
	color: #ffffff;
	text-transform: uppercase;
	text-shadow: none;
	text-align: left;
}

.title {
	position: relative;
	box-sizing: border-box;
	font-family:'Avenir Next LT W01 Demi', sans-serif;
	font-size: 22px;
	line-height: normal;
}

#bio_intro {
	position: relative;
	box-sizing: border-box;
	font-family:'AvenirNextLTW01-Regular', sans-serif;
	font-size: 28px;
	line-height: 36px;
	color: #333333;
	margin: 0 0 10px 0;
}

#side_social {
	position: relative;
	box-sizing: border-box;
	font-size: 36px;
	line-height: normal;
}

#side_social a {
	margin: 0 5px 0 0;
	color: #888888;
}

#side_social a:hover {
	color: #00d673;
}

.side_item ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.side_item ul li {
	 margin: 0 0 20px 0;
}

#fun_fact {
	position: relative;
	box-sizing: border-box;
	background: #1a1a1a;
	color: #ffffff;
}

#fun_fact .content h2 {
	color: #00fc87;
	font-family:'Steelfish W05 Bold', sans-serif;
	text-transform: uppercase;
	font-size: 85px;
	line-height: 1;
	padding: 0;
	margin: 0 0 30px 0;
}

#fun_fact .content {
	position: relative;
	box-sizing: border-box;
	text-align: center;
	color: #ffffff;
	padding: 60px 30px 40px 30px;
	max-width: 890px;
	margin: 0 auto;
	font-family:'AvenirNextW01-CnLightIt', sans-serif;
	font-size: 26px;
	line-height: 42px;
}

#bio_top {
	position: relative;
	box-sizing: border-box;
	font-family:'Avenir Next LT W01 Demi', sans-serif;
	color: #111111;
	font-size: 16px;
	line-height: normal;
}

#bio_top::after {
	content: "";
	width: 30px;
	height: 2px;
	display: block;
	background: #524f53;
	margin: 40px 0;
}




/*---------------------------------------------------------------------
 *  BE A BIG
 *---------------------------------------------------------------------*/
 
.side_step {
	position: relative;
	box-sizing: border-box;
	color: #666666;
	font-size: 14px;
	line-height: normal;
	padding: 0 0 0 40px;
}

.side_step::after {
	content: "";
	width: 30px;
	height: 1px;
	display: block;
	background: #cccccc;
	margin: 30px 0 30px -40px;
}

.side_step.last::after {
	display: none;
}

.side_step h3 {
	color: #1a1a1a;
	font-size: 16px;
	margin: 0 0 5px 0;
	font-family:'Avenir Next LT W01 Bold', sans-serif;
}

.step_num {
	position: absolute;
	top: 0;
	left: 0;
	color: #777777;
	font-size: 16px;
	font-family:'AvenirNextLTW01-BoldIta', sans-serif;
}

.side_step a {
	display: block;
	font-family:'Avenir Next LT W01 Demi', sans-serif;
	font-size: 14px;
	line-height: normal;
	text-transform: uppercase;
	color: #00bd65;
	margin: 15px 0 0 0;
}

.side_step a:hover {
	color: #00d673;
}

.side_step a .svg-inline--fa {
    margin: 0 0 0 10px;
}

#big_intro {
	position: relative;
	box-sizing: border-box;
}

#main #big_intro h2 {
    font-family: 'Avenir Next LT W01 Demi', sans-serif;
    color: #111111;
    text-align: left;
    font-size: 17px;
    line-height: normal;
    margin: 0;
    width: 100%;
    max-width: none;
    padding: 0 0 10px 0;
    text-transform: uppercase;
}

#big_intro p {
	font-family: 'AvenirNextLTW01-Regular', sans-serif;
    font-size: 28px;
    line-height: 36px;
    text-align: center;
    padding: 0 20px 20px 20px;
}

.cta {
	position: relative;
	box-sizing: border-box;
	display: block;
	width: auto;
	margin: 30px auto 50px auto;
	text-align: center;
}

.cta a {
	text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 20px 30px;
    font-family:'AvenirNextLTW01-BoldCn', sans-serif;
    color: #1a1a1a;
    background: #00d673;
    font-size: 17px;
    line-height: 1;
    text-transform: uppercase;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.cta a.last {
	margin: 0 0 0 20px;
}

.cta a:hover {
	color: #1a1a1a;
	background: #00fc87;
}

#new_mentoring {
	position: relative;
	box-sizing: border-box;
	border-top: 1px solid #eeeeee;
}

#new_mentoring .left {
	position: relative;
	width: 50%;
	background: #cccccc;
	z-index: 10;
}

#new_mentoring .right {
	width: 50%;
	box-sizing: border-box;
	padding: 65px 50px 65px 30px;
	z-index: 5;
}

#new_mentoring h2 {
	font-size: 20px;
    line-height: 22px;
    color: #1a1a1a;
    font-family: 'Avenir Next LT W01 Bold', sans-serif;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}

#new_mentoring p {
	font-size: 15px;
	line-height: 22px;
	color: #666666;
}

#new_mentoring ul {
	list-style: none;
	margin: -10px 0 0 0;
	padding: 0;
}

#new_mentoring ul .svg-inline--fa {
	position: absolute;
	right: 10px;
	top: 15px;
	color: #999;
}

#new_mentoring ul li {
	position: relative;
	padding: 0 40px 0 0;
	border-bottom: 1px solid #eeeeee;
}

#new_mentoring ul li a {
	font-family:'Avenir Next LT W01 Demi', sans-serif;
	font-size: 15px;
	padding: 15px 10px;
	line-height: normal;
	color: #1a1a1a;
	display: block;
}

#new_mentoring ul li a:hover {
	color: #00d673;
}

.m_content {
	position: relative;
	width: 100%;
	max-width: 330px;
	float: right;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.m_image {
	position: absolute;
	bottom: 0;
	right: 40%;
	z-index: 15;
	width: 60%;
}

.m_image img {
	display: block;
	width: 100%;
	height: auto;
}

#programs {
	position: relative;
	box-sizing: border-box;
	background: #1a1a1a;
	padding: 90px;
}

#programs h2 {
	text-align: right;
}

#programs p {
	color: #ffffff;
	font-size: 15px;
	line-height: 22px;
	padding: 0 0 30px 0;
}

#programs .left {
	width: 270px;
}

#programs .right {
	width: calc(100% - 270px);
	padding: 0 0 0 50px;
}

#programs a.btn {
    color: #1a1a1a;
    background: #00d673;
    border: none;
}

#programs a.btn:hover {
	background: #00fc87;
}

#match_stories {
	position: relative;
	box-sizing: border-box;
	margin: 0 30px;
	padding: 60px 0 30px 0;
	border-bottom: 1px solid #eeeeee;
}

#match_stories .fluid-width-video-wrapper {
	margin-bottom: 30px;
}

#match_stories .left {
	padding: 0 0 10px 0;
	color: #666666;
	font-size: 15px;
	line-height: 22px;
}

#match_stories h2, #faqs h2 {
	color: #1a1a1a;
	font-family: 'Avenir Next LT W01 Bold', sans-serif;
    font-size: 20px;
    line-height: 22px;
}

#match_stories h3 {
	color: #444444;
	font-family:'Avenir Next LT W01 Bold', sans-serif;
	font-size: 18px;
    line-height: 22px;
}

#match_stories h2 span, #match_stories h3 span {
	font-family:'AvenirNextLTW01-Regular', sans-serif;
}

#match_stories .right {
	padding: 0 0 30px 0;
	font-family: 'Avenir Next LT W01 Bold', sans-serif;
    font-size: 16px;
    line-height: 22px;
}

#match_stories .right a {
	color: #1a1a1a;
	text-transform: uppercase;
}

#match_stories .right a:hover {
	color: #00bd65;
}

#match_stories .right .svg-inline--fa {
    margin: 0 0 0 10px;
}

#faqs {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
	padding: 60px 30px;
}

#faqs h2 {
	text-transform: uppercase;
	margin: 0 0 30px 0;
}

.faq {
	position: relative;
	box-sizing: border-box;
	padding: 30px 0;
	border-top: 1px solid #eeeeee;
}

.question {
	position: relative;
	box-sizing: border-box;
	color: #333333;
	font-family:'Avenir Next LT W01 Demi', sans-serif;
	font-size: 18px;
	line-height: normal;
	padding: 0 30px 0 0;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.question:hover {
	cursor: pointer;
	color: #00bd65;
}

.question.open {
	color: #00bd65;
}

.question .svg-inline--fa {
	position: absolute;
	right: 0;
	top: 0;
	color: #333333;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.question.open .svg-inline--fa {
	color: #00bd65;
}

.question.open .svg-inline--fa:hover, .question .svg-inline--fa:hover {
	cursor: pointer;
	color: #00d673;
}

.answer {
	display: none;
	position: relative;
	box-sizing: border-box;
	color: #666666;
	font-size: 15px;
	line-height: 22px;
}

.answer p {
	padding: 20px 30px 0 30px;
}




/*---------------------------------------------------------------------
 *  EVENTS
 *---------------------------------------------------------------------*/

#events {
	position: relative;
	box-sizing: border-box;
	padding: 0 30px;
	width: 100%;
	max-width: 1430px;
	margin: -74px auto 60px auto;
	z-index: 20;
}

#more_events {
	position: relative;
	box-sizing: border-box;
	padding: 0 30px;
	width: 100%;
	max-width: 1430px;
	margin: 0 auto;
}

#mobile_filter, #mobile_return {
	display: none;
}

#filter_bar {
	position: relative;
	box-sizing: border-box;
}

#filter_bar .left {
	margin: 0 0 0 20px;
	height: 70px;
	line-height: 70px;
}

#filter_bar .right {
	margin: 0 10px 0 0;
	height: 70px;
	line-height: 70px;
}

#filter_bar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 70px;
	line-height: 70px;
}

#filter_bar li {
	position: relative;
	text-transform: uppercase;
	float: left;
	margin: 0;
	padding: 0;
	height: 70px;
	line-height: 70px;
}

#filter_bar li.filterby {
	padding: 0 20px 0 15px;
	color: #ffffff;
	font-family:'Avenir Next LT W01 Bold', sans-serif;
	font-size: 16px;
}

#filter_bar li.filterby .svg-inline--fa {
	margin: 0 7px 0 0;
}

#filter_bar li a {
	display: block;
	padding: 0 20px;
	color: #ffffff;
	font-family:'AvenirNextLTW01-BoldCn', sans-serif;
	font-size: 16px;
	border-bottom: 4px solid transparent;
}

#filter_bar li a:hover, #filter_bar li.filterby a:hover, #filter_bar li.filterby_int a:hover {
	color: #00fc87;
	cursor: pointer;
}

#filter_bar a.active {
	border-bottom: 4px solid #00fc87;
	color: #00fc87;
}

#event_top {
	position: relative;
	box-sizing: border-box;
	margin: 0 0 40px 0;
	color: #555555;
	font-size: 15px;
	line-height: normal;
}

#event_top a:hover {
	color: #00d673;
}

#event_top h3 {
	font-family:'Avenir Next LT W01 Bold', sans-serif;
	font-size: 18px;
	line-height: normal;
	margin: 0 0 3px 0;
}

.col {
	position: relative;
	box-sizing: border-box;
	float: left;
	width: 33.3333333%;
	padding: 0 30px;
	border-right: 1px solid #eeeeee;
}

.col.last {
	border: none;
}

#important {
	position: relative;
	box-sizing: border-box;
	margin: 0 0 40px 0;
	background: #ffdd81;
	padding: 30px;
	font-size: 15px;
	line-height: 22px;
}

#important .left {
	width: 50px;
	font-size: 30px;
	margin: -4px 0 0 0;
}

#important .right {
	width: calc(100% - 50px);
}

#event_photos, #post-event_photos {
	position: relative;
	box-sizing: border-box;
	margin: 0 0 40px 0;
}

#event_photos img, #post-event_photos img {
	width: 100%;
	height: auto;
	display: block;
}

#event_intro, #post-event_intro {
	position: relative;
	box-sizing: border-box;
	margin: 0 0 20px 0;
	font-family:'AvenirNextLTW01-Regular', sans-serif;
	font-size: 28px;
	line-height: 36px;
	padding: 0 15px;
}

#event_intro p, #post-event_intro p {
	padding: 0;
}

#event_content, #post_content, #key-leaders_content, #next_content {
	position: relative;
	box-sizing: border-box;
	margin: 0 0 20px 0;
	font-family:'AvenirNextLTW01-Regular', sans-serif;
	font-size: 15px;
	line-height: 22px;
	padding: 0 15px;
}

#event_content h2, #post_content h2, #key-leaders_content h2, #next_content h2 {
	font-family:'Avenir Next LT W01 Bold', sans-serif;
	font-size: 22px;
	line-height: normal;
	color: #333333;
	margin: 0 0 10px 0;
}

#event_content h3, #post_content h3, #key-leaders_content h3, #next_content h3 {
	font-family:'Avenir Next LT W01 Bold', sans-serif;
	font-size: 18px;
	line-height: normal;
	color: #333333;
	margin: 0 0 10px 0;
}

#event_content .left {
	width: calc(50% - 20px);
}

#event_content .right {
	width: calc(50% - 20px);
}

#additional {
	position: relative;
	box-sizing: border-box;
	margin: 0 -30px;
}

#additional .left {
	width: 50%;
	background: #1a1a1a;
	padding: 60px 40px;
	color: #ffffff;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

#additional p {
	font-family:'Avenir Next LT W01 Bold', sans-serif;
	font-size: 17px;
	line-height: 21px;
}

#additional p::before {
	content: "";
	width: 30px;
	height: 1px;
	display: block;
	background: #555555;
	margin: 0 0 30px 0;
}

#add_url {
	position: relative;
	box-sizing: border-box;
	font-family:'Avenir Next LT W01 Demi', sans-serif;
	font-size: 15px;
	line-height: 22px;
}

#add_url .svg-inline--fa {
	margin: 0 0 0 5px;
}

#add_url span {
	font-family:'Avenir Next LT W01 Bold', sans-serif;
	color: #ccc;
	font-size: 14px;
	padding: 0 5px 0 0;
}

#add_url a {
	margin: 20px 0 0 0;
	position: relative;
	box-sizing: border-box;
	display: inline-block;
	background: #00d673;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 15px 20px;
	font-family:'AvenirNextLTW01-BoldCn', sans-serif;
	color: #1a1a1a;
	font-size: 16px;
	line-height: 1;
	text-transform: uppercase;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

#add_url a:hover {
	background: #00fc87;
}

#additional .right {
	width: 50%;
	background-color: #7c7c7c;
	background-size: cover;
    background-position: center center;
}

#event_sponsors {
	position: relative;
	box-sizing: border-box;
	padding: 0 30px;
}

#event_sponsors img {
	background: #ffffff;
	margin: 0 0 1px 0;
}

#event_sponsors h4 {
	color: #333333;
	font-size: 17px;
	line-height: 1;
	padding: 30px 30px 30px 0;
	width: 100%;
}

#event_sponsors h4 .svg-inline--fa {
    position: absolute;
    right: 0;
    top: 26px;
    color: #333333;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

#event_sponsors h4.open .svg-inline--fa {
	color: #00d673;
}

#event_sponsors h4 .svg-inline--fa:hover, #event_sponsors h4.open .svg-inline--fa:hover {
	color: #00d673;
}

.level {
	position: relative;
	box-sizing: border-box;
	border-bottom: 1px solid #cccccc;
}

.sponsors {
	display: none;
}

.sponsor {
	cursor: pointer;
}



/*---------------------------------------------------------------------
 * GRID
 *---------------------------------------------------------------------*/

.gridwidth {
	position: relative;
	box-sizing: border-box;
	max-width: 1430px;
	padding: 30px;
	margin: 0 auto;
}

#grid {
	position: relative;
	box-sizing: border-box;
    opacity: 0;
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

#grid.events {
	margin: 30px 0 0 0;
}

#grid.home {
	margin: 0 0 -200px 0;
	padding: 15px 0 0 0;
}

#events_home .svg-inline--fa {
    margin: 0 0 0 10px;
}

#events_home .left {
    position: relative;
    width: 50%;
    font-size: 20px;
    line-height: 22px;
    color: #333333;
    text-align: left;
	font-family: 'Avenir Next LT W01 Bold', sans-serif;
	text-transform: uppercase;
	padding: 0 0 0 20px;
}

#events_home .right {
    position: relative;
    width: 50%;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
    text-align: right;
	font-family: 'Avenir Next LT W01 Bold', sans-serif;
	text-transform: uppercase;
	padding: 0 20px 0 0;
}

#events_home a {
	color: #333333;
}

#events_home a:hover {
	color: #00bd65;
}

.grid-item {
	position: relative;
	box-sizing: border-box;
	width: 33.33333%;
}

#grid.home .grid-item {
	width: 50%;
}

.eblock {
	position: relative;
    box-sizing: border-box;
    margin: 15px;
    border: 5px solid #ffffff;
    background: #ffffff;
    box-shadow: 0px 4px 9px 0px rgba(0,0,0,0.2);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

#grid .eblock h2 {
	font-family:'AvenirNextLTW01-BoldIta', sans-serif;
	font-size: 24px;
	line-height: 26px;
	text-transform: uppercase;
}

.e_top {
	position: relative;
    box-sizing: border-box;
    background: #333333;
    color: #ffffff;
    height: 300px;
    border-bottom: 10px solid #00d673;
    -webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}

.e_top .svg-inline--fa {
	margin: 0 0 0 10px;
}

.e_top:hover {
	border-bottom: 10px solid #00fc87;
}

.e_photo {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: .99;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    background-size: cover;
    background-position: center center;
    -webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}

.e_top:hover .e_photo {
	opacity: .15;
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.e_type {
    position: absolute;
    top: 20px;
    left: 30px;
    font-family: 'Avenir Next LT W01 Demi', sans-serif;
    font-size: 14px;
    color: #ebebeb;
    line-height: 1;
    z-index: 50;
}

.e_top_content {
    position: absolute;
    box-sizing: border-box;
    padding: 0 30px;
    left: 0;
    bottom: 20px;
    z-index: 10;
    margin: 0;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.e_top_content p {
	font-size: 15px;
    line-height: 19px;
    color: #e0e0e0;
    padding: 10px 0 20px 0;
}

.e_link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 100;
	background: transparent;
}

.e_bot {
    position: relative;
    box-sizing: border-box;
    padding: 30px;
    color: #555555;
    font-size: 15px;
    line-height: 22px;
}

.e_bot .svg-inline--fa {
	margin: 0 7px 0 0;
	color: #999999;
}

.e_date {
	font-family:'Avenir Next LT W01 Bold', sans-serif;
	text-transform: uppercase;
}

.e_date span {
	padding: 0 7px;
	font-family:'AvenirNextLTW01-Regular', sans-serif;
	color: #b9b9b9;
}

.e_loc, .e_ticket {
	margin: 15px 0 0 0;
}





/*---------------------------------------------------------------------
 * PARTNERS PAGE
 *---------------------------------------------------------------------*/

.partner {
	position: relative;
	box-sizing: border-box;
	padding: 0 0 25px 20px;
}

#main .partner h4 {
	font-family:'Avenir Next LT W01 Demi', sans-serif;
	font-weight: normal;
	font-size: 17px;
	line-height: normal;
	margin: 0 0 2px 0;
	text-transform: none;
}

#main .partner h4 span {
	font-size: 14px;
	color: #ccc;
	margin: 0 0 0 5px;
}

.partner p {
	margin: 0;
    padding: 3px 0 0 0;
    font-size: 15px;
    line-height: 19px;
}

.partner strong {
	font-family:'AvenirNextLTW01-Regular', sans-serif;
	font-size: 15px;
	font-weight: normal;
	margin: 0 5px 0 0;
}

.partner + #main .content h3.large {
	margin: 25px 0 0 0;
}





/*---------------------------------------------------------------------
 *  HISTORY
 *---------------------------------------------------------------------*/

#history {
	position: relative;
	background-color: #222222;
}

#history .section {
	background-color: #222222;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#history .fp-slide {
	background-color: #222222;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#history .content {
	position: relative;
	box-sizing: border-box;
	/*padding: 0 150px;*/
	padding: 200px 150px;
	color: #d8d8d8;
	width: 100%;
	margin: 0 auto;
}


#hist_intro { background-image: url(images/history/intro.jpg); }
#hist_1915 { background-image: url(images/history/1915.jpg); }
#hist_1920 { background-image: url(images/history/1920.jpg); }
#hist_1940 { background-image: url(images/history/1940.jpg); }
#hist_1950 { background-image: url(images/history/1950.jpg); }
#hist_1967 { background-image: url(images/history/1967.jpg); }
#hist_1968 { background-image: url(images/history/1968.jpg); }
#hist_1970 { background-image: url(images/history/1970.jpg); }
#hist_1990 { background-image: url(images/history/1990.jpg); }
#hist_2001 { background-image: url(images/history/2001.jpg); }
#hist_2002 { background-image: url(images/history/2002.jpg); }
#hist_2006 { background-image: url(images/history/2006.jpg); }

#hist_2015 { background-image: url(images/history/2015.jpg); }
#hist_2016 { background-image: url(images/history/2016.jpg); }


#hist_intro {
	text-align: center;
}

#hist_intro h1 {
	color: #00fc87;
	font-family:'AvenirNextLTW01-Heavy', sans-serif;
	font-size: 55px;
	line-height: 1;
	text-transform: uppercase;
}

#hist_intro h1 span {
	display: block;
	font-family:'AvenirNextLTW01-Regular', sans-serif;
	letter-spacing: 7px;
	font-size: 36px;
	color: #ffffff;
	margin: 0 0 2px 0;
	font-weight: normal;
}

#hist_intro p {
	font-family:'Avenir Next LT W01 Demi', sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #ffffff;
	width: 100%;
	max-width: 520px;
	padding: 0;
	margin: 20px auto 60px auto;
}

#hist_intro a {
	color: #ffffff;
	font-family:'Avenir Next LT W01 Demi', sans-serif;
	font-size: 13px;
	line-height: 2;
}

#hist_intro a:hover {
	color: #00fc87;
}

#hist_intro a .svg-inline--fa {
	font-size: 23px;
	text-align: center;
}

.date_content {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	max-width: 1040px;
	margin: 0 auto;
}

.date_content .left {
	width: calc(50% - 50px);
	text-align: right;
}

.date_content .right {
	width: calc(50% - 50px);
}

.date_content p {
	color: #ffffff;
	font-family:'Avenir Next LT W01 Demi', sans-serif;
	font-size: 18px;
	line-height: 26px;
}

.date_content h2 {
	font-family:'Avenir Next LT W01 Bold', sans-serif;
	font-size: 20px;
	line-height: normal;
	color: #ffffff;
	text-transform: uppercase;
}

.highlight {
	position: relative;
	box-sizing: border-box;
	margin: 15px 0 0 0;
	font-family:'Avenir Next LT W01 Bold', sans-serif;
	color: #00fc87;
	font-size: 28px;
	line-height: 36px;
}






/*---------------------------------------------------------------------
 *  FULL PAGE
 *---------------------------------------------------------------------*/
 
html.fp-enabled,
.fp-enabled body {
    margin: 0;
    padding: 0;
    overflow:hidden;

    /*Avoid flicker on slides transitions for mobile phones #336 */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
#superContainer {
    height: 100%;
    position: relative;

    /* Touch detection for Windows 8 */
    -ms-touch-action: none;

    /* IE 11 on Windows Phone 8.1*/
    touch-action: none;
}
.fp-section {
    position: relative;
    -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
    -moz-box-sizing: border-box; /* <=28 */
    box-sizing: border-box;
}
.fp-slide {
    float: left;
}
.fp-slide, .fp-slidesContainer {
    height: 100%;
    display: block;
}
.fp-slides {
    z-index:1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
    transition: all 0.3s ease-out;
}
.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    table-layout:fixed;
    width: 100%;
}
.fp-tableCell {
    display: table-cell;
    /*vertical-align: middle;*/
    vertical-align: bottom;
    width: 100%;
    height: 100%;
}
.fp-slidesContainer {
    float: left;
    position: relative;
}
.fp-controlArrow {
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
    position: absolute;
    z-index: 4;
    bottom: 30px;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
    overflow: hidden;
    position: relative;
}
.fp-scroller{
    overflow: hidden;
}
.iScrollIndicator{
    border: 0 !important;
}
.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}
#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
}
#fp-nav.right {
    right: 17px;
}
#fp-nav.left {
    left: 30px;
}
.fp-slidesNav{
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1;
}
.fp-slidesNav.bottom {
    bottom: 17px;
}
.fp-slidesNav.top {
    top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position:relative;
}
.fp-slidesNav ul li {
    display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span{
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%;
 }
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #333;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span{
    width: 10px;
    height: 10px;
    margin: -5px 0px 0px -5px;
}
#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: 0;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
}
#fp-nav ul li .fp-tooltip.right {
    right: 20px;
}
#fp-nav ul li .fp-tooltip.left {
    left: 20px;
}
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell{
    height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
    height: auto !important;
}




#fp-nav ul {
	list-style: none;
}

#fp-nav ul li {
	padding: 0;
	margin: 14px 0;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
	background: #00fc87;
}

#fp-nav ul li .fp-tooltip {
	text-transform: uppercase;
	font-family: 'AvenirNextLTW01-BoldCn', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 1;
	top: 0;
	width: auto;
	opacity: .15;
}





/*---------------------------------------------------------------------
 *  GIVE FORM
 *---------------------------------------------------------------------*/

#give_form {
	position: relative;
	box-sizing: border-box;
	margin: 0 0 40px 0;
}

#IATS_PaymentBoxDiv {
	position: relative;
	box-sizing: border-box;
	width: 100% !important;
}

label.IATS_EventTitle {
    font-weight: normal !important;
    padding: 0 !important;
    color: #262626;
    font-size: 22px !important;
    font-family: 'Avenir Next LT W01 Demi', sans-serif;
    line-height: normal !important;
    margin: 0 0 15px 0 !important;
}


#IATS_PaymentSectionDiv {
	position: relative;
	box-sizing: border-box;
	float: left;
	width: calc(50% - 30px);
}

#IATS_ErrorMsgSectionDiv {
	display: block;
	clear: both;
}

.IATS_Action {
	/*display: block;*/
	clear: both;
}

#give_form #IATS_CAPTCHADiv {
	clear: both;
	float: none;
	height: 78px;
}

#give_form span.IATS_Action {
	display: block;
	width: 100%;
	margin: 20px 0 0 0;
	text-align: left;
}

#IATS_AmountSectionDiv {
	position: relative;
	box-sizing: border-box;
	float: right;
	width: calc(50% - 30px);
}

#give_form .IATS_AmountItemDiv {
	display: block;
    font-size: 15px;
    width: auto;
    overflow: visible;
    overflow-x: visible;
    padding: 0;
    margin: 0 0 10px 0;
    clear: both;
}

#give_form label.IATS_RadioAmtLabel {
    border: none;
    display: inline;
    clear: left;
    float: none;
    height: 13px;
    line-height: 1.5em;
    margin: 0;
}

#give_form .IATS_SecureDataDiv {
	display: block;
	margin: 20px 0 0 0;
}

#give_form .IATS_PaymentSectionTitle, #give_form .IATS_AmountSectionTitle {
	color: #262626;
	font-size: 22px;
	font-family:'Avenir Next LT W01 Demi', sans-serif;
	line-height: normal;
	margin: 10px 0 15px 0;
	padding: 0px !important;
}

span.IATS_EventDescription {
	margin: 0 0 15px 0;
}

#IATS_ProcessAction_Button {
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 48px;
    padding: 0 30px;
    background: #00d673;
    color: #1a1a1a;
    border: none;
    outline: none;
    font-family:'AvenirNextLTW01-BoldCn', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    -webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

#IATS_ProcessAction_Button:hover {
	background: #00fc87;
}

#give_form label.IATS_InputRequired, #give_form label.IATS_PaymentLabelOnTop {
	font-family:'AvenirNextLTW01-Regular', sans-serif;
	font-weight: normal;
	color: #666;
	padding: 0;
	font-size: 14px;
	line-height: 1;
	margin: 0 0 5px 0;
}

#give_form .IATS_PaymentInputField {
	font-family:'AvenirNextLTW01-Regular', sans-serif;
    font-size: 16px;
    color: #222222;
    position: relative;
    box-sizing: border-box;
    padding: 0 10px;
    outline: none;
    background: #ffffff;
    border: 1px solid #dfdfdf;
    height: 40px;
    width: 100%;
    max-width: 600px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#give_form .IATS_PaymentItemDiv {
	display: block;
    width: auto;
    overflow: visible;
    overflow-x: visible;
    padding: 0;
    margin: 0 0 20px 0;
    clear: both;
}

#give_form .IATS_PaymentSectionNote {
	display: none;
}

#IATS_ErrorMsgSectionDiv {
	display: none;
}

#give_form span.IATS_PaymentLabelOnTop.IATS_PaymentItemErrorMessage {
	margin: 0;
	font-family:'AvenirNextLTW01-Regular', sans-serif;
	font-weight: normal;
	font-size: 12px;
}

#IATS_Payment_AccountNumber {
	font-family:'AvenirNextLTW01-Regular', sans-serif;
    font-size: 16px;
    color: #222222;
    position: relative;
    box-sizing: border-box;
    padding: 0 10px;
    outline: none;
    background: #ffffff;
    border: 1px solid #dfdfdf;
    height: 40px;
    width: 100%;
    max-width: 600px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#give_form .IATS_AmountSpan {
	font-family:'AvenirNextLTW01-Regular', sans-serif;
	color: #333333;
}

#give_form div.IATS_PaymentFrequencyItemDiv {
	padding: 0;
}

#give_form div.IATS_PaymentTypeItemDiv {
	padding: 0;
}

#give_form select.IATS_InputRequired {
	border-color: #a6a6a6;
	margin: 0 8px 0 0;
}

#IATS_Payment_CVV2 {
	font-family:'AvenirNextLTW01-Regular', sans-serif;
    font-size: 16px;
    color: #222222;
    position: relative;
    box-sizing: border-box;
    padding: 0 10px;
    outline: none;
    background: #ffffff;
    border: 1px solid #dfdfdf;
    height: 40px;
    width: 50px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#IATS_Payment_USDebitAccount1, #IATS_Payment_USDebitAccount2, #IATS_Payment_ReEnterUSDebitAccount2 {
	font-family:'AvenirNextLTW01-Regular', sans-serif;
    font-size: 16px;
    color: #222222;
    position: relative;
    box-sizing: border-box;
    padding: 0 10px;
    outline: none;
    background: #ffffff;
    border: 1px solid #dfdfdf;
    height: 40px;
    width: 100%;
    max-width: 200px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	margin-right: 8px;
}

#IATS_AmountListItem_NewOtherAmount0 {
	margin: 0 0 0 20px;
	height: 40px;
    width: 80px;
    padding: 0 10px;
    display: inline;
    float: none;
    line-height: 1.5em;
    vertical-align: middle;
    background: #ffffff;
    border: 1px solid #dfdfdf;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	margin-right: 8px;
}




/*---------------------------------------------------------------------
 *  FOOTER
 *---------------------------------------------------------------------*/
 
#footer_top {
	position: relative;
	box-sizing: border-box;
	background: #ffffff;
	border-top: 1px solid #dddddd;
}

#footer_top .left {
	width: 50%;
	background: #00d673;
}

#footer_top .right {
	width: 50%;
	background: #ffffff;
}

#donate_bar {
	position: relative;
	box-sizing: border-box;
	float: right;
	width: 100%;
	max-width: 660px;
}

a.d_btn {
	position: relative;
	box-sizing: border-box;
	float: left;
	width: 50%;
	height: 70px;
	line-height: 70px;
	text-align: center;
	font-size: 17px;
	font-family:'AvenirNextLTW01-BoldCn', sans-serif;
    color: #1a1a1a;
    text-transform: uppercase;
    border-left: 1px solid rgba(255,255,255,.4);
}

a.d_btn:hover {
	background: #00fc87;
	cursor: pointer;
}

#footer_bot {
	position: relative;
	box-sizing: border-box;
	/*background: url(images/bg_footer.png) #1e1b1f no-repeat right bottom;*/
	background: #1a1a1a;
	padding: 60px 30px;
}

#footer_bot ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer_bot li {
	font-family:'Avenir Next LT W01 Demi', sans-serif;
	font-size: 13px;
	line-height: 30px;
	margin: 0;
}

#footer_bot li.top_pad {
	margin: 30px 0 0 0;
}

#footer_bot a {
	color: #ffffff;
}

#footer_bot a:hover {
	color: #00fc87;
}

#footer_bot h4 {
	font-family:'Avenir Next LT W01 Bold', sans-serif;
	color: #9a989a;
	font-size: 14px;
	line-height: normal;
	margin: 0;
}

.f_col {
	position: relative;
	box-sizing: border-box;
	text-align: center;
	padding: 0 30px;
}

#footer_bot .f_col li {
	display: inline-block;
	margin: 5px 10px;
}

#LQBTQ_footer {
	position: relative;
	box-sizing: border-box;
	height: 106px;
	padding: 0 30px;
	margin: 30px auto;
}

#LQBTQ_footer img {
	position: absolute;
	left: 50%;
	top: 0;
	margin: 0 0 0 -53px;
	width: 106px;
	height: 106px;
}

#LQBTQ_footer .left, #LQBTQ_footer .right {
	position: relative;
	margin: 52px 0 0 0;
	width: calc(50% - 93px);
	height: 1px;
	background: rgba(255,255,255,.2);
	display: block;
}

/*#social::before {
	content: "";
	width: 40px;
	height: 1px;
	display: block;
	background: rgba(255,255,255,.5);
	margin: 30px auto 40px auto;
}*/

#social {
	position: relative;
	text-align: center;
}

#social a {
	font-size: 28px;
	line-height: 1;
	display: inline-block;
	margin: 0 5px;
	color: #cccccc;
}

#addy {
	position: relative;
	margin: 30px auto 20px auto;
	text-align: center;
	font-size: 14px;
	line-height: 1.5;
	color: #cccccc;
}

#addy em {
	font-style: normal;
	margin: 0 5px 0 0;
}

#addy span {
	margin: 0 7px;
}

#addy a {
	font-family:'Avenir Next LT W01 Demi', sans-serif;
	color: #00d673;
}

#addy a:hover {
	color: #00fc87;
}

#copyright {
	position: relative;
	box-sizing: border-box;
	text-align: center;
	font-size: 12px;
	line-height: normal;
	color: #999999;
}





/*---------------------------------------------------------------------
 *  MEDIA CENTER
 *---------------------------------------------------------------------*/

#news {
	position: relative;
	box-sizing: border-box;
	margin: 0 0 50px 0;
}

#main .content #news h3 {
	font-family: 'Avenir Next LT W01 Demi', sans-serif;
    color: #2f2f2f;
    font-size: 18px;
    line-height: normal;
    text-transform: none;
    margin: 0 0 8px 0;
}

#main .content #news h3 a {
	color: #2f2f2f;
}

#main .content #news h3 a:hover {
	color: #00bd65;
}

#main .content #news h3::after {
	display: none;
}

.article {
	position: relative;
	box-sizing: border-box;
	margin: 0 0 40px 0;
}

#news .left {
	width: 240px;
}

#news .left img {
	width: 100%;
	height: auto;
	display: block;
}

#news .right {
	width: calc(100% - 240px);
	padding: 0 0 0 30px;
}

#news a.more {
	display: inline-block;
	background: #00d673;
	font-family:'Avenir Next LT W01 Demi', sans-serif;
	font-size: 13px;
	line-height: 1;
    color: #1a1a1a;
    text-transform: uppercase;
    padding: 10px 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#news a.more:hover {
	background: #00fc87;
}

#main .content h2.news {
    font-family: 'Avenir Next LT W01 Demi', sans-serif;
    color: #2f2f2f;
    font-size: 24px;
    line-height: normal;
    text-transform: none;
    margin: 15px 0 0 0;
    text-align: left;
    padding: 0;
    max-width: none;
}

#main .content h2.news::after {
    content: "";
    width: 40px;
    height: 1px;
    display: block;
    background: #cccccc;
    margin: 20px 0 30px 0;
}

#bottom {
	position: relative;
	box-sizing: border-box;
	margin: 20px 0 0 0;
	border-top: 1px dashed #cccccc;
	padding: 40px 0 0 0;
}

.year_archive {
	position: relative;
	box-sizing: border-box;
	margin: 0 0 1px 0;
}

.archive_header {
	position: relative;
	box-sizing: border-box;
	background: #00d673;
	font-family:'Avenir Next LT W01 Bold', sans-serif;
	font-size: 18px;
	line-height: 1;
	text-transform: uppercase;
	color: #1a1a1a;
	text-align: center;
	padding: 20px;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.archive_header.on, .archive_header.on:hover {
	background: #00bd65;
}

.archive_header:hover {
	background: #00fc87;
	cursor: pointer;
}

.archive_posts {
	display: none;
	position: relative;
	box-sizing: border-box;
	padding: 30px 30px 2px 30px;
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
}


#press {
	position: relative;
	box-sizing: border-box;
}

#press ul {
	margin: 0 0 0 30px;
	padding: 0;
}

#press ul li {
	margin: 0 0 20px 0;
	padding: 0;
}

#press .svg-inline--fa {
	opacity: .5;
}



.year {
	font-size: 12px;
	color: #999999;
	padding: 0 0 0 5px;
}
 
 
 
 
 
 
 
 
 /*---------------------------------------------------------------------
 *  NAVIGATION
 *---------------------------------------------------------------------*/

#top {
    position: fixed;
    box-sizing: border-box;
    padding: 0 30px;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    background: rgba(0,0,0,.0);
    /*-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;*/
    -webkit-transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	-o-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
}

#top.fixed {
	background: rgba(0,0,0,.75);
}

#top.history {
	background: rgba(0,0,0,.75);
}

#logo {
	position: relative;
	box-sizing: border-box;
	float: left;
	margin: 20px 0;
	width: 250px;
}

#logo img {
	width: 100%;
	height: auto;
	display: block;
}

#top_nav {
	position: relative;
	box-sizing: border-box;
	float: right;
	margin: 22px 0 0 0;
}

#top_nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#top_nav li {
	float: left;
	margin: 0;
}

#top_nav li a {
	display: block;
	color: #ffffff;
	text-transform: uppercase;
	font-family:'AvenirNextLTW01-BoldCn', sans-serif;
	font-size: 16px;
	padding: 0 25px;
	line-height: 44px;
	border: 2px solid transparent;
}

#top_nav li a:hover {
	color: #00fc87;
}

#top_nav li.on a {
	color: #00fc87;
}

#top_nav li#give {
	margin: 0 0 0 5px;
}

#top_nav li#give a {
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0 24px;
    background: #00d673;
    color: #1a1a1a;
}

#top_nav li#give a:hover {
	background: #00fc87;
	cursor: pointer;
}

#top_nav li#bigs {
	margin: 0 10px 0 0;
}

#top_nav li#bigs a {
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0 24px;
    background: transparent;
    color: #ffffff;
    border-color: #ffffff;
}

#top_nav li#bigs a:hover {
	color: #00fc87;
	border-color: #00fc87;
	cursor: pointer;
}

#top_nav li#bigs.on a {
	color: #00fc87;
}



#top_nav li#more_nav a {
	font-size: 24px;
}

#top_nav li#more_nav a em {
	margin: 0 10px 0 0;
	color: rgba(255,255,255,.5);
	font-family:'Avenir Next LT W01 Demi', sans-serif;
	font-style: normal;
	font-size: 12px;
	line-height: 48px;
	float: left;
}

#top_nav li#more_nav a:hover {
	color: #00fc87;
}

#top_nav li#more_nav a:hover span {
	color: rgba(255,255,255,.5);
}




/* =============================================
   SLIDEOUT MENU
============================================= */

#menu {
	display: none;
}

#menu.mm-menu_opened {
	display: block;
}

#menu .mm-panels>.mm-panel>.mm-listview:first-child,
.mm-panels>.mm-panel>.mm-navbar+.mm-listview {
    margin: 0;
}

#menu .mm-listview {
	margin: 0;
}

#menu .mm-listitem>a, .mm-listitem>span {
	padding: 0;
}

#menu .mm-panel {
	padding: 0;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu_top {
	position: relative;
	box-sizing: border-box;
	padding: 40px;
	font-size: 26px;
	line-height: 26px;
	text-transform: uppercase;
}

#menu_top a {
	color: #333333;
}

#menu_top a:hover, #menu_top a:hover span {
	color: #00bd65;
	cursor: pointer;
}

#menu_top a span {
	color: #666666;
}

#menu_top span {
	display: inline-block;
	float: left;
	font-size: 12px;
	line-height: 26px;
	margin: 0 10px 0 0;
	vertical-align: middle;
}

#menu_links a {
	position: relative;
	display: block;
	padding: 0 40px;
	text-transform: uppercase;
	color: #1a1a1a;
	font-family:'AvenirNextLTW01-BoldCn', sans-serif;
	font-size: 17px;
	line-height: 60px;
	cursor: pointer;
	z-index: 5;
}

#menu_links li .subnav {
	display: none;
	padding: 0 0 15px 0;
}

#menu_links .subnav a {
	font-family:'AvenirNextLTW01-MediumC_721311', sans-serif;
	text-transform: none;
	line-height: 34px;
	color: #555555;
}

#menu_links .subnav a span {
	color: #999999;
	margin: 0 5px 0 0;
}

#menu_links a .svg-inline--fa {
	margin: 0 0 0 10px;
	opacity: .5;
}

#menu_links a.secondary {
	font-family:'AvenirNextLTW01-MediumC_721311', sans-serif;
	color: #555555;
}

#menu_links a:hover {
	cursor: pointer;
	color: #00bd65;
}

#menu_links li {
	position: relative;
	border-bottom: 1px solid #e2e2e2;
	margin: 0;
}

#menu_links .subnav li {
	position: relative;
	border-bottom: none;
}

#menu_links .icon {
	position: absolute;
    right: 15px;
    top: 17px;
    font-size: 25px;
    color: #999;
    z-index: 10;
    -webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

#menu_links .icon:hover {
	color: #00bd65;
}

.subnav {
	position: relative;
}

li#menu_give {
	border-bottom: none;
}

li#menu_give a {
	background: #00d673;
}

li#menu_give a:hover {
	background: #00fc87;
	color: #1a1a1a;
}

#menu_social {
	position: relative;
	box-sizing: border-box;
	padding: 40px;
	border-bottom: 1px solid #e2e2e2;
	font-size: 15px;
	color: #777777;
}

#menu_social p {
	padding: 0 0 10px 0;
}

#menu_social a {
	font-size: 40px;
	line-height: 1;
	margin: 0 7px 0 0;
}

a.fb {
	color: #3b5998;
}

a.tw {
	color: #55acee;
}

a.insta {
	color: #b93bac;
}

a.yt {
	color: #ff0000;
}

#menu_social a:hover {
	color: #ffbb03;
}

#menu_contact {
	position: relative;
	box-sizing: border-box;
	padding: 40px;
	color: #555555;
	font-size: 15px;
	line-height: 22px;
}

#menu_contact a {
	color: #00bd65;
	font-family:'Avenir Next LT W01 Demi', sans-serif;
}

#menu_contact a.tel {
	color: #00bd65;
}

#menu_contact a:hover {
	color: #00d673;
}

#menu_contact span {
	display: inline-block;
	width: 20px;
}

#menu_copyright {
	color: #777777;
	font-size: 13px;
	line-height: 17px;
}





/*---------------------------------------------------------------------
 *  NICE SELECT
 *---------------------------------------------------------------------*/
 
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: auto;
 }

  .nice-select:hover {
    border-color: #dbdbdb; }
  .nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #999; }
  .nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
            transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px; }
  .nice-select.open:after {
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg); }
  .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0); }
  .nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none; }
    .nice-select.disabled:after {
      border-color: #cccccc; }
  .nice-select.wide {
    width: 100%; }
    .nice-select.wide .list {
      left: 0 !important;
      right: 0 !important; }
  .nice-select.right {
    float: right; }
    .nice-select.right .list {
      left: auto;
      right: 0; }
  .nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px; }
    .nice-select.small:after {
      height: 4px;
      width: 4px; }
    .nice-select.small .option {
      line-height: 34px;
      min-height: 34px; }
  .nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
        -ms-transform: scale(0.75) translateY(-21px);
            transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9; }
    .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
  .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
      background-color: #f6f6f6; }
    .nice-select .option.selected {
      font-weight: bold; }
    .nice-select .option.disabled {
      background-color: transparent;
      color: #999;
      cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }

.nice-select.open .list { 
	max-height: 230px; 
	overflow-y: scroll;
}



/*---------------------------------------------------------------------
 *  FORMS
 *---------------------------------------------------------------------*/
 
.validation_error {
	display: none;
}

img.gform_ajax_spinner {
	display: none!important;
}

.validation_message {
	color: #9e0b0f;
	margin: 5px 0 0 0;
	font-size: 13px;
	line-height: normal;
}
 
.gform_wrapper ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.gform_wrapper ul li {
	margin: 0 0 25px 0;
}

.gform_wrapper ul.list li {
	margin: 0;
}

.gform_wrapper ul.gfield_checkbox li, .gform_wrapper ul.gfield_radio li {
	margin: 0 0 10px 0;
}

span.gfield_required {
	margin: 0 0 0 5px;
	color: #9e0b0f;
}

.gfield_label {
	font-family:'Avenir Next LT W01 Demi', sans-serif;
    font-weight: normal;
    color: #777777;
    padding: 0;
    font-size: 13px;
    line-height: 1;
    padding: 0 0 5px 0;
    text-transform: uppercase;
}

.gform_wrapper input[type=text] {
	font-family: 'AvenirNextLTW01-Regular', sans-serif;
    font-size: 16px;
    color: #222222;
    position: relative;
    box-sizing: border-box;
    padding: 0 10px;
    outline: none;
    background: #ffffff;
    border: 1px solid #e8e8e8;
    height: 40px;
    width: 100%;
    max-width: 600px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.gform_wrapper input[type=email] {
	font-family: 'AvenirNextLTW01-Regular', sans-serif;
    font-size: 16px;
    color: #222222;
    position: relative;
    box-sizing: border-box;
    padding: 0 10px;
    outline: none;
    background: #ffffff;
    border: 1px solid #e8e8e8;
    height: 40px;
    width: 100%;
    max-width: 600px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.gform_wrapper input[type=tel] {
	font-family: 'AvenirNextLTW01-Regular', sans-serif;
    font-size: 16px;
    color: #222222;
    position: relative;
    box-sizing: border-box;
    padding: 0 10px;
    outline: none;
    background: #ffffff;
    border: 1px solid #e8e8e8;
    height: 40px;
    width: 100%;
    max-width: 600px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.gform_wrapper textarea {
	font-family: 'AvenirNextLTW01-Regular', sans-serif;
    font-size: 16px;
    color: #222222;
    position: relative;
    box-sizing: border-box;
    padding: 10px;
    outline: none;
    background: #ffffff;
    border: 1px solid #e8e8e8;
    height: 160px;
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.gform_wrapper input[type=text]:focus, .gform_wrapper textarea:focus, .gform_wrapper input[type=email]:focus, .gform_wrapper input[type=tel]:focus {
	border-color: #999;
}

.ginput_container_text, .ginput_container_email, .ginput_container_textarea, .gfield_select, .ginput_container_fileupload, .ginput_container_checkbox, .ginput_container_radio {
	margin: 7px 0 0 0;
}

li.gfield_error input[type=text], li.gfield_error textarea, li.gfield_error input[type=email], li.gfield_error input[type=tel] {
	border-color: #9e0b0f;
}

.gform_button {
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 48px;
    padding: 0 30px;
    background: #00d673;
    color: #1a1a1a;
    border: none;
    outline: none;
    font-family:'AvenirNextLTW01-BoldCn', sans-serif;
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.gform_button:hover {
	background: #00fc87;
}

#extensions_message_1_10 {
	display: block;
	margin: 10px 0 0 0;
	font-size: 14px;
	font-family:'AvenirNextW01-CnLightIt', sans-serif;
}

#input_2_12 {
	margin: 10px 0 0 0;
}

#input_2_12_2_container, #input_2_12_1_container {
	float: left;
	margin: 0 5px 0 0;
}

#field_1_10 .gfield_description {
    display: block;
    margin: 5px 0 0 0;
    font-size: 14px;
    font-family: 'AvenirNextW01-CnLightIt', sans-serif;
}

::-webkit-input-placeholder {
   color: #999;
}

:-moz-placeholder { /* Firefox 18- */
   color: #999;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #999;
}

:-ms-input-placeholder {  
   color: #999;
}




/* =============================================
   NEWSLETTER FORM
============================================= */

#newsletter {
	position: relative;
	box-sizing: border-box;
	height: 70px;
	float: none;
	width: 100%;
	max-width: 660px;
	margin: 0 auto;
	padding: 0 40px;
	
}

#newsletter .left {
	background: transparent;
	color: #1a1a1a;
	font-size: 17px;
    font-family: 'AvenirNextLTW01-BoldCn', sans-serif;
	line-height: 70px;
	text-transform: uppercase;
	width: 125px;
}

#newsletter .right {
	background: transparent;
	width: calc(100% - 125px);
	margin: 8px 0 0 0;
}

#gform_wrapper_3 {
	position: relative;
	box-sizing: border-box;
	z-index: 1;
}

#gform_wrapper_3 .gform_body {
	z-index: 5;
}

#gform_wrapper_3 .gform_footer {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
}

#gform_wrapper_3 .gfield_label {
	display: none;
}

#gform_wrapper_3 input[type=text] {
    font-family:'Avenir Next LT W01 Demi', sans-serif;
    font-size: 16px;
    color: #666666;
    position: relative;
    box-sizing: border-box;
    padding: 0 10px;
    outline: none;
    background: transparent;
    border: 1px solid #e5e5e5;
    height: 40px;
    width: calc(100% - 40px);
    max-width: 600px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

#gform_wrapper_3 input[type=text]:focus {
	border: 1px solid #00fc87;
}

#gform_wrapper_3 ul li {
    margin: 0;
}

#gform_submit_button_3 {
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    height: 40px;
    padding: 10px;
    background: transparent;
    border: none;
    outline: none;
    opacity: .35;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

#gform_submit_button_3:hover {
	opacity: 1;
}

#gform_wrapper_3 .validation_message {
	color: #1a1a1a;
    margin: 2px 0 0 10px;
    font-size: 11px;
    line-height: 1;
}

#gform_confirmation_message_3 {
	color: #666666;
    text-align: center;
    font-size: 16px;
    line-height: normal;
    padding: 16px 0 0 0;
}




#gform_wrapper_3 ::-webkit-input-placeholder {
   color: #d9d9d9;
}

#gform_wrapper_3 :-moz-placeholder { /* Firefox 18- */
   color: #d9d9d9;
}

#gform_wrapper_3 ::-moz-placeholder {  /* Firefox 19+ */
   color: #d9d9d9;
}

#gform_wrapper_3 :-ms-input-placeholder {  
   color: #d9d9d9;
}



/*---------------------------------------------------------------------
 *  THE BIG DRAFT
 *---------------------------------------------------------------------*/

#bigdraft {
	position: relative;
	box-sizing: border-box;
	margin: 0 auto 40px auto;
	width: 240px;
}

#bigdraft img {
	width: 100%;
	height: auto;
	display: block;
}

#main .content strong.green {
	color: #00d673;
	font-size: 20px;
}

.boxed {
	position: relative;
	box-sizing: border-box;
	text-align: center;
	margin: 20px 0 40px 0;
	padding: 25px 0 10px 0;
	border-top: 1px dashed #cccccc;
	border-bottom: 1px dashed #cccccc;
}

#bigdraft-events {
	position: relative;
	box-sizing: border-box;
	margin: 30px 0 0 0;
}

    


/*---------------------------------------------------------------------
 *  BE A BIG CONTACT REQUEST FORM (external)
 *---------------------------------------------------------------------*/

#bbbsir {
	position: relative;
	box-sizing: border-box;
    font-family:'AvenirNextLTW01-Regular', sans-serif;
    font-size: 15px;
    line-height: normal;
    
}

/* AGENCY SELECTION CONTAINER ID*/
#agency-selection-containger {
	
}

/* MAIN DIV CLASS */
#bbbsir .slds-scope{
	color: #666666;
	font-size: 15px;
	line-height: 22px;
}


/* INPUT FIELD */
.slds-scope .slds-input {
}

/* INPUT FIELD FOCUS */
.slds-scope .slds-select:focus, .slds-scope .slds-select:active,
.slds-scope .slds-input:focus, .slds-scope .slds-input:active {

}

#bbbsir .slds-scope .slds-input {
	position: relative;
    font-family:'Avenir Next LT W01 Demi', sans-serif;
    border: 1px solid #D9DBDD;
    outline: none;
    box-sizing: border-box;
    padding: 0 10px;
    margin: 0;
    width: 100%;
    height: 50px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 15px;
    line-height: normal;
    background: #fbfbfb;
    color: #333333;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

#bbbsir .slds-scope .slds-input:focus {
	border-color: #00d673;
	box-shadow: none;
	background: #ffffff;
}

#bbbsir .slds-scope .slds-select {

}

#bbbsir .slds-scope .slds-select {
	height: 50px;
	font-size: 15px;
	font-family:'Avenir Next LT W01 Demi', sans-serif;
	color: #333333;
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

#bbbsir .slds-scope.slds-scope .slds-select_container:before {
    top: calc(50% - 8px);
}

#bbbsir .slds-scope .slds-select_container:after {
	bottom: calc(50% - 8px);
	top: auto;
}

#bbbsir .slds-scope .slds-select:focus {
	border-color: #00d673;
	box-shadow: none;
	outline: none;
}




#bbbsir .slds-scope .slds-size_1-of-2 {
	width: calc(50% - 10px);
}

#bbbsir .slds-scope .slds-m-right_small {
	margin-right: 20px;
}

/* LABEL */
#bbbsir .slds-scope .slds-form-element__label {
	color: #333333;
	font-size: 13px;
	line-height: normal;
	font-family:'Avenir Next LT W01 Demi', sans-serif;
	margin: 0;
	padding: 0 0 10px 0;
}

#bbbsir .slds-scope .slds-m-bottom_xxx-small {
	margin: 0 0 15px 0;
}

.slds-scope .slds-select_container {
	margin: 0 0 15px 0;
}


/* AGENCY AND ADDRESS TITLE */
#bbbsir .slds-scope .slds-table thead th {
	font-family: 'Avenir Next LT W01 Bold', sans-serif;
    font-size: 15px;
    line-height: normal;
    color: #333333;
    letter-spacing: 0;
}

/* AGENCY AND ADDRESS INFORMATION TR AND TD */
#bbbsir .slds-scope th, #bbbsir .slds-scope td {
	background: transparent;
}

#bbbsir .slds-scope th:hover {
}

/*THIS IS THE NEAREST AGENCY TO YOU TITLE */
#bbbsir .slds-scope .slds-m-top_small {
    font-family:'Avenir Next LT W01 Demi', sans-serif;
    font-size: 15px;
    line-height: normal;
    color: #333333;
    margin: 20px 0 0px 0;
}

/* SECTION HEADING */
#bbbsir .slds-scope .slds-text-heading_medium, .slds-scope .slds-text-heading--medium {
	font-family:'Avenir Next LT W01 Bold', sans-serif;
    font-size: 24px;
    line-height: 28px;
    color: #333333;
    margin: 20px 0;
}

.slds-scope .slds-table_cell-buffer tr>th:first-child {
	
}

#bbbsir th {
	padding: 20px 0;
}


/* HYPERLINK */
#bbbsir .slds-scope a {
	color: #00bd65;
	text-decoration: none;
	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

#bbbsir .slds-scope a:hover {
	color: #00d673;
}


/* SEARCH AND ADD A CHILD BUTTON */
#bbbsir .slds-scope .slds-button_brand {
	position: relative;
    box-sizing: border-box;
    display: inline-block;
    margin: 15px 0 0 0;
    background: #00d673;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 20px 30px;
    font-family: 'AvenirNextLTW01-BoldCn', sans-serif;
    color: #1a1a1a;
    font-size: 17px;
    line-height: 1;
    text-transform: uppercase;
    border: none;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    float: none;
}

#bbbsir .slds-scope .slds-button_brand:hover {
	background: #00fc87;
    color: #333333;
}

/* REMOVE BUTTON DISABLED*/
.slds-scope .slds-button_destructive[disabled], .slds-scope .slds-button_destructive:disabled {

}

/*REMOVE BUTTON */
.slds-scope .slds-button_destructive, .slds-scope .slds-button--destructive {
}

/* ERROR NOTIFICATION TOP */
.slds-scope .slds-theme_error {
}

/* ERROR NOTIFICATION FIELD */
.slds-scope .slds-form-element__help, .slds-scope .slds-form-element__helper {
}



/* BBBS.ORG INQUIRY FORM CONTAINER */
#inquiry-form-container {

    }




/*---------------------------------------------------------------------
 *  ANNOUNCEMENT BAR
 *---------------------------------------------------------------------*/

.offset {
	position: relative;
}

#announcement {
	position: relative;
	box-sizing: border-box;
	text-align: center;
	margin: 0 -30px;
	font-size: 15px;
	line-height: normal;
	font-family:'Avenir Next LT W01 Bold', sans-serif;
	/*border-bottom: 1px solid rgba(255,255,255,0);*/
	border-bottom: 1px solid rgba(255,255,255,.25);
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

/*#top.fixed #announcement, #top.history #announcement {
	border-color: rgba(255,255,255,.25);
}*/

#announcement .svg-inline--fa {
	margin: 0 8px 0 0;
}

#announcement .left {
	width: 100%;
	background: #1A1A1A;
	padding: 20px;
	color: #ffffff;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

#announcement .right {
	width: 50%;
	background: #31D673;
	padding: 20px;
	color: #1A1A1A;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

	#announcement .left:hover, #announcement .right:hover {
		background: #ffffff;
		color: #1A1A1A;
	}
	
	#announcement .left:hover .svg-inline--fa , #announcement .right:hover .svg-inline--fa {
		color: #00bd65;
	}

#announcement a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 5;
}
 
 
 
 
 
/*---------------------------------------------------------------------
 *  NEW NEWSLETTER FORM
 *---------------------------------------------------------------------*/

#new-newsletter {
	position: relative;
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1280px;
	padding: 25px 20px;
	text-align: center;
}

#new-newsletter h4 {
	font-size: 16px;
	line-height: normal;
	margin: 0 0 15px 0;
	padding: 0;
	text-transform: uppercase;
	color: #1a1a1a;
}

#new-newsletter .left {
	width: calc(50% - 7px);
	background: transparent;
}

#new-newsletter .right {
	width: calc(50% - 7px);
	background: transparent;
}

#new-newsletter input[type=text], #new-newsletter input[type=email] {
    font-family: 'Avenir Next LT W01 Demi', sans-serif;
    font-size: 16px;
    color: #666666;
    position: relative;
    box-sizing: border-box;
    padding: 0 10px;
    outline: none;
    background: transparent;
    border: 1px solid #e5e5e5;
    height: 40px;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

#new-newsletter .news-consent {
	position: relative;
	box-sizing: border-box;
	text-align: center;
	margin: 10px 0;
	height: 24px;
	line-height: 24px;
	color: #666666;
}

#new-newsletter .news-consent label {
	line-height: 24px;
	vertical-align: middle;
	font-size: 14px;
}

#new-newsletter input[type=checkbox] {
	margin: 0;
	vertical-align: middle;
}

#new-submit {
	position: relative;
    box-sizing: border-box;
    font-family: 'Avenir Next LT W01 Demi', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    width: 170px;
    background: #00d673;
    color: #1a1a1a;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: none;
    outline: none;
    height: 40px;
    margin: 0 auto;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    cursor: pointer;
}

#new-submit:hover {
	background: #00fc87;
}






/*---------------------------------------------------------------------
 *  KEY PHOTOS
 *---------------------------------------------------------------------*/

#key_photos {
	position: relative;
    box-sizing: border-box;
    background: #1a1a1a;
    margin: 0 -30px;
}

.k-photo {
	position: relative;
    box-sizing: border-box;
    float: left;
    width: 50%;
}

.k-photo img {
	display: block;
	width: 100%;
	height: auto;
}

#view-album {
    margin: 30px;
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    background: #00d673;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 15px 20px;
    font-family: 'AvenirNextLTW01-BoldCn', sans-serif;
    color: #1a1a1a;
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    cursor: pointer;
}

	#view-album:hover {
	    background: #00fc87;
	}


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

	.k-photo {
		float: none;
		width: 100%;
	}
	
	#key_photos {
		margin-bottom: 30px;
	}
	
}





