@charset "utf-8";
/* Project : Bright Steps Forward v.2
*  Author  : PL
*  History : 2016-03-31 Version 1.0
*
*  Subject : Common styles
*
* Colorset
* --------
* Very Dark grey....... #303030 (background header + texts)
* Regular Blue......... #426ead (links off)
* Bright Red........... #e00915 (links on)
* Light Green.......... #9abe41 (background footer)
*
*/
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css);
@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,400italic,500,500italic,600,700,800|Fontdiner+Swanky);

html, body { height: 100%; }

body {
	font-family: Raleway, sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	line-height: 1.5em;
	background-color: #3c3e3d;
}
a {
	color: #426ead;
	text-decoration: none;
}
a:hover,
a:focus {
	color: #e00915;
	text-decoration: none;
}

.fb-follow {
	position: absolute !important;
	left: 85px !important;
	top: 50px !important;
	z-index: 1000 !important;
	border-radius: 3px;
	box-shadow: 0px 1px 6px 2px rgba(0,0,0,.3);
}

.root {
	margin: 0 auto;
	max-width: 1680px;
	min-height: 100%;
	background-color: #9abe41;
	position: relative;
}
.content {
	position: relative;
	color: #303030;
	background-color: #fff;
	min-height: 240px;
	padding-top: 75px;
	padding-bottom: 15px;
}

/***** Page header *****/
header {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 100;
}
header .logo {
	position: absolute;
	top: 0px;
	left: 5px;
}
header .brand {
	position: absolute;
	top: 0;
	left: 80px;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 60px;
}
header .brand a {
	color: #fff;
}
header .brand a:hover, 
header .brand a:focus {
	color: #9abe41;
}

/***** Navigation *****/
.navbar {
	border: none;
	border-radius: 0;
	height: 60px;
	padding: 0;
	margin: 0 auto;
	background-color: #000;
	z-index: 2;
	box-shadow: 0px 1px 6px 2px rgba(0,0,0,.3);
	max-width: 1680px;
}
.navbar-collapse {
  border-top: none;
}
.navbar-inverse .navbar-toggle {
	border-color: #555;
	margin-top: 12px;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #404040;
}

.navbar-inverse .navbar-nav {
	background-color: #000;
	margin-top: 0px;
	padding-top: 18px;
}
.navbar-inverse .navbar-nav > li > a {
	color: #fff;
	background-color: #404040;
}
.navbar-inverse .navbar-nav > li > a:hover, 
.navbar-inverse .navbar-nav > li > a:focus {
	color: #fff;
	background-color: #0066a8;
}
.navbar-inverse .navbar-nav > .active > a {
	color: #808080;
	background-color: #404040;
}
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
	color: #fff;
	background-color: #0066a8;
}

.navbar-inverse .navbar-nav > .special > a {
	color: #fff;
	background-color: #404040;
}
.navbar-inverse .navbar-nav > .special > a:hover,
.navbar-inverse .navbar-nav > .special > a:focus {
	color: #fff;
	background-color: #0066a8;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
	color: #fff;
	background-color: #555;
}
.navbar-inverse .navbar-nav .open .dropdown-menu {
	font-size: 14px;
	color: #fff;
	padding: 0;
	margin: 0;
	margin-top: -5px;
	background-color: #303030;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
	color: #fff;
	font-weight: 500;
	background-color: #303030;
	padding-top: 10px;
	padding-bottom: 10px;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
	color: #fff;
	background-color: #0066a8;
}

.dropdown-menu .divider {
	margin: 4px 10px;
	border-bottom: 1px solid #555;
}
.dropdown-menu .heading {
	margin: 5px 20px 0 20px;
	font-size: 12px;
	color: #969696;
}

/***** Page footer *****/
footer {
	background-color: #9abe41;
	min-height: 120px;
	max-width: 1680px;
	padding-top: 5px;
	padding-bottom: 20px;
	margin: 0 auto;
}
footer .copyright {
	text-align: center;
	font-size: 13px;
	font-weight: 400;
	color: #fff;
	line-height: 1.4em;
}
footer .copyright a {
	color: #fff;
}
footer .copyright a:hover, 
footer .copyright a:focus {
	color: #303030;
}
footer .social {
	font-size: 13px;
	font-weight: 400;
	color: #fff;
	text-align: center;
}
footer .social img {
	width: 42px;
}
footer .legal {
	text-align: left;
	font-size: 12px;
	font-weight: 400;
	color: #fff;
	line-height: 1.2em;
	margin-top: 10px;
}
footer .legal a {
	color: #fff;
}
footer .legal a:hover, 
footer .legal a:focus {
	color: #303030;
}

footer h4 {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	text-align: left;
	letter-spacing: 0.065em;
}
footer .contact p {
	font-size: 14px;
	line-height: 1em;
	color: #303030;
}
footer .contact blockquote {
	border-left: 4px solid #fff;
	padding: 3px 20px;
}
footer .contact a {
	color: #000;
}
footer .contact a:hover, 
footer .contact a:focus {
	color: #fff;
}

footer .partners {
	text-align: center;
}
footer .partners .partner {
	max-width: 240px;
	padding: 15px 15px;
}
footer .partners a {
	display: inline-block;
	zoom: 1;
   *display: inline;
	vertical-align: middle;
	outline: none;
}
footer .partners a:hover {
	
}
footer .partners .link {
	text-align: right;
	font-size: 11px;
	text-transform: uppercase;
}
footer .partners .link a {
	display: inline;
	height: auto;
	border: none;
	color: #fff;
}
footer .partners .link a:hover, 
footer .partners .link a:focus {
	border: none;
	color: #303030;
}
footer #amznCharityBanner {
	margin: auto;
	width: 310px;
	margin-top: 0px;
}
footer #dd-container {
	margin: auto;
	max-width: 340px;
	margin-top: 30px;
	color: #303030;
}

