/*
	Theme Name: Nashville Jazz Workshop
	Description: Nashville Jazz Workshop
	Version: 1.0
	Author: Carlos Ruiz

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

@font-face { 
    font-family: 'PosterSans';
    src: url('fonts/postersans-webfont.eot');
    src: url('fonts/postersans-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/postersans-webfont.woff2') format('woff2'), url('fonts/postersans-webfont.woff') format('woff'), url('fonts/postersans-webfont.ttf') format('truetype'), url('fonts/postersans-webfont.svg#webfont') format('svg');
}

/***
 * BASIC
 ***/
 
/*
 * Black #888888
 * Black #666666
 * Black #444444
 * Black #222222
 * Black #000000
 * Grey #e0e0e0
 * Light Grey #f0f0f0
 * Blue #00B4DA
 * Light Blue #87D4EB
 * Purple #9B619B
 * Light Purple #CAA6CA
 * Green #71b344
 * Light Green #abd037
 * Red #ed1c24
 * Light Red #f69474
 * Yellow #ffcb08
 * Light Yellow #fff799
 */

html,
button,
input,
select,
textarea,
body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 1em;
    line-height: 1.4em;
	color: #000;
}

a {
	color: #00B4DA;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #71b344;
}

h1, h2, h3, h4, h5, h6 {
	margin: 20px 0 .5em 0;
	color: #9B619B;
	font-weight: normal;
}

h1, h2 {
    text-transform: uppercase;
}

h1 {
	line-height: 1.1em;
}

::-moz-selection {
    background: #87d4eb;
    text-shadow: none;
}

::selection {
    background: #87d4eb;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #e0e0e0;
    margin: 20px 0;
    padding: 0;
}

img {
	max-width: 100%;
	height: auto;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
}

	article img.picture-pad-left,
	article img.picture-pad-right {
		margin: 0 100% 10px 0;
		float: left;
	}
	
	.events-page article img,
	.faculty-list img {
		width: auto;
	}
	
	@media screen and (min-width: 480px) {
		.events-page article img {
			width: 100px;
		}
		.faculty-list img {
			width: 125px;
		}
	}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #e0e0e0;
    color: #000;
    padding: 0.2em 0;
}

.95-opacity {
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
	/* IE 5-7 */
	filter: alpha(opacity=95);
	/* Netscape */
	-moz-opacity: 0.95;
	/* Safari 1.x */
	-khtml-opacity: 0.95;
	/* Good browsers */
	opacity: 0.95;
}

.njw-red {
	color: #ed1c24;
}

.njw-green {
	color: #71b344;
}

.njw-yellow {
	color: #ffcb08;
}

/***
 * VIDEOS
 ***/

.video-container {
	margin: 30px 0 0 0;
	max-width: 560px;
}
.youtube-wrapper {
	margin: 20px 0;
	position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.youtube-wrapper iframe,
.youtube-wrapper object,
.youtube-wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/***
 * CUSTOM TYPE STYLES
 ***/

.njw-bold {
	font-weight: bold;
}

.gray-text {
	color: #8e8e8e;
}

.dark-gray-text {
	color: #444;
}

.njw-blue {
	color: #87d4eb;
}

.descriptive {
	display: none;
	float: left;
	margin: 0 10px 0 0;
	line-height: 32px;
	color: #888;
}

.accordion-link {
	cursor: pointer;
}

	.accordion-link.closed-symbol:before {
		content: "+ ";
	}
	
	.accordion-link.open-symbol:before {
		content: "— ";
	}

/***
 * SOCIAL ICONS
 ***/

.socials li a {
	display: block;
	width: 32px;
	height: 32px;
	background: url("img/template/icons-sprite.png") no-repeat;
	margin: 0 10px 0 0;
}

.socials li.facebook a {
	background-position: -128px -32px;
}

.socials li.facebook a:hover,
.socials li.facebook a:focus {
	background-position: -128px 0;
}

.socials li.twitter a {
	background-position: -64px -32px;
}

.socials li.twitter a:hover,
.socials li.twitter a:focus {
	background-position: -64px 0;
}

.socials li.flickr a {
	background-position: 0 -32px;
	margin: 0;
}

.socials li.flickr a:hover,
.socials li.flickr a:focus {
	background-position: 0 0;
}

.socials li.soundcloud a {
	background-position: -32px -32px;
}

.socials li.soundcloud a:hover,
.socials li.soundcloud a:focus {
	background-position: -32px 0;
}

.socials li.youtube a {
	background-position: -96px -32px;
}

.socials li.youtube a:hover,
.socials li.youtube a:focus {
	background-position: -96px 0;
}

.socials li.instagram a {
	background-position: -256px -32px;
}

.socials li.instagram a:hover,
.socials li.instagram a:focus {
	background-position: -256px 0;
}

.socials li:last-child a {
	margin: 0 !important;
}

/***
 * GENERAL LAYOUT
 ***/

/* The minimum Mobile Portrait width */
.wrapper {
	width: 270px;
	margin: 0 auto;
}

#njw-lamp {
    display: none;
	width: 165px;
    height: 165px;
    left: 0;
	bottom: 135px;
    position: fixed;
	/*
	background: url("img/template/lamp.png") 0 0 no-repeat transparent;
	*/
	background: url("img/template/star.png") 0 0 no-repeat transparent;
}

