/* @override
	https://local.bartenderspiritsawards.com/cont/css/styles_public_bartenderSAwardsUS.css
	https://bartenderspiritsawards.com/cont/css/styles_public_bartenderSAwardsUS.css
	https://static.bartenderspiritsawards.com/cont/css/styles_public_bartenderSAwardsUS.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;
}

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

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

.contentViewport.padded {
	padding: 0rem 5% 0rem 5%;
}

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

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

/* @end */

/* @group template layouts */
 
body {
	padding: 0rem 0px 0px 0px;
    font-family: 'Lato';
    font-weight: 400;
}

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

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

#gen.default #wrapper #mainContentArea, 
#gen.noImage #wrapper #mainContentArea, 
#blog.detail #wrapper #mainContentArea {
	margin: 0px 0px 0px 0px;
	padding: 8.2rem 0px 0px 0px;
	clear: both;
}

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

.twoColLayout .col1 {
	flex-basis: 21.3%;
	min-height: 1rem;
}

.twoColLayout .col2 {
	width: 71.6%;
	min-height: 1rem;
	padding: 0rem 27.6% 0rem 0%;
}

/* 2 column layout */

.flexLayout3 .col1 {
	width: 21.4%;
}

.flexLayout3 .col2 {
	width: 71.6%;
}

/* 3 column layout for resources section */

.flexLayout4 {
	align-items: flex-start;
}

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

/* 3 col layout for home video section */

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

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

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

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

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

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

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

.flexLayout9 > *, 
.innerFlexLayout9 .listing > * {
	flex-basis:48.5%;
}

/* @end */


/* @group Tags & Filter Tags */

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

.activeFilter2 {
	color: #FFF;
}

/* @end */

/* @group of Atoms */

.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: 500;
  font-size: 0.8rem;
  color: #bd7550;
  position: relative;
  display: inline-block;
  border-radius: 0.7rem;
  border: 1px solid #bd7550;
  cursor: pointer;
}

/* @group Molecules */

/* @group Article Styles */

/* .articleStyle1 : video */

body#home #wrapper #mainContentArea .stack.video {
	/*padding: 3rem 0rem 2rem 0rem;*/
	background-color: #dbdada;
}

.articleStyle1, 
.innerArticleStyle1 .listing > * {
	background-color: #FFF;
	margin: 0rem 0rem 1rem 0rem;
}

.articleStyle1 img,
.innerArticleStyle1 .listing img {
	margin: 0rem;
	padding: 0rem;
}

.articleStyle1 .txt, 
.innerArticleStyle1 .listing > * .txt {
	padding: 1rem;
	position: relative;
}

.articleStyle1 h2, 
.innerArticleStyle1 .listing > * h2 {
	margin: 0rem 0rem 0.5rem 0rem;
	font-size: 0.9rem;
	font-weight: 700;
	color: #333333;
	line-height: 1.5;
}

.articleStyle1 h3,
.innerArticleStyle1 .listing > * h3 {
	margin: 0rem 0rem 0.5rem 0rem;
	font-size: 1rem;
	color: #bd7550;	
}

.articleStyle1 p,
.innerArticleStyle1 .listing > * p {
	font-size: 0.8rem;
	color: #B1B1B1;
	line-height: 1.5;
}

.articleStyle1 p datetime,
.innerArticleStyle1 .listing > * p datetime {
  display: none;
}

/* articleStyle2 : video detail page; */

.articleStyle2 > .txt h3 {
	padding: 1rem 0rem 1rem 0rem;
	font-size: 0.9rem;
	font-weight: 100;
	text-transform: uppercase;
	letter-spacing: 0.05rem;
}

.articleStyle2 > .txt h1 {
	margin-bottom: 1rem;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.1;
}

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

.articleStyle2 > .txt p {
	padding: 0rem 0% 1rem 0%;
	font-size: 1rem;
	font-weight: 500;
	color: #666D70;
	line-height: 1.5;
}

.articleStyle2 > .txt iframe {
	margin: 0.5rem 0rem 0.5rem 0rem;
}

.articleStyle2 .col1 .generateCategoryMenu ul li {
	color: #000;
	border-bottom: unset;
}

/*articleStyle3: video list page; */

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

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

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

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

.articleStyle3 h2, 
.innerArticleStyle3 .listing > * h2 {
	margin: 0rem 0rem 0.5rem 0rem;
	font-size: 0.9rem;
	font-weight: 700;
	color: #333333;
	line-height: 1.5;
}

.articleStyle3 h3,
.innerArticleStyle3 .listing > * h3 {
	margin: 0rem 0rem 0.5rem 0rem;
	font-size: 1rem;
	color: #bd7550;	
}

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

.innerArticleStyle3 .listing {
	gap: 1rem;
}

.innerArticleStyle3 header h2{
	margin: 0rem 0rem 1rem 0rem;
	padding: 0rem 0rem 0.2rem 0rem;
	font-size: 2rem;
	font-weight: 900;
	line-height: 1.2;
	color: #333333;
	border-bottom: 1px solid #c4c4c4;
}

#AVCentral.home .innerArticleStyle3 header {
	display: none;
}

.articleStyle4 .col1 .generateCategoryMenu ul li {
	color: #000;
	border-bottom: unset;
}

/* @group Tooltip Styles */

.tooltipStyle1 {
	width: 15rem;
	padding: 1rem;
	background-color: #c07753;
	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: #c07753;
	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: #d3a157;
	font-weight: 700;
	display: block;
}

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

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