.wrapper-grey {
	color: #303030;
	background-color: #efefef;
}
.wrapper-white {
	color: #303030;
	background-color: #fff;
}

.subscribeform, 
.donate {
	padding: 5px 40px;
}
.donate .icon {
	float: left;
	margin-right: 15px;
	margin-top: 5px;
}
.subscribeform p, 
.donate p {
	font-size: 14px;
	color: #303030;
	line-height: 1.6em;
}
.subscribeform h4, 
.donate h4 {
	font-size: 16px;
	font-weight: 600;
	color: #afafaf;
	text-transform: uppercase;
	text-align: left;
	letter-spacing: 0.065em;
}
.subscribeform .form-group {
	margin-bottom: 6px;
}
.subscribeform .control-label {
	padding-right: 0;
}
.subscribeform .form-group .col-sm-9 {
	padding-left: 5px;
}

/***** General formatting *****/
h1 {
	font-size: 36px;
	font-weight: 300;
	text-transform: uppercase;
	margin-top: 15px;
	margin-bottom: 15px;
}
h2 {
	font-size: 30px;
	margin-top: 12px;
	margin-bottom: 12px;
}
h3 {
	font-size: 24px;
	margin-top: 8px;
	margin-bottom: 8px;
}
h4 {
	font-size: 20px;
	margin-top: 6px;
	margin-bottom: 6px;
}

.fancy {
	font-family: "Fontdiner Swanky", sans-serif;
	font-size: 115%;
	font-weight: 400;
	text-transform: none;
}
.smalltext {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4em;
}
.tinytitle {
	font-size: 11px;
	font-weight: 300;
	line-height: 1.4em;
	text-transform: uppercase;
	letter-spacing: 0.025em;
	margin-bottom: 0;
	color: #afafaf;
}
.negativespace {
	padding-left: 20px;
	padding-right: 20px;
}
.back-button {
	background: none;
	margin: 0;
	position: fixed;
	bottom: 60px;
	right: 5px;
	width: 60px;
	height: 60px;
	z-index: 100000;
	text-decoration: none;
	color: rgba(0,0,0,.6);
	display: inline;
}
.back-button:hover, 
.back-button:focus {
	color: rgba(0,0,0,.9);
}
.back-button .fa {
	font-size: 60px;
}

.img-left {
	float: left;
	margin-right: 10px;
	margin-top: 5px;
}
.img-right {
	float: right;
	margin-left: 10px;
	margin-top: 5px;
}
.img-center {
    text-align: center;
}
.img-shadow {
	box-shadow: 0px 1px 4px 1px rgba(0,0,0,.3);
}

.hiddenonmobile { display: none; }

.rotate-neg {
	-webkit-transform: rotate(-2deg);
	-ms-transform: rotate(-2deg);
	transform: rotate(-2deg);
}
.rotate-pos {
	-webkit-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
}
a .photo {
	max-width: 100%;
	border: 1px solid #fff;
	box-shadow: 0px 1px 4px 1px rgba(0,0,0,.3);
}
a .photo:hover {
	box-shadow: 0px 1px 5px 1px rgba(0,0,0,.6);
}

.edito .link {
	font-size: 14px;
	font-weight: 500;
	font-style: normal;
}
.edito .link .fa {
	font-size: 18px;
	color: #303030;
}
.edito .icon {
	float: left;
	margin-right: 10px;
	margin-top: 5px;
	max-width: 72px;
}
.edito .separator {
	padding-top: 6px;
	margin-bottom: 4px;
	border-bottom: 1px solid #dfdfdf;
}
.edito .signature {
	color: #9abe41;
}
.edito .imgleft {
	float: none;
	margin: 10px auto;
	max-width: 100%;
}
.edito .imgright {
	float: none;
	margin: 10px auto;
	max-width: 100%;
}
.quote {
	background: transparent url(../images/quote.png) no-repeat left top;
	padding-left: 30px;
	font-size: 18px;
	font-style: italic;
	font-weight: 400;
	color: #303030;
	line-height: 1.8em;
	text-align: left;
}

.edito .illustration {
	text-align: center;
	margin-bottom: 10px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
}
.edito .illustration .legend {
	position: absolute;
	bottom: 12px;
	left: 0px;
	right: 0px;
	padding: 6px 12px 0 12px;
	font-size: 12px;
	color: #afafaf;
	line-height: 1.4em;
	background-color: #fff;
}
.edito .illustration img {
	max-width: 100%;
	border: 12px solid #fff;
	box-shadow: 0px 1px 4px 1px rgba(0,0,0,.3);
}

.edito .partners {
	border-left: 20px solid #9abe41;
	padding-left: 20px;
}
.edito .partners .partner {
	margin-bottom: 30px;
}
.edito .partners .partner .logo {
	float: none;
	margin-top: 5px;
	width: auto;
}
.edito .partners .partner .logo img {
	max-width: 200px;
}
.edito .partners .partner .presentation {
	margin-left: 0;
}
.edito .partners .partner .summary {
	font-size: 13px;
	line-height: 1.5em;
}

