/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/*
 * A better looking default horizontal rule
 */

.sg-calc hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

.sg-calc img {
    vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */

.sg-calc fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */

.sg-calc textarea {
    resize: vertical;
}
/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.sg-calc .chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.sg-calc *,
.sg-calc *::before,
.sg-calc *::after {
    box-sizing: border-box;
}
.sg-calc {
    font-size: 14px;
    line-height: 1.42857;
    font-family: "FocoCC", Arial, Helvetica, Sans-Serif;
}
.sg-calc #w1 {
    width: 100%;
    max-width: 550px;
    background: #fff;
    margin: 0px auto 0px auto;
    padding:0;
    border:none;
}
.lt-ie9 .sg-calc #w1 {
    max-width: 800px;
    background: #fff;
}
.sg-calc #w2 {
    background: #fff;
    padding: 38px 28px 35px 28px;
    margin: 0px auto 0px auto;
    color: #0F1E64;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.lt-ie9 .sg-calc #w2 {
    background: #0091b4;
}
.sg-calc header {
    background: #fff;
    margin-bottom: 29px;
    position: relative;
    color: #0F1E64;
    text-align: center;
    padding:0px;
    line-height: 1.4;
}
.sg-calc #vending-machine,
#results {
    display: none;
}
.sg-calc header .live-lighter {
    background: #fff;
    z-index: 1;
    position: relative;
    padding: 0px 19px;
    font-size: 25px;
    font-family: Futura, "FuturaBT-Heavy", "Trebuchet MS", Arial, sans-serif;
}
.sg-calc header .live-lighter span {
    color: #ffcc00;
    font-weight: 700;
}
.sg-calc h1,
.sg-calc h2 {
    font-weight: normal;
	margin:0;
}
.sg-calc header h1 {
    padding:10px 0 5px 0;
    margin: -19px 0px 15px 0px;
    font-family: "FocoCCBold", Arial, Helvetica, Sans-Serif;
    font-weight: normal;
    font-size: 42px;
    line-height: 1.1;
}
.sg-calc header h2 {
    text-align: center;
    font-size: 18px;
	color:#888;
    line-height: 1.1;
    text-transform: none;
}
.sg-calc h2 {
    font-size: 24px;
    font-weight: normal;
}
.sg-calc a:hover {
    text-decoration: none;
}
.sg-calc .btn {
    display: inline-block;
    width: 160px;
    padding: 14px 14px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    
    font-size: 15px;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    color: #0F1E64;
	font-family: "FocoCCBlack", Arial, Helvetica, Sans-Serif;
    font-weight: normal;
    background: #ffd200;
}
.sg-calc .btn:active {
    box-shadow: none;
}
.sg-calc .btn:hover {
    color: #fff;
	background: #0F1E64;
}
.sg-calc .btn small {
    font-size: 11px;
    display: block;
}
.sg-calc .split2 {
    width: 50%;
    float: left;
    position: relative;
}
.sg-calc .img-text {
    position: relative;
    top: 13px;
    margin: 0px auto;
}
.sg-calc input[type='text'] {
    position: relative;
    background: #fff;
    border: 5px solid #fff;
    font-weight: bold;
    text-align: center;
    color: #0F1E64;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.sg-calc input[type='text'].error {
    background: #fff;
    border: 2px solid #e30347;
}
.sg-calc div.error {
    display: block;
    display: none;
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 36px;
    background: #e30347;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.lt-ie9 .sg-calc div.error {
    background: #e30347;
}
.sg-calc .gloss-overlay {
    background: url('../img/gloss-overlay.png') no-repeat 0px 0px;
    background-size: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 2;
}
.lt-ie9 .sg-calc .gloss-overlay {
    background: none;
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader( src='/img/gloss-overlay.png', sizingMethod='scale');
}
.sg-calc .white-box {
    color: #0F1E64;
    background: #fff;
    position: relative;
}
/* ==========================================================================
   Start page
   ========================================================================== */

.sg-calc #start {
    color: #0F1E64;
}
.sg-calc #start .white-box {
    text-align: left;
}
.sg-calc #start .split2 {
	width:100%;
    min-height: 0px;
}
.sg-calc .white-box {
    padding:0px;
	margin-top:-25px;
}
.sg-calc .white-box .content {
    padding: 0;
}
.sg-calc #start .white-box p {
    font-size: 15px;
    line-height: 25px;
    display: block;
    margin:8px 0px;
	text-align:center;
	color:#333;
}
.sg-calc #start #vitals {
	box-sizing:border-box;
	width:100%;
	padding:5%;
    line-height: 22px;
    overflow: hidden;
    text-align: center;
	color:#333;
	background:#F6F6F6;
	border-radius:8px;
}
.sg-calc #start .floated-control {
    float: left;
}
.sg-calc #start .floated-control label {
    display: inline-block;
    font-weight: normal;
}
.sg-calc #start .gender-label {
	font-family: "FocoCCBold", Arial, Helvetica, Sans-Serif;
}
.sg-calc #start .floated-controls {
    float: left;
	margin: 10px 0;
	width:25%;
}
/*the .new-browsers class is in the html tag*/

