/*
Theme Name: JJWATT
Theme URI: 
Author: tom wil7 & ellen mccartny 
Author URI: http://wordpress.org/
Description: Theme based on the Twenty Eleven Framework.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: dark, light, white, black, gray, one-column, fixed-width, flexible-width, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: twentyeleven
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, h7, h8, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
.clearfix:after {
     clear: both;
     }
.clearfix { clear:both }

body {
	background: #fff;
	line-height: 1;
	min-width: 1095px;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}


/* =Structure
----------------------------------------------- */

body {
	padding: 0em;
}
#page {
	margin: 2em auto;
	max-width: 1000px;
}
#branding hgroup {
	margin: 0 7.6%;
}
#access div {
	margin: 0 7.6%;
}
#primary {
	float: left;
	margin: 0 -26.4% 0 0;
	width: 100%;
}
#content {
	margin: 0 34% 0 7.6%;
	width: 58.4%;
}
#secondary {
	float: right;
	margin-right: 7.6%;
	width: 18.8%;
}

/* Singular */
.singular #primary {
	margin: 0 0 60px;
}
.singular #content,
.left-sidebar.singular #content {
	margin: 0 7.6%;
	position: relative;
	width: auto;
}
.singular .entry-header,
.singular .entry-content,
.singular footer.entry-meta,
.singular #comments-title {
	margin: 0 auto;
	width: 68.9%;
}

/* Attachments */
.singular .image-attachment .entry-content {
	margin: 0 auto;
	width: auto;
}
.singular .image-attachment .entry-description {
	margin: 0 auto;
	width: 68.9%;
}

/* Showcase */
.page-template-showcase-php #primary,
.left-sidebar.page-template-showcase-php #primary {
	margin: 0;
}
.page-template-showcase-php #content,
.left-sidebar.page-template-showcase-php #content {
	margin: 0 7.6%;
	width: auto;
}
.page-template-showcase-php section.recent-posts {
	float: right;
	margin: 0 0 0 31%;
	width: 69%;
}
.page-template-showcase-php #main .widget-area {
	float: left;
	margin: 0 -22.15% 0 0;
	width: 22.15%;
}

/* error404 */
.error404 #primary {
	float: none;
	margin: 0;
}
.error404 #primary #content {
	margin: 0 7.6%;
	width: auto;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Right Content */
.left-sidebar #primary {
	float: right;
	margin: 0 0 0 -26.4%;
	width: 100%;
}
.left-sidebar #content {
	margin: 0 7.6% 0 34%;
	width: 58.4%;
}
.left-sidebar #secondary {
	float: left;
	margin-left: 7.6%;
	margin-right: 0;
	width: 18.8%;
}

/* One column */
.one-column #page {
	width: 975px;
}
.one-column #content {
	margin: 0 0 60px;
	width: auto;
}
.one-column #nav-below {
	margin-bottom: 20px;
}
.one-column #secondary {
	float: none;
	margin: 0 7.6%;
	width: auto;
}
/* Simplify the showcase template */
.one-column .page-template-showcase-php section.recent-posts {
	float: none;
	margin: 0;
	width: 100%;
}
.one-column .page-template-showcase-php #main .widget-area {
	float: none;
	margin: 0;
	width: auto;
}
.one-column .page-template-showcase-php .other-recent-posts {
	border-bottom: 1px solid #ddd;
}
/* Simplify the showcase template when small feature */
.one-column section.featured-post .attachment-small-feature {
	border: none;
	display: block;
	height: auto;
	max-width: 60%;
	position: static;
}
.one-column article.feature-image.small {
	margin: 0 0 1.625em;
	padding: 0;
}
.one-column article.feature-image.small .entry-title {
	font-size: 20px;
	line-height: 1.3em;
}
.one-column article.feature-image.small .entry-summary {
	height: 150px;
	overflow: hidden;
	padding: 0;
	text-overflow: ellipsis;
}
.one-column article.feature-image.small .entry-summary a {
	left: -9%;
}
/* Remove the margin on singular articles */
.one-column.singular .entry-header,
.one-column.singular .entry-content,
.one-column.singular footer.entry-meta,
.one-column.singular #comments-title {
	width: 100%;
}
/* Simplify the pullquotes and pull styles */
.one-column.singular blockquote.pull {
	margin: 0 0 1.625em;
}
.one-column.singular .pull.alignleft {
	margin: 0 1.625em 0 0;
}
.one-column.singular .pull.alignright {
	margin: 0 0 0 1.625em;
}
.one-column.singular .entry-meta .edit-link a {
	position: absolute;
	left: 0;
	top: 40px;
}
.one-column.singular #author-info {
	margin: 2.2em -8.8% 0;
	padding: 20px 8.8%;
}
/* Make sure we have room for our comment avatars */
.one-column .commentlist > li.comment {
	margin-left: 102px;
	width: auto;
}
/* Make sure the logo and search form don't collide */
.one-column #branding #searchform {
	right: 40px;
	top: 4em;
}
/* Talking avatars take up too much room at this size */
.one-column .commentlist > li.comment {
	margin-left: 0;
}
.one-column .commentlist > li.comment .comment-meta,
.one-column .commentlist > li.comment .comment-content {
	margin-right: 85px;
}
.one-column .commentlist .avatar {
	background: transparent;
	display: block;
	padding: 0;
	top: 1.625em;
	left: auto;
	right: 1.625em;
}
.one-column .commentlist .children .avatar {
	background: none;
	padding: 0;
	position: absolute;
	top: 2.2em;
	left: 2.2em;
}
.one-column #respond {
	width: auto;
}


/* =Global
----------------------------------------------- */

body, input, textarea {
	color: #00264b;
	font: 15px/18px 'proxima_nova_light', "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: 300;
	line-height: 1.625;
}
body {
	background: #ffffff;
}
#page {
	background: #fff;
}

/* Headings */
h1,h2,h3,h4,h5,h6,h7,h8 {
	clear: both;
}
h1 {
	font: 25px/25px 'bebasregular', "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #9f0625;
	margin-bottom: 10px;
}
h2 {
	font: 20px/20px 'bebasregular', "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #9f0625;
	margin: 10px 0 0;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
}

