/* @override 
	https://sommelierschoiceawards.com/cont/css/styles_public_sommeliersChoiceAwardsUS.css
	https://local.sommelierschoiceawards.com/cont/css/styles_public_sommeliersChoiceAwardsUS.css
	https://sommelierschoiceawards.com/cont/css/styles_public_sommeliersChoiceAwardsUS.css?*
*/ 

/* @group reset & defaults */
 
/* @group TPG */ 

  

/* @end */

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

body, h1, h2, h3, h4, h5, h6, p, ul, li, nav, header, footer {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

a, a:active, a:hover {
	text-decoration: none;
	color: inherit;
	outline: none;
}

ul, ol, li {
	list-style-type: none;
}
 
header, nav, address, section, article, footer, aside {
	display: block;
	/* HTML5 compatibility for legacy browsers and IE */
}

.imgContainer img {
	width: 100%;
	display: block;
}

nav ul li {
	display: inline-block;
}

nav ul li a {
	display: inline-block;
}

nav ul li ul {
	/* Hide submenus */
	display: none;
}

strong {
}

em {
}

.clear {
	clear: both;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

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

.contentViewport {
	max-width: 1200px;
	margin: 0rem auto 0rem auto;
}

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

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

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

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

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

.marginBottom-L {
	padding-bottom: 4rem;
}

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

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

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

.text-danger{
	color: #f44336 !important;
}

.recaptchaError,
.email1Error {
	color: #FF0000;
}

.load-gif {
	width: 5% !important;
    position: absolute;
    left: 70rem;
    top: 40rem;
}

.bgStyle1 {
	background-color: #F6F6F6;
}

.bgStyle2 {
	background-color: #D7D7D7;
}

.bgStyle3 {
	background-color: #8E7494;
}

.bgStyle4 {
	background-color: #3A2338;
}

.bgStyle5 {
	background-color: #DADADA;
}

.bgStyle9 {
	color: #593453;
	cursor: pointer;
}

.bgStyle10 {
	background-color: #65b8b4;
}

.floatRight {
	float: right;
}

/* @end */

/* @group template layouts */

body {
	padding: 0rem 0px 0px 0px;
    font-family: 'Playfair Display';
    font-weight: 400;
}

#wrapper {
	margin: 0px 0px 0px 0px;
	padding: 0rem 0px 0px 0px;
	margin: auto;
	background-color: #FFF;
}

#wrapper #mainContentArea {
	/* margin: 0px 0px 0px 0px; */
	padding: 9.2rem 0px 0px 0px !important;
	clear: both;
}

.stack {
	width: 100%;
	clear: both;
}

.hide,
.hideHeader header {
	display: none !important;
}

.hideClass{
	display: none !important;
}
/* fleLayout1 : general sections no pic left sidebar template */

.flexLayout1 .col1 {
	width: 33.3%;
}

.flexLayout1 .col2 {
	width: 44.5%;
	margin-right: 14.7%;
}

/* .flexLayout2: centered column with two external columns, used in detailed view */

.flexLayout2 .col1 {
	flex-basis: 17.1% !important;
}

.flexLayout2 .col2 {
	flex-basis: 65.8% !important;
}

.flexLayout2 .col3 {
	flex-basis: 17.1% !important;
}

/* specific for 3 column layout template */

.flexLayout3 .col1 {
	flex-basis: 23.6% !important;
}

.flexLayout3 .col2 {
	flex-basis: 42.5% !important;
}

.flexLayout3 .col3 {
	flex-basis: 23.6% !important;
}

/* flexLayout4 two column layout: stickers list page, blog detail main body area */

.flexLayout4 .col1 {
	flex-basis: 23.7% !important;
}

.flexLayout4 .col2 {
	flex-basis: 72% !important;
}

/* flexLayout5 three column layout: home video section */

.flexLayout5,
.innerFlexLayout5 .listing > * {
	flex-basis: 32%;
}


/* .flexLayout6 : two columns video list page */

.flexLayout6, 
.innerFlexLayout6 .listing {
	/*padding-left: 2.4%;
	padding-right: 2.4%;*/
	justify-content: flex-start;
	flex-wrap: wrap;
}

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

/* .flexLayout7 : two columns video detail page */

.flexLayout7 .col1, 
.innerFlexLayout7 .listing > .col1 {
	flex-basis: 23.7%;
}

.flexLayout7 .col2, 
.innerFlexLayout7 .listing > .col2 {
	flex-basis: 70%;
}

/* flexLAyout8 : two columns layout equal width */


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


/* flexLayout9 : two column, first column small */

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

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

.subFlexLayout9 .col2 aside {
	flex-basis: 30%;
}

.subFlexLayout9 .col2 article {
	flex-basis: 69%;
}

/* flexLayout10: 2 column layout; */

.flexLayout10 > .col1{
	flex-basis: 30.5%;
}

.flexLayout10 > .col2{
	flex-basis: 67.5%;
}

/* flexLAyout11 : four columns layout equal width */


.flexLayout11 > *, 
.innerFlexLayout11 .listing > * {
	flex-basis: 24%;
}

.flexLayout11 > *, 
.innerFlexLayout11 .listing {
	flex-wrap: wrap;
	flex-direction: row !important;
}

#home .box.video .listing article {
	flex-basis: 32%;
}

/* flexLayout12 : three columns centered with padding at each side (judges list, ambassadors list) */

.flexLayout12, 
.innerFlexLayout12 .listing {
	padding: 0rem 14.6% 0rem 14.6%;
	flex-wrap: wrap;
}

.flexLayout12 > *, 
.innerFlexLayout12 .listing > * {
	flex-basis: 26.3%;
	margin-bottom: 3rem;
	text-align: center;
	flex-wrap: wrap;
	justify-content: space-between;
}

/* flexLayout14 : Two columns with left and right padding (Ambassadors deatil page main area) */

.flexLayout14, 
.innerFlexLayout14 {
	padding-left: 14%;
	padding-right: 14%;
}

.flexLayout14 .col1, 
.innerFlexLayout14 .col1 {
	width: 35.8%;
}

.flexLayout14 .col2, 
.innerFlexLayout14 .col2 {
	width: 59%;
}

/* @end */

/* @group Molecules */

/* @group Tooltip Styles */

.tooltipStyle1 {
	width: 15rem;
	padding: 1rem;
	background-color: #65b7b3;
	position: absolute;
	top: -6.4rem;
	right: 0.5rem;
}

.tooltipStyle1 a.close {
	width: 2rem;
	height: 2rem;
	position: absolute;
	top: -0.5rem;
	right: -0.5rem;
	font-size: 1.5rem;
	background-color: #64b6b2;
	border-radius: 1rem;
	text-align: center;
	line-height: 1.4;
}

.tooltipStyle1 article {
	display: flex;
	justify-content: space-between;
}

.tooltipStyle1 article .imgContainer {
	flex-basis: 40%;
}

.tooltipStyle1 article .imgContainer img {
	width: 100%;
	
}

.tooltipStyle1 article .txt {
	flex-basis: 55%;
}

.tooltipStyle1 article .txt p {
	font-size: 0.9rem;
	color: #FFF;
}

.tooltipStyle1 article .txt p span {
	color: #583352;
	font-weight: 700;
	display: block;
}

.tooltipStyle1 article .txt p i {
	color: #583352;
}

.tooltipStyle1 .arrow {
	width: 1rem;
	height: 1rem;
	position: absolute;
	bottom: -0.5rem;
	right: 2rem;
	-webkit-transform: rotate(45deg);
   	-moz-transform: rotate(45deg);
   	-ms-transform: rotate(45deg);
   	-o-transform: rotate(45deg);
   	transform: rotate(45deg);
   	background-color: #64b6b2;   	
}

/* @end */

/* @group Video Styles */

.videoStyle1{
	position: relative; 
	width: 100%; 
	overflow: hidden; 
	padding-top: 56.25%;
}

.videoStyle1 iframe{
	position: absolute; 
	top: 0; 
	left: 0; 
	right: 0; 
	width: 100%; 
	height: 100%; 
	border: none;
}

/* @end */

/* @end */

/* @group Default looks per element */

/* @group Prev/Next Navigation buttons */


/* @end */


/* @group generic text elements */


/* @end */

/* @group header */

#wrapper > header {
	width: 100%;
	height: 9.2rem;
	padding: 0rem 0rem 0rem 0rem;
	background-color: #F8F8F8;
	position: fixed;
	z-index: 10;
}

#wrapper > header .stack1 .col1 {
	flex-basis: 46%;
	height: 6.4rem;
	margin: 0rem 0rem 0rem 0rem;
	padding: 1rem 2% 0rem 2%;
	position: relative;
}

#wrapper > header .stack1 .col1 #badge {
	width: 18%;
	position: absolute;
	top: 0.7rem;
	left: 0rem;
}

#wrapper > header .stack1 .col1 #mainLogo {
	width: 80%;
	position: absolute;
	top: 1.5rem;
	left: 17%;
}

#wrapper > header .stack1 .col1 h1 {
	font-size: 0rem;
}
 
#wrapper > header .stack1 .col1 h4 {
	font-size: 1rem;
	font-family: 'Montserrat';
	color: #8F7494;
	position: absolute;
	top: 4rem;
	left: 21%;
}

#wrapper > header .stack1 .col2 {
	flex-basis: 51%;
	height: 4rem;
	display: flex;
}

#wrapper > header .stack1 .col2 .box.headerBoxes {
	flex-basis: 100%;
	height: 4rem;
	overflow: hidden;
}

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

#wrapper > header .headerBoxes article .body {
	display: flex;
	text-align: left;
}

#wrapper > header .headerBoxes article .body > div {
	flex-basis: 33.33%;
	height: 4rem;
	padding: 0.8rem 2% 0.8rem 4%;
	font-family: 'Montserrat';
	font-weight: 400;
	font-size: 0.8rem;
	color: #FFF;
}

#wrapper > header .headerBoxes article .body > div h3 {
	margin: 0rem 0rem 0.3rem 0rem;
	font-size: 0.7rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05rem;
}

#wrapper > header .headerBoxes article .body > div p {
	font-size: 0.7rem;
	font-weight: 400;
	letter-spacing: 0.05rem;
}

#wrapper > header .headerBoxes article .body > div:nth-of-type(1) {
	/* https://stackoverflow.com/questions/2751127/how-to-select-the-first-second-or-third-element-with-a-given-class-name */
	background-color: #8F7494;
}

#wrapper > header .headerBoxes article .body > div:nth-of-type(2) {
	background-color: #65B8B4;
}

#wrapper > header .headerBoxes article .body > div:nth-of-type(3) {
	background-color: #593453;
}

/* Main menu stack */

#wrapper > header .stack2 {
	margin-top: -2rem;
}

#wrapper > header .stack2 .col1 {
	flex-basis: 30%;
}

#wrapper > header .stack2 .col2 {
	flex-basis: 70%;
}

/* User menu stack */

.userMenu {
	width: 100%;
	height: 2rem;
	background-color: #202020; 
}

.userMenu ul {
	display: flex;
	justify-content: flex-end;
	position: relative;
}

.userMenu ul li {
	height: 2rem;
	background-color: #202020; 
	color: #FFF;
	font-family: 'Montserrat';
	text-transform: uppercase;
	font-weight: 300;
	font-size: 0.7rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.userMenu ul li a {
	padding: 0rem 0.5rem 0rem 0.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.userMenu ul li img {
	width: 0.8rem;
	height: 0.8rem;
	margin: 0rem 0.5rem 0rem 0rem;
}

/* user login form */

#participantsLoginFormContainer {
    width: 20rem;
    height: 20rem;
    padding: 1rem;
    position: absolute;
    background-color: #1f1f1f;
    top: 2rem;
    right: 0rem;
    z-index: 3;
}

#participantsLoginFormContainer label {
    font-size: 0.8rem;
    color: #FFF;
}

#participantsLoginFormContainer .btn {
	margin: -3rem 0rem 0rem 0rem;
    float: right;
}

#participantsLoginFormContainer #password {
	margin-bottom: 4.5rem;

}

/* @end */

/* @group forms */

/* formStyle1 : winners Page; */

.formStyle1 input[type="text"] {
  	width: 100%;
  	margin: 0rem auto 1rem auto;
  	padding: 0.7rem 1rem 0.7rem 1rem;
  	display: block;
  	font-family: 'Montserrat';
  	font-size: 0.9rem;
  	font-weight: 500;
  	color: #9A9A9B;
  	background-color: #FFFFFF;
  	border: 1px solid #FFFFFF;	
}

.formStyle1 input[type="number"] {
  	width: 100%;
  	margin: 0rem auto 1rem auto;
  	padding: 0.7rem 1rem 0.7rem 1rem;
  	display: block;
  	font-size: 0.9rem;
  	font-weight: 400;
  	color: #9A9A9B;
  	background-color: #FFFFFF;
  	border: 1px solid #FFFFFF;	
}

.formStyle1 select {
  	width: 100%;
  	margin: 0rem auto 1rem auto;
  	padding: 0.5rem 1rem 0.5rem 1rem;
  	display: block;
  	font-family: 'Montserrat';
  	font-size: 0.8rem;
  	font-weight: 400;
  	color: #9A9A9B;
  	background-color: #FFFFFF;
  	border: 1px solid #FFFFFF;
  	letter-spacing: 0.04rem;
}

.formStyle1 label {
  	margin: 0rem 0% 0.5rem 5%;
  	font-family: 'Montserrat';
  	font-size: 0.9rem;
  	color: #8E7494;
  	letter-spacing: 0.04rem;
  	line-height: 2;
}

form.standard {
	width: 100%;
}

form.standard h2 {
	margin-bottom: 0.1rem;
	padding: 0% 0% 0% 0%;
	font-family: 'Montserrat';
	font-weight: 800;
	font-size: 1.4rem;
	color: #373c43;
	text-align: center;
}

form.standard h3 {
	margin-bottom: 0rem;
	padding: 0rem 0% 0.9rem 0% !important;
	font-family: 'Alegreya Sans';
	font-weight: 700;
	font-size: 1.2rem;
	color: #737373;
	text-align: center;
}

form.standard p {
	margin-bottom: 1rem;
	font-size: 0.8rem;
	font-family: 'Montserrat';
	line-height: 1.5;
	color: #5b5b5b;
}

form.standard.dark label {
	color: #e4e6e8;
}

form.standard input[type='text'], 
form.standard input[type='url'], 
form.standard input[type='email'], 
form.standard input[type='password'], 
form.standard input[type='number'], 
form.standard textarea {
	width: 100%;
	margin-bottom: 0.7rem;
	padding: 0.5rem 0.5rem 0.5rem 0.5rem;
	background-color: #f9f6f3;
	border: 1px solid #4a4442;
	font-size: 1rem;
	font-family: 'Alegreya Sans';
}

form.standard iframe.cke_wysiwyg_frame.cke_reset {
	background-color: #c9cbd1 !important;
}

form.standard .twoCol {
	display: flex;
}

form.standard .twoCol .col1 {
	flex-basis: 48%;
	margin-right: 2%;
}

form.standard .twoCol .col2 {
	flex-basis: 50%;
}

.cke_wysiwyg_frame,
.cke_wysiwyg_div {
	background-color: #c9cbd1 !important;
}

form.standard select {
	margin-bottom: 0.6rem;	
}
 
form.standard textarea {
	min-height: 8rem;
	font-family: 'Roboto';
	font-weight: 400;
}

form.standard div.small, 
form.standard input.small {
	width: 10rem;
}

form.standard .radioGroup, 
form.standard .checkboxGroup, 
form.standard .fileField {
	width: 80%;
	margin-bottom: 0.7rem;
	padding: 0.4rem 0rem 0.4rem 0rem;
	overflow: visible;
	border-radius: 0.32em;
	background-color: #c9cdd0;
	font-size: 0.7rem;
	line-height: 1.4rem;
}

form.standard p.error.msg {
	/* TEMP width should be variable according to message */
	width: 100%;
	margin: -0.9rem 0rem 0.5rem 0rem;
	padding: 0.3rem 0.5rem 0.2rem 0.5rem;
	background-color: #c7203d;
	font-size: 0.7rem;
	text-transform: uppercase;
	color: #FFF;
	border-bottom-left-radius: 0.3rem;
	border-bottom-right-radius: 0.3rem;
}

form.standard p.error.msg.dark {
	width: 50%;
	margin: auto;
	padding: 0.2rem 0rem 0.2rem 0rem !important;
	color: #FFF !important;
	text-transform: none;
	font-size: 1rem;
	font-weight: 700 !important;
	border-radius: 0.3rem;
}

form.standard p.error.msg.dark i {
	font-size: 1.5rem;
}

form .inLineFields {
	justify-content: space-between;
	align-items: center;
	position: relative;
}

form .inLineFields label.error {
	position: absolute;
	top: 3.5rem;
	left: auto;
}

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

#feedbackLogin p, 
#feedbackRegister p {
	margin: 0rem 0rem 0rem 0rem;
	padding: 0rem;
	color: #FFF;
}

#feedbackLogin p .fa-frown, 
#feedbackRegister p .fa-frown {
	margin-right: 0.3rem;
	font-size: 1.2rem !important;
}

