/*! 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;
}
/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
* Less Version by Seth Coelen https://github.com/whatsnewsaes
*/
/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries
*/
/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box;
}
/* For devices larger than 400px */
@media (min-width: 600px) {
  .container {
    width: 85%;
    padding: 0;
  }
}
/* For devices larger than 550px */
@media (min-width: 600px) {
  .container {
    width: 80%;
  }
  .column,
  .columns {
    margin-left: 4%;
  }
  .column:first-child,
  .columns:first-child {
    margin-left: 0;
  }
  .one.column,
  .one.columns {
    width: 4.66666667%;
  }
  .two.columns {
    width: 13.33333333%;
  }
  .three.columns {
    width: 22%;
  }
  .four.columns {
    width: 30.66666667%;
  }
  .five.columns {
    width: 39.33333333%;
  }
  .six.columns {
    width: 48%;
  }
  .seven.columns {
    width: 56.66666667%;
  }
  .eight.columns {
    width: 65.33333333%;
  }
  .nine.columns {
    width: 74%;
  }
  .ten.columns {
    width: 82.66666667%;
  }
  .eleven.columns {
    width: 91.33333333%;
  }
  .twelve.columns {
    width: 100%;
    margin-left: 0;
  }
  .one-third.column {
    width: 30.66666667%;
  }
  .two-thirds.column {
    width: 65.33333333%;
  }
  .one-half.column {
    width: 48%;
  }
  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns {
    margin-left: 8.66666667%;
  }
  .offset-by-two.column,
  .offset-by-two.columns {
    margin-left: 17.33333333%;
  }
  .offset-by-three.column,
  .offset-by-three.columns {
    margin-left: 26%;
  }
  .offset-by-four.column,
  .offset-by-four.columns {
    margin-left: 34.66666667%;
  }
  .offset-by-five.column,
  .offset-by-five.columns {
    margin-left: 43.33333333%;
  }
  .offset-by-six.column,
  .offset-by-six.columns {
    margin-left: 52%;
  }
  .offset-by-seven.column,
  .offset-by-seven.columns {
    margin-left: 60.66666667%;
  }
  .offset-by-eight.column,
  .offset-by-eight.columns {
    margin-left: 69.33333333%;
  }
  .offset-by-nine.column,
  .offset-by-nine.columns {
    margin-left: 78%;
  }
  .offset-by-ten.column,
  .offset-by-ten.columns {
    margin-left: 86.66666667%;
  }
  .offset-by-eleven.column,
  .offset-by-eleven.columns {
    margin-left: 95.33333333%;
  }
  .offset-by-one-third.column,
  .offset-by-one-third.columns {
    margin-left: 34.66666667%;
  }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns {
    margin-left: 69.33333333%;
  }
  .offset-by-one-half.column,
  .offset-by-one-half.column {
    margin-left: 52%;
  }
}
/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%;
}
body {
  font-size: 1.5em;
  /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  font-weight: 400;
  font-family: "Open Sans", Arial, sans-serif;
  color: #222;
}
/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300;
}
h1 {
  font-size: 4.0rem;
  line-height: 1.2;
  letter-spacing: -0.1rem;
}
h2 {
  font-size: 3.6rem;
  line-height: 1.25;
  letter-spacing: -0.1rem;
}
h3 {
  font-size: 3.0rem;
  line-height: 1.3;
  letter-spacing: -0.1rem;
}
h4 {
  font-size: 2.4rem;
  line-height: 1.35;
  letter-spacing: -0.08rem;
}
h5 {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: -0.05rem;
}
h6 {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0;
}
/* Larger than phablet */
@media (min-width: 600px) {
  h1 {
    font-size: 5.0rem;
  }
  h2 {
    font-size: 4.2rem;
  }
  h3 {
    font-size: 3.6rem;
  }
  h4 {
    font-size: 3.0rem;
  }
  h5 {
    font-size: 2.4rem;
  }
  h6 {
    font-size: 1.5rem;
  }
}
p {
  margin-top: 0;
}
/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #009ed1;
}
a:hover {
  color: #008bb8;
}
/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box;
}
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box;
}
.button:hover,
button:hover {
  color: #333;
  border-color: #888888;
  outline: 0;
}
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  color: #333;
  border-color: #888888;
  outline: 0;
}
.button:focus,
button:focus {
  color: #333;
  border-color: #888888;
  outline: 0;
}
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888888;
  outline: 0;
}
.button.button-primary,
button.button-primary {
  color: #fff;
  background-color: #007BCE;
  border-color: #007BCE;
}
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #fff;
  background-color: #007BCE;
  border-color: #007BCE;
}
.button.button-primary:hover,
button.button-primary:hover {
  color: #fff;
  background-color: #009ed1;
  border-color: #009ed1;
}
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover {
  color: #fff;
  background-color: #009ed1;
  border-color: #009ed1;
}
.button.button-primary:focus,
button.button-primary:focus {
  color: #fff;
  background-color: #009ed1;
  border-color: #009ed1;
}
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #fff;
  background-color: #009ed1;
  border-color: #009ed1;
}
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"] {
  height: 38px;
  padding: 6px 10px;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
}
/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
textarea,
select {
  height: 38px;
  padding: 6px 10px;
  /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
}
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px;
}
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus {
  border: 1px solid #007BCE;
  outline: 0;
}
textarea:focus,
select:focus {
  border: 1px solid #007BCE;
  outline: 0;
}
label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600;
}
fieldset {
  padding: 0;
  border-width: 0;
}
input[type="checkbox"],
input[type="radio"] {
  display: inline;
}
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal;
}
/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle inside;
}
ol {
  list-style: decimal inside;
  padding-left: 0;
  margin-top: 0;
}
ul {
  padding-left: 0;
  margin-top: 0;
}
ul ul,
ul ol {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%;
}
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%;
}
li {
  margin-bottom: 1rem;
}
/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #f1f1f1;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
}
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre;
}
/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #e1e1e1;
}
th:first-child,
td:first-child {
  padding-left: 0;
}
th:last-child,
td:last-child {
  padding-right: 0;
}
/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem;
}
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem;
}
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem;
}
/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box;
}
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box;
}
.u-pull-right {
  float: right;
}
.u-pull-left {
  float: left;
}
/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #e1e1e1;
}
/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both;
}
/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/
/* Larger than mobile */
/* Larger than phablet (also point when grid becomes active) */
/* Larger than tablet */
/* Larger than desktop */
/* Larger than Desktop HD */
.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: none;
  margin: 0 auto;
  line-height: 1.125em;
  cursor: pointer;
  width: 100px;
  text-decoration: none;
  text-align: center;
}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 0.188em;
}
.slicknav_menu {
  *zoom: 1;
}
.slicknav_menu .slicknav_menutxt {
  display: block;
  line-height: 1.188em;
  float: right;
}
.slicknav_menu .slicknav_icon {
  float: left;
  margin: 0.188em 0 0 0.438em;
}
.slicknav_menu .slicknav_no-text {
  margin: 0;
}
.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 1.125em;
  height: 0.125em;
}
.slicknav_menu:before {
  content: " ";
  display: table;
}
.slicknav_menu:after {
  content: " ";
  display: table;
  clear: both;
}
.slicknav_nav {
  clear: both;
}
.slicknav_nav ul {
  display: block;
}
.slicknav_nav li {
  display: block;
}
.slicknav_nav .slicknav_arrow {
  font-size: 0.8em;
  margin: 0 0 0 0.4em;
}
.slicknav_nav .slicknav_item {
  cursor: pointer;
}
.slicknav_nav .slicknav_item a {
  display: inline;
}
.slicknav_nav .slicknav_row {
  display: block;
}
.slicknav_nav a {
  display: block;
}
.slicknav_nav .slicknav_parent-link a {
  display: inline;
}
.slicknav_brand {
  float: left;
}
.slicknav_menu {
  position: absolute;
  top: 20px;
  width: 100%;
  font-size: 20px;
  box-sizing: border-box;
  padding: 20px 0;
  border-top: 1px solid #828e96;
  border-bottom: 1px solid #828e96;
}
.slicknav_menu * {
  box-sizing: border-box;
}
.slicknav_menu .slicknav_menutxt {
  color: #009ed1;
  font-weight: bold;
  font-family: "omnes-pro", sans-serif;
}
.slicknav_menu .slicknav_icon-bar {
  background-color: #828e96;
}
.slicknav_nav {
  position: absolute;
  width: 100%;
  top: 62px;
  background: rgba(131, 141, 150, 0.95);
  color: #fff;
  margin: 0;
  padding: 20px;
  font-size: 0.875em;
  list-style: none;
  overflow: hidden;
  text-align: center;
  z-index: 9999;
}
.slicknav_nav ul {
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0 0 0 20px;
}
.slicknav_nav li {
  padding: 2px 10px;
  border-bottom: 1px solid #fff;
}
.slicknav_nav li.last {
  border-bottom-color: #009ed1;
}
.slicknav_nav li:last-child {
  border-bottom: none;
}
.slicknav_nav .slicknav_row:hover {
  color: #fff;
}
.slicknav_nav a {
  padding: 5px 10px;
  margin: 2px 5px;
  text-decoration: none;
  color: #fff;
  font-family: "omnes-pro", sans-serif;
  font-weight: bold;
  font-size: 20px;
}
.slicknav_nav a:hover {
  color: #fff;
}
.slicknav_nav .slicknav_txtnode {
  margin-left: 15px;
}
.slicknav_nav .slicknav_item a {
  padding: 0;
  margin: 0;
}
.slicknav_nav .slicknav_parent-link a {
  padding: 0;
  margin: 0;
}
.slicknav_brand {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  padding: 7px 12px;
  height: 44px;
}
/*!
 * Preboot v2
 *
 * Open sourced under MIT license by @mdo.
 * Some variables and mixins from Bootstrap (Apache 2 license).
 */
