/* @override
	https://chinawinecompetition.com/cont/css/styles_common_competitionsTheme1.css 
	https://local.chinawinecompetition.com/cont/css/styles_common_competitionsTheme1.css 
*/

/* @group reset & defaults */

/* @group TPG */

/* @end */

html {
	font-size: 1rem;
}

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

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

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 {
	overflow: hidden;
}

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

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

.contentViewport {
	width: 1120px;
	margin: 0rem auto 0rem auto;
	padding: 0rem 20px 0rem 20px;
}

.flush {
	/* remove padding from elements padded by default */
	padding: 0rem 0% 0rem 0%;
}

.margin0 {
	margin: 0rem 0rem 0rem 0rem !important;
}

.padding0 {
	padding: 0rem 0% 0rem 0% !important;
}

.marginBottomM {
	margin-bottom: 2rem;
}

.fullWidth {
	width: 100%;
}

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

.recaptchaError {
	color: #FF0000;
}

/* @end */

/* @group template layouts */

body {
	padding: 0px 0px 0px 0px;
    font-family: 'Source Sans Pro';
}

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

#wrapper #mainContentArea {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	clear: both;
}

.userPayments.printable #wrapper{
	padding: 1rem 0px 0px 0px;
}

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

/* flexLayout1  3 column layout */

.flexLayout1 > .col1 {
	flex-basis: 28.9%;
	margin-right: 2%;
}

.flexLayout1 > .col2 {
	flex-basis: 37.9%;
}

.flexLayout1 > .col3 {
	flex-basis: 24.1%;
}

/* flexLayout2  2 column layout */

.flexLayout2 > .col1 {
	flex-basis: 28.9%;
}

.flexLayout2 > .col2 {
	flex-basis: 65.6%;
}

/* flexLayout3  2 column layout alt */

.flexLayout3 > .col1 {
	flex-basis: 72.2%;
}

.flexLayout3 > .col2 {
	flex-basis: 24.1%;
}

/* 2 column layout for judges list section */

.flexLayout6 .col1 {
	flex-basis: 31.8%;
	padding: 3rem 0rem 0rem 0rem;
}

.flexLayout6 .col2 {
	flex-basis: 63%;
	padding: 3rem 0rem 0rem 0rem;
}
/* 3 column layout for judges list section */

.flexLayout7 .col1 {
	flex-basis: 29%;
}

.flexLayout7 .col2 {
	flex-basis: 35.7%;
}

.flexLayout7 .col3 {
	flex-basis: 24.3%;
}


/* 3 column layout for resources section */

.flexLayout4 .col1 {
	flex-basis: 23.6%;
}

.flexLayout4 .col2 {
	flex-basis: 42.5%;
}

.flexLayout4 .col3 {
	flex-basis: 23.6%;
}

/* 2 column layout for resources section */

.flexLayout5 .col1 {
	flex-basis: 23.6%;
	min-height: 45rem; /* ensure that columns cover the whole height of mainContentArea */
}

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


/* @end */

/* @group Default looks per element */

/* @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 */

nav.main > ul {
	margin: 0rem 0rem 0rem -0.5rem;
	display: flex;
}

nav.main > ul li {
	position: relative;
}

nav.main ul li a {
	padding: 0.7rem 0.8rem 0.7rem 0.8rem;
	font-size: 0.8rem;
	text-transform: uppercase;
	color: #333;
}

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

/* sub menus */

nav.main > ul > li:Hover > ul {
	width: 12rem;
	display: flex;
	flex-direction: column;
	background-color: #c60045;
	position: absolute;
}

nav.main > ul > li > ul > li > a {
	padding: 0.3rem 0.8rem 0.3rem 0.8rem;
	color: #FFF;
	border-bottom: 1px solid #ff649a;
	display: block;
}

nav.main > ul > li > ul > li:last-of-type > a {
	border-bottom: 0px;
}

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

/* @end */

/* @group Social Sharing */

.socialSharing header svg {
	display: none;
}

.socialSharing article ul {
	display: flex;
}

.socialSharing .shareActionTitle {
	margin-right: 1rem;
	font-weight: 300;
	font-size: 1.3rem;
	text-transform: uppercase;
	color: #626262;
}

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

.socialSharing .sharesCount {
	display: none;
}

.socialSharing.box article {
	padding: 0.4rem 0rem 0.4rem 0rem;
}

.socialSharing a {
	width: 2rem;
	height: 2rem;
	padding: 0.4rem 0rem 0rem 0rem;
	display: inline-block;
	background-color: #B2B2B2;
	font-size: 1.3rem;
	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;
}

/* @end */

/* @group Prev/Next Navigation buttons */


/* @end */


/* @group generic text elements */


/* @end */

/* @group Molecules */

/* @group Tooltip Styles */

#userResults #mainContentArea .col2 {
	overflow: visible;
}

.tooltipStyle1 {
	width: 15rem;
	padding: 1rem;
	background-color: #c70544;
	position: absolute;
	top: -6.4rem;
	right: 0.5rem;
	z-index: 1111;
}

.tooltipStyle1 a.close {
	width: 2rem;
	height: 2rem;
	position: absolute;
	top: -0.5rem;
	right: -0.5rem;
	font-size: 1.5rem;
	background-color: #c70544;
	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: #f7d484;
	font-weight: 700;
	display: block;
}

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

.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: #c70544;   	
}

/* @end */

/* @end */

/* @group header */

#wrapper > header {
	width: 100%;
	position: fixed;
	top: 0rem;
	left: 0rem;
	z-index: 1000;
}

#wrapper > header .stack0 {
	height: 1.8rem;
	background-color: #515356;
}

#wrapper > header > .stack1 {
	height: 8rem;
	background-color: #C70146;
}

#wrapper > header .stack1 .col1 {
	flex-basis: 40%;
	padding: 1rem 0rem 0rem 6.2%;
	justify-content: flex-start;
}

#wrapper > header .stack1 .col2 {
	flex-basis: 56%;
	height: 8rem;
}

#wrapper > header .stack1 .headerLocationAndDate {
	padding: 0.8rem 0rem 0.55rem 0rem;
	
}

#wrapper > header .stack1 .headerLocationAndDate p {
	padding: 0rem;
	color: #FFF;
	letter-spacing: 0.3rem;
	font-size: 1rem;
}

#wrapper > header .stack1 .headerBoxes .body {
	display: flex;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
}

#wrapper > header .stack1 .headerBoxes .body > div {
	flex-basis: 28.1%;
}

#wrapper > header .stack1 .col1 .iso {
	width: 8.5rem;
	height: 8.5rem;
	margin: 0rem 1.6rem 0rem 0rem;
	border-radius: 4.24rem;
	-moz-box-shadow: 0 0 8px #602222; 
	-webkit-box-shadow: 0 0 8px #602222;
	box-shadow: 0 0 8px #602222;
	background-color: #c70245;
}

#wrapper > header .stack1 .col1 #mainLogo img {
	
}

