 /*@override
	https://globaldrinksguide.com/cont/css/styles_public_globalDrinksGuide.css
	https://local.globaldrinksguide.com/cont/css/styles_public_globalDrinksGuide.css
	Version 1.3 May 2023
*/

/* @group global modifier classes */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

html {
	font-size: 1rem;
}  

body {
	margin: 0rem; 
	padding: 0rem;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	/*background-color: #FEFEFE;*/
}

.bgStyle1, 
body {
	/* Default background */
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e9e9e9+23,fefefe+100 */
	background: rgb(233,233,233); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(233,233,233,1) 23%, rgba(254,254,254,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(233,233,233,1) 23%,rgba(254,254,254,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(233,233,233,1) 23%,rgba(254,254,254,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */

}

.bgStyle2 {
	background-color: #33281b;
}

.bgStyle3 {
	background-color: #FFF;
}

.bgStyle4 {
	background-color: #e8e8e8;
}
/*
.desktop #mainContentArea {
	min-height: 32rem;
}*/

h1 a, h2 a, h3 a, h4 a, h5 a {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	text-transform: inherit;
	line-height: inherit;
}

a, a:active, a:hover {
	text-decoration: none;
	color: inherit;
	outline: none; 
}
 
ul, ol, li { 
	list-style-type: none; 
}

.imgContainer > img, 
.imgContainer > a > img,
img {
	width: 100%;
}

.contentViewport {
	width: 1110px;
	margin-left: auto;
	margin-right: auto;
	padding: 0rem 0% 0rem 0%;
}

.flexContainer, 
.innerFlexContainer .listing {
	display: flex;
	justify-content: space-between;
}

/* @group global modifier classes */

.flush, 
.box.innerFlush .listing > * {
	margin: 0rem 0rem 0rem 0rem;
}

.center, 
.centeredFooter footer {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.hideSubTitle .subTitle, 
.hideHeader header, 
.hideFooter footer, 
.hide, 
.hideSubCategory .subCategory, 
.hideCategory .category {
	display: none;
}

.noMargin {
	margin: 0rem !important;
}

.marginBottom-XS {
	margin-bottom: 0.7rem;
}

.marginTop-S {
	margin-top: 2rem;
}

.marginBottom-S {
	margin-bottom: 2rem;
}

.marginTop-M {
	margin-top: 4rem;
}

.marginBottom-M {
	margin-bottom: 4rem;
}

.marginTop-L {
	margin-top: 6rem;
}

.marginBottom-L {
	margin-bottom: 6rem;
}

.paddingTop-S {
	padding-top: 2rem;
}

.paddingBottom-S {
	padding-bottom: 2rem;
}

.paddingTop-M {
	padding-top: 4rem;
}

.paddingBottom-M {
	padding-bottom: 4rem;
}

.paddingTop-L {
	padding-top: 6rem;
}

.paddingBottom-L {
	padding-bottom: 6rem;
}

.paddForShadows, 
.carouselPaddForShadows .owl-stage, 
.innerPaddForShadows .listing {
	padding: 0.1rem !important;
}

/* @group Template Layouts */


/* flexLayout1 four col layout with equal width */

.flexLayout1 > *,
.innerFlexLayout1 .listing > * {
	flex-basis: 24.1%;
}

/* flexLayout2 six col layout with equal width */

.flexLayout2 > *,
.innerFlexLayout2 .listing > * {
	flex-basis: 15.6%;
}

/* flexLayout3 Three col equal width */

.flexLayout3 > *, 
.innerFlexLayout3 .listing > * {
	flex-basis: 31.5%;	
}

/* flexLayout4 five col layout with equal width */

.flexLayout4 > *, 
.innerFlexLayout4 .listing > * {
	flex-basis: 18%;	
}

/* flexLayout5 two col layout wider right */

.flexLayout5 > .col1 {
	flex-basis: 36%;
}

.flexLayout5 .col2 {
	flex-basis: 58.3%;
}

/* flexLayout6 two col layout with equal width */

.flexLayout6 > *, 
.innerFlexLayout6 .listing > * {
	flex-basis: 48%;	
}

/* flexLayout7 Two col wider left and sidebar */

.flexLayout7 > .col1 {
	flex-basis: 74.3%;
}

.flexLayout7 > .col2 {
	flex-basis: 23%;
}

/* flexLayout8 four col layout with large equal width */

.flexLayout8 > *,
.innerFlexLayout8 .listing > * {
	flex-basis: 23%;
}

/* flexLayout9 Three col small first and last & wide second */

.flexLayout9 > .col1,
.innerFlexLayout9 .listing > .col1 {
	flex-basis: 10%;
}

.flexLayout9 > .col2,
.innerFlexLayout9 .listing > .col2 {
	flex-basis: 62.5%;
}

.flexLayout9 > .col3,
.innerFlexLayout9 .listing > .col3 {
	flex-basis: 23%;
}

/* @group Atoms */

/* Small mostly single tag elements available for use across the whole site */

/* @group Buttons & button containers */

.btn.rectangle, 
.btn.rectangle.dark {
    background-color: #8e774c;
}

.btn.rectangle.lightGrey {
    color: #8e774c;
}

.btn.rectangle.lightGrey:hover {
    color: #8e774c !important;
}

.buttonBar {
	padding: 1rem 0rem 1rem 0rem;
}

.btn.rectangle, 
.btn.rectangle.dark {
    margin: 1rem 0rem 0rem 0rem;
    padding: 0.4rem 1.5rem 0.4rem 1.5rem;
    display: inline-block;
    font-size: 0.9rem;
    font-weight: 300;
    color: #FFF;
    text-transform: uppercase;
    border: 0px;
    text-shadow: 0 0 0;
    letter-spacing: 0.05rem;
}

.btn.rectangle:hover, 
.btn.rectangle.dark:hover {
    background-color: #8e774c;
    margin: 1rem 0rem 0rem 0rem;
    padding: 0.4rem 1.5rem 0.4rem 1.5rem;
    display: inline-block;
    font-size: 0.9rem;
    font-weight: 300;
    color: #FFF !important;
    text-transform: uppercase;
    border: 0px;
    text-shadow: 0 0 0;
    letter-spacing: 0.05rem;
}

.btn.rectangle.grey {
    background-color: #c7c7c7;
}

.btnStyle1 {
    margin: 0rem 0rem 0rem 2rem;
    padding: 0.7rem 1.5rem 0.7rem 1.5rem;
    display: inline-block;
    font-size: 1.1rem;
    font-weight: 700;
    color: #8d764d;
    border: 0px;
    text-shadow: 0 0 0;
    letter-spacing: 0.05rem;
    background-color: #19d8dd;
}

.btnStyle1:hover {
    color: #8d764d;
}

/* .btnStyle2 : judges, Blog */

.btnStyle2,
.innerBtnStyle2 .btn {
    margin: 0rem 0rem 0rem 0rem;
    padding: 0.8rem 2% 0.8rem 2%;
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 500;
    color: #FFF !important;
    text-transform: unset;
    border: 0px;
    text-shadow: 0 0 0;
    letter-spacing: 0.05rem;
    background-color: #8f774e;
}

.btnStyle2:hover,
.innerBtnStyle2 .btn:hover {
    margin: 0rem 0rem 0rem 0rem;
    padding: 0.8rem 2% 0.8rem 2%;
    font-size: 1.4rem;
    font-weight: 500;
    text-transform: unset;
}

.btnStyle3,
.innerBtnStyle3 .btn {
	margin: 0rem 0rem 0rem 0rem;
    padding: 0.5rem 4% 0.5rem 4%;
    display: inline-block;
    font-size: 0.9rem;
    font-weight: 300;
    color: #FFF;
    background-color: #33291d;
    text-transform: uppercase;
    border: 0px;
    text-shadow: 0 0 0;
    letter-spacing: 0.05rem;
}


.btnStyle3:hover,
.innerBtnStyle3 .btn:hover {
	color: #FFF;
}

/* @end */

/* @group Tags & Filter Tags */


/* @end */

/* @end */
/* @group Molecules */

/* Intermediate multi tag elements with one same function or purpose, available across all the website */

/* @group iconLayout1 */





/* @end */

/* @group socialSharing */


.socialSharing article ul {
	display: flex;
	justify-content: space-between;
	margin: unset;
	padding: unset;
}

.socialSharing article ul li {
	margin: 0rem 0.4rem 0rem 0rem;
}

.socialSharing a.icn {
	margin: 0rem 0rem 0rem 0rem;
	font-size: 0rem;
	color: #333333;
	text-align: center;
}

.socialSharing a.icn i {
	font-size: 1.1rem;
}

.socialSharing a.icn.facebook:hover {
	color: #4b69a6;
}

.socialSharing a.icn.twitter:hover {
	color: #5fb4f0;
}

.socialSharing a.icn.linkedIn:hover {
	color: #1d90c3;
}
 
.socialSharing a.icn.pinterest:hover {
	color: #d1242b;
}

.socialSharing a.icn.reddit:hover {
	color: #ff4500;
}

.socialSharing a.icn.email:hover {
	color: #9146ff;
}

.socialSharing a.icn.copy:hover {
	color: #a6b1b7;
}


/* .socialSharingStyle1 : sidebar blog social */

.socialSharingStyle1 ul {
	display: flex;
	flex-direction: column;
	color: #635034;
	margin: 0rem 0rem 2rem 0rem;
}

.socialSharingStyle1 ul li {
	margin: 0rem 0rem 1rem 0rem !important;
	cursor: pointer;
}

.socialSharingStyle1 a.icn {
	color: #90774e;
	display: flex;
}

.socialSharingStyle1 a.icn i {
	padding-right: 2%;
	min-width: 2.5rem;
	text-align: center;
}

.socialSharingStyle1 a.icn span {
	font-size: 0.9rem;
	color: #635034;
	text-transform: uppercase;
}


/* @end */

/* @group Header Styles */

.headerStyle1 h1 {
	margin: 0rem 0rem 2rem 0rem;
	font-size: 1.5rem;
	font-weight: 200;
	color: #151522;
	text-align: left;
}

.headerStyle1 p {
	margin: 0rem 0rem 0rem 0rem;
	font-size: 0.9rem;
	font-weight: 200;
	color: #151522;
	text-align: left;
	line-height: 1.7;
}

.headerStyle1 p a {
	font-weight: 400;
}

/* headerStyle2 home page judges and blog header */

.headerStyle2,
.innerHeaderStyle2 header {
	text-align: center;
	margin: 2rem 0rem 3rem 0rem;
}

.headerStyle2 h1,
.innerHeaderStyle2 header h1 {
	font-size: 1.7rem;
	font-weight: 500;
	margin: 0rem 0rem 0.5rem 0rem;
}

.headerStyle2 h2,
.innerHeaderStyle2 header h2 {
	margin: 0rem;
	color: #90774e;
	font-size: 1rem;
	letter-spacing: 0.16rem;
}

/* .headerStyle3 : similar to the headerStyle2 but different color */

.headerStyle3,
.innerHeaderStyle3 header {
	text-align: center;
	margin: 0rem 0rem 2rem 0rem;
}

.headerStyle3 h1,
.innerHeaderStyle3 header h1 {
	font-size: 1.7rem;
	font-weight: 500;
	color: #e9e9e9;
	margin: 0rem 0rem 0.5rem 0rem;
}

.headerStyle3 h2,
.innerHeaderStyle3 header h2 {
	margin: 0rem;
	color: #90774e;
	font-size: 1rem;
	letter-spacing: 0.16rem;
}


/* .headerStyle4 : forms and zone records lists header */

.headerStyle4 {
	min-height: 8rem; /* provides height for top of form to be alighned with right column */
}

.headerStyle4 h1, {
	margin: 0rem 0rem 1rem 0rem;
	font-size: 1.5rem;
	font-weight: 200;
	color: #151522;
	text-align: left;
}

.headerStyle4 p {
	margin: 0rem 0rem 0rem 0rem;
	font-size: 0.9rem;
	font-weight: 200;
	color: #151522;
	text-align: left;
	line-height: 1.7;
}



/* .headerStyle5 : Category header */

.headerStyle5 h1,
.innerHeaderStyle5 header h1 {
	margin: 0rem 0% 1.5rem 0%;
	font-size: 0.8rem;
	font-weight: 400;
	color: #90774e;
	letter-spacing: 0.4rem;
	text-transform: uppercase;
}



/* .headerStyle6 : based on headerStyle1 but contemnplating powered by logo, used for GDD Delivery Business box */


/* @end */

/* @group Footer Styles */



/* @end */

/* @group Prev Next nav */

nav.prevNext1 {
	margin: 2rem 0rem 4rem 0rem;
	text-align: center;
}

nav.prevNext1 span, 
nav.prevNext1 a {
	margin: 0rem 0rem 0rem 0.2rem;
	padding: 0.2rem 0.8rem 0.2rem 0.8rem;
	display: inline-block;
	background-color: #90774e;
	text-transform: uppercase;
	font-size: 0.9rem;
	color: #FFF;
	border-radius: 0.8rem;
}

nav.prevNext1 a {
	background-color: #cccccc;
	color: #000;
}

nav.prevNext1 span.current {
	color: #FFF;
	background-color: #90774e;
}

/* @end */

/* @group Category nav */

/*navStyle1 : category */

.navStyle1 ul {
	margin: 0rem 0% 2rem 0%;
	padding: 0rem;
	line-height: 1.7;
}

.navStyle1 li a {
	font-size: 0.9rem;
	font-weight: 600;
	color: #635034;
	text-transform: uppercase;
}



/* @end */

.owl-nav {
	display: none;
}

/* @group Tabs Styles (company public detail, user zone payments list) */

.tabsStyle1 > ul {
	padding: 0rem 0rem 0rem 0rem;
	display: flex; 
}

.tabsStyle1 > ul > li {
	flex-basis: 50%;
	display: block;
}

.tabsStyle1 > ul > li > a {
	padding: 0.5rem 1rem 0.5rem 1rem;
	text-align: center;
	display: block;
	border-bottom: 1px solid #8f98a4;
}

.tabsStyle1 > ul > li.r-tabs-state-active > a {
	color: #151522;
	font-weight: 600;
	border-bottom: 2px solid;
}

.tabsStyle2 > ul {
	display: flex;
	margin: 0rem 0rem 0rem 0rem;
	padding: 0rem 0rem 0rem 0rem;
	flex-direction: row;
}

.tabsStyle2 > ul li {
	padding: 0.5rem 1rem 0.5rem 1rem;
	border-bottom: 1px solid #333;
}

.tabsStyle2 > ul li.r-tabs-state-active {
	padding: 0.5rem 1rem 0.5rem 1rem;
	border-bottom: 3px solid;
}

/* @end */

/* @group Accordion styles */

.accordionStyle1 h2.ui-accordion-header {
	margin: 0rem 0rem 0rem 0rem;
	padding: 2rem 2rem 2rem 2rem;
	font-size: 1rem;
	font-weight: 500;
	color: #000;
	letter-spacing: 0.05rem;
	text-align: left;
	background-color: #FFF;
	border: 1px solid #d4d4d4;
}

.accordionStyle1 h2.ui-accordion-header.ui-state-default {
	margin: 0rem 0rem 1rem 0rem;
}

.accordionStyle1 h2.ui-accordion-header.ui-state-active {
	margin: 0rem 0rem 0rem 0rem;
	border-bottom: 0px;
}

.accordionStyle1 .ui-accordion-content {
	margin: -0.2rem 0rem 1.5rem 0rem;
	padding: 0rem 2rem 2rem 2rem;
	background-color: #FFF;	
	border-top: 0px solid #d4d4d4;
	border-left: 1px solid #d4d4d4;
	border-right: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
}

/* @end */

/* @group Alert Styles */


/* @end */

/* @group box Styles */

/* boxStyle1: Calendar central next event */

.boxStyle1 {
	margin: 0rem 0rem 2rem 0rem;
}

.boxStyle1 .listing article {
	margin: 0rem 0rem 1rem 0rem;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #000;
}

.boxStyle1 .listing article .imgContainer {
	padding: 1rem 3% 1rem 2%;
	flex-basis: 38.1%;
}

.boxStyle1 .listing article .txt {
	flex-basis: 55.7%;
	padding: 1rem 0%;
}

.boxStyle1 .listing article .txt h3 {
	display: none;	
}

.boxStyle1 .listing article .txt h2 {
	margin: 0rem 0rem 0.3rem 0rem;
	font-size: 0.9rem;
	font-weight: 600;
	letter-spacing: 0.02rem;
}

.boxStyle1 .listing article .txt p {
	margin: 0rem 0rem 0.3rem 0rem;
	font-size: 0.8rem;
}

.boxStyle1 .listing article .txt .registrationLink {
	font-weight: 600;
	font-size: 0.8rem;
	color: #8e774c;
}

/* boxStyle2: center content (calendar central sidebar logo) */

.boxStyle2 {
	padding: 0rem 0rem 1rem 0rem;
}

.boxStyle2 .listing article {
	display: flex;
	justify-content: center;
}

.boxStyle2 .listing article .imgContainer {
	width: 50%;
	border-right: 0px !important;
}

/* @group Carousel Styles */


/* @end */

/* @group tag Styles */

.tagStyle1 {
	text-transform: uppercase;
}

.tagStyle1 a {
  margin: 0rem 0.2rem 0.5rem 0.2rem;
  padding: 0.2rem 2% 0.2rem 2%;
  display: inline-block;
  background-color: #33291d;
  border-radius: 0.4rem;
  color: #FFF !important;
  letter-spacing: 0.1rem;
  font-size: 0.7rem;
  font-weight: 400;
}

/* @end */

/* @group Article Styles */

/* Article Style 1: home screen blog carousel articles */

.articleStyle1 header .imgContainer img {
	width: 100%;
}

.articleStyle1 > header h3 {
	margin: 0rem 0rem 0.7rem 0rem;
	padding: 0rem;
}

.articleStyle1 > header h3 a {
	margin: 0rem 0rem 0rem 0rem;
	padding: 0rem;
	font-size: 0.7rem;
	font-weight: 600;
	text-transform: uppercase;
}

.articleStyle1 > header h1 {
	margin: 0rem 0rem 1.5rem 0rem;
	font-weight: 600;
	font-size: 2rem;
	color: #151522;
	line-height: 1.3;
}

.articleStyle1 .subTitle {
	margin: 0rem 0rem 1.5rem 0rem;
}

.articleStyle1 .subTitle h2 {
	margin: 0rem 0rem 0rem 0rem;
	padding: 0rem 0rem 0rem 0rem;
	font-size: 1rem;
	font-weight: 200;
}

.desktop .articleStyle1 .body {
	padding-right: 15%;
}

.articleStyle1 .body img {
	width: 100%;
	height: auto;
}

.articleStyle1 .body h1, 
.articleStyle1 .body h2, 
.articleStyle1 .body h3 {
	margin: 2rem 0rem 0rem 0rem;
	font-weight: 500;
	font-size: 1rem;
}

.articleStyle1 .body h4 {
	font-weight: 200;
	font-size: 1.2rem;
}

.articleStyle1 .body p {
	font-size: 1rem;
	color: #6b6b6b;
	line-height: 1.5;
}

.articleStyle1 .body ul, 
.articleStyle1 .body ol {
	font-size: 1rem;
	list-style-type: disc;
	list-style-position: inside;
	
}

.articleStyle1 .body ul li {
	padding: 0rem 20% 0.5rem 1rem;
	color: #6b6b6b;
	list-style-type: disc;
}

.articleStyle1 .body ol li { 
	padding: 0rem 20% 0.5rem 1rem;
	color: #6b6b6b;
	list-style-type: decimal;
}

.articleStyle1 .body p a {
	font-weight: 700;
}

.articleStyle1 .body blockquote {
	margin: 2rem 2% 2rem 3%;
	padding: 0rem 0rem 0rem 2%;
	border-left: 4px solid;
}

.articleStyle1 .body blockquote p {
	margin: 0rem 0rem 0.5rem 0rem;
	padding: 0rem 0rem 0rem 0rem;
	font-size: 1.5rem;
	font-style: italic;
	line-height: 1.4;
}

/*articleStyle2: homeScreenSplashArea */

.articleStyle2,
.innerArticleStyle2 > article {
	background-image: url('/cont/img/homeScreenSplashArea.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-color: #8d764d;
	height: 22rem;

}

.articleStyle2 .body,
.innerArticleStyle2 article .txt .body {
	position: relative;
}

.articleStyle2 h1,
.innerArticleStyle2 article .txt .body h1 {
	margin: 3.8rem 0% 2.6rem 0%;
	color: #19d8dd;
	font-weight: 300;
	font-size: 3rem;
	position: absolute;
	right: 2rem;
	left: 45rem;
	line-height: 1.1;
}

.articleStyle2 .txt .body p,
.innerArticleStyle2 article .txt .body p {
	position: relative;
	left: 44rem;
	top: 13rem;
}

.articleStyle2,
.innerArticleStyle2 article .txt .body a {
	margin-top: 1.8rem;
	margin-left: 1.1rem;
}

/*articleStyle3:  homePageTexts */

.articleStyle3:nth-child(1) {
	background-image: url('/cont/img/homePageTexts-1.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.articleStyle3:nth-child(2) {
	background-image: url('/cont/img/homePageTexts-2.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.articleStyle3:nth-child(3) {
	background-image: url('/cont/img/homePageTexts-3.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.articleStyle3:nth-child(4) {
	background-image: url('/cont/img/homePageTexts-4.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.articleStyle3 {
	height: 16rem;
	margin-bottom: 0.7rem;
}

.articleStyle3 article .body {
	position: relative;
}

.articleStyle3 article .body p {
	padding: 0rem 7% 0rem 7%;
	margin: 0rem 5% 0.5rem 5%;
	text-transform: uppercase;
	color: #FFF;
	font-size: 1.1rem;
	letter-spacing: 0.08rem;
	line-height: 1.6;
	position: absolute;
	bottom: -14.3rem;
}

.articleStyle3 article .body p span {
	font-weight: 900;
	font-style: italic;
	color: #19d8dd;
}

.articleStyle3 article .readMore {
	display: none;
}

/*articleStyle4:  homeReview */

.articleStyle4,
.innerArticleStyle4 article {
	background-image: url('/cont/img/homeReview.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	height: 24rem;
	background-color: #8f774e;
}

.articleStyle4,
.innerArticleStyle4 article .txt .body {
	padding: 2rem 5% 2rem 5%;
	display: flex;
	justify-content: flex-end;
}

.articleStyle4,
.innerArticleStyle4 article .txt .body h1 {
	text-align: right;
	padding: 2rem 3% 2rem 3%;
	font-size: 3rem;
	font-weight: 300;
	margin: 0rem;
	text-transform: uppercase;
	color: #19d8dd;
	display: inline-block;
	width: 24%;
}

.articleStyle4,
.innerArticleStyle4 article .txt .body ul {
	padding: 0rem 0% 1rem 0%;
}

.articleStyle4,
.innerArticleStyle4 article .txt .body ul > li {
	/*line-height: 2;*/
	letter-spacing: 0.04rem;
	font-size: 1.3rem;
	color: #FFF;
}

.articleStyle4,
.innerArticleStyle4 article .txt .body ul > li > span {
	color: #8d764d;
	text-shadow: -1px 0 #645035, 0 -1px #645035, 1px 0 #645035, 0 1px #645035, 1px 1px #645035, -1px -1px #645035, -1px 1px #645035, 1px -1px #645035;
	font-size: 2.5rem;
	font-weight: 300;
	padding: 0rem 0.5rem 0rem 0rem;
}

/* START articleStyle5 judges page */

.articleStyle5 .listing,
.innerArticleStyle5 .listing {
	flex-wrap: wrap;
}

.articleStyle5,
.innerArticleStyle5 .listing article {
	background-color: #FFF;
	text-align: center;
	margin: 0rem 0rem 2rem 0rem;
}

.articleStyle5 .body,
.innerArticleStyle5 .listing article .body {
	padding: 0rem 12% 1rem 12%;
}

.articleStyle5 .imgContainer,
.innerArticleStyle5 .listing article .body .imgContainer {
	background-color: #8f774e;
	width: 45%;
	padding: 1rem;
	border-radius: 50%;
	margin: -2.5rem auto 0rem auto;
	z-index: 2;
	position: relative;
}

.articleStyle5 .imgContainer img,
.innerArticleStyle5 .listing article .body .imgContainer img {
	height: 2.5rem;
}

.articleStyle5 h2,
.innerArticleStyle5 .listing article h2 {
	margin: 0rem 0rem 1rem 0rem;
	text-transform: uppercase;
	font-size: 1.2rem;
	font-weight: 900;
	letter-spacing: 0.07rem;
}

.articleStyle5 h3,
.innerArticleStyle5 .listing article h3 {
	font-size: 1rem;
	font-weight: 500;
	color: #7c7a77;
	margin: 0rem 0rem 0.5rem 0rem;
}

.articleStyle5 h4,
.innerArticleStyle5 .listing article h4 {
	color: #8f774e;
	font-size: 0.8rem;
	letter-spacing: 0.1rem;
	text-transform: uppercase;
	margin: 2rem 0rem 1rem 0rem;
	font-weight: 400;
}

.articleStyle5 .judges-socials,
.innerArticleStyle5 .listing article .judges-socials {
	display: none;
}

/* START articleStyle6 judges detail page */

.articleStyle6,
.innerArticleStyle6 {
	background-color: #FFF;
	padding: 4rem 10% 4rem 10%;
}


.articleStyle6,
.innerArticleStyle6 .col1 .imgContainer.beverageType {
	display: flex;
	background-color: #8f774e;
	padding: 1rem 14%;
	text-align: center;
}

.articleStyle6,
.innerArticleStyle6 .col1 .imgContainer.beverageType img {
	width: 23%;
}

.articleStyle6,
.innerArticleStyle6 .col1 .imgContainer.beverageType h4 {
	text-align: center;
	margin: 0rem auto 0rem auto;
	align-self: center;
	color: #FFF;
	letter-spacing: 0.4rem;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 0.9rem;
}


.articleStyle6,
.innerArticleStyle6 .col1 ul {
	display: flex;
}

.articleStyle6,
.innerArticleStyle6 .col1 ul li {
	color: #8f774e;
	font-size: 2.5rem;
	padding: 0rem 4% 0rem 4%;
}

.articleStyle6,
.innerArticleStyle6 .col2 {
	margin-top: 5rem;
}

.articleStyle6,
.innerArticleStyle6 .col2 h1 {
	font-size: 1.4rem;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
	font-weight: 900;
	margin: 0rem 0rem 1rem 0rem;
}

.articleStyle6,
.innerArticleStyle6 .col2 .subTitle {
	font-size: 1rem;
	font-weight: 600;
	font-style: italic;
	color: #8f774e;
	margin: 0rem 0rem 1rem 0rem;
	letter-spacing: 0.05rem;
}

.articleStyle6,
.innerArticleStyle6 .col2 .body p {
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.05rem;
	line-height: 1.4;
	color: #939398;
}

/* START articleStyle7 home page blog carrousel*/

.articleStyle7,
.innerArticleStyle7 .carrouselItem article {
	margin: 0rem 0% 1rem 0%;
	display: flex;
	justify-content: space-between;
	background-color: #FFF;
}

.articleStyle7 .imgContainer,
.innerArticleStyle7 .carrouselItem article .imgContainer {
	flex-basis: 48%;
}

.articleStyle7 .txt,
.innerArticleStyle7 .carrouselItem article .txt {
	padding: 1.5rem 4% 1.5rem 0%;
	flex-basis: 48%;
}

.articleStyle7 .txt h3,
.innerArticleStyle7 .carrouselItem article .txt h3 {
	margin: 0rem 0% 1.5rem 0%;
	font-size: 0.9rem;
	font-weight: 600;
	color: #635034;
	text-transform: uppercase;
	letter-spacing: 0.02rem;
}

.articleStyle7 .txt h2,
.innerArticleStyle7 .carrouselItem article .txt h2 {
	margin: 0rem 0% 0.5rem 0%;
	font-size: 1.9rem;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 0.02rem;
	line-height: 1.3;
}

.articleStyle7 .txt p,
.innerArticleStyle7 .carrouselItem article .txt p {
	margin: 0rem 0% 0.5rem 0%;
	font-size: 1rem;
	font-weight: 300;
	color: #635034;
	line-height: 1.5;
}

.articleStyle7 .txt p datetime,
.innerArticleStyle7 .carrouselItem article .txt p datetime {
	display: none;
}


.world .innerArticleStyle7 .carrouselItem article,
.world .innerArticleStyle8 article {
	background-color: #8f774e;
}

.world .innerArticleStyle7 .carrouselItem article .txt h3,
.world .innerArticleStyle8 article .txt h3 {
	color: #33291c;
}

.world .innerArticleStyle7 .carrouselItem article .txt h2,
.world .innerArticleStyle8 article .txt h2,
.world .innerArticleStyle7 .carrouselItem article .txt p,
.world .innerArticleStyle8 article .txt p {
	color: #e9e9e9;
	text-transform: unset;
}

/* START articleStyle8 home page blog*/

.innerArticleStyle8 {
	flex-wrap: wrap;
}

.articleStyle8,
.innerArticleStyle8  article {
	margin: 0rem 0% 2rem 0%;
	background-color: #FFF;
}

.articleStyle8 .imgContainer,
.innerArticleStyle8 article .imgContainer {
	margin: 0rem 0% 0.3rem 0%;
}

.articleStyle8 .txt,
.innerArticleStyle8 article .txt {
	padding: 1rem 10% 1rem 10%;
}

.articleStyle8 .txt h3,
.innerArticleStyle8 article .txt h3 {
	margin: 0rem 0% 1rem 0%;
	font-size: 0.8rem;
	font-weight: 600;
	color: #635034;
	text-transform: uppercase;
	letter-spacing: 0.02rem;
}

.articleStyle8 .txt h2,
.innerArticleStyle8 article .txt h2 {
	margin: 0rem 0% 0.5rem 0%;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.03rem;
	line-height: 1.4;
}

.articleStyle8 .txt p,
.innerArticleStyle8 article .txt p {
	display: none;
}

.articleStyle8 footer,
.innerArticleStyle8 footer {
	text-align: center;
}


/* articleStyle9: blog detail page */

.articleStyle9 .imgContainer,
.innerArticleStyle9 .col2 .imgContainer {
	margin: 0rem 0% 2rem 0%;
}

.articleStyle9 h3,
.innerArticleStyle9 .col2 h3 {
	margin: 1rem 0% 3rem 0%;
	font-size: 1rem;
	font-weight: 600;
	color: #635034;
	text-transform: uppercase;
}

.articleStyle9 h1,
.innerArticleStyle9 .col2 h1 {
	margin: 0rem 0% 2rem 0%;
	font-size: 2.2rem;
	font-weight: 300;
	/*letter-spacing: 0.04rem;*/
	text-transform: uppercase;
	line-height: 1.2;
}

.articleStyle9 h2,
.innerArticleStyle9 .col2 h2 {
	margin: 0rem 0% 2rem 0%;
	font-size: 1.1rem;
	font-weight: 300;
	color: #635034;
	letter-spacing: 0.04rem;
	line-height: 2;
}

.articleStyle9 p,
.innerArticleStyle9 .col2 p {
	margin: 0rem 0% 0.5rem 0%;
	font-size: 0.9rem;
	font-weight: 600;
	letter-spacing: 0.04rem;
	line-height: 1.4;
}

.articleStyle9 .col2,
.innerArticleStyle9 .col2 {
	padding: 0rem 5% 3rem 0%;
}

.articleStyle9 .col3,
.innerArticleStyle9 .col3 {
	padding: 2rem 2% 2rem 2%;
}

.world .articleStyle9 h3,
.world .innerArticleStyle9 .col2 h3,
.world .articleStyle9 h2,
.world .innerArticleStyle9 .col2 h2 {
	color: #90774e;
}

.world .articleStyle9 h1,
.world .innerArticleStyle9 .col2 h1,
.world .articleStyle9 p,
.world .innerArticleStyle9 .col2 p {
	color: #FFF;
}

/* articleStyle10: calendar central(events) list page */

.innerArticleStyle10 {
	flex-wrap: wrap;
}

.articleStyle10,
.innerArticleStyle10  article {
	margin: 0rem 0% 2rem 0%;
	background-color: #FFF;
}

.articleStyle10 .imgContainer,
.innerArticleStyle10 article .imgContainer {
	margin: 0rem 0% 0.3rem 0%;
}

.articleStyle10 .txt,
.innerArticleStyle10 article .txt {
	padding: 1rem 10% 1rem 10%;
}

.articleStyle10 .txt h3,
.innerArticleStyle10 article .txt h3 {
	margin: 0rem 0% 1rem 0%;
	font-size: 0.8rem;
	font-weight: 600;
	color: #635034;
	text-transform: uppercase;
	letter-spacing: 0.02rem;
}

.articleStyle10 .txt h2,
.innerArticleStyle10 article .txt h2 {
	margin: 0rem 0% 0.5rem 0%;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.03rem;
	line-height: 1.4;
}

.articleStyle10 .txt p,
.innerArticleStyle10 article .txt p {
	display: none;
}

.articleStyle10 footer,
.innerArticleStyle10 footer {
	text-align: center;
}

/* articleStyle11: caledarcentral (events) detail page */

.articleStyle11 .imgContainer,
.innerArticleStyle11 .col2 .imgContainer {
	margin: 0rem 0% 2rem 0%;
}

.innerArticleStyle11 .txt .locationAndDates {
	margin: 1rem;
	padding: 1rem 4% 1rem 4%;
	width: 50%;
	float: right;
	background-color: #8e774c;
}

.innerArticleStyle11 .txt .locationAndDates h3 {
	margin: 0rem 0rem 1rem 0rem;
	padding: 0rem 0rem 0.3rem 0rem;
	font-size: 1.3rem;
	font-weight: 700;
	color: #19d9dd;
	text-align: center;
	letter-spacing: 0.04rem;
	text-transform: uppercase;
	border-bottom: 1px solid #19d9dd;
}

.innerArticleStyle11 .txt .locationAndDates p {
  margin: 0rem 0% 0.5rem 0%;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #FFF;
}

.articleStyle11 h3,
.innerArticleStyle11 .col2 header h3 {
	margin: 1rem 0% 3rem 0%;
	font-size: 1rem;
	font-weight: 600;
	color: #635034;
	text-transform: uppercase;
}

.articleStyle11 h1,
.innerArticleStyle11 .col2 h1 {
	margin: 0rem 0% 2rem 0%;
	font-size: 2.2rem;
	font-weight: 300;
	/*letter-spacing: 0.04rem;*/
	text-transform: uppercase;
	line-height: 1.2;
}

.articleStyle11 h2,
.innerArticleStyle11 .col2 h2 {
	display: none;
}

.articleStyle11 p,
.innerArticleStyle11 .col2 p {
	margin: 0rem 0% 0.5rem 0%;
	font-size: 0.9rem;
	font-weight: 600;
	letter-spacing: 0.04rem;
	line-height: 1.4;
}

.articleStyle11 a,
.innerArticleStyle11 .col2 a {
	font-weight: 900;
	color: #8e774c;
}

.articleStyle11 .col2,
.innerArticleStyle11 .col2 {
	padding: 0rem 5% 0rem 0%;
}

.articleStyle11 .col3,
.innerArticleStyle11 .col3 {
	padding: 2rem 2% 2rem 2%;
}
/* @end */

/* @end */
/* @group Organisms */

/* Standard layouts elements (boxes, article styles, etc…) available across sections, also header, footer and other standard non section specific complex organisms */

/* @group Main Header */

#wrapper > header .mainMenuContainer {
	width: 100%;
	margin: -3rem 0rem 1rem 0rem;
	background-color: #FFF;
	box-shadow: 0 0 3px #a5a5a5;
}

.desktop #wrapper > header .stack1 {
	height: 8.7rem;
}

#wrapper > header .stack1 .col1, 
#wrapper > header .stack1 .col2, 
#wrapper > header .stack1 .col3, 
#wrapper > header .stack1 .col4 {
	height: 6.7rem;
	overflow: visible;
}

#wrapper > header .stack1 .col1 {
	width: 12.1%;
}

#wrapper > header #homeButton {
	font-size: 0rem;
}

#wrapper > header #homeButton img {
	width: 8.5rem;
	height: 8.5rem;
}

.desktop #wrapper > header .stack1 .col2 {
	width: 60%;
	display: flex;
	flex-direction: column;
}

.desktop #wrapper > header .stack1 .col2 .txt {
	margin: 0rem 0rem 1.5rem 0rem;
	display: flex;
	justify-content: flex-start;
	flex-direction: row;
	align-items: center;
	padding: 1.5rem 0rem 0rem 0rem;
}

.desktop #wrapper > header .stack1 .col2 .txt h4 {
	/* text: Where drink culture lives */
	margin: 0rem 2rem 0rem 0rem;
	display: inline;
	font-size: 1.5rem;
	font-weight: 200;
	color: #8c8c8c;
	line-height: 0;
}

.desktop #wrapper > header .stack1 .col2 .txt img {
	width: 12rem;
	margin: 0rem 0rem -0.3rem 0rem;
	display: inline;
}

