@charset "CP850";
/* normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.pink {
  background-color: #ec4e88;
}

.red {
  background-color: #ba1c01;
}

.orange {
  background-color: #ff5601;
}

.lime {
  background-color: #5db000;
}

.green {
  background-color: #0d7f43;
}

.dark-blue {
  background-color: #1f4ba2;
}

.light-blue {
  background-color: #0188fd;
}

.teal {
  background-color: #037d94;
}

.purple {
  background-color: #96257f;
}

.pink {
  background-color: #ec4e88;
}

.red {
  background-color: #ba1c01;
}

.orange {
  background-color: #ff5601;
}

.lime {
  background-color: #5db000;
}

.green {
  background-color: #0d7f43;
}

.dark-blue {
  background-color: #1f4ba2;
}

.light-blue {
  background-color: #0188fd;
}

.teal {
  background-color: #037d94;
}

.purple {
  background-color: #96257f;
}

.group {
  *zoom: 1;
}
.group:after {
  content: "";
  display: table;
  clear: both;
}
.group:before {
  content: " ";
  display: table;
}

/* ::Sprites & Icons
/* ------------------------------------------------------------ */
.pink {
  background-color: #ec4e88;
}

.red {
  background-color: #ba1c01;
}

.orange {
  background-color: #ff5601;
}

.lime {
  background-color: #5db000;
}

.green {
  background-color: #0d7f43;
}

.dark-blue {
  background-color: #1f4ba2;
}

.light-blue {
  background-color: #0188fd;
}

.teal {
  background-color: #037d94;
}

.purple {
  background-color: #96257f;
}