/* @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: 8.2rem;
	position: fixed;
	top: 0rem;
	background-color: #FFF;
	z-index: 1000;
}

#wrapper > header .stack2 {
	padding: 0rem 0rem 0rem 0rem;
	background-color: #F3F3F3;
}

#wrapper > header .stack2 .col1 {
	flex-basis: 25%;
	height: 6.2rem;
	padding: 0.1rem 0rem 0rem 4%;
}

#wrapper > header .stack2 .col1 h1 {
	display: none;
}

#wrapper > header .stack2 .col2 {
	flex-basis: 67.8%;
	height: 6.2rem;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

/* @group header */

.headerStyle1 h1,
.innerHeaderStyle1 header h1 {
	margin: 0rem 0rem 1rem 0rem;
	font-size: 2rem;
	font-weight: 900;
	line-height: 1.2;
	color: #333333;
	text-align: center;
}

.headerStyle1 h2,
.innerHeaderStyle1 header h2 {
	margin: 0rem 0rem 0.5rem 0rem;
	color: #000;
	font-size: 0.9rem;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
}

.headerStyle2 h1,
.innerHeaderStyle2 header h1 {
	margin: 0rem 0rem 1rem 0rem;
	padding: 0rem 0rem 0.4rem 0rem;
	font-size: 1.2rem !important;
	font-weight: 900;
	line-height: 1.2;
	color: #333333;
	border-bottom: 1px solid #c4c4c4;
}

/* User menu stack */

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

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

.userMenu ul li {
	height: 2rem;
	background-color: #515356; 
	color: #FFF;
	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;
	font-size: 0.8rem;
}

.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: #515356;
    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 */

form.standard {
	width: 100%;
}

form.standard h2 {
	margin-bottom: 0.1rem;
	padding: 0% 0% 0% 0%;
	font-family: 'Lato';
	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: 'Lato';
	line-height: 1.5;
	color: #5b5b5b;
}

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

form.standard.dark p {
	font-size: 0.7rem;
	color: #FFF;
}

form.standard label {
	margin: 0rem 0rem 0.2rem 0rem;
	font-family: 'Lato';
	font-size: 0.7rem;
	text-transform: uppercase;
	color: #000;
	display: inline-block;
}

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: #dadada;
	border: 1px solid #4a4442;
	font-size: 0.8rem;
	font-family: 'Lato';
}

form.standard.dark input[type='text'], 
form.standard.dark input[type='url'], 
form.standard.dark input[type='email'], 
form.standard.dark input[type='password'], 
form.standard.dark input[type='number'], 
form.standard.dark textarea {
	border: 0px;
}

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: #bd7550;
	font-weight: 700;
}

/* @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 #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-size: 1.1rem;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
	color: #BD7752;
	float: left;
	border: 1px solid #BD7752;
	background-color: #BD7752;
}

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

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

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

nav.main ul {

}

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

nav.main > ul > li > a {
	padding: 1rem 0.6rem 1rem 0.6rem;
	text-transform: uppercase;
	font-size: 0.9rem;
	font-weight: 700;
	color: #9B9393;
}

nav.main > ul > li:hover > a {
	color: #FFF;
	background-color: #BD7752;
}
 
/* sub menus */

nav.main ul li ul {
	min-width: 12rem;
	background-color: #BD7752;
	display: none;
	flex-direction: column;
	position: absolute;
	top: 3rem;
	left: 0rem;
	z-index: 1000;
}

nav.main ul li:last-of-type ul {
	left: auto;
	right: 0rem;
}

nav.main ul li:hover ul {
	display: flex;
}

nav.main ul li ul li a {
	padding: 0.45rem 0.5rem 0.4rem 0.8rem;
	display: block;
	font-size: 0.9rem;
	font-weight: 400;
	color: #f0dbcf;
}

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

/* @end */

/* @group secondary Menu Header */

/* @end */

/* @group Social Sharing */

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

.socialSharing article ul {
	display: flex;
	flex-direction: row !important;
}

.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 !important;
	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 Promo */

/* @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: 39.4%;
	border-right: 1px solid #B2B2B2;
}

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

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

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

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

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

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

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

#wrapper > footer .lowerFooter .flexContainer .col1 .body ul {
	padding: 0rem 0rem 0rem 1rem;
	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: 900;
	color: #DDDDDD;
	text-transform: uppercase;
	letter-spacing: 0.05rem;
}

#wrapper > footer .lowerFooter .flexContainer .col2 > nav {
	flex-basis: 49%;
}

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

#wrapper > footer .lowerFooter .flexContainer .col2 .footerMenu ul {
	margin: 0rem 0rem 0.5rem 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;
}

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

.preFooter {
	width: 100%;
	background-color: #EEEEEE;
}

.preFooter .box > header {
	text-align: center;
	
}

.preFooter .box > header h1 {
	margin: 0rem 0rem 2rem 0rem;
	font-size: 2rem;
	font-weight: 900;
	line-height: 1.2;
	color: #333333;
}

/* @end */

/* @group Buttons Framework */

.btn {
	display: inline-block;
}

.btn.rectangle {
	padding: 0.7rem 1.3rem 0.7rem 1.3rem;
	color: #FFF;
	text-transform: uppercase;
	font-size: 0.7rem;
	letter-spacing: 0.1rem;
	background-color: #bd7550;
	border-radius: 0.2rem;
	border: 0px;
}

.btn.large {
	padding: 0.8rem 1.4rem 0.8rem 1.4rem;
	color: #FFF;
	text-transform: uppercase;
	font-size: 0.81rem;
	letter-spacing: 0.1rem;
	background-color: #bd7550;
	border-radius: 0.2rem;
	border: 0px;
}

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

.btn.outline.light:hover, 
.btn.rectangle.light:hover {
	cursor: pointer;
}

/* @end */


/* @end */

/* @group Default looks per view */

/* @group Home */


/* @end */