.desktop #wrapper > header .stack1 .col2 ul {
	/* city nav */
	margin: 0rem;
	padding: 0rem;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}

.desktop #wrapper > header .stack1 .col2 ul li {
	margin: 0rem 1rem 0rem 0rem;
	text-transform: uppercase;
	font-size: 0.8rem;
	font-weight: 500;
	color: #4c4c4c;
}

.desktop #wrapper > header .stack1 .col2 ul li a {
	letter-spacing: 0.02rem;
	font-size: 0.8rem;
	color: #9f9f9f;
}

.desktop #wrapper > header .stack1 .col2 ul li a:hover {

}

.desktop #wrapper > header .stack1 .col2 ul li a.current {
	letter-spacing: 0.02rem;
	font-size: 0.8rem;
	color: #424242;
	border-bottom: 1px solid #424242;
}

#wrapper > header .stack1 .col3 {
	width: 18.4%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

#wrapper > header .stack1 .col3 nav {
	/* User nav (Log In | Sign Up) */
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#wrapper > header .stack1 .col3 nav ul {
	width: 100%;
	display: flex;
	justify-content: flex-end;
}

#wrapper > header .stack1 .col3 nav ul li a {
	padding: 0.5rem 1rem 0.5rem 1rem;
	font-size: 0.8rem;
	color: #8c8c8c;
}

