.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

#standard-drink-tool-wrapper {
	padding: 0px;
	position: relative;
	width: 100%;
	float: left;
	margin-bottom: 30px;
}

.sdt-wrap {
	position: relative;
	margin-bottom: 2.5em;
	background-color: #eeebe4;
	border-radius: 8px;
	padding: 20px 0;
}
.sdt-wrap img {
	display: block;
	width: 40%;
	margin: 0 auto 20px auto;
}
@media only screen and (min-width: 959px) {
	.sdt-wrap img   {
		float: right;
		margin: 0;
		margin-right: 20px;
	}
}

.std-drink-tool-banner {
	width: 80%;
	clear: both;
	display: block;
	text-align: center;
	margin: 0 auto;
}
@media only screen and (min-width: 520px) {
	.std-drink-tool-banner {
		width: 70%;
	}
}
@media only screen and (min-width: 959px) {
	.std-drink-tool-banner {
		width: 240px;
		float: left;
		clear: none;
		margin-left: 50px;
		margin-top: 30px;
		text-align: left;
	}
}

.std-drink-tool-heading {
	/*font-family: opensans-bold, arial, sans-serif;*/
	font-weight: normal;
	font-style: normal;
	font-size: 1.438em;
	margin: 0 20px;
	padding: 0;
	margin-bottom: 0.5em;
	line-height: 1.250em;
	color: #F05028;
}
@media only screen and (min-width: 959px) {
	.std-drink-tool-heading {
		font-size: 1.688em;
		margin: 0;
		margin-bottom: 20px;
	}
}

.std-drink-tool-banner .guessBtn {
	margin: 0 auto;
}
@media only screen and (min-width: 959px) {
	.std-drink-tool-banner .guessBtn {
		margin-left: 0;
	}
}

.step1, .step2, .step3 {
	position: relative;
	z-index: 9999;
	cursor: pointer;
}

/* =================================================================
	STEP 1
==================================================================*/
.drink-containers-wrapper {
	width: 100%;
}

ul.drink-containers {
	margin: 0;
	padding: 0;
	list-style: none;
}

.drink-containers li {
	float: left;
	position: relative;
	width: 153px;
	height: 260px;
	cursor: pointer;
	background-color: rgb(255,255,255);
	background-image: -moz-linear-gradient( 90deg, rgb(248,244,239) 0%, rgb(255,255,255) 26%);
	background-image: -webkit-linear-gradient( 90deg, rgb(248,244,239) 0%, rgb(255,255,255) 26%);
	background-image: -ms-linear-gradient( 90deg, rgb(248,244,239) 0%, rgb(255,255,255) 26%);
	border: 1px solid rgb( 226, 221, 215);
	box-shadow: 0px 1px 0px 0px rgb( 198, 195, 191 );
	border-radius: 8px;
	font-size: 0.875em;
	margin: 0 5px;
	text-align: center;
	padding-top: 3px;
	overflow:hidden;
}

.drink-containers li.selected {
	cursor: pointer;
	width: 151px;
	height: 258px;
	border: 2px solid #F05028;
	color: #f17e23;
}

.container-tick {
	display: none;
	width: 22px;
	height: 22px;
	position: absolute;
	right: 10px;
	bottom: 228px;
	background-image: url('../images/standard-drinks/container-tick.png');
	background-repeat: no-repeat;
	background-size: contain;
}
.lt-ie9 .container-tick {
	background-image: url('../images/standard-drinks/container-tick-ie.png');
}

.drink-containers li.selected .container-tick {
	display: block;
}

.container-thumb {
	position: absolute;
	width: 100%;
	bottom: 0;
}

.container-image {
	margin-top: 1px;
}

.container-title {
	margin: 8px 10px 0 10px;
	font-weight: bold;
}

.container-thumb .container-capacity {
	margin-bottom: -10px;
}

.radioDrinkContainer {
	visibility: hidden;
}

.drink-container-buttons {
	clear: both;
	text-align: center;
}

.bottom-overlay {
	background: white;
	margin-top: 100%;
	width: 197px;
	height: 200px;
	position: absolute;
	z-index: 900;
}

.sdt-buttons {
	margin: 20px 20px 10px;
}
.drink-container-buttons  .close-tool-btn,.drink-type-buttons .close-tool-btn,.btn-myResults-container .close-tool-btn,.js-sdt-compare .close-tool-btn{float:right;}
.btn-myResults-container{width:100%;margin-bottom:10px;display:inline-block;}
.js-sdt-compare .close-tool-btn{margin-bottom:20px;}

.sdt-buttons .btn,
.drink-container-buttons .btn,
.drink-container-buttons .drink-container-selected:hover,
.drink-type-buttons .drinkTypeSelelected:hover,
.drink-type-buttons .btn,
.drink-container-buttons  .close-tool-btn,.drink-container-buttons .close-tool-btn:visited,
.drink-type-buttons  .close-tool-btn,.drink-type-buttons .close-tool-btn:visited,
.sdt-buttons  .close-tool-btn,.sdt-buttons .close-tool-btn:visited,
.btn-myResults-container .close-tool-btn,.btn-myResults-container .close-tool-btn:visited,
.js-sdt-compare .close-tool-btn,.js-sdt-compare .close-tool-btn:visited {
	border: 1px solid #e2ddd7;
	border-radius: 5px;
	background-color: rgb(248,244,239);
	background-image: -moz-linear-gradient( 90deg, rgb(248,244,239) 0%, rgb(255,255,255) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(248,244,239) 0%, rgb(255,255,255) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(248,244,239) 0%, rgb(255,255,255) 100%);
	box-shadow: 0px 1px 0px 0px rgb( 198, 195, 191 );
	color: #53504c !important;
	font-size: 1.125em !important;
	/*font-family: opensans-semibold;*/
	font-weight: normal;
	font-style: normal;
}

