/*
Theme Name: The Maldon Mud Race
Author: Pipe Media
Author URI: http://www.pipe.media
Description: Responsive WordPress Theme for The Maldon Mud Race
Version: 1.0
*/

@font-face {
    font-family: 'BeachBarBold';
    src: url('webfonts/deartype_-_beachbar-bold-webfont.woff2') format('woff2'),
         url('webfonts/deartype_-_beachbar-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BeachBarHeavy';
    src: url('webfonts/deartype_-_beachbar-heavy-webfont.woff2') format('woff2'),
         url('webfonts/deartype_-_beachbar-heavy-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* Basic Styles
------------------------------------------- */

	body {
		background-color: #FFFFFF;
		font-family: "filson-soft", Helvetica, Arial, Sans-serif;
		font-size: 18px;
		line-height: 27px;
		color: #454545;
		font-weight: 400;
	}

/* Typography
------------------------------------------- */

	h1, h2, h3, h4, h5, h6 {
		color: #454545;
		font-weight: 400;
		margin: 40px 0 25px; }
	h1, h2 { color: #581729; font-weight: 700; text-transform: uppercase; font-weight: 900; }
	h1 { font-size: 56px; line-height: 66px; }
	h2 { font-size: 54px; line-height: 62px; }
	h3 { font-size: 22px; line-height: 28px; }
	h4 { font-size: 20px; line-height: 26px; }
	h5 { font-size: 18px; line-height: 24px; }
	h6 { font-size: 16px; line-height: 22px; }
	
	p { margin: 0 0 18px; font-weight: 300; }
	p img { margin: 0; }
	p.btn-holder { margin: 0; }

	em { font-style: italic; }
	strong { font-weight: 600; }
	small { font-size: 80%; }

/*	Blockquotes  */
	blockquote, blockquote p { color: #E94E1B; font-weight: 400; }
	blockquote { margin: 0 0 18px; padding: 0; }
	blockquote p:last-child { margin: 0; }

/*	Horizontal Line  */
	hr { border: dotted #CCCCCC; border-width: 3px 0 0; clear: both; margin: 15px 0; height: 0; }

/* Links
------------------------------------------- */

	a { color: #454545; text-decoration: underline; outline: 0; -o-transition: all 0.4s ease-out 0s; -webkit-transition: all 0.4s ease-out 0s; -moz-transition: all 0.4s ease-out 0s; }
	a:hover { color: #444444; }

	a.btn {
		background-color: #E50051;
		text-transform: uppercase;
		text-decoration: none;
		font-size: 28px;
		color: #E50051;
		padding: 10px 35px 10px 25px;
		display: inline-block;
		font-weight: 900;
		position: relative;
		line-height: 44px;
		margin: 26px 0;
	}
		
	a.btn::after {
		background: url('images/splat-arrow.svg') no-repeat;
		background-size: 100% auto;
		width: 135px;
		height: 166px;
		display: inline-block;
		content: "";
		position: absolute;
		right: -50px;
		top: -26px;
	}
	
	a.btn span {
		color: #FFFFFF;
		position: absolute;
		left: 25px;
		top: 10px;
		z-index: 9999;
	}
	
	a.btn.btn-small {
		line-height: 26px;
		font-size: 18px;
		padding: 10px 15px;
		margin: 0 0 30px;
		color: #FFFFFF;
	}
	
	a.btn.btn-small::after {
		display: none;
	}

/* Lists
------------------------------------------- */

	ul {
		list-style: square;
		padding: 0 0 0 25px;
	}
	
	ul li, ol li {
		margin: 0 0 5px;
	}

/* Images
------------------------------------------- */

	img {
		max-width: 100%;
		height: auto;
	}

	img.alignleft {
		float: left;
		margin: 0 20px 0 0;
	}
	
	img.alignright {
		float: right;
		margin: 0 0 0 20px;
	}

/* Forms
------------------------------------------- */
	
	/*input, textarea, select {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		border-radius: 0;
	}*/
	
	form .frm_submit button {
		background-color: #E50051;
		text-transform: uppercase;
		text-decoration: none;
		font-size: 24px;
		color: #FFFFFF;
		padding: 8px 60px 8px 15px;
		display: inline-block;
		font-weight: 900;
		position: relative;
		line-height: 39px;
		margin: 26px 0;
	}
	
	form .frm_submit button::after {
		background: url('images/splat-arrow.svg') no-repeat;
		background-size: 100% auto;
		width: 110px;
		height: 166px;
		display: inline-block;
		content: "";
		position: absolute;
		right: -50px;
		top: -20px;
	}

/* Table
------------------------------------------- */

	table {
		margin: 0 0 20px;
	}

	table tr td {
		border-bottom: 1px solid #DDDDDD;
		padding: 10px;
	}

/* Cookie Consent
------------------------------------------- */

	#cookie-law {
	    background-color: #E50051;
		padding: 10px 0;
		width: 100%;
	}

	#cookie-law p {
		line-height: 21px;
	    font-size: 16px;
	    color: #FFFFFF;
		margin: 0;
	}

	#cookie-law p a {
		color: #FFFFFF;
	}

	#cookie-law p a.close-cookie-banner {
		background: url('images/close.png') no-repeat;
		background-size: 20px 20px;
		float: right;
		width: 20px;
		height: 20px;
		display: block;
		text-indent: -9999px;
		margin: 1px 0 0;
	}

/* Header
------------------------------------------- */
	
	header {
		padding-top: 25px;
		height: 135px;
	}
	
	header .row {
		position: relative;
	}
	
	header #logo {
		background: url('images/logo-tm.svg') no-repeat;
		background-size: 100% auto;
		width: 225px;
		height: 220px;
		position: absolute;
		top: 0;
		left: 1rem;
		z-index: 999;
	}
	
	header #logo a {
		display: block;
		text-indent: -9999px;
		width: 100%;
		height: 100%;
	}
	
	header .header-content {
		position: relative;
	}
	
	header nav {
		margin-top: 60px;
	}
	
	header nav ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	header nav ul li {
		text-transform: uppercase;
		font-size: 20px;
		float: left;
		font-weight: 900;
		margin: 0 15px 0 0;
	}
	
	header nav ul li a {
		text-decoration: none;
		color: #581729;
		display: block;
		padding: 5px;
	}
	
	header nav ul li a:hover {
		color: #581729;
	}
	
	header h4 {
		font-family: 'BeachBarBold', Serif;
		font-size: 35px;
		position: absolute;
		top: 0;
		right: 1rem;
		margin: 0;
	}
	
	header h3.date {
		font-family: "filson-soft", Helvetica, Arial, Sans-serif;
		font-weight: 900;
		color: #E94E1B;
		font-size: 28px;
		line-height: 26px;
		position: absolute;
		top: 0;
		left: 20px;
		margin: 0;
	}
	
	header h3.date span {
		font-weight: 400;
		color: #454545;
		font-size: 18px;
	}
	
	header .btn-holder {
		position: absolute;
		bottom: -64px;
		right: 3rem;
		z-index: 999;
	}
	
	#message {
		background-color: #E94E1B;
		text-align: center;
		color: #FFFFFF;
		font-size: 24px;
		line-height: 30px;
		padding: 20px 0;
	}
	
	#message a {
		color: #FFFFFF;
	}