/*****Home******/
#homedonate {
	position: absolute;
	right: -10px;
	top: 29px;
	z-index: 1000;
}
#homefunding {
	position: absolute;
	left: -10px;
	top: 176px;
	z-index: 1000;
}
/*Calendar*/
#CalendarLarge-Header {
	background: #00264c;
	height: 100px;
	padding-top: 20px;
}
.entry-content table, .comment-content table #CalendarLarge-Header {
	margin: 0px;
}
#EC_current-month {
	color: #ffffff;
}
#EC_nextMonthLarge {
	color: #ffffff;
	text-align: right;
	margin-left: 150px;
}
#EC_previousMonthLarge {
	color: #ffffff;
	margin-left:10px;
}
#wp-calendarLarge .dayHead {
	background: none !important;
	color: #00264c !important;
	font-weight: normal !important;
	text-align: left;
	margin-left: 5px;
}
.hasEvent .dayHead  {
	color: #ffffff;
}
#wp-calendarLarge .event-block {
	border: none !important;
}
#todayLarge {
	background: #dc1636 !important; 
	color: #ffffff !important;
}
.EC-tt-post-link {
	color: #00264c !important;
}
.dp_pec_wrapper {
	border: 2px solid #00264c;
	margin-bottom: 20px;
	clear: both;
}
a .home-title {
	font: 35px 'bebasregular',"Helvetica Neue",Helvetica,sans-serif;	
	color: #00264b;
	display: inline;
	margin-bottom: 20px;
	text-align: center;
	border-bottom: 1px solid #00264b;
}
#home-donate a .home-donate-body, .home-funding-body {
	font: 14px/27px 'proxima_nova_light', Arial, Helvetica, sans-serif;
	color: #00264b;
	margin-top: 5px;
}
#home-donate {
	border: 1px solid #00264b;
	float: left;
	margin-bottom: 20px;
	padding: 15px 15px 0px;
	text-align: center;
	width: 445px;
	height: 76px;
}
#home-funding {
	border: 1px solid #00264b;
	float: right;
	margin-bottom: 20px;
	padding: 15px 15px 0px;
	text-align: center;
	width: 445px;
	height: 76px;
}
#home-copy {
	font: 65px/76px 'bebasregular', "Helvetica Neue", Helvetica,sans-serif;
	color: #B41731;
	float: left;
	margin: 10px 0;
}
.home1 {
	font: 54px/66px 'bebasregular', "Helvetica Neue", Helvetica,sans-serif;
	color: #00264B;
}
.home2 {
	font: 51px/54px 'bebasregular',"Helvetica Neue",Helvetica,sans-serif;	
	color: #00264B;
	display: inline;
}
#home-left {
	width: 320px;
	float: left;
	margin-top: 5px;
}
#home-right {
	width: 652px;
	float: right;
	margin-top: 10px;
	font: 19px/27px 'proxima_nova_light', Arial, Helvetica, sans-serif;
	color: #00264b;
	text-align: justify;
}
#home-3 {
	font: 16px/20px 'proxima_nova_light', Arial, Helvetica, sans-serif;
	color: #00264b;
	width: 400px;
	clear: both;
}
/* Text elements */
p {
	margin-bottom: 1.625em;
}
ul, ol {
	margin: 0;
}
ul {
	list-style: disc;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 1.625em;
}
dt {
	font-weight: normal;
}
dd {
	margin-bottom: 1.625em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-family: Georgia, "Helvetica Neue", serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	background: #f4f4f4;
	font: 13px "Helvetica Neue", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
code, kbd, samp, var {
	font: 13px "Helvetica Neue", Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* Forms */
input[type=text],
input[type=password],
textarea {
	background: #fafafa;
	border: 1px solid #000;
	color: #888;
}
input[type=text]:focus,
textarea:focus {
	color: #373737;
}
textarea {
	padding-left: 3px;
	width: 98%;
}
input[type=text] {
	padding: 3px;
}
input#s {
	background: url(images/search.png) #ffffff no-repeat 5px 6px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 14px;
	height: 22px;
	line-height: 1.2em;
	padding: 4px 10px 4px 28px;
	margin-left: 20px;
}
input#searchsubmit {
	display: none;
}
.assistive-text {
	display: none;
}
#searchform {
	background: #00264c;
	margin: 20px auto;
	padding-top: 20px;
	height: 50px;
}

/* Links */
a {
	color: #bc112e;
	text-decoration: none;
}
a:hover {
	opacity: .7;
	transition: opacity .45s ease-in-out;
	-moz-transition: opacity .45s ease-in-out;
	-webkit-transition: opacity .45s ease-in-out;
	text-decoration: none;
}

/* =Fonts
----------------------------------------------- */

@font-face {
    font-family: 'bebasregular';
    src: url('font/bebas___-webfont.eot');
    src: url('font/bebas___-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/bebas___-webfont.woff') format('woff'),
         url('font/bebas___-webfont.ttf') format('truetype'),
         url('font/bebas___-webfont.svg#bebasregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'proxima_nova_light';
    src: url('font/proximanova-light-webfont.eot');
    src: url('font/proximanova-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/proximanova-light-webfont.woff') format('woff'),
         url('font/proximanova-light-webfont.ttf') format('truetype'),
         url('font/proximanova-light-webfont.svg#proxima_nova_ltregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
/* =Header
----------------------------------------------- */
#logo {
	width: 192px; 
	margin: 0;
	padding: 10px 0 0;
}
#social-header {
	width: 20px;
	position: absolute;
	right: 8%;
}
#social-header .twitter {
	height: 36px;
}
#social-header .twitter a:hover {
	opacity: 1;
}
#social-header .facebook img {
	height: 39px;
}
#social-header .facebook a:hover {
	opacity: 1;
}
#branding {
	background: #f5f5f5;
	padding-bottom: 10px;
	position: relative;
	z-index: 9999;
	width: 100%;
	min-height: 220px;
	border-bottom: 1px solid #959595;
	xoverflow: hidden;
}
#header-container {
	width: 1095px;
	margin: 0 auto;
}
#header-image {
	background: url(images/header_pattern.png) no-repeat;
	float: right;
	width: 930px;
	height: 61px;
}
#site-title {
	margin-right: 270px;
	padding: 3.65625em 0 0;
}
#site-title a {
	color: #111;
	font-size: 30px;
	font-weight: normal;
	line-height: 36px;
	text-decoration: none;
}
#site-title a:hover,
#site-title a:focus,
#site-title a:active {
	color: #1982d1;
}
#site-description {
	color: #7a7a7a;
	font-size: 14px;
	margin: 0 270px 3.65625em 0;
}
#branding img {
	height: auto;
	margin-bottom: -8px;
	width: 100%;
}


