/* Custom styles */

body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, input, td, th, button, select, textarea, option {
	font-family: 'Lato', sans-serif;
}

.row {
  max-width: 75rem;
}

h1, h2, h3, h4, h5 {
	font-family: 'Oswald', sans-serif;	
	color:#033052;
}

a {
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	color:#5a7fdd;
	text-decoration: none;
}

a:hover {
	color:#4168cb;
}

a.button {
	text-decoration: none;	
}

.button.secondary:hover {
	background:#e7e7e7;
}

.columns hr {
	margin-top:1rem;
	margin-bottom:1rem;	
}

.logo {
	width:280px;
}

.social {
	width:25px;
	margin-right:10px;
	margin-top:-8px;
}


a:hover img.social {
	opacity: 0.7;
}

.sharing-links {
	margin-top:3rem;
}

h5.share-title {
	font-weight: 300;
	font-size:1.4rem;
	font-family: 'Oswald', sans-serif;
/* 	text-transform: uppercase; */
}

/*
.sharing-links p {
	font-family: 'Oswald', sans-serif;	
	font-weight: 500;
	font-size:1.4rem;
	color:#adb7be;
}
*/

.hero {
  background: #f0ede4;
}

.hero-one {
  background: #f0f0f0 url(../img/bg-blur8.jpg) center top no-repeat;
  background-size: cover;	
  background-attachment: fixed;
  border:none;
}

.hero h1 {
	font-weight: 700;
	font-size:2.8rem;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	color:#033052;
	letter-spacing: -0.05rem;
}

.hero h3 {
	color:#033052;
	font-weight: 100;
	font-family: 'Oswald', sans-serif;
	font-size:2rem;
}

.hero h3 strong {
	font-weight: 400;
}

.hero-navy {
  background: #033052;
}

.hero-navy h1, .hero-navy h4 {
  color:white;
}


/*
.hero-one h1, .hero-one h3, .hero-one h5 {
	color:white;
}
*/

.appeal-stats h2, .appeal-stats h3 {
color:white;	
}

.appeal-stats hr {
border-color: #103f63;	
border-width: 1px;
}


.hero .big-pic {
	-webkit-box-shadow: 0px 0px 30px #b3b3b3;	
	-moz-box-shadow: 0px 0px 30px #b3b3b3;	
	box-shadow: 0px 0px 30px #b3b3b3;
}


.navy-bg {
	background-color:#033052;
	padding-top:3rem;
	padding-bottom:3rem;
	width:100%;	
}

.standout {
  border: 1px solid #DDDDDD;
  background: #f0f0f0;
  padding:2rem;
  margin:0 0 3rem 0 ;
}

img.featured {
	margin-bottom:1rem;	
}

img.top {
	margin-top:0.7rem;	
}

.button {
	font-weight: bold;
	font-family: 'Oswald', sans-serif;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: 6px 6px 0px #dedede;	
	-moz-box-shadow: 6px 6px 0px #dedede;	
	box-shadow: 6px 6px 0px #dedede;	
	background-color:#fcc72e;
	color:#272623;
	text-transform: uppercase;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;	
}

.button:hover, .button:focus {
	color:#272623;	
	background-color:#e7ac01;
	-webkit-box-shadow: 12px 12px 0px #dedede;	
	-moz-box-shadow: 12px 12px 0px #dedede;	
	box-shadow: 12px 12px 0px #dedede;				
}

a.secondary, button.secondary {
	color:#5a7fdd !important;
}

.hero-one .button {
	-webkit-box-shadow: 6px 6px 0px #d0d0d0;	
	-moz-box-shadow: 6px 6px 0px #d0d0d0;	
	box-shadow: 6px 6px 0px #d0d0d0;	
}

.hero-one .button:hover, .hero-one .button:focus {
	-webkit-box-shadow: 12px 12px 0px #d0d0d0;	
	-moz-box-shadow: 12px 12px 0px #d0d0d0;	
	box-shadow: 12px 12px 0px #d0d0d0;				
}