/***** Events & Sponsoring *****/
.event .photo {
	display: block;
	max-width: 100%;
	margin: 15px auto 0 auto;
	box-shadow: 0px 1px 6px 2px rgba(0,0,0,.3);
}
.event .pitch {
	font-size: 14px;
	font-weight: 300;
	line-height: 1.6em;
	text-align: justify;
	margin-top: 20px;
	display: block;
}
.event .imgpitch {
	display: none;
}
.event .block {
	text-align: left;
}
.event .block h2 {
	font-size: 42px;
	font-weight: 300;
	color: #afafaf;
	text-transform: uppercase;
}
.event .block h2 .fa {
	color: #303030;
}
.event .block h2 .fa-calendar-o {
	font-size: 36px;
}
.event .block p {
	font-size: 18px;
	font-weight: 300;
	color: #303030;
	line-height: 1.2em;
}
.event .table {
	margin-bottom: 5px;
}
.event .table td {
	width: 33%;
	text-align: center;
}
.event .table thead {
	font-size: 11px;
	text-transform: uppercase;
}
.event .table thead td {
	border-bottom: none;
}
.event .table tbody {
	font-size: 30px;
	font-weight: 600;
}
.event .table tfoot {
	font-size: 11px;
	font-weight: 300;
	color: #0066a8;
}
.event .buy-check {
	font-size: 13px;
	margin-top: 15px;
}
.event .buy-check .fa {
	font-size: 20px;
	vertical-align: bottom;
}

.event .buy-tickets {
	overflow: hidden;
}
.event .buy-tickets .fa {
	font-size: 20px;
	vertical-align: bottom;
}
.event .buy-tickets .buy-online {
	width: 100%;
	float: none;
	font-size: 13px;
}
.event .buy-tickets .buy-phone {
	margin-left: 0;
	font-size: 13px;
}
.event .buy-tickets .buy-online p, 
.event .buy-tickets .buy-phone p, 
.event .buy-check p {
	font-size: 12px;
	font-style: normal;
	color: #afafaf;
}
.event .buy-tickets .buy-phone .phone {
	font-size: 18px;
	font-weight: 400;
	margin-left: 0px;
	border-radius: 3px;
	padding: 0px 6px;
}
.event .buy-tickets .buy-phone .phone a:hover, 
.event .buy-tickets .buy-phone .phone a:focus {
	border-radius: 3px;
	padding: 0px 6px;
	background-color: #EDB5B6;
}
.event .buy-tickets .buy-online .btn {
	font-style: normal;
	font-weight: 600;
	padding-left: 30px;
	padding-right: 30px;
}
.event .link {
	font-size: 14px;
	font-weight: 500;
	font-style: normal;
}
.event .link .fa {
	font-size: 18px;
	color: #303030;
}

/*.event {
	max-width: 1120px;
	margin: 0 auto;
}*/
.event .well {
	max-width: 720px;
	background-color: #ecede5;
	border-color: #d5d6d0;
	border: none;
}
.event-photo {
	max-width: 480px;
	margin: 10px 10px;
	position: relative;
	display: block;
	border: 15px solid #fff;
	box-shadow: 0px 1px 4px 1px rgba(0,0,0,.3);
	text-align: center;
}
.event-legend {
	position: absolute;
	bottom: -6px;
	left: 0px;
	right: 0px;
	padding: 6px 0px 0 0px;
	font-size: 12px;
	color: #303030;
	line-height: 1.3em;
	background-color: #fff;
	text-align: left;
}
.event-photo img {
	max-width: 100%;
	padding-bottom: 15px;
}

.event-photo-clean {
	max-width: 49%;
	margin: 1px 1px;
	position: relative;
	display: block;
	text-align: center;
}
.event-photo-clean img {
	max-width: 100%;
}
@media (min-width: 480px) {
	.event-photo-clean {
		max-width: 32%;
	}
}
@media (min-width: 1200px) {
	.event-photo-clean {
		max-width: 300px;
	}
}

.sponsoring {
	font-size: 14px;
	line-height: 1.5em;
}
.sponsoring h3 {
	color: #303030;
	font-family: "Open Sans", sans-serif;
	font-size: 24px;
	font-weight: 700;
	text-transform: none;
	margin: 5px 0;
}
.sponsoring .amount {
	text-align: left;
	color: #e74c3c;
}
.sponsoring .fa-star {
	color: #f1c40f;
}
.sponsoring .fa-ticket, 
.sponsoring .fa-bullhorn, 
.sponsoring .fa-file-pdf-o {
	color: #303030; /*#afafaf;*/
}
.sponsoring .fa-ticket { font-size: 30px; }
.sponsoring .item {
	padding: 10px 50px;
}
.sponsoring ul {
	margin-left: -10px;
}
.sponsoring ul li {
	list-style-type: disc;
	color: #0066a8;
}
.sponsoring ul li span {
	color: #303030;
}