#wrapper > header .stack1 .col1 .logo h1 {
	width: 10rem;
	margin: 0rem 0rem 0.5rem 0rem;
	padding: 0.6rem 0rem 0rem 0rem;
	font-family: 'Source Sans Pro';
	font-weight: 700;
	font-size: 1.1rem;
	text-transform: uppercase;
	color: #FFF;
	letter-spacing: 0.2rem;
}

#wrapper > header .stack1 .col1 .logo h2 {
	margin: 0rem 0rem 0rem 0rem;
	font-family: 'Hiragino Sans GB';
	font-weight: 700;
	font-size: 1.1rem;
	color: #D8B461;
	letter-spacing: 0.2rem;
}

#wrapper > header .headerBoxes .body h3 {
	padding: 0rem 0% 0.2rem 0%;
	font-size: 0.8rem;
	font-weight: 600;
	color: #F8D584;
}

#wrapper > header .headerBoxes .body p {
	padding: 0rem 10% 0rem 0%;
	font-size: 0.8rem;
	font-weight: 600;
	color: #FFF;
	letter-spacing: 0.1rem;
}

/* Main menu stack */

#wrapper > header > .stack2 {
	background-color: #F5F5F5;
}

#wrapper > header > .stack2 .col1 {
	flex-basis: 40%;
	padding: 0.8rem 0rem 0.8rem 19.8%;
}

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

#wrapper > header > .stack2 .col1 h4 {
	font-size: 0.7rem;
	color: #D8B461;
}

/* 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: 1.8rem;
	color: #FFF;
	font-weight: 300;
	font-size: 0.7rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.userMenu > ul > li:hover {
	background-color: #313436;
}

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

.userMenu > ul > li > a > 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: #323436;
    top: 1.8rem;
    right: 1.2rem;
    z-index: 3;
}

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

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

}

#wrapper > header .socialNetworksHeader {
	position: absolute;
	top: 1.2rem;
	right: 1rem;
}

#wrapper > header .socialNetworksHeader ul {
	display: flex;
	flex-direction: row;
}

#wrapper > header .socialNetworksHeader ul li {
	margin: 0rem 0.5rem 0rem 0.5rem;
}

#wrapper > header .socialNetworksHeader ul li a {
	color: #FFF;
	font-size: 1.2rem;
}

#wrapper > header .socialNetworksHeader ul li a:hover {
	color: #000;
}

#wrapper > header nav.languages {
	position: absolute;
	top: 2.4rem;
	right: 7rem;
}

#wrapper > header nav.languages ul {
	display: flex;
}

#wrapper > header nav.languages ul li a {
	padding: 0rem 0.5rem 0rem 0.5rem;
	text-transform: uppercase;
	font-size: 0.8rem;
	color: #FFF;
}

#wrapper > header nav.languages ul li:hover a {
	color: #000;
}

#wrapper > header nav.languages ul li.current a, 
#wrapper > header nav.languages ul li.current:hover a {
	color: #fe9dbe;
}

/* @end */

/* @group Buttons Framework */

.btn {
	display: inline-block;
}

.btn.rectangle {
	margin: 1rem 0rem 1rem 0rem;
	padding: 0.5rem 1.4rem 0.5rem 1.4rem;
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 0.8rem;
	color: #FFF !important;
	letter-spacing: 0.1rem;
	background-color: #c60045;
	border: 0px;
	
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

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

.btn.outline.light, 
.btn.rectangle.light {
	padding: 0.4rem 1rem 0.4rem 1rem;
	display: inline-block;
	border: 1px solid #FFF;
	font-size: 0.8rem !important;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
	border-radius: unset;
	font-weight: unset;
}

/* @end */

/* @group secondary Menu Header */

/* @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: 1rem 4% 1rem 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;
	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 #C70146;
}

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

body.signUp #signUpModalTabs > ul li a {

}

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

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: #C70146;
	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: #C70146;
}

.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-size: 1.3rem;
	font-weight: 700;
}

.fancybox-inner #inlineAJAXLogInForm p {
	padding: 0.3rem 0rem 0.6rem 0rem !important;
	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: #C70146;
	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 forms */

form.standard {
	width: 100%;
}

form.standard h2 {
	margin-bottom: 0.1rem;
	padding: 0% 0% 0% 0%;
	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-weight: 700;
	font-size: 1.2rem;
	color: #737373;
	text-align: center;
}

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

form.standard p a {
	font-weight: 700;
}

form.standard.dark p {
	color: #cfcfcf;
}

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

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.4rem 0.4rem 0.4rem 0.4rem;
	background-color: #FFF;
	font-size: 0.9rem;
	border: 1px solid #7f7f7f;
}

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

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

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

/* @end */

/* @group Footer */


#wrapper > footer {
	font-size: 0.9rem;
	color: #B2B2B2;
}

#wrapper > footer .mediaPartners {
	background-color: #FFF;
}

#wrapper > footer .lowerFooter {
	padding: 3rem 0rem 3rem 0rem;
	background-color: #515356;
}

#wrapper > footer .lowerFooter .flexContainer .col1 {
	flex-basis: 43%;
	border-right: 1px solid #909090;
}

#wrapper > footer .lowerFooter .flexContainer .col2 {
	flex-basis: 60%;
	padding: 0rem 2% 0rem 2%;
	border-right: 1px solid #909090;
}

#wrapper > footer .lowerFooter .flexContainer .col3 {
	flex-basis: 26%;
	padding: 0rem 1% 0rem 2%;
}

#wrapper > footer .lowerFooter .flexContainer .col1 {
	padding: 0rem 1% 0rem 4%;
}

#wrapper > footer .lowerFooter .flexContainer .col1 article {
	display: flex;
	justify-content: space-between;
}

#wrapper > footer .lowerFooter .flexContainer .col1 .imgContainer {
	flex-basis: 25%;
}

#wrapper > footer .lowerFooter .flexContainer .col1 .body {
	flex-basis: 68%;
}

#wrapper > footer .lowerFooter .flexContainer .col1 .body p {
	margin: 0rem 0rem 2rem 0rem;
	line-height: 1.5;
}

#wrapper > footer .lowerFooter .flexContainer .col1 .body ul {
	display: flex;
	
}

#wrapper > footer .lowerFooter .flexContainer .col1 .body ul li {
	margin: 0rem 0.5rem 0rem 0rem;
	font-size: 1.5rem;
}

#wrapper > footer .lowerFooter .flexContainer .col2 {
	display: flex;
	justify-content: space-between;
}

#wrapper > footer .lowerFooter .flexContainer .col2 h1 {
	margin: 0rem 0rem 0.7rem 0rem;
	font-size: 0.8rem;
	font-weight: 700;
	color: #DDDDDD;
	text-transform: uppercase;
	letter-spacing: 0.05rem;
}

#wrapper > footer .lowerFooter .flexContainer .col2 div.footerMenu {
	flex-basis: 70%;
}

#wrapper > footer .lowerFooter .flexContainer .col2 div.partners {
	flex-basis: 40%;
}

