/*	FONTS
----------------------------------------------*/
@import url('korinna.css');

@font-face {
    font-family: 'BrothersRegularMedium';
    src: url('../fonts/brothers/brothreg-071211005EmigreWebOnly.eot');
    src: url('../fonts/brothers/brothreg-071211005EmigreWebOnly.eot?#iefix') format('embedded-opentype'),
         url('../fonts/brothers/brothreg-071211005EmigreWebOnly.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BrothersBoldAlternatesBold';
    src: url('../fonts/brothers/brothbolalt-071211005EmigreWebOnly.eot');
    src: url('../fonts/brothers/brothbolalt-071211005EmigreWebOnly.eot?#iefix') format('embedded-opentype'),
         url('../fonts/brothers/brothbolalt-071211005EmigreWebOnly.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/*	CLEAR FLOATS
----------------------------------------------*/
.clr:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clr{zoom: 1;}


/*	GLOBAL STYLES
----------------------------------------------*/
*{
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}

body{
	font: 16px/24px 'KorinnaStd-Regular', Georgia, serif;
	background: #fbf8e1 url('../images/bg.gif') repeat left top;
	color: #231f20;
	padding-top: 220px;
}

body.admin-bar{
	padding-top: 188px;
}

.fixedTop{
	width: 100%;
	height: 220px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 30;
}

header{
	height: 220px;
	background: url('../images/header-bg.png') repeat-x left top;
	position: relative;
}

header .row{
	background: url('../images/nav-bg.gif') repeat-x left 50px;
	width: 1100px;
}

.logo{
	float: left;
	margin: 0 25px 0 15px;
}

.mobileNavHeader, #navToggle, .mobileHeadline{
	display: none;
}

/* top level navigation */
nav ul{
	list-style: none;
}

header nav ul{
	margin: 62px 0 0 0;
	position: relative;
}

.adjustText header nav ul#menu-top-navigation{
	margin-top: 65px;
}

header nav ul li{
	float: left;
	font: 28px/28px 'BrothersRegularMedium';
	color: #000;
	text-transform: uppercase;
	border-right: 1px solid #000;
	padding-right: 10px;
	margin-right: 10px;
}

header nav ul li.no-border{border: none;}

header nav ul li.last-child{
	border-right: none;
	margin-right: 0;
	padding-right: 0;
}

header nav ul li:last-child{
	border-right: none;
	margin-right: 0;
	padding-right: 0;
}

header a{
	color: #000;
}

header li.current-menu-item > a,
header li.current-menu-ancestor > a,
header a:hover,
.single-news header li.nav-news > a,
.single-news header li.nav-sub-news a,
.single-events header li.nav-news > a,
.post-type-archive-news li.nav-news > a,
.post-type-archive-news li.nav-sub-news > a,
.post-type-archive-events li.nav-news > a,
.post-type-archive-events li.nav-sub-events > a,
.single-events header li.nav-sub-events a,
.single-beers header li.nav-beers > a,
.single-spirits header li.nav-spirits > a{
	color: #d11f26;
}

/* second level */
header nav ul ul{
	display: none;
	position: absolute;
	top: 60px;
	left: 189px;
	margin: 0;
}

header nav ul li.current-menu-item > ul,
header nav ul li.current-menu-ancestor > ul,
.single-news header nav ul li.nav-news > ul,
.post-type-archive-news header nav ul li.nav-news > ul,
.post-type-archive-events header nav ul li.nav-news > ul,
.single-events header nav ul li.nav-news > ul,
.single-beers header nav ul li.nav-beers > ul,
.single-spirits header nav ul li.nav-spirits > ul{
	display: block;
	width: 100%;
}

header nav ul ul li,
.sales-sub-nav ul li{
	font: 16px/16px 'KorinnaStd-Regular';
}

/* third level */
header nav ul ul ul{
	display: none;
	left: 0;
}

header nav ul ul ul li{
	font: 16px/16px 'KorinnaStd-Kursiv';
	text-transform: none;
}

.tax-beercategories header nav ul ul ul li a,
.tax-beercategories header nav ul ul ul li.current-menu-item a{
	color: #204458;
}

header nav ul ul ul li.current-menu-item a{
	font-family: 'KorinnaStd-BoldKursiv';
	color: #000;
}

header nav li.view-all{
	height: 22px;
	line-height: 24px;
	position: absolute;
	top: -4px;
	left: 784px;
	background: url('../images/view-all.png') no-repeat right center;
	border: none;
}

header nav li.view-all a{
	display: block;
	padding-right: 32px;
}

.navBg{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 220px;
	background-color: rgb(231,219,181);
	background-color: rgba(231,219,181,.95);
	z-index: 25;
	display: none;
}

.tertiaryNav .navBg{
	display: block;
}

h1, h2, h3, h4, h5, h6{
	font-family: 'BrothersRegularMedium';
	text-transform: uppercase;
	color: #000;
	margin: 0;
	font-weight: normal;
}

p{margin: 0;}

footer .social{
	border-top: 1px solid #e4ddc4;
	border-bottom: 1px solid #e4ddc4;
	margin-top: 60px;
	width: 1100px;
	min-height: 76px;
}

.socialNav{
	float: left;
	margin: 20px 0 0 -20px;
}

.socialNav ul{
	list-style: none;
}

.socialNav li{
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}

.socialNav a{
	display: block;
	width: 34px;
	height: 34px;
	background-color: gray;
	text-indent: -9999px;
	background: url('../images/social-icons.png') no-repeat;
}

.socialNav .fb a{
	background-position: 0 0;
}

.socialNav .fb:hover a{
	background-position: 0 -34px;
}

.socialNav .tw a{
	background-position: -34px 0;
}

.socialNav .tw:hover a{
	background-position: -34px -34px;
}

.socialNav .ig a{
	background-position: -68px 0;
}

.socialNav .ig:hover a{
	background-position: -68px -34px;
}

.socialNav .em a{
	background-position: -102px 0;
}

.socialNav .em:hover a{
	background-position: -102px -34px;
}

.socialNav .ot a{
	background-position: -136px 0;
	width: 236px;
}

.socialNav .ot:hover a{
	background-position: -136px -34px;
}

.emailSignUp{
	float: right;
	margin-right: -20px;
}

.emailSignUp p, .emailSignUp form, .emailSignUp input{
	float: left;
}

.emailSignUp p{
	font: 14px/18px 'KorinnaStd-Bold';
	color: #ba8738;
	padding: 28px 18px 0 0;
}

.emailSignUp form{
	margin-top: 18px;
}

form, input[type='text']{
	margin: 0 0 0 0;
	padding: 0;
}

input[type='text']{
	width: 200px;
	height: 38px;
	line-height: 38px;
	background-color: #e9e7d1;
	border: none;
	padding-left: 10px;
	color: #adac9b;
	margin-right: 10px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

.copyright{
	text-align: center;
	color: #ba8738;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 18px;
	margin: 36px 0 70px;
}

.distributor-link {
	font-size: 14px;
	line-height: 18px;
	margin-top: 36px;
	text-align: right;
}

.distributor-link a {
	color: #ba8738;
	text-decoration: underline;
}


/*	HOME PAGE
----------------------------------------------*/
#featureSlideshow{
	width: 100%;
	height: 484px;
	margin: -62px 0 20px;
	position: relative;
}

.slide{
	width: 100%;
	height: 484px;
	background-position: center top;
	background-repeat: no-repeat;
	color: #000;
	text-align: center;
	position: absolute;
	z-index: 5;
	display: none;
}

.slide.active{
	z-index: 10;
	display: block;
}

.slide.next{
	z-index: 15;
}

.slide.white, .slide.white h1, .slide.white a{
	color: #fff;
}

.slide.black a{
	border-color: #000;
}

.mobileSlide{
	display: none;
}

.slide h1{
	font-size: 56px;
	line-height: 56px;
	padding: 128px 0 10px;
}

.slide p{
	font: 18px/24px 'KorinnaStd-BoldKursiv';
	padding-bottom: 20px;
}

.slide a{
	color: #000;
	display: inline-block;
	font: 18px/32px 'KorinnaStd-BoldKursiv';
	border: 5px solid #fff;
	padding: 0 20px;
}

#ssNav{
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-bottom: 5px;
}