form input.error, 
form select.error {
	border: 1px solid #db0202 !important;
	-moz-box-shadow: 0 0 5px #db0202;
	box-shadow: 0 0 5px #db0202;
}

form .inLineFields input.error, 
form .inLineFields select.error {
	/* Inputs with errors in multiple field td, leave space for err message */
	margin-bottom: 2.5rem;
}

form label.error {
	margin: -0.4rem 0rem 0.5rem 0rem;
	padding: 0rem;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 0.7rem;
	color: #db0202; 
}

form table .buttonBar h4 a{
	color: #8F7494;
	font-weight: 700;
}

form.pZone .companyPzoneImage {
	position: absolute;
	top: 112rem;
	right: 34rem;
	width: 9%;
}

form.pZone .bottleShotPzoneImage {
	position: absolute;
    right: 33rem;
    width: 10%;
}

/* formStyle2 : Sticker Purchase Page; */

.formStyle2 input[type="text"] {
  	width: 100%;
  	margin: 0rem auto 1rem auto;
  	padding: 0.7rem 1rem 0.7rem 1rem;
  	display: block;
  	font-family: 'Montserrat';
  	font-size: 0.9rem;
  	font-weight: 500;
  	color: #9A9A9B;
  	border: 1px solid #9A9A9B;	
}

.formStyle2 input[type="number"] {
  	width: 100%;
  	margin: 0rem auto 1rem auto;
  	padding: 0.7rem 1rem 0.7rem 1rem;
  	display: block;
  	font-size: 0.9rem;
  	font-weight: 400;
  	color: #9A9A9B;
  	border: 1px solid #9A9A9B;	
}

.formStyle2 select {
  	width: 100%;
  	margin: 0rem auto 1rem auto;
  	padding: 0.5rem 1rem 0.5rem 1rem;
  	display: block;
  	font-family: 'Montserrat';
  	font-size: 0.8rem;
  	font-weight: 400;
  	color: #9A9A9B;
  	border: 1px solid #9A9A9B;
  	letter-spacing: 0.04rem;
}

.formStyle2 label {
  	margin: 0rem 0% 0.5rem 5%;
  	font-family: 'Montserrat';
  	font-size: 0.9rem;
  	color: #8E7494;
  	letter-spacing: 0.04rem;
  	line-height: 2;
}

/* formStyle3 : Global results Page; */
.formStyle3 select {
  	width: 100%;
  	margin: 0rem auto 1rem auto;
  	padding: 0.5rem 1rem 0.5rem 1rem;
  	display: block;
  	font-family: 'Montserrat';
  	font-size: 0.8rem;
  	font-weight: 400;
  	color: #000;
  	border: 1px solid #9A9A9B;
  	letter-spacing: 0.04rem;
}
/* @end */

/* @group signUp form */

.fancybox-skin {
	border-radius: 0rem;
	background-color: #ffffff;
}

.r-tabs-panel {
	background-color: #FFF;
}

body.signUp .box.users, 
body.signUp #signUpForm {
	padding: 2rem 4% 2rem 4%;
}

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

body.signUp .box.users article, 
body.signUp .box.users header h1 {
	border-bottom: 0px;
}

body.signUp form #preferences {
	display: none;
}

body.signUp .box.users p {
	margin-bottom: 1rem;
	font-size: 0.9rem;
	font-family: 'Montserrat';
	line-height: 1.5;
	color: #5b5b5b;
}

body.signUp .box.users a.passwordRetrieval {
	display: none;
}

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;
}

.fancybox-outer iframe {
	width: 100%;
}

/* TODO: TEMP properly separate light and dark themes */

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 #bda378;
}

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-family: 'Montserrat';
	font-size: 1.1rem;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
	color: #593452;
	float: left;
	border: 1px solid #593452;
	background-color: #593452;
	background-image: unset;
}

body.signUp #signUpModalTabs > ul li a {
 color: #FFF;
}

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

body.signUp #signUpModalTabs > ul li.r-tabs-state-active a {
	color: #593452;
}

body.signUp .errorMsg, 
#inlineAJAXLogInForm .errorMsg {
	width: 100%;
	margin: 0.5px 0px 0.6rem 0px;
	padding: 0.5rem 0.5rem 0.5rem 0.5rem;
	border: 1px solid #bea378;
	position: relative;
	color: #bea378;
	text-align: center;
	letter-spacing: 0.05rem;
	text-transform: capitalize;
}

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

form.standard i.fa-asterisk {
	font-size: 0.4rem;
	vertical-align: super;
	color: #FE345B;
}

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

#feedbackLogin p {
    color: #FFF;
}

span .error{
	 color: #FE345B;
}

.FrmRegister p {
	text-align: center;
}

.FrmRegister .btn, 
#FrmLoginInLine .btn {
	float: right;
}

.FrmRegister .finalMessages {
	text-align: center;
}

.FrmRegister .finalMessages h2 {
	margin-bottom: 1rem;
	font-size: 2rem;
}

.FrmRegister .finalMessages h2 i {
	color: #bda378;
}

.FrmRegister .finalMessages p {
	margin-bottom: 0.7rem;
	font-size: 1.2rem;
	font-weight: 700;
}

.FrmRegister .fa-spin {
	font-size: 2rem;
	position: absolute;
	top: 8rem;
	left: 49.5% !important;
	display: none;
}

.fancybox-in ner #inlineAJAXLogInForm {
	padding: 0% 10% 0% 10%;
}

.fancybox-inner #inlineAJAXLogInForm h1 {
	padding: 0rem 0rem 0.1rem 0rem;
	font-family: 'Montserrat';
	font-size: 1.3rem;
	font-weight: 700;
}

.fancybox-inner #inlineAJAXLogInForm p {
	padding: 0.3rem 0rem 0.6rem 0rem !important;
	font-family: 'Montserrat';
	font-size: 1rem !important;
	border-bottom: 0px !important;
}

.fancybox-inner #inlineAJAXLogInForm a {
	margin: 1rem 0rem 0rem 0rem;
	font-size: 0.9rem;
	font-weight: 700;
	color: #bda378;
	display: block;
}

.transitionOutTop {
	margin-top: -100rem;
	-webkit-transition: margin-top 2s ease; /* Safari and Chrome */
	-moz-transition: margin-top 2s ease; /* Firefox */
	-ms-transition: margin-top 2s ease; /* IE 9 */
	-o-transition: margin-top 2s ease; /* Opera */
	transition: margin-top 2s ease;
	visibility: hidden;
	-webkit-transition: visibility 2s ease; /* Safari and Chrome */
	-moz-transition: visibility 2s ease; /* Firefox */
	-ms-transition: visibility 2s ease; /* IE 9 */
	-o-transition: visibility 2s ease; /* Opera */
	transition: visibility 2s ease;
}

.transitionInBottom {
	display: block !important;
	visibility: visible !important;
	-webkit-transition: visibility 0.5s ease; /* Safari and Chrome */
	-moz-transition: visibility 0.5s ease; /* Firefox */
	-ms-transition: visibility 0.5s ease; /* IE 9 */
	-o-transition: visibility 0.5s ease; /* Opera */
	transition: visibility 0.5s ease;
	margin-top: 0rem !important;
	-webkit-transition: margin-top 2s ease; /* Safari and Chrome */
	-moz-transition: margin-top 2s ease; /* Firefox */
	-ms-transition: margin-top 2s ease; /* IE 9 */
	-o-transition: margin-top 2s ease; /* Opera */
	transition: margin-top 2s ease;
}

#finalConf {
	width: 95%;
	margin: 0rem auto 0rem auto;
	padding: 2rem 1rem 2rem 1rem;
	border: 1px solid #bea378;
	text-align: center;
	line-height: 1.5;
	color: #bea378;
	visibility: hidden;
}

#finalConf h2 {
	font-size: 1.5rem;
	color: #bea378;
}

#finalConf p {
	font-size: 1.2rem;
	color: #bea378;
}

#finalConf i {
	margin-bottom: 1rem;
	font-size: 2rem;
	color: #bea378;
}

#feedbackRegister {
	
}

/* @end */

/* @group boxes */


/* @end */

/* @group jQuery Fancybox overrides */

.fancybox-skin {
	/* this overrides fancybox default styles */
	padding: 0rem !important;
	-webkit-border-radius: 8px !important;
	-moz-border-radius: 8px !important;
	border-radius: 8px !important;
}

/* @end */

/* @group main Menu */

#wrapper > header nav.main {
	
}

#wrapper > header nav.main ul {
	display: flex;
	justify-content: flex-end;
}

#wrapper > header nav.main ul li {
	display: inline-block;
	position: relative;
}

#wrapper > header nav.main > ul > li > a {
	padding: 1rem 0.5rem 1rem 0.5rem;
	display: inline-block;
	font-family: 'Montserrat';
	font-weight: 400;
	font-size: 0.7rem;
	text-transform: uppercase;
	color: #8F7494;
	letter-spacing: 0.01rem;
}

#wrapper > header nav.main > ul > li:hover > a {
	background-color: #593453;
	color: #FFF;
}

#wrapper > header nav.main > ul > li.current > a {
	color: #65b7b3 !important;
}

#wrapper > header nav.main ul li ul {
	display: none;
}

#wrapper > header nav.main ul li:hover ul {
	display: flex;
}

/* sub menus */

#wrapper > header nav.main ul li ul {
	width: 15rem;
	padding: 0rem 0rem 0rem 0rem;
	position: absolute;
	top: 2.8rem;
	left: 0rem;
	background-color: #593453;
	flex-direction: column;
	flex-wrap: wrap;
	z-index: 1000;
}

#wrapper > header nav.main ul li ul li {
	display: block;
	
}

#wrapper > header nav.main ul li ul li a {
	padding: 0.5rem 0.5rem 0.5rem 1rem;
	font-family: 'Montserrat';
	font-weight: 400;
	color: #C8AECD;
	font-size: 0.8rem;
	display: block;
	text-transform: uppercase;
	
}

#wrapper > header nav.main ul li ul li:hover a {
	background-color: #543551;
	color: #FFF;
}

/* @end */

/* @group secondary Menu Header */

/* @end */

/* @group Buttons Framework */

.btn.rectangle {
	margin: 0rem 0rem 1rem 0rem;
	padding: 0.4rem 1.8rem 0.4rem 1.8rem;
	font-family: 'Montserrat';
	font-size: 0.7rem;
	color: #FFF;
	font-weight: 400;
	text-transform: uppercase;
	background-color: #8F7494;
	display: inline-block;
	border-radius: 0rem;
	letter-spacing: 0.05rem;
	border: 0px;
}

.btn.square {
	display: inline-block;
	padding: 0.8rem 1.5rem 0.8rem 1.5rem;
	border-radius: 0.2rem;
	background-color: #8F7494;
	font-weight: 800;
	font-size: 0.9rem;
	letter-spacing: 0.1rem;
	text-transform: uppercase;
	color: #FFF;
	border: 0px;
}

.btn.large {
	margin: 1rem 0rem 1rem 0rem;
	padding: 1rem 1.2rem 1rem 1.2rem;
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Montserrat';
	font-weight: 400;
	font-size: 1rem;
	color: #FFF;
	letter-spacing: 0.01rem;
	background-color: #8F7494;
	border-radius: unset;
}

.btn.square.light {
	padding: 0.4rem 0.9rem 0.3rem 0.8rem;
	color: #FFF;
	border: 1px solid #FFF;
	background-color: transparent;
	border-radius: 0rem;
}

.btn.fullWidth {
	width: 100%;
}

.btnStyle1 {
	width: 100%;
	padding: 0.5rem 0% 0.5rem 0%;
	margin: 0.5rem 0% 0.5rem 0%;
	display: inline-block;
	background-color: #8f7494;
	color: #FFF;
	text-transform: uppercase;
	font-size: 0.8rem;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.2rem;
}

/* btnStyle2 : company brand page */

.btnStyle2 {
	margin: 1rem 3% 1rem 0%;
 	padding: 0.7rem 5% 0.7rem 5%;
  	display: inline-block;
  	color: #FFF;
  	background-color: #8E7494;
  	border: 1px solid #8E7494;
  	font-size: 0.9rem;
  	font-weight: 700;
  	letter-spacing: 0.1rem;
  	cursor: pointer;
}

/* btnStyle3 : company brand page */

.btnStyle3,
.innerBtnStyle3 .btn {
	width: 100%;
	padding: 0.5rem 0% 0.5rem 0%;
	margin: 0.5rem 0% 0.5rem 0%;
	display: inline-block;
	background-color: #8E7494;
	color: #FFFFFF;
	text-transform: uppercase;  
	font-family: 'Montserrat';
	font-size: 0.9rem;
	font-weight: 500;
	border: 1px solid #8E7494;	
	text-align: center;
	letter-spacing: 0.1rem;
}

.btnStyle4 {
	font-family: 'Montserrat';
	font-weight: 700;
	font-size: 0.9rem;
	text-transform: uppercase;
	color: #8E7494;
}

.btnStyle4:hover {
	color: #FFF;
}

/* @end */

/* @group Social Sharing */

.socialSharing {
	padding: 0.5rem 0rem 0.5rem 0rem;
}

.socialSharing article ul {
	padding: 0rem 0rem 0rem 0rem;
	display: flex;
	list-style-type: none;
}

.socialSharing .shareActionTitle {
	margin: 0rem 0rem 0.5rem 0rem;
	padding: 0rem 0rem 0rem 1.4rem;
	font-weight: 300;
	font-size: 1.3rem;
	color: #494442;
	display: block;
	line-height: 1;
	border-bottom: 1px solid #494442;
}

.socialSharing .fa-share-alt {
	display: inline;
	float: left;
	color: #494442;
}

.socialSharing i.fa-share-alt {
	display: none;
}

.socialSharing .sharesCount {
	display: none;
}

.socialSharing a {
	width: 2rem;
	height: 2rem;
	margin-right: 0.3rem;
	padding: 0.4rem 0rem 0rem 0rem;
	display: inline-block;
	background-color: #494442;
	font-size: 1.1rem;
	color: #FFF;
	line-height: 1;
	border-radius: 1rem;
	text-align: center;
}

.socialSharing a span {
	/* Hide "share" copy */
	font-size: 0rem;
}

.socialSharing a.facebook:hover {
	background-color: #4b72ba;
}

.socialSharing a.twitter:hover {
	background-color: #52b2e9;
}

.socialSharing a.linkedIn:hover {
	background-color: #018ec6;
}

.socialSharing a.pinterest:hover {
	background-color: #c4081e;
}

.socialSharing a.google:hover {
	background-color: #df4d3e;
}

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

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

.socialSharing a.icn.copy:hover {
	background-color: #a6b1b7;
}
/* @end */

/* @group Footer */

#wrapper > footer .stack.signUp {
	margin: 0rem 0rem 0rem 0rem;
	padding: 2rem 0rem 2rem 0rem;
	background-color: #dadada;
	text-align: center;
}

#wrapper > footer .stack.signUp h1 {
	margin-bottom: 1rem;
	font-family: 'Montserrat';
	font-weight: 400;
	font-size: 1.3rem;
	text-transform: uppercase;
	color: #202020;
}

#wrapper > footer .stack.signUp p {
	margin: 0rem 0rem 0rem 0rem;
	font-weight: 400;
	font-size: 0.8rem;
	color: #777777;
	line-height: 1.6;
}

#wrapper > footer .stack.signUp form {
	width: 40%;
	margin: 0rem auto 0rem auto;
	padding: 0rem;
	display: flex;
}

#wrapper > footer .stack.signUp form input[type="email"] {
	margin: 0rem;
	padding: 0.5rem;
	flex-basis: 60%;	
	border: 0px;
	background-color: #FFF;
}

#wrapper > footer .stack.signUp form input[type="submit"] {
	margin: 0rem;
	padding: 0.5rem;
	flex-basis: 40%;
	border: 0px;	
	background-color: #6DC6C2;
	color: #FFF;
}

#wrapper > footer {
	padding: 0rem 0rem 2rem 0rem;
	background-color: #202020;
	color: #777777;
}

#wrapper > footer .stack1 {
	padding: 2rem 2% 2rem 2%;
}

#wrapper > footer .stack1 .col1 {
	flex-basis: 30%;
}

#wrapper > footer .stack1 .col2 {
	flex-basis: 10%;
}

#wrapper > footer .stack1 .col2 img {
	width: 100%;
}

#wrapper > footer .stack1 .col3 {
	flex-basis: 30%;
	display: flex;
	align-items: center;
	justify-content: center;
}

#wrapper > footer .stack1 nav.secondary {
	font-family: 'Montserrat';
	text-transform: uppercase;
}

#wrapper > footer .stack1 nav.secondary ul {
	width: 90%;
	-moz-column-count: 2;
	-moz-column-width: 50%;
	-moz-column-gap: 2em;
	-webkit-column-count: 2;
	-webkit-column-width: 50%;
	-webkit-column-gap: 2em;
	column-count: 2;
	column-width: 50%;
	column-gap: 1rem;
}