#wrapper > footer .lowerFooter .flexContainer .col2 div.footerMenu ul {
	/*display: flex;
	flex-direction: column;*/
	margin: 0rem 0rem 2rem 0rem;
	text-align: left;
	-moz-column-count: 3;
	-moz-column-width: 60px;
	-moz-column-gap: 0.5em;
	-webkit-column-count: 3;
	-webkit-column-width: 60px;
	-webkit-column-gap: 0.5em;
	column-count: 3;
	column-width: 60px;
	column-gap: 0.5em;
}

#wrapper > footer .lowerFooter .flexContainer .col2 ul li {
	padding: 0rem 0rem 0.5rem 0rem;
	font-size: 0.8rem;
}

#wrapper > footer .lowerFooter .flexContainer .col2 ul li i {
	display: none;
}

#wrapper > footer .lowerFooter .flexContainer .col2 ul li a:hover {
	color: #FFF;
}

#wrapper > footer .lowerFooter .flexContainer .col3 a {
	margin-bottom: 5rem;
	color: #FFF;
}

#wrapper > footer .lowerFooter .flexContainer .col3 p {
	font-size: 0.7rem;
	
}

/* @end */

/* @group Background Framework */

.bgMain {
	background-color: #c60045;
}

.bgSecondary {
	background-color: #505356;
}

.bgAlt1 {
	background-color: #f4f5f4;
}

/* @end */

/* @group Sidebar Promos */

.box.sideBarPromo1 {
	display: block;
}

.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: 300;
	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: #F8D584;
}

/* @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 Aside blocks */

.asideStyle1 h1, 
.asideStyle1 h2, 
.asideStyle1 h3 {
	margin: 2rem 0rem 0.5rem 0rem;
	font-size: 1rem;
	font-weight: 700;
	color: #333;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
}

.asideStyle1 h1:first-of-type, 
.asideStyle1 h2:first-of-type, 
.asideStyle1 h3:first-of-type {
	margin-top: 0rem;
}

.asideStyle1 h4 {
	margin: 0rem 0rem 0.5rem 0rem;
	font-size: 1rem;
	font-weight: 700;
	color: #D8B461;
	text-transform: uppercase;
}

.asideStyle1 p {
	margin: 0rem 0rem 0.5rem 0rem;
	font-size: 1rem;
	font-weight: 400;
	color: #909090;
}

/* @end */

/* @end */

/* @group generic styles */

.headerStyle1 h1 {
	margin: 0rem 0rem 0.5rem 0rem;
	color: #C70146;
	font-size: 2.5rem;
	font-weight: 300;
	letter-spacing: 0.02rem;
	text-align: left;
}

.headerStyle1 h2, 
.headerStyle1 .subTitle {
	margin: 0rem 0rem 0.5rem 0rem;
	padding: 0rem 0rem 0.4rem 0rem;
	color: #333333;
	font-size: 0.9rem;
	font-weight: 700;
	letter-spacing: 0.02rem;
	text-align: left;
	text-transform: uppercase;
}

/* @end */

/* @group Default looks per view */

/* @group List */

.listLayout1 main section {
	display: flex;
	justify-content: space-between;
}

.listLayout1 main section > .col {
	padding: 2rem 0rem 0rem 0rem;
	
}

.listLayout1 main section > .col1 {
	flex-basis: 29%;
	padding: 0rem 0% 0rem 5.5%;
}

.listLayout1 main section > .col2 {
	flex-basis: 43%;
	padding: 0rem 1% 0rem 0%;
}

.listLayout1 main section > .col3 {
	flex-basis: 24.1%;
}

.listLayout1 main nav.prevNext {
	padding: 1rem 0rem 1rem 0rem;
	text-align: left;
	font-size: 1.2rem;
	color: #909090;
	text-transform: uppercase;
	font-weight: 300;
	border-top: 1px solid #4a4442;
}

.listLayout1 main nav.prevNext a, 
.listLayout1 main nav.prevNext span {
	padding: 0rem 0.6rem 0rem 0rem;
}

.listLayout1 main nav.prevNext span {
	color: #909090;
}

.listLayout1 main nav.prevNext a {
	/* active links */
	color: #909090;
}

.listLayout1 main nav.prevNext a:hover {
	color: #C70146;
}

.listLayout1 main nav.prevNext span.current {
	font-weight: 800;
	color: #C70146;
}

.listLayout1 main header h1 {
    margin: 0rem 0rem 0.5rem 0rem;
    padding: 0rem 0rem 0.4rem 0rem;
    color: #333;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.02rem;
    text-align: left;
    text-transform: uppercase;
}

.listLayout1 main header .status {
    margin: 0rem 0rem 0.5rem 0rem;
    padding: 0rem 0rem 0.4rem 0rem;
    color: #7f7f7f;
    font-size: 0.8rem;
    font-weight: 300;
    letter-spacing: 0.02rem;
    text-align: left;
    text-transform: uppercase;
}

.listLayout1 main .col2 .listing {
	display: flex;
	flex-direction: column;
}

.listLayout1 main .col2 .listing article {
	margin-bottom: 1rem;
	display: flex;
	justify-content: space-between;
	
}

.listLayout1 main .col2 .listing article .imgContainer {
	flex-basis: 35.5%;
	overflow: hidden;
}

.listLayout1 main .col2 .listing article .imgContainer img {
	width: 120%;
	margin-left: -10%;
}

.listLayout1 main .col2 .listing article .txt {
	flex-basis: 61%;
	border-bottom: 2px solid #F5F5F5;
}

.listLayout1 main .col2 .listing article .txt h2 {
	/* post title in list */
	margin: 0rem 0rem 0.5rem 0rem;
	font-size: 1.1rem;
	font-weight: 800;
	color: #C70146;
}

.listLayout1 main .col2 .listing article .txt h3 {
	/* category name */
	margin: 0rem 0rem 0.5rem 0rem;
	padding: 0rem 0rem 0rem 0rem;
	font-size: 0.8rem;
	font-weight: 700;
	text-transform: uppercase;
	color: #909090;
	text-align: left;
}

.listLayout1 main .col2 .listing article .txt p {
	font-size: 0.9rem;
	font-weight: 300;
	color: #909090;
	line-height: 1.4;
}

.listLayout1 main .col1 .box ul {
	display: flex;
	flex-direction: column;
}

.listLayout1 main .col1 .box ul li {
	color: #909090;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 0.05rem;
}

.listLayout1 main .col1 .box ul li a {
	padding: 0.3rem 0rem 0.3rem 0rem;
	color: #909090;
	text-transform: uppercase;
	font-weight: 300;
}

.listing.mosaic article {
	flex-wrap: nowrap !important;
}

/* @end */

/* @group Detail */

body.detail #wrapper #mainContentArea main .col1 .box h1 {
	/* default box title style for detailed view column 1 boxes */
	/* ##TODO: check if needed */
	margin: 0rem 0rem 0.5rem 0rem;
	padding: 0rem 0rem 0.4rem 0rem;
	color: #333;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.02rem;
	text-align: left;
	text-transform: uppercase;
}