.img-responsive {
  width: 100%;
  box-sizing: border-box;
}
section.swatches {
  background: #fff!important;
}
/**
 *
 * slippry v1.3.1 - Responsive content slider for jQuery
 * http://slippry.com
 *
 * Authors: Lukas Jakob Hafner - @saftsaak
 *          Thomas Hurd - @SeenNotHurd
 *
 * Copyright 2015, booncon oy - http://booncon.com
 *
 *
 * Released under the MIT license - http://opensource.org/licenses/MIT
 */
/* kenBurns animations, very basic */
@-webkit-keyframes left-right {
  0% {
    -moz-transform: translateY(-20%) translateX(-10%);
    -ms-transform: translateY(-20%) translateX(-10%);
    -webkit-transform: translateY(-20%) translateX(-10%);
    transform: translateY(-20%) translateX(-10%); }
  100% {
    -moz-transform: translateY(0%) translateX(10%);
    -ms-transform: translateY(0%) translateX(10%);
    -webkit-transform: translateY(0%) translateX(10%);
    transform: translateY(0%) translateX(10%); } }
@-moz-keyframes left-right {
  0% {
    -moz-transform: translateY(-20%) translateX(-10%);
    -ms-transform: translateY(-20%) translateX(-10%);
    -webkit-transform: translateY(-20%) translateX(-10%);
    transform: translateY(-20%) translateX(-10%); }
  100% {
    -moz-transform: translateY(0%) translateX(10%);
    -ms-transform: translateY(0%) translateX(10%);
    -webkit-transform: translateY(0%) translateX(10%);
    transform: translateY(0%) translateX(10%); } }