.new-browsers .sg-calc #start input[type='radio'] {
    display: none;
}
.new-browsers .sg-calc #start input[type='radio'] + label {
    position: relative;
    padding-right: 30px;
    cursor: pointer;
}
/*the .lt-ie9 class is in the html tag*/

.lt-ie9 .sg-calc .floated-controls {
    margin-right: 20px;
}
.lt-ie9 .sg-calc .female-float {
    margin-right: 20px;
}
.lt-ie9 .sg-calc .female-float input,
.lt-ie9 .sg-calc .male-float input {
    margin-right: 8px;
}
.new-browsers .sg-calc #start input[type='radio'] + label:before {
    display: block;
    z-index: 1;
    position: absolute;
    content: ' ';
    width: 16px;
    height: 16px;
    top: 2px;
    right: 2px;

    border: 1px solid #0F1E64;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    
    -webkit-box-shadow: 0px 0px 0px 2px #00447e;
    -moz-box-shadow: 0px 0px 0px 2px #00447e;
    box-shadow: 0px 0px 0px 2px #00447e;

    background-color: #fff;
}
.new-browsers .sg-calc #start input[type='radio']:checked + label:after {
    display: block;
    z-index: 1;
    position: absolute;
    content: ' ';
    width: 8px;
    height: 8px;
    top: 6px;
    right: 6px;

    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;

    background-color: #0F1E64;
}
.new-browsers .sg-calc #start input[type='radio'] + label.error:before {
    border-color: #0F1E64;
}
.new-browsers .sg-calc #start #female + label {
    margin-right: 13px;
}
.sg-calc #start .text-inputs {
	padding: 10px;
    float: left;
    width: 75%;
	box-sizing:border-box;
}
.sg-calc #start .vitals-input-border {
    margin-right: 30px;
    padding:0;
    overflow-x: visible;
    position: relative;
}
.sg-calc #start .vitals-input-border label {
    display: block;
	font-family: "FocoCCBold", Arial, Helvetica, Sans-Serif;
}
.sg-calc #start input[type='text'] {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 22px;
    padding: 3px 0px;
    font-family: Arial, sans-serif;
    width: 64px;
	border:1px solid #333;
}
.sg-calc #start .btn.start {
    margin: 10px auto 0px auto;
}
.sg-calc #start div.error {
    margin:10px 0;
	clear:both;
}
/* ==========================================================================
   Vending machine page
   ========================================================================== */

.sg-calc #vending-machine {
    position: relative;
}
.sg-calc #vending-machine .subheading {
    top: -83px;
}
.sg-calc #vending-machine .selectors {
	box-sizing:border-box;
    width: 100%;
	padding:5%;
    margin:0px;
    float: left;
	background:#F6F6F6;
	border-radius:8px;
}
.sg-calc #vending-machine .selector {
	box-sizing:border-box;
    width: 100%;
    margin:5px 0;
	padding:0;
    float: left;
	border-radius: 3px;
	border:1px solid #888;
	background:#fff;
}
.sg-calc #vending-machine .selector .drink {
    width: 20%;
	padding:5px 0;
    background: #fff;
    position: relative;
    text-align: center;
	float:left;
}
.sg-calc #vending-machine .selector .drink .gloss-overlay {
    background-size: 100% 70%;
}
.sg-calc #vending-machine .selector .drink img {
    width: auto;
	height:100%;
	max-height:50px;
}
.sg-calc #vending-machine .selector .drink-label{
    width: 40%;
	height:60px;
	margin:0;
    text-align: left;
	float:left;
	display:inline-block;
	border-right:1px solid #888;
	font-family: "FocoCCBold", Arial, Helvetica, Sans-Serif;
	font-weight: normal;
}
.sg-calc #vending-machine .selector .button-panel {
    width: 40%;
    position: relative;
    background: #fff;
	float:right;
}
.sg-calc #vending-machine .selector .button-panel input[type='text'] {
    width: 50%;
    height: 60px;
	padding:0;
	margin:0;
    font-size: 25px;
	font-family: "FocoCCBold", Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	float:left;
	border:none;
	border-left:1px solid #888;
	border-right:1px solid #888;
	border-radius:0;
}
.sg-calc #vending-machine .selector .btn {
    width: 25%;
    height:60px;
    padding:15px 0;
	margin:0;
	float:left;
    cursor: pointer;
    background: #fff;
    box-shadow: none;
	border-radius:0;
	font-family: "FocoCC", Arial, Helvetica, Sans-Serif;
	font-size:30px;
}
.sg-calc #vending-machine .selector .btn:hover {
    background: #0F1E64;
	color:#fff;
}
.sg-calc #vending-machine .selector .info {
    text-align: center;
}
.sg-calc #vending-machine .selector .info.drink-name {
	height:15px;
	padding:22.5px 0 0 0;
    color: #0F1E64;
    font-size: 13px;
	display:inline-block;
}
.sg-calc #vending-machine .selector .info.quantity {
	height:15px;
	padding:22.5px 0 0 0;
    color: #0F1E64;
    font-size: 12px;
	display:inline-block;
}
.sg-calc #vending-machine .drink-dispenser {
    width: 84px;
    height: 788px;
    float: right;
}
.sg-calc #vending-machine footer {
    text-align: center;
}
.sg-calc #vending-machine .btn.next {
    margin: 0px auto;
    clear: both;
}
.sg-calc #vending-machine div.error {
    margin-bottom: 29px;
    clear: both;
}
/* ==========================================================================
   Results page
   ========================================================================== */