.jump-to {
	background-color:#5a7fdd;
	height:60px;
	width:60px;
	border-radius: 30px;
	color:white;
	display: block;
	text-align: center;
	margin:-80px auto 30px auto;
}

a.jump-to:hover {
	color:#4168cb;
	background:#4168cb;
}

.jump-to img {
	width:40px;
	margin-top:10px;
}

.sticky-actions {
	display: none;
	margin-bottom: 0;
	bottom: 0;
	position: fixed;
	width: 100%;
	z-index: 2;
	background:white;
	border: solid #DDDDDD;
	border-width: 1px 0 1px 0;
	padding: 2rem 2rem;
	-moz-box-shadow: 0px -2px 7px 0px #ccc;
	-webkit-box-shadow: 0px -2px 7px 0px #ccc;
	box-shadow: 0px -2px 7px 0px #ccc;
}

.sticky-actions h5, .sticky-actions .button  {
	margin:0;
}

.show-now {
	opacity:1;
	display: block;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

.sticky-actions .row {
	margin:0;
	padding:0;
	max-width:100%;
	}

.sticky-actions .social {
	margin-top:1rem;
}

.margin-right-1rem {
	margin-right:1rem;
}

.margin-left-1rem {
	margin-left:1rem;
}

.margin-top-0-5rem {
	margin-top:0.5rem;
}

.margin-top-2rem {
	margin-top:2rem;
}

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

.big-numbers h3 {
	font-weight: 300;
}

.big-numbers h3 strong {
	font-weight: 700;
	font-size:2.5rem;
}

h3 sup {
	font-size:1rem;
	padding-left:0.15rem;
}

.white-bg {
	background:white;
	padding-top:1rem;
	padding-bottom:1rem;			
}

.leaderboard {
	padding:1rem;
	margin-bottom:8px !important;
}

/*
.leaderboard:hover {
	border-left:8px solid #aeaeae;
}
*/

.leaderboard img {
float:left;
margin-right:1rem;
border-radius: 50px;
width:100px;
height:100px;
}

.leaderboard h3, .leaderboard h4, .leaderboard p {
margin:0;
padding:0;
}

.leaderboard a {
color:#033052;
}

.chart-a h3, .chart-a h4, .chart-a p, .chart-a h2, .chart-a h2 small, .chart-a a {
	color:white;
}

.chart-a { background:#f0ede4 url(http://placehold.it/500x2000/0e5168/0e5168) left no-repeat; background-size: 100%; }
.chart-b { background:#f0ede4 url(http://placehold.it/500x2000/189b99/189b99) left no-repeat; background-size: 75%; }
.chart-c { background:#f0ede4 url(http://placehold.it/500x2000/53ba83/53ba83) left no-repeat; background-size: 50%; }
.chart-d { background:#f0ede4 url(http://placehold.it/500x2000/a0d771/a0d771) left no-repeat; background-size: 25%; }



.tabs dd > a, .tabs .tab-title > a {
	margin-top:2rem;
    display: block;
    background-color: white;
    color: #5a7fdd;
	font-family: 'Lato', sans-serif;
    font-size: 1rem;
    padding: 0 0 1rem 0;
    font-weight:bold;
    margin-left:3rem;
}

.tabs dd.active a, .tabs .tab-title.active a, .tabs dd.active a:hover, .tabs .tab-title.active a:hover {
    background-color: #FFFFFF;
    color: #222222;
    border-bottom:6px solid #222222;
    cursor: default;
}

.tabs dd > a:hover, .tabs .tab-title > a:hover {
    background-color: #FFFFFF;
    color: #5a7fdd;
    border-bottom:6px solid #5a7fdd;
}

.tabs-content > .content {
    padding: 0;
}

.tabs {
	float:right;
}




.small-tabs .tabs dd > a, .small-tabs .tabs .tab-title > a {
	margin-top:0rem;
    display: block;
    background-color: none;
    margin-right:2rem;
    margin-left:0;
}


.small-tabs .tabs {
	float:left;
	margin:0;
}



.small-tabs .tabs dd.active a, .small-tabs .tabs .tab-title.active a, .small-tabs .tabs dd.active a:hover, .small-tabs .tabs .tab-title.active a:hover {
    border-bottom:3px solid #222222;
}

.small-tabs .tabs dd > a:hover, .small-tabs .tabs .tab-title > a:hover {
    border-bottom:3px solid #5a7fdd;
}





.leaderboard h2 small {
	font-size: 1rem;
	font-weight:300;
	margin-top:0.2rem;
}

.small-print p {
	font-size:0.8rem;
}

label {
	font-size:1rem;
}


.overlay-box {
	background:white;
	width:90%;
	margin-top:-70px;
	margin-right:-15px;
	float:right;
	padding:1rem 1rem 0 1rem;	
/*
    -webkit-box-shadow: 0px 2px 2px #dedede;
    -moz-box-shadow: 0px 2px 2px #dedede;
    box-shadow: 0px 2px 2px #dedede;
*/	
/*     border-left:5px solid #2baaa8; */
}

.overlay-box img {
	border-radius: 50px;
	float:left; 
	margin-right:20px;	
	width:100px;
	height:100px;	
}

/*
	.profile-circle img {
	width:100px;
	height:100px;
	}
*/

.orbit-prev, .orbit-next, .orbit-timer, .orbit-slide-number, .orbit-bullets-container {
	display: none;
}


.circle {
	border-radius: 50%;
}


.white-bg {
	background-color: white;
	padding:2rem;
}

/* max-width 640px, mobile-only styles, use when QAing mobile issues */
@media only screen and (max-width: 40em) { 

	body {
		margin-top:1rem;
		margin-bottom:5rem;			
	}
	
	hr {
		margin-top:1rem;
		margin-bottom:1rem;	
	}
	
	.hero {
		margin-top:0rem;
		margin-bottom:1rem;		
		padding-top:1rem;
		padding-bottom:1rem;	
	}
	
	.logo {
		margin-bottom:1rem;
	}

	.sticky-actions {
	padding: 1rem 1rem;
	}

	.leaderboard {
		padding:0.5rem;
	}
	
	.leaderboard img {
	margin-right:1rem;
	border-radius: 25px;
	width:50px;
	height:50px;
	margin-bottom:60px;
	}
	
	.tabs {
		float:left;
	}
	
	.tabs dd > a, .tabs .tab-title > a {
	    margin-right:2rem;
	    margin-left:0;
	}	
	
	.expand-small {
		width:100% !important;
	}

} 



/* min-width 641px, medium screens */
@media only screen and (min-width: 40.063em) {
	
	body {
		margin-top:1rem;
		margin-bottom:5rem;			
	}
	
	hr {
		margin-top:2rem;
		margin-bottom:2rem;	
	}	
	
	.hero {
		margin-top:1rem;

		padding-top: 2rem;
		padding-bottom: 2rem;	
	}

	.leaderboard img {
	margin-right:1rem;
	margin-bottom:20px;
	}
	
	.tabs {
		float:left;
	}
	
	.tabs dd > a, .tabs .tab-title > a {
	    margin-right:2rem;
	    margin-left:0;
	}	
	
}


/* min-width 1025px, large screens */
@media only screen and (min-width: 64.063em) {
	
	body {
		margin-top:2.3rem;
		margin-bottom:5rem;		
	}
	
	hr {
		margin-top:3rem;
		margin-bottom:3rem;	
	}
	
	.hero {
		margin-top:2rem;
		padding-top: 4rem;
		padding-bottom: 3.2rem;
		padding-top: 7.5vw;
		padding-bottom: 6vw;		
	}	
	
	.tabs {
		float:right;
	}	
	
	.tabs dd > a, .tabs .tab-title > a {
		margin-right:0;
	    margin-left:3rem;
	}	
	
	.leaderboard img {
		margin-right:1.5rem;
		margin-bottom:0px;
	}	
	
	.button {
		font-size: 1.5rem !important;
	}
	
	.hero-one h1 {
		font-weight: 700;
		font-size:4.3rem;
		line-height: 4.6rem;
		letter-spacing: -0.05rem;
	}	
		
} 