/* =Menu
-------------------------------------------------------------- */
#site-navigation {
	float: right;
	margin: -57px auto 0;
	height: 35px;
}
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		border-bottom: 1px solid #ededed;
		border-top: 1px solid #ededed;
		display: inline-block !important;
		text-align: left;
		width: 100%;
	}
	.main-navigation ul {
		font: 18px/9px 'bebasregular', Arial, Helvetica, sans-serif;
                word-spacing: 2px; 
		margin: 0;
		text-indent: 0;
	}
	.main-navigation li a,
	.main-navigation li {
		display: inline-block;
		zoom: 1;
		*display: inline;
		text-decoration: none;
	}
	.main-navigation li a {
		border-bottom: 0;
		color: #00264c;
		text-transform: uppercase;
		white-space: nowrap;
		padding: 15px 10px 0px;
		height: 25px;
	}
	.main-navigation li a:hover {
		background: #00264c;
		color: #ffffff;
		padding: 15px 10px 0px;
		opacity: 1;
	}
	.main-navigation li:hover a {
		background: #00264c;
		color: #ffffff;
		padding: 15px 10px 0px;
		opacity: 1;
	}
	.main-navigation li {
		margin: 0 15px 0 0;
		position: relative;
	}
	.main-navigation li ul {
		display: none;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 1;
	}
	.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}
	.main-navigation ul li:hover > ul {
		border-left: 0;
		display: block;
	}
	.main-navigation li ul li a {
		background: #00264b;
		color: #ffffff;
		display: block;
		font-size: 19px;
		padding: 6px 8px;
		width: 180px;
	}
	.main-navigation li ul li a:hover {
		opacity: 1;
		background: #00264b;
		color: #bb122f;
	}
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a {
		font-weight: normal;
	}
	.menu-toggle {
		display: none;
	}
	
	#access {
	clear: both;
	display: block;
	float: right;
	margin: -51px auto;
	width: 900px;
	}
/* =Content
----------------------------------------------- */