.drink-container-buttons .drink-container-selected,
.drink-container-buttons .drink-container-selected:hover,
.drink-type-buttons .drinkTypeSelelected,
.drink-type-buttons .drinkTypeSelelected:hover{
	color: #ccc !important;
	cursor: not-allowed;
}

.sdt-buttons .btn:hover,
.drink-type-buttons .btn.step1:hover  {
	color: #ffffff !important;
	border: 1px solid #F05028;
	background-image: none;
	background-color: #F05028;
}

.drink-container-selected.active,
.drink-container-selected.active:hover,
.btn.drinkTypeSelelected.active {
	color: #ffffff !important;
	border: 1px solid #F05028;
	background-image: none;
	background-color: #F05028;
	cursor: pointer;
}

.sdt-buttons .btn {
	margin-bottom: 10px;
}


/* ======= Flexslider styles =========*/
.flexslider  {
	width: 165px;
	height: 268px;
	overflow: hidden;
	margin: 0 auto 10px auto;
}

.flexslider .end {
		margin-left: -10px;
}

@media only screen and (min-width: 480px) {
	.flexslider  {
		width: 325px;
	}
	.lt-ie9 .flexslider  {
		width: 325px !important;
	}
}
@media only screen and (min-width: 640px) {
	.flexslider  {
		width: 490px;
	}
	.lt-ie9 .flexslider  {
		width: 490px !important;
	}
}
@media only screen and (min-width: 700px) {
	.flexslider  {
		width: 325px;
	}
	.lt-ie9 .flexslider  {
		width: 325px !important;
	}
}
@media only screen and (min-width: 860px) {
	.flexslider  {
		width: 490px;
	}
	.lt-ie9 .flexslider  {
		width: 490px !important;
	}
}
@media only screen and (min-width: 980px) {
	.flexslider  {
		width: 650px;
	}
	.lt-ie9 .flexslider  {
		width: 650px !important;
	}
}

.flex-control-nav {
	display: none;
}

