@charset "UTF-8";
/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *  user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
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 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevents 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;
}

/**
 * Addresses 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
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
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.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
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.
 * 4. Improves appearance and consistency in all browsers.
 */
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.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
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;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
       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;
  /* 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.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
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;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/fonts/icomoon.eot?-84bvmk");
  src: url("../fonts/icomoon/fonts/icomoon.eot?#iefix-84bvmk") format("embedded-opentype"), url("../fonts/icomoon/fonts/icomoon.woff?-84bvmk") format("woff"), url("../fonts/icomoon/fonts/icomoon.ttf?-84bvmk") format("truetype"), url("../fonts/icomoon/fonts/icomoon.svg?-84bvmk#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-twitter:before {
  content: "\e600";
}

.icon-facebook:before {
  content: "\e601";
}

.icon-share:before {
  content: "\e602";
}

.icon-linkedin:before {
  content: "\e603";
}

.icon-youtube:before {
  content: "\e604";
}

.icon-refresh:before {
  content: "\e605";
}

.icon-dot:before {
  content: "\e606";
}

.icon-menu:before {
  content: "\e607";
}

.icon-progress:before {
  content: "\e608";
}

.icon-arrow-right:before {
  content: "\e609";
}

.icon-plus:before {
  content: "\e60a";
}

.icon-minus:before {
  content: "\e60b";
}

.icon-checkbox-checked:before {
  content: "\e60c";
}

.icon-checkbox:before {
  content: "\e60d";
}

.icon-grow:before,
.icon-build:before {
  content: "\e60e";
}

.icon-satisfy:before {
  content: "\e60f";
}

.icon-protect:before {
  content: "\e610";
}

.icon-manage:before {
  content: "\e611";
}

.icon-establish:before,
.icon-start:before {
  content: "\e612";
}

.icon-lightbulb:before {
  content: "\e613";
}

.icon-arrow-down:before {
  content: "\e614";
}

.icon-close:before {
  content: "\e615";
}

.icon-email:before {
  content: "\e616";
}

.icon-info:before {
  content: "\e617";
}

.icon-location:before {
  content: "\e618";
}

.icon-phone:before {
  content: "\e619";
}

@font-face {
  font-family: 'omnes_light';
  src: url("../fonts/omnes/Omnes_ATTW02-Light.eot");
  src: url("../fonts/omnes/Omnes_ATTW02-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/omnes/Omnes_ATTW02-Light.woff") format("woff"), url("../fonts/omnes/Omnes_ATTW02-Light.ttf") format("truetype"), url("../fonts/omnes/Omnes_ATTW02-Light.svg#omnes_light") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'omnes_light_italic';
  src: url("../fonts/omnes/Omnes_ATTW02-LightItalic.eot");
  src: url("../fonts/omnes/Omnes_ATTW02-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/omnes/Omnes_ATTW02-LightItalic.woff") format("woff"), url("../fonts/omnes/Omnes_ATTW02-LightItalic.ttf") format("truetype"), url("../fonts/omnes/Omnes_ATTW02-LightItalic.svg#omnes_light_italic") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'omnes_regular';
  src: url("../fonts/omnes/Omnes_ATTW02.eot");
  src: url("../fonts/omnes/Omnes_ATTW02.eot?#iefix") format("embedded-opentype"), url("../fonts/omnes/Omnes_ATTW02.woff") format("woff"), url("../fonts/omnes/Omnes_ATTW02.ttf") format("truetype"), url("../fonts/omnes/Omnes_ATTW02.svg#omnes_regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'omnes_regular_italic';
  src: url("../fonts/omnes/Omnes_ATTW02-Italic.eot");
  src: url("../fonts/omnes/Omnes_ATTW02-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/omnes/Omnes_ATTW02-Italic.woff") format("woff"), url("../fonts/omnes/Omnes_ATTW02-Italic.ttf") format("truetype"), url("../fonts/omnes/Omnes_ATTW02-Italic.svg#omnes_regular_italic") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'omnes_medium';
  src: url("../fonts/omnes/Omnes_ATTW02-Medium.eot");
  src: url("../fonts/omnes/Omnes_ATTW02-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/omnes/Omnes_ATTW02-Medium.woff") format("woff"), url("../fonts/omnes/Omnes_ATTW02-Medium.ttf") format("truetype"), url("../fonts/omnes/Omnes_ATTW02-Medium.svg#omnes_medium") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'omnes_medium_italic';
  src: url("../fonts/omnes/Omnes_ATTW02-MediumItalic.eot");
  src: url("../fonts/omnes/Omnes_ATTW02-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/omnes/Omnes_ATTW02-MediumItalic.woff") format("woff"), url("../fonts/omnes/Omnes_ATTW02-MediumItalic.ttf") format("truetype"), url("../fonts/omnes/Omnes_ATTW02-MediumItalic.svg#omnes_medium_italic") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'clearview_book';
  src: url("../fonts/clearview/ClearviewATT-Bk.eot");
  src: url("../fonts/clearview/ClearviewATT-Bk.eot?#iefix") format("embedded-opentype"), url("../fonts/clearview/ClearviewATT-Bk.woff") format("woff"), url("../fonts/clearview/ClearviewATT-Bk.ttf") format("truetype"), url("../fonts/clearview/ClearviewATT-Bk.svg#clearview_book") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'clearview_book_italic';
  src: url("../fonts/clearview/ClearviewATT-BkIt.eot");
  src: url("../fonts/clearview/ClearviewATT-BkIt.eot?#iefix") format("embedded-opentype"), url("../fonts/clearview/ClearviewATT-BkIt.woff") format("woff"), url("../fonts/clearview/ClearviewATT-BkIt.ttf") format("truetype"), url("../fonts/clearview/ClearviewATT-BkIt.svg#clearview_book_italic") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'clearview_bold';
  src: url("../fonts/clearview/ClearviewATT-Bd.eot");
  src: url("../fonts/clearview/ClearviewATT-Bd.eot?#iefix") format("embedded-opentype"), url("../fonts/clearview/ClearviewATT-Bd.woff") format("woff"), url("../fonts/clearview/ClearviewATT-Bd.ttf") format("truetype"), url("../fonts/clearview/ClearviewATT-Bd.svg#clearview_bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'clearview_bold_italic';
  src: url("../fonts/clearview/ClearviewATT-BdIt.eot");
  src: url("../fonts/clearview/ClearviewATT-BdIt.eot?#iefix") format("embedded-opentype"), url("../fonts/clearview/ClearviewATT-BdIt.woff") format("woff"), url("../fonts/clearview/ClearviewATT-BdIt.ttf") format("truetype"), url("../fonts/clearview/ClearviewATT-BdIt.svg#clearview_bold_italic") format("svg");
  font-weight: normal;
  font-style: normal;
}
.button {
  display: inline-block;
  border-radius: 0.25em;
  font-family: "omnes_regular";
  color: #fff;
  padding: 0.5em 2em;
  background-color: #333;
  white-space: nowrap;
  cursor: pointer;
  text-decoration: none;
  border: none;
  outline: none;
  vertical-align: middle;
  -webkit-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
}
.button p {
  margin: 0;
  padding: 0;
}
.button:hover, .button.active, .button.is-active {
  background-color: #fff;
  color: #333;
}
.button.button-blue {
  background-color: #067ab4;
}
.button.button-blue:hover, .button.button-blue.active, .button.button-blue.is-active {
  background-color: #44c8f5;
  color: #fff;
}
.button.button-orange {
  background-color: #ef6f00;
}
.button.button-orange:hover, .button.button-orange.active, .button.button-orange.is-active {
  background-color: #fff;
  color: #ef6f00;
}
.button.button-orange-grey {
  background-color: #ef6f00;
}
.button.button-orange-grey:hover, .button.button-orange-grey.active, .button.button-orange-grey.is-active {
  background-color: #ccc;
}
.button.button-white {
  background-color: #fff;
  color: #666;
}
.button.button-white:hover, .button.button-white.active, .button.button-white.is-active {
  background-color: #888;
  color: #fff;
}
.button.medium-grey {
  background-color: #666;
}
.button.medium-grey:hover, .button.medium-grey.active, .button.medium-grey.is-active {
  background-color: #ccc;
}
.button.compact {
  padding: 0.3125em 1.875em;
}
.button.disabled {
  background-color: #666;
  color: #fff;
  opacity: 0.5;
  cursor: default;
}
.button.disabled:hover, .button.disabled.active, .button.disabled.is-active {
  background-color: #666;
  color: #fff;
}

form {
  margin: 0;
  text-align: center;
}
form .input-text {
  display: inline-block;
  vertical-align: middle;
  padding: 0.625em 0.75em;
  background-color: #fff;
  border: none;
  border-radius: 4px;
  letter-spacing: 0;
  font-family: "clearview_book";
  line-height: 0em;
  font-size: 0.875em;
}
form .input-textarea {
  display: inline-block;
  vertical-align: middle;
  padding: 0.625em 0.75em;
  background-color: #fff;
  border: none;
  border-radius: 4px;
  letter-spacing: 0;
  font-family: "clearview_book";
  font-size: 0.875em;
}
form .input-checkbox {
  margin-right: 0.375em;
}
form div.form-input {
  float: left;
  text-align: left;
  vertical-align: bottom;
  margin-bottom: 0.875em;
  line-height: 0.625em;
}
form div.form-input input,
form div.form-input select {
  width: 100%;
}
form div.form-input.half {
  width: 49%;
}
form div.form-input.half:first-child {
  margin-right: 2%;
}
form div.form-input.full {
  width: 100%;
}
form div.form-textarea,
form div.form-checkbox {
  float: left;
  text-align: left;
  vertical-align: bottom;
  margin-bottom: 0.875em;
  line-height: 0.625em;
}
form div.form-textarea textarea,
form div.form-checkbox textarea {
  width: 100%;
}
form div.form-textarea.half,
form div.form-checkbox.half {
  width: 49%;
}
form div.form-textarea.half:first-child,
form div.form-checkbox.half:first-child {
  margin-right: 2%;
}
form div.form-textarea.full,
form div.form-checkbox.full {
  width: 100%;
}
form div.form-textarea.full label,
form div.form-checkbox.full label {
  cursor: pointer;
}
form label {
  color: #fff;
  font-size: 0.875em;
  font-family: "clearview_book";
  letter-spacing: 0;
  line-height: 1.5em;
}
form input[type="submit"] {
  margin: 0;
}
form .error {
  color: #ef6f00;
  font-family: "clearview_bold";
}

/*!
TYPEPLATE
URL ........... http://typeplate.com
VERSION ....... 1.1.4
Github ........ https://github.com/typeplate/bower
AUTHORS ....... Dennis Gaebel (@gryghostvisuals) & Zachary Kain (@zakkain)
LICENSE ....... Creative Commmons Attribution 3.0 (http://creativecommons.org/licenses/by/3.0)
LICENSE URL ... https://github.com/typeplate/bower/blob/master/license.txt
*/
@font-face {
  font-family: "Ampersand";
  src: local("Georgia"), local("Garamond"), local("Palatino"), local("Book Antiqua");
  unicode-range: U+0026;
}
@font-face {
  font-family: "Ampersand";
  src: local("Georgia");
  unicode-range: U+270C;
}
body {
  word-wrap: break-word;
}

