/*!
 * Ice Web Styles
 *
 * Copyright 2014 Ice Creates Ltd
 * http://www.icecreates.com
 *
 * Developer: Jamie Billington.
 */

.QuestionnaireSearchResults tr th,
.QuestionnaireSearchResults tr td {
  padding: 2px 5px 2px 5px;
  border-bottom: solid 1px gray;
}
#FontSizeAlter a {
  display: inline;
  vertical-align: bottom;
  color: white;
  text-decoration: none;
}
#FontSizeAlter a.active {
  color: #333333;
}
#FontSizeAlter a:hover {
  text-decoration: none;
}
#FontSizeAlter #smallFontSize {
  font-size: 0.8em;
}
#FontSizeAlter #mediumFontSize {
  font-size: 1em;
}
#FontSizeAlter #largeFontSize {
  font-size: 1.2em;
}
/*Simple modal*/

#modaloverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#modalmodal {
  position: absolute;
  /*background:url(tint20.png) 0 0 repeat;*/
  background: rgba(0, 0, 0, 0.2);
  border-radius: 14px;
  padding: 8px;
}
#modalcontent {
  border-radius: 8px;
  background: white;
  padding: 20px;
}
#modalclose {
  position: absolute;
  background: url('/Images/close.png') 0 0 no-repeat;
  width: 24px;
  height: 27px;
  display: block;
  text-indent: -9999px;
  top: -7px;
  right: -7px;
}
/* CSS Reset */

/*! normalize.css v3.0.1 | 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,
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: 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: yellow;
  color: black;
}
/**
 * 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"],
/* 1 */ 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 silver;
  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;
}
/* Site Variables */

/*!
 * Ice Web Styles
 *
 * Less: variables
 *
 * Copyright 2014 Ice Creates Ltd
 * http://www.icecreates.com
 *
 * Developer: Guillaume Simonin.
 */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v10/cJZKeOuBrn4kERxqtaUH3VtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://fonts.gstatic.com/s/opensans/v10/MTP_ySUJH_bn48VBG8sNSugdm0LZdjqr5-oayXSOefg.woff2) format('woff2');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v10/xjAJXh38I15wypJXxuGMBo4P5ICox8Kq3LLUNMylGO4.woff2) format('woff2');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: local('Open Sans Semibold Italic'), local('OpenSans-SemiboldItalic'), url(https://fonts.gstatic.com/s/opensans/v10/PRmiXeptR36kaC0GEAetxl2umOyRU7PgRiv8DXcgJjk.woff2) format('woff2');
}
/* Global Mixins */

/*!
 * ABSTRACTIONS
 * 
 * This is where to place your functions, mixins and extends.
 *
 * Note that we have tried to replicate Compass (http://compass-style.org/) rules.
 * Compass is an open-source CSS Authoring Framework originally built for Sass.
 *
 * Copyright 2015 Ice Creates Ltd
 * http://www.icecreates.com
 *
 * Developer: Guillaume Simonin.
 */

/*
.border-radius(@radius, @vertical-radius) {
  .border-radius("@{radius} / @{vertical-radius}");
}
*/
/*
.e-calc(@property, @value) {
  @{property}: -webkit-calc(@value);
  @{property}: -moz-calc(@value);
  @{property}: calc(@value);
}
*/

/*
.e-bulletproof-font-face(@name, @path-fonts, @file-name, @weight: 400, @style: normal, @version: "1.0") {
  @font-face {
    font-family: @name;
    src: url("@{path-fonts}@{file-name}.eot?v=@{version}");
    src: url("@{path-fonts}@{file-name}.eot?#iefix&v=@{version}") format("embedded-opentype"),
         url("@{path-fonts}@{file-name}.woff?v=@{version}") format("woff"),
         url("@{path-fonts}@{file-name}.ttf?v=@{version}") format("truetype"),
         url("@{path-fonts}@{file-name}.svg?v=@{version}#@{file-name}") format("svg");
    font-weight: @weight;
    font-style: @style;
  }
}
*/

/*!
 * CSS Arrows Mixins
 *
 * based on Compass mixins
 *
 * Developer: Guillaume Simonin.
 */
/*!
 * List Helpers
 *
 * based on Compass mixins
 *
 * Developer: Guillaume Simonin.
 */

/* Turn off the bullet for an element of a list */

.no-bullet {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
}
/* turns off the bullets for an entire list */

.no-bullets {
  list-style: none;
  padding-left: 0;
}
.no-bullets li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
}
.horizontal-list-container {
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  zoom: 1;
}
/*!
 * Positioning Helpers
 *
 * based on Compass mixins for clearfix, floats and inline-block
 *
 * Developer: Guillaume Simonin.
 */

.clear-fix {
  overflow: hidden;
  zoom: 1;
}
.float-left {
  display: inline;
  float: left;
}
.float-right {
  display: inline;
  float: right;
}
/* Size
 */
