body {
	color: #3b3b3b;
}

a:link:not(.row a),
a:visited:not(.row a),
a:active:not(.row a) {
	color: #3e6170;
	text-decoration: none;
	font-weight: bold;
}

a:hover:not(.row a) {
	text-decoration: underline;
}

strong, b, .bold {
	font-weight: bold;
}

img.responsive{
	width: 100%;
	height: auto;
	
}

div.clear{
	clear: both;
}

#login-form .form-group{
	margin-bottom: 0px;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
	margin-bottom: 20px;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.btn {
	border-radius: 0px;
	
	
}
.btn:hover, .btn:focus{
	background-color: #64777e;
	color: white;
}
a:link.btn, a:visited.btn{
	color: white;
}
a:hover.btn{
	background-color: #64777e;
}

input[type="radio"]{
	margin-right: 5px;
	
}
.sweepstakesImages {
	width: 500px; 
	display: inline-block;
}
.sweepstakes {
	width: 600px; 
	margin: -1px 20px 0 0; 
	background: #fff; 
	display: inline-block;
}

@media (max-width: 1200px) {
	
	.event-container .event{
		min-height: 300px;
	}
	.event-container .ticket{
		min-height: 215px;
	}
	.ticket a:link.title{
		width:127px;
	}
	.compete .opportunity .title {
		font-size: 15px;
	}
	.sweepstakes {
		width: 540px; 
	}
	.sweepstakesImages {
		width: 350px;
		float: right;
	}
}

@media (max-width: 995px) {
	.navbar-default .navbar-nav > li > a {
font-size: 10px;


	}
	.compete .opportunity .title {
		font-size: 18px;
	}
	#home-news #home-date {
		text-align: center;
		margin: 15px 0px;
	}
	.event-container .ticket{
		min-height: 180px;
	}
	#sponsors img {
		height: 180px;
	}
	.sweepstakes {
		display: block;
		margin-right: 0;
		width: 100%;
	}
	.sweepstakesImages {
		width: 100%;
		float: none;
	}
}
@media (max-width: 992px) {
	#blog-img{
	width: 100%;
	}
	.ticket a:link.title{
		line-height: 13px;
		font-size: 11px;
		width: 83px;
	}
	#sponsors img {
		height: 150px;
	}

}
@media (max-width: 990px) {
	#comp-slider{
		margin-top: 15px;
			padding-left: 0px;
	padding-right: 0px;
	}
}

/*---this is the main break where we hit mobile stuff*/
@media (max-width: 767px) {
	.opportunity .blog{
		min-height: 200px;
	}	
	.event-container .ticket{
		
		
	}
	#logo{max-width: 158px;}
	.sidebar-blue-buttons{
		margin-top: 20px;
	}
	.ticket a:link.title{
		line-height: 28px;
		font-size: 18px;
		width: 83px;
		right: 0;
		left: 20px;
	}
		.event-container .ticket{
		min-height: 312px;
	}
	#sponsors img {
		height: 180px;
	}
}
@media (max-width: 600px) {
		.event-container .ticket{
		min-height: 250px;
	}	
}
@media (max-width: 500px) {
		.event-container .ticket{
		min-height: 220px;
	}	
	.ticket a:link.title{
		line-height: 14px;
		font-size: 12px;
		width: 83px;
		right: 0;
		left: 20px;
	}
}
/*---this is the main break where we hit mobile stuff*/
@media (max-width: 400px) {
	

	#sponsors img {
		width: 100%;
		height: auto;
	}

	 .compete .opportunity .title {
		font-size: 11px;
		 line-height: inherit;
bottom: 7px;
left: 8px;
	}
	.blue-images .opportunity .title{
		font-size: 11px;
		 line-height: inherit;
bottom: 7px;
left: 8px;
	}


	.navbar-default > .row{
		
		
	}
	.navbar-toggle{
		margin-top: 30px;
		
	}
		.survey-table th, .survey-table td {
			padding: 5px 0px;
			text-align: center;
			font-weight: bold;
			border-right: 1px solid #3e6170;
			border-bottom: 1px solid #3e6170;
			font-size: 10px;
			
		}
	.event-container .ticket {
		padding: 20px;
		background-image: none;
		min-height: 0px !important;
	}
	.event-container .event-summary {
		width: 100%;
		padding: 0px;
		margin: 0px;
	}
	img.img-right, img.img-left {
		width: 100%;
		float: none;
	}
}