/*
Theme Name: JSSA 
Description: The easy-to-use, clean and clear JSSA website.
Version: 1.0
Author: Digital Ink
Author uri: http://www.dgtlnk.com
*/

@import url("css/bootstrap.min.css");
@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i';

html {
	height: 100%;
}

html, html a {
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

body {
	background-color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	height: 100%;
	color: #000000;
	max-width: 1265px;
	margin: 0 auto;
}

a {
	color: #3b73b8;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #3b73b8;
}

p {
	margin: 0 0 20px;
	font-size: 18px;
    line-height: 30px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
	color: #000000;
	font-weight: bold;
}

h1, h2, h3 {
	line-height: 1.3;
	color: #000000;
	margin-bottom: 20px;
}

h2 {
	font-size: 26px;
}

h3 {
	font-size: 22px;
}

h2, h3, h5 {
	font-weight: 500;
}

ul, li, ol {
	font-size: 16px;
	line-height: 1.6;
}

p + ul {
	margin-top: 20px;
	padding-bottom: 5px;
}



/*Basic Styling Styles*/

.centered {
	text-align: center;
	float: none;
    margin: 0 auto;
}

.center {
	text-align: center;
}

.frame {
	border: 1px solid #e8e8e8;
	border-top: none;
	border-bottom: none;
}

/*Bootstrap Hacks*/

.nav>li>a:focus, .nav>li>a:hover {
	background-color: transparent;
}

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

.img-responsive {
	display: inline-block;
}

.screen-reader-text {
	display: none;
}

.navbar-brand {
	display: none;
}

:target:before {
	content:"";
	display:block;
	height:60px; /* fixed header height*/
	margin:-60px 0 0; /* negative fixed header height */
}

/*Search*/

.search-row {
	background-color: black;
}

.search-form {
	padding-top: 10px;
	padding-bottom: 5px;
	display: inline-block;
}

input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	font-size: 100%;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
	display: none; 
}



input[type=search]{
	background: #f2f2f2 url(img/search-icon.png) no-repeat 120px center;
	border: solid 1px transparent;
	padding: 2px 5px 0px 10px;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 5em;
	width: 130px;
	background-color: #333333;
	color: #b3b3b3;
	cursor: auto;
	-webkit-box-shadow: 0 0 5px rgba(187,187,187,.5);
	-moz-box-shadow: 0 0 5px rgba(187,187,187,.5);
	box-shadow: 0 0 5px rgba(187,187,187,.5);
	outline: none;
	height: 20px;
	font-weight: bold;
}

@-moz-document url-prefix() { 
  input[type=search] {
     padding: 0px 0px 0px 20px;
     background: #f2f2f2 url(img/search-icon.png) no-repeat 105px center;	
     border: solid 1px transparent;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 5em;
	width: 130px;
	background-color: #333333;
	color: #b3b3b3;
	cursor: auto;
	-webkit-box-shadow: 0 0 5px rgba(187,187,187,.5);
	-moz-box-shadow: 0 0 5px rgba(187,187,187,.5);
	box-shadow: 0 0 5px rgba(187,187,187,.5);
	outline: none;
	height: 20px;
	font-weight: bold;
  }
}

input:-moz-placeholder {
	color: #b3b3b3;
	font-weight: bold;
}

input[type=search]::-webkit-input-placeholder {
	color: #b3b3b3;
	font-weight: bold;
}

input:focus::-webkit-input-placeholder{
	color: #b3b3b3;
	font-weight: bold;
}

.search-result h2 {
	margin-top: 0;
}

/*Header*/

.logo-row {
	padding-top: 30px;
	padding-bottom: 30px;
}

.donate-button {
	background-color: #ea7f1e;
    color: white;
    padding: 12px;
    font-size: 20px;
    text-align: center;
    margin-top: 11px;
}

.donate-button:hover {
	background-color: #78a22f;
}

.donate-container a {
	color: white;
	text-transform: uppercase;
	font-weight: bold;
}

.donate-container a:hover, .donate-cta a:hover {
	text-decoration: none;
}

.navbar {
	margin-bottom: 9px;
}

.main-menu {
	background-color: #3b73b8;
}

.main-menu a {
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 24px;
}

.navbar-fixed-top {
	background-color: #3b73b8;
}

.navbar-fixed-top .navbar-brand {
	display: block;
}

.navbar-collapse {
	box-shadow: none;
}

.navbar-toggle {
	background-color: white;
	top: 4px;
}

.navbar-toggle .icon-bar {
	background-color: #3b73b8;
}