#wrapper > header .stack1 .col3 nav ul li:last-of-type a {
	padding-right: 0rem;
}

/* @end */

/* @group Main Menu */

nav.main > ul {
	display: flex;
	padding: 0rem 0rem 0rem 15.6%;
	margin: 1rem 0% 0rem 0%;
}

nav.main > ul > li {
	display: flex;
	margin: 0rem;
	padding: 0rem;
	flex-direction: column;
	position: relative;
}

nav.main > ul > li > a {
	margin: 0rem;
	padding: 0.9rem 1rem 0.9rem 1rem;
	font-family: 'Montserrat';
	font-weight: 500;
	display: block;
	color: #A1A1A6;
	font-size: 0.8rem;
}

nav.main > ul > li:hover > a {
	color: #15151f;
}

/* sub menu */

nav.main > ul > li > ul {
	/* sub menus */
	min-width: 9rem;
	display: none;
	position: absolute;
	top: 2.9rem;
	left: 0rem;
	padding: 0rem 0rem 0rem 0rem;
	z-index: 2000000000;
	background-color: #fffffe;
	box-shadow: 1px 1px 2px #a9a9a9;
}

nav.main > ul > li:hover > ul {
	display: block;
}

nav.main ul li ul li {
	display: flex;
	flex-direction: column;
	padding: 0rem 1rem 0rem 1rem;
}