pre code {
  word-wrap: normal;
}

/**
 * Dropcap Sass @include
 * Use the following Sass @include with any selector you feel necessary.
 *
	@include dropcap($dropcap-float-position, $dropcap-font-size, $dropcap-font-family, $dropcap-txt-indent, $dropcap-margin, $dropcap-padding, $dropcap-color, $dropcap-line-height, $dropcap-bg);
 *
 * Extend this object into your custom stylesheet. Let the variables do the work.
 *
 */
html {
  font: normal 112.5%/1.6 "Rockwell W01 Light", serif;
}

body {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
  color: #444;
}

small {
  font-size: 65%;
}

h1, h2, h3, h4, h5, h6 {
  text-rendering: optimizeLegibility;
  line-height: 1;
  margin-top: 0;
}

.tera {
  font-size: 117px;
  font-size: 6.5rem;
  margin-bottom: 4.4307692px;
  margin-bottom: 0.2461538rem;
}

.giga {
  font-size: 90px;
  font-size: 5rem;
  margin-bottom: 5.76px;
  margin-bottom: 0.32rem;
}

.mega {
  font-size: 72px;
  font-size: 4rem;
  margin-bottom: 7.2px;
  margin-bottom: 0.4rem;
}

.alpha, h1 {
  font-size: 60px;
  font-size: 3.3333333rem;
  margin-bottom: 8.64px;
  margin-bottom: 0.48rem;
}

.beta, h2 {
  font-size: 48px;
  font-size: 2.6666667rem;
  margin-bottom: 10.8px;
  margin-bottom: 0.6rem;
}

.gamma, h3 {
  font-size: 36px;
  font-size: 2rem;
  margin-bottom: 14.4px;
  margin-bottom: 0.8rem;
}

.delta, h4 {
  font-size: 24px;
  font-size: 1.3333333rem;
  margin-bottom: 21.6px;
  margin-bottom: 1.2rem;
}

.epsilon, h5 {
  font-size: 21px;
  font-size: 1.1666667rem;
  margin-bottom: 24.6857143px;
  margin-bottom: 1.3714286rem;
}

.zeta, h6 {
  font-size: 18px;
  font-size: 1rem;
  margin-bottom: 28.8px;
  margin-bottom: 1.6rem;
}

p {
  margin: auto auto 1.5em;
}

abbr,
acronym,
blockquote,
code,
dir,
kbd,
listing,
plaintext,
q,
samp,
tt,
var,
xmp {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  -o-hyphens: none;
  hyphens: none;
}

pre code {
  white-space: -moz-pre-wrap;
  white-space: pre-wrap;
}

pre {
  white-space: pre;
}

code {
  white-space: pre;
  font-family: monospace;
}

/**
 * Abbreviations Markup
 *
	<abbr title="hyper text markup language">HMTL</abbr>
 *
 * Extend this object into your markup.
 *
 */
abbr {
  font-variant: small-caps;
  font-weight: 600;
  text-transform: lowercase;
  color: gray;
}
abbr[title]:hover {
  cursor: help;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #222;
}

p + .drop-cap {
  text-indent: 0;
  margin-top: 0;
}

.drop-cap:first-letter {
  float: left;
  margin: inherit;
  padding: inherit;
  font-size: 4em;
  font-family: inherit;
  line-height: 1;
  text-indent: 0;
  background: transparent;
  color: inherit;
}

/**
 * Lining Definition Style Markup
 *
	<dl class="lining">
		<dt><b></b></dt>
		<dd></dd>
	</dl>
 *
 * Extend this object into your markup.
 *
 */
.lining dt,
.lining dd {
  display: inline;
  margin: 0;
}
.lining dt + dt:before,
.lining dd + dt:before {
  content: "\A";
  white-space: pre;
}
.lining dd + dd:before {
  content: ", ";
}
.lining dd:before {
  content: ": ";
  margin-left: -0.2rem;
}

/**
 * Dictionary Definition Style Markup
 *
	<dl class="dictionary-style">
		<dt><b></b></dt>
			<dd></dd>
	</dl>
 *
 * Extend this object into your markup.
 *
 */
.dictionary-style dt {
  display: inline;
  counter-reset: definitions;
}
.dictionary-style dt + dt:before {
  content: ", ";
  margin-left: -0.2rem;
}
.dictionary-style dd {
  display: block;
  counter-increment: definitions;
}
.dictionary-style dd:before {
  content: counter(definitions,decimal) ". ";
}

/**
 * Blockquote Markup
 *
		<figure>
			<blockquote cite="">
				<p></p>
			</blockquote>
			<figcaption>
				<cite>
					<small><a href=""></a></small>
				</cite>
			</figcaption>
		</figure>
 *
 * Extend this object into your markup.
 *
 */
/**
 * Pull Quotes Markup
 *
	<aside class="pull-quote">
		<blockquote>
			<p></p>
		</blockquote>
	</aside>
 *
 * Extend this object into your custom stylesheet.
 *
 */
