@import url(http://fonts.googleapis.com/css?family=Roboto:300,400,500,700);
section {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */ }

.error {
  color: red; }

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 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; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio, canvas, progress, video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * 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/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden], template {
  display: none; }

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

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

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

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

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

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

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

/**
 * 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/10.
 */
img {
  border: 0; }

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

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

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button, input, optgroup, select, textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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; }

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 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 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 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 and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

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

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

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

td, th {
  padding: 0; }

body {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
  color: #000000;
  font-family: 'Roboto', sans-serif;
  font-size: 1em;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto', sans-serif;
  line-height: 1.25;
  margin: 0; }

h1 {
  font-size: 1.8em;
  font-weight: 400;
  color: #8d4292;
  margin: 10px 0 30px 0; }

h2 {
  font-size: 1.2em;
  font-weight: 900; }

h3 {
  font-size: 1.4em;
  font-weight: 400;
  color: #2c3e50;
  width: 300px;
  padding: 7px 10px; }

h4 {
  font-size: 1em; }

h5 {
  font-size: 1em; }

h6 {
  font-size: 1em; }

p {
  margin: 0 0 0.75em; }

a {
  color: #04ACDB;
  text-decoration: none; }
  a:hover {
    color: #037190; }
  a:active, a:focus {
    color: #fff;
    outline: none; }

hr {
  border-bottom: 1px solid #d5d5d5;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0; }

img, picture {
  margin: 0;
  max-width: 100%; }

blockquote {
  border-left: 2px solid #d5d5d5;
  color: #262626;
  margin: 1.5em 0;
  padding-left: 0.75em; }

cite {
  color: #404040;
  font-style: italic; }
  cite:before {
    content: "\2015 \00A0"; }

.container {
  width: 960px;
  margin-left: auto;
  margin-right: auto; }

.row:before, .row:after {
  content: " ";
  display: table; }

.row:after {
  clear: both; }

[class*='col-'] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  display: inline;
  padding: 10px; }

.col-1 {
  width: 60px; }

.col-2 {
  width: 140px; }

.col-3 {
  width: 220px; }

.col-4 {
  width: 300px; }

.col-5 {
  width: 380px; }

.col-6 {
  width: 460px; }

.col-7 {
  width: 540px; }

.col-8 {
  width: 620px; }

.col-9 {
  width: 700px; }

.col-10 {
  width: 780px; }

.col-11 {
  width: 860px; }

.col-12 {
  width: 940px; }

.left-1 {
  margin-left: 90px; }

.left-2 {
  margin-left: 170px; }

.left-3 {
  margin-left: 250px; }

.left-4 {
  margin-left: 330px; }

.left-5 {
  margin-left: 410px; }

.left-6 {
  margin-left: 490px; }

.left-7 {
  margin-left: 570px; }

.left-8 {
  margin-left: 650px; }

.left-9 {
  margin-left: 730px; }

.left-10 {
  margin-left: 810px; }

.left-11 {
  margin-left: 890px; }

.right-1 {
  margin-right: 90px; }

.right-2 {
  margin-right: 170px; }

.right-3 {
  margin-right: 250px; }

.right-4 {
  margin-right: 330px; }

.right-5 {
  margin-right: 410px; }

.right-6 {
  margin-right: 490px; }

.right-7 {
  margin-right: 570px; }

.right-8 {
  margin-right: 650px; }

.right-9 {
  margin-right: 730px; }

.right-10 {
  margin-right: 810px; }

.right-11 {
  margin-right: 890px; }

@media (min-width: 1200px) {
  .container {
    width: 1170px;
    padding-left: 3px;
    padding-right: 3px; }

  .col-1 {
    width: 77px; }

  .col-2 {
    width: 174px; }

  .col-3 {
    width: 271px; }

  .col-4 {
    width: 368px; }

  .col-5 {
    width: 465px; }

  .col-6 {
    width: 562px; }

  .col-7 {
    width: 659px; }

  .col-8 {
    width: 756px; }

  .col-9 {
    width: 853px; }

  .col-10 {
    width: 950px; }

  .col-11 {
    width: 1047px; }

  .col-12 {
    width: 1144px; }

  .left-1 {
    margin-left: 107px; }

  .left-2 {
    margin-left: 204px; }

  .left-3 {
    margin-left: 301px; }

  .left-4 {
    margin-left: 398px; }

  .left-5 {
    margin-left: 495px; }

  .left-6 {
    margin-left: 592px; }

  .left-7 {
    margin-left: 689px; }

  .left-8 {
    margin-left: 786px; }

  .left-9 {
    margin-left: 883px; }

  .left-10 {
    margin-left: 980px; }

  .left-11 {
    margin-left: 1077px; }

  .right-1 {
    margin-right: 107px; }

  .right-2 {
    margin-right: 204px; }

  .right-3 {
    margin-right: 301px; }

  .right-4 {
    margin-right: 398px; }

  .right-5 {
    margin-right: 495px; }

  .right-6 {
    margin-right: 592px; }

  .right-7 {
    margin-right: 689px; }

  .right-8 {
    margin-right: 786px; }

  .right-9 {
    margin-right: 883px; }

  .right-10 {
    margin-right: 980px; }

  .right-11 {
    margin-right: 1077px; }
 }

@media (min-width: 768px) and (max-width: 979px) {
  .container {
    width: 732px; }

  .col-1 {
    width: 41px; }

  .col-2 {
    width: 102px; }

  .col-3 {
    width: 163px; }

  .col-4 {
    width: 224px; }

  .col-5 {
    width: 285px; }

  .col-6 {
    width: 346px; }

  .col-7 {
    width: 407px; }

  .col-8 {
    width: 468px; }

  .col-9 {
    width: 529px; }

  .col-10 {
    width: 590px; }

  .col-11 {
    width: 651px; }

  .col-12 {
    width: 712px; }

  .left-1 {
    margin-left: 71px; }

  .left-2 {
    margin-left: 132px; }

  .left-3 {
    margin-left: 193px; }

  .left-4 {
    margin-left: 254px; }

  .left-5 {
    margin-left: 315px; }

  .left-6 {
    margin-left: 376px; }

  .left-7 {
    margin-left: 437px; }

  .left-8 {
    margin-left: 498px; }

  .left-9 {
    margin-left: 559px; }

  .left-10 {
    margin-left: 620px; }

  .left-11 {
    margin-left: 681px; }

  .right-1 {
    margin-right: 71px; }

  .right-2 {
    margin-right: 132px; }

  .right-3 {
    margin-right: 193px; }

  .right-4 {
    margin-right: 254px; }

  .right-5 {
    margin-right: 315px; }

  .right-6 {
    margin-right: 376px; }

  .right-7 {
    margin-right: 437px; }

  .right-8 {
    margin-right: 498px; }

  .right-9 {
    margin-right: 559px; }

  .right-10 {
    margin-right: 620px; }

  .right-11 {
    margin-right: 681px; }
 }

@media (max-width: 767px) {
  .container {
    width: 100%; }

  [class*='col-'] {
    display: block;
    float: none;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 5px; }

  [class*='left-'] {
    margin-left: 0; }

  [class*='right-'] {
    margin-right: 0; }
 }

input[type='submit'], .button {
  border: none;
  background-color: #00adef;
  text-indent: 0;
  /*display:inline-block;*/
  color: #ffffff;
  font-family: Arial;
  font-size: 0.75em;
  font-weight: 700;
  font-style: normal;
  line-height: 1.4;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  padding: 1.4em 1.3em;
  margin: 0 0 10px 1%; }
  input[type='submit']:hover, .button:hover {
    background-color: #30c6ff;
    color: #fff; }
  input[type='submit']:active, .button:active {
    position: relative;
    top: 1px;
    color: #fff; }

.button.back {
  float: left;
  margin: 0; }

@media (min-width: 1200px) {
  input[type='submit'], .button {
    font-size: 0.9em; }
 }

fieldset {
  border: none;
  margin: 0 0 0.75em 0;
  padding: 20px 0; }

input, label, select {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 1em; }

label {
  font-weight: 400;
  margin-bottom: 0.375em;
  display: inline-block;
  vertical-align: top;
  width: 180px; }
  label.required:after {
    content: "*"; }
  label abbr {
    display: none; }

textarea, input[type='text'], input[type='email'], select[multiple=multiple] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: white;
  border-radius: 3px;
  border: 1px solid #d5d5d5;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-family: 'Roboto', sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em 0.5em;
  width: 69%;
  display: inline-block;
  color: #000000; }
  textarea:hover, input[type='text']:hover, input[type='email']:hover, select[multiple=multiple]:hover {
    border-color: #bcbcbc; }
  textarea:focus, input[type='text']:focus, input[type='email']:focus, select[multiple=multiple]:focus {
    border-color: #00a3b5;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(0, 140, 156, 0.7);
    outline: none; }

textarea {
  resize: vertical; }

input[type="checkbox"], input[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

input[type="file"] {
  padding-bottom: 0.75em;
  width: 100%; }

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto;
  color: #000000; }
.btn-primary {
  padding: 0.5em 1.3em !important;
  font-weight: normal!important;
  float: right;
}
.form-signin {
  background: rgb(255, 255, 255); 
  background: rgba(255, 255, 255, .8);
  padding: 20px 10px 25px;
  border-radius: 10px;
  box-sizing: border-box;
}
.form {
  margin-bottom: 20px;
}
.form-register {
  background: rgb(255, 255, 255); 
  padding: 20px 10px 25px;
  border-radius: 10px;
  box-sizing:  border-box;
}
.form label {
  color: #00a1e3;
  font-size: 10pt;
}
.form label,
.form textarea, .form input[type='text'], .form input[type='email'], .form input[type='password'] {
  display: block;
  width: 100%;
}
.form span {
  color: #00a1e3;
  font-size: 8pt
}
 
.styled-select {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  cursor: pointer; }

.styled-select::after {
  content: ' ';
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 100%;
  display: block;
  background: #00adef url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAOBAMAAAGq7RFVAAAAJ1BMVEX///////////////////////////////////////////////////9Ruv0SAAAADHRSTlMACAoREoKDt7y9zc5qtZoyAAAAcklEQVQIHQXBsQnCUAAFwFOCCKbIABaWERzi1yaFAzmEpHYEC8GUKVQEkbyhvOOkZqdWt0/QYKqLzQeF7dv6y/RLwa2wYtk4Xxxe+t8yd1WuM/rcUc2gYHEeoP02umSgTR50ybBPRuiSZAS6ZAQ4jgCAPyjYJiRH4fymAAAAAElFTkSuQmCC') no-repeat center center;
  pointer-events: none;
  border-radius: 0 5px 5px 0; }

.styled-select select {
  border: none;
  border: 2px solid #eeeeee;
  background: white;
  padding: 6px 20px 6px 20px;
  width: 100%;
  font-size: 14px;
  font-weight: 900;
  color: #7f8c8d;
  cursor: pointer;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.styled-select select::-ms-expand {
  display: none; }

.styled-select :-moz-any(select) {
  width: 110%; }

.styled-select.ie9 select {
  width: 110%; }

.styled-select select:focus {
  outline: 1px dotted #A9A9A9; }

.submit {
  text-align: right; }
  .submit input.button {
    float: right; }

.day-wrapper {
  display: inline-block;
  width: 49%; }

#day, #time {
  width: 203px; }

.time-wrapper {
  display: inline-block;
  width: 49%; }

.time-wrapper label {
  width: 156px; }

.checkbox-left-lbl {
  height: 30px;
  display: block;
  float: left; }

.checkbox-lbl {
  width: auto;
  padding-right: 28px; }

.additional-info-lbl {
  height: 100px;
  float: left; }

.disclaimer-lbl {
  width: 100%; }

.disclaimer-lbl input {
  height: 50px;
  display: block;
  float: left;
  margin: -10px 20px 0 0; }

label.error {
  width: 100%;
  margin-left: 180px; }

.disclaimer-lbl ~ .error {
  margin-left: 31px;
  margin-top: -10px; }

@media (max-width: 767px) {
  .additional-info-lbl {
    display: none; }

  .day-wrapper {
    display: block;
    width: 100%; }

  .time-wrapper {
    display: block;
    width: 100%; }

  .day-wrapper label {
    width: 100%; }

  .time-wrapper label {
    width: 100%; }

  textarea, input[type="text"], input[type="email"], select[multiple="multiple"] {
    width: 100%; }

  #day, #time {
    width: 100%; }

  .checkbox-left-lbl {
    display: none; }

  .checkbox-lbl {
    display: block; }

  label.error {
    width: 100%;
    margin-left: 0; }
 }

@media (min-width: 768px) and (max-width: 979px) {
  .additional-info-lbl {
    display: none; }

  .day-wrapper {
    display: block;
    width: 100%; }

  .time-wrapper {
    display: block;
    width: 100%; }

  .day-wrapper label {
    width: 100%; }

  .time-wrapper label {
    width: 100%; }

  textarea, input[type="text"], input[type="email"], select[multiple="multiple"] {
    width: 100%; }

  #day, #time {
    width: 100%; }

  .checkbox-left-lbl {
    display: none; }

  .checkbox-lbl {
    display: block; }

  label.error {
    width: 100%;
    margin-left: 0; }
 }

@media (min-width: 1200px) {
  #day, #time {
    width: 246px; }
 }

ul, ol {
  margin: 0;
  padding: 0;
  list-style-type: none; }

dl {
  margin-bottom: 0.75em; }
  dl dt {
    font-weight: bold;
    margin-top: 0.75em; }
  dl dd {
    margin: 0; }

table {
  border-collapse: separate;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%;
  border-radius: 5px;
  overflow: hidden; }

th {
  background-color: #00adef;
  font-weight: 400;
  padding: 5px 10px;
  text-align: center;
  vertical-align: top;
  color: #fff; }

td {
  padding: 5px 10px;
  text-align: center;
  font-weight: 900;
  background-color: #ffffff; }

tr, td {
  vertical-align: middle; }

.category-cell {
  width: 30%; }

.image-cell {
  width: 90px; }

td.image-cell {
  padding: 5px 15px 0 25px; }

th.category-cell {
  text-align: left; }

td.category-cell {
  text-align: left;
  font-size: 1.2em; }

td.category-cell small {
  font-size: 0.75em;
  display: block; }

.end-cell {
  width: 0.1%; }
.header-container .header-text {
  color: #FFF;
  margin: 0 auto;
  height: 500px;
  background: #00adef url(../images/banner.jpg) no-repeat bottom right -110px;}

@media (min-width: 600px) {
  .header-container .header-text {
    height: 500px;
    background: #00adef url(../images/banner.jpg) no-repeat bottom center; }
}
@media (min-width: 767px) {
  .header-container .logo {
    float: right;
    padding-top: 8px;}
    .header-container .header-text {
      height: 300px;
      background: #00adef url(../images/banner.jpg) no-repeat top right -100px;}
    .header-text .left {
      height: 107%;
      background: #00adef;
      border-top-right-radius: 8% 50%;
      border-bottom-right-radius: 8% 50%;
      vertical-align: middle;
      margin-top: -10px;}
    .header-text .left p {
      font-size: 1.95em;
      text-align: left;
      padding: 80px 20px;}
}
@media (min-width: 1200px) {
     .header-container .header-text {
      background:  url(../images/banner.jpg) no-repeat top right;}
        .header-text .left p {
        font-size: 2.5em;
        padding: 70px 20px; }
   }
.site-header {
  background-color: #2c3e50;
  border-bottom-right-radius: 2em;
  position: relative;
  z-index: 4;
  height: 161px;
  margin: 0 auto; }

.page-img {
  position: absolute;
  width: 100%;
  z-index: 0;
  height: 390px;
  overflow: hidden;
  background: #031430;
  text-align: center !important;
  top: 0px; }
  .page-img img {
    min-height: 370px;
    max-width: inherit; }

.page-img.saver {
  background-color: #04ACDB; }

.page-img.contact {
  background-color: #2E474E; }

.header-text {
  height: 155px;
  z-index: 9999;
  font-weight: 100;
  overflow: hidden; }

.home .header-text p {
 }

.header-text p {
  font-size: 1.8em;
  line-height: 1.2;
  padding: 35px 20px;
  text-align: center; }

.header-text div {
  z-index: 9999;
  height: 100%; }

.header-image {
  display: none;
  position: relative;
  padding: 0;
  margin: 0; }
  @media (min-width: 768px) {
    .header-image {
      display: block; } }
  .header-image img {
    position: absolute;
    left: 0;
    top: -30px;
    height: 300px;
    width: auto;
    max-width: none; }
    @media (min-width: 1600px) {
      .header-image img {
        height: 380px;
        top: -20px; } }

.img-container {
  width: 1920px;
  position: absolute;
  left: 50%;
  top: 0px;
  margin-left: -930px; }

.seperator {
  height: 40px;
  background-color: #2c3e50;
  width: 100%;
  top: 380px;
  position: absolute;
  -webkit-box-shadow: 0px -9px 10px -9px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px -9px 10px -9px rgba(51, 51, 51, 0.5);
  box-shadow: 0px -9px 10px -9px rgba(51, 51, 51, 0.5); }

#top-nav {
  float: right;
  text-align: right; }
  #top-nav ul {
    display: inline-block;
    vertical-align: top; }
  #top-nav li {
    display: inline-block;
    margin-right: 20px;
    border-bottom: 2px transparent solid; }
    #top-nav li:hover {
      border-bottom: 1px #131B25 dotted; }
  #top-nav a {
    display: inline-block;
    padding: 0;
    text-align: center;
    text-decoration: none;
    font-weight: 300;
    color: #131B25; }
    #top-nav a:hover {
      text-decoration: none; }

#footer {
  background-color: #33383e;
  padding: 20px 0 0;
  text-align: left;
  color: #ffffff; }
  #footer address {
    font-style: normal;
    font-size: 0.8em;
    padding-bottom: 0; }
  #footer a {
    color: #ffffff; }
    #footer a:hover {
      color: #f2f2f2; }
  #footer p {
    font-size: 0.8em;
    padding: 0;
    margin: 0; } 
  #footer .email {
    padding: 0 0 4px 25px;
    margin: 5px 10px 0 0px;
    display: inline-block;
    background-image: url(../images/email.png);
    background-repeat: no-repeat;
    background-position: 0 1px; }
  #footer .phone {
    padding: 0 0 4px 20px;
    margin: 5px 10px 0;
    background-image: url(../images/phone.png);
    background-repeat: no-repeat;
    background-position: 0 1px; }
  #footer .fax {
    padding: 0 0 4px 25px;
    margin: 5px 10px 0;
    background-image: url(../images/fax.png);
    background-repeat: no-repeat; }
  #footer small {
    font-size: 65%;
  }
  #footer .col-3 aside {
    float: right;
    text-align: right;
    padding-top: 72px; }
    #footer .col-3 aside p {
      color: #fff;
      font-size: 0.9em; }
  #footer p.marketing-code {
    margin-top: 7px; }

