a {color: #f3b032;}

body {
font-size: 0.875em; /* 14px / 16px */
font-family: open_sansregular, Arial, sans-serif;
}
body, .pageWidthOverflowLeft, .pageWidthOverflowRight {
	background-color: #bebebe; /* background color will only show if window is wider than max width of 1920px */
}
/* Layer colors start */
.blue {
	background-color: #43a2c0;
	color: #FFFFFF;
}
.green {
	background-color: #41ba87;
	color: #FFFFFF;
}
.lightGreen {
	background-color: #7acfab;
	color: #FFFFFF;
}
.yellow, a.yellow.button {
	background-color: #fdb531;
	color: #FFFFFF;
	border-color: #fdb531;
}
.lightYellow {
	background-color:#ede7d7;
	color: #3e4242;
}

/* Dark Colors */
.darkPolygon {
	background-image: url('/images/darkPolygon.jpg');
	background-position: top center;
	background-repeat: repeat;
	background-color: #273337;
	color: #FFFFFF;
}
.blackPolygon {
	background-image: url('/images/blackPolygon.jpg');
	background-position: top center;
	background-repeat: repeat;
	background-color: #000000;
	color: #FFFFFF;
}
.kids {
	background-image: url('/images/kidsBG.jpg');
	background-position: top center;
	background-repeat: repeat;
	background-color: #3e4242;
	color: #FFFFFF;
	background-size: contain;
}
.darkBlue {
	background-color: #273337;
	color: #FFFFFF;
}
.darkBlue h5{
	color: #959595;
padding: 1em 0;
}
.layer.darkBlue hr {
	border-color: #FFF;
}
.gray26 {
	background-color: #3e4242;
	color: #ffffff;
}
.gray58 {
	background-color: #959595;
	color: #ffffff;
}
.gray76 {
	background-color: #c2c2c2;
	color: #ffffff;
}

.darkPolygon p, .darkBlue p, .gray26 p, .gray58 p, .gray76 p, .green p, .blue p, .lightGreen p, .kids p,  .green h3, .lightGreen h3 {
	color: #FFFFFF;
}
/*
a.gray26:hover , a.gray58:hover , a.gray76:hover, a.gray92:hover {
	background-color: #43a2c0;
}
a.gray26:active , a.gray58:active , a.gray76:active, a.gray92:active  {
	background-color: #317b93;
}

*/
/* Light Colors */
.gray92 {
	background-color: #ebebeb;
	color: #3e4242;
}
.polygon {
	background-image: url('/images/polygonBack.jpg');
	background-position: top center;
	background-repeat: repeat;
	background-color: #ebebeb;
	color: #3e4242;
}
.white {
	background-color: #ffffff;
	color: #3e4242;
}
.whiteHash {
	background-image: url('/images/whiteHash.jpg');
	background-position: top center;
	background-repeat: repeat;
	background-color: #FFFFFF;
	color: #3e4242;
}
/*
.gray92 a, .polygon a, .white a {
	color: #3e4242;
}
*/
.button:hover {
	border-color: #a1a1a1;
	background-color: #a1a1a1;
	color: #ffffff;
}
.button:active {
	border-color: #ffffff;
	background-color: #ffffff;
	color: #3e4242;
}
.gray92 .button,
.white .button,
.polygon .button,
.gray92 .button.inactive:hover,
.white .button.inactive:hover,
.polygon .button.inactive:hover {
	border-color: #a1a1a1;
	color: #a1a1a1;
	background-color: transparent;
	 -webkit-transition: background-color 100ms, border-color 100ms,color 100ms;
    -moz-transition: background-color 100ms, border-color 100ms,color 100ms;
    -o-transition: background-color 100ms, border-color 100ms,color 100ms;
    transition: background-color 100ms, border-color 100ms,color 100ms;
}
.gray92 .button:hover,
.white .button:hover,
.gray26 .button:hover,
.gray58 .button:hover,
.gray76 .button:hover,
.polygon .button:hover
 {
	border-color: #a1a1a1;
	background-color: #a1a1a1;
	color: #ffffff;
}

.gray92 .button:active,
.white .button:active,
.button.colorButton:active,
.polygon .button:active,
.gray92 .button.active,
.white .button.active,
.button.colorButton.active,
.polygon .button.active  {
	border-color: #3e4242;
	background-color: #3e4242;
	color: #ffffff;
}
.gray26 .button:active,
.gray58 .button:active,
.gray76 .button:active,
.gray26 .button.active,
.gray58 .button.active,
.gray76 .button.active
 {
	border-color: #ffffff;
	background-color: #ffffff;
	color: #3e4242;
}
.green .button:hover
 {
	border-color: #ffffff;
	background-color: #ffffff;
	color: #41ba87;
}
.lightGreen .button:hover
 {
	border-color: #ffffff;
	background-color: #ffffff;
	color: #7acfab;
}

.button.colorButton {
	background-color: #43a2c0;
	border-color: #43a2c0;
	color: #ffffff;
	-webkit-transition: background-color 100ms, border-color 100ms,color 100ms;
    -moz-transition: background-color 100ms, border-color 100ms,color 100ms;
    -o-transition: background-color 100ms, border-color 100ms,color 100ms;
    transition: background-color 100ms, border-color 100ms,color 100ms;
}
.button.colorButton:hover {
	background-color: #72b9d0;
	border-color: #72b9d0;
	color: #ffffff;
}

td.colorButton {
    padding: 0;
    line-height: 0;
}

td.colorButton .colorButton {
    border-radius: 0;
    border: none;
    margin: 0;
    width: 100%;
}

a.gray26:hover , a.gray58:hover , a.gray76:hover, a.gray92:hover {
	background-color: #43a2c0;
}
a.gray26:active , a.gray58:active , a.gray76:active, a.gray92:active, a.blue:hover  {
	background-color: #317b93;
}
a.green:hover {
	background-color: #7acfab;
}
a.blue:active, a.green:active, a.lightGreen:hover {
	background-color: #3e4242;
}
a.yellow:hover, a.yellow.button:hover {
	background-color: #fec865;
	color: #FFFFFF;
	border-color: #fec865;
}
a.yellow:active, a.yellow.button:active {
	background-color:#3e4242;
	border-color: #3e4242;
}
/* Layer colors end */

#leftMenu {
	position: fixed;
	top: 7px; /* so it doesn't cover up blue bar */
	left: -250px;
	width: 250px;
	height: 100%;
	overflow: hidden;
	outline: none;
	background-color: #111111;
	color: #ffffff;
	z-index: 100;
	/* background-image: url(/images/left-menu-collapsed-slice.png); */ /* used for slicing. remove when done */
	background-position: left top;
	background-repeat: no-repeat;
}
#leftMenu a {
    text-decoration: none;
    color: #959595;
    font-family: open_sansregular;
    display: block;
    line-height: 30px;
}
#leftMenu a:hover {

    color: #ffffff;
 }