@-ms-keyframes left-right {
  0% {
    -moz-transform: translateY(-20%) translateX(-10%);
    -ms-transform: translateY(-20%) translateX(-10%);
    -webkit-transform: translateY(-20%) translateX(-10%);
    transform: translateY(-20%) translateX(-10%); }
  100% {
    -moz-transform: translateY(0%) translateX(10%);
    -ms-transform: translateY(0%) translateX(10%);
    -webkit-transform: translateY(0%) translateX(10%);
    transform: translateY(0%) translateX(10%); } }
@keyframes left-right {
  0% {
    -moz-transform: translateY(-20%) translateX(-10%);
    -ms-transform: translateY(-20%) translateX(-10%);
    -webkit-transform: translateY(-20%) translateX(-10%);
    transform: translateY(-20%) translateX(-10%); }
  100% {
    -moz-transform: translateY(0%) translateX(10%);
    -ms-transform: translateY(0%) translateX(10%);
    -webkit-transform: translateY(0%) translateX(10%);
    transform: translateY(0%) translateX(10%); } }
@-webkit-keyframes right-left {
  0% {
    -moz-transform: translateY(0%) translateX(10%);
    -ms-transform: translateY(0%) translateX(10%);
    -webkit-transform: translateY(0%) translateX(10%);
    transform: translateY(0%) translateX(10%); }
  100% {
    -moz-transform: translateY(-20%) translateX(-10%);
    -ms-transform: translateY(-20%) translateX(-10%);
    -webkit-transform: translateY(-20%) translateX(-10%);
    transform: translateY(-20%) translateX(-10%); } }
@-moz-keyframes right-left {
  0% {
    -moz-transform: translateY(0%) translateX(10%);
    -ms-transform: translateY(0%) translateX(10%);
    -webkit-transform: translateY(0%) translateX(10%);
    transform: translateY(0%) translateX(10%); }
  100% {
    -moz-transform: translateY(-20%) translateX(-10%);
    -ms-transform: translateY(-20%) translateX(-10%);
    -webkit-transform: translateY(-20%) translateX(-10%);
    transform: translateY(-20%) translateX(-10%); } }
@-ms-keyframes right-left {
  0% {
    -moz-transform: translateY(0%) translateX(10%);
    -ms-transform: translateY(0%) translateX(10%);
    -webkit-transform: translateY(0%) translateX(10%);
    transform: translateY(0%) translateX(10%); }
  100% {
    -moz-transform: translateY(-20%) translateX(-10%);
    -ms-transform: translateY(-20%) translateX(-10%);
    -webkit-transform: translateY(-20%) translateX(-10%);
    transform: translateY(-20%) translateX(-10%); } }
@keyframes right-left {
  0% {
    -moz-transform: translateY(0%) translateX(10%);
    -ms-transform: translateY(0%) translateX(10%);
    -webkit-transform: translateY(0%) translateX(10%);
    transform: translateY(0%) translateX(10%); }
  100% {
    -moz-transform: translateY(-20%) translateX(-10%);
    -ms-transform: translateY(-20%) translateX(-10%);
    -webkit-transform: translateY(-20%) translateX(-10%);
    transform: translateY(-20%) translateX(-10%); } }
/* added to the original element calling slippry */
.sy-box.sy-loading {
  background: url("/themes/asthmaban/images/sy-loader.gif") 50% 50% no-repeat;
  -moz-background-size: 32px;
  -o-background-size: 32px;
  -webkit-background-size: 32px;
  background-size: 32px;
  min-height: 40px; }
  .sy-box.sy-loading .sy-slides-wrap, .sy-box.sy-loading .sy-pager {
    visibility: hidden; }

/* element that wraps the slides */
.sy-slides-wrap {
  position: relative;
  height: 100%;
  width: 100%; }
  .sy-slides-wrap:hover .sy-controls {
    display: block; }