.dsp-inline-block {
  display: -moz-inline-stack;
  display: inline-block;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}
.vertical-align_middle {
  vertical-align: middle;
}
/*!
 * Abstractions: Typography
 *
 * text and typo helpers based on Compass mixins
 *
 * Developer: Guillaume Simonin.
 */

/* Text Styles
 */

.italic {
  font-style: italic;
}
.no-deco {
  text-decoration: none;
}
.no-shadow {
  text-shadow: none;
}
.bold {
  font-weight: bold;
}
.xsmall {
  font-size: x-small;
}
.small {
  font-size: small;
}
.txt-upper {
  text-transform: uppercase;
}
/* Alignments
 */

.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}
.justify-left {
  text-align: left;
  text-align: justify;
}
.hide-text {
  text-indent: -9999px;
  overflow: hidden;
}
/* Base styles */

/*!
 * BASE
 * 
 * This is where to place all your basic, raw HTML element styling.
 *
 * Copyright 2015 Ice Creates Ltd
 * http://www.icecreates.com
 *
 */

/*!
 * Accessibility
 *
 * Styles for assistive technologies like:
 *  - screen readers
 *  - voice recognition software
 *  - trackball devices
 *
 * Copyright 2014 Ice Creates Ltd
 * http://www.icecreates.com
 *
 * Developer: Guillaume Simonin.
 */

.hidden,
.AccessibleOnly {
  display: none;
}
/*!
 * Base: body
 *
 * Styles for the document body
 *
 * Copyright 2014 Ice Creates Ltd
 * http://www.icecreates.com
 *
 * Developer: Guillaume Simonin.
 */

html {
  background-color: #e2e2e2;
  margin: 0;
  padding: 0;
}
body {
  background-color: white;
  margin: 0;
  padding: 0;
}
.content-wrapper {
  margin: 0 auto;
  max-width: 960px;
}
header .content-wrapper {
  padding: 15px 0;
  overflow: hidden;
  zoom: 1;
}
#body {
  background-color: #efeeef;
  clear: both;
  padding-bottom: 35px;
}
.main-content {
  padding-left: 10px;
  padding-top: 30px;
}
.featured + .main-content {
  background: url("/Images/heroAccent.png") no-repeat;
}
footer {
  clear: both;
  background-color: #e2e2e2;
  font-size: .8em;
}
@media only screen and (max-width: 960px) {
  .content-wrapper,
  header .content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 540px) {
  .main-content,
  .featured + .main-content {
    background-position: 10px 0;
  }
  .content-wrapper {
    padding-right: 10px;
    padding-left: 10px;
  }
  .featured .content-wrapper {
    padding: 10px;
  }
  footer {
    text-align: center;
    height: auto;
    padding: 10px 0;
  }
  footer .float-left,
  footer .float-right {
    float: none;
  }
  footer p {
    margin: 0;
  }
}
/*!
 * Module: buttons
 * 
 * Copyright 2014 Ice Creates Ltd
 * http://www.icecreates.com
 *
 * Developer: Guillaume Simonin.
 */

.btn,
input[type="submit"],
input[type="button"],
button {
  display: -moz-inline-stack;
  display: inline-block;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 10px 15px;
  background-color: #f9bf2c;
  border: none;
  color: white;
  cursor: pointer;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-size: 1.2em;
  font-weight: 600;
  text-align: center;
  line-height: 1em;
  text-decoration: none!important;
  width: auto;
}
.btn:hover,
.btn:active,
input[type="submit"]:hover,
input[type="button"]:hover,
button:hover,
input[type="submit"]:active,
input[type="button"]:active,
button:active {
  background-color: #fbd676;
  color: white;
}
.btn.large,
input[type="submit"].large,
input[type="button"].large,
button.large {
  font-size: 18px;
  line-height: 32px;
}
.btn.block,
input[type="submit"].block,
input[type="button"].block,
button.block {
  display: block;
}
.btn-white {
  display: -moz-inline-stack;
  display: inline-block;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 10px 15px;
  background-color: #f9bf2c;
  border: none;
  color: white;
  cursor: pointer;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-size: 1.2em;
  font-weight: 600;
  text-align: center;
  line-height: 1em;
  text-decoration: none!important;
  width: auto;
  background-color: white;
  color: #565656;
}
.btn-white:hover,
.btn-white:active {
  background-color: #fbd676;
  color: white;
}
.btn-white.large {
  font-size: 18px;
  line-height: 32px;
}
.btn-white.block {
  display: block;
}
.btn-white:hover,
.btn-white:active {
  background-color: #f9bf2c;
}
.btn-dark,
#adminSubMenu a {
  display: -moz-inline-stack;
  display: inline-block;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 10px 15px;
  background-color: #f9bf2c;
  border: none;
  color: white;
  cursor: pointer;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-size: 1.2em;
  font-weight: 600;
  text-align: center;
  line-height: 1em;
  text-decoration: none!important;
  width: auto;
  background-color: #565656;
}
.btn-dark:hover,
.btn-dark:active,
#adminSubMenu a:hover,
#adminSubMenu a:active {
  background-color: #fbd676;
  color: white;
}
.btn-dark.large,
#adminSubMenu a.large {
  font-size: 18px;
  line-height: 32px;
}
.btn-dark.block,
#adminSubMenu a.block {
  display: block;
}
.btn-dark:hover,
.btn-dark:active,
#adminSubMenu a:hover,
#adminSubMenu a:active {
  background-color: #f9bf2c;
}
/* Animated buttons
 */