#wrapper > footer .stack1 nav.secondary ul li {
	width: 100%;
	display: inline-block;
}

#wrapper > footer .stack1 nav.secondary ul li a {
	width: 100%;
	display: inline-block;
	font-size: 0.8rem;
}

#wrapper > footer .box.socialNetworkLinks ul {
	display: flex;
	flex-direction: row;
	list-style-type: none;
}

#wrapper > footer .box.socialNetworkLinks ul li {
	margin: 0rem 1rem 0rem 0rem;
	font-size: 1.5rem;
	color: #FFF;
}

#wrapper > footer .stack2 .box.footerContactData {
	padding: 0.5rem 0rem 0.5rem 0rem;
	font-family: 'Montserrat';
	font-size: 0.8rem;
	color: #919191;
	text-transform: uppercase;
	text-align: center;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}

/* @end */

/* @group Banners */

.box.banners {
}

.box.banners article {
	margin: 0rem 0rem 1rem 0rem;
}

.box.banners article img {
	width: 100%;
	height: auto;
}

.box.banners article {
	display: block !important;
    padding: 0rem 0rem 0rem 10%;
    margin: unset !important;
}

/* @end */

/* @group Form */

.form main {
	
}

.form main > section > article {
	padding: 0rem 9% 0rem 4%;
}

.form main header {
	padding: 0rem 0% 1rem 34.2%;
}

.form main header h1 { 
	margin: 0rem 0rem 1rem 0rem;
	padding: 0rem 0rem 0.4rem 0rem;
	color: #1D1D1B;
	border-bottom: 1px solid #A9864D;
	font-size: 2rem;
	font-weight: 300;
	letter-spacing: 0.05rem;
	text-transform: uppercase;
	text-align: left;
}

body.form main header p {
	margin: 0rem 0rem 0.8rem 0rem;
	line-height: 1.5;
	color: #6D6E70;
}

body.form main header p a {
	color: #6d562f;
	font-weight: 700;
}

body.form main header p a:hover {
	color: #000;
}

body.form main form > table {
	width: 100%;
	margin: 0rem 0rem 4rem 0rem;
}

.form main form > table .labelCol {
	width: 33.8%;
	padding: 0rem 2% 0rem 0rem;
	text-align: right;
}

.form main form > table .buttonBar {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.form main form > table .buttonBar p {
	margin: 0rem;
	font-size: 0.8rem;
}

.form main .msg.msgStyle1, 
.form main .msg.msgStyle2, 
.form main .msg.msgStyle3 {
	padding: 0rem 0rem 0rem 34.5%;
	color: #b69d73;
}

form.standard label {
	display: block;
	margin-bottom: 0.2rem;
	font-size: 1rem;
	font-weight: 700;
	color: #4d4d4d;
	line-height: 1.4;
}

.form main .msg a {
	font-weight: 700;
}

form label .fa-asterisk {
	font-size: 0.4rem;
	vertical-align: super;
	color: #d39f41;
}

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

form label.error {
	margin: -0.4rem 0rem 0.5rem 0rem;
	padding: 0rem;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 0.7rem;
	color: #db0202; 
}

/* @end */

/* @group .boxStyleX */

/* .boxStyle1: Winners brands and companies pages  */

.boxStyle1 {
	padding: 2rem 2% 2rem 2%;
}

.boxStyle1 img {
	width: 100%;
	margin: 2rem 0% 2rem 0%;
}

/* @end */

/* @group .msgStyleX */

/* .msgStyle4: message style use in video tags  */

.msgStyle4 {
	color: #b69d73;
}

/* @end */

/* @end */

/* @group Default looks per view */

/* @group Home */


/* @end */

/* @group List */

body.list main {
	padding: 3rem 0rem 3rem 0rem;
}

body.list.listStyle1 main .blogListing {
	display: flex;
	justify-content: space-between;
}

body.list.listStyle1 main .col1 {
	flex-basis: 23%;
	padding: 0.4rem 0rem 0rem 0rem;
}

body.list.listStyle1 main .col1 header h1 {
	margin: 0rem 0rem 0.5rem 0rem;
	padding: 0rem 0rem 0.3rem 0rem;
	font-family: 'Montserrat';
	font-weight: 300;
	font-size: 1.2rem;
	border-bottom: 1px solid #593452;
	color: #555555;
}

body.list.listStyle1 main .col2 {
	flex-basis: 65%;
	/*margin: 0rem 17% 0rem 0rem !important;*/
	display: flex;
	flex-direction: column;
}

body.list.listStyle1 main .col2 .listing {
	display: flex;
	flex-direction: column;
}

body.list.listStyle1 main .col2 > header > h1 {
	margin: 0rem 0rem 0.5rem 0rem;
	padding: 0rem 0rem 0.3rem 0rem;
	font-family: 'Montserrat';
	font-weight: 300;
	font-size: 1.5rem;
	border-bottom: 1px solid #593452;
	color: #555555;
}

body.list.listStyle1 main .col2 > header > .status {
	margin: 0rem 0rem 0.5rem 0rem;
	font-family: 'Montserrat';
	font-size: 0.6rem;
	text-transform: uppercase;
	color: #969696;
}

body.list.listStyle1 main .col2 .listing article {
	margin-bottom: 1rem;
	padding: 0rem 0rem 0.8rem 0rem;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	border-bottom: 1px solid #bcbcbc;
}

body.list.listStyle1 main .col2 .listing article .imgContainer {
	flex-basis: 40%;
}

body.list.listStyle1 main .col2 .listing article .txt {
	flex-basis: 55%;
}

body.list.listStyle1 main .col2 .listing article .txt h2 {
	margin: 0rem 0rem 0.5rem 0rem;
	font-size: 1.2rem;
	line-height: 1.3;
}

body.list.listStyle1 main .col2 .listing article .txt h2 a {
	
}

body.list.listStyle1 main .col2 .listing article .txt h3 {
	margin: 0rem 0rem 0.2rem 0rem;
	font-size: 0.6rem;
	font-family: 'Montserrat';
	text-transform: uppercase;
	text-align: right;
	color: #8f7493;
}

body.list.listStyle1 main .col2 .listing article .txt p {
	font-size: 0.8rem;
	font-family: 'Montserrat';
	color: #5c5c5c;
	line-height: 1.5;
}

body.list.listStyle1 main .col2 .listing article .imgContainer img {
	width: 100%;
}

body.list.listStyle1 nav.prevNext,
body.list.pressList nav.prevNext {
	padding: 0rem 0rem 1rem 0rem;
	text-align: center;
	font-family: 'Montserrat';
	font-size: 0.8rem;
	font-weight: 700;
	text-transform: uppercase;
	color: #9c9c9c;
}

body.list.listStyle1 nav.prevNext a,
body.list.listStyle1 nav.prevNext span,
body.list.pressList nav.prevNext a,
body.list.pressList nav.prevNext span {
	margin: 0rem 0.3rem 0rem 0.3rem;
}

body.list.listStyle1 nav.prevNext a,
body.list.pressList nav.prevNext a {
	color: #6dc6c1;
	font-weight: 700;
}

body.list.listStyle1 nav.prevNext a:hover,
body.list.pressList nav.prevNext a:hover {
	color: #593452;
}

body.list.listStyle2 main header {
	padding: 1rem 0rem 3rem 0rem;
	text-align: center;
}

/* @group cardArticleListingStyle3 */

.cardListStyle3 {
	text-align: center;
}

.cardListStyle3 .imgContainer {
	width: 70%;
	margin: 1rem auto 1rem auto;
}

.cardListStyle3 h2 {
	margin: 0rem 0rem 0.8rem 0rem;
	padding: 0rem 7% 0rem 7%;
	font-size: 1rem;
	font-weight: 700;
	text-transform: none;
}

.cardListStyle3 h4 {
	margin-bottom: 0.5rem;
	font-size: 0.8rem;
	font-weight: 400;
	text-transform: none;
	color: #373737;
}

/* @end */

.listContainerStyle2 {
	flex-wrap: wrap !important;
}

.listContainerStyle2 > * {
	flex-basis: 31% !important;
	margin: 0rem 0rem 2rem 0rem;
}

.additionalPosts .listing {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.additionalPosts .listing > article{
	flex-basis: 30%;
	margin-bottom: 1rem;
}

.additionalPosts .listing > article > .txt{
	margin-top: 0.5rem;
}

.additionalPosts .listing > article > .txt h3{
	margin-bottom: 0.5rem;
	font-family: 'Montserrat';
	font-size: 0.9rem;
	font-weight: 300;
	color: #777;
	text-transform: uppercase;
}

.additionalPosts .listing > article > .txt h2{
	margin-bottom: 1rem;
	font-weight: 400;
	color: #4c4c4c;
}

.additionalPosts .listing > article > .txt p {
    font-size: 0.9rem;
    line-height: 1.5;
    color: #777;
}

.additionalPosts nav {
    padding: 0rem 0rem 2rem 0rem;
    text-align: center;
}

/* @end */

/* @group Detail */

body.detail #mainContentArea > main > section > article > main > .body {
	width: 46.7%; 
	margin: 4rem 0rem 4rem 27.3%;
}

body.detail main .body .btn.rectangle {
	margin: 0% 28%;
	color: #FFF !important;
}

/* @end */

/* @end */

/* @group Default looks per section */

/* @group Home */

#home .stack1 {
	position: relative;
}

#home .stack1 img.badge {
	position: absolute;
	top: 1rem;
	right: 21%;
	width: 11%;
}

#home main .stack1 .box.homePresentationHeader article {
	background-size: 100%;
	/*height: 24.5rem;*/
}

#home main .stack1 .box.homePresentationHeader .body {
	min-height: 25rem;
	padding: 7rem 4% 2rem 50%;
	color: #FFF;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#home main .stack1 .box.homePresentationHeader .body h2 {
	margin: 0rem 0rem 1rem 0rem;
	font-family: 'Montserrat';
	font-size: 0.7rem;
	font-weight: 700;
	text-transform: uppercase;
	text-shadow: 0 0 1px #000000;
	letter-spacing: 0.05rem;
}

#home main .stack1 .box.homePresentationHeader .body h1 {
	margin: 0rem 0rem 1rem 0rem;
	font-family: 'Montserrat';
	font-size: 2.5rem;
	font-weight: 300;
	text-shadow: 0 0 1px #000000;
	color: #FFF;
}

#home main .stack1 .box.homePresentationHeader .body h3 {
	margin: 0rem 0rem 1rem 0rem;
	font-size: 1rem;
	font-weight: 400;
	text-shadow: 0 0 1px #000000;
	line-height: 1.6;
}

#home main > .stack2 {
	/* container for all 3 boxes */
	height: 50rem;
	padding: 0rem;
	background-color: #FFF;
	overflow: hidden;
}

#home main .stack2 > .box article {
	/* each individual box */
	flex-basis: 33.33%;
	height: 50rem;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

#home main .stack2 > .box article .imgContainer, 
#home main .stack2 > .box article .txt {
	height: 25rem;
	overflow: hidden;
	background-color: #FFF;
}

#home main .stack2 > .box article .txt {
	padding: 4rem 2rem 2rem 2rem;
	text-align: center;
}

#home main .stack2 .id-283 {
	flex-direction: column-reverse !important;
}

#home main .stack2 .body h3 {
	margin-bottom: 1rem;
	font-family: 'Montserrat';
	font-size: 0.8rem;
	font-weight: 300;
	color: #6DC6C2;
	line-height: 1;
	letter-spacing: 0.05rem;
}

#home main .stack2 .body h2 {
	margin-bottom: 1rem;
	font-family: 'Montserrat';
	font-size: 1.2rem;
	font-weight: 300;
	color: #202020;
	line-height: 1.4;
	letter-spacing: 0.05rem;
}

#home main .stack2 .body p {
	margin-bottom: 2rem;
	font-size: 0.8rem;
	color: #777777;
	line-height: 1.7;
}

/* Testimonials */
#home main .stack3.testimonials {
	background-color: #DADADA !important;
	height: 25rem;
}

#home main .stack.testimonials {
	width: 100%;
	padding: 0rem 0rem 2rem 0rem;
	background-color: #1f201f;
}

#home main .testimonials header h1 {
	padding: 2rem 0rem 2rem 0rem;
	font-family: 'Montserrat';
	text-transform: uppercase;
	color: #359591;
	text-align: center;
}

#home main .testimonials .carrousel {
	width: 100%;
	height: 30rem;
	padding: 0rem 0rem 2rem 0rem;
}

#home main .testimonials .carrouselItem {
	width: 400px;
	margin: 0rem 0px 0rem 0px;
	padding: 0rem 2rem 0rem 2rem;
	float: left;
	text-align: center;
	border-right: 1px solid #FFF;
}

#home main .testimonials .carrouselItem article{
	display: flex;
	flex-direction: column;
}

#home main .testimonials .carrouselItem .body p {
	margin: 0rem 2rem 1rem 2rem;
	font-size: 0.8rem;
	color: #777777;
	height: 6.5rem;
    line-height: 1.7;
    overflow: hidden;
}

#home main .testimonials .carrouselItem .imageContainer {
	display: none;
}

#home main .testimonials .carrouselItem .signature {
	height: 6rem;
	padding: 2.5rem 0rem 0rem 0rem;
	background-image: url('/cont/img/lineSeparator.svg');
	background-repeat: no-repeat;
	background-size: 80%;
	background-position: top center;
}

#home main .testimonials .carrouselItem .signature p {
	font-family: 'Montserrat';
	font-size: 0.8rem;
	color: #8F7494;
	text-transform: uppercase;
}

#home main .testimonials .carrouselItem .signature p a {
	display: none;
}

/* Blog container */

#home main .stack.news {
	background-color: #F6F6F6;
}

#home .stack.blog.additionalPosts header, 
#home .stack.blog.additionalPosts nav {
	display: none;
}

/* Home screen modal */

#overlayModal article {
	min-width: 550px;
	max-width: 550px;
	text-align: center;
}

#overlayModal article .imgContainer {
	margin: 0rem 0rem 0rem 0rem;
}

#overlayModal article .imgContainer img {
	width: 100%;
}

#overlayModal article .txt {
	padding: 2rem 2rem 2rem 2rem;
	text-align: center;
}

#overlayModal article .txt h1 {
	margin: 0rem 0rem 1.5rem 0rem;
	font-size: 2.5rem;
	font-weight: 700;
	color: #8F7494;
}

#overlayModal article .txt h2 {
	margin: 0rem 0rem 1rem 0rem;
	font-size: 1.8rem;
	font-weight: 700;
}

#overlayModal article .txt h3 {
	margin: 0rem 0rem 1rem 0rem;
	font-size: 1.5rem;
	font-weight: 700;
	text-transform: uppercase;
}

#overlayModal article .txt p {
	margin: 0rem 0rem 1rem 0rem;
	font-weight: 100;
	font-size: 1.4rem;
}

/* @end */

/* @group News / Blog */

/* Blog in home page & blog home */

.stack1.blog header h1 {
	/* Main header of the blog box */
	padding: 3rem 0rem 3rem 0rem;
	font-family: 'Montserrat';
	text-transform: uppercase;
	font-size: 1rem;
	color: #202020;
	text-align: center;
}