.page-title {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	margin: 0 0 2.6em;
	text-transform: uppercase;
}
.page-title a {
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0;
	text-transform: none;
}
.hentry,
.no-results {
	/* border-bottom: 1px solid #00264C; */
	position: relative;	
	margin-bottom: 20px;
	padding: 0 0 20px;
}
.hentry:last-child,
.no-results {
	border-bottom: none;
}
.blog .sticky .entry-header .entry-meta {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.entry-title {
	clear: both;
	color: #222;
	font-size: 26px;
	font-weight: normal;
	line-height: 1.5em;
	padding-bottom: .3em;
	padding-top: 15px;
}
.entry-title,
.entry-title a {
	font: 25px/32px 'bebasregular', "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #9f0625;
	margin-bottom: 10px;
	word-spacing: 3px;
}
.entry-title a:hover {
	opacity: .7;
	transition: opacity .45s ease-in-out;
	-moz-transition: opacity .45s ease-in-out;
	-webkit-transition: opacity .45s ease-in-out;
}
.entry-meta {
	display: none; /*This disables "posted in" */
	color: #666;
	clear: both;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a {
	font-weight: normal;
}
.single-author .entry-meta .by-author {
	display: none;
}
.entry-content,
.entry-summary {
	padding: 0;
}

.entry-content h3,
.comment-content h3 {
	font: 41px 'bebasregular', Arial, Helvetica, sans-serif;
	color: #00264b;
	text-transform: uppercase;
}
.entry-content h4,
.comment-content h4 {
	font: 25px/25px 'bebasregular', Arial, Helvetica, sans-serif;
	color: #00264b;
	text-transform: uppercase;
}
.entry-content table,
.comment-content table {
	margin: 0 0 1.625em;
	width: 100%;
}
.entry-content th,
.comment-content th {
	color: #a00525;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
	text-align: center;
}
.entry-content td,
.comment-content td {
	padding: 6px 10px 6px 0;
}
.entry-content #s {
	width: 75%;
}
.comment-content ul,
.comment-content ol {
	margin-bottom: 1.625em;
}
.comment-content ul ul,
.comment-content ol ol,
.comment-content ul ol,
.comment-content ol ul {
	margin-bottom: 0;
}
dl.gallery-item {
	margin: 0;
}
.page-link {
	clear: both;
	display: block;
	margin: 0 0 1.625em;
}
.page-link a {
	background: #eee;
	color: #373737;
	margin: 0;
	padding: 2px 3px;
	text-decoration: none;
}
.page-link a:hover {
	background: #888;
	color: #fff;
	font-weight: normal;
}
.page-link span {
	margin-right: 6px;
}
/* =Edit Link Styles
----------------------------------------------- */
.entry-meta .edit-link a,
.commentlist .edit-link a {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	float: right;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: 300;
	text-decoration: none;
	padding: 0 8px;
}
.entry-meta .edit-link a:hover,
.commentlist .edit-link a:hover {
	background: #888;
	color: #fff;
}
.entry-content .edit-link {
	clear: both;
	display: block;
}
/*-----------------ADDED BY RYAN-----------------*/
.schools table{
        border-collapse: collapse;
        width: 100%;
}
.schools h1{
        font-size: 1.4em;
        text-align: center;
        word-spacing: 2px;
        line-height: 14px;
}
.schools h4{
        font-size: 1.2em;
        text-align: center;
        word-spacing: 2px;
        line-height: 26px;
}
.schools h5{
        font-size: 0.9em;
        text-align: center;
        font-weight: 400;
        line-height: 20px;
}
.fundpage{
	text-align: justify;
}
.fundpage a:hover{
	opacity: 1;
}
.fundpage h1{
	word-spacing: 3px;
	text-align: center;
	margin-bottom: 12px;
}
.fundpage h2{
	font-size: 1.2em;
	word-spacing: 2px;
	line-height: 40px;
}
.fundpage h3{
	font-size: 1em;
        color: #9f0625;
	word-spacing: 2px;
	margin: 24px 0 4px 0;
}
.fundpage p{
	line-height: 24px;
	margin: 0;
}
.fundpage ul,ol{
	margin: 12px 0 12px 24px;
}
.fundpage br{
	height: 24px;
}
.charity-classic p{
        text-align: justify;
}
.NewRoster h1 {
        margin-top: 48px;
}
.NewRoster img {
        width: 75%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        border: 2px solid #00264b;
        box-shadow: 8px 8px 4px #888888;
}
.ccsponsors table{
        width: 100%;
        float: center;
}
.ccsponsors td{
        text-align: center;
        align: center;
        vertical-align: middle;
        height: 200px;
}
.ccsponsors h5{
        font-size: 2em;
        font-weight: bold;
}
.tty-table table{
        width: 66%;
        display: inline-block;
        margin-top:12px;
}
.tty-table td{
        text-align: center;
        padding: 4px;
}
.tty-table h2{
        word-spacing: 2px;
        margin: 20px 0 0 0;
}
.tty-table p{
        color: #00264b;
	font: 15px/18px 'proxima_nova_light', "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: 300;
	line-height: 1.625;
        margin: 0;
}

.charity-classic p{
        color: #00264b;
	font: 15px/18px 'proxima_nova_light', "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: 300;
	line-height: 1.625;
}

.ccfaq{
	text-align: justify;
}
.ccfaq a:hover{
	opacity: 1;
}
.ccfaq h1{
	word-spacing: 3px;
	text-align: center;
	margin-bottom: 12px;
}
.ccfaq h2{
	font-size: 1.2em;
	word-spacing: 2px;
	line-height: 40px;
}
.ccfaq h3{
	font-size: 1em;
        color: #9f0625;
	word-spacing: 2px;
	margin: 24px 0 4px 0;
}
.ccfaq p{
	color: #00264b;
	font: 15px/18px 'proxima_nova_light', "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: 300;
	line-height: 24px;
	margin: 0;
}
.ccfaq ul,ol{
        color: #00264b;
	font: 15px/18px 'proxima_nova_light', "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: 300;
	line-height: 24px;
	margin: 12px 0 12px 24px;
}
.ccfaq br{
	height: 24px;
}

.hotels h1, h2{
        word-spacing: 2px;
        text-align: center;
        margin-bottom: 32px;
}


.hotels div{
        width: 540px;
        float: left;
}

.hotels p{
        font-size: 1.2em;
        text-align: justify;
}

.hotels a img{
        display: block;
        margin:36px auto;
        padding: 20px;
        border: 2px solid #00264b;
        border-radius: 20px;
        background: #ddd;
        box-shadow: 6px 6px 5px grey;
}

.hotels a img:hover{
        border: 2px solid #c41230;
        border-radius: 20px;
        background: #eee;
        box-shadow: -2px -2px 1px grey;
}

.slick-slide img{
        max-width: 80% !important;
        max-height: 600px !important;
}

.foubut-image{
        display: inline-block;
        float: left;
        margin: 0 25px 24px 0;
        padding: 0px;
        width:225px;
        opacity: 1.0;
}

.foubut-image:hover{
        opacity: 0.8;
}

.foubut-image-last{
        display: inline-block;
        float: right;
        margin: 0;
        padding: 0px;
        width:225px;
        opacity: 1.0;
}

.foubut-image-last:hover{
        opacity: 0.8;
}

.about-jj-copy p{
        text-indent: 32px;
        font-size: 16px;
        text-align: justify;
}

.wef-default .col-4 {width:0%}

/* =Home
----------------------------------------------- */
#ourprogress {
	text-align: center;
	border-top: 1px #00264c solid;
	border-bottom: 1px #00264c solid;
	background: #f7f7f7;
	display: block;
	clear: both;
	margin: 10px auto 20px;
	padding: 20px 0;
}
.progress {
	font: 44px 'bebasregular', Arial, Helvetica, sans-serif;
	color: #c41230;
	background: #c41230;
	text-transform: uppercase;
	background: transparent;
	word-spacing: 5px;
	text-shadow: rgba(0,0,0,0.1) -1px 0, rgba(0,0,0,0.1) 0 -1px,
             rgba(255,255,255,0.1) 1px 0, rgba(255,255,255,0.1) 0 1px,
             rgba(0,0,0,0.1) -1px -1px, rgba(255,255,255,0.1) 1px 1px; 
}
#progressnav {
	height: 140px;
	width: 100%;
}
#progressnav ul {
	text-align: center;
	position: absolute;
	left: 10px;
}
#progressnav ul li {
	float: left;
	list-style: none;
	margin: 0 20px;
}
.progresstotal {
	font: 46px 'bebasregular', Arial, Helvetica, sans-serif;
	color: #78041d;
	text-transform: uppercase;
	display: inline;	
}
.progressdescription {
	font: 16px 'bebasregular', Arial, Helvetica, sans-serif;
	color: #00264c;
	text-transform: uppercase;
	display: inline;
	letter-spacing: 2px;
}

/* =About
----------------------------------------------- */
#about-right {
	float: right;
	width: 550px;
}
.meet-copy {
	font: 14px 'proxima_nova_light', Arial, Helvetica, sans-serif;
	color: #00264b;
}
/* =Contact
----------------------------------------------- */
#contact1 {
	padding: 20px 0;
}
#contact-help {
	padding-bottom: 20px;
	margin-top: -14px;
}
.contact-nohelp {
	font: 14px 'proxima_nova_light', Arial, Helvetica, sans-serif;
	color: #9f0625;
	font-style:italic;
}
#contact-note {
	font: 15px 'proxima_nova_light', Arial, Helvetica, sans-serif;
	color: #9F0625;
	font-style:italic;
}
.email {
	font: 14px 'proxima_nova_light', Arial, Helvetica, sans-serif;
	color: #9f0625;
	font-style:italic;
}
/* =BOD Contact
----------------------------------------------- */
#bod-content {
	margin-bottom: 20px;
	
}
#bod-content h5 {
	font: 14px 'proxima_nova_light', Arial, Helvetica, sans-serif;
	color: #9F0625;
	margin: 10px auto 5px;
	text-transform: uppercase;
}
#bod-content img {
	display: block;
}
.indent {
	margin-left: 14px;
}
.contact-h1 {
	font: 14px Arial, Helvetica, sans-serif;
}
#contact-left {
	float: left;
	width: 600px;
}
#contact-right {
	float: right;
	margin-left: 20px;
}
/* =Board of Directors
----------------------------------------------- */
#bod-end {
	margin-bottom: 200px;
}
#entry-content ul {
	padding-left: 2.5em;
}