.pull-quote {
  position: relative;
  padding: 1em;
}
.pull-quote:before, .pull-quote:after {
  height: 1em;
  opacity: 0.5;
  position: absolute;
  font-size: 4em;
  color: #dc976e;
}
.pull-quote:before {
  content: 'ΓÇ£';
  top: 0;
  left: 0;
}
.pull-quote:after {
  content: 'ΓÇ¥';
  bottom: 0;
  right: 0;
}

/**
 * Figures Markup
 *
	<figure>
		<figcaption>
			<strong>Fig. 4.2 | </strong>Type Anatomy, an excerpt from Mark Boulton's book<cite title="http://designingfortheweb.co.uk/book/part3/part3_chapter11.php">"Designing for the Web"</cite>
		</figcaption>
	</figure>
 *
 * Extend this object into your markup.
 *
 */
/**
 * Footnote Markup : Replace 'X' with your unique number for each footnote
 *
	<article>
		<p><sup><a href="#fn-itemX" id="fn-returnX"></a></sup></p>
		<footer>
			<ol class="foot-notes">
				<li id="fn-itemX"><a href="#fn-returnX">Γå⌐</a></li>
			</ol>
		</footer>
	</article>
 *
 * Extend this object into your markup.
 *
 */
.beta-gamma {
  font-size: 42px;
  font-size: 2.3333333rem;
  margin-bottom: 12.3428571px;
  margin-bottom: 0.6857143rem;
}

.gamma-delta {
  font-size: 28px;
  font-size: 1.5555556rem;
  margin-bottom: 18.5142857px;
  margin-bottom: 1.0285714rem;
}

.delta-epsilon {
  font-size: 23px;
  font-size: 1.2777778rem;
  margin-bottom: 22.5391304px;
  margin-bottom: 1.2521739rem;
}

.epsilon-zeta {
  font-size: 20px;
  font-size: 1.1111111rem;
  margin-bottom: 25.92px;
  margin-bottom: 1.44rem;
}

.centi {
  font-size: 16px;
  font-size: 0.8888889rem;
  margin-bottom: 32.4px;
  margin-bottom: 1.8rem;
}

.milli {
  font-size: 14px;
  font-size: 0.7777778rem;
  margin-bottom: 37.0285714px;
  margin-bottom: 2.0571429rem;
}

.micro {
  font-size: 12px;
  font-size: 0.6666667rem;
  margin-bottom: 43.2px;
  margin-bottom: 2.4rem;
}

.nano {
  font-size: 10px;
  font-size: 0.5555556rem;
  margin-bottom: 51.84px;
  margin-bottom: 2.88rem;
}

@-ms-viewport {
  width: device-width;
}
.visible-xsm, .visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important;
}

.visible-xsm-block,
.visible-xsm-inline,
.visible-xsm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 479px) {
  .visible-xsm {
    display: block !important;
  }

  table.visible-xsm {
    display: table;
  }

  tr.visible-xsm {
    display: table-row !important;
  }

  th.visible-xsm,
  td.visible-xsm {
    display: table-cell !important;
  }
}
@media (max-width: 479px) {
  .visible-xsm-block {
    display: block !important;
  }
}

@media (max-width: 479px) {
  .visible-xsm-inline {
    display: inline !important;
  }
}

@media (max-width: 479px) {
  .visible-xsm-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
.modal-container {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 90%;
  max-width: 600px;
  height: auto;
  z-index: 921;
  visibility: hidden;
}
@media (min-width: 480px) {
  .modal-container {
    width: 75%;
  }
}
.modal-container .modal-content {
  position: relative;
  margin: 0 auto;
  text-align: center;
}
.modal-container .close-button {
  position: absolute;
  top: 0.625em;
  right: 0.625em;
  cursor: pointer;
  color: #666;
  background-color: #fff;
  border-radius: 50%;
  line-height: 0;
  margin: 0;
  padding: 0;
  -webkit-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
  display: block;
}
.modal-container .close-button:hover {
  color: #333;
}

.modal-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 920;
  background: rgba(51, 51, 51, 0.95);
  -webkit-transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

.modal-overlay.modal-show-email, .modal-overlay.modal-show-newsletter, .modal-overlay.modal-show-always {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  visibility: visible;
}
@media (min-width: 768px) {
  .modal-overlay.modal-show-email, .modal-overlay.modal-show-newsletter {
    opacity: 0;
    visibility: hidden;
    height: 0;
  }
}

header {
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background-color: #fff;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  header {
    position: fixed;
    height: 80px;
  }
}
header .header-branding-container {
  display: block;
  position: absolute;
  margin: 0;
  padding: 0;
  width: 80%;
  height: 40px;
  margin-left: 2.5%;
}
@media (min-width: 768px) {
  header .header-branding-container {
    height: 80px;
    width: 50%;
  }
}
header .header-branding-container .header-logo-container {
  position: relative;
  height: 100%;
  float: left;
}
header .header-branding-container .header-logo-container img {
  position: relative;
  height: 60%;
  width: auto;
  margin-top: 30%;
}
header .header-branding-container .header-tagline-container {
  position: relative;
  margin-left: 2.5%;
  float: left;
}
header .header-branding-container .header-tagline-container p {
  line-height: 40px;
  color: #0599d5;
  font-family: "omnes_regular_italic";
  letter-spacing: 0.05em;
  -webkit-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
}
@media (min-width: 768px) {
  header .header-branding-container .header-tagline-container p {
    line-height: 80px;
  }
}
header .header-branding-container:hover .header-tagline-container p {
  color: #067ab4;
}
header .header-links-container {
  position: relative;
  height: 100%;
  margin-right: 2.5%;
  float: right;
}
header .header-links-container ul {
  list-style: none;
  list-style-image: none;
  padding: 0;
  margin: 0;
}
header .header-links-container ul li {
  display: block;
  float: left;
  white-space: nowrap;
  line-height: 80px;
}
header .header-links-container ul li span,
header .header-links-container ul li p {
  display: inline;
  vertical-align: middle;
}
header .header-links-container ul li span {
  font-size: 1.8em;
}
header .header-links-container ul li p {
  font-size: 0.85em;
}
header .header-links-container ul li a,
header .header-links-container ul li a:link,
header .header-links-container ul li a:visited {
  display: block;
  color: #666;
  letter-spacing: 0.05em;
  text-decoration: none;
  font-family: "omnes_regular";
  -webkit-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
  margin-left: 2em;
}
header .header-links-container ul li a:hover,
header .header-links-container ul li a.selected {
  color: #0599d5;
}

.mobile-menu-button {
  position: relative;
  color: #067ab4;
  float: right;
  cursor: pointer;
  margin-right: 2.5%;
  display: block;
  text-decoration: none;
  -webkit-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}
.mobile-menu-button .icon {
  display: block;
  line-height: 40px;
}
.mobile-menu-button:hover, .mobile-menu-button.selected {
  color: #333;
}