.stack.blog .listing, 
.box.blog .listing {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
 
.box.blog .listing article {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	position: relative;
}

.box.blog .listing article p {
	color: #777;
}

.stack1.blog > footer, 
.stack2.blog > footer, 
.stack2.blog > header, 
.stack3.blog > header {
	display: none;
}

.box.blog .listing article .txt h3 {
	/* Category Name */
	margin-bottom: 0.8rem;
	font-family: 'Montserrat';
	font-size: 0.6rem;
	font-weight: 300;
	color: #AAAAAA;
	text-transform: uppercase;
}

.stack.blog.mainPosts .listing article .readMore, 
.box.blog .listing article .readMore {
	color: #359591;
	font-family: 'Montserrat';
	font-weight: 300;
	font-size: 0.7rem;
	text-transform: uppercase;
	text-decoration: underline;
	letter-spacing: 0.05rem;
	position: absolute;
	bottom: 0rem;
	right: 0rem;
}

.blogBlock1  {
	/*background-color: #dadada;*/
	background-color: #FFF;
}

body.home main > nav {
	padding: 0rem 0rem 3rem 0rem;
	text-align: center;
}

/* First stack 1: featured post */

.stack1.blog .listing article {
	flex-basis: 100%;
	margin: 3rem 0rem 3rem 0rem;
	justify-content: space-between;
}

.stack1.blog article .imgContainer {
	flex-basis: 48%;
	border: 2px solid #979797;
	overflow: hidden;
}

.stack1.blog article .imgContainer img {
	margin-bottom: -0.3rem;
}

.stack1.blog .listing article .txt {
	flex-basis: 48%;
}

.box.blog .listing article .txt h2 {
	margin-bottom: 1rem;
	font-size: 2rem;
	font-weight: 400;
	color: #4c4c4c;
}

.stack1.blog.mainPosts .listing article .readMore {
	flex-basis: 100%;
	margin: -1.3rem 0rem 0rem 0rem;
	padding: 0rem 0rem 0rem 52%;
}

/* Second stack: 3 articles side by side */

.stack2.blog {
	padding: 0rem 0rem 3rem 0rem;
}

.stack2.blog .listing article {
	flex-basis: 32%;
	margin: 0rem 0rem 0rem 0rem;
	padding: 0rem 0rem 2rem 0%;
	flex-direction: column;
}

.stack2.blog .listing article .imgContainer {
	margin: 0rem 0rem 1rem 0rem;
}

.stack2.blog .listing article h2 {
	font-size: 1.4rem !important;
}

.stack2.blog .listing article p {
	font-size: 0.9rem;
	line-height: 1.5;
	color: #777;
}

.stack2.blog .listing article .readMore {
	position: absolute;
	bottom: 0rem;
	left: 0rem;
}

/* Third stack: 6 articles in 2 columns (+ style for additional posts under detail post) */

.blogBlock2 {
	background-color: #dadada;
}

.stack3.blog, 
.additionalPosts {
	padding: 3rem 0rem 3rem 0rem;
}

footer.additionalPosts {
	/* blog detail instance */
	padding: 0rem 0rem 3rem 0rem;
	background-color: #f6f6f6;
}

footer.additionalPosts header {
	padding: 0rem 0rem 3rem 0rem;
}

.stack3.blog .listing, 
.box.blog.additionalPosts .listing {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.stack3.blog .listing article, 
.box.blog.additionalPosts .listing article {
	margin: 0rem 0rem 1rem 0rem;
	padding: 0rem 0rem 0.5rem 0rem;
	flex-basis: 49%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	border-bottom: 1px solid #d3d3d3;
}

.box.blog.additionalPosts .listing article:nth-of-type(5), 
.stack3.blog .listing article:nth-of-type(5),  
.box.blog.additionalPosts .listing article:nth-of-type(6), 
.stack3.blog .listing article:nth-of-type(6) {
	border-bottom: 0px;
}

.stack3.blog .listing article .imgContainer, 
.box.blog.additionalPosts .listing article .imgContainer {
	flex-basis: 45%;
}

.stack3.blog .listing article .txt, 
.box.blog.additionalPosts .listing article .txt {
	flex-basis: 51%;
}

.stack3.blog .listing article .txt h3, 
.box.blog.additionalPosts .listing article .txt h3 {
	display: none;
}

.stack3.blog .listing article .txt h2, 
.box.blog.additionalPosts .listing article .txt h2 {
	margin: 0rem 0rem 1rem 0rem;
	font-family: 'Montserrat';
	font-size: 0.9rem;
	font-weight: 300;
	text-transform: uppercase;
	
}

.stack3.blog .listing article .txt p, 
.box.blog.additionalPosts .listing article .txt p {
	margin: 0rem 0rem 0.5rem 0rem;
	font-size: 0.7rem;
	font-weight: 300;
	color: #777777;	
	line-height: 1.6;
}

.stack3.blog nav, 
.box.blog.additionalPosts nav {
	/*padding: 1rem 0rem 0rem 0rem;*/
	text-align: center;
}

.stack3.blog nav a, 
.box.blog.additionalPosts nav a {
	margin: 2rem 0% 0rem 0%;
}

.blog.home main > nav a.btn.rectangle { 
	display: none;
}

/* Blog detailed view */

body.blog.detail #mainContentArea > section > header {
	margin: auto;
	padding: 3rem 0rem 2rem 0rem;
	text-align: center;
}

body.blog.detail #mainContentArea header h3 {
	margin: 0rem 0rem 1rem 0rem;
	font-family: 'Montserrat';
	font-weight: 300;
	font-size: 0.8rem;
	text-transform: uppercase;
	line-height: 1.7;
}

body.blog.detail #mainContentArea > section > header h1 {
	margin: 0rem 0rem 2rem 0rem;
	font-weight: 300;
	font-size: 2.5rem;
	line-height: 1.5;
}

body.blog.detail #mainContentArea section article {
	display: flex;
	margin: 0rem 0rem 3rem 0rem;
}

body.blog.detail #mainContentArea section article aside {
	flex-basis: 27.2%;
	padding: 0rem 0rem 5% 0rem;
	text-align: left;
}

body.blog.detail #mainContentArea section aside header h1 {
	margin: 0rem 0rem 1rem 0rem;
	padding: 0rem 0rem 0.2rem 0rem;
	font-family: 'Montserrat';
	font-weight: 300;
	font-size: 0.8rem;
	text-transform: uppercase;
	line-height: 1;
	border-bottom: 1px solid #593452;
}

body.blog.detail #mainContentArea section aside header svg {
	display: none;
}

body.blog.detail #mainContentArea section article main {
	flex-basis: 55.6%;
	padding: 0rem 0rem 0rem 0rem;
}

body.blog.detail #mainContentArea section article main .subTitle {
	width: 100%;
	margin: 0rem 0rem 2rem 0%;
	padding: 0rem 0rem 0rem 10%; 
}

body.blog.detail #mainContentArea section article main .subTitle datetime {
	display: none;
}

body.blog.detail #mainContentArea section article main .body {
	width: 100%;
	margin: 0rem 0rem 0rem 0%;
	padding: 0rem 0rem 0rem 10%; 
}

body.blog.detail .additionalPosts header {
	text-align: center;
}

body.blog.detail .SocialSharingTemplates {
	margin: 2rem 0% 2rem 10%;
	padding: 1rem 3%;
	border: 2px solid #593453;		
}

body.blog.detail .SocialSharingTemplates h3 {
	margin: 0rem 0rem 0.5rem 0rem;
	padding: 0rem;
	font-size: 1.1rem;
	font-weight: 700;
	color: #252528;
	text-transform: unset;
	letter-spacing: 0.04rem;
	background-color: unset;
	display: block;
}

body.blog.detail .SocialSharingTemplates h3 span {
	margin:0rem 0% 0rem 1%;
}

body.blog.detail .SocialSharingTemplates a {
	font-size: 2rem;
	margin: 0rem 1% 0rem 0%;
	color: #777;
}

body.blog.detail .SocialSharingTemplates a:hover {
	color: #593453;
}

nav.category.box ul {
	display: flex;
	flex-direction: column;
}

nav.category.box ul li {
	padding: 0.2rem 0rem 0.1rem 0rem;
	font-size: 0.9rem;
	font-family: 'Playfair Display';
	font-weight: 400;
}

nav.category.box ul li a:hover {
	color: #543551;
}

nav.category.box ul li svg {
	display: none;
}

/* @end */

/* @group Contacto */

body#contacto #wrapper > .col2 form {
	width: 500px;
	height: 260px;
}

body#contacto #wrapper > .col2 form label {
	width: 195px;
	padding: 0px 20px 0px 0px;
	float: left;
}

body#contacto #wrapper > .col2 form input[type="text"], 
body#contacto #wrapper > .col2 form input[type="email"], 
body#contacto #wrapper > .col2 form textarea  {
	width: 305px;
	height: 30px;
	margin: 0px 0px 5px 0px;
	border: 0px;
}

body#contacto #wrapper > .col2 form textarea  {
	height: 90px;
}

body#contacto #wrapper > .col2 form input.btn  {
	background-color: #FFF;
	border: 0px;
	font-size: 16px;
	color: #A15826;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

/* @end */

/* @group Product Brands */
#productBrands.productBrands #wrapper #mainContentArea main .productBrandsListing .col1 {
	flex-basis: unset !important;
}
footer .stack.mediaPartners {
	width: 100%;
	padding: 2rem 0rem 1rem 0rem;
	background-color: #FFF;
}

footer .box.mediaPartners {
	text-align: center;
}

footer .box.mediaPartners .carrouselItem .imgContainer{
	width: 50%;
	margin: auto;
	height: 160px;
	display: flex;
	align-items: center;
}

footer .box.mediaPartners .carrouselItem h1 a {
	font-size: 0.7rem;
}

footer .box.productBrands {
	max-width: 1200px;
	width: 100%;
	height: 14rem;
	margin: auto;
	margin-bottom: 0rem;
	padding: 0.8rem 0.8rem 0rem 0.8rem;
	clear: both;
	background-color: #FFF;
	overflow: hidden;
	text-align: center;
	position: relative;
	overflow: visible;
}

footer .box.productBrands > header h1, 
footer .box.mediaPartners > header h1 {
	margin-bottom: 2rem;
	font-family: 'Montserrat';
	font-weight: 400;
	font-size: 1.3rem;
	text-transform: uppercase;
	color: #202020;
}

footer .box.productBrands div.caroufredsel_wrapper {
	width: 100% !important;
	max-width: 1256px !important;	
}

footer .box.productBrands .carrouselContainer {
	width: 100%;
	height: 170px !important;
	/*text-align: center;*/
}

footer .box.productBrands .carrouselItem {
	width: 10.2rem;
	height: 180px;
	margin: 0rem 2rem 0.5rem 0rem;
	float: left;
	/*text-align: center;*/
}

footer .box.mediaPartners article {
	width: 10.2rem;
	margin: 0rem 2rem 0.5rem 0rem;
	float: none;
	text-align: center;
	display: inline-block;
}

footer .box.productBrands .carrouselItem .imgContainer {
	width: 10rem;
	height: 110px;
	margin: 0rem 0rem 1rem 0rem;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	overflow: hidden;
}

footer .box.productBrands .carrouselItem .imgContainer img {
	width: auto;
	max-height: 110px;
}

footer .box.productBrands .carrouselItem h1, 
footer .box.mediaPartners article h1, 
footer .box.productBrands .carrouselItem h1 a, 
footer .box.mediaPartners .carrouselItem h1 a {
	font-size: 0.8rem;
	font-weight: 400;
}

footer .box.productBrands .carrouselItem h2, 
footer .box.mediaPartners article h2 {
	display: none;
}

footer .box.productBrands .btnContainer {
	position: absolute;
	right: 0.7rem;
	bottom: 0.4rem;
}

footer .box.productBrands .btnContainer a.advertiseHere, 
footer .box.mediaPartners .btnContainer a.advertiseHere {
	display: block;
	clear: both;
	color: #000;
	text-align: right;
	font-weight: 400;
	font-size: 1rem;
}

footer .box.productBrands.mediaPartners .btnContainer a.advertiseHere {
	display: none;
}

footer .box.productBrands nav, 
footer .box.mediaPartners footer {
	display: none;
}

/* @end */

/* @group Judges */

.judges.box .listing {
	display: flex;
	justify-content: space-between;
}

#judges.list main footer a, 
.judges.box footer a {
	margin: 0rem 0rem 1rem 0rem;
	padding: 0.4rem 2rem 0.4rem 2rem;
	font-family: 'Montserrat';
	font-size: 0.7rem;
	color: #FFF;
	font-weight: 400;
	text-transform: uppercase;
	background-color: #8F7494;
	display: inline-block;
	border-radius: 0rem;
	letter-spacing: 0.05rem;
	border: 0px;
}

#judges.detail main {
	padding: 2rem 0rem 2rem 0rem;
	background-color: #6DC6C2; 
}

#judges.detail main .judgeFile  {
	padding: 0rem 12.6% 0rem 12.6%;
}

#judges.detail main .judgeFile aside  {
	flex-basis: 27.5%;
	margin: 0rem 0rem 0rem -5px; /* place white border outside of grid */
	text-align: center;
}

#judges.detail main .judgeFile aside .imgContainer  {
	width: 100%;
	margin: 0rem 0rem 1rem 0rem;
	border: 5px solid #FFF;
}

#judges.detail main .judgeFile aside .imgContainer img {
	margin-bottom: 0px;
}

#judges.detail main .judgeFile aside ul {
	list-style-type: none;
	display: flex;
	justify-content: center;
}

#judges.detail main .judgeFile aside ul li {
	margin: 0rem 0.2rem 0rem 0.2rem;
	color: #359591;
}

#judges.detail main .judgeFile article  {
	flex-basis: 63.2%;
	text-align: left;
}

#judges.detail main .judgeFile article header {
	width: 100%;
	margin: 0rem 0rem 0rem 0rem;
	padding: 0rem 0rem 0rem 0rem;
}

#judges.detail main .judgeFile article header h1 {
	width: 100%;
	margin: 0rem 0rem 0rem 0rem;
	padding: 0rem 0rem 0.5rem 0rem;
	text-align: left;
	color: #000000;
	font-size: 1.8rem;
}

#judges.detail main .judgeFile article .body p {
	width: 100%;
	margin: 0rem 0rem 0rem 0rem;
	padding: 0rem 0rem 0.5rem 0rem;
	text-align: left;
	color: #FFF;
	font-size: 0.9rem;
	line-height: 1.8;
}

/* @end */

/* Top 100 Sign Up Form */

.stack.top100Wines {
	padding: 2.5rem 0rem 2.5rem 0rem;
}

.stack.top100Wines .box.top100Wines {
	flex-wrap: wrap;
}

.stack.top100Wines .box.top100Wines .imgContainer {
	flex-basis: 48%;
}

.stack.top100Wines .box.top100Wines .body {
	flex-basis: 48%;
	padding: 6rem 5rem 0rem 5rem;
	text-align: center;
}

.stack.top100Wines .box.top100Wines .body h1 {
	padding: 0rem 0rem 2rem 0rem;
	color: #FFF;
	font-family: 'Montserrat';
	font-size: 1.1rem;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.05rem;
}

.stack.top100Wines .box.top100Wines .body p {
	padding: 0rem 0rem 1rem 0rem;
	color: #B1B1B1;
	font-size: 0.9rem;
	font-weight: 300;
	letter-spacing: 0.05rem;
	line-height: 1.4;
}

.stack.top100Wines .box.top100Wines .formContainer {
	width: 100%;
	margin: -12rem 0rem 0rem 52%;
	padding: 0rem 10% 0rem 10%;
	/*text-align: center;*/
}

.stack.top100Wines .box.top100Wines .formContainer input {
	padding: 0.8rem 0rem 0.8rem 0rem;
	border-radius: 0.2rem;
	text-align: center;
	font-size: 0.8rem;
	font-weight: 900;
	text-transform: uppercase;
}

.stack.top100Wines .box.top100Wines .formContainer input[type="submit"] {
	width: 100%;
	background-color: #4C4D4E;
	border: 0px;
	border-radius: 0.2rem;
	text-transform: uppercase;
	color: #FFF;
	font-weight: 900;
	letter-spacing: 0.05rem;
}

.stack.top100Wines .box.top100Wines {
	
}

.formContainer.newsletterRegistrationForm .body {
	padding: 2rem 1rem 0rem 0rem !important;
	text-align: left !important;
}

/* @end */

/* Newsletter subscription Form */

.newsletterSubscriptionsForm .errorMsg {
	width: 100%;
	margin: 0.5px 0px 0.6rem 0px;
	padding: 0.5rem 0.5rem 0.5rem 0.5rem;
	border: 1px solid #f00;
	position: relative;
	color: #f00;
	text-align: center;
	letter-spacing: 0.05rem;
	text-transform: capitalize;
}

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

.successMsgNewsletter {
	color: #3c763d;
}

.newsletterSubscriptionsForm {
	padding: 1.5rem 1.5rem 1.5rem 1.5rem;
}

.btnNewsletterSubscription {
	margin: 1rem 8rem 1rem 8rem !important;
}

.newsletterSubscribeDiv {
	text-align: center;
}
/* @end */

/* @group Competition Results */

#gen.competitionResults main .listing > h2 {
	padding: 0.4rem 1rem 0.4rem 1rem;
	text-align: center;
	background-color: #8F7494;
	color: #FFF;
	text-transform: uppercase;
}

#gen.competitionResults.globalList main .listing > h2 {
	margin-bottom: 1rem;
}

#gen.competitionResultsHome main h2 {
	margin: 0rem 0rem 0.5rem 0rem !important;
	padding: 0rem 0rem 0rem 0rem;
}

#gen.competitionResultsHome main h2 a {
	padding: 0rem 0rem 0rem 0rem;
	display: inline-block;
	line-height: 3;
	font-size: 1.4rem;
	font-weight: 700;
}

#gen.competitionResultsHome main h2 a:hover {
	color: #8F7494;
}

#gen.competitionResultsHome main h2 a img {
	width: 4rem;
	margin: 0rem 1rem 0rem 0rem;
	float: left;
	
}

#gen.competitionResultsHome main .col2 header h1 {
	text-align: left;
	letter-spacing: 0.1rem;
}

#competitionResults.awardsValidator main header h1 {
	margin: 0rem 0rem 0rem 0rem;
	font-size: 2rem;
}

#competitionResults.awardsValidator main {
	width: 90%;
	margin: auto;
}

#gen.competitionResults main .listing {
	margin: 0rem 0rem 2rem 0rem;
}

#gen.competitionResults main .listing article, 
#competitionResults.awardsValidator main .listing article {
	width: 100%;
	margin: 0rem 0rem 0.5rem 0rem;
	padding: 0.5rem 0rem 0.9rem 0rem;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #333;
	overflow: hidden;
	text-align: left;
}

#competitionResults.awardsValidator #mainContentArea {
	padding: 2rem 0rem 2rem 0rem;
}