/* element that crops the visible area to the slides */
.sy-slides-crop {
  height: 100%;
  width: 100%;
  position: absolute;
  overflow: hidden; }

/* list containing the slides */
.sy-list {
  width: 100%;
  height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute; }
  .sy-list.horizontal {
    -moz-transition: left ease;
    -o-transition: left ease;
    -webkit-transition: left ease;
    transition: left ease; }
  .sy-list.vertical {
    -moz-transition: top ease;
    -o-transition: top ease;
    -webkit-transition: top ease;
    transition: top ease; }

/* single slide */
.sy-slide {
  position: absolute;
  width: 100%;
  z-index: 2; }
  .sy-slide.kenburns {
    width: 140%;
    left: -20%; }
    .sy-slide.kenburns.useCSS {
      -moz-transition-property: opacity;
      -o-transition-property: opacity;
      -webkit-transition-property: opacity;
      transition-property: opacity; }
      .sy-slide.kenburns.useCSS.sy-ken:nth-child(1n) {
        -webkit-animation-name: left-right;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-name: left-right;
        -moz-animation-fill-mode: forwards;
        -o-animation-name: left-right;
        -o-animation-fill-mode: forwards;
        animation-name: left-right;
        animation-fill-mode: forwards; }
      .sy-slide.kenburns.useCSS.sy-ken:nth-child(2n) {
        -webkit-animation-name: right-left;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-name: right-left;
        -moz-animation-fill-mode: forwards;
        -o-animation-name: right-left;
        -o-animation-fill-mode: forwards;
        animation-name: right-left;
        animation-fill-mode: forwards; }
  .sy-slide.sy-active {
    z-index: 3; }
  .sy-slide > img {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    border: 0; }
  .sy-slide > a {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%; }
    .sy-slide > a > img {
      margin: 0;
      padding: 0;
      display: block;
      width: 100%;
      border: 0; }

/* next/ prev buttons, with arrows and clickable area a lot larger than the visible buttons */
.sy-controls {
  /*display: none;*/
  list-style: none;
  height: 100%;
  width: 70%;
  position: absolute;
  padding: 0;
  margin: 0; 
  left:15%;}
  .sy-controls li {
    position: absolute;
    width: 10%;
    min-width: 4.2em;
    height: 100%;
    z-index: 33;}
    .sy-controls li.sy-prev {
      left: 0;
      top: 0; }
      .sy-controls li.sy-prev a:after {
        background-position: 0 0; }
    .sy-controls li.sy-next {
      right: 0;
      top: 0; }
      .sy-controls li.sy-next a:after {
        background-position: 100% 0; }
    .sy-controls li a {
      -webkit-tap-highlight-color: rgba(0,0,0,0);
      position: relative;
      width: 100%;
      height: 100%;
      display: block;
      text-indent: -9999px; }
      .sy-controls li a:link, .sy-controls li a:visited {
        opacity: 0.4; }
      .sy-controls li a:hover, .sy-controls li a:focus {
        opacity: 0.8;
        outline: none; }
      .sy-controls li a:after {
        content: "";
        background-image: url("/themes/asthmaban/images/arrows2.svg");
        background-repeat: no-repeat;
        -moz-background-size: cover;
        -o-background-size: cover;
        -webkit-background-size: cover;
        background-size: cover;
        text-align: center;
        text-indent: 0;
        line-height: 2.8em;
        color: #111;
        font-weight: 800;
        position: absolute;
        width: 6em;
        height: 6em;
        left: 50%;
        top: 15%;
        margin-top: 0;
        margin-left: -3em;
        }
  @media only screen and (max-device-width: 600px) {
    .sy-controls {
      display: block; }
      .sy-controls li {
        min-width: 2.1em; }
        .sy-controls li a:after {
          width: 4em;
          height: 4em;
          margin-top: -2em;
          margin-left: -2em; } }

/* captions, styled fo the overlay variant */
.sy-caption-wrap {
  position: absolute;
  bottom: 2em;
  z-index: 12;
  left: 50%; }
  .sy-caption-wrap .sy-caption {
    position: relative;
    left: -50%;
    background-color: rgba(0, 0, 0, 0.54);
    color: #fff;
    padding: 0.4em 1em;
    -moz-border-radius: 1.2em;
    -webkit-border-radius: 1.2em;
    border-radius: 1.2em; }
    .sy-caption-wrap .sy-caption a:link, .sy-caption-wrap .sy-caption a:visited {
      color: #e24b70;
      font-weight: 600;
      text-decoration: none; }
    .sy-caption-wrap .sy-caption a:hover, .sy-caption-wrap .sy-caption a:focus {
      text-decoration: underline; }
  @media only screen and (max-device-width: 600px), screen and (max-width: 600px) {
    .sy-caption-wrap {
      left: 0;
      bottom: 0.4em; }
      .sy-caption-wrap .sy-caption {
        left: 0;
        padding: 0.2em 0.4em;
        font-size: 0.92em;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0; } }