/* Footer
------------------------------------------- */
	
	footer {
		background: url('images/footer.jpg') center no-repeat;
		background-size: cover;
		padding: 60px 0 30px;
		text-align: center;
	}
	
	footer .logo {
		background: url('images/logo-tm-white.svg') no-repeat;
		background-size: 100% auto;
		width: 225px;
		height: 220px;
		margin: 0 auto 40px;
	}
	
	footer p {
		color: #FFFFFF;
		font-weight: 400;
	}
	
	footer p a, footer p a:hover {
		text-decoration: none;
		color: #FFFFFF;
	}
	
	footer p.credit a {
		text-decoration: underline;
	}
	
	footer ul {
		list-style: none;
		margin: 0;
		padding: 0;
		text-align: center;
	}
	
	footer ul.links {
		margin-bottom: 20px;
	}
	
	footer ul.links li {
		display: inline-block;
	}
	
	footer ul.links li.sep {
		color: #C04A25;
		margin: 0 10px;
	}
	
	footer ul.links li a {
		text-decoration: none;
		color: #FFFFFF;
	}
	
	footer ul.links li a:hover {
		text-decoration: underline;
	}
	
	footer ul.social {
		margin: 40px 0;
	}
	
	footer ul.social li {
		background: url('images/social.svg') no-repeat;
		background-size: 280px auto;
		width: 70px;
		height: 71px;
		display: inline-block;
		margin: 0 10px;
	}
	
	footer ul.social li.twitter {
		background-position: -70px 0;
	}
	
	footer ul.social li.facebook {
		background-position: -140px 0;
	}
	
	footer ul.social li.youtube {
		background-position: -210px 0;
	}
	
	footer ul.social li a {
		display: block;
		text-indent: -9999px;
		width: 100%;
		height: 100%;
	}
	