body.detail #wrapper #mainContentArea main article .col2 > h2 {
	/* subTitle */
	padding: 0rem 0% 0.7rem 0%;
	font-size: 1.5rem;
	font-weight: 500;
	color: #909090;
	line-height: 1.4;
}

body.detail #wrapper #mainContentArea main article.col2 .body {
	text-align: justify;
}

body.detail #wrapper #mainContentArea main article.col2 .body h1, 
body.detail #wrapper #mainContentArea main article.col2 .body h2 {
	padding: 0.5rem 0% 1rem 0%;
	font-size: 1.3rem;
	font-weight: 700;
	color: #333;
	line-height: 1.4;
}

body.detail #wrapper #mainContentArea main article.col2 .body h3 {
	padding: 0.5rem 0% 1rem 0%;
	font-size: 1.1rem;
	font-weight: 500;
	color: #333;
	line-height: 1.4;
}


body.detail #wrapper #mainContentArea main article.col2 .body h4 {
	padding: 0.5rem 0% 1rem 0%;
	font-size: 1.2rem;
	font-weight: 700;
	color: #333;
	line-height: 1.4;
}

body.detail #wrapper #mainContentArea main article.col2 .body h5 {
	padding: 0.5rem 0% 1rem 0%;
	font-size: 1rem;
	font-weight: 700;
	color: #333;
	line-height: 1.4;
}

body.detail #wrapper #mainContentArea main article.col2 .body h6 {
	/* Meant for containing centered elements like buttons, not for actual text */
	text-align: center;
}

body.detail #wrapper #mainContentArea main article.col2 .body p {
	padding: 0rem 0% 0.5rem 0%;
	color: #909090;
	font-size: 1rem;
	line-height: 1.5;
}

body.detail #wrapper #mainContentArea main article.col2 .body a {
	color: #C70146;
}

body.detail #wrapper #mainContentArea main article.col2 .body a:hover {
	color: #FFF;
	background-color: #C70146;
}

body.detail #wrapper #mainContentArea main article.col2 .body ul {
	padding: 0.8rem 1rem 1rem 6%;
}

body.detail #wrapper #mainContentArea main article.col2 .body ul li, 
body.detail #wrapper #mainContentArea main article .body ol li {
	padding: 0rem 0% 0.6rem 0%;
	font-size: 1rem;
	line-height: 1.4;
	list-style-position: outside;
	color: #909090;
}

body.detail #wrapper #mainContentArea main article.col2 .body ul li {
	list-style-type: disc;
}

body.detail #wrapper #mainContentArea main article.col2 .body ol li {
	list-style-type: decimal;
}

body.detail #wrapper #mainContentArea main article.col2 .body ul li strong {
	display: block;
	font-size: 0.9rem;
	font-weight: 400;
	color: #909090;
}

body.detail #wrapper #mainContentArea main article.col2 .body blockquote {
	padding: 0rem 2rem 0rem 1rem;
	border-left: 4px solid #bca377;
}

body.detail #wrapper #mainContentArea main article.col2 .body blockquote p {
	font-size: 1.5rem;
	font-weight: 300;
	color: #909090;
}

body.detail main .col3 > div {
	padding: 1rem;
}

body.detail main .col3 > .bgAlt1,
body.detail main .col2 > .bgAlt1,
body.list main .col3 > .bgAlt1 {
	padding: 1rem;
}

/* @end */



/* @banner */

.homePageSubmitYourWinesNow {
	width: 100%;
	margin: 0rem 0rem 1rem 0rem;
	background-color: #C70146;
	background-repeat: repeat-y;
	background-size: 100%;
}

.homePageSubmitYourWinesNow article {
	max-width: 1134px;
	margin: auto;
	color: #FFF;
}

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

.homePageSubmitYourWinesNow article header {
	margin: 0rem 0rem 0rem -3%;
	padding: 1rem 2% 1rem 2%;
	flex-basis: 20%;
	background-image: url('https://static.chinawinecompetition.com/cont/img/gold_ring.svg');
	background-repeat: no-repeat;
	background-size: 13rem;
	background-position: 1rem;
}

.homePageSubmitYourWinesNow article header h1 {
	margin: 0rem 0rem 0rem 7%;
	font-size: 1.5rem;
	font-weight: 600;
	color: #FFF;
	text-align: center;
	
}

.homePageSubmitYourWinesNow article .body {
	padding: 1rem 0rem 2rem 0%;
	flex-basis: 80%;
	display: flex;
	justify-content: space-between;
	justify-content: flex-end;
}

.homePageSubmitYourWinesNow article .body > div {
	flex-basis: 26%;
	border-right: 2px solid #F8D584;
}

.homePageSubmitYourWinesNow article .body > div:nth-last-child(1) {
	border-right: none;
}


.homePageSubmitYourWinesNow article .body h1, 
.homePageSubmitYourWinesNow article .body h2 {
	margin: 0.9rem 0rem 0rem 0rem;
	font-size: 1.3rem;
	font-weight: 400;
	color: #F8D584;
	letter-spacing: 0.2rem;
	text-transform: uppercase;
}

.homePageSubmitYourWinesNow article .body h2 a {
	margin: 0rem 4rem 0rem 0rem;
	padding: 0.5rem 1rem 0.5rem 1rem;
	display: inline-block;
	border: 1px solid #F8D584;
	font-size: 0.9rem;
}
 
.homePageSubmitYourWinesNow article .body h3 {
	padding: 1.2rem 4% 0.5rem 4%;
	font-size: 0.8rem;
	font-weight: 600;
	color: #F8D584;
}

.homePageSubmitYourWinesNow article .body p {
	padding: 0rem 4% 0rem 4%;
	font-size: 0.8rem;
	font-weight: 600;
	color: #FFF;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
}

/* @group Detail */

/* @end */


/* @group box */
.box.medalStickerAsideText {
	background-color: #f4f5f4;
	padding: 1rem;
}

.box.medalStickerAsideText .body > h2{
	background-color: #c60045;
	padding: 1rem;
	color: #FFF;
	margin: 0 0 0.2rem 0;
}

.box.medalStickerAsideText .body > ul > li{
	color:#FFF;
	background-color:#333333;
	padding: 1rem;
	margin: 0 0 0.2rem 0;
	word-wrap: anywhere;
}

.box.medalStickerAsideText .body p{
	padding: 1rem 0 0 0;
}

.boxStyle1 h1 {
    margin: 0rem 0rem 0.5rem 0rem;
    padding: 0rem 0rem 0.3rem 0rem;
    font-size: 1.1rem;
    font-weight: 700;
    border-bottom: 1px solid #333;
}

.boxStyle1 h2 {
    margin: 0rem 0rem 0.5rem 0rem;
    padding: 0rem 0rem 0.3rem 0rem;
    font-size: 1.1rem;
    font-weight: 700;
    border-bottom: 1px solid #333;
}