#leftMenu .text a {
	color: #ffffff;
	text-decoration: none;
}
#leftMenu:hover {
	background-image: none;
}
#leftMenu .mask {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
#leftMenu .mask img {
	position: absolute;
	top: -649px;
	left: 0px;
	height: 649px;
	width: 100%;
}
#leftMenu .navMenu {
	font-family: open_sansbold;
	font-size: 14px; /* changed to 14 from 16 */
	line-height: 1.6;
	padding: 26px 30px 24px 29px;
	background-position: left top;
	position: relative;
}
#leftMenu .navMenu ul a {
	font-family: open_sansbold;
}
#leftMenu .navMenu:hover {
	background-image: none;
}
#leftMenu .navMenu > ul {
    padding-bottom: 47px;
}
#leftMenu .navMenu > ul > li { /* nav line seperator */
	border-bottom: 1px solid #333333;
	padding-top: 0px;
	display: block;
}
#leftMenu .navMenu > ul > li:hover {
	cursor: default;
}
#leftMenu .navMenu > ul > li:first-child { /* first (Home) nav item */
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
}
#leftMenu .navMenu > ul > li:first-child > a { /* first link (home) gets extra bottom padding */
	padding-top: 0px;
	padding-bottom: 26px;
}
#leftMenu .navMenu > ul > li > a {
	display: block;
	padding-top: 14px;
	padding-bottom: 15px;
	/* background-color: rgba(255,255,0,.2); */
}
#leftMenu .navMenu > ul > li.nested {
	padding-top: 14px;
	padding-bottom: 15px;
	padding-left: 17px;
}
#leftMenu .navMenu > ul > li.nested .clickArea {
	position: absolute;
	top: 0px;
	left: 0px;
	/* height: 100%; */ /* height is set dynamically in the javascript */
	width: 100%;
	cursor: pointer;
	/* background-color: rgba(255,0,255,.2); */
}
#leftMenu .navMenu > ul > li, #leftMenu .navMenu > ul > li > a { /* nav categories */
	position: relative;
	text-transform: uppercase;
	text-decoration: none;
	padding-top: 14px;
	/* color: #ffffff; */
}
#leftMenu .navMenu > ul > li:hover { /* nav categories li hover*/
	cursor: pointer;
}
#leftMenu .navMenu > ul > li > ul { /* nested nav items */
	margin-left: -18px;
	/* padding-left: 21px; */
	/* background-color: rgba(255,0,0,.2); */
	display: none;
	overflow: hidden;
	margin-top: 0px;
	margin-bottom: 0px;
}
#leftMenu .navMenu > ul > li > ul:hover {
	cursor: default;
}
#leftMenu .navMenu > ul > li > ul.open {
	
}
#leftMenu .navMenu > ul > li > ul > li { /* nested nav container li */
}
#leftMenu .navMenu > ul > li > ul > li:first-child {
	padding-top: 8px;
}
#leftMenu .navMenu > ul > li > ul > li:last-child {
	padding-bottom: 1px;
}	
#leftMenu .navMenu > ul > li > ul > li, #leftMenu .navMenu > ul > li > ul > li > a { /* nested nav items */
	text-transform: initial;
	text-decoration: none;
	font-family: open_sansregular;
	font-size: 14px; /* changed to 12 from 14 */
	color: #959595;
	-webkit-transition: color 150ms;
    -moz-transition: color 150ms;
    -o-transition: color 150ms;
    transition: color 150ms;
}
#leftMenu .navMenu > ul > li > ul > li:hover, #leftMenu .navMenu > ul > li > ul > li > a:hover { /* nested nav items hover */
	color: #ffffff;
}
#leftMenu .navMenu .whiteX {
	z-index: 500;
	position: absolute;
	top: 26px;
	right: 30px;
}
#leftMenu .navMenu .arrow {
	position: absolute;
	top: 21px;
	left: -1px;
	width: 10px;
	height: 10px;
	background-image: url(/images/nav-right-arrow.png);
	background-position: center center;
	background-repeat: no-repeat;
}
#leftMenu .navMenu .arrow.down {
	background-image: url(/images/nav-down-arrow.png);
}
#leftMenu .navMenu .myLink {
	font-family: open_sansregular;
	font-size: 12px; /* changed to 12 from 14 */
	margin-top: 47px;
	margin-bottom: 40px;
	line-height: 1.25;
	color: #959595;
}
#leftMenu .navMenu .myLink a {
	font-family: open_sansbold;
	text-decoration: none;
	color: #f0c519;
}
#leftMenu .socialMedia {
	margin-left: -12px;
	margin-top: 40px;
}
#leftMenu .socialMedia a {
	display: inline-block;
}
#leftMenu .navMenu .whiteX { /* left menu x */
	margin-right: -20px;
}
#leftMenuButtonContainer {
	position: absolute;
	left: 0px;
	top: 0px;
	padding-top: 10px;
	padding-left: 3.125em;
	z-index: 1;
	/* background-image: url(/images/nav-menu-buton-slice.png); */
	/* display: table; */
}
#leftMenuButton {
	background:none;
	padding: 0;
	height: 40px;
	border: none;
}
#leftMenuButton:hover {
	
}
#leftMenuButton #barsContainer {
	width: 40px;
	height: 27px;
	padding-top: 13px;
	background-color: #43a2c1;
	position: relative;
	/* display: table-cell; */
	/* vertical-align: middle; */
	float: left;
	border-radius: 7px;
}
#leftMenuButton #barsContainer .bar {
	height: 3px;
	width: 22px;
	border-radius: 3px;
	margin: 0 auto 3px auto;
	background-color: #ffffff;
}
#leftMenuButton #barsContainer .bar1, #leftMenuButton #barsContainer .bar2, #leftMenuButton #barsContainer .bar3 {
	position: absolute;
	/* left: 12px; */
	left: 10px; /* 9.6 */
	/* height: 3px; */
	height: 2px; /* 2.4 */
	/* width: 26px; */
	width: 20px; /* 20.8 */
	/* border-radius: 3px; */
	border-radius: 2.4px; /* 2.4 */
	background-color: #ffffff;
}
#leftMenuButton #barsContainer .bar1 {
	/* top: 18px; */
	top: 14px; /* 14.4 */
}
#leftMenuButton #barsContainer .bar2 {
	/* top: 24px; */
	top: 19px; /* 19.2 */
}
#leftMenuButton #barsContainer .bar3 {
	/* top: 30px; */
	top: 24px;
}