/* =Meet JJ
----------------------------------------------- */
.schedule {
	border: 0px;
}

.wp-table-reloaded {
	border: none;
}
#jjsig {
	margin: 0 auto 20px;
	text-align: center;
}
/* =Donate
----------------------------------------------- */
#donate-right {
	float: right;
	width: 325px;
	margin-top: 41px;
}
#donate-left {
	float: left;
	width: 630px;
}
#donate-img-black {
	height: 165px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#donate-img-white {
	height: 165px;
	margin-bottom: 20px;
}
#donate-img-red {
	height: 165px;
	margin-bottom: 20px;
}
#donate-img-blue {
	height: 165px;
	margin-bottom: 20px;
}
/* =The Foundation
----------------------------------------------- */
#foundation-right {
	float: right;
	width: 615px;
}
#foundation-left {
	width: 340px;
	float: left;
	margin-right: 20px;
}




/* Images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 20px;
}
img#wpstats {
	display: block;
	margin: 0 auto 1.625em;
}
#content .gallery-columns-4 .gallery-item {
	width: 23%;
	padding-right: 2%;
}
#content .gallery-columns-4 .gallery-item img {
	width: 100%;
	height: auto;
}
#hr {
	background: #00264c;
	height: 10px;
	margin-bottom: 20px;
}
#hr2 {
	background: #00264c;
	height: 10px;
	margin: 40px 0;
}
#hr3 {
	background: #9f0625;
	height: 1px;
	margin: 20px auto;
}
#hr4 {
	background: #00264c;
	height: 10px;
	margin: 20px auto 0;
}
#hr5 {
	background: #00264c;
	height: 10px;
	margin: 20px auto 20px;
	clear: both;
}
#hr6 {
	background: #00264c;
	height: 2px;
	margin: 2px auto 2px;
	clear: both;
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/*
Post Formats Headings
To hide the headings, display: none the ".entry-header .entry-format" selector,
and remove the padding rules below.
*/
.entry-header .entry-format {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	position: absolute;
	text-transform: uppercase;
	top: -5px;
}
.entry-header hgroup .entry-title {
	padding-top: 15px;
}
article.format-aside .entry-content,
article.format-link .entry-content,
article.format-status .entry-content {
	padding: 20px 0 0;
}
article.format-status .entry-content {
	min-height: 65px;
}
.recent-posts .entry-header .entry-format {
	display: none;
}
.recent-posts .entry-header hgroup .entry-title {
	padding-top: 0;
}

/* Singular content styles for Posts and Pages */
.singular .hentry {
	border-bottom: none;
	padding: 0;
	position: relative;
}
.singular.page .hentry {
	padding: 0;
}
.singular .entry-title {
	color: #000;
	font-size: 36px;
	font-weight: normal;
	line-height: 48px;
}
.singular .entry-title,
.singular .entry-header .entry-meta {
	font: 30px 'bebasregular', "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #9f0625;
	margin-bottom: 10px;
}
.singular .entry-header .entry-meta {
	position: absolute;
	top: 0;
	left: 0;
}
blockquote.pull {
	font-size: 21px;
	font-weight: normal;
	line-height: 1.6125em;
	margin: 0 0 1.625em;
	text-align: center;
}
.singular blockquote.pull {
	margin: 0 -22.25% 1.625em;
}
.pull.alignleft {
	margin: 0 1.625em 0 0;
	text-align: right;
}
.singular .pull.alignleft {
	margin: 0 1.625em 0 -22.25%;
}
.pull.alignright {
	margin: 0 0 0 1.625em;
	text-align: left;
}
blockquote.pull.alignleft,
blockquote.pull.alignright {
	width: 33%;
}
.singular .pull.alignright {
	margin: 0 -22.25% 0 1.625em;
}
.singular blockquote.pull.alignleft,
.singular blockquote.pull.alignright {
	width: 33%;
}
.singular .entry-meta .edit-link a {
	bottom: auto;
	left: 50px;
	position: absolute;
	right: auto;
	top: 80px;
}


/* =Aside
----------------------------------------------- */

.format-aside .entry-title,
.format-aside .entry-header .comments-link {
	display: none;
}
.singular .format-aside .entry-title {
	display: block;
}
.format-aside .entry-content {
	padding: 0;
}
.singular .format-aside .entry-content {
	padding: 1.625em 0 0;
}


/* =Link
----------------------------------------------- */

.format-link .entry-title,
.format-link .entry-header .comments-link {
	display: none;
}
.singular .format-link .entry-title {
	display: block;
}
.format-link .entry-content {
	padding: 0;
}
.singular .format-link .entry-content {
	padding: 1.625em 0 0;
}




/* =Status
----------------------------------------------- */

.format-status .entry-title,
.format-status .entry-header .comments-link {
	display: none;
}
.singular .format-status .entry-title {
	display: block;
}
.format-status .entry-content {
	padding: 0;
}
.singular .format-status .entry-content {
	padding: 1.625em 0 0;
}
.format-status img.avatar {
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #ccc;
	-moz-box-shadow: 0 1px 2px #ccc;
	box-shadow: 0 1px 2px #ccc;
	float: left;
	margin: 4px 10px 2px 0;
	padding: 0;
}


/* =Quote
----------------------------------------------- */

.format-quote blockquote {
	color: #555;
	font-size: 17px;
	margin: 0;
}


/* =Image
----------------------------------------------- */