/* pager bubbles */
.sy-pager {
  overflow: hidden;
  *zoom: 1;
  display: block;
  width: 100%;
  margin: 1em 0 0;
  padding: 0;
  list-style: none;
  text-align: center; }
  .sy-pager li {
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    margin: 0 1em 0 0;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%; }
    .sy-pager li.sy-active a {
      background-color: #e24b70; }
    .sy-pager li a {
      width: 100%;
      height: 100%;
      display: block;
      background-color: #ccc;
      text-indent: -9999px;
      -moz-background-size: 2em;
      -o-background-size: 2em;
      -webkit-background-size: 2em;
      background-size: 2em;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%; }
      .sy-pager li a:link, .sy-pager li a:visited {
        opacity: 1.0; }
      .sy-pager li a:hover, .sy-pager li a:focus {
        opacity: 0.6; }

/* element to "keep/ fill" the space of the content, gets intrinsic height via js */
.sy-filler {
  width: 100%; }
  .sy-filler.ready {
    -moz-transition: padding 600ms ease;
    -o-transition: padding 600ms ease;
    -webkit-transition: padding 600ms ease;
    transition: padding 600ms ease; }

/* #variables
================================================== */
/* #Sitewide Styles
================================================== */
html,
body {
  margin: 0;
  padding: 0;
}
body {
  font-family: "aileronlight";
  font-size: 20px;
  color: #828e96;
}
section {
  padding: 60px 0;
  text-align: center;
  background: #fff;
  background: -moz-linear-gradient(left, #dedede 0%, #f7f7f7 11%, #f7f7f7 83%, #dedede 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #dedede 0%, #f7f7f7 11%, #f7f7f7 83%, #dedede 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #dedede 0%, #f7f7f7 11%, #f7f7f7 83%, #dedede 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3B8CC5', endColorstr='#3B8CC5', GradientType=1);
  /* IE6-9 */
}
section.tint {
  background: #009ed1;
  color: #fff;
  background: -moz-linear-gradient(left, #3B8CC5 0%, #009eda 11%, #009eda 83%, #3B8CC5 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #3B8CC5 0%, #009eda 11%, #009eda 83%, #3B8CC5 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #3B8CC5 0%, #009eda 11%, #009eda 83%, #3B8CC5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3B8CC5', endColorstr='#3B8CC5', GradientType=1);
  /* IE6-9 */
}
section.tint a {
  color: #fff;
}
section p:last-of-type {
  margin-bottom: 0;
}
.content strong {
  font-family: "aileronbold";
}
.content h1,
.content h2,
.content h3,
.content h4 {
  font-family: "omnes-pro", sans-serif;
  letter-spacing: 1px;
  font-weight: normal;
}
.content h2 {
  font-size: 74px;
}
.content h3 {
  font-size: 30px;
  font-weight: bold;
}
.content p {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.content .lead {
  font-family: "omnes-pro", sans-serif;
  font-weight: 300;
  font-size: 30px;
  line-height: 1.2;
}
.content .hilight {
  color: #009ed1;
  font-size: 74px;
  line-height: 1;
  font-family: "omnes-pro", sans-serif;
  font-weight: 400;
}
.studies {
  max-width: 900px;
  margin: 0 auto;
  text-align: left!important;
  font-family: "aileronlight";
  font-size: 16px;
  color: #828e96;
  line-height: 1.6;
}
.studies a {
  color: #828e96;
  text-decoration: none;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.studies a:hover {
  color: #009ed1;
}
.studies p {
  margin-bottom: 0;
}
.container {
  max-width: 1200px;
}
.container.inner {
  max-width: 900px;
}
.narrow {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.page-intro {
  font-family: "aileronlight";
  font-size: 20px;
  line-height: 1.6;
}
.page-intro h2 {
  font-family: "omnes-pro", sans-serif;
  font-weight: 400;
  font-size: 74px;
}
.url-our-carpets .page-intro,
.url-find-asthmaban .page-intro {
  font-family: "omnes-pro", sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 1.2;
}
.url-our-carpets .page-intro strong,
.url-find-asthmaban .page-intro strong {
  font-weight: 600;
}
a {
  color: #009ed1;
  text-decoration: none;
}
.two-col {
  -moz-column-count: 2;
  -moz-column-gap: 40px;
  -webkit-column-count: 2;
  -webkit-column-gap: 40px;
  column-count: 2;
  column-gap: 40px;
}
/* #Header Styles
================================================== */
.header {
  position: relative;
  background-size: cover;
  background-position: bottom center;
}
.header .nav-section {
  min-height: 680px;
  position: relative;
}
.header .nav-section #butterfly {
  position: absolute;
  background: url(../images/sensitive-choice.svg);
  background-size: 173px 232px;
  right: -86px;
  bottom: -116px;
  width: 173px;
  height: 232px;
  z-index: 4000;
  -webkit-svg-shadow: 0 0 7px #53BE12;
}
.header .nav-section #butterfly a {
  width: 173px;
  height: 232px;
  display: block;
}
.header .nav-section #cashback,
.header .nav-section #cashback2 {
  position: absolute;
  background: url(../images/cashback.png);
  background-size: 240px 212px;
  right: -120px;
  bottom: 120px;
  width: 240px;
  height: 212px;
  z-index: 4000;
}
.header .nav-section #cashback a,
.header .nav-section #cashback2 a {
  width: 240px;
  height: 212px;
  display: block;
}
.header .nav-section #cashback2 {
  display: none;
  position: relative;
  right: auto;
  bottom: auto;
  margin: 40px 0;
  left: 0;
}
.header .top-row {
  *zoom: 1;
}
.header .top-row:before,
.header .top-row:after {
  content: " ";
  display: table;
  line-height: 0;
}
.header .top-row:after {
  clear: both;
}
.header .top-row:before,
.header .top-row:after {
  content: " ";
  display: table;
  line-height: 0;
}
.header .top-row:after {
  clear: both;
}
.header .top-row h1.brand {
  margin-top: 20px;
  float: left;
  width: 331px;
  height: 81px;
  background: url(../images/asthmaban-logo.svg) top left no-repeat;
  background-size: 331px 81px;
}
.header .top-row h1.brand a {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  width: 331px;
  height: 81px;
  display: block;
}
.header .top-row .nav ul.menu {
  margin: 0;
  padding: 0;
  list-style: none;
  *zoom: 1;
  float: right;
  margin-top: 80px;
}
.header .top-row .nav ul.menu:before,
.header .top-row .nav ul.menu:after {
  content: " ";
  display: table;
  line-height: 0;
}
.header .top-row .nav ul.menu:after {
  clear: both;
}
.header .top-row .nav ul.menu:before,
.header .top-row .nav ul.menu:after {
  content: " ";
  display: table;
  line-height: 0;
}
.header .top-row .nav ul.menu:after {
  clear: both;
}
.header .top-row .nav ul.menu li {
  float: left;
}
.header .top-row .nav ul.menu li {
  margin-left: 12px;
}
.header .top-row .nav ul.menu li:after {
  content: ' / ';
  padding-left: 12px;
  color: #009ed1;
  font-weight: bold;
}
.header .top-row .nav ul.menu li.last:after {
  content: none;
}
.header .top-row .nav ul.menu li a {
  font-family: "omnes-pro", sans-serif;
  font-weight: bold;
  font-size: 17px;
  color: #009ed1;
  text-decoration: none;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.header .top-row .nav ul.menu li a.current,
.header .top-row .nav ul.menu li a:hover {
  color: #000;
}
.header .banner-headline {
  margin-top: 40px;
  max-width: 600px;
  font-family: "omnes-pro", sans-serif;
  color: #fff;
  font-size: 75px;
  font-weight: bold;
  text-align: left;
  line-height: 1;
  text-shadow: 2px 2px 6px #000000;
  overflow: visible;
  *zoom: 1;
}
.header .banner-headline:before,
.header .banner-headline:after {
  content: " ";
  display: table;
  line-height: 0;
}
.header .banner-headline:after {
  clear: both;
}
.header .banner-headline:before,
.header .banner-headline:after {
  content: " ";
  display: table;
  line-height: 0;
}
.header .banner-headline:after {
  clear: both;
}
.header .banner-headline .tagline {
  margin-top: 40px;
  font-size: 35px;
  width: 600px;
}
/* #link Styles
================================================== */
a.read-more {
  background: url(../images/read-more.svg) no-repeat;
  background-size: 95px 86px;
  display: block;
  width: 95px;
  height: 86px;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  margin: 40px auto 0;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
a.read-more:hover {
  opacity: 0.7;
}
a.go-find {
  background: url(../images/go_location.svg) no-repeat;
  background-size: 118px 153px;
  display: block;
  width: 118px;
  height: 153px;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  margin: 40px auto 0;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
a.go-find:hover {
  opacity: 0.6;
}
a.flooring-xtra {
  background: url(../images/flooring_extra.svg) no-repeat;
  background-size: 346px 59px;
  display: block;
  width: 346px;
  height: 59px;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  margin: 10px auto 10px;
  *zoom: 1;
}
a.flooring-xtra:hover {
  opacity: 0.7;
}
a.flooring-xtra:before,
a.flooring-xtra:after {
  content: " ";
  display: table;
  line-height: 0;
}
a.flooring-xtra:after {
  clear: both;
}
a.flooring-xtra:before,
a.flooring-xtra:after {
  content: " ";
  display: table;
  line-height: 0;
}
a.flooring-xtra:after {
  clear: both;
}
#tintbg {
  filter: url(#multiply);
}
/* #Footer (contact) section
================================================== */
.footer {
  position: relative;
}
.footer .go_up {
  position: absolute;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  right: 10px;
  top: -125px;
  width: 81px;
  height: 111px;
  background: url(../images/to_top_grey.svg) no-repeat top left;
  background-size: 81px 111px;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.footer .go_up:hover {
  opacity: 0.7;
}
.footer .footer-nav {
  position: relative;
}
.footer .footer-nav .go_up {
  position: absolute;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  right: 0;
  top: -200px;
  width: 120px;
  height: 164px;
  background: url(../images/to_top.svg) no-repeat top left;
  background-size: 120px 164px;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.footer .footer-nav .go_up:hover {
  opacity: 0.7;
}
.footer .footer-nav ul.menu {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  *zoom: 1;
}
.footer .footer-nav ul.menu:before,
.footer .footer-nav ul.menu:after {
  content: " ";
  display: table;
  line-height: 0;
}
.footer .footer-nav ul.menu:after {
  clear: both;
}
.footer .footer-nav ul.menu:before,
.footer .footer-nav ul.menu:after {
  content: " ";
  display: table;
  line-height: 0;
}
.footer .footer-nav ul.menu:after {
  clear: both;
}
.footer .footer-nav ul.menu li {
  float: left;
}
.footer .footer-nav ul.menu li {
  margin-right: 8px;
}
.footer .footer-nav ul.menu li:after {
  content: ' / ';
  padding-left: 8px;
  color: #fff;
  font-weight: bold;
}
.footer .footer-nav ul.menu li.last:after {
  content: none;
}
.footer .footer-nav ul.menu li a {
  font-family: "omnes-pro", sans-serif;
  font-weight: bold;
  font-size: 17px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.footer .footer-nav ul.menu li a.current,
.footer .footer-nav ul.menu li a:hover {
  color: #ffffff;
}
.footer .footer-nav .copy_intuit {
  position: relative;
  float: right;
  font-family: "omnes-pro", sans-serif;
  font-weight: 300;
  font-size: 17px;
  padding-right: 60px;
  margin-top: 2px;
}
.footer .footer-nav .copy_intuit a#intuit {
  position: absolute;
  bottom: 6px;
  right: 0;
  width: 51px;
  height: 46px;
  display: inline-block;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  background: url(../images/intuit_logo.svg) no-repeat;
  background-size: 51px 46px;
}
.footer .footer-nav .copy_intuit a#intuit:hover {
  opacity: 0.7;
}
.footer .content hr {
  width: 300px;
}
.footer .content p.tel {
  font-family: "omnes-pro", sans-serif;
  font-weight: normal;
  font-size: 30px;
}
.footer .content p.tel a {
  text-decoration: none;
}
/* #misc
================================================== */
.allergens {
  width: 487px;
  height: 248px;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  background: url(../images/allergens.svg);
  background-size: 487px 248px;
  margin: 40px auto;
}
#statistics {
  background: url(../images/stats-bg.jpg) no-repeat top center;
  background-size: cover;
}
#statistics h2 {
  margin-bottom: 0;
}
#stats-slider .stat-line1 {
  font-family: "omnes-pro", sans-serif;
  font-weight: bold;
  color: #009ed1;
  font-size: 180px;
  line-height: 1;
}
#stats-slider .stat-line2 {
  font-family: "omnes-pro", sans-serif;
  font-weight: bold;
  color: #000;
  font-size: 30px;
}
#stats-slider hr {
  border-color: #009ed1;
  max-width: 300px;
}
.url-find-asthmaban .content h4 {
  font-family: "aileronbold";
  font-size: 20px;
  color: #009ed1;
  margin-bottom: 0;
  margin-top: 12px;
}
.url-find-asthmaban .content p {
  font-family: "aileronlight";
  font-size: 20px;
  margin-bottom: 0;
}
.url-find-asthmaban .content strong {
  font-family: "aileronbold";
}
.url-find-asthmaban .content .two-col {
  margin-bottom: 40px;
}
/* #slick menu
================================================== */
#responsive-nav {
  position: relative;
}
.slicknav_menu,
.mobile-only {
  display: none;
}
.mobile-only.visit a {
  font-family: "aileronlight";
  font-size: 17px;
}
.mobile-only.visit a strong {
  font-family: "aileronbold";
}
.swatches .content h2 {
  color: #009ed1;
  font-size: 72px;
}
.swatches .content h4 {
  font-weight: bold;
}
.swatches .content p {
  font-size: 14px;
  font-weight: 200;
  line-height: 1.4;
}
.swatches .swatch-holder-holder {
  float: left;
  position: relative;
  left: 52%;
  margin-top: 60px;
}
.swatches .swatch-holder-holder .swatch-holder {
  text-align: center;
  float: left;
  position: relative;
  max-width: 810px;
  left: -50%;
}
.swatches .swatch-holder-holder .swatch-holder .swatch {
  position: relative;
  background: #f1f1f1;
  margin: 0 1px 1px 0!important;
  width: 200px;
  float: left;
  cursor: pointer;
}
.swatches .swatch-holder-holder .swatch-holder .swatch img {
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  display: block;
}
.swatches .swatch-holder-holder .swatch-holder .swatch .caption {
  position: absolute;
  bottom: 0;
  left: 10px;
  right: 10px;
  background: rgba(255, 255, 255, 0.7);
  padding: 12px 0 8px;
  color: #4D4D4D;
  border-radius: 12px 12px 0px 0px;
  -moz-border-radius: 12px 12px 0px 0px;
  -webkit-border-radius: 12px 12px 0px 0px;
  border: 0px none #fff;
  font-size: 18px;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  opacity: 0;
}
.swatches .swatch-holder-holder .swatch-holder .swatch:hover .caption {
  opacity: 1;
}
/* #Media Queries
================================================== */
/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
  /* #menu is the original menu */
  .js #top-menu {
    display: none;
  }
  .js .slicknav_menu {
    display: block;
  }
  .header .top-row h1.brand {
    float: none;
    margin: 20px auto 0;
  }
  #butterfly {
    display: none;
  }
  .header .banner-headline {
    margin-top: 100px;
  }
  #responsive-nav {
    width: 400px;
    left: 50%;
    margin-left: -200px;
  }
  .mobile-only {
    display: block;
  }
  .footer .content hr {
    width: 100%;
  }
  .footer .footer-nav ul.menu {
    float: none;
    width: 80%;
  }
  .footer .footer-nav .go_up {
    display: none;
  }
  .footer .footer-nav hr.mobile-only {
    display: block;
    width: 100%;
  }
  .footer .footer-nav .copy_intuit a#intuit {
    bottom: 0;
  }
  #stats-slider .stat-line1 {
    font-size: 140px;
  }
  .sy-controls {
    list-style: none;
    height: 180%;
    width: 50%;
    left: 25%;
  }
  .sy-controls li a:after {
    top: 60%;
  }
  section.home-content#statistics {
    padding-bottom: 30%;
  }
  #cashback {
    display: none;
  }
  #cashback2 {
    display: block!important;
  }
}
/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .swatches .swatch-holder-holder .swatch-holder .swatch {
    width: 300px;
  }
  .swatches .swatch-holder-holder .swatch-holder .swatch .caption {
    opacity: 1;
  }
}
/* All Mobile Sizes (devices and browser) */
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
  .swatches .swatch-holder-holder .swatch-holder .swatch {
    width: 280px;
  }
  .swatches .swatch-holder-holder .swatch-holder .swatch .caption {
    opacity: 1;
  }
  .swatches .swatch-holder-holder,
  .swatches .swatch-holder-holder .swatch-holder {
    left: 0%;
  }
  .swatches .swatch-holder-holder .swatch,
  .swatches .swatch-holder-holder .swatch-holder .swatch {
    margin-left: auto!important;
    margin-right: auto!important;
  }
  .header .top-row h1.brand {
    background-size: 280px 69px;
    width: 280px;
    height: 69px;
  }
  .header .top-row h1.brand a {
    width: 280px;
    height: 69px;
  }
  .header .nav-section #cashback2 {
    right: auto;
    bottom: auto;
    margin: -40px auto 40px;
    left: auto;
  }
  #responsive-nav {
    width: 320px;
    left: 50%;
    margin-left: -160px;
  }
  .header .banner-headline {
    margin-top: 100px;
    padding-bottom: 80px;
    padding-top: 80px;
    font-size: 55px;
    text-align: center;
  }
  .header .banner-headline .tagline {
    display: none;
  }
  .two-col {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
  .page-intro h2 {
    font-size: 50px;
  }
  .content h2 {
    font-size: 50px;
    line-height: 1.1 !important;
  }
  #stats-slider .stat-line1 {
    font-size: 80px;
  }
  #stats-slider .stat-line2 {
    font-size: 20px;
  }
  #stats-slider hr {
    margin-top: 2rem;
    margin-bottom: 2.5rem;
  }
  .sy-controls {
    list-style: none;
    height: 160%;
    width: 50%;
    left: 25%;
  }
  .sy-controls li a:after {
    top: 80%;
  }
  #cb-find .flooring-xtra {
    background-size: 280px 48px;
    width: 280px;
    height: 48px;
  }
}
@media only screen and (max-width: 320px) {
  #responsive-nav {
    width: 280px;
    left: 50%;
    margin-left: -140px;
  }
  #stats-slider .stat-line1 {
    font-size: 60px;
  }
  #stats-slider .stat-line2 {
    font-size: 16px;
  }
}
/* #Font-Face
================================================== */
@font-face {
  font-family: 'aileronbold';
  src: url('../webfonts/aileron-bold-webfont.eot');
  src: url('../webfonts/aileron-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../webfonts/aileron-bold-webfont.woff2') format('woff2'), url('../webfonts/aileron-bold-webfont.woff') format('woff'), url('../webfonts/aileron-bold-webfont.ttf') format('truetype'), url('../webfonts/aileron-bold-webfont.svg#aileronbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'aileronlight';
  src: url('../webfonts/aileron-light-webfont.eot');
  src: url('../webfonts/aileron-light-webfont.eot?#iefix') format('embedded-opentype'), url('../webfonts/aileron-light-webfont.woff2') format('woff2'), url('../webfonts/aileron-light-webfont.woff') format('woff'), url('../webfonts/aileron-light-webfont.ttf') format('truetype'), url('../webfonts/aileron-light-webfont.svg#aileronlight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'aileronlight_italic';
  src: url('../webfonts/aileron-lightitalic-webfont.eot');
  src: url('../webfonts/aileron-lightitalic-webfont.eot?#iefix') format('embedded-opentype'), url('../webfonts/aileron-lightitalic-webfont.woff2') format('woff2'), url('../webfonts/aileron-lightitalic-webfont.woff') format('woff'), url('../webfonts/aileron-lightitalic-webfont.ttf') format('truetype'), url('../webfonts/aileron-lightitalic-webfont.svg#aileronlight_italic') format('svg');
  font-weight: normal;
  font-style: normal;
}
