﻿html {
	height: 100%;
	min-height: 100%;
}

#top-take-action, #mobile-top-take-action {
	display: none;
}

.wwyg-bookmark:before {
	display: block;
	content: " ";
	margin-top: -75px;
	height: 80px;
	visibility: hidden;
}

#row-1-wrapper {
	background-image: url('../images/jumbotron.jpg');
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

#row-1 {
	position: relative;
	text-align: center;
	height: 500px;
}

.wwyg-thermometer-wrapper {
	margin: 0 auto;
	margin-top: 25px;
	margin-bottom: 50px;
	width: 70%;
}

.wwyg-thermometer-amounts {
	margin-bottom: 5px;
}

.wwyg-thermometer {
	background-color: #FFFFFF;
	font-size: 10px;
	border-radius: 15px;
}

.wwyg-thermometer-inner {
	width: 2%;
	background-color: #904199;
	border-radius: 15px;
	border: solid #FFFFFF 4px;
}

@media (max-width: 1200px) {
	#row-1-wrapper {
		background-size: contain;
	}

	#row-1 {
		height: 400px;
	}
}

@media (max-width: 1199px) {
	#row-1-wrapper {
		background-position-y: 60px;
	}

	#row-1 {
		height: 300px;
	}
}

@media (max-width: 767px) {
	#row-1-wrapper {
		background-position-y: 0;
		background-size: 100% auto;
	}

	#row-1 {
		height: 300px;
	}
}

@media (max-width: 577px) {
	#row-1-wrapper {
		background-position-y: 0;
	}

	#row-1 {
		height: 200px;
	}

	#row-3 a {
		text-decoration: underline;
	}
}

@media (max-width: 400px) {
	#row-1 {
		height: 180px;
	}
}

@media (max-width: 375px) {
	#row-1 {
		height: 180px;
	}
}

@media (max-width: 320px) {
	#row-1 {
		height: 150px;
	}
}

#row-2 {
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 25px;
	background-color: #8F3E97;
	color: #FFFFFF;
}

#row-2 .caption {
	font-size: 20px;
}

#row-2 a {
	color: #FFFFFF;
	text-decoration: underline;
}

#row-2 .video-title {
	font-size: 25px;
	margin-bottom: 10px;
}

#row-3 {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #231F20;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 600;
}

#row-3 a {
	color: #FFFFFF;
}

#row-4 {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
}

@media (min-width: 768px) {
	/*#row-4:after {
		content: "";
		position: absolute;
		z-index: -1;
		top: 0;
		bottom: 0;
		left: 50%;
		border-left: 3px dotted #000000;
		transform: translate(-50%);
	}*/
}

#row-4 .box-left {
	
	vertical-align: middle;
	padding-right: 50px;
	/*text-align: right;*/
	font-size: 25px;
	color: #231F20;
}

#row-4 .box-right {
	
	padding-left: 50px;
	text-align: left;
	font-size: 25px;
	color: #231F20;
}

#row-4 .box-right .color-dark-purple {
	font-size: 60px;
}

#row-5, #row-11 {
	
}

#row-6 {
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 30px;
	font-weight: 600;
	background-color: #8F3E97;
	text-align: center;
	color: #FFFFFF;
}

#row-6 p a {
	color: #FFFFFF;
	text-decoration: underline;
}

#row-6 div.row {
	margin-top: 40px;
	margin-bottom: 30px;
}

#row-7 {
	padding-top: 20px;
	padding-bottom: 20px;
	color: #231F20;
	text-align: center;
	background-color: #CCCCCC;
}

#row-7 .hashtag {
	font-size: 50px;
}

#row-7 .countdown {
	font-size: 35px;
}

#row-8 {
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 20px;
	background-color: #8F3E97;
	color: #FFFFFF;
}

#row-8 h2 {
	font-weight: 600;
}

#row-8 a {
	color: #FFFFFF;
	text-decoration: underline;
}

#row-9 {
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 20px;
	background-color: #FFFFFF;
	color: #000000;
}

#row-9 h2 {
	font-weight: 600;
	/*margin-top: 30px;*/
}

#row-10 {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #8F3E97;
}

.row-12 {
	background-color: #FFFFFF;
}

.gray-box {
	background-color: #D8D9DB;
	border-radius: 8px;
	padding: 15px;
	color: #000000;
	font-size: 15px;
	display: inline-block;
	width: auto;
}

.gray-box h2 {
	margin-top: 0;
	font-weight: 600;
}

.gray-box li {
	font-weight: 600;
}

#jumbotron-image {
	margin: 0 auto;
	position: relative;
	top: 0;
}

#jumbotron-text-top {
	position: absolute;
	top: 30px;
	left: 0;
	font-size: 50px;
	background-color: rgba(255, 255, 255, .5);
	padding: 10px;
	color: #8F3E97;
	font-weight: 600;
}