.boxStyle1 p {
    padding: 0rem 0rem 0.3rem 0rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

/* @end */

/* @end */

/* @group Default looks per section */

/* @group Home */

.homeScreenSplash {
	margin-bottom: 1rem;
}

.homeScreenSplash .col1 {
	flex-basis: 57%;
	background-image: url('../jpg/hongkongskyline-1230x692.jpg');
	background-repeat: no-repeat;
	background-size: auto 100%; 
	background-position: center;
}

.desktop .homeScreenSplash .col1 {
	max-height: 21.6rem;
}

.homeScreenSplash .homeSplashData .body {
	padding: 4.3rem 30% 2rem 10%;
}

.homeScreenSplash .homeSplashData .body h1 {
	margin: 0 0 1rem 0 ;
	font-family: 'Source Serif Pro';
	font-size: 2.5rem;
	line-height: 1;
	color: #fff;
	text-shadow: 0 0 2px #000000;
}

.homeScreenSplash .homeSplashData .body h3 {
	font-size: 1.3rem;
	color: #FFF;
	text-shadow: 0 0 2px #000000;
}

.homeScreenSplash .col2 {
	flex-basis: 42.6%;
	
}

.homeScreenSplash .col2 .body div {
	height: 7rem;
	margin-bottom: 0.3rem;
	padding: 1rem 3% 0.5rem 4%;
	display: flex;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ca9745+0,f2e0a9+59,dfbb73+100 */
	background: #ca9745; /* Old browsers */
	background: -moz-linear-gradient(left, #ca9745 0%, #f2e0a9 59%, #dfbb73 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #ca9745 0%,#f2e0a9 59%,#dfbb73 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #ca9745 0%,#f2e0a9 59%,#dfbb73 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ca9745', endColorstr='#dfbb73',GradientType=1 ); /* IE6-9 */
}

.homeScreenSplash .col2 .body div:last-of-type {
	margin-bottom: 0rem;
}

.homeScreenSplash .col2 div h1, 
.homeScreenSplash .col2 div h2, 
.homeScreenSplash .col2 div h3 {
	flex-basis: 35%;
	color: #FFF;
	font-weight: 400;
}

.homeScreenSplash .col2 div p {
	flex-basis: 70%;
	font-size: 0.9rem;
	color: #333;
}

body#home .awardsSectionHomePage.box {
	text-align: center;
	background-color: #F5F5F5;
}

body#home .awardsSectionHomePage.box article {
	padding: 3rem 0% 3rem 0%;
}

body#home .awardsSectionHomePage.box article img {
	margin: 0rem 0% 3rem 0%;
}

body#home .awardsSectionHomePage.box .body {
	margin: 0rem 0rem 2rem 0rem;
	text-align: left;
	-moz-column-count: 3;
	-moz-column-gap: 2em;
	-webkit-column-count: 3;
	-webkit-column-gap: 2em;
	column-count: 3;
	column-gap: 2em;
}
 
body#home .awardsSectionHomePage.box .body h2 {
	margin: 0rem 0rem 2rem 0rem;
}

body#home .awardsSectionHomePage.box .body h3 {
	margin: 0rem 0rem 0.5rem 0rem;
	font-size: 1rem;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
	color: #333333;
}

body#home .awardsSectionHomePage.box .body p {
	margin: 0rem 0rem 2rem 0rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #909090;
	font-weight: 400;
}

/* Home screen modal */

.overlayModal article {
	min-width: 550px;
	max-width: 550px;
}

.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: #C70146;
}

.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 Judges */

body#home .box.judges {
	padding: 0rem 0rem 4rem 0rem;
	background-color: #FFFFFF;
}

.box.judges header {
	display: none;
}

.box.judges .listing {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	flex-basis: 65.5%;
	padding: 3rem 0% 0rem 0rem;
}

.list.judges main .listing {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.box.judges .listing article, 
.list.judges main .listing article {
	margin: 0rem 0rem 2rem 0rem;
	padding: 2% 2% 2% 2%;
	flex-basis: 23%;
	text-align: left;
	-moz-box-shadow: 0 0 5px 5px #F3F3F3;
	-webkit-box-shadow: 0 0 5px 5px #F3F3F3;
	box-shadow: 0 0 5px 5px #F3F3F3;
	position: relative;
	display: flex;
	background-color: #FFF;
}

.desktop .box.judges .listing article, 
.desktop .list.judges main .listing article {
	height: 20rem;
}

.box.judges .listing article > div,
.list.judges .listing article > div {
	text-align: center;
	position: relative;
	align-self: stretch;
}

.box.judges .listing .judge .imgContainer, 
.list.judges main .listing article .imgContainer {
	width: 100%;
	margin-bottom: 0.5rem;
}

.box.judges .listing .judge .imgContainer img, 
.list.judges main .listing article .imgContainer img {
	width: 100%;
}

.box.judges .listing .judge h2, 
.list.judges main .listing article h2 {
	margin: 0rem 0rem 0.6rem 0rem;
	color: #C70146;
	font-size: 0.8rem;
	font-weight: 700;
	text-align: left;
	letter-spacing: 0.1rem;
}

.box.judges .listing .judge h3, 
.list.judges main .listing article h3 {
	margin: 0rem auto 0rem auto;
	color: #333333;
	text-align: left;
	font-size: 0.8rem;
}

.box.judges .listing .judge p, 
.list.judges main .listing .judge p {
	display: none;
}

.box.judges .judgesPresentationTexts .body p,
.list.judges .judgesPresentationTexts .body p {
	color: #909090;
}

.box.judges .listing .judge ul, 
.list.judges main .listing article ul {
	width: 100%;
	bottom: 0rem;
	margin: 0rem 0rem 0rem 0rem;
	position: absolute;
	bottom: 0rem;
	justify-content: center;
}

.box.judges .listing article ul li, 
.list.judges main .listing article ul li {
	width: 1.2rem;
	height: 1.2rem;
	margin: 0rem 0.2rem 0rem 0.2rem;
	display: inline-block;
	font-size: 1rem;
	color: #d69e40;
}

.box.judges .listing article ul li:hover, 
.list.judges main .listing article ul li:hover {
	color: #494442;
}

.box.judges header .viewAllJudges {
	margin: 2rem 0rem 0rem 0rem;
	font-weight: 700;
	font-size: 0.9rem;
	color: #909090;
}

.box.judges footer{
	float: right;
}

body.detail#judges main .judgeFile {
	border-bottom: 2px solid #E7E7E7;
}

body.detail#judges main .judgeFile article ul {
	padding: 0.6rem 0rem 0.6rem 0rem;
	text-align: left;
	display: flex;
	justify-content: left;
}

body.detail#judges main .judgeFile article ul li {
	margin: 0rem 0.2rem 0rem 0.2rem;
	padding: 0.6rem 0rem 0.6rem 0rem;
	text-align: center;
}

body.detail#judges main .judgeFile article ul li a {
	width: 2rem;
	height: 2rem;
	display: inline-block;
	padding: 0.4rem;
	background-color: #B2B2B2;
	border-radius: 1rem;
	color: #FFF;
}

body.detail#judges main .stack1 .judgeFile article {
	width: 100%;
	padding: 0rem 19% 0rem 0rem;
	text-align: justify;
}