nav.main > ul > li > ul > li > a {
	padding: 0.5rem 0rem 0.5rem 0rem;
	font-family: 'Montserrat';
	font-size: 0.8rem;
	font-weight: 500;
	color: #15151f;
	display: block;
	border-bottom: 1px solid #e9e9ea;
}

nav.main ul li ul li a svg {
	display: none;
}

/* @group User menu */

nav.userMenu {
	background-color: #737279;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5a595e+0,737279+8,737279+100 */
	background: #5a595e; /* Old browsers */
	background: -moz-linear-gradient(top,  #5a595e 0%, #737279 8%, #737279 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #5a595e 0%,#737279 8%,#737279 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #5a595e 0%,#737279 8%,#737279 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a595e', endColorstr='#737279',GradientType=0 ); /* IE6-9 */
}

ul.usersMenu {
	height: 2rem;
	margin-top: -1rem;
	margin-bottom: 0rem;
	padding: 0rem 0rem 0rem 15.6%;
	display: flex;
}

ul.usersMenu li {
	margin: 0rem 0rem 0rem 0rem;
	padding: 0rem 0rem 0rem 0rem;
}

ul.usersMenu li img {
	display: none;
}

ul.usersMenu li a {
	height: 2rem;
	padding: 0.6rem 0.5rem 0rem 1rem;
	display: block;
	line-height: 1;
	font-size: 0.8rem;
	color: #FFF;
	text-transform: uppercase;
}

ul.usersMenu li a:hover {
	color: #2f2f2f;
}

ul.usersMenu li a span {
	height: 2rem;
	margin: 0rem 0rem 0rem 0rem;
	display: block;
	line-height: 1;
}

/* @end */

/* @group Table styles */

.tableStyle1 {
	width: 100%;
	padding: 0rem;
}

.tableStyle1 tr th {
	padding: 0.3rem 0.5rem 0.3rem 0.5rem;
	background-color: #cecece;
	font-size: 0.9rem;
	font-weight: 500;
}

.tableStyle1 tr td {
	padding: 0.5rem 0.5rem 0.5rem 0.5rem;
	background-color: #e0e0e0;
	font-size: 0.9rem;
}

.tableStyle1 tr th.date, 
.tableStyle1 tr td.date {
	width: 8rem;
	text-align: center;
}

.tableStyle1 tr th.name, 
.tableStyle1 tr td.name, 
.tableStyle1 tr th.bevType, 
.tableStyle1 tr td.bevType, 
.tableStyle1 tr th.status, 
.tableStyle1 tr td.status {
	text-align: left;
}

.tableStyle1 tr th.actions, 
.tableStyle1 tr td.actions {
	text-align: center;
}
 
.tableStyle1 tr td.actions i {
	margin: 0rem 0.3rem 0rem 0.3rem;
	font-size: 1.1rem;
}

.tableStyle1 tr td.actions i:hover {
}

/* @group Carousel Styles */

.carouselStyle1 .owl-dots {
	text-align: center;
}

.carouselStyle1 .owl-dots .owl-dot {
	margin-left: 0.5rem;
	border: 0px;
	width: 1rem;
	height: 1rem;
	border-radius: 0.5rem;
	background-color: #FFF;
}

.carouselStyle1 .owl-dots .owl-dot.active {
	background-color: #90774e;
}

/* @group  footer */

.footerMenuContainer {
	background-color: #33291d;
}

#wrapper > footer .footerMenuContainer .col1 img {
	/* main logo */
	width: 21rem;
	margin: 0rem 0rem 1rem 0rem;
	color: #FFF;
}