#ssNav ul{
	float: left;
	left: 50%;
	text-align: center;
	position: relative;
	list-style: none;
}

#ssNav li{
	float: left;
	position: relative;
	right: 50%;
	margin: 0 5px;
}

#ssNav a{
	text-indent: -9999px;
	width: 6px;
	height: 6px;
	display: block;
	background: url('../images/feature-dots.png') no-repeat 0 0;
}

#ssNav li.active a{
	background-position: 0 -6px;
}

.page-og20 #ssNav a {
  background-color: #fff;
  background-image: none;
  border-radius: 50%;
}

.page-og20 #ssNav li.active a {
  background-color: #ba8738;
}

.homeBox{
	border: 6px solid #ba8738;
}

.homeBox h2{
	font-size: 21px;
	line-height: 36px;
	background-color: #e7ba48;
	margin: 6px;
	padding-left: 10px;
}

.homeBox img{
	display: block;
	padding: 0 6px 6px 6px;
}

.homeBox p{
	font: 14px/18px 'KorinnaStd-BoldKursiv';
	background-color: #e7ba48;
	padding: 5px 5px 5px 10px;
	margin: 0 6px 6px 6px;
}

a .homeBox{
	color: #000;
}


/*	GENERAL PAGE
----------------------------------------------*/
.pageContent{
	margin-top: -20px;
}

.pageContent.tertiaryNav{
	margin-top: -20px;
}

.pageContent .even{
	background-color: rgba(186,135,56,.15);
}

.pageContent .row{
	padding: 50px 0 0;
}

.pageContent .textCol{
	padding-bottom: 40px;
}

.pageContent h1{
	font-size: 40px;
	line-height: 46px;
	font-weight: normal;
	padding-bottom: 8px;
}

.pageContent p{
	font-size: 21px;
	line-height: 32px;
	padding-bottom: 32px;
}

.pageContent ul{
	font-size: 21px;
	line-height: 40px;
	padding-bottom: 24px;
	list-style: none;
	margin-bottom: 0;
}

.pageContent li{
	padding: 2px 0 0 20px;
}

.pageContent li:nth-child(odd){
	background-color: rgba(186,135,56,.15);
}

.pageContent a{
	color: #ba8738;
	font-family: 'KorinnaStd-BoldKursiv';
}

.pageContent .imageCol{
	text-align: center;
}

.imageCol img{
	display: block;
}

.pageContent .caption{
	color: #ba8738;
	font: 16px/20px 'KorinnaStd-BoldKursiv';
}

/* Section Slideshow */
.sectionSlideshow{
	position: relative;
	padding-bottom: 60px;
}

.sectionSlides, .sectionSlides .sectionSlide{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	width: 100%;
}

.sectionSlides .sectionSlide.active{
	z-index: 10;
}

.sectionSlides .sectionSlide.next{
	z-index: 15;
}

.sectionSlides .caption{
	position: absolute;
	bottom: 0;
	width: 100%;
	bottom: -54px;
}

.sectionSlideNav{
	text-align: left;
	margin-left: 22px;
	position: relative;
	z-index: 20;
}

.sectionSlideshow a{
	display: block;
	text-indent: -9999px;
	width: 15px;
	height: 20px;
	float: left;
	background: url('../images/page-ss-arrows.png') no-repeat 0 0;
	margin-right: 15px;
}

.sectionSlideshow a.nextPhoto{
	background-position: -15px 0;
}


/*	BEERS/SPIRITS LIST + DETAIL + GRID
----------------------------------------------*/
.beerList{
	background: #57a0c1 url('../images/beers-water-bg.jpg') no-repeat center top;
}

.beerBg{
	background: url('../images/beers-spirits-gradient.png') repeat-y center top;
	margin-top: -60px;
	padding: 60px 0;
}

.beerList .navBg{
	background-color: rgb(166,184,194);
	background-color: rgba(166,184,194,.95);
	display: block;
}

.singleBeer{
	padding: 48px 0 20px;
}

.beerImages{
	position: relative;
	text-align: center;
	width: 100%;
}

.canImage{
	display: none;
}

.canToggle{
	float: right;
	margin-right: 10px;
	list-style: none;
}

.canToggle li{
	float: left;
	margin-left: 5px;
}

.canToggle li a{
	display: block;
	width: 13px;
	height: 43px;
	text-indent: -9999px;
	background-image: url('../images/can-toggle.png');
	background-repeat: no-repeat;
}

.canToggle li.can a{
	background-position: 0 -43px;
}

.canToggle li.bottle a{
	background-position: -13px 0;
}

.canToggle li.bottle.active a{
	background-position: -13px -43px;
}

.canToggle li.can.active a{
	background-position: 0 0;
}

.beerInfo h1,.beerInfo h2, .drinkFresh h1{
	color: #d31f26;
	font-size: 50px;
	line-height: 50px;
	padding-bottom: 0;
	font-weight: normal;
}

.beerInfo h2{
	font-size: 32px;
	line-height: 36px;
	padding-bottom: 8px;
}

.beerDescription{
	padding: 32px 0 58px;
}

.beerDescription p{
	font-size: 21px;
	line-height: 1.24em;
}

.beerSpecs{
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 12px 0 12px;
}

.beerSpecs div{
	width: 33.333333333%;
	float: left;
}

.beerSpecs h3{
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
	padding-bottom: 3px;
}

.beerSpecs p{
	padding-bottom: 8px;
}

.moreInfo{
	position: relative;
}

.beerButtons{
	float: left;
	margin-top: 20px;
	min-height: 88px;
	width: 100%;
}

.beerButtons div{
	float: left;
	clear: left;
}

.beerButtons a, .beerButtons img{float: left;}

.beerButtons a{
	font-family: 'KorinnaStd-BoldKursiv';
	display: block;
	color: #ba8738;
	font-size: 15px;
	line-height: 31px;
	border: 3px solid #ba8738;
	padding: 2px 0 0 10px;
	width: 200px;
	margin-bottom: 10px;
	background: url('../images/more.png') no-repeat right 11px;
}

.beerButtons a.open{
	color: #8a6428;
	border-color: #8a6428;
	padding-left: 13px;
	background-position: right -89px;
}

.beerButtons img{
	margin: 15px 0 0 10px;
}

.beerButtons a.awardLink{
	border: none;
	background: url('../images/link-arrow.png') no-repeat right center;
	width: auto;
	padding: 2px 24px 0 0;
	margin: 20px 0 0 0;
}

.beerSocial{
	position: absolute;
	top: 15px;
	right: 0;
}

.beerSocial *{
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}

.brewersNotes{
	font-size: 16px;
	line-height: 1.5em;
	padding: 45px 0 20px;
}

.brewersNotes p{
	padding-bottom: 20px;
}

.awardList{
	padding: 6px 0 20px;
}

.awardList .navBg{
	display: block;
}

.awardList ul{
	list-style: none;
	margin-bottom: 0;
	font-size: 15px;
	line-height: 1.6em;
}

.awardList ul ul{
	list-style: disc;
	padding-left: 35px;
}

.accordion{
	height: 0;
	overflow: hidden;
}