footer {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 980;
  width: 100%;
  height: 90px;
  background-color: #333;
  padding: 0;
  margin: 0;
}
@media (min-width: 480px) {
  footer {
    height: 60px;
  }
}
footer p.footer-col-legal {
  float: right;
  top: 50%;
  position: relative;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  color: #666;
  letter-spacing: 0;
  font-family: "clearview_book";
  font-size: 0.625em;
  margin: 0 2.5% 0 0;
  padding: 0;
  width: 40%;
  line-height: 1em;
  text-align: right;
}
@media (max-width: 767px) {
  footer p.footer-col-legal {
    float: none;
    text-align: center;
    width: auto;
    top: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    margin: 0.5em 0;
    font-size: 0.75em;
  }
}
footer ul.footer-social-links {
  list-style: none;
  list-style-image: none;
  position: relative;
  margin: 0 2.5% 0 2.5%;
  padding: 0;
  float: left;
  top: 50%;
  display: block;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  footer ul.footer-social-links {
    float: none;
    text-align: center;
    width: auto;
    top: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    margin: 0.5em 0;
  }
}
footer ul.footer-social-links li {
  display: inline-block;
  position: relative;
  white-space: nowrap;
  line-height: 80px;
  margin: 0 0.125em;
}
footer ul.footer-social-links li span {
  position: relative;
  font-size: 1.125em;
  margin: 0 auto;
  text-align: center;
  padding: 0;
  top: 50%;
  display: block;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
footer ul.footer-social-links li a,
footer ul.footer-social-links li a:link,
footer ul.footer-social-links li a:visited {
  display: block;
  color: #333;
  letter-spacing: 0.05em;
  text-decoration: none;
  font-family: "omnes_regular";
  -webkit-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
  border-radius: 50%;
  width: 1.875em;
  height: 1.875em;
  text-align: center;
}
footer ul.footer-social-links li a.facebook,
footer ul.footer-social-links li a:link.facebook,
footer ul.footer-social-links li a:visited.facebook {
  background-color: #537bbd;
  padding-left: 0.0625em;
}
footer ul.footer-social-links li a.twitter,
footer ul.footer-social-links li a:link.twitter,
footer ul.footer-social-links li a:visited.twitter {
  background-color: #78cdf0;
  padding-left: 0.0625em;
}
footer ul.footer-social-links li a.linkedin,
footer ul.footer-social-links li a:link.linkedin,
footer ul.footer-social-links li a:visited.linkedin {
  background-color: #2085c7;
  padding-left: 0.1875em;
}
footer ul.footer-social-links li a.youtube,
footer ul.footer-social-links li a:link.youtube,
footer ul.footer-social-links li a:visited.youtube {
  background-color: #e9654b;
  padding-left: 0.1875em;
}
footer ul.footer-social-links li a.share,
footer ul.footer-social-links li a:link.share,
footer ul.footer-social-links li a:visited.share {
  background-color: #067ab4;
  padding-left: 0.0625em;
}
footer ul.footer-social-links li a:hover,
footer ul.footer-social-links li a.selected {
  background-color: #fff;
}
footer ul.footer-social-links li a:hover.facebook, footer ul.footer-social-links li a:hover.twitter, footer ul.footer-social-links li a:hover.linkedin, footer ul.footer-social-links li a:hover.youtube, footer ul.footer-social-links li a:hover.share,
footer ul.footer-social-links li a.selected.facebook,
footer ul.footer-social-links li a.selected.twitter,
footer ul.footer-social-links li a.selected.linkedin,
footer ul.footer-social-links li a.selected.youtube,
footer ul.footer-social-links li a.selected.share {
  background-color: #fff;
}
footer ul.footer-legal-links {
  list-style: none;
  list-style-image: none;
  line-height: 0em;
  position: relative;
  margin: 0;
  padding: 0;
  float: left;
  top: 50%;
  position: relative;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
}
@media (max-width: 767px) {
  footer ul.footer-legal-links {
    float: none;
    text-align: center;
    width: auto;
    top: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    margin: 0.5em 0;
  }
}
footer ul.footer-legal-links li {
  display: inline-block;
  white-space: nowrap;
  color: #fff;
  letter-spacing: 0;
  font-family: "clearview_book";
  line-height: 0em;
  font-size: 0.6875em;
}
@media (max-width: 767px) {
  footer ul.footer-legal-links li {
    line-height: 1em;
  }
}
footer ul.footer-legal-links li a,
footer ul.footer-legal-links li a:link,
footer ul.footer-legal-links li a:visited {
  display: block;
  color: #fff;
  text-decoration: none;
  -webkit-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}
footer ul.footer-legal-links li a:hover,
footer ul.footer-legal-links li a.selected {
  color: #0599d5;
}

.slide-section-container {
  overflow: hidden;
}

.slide-sections {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}

.slide-section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 150px;
}
.slide-section:first-child {
  padding-top: 0;
}
@media (min-width: 480px) {
  .slide-section {
    padding-top: 0;
    height: auto;
  }
}
.slide-section.transition {
  -webkit-transition: -webkit-transform 0.75s ease-in-out;
  transition: transform 0.75s ease-in-out;
}
.slide-section.transition.transition-vertical {
  -webkit-transition: -webkit-transform 1s ease-in-out;
  transition: transform 1s ease-in-out;
}
.slide-section.slide-in {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.slide-section.slide-out-left {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}
.slide-section.slide-out-right {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
.slide-section.slide-up {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}
.slide-section.slide-up.slide-out-right {
  -webkit-transform: translateX(100%) translateY(-100%);
      -ms-transform: translateX(100%) translateY(-100%);
          transform: translateX(100%) translateY(-100%);
}
.slide-section.slide-up.slide-out-left {
  -webkit-transform: translateX(-100%) translateY(-100%);
      -ms-transform: translateX(-100%) translateY(-100%);
          transform: translateX(-100%) translateY(-100%);
}
.slide-section.slide-up .white-overlay {
  opacity: 0;
}
.slide-section .xsm-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.slide-section .xsm-background img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
}
.slide-section .xsm-background img.active {
  opacity: 1;
}

.js-select-section-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.js-select-section-background .image-fade-container {
  position: relative;
}
.js-select-section-background .image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.js-select-section-background .image-container img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: auto;
  max-width: none;
}
.js-select-section-background .image-container.fading {
  -webkit-transition: opacity 0.75s ease-out;
  transition: opacity 0.75s ease-out;
}
.js-select-section-background .image-container.fade-in {
  opacity: 1;
}

.component-backgrounds {
  position: absolute;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .component-backgrounds {
    position: fixed;
  }
}
.component-backgrounds .component-background {
  width: 100%;
  height: 100%;
}
.component-backgrounds .component-background.business-select {
  background: url("../images/background-business-select.jpg") no-repeat top center;
}
.component-backgrounds .component-background.challenge-select-bm {
  background: url("../images/background-challenge-select-bm.jpg") no-repeat top center;
}
.component-backgrounds .component-background.challenge-select-ol {
  background: url("../images/background-challenge-select-ol.jpg") no-repeat top center;
}
.component-backgrounds .component-background.challenge-select-otg {
  background: url("../images/background-challenge-select-otg.jpg") no-repeat top center;
}
.component-backgrounds .component-background.needs-select-bm {
  background: url("../images/background-needs-select-bm.jpg") no-repeat top center;
}
.component-backgrounds .component-background.needs-select-ol {
  background: url("../images/background-needs-select-ol.jpg") no-repeat top center;
}
.component-backgrounds .component-background.needs-select-otg {
  background: url("../images/background-needs-select-otg.jpg") no-repeat top center;
}

.progress-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 3px;
  z-index: 800;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: padding-right 0.5s ease-in-out;
  transition: padding-right 0.5s ease-in-out;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
@media (min-width: 768px) {
  .progress-container {
    top: 40px;
    padding: 0;
    background: none;
  }
}