/* @group Detail */

.detail.detailedLayout1 main {
	margin: 0rem 0rem 4rem 0rem;
}

.detail.detailedLayout1 main > header {
	margin-bottom: 3rem;
	padding: 2.5rem 0% 2.5rem 0%;
	background-color: #333333;
}

.detail.detailedLayout1 main > header h1 {
	max-width: 33em;
	margin-bottom: 1rem;
	padding: 0rem 0% 0rem 0%;
	color: #F3F3F3;
	font-size: 2rem;
	font-weight: 700;
}

.detail.detailedLayout1 main > header h2 {
	max-width: 33em;
	padding: 0rem 18.2% 0rem 0%;
	color: #BD7752;
	font-size: 1rem;
	line-height: 1.5;
}

.detail.detailedLayout1 main > header h3 {
	max-width: 33em;
	margin-bottom: 0.5rem;
	padding: 0rem 18.2% 0rem 0%;
	color: #BD7752;
	font-size: 1rem;
	font-weight: 300;
	text-transform: uppercase;
	
}

.detail.detailedLayout1 main .body > .imgContainer, 
.detail.detailedLayout1 main article > .imgContainer {
	width: 100%;
	margin: 0rem 0rem 1rem 0rem;
}

.detail.detailedLayout1 main .body p > img {
	/* default dimension for images uploaded by the users */
	width: 100%;
	height: auto;
	margin: 0rem 0rem 0rem 0rem;
}

.detail.detailedLayout1 main .body p, 
.detail.detailedLayout1 main .body ul, 
.detail.detailedLayout1 main .body ol {
	margin: 0rem 0rem 1rem 0rem;
	font-size: 1rem;
	color: #B1B1B1;
	line-height: 1.7;
}

.detail.detailedLayout1 main .body p a, 
.detail.detailedLayout1 main .body ul a, 
.detail.detailedLayout1 main .body ol a {
	color: #d6a557;  
	text-decoration: none;
	font-weight: bold;
}

.detail.detailedLayout1 main .body h1,
.detail.detailedLayout1 main .body h2, 
.detail.detailedLayout1 main .body h3 {
	margin: 2rem 0rem 1rem 0rem;
	font-size: 0.9rem;
	font-weight: 700;
	color: #515356;
	line-height: 1.5;
	text-transform: uppercase;
	letter-spacing: 0.05rem;
}

.detail.detailedLayout1 main .body h4, 
.detail.detailedLayout1 main .body h5 {
	margin: 1rem 0rem 1rem 0rem;
	font-size: 1rem;
	font-weight: 700;
	color: #BD7752;
	line-height: 1.5;
}

.detail.detailedLayout1 main .body blockquote {
	margin: 2rem 10% 2rem -8%;
	padding: 0rem 0rem 0rem 1rem;
	font-size: 2rem;
	border-left: 5px solid #BD7752;
}

.detail.detailedLayout1 main .body blockquote p {
	font-size: 1.5rem;
	font-weight: 300;
	line-height: 1.5;
	color: #BD7752;
}

.detail.detailedLayout1 main .body ul {
	padding: 0rem 10% 0rem 4%;
}

.detail.detailedLayout1 main .body ul li {
	margin-bottom: 0.5rem;
	list-style-type: disc;
	list-style-position: inside;
	line-height: 1.5;
}

.detail.detailedLayout1 main .body ol {
	padding: 0rem 10% 0rem 6%;
}

.detail.detailedLayout1 main .body ol li {
	margin-bottom: 0.5rem;
	list-style-type: lower-roman;
	list-style-position: outside;
	line-height: 1.5;
}

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

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

body.list.listLayout1 main > section {
	padding: 3rem 0rem 2rem 0rem;
	justify-content: center;
}

body.list.listLayout1 main > section > .col1 {
	flex-basis: 28.3%;
	padding: 0.8rem 7% 0rem 0rem;
}

body.list.listLayout1 main > section > .col1 > .box > header > h1 {
	margin: 0rem 0rem 1rem 0rem;
	padding: 0rem 0rem 0.4rem 0rem;
	font-size: 1.2rem;
	font-weight: 900;
	line-height: 1.2;
	color: #333333;
	border-bottom: 1px solid #c4c4c4;
}

body.list.listLayout1 main > section > .col2 {
	flex-basis: 71.7%;
	margin: 0rem 0% 0rem 0rem;
	padding: 0rem 14.3% 0rem 0rem;
}

body.list.listLayout1 main > section > .col2 > header > h1 {
	margin: 0rem 0rem 1rem 0rem;
	padding: 0rem 0rem 0.2rem 0rem;
	font-size: 2rem;
	font-weight: 900;
	line-height: 1.2;
	color: #333333;
	border-bottom: 1px solid #c4c4c4;
}

body.list.listLayout1 main > section > .col2 .listing  {
	display: flex;
	flex-direction: column;
}

body.list.listLayout1 main > section > .col2 .status {
	margin: 0rem 0rem 1.5rem 0rem;
	font-family: 'Lato';
	font-weight: 300;
	font-size: 0.7rem;
	text-transform: uppercase;
	letter-spacing: 0.05;
	color: #8b8b8b;
}

body.list.listLayout1 main > section > .col2 .listing article {
	margin: 0rem 0rem 1rem 0rem;
	padding: 0rem 0rem 1rem 0rem;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #c4c4c4;
}

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

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

body.list.listLayout1 main > section > .col2 .listing article .txt h2 {
	margin: 0rem 0rem 0.5rem 0rem;
	font-weight: 700;
	font-size: 1rem;
}

body.list.listLayout1 main > section > .col2 .listing article:hover .txt h2 {
	color: #b37857;
}