/* reveal, push out */

.fx_pushLeft,
.fx_pushRight {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.fx_pushLeft span,
.fx_pushRight span {
  display: block;
  background: white;
  /* @transitions: ~`"@{arguments}".replace(/[\[\]]/g, '')`; */
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
}
.fx_pushLeft::before,
.fx_pushRight::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #f9bf2c;
  color: white;
  content: attr(title);
  /* @transitions: ~`"@{arguments}".replace(/[\[\]]/g, '')`; */
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
}
.fx_pushLeft[title*='See more']::before,
.fx_pushRight[title*='See more']::before {
  background-image: url('/Images//icons/see_more.png');
  background-repeat: no-repeat;
  background-position: 5px center;
  padding-left: 30px!important;
}
.fx_pushLeft:hover::before,
.fx_pushRight:hover::before,
.fx_pushLeft:focus::before,
.fx_pushRight:focus::before {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}
.fx_pushLeft::before {
  -webkit-transform: translateX(-25%);
  -moz-transform: translateX(-25%);
  -ms-transform: translateX(-25%);
  -o-transform: translateX(-25%);
  transform: translateX(-25%);
}
.fx_pushRight::before {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.fx_pushLeft:hover span,
.fx_pushLeft:focus span {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.fx_pushRight:hover span,
.fx_pushRight:focus span {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
/* reveal more */

.fx_seeMore {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.fx_seeMore span {
  display: block;
  background: white;
  /* @transitions: ~`"@{arguments}".replace(/[\[\]]/g, '')`; */
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
}
.fx_seeMore::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 30px;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 30px!important;
  background: #f9bf2c url('/Images//icons/see_more.png') no-repeat 5px center;
  color: white;
  content: attr(title);
  /* @transitions: ~`"@{arguments}".replace(/[\[\]]/g, '')`; */
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
}
.fx_seeMore:hover::before,
.fx_seeMore:focus::before {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}
.fx_seeMore::before {
  -webkit-transform: translateX(-30px);
  -moz-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  -o-transform: translateX(-30px);
  transform: translateX(-30px);
}
.fx_seeMore:hover span,
.fx_seeMore:focus span {
  -webkit-transform: translateX(30px);
  -moz-transform: translateX(30px);
  -ms-transform: translateX(30px);
  -o-transform: translateX(30px);
  transform: translateX(30px);
}
/*!
 * Base: Forms
 *
 * Styles for forms, user inputs
 *
 * Copyright 2015 Ice Creates Ltd
 * http://www.icecreates.com
 *
 * Developer: Guillaume Simonin.
 */
form ul,
form ol {
  list-style: none;
  padding-left: 0;
}
form ul li,
form ol li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
}
fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
fieldset legend {
  display: none;
}
fieldset ol {
  padding: 0;
  list-style: none;
}
fieldset ol li {
  padding-bottom: 5px;
}
label {
  display: block;
  font-size: 1.1em;
}
label.checkbox {
  display: inline;
}
/* TEXT INPUTS
 */

input[type="text"],
input[type="password"],
select,
textarea {
  padding: 5px 10px;
  border: 1px solid #e2e2e2;
  font-size: 1em;
  color: #565656;
}
input[type="text"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus {
  outline: none;
  border: 1px solid;
  border-color: #f9bf2c !important;
  /*  @shadows: ~`"@{arguments}".replace(/[\[\]]/g, '')`;
 */
  -webkit-box-shadow: 0 0 8px #f9bf2c;
  -moz-box-shadown: 0 0 8px #f9bf2c;
  box-shadow: 0 0 8px #f9bf2c;
}
input,
textarea {
  border: 1px solid #e2e2e2;
  background: white;
  color: #333333;
  font-size: 1.2em;
  padding: 7.5px 22.5px;
  width: 300px;
}
input:focus,
textarea:focus {
  border: 1px solid #7ac0da;
}
input[type="text"],
input[type="password"] {
  font-size: 1em;
}
textarea {
  font-family: inherit;
  width: 500px;
}
/* CHECKBOXES and RADIO BUTTONS
 */

input[type="checkbox"],
input[type="radio"] {
  margin: 10px;
  width: auto;
}
input[type="checkbox"] + label,
input[type="radio"] + label {
  cursor: pointer;
}
input[type="checkbox"] {
  background: transparent;
  border: inherit;
  width: auto;
}
/* class and its mixin for checkbox elements
 * (require label tag to be placed JUST AFTER checkbox)
 */

.cssCheckbox {
  position: absolute;
  visibility: hidden;
}
.cssCheckbox + label {
  cursor: pointer;
}
.cssCheckbox + label:before {
  display: -moz-inline-stack;
  display: inline-block;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  content: '';
  background: white;
  border: 5px solid #b9b9b9;
  height: 20px;
  width: 20px;
}
.cssCheckbox + label.hidden {
  font-size: 0;
}
.cssCheckbox:checked + label:before {
  background: white url('/Images/icons/accept.png');
}
.cssCheckbox.underneath + label:before,
.cssCheckbox.at-right + label:before {
  content: none;
}
.cssCheckbox.underneath + label:after,
.cssCheckbox.at-right + label:after {
  display: -moz-inline-stack;
  display: inline-block;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  content: '';
  background: white;
  border: 5px solid #b9b9b9;
  height: 20px;
  width: 20px;
  margin-left: 10px;
}
.cssCheckbox.underneath[checked] + label:after,
.cssCheckbox.at-right[checked] + label:after {
  background: white url('/Images/icons/accept.png') left center;
}
.cssCheckbox.underneath:checked + label:after,
.cssCheckbox.at-right:checked + label:after {
  background: white url('/Images/icons/accept.png') left center;
}
.cssCheckbox.underneath + label:after {
  display: block;
  margin-left: 0;
}
@media only screen and (max-width: 960px) {
  input {
    width: 90%;
  }
}
/*!
 * Base: Tables
 *
 * Styles for table elements
 *
 * Copyright 2015 Ice Creates Ltd
 * http://www.icecreates.com
 *
 * Developer: Guillaume Simonin.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 0.75em;
  border: 0 none;
}
th {
  font-size: 1.2em;
  text-align: left;
  border: none 0px;
  padding-left: 0;
}
th a {
  display: block;
  position: relative;
}
th a:link,
th a:visited,
th a:active,
th a:hover {
  color: #333333;
  font-weight: 600;
  text-decoration: none;
  padding: 0;
}
th a:hover {
  color: black;
}
th.asc a,
th.desc a {
  margin-right: .75em;
}
th.asc a:after,
th.desc a:after {
  display: block;
  position: absolute;
  right: 0em;
  top: 0;
  font-size: 0.75em;
}
th.asc a:after {
  content: '▲';
}
th.desc a:after {
  content: '▼';
}
td {
  padding: 0.25em 2em 0.25em 0em;
  border: 0 none;
}
tr.pager td {
  padding: 0 0.25em 0 0;
}
/*!
 * Base: Typography
 *
 * Base styles for all texts (titles, paragraphs, links...)
 *
 * Copyright 2015 Ice Creates Ltd
 * http://www.icecreates.com
 *
 * Developer: Guillaume Simonin.
 */

body {
  color: #333333;
  font-size: .85em;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}
a {
  color: #009eb4;
  outline: none;
  padding-left: 3px;
  padding-right: 3px;
  text-decoration: underline;
}
a:link,
a:visited {
  color: #009eb4;
}
a:active,
a:hover {
  background-color: #f9bf2c;
  color: white;
}
a.no-hover:active,
a.no-hover:hover {
  background-color: inherit;
  color: inherit;
}
a.btn {
  color: white;
}
h1 {
  font-size: 2em;
}
h2 {
  font-size: 1.75em;
}
h3 {
  font-size: 1.2em;
}
h4 {
  font-size: 1.1em;
}
h5,
h6 {
  font-size: 1em;
}
/*!
 * Module: validation and Errors
 * 
 * Copyright 2015 Ice Creates Ltd
 * http://www.icecreates.com
 *
 * Developer: Guillaume Simonin.
 */

/* info and errors */

.message-info {
  border: 1px solid;
  clear: both;
  padding: 10px 20px;
}
.message-error {
  clear: both;
  color: #e80c4d;
  font-size: 1.1em;
  font-weight: bold;
  margin: 20px 0 10px 0;
}
.message-success {
  color: #7ac0da;
  font-size: 1.3em;
  font-weight: bold;
  margin: 20px 0 10px 0;
}
.error {
  color: #e80c4d;
}
/* styles for validation helpers */

.field-validation-error {
  color: #e80c4d;
  font-weight: bold;
}
.field-validation-valid {
  display: none;
}
input.input-validation-error {
  border: 1px solid #e80c4d;
}
input[type="checkbox"].input-validation-error {
  border: 0 none;
}
.validation-summary-errors {
  color: #e80c4d;
  font-weight: bold;
  font-size: 1.1em;
}
.validation-summary-valid {
  display: none;
}
/* Spacing */

.padL0 {
  padding-left: 0;
}
.padL20 {
  padding-left: 20px;
}
.padL22 {
  padding-left: 22px;
}
.padR20 {
  padding-right: 20px;
}
.marT20 {
  margin-top: 20px;
}
.mar0Auto {
  margin: 0 auto;
}
.full-height {
  height: 100%;
}
.width-0 {
  width: 0%;
}
.width-10 {
  width: 10%;
}
.width-15 {
  width: 15%;
}
.width-20 {
  width: 20%;
}
.width-25 {
  width: 25%;
}
.width-30 {
  width: 30%;
}
.width-35 {
  width: 35%;
}
.width-40 {
  width: 40%;
}
.width-45 {
  width: 45%;
}
.width-50 {
  width: 50%;
}
.width-60 {
  width: 60%;
}
.width-70 {
  width: 70%;
}
.width-74 {
  width: 74%;
}
.width-75 {
  width: 75%;
}
.width-80 {
  width: 80%;
}
.width-90 {
  width: 90%;
}
.width-100 {
  width: 100%;
}
.dsp-inline {
  display: inline;
}
.dsp-inline_block {
  display: inline-block;
}
/*!
 * Ice Web Styles
 *
 * Less: variables
 *
 * Copyright 2014 Ice Creates Ltd
 * http://www.icecreates.com
 *
 * Developer: Guillaume Simonin.
 */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v10/cJZKeOuBrn4kERxqtaUH3VtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://fonts.gstatic.com/s/opensans/v10/MTP_ySUJH_bn48VBG8sNSugdm0LZdjqr5-oayXSOefg.woff2) format('woff2');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v10/xjAJXh38I15wypJXxuGMBo4P5ICox8Kq3LLUNMylGO4.woff2) format('woff2');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: local('Open Sans Semibold Italic'), local('OpenSans-SemiboldItalic'), url(https://fonts.gstatic.com/s/opensans/v10/PRmiXeptR36kaC0GEAetxl2umOyRU7PgRiv8DXcgJjk.woff2) format('woff2');
}
@media only screen and (max-width: 540px) {
  .mobile-full-width {
    width: 100%;
  }
  .mobile-marT10 {
    margin-top: 10px;
  }
}
/* Components styles */

/*!
 * COMPONENTS
 * 
 * This is where to place styles for the main components which compose our pages.
 * 
 * They are the callouts, the sidebar sections, the product lists and so on
 *
 * Copyright 2015 Ice Creates Ltd
 * http://www.icecreates.com
 *
 */

/*!
 * Module: Navigation menu
 * 
 * Copyright 2015 Ice Creates Ltd
 * http://www.icecreates.com
 *
 * Developer: Guillaume Simonin.
 */

header nav {
  display: -moz-inline-stack;
  display: inline-block;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}
header nav ul {
  float: left;
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  zoom: 1;
}
header nav ul > li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  display: inline;
  float: left;
  padding-left: 4px;
  padding-right: 4px;
  white-space: nowrap;
}
header nav ul li {
  padding: 0;
  position: relative;
}
header nav ul li a {
  color: #565656;
  display: block;
  font: 18px/32px "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-weight: bold;
  text-decoration: none;
  padding: 5px 15px;
}
header nav ul li a:hover,
header nav ul li a:focus,
header nav ul li a:active {
  background: none;
  border-bottom: 5px solid #f9bf2c;
  color: #afafaf;
}
header nav ul li.active:after {
  content: '';
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: white transparent transparent transparent;
  height: 0;
  width: 0;
  position: absolute;
  top: 80px;
  left: 50%;
  margin-left: -10px;
}
header nav ul li.active a {
  background: none;
  border-bottom: 5px solid #f9bf2c;
  color: #afafaf;
}
header nav .hamburger {
  display: none;
  float: right;
  padding: 30px;
  /* @transitions: ~`"@{arguments}".replace(/[\[\]]/g, '')`; */
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
header nav .hamburger span {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /* @transitions: ~`"@{arguments}".replace(/[\[\]]/g, '')`; */
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  display: block;
  background: #565656;
  height: 5px;
  margin: 5px 0;
  width: 0;
}
header nav .hamburger:hover span {
  background: #f9bf2c;
}
@media only screen and (max-width: 540px) {
  header nav .hamburger {
    display: block;
  }
  header nav .hamburger span {
    margin: 5px;
    width: 30px;
  }
  header nav ul {
    background: white;
    /*  @shadows: ~`"@{arguments}".replace(/[\[\]]/g, '')`;
   */
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadown: 0 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    display: none;
    position: absolute;
    top: 70px;
    width: 100%;
    z-index: 10;
  }
  header nav ul li {
    background: white;
    border-top: 1px solid #e5e5e5;
    display: block;
    float: none;
    text-align: center;
    width: 100%;
    z-index: 10;
  }
  header nav ul li a {
    padding: 15px 30px;
    text-align: center;
  }
}
/*Chris added this temp nav fix*/

#adminSubMenu {
  text-align: center;
}
#adminSubMenu ul {
  padding: 0;
}
#adminSubMenu ul li {
  display: inline-block;
}
/*!
 * Base: Page
 *
 * Styles for the page elements
 *
 * Copyright 2015 Ice Creates Ltd
 * http://www.icecreates.com
 *
 * Developer: Guillaume Simonin.
 */