.icon, .ui-slider-handle, .flex-direction-nav a, .featherlight .featherlight-close {
  display: inline-block;
  vertical-align: middle;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  background-image: url(../img/sprite.png);
  background-repeat: no-repeat;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .icon, .ui-slider-handle, .flex-direction-nav a, .featherlight .featherlight-close {
    /* on retina, use image that's scaled by 2 */
    background-image: url(../img/sprite-2x.png);
    background-size: 400px 850px;
  }
}
@media screen and (max-width: 640px) {
  .icon, .ui-slider-handle, .flex-direction-nav a, .featherlight .featherlight-close {
    background-image: url(../img/mobile-sprite.png);
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 640px) and (min--moz-device-pixel-ratio: 1.3), screen and (max-width: 640px) and (-o-min-device-pixel-ratio: 2.6 / 2), screen and (max-width: 640px) and (-webkit-min-device-pixel-ratio: 1.3), screen and (max-width: 640px) and (min-device-pixel-ratio: 1.3), screen and (max-width: 640px) and (min-resolution: 1.3dppx) {
  .icon, .ui-slider-handle, .flex-direction-nav a, .featherlight .featherlight-close {
    /* on retina, use image that's scaled by 2 */
    background-image: url(../img/sprite.png);
    background-size: 200px 425px;
  }
}

a .icon {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

a:hover .icon {
  opacity: 1;
}

.move-forward {
  background-position: 0px 0px;
  width: 100px;
  height: 100px;
}
@media screen and (max-width: 640px) {
  .move-forward {
    background-position: 0px 0px;
    width: 50px;
    height: 50px;
  }
}

.move-backward {
  background-position: -100px 0px;
  width: 100px;
  height: 100px;
}
@media screen and (max-width: 640px) {
  .move-backward {
    background-position: -50px 0px;
    width: 50px;
    height: 50px;
  }
}

.inc {
  background-position: -100px -200px;
  width: 100px;
  height: 100px;
}
@media screen and (max-width: 768px) {
  .inc {
    background-image: url(../img/mobile-sprite.png);
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 1.3), screen and (max-width: 768px) and (-o-min-device-pixel-ratio: 2.6 / 2), screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 1.3), screen and (max-width: 768px) and (min-device-pixel-ratio: 1.3), screen and (max-width: 768px) and (min-resolution: 1.3dppx) {
  .inc {
    /* on retina, use image that's scaled by 2 */
    background-image: url(../img/sprite.png);
    background-size: 200px 425px;
  }
}
@media screen and (max-width: 768px) {
  .inc {
    background-position: -50px -100px;
    width: 50px;
    height: 50px;
  }
}

.dec {
  background-position: 0px -200px;
  width: 100px;
  height: 100px;
}
@media screen and (max-width: 768px) {
  .dec {
    background-image: url(../img/mobile-sprite.png);
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 1.3), screen and (max-width: 768px) and (-o-min-device-pixel-ratio: 2.6 / 2), screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 1.3), screen and (max-width: 768px) and (min-device-pixel-ratio: 1.3), screen and (max-width: 768px) and (min-resolution: 1.3dppx) {
  .dec {
    /* on retina, use image that's scaled by 2 */
    background-image: url(../img/sprite.png);
    background-size: 200px 425px;
  }
}
@media screen and (max-width: 768px) {
  .dec {
    background-position: 0px -100px;
    width: 50px;
    height: 50px;
    margin-top: 10px;
  }
}

.go {
  background-position: -104px -750px;
  width: 100px;
  height: 100px;
}
@media screen and (max-width: 640px) {
  .go {
    background-position: -52px -375px;
    width: 50px;
    height: 50px;
  }
}

.home-button {
  background-position: -3px -750px;
  width: 100px;
  height: 100px;
}
@media screen and (max-width: 640px) {
  .home-button {
    background-position: -1px -375px;
    width: 50px;
    height: 50px;
  }
}

.week-1 {
  background-position: 0px -303px;
  width: 190px;
  height: 205px;
}
@media screen and (max-width: 640px) {
  .week-1 {
    background-position: 0px -153px;
    width: 95px;
    height: 100px;
  }
}
.week-1.inactive {
  background-position: 0px -533px;
  width: 190px;
  height: 205px;
}
@media screen and (max-width: 640px) {
  .week-1.inactive {
    background-position: 0px -268px;
    width: 95px;
    height: 100px;
  }
}

.week-2 {
  background-position: -189px -303px;
  width: 190px;
  height: 205px;
}
@media screen and (max-width: 640px) {
  .week-2 {
    background-position: -95px -153px;
    width: 95px;
    height: 100px;
  }
}
.week-2.inactive {
  background-position: -189px -533px;
  width: 190px;
  height: 205px;
}
@media screen and (max-width: 640px) {
  .week-2.inactive {
    background-position: -95px -268px;
    width: 95px;
    height: 100px;
  }
}

.flex-prev {
  background-position: -200px 0px;
  width: 100px;
  height: 100px;
}
@media screen and (max-width: 640px) {
  .flex-prev {
    background-position: -100px 0px;
    width: 50px;
    height: 50px;
  }
}

.flex-next {
  background-position: -300px 0px;
  width: 100px;
  height: 100px;
}
@media screen and (max-width: 640px) {
  .flex-next {
    background-position: -150px 0px;
    width: 50px;
    height: 50px;
  }
}

.help {
  background-position: -202px -207px;
  width: 86px;
  height: 86px;
}
@media screen and (max-width: 640px) {
  .help {
    background-position: -100px -103px;
    width: 44px;
    height: 44px;
  }
}

.featherlight .featherlight-close {
  background-position: -290px -207px;
  width: 87px;
  height: 87px;
}
@media screen and (max-width: 640px) {
  .featherlight .featherlight-close {
    background-position: -145px -104px;
    width: 43px;
    height: 43px;
  }
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)

/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
  background-image: url(../img/cloud-tile.png);
  background-repeat: repeat-x;
  background-color: #e4f2fe;
  background-position: center 20%;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides li.endscreen {
  background-color: #2b1a2d;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .slides {
  display: block;
}

* html .slides {
  height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}

/* FlexSlider Default Theme
*********************************/
.flexslider {
  overflow: hidden;
  margin: 0;
  position: relative;
  zoom: 1;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.flexslider .slides {
  zoom: 1;
}

/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  margin: -20px 0 0;
  display: block;
  position: absolute;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  opacity: 1;
}

.flex-direction-nav a:hover {
  opacity: 1;
}

.flex-direction-nav .flex-next {
  right: 20px;
  bottom: 15px;
}

.flex-direction-nav .flex-prev {
  left: 20px;
  bottom: 15px;
}

.flex-prev.flex-disabled {
  display: none;
}

.flex-next.flex-disabled {
  display: none;
}

/* Control Nav */
.flex-control-nav {
  position: absolute;
  bottom: -40px;
  width: 100%;
  margin-top: 10px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: beige;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
  behavior: url(assets/js/PIE.htc);
}

.flex-control-paging li a:hover {
  background: orange;
}

.flex-control-paging li a.flex-active {
  background: yellow;
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

.carousel .carousel-content-wrap {
  padding: 1em;
}

.slides li {
  position: relative;
  height: 100%;
  	/*
  	.img-container {
  		position: absolute;
  		height: 500px;
  		bottom: 135px;
  		left: 50%;
  		width: 100%;
  		text-align: center;
  	.img-wrap {
  		position: relative;
  		left: -50%;
  		top: 0;
  		bottom: 135px;
  		img {
  			position: relative;
  
  		}
  		.bottles-overlay {
  			z-index: 20;
  		}
  		.object-underlay {
  			z-index: 10;
  		}
  	}
  	}
  	*/
}
.slides li .bottom-wrap {
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
}
.slides li img {
  width: auto;
  max-width: 90%;
}
.slides li .container {
  position: relative;
}
.slides li .img-wrap {
  position: absolute;
  bottom: 125px;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .slides li .img-wrap {
    bottom: 73px;
  }
}
.slides li .bottles-overlay {
  position: absolute;
  left: 0;
  z-index: 1;
  overflow: hidden;
  bottom: 0;
  width: 100%;
}
.slides li .bottles-underlay {
  left: 0;
  z-index: -1;
  bottom: 0;
  width: 100%;
}
.slides li .bottom-wrap {
  position: absolute;
}

.flex-direction-nav a {
  bottom: 0;
  top: auto;
}

.flexslider h1 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  margin: 0;
  padding: 10px 25px;
  font-size: 18px;
  font-size: 1.125rem;
}

@media screen and (max-width: 1010px) {
  .slides h1 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 770px) {
  .slides h1 {
    font-size: 30px;
    font-size: 1.875rem;
  }
  .slides li .carousel-content-wrap {
    position: relative;
    top: 0;
  }
}
/* jQuery UI - v1.10.4 - 2014-01-17
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css, jquery.ui.theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin-top: 2px;
  padding: 0.5em 0.5em 0.5em 0.7em;
  min-height: 0;
  /* support: IE7 */
}

.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}