.beerGridItem{
	text-align: center;
	height: 300px;
	margin-bottom: 20px;
}

.beerGridItem a{
	font: 14px/16px 'BrothersRegularMedium';
	text-transform: uppercase;
	color: #000;
	display: block;
}

.beerGridItem img{
	display: block;
	margin-bottom: 10px;
}

ul.featuredRecipes{
	list-style: none;
}

.beerSpecs .canned-cocktail-blend{
  float: none;
  width: auto;
}

ul.featuredRecipes a,
.canned-cocktail-blend a{
	color: #ba8738;
	font: 15px/24px 'KorinnaStd-BoldKursiv';
}

.nextSection a{
	display: block;
	float: left;
	color: #464646;
	font: 18px/36px 'KorinnaStd-BoldKursiv';
	border: 5px solid #464646;
	padding: 2px 46px 0 18px;
	margin: 0 20px 20px 0;
	background: url('../images/continue-arrow.png') no-repeat center right;
}


/*	UNIQUE PAGES
----------------------------------------------*/
/* Drink it Fresh */
.drinkFresh{
	background-position: center bottom;
	background-repeat: no-repeat;
}

.drinkFreshContent{
	position: relative;
	z-index: 5;
}

.drinkFresh h1{
	margin: -2px 0 25px;
}

.drinkFreshImg{
	margin-top: -280px;
	text-align: center;
}

/* Locations */
.pageContent .locationRow{
	padding: 0;
	width: 1100px;
}

.page-id-41 .pageContent .two,
.post-type-archive-locations .pageContent .two{padding-left: 0;}

.page-id-41 .pageContent .seven,
.post-type-archive-locations .pageContent .seven{padding-right: 0;}

.location{
	border-top: 1px solid #000;
	padding: 40px 0 40px;
}

.location h2{
	font-size: 22px;
}

.pageContent .location p{
	font-size: 16px;
	line-height: 22px;
	padding-bottom: 22px;
}

.location strong{
	font-family: 'KorinnaStd-Bold';
	font-weight: normal;
}

.location a{
	color: #231f20;
	font-family: 'KorinnaStd-Regular';
}

.location .locationButtons{
	margin-top: 20px;
}

.location .locationButtons a{
	font-family: 'KorinnaStd-BoldKursiv';
	color: #ba8738;
	display: block;
	font-size: 15px;
	line-height: 31px;
	border: 3px solid #ba8738;
	padding: 2px 0 0 10px;
	width: 210px;
	margin: 0 0 10px 0;
	background: url('../images/more.png') no-repeat right 11px;
}

.location .locationButtons a.open{
	color: #8a6428;
	border-color: #8a6428;
	padding-left: 13px;
	background-position: right -89px;
}

.location .locationButtons a.otBtn.open{
	padding-left: 10px;
}

.locationToggle,
.locationToggle div.locMap,
.locationToggle div.locTap,
.locationToggle div.locOpentable,
.locationToggle div.locImg{
	width: 600px;
	height: 450px;
}

.locationToggle{
	float: right;
	overflow: hidden;
	position: relative;
}

.locationToggle div.locMap,
.locationToggle div.locTap,
.locationToggle div.locOpentable,
.locationToggle div.locImg{
	position: absolute;
	top: 0;
	left: -625px;
	/*background-color: #fbf8e1;*/
}

.locationToggle.tapSS div.locTap {
	width: 100%;
	height: auto;
}

.locationToggle div.locTap iframe{
	margin: -8px 0 0 -8px;
}

.locationToggle div.locTap iframe.taplister{
	margin: 0 0 0 0;
}

.locationToggle div.locMap, .locationToggle div.locTap, .locationToggle div.locOpentable{
	z-index: 10;
}

.locationToggle div.active, .locationToggle div.locImg{
	left: 0;
}

.locTap .sectionSlideNav{
	margin-left: 0;
}

.tapURLs .tapURLLocation {
	padding-bottom: 40px;
}

.tapURLs p {
	padding-bottom: 0;
}

/* Open Table */
.locOpentable {
	background-color: rgba(186,135,56,.15);
	height: 450px;
	padding: 70px 0;
	width: 100%;
}

.locOpentable .OT_wrapper,
.locOpentable .OT_wrapper *,
#ui-datepicker-div {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-ms-box-sizing: content-box;
	font-family: verdana,arial,helvetica,sans-serif;
	line-height: normal;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
}

.locOpentable #OT_form,
.locOpentable .OT_ExtLink:link {
	margin: 3px auto;
}

#OT_form h1,
#OT_form h2 ,
.OT_ExtLink {
	font-family: verdana,arial,helvetica,sans-serif;
	line-height: normal;

}

#OT_form h1 {
	font-size: 14px;
	padding: 10px 0 0 0;
	text-transform: none;
}

#OT_form h2 {
	font-size: 8px;
	padding: 0 0 0 0;
}

#OT_form li {
	background-color: transparent;
}

#OT_form ul,
#OT_form li {
	padding: 0;
}

#OT_form input[type='text'] {
	background-color: #fff;
	border: 1px solid #3b1c00;
	border-radius: 5px;
	color: #42382c;
	font-size: 12px;
	height: 18px;
	line-height: normal;
	margin: 0;
	padding: 1px 3px 2px 5px;
	width: 108px;
}

#OT_form .OT_day, #OT_form .OT_time, #OT_form .OT_party {
	padding: 15px 0 15px 35px;
}

#OT_form .OT_submit {
	padding: 5px 0 0 0;
}
/* END Open Table */

/* Our Logo */
.logoList{
	background-color: rgba(186,135,56,.15);
	padding-bottom: 40px;
}

.pageContent .logoList .row{
	padding-top: 0;
}

.pageContent .logoList h1{
	padding: 60px 0 13px
}

.pageContent .bpLogo p{
	text-align: center;
	color: #ba8738;
	font: 16px/22px 'KorinnaStd-BoldKursiv';
	padding-bottom: 12px;
}

/* The Crew */
.pageContent .teamList{
	padding-top: 0;
}

.bpTeam{
	border: 6px solid #c17932;
	padding: 6px;
	margin-bottom: 40px;
	position: relative;
	height: 280px;
	overflow: hidden;
}

.bpTeam h2{
	font: 16px/22px 'KorinnaStd-Bold';
	text-transform: none;
}

.bpTeam p{
	font-size: 16px;
	line-height: 22px;
	padding-bottom: 28px;
}

.bpTeam a{
	color: #ba8736;
	font-family: 'KorinnaStd-BoldKursiv';
	font-size: 14px;
}

.bpTeam .email{
	position: absolute;
	bottom: 8px;
	padding: 0;
}

/* The Crew */
.hbmSection h1{
	font-size: 18px;
	line-height: 22px;

}

.hbmSection .hbmContent p{
	font-size: 16px;
	line-height: 1.625em;
	padding-bottom: 26px;
}

.hbmSection ul, .hbmSection ol{
	list-style-position: inside;
	margin: 0;
	font-size: 16px;
	line-height: 1.625em;
}

.pageContent .hbmSection li{
	padding: 0 0 26px 0;
	background-color: transparent;
}

/* Donations */
.pageContent .disclaimer{
	padding-top: 54px;
}

.pageContent .disclaimer p,
.pageContent .disclaimer ul,
.pageContent .disclaimer ol{
	font-size: 16px;
	line-height: 22px;
	padding-bottom: 20px;
}

.pageContent .disclaimer ul{
	list-style: disc;
	padding-left: 20px;
}

.pageContent .disclaimer li{
	background-color: transparent;
	padding: 0 0 20px 0;
}

.disclaimer a:hover{
	text-decoration: underline;
}

#donationForm{
	border-top: 1px solid #000;
	padding-top: 50px;
}