#competitionResults.awardsValidator main .listing article {
	width: 100%;
	height: auto;
	margin: 0rem 0rem 0.5rem 0rem;
	padding: 1rem 2% 0.5rem 2%;
	display: flex;
	justify-content: space-between;
	border: 1px solid #333;
	overflow: hidden;
	text-align: left;
}

#gen.competitionResults.globalList main .listing article:last-of-type {
	border-bottom: 0px;
}

#gen.competitionResults main .listing article .imgContainer {
	flex-basis: 20%;
	text-align: center;
}

#competitionResults.awardsValidator main .listing article .imgContainer {
	flex-basis: 30%;
}

#gen.competitionResults main .listing article .imgContainer img, 
#competitionResults main .listing article .imgContainer img {
	width: 100%;
	margin: 0rem 0rem 0.5rem 0rem;
}

#gen.competitionResults main .listing article .txt {
	flex-basis: 75%;
}

#competitionResults.awardsValidator main .listing article .txt {
	flex-basis: 65%;
}

#gen.competitionResults main .listing article .txt h1, 
#competitionResults main .listing article .txt h1 {
	margin: 0rem 0rem 0.5rem 0rem;
	color: #000;
	font-family: 'Montserrat';
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.1;
}

#gen.competitionResults main .listing article .txt h2, 
#competitionResults main .listing article .txt h2 {
	margin: 0rem 0rem 0.3rem 0rem;
	color: #5f5f5f;
	font-family: 'Montserrat';
	font-size: 1.2rem;
	font-weight: 400;
	letter-spacing: 0.02rem;
}

#gen.competitionResults main .listing article .txt h3, 
#competitionResults main .listing article .txt h3 {
	margin: 0rem 0rem 0rem 0rem;
	color: #5f5f5f;
	font-family: 'Montserrat';
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.02rem;
}

#gen.competitionResults main .listing article .txt ul, 
#competitionResults main .listing article .txt ul {
	list-style-type: none;
}

#gen.competitionResults main .listing article .txt ul li, 
#competitionResults main .listing article .txt ul li {
	margin: 0rem;
	padding: 0rem 0rem 0.2rem 0rem;
	line-height: 1.4;
	font-family: 'Montserrat';
	font-size: 0.9rem;
	color: #4b4b4b;
}

#gen.competitionResults main .listing article .txt ul li a.year2018, 
#gen.competitionResults main .listing article .txt ul li a.year2019 {
	display: none;
}

#gen.competitionResults main .listing article .txt ul li.actions, 
#competitionResults main .listing article .txt ul li.actions {
	padding: 0.5rem 0rem 0rem 0rem;
	line-height: 1.5;
}

#gen.competitionResults main .listing article .txt ul li.actions a, 
#competitionResults main .listing article .txt ul li.actions a {
	margin: 0rem 1rem 0rem 0rem;
	text-transform: uppercase;
	color: #8f7493;
}

#gen.competitionResults main .listing article .txt ul li.actions a:hover, 
#competitionResults main .listing article .txt ul li.actions a:hover {
	color: #593452;
}

#gen.competitionResults main .col1 .box {
	margin-bottom: 1rem;
}

#gen.competitionResults main .col1 h2 {
	padding: 0rem 0rem 0.5rem 0rem;
	font-weight: 700;
	
}

#gen.competitionResults main .col1 input {
	width: 100%;
	max-width: 17rem;
	margin: 0rem 0rem 0rem 0rem !important;
	padding: 0.5rem 0.5rem 0.5rem 0.8rem;
	background-color: #8F7494;
	border: 0px;
	color: #FFF;
	font-size: 0.9rem;
	margin-bottom: 1rem;
}

#gen.competitionResults main .col1 input:-moz-placeholder, 
#gen.competitionResults main .col1 input::-moz-placeholder, 
#gen.competitionResults main .col1 input:-ms-input-placeholder {
	color: #FFF;
}

#gen.competitionResults main .col1 input::-webkit-input-placeholder {
	color: #ececec;
}

#gen.competitionResults.globalList main .col1 .followScroll {
	
}

#gen.competitionResults.globalList main .col1 nav ul {
	width: 100%;
	border-top: 1px solid #8F7494;
}

#gen.competitionResults.globalList main .col1 nav ul li {
	padding: 0.3rem 0rem 0.3rem 0rem;
	display: block;
	border-bottom: 1px solid #593453;
}

#gen.competitionResults.globalList main .col1 nav ul li a {
	display: block;
	color: #593453;
	font-family: 'Montserrat';
	font-weight: 400;
	font-size: 0.9rem;
}

#gen.competitionResults.globalList main .col1 nav ul li a:hover {
	color: #8F7494;
} 

#gen.competitionResults.globalList main .col3 .box article h1, 
#gen.competitionResults.globalList main .col3 .box article h2 {
	margin-bottom: 0.2rem;
	padding: 0.5rem 0rem 0.5rem 1rem;
	background-color: #8F7494;
	font-family: 'Montserrat';
	font-size: 1rem;
	text-transform: uppercase;
	color: #FFF;
	letter-spacing: 0.05rem;
}

#gen.competitionResults.globalList main .col3 .box article h1:last-of-type, 
#gen.competitionResults.globalList main .col3 .box article h2:last-of-type {
	margin-top: 0.3rem;
}

#gen.competitionResults.globalList main .col3 .box article img {
	width: 100%;
} 

#gen.competitionResults.globalList main .col3 .box article .body > div {
	margin-bottom: 0.4rem;
	padding: 1rem 2rem 1rem 2.5rem;
	background-color: #8F7494;
}

#gen.competitionResults.globalList main .col3 .box article div > h3 {
	font-weight: 700;
	font-size: 2rem;
	color: #FFF;
	letter-spacing: 0.1rem;
}

#gen.competitionResults.globalList main .col3 .box article div > p {
	font-size: 1rem;
	font-weight: 400;
	color: #575757;
	text-transform: uppercase;
	letter-spacing: 0.05rem;
}

#gen.competitionResults .offsetAnchor {
	display: block;
	position: relative;
	top: -10rem;	
	visibility: hidden;
}

#gen.competitionResults .flexLayout2 .col1 {
	position: relative;
}

#gen.competitionResults .flexLayout2 {
	min-height: 20rem;
}

#gen.competitionResults .flexLayout2 .col1 .resultsNavigationContainer {
	min-width: 19rem;
	position: fixed;
}

#gen.competitionResults .flexLayout2 .col1 .resultsNavigationContainer {
	min-width: 19rem;
	position: fixed;
}

#competitionResults.awardsValidator #wrapper > header {
	height: 6rem;
	padding: 1rem 0rem 1rem 0rem;
	/*background-color: #b99964;*/
	text-align: center;
}

#competitionResults.awardsValidator #wrapper main section  header h2 {
	padding: 1rem 0rem 2rem 0rem;
	text-align: center;
	font-size: 1rem;
}

#competitionResults.awardsValidator #wrapper > header > img {
	height: 4rem;
}

#competitionResults.awardsValidator #wrapper > footer {
	height: 6rem;
	padding: 1rem 0rem 2rem 0rem;
	background-color: #1f1f1c;
	color: #FFF;
	text-align: center;
}

#competitionResults.awardsValidator #wrapper > footer a {
	text-transform: uppercase;
	letter-spacing: 0.1rem;
}

#competitionResults.awardsValidator main .alert {
	padding: 2rem 10% 2rem 10%;
	text-align: center;
	font-size: 2rem;
}

.xScroll {
	overflow-x: auto;
}

/* @end */

/* @group Show Counter */

.counter.countdownContainer {
	text-align: center;
}

.counter.countdownContainer .labels {
    display: flex;
    width: 13.2rem;
    margin: auto;
    padding: 0.3rem 0rem 0.3rem 0rem;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.counter.countdownContainer .labels span {
    flex-basis: 22%;
    color: #333;
    font-size: 1.3rem;
    font-weight: 700;
}

/* @end */

/* @group newsletter Subscription Modal */

.slidingModal {
  	width: 25rem;
  	height: auto;
  	padding: 2rem;
  	bottom: -0.5rem;
  	right: -26.5rem;
  	position: fixed;
  	background-color: #65B8B4;
  	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-family: 'Montserrat';
  	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;
}

/* @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;
	font-family: 'Roboto';
	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;
	
}

/* @end */

/* resetPassword design start */

body#users #mainContentArea > .resetPasswordContainer
{
	flex-basis: 60%;
    margin-left: 20%;
}

body#users #mainContentArea header
{
	margin-bottom: 2%;
	padding-bottom: 0%;
	border-bottom: 1px solid #c9ccd1;
}


body#users #mainContentArea header h1
{
	padding: 0% 0% 2% 0%;
	font-weight: 700;
	font-size: 1.9rem;
	color: #212121;
	line-height: 1.3;
}

body#users #mainContentArea .content p
{
	padding: 0% 0% 0.5rem 0%;
	font-size: 1rem;
	line-height: 1.5;
	color: #616161;
}

body#users #mainContentArea .resetPasswordContainer
{
	width: 50%;
	margin: 2rem 25% 2rem 25%;
}

body#users #mainContentArea .content form#resetPasswordForm label
{
	display: block;
	margin-bottom: 0.3rem;
	font-size: 0.8rem;
	font-weight: 700;
	color: #4d4d4d;
	line-height: 1.4;
}

body#users #mainContentArea .content form#resetPasswordForm input[type=text],
body#users #mainContentArea .content form#resetPasswordForm input[type=password]
{
	width: 100%;
	margin-bottom: 0.7rem;
	padding: 0.5rem 0.5rem 0.5rem 0.5rem;
	background-color: #c9cbd1;
	border: 0px;
	font-size: 1rem;
}

body#users #mainContentArea .content form#resetPasswordForm input[type=submit]
{
	margin-top: 0.6rem;
	float: right;
}

body#users #mainContentArea .content .moreQuestions h2
{
	padding: 0rem 0rem 0.3rem 0rem;
	font-weight: 700;
	font-size: 1.6rem;
}

body#users #mainContentArea .content .moreQuestions p
{
	padding: 0% 0% 0.5rem 0%;
	font-size: 1rem;
	line-height: 1.5;
	color: #616161;
}

body#users #mainContentArea .content .moreQuestions p a
{
	font-weight: 700;
}

body#users #mainContentArea .content article.passwordResetMoreQuestions .moreQuestions h2
{
	margin: 0rem 0rem 0rem 0rem;
	padding: 0rem 0rem 0.3rem 0rem;
	font-weight: 700;
	font-size: 1.6rem;	
}

body#users #mainContentArea .content article.passwordResetMoreQuestions .moreQuestions p {
    padding: 0% 0% 0.5rem 0%;
    font-size: 1rem;
    line-height: 1.5;
    color: #616161;
}

/* resetPassword design end */
/* @group Blog Post Detail Page Text Bottom */
.blogPostDetailPageTextBottom {
	padding: 0rem 0% 0.5rem 0%;
}

.blogPostDetailPageTextBottom .body h2 {
	background-color: #d5d2d2;
	padding: 0.5rem 2% 0.5rem 2% !important;
}

.blogPostDetailPageTextBottom article {
	display: unset !important;
	margin: unset !important;
}
/* @end */

/* @group Sidebar Promos */

.box.sideBarPromo1 {
	font-family: 'Montserrat';
	display: block;
	margin: 2rem 0% 0rem 0%;
}

.sideBarPromo1 article {
	margin: 0rem 0% 0rem 0% !important;
}

.sideBarPromo1 .txt {
	width: 100%;
}

.sideBarPromo1 .body > h2, 
.sideBarPromo1 .body > h3 {
	padding: 0.8rem 1rem 0.8rem 1rem;
	margin-bottom: 0.2rem;
}

.sideBarPromo1 .body > h2 {
	color: #FFF;
	background-color: #333333;
}

.sideBarPromo1 h3 {
	line-height: 1;
	font-size: 1.5rem;
	font-weight: 400;
	color: #E7E7E7;
	background-color: #333333;
}

.sideBarPromo1 h3 strong {
	font-weight: 700;
}

.sideBarPromo1 h3 em {
	font-style: normal;
	font-size: 0.9rem;
	font-weight: 700;
	color: #6DC6C2;
}

/* @end */

/* @group Medal Explained */

.medalsExplained .body > h2, 
.medalsExplained .body > h3 {
	padding: 0.8rem 1rem 0.8rem 1rem;
	margin-bottom: 0.2rem;
	color: #C70146;
}

.medalsExplained .body img {
	width: 100%;
}

/* @end */
/* @group Go to top*/

/* When the user clicks on the button, scroll to the top of the document */

.goToTop {
  	display: none;
  	position: fixed;
  	bottom: 5rem;
  	right: 3rem;
  	z-index: 99;
  	font-size: 1rem;
  	border: none;
  	outline: none;
	background-color: #593453;
  	color: white;
  	cursor: pointer;
  	padding: 1rem;
  	border-radius: 1.6rem;
  	width: 3.2rem;
}

.goToTop:hover {
  	background-color: #555;
}
/* @end */

/* @group Header Styles (new added Dec 2020) */

/* .headerStyle1 : gen template gen_twoColLeftSidebarWithOptionalPic.php main article header */

.headerStyle1 {
	margin: 0rem 0rem 1.5rem 0rem;
	padding: 0rem;
}

.headerStyle1 h1 {
	margin: 0rem;
	padding: 0rem;
	font-family: 'Playfair Display';
	font-size: 2rem;
	color: #000;
	text-align: center;
}

.headerStyle1 h2 {
	margin: 0rem 0rem 1rem 0rem;
	font-family: 'Montserrat';
	font-weight: 300;
	font-size: 0.8rem;
	text-transform: uppercase;
	line-height: 1.7;
	letter-spacing: 0.05rem;
	text-align: left;
	color: #777;
	display: none;
}

.headerStyle2 {
	margin: 1rem 0rem 0rem 0rem;
}

.headerStyle2 h1 {
	text-transform: none !important;
	font-family: 'Montserrat' !important;
	font-weight: 700 !important;
	font-size: 1rem !important;
	text-align: left !important;
	letter-spacing: 0rem !important;
}

/* .headerStyle3 : gen default template main article header */

.headerStyle3 h1 {
	margin: 0rem 0rem 2rem 0rem;
	padding: 0rem;
	font-family: 'Playfair Display';
	font-size: 1.5rem;
	font-weight: 400;
	color: #202020;
	text-align: center;
}

.headerStyle3 h2, 
.headerStyle3 h3 {
	margin: 0rem 0rem 1rem 0rem;
	font-family: 'Montserrat';
	font-weight: 300;
	font-size: 0.8rem;
	text-transform: uppercase;
	line-height: 1.7;
	letter-spacing: 0.05rem;
	text-align: center;
	color: #777;
}

.headerStyle3 .imgContainer {
	width: 100%;
	margin: 0rem 0rem 0rem 0rem;	
}

/* .headerStyle4 : sidebar boxes header */

.headerStyle4 h1{
	margin: 0rem 0rem 1rem 0rem;
	padding: 0rem 0rem 0.2rem 0rem;
	font-family: 'Montserrat';
	font-weight: 300;
	font-size: 0.8rem;
	text-transform: uppercase;
	line-height: 1;
	border-bottom: 1px solid #593452;
}

/* headerStyle5 : video home page header */ 

.headerStyle5 h1,
.innerHeaderStyle5 header h1 {
  width: 100%;
  padding: 2rem 0rem 1rem 0rem;
  font-family: 'Montserrat';
  font-size: 1.3rem;
  text-transform: uppercase;
  color: #359591;
  letter-spacing: 0.05rem;
  text-align: center;
}

.headerStyle5 h2,
.innerHeaderStyle5 header h2 {
	padding: 0rem 0rem 2rem 0rem;
	font-family: 'Montserrat';
	text-transform: uppercase;
	font-size: 0.9rem;
	color: #202020;
	text-align: center;
}


.headerStyle6 h1,
.innerHeaderStyle6 header h1 {
	margin: 0rem 0rem 0.5rem 0rem;
	padding: 0rem 0rem 0.3rem 0rem;
	font-family: 'Montserrat';
	font-weight: 300;
	font-size: 1.2rem;
	border-bottom: 1px solid #593452;
	color: #555555;
}

/* headerStyle7: Filters header; */
.headerStyle7 h1 {
	margin: 0rem 0% 1rem 0%;
  	color: #8E7494;
  	border-bottom: 1px solid #D6D6D6;
	padding: 0rem 0rem 0.4rem 0rem;
 	font-size: 1.2rem;
  	letter-spacing: 0.1rem;
}

.headerStyle7 h2 {
	margin: 0rem 0% 1rem 0%;
  	color: #EEEBE5;
  	padding: 0rem 10% 0.4rem 10%;
 	font-size: 1rem;
  	font-weight: 700;
  	letter-spacing: 0.1rem;
  	text-transform: uppercase;
}

.headerStyle7 .selected h2 {
	color: #8E7494;
}

.headerStyle7 p {
  	margin: 0rem 0rem 1.5rem 0rem;
  	font-size: 0.8rem;
  	font-weight: 400;
  	color: #9A9A9B;
  	letter-spacing: 0.02rem;
  	line-height: 1.6;
}
.filtersForm .filterTitle{
	color: #eee;
	margin: 0rem 0rem 0.5rem 0rem;
}
/* @end */