#wrapper > footer .footerMenuContainer .col1 h3 {
	display: none;
}

#wrapper > footer .footerMenuContainer .col1 p {
	margin-bottom: 2rem;
	font-family: 'Source Serif Pro';
	font-size: 0.9rem;
	font-weight: 400;
	color: #7c7a77;
}

#wrapper > footer .footerMenuContainer .col1 input[type="email"] {
	width: 20rem;
	border: 0rem;
	font-size: 0.9rem;
	background-color: #645035;
	padding: 0.5rem 1rem 0.5rem 1rem;
	color: #33291d;
}

#wrapper > footer .footerMenuContainer .col1 #btnSubmitSubscribe-defaultNewsletter {
	margin: 0rem 0rem 0rem -2.5rem;
	border: 0rem;
	font-size: 1rem;
	background-color: #645035;
	color: #33291d;
}

#wrapper > footer .footerMenuContainer .col2 .body {
	display: flex;
	justify-content: flex-end;
}

#wrapper > footer .footerMenuContainer .col2 .body ul li a {
	font-size: 0.8rem;
	color: #7c7a77;
	line-height: 1.5;
}

#wrapper > footer .footerMenuContainer .col2 .body ul li a i {
	text-align: center;
	display: inline-block;
	min-width: 1.5rem;
}