.flex-direction-nav {
	height: 3px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.flex-direction-nav a {
	width: 44px;
	height: 44px;
	margin: 0;
	display: block;
	position: absolute;
	top: 110px;
	cursor: pointer;
	text-indent: -9999px;
	opacity: 1;
	-webkit-transition: all .3s ease;
	background-image: url('../images/standard-drinks/arrow-prev.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #fff;
	border: 1px solid #e2ddd7;
	border-radius: 8px;
}
.lt-ie9 .flex-direction-nav a {
	background-image: url('../images/standard-drinks/arrow-prev-ie.png');
}
.flex-direction-nav a:hover {
	background-color: rgb(245, 161, 51);
	background-image: url('../images/standard-drinks/arrow-prev-over.png');
	border: 1px solid #f17e23;
}
.lt-ie9 .flex-direction-nav a:hover {
	background-image: url('../images/standard-drinks/arrow-prev-over-ie.png');
}

.flex-direction-nav a.flex-next {
	background-image: url('../images/standard-drinks/arrow-more.png');
}
.lt-ie9 .flex-direction-nav a.flex-next {
	background-image: url('../images/standard-drinks/arrow-more-ie.png');
}
.flex-direction-nav a.flex-next:hover {
	background-color: rgb(245, 161, 51);
	border: 1px solid #f17e23;
	background-image: url('../images/standard-drinks/arrow-more-over.png');
}
.lt-ie9 .flex-direction-nav a.flex-next:hover {
	background-image: url('../images/standard-drinks/arrow-more-over-ie.png');
}

.flex-direction-nav .flex-prev {
	left: 5%;
}
.flex-direction-nav .flex-next {
	right: 5%;
}
@media only screen and (min-width: 980px) {
	.flex-direction-nav .flex-prev {
		left: -10px;
	}
	.flex-direction-nav .flex-next {
		right: -10px;
	}
}

/* =================================================================
	STEP 2
==================================================================*/
.drink-types-wrapper {
	display: none;
	border: 1px solid rgb( 226, 221, 215);
	box-shadow: 0px 2px 0px 0px rgb( 198, 195, 191 );
	border-radius: 8px;
	background: #fff;
	margin-bottom: 30px;
}
@media only screen and (min-width: 480px) {
	.drink-types-wrapper {
		margin-top: 30px;
	}
}

.selected-container .container-capacity {
	margin-bottom: 10px;
}
@media only screen and (min-width: 480px) {
	.selected-container .container-capacity  {
		margin-bottom: -10px;
	}
}

.selected-container {
	position: relative;
	width: 158px;
	font-size: 0.875em;
	margin: 0 auto;
	text-align: center;
	padding-top: 3px;
}

@media only screen and (min-width: 480px) {
	.selected-container {
		float: left;
		position: relative;
		width: 158px;
		height: 250px;
		font-size: 0.875em;
		margin:3px 20px 40px 20px;
		text-align: center;
	}
}

.drink-types-template {
	display: none;
}

ul.drink-types {
	clear: both;
	display: block;
	margin: 0 20px;
	padding: 0;
	list-style: none;
}
@media only screen and (min-width: 480px) {
	ul.drink-types {
		float: left;
		display: inline-block;
		clear: none;
		padding-top: 20px;
		margin: 0;
		width: 46%;
	}
}

.drink-types li {
	position: relative;
	cursor: pointer;
	background-color: #fff;
	border: 1px solid #e2ddd7;
	box-shadow: 0px 1px 0px 0px rgb( 198, 195, 191 );
	border-radius: 8px;
	margin-bottom: 10px;
	width: auto;
	padding: 15px 20px;
}
@media only screen and (min-width: 480px) {
	.drink-types li {
		width: auto;
	}
}

.drinkTypeContainer {
	visibility: hidden;
}

.drink-types li.selected {
	cursor: pointer;
	padding: 14px 20px;
	border: 2px solid #F05028;
	color: #f17e23;
}

@media only screen and (min-width: 480px) {
	.drink-types li:hover,
	.drink-types li.selected {
		cursor: pointer;
		/*width: 298px;*/
		padding: 14px 20px;
		border: 2px solid #F05028;
		color: #f17e23;
	}
}

.drink-types li.selected .container-tick {
	display: block;
	top: 10px;
}

.drink-title {
	font-weight: bold;
}

.drink-type-buttons {
	clear: both;
	border-top: 1px solid #d3d1ce;
	padding: 20px;
	margin-top: 20px;
}
@media only screen and (min-width: 480px) {
	.drink-type-buttons {

	}
}

/* =================================================================
	STEP 3
==================================================================*/
.drink-wrapper {
	display: none;
	border: 1px solid rgb( 226, 221, 215);
	box-shadow: 0px 2px 0px 0px rgb( 198, 195, 191 );
	border-radius: 8px;
	background: #fff;
	padding-top: 30px;
	margin-bottom: 30px;
}


.tool-body-risk .drink-inner-wrapper {
	position: relative;
	z-index: 100;
}

@media only screen and (min-width: 960px) {
	.tool-body-risk .drink-inner-wrapper {
		min-height: 368px;
	}
}


.test {
	min-height: 480px;
	border: 1px solid rgb(226, 221, 215);
	box-shadow: 0px 2px 0px 0px rgb( 198, 195, 191 );
	border-radius: 8px 8px 8px 0;
	background: #fff;
	margin-bottom: 30px;
	text-align: center;
	padding-top: 200px;
}

.drink-overflow {
	background-image: url('../images/img-glass-pint-beer.png');
	background-repeat: no-repeat;
	background-position: center, 18px;
	background-size: contain;
	-ms-behavior: url(backgroundsize.min.htc);
	behavior: url(backgroundsize.min.htc);
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 800;
}

.drink-mask {
	background-size: contain;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 800;
	text-align: center;
}

.underlay-wrapper {
	padding-left: 0px;
	width: 100%;
	position: absolute;
}

.topindex {
	z-index: 800;
}

.drink-underlay {
	background-size: contain;
	width: 197px;
	height: 100%;
	position: absolute;
	z-index: 500;
}

#drag-wrapper {
	width: 30%;
	height: 100%;
	position: absolute;
	z-index: 9999;
	right: 0;
}

.dragbox {
	border: 1px solid #e2ddd7;
	border-radius: 8px;
	background-color: rgb(248,244,239);
	background-image: -moz-linear-gradient( 90deg, rgb(248,244,239) 0%, rgb(255,255,255) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(248,244,239) 0%, rgb(255,255,255) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(248,244,239) 0%, rgb(255,255,255) 100%);
	color: #53504c;
	font-size: 0.9em;
	width: 84px;
	height: 165px;
	position: absolute;
	top: -35px;
	left: 10px;
	z-index: 9999;
	text-align: center;
	cursor: move;
	padding: 10px 5px 5px 5px;
	box-shadow: 0px 10px 8px -8px rgb( 198, 195, 191 );
}

@media only screen and (min-width: 481px) {
	.dragbox  {
		width: 110px;
		height: 135px;
		padding: 5px 10px 10px 10px;
		font-size: 1em;
	}
}

.dragbox-icon {
	background-color: #F05028;
	background-image: url('../images/standard-drinks/drag-icon.png');
	background-repeat: no-repeat;
	background-size: contain;
	border-radius: 8px;
	width: 60px;
	height: 55px;
	margin: 10px auto;
	padding-top: 15px;
	text-align: center;
}
.lt-ie9 .dragbox-icon {
	background-image: url('../images/standard-drinks/drag-icon-ie.png');
	background-position: -4px -4px;
}
.dragbox-icon .icon-hamburger {
	background-position: 0px top;
}

.arrow-left {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 16px 12px 16px 0;
	border-color: transparent #F05028 transparent transparent;
	margin-left: -3px;
	margin-top: -15px;
}

.filled {
	font-weight: normal;
}

.filledStandardDrink {
	background-image: url('../images/standard-drinks/standard-drink-bkg.png');
	background-repeat: no-repeat;
	background-size: contain;
	width: 64px;
	height: 52px;
	margin: 0px auto;
	position: relative;
}
.lt-ie9 .filledStandardDrink {
	background-image: url('../images/standard-drinks/standard-drink-bkg-ie.png');
}
.approx {
	font-size: 0.625em;
	line-height: 2.4em;
}

.drink-measure {
	color: #F05028;
	/*font-family: opensans-bold, arial, sans-serif;*/
	font-weight: normal;
	font-style: normal;
	font-size: 1.625em;
	line-height: 0.9em;
	margin-left: -2px;
	margin-bottom: 15px;
}

.standardDrinkMl .drink-measure {
	color: #009bdc;
}

.drink-choices {
	text-align: center;
	padding-top: 100px;
	padding-bottom: 40px;
	margin-top: -30px;
	/*border-bottom: 1px solid #d3d1ce;*/
	background-image: url('../images/standard-drinks/coaster.png');
	background-repeat: no-repeat;
	background-position: center top;
	overflow: visible !important;
}

.guessBtn, .begin-sd-tool {
	border-color: rgb( 229, 144, 33 );
	background-color: rgb(245,161,51);
	background-image: -moz-linear-gradient( 90deg, rgb(245,161,51) 0%, rgb(250,166,53) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(245,161,51) 0%, rgb(250,166,53) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(245,161,51) 0%, rgb(250,166,53) 100%);
	box-shadow: 1px 1.2px 0px 0px rgb( 198, 195, 191 );
	color: #ffffff;
	position: relative;
	z-index: 9999;
	cursor: pointer;
	font-size: 1.4em !important;
	margin: 0px auto 20px auto;
	width: 250px;
	display: block;
	color: #ffffff;
	font-size: 1.285em;
	/*font-family: opensans-semibold;*/
	font-weight: normal;
	font-style: normal;
}

.btn.guessBtn {
	clear: both;
	display: block;
	font-size: 1.125em !important;
}

.begin-sd-tool {
	width: auto;
}

@media only screen and (min-width: 460px) {
	.begin-sd-tool {
		width: 260px;
	}
}

.step1, .step2, .step3, .btn-change-glass {
	position: relative;
	z-index: 9999;
	cursor: pointer;
}

.drink-container-template {
	display: none;
}



/* =================================================================
	STEP 4
==================================================================*/
.standardGuide {
	background: #009bdc;
	width: 38%;
	height: 3px;
	position: absolute;
	z-index: 8888;
	display: none;
	left: 31%;
}

.standardDrinkMl {
	background-color: #009bdc;
	border-radius: 8px;
	width: 84px;
	height: 165px;
	position: absolute;
	z-index: 9999;
	text-align: center;
	font-size: 0.9em;
	color: #fff;
	padding: 10px 5px 5px 5px;
	margin-top: -35px;
	margin-left: -97px;
	top: 0;
	box-shadow: 0px 10px 8px -8px rgb( 198, 195, 191 );
}

@media only screen and (min-width: 481px) {
	.standardDrinkMl  {
		width: 120px;
		height: 185px;
		padding: 15px 10px 10px 10px;
		font-size: 1em;
		margin-left: -132px;
	}
}

.arrow-right {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 16px 0 16px 12px;
	border-color: transparent transparent transparent #3c92af;
	margin-left: -11px;
	margin-top: -15px;
}

.dragbox.checked {
	background: none;
	background-color: #F05028;
	border: 0;
	border-radius: 8px;
	width: 84px;
	height: 165px;
	position: absolute;
	z-index: 9999;
	text-align: center;
	font-size: 0.9em;
	color: #fff;
	cursor: move;
	padding: 10px 5px 5px 5px;
	box-shadow: 0px 10px 8px -8px rgb( 198, 195, 191 );
}

@media only screen and (min-width: 481px) {
	.dragbox.checked   {
		width: 120px;
		height: 185px;
		padding: 15px 10px 10px 10px;
		font-size: 1em;
	}
}

.dragbox.checked .dragbox-icon {
	display: none;
}

.more-information {
	display: none;
	background-image: url('../images/standard-drinks/info-yellow.png');
	background-repeat: no-repeat;
}
.more-information h2 {
	font-size: 1.563em;
	margin-left: 37px;
}

.sdt-disclaimer {
	color: #6e6a65;
	display: none;
	font-size: 0.750em;
	font-style: italic;
	margin-top: -15px;
	margin-bottom: 20px;
}



/* =================================================================
	RISK TOOL icons
==================================================================*/
@font-face {
	font-family: 'ata-risks-icons';
	src: url('../fonts/ata-risks-icons.eot?g2nvpd');
	src: url('../fonts/ata-risks-icons.eot?#iefix-g2nvpd') format('embedded-opentype'),
	url('../fonts/ata-risks-icons.woff?-g2nvpd') format('woff'),
	url('../fonts/ata-risks-icons.ttf?-g2nvpd') format('truetype'),
	url('../fonts/ata-risks-icons.svg?-g2nvpd#ata-risks-icons') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="std-icon-"], [class*=" std-icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'ata-risks-icons' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.std-icon-facebook:before {
	content: "\e907";
}
.std-icon-email:before {
	content: "\e900";
}
.std-icon-calories:before {
	content: "\e901";
}
.std-icon-dollars:before {
	content: "\e902";
}
.std-icon-drinks:before {
	content: "\e903";
}
.std-icon-female:before {
	content: "\e904";
}
.std-icon-male:before {
	content: "\e905";
}
.std-icon-risk:before {
	content: "\e906";
}



/* =================================================================
	RISK TOOL
==================================================================*/
.tool-body-risk .row-content {
	float: left;
	width: 100%;
	display: block;
	padding-left: 0;
	padding-right: 0;
}

.tool-body-risk .left-col,
.tool-body-risk .right-col {
	max-width: 510px;
	margin: 0 auto;
}

.js-sdt-footer {
	display: none;
}

.js-sdt-footer .left50,
.js-sdt-footer .right50 {
	float: none;
	width: 100%;
}

@media only screen and (min-width: 960px) {
	.tool-body-risk .left-col,
	.js-sdt-footer .left50 {
		float: right;
		width: 45%;
	}

	.tool-body-risk .right-col,
	.js-sdt-footer .right50 {
		float: left;
		width: 50%;
	}

	#risk-step-3-left-col{
		width: 50%;
		margin: 0 2px 0 0;
	}
}