/* @group Tags & Filter Tags */

.activeFilter {
	background-color: #593453 !important;
	border-color: #FFF;
	color: #FFF !important;
}

.activeFilter2 {
	color: #FFF;
}

/* @end */

/* @group tag */

.tagsGroup {
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0.5rem 0rem 0rem 0rem;
}

.tag {
  margin: 0rem 0.4rem 0.5rem 0rem;
  padding: 0.3rem 1.2rem 0.3rem 1.2rem;
  background-color: #FFF;
  font-weight: 400;
  font-size: 0.9rem;
  color: #593453;
  position: relative;
  display: inline-block;
  border-radius: 0.7rem;
  border: 1px solid #593453;
  cursor: pointer;
  letter-spacing: 0.1rem;
}

.tag .fas.fa-times {
  color: #fff;
}


/* @group Article Styles (new added Dec 2020) */  

/* gen template gen_twoColLeftSidebarWithOptionalPic.php */

.articleStyle1 .flexContainer {
	align-items: flex-start;
	align-content: flex-start;
}

.articleStyle1 aside {
	background-color: #593453;
	text-align: left;
}

.articleStyle1 aside > img {
	width: 100%;
}

.articleStyle1 aside .aside1 {
	padding: 2rem 24.4% 2rem 23.5%;
	font-family: 'Montserrat';
	text-align: left;
}

.articleStyle1 aside .aside1 h1, 
.articleStyle1 aside .aside1 h2, 
.articleStyle1 aside .aside1 h3 {
	margin: 1rem 0rem 0rem 0rem;
	color: #6DC6C2;
	font-size: 1rem;
	font-weight: 700;
	text-transform: uppercase;
	text-align: left;
	line-height: 1.4;
	letter-spacing: 0.05rem;
}

.articleStyle1 aside .aside1 h1:first-of-type, 
.articleStyle1 aside .aside1 h2:first-of-type, 
.articleStyle1 aside .aside1 h3:first-of-type {
	margin: 0rem 0rem 0rem 0rem;
}

.articleStyle1 aside .aside1 p {
	margin: 0rem 0rem 1.5rem 0rem;
	color: #FFF;
	text-align: left;
	font-size: 0.9rem;
}

.articleStyle1 aside .aside1 .btn {
	width: 100%;
	text-align: center;
}

.articleStyle1 .body p {
	margin: 0rem 0rem 1rem 0rem;
	font-family: 'Playfair Display';
	font-size: 1rem;
	line-height: 2;
	color: #777;
}

.articleStyle1 .body p iframe {
	width: 100%;
}

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

.articleStyle1 .body ul, 
.articleStyle1 .body ol {
	margin: 0rem 0rem 1.5rem 0rem;
	padding: 0rem 0rem 0rem 2rem;
	font-size: 0.9rem;
	line-height: 1.5;
	list-style-position: outside;
}

.articleStyle1 .body ul {
	list-style-type: disc;
}
 
.articleStyle1 .body ol {
	list-style-type: upper-roman;
	
}

.articleStyle1 .body ul li, 
.articleStyle1 .body ol li {
	margin-bottom: 0.4rem;
	font-size: 0.8rem;
	color: #777;
}

.articleStyle1 .body ul li a {
	color: #593452;
	font-weight: 700;
}

.articleStyle1 .body h1, 
.articleStyle1 .body h2, 
.articleStyle1 .body h3 {
	margin: 3rem 0rem 1rem 0rem;
	font-family: 'Montserrat';
	font-size: 1rem;
	line-height: 1.8;
	color: #000;
}
 
.articleStyle1 .body h4 {
	margin: 2rem 0rem 1rem 0rem;
	font-family: 'Montserrat';
	font-weight: 300;
	font-size: 1.1rem;
	line-height: 1.8;
	color: #2c2c2c;
}

.articleStyle1 .body blockquote {
	width: 80%;
	margin: 1rem 0rem 2rem -8%;
	font-size: 1.5rem;
}

.articleStyle1 .body blockquote p {
	font-size: 1.1rem !important;
	line-height: 1.7 !important;
	color: #64b7b4 !important;
}

/* .articleStyle2 : general section default template, blog main body */  

#gen .articleStyle2 .body {
	padding: 0rem 15.2% 0rem 15.2%;
}

.articleStyle2 .body p {
	margin: 0rem 0rem 1.5rem 0rem;
	font-family: 'Playfair Display';
	font-size: 1rem;
	line-height: 2;
	color: #777;
}

.articleStyle2 .subTitle {
	margin: 0rem 0rem 2rem 0rem;
	font-family: 'Playfair Display';
	font-size: 1rem;
	line-height: 2;
	color: #777;
}

.articleStyle2 .subTitle h2 {
	margin: 0rem 0rem 1.5rem 0rem;
	font-family: 'Montserrat';
	font-size: 1.3rem;
	line-height: 1.4;
	color: #777;
}

.articleStyle2 .subTitle datetime {
	display: none;
}

.articleStyle2 .body p {
	margin: 0rem 0rem 1.5rem 0rem;
	font-family: 'Playfair Display';
	font-size: 1rem;
	line-height: 2;
	color: #777;
}

.articleStyle2 .body p iframe {
	width: 100%;
}

.articleStyle2 .body p a {
	color: #593452;
	font-weight: 700;
}

.articleStyle2 .body ul, 
.articleStyle2 .body ol {
	margin: 0rem 0rem 1.5rem 0rem;
	padding: 0rem 0rem 0rem 2rem;
	font-size: 0.9rem;
	line-height: 1.5;
	list-style-position: outside;
}

.articleStyle2 .body ul {
	list-style-type: disc;
}
 
.articleStyle2 .body ol {
	list-style-type: upper-roman;
	
}

.articleStyle2 .body ul li, 
.articleStyle2 .body ol li {
	margin-bottom: 0.4rem;
	font-size: 0.8rem;
	color: #777;
}

.articleStyle2 .body h1, 
.articleStyle2 .body h2, 
.articleStyle2 .body h3 {
	margin: 0rem 0rem 1rem 0rem;
	font-size: 1.4rem;
	line-height: 1.8;
	color: #000;
}
 
.articleStyle2 .body h4 {
	margin: 0rem 0rem 1rem 0rem;
	font-family: 'Montserrat';
	font-weight: 300;
	font-size: 1rem;
	line-height: 1.8;
	color: #000;
}

.articleStyle2 .body blockquote {
	width: 80%;
	margin: 1rem 3% 2rem 3%;
	font-size: 1.7rem;
}

.articleStyle2 .body blockquote p {
	font-size: 1.5rem;
	line-height: 1.4;
	color: #64b7b4;
}

.articleStyle2 .body img {
	width: 100%;
}

/* .articleStyle3 : video */

body#home #wrapper #mainContentArea .stack.video,
body#AVCentral.detail #wrapper #mainContentArea section footer {
	/*padding: 3rem 0rem 2rem 0rem;*/
	background-color: #dadada;
}

.articleStyle3 header,
.innerArticleStyle3 header {
	display: block;
	text-align: center;
	padding: 2rem 0rem 2rem 0rem;
}

.articleStyle3, 
.innerArticleStyle3 .listing > * {
	background-color: #FFF;
	margin: 0rem 0rem 3rem 0rem;
}

.articleStyle3 img,
.innerArticleStyle3 .listing img {
	margin: 0rem;
	padding: 0rem;
}

.articleStyle3 .txt, 
.innerArticleStyle3 .listing > * .txt {
	padding: 1rem;
	position: relative;
}

.articleStyle3 datetime,
.innerArticleStyle3 .listing > * datetime {
	margin: 0rem 0rem 0.8rem 0rem;
	font-size: 0.6rem;
	font-weight: 300;
	font-family: 'Montserrat';
	color: #AAAAAA;
	text-transform: uppercase;	
}

.articleStyle3 h2, 
.innerArticleStyle3 .listing > * h2 {
	margin: 0rem 0rem 1rem 0rem;
	font-size: 1.4rem;
	font-weight: 400;
	color: #4c4c4c;
	line-height: 1.5;
}

.articleStyle3 h3,
.innerArticleStyle3 .listing > * h3 {
	margin: 0rem 0rem 0.8rem 0rem;
	font-size: 0.6rem;
	font-weight: 300;
	font-family: 'Montserrat';
	color: #AAAAAA;
	text-transform: uppercase;	
}

.articleStyle3 p,
.innerArticleStyle3 .listing > * p {
	font-size: 0.9rem;
	color: #777;
	line-height: 1.5;
}

.articleStyle3 p datetime,
.innerArticleStyle3 .listing > * p datetime {
  display: none;
}

/* articleStyle4: video list page */

.articleStyle4 ul,
.innerArticleStyle4 .generateCategoryMenu ul {
	display: flex;
	flex-direction: column;
}

.articleStyle4 ul >li,
.innerArticleStyle4 .generateCategoryMenu ul > li {
	padding: 0.2rem 0rem 0.1rem 0rem;
	font-size: 0.9rem;
	font-family: 'Playfair Display';
	font-weight: 400;
	margin-bottom: 0.5rem;
}

.articleStyle4, 
.innerArticleStyle4 .listing > * {
	background-color: #dadada;
	margin: 0rem 0rem 3rem 0rem;
}

.articleStyle4 img,
.innerArticleStyle4 .listing img {
	margin: 0rem;
	padding: 0rem;
}

.articleStyle4 .txt, 
.innerArticleStyle4 .listing > * .txt {
	padding: 1rem;
	position: relative;
}

.articleStyle4 h2, 
.innerArticleStyle4 .listing > * h2 {
	margin: 0rem 0rem 1rem 0rem;
	font-size: 1.4rem;
	font-weight: 400;
	color: #4c4c4c;
	line-height: 1.5;
}

.articleStyle4 h3,
.innerArticleStyle4 .listing > * h3 {
	margin: 0rem 0rem 0.8rem 0rem;
	font-size: 0.7rem;
	font-weight: 400;
	font-family: 'Montserrat';
	color: #777;
	text-transform: uppercase;	
}

.articleStyle4 p,
.innerArticleStyle4 .listing > * p {
	font-size: 0.9rem;
	color: #777;
	line-height: 1.5;
}

.innerArticleStyle4 header h2{
	margin: 0rem 0rem 0.5rem 0rem;
	padding: 0rem 0rem 0.3rem 0rem;
	font-family: 'Montserrat';
	font-weight: 300;
	font-size: 1.5rem;
	border-bottom: 1px solid #593452;
	color: #555555;
}

.innerArticleStyle4 .listing {
	gap: 1rem;
}

/* articleStyle5: video detail page */
.articleStyle5 {
	padding: 2rem 0rem 0rem 0rem;
}

.articleStyle5 .generateCategoryMenu ul {
	display: flex;
	flex-direction: column;
}

.articleStyle5 .generateCategoryMenu ul >li {
	padding: 0.2rem 0rem 0.1rem 0rem;
	font-size: 0.9rem;
	font-family: 'Playfair Display';
	font-weight: 400;
	margin-bottom: 0.5rem;
}

.articleStyle5 .generateCategoryMenu ul >li:hover {
	color: #543551;
}

.articleStyle5 > .txt h3 {
	margin: 0rem 0rem 0rem 0rem;
	font-family: 'Montserrat';
	font-weight: 300;
  	font-size: 0.8rem;
  	text-transform: uppercase;
}

.articleStyle5 > .txt h1 {
	margin: 0rem 0rem 2rem 0rem;
	font-weight: 300;
	font-size: 2.5rem;
	line-height: 1.3;
}

.articleStyle5 > .txt h2 {
	display: none;
}

.articleStyle5 > .txt p {
	margin: 0rem 0rem 1.5rem 0rem;
	font-family: 'Playfair Display';
	font-size: 1rem;
	line-height: 2;
	color: #777;
}

.articleStyle5 > .txt iframe, 
.articleStyle5 > .txt .private img {
	width: 100%;
	margin: 0rem 0rem 0.5rem 0rem;
}

.articleStyle5 .restrictedContentInfo {
	width: 52.5rem;
	padding: 1rem 8rem 1rem 8rem;
	background-image: url('/cont/img/black-90t.png');
	position: absolute;
	top: 35%;
}

.articleStyle5 .restrictedContentInfo p {
	margin: 0rem 0rem 0rem 0rem;
	line-height: 1.4;
	color: #FFF;
	font-size: 1.3rem;
	text-align: center;
}

/* articleStyle6: gen page, judges detail page, blog detail page, competition result column 1;*/

.articleStyle6 {
	margin: -3rem 0% 0rem 3%;
	position: relative;
	/*z-index: 99;*/
}

.articleStyle6 > div {
	padding: 2rem 9% 2rem 9%;
}

.articleStyle6 .col1 .body .txt {
	display: flex;
	justify-content: space-between;
	padding-bottom: 0.5rem;	
}

.articleStyle6 .col1 article h1 {
	padding: 0.3rem 0rem 0.3rem 0rem;
	font-size: 2.5rem;
	font-weight: 900;
	text-align: center;
	text-transform: uppercase;	
}

.articleStyle6 .col1 article h2 {
	font-size: 1.1rem;
	text-align: right;
	color: #eee;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.02rem;	
	flex-basis: 45%;
}

.articleStyle6 .col1 p {
	font-size: 0.9rem;
	font-weight: 400;
	color: #EEE;
	text-transform: uppercase;
	letter-spacing: 0rem;
	flex-basis: 49%;
	line-height: 1.5;
}

.articleStyle6 article img{
	width: 100%;
}

.articleStyle6 button{
	padding: 0.4rem 2rem 0.4rem 1rem !important;
}

.articleStyle6 .col1 article .button {
	display: flex;
	justify-content: space-between;
}

.articleStyle6 .col2 article {
	padding: 1rem 0rem 1rem 0rem;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #000000;
	text-align: center;
}

.articleStyle6 .col2 article .imgContainer {
	flex-basis: 49%;
	align-self: center;
}

.articleStyle6 .col2 article .imgContainer img {
	width: 70%;
}

.articleStyle6 .col2 article .txt {
	flex-basis: 49%;
	line-height: 1.2;
	align-self: center;
	text-align: left;
}

.articleStyle6 .col2 .txt h2 {
	font-size: 1rem;
	font-weight: 700;
	color: #000000;
	text-transform: uppercase;
}

.articleStyle6 .col2 .txt h2 i {
	display: none;
}

.articleStyle6 .col2 .txt h3 {
	font-size: 1rem;
	font-weight: 700;
	color: #EEEBE5;
}

.articleStyle6 .col2 .txt p {
	font-size: 0.5rem;
	font-weight: 400;
	color: #EEEBE5;
	text-transform: uppercase;
	letter-spacing: 0.04rem;
}

.articleStyle6 .col3 > .col article {
	border: 1px solid #000000;
	margin: 0rem 0rem 0.8rem 0rem;	
	padding: 0.5rem 5% 0.5rem 5%;
}

.articleStyle6 .col3 > .col .txt h1 {
	margin: 0rem 0rem 0.2rem 0rem;
	font-size: 1.4rem;
	font-weight: 700;
	color: #000000;
}

.articleStyle6 .col3 > .col .txt p {
	margin: 0rem 0rem 1.5rem 0rem;
	font-size: 0.8rem;
	font-weight: 400;
	color: #EEEBE5;
	letter-spacing: 0.02rem;
	line-height: 1.6;
}

.articleStyle6 .col3 > .col .txt a {
	margin: 0rem 0rem 0.5rem 0rem;
	padding: 0.7rem 6%;
	font-size: 0.7rem;
	width: 65%;
	text-align: center;
}

/* articleStyle7 : company brand page */

.articleStyle7 header{
	margin: 0rem 1% 2rem 0%;
}

.articleStyle7 header h1 {
	/* Our Products Title */
	padding: 0rem 0% 0rem 0%;
	border-bottom: 1px solid #9A9DA0;
}

.articleStyle7 h2 {
	/* Brand Country */
	padding: 0rem 0% 0.4rem 0%;
	font-family: 'Montserrat';
	font-size: 0.8rem;
  	color: #9A9A9B;
  	letter-spacing: 0.1rem;
}

.articleStyle7 header h3 {
	margin: 0rem 0rem 1rem 0rem;
	padding: 0.3rem 0% 0.2rem 0%;
	font-size: 0.9rem;
  	font-weight: 700;
  	text-align: left;
  	color: #F6F6F6;
  	border-top: 1px solid #9A9DA0;
  	border-bottom: 1px solid #9A9DA0;
  	text-transform: uppercase;
  	letter-spacing: 0.1rem;
}

.articleStyle7 .companyDetails {
	margin: 1rem 0% 0rem 0%;
  	padding: 1rem 3% 1rem 3%;
	background-color: #583353;
}

.articleStyle7 .companyDetails .placeholderLogo {
	padding: 2rem 0rem 2rem 0rem;
	text-align: center;
}

.articleStyle7 .companyDetails .placeholderLogo i {
	font-size: 8rem;
	color: #8E7494;
}