/* Page
------------------------------------------- */	
	
	.row {
		max-width: 1340px;
	}
	
	section#header {
		background-color: #E1D9DB;
		text-align: center;
		padding: 70px 0;
	}
	
	section#header h1 {
		margin: 0;
	}
	
	section#page {
		background-color: #EEEEEE;
		padding: 100px 0;
		background-size: cover !important;
		background-repeat: none !important;
		background-position: center !important;
	}
	
	section#page.page-album {
		background-color: #FFFFFF;
		padding: 50px 0;
	}
	
	section#page .content-holder {
		background: rgba(255, 255, 255, 0.92);
		padding: 100px;
		position: relative;
	}
	
	section#page .content-holder::before {
		background: url('images/splat.svg') no-repeat;
		background-size: 100% auto;
		width: 220px;
		height: 188px;
		display: inline-block;
		content: "";
		position: absolute;
		right: -90px;
		top: -75px;
	}
	
	section#page .content-holder::after {
		background: url('images/splat.svg') no-repeat;
		background-size: 100% auto;
		width: 155px;
		height: 133px;
		display: inline-block;
		content: "";
		position: absolute;
		left: -80px;
		bottom: 40px;
	}
	
	section#page.page-enter .content-holder::after,
	body.page-id-16 section#page .content-holder::after,
	section#page.page-album .content-holder::after,
	section#page.page-album .content-holder::before {
		background: none;
	}
	
	section#page .content-holder h2 {
		font-weight: 400;
		font-size: 26px;
		line-height: 39px;
		text-transform: none;
		color: #454545;
		margin-bottom: 20px;
	}
	
	section#page .content-holder h2:first-child {
		margin-top: 0;
	}
	
	section#page .content-holder ol,
	section#page .content-holder ul {
		font-weight: 300;
	}
	
	section#page .content-holder #accordion,
	section#page .content-holder #accordion-2 {
		margin-top: -20px;
	}
	
	section#page .content-holder #accordion h3,
	section#page .content-holder #accordion-2 h3 {
		font-size: 22px;
		line-height: 34px;
		border-bottom: 3px dotted #CCCCCC;
		margin: 0;
		padding: 20px 0;
		cursor: pointer;
	}
	
	section#page .content-holder #accordion h3:focus,
	section#page .content-holder #accordion-2 h3:focus {
		outline: none;
	}
	
	section#page .content-holder #accordion .ui-accordion-content,
	section#page .content-holder #accordion-2 .ui-accordion-content {
		padding: 20px 0;
	}
	
	body.page-id-145 section#page .content-holder h2 {
		margin-bottom: 20px;
	}
	
	body.page-id-145 section#page .content-holder a.btn {
		margin-top: 20px;
	}
	