.ui-accordion .ui-accordion-noicons {
  padding-left: .7em;
}

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
  /* removes extra width in IE */
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2.2em;
}

/* button elements seem to need a little more width */
button.ui-button-icon-only {
  width: 2.4em;
}

.ui-button-icons-only {
  width: 3.4em;
}

button.ui-button-icons-only {
  width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
  display: block;
  line-height: normal;
}

.ui-button-text-only .ui-button-text {
  padding: 0.4em 1em;
}

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: 0.4em 1em 0.4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: 0.4em 2.1em 0.4em 1em;
}

.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}

/* no icon support for input elements, provide padding by default */
input.ui-button {
  padding: 0.4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}

.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}

.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: .5em;
}

.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: .5em;
}

/* button sets */
.ui-buttonset {
  margin-right: 7px;
}

.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-dialog {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: none;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: 0.3em 1em 0.5em 0.4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  outline: none;
}

.ui-menu .ui-menu {
  margin-top: -3px;
  position: absolute;
}

.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  width: 100%;
  /* support: IE10, see #8844 */
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}

.ui-menu .ui-menu-divider {
  margin: 5px -2px 5px -2px;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 2px 0.4em;
  line-height: 1.5;
  min-height: 0;
  /* support: IE7 */
  font-weight: normal;
}

.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: -1px;
}

.ui-menu .ui-state-disabled {
  font-weight: normal;
  margin: 0.4em 0 0.2em;
  line-height: 1.5;
}

.ui-menu .ui-state-disabled a {
  cursor: default;
}

/* icon support */
.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item a {
  position: relative;
  padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: .2em;
  left: .2em;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
  position: static;
  float: right;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url("images/animated-overlay.gif");
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: .8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: 0.2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 22px;
}

.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none;
}

/* vertically center icon */
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
  /* need to fix icons sprite */
  background-position: -65px -16px;
}

.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaaaaa;
  box-shadow: 0 0 5px #aaaaaa;
}

body .ui-tooltip {
  border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Verdana,Arial,sans-serif;
  font-size: 1.1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Verdana,Arial,sans-serif;
  font-size: 1em;
}

.ui-widget-content {
  border: 1px solid #aaaaaa;
  /*background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;*/
  color: #222222;
}

.ui-widget-content a {
  color: #222222;
}

.ui-widget-header {
  border: 1px solid #aaaaaa;
  background: #cccccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
  color: #222222;
  font-weight: bold;
}

.ui-widget-header a {
  color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid lightgrey;
  background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #555555;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #555555;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #999999;
  background: #dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #212121;
  text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #aaaaaa;
  background: white url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #212121;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
  color: #363636;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
  color: #cd0a0a;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url(images/ui-icons_222222_256x240.png);
}

.ui-widget-header .ui-icon {
  background-image: url(images/ui-icons_222222_256x240.png);
}

.ui-state-default .ui-icon {
  background-image: url(images/ui-icons_888888_256x240.png);
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url(images/ui-icons_454545_256x240.png);
}

.ui-state-active .ui-icon {
  background-image: url(images/ui-icons_454545_256x240.png);
}