.site-title {
  color: #afafaf;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-size: 2.3em;
  margin: 0;
}
.site-title a,
.site-title a:hover,
.site-title a:active {
  background: none;
  color: #afafaf;
  outline: none;
  text-decoration: none;
}
.site-title a.logo,
.site-title a:hover.logo,
.site-title a:active.logo {
  display: block;
  float: left;
  text-indent: -9999px;
  overflow: hidden;
  background: url('/Images//ice-logo.png') no-repeat 50% 50%;
  width: 75px;
  height: 50px;
  padding: 0;
  margin-right: 10px;
}
.site-title a.logoclientcms,
.site-title a:hover.logoclientcms,
.site-title a:active.logoclientcms {
  display: block;
  float: left;
  padding: 0;
  margin-right: 10px;
}
.site-title a.logoclientcms .clientLogo,
.site-title a:hover.logoclientcms .clientLogo,
.site-title a:active.logoclientcms .clientLogo {
  max-width: 320px;
  max-height: 70px;
}
/* featured */

.featured {
  background-color: white;
}
.featured .content-wrapper {
  background-color: #7ac0da;
  background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
  background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
  background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
  background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
  color: #3e5667;
  padding: 20px 40px 30px 40px;
}
.featured hgroup.title h1,
.featured hgroup.title h2 {
  color: white;
}
.featured p {
  font-size: 1.1em;
}
/* page titles */