#leftMenuButton #barsContainer .arrow {
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(/images/menu-icon-arrow.png); /* 1 */
	/* background-image: url(/images/menu-icon-arrow-head.png); */ /* 2 */
	background-position: 	center top;
	width: 100%;
	height: 100%;
	opacity: 0;
}
#leftMenuButton:active #barsContainer .arrow {
	background-position: center bottom;
}
#leftMenuButton #barsContainer .arrowTail {
	position: absolute;
	top: 23px;
	left: 23px;
	background-color: #ffffff;
	width: 0px; /* 16 */
	height: 5px;
	border-radius: 2px;
}
#leftMenuButton:active #barsContainer .arrowTail {
	background-color: #43a2c0;
}
#leftMenuButton .text {
	/* float: left; */
	display: table-cell;
	vertical-align: middle;
	padding-left: 10px;
	padding-right: 10px;
}
#rightMenu {
	position: fixed;
	/*top: 7px;  so it doesn't cover up blue bar */
	right: -250px;
	width: 250px;
	height: 100%;
	background-image: url(/images/right-menu-seamless-background.jpg);
	background-position: top center;
	background-repeat: repeat-y;
	overflow: scroll;
	z-index: 100;
}
#rightMenuButtonContainer {
	position: absolute;
	right: 0px;
	top: 0px;
	padding-top: 10px;
	padding-right: 3.125em;
}
#top {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 60px;
	/*border-top: 7px solid #43a2c1;  blue line */ 
	z-index: 100;
	/* max-width: 1920px; */
	margin-right: auto;
    margin-left: auto;
}
#top .button {
	margin: 0px 20px 0px 0px;
}
#top .button:last-child {
	margin:0px;
}

#top img.logoOverlay, #top img.logoOverlayIcon, #top img.logoOverlayIconSmall, #top img.logoOverlayText {
	width: auto;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	/* image-rendering: optimizeQuality; */ /* fixed pixelation in Safari */
}
#top img.logoOverlay, #top img.logoOverlayIcon {
	top: 162px;/* 220px; */ /* This is just a fallback. The actual top percentage used is set in homeLogo.iconTopPercentage in the js. */
}
#top img.logoOverlayText {
	top: 210px;/*368px;*/ /* This is just a fallback. The actual top percentage used is set in homeLogo.textTopPercentage in the js. */
}
#top img.logoOverlayIconSmall {
	top: 29px; /* This is just a fallback. The actual top used is assigned in js and mirrors #top #leftMenuButton. */
	display: none;
}
#top .rightButton, #top .rightMenuButton  {
	background-color: rgba(62, 66, 66, 0.15);/* transparent; *//* rgba(62,66,66,0.3); */
	border-color: #FFF;
}
#top .live {
	background-color: #41ba87 !important;
	border-color: #41ba87 !important;
}
#topBackground {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 60px;
	opacity: 0;
	background-color: rgba(62,66,66,0.9);
}
/* #topBefore{content:''; width:0%; height:7px; background:gray; position:absolute; top:-7px;} */
@media screen and (max-width: 400px) {
	#top img.logoOverlayIconSmall {
		top:10px;
	}
	
}


#scrollDown {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	bottom: 50px;
	color: #ffffff;
	font-family: open_sansregular;
	font-size: 13px;
	text-transform: uppercase;
    width: 21px;
	text-align: center;
	line-height: 1em;
}

#scrollDown .leftArrow, #scrollDown .rightArrow {
	position: absolute;
	top: 2px;
	width: 21px;
	height: 12px;
	background-image: url(/images/scroll-down-arrow.png);
}
#scrollDown .leftArrow {
	left: 0px;
}
#scrollDown .rightArrow {
	right: 0px;
}
/************************************/
/*!      Narrow Menu               !*/
/************************************/
@media screen and (max-width: 400px) {
	#leftMenuButton .text {
	display: none;
	}
	#leftMenuButtonContainer {
		padding-top: 10px;
		padding-left: 2em;
	}
	#rightMenuButtonContainer {
		padding-top: 10px;
		padding-right: 2em
	}
	#top .button {
	margin: 0px;
	}

	
}
/************************************/
/*!      HIDE EXTRA BUTTONS        !*/
/************************************/
@media screen and (max-width: 800px) {
	.button.rightButton {
		display: none;
	}
}

	.announcement {
	background-color: #273337;
	color: #ffffff;
}
.announcement p {
	padding: 1.625em;
	color: #ffffff;
}


.button {
	cursor: pointer;
	font-family: "museo-sans-rounded",sans-serif;
	font-style: normal;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	display: inline-block;
	line-height: 40px;
	height: 38px;
	border: 1px solid;
	border-radius: 7px;
	padding: 0px 20px 0px 20px;
	overflow: hidden;
	text-align: center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.button:hover {
	
}
.button.congregationButton {
	border-color: #43a2c1;
	color: #43a2c1;
	font-family: open_sanslight;
	height: auto;
	padding: 20px 20px 20px 20px;
	line-height: 20px;
	font-size: 1em;
}
.button.congregationButton.comingSoon {
	border-color: #41ba87;
	color: #41ba87;
}
@media screen and (min-width: 700px) {
	.button.congregationButton {
		width: auto;
		/* margin: 15px; */
	}
}
.button.congregationButton:hover {
	background-color: #72B9D0;
	border-color: #72B9D0;
	color: #FFF;
}
.button.congregationButton:active {
	background-color: #43a2c1;
	border-color: #43a2c1;
	color: #FFF;
}
.button.congregationButton.comingSoon:hover {
	background-color: #7acfab;
	border-color: #7acfab;
	color: #FFF;
}
.button.congregationButton.comingSoon:active {
	background-color: #41ba87;
	border-color: #41ba87;
	color: #FFF;
}
.button.congregationButton b {
	font-family: open_sansbold;
}
.button.congregationButton .address {	
	font-size: 10px;
    line-height: 12px;
    display: block;
    padding-top: 32px;
}
.button.congregationButton .address2 {	
	font-size: 10px;
    line-height: 12px;
    display: block;
    padding-top: 10px;
}

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

	.buttons .button + .button {
	    margin-top: 10px;
	}
	.buttons {
	    padding-top:30px;
	    padding-bottom:30px;
	}
	
	.buttons .button {
	    width: 100%;
	    margin-right: 0;
	}
}
@media screen and (min-width: 400px) {
	.buttons {
		padding: 50px 0;
	}
	.buttons:last-child {
	  padding-bottom: 0;
	}
	.buttons .button + .button {
    	margin-top: 10px;
	}
}
.buttonSliderLayer h4 {
    color: #959595;

}