.ui-state-highlight .ui-icon {
  background-image: url(images/ui-icons_2e83ff_256x240.png);
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(images/ui-icons_cd0a0a_256x240.png);
}

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-carat-1-n {
  background-position: 0 0;
}

.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

.ui-icon-carat-1-e {
  background-position: -32px 0;
}

.ui-icon-carat-1-se {
  background-position: -48px 0;
}

.ui-icon-carat-1-s {
  background-position: -64px 0;
}

.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

.ui-icon-carat-1-w {
  background-position: -96px 0;
}

.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
  opacity: .3;
  filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
  opacity: .3;
  filter: Alpha(Opacity=30);
  border-radius: 8px;
}

.ui-slider-handle.ui-state-default.ui-corner-all {
  background: url(../img/sprite.png);
  width: 100px;
  height: 100px;
  background-position: 0 -100px;
  border: none;
}
@media screen and (max-width: 640px) {
  .ui-slider-handle.ui-state-default.ui-corner-all {
    background: url(../img/mobile-sprite.png);
    width: 50px;
    height: 50px;
    background-position: 0 -50px;
  }
}

.ui-slider-horizontal .ui-slider-handle {
  top: -1.6em;
}
@media screen and (max-width: 768px) {
  .ui-slider-horizontal .ui-slider-handle {
    top: -1.6em;
  }
}
@media screen and (max-width: 640px) {
  .ui-slider-horizontal .ui-slider-handle {
    top: -1.1em;
  }
}

.ui-widget-header {
  background: #007C93;
}

.ui-slider-handle:focus, .ui-slider-handle:active {
  outline: none;
  border: none;
}

.noUi-target, .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
}

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-stacking .noUi-handle {
  z-index: 10;
}

.noUi-stacking + .noUi-origin {
  *z-index: -1;
}

.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s;
}

.noUi-state-drag * {
  cursor: inherit!important;
}

.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px;
}

.noUi-horizontal.noUi-extended {
  padding: 0 15px;
}

.noUi-horizontal.noUi-extended .noUi-origin {
  right: -15px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}

.noUi-vertical.noUi-extended {
  padding: 15px 0;
}

.noUi-vertical.noUi-extended .noUi-origin {
  bottom: -15px;
}

.noUi-background {
  background: #FAFAFA;
  box-shadow: inset 0 1px 1px #f0f0f0;
}

.noUi-connect {
  background: #3FB8AF;
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
  -webkit-transition: background 450ms;
  transition: background 450ms;
}

.noUi-origin {
  border-radius: 2px;
}

.noUi-target {
  border-radius: 4px;
  border: 1px solid lightgrey;
  box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbbbbb;
}

.noUi-target.noUi-connect {
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45), 0 3px 6px -5px #bbbbbb;
}

.noUi-dragable {
  cursor: w-resize;
}

.noUi-vertical .noUi-dragable {
  cursor: n-resize;
}

.noUi-handle {
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px white, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbbbbb;
}

.noUi-active {
  box-shadow: inset 0 0 1px white, inset 0 1px 7px #dddddd, 0 3px 6px -3px #bbbbbb;
}

.noUi-handle:after, .noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:after, .noUi-vertical .noUi-handle:before {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

[disabled] .noUi-connect, [disabled].noUi-connect {
  background: #B8B8B8;
}

[disabled] .noUi-handle {
  cursor: not-allowed;
}

.noUi-state-blocked .noUi-connect, .noUi-state-blocked.noUi-connect {
  background: #4FDACF;
}

/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 0.2.2 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2014, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
  .featherlight {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    height: 100%;
    text-align: center;
    cursor: pointer;
    background: #333;
    background: rgba(0, 0, 0, 0.8);
  }

  .featherlight .featherlight-close {
    position: absolute;
    z-index: 9999;
    right: 5px;
    top: 5px;
    cursor: pointer;
    text-decoration: none;
    display: block;
    text-indent: -200em;
    overflow: hiddden;
  }

  .featherlight:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
  }

  .featherlight .featherlight-content {
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 2% 10% 2% 2%;
    max-height: 95%;
    overflow: auto;
    background: #fff;
    cursor: auto;
    width: 55%;
  }
  .featherlight .featherlight-inner {
    display: block;
  }

  .featherlight-iframe .featherlight-content {
    min-height: 60%;
  }

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

  .featherlight .featherlight-image {
    width: 100%;
    max-height: 85vh;
  }
}
body {
  background: #FFFFFF;
  min-width: 315px;
}

/* :: Susy Grid */
/* ------------------------------------------------------------ */
.container {
  *zoom: 1;
  max-width: 72em;
  _width: 72em;
  padding-left: 0em;
  padding-right: 0em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background: #FFFFFF;
  min-width: 320px;
}
.container:after {
  content: "";
  display: table;
  clear: both;
}