.menu-main-menu-container {
	text-align: center;
}

.caret {
    display: none;
}

/*Homepage*/

.homepage-hero .soliloquy-container {
	margin-bottom: 0 !important;
}

.homepage-title {
	padding-top: 20px;
	padding-bottom: 20px;
}

.homepage-title h1 {
	color: #3b73b8;
}

.being-cta {
	background-color: black;
	color: white;
	font-weight: bold;
	padding-top: 15px;
}

.being-ct.being-cta p {
	font-size: 24px;
}

.being-cta span {
	color: #00a4e4;
}

.being-cta span.glyphicon {
	font-size: 14px;
	padding-left: 2px;
	padding-right: 5px;
}

.testimonials-carousel {
	background-color: #3b73b8;
	color: white;
	padding-top: 60px;
	padding-bottom: 50px;
}

.testimonials-carousel span {
	color: white;
}

.testimonials-carousel .col-sm-1 {
	padding-top: 25px;
	display: none;
}

.cycle-slideshow.slideshow div {
    white-space: normal;
    vertical-align: top;
    text-align: center;
}

.testimonial-speaker {
    font-size: 18px;
}

.testimonial-speaker span {
	font-size: 14px;
}

.testimonial-text p {
    font-style: italic;
    font-size: 24px;
    line-height: 36px;
}

.jssa-in-the-community {
	padding-top: 50px;
	padding-bottom: 75px;
	text-align: center;
}

.jssa-in-the-community h2 {
	color: #3b73b8;
	font-size: 36px;
	line-height: 48px;
	font-weight: bold;
	margin-bottom: 40px;
}

.community-thumbs {
	padding-bottom: 15px;
}

.community-thumbs img {
	width: 300px;
}

.community-event {
	margin-bottom: 20px;
}

.jssa-in-the-community h3 a {
	color: black;
	font-weight: bold;
}

.events-read-more {
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
}

.community-view-all {
	padding-top: 25px;
}

.jssa-in-the-community .btn {
	background-color: #78a22f;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 0;
	padding: 5px 55px;
	font-size: 16px;
}

.jssa-in-the-community a:hover .btn {
	background-color: #ea7f1e;
}

.donate-cta {
	background-color: #3b73b8;
	color: white;
	font-size: 36px;
	font-weight: bold;
	padding-top: 50px;
	padding-bottom: 50px;
}

.donate-cta a {
	text-transform: uppercase;
}

.special-acknowledgements {
	padding-top: 30px;
	padding-bottom: 30px;
}

.acklogos ul {
	padding-top: 15px;
	padding-left: 0;
}

.acklogos li {
    display: block;
    margin-bottom: 20px;
    clear: left;
    list-style-type: none;
}

/*Page*/

.page-content {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: white;
}

#breadcrumbs {
	font-size: 14px;
}

.page-content h1 {
	margin-top: 0;
}

.expander-list {
	list-style-type: none;
	padding-left: 0;
}

.expander-list span {
	margin-right: 15px;
}

/*History*/

.ekko-lightbox .modal-content {
	max-width: 600px;
	margin-left: auto;
    margin-right: auto;
    margin-top: 75px;
}

/*Locations*/

.location {
	padding-bottom: 20px;
	border-bottom: 2px solid #ececec;
	margin-bottom: 20px;
}

.location h2, .location h3 {
	font-weight: 500;
}

.contact-numbers span {
	margin-right: 10px;
}

.contact-numbers img {
	margin-right: 8px;
	width: 16px;
}

.services-offered span {
	margin-right: 10px;
	color: #00a4e4;
}

/*Staff*/

.department-title span {
    font-size: 16px;
    font-weight: 100;
    color: #78a22f;
}

.department-title span.glyphicon-minus {
	display: none;
}

.department-listing {
	padding-bottom: 15px;
	margin-bottom: 30px;
	border-bottom: thin solid #ececec;
}

/*Sidebar*/

.sidebar {
	float: none;
	margin-left: auto;
	margin-right: auto;
}

.sidebar p {
	margin-bottom: 10px;
}

.sidebar .widget {
	margin-bottom: 25px;
}

.get-assistance-widget {
	background-color: black;
	color: white;
	padding: 10px 30px 20px;
}

.get-assistance-widget h3, .stories-widget h3, .donate-widget h3, .section-links-widget h3 {
	color: white;
	margin-top: 10px;
	margin-bottom: 30px;
	font-weight: bold;
	font-size: 26px;
}

.stories-widget {
	background-color: #78a22f;
	color: white;
	padding: 10px 30px 20px;
}