body.detail#judges main .stack1 .judgeFile article header h1 {
	font-weight: 500;
	letter-spacing: 0rem;
}

body.detail#judges main .stack1 .judgeFile article .body p {
	margin: 2rem 0rem 1rem 0rem;
	color: #909090;
	font-size: 0.9rem;
	line-height: 1.5;
}

body.detail#judges main .stack2 .box.judges {
	display: flex;
	flex-wrap: wrap;
}

body.list#judges main .col1 > hea der, 
body.detail#judges .box.judges header {
	display: none;
}

.box.judgesPresentationTexts {
	padding: 2.5rem 0% 0rem 0%;
	
}

.box.judgesPresentationTexts p {
	padding: 0rem 0% 0.5rem 0%;
	color: #909090;
	font-size: 1rem;
	line-height: 1.5;
}

/* @end */

/* @group News & Blog */

.stack.blog .contentViewport{
	background-color: #F5F5F5;	
	
}

body#home .stack.blog .col1 {
	flex-basis: 70%;
}

body#home .stack.blog .col2 {
	flex-basis: 24.5%;
}

body#home .box.blog > header h1 {
	padding: 3rem 3% 0rem 0%;
	font-size: 1.5rem;
	text-align: left;
	font-weight: 300;
}

body#home .box.blog .listing {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	flex-basis: 100%;
	padding: 3rem 0% 0rem 0rem;
}

body#home .box.blog .listing article, body#home .box.blog .listing article {
	margin-bottom: 1.3rem;
	padding: 0rem 1.6% 0.5rem 0%;
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	border-bottom: 1px solid #FFF;
}

body#home .box.blog.col1 .listing article:first-of-type,
body#home .box.blog.col1 .listing article:nth-of-type(4) {
	flex-basis: 30%;
	margin: 0rem 0rem 3rem 0%;
	
}

body#home .box.blog.col1 .listing article:nth-of-type(2),
body#home .box.blog.col1 .listing article:nth-of-type(3),
body#home .box.blog.col1 .listing article:nth-of-type(5),
body#home .box.blog.col1 .listing article:nth-of-type(6) {
	flex-basis: 30%;
	margin: 0rem 0rem 3rem 4%;
}

body#home .box.blog .listing article .imgContainer {
	margin: 0rem 0rem 1rem 0rem;
}

body#home .box.blog.col2 .listing article .imgContainer, .box.blog.col2 .listing article .imgContainer {
	display: none;
}

body#home .box.blog .listing article h2 {
	font-size: 1rem;
	color: #C70146;
	margin-bottom: 1rem;
	font-weight: 700;
	line-height: 1.5;
}

body#home .box.blog .listing article h3 {
	font-size: 0.7rem;
	color: #909090;
	text-transform: uppercase;
	margin-bottom: 1rem;
	font-weight: 700;
}

.box.blog.col2 .listing article h3 {
	display: none;
}


body#home .box.blog .listing article p {
	color: #909090;
	font-size: 0.8rem;
	line-height: 1.5;
}

body#home .box.blog .listing article .readMore {
	font-size: 0.8rem;
	color: #909090;
	line-height: 1.5;
	display: inline;
	font-weight: 700;
}

.stack.blog .contentViewport > .box > footer, 
.box.blog .contentViewport > .box > footer  {
	display: none;
}
/* @end */

/* @group Media Partner */

#wrapper > footer .stack.mediaPartners .contentViewport, 
#wrapper > footer .stack.sponsors .contentViewport {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1200px;
	border-bottom: 1px solid #F5F5F5;
}

#wrapper > footer .stack.mediaPartners .box.productBrands header , 
#wrapper > footer .stack.sponsors .box.productBrands header {
	display: none;
}

#wrapper > footer .stack.mediaPartners .contentViewport .col1, 
#wrapper > footer .stack.sponsors .contentViewport .col1 {
	width: 35%;
	padding: 3rem 4.2% 1rem 0%;
}

#wrapper > footer div.stack.mediaPartners .contentViewport .col2, 
#wrapper > footer div.stack.sponsors .contentViewport .col2 {
	width: 64.5%;
}

#wrapper > footer .stack.mediaPartners .contentViewport .col1 article h1, 
#wrapper > footer .stack.sponsors .contentViewport .col1 article h1 {
	margin-bottom: 1rem;
	color: #333;
}

#wrapper > footer .stack.mediaPartners .contentViewport .col1 article p, 
#wrapper > footer .stack.sponsors .contentViewport .col1 article p {
	color: #909090;
	font-size: 0.8rem;
	line-height: 1.5;
}

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

.box.productBrands > header h1 {
	width: 100%;
	margin: 0rem 0rem 0.5rem 0rem;
	padding: 0rem 0rem 2rem 0rem;
	text-align: center;
	font-size: 1rem;
	font-weight: 700;
	text-transform: uppercase;
	color: #171717;
	font-size: 1.3rem;
	font-weight: 700;
	letter-spacing: 0.1rem;
	text-align: center;
}

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

.box.productBrands .carrouselContainer {
	width: 100%;
	height: 150px !important;
	text-align: center;
}

.box.productBrands .carrouselItem {
	width: 9rem;
	margin: 0rem 0rem 0rem 0rem;
	float: left;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.box.productBrands .carrouselItem .imgContainer a {
	height: 7rem;
	display: flex;
	align-items: center;
}

.box.productBrands .carrouselItem header, 
.box.productBrands .pagination a, 
.box.productBrands footer, 
.box.productBrands nav {
	display: none;
}

/* @end */


/* @group Resources */

#resources main nav ul {
	
}

#resources main nav ul li {
	flex-basis: 100%;
	display: block;
}

#resources main nav ul li a {
	display: block;
}

/* nav Primary level */

#resources main nav > ul { 
	margin: 0rem;
	padding: 0rem 0rem 0rem 0rem;
}

#resources main nav > ul > li {
 	padding-top: 0.5rem;	
 	padding-bottom: 0.5rem;
 	border-bottom: 1px solid #FFF;
}

#resources main nav > ul > li:first-of-type {
 	padding-top: 0rem;	
}

#resources main nav > ul > li > a {
	padding: 0rem 0rem 0rem 0rem;
	color: #A5824D;
	text-transform: uppercase;
	letter-spacing: 0.05rem;
}

#resources main nav ul:empty {
	display: none;
}

/* nav Secondary level */

#resources main nav > ul > li > ul {
	padding: 0.5rem 0rem 0rem 1rem;
}

#resources main nav > ul > li > ul > li {
	
}

#resources main nav > ul > li > ul > li.subCategory > a {
	padding: 0.2rem 0rem 0.2rem 0rem;
	color: #6D6E70;
	text-transform: uppercase;
	font-size: 0.9rem;
}

/* nav Tertiary level */

#resources main nav ul li ul li ul {
	padding-left: 2rem;
	padding-bottom: 0.4rem;
	display: block;
}

#resources main nav ul li ul li ul li {
	
}

#resources main nav ul li ul li ul li a {
	padding: 0.2rem 0rem 0.2rem 0rem;
}