.indexed.format-image .entry-header {
	min-height: 61px; /* Prevent the comment icon from colliding with the image when there is no title */
}
.indexed.format-image .entry-content {
	padding-top: 0.5em;
}
.indexed.format-image .entry-content p {
	margin: 1em 0;
}
.indexed.format-image .entry-content p:first-child,
.indexed.format-image .entry-content p:first-child a,
.indexed.format-image .entry-content p:first-child img {
	display: block;
	margin: 0;
}
.indexed.format-image .entry-content .wp-caption .wp-caption-text {
	margin: 0;
	padding-bottom: 1em;
}
.indexed.format-image footer.entry-meta {
	background: #ddd;
	overflow: hidden;
	padding: 4%;
	max-width: 96%;
}
.indexed.format-image div.entry-meta {
	display: inline-block;
	float: left;
	width: 35%;
}
.indexed.format-image div.entry-meta + div.entry-meta {
	float: none;
	width: 65%;
}
.indexed.format-image .entry-meta span.cat-links,
.indexed.format-image .entry-meta span.tag-links,
.indexed.format-image .entry-meta span.comments-link {
	display: block;
}
.indexed.format-image footer.entry-meta a {
	color: #444;
}
.indexed.format-image footer.entry-meta a:hover {
	color: #fff;
}
#content .indexed.format-image img {
	border: none;
	max-width: 100%;
	padding: 0;
}
.indexed.format-image .wp-caption {
	background: #111;
	margin-bottom: 0;
	max-width: 96%;
	padding: 2% 2% 0;
}
.indexed.format-image .wp-caption .wp-caption-text {
	color: #ddd;
}
.indexed.format-image .wp-caption .wp-caption-text:before {
	color: #444;
}
.indexed.format-image a:hover img {
	opacity: 0.8;
}


/* =error404
----------------------------------------------- */

.error404 #main #searchform {
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-width: 1px 0;
	margin: 0 -8.9% 1.625em;
	overflow: hidden;
	padding: 1.625em 8.9%;
}
.error404 #main #s {
	width: 95%;
}
.error404 #main .widget {
	clear: none;
	float: left;
	margin-right: 3.7%;
	width: 30.85%;
}
.error404 #main .widget_archive {
	margin-right: 0;
}
.error404 #main .widget_tag_cloud {
	float: none;
	margin-right: 0;
	width: 100%;
}
.error404 .widgettitle {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}

/* Recent Posts */
section.recent-posts {
	padding: 0 0 1.625em;
}
section.recent-posts .hentry {
	border: none;
	margin: 0;
}
section.recent-posts .other-recent-posts {
	border-bottom: 1px solid #ddd;
	list-style: none;
	margin: 0;
}
section.recent-posts .other-recent-posts li {
	padding: 0.3125em 0;
	position: relative;
}
section.recent-posts .other-recent-posts .entry-title {
	border-top: 1px solid #ddd;
	font-size: 17px;
}
section.recent-posts .other-recent-posts a[rel="bookmark"] {
	color: #373737;
	float: left;
	max-width: 84%;
}
section.recent-posts .other-recent-posts a[rel="bookmark"]:after {
	content: '-';
	color: transparent;
	font-size: 11px;
}
section.recent-posts .other-recent-posts a[rel="bookmark"]:hover {
}
section.recent-posts .other-recent-posts .comments-link a,
section.recent-posts .other-recent-posts .comments-link > span {
	border-bottom: 2px solid #999;
	bottom: -2px;
	color: #444;
	display: block;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.76333em;
	padding: 0.3125em 0 0.3125em 1em;
	position: absolute;
	right: 0;
	text-align: right;
	text-transform: uppercase;
	z-index: 1;
}
section.recent-posts .other-recent-posts .comments-link > span {
	border-color: #bbb;
	color: #888;
}
section.recent-posts .other-recent-posts .comments-link a:hover {
	color: #1982d1;
	border-color: #1982d1;
}
section.recent-posts .other-recent-posts li:after {
	clear: both;
	content: '.';
	display: block;
	height: 0;
	visibility: hidden;
}



/* =Navigation
-------------------------------------------------------------- */

#content nav {
	clear: both;
	overflow: hidden;
	padding: 0 0 1.625em;
}
#content nav a {
	font-size: 12px;
	font-weight: normal;
	line-height: 2.2em;
}
#nav-above {
	padding: 0 0 1.625em;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content nav .meta-nav {
	font-weight: normal;
}

/* Singular navigation */
#nav-single {
	float: right;
	position: relative;
	top: -0.3em;
	text-align: right;
	z-index: 1;
}
#nav-single .nav-previous,
#nav-single .nav-next {
	width: auto;
}
#nav-single .nav-next {
	padding-left: .5em;
}
#nav-single .nav-previous {
	padding-right: .5em;
}


/* =Widgets
----------------------------------------------- */

.widget-area {
	font-size: 12px;
}
.widget {
	clear: both;
	margin: 0 0 2.2em;
}
.widget-title {
	display: none;
}

.widget ul ul {
	margin-left: 1.5em;
}

.widget a {
	font-weight: normal;
	text-decoration: none;
}
.widget a:hover,
.widget a:focus,
.widget a:active {
	text-decoration: none;
}

/* Search Widget */
.widget_search form {
	margin: 0 0 1.625em;
}
.widget_search #s {
	width: 77%;
}
.widget_search #searchsubmit {
	background: #ddd;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	color: #888;
	font-size: 13px;
	line-height: 25px;
	position: relative;
	top: -2px;
}
.widget_search #searchsubmit:active {
	background: #1982d1;
	border-color: #0861a5;
	-webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	color: #bfddf3;
}

/* Ephemera Widget */
section.ephemera ol,
.widget_twentyeleven_ephemera ol {
	list-style: square;
	margin: 5px 0 0;
}
.widget_twentyeleven_ephemera .widget-entry-title {
	font-size: 15px;
	font-weight: normal;
	padding: 0;
}
.widget_twentyeleven_ephemera .comments-link a,
.widget_twentyeleven_ephemera .comments-link > span {
	color: #666;
	display: block;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.76333em;
	text-transform: uppercase;
}
section.ephemera .entry-title .comments-link a:hover,
.widget_twentyeleven_ephemera .entry-title .comments-link a:hover {
}
section.ephemera .entry-title a span {
	color: #29628d;
}