.sponsoring .link {
	float: right;
	font-size: 14px;
	font-weight: 600;
	line-height: 24px;
}
.sponsoring .link .fa { font-size: 18px; color: #303030; }

.sponsoring .pdf {
	margin-left: 25px;
}
.sponsoring .pdf .fa-file-pdf-o {
	color: #303030;
	font-size: 16px;
	font-weight: 400;
}

.sponsors {
	overflow: hidden;
	text-align: center;
}
.sponsors .sponsor {
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	text-align: center;
	width: 232px;
	height: 232px;
	margin: 8px;
	border: 0px solid #dedede;
}
.sponsors .sponsor h3 {
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	color: #999;
}
.sponsors .sponsor img {
	text-align: center;
	max-width: 90%;
	max-height: 70%;
}

/***** Homepage *****/
.home {
	width: 100%;
}
.home .hero {
	position: relative;
	width: 100%;
	padding-top: 60%;
	margin-top: -5%;
	background: #000 url(../images/bg480.jpg) no-repeat left top;
	-webkit-background-size: 100%;
	   -moz-background-size: 100%;
	     -o-background-size: 100%;
	        background-size: 100%;
}
.home .hero h1 {
	position: absolute;
	bottom: 15px;
	left: 15px;
	margin: 0;
	color: #fff;
	text-transform: none;
	font-size: 20px;
	font-weight: 200;
}
.home .intro {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.8em;
	background-color: #ecede5;
	padding: 15px 30px;
}
.home .intro .ghost-button {
	display: inline-block;
	margin: 0px auto;
	padding: 1px 20px;
	border: 1px solid #9b9b9b;
	color: #636363;
	text-align: center;
	font-size: 11px;
	font-weight: 500;
	text-transform: uppercase;
}
.home .intro .ghost-button:hover, 
.home .intro .ghost-button:focus {
	background-color: rgba(255,255,255,.8);
}

.home-edito h2 {
	font-size: 24px;
	font-weight: 500;
	text-transform: uppercase;
	margin: 5px 0;
}
.home-edito .how-to-help {
	margin-top: -20px;
	margin-left: -20px;
}
.home-edito .you-missed-it {
	margin-left: -10px;
	margin-bottom: -25px;
}
.home-edito .link {
	font-size: 14px;
	font-weight: 500;
}
.home-edito .link .fa, 
.home-edito .item .link .fa {
	float: none;
	width: auto;
	font-size: 18px;
	color: #303030;
	text-align: left;
	cursor: auto;
}
.home-edito .item {
	overflow: hidden;
	margin-bottom: 15px;
}
.home-edito .item .fa {
	float: left;
	width: 30px;
	font-size: 36px;
	text-align: center;
	cursor: pointer;
}
.home-edito .item .fa-calendar-o {
	font-size: 30px;
}
.home-edito .item .value {
	margin-left: 40px;
}
.home-edito .item h3 {
	font-size: 16px;
	font-weight: 500;
	margin: 0 0 5px 0;
}
.home-edito .item p {
	font-size: 14px;
	font-weight: 300;
	margin: 0;
	line-height: 1.3em;
}
.home-edito .home-section {
	margin-bottom: 20px;
}
.home-edito .home-section .fa-star {
	color: #f1c40f;
}
.home-edito .home-section .photo {
	max-width: 100%;
	border: 1px solid #fff;
	box-shadow: 0px 1px 4px 1px rgba(0,0,0,.3);
}
.home-edito .home-section .wishlist {
	max-width: 200px;
}
.home-edito .home-section .p1 {
	width: 100%;
	max-width: 320px;
	float: none;
	margin-bottom: 20px;
}
.home-edito .home-section .p2 {
	margin-left: 0;
}
@media (min-width: 580px) {
	.home-edito .home-section .p1 {
		width: 260px;
		float: left;
	}
	.home-edito .home-section .p2 {
		margin-left: 280px;
	}
}
@media (min-width: 768px) {
	.home-edito .home-section .p1 {
		width: 100%;
		float: none;
	}
	.home-edito .home-section .p2 {
		margin-left: 0px;
	}
}
@media (min-width: 1100px) {
	.home-edito .home-section .p1 {
		width: 260px;
		float: left;
	}
	.home-edito .home-section .p2 {
		margin-left: 280px;
	}
}
@media (min-width: 1300px) {
	.home-edito .home-section .p1 {
		width: 300px;
	}
	.home-edito .home-section .p2 {
		margin-left: 320px;
	}
}

.social-event {
	color: #303030;
	line-height: 1.2em;
	padding: 0 5px 0 0;
	margin-bottom: 15px;
}
.social-event .date {
	float: left;
	width: 55px;
}
.social-event .date .day {
	font-size: 50px;
	font-weight: 700;
	color: #e74c3c;
	letter-spacing: -0.036em;
	margin-bottom: 15px;
}
.social-event .date .month {
	font-size: 16px;
	font-weight: 400;
	color: #727272;
}
.social-event .event {
	margin-left: 60px;
}
.social-event .event .place {
	font-size: 18px;
	font-weight: 600;
}
.social-event .event .subtitle {
	font-size: 10px;
	font-weight: 400;
	text-transform: uppercase;
}
.social-event .event .adr {
	font-size: 13px;
	font-weight: 400;
}
.social-event .link {
	font-size: 14px;
	font-weight: 500;
	text-align: left;
	line-height: 24px;
	margin-top: 5px;
}
.social-event .fa {
	font-size: 20px;
	color: #303030;
}

/***** Spons'a-kid program *****/
.sponsakid {
	max-width: 1120px;
	margin: 0 auto;
}
.sponsakid .opening {
	background-color: #ecede5;
	padding: 15px 20px;
	margin: 15px 5px;
	font-size: 14px;
	font-weight: 400;
	border-radius: 4px;
}
.sponsakid .opening p {
	text-align: left;
}
.sponsakid .opening a {
	display: block;
	font-size: 20px;
	font-weight: 600;
}
.sponsakid .opening .arrow {
	margin-left: 50px;
	margin-top: -10px;
	margin-bottom: -5px;
	border: none;
	box-shadow: none;
}
.sponsakid .item {
	margin-bottom: 30px;
}
.sponsakid h2 {
	font-size: 32px;
	font-weight: 300;
}
.sponsakid h3 {
	font-size: 26px;
	font-weight: 200;
}
.sponsakid .summary {
	font-size: 13px;
	font-weight: 400;
	line-height: 1.7em;
	overflow: hidden;
}
.sponsakid .summary .btn {
	float: right;
	margin-left: 10px;
	margin-top: 5px;
}
.sponsakid .summary .btn .fa {
	font-size: 20px;
}
.sponsakid .photo {
	text-align: center;
	max-width: 280px;
	margin: -10px auto 10px auto;
	position: relative;
	display: block;
}
.sponsakid .photo .legend {
	position: absolute;
	bottom: 8px;
	left: 0px;
	right: 0px;
	padding: 6px 15px 0 15px;
	font-size: 12px;
	color: #afafaf;
	line-height: 1.3em;
	background-color: #fff;
}
.sponsakid .photo img {
	max-width: 100%;
	border: 15px solid #fff;
	box-shadow: 0px 1px 4px 1px rgba(0,0,0,.3);
}
.sponsakid .gallery .photo {
	max-width: 320px;
	margin: 10px 10px;
}
.sponsakid .gallery .photo iframe {
	border: 15px solid #fff;
	box-shadow: 0px 1px 4px 1px rgba(0,0,0,.3);
}
.sponsakid .even {
	-webkit-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.sponsakid .odd {
	-webkit-transform: rotate(+3deg);
	-ms-transform: rotate(+3deg);
	transform: rotate(+3deg);
}

.well {
	overflow: hidden;
	-webkit-box-shadow: none;
	        box-shadow: none;
}
.sponsakid .well {
	max-width: 720px;
	background-color: #ecede5;
	border-color: #d5d6d0;
	border: none;
	float: none;
}
.sponsakid .widget {
	float: none;
	margin: 0;
}
.sponsakid .clearfix:after {
	clear: left;
}
.sponsakid .quote {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6em;
	max-width: 720px;
}
.sponsakid .story {
	clear: both;
	padding-top: 20px;
	line-height: 1.8em;
	font-size: 15px;
	font-weight: 500;
	max-width: 720px;
}
.sponsakid h3 {
	margin-top: 30px;
}

/***** Forms *****/
fieldset {
	border: 1px solid #dedede;
	border-radius: 6px;
	padding: 6px 12px;
}
.buttons {
	margin-top: 15px;
}
.centered-buttons {
	text-align: center;
}

.btn {
	font-size: 14px;
	font-weight: 600;
}
.btn-purchase {
	color: #fff;
	background-color: #b7386f;
	border-color: #a33263;
}
.btn-purchase:focus, 
.btn-purchase:hover {
	color: #fff;
	background-color: #a33263;
	border-color: #922d59;
}

.fa-asterisk {
	color: #e74c3c;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
	top: -0.7em;
	padding: 0 1px;
}

.form-group {
	margin-bottom: 8px;
}
form .fa-asterisk, 
.form-group .fa-asterisk {
	font-size: 9px;
}

.control-label {
	line-height: 18px;
	padding-right: 0;
}
.form-control::-moz-placeholder {
	color: #95a5a6;
	font-size: 14px;
	font-weight: 300;
	opacity: 1;
}
.form-control:-ms-input-placeholder {
	color: #95a5a6;
	font-size: 14px;
	font-weight: 300;
}
.form-control::-webkit-input-placeholder {
	color: #95a5a6;
	font-size: 14px;
	font-weight: 300;
}
textarea {
	resize: vertical; /* user can resize vertically, but width is fixed */
	min-height: 100px;
}
.checkbox {
	line-height: 1.3em;
}
.form-help {
	font-size: 13px;
	font-weight: 400;
	color: #95a5a6;
	position: absolute;
	top: 5px;
	left: 180px;
}

#error-message {
	max-width: 360px;
	margin: 15px auto;
	padding: 6px 12px;
	font-size: 15px;
	font-weight: 400;
}
#error-message .err-title {
	font-size: 20px;
	font-weight: 600;
}

