.home-content {
	color: #009aab;
	border: 1px solid #fff;
	padding: 15px 20px;
	margin-bottom: 20px;
	border-radius: 3px;
}

.home-content h5 {

}

.home-content p:last-child {
	margin-bottom: 0;
}

.ajde_evcal_calendar .calendar_header	{
	border-bottom: 1px solid #009aab;
	color: #009aab;
	line-height: 30px;
	padding-top: 20px;
}

.home-calendar {
	width: 100%;
}

.home-calendar .evo_cal_above {
	display: none;
}

.ajde_evcal_calendar #evcal_head.calendar_header #evcal_cur, .ajde_evcal_calendar .evcal_month_line p {
	text-transform: uppercase;
	text-align: left;
	padding-left: 0px;
	color: #009aab !important;
	font-weight: bold;
	font-size: 1rem !important;
}

.ajde_evcal_calendar .calendar_header .evcal_arrows {
	border-radius: 3px !important;
	width: 25px !important;
	height: 25px !important;
	/* margin: 0 3px; */
	line-height: 0px;
	cursor: pointer;
	display: inline-block;
}

.ajde_evcal_calendar .calendar_header .evcal_arrows, .ajde_evcal_calendar .calendar_header .evcal_arrows:hover {
	border: 1px solid #009aab !important;
	background: transparent !important;
	color: #009aab !important;
}

.ajde_evcal_calendar .calendar_header .evcal_arrows .fa {
	font-size: 1rem !important;
	left: 7px !important;
}

.ajde_evcal_calendar .calendar_header .evcal_arrows .fa, .ajde_evcal_calendar .calendar_header .evcal_arrows .fa:hover {
	color: #009aab !important;
}

.all-event-link, .all-event-link:hover {
	color: #fff;
	text-decoration: none;
}

/* COMPETITION PAGE */
.competition-hero img {
	width: 100%;
	height: auto;
}

.competition-strap {
	padding: 15px 0;
	background: #0398a9;
	color: #fff;
	margin-bottom: 40px;
}

.competition-strap h1, .competition-strap .h1 {
	font-size: 2rem;
	margin-bottom: 0;
}

.competition-intro {
	margin-bottom:30px
}

@media only screen and (min-width: 992px){
	.competition-intro {
		-webkit-column-count:2;
		-moz-column-count:2;
		column-count:2;
		-webkit-column-gap:30px;
		-moz-column-gap:30px;
		column-gap:30px;
	}
	.competition-intro p{
		float:left;
		width:100%;
		-webkit-column-break-inside:avoid;
		page-break-inside:avoid;
		break-inside:avoid;
	}
}

.competition-promotion {
	padding: 15px 0;
	background: #d7624d;
	color: #fff;
	margin-bottom: 40px;
}

.competition-promotion h2, .competition-promotion .h2 {
	font-size: 2rem;
	margin-bottom: 0;
}

.competition-video {
	margin-bottom: 30px;
}

.competition-entry {
	clear: both;
	color: #fff;
	border-bottom: solid 80px #d7624d;
}

.competition-entry form {
	background: #0398a9;
	padding: 30px 0;
	border-bottom: solid 5px #fff;
}

.competition-entry a {
	color: #fff;
	text-decoration: underline;
}

.competition-entry h3 {
	font-size: 2rem;
	margin-bottom: 2.5rem;
}

.competition-entry .form-group {
	margin-bottom: 25px;
}

.competition-entry .form-control {
	border-color: #fff;
	background: #0398a9;
	height: auto !important;
	font-size: 1.5rem;
	color: #fff;
}

.competition-entry .form-control option:not(:checked) { 
/*    background-color: white; */
    color:#000;
}

.competition-entry .additional_fields_hear_about_other {
	display: none;
}

.competition-entry ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #fff;
	opacity: 1;
}
.competition-entry ::-moz-placeholder { /* Firefox 19+ */
	color: #fff;
	opacity: 1;
}
.competition-entry :-ms-input-placeholder { /* IE 10+ */
	color: #fff;
	opacity: 1;
}
.competition-entry :-moz-placeholder { /* Firefox 18- */
	color: #fff;
	opacity: 1;
}

.competition-follow {
	font-size: 1.5rem;
}

.competition-follow p {
	margin-bottom: 0;
}

.competition-entry .competition-social-share {
	display: inline-block;
	padding: 10px;
	margin: 20px 0 40px 0;
	text-align: center;
	background: #d7624d;
	text-decoration: none;
	width: 100%;
	border: solid 1px #fff;
	border-radius: .25rem;
}

.competition-btn {
	border: solid 1px #fff;
	font-size: 1.5rem;
	background: #d7624d;
	margin-bottom: 40px;
	padding: 5px 30px;
}

.competition-btn, .competition-btn:hover {
	color: #fff;
}

.competition-entry .competition-btn {
	font-weight: bold;
	padding: 10px;
}

.competition-entry .competiton-social {
	margin-top: 20px;
}

.competition-entry .competiton-social li {
	display: inline-block;
	margin-right: 15px;
}

.competition-thanks-upsell h2 {
	text-transform: uppercase;
	font-size: 2rem;
	margin-bottom: 2rem;
	color: #575756;
}

.competition-thanks-button h3 {
	text-transform: uppercase;
	font-size: 2rem;
	margin-bottom: 1rem;
	color: #575756;
}

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.fade:not(.in) {
    opacity: 0;
}

.fade.in {
	opacity: 1;
}