body.list.listLayout1 main > section > .col2 .listing article .txt h3 {
	margin: 0rem 0rem 0.3rem 0rem;
	font-family: 'Lato';
	font-weight: 300;
	font-size: 0.7rem;
	text-transform: uppercase;
	letter-spacing: 0.05;
	text-align: right;
	color: #b37857;
}

body.list.listLayout1 main > section > .col2 .listing article .txt p {
	font-size: 0.9rem;
	color: #B1B1B1;
	line-height: 1.4;
}

/* List Layout 2 */

body.list.listLayout2 main > section > header {
	padding: 4rem 0rem 0rem 0rem;
	text-align: center;
}

body.list.listLayout2 main > section > header h1 {
	font-size: 2rem;
	font-weight: 700;
}

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

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

body.list nav.prevNext a {
	color: #b37857;
	font-weight: 700;
}

body.list nav.prevNext a:hover {
	color: #6b4631;
}

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

body.list.listStyle2 main header h1 {
	font-size: 2rem;
}

/* @group cardArticleListingStyle3 */

.cardListStyle3 {
	text-align: center;
}

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

.cardListStyle3 h2 {
	margin: 0rem 0rem 0.8rem 0rem;
	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 */

/* @end */
/* @group Sidebar Promos */

.bgAlt1 {
	background-color: #f4f5f4;
}

.box.sideBarPromo1 {
	display: block;
	padding: 0rem 7% 0rem 7%
}

.sideBarPromo1 .body > h2, 
.sideBarPromo1 .body > h3 {
	padding: 0.8rem 1rem 0.8rem 1rem;
	margin: 0rem 0rem 0.2rem 0rem !important;
}

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

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

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

.sideBarPromo1 h3 em {
	font-style: normal !important;
	font-size: 0.9rem !important;
	font-weight: 700 !important;
	color: #F8D584 !important;
	text-transform: none !important;
}

/* @end */

/* @group Medal Explained */

.box.medalsExplained {
	padding: 0rem 7% 0rem 7%
}

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

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

/* @end */
/* @end */

/* @group Default looks per section */

/* @group Home */

#home .logoAndPresentationContainer {
	padding: 0rem 0rem 3.3rem 0rem;
	background-color: #FFF;
}

#home .homePresentationHeader article {
	display: flex;
}

#home .homePresentationHeader article .imgContainer {
	flex-basis: 50%;
	margin-bottom: -3px;
}

#home .homePresentationHeader article .txt {
	flex-basis: 49%;
	padding: 3rem 3% 0rem 3%;
	display: flex;
}

#home .homePresentationHeader article .body {
	width: 100%;
}

#home .homePresentationHeader article .body .flexContainer {
	width: 100%;
	flex-basis: 100%;
	margin: 0rem 0rem 1.5rem 0rem;
}

#home .homePresentationHeader article .body .flexContainer .col1 {
	flex-basis: 25%;
}

#home .homePresentationHeader article .body .flexContainer .col2 {
	flex-basis: 30%;
}

#home .homePresentationHeader article .body .flexContainer .col3 {
	flex-basis: 30%;
}

#home .homePresentationHeader article .body .flexContainer h2 {
	margin: 0rem 0rem 0.3rem 0rem;
	color: #D4A84F;
	font-weight: 700;
	font-size: 0.9rem;
	line-height: 1.2;
}

#home .homePresentationHeader article .body .flexContainer p {
	margin: 0rem 0rem 2.5rem 0rem;
	color: #515356;
	font-size: 0.8rem;
}

#home .homePresentationHeader article .body .flexContainer p:last-of-type {
	margin-bottom: 0rem;
}

#home .homePresentationHeader article .body h1 {
	margin: 0rem 0rem 1.7rem 0rem;
	color: #5B5454;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.3;
}

#home .homePresentationHeader article .body h3 {
	margin: 0rem 0rem 1rem 0rem;
	color: #5B5454;
	font-size: 0.9rem;
	font-weight: 700;
	line-height: 1.3;
}

#home .homePresentationHeader article .body h4 {
	margin: 0rem 0rem 1rem 0rem;
	color: #5B5454;
	font-size: 0.8rem;
	font-weight: 700;
	line-height: 1.3;
}

#home .homeTiles {
	padding: 3rem 0rem 2rem 0rem;
	background-color: #dbdada;
}

#home .homeTiles .box.homePageTiles {
	width: 1002px;
	margin: auto;
	padding: 0rem 0% 0rem 0%;
	flex-wrap: wrap;
}

#home .homeTiles .box.homePageTiles article {
	/* whole article for each tile (text + image) */
	flex-basis: 49%;
	height: 14.5rem;
	margin: 0rem 0rem 1.4rem 0rem;
	display: flex;
	align-items: center;
	background-color: cyan;
	justify-content: space-between;
	overflow: hidden;
}

#home .homeTiles .box.homePageTiles article.id-299 {
	background-color: #333333;
	text-align: center;
}

#home .homeTiles .box.homePageTiles article.id-299 .body {
	width: 100%;
	padding: 1rem;
}

#home .homeTiles .box.homePageTiles article.id-299 h2 {
	margin: 0rem 0rem 1rem 0rem;
	color: #FFF;
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
}

#home .homeTiles .box.homePageTiles article.id-299 p {
	margin: 0rem 0rem 0.5rem 0rem;
	color: #B1B1B1;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
}

#home .homeTiles .box.homePageTiles article.id-300 {
	background-color: #515356;
}

#home .homeTiles .box.homePageTiles article.id-300 .imgContainer {
	margin: 0rem 0rem 0px 0rem;
	border-right: 20px solid #dbdad9;
}