.modal {
	z-index: 100001;
}
.modal-body {
	background-color: #f9f9f9;
	overflow: hidden;
}
.modal-header h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: -0.045em;
	text-transform: none;
}
.modal-smiley {
	width: 72px;
	float: left;
	margin-right: 10px;
}

/***** Pager *****/
.pager {
	font-size: 14px;
	font-weight: 500;
}
.pager li > a,
.pager li > span {
  background-color: #5bc0de;
  border: 1px solid #46b8da;
  border-radius: 5px;
  color: #fff;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #31b0d5;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  border: 1px solid #ccc;
  background-color: #dedede;
}

/***** Private section *****/
h1 .fa-lock {
	font-size: 20px;
	vertical-align: top;
	margin-top: 10px;
	color: #303030;
}

.private form, 
.private .treeview {
	background-color: #ecede5;
	border-radius: 6px;
	padding: 10px 18px;
}

.private .cardboard .card {
	display: inline-block;
	zoom: 1;
   *display: inline;
	width: 100%;
	max-width: 280px;
	min-height: 140px;
	margin: 5px;
	padding: 10px 16px;
	background-color: #ecede5;
	border-radius: 4px;
	color: #303030;
	vertical-align: top;
}
.private .cardboard .card:hover {
	background-color: #ad5d98;
	color: #fff;
}
.private .cardboard .card h3 {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2em;
	margin: 0 0 5px 0;
}
.private .cardboard .card p {
	font-size: 12px;
	font-weight: 400;
	line-height: 1.4em;
	margin: 0 0 5px 0;
}

.private .treeview ul {
	list-style-type: none;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4em;
	padding: 0;
}
.private .treeview ul li {
	margin-left: 20px;
	margin-bottom: 3px;
}
.private .treeview ul li .fa {
	color: #303030;
	font-size: 14px;
}
.private .treeview ul li .fa-plus-square-o {
	margin-left: 10px;
}
.private .treeview ul li,
.private .treeview .n1 {
	font-size: 20px;
	line-height: 1.8em;
}
.private .treeview ul li ul li, 
.private .treeview .n2 {
	font-size: 18px;
	line-height: 1.6em;
}
.private .treeview ul li ul li ul li, 
.private .treeview .n3 {
	font-size: 16px;
	line-height: 1.5em;
}
.private .treeview ul li ul li ul li ul li, 
.private .treeview .n4 {
	font-size: 14px;
	line-height: 1.4em;
}
.private .treeview small {
	font-size: 12px;
	font-weight: 400;
	color: #999;
}
.private .treeview .red {
	color: #F06;
}
.private .close {
	margin-top: -10px;
	margin-right: -5px;
}