.articleStyle7 .companyDetails .col1 span {
	font-size: 0.9rem;
  	font-weight: 700;
  	text-transform: uppercase;
  	letter-spacing: 0.02rem;
  	color: #BD7752;
}

.articleStyle7 .col2{
	padding: 0rem 1% 0rem 0.5%;
	overflow: hidden;
}

.articleStyle7 .companyDetails .col2 h1, 
.articleStyle7 .productsList header h1 {
	/* Brand Name & Our Products title */
	margin: 0rem 0rem 0.3rem 0rem;
	padding: 0rem 0% 0rem 0%;
	font-size: 1.7rem;
	font-weight: 800;
	font-family: 'Montserrat';
  	letter-spacing: 0.01rem;
  	color: #333;
}

.articleStyle7 .companyDetails .col2 h1 {
	border-bottom: unset;
	color: #F6F6F6;
  	font-family: initial;
  	font-weight: 400;
}

.articleStyle7 .metadata {
	display: block;
}

.articleStyle7 .metadata h3 {
	margin: 0rem 0rem 0.5rem 0rem;
	display: block;
	color: #8E7494;
	font-family: 'Montserrat';
	font-size: 1rem;
}

.articleStyle7 .socialSharing ul {
	margin: 0rem 0rem 1rem 0rem;
	display: flex;
	justify-content: flex-start;
}

.articleStyle7 .socialSharing ul li a {
	margin: 0rem 0.5rem 0rem 0rem;
	background-color: unset;
}

.articleStyle7 .socialSharing ul li a i {
	color: #9e8553;
	font-size: 1.2rem;
}

.articleStyle7 .metadata.contactDetails ul li {
	margin: 0rem 0rem 0.7rem 0rem;
	font-family: 'Montserrat';
	font-size: 0.8rem;
	color: #F6F6F6;
}

.articleStyle7 .metadata.contactDetails ul li i {
	margin: 0rem 0.5rem 0rem 0rem;
	font-size: 1rem;
}

.articleStyle7 .companyDetails .col2 h3 i {
	color: #F6F6F6;
}

.articleStyle7 .col2 ul {
	/* buy now links container */
	margin: 0rem 0rem 1rem 0rem;
	padding: 0.5rem 5% 0.5rem 5%;
}

.articleStyle7 .col2 ul li a {
	/* Buy now icons */
	display: flex;
  	flex-direction: column;
  	padding: 0rem 5% 0rem 5%;
  	text-align: center;
  	cursor: pointer;
}

.articleStyle7 .col2 ul li a i {
	margin: 0rem 0% 0.5rem 0%;
  	font-size: 1.5rem;
  	color: #F6F6F6;
}

.articleStyle7 .col2 ul li a span {
	font-size: 0.7rem;
  	font-weight: 900;
  	text-transform: uppercase;
  	letter-spacing: 0.1rem;
}

.articleStyle7 .companyDetails .col2 .body {
  	color: #F6F6F6;
}

.articleStyle7 .companyDetails .col2 .body p {
	/* Company description */
	padding: 0rem 0% 0.5rem 0%;
  	font-size: 0.9rem;
  	font-weight: 400;
  	color: #F6F6F6;
  	letter-spacing: 0.01rem;
  	line-height: 1.5;
}

.articleStyle7 .col2 p:last-child {
	/*padding: 0rem 0% 0rem 0% !important;*/
}

.articleStyle7 .productsList > header{
	margin: 2rem 0% 1rem 0%;
}

.articleStyle7 .productsList > header h1,
.articleStyle7 .productsList > header h2 {
	font-family: inherit;
	font-size: 2.2rem;
  	font-weight: 400;
  	color: #333333;
  	letter-spacing: 0.04rem;
  	border-bottom: unset;
}

.articleStyle7 .productsList > header h2 {
	color: #8E7494;
}

.articleStyle7 .productsList .listing {
	/* Carousel container */
	max-width: 908px;
	margin: 0rem 0rem 0rem 0px; 
	padding: 0.2rem 0rem 0rem 0rem;
	border: 1px solid #EAEAEA;
	border-bottom: 0;
	background-color: #FFFFFF;
}

.articleStyle7 .productsList .listing > div {
	/* products carousel */

}

.articleStyle7 .productsList .carrouselItem {
	/*// individual carousel item*/
	height: 26rem;
	margin: 0rem;
}

.articleStyle7 .productsList .owl-stage-outer {
	height: 25rem;
}

.articleStyle7 .productsList .owl-stage-outer .owl-stage {
	height: 26rem;
}

.articleStyle7 .productsList .owl-stage-outer .owl-stage .owl-item {
	height: 25rem;
	padding: 0.2rem 0rem 0rem 0rem;
}

.articleStyle7 .productsList .owl-stage-outer .owl-stage .owl-item.active article.active {
	height: 25rem;
	background-color: #FFFFFF;
}

.articleStyle7 .productsList .owl-stage-outer .owl-stage .owl-item article {
	/* inner regular carousel item article */
	height: 25rem;
	display: flex;
  	flex-direction: column;
  	margin: 0rem 1% 0rem 1%;
  	padding: 0rem 0% 0rem 0%;
  	background-color: #FFFFFF;
  	overflow: visible;
	position: relative;
}

.articleStyle7 .productsList .owl-stage-outer .owl-stage .owl-item.active {
	/*// active carousel item*/
	/*background-color: #FFFFFF;	*/
	
}

.articleStyle7 .productsList .carrouselItem article .imageContainer {
	/* bottle photo container in carousel */
	margin-bottom: 0.5rem;
  	height: 14rem;
  	display: flex;
  	align-items: center;
  	justify-content: center;
}

.articleStyle7 .productsList .carrouselItem article .imageContainer img {
	width: auto;
  	max-width: 100%;
  	height: auto;
  	max-height: 13rem;
  	display: inline-block;
}

.articleStyle7 .productsList .carrouselItem article .brandName {
	/* Brand Name Container in carousel */
	width: 100%;
	margin: 0rem;
	padding: 0.5rem 0%;
	min-height: 4rem;
}

.articleStyle7 .productsList .carrouselItem article .brandName h1 {
	/* Brand Name in carousel */
	flex-basis: 100%;
	padding: 0rem 3% 0rem 3%;
	font-family: 'Montserrat';
  	font-size: 0.8rem;
  	font-weight: 900;
  	text-transform: uppercase;
  	color: #DDD5DF;
  	line-height: 1.2;
  	letter-spacing: 0.02rem;
}

.articleStyle7 .productsList .carrouselItem article.active .brandName h1 { 
	color: #202020;
}

.articleStyle7 .productsList .carrouselItem article .body {
	height: 11rem;
	padding: 0rem 3% 0rem 3%;
  	background-color: #8E7494;
}

.articleStyle7 .productsList .carrouselItem article.active .body{
	background-color: #FFFFFF;
}

.articleStyle7 .productsList .carrouselItem article .body p {
  	margin: 0.5rem 0rem 0.5rem 0rem;
  	padding: 0rem 3% 0rem 3%;
  	font-family: 'Montserrat';
  	font-size: 0.8rem;
  	font-weight: 400;
  	color: #D3D3D4;
  	word-wrap: break-word;
}

.articleStyle7 .productsList .carrouselItem article.active .body p {
	color: #9A9A9B;
}

.articleStyle7 .productsList .carrouselItem article .body p span {
	font-weight: 700;
}

.articleStyle7 .productsList .owl-nav{
	height: 0;
	left: 1%;
}

.articleStyle7 article.productInfo {

}

.articleStyle7 .productDetails {
	border: 1px solid #EAEAEA;
	border-top: 0;
	background-color: #FFF;
}

.articleStyle7 article.productInfo {
	padding: 2rem 3% 2rem 3%;
}

.articleStyle7 article.productInfo .medalContainer {
	margin: 0rem 0% 1rem 0%;
}

.articleStyle7 article.productInfo .medalContainer article {
	/* Detailed product medals container */
	display: flex;
	padding: 0rem 0% 0.5rem 0%;
}

.articleStyle7 .medalContainer article .imageContainer {
	flex-basis: 21%;
  	padding: 0rem 2% 0rem 2%;
  	display: flex;
}

.articleStyle7 .medalContainer article .imageContainer img {
	width: 100%;
}

.articleStyle7 .productDetails .col1 .imageContainer img {
	/* Main detailed bottle shot */
	width: auto;
  	max-width: 100%;
  	height: auto;
  	max-height: 28rem;
  	display: inline-block;
}

.articleStyle7 .medalContainer article .txt {
	/*// Medal descriptions container*/
	flex-basis: 79%;
  	padding: 0.5rem 0% 0rem 4%;
}

.articleStyle7 .medalContainer article .txt p.competitionName {
	/*// Medals: competition name*/
	line-height: 1.4;
  	padding: 0rem 0% 0rem 0%;
  	font-family: 'Montserrat';
  	font-weight: 500;
}

.articleStyle7 .medalContainer article .txt p.medalTitle, 
.articleStyle7 .medalContainer article .txt p.specialAwardTag {
	/*// Medals: medal title*/
	line-height: 1.4;
  	padding: 0rem 0% 0rem 0%;
  	font-family: 'Montserrat';
  	font-weight: 800;
  	text-transform: uppercase;
  	color: #419B98;
  	letter-spacing: 0.04rem;
}

.articleStyle7 .medalContainer article .txt p.points {
	/*// Medals: points*/
	line-height: 1.4;
  	padding: 0rem 0% 0rem 0%;
  	color: #9A9A9B;
}

.articleStyle7 .tastingNotesContainer {
	padding: 0.5rem 0rem 0.5rem 0rem;
	border-top: 1px solid #9A9A9B;
	border-bottom: 1px solid #9A9A9B;
}

.articleStyle7 .tastingNotesContainer h3 {
	margin: 0rem 0% 0.2rem 0%;
	padding: 0rem;
  	font-size: 1rem;
  	font-weight: 500;
  	text-align: left;
  	color: #333;
  	border-top: unset;
  	text-transform: uppercase;
  	letter-spacing: 0.1rem;
  	font-family: 'Montserrat';
}

.articleStyle7 .tastingNotesContainer p {
	font-size: 0.9rem;
	font-weight: 500;
	line-height: 1.5;
	color: #9A9A9B;
}

.articleStyle7 .techDetails ul{
	flex-basis: 50%;
	padding: 1.5rem 0% 1.5rem 0%;
	border-bottom: unset;
}

.articleStyle7 .techDetails ul li {
	display: flex;
  	flex-direction: column;
  	margin: 0rem 0% 0.5rem 0%;
  	font-size: 0.8rem;
  	font-weight: 500;
}

.articleStyle7 .techDetails ul li:not(:last-child){
	border-right: unset;
}

.articleStyle7 .techDetails li span.techName {
	/*technical specifications */
  	font-weight: 500;
  	color: #333;
  	text-transform: uppercase;
  	letter-spacing: 0.1rem;
 	font-family: 'Montserrat';
  	font-size: 1rem;
}

.articleStyle7 .techDetails li span.techValue {
	font-size: 0.9rem;
  	text-transform: unset;
  	color: #9A9A9B;
}

.articleStyle7 .productDetails .col1 .imageContainer {
	padding: 0rem 0% 1rem 0%;
  	display: flex;
  	align-items: center;
  	justify-content: center;
  	background-color: #FFFFFF;
}

.articleStyle7 .productDetails .actionLinks {
	/*CTA links under main bottle*/
	margin: 0rem 0% 0rem 0%;
}

.articleStyle7 .productDetails .actionLinks a:last-child {
	margin: 0rem 0% 0rem 0%;
}

/* innerArticleStyle8: winners company list page; */

.innerArticleStyle8 .col2 header {
	margin: 2rem 5% 2rem 0%;
	border-bottom: 1px solid #D6D6D6;
}

.innerArticleStyle8 .col2 header h1,
.innerArticleStyle8 .col2 header h2 {
	font-size: 2.2rem;
	color: #202020;
	letter-spacing: 0.04rem;
}

.innerArticleStyle8 .col2 header > div {
	flex-basis: 50%;
}

.innerArticleStyle8 .col2 header h2 {
	font-size: 1.2rem;
	font-weight: 500;
	color: #8E7494;
}

.innerArticleStyle8 .col2 header h2.active {
	margin: -0.5rem 0% 0rem 0%;
	font-size: 1.7rem;
	font-weight: 700;
	color: #202020;
}

.innerArticleStyle8 .listing {
	position: relative;
	padding: 0rem 3% 0rem 0%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: flex-start;
	
}

.innerArticleStyle8 .listing article {
	flex-basis: 24%;
	height: 21rem;
	margin: 0rem 1% 0.7rem 0rem;
	padding: 0.5rem 0% 0rem 0%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;	
	background-color: #FFFFFF;
	position: relative;
	cursor: pointer;
}

.innerArticleStyle8 .listing article .imgContainer {
	margin: 0rem 0% 0rem 0%;
	padding: 0rem 5% 0rem 5%;
	display: flex;
  	align-items: center;
  	justify-content: center;
	height: 11rem;
}

.innerArticleStyle8 .listing article .imgContainer img {
	width: auto;
  	max-width: 100%;
  	height: auto;
  	max-height: 11rem;
  	display: inline-block;
}

.innerArticleStyle8 .listing article .placeholderLogo {
	padding: 2rem 0rem 2rem 0rem;
	text-align: center;
}

.innerArticleStyle8 .listing article .imgContainer i {
	font-size: 4rem;
	color: #8E7494;
}

.innerArticleStyle8 .listing article .txt{
	display: flex;
	align-items: center;
	padding: 0.5rem 3% 0rem 5%;
	height: 9rem;
  	background-color: #F6F6F6;
}

.innerArticleStyle8 .listing article:hover .txt {
	background-color: #8E7494;
}

.innerArticleStyle8 .listing article .txt h1 {
	padding: 0rem 0rem 0rem 0rem;
	font-family: 'Montserrat';
	font-size: 0.9rem;
	font-weight: 900;
	text-transform: uppercase;
	color: #333333;
  	line-height: 1.2;
  	letter-spacing: 0.02rem;
}

.innerArticleStyle8 .listing article:hover .txt h1 {
	color: #FFFFFF;
}

.innerArticleStyle8 .listing article .txt h2 {
	margin: 0.5rem 0rem 0.5rem 0rem;
	font-family: 'Montserrat';
	font-size: 0.8rem;
	font-weight: 400;
	color: #A3A3A3;
	word-wrap: anywhere;
}

.innerArticleStyle8 .listing article:hover .txt h2 {
	color: #FFFFFF;
}

.innerArticleStyle8 .listing article .txt .productDetails {
	margin: 0rem 0% 2rem 0%;
	justify-content: flex-start;
}

.innerArticleStyle8 .listing article .actions {
	margin: 0rem 0% 0rem 0%;
	width: 80%;
	position: absolute;
  	right: 0.5rem;
  	color: #8E7494;
  	text-align: right;
  	text-transform: uppercase;
  	font-family: 'Montserrat';
  	font-size: 0.7rem;
  	font-weight: 500;
  	letter-spacing: 0.02rem;
}

.innerArticleStyle8 .listing article .actions span {
	display: none;
}

.innerArticleStyle8 .listing article:hover .actions span {
	display: unset;
}

.innerArticleStyle8 .listing article .actions i {
	padding: 0.5rem 5% 0.5rem 5%;
  	background-color: #F6F6F6;
  	color: #A3A3A3;
  	font-size: 0.8rem;
}

.innerArticleStyle8 .listing article:hover .actions i {
	background-color: #8E7494;
  	color: #EEEBE5;
}

.innerArticleStyle8 .listing article .specialAwardsContainer {
	width: 20rem;
	height: 5.5rem;
	position: absolute;
	top: -0.5rem;
	right: 0.5rem;
	display: flex;
	justify-content: flex-end;
	text-align: right;
}

.innerArticleStyle8 .listing article .specialAwardsContainer .awardImg {
	width: 5.5rem;
	margin-right: 0.2rem;
}

/* articleStyle9 : judges list and box */

.articleStyle9 .imgContainer, 
.innerArticleStyle9 article .imgContainer {
	margin-bottom: 1rem;
	overflow: hidden;
}

.articleStyle9 .imgContainer img, 
.innerArticleStyle9 article .imgContainer img {
	width: 100%;
	-webkit-transition: all 1s ease; /* Safari and Chrome */
	-moz-transition: all 1s ease; /* Firefox */
	-ms-transition: all 1s ease; /* IE 9 */
	-o-transition: all 1s ease; /* Opera */
	transition: all 1s ease;
}

.articleStyle9:hover .imgContainer img, 
.innerArticleStyle9 article:hover .imgContainer img {
	-webkit-transform:scale(1.25); /* Safari and Chrome */
	-moz-transform:scale(1.25); /* Firefox */
	-ms-transform:scale(1.25); /* IE 9 */
	-o-transform:scale(1.25); /* Opera */
	transform:scale(1.25);
}

.articleStyle9 h2, 
.innerArticleStyle9 article h2 {
	margin: 0rem 0rem 0.5rem 0rem;
	font-family: 'Montserrat';
	font-weight: 400;
	font-size: 0.9rem;
	text-transform: uppercase;
	letter-spacing: 0.05rem;
}