.copyright {
  background: #3a4047;
  padding: 20px 3000px;
  margin: 0 -3000px;}
  .copyright small {
    padding: 10px 0 0 10px;
    color: #ffffff; }
  .copyright img {
    vertical-align: top; }
  .copyright aside {
    text-align: right;
    margin-top: 40px; }

.disclaimer {
  text-align: justify;
  margin-top: 20px; }
  .disclaimer h6 {
    font-size: 0.9em;
    margin-bottom: 0.75em; }
  .disclaimer p {
    font-size: 0.75em !important;
    margin-bottom: 2em !important; }

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.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-target {
  position: relative;
  direction: ltr; }

.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 {
  /* This class is applied to the lower origin when
   its values is > 50%. */
  z-index: 10; }

.noUi-stacking + .noUi-origin {
  /* Fix stacking order in IE7, which incorrectly
   creates a new context for the origins. */
  *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; }

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px; }

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

.noUi-vertical {
  width: 18px; }

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

/* Styling;
 */
.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 #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB; }

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

/* Handles and cursors;
 */
.noUi-dragable {
  cursor: w-resize; }

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

.noUi-handle {
  border: 1px solid #00adef;
  border-radius: 15px;
  background: #00adef;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #00adef, 0 3px 6px -3px #fff;; }

.product-type-4 .noUi-handle, .product-type-5 .noUi-handle, .product-type-6 .noUi-handle {
  border: 1px solid #676463;
  background: #676463;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #676463, 0 3px 6px -3px #BBB; }

.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB; }

/* Disabled state;
 */
[disabled].noUi-connect, [disabled] .noUi-connect {
  background: #B8B8B8; }

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

#content {
  padding-top: 30px;
  min-height: 350px; }
  @media (min-width: 600px) {
    #content {
      padding-top: 70px; } }