/***** Blog *****/
.blog a {
	color: #426ead;
	text-decoration: none;
	display: inline-table;
}
.blog a:hover,
.blog a:focus {
	color: #e00915;
}
.blog a:after {
	content: "";
	border-bottom: 2px dotted #426ead;
	display: table-caption;
	caption-side: bottom;
	position: relative;
	margin-top:-0.15em;
}
.blog a:hover:after {
	border-bottom-color: #e00915;
}

.blog .category {
	font-size: 12px;
	font-weight: 400;
	color: #ec008c;
	line-height: 1.2em;
	text-transform: uppercase;
	margin: 0;
	margin-bottom: 5px;
}
.blog .post-heading {
	background-color: #303030;
	color: #fff;
	padding: 15px 25px;
	margin-bottom: 10px;
}
.blog .post-heading .headline {
	font-size: 13px;
	font-weight: 400;
	color: #d1c8b8;
	margin: 0;
}
.blog .post-heading .title {
	font-size: 30px;
	font-weight: 600;
	line-height: 1em;
	letter-spacing: -0.026em;
	margin: 0 0 15px 0;
}
.blog .post-heading .photo {
	text-align: center;
	margin-bottom: 25px;
}
.blog .post-heading .photo img {
	max-width: 90%;
}
.blog .post-body {
	font-weight: 400;
}

.blog .post-more {
	margin-top: 15px;
}
.blog .post-more h2 {
	font-size: 36px;
	font-weight: 700;
	color: #a7a094;
	line-height: 1em;
	letter-spacing: -0.036em;
	margin: 0 0 15px 0;
}
.blog .post-more h3 {
	font-size: 12px;
	font-weight: 400;
	color: #a7a094;
	line-height: 1.2em;
	text-transform: uppercase;
	border-bottom: 5px solid #d1c8b8;
	padding-bottom: 3px;
	margin: 0;
	margin-bottom: 10px;
	max-width: 195px;
}
.blog .post-more .recent, 
.blog .post-more .older {
	display: block;
	margin: 5px 0;
	max-width: 360px;
	overflow: hidden;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 4px;
	padding: 6px;
}
.blog .post-more .recent:hover, 
.blog .post-more .recent:focus, 
.blog .post-more .older:hover, 
.blog .post-more .older:focus {
	background-color: #fff;
	border: 1px solid #ecede5;
}
.blog .post-more .recent .thumb {
	width: 95px;
	float: left;
}
.blog .post-more .recent .thumb img {
	max-width: 100%;
}
.blog .post-more .recent h4, 
.blog .post-more .older h4 {
	margin: 0;
	font-weight: 600;
	color: #333;
	line-height: 1.2em;
}
.blog .post-more .recent h4 {
	font-size: 16px;
	margin-left: 105px;
}
.blog .post-more .older h4 {
	font-size: 14px;
	margin-left: 70px;
}
.blog .post-more .older .date {
	width: 60px;
	float: left;
	font-size: 13px;
	font-weight: 500;
	color: #a7a094;
	line-height: 1em;
}
.blog .post-more .archived a {
	font-size: 13px;
	font-weight: 500;
	line-height: 24px;
}
.blog .post-more .archived .fa {
	font-size: 18px;
	vertical-align: middle;
}

.blog .slider-btn {
	display: block;
	float: right;
	font-size: 11px;
	font-weight: 400;
	color: #a7a094;
	text-transform: uppercase;
	line-height: 28px;
	margin-top: -36px;
	cursor: pointer;
}
.blog .slider-btn:hover, 
.blog .slider-btn:focus {
	color: #918b81;
}
.blog .slider-btn .fa {
	font-size: 28px;
	vertical-align: middle;
}
.blog .slider {
	background-color: #d1c8b8;
	margin: 0px -15px 25px -15px;
	padding: 10px 15px;
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.4);
}
.blog .slider h3 {
	font-size: 12px;
	font-weight: 400;
	color: #fff;
	line-height: 1.2em;
	text-transform: uppercase;
	border-bottom: 5px solid #fff;
	padding-bottom: 3px;
	margin: 0;
	margin-bottom: 10px;
	max-width: 195px;
}
.blog .slider .recent, 
.blog .slider .older {
	display: block;
	margin: 10px 0;
	overflow: hidden;
	max-width: 420px;
}
.blog .slider .recent:hover h4, 
.blog .slider .recent:focus h4, 
.blog .slider .older:hover h4, 
.blog .slider .older:focus h4 {
	color: #0066a8;
}
.blog .slider .recent .thumb {
	width: 95px;
	float: left;
}
.blog .slider .recent .thumb img {
	max-width: 100%;
}
.blog .slider .recent h4, 
.blog .slider .older h4 {
	margin: 0;
	font-weight: 600;
	color: #333;
	line-height: 1.2em;
}
.blog .slider .recent h4 {
	font-size: 16px;
	margin-left: 105px;
}
.blog .slider .older h4 {
	font-size: 14px;
	margin-left: 70px;
}
.blog .slider .recent .date {
	margin-left: 105px;
	font-size: 13px;
	font-weight: 500;
	color: #fff;
	line-height: 1.2em;
}
.blog .slider .older .date {
	width: 60px;
	float: left;
	font-size: 13px;
	font-weight: 500;
	color: #fff;
	line-height: 1em;
}
.blog .slider .archived a {
	font-size: 13px;
	font-weight: 500;
	line-height: 24px;
}
.blog .slider .archived .fa {
	font-size: 18px;
	vertical-align: middle;
}
.blog .sharing-caring {
	background: transparent url(../images/sharing-caring.png) no-repeat left top;
	min-height: 80px;
	padding-top: 30px;
	padding-left: 15px;
}
.blog .bio {
	background-color: #e5e6e1;
	font-size: 12px;
	line-height: 1.3em;
	padding: 10px 15px;
	border-radius: 6px;
	margin: 15px 0;
	max-width: 360px;
}
.blog .bio h4 {
	font-size: 16px;
	font-weight: 600;
	color: #a7a094;
}
.blog .bio p {
	margin-bottom: 10px;
}
.blog .bio .photo {
	max-width: 120px;
	border-radius: 50%;
	float: right;
	margin-left: 10px;
	margin-top: 5px;
}