.pageContent #donationForm .row,
.pageContent #entryForm .row{
	padding-top: 0;
	margin-bottom: 30px;
}

.pageContent #donationForm .row .row,
.pageContent #entryForm .row .row{
	margin-bottom: 9px;
}

#donationForm h2,
#entryForm h2{
	font-size: 22px;
	line-height: 22px;
	margin-top: 3px;
}

#donationForm label,
#donationForm p,
#entryForm label,
#entryForm p{
	color: #000;
	font-size: 16px;
	line-height: 20px;
	padding-bottom: 0;
	padding-top: 10px;
}

#donationForm input[type='text'],
#donationForm input[type='email'],
#donationForm input[type='password'],
#donationForm textarea,
#entryForm input[type='text'],
#entryForm input[type='email'],
#entryForm textarea,
.sales-portal-form input[type='text'],
.sales-portal-form input[type='email'],
.sales-portal-form textarea {
	background-color: #e9e7d1;
	border: 1px solid #e9e7d1;
	border-radius: 0;
	box-shadow: none;
	color: #000;
	height: 38px;
	line-height: 38px;
	margin: 0;
	transition: none;
	width: 100%;
	-webkit-appearance: none;
}

#donationForm textarea,
#entryForm textarea,
.sales-portal-form textarea {
	height: 118px;
	line-height: 20px;
	max-width: 400px;
	margin-bottom: 20px;
}

#donationForm input[type='text']:focus,
#donationForm input[type='email']:focus,
#donationForm input[type='password']:focus,
#donationForm textarea:focus,
#entryForm input[type='text']:focus,
#entryForm input[type='email']:focus,
#entryForm input[type='password']:focus,
#entryForm textarea:focus{
	border: 1px solid #a3a192;
}

.custom-select-menu{
	float: left;
	font-size: 14px;
	font-weight: bold;
	margin-right: 10px;
	position: relative;
}

.month .custom-select-menu{
	width: 162px;
}

.day .custom-select-menu{
	width: 91px;
}

.year .custom-select-menu{
	width: 111px;
}

.state .custom-select-menu,
.region .custom-select-menu,
.category .custom-select-menu,
.subcategory .custom-select-menu,
.select-state .custom-select-menu,
.select-country .custom-select-menu,
.team-select .custom-select-menu,
.team-filter input[type='text']{
  width: 100%;
}

#entryForm .ingredients textarea {
  max-width: none;
}

.custom-select-menu label,
.custom-select-menu ul{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	display: block;
}

.team-filter {
  margin: -50px 0 50px;
}

#donationForm .custom-select-menu label,
.team-filter .custom-select-menu label,
#entryForm .custom-select-menu label{
	background: #a3a192 url('../images/dd-arrows.gif') no-repeat right center;
	border: 1px solid #a3a192;
	border-radius: 2px;
	color: #fff;
	height: 38px;
	line-height: 38px;
	margin-bottom: 0;
	overflow: hidden;
	padding-top: 0;
	padding-left: 10px;
}

.custom-select-menu ul{
	background: #ffffff;
	margin: 0;
	max-height: 200px;
	overflow-y: scroll;
	padding: 0;
	position: absolute;
	width: 100%;
	z-index: 25;
}

.pageContent #donationForm .custom-select-menu ul li,
.pageContent #entryForm .custom-select-menu ul li,
.pageContent .team-filter .custom-select-menu ul li{
	background-color: transparent;
	font-size: 14px;
	line-height: 20px;
	margin: 0;
	padding: 5px 10px;
}

.pageContent #donationForm .custom-select-menu ul li:hover,
.pageContent #entryForm .custom-select-menu ul li:hover,
.pageContent .team-filter .custom-select-menu ul li:hover{
	background-color: #e9e7d1;
}

#donationForm .wpcf7-radio label,
#entryForm .wpcf7-radio label{
	background: url('../images/radios.png') no-repeat 0 -22px;
	line-height: 20px;
	margin: 0 0 12px 0;
	padding: 0 0 0 12px;
	width: auto;
}

#donationForm .wpcf7-radio label.active-radio,
#entryForm .wpcf7-radio label.active-radio{
	background-position: 0 2px;
}

.wpcf7-radio input{
	opacity: 0;
	filter: alpha(opacity: 0);
}

.distributor-radio {
	display: block;
	padding-top: 10px;
}

#donationForm input[type='submit'],
#entryForm input[type='submit'],
.team-filter input[type='submit'],
.sales-portal-form input[type='submit']{
	background-color: #fbf8e1;
	border: 3px solid #ba8738;
	border-radius: 0;
	cursor: pointer;
	font: 15px/30px 'KorinnaStd-BoldKursiv';
	color: #ba8738;
	margin-top: 10px;
	padding: 4px 16px 0 14px;
	min-height: 40px;
	-webkit-appearance: none;
}

.team-filter input[type='submit']{
  margin: 0;
}

.abcInfo p{
	margin: 12px 0 3px;
}

span.wpcf7-list-item{
	margin: 0 !important;
}

.wpcf7-not-valid-tip{
	display: none !important;
}

.wpcf7-form-control-wrap {
	display: inline !important;
}

.pageContent ul.parsley-errors-list {
	clear: both;
	color: #d31f26;
	font-size: 16px;
	line-height: 20px;
	padding-bottom: 0;
}

.pageContent ul.parsley-errors-list li {
	background-color: transparent;
	padding: 6px 0 0;
}

#donationForm input.wpcf7-not-valid,
#donationForm input.wpcf7-not-valid:focus,
#donationForm textarea.wpcf7-not-valid,
#donationForm textarea.wpcf7-not-valid:focus,
#donationForm .custom-select-menu.wpcf7-not-valid label,
#donationForm input.parsley-error,
#donationForm input.parsley-error:focus,
#entryForm input.wpcf7-not-valid,
#entryForm input.wpcf7-not-valid:focus,
#entryForm textarea.wpcf7-not-valid,
#entryForm textarea.wpcf7-not-valid:focus,
#entryForm .custom-select-menu.wpcf7-not-valid label,
#entryForm input.parsley-error,
#entryForm input.parsley-error:focus{
	border-color: #d31f26;
}

#donationForm .wpcf7-response-output,
#entryForm .wpcf7-response-output{
	background-color: #fbf8e1;
	border: 1px solid #a3a192;
	min-height: 49px;
	padding-top: 14px;
	padding-bottom: 10px;
	margin-left: 0;
	margin-right: 0;
}

#donationForm .wpcf7-validation-errors,
#entryForm .wpcf7-validation-errors{
	border-color: #d31f26;
}

/* Careers */
#careerList{
	border-top: 1px solid #000;
	padding-top: 30px;
}

.pageContent #careerList .row{
	padding-top: 20px;
}

#careerList h2{
	font: 16px/22px 'KorinnaStd-Bold';
	text-transform: uppercase;
	padding-bottom: 10px;
}

.pageContent #careerList p{
	font-size: 16px;
	line-height: 22px;
	padding-bottom: 10px;
}

.pageContent #careerList a:hover{
	text-decoration: underline;
}


/*	RECIPES
---------------------------------------*/
.recipeList{
	padding-top: 50px;
}

.recipeList a{
	font-family: 'KorinnaStd-BoldKursiv';
	color: #ba8738;
}

.recipeList p{padding-bottom: 10px;}

.recipeList .featured{
	background-color: rgba(186,135,56,.15);
}

.featured .row{
	position: relative;
	padding-top: 6px;
}

.featuredDrink{
	position: absolute;
	top: -36px;
	left: -7px;
	z-index: 10;
}

.featured h1{
	padding: 28px 0 14px;
}