#home .homeTiles .box.homePageTiles article.id-300 .txt, 
#home .homeTiles .box.homePageTiles article.id-301 .txt, 
#home .homeTiles .box.homePageTiles article.id-302 .txt {
	flex-basis: 48%;
	padding: 1.5rem;
	color: #FFF;
}

#home .homeTiles .box.homePageTiles article.id-300 .imgContainer, 
#home .homeTiles .box.homePageTiles article.id-301 .imgContainer, 
#home .homeTiles .box.homePageTiles article.id-302 .imgContainer {
	flex-basis: 52%;
}

#home .homeTiles .box.homePageTiles article.id-302 .body h2 {
	margin: 0rem 0rem 0.5rem 0rem;
	color: #515356;
	text-transform: uppercase;
	font-size: 0.8rem;
	font-weight: 700;
}

#home .homeTiles .box.homePageTiles article.id-302 .body p {
	color: #B1B1B1;
	font-size: 0.8rem;
	line-height: 1.5;
}

#home .homeTiles .box.homePageTiles article.id-300 .body h2, 
#home .homeTiles .box.homePageTiles article.id-301 .body h2 {
	margin: 0rem 0rem 1rem 0rem;
	font-size: 1.4rem;
	font-weight: 700;
	color: #FFF;
	line-height: 1.2;
}

/*#home .homeTiles .box.homePageTiles article.id-300 .body a, 
#home .homeTiles .box.homePageTiles article.id-301 .body a  {
	color: #FFF;
	font-size: 0.8rem;
}*/

#home .homeTiles .box.homePageTiles article.id-301 {
	background-color: #BD7752;
	flex-direction: row-reverse;
}
 
#home .homeTiles .box.homePageTiles article.id-302 {
	background-color: #FFF;
	flex-direction: row-reverse;
}

#home .homeTiles .box.homePageTiles article.id-301 .imgContainer, 
#home .homeTiles .box.homePageTiles article.id-302 .imgContainer {
	flex-basis: 52%;
	margin: 0rem 0rem -3px 0rem;
	border-left: 20px solid #dbdad9;
}

#home .washingtonDc .showInCarrouselByTag .carrouselItem {
	width: 100%;
	float: left;
	background-color: #FFF;
	display: flex;
}

#home .washingtonDc .showInCarrouselByTag .carrouselItem .imgContainer {
	flex-basis: 50%;
}

#home .washingtonDc .showInCarrouselByTag .carrouselItem .imgContainer img {
	width: 100%;
}

#home .washingtonDc .showInCarrouselByTag .carrouselItem .body {
	flex-basis: 50%;
}

#home .getRated {
	padding: 3rem 0rem 3rem 0rem;
	background-color: #FFF;
}

#home .getRated header, 
#home .getRated .aside2, 
#home .getRated .aside3, 
#home .getRated .subTitle {
	display: none;
}

#home .getRated .box article {
	width:83.6%;
	margin: auto;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}

#home .getRated .box article .aside1 {
	padding: 4%;
	flex-basis: 32%;
	background-color: #dbdada;
}

#home .getRated .box article .aside1 h2 {
	padding: 0rem 0rem 0.5rem 0rem;
	font-size: 1.3rem;
	font-weight: 700;
	color: #515356;
}

#home .getRated .box article .aside1 p {
	padding: 0rem 0rem 1.5rem 0rem;
	font-size: 1rem;
	color: #B1B1B1;
}

#home .getRated .box article .body {
	padding: 0rem 6% 0rem 0rem;
	flex-basis: 59%;
}

#home .getRated .box article .body h1 {
	margin: 0rem 0rem 3rem 0rem;
	font-size: 2rem;
	font-weight: 900;
	line-height: 1.2;
	color: #333333;
}

#home .getRated .box article .body h2 {
	margin: 0rem 0rem 1rem 0rem;
	font-size: 0.9rem;
	font-weight: 900;
	line-height: 1.5;
	color: #515356;
	letter-spacing: 0.1rem;
	text-transform: uppercase;
}

#home .getRated .box article .body p {
	margin: 0rem 0rem 1rem 0rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #B1B1B1;
}

#home .testimonials .carrouselItem {
	width: 50%;
	height: 30rem;
	float: left;
}

#home .stack.judges {
	background-color: #dbdada;
}

#home .homeMainSlider {
	position: relative;
}

#home .homeMainSlider .carrouselItem {
	width: 1200px;
	display: flex;
	float: left;
}

#home .homeMainSlider .carrouselItem .imgContainer {
	flex-basis: 50%;
	margin-bottom: -3px;
}

#home .homeMainSlider .carrouselItem .body {
	flex-basis: 50%;
	padding: 5%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
}

#home .homeMainSlider .carrouselItem .body header {
	flex-basis: 100%;
}

#home .homeMainSlider .carrouselItem .body header h1,
#home .homeMainSlider .carrouselItem .body h2 {
	margin: 0rem 0rem 2rem 0rem;
	font-size: 2rem;
	font-weight: 700;
	color: #333333;
}

#home .homeMainSlider .carrouselItem .body p {
	font-size: 1rem;
	color: #B1B1B1;
	line-height: 1.7;
}

#home .homeMainSlider nav.directionNavContainer {
	position: absolute;
	bottom: 1rem;
	right: 1rem;
	display: flex;
	flex-direction: row;
}

#home .homeMainSlider a.directionNav {
	padding: 0rem 0.4rem 0rem 0.4rem;
	color: #CCC;
	font-size: 1.4rem;
}

#home .homeMainSlider a.directionNav:hover {
	color: #bd7651;
}

#home .homeMainSlider a.directionNav span {
	font-size: 0rem;
	
}