.tool-body-risk .btn {
	font-size: 18px !important;
	cursor: pointer;
}

.tool-body-risk .right50 {
	text-align: right;
}

.tool-risk__content {
	margin: 0 0 2.5em;
}

.tool-risk__content.is-goal {
	 display: none;
 }

.tool-risk__content.is-goal h1 {
	color: #009bdc;
}

.tool-body-risk.is-goal .is-goal {
	display: block;
}

.tool-body-risk.is-goal .is-current {
	display: none;
}

.tool-risk__select.tool-risk__select {
	/*border: 1px solid blue;*/
	position: relative;
	padding-left: 0;
	padding-right: 0;
}

.sdt-buttons .btn.initRiskTool {
	position: relative;
	z-index: 9999;
	cursor: pointer;
	border-color: #e59020;
	background: #F05028;
	/*background-image: -moz-linear-gradient( 90deg, rgb(245,161,51) 0%, rgb(250,166,53) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(245,161,51) 0%, rgb(250,166,53) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(245,161,51) 0%, rgb(250,166,53) 100%);*/
	color: #fff !important;
	float: right;
}

.sdt-buttons .btn.initRiskTool:hover {
	background: #F05028;
}



.btn.btn__sendResults {
	border: 1px solid #e2ddd7;
	border-radius: 5px;
	background-color: rgb(248,244,239);
	background-image: -moz-linear-gradient( 90deg, rgb(248,244,239) 0%, rgb(255,255,255) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(248,244,239) 0%, rgb(255,255,255) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(248,244,239) 0%, rgb(255,255,255) 100%);
	box-shadow: 0px 1px 0px 0px rgb( 198, 195, 191 );
	color: #53504c !important;
	/*font-family: opensans-semibold;*/
	font-weight: normal;
	font-style: normal;
	width: 100%;
	text-align: center;
	margin-bottom: 1em;
}