#wrapper {
  position: relative;
  background: #FFFFFF;
  min-width: 320px;
}

/* :: Global Styles */
/* ------------------------------------------------------------ */
h1 {
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  font-size: 60px;
  font-size: 3.75rem;
  margin: 30px 0;
}

h2 {
  font-size: 40px;
  font-size: 2.5rem;
  margin: 15px 0;
}

h4.savings {
  font-size: 26px;
  font-size: 1.625rem;
}

h3 {
  font-size: 35px;
  font-size: 2.1875rem;
  color: #037d94;
  text-align: center;
}

label {
  font-size: 35px;
  font-size: 2.1875rem;
}

p, a, li {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 40px;
  line-height: 2.5rem;
}

h1, h2 {
  text-align: center;
}

h2, h3, h4, h5, h6, label {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}

.form-titles {
  color: #0d7f43;
}

span.teal {
  background: none;
  color: #037d94;
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 48px;
    font-size: 3rem;
  }

  h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }

  h3 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
  h3.title {
    margin-top: 0;
  }

  label, a, p, li {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 38px;
    line-height: 2.375rem;
  }
}
@media screen and (max-width: 640px) {
  h1 {
    font-size: 28px;
    font-size: 1.75rem;
  }

  h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }

  h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }

  label, a, p, li {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
p {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

p, ul, li, span {
  color: black;
}

a {
  color: #037d94;
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6, p {
  padding: 0 2%;
}

ul, ol {
  padding: 0 2.5% 0 5%;
}

@media screen and (max-width: 768px) {
  ul, ol {
    padding: 0 8%;
  }
}
@media screen and (max-width: 640px) {
  ul, ol {
    padding: 0 4% 0 8%;
  }
}
.colour-banner {
  height: 30px;
  opacity: 0;
}
.colour-banner div {
  width: 11.1111111%;
  float: left;
  margin-right: 0%;
  display: inline;
  height: 30px;
}

.button {
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
}

.timeline {
  position: absolute;
  bottom: 0;
  width: 100%;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  font-size: 42px;
  font-size: 2.625rem;
  color: #FFFFFF;
  line-height: 100px;
  text-align: center;
  padding: 0;
  margin-top: 0;
  background: #007e95;
  /* Old browsers */
  background: -moz-linear-gradient(left, #007e95 0%, #009fb4 50%, #007e95 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #007e95), color-stop(50%, #009fb4), color-stop(100%, #007e95));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #007e95 0%, #009fb4 50%, #007e95 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #007e95 0%, #009fb4 50%, #007e95 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #007e95 0%, #009fb4 50%, #007e95 100%);
  /* IE10+ */
  background: linear-gradient(to right, #007e95 0%, #009fb4 50%, #007e95 100%);
  /* W3C */
}
.timeline:before, .timeline:after {
  content: "";
  display: block;
  height: 7px;
  width: 100%;
}
.timeline:before {
  background: url(../../assets/img/timeline-bar-top.png) repeat-x;
  padding-bottom: 10px;
}
.timeline:after {
  background: url(../../assets/img/timeline-bar-bottom.png) repeat-x;
  margin-top: 9px;
}
@media screen and (max-width: 768px) {
  .timeline {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .timeline {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 50px;
  }
}

.large-image {
  display: block;
  margin: 0 auto;
  width: 70%;
}
.large-image.splash {
  margin: 30px auto 0 auto;
  max-width: 500px;
  max-height: 382px;
  height: auto;
}

.logo {
  position: absolute;
  right: 25px;
  top: 0;
}
@media screen and (max-width: 768px) {
  .logo {
    width: 30%;
  }
}

#home-content .timeline {
  position: static;
}

.focus-wrap {
  background-color: #E4F1F4;
  padding: 20px 0;
  text-align: center;
}
.focus-wrap.left-align {
  text-align: left;
}
.focus-wrap p {
  margin: 0;
}

.center-wrap {
  padding: 20px;
  text-align: center;
}
.center-wrap.skip-step {
  padding: 0px 20px 0 20px;
}

.slider {
  margin: 0 50px 40px 50px;
}

ul.tips {
  font-weight: bold;
}

.emphasised {
  color: #037d94;
}

#people-image {
  display: block;
  margin: -10px auto -30px auto;
}
@media screen and (max-width: 768px) {
  #people-image {
    width: 40%;
  }
}
@media screen and (max-width: 640px) {
  #people-image {
    margin: 0 auto -30px auto;
  }
}

.numerical {
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  font-size: 58px;
  font-size: 3.625rem;
  width: 170px;
  text-align: center;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .numerical {
    font-size: 48px;
    font-size: 3rem;
    width: 120px;
  }
}
@media screen and (max-width: 640px) {
  .numerical {
    font-size: 28px;
    font-size: 1.75rem;
    width: 100px;
  }
}

.counter {
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  font-size: 50px;
  font-size: 3.125rem;
  width: 170px;
  text-align: center;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .counter {
    font-size: 48px;
    font-size: 3rem;
    width: 120px;
  }
}
@media screen and (max-width: 640px) {
  .counter {
    font-size: 28px;
    font-size: 1.75rem;
    width: 100px;
  }
}

.ui-slider-handle.ui-state-default.ui-corner-all {
  margin-left: -50px;
}
@media screen and (max-width: 640px) {
  .ui-slider-handle.ui-state-default.ui-corner-all {
    margin-left: -25px;
  }
}

.weeks {
  list-style: none;
}
.weeks li {
  width: 50%;
  float: left;
  margin-bottom: 20px;
}
.weeks li.first {
  text-align: right;
}
.weeks li.last {
  text-align: left;
}
.weeks .week-1, .weeks .week-2 {
  margin: 0 20px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
}
.weeks .week-1 span, .weeks .week-2 span {
  display: block;
  margin-top: 115px;
  font-size: 29px;
  font-size: 1.8125rem;
  color: #037d94;
}
@media screen and (max-width: 640px) {
  .weeks .week-1 span, .weeks .week-2 span {
    font-size: 16px;
    font-size: 1rem;
    margin-top: 46px;
  }
}
.weeks .week-1 span {
  margin-left: 5px;
}
@media screen and (max-width: 640px) {
  .weeks .week-1 span {
    margin-left: 5px;
  }
}
.weeks .week-1.inactive span {
  color: #727272;
}
.weeks .week-2 span {
  margin-left: -4px;
}
@media screen and (max-width: 640px) {
  .weeks .week-2 span {
    margin-left: 0px;
  }
}
.weeks .week-2.inactive span {
  color: #727272;
}

.week-1-week-2 .focus-wrap {
  width: 100%;
  float: left;
  margin-right: 0%;
  display: inline;
}
.week-1-week-2 .focus-wrap label {
  width: 33.3333333%;
  float: left;
  margin-right: 0%;
  display: inline;
  text-align: right;
  line-height: 100px;
}
@media screen and (max-width: 768px) {
  .week-1-week-2 .focus-wrap label {
    line-height: 70px;
  }
}
@media screen and (max-width: 640px) {
  .week-1-week-2 .focus-wrap label {
    line-height: 50px;
  }
}
@media screen and (max-width: 480px) {
  .week-1-week-2 .focus-wrap label {
    width: 25%;
  }
}
.week-1-week-2 .focus-wrap .plus-minus-input-wrap {
  width: 66.6666667%;
  float: left;
  margin-right: 0%;
  display: inline;
}
@media screen and (max-width: 480px) {
  .week-1-week-2 .focus-wrap .plus-minus-input-wrap {
    width: 75%;
  }
  .week-1-week-2 .focus-wrap .plus-minus-input-wrap .numerical {
    width: 50px;
  }
}
@media screen and (max-width: 353px) {
  .week-1-week-2 .focus-wrap .plus-minus-input-wrap .dec {
    margin-right: 5px;
  }
  .week-1-week-2 .focus-wrap .plus-minus-input-wrap .inc {
    margin-left: 5px;
  }
}

.plus-minus-input-wrap {
  float: left;
  display: block;
}
.plus-minus-input-wrap .plus-minus-button, .plus-minus-input-wrap .numerical {
  float: left;
  display: block;
}
.plus-minus-input-wrap .plus-minus-button {
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  border: none;
  outline: none;
  margin: 0 20px;
}
.plus-minus-input-wrap .plus-minus-button:focus, .plus-minus-input-wrap .plus-minus-button:active {
  border: none;
  outline: none;
}
@media screen and (max-width: 768px) {
  .plus-minus-input-wrap .plus-minus-button {
    margin-top: 10px;
    line-height: 70px;
  }
}
@media screen and (max-width: 640px) {
  .plus-minus-input-wrap .plus-minus-button {
    margin-top: 0;
  }
}

.img-center-align {
  margin: 0 auto;
  display: block;
}

#wrapper.timeline-wrapper {
  background-image: url(../img/cloud-tile.png);
  background-repeat: repeat-x;
  background-color: #e4f2fe;
  background-position: center 10%;
}
@media screen and (max-width: 768px) {
  #wrapper.timeline-wrapper {
    line-height: 70px;
  }
}