.articleStyle9:hover h2, 
.innerArticleStyle9 article:hover h2 {
	color: #8b7492;
}

.articleStyle9 h3, 
.innerArticleStyle9 article h3 {
	margin-bottom: 0.5rem;
	font-size: 0.9rem;
	line-height: 1.5;
}

.articleStyle9 ul, 
.innerArticleStyle9 article ul {
	list-style-type: none;
	display: flex;
	justify-content: center;
}

.articleStyle9 ul li, 
.innerArticleStyle9 article ul li {
	margin: 0rem 0.3rem 0rem 0.3rem;
	color: #543551;
}

/* articleStyle10 : Ambassadors list and box */  

.articleStyle10 {
	background-color: #DDDDDD;
}

.articleStyle10:hover {
	background-color: #8E7494;
}

.articleStyle10:hover a, 
.articleStyle10:hover h3 {
	color: #FFF;
}

.articleStyle10 .txt {
	padding: 1rem;
	text-align: left;
}

.articleStyle10 .txt h2 {
	margin: 0rem 0rem 1rem 0rem;
	font-family: 'Montserrat';
	font-size: 1rem;
	font-weight: 800;
	text-transform: uppercase;
}

.articleStyle10 .txt h3 {
	margin: 0rem 0rem 1rem 0rem;
	font-family: 'Montserrat';
	font-size: 0.8rem;
	font-weight: 400;
	line-height: 1.5;
}

/* .articleStyle11 : Ambassadors detailed view */

.articleStyle11 h1 {
	margin: 0rem 0rem 1rem 0rem;
	font-family: 'Montserrat';
	font-weight: 800;
	text-transform: uppercase;
	color: #FFF;
	letter-spacing: 0.05rem;
}

.articleStyle11 h2 {
	margin: 0rem 0rem 1rem 0rem;
	font-family: 'Montserrat';
	font-weight: 300;
	font-size: 1rem;
	text-transform: uppercase;
	color: #FFF;
}

.articleStyle11 .body {
	font-family: 'Playfair Display';
	font-weight: 400;
	font-size: 0.9rem;
	line-height: 1.7;
	color: #FFF;
}

.articleStyle11 .imgContainer {
	margin-bottom: 1rem;
}

.articleStyle11 ul {
	display: flex;
	float: right;
}

.articleStyle11 ul li {
	margin-left: 0.5rem;
	font-size: 1.5rem;
	color: #FFF;
}

/* @end */

/* @end */

/* @group Carousel Styles */

.owl-nav {
	position: absolute;
	color: #d0d0d0;
	text-align: center;
	font-family: 'Montserrat';
	font-size: 5rem;
	font-weight: 300;
	display: flex;
	justify-content: space-between;
	width: 98%;
	top: 32%;
	left: 5%;
}

.owl-dots {
	display: none;
}

/* @end */

/* @group Error Page  */

#error .articleStyle1 aside {
	background-color: #FFF;
}

/* @end  */

/* @group manual User Payments Form Modal */

#manualUserPaymentsForm{
	padding: 1rem 1rem 0rem 1rem;
}

/* @end */

/* @group Webinars Sale Point */

body#webinarSalePoint.desktop #wrapper {
	width: 900px;
	margin: auto;
}

body#webinarSalePoint #wrapper form .g-captcha{
	margin: auto 0 2rem 29.5rem;
}

body#webinarSalePoint #wrapper form .recaptchaError,
body#webinarSalePoint #wrapper form .email1Error,
body#webinarSalePoint #wrapper form .email2Error,
body#webinarSalePoint #wrapper form .email3Error,
body#webinarSalePoint #wrapper form .error {
	color: #FF0000;
}

body#webinarSalePoint #wrapper form .g-captcha-label{
	text-align: right;
}

body#webinarSalePoint #wrapper .errorMsg,
body#webinarSalePoint #wrapper form .errorMsg{
	padding: 10px;
  	margin-bottom: 10px;
  	border: 1px solid transparent;
	background-color: #fad7d4;
  	border-color: #f7bec3;
  	color: #a94442;
  	border-radius: 4px;
}

body#webinarSalePoint #wrapper form .successMsg {
	padding: 15px;
  	margin-bottom: 10px;
  	border: 1px solid transparent;
  	background-color: #d4fad6;
  	border-color: #c5f7be;
  	color: #3c763d;
  	border-radius: 4px;
}

body#webinarSalePoint #wrapper form .fa-circle-check{
	font-size: 3rem;
}

body#webinarSalePoint #wrapper > section > header {
	position: relative;
	overflow: hidden;
}

body#webinarSalePoint #wrapper > section > header .logo {
	width: 9rem;
	height: 9rem;
	position: absolute;
	top: 1rem;
	left: 2rem;
}

body#webinarSalePoint #wrapper > section > header .mainImage {
	width: 100%;
	margin: 0rem 0rem -0.4rem 0rem;
}

body#webinarSalePoint #wrapper > section > header .preHeader {
	width: 100%;
	margin: 0rem 0rem -0.4rem 0rem;
	background-size: 100%;
	background-position: 0rem 3.3rem;
}

body#webinarSalePoint #wrapper > section > header .preHeader .separatorBar {
	margin: -0.4rem 0rem 0rem -2rem;
	padding: 0rem;
	width: 120%;
}

body#webinarSalePoint #wrapper > section > header .preHeader h4 {
	width: 100%;
	margin: 0rem 0rem -0.2rem 0rem;
	padding: 0.5rem 0rem 0.5rem 26%;
	font-family: 'Montserrat';
	font-weight: 300;
	font-size: 1.7rem;
	color: #FFF;
	letter-spacing: 0.3rem;
	text-transform: uppercase;
	text-align: center;
	background-color: #8f7494;
}

body#webinarSalePoint #wrapper > section > header .stack2 {
	padding: 2rem 5% 1rem 5%;
}

body#webinarSalePoint #wrapper > section .stack2 .col1 {
	flex-basis: 33%;
	padding: 0.4rem 0rem 0.1rem 0rem;
}

body#webinarSalePoint #wrapper > section .stack2 .col1 {
	flex-basis: 30%;
	padding: 0.4rem 0rem 0.1rem 0rem;
}

body#webinarSalePoint #wrapper > section .stack2 .col2 {
	/* main content right column */
	flex-basis: 66%;
	align-content: flex-end;
	padding: 0rem 0rem 0rem 3%;
	border-left: 1px solid #949394;
}

body#webinarSalePoint #wrapper > section .stack2 .col1 h2 {
	width: 100%;
	padding: 0rem 0rem 0rem 0rem;
	font-family: 'Montserrat';
	font-weight: 700;
	font-size: 1.8rem;
	color: #65b8b4;
}

body#webinarSalePoint #wrapper > section .stack2 .col1 h3 {
	/* speaker tagline */
	width: 100%;
	margin: 0rem 0rem 1rem 0rem;
	padding: 0rem 0rem 0rem 0rem;
	font-weight: 400;
	font-size: 1rem;
	color: #DADADA;
}

body#webinarSalePoint #wrapper > section .stack2 .col2 h1 {
	/* main webinar title */
	width: 100%;
	margin: -0.4rem 0rem 1.5rem 0rem;
	padding: 0rem 0% 0rem 0rem;
	font-family: 'Montserrat';
	font-weight: 700;
	font-size: 2.3rem;
	color: #DADADA;
	line-height: 1.1;
}

body#webinarSalePoint #wrapper > section .stack2 {
	/* body and time */
	padding: 2rem 5% 1rem 5%;
}

body#webinarSalePoint #wrapper > section .stack2 .col1 p {
	/* datetime event time */
	margin: 0.5rem 0rem 0rem 0rem;
	padding: 0.5rem 0rem 0rem 0rem;
	font-family: 'Montserrat';
	font-size: 1.5rem;
	font-weight: 700;
	color: #DADADA;
	border-top: 3px solid #65b8b4;;
}

body#webinarSalePoint #wrapper > section .stack2 .col1 p em {
	/* datetime time zone name */
	font-size: 0.8rem;
	font-weight: 300;
	font-style: normal;
	color: #DADADA;
	line-height: 0.1;
}

body#webinarSalePoint #wrapper > section .body {
	padding: 0rem 0% 0rem 0%;
}

body#webinarSalePoint #wrapper > section .body h1, 
body#webinarSalePoint #wrapper > section .body h2, 
body#webinarSalePoint #wrapper > section .body h3 {
	margin: 0rem 0rem 0.5rem 0rem;
	color: #FFF;
	font-size: 1.4rem;
	font-weight: 700;
}

body#webinarSalePoint #wrapper > section .body p {
	margin: 0rem 0rem 1rem 0rem;
	line-height: 1.6;
	color: #FFF;
	font-family: 'Playfair Display';
	font-weight: 300;
	font-size: 1rem;
}

body#webinarSalePoint #wrapper > section .body p:last-of-type {
	margin-bottom: 0rem;
}

body#webinarSalePoint #wrapper > section .body p a {
	color: #d49f40;
	font-weight: 700;
}

body#webinarSalePoint #wrapper > section .body ul {
	margin: 0rem 0rem 1.5rem 2rem;
	line-height: 1.3;
	color: #FFF;
	font-weight: 400;
}

body#webinarSalePoint #wrapper > section .body ul li {
	margin: 0rem 0rem 0.5rem 0rem;
	list-style-type: disc;
	list-style-position: outside;
}

body#webinarSalePoint #wrapper > section aside.additionalImages {
	padding: 1rem 5% 2rem 5%;
	background-image: url('/cont/img/texture05.svg');
	background-repeat: no-repeat;
	background-position: bottom;
}

body#webinarSalePoint #wrapper > section aside.additionalImages img {
	width: 30%;
}

body#webinarSalePoint #wrapper > section stack4 {
	
}

body#webinarSalePoint #wrapper > section form.stack5 {
	padding: 2rem 10% 2rem 10%;
	background-image: url('/cont/img/texture02.svg');
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: bottom center;
}

body#webinarSalePoint #wrapper > section form.stack5 .flexContainer .col {
	flex-basis: 48%;
}

body#webinarSalePoint #wrapper > section form.stack5 h2 {
	margin: 0rem 0rem 0.5rem 0rem;
	font-family: 'Montserrat';
	font-weight: 700;
	color: #3a1433;
}

body#webinarSalePoint #wrapper > section form.stack5 p {
	margin: 0rem 0rem 1rem 0rem;
	font-weight: 400;
	font-size: 0.9rem;
	color: #3a2237;
}

body#webinarSalePoint #wrapper > section form.stack5 h3 {
	margin: 0rem 0rem 1rem 0rem;
	font-family: 'Montserrat';
	font-weight: 700;
	font-size: 0.9rem;
	text-transform: uppercase;
	color: #3b3c40;
	border-bottom: 1px solid #333;
}

body#webinarSalePoint #wrapper > section form.stack5 label {
	width: 100%;
	padding: 0rem 0rem 0.2rem 0.5rem;
	display: block;
	font-family: 'Montserrat';
	font-size: 0.8rem;
	font-weight: 500;
	text-transform: uppercase;
	color: #2c2c2c;
}

body#webinarSalePoint #wrapper > section form.stack5 input[type="text"], 
body#webinarSalePoint #wrapper > section form.stack5 input[type="email"] {
	/* form fields */
	width: 100%;
	margin: 0rem 0rem 1rem 0rem;
	padding: 0.4rem 0.5rem 0.4rem 0.4rem;
	display: block;
	font-size: 0.9rem;
	border: 0px;
	
}

body#webinarSalePoint #wrapper > section form.stack5 .buttonBar {
	display: flex;
	justify-content: flex-end;
	
}

body#webinarSalePoint #wrapper > section form.stack5 .buttonBar input {
	/* form buttons */
	padding: 0.4rem 1rem 0.4rem 1rem;
	display: inline;
	font-family: 'Montserrat';
	font-size: 1rem;
	font-weight: 300;
	color: #FFF;
	text-transform: uppercase;
	background-color: #3a1433;
	border: 0px;
	
}

body#webinarSalePoint #wrapper > section form.stack5 .buttonBar input:first-child {
	margin-right: 0.5rem;
	
}

body#webinarSalePoint #wrapper > section .stack6 {
	padding: 0.3rem 0rem 0.3rem 0rem;
	color: #dadada;
	font-family: 'Montserrat';
	font-weight: 300;
	font-size: 0.8rem;
}

body#webinarSalePoint #wrapper > section .stack7 {
	padding: 0.7rem 0rem 0.6rem 0rem;
	
}

body#webinarSalePoint #wrapper > section .stack7 img {
	height: 1.8rem;
	
}

.hideClass {
	display: none !important;
}

/* @end */

/* PZone form */

.form main article .body .pZone h1,
.form main article .body .pZone p.subTitle {
	padding: 0rem 0% 0.5rem 34.2%;
}

/* @group Home Page Featured Product */

.featuredWinner > header h1 {
	margin: 0rem 0rem 1rem 0rem;
	padding: 2rem 0rem 1rem 0rem;
	font-family: 'Montserrat';
	text-align: center;
	margin-bottom: 0.2rem;
	font-weight: 300;
	font-size: 1.3rem;
	text-transform: uppercase;
	color: #626262;
}

.featuredWinnerProduct {
	padding: 1rem;
	border: 1px solid #bebebe;
}

.featuredWinner.headerStyle1 header h1 {
	margin-bottom: 2rem;
}

.featuredWinnerProduct > .col1 {
	flex-basis: 69%;
}

.featuredWinnerProduct > .col2 {
	flex-basis: 29%;
	display: flex;
	flex-direction: column;
	position: relative;
}

.featuredWinnerProduct header {
	margin-bottom: 1rem;
	padding: 0.5rem 0rem 0rem 0rem;
	flex-wrap: nowrap;
}

.featuredWinnerProduct header .col1 {
	padding: 0.3rem 0rem 0rem 0rem;
	flex-basis: 10%;
	font-size: 1.2rem;
	color: #8F7494;
}

.featuredWinnerProduct header .col1 i {
	font-size: 3rem;
	display: flex;
	color: #8F7494;
}

.featuredWinnerProduct header .col2 {
	flex-basis: 80%;
	font-family: 'Montserrat';
	font-size: 1.2rem;
	font-weight: 600;
	color: #131313;
}

.featuredWinnerProduct header .col2 h1 {
	font-family: 'Montserrat';
	font-size: 1.5rem;
	font-weight: regular;
	color: #131313;
	margin-bottom: 0.25rem;
}

.featuredWinnerProduct header .col2 h2 {
	font-family: 'Playfair Display';
	font-size: 1.2rem;
	color: #888888;
	margin-top: 0;
}

.featuredWinnerProduct header .col2 h2 em {
	font-style: normal;
	color: #8F7494;
	font-weight: 600;
}

.featuredWinnerProduct header .col3 {
	flex-basis: 17%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.featuredWinnerProduct header .col3 a {
	color: #8F7494;
	font-weight: 600;
	font-size: 0.9rem;
	text-decoration: none;
	
}

.featuredWinnerProduct .col1 .txt {
	min-height: 7.2rem; /* forces bottom alignment of photo and accolade boxes */
}

.featuredWinnerProduct .col1 .txt h3 {
	margin-bottom: 1rem;
	padding: 1rem 0rem 1rem 0rem;
	font-size: 1rem;
	color: #888888;
	border-top: 1px solid #bebebe;
	border-bottom: 1px solid #bebebe;
	font-style: italic;
	font-weight: 300;
}

.featuredWinnerProduct .col1 .txt p {
	margin-bottom: 2rem;
	font-size: 1rem;
	font-style: italic;
	color: #888888;
	line-height: 1.5;
}

.featuredWinnerProduct .col1 .txt p strong {
	font-size: 0.9rem;
	font-style: normal;
	color: #323232;
}

.featuredWinnerProduct .col .accolades {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: space-between;
}

.featuredWinnerProduct .col .accolades li {
	flex-basis: 23%;
	height: 8rem;
	background-color: #f4f2f5;
	text-align: center;
	align-content: center;
	padding: 1rem;
}

.featuredWinnerProduct .col .accolades li.special {
	background-color: #593453;
	opacity: 100%;
	color: #f6f6f6;
}

.featuredWinnerProduct .col .accolades li strong {
	display: block;
	font-size: 3rem;
	color: #8F7494;
}

.featuredWinnerProduct .col .accolades li.special strong {
	color: #fff;
}

.featuredWinnerProduct .col .imgContainer {
	display: flex; /* Makes it a flexbox container */
	overflow: hidden; /* Hides any content that goes outside the container */
}

.featuredWinnerProduct .medals {
	height: 6rem;
	display: flex; /* Makes it a flexbox for side-by-side medals */
	position: absolute; /* Positions the medals relative to the container */
	bottom: -2rem;
	right: 1rem;
	flex-direction: row;
}
.featuredWinnerProduct .medals .medal {
	height: 100%;
	width: auto;
	margin: 0rem 0rem 0rem 0.5rem;
}


/* @end */