.btn.btn__sendResults:hover {
	color: #fff !important;
	border-color: #e59020;
}

.btn.btn__chevron-right {
	position: relative;
	padding-right: 41px;
	width: 100%;
	text-align: center;
	margin-bottom: 1em;
}

.btn__chevron-right:before {
	content: "\e603";
	font-family: 'icomoon';
	position: absolute;
	right: 9px;
	top: 13px;
	font-size: 29px;
}

@media only screen and (min-width: 960px) {
	.btn.btn__sendResults {
		width: auto;
		text-align: left;
	}

	.btn.btn__chevron-right {
		width: auto;
		text-align: left;
	}
}

.step-title {
	font-size: 1.188em;
	font-weight: bold;
	font-style: italic;
	display: block;
	clear: both;
	cursor: text;
}


/*overrides for drinking level items*/
.mini-drink-container {
	overflow: hidden;
	margin-top: 10px;
}

.mini-drink-container .drink-choices {
	background-image: none;
	padding-bottom: 20px;
}

.mini-drink-container .filledStandardDrink {
	width: 60px;
}

.mini-drink-container .drink-choices {
	padding-top: 40px;
	font-size: 0.9em;
}

.mini-drink-container .arrow-right {
	margin-left: -12px;
}

.mini-drink-container .drink-wrapper {
		border-radius: 8px;
	}

@media only screen and (min-width: 481px) {
	.mini-drink-container .standardDrinkMl,
	.mini-drink-container .dragbox.checked  {
		width: 80px;
		height: 162px;
		padding: 10px 5px 5px 5px;
		font-size: 0.86em;
	}

	.mini-drink-container .standardDrinkMl  {
		margin-left: -93px;
	}
}

@media only screen and (min-width: 960px) {
	.mini-drink-container .drink-wrapper {
		border-radius: 8px 8px 0 8px;
	}

	.gender-radios {
		padding-bottom: 2em;
	}
}

.gender-radios label {
	border: 1px solid rgb(226, 221, 215);
	box-shadow: 0px 2px 0px 0px rgb( 198, 195, 191 );
	border-radius: 8px;
	background: #fff;
	background-image: -moz-linear-gradient( 90deg, rgb(250,248,244) 0%, rgb(255,255,255) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(250,248,244) 0%, rgb(255,255,255) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(250,248,244) 0%, rgb(255,255,255) 100%);
	cursor: pointer;
	padding: 10px 0;
	width: 140px;
	height: 140px;
	display: inline-block;
	margin: 10px 10px 20px 0;
	text-align: center;
	font-weight: bold;
}

.gender-radios label:last-child {
	margin-right: 0;
}

.gender-radios label.active {
	border: 1px solid #F05028;
	box-shadow: none;
	color: #F05028;
	 -webkit-box-shadow:inset 0px 0px 0px 3px #F05028;
	-moz-box-shadow:inset 0px 0px 0px 3px #F05028;
	box-shadow:inset 0px 0px 0px 3px #F05028;

}

.gender-radios label.disabled {
	border: 1px solid #d8c9b4;
	color: #d8c9b4;
	box-shadow: none;
}

.gender-radios label.active.disabled {
	border: 1px solid #F05028;
	color: #F05028;
	width: 140px;
	height: 130px;
}