/***
 *TOOL BAR
 ***/

.search-bar-container {
	background-color: #000;
}

.search-bar-container section {
	color: white;
	padding: 10px 0;
}

.search-bar-container .search {
	position: relative;
	float: right;
	width: 64%;
	margin: 0 0 0 4%;
}

.search-bar-container .search .modal-search-button {
	display: block;
}

.search-bar-container .search form input.search-string {
	background: none repeat scroll 0 0 #fff;
    color: #000;
    height: 22px;
    padding: 5px 18% 5px 6%;
    width: 76%;
	line-height: 22px;
	border-radius: 22px;
	-moz-border-radius: 22px;
	-khtml-border-radius: 22px;
	-webkit-border-radius: 22px;
	float: left;
	border: 0;
}

.search-bar-container .search form input.search-go {
    background: url("img/template/search.png") no-repeat center 0px transparent;
    height: 32px;
	width: 40px;
    position: absolute;
    right: 0;
	border: 0;
}

.search-bar-container .search form input.search-go:hover,
.search-bar-container .search form input.search-go:focus {
	background-position: center -32px;
}
	
.header-container .tool-bar-links,
.search-bar-container .tool-bar-links {
	position: relative;
	float: left;
	width: 32%;
}

.header-container .tool-bar-links.desktop {
    display: none;
}

.search-bar-container .tool-bar-links.mobile {
    display: block;
}

@media (min-width: 640px) {
	.search-bar-container .tool-bar-links.mobile {
        display: none;
    }
}

@media (min-width: 1100px) {
	.header-container .tool-bar-links.desktop {
		display: block;
	}
}

.header-container .tool-bar-links ul,
.header-container .tool-bar-links li,
.search-bar-container .tool-bar-links ul,
.search-bar-container .tool-bar-links li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.header-container .tool-bar-links li,
.search-bar-container .tool-bar-links li {
	float: left;
}

@media (min-width: 1100px) {
	.header-container .tool-bar-links li,
    .search-bar-container .tool-bar-links li {
        float: right;
    }
}

.header-container .tool-bar-links .socials,
.search-bar-container .tool-bar-links .socials {
	display: none;
}

.header-container .tool-bar-links li a,
.search-bar-container .tool-bar-links li a {
	display: block;
	float: left;
	width: 32px;
	height: 32px;
	line-height: 32px;
	margin: 0 10px 0 0;
}

@media (min-width: 1100px) {
	.header-container .tool-bar-links li a,
    .search-bar-container .tool-bar-links li a {
        margin: 0 0 0 10px;
    }
}

.header-container .tool-bar-links .radio a,
.search-bar-container .tool-bar-links .radio a {
	background: url("img/template/icons-sprite.png") -160px -32px no-repeat;;
}

	.header-container .tool-bar-links .radio a:hover,
	.header-container .tool-bar-links .radio a:focus,
    .search-bar-container .tool-bar-links .radio a:hover,
	.search-bar-container .tool-bar-links .radio a:focus {
		background-position: -160px 0;
	}