#home .homeMainSlider footer {
	padding: 0rem 0rem 2rem 0rem;
	text-align: center;
}

#home .stack.testimonials {
	padding: 4rem 0rem 4rem 0rem;
	background-color: #EEEEEE;
}

#home .testimonials .box {
	height: 400px;
}

#home .testimonials .carrouselItem {
	width: 600px;
	height: 400px;
}

#home .testimonials .carrouselItem article {
	padding: 6rem 14% 3rem 14%;
	text-align: center;
	display: flex;
	flex-direction: column;
	text-align: left;
	flex-wrap: wrap;
	justify-content: center;
	
}

#home .testimonials .carrouselItem article .imgContainer {
	width: 6rem;
	height: 6rem;
	border-radius: 3rem;
	overflow: hidden;
	display: none;
	
}

#home .testimonials .carrouselItem article .imgContainer img {
	width: 110%;
	margin: 0rem 0rem 0rem -5%;
}

#home .testimonials .carrouselItem article p {
	line-height: 1.6;
	font-size: 1.1rem;
	color: #DDDDDD;
}

#home .testimonials .carrouselItem .signature p {
	font-size: 0.8rem;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
}

#home .testimonials .carrouselItem:nth-child(1), 
#home .testimonials .carrouselItem:nth-child(3), 
#home .testimonials .carrouselItem:nth-child(5) {
	background-color: #333333;
}

#home .testimonials .carrouselItem:nth-child(1) .signature p, 
#home .testimonials .carrouselItem:nth-child(3) .signature p, 
#home .testimonials .carrouselItem:nth-child(5) .signature p {
	font-size: 0.8rem;
	color: #BD7752;
}

#home .testimonials .carrouselItem:nth-child(2), 
#home .testimonials .carrouselItem:nth-child(4), 
#home .testimonials .carrouselItem:nth-child(6) {
	background-color: #BD7752;
}

#home .testimonials .carrouselItem:nth-child(2) .signature p, 
#home .testimonials .carrouselItem:nth-child(4) .signature p, 
#home .testimonials .carrouselItem:nth-child(6) .signature p {
	color: #060505;
}

/* Home screen modal */

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

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

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

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

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

.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: 1rem;
}

/* @end */

/* @group Contacto */

/* @end */

/* @group Product Brands */

footer .stack.mediaPartners {
	width: 100%;
	padding: 2rem 0rem 1rem 0rem;
	background-color: #FFF;
}

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: 'Lato';
	font-weight: 700;
	font-size: 1.6rem;
	color: #333333;
}

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

#productBrands.productBrands #wrapper #mainContentArea main .productBrandsListing .col1{
	width: unset;
}

.list#productBrands main .listing {
	flex-wrap: wrap;
}

.list#productBrands main .listing article {
	flex-basis: 15%;
	text-align: center;
	padding: 1rem;
	border: 1px solid #ccc;
	margin: 1rem;
	height: 20rem;
}

.list#productBrands main .listing{
   justify-content: unset;
}

.list#productBrands main .listing article .imgContainer {
	margin-bottom: 1rem;
	min-height: 11rem;
	display: flex;
	align-items: center;
}

.list#productBrands main .listing article h2 {
	font-size: 1rem;
	font-weight: 700;
	color: #4e4e4e;
}

/* @end */

/* @group Blog Organism */

.box.blog, 
.box.blog {
	margin: 0rem auto 0rem auto;
	padding: 2.5rem 0rem 2rem 0rem;
	border-top: 1px solid #d3d3d3;
}

.box.blog.alt, 
.box.blog.alt {
	margin: 0rem auto 0rem auto;
	padding: 2.5rem 0rem 2rem 0rem;
	border-top: 0px;
}

.box.blog header h1, 
.box.blog header h1{
	margin: 0rem 0rem 3rem 0rem;
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
	color: #333333;
}

.box.blog .listing, 
.box.blog .listing {
	padding: 0rem 0rem 2rem 0rem;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}

.box.blog .listing article, 
.box.blog .listing article {
	flex-basis: 30.4%;
	margin: 0rem 0rem 2rem 0rem;
	padding: 0rem 4% 0rem 4%;
	display: flex;
	flex-direction: column;
	border-right: 1px solid #d3d3d3;
}

.box.blog .listing article:last-of-type, 
.box.blog .listing article:last-of-type, 
.box.blog.alt .listing article:nth-child(3), 
.box.blog.alt .listing article:nth-child(3), 
.box.blog.alt .listing article:nth-child(6), 
.box.blog.alt .listing article:nth-child(6) {
	border-right: 0px solid #d3d3d3;
}

.box.blog .listing article .imgContainer, 
.box.blog .listing article .imgContainer {
	margin: 0rem 0rem 0.5rem 0rem;
}

.box.blog article h2, 
.box.blog article h2 {
	margin: 0rem 0rem 0.5rem 0rem;
	font-size: 0.9rem;
	font-weight: 700;
	color: #333333;
	line-height: 1.5;
}

.box.blog article p, 
.box.blog article p {
	font-size: 0.8rem;
	color: #B1B1B1;
	line-height: 1.5;
}

.box.blog article a.readMore, 
.box.blog article a.readMore {
	font-size: 0.8rem;
	color: #BD7752;
	line-height: 1.5;
	display: inline;
}

.box.blog article .imgContainer, 
.box.blog article .imgContainer {
	max-height: 9rem;
	overflow: hidden;
}

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

/* Use the .specialFirst alterator to make the first article bigger (limit must be 4 or 7) */

.box.blog.specialFirst article:first-of-type a.readMore, 
.box.blog.specialFirst article:first-of-type a.readMore {
	display: none;
}

