/* 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;
}


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:#dedede;
}

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


.hero {
  border: solid #DDDDDD;
  border-width: 1px 0 1px 0;
  background: #f0f0f0;
}

.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: 'Lato', sans-serif !important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 2px 2px #dedede;
	-moz-box-shadow: 0px 2px 2px #dedede;
	box-shadow: 0px 2px 2px #dedede;	
	background-color:#5a7fdd;
}

.button:hover, .button:focus {
	background-color:#4168cb;
	-webkit-box-shadow: 0px 2px 2px #c3c3c3;
	-moz-box-shadow: 0px 2px 2px #c3c3c3;
	box-shadow: 0px 2px 2px #c3c3c3;		
}

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

.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%;
	}

.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;
}

.big-numbers h3 strong {
	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;
	border-left:8px solid #e6e6e6;
}

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

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

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

.chart-a { background:#f0f0f0 url(http://placehold.it/500x2000/e0e0e0/e0e0e0) left no-repeat; background-size: 100%; }
.chart-b { background:#f0f0f0 url(http://placehold.it/500x2000/e0e0e0/e0e0e0) left no-repeat; background-size: 75%; }
.chart-c { background:#f0f0f0 url(http://placehold.it/500x2000/e0e0e0/e0e0e0) left no-repeat; background-size: 50%; }
.chart-d { background:#f0f0f0 url(http://placehold.it/500x2000/e0e0e0/e0e0e0) left no-repeat; background-size: 25%; }

.yours { border-left:8px solid #222222; }

.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; */
	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;	
}

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

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



/* 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;
		margin-bottom:2rem;		
		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:2rem;
		margin-bottom:5rem;		
	}
	
	hr {
		margin-top:3rem;
		margin-bottom:3rem;	
	}
	
	.hero {
		margin-top:2rem;
		margin-bottom:3rem;		
		padding-top: 3rem;
		padding-bottom: 2.8rem;
		padding-top: 6vw;
		padding-bottom: 5vw;		
	}	
	
	.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;
	}	
		
} 