.header-container .tool-bar-links .mailing-list a,
.search-bar-container .tool-bar-links .mailing-list a {
	background: url("img/template/icons-sprite.png") -192px -32px no-repeat;;
}

	.header-container .tool-bar-links .mailing-list a:hover,
	.header-container .tool-bar-links .mailing-list a:focus,
    .search-bar-container .tool-bar-links .mailing-list a:hover,
	.search-bar-container .tool-bar-links .mailing-list a:focus {
		background-position: -192px 0;
	}

/***
 * HEADER
 ***/

.header-container {
	background: #000;
}

.header-container header {
}

.header-container header .title {
	margin: 0;
}

.header-container header .title a {
    background-image: url("img/template/njw-banner-logo-mobile.png");
	background-repeat: no-repeat;
	background-position: center 0;
    display: block;
    height: 198px;
    margin: 10px 0;
    width: 100%;
}

.header-container header nav ul {
    margin: 0;
    padding: 0;
	list-style: none;
	width: 100%;
}

.header-container header nav li {
	width: 48%;
	float: left;
}

.header-container header nav li.odd {
	margin: 0 4% 0 0;
}

.header-container header nav li.even {
	margin: 0;
}

.header-container header nav > ul > li {
	position: relative;
}

.header-container header nav a {
    display: block;
	width: 100%;
    margin-bottom: 10px;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    color: #000;
    background: #87D4EB;
	line-height: 22px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	overflow: hidden;
}

.header-container header nav a:hover,
.header-container header nav a:focus {
	background: #00B4DA;
	color: #fff;
	text-decoration: none;
}

	/* Different style for the 4 top level nav items */
	.header-container header nav > ul > li > a {
        font-family: 'PosterSans', sans-serif;
		background: none;
		color: #fff;
		font-size: 32px;
		line-height: 32px;
		padding: 5px 0;
		/* padding + lh = 42px and even vertical alignment */
		text-transform: uppercase;
	}
	
	.header-container header nav > ul > li > a:hover,
	.header-container header nav > ul > li > a:focus {
		background: #222;
	}
	
	.header-container header nav > ul > li > a.expanded {
		background: #222;
		color: #fff;
	}
	/* */

.header-container header nav > ul > li > div {
	position: absolute;
	width: 100%;
	z-index: 100;
	margin-top: -5px;
}

.header-container header nav ul ul {
	display: none;
}

@media only screen and (min-width: 1000px) {

	.header-container header nav > ul > li:hover div ul,
	.header-container header nav > ul > li:focus div ul {
		display: block !important;
	}

}

.header-container header nav li li {
	width: 100%;
}

.header-container header nav li li a {
=	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
	/* IE 5-7 */
	filter: alpha(opacity=95);
	/* Netscape */
	-moz-opacity: 0.95;
	/* Safari 1.x */
	-khtml-opacity: 0.95;
	/* Good browsers */
	opacity: 0.95;
	border-bottom: 1px solid #fff;
	margin-bottom: 0;
	border-radius: 0;
	-moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
}

.header-container header nav li li:first-child a {
	border-radius: 2px 2px 0 0;
	-moz-border-radius: 2px 2px 0 0;
	-khtml-border-radius: 2px 2px 0 0;
	-webkit-border-radius: 2px 2px 0 0;
}

.header-container header nav li li:last-child a {
	border-radius: 0 0 2px 2px;
	-moz-border-radius: 0 0 2px 2px;
	-khtml-border-radius: 0 0 2px 2px;
	-webkit-border-radius: 0 0 2px 2px;
	border-bottom: 0;
}

/***
 * SLIDER
 ***/

.slider-container .wrapper {
	margin: 0;
	width: 100%;
}

.rsDefault .rsGCaption {
    bottom: auto !important;
    left: auto !important;
    padding: 0 !important;
    right: 0 !important;
    top: 0 !important;
}

.rsDefault .rsGCaption figure {
    margin: 1em 20px;
}

.slide-caption {
	position: absolute;
	top: 10px;
	right: 15px;
	color: #fff;
}

/***
 * MAIN
 **/

.main-container .main {
    padding: 20px 0;
}