#wrapper > footer .footerMenuContainer .col2 .body div:last-of-type {
	display: none;
}

#wrapper > footer .footerFooterContainer {
	background-color: #FFFFFF;
}

#wrapper > footer .footerContactData {
	padding: 1rem 0rem 1rem 0rem;
}

#wrapper > footer .footerContactData div.col {
	font-family: 'Source Serif Pro';
	display: flex;
	align-items: center;
	color: #717171;
	font-size: 0.8rem;
}

#wrapper > footer .footerContactData img {
	width: 16rem;
}

#wrapper > footer .footerContactData .col3 {
	justify-content: flex-end;
}

#wrapper > footer .footerContactData .col3 ul {
	display: flex;
	align-items: flex-end;
}

#wrapper > footer .footerContactData .col3 ul li {
	padding: 0rem 0rem 0rem 1rem;
}

/* @end */

/* @group newsletter Subscription Modal */

.slidingModal {
  	width: 25rem;
  	height: auto;
  	padding: 2rem;
  	bottom: -0.5rem;
  	right: -26.5rem;
  	position: fixed;
  	background-color: #9E8554;
  	z-index: 3;
  	box-shadow: -2px -2px 6px #454545;
}

.slideModal {
	right: -0.5rem;  
	transition: right 4s;
}

.slidingModal .body h2 {
  	margin: 0rem 0rem 0.8rem 0rem;
  	font-family: 'Montserrat';
  	font-size: 1.5rem;
  	font-weight: 300;
}

.slidingModal .body {
  	margin: 0rem 0rem 1rem 0%;
}

.slidingModal .body p {
  	padding: 0rem 0rem 0rem 0%;
  	font-size: 0.9rem;
  	font-weight: 300;
  	line-height: 1.5;
}

.subModalOpener {
  	display: none;
}

.slidingModalClose {
  	position: absolute;
	left: -18px;
	top: -17px;
	width: 36px;
	height: 36px;
	background-image: url('/cont/js/fancybox/fancybox_sprite.png');
	cursor: pointer;
}

/* @group Standard form elements */

.formStyle1 .formGroup {
	margin-bottom: 1.5rem;
	text-align: left;
	flex-wrap: wrap;
}

.formStyle1 .formGroup img{
    margin-bottom: 1rem;
}

.formStyle1 #preferences {
	display: none;
}

.formStyle1 label {
	/* in use */
	display: block;
	margin-bottom: 0.4rem;
	padding-top: 0.5rem;
	font-weight: 500;
	font-size: 0.7rem;
	color: #44444e;
	text-transform: uppercase;
	text-align: left;
}

.formStyle1 label.altLabel{
	display: inline-block;
}

.formStyle1 em {
	font-size: 0.8rem;
	font-style: normal;
	font-family: 'Source Serif Pro';
}

.formStyle1 h3 {
	font-size: 1rem;
	font-weight: 500;
	color: #151522;
}

.formStyle1 p {
	margin: 0rem 0rem 0rem 0rem;
	font-weight: 400;
	font-size: 0.8rem;
	color: #A1A1A6;
	line-height: 1.6;
}

.formStyle1 p a {
	font-weight: 700;
	display: inline-block;
}

.formStyle1 label.error, 
.formStyle1 p.error {
	margin: -0.3rem 0rem 0rem 0.1rem;
	display: block;
	font-size: 0.6rem;
	font-weight: 300;
	letter-spacing: 0.05rem;
	text-align: left;
	color: #E91E63;
}

.formStyle1 p.error {
	margin: 0.4rem 0rem 0.5rem 1.3rem;
}

.formStyle1 input[type="text"], 
.formStyle1 input[type="email"], 
.formStyle1 input[type="password"], 
.formStyle1 input[type="number"], 
.formStyle1 input[type="url"], 
.formStyle1 textarea {
	width: 100%;
	margin-bottom: 0.2rem; 
	padding: 0.6rem 1rem 0.6rem 1rem;
	font-weight: 400;
	font-size: 0.9rem;
	color: #292929;
	border: 0px;
	background-color: #e3e3e5;
}

.formStyle1 input[type="number"] {
	width: auto;
	min-width: 10rem;
}

.formStyle1 .checkBoxGroup input[type="checkbox"] {
	margin: 0rem 1rem 0rem 0rem;
}

.formStyle1 .checkBoxGroup input[type="checkbox"], 
.formStyle1 .checkBoxGroup label {
	display: inline;
}

.formStyle1 textarea {
	min-height: 8rem;
}

.formStyle1 textarea.textarea-M {
	min-height: 4rem;
}

.formStyle1 .twoCol {
	display: flex;
	justify-content: space-between;
}

.formStyle1 .twoCol > * {
	flex-basis: 49%;
	text-align: left;
}

.formStyle1 .buttonBar.right {
	text-align: right;
}

.formStyle1 table {
	/* legacy style */
	width: 100%;
}

.formStyle1 table tr td {
	/* legacy style */
	padding: 0.4rem 0rem 0.4rem 0rem;
}

.formStyle1 table tr td.labelCol {
	/* legacy style */
	width: 13rem;
	text-align: right;
}

.formStyle1 table tr td:last-of-type {
	/* legacy style */
	/* second columns (inputs) */
	width: 65%;
	text-align: left;
}

.formStyle1 .inLineFields :first-child {
	/* legacy style */
	width: 40%;
	margin-right: 1rem;
	display: inline;
}

.formStyle1 i.fa-asterisk {
	font-size: 0.4rem;
	vertical-align: super;
	color: #E91E63;
}

.formStyle1 i.fa-sync {
	font-size: 2rem;
	margin: 1rem 0rem 1rem 0rem;
	text-align: center;
	color: #E91E63;
}

.formStyle1 .dropzone {
	font-size: 0.8rem;
	color: #737379;
}

.formStyle1 .currentImageContainer {
	padding: 0.5rem 0rem 0rem 0rem;
}

.formStyle1 .currentImagesContainer {
	padding: 0.5rem 0rem 0rem 0rem;
	display: flex;
	flex-direction: row;
	align-content: flex-start;
}

.formStyle1 .currentImageContainer .imgContainer {
	/* each individual images container */
	max-width: 5rem;
	position: relative;
	margin-right: 1rem;
	overflow: visible;
}

.formStyle1 .currentImagesContainer .imgContainer  {
	/* each individual images container */
	max-width: 4.5rem;
	position: relative;
	margin-right: 0.8rem;
	overflow: visible;
}

.formStyle1 .currentImageContainer .imgContainer img {
	width: auto !important;
	height: 5rem;
	max-width: 5rem;
	max-height: 5rem;
	border-radius: 0.5rem;
}
 
.formStyle1 .currentImagesContainer .imgContainer img {
	width: auto !important;
	height: 4.5rem;
	max-width: 4.5rem;
	max-height: 5rem;
	border-radius: 0.5rem;
}