.gender-radios p, .gender-radios span {
	font-size: 78px !important;
	margin-bottom: 10px;
	margin-top: -10px;
	color: #d8c9b4;
	display:block;
}

.gender-radios label.active p {
	color: #F05028;
}

.gender-radios label.active.disabled p {
	color: #F05028;
}

.gender-radios input {
	visibility:hidden;
	margin-left: -20px;
}

/* Make radio btns work on IE9 */
.lt-ie10 .gender-radios input {
	visibility: visible;
	margin-left: -99em;
}


/* Custom drop-down styles, pure css*/
.selectdiv {
	position: relative;
	max-width: 300px;
}

.selectdiv:after {
	content: "\e601";
	font-family: 'icomoon';
	font-size: 2.5em;
	text-align: center;
	line-height: 0.5em;
	speak: none;
	-webkit-font-smoothing: antialiased;
	color: #F05028;
	right: 0;
	top: 12px;
	height: 34px;
	max-width: 300px;
	padding: 15px 4px 0px;
	border-left: 1px solid #0ebeff;
	position: absolute;
	pointer-events: none;
	border-left: 1px solid #e2ddd7;
}

.selectdiv.disabled:after {
	color: #d8c9b4;
}

.selectdiv select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid rgb(226, 221, 215);
	box-shadow: 0px 1px 0px 0px rgb( 198, 195, 191 );
	border-radius: 8px;
	background: #fff;
	background-image: -moz-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(251,248,246) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(251,248,246) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(251,248,246) 100%);
	width: 100%;
	text-indent: 0.01px;
	text-overflow: "";
	font-size: 1.1em;
	padding: 15px 20px;
	margin-top: 10px;
	margin-bottom: 30px;
	outline: none;
	cursor: pointer;
}

.selectdiv select::-ms-expand {
	display: none;
}

@media only screen and (min-width: 960px) {
	.selectdiv select {
		margin-bottom: 0;
	}
}

.selectdiv.disabled select {
	color: #c7b7a0;
	box-shadow: none;
}

.risk-base-step-3 .selectdiv {
	width: 60%;
}

.risk-base-step-3 .selectdiv select {
	float: left;
}

.risk-base-step-3:before  {
	content:" ";
	position:absolute;
	width: 20px;
	height: 20px;
	/*background-color: #fcfcfc;*/
	top: -19px;
	right: -1px;
}

.how-many-title {
	float: left;
	margin-left: 20px;
	width: 100px;
	font-size: 0.9em;
	padding-top: 1.1em;
}

.how-many-title:before {
	content: "At your pour size below";
}

@media only screen and (min-width: 960px) {
	.risk-base-step-3 {
		border: 1px solid rgb(226, 221, 215);
		border-left-color: #fff;
		box-shadow: 0px 2px 0px 0px rgb( 198, 195, 191 );
		border-radius: 0 8px 8px 0;
		background: #fff;
		position: absolute;
		padding: 24px 0 32px 60px;
		bottom: 30px;
		width: 336px;
		width: calc(50% + 1px);
	}

	.risk-base-step-3 .selectdiv {
		width: 190px;
	}

	.inner-corner:before {/*
		content:" ";
		position:absolute;
		width: 20px;
		height: 20px;
		background-color: #fcfcfc;
		border-right: 1px solid rgb(226, 221, 215);
		border-bottom: 1px solid rgb(226, 221, 215);
		border-bottom-right-radius: 8px;
		top: -21px;
		right: -1px;*/
	}

	.how-many-title {
		float: left;
		margin-left:10px;
		width: 110px;
	}

	.how-many-title:before {
		content: "At your pour size on the left";
	}
}

/* IE9 */
.lt-ie10 .selectdiv:after {
	content: " ";
	border-left: 0px solid #e2ddd7;
}


.btn-myResults-container {
	text-align: center;
}

.btn-myResults-container .btn {
	cursor: pointer;
}

.myResults {
	background: #F05028;
	border-radius: 8px;
	padding: 10px;
	position: relative;
	margin: 0;
}

@media screen and (min-width: 420px) {
	.myResults {
		margin: 0;
	}
}

.myResults--decreased,
.myResults.is-lower,
.myResults.is-average {
	background: #0F1E64;
}

.initial-result .is-average,
.initial-result .is-higher,
.initial-result .is-lower {
	display: none;
}

.initial-result.is-average .is-average,
.initial-result.is-higher .is-higher,
.initial-result.is-lower .is-lower {
	display: block;
}

/*.initial-result.is-higher .myResults__asterisk {
	display: block;
}*/

.updated-result .is-average,
.updated-result .is-higher,
.updated-result .is-lower {
	display: none;
}

.updated-result.is-average .is-average,
.updated-result.is-higher .is-higher,
.updated-result.is-lower .is-lower {
	display: block;
}

.updated-result .old-average,
.updated-result .old-higher,
.updated-result .old-lower {
	display: none;
}

.updated-result.old-average .old-average,
.updated-result.old-higher .old-higher,
.updated-result.old-lower .old-lower {
	display: block;
}

/*.updated-result.old-higher .myResults__asterisk,
.updated-result.is-higher .myResults__asterisk {
	display: block;
}*/

.is-same {
	display: none;
}

.myResults__consumption,
.myResults__equates {
	color: #fff;
	display: block;
	padding: 20px;
	text-align: center;
	width: 100%;
}

.myResults__consumption {
	font-size: 16px;
	position: relative;
	float: none;
	display:none;
}