.buttonSliderLayer p:last-child {
    padding-bottom: 2.7777777777777777em;
}
.buttonSliderLayer .slide img {
    max-width: 100%;
    width: auto;
}
.buttonSliderLayer .text {
	text-align: center;
}
@media screen and (min-width: 700px) {
    .buttonSliderLayer .slide img {
	    margin-left: 10%;
	    float: right;
	}
	.buttonSliderLayer .text {
		text-align: left;
	}
}
.card {
	float: left;
	margin-top: 1.5625em; /* 25px / 16px */
    margin-bottom:1.5625em; /* 25px / 16px */
}			
.cardInner {
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -khtml-border-radius: 8px;  
    border-radius: 8px;
    background-color: #FFFFFF;
    border: #d7d7d7 1px solid;
    overflow: hidden;    
}
.card .image {
    display: block;
   /*
 height: 0;
    padding-bottom: 100%;
*/
    overflow: hidden;
    

}
.card .image img:hover {
	opacity: .5;
}
.card img {
	
		
}
.card .icon, .icon {
	float: left;
	display: block;
	margin-right: 0.7142857142857143em;
}
.card .icon.shareIcon {
	background-image: url("/images/share.png");
	height: 15px;
	width: 19px;
	float: right;
}
.card .icon.calendar, .icon.calendar {
	background-image: url("/images/calendar.png");
	height: 20px;
	width: 19px;
}
.card .share {
	padding-top: 1.1428571428571428em; /* 16px / 14px */
	padding-bottom: 1.1428571428571428em; /* 16px / 14px */
	padding-left: 1.4285714285714286em;
	padding-right: 1.4285714285714286em;
	background-color: #F7F7F7;
	border-top: #D7D7D7 1px solid;
	
}
.card .share a {
	font-family: "museo-sans-rounded";
	font-size: 0.875em; /* 14px / 16px */
	color: #959595;
	text-transform: uppercase;
	text-decoration: none;
}
.card .subtitle {
	font-family: open_sansbold;
	font-size: 0.875em;
	color: #959595;
	line-height: 20px;
	text-transform: uppercase;
	padding-top: 0.7142857142857143em;
	padding-bottom: 0.7142857142857143em;
	margin-left: 1.4285714285714286em;
	margin-right: 1.4285714285714286em;
	border-bottom: #D7D7D7 1px solid;
	height: 1.5em;
}
.card .title {
	font-family: open_sansbold;
	font-size: 1em; /* 16px / 16px */
	line-height: 1.375em; /* 22px / 16px */
	color: #3e4242;
	text-transform: uppercase;
	padding: 1.25em; /* 20px / 16px */
	height: 4em;
}
.cardContainer {
	position: relative;
	z-index: 1;
	padding-top: 1.5625em; /* 25px / 16px */
	padding-bottom: 1.5625em; /* 25px / 16px */
	
}
.scroll .cardContainer {}
.load .cardContainer{
	overflow: hidden;
}
.cardLayout {
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;

	/*
padding-left: 65px;
	padding-right: 65px;
	
*/
	position: relative;
}			
.cardLayout .arrows {
	/*
position: absolute;
	top:50%;
	height:50px;
	margin-top:-25px;
	z-index: 2;
	width: 100%;
	left: 0;
*/
}
.cardLayout .card {
	color:#959595;
	font-family: Gentona-Bold;
}
.cardLayout .leftArrow {
	width:49%;
	float:left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/*
float: left;
	width: 25px;
	height: 50px;
	background-image: url('/images/leftArrow.png');
	background-repeat: no-repeat;
	opacity: .7;
	margin-left: 40px;
	cursor: pointer;
*/
}
.cardLayout .rightArrow {
	width:49%;
	float:right;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/*
float: right;
	width: 25px;
	height: 50px;
	background-image: url('/images/rightArrow.png');
	background-repeat: no-repeat;
	opacity: .7;
	margin-right: 40px;
	cursor: pointer;
*/
}
.cardLayout.scroll .loadMore {
	display: none;
}
.cardLayout .loadMore {
	width:100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cardLayout.load .rightArrow, .cardLayout.load .leftArrow {
	display: none;
}
@media screen and (max-width: 531px) {
	.cardLayout {
		padding-left: 0;
		padding-right: 0;
		overflow: visible;

	}
	.layerInner {
		overflow: hidden;
	}
	.cardLayout.scroll .leftArrow, .cardLayout.scroll .rightArrow  {
		display: none !important;
	}
}
.cardLayoutPadding {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width:100%;
	/* overflow: hidden; */
	
	
}
.clearAll {
	clear: both;
}
.countdownMenu {
	font-family: open_sansregular;
	font-size: 14px;
	line-height: 1.6;
	padding: 24px 20px 24px 20px;
	color: #ffffff;
}
.countdownMenu .button {
	display: block;
	margin-top: 25px;
	background-color: #f0c519;
	border-color: #f0c519;
	-webkit-transition: background-color 100ms, border-color 100ms;
	-moz-transition: background-color 100ms, border-color 100ms;
	-o-transition: background-color 100ms, border-color 100ms;
	transition: background-color 100ms, border-color 100ms;
}
.countdownMenu .button:hover {
	background-color: #f5d75e;
	border-color: #f5d75e;
}
.countdownMenu .button:active {
	background-color: #3e4242;
	border-color: #3e4242;
}
.countdownMenu .timer {
	margin-top: 27px;
	margin-bottom: 38px;
	font-family: "museo-sans-rounded",sans-serif;font-style: normal;font-weight: 800;
	text-transform: uppercase;
	color: #f0c519;
}

.layer .gridLayout h2 {
	font-family: open_sanslight;
	padding-bottom: 1em;
	}
.gridLayout .gridItem {
	margin-bottom: 100px;
}
.iconEmail, .iconFacebook, .iconInstagram, .iconTwitter { /* move back in order */
	display: inline-block;
	width: 34px;
	height: 34px;
	background-image: url(/images/social-media-sprite.png);
	background-position: center center;
	opacity: .58;
	-webkit-transition: opacity 150ms;
	-moz-transition: opacity 150ms;
	-o-transition: opacity 150ms;
	transition: opacity 150ms;
}
.iconEmail:hover, .iconFacebook:hover, .iconInstagram:hover, .iconTwitter:hover { /* move back in order */
	opacity: 1;
}
.iconEmail:active, .iconFacebook:active, .iconInstagram:active, .iconTwitter:active { /* move back in order */
	opacity: .14;
}
.iconEmail { /* move back in order */
	background-image: url(/images/social-media-email.png);
}
.iconFacebook { /* move back in order */
	background-image: url(/images/social-media-facebook.png);
}
.iconInstagram { /* move back in order */
	background-image: url(/images/social-media-instagram.png);
}
.iconTwitter { /* move back in order */
	background-image: url(/images/social-media-twitter.png);
}
.red .iconEmail { /* move back in order */
	background-image: url(/images/social-media-email-red.png);
}
.red .iconFacebook { /* move back in order */
	background-image: url(/images/social-media-facebook-red.png);
}
.red .iconInstagram { /* move back in order */
	background-image: url(/images/social-media-instagram-red.png);
}
.red .iconTwitter { /* move back in order */
	background-image: url(/images/social-media-twitter-red.png);
}
.gray .iconEmail { /* move back in order */
	background-image: url(/images/social-media-email-gray.png);
}
.gray .iconFacebook { /* move back in order */
	background-image: url(/images/social-media-facebook-gray.png);
}
.gray .iconInstagram { /* move back in order */
	background-image: url(/images/social-media-instagram-gray.png);
}
.gray .iconTwitter { /* move back in order */
	background-image: url(/images/social-media-twitter-gray.png);
}

.itemWidth {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
	/* padding-left: 20px; */
	padding-right: 30px;
}

@media screen and (min-width: 401px) and (max-width: 600px) {
.itemWidth{
	width: 50%;
	}
}
@media screen and (min-width: 601px) and (max-width: 800px) {
.itemWidth {
	width: 33.3333333333333333333333333333%;
	}
}
@media screen and (min-width: 801px) and (max-width: 1000px) {
.itemWidth {
	width: 25%;
	}
.squares6 .itemWidth {
    width: 33.3333333333333333333333333333%;
}
}
@media screen and (min-width: 1000px) {
.itemWidth {
	width: 20%;
	}
.squares6 .itemWidth {
    width: 16.66666667%;
}
}
.itemWidth.card {
	width: 90%;
	padding-left: 0;
	padding-right: 15px;
}

@media screen and (min-width: 531px) and (max-width: 730px) {
.itemWidth.card {
	width: 50%;
	padding-right: 40px;

	}
}
@media screen and (min-width: 731px) and (max-width: 930px) {
.itemWidth.card {
	width: 33.3333333333333333333333333333%;
	padding-right: 40px;

	}
}
@media screen and (min-width: 931px) and (max-width: 1130px) {
.itemWidth.card {
	width: 25%;
	padding-right: 40px;
	}
}
@media screen and (min-width: 1130px) {
.itemWidth.card {
	width: 20%;
	padding-right: 40px;
	}
}
.itemWidth.button {
	margin-right: 1.6%;
	min-width: 98%;
	width: auto;
	padding-right: 20px;
}
@media screen and (min-width: 1000px) {
.itemWidth.button {
	min-width: 18%;
	}
}
@media screen and (min-width: 401px) and (max-width: 600px) {
.itemWidth.button {
	min-width: 48%;
	}
}
@media screen and (min-width: 601px) and (max-width: 800px) {
.itemWidth.button {
	min-width: 31.3333333333333333333333333333%;
	}
}
@media screen and (min-width: 801px) and (max-width: 1000px) {
.itemWidth.button {
	min-width: 23%;
	}
}

.layer {
	width: 100%;
	height: auto;
	position: relative;
}
.layer .bar {
	text-align: center;
	padding:3.125em 0; /* 50px / 16px */
	display: block;
	text-decoration: none;
	color:#FFFFFF;
}
.layer .bar h1 {
	font-family: Gentona-Bold;
	font-size: 2em;
	line-height: 1em;
  padding-bottom: 0;
}
.layer .bar p {
	font-family: open_sanslight, Arial, sans-serif;
	font-size: 1.125em; /* 18px / 16px */
	padding: 0 .5em;
}
@media screen and (min-width: 400px) {
	.layer .bar h1 {
		font-size: 4.375em; /* 70px / 16px */
		
	}
}

.layerDownArrow {
	background-color: white;
	width: 70px;
	height: 35px;
	-moz-border-radius:0 0 70px 70px; 
	-webkit-border-radius:0 0 70px 70px; 
	border-radius:0 0 70px 70px ;
	display:block;
	position:absolute;
	bottom:0;
	z-index:1;
	left:0;
	right:0;
	margin:0 auto  ;
	margin-bottom:-35px
}
.layerDownArrow .downArrow {
	width: 21px;
	height: 12px;
	background-image: url(/images/downArrowDark.png);
	background-position: center center;
	background-repeat: no-repeat;
	display:block;
	margin: 0 auto;
	margin-top: -6px;
}
.layer .socialMedia {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
.layer img {
	width: 100%;
}
.layer img.contentImage {
	width: auto;
	max-width: 100%;
	margin-bottom: 50px;
}
.layer .imageBackground {
	line-height: 0;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
    overflow: hidden;
    background-color: #121212;
}
.layer .imageBackgroundText {
    width: 100%;
    position: relative;
    z-index: 2;    
}
.layer .imageBackground img {
	width: auto;
	height: 100%;
	position: absolute;
    right: 0%;
    height: 100%;
    top: 0;
    z-index: 1;
    display: none;
    
}
@media screen and (min-width: 700px) and (max-width: 775px) {
	.layer .imageBackground img {
		display: block;
		right: -38%
	}
	.layer .imageBackgroundText {
		width: 50%;
	}
}
@media screen and (min-width: 776px) and (max-width: 850px) {
	.layer .imageBackground img {
		display: block;
		right: -25%
	}
	.layer .imageBackgroundText {
		width: 60%;
	}
}
@media screen and (min-width: 851px) and (max-width: 1000px) {
	.layer .imageBackground img {
		display: block;
		right: -15%
	}
	.layer .imageBackgroundText {
		width: 60%;
	}
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
	.layer .imageBackground img {
		display: block;
		right: -10%
	}
	.layer .imageBackgroundText {
		width: 60%;
	}
}
@media screen and (min-width: 1201px)  {
	.layer .imageBackground img {
		display: block;
		
	}
	.layer .imageBackgroundText {
		width: 60%;
	}
}


.layer .imageBackgroundText h1 {
    padding-bottom: 1em;
}
.layer .imageBackgroundText h4 {
    padding-bottom: 3em;
}
.layer .imageBackgroundText p {
    padding-bottom: .5em;
    padding-top: .5em;
    
}
.imageBackgroundText i {
    font-family: open_sansregular;
    font-size: .75em;
    letter-spacing: 2.1px;
}

.layer .imageBackgroundText .socialMedia {
    display: block;
    padding-top:30px;
    padding-left: 0;
    position: relative;
}

/*
.layer .imageBackgroundText p:last-of-type {
    padding-bottom: 30px;
}
*/

@media screen and (min-width: 400px)  {
	.layer .imageBackgroundText p:last-of-type {
	  padding-bottom: 70px;
	}
	.layer .imageBackgroundText .socialMedia {

	    display: inline-block;
	    padding-top: 0;
	    padding-left: 2%;
	}
}

.imageBackgroundText .iconEmail, .imageBackgroundText .iconFacebook, .imageBackgroundText .iconInstagram, .imageBackgroundText .iconTwitter {
    opacity: 0.85;
}

/*Main Header*/
.layer h1 {
	font-family: open_sansbold;
	font-size: 1.875em; /* 30px / 16px */
	line-height: 40px;
	padding-bottom: 20px;
}
.layer h1 .button {
	float:right;
	margin-right: 0;
}
/*Line*/
.layer hr {
	width: 100%;
	max-width: 388px;	
	margin: 0;
	border-color: #959595;
    border-bottom-width: 0;
    margin-bottom: 30px;
}
/*Title and Subtitle*/
.layer h4 {
	font-family: open_sansregular;
    font-size: 1.125em; /* 18px / 16px */
    letter-spacing: 2.1px;
	text-transform: uppercase;
	padding-bottom: 50px;
}
.layer h4 b {
	font-family: open_sansbold;
}

/* Subheader */
 h3 {
	font-family: open_sanslight;
	font-size: 1.875em; /* 30px / 16px */
	color: #3e4242;
	padding-bottom: 30px;	
}

 
.layer h2 {
	font-family: open_sansregular;
	font-size: 1.875em; /* 30px / 16px */
}


.layer h5 {
	font-family: open_sansregular;
	font-size: 1em; 
}
.layer ol,.layer ul {
	list-style: initial;
	padding-left: 1em;
	font-family: open_sansregular, Arial, sans-serif;
	font-size: 1em; /* 18px / 16px */
	padding-top: .5em;
	padding-bottom: .5em;

}
.layer ol {
	list-style: decimal;
	margin-left: .5em;
}

.layer ol li {
	line-height: 1.875em; /* 30px / 16px */
}
.layer label, .layer input, .layer textarea, .layer select {
	float: left;
	display: block;
	box-sizing: border-box;
	margin-bottom: 1em;
	width:50%;
	margin-left: 30%;
	font-size: 1.2em;
	font-family: open_sansregular, Arial, sans-serif;
  	
}
.layer input, .layer textarea {
	font-size: 1em;
  padding: .25em;
}
.layer .fullLabel {
	width: 80%;
	text-align: left;
}
.layer label{
	text-align: right;
	padding-right: 1em;
	width:30%;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 0;
}
.layer label + input, .layer label + textarea, .layer label + select, .layer label + label {
	margin-left: 0;
}
 .layer label + label {
	 text-align: left;
 }
 
.layer br {
	clear:both;
}
form.inline label, form.inline select, form.inline input     {
    width: auto;
    padding-right: 6px;
    margin-left: 0;
}

form.inline select {
    margin-right: 30px;
}


.layerInner {
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
	
}
.layerInner.hasArrows {
	max-width: 1430px;
	width: 100%;
	margin: 0 auto;
}

.gridLayout, .layerPaddingHorizontal, .layerPaddingVertical, .layerPadding, .splitLayerSections.layerPadding {
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
.gridLayout, .layerPaddingHorizontal, .layerPadding, .splitLayerSections.layerPadding {
	padding-left: 2em; 
	padding-right: 2em; 
} 
.gridLayout {
	padding-top: 6.25em;
}
.layerPaddingVertical, .layerPadding, .splitLayerSections.layerPadding {
	padding-top: 50px;
    padding-bottom: 50px;
	}
@media screen and (min-width: 400px) {
	.gridLayout, .layerPaddingHorizontal, .layerPadding {
		padding-left: 3.125em; /* 50px / 16px */
		padding-right: 3.125em; /* 50px / 16px */
	}
	.layerPaddingVertical, .layerPadding, .splitLayerSections.layerPadding {
		padding-top: 6.25em;
	padding-bottom: 6.25em;
 
		}
}

.layerPadding.hasArrows {
	padding-left: 0;
	padding-right: 0; 
}
.leftMenuButton {
	/*
	only used to trigger left menu
	don't apply visual styles
	*/
}
.location {
    margin:1.5625em; /* 25px / 16px */
}
@media screen and (min-width: 500px) {
	.location {
		float:left;
	}
}
.location .graphic {
    position: relative;
}
.location .graphic img {
    width: auto;
    max-width:100%;
}
.location .graphic .overlay {
    position: absolute;
    left: 0;
    top:0;
    right:0;
    bottom:0;
    display:none;
}
.location .text {
    font-family: open_sansregular, Arial, sans-serif;
    font-size:1.125em; /* 18px / 16px */
    color: #43a2c1;
   /*  font-style: italic; */
}
.locations {
    margin: 0 auto;
    display: inline-block;
}
.logoOverlay {
	width: 100%;
	height: 100%;
	background-image: url(/images/nlc-logo.png);
	background-position: center 46.30788485607%;
	background-repeat: no-repeat;
	background-size: 17.03125%;
}
ol {
	list-style: decimal;
	padding-left: 1em;
	font-family: open_sansregular, Arial, sans-serif;
	font-size: 1em; /* 18px / 16px */

}
p {
	font-family: open_sansregular, Arial, sans-serif;
	font-size: 1em; /* 18px / 16px */
	line-height: 1.75em; /* 30px / 18px */
	/* font-style: italic; */
	letter-spacing: .3px;
	color: #959595;
}
p + p {
	padding-top: 1.75em;
}
p.footnote {
	font-size: .8em;
}
p a {
	color:#f3b032;
	text-decoration: none;
	font-weight: bold;
}
p a:hover {
	text-decoration: underline;
}
b { 
	font-family: open_sansbold, Arial, sans-serif;
}
sub {
	font-size: .6em;
	top: -.6em;
	position: relative;
}
.pageWidth {
	position: relative;
	max-width: 100%;:/*1920px;*/
	margin: 7px auto 0 auto;
	background-color: #FFFFFF;
}
.pageWidthOverflowLeft {
	position: absolute;
	top: 0px;
	left: -100%;
	width: 100%;
	height: 100%;
	z-index: 200;
}
.pageWidthOverflowRight {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 0px;
	height: 100%;
	z-index: 200;
}
.podcastHeader img {
	width: 100%;
	filter: blur(3px);
	-webkit-filter: blur(3px);
	-moz-filter: blur(3px);
	-o-filter: blur(3px);
	-ms-filter: blur(3px);
	filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id=\"blur\"><feGaussianBlur stdDeviation=\"3\" /></filter></svg>#blur");
	filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='3');
	position: relative;	
	margin-top: 50%;
	 
	margin-bottom: -50%;	 
	/* transform: translateY(-100%); */	
	-ms-transform:translateY(-100%) rotate(4deg); /* IE 9 */     
	-webkit-transform:translateY(-100%) rotate(4deg); /* Chrome, Safari, Opera */     
	transform: translateY(-100%) rotate(4deg);
}
.podcastHeader .img {
	 
	margin: 0 auto;
	 position: relative;
	  
	
}
.podcastHeader .overlay {
	background-color:rgba(0,0,0,0.8);
	width: 100%;
	position: absolute;
	height: 100%;
	z-index: 1
}
.podcastHeader {
	text-align: center;
	color: #FFF;
	-webkit-transform-style: preserve-3d;
	  -moz-transform-style: preserve-3d;
	  transform-style: preserve-3d;
	  max-height: 500px;
	    overflow: hidden;
}
.podcastHeader .text {
	position: absolute;
	/* width: 100%; */
	/* background-color: #FFF; */
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
	top: 40%;
	margin-top: -0.937em;
}
.podcastHeader .title {
	font-family: open_sansbold;
	font-size:1.875em; /* 30px / 16px */
	margin: 1em;
}
.podcastHeader .speaker,.podcastHeader .series {
	font-family: open_sansregular;
	font-size:1.125em; /* 18px / 16px */
}
.podcastHeader .series {
	position: absolute;
	bottom: 4.4375em; /* 55px / 16px */
	left: 0;
	right: 0;
}
.progress {
	background-color: #43a2c0;
	width: 100%;
	height: 110px;
	margin-top:-55px; 
	margin-bottom:-55px; 
	z-index: 2;
	position: relative;
}

.progress .played {
	height: 100%;
	background-color: #72b9d0;
}
.progress .buffered {
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #41ba87;
}
.progress .playButton {
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -20px;
	z-index: 5;
	text-align: center;
	display: block;
}
.progress .playButton img {width: auto;}


.quote {
	padding-left: 3.125em;
	padding-right: 3.125em;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
}
.quote .button {
	float: right;
	margin: 1%;
	/* margin-bottom: 1.625em; */
}
.quote .quoteText {
	float: left;
    line-height: 1.25em;
    padding-top: 1em;
}
.quoteImage {
	
	display: inline-block;
	width: 30px;
	height: 22px;
	margin-right: 30px;
	background-image: url('/images/quote.png');
	
}
.rightMenuButton {
	/*
	only used to trigger right menu
	don't apply visual styles
	*/
}
.share_lb {
	text-align: center;
}
.st_facebook_large .stButton .stLarge {
	background: url("/images/sb_facebook.png") no-repeat scroll left top transparent !important;
	width: 30px;
	height: 30px;
}
.st_twitter_large .stButton .stLarge {
	background: url("/images/sb_twitter.png") no-repeat scroll left top transparent !important;
	width: 30px;
	height: 30px;
}
.st_email_large .stButton .stLarge {
	background: url("/images/sb_email.png") no-repeat scroll left top transparent !important;
	width: 30px;
	height: 30px;
}
.splitLayerSections {
	float: left;
	padding: 1.7142857142857142em;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	position: relative;
}
.splitLayerSections .bottomButton {
	position: absolute;
	bottom: 6.25em;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.splitLayerSections b {
	font-family: open_sansbold;
}
.splitLayerSections h1 {
	font-family: Gentona-Bold;
	font-size: 1.875em;
	padding-bottom: 0;
	text-transform: uppercase;
}
.splitLayerSections h2 {
	font-family: open_sansbold;
	font-size: 1.875em;
	padding: 1em;
}
.splitLayerSections h3 {
	padding-bottom: 50px;
}
.splitLayerSections h1 a {
	text-decoration: none;
	color: #FFF;
	font-weight: normal;
}

.splitLayerSections p a {
	font-weight: normal;
}


.squares {
	padding: 30px 0; 
}
.squareBox {
    position: relative;
    margin-top: 20px;
 
    
}
.squareBox .image {
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -khtml-border-radius: 8px;  
    border-radius: 8px;
    overflow:hidden;
    position: relative;
    line-height: 0;
}
.squareLayout h4 {
    color:#959595;
}
.squareBox h4 {
	color: #3e4242;
	text-transform: uppercase;
	padding: 0;
	letter-spacing: 0;
	line-height: 1.6666666666666667em; /* 30px / 18px */
}
.squareBox h5 {
	color: #959595;
}
.squareLayout .overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(37,37,37,.9);
    display:none;

}
.squareLayout .overlay .button {
    width: 90%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin:5%;
     -webkit-transition: background-color 100ms, border-color 100ms,color 100ms;
    -moz-transition: background-color 100ms, border-color 100ms,color 100ms;
    -o-transition: background-color 100ms, border-color 100ms,color 100ms;
    transition: background-color 100ms, border-color 100ms,color 100ms;

}
.squareLayout .overlay .button:hover
 {
	border-color: #ffffff;
	background-color: #ffffff;
	color: #3e4242;
}
.squares .itemWidth {
    float: left;
}

.textLayer {
	text-align: center;
}
.textLayer b {
	font-family: open_sansbold;
	font-weight: bold;
}
.textLayer blockquote {
	font-size: 0.875em; /* 14px / 16px */
	line-height: 1.7142857142857142em; /* 24px / 14px */
	font-family: open_sansregular;
	color: #959595;
	text-align: center;
	width: 60%;
	margin: 0 auto;
	padding-bottom: 1.7142857142857142em; /* 24px / 14px */
	text-transform: uppercase;
	letter-spacing: .2em;
}
.textLayer blockquote b {
	font-family: open_sansbold;
}
.textLayer p {
	text-align: center; 
}
.textPadding {
	padding-bottom: 1em;
}
@media screen and (max-width: 400px) {
	.textLayer p {
		text-align: center; 
		padding: 1.6666666666666667em 0; /* 30px / 18px */;
	}
}
.video img {
	max-width: 100%;
	width: auto;
	
}
img#videoPlayer_logo {
    height: 15%;
    max-height: 50px;
}
.videoBackground {
	background-image: url(/images/video-background-slice.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-size: 100%;
}
.videoLayout {
  padding: 50px 2em;
   -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@media screen and (min-width: 400px) {
	.videoLayout {
		padding-top: 6.875em; /* 110px / 16px */
		padding-bottom: 6.875em; /* 110px / 16px */
		padding-left: 3.125em;
		padding-right:3.125em;
		
	}
}
.videoLayout .button {
	margin-right: 2%;
}
.videoLayout .date {
	color: #959595;
}
.videoLayout .description {
    font-family: open_sansregular, Arial, sans-serif;
	line-height: 1.875em;
	color: #959595;
	
	/* font-style: italic; */
}

.videoLayout .title {
	color: #3e4242;
}
@media screen and (max-width: 700px) {
.videoLayout .text, .videoLayout .video {
  padding: 0;
  padding-bottom: 30px
}
}
.videoLayout .text {
	padding-left: 0;
}
.videoLayout .video {
	padding-right:0;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
/* 	padding-top: 25px; */
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.whiteX {
	width: 16px;
	height: 15px;
	padding: 10px;
	margin-right: -10px;
	margin-top: -5px;
	background-image: url(/images/white-x.png);
	background-position: center center;
	background-repeat: no-repeat;
	float: right;
}
.whiteX:hover {
	cursor: pointer;
}


.filterNav {
	padding-top: 2em;
	padding-left: 0px;
	padding-bottom: 0px; 
}
.filterNav li {
    font-family: open_sansregular;
    font-size: 1em;
    float: left;
    display: block;
    color:#3e4242;
    position: relative;
    
    padding: 0 2.5em; /* 30px / 12px */
    line-height:2.5em; /* 30px / 12px */
    border-bottom:1px solid #959595;
    margin-left: -1px;
    text-align: left;
    
}
.filterNav li:after {
    width: 10px;
	height: 10px;
	background-image: url(/images/nav-down-arrow.png);
	background-position: center center;
	background-repeat: no-repeat;
	content: "";
	display:block;
	position:absolute;
	right: 1em;
	top: .90em;
}
.filterNav li.noArrow:after {
	background-image: none;
}
.filterNav li.active {
    border: 1px solid #959595;
    border-bottom:none;
    color: #3e4242; 
    font-family: open_sansbold;
}
.filterNav ul { 
    display:none;
    position: absolute;
    left: -1px;
    background-color:#ebebeb;
    color: #FFFFFF;
     border: 1px solid #959595;
     border-bottom-left-radius: 3px;
     border-bottom-right-radius: 3px;
     overflow: hidden;
     padding: 0px;
     z-index: 10;
 }
.filterNav ul li{ 
	border: none;
    color: #3e4242;
    width:100%;
    font-size: 0.8571428571428571em; /* 12px / 14px */
    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box; 
	margin-left:0px; 
	padding: 0 1em;
}
.filterNav ul li.even {
    background-color: #f6f6f6;
    color: #3e4242;
} 
.filterNav ul li.active {
    background-color: #43A2C0;
    color: #FFFFFF;
    border:none;
} 
.filterNav ul li:hover, .filterNav ul li.even:hover {
	background-color:#c2c2c2
}
.filterNav ul li:after{ 
    display:none;
}
.no-touch .filterNav li:hover ul, .filterNav li.hover ul {
    display:block;

}


.bookPromo {
					    
					    background-image: url("/images/book.png"); /* fallback */
						background: url("/images/book.png") -moz-linear-gradient(left, #ccc2c0 0%, #afa7a5 100%);
					    background: url("/images/book.png") -webkit-linear-gradient(left, #ccc2c0 0%,#afa7a5 100%);
					    background: url("/images/book.png") linear-gradient(to right, #ccc2c0 0%,#afa7a5 100%);
					    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccc2c0', endColorstr='#afa7a5',GradientType=1 );
					    background-position: left center;
						background-repeat: no-repeat;
						background-size: contain;
				}
				.bookGradient {
					background: #ccc2c0;
				    background:  -moz-linear-gradient(left, #ccc2c0 0%, #afa7a5 100%);
				    background: -webkit-linear-gradient(left, #ccc2c0 0%,#afa7a5 100%);
				    background: linear-gradient(to right, #ccc2c0 0%,#afa7a5 100%);
				    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccc2c0', endColorstr='#afa7a5',GradientType=1 );
				}
				.bookPromo .left {
					float: left;
					width: 40%;
				}
				.bookPromo .right {
					float: right;
					width: 60%;
					text-align: left;
					box-sizing: border-box;
				}
				.bookPromo .right img {
					padding: 30px;
				}
				.bookPromo img {
					width: auto;
					max-width: 100%;
					height: 40px;
				}
				.bookPromo .availableNow {
					width: 100%;
					color: #FFFFFF;
					text-align: left;
					padding: 30px;
					padding-bottom: 0px;
					box-sizing: border-box;
					line-height: 1.5em;
				}
				.bookPromo .availableNow img {
					padding-bottom: 0px;

				}
				@media screen and (max-width: 750px)  {
					.bookPromo .right {
						width: 100%;
						background-color: rgba(0,0,0,.5);
						text-align: center;
					}
					.bookPromo .availableNow {
						text-align: center;
					}
					.bookPromo .right img {
						padding: 15px;
					}
					.bookPromo img {
						height: 30px;
					}

				}
				@media screen and (max-width: 700px)  {
					.bookPromo {
						background-size: cover;
					}
				}
				
				
				
				table {
				width: 100%;
				margin-top:50px;
			}
			h1 + table {
				margin-top: 0px;
			}
			tr {
				border: 1px solid #e5e5e5;
				width: 100%;
			}
			tr.even {
				background-color: #f7f7f7;
			}
			td {
				font-family: open_sansregular, Arial, sans-serif;
				
				line-height: 24px; /* 50px / 18px */
				
				color: #959595;
				padding: 13px 1.6666666666666667em; /* 30px / 18px */

			}
			.gatherings a:hover {
    opacity: .9;
}
			