/* Twitter */
.widget_twitter li {
	list-style-type: none;
	margin-bottom: 14px;
}
.widget_twitter .timesince {
	display: block;
	font-size: 11px;
	margin-right: -10px;
	text-align: right;
}

/* Widget Image */
.widget_image img {
	border: 0;
	padding: 0;
	height: auto;
	max-width: 100%;
}

/* Calendar Widget */

.widget_calendar #wp-calendar {
	color: #555;
	width: 95%;
	text-align: center;
}
.widget_calendar #wp-calendar caption,
.widget_calendar #wp-calendar td,
.widget_calendar #wp-calendar th {
	text-align: center;
}
.widget_calendar #wp-calendar caption {
	font-size: 11px;
	font-weight: 500;
	padding: 5px 0 3px 0;
	text-transform: uppercase;
}
.widget_calendar #wp-calendar th {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-weight: normal;
}
.widget_calendar #wp-calendar tfoot td {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}


/* =Comments
----------------------------------------------- */

#comments-title {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.6em;
	padding: 0 0 2.6em;
	text-transform: uppercase;
}
.nopassword,
.nocomments {
	color: #aaa;
	font-size: 24px;
	font-weight: 100;
	margin: 26px 0;
	text-align: center;
}
.commentlist {
	list-style: none;
	margin: 0 auto;
	width: 68.9%;
}
.content .commentlist,
.page-template-sidebar-page-php .commentlist {
	width: 100%; /* reset the width for the one-column and sidebar page layout */
}
.commentlist > li.comment {
	background: #f6f6f6;
	border: 1px solid #ddd;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 1.625em;
	padding: 1.625em;
	position: relative;
}
.commentlist .pingback {
	margin: 0 0 1.625em;
	padding: 0 1.625em;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li.comment {
	background: #fff;
	border-left: 1px solid #ddd;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	margin: 1.625em 0 0;
	padding: 1.625em;
	position: relative;
}
.commentlist .children li.comment .fn {
	display: block;
}
.comment-meta .fn {
	font-style: normal;
}
.comment-meta {
	color: #666;
	font-size: 12px;
	line-height: 2.2em;
}
.commentlist .children li.comment .comment-meta {
	line-height: 1.625em;
	margin-left: 50px;
}
.commentlist .children li.comment .comment-content {
	margin: 1.625em 0 0;
}
.comment-meta a {
	font-weight: normal;
}
.comment-meta a:focus,
.comment-meta a:active,
.comment-meta a:hover {
}
.commentlist .avatar {
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #ccc;
	-moz-box-shadow: 0 1px 2px #ccc;
	box-shadow: 0 1px 2px #ccc;
	left: -102px;
	padding: 0;
	position: absolute;
	top: 0;
}
.commentlist > li:before {
	content: url(images/comment-arrow.png);
	left: -21px;
	position: absolute;
}
.commentlist > li.pingback:before {
	content: '';
}
.commentlist .children .avatar {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	left: 2.2em;
	padding: 0;
	top: 2.2em;
}
a.comment-reply-link {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	display: inline-block;
	font-size: 12px;
	padding: 0 8px;
	text-decoration: none;
}
a.comment-reply-link:hover,
a.comment-reply-link:focus,
a.comment-reply-link:active {
	background: #888;
	color: #fff;
}
a.comment-reply-link > span {
	display: inline-block;
	position: relative;
	top: -1px;
}

/* Post author highlighting */
.commentlist > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}
.commentlist > li.bypostauthor .comment-meta {
	color: #575757;
}
.commentlist > li.bypostauthor .comment-meta a:focus,
.commentlist > li.bypostauthor .comment-meta a:active,
.commentlist > li.bypostauthor .comment-meta a:hover {
}
.commentlist > li.bypostauthor:before {
	content: url(images/comment-arrow-bypostauthor.png);
}

/* Post Author threaded comments */
.commentlist .children > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}

/* sidebar-page.php comments */
/* Make sure we have room for our comment avatars */
.page-template-sidebar-page-php .commentlist > li.comment,
.page-template-sidebar-page-php.commentlist .pingback {
	margin-left: 102px;
	width: auto;
}
/* And a full-width comment form */
.page-template-sidebar-page-php #respond {
	width: auto;
}

/* Comment Form */
#respond {
	background: #ddd;
	border: 1px solid #d3d3d3;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 auto 1.625em;
	padding: 1.625em;
	position: relative;
	width: 68.9%;
}
#respond input[type="text"],
#respond textarea {
	background: #fff;
	border: 4px solid #eee;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	-moz-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	position: relative;
	padding: 10px;
	text-indent: 80px;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
	position: relative;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
	background: #eee;
	-webkit-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	-moz-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	color: #555;
	display: inline-block;
	font-size: 13px;
	left: 4px;
	min-width: 60px;
	padding: 4px 10px;
	position: relative;
	top: 40px;
	z-index: 1;
}
#respond input[type="text"]:focus,
#respond textarea:focus {
	text-indent: 0;
	z-index: 1;
}
#respond textarea {
	resize: vertical;
	width: 95%;
}
#respond .comment-form-author .required,
#respond .comment-form-email .required {
	color: #bd3500;
	font-size: 22px;
	font-weight: normal;
	left: 75%;
	position: absolute;
	top: 45px;
	z-index: 1;
}
#respond .comment-notes,
#respond .logged-in-as {
	font-size: 13px;
}
#respond p {
	margin: 10px 0;
}
#respond .form-submit {
	float: right;
	margin: -20px 0 10px;
}
#respond input#submit {
	background: #222;
	border: none;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	color: #eee;
	cursor: pointer;
	font-size: 15px;
	margin: 20px 0;
	padding: 5px 42px 5px 22px;
	position: relative;
	left: 30px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}