#resources main nav ul li ul li ul li.current a {
	font-weight: 700;
}

#resources main nav ul li ul li.current a {
	font-weight: 700;
}

#resources .flexLayout4 > .col1, 
#resources .flexLayout5 > .col1 {
	padding: 2rem 0rem 0rem 1rem;
	background-color: #E8E6E7;
}

#resources.detail main .col2 {
	padding: 0rem 0rem 4rem 0rem;
}

#resources.detail main .col2 header h4 {
	margin: 0rem 0rem 1rem 0rem;
	color: #6D6E70;
	text-transform: uppercase;
	letter-spacing: 0.05rem;
	font-size: 1rem;
}

#resources.detail main .col2 header h1 {
	margin: 0rem 0rem 1rem 0rem;
	color: #000;
	font-size: 2.5rem;
	font-weight: 700;
}

#resources.detail main .col2 header h2 {
	padding: 0rem 0rem 1rem 0rem;
	font-family: 'Montserrat';
	font-size: 1.3rem;
	color: #6D6E70;
	line-height: 1.5;
}

#resources.detail main .col2 .imgContainer {
	margin: 0rem 0rem 1rem 0rem;
}

#resources.home main .col2 header h1 {
	padding: 0rem 0rem 1rem 0rem;
	font-family: 'Zilla Slab';
	font-size: 1.6rem;
	text-transform: uppercase;
}

#resources.home main .col2 .listing {
	padding: 0rem 0rem 3rem 0rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#resources.home main .col2 .listing article .readMore {
	display: none;
}

#resources.home main .col2 .listing article {
	flex-basis: 31%;
	margin: 0rem 0rem 1.7rem 0rem;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	background-color: #695735;
}

#resources.home main .col2 .listing article .imgContainer {
	height: 7rem;
	margin-bottom: 1rem;
}

#resources.home main .col2 .listing article .txt {
	padding: 0rem 1rem 1rem 1rem;
}

#resources.home main .col2 .listing article .txt h2 {
	padding: 0rem 0rem 0.5rem 0rem;
	color: #FFF;
	font-size: 1.5rem;
	font-weight: 300;
}

#resources.home main .col2 .listing article .txt p {
	padding: 0rem 0rem 1rem 0rem;
	color: #c7b799;
	font-size: 0.9rem;
	font-weight: 300;
	line-height: 1.5;
}

#resources.home main .col2 .listing article:first-of-type {
	flex-basis: 100%;
	margin: 0rem 0rem 1.7rem 0rem;
	position: relative;
	display: block;
	height: auto;
}

#resources.home main .col2 .listing article:first-of-type .imgContainer {
	width: 100% !important;
	height: auto !important;
	margin: 0rem 0rem -0.3rem 0rem;
}

#resources.home main .col2 .listing article:first-of-type .txt {
	padding: 2rem 3% 2rem 3%;
	position: absolute;
	background-image: url('../png/black-50t.png');
	right: 0rem;
	top: 0rem;
	width: 35%;
	height: 100%;
	color: #FFF;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

#resources.home main .col2 .listing article:first-of-type .txt h2 {
	margin-bottom: 0.6rem;
	color: #FFF;
	font-size: 2rem;
	line-height: 1.5;

}

#resources.home main .col2 .listing article:first-of-type .txt p {
	margin-bottom: 0.5rem;
	color: #d9d9d9;
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.6;

}

/* @end */

/* @group Podcast */
#podcasts.listLayout1 main .col2 .listing article .imgContainer{
	overflow: unset;
}

#podcasts.listLayout1 main .col2 .listing article .imgContainer img {
	width: 100%;
	margin: 0;
}
/* @end */

/* @group product Items */
#productItems.list #wrapper #mainContentArea main .box.boxStyle1.boxLayout2 > h2{
	border-bottom: 1px solid #000;
}

#productItems.list #wrapper #mainContentArea main .box.boxStyle1.boxLayout2 .body p{
	padding: 0.5rem 0 1rem 0;
	font-weight: 400;
	line-height: 1.5;
}

.list main .col2 header h1 {
    margin: 0rem 0rem 1rem 0rem;
    padding: 0rem 0rem 0.4rem 0rem;
    color: #1D1D1B;
	border-bottom: 1px solid #333;
    font-size: 2.4rem;
    font-weight: 100;
    letter-spacing: 0.75rem;
    text-transform: uppercase;
    text-align: center;
}
/* @end */

/* @group Password Retrieval Standalone */

.passwordRetrievalStandalone {
	padding: 2rem;
}

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

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

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

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

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

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

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

/* @end */

/* @group Banners */

.rightColumnBlogPostDetail {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.rightColumnBlogPostDetail article,
.rightColumnBlogPostList article,
.rightColumnBlogPostHome article,
.rightColumnGeneralPage article {
	margin: 2rem 0rem 0rem 0rem;
}

.blogPostDetailHorizontalBottom {
	display: flex;
}

.blogPostDetailHorizontalBottom article:first-child {
	margin : 1rem 1rem 1rem 0rem;
}

.blogPostDetailHorizontalBottom article:last-child {
	margin : 1rem 0rem 1rem 1rem;
}

.blogPostHorizontalBottom {
	flex-basis: 73%;
}

.rightColumnGeneralPage img {
	width: 100%;
}

/* @end */

/* resetPassword design start */

body#users #mainContentArea .col1{
	flex-basis: 50%;
    margin-left: 10%;
}

body#users #mainContentArea .col2{
	flex-basis: 30%;
}

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;
	color: #c7203d;
}

/* resetPassword design end */
/* @group Banners */

.box.banners {
}

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

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

/* @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;
}
/* @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: #C70146;
  	color: white;
  	cursor: pointer;
  	padding: 1rem;
  	border-radius: 1.6rem;
  	width: 3.2rem;
}

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

/* @group newsletter Subscription Modal */

.slidingModal {
  	width: 25rem;
  	height: auto;
  	padding: 2rem;
  	bottom: -0.5rem;
  	right: -26.5rem;
  	position: fixed;
  	background-color: #d7b160;
  	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('../png/fancybox_sprite-2.png');
	cursor: pointer;
}

/* @end */



/* @group Competition Results */

body #wrapper .col {
    margin: 0px 0px 0px 0px;
}

#gen.competitionResults main .listing > h2 {
	padding: 0.4rem 1rem 0.4rem 1rem;
	text-align: center;
	background-color: #C70146;
	color: #FFF;
	letter-spacing: 0.05rem;
}

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

#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 article, 
#competitionResults.awardsValidator main .listing article {
	width: 100%;
	margin: 0rem 0rem 0.5rem 0rem;
	padding: 0rem 0rem 1rem 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: 16%; 
	text-align: center;
	margin-top: 1rem;
}

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

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

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

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

#gen.competitionResults main {
	padding: 3rem 0rem 0rem 0rem;
}

#gen.competitionResults main header h1 {
	margin: 0rem 0rem 1rem 0rem;
	padding: 0rem 0rem 0.2rem 0rem;
	color: #000;
	font-size: 1.7rem;
	font-weight: 700;
	border-bottom: 2px solid #494442;
	letter-spacing: 0.05rem;
}