.donate-widget {
	background-color: #ea7f1e;
	color: white;
	padding: 10px 30px 20px;
}

.donate-widget span.glyphicon {
	position: relative;
	top: 3px;
}

.section-links-widget {
	background-color: #3b73b8;
	color: white;
	padding: 10px 30px 20px;
}

.get-assistance-widget a, .get-assistance-widget a:hover {
	color: #00a4e4;
}

.stories-widget a, .donate-widget a, .section-links-widget a {
	color: white;
}

.section-links-widget ul {
	padding-left: 0;
}

.section-links-widget ul li {
	list-style-type: none;
	margin-bottom: 5px;
	list-style-position: outside;
	margin-left: 20px;
}

.section-links-widget ul span {
	margin-right: 8px;
    margin-left: -25px;
}

/*Footer*/

.footer {
	background-color: black;
	padding-bottom: 40px;
	color: white;
	padding-top: 40px;
	font-size: 14px;
}

.footer a {
	color: #00a4e4;
}

.footer a:hover {
	color: #00a4e4;
}

.footer-contact {
	border-bottom: 2px solid #3f3f3f;
	padding-bottom: 40px;
	text-align: center;
}

.translation-row {
	padding-bottom: 20px;
	padding-top: 20px;
}

.social-services-row {
	border-bottom: 2px solid #3f3f3f;
}

.footer h3 {
	color: white;
	margin-top: 5px;
	font-size: 30px;
	font-weight: bold;
}

.footer h4 {
	color: white;
	font-size: 15px;
}

.footer .office-address p {
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 0;
}

.footer .office-get-directions {
	margin-bottom: 15px;
}

.footer span.glyphicon {
	font-size: 12px;
	margin-right: 5px;
}

.subscribe-row {
	background-color: #3b73b8;
	color: white;
	font-size: 22px;
    padding: 25px 0;
    text-align: center;
}

a.subscribe-button {
    background-color: #ea7f1e;
    color: white;
    padding: 10px 15px;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    margin-left: 15px;
}

a.subscribe-button:hover, a.subscribe-button:focus {
	background-color: #78a22f;
	text-decoration: none;
}

.bottom-menu {
	text-align: center;
}

.bottom-row .navbar-nav {
	padding-left: 0;
	float: none;
}

.bottom-row .nav>li {
	display: inline-block;
	float: none;
}

.bottom-row .nav>li>a:hover {
	text-decoration: underline;
}

.bottom-social-media {
	padding-top: 20px;
}

.bottom-social-media img {
	margin-right: 10px;
}

/*Events*/

.tribe-events-list-separator-month {
	background-color: white;
	font-size: 36px;
	font-weight: 500;
	margin-top: 0;
	text-transform: none;
	padding-left: 0;
	padding-bottom: 30px;
	border-bottom: 2px solid #ececec;
}

.tribe-events-list-separator-month:first-child {
	padding-top: 0;
}

.tribe-events-list-separator-month {
	padding-top: 25px;
}

.tribe-events-list h2.tribe-events-list-event-title {
	margin-bottom: 10px;
	display: block;
	line-height: 36px;
}

.tribe-events-list h2.tribe-events-list-event-title a {
	color: black;
	font-weight: bold;
	font-size: 24px;
}

.tribe-events-loop .tribe-events-event-meta {
	float: left;
	font-weight: 500;
	font-size: 16px;
	margin-bottom: 0;
}

.tribe-events-loop .tribe-events-event-meta div div {
	padding-bottom: 10px;
	line-height: 1.7;
}

.tribe-events-event-meta address.tribe-events-address {
	display: block;
	line-height: 1.5;
}

.tribe-events-list .location {
	border-bottom: none;
	margin-bottom: 0;
}

.tribe-events-list .tribe-events-loop .tribe-events-event-meta .recurringinfo {
	display: block;
}

.event-is-recurring {
	color: inherit;
	    font-style: italic;
    margin-bottom: 20px;
}

.event-is-recurring .tribe-events-divider {
	display: none;
}

.tribe-events-list .tribe-events-event-image {
	margin: 0 0 20px;
}

a.tribe-events-read-more {
	font-size: 16px;
}

.tribe-events-schedule {
	margin-top: 0;
}

.tribe-events-schedule h2 {
	font-weight: 500;
	margin-top: 0;
	font-size: 21px;
	line-height: 30px;
}

.single-tribe_events .tribe-events-event-image {
	float: right;
	max-width: 50%;
	margin-left: 25px;
}