.box.blog.specialFirst article:first-of-type, 
.box.blog.specialFirst article:first-of-type {
	flex-basis: 83.3%;
	padding: 0rem 0rem 2rem 0rem;
	margin-bottom: 2rem;
	flex-direction: row-reverse;
	border-bottom: 1px solid #d3d3d3;
	border-left: 0px;
	border-right: 0px;
}

.box.blog.specialFirst article:first-of-type .txt, 
.box.blog.specialFirst article:first-of-type .txt {
	flex-basis: 52%;
	padding: 0rem 5% 0rem 0rem;
}

.box.blog.specialFirst article:first-of-type .imgContainer, 
.box.blog.specialFirst article:first-of-type .imgContainer {
	flex-basis: 48%;
	max-height: 19.5rem;
	margin: 0rem 0rem 0rem 1rem;
}

.box.blog.specialFirst article:first-of-type h2, 
.box.blog.specialFirst article:first-of-type h2 {
	margin: 0rem 0rem 1rem 0rem;
	font-size: 1.7rem;
	line-height: 1.2;
}

.box.blog.specialFirst article:first-of-type p, 
.box.blog.specialFirst article:first-of-type p {
	font-size: 1rem;
}

#blog.detail main .subTitle h2 {
	margin-bottom: 1.5rem;
	color: #515356;
	font-size: 1.2rem;
	font-weight: 300;
	line-height: 1.5;
}

#blog.detail main .subTitle datetime {
	display: none;
}

#blog.blog.home .box.blog, 
#blog.blog.home .box.blog {
	margin: 0rem auto 0rem auto;
	padding: 2.5rem 0rem 0rem 0rem;
	border-top: 0px;
}

#blog.blog.home .stack2.box.blog header, 
#blog.blog.home .stack2.box.blog header {
	display: none;
}

#blog.blog.home .stack1.box.blog article {
	margin-bottom: 0rem;
}

#blog.blog.home .stack2.box.blog article:nth-child(3) {
	border-right: 0px;
}

#blog.blog.home main nav {
	padding: 2rem 0rem 2rem 0rem;
	text-align: center;
}

.box.blog footer {
	padding: 0rem 0rem 2rem 0rem;
	text-align: center;
}

/* @end */

/* @group Judges */

.stack.judges .box.judges header h1 {
	padding-top: 3rem;
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
	color: #333333;
}

.box.judges .listing, 
.list.judges main .listing {
	width: 83.5%;
	margin: 0rem auto 0rem auto;
	padding: 4rem 0rem 2rem 0rem;
	display: flex;
	flex-wrap: wrap;
}

.box.judges .listing article, 
.list.judges main .listing article {
	flex-basis: 50%;
	display: flex;
	background-color: #FFF;
}

.judges .listing article:nth-child(3), 
.judges .listing article:nth-child(4), 
.judges .listing article:nth-child(7), 
.judges .listing article:nth-child(8), 
.judges .listing article:nth-child(11), 
.judges .listing article:nth-child(12), 
.judges .listing article:nth-child(15), 
.judges .listing article:nth-child(16), 
.judges .listing article:nth-child(19), 
.judges .listing article:nth-child(20),
.judges .listing article:nth-child(23), 
.judges .listing article:nth-child(24),
.judges .listing article:nth-child(27), 
.judges .listing article:nth-child(28),
.judges .listing article:nth-child(31), 
.judges .listing article:nth-child(32) {
	flex-direction: row-reverse;
}

.box.judges .listing article .imgContainer, 
.list.judges main .listing article .imgContainer {
	flex-basis: 50%;
	margin-bottom: -3px;
}

.box.judges .listing article .txt, 
.list.judges main .listing article .body {
	flex-basis: 50%;
	padding: 5rem 5% 1rem 8%;
}

.box.judges .listing article .txt h2, 
.list.judges main .listing article .body h2 {
	margin: 0rem 0rem 1rem 0rem;
	font-size: 0.8rem;
	font-weight: 700;
	color: #515356;
	text-transform: uppercase;
}

.box.judges .listing article .txt h3, 
.list.judges main .listing article .body h3 {
	margin: 0rem 0rem 1rem 0rem;
	font-size: 0.8rem;
	color: #B2B2B2;
	line-height: 1.6;
}

.box.judges .listing article .txt .judges-socials {
	display: none;
}

.box.judges footer {
	padding: 0rem 0rem 2rem 0rem;
	text-align: center;
}

body.detail#judges main .stack1 {
	background-color: #FFF;
}

body.detail#judges main .stack1 .judgeFile {
	padding: 4.7rem 7.4% 4.7rem 7.4%;
}

body.detail#judges main .stack1 .judgeFile aside {
	width: 30.5%;
}

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

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

body.detail#judges main .stack1 .judgeFile aside 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: 58.3%;
}

body.detail#judges main .stack1 .judgeFile article h1 {
	margin: 0rem 0rem 0.7rem 0rem;
	color: #333333;
	font-weight: 700;
	font-size: 1.5rem;
}

body.detail#judges main .stack1 .judgeFile article h2 {
	margin: 0rem 0rem 1rem 0rem;
	color: #BD7752;
	font-size: 1rem;
}

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

body.detail#judges main .stack2 {
	background-color: #EEEEEE;
}

body.detail#judges main .stack2 header {
	display: block;
}

body.detail#judges main .stack2 footer {
	padding: 1rem 0rem 4rem 0rem;
	text-align: center;
	
}

body.detail#judges main .stack2 .box footer {
		display: none;
}

/* @end */

/* @group Gen */


/* @end */

/* @group Users */

/* Top 100 Sign Up Form */

.stack.top100Spirits {
	padding: 2.5rem 0rem 2.5rem 0rem;
	background-color: #;
	background-image: url('/cont/img/broken_noise_@2X.png');
	background-size: 50%;
}

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

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

