body {
	font: 400 18px/1.65em "museo-sans", Times, serif;
  background-color: #f1f1f1;
  color: #39393b;
}

h1,
h2,
h3,
h4,
.btn {
	font-family: "fatfrank", sans-serif;
	font-weight: 900;
  -webkit-font-smoothing: antialiased;
}

h5,
h6,
.nav>li>a {
	font-family: "museo-sans", Times, serif;
	font-weight: 700;
}

a {
  color: #0a55a4;
  transition: all 0.3s ease-in-out;
}

/* ------- Header ------- */

header {
	padding-bottom: 15px;
	background: #fff;
}

#masthead {
	border-bottom: 4px solid #88c541;
}

.navbar {
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  min-height: 1px;
}

.navbar-header {
	margin: 5px 0;
	width: 100%;
	float: none;
}

.header-logo {
	max-width: 200px;
	height: auto;
	display: block;
	margin: 0 auto;
}

.navbar-brand {
	float: none;
	padding-top: 0;
	padding-bottom: 0;
}

.navbar-nav {
  margin: 10px 0 0 0;
}

.nav>li>a,
.nav>li.active>a {
	text-transform: uppercase;
	color: #11bfb0;
	font-weight: 600;
	font-size: 14px;
}
.nav>li:hover>a,
.nav>li:focus>a {
	background-color: #11bfb0;
	color: #ffffff;
}

@media (min-width: 992px) {
	.nav>li>a {
		font-size: 16px;
	}
}

.nav>li.action>a,
.nav>li.donate>a {
  color: #ffffff;
}

@media (min-width: 768px) {
	.nav>li.action>a,
	.nav>li.donate>a {
	  width: auto;
	  text-align: center;
	}
}

.nav>li.donate>a {
	background-color: #ee305d;
}

.nav>li.action>a {
  background-color: #11bfb0;
}

.nav>li.donate>a:hover,
.nav>li.donate>a:focus {
  background: #f2564d;
  color: #ffffff;
}

.nav li.social>a {
	font-size: 0px !important;
	padding-bottom: 8px;
	font-weight: 400;
}

/* Changes Bootstrap navbar collapse breakpoint */
@media (max-width: 991px) {
  .navbar-header {
    float: none;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-collapse.collapse {
    display: none!important;
  }
  .navbar-nav {
    float: none!important;
    margin: 0 -15px;
  }
  .navbar-nav>li {
    float: none;
  }
  .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar-text {
    float: none;
    margin: 15px 0;
  }
  /* since 3.1.0 */
  .navbar-collapse.collapse.in {
    display: block!important;
  }
  .collapsing {
    overflow: hidden!important;
  }
}

/* ------- Main ------- */

#main {
	background-color: #1257a1;
background-image: -webkit-gradient(linear, left center, right center, from(rgb(18, 87, 161)), to(rgb(10, 54, 99)));
background-image: -webkit-linear-gradient(left, rgb(18, 87, 161), rgb(10, 54, 99));
background-image: -moz-linear-gradient(left, rgb(18, 87, 161), rgb(10, 54, 99));
background-image: -o-linear-gradient(left, rgb(18, 87, 161), rgb(10, 54, 99));
background-image: -ms-linear-gradient(left, rgb(18, 87, 161), rgb(10, 54, 99));
background-image: linear-gradient(left, rgb(18, 87, 161), rgb(10, 54, 99));
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,StartColorStr='#1257a1', EndColorStr='#0a3663');

	color: #fff;
}

#main a {
	color: #fff;
	text-decoration: underline;
}

/* ------- Footer ------- */
#footer {
  padding: 25px 0;
  background-color: #f1f1f1;
}
#footer ul { margin: 20px; }
#footer li a { color: #364350; text-transform: uppercase; }
#footer li.donate a { color: #D12A2F; }
#footer li.action a { color: #11bfb0; }
#footer .list-social li { margin: 5px; }
#footer .list-social a { color: #11bfb0; }