.featured .featuredIngredients{
	font-size: 20px;
	line-height: 26px;
	padding-bottom: 26px;
}

.featured .featuredIngredients p{
	padding-bottom: 0;
}

.recipeHeaders{
	font: 18px/22px 'BrothersRegularMedium';
	text-transform: uppercase;
	color: #ba8738;
	width: 1100px;
	padding: 35px 0 4px;
}

.recipeRow{
	border-bottom: 1px solid #000;
	width: 1100px;
	padding: 36px 0 20px;
}

.recipeRow:last-child{
	border-bottom: none;
}

.recipeRow .two, .recipeHeaders .two{
	padding-left: 0;
}

.recipeRow .five, .recipeHeaders .five{
	padding-right: 0;
}

.recipeList h1{
	font-size: 18px;
	line-height: 22px;
}

.recipeList h2{
	font-size: 14px;
}


/*	AWARDS
----------------------------------------------*/
.awardRow{
	border-bottom: 1px solid #000;
	width: 1100px;
	padding: 35px 0 20px;
}

.awardRow:last-child{
	border-bottom: none;
}

.awardRow .two{
	padding-left: 0;
}

.awardRow .three{
	padding-right: 0;
}

.awardList h1{
	font-size: 18px;
	line-height: 22px;
}

.awardList h2{
	font-size: 14px;
	line-height: 22px;
}

.awardList img{
	margin-top: -10px;
}

.allAwards ul{
	font-size: 16px;
	line-height: 22px;
}

.allAwards ul ul{
	padding-bottom: 10px;
}


/*	NEWS / EVENTS
----------------------------------------------*/
.pageContent .articleList{
	padding-top: 0;
}

.article{
	border: 6px solid #ba8738;
	padding: 6px;
	height: 280px;
	overflow: hidden;
	margin-bottom: 40px;
	font-family: 'KorinnaStd-BoldKursiv';
}

.article a{
	color: #ba8738;
}

.article div{
	height: 100%;
}

.article img{
	display: block;
	padding-bottom: 16px;
}

.pageContent .article p{
	padding-bottom: 0;
	font-size: 16px;
	line-height: 20px;
}

.article a .date{
	font-size: 12px;
	color: #070707;
	font-family: 'KorinnaStd-Regular';
}

.pagination{
	margin-top: -50px;
}

.pagination, .pagination a{
	font-size: 16px;
	text-transform: uppercase;
	color: #000;
	font-family: 'KorinnaStd-Regular';
}

.pagination a:hover{
	text-decoration: underline;
}

.singleArticle{
	padding-top: 30px;
}

.articleContent{
	font-size: 18px;
	line-height: 1.5em;
}

.articleContent h1{
	font-size: 40px;
	line-height: 46px;
	padding-bottom: 25px;
}

.articleContent h2{
	font-size: 26px;
	line-height: 30px;
	padding-bottom: 8px;
}

.articleInfo{
	font-family: 'KorinnaStd-Bold';
	padding-bottom: 24px;
}

.articleContent p{
	padding-bottom: 24px;
}

.articleThumb{
	display: block;
	border: 6px solid #ba8738;
	padding: 6px;
}


/*	COMING SOON
---------------------------------------*/
.page-id-1116 .six{
	width: 100%;
	text-align: center;
}


/*	SALES PORTAL
----------------------------------------------*/
.sales-materials,
.sales-materials .beerList {
  background-color: #fff;
  background-image: none;
}


/*	AGE VERIFICATION
---------------------------------------*/
#avs{
	font: 36px/36px 'BrothersRegularMedium';
	text-transform: uppercase;
	color: #000;
	text-align: center;
	padding: 100px 0 0;
	margin: -220px 0 50px;
}

#avs img{
	margin-bottom: 70px;
}

#avs a{
	display: block;
	width: 260px;
	margin: 36px auto;
	border: 5px solid #ba8738;
	background-color: #e7ba48;
	font-size: 16px;
	line-height: 20px;
	color: #93752a;
	padding: 5px 0;
	transition: all .2s ease-out;
}

#avs a:hover{
	border-color: #8a6428;
}

#avs a strong{
	font-size: 30px;
	line-height: 30px;
	transition: all .2s ease-out;
}

#avs a:hover strong{
	color: #000;
}


/*	FOUNDATION OVERRIDES
---------------------------------------*/
.post-type-archive-spirits [class*="column"]+[class*="column"]:last-child,
.post-type-archive-beers [class*="column"]+[class*="column"]:last-child,
.page-id-31 [class*="column"]+[class*="column"]:last-child,
[class*="column"]+[class*="column"]:last-child{
	float: left;
}


/*	INTERNET EXPLORER FIX 'EM UPS
---------------------------------------*/
.lt-ie9 header nav ul li{
	padding-right: 9px;
	margin-right: 9px;
}

.lt-ie9 header nav ul li.view-all{
	left: 775px;
}

.lt-ie9 .pageContent .even,
.lt-ie9 .logoList,
.lt-ie9 .recipeList .featured{
	background: url('../images/row-bg.png') repeat top left;
}


/*	MEDIA QUERIES
---------------------------------------*/
@media only screen and (max-width: 1100px){
	header nav ul li{
		font-size: 25px;
		padding-right: 9px;
		margin-right: 9px;
	}
	.socialNav{
		margin-left: 0;
	}
	.emailSignUp{
		margin-right: 0;
	}
	.emailSignUp p{
		display: none;
	}
	header nav li.view-all:last-child{
		height: auto;
		line-height: 16px;
		position: relative;
		top: auto;
		left: auto;
		background-image: none;
	}
	header nav ul li.no-border{
		border-right: 1px solid #000;
	}
	.recipeRow .two, .recipeHeaders .two{
		padding-left: 20px;
	}
	.recipeRow .five, .recipeHeaders .five {
		padding-right: 20px;
	}
	.featuredDrink{
		left: 10px;
	}
	.pageContent .two, .awardRow .two{
		padding-left: 20px;
	}
}

@media only screen and (max-width: 1015px){
	header nav ul li{
		font-size: 23px;
	}
}

@media only screen and (max-width: 1023px){
	.slide h1{
		font-size: 40px;
		line-height: 40px;
	}
	.location .two{
		width: 100%;
		padding-left: 20px;
	}
	.location .three{
		width: 100%
	}
	.location .seven{
		width: 100%;
	}
	.locationToggle{
		float: none;
		margin-top: 20px;
	}
	.homeBox h2{
		line-height: 24px;
	}
	.homeBox p{
		font-size: 13px;
		min-height: 64px;
	}
	.homeBox br{
		display: none;
	}
	.beerButtons a{
		font-size: 14px;
		width: 180px;
	}
	header nav ul ul {
		left: 169px;
	}
	header nav ul ul li{
		font-size: 12px;
	}
	.pageContent h1 br{
		display: none;
	}
	.bpTeam{
		height: 285px;
	}
	.bpTeam p{
		font-size: 14px;
		line-height: 18px;
	}
	.bpTeam a{
		text-indent: -9999px;
		font-size: 0;
	}
	.bpTeam a:after{
		content: 'Email';
		font-size: 14px;
	}
	.pageContent .article p{
		font-size: 15px;
		line-height: 18px;
	}
}

@media only screen and (max-width: 965px){
	.logo{
		margin-right: 15px;
	}
	header nav ul li{
		font-size: 18px;
		margin-right: 5px;
		padding-right: 5px;
	}
	.month .custom-select-menu{
		width: 102px;
	}
	.day .custom-select-menu{
		width: 71px;
	}
	.year .custom-select-menu{
		width: 81px;
	}
}