/* Home
------------------------------------------- */
	
	section#video {
		position: relative;
		height: 800px;
		width: 100%;
		overflow: hidden;
		top: 0;
		right: 0;
	}
	
	section#video video {
		min-width: 100%;
		height: auto;
	}
	
	section#video .overlay {
		background: rgba(0, 0, 0, 0.6);
		width: 100%;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		position: absolute;
		text-align: center;
	}
	
	section#video .overlay-text {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		text-align: center;
		width: 100%;
	}
	
	section#video .overlay h1,
	section#video .overlay h2 {
		color: #FFFFFF;
	}
	
	section#video .overlay h1 {
		font-family: 'BeachBarHeavy', Serif;
		font-size: 130px;
		text-transform: none;
		margin: 0 0 80px;
	}
	
	section#video .overlay h2 {
		font-size: 54px;
		letter-spacing: 4px;
		margin: 0 0 60px;
		height: 140px;
	}
	
	section#video .overlay a.btn {
		padding: 25px 35px 25px 35px;
		font-size: 42px;
	}
	
	section#video .overlay a.btn span {
		left: 35px;
		top: 25px;
	}
	
	section#video .overlay a.btn::after {
		width: 185px;
		height: 156px;
		top: -28px;
		right: -82px;
	}
	
	section#totals {
		background-color: #E94E1B;
		padding: 80px 0;
		text-align: center;
	}
	
	section#totals h2 {
		color: #FFFFFF;
		margin: 0 0 70px;
	}
	
	section#totals h3 {
		font-size: 36px;
		color: #FFFFFF;
		line-height: 44px;
		margin: 0;
		font-weight: 700;
	}
	
	section#totals h3 span {
		font-family: 'BeachBarHeavy', Serif;
		font-size: 56px;
		color: #581729;
		margin-bottom: 12px;
		display: block;
	}
	
	section.sponsors-charities {
		padding: 80px 0;
		text-align: center;
	}
	
	section.sponsors-charities h2 {
		margin: 0 0 40px;
	}
	
	section.sponsors-charities p {
		font-size: 36px;
		line-height: 44px;
		color: #581729;
		font-weight: 400;
		margin: 40px 0;
	}
	
	section.sponsors-charities p.btn-holder {
		margin: 0;
	}
	
	section#blocks .row {
		width: 100%;
		max-width: none;
	}
	
	section#blocks .half-block {
		background: url('images/blocks/group-book.jpg') center no-repeat;
		background-size: cover;
		width: 50%;
		height: 500px;
		position: relative;
		float: left;
	}
	
	section#blocks .half-block.support {
		background: url('images/blocks/help-support.jpg') center no-repeat;
		background-size: cover;
	}
	
	section#blocks .half-block a {
		text-decoration: none;
		display: block;
		width: 100%;
		height: 100%;
	}
	
	section#blocks .half-block .title {
		background-color: #581729;
		padding: 20px 0;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
	}
	
	section#blocks .half-block .title h3 {
		color: #FFFFFF;
		font-size: 36px;
		line-height: 36px;
		text-align: center;
		margin: 0 auto;
		font-weight: 900;
		text-transform: uppercase;
		max-width: 485px;
	}
	
	section#faqs {
		background-color: #E50051;
		padding: 80px 0;
		text-align: center;
	}
	
	section#faqs h2 {
		color: #FFFFFF;
		margin: 0 0 60px;
	}
	
	section#faqs #accordion {
		text-align: left;
		margin-bottom: 70px;
	}
	
	section#faqs #accordion h3 {
		font-size: 48px;
		line-height: 48px;
		text-transform: uppercase;
		color: #FFFFFF;
		border-bottom: 3px dotted #FFFFFF;
		margin: 0;
		padding: 20px 0;
		cursor: pointer;
	}
	
	section#faqs #accordion h3:focus {
		outline: none;
	}
	
	section#faqs #accordion .ui-accordion-content {
		padding: 20px 0;
		color: #FFFFFF;
	}
	
	section#faqs #accordion .ui-accordion-content p {
		font-size: 22px;
		line-height: 32px;
	}
	
	section#faqs #accordion .ui-accordion-content p a {
		color: #FFFFFF;
	}
	
	section#faqs a.btn {
		background-color: #E94E1B;
		color: #E94E1B;
	}
	
	section#faqs a.btn span {
		color: #FFFFFF;
	}

/* Charities + Sponsors
------------------------------------------- */

	.charities-sponsors img {
		border: 1px solid #DDDDDD;
		background-color: #FFFFFF;
		padding: 10px 20px;
	}
	
	.charities-sponsors h3 {
		margin: 15px 0 25px;
	}
	
	.charities-sponsors .sponsor {
		position: relative;
	}
	
	.charities-sponsors .sponsor span {
		position: absolute;
		bottom: 1px;
		left: 1px;
		background-color: #990000;
		font-size: 13px;
		border-radius: 0 5px 0 0;
		padding: 2px 7px;
		color: #FFFFFF;
	}
	
	.charities-sponsors .sponsor-headline span {
		background-color: #E50051;
	}
	
	.charities-sponsors .sponsor-platinum span {
		background-color: #E94E1B;
	}
	
	.charities-sponsors .sponsor-silver span {
		background-color: #CCCCCC;
	}
	
	.charities-sponsors .sponsor-bronze span {
		background-color: #C77B30;
	}