#respond input#submit:active {
	background: #1982d1;
	color: #bfddf3;
}
#respond #cancel-comment-reply-link {
	color: #666;
	margin-left: 10px;
	text-decoration: none;
}
#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover {
	text-decoration: underline;
}
.commentlist #respond {
	margin: 1.625em 0 0;
	width: auto;
}
#reply-title {
	color: #373737;
	font-size: 24px;
	font-weight: normal;
	line-height: 30px;
}
#cancel-comment-reply-link {
	color: #888;
	display: block;
	font-size: 10px;
	font-weight: normal;
	line-height: 2.2em;
	letter-spacing: 0.05em;
	position: absolute;
	right: 1.625em;
	text-decoration: none;
	text-transform: uppercase;
	top: 1.1em;
}
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:hover {
	color: #ff4b33;
}
#respond label {
	line-height: 2.2em;
}
#respond input[type=text] {
	display: block;
	height: 24px;
	width: 75%;
}
#respond p {
	font-size: 12px;
}
p.comment-form-comment {
	margin: 0;
}
.form-allowed-tags {
	display: none;
}


/* =Footer
----------------------------------------------- */
#footer {
	width: 100%;
	background: #00264c;
	min-height: 335px;
	padding-top: 1px;
	clear: both;
}
#footer-content {
	margin: 0 auto;
	
}

#colophon {
	clear: both;
}
#supplementary {
	border-top: 3px solid #ffffff;
	padding: 0px;
	overflow: hidden;
	width: 986px;
	margin: 0 auto;
}
#twitter-2 .twitter-hashtag a {
	color: #bc112e;
}
/* Two Footer Widget Areas */
#supplementary.two .widget-area {
	float: left;
	margin-right: 3.7%;
	width: 48.1%;
}
#supplementary.two .widget-area + .widget-area {
	margin-right: 0;
}

/* Three Footer Widget Areas */
#supplementary.three .widget-area {
	float: left;
}
#supplementary.three .widget-area + .widget-area + .widget-area {
	margin-right: 0;
}
/* Second Footer Widget Areas */
#second {
	width: 140px;
	margin: 20px 40px 0 80px;
}
#second .widget_twitter {
	color: #ffffff;
}
/* First Footer Widget */
#first {
	background: url(http://jjwfoundation.org/wp-content/uploads/2016/01/tweet_tweet_v2.png) no-repeat;
	height: 400px;
	margin-top: 20px;
	width: 350px;
}
#twitter-3 {
	width: 278px;
	margin: 24px 0 0 54px;
}
.widget_twitter {
	font: 13px/14px 'proxima_nova_light', Arial, Helvetica, sans-serif;

}

.intent-meta a {
	padding-right: 3px;
}
/* Third Footer Widget */

#third {
	width: 330px;
	margin: 20px 0 0 30px;
}

#third li {
        margin: 0 0 5px 0;
}

#third a {
        font: 13px/14px 'proxima_nova_light', Arial, Helvetica, sans-serif;
	color: #ffffff;
}

/* Secondary Footer */
#footer-copy {
	background: #c41230;
	min-height: 153px;
}
#footer-image {
	position: relative;
	top: -41px;
}
#footer-image img {
	width: 813px;
}
#footer-container-secondary {
	margin: 0 auto;
	width: 1024px;
}
#footer-sponsor {
	display: none;
	float: right;
	margin-top: -37px;
}
.secondary-text {
	font: 45px/30px 'bebasregular', Arial, Helvetica, sans-serif; 
	color: #ffffff;
	font-weight: normal;
}
.copy {
	font: 13px 'Helvetica Neue', Arial, Helvetica, sans-serif;
	color: #ffffff;
}

#nav_menu-2 {
	list-style: none outside none;
}
#menu-footer-menu {
	font: 16px/28px 'proxima_nova_light', Arial, Helvetica, sans-serif;
	color: #ffffff;
}
#menu-footer-menu a {
	color: #ffffff;
}
#menu-footer-menu a:hover {
	opacity: .7;
	transition: opacity .45s ease-in-out;
	-moz-transition: opacity .45s ease-in-out;
	-webkit-transition: opacity .45s ease-in-out;
}
#menu-footer-menu li {
	list-style: none;
}
#footer1 {
	max-width: 986px;
	margin: 24px auto 0px;
}
.tweettweet {
	font: 25px 'bebasregular', Arial, Helvetica, sans-serif;
	color: #b41731;
	text-transform: uppercase;
        margin-left: 144px;
        margin-right: 190px;
}
.titlesmentions {
	font: 25px 'bebasregular', Arial, Helvetica, sans-serif;
	color: #b41731;
	text-transform: uppercase;
}
.titlesnavigation {
	font: 25px 'bebasregular', Arial, Helvetica, sans-serif;
	color: #b41731;
	text-transform: uppercase;
        margin-right: 140px;
        float: right;
}

#twitter-2.twitter-hashtag a {
	color: #bb112e!important;
}

/* =Responsive Structure
----------------------------------------------- */


/* =IE7
----------------------------------------------- */

#ie7 article.intro {
	margin-left: -7.6%;
	margin-right: -7.6%;
	padding-left: -7.6%;
	padding-right: -7.6%;
	max-width: 1000px;
}
#ie7 section.featured-post {
	margin-left: -7.6%;
	margin-right: -7.6%;
	max-width: 850px;
}
#ie7 section.recent-posts {
	margin-right: 7.6%;
}
#ie7 h1 {
	font: 35px/40px 'bebasregular', "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #9f0625;
	margin-bottom: 10px;
}
#ie7 .progresstotal {
	font: 46px/55px 'bebasregular', Arial, Helvetica, sans-serif;
	color: #78041d;
	text-transform: uppercase;
	display: inline;	
}
#ie7 .main-navigation ul {
		font: 21px/25px 'bebasregular', Arial, Helvetica, sans-serif; 
		margin: 0;
		text-indent: 0;
		height: 47px;
}
#ie7 .main-navigation li ul {
		display: none;
		margin: 0;
		padding: 0;
		position: absolute;
		left: 0px;
		top: 100%;
		z-index: 1;
}
#ie7 .main-navigation ul li:hover > ul {
		border-left: 0;
		display: block;
}
 
/* =IE8 
----------------------------------------------- */ 
 
#ie8 section.feature-image.large img { 
	width: 100%; 
} 


/* =IE9 
----------------------------------------------- */ 
 