.myResults__asterisk,#Content .myResults__asterisk  {
	text-align: center;
	/*font-family: opensans-semibold;*/
	font-size: 10px;
	margin-top: 0.5em;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	/*display: none;*/
}

@media only screen and (min-width: 960px) {
	.myResults {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin: 0;
		clear:both;
	}

	.myResults__consumption,
	.myResults__equates {
		width: 100%;
	}

	.myResults__consumption {
		font-size: 16px;
		float: left;
	}
}

.myResults__consumption h3 {
	color: #fff;
	margin: 0 0 20px;
}

.myResults__equates {
	background: #b43313;
	border-radius: 8px;
	padding: 20px 0 0;
	float: right;
}

.myResults--decreased .myResults__equates,
.myResults.is-lower .myResults__equates, .myResults.is-average .myResults__equates {
	background: #009bdc;
}

.myResults__equates p {
	padding: 0 20px;
}

.myResults__equates-to {
	border-top: 1px solid #F05028;
	padding: 25px 20px 5px 20px;
}

.myResults--decreased .myResults__equates-to,
.myResults.is-lower .myResults__equates-to, .myResults.is-average .myResults__equates-to {
	border-top: 1px solid #0F1E64;
}

.myResults__equates-to:last-child {
	margin-bottom: 30px;
}

.myResults__equates-to p ,#Content .myResults__equates-to p{
	font-size: 52px;
	margin-bottom: 5px;
}

.myResults__equates-to span {
	/*font-family: opensans-semibold;*/
	margin-left: 10px;
	line-height: 1;
	vertical-align: bottom;
}

.myResults__consumption strong {
	font-size: 30px;
	display: block;
	/*font-family: opensans-semibold;*/
	margin: 0 0 20px;
}

.myResults__risk,#Content p.myResults__risk  {
	font-size: 94px;
	/*font-family: opensans-bold;*/
	line-height: 1;
	margin-bottom: 22px;
}

.myResults__new-result {
	margin: 0 -20px 20px -30px;
	padding: 0 20px 20px 30px;
	border-bottom: 2px solid #fff;
}

.myResults__new-result h3,
.myResults__old-result h3,
.myResults__new-result p,
.myResults__old-result p {
	margin: 0;
}

.sdt-recalculate {
	background: #edeae3;
	border-radius: 8px;
	padding: 1px 30px 30px;
	margin: 50px 0 30px;

}

.sdt-recalculate h2 {
	color: #53504c;
}

.sdt-recalculate .btn {
	background: #0F1E64;
	border-color: #26758e;
	float: right;
	margin: 0;
	color:#fff !important;
}

.sdt-recalculate .btn:hover {
	background: #317a92;
}

.sdt-social-media {
	text-align: center;
}

.sdt-share {
	background: #edeae3;
	border-radius: 8px;
	/*font-family: opensans-semibold;*/
	padding: 15px;
	margin: 30px 0;
}

.sdt-share p {
	max-width: 366px;
	float: none;
	font-size: 1.1em;
	font-style: italic;
	padding: 8px 12px;
	margin: 0 auto;
}

.sdt-share__social {
	background: #ddd8cd;
	border-radius: 8px;
	padding: 10px 10px 10px 20px;
	width: 250px;
	float: none;
	display: block;
	margin: 0 auto;
}

@media only screen and (min-width: 960px) {
	.sdt-share p {
		width: 58%;
		float: left;
		margin: 0;
	}

	.sdt-share__social {
		width: 38%;
		float: right;
	}
}

.sdt-share__title {
	float: left;
	font-size: 1.1em;
	line-height: 50px;
}

.sdt-share__icon {
	border: 1px solid #fff;
	box-shadow: 0px 2px 0px 0px rgb( 198, 195, 191 );
	border-radius: 8px;
	background: #fff;
	width: 65px;
	height: 50px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #53504c;
	float: right;
	font-size: 2em;
	line-height: 50px;
	margin-left: 10px;
}

.sdt-share__icon:visited {
	color: #53504c;
}

.sdt-share__icon:hover {
	color: #F05028;
}

.btn-change-glass {
	color: #F05028;
}

.btn-change-glass:hover {
	color: #F05028;
}

.loading-sdt {
	background: url('../images/standard-drinks/preloader.gif') center center no-repeat;
	min-height: auto;
}

@media only screen and (min-width: 960px) {
	.loading-sdt {
		min-height: 520px;
	}
}


.js-ata-tools {
	width: 100%;
	float: left;
}

.tool-body {
	width: 100%;
	float: left;
	margin-bottom: 2em;
}

.tool-header {
	border: 1px solid rgb(226, 221, 215);
	box-shadow: 0px 1px 0px 0px rgb( 198, 195, 191 );
	border-radius: 8px;
	background: #fff;
	background-image: -moz-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(251,248,246) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(251,248,246) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(251,248,246) 100%);
	width: 100%;
	float: left;
	display: block;
	margin-bottom: 20px;
}

.tool-header-option {
	border-left: 1px solid rgb(226, 221, 215);
	width: 50%;
	float: left;
	display: block;
	padding: 10px;
	text-align: center;
}

.tool-header-option:first-child {
	border-left: 0;
}

.tool-header-option a {
	color: #53504c;
	cursor: pointer;
	display: block;
	text-decoration: none;
	font-style: italic;
	font-size: 0.9em;
}

@media only screen and (min-width: 960px) {
	.tool-header-option {
		padding: 20px;
	}

	.tool-header-option a {
		font-size: 1.05em;
	}
}