/* Gallery
------------------------------------------- */

	.gallery h3 {
		margin: 15px 0 25px;
	}
	
	.gallery h3 a {
		text-decoration: none;
	}
	
	ul.gallery-images {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	ul.gallery-images li {
		width: 24%;
		float: left;
		margin: 0 1% 1% 0;
	}

/* Enter
------------------------------------------- */
	
	section#page .content-holder-form {
		padding: 100px;
	}
	
	section#page .content-holder-form a.btn-switch {
		background-color: #E50051;
		text-transform: uppercase;
		text-decoration: none;
		font-size: 28px;
		color: #FFFFFF;
		text-align: center;
		padding: 15px 0;
		display: block;
		margin: 0;
		font-weight: 900;
		position: relative;
		line-height: 44px;
	}
	
	section#page .content-holder-form a.btn-switch::after {
		border-left: 20px solid transparent;
		border-right: 20px solid transparent;
		border-top: 20px solid #E50051;
		background: none;
		top: 100%;
		left: 42%;
		position: absolute;
		width: 0;
		height: 0;
	}
	
	section#page .content-holder-form a.btn-switch.btn-disabled {
		background-color: #E1D9DB;
		color: #581729;
	}
	
	section#page .content-holder-form a.btn-switch.btn-disabled::after {
		display: none;
	}
	
	section#page .content-holder-form #frm_field_72_container {
		margin-top: 0;
	}
	
	section#page .content-holder-form #frm_field_72_container h3 {
		padding-top: 0;
	}
	
	section#page .content-holder-form form fieldset {
		padding-top: 0 !important;
	}
	
	section#page .content-holder-form h3 {
		margin-bottom: 10px;
	}
	
	section#page .content-holder-form .notice {
		background-color: #FFFFFF;
		border: 2px solid #990000;
		font-size: 16px;
		line-height: 22px;
		padding: 20px 20px 0;
	}
	
	section#page .content-holder-form .frm_button {
		background-color: #E94E1B;
		border-color: #E94E1B;
		color: #FFFFFF;
		font-size: 18px;
		font-weight: 600;
		padding: 10px 15px;
	}
	
	section#page .content-holder-form .frm_button .frm_icon_font::before {
		color: #FFFFFF;
	}
	
	section#page .content-holder-form .alert-notice {
		background-color: #E94E1B;
		color: #FFFFFF;
		font-size: 18px;
		line-height: 24px;
		padding: 15px;
		margin-bottom: 25px;
	}
	
	
/* Media Queries
------------------------------------------- */
	