hgroup.title {
  margin-bottom: 10px;
}
hgroup.title h1,
hgroup.title h2 {
  display: inline;
}
hgroup.title h2 {
  font-weight: normal;
  margin-left: 3px;
}
/* features */

section.feature {
  width: 300px;
  float: left;
  padding: 10px;
}
/* ordered list */

ol.round {
  list-style-type: none;
  padding-left: 0;
}
ol.round li {
  margin: 25px 0;
  padding-left: 45px;
}
ol.round li.zero {
  background: url("/Images/orderedList0.png") no-repeat;
}
ol.round li.one {
  background: url("/Images/orderedList1.png") no-repeat;
}
ol.round li.two {
  background: url("/Images/orderedList2.png") no-repeat;
}
ol.round li.three {
  background: url("/Images/orderedList3.png") no-repeat;
}
ol.round li.four {
  background: url("/Images/orderedList4.png") no-repeat;
}
ol.round li.five {
  background: url("/Images/orderedList5.png") no-repeat;
}
ol.round li.six {
  background: url("/Images/orderedList6.png") no-repeat;
}
ol.round li.seven {
  background: url("/Images/orderedList7.png") no-repeat;
}
ol.round li.eight {
  background: url("/Images/orderedList8.png") no-repeat;
}
ol.round li.nine {
  background: url("/Images/orderedList9.png") no-repeat;
}
/* content */