@media only screen and (max-width: 767px){
	/* Global Header */
	body{
		padding-top: 47px;
		transition: left .25s ease-in-out;
		-moz-transition: left .25s ease-in-out;
		-webkit-transition: left .25s ease-in-out;
	}
	body.home{
		padding-top: 157px;
	}
	body.openNav{
		overflow: hidden;
		padding-top: 0;
	}
	.fixedTop, header{
		height: 47px;
	}
	body.openNav .fixedTop{
		position: static;
	}
	.home .fixedTop{
		height: 157px;
	}
	.home header{
		height: 157px;
	}
	header{
		background-position: left -118px;
	}
	.home header{
		background-position: left -30px;
	}
	header .row{
		background-image: none;
	}
	header .logo{
		float: none;
		margin: 0 auto;
		width: 149px;
		display: none;
	}
	.home header .logo{
		display: block;
	}
	#navToggle{
		display: block;
		width: 22px;
		height: 22px;
		background: url('../images/nav.png');
		z-index: 100;
		position: absolute;
		top: 10px; left: 20px;
	}
	.mobileHeadline{
		display: block;
		font: 16px/40px 'BrothersRegularMedium';
		text-transform: uppercase;
		padding-left: 32px;
		width: 100%;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.single-events .mobileHeadline,
	.single-news .mobileHeadline{
		display: none;
	}
	.navWrapper{
		height: 100%;
		overflow-y: auto;
		overflow-x: hidden;
	}
	header nav{
		position: fixed;
		top: 0;
		left: -100%;
		width: 75%;
		height: 100%;
		background-color: #fbf8e1;
		z-index: 100;
		overflow: hidden;
	}
	header nav.active{
		transition: left .25s ease-in-out;
		-moz-transition: left .25s ease-in-out;
		-webkit-transition: left .25s ease-in-out;
		left: 0;
	}
	header nav a{
		color: #000 !important;
	}
	header nav ul ul ul li.current-menu-item a{
		font-family: 'KorinnaStd-Kursiv';
	}
	.mobileNavHeader{
		display: block;
		height: 38px;
		background-color: #f4ecd0;
		font: 18px/38px 'BrothersRegularMedium';
		text-transform: uppercase;
	}
	.mobileNavHeader a{
		display: none;
	}
	.mobileNavHeader a.active{
		display: block;
	}
	.mobileNavHeader .mobileHome{
		background: #f4ecd0 url('../images/sextant.gif') no-repeat 16px center;
		padding-left: 54px;
	}
	.mobileNavHeader .mobileBack{
		display: none;
		font-size: 20px;
		color: #ba8738 !important;
		background: url('../images/back-arrow.gif') no-repeat 10px center;
		padding-left: 20px;
	}
	.navLabel{
		font: 18px/38px 'BrothersRegularMedium';
		text-transform: uppercase;
		padding-left: 20px;
	}
	header nav ul{
		margin: 0;
		width: 100%;
	}
	header nav li.view-all, header nav li.view-all:last-child{
		height: auto;
		line-height: 30px;
		position: relative;
		top: auto;
		left: auto;
		background-image: none;
		border-bottom: 1px solid #e0ddc2;
	}
	header nav ul li.no-border{
		border-bottom: 1px solid #e0ddc2;
		border-right: none;
	}
	header nav ul li{
		margin: 0;
		padding:0;
		border-right: none;
		float: none;
		border-bottom: 1px solid #e0ddc2;
	}
	header nav ul li a{
		display: block;
		font-size: 23px;
		line-height: 26px;
		padding: 10px 10px 10px 20px;
		background: url('../images/nav-arrow.gif') no-repeat right center;
	}
	header nav ul ul, header nav ul ul ul{
		top: 0;
		left: 100%;
	}
	header nav ul ul li a{
		font-size: 16px;
		line-height: 30px;
		padding-bottom: 6px;
	}
	#overlay{
		background-color: rgba(0,0,0,.6);
		width: 100%;
		height: 100%;
		z-index: 35;
		position: fixed;
		top: 0; left: 0;
		display: none;
	}
	.openNav #overlay{
		display: block;
	}
	.copyright {
		margin-bottom: 35px;
	}
	.distributor-link {
		margin: 0 0 70px;
		text-align: center;
	}

	/* Global Columns */
	.column, .columns,
	.row .one,
	.row .two,
	.row .three,
	.row .four,
	.row .five,
	.row .six,
	.row .seven,
	.row .eight,
	.row .nine,
	.row .ten,
	.row .eleven,
	.row .twelve{
		width: 100%;
		padding-left: 1.25em;
		padding-right: 1.25em;
	}
	.row{
		min-width: 0;
	}
	h1 br{
		display: none;
	}
	.pageContent p{
		font-size: 16px;
		line-height: 22px;
	}

	/* Home Page */
	#featureSlideshow{
		height: 434px;
		margin: -28px 0 20px;
	}
	.slide{
		width: 100%;
		height: 434px;
		background: #fbf8e1 url('../images/bg.gif') repeat left top !important;
	}
	.mobileSlide{
		width: 100%;
		height: 264px;
		display: block;
		background-position: center top;
		background-repeat: no-repeat;
	}
	.slide .featureContent{
		width: 100%;
		height: 170px;
	}
	.slide h1, .slide.white h1{
		font-size: 30px;
		line-height: 30px;
		padding: 16px 0 6px;
		color: #000;
	}
	.slide p, .slide.white p{
		font-size: 14px;
		line-height: 18px;
		color: #000;
		padding-bottom: 16px;
	}
	.slide.black a, .slide.white a{
		font-size: 13px;
		color: #ba8738;
		border-color: #ba8738;
		line-height: 27px;
		border-width: 4px;
	}
	#ssNav{
		display: none;
	}
	.homeBox{
		width: 280px;
		margin: 0 auto 10px;
		text-align: center;
	}
	.homeBox h2{
		padding-top: 5px;
		margin-bottom: 0;
	}
	.homeBox p{
		padding-bottom: 35px;
		background-image: url('../images/mobile-arrow.png');
		background-repeat: no-repeat;
		background-position: center bottom;
	}
	.homeBox img{
		display: none;
	}

	/* Beers */
	.singleBeer{
		position: relative;
		padding-bottom: 60px;
	}
	.singleBeer .columns{
		position: static;
	}
	.beerImages{
		overflow: hidden;
		text-align: center;
		margin-top: 40px;
	}
	.beerImages img{
		margin-left: -134px;
	}
	.term-year-round .beerImages img,
	.term-limited .beerImages img,
	.term-homework-series .beerImages img{
		margin-left: -24px;
	}
	body .beerImages .canImage{
		margin-left: -74px;
	}
	.tax-spiritcategories .beerImages img,
	.single-beers .beerImages img,
	.single-spirits .beerImages img{
		margin-left: 0;
	}
	.canToggle{
		float: none;
		margin: 30px auto 0;
		width: 36px;
	}
	.beerList .navBg{
		display: none;
	}
	.beerInfo .hgroup{
		position: absolute;
		top: 20px;
		padding-right: 1.25em;
	}
	.beerInfo h1{
		font-size: 28px;
		line-height: 28px;
		padding-bottom: 2px;
	}
	.beerInfo h2{
		font-size: 16px;
		line-height: 20px;
	}
	.beerDescription{
		padding-bottom: 12px;
	}
	.beerDescription p{
		font-size: 16px;
		line-height: 22px;
	}
	.beerSpecs div{
		float: none;
		width: 100%;
		font-size: 15px;
		line-height: 24px;
	}
	.moreInfo{
		min-height: 192px;
	}
	.beerSocial{
		position: static;
		top: auto;
		left: auto;
	}
	.beerButtons{
		min-height: 0;
	}
	.brewersNotes{
		padding-top: 0;
	}
	.drinkFresh h1{
		font-size: 32px;
		line-height: 36px;
	}
	.drinkFreshImg{
		margin-top: -50px;
	}
	.beerGridItem img{
		display: inline-block;
	}
	.post-type-archive-beers .beerList,
	.post-type-archive-spirits .spiritList{
		padding-top: 40px;
	}

	/* Recipes */
	.recipeList{
		padding-top: 0;
		margin-top: -4px;
	}
	.featured .row{
		padding-bottom: 20px;
	}
	.featured .seven{
		text-align: center;
	}
	.featured img{
		padding-top: 110px;
	}
	.featured img.featuredDrink{
		top: 20px;
		left: 50%;
		margin-left: -90px;
		padding: 0;
	}
	.recipeHeaders{
		display: none;
	}
	.recipeRow .one img{
		display: none;
	}
	.recipeRow h1{
		padding-bottom: 14px;
	}
	.recipeRow h2{
		display: none;
	}

	/* Crew */
	.bpTeam{
		width: 245px;
		margin: 0 auto 40px;
	}

	/* Awards */
	.awardList{
		padding-bottom: 20px;
	}
	.awardList .navBg{
		display: none;
	}
	.awardRow{
		padding: 17px 0 2px;
	}
	.awardRow img{
		display: none;
	}
	.awardList h2{
		padding-bottom: 20px;
	}

	/* News + Events */
	.article{
		width: 245px;
		margin: 0 auto 40px;
	}
	.articleContent h1{
		font-size: 28px;
		line-height: 28px;
		padding-bottom: 2px;
	}
	.articleContent h2{
		font-size: 16px;
		line-height: 20px;
	}
	.articleContent p, .articleInfo{
		font-size: 16px;
		line-height: 22px;
	}
	.singleArticle img{
		margin-bottom: 20px;
	}

	/* Locations */
	.location h2{
		font-size: 20px;
		margin-bottom: 13px;
	}
	.locationToggle{
		width: 100%;
		height: auto;
		margin-top: 0;
	}
	.locationToggle div.locImg,
	.locationToggle div.locOpentable.active,
	.locationToggle div.locTap.sectionSlideshow.active{
		width: auto;
		height: auto;
		position: relative;
		top: 0;
		left: 0;
	}
	.locationToggle iframe{
		width: 100% !important;
	}
	.location .locationButtons{
		margin: 0 0 20px 0;
	}
	.location .locationButtons a{
		display: inline;
		border: none;
		background: none;
		padding: 0;
		font-size: 16px;
	}
	.location .locationButtons a:after{
		content: ' | ';
	}
	.location .locationButtons a:last-child:after{
		content: '';
	}
	.location .locationButtons a.open,
	.location .locationButtons a.otBtn.open{
		padding-left: 0
	}

	/* General Page */
	.tertiaryNav .navBg{
		display: none;
	}
	.pageContent h1{
		font-size: 28px;
		line-height: 28px;
		padding-bottom: 18px;
	}
	.pageContent ul{
		font-size: 16px;
		line-height: 30px;
	}
	.pageContent .textCol{
		padding-bottom: 0;
	}
	.pageContent .push-six, .pageContent .pull-six{
		left: auto;
		right: auto;
	}
	.pageContent .bpLogo p{
		text-align: left;
	}
	.page-id-49 .pageContent img{
		padding-bottom: 30px;
	}
	.sectionSlides .caption{
		display: none !important;
	}

	/* Donations */
	#donationForm h2{
		margin-bottom: 20px;
	}
	.pageContent .disclaimer{
		padding-top: 0;
	}
	.month .custom-select-menu,
	.day .custom-select-menu,
	.year .custom-select-menu{
		width: 100%;
		margin-bottom: 10px;
	}

  .team-select .custom-select-menu,
  .team-filter input[type='text']{
    margin-bottom: 10px;
  }

	/* Footer */
	footer .social{
		width: auto;
		height: auto;
	}
	.socialNav{
		width: 176px;
		margin: 20px auto 0;
		float: none;
	}
	.emailSignUp, .emailSignUp p, .emailSignUp form, .emailSignUp input{
		float: none;
		margin: 0;
	}
	.emailSignUp p{
		text-align: center;
		padding-bottom: 15px;
	}
	.emailSignUp input[type='text']{
		width: 100%;
		margin-top: 15px;
	}
	.emailSignUp input[type='image']{
		margin: 10px auto 20px;
		width: 127px;
		display: block;
	}

	/* AVS */
	#avs{
		font-size: 24px;
		line-height: 28px;
		margin-top: -140px;
	}
	.home #avs{
		margin-top: -250px;
	}
	#avs img{
		margin-bottom: 35px;
	}
	#avs a{
		width: 260px;
		margin: 24px auto;
	}
}