.tribe-events-event-meta .column, .tribe-events-event-meta .tribe-events-meta-group {
	min-width: 50%;
	font-size: 14px;
}

.tribe-events-meta-group.tribe-events-meta-group-gmap {
	width: 100%;
}

.single-tribe_events #tribe-events-content .tribe-events-event-meta dt {
	padding-bottom: 5px;
}

.tribe-events-meta-group.tribe-events-meta-group-venue {
	width: 40%;
	min-width: 40%;
}

.single-tribe_events .tribe-events-venue-map {
	float: left;
	margin: 20px 4% 2% 0;
	width: 56%;
}

.tribe-events-organizer .tribe-events-organizer-meta, .tribe-events-venue .tribe-events-venue-meta {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.tribe-events-organizer-meta h1 {
	margin-bottom: 0;
}

.tribe-events-organizer .tribe-events-list h1, .tribe-events-venue .tribe-events-list h1 {
	display: none;
}

#tribe-events-pg-template .tribe-events-content h2, .tribe-events-after-html h2, .tribe-events-before-html h2 {
	font-size: 26px;
	line-height: 1.7;
}

.tribe-events-meta-group.tribe-events-meta-group-organizer {
	margin-bottom: 0;
}

.tribe-events-list .tribe-events-event-image {
	float: right;
	margin-left: 20px;
}

.event-list-page.author {
	padding-top: 20px;
}

.tribe-events-loop .tribe-events-event-meta div div.tribe-event-schedule-details {
	font-weight: bold;
}

.tribe-events-loop .tribe-events-event-meta div div.event-is-recurring {
	margin-bottom: 0;
}

#tribe-events-pg-template .tribe-events-content h3, .tribe-events-after-html h3, .tribe-events-before-html h3 {
	font-size: 22px;
	line-height: 1.7;
}

.tribe-events-event-image+div.tribe-events-content {
	float: none;
}

.type-tribe_events {
	border-bottom: none;
}

/* Modal Dialog */

#fancybox-content {
	width: 420px !important;
}

#fancybox-close {
	right: -50px !important;
}

/* Forms */

.caldera-grid .checkbox input[type=checkbox], .caldera-grid .checkbox-inline input[type=checkbox], .caldera-grid .radio input[type=radio], .caldera-grid .radio-inline input[type=radio] {
	margin-top: 5px;
}

.caldera-grid .checkbox-inline, .caldera-grid .radio-inline {
	font-weight: bold;
}

.caldera-grid label {
	font-size: 16px;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

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

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*Media Query Goodness*/

@media (min-width:768px) {

	.main-menu .navbar {
		margin-bottom: 0;
	}

	.main-menu .navbar-nav>li>a {
	    font-size: 16px;
	    padding: 15px 5px;
	}
	
	.menu-item-has-children:hover .dropdown-menu {
		display: block;
	}
	
	.menu-main-menu-container {
		text-align: left;
	}
	
	.dropdown-menu {
		width: auto;
		background-color: #3b73b8;
		border-top:none;
	}
	
	.dropdown-menu>li>a {
	    padding: 7px 20px;
	    font-size: 18px;
		color: white;
		text-transform: none;
    }
    
    .dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus, .dropdown-menu>.active>a {
    	background-color: #ea7f1e;
    	color: #fff;
    }
    
    .dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
    	background-color: #ea7f1e;
    }
	
	.testimonials-carousel .col-sm-1 {
		display: block;
	}
	
	.footer-contact {
		text-align: left;
	}

}

@media (min-width:992px) {
	
	.main-menu .navbar-nav>li>a {
	    font-size: 20px;
	    padding: 13px 10px;
	}
	
	.community-event h3 {
		display: table-cell;
    	vertical-align: middle;
    	padding-bottom: 25px;
	}
	
	.acklogos li {
		display: inline-block;
		margin-right: 1%;
	}
	
	.jssa-office-container {
		border-right: 2px solid #3f3f3f;
	}
	
	.bottom-menu {
		text-align: left;
	}
	
	.bottom-row .navbar-nav li a {
		padding-right: 5px;
		padding-left: 0;
	}
	
	.bottom-row .navbar-nav li a:after {
		content: " |";
	}
	
	.bottom-row .navbar-nav li:last-child a:after {
		display: none;
	}
	
	.sidebar {
		float: left;
	}
	
	.location-info {
		border-right: 2px solid #ececec;
	}

}


@media (min-width:1200px){

	.main-menu .navbar-nav>li>a {
	    padding: 18px 21px;
	    font-size: 21px;
	}
	
	.acklogos li {
		margin-right: 2%;
	}

}
