html,
body {
	background: white;
}

.container {
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
}

@media (min-width: 768px) and (max-width: 1199px) {
	.container {
		max-width: 960px;
	}
}

.welcome,
.meta {
	text-align: center;
}


.sweapstakes header{
}

.header {
	text-align: center;
	/*background: #fff;*/
	padding: 15px 0 0 0;
	/*border-bottom: 2px solid #eaecea;*/
}

	.header .logo {
		display: block;
		width: 75%;
		max-width: 350px;
		height: auto;
		margin: 0 auto 20px;
		padding-top: 20px;
	}

.header .hero {
	max-width: 100%;
	height: auto;
}

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

.radio-inline {
	margin-left: 25px !important;
	display: inline-block;
	padding-top: 5px;
}

@media (max-width: 767px) {
    .header .logo {
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	.welcome .hero {
		display: block;
		width: 100%;
       max-width: 240px;
		height: auto;
		margin: 0 auto 20px;
	}
}

.header .img {
    width: 244px;
    height: auto;
    padding: 30px 0 !important;
    vertical-align: middle;
    display: inline-block;
} 

	.event_header { 
		width: 100%;
		max-width: 600px;
		margin: 0 auto;
		display: none;
		
		}

/*.header {
	text-align: center;
	background: #fff;
	padding: 20px 0 0 0;
	border-bottom: 2px solid #eaecea;
}

.header .logo {
	width: 35%;
	max-width: 140px;
	height: auto;
	margin-bottom: 20px;
}

.header .hero {
	max-width: 100%;
	height: auto;
}*/

.radios{
}

label span {
	display: none;
}

input[type="text"] {
	font-size: 16px;
	padding: 12px;
}

.flexgroup {
	display: flex;
	margin: 20px 0;
}

.flexgroup label {
	width: 100px;
}

::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #d6d8d2 !important;
	opacity: 1;
	/* Firefox */
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #d6d8d2;
}

.form-group {
	margin-bottom: 40px;
}

.inputfield {
	clear: both;
}

span.required {
	float: left;
	color: #005e20;
	font-size: 30px;
	width: 25px;
	margin-top: 0px;

}

.checkbox {
	margin: 25px;
}

.checkbox input {
	margin-top: 4px;
}

span.input-group {
	float: right;
	width: calc(100% - 50px);
	margin-right: 25px;
}

.small {
	font-size: 12px;
}

.help-block {
	clear: both;
	margin-left: 25px;
	font-size: 12px;
}

.help-block p {
	margin-bottom: 5px;
	font-size: 12px;
}

.btn {
	width: calc(100% - 50px);
	background: #02212c !important;
	color: #fff !important;
	letter-spacing: 2px !important;
	margin-left: 25px !important;
}


.radio-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #b0b7bb;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio-container:hover input ~ .checkmark {
  background-color: #b0b7bb;
}

/* When the radio button is checked, add a blue background */
.radio-container input:checked ~ .checkmark {
  background-color: #b0b7bb;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio-container .checkmark:after {
	 top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}

.chart-card {
	/*border: 1px solid #ddd;*/
	/*padding: 40px;*/
	/*border-radius: 4px;*/ /* Slightly sharper for a rugged look */
	margin: 10px 0;
	background-color: #fff;
}

.canvas-container {
	position: relative;
	margin: auto;
	width: 100%;
	height: 400px; /* Controlled height for desktop */
}

h2.leaderboard-title {
	font-family: 'avenir', Arial, Sans-Serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	border-bottom: 2px solid #000;
	padding-bottom: 10px;
	margin-bottom: 30px;
}