/* CONTEST PAGE */

.page-og20 {
  background: #fbf8e1 url('../images/bg-dark.gif') repeat left top;
  color: white;
}

.page-og20 .mobileHeadline {
  color: black;
}

.page-og20 h1,
.page-og20 h2,
.page-og20 h3 {
  color: white;
}

.page-og20 .pageContent li:nth-child(odd) {
  background-color: transparent;
}

.page-og20 .center {
  text-align: center;
}

.page-og20 .pageContent .even {
  background-color: transparent;
}

.page-og20 .even .row {
  padding-top: 100px;
}

.page-og20 .slide.white {
  background-size: cover;
}

.page-og20 .juicer-headline {
  margin-bottom: 40px;
  word-wrap: break-word;
}

.page-og20 .juicer-headline span {
  text-transform: none;
}

.page-og20 .region-list {
  float: left;
  width: 33.3333%;
  padding: 0 20px 20px 0;
}

.page-og20 .region-list strong {
  color: #ba9378;
}

@media only screen and (max-width: 767px) {
  .page-og20 .region-list {
    width: 100%;
    float: none;
    padding: 0;
  }

  .page-og20 .slide.white {
    background: #fbf8e1 url('../images/bg-dark.gif') repeat left top !important;
  }

  .page-og20 .mobileSlide {
    background-size: cover;
  }

  .page-og20 .slide {
    /*position: static;
    height: auto;*/
  }
  .page-og20 .slide .featureContent {
    /*height: auto;*/
  }
  .page-og20 .slide .featureContent a {
    margin-bottom: 16px;
  }
  .page-og20 #featureSlideshow {
    height: 484px;
  }
  .page-og20 .slide.white h1,
  .page-og20 .slide.white p {
    color: #fff;
  }
  .page-og20 .anni-callout {
    padding: 0;
  }
  .page-og20 .anni-callout .row {
    background-color: rgba(0,0,0,.75);
    padding-bottom: 110px;
  }
  .page-og20 .anni-callout .row:first-child {
    padding-top: 50px;
    padding-bottom: 0;
  }
}

@media only screen and (max-width:640px){
  .page-og20 .juicer-headline span {
    font-size: 24px;
  }
}

.page-og20 .custom-select-menu ul {
  background-color: #7a786c;
}

.page-og20 .custom-select-menu ul li:hover {
  color: #000;
}

.page-og20 #entryForm input.wpcf7-not-valid,
.page-og20 #entryForm textarea.wpcf7-not-valid,
.page-og20 #entryForm .wpcf7-not-valid + .custom-select-menu label {
  border-color: #d31f26;
  border-width: 3px;
}

.page-og20 #entryForm .wpcf7-response-output {
  color: #000;
  width: 1140px;
  max-width: 90%;
  margin: 0 auto;
}

.page-og20 #avs {
  background: #fbf8e1 url('../images/bg.gif') repeat left top;
  padding-bottom: 100px;
  height: 100vh;
  margin-bottom: 0;
}