.sg-calc #main {
    padding:0;
    background: #fff;
}
.sg-calc #main h2 {
	width:100%;
    margin: 1em 0 0 0;
	display:inline-block;
    background: #fff;
	font-family: "FocoCCBold", Arial, Helvetica, Sans-Serif;
	font-size: 20px;
}
.sg-calc #main .split2.drink-consumption p,
.sg-calc #main .split2.sugar-consumption p {
    clear: both;
}
.sg-calc #main .split2.sugar-consumption p {
    margin-left: 9px;
    clear: both;
}
.sg-calc #main .drink-consumption-container {
    position: relative;
}
.sg-calc #main .split2.drink-consumption {
    width: 53.2%;
}
.sg-calc #main .drink-consumption-container .split2.total-wrapper,
.sg-calc #main .sugar-consumption-container .split2.total-wrapper {
    width:100%;
	display:inline-block;
}
.sg-calc #main .split2 .number,.sg-calc #main .split2 .units{
	color:#F05028;
}
/*
.sg-calc #main .drink-consumption-container .split2.total-wrapper,
.sg-calc #main .sugar-consumption-container .split2.total-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
}
.sg-calc #main .drink-consumption-container .split2.total-wrapper {
    margin-top: -27px;
    width: 46.8%;
    left: 53.2%;
}
.sg-calc #main .sugar-consumption-container .split2.total-wrapper {
    margin-top: -60px;
}
.sg-calc #main .drink-consumption-container .split2.total-wrapper.smaller {
    margin-top: -14px;
}
.sg-calc #main .split2 .total {
    font-size: 100px;
    line-height: 100px;
    text-align: center;
    font-family: Futura, "FuturaBT-Heavy", "Trebuchet MS", Arial, sans-serif;
    font-weight: 700;
    position: relative;
    float: left;
}
.sg-calc #main .split2 .total .equals {
    left: 0px;
}
.sg-calc #main .split2 .equals {
    font-size: 86px;
    line-height: 86px;
    color: #273a87;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    top: 4px;
    position: absolute;
    display: block;
    float: left;
    margin-left: -60px;
}
.sg-calc #main .drink-consumption-container .split2.total-wrapper .equals {
    top: 17px;
}
.sg-calc #main .drink-consumption-container .split2.total-wrapper.smaller .equals {
    top: 11px;
}
.sg-calc #main .split2.total-wrapper.smaller .total {
    font-size: 80px;
    line-height: 80px;
}
.sg-calc #main .drink-consumption-container .total {
    margin-left: 60px;
}
.sg-calc #main .sugar-consumption-container .total {
    font-size: 120px;
    line-height: 120px;
    margin-left: 120px;
}
.sg-calc #main .split2 .units {
    display: block;
    clear: both;
    
    font-size: 15px;
    text-align: center;
    position: relative;
    line-height: 1.2;
}
*/
.sg-calc #main .split2.drink-consumption .bottle {
    width: 119px;
    height: 134px;
    text-align: left;
    line-height: 134px;
    float: left;
    font-family: Futura, "FuturaBT-Heavy", "Trebuchet MS", Arial, sans-serif;
    font-weight: 700;
    font-size: 31px;
    color: #273a87;
    margin-bottom: 20px;
}
.sg-calc #main .split2.drink-consumption .bottle img {
    display: block;
    float: left;
    height: 100%;
    margin-left: -23px;
}
.sg-calc #main .split2.drink-consumption .bottle .amount {
    float: left;
    margin-left: -16px;
}
.sg-calc #main .split2.total-litres{
	width:100%;
}
.sg-calc #main .split2 .jug-total{
	color:#F05028;
}
/*
.sg-calc #main .split2 .jug {
    position: relative;
    margin-bottom: -60px;
}
.sg-calc #main .split2 .jug img {
    position: relative;
}
.sg-calc #main .split2 .jug span {
    text-align: center;
    display: block;
    color: #fff;
    position: relative;
    top: -160px;
    z-index: 1;
}
.sg-calc #main .jug .jug-total {
    font-family: Futura, "FuturaBT-Heavy", "Trebuchet MS", Arial, sans-serif;
    font-weight: 700;
    font-size: 64px;
    margin: 0px 81px 0px 22px;
}
.sg-calc #main .jug .units {
    margin: 0px 113px 0px 54px;
}
*/
.sg-calc #main .split2.energy-comparison{
	width:100%;
}
.sg-calc #main .split2.energy-comparison .scales h2 span {
	color:#F05028;
}
/*
.sg-calc #main .split2.energy-comparison h2{
	margin:-20px 0 0.83em 0px;
}
.sg-calc #main .split2.energy-comparison .scales {
    position: relative;
    width: 326px;
}
.sg-calc #main .split2.energy-comparison .scales img {
    width: 326px;
    height: 288px;
}
.sg-calc #main .split2.energy-comparison .scales > span {
    position: absolute;
    text-transform: uppercase;
    top: 138px;
    display: block;
    width: 72px;
    left: 29px;
    font-size: 16px;
    text-align: center;
    font-family: Futura, "FuturaBT-Heavy", "Trebuchet MS", Arial, sans-serif;
    font-weight: 700;
}
.sg-calc #main .split2.energy-comparison .scales .weight {
    font-size: 27px;
    padding-right: 3px;
}
*/
.sg-calc #main .split2.sugar-consumption {
    width: 400px;
}
.sg-calc #main .sugar-consumption-container {
    position: relative;
    padding-bottom: 30px;
}
.sg-calc .sugar-consumption-container .total-wrapper {
    width: 276px;
}
.sg-calc #main .sugar-consumption-container .split2.total-wrapper .equals {
    top: 0px;
	left:10px;
}
.sg-calc #main .sugar-consumption-container .split2.total-wrapper.smaller .equals {
    top: 18px;
}
.sg-calc #main .split2.sugar-consumption .spoon {
    width: 62px;
    height: 28px;
    margin: 4px 18px 4px 0px;
    display: block;
    float: left;
}
.sg-calc #main .burn-time {
    clear: both;
    position: relative;
    background: #fff;
}
.sg-calc #main .burn-time .burn-icons {
    width: 90px;
    float: left;
    height: 490px;
}
.sg-calc #main .burn-time .burn-icons .icon-wrap {
    height: 80px;
    width: 80px;
    margin: 9px 0px;
    position: relative;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
}
.sg-calc #main .burn-time .bar-wrap .icon-wrap {
    position: absolute;
    left: -90px;
    height: 80px;
    width: 80px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    top: 0px;
}
.sg-calc #main .burn-time .bar-wrap .icon-wrap .line {
    display: block;
    height: 4px;
    width: 12px;
    position: absolute;
    right: -8px;
    top: 50%;
    margin-top: -2px;
}
.sg-calc #main .burn-time .bar-wrap.walking .icon-wrap,
.sg-calc #main .burn-time .bar-wrap.walking .line {
    background: #0091b4;
}
.sg-calc #main .burn-time .bar-wrap.housework .icon-wrap,
.sg-calc #main .burn-time .bar-wrap.housework .line {
    background: #bd0047;
}
.sg-calc #main .burn-time .bar-wrap.running .icon-wrap,
.sg-calc #main .burn-time .bar-wrap.running .line {
    background: #1fa22e;
}
.sg-calc #main .burn-time .bar-wrap.swimming .icon-wrap,
.sg-calc #main .burn-time .bar-wrap.swimming .line {
    background: #ffcc00;
}
.sg-calc #main .burn-time .bar-wrap.cycling .icon-wrap,
.sg-calc #main .burn-time .bar-wrap.cycling .line {
    background: #ee7f00;
}
.sg-calc #main .burn-time .bar-wrap .icon-walking {
    position: absolute;
    left: 50%;
    margin-left: -19px;
    top: 50%;
    margin-top: -27px;
}
.sg-calc #main .burn-time .bar-wrap .icon-housework {
    position: absolute;
    left: 50%;
    margin-left: -21px;
    top: 50%;
    margin-top: -28px;
}
.sg-calc #main .burn-time .bar-wrap .icon-running {
    position: absolute;
    left: 50%;
    margin-left: -22px;
    top: 50%;
    margin-top: -25px;
}
.sg-calc #main .burn-time .bar-wrap .icon-swimming {
    position: absolute;
    left: 50%;
    margin-left: -25px;
    top: 50%;
    margin-top: -18px;
}
.sg-calc #main .burn-time .bar-wrap .icon-cycling {
    position: absolute;
    left: 50%;
    margin-left: -30px;
    top: 50%;
    margin-top: -18px;
}
.sg-calc #main .burn-time .time-bars {
	width:100%;
    float: left;
}
.sg-calc #main .burn-time .bar-wrap {
    height: 40px;
    padding:0px;
    width: 100%;
    margin: 8px 0 0 0;
    position: relative;
}
.sg-calc #main .burn-time .bar-wrap .bar {
    height: 40px;
    width: 100%;
    position: relative;
    color: #0F1E64;
}
.sg-calc #main .burn-time .bar-wrap .bar span:first-child {
    font-size: 18px;
    margin-top: 10px;
    margin-left: 10px;
    float: left;
	font-family: "FocoCCBold", Arial, Helvetica, Sans-Serif;
}
.sg-calc #main .burn-time .bar-wrap .bar .time {
    font-size: 14px;
    margin-top: 10px;
    margin-right: 15px;
    position: absolute;
    right: 0px;
    float: none;
    width: 212%;
    text-align: right;
}
/*
.sg-calc #main .burn-time .bar-wrap.walking {
    border-left: 4px solid #0091b4;
}
.sg-calc #main .burn-time .bar-wrap.housework {
    border-left: 4px solid #bd0047;
}
.sg-calc #main .burn-time .bar-wrap.running {
    border-left: 4px solid #1fa22e;
}
.sg-calc #main .burn-time .bar-wrap.swimming {
    border-left: 4px solid #ffcc00;
}
.sg-calc #main .burn-time .bar-wrap.cycling {
    border-left: 4px solid #ee7f00;
}
*/
.sg-calc #main .burn-time .bar-wrap.walking .bar {
    background: #ffe87f;
}
.sg-calc #main .burn-time .bar-wrap.housework .bar {
    background: #ffe466;
}
.sg-calc #main .burn-time .bar-wrap.running .bar {
    background: #ffdb33;
}
.sg-calc #main .burn-time .bar-wrap.swimming .bar {
    background: #ffd71a;
}
.sg-calc #main .burn-time .bar-wrap.cycling .bar {
    background: #ffd200;
}
.sg-calc #action {
    color: #fff;
    margin-top: 22px;
}
.sg-calc #action .white-box {
    width: 548px;
    float: left;
    font-size: 17px;
    line-height: 20px;
	margin:0;
}
.sg-calc #action .white-box p {
    font-size: 24px;
    line-height: 28px;
    display: block;
    margin: 10px 0px 21px 0px;
}
.sg-calc #action .links {
    float: left;
    width: 100%;
    padding-left: 28px;
    text-align: center;
    margin-top: 20px;
}
.sg-calc #action .links .btn.action {
    margin-bottom: 27px;
    padding-left: 7px;
    padding-right: 7px;
}
.sg-calc .share-links {
    padding-top: 34px;
}
.sg-calc .share-links .btn.icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0;
}
.sg-calc .share-links .icon {
    font-family: 'entypo';
    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;
}
.sg-calc .share-links .facebook:before {
    content: '\F30C';
}
.sg-calc .share-links .twitter:before {
    content: '\F309';
}
.sg-calc .share-links .email:before {
    content: '\2709';
}
.sg-calc .share-links a {
    white-space: nowrap;
    margin-right: 28px;
}
.sg-calc .share-links span,
.sg-calc .share-links a {
    float: left;
    color: #fff;
    line-height: 30px;
}
.sg-calc .share-links .share-description {
    margin-left: 12px;
    text-decoration: underline;
}
.sg-calc .share-links a:hover .share-description {
    text-decoration: none;
}
.sg-calc .share-links .share-title {
    font-size: 22px;
    margin-right: 20px;
}
.sg-calc #disclaimer {
    display: none;
    color: #666;
    font-size: 14px;
    margin: 40px auto 0px auto;
}
.sg-calc #disclaimer a {
    color: #666;
    text-decoration: underline;
}
.sg-calc #disclaimer a:hover {
    text-decoration: none;
}
.sg-calc #disclaimer span {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #EB591E;
}
/* ==========================================================================
   Sprite classes
   ========================================================================== */