/***** Media-queries *****/
/*************************/
@media (min-width: 360px) {
	.home .hero h1 {
		font-size: 28px;
	}
}
@media (min-width: 480px) {
	.negativespace {
		padding-left: 50px;
		padding-right: 50px;
	}
	
	.home .hero {
		background-image: url(../images/bg768.jpg);
	}
	.home .hero h1 {
		font-size: 36px;
	}
	.home-edito .how-to-help {
		margin-left: -40px;
	}
	
	.edito .imgleft {
		float: left;
		margin-right: 20px;
		margin-top: 10px;
	}
	.edito .imgright {
		float: right;
		margin-left: 20px;
		margin-top: 10px;
	}
	
	.event .pitch {
		display: none;
	}
	.event .imgpitch {
		display: block;
	}
	.event .buy-tickets .buy-phone .phone {
		margin-left: 5px;
	}
	.event .buy-tickets .buy-online {
		width: 47%;
		float: left;
	}
	.event .buy-tickets .buy-phone {
		margin-left: 52%;
	}
	
	.private .cardboard .card {
		width: 45%;
	}
}
@media (min-width: 640px) {
	.home .hero h1 {
		font-size: 42px;
	}
	
	.edito .partners .partner .logo {
		float: left;
		width: 160px;
	}
	.edito .partners .partner .logo img {
		max-width: 100%;
	}
	.edito .partners .partner .presentation {
		margin-left: 180px;
	}
}
@media (min-width: 768px) {
	footer .copyright {
		text-align: left;
		line-height: 42px;
	}
	footer .social {
		text-align: right;
	}
	
	.navbar-inverse .navbar-nav {
		background-color: transparent;
		padding-top: 0;
	}
	.navbar-inverse .navbar-nav > li > a {
		font-size: 13px;
		font-weight: 600;
		text-transform: uppercase;
		line-height: 50px;
		padding-top: 0;
		padding-bottom: 0;
		background-color: #000;
		border-top: 5px solid #000;
		border-bottom: 5px solid #000;
	}
	.navbar-inverse .navbar-nav > li > a:hover,
	.navbar-inverse .navbar-nav > li > a:focus {
		color: #fff;
		background-color: #303030;
		border-top: 5px solid #303030;
		border-bottom: 5px solid #303030;
	}
	.navbar-inverse .navbar-nav > .active > a {
		color: #9abe41;
		background-color: #000;
		border-top: 5px solid #000;
		border-bottom: 5px solid #9abe41;
	}
	.navbar-inverse .navbar-nav > .active > a:hover,
	.navbar-inverse .navbar-nav > .active > a:focus {
		color: #9abe41;
		background-color: #303030;
		border-top: 5px solid #303030;
		border-bottom: 5px solid #9abe41;
	}
	
	.navbar-inverse .navbar-nav > .special > a {
		color: #f8caca;
		background-color: #000;
	}
	.navbar-inverse .navbar-nav > .special > a:hover,
	.navbar-inverse .navbar-nav > .special > a:focus {
		color: #f8caca;
		background-color: #303030;
	}
	
	.navbar-inverse .navbar-nav > .open > a,
	.navbar-inverse .navbar-nav > .open > a:hover,
	.navbar-inverse .navbar-nav > .open > a:focus {
		color: #fff;
		background-color: #303030;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu {
		font-size: 14px;
	}
	
	.home .hero {
		background-image: url(../images/bg960.jpg);
	}
	.home .hero h1 {
		font-size: 48px;
	}
	.home .intro {
		font-size: 15px;
		color: #fff;
		position: absolute;
		width: 420px;
		top: 15%;
		left: 0px;
		background-color: #000;
		padding: 20px 25px;
	}
	.home .intro .ghost-button {
		border: 1px solid #fff;
		color: #fff;
		margin-top: 10px;
	}
	.home .intro .ghost-button:hover, 
	.home .intro .ghost-button:focus {
		background-color: #303030;
	}
	
	.sponsakid .well {
		float: left;
	}
	.sponsakid .widget {
		float: right;
		margin-left: 30px;
	}
	.sponsakid .story {
		clear: none;
		padding: 0;
	}
	
	.event-photo {
		max-width: 46%;
	}
	
	.hiddenonmobile { display: block; }
}

@media (min-width: 992px) {
	.home .hero {
		padding-top: 55%;
		margin-top: -10%;
		background-image: url(../images/bg1200.jpg);
	}
	.home .hero h1 {
		font-size: 54px;
	}
	.home .intro {
		font-size: 16px;
		width: 480px;
		padding: 30px 40px;
	}
	
	.blog .slider-btn, 
	.blog .slider {
		display: none;
	}
}

@media (min-width: 1120px) {
	.event-photo {
		max-width: 31%;
	}
}

@media (min-width: 1200px) {
	.home .hero {
		background-image: url(../images/bg1680.jpg);
	}
	.home .hero h1 {
		font-size: 60px;
	}
	.home .intro {
		font-size: 18px;
		width: 540px;
		padding: 40px 50px;
	}
	.home .intro .ghost-button {
		font-size: 12px;
	}
	.private .cardboard .card {
		width: 31%;
	}
}