.formStyle1 .currentImageContainer a, 
.formStyle1 .currentImagesContainer a {
	/* delete image button */
	width: 1.3rem;
	height: 1.3rem;
	display: block;
	text-align: center;
	line-height: 1.4;
	border-radius: 0.65rem;
	position: absolute;
	top: -0.2rem;  
	right: -0.6rem;
	background-color: #FFF;
	border: 1px solid #333;
	font-size: 1rem;
}

.formStyle1 select {
	/* https://codepen.io/chriscoyier/pen/RELVWj */
    display: block;
    font-size: 0.9rem;
    font-family: 'Montserrat';
    font-weight: 200;
    color: #444;
    line-height: 1.3;
    padding: .6em 1.4em .5em .8em;
    width: 100%;
    max-width: 100%; 
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #aaa;
    box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
    border-radius: .5em;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
      linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
}

.formStyle1 select::-ms-expand {
    display: none;
}

.formStyle1 select:hover {
    border-color: #888;
}

.formStyle1 select:focus {
    border-color: #aaa;
    box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
    box-shadow: 0 0 0 3px -moz-mac-focusring;
    color: #222; 
    outline: none;
}

.formStyle1 select option {
    font-weight:normal;
}

.formStyle1 select option {
    font-weight:normal;
}

.formStyle1 .instructions, 
.formStyle1 tr td em {
    font-size: 0.8rem;
	font-style: normal;
	font-weight: 300;
	line-height: 1;
}

.formStyle1 input.error, 
.formStyle1 textarea.error {
	margin-bottom: 0.2rem;
	border: 1px solid !important;
	color: #E91E63;
}

.formStyle1 select.error {
	margin-bottom: 0.5rem;
	border: 2px solid;
}

.formStyle1 .disclaimer {
	font-size: 0.7rem;
}

.formStyle1 .disclaimer svg {
	font-size: 0.6rem;
	color: #4daa95;
}

/* formStyle2  */

.formStyle2 {
	padding: 1rem 4% 1rem 4%;
}

.formStyle2 .formGroup {
	margin-bottom: 1.5rem;
	text-align: left;
}

.formStyle2 #preferences {
	display: none;
}

.formStyle2 label {
	/* in use */
	display: block;
	margin-bottom: 0.4rem;
	padding-top: 0.5rem;
	font-weight: 500;
	font-size: 0.7rem;
	color: #44444e;
	text-transform: uppercase;
	text-align: left;
}

.formStyle2 em {
	font-size: 0.8rem;
	font-style: normal;
	font-family: 'Source Serif Pro';
}

.formStyle2 h3 {
	margin: 0.5rem;
	font-size: 1rem;
	font-weight: 500;
	color: #151522;
}

.formStyle2 p {
	margin: 0rem 0rem 0rem 0rem;
	font-weight: 400;
	font-size: 0.8rem;
	/*color: #FFF;*/
	line-height: 1.6;
}

.formStyle2 p a {
	font-weight: 700;
	display: inline-block;
}

.formStyle2 label.error, 
.formStyle2 p.error {
	margin: -0.3rem 0rem 0rem 0.1rem;
	display: block;
	color: #E91E63;
	font-size: 0.6rem;
	font-weight: 300;
	letter-spacing: 0.05rem;
	text-align: left;
}

.formStyle2 p.error {
	margin: 0.4rem 0rem 0.5rem 1.3rem;
}

.formStyle2 input[type="text"], 
.formStyle2 input[type="email"], 
.formStyle2 input[type="password"], 
.formStyle2 input[type="number"], 
.formStyle2 input[type="url"], 
.formStyle2 textarea {
	width: 100%;
	margin-bottom: 0.2rem; 
	padding: 0.6rem 1rem 0.6rem 1rem;
	font-weight: 400;
	font-size: 0.9rem;
	color: #292929;
	border: 0px;
	background-color: #e3e3e5;
}

.formStyle2 input[type="number"] {
	width: auto;
	min-width: 10rem;
}

.formStyle2 .checkBoxGroup input[type="checkbox"] {
	margin: 0rem 1rem 0rem 0rem;
}

.formStyle2 .checkBoxGroup input[type="checkbox"], 
.formStyle2 .checkBoxGroup label {
	display: inline;
}

.formStyle2 textarea {
	min-height: 8rem;
}

.formStyle2 textarea.textarea-M {
	min-height: 4rem;
}

.formStyle2 .twoCol {
	display: flex;
	justify-content: space-between;
}

.formStyle2 .twoCol > * {
	flex-basis: 49%;
	text-align: left;
}

.formStyle2 .buttonBar.right {
	text-align: right;
}

.formStyle2 table {
	/* legacy style */
	width: 100%;
}

.formStyle2 table tr td {
	/* legacy style */
	padding: 0.4rem 0rem 0.4rem 0rem;
}

.formStyle2 table tr td.labelCol {
	/* legacy style */
	width: 13rem;
	text-align: right;
}

.formStyle2 table tr td:last-of-type {
	/* legacy style */
	/* second columns (inputs) */
	width: 65%;
	text-align: left;
}

.formStyle2 .inLineFields :first-child {
	/* legacy style */
	width: 40%;
	margin-right: 1rem;
	display: inline;
}

.formStyle2 i.fa-asterisk {
	color: #E91E63;
	font-size: 0.4rem;
	vertical-align: super;
}

.formStyle2 i.fa-sync {
	font-size: 2rem;
	margin: 1rem 0rem 1rem 0rem;
	text-align: center;
	color: #E91E63;
}

.formStyle2 .dropzone {
	font-size: 0.8rem;
	color: #737379;
}

.formStyle2 .currentImageContainer {
	padding: 0.5rem 0rem 0rem 0rem;
}

.formStyle2 .currentImagesContainer {
	padding: 0.5rem 0rem 0rem 0rem;
	display: flex;
	flex-direction: row;
	align-content: flex-start;
}

.formStyle2 .currentImageContainer .imgContainer {
	/* each individual images container */
	max-width: 5rem;
	position: relative;
	margin-right: 1rem;
	overflow: visible;
}

.formStyle2 .currentImagesContainer .imgContainer  {
	/* each individual images container */
	max-width: 4.5rem;
	position: relative;
	margin-right: 0.8rem;
	overflow: visible;
}

.formStyle2 .currentImageContainer .imgContainer img {
	width: auto !important;
	height: 5rem;
	max-width: 5rem;
	max-height: 5rem;
	border-radius: 0.5rem;
}
 
.formStyle2 .currentImagesContainer .imgContainer img {
	width: auto !important;
	height: 4.5rem;
	max-width: 4.5rem;
	max-height: 5rem;
	border-radius: 0.5rem;
}

.formStyle2 .currentImageContainer a, 
.formStyle2 .currentImagesContainer a {
	/* delete image button */
	width: 1.3rem;
	height: 1.3rem;
	display: block;
	text-align: center;
	line-height: 1.4;
	border-radius: 0.65rem;
	position: absolute;
	top: -0.2rem;  
	right: -0.6rem;
	background-color: #FFF;
	border: 1px solid #333;
	font-size: 1rem;
}

.formStyle2 select {
	/* https://codepen.io/chriscoyier/pen/RELVWj */
    display: block;
    font-size: 0.9rem;
    font-family: 'Montserrat';
    font-weight: 200;
    color: #444;
    line-height: 1.3;
    padding: .6em 1.4em .5em .8em;
    width: 100%;
    max-width: 100%; 
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #aaa;
    box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
    border-radius: .5em;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
      linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
}

.formStyle2 select::-ms-expand {
    display: none;
}

.formStyle2 select:hover {
    border-color: #888;
}

.formStyle2 select:focus {
    border-color: #aaa;
    box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
    box-shadow: 0 0 0 3px -moz-mac-focusring;
    color: #222; 
    outline: none;
}

.formStyle2 select option {
    font-weight:normal;
}

.formStyle2 select option {
    font-weight:normal;
}

.formStyle2 .instructions, 
.formStyle2 tr td em {
    font-size: 0.8rem;
	font-style: normal;
	font-weight: 300;
	line-height: 1;
}

.formStyle2 input.error, 
.formStyle2 textarea.error {
	margin-bottom: 0.2rem;
	border: 2px solid !important;
}

.formStyle2 select.error {
	margin-bottom: 0.5rem;
	border: 2px solid;
}

.formStyle2 .disclaimer {
	width: 60%;
	margin: 0rem 0rem 0rem 0rem;
	padding: 0rem 0rem 0rem 0rem;
	font-size: 0.7rem;
	font-weight: 400;
	line-height: 1.5;
	color: #9f9f9f;
}

.formStyle2 .disclaimer svg {
	font-size: 0.6rem;
	color: #4daa95;
}

.formStyle2 .btn.rectangle{
	float: right;
	margin: 0rem 0rem 1rem 0rem;
	cursor: pointer;
}