article {
  float: left;
  width: 70%;
}
aside {
  float: right;
  width: 25%;
}
aside ul {
  list-style: none;
  padding: 0;
}
aside ul li {
  background: url("/Images/bullet.png") no-repeat 0 50%;
  padding: 2px 0 2px 20px;
}
.label {
  font-weight: 700;
}
@media only screen and (max-width: 540px) {
  /* page content */
  
  article,
  aside {
    float: none;
    width: 100%;
  }
  /* ordered list */
  
  ol.round {
    list-style-type: none;
    padding-left: 0;
  }
  ol.round li {
    padding-left: 10px;
    margin: 25px 0;
  }
  ol.round li.zero,
  ol.round li.one,
  ol.round li.two,
  ol.round li.three,
  ol.round li.four,
  ol.round li.five,
  ol.round li.six,
  ol.round li.seven,
  ol.round li.eight,
  ol.round li.nine {
    background: none;
  }
  /* features */
  
  section.feature {
    float: none;
    padding: 10px;
    width: auto;
  }
  section.feature img {
    color: #999999;
    content: attr(alt);
    font-size: 1.5em;
    font-weight: 600;
  }
}
/* Layouts */

/*!
 * Layout: columns-2
 *
 * Desktop: 2 columns
 * Mobile:  1 column stack
 *
 * Optional additional classes:
 *   - .asymmetric-1-3: asymmetric layout with right column 3 times wider than left
 *   - .asymmetric-2-1: asymmetric layout with left column 2 times wider than right
 *
 * Other options:
 *   - can set right column first in markup to bring on top on mobiles
 *   - add .layout_column_inner child to .layout_column to add responsive spacing
 *
 * Copyright 2015 Ice Creates Ltd
 * http://www.icecreates.com
 *
 * Developer: Guillaume Simonin.
 */