.main-container .main article,
.main-container .main aside {
	overflow: hidden;
}

.main-container.home-page .main aside .hp-sidebar-event {
    color: white;
}

.main-container .single-column,
.main-container .left-column,
.main-container .right-column {
	width: 100%;
	float: left;
}

/***
 * HOME PAGE
 ***/

.main-container.home-page .slider-section-lower {
	display: none;
	margin: 20px 0 0 0;
}

.main-container.home-page .main article .slider {
	width: 100%;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.main-container.home-page .main aside {
	padding: 0;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.main-container.home-page .main aside h3 {
	display: none;
	background: #71B344;
	color: #fff;
	line-height: 42px;
	margin: 0 30px 0 0;
	padding: 0 15px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.main-container.home-page .main aside .hp-sidebar-event {
	min-height: 96px;
	background: #9B619B;
	color: #fff;
	padding: 10px 15px;
	margin: 20px 30px 0 0;
	overflow: visible;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.main-container.home-page .main aside .hp-sidebar-event:hover,
.main-container.home-page .main aside .hp-sidebar-event:focus {
	background: #000;
}

.main-container.home-page .main aside .hp-sidebar-event .hp-event-image-container {
	position: relative;
	float: right;
    height: 116px;
    width: 116px;
	margin: -20px -45px 0 0;
}

.main-container.home-page .main aside .hp-sidebar-event .hp-event-image-container-top {
	position: absolute;
	height: 100px;
    width: 100px;
	-webkit-border-radius: 100px; 
	-moz-border-radius: 100px; 
	border-radius: 100px;
	border-color: #CAA6CA;
	border-style: solid;
	border-width: 8px;
}

.main-container.home-page .main aside .hp-sidebar-event .hp-event-image-container-bottom {
	position: absolute;
	height: 108px;
    width: 108px;
	margin: 4px;
}

.main-container.home-page .main aside .hp-sidebar-event .hp-event-image-container-bottom img {
	-webkit-border-radius: 108px; 
	-moz-border-radius: 108px; 
	border-radius: 108px;
	height: 108px;
    max-width: 108px;
}

.main-container.home-page .main aside .hp-sidebar-event a {
	color: #87d4eb;
}

.main-container.home-page .main aside .hp-sidebar-event p {
	margin: 0 82px 0 0;
}

.main-container.home-page .main aside .hp-sidebar-event a:hover,
.main-container.home-page .main aside .hp-sidebar-event a:focus {
	color: #FFF;
}

.main-container.home-page .main aside .sponsors {
	margin: 20px 0 0 0;
	float: left;
	width: 100%;
}

	.main-container.home-page .main aside .sponsors .sponsors-wrapper {
		width: 100%;
		background-color: #e0e0e0;
		border-radius: 2px;
		-moz-border-radius: 2px;
		-khtml-border-radius: 2px;
		-webkit-border-radius: 2px;
		float: left;
	}
		
		.main-container.home-page .main aside .sponsors .sponsors-wrapper .sponsors-container {
			border-radius: 2px;
			-moz-border-radius: 2px;
			-khtml-border-radius: 2px;
			-webkit-border-radius: 2px;
			margin: 5px;
			padding: 10px;
			background-color: #FFF;
		}
		
			.main-container.home-page .main aside .sponsors .sponsors-wrapper .sponsors-container div {
				background-color: #FFF !important;
			}
			
.main-container.home-page .main aside .granting-agencies {
	float: left;
	margin: 20px 0 0 0;
	width: 100%;
}

	.main-container.home-page .main aside .granting-agencies .granting-agencies-wrapper {
			width: 100%;
			background-color: #e0e0e0;
			border-radius: 2px;
			-moz-border-radius: 2px;
			-khtml-border-radius: 2px;
			-webkit-border-radius: 2px;
			float: left;
		}
			
			.main-container.home-page .main aside .granting-agencies .granting-agencies-wrapper .granting-agencies-container {
				border-radius: 2px;
				-moz-border-radius: 2px;
				-khtml-border-radius: 2px;
				-webkit-border-radius: 2px;
				margin: 5px;
				background-color: #FFF;
			}

				.main-container.home-page .main aside .granting-agencies .granting-agencies-wrapper .granting-agencies-container a {
					background-position: center center;
					background-repeat: no-repeat;
					display: block;
					height: 80px;
					padding: 10px 0;
					width: 100%;
				}

.main-container .main article .hp-course-list.color-key {
	width: auto;
	background-color: #e0e0e0;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	float: none;
	padding: 10px 15px;
	margin: 0 0 20px 0;
}

.main-container .main article .hp-course-list ul {
	margin: 0;
	padding: 0;
}

.main-container .main article .hp-course-list li {
	list-style: none;
	margin: 0;
	padding: 0 0 0 35px;
	background-image: url("img/template/dots-sprite.png");
	background-repeat: no-repeat;
}

	.main-container .main article .hp-course-list.color-key p {
		margin-top: 0;
		font-style: italic;
		color: #888;
	}
	
	.main-container .main article .hp-course-list.color-key li {
		line-height: 25px;
		margin: 0 0 5px 10px;
	}
	
		.main-container .main article .hp-course-list.color-key li .njw-red,
		.main-container .main article .hp-course-list.color-key li .njw-green,
		.main-container .main article .hp-course-list.color-key li .njw-yellow {
			color: #000;
		}

.main-container .main article .hp-course-list li.class-other {
	background-position: 0 -300px;
}

.main-container .main article .hp-course-list li.class-vocal {
	background-position: 0 -1200px;
}

.main-container .main article .hp-course-list li.class-instrumental {
	background-position: 0 -900px;
}

.main-container .main article .hp-course-list li div {
	background-color: #00B4DA;
	color: #FFF;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	margin: 5px 0;
	padding: 5px 10px;
}

.main-container .main article .call-to-action {
	width: 100%;
	float: left;
	margin: 1em 0 20px 0;
}

.main-container .main article .call-to-action a {
	display: block;
	padding: 10px 15px;
	width: auto;
	float: left;
	color: #fff;
	text-decoration: none;
	background-color: #00B4DA;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.main-container .main article .call-to-action a:hover,
.main-container .main article .call-to-action a:focus {
	background-color: #71b344;
}

/***
 * SIDEBARS
 ***/
 
.main-container .main aside .sidebar-image {
   display: none;
}

.main-container .main aside.full.wallpaper {
	display: none;
}

.main-container .main aside .call-to-action {
	width: 100%;
	float: left;
	margin: 1em 0 20px 0;
}

.main-container .main aside .call-to-action a {
	display: block;
	padding: 10px 15px;
	width: auto;
	float: left;
	color: #fff;
	text-decoration: none;
	background-color: #00B4DA;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.main-container .main aside .call-to-action a:hover,
.main-container .main aside .call-to-action a:focus {
	background-color: #71b344;
}

/***
 * EVENTS PAGES
 ***/

.main-container .main aside .events-info div {
	background-color: #00B4DA;
	color: #FFF;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	margin: 5px 0;
	padding: 5px 10px;
}

.main-container .main article .jazz-cave-event {
	margin: 0 0 .5em 0;
	padding: 0 0 .5em 0;
	border-bottom: 1px solid #e0e0e0;
}

/* EVENTS SHORTCODE SUPPORT */

.events-list {
	width: 100%;
	float: left;
	margin: 20px 0;
}

aside .events-list {
	margin: 0 0 20px 0;
}

.events-list .events-row {
	width: 100%;
	float: left;
	margin: 5px 0;
	background: #f0f0f0;
}

.events-list .events-row .events-container {
	padding: 10px;
}

.events-list .events-row .events-container img {
	margin-bottom: 10px;
}

/***
 * NJW RADIO
 ***/

.main-container .main .radio-info div {
	background-color: #00B4DA;
	color: #FFF;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	margin: 5px 0;
	padding: 5px 10px;
}

/***
 * COURSE CATALOG PAGES
 ***/

/* COURSES SHORTCODE SUPPORT */

.course-list {
	width: 100%;
	float: left;
	margin: 20px 0;
}

.course-list .course-row {
	width: 100%;
	float: left;
	margin: 5px 0;
	background: #f0f0f0;
}

.course-list .course-row .course-container {
	padding: 10px;
}

.course-list .course-row .course-container img {
	margin-bottom: 10px;
}

/***
 * FACULTY PAGES
 ***/
 
.faculty-list {
	width: 100%;
	float: left;
	margin: 20px 0;
}

.faculty-list .faculty-row {
	width: 100%;
	float: left;
	margin: 5px 0;
	background: #f0f0f0;
}

.faculty-list .faculty-row .faculty-container {
	padding: 10px;
}

.faculty-list .faculty-row .faculty-container img {
	margin-bottom: 10px;
}

/***
 * FOOTER
 ***/

.footer-container {
	background-color: #000;
}

.footer-container footer {
    color: white;
    padding: 20px 0;
}

.footer-container footer a {
    color: #87D4EB;
}

.footer-container footer a:hover,
.footer-container footer a:active {
    color: #00B4DA;
}

.footer-container footer .socials {
	position: relative;
	width: 80%;
	margin: 0 2% 0 0;
	float: left;
}

.footer-container footer .socials ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-container footer .socials li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

.footer-container footer .contact {
	width: 18%;
	float: right;
}

.footer-container footer .contact ul,
.footer-container footer .contact li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-container footer .contact li {
	float: right;
}

.footer-container footer .contact li:first-child {
	margin: 0 0 0 10px;
}

.footer-container footer .contact ul li.email-link a {
	background: url("img/template/icons-sprite.png") -224px -32px no-repeat;
	display: block;
	float: right;
	height: 32px;
	line-height: 32px;
	width: 32px;
}

	.footer-container footer .contact ul li.email-link a:hover,
	.footer-container footer .contact ul li.email-link a:focus {
		background-position: -224px 0;
	}

.footer-container footer .contact ul li.mailing-list-link a {
	background: url("img/template/icons-sprite.png") -192px -32px no-repeat;
	display: block;
	float: right;
	height: 32px;
	line-height: 32px;
	width: 32px;
	display: none;
}

	.footer-container footer .contact ul li.mailing-list-link a:hover,
	.footer-container footer .contact ul li.mailing-list-link a:focus {
		background-position: -192px 0;
	}
	
.footer-container footer .lhs {
	width: 100%;
	float: left;
	margin: 30px 0 0 0;
	text-align: center;
}

.footer-container footer .address {
	width: 100%;
	margin: 20px 0 0 0;
	float: left;
}

/***
 * DONOR SOCIETY
 ***/

.donor-society.desktop {
	display: none;
}

.donor-society.mobile {
	display: block;
}

.donor-society .stars {
	color: #9B619B;
	font-size: 1.5rem;
}

.donor-society table {
	border: 1px solid #e0e0e0;
}

.donor-society table h3 {
	margin: 1rem 0;
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
}

.donor-society table th {
	background-color: #666666;
	color: #fff;
}

.donor-society table td {
	vertical-align: middle;
	text-align: center;
	height: 80px;
	padding: 5px;
	border: 1px solid #e0e0e0;
}

.donor-society table .benefits td {
	vertical-align: bottom;
	font-size: 12px;
	line-height: 1.25em;
}

.donor-society table td.selected {
	background-color: #87D4EB;
	font-size: 3rem;
	line-height: 1rem;
}

.donor-society table td.selected.with-stars div {
	margin-top: 1rem;
}

.donor-society table td.selected.with-stars .stars {
	font-weight: normal;
}

.donor-society .stars-guide {
	width: 100%;
}

/* Mobile SLider */
.slider-container {
    display: none;
}

/* MEDIA QUERIES */

/* Expanded beyond the minimum Mobile Portrait width */
@media only screen and (min-width: 300px) {

	.wrapper {
		width: 90%;
		margin: 0 5%;
	}

}

/* Expanded to Mobile Landscape */
@media only screen and (min-width: 480px) {
	
	.header-container .tool-bar-links {
		width: 52%;
	}
	
	.search-bar-container .search {
		width: 44%;
	}
	
	.header-container {
	}
	
	.header-container header .title {
		float: left;
		width: 52%
	}
	
	.header-container header .title a {
		background-position: 0 0;
	}
	
	.header-container header nav {
		width: 44%;
		float: right;
		margin: 10px 0 0 4%;
	}
	
	.header-container header nav li,
	.header-container header nav li.odd,
	.header-container header nav li.even {
		width: 100%;
		margin: 0;
	}
	
	article img.picture-pad-left {
		margin: 0 0 0 10px;
		max-width: 50%;
		float: right;
	}
	
	article img.picture-pad-right {
		margin: 0 10px 0 0;
		max-width: 50%;
		float: left;
	}
	
	.footer-container footer .socials {
		width: 72%;
	}
	
	.footer-container footer .contact {
		width: 26%;
	}
	
	.footer-container footer .contact ul li.mailing-list-link a {
		display: block;
	}
	
}

/* Expanded to Mini Tablet Portrait */
@media only screen and (min-width: 640px) {
	
	.search-bar-container section {
		padding: 20px 0 10px 0;
	}
	
	.header-container .tool-bar-links {
		margin: 0 0 0 36%;
		width: 28%;
	}
	
	.search-bar-container .search {
		width: 32%;
	}
	
	.header-container {
	}
	
	.header-container header .title {
		width: 20%;
	}
	
	.header-container header .title a {
		background-image: url("img/template/njw-banner-logo-mobile-mini.png");
		height: 124px;
		margin: -62px 0 0 0;
		width: 124px;
	}
	
	.header-container header nav {
		width: 64%;
		margin: 10px 0 0 0;

	}
	
	.header-container header nav li,
	.header-container header nav li.odd,
	.header-container header nav li.even {
		width: 22%;
		margin: 0 4% 0 0;
	}
	
	.header-container header nav li.even:last-child {
		margin: 0;
	}
	
	.header-container header nav > ul > li > div {
		width: 200px;
	}
	
	.header-container header nav > ul > li.about > div,
	.header-container header nav > ul > li.support > div {
		right: 0;
	}
	
	/*
	.header-container header nav > ul > li > a {
		font-size: 18px;
	}
	*/
	
	.footer-container footer .socials {
		width: 52%;
	}
	
	.footer-container footer .contact {
		width: 46%;
	}
	
	.footer-container footer .contact .descriptive {
		display: block;
	}
	
}

/* Expanded to Tablet Portrait */
@media only screen and (min-width: 768px) {
	
	.descriptive {
		display: block;
	}
	
	.search-bar-container {
		padding-top: 48px;
	}
	
	.header-container .tool-bar-links {
		width: 42%;
	}
	
	.search-bar-container .search {
		width: 18%;
	}
	
	.header-container {
	}
	
	.header-container header .title a {
		position: absolute;
		width: 220px;
		height: 220px;
		margin: -96px 0 0 0;
		background-image: url("img/template/header-logo-2021.png");
		z-index: 99;
	}
	
	/*
	.header-container header nav > ul > li > a {
		font-size: 22px;
	}
	*/
	
	.slider-container {
		display: none;
	}
	
    .main-container.home-page {
        background: none !important;
    }
	
	.main-container .main {
		padding: 50px 0 20px 0;
	}
	
	.main-container .main article {
        float: left;
        width: 62%;
		margin: 0 4% 0 0;
    }
	
	.main-container .main article.right-article {
        float: right;
		margin: 0 0 0 4%;
    }
	
	.main-container.full-width .main article {
		margin: 0;
		width: 100%;
	}
	
	.main-container.home-page .slider-section-lower {
		/* display: block; */
	}

    .main-container .main aside {
        float: right;
        width: 34%;
    }
	
	.main-container .main aside.left-aside {
        float: left;
	}
	
	.main-container .main aside.full {
		background-color: #e0e0e0;
		border-radius: 0 0 2px 2px;
		-moz-border-radius: 0 0 2px 2px;
		-khtml-border-radius: 0 0 2px 2px;
		-webkit-border-radius: 0 0 2px 2px;
		margin-top: -50px;
		width: 30%;
		padding: 50px 2% 20px 2%;
	}
	
	.main-container .main aside.full.wallpaper {
		display: block;
		background: none;
		padding: 0;
		width: 34%;
	}
	
		.main-container .main aside.full.wallpaper img {
			border-radius: 0 0 2px 2px;
			-moz-border-radius: 0 0 2px 2px;
			-khtml-border-radius: 0 0 2px 2px;
			-webkit-border-radius: 0 0 2px 2px;
		}
	
	.main-container .left-column,
	.main-container .right-column {
		width: 50%;
	}
	
	.main-container .main aside .sidebar-image {
		 display: block;
	}

}

/* Expanded to 880px */
@media only screen and (min-width: 880px) {
	
	.footer-container footer .socials {
		width: auto;
	}
	
	.footer-container footer .contact {
		width: auto;
		float: left;
	}
	
	.footer-container footer .lhs {
		width: auto;
		float: right;
		margin: 0;
		text-align: right;
	}
	
}

/* Expanded to the maximum width of 960px and beyond plus 20px margins on the L and R */
@media only screen and (min-width: 1000px) {

    .main-container .main {
        /*
		 * background: url("img/template/header-tagline-strip-2021.png") no-repeat 212px 15px;
		 * WILL BE REPLACING WITH JAZZ LIVES HERE GRAPHIC
		*/
    }
	
	.wrapper {
        width: 960px;
        margin: 0 auto;
    }
	
	.donor-society.desktop {
		display: block;
	}
	
	.donor-society.mobile {
		display: none;
	}

}

/* Logo will be offset on wider screens */
@media only screen and (min-width: 1100px) {

	.header-container .tool-bar-links {
		margin: 15px 0 0 0;
		width: 30%;
		float: right;
	}
	
	.header-container .tool-bar-links .socials {
		display: block;
	}
	
	.header-container header .title a {
		margin: -96px 0 0 -60px;
	}
	
	.header-container header nav {
		width: 50%;
	}

}

/* Really wide screens get a little bonus graphic :) */
@media only screen and (min-width: 1290px) {
	
	body {
		/*
		background: url("..img/template/bg-dots-rev.png") no-repeat left top;
		*/
	}
	
	#njw-lamp {
		display: block;
	}
	
	.main-container {
		background: url("img/template/criss-cross-apple-sauce.jpg") repeat-y right -20px;
	}
	
}

/* CLEAR FIX */

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* PRINT STYLES */

@media print {
}

/* CERTIFICATE PAGES */

.certs-menu-wrapper .certs-menu-container h2 {
	margin: 40px 0 20px 0;
}

@media screen and (min-width: 768px) {
	.certs-menu-wrapper .certs-menu-container h2 {
		margin: 40px 0;
	}
}

.certs-menu-wrapper .certs-menu-container h3.sidebar-heading {
	background: #666;
	color: #fff;
	padding: 5px 10px;
	margin: 10px 0 0 0;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

@media screen and (min-width: 768px) {
	.certs-menu-wrapper .certs-menu-container h3.sidebar-heading {
		padding: 10px 6.6%;
		margin: 0 -6.6%;
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
	}
}

.certs-menu-wrapper .certs-menu-container ul {
	margin: 10px 0 0 0;
	padding: 0;
}

@media screen and (min-width: 768px) {
	.certs-menu-wrapper .certs-menu-container ul {
		margin: 0;
	}
}

.certs-menu-wrapper .certs-menu-container ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

@media screen and (min-width: 768px) {
	.certs-menu-wrapper .certs-menu-container ul li {
		border-bottom: 1px solid #fff;
	}
}

.certs-menu-wrapper .certs-menu-container ul li:last-child {
	border-bottom: 0 none;
}

.certs-menu-wrapper .certs-menu-container ul li a {
	display: block;
	padding: 10px 0;
	font-size: 18px;
	line-height: 1em;
}

@media screen and (min-width: 768px) {
	.certs-menu-wrapper .certs-menu-container ul li a {
		padding: 15px 0;
	}
}

.certs-menu-wrapper .certs-menu-container ul li a:hover {
	color: #444;
}

/* WordPress */

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Responsive table */

.responsive-table {
	width: 100%;
}
@media screen and (min-width: 768px) {
	.responsive-table {
		width: 80%;
	}
}
.responsive-table tr:nth-child(odd) {
   background-color: #e0e0e0;
}
.responsive-table td {
	width: 50%;
	padding: 5px 10px;
	border: 1px solid #888;
}