/* Generated by http://css.spritegen.com CSS Sprite Generator */
/* note: the icon-housework-mobile (etc) rules need to be moved to the media query for max width 804 and changed to .icon-housework {... etc
*/

.sg-calc .spoon, 
.sg-calc .icon-cycling, 
.sg-calc .icon-swimming, 
.sg-calc .icon-running, 
.sg-calc .icon-cycling-mobile, 
.sg-calc .icon-housework, 
.sg-calc .icon-walking, 
.sg-calc .icon-swimming-mobile, 
.sg-calc .icon-running-mobile, 
.sg-calc .icon-housework-mobile, 
.sg-calc .icon-walking-mobile {
    display: block;
    background: url('../img/sprite.png') no-repeat;
}
.sg-calc .spoon { background-position: -0px -0px; width: 62px; height: 28px; }
.sg-calc .icon-cycling { background-position: -0px -28px; width: 61px; height: 37px; }
.sg-calc .icon-swimming { background-position: -0px -65px; width: 49px; height: 35px; }
.sg-calc .icon-running { background-position: -0px -100px; width: 43px; height: 50px; }
.sg-calc .icon-housework { background-position: -0px -176px; width: 41px; height: 56px; }
.sg-calc .icon-walking { background-position: -0px -232px; width: 38px; height: 55px; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */

.sg-calc .ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    
    *text-indent: -9999px;
}
.sg-calc .ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.sg-calc .hidden {
    display: none !important;
    visibility: hidden;
}
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.sg-calc .visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.sg-calc .visuallyhidden.focusable:active,
.sg-calc .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
/*
 * Hide visually and from screenreaders, but maintain layout
 */