.layout_2-columns {
  overflow: hidden;
  zoom: 1;
  padding: 0;
  /*
    &[class*='asymmetric'] {
        @media screen and (max-width : 860px) {
            padding: @gutter-width/2 0;
            
            .layout_column {
                width: 100%!important;
                max-width: 100%!important;

                .layout_column_inner {
                    margin: @gutter-width/2 @gutter-width;
                }
            }
        }
    }*/

}
.layout_2-columns .layout_column img {
  max-width: 100%!important;
  height: auto!important;
}
.layout_2-columns .layout_column.first {
  float: left;
  width: 50%;
}
.layout_2-columns .layout_column.first + .layout_column.second {
  float: left;
}
.layout_2-columns .layout_column.first .layout_column_inner {
  margin: 15px 7.5px 15px 15px;
  padding: 15px;
}
.layout_2-columns .layout_column.second {
  float: right;
  width: 50%;
}
.layout_2-columns .layout_column.second .layout_column_inner {
  margin: 15px 15px 15px 7.5px;
  padding: 15px;
}
.layout_2-columns.fixed-left > .layout_column.first {
  width: auto;
  max-width: 50%;
}
.layout_2-columns.asymmetric-1-2 > .layout_column.first {
  width: 34%;
}
.layout_2-columns.asymmetric-1-2 > .layout_column.second {
  width: 66%;
}
.layout_2-columns.asymmetric-1-3 > .layout_column.first {
  width: 25%;
}
.layout_2-columns.asymmetric-1-3 > .layout_column.second {
  width: 75%;
}
.layout_2-columns.asymmetric-2-1 > .layout_column.first {
  width: 66%;
}
.layout_2-columns.asymmetric-2-1 > .layout_column.second {
  width: 34%;
}
.layout_2-columns.asymmetric-3-1 > .layout_column.first {
  width: 75%;
}
.layout_2-columns.asymmetric-3-1 > .layout_column.second {
  width: 25%;
}
@media only screen and (max-width: 540px) {
  .layout_2-columns {
    padding: 7.5px 0;
  }
  .layout_2-columns .layout_column {
    width: 100%!important;
    max-width: 100%!important;
    text-align: center;
  }
  .layout_2-columns .layout_column .layout_column_inner {
    margin: 7.5px 15px;
  }
}
/*!
 * Layout: columns-3
 *
 * Desktop: 3 columns
 * Tablet:  2 columns stack
 * Mobile:  1 column stack
 *
 * Copyright 2016 Ice Creates Ltd
 * http://www.icecreates.com
 *
 * Developer: Jay Palmer.
 */
.layout_3-columns {
  display: table;
  width: 100%;
}
.layout_3-columns .layout_column {
  width: 33.33%;
  /* fallback if needed */
  width: calc(33.333333333%);
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 880px) {
  .layout_3-columns .layout_column {
    width: 50%;
  }
  .layout_3-columns .layout_column.tablet100 {
    width: 100%;
  }
  .layout_3-columns .layout_column .split-column {
    float: left;
    width: 50%;
    vertical-align: top;
  }
}
@media only screen and (max-width: 540px) {
  .layout_3-columns .layout_column {
    width: 100%;
  }
  .layout_3-columns .layout_column .split-column {
    width: 100%;
  }
}
/* Modules and Components */

/*!
 * MODULES
 * 
 * This is where to place your modules.
 * 
 * Modules are the reusable, modular parts of our design.
 *
 * Copyright 2015 Ice Creates Ltd
 * http://www.icecreates.com
 *
 */

/*!
 * Module: accordion
 *
 * Styles for accordion layout
 *
 * Copyright 2014 Ice Creates Ltd
 * http://www.icecreates.com
 *
 * Developer: Guillaume Simonin.
 */

.AccordionMenu {
  width: 100%;
}
.AccordionMenu .AccordionMenu_parent {
  overflow: hidden;
  position: relative;
}
.AccordionMenu .AccordionMenu_parent._active {
  cursor: default;
}
.AccordionMenu .AccordionMenu_sub {
  overflow: hidden;
}
.AccordionMenu .AccordionMenu_sub .AccordionMenu_sub_inner {
  padding: 15px;
}
/* Individual Page Styles */

/*!
 * PAGES
 * 
 * This is where to place your page/views specific styles to override any of the above.
 * These rules are ways to describe how our modules or layouts will look when in a particular configuration.
 *
 * Copyright 2015 Ice Creates Ltd
 * http://www.icecreates.com
 *
 */

/*!
 * Page: Contact
 *
 * Styles for the contact page
 *
 * Copyright 2015 Ice Creates Ltd
 * http://www.icecreates.com
 *
 * Developer: Guillaume Simonin.
 */