.home-options {
  margin: 30px 0 80px 0;
  text-align: center; }
  .home-options h1 {
    text-align: center;
    width: 100%;
    background: #fff;
    margin-bottom: 20px;
    color: #000000; }

.home #content, .thankyou #content, .error #content, .contact #content, .login #content {
   }

.options {
  color: #333c4e;
  padding-bottom: 30px;
   }

.options-footer {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #fff; }

.results {
  min-height: 200px;
  background-color: #f5f5f5;
  padding-top: 40px; }
  .results td.saving {
    color: #00adef;
    font-size: 1.3em; }
  .results td.saving-4, .results td.saving-5, .results td.saving-6 {
    color: #ad8c63; }

.ccg-lbl, .practice-lbl {
  font-size: 1em;
  font-weight: 400;
  width: 300px; }

.mental-health-saving {
  border: 1px solid #fff;
  padding: 5px;
  width: 170px;
  text-align: center;
  float: right; }

.mental-health-saving h2 {
  font-size: 0.9em;
  font-weight: 400;
  background-color: #00a3b5;
  padding: 5px;
  color: #fff; }

.mental-health-saving.lower {
  float: right;
  padding: 5px;
  width: 300px;
  text-align: center; }

.mental-health-saving.lower h2 {
  font-size: 1.2em;
  font-weight: 400;
  background-color: #00a3b5;
  padding: 5px;
  color: #fff; }

.mental-health-saving.lower .total-saving {
  text-align: center;
  display: block;
  font-size: 1.8em;
  font-weight: 900;
  padding: 2px 0 0 0; }

.total-saving-wrap {
  border: 2px solid #eeeeee;
  background: #fff;
  color: #2c3e50;
  padding: 5px 10px 0 10px;
  border-radius: 5px;
  text-align: center;
  width: 70%;
  margin: 0 auto; }
  .total-saving-wrap:first-of-type {
    margin-top: 10px; }

.total-saving-label {
  font-size: 1em;
  color: #00adef; }

.total-saving-value {
  font-size: 3em;
  color: #00adef; }

.mental-health-saving .total-saving {
  text-align: center;
  display: block;
  font-size: 1.2em;
  font-weight: 900;
  padding: 2px 0 0 0; }

.select-country {
  margin-bottom: 20px; }

.select-ccg {
  margin-bottom: 20px; }

.select-ccg select, .select-country select {
  padding: 6px 7px;
  margin: 0;
  width: 100%; }

.slider-row {
  background: #f0fafe; }

.product-type-4 .slider-row, .product-type-5 .slider-row, .product-type-6 .slider-row {
  background: #cac4c2; }

.slider-container {
  padding: 1% 2%; }
  .slider-container h4 {
    width: 40%;
    display: inline-block;
    vertical-align: top;
    font-weight: 400;
    margin-top: 8px;
    text-align: right; }

.slider-widget {
  width: 55%;
  display: inline-block;
  vertical-align: top;
  margin-top: 7px; }

.start {
  display: inline-block;
  vertical-align: top;
  width: 10%;
  font-weight: 900; }

.slider {
  display: inline-block;
  vertical-align: top;
  width: 72%; }

.output {
  display: inline-block;
  vertical-align: top;
  width: 10%;
  margin-left: 6%;
  font-weight: 900; }

.actions {
  text-align: left;
  padding: 0 3000px;
  margin: -15px -3015px !important;
  background-color: #f5f5f5; }

.buttons {
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 20px; }
  .buttons .button {
    vertical-align: middle;
    font-size: 14px;
    padding: 10px 15px;
    flex: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center; }
    .buttons .button:nth-of-type(4) {
      -webkit-flex-grow: 2.5;
      flex-grow: 2.5; }

#overlay {
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  background-color: black;
  width: 100%;
  height: 500px;
  z-index: 5000; }

#overlay-message {
  width: 12%;
  height: 6%;
  overflow: auto;
  margin: auto;
  position: absolute;
  top: -400px;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #333;
  z-index: 5000;
  padding: 30px 30px 10px 30px;
  border-radius: 10px;
  text-align: center; }
  #overlay-message p {
    color: #fff;
    font-size: 20px; }

.total-saving .asterix, .total-saving-wrap .asterix {
  font-size: 0.5em;
  vertical-align: text-top; }

.saver-disclaimer {
  float: left;
  font-size: 0.8em;
  margin-top: 75px;
  color: #666; }
  .saver-disclaimer a {
    font-weight: 700;
    color: #666; }

.summary-message {
  padding-top: 20px; }

.scrollup {
  margin-left: 0; }

@media (min-width: 1200px) {
  .total-saving-wrap {
    width: 75%; }
 }

.login .container {
  padding: 0!important;
}
 .login h2 {
  color: #00a1e3;
  font-weight: normal;
  font-size: 16pt;
  margin: 0 0 20px 0;
}
 .login main p {
  color: #00a1e3;
  font-weight: normal;
  font-size: 10pt;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  margin-bottom: 20px;
  border-radius: 4px;
  box-sizing: border-box;
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}
.alert-success p {
   color: #3c763d;
}
.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.alert-info p {
    color: #31708f!important;
}
.alert-danger {
  color: #a94442!important;
  background-color: #f2dede;
  border-color: #ebccd1;  
  
}
.alert-danger p {
  color: #a94442 !important;
  border-color: #ebccd1;
}
.alert p:last-child  {
  margin-bottom:  0
}