.tool-header-option a:visited {
	color: #53504c;
}

.tool-header-option a:hover {
	color: #F05028;
	text-decoration: underline;
}

.tool-header-option.selected a {
	color: #F05028;
	font-weight: bold
}

.tool-indicator {
	margin: 1em 0 0;
	border-radius: 10px;
	border: 1px solid #ccc;
	color: #ccc;
	box-sizing: border-box;
	height: 82px;
}

.tool-indicator__item {
	float: left;
	width: 50%;
	padding: 0.5em 35px;
	text-align: center;
	position: relative;
	margin: -1px;
	box-sizing: border-box;
	height: 82px;
}

.tool-indicator__item.is-active {
	color: #fff;
}

.tool-indicator__item[data-state=current].is-active {
	background: #F05028;
	border-radius: 10px 0 0 10px;
}

.tool-indicator__item[data-state=current].is-active:after {
	content: '';
	position: absolute;
	left: 100%;
	top: 0;
	bottom: 0;
	border-left: 19px solid #F05028;
	border-top: 41px solid transparent;
	border-bottom: 41px solid transparent;
}

.tool-indicator__item[data-state=goal].is-active {
	background: #009bdc;
	border-radius: 0 10px 10px 0;
}

.tool-indicator__item[data-state=goal].is-active:after,
.tool-indicator__item[data-state=goal].is-active:before {
	content: '';
	position: absolute;
	right: 100%;
	border-right: 19px solid #009bdc;
}

.tool-indicator__item[data-state=goal].is-active:after {
	top: 0;
	border-bottom: 41px solid transparent;
}

.tool-indicator__item[data-state=goal].is-active:before {
	bottom: 0;
	border-top: 41px solid transparent;
}

@media screen and (min-width: 380px) {
	.tool-indicator {
		height: 60px;
	}

	.tool-indicator__item {
		height: 60px;
		padding: 0.5em;
	}

	.tool-indicator__item[data-state=current].is-active:after {
		border-top-width: 30px;
		border-bottom-width: 30px;
	}


	.tool-indicator__item[data-state=goal].is-active:after {
		border-bottom-width: 30px;
	}

	.tool-indicator__item[data-state=goal].is-active:before {
		border-top-width: 30px;
	}

}

@media screen and (min-width: 460px) {
	.tool-indicator {
		height: 38px;
	}

	.tool-indicator__item {
		height: 38px;
		padding: 0.5em;
	}

	.tool-indicator__item[data-state=current].is-active:after {
		border-top-width: 19px;
		border-bottom-width: 19px;
	}


	.tool-indicator__item[data-state=goal].is-active:after {
		border-bottom-width: 19px;
	}

	.tool-indicator__item[data-state=goal].is-active:before {
		border-top-width: 19px;
	}

}

.tool-body-option {
	width: 100%;
	float: left;
	/*display: none;*/
	margin-top: 30px;
}

.mini-drink-container {
	width: 100%;
	display: block;
}

.error {
	color: red;
}

.accordion {
	color: #333;
	margin: 0 0 3em;
}

.accordion__header {
	font-weight: 700;
	/*font-size: 0.875em;*/
	line-height: 1;
	position: relative;
	padding: 20px 80px 20px 20px;
	text-decoration: none;
	border: 1px solid #e2ddd7;
	border-radius: 8px;
	background-color: rgb(251,248,246);
	background-image: -moz-linear-gradient( 90deg, rgb(251,248,246) 0%, rgb(254,254,254) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(251,248,246) 0%, rgb(254,254,254) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(251,248,246) 0%, rgb(254,254,254) 100%);
	box-shadow: 0px 1px 0px 0px rgb( 198, 195, 191 );
	color: #53504c !important;
	-webkit-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
	display: block;
	position: relative;
	margin-top: 8px;
	outline: none;
}

.accordion__header p {
	margin: 0;
}

.accordion__header.is-active {
	border-radius: 8px 8px 0 0;
	box-shadow: none;
}

.accordion__header:after {
	content: "\e601";
	font-family: 'icomoon';
	font-size: 2.25em;
	font-weight: normal;
	text-align: center;
	line-height: 150%;
	speak: none;
	-webkit-font-smoothing: antialiased;
	color: #53504c;
	right: 0;
	top: 0;
	height: 100%;
	padding: 0 17px;
	border-left: 1px solid #0ebeff;
	position: absolute;
	pointer-events: none;
	border-left: 1px solid #e2ddd7;
}

.accordion__header.is-active:after {
	content: "\e602";
}

.accordion__panel {
	display: none;
	padding: 20px;
	border: 1px solid #e2ddd7;
	border-top: 0;
	border-radius: 0 0 8px 8px;
	background-color: rgb(253,252,251);
	background-image: -moz-linear-gradient( 90deg, rgb(250,248,244) 0%, rgb(253,252,251) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(250,248,244) 0%, rgb(253,252,251) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(250,248,244) 0%, rgb(253,252,251) 100%);
	box-shadow: 0px 1px 0px 0px rgb( 198, 195, 191 );
}

.accordion__panel p {
	margin: 0 40px 0 0;
}

.accordion__panel.is-active {
	display: block;
}

/*hide button in the risk tool*/
.tool-body-risk .sdt-buttons,
.tool-body-standard-drink .btn-change-glass {
	display: none;
}

.tips-list {
	padding: 0px;
}

.tips-list li {
	list-style: none;
	margin-bottom: 20px;
}

/*#header, #main-navigation-container {
	opacity: 0;
}*/