.component-progress {
  position: relative;
  height: 10px;
  width: 220px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.component-progress.hide {
  opacity: 0;
}

.component-progress-bar {
  position: absolute;
  padding: 0;
  margin: -1px 0 0 0;
  width: 440px;
  height: 2px;
  left: -220px;
  top: 50%;
  background: #ccc;
  -webkit-transition: left 0.25s ease-in-out;
  transition: left 0.25s ease-in-out;
}
.component-progress-bar.step-2 {
  left: -110px;
}
.component-progress-bar.step-3 {
  left: 0;
}
.component-progress-bar:before {
  content: "";
  display: block;
  width: 220px;
  height: 100%;
  background: #067ab4;
}

.component-progress-dots {
  position: relative;
  padding: 0;
  margin: 0;
}
.component-progress-dots li {
  list-style: none;
  position: absolute;
  display: inline-block;
  background: #fff;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  padding: 0;
  margin: 0;
}
.component-progress-dots li.active {
  background: #44c8f5;
}
.component-progress-dots li.step-1 {
  left: 0;
}
.component-progress-dots li.step-2 {
  left: 50%;
  margin-left: -5px;
}
.component-progress-dots li.step-3 {
  right: 0;
}
.component-progress-dots li.nav-active {
  cursor: pointer;
}
.component-progress-dots li.nav-active:hover {
  background: #333;
}

.component-views {
  position: relative;
  width: 100%;
  z-index: 600;
  padding: 0;
  text-align: center;
}
.component-views.height-transition {
  -webkit-transition: height 1s ease-in-out;
  transition: height 1s ease-in-out;
}
.component-views .white-overlay {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 150px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
.component-views .white-overlay .overlay-fill {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
}

.component-view {
  position: relative;
  top: 0;
  bottom: 0;
  width: 100%;
  padding: 25px 0 40px;
  text-align: center;
  max-width: 1024px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .component-view {
    padding: 90px 0 60px;
  }
}
.component-view .headline {
  color: #fff;
  font-family: "omnes_light";
  text-shadow: 0px 0px 0.625em rgba(51, 51, 51, 0.75);
  line-height: 1em;
  letter-spacing: -0.0125em;
  padding: 0;
  margin: 0 auto;
  width: 90%;
  margin-top: 1.125em;
}
.component-view .headline.alt {
  color: #333;
  text-shadow: 0px 0px 0.625em rgba(255, 255, 255, 0.75);
}
@media (min-width: 768px) {
  .component-view .headline {
    margin-top: 0;
  }
}
.component-view .sub-headline {
  margin: 1.125em auto 2.25em auto;
  padding: 0;
  color: #fff;
  font-family: "omnes_light_italic";
  text-shadow: 0px 0px 0.625em rgba(51, 51, 51, 0.75);
  letter-spacing: -0.0125em;
  line-height: 1.25em;
  width: 54%;
}
.component-view .sub-headline.alt {
  color: #333;
  text-shadow: 0px 0px 0.625em rgba(255, 255, 255, 0.75);
}
@media (max-width: 991px) {
  .component-view .sub-headline {
    width: 90%;
  }
}

.start-here-container {
  position: relative;
  margin: 2.8125em auto 0 auto;
  padding: 0;
  display: inline-block;
}
.start-here-container a {
  text-decoration: none;
}

.start-here-button {
  border-radius: 4px;
  color: #fff;
  border: 1px solid #fff;
  font-family: "omnes_medium";
  padding: 0.9375em 1.5625em;
}
.start-here-button p {
  margin: 0;
  padding: 0;
}
.start-here-button p:last-child {
  color: #067ab4;
  font-family: "omnes_medium_italic";
  line-height: 0.78125em;
}

.down-icon-button {
  position: absolute;
  display: block;
  color: #067ab4;
  background-color: #fff;
  line-height: 0;
  padding: 0;
  margin: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 50%;
  top: -0.9375em;
}

.circle-selects {
  position: relative;
  margin: 0 auto;
  padding: 0;
}

.circle-select-container {
  position: relative;
  display: inline-block;
  margin: 0 1.25em;
  padding: 0;
  width: 22.5%;
}
@media (min-width: 480px) {
  .circle-select-container {
    /* display as a box with ratio of 1:1 
    (so positoined content in this container has a height) */
  }
  .circle-select-container:before {
    content: "";
    display: block;
    padding-top: 100%;
  }
}
@media (max-width: 767px) {
  .circle-select-container {
    width: 27.5%;
    margin: 0 0.625em;
  }
}
@media (max-width: 479px) {
  .circle-select-container {
    width: 90%;
    margin: 0 auto 0.4375em auto;
  }
}
.circle-select-container a {
  text-decoration: none;
}

.circle-select-content {
  position: relative;
}
@media (min-width: 480px) {
  .circle-select-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
}

.circle-select {
  display: block;
  height: 100%;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
          transition: transform 0.4s ease-in-out;
}
@media (max-width: 479px) {
  .circle-select .circle-select-back {
    opacity: 1;
  }
}
.circle-select a {
  text-decoration: none;
}
.circle-select.active .circle-select-back {
  opacity: 1;
}
.circle-select:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.circle-select-face {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  padding: 0;
  margin: 0;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
}
.circle-select-face.brick {
  background-image: url(../images/bubble-1.jpg);
}
.circle-select-face.on-the-go {
  background-image: url(../images/bubble-2.jpg);
}
.circle-select-face.online {
  background-image: url(../images/bubble-3.jpg);
}
@media (max-width: 479px) {
  .circle-select-face {
    border-radius: 4px;
  }
}

.circle-select-front {
  display: table;
}
.circle-select-front p {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  color: #fff;
  font-family: "omnes_medium_italic";
  text-shadow: 0px 0px 0.625em #111;
}
@media (max-width: 1199px) {
  .circle-select-front p {
    font-size: 1.375em;
  }
}
@media (max-width: 991px) {
  .circle-select-front p {
    letter-spacing: -0.03125em;
  }
}
@media (max-width: 479px) {
  .circle-select-front {
    display: none;
  }
}

.circle-select-back {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  color: #fff;
  text-align: center;
  background-color: #067ab4;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
          transition: opacity 0.4s ease-in-out;
}
@media (max-width: 479px) {
  .circle-select-back {
    position: relative;
  }
}

.circle-select-info {
  position: relative;
  top: 50%;
  width: 70%;
  left: 15%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 1em;
}
@media (max-width: 991px) {
  .circle-select-info {
    line-height: 0.85em;
  }
}
.circle-select-info p {
  padding: 0;
  margin: 0;
  font-family: "clearview_book";
}
.circle-select-info p:last-child {
  padding: 0;
  margin: 0;
  font-family: "clearview_bold_italic";
}
.circle-select-info .icon-lightbulb {
  color: #44c8f5;
}
.circle-select-info .circle-select-title {
  display: block;
  line-height: 1em;
  font-family: "omnes_medium_italic";
  margin: 0 0 0.875em 0;
}
@media (min-width: 480px) {
  .circle-select-info .circle-select-title {
    display: none;
  }
}
.circle-select-info .circle-select-desc {
  display: none;
}
@media (min-width: 480px) {
  .circle-select-info .circle-select-desc {
    display: block;
    margin: 0 0 0.875em 0;
  }
}
.circle-select-info .circle-select-icon {
  display: none;
}
@media (min-width: 768px) {
  .circle-select-info .circle-select-icon {
    display: block;
    padding: 0;
    margin: 0 0 0.25em 0;
  }
}
@media (max-width: 479px) {
  .circle-select-info {
    position: relative;
    top: 0;
    width: auto;
    left: 0;
    margin: 0 auto;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    padding: 1.25em;
  }
}

.circle-select-button {
  position: absolute;
  top: 50%;
  right: -0.9375em;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #fff;
  display: inline-block;
  margin: 0;
  padding: 0;
  line-height: 0;
  border-radius: 50%;
  text-decoration: none;
  box-shadow: 0px 0px 0.625em rgba(17, 17, 17, 0.2);
}
@media (max-width: 479px) {
  .circle-select-button {
    display: none;
  }
}
.circle-select-button span {
  color: #067ab4;
}
.circle-select-button .icon-close {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.circle-select-button .icon-info {
  position: relative;
  opacity: 1;
}
.circle-select-button.active span {
  color: #666;
}
.circle-select-button.active .icon-close {
  opacity: 1;
}
.circle-select-button.active .icon-info {
  opacity: 0;
}

.challenge-selects {
  position: relative;
  margin: 1.875em auto 0 auto;
  padding: 0;
}

.challenge-select-container {
  position: relative;
  display: inline-block;
  margin: 0 0.4%;
  padding: 0;
  width: 18%;
  height: 0;
  padding-bottom: 18%;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  text-decoration: none;
  -webkit-transition: all 0.25s ease-in-out;
          transition: all 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .challenge-select-container {
    width: 25%;
    padding-bottom: 25%;
  }
}
@media (max-width: 767px) {
  .challenge-select-container {
    width: 27.5%;
    padding-bottom: 27.5%;
  }
}
@media (max-width: 479px) {
  .challenge-select-container {
    width: 90%;
    padding: 0;
    height: auto;
    margin: 0.25em 0;
    border-radius: 4px;
    background-color: rgba(204, 204, 204, 0.5);
  }
}

.challenge-select-info {
  position: absolute;
  width: 100%;
  height: 100%;
  color: #333;
  -webkit-transition: all 0.25s ease-in-out;
          transition: all 0.25s ease-in-out;
}
@media (max-width: 479px) {
  .challenge-select-info {
    top: 0;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    text-align: left;
    padding: 0.875em 0.625em 0.625em 0.625em;
    position: relative;
  }
}
.challenge-select-info p {
  margin: 0;
  padding: 0;
  line-height: 1em;
}
@media (max-width: 479px) {
  .challenge-select-info p {
    display: inline-block;
    vertical-align: middle;
  }
}
.challenge-select-info p:first-child {
  margin: 0 auto 0.3125em auto;
}
@media (max-width: 479px) {
  .challenge-select-info p:first-child {
    margin: 0 7.5% 0.125em 0;
  }
}
.challenge-select-info p.challenge-headline {
  font-family: "omnes_medium_italic";
}
.challenge-select-info p.challenge-sub-headline {
  font-family: "omnes_light_italic";
}
@media (min-width: 480px) {
  .challenge-select-info p.challenge-sub-headline {
    margin-bottom: 0.5em;
  }
}
.challenge-select-info .challenge-checkbox {
  position: relative;
  display: block;
  margin: 0;
  text-align: center;
  float: right;
}
@media (min-width: 480px) {
  .challenge-select-info .challenge-checkbox {
    float: none;
  }
}
.challenge-select-info .challenge-checkbox .icon-container {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
}
.challenge-select-info .challenge-checkbox .icon {
  position: relative;
  display: block;
  margin: 0 auto;
  -webkit-transition: opacity 0.25s ease-in-out;
          transition: opacity 0.25s ease-in-out;
}
.challenge-select-info .challenge-checkbox .icon-checkbox-checked {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}
.challenge-select-info .challenge-checkbox .icon-checkbox {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  opacity: 0.1;
}
.challenge-select-info .xsm-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media (min-width: 480px) {
  .challenge-select-info .xsm-left {
    position: relative;
    width: auto;
  }
}

.challenge-select-container.active {
  background-color: #067ab4;
}
.challenge-select-container.active .challenge-select-info {
  color: #fff;
}
.challenge-select-container.active .challenge-checkbox .icon-checkbox-checked {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}
.challenge-select-container.active .challenge-checkbox .icon-checkbox {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

.challenge-select-container:hover {
  background-color: #067ab4;
}
.challenge-select-container:hover .challenge-select-info {
  color: #fff;
}

.cta-container {
  position: relative;
  margin: 2.8125em auto 0 auto;
  padding: 0;
  display: inline-block;
}
.cta-container a {
  text-decoration: none;
}

.needs-selects {
  position: relative;
  margin: 0 auto;
  padding: 0;
}

.needs-select-container {
  position: relative;
  height: auto;
  background-color: #fff;
  border-radius: 4px;
  margin: 0 5% 0.25em 5%;
  padding: 0;
}

.needs-select-header {
  display: block;
  background-color: #333;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  text-align: left;
  margin: 0;
  padding: 0.3125em;
  -webkit-transition: all 0.25s ease-in-out;
          transition: all 0.25s ease-in-out;
}
.needs-select-header:hover {
  background-color: #666;
}
.needs-select-header p {
  display: inline-block;
  margin: 0 0.3125em -0.125em 0;
  padding: 0;
  font-family: "omnes_medium_italic";
  vertical-align: middle;
  font-size: 1.0625em;
  letter-spacing: -0.03125em;
  line-height: 1em;
}
.needs-select-header span {
  font-size: 1.5em;
  line-height: 1em;
  -webkit-transition: all 0.25s ease-out;
          transition: all 0.25s ease-out;
}
.needs-select-header p.needs-expand {
  margin: 0 0 -0.125em 0;
  float: right;
  position: relative;
}
.needs-select-header p.needs-expand span {
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 0.1s ease-out;
          transition: opacity 0.1s ease-out;
}
.needs-select-header p.needs-expand span.icon-plus {
  position: relative;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1.0;
  -webkit-transition: opacity 0.1s ease-out;
          transition: opacity 0.1s ease-out;
}
.needs-select-header.active {
  background-color: #666;
}
.needs-select-header.active span {
  color: #44c8f5;
}
.needs-select-header.active p.needs-expand span {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}
.needs-select-header.active p.needs-expand span.icon-plus {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

.needs-select-items {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.needs-select-item {
  display: block;
  position: relative;
  float: left;
  border-radius: 8px;
  background-color: #f1f1f1;
  font-family: "clearview_book";
  letter-spacing: -0.03125em;
  text-align: left;
  color: #333;
  text-decoration: none;
  width: 33.333%;
  min-height: 3.75em;
  border: solid 0.1875em #fff;
  padding: 0.625em;
  -webkit-transition: all 0.25s ease-in-out;
          transition: all 0.25s ease-in-out;
}
@media (max-width: 1199px) {
  .needs-select-item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .needs-select-item {
    width: 100%;
  }
}
.needs-select-item p.needs-label {
  display: inline-block;
  position: absolute;
  margin: 0;
  padding: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 0.75em;
  letter-spacing: -0.03125em;
  line-height: 1.25em;
  width: 80%;
}
@media (max-width: 1199px) {
  .needs-select-item p.needs-label {
    font-size: 0.875em;
  }
}
@media (max-width: 767px) {
  .needs-select-item p.needs-label {
    font-size: 1em;
  }
}
.needs-select-item p.needs-checkbox {
  position: absolute;
  text-align: center;
  margin: 0 0.125em 0 0;
  padding: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: auto;
  height: auto;
  z-index: 1;
}
.needs-select-item p.needs-checkbox span {
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: opacity 0.25s ease-in-out;
          transition: opacity 0.25s ease-in-out;
}
.needs-select-item p.needs-checkbox span.icon-checkbox {
  position: relative;
  opacity: 0.1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  -webkit-transition: opacity 0.25s ease-in-out;
          transition: opacity 0.25s ease-in-out;
}
.needs-select-item.active {
  background-color: #067ab4;
  color: #fff;
}
.needs-select-item.active p.needs-checkbox span {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.needs-select-item.active p.needs-checkbox span.icon-checkbox {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.needs-select-item:hover {
  background-color: #067ab4;
  color: #fff;
}

.resizing .circle-select,
.resizing .circle-select-front,
.resizing .circle-select-back,
.resizing .challenge-select-container {
  -webkit-transition: none;
          transition: none;
}

.no-csstransitions .circle-select .circle-select-front {
  visibility: visible;
}
.no-csstransitions .circle-select .circle-select-front p {
  opacity: 1;
}
.no-csstransitions .circle-select .circle-select-back {
  visibility: hidden;
}
.no-csstransitions .circle-select.active .circle-select-front {
  visibility: hidden;
}
.no-csstransitions .circle-select.active .circle-select-back {
  visibility: visible;
}

.js-needs-group-expander {
  overflow: hidden;
}

.results-container {
  position: relative;
  z-index: 610;
  overflow: hidden;
  padding-bottom: 60px;
}
.results-container .results-header {
  position: relative;
  width: 100%;
  height: 150px;
  text-align: center;
}
@media (min-width: 480px) {
  .results-container .results-header {
    height: 230px;
  }
}
.results-container .results-header h1 {
  position: relative;
  color: #fff;
  font-family: "omnes_light";
  line-height: 0.9375em;
  letter-spacing: -0.0125em;
  padding: 0;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.results-container .results-content {
  margin: 0 auto;
  padding: 3.125em 0;
  width: 90%;
  max-width: 1024px;
}
@media (max-width: 1199px) {
  .results-container .results-content {
    width: 90%;
    margin: 0 auto;
    padding: 1.5625em 0;
  }
}
.results-container .results-content h3 {
  font-family: "omnes_light";
  color: #666;
  letter-spacing: -0.0125em;
  margin-bottom: 1em;
}
.results-container .results-content .results-left-col {
  float: left;
  width: 65%;
  margin-right: 1.5%;
}
@media (max-width: 767px) {
  .results-container .results-content .results-left-col {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 1.875em;
  }
}
.results-container .results-content .results-left-col .results-product {
  position: relative;
  border-bottom: solid 1px #ccc;
  margin-bottom: 1.875em;
  line-height: 1.125em;
  min-height: 100px;
  padding-bottom: 2.5em;
}
.results-container .results-content .results-left-col .results-product h4 {
  font-family: "omnes_light";
  color: #067ab4;
  letter-spacing: -0.0125em;
  margin-bottom: 0.3125em;
}
.results-container .results-content .results-left-col .results-product ul {
  margin: 1em;
  padding: 0;
}
.results-container .results-content .results-left-col .results-product p,
.results-container .results-content .results-left-col .results-product li {
  font-family: "clearview_book";
  font-size: 0.875em;
  margin: 0;
  padding: 0;
}
.results-container .results-content .results-left-col .results-product li {
  font-family: "clearview_book_italic";
}
.results-container .results-content .results-right-col {
  float: right;
  width: 32%;
  margin-left: 1.5%;
}
@media (max-width: 767px) {
  .results-container .results-content .results-right-col {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}
.results-container .results-content .results-right-col h3 {
  margin-top: 1.5625em;
  margin-bottom: 0.3125em;
}
@media (max-width: 767px) {
  .results-container .results-content .results-right-col h3 {
    display: none;
  }
}
.results-container .results-content .results-right-col > div {
  background-color: #efefef;
  border-radius: 4px;
  text-align: center;
  padding: 2.1875em;
}
@media (max-width: 767px) {
  .results-container .results-content .results-right-col > div {
    float: left;
    width: 48.75%;
  }
  .results-container .results-content .results-right-col > div:first-child {
    margin-right: 2.5%;
  }
}
@media (max-width: 479px) {
  .results-container .results-content .results-right-col > div {
    float: left;
    width: 100%;
  }
  .results-container .results-content .results-right-col > div:first-child {
    margin-right: 0;
    margin-bottom: 1.875em;
  }
}
.results-container .results-content .results-right-col > div > p {
  font-family: "clearview_book";
  font-size: 0.875em;
  margin: 0;
  padding: 0;
  margin-bottom: 1.25em;
  line-height: 1.125em;
}
.results-container .results-content .results-right-col h4 {
  font-family: "omnes_light";
  color: #888;
  letter-spacing: -0.0125em;
  margin-bottom: 1.25em;
}
.results-container .results-content .results-right-col h4.orange {
  color: #ef6f00;
}
.results-container a.shop-now-button,
.results-container a.shop-now-button-alt {
  position: absolute;
  right: 0.9375em;
  bottom: 0.9375em;
  font-family: "clearview_bold";
  color: #067ab4;
  text-decoration: none;
  display: block;
  -webkit-transition: color 0.1s ease-out 0s;
  transition: color 0.1s ease-out 0s;
}
.results-container a.shop-now-button span,
.results-container a.shop-now-button-alt span {
  vertical-align: middle;
}
.results-container a.shop-now-button:hover, .results-container a.shop-now-button.active,
.results-container a.shop-now-button-alt:hover,
.results-container a.shop-now-button-alt.active {
  color: #0599d5;
}
.results-container .results-related-container {
  background-color: #efefef;
  padding: 2.5em 0;
}
.results-container .results-related-container .results-related-content {
  margin: 0 auto;
  width: 90%;
  max-width: 1024px;
}
@media (max-width: 1199px) {
  .results-container .results-related-container .results-related-content {
    width: 90%;
  }
}
.results-container .results-related-container .results-related-content h3 {
  font-family: "omnes_light";
  color: #666;
  letter-spacing: -0.0125em;
}
.results-container .results-related-container .results-related-content .results-related-item {
  float: left;
  width: 32%;
  margin-right: 2%;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.results-container .results-related-container .results-related-content .results-related-item:last-child {
  margin-right: 0;
}
@media (max-width: 1310px) {
  .sidebar-open .results-container .results-related-container .results-related-content .results-related-item:last-child {
    display: none;
  }
}
@media (max-width: 767px) {
  .results-container .results-related-container .results-related-content .results-related-item {
    float: left;
    width: 48.75%;
    margin-right: 0;
  }
  .results-container .results-related-container .results-related-content .results-related-item:last-child {
    display: none;
  }
  .results-container .results-related-container .results-related-content .results-related-item:nth-child(2) {
    margin-right: 2.5%;
  }
}
@media (max-width: 479px) {
  .results-container .results-related-container .results-related-content .results-related-item {
    float: left;
    width: 100%;
  }
  .results-container .results-related-container .results-related-content .results-related-item:nth-child(2) {
    display: none;
  }
}
.results-container .results-related-container .results-related-content .results-related-item .related-content-bg {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
}
.results-container .results-related-container .results-related-content .results-related-item .related-content-content {
  position: absolute;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  bottom: 1.25em;
}
.results-container .results-related-container .results-related-content .results-related-item .related-content-content h1 {
  font-family: "omnes_regular";
  color: #fff;
  font-size: 1.0625em;
  margin-bottom: 0;
}
.results-container .results-related-container .results-related-content .results-related-item .related-content-content p {
  font-family: "clearview_book";
  font-size: 0.6875em;
  margin-bottom: 0.5em;
}
.results-container .results-related-container .results-related-content .results-related-item .related-content-content a p {
  margin-bottom: 0em;
}
.results-container .results-related-container .results-related-content .results-related-item.alt .related-content-content {
  position: absolute;
  width: 92%;
  margin: 0 4%;
  text-align: left;
  color: #666;
  top: 55%;
}
.results-container .results-related-container .results-related-content .results-related-item.alt .related-content-content h1 {
  font-family: "clearview_bold_italic";
  color: #067ab4;
  font-size: 0.9375em;
  margin-bottom: 0.25em;
  letter-spacing: -0.03125em;
}
.results-container .results-related-container .results-related-content .results-related-item.alt .related-content-content p {
  font-family: "clearview_book";
  font-size: 0.625em;
  margin-bottom: 0em;
  line-height: 1.125em;
}
.results-container .results-related-container .results-related-content .results-related-item.alt .related-content-content a.shop-now-button,
.results-container .results-related-container .results-related-content .results-related-item.alt .related-content-content a.shop-now-button-alt {
  position: relative;
  right: auto;
  bottom: auto;
  font-family: "clearview_bold";
  color: #067ab4;
  text-decoration: none;
  display: block;
  font-size: 0.875em;
}
.results-container .results-related-container .results-related-content .results-related-item.alt .related-content-content a.shop-now-button p,
.results-container .results-related-container .results-related-content .results-related-item.alt .related-content-content a.shop-now-button-alt p {
  margin-bottom: 0;
}
.results-container .results-related-container .results-related-content .results-related-item .related-content-disc {
  width: 25%;
  height: auto;
}
.results-container .results-related-container .results-related-content .results-related-item .related-content-tab {
  position: absolute;
  width: 20%;
  height: auto;
  top: 0;
  left: 0;
}
.results-container .view-all {
  visibility: hidden;
  display: none;
}
.results-container.viewing-all .default {
  visibility: hidden;
  display: none;
}
.results-container.viewing-all .view-all {
  visibility: visible;
  display: block;
}

.results-content-container {
  background: #fff;
}

.sidebar {
  position: absolute;
  width: 280px;
  height: 100%;
  top: 0;
  right: -280px;
  z-index: 910;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  background: #666;
  -webkit-transition: right 0.25s ease-out;
  transition: right 0.25s ease-out;
}
@media (min-width: 768px) {
  .sidebar {
    padding-top: 80px;
  }
}
.sidebar .button {
  border-radius: 0;
  display: block;
  width: 100%;
  margin: 0 0 2px;
  display: block;
  padding: 0.625em 1.25em;
}
@media (min-width: 768px) {
  .sidebar .button {
    width: 95%;
    margin: 10px auto;
    border-radius: 0.25em;
  }
}
.sidebar .button p {
  float: left;
  padding: 0;
  margin: 0;
  line-height: 2.25em;
}
@media (min-width: 768px) {
  .sidebar .button p {
    line-height: 2em;
  }
}
.sidebar .button .icon {
  font-size: 1.75em;
  float: right;
  line-height: 1.25em;
  padding: 0;
  margin: 0;
}
.sidebar .button .icon-blue {
  color: #44c8f5;
}
.sidebar .button:hover .icon-blue, .sidebar .button.active .icon-blue, .sidebar .button.is-active .icon-blue {
  color: #333;
}
.sidebar .close-button {
  float: right;
  cursor: pointer;
  color: #666;
  background-color: #fff;
  border-radius: 50%;
  line-height: 0;
  margin: 0;
  padding: 0;
  -webkit-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
}
.sidebar .close-button:hover {
  color: #333;
}

.sidebar-pusher {
  position: relative;
  left: 0;
  padding-top: 40px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  -webkit-transition: left 0.5s ease-in-out;
  transition: left 0.5s ease-in-out;
}
@media (min-width: 768px) {
  .sidebar-pusher {
    padding-top: 80px;
  }
}
.sidebar-pusher .content {
  padding-right: 0;
  -webkit-transition: padding-right 0.5s ease-in-out;
  transition: padding-right 0.5s ease-in-out;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

@media (min-width: 768px) {
  .sidebar-content {
    padding: 20px;
  }
}

.sidebar-mobile-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sidebar-open-button {
  position: absolute;
  top: 100px;
  right: 20px;
  z-index: 900;
  color: white;
  display: block;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}
.sidebar-open-button:hover, .sidebar-open-button.selected {
  color: #333;
}

.sidebar-open .sidebar-pusher {
  left: -280px;
}
@media (min-width: 768px) {
  .sidebar-open .sidebar-pusher {
    left: 0;
  }
  .sidebar-open .sidebar {
    right: 0;
  }
  .sidebar-open .content {
    padding-right: 280px;
  }
  .sidebar-open .progress-container {
    padding-right: 280px;
  }
}

.resizing .sidebar,
.resizing .sidebar-pusher,
.resizing .content,
.resizing .progress-container {
  -webkit-transition: none;
  transition: none;
}

.business-profile {
  padding: 5px 12px;
}
@media (min-width: 768px) {
  .business-profile {
    padding: 0;
  }
}

.profile-title {
  margin: 0.3125em auto 0.625em;
  padding: 0;
  color: #fff;
  font-family: "omnes_light_italic";
  font-weight: lighter;
  font-size: 1.125em;
  letter-spacing: -0.0125em;
  line-height: 2.1875em;
  border-bottom: 3px #888 solid;
}
@media (min-width: 768px) {
  .profile-title {
    margin-top: 0.75em;
  }
}

.list-icon {
  display: block;
  float: left;
  width: 14px;
  height: 14px;
  border-radius: 7px;
  background: #333;
  margin: 6px 10px 7px 0;
  -webkit-transition: background-color 0.25s ease-out;
  transition: background-color 0.25s ease-out;
}
@media (min-width: 768px) {
  .list-icon {
    margin-top: 8px;
  }
}
@media (min-width: 992px) {
  .list-icon {
    margin-top: 10px;
  }
}
@media (min-width: 1200px) {
  .list-icon {
    margin-top: 12px;
  }
}
.list-icon.active {
  background: #44c8f5;
}

.profile-select-title {
  position: relative;
  color: #fff;
  font-family: "omnes_medium";
  letter-spacing: -0.0125em;
  font-size: 1.375em;
  cursor: default;
}
.profile-select-title.active {
  cursor: pointer;
}

.profile-select-sections {
  list-style: none;
  padding: 0;
  margin: 0 0 25px;
}
.profile-select-sections > li {
  border-bottom: 1px #888 solid;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.profile-select-sections .toggle-container {
  overflow: hidden;
  height: 0;
}
.profile-select-sections .toggle-container.toggling {
  -webkit-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}
@media (min-width: 480px) {
  .profile-select-sections .toggle-container {
    overflow: auto;
    height: auto;
  }
}
.profile-select-sections .toggle-icon {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 26px;
}
.profile-select-sections .toggle-icon .icon-minus {
  display: none;
}
.profile-select-sections .toggle-icon.open .icon-plus {
  display: none;
}
.profile-select-sections .toggle-icon.open .icon-minus {
  display: block;
}

.profile-selections {
  list-style: none;
  color: #fff;
  font-family: "omnes_light";
  font-size: 0.75em;
  line-height: 1.25em;
  padding-left: 1.875em;
}

.sidebar-shadow {
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/sidebar-shadow.png) repeat-y transparent;
  height: 100%;
  width: 8px;
}

.save-progress-form,
.email-signup-form,
.newsletter-signup-form {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  background: #666;
  padding: 20px;
  border-radius: 4px;
}
.save-progress-form h3,
.email-signup-form h3,
.newsletter-signup-form h3 {
  font-family: "omnes_light";
  color: #fff;
  letter-spacing: -0.0125em;
  border-bottom: solid 1px #888;
  line-height: 1.5625em;
}
.save-progress-form p,
.email-signup-form p,
.newsletter-signup-form p {
  color: #fff;
  font-size: 0.875em;
  font-family: "clearview_book";
  letter-spacing: 0;
  line-height: 1.5em;
}
.save-progress-form .success-message,
.save-progress-form .error-message,
.email-signup-form .success-message,
.email-signup-form .error-message,
.newsletter-signup-form .success-message,
.newsletter-signup-form .error-message {
  display: none;
}
.save-progress-form .error-message,
.email-signup-form .error-message,
.newsletter-signup-form .error-message {
  color: #ef6f00;
}

@media (min-width: 768px) {
  .email-signup-form {
    background-color: #333;
  }
}

.progress-form-container {
  top: 50%;
  left: 50%;
  width: 75%;
  max-width: 600px;
  height: auto;
  z-index: 930;
  visibility: hidden;
  opacity: 0;
}
.progress-form-container.form-open {
  visibility: visible;
  opacity: 1;
}

.email-form-container {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: right 0.5s ease-out, opacity 0.5s ease-out, visibility 0.5s ease-out;
  transition: right 0.5s ease-out, opacity 0.5s ease-out, visibility 0.5s ease-out;
}
@media (min-width: 768px) {
  .email-form-container {
    opacity: 1;
    visibility: visible;
    width: 360px;
    top: 80px;
    right: -360px;
    left: auto;
    z-index: 930;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    border-radius: 0 0 4px 4px;
  }
}
.email-form-container.form-open {
  visibility: visible;
  opacity: 1;
}
@media (min-width: 768px) {
  .email-form-container.form-open {
    right: 0;
  }
}

.newsletter-form-container {
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 768px) {
  .newsletter-form-container {
    width: 360px;
    top: 25%;
    left: 0;
    z-index: 930;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    border-radius: 0 4px 4px 0;
    opacity: 1;
    visibility: visible;
  }
}
.newsletter-form-container .slide-content {
  position: relative;
  -webkit-transition: left 0.5s ease-out;
  transition: left 0.5s ease-out;
}
@media (min-width: 768px) {
  .newsletter-form-container .slide-content {
    position: absolute;
    width: 100%;
    left: -360px;
  }
}
.newsletter-form-container.form-open {
  visibility: visible;
  opacity: 1;
}
@media (min-width: 768px) {
  .newsletter-form-container.form-open .slide-content {
    left: 0;
  }
}

.newsletter-side-tab {
  position: absolute;
  border-radius: 0 0 4px 4px;
  background-color: #333;
  white-space: nowrap;
  color: #ccc;
  letter-spacing: 0.05em;
  text-decoration: none;
  font-family: "omnes_regular";
  -webkit-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
  line-height: 0em;
  padding: 0.5em;
  text-align: center;
  width: 11.25em;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
  right: -7em;
}
.newsletter-side-tab span,
.newsletter-side-tab p {
  position: relative;
  zoom: 1;
  display: inline;
  vertical-align: middle;
}
.newsletter-side-tab span {
  font-size: 1.8em;
}
.newsletter-side-tab p {
  font-size: 0.85em;
}
.newsletter-side-tab:hover, .newsletter-side-tab.selected {
  color: #0599d5;
}

.resizing .progress-form-container,
.resizing .email-form-container,
.resizing .newsletter-form-container {
  -webkit-transition: none;
          transition: none;
}
.resizing .newsletter-form-container .slide-content {
  -webkit-transition: none;
          transition: none;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

html, body {
  height: 100%;
  background: #333;
}

html {
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  /* the line below is a hack to get Chrome to render fonts decently on Windows */
}

html {
  font-size: 12px;
}
@media (min-width: 768px) {
  html {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 18px;
  }
}

body {
  min-width: 320px;
  margin: 0 auto;
  width: 100%;
}

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

#main {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.content {
  position: relative;
  width: 100%;
  -webkit-transition: width 0.5s ease-out;
  transition: width 0.5s ease-out;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.hidden {
  display: none;
}

.v-center-container {
  display: table;
}

.v-center-content {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

/* Prevent words from breaking between 2 letters */
* {
  word-break: keep-all;
}

* {
  -webkit-hyphens: none;
}