/* Small only */
@media screen and (max-width: 39.9375em) {
	
	h1 {
		font-size: 42px;
		line-height: 46px;
	}
	
	h2 {
		line-height: 42px;
		font-size: 36px;
	}
	
	a.btn {
		padding: 10px 35px 10px 15px;
		line-height: 38px;
		font-size: 26px;
	}
	
	a.btn::after {
		right: -50px;
		top: -24px;
	}
	
	a.btn span {
		left: 15px;
	}
	
	input[type="text"], input[type="email"], textarea {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		border-radius: 0;
	}
	
	header {
		padding-top: 15px;
		height: auto;
		min-height: 110px;
	}
	
	header #logo {
		width: 165px !important;
		height: 167px !important;
	}
	
	header h3.date {
		text-align: right;
		left: auto;
		right: 1rem;
		font-size: 17px;
		line-height: 21px;
	}
	
	header h3.date span {
		font-size: 13px;
	}
	
	header #mobile_nav {
		width: 30px;
		height: 23px;
		position: relative;
		margin: 70px 0 0;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		-o-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		cursor: pointer;
		float: right;
		display: block;
	}

	header #mobile_nav span {
		display: block;
		position: absolute;
		height: 3px;
		width: 100%;
		background: #E50051;
		opacity: 1;
		left: 0;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .25s ease-in-out;
		-moz-transition: .25s ease-in-out;
		-o-transition: .25s ease-in-out;
		transition: .25s ease-in-out;
	}

	header #mobile_nav span:nth-child(1) {
		top: 0px;
	}

	header #mobile_nav span:nth-child(2), header #mobile_nav span:nth-child(3) {
		top: 10px;
	}

	header #mobile_nav span:nth-child(4) {
		top: 20px;
	}

	header #mobile_nav.open span:nth-child(1) {
		top: 12px;
		width: 0%;
		left: 50%;
	}

	header #mobile_nav.open span:nth-child(2) {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	header #mobile_nav.open span:nth-child(3) {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	header #mobile_nav.open span:nth-child(4) {
		top: 18px;
		width: 0%;
		left: 50%;
	}
	
	header nav {
		background-color: #E50051;
		margin: 120px -1rem 0 -1rem !important;
	}
	
	header nav ul {
		display: none;
		padding: 3rem 1rem 1rem;
	}
	
	header nav ul li {
		border-bottom: 3px dotted #FFFFFF;
		float: none;
		margin: 0;
	}
	
	header nav ul li:last-child {
		border: none;
	}
	
	header nav ul li a {
		padding: 10px 3px;
		color: #FFFFFF;
	}
	
	header nav ul li a:hover {
		color: #FFFFFF;
	}
	
	header nav ul li#menu-item-354 {
		background-color: #FFFFFF;
		margin-top: -3px;
		text-align: center;
	}
	
	header nav ul li#menu-item-354 a {
		color: #E50051;
	}
	
	section#blocks .half-block {
		width: 100%;
		float: none;
		height: 350px;
	}
	
	footer .logo {
		width: 180px;
		height: 182px;
	}
	
	footer ul.social li {
		margin: 10px;
	}
	
	section#video {
		height: 500px;
	}
	
	section#video .overlay h2 {
		line-height: 32px;
		font-size: 26px;
		padding: 0 15px;
		margin-bottom: 30px;
		height: auto;
	}
	
	section#video .overlay h2 span {
		display: none;
	}
	
	section#video .overlay h1 {
		font-size: 60px;
		line-height: 66px;
		padding: 0 15px;
		margin-bottom: 30px;
	}
	
	section#video .overlay a.btn {
		padding: 15px 35px 15px 15px;
		font-size: 32px;
	}
	
	section#video .overlay a.btn::after {
		width: 152px;
		height: 156px;
		top: -28px;
		right: -56px;
	}
	
	section#video .overlay a.btn span {
		top: 15px;
		left: 15px;
	}
	
	section#totals {
		padding: 60px 0 40px;
	}
	
	section#totals h3 {
		margin-bottom: 40px;
		font-size: 28px;
		line-height: 34px;
		padding: 0 40px;
	}
	
	section#totals h3 span {
		font-size: 48px;
	}
	
	section.sponsors-charities p {
		font-size: 28px;
		line-height: 36px;
	}
	
	section#header {
		padding: 85px 0 30px;
	}
	
	section#page {
		background: #FFFFFF !important;
		padding-top: 60px;
		padding-bottom: 40px;
	}
	
	section#page.page-album {
		padding: 0 0 30px;
	}
	
	section#page .content-holder {
		padding: 0 20px;
	}
	
	section#page .content-holder::before,
	section#page .content-holder::after {
		display: none;
	}
	
	section#blocks .half-block .title h3 {
		font-size: 24px;
		line-height: 28px;
	}
	
	section#faqs #accordion h3 {
		font-size: 30px;
		line-height: 36px;
	}
	
	ul.gallery-images li {
		width: 49%;
	}
	
	section#page .content-holder-form a.btn-switch {
		margin-bottom: 10px;
	}
	
	section#page .content-holder-form a.btn-switch::after {
		display: none;
	}
	
	footer {
		background-position: top left -160px;
	}
	
	#message {
		padding-top: 60px;
	}
	
}

@media screen and (max-width: 335px) {
	
	header #logo {
		width: 160px;
		height: 156px;
	}
	
	header h3.date {
		width: 125px;
	}
	
	header h3.date span {
		display: none;
	}
	
	a.btn {
		padding: 10px 25px;
	}
	
	a.btn span {
		left: 25px;
	}
	
	a.btn::after {
		display: none;
	}
	
	section#video .overlay a.btn {
		padding: 15px;
	}
	
}

/* Medium and up */
@media screen and (min-width: 40em) {}

@media screen and (min-width: 1331px) and (max-width: 1400px) {

	section#video {
		height: 750px;
	}
	
}

@media screen and (min-width: 1230px) and (max-width: 1330px) {
	
	header h3.date {
		left: -10px;
	}
	
	header nav {
		margin-left: -30px;
	}
	
	header nav ul li {
		margin-right: 10px;
	}
	
	section#video {
		height: 700px;
	}
	
	header .btn-holder {
		right: 4rem;
	}
	
}