#jumbotron-text-bottom {
	position: absolute;
	bottom: 0;
	color: #FFFFFF;
	font-size: 20px;
	padding-left: 0;
	padding-bottom: 40px;
}

#jumbotron-text-bottom-right {
	position: absolute;
	bottom: 0;
	right: 0;
	padding-right: 60px;
}

#jumbotron-text-bottom .header {
	font-size: 30px;
	text-align: left;
	margin-left: -15px;
}

.color-light-purple {
	color: #B87CB5;
}

.bg-color-light-purple {
	background-color: #B87CB5;
}

.color-dark-purple {
	color: #8F3E97;
}

.bg-color-dark-purple {
	background-color: #8F3E97 !important;
}

.btn-xlg {
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 25px;
	font-weight: bold;
}

.btn-white {
	color: #000000;
	background-color: #FFFFFF;
	border-color: #FFFFFF;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white {
	color: #000000;
	background-color: #DEDEDE;
	border-color: #FFFFFF;
}

.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white {
	background-image: none;
}

.btn-white.disabled,
.btn-white[disabled],
fieldset[disabled] .btn-white,
.btn-white.disabled:hover,
.btn-white[disabled]:hover,
fieldset[disabled] .btn-white:hover,
.btn-white.disabled:focus,
.btn-white[disabled]:focus,
fieldset[disabled] .btn-white:focus,
.btn-white.disabled:active,
.btn-white[disabled]:active,
fieldset[disabled] .btn-white:active,
.btn-white.disabled.active,
.btn-white[disabled].active,
fieldset[disabled] .btn-white.active {
	background-color: #FFFFFF;
	border-color: #FFFFFF;
}

.btn-white .badge {
	color: #FFFFFF;
	background-color: #000000;
}

.btn-square-bottom {
	border-radius: 4px 4px 0 0;
}

#wwyg-links li {
	color: #000000;
	font-size: 25px;
}

#wwyg-links li a {
	color: #000000;
	text-decoration: underline;
}

#wwyg-links li.logo-item {
	display: inline-block;
	margin-top: 10px;
	margin-left: 30px;
}

#wwyg-links li.logo-item .img-options {
	font-size: 20px;
}

@media (max-width: 767px) {

	#jumbotron-text-top {
		top: 10px;
		font-size: 20px;
	}

	#jumbotron-text-bottom-right {
		padding-right: 10px;
	}

	#row-4 .separator {
		margin: 0 auto;
		margin-top: 10px;
		margin-bottom: 30px;
		width: 70%;
		border-bottom: 3px dotted #000000;
	}

	#row-4 .box-left {
		padding: 25px;
		font-size: 20px;
		text-align: center;
	}

	#row-4 .box-right {
		padding: 25px;
		font-size: 20px;
		text-align: center;
	}

	#row-8 {
		padding: 0;
	}

	#row-8 h2 {
		margin: 0;
		padding: 0 0 10px 0;
		font-size: 20px;
	}

	#row-8 p {
		font-size: 18px;
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 0;
	}

	#row-10 {
		padding: 20px;
		padding-bottom: 10px;
	}

	#row-10 .row > div {
		margin-bottom: 20px;
	}

	.gray-box {
		width: 100%;
		float: none !important;
		clear: both;
		font-size: 15px;
		margin-bottom: 0;
	}

	.gray-box h2 {
		font-size: 20px;
	}

}

@media (min-width: 1025px) {
	#row-2 {
		font-size: 30px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	#row-8 {
		/*padding: 20px;*/
	}

	#row-8 p {
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 0;
	}
}

@media (max-width: 767px) {
	.wwyg-container {
		padding-left: 0;
		padding-right: 0;
	}

	#row-7 .hashtag {
		font-size: 30px;
	}

	#row-2 {
		font-size: 18px;
	}

	#row-2 .header {
		display: block;
		font-size: 25px;
		font-weight: 600;
	}

	#row-2 .event-date {
		font-weight: 600;
	}

	#row-2 .caption a {
		font-size: 15px;
	}

	#row-3 {
		font-size: 25px;
	}

	#row-3 .row div {
		padding-top: 10px;
	}

	#row-6 {
		font-size: 18px;
		padding: 20px 20px;
	}

	#row-9 {
		padding: 20px;
	}

	#row-4 .row, #row-8 .row {
		margin: 0 auto;
	}

	#row-12 {
		padding-left: 10px;
	}
	
	#wwyg-links li.logo-item {
		margin-left: 0;
		margin-right: 10px;
	}

}

@media (max-width: 991px) {
	#row-2 {
		font-size: 20px;
	}

	#row-2 .video-title {
		font-size: 20px;
	}
}

@media (min-width: 375px) and (max-width: 991px) {

	/*#row-10 .row > div {
		margin-left: 15px;
	}*/

	.blueimp-gallery > .slides > .slide > .text-content {
		margin-top: 50%;
	}

}