.contact h3 {
  font-size: 1.2em;
}
.contact p {
  margin: 5px 0 0 10px;
}
.contact iframe {
  border: 1px solid #333333;
  margin: 5px 0 0 10px;
}
/*!
 * Page: login
 *
 * Styles for the login page
 *
 * Copyright 2015 Ice Creates Ltd
 * http://www.icecreates.com
 *
 * Developer: Guillaume Simonin.
 */

/*
.border-radius(@radius, @vertical-radius) {
  .border-radius("@{radius} / @{vertical-radius}");
}
*/
/*
.e-calc(@property, @value) {
  @{property}: -webkit-calc(@value);
  @{property}: -moz-calc(@value);
  @{property}: calc(@value);
}
*/

/*
.e-bulletproof-font-face(@name, @path-fonts, @file-name, @weight: 400, @style: normal, @version: "1.0") {
  @font-face {
    font-family: @name;
    src: url("@{path-fonts}@{file-name}.eot?v=@{version}");
    src: url("@{path-fonts}@{file-name}.eot?#iefix&v=@{version}") format("embedded-opentype"),
         url("@{path-fonts}@{file-name}.woff?v=@{version}") format("woff"),
         url("@{path-fonts}@{file-name}.ttf?v=@{version}") format("truetype"),
         url("@{path-fonts}@{file-name}.svg?v=@{version}#@{file-name}") format("svg");
    font-weight: @weight;
    font-style: @style;
  }
}
*/

/* login module */

#login {
  display: block;
  float: right;
  font-size: .85em;
  margin: 5px 0 0 10px;
  text-align: right;
}
#login a {
  font-size: 1.2em;
}
#login a.username {
  background: none;
  margin: 0;
  padding: 0;
  text-decoration: underline;
}
#login ul {
  margin: 0;
}
#login li {
  display: inline;
  list-style: none;
}
/* login page */

#loginForm {
  border-right: solid 2px #c8c8c8;
  float: left;
  width: 55%;
}
#loginForm .validation-error {
  display: block;
  margin-left: 15px;
}
#loginForm .validation-summary-errors ul {
  margin: 0;
  padding: 0;
}
#loginForm .validation-summary-errors li {
  display: inline;
  list-style: none;
  margin: 0;
}
#loginForm input {
  width: 250px;
}
#loginForm input[type="checkbox"],
#loginForm input[type="submit"],
#loginForm input[type="button"],
#loginForm button {
  width: auto;
}
#socialLoginForm {
  margin-left: 40px;
  float: left;
  width: 40%;
}
#socialLoginForm h2 {
  margin-bottom: 5px;
}
#socialLoginList button {
  margin-bottom: 12px;
}
#logoutForm {
  display: inline;
}
#termsAndConditionsContainer {
  height: 200px;
  border: 1px solid black;
  background-color: white;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
}
.scrollable.scrollable-vertical {
  overflow-y: scroll;
}
.width-height-20 {
  width: 20px !important;
  height: 20px;
}
@media only screen and (max-width: 540px) {
  /* login module */
  
  #login {
    font-size: .85em;
    text-align: center;
  }
  #login ul {
    margin: 5px 0;
    padding: 0;
  }
  #login li {
    display: inline;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  /* login page */
  
  #loginForm {
    border-right: none;
    float: none;
    width: auto;
  }
  #loginForm .validation-error {
    display: block;
    margin-left: 15px;
  }
  #socialLoginForm {
    margin-left: 0;
    float: none;
    width: auto;
  }
}
/*!
 * Page: Questionnaire
 *
 * Styles for the questionnaire pages
 *
 * Copyright 2015 Ice Creates Ltd
 * http://www.icecreates.com
 *
 * Developer: Guillaume Simonin.
 */

.questionnaire-status {
  margin-top: 15px;
  background-color: white;
  border: 1px solid #d8d8d8;
  position: relative;
}
.questionnaire-status .progress-bar {
  background-color: #f9bf2c;
  padding: 2px 0;
  position: absolute;
  z-index: 1;
}
.questionnaire-status .progress-value {
  color: #afafaf;
  font-style: italic;
  margin: 0;
  padding: 2px 10px;
  position: relative;
  z-index: 2;
}
.questionnaire-content .title {
  color: #40b3bf;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}
.questionnaire-content .question {
  border-top: 2px solid #40b3bf;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  padding: 15px 10%;
}
.questionnaire-content .question:first-letter {
  text-transform: capitalize;
}
.questionnaire-content .options {
  border-bottom: 2px solid #40b3bf;
  padding: 0 3% 30px;
  text-align: left;
}
.questionnaire-content .options ul {
  margin: 10px 10%;
  text-align: left;
}
.questionnaire-content .options ul li:not(.no-hover):hover {
  background: white;
  color: #40b3bf;
}
.questionnaire-content .floating-count {
  position: fixed;
  bottom: 115px;
  right: 15px;
  background-color: #f9bf2c;
  color: white;
  width: 80px;
  padding: 2px 0px;
  text-align: center;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  font-size: 24px;
  line-height: 2;
}