/* @end */

/* @group msgStyleXXX */

/* msgStyle1  */
.msg.msgStyle1 {
	margin: 1rem 0% 2rem 0%;
	padding: 1rem 4% 2rem 4%;
	background-color: #90774e;
	text-align: center;
	font-size: 1rem;
	line-height: 1.5;
}

.msg.msgStyle1 p {
	margin-bottom: 0.5rem;
	color: #ffffff;
}

.msg.msgStyle1 a {
	font-weight: 700;
	color: #19d9dd;
}

.msg.msgStyle1 .fee {
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.1rem;
}

/* msgStyle2  */
.msg.msgStyle2 {
	padding: 1rem 4% 2rem 4%;
	text-align: center;
	font-size: 1rem;
	line-height: 1.5;
}

.msg.msgStyle2 p {
	margin-bottom: 0.5rem;
}

.msg.msgStyle2 a {
	font-weight: 700;
	color: #FFF;
}

.msg.msgStyle2 .fee {
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.1rem;
}

.error{
	 color: #E91E63;
}

/* @end */

/* @group Main Footer */



/* @end */

/* @group Login & Registration Form */


/* @end */

/* @group Box Layout framework */

/* boxLayout1 sidebar instructions and CTA boxes */

.boxLayout1 {
	padding: 1.6rem 1rem 1rem 1rem;
	background-color: #e8ebef;
}

.boxLayout1 h1, 
.boxLayout1 h2 {
	margin: 0rem 0rem 1rem 0rem;
	font-size: 1.2rem;
	font-weight: 300;
}

.boxLayout1 h3 {
	margin: 0rem 0rem 1rem 0rem;
	font-size: 1rem;
	font-weight: 300;
	text-transform: uppercase;
}

.boxLayout1 p {
	margin: 0rem 0rem 1rem 0rem;
	font-family: 'Source Serif Pro';
	font-size: 0.9rem;
	color: #636363;
	line-height: 1.5;
}

.boxLayout1 ul {
	padding: 0rem 0rem 0rem 2rem;
}

.boxLayout1 ul li, 
.boxLayout1 ol li {
	margin: 0rem 0rem 0.2rem 0rem;
	font-family: 'Source Serif Pro';
	font-size: 0.9rem;
	color: #636363;
	line-height: 1.4;
	list-style-type: disc;
}

/* boxLayout2 [description] */




/* @end */

/* @group competitions display box */



/* @end */

/* @group Sign Up / Log In modal */

/* to be used floating or in modal box */

body.signUp {
	background: none;
	background-color: #FFF;
}

body.signUp #signUpModalTabs {
	/* min height for all form cards to properly fit vertically */
	min-height: 33rem;
}

body.signUp #signUpModalTabs > ul {
	width: 100%;
	height: 3rem;
	margin: 0rem;
	padding: 0.5rem 0rem 0rem 0rem;
	border-bottom: 1px solid #8e774c;
}

body.signUp #signUpModalTabs > ul li {
	width: 49%;
	height: 2.5rem;
	margin: 0rem 0.5% 0rem 0.5%;
	padding: 0.5rem 0rem 0.7rem 0rem;
	display: inline-block;
	font-size: 1.1rem;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	color: #FFF;
	float: left;
	border: 1px solid #8e774c;
	background-color: #8e774c;
}

body.signUp #signUpModalTabs > ul li.r-tabs-state-active {
	border-bottom: 1px solid #FFF;
	color: #8e774c;
	background: none #fefffe;
}

body.signUp .errorMsg, 
#inlineAJAXLogInForm .errorMsg {
	/* in use */
	width: 100%;
	margin: 0.5px 0px 0.6rem 0px;
	padding: 0.5rem 0.5rem 0.5rem 0.5rem;
	position: relative;
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
	background-color: #E91E63;
}

body.signUp .errorMsg > p {
	font-size: 0.9rem;
}

#FrmLoginInLine {
	padding: 0rem 0% 0rem 0%;
	min-width: 19rem;
}

body.signUp a.passwordRetrieval {
	/* in use */
	font-size: 0.8rem;
	font-weight: 700;
	color: #848484;
}

body.signUp .card h3 a {
	color: #cd2446;
}

body.signUp .card .dataSetFromContainer {
	padding: 0rem 10% 0rem 10%;
}

body.signUp .card .dataSetFromContainer div {
	display: flex;
}

body.signUp .card .dataSetFromContainer div input {
	font-size: 2rem;
}

body.signUp .card .dataSetFromContainer div span {
	/* replaces label tag */
	flex-basis: 90%;
	margin-bottom: 0.8rem;
	padding-top: 0rem;
	font-weight: 400;
	font-size: 0.8rem;
	color: #555555;
	text-transform: uppercase;
	line-height: 1.4;
	display: inline-block;
	float: left;
}

body.signUp .card .radioGroup, 
body.signUp .card .checkboxGroup {
	margin: 1rem 0rem 1rem 0rem;
	line-height: 1.9;
}

body.signUp .card .radioGroup.industry {
	-moz-column-count: 2;
	-moz-column-width: 50%;
	-moz-column-gap: 2em;
	-webkit-column-count: 2;
	-webkit-column-width: 50%;
	-webkit-column-gap: 1em;
	column-count: 2;
	column-width: 50%;
	column-gap: 1em;
}

body.signUp .card input[type="checkbox"], 
body.signUp .card input[type="radio"] {
	margin-right: 0.5rem;
}

body.signUp .card .goBack {
	float: left;
	
 	left: 4%;
	bottom: 1.9rem;
}

body.signUp .card .continue {
	opacity: 0.5;
}

body.signUp .card #lastButton {
	opacity: 0.5;
}

body.signUp .box.users header {
	display: none;
}

#feedbackLogin, #feedbackRegister {
  margin: 0rem 0rem 0.5rem 0rem;
  padding: 0.4rem 0.3rem 0.4rem 0.3rem;
  background-color: #E91E63;
  color: #FFF;
  text-align: center;
}

#feedbackLogin p {
    color: #FFF;
}

body.signUp .entriesClosedMsg {
	width: 95%;
	margin: 4rem auto 0rem auto;
	padding: 2rem 1rem 2rem 1rem;
	border: 1px solid #bea378;
	text-align: center;
	line-height: 1.5;
	color: #bea378;
}

body.signUp .entriesClosedMsg h2 {
	font-size: 1.5rem;
	color: #bea378;
}

/*body.signUp #signUpModalTabs > ul li.r-tabs-state-active {
	background-color: #E91E63;
	border-color: #E91E63;
}*/




/* @end */

/* @end */
/* @group Section specific styles & overrides */

/* Styles that apply only to specific sections, section specific modifiers of globally available classes */

/* @group OtherDrinksGuide Sections */

.otherGuidesContainer .otherDrinksGuide article .txt .body p {
	margin: 0rem;
}

.otherGuidesContainer .otherDrinksGuide article {
	margin-bottom: 0.7rem;
}

/* @group News */



/* @end */

/* @group General Sections */



/* @end */

/* @group Listings */



/* @end */

/* @group Home */

/* @end */

/* @group Banners */




/* @end */

/* @group Submissions checkout screen */



/* @end */

/* @group Shipping Labels */



/* @end */

/* @group Invoices & Receipts */





/* @end */

/* @group newsletter Subscription Modal */



/* @end */

/* @group SignUp Modal  */

/* @end  */

/* @group Password Retrieval Standalone */

.passwordRetrievalStandalone {
	padding: 2rem;
}

.passwordRetrievalStandalone main {
	width: 30rem;
	margin: 0rem auto 0rem auto;
	padding: 2rem 2rem 1rem 2rem;
	border: 4px solid #3c2337;
	border-radius: 2rem;
	text-align: center;
}

.passwordRetrievalStandalone main header img {
	width: 80%;
	margin-bottom: 2rem;
}

.passwordRetrievalStandalone main h1, 
.passwordRetrievalStandalone main h2 {
	margin-bottom: 1rem;
	font-size: 1.5rem;
	text-transform: uppercase;
}

.passwordRetrievalStandalone main i {
	font-size: 2rem;
	margin-bottom: 1rem;
	color: #633b5d;
}

.passwordRetrievalStandalone main p {
	margin-bottom: 1rem;
	font-size: 0.8rem;
	color: #454545;
	line-height: 1.5;
}

.passwordRetrievalStandalone main p a {
	font-weight: 700;
	color: #633b5d;
}

.passwordRetrievalStandalone main input[type="email"] {
	margin-bottom: 1rem;
	text-align: center;
	
}

#email-error{
	color: #E91E63;
	display: block;
}

.errorMessage{
	color: #E91E63 !important;
}

.hideClass{
	display: none !important;
}
/* @end */

/* @end 