.hero-bg {
	margin: -35px -15px -15px -15px;
	padding: 30px 15px 15px 15px;
	background: #fff url(../images/hero480.jpg) no-repeat left top;
}
.hero-bg fieldset {
	border: none;
	border-radius: 6px;
	padding: 6px 12px;
	background-color: rgba(255,255,255,.5);
}
@media (min-width: 480px) {
	.hero-bg {
		background-image: url(../images/hero768.jpg);
	}
}
@media (min-width: 768px) {
	.hero-bg {
		background-image: url(../images/hero960.jpg);
	}
}
@media (min-width: 960px) {
	.hero-bg {
		background-image: url(../images/hero1200.jpg);
		-webkit-background-size: 100%;
			-moz-background-size: 100%;
			  -o-background-size: 100%;
				  background-size: 100%;
	}
}
@media (min-width: 1200px) {
	.hero-bg {
		background-image: url(../images/hero1680.jpg);
	}
}

.newsletter {
	display: block;
	margin-bottom: 10px;
	min-height: 60px;
	padding: 5px 15px;
	border-radius: 10px;
}
.newsletter:hover {
	background: rgba(236,237,229,.7) url(../images/arrow-read.png) no-repeat 98% 6%;
}
.newsletter:focus {
	outline: none;
}
.newsletter h3 {
	font-size: 22px;
	font-weight: 600;
	color: #303030;
	line-height: 1.2em;
	margin: 0;
}
.newsletter h4 {
	font-size: 14px;
	font-weight: 600;
	color: #a7a094;
	line-height: 1.2em;
	text-transform: uppercase;
	margin: 0;
}
.newsletter .date {
	font-size: 13px;
	font-weight: 400;
	color: #ec008c;
	line-height: 1.2em;
	margin: 0;
	margin-bottom: 5px;
}
.newsletter .topics {
	font-size: 13px;
	font-weight: 400;
	color: #303030;
}

/***** Annual Fund Drive *****/
.fundrive h2 {
	font-size: 24px;
	font-weight: 800;
	text-transform: uppercase;
	position: relative;
	padding-left: 55px;
	margin: 0 0 25px 0;
}
.fundrive .butterfly {
	position: absolute;
	top: -25px;
	left: -5px;
}
.fundrive h3 {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
}
.fundrive .fancy2 {
	font-size: 28px;
	font-weight: 800;
	color: #f58337;
	margin-bottom: 20px;
	letter-spacing: -0.036em;
}
h1 sup {
	text-transform: none;
}
.fundrive .visual {
	max-width: 500px;
	position: relative;
	margin-bottom: 100px;
}
.fundrive p {
	font-size: 14px;
	font-weight: 400;
}
.fundrive .visual .release {
	max-width: 100%;
}
.fundrive .visual .activities {
	position: absolute;
/*	border: 2px solid white;*/
	color: white;
	margin-top: 20px;
	margin-left: -10px;
	padding: 5px 20px 0 0;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: -0.036em;
	width: 65%;
	display: none;
}
.fundrive .visual .activities ul {
	padding-left: 30px;
	list-style-type: none;
	line-height: 32px;
	text-transform: uppercase;
}
.fundrive .visual .activities img {
	margin-left: 30px;
	margin-top: -15px;
}
.fundrive .visual .activities .realones {
	font-size: 13px;
	font-weight: 400;
	color: white;
	text-align: right;
	margin-top: -6px;
	margin-right: 48px;
}
.fundrive .visual .date {
	position: absolute;
	bottom: -20px;
	left: 20px;
}
@media (min-width: 480px) {
	.fundrive .visual .activities {
		display: block;
	}
}

.fundrive .purchase {
	margin-top: 30px;
	margin-bottom: 30px;
}
.fundrive .purchase h3 {
	font-size: 11px;
	font-weight: 400;
	text-transform: uppercase;
}
.fundrive .purchase .intro {
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3em;
}
.fundrive .purchase .secure {
	margin-left: 5px;
}
.fundrive .purchase .bigbuttons {
	overflow: hidden;
}
.fundrive .purchase .bigbutton {
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	position: relative;
	width: 200px;
	min-height: 60px;
	background-color: #303030;
	border-radius: 12px;
	padding: 6px 12px 6px 55px;
	margin: 2px 3px 6px 3px;
	color: #fff;
	font-size: 18px;
	font-weight: 800;
}
.fundrive .purchase .bigbutton:hover, 
.fundrive .purchase .bigbutton:focus {
	box-shadow: 0px 1px 3px 1px rgba(0,0,0,.4);
}
.fundrive .purchase .bigbutton:hover .fa, 
.fundrive .purchase .bigbutton:focus .fa {
	color: #ffcf5b;
}
.fundrive .purchase .bigbutton img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	margin: auto;
}
.fundrive .purchase .bigbutton .price {
	font-size: 13px;
	font-weight: 400;
	line-height: 1.3em;
}
.fundrive .purchase .bigbutton .value {
	font-size: 16px;
	font-weight: 800;
}
.fundrive .purchase .bigbutton .fa {
	position: absolute;
	top: 14px;
	bottom: 0;
	right: 10px;
	margin: auto;
	font-size: 30px;
}

.fundrive .resources {
	overflow: hidden;
}
.fundrive .resource {
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: middle;
	margin-right: 10px;
	outline: none;
}
.fundrive .resource .legend {
	font-size: 10px;
	font-weight: 500;
	text-transform: uppercase;
}

.fundrive .event-sponsors h3 {
	font-size: 11px;
	font-weight: 400;
	text-transform: uppercase;
}
.fundrive .event-sponsor {
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	outline: none;
}