.page-og20 #ssNav li {
  margin-bottom: 20px;
}

.video-section {
  background-color: black;
  margin-bottom: 80px;
  margin-top: -20px;
  padding: 68px 0;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.regional-winners {
  margin-top: 110px;
}

.regional-winners .articleList {
  margin-top: 40px;
}

.regional-winners .article a .date {
  color: white;
}

.anni-callout {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 30px 0 80px;
  padding: 50px 0 110px;
}

.anni-callout h1 {
  margin-bottom: 90px;
}

.anni-callout a {
  color: white;
  display: inline-block;
  font: 18px/32px 'KorinnaStd-BoldKursiv';
  border: 5px solid #fff;
  margin-top: 46px;
  padding: 0 20px;
}

.anni-callout .date {
  color: #ba8738;
  font-family: 'KorinnaStd-BoldKursiv';
}

#entryForm label,
#entryForm p {
  color: white;
}

#entryForm {
  margin-top: 90px;
}

#entryForm .headline {
  margin-bottom: 46px;
}

#entryForm .subs {
  display: none;
}

#entryForm .subs.show {
  display: block;
}

#entryForm .subcategory {
  display: none !important;
}

#entryForm .subcategory.show {
  display: block !important;
}


/*
 * Sales Portal
 *
 */

.page-sales-materials {
   background-image: url('../images/sales-portal-bg.jpg');
   background-position: top center;
   background-size: cover;
}

.page-sales-materials .pageContent {
   color: #fff;
   text-align: center;
}

.page-sales-materials .pageContent h1 {
  color: #fff;
}

.page-sales-materials .pageContent ul {
  overflow: auto;
  margin: 0;
  padding: 0;
}

.page-sales-materials .pageContent ul li,
.page-sales-materials .pageContent ul li:nth-child(odd) {
  background-color: #d31f26;
  border: 0;
  display: inline-block;
  float: left;
  height: 100%;
  margin-bottom: 40px;
  margin-right: 4%;
  outline: 0;
  padding: 20px;
  width: 22%;
  vertical-align: top;
}

.page-sales-materials .pageContent ul li:nth-child(4) {
  margin-right: 0;
}

@media only screen and (max-width: 1000px){
  .page-sales-materials .pageContent ul li,
  .page-sales-materials .pageContent ul li:nth-child(odd) {
    width: 48%;
  }

  .page-sales-materials .pageContent ul li:nth-child(2),
  .page-sales-materials .pageContent ul li:nth-child(4) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 500px) {
  .page-sales-materials .pageContent ul li,
  .page-sales-materials .pageContent ul li:nth-child(odd) {
    width: 100%;
    margin-bottom: 50px;
    margin-right: 0;
  }
}

.page-sales-materials .pageContent ul li:hover {
  background-color: #b0171d;
}

.page-sales-materials .pageContent ul li h2 {
  margin-bottom: 20px;
}

.page-sales-materials .pageContent ul li a {
  color: #fff;
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
}

.page-sales-materials .pageContent ul li a p {
  margin-bottom: 10px;
  padding-bottom: 0;
}

.page-sales-materials .pageContent ul li a p:after {
  background-color: #000;
  background-image: url('../images/portal-arrow.png');
  background-position: center center;
  background-repeat: no-repeat;
  border: 4px solid #d31f26;
  border-radius: 9999px;
  bottom: -43px;
  content: "";
  display: block;
  height: 46px;
  left: 50%;
  margin-left: -23px;
  position: absolute;
  width: 46px;
}

.page-sales-materials footer {
   background-color: #fff;
   padding-top: 42px;
}

.page-sales-materials .pageContent .bottom-content {
  margin-bottom: 40px;
}

.page-sales-materials .pageContent .bottom-content a {
  display: inline-block;
  font: 18px/32px 'KorinnaStd-BoldKursiv';
  border: 5px solid #ba8738;
  padding: 0 20px;
}

.page-sales-materials .logo,
.sales-materials .logo {
  position: relative;
  z-index: 1;
}


.portal-flag {
  background-color: #d31f26;
  color: #fff;
  font: 16px/16px 'BrothersRegularMedium';
  left: 125px;
  padding: 5px 30px;
  position: absolute;
  text-align: right;
  text-transform: uppercase;
  top: 18px;
  width: 250px;
  z-index: 0;
}

.portal-flag:before,
.portal-flag:after {
  border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 13px solid #d31f26;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  right: -15px;
  width: 0;
}

.portal-flag:before {
  top: 0;
}

.portal-flag:after {
  border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 13px solid #d31f26;
  border-top: 0;
  bottom: 0;
}

@media only screen and (max-width: 767px) {
  .portal-flag {
    display: none;
  }
}

.sales-materials .sales-sub-nav {
  margin-top: 40px;
}

.sales-materials .sales-sub-nav ul {
  margin-top: 0;
}

.sales-materials .beerList nav a {
  color: #000;
  font-family: 'BrothersRegularMedium';
  font-size: 18px;
  text-transform: uppercase;
}

.sales-materials .beerList nav a:hover {
  color: #d31f26;
}

.sales-materials .beerList h1 + h2 {
  margin-bottom: 0;
}

.sales-materials .beerList h2 {
  color: #d31f26;
  margin-bottom: 10px;
}

.sales-materials .beerInfo:first-of-type {
  padding-top: 0;
}

.sales-materials .beerInfo {
  clear:both;
  padding: 58px 0 40px;
}

.sales-materials .asset-list {
  clear: both;
  margin-top: 30px;
  overflow: auto;
}

.sales-materials .asset-list:first-child {
  margin-top: 0;
}

.sales-materials .asset-list ul {
  list-style: none;
  margin-top: 40px;
  overflow: auto;
}

.sales-materials .asset-list ul li {
  border-top: 1px solid #c9c9c9;
  display: inline-block;
  float: left;
  padding: 32px;
  text-align: center;
  width: 50%;
}

.sales-materials .asset-list ul li:first-child,
.sales-materials .asset-list ul li:nth-child(2) {
  border-top: 0;
}

.sales-materials .asset-list ul li:nth-child(odd) {
  border-right: 1px solid #c9c9c9;
}

.sales-materials .asset-list ul li p {
  font: 16px/24px 'KorinnaStd-BoldKursiv';
  color: #ba8738;
}

.sales-materials .asset-list ul li p a {
  background-color: #d31f26;
  background-image: url('../images/portal-download.png');
  background-position: right 12px center;
  background-repeat: no-repeat;
  display: block;
  color: #fff;
  font-size: 15px;
  height: 37px;
  line-height: 25px;
  margin: 10px auto;
  max-width: 240px;
  padding: 7px;
  text-align: left;
  vertical-align: baseline;
  width: 100%;
}

.sales-materials .asset-list ul li p a:hover {
  background-color: #b0171d;
}

@media only screen and (max-width: 767px) {
  .sales-materials .beerInfo .hgroup {
    position: static;
  }

  .sales-materials .beerList nav {
    margin: 40px 0;

  }
}


@media only screen and (max-width: 850px) {
  .sales-materials .asset-list ul li,
  .sales-materials .asset-list ul li:first-child,
  .sales-materials .asset-list ul li:nth-child(odd),
  .sales-materials .asset-list ul li:nth-child(2) {
    border: 0;
    border-bottom: 1px solid #c9c9c9;
    width: 100%;
    float: none;
  }

  .sales-materials .asset-list ul li:last-child {
    border: 0;
  }

  .sales-materials .asset-list ul li p a {
    font-size: 13px;
  }
}

.beerList nav .current-menu-item a {
  color: #d31f26;
}

.sales-materials footer {
  border-top: 1px solid #e4ddc4;
  margin-top: 60px;
}