.input-wrapper {
  width: 100%;
  position: absolute;
  z-index: 10;
  text-align: center;
  margin-top: 5px;
}
.input-wrapper .input-wrap {
  width: 33.3333333%;
  float: left;
  margin-right: 0%;
  display: inline;
  text-align: center;
}
.input-wrapper .input-wrap label, .input-wrapper .input-wrap input {
  width: 95%;
  display: block;
}
.input-wrapper .input-wrap.one {
  margin-left: 11.1111111%;
  min-width: 300px;
  padding-top: 10px;
}
.input-wrapper .input-wrap.one input {
  margin-top: -10px;
}
.input-wrapper .input-wrap.two {
  width: 44.4444444%;
  float: left;
  margin-right: 0%;
  display: inline;
  min-width: 300px;
}
.input-wrapper .input-wrap label {
  font-size: 17px;
  font-size: 1.0625rem;
  padding-bottom: 10px;
  height: 40px;
}
.input-wrapper .input-wrap input {
  padding: 0px;
}
@media screen and (max-width: 768px) {
  .input-wrapper {
    margin-top: 10px;
  }
  .input-wrapper .input-wrap label {
    line-height: 1.3rem;
  }
  .input-wrapper .input-wrap.one {
    min-width: 0px;
    margin-left: 0%;
    width: 44.4444444%;
    float: left;
    margin-right: 0%;
    display: inline;
  }
  .input-wrapper .input-wrap.two {
    width: 55.5555556%;
    float: left;
    margin-right: 0%;
    display: inline;
    min-width: 268px;
  }
  .input-wrapper .input-wrap input {
    margin: 0 auto;
  }
}
@media screen and (max-width: 640px) {
  .input-wrapper .input-wrap label {
    font-size: 14px;
    font-size: 0.875rem;
    padding-bottom: 10px;
    line-height: 1rem;
  }
  .input-wrapper .input-wrap input {
    width: 95%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .input-wrapper .input-wrap label {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 480px) {
  .input-wrapper .input-wrap.two {
    min-width: 0px;
    /* [sco] */
  }
}
.endscreen .input-wrapper {
  color: white;
}

.message {
  margin-top: 165px;
  text-align: center;
  padding: 0 5%;
  color: #000000;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  font-size: 30px;
  font-size: 1.875rem;
}
.message .teal, .message .lime, .message .yellow, .message .highlight {
  font-size: 35px;
  font-size: 2.1875rem;
}
.message .lime {
  color: #5db000;
  background: none;
}
.message .yellow {
  color: #ffdc1e;
  background-color: none;
}
@media screen and (max-width: 768px) {
  .message {
    margin-top: 150px;
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 35px;
  }
  .message .teal, .message .lime, .message .yellow, .message .highlight {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 640px) {
  .message {
    margin-top: 120px;
    line-height: 28px;
    font-size: 18px;
    font-size: 1.125rem;
  }
  .message .teal, .message .lime, .message .yellow, .message .highlight {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}
.endscreen .message {
  color: white;
  font-size: 35px;
  font-size: 2.1875rem;
  line-height: 50px;
}
.endscreen .message .teal, .endscreen .message .lime, .endscreen .message .yellow {
  font-size: 40px;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .endscreen .message {
    font-size: 35px;
    font-size: 2.1875rem;
    line-height: 50px;
  }
  .endscreen .message .teal, .endscreen .message .lime, .endscreen .message .yellow, .endscreen .message .highlight {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 640px) {
  .endscreen .message {
    line-height: 28px;
    font-size: 20px;
    font-size: 1.25rem;
  }
  .endscreen .message .teal, .endscreen .message .lime, .endscreen .message .yellow {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

input[disabled] {
  background-color: #FFFFFF;
}

input[disabled="disabled"] {
  background-color: #FFFFFF;
}

/* Endscreen */
.endscreen .container {
  background-color: transparent;
  margin-left: 10px;
  margin-right: 225px;
  width: auto;
}
@media screen and (max-width: 640px) {
  .endscreen .container {
    margin: 0px;
  }
}
.endscreen .school-uk {
  margin-right: 0;
}
.endscreen .timeline-buttons {
  position: absolute;
  bottom: 145px;
  right: 0;
}
@media screen and (max-width: 640px) {
  .endscreen .timeline-buttons {
    bottom: 90px;
  }
}
.endscreen .timeline {
  height: 133px;
}
@media screen and (max-width: 640px) {
  .endscreen .timeline {
    height: 82px;
  }
}
.endscreen .timeline:after {
  margin-top: 109px;
}
@media screen and (max-width: 640px) {
  .endscreen .timeline:after {
    margin-top: 59px;
  }
}

.slides li .endscreen-image {
  position: absolute;
  top: 0;
  right: 0;
  max-height: 400px;
}
@media screen and (max-width: 640px) {
  .slides li .endscreen-image {
    display: none;
  }
}

.timeline-buttons .timeline-button {
  background-color: #96257f;
  border: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  padding: 15px 15px 15px 15px;
  width: 400px;
}
@media screen and (max-width: 640px) {
  .timeline-buttons .timeline-button {
    width: 295px;
  }
}
.timeline-buttons .timeline-button span {
  float: left;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  display: block;
  color: #FFFFFF;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  width: 230px;
  padding: 10px;
  font-size: 30px;
  font-size: 1.875rem;
}
@media screen and (max-width: 640px) {
  .timeline-buttons .timeline-button span {
    width: 180px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.timeline-buttons .timeline-button .icon {
  float: right;
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  .timeline-buttons .timeline-button {
    padding: 5px 15px 15px 5px;
  }
}

/* :: Global Header */
/* ------------------------------------------------------------ */
/* :: Global Main */
/* ------------------------------------------------------------ */
/* :: Global Footer */
/* ------------------------------------------------------------ */
.footer {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 30px;
  width: 100%;
}

.button-wrap {
  text-align: center;
  margin: 15px;
}
.button-wrap .button {
  padding: 12px 0 42px 0;
  margin: 0 auto;
}
.button-wrap .backward-direction {
  width: 50%;
  text-align: left;
  float: left;
  margin-top: 20px;
}
.button-wrap .backward-direction a {
  margin: 0;
  max-width: none;
}
.button-wrap .forward-direction {
  width: 50%;
  text-align: right;
  float: left;
  margin-top: 20px;
}
.button-wrap .forward-direction a {
  margin: 0;
  max-width: none;
}
.button-wrap.with-copy .backward-direction {
  width: 20%;
}
.button-wrap.with-copy .forward-direction {
  width: 20%;
}
.button-wrap.with-copy p {
  width: 60%;
  margin: 0;
  padding: 0;
  float: left;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 30px;
}
.button-wrap.with-copy p .teal {
  background: none;
  color: #037d94;
}
@media screen and (max-width: 768px) {
  .button-wrap.with-copy p {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 25px;
  }
}
@media screen and (max-width: 640px) {
  .button-wrap.with-copy p {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 22px;
  }
}

.button, button {
  color: #007e95;
  text-decoration: none;
  padding: 10px 0;
  font-size: 25px;
  font-size: 1.5625rem;
}
.button .yellow-arrow, .button .white-arrow, button .yellow-arrow, button .white-arrow {
  float: right;
  margin-right: 15px;
}
.button.secondary-cta, button.secondary-cta {
  background-color: #929292;
}
.button.secondary-cta:hover, button.secondary-cta:hover {
  background-color: #a8a8a8;
}
.button.secondary-cta.active, button.secondary-cta.active {
  background-color: #7e7e7e;
}

.backward-direction.restart {
  left: 20px;
  bottom: 15px;
  position: absolute;
  z-index: 2;
}
@media screen and (max-width: 640px) {
  .backward-direction.restart {
    bottom: 100px;
  }
}

/* ::Helpers
/* -------------------------------------------------------------- */
/* ::Clearfixs */
/* ----------------------------------------------------------- */
/*
 * 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.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
}

.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clear {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.clearfix:after {
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

.hide, .is-hidden {
  display: none;
}

.show, .is-shown, .is-block {
  display: block;
}

.is-uppercase {
  text-transform: uppercase;
  letter-spacing: 1px;
}

.is-lowercase {
  text-transform: lowercase;
}

.left {
  float: left;
}

.right {
  float: right;
}

.center {
  display: block;
  text-align: center;
  margin: 0 auto;
}

.clear {
  clear: both;
}

.clearl {
  clear: left;
}

.clearr {
  clear: right;
}

.small {
  font-size: 12px;
  font-size: 0.75rem;
}

.caps {
  text-transform: uppercase;
}

/* Use this class to position headings and other waypoints
   offscreen for sighted browser users. These should remain
   usable by screenreaders as they will still be read out. */
.offscreen {
  position: absolute;
  left: -10000em;
}

.max-width {
  max-width: 100%;
  height: auto;
}

.help-button {
  cursor: pointer;
  position: absolute;
  right: 24px;
  top: 0px;
}
@media screen and (max-width: 768px) {
  .help-button {
    position: relative;
    margin-left: 10px;
    top: -5px;
    right: auto;
  }
}

.help-popup {
  display: none;
}