#gen.competitionResults main .listing article .txt h1, 
#competitionResults main .listing article .txt h1 {
	color: #000;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0.02rem;
}

#gen.competitionResults main .listing article .txt h2, 
#competitionResults main .listing article .txt h2 {
	margin: 0rem 0rem 0.3rem 0rem;
	color: #5f5f5f;
	font-size: 1rem;
	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-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.02rem;
}

#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-size: 0.9rem;
	color: #616161;
}

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

.resultsNavigationContainer {
	width: 17rem;
}

#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%;
	margin: 0rem 0rem 0rem 0rem !important;
	padding: 0.5rem 0.5rem 0.5rem 0.8rem;
	background-color: #C70146;
	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 #6d562f;
}

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

#gen.competitionResults.globalList main .col1 nav ul li a {
	display: block;
	color: #494442;
	font-weight: 700;
}

#gen.competitionResults.globalList main .col1 nav ul li a:hover {
	color: #C70146;
	font-weight: 700;
}

#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: #F4EFEA;
	font-size: 1rem;
	text-transform: uppercase;
	color: #6F6765;
	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: #f3efeb;
}

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

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

#gen.competitionResults .offsetAnchor {
	display: block;
	position: relative;
	top: -14rem;
	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: #C70146;
	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;
}

#gen.default #mainContentArea .col.col2 h1, 
#gen.singleColumn #mainContentArea .col.col1 h1, 
#gen.contact #mainContentArea .col.col2 h1 {
	padding: 0rem 0rem 1.6rem 0rem;
	color: #1D1D1B;
	border-bottom: 1px solid #A9864D;
	font-size: 2.5rem;
	font-weight: 100;
	letter-spacing: 0.75rem;
	text-transform: uppercase;
}
#gen.default #mainContentArea .col.col1 p, #gen.contact #mainContentArea .col.col1 p {
    color: #42301B;
    font-size: 1.4rem;
    text-align: right;
}

.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 */

/* @end */

/* @group Related Purchases molecules */

.relatedPurchasesItems.box > header {
	margin-bottom: 1rem;
}

.relatedPurchasesItems.box article {
	height: 11.7rem;
	margin: 0rem 0rem 1rem 0rem;
	padding: 0rem 0rem 0rem 0rem;
	display: flex;
	justify-content: space-between;
	background-color: #c70245;
}

.relatedPurchasesItems.box article .imgContainer {
	flex-basis: 35%;
	text-align: center;
}

.relatedPurchasesItems.box article .imgContainer img {
	width: 100%;
}

.relatedPurchasesItems.box article .txt {
	flex-basis: 65%;
	padding: 1rem 1rem 1rem 1rem;
}

.relatedPurchasesItems.box article .txt h2 {
	margin: 0rem 0rem 0.5rem 0rem;
	font-family: 'Montserrat';
	font-weight: 700;
	font-size: 1.2rem;
	color: #FFF;
}

.relatedPurchasesItems.box article .txt h2 a {
	font-family: 'Montserrat';
	font-weight: 400;
}

.relatedPurchasesItems.box article .txt p {
	font-family: 'Montserrat';
	font-size: 0.9rem;
	font-weight: 400;
	line-height: 1.4;
	color: #fedee9;
}

.relatedPurchasesItems.box article .txt form {
	width: 100%;
	text-align: right;
}

/* @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;
}

.newsletterRegistrationFormWithEditableClaim .subscribeFormModal{
	display: ruby;
}

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

/* @group Webinars Sale Point */

body#webinarSalePoint #wrapper {
	width: 900px;
	padding: 0rem;
	border: 1px solid #959595;
}

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.3rem 0rem;
}

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

body#webinarSalePoint #wrapper > section > header .preHeader h4 {
	width: 100%;
	padding: 1rem 0rem 1rem 0rem;
	font-weight: 300;
	font-size: 2rem;
	color: #c28838;
	letter-spacing: 0.3rem;
	text-transform: uppercase;
	text-align: center;
}

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

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

body#webinarSalePoint #wrapper > section .stack2 .col2 {
	flex-basis: 66%;
	align-content: flex-end;
}

body#webinarSalePoint #wrapper > section .stack2 .col1 h2 {
	width: 100%;
	padding: 0rem 0rem 0rem 0rem;
	font-weight: 700;
	font-size: 2rem;
	color: #C70146;
	line-height: 1;
}

body#webinarSalePoint #wrapper > section .stack2 .col1 h3 {
	width: 100%;
	margin: 0rem 0rem 0.5rem 0rem;
	padding: 0rem 0rem 0rem 0rem;
	font-weight: 400;
	font-size: 1rem;
	color: #4e4e4e;
}

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

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

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%;
	padding: 0rem 0rem 0rem 3%;
	border-left: 1px solid #949394;
}

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

body#webinarSalePoint #wrapper > section .stack2 .col1 p em {
	/* datetime time zone name */
	font-size: 0.8rem;
	font-weight: 300;
	font-style: normal;
	color: #4e4e4e;
	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: #3b3b3b;
	font-size: 1.4rem;
	font-weight: 700;
}

body#webinarSalePoint #wrapper > section .body p {
	margin: 0rem 0rem 1rem 0rem;
	line-height: 1.5;
	color: #575757;
	font-weight: 400;
}

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% 3rem 5%;
}

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%;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ca9745+0,f2e0a9+59,dfbb73+100 */
	background: #ca9745; /* Old browsers */
	background: -moz-linear-gradient(left, #ca9745 0%, #f2e0a9 59%, #dfbb73 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #ca9745 0%,#f2e0a9 59%,#dfbb73 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #ca9745 0%,#f2e0a9 59%,#dfbb73 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ca9745', endColorstr='#dfbb73',GradientType=1 ); /* IE6-9 */
}

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-weight: 700;
	color: #C70146;
}

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-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 0rem 0.5rem;
	display: block;
	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;
	
}

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-size: 1rem;
	font-weight: 300;
	color: #FFF;
	text-transform: uppercase;
	background-color: #C70146;
	border: 0px;
	
}

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

body#webinarSalePoint #wrapper > section .stack6 {
	padding: 0.8rem 0rem 0.8rem 0rem;
	color: #000;
	font-size: 0.9rem;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ca9745+0,f2e0a9+59,dfbb73+100 */
	background: #ca9745; /* Old browsers */
	background: -moz-linear-gradient(left, #ca9745 0%, #f2e0a9 59%, #dfbb73 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #ca9745 0%,#f2e0a9 59%,#dfbb73 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #ca9745 0%,#f2e0a9 59%,#dfbb73 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ca9745', endColorstr='#dfbb73',GradientType=1 ); /* IE6-9 */
}

body#webinarSalePoint #wrapper > section .stack7 {
	padding: 1rem 0rem 0.5rem 0rem;
	background-image: url('../backgroundgradientviolet.html');
	background-repeat: no-repeat;
	background-size: 102%;
	background-color: #C70146;
}

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

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