@charset "UTF-8";
/* CSS Document */

/* =====================================
    Global Styles
===================================== */
body {
	margin: 0;
	padding: 0;
	font-family: 'Quattrocento Sans', sans-serif;
	font-size: 16px;
	background: url(/images/background.jpg) no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

a {
	outline: none !important;
	color: #78a22f;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

a.button, a.button:focus {
	text-decoration: none;
    background: #004712;
    text-transform: uppercase;
    font-size: 14px;
    color: #ffffff;
    font-weight: normal;
    border: none;
    box-shadow: none;
}

a.button:hover {
	color: #ffffff;
	background: #78a22f;
}

a.customButton {
	color: #ffffff;
    text-decoration: none;
    background: #be2135;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 2px;
}

a.customButton:hover {
    background: #333333;
}

a.reversed {
	color: #222;
}

a.reversed:hover {
	color: #78a22f;
}

img {
	max-width: 100%;
}

.pageback {
	background: #ffffff;
}


.clearBoth {
	clear: both;
	height: 0;
}

.lgTxt {
	font-size: 20px;
	line-height: 26px;
	color: #79abb1;
	padding: 0 25px;
}

.smallTxt {
	font-size: 11px;
}

.lightGreen {
	color: #78a22f;
}

.grape-text {
    color: #810f47;
}

.textcenter {
	text-align: center;
}

.center {
	text-align: center;
	margin-bottom: 15px;
}

.alignright {
	float: right;
}

.noLeft {
	margin-left: 0 !important;
}

.mobileOnly {
	display: none;
}

.noList {
	list-style: none !important;
}

.alert-bar {
    background-color: #810f47;
    color: #fff;
    padding: 10px 0;
}

.alert-bar p {
    font-size: 14px;
    margin-bottom: 0;
    text-align: center;
}

/* =====================================
    Form Styles
===================================== */
form input[type=submit], button.customButton {
	color: #ffffff;
    text-decoration: none;
    background: #004712;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 2px;
    line-height: 1;
    height: auto;
    border: none;
    font-weight: normal;
}

form input[type=submit]:hover, button.customButton:hover {
    color: #ffffff;
    opacity: 0.8;
}

form p {
	margin-bottom: 10px;
}

label {
	font-size: 14px;
	font-weight: 600;
	color: #333333;
}

input[type=text], input[type=tel], input[type=email], select {
	width: 100%;
	font-size: 14px;
}

select:invalid {
	color: #888888;
}

input:-ms-select-placeholder {
	color: #888888;
}

/* =====================================
    Header Styles
===================================== */
.headerLogo {
	padding: 20px 0 15px 20px;
}

.headerLogo img {
	max-width: 250px;
}

.headerDate {
	text-align: right;
	padding: 20px 20px 0 0;
}

.headerDate h2 {
	text-transform: uppercase;
	font-size: 24px;
	letter-spacing: .01em;
	padding: 15px 0 0 0;
}

.btnHeaderLF {
	float: right;
}

.btnHeaderRT {
	float: right;
}

.topNav {
	background: #004712;
	text-align: center;
}

.topNav .sf-menu li {
	background: #004712;
}

.topNav .sf-menu li:hover, .topNav .sf-menu li.sfHover {
	background: #78a22f;
}

.topNav .sf-menu ul li {
	background: #78a22f;
}

.topNav .sf-menu ul li:hover {
	background: #99ba5a;
}

.topNav ul ul li a {
	text-align: left;
	font-size: 14px;
}

/* =====================================
    Slider Styles
===================================== */
.slideWrap {
	padding: 15px;
}

body .flex-control-paging li a.flex-active {
	background: #78a22f;
}

body .flex-control-paging li a:hover {
	background: #004712;
}

.flexslider {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

/* =====================================
    Gallery Styles
===================================== */
.galleryEvent {
	margin-bottom: 30px;
}

.galleryEvent img {
	width: 100%;
}

.galleryEvent a img:hover {
	-webkit-filter: grayscale(.8);
	filter: grayscale(80%);
	cursor: pointer;
}

#lightgallery img:hover {
	-webkit-filter: grayscale(1);
	filter: grayscale(100%);
}

.captions h3  {
	font-size: 22px;
}

.captions {
	font-size: 16px;
}

.customHtml {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.75);
    bottom: 0;
    color: #fff;
    font-family: Arial,sans-serif;
    height: 70px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 9;
}

/* =====================================
    Page Styles
===================================== */
.pageData {
	padding: 15px;
}

.pageTitle h1 {
	padding: 0;
	margin: 0;
	font-size: 24px;
	color: #004712;
	text-transform: uppercase;
	letter-spacing: .02em;
}

.pageTitle {
	border-bottom: solid 2px #cccccc;
	margin-bottom: 25px;

}

.pageData h2 {
	border-bottom: 1px solid #cccccc;
    margin: 0 0 10px;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: .02em;
}

.pageData h2.secondary-title {
	border: 0;
	font-size: 24px;
	margin-bottom: 30px;
}

.pageData h3 {
    margin: 0 0 20px;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: .02em;
}

.pageData ul {
	list-style: outside;
	margin-left: 25px;
	padding-right: 20px;
	margin-top: 10px;
	line-height: 18px;
}

.homeTeaser {
	margin-top: 15px;
}

.homeTeaser img {
	width: 100%;
}

.homeTeaser h2 {
	background: #004712;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: .03em;
	display: block;
	width: 70%;
	padding: 7px 7px 7px 15px;
	margin: 0 0 -2px 0;
}

.homeTeaser p {
	color: #555555;
	padding: 0 5px;
}

.crumbtrail {
	padding-bottom: 15px;
	font-size: 14px;
}

.infoBox {
	background: #004712;
	color: #ffffff;
	padding: 20px;
	font-size: 14px;
	margin-bottom: 8px;
}

.infoBox h3 {
	text-transform: uppercase;
	font-size: 18px;
	color: #ffffff;
	padding: 0;
	margin: 0 0 15px 0;
}

.infoBox a {
	color: #ffffff;
	text-decoration: none;
	background: #be2135;
	padding: 5px 20px;
	text-transform: uppercase;
	display: inline-block;
	margin: 10px 0 0 0;
}

.infoBox a:hover {
	background: #ffffff;
	color: #000000;
}

.infoBox ul {
	margin-left: 0 !important;
	padding-left: 15px !important;
}

.infoBox li {
	margin-bottom: 20px;
	padding-right: 20px;
}

.infoBtn  {
	width: 100%;
	text-align: center;
	color: #ffffff;
    text-decoration: none;
    background: #be2135;
    text-transform: uppercase;
}

.infoBtn a {
	padding: 5px 0;
	margin: 0;
	width: 100%;
	font-size: 16px;
	letter-spacing: .1em;
}

.titleImage {
	margin-bottom: 15px;
}

.titleImage img {
	max-width: 100%;
}

.sponsors img {
	max-width: 100%;
}

.sponsor-five {
	width: 20%;
	display: inline-block;
	float: left;
	box-sizing: border-box;
	padding: 0 10px;
}

.sponsor-row {
	margin-bottom: 40px;
}

.sponsor-row h2 {
	margin-bottom: 30px;
}

.volunteerForm textarea {
	width: 100%;
	min-height: 200px;
}

.thankYou {
	text-align: center;
	width: 100%;
	margin-top: 50px;
}

.captcha_wrapper {
	float: left;
}

.omni {
	display: inline-block;
	float: right;
	text-align: right;
}

.omni a:hover {
	color: #ffffff;
}

.highlight h2 {
	border-bottom: none;
	font-size: 18px;
}

.highlight {
	background-color: #eeeeee;
	padding: 15px;
	margin-bottom: 20px;
}

.error404 {
	padding: 150px 0;
}

.logosPad {
	padding-left: 5%;
}

.beer-garden .logos p {
	line-height: 1.25;
}

.home-info-section {
    padding: 30px;
}

.homelgTxt {
    margin: 0 auto;
    width: 85%;
}

/* =====================================
    Footer Styles
===================================== */
.legal {
	color: #ffffff;
	text-transform: uppercase;
	background: #004712;
	padding: 5px;
	letter-spacing: .05em;
	font-size: 12px;
}

.footer {
	color: #ffffff;
	background: #78a22f;
	padding: 15px;
}

.footerLinks {
	width: 170px;
	float: left;
	margin-top: 15px;
	font-size: 14px;
}

.footerLinks ul {
	margin: 0 30px 0 0;
	padding: 0;
	list-style: none;
}

.footerLinks li {
	margin: 0;
	padding: 0;
}

.footerLinks a {
	text-decoration: none;
	color: #ffffff;
}

.footerLinks a:hover {
	color: #004712;
}

.footerLogo {
	width: 180px;
	float: right;
	text-align: center;
}

.footerLogo img {
	width: 100%;
	max-width: 130px;
}

.footerLF {
	width: 115px;
}

.footerMid {
	border-left: solid 1px #ffffff;
	border-right: solid 1px #ffffff;
	padding-left: 30px;
	margin-right: 30px;
	width: 130px;
}

.socials {
	text-align: center;
}

.socials img {
	width: 35px;
}

.socials ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.socials li {
	display: inline-block;
}

.pageData #lightgallery img {
    width: 175px;
    margin-right: 2px;
}