#footer .social.facebook>a:hover,
#footer .social.facebook>a:focus,
#footer .social.twitter>a:hover,
#footer .social.twitter>a:focus {
  background-color: transparent;
  text-decoration: none;
  color: #39393b
}

.footer-logo {
  max-width: 280px;
  height: auto;
  display: block;
  margin: 25px auto;
}

/* ------- Buttons ------- */

.btn {
  text-transform: uppercase;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
  border-radius: 0;
  text-decoration: none !important;
  font-size: 18px;
}

.btn-lg {
  font-size: 24px;
}

.btn-sm {
  font-size: 16px;
}

.btn-xs {
  font-size: 14px;
}

#event-form .btn {
  font-size: 21px;
}

.btn-default {
  background-color: #0a55a4;
  border-color: #0a55a4;
  color: #fff;
}

.btn-default:hover,
.btn-default:focus {
  background-color: #0f65b4;
  border-color: #0f65b4;
  color: #fff;
}

.btn-facebook {
  background: #3b5998;
  border-color: #324a80;
  color: #fff!important;
  text-shadow: none;
}

.btn-facebook:hover {
  background: #5774b3;
  border-color: #3b5998;
  color: #fff!important;
  text-shadow: none;
}

.btn-twitter {
  background: #4099FF;
  border-color: #398ae5;
  color: #fff!important;
  text-shadow: none;
}

.btn-twitter:hover {
  background: #66adff;
  border-color: #4099FF;
  color: #fff!important;
  text-shadow: none;
}

/* ------- Misc ------- */

img.alignleft,
img.alignright,
img.aligncenter {
  clear: both;
  display: block;
  margin: 10px auto;
}

@media (min-width: 768px) {
  img.alignleft {
    display: inline;
    float: left;
    margin: 0 15px 10px 0;
  }
  img.alignright {
    display: inline;
    float: right;
    margin: 0 0 10px 15px;
  }
}

.form-control {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
  border-radius: 0;
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  background-color: #39393b;
}

.social>a {
  font-size: 0px !important;
  padding-bottom: 8px;
  font-weight: 400;
}

.social a:before {
  font-family: FontAwesome;
  font-size: 20px;
  display: inline-block;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

.social.facebook>a:hover,
.social.facebook>a:focus {
  background: #3b5998;
  color: #fff;
}

.social.twitter>a:hover,
.social.twitter>a:focus {
  background: #4099FF;
  color: #fff;
}

.facebook a:before {
  content: '\f230';
}

.twitter a:before {
  content: '\f099';
}

.youtube a:before {
  content: '\f16a';
}

.instagram a:before {
  content: '\f16d';
}

/* --------------     --------------
	 -------------- BSD --------------
	 --------------			-------------- */
	 						 
@media (max-width: 767px) {	
  .bsd.bgimage .content {
    background: #fff;
    width: 100%;
    max-width: 480px;
    padding: 10px 20px;
    margin: 0 auto;
  }
	
	#signup .checkbox,
	#signup .radiobutton,
	#signup .label,
	#signup .text,
	#signup .form-control {
		margin: 0!important;
		max-width: 100%!important;
	}
	
	#footer-logo {
		margin-top: 25px;
	}
}

.bsd #main {
  background-position: center center;
  background-repeat: no-repeat;
   -moz-background-size: cover;
   -o-background-size: cover;
   -webkit-background-size: cover;
  background-size: cover;
  padding: 0 0 25px 0;
}
@media (min-width: 768px) {
	.bsd #main {
		padding: 25px 0 50px 0;
	}
}

.bsd #signupheader {
	width: 100%;
	display: block;
  float: none;
  margin-right: 0%;
}

.bsd #signupheader>h1,
.bsd #signupheader>h2 {
	margin-top: 0;
}

.bsd form#signup {
	width: 100%;
	max-width: 400px;
	display: block;
	float: none;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}
.bsd.fullwidth #signup {
  max-width: none;
}

.bsd.bgimage #signup {
  margin-top: -30px;
}

.bsd.bgimage .content {
  background: #fdfdfd;
  width: 100%;
  max-width: 480px;
  padding: 20px;
  margin: 25px auto;
}

@media (min-width: 768px) {
  .bsd.bgimage .content {
    margin: 50px auto;
  }
}  

@media (min-width: 768px) {
  .bsd.bgimage.form-left .content {
    margin: 50px auto 50px 0;
  }
  .bsd.bgimage.form-right .content {
    margin: 50px 0 50px auto;
  }
}

.bsd #signupheader {
	margin-top: 25px;
}

.bsd #signupheader img {
  margin-bottom: 15px;
}

.bsd #signup {
  margin-top: 15px;
	padding: 7px 15px;
	background: #88c541;
}

.bsd.fullwidth #signup,
.bsd.fullwidth #signupheader {
  width: 100%;
  max-width: 800px;
  float: none;
  background: none;
  border: none;
  margin: 0 auto;
}

.bsd.fullwidth table {
  width: 100%;
  max-width: 1200px!important;
}

@media (min-width: 768px) {
	
	.bsd.standard #signupheader {
		width: 58.5%;
	  float: left;
	  margin-top: 0;
	  margin-right: 1.5%;
	}

	.bsd.standard form#signup {
		width: 40%;
		max-width: 400px;
		float: right;
	  margin-top: -25px;
	  margin-bottom: 25px;
	}

}

.bsd #signupfooter {
	clear: both;
	display: block;
}

.bsd #signup .label {
	margin-left: 0!important;
	padding-left: 0!important;
	white-space: normal!important;
	text-align: left;
	line-height: 1.5;
}

.bsd #signup .form-control {
	max-width: 100%;
	white-space: normal;
}

.bsd #signup textarea.form-control {
	margin-bottom: 20px;
}

.bsd #signup .label label {
	color: #fff;
	font-size: 14px;
	font-family: "museo-sans", sans-serif;
	white-space: normal!important;
}

.bsd #bsd-field-zip {
	max-width: 150px;
}

.bsd #bsd-field-submit-btn>.label {
	display: none;
}

.bsd #bsd-field-submit-btn>.input {
	margin-top: 5px;
}

.bsd #signup .submit {
	margin-top: 5px;
}

.bsd .btn {
	-webkit-font-smoothing: antialiased;
}

.bsd .checkbox,
.bsd .radio,
.bsd #signup .input label {
	display: inline;
}

/* ------- Events ------- */

#SKIN #eventsearch #event_map {
	display: none !important;
}

#SKIN #account_actions #login_status {
	display: block;
	text-align: left;
}
@media (min-width: 768px) {
	#SKIN #account_actions #login_status {
		text-align: right;
	 }
}

#SKIN #account_actions #login_status .delimiter {
	display: none;
}

#SKIN #eventcreate .firstform tr {
	margin-bottom: 15px;
}

#SKIN #eventcreate .firstform th {
	width: 45%;
	padding: 0;
	text-align: right;
}

#SKIN #eventcreate .firstform th:first-of-type {
	margin-right: 5%;
}

input[name="venue_zip"].form-control {
	max-width: 150px;
	margin-bottom: 15px;
}

.bsd-event select[multiple],
.bsd-event select[size] {
	height: 34px;
}

.label {
	font-size: 100%;
	padding: 0 !important;
}

.bsd-when .form-control {
	max-width: 48%;
	margin-right: 1%;
	float: left;
	margin-bottom: 10px;
}

@media (min-width: 768px) {
	.bsd-when .form-control {
		max-width: 125px;
		margin-right: 5px;
	}	
}

.bsd-when select.form-control[name="start_tz"] {
	max-width: 250px;
	margin: 0 0 10px 0;
}

.bsd-event input[type="checkbox"],
.bsd-event input[type="radio"] {
	margin-right: 4px;
}

@media (max-width: 767px) {
	.bsd-event#SKIN #eventcreate td {
		width: 100% !important;
		display: block !important;
		text-align: left !important;
	}
	
	#SKIN .form_label {
		font-size: 14px !important;
	}
	
	#cke_description {
		width: 100% !important;
		max-width: 100% !important;
		margin: 0 !important;
		padding: 0 !important;
	}
	
	#cke_description td {
		margin: 0 !important;
		padding: 0 !important;
	}
}

.cke_skin_bsd .cke_wrapper {
	background: transparent !important;
}

#cke_description * {
	white-space: normal !important;
}

span.cke_skin_bsd {
		-webkit-border-radius: 0 !important;
		-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	padding: 0 !important;
}

#SKIN .form_label {
	word-wrap: normal !important;
	white-space: normal !important;
	margin-top: 12px;
	margin-right: 6px;
	padding: 0 !important;
	text-align: left !important;
}

table#use_reminder_email {
	margin-left: 0 !important;
}

/* --- Donation Pages --- */

#contribution {
	display: block;
	margin: 0 auto;
  width: 100%;
  max-width: 400px;
	padding: 7px 15px;
	background: #fafafa;
	border: 1px solid #dadada;
}

#bsd-contribution-header-contributor {
	display: none;
}

/* Layout */
@media (min-width: 992px) {
	.bsd-contribForm-oneCol .bsd-contribForm-aboveContent {
	  float:left!important;
	  width: 56%!important;
	}

	.bsd-contribForm-oneCol form#contribution {
	  float:right;
	  width: 40%;
	}
}

.bsd-contribForm-oneCol .bsd-contribForm-belowContent {
	clear: both;
	padding: 25px 0;
}

#contribution table.amounts td {
	vertical-align: top !important;
}

#credit_card-creditCardTypeSelector {
  position: relative;
  top: -20px;
  margin-bottom: -20px;
}

ul#credit_card-creditCardTypeRadioList {
	width: 250px!important;
}

input#credit_card-creditCardNumberTextBox {
	position: relative;
	top: 5px;
	left: 0;
}

.legal_confirm_checkbox {
	float: left;
  width: 13px;
  top: 6px;
}

#contribution label[for="legal_confirm"] {
  float: left;
  width: calc(100% - 30px);
  font-size: 14px;
}

#contribution label[for="legal_confirm"] ol>li {
	margin-bottom: 12px;
  font-size: 12px;
  line-height: 1.75;
}

/* ------- Events Search Results Page ------- */

#event_results .datebox {
	width: auto !important;
	padding: 4px 6px !important;
}

#event_results .event h3.title {
	margin: 0 0 4px 0 !important;
}

#event_results .event h3.title a {
	font-size: 28px !important;
	font-weight: 400 !important;
}

#event_results .event_footer .links .detail_button a {
	background-color: #641f5f !important;
	border-color: #641f5f !important;
  color: #fff !important;
}

#event_results .event_footer .links .detail_button a:hover,
#event_results .event_footer .links .detail_button a:focus {
	text-decoration: none;
  color: #fff !important;
  background-color: #843f7f !important;
  border-color: #843f7f !important;
}

#event_results .event_footer .links .rsvp_button a {
	background-color: #005cb9 !important;
	border-color: #005cb9 !important;
  color: #fff !important;
}

#event_results .event_footer .links .rsvp_button a:hover
#event_results .event_footer .links .rsvp_button a:focus {
	text-decoration: none;
  color: #fff !important;
  background-color: #006cc9 !important;
  border-color: #006cc9 !important;
}

/* ------- Event Detail Pages ------- */

@media (min-width: 768px) {
	.bsd-page .ui-widget-content {
		width: 50%;
		float: left;
		padding: 10px;
	}
}

.bsd-page.bsd-event-details .ui-widget-header {
	display: none !important;
}

@media (min-width: 768px) {
	.bsd.standard .bsd-event-details #signup {
		max-width: none;
		width: 100%;
	}
}

#SKIN #event_rsvp #signupform th.form_label {
	width: 40%;
	font-size: 14px;
}

#event_rsvp br {
	display: none !important;
}

#SKIN table table {
	margin-bottom: 0 !important;
}