.stack.top100Spirits .box.top100Spirits .body {
	flex-basis: 48%;
	padding: 6rem 0rem 0rem 0rem;
}

.stack.top100Spirits .box.top100Spirits .body h1 {
	padding: 0rem 0rem 2rem 0rem;
	color: #FFF;
	font-size: 0.9rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05rem;
}

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

.stack.top100Spirits .box.top100Spirits .formContainer {
	margin: -8rem 0rem 0rem 52%;
	flex-basis: 28%;
	text-align: center;
}

.stack.top100Spirits .box.top100Spirits .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.top100Spirits .box.top100Spirits .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.top100Spirits .box.top100Spirits {
	
}

/* @end */
/* @group Competition Results */

#gen.competitionResults main .listing > h2 {
	padding: 0.4rem 1rem 0.4rem 1rem;
	font-size: 1.3rem;
	text-align: center;
	background-color: #D4A84F;
	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: #D4A84F;
}

#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, 
#competitionResults.awardsValidator main .listing {
	margin-bottom: 2rem;
}

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

#competitionResults.awardsValidator #mainContentArea {
	padding: 7rem 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%;
}

#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.2rem 0rem;
	color: #000;
	font-family: 'Lato', sans-serif;
	font-size: 1.2rem;
	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-family: 'Lato';
	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: 'Lato';
	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.actions, 
#competitionResults main .listing article .txt ul li.actions {
	padding-top: 0.3rem;
	line-height: 1.5;
}

#gen.competitionResults main .listing article .txt ul li.actions a strong, 
#competitionResults main .listing article .txt ul li.actions a strong {
	font-size: 0.8rem;
	text-transform: uppercase;
}

#gen.competitionResults main .listing article .txt ul li.actions a, 
#competitionResults main .listing article .txt ul li.actions a {
	margin: 0rem 1rem 0rem 0rem;
	color: #bd7651;
}

#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 a:hover strong , 
#competitionResults main .listing article .txt ul li.actions a:hover strong {
	color: #bd7651;
}

#gen.competitionResults main .listing article .txt ul li strong, 
#competitionResults main .listing article .txt ul li strong {
	color: #454545;
}

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

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

#gen.competitionResults.globalList main .col1 nav ul li a {
	display: block;
	color: #bd7651;
	font-weight: 700;
	font-size: 0.9rem;
	text-transform: none;
}

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

#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: #D4A84F;
	font-family: 'Lato';
	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: #D4A84F;
}

#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 Associated Content */

.box.associatedContent {
	/*width: 50%;*/
	margin: 2rem 0rem 2rem 0%;
	padding: 0.5rem 0rem 0.5rem 0rem;
	border-top: 1px solid #593452;
	border-bottom: 1px solid #593452;
	/*text-align: right;*/
}

.box.associatedContent header {
	display: none;
}

.box.associatedContent ul li a {
	/*text-transform: uppercase;*/
	font-size: 0.9rem;
	color: #443e3c;
}

.box.associatedContent ul li i {
	color: #bda378;
}

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

/* @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: 'Lato';
	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('/cont/img/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 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 */
/* @group Banners */

.box.banners {
}

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

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

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

.goToTop:hover {
  	background-color: #555;
}
/* @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: #d9ab5e;
  	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: 'Lato';
  	font-size: 1.5rem;
  	font-weight: 300;
}

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

.slidingModal .body p {
  	padding: 0rem 0rem 0rem 0%;
  	font-family: 'Lato';
  	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 */

/* @end */

/* @group Related Purchases molecules */

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

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

.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: 'Lato';
	font-weight: 700;
	font-size: 1.2rem;
	color: #FFF;
}

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

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

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

/* @end */

/* @group .boxStyleX */  

.boxStyle1 {
	padding: 3rem 2rem 3rem 2rem;
	background-color: #F5F5F5;
}

.boxStyle1 h1, 
.boxStyle1 h2, 
.boxStyle1 h3 {
	margin: 0rem 0rem 1.8rem 0rem;
	padding: 0rem;
	font-weight: 700;
	font-size: 1.2rem; 
	color: #bc7550;
}

.boxStyle1 h4 {
	margin: 0rem 0rem 0.5rem 0rem;
	padding: 0rem;
	font-weight: 700;
	font-size: 1rem;
	color: #515356;
	line-height: 1.2;
	
}

.boxStyle1 p {
	margin: 0rem 0rem 1.5rem 0rem;
	padding: 0rem;
	font-weight: 400;
	font-size: 0.9rem;
	color: #B1B1B1;
}

.boxStyle1 .btn {
	margin-top: 1rem;
}

.boxStyle1 ul {
	display: flex;
	flex-direction: column;
}

.boxStyle1 ul li {
	padding: 0rem 0rem 0.5rem 0rem;
	text-transform: uppercase;
	font-weight: 300;
}

.boxStyle1 ul li i {
	color: #b37857;
}

/* boxStyle3 */

.boxStyle3 header h1 {
	margin: 0rem 0rem 1rem 0rem;
	padding: 0rem 0rem 0.4rem 0rem;
	font-size: 1.2rem;
	font-weight: 900;
	line-height: 1.2;
	color: #333333;
	border-bottom: 1px solid #c4c4c4;
}

.boxStyle3 ul {
	display: flex;
	flex-direction: column;
}

.boxStyle3 ul li {
	padding: 0rem 0rem 0.5rem 0rem;
	text-transform: uppercase;
	font-weight: 300;
}

.boxStyle3 ul li i {
	color: #b37857;
}

/* @end */
/* @group manual User Payments Form Modal */

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

/* @end */