/* =====================================
    Mobile Menu
===================================== */
.mobile-nav {
    display: none;
}

.menu-btn {
    position: absolute;
    top: 26px;
    left: 20px;
    cursor: pointer;
}

.menu-btn div {
    line-height: 1.2;
    font-size: 18px;
    font-weight: 200;
    vertical-align: middle;
    z-index: 99;
}

.menu-btn span {
    display: block;
    width: 20px;
    height: 3px;
    margin: 4px 0;
    background: #ffffff;
    z-index: 99;
}

.responsive-menu, .subresponsive-menu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    background: #eeeeee;
}

.responsive-menu ul {
	padding-left: 20px;
}

.responsive-menu ul, .subresponsive-menu ul {
    margin: 20px 0 0;
    list-style: none;
}

.responsive-menu ul li, .subresponsive-menu ul li {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.responsive-menu ul li.hasSubmenu {
	padding-bottom: 0 !important;
}

.responsive-menu ul li:last-child, .subresponsive-menu ul li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.responsive-menu ul li a, .subresponsive-menu ul li a {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
}

.responsive-menu ul ul, .subresponsive-menu ul ul {
	padding-left: 40px;
}

.expand {
    display: none;
    max-height: 800px;
    transition: max-height 0.3s ease-in;
}

/* Media Queries */

@media screen and (max-width: 1040px) {
	.topNav .sf-menu a {
		padding: .75em .5em;
	}
}

@media (max-width: 960px) {
	.sponsor-five {
		width: 50%;
	}
}

@media (max-width: 730px) {
	.mobile-nav {
        display: inline;
    }

    .responsive-menu {
        border-top: 1px solid #dddddd;
    }

    .expand {
        display: block;
    }

    .topNav {
    	display: none;
    }

    .container .headerLogoWrap {
    	width: 100%;
    	background-color: #004712;
    	border-bottom: 4px solid #78a22f;
    }

    .container .headerLogoWrap img {
    	width: 100px;
    }

    .container .headerLogo {
    	padding: 10px 20px 5px;
    	text-align: center;
    }

    .container .headerDate {
    	padding: 0 20px;
    	text-align: center;
    	width: 100%;
    	margin-left: 0;
    }

    .container .headerDate h2 {
    	margin: 0;
    	padding-bottom: 15px;
    }

    .headerBtns {
    	width: 245px;
    	margin: 0 auto;
    	display: none;
    }

    .nonMobile {
    	display: none;
    }

    .mobileOnly {
    	display: inline;
    }
}

@media (max-width: 720px) {
	.galleryEvent h2 {
		font-size: 16px;
		letter-spacing: -.01em;
	}
}

@media (max-width: 650px) {

	.wizard > .steps > ul > li {
    	width: 100%;
	}

	.package {
		margin-bottom: 75px;
	}

	.omni {
		width: 100%;
		float: left;
		background: #004712;
		text-align: left;
    	clear: both;
    	margin-top: 5px;
	}

	.legal {
		clear: both;
	    width: 100%;
	    float: left;
	    box-sizing: border-box;
	}
}

@media (max-width: 550px) {
	.pageData #lightgallery img {
    	width: 100%;
	}


	.galleryEvent h2 {
		font-size: 20px;
	}

	.footerMid {
		padding: 0;
		margin: 0;
		border: none;
	}

	.footerLinks {
		text-align: center;
		width: 100%;
		font-size: 18px;
		padding: 0;
		margin: 0;
	}

	.footerLinks ul {
		margin: 0;
	}

	.footerLogo {
		margin-top: 25px;
		width: 100%;
		text-align: center;
	}

	.footerLogo img {
		width: 85%;
	}

	.socials {
		margin-top: 25px;
	}

	.socials img {
		width: 35px;
	}

	.logosPad {
 		padding-left: 0;
 	}

 	.sponsor-five {
		width: 100%;
	}
}