.sg-calc .invisible {
    visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.sg-calc .clearfix:before,
.sg-calc .clearfix:after {
    content: " ";
    /* 1 */
    
    display: table;
    /* 2 */
}
.sg-calc .clearfix:after {
    clear: both;
}
/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.sg-calc .clearfix {
    *zoom: 1;
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}
@media only screen and (max-width: 360px) {
    .sg-calc #w1 {
        border: 0px;
        padding: 0px;
    }
    .sg-calc #w2 {
        padding: 17px;
        min-width: 256px;
    }
    .sg-calc header {
        background: none;
        margin-bottom: 17px;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }
    .sg-calc .split2 {
        min-height: 0px;
    }
    .sg-calc h2 {
        font-size: 16px;
    }
    /* ==========================================================================
   Start page
   ========================================================================== */
    
    .sg-calc #start .vitals-input-border {
        margin-right: 19px;
        padding: 7px 5px;
    }
    /* ==========================================================================
   Results page
   ========================================================================== 
    
    .sg-calc #main .split2.total-litres {
        margin-bottom: 17px;
    }
    .sg-calc #action {
        margin-top: 0px;
    }
    .sg-calc .share-links {
        padding: 23px 0px;
        width: 150%;
    }
    .sg-calc .share-links a {
        margin: 0px 13px 0px 0px;
    }*/
}
@media only screen and (max-width: 434px) {
    /* ==========================================================================
   Vending machine page
   ========================================================================== */
    
    .sg-calc #vending-machine .selectors {
        max-width: 400px;
        padding-left: 0px!important;
        margin-left: auto;
    }
    .sg-calc #vending-machine .selector {
        width: 46.5%;
        margin-left: 0px!important;
    }
	.sg-calc #vending-machine .selector:nth-child(odd){
		clear:both;
	}
    .sg-calc #vending-machine .selector.second {
        margin-left: 7%!important;
    }
		.sg-calc #vending-machine .selector .drink{
			width:100%;
			text-align:center;
		}
		.sg-calc #vending-machine .selector .drink-label{
			width:100%;
			height:auto;
			padding:0;
			border:none;
			border-top: 1px solid #888;
			text-align:center;
		}
			.sg-calc #vending-machine .selector .info.drink-name,.sg-calc #vending-machine .selector .info.quantity{
				height:auto;
				padding:5px;
			}
		.sg-calc #vending-machine .selector .button-panel{
			width:100%;
			border-top: 1px solid #888;
		}
			.sg-calc #vending-machine .selector .btn{
				height:35px;
				padding:5px;
			}
			.sg-calc #vending-machine .selector .button-panel input[type="text"]{
				height:35px
			}
}
@media only screen and (max-width: 500px) {
    /* ==========================================================================
   Start page
   ========================================================================== */
    
    .sg-calc #start .floated-controls,.sg-calc #start .text-inputs{
        float:none;
		width:100%;
    }
    /* ==========================================================================
   Vending machine page
   ========================================================================== */
    
    .sg-calc #vending-machine .selector .drink img {
        padding: 5px 0px;
    }
}
@media only screen and (max-width: 1024px) {
	#ContentInner{
		margin-top:0 !important;
	}
}
@media only screen and (max-width: 934px) {
    /* Style adjustments for viewports that meet the condition */
    
    .sg-calc #w1 {
        border: 0px;
        background: none;
        padding: 0px;
        width: 100%;
    }
}
@media only screen and (max-width: 804px) {
    /* Style adjustments for viewports that meet the condition */
    
    .sg-calc #w2 {
        padding: 17px;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        overflow-x: hidden;
    }
    .sg-calc .subheading {
        width: 100%;
    }
    .sg-calc #vending-machine .drink-dispenser {
        display: none;
    }
    .sg-calc #vending-machine .selectors {
        width: auto;
    }
    .sg-calc .split2 {
        width: 100%;
    }
    .sg-calc header {
        padding: 14px 10px 6px 10px;
        margin-bottom: 17px;
    }
    .sg-calc header h1 {
        font-size: 31px;
        letter-spacing: -1px;
        line-height: 26px;
        padding-top: 16px;
        padding-bottom: 10px;
    }
    .sg-calc header h1 span {
        font-size: 37px;
        position: relative;
        display: block;
        margin-top: 3px;
        margin-bottom: 4px;
    }
    .sg-calc header h2 {
        font-size: 20px;
    }
    .sg-calc .gloss-overlay {
        background-size: 250%;
    }
    .sg-calc .btn-start {
        width: auto;
    }
    .sg-calc .btn-end {
        width: auto;
    }
    .sg-calc #disclaimer {
        width: auto;
        margin: 40px auto 0px auto;
    }
    /* ==========================================================================
	   Start page
	   ========================================================================== */
    .sg-calc #start .white-box{
		margin-top:10px;
	}
		#intro-img{
			display:none;
		}
		.sg-calc #start .white-box p br{
			display:none;
		}
    .sg-calc #start #vitals {
	}
    .sg-calc #start input[type='text'] {
        font-size: 18px;
        width: 47px;
    }
    /* ==========================================================================
	   Vending machine page
	   ========================================================================== */
    
    .sg-calc #vending-machine .drink-dispenser {
        display: none;
    }
    .sg-calc #vending-machine .selectors {
        width: auto;
        padding-left: 13px;
        max-width: 621px;
    }
    .sg-calc #vending-machine .selector {
        float: left;
        margin-left: 17px;
    }
    /* ==========================================================================
	   Results page
	   ========================================================================== 
    
    .sg-calc #main {
        padding: 0px;
        background: none;
    }
    .sg-calc #main h2 {
        padding: 0.83em 10px;
        margin: 0px;
    }
    .sg-calc #main .split2 {
        background: #fff;
        padding: 10px;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }
    .sg-calc #main > div {
        margin-bottom: 17px;
    }
    .sg-calc #main .split2 {
        background: #fff;
    }
    .sg-calc #main .sugar-consumption-container {
        padding-bottom: 0px;
    }
    .sg-calc #main .split2.drink-consumption {
        width: 100%;
    }
    .sg-calc #main .split2.drink-consumption .bottle {
        width: 116px;
        height: 121px;
        text-align: left;
        line-height: 121px;
        float: left;
        font-family: Futura, "FuturaBT-Heavy", "Trebuchet MS", Arial, sans-serif;
        font-weight: 700;
        font-size: 21px;
        color: #273a87;
        margin-bottom: 20px;
        position: relative;
        margin-left: -15px;
    }
    .sg-calc #main .split2.drink-consumption .bottle img {
        display: block;
        float: left;
        height: 100%;
        margin-left: -7px;
    }
    .sg-calc #main .split2.drink-consumption .bottle {
        text-align: left;
        line-height: 121px;
        font-family: Futura, "FuturaBT-Heavy", "Trebuchet MS", Arial, sans-serif;
        font-weight: 700;
        font-size: 21px;
        color: #273a87;
    }
    .sg-calc #main .split2.sugar-consumption {
        width: 100%;
    }
    .sg-calc #main .total-wrapper {
        width: 100%;
        text-align: center;
    }
    .sg-calc #main .drink-consumption-container .split2.total-wrapper,
    .sg-calc #main .drink-consumption-container .split2.total-wrapper.smaller,
    .sg-calc #main .sugar-consumption-container .split2.total-wrapper,
    .sg-calc #main .sugar-consumption-container .split2.total-wrapper.smaller {
        position: relative;
        left: auto;
        top: auto;
        margin-top: auto!important;
    }
    .sg-calc #main .drink-consumption-container .split2.total-wrapper,
    .sg-calc #main .sugar-consumption-container .split2.total-wrapper {
        width: 100%;
        left: auto;
    }
    .sg-calc #main .split2 .total {
        font-size: 70px;
        line-height: 70px;
        float: none;
        margin-left: auto;
    }
    .sg-calc #main .split2 .total > div {
        padding-bottom: 10px;
        display: block;
        margin: 0px auto;
    }
    .sg-calc #main .split2 .equals {
        font-size: 40px;
        line-height: 40px;
        position: relative;
        display: inline-block;
        float: none;
        margin-left: -15px;
    }
    .sg-calc #main .split2 .number {
        display: inline-block;
    }
    .sg-calc #main .split2.total-wrapper.smaller .total {
        font-size: 50px;
        line-height: 50px;
        display: inline-block;
    }
    .sg-calc #main .sugar-consumption-container .split2.total-wrapper .equals,
    .sg-calc #main .sugar-consumption-container .split2.total-wrapper.smaller .equals,
    .sg-calc #main .drink-consumption-container .split2.total-wrapper .equals,
    .sg-calc #main .drink-consumption-container .split2.total-wrapper.smaller .equals {
        top: -5px;
        left: 13px;
    }
    .sg-calc #main .split2 .units {
        font-size: 14px;
        position: relative;
        float: none;
    }
    .sg-calc #main .split2 .jug {
        width: 202px;
        height: 214px;
        margin: 0px auto 0px auto;
    }
    .sg-calc #main .split2 .jug img {
        width: 202px;
        height: 214px;
    }
    .sg-calc #main .split2.energy-comparison .scales {
        width: 202px;
        margin: 0px auto 0px auto;
    }
    .sg-calc #main .split2.energy-comparison .scales span {
        font-size: 12px;
        top: 86px;
        width: 55px;
        left: 13px;
    }
    .sg-calc #main .split2.energy-comparison .scales .weight {
        font-size: 18px;
    }
    .sg-calc #main .split2.energy-comparison .scales img {
        width: 202px;
        height: 178px;
    }
    .sg-calc #main .split2 .jug span {
        top: -130px;
    }
    .sg-calc #main .jug .jug-total {
        font-size: 50px;
        line-height: 50px;
        margin: 0px 34px 0px 14px;
    }
    .sg-calc #main .jug .units {
        margin: 0px 34px 0px 14px;
    }*/
	.sg-calc #main .split2.sugar-consumption .spoon {
		margin: 4px 5px 4px 0px;
	}
    .sg-calc #main .burn-time {
        padding: 10px;
    }
    .sg-calc #main .burn-time .burn-icons {
        height: 630px;
    }
    .sg-calc #main .burn-time .time-bars {
        bottom: 10px;
    }
    .sg-calc #main .burn-time .bar-wrap {
        margin: 44px 0px;
        height: 80px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }
    .sg-calc #main .burn-time .bar-wrap:first-child {
        margin: 10px 0px 44px 0px;
    }
    .sg-calc #main .burn-time .bar-wrap .icon-wrap {
        position: absolute;
        height: 56px;
        width: 56px;
        -webkit-border-radius: 28px;
        -moz-border-radius: 28px;
        border-radius: 28px;
        top: 12px;
        left: -68px;
    }
    .sg-calc #main .icon-walking {
        background-position: -0px -348px;
        width: 26px;
        height: 39px;
    }
    .sg-calc #main .burn-time .bar-wrap .icon-walking {
        margin-left: -13px;
        margin-top: -20px;
    }
    .sg-calc #main .burn-time .bar-wrap.walking .bar {
        color: #0F1E64;
    }
    .sg-calc #main .burn-time .bar-wrap.cycling .bar {
        color: #0F1E64
    }
    .sg-calc #main .burn-time .bar-wrap.running .bar {
        color: #0F1E64;
    }
    .sg-calc #main .burn-time .bar-wrap.swimming .bar {
        color: #0F1E64;
    }
    .sg-calc #main .burn-time .bar-wrap.housework .bar {
        color: #0F1E64;
    }
    .sg-calc #main .icon-running {
        background-position: -0px -313px;
        width: 30px;
        height: 35px;
    }
    .sg-calc #main .burn-time .bar-wrap .icon-running {
        margin-left: -15px;
        margin-top: -18px;
    }
    .sg-calc #main .icon-cycling {
        background-position: -0px -150px;
        width: 42px;
        height: 26px;
    }
    .sg-calc #main .burn-time .bar-wrap .icon-cycling {
        margin-left: -21px;
        margin-top: -13px;
    }
    .sg-calc #main .icon-swimming {
        background-position: -0px -287px;
        width: 35px;
        height: 26px;
    }
    .sg-calc #main .burn-time .bar-wrap .icon-swimming {
        margin-left: -18px;
        margin-top: -13px;
    }
    .sg-calc #main .icon-housework {
        background-position: -30px -313px;
        width: 29px;
        height: 40px;
    }
    .sg-calc #main .burn-time .bar-wrap .icon-housework {
        margin-left: -15px;
        margin-top: -20px;
    }
    .sg-calc #main .burn-time .bar-wrap .bar span:first-child {
        float: left;
        font-size: 15px;
        margin-top: 63px;
        margin-left: 10px;
    }
    .sg-calc #main .burn-time .bar-wrap .bar .time {
        float: left;
        clear: left;
        font-size: 12px;
        left: 10px;
        text-align: left;
        margin: 82px auto auto auto;
        right: auto;
    }
    .sg-calc #action .white-box {
        width: 100%;
    }
    .sg-calc #action .links {
        margin-top: 24px;
        padding: 0px;
        width: 100%;
    }
    .sg-calc .share-links .share-title {
        font-size: 16px;
        line-height: 32px;
        margin-right: 10px;
        float: none;
        clear: left;
        display: block;
    }
    .sg-calc .share-links .share-description {
        display: none;
    }
}
@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    .sg-calc * {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster: h5bp.com/s */
        
        box-shadow: none !important;
        text-shadow: none !important;
    }
    .sg-calc a,
    .sg-calc a:visited {
        text-decoration: underline;
    }
    .sg-calc a[href]:after {
        content: " (" attr(href) ")";
    }
    .sg-calc abbr[title]:after {
        content: " (" attr(title) ")";
    }
    /*
     * Don't show links for images, or javascript/internal links
     */
    
    .sg-calc .ir a:after,
    .sg-calc a[href^="javascript:"]:after,
    .sg-calc a[href^="#"]:after {
        content: "";
    }
    .sg-calc pre,
    .sg-calc blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    .sg-calc thead {
        display: table-header-group;
        /* h5bp.com/t */
    }
    .sg-calc tr,
    .sg-calc img {
        page-break-inside: avoid;
    }
    .sg-calc img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    .sg-calc p,
    .sg-calc h2,
    .sg-calc h3 {
        orphans: 3;
        widows: 3;
    }
    .sg-calc h2,
    .sg-calc h3 {
        page-break-after: avoid;
    }
}