@media screen and (min-width: 1024px) and (max-width: 1229px) {
	
	header #logo {
		width: 180px;
		height: 182px;
	}
	
	header h3.date {
		left: -35px;
	}
	
	header nav {
		margin-left: -55px;
	}
	
	header nav ul li {
		margin-right: 7px;
		font-size: 18px;
	}
	
	section#video {
		height: 700px;
	}
	
	section#video .overlay h1 {
		font-size: 100px;
	}
	
	section#video .overlay h2 {
		font-size: 40px;
		margin-bottom: 10px;
	}
	
	header .btn-holder {
		bottom: -38px;
	}
	
	header .btn-holder a.btn {
		font-size: 22px;
		padding: 10px 40px 10px 15px;
		line-height: 28px;
		margin: 17px 0;
	}
	
	header .btn-holder a.btn::after {
		width: 95px;
		height: 81px;
		right: -40px;
		top: -14px;
	}
	
	header .btn-holder a.btn span {
		left: 15px;
	}
	
}

@media screen and (max-width: 1023px) {
	
	h1 {
		font-size: 48px;
		line-height: 54px;
	}
	
	header {
		padding-top: 20px;
	}
	
	header #logo {
		width: 180px;
		height: 182px;
	}
	
	header nav {
		margin-left: -55px;
	}
	
	header nav ul li {
		margin-right: 7px;
		font-size: 17px;
	}
	
	header h3 {
		font-size: 30px;
	}
	
	header .btn-holder {
		bottom: -55px;
	}

	header .btn-holder a.btn {
		font-size: 22px;
		padding: 10px 40px 10px 15px;
		line-height: 28px;
		margin: 17px 0;
	}
	
	header .btn-holder a.btn::after {
		width: 95px;
		height: 81px;
		right: -40px;
		top: -14px;
	}
	
	header .btn-holder a.btn span {
		left: 15px;
	}
	
	section#header {
		padding: 70px 0 40px;
	}
	
}

@media screen and (max-width: 39.9375em) {

	h1 {
		font-size: 42px;
		line-height: 46px;
	}
	
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	
	h1 {
		font-size: 44px;
		line-height: 50px;
	}
		
	h2 {
		font-size: 40px;
		line-height: 46px;
	}
	
	input[type="text"], input[type="email"], textarea {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		border-radius: 0;
	}
	
	header {
		padding-top: 15px;
	}
	
	header h3.date {
		font-size: 24px;
	}
	
	header h3.date span {
		font-size: 16px;
	}
	
	header .btn-holder {
		bottom: auto;
		top: -17px;
	}
	
	header nav {
		margin-left: 0;
	}
	
	section#totals {
		padding: 80px 0 40px;
	}
	
	section#totals h3 {
		margin-bottom: 40px;
		font-size: 26px;
		line-height: 32px;
		padding: 0 60px;
	}
	
	section#totals h3 span {
		font-size: 48px;
		margin-bottom: 15px;
	}
		
	section.sponsors-charities p {
		font-size: 30px;
		line-height: 36px;
	}
	
	section#blocks .half-block {
		height: 300px;
	}
	
	section#blocks .half-block .title h3 {
		font-size: 22px;
		line-height: 26px;
		padding: 0 40px;
	}
	
	section#faqs #accordion h3 {
		font-size: 34px;
		line-height: 42px;
	}
	
	section#video {
		height: 600px;
	}
	
	section#video .overlay h2 {
		font-size: 24px;
		margin-bottom: 20px;
		height: 75px;
	}
	
	section#video .overlay h1 {
		font-size: 90px;
		line-height: 96px;
		margin-bottom: 20px;
	}
	
	section#video .overlay a.btn {
		padding: 15px 55px 15px 25px;
		font-size: 34px;
	}
	
	section#video .overlay a.btn span {
		top: 15px;
		left: 25px;
	}
	
	section#video .overlay a.btn::after {
		width: 157px;
		height: 135px;
		top: -28px;
		right: -70px;
	}
	
	section#page .content-holder {
		padding: 80px;
	}
	
	section#page .content-holder::before,
	section#page .content-holder::after {
		display: none;
	}
	
	section#page .content-holder-form a.btn-switch {
		font-size: 24px;
	}
	
}

@media screen and (min-width: 640px) and (max-width: 766px) {

	header #logo {
		width: 160px;
		height: 162px;
	}
	
	header .btn-holder {
		right: 1rem;
		bottom: auto;
		top: 0;
	}
	
	header .btn-holder a.btn {
		padding: 10px 15px;
		margin: 0;
	}
	
	header .btn-holder a.btn::after {
		display: none;
	}
	
	header nav ul li {
		margin-right: 3px;
	}
	
	header nav ul li#menu-item-18 {
		display: none;
	}
	
}

/* Large and up */
@media screen and (min-width: 64em) {}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {}