

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

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

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

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

script {
  display: none !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

meta.foundation-mq-small {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0em; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em; }

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

html,
body {
  font-size: 100%; }

body {
  background: #fff;
  color: #686767;
  padding: 0;
  margin: 0;
  font-family: "open-sans", "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default; }

a:hover {
  cursor: pointer; }

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

object,
embed {
  height: 100%; }

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

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

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-justify {
  text-align: justify !important; }

.hide {
  display: none; }

.start {
  float: left !important; }

.end {
  float: right !important; }

.text-start {
  text-align: left !important; }

.text-end {
  text-align: right !important; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 67.5rem;
  *zoom: 1; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row.collapse > .column,
  .row.collapse > .columns {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    float: left; }
  .row.collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row .row {
    width: auto;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none;
    *zoom: 1; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      width: auto;
      margin: 0;
      max-width: none;
      *zoom: 1; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }

.column,
.columns {
  position: relative;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  width: 100%;
  float: left; }

@media only screen {
  .column.small-centered,
  .columns.small-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }

  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right; }

  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  .column,
  .columns {
    position: relative;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    float: left; }

  .small-1 {
    position: relative;
    width: 8.33333%; }

  .small-2 {
    position: relative;
    width: 16.66667%; }

  .small-3 {
    position: relative;
    width: 25%; }

  .small-4 {
    position: relative;
    width: 33.33333%; }

  .small-5 {
    position: relative;
    width: 41.66667%; }

  .small-6 {
    position: relative;
    width: 50%; }

  .small-7 {
    position: relative;
    width: 58.33333%; }

  .small-8 {
    position: relative;
    width: 66.66667%; }

  .small-9 {
    position: relative;
    width: 75%; }

  .small-10 {
    position: relative;
    width: 83.33333%; }

  .small-11 {
    position: relative;
    width: 91.66667%; }

  .small-12 {
    position: relative;
    width: 100%; }

  [class*="column"] + [class*="column"]:last-child {
    float: right; }

  [class*="column"] + [class*="column"].end {
    float: left; }

  .small-offset-0 {
    position: relative;
    margin-left: 0% !important; }

  .small-offset-1 {
    position: relative;
    margin-left: 8.33333% !important; }

  .small-offset-2 {
    position: relative;
    margin-left: 16.66667% !important; }

  .small-offset-3 {
    position: relative;
    margin-left: 25% !important; }

  .small-offset-4 {
    position: relative;
    margin-left: 33.33333% !important; }

  .small-offset-5 {
    position: relative;
    margin-left: 41.66667% !important; }

  .small-offset-6 {
    position: relative;
    margin-left: 50% !important; }

  .small-offset-7 {
    position: relative;
    margin-left: 58.33333% !important; }

  .small-offset-8 {
    position: relative;
    margin-left: 66.66667% !important; }

  .small-offset-9 {
    position: relative;
    margin-left: 75% !important; }

  .small-offset-10 {
    position: relative;
    margin-left: 83.33333% !important; }

  .column.small-reset-order,
  .columns.small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; } }
@media only screen and (min-width: 40.063em) {
  .column.medium-centered,
  .columns.medium-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }

  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right; }

  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  .column,
  .columns {
    position: relative;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    float: left; }

  .medium-1 {
    position: relative;
    width: 8.33333%; }

  .medium-2 {
    position: relative;
    width: 16.66667%; }

  .medium-3 {
    position: relative;
    width: 25%; }

  .medium-4 {
    position: relative;
    width: 33.33333%; }

  .medium-5 {
    position: relative;
    width: 41.66667%; }

  .medium-6 {
    position: relative;
    width: 50%; }

  .medium-7 {
    position: relative;
    width: 58.33333%; }

  .medium-8 {
    position: relative;
    width: 66.66667%; }

  .medium-9 {
    position: relative;
    width: 75%; }

  .medium-10 {
    position: relative;
    width: 83.33333%; }

  .medium-11 {
    position: relative;
    width: 91.66667%; }

  .medium-12 {
    position: relative;
    width: 100%; }

  [class*="column"] + [class*="column"]:last-child {
    float: right; }

  [class*="column"] + [class*="column"].end {
    float: left; }

  .medium-offset-0 {
    position: relative;
    margin-left: 0% !important; }

  .medium-offset-1 {
    position: relative;
    margin-left: 8.33333% !important; }

  .medium-offset-2 {
    position: relative;
    margin-left: 16.66667% !important; }

  .medium-offset-3 {
    position: relative;
    margin-left: 25% !important; }

  .medium-offset-4 {
    position: relative;
    margin-left: 33.33333% !important; }

  .medium-offset-5 {
    position: relative;
    margin-left: 41.66667% !important; }

  .medium-offset-6 {
    position: relative;
    margin-left: 50% !important; }

  .medium-offset-7 {
    position: relative;
    margin-left: 58.33333% !important; }

  .medium-offset-8 {
    position: relative;
    margin-left: 66.66667% !important; }

  .medium-offset-9 {
    position: relative;
    margin-left: 75% !important; }

  .medium-offset-10 {
    position: relative;
    margin-left: 83.33333% !important; }

  .column.medium-reset-order,
  .columns.medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }
@media only screen and (min-width: 64.063em) {
  .column.large-centered,
  .columns.large-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }

  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right; }

  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  .column,
  .columns {
    position: relative;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    float: left; }

  .large-1 {
    position: relative;
    width: 8.33333%; }

  .large-2 {
    position: relative;
    width: 16.66667%; }

  .large-3 {
    position: relative;
    width: 25%; }

  .large-4 {
    position: relative;
    width: 33.33333%; }

  .large-5 {
    position: relative;
    width: 41.66667%; }

  .large-6 {
    position: relative;
    width: 50%; }

  .large-7 {
    position: relative;
    width: 58.33333%; }

  .large-8 {
    position: relative;
    width: 66.66667%; }

  .large-9 {
    position: relative;
    width: 75%; }

  .large-10 {
    position: relative;
    width: 83.33333%; }

  .large-11 {
    position: relative;
    width: 91.66667%; }

  .large-12 {
    position: relative;
    width: 100%; }

  [class*="column"] + [class*="column"]:last-child {
    float: right; }

  [class*="column"] + [class*="column"].end {
    float: left; }

  .large-offset-0 {
    position: relative;
    margin-left: 0% !important; }

  .large-offset-1 {
    position: relative;
    margin-left: 8.33333% !important; }

  .large-offset-2 {
    position: relative;
    margin-left: 16.66667% !important; }

  .large-offset-3 {
    position: relative;
    margin-left: 25% !important; }

  .large-offset-4 {
    position: relative;
    margin-left: 33.33333% !important; }

  .large-offset-5 {
    position: relative;
    margin-left: 41.66667% !important; }

  .large-offset-6 {
    position: relative;
    margin-left: 50% !important; }

  .large-offset-7 {
    position: relative;
    margin-left: 58.33333% !important; }

  .large-offset-8 {
    position: relative;
    margin-left: 66.66667% !important; }

  .large-offset-9 {
    position: relative;
    margin-left: 75% !important; }

  .large-offset-10 {
    position: relative;
    margin-left: 83.33333% !important; }

  .column.large-reset-order,
  .columns.large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }
.accordion {
  *zoom: 1;
  margin-bottom: 0; }
  .accordion:before, .accordion:after {
    content: " ";
    display: table; }
  .accordion:after {
    clear: both; }
  .accordion dd {
    display: block;
    margin-bottom: 0 !important; }
    .accordion dd.active a {
      background: #e8e8e8; }
    .accordion dd > a {
      background: #efefef;
      color: #222;
      padding: 1rem;
      display: block;
      font-family: "open-sans", "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
      font-size: 1rem; }
      .accordion dd > a:hover {
        background: #e3e3e3; }
  .accordion .content {
    display: none;
    padding: 1.25rem; }
    .accordion .content.active {
      display: block;
      background: #fff; }

.alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-weight: normal;
  margin-bottom: 1.25rem;
  position: relative;
  padding: 0.875rem 1.5rem 0.875rem 0.875rem;
  font-size: 0.8125rem;
  background-color: #008CBA;
  border-color: #0078a0;
  color: #fff; }
  .alert-box .close {
    font-size: 1.375rem;
    padding: 9px 6px 4px;
    line-height: 0;
    position: absolute;
    top: 50%;
    margin-top: -0.6875rem;
    right: 0.25rem;
    color: #333;
    opacity: 0.3; }
    .alert-box .close:hover, .alert-box .close:focus {
      opacity: 0.5; }
  .alert-box.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px; }
  .alert-box.round {
    -webkit-border-radius: 1000px;
    border-radius: 1000px; }
  .alert-box.success {
    background-color: #43AC6A;
    border-color: #3a945b;
    color: #fff; }
  .alert-box.alert {
    background-color: #f04124;
    border-color: #de2d0f;
    color: #fff; }
  .alert-box.secondary {
    background-color: #e7e7e7;
    border-color: #c7c7c7;
    color: #4f4f4f; }
  .alert-box.warning {
    background-color: #f08a24;
    border-color: #de770f;
    color: #fff; }
  .alert-box.info {
    background-color: #a0d3e8;
    border-color: #74bfdd;
    color: #4f4f4f; }

[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 0 0 -0.625rem;
  *zoom: 1; }
  [class*="block-grid-"]:before, [class*="block-grid-"]:after {
    content: " ";
    display: table; }
  [class*="block-grid-"]:after {
    clear: both; }
  [class*="block-grid-"] > li {
    display: inline;
    height: auto;
    float: left;
    padding: 0 0.625rem 1.25rem; }

@media only screen {
  .small-block-grid-1 > li {
    width: 100%;
    padding: 0 0.625rem 1.25rem;
    list-style: none; }
    .small-block-grid-1 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }

  .small-block-grid-2 > li {
    width: 50%;
    padding: 0 0.625rem 1.25rem;
    list-style: none; }
    .small-block-grid-2 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }

  .small-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 0.625rem 1.25rem;
    list-style: none; }
    .small-block-grid-3 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }

  .small-block-grid-4 > li {
    width: 25%;
    padding: 0 0.625rem 1.25rem;
    list-style: none; }
    .small-block-grid-4 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }

  .small-block-grid-5 > li {
    width: 20%;
    padding: 0 0.625rem 1.25rem;
    list-style: none; }
    .small-block-grid-5 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }

  .small-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 0.625rem 1.25rem;
    list-style: none; }
    .small-block-grid-6 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }

  .small-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 0.625rem 1.25rem;
    list-style: none; }
    .small-block-grid-7 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }

  .small-block-grid-8 > li {
    width: 12.5%;
    padding: 0 0.625rem 1.25rem;
    list-style: none; }
    .small-block-grid-8 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }

  .small-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 0.625rem 1.25rem;
    list-style: none; }
    .small-block-grid-9 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }

  .small-block-grid-10 > li {
    width: 10%;
    padding: 0 0.625rem 1.25rem;
    list-style: none; }
    .small-block-grid-10 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }

  .small-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 0.625rem 1.25rem;
    list-style: none; }
    .small-block-grid-11 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }

  .small-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 0.625rem 1.25rem;
    list-style: none; }
    .small-block-grid-12 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }
@media only screen and (min-width: 40.063em) {
  .medium-block-grid-1 > li {
    width: 100%;
    padding: 0 0.625rem 1.25rem;
    list-style: none; }
    .medium-block-grid-1 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }

  .medium-block-grid-2 > li {
    width: 50%;
    padding: 0 0.625rem 1.25rem;
    list-style: none; }
    .medium-block-grid-2 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }

  .medium-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 0.625rem 1.25rem;
    list-style: none; }
    .medium-block-grid-3 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }

  .medium-block-grid-4 > li {
    width: 25%;
    padding: 0 0.625rem 1.25rem;
    list-style: none; }
    .medium-block-grid-4 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }

  .medium-block-grid-5 > li {
    width: 20%;
    padding: 0 0.625rem 1.25rem;
    list-style: none; }
    .medium-block-grid-5 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }

  .medium-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 0.625rem 1.25rem;
    list-style: none; }
    .medium-block-grid-6 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }

  .medium-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 0.625rem 1.25rem;
    list-style: none; }
    .medium-block-grid-7 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }

  .medium-block-grid-8 > li {
    width: 12.5%;
    padding: 0 0.625rem 1.25rem;
    list-style: none; }
    .medium-block-grid-8 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }

  .medium-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 0.625rem 1.25rem;
    list-style: none; }
    .medium-block-grid-9 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }

  .medium-block-grid-10 > li {
    width: 10%;
    padding: 0 0.625rem 1.25rem;
    list-style: none; }
    .medium-block-grid-10 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }

  .medium-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 0.625rem 1.25rem;
    list-style: none; }
    .medium-block-grid-11 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }

  .medium-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 0.625rem 1.25rem;
    list-style: none; }
    .medium-block-grid-12 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }
@media only screen and (min-width: 64.063em) {
  .large-block-grid-1 > li {
    width: 100%;
    padding: 0 0.625rem 1.25rem;
    list-style: none; }
    .large-block-grid-1 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }

  .large-block-grid-2 > li {
    width: 50%;
    padding: 0 0.625rem 1.25rem;
    list-style: none; }
    .large-block-grid-2 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }

  .large-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 0.625rem 1.25rem;
    list-style: none; }
    .large-block-grid-3 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }

  .large-block-grid-4 > li {
    width: 25%;
    padding: 0 0.625rem 1.25rem;
    list-style: none; }
    .large-block-grid-4 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }

  .large-block-grid-5 > li {
    width: 20%;
    padding: 0 0.625rem 1.25rem;
    list-style: none; }
    .large-block-grid-5 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }

  .large-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 0.625rem 1.25rem;
    list-style: none; }
    .large-block-grid-6 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }

  .large-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 0.625rem 1.25rem;
    list-style: none; }
    .large-block-grid-7 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }

  .large-block-grid-8 > li {
    width: 12.5%;
    padding: 0 0.625rem 1.25rem;
    list-style: none; }
    .large-block-grid-8 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }

  .large-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 0.625rem 1.25rem;
    list-style: none; }
    .large-block-grid-9 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }

  .large-block-grid-10 > li {
    width: 10%;
    padding: 0 0.625rem 1.25rem;
    list-style: none; }
    .large-block-grid-10 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }

  .large-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 0.625rem 1.25rem;
    list-style: none; }
    .large-block-grid-11 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }

  .large-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 0.625rem 1.25rem;
    list-style: none; }
    .large-block-grid-12 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }
.breadcrumbs {
  display: block;
  padding: 0.5625rem 0.875rem 0.5625rem;
  overflow: hidden;
  margin-left: 0;
  list-style: none;
  border-style: solid;
  border-width: 1px;
  background-color: #f4f4f4;
  border-color: gainsboro;
  -webkit-border-radius: 3px;
  border-radius: 3px; }
  .breadcrumbs > * {
    margin: 0;
    float: left;
    font-size: 0.6875rem;
    text-transform: uppercase; }
    .breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
      text-decoration: underline; }
    .breadcrumbs > * a,
    .breadcrumbs > * span {
      text-transform: uppercase;
      color: #008CBA; }
    .breadcrumbs > *.current {
      cursor: default;
      color: #333; }
      .breadcrumbs > *.current a {
        cursor: default;
        color: #333; }
      .breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a {
        text-decoration: none; }
    .breadcrumbs > *.unavailable {
      color: #999; }
      .breadcrumbs > *.unavailable a {
        color: #999; }
      .breadcrumbs > *.unavailable:hover, .breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus,
      .breadcrumbs > *.unavailable a:focus {
        text-decoration: none;
        color: #999;
        cursor: default; }
    .breadcrumbs > *:before {
      content: "/";
      color: #aaa;
      margin: 0 0.75rem;
      position: relative;
      top: 1px; }
    .breadcrumbs > *:first-child:before {
      content: " ";
      margin: 0; }

button, .button {
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-family: "open-sans", "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1rem;
  /*     @else                            { font-size: $padding - rem-calc(2); } */
  background-color: #008CBA;
  border-color: #007095;
  color: #fff;
  -webkit-transition: background-color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  padding-top: 1.0625rem;
  padding-bottom: 1rem;
  -webkit-appearance: none;
  border: none;
  font-weight: normal !important; }
  button:hover, button:focus, .button:hover, .button:focus {
    background-color: #007095; }
  button:hover, button:focus, .button:hover, .button:focus {
    color: #fff; }
  button.secondary, .button.secondary {
    background-color: #e7e7e7;
    border-color: #b9b9b9;
    color: #333; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      background-color: #b9b9b9; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      color: #333; }
  button.success, .button.success {
    background-color: #43AC6A;
    border-color: #368a55;
    color: #fff; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      background-color: #368a55; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      color: #fff; }
  button.alert, .button.alert {
    background-color: #f04124;
    border-color: #cf2a0e;
    color: #fff; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      background-color: #cf2a0e; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      color: #fff; }
  button.large, .button.large {
    padding-top: 1.125rem;
    padding-right: 2.25rem;
    padding-bottom: 1.1875rem;
    padding-left: 2.25rem;
    font-size: 1.25rem;
    /*     @else                            { font-size: $padding - rem-calc(2); } */ }
  button.small, .button.small {
    padding-top: 0.6875rem;
    padding-right: 1.375rem;
    padding-bottom: 0.75rem;
    padding-left: 1.375rem;
    font-size: 0.8125rem;
    /*     @else                            { font-size: $padding - rem-calc(2); } */ }
  button.tiny, .button.tiny {
    padding-top: 0.625rem;
    padding-right: 1.25rem;
    padding-bottom: 0.6875rem;
    padding-left: 1.25rem;
    font-size: 0.6875rem;
    /*     @else                            { font-size: $padding - rem-calc(2); } */ }
  button.expand, .button.expand {
    padding-right: 0;
    padding-left: 0;
    width: 100%; }
  button.left-align, .button.left-align {
    text-align: left;
    text-indent: 0.75rem; }
  button.right-align, .button.right-align {
    text-align: right;
    padding-right: 0.75rem; }
  button.radius, .button.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px; }
  button.round, .button.round {
    -webkit-border-radius: 1000px;
    border-radius: 1000px; }
  button.disabled, button[disabled], .button.disabled, .button[disabled] {
    background-color: #008CBA;
    border-color: #007095;
    color: #fff;
    cursor: default;
    opacity: 0.7;
    -webkit-box-shadow: none;
    box-shadow: none; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #007095; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      color: #fff; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #008CBA; }
    button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
      background-color: #e7e7e7;
      border-color: #b9b9b9;
      color: #333;
      cursor: default;
      opacity: 0.7;
      -webkit-box-shadow: none;
      box-shadow: none; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #b9b9b9; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        color: #333; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #e7e7e7; }
    button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
      background-color: #43AC6A;
      border-color: #368a55;
      color: #fff;
      cursor: default;
      opacity: 0.7;
      -webkit-box-shadow: none;
      box-shadow: none; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #368a55; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        color: #fff; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #43AC6A; }
    button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
      background-color: #f04124;
      border-color: #cf2a0e;
      color: #fff;
      cursor: default;
      opacity: 0.7;
      -webkit-box-shadow: none;
      box-shadow: none; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #cf2a0e; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        color: #fff; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #f04124; }

@media only screen and (min-width: 40.063em) {
  button, .button {
    display: inline-block; } }
.button-group {
  list-style: none;
  margin: 0;
  *zoom: 1; }
  .button-group:before, .button-group:after {
    content: " ";
    display: table; }
  .button-group:after {
    clear: both; }
  .button-group > * {
    margin: 0;
    float: left; }
    .button-group > * > button, .button-group > * .button {
      border-right: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group > *:last-child button, .button-group > *:last-child .button {
      border-right: 0; }
    .button-group > *:first-child {
      margin-left: 0; }
  .button-group.radius > * > button, .button-group.radius > * .button {
    border-right: 1px solid;
    border-color: rgba(255, 255, 255, 0.5); }
  .button-group.radius > *:last-child button, .button-group.radius > *:last-child .button {
    border-right: 0; }
  .button-group.radius > *:first-child, .button-group.radius > *:first-child > a, .button-group.radius > *:first-child > button, .button-group.radius > *:first-child > .button {
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px; }
  .button-group.radius > *:last-child, .button-group.radius > *:last-child > a, .button-group.radius > *:last-child > button, .button-group.radius > *:last-child > .button {
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px; }
  .button-group.round > * > button, .button-group.round > * .button {
    border-right: 1px solid;
    border-color: rgba(255, 255, 255, 0.5); }
  .button-group.round > *:last-child button, .button-group.round > *:last-child .button {
    border-right: 0; }
  .button-group.round > *:first-child, .button-group.round > *:first-child > a, .button-group.round > *:first-child > button, .button-group.round > *:first-child > .button {
    -moz-border-radius-bottomleft: 1000px;
    -moz-border-radius-topleft: 1000px;
    -webkit-border-bottom-left-radius: 1000px;
    -webkit-border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px; }
  .button-group.round > *:last-child, .button-group.round > *:last-child > a, .button-group.round > *:last-child > button, .button-group.round > *:last-child > .button {
    -moz-border-radius-topright: 1000px;
    -moz-border-radius-bottomright: 1000px;
    -webkit-border-top-right-radius: 1000px;
    -webkit-border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px; }
  .button-group.even-2 li {
    width: 50%; }
    .button-group.even-2 li > button, .button-group.even-2 li .button {
      border-right: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-2 li:last-child button, .button-group.even-2 li:last-child .button {
      border-right: 0; }
    .button-group.even-2 li button, .button-group.even-2 li .button {
      width: 100%; }
  .button-group.even-3 li {
    width: 33.33333%; }
    .button-group.even-3 li > button, .button-group.even-3 li .button {
      border-right: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-3 li:last-child button, .button-group.even-3 li:last-child .button {
      border-right: 0; }
    .button-group.even-3 li button, .button-group.even-3 li .button {
      width: 100%; }
  .button-group.even-4 li {
    width: 25%; }
    .button-group.even-4 li > button, .button-group.even-4 li .button {
      border-right: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-4 li:last-child button, .button-group.even-4 li:last-child .button {
      border-right: 0; }
    .button-group.even-4 li button, .button-group.even-4 li .button {
      width: 100%; }
  .button-group.even-5 li {
    width: 20%; }
    .button-group.even-5 li > button, .button-group.even-5 li .button {
      border-right: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-5 li:last-child button, .button-group.even-5 li:last-child .button {
      border-right: 0; }
    .button-group.even-5 li button, .button-group.even-5 li .button {
      width: 100%; }
  .button-group.even-6 li {
    width: 16.66667%; }
    .button-group.even-6 li > button, .button-group.even-6 li .button {
      border-right: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-6 li:last-child button, .button-group.even-6 li:last-child .button {
      border-right: 0; }
    .button-group.even-6 li button, .button-group.even-6 li .button {
      width: 100%; }
  .button-group.even-7 li {
    width: 14.28571%; }
    .button-group.even-7 li > button, .button-group.even-7 li .button {
      border-right: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-7 li:last-child button, .button-group.even-7 li:last-child .button {
      border-right: 0; }
    .button-group.even-7 li button, .button-group.even-7 li .button {
      width: 100%; }
  .button-group.even-8 li {
    width: 12.5%; }
    .button-group.even-8 li > button, .button-group.even-8 li .button {
      border-right: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-8 li:last-child button, .button-group.even-8 li:last-child .button {
      border-right: 0; }
    .button-group.even-8 li button, .button-group.even-8 li .button {
      width: 100%; }

.button-bar {
  *zoom: 1; }
  .button-bar:before, .button-bar:after {
    content: " ";
    display: table; }
  .button-bar:after {
    clear: both; }
  .button-bar .button-group {
    float: left;
    margin-right: 0.625rem; }
    .button-bar .button-group div {
      overflow: hidden; }

/* Clearing Styles */
[data-clearing] {
  *zoom: 1;
  margin-bottom: 0;
  margin-left: 0;
  list-style: none; }
  [data-clearing]:before, [data-clearing]:after {
    content: " ";
    display: table; }
  [data-clearing]:after {
    clear: both; }
  [data-clearing] li {
    float: left;
    margin-right: 10px; }

.clearing-blackout {
  background: #333;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 998; }
  .clearing-blackout .clearing-close {
    display: block; }

.clearing-container {
  position: relative;
  z-index: 998;
  height: 100%;
  overflow: hidden;
  margin: 0; }

.visible-img {
  height: 95%;
  position: relative; }
  .visible-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -50%;
    max-height: 100%;
    max-width: 100%; }

.clearing-caption {
  color: #ccc;
  font-size: 0.875em;
  line-height: 1.3;
  margin-bottom: 0;
  text-align: center;
  bottom: 0;
  background: #333;
  width: 100%;
  padding: 10px 30px 20px;
  position: absolute;
  left: 0; }

.clearing-close {
  z-index: 999;
  padding-left: 20px;
  padding-top: 10px;
  font-size: 30px;
  line-height: 1;
  color: #ccc;
  display: none; }
  .clearing-close:hover, .clearing-close:focus {
    color: #ccc; }

.clearing-assembled .clearing-container {
  height: 100%; }
  .clearing-assembled .clearing-container .carousel > ul {
    display: none; }

.clearing-feature li {
  display: none; }
  .clearing-feature li.clearing-featured-img {
    display: block; }

@media only screen and (min-width: 40.063em) {
  .clearing-main-prev,
  .clearing-main-next {
    position: absolute;
    height: 100%;
    width: 40px;
    top: 0; }
    .clearing-main-prev > span,
    .clearing-main-next > span {
      position: absolute;
      top: 50%;
      display: block;
      width: 0;
      height: 0;
      border: solid 12px; }
      .clearing-main-prev > span:hover,
      .clearing-main-next > span:hover {
        opacity: 0.8; }

  .clearing-main-prev {
    left: 0; }
    .clearing-main-prev > span {
      left: 5px;
      border-color: transparent;
      border-right-color: #ccc; }

  .clearing-main-next {
    right: 0; }
    .clearing-main-next > span {
      border-color: transparent;
      border-left-color: #ccc; }

  .clearing-main-prev.disabled,
  .clearing-main-next.disabled {
    opacity: 0.3; }

  .clearing-assembled .clearing-container .carousel {
    background: rgba(51, 51, 51, 0.8);
    height: 120px;
    margin-top: 10px;
    text-align: center; }
    .clearing-assembled .clearing-container .carousel > ul {
      display: inline-block;
      z-index: 999;
      height: 100%;
      position: relative;
      float: none; }
      .clearing-assembled .clearing-container .carousel > ul li {
        display: block;
        width: 120px;
        min-height: inherit;
        float: left;
        overflow: hidden;
        margin-right: 0;
        padding: 0;
        position: relative;
        cursor: pointer;
        opacity: 0.4; }
        .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
          height: 100%;
          max-width: none; }
        .clearing-assembled .clearing-container .carousel > ul li a.th {
          border: none;
          -webkit-box-shadow: none;
          box-shadow: none;
          display: block; }
        .clearing-assembled .clearing-container .carousel > ul li img {
          cursor: pointer !important;
          width: 100% !important; }
        .clearing-assembled .clearing-container .carousel > ul li.visible {
          opacity: 1; }
        .clearing-assembled .clearing-container .carousel > ul li:hover {
          opacity: 0.8; }
  .clearing-assembled .clearing-container .visible-img {
    background: #333;
    overflow: hidden;
    height: 85%; }

  .clearing-close {
    position: absolute;
    top: 10px;
    right: 20px;
    padding-left: 0;
    padding-top: 0; } }
@media only screen and (max-width: 40em) {
  .f-dropdown {
    max-width: 100%;
    left: 0; } }
/* Foundation Dropdowns */
.f-dropdown {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  width: 100%;
  max-height: none;
  height: auto;
  background: #fff;
  border: solid 0 #cccccc;
  font-size: 16px;
  z-index: 99;
  margin-top: 2px;
  max-width: 100%; }
  .f-dropdown > *:first-child {
    margin-top: 0; }
  .f-dropdown > *:last-child {
    margin-bottom: 0; }
  .f-dropdown:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: transparent transparent #fff transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -12px;
    left: 10px;
    z-index: 99; }
  .f-dropdown:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 7px;
    border-color: transparent transparent #cccccc transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -14px;
    left: 9px;
    z-index: 98; }
  .f-dropdown.right:before {
    left: auto;
    right: 10px; }
  .f-dropdown.right:after {
    left: auto;
    right: 9px; }
  .f-dropdown li {
    font-size: 0.875rem;
    cursor: pointer;
    line-height: 1.125rem;
    margin: 0; }
    .f-dropdown li:hover, .f-dropdown li:focus {
      background: #eeeeee; }
    .f-dropdown li a {
      display: block;
      padding: 0.5rem;
      color: #555; }
  .f-dropdown.content {
    position: absolute;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    padding: 1.25rem;
    width: 100%;
    height: auto;
    max-height: none;
    background: #fff;
    border: solid 0 #cccccc;
    font-size: 16px;
    z-index: 99;
    max-width: 100%; }
    .f-dropdown.content > *:first-child {
      margin-top: 0; }
    .f-dropdown.content > *:last-child {
      margin-bottom: 0; }
  .f-dropdown.tiny {
    max-width: 200px; }
  .f-dropdown.small {
    max-width: 300px; }
  .f-dropdown.medium {
    max-width: 500px; }
  .f-dropdown.large {
    max-width: 800px; }

.dropdown.button {
  position: relative;
  padding-right: 3.5625rem; }
  .dropdown.button:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    display: block;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    top: 50%; }
  .dropdown.button:before {
    border-width: 0.375rem;
    right: 1.40625rem;
    margin-top: -0.15625rem; }
  .dropdown.button:before {
    border-color: #fff transparent transparent transparent; }
  .dropdown.button.tiny {
    padding-right: 2.625rem; }
    .dropdown.button.tiny:before {
      border-width: 0.375rem;
      right: 1.125rem;
      margin-top: -0.125rem; }
    .dropdown.button.tiny:before {
      border-color: #fff transparent transparent transparent; }
  .dropdown.button.small {
    padding-right: 3.0625rem; }
    .dropdown.button.small:before {
      border-width: 0.4375rem;
      right: 1.3125rem;
      margin-top: -0.15625rem; }
    .dropdown.button.small:before {
      border-color: #fff transparent transparent transparent; }
  .dropdown.button.large {
    padding-right: 3.625rem; }
    .dropdown.button.large:before {
      border-width: 0.3125rem;
      right: 1.71875rem;
      margin-top: -0.15625rem; }
    .dropdown.button.large:before {
      border-color: #fff transparent transparent transparent; }
  .dropdown.button.secondary:before {
    border-color: #333 transparent transparent transparent; }

.flex-video {
  position: relative;
  padding-top: 1.5625rem;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden; }
  .flex-video.widescreen {
    padding-bottom: 57.25%; }
  .flex-video.vimeo {
    padding-top: 0; }
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* Standard Forms */
form {
  margin: 0 0 1rem; }

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: 0 -0.5rem; }
  form .row .row .column,
  form .row .row .columns {
    padding: 0 0.5rem; }
  form .row .row.collapse {
    margin: 0; }
    form .row .row.collapse .column,
    form .row .row.collapse .columns {
      padding: 0; }
    form .row .row.collapse input {
      -moz-border-radius-bottomright: 0;
      -moz-border-radius-topright: 0;
      -webkit-border-bottom-right-radius: 0;
      -webkit-border-top-right-radius: 0; }
form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5rem; }

/* Label Styles */
label {
  font-size: 0.875rem;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: normal;
  margin-bottom: 0.5rem;
  /* Styles for required inputs */ }
  label.right {
    float: none;
    text-align: right; }
  label.inline {
    margin: 0 0 1rem 0;
    padding: 0.625rem 0; }
  label small {
    text-transform: capitalize;
    color: #676767; }

select {
  -webkit-appearance: none !important;
  background: #fafafa url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgNiAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNS45OTIsMCAyLjk5MiwzIC0wLjAwOCwwICIvPjwvc3ZnPg==") no-repeat;
  background-position-x: 97%;
  background-position-y: center;
  border: 1px solid #cccccc;
  padding: 0.5rem;
  font-size: 0.875rem;
  -webkit-border-radius: 0;
  border-radius: 0; }
  select.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px; }
  select:hover {
    background: #f3f3f3 url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgNiAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNS45OTIsMCAyLjk5MiwzIC0wLjAwOCwwICIvPjwvc3ZnPg==") no-repeat;
    background-position-x: 97%;
    background-position-y: center;
    border-color: #999999; }

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

@-moz-document url-prefix() {
  select {
    background: #fafafa; }

  select:hover {
    background: #f3f3f3; } }
/* Attach elements to the beginning or end of an input */
.prefix,
.postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  font-size: 0.875rem;
  height: 2.3125rem;
  line-height: 2.3125rem; }

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125rem;
  border: none; }

.prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125rem;
  border: none; }

.prefix.button.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.postfix.button.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.prefix.button.round {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

.postfix.button.round {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px; }

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-color: #d8d8d8;
  border-right: none;
  color: #333; }
  span.prefix.radius, label.prefix.radius {
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px; }

span.postfix, label.postfix {
  background: #f2f2f2;
  border-color: #cbcbcb;
  border-left: none;
  color: #333; }
  span.postfix.radius, label.postfix.radius {
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px; }

/* Input groups will automatically style first and last elements of the group */
.input-group.radius > *:first-child, .input-group.radius > *:first-child * {
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }
.input-group.radius > *:last-child, .input-group.radius > *:last-child * {
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }
.input-group.round > *:first-child, .input-group.round > *:first-child * {
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }
.input-group.round > *:last-child, .input-group.round > *:last-child * {
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px; }

/* We use this to get basic styling on all basic form elements */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: #fff;
  font-family: inherit;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  height: 2.3125rem;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out;
  -moz-transition: -moz-box-shadow 0.45s, border-color 0.45s ease-in-out;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="date"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="time"]:focus,
  input[type="url"]:focus,
  textarea:focus {
    -webkit-box-shadow: 0 0 5px #999999;
    -moz-box-shadow: 0 0 5px #999999;
    box-shadow: 0 0 5px #999999;
    border-color: #999999; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="date"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="time"]:focus,
  input[type="url"]:focus,
  textarea:focus {
    background: #fafafa;
    border-color: #999999;
    outline: none; }
  input[type="text"][disabled],
  input[type="password"][disabled],
  input[type="date"][disabled],
  input[type="datetime"][disabled],
  input[type="datetime-local"][disabled],
  input[type="month"][disabled],
  input[type="week"][disabled],
  input[type="email"][disabled],
  input[type="number"][disabled],
  input[type="search"][disabled],
  input[type="tel"][disabled],
  input[type="time"][disabled],
  input[type="url"][disabled],
  textarea[disabled] {
    background-color: #ddd; }

/* Add height value for select elements to match text input height */
select {
  height: 2.3125rem; }

/* Adjust margin for form elements below */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1rem 0; }

input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline; }

/* Normalize file input width */
input[type="file"] {
  width: 100%; }

/* We add basic fieldset styling */
fieldset {
  border: solid 1px #ddd;
  padding: 1.25rem;
  margin: 1.125rem 0; }
  fieldset legend {
    font-weight: bold;
    background: #fff;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem; }

/* Error Handling */
[data-abide] .error small.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: #fff; }
[data-abide] span.error, [data-abide] small.error {
  display: none; }

span.error, small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: #fff; }

.error input,
.error textarea,
.error select {
  margin-bottom: 0; }
.error label,
.error label.error {
  color: #f04124; }
.error > small,
.error small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: #fff; }
.error > label > small {
  color: #676767;
  background: transparent;
  padding: 0;
  text-transform: capitalize;
  font-style: normal;
  font-size: 60%;
  margin: 0;
  display: inline; }
.error span.error-message {
  display: block; }

input.error,
textarea.error {
  margin-bottom: 0; }

label.error {
  color: #f04124; }

.inline-list {
  margin: 0 auto 1.0625rem auto;
  margin-left: -1.375rem;
  margin-right: 0;
  padding: 0;
  list-style: none;
  overflow: hidden; }
  .inline-list > li {
    list-style: none;
    float: left;
    margin-left: 1.375rem;
    display: block; }
    .inline-list > li > * {
      display: block; }

/* Foundation Joyride */
.joyride-list {
  display: none; }

/* Default styles for the container */
.joyride-tip-guide {
  display: none;
  position: absolute;
  background: #333;
  color: #fff;
  z-index: 101;
  top: 0;
  left: 2.5%;
  font-family: inherit;
  font-weight: normal;
  width: 95%; }

.lt-ie9 .joyride-tip-guide {
  max-width: 800px;
  left: 50%;
  margin-left: -400px; }

.joyride-content-wrapper {
  width: 100%;
  padding: 1.125rem 1.25rem 1.5rem; }
  .joyride-content-wrapper .button {
    margin-bottom: 0 !important; }

/* Add a little css triangle pip, older browser just miss out on the fanciness of it */
.joyride-tip-guide .joyride-nub {
  display: block;
  position: absolute;
  left: 22px;
  width: 0;
  height: 0;
  border: 10px solid #333; }
  .joyride-tip-guide .joyride-nub.top {
    border-top-style: solid;
    border-color: #333;
    border-top-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    top: -20px; }
  .joyride-tip-guide .joyride-nub.bottom {
    border-bottom-style: solid;
    border-color: #333 !important;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    bottom: -20px; }
  .joyride-tip-guide .joyride-nub.right {
    right: -20px; }
  .joyride-tip-guide .joyride-nub.left {
    left: -20px; }

/* Typography */
.joyride-tip-guide h1,
.joyride-tip-guide h2,
.joyride-tip-guide h3,
.joyride-tip-guide h4,
.joyride-tip-guide h5,
.joyride-tip-guide h6 {
  line-height: 1.25;
  margin: 0;
  font-weight: bold;
  color: #fff; }

.joyride-tip-guide p {
  margin: 0 0 1.125rem 0;
  font-size: 0.875rem;
  line-height: 1.3; }

.joyride-timer-indicator-wrap {
  width: 50px;
  height: 3px;
  border: solid 1px #555;
  position: absolute;
  right: 1.0625rem;
  bottom: 1rem; }

.joyride-timer-indicator {
  display: block;
  width: 0;
  height: inherit;
  background: #666; }

.joyride-close-tip {
  position: absolute;
  right: 12px;
  top: 10px;
  color: #777 !important;
  text-decoration: none;
  font-size: 24px;
  font-weight: normal;
  line-height: .5 !important; }
  .joyride-close-tip:hover, .joyride-close-tip:focus {
    color: #eee !important; }

.joyride-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: transparent;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  display: none;
  top: 0;
  left: 0;
  cursor: pointer; }

.joyride-expose-wrapper {
  background-color: #ffffff;
  position: absolute;
  border-radius: 3px;
  z-index: 102;
  -moz-box-shadow: 0 0 30px #ffffff;
  -webkit-box-shadow: 0 0 15px #ffffff;
  box-shadow: 0 0 15px #ffffff; }

.joyride-expose-cover {
  background: transparent;
  border-radius: 3px;
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0; }

/* Styles for screens that are atleast 768px; */
@media only screen and (min-width: 40.063em) {
  .joyride-tip-guide {
    width: 300px;
    left: inherit; }
    .joyride-tip-guide .joyride-nub.bottom {
      border-color: #333 !important;
      border-bottom-color: transparent !important;
      border-left-color: transparent !important;
      border-right-color: transparent !important;
      bottom: -20px; }
    .joyride-tip-guide .joyride-nub.right {
      border-color: #333 !important;
      border-top-color: transparent !important;
      border-right-color: transparent !important;
      border-bottom-color: transparent !important;
      top: 22px;
      left: auto;
      right: -20px; }
    .joyride-tip-guide .joyride-nub.left {
      border-color: #333 !important;
      border-top-color: transparent !important;
      border-left-color: transparent !important;
      border-bottom-color: transparent !important;
      top: 22px;
      left: -20px;
      right: auto; } }
.keystroke,
kbd {
  background-color: #ededed;
  border-color: #dddddd;
  color: #222;
  border-style: solid;
  border-width: 1px;
  margin: 0;
  font-family: "Consolas", "Menlo", "Courier", monospace;
  font-size: 0.875rem;
  padding: 0.125rem 0.25rem 0;
  -webkit-border-radius: 3px;
  border-radius: 3px; }

.label {
  font-weight: normal;
  font-family: "open-sans", "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  margin-bottom: inherit;
  padding: 0.25rem 0.5rem 0.375rem;
  font-size: 0.6875rem;
  background-color: #008CBA;
  color: #fff; }
  .label.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px; }
  .label.round {
    -webkit-border-radius: 1000px;
    border-radius: 1000px; }
  .label.alert {
    background-color: #f04124;
    color: #fff; }
  .label.success {
    background-color: #43AC6A;
    color: #fff; }
  .label.secondary {
    background-color: #e7e7e7;
    color: #333; }

[data-magellan-expedition] {
  background: #0f5699;
  z-index: 50;
  min-width: 100%;
  padding: 10px; }
  [data-magellan-expedition] .sub-nav {
    margin-bottom: 0; }
    [data-magellan-expedition] .sub-nav dd {
      margin-bottom: 0; }
    [data-magellan-expedition] .sub-nav .active {
      line-height: 1.8em; }

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }
@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(0deg); }
  to {
    -moz-transform: rotate(360deg); } }
@-o-keyframes rotate {
  from {
    -o-transform: rotate(0deg); }
  to {
    -o-transform: rotate(360deg); } }
@keyframes rotate {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
/* Orbit Graceful Loading */
.slideshow-wrapper {
  position: relative; }
  .slideshow-wrapper ul {
    list-style-type: none;
    margin: 0; }
    .slideshow-wrapper ul li,
    .slideshow-wrapper ul li .orbit-caption {
      display: none; }
    .slideshow-wrapper ul li:first-child {
      display: block; }
  .slideshow-wrapper .orbit-container {
    background-color: transparent; }
    .slideshow-wrapper .orbit-container li {
      display: block; }
      .slideshow-wrapper .orbit-container li .orbit-caption {
        display: block; }

.preloader {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  border: solid 3px;
  border-color: #555 #fff;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotate;
  -moz-animation-duration: 1.5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -o-animation-name: rotate;
  -o-animation-duration: 1.5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
  animation-name: rotate;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear; }

.orbit-container {
  overflow: hidden;
  width: 100%;
  position: relative;
  background: none; }
  .orbit-container .orbit-slides-container {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative; }
    .orbit-container .orbit-slides-container img {
      display: block;
      max-width: 100%; }
    .orbit-container .orbit-slides-container > * {
      position: absolute;
      top: 0;
      width: 100%;
      margin-left: 100%; }
      .orbit-container .orbit-slides-container > *:first-child {
        margin-left: 0%; }
      .orbit-container .orbit-slides-container > * .orbit-caption {
        position: absolute;
        bottom: 0;
        background-color: rgba(51, 51, 51, 0.8);
        color: #fff;
        width: 100%;
        padding: 0.625rem 0.875rem;
        font-size: 0.875rem; }
  .orbit-container .orbit-slide-number {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 12px;
    color: #fff;
    background: transparent;
    z-index: 10; }
    .orbit-container .orbit-slide-number span {
      font-weight: 700;
      padding: 0.3125rem; }
  .orbit-container .orbit-timer {
    position: absolute;
    top: 12px;
    right: 10px;
    height: 6px;
    width: 100px;
    z-index: 10; }
    .orbit-container .orbit-timer .orbit-progress {
      height: 3px;
      background-color: rgba(255, 255, 255, 0.3);
      display: block;
      width: 0%;
      position: relative;
      right: 20px;
      top: 5px; }
    .orbit-container .orbit-timer > span {
      display: none;
      position: absolute;
      top: 0px;
      right: 0;
      width: 11px;
      height: 14px;
      border: solid 4px #fff;
      border-top: none;
      border-bottom: none; }
    .orbit-container .orbit-timer.paused > span {
      right: -4px;
      top: 0px;
      width: 11px;
      height: 14px;
      border: inset 8px;
      border-right-style: solid;
      border-color: transparent transparent transparent #fff; }
      .orbit-container .orbit-timer.paused > span.dark {
        border-color: transparent transparent transparent #333; }
  .orbit-container:hover .orbit-timer > span {
    display: block; }
  .orbit-container .orbit-prev,
  .orbit-container .orbit-next {
    position: absolute;
    top: 45%;
    margin-top: -25px;
    width: 36px;
    height: 60px;
    line-height: 50px;
    color: white;
    background-color: none;
    text-indent: -9999px !important;
    z-index: 10; }
    .orbit-container .orbit-prev:hover,
    .orbit-container .orbit-next:hover {
      background-color: rgba(0, 0, 0, 0.3); }
    .orbit-container .orbit-prev > span,
    .orbit-container .orbit-next > span {
      position: absolute;
      top: 50%;
      margin-top: -10px;
      display: block;
      width: 0;
      height: 0;
      border: inset 10px; }
  .orbit-container .orbit-prev {
    left: 0; }
    .orbit-container .orbit-prev > span {
      border-right-style: solid;
      border-color: transparent;
      border-right-color: #fff; }
    .orbit-container .orbit-prev:hover > span {
      border-right-color: #fff; }
  .orbit-container .orbit-next {
    right: 0; }
    .orbit-container .orbit-next > span {
      border-color: transparent;
      border-left-style: solid;
      border-left-color: #fff;
      left: 50%;
      margin-left: -4px; }
    .orbit-container .orbit-next:hover > span {
      border-left-color: #fff; }

.orbit-bullets-container {
  text-align: center; }

.orbit-bullets {
  margin: 0 auto 30px auto;
  overflow: hidden;
  position: relative;
  top: 10px;
  float: none;
  text-align: center;
  display: block; }
  .orbit-bullets li {
    display: inline-block;
    width: 0.5625rem;
    height: 0.5625rem;
    background: #ccc;
    float: none;
    margin-right: 6px;
    -webkit-border-radius: 1000px;
    border-radius: 1000px; }
    .orbit-bullets li.active {
      background: #999; }
    .orbit-bullets li:last-child {
      margin-right: 0; }

.touch .orbit-container .orbit-prev,
.touch .orbit-container .orbit-next {
  display: none; }
.touch .orbit-bullets {
  display: none; }

@media only screen and (min-width: 40.063em) {
  .touch .orbit-container .orbit-prev,
  .touch .orbit-container .orbit-next {
    display: inherit; }
  .touch .orbit-bullets {
    display: block; } }
@media only screen and (max-width: 40em) {
  .orbit-stack-on-small .orbit-slides-container {
    height: auto !important; }
  .orbit-stack-on-small .orbit-slides-container > * {
    position: relative;
    margin-left: 0% !important; }
  .orbit-stack-on-small .orbit-timer,
  .orbit-stack-on-small .orbit-next,
  .orbit-stack-on-small .orbit-prev,
  .orbit-stack-on-small .orbit-bullets {
    display: none; } }
ul.pagination {
  display: block;
  height: 1.5rem;
  margin-left: -0.3125rem; }
  ul.pagination li {
    height: 1.5rem;
    color: #222;
    font-size: 0.8125rem;
    margin-left: 0.3125rem; }
    ul.pagination li a {
      display: block;
      padding: 0.0625rem 0.625rem 0.0625rem;
      color: #999;
      -webkit-border-radius: 3px;
      border-radius: 3px; }
    ul.pagination li:hover a,
    ul.pagination li a:focus {
      background: #e6e6e6; }
    ul.pagination li.unavailable a {
      cursor: default;
      color: #999; }
    ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus {
      background: transparent; }
    ul.pagination li.current a {
      background: #008CBA;
      color: #fff;
      font-weight: bold;
      cursor: default; }
      ul.pagination li.current a:hover, ul.pagination li.current a:focus {
        background: #008CBA; }
  ul.pagination li {
    float: left;
    display: block; }

/* Pagination centred wrapper */
.pagination-centered {
  text-align: center; }
  .pagination-centered ul.pagination li {
    float: none;
    display: inline-block; }

/* Panels */
.panel {
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #f2f2f2; }
  .panel > :first-child {
    margin-top: 0; }
  .panel > :last-child {
    margin-bottom: 0; }
  .panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p {
    color: #333; }
  .panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
    line-height: 1;
    margin-bottom: 0.625rem; }
    .panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader {
      line-height: 1.4; }
  .panel.callout {
    border-style: solid;
    border-width: 1px;
    border-color: #b6edff;
    margin-bottom: 1.25rem;
    padding: 1.25rem;
    background: #ecfaff; }
    .panel.callout > :first-child {
      margin-top: 0; }
    .panel.callout > :last-child {
      margin-bottom: 0; }
    .panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6, .panel.callout p {
      color: #333; }
    .panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6 {
      line-height: 1;
      margin-bottom: 0.625rem; }
      .panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout h4.subheader, .panel.callout h5.subheader, .panel.callout h6.subheader {
        line-height: 1.4; }
    .panel.callout a {
      color: #008CBA; }
  .panel.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px; }

/* Pricing Tables */
.pricing-table {
  border: none;
  margin-left: 0;
  margin-bottom: 1.25rem; }
  .pricing-table * {
    list-style: none;
    line-height: 1; }
  .pricing-table .title {
    background-color: transparent;
    padding: 0.9375rem 1.25rem;
    text-align: center;
    color: #90c9e6;
    font-weight: 700;
    font-size: 1.25rem;
    font-family: "open-sans", "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }
  .pricing-table .price {
    background-color: transparent;
    padding: 0.9375rem 1.25rem;
    text-align: center;
    color: #fff;
    font-weight: 800;
    font-size: 4.5rem;
    font-family: "open-sans", "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }
  .pricing-table .description {
    background-color: transparent;
    padding: 0 0.9375rem;
    text-align: center;
    color: #777;
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 1.4;
    border-bottom: none; }
  .pricing-table .bullet-item {
    background-color: transparent;
    padding: 0.625rem 0.9375rem;
    text-align: center;
    color: #b9cde4;
    font-size: 0.875rem;
    font-weight: normal;
    border-bottom: none; }
  .pricing-table .cta-button {
    background-color: transparent;
    text-align: center;
    padding: 1.25rem 1.25rem 0; }

/* Progress Bar */
.progress {
  background-color: #f6f6f6;
  height: 1.5625rem;
  border: 1px solid white;
  padding: 0.125rem;
  margin-bottom: 0.625rem; }
  .progress .meter {
    background: #008CBA;
    height: 100%;
    display: block; }
  .progress.secondary .meter {
    background: #e7e7e7;
    height: 100%;
    display: block; }
  .progress.success .meter {
    background: #43AC6A;
    height: 100%;
    display: block; }
  .progress.alert .meter {
    background: #f04124;
    height: 100%;
    display: block; }
  .progress.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px; }
    .progress.radius .meter {
      -webkit-border-radius: 2px;
      border-radius: 2px; }
  .progress.round {
    -webkit-border-radius: 1000px;
    border-radius: 1000px; }
    .progress.round .meter {
      -webkit-border-radius: 999px;
      border-radius: 999px; }

.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.45);
  z-index: 98;
  display: none;
  top: 0;
  left: 0; }

.reveal-modal {
  visibility: hidden;
  display: none;
  position: absolute;
  left: 50%;
  z-index: 99;
  height: auto;
  margin-left: -40%;
  width: 80%;
  background-color: #fff;
  padding: 1.25rem;
  border: solid 1px #666;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  top: 6.25rem; }
  .reveal-modal .column,
  .reveal-modal .columns {
    min-width: 0; }
  .reveal-modal > :first-child {
    margin-top: 0; }
  .reveal-modal > :last-child {
    margin-bottom: 0; }
  .reveal-modal .close-reveal-modal {
    font-size: 1.375rem;
    line-height: 1;
    position: absolute;
    top: 0.5rem;
    right: 0.6875rem;
    color: #aaa;
    font-weight: bold;
    cursor: pointer; }

@media only screen and (min-width: 40.063em) {
  .reveal-modal {
    padding: 1.875rem;
    top: 6.25rem; }
    .reveal-modal.tiny {
      margin-left: -15%;
      width: 30%; }
    .reveal-modal.small {
      margin-left: -20%;
      width: 40%; }
    .reveal-modal.medium {
      margin-left: -30%;
      width: 60%; }
    .reveal-modal.large {
      margin-left: -35%;
      width: 70%; }
    .reveal-modal.xlarge {
      margin-left: -47.5%;
      width: 95%; } }
@media print {
  .reveal-modal {
    background: #fff !important; } }
.side-nav {
  display: block;
  margin: 0;
  padding: 0.875rem 0;
  list-style-type: none;
  list-style-position: inside;
  font-family: "open-sans", "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }
  .side-nav li {
    margin: 0 0 0.4375rem 0;
    font-size: 0.875rem; }
    .side-nav li a {
      display: block;
      color: #008CBA; }
    .side-nav li.active > a:first-child {
      color: #4d4d4d;
      font-weight: normal;
      font-family: "open-sans", "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }
    .side-nav li.divider {
      border-top: 1px solid;
      height: 0;
      padding: 0;
      list-style: none;
      border-top-color: white; }

.split.button {
  position: relative;
  padding-right: 5.0625rem; }
  .split.button span {
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-left: solid 1px; }
    .split.button span:before {
      position: absolute;
      content: "";
      width: 0;
      height: 0;
      display: block;
      border-style: inset;
      top: 50%;
      left: 50%; }
    .split.button span:active {
      background-color: rgba(0, 0, 0, 0.1); }
  .split.button span {
    border-left-color: rgba(255, 255, 255, 0.5); }
  .split.button span {
    width: 3.09375rem; }
    .split.button span:before {
      border-top-style: solid;
      border-width: 0.375rem;
      top: 48%;
      margin-left: -0.375rem; }
  .split.button span:before {
    border-color: #fff transparent transparent transparent; }
  .split.button.secondary span {
    border-left-color: rgba(255, 255, 255, 0.5); }
  .split.button.secondary span:before {
    border-color: #fff transparent transparent transparent; }
  .split.button.alert span {
    border-left-color: rgba(255, 255, 255, 0.5); }
  .split.button.success span {
    border-left-color: rgba(255, 255, 255, 0.5); }
  .split.button.tiny {
    padding-right: 3.75rem; }
    .split.button.tiny span {
      width: 2.25rem; }
      .split.button.tiny span:before {
        border-top-style: solid;
        border-width: 0.375rem;
        top: 48%;
        margin-left: -0.375rem; }
  .split.button.small {
    padding-right: 4.375rem; }
    .split.button.small span {
      width: 2.625rem; }
      .split.button.small span:before {
        border-top-style: solid;
        border-width: 0.4375rem;
        top: 48%;
        margin-left: -0.375rem; }
  .split.button.large {
    padding-right: 5.5rem; }
    .split.button.large span {
      width: 3.4375rem; }
      .split.button.large span:before {
        border-top-style: solid;
        border-width: 0.3125rem;
        top: 48%;
        margin-left: -0.375rem; }
  .split.button.expand {
    padding-left: 2rem; }
  .split.button.secondary span:before {
    border-color: #333 transparent transparent transparent; }
  .split.button.radius span {
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px; }
  .split.button.round span {
    -moz-border-radius-topright: 1000px;
    -moz-border-radius-bottomright: 1000px;
    -webkit-border-top-right-radius: 1000px;
    -webkit-border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px; }

.sub-nav {
  display: block;
  width: auto;
  overflow: hidden;
  margin: -0.25rem 0 1.125rem;
  padding-top: 0.25rem;
  margin-right: 0;
  margin-left: -0.75rem; }
  .sub-nav dt {
    text-transform: uppercase; }
  .sub-nav dt,
  .sub-nav dd,
  .sub-nav li {
    float: left;
    display: inline;
    margin-left: 1rem;
    margin-bottom: 0.625rem;
    font-family: "open-sans", "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 0.875rem;
    color: #999; }
    .sub-nav dt a,
    .sub-nav dd a,
    .sub-nav li a {
      text-decoration: none;
      color: #999; }
      .sub-nav dt a:hover,
      .sub-nav dd a:hover,
      .sub-nav li a:hover {
        color: #0085b1; }
    .sub-nav dt.active a,
    .sub-nav dd.active a,
    .sub-nav li.active a {
      -webkit-border-radius: 3px;
      border-radius: 3px;
      font-weight: normal;
      background: #008CBA;
      padding: 0.1875rem 1rem;
      cursor: default;
      color: #fff; }
      .sub-nav dt.active a:hover,
      .sub-nav dd.active a:hover,
      .sub-nav li.active a:hover {
        background: #0085b1; }

div.switch {
  position: relative;
  padding: 0;
  display: block;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  margin-bottom: 1.25rem;
  height: 2.25rem;
  background: #fff;
  border-color: #cccccc; }
  div.switch label {
    position: relative;
    left: 0;
    z-index: 2;
    float: left;
    width: 50%;
    height: 100%;
    margin: 0;
    font-weight: bold;
    text-align: left;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out; }
  div.switch input {
    position: absolute;
    z-index: 3;
    opacity: 0;
    width: 100%;
    height: 100%;
    -moz-appearance: none; }
    div.switch input:hover, div.switch input:focus {
      cursor: pointer; }
  div.switch span:last-child {
    position: absolute;
    top: -1px;
    left: -1px;
    z-index: 1;
    display: block;
    padding: 0;
    border-width: 1px;
    border-style: solid;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out; }
  div.switch input:not(:checked) + label {
    opacity: 0; }
  div.switch input:checked {
    display: none !important; }
  div.switch input {
    left: 0;
    display: block !important; }
  div.switch input:first-of-type + label,
  div.switch input:first-of-type + span + label {
    left: -50%; }
  div.switch input:first-of-type:checked + label,
  div.switch input:first-of-type:checked + span + label {
    left: 0%; }
  div.switch input:last-of-type + label,
  div.switch input:last-of-type + span + label {
    right: -50%;
    left: auto;
    text-align: right; }
  div.switch input:last-of-type:checked + label,
  div.switch input:last-of-type:checked + span + label {
    right: 0%;
    left: auto; }
  div.switch span.custom {
    display: none !important; }
  form.custom div.switch .hidden-field {
    margin-left: auto;
    position: absolute;
    visibility: visible; }
  div.switch label {
    padding: 0;
    line-height: 2.3rem;
    font-size: 0.875rem; }
  div.switch input:first-of-type:checked ~ span:last-child {
    left: 100%;
    margin-left: -2.1875rem; }
  div.switch span:last-child {
    width: 2.25rem;
    height: 2.25rem; }
  div.switch span:last-child {
    border-color: #b3b3b3;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0%, #f2f2f2 100%);
    background: -webkit-linear-gradient(top, #fff 0%, #f2f2f2 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
    -webkit-box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.07), 1000px 0 0 1000px #f3faf6, -2px 0 10px 0 rgba(0, 0, 0, 0.07), -1000px 0 0 1000px #f5f5f5;
    box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.07), 1000px 0 0 980px #f3faf6, -2px 0 10px 0 rgba(0, 0, 0, 0.07), -1000px 0 0 1000px #f5f5f5; }
  div.switch:hover span:last-child, div.switch:focus span:last-child {
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0%, #e6e6e6 100%);
    background: -webkit-linear-gradient(top, #fff 0%, #e6e6e6 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%); }
  div.switch:active {
    background: transparent; }
  div.switch.large {
    height: 2.75rem; }
    div.switch.large label {
      padding: 0;
      line-height: 2.3rem;
      font-size: 1.0625rem; }
    div.switch.large input:first-of-type:checked ~ span:last-child {
      left: 100%;
      margin-left: -2.6875rem; }
    div.switch.large span:last-child {
      width: 2.75rem;
      height: 2.75rem; }
  div.switch.small {
    height: 1.75rem; }
    div.switch.small label {
      padding: 0;
      line-height: 2.1rem;
      font-size: 0.75rem; }
    div.switch.small input:first-of-type:checked ~ span:last-child {
      left: 100%;
      margin-left: -1.6875rem; }
    div.switch.small span:last-child {
      width: 1.75rem;
      height: 1.75rem; }
  div.switch.tiny {
    height: 1.375rem; }
    div.switch.tiny label {
      padding: 0;
      line-height: 1.9rem;
      font-size: 0.6875rem; }
    div.switch.tiny input:first-of-type:checked ~ span:last-child {
      left: 100%;
      margin-left: -1.3125rem; }
    div.switch.tiny span:last-child {
      width: 1.375rem;
      height: 1.375rem; }
  div.switch.radius {
    -webkit-border-radius: 4px;
    border-radius: 4px; }
    div.switch.radius span:last-child {
      -webkit-border-radius: 3px;
      border-radius: 3px; }
  div.switch.round {
    -webkit-border-radius: 1000px;
    border-radius: 1000px; }
    div.switch.round span:last-child {
      -webkit-border-radius: 999px;
      border-radius: 999px; }
    div.switch.round label {
      padding: 0 0.5625rem; }

@-webkit-keyframes webkitSiblingBugfix {
  from {
    position: relative; }
  to {
    position: relative; } }
table {
  background: #fff;
  margin-bottom: 1.25rem;
  border: solid 1px #ddd; }
  table thead,
  table tfoot {
    background: #f5f5f5; }
    table thead tr th,
    table thead tr td,
    table tfoot tr th,
    table tfoot tr td {
      padding: 0.5rem 0.625rem 0.625rem;
      font-size: 0.875rem;
      font-weight: bold;
      color: #222;
      text-align: left; }
  table tr th,
  table tr td {
    padding: 0.5625rem 0.625rem;
    font-size: 0.875rem;
    color: #222; }
  table tr.even, table tr.alt, table tr:nth-of-type(even) {
    background: #f1f1f1; }
  table thead tr th,
  table tfoot tr th,
  table tbody tr td,
  table tr td,
  table tfoot tr td {
    display: table-cell;
    line-height: 1.125rem; }

.tabs {
  *zoom: 1;
  margin-bottom: 0 !important; }
  .tabs:before, .tabs:after {
    content: " ";
    display: table; }
  .tabs:after {
    clear: both; }
  .tabs dd {
    position: relative;
    margin-bottom: 0 !important;
    top: 1px;
    float: left; }
    .tabs dd > a {
      display: block;
      background: #efefef;
      color: #222;
      padding-top: 1rem;
      padding-right: 2rem;
      padding-bottom: 1.0625rem;
      padding-left: 2rem;
      font-family: "open-sans", "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
      font-size: 1rem; }
      .tabs dd > a:hover {
        background: #e1e1e1; }
    .tabs dd.active a {
      background: #fff; }
  .tabs.radius dd:first-child a {
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px; }
  .tabs.radius dd:last-child a {
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px; }
  .tabs.vertical dd {
    position: inherit;
    float: none;
    display: block;
    top: auto; }

.tabs-content {
  *zoom: 1;
  margin-bottom: 1.5rem; }
  .tabs-content:before, .tabs-content:after {
    content: " ";
    display: table; }
  .tabs-content:after {
    clear: both; }
  .tabs-content > .content {
    display: none;
    float: left;
    padding: 1.25rem 0; }
    .tabs-content > .content.active {
      display: block; }
    .tabs-content > .content.contained {
      padding: 1.25rem; }
  .tabs-content.vertical {
    display: block; }
    .tabs-content.vertical > .content {
      padding: 0 1.25rem; }

@media only screen and (min-width: 40.063em) {
  .tabs.vertical {
    width: 20%;
    float: left;
    margin-bottom: 1.25rem; }

  .tabs-content.vertical {
    width: 80%;
    float: left;
    margin-left: -1px; } }
/* Image Thumbnails */
.th {
  line-height: 0;
  display: inline-block;
  border: solid 4px #fff;
  max-width: 100%;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  transition: all 200ms ease-out; }
  .th:hover, .th:focus {
    -webkit-box-shadow: 0 0 6px 1px rgba(0, 140, 186, 0.5);
    box-shadow: 0 0 6px 1px rgba(0, 140, 186, 0.5); }
  .th.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px; }

/* Tooltips */
.has-tip {
  border-bottom: dotted 1px #ccc;
  cursor: help;
  font-weight: inherit;
  color: #333; }
  .has-tip:hover, .has-tip:focus {
    border-bottom: dotted 1px #003f54;
    color: #008CBA; }
  .has-tip.tip-left, .has-tip.tip-right {
    float: none !important; }

.tooltip {
  display: none;
  position: absolute;
  z-index: 999;
  font-weight: normal;
  font-size: 0.75rem;
  line-height: 1.3;
  padding: 0.9375rem;
  max-width: 85%;
  left: 50%;
  width: 100%;
  color: #666;
  background: white;
  -webkit-border-radius: 3px;
  border-radius: 3px; }
  .tooltip > .nub {
    display: block;
    left: 8px;
    position: absolute;
    width: 0;
    height: 0;
    border: solid 8px;
    border-color: transparent transparent white transparent;
    top: -16px; }
  .tooltip.opened {
    color: #008CBA !important;
    border-bottom: dotted 1px #003f54 !important; }

.tap-to-close {
  display: block;
  font-size: 0.625rem;
  color: #777;
  font-weight: normal; }

@media only screen and (min-width: 40.063em) {
  .tooltip > .nub {
    border-color: transparent transparent white transparent;
    top: -16px; }
  .tooltip.tip-top > .nub {
    border-color: white transparent transparent transparent;
    top: auto;
    bottom: -16px; }
  .tooltip.tip-left, .tooltip.tip-right {
    float: none !important; }
  .tooltip.tip-left > .nub {
    border-color: transparent transparent transparent white;
    right: -16px;
    left: auto;
    top: 50%;
    margin-top: -8px; }
  .tooltip.tip-right > .nub {
    border-color: transparent white transparent transparent;
    right: auto;
    left: -16px;
    top: 50%;
    margin-top: -8px; } }
meta.foundation-mq-topbar {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

/* Wrapped around .top-bar to contain to grid width */
.contain-to-grid {
  width: 100%;
  background: transparent; }
  .contain-to-grid .top-bar {
    margin-bottom: 0; }

.fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99; }
  .fixed.expanded:not(.top-bar) {
    overflow-y: auto;
    height: auto;
    width: 100%;
    max-height: 100%; }
    .fixed.expanded:not(.top-bar) .title-area {
      position: fixed;
      width: 100%;
      z-index: 99; }
    .fixed.expanded:not(.top-bar) .top-bar-section {
      z-index: 98;
      margin-top: 45px; }

.top-bar {
  overflow: hidden;
  height: 45px;
  line-height: 45px;
  position: relative;
  background: transparent;
  margin-bottom: 0; }
  .top-bar ul {
    margin-bottom: 0;
    list-style: none; }
  .top-bar .row {
    max-width: none; }
  .top-bar form,
  .top-bar input {
    margin-bottom: 0; }
  .top-bar input {
    height: auto;
    padding-top: .35rem;
    padding-bottom: .35rem;
    font-size: 0.75rem; }
  .top-bar .button {
    padding-top: .45rem;
    padding-bottom: .35rem;
    margin-bottom: 0;
    font-size: 0.75rem; }
  .top-bar .title-area {
    position: relative;
    margin: 0; }
  .top-bar .name {
    height: 45px;
    margin: 0;
    font-size: 16px; }
    .top-bar .name h1 {
      line-height: 45px;
      font-size: 1.0625rem;
      margin: 0; }
      .top-bar .name h1 a {
        font-weight: normal;
        color: #94a5b4;
        width: 50%;
        display: block;
        padding: 0 15px; }
  .top-bar .toggle-topbar {
    position: absolute;
    right: 0;
    top: 0; }
    .top-bar .toggle-topbar a {
      color: #94a5b4;
      text-transform: uppercase;
      font-size: 0.8125rem;
      font-weight: bold;
      position: relative;
      display: block;
      padding: 0 15px;
      height: 45px;
      line-height: 45px; }
    .top-bar .toggle-topbar.menu-icon {
      right: 15px;
      top: 50%;
      margin-top: -16px;
      padding-left: 40px; }
      .top-bar .toggle-topbar.menu-icon a {
        height: 34px;
        line-height: 33px;
        padding: 0;
        padding-right: 25px;
        color: #fff;
        position: relative; }
        .top-bar .toggle-topbar.menu-icon a::after {
          content: "";
          position: absolute;
          right: 0;
          display: block;
          width: 16px;
          top: 0;
          height: 0;
          -webkit-box-shadow: 0 10px 0 1px #fff, 0 16px 0 1px #fff, 0 22px 0 1px #fff;
          box-shadow: 0 10px 0 1px #fff, 0 16px 0 1px #fff, 0 22px 0 1px #fff; }
  .top-bar.expanded {
    height: auto;
    background: transparent; }
    .top-bar.expanded .title-area {
      background: transparent; }
    .top-bar.expanded .toggle-topbar a {
      color: #888; }
      .top-bar.expanded .toggle-topbar a span {
        -webkit-box-shadow: 0 10px 0 1px #888, 0 16px 0 1px #888, 0 22px 0 1px #888;
        box-shadow: 0 10px 0 1px #888, 0 16px 0 1px #888, 0 22px 0 1px #888; }

.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  -webkit-transition: left 300ms ease-out;
  -moz-transition: left 300ms ease-out;
  transition: left 300ms ease-out; }
  .top-bar-section ul {
    width: 100%;
    height: auto;
    display: block;
    background: transparent;
    font-size: 16px;
    margin: 0; }
  .top-bar-section .divider,
  .top-bar-section [role="separator"] {
    border-top: solid 1px black;
    clear: both;
    height: 1px;
    width: 100%; }
  .top-bar-section ul li > a {
    display: block;
    width: 100%;
    color: #94a5b4;
    padding: 12px 0 12px 0;
    padding-left: 15px;
    font-family: "open-sans", "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    background: transparent; }
    .top-bar-section ul li > a.button {
      background: #008CBA;
      font-size: 0.875rem;
      padding-right: 15px;
      padding-left: 15px; }
      .top-bar-section ul li > a.button:hover {
        background: #006688; }
    .top-bar-section ul li > a.button.secondary {
      background: #e7e7e7; }
      .top-bar-section ul li > a.button.secondary:hover {
        background: #cecece; }
    .top-bar-section ul li > a.button.success {
      background: #43AC6A; }
      .top-bar-section ul li > a.button.success:hover {
        background: #358854; }
    .top-bar-section ul li > a.button.alert {
      background: #f04124; }
      .top-bar-section ul li > a.button.alert:hover {
        background: #d42b0f; }
  .top-bar-section ul li:hover > a {
    background: transparent;
    color: #fff; }
  .top-bar-section ul li.active > a {
    background: #008CBA;
    color: #fff; }
    .top-bar-section ul li.active > a:hover {
      background: #0078a0; }
  .top-bar-section .has-form {
    padding: 15px; }
  .top-bar-section .has-dropdown {
    position: relative; }
    .top-bar-section .has-dropdown > a:after {
      margin-right: 15px;
      margin-top: -4.5px;
      position: absolute;
      top: 50%;
      right: 0; }
    .top-bar-section .has-dropdown.moved {
      position: static; }
      .top-bar-section .has-dropdown.moved > .dropdown {
        display: block; }
  .top-bar-section .dropdown {
    position: absolute;
    left: 100%;
    top: 0;
    display: none;
    z-index: 99; }
    .top-bar-section .dropdown li {
      width: 100%;
      height: auto; }
      .top-bar-section .dropdown li a {
        font-weight: normal;
        padding: 8px 15px; }
        .top-bar-section .dropdown li a.parent-link {
          font-weight: 400; }
      .top-bar-section .dropdown li.title h5 {
        margin-bottom: 0; }
        .top-bar-section .dropdown li.title h5 a {
          color: #94a5b4;
          line-height: 22.5px;
          display: block; }
      .top-bar-section .dropdown li.has-form {
        padding: 8px 15px; }
      .top-bar-section .dropdown li .button {
        top: auto; }
    .top-bar-section .dropdown label {
      padding: 8px 15px 2px;
      margin-bottom: 0;
      text-transform: uppercase;
      color: #777;
      font-weight: bold;
      font-size: 0.625rem; }

.js-generated {
  display: block; }

@media only screen and (min-width: 40.063em) {
  .top-bar {
    background: transparent;
    *zoom: 1;
    overflow: visible; }
    .top-bar:before, .top-bar:after {
      content: " ";
      display: table; }
    .top-bar:after {
      clear: both; }
    .top-bar .toggle-topbar {
      display: none; }
    .top-bar .title-area {
      float: left; }
    .top-bar .name h1 a {
      width: auto; }
    .top-bar input,
    .top-bar .button {
      font-size: 0.875rem;
      position: relative;
      top: 7px; }
    .top-bar.expanded {
      background: transparent; }

  .contain-to-grid .top-bar {
    max-width: 67.5rem;
    margin: 0 auto;
    margin-bottom: 0; }

  .top-bar-section {
    -webkit-transition: none 0 0;
    -moz-transition: none 0 0;
    transition: none 0 0;
    left: 0 !important; }
    .top-bar-section ul {
      width: auto;
      height: auto !important;
      display: inline; }
      .top-bar-section ul li {
        float: left; }
        .top-bar-section ul li .js-generated {
          display: none; }
    .top-bar-section li.hover > a:not(.button) {
      background: transparent;
      color: #fff; }
    .top-bar-section li:not(.has-form) a:not(.button) {
      padding: 0 15px;
      line-height: 45px;
      background: transparent; }
      .top-bar-section li:not(.has-form) a:not(.button):hover {
        background: transparent; }
    .top-bar-section .has-dropdown.moved {
      position: relative; }
      .top-bar-section .has-dropdown.moved > .dropdown {
        display: none; }
    .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
      display: block; }
    .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
      border: none;
      content: "\00bb";
      top: 1rem;
      margin-top: -2px;
      right: 5px;
      line-height: 1.2; }
    .top-bar-section .dropdown {
      left: 0;
      top: auto;
      background: transparent;
      min-width: 100%; }
      .top-bar-section .dropdown li a {
        color: #94a5b4;
        line-height: 1;
        white-space: nowrap;
        padding: 12px 15px;
        background: transparent; }
      .top-bar-section .dropdown li label {
        white-space: nowrap;
        background: #333; }
      .top-bar-section .dropdown li .dropdown {
        left: 100%;
        top: 0; }
    .top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
      border-bottom: none;
      border-top: none;
      border-right: solid 1px #1a1a1a;
      clear: none;
      height: 45px;
      width: 0; }
    .top-bar-section .has-form {
      background: transparent;
      padding: 0 15px;
      height: 45px; }
    .top-bar-section .right li .dropdown {
      left: auto;
      right: 0; }
      .top-bar-section .right li .dropdown li .dropdown {
        right: 100%; }
    .top-bar-section .left li .dropdown {
      right: auto;
      left: 0; }
      .top-bar-section .left li .dropdown li .dropdown {
        left: 100%; }

  .no-js .top-bar-section ul li:hover > a {
    background: transparent;
    color: #fff; }
  .no-js .top-bar-section ul li:active > a {
    background: #008CBA;
    color: #fff; }
  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    display: block; } }
/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

/* Default Link Styles */
a {
  color: #008CBA;
  text-decoration: none;
  line-height: inherit; }
  a:hover, a:focus {
    color: #0078a0; }
  a img {
    border: none; }

/* Default paragraph styles */
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.8;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility; }
  p.lead {
    font-size: 1.09375rem;
    line-height: 1.6; }
  p aside {
    font-size: 0.875rem;
    line-height: 1.35;
    font-style: italic; }

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  font-family: "open-sans", "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #222;
  text-rendering: optimizeLegibility;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  line-height: 1.4; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-size: 60%;
    color: #6f6f6f;
    line-height: 0; }

h1 {
  font-size: 2.125rem; }

h2 {
  font-size: 1.6875rem; }

h3 {
  font-size: 1.375rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.125rem; }

h6 {
  font-size: 1rem; }

.subheader {
  line-height: 1.4;
  color: #6f6f6f;
  font-weight: 300;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem; }

hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25rem 0 1.1875rem;
  height: 0; }

/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 60%;
  line-height: inherit; }

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: bold;
  color: #bd260d; }

/* Lists */
ul,
ol,
dl {
  font-size: 0.875rem;
  line-height: 1.8;
  margin-bottom: 1.25rem;
  list-style-position: outside;
  font-family: inherit; }

ul {
  margin-left: 1.1rem; }
  ul.no-bullet {
    margin-left: 0; }
    ul.no-bullet li ul,
    ul.no-bullet li ol {
      margin-left: 1.25rem;
      margin-bottom: 0;
      list-style: none; }

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
  font-size: 1rem;
  /* Override nested font-size change */ }
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit; }
ul.square {
  list-style-type: square;
  margin-left: 1.1rem; }
ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem; }
ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem; }
ul.no-bullet {
  list-style: none; }

/* Ordered Lists */
ol {
  margin-left: 1.4rem; }
  ol li ul,
  ol li ol {
    margin-left: 1.25rem;
    margin-bottom: 0; }

/* Definition Lists */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold; }
dl dd {
  margin-bottom: 0.75rem; }

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #686767;
  border-bottom: 1px dotted #ddd;
  cursor: help; }

abbr {
  text-transform: none; }

/* Blockquotes */
blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #ddd; }
  blockquote cite {
    display: block;
    font-size: 0.8125rem;
    color: #555555; }
    blockquote cite:before {
      content: "\2014 \0020"; }
    blockquote cite a,
    blockquote cite a:visited {
      color: #555555; }

blockquote,
blockquote p {
  line-height: 1.8;
  color: #6f6f6f; }

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 0 solid #ddd;
  padding: 0; }
  .vcard li {
    margin: 0;
    display: block; }
  .vcard .fn {
    font-weight: bold;
    font-size: 0.9375rem; }

.vevent .summary {
  font-weight: bold; }
.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625rem; }

@media only screen and (min-width: 40.063em) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4; }

  h1 {
    font-size: 2.75rem; }

  h2 {
    font-size: 2.3125rem; }

  h3 {
    font-size: 1.6875rem; }

  h4 {
    font-size: 1.4375rem; } }
/*
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
.print-only {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .hide-on-print {
    display: none !important; }

  .print-only {
    display: block !important; }

  .hide-for-print {
    display: none !important; }

  .show-for-print {
    display: inherit !important; } }
.off-canvas-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  overflow: hidden; }

.inner-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  *zoom: 1;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease; }
  .inner-wrap:before, .inner-wrap:after {
    content: " ";
    display: table; }
  .inner-wrap:after {
    clear: both; }

nav.tab-bar {
  -webkit-backface-visibility: hidden;
  background: #333;
  color: #FFF;
  height: 2.8125rem;
  line-height: 2.8125rem;
  position: relative; }
  nav.tab-bar h1, nav.tab-bar h2, nav.tab-bar h3, nav.tab-bar h4, nav.tab-bar h5, nav.tab-bar h6 {
    color: #FFF;
    font-weight: bold;
    line-height: 2.8125rem;
    margin: 0; }
  nav.tab-bar h1, nav.tab-bar h2, nav.tab-bar h3, nav.tab-bar h4 {
    font-size: 1.125rem; }

section.left-small {
  width: 2.8125rem;
  height: 2.8125rem;
  position: absolute;
  top: 0;
  border-right: solid 1px #1a1a1a;
  box-shadow: 1px 0 0 #4e4e4e;
  left: 0; }

section.right-small {
  width: 2.8125rem;
  height: 2.8125rem;
  position: absolute;
  top: 0;
  border-left: solid 1px #4e4e4e;
  box-shadow: -1px 0 0 #1a1a1a;
  right: 0; }

section.tab-bar-section {
  padding: 0 0.625rem;
  position: absolute;
  text-align: center;
  height: 2.8125rem;
  top: 0; }
  @media only screen and (min-width: 40.063em) {
    section.tab-bar-section {
      text-align: left; } }
  section.tab-bar-section.left {
    left: 0;
    right: 2.8125rem; }
  section.tab-bar-section.right {
    left: 2.8125rem;
    right: 0; }
  section.tab-bar-section.middle {
    left: 2.8125rem;
    right: 2.8125rem; }

a.menu-icon {
  text-indent: 2.1875rem;
  width: 2.8125rem;
  height: 2.8125rem;
  display: block;
  line-height: 2.0625rem;
  padding: 0;
  color: #fff;
  position: relative; }
  a.menu-icon span {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0;
    left: 0.8125rem;
    top: 0.3125rem;
    -webkit-box-shadow: 1px 10px 1px 1px #FFF, 1px 16px 1px 1px #FFF, 1px 22px 1px 1px #FFF;
    box-shadow: 0 10px 0 1px #FFF, 0 16px 0 1px #FFF, 0 22px 0 1px #FFF; }
  a.menu-icon:hover span {
    -webkit-box-shadow: 1px 10px 1px 1px #b3b3b3, 1px 16px 1px 1px #b3b3b3, 1px 22px 1px 1px #b3b3b3;
    box-shadow: 0 10px 0 1px #b3b3b3, 0 16px 0 1px #b3b3b3, 0 22px 0 1px #b3b3b3; }

.left-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  width: 250px;
  top: 0;
  bottom: 0;
  height: 100%;
  position: absolute;
  overflow-y: auto;
  background: #333;
  z-index: 1001;
  box-sizing: content-box;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }
  .left-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

.right-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  width: 250px;
  top: 0;
  bottom: 0;
  height: 100%;
  position: absolute;
  overflow-y: auto;
  background: #333;
  z-index: 1001;
  box-sizing: content-box;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0; }

ul.off-canvas-list {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  ul.off-canvas-list li label {
    padding: 0.3rem 0.9375rem;
    color: #999;
    text-transform: uppercase;
    font-weight: bold;
    background: #444;
    border-top: 1px solid #5e5e5e;
    border-bottom: none;
    margin: 0; }
  ul.off-canvas-list li a {
    display: block;
    padding: 0.66667rem;
    color: rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid #262626; }

.move-right > .inner-wrap {
  -webkit-transform: translate3d(250px, 0, 0);
  -moz-transform: translate3d(250px, 0, 0);
  -ms-transform: translate3d(250px, 0, 0);
  -o-transform: translate3d(250px, 0, 0);
  transform: translate3d(250px, 0, 0); }
.move-right a.exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent; }
  @media only screen and (min-width: 40.063em) {
    .move-right a.exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.move-left > .inner-wrap {
  -webkit-transform: translate3d(-250px, 0, 0);
  -moz-transform: translate3d(-250px, 0, 0);
  -ms-transform: translate3d(-250px, 0, 0);
  -o-transform: translate3d(-250px, 0, 0);
  transform: translate3d(-250px, 0, 0); }
.move-left a.exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent; }
  @media only screen and (min-width: 40.063em) {
    .move-left a.exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.csstransforms.no-csstransforms3d .left-off-canvas-menu {
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0); }
.csstransforms.no-csstransforms3d .right-off-canvas-menu {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0); }
.csstransforms.no-csstransforms3d .move-left > .inner-wrap {
  -webkit-transform: translate(-250px, 0);
  -moz-transform: translate(-250px, 0);
  -ms-transform: translate(-250px, 0);
  -o-transform: translate(-250px, 0);
  transform: translate(-250px, 0); }
.csstransforms.no-csstransforms3d .move-right > .inner-wrap {
  -webkit-transform: translate(250px, 0);
  -moz-transform: translate(250px, 0);
  -ms-transform: translate(250px, 0);
  -o-transform: translate(250px, 0);
  transform: translate(250px, 0); }

.no-csstransforms .left-off-canvas-menu {
  left: -250px; }
.no-csstransforms .right-off-canvas-menu {
  right: -250px; }
.no-csstransforms .move-left > .inner-wrap {
  right: 250px; }
.no-csstransforms .move-right > .inner-wrap {
  left: 250px; }

/* Foundation Visibility HTML Classes */
.show-for-small,
.show-for-small-only,
.show-for-medium-down,
.show-for-large-down,
.hide-for-medium,
.hide-for-medium-up,
.hide-for-medium-only,
.hide-for-large,
.hide-for-large-up,
.hide-for-large-only,
.hide-for-xlarge,
.hide-for-xlarge-up,
.hide-for-xlarge-only,
.hide-for-xxlarge-up,
.hide-for-xxlarge-only {
  display: inherit !important; }

.hide-for-small,
.hide-for-small-only,
.hide-for-medium-down,
.show-for-medium,
.show-for-medium-up,
.show-for-medium-only,
.hide-for-large-down,
.show-for-large,
.show-for-large-up,
.show-for-large-only,
.show-for-xlarge,
.show-for-xlarge-up,
.show-for-xlarge-only,
.show-for-xxlarge-up,
.show-for-xxlarge-only {
  display: none !important; }

/* Specific visibility for tables */
table.show-for-small, table.show-for-small-only, table.show-for-medium-down, table.show-for-large-down, table.hide-for-medium, table.hide-for-medium-up, table.hide-for-medium-only, table.hide-for-large, table.hide-for-large-up, table.hide-for-large-only, table.hide-for-xlarge, table.hide-for-xlarge-up, table.hide-for-xlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge-only {
  display: table; }

thead.show-for-small, thead.show-for-small-only, thead.show-for-medium-down, thead.show-for-large-down, thead.hide-for-medium, thead.hide-for-medium-up, thead.hide-for-medium-only, thead.hide-for-large, thead.hide-for-large-up, thead.hide-for-large-only, thead.hide-for-xlarge, thead.hide-for-xlarge-up, thead.hide-for-xlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge-only {
  display: table-header-group !important; }

tbody.show-for-small, tbody.show-for-small-only, tbody.show-for-medium-down, tbody.show-for-large-down, tbody.hide-for-medium, tbody.hide-for-medium-up, tbody.hide-for-medium-only, tbody.hide-for-large, tbody.hide-for-large-up, tbody.hide-for-large-only, tbody.hide-for-xlarge, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge-only {
  display: table-row-group !important; }

tr.show-for-small, tr.show-for-small-only, tr.show-for-medium-down, tr.show-for-large-down, tr.hide-for-medium, tr.hide-for-medium-up, tr.hide-for-medium-only, tr.hide-for-large, tr.hide-for-large-up, tr.hide-for-large-only, tr.hide-for-xlarge, tr.hide-for-xlarge-up, tr.hide-for-xlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge-only {
  display: table-row !important; }

td.show-for-small, td.show-for-small-only, td.show-for-medium-down
td.show-for-large-down, td.hide-for-medium, td.hide-for-medium-up, td.hide-for-large, td.hide-for-large-up, td.hide-for-xlarge
td.hide-for-xlarge-up, td.hide-for-xxlarge-up,
th.show-for-small,
th.show-for-small-only,
th.show-for-medium-down
td.show-for-large-down,
th.hide-for-medium,
th.hide-for-medium-up,
th.hide-for-large,
th.hide-for-large-up,
th.hide-for-xlarge
td.hide-for-xlarge-up,
th.hide-for-xxlarge-up, td.show-for-medium-down
th.show-for-large-down, td.hide-for-xlarge
th.hide-for-xlarge-up,
th.show-for-medium-down
th.show-for-large-down,
th.hide-for-xlarge
th.hide-for-xlarge-up {
  display: table-cell !important; }

/* Medium Displays: 641px and up */
@media only screen and (min-width: 40.063em) {
  .hide-for-small,
  .hide-for-small-only,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-medium-up,
  .show-for-medium-only,
  .hide-for-large,
  .hide-for-large-up,
  .hide-for-large-only,
  .hide-for-xlarge,
  .hide-for-xlarge-up,
  .hide-for-xlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge-only {
    display: inherit !important; }

  .show-for-small,
  .show-for-small-only,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-medium-up,
  .hide-for-medium-only,
  .hide-for-large-down,
  .show-for-large,
  .show-for-large-up,
  .show-for-large-only,
  .show-for-xlarge,
  .show-for-xlarge-up,
  .show-for-xlarge-only,
  .show-for-xxlarge-up,
  .show-for-xxlarge-only {
    display: none !important; }

  /* Specific visibility for tables */
  table.hide-for-small, table.hide-for-small-only, table.show-for-medium, table.show-for-medium-down, table.show-for-medium-up, table.show-for-medium-only, table.hide-for-large, table.hide-for-large-up, table.hide-for-large-only, table.hide-for-xlarge, table.hide-for-xlarge-up, table.hide-for-xlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge-only {
    display: table; }

  thead.hide-for-small, thead.hide-for-small-only, thead.show-for-medium, thead.show-for-medium-down, thead.show-for-medium-up, thead.show-for-medium-only, thead.hide-for-large, thead.hide-for-large-up, thead.hide-for-large-only, thead.hide-for-xlarge, thead.hide-for-xlarge-up, thead.hide-for-xlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge-only {
    display: table-header-group !important; }

  tbody.hide-for-small, tbody.hide-for-small-only, tbody.show-for-medium, tbody.show-for-medium-down, tbody.show-for-medium-up, tbody.show-for-medium-only, tbody.hide-for-large, tbody.hide-for-large-up, tbody.hide-for-large-only, tbody.hide-for-xlarge, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge-only {
    display: table-row-group !important; }

  tr.hide-for-small, tr.hide-for-small-only, tr.show-for-medium, tr.show-for-medium-down, tr.show-for-medium-up, tr.show-for-medium-only, tr.hide-for-large, tr.hide-for-large-up, tr.hide-for-large-only, tr.hide-for-xlarge, tr.hide-for-xlarge-up, tr.hide-for-xlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge-only {
    display: table-row !important; }

  td.hide-for-small, td.hide-for-small-only, td.show-for-medium, td.show-for-medium-down, td.show-for-medium-up, td.show-for-medium-only, td.hide-for-large, td.hide-for-large-up, td.hide-for-large-only, td.hide-for-xlarge, td.hide-for-xlarge-up, td.hide-for-xlarge-only, td.hide-for-xxlarge-up, td.hide-for-xxlarge-only,
  th.hide-for-small,
  th.hide-for-small-only,
  th.show-for-medium,
  th.show-for-medium-down,
  th.show-for-medium-up,
  th.show-for-medium-only,
  th.hide-for-large,
  th.hide-for-large-up,
  th.hide-for-large-only,
  th.hide-for-xlarge,
  th.hide-for-xlarge-up,
  th.hide-for-xlarge-only,
  th.hide-for-xxlarge-up,
  th.hide-for-xxlarge-only {
    display: table-cell !important; } }
/* Large Displays: 1024px and up */
@media only screen and (min-width: 64.063em) {
  .hide-for-small,
  .hide-for-small-only,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-medium-only,
  .show-for-medium-up,
  .show-for-large,
  .show-for-large-up,
  .show-for-large-only,
  .hide-for-xlarge,
  .hide-for-xlarge-up,
  .hide-for-xlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge-only {
    display: inherit !important; }

  .show-for-small-only,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-medium-only,
  .hide-for-large,
  .hide-for-large-up,
  .hide-for-large-only,
  .show-for-xlarge,
  .show-for-xlarge-up,
  .show-for-xlarge-only,
  .show-for-xxlarge-up,
  .show-for-xxlarge-only {
    display: none !important; }

  /* Specific visibility for tables */
  table.hide-for-small, table.hide-for-small-only, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-medium-only, table.show-for-medium-up, table.show-for-large, table.show-for-large-up, table.show-for-large-only, table.hide-for-xlarge, table.hide-for-xlarge-up, table.hide-for-xlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge-only {
    display: table; }

  thead.hide-for-small, thead.hide-for-small-only, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.show-for-large, thead.show-for-large-up, thead.show-for-large-only, thead.hide-for-xlarge, thead.hide-for-xlarge-up, thead.hide-for-xlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge-only {
    display: table-header-group !important; }

  tbody.hide-for-small, tbody.hide-for-small-only, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.show-for-large, tbody.show-for-large-up, tbody.show-for-large-only, tbody.hide-for-xlarge, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge-only {
    display: table-row-group !important; }

  tr.hide-for-small, tr.hide-for-small-only, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.show-for-large, tr.show-for-large-up, tr.show-for-large-only, tr.hide-for-xlarge, tr.hide-for-xlarge-up, tr.hide-for-xlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge-only {
    display: table-row !important; }

  td.hide-for-small, td.hide-for-small-only, td.hide-for-medium, td.hide-for-medium-down, td.hide-for-medium-only, td.show-for-medium-up, td.show-for-large, td.show-for-large-up, td.show-for-large-only, td.hide-for-xlarge, td.hide-for-xlarge-up, td.hide-for-xlarge-only, td.hide-for-xxlarge-up, td.hide-for-xxlarge-only,
  th.hide-for-small,
  th.hide-for-small-only,
  th.hide-for-medium,
  th.hide-for-medium-down,
  th.hide-for-medium-only,
  th.show-for-medium-up,
  th.show-for-large,
  th.show-for-large-up,
  th.show-for-large-only,
  th.hide-for-xlarge,
  th.hide-for-xlarge-up,
  th.hide-for-xlarge-only,
  th.hide-for-xxlarge-up,
  th.hide-for-xxlarge-only {
    display: table-cell !important; } }
/* X-Large Displays: 1441 and up */
@media only screen and (min-width: 90.063em) {
  .hide-for-small,
  .hide-for-small-only,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-medium-only,
  .show-for-medium-up,
  .show-for-large-up,
  .hide-for-large-only,
  .show-for-xlarge,
  .show-for-xlarge-up,
  .show-for-xlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge-only {
    display: inherit !important; }

  .show-for-small-only,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-medium-only,
  .show-for-large,
  .show-for-large-only,
  .show-for-large-down,
  .hide-for-xlarge,
  .hide-for-xlarge-up,
  .hide-for-xlarge-only,
  .show-for-xxlarge-up,
  .show-for-xxlarge-only {
    display: none !important; }

  /* Specific visibility for tables */
  table.hide-for-small, table.hide-for-small-only, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-medium-only, table.show-for-medium-up, table.show-for-large-up, table.hide-for-large-only, table.show-for-xlarge, table.show-for-xlarge-up, table.show-for-xlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge-only {
    display: table; }

  thead.hide-for-small, thead.hide-for-small-only, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.show-for-large-up, thead.hide-for-large-only, thead.show-for-xlarge, thead.show-for-xlarge-up, thead.show-for-xlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge-only {
    display: table-header-group !important; }

  tbody.hide-for-small, tbody.hide-for-small-only, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.show-for-large-up, tbody.hide-for-large-only, tbody.show-for-xlarge, tbody.show-for-xlarge-up, tbody.show-for-xlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge-only {
    display: table-row-group !important; }

  tr.hide-for-small, tr.hide-for-small-only, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.show-for-large-up, tr.hide-for-large-only, tr.show-for-xlarge, tr.show-for-xlarge-up, tr.show-for-xlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge-only {
    display: table-row !important; }

  td.hide-for-small, td.hide-for-small-only, td.hide-for-medium, td.hide-for-medium-down, td.hide-for-medium-only, td.show-for-medium-up, td.show-for-large-up, td.hide-for-large-only, td.show-for-xlarge, td.show-for-xlarge-up, td.show-for-xlarge-only, td.hide-for-xxlarge-up, td.hide-for-xxlarge-only,
  th.hide-for-small,
  th.hide-for-small-only,
  th.hide-for-medium,
  th.hide-for-medium-down,
  th.hide-for-medium-only,
  th.show-for-medium-up,
  th.show-for-large-up,
  th.hide-for-large-only,
  th.show-for-xlarge,
  th.show-for-xlarge-up,
  th.show-for-xlarge-only,
  th.hide-for-xxlarge-up,
  th.hide-for-xxlarge-only {
    display: table-cell !important; } }
/* XX-Large Displays: 1920 and up */
@media only screen and (min-width: 120.063em) {
  .hide-for-small,
  .hide-for-small-only,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-medium-only,
  .show-for-medium-up,
  .show-for-large-up,
  .hide-for-large-only,
  .hide-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xxlarge-up,
  .show-for-xxlarge-only {
    display: inherit !important; }

  .show-for-small-only,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-medium-only,
  .show-for-large,
  .show-for-large-only,
  .show-for-large-down,
  .hide-for-xlarge,
  .show-for-xlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge-only {
    display: none !important; }

  /* Specific visibility for tables */
  table.hide-for-small, table.hide-for-small-only, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-medium-only, table.show-for-medium-up, table.show-for-large-up, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xxlarge-up, table.show-for-xxlarge-only {
    display: table; }

  thead.hide-for-small, thead.hide-for-small-only, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.show-for-large-up, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xxlarge-up, thead.show-for-xxlarge-only {
    display: table-header-group !important; }

  tbody.hide-for-small, tbody.hide-for-small-only, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.show-for-large-up, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge-only {
    display: table-row-group !important; }

  tr.hide-for-small, tr.hide-for-small-only, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.show-for-large-up, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xxlarge-up, tr.show-for-xxlarge-only {
    display: table-row !important; }

  td.hide-for-small, td.hide-for-small-only, td.hide-for-medium, td.hide-for-medium-down, td.hide-for-medium-only, td.show-for-medium-up, td.show-for-large-up, td.hide-for-xlarge-only, td.show-for-xlarge-up, td.show-for-xxlarge-up, td.show-for-xxlarge-only,
  th.hide-for-small,
  th.hide-for-small-only,
  th.hide-for-medium,
  th.hide-for-medium-down,
  th.hide-for-medium-only,
  th.show-for-medium-up,
  th.show-for-large-up,
  th.hide-for-xlarge-only,
  th.show-for-xlarge-up,
  th.show-for-xxlarge-up,
  th.show-for-xxlarge-only {
    display: table-cell !important; } }
/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important; }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }

/* Specific visibility for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table; }

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important; }

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important; }

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important; }

td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important; }

@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important; }

  .hide-for-landscape,
  .show-for-portrait {
    display: none !important; }

  /* Specific visibility for tables */
  table.show-for-landscape, table.hide-for-portrait {
    display: table; }

  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important; }

  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important; }

  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important; }

  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important; } }
@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important; }

  .hide-for-portrait,
  .show-for-landscape {
    display: none !important; }

  /* Specific visibility for tables */
  table.show-for-portrait, table.hide-for-landscape {
    display: table; }

  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important; }

  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important; }

  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important; }

  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important; } }
/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important; }

.hide-for-touch {
  display: inherit !important; }

.touch .show-for-touch {
  display: inherit !important; }

.touch .hide-for-touch {
  display: none !important; }

/* Specific visibility for tables */
table.hide-for-touch {
  display: table; }

.touch table.show-for-touch {
  display: table; }

thead.hide-for-touch {
  display: table-header-group !important; }

.touch thead.show-for-touch {
  display: table-header-group !important; }

tbody.hide-for-touch {
  display: table-row-group !important; }

.touch tbody.show-for-touch {
  display: table-row-group !important; }

tr.hide-for-touch {
  display: table-row !important; }

.touch tr.show-for-touch {
  display: table-row !important; }

td.hide-for-touch {
  display: table-cell !important; }

.touch td.show-for-touch {
  display: table-cell !important; }

th.hide-for-touch {
  display: table-cell !important; }

.touch th.show-for-touch {
  display: table-cell !important; }

/*------------------------------------------------------------------

[ TABLE OF CONTENTS ]

1.0 	Variables
- 1.1 	Colours
- 1.2 	Spacing

2.0 	Classes

3.0 	Global Styles
- 3.1 	Layout
- 3.2 	Typography

4.0 	Header
- 4.1 	Navigation

5.0 	Content
- 5.1 	Home 
- 5.2 	Pricing
-- 5.2.1 	Features
- 5.3 	Mobile Surveys
- 5.4 	Resources
-- 5.4.1 	Webinars
-- 5.4.2 	Survey Templates
-- 5.4.3 	Support
-- 5.4.4 	Webinars
-- 5.4.5 	University
-- 5.4.6 	Demo
-- 5.4.7 	Responses/Panels
- 5.5 	Blog

6.0 	Sidebar

7.0 	Footer

------------------------------------------------------------------*/
/* [ 1.0 - Variables ]
----------------------------------------------------------*/
/* [ 2.0 - Classes ]
----------------------------------------------------------*/
.full-width {
  width: 100%; }

.extra-margin {
  margin: 1.875em auto; }

.semi-bold {
  font-weight: 600; }

.bg-color-reg {
  background-color: #084885; }

.bg-color-light {
  background-color: #0c6cc8; }

.bg-color-dark {
  background-color: #042442; }

.pad-sml {
  padding: 1.25rem; }

.pad-med {
  padding: 2.5rem; }

.pad-lrg {
  padding: 3.75rem; }

.pad-sml-top-btm {
  padding: 1.25rem 0; }

.pad-med-top-btm {
  padding: 2.5rem 0; }

.pad-lrg-top-btm {
  padding: 3.75rem 0; }

.margin-sml {
  margin: 1.25rem; }

.margin-med {
  margin: 2.5rem; }

.margin-lrg {
  margin: 3.75rem; }

.margin-sml-top-btm {
  margin: 1.25rem 0; }

.margin-med-top-btm {
  margin: 2.5rem 0; }

.margin-lrg-top-btm {
  margin: 3.75rem 0; }

.margin-none {
  margin: 0; }

.margin-none-top {
  margin-top: 0; }

.margin-none-btm {
  margin-bottom: 0; }

.font-light {
  font-weight: 300; }

.font-regular {
  font-weight: 400; }

.font-semi {
  font-weight: 600; }

.font-bold {
  font-weight: 700; }

.font-xtra-bold {
  font-weight: 800; }

.invert-color h1, .invert-color h2, .invert-color h3, .invert-color h4 {
  color: #ffffff; }
.invert-color p, .invert-color li {
  color: #bfdffe; }

.hide-label, .home-panel .intro-signup label, .page-template-page-pricing-2-php .pricing-2-signup label,
.page-template-page-pricing-2b-php .pricing-2-signup label, .widget.widget-signup-blue label, .widget.widget-signup-white label, .trial-signup form label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0; }

.heading-page {
  padding: 3.75rem 0; }

.heading-page.heading-bg-color {
  color: #ffffff;
  padding: 3.125rem 0;
  background: #0355a1 url(../img/heading-grid-bg.png) top left repeat; }
  @media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
    .heading-page.heading-bg-color {
      background-image: url("../img/heading-grid-bg@2x.png");
      background-size: 26px 26px; } }
  .heading-page.heading-bg-color h1 {
    color: #ffffff;
    font-size: 2.25rem; }
  .heading-page.heading-bg-color p {
    color: #bfdffe;
    font-weight: 300;
    font-size: 1rem;
    margin-bottom: 0;
    line-height: 1.5rem; }

.search-bar input[type="search"] {
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px 0 0 4px; }
.search-bar .button {
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0;
  border-radius: 0 4px 4px 0;
  font-size: 0.75rem; }

.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.phone-usa-adwords, .phone-world-adwords {
  display: none; }

@media only screen and (min-width: 40.063em) {
  .less-right-pad {
    padding-right: 0.3125rem; }

  .less-left-pad {
    padding-left: 0.3125rem; } }
.blog-roll .wp-caption {
  margin-bottom: 2.1875rem; }
  .blog-roll .wp-caption .wp-caption-text {
    font-size: 0.8125rem;
    margin-top: 0.9375rem;
    text-align: center;
    font-style: italic;
    color: #878787; }

.button {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; }
  .button:hover {
    text-decoration: none; }

.btn-orange {
  background-color: #f05b24; }
  .btn-orange:hover, .btn-orange:focus {
    background-color: #b05b24; }

.btn-green {
  background-color: #00bf6f; }
  .btn-green:hover, .btn-green:focus {
    background-color: #008f6f; }

.btn-demo {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1); }

.btn-3d {
  padding: 1.125rem 0.3125rem;
  -moz-box-shadow: rgba(33, 33, 33, 0.2) 2px 2px 0 0;
  -webkit-box-shadow: rgba(33, 33, 33, 0.2) 2px 2px 0 0;
  box-shadow: rgba(33, 33, 33, 0.2) 2px 2px 0 0;
  text-shadow: rgba(33, 33, 33, 0.4) -1px -1px 0;
  font-size: 1.1875rem;
  text-transform: uppercase;
  width: 100%; }
  .btn-3d .btn-lrg-txt {
    display: block;
    font-weight: 700;
    line-height: 1.25rem;
    margin: 0; }
  .btn-3d .btn-sml-txt {
    display: block;
    font-weight: 400;
    font-size: 0.625rem;
    line-height: 0.6875rem;
    opacity: 0.6;
    text-transform: none; }
  .btn-3d.btn-orange {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U5OGU0NCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RmNzMxYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e98e44), color-stop(100%, #df731b));
    background-image: -moz-linear-gradient(#e98e44, #df731b);
    background-image: -webkit-linear-gradient(#e98e44, #df731b);
    background-image: linear-gradient(#e98e44, #df731b); }
    .btn-3d.btn-orange:hover, .btn-3d.btn-orange:focus {
      background-image: none;
      background-color: #df731b; }
  .btn-3d.btn-green {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzkwZDIyMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzcyYTYxYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #90d222), color-stop(100%, #72a61a));
    background-image: -moz-linear-gradient(#90d222, #72a61a);
    background-image: -webkit-linear-gradient(#90d222, #72a61a);
    background-image: linear-gradient(#90d222, #72a61a); }
    .btn-3d.btn-green:hover, .btn-3d.btn-green:focus {
      background-image: none;
      background-color: #72a61a; }
  .btn-3d.btn-blue {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIyOGVkMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFhNzBhNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #228ed2), color-stop(100%, #1a70a6));
    background-image: -moz-linear-gradient(#228ed2, #1a70a6);
    background-image: -webkit-linear-gradient(#228ed2, #1a70a6);
    background-image: linear-gradient(#228ed2, #1a70a6); }
    .btn-3d.btn-blue:hover, .btn-3d.btn-blue:focus {
      background-image: none;
      background-color: #1a70a6; }

.btn-flat {
  display: inline-block;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  padding: 16px 20px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
  background-image: none;
  border: none;
  transition: all 0.3s; }

.btn-flat-large {
  padding: 25px 40px;
  font-weight: 500; }

.btn-flat:hover,
.btn-flat:focus {
  color: #fff;
  text-decoration: none;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.6); }

.btn-flat-orange {
  background-color: #ec7123; }
  .btn-flat-orange:hover {
    background-color: #FF8435; }

.btn-flat-blue {
  background-color: #3e9ad5; }
  .btn-flat-blue:hover {
    background-color: #5CABDD; }

.btn-flat-blue2 {
  background-color: #5284c2; }
  .btn-flat-blue2:hover {
    background-color: #6A99D3; }

.btn-flat-green {
  background-color: #54b948; }
  .btn-flat-green:hover {
    background-color: #63C758; }

.btn-flat-red {
  background-color: #ec2027; }
  .btn-flat-red:hover {
    background-color: #e93e44; }

.btn-flat-grey {
  background-color: #818f98; }
  .btn-flat-grey:hover {
    background-color: #97A7B2; }

.btn-flat-darkgrey {
  background-color: #484f5a; }
  .btn-flat-darkgrey:hover {
    background-color: #5A616C; }

.btn-outline-grey {
  background-color: transparent;
  color: #999;
  border: solid 1px #ddd; }

.btn-outline-grey:hover {
  background-color: #999;
  color: #fff;
  border: solid 1px #999; }

/* [ 3.0 - Global ]
----------------------------------------------------------*/
body {
  background-color: #efefef; }

h1 {
  line-height: 1.1em;
  font-weight: 700; }
  h1.small {
    font-size: 1.5rem !important; }

h2 {
  font-size: 1.438em; }
  h2.small {
    font-size: 1.125rem !important;
    font-weight: 400; }

h3 {
  font-size: 1.125em; }

a:hover {
  text-decoration: underline; }

cite {
  text-transform: uppercase;
  font-weight: 700;
  font-style: normal; }

strong {
  font-weight: 700; }

th {
  text-align: left; }

/* [ 4.0 - Header ]
----------------------------------------------------------*/
.masthead {
  -moz-box-shadow: rgba(33, 33, 33, 0.5) 0 0 10px;
  -webkit-box-shadow: rgba(33, 33, 33, 0.5) 0 0 10px;
  box-shadow: rgba(33, 33, 33, 0.5) 0 0 10px; }
  .masthead, .masthead .dropdown {
    background-color: #01203d; }
  .masthead li a {
    -moz-transition: color 0.1s ease-in-out;
    -o-transition: color 0.1s ease-in-out;
    -webkit-transition: color 0.1s ease-in-out;
    transition: color 0.1s ease-in-out; }
    .masthead li a:hover {
      text-decoration: none; }
  .masthead .masthead-top {
    color: rgba(255, 255, 255, 0.4);
    font-weight: 400;
    font-size: 0.75rem;
    margin: 0.9375rem 0 0;
    letter-spacing: 0.01563rem; }
  .masthead .top-bar {
    padding: 0 1.25rem;
    margin: 0.5rem auto 0.5rem; }
    @media only screen and (max-width: 40em) {
      .masthead .top-bar {
        padding: 0;
        margin: 0.5rem 1.25rem;
        width: auto; } }
    .masthead .top-bar .name {
      margin: 0.625rem 0.9375rem 0 0;
      height: auto; }
    .masthead .top-bar .toggle-topbar {
      z-index: 9999; }
    .masthead .top-bar .menu-icon {
      margin-top: 0; }
    .masthead .top-bar.expanded .top-bar-section li {
      border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    .masthead .top-bar .current-menu-item > a, .masthead .top-bar .current-menu-parent > a {
      color: #ffffff; }
  .masthead .top-bar-section .has-dropdown .dropdown li a {
    padding: 0 0.9375rem; }
  .masthead .title-area {
    z-index: 9999; }
  .masthead .top-extra {
    clear: both; }
    .masthead .top-extra a {
      width: 100%;
      margin: 0.5rem 0; }
    .masthead .top-extra .button {
      text-transform: uppercase;
      font-size: 0.75rem;
      padding: 0.5rem 0.75rem; }
    .masthead .top-extra .call-us {
      text-align: center;
      display: block;
      color: #ffffff;
      font-weight: 600; }
    @media only screen and (min-width: 40.063em) and (max-width: 64em) {
      .masthead .top-extra {
        clear: none; }
        .masthead .top-extra .masthead-btns {
          display: none; }
        .masthead .top-extra .call-us {
          text-align: right; } }
    @media only screen and (min-width: 40.063em) and (max-width: 64em) and (max-width: 768px) {
      .masthead .top-extra .call-us {
        display: none; } }

    @media only screen and (min-width: 64.063em) {
      .masthead .top-extra {
        display: inline;
        float: right;
        clear: none; }
        .masthead .top-extra a {
          width: auto;
          margin: 0; }
        .masthead .top-extra .masthead-btns .button {
          display: inline;
          margin-left: 0.625rem;
          top: 0; }
        .masthead .top-extra .call-us {
          text-align: left;
          display: inline; } }

.submenu {
  z-index: 1;
  padding: 0.8125rem 0; }
  .submenu ul.sub-nav li {
    text-align: center;
    margin: 0;
    padding: 0 0.125rem; }
    @media only screen and (min-width: 40.063em) and (max-width: 64em) {
      .submenu ul.sub-nav li {
        margin: 0.1875rem 0; } }
    .submenu ul.sub-nav li a, .submenu ul.sub-nav li.active a {
      padding: 0.4375rem 0.3125rem;
      display: block;
      font-weight: 300;
      color: #ffffff;
      font-size: 0.8125rem;
      line-height: 1rem; }
    .submenu ul.sub-nav li a:hover, .submenu ul.sub-nav li.active a {
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      background-color: #046fd3; }

/* [ 5.0 - Content ]
----------------------------------------------------------*/
.outer-container {
  max-width: 84.375rem;
  margin: -13px auto 0;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  background-color: #fff; }

.feature-section {
  padding: 5rem 0; }
  @media only screen and (max-width: 40em) {
    .feature-section {
      padding: 2.5rem 0; } }
  .feature-section.no-pad-btm {
    padding-bottom: 0; }
  .feature-section h1 {
    font-size: 2.25rem;
    font-weight: 600;
    margin-bottom: 1rem; }
  .feature-section h2 {
    margin-bottom: 0.875rem; }
  .feature-section h1 + ul {
    margin-top: 3.125rem; }

.heading-custom {
  background-color: #0355a1; }
  .heading-custom h1 {
    font-weight: 700;
    font-size: 2.125rem;
    text-shadow: rgba(33, 33, 33, 0.6) 1px 1px 1px; }
  .heading-custom h1,
  .heading-custom h1 small,
  .heading-custom h2 {
    color: #ffffff; }
  .heading-custom p {
    color: #bfdffe;
    font-weight: 300;
    font-size: 1rem; }
  @media only screen and (max-width: 40em) {
    .heading-custom.feature-section {
      padding-bottom: 0; } }

.content-main {
  padding: 2.5rem 0; }
  .content-main h1 {
    font-size: 2.125rem; }
  .content-main h2.intro-txt, .content-main p.intro-txt {
    font-weight: 300 !important;
    font-size: 1.5rem !important;
    color: #6f6e6e;
    line-height: 2.0625rem;
    margin: 1.25rem 0; }

.home-panel {
  position: relative;
  background: url(../img/home-panel-bg.jpg) center center no-repeat;
  background-size: cover; }
  @media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .home-panel {
      background: url(../img/home-panel-bg-med.jpg) 70% bottom no-repeat;
      background-size: cover; } }
  @media only screen and (max-width: 40em) {
    .home-panel {
      background: none; } }
  .home-panel .intro-signup {
    background-color: #034888; }
    .home-panel .intro-signup .intro-signup-inner {
      padding: 1.25rem; }
      @media only screen and (min-width: 64.063em) {
        .home-panel .intro-signup .intro-signup-inner {
          padding: 2.1875rem 1.875rem; } }
    .home-panel .intro-signup input {
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px; }
    @media only screen and (min-width: 40.063em) {
      .home-panel .intro-signup .pass-row {
        margin-bottom: 15px; }
        .home-panel .intro-signup .pass-row input {
          margin-bottom: 8px; } }
    .home-panel .intro-signup .meter {
      margin: 0 auto;
      min-height: 21px; }
      @media only screen and (max-width: 40em) {
        .home-panel .intro-signup .meter {
          margin-bottom: 1.25rem; } }
      .home-panel .intro-signup .meter b {
        background-color: rgba(212, 212, 212, 0.5);
        -moz-border-radius: 1em;
        -webkit-border-radius: 1em;
        border-radius: 1em;
        float: left;
        height: 5px;
        margin-right: 4%;
        width: 22%;
        -moz-transition: background-color 0.2s;
        -o-transition: background-color 0.2s;
        -webkit-transition: background-color 0.2s;
        transition: background-color 0.2s; }
        .home-panel .intro-signup .meter b:last-of-type {
          margin-right: 0; }
      .home-panel .intro-signup .meter .weak-pass {
        color: #ffffff; }
    .home-panel .intro-signup .meter-weak .meter-1 {
      background-color: #d64848; }
    .home-panel .intro-signup .meter-acceptable .meter-1, .home-panel .intro-signup .meter-acceptable .meter-2 {
      background-color: #ffa70f; }
    .home-panel .intro-signup .meter-good .meter-1, .home-panel .intro-signup .meter-good .meter-2, .home-panel .intro-signup .meter-good .meter-3 {
      background-color: #51ad3e; }
    .home-panel .intro-signup .meter-great b {
      background-color: #51ad3e; }
    .home-panel .intro-signup h1 {
      color: #ffffff;
      font-weight: 700;
      font-size: 2.125rem;
      line-height: 1; }
      @media only screen and (min-width: 40.063em) {
        .home-panel .intro-signup h1 {
          margin-top: 1.25rem;
          font-size: 2.375rem; } }
      @media only screen and (min-width: 40.063em) and (max-width: 64em) {
        .home-panel .intro-signup h1 {
          font-size: 2.25rem; } }
    .home-panel .intro-signup p {
      color: rgba(255, 255, 255, 0.6);
      font-size: 1rem;
      line-height: 1.4375rem; }
      @media only screen and (min-width: 40.063em) and (max-width: 64em) {
        .home-panel .intro-signup p {
          font-size: 1.0625rem; } }
    .home-panel .intro-signup .disclaimer {
      margin: 0;
      text-align: center;
      line-height: 1; }
      .home-panel .intro-signup .disclaimer a {
        color: #ffffff; }
    .home-panel .intro-signup .has-tip:hover,
    .home-panel .intro-signup .has-tip:focus {
      border-bottom: none;
      color: rgba(33, 33, 33, 0.75); }
  .home-panel .mobile-badge {
    top: 1.875rem;
    right: 1.25rem;
    position: absolute; }

/* For ALT Home template */
.page-template-page-home-2-php .button.btn-3d {
  text-transform: none; }
  .page-template-page-home-2-php .button.btn-3d .btn-sml-txt {
    font-weight: 400;
    font-size: 0.75rem;
    margin-top: 3px; }

.canada-only {
  display: none; }

.canada-msg {
  display: none;
  background-color: #011324;
  width: 100%;
  padding: 0.9375rem; }
  .canada-msg img {
    margin-right: 0.625rem; }
  .canada-msg p {
    background: url(../img/home-canada.png) left center no-repeat;
    color: #869cb2;
    font-size: 0.8125rem;
    line-height: 1rem;
    margin: 0;
    padding: 10px 0 10px 40px;
    min-height: 35px;
    display: inline;
    text-align: center; }
    @media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
      .canada-msg p {
        background-image: url("../img/home-canada@2x.png");
        background-size: 30px 30px; } }
    @media only screen and (max-width: 40em) {
      .canada-msg p {
        display: block;
        text-align: left; } }

.home-customers {
  padding-top: 1.875rem; }
  .home-customers p {
    margin-top: 1.5625rem;
    font-size: 0.875rem;
    text-align: center;
    line-height: 1.25rem; }
  .home-customers ul {
    margin-bottom: 0; }
    @media only screen and (min-width: 64.063em) {
      .home-customers ul li:last-child {
        display: none; } }

.home-features {
  padding: 1.25rem 0; }
  .home-features li {
    padding: 1.25rem; }
    .home-features li .home-icon {
      width: 100px;
      height: 100px;
      margin: 1.5625rem auto; }
      .home-features li .home-icon.home-icon-1 {
        height: 100px;
        width: 100px;
        background-image: url('../img/icons-sd5858dfc1a.png');
        background-position: 0 -792px;
        background-repeat: no-repeat; }
        @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
          .home-features li .home-icon.home-icon-1 {
            background-image: url('../img/icons-2x-s891e3c90b3.png');
            background-position: 0 -792px;
            -moz-background-size: 100px auto;
            -o-background-size: 100px auto;
            -webkit-background-size: 100px auto;
            background-size: 100px auto; } }
      .home-features li .home-icon.home-icon-2 {
        height: 100px;
        width: 100px;
        background-image: url('../img/icons-sd5858dfc1a.png');
        background-position: 0 -892px;
        background-repeat: no-repeat; }
        @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
          .home-features li .home-icon.home-icon-2 {
            background-image: url('../img/icons-2x-s891e3c90b3.png');
            background-position: 0 -892px;
            -moz-background-size: 100px auto;
            -o-background-size: 100px auto;
            -webkit-background-size: 100px auto;
            background-size: 100px auto; } }
      .home-features li .home-icon.home-icon-3 {
        height: 100px;
        width: 100px;
        background-image: url('../img/icons-sd5858dfc1a.png');
        background-position: 0 -992px;
        background-repeat: no-repeat; }
        @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
          .home-features li .home-icon.home-icon-3 {
            background-image: url('../img/icons-2x-s891e3c90b3.png');
            background-position: 0 -992px;
            -moz-background-size: 100px auto;
            -o-background-size: 100px auto;
            -webkit-background-size: 100px auto;
            background-size: 100px auto; } }
      .home-features li .home-icon.home-icon-4 {
        height: 100px;
        width: 100px;
        background-image: url('../img/icons-sd5858dfc1a.png');
        background-position: 0 -1092px;
        background-repeat: no-repeat; }
        @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
          .home-features li .home-icon.home-icon-4 {
            background-image: url('../img/icons-2x-s891e3c90b3.png');
            background-position: 0 -1092px;
            -moz-background-size: 100px auto;
            -o-background-size: 100px auto;
            -webkit-background-size: 100px auto;
            background-size: 100px auto; } }
    .home-features li h3 {
      color: #0355a1;
      font-weight: 400;
      font-size: 1.125rem; }
    .home-features li a {
      border-bottom: 1px dotted #999; }
      .home-features li a:hover {
        border: none; }

.home-testimonial {
  padding: 1.25rem 0; }
  .home-testimonial blockquote {
    border: none;
    padding: 0; }
    .home-testimonial blockquote p {
      font-size: 1.1875rem;
      font-weight: 300;
      line-height: 1.8125rem; }
    .home-testimonial blockquote cite {
      font-size: 0.75rem;
      margin-top: 0.5rem;
      color: #c7c7c7; }

.home-ads {
  padding: 1.25rem 0; }
  .home-ads .ad {
    margin: 0.625rem auto 1.875rem;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    padding: 0.625rem 1.25rem; }
    .home-ads .ad h4 {
      color: #ffffff;
      font-size: 1.125rem;
      line-height: 1.5rem; }
    .home-ads .ad p {
      color: #bfdffe;
      font-size: 0.8125rem;
      line-height: 1.25rem; }
      .home-ads .ad p span {
        font-size: 1.5rem;
        color: #E6802D;
        position: relative;
        top: 2px;
        margin-right: 0.3125rem; }
      .home-ads .ad p a {
        color: #ffffff; }
  .home-ads .ad-university {
    background: #222 url(../img/home-ad-uni.jpg) left bottom no-repeat;
    background-size: cover; }
    @media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
      .home-ads .ad-university {
        background-image: url("../img/home-ad-uni@2x.jpg"); } }
    .home-ads .ad-university h4 {
      margin-top: 0.9375rem; }
    @media only screen and (max-width: 64em) {
      .home-ads .ad-university {
        background-color: #222;
        background-image: none; } }
  .home-ads .ad-enterprise {
    background: #011324 url(../img/home-ad-enterprise.png) left bottom no-repeat; }
    @media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
      .home-ads .ad-enterprise {
        background-image: url("../img/home-ad-enterprise@2x.png");
        background-size: 195px 175px; } }
    @media only screen and (max-width: 64em) {
      .home-ads .ad-enterprise {
        background-color: #011324;
        background-image: none; } }

.pricing-heading h1 {
  font-size: 1.625rem;
  font-weight: 400;
  margin-bottom: 1.875rem; }

.tabs.pricing-tabs {
  margin: 0 auto;
  display: inline-block; }
  .tabs.pricing-tabs dd {
    text-align: center; }
    .tabs.pricing-tabs dd a {
      font-size: 0.8125rem;
      font-weight: 600;
      padding: 0.625rem 1.25rem;
      background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RkZGRkZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
      background-size: 100%;
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f1f1f1), color-stop(100%, #dddddd));
      background-image: -moz-linear-gradient(#f1f1f1, #dddddd);
      background-image: -webkit-linear-gradient(#f1f1f1, #dddddd);
      background-image: linear-gradient(#f1f1f1, #dddddd); }
      @media only screen and (max-width: 40em) {
        .tabs.pricing-tabs dd a {
          padding: 0.625rem; }
          .tabs.pricing-tabs dd a span {
            display: none; } }
      .tabs.pricing-tabs dd a:hover {
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RkZGRkZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
        background-size: 100%;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dddddd), color-stop(100%, #f1f1f1));
        background-image: -moz-linear-gradient(#dddddd, #f1f1f1);
        background-image: -webkit-linear-gradient(#dddddd, #f1f1f1);
        background-image: linear-gradient(#dddddd, #f1f1f1);
        text-decoration: none; }
      .tabs.pricing-tabs dd a#price-yearly-btn {
        -moz-border-radius: 6px 0 0 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px 0 0 6px; }
      .tabs.pricing-tabs dd a#price-monthly-btn {
        -moz-border-radius: 0 6px 6px 0;
        -webkit-border-radius: 0;
        border-radius: 0 6px 6px 0; }
    .tabs.pricing-tabs dd.active a {
      background-image: none;
      background-color: #42a2fb;
      color: #ffffff;
      -moz-box-shadow: rgba(33, 33, 33, 0.3) 0px 1px 10px inset;
      -webkit-box-shadow: rgba(33, 33, 33, 0.3) 0px 1px 10px inset;
      box-shadow: rgba(33, 33, 33, 0.3) 0px 1px 10px inset; }

.monthly {
  display: none; }

.pricing.columns {
  padding: 0 0.625rem; }

.pricing-table {
  padding: 0.9375rem 0 1.5625rem; }
  .pricing-table .title {
    text-transform: uppercase; }
  .pricing-table .button {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.75rem;
    padding: 0.625rem 1.25rem; }
  .pricing-table del {
    opacity: 0.3; }
  .pricing-table .description {
    color: #ffffff; }
    .pricing-table .description span {
      text-transform: uppercase;
      font-weight: 700;
      font-size: 1rem;
      display: block;
      margin: 0.75rem 0;
      line-height: 1.25rem; }
  .pricing-table .price {
    padding: 0; }
    .pricing-table .price abbr {
      font-size: 0.75rem;
      color: #ffffff;
      border: none; }
    .pricing-table .price small {
      font-size: 0.75rem;
      display: block;
      line-height: 0;
      font-weight: 300;
      margin: 0.9375rem 0 0.3125rem;
      color: #7ac2fe; }
  .pricing-table .bullet-item a {
    color: #bfdffe;
    border-bottom: 1px dotted rgba(191, 223, 254, 0.7); }
    .pricing-table .bullet-item a:hover {
      color: #ffffff;
      text-decoration: none;
      border-bottom: 1px solid transparent; }
    .pricing-table .bullet-item a.see-more {
      font-size: 0.6875rem; }
  .pricing-table .bullet-item span {
    color: #bfdffe; }

.pricing-table.pricing-free {
  background-color: #ffffff;
  border: 1px solid #0355a1; }
  .pricing-table.pricing-free .title, .pricing-table.pricing-free .description, .pricing-table.pricing-free .bullet-item, .pricing-table.pricing-free .bullet-item a {
    color: #0355a1; }

.pricing-free-b {
  border: 1px solid #ddd;
  padding: 1.25rem; }
  .pricing-free-b p {
    margin: 0; }
  .pricing-free-b .button {
    margin: 0.9375rem 0 0; }

.pricing-pro {
  background-color: #0355a1; }

.pricing-ultra {
  background-color: #023b6f; }

.pricing-enterprise {
  background-color: #01203d; }

.popular-price {
  position: absolute;
  top: -1.875rem;
  right: 0; }
  .popular-price img {
    width: 99px;
    height: 99px; }

.pricing-client-testimonial {
  padding: 2.5rem 0;
  background: url(../img/pricing-testimonial.jpg) bottom left no-repeat; }
  @media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
    .pricing-client-testimonial {
      background-image: url("../img/pricing-testimonial@2x.jpg");
      background-size: 384px 295px; } }
  @media only screen and (max-width: 64em) {
    .pricing-client-testimonial {
      background: none; } }
  .pricing-client-testimonial h3 {
    margin: 0 0 1.25rem;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1.25rem; }
  .pricing-client-testimonial ul li {
    text-align: center;
    padding-bottom: 0; }
    @media only screen and (min-width: 40.063em) {
      .pricing-client-testimonial ul li:last-child {
        display: none; } }
  @media only screen and (min-width: 40.063em) {
    .pricing-client-testimonial .testimonial-circle {
      background-color: #0355a1;
      width: 225px;
      height: 225px;
      position: absolute;
      top: 0;
      right: 1.875rem;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%; }
      .pricing-client-testimonial .testimonial-circle blockquote {
        color: #ffffff;
        font-style: italic;
        position: absolute;
        top: 2.8125rem;
        font-size: 0.875rem;
        line-height: 1.125rem;
        border: 0;
        margin: 0 13px; }
        .pricing-client-testimonial .testimonial-circle blockquote cite {
          color: #90c9e6;
          font-size: 0.75rem;
          line-height: 1rem;
          text-transform: none;
          margin-top: 0.3125rem;
          font-weight: 300; } }

.pricing-faq {
  padding: 2.5rem 0; }
  .pricing-faq h2 {
    font-size: 1.375rem;
    font-weight: 700;
    margin-bottom: 1.5625rem; }
  .pricing-faq h3 {
    font-size: 1rem; }

.f-dropdown {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: rgba(33, 33, 33, 0.2) 2px 2px 0 0;
  -webkit-box-shadow: rgba(33, 33, 33, 0.2) 2px 2px 0 0;
  box-shadow: rgba(33, 33, 33, 0.2) 2px 2px 0 0; }
  .f-dropdown p {
    text-align: left;
    font-size: 0.8125rem;
    color: #888;
    line-height: 1.125rem; }
  .f-dropdown.content.button-help {
    max-width: none;
    width: 250px;
    border: 1px solid #cccccc; }

.feature-tabs {
  margin-bottom: 2.5rem; }

.feature-table th {
  text-align: left;
  font-weight: 400;
  line-height: 1.125rem; }
  @media only screen and (max-width: 40em) {
    .feature-table th {
      font-size: 0.6875rem;
      padding: 0.5625rem 0.25rem; } }
  .feature-table th input {
    border-radius: 3px;
    background: #ffffff url(../img/icon-search-grey.png) center right 10px no-repeat; }
    @media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
      .feature-table th input {
        background-image: url("../img/icon-search-grey@2x.png");
        background-size: 18px 18px; } }
  .feature-table th .has-tip {
    color: #008CBA; }
    .feature-table th .has-tip:hover {
      border: none; }
.feature-table td {
  text-align: center;
  border-left: 1px solid #dddddd; }
  @media only screen and (max-width: 40em) {
    .feature-table td {
      padding: 0; } }
  .feature-table td .icon-check {
    width: 23px; }
    @media only screen and (max-width: 40em) {
      .feature-table td .icon-check {
        width: 19px; } }
  .feature-table td span {
    font-size: 0.8125rem;
    display: block; }
    @media only screen and (max-width: 40em) {
      .feature-table td span {
        font-size: 0.5625rem; } }
.feature-table tr:hover {
  background-color: #d8ecfe !important; }

.page-template-page-features-php .tooltip {
  -moz-box-shadow: rgba(33, 33, 33, 0.5) 0px 1px 5px;
  -webkit-box-shadow: rgba(33, 33, 33, 0.5) 0px 1px 5px;
  box-shadow: rgba(33, 33, 33, 0.5) 0px 1px 5px; }
  .page-template-page-features-php .tooltip p {
    margin: 0;
    font-size: 0.75rem; }

.feature-cat-title {
  background-color: #d4d4d4;
  font-weight: 700 !important; }

table .pricing-table {
  margin: 3.75rem 0; }
  table .pricing-table th {
    width: 18%;
    border-right: 1px solid rgba(255, 255, 255, 0.1); }
    @media only screen and (max-width: 40em) {
      table .pricing-table th, table .pricing-table th span.title {
        padding: 0.625rem 0.125rem !important; }
      table .pricing-table th span.title {
        font-size: 1rem; } }
    table .pricing-table th.feature-search {
      width: 28%;
      padding: 1.875rem; }
      table .pricing-table th.feature-search label {
        color: #ffffff; }
      table .pricing-table th.feature-search .feature-search-inner {
        display: none; }
        @media only screen and (min-width: 40.063em) {
          table .pricing-table th.feature-search .feature-search-inner {
            display: inline; } }
    table .pricing-table th .pricing-ultra-inner {
      position: relative; }
      table .pricing-table th .pricing-ultra-inner img {
        position: absolute;
        right: -0.9375rem;
        top: -1.875rem;
        z-index: 1;
        width: 70px;
        height: 70px; }
      table .pricing-table th .pricing-ultra-inner .popular-title {
        display: none; }
        @media only screen and (min-width: 40.063em) {
          table .pricing-table th .pricing-ultra-inner .popular-title {
            display: inline;
            font-size: 0.75rem;
            font-weight: 700;
            background-color: #E14B2D;
            color: #ffffff;
            padding: 0.4375rem 0.8125rem 0.375rem 0.8125rem;
            margin: 0 0.625rem;
            text-transform: uppercase;
            position: absolute;
            top: -2rem;
            -moz-box-shadow: rgba(33, 33, 33, 0.5) 0px 1px 5px;
            -webkit-box-shadow: rgba(33, 33, 33, 0.5) 0px 1px 5px;
            box-shadow: rgba(33, 33, 33, 0.5) 0px 1px 5px; } }
  table .pricing-table.pricing-title-row th {
    padding: 0.9375rem 0.625rem 0.625rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  table .pricing-table.pricing-btn-row th {
    padding: 0.3125rem 0.625rem 1.25rem; }
  table .pricing-table .button {
    margin-bottom: 0; }
  table .pricing-table .price {
    font-size: 3.625rem; }
    @media only screen and (min-width: 40.063em) and (max-width: 64em) {
      table .pricing-table .price {
        font-size: 2.75rem; } }
    table .pricing-table .price.sml-price {
      font-size: 1.5625rem;
      text-transform: uppercase; }

.new-feature {
  color: #ffffff;
  font-size: 0.625rem;
  background-color: #E14B2D;
  padding: 0.125rem 0.5rem;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  letter-spacing: 0.03125rem; }

/* Ultra Upgrade */
.ultra-upgrade .pricing-heading h1 {
  margin-bottom: 0.625rem;
  font-weight: 600;
  font-size: 2rem; }
  .ultra-upgrade .pricing-heading h1 span {
    font-weight: 800; }
.ultra-upgrade .pricing-heading p {
  font-size: 1.375rem;
  margin-bottom: 0.3125rem;
  line-height: 1.4;
  font-weight: 300; }
.ultra-upgrade .pricing-table {
  padding-top: 1.875rem; }
  .ultra-upgrade .pricing-table span.amount {
    font-size: 5rem; }
  .ultra-upgrade .pricing-table .cta-button .button {
    padding: 0.9375rem 1.25rem; }
.ultra-upgrade .popular-price {
  top: -2.8125rem; }
.ultra-upgrade .plan-info {
  margin: 3.75rem auto; }
  .ultra-upgrade .plan-info h3 {
    text-transform: uppercase;
    font-size: 1.375rem;
    margin-bottom: 1.875rem; }
  .ultra-upgrade .plan-info h4 {
    font-size: 1rem;
    margin-top: 0;
    color: #444; }
  .ultra-upgrade .plan-info li {
    padding-left: 35px; }
    .ultra-upgrade .plan-info li.ultra-logic {
      background: url(../img/icon-ultra-logic.png) top left no-repeat; }
    .ultra-upgrade .plan-info li.ultra-types {
      background: url(../img/icon-ultra-types.png) top left no-repeat; }
    .ultra-upgrade .plan-info li.ultra-responses {
      background: url(../img/icon-ultra-responses.png) top left no-repeat; }
    .ultra-upgrade .plan-info li.ultra-quotas {
      background: url(../img/icon-ultra-quotas.png) top left no-repeat; }
.ultra-upgrade .upgrade-more-info {
  background-color: #1f3852;
  padding: 3.75rem 0;
  color: rgba(255, 255, 255, 0.8); }
  .ultra-upgrade .upgrade-more-info h4 {
    color: #ffffff; }

/* Pricing page 2 */
.page-template-page-pricing-2-php .pricing-2-content,
.page-template-page-pricing-2b-php .pricing-2-content {
  padding: 5rem 0 0; }
  @media only screen and (max-width: 40em) {
    .page-template-page-pricing-2-php .pricing-2-content,
    .page-template-page-pricing-2b-php .pricing-2-content {
      padding: 2.5rem 0 0; } }
  .page-template-page-pricing-2-php .pricing-2-content h1,
  .page-template-page-pricing-2b-php .pricing-2-content h1 {
    font-size: 1.5625rem;
    font-weight: 600;
    line-height: 2.125rem;
    color: #444;
    margin: 1.875rem 0 1.25rem; }
  .page-template-page-pricing-2-php .pricing-2-content .pricing-txt,
  .page-template-page-pricing-2b-php .pricing-2-content .pricing-txt {
    padding-right: 1.875rem;
    margin-bottom: 40px; }
    .page-template-page-pricing-2-php .pricing-2-content .pricing-txt p,
    .page-template-page-pricing-2b-php .pricing-2-content .pricing-txt p {
      font-size: 1rem; }
.page-template-page-pricing-2-php .pricing-2-clients p,
.page-template-page-pricing-2b-php .pricing-2-clients p {
  margin-top: 20px;
  font-size: 0.8125rem;
  line-height: 18px; }
  @media only screen and (max-width: 64em) {
    .page-template-page-pricing-2-php .pricing-2-clients p,
    .page-template-page-pricing-2b-php .pricing-2-clients p {
      text-align: center; } }
.page-template-page-pricing-2-php .pricing-2-clients ul, .page-template-page-pricing-2-php .pricing-2-clients li,
.page-template-page-pricing-2b-php .pricing-2-clients ul,
.page-template-page-pricing-2b-php .pricing-2-clients li {
  margin-bottom: 0; }
.page-template-page-pricing-2-php .pricing-2-sm,
.page-template-page-pricing-2b-php .pricing-2-sm {
  margin-top: 40px; }
  @media only screen and (max-width: 64em) {
    .page-template-page-pricing-2-php .pricing-2-sm img,
    .page-template-page-pricing-2b-php .pricing-2-sm img {
      margin-bottom: 20px; } }
  @media only screen and (max-width: 40em) {
    .page-template-page-pricing-2-php .pricing-2-sm img,
    .page-template-page-pricing-2b-php .pricing-2-sm img {
      margin: 0 auto 20px;
      display: block; } }
.page-template-page-pricing-2-php .pricing-2-signup,
.page-template-page-pricing-2b-php .pricing-2-signup {
  background-color: #0355a1;
  color: #ffffff;
  text-align: center; }
  @media only screen and (max-width: 40em) {
    .page-template-page-pricing-2-php .pricing-2-signup,
    .page-template-page-pricing-2b-php .pricing-2-signup {
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      border-radius: 0;
      margin-top: 1.875rem; } }
  .page-template-page-pricing-2-php .pricing-2-signup .inner,
  .page-template-page-pricing-2b-php .pricing-2-signup .inner {
    padding: 1.25rem 2.5rem; }
  .page-template-page-pricing-2-php .pricing-2-signup h2,
  .page-template-page-pricing-2b-php .pricing-2-signup h2 {
    color: #ffffff; }
  .page-template-page-pricing-2-php .pricing-2-signup p,
  .page-template-page-pricing-2b-php .pricing-2-signup p {
    font-size: 0.8125rem;
    line-height: 1.25rem;
    color: #86b1dd; }
  .page-template-page-pricing-2-php .pricing-2-signup input[type="text"],
  .page-template-page-pricing-2-php .pricing-2-signup input[type="email"],
  .page-template-page-pricing-2-php .pricing-2-signup input[type="tel"],
  .page-template-page-pricing-2b-php .pricing-2-signup input[type="text"],
  .page-template-page-pricing-2b-php .pricing-2-signup input[type="email"],
  .page-template-page-pricing-2b-php .pricing-2-signup input[type="tel"] {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin: 0.5rem 0; }
  .page-template-page-pricing-2-php .pricing-2-signup input[type="submit"],
  .page-template-page-pricing-2-php .pricing-2-signup button,
  .page-template-page-pricing-2b-php .pricing-2-signup input[type="submit"],
  .page-template-page-pricing-2b-php .pricing-2-signup button {
    text-transform: none;
    font-weight: 600 !important;
    font-size: 1rem;
    padding: 0.8125rem 0.3125rem;
    margin: 0.75rem 0; }
.page-template-page-pricing-2-php .pricing-2-testimonial,
.page-template-page-pricing-2b-php .pricing-2-testimonial {
  background-color: #023b6f; }
  @media only screen and (max-width: 40em) {
    .page-template-page-pricing-2-php .pricing-2-testimonial,
    .page-template-page-pricing-2b-php .pricing-2-testimonial {
      padding: 2.5rem 0; } }
  .page-template-page-pricing-2-php .pricing-2-testimonial div,
  .page-template-page-pricing-2b-php .pricing-2-testimonial div {
    padding: 2.5rem; }
  .page-template-page-pricing-2-php .pricing-2-testimonial blockquote,
  .page-template-page-pricing-2b-php .pricing-2-testimonial blockquote {
    border: none;
    padding: 0;
    margin: 0; }
    .page-template-page-pricing-2-php .pricing-2-testimonial blockquote p,
    .page-template-page-pricing-2b-php .pricing-2-testimonial blockquote p {
      color: #ffffff;
      font-style: italic;
      margin-bottom: 10px;
      line-height: 21px; }
    .page-template-page-pricing-2-php .pricing-2-testimonial blockquote cite,
    .page-template-page-pricing-2b-php .pricing-2-testimonial blockquote cite {
      font-style: normal;
      text-transform: none;
      color: #86b1dd; }
.page-template-page-pricing-2-php p.disclaimer,
.page-template-page-pricing-2b-php p.disclaimer {
  clear: both;
  color: #b5b3b3;
  text-align: center;
  margin: 1.25rem 0 2.5rem; }
  .page-template-page-pricing-2-php p.disclaimer small,
  .page-template-page-pricing-2b-php p.disclaimer small {
    font-size: 0.75rem; }
  .page-template-page-pricing-2-php p.disclaimer a,
  .page-template-page-pricing-2b-php p.disclaimer a {
    color: #b5b3b3;
    text-decoration: underline; }

.bg-rays {
  background: #d2dfe5 url(../img/tour-rays.png) center top no-repeat;
  padding: 3.75rem 0; }
  @media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
    .bg-rays {
      background-image: url("../img/tour-rays@2x.png");
      background-size: 540px 155px; } }

.tour-feature-list h3 {
  font-weight: 600;
  margin: 0 0 0.625rem 0;
  font-size: 1.125rem;
  line-height: 1.375rem;
  padding-left: 1.875rem; }
.tour-feature-list p {
  font-size: 0.875rem;
  color: #496986; }
.tour-feature-list li.feature-satisfaction h3 {
  font-weight: 300;
  font-size: 1.375rem;
  line-height: 1.875rem;
  padding: 0; }
  .tour-feature-list li.feature-satisfaction h3 span {
    font-size: 3.75rem;
    display: block;
    font-weight: 900;
    letter-spacing: -0.0625rem;
    line-height: 5.625rem; }
.tour-feature-list.feature-support h3 {
  padding: 1.5625rem 0 0 4.375rem; }
.tour-feature-list span.icon {
  display: block;
  width: 22px;
  height: 22px;
  float: left; }
  .tour-feature-list span.icon.icon-build-1 {
    height: 22px;
    width: 22px;
    background-image: url('../img/icons-sd5858dfc1a.png');
    background-position: 0 -176px;
    background-repeat: no-repeat; }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .tour-feature-list span.icon.icon-build-1 {
        background-image: url('../img/icons-2x-s891e3c90b3.png');
        background-position: 0 -176px;
        -moz-background-size: 100px auto;
        -o-background-size: 100px auto;
        -webkit-background-size: 100px auto;
        background-size: 100px auto; } }
  .tour-feature-list span.icon.icon-analyze-1 {
    height: 22px;
    width: 22px;
    background-image: url('../img/icons-sd5858dfc1a.png');
    background-position: 0 0;
    background-repeat: no-repeat; }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .tour-feature-list span.icon.icon-analyze-1 {
        background-image: url('../img/icons-2x-s891e3c90b3.png');
        background-position: 0 0;
        -moz-background-size: 100px auto;
        -o-background-size: 100px auto;
        -webkit-background-size: 100px auto;
        background-size: 100px auto; } }
  .tour-feature-list span.icon.icon-enterprise-1 {
    height: 22px;
    width: 22px;
    background-image: url('../img/icons-sd5858dfc1a.png');
    background-position: 0 -616px;
    background-repeat: no-repeat; }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .tour-feature-list span.icon.icon-enterprise-1 {
        background-image: url('../img/icons-2x-s891e3c90b3.png');
        background-position: 0 -616px;
        -moz-background-size: 100px auto;
        -o-background-size: 100px auto;
        -webkit-background-size: 100px auto;
        background-size: 100px auto; } }
  .tour-feature-list span.icon.icon-build-2 {
    height: 22px;
    width: 22px;
    background-image: url('../img/icons-sd5858dfc1a.png');
    background-position: 0 -198px;
    background-repeat: no-repeat; }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .tour-feature-list span.icon.icon-build-2 {
        background-image: url('../img/icons-2x-s891e3c90b3.png');
        background-position: 0 -198px;
        -moz-background-size: 100px auto;
        -o-background-size: 100px auto;
        -webkit-background-size: 100px auto;
        background-size: 100px auto; } }
  .tour-feature-list span.icon.icon-analyze-2 {
    height: 22px;
    width: 22px;
    background-image: url('../img/icons-sd5858dfc1a.png');
    background-position: 0 -22px;
    background-repeat: no-repeat; }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .tour-feature-list span.icon.icon-analyze-2 {
        background-image: url('../img/icons-2x-s891e3c90b3.png');
        background-position: 0 -22px;
        -moz-background-size: 100px auto;
        -o-background-size: 100px auto;
        -webkit-background-size: 100px auto;
        background-size: 100px auto; } }
  .tour-feature-list span.icon.icon-enterprise-2 {
    height: 22px;
    width: 22px;
    background-image: url('../img/icons-sd5858dfc1a.png');
    background-position: 0 -638px;
    background-repeat: no-repeat; }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .tour-feature-list span.icon.icon-enterprise-2 {
        background-image: url('../img/icons-2x-s891e3c90b3.png');
        background-position: 0 -638px;
        -moz-background-size: 100px auto;
        -o-background-size: 100px auto;
        -webkit-background-size: 100px auto;
        background-size: 100px auto; } }
  .tour-feature-list span.icon.icon-build-3 {
    height: 22px;
    width: 22px;
    background-image: url('../img/icons-sd5858dfc1a.png');
    background-position: 0 -220px;
    background-repeat: no-repeat; }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .tour-feature-list span.icon.icon-build-3 {
        background-image: url('../img/icons-2x-s891e3c90b3.png');
        background-position: 0 -220px;
        -moz-background-size: 100px auto;
        -o-background-size: 100px auto;
        -webkit-background-size: 100px auto;
        background-size: 100px auto; } }
  .tour-feature-list span.icon.icon-analyze-3 {
    height: 22px;
    width: 22px;
    background-image: url('../img/icons-sd5858dfc1a.png');
    background-position: 0 -44px;
    background-repeat: no-repeat; }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .tour-feature-list span.icon.icon-analyze-3 {
        background-image: url('../img/icons-2x-s891e3c90b3.png');
        background-position: 0 -44px;
        -moz-background-size: 100px auto;
        -o-background-size: 100px auto;
        -webkit-background-size: 100px auto;
        background-size: 100px auto; } }
  .tour-feature-list span.icon.icon-enterprise-3 {
    height: 22px;
    width: 22px;
    background-image: url('../img/icons-sd5858dfc1a.png');
    background-position: 0 -660px;
    background-repeat: no-repeat; }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .tour-feature-list span.icon.icon-enterprise-3 {
        background-image: url('../img/icons-2x-s891e3c90b3.png');
        background-position: 0 -660px;
        -moz-background-size: 100px auto;
        -o-background-size: 100px auto;
        -webkit-background-size: 100px auto;
        background-size: 100px auto; } }
  .tour-feature-list span.icon.icon-build-4 {
    height: 22px;
    width: 22px;
    background-image: url('../img/icons-sd5858dfc1a.png');
    background-position: 0 -242px;
    background-repeat: no-repeat; }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .tour-feature-list span.icon.icon-build-4 {
        background-image: url('../img/icons-2x-s891e3c90b3.png');
        background-position: 0 -242px;
        -moz-background-size: 100px auto;
        -o-background-size: 100px auto;
        -webkit-background-size: 100px auto;
        background-size: 100px auto; } }
  .tour-feature-list span.icon.icon-analyze-4 {
    height: 22px;
    width: 22px;
    background-image: url('../img/icons-sd5858dfc1a.png');
    background-position: 0 -66px;
    background-repeat: no-repeat; }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .tour-feature-list span.icon.icon-analyze-4 {
        background-image: url('../img/icons-2x-s891e3c90b3.png');
        background-position: 0 -66px;
        -moz-background-size: 100px auto;
        -o-background-size: 100px auto;
        -webkit-background-size: 100px auto;
        background-size: 100px auto; } }
  .tour-feature-list span.icon.icon-enterprise-4 {
    height: 22px;
    width: 22px;
    background-image: url('../img/icons-sd5858dfc1a.png');
    background-position: 0 -682px;
    background-repeat: no-repeat; }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .tour-feature-list span.icon.icon-enterprise-4 {
        background-image: url('../img/icons-2x-s891e3c90b3.png');
        background-position: 0 -682px;
        -moz-background-size: 100px auto;
        -o-background-size: 100px auto;
        -webkit-background-size: 100px auto;
        background-size: 100px auto; } }
  .tour-feature-list span.icon.icon-build-5 {
    height: 22px;
    width: 22px;
    background-image: url('../img/icons-sd5858dfc1a.png');
    background-position: 0 -264px;
    background-repeat: no-repeat; }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .tour-feature-list span.icon.icon-build-5 {
        background-image: url('../img/icons-2x-s891e3c90b3.png');
        background-position: 0 -264px;
        -moz-background-size: 100px auto;
        -o-background-size: 100px auto;
        -webkit-background-size: 100px auto;
        background-size: 100px auto; } }
  .tour-feature-list span.icon.icon-analyze-5 {
    height: 22px;
    width: 22px;
    background-image: url('../img/icons-sd5858dfc1a.png');
    background-position: 0 -88px;
    background-repeat: no-repeat; }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .tour-feature-list span.icon.icon-analyze-5 {
        background-image: url('../img/icons-2x-s891e3c90b3.png');
        background-position: 0 -88px;
        -moz-background-size: 100px auto;
        -o-background-size: 100px auto;
        -webkit-background-size: 100px auto;
        background-size: 100px auto; } }
  .tour-feature-list span.icon.icon-enterprise-5 {
    height: 22px;
    width: 22px;
    background-image: url('../img/icons-sd5858dfc1a.png');
    background-position: 0 -704px;
    background-repeat: no-repeat; }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .tour-feature-list span.icon.icon-enterprise-5 {
        background-image: url('../img/icons-2x-s891e3c90b3.png');
        background-position: 0 -704px;
        -moz-background-size: 100px auto;
        -o-background-size: 100px auto;
        -webkit-background-size: 100px auto;
        background-size: 100px auto; } }
  .tour-feature-list span.icon.icon-build-6 {
    height: 22px;
    width: 22px;
    background-image: url('../img/icons-sd5858dfc1a.png');
    background-position: 0 -286px;
    background-repeat: no-repeat; }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .tour-feature-list span.icon.icon-build-6 {
        background-image: url('../img/icons-2x-s891e3c90b3.png');
        background-position: 0 -286px;
        -moz-background-size: 100px auto;
        -o-background-size: 100px auto;
        -webkit-background-size: 100px auto;
        background-size: 100px auto; } }
  .tour-feature-list span.icon.icon-analyze-6 {
    height: 22px;
    width: 22px;
    background-image: url('../img/icons-sd5858dfc1a.png');
    background-position: 0 -110px;
    background-repeat: no-repeat; }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .tour-feature-list span.icon.icon-analyze-6 {
        background-image: url('../img/icons-2x-s891e3c90b3.png');
        background-position: 0 -110px;
        -moz-background-size: 100px auto;
        -o-background-size: 100px auto;
        -webkit-background-size: 100px auto;
        background-size: 100px auto; } }
  .tour-feature-list span.icon.icon-enterprise-6 {
    height: 22px;
    width: 22px;
    background-image: url('../img/icons-sd5858dfc1a.png');
    background-position: 0 -726px;
    background-repeat: no-repeat; }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .tour-feature-list span.icon.icon-enterprise-6 {
        background-image: url('../img/icons-2x-s891e3c90b3.png');
        background-position: 0 -726px;
        -moz-background-size: 100px auto;
        -o-background-size: 100px auto;
        -webkit-background-size: 100px auto;
        background-size: 100px auto; } }
  .tour-feature-list span.icon.icon-build-7 {
    height: 22px;
    width: 22px;
    background-image: url('../img/icons-sd5858dfc1a.png');
    background-position: 0 -308px;
    background-repeat: no-repeat; }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .tour-feature-list span.icon.icon-build-7 {
        background-image: url('../img/icons-2x-s891e3c90b3.png');
        background-position: 0 -308px;
        -moz-background-size: 100px auto;
        -o-background-size: 100px auto;
        -webkit-background-size: 100px auto;
        background-size: 100px auto; } }
  .tour-feature-list span.icon.icon-analyze-7 {
    height: 22px;
    width: 22px;
    background-image: url('../img/icons-sd5858dfc1a.png');
    background-position: 0 -132px;
    background-repeat: no-repeat; }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .tour-feature-list span.icon.icon-analyze-7 {
        background-image: url('../img/icons-2x-s891e3c90b3.png');
        background-position: 0 -132px;
        -moz-background-size: 100px auto;
        -o-background-size: 100px auto;
        -webkit-background-size: 100px auto;
        background-size: 100px auto; } }
  .tour-feature-list span.icon.icon-enterprise-7 {
    height: 22px;
    width: 22px;
    background-image: url('../img/icons-sd5858dfc1a.png');
    background-position: 0 -748px;
    background-repeat: no-repeat; }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .tour-feature-list span.icon.icon-enterprise-7 {
        background-image: url('../img/icons-2x-s891e3c90b3.png');
        background-position: 0 -748px;
        -moz-background-size: 100px auto;
        -o-background-size: 100px auto;
        -webkit-background-size: 100px auto;
        background-size: 100px auto; } }
  .tour-feature-list span.icon.icon-build-8 {
    height: 22px;
    width: 22px;
    background-image: url('../img/icons-sd5858dfc1a.png');
    background-position: 0 -330px;
    background-repeat: no-repeat; }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .tour-feature-list span.icon.icon-build-8 {
        background-image: url('../img/icons-2x-s891e3c90b3.png');
        background-position: 0 -330px;
        -moz-background-size: 100px auto;
        -o-background-size: 100px auto;
        -webkit-background-size: 100px auto;
        background-size: 100px auto; } }
  .tour-feature-list span.icon.icon-analyze-8 {
    height: 22px;
    width: 22px;
    background-image: url('../img/icons-sd5858dfc1a.png');
    background-position: 0 -154px;
    background-repeat: no-repeat; }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .tour-feature-list span.icon.icon-analyze-8 {
        background-image: url('../img/icons-2x-s891e3c90b3.png');
        background-position: 0 -154px;
        -moz-background-size: 100px auto;
        -o-background-size: 100px auto;
        -webkit-background-size: 100px auto;
        background-size: 100px auto; } }
  .tour-feature-list span.icon.icon-enterprise-8 {
    height: 22px;
    width: 22px;
    background-image: url('../img/icons-sd5858dfc1a.png');
    background-position: 0 -770px;
    background-repeat: no-repeat; }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .tour-feature-list span.icon.icon-enterprise-8 {
        background-image: url('../img/icons-2x-s891e3c90b3.png');
        background-position: 0 -770px;
        -moz-background-size: 100px auto;
        -o-background-size: 100px auto;
        -webkit-background-size: 100px auto;
        background-size: 100px auto; } }
  .tour-feature-list span.icon.icon-collect-1 {
    height: 22px;
    width: 22px;
    background-image: url('../img/icons-sd5858dfc1a.png');
    background-position: 0 -352px;
    background-repeat: no-repeat; }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .tour-feature-list span.icon.icon-collect-1 {
        background-image: url('../img/icons-2x-s891e3c90b3.png');
        background-position: 0 -352px;
        -moz-background-size: 100px auto;
        -o-background-size: 100px auto;
        -webkit-background-size: 100px auto;
        background-size: 100px auto; } }
  .tour-feature-list span.icon.icon-collect-2 {
    height: 22px;
    width: 22px;
    background-image: url('../img/icons-sd5858dfc1a.png');
    background-position: 0 -440px;
    background-repeat: no-repeat; }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .tour-feature-list span.icon.icon-collect-2 {
        background-image: url('../img/icons-2x-s891e3c90b3.png');
        background-position: 0 -440px;
        -moz-background-size: 100px auto;
        -o-background-size: 100px auto;
        -webkit-background-size: 100px auto;
        background-size: 100px auto; } }
  .tour-feature-list span.icon.icon-collect-3 {
    height: 22px;
    width: 22px;
    background-image: url('../img/icons-sd5858dfc1a.png');
    background-position: 0 -462px;
    background-repeat: no-repeat; }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .tour-feature-list span.icon.icon-collect-3 {
        background-image: url('../img/icons-2x-s891e3c90b3.png');
        background-position: 0 -462px;
        -moz-background-size: 100px auto;
        -o-background-size: 100px auto;
        -webkit-background-size: 100px auto;
        background-size: 100px auto; } }
  .tour-feature-list span.icon.icon-collect-4 {
    height: 22px;
    width: 22px;
    background-image: url('../img/icons-sd5858dfc1a.png');
    background-position: 0 -484px;
    background-repeat: no-repeat; }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .tour-feature-list span.icon.icon-collect-4 {
        background-image: url('../img/icons-2x-s891e3c90b3.png');
        background-position: 0 -484px;
        -moz-background-size: 100px auto;
        -o-background-size: 100px auto;
        -webkit-background-size: 100px auto;
        background-size: 100px auto; } }
  .tour-feature-list span.icon.icon-collect-5 {
    height: 22px;
    width: 22px;
    background-image: url('../img/icons-sd5858dfc1a.png');
    background-position: 0 -506px;
    background-repeat: no-repeat; }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .tour-feature-list span.icon.icon-collect-5 {
        background-image: url('../img/icons-2x-s891e3c90b3.png');
        background-position: 0 -506px;
        -moz-background-size: 100px auto;
        -o-background-size: 100px auto;
        -webkit-background-size: 100px auto;
        background-size: 100px auto; } }
  .tour-feature-list span.icon.icon-collect-6 {
    height: 22px;
    width: 22px;
    background-image: url('../img/icons-sd5858dfc1a.png');
    background-position: 0 -528px;
    background-repeat: no-repeat; }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .tour-feature-list span.icon.icon-collect-6 {
        background-image: url('../img/icons-2x-s891e3c90b3.png');
        background-position: 0 -528px;
        -moz-background-size: 100px auto;
        -o-background-size: 100px auto;
        -webkit-background-size: 100px auto;
        background-size: 100px auto; } }
  .tour-feature-list span.icon.icon-collect-7 {
    height: 22px;
    width: 22px;
    background-image: url('../img/icons-sd5858dfc1a.png');
    background-position: 0 -550px;
    background-repeat: no-repeat; }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .tour-feature-list span.icon.icon-collect-7 {
        background-image: url('../img/icons-2x-s891e3c90b3.png');
        background-position: 0 -550px;
        -moz-background-size: 100px auto;
        -o-background-size: 100px auto;
        -webkit-background-size: 100px auto;
        background-size: 100px auto; } }
  .tour-feature-list span.icon.icon-collect-8 {
    height: 22px;
    width: 22px;
    background-image: url('../img/icons-sd5858dfc1a.png');
    background-position: 0 -572px;
    background-repeat: no-repeat; }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .tour-feature-list span.icon.icon-collect-8 {
        background-image: url('../img/icons-2x-s891e3c90b3.png');
        background-position: 0 -572px;
        -moz-background-size: 100px auto;
        -o-background-size: 100px auto;
        -webkit-background-size: 100px auto;
        background-size: 100px auto; } }
  .tour-feature-list span.icon.icon-collect-9 {
    height: 22px;
    width: 22px;
    background-image: url('../img/icons-sd5858dfc1a.png');
    background-position: 0 -594px;
    background-repeat: no-repeat; }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .tour-feature-list span.icon.icon-collect-9 {
        background-image: url('../img/icons-2x-s891e3c90b3.png');
        background-position: 0 -594px;
        -moz-background-size: 100px auto;
        -o-background-size: 100px auto;
        -webkit-background-size: 100px auto;
        background-size: 100px auto; } }
  .tour-feature-list span.icon.icon-collect-10 {
    height: 22px;
    width: 22px;
    background-image: url('../img/icons-sd5858dfc1a.png');
    background-position: 0 -374px;
    background-repeat: no-repeat; }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .tour-feature-list span.icon.icon-collect-10 {
        background-image: url('../img/icons-2x-s891e3c90b3.png');
        background-position: 0 -374px;
        -moz-background-size: 100px auto;
        -o-background-size: 100px auto;
        -webkit-background-size: 100px auto;
        background-size: 100px auto; } }
  .tour-feature-list span.icon.icon-collect-11 {
    height: 22px;
    width: 22px;
    background-image: url('../img/icons-sd5858dfc1a.png');
    background-position: 0 -396px;
    background-repeat: no-repeat; }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .tour-feature-list span.icon.icon-collect-11 {
        background-image: url('../img/icons-2x-s891e3c90b3.png');
        background-position: 0 -396px;
        -moz-background-size: 100px auto;
        -o-background-size: 100px auto;
        -webkit-background-size: 100px auto;
        background-size: 100px auto; } }
  .tour-feature-list span.icon.icon-collect-12 {
    height: 22px;
    width: 22px;
    background-image: url('../img/icons-sd5858dfc1a.png');
    background-position: 0 -418px;
    background-repeat: no-repeat; }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .tour-feature-list span.icon.icon-collect-12 {
        background-image: url('../img/icons-2x-s891e3c90b3.png');
        background-position: 0 -418px;
        -moz-background-size: 100px auto;
        -o-background-size: 100px auto;
        -webkit-background-size: 100px auto;
        background-size: 100px auto; } }
  .tour-feature-list span.icon.icon-mobile-1 {
    height: 22px;
    width: 22px;
    background-image: url('../img/icons-sd5858dfc1a.png');
    background-position: 0 -1192px;
    background-repeat: no-repeat; }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .tour-feature-list span.icon.icon-mobile-1 {
        background-image: url('../img/icons-2x-s891e3c90b3.png');
        background-position: 0 -1192px;
        -moz-background-size: 100px auto;
        -o-background-size: 100px auto;
        -webkit-background-size: 100px auto;
        background-size: 100px auto; } }
  .tour-feature-list span.icon.icon-security-1 {
    height: 22px;
    width: 22px;
    background-image: url('../img/icons-sd5858dfc1a.png');
    background-position: 0 -1608px;
    background-repeat: no-repeat; }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .tour-feature-list span.icon.icon-security-1 {
        background-image: url('../img/icons-2x-s891e3c90b3.png');
        background-position: 0 -1608px;
        -moz-background-size: 100px auto;
        -o-background-size: 100px auto;
        -webkit-background-size: 100px auto;
        background-size: 100px auto; } }
  .tour-feature-list span.icon.icon-mobile-2 {
    height: 22px;
    width: 22px;
    background-image: url('../img/icons-sd5858dfc1a.png');
    background-position: 0 -1214px;
    background-repeat: no-repeat; }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .tour-feature-list span.icon.icon-mobile-2 {
        background-image: url('../img/icons-2x-s891e3c90b3.png');
        background-position: 0 -1214px;
        -moz-background-size: 100px auto;
        -o-background-size: 100px auto;
        -webkit-background-size: 100px auto;
        background-size: 100px auto; } }
  .tour-feature-list span.icon.icon-security-2 {
    height: 22px;
    width: 22px;
    background-image: url('../img/icons-sd5858dfc1a.png');
    background-position: 0 -1630px;
    background-repeat: no-repeat; }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .tour-feature-list span.icon.icon-security-2 {
        background-image: url('../img/icons-2x-s891e3c90b3.png');
        background-position: 0 -1630px;
        -moz-background-size: 100px auto;
        -o-background-size: 100px auto;
        -webkit-background-size: 100px auto;
        background-size: 100px auto; } }
  .tour-feature-list span.icon.icon-mobile-3 {
    height: 22px;
    width: 22px;
    background-image: url('../img/icons-sd5858dfc1a.png');
    background-position: 0 -1236px;
    background-repeat: no-repeat; }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .tour-feature-list span.icon.icon-mobile-3 {
        background-image: url('../img/icons-2x-s891e3c90b3.png');
        background-position: 0 -1236px;
        -moz-background-size: 100px auto;
        -o-background-size: 100px auto;
        -webkit-background-size: 100px auto;
        background-size: 100px auto; } }
  .tour-feature-list span.icon.icon-security-3 {
    height: 22px;
    width: 22px;
    background-image: url('../img/icons-sd5858dfc1a.png');
    background-position: 0 -1652px;
    background-repeat: no-repeat; }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .tour-feature-list span.icon.icon-security-3 {
        background-image: url('../img/icons-2x-s891e3c90b3.png');
        background-position: 0 -1652px;
        -moz-background-size: 100px auto;
        -o-background-size: 100px auto;
        -webkit-background-size: 100px auto;
        background-size: 100px auto; } }
  .tour-feature-list span.icon.icon-mobile-4 {
    height: 22px;
    width: 22px;
    background-image: url('../img/icons-sd5858dfc1a.png');
    background-position: 0 -1258px;
    background-repeat: no-repeat; }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .tour-feature-list span.icon.icon-mobile-4 {
        background-image: url('../img/icons-2x-s891e3c90b3.png');
        background-position: 0 -1258px;
        -moz-background-size: 100px auto;
        -o-background-size: 100px auto;
        -webkit-background-size: 100px auto;
        background-size: 100px auto; } }
  .tour-feature-list span.icon.icon-security-4 {
    height: 22px;
    width: 22px;
    background-image: url('../img/icons-sd5858dfc1a.png');
    background-position: 0 -1674px;
    background-repeat: no-repeat; }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .tour-feature-list span.icon.icon-security-4 {
        background-image: url('../img/icons-2x-s891e3c90b3.png');
        background-position: 0 -1674px;
        -moz-background-size: 100px auto;
        -o-background-size: 100px auto;
        -webkit-background-size: 100px auto;
        background-size: 100px auto; } }
  .tour-feature-list span.icon.icon-support-thumb {
    width: 75px;
    height: 75px;
    margin-right: 0.9375rem;
    height: 75px;
    width: 75px;
    background-image: url('../img/icons-sd5858dfc1a.png');
    background-position: 0 -1961px;
    background-repeat: no-repeat; }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .tour-feature-list span.icon.icon-support-thumb {
        background-image: url('../img/icons-2x-s891e3c90b3.png');
        background-position: 0 -1961px;
        -moz-background-size: 100px auto;
        -o-background-size: 100px auto;
        -webkit-background-size: 100px auto;
        background-size: 100px auto; } }
  .tour-feature-list span.icon.icon-support-email, .tour-feature-list span.icon.icon-support-phone, .tour-feature-list span.icon.icon-support-video, .tour-feature-list span.icon.icon-support-docs {
    width: 55px;
    height: 55px; }
  .tour-feature-list span.icon.icon-support-email {
    height: 55px;
    width: 55px;
    background-image: url('../img/icons-sd5858dfc1a.png');
    background-position: 0 -1851px;
    background-repeat: no-repeat; }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .tour-feature-list span.icon.icon-support-email {
        background-image: url('../img/icons-2x-s891e3c90b3.png');
        background-position: 0 -1851px;
        -moz-background-size: 100px auto;
        -o-background-size: 100px auto;
        -webkit-background-size: 100px auto;
        background-size: 100px auto; } }
  .tour-feature-list span.icon.icon-support-phone {
    height: 55px;
    width: 55px;
    background-image: url('../img/icons-sd5858dfc1a.png');
    background-position: 0 -1906px;
    background-repeat: no-repeat; }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .tour-feature-list span.icon.icon-support-phone {
        background-image: url('../img/icons-2x-s891e3c90b3.png');
        background-position: 0 -1906px;
        -moz-background-size: 100px auto;
        -o-background-size: 100px auto;
        -webkit-background-size: 100px auto;
        background-size: 100px auto; } }
  .tour-feature-list span.icon.icon-support-video {
    height: 55px;
    width: 55px;
    background-image: url('../img/icons-sd5858dfc1a.png');
    background-position: 0 -2036px;
    background-repeat: no-repeat; }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .tour-feature-list span.icon.icon-support-video {
        background-image: url('../img/icons-2x-s891e3c90b3.png');
        background-position: 0 -2033px;
        -moz-background-size: 100px auto;
        -o-background-size: 100px auto;
        -webkit-background-size: 100px auto;
        background-size: 100px auto; } }
  .tour-feature-list span.icon.icon-support-docs {
    height: 55px;
    width: 55px;
    background-image: url('../img/icons-sd5858dfc1a.png');
    background-position: 0 -1796px;
    background-repeat: no-repeat; }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .tour-feature-list span.icon.icon-support-docs {
        background-image: url('../img/icons-2x-s891e3c90b3.png');
        background-position: 0 -1796px;
        -moz-background-size: 100px auto;
        -o-background-size: 100px auto;
        -webkit-background-size: 100px auto;
        background-size: 100px auto; } }

#tour-build {
  background: url(../img/tour-build.png) right bottom no-repeat; }
  @media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
    #tour-build {
      background-image: url("../img/tour-build@2x.png");
      background-size: 675px 455px; } }
  @media only screen and (max-width: 1200px) {
    #tour-build {
      background-position: right -60px bottom; } }
  #tour-build h2 {
    font-size: 1.1875rem; }
  #tour-build .button {
    font-weight: 700 !important;
    font-size: 1rem;
    padding: 0.9375rem 1.25rem;
    width: auto; }
  @media only screen and (max-width: 40em) {
    #tour-build {
      background: url(../img/tour-build-sml.png) center bottom no-repeat;
      padding: 2.5rem 0 14.375rem; } }
  @media only screen and (max-width: 40em) and (min--moz-device-pixel-ratio: 1.5), only screen and (max-width: 40em) and (-o-min-device-pixel-ratio: 3 / 2), only screen and (max-width: 40em) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 40em) and (min-device-pixel-ratio: 1.5), only screen and (max-width: 40em) and (min-resolution: 1.5dppx) {
    #tour-build {
      background-image: url("../img/tour-build-sml@2x.png");
      background-size: 425px 230px; } }

  @media only screen and (min-width: 40.063em) and (max-width: 64em) {
    #tour-build {
      background: url(../img/tour-build-med.png) center bottom no-repeat;
      padding: 4.375rem 0 25.625rem; } }
  @media only screen and (min-width: 40.063em) and (max-width: 64em) and (min--moz-device-pixel-ratio: 1.5), only screen and (min-width: 40.063em) and (max-width: 64em) and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-width: 40.063em) and (max-width: 64em) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 40.063em) and (max-width: 64em) and (min-device-pixel-ratio: 1.5), only screen and (min-width: 40.063em) and (max-width: 64em) and (min-resolution: 1.5dppx) {
    #tour-build {
      background-image: url("../img/tour-build-med@2x.png");
      background-size: 675px 394px; } }

  @media only screen and (min-width: 64.063em) {
    #tour-build {
      padding: 4.375rem 0 3.125rem; } }

#tour-collect {
  background: url(../img/tour-collect.jpg) left bottom no-repeat; }
  @media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
    #tour-collect {
      background-image: url("../img/tour-collect@2x.jpg");
      background-size: 660px 450px; } }
  @media only screen and (max-width: 40em) {
    #tour-collect {
      background: url(../img/tour-collect-sml.jpg) center bottom no-repeat;
      padding-bottom: 15.625rem; } }
  @media only screen and (max-width: 40em) and (min--moz-device-pixel-ratio: 1.5), only screen and (max-width: 40em) and (-o-min-device-pixel-ratio: 3 / 2), only screen and (max-width: 40em) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 40em) and (min-device-pixel-ratio: 1.5), only screen and (max-width: 40em) and (min-resolution: 1.5dppx) {
    #tour-collect {
      background-image: url("../img/tour-collect-sml@2x.jpg");
      background-size: 450px 270px; } }

  @media only screen and (min-width: 40.063em) and (max-width: 64em) {
    #tour-collect {
      background: url(../img/tour-collect-med.jpg) center bottom no-repeat;
      padding-bottom: 25rem; } }
  @media only screen and (min-width: 40.063em) and (max-width: 64em) and (min--moz-device-pixel-ratio: 1.5), only screen and (min-width: 40.063em) and (max-width: 64em) and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-width: 40.063em) and (max-width: 64em) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 40.063em) and (max-width: 64em) and (min-device-pixel-ratio: 1.5), only screen and (min-width: 40.063em) and (max-width: 64em) and (min-resolution: 1.5dppx) {
    #tour-collect {
      background-image: url("../img/tour-collect-med@2x.jpg");
      background-size: 750px 450px; } }

  @media only screen and (min-width: 64.063em) {
    #tour-collect {
      padding: 5rem 0; } }

#tour-analyze {
  background: url(../img/tour-analyze.jpg) right bottom no-repeat; }
  @media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
    #tour-analyze {
      background-image: url("../img/tour-analyze@2x.jpg");
      background-size: 700px 397.5px; } }
  @media only screen and (max-width: 40em) {
    #tour-analyze {
      background: url(../img/tour-analyze-sml.jpg) center bottom no-repeat;
      padding-bottom: 13.75rem; } }
  @media only screen and (max-width: 40em) and (min--moz-device-pixel-ratio: 1.5), only screen and (max-width: 40em) and (-o-min-device-pixel-ratio: 3 / 2), only screen and (max-width: 40em) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 40em) and (min-device-pixel-ratio: 1.5), only screen and (max-width: 40em) and (min-resolution: 1.5dppx) {
    #tour-analyze {
      background-image: url("../img/tour-analyze-sml@2x.jpg");
      background-size: 465px 232.5px; } }

  @media only screen and (min-width: 40.063em) and (max-width: 64em) {
    #tour-analyze {
      background: url(../img/tour-analyze-med.jpg) center bottom no-repeat;
      padding-bottom: 21.875rem; } }
  @media only screen and (min-width: 40.063em) and (max-width: 64em) and (min--moz-device-pixel-ratio: 1.5), only screen and (min-width: 40.063em) and (max-width: 64em) and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-width: 40.063em) and (max-width: 64em) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 40.063em) and (max-width: 64em) and (min-device-pixel-ratio: 1.5), only screen and (min-width: 40.063em) and (max-width: 64em) and (min-resolution: 1.5dppx) {
    #tour-analyze {
      background-image: url("../img/tour-analyze-med@2x.jpg");
      background-size: 750px 375px; } }

  @media only screen and (min-width: 64.063em) {
    #tour-analyze {
      padding: 5rem 0; } }

#tour-mobile {
  background: url(../img/tour-mobile.jpg) center top no-repeat;
  background-size: cover; }
  @media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
    #tour-mobile {
      background-image: url("../img/tour-mobile@2x.jpg"); } }
  @media only screen and (max-width: 40em) {
    #tour-mobile {
      background: url(../img/tour-mobile-sml.jpg) center top no-repeat;
      background-size: cover;
      padding-bottom: 2.5rem; } }
  @media only screen and (max-width: 40em) and (min--moz-device-pixel-ratio: 1.5), only screen and (max-width: 40em) and (-o-min-device-pixel-ratio: 3 / 2), only screen and (max-width: 40em) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 40em) and (min-device-pixel-ratio: 1.5), only screen and (max-width: 40em) and (min-resolution: 1.5dppx) {
    #tour-mobile {
      background-image: url("../img/tour-mobile-sml@2x.jpg"); } }

#tour-enterprise {
  background-color: #022d56; }
  #tour-enterprise p {
    color: #a0bad4; }
  #tour-enterprise ul {
    margin-top: 1.875rem; }
  #tour-enterprise .panel {
    background-color: rgba(255, 255, 255, 0.07);
    border: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; }
    #tour-enterprise .panel strong {
      color: #ffffff; }
  @media only screen and (max-width: 40em) {
    #tour-enterprise img {
      display: block;
      margin: 0 auto; } }

#tour-security {
  background-color: #1262b3; }
  #tour-security ul {
    margin-top: 1.25rem; }
  #tour-security p {
    color: #a0bad4; }

#tour-support {
  background: url(../img/tour-support.jpg) center bottom no-repeat; }
  @media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
    #tour-support {
      background-image: url("../img/tour-support@2x.jpg");
      background-size: 660px 400px; } }
  @media only screen and (max-width: 40em) {
    #tour-support {
      padding-bottom: 23.4375rem; } }
  @media only screen and (min-width: 40.063em) and (max-width: 64em) {
    #tour-support {
      padding-bottom: 23.4375rem; } }
  @media only screen and (min-width: 64.063em) and (max-width: 1200px) {
    #tour-support {
      background-position: left -70px top; } }
  @media only screen and (min-width: 64.063em) {
    #tour-support {
      padding: 5rem 0;
      background-position: left top; } }

.tour-page-enterprise #tour-build .btn-enterprise-contact,
.tour-page-enterprise #tour-enterprise .btn-enterprise-contact {
  width: 100%;
  max-width: none;
  font-size: 1.2em;
  font-weight: 700 !important;
  line-height: 1; }
  .tour-page-enterprise #tour-build .btn-enterprise-contact span,
  .tour-page-enterprise #tour-enterprise .btn-enterprise-contact span {
    font-size: 0.6em;
    text-transform: initial;
    color: #D1EF9F;
    font-weight: 500; }
.tour-page-enterprise #tour-build .tour-phone,
.tour-page-enterprise #tour-enterprise .tour-phone {
  font-size: 1.1em;
  font-weight: 600;
  display: block;
  margin-bottom: 40px; }

.masthead .top-extra .masthead-btns .btn-header-enterprise-contact {
  display: none !important; }

.page-template-page-lp-enterprise-php .masthead .top-extra .masthead-btns .btn-header-signup {
  display: none !important; }
.page-template-page-lp-enterprise-php .masthead .top-extra .masthead-btns .btn-myaccount {
  display: none !important; }
.page-template-page-lp-enterprise-php .masthead .top-extra .masthead-btns .btn-header-enterprise-contact {
  display: inline !important; }

.mobile-panel {
  background: url(../img/mobile-panel.jpg) center top no-repeat;
  background-size: cover; }
  @media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
    .mobile-panel {
      background-image: url("../img/mobile-panel@2x.jpg"); } }
  .mobile-panel h1, .mobile-panel p {
    color: #ffffff;
    text-shadow: rgba(33, 33, 33, 0.6) 1px 1px 0; }
  .mobile-panel p {
    font-size: 1.125rem;
    font-weight: 300; }
    .mobile-panel p small {
      font-size: 0.875rem;
      font-weight: 600;
      margin-top: 0; }
  @media only screen and (max-width: 40em) {
    .mobile-panel {
      background: url(../img/mobile-panel-sml.jpg) center top no-repeat;
      background-size: cover;
      padding: 2.1875rem 0 1.25rem; } }
  @media only screen and (max-width: 40em) and (min--moz-device-pixel-ratio: 1.5), only screen and (max-width: 40em) and (-o-min-device-pixel-ratio: 3 / 2), only screen and (max-width: 40em) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 40em) and (min-device-pixel-ratio: 1.5), only screen and (max-width: 40em) and (min-resolution: 1.5dppx) {
    .mobile-panel {
      background-image: url("../img/mobile-panel-sml@2x.jpg");
      background-size: 640px 640px; } }

  @media only screen and (min-width: 641px) and (max-width: 768px) {
    .mobile-panel {
      background: url(../img/mobile-panel-med.jpg) center top no-repeat;
      background-size: cover;
      padding: 4.375rem 0 2.1875rem; } }
  @media only screen and (min-width: 641px) and (max-width: 768px) and (min--moz-device-pixel-ratio: 1.5), only screen and (min-width: 641px) and (max-width: 768px) and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-width: 641px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 641px) and (max-width: 768px) and (min-device-pixel-ratio: 1.5), only screen and (min-width: 641px) and (max-width: 768px) and (min-resolution: 1.5dppx) {
    .mobile-panel {
      background-image: url("../img/mobile-panel-med@2x.jpg"); } }

  @media only screen and (min-width: 64.063em) {
    .mobile-panel {
      padding: 5.625rem 0 2.1875rem; } }

.mobile-features {
  background-color: #0355a1;
  padding: 2.5rem 0; }
  .mobile-features .mobile-icon {
    width: 100px;
    height: 82px;
    margin: 0 auto; }
    .mobile-features .mobile-icon.mobile-icon-responsive {
      height: 82px;
      width: 100px;
      background-image: url('../img/icons-sd5858dfc1a.png');
      background-position: 0 -1526px;
      background-repeat: no-repeat; }
      @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .mobile-features .mobile-icon.mobile-icon-responsive {
          background-image: url('../img/icons-2x-s891e3c90b3.png');
          background-position: 0 -1526px;
          -moz-background-size: 100px auto;
          -o-background-size: 100px auto;
          -webkit-background-size: 100px auto;
          background-size: 100px auto; } }
    .mobile-features .mobile-icon.mobile-icon-interactive {
      height: 82px;
      width: 100px;
      background-image: url('../img/icons-sd5858dfc1a.png');
      background-position: 0 -1362px;
      background-repeat: no-repeat; }
      @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .mobile-features .mobile-icon.mobile-icon-interactive {
          background-image: url('../img/icons-2x-s891e3c90b3.png');
          background-position: 0 -1362px;
          -moz-background-size: 100px auto;
          -o-background-size: 100px auto;
          -webkit-background-size: 100px auto;
          background-size: 100px auto; } }
    .mobile-features .mobile-icon.mobile-icon-detection {
      height: 82px;
      width: 100px;
      background-image: url('../img/icons-sd5858dfc1a.png');
      background-position: 0 -1280px;
      background-repeat: no-repeat; }
      @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .mobile-features .mobile-icon.mobile-icon-detection {
          background-image: url('../img/icons-2x-s891e3c90b3.png');
          background-position: 0 -1280px;
          -moz-background-size: 100px auto;
          -o-background-size: 100px auto;
          -webkit-background-size: 100px auto;
          background-size: 100px auto; } }
    .mobile-features .mobile-icon.mobile-icon-online {
      height: 82px;
      width: 100px;
      background-image: url('../img/icons-sd5858dfc1a.png');
      background-position: 0 -1444px;
      background-repeat: no-repeat; }
      @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .mobile-features .mobile-icon.mobile-icon-online {
          background-image: url('../img/icons-2x-s891e3c90b3.png');
          background-position: 0 -1444px;
          -moz-background-size: 100px auto;
          -o-background-size: 100px auto;
          -webkit-background-size: 100px auto;
          background-size: 100px auto; } }
  .mobile-features h2 {
    font-size: 1.1875rem;
    font-weight: 400;
    margin-bottom: 1.25rem;
    color: #ffffff; }
  .mobile-features h3 {
    font-size: 0.9375rem;
    font-weight: 300;
    margin-top: 0.625rem;
    color: #ffffff; }
  .mobile-features a {
    display: block;
    padding: 0.625rem;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px; }
    .mobile-features a:hover {
      background-color: #046fd3; }

#mobile-responsive {
  background: url(../img/mobile-responsive.jpg) bottom right no-repeat; }
  @media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
    #mobile-responsive {
      background-image: url("../img/mobile-responsive@2x.jpg");
      background-size: 675px 400px; } }
  @media only screen and (max-width: 40em) {
    #mobile-responsive {
      background: url(../img/mobile-responsive-sml.jpg) bottom center no-repeat;
      padding-bottom: 18.75rem; } }
  @media only screen and (max-width: 40em) and (min--moz-device-pixel-ratio: 1.5), only screen and (max-width: 40em) and (-o-min-device-pixel-ratio: 3 / 2), only screen and (max-width: 40em) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 40em) and (min-device-pixel-ratio: 1.5), only screen and (max-width: 40em) and (min-resolution: 1.5dppx) {
    #mobile-responsive {
      background-image: url("../img/mobile-responsive-sml@2x.jpg");
      background-size: 540px 320px; } }

  @media only screen and (min-width: 40.063em) and (max-width: 64em) {
    #mobile-responsive {
      background-position: right -50px bottom; } }
  @media only screen and (min-width: 64.063em) {
    #mobile-responsive {
      padding: 5rem 0; } }

#mobile-interactive {
  background: url(../img/mobile-interactive.jpg) bottom left no-repeat; }
  @media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
    #mobile-interactive {
      background-image: url("../img/mobile-interactive@2x.jpg");
      background-size: 675px 400px; } }
  @media only screen and (max-width: 40em) {
    #mobile-interactive {
      background: url(../img/mobile-interactive-sml.jpg) center bottom no-repeat;
      padding-bottom: 14.375rem; } }
  @media only screen and (max-width: 40em) and (min--moz-device-pixel-ratio: 1.5), only screen and (max-width: 40em) and (-o-min-device-pixel-ratio: 3 / 2), only screen and (max-width: 40em) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 40em) and (min-device-pixel-ratio: 1.5), only screen and (max-width: 40em) and (min-resolution: 1.5dppx) {
    #mobile-interactive {
      background-image: url("../img/mobile-interactive-sml@2x.jpg");
      background-size: 500px 216px; } }

  @media only screen and (min-width: 40.063em) and (max-width: 64em) {
    #mobile-interactive {
      background-position: left -100px bottom; } }
  @media only screen and (min-width: 641px) and (max-width: 900px) {
    #mobile-interactive {
      background-position: left -200px bottom; } }
  @media only screen and (min-width: 901px) and (max-width: 1280px) {
    #mobile-interactive {
      background-position: left -100px bottom; } }
  @media only screen and (min-width: 64.063em) {
    #mobile-interactive {
      padding: 5rem 0; } }

#mobile-detection {
  background: url(../img/mobile-detection.jpg) bottom right no-repeat; }
  @media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
    #mobile-detection {
      background-image: url("../img/mobile-detection@2x.jpg");
      background-size: 675px 400px; } }
  @media only screen and (max-width: 40em) {
    #mobile-detection {
      background: url(../img/mobile-detection-sml.jpg) bottom center no-repeat;
      padding-bottom: 18.75rem; } }
  @media only screen and (max-width: 40em) and (min--moz-device-pixel-ratio: 1.5), only screen and (max-width: 40em) and (-o-min-device-pixel-ratio: 3 / 2), only screen and (max-width: 40em) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 40em) and (min-device-pixel-ratio: 1.5), only screen and (max-width: 40em) and (min-resolution: 1.5dppx) {
    #mobile-detection {
      background-image: url("../img/mobile-detection-sml@2x.jpg");
      background-size: 540px 320px; } }

  @media only screen and (min-width: 40.063em) and (max-width: 64em) {
    #mobile-detection {
      background-position: right -20px bottom; } }
  @media only screen and (min-width: 64.063em) {
    #mobile-detection {
      padding: 5rem 0; } }

#mobile-online {
  background: url(../img/mobile-online.jpg) bottom left no-repeat; }
  @media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
    #mobile-online {
      background-image: url("../img/mobile-online@2x.jpg");
      background-size: 675px 400px; } }
  @media only screen and (max-width: 40em) {
    #mobile-online {
      background: url(../img/mobile-online-sml.jpg) bottom center no-repeat;
      padding-bottom: 18.75rem; } }
  @media only screen and (max-width: 40em) and (min--moz-device-pixel-ratio: 1.5), only screen and (max-width: 40em) and (-o-min-device-pixel-ratio: 3 / 2), only screen and (max-width: 40em) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 40em) and (min-device-pixel-ratio: 1.5), only screen and (max-width: 40em) and (min-resolution: 1.5dppx) {
    #mobile-online {
      background-image: url("../img/mobile-online-sml@2x.jpg");
      background-size: 540px 320px; } }

  @media only screen and (min-width: 40.063em) and (max-width: 64em) {
    #mobile-online {
      background-position: left -50px bottom; } }
  @media only screen and (min-width: 64.063em) {
    #mobile-online {
      padding: 5rem 0; } }

.webinars-page h2 {
  font-size: 1.1875rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #aaa;
  border-bottom: 1px solid #ddd; }
.webinars-page .panel {
  margin: 0.625rem 0 2.1875rem; }

.upcoming-webinars article {
  padding: 1.25rem 0; }
  .upcoming-webinars article h3 {
    font-size: 1.375rem; }
  .upcoming-webinars article .webinar-date {
    font-weight: 300;
    min-height: 20px;
    display: block;
    padding: 0.1875rem 0 0 1.6875rem;
    background: url(../img/icon-calendar.png) top left no-repeat;
    font-style: italic; }
    @media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
      .upcoming-webinars article .webinar-date {
        background-image: url("../img/icon-calendar@2x.png");
        background-size: 20px 20px; } }

.recorded-webinars article {
  padding: 1.25rem 0 0;
  border-bottom: 1px dotted #ddd; }
  .recorded-webinars article h3 {
    margin-bottom: 0; }

.template-list li {
  font-size: 0.875rem;
  background: url(../img/icon-template.png) top 3px left no-repeat;
  padding: 0 0 0 1.4375rem;
  margin: 0.3125rem 0; }

.template-type {
  border: 1px solid #d1cfcf;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 3px 4px 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 3px 4px 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 3px 4px 10px;
  padding: 1.875rem 1.875rem 0.625rem;
  margin: 1.25rem 0; }

.tax-template-category .content-main .medium-8 h3 {
  border-bottom: 1px solid #ddd;
  margin: 2.1875rem 0 0.9375rem; }

.template-meta {
  background-color: #f1f1f1;
  border: 1px solid #ddd;
  padding: 0.9375rem 1.25rem;
  margin-bottom: 1.25rem; }
  .template-meta h4 {
    font-size: 0.875rem;
    font-weight: 800;
    color: #212121;
    text-transform: uppercase; }
  .template-meta ul {
    margin-bottom: 0; }
    .template-meta ul li {
      font-size: 0.8125rem;
      padding: 0.25rem;
      border-top: 1px dotted #bbb; }
  .template-meta .button {
    padding: 0.3125rem 0.75rem;
    font-size: 0.75rem;
    margin: 0;
    top: 2px;
    left: 5px; }

iframe.template-embed {
  width: 100%;
  border: 1px solid #d4d4d4;
  min-height: 500px;
  margin-bottom: 1.25rem; }

.template-ad {
  padding: 1.25rem; }
  .template-ad .template-ad-inner {
    background-color: #0355a1;
    padding: 1.25rem 0.625rem;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px; }
    .template-ad .template-ad-inner h3 {
      color: #ffffff;
      margin: 0.625rem 0 0.1875rem;
      line-height: 1.375rem;
      font-size: 1.0625rem; }
    .template-ad .template-ad-inner p {
      color: #bfdffe;
      font-weight: 300;
      margin-bottom: 0;
      line-height: 1.125rem; }
      @media only screen and (max-width: 40em) {
        .template-ad .template-ad-inner p {
          margin: 0.625rem 0 1.25rem; } }
    .template-ad .template-ad-inner .button {
      margin: 0; }
      .template-ad .template-ad-inner .button .btn-lrg-txt {
        font-size: 1.0625rem; }

#target-steps, #target-access, #target-traits {
  padding: 2.5rem 0; }
  #target-steps img, #target-access img, #target-traits img {
    display: block;
    margin: 0 auto; }
  #target-steps h3, #target-access h3, #target-traits h3 {
    margin-top: 1.25rem;
    font-size: 1.3125rem; }

#target-access {
  background: url(../img/target-access.jpg) top right no-repeat; }
  @media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
    #target-access {
      background-image: url("../img/target-access@2x.jpg");
      background-size: 500px 414.5px; } }

#target-traits h4 {
  font-size: 1rem;
  margin-bottom: 0; }

#target-video {
  padding: 1.25rem 0; }
  @media only screen and (min-width: 40.063em) {
    #target-video h2 {
      margin-top: 4.0625rem; } }

#target-signup {
  background-color: #0355a1;
  padding: 1.875rem 0 0; }
  #target-signup h2 {
    color: #ffffff;
    margin-right: 0.625rem; }

.blog-roll {
  padding: 3.75rem 0; }
  @media only screen and (min-width: 64.063em) {
    .blog-roll {
      padding: 3.75rem 3.125rem 3.75rem 0;
      border-right: 1px solid #E0DCDC; } }
  .blog-roll h1 {
    font-size: 2.5rem;
    margin-bottom: 2.1875rem; }
  .single .blog-roll h1 {
    font-size: 1.625rem;
    font-weight: 600;
    margin-bottom: 0.625rem; }
  .blog-roll .attachment-post-thumbnail {
    margin-bottom: 1.875rem; }

.blog-sidebar {
  padding: 3.75rem 0; }

.blog-post {
  background: url(../img/blog-divider.png) bottom left no-repeat;
  padding-bottom: 3.75rem;
  margin-bottom: 2.5rem; }
  @media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
    .blog-post {
      background-image: url("../img/blog-divider@2x.png");
      background-size: 700px 8px; } }
  .blog-post .wp-post-image {
    margin-bottom: 1.875rem; }
  .blog-post h1, .blog-post h2 {
    font-weight: 600;
    font-size: 1.3125rem;
    margin-bottom: 0.1875rem; }
  .blog-post .essb_links_list a {
    padding: 0 0.5rem; }
  .blog-post .post-meta {
    padding: 0.1875rem 0; }
    .blog-post .post-meta .post-avatar {
      float: left;
      margin: 0 0.3125rem 0 0; }
    .blog-post .post-meta .post-meta-txt {
      margin: 4px 0 0 30px;
      display: block; }

.post-meta {
  border-top: 1px dotted #ddd;
  border-bottom: 1px dotted #ddd;
  font-size: 0.8125rem;
  margin: 0 0 0.9375rem;
  display: block;
  font-weight: 300;
  color: #838383;
  line-height: 1.1875rem;
  padding: 0.3125rem 0; }
  .post-meta .avatar {
    border-radius: 30px;
    margin-right: 0.1875rem; }

.post-title {
  margin-bottom: 0.625rem; }
  .post-title .avatar {
    float: left;
    margin-right: 0.9375rem;
    border-radius: 50px;
    display: block;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%); }
    @media only screen and (max-width: 40em) {
      .post-title .avatar {
        display: none; } }
  .post-title h1 {
    margin-left: 65px;
    line-height: 2rem; }
    @media only screen and (max-width: 40em) {
      .post-title h1 {
        margin-left: 0; } }

.post-meta span {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem; }
.post-meta .author {
  background: url(../img/icon-meta-author.png) top left no-repeat;
  padding-left: 1.5rem; }
  @media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
    .post-meta .author {
      background-image: url("../img/icon-meta-author@2x.png");
      background-size: 20px 20px; } }
.post-meta .date {
  background: url(../img/icon-meta-calendar.png) top left no-repeat;
  padding-left: 1.5rem;
  margin-left: 0.625rem; }
  @media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
    .post-meta .date {
      background-image: url("../img/icon-meta-calendar@2x.png");
      background-size: 20px 20px; } }
.post-meta .categories {
  background: url(../img/icon-meta-categories.png) top left no-repeat;
  padding-left: 1.5rem;
  margin-left: 0.625rem; }
  @media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
    .post-meta .categories {
      background-image: url("../img/icon-meta-categories@2x.png");
      background-size: 20px 20px; } }

.blog-post .essb_links {
  margin: -10px 0 !important; }

.essb_links_list li a {
  border: none !important;
  -moz-border-radius: 3px !important;
  -webkit-border-radius: 3px;
  border-radius: 3px !important;
  background-image: none !important;
  background-color: #bbb !important;
  margin: 0.125rem 0.625rem 0.125rem 0 !important; }
  .essb_links_list li a:hover {
    background-color: #023b6f !important; }
.essb_links_list li.essb_hide_name a:hover .essb_network_name {
  margin-left: 0.3125rem !important; }

.ts-fab-tab {
  border: 1px solid #ddd !important;
  padding: 1.5625rem !important; }

.yarpp-related {
  border: 1px solid #ddd;
  padding: 1.25rem;
  background-color: #f1f1f1;
  margin-bottom: 1.875rem; }
  .yarpp-related ol {
    margin-bottom: 0; }
  .yarpp-related.yarpp-related-none {
    display: none; }

.blog-ad-hangouts {
  padding: 2.1875rem 1.5625rem;
  background: url(../img/hangouts.jpg) top left no-repeat;
  background-size: cover; }
  @media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
    .blog-ad-hangouts {
      background-image: url("../img/hangouts@2x.jpg"); } }
  @media only screen and (max-width: 40em) {
    .blog-ad-hangouts {
      background: none;
      background-color: #3d342b; } }
  .blog-ad-hangouts span, .blog-ad-hangouts h4, .blog-ad-hangouts p {
    text-shadow: rgba(33, 33, 33, 0.6) 1px 1px 5px; }
  .blog-ad-hangouts span {
    font-size: 0.875rem;
    color: #74bbfc; }
  .blog-ad-hangouts h4 {
    color: #ffffff;
    margin: 0 0 0.3125rem;
    font-size: 1.875rem; }
  .blog-ad-hangouts p {
    color: #ffffff;
    font-size: 0.75rem;
    line-height: 1.0625rem;
    margin-bottom: 0;
    font-weight: 300; }
  .blog-ad-hangouts .button {
    -moz-box-shadow: rgba(33, 33, 33, 0.5) 0 0 25px;
    -webkit-box-shadow: rgba(33, 33, 33, 0.5) 0 0 25px;
    box-shadow: rgba(33, 33, 33, 0.5) 0 0 25px;
    margin: 1.875rem 1.5625rem 0;
    display: block; }

.author-info {
  background-color: #eee;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 1.875rem;
  margin-bottom: 2.5rem; }
  .author-info img {
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    float: left;
    margin-right: 1.875rem; }
  .author-info .author-txt {
    overflow: hidden; }
    .author-info .author-txt p {
      margin-bottom: 0; }

.search-title {
  font-style: italic;
  margin-bottom: 1.875rem;
  font-size: 1.625rem;
  border-bottom: 1px dotted #bbb;
  padding-bottom: 0.3125rem; }

.masthead.masthead-university, .masthead.masthead-university ul {
  background-color: #222; }
.masthead.masthead-university .masthead-top a {
  color: #94a5b4; }
.masthead.masthead-university .title-area .name {
  margin-top: 0.125rem; }
.masthead.masthead-university .current-university-parent > a, .masthead.masthead-university .current-university-parent > a {
  color: #94a5b4; }
  .masthead.masthead-university .current-university-parent > a:hover, .masthead.masthead-university .current-university-parent > a:hover {
    color: #ffffff; }
.masthead.masthead-university .top-extra {
  float: right; }
  .masthead.masthead-university .top-extra .has-form {
    padding-right: 0; }
    .masthead.masthead-university .top-extra .has-form .button {
      padding: 0 0.75rem; }
    .masthead.masthead-university .top-extra .has-form .postfix {
      height: 2rem; }
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (max-width: 830px) {
  .masthead.masthead-university .top-extra {
    display: none; } }

  @media only screen and (max-width: 40em) {
    .masthead.masthead-university .top-extra {
      float: none;
      padding-right: 0.9375rem; }
      .masthead.masthead-university .top-extra li.has-form {
        border: none; } }

.university-panel {
  background: url(../img/university-panel.jpg) center top no-repeat;
  background-size: cover; }
  @media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
    .university-panel {
      background-image: url("../img/university-panel@2x.jpg"); } }
  @media only screen and (max-width: 40em) {
    .university-panel {
      background: url(../img/university-panel-sml.jpg) center top no-repeat;
      background-size: cover;
      padding: 2.5rem 0; } }
  @media only screen and (max-width: 40em) and (min--moz-device-pixel-ratio: 1.5), only screen and (max-width: 40em) and (-o-min-device-pixel-ratio: 3 / 2), only screen and (max-width: 40em) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 40em) and (min-device-pixel-ratio: 1.5), only screen and (max-width: 40em) and (min-resolution: 1.5dppx) {
    .university-panel {
      background-image: url("../img/university-panel-sml@2x.jpg"); } }

  @media only screen and (min-width: 40.063em) {
    .university-panel {
      padding: 5rem 0; } }
  .university-panel h1, .university-panel h2 {
    color: #ffffff; }
  .university-panel h1 {
    font-size: 2.3125rem; }
  .university-panel h2 {
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
    color: #b7d5f4; }
  .university-panel input {
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px 0 0 4px; }
  .university-panel .button {
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0;
    border-radius: 0 4px 4px 0; }

.university-blog .blog-post {
  background-image: none;
  padding-bottom: 0; }

.university-articles {
  padding: 3.75rem 0; }
  .university-articles .blog-post {
    background: none;
    padding-bottom: 0; }
  .university-articles [class*="block-grid-"] > li {
    max-width: 100%; }

.uni-type-intro {
  margin-bottom: 2.5rem;
  border-bottom: 2px dotted #ddd; }
  .uni-type-intro h1 {
    font-size: 2.375rem;
    margin-bottom: 0.3125rem; }
  .uni-type-intro p {
    font-size: 1rem;
    font-weight: 300;
    font-style: italic; }

/* [ ?? - Testimonials ]
----------------------------------------------------------*/
.testimonial-list li div {
  padding: 1.25rem;
  background-color: #ededed;
  margin-bottom: 1.25rem;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; }
.testimonial-list blockquote, .testimonial-list blockquote p {
  border: none;
  padding: 0;
  margin: 0;
  line-height: 1.375rem;
  font-size: 0.875rem; }
  .testimonial-list blockquote cite, .testimonial-list blockquote p cite {
    margin-top: 0.625rem;
    text-transform: none;
    font-style: italic;
    line-height: 1rem;
    font-weight: 300; }
    .testimonial-list blockquote cite span, .testimonial-list blockquote p cite span {
      font-style: normal;
      font-weight: 700; }
  .testimonial-list blockquote img, .testimonial-list blockquote p img {
    margin: 0 1.25rem 0 0; }

/* [ 6.0 - Sidebar ]
----------------------------------------------------------*/
@media only screen and (min-width: 64.063em) {
  .sidebar {
    margin-left: 0.625rem; } }

.blog-sidebar .widget {
  background: url(../img/widget-stripe.png) left bottom repeat-x;
  padding-bottom: 1.25rem; }
  @media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
    .blog-sidebar .widget {
      background-image: url("../img/widget-stripe@2x.png");
      background-size: 4px 20px; } }

.widget {
  margin: 1.25rem 0; }
  .widget.widget_categories h3 {
    text-transform: uppercase;
    font-size: 0.9375rem;
    font-weight: 800; }
  .widget.widget-clients {
    text-align: center; }
    .widget.widget-clients h3 {
      text-transform: uppercase;
      margin-bottom: 0; }
    .widget.widget-clients ul li {
      padding-bottom: 0; }
  .widget.widget-testimonials div {
    padding: 1.25rem;
    background-color: #ededed;
    margin-bottom: 1.25rem; }
  .widget.widget-testimonials h3 {
    text-align: center; }
  .widget.widget-testimonials blockquote, .widget.widget-testimonials blockquote p {
    border: none;
    padding: 0;
    margin: 0;
    line-height: 1.375rem;
    font-size: 0.875rem; }
    .widget.widget-testimonials blockquote cite, .widget.widget-testimonials blockquote p cite {
      margin-top: 0.625rem;
      text-transform: none;
      font-style: italic;
      line-height: 1rem;
      font-weight: 300; }
      .widget.widget-testimonials blockquote cite span, .widget.widget-testimonials blockquote p cite span {
        font-style: normal;
        font-weight: 700; }
    .widget.widget-testimonials blockquote img, .widget.widget-testimonials blockquote p img {
      margin: 0 1.25rem 0 0; }
  .widget.widget-signup h3 {
    text-align: center;
    margin-bottom: 0.625rem;
    font-weight: 900;
    text-transform: uppercase; }
  .widget.widget-signup .button.btn-3d {
    padding: 0.8125rem 0.625rem;
    font-weight: 700 !important;
    font-size: 1.0625rem;
    margin-bottom: 0.625rem; }
  .widget.widget-signup p {
    margin-bottom: 0;
    line-height: 0.75rem;
    font-size: 1.125rem; }
    .widget.widget-signup p a {
      border-bottom: 1px dotted; }
      .widget.widget-signup p a:hover {
        border: none; }
  .widget.widget-signup-blue p a {
    color: #74bbfc; }
  .widget.widget-signup-blue, .widget.widget-weekly-demos {
    color: #ffffff; }
    .widget.widget-signup-blue .widget-inner, .widget.widget-weekly-demos .widget-inner {
      background-color: #0355a1;
      padding: 1.25rem;
      margin-bottom: 1.25rem; }
    .widget.widget-signup-blue h3, .widget.widget-weekly-demos h3 {
      color: #ffffff;
      text-align: center;
      margin-bottom: 0.625rem; }
  .widget.widget-signup-white .widget-inner {
    padding: 1.25rem;
    border: 1px solid #ddd; }
  .widget.widget-signup-white p a {
    border-bottom: 1px dotted; }
    .widget.widget-signup-white p a:hover {
      border: none; }
  .widget.widget-try-today h3 {
    font-weight: 700;
    font-size: 0.9375rem; }
  .widget.widget-try-today li {
    background: url(../img/icon-check.png) top left no-repeat;
    font-size: 0.8125rem;
    padding-left: 2.1875rem;
    line-height: 1.1875rem;
    margin: 0.8125rem 0;
    color: #bfdffe;
    font-weight: 300; }
  .widget.widget-try-today .button.btn-3d {
    margin-bottom: 0.3125rem; }
  .widget.widget-weekly-demos .widget-inner {
    margin-bottom: 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px;
    border-radius: 5px 5px 0 0; }
    .widget.widget-weekly-demos .widget-inner h3 {
      margin: 0; }
  .widget.widget-weekly-demos .widget-inner.widget-demo-info {
    background-color: #f1f1f1;
    padding: 0.9375rem 1.875rem;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0;
    border-radius: 0 0 5px 5px; }
  .widget.widget-weekly-demos p, .widget.widget-weekly-demos li {
    color: #666;
    font-size: 0.8125rem;
    line-height: 1.25rem;
    margin: 0.625rem 0; }
    .widget.widget-weekly-demos p a, .widget.widget-weekly-demos li a {
      border-bottom: 1px dotted; }
      .widget.widget-weekly-demos p a:hover, .widget.widget-weekly-demos li a:hover {
        border: none; }
  .widget.widget-weekly-demos .button {
    border: none;
    padding: 0.9375rem 1.25rem;
    margin: 0.4375rem 0; }
  .widget.widget-ad-university {
    background: #222 url(../img/widget-ad-uni.jpg) bottom right no-repeat;
    padding: 0.9375rem 0.625rem;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px; }
    @media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
      .widget.widget-ad-university {
        background-image: url("../img/widget-ad-uni@2x.jpg");
        background-size: 310px 162.5px; } }
    @media only screen and (min-width: 40.063em) and (max-width: 64em) {
      .widget.widget-ad-university {
        background: url(../img/widget-ad-uni-med.jpg); } }
  @media only screen and (min-width: 40.063em) and (max-width: 64em) and (min--moz-device-pixel-ratio: 1.5), only screen and (min-width: 40.063em) and (max-width: 64em) and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-width: 40.063em) and (max-width: 64em) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 40.063em) and (max-width: 64em) and (min-device-pixel-ratio: 1.5), only screen and (min-width: 40.063em) and (max-width: 64em) and (min-resolution: 1.5dppx) {
    .widget.widget-ad-university {
      background-image: url("../img/widget-ad-uni-med@2x.jpg");
      background-size: 310px 162.5px; } }

    .widget.widget-ad-university h4 {
      font-size: 0.9375rem;
      color: #ffffff; }
    .widget.widget-ad-university p {
      color: #bfdffe;
      font-size: 0.75rem;
      margin: 0.625rem 0 0;
      line-height: 1.0625rem; }
      .widget.widget-ad-university p a {
        color: #ffffff;
        padding: 0; }
        .widget.widget-ad-university p a span {
          font-size: 1.5rem;
          color: #E6802D;
          position: relative;
          top: 2px;
          margin-right: 0.3125rem;
          line-height: 1; }
        .widget.widget-ad-university p a:hover {
          color: #42a2fb; }
  .widget.widget_mailchimpsf_widget h3 {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 0.9375rem; }
  .widget.widget_mailchimpsf_widget #mc_subheader {
    font-size: 0.8125rem;
    line-height: 1.1875rem; }
  .widget.widget_mailchimpsf_widget #mc_signup_form {
    padding: 0; }
  .widget.widget_mailchimpsf_widget .mc_var_label {
    text-transform: uppercase;
    font-size: 0.75rem;
    font-style: italic; }
  .widget.widget_mailchimpsf_widget .mc_email_format, .widget.widget_mailchimpsf_widget .mc_email_options {
    display: none; }
  .widget.widget_mailchimpsf_widget .mc_required {
    display: none; }
  .widget.widget_mailchimpsf_widget .mc_signup_submit {
    text-align: left; }
  .widget.widget_mailchimpsf_widget #mc_signup_submit {
    width: auto;
    padding: 0.625rem 1.25rem;
    margin-top: 0; }
  .widget.widget_mailchimpsf_widget .button {
    font-size: 0.8125rem;
    text-transform: uppercase;
    padding: 0.625rem;
    background-color: #E6802D; }
    .widget.widget_mailchimpsf_widget .button:hover {
      background-color: #b15b15; }
  .widget.widget_mailchimpsf_widget #mc_message {
    margin-bottom: 1.25rem;
    line-height: 1.25rem; }
  .widget.widget_mailchimpsf_widget .mc_success_msg {
    color: #81bc1e; }

.widget_recent_entries, .widget_yarpp_widget, .popular-posts {
  margin-bottom: 1.875rem; }
  .widget_recent_entries h3, .widget_yarpp_widget h3, .popular-posts h3 {
    font-weight: 700;
    text-transform: uppercase; }
  .widget_recent_entries ul, .widget_recent_entries ol, .widget_yarpp_widget ul, .widget_yarpp_widget ol, .popular-posts ul, .popular-posts ol {
    margin-left: 0;
    border-top: 1px dotted #ddd; }
    .widget_recent_entries ul li, .widget_recent_entries ol li, .widget_yarpp_widget ul li, .widget_yarpp_widget ol li, .popular-posts ul li, .popular-posts ol li {
      border-bottom: 1px dotted #ddd;
      padding: 0.625rem 0;
      line-height: 1.1875rem;
      font-size: 0.8125rem; }

.widget_recent_entries li, .widget_yarpp_widget li {
  list-style: none; }

.popular-posts ol {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd; }
  .popular-posts ol li {
    font-weight: 800;
    list-style-position: outside;
    margin-left: 1.25rem; }
    .popular-posts ol li a {
      font-weight: 400; }
    .popular-posts ol li:last-child {
      border: none; }

/* [ AdWords Templates ]
----------------------------------------------------------*/
.adwords-panel {
  background-size: cover;
  background-position: top center; }
  .adwords-panel .panel-intro-txt {
    margin-top: 10.625rem; }
    @media only screen and (max-width: 40em) {
      .adwords-panel .panel-intro-txt {
        margin-top: 3.125rem; } }
    .adwords-panel .panel-intro-txt h1, .adwords-panel .panel-intro-txt p {
      text-shadow: rgba(33, 33, 33, 0.6) 1px 1px 1px; }
    .adwords-panel .panel-intro-txt h1 {
      color: #ffffff; }
    .adwords-panel .panel-intro-txt p {
      color: #E6802D;
      font-size: 1rem; }
  .adwords-panel .adwords-signup {
    color: #ffffff;
    text-align: center;
    background-color: #0355a1;
    padding: 1.5625rem 2.5rem; }
    .adwords-panel .adwords-signup h2 {
      color: #ffffff;
      margin-bottom: 0; }
    .adwords-panel .adwords-signup p {
      font-weight: 300;
      color: rgba(255, 255, 255, 0.5); }
    .adwords-panel .adwords-signup small {
      color: rgba(255, 255, 255, 0.5); }

.adwords-clients li {
  text-align: center;
  padding: 0 0.3125rem; }

/* Integrations Template 
----------------------------------------------------------*/
.integrations-landing-panel {
  background: #1191c0 url(../img/integrations-panel.jpg) left bottom no-repeat;
  background-size: cover; }
  @media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
    .integrations-landing-panel {
      background-image: url("../img/integrations-panel@2x.jpg"); } }
  @media only screen and (min-width: 40.063em) {
    .integrations-landing-panel {
      background-position: top center; } }
  @media only screen and (max-width: 40em) {
    .integrations-landing-panel {
      background: #1191c0 url(../img/integrations-panel-sml.jpg) center bottom no-repeat;
      background-size: auto;
      padding-bottom: 20rem; } }
  @media only screen and (max-width: 40em) and (min--moz-device-pixel-ratio: 1.5), only screen and (max-width: 40em) and (-o-min-device-pixel-ratio: 3 / 2), only screen and (max-width: 40em) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 40em) and (min-device-pixel-ratio: 1.5), only screen and (max-width: 40em) and (min-resolution: 1.5dppx) {
    .integrations-landing-panel {
      background-image: url("../img/integrations-panel-sml@2x.jpg");
      background-size: 640px 470px; } }

  .integrations-landing-panel h1, .integrations-landing-panel p {
    color: #ffffff;
    text-shadow: rgba(33, 33, 33, 0.6) 1px 1px 0; }
  .integrations-landing-panel p {
    font-size: 1.125rem;
    font-weight: 300; }
    .integrations-landing-panel p small {
      font-size: 0.875rem;
      font-weight: 600;
      margin-top: 0; }

.integrations-list {
  margin: 1.25rem 0; }
  .integrations-list li:nth-of-type(1n+9) {
    display: none; }
  .integrations-list li img {
    -moz-box-shadow: rgba(33, 33, 33, 0.3) 0px 1px 10px;
    -webkit-box-shadow: rgba(33, 33, 33, 0.3) 0px 1px 10px;
    box-shadow: rgba(33, 33, 33, 0.3) 0px 1px 10px;
    margin-bottom: 0.625rem; }
  .integrations-list li h3 {
    font-weight: 300;
    font-size: 1.25rem;
    margin-top: 0.625rem; }
  .integrations-list li p {
    font-size: 0.8125rem; }

#less-integrations {
  display: none; }

#less-integrations img, #more-integrations img {
  position: relative;
  top: -2px;
  left: -2px; }

.integration-panel h1 {
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: -0.025rem;
  color: #fff; }
  .integration-panel h1.sml-h1 {
    font-size: 1.5rem;
    font-weight: 500; }
.integration-panel .row {
  padding: 6.25rem 0;
  background: no-repeat;
  background-position: bottom right; }
  @media only screen and (max-width: 40em) {
    .integration-panel .row {
      padding: 2.5rem 0 18.75rem;
      background-position: bottom center; } }

.integration-description {
  padding: 5rem 0; }
  .integration-description .screen-thumbs {
    margin-top: 1.875rem; }
    .integration-description .screen-thumbs ul {
      margin: 0 auto; }

.integration-screens {
  padding: 1.25rem 0; }
  .integration-screens li {
    text-align: center; }
    .integration-screens li a {
      display: block;
      position: relative; }
      .integration-screens li a span {
        position: absolute;
        bottom: 0;
        right: 0; }
        .integration-screens li a span img {
          border: none; }
      .integration-screens li a img {
        border: 1px solid #ddd; }

.integration-more {
  padding: 2.5rem 0;
  background-color: #d2dfe5; }
  .integration-more h2 {
    font-weight: 600;
    font-size: 1.125rem;
    color: #719aad;
    margin-bottom: 1.875rem;
    text-transform: uppercase; }
  .integration-more p {
    font-size: 0.75rem; }

.integration-signup {
  padding: 3.75rem 0;
  background: #223e5a url(../img/integration-signup.png) top left repeat;
  color: #fff; }
  .integration-signup h3 {
    font-size: 1.5rem;
    color: #fff; }
  .integration-signup .button {
    margin-bottom: 0; }

/* [ Custom Pages ]
----------------------------------------------------------*/
.box-shadow {
  -moz-box-shadow: rgba(33, 33, 33, 0.3) 0 0 10px;
  -webkit-box-shadow: rgba(33, 33, 33, 0.3) 0 0 10px;
  box-shadow: rgba(33, 33, 33, 0.3) 0 0 10px;
  padding: 2.5rem 3.125rem; }

.section-center-intro {
  padding: 2.5rem 0; }
  .section-center-intro h2, .section-center-intro h3, .section-center-intro h2 + p, .section-center-intro h3 + p {
    text-align: center; }
  .section-center-intro p {
    text-align: center;
    margin-bottom: 1.875rem;
    font-weight: 300;
    font-size: 1rem; }

.list-check {
  margin-left: 0; }
  .list-check li {
    background: url(../img/icon-check.png) top left no-repeat;
    list-style: none;
    padding-left: 2.1875rem;
    margin-bottom: 0.3125rem; }

ol.list-steps {
  list-style-type: none;
  *list-style-type: decimal;
  /*IE 7- hack*/
  margin: 0;
  padding: 0;
  counter-reset: li-counter; }
  ol.list-steps > li {
    position: relative;
    line-height: 1.25rem;
    font-size: 0.9375rem;
    font-weight: 300;
    padding: 1.125rem 0.3125rem 1.125rem 3.75rem;
    min-height: 3em;
    border-bottom: 1px dashed #ddd; }
    ol.list-steps > li:last-child {
      border: none; }
    ol.list-steps > li:before {
      position: absolute;
      top: 0.5rem;
      left: 0.3125rem;
      width: 1.25em;
      height: 1.25em;
      font-size: 2.25em;
      font-weight: 700;
      line-height: 1.2;
      text-align: center;
      color: #ffffff;
      border-radius: 50%;
      background-color: #0355a1;
      content: counter(li-counter);
      counter-increment: li-counter; }

.side-img {
  position: absolute; }
  @media only screen and (max-width: 40em) {
    .side-img {
      position: relative !important;
      width: 100% !important;
      background-position: bottom center !important;
      clear: both; } }

.testimonial-slider {
  text-align: center;
  margin: 2.5rem 0 0; }
  .testimonial-slider li {
    padding: 0 1.25rem; }
    .testimonial-slider li blockquote {
      border: none; }
      .testimonial-slider li blockquote p {
        font-size: 1rem;
        font-weight: 300; }

.orbit-container {
  margin-top: 3.125rem; }
  .orbit-container .orbit-next > span {
    border-left-color: #ddd !important; }
  .orbit-container .orbit-prev > span {
    border-right-color: #ddd !important; }

.orbit-bullets {
  margin-bottom: 2.5rem; }

.callout-custom {
  background-color: #01203d;
  padding: 3.75rem 0;
  text-align: center; }
  .callout-custom h2, .callout-custom h3 {
    color: #ffffff; }
  .callout-custom p {
    color: #bfdffe; }

#programming-panel,
#programming-transform,
#programming-cost,
#programming-start,
#programming-quote {
  position: relative; }

@media only screen and (max-width: 40em) {
  #programming-cost,
  #programming-start,
  #programming-quote {
    padding-bottom: 0; } }
#programming-panel .side-img {
  background: url(../img/programming-panel.png) bottom left no-repeat;
  height: 370px;
  width: 50%;
  bottom: 0;
  right: 0; }
  @media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
    #programming-panel .side-img {
      background-image: url("../img/programming-panel@2x.png");
      background-size: 635px 375px; } }
  @media only screen and (max-width: 40em) {
    #programming-panel .side-img {
      background-position: bottom center; } }

#programming-transform {
  z-index: 10; }
  @media only screen and (min-width: 40.063em) and (max-width: 64em) {
    #programming-transform {
      min-height: 480px; } }
  #programming-transform .side-img {
    background: url(../img/programming-transform.png) center right 40px no-repeat;
    height: 275px;
    width: 50%;
    top: 65px;
    left: 0;
    z-index: -1; }
    @media only screen and (max-width: 64em) {
      #programming-transform .side-img {
        background: url(../img/programming-transform-med.png) center center no-repeat;
        height: 450px;
        top: 0; } }
  #programming-transform ul {
    margin-bottom: 0; }

#programming-cost .side-img {
  background: url(../img/programming-cost.png) bottom left 100px no-repeat;
  height: 260px;
  width: 50%;
  bottom: 0;
  right: 0; }

#programming-start .side-img {
  background: url(../img/programming-start.png) bottom right 30px no-repeat;
  height: 400px;
  width: 50%;
  bottom: 0;
  left: 0; }
#programming-start ol {
  margin-bottom: 0; }

#programming-quote .side-img {
  background: url(../img/programming-quote.png) bottom left 40px no-repeat;
  height: 240px;
  width: 40%;
  bottom: 0;
  right: 0; }

#expert-panel {
  position: relative; }
  #expert-panel .side-img {
    background: url(../img/expert-panel.png) center right no-repeat;
    height: 415px;
    width: 50%;
    top: 0;
    right: 0; }
    @media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
      #expert-panel .side-img {
        background-image: url("../img/expert-panel@2x.png");
        background-size: 540px 377px; } }

#support-tabs {
  margin-top: 1.25rem; }
  #support-tabs dd {
    width: 100%;
    margin: 0.25rem 0; }
    #support-tabs dd.active a {
      background: #0355a1 url(../img/icon-arrow-right.png) center right 15px no-repeat;
      color: #ffffff; }
      #support-tabs dd.active a:hover {
        background-color: #0355a1; }
    #support-tabs dd a {
      text-decoration: none;
      padding: 0.625rem 1.25rem; }
      #support-tabs dd a:hover {
        background: #e1e1e1 url(../img/icon-arrow-right.png) center right 15px no-repeat; }

.support-tabs-content {
  margin-top: 1.25rem;
  border: 1px solid #ddd;
  padding: 2.5rem; }
  .support-tabs-content h3 {
    margin-top: 0; }

#case-studies-panel {
  position: relative; }
  #case-studies-panel .side-img {
    background: url(../img/case-studies-panel.png) bottom left no-repeat;
    height: 385px;
    width: 50%;
    bottom: 0;
    right: 0; }
    @media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
      #case-studies-panel .side-img {
        background-image: url("../img/case-studies-panel@2x.png");
        background-size: 676px 381px; } }

.case-studies-list img {
  display: block;
  margin: 0 auto 20px;
  -moz-box-shadow: rgba(33, 33, 33, 0.5) 0px 1px 5px;
  -webkit-box-shadow: rgba(33, 33, 33, 0.5) 0px 1px 5px;
  box-shadow: rgba(33, 33, 33, 0.5) 0px 1px 5px; }

.template-links {
  margin: 1.875rem 0; }
  .template-links li {
    margin: 0; }
    .template-links li a {
      background-color: #efefef;
      background-position: top 5px left 10px;
      background-repeat: no-repeat;
      width: 100%;
      display: block;
      padding: 0.625rem 1.25rem 0.625rem 3.75rem;
      text-decoration: none;
      font-size: 1rem;
      color: #222; }
      .template-links li a:hover {
        color: #ffffff;
        background-color: #0355a1; }

.template-customers {
  background-image: url(../img/icon-template-customers.png); }

.template-market {
  background-image: url(../img/icon-template-market.png); }

.template-workplace {
  background-image: url(../img/icon-template-workplace.png); }

.template-nonprofit {
  background-image: url(../img/icon-template-nonprofit.png); }

.template-healthcare {
  background-image: url(../img/icon-template-healthcare.png); }

.template-gov {
  background-image: url(../img/icon-template-gov.png); }

.template-education {
  background-image: url(../img/icon-template-education.png); }

#referral-panel {
  position: relative; }
  #referral-panel .side-img {
    background: url(../img/referral-panel.png) bottom left 30px no-repeat;
    height: 380px;
    width: 50%;
    bottom: 0;
    right: 0; }
    @media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
      #referral-panel .side-img {
        background-image: url("../img/referral-panel@2x.png");
        background-size: 599px 359px; } }

.referral-steps {
  position: relative; }
  .referral-steps h2 {
    font-size: 1.75rem; }
  .referral-steps .referral-dude {
    position: absolute;
    bottom: -15px;
    left: -122px; }
  .referral-steps p {
    margin: 1.25rem 0 0;
    font-size: 0.6875rem; }

.referral-breakdown {
  padding: 2.5rem 0; }
  .referral-breakdown li {
    width: 100%; }
    .referral-breakdown li div {
      text-align: center;
      color: #ffffff;
      padding: 1.25rem 0.625rem 0.3125rem; }
      .referral-breakdown li div h4 {
        font-size: 1.125rem;
        text-transform: uppercase;
        color: #bfdffe;
        font-weight: 700; }

#referral-details {
  padding-bottom: 2.5rem; }
  #referral-details ul li, #referral-details p {
    font-size: 0.75rem; }
  #referral-details li {
    margin: 0.625rem 0; }

#training-panel {
  position: relative; }
  #training-panel .side-img {
    background: url(../img/training-panel.png) bottom left no-repeat;
    height: 400px;
    width: 50%;
    bottom: 0;
    right: 0; }
    @media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
      #training-panel .side-img {
        background-image: url("../img/training-panel@2x.png");
        background-size: 678px 351px; } }

.training-details {
  margin-top: 1.25rem;
  text-align: center; }
  .training-details ul li {
    border-bottom: 1px solid #ddd;
    font-size: 0.9375rem;
    font-weight: 300;
    padding: 0.4375rem 0; }
    .training-details ul li strong {
      font-weight: 600; }
  .training-details ul + p {
    margin-bottom: 0; }
  .training-details small {
    font-size: 0.75rem;
    margin-bottom: 0; }

.training-contact {
  text-align: left;
  background-color: #f3f3f3;
  padding: 1.25rem;
  border: 1px solid #ddd; }
  .training-contact p {
    font-size: 0.8125rem;
    margin-bottom: 0.4375rem; }

.training-halves {
  border: 1px solid #ddd;
  padding: 2.5rem;
  margin-top: 2.5rem; }
  .training-halves h3 {
    font-size: 1.25rem;
    text-transform: uppercase;
    text-align: center;
    display: block;
    border-bottom: 1px dotted #aaa;
    padding-bottom: 0.3125rem;
    margin-bottom: 1.25rem; }
  .training-halves p {
    font-weight: 300;
    font-size: 0.9375rem; }
  .training-halves ul li {
    font-size: 0.8125rem;
    font-weight: 300;
    margin-bottom: 0.625rem; }

.training-halves-middle img {
  display: block;
  margin: 130px auto 0; }
  @media only screen and (max-width: 40em) {
    .training-halves-middle img {
      margin: 30px auto 0;
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg); } }

#training-webinar {
  position: relative;
  min-height: 270px; }
  #training-webinar .side-img {
    background: url(../img/training-webinar.png) center right 30px no-repeat;
    height: 270px;
    width: 32%;
    bottom: 0;
    left: 0; }

/* [ DEMO MODAL ]
----------------------------------------------------------*/
#demo-modal {
  padding: 0;
  border: none;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px; }
  #demo-modal .modal-inner {
    padding: 1.875rem 2.5rem; }
  #demo-modal .modal-title {
    background-color: #0355a1;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px;
    border-radius: 10px 10px 0 0; }
    #demo-modal .modal-title h2 {
      color: #ffffff; }

/* [ 7.0 - Footer ]
----------------------------------------------------------*/
footer {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  padding: 1.875rem 0; }
  footer p, footer ul {
    font-size: 0.75rem;
    margin-bottom: 0.625rem; }
  footer li {
    margin: 0.5rem 0;
    line-height: 1rem; }
  footer h3 {
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 1.25rem; }
  footer h4 {
    font-size: 0.8125rem;
    margin-bottom: 0;
    font-weight: 400; }
  footer .contact {
    background: url(../img/footer-map.png) bottom right no-repeat; }
    @media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
      footer .contact {
        background-image: url("../img/footer-map@2x.png");
        background-size: 185px 105px; } }
  footer .vcard {
    display: block;
    margin-bottom: 0.625rem; }
  footer .post-meta {
    font-size: 0.75rem;
    border: none;
    padding: 0; }
  footer .mastfoot {
    margin-top: 1.25rem; }
    footer .mastfoot, footer .mastfoot a {
      color: #bababa; }
    footer .mastfoot .copyright {
      text-align: center; }
      footer .mastfoot .copyright p {
        line-height: 1rem;
        margin-top: 0.9375rem; }
      footer .mastfoot .copyright img {
        display: block;
        margin: 0.625rem auto; }
        footer .mastfoot .copyright img a:hover {
          text-decoration: none; }
      @media only screen and (min-width: 64.063em) {
        footer .mastfoot .copyright {
          float: left;
          text-align: left;
          margin-top: 0.9375rem; }
          footer .mastfoot .copyright img {
            display: inline;
            margin: -0.9375rem 0.75rem 0 0; } }
    footer .mastfoot .social {
      display: inline-block; }
      @media only screen and (min-width: 64.063em) {
        footer .mastfoot .social {
          border-left: 1px solid #ddd;
          padding: 0.125rem 0 0.125rem 0.9375rem; } }
      footer .mastfoot .social a {
        margin: 0.1875rem 0.25rem 0;
        width: 25px;
        height: 25px;
        background: red;
        display: inline-block; }
        footer .mastfoot .social a.icon-twitter {
          height: 25px;
          width: 25px;
          background-image: url('../img/icons-sd5858dfc1a.png');
          background-position: 0 -1746px;
          background-repeat: no-repeat; }
          @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
            footer .mastfoot .social a.icon-twitter {
              background-image: url('../img/icons-2x-s891e3c90b3.png');
              background-position: 0 -1746px;
              -moz-background-size: 100px auto;
              -o-background-size: 100px auto;
              -webkit-background-size: 100px auto;
              background-size: 100px auto; } }
        footer .mastfoot .social a.icon-facebook {
          height: 25px;
          width: 25px;
          background-image: url('../img/icons-sd5858dfc1a.png');
          background-position: 0 -1696px;
          background-repeat: no-repeat; }
          @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
            footer .mastfoot .social a.icon-facebook {
              background-image: url('../img/icons-2x-s891e3c90b3.png');
              background-position: 0 -1696px;
              -moz-background-size: 100px auto;
              -o-background-size: 100px auto;
              -webkit-background-size: 100px auto;
              background-size: 100px auto; } }
        footer .mastfoot .social a.icon-linkedin {
          height: 25px;
          width: 25px;
          background-image: url('../img/icons-sd5858dfc1a.png');
          background-position: 0 -1721px;
          background-repeat: no-repeat; }
          @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
            footer .mastfoot .social a.icon-linkedin {
              background-image: url('../img/icons-2x-s891e3c90b3.png');
              background-position: 0 -1721px;
              -moz-background-size: 100px auto;
              -o-background-size: 100px auto;
              -webkit-background-size: 100px auto;
              background-size: 100px auto; } }
        footer .mastfoot .social a.icon-youtube {
          height: 25px;
          width: 25px;
          background-image: url('../img/icons-sd5858dfc1a.png');
          background-position: 0 -1771px;
          background-repeat: no-repeat; }
          @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
            footer .mastfoot .social a.icon-youtube {
              background-image: url('../img/icons-2x-s891e3c90b3.png');
              background-position: 0 -1771px;
              -moz-background-size: 100px auto;
              -o-background-size: 100px auto;
              -webkit-background-size: 100px auto;
              background-size: 100px auto; } }
    footer .mastfoot .security-badges {
      margin-top: 1.25rem;
      text-align: center; }
      @media only screen and (min-width: 64.063em) {
        footer .mastfoot .security-badges {
          float: right;
          margin-top: 1.875rem; } }
      footer .mastfoot .security-badges .badge {
        display: inline-block;
        margin-left: 20px;
        -webkit-filter: grayscale(100%) opacity(0.45);
        filter: grayscale(100%) opacity(0.45); }
        @media only screen and (max-width: 40em) {
          footer .mastfoot .security-badges .badge.badge-truste {
            margin-top: 0.9375rem; } }

/* [ MISC ]
----------------------------------------------------------*/
/* Promotions top banner */
.promo-banner {
  background-color: #011324;
  text-align: center;
  padding: 0.9375rem 0;
  position: relative; }
  .promo-banner p {
    color: #ffffff;
    margin: 0;
    font-weight: 300; }
    .promo-banner p .button {
      margin: 0 0 0 0.625rem;
      font-size: 0.8125rem;
      font-weight: 600;
      padding: 0.5rem 1.25rem;
      background-color: #e13838; }
      .promo-banner p .button:hover {
        background-color: #c81e1e; }
  .promo-banner span {
    position: absolute;
    top: 10px;
    right: 30px; }
    .promo-banner span a {
      font-size: 1.125rem;
      line-height: 1;
      position: absolute;
      top: 0.5rem;
      right: 0.6875rem;
      color: #023b6f;
      font-weight: 900;
      cursor: pointer; }
      .promo-banner span a:hover {
        text-decoration: none; }

/* Survey Sample Calculator */
@media only screen and (min-width: 40.063em) {
  .calculator-container {
    background-color: rgba(1, 32, 61, 0.2);
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    padding: 2.5rem 3.125rem; } }
.calculator-container h2 {
  margin-bottom: 0;
  padding-bottom: 0.625rem;
  border-bottom: 1px dotted #bbb;
  font-size: 1.25rem;
  line-height: 1.2; }
.calculator-container .arrow {
  padding: 0; }
  .calculator-container .arrow img {
    display: block;
    margin: 6.25rem auto 0; }
    @media only screen and (max-width: 40em) {
      .calculator-container .arrow img {
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        margin: 1.875rem auto 0; } }
.calculator-container span {
  font-size: 1.125rem;
  font-weight: 700;
  color: #222; }

.sample-calculator, .sample-size {
  background-color: #ffffff;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border: 5px solid #ddd; }

.sample-calculator {
  padding: 1.875rem; }
  .sample-calculator label {
    float: left;
    width: 150px;
    top: 10px;
    position: relative;
    margin-right: 0.625rem; }
  .sample-calculator input, .sample-calculator select {
    width: 88px;
    margin-bottom: 0;
    display: inline; }
  .sample-calculator input.button {
    width: auto;
    margin: 0.3125rem 0 0;
    margin-bottom: 5px; }
  .sample-calculator div {
    padding: 0.625rem 0;
    border-bottom: 1px dotted #bbb; }
  .sample-calculator span {
    border-bottom: none; }
  .sample-calculator .calc-error {
    display: block;
    font-size: 0.8125rem;
    color: red;
    font-weight: 600;
    margin: 0.625rem 0; }

.sample-size {
  text-align: center;
  padding: 2.5rem 1.25rem;
  margin-top: 3.125rem; }
  @media only screen and (max-width: 40em) {
    .sample-size {
      margin-top: 1.875rem; } }
  .sample-size h3 {
    font-size: 1rem;
    line-height: 1.3; }
  .sample-size span {
    font-size: 3.75rem;
    font-weight: 700; }

.page-template-page-calculator-php h1 {
  margin: 1.25rem 0 2.5rem; }
.page-template-page-calculator-php .tooltip {
  background: #222;
  width: 300px !important;
  color: #f1f1f1; }
  .page-template-page-calculator-php .tooltip > .nub {
    border-color: #222 transparent transparent transparent; }
.page-template-page-calculator-php .content-main {
  padding-top: 4.375rem; }
  .page-template-page-calculator-php .content-main ol li {
    margin: 0.9375rem 0; }
  .page-template-page-calculator-php .content-main table {
    margin-top: 1.25rem; }

.calculator-result-cta {
  display: none;
  margin-top: 20px;
  text-align: center; }
  .calculator-result-cta p {
    margin-bottom: 10px !important; }

.page-template-page-calculator-php .heading-page {
  position: relative; }
.page-template-page-calculator-php .arrow-scrolldown-wrap {
  position: absolute;
  bottom: -40px;
  left: 0; }

/* SM Announcement */
.sm-callout {
  background: #5b5a4b url(../img/logo-sm-head.png) 25px 45% no-repeat;
  padding: 40px 25px 40px 170px;
  margin: 20px 0 40px; }
  @media only screen and (max-width: 40em) {
    .sm-callout {
      padding: 145px 30px 30px;
      background: #5b5a4b url(../img/logo-sm-head.png) 50% 20px no-repeat; } }
  .sm-callout * {
    color: #ffffff; }
  .sm-callout h1, .sm-callout h2, .sm-callout h3, .sm-callout h4 {
    font-size: 15px; }
  .sm-callout ul {
    margin-bottom: 0; }
  .sm-callout p, .sm-callout li {
    font-size: 13px;
    line-height: 22px; }
  .sm-callout a {
    color: #cfd387;
    text-decoration: underline; }
    .sm-callout a:hover {
      color: #c0c562; }

/* Trial page */
.page-template-page-trial-php {
  background-color: #efefef; }
  .page-template-page-trial-php .row {
    max-width: 53.125rem; }
  .page-template-page-trial-php .disclaimer {
    font-size: 1.125rem;
    margin: 0.9375rem 0 3.75rem;
    line-height: 1rem; }
    .page-template-page-trial-php .disclaimer small {
      padding-left: 1.25rem;
      background: url(../img/icon-trial-disclaimer.png) top left no-repeat; }

.trial-signup {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: rgba(33, 33, 33, 0.3) 0 0 5px 0;
  -webkit-box-shadow: rgba(33, 33, 33, 0.3) 0 0 5px 0;
  box-shadow: rgba(33, 33, 33, 0.3) 0 0 5px 0;
  background-color: #ffffff;
  margin-top: 12.5rem; }
  @media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .trial-signup {
      margin-top: 6.25rem; } }
  @media only screen and (max-width: 40em) {
    .trial-signup {
      margin-top: 3.125rem; } }
  .trial-signup > div {
    padding: 2.5rem; }
    @media only screen and (max-width: 40em) {
      .trial-signup > div {
        padding: 1.25rem; } }
  .trial-signup ul {
    margin-top: 2.8125rem; }
    .trial-signup ul li {
      margin: 1.25rem 0;
      padding-left: 35px; }
      .trial-signup ul li.commitment {
        background: url(../img/icon-trial-commitment.png) top left no-repeat; }
      .trial-signup ul li.power {
        background: url(../img/icon-trial-power.png) top left no-repeat; }
      .trial-signup ul li.access {
        background: url(../img/icon-trial-access.png) top left no-repeat; }
      .trial-signup ul li small {
        font-size: 70%; }
  .trial-signup h3 {
    color: #0f5699;
    font-size: 1.4375rem;
    margin-bottom: 0.9375rem; }
  .trial-signup form .button {
    font-size: 0.9375rem;
    margin-bottom: 0.3125rem; }
  .trial-signup form p {
    margin: 0;
    font-size: 1rem;
    font-style: italic; }

/***********************
	FluidSurveys 5.1 Release Microsite
***********************/
/* FS-v5.1 - HOMEPAGE */
.page-v51 {
  font-family: "open-sans", "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #78868e; }

/*
.page-v51 .row {
	padding-bottom:2em;
	margin-bottom:2em;
}
*/
.page-v51 h1,
.page-v51 h2,
.page-v51 h3 {
  font-weight: 400; }

.page-v51 h1 {
  font-size: 2.8em;
  line-height: 1.2em;
  margin-bottom: 25px;
  font-weight: 500; }

.page-v51 h2 {
  font-size: 2em; }

.page-v51 p {
  font-size: 1em;
  font-weight: 300;
  color: #78868e; }

.v51-header {
  background-color: #042E56;
  color: #6F9EBA;
  text-align: left;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA0MzE1YiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzA0MmI1MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #04315b), color-stop(100%, #042b51));
  background-image: -moz-linear-gradient(#04315b, #042b51);
  background-image: -webkit-linear-gradient(#04315b, #042b51);
  background-image: linear-gradient(#04315b, #042b51);
  box-shadow: inset 0 -7px 60px -7px rgba(0, 0, 0, 0.3); }

.v51-header .row {
  max-width: 1000px; }

.v51-header h1 {
  color: #fff; }

.v51-header .button-blue {
  margin-top: 30px; }

.v51-header .button-blue:hover {
  border-color: #fff;
  background-color: #fff;
  color: #000; }

.v51-header-content {
  padding-top: 50px; }

.v51-header-content p {
  color: #9DAAB2; }

.v51-header-graphic {
  float: right; }

.v51-features {
  margin-bottom: 30px;
  margin-top: 40px; }

.v51-feature {
  position: relative;
  margin: 20px 0 0 0;
  padding-bottom: 30px;
  vertical-align: top;
  background-repeat: no-repeat;
  background-position: left 80px;
  border-top: solid 1px #f1f1f1;
  padding-top: 40px; }

.v51-feature p {
  font-size: 0.9em;
  line-height: 1.6; }

.v51-feature .feature-icon {
  position: absolute;
  top: 50px;
  width: 120px;
  height: 124px;
  background-repeat: no-repeat;
  background-position: top center;
  overflow: hidden; }

.v51-feature .feature-content {
  padding-left: 150px;
  padding-right: 30px; }

@media only screen and (max-width: 1024px) {
  .v51-feature {
    padding-top: 0px; }

  .v51-feature .feature-content {
    margin-top: 70px; }

  .v51-header-graphic {
    text-align: center; } }
.feature-questions .feature-icon {
  background-image: url("../img/icon-feature-questions@2x.png"); }

.feature-testing .feature-icon {
  background-image: url("../img/icon-feature-testing@2x.png"); }

.feature-report .feature-icon {
  background-image: url("../img/icon-feature-reports@2x.png"); }

.feature-formatting .feature-icon {
  background-image: url("../img/icon-feature-formatting@2x.png"); }

.feature-admin .feature-icon {
  background-image: url("../img/icon-feature-admin@2x.png"); }

.feature-intercept .feature-icon {
  background-image: url("../img/icon-feature-intercept@2x.png"); }

.v51-whatscoming,
.v51-feature-info,
.v51-faqs,
.v51-faq-section {
  background-color: #f8f8f8;
  border: solid #f1f1f1;
  border-width: 1px 0 1px 0; }

/*
.v51-feature-info p strong {
	
}
.feature-info-list {
	list-style:none;
	padding:0;
	margin:0;
}
.feature-info-list li {

}
*/
.v51-whatscoming .row {
  padding-bottom: 100px; }

.v51-faqs {
  margin-top: 40px; }

.v51-faq {
  padding: 20px 0;
  border-width: 1px 0 1px 0; }

.v51-faq p {
  margin-bottom: 0;
  font-size: 0.8em; }

.v51-screenshots {
  position: relative;
  text-align: center;
  padding: 0 20px;
  margin: 60px 0 30px; }

.screenshot-caption {
  max-width: 600px;
  margin: 10px auto 0;
  font-size: 0.8em;
  text-align: left; }

.screenshot-caption strong {
  color: #000; }

.flex-direction-nav a {
  width: 18px;
  height: 34px;
  opacity: 1;
  color: transparent; }

.flex-direction-nav .flex-prev {
  background: url("../img/arrow-left.png") no-repeat center center; }

.flex-direction-nav .flex-next {
  background: url("../img/arrow-right.png") no-repeat center center; }

.row.row-vspace-60.mainfeature-top {
  padding-top: 20px; }

.mainfeature-back {
  display: block;
  margin-bottom: 60px; }

@media only screen and (max-width: 500px) {
  .v51-feature .feature-icon {
    position: relative;
    margin-bottom: 50px; }

  .v51-feature .feature-content {
    padding-left: 0px; }

  .page-v51 {
    font-size: 16px; } }
/* SUB FEATURE PAGES */
.feature-nav-wrap {
  background-color: #f8f8f8;
  border: solid #f1f1f1;
  border-width: 1px 0 1px 0; }

.v51-feature-nav {
  border-bottom: solid 2px #000;
  padding-bottom: 20px;
  margin-top: 20px; }

.v51-feature-nav-home {
  border-bottom: none;
  margin-bottom: 0;
  margin-top: 20px; }

.v51-feature-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center; }

.v51-feature-nav .feature-nav-item {
  display: inline-block;
  width: 13%;
  margin: 0 1%;
  text-align: center;
  position: relative;
  padding-bottom: 20px;
  font-size: 0.8em;
  line-height: 1.5; }

.v51-feature-nav-home .feature-nav-item {
  width: 16%;
  margin: 20px 2%; }

.v51-feature-nav .feature-nav-item.active:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -18px;
  bottom: -23px;
  width: 32px;
  height: 20px;
  background: #f8f8f8 url("../img/arrow-up.png") no-repeat center center; }

.v51-feature-nav-home .feature-nav-item.active:after {
  background: none; }

.v51-feature-nav a {
  display: block;
  color: #000;
  font-weight: 400; }

.v51-feature-nav .active a {
  font-weight: 700;
  color: #07a0f2; }

.v51-feature-nav a:hover {
  text-decoration: none; }

.feature-nav-item .feature-icon {
  position: relative;
  width: 60px;
  height: 62px;
  background-repeat: no-repeat;
  background-position: top center;
  margin: 0 auto 10px;
  overflow: hidden; }

.feature-nav-item.active .feature-icon,
.feature-nav-item:hover .feature-icon {
  background-position: center -100px; }

.feature-nav-item:hover a {
  color: #07a0f2; }

.feature-nav-questions .feature-icon {
  background-image: url("../img/icon-feature-questions.png"); }

.feature-nav-testing .feature-icon {
  background-image: url("../img/icon-feature-testing.png"); }

.feature-nav-reports .feature-icon {
  background-image: url("../img/icon-feature-reports.png"); }

.feature-nav-formatting .feature-icon {
  background-image: url("../img/icon-feature-formatting.png"); }

.feature-nav-admin .feature-icon {
  background-image: url("../img/icon-feature-admin.png"); }

.feature-nav-intercept .feature-icon {
  background-image: url("../img/icon-feature-intercept.png"); }

.feature-nav-back .feature-icon {
  background-image: url("../img/icon-left-fancy.png"); }

.v51-subfeature.row {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: solid 1px #e5e5e5; }

.v51-subfeature-icon img {
  background-color: #3c9ad5;
  border-radius: 50%; }

@media only screen and (max-width: 500px) {
  .v51-feature-nav .feature-nav-item {
    width: 44%;
    margin: 20px 2% 0; }

  .v51-feature-nav-home .feature-nav-item {
    width: 44%;
    margin: 20px 2% 0; }

  .v51-feature-nav .feature-nav-item.active:after {
    display: none; }

  .v51-subfeature .button-blue {
    margin-bottom: 10px; } }
/* MAIN CALL TO ACTION */
.v51-cta {
  /*
  background-color:#29323D;
  background-color:#;
  */
  background-color: #042E56;
  color: #fff;
  padding-bottom: 20px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA0MzE1YiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzA0MmI1MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #04315b), color-stop(100%, #042b51));
  background-image: -moz-linear-gradient(#04315b, #042b51);
  background-image: -webkit-linear-gradient(#04315b, #042b51);
  background-image: linear-gradient(#04315b, #042b51);
  box-shadow: inset 0 -7px 60px -7px rgba(0, 0, 0, 0.3); }

.v51-cta h2 {
  color: #fff; }

.v51-cta .button-blue:hover {
  background-color: #fff;
  border-color: #fff;
  color: #000; }

.v51-cta p {
  color: #9DAAB2; }

/* BUTTONS */
.button-blue {
  display: inline-block;
  padding: 15px 25px;
  /*
  background-color:#07a0f2;
  border:solid 2px #07a0f2;
  */
  background-color: #81bc1e;
  border: solid 2px #81bc1e;
  color: #fff;
  border-radius: 3px;
  text-decoration: none;
  transition: all 0.3s; }

.button-blue:hover {
  color: #fff;
  border: solid 2px #000;
  background-color: #000;
  text-decoration: none; }

.button-black {
  display: inline-block;
  padding: 15px 25px;
  background-color: transparent;
  border: solid 2px #000;
  color: #000;
  border-radius: 3px;
  text-decoration: none;
  transition: all 0.3s; }

.button-black:hover {
  color: #fff;
  border: solid 2px #000;
  background-color: #000;
  text-decoration: none; }

/*
.button-blue:hover {
	color:#fff;
	text-decoration:none;
	background-color:#000;
}
.button-blue:hover {
	color:#000;
	border:solid 2px #07a0f2;
	text-decoration:none;
	background-color:transparent;
}
*/
/* HELPER CLASSES */
.text-center {
  text-align: center; }

.row.row-width-800 {
  max-width: 800px; }

.row.row-width-1000 {
  max-width: 1000px; }

.row.row-vspace-60 {
  padding: 60px 0; }

.page-v51 ul {
  font-size: 1em; }

.col-2-left {
  float: left;
  width: 47%;
  margin-right: 3%; }

.col-2-right {
  float: left;
  width: 47%;
  margin-left: 3%; }

@media only screen and (max-width: 500px) {
  .col-2-left {
    float: left;
    width: 100%;
    margin-right: 0%; }

  .col-2-right {
    float: left;
    width: 100%;
    margin-left: 0%; }

  .row.row-vspace-60 {
    padding: 30px 0; } }
/* LANDING PAGES 2015 */
.page-landing p {
  font-size: 18px;
  font-weight: 100;
  letter-spacing: 1px; }
  .page-landing p a {
    text-decoration: underline;
    font-weight: bold;
    color: #3E9AD5; }
    .page-landing p a:hover {
      color: #1F70A3; }
.page-landing .btn-blue {
  background-color: #3E9AD5; }
  .page-landing .btn-blue:hover {
    background-color: #0780CF; }

.landing-header {
  padding: 20px 0 0;
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3); }

.landing-title {
  padding: 0 20px;
  margin-top: 30px; }
  .landing-title h1 {
    color: #fff;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);
    margin-bottom: 60px; }
  .landing-title p {
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
    font-weight: 600;
    font-size: 1.2em;
    margin-bottom: 60px; }

.landing-smalltext {
  font-size: 0.9em !important;
  color: #c1c1c0;
  text-shadow: none; }

.landing-form-wrap {
  background-color: rgba(0, 0, 0, 0.3);
  padding: 50px 20px; }
  .landing-form-wrap h2 {
    color: #fff;
    margin-bottom: 20px; }
  .landing-form-wrap a {
    color: #fff !important; }
  .landing-form-wrap .landing-smalltext {
    font-size: 0.7em !important; }

.landing-form ul {
  list-style: none;
  padding: 0;
  margin: 0; }
.landing-form label {
  visibility: hidden;
  height: 0;
  margin: 0; }
.landing-form input[type="text"],
.landing-form input[type="tel"],
.landing-form input[type="email"] {
  border: none !important;
  box-shadow: none !important;
  border-radius: 3px;
  margin-bottom: 10px;
  height: 50px;
  padding-left: 20px; }
  .landing-form input[type="text"]:hover,
  .landing-form input[type="tel"]:hover,
  .landing-form input[type="email"]:hover {
    border: none !important;
    box-shadow: none !important; }

#mktoForm_1818,
#mktoForm_2403 {
  width: 100% !important;
  max-width: 300px !important;
  margin: 0 auto; }
  #mktoForm_1818 .mktoFormCol,
  #mktoForm_2403 .mktoFormCol {
    width: 100% !important; }
  #mktoForm_1818 .mktoOffset,
  #mktoForm_1818 .mktoGutter,
  #mktoForm_2403 .mktoOffset,
  #mktoForm_2403 .mktoGutter {
    display: none !important; }
  #mktoForm_1818 .mktoFieldWrap,
  #mktoForm_2403 .mktoFieldWrap {
    width: 100% !important; }
  #mktoForm_1818 .mktoField,
  #mktoForm_2403 .mktoField {
    width: 100% !important;
    padding-left: 20px !important;
    height: 50px; }
  #mktoForm_1818 .mktoButtonRow,
  #mktoForm_2403 .mktoButtonRow {
    width: 100%; }
  #mktoForm_1818 .mktoButtonWrap,
  #mktoForm_2403 .mktoButtonWrap {
    margin: 0 !important;
    display: block;
    width: 100% !important; }
  #mktoForm_1818 .mktoButton,
  #mktoForm_2403 .mktoButton {
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    border: none;
    margin-top: 3px !important;
    width: 100% !important;
    min-height: 50px;
    color: #fff;
    text-decoration: none;
    padding: 16px 20px;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
    background-image: none;
    border: none;
    transition: all 0.3s;
    background-color: #ec7123; }
    #mktoForm_1818 .mktoButton:hover,
    #mktoForm_2403 .mktoButton:hover {
      background-color: #E88445;
      box-shadow: 0 3px 0 rgba(0, 0, 0, 0.5); }

.landing-phone {
  font-size: 1em;
  display: block;
  text-align: center;
  margin: 1em 0 0; }
  .landing-phone strong {
    font-weight: bold;
    font-size: 1.6em; }

.landing-customers {
  border-top: solid 1px #d4d4cd;
  padding: 50px 0; }
  .landing-customers ul {
    list-style: none;
    padding: 0;
    margin-left: 0; }

.landing-content {
  padding: 80px 0 20px;
  border-top: solid 1px #d5d3d3;
  background-color: #eaeef1; }
  .landing-content h2 {
    color: #000;
    font-weight: 700; }
  .landing-content p {
    font-size: 1.1em;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 1.5;
    color: #868c84; }
  .landing-content .col-odd {
    background-color: #e2e8ec; }
  .landing-content .col-even {
    background-color: #eaeef1; }
  .landing-content .landing-item {
    /*
    padding:50px 0;
    border-bottom:solid 1px #d5d3d3;
    */
    margin-bottom: 50px;
    /*
    display: inline-block;
    vertical-align: top;
    float: none !important;
    */ }

.landing-content-second {
  border-top: solid 1px #d5d3d3;
  background-color: #DDE3E8;
  padding: 80px 0; }

.landing-content-icon {
  background-color: #3E9AD5;
  border-radius: 50%;
  width: 200px;
  margin: 0 auto 40px; }

.landing-content-icon-even {
  background-color: #818f98; }

.landing-cta {
  padding: 0 0 50px;
  background-color: #f8f8f8;
  border: solid #f1f1f1;
  border-width: 1px 0 1px 0; }
  .landing-cta article {
    margin-bottom: 20px; }
  .landing-cta .cta-panel {
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    padding: 20px;
    min-height: 260px;
    text-align: center; }
    .landing-cta .cta-panel img {
      margin-bottom: 20px; }
    .landing-cta .cta-panel p {
      font-weight: 600;
      color: #fff; }
  .landing-cta h2 {
    color: #fff;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);
    font-size: 2em;
    margin: 60px 0 40px; }
  .landing-cta p {
    margin: 0; }
  .landing-cta .btn-flat {
    margin: 20px 0; }
  .landing-cta .cta-security {
    text-align: center; }

.landing-quickform {
  background-color: rgba(0, 0, 0, 0.3);
  padding: 30px 0;
  text-align: center; }
  .landing-quickform form {
    display: inline-block; }
  .landing-quickform h2 {
    display: inline-block;
    margin: 0 0 20px 0; }
  .landing-quickform ul li {
    display: inline-block; }
  .landing-quickform input {
    max-width: 200px; }
  .landing-quickform .btn-quickform {
    display: inline-block;
    display: inline-block;
    padding: 25px 40px;
    font-weight: 500; }

.landing-faq {
  padding: 80px 20px; }
  .landing-faq h2 {
    text-align: center;
    font-size: 2.2em;
    font-weight: 700;
    margin-bottom: 40px; }
  .landing-faq h3 {
    font-size: 1.4em;
    font-weight: 700; }
  .landing-faq p {
    font-size: 1em;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 1.5;
    color: #868c84; }

.landing-discounts {
  padding: 70px 0px; }
  .landing-discounts h2 {
    margin-bottom: 30px; }
  .landing-discounts .btn-flat {
    display: inline-block; }

.landing-templates {
  background-color: #5284C2;
  color: #fff;
  padding: 80px 0; }
  .landing-templates a {
    color: #fff !important; }
  .landing-templates h2 {
    color: #fff;
    font-weight: 700; }
  .landing-templates p {
    font-size: 1.1em;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 1.5;
    color: #E0E0E0; }
  .landing-templates .landing-item {
    margin-bottom: 30px; }
  .landing-templates .landing-content .landing-item {
    border: none; }
  .landing-templates .landing-template-screenshot {
    text-align: center; }

.landing-testimonials {
  padding: 70px 0 0; }
  .landing-testimonials h2 {
    margin-bottom: 40px; }
  .landing-testimonials blockquote {
    position: relative;
    border: none;
    background-color: #e5e7e8;
    padding: 20px 28px;
    margin-bottom: 50px; }
    .landing-testimonials blockquote p {
      color: #686767;
      font-size: 1em;
      font-weight: 600;
      letter-spacing: 0px;
      line-height: 1.5; }
    .landing-testimonials blockquote cite {
      text-transform: none;
      text-align: right;
      font-size: 0.9em;
      color: #000; }
      .landing-testimonials blockquote cite:before {
        content: ""; }

.landing-contactus {
  padding: 80px 0;
  background-color: #818f98;
  color: #fff; }
  .landing-contactus h2 {
    color: #fff;
    font-weight: 700; }
  .landing-contactus p {
    font-size: 1.1em;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 1.5;
    color: #E7E7E7; }
  .landing-contactus a {
    color: #fff; }
    .landing-contactus a:hover {
      color: #fff; }
  .landing-contactus .btn-flat {
    margin-top: 40px; }

.landing-canada-bar {
  background-color: #ec2027;
  padding: 10px 0; }
  .landing-canada-bar h2 {
    color: white;
    display: inline-block;
    margin: 0px 10px;
    font-size: 1em;
    color: rgba(255, 255, 255, 0.4); }

.landing-uses {
  padding: 100px 0; }
  .landing-uses h2 {
    font-size: 1.8em;
    font-weight: 800;
    margin-bottom: 20px; }
  .landing-uses p {
    font-weight: 600;
    font-size: 1.1em;
    color: #868b83;
    line-height: 1.6; }

.landing-uses-list-wrap {
  padding-right: 0; }

.landing-uses-list {
  list-style: none;
  padding: 0;
  margin: 0; }
  .landing-uses-list li {
    display: inline-block;
    vertical-align: top;
    border-radius: 4px;
    color: #fff;
    font-size: 1.2em;
    font-weight: 100;
    padding: 20px 20px 20px 50px;
    background: #5284c2 url("../img/icon-check-white.png") no-repeat 20px 22px;
    width: 100%;
    margin: 0 0 2%;
    line-height: 1.2; }

/*

.landing-uses {
	padding:100px 0;

	h2 {
		font-size: 1.8em;
		font-weight: 800;
		margin-bottom:20px;
	}
	p {
		font-weight: 600;
		font-size: 1.1em;
		color: #868b83;
		line-height: 1.6;
	}
}
.landing-uses-list-wrap {
	padding-right:0;
}
.landing-uses-list {
	list-style:none;
	padding:0;
	margin:0;
	text-align: right;

	li {
		display: inline-block;
		vertical-align: top;
		border-radius: 4px;
		color: #fff;
		font-size: 1.2em;
		font-weight: 100;
		padding: 20px 20px 20px 50px;
		background: #5284c2 url("../img/icon-check-white.png") no-repeat 20px 22px;
		width: 45%;
		margin: 0 0 2% 2%;
		line-height: 1.2;
	}
}
*/
.landing-feature-overview {
  padding: 80px 0 0;
  border-top: solid 1px #d5d3d3;
  background-color: #eaeef1; }
  .landing-feature-overview h2 {
    font-size: 1.8em;
    font-weight: 800;
    margin-bottom: 50px; }
  .landing-feature-overview .columns {
    padding-left: 0.5rem;
    padding-right: 0.5rem; }
  .landing-feature-overview .feature-overview-item {
    background-color: #434746;
    color: #afb2b4;
    padding: 40px 30px;
    border-top: solid 13px #eaeef0;
    box-shadow: 0 -13px 0 #5284c2;
    min-height: 453px;
    text-align: center; }
    .landing-feature-overview .feature-overview-item h3 {
      color: #fff;
      font-size: 1.3em;
      font-weight: 600; }
    .landing-feature-overview .feature-overview-item p {
      margin-bottom: 0;
      font-weight: 600;
      font-size: 1.0em; }
  .landing-feature-overview .feature-overview-item-blue {
    background-color: #5284c2;
    box-shadow: 0 -13px 0 #434746; }
    .landing-feature-overview .feature-overview-item-blue p {
      color: #C5D8F0; }
  .landing-feature-overview .feature-overview-icon {
    background-color: #fff;
    border-radius: 50%;
    padding: 20px;
    display: block;
    margin: 0 auto 30px;
    width: 100px; }

.landing-feature-simple {
  padding: 90px 0; }

.landing-feature-list {
  list-style: none;
  padding: 0;
  margin: 1em 0; }
  .landing-feature-list li {
    padding-left: 35px;
    margin-bottom: 8px;
    background: url("../img/icon-check-blue.png") no-repeat 0px 3px; }

.landing-feature-boxlist {
  padding: 70px 0 0; }

.feature-circleicon {
  background-color: #414544;
  display: block;
  border-radius: 50%;
  padding: 60px;
  width: 180px;
  margin: 0 auto 30px; }

.feature-boxlist {
  background-color: #414544;
  color: #afb2b4;
  padding: 40px 30px;
  border-top: solid 13px #ebeef1;
  box-shadow: 0 -13px 0 #5685c5;
  margin-top: 30px; }
  .feature-boxlist h3 {
    color: #fff;
    font-size: 1.4em;
    font-weight: 500;
    letter-spacing: 1px; }
  .feature-boxlist ul {
    list-style: none;
    padding: 0;
    margin: 1em 0; }
    .feature-boxlist ul li {
      color: #c9c9c9;
      padding-left: 35px;
      margin-bottom: 8px;
      background: url("../img/icon-check-white.png") no-repeat 0px 3px; }

.landing-feature-boxlist-even .feature-boxlist {
  background-color: #5685c5;
  color: #cbd6e5;
  padding: 40px 30px;
  border-top: solid 13px #fff;
  box-shadow: 0 -13px 0 #414544; }
  .landing-feature-boxlist-even .feature-boxlist h3 {
    color: #fff; }
  .landing-feature-boxlist-even .feature-boxlist ul li {
    color: #cbd6e5; }
.landing-feature-boxlist-even .feature-circleicon {
  background-color: #5685c5; }

.landing-testimonials-simple {
  padding: 60px 0 50px;
  background-color: #414544; }

.testimonials-simple-item {
  background-color: #fff;
  padding: 25px 30px;
  position: relative; }
  .testimonials-simple-item p {
    font-weight: 300;
    color: #686867; }
  .testimonials-simple-item cite {
    text-align: right; }

.landing-feature-pilllist {
  padding: 70px 0 50px; }

.feature-pilllist li {
  display: inline-block;
  vertical-align: top;
  border-radius: 4px;
  color: #fff;
  font-size: 1.2em;
  font-weight: 100;
  padding: 20px 20px 20px 50px;
  background: #5284c2 url("../img/icon-check-white.png") no-repeat 20px 22px;
  width: 45%;
  margin: 0 1% 2% 1%;
  line-height: 1.2;
  text-align: right; }

.landing-feature-webintercept {
  padding: 70px 0 50px; }
  .landing-feature-webintercept .feature-middlebody {
    padding-top: 20px; }
  .landing-feature-webintercept .feature-pilllist ul {
    margin: 0; }
  .landing-feature-webintercept .feature-pilllist li {
    font-size: 1em;
    font-weight: 100;
    padding: 15px 15px 15px 50px;
    background: #5284c2 url("../img/icon-check-white.png") no-repeat 15px 17px;
    width: 100%;
    margin: 0 0% 2% 0%;
    text-align: left; }

#demo-modal-requestpricing h2 {
  text-align: center; }
#demo-modal-requestpricing #mktoForm_1818 input[type="text"],
#demo-modal-requestpricing #mktoForm_1818 input[type="email"],
#demo-modal-requestpricing #mktoForm_1818 input[type="tel"] {
  box-shadow: none; }
#demo-modal-requestpricing .modal-alternative p {
  text-align: center;
  font-size: 0.8em;
  color: #999;
  margin-top: 10px; }

.panel-grey {
  border-top: solid 1px #d5d3d3;
  border-bottom: solid 1px #d5d3d3;
  background-color: #eaeef1; }

.text-theme-boldtext h2 {
  font-size: 1.7em;
  font-weight: 800; }
.text-theme-boldtext h3 {
  font-size: 1.4em;
  font-weight: 700; }
.text-theme-boldtext p {
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 1.4;
  color: #868c84; }
.text-theme-boldtext ul {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 1.4;
  color: #868c84; }

.max-width-500 {
  max-width: 500px;
  margin: 0 auto; }

.max-width-700 {
  max-width: 700px;
  margin: 0 auto; }

.max-width-900 {
  max-width: 900px;
  margin: 0 auto; }

.landing-content-2 {
  /*
  .landing-content-icon-even {
  	float: none;
  	margin-right: 0px;
  	margin-left: 0px;
  }
  */ }
  .landing-content-2 .landing-content-icon {
    display: block;
    float: none;
    background-color: transparent;
    width: 100%;
    max-width: 380px;
    text-align: center; }

/*
.landing-content-icon {
	display:block;
	float: none;
	margin-right: 80px;
	background-color:transparent;
	width:100%;
	max-width:380px;
}
.landing-content-icon-even {
	float: none;
	margin-right: 0px;
	margin-left: 0px;
}
.landing-content-icon {
	float:left;
	margin-right:60px;
}
.landing-content-icon-even {
	float:right;
	margin-left:60px;
}
*/
@media only screen and (min-width: 40.063em) {
  .landing-form-wrap {
    padding: 30px 60px 10px;
    max-width: 460px; }

  .landing-title {
    padding: 0; }
    .landing-title p {
      margin-bottom: 0px; }

  .landing-faq {
    padding: 80px 20px; }

  .landing-quickform h2 {
    margin: 0 50px 0 0; }

  .landing-header {
    padding: 100px 0 0; }
    .landing-header h1 {
      margin-bottom: 20px; }

  .landing-title {
    margin-top: 30px; }

  .testimonials-simple-item:before {
    display: block;
    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    border: solid 30px #fff;
    border-width: 20px 30px;
    border-color: transparent transparent #fff transparent;
    right: -30px;
    top: 66px; }
  .testimonials-simple-item:after {
    display: block;
    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    border: solid 30px #fff;
    border-width: 20px 30px;
    border-color: #fff transparent transparent transparent;
    right: -30px;
    top: 105px; }

  .landing-feature-webintercept .feature-pilllist li {
    width: 31%;
    margin: 0 0.5% 2% 0.5%; }

  .landing-content-2 .row {
    max-width: 600px;
    margin: 0 auto; } }
@media all and (min-width: 800px) {
  .landing-content-2 .row {
    max-width: 67.5rem; }
  .landing-content-2 .landing-content-icon {
    width: 40%;
    float: left; }
  .landing-content-2 .landing-content-text {
    width: 60%;
    float: right;
    padding-left: 30px; }
  .landing-content-2 .landing-content-icon-even {
    width: 40%;
    float: right; }
  .landing-content-2 .landing-content-text-even {
    width: 60%;
    float: left;
    padding-right: 30px; }

  .landing-uses-list {
    text-align: right; }
    .landing-uses-list li {
      width: 45%;
      margin: 0 0 2% 2%; } }
@media only screen and (min-width: 64.063em) {
  .landing-form-wrap {
    margin-right: 20px; }

  .landing-cta .cta-security .btn-flat {
    max-width: 50%;
    display: inline-block;
    margin: 20px 2px 20px; }

  .landing-cta .cta-panel {
    padding: 50px; }

  .landing-testimonials h2 {
    background-color: #e5e7e8;
    color: #686767;
    padding: 20px;
    display: inline-block;
    margin-bottom: 0; }
  .landing-testimonials .landing-testimonials-items-left {
    border-right: solid 3px #e5e7e8;
    padding-top: 60px;
    padding-bottom: 200px;
    padding-right: 50px; }
    .landing-testimonials .landing-testimonials-items-left blockquote:before {
      display: block;
      position: absolute;
      content: "";
      width: 10px;
      height: 10px;
      background-color: #5284c2;
      border-radius: 50%;
      right: -57px;
      top: -5px; }
    .landing-testimonials .landing-testimonials-items-left blockquote:after {
      display: block;
      position: absolute;
      content: "";
      width: 0px;
      height: 0px;
      border: solid 30px #e5e7e8;
      border-width: 20px 30px;
      border-color: #e5e7e8 transparent transparent transparent;
      right: -25px;
      top: 0px; }
  .landing-testimonials .landing-testimonials-items-right {
    padding-top: 140px;
    padding-left: 50px; }
    .landing-testimonials .landing-testimonials-items-right blockquote:before {
      display: block;
      position: absolute;
      content: "";
      width: 10px;
      height: 10px;
      background-color: #5284c2;
      border-radius: 50%;
      left: -56px;
      top: -5px; }
    .landing-testimonials .landing-testimonials-items-right blockquote:after {
      display: block;
      position: absolute;
      content: "";
      width: 0px;
      height: 0px;
      border: solid 30px #e5e7e8;
      border-width: 20px 30px;
      border-color: #e5e7e8 transparent transparent transparent;
      left: -25px;
      top: 0px; }

  .feature-circleicon {
    float: left;
    margin-right: 50px;
    margin-bottom: 50px; }

  .feature-boxlist {
    margin-top: 0px; } }
/* Changes to header and footer for landing pages */
.top-bar-login {
  float: right;
  display: none;
  line-height: 1; }

.btn-login {
  display: block;
  border: solid 1px rgba(255, 255, 255, 0.3);
  padding: 8px 10px;
  color: rgba(255, 255, 255, 0.6);
  border-radius: 4px;
  transition: all 0.3s; }
  .btn-login:hover {
    border: solid 1px rgba(255, 255, 255, 0.6);
    padding: 8px 10px;
    color: white;
    text-decoration: none; }

.page-template-page-landing-offline-php .top-bar-login,
.page-template-page-landing-whitelabel-php .top-bar-login,
.page-template-page-landing-canada-php .top-bar-login,
.page-template-page-landing-healthcare-php .top-bar-login,
.page-template-page-landing-academic-php .top-bar-login {
  display: block; }
.page-template-page-landing-offline-php .toggle-topbar,
.page-template-page-landing-whitelabel-php .toggle-topbar,
.page-template-page-landing-canada-php .toggle-topbar,
.page-template-page-landing-healthcare-php .toggle-topbar,
.page-template-page-landing-academic-php .toggle-topbar {
  display: none; }
.page-template-page-landing-offline-php .main-footer,
.page-template-page-landing-whitelabel-php .main-footer,
.page-template-page-landing-canada-php .main-footer,
.page-template-page-landing-healthcare-php .main-footer,
.page-template-page-landing-academic-php .main-footer {
  display: none; }
.page-template-page-landing-offline-php .home-alternate-footer,
.page-template-page-landing-whitelabel-php .home-alternate-footer,
.page-template-page-landing-canada-php .home-alternate-footer,
.page-template-page-landing-healthcare-php .home-alternate-footer,
.page-template-page-landing-academic-php .home-alternate-footer {
  display: block; }
.page-template-page-landing-offline-php .outer-container,
.page-template-page-landing-whitelabel-php .outer-container,
.page-template-page-landing-canada-php .outer-container,
.page-template-page-landing-healthcare-php .outer-container,
.page-template-page-landing-academic-php .outer-container {
  max-width: none; }
.page-template-page-landing-offline-php .nav-menu-original,
.page-template-page-landing-whitelabel-php .nav-menu-original,
.page-template-page-landing-canada-php .nav-menu-original,
.page-template-page-landing-healthcare-php .nav-menu-original,
.page-template-page-landing-academic-php .nav-menu-original {
  display: none; }
.page-template-page-landing-offline-php .nav-menu-new,
.page-template-page-landing-whitelabel-php .nav-menu-new,
.page-template-page-landing-canada-php .nav-menu-new,
.page-template-page-landing-healthcare-php .nav-menu-new,
.page-template-page-landing-academic-php .nav-menu-new {
  display: none !important; }
.page-template-page-landing-offline-php .home-alternate-footer-navigation,
.page-template-page-landing-whitelabel-php .home-alternate-footer-navigation,
.page-template-page-landing-canada-php .home-alternate-footer-navigation,
.page-template-page-landing-healthcare-php .home-alternate-footer-navigation,
.page-template-page-landing-academic-php .home-alternate-footer-navigation {
  display: none; }
.page-template-page-landing-offline-php .top-extra .masthead-btns,
.page-template-page-landing-whitelabel-php .top-extra .masthead-btns,
.page-template-page-landing-canada-php .top-extra .masthead-btns,
.page-template-page-landing-healthcare-php .top-extra .masthead-btns,
.page-template-page-landing-academic-php .top-extra .masthead-btns {
  display: none; }
.page-template-page-landing-offline-php .top-extra .call-us,
.page-template-page-landing-whitelabel-php .top-extra .call-us,
.page-template-page-landing-canada-php .top-extra .call-us,
.page-template-page-landing-healthcare-php .top-extra .call-us,
.page-template-page-landing-academic-php .top-extra .call-us {
  display: none; }
.page-template-page-landing-offline-php .masthead-top,
.page-template-page-landing-whitelabel-php .masthead-top,
.page-template-page-landing-canada-php .masthead-top,
.page-template-page-landing-healthcare-php .masthead-top,
.page-template-page-landing-academic-php .masthead-top {
  display: none !important; }

/* LANDING - OFFLINE */
.landing-offline .landing-header {
  background: #f8f8f8 url("../img/bg-offline-2.jpg") no-repeat center center;
  background-size: cover; }
.landing-offline .landing-cta {
  background: #f8f8f8 url("../img/bg-offline.jpg") no-repeat center right;
  background-size: cover; }
.landing-offline .landing-title {
  max-width: 800px;
  margin: 30px auto 0;
  padding: 0 20px;
  max-width: 420px; }
.landing-offline .cta-panel {
  background-color: rgba(0, 0, 0, 0.5); }
.landing-offline .landing-quickform {
  background-color: rgba(0, 0, 0, 0.5); }
.landing-offline .landing-form-wrap {
  background-color: rgba(0, 0, 0, 0.5); }
.landing-offline .landing-content {
  padding-bottom: 0; }
  .landing-offline .landing-content h2, .landing-offline .landing-content p {
    text-align: center; }
  .landing-offline .landing-content .landing-content-icon {
    background-color: transparent;
    width: auto;
    text-align: center; }
.landing-offline .landing-feature-overview {
  border-top: none; }
  .landing-offline .landing-feature-overview .feature-overview-item {
    min-height: 380px; }

@media only screen and (min-width: 64.063em) {
  .landing-offline .landing-header {
    background-attachment: fixed; }
  .landing-offline .landing-cta {
    background-attachment: fixed; } }
/* LANDING - WHITE LABEL */
.landing-whitelabel .landing-header {
  background: #f8f8f8 url("../img/bg-whitelabel-2.jpg") no-repeat center center;
  background-size: cover; }
.landing-whitelabel .landing-cta {
  background: #f8f8f8 url("../img/img-landing-whitelabel.jpg") no-repeat center center;
  background-size: cover; }
.landing-whitelabel .cta-panel {
  background-color: rgba(0, 0, 0, 0.5); }
.landing-whitelabel .landing-quickform {
  background-color: rgba(0, 0, 0, 0.5); }
.landing-whitelabel .landing-form-wrap {
  background-color: rgba(0, 0, 0, 0.5); }
.landing-whitelabel .landing-faq p {
  margin-bottom: 40px; }
.landing-whitelabel .landing-content .landing-item {
  margin-bottom: 50px;
  display: inline-block;
  padding: 0 20px;
  vertical-align: top;
  text-align: left;
  border-bottom: solid 1px #ccc; }
.landing-whitelabel .landing-content .row {
  text-align: center;
  max-width: 900px; }
.landing-whitelabel .landing-title {
  max-width: 800px;
  margin: 30px auto 0;
  padding: 0 20px; }
.landing-whitelabel .landing-content .landing-item {
  width: auto; }
.landing-whitelabel .landing-content-icon {
  display: block;
  float: none; }
.landing-whitelabel .landing-content-icon-even {
  float: none; }

@media only screen and (min-width: 40.063em) {
  .landing-whitelabel .landing-title {
    margin-top: 80px; }
  .landing-whitelabel .landing-content-icon {
    margin-right: 80px; } }
@media only screen and (min-width: 64.063em) {
  .landing-whitelabel .landing-header {
    background-attachment: fixed; }
  .landing-whitelabel .landing-cta {
    background-attachment: fixed; } }
/* LANDING - HEALTH CARE */
.landing-healthcare {
  	/*
  	.landing-content-icon {
  		display:block;
  		float: none;
  		margin-right: 80px;
  		background-color:transparent;
  		width:100%;
  		max-width:380px;
  	}
  
  	.landing-content-icon-even {
  		float: none;
  		margin-right: 0px;
  		margin-left: 0px;
  	}
  	*/
  /*
  .landing-templates {
  	p {
  		color: #C2E8BD;
  	}
  }
  */ }
  .landing-healthcare .landing-header {
    background: #f8f8f8 url("../img/bg-healthcare-2.jpg") no-repeat center center;
    background-size: cover; }
  .landing-healthcare .landing-cta {
    background: #f8f8f8 url("../img/bg-health.jpg") no-repeat center center;
    background-size: cover; }
  .landing-healthcare .cta-panel {
    background-color: rgba(0, 0, 0, 0.5); }
  .landing-healthcare .landing-quickform {
    background-color: rgba(0, 0, 0, 0.5); }
  .landing-healthcare .landing-form-wrap {
    background-color: rgba(0, 0, 0, 0.5);
    /*
    #mktoForm_1818 {
    	.mktoButton {
    		background-color:#54b948;
    		&:hover {
    			background-color:#63C758;
    		}
    	}
    }
    */ }
  .landing-healthcare .landing-content .landing-item {
    margin-bottom: 50px;
    display: inline-block;
    padding: 0 20px 50px;
    vertical-align: top;
    text-align: left;
    border-bottom: solid 1px #ddd;
    		/*
    		a {
    			color:#55b548;
    
    			&:hover {
    				color:#55b548;
    			}
    		}
    		*/ }
    .landing-healthcare .landing-content .landing-item img {
      width: 100%;
      max-width: 100%; }
  .landing-healthcare .landing-content .landing-item:last-child {
    border-bottom: none; }
  .landing-healthcare .landing-title {
    max-width: 800px;
    margin: 30px auto 0;
    padding: 0 20px; }
  .landing-healthcare .landing-content .landing-item {
    width: auto; }

@media only screen and (min-width: 40.063em) {
  .landing-healthcare .landing-title {
    margin-top: 80px; } }
@media only screen and (min-width: 64.063em) {
  .landing-healthcare .landing-header {
    background-attachment: fixed; }
  .landing-healthcare .landing-cta {
    background-attachment: fixed; } }
/* LANDING - CANADIAN */
.landing-canada {
  /*
  .landing-content-icon {
  	display:block;
  	float: none;
  	margin-right: 80px;
  	background-color:transparent;
  	width:100%;
  	max-width:380px;
  }
  .landing-content-icon-even {
  	float: none;
  	margin-right: 0px;
  	margin-left: 0px;
  }
  */ }
  .landing-canada .landing-header {
    background: #f8f8f8 url("../img/bg-canada.jpg") no-repeat center center;
    background-size: cover; }
  .landing-canada .landing-cta {
    background: #f8f8f8 url("../img/bg-canada-2.jpg") no-repeat center 100px;
    background-size: cover;
    border-top: none; }
  .landing-canada .cta-panel {
    background-color: rgba(0, 0, 0, 0.5); }
  .landing-canada .landing-quickform {
    background-color: rgba(0, 0, 0, 0.5); }
  .landing-canada .landing-form-wrap {
    background-color: rgba(0, 0, 0, 0.5); }
  .landing-canada .landing-content .landing-item {
    margin-bottom: 50px;
    display: inline-block;
    padding: 0 20px 50px;
    vertical-align: top;
    text-align: left;
    border-bottom: solid 1px #ddd; }
  .landing-canada .landing-content .landing-item:last-child {
    border-bottom: none; }
  .landing-canada .landing-title {
    max-width: 800px;
    margin: 30px auto 0;
    padding: 0 20px; }
  .landing-canada .landing-content .landing-item {
    width: auto; }
  .landing-canada .landing-contactus a {
    color: #fff; }
    .landing-canada .landing-contactus a:hover {
      color: #fff; }
  .landing-canada .landing-contactus .btn-flat {
    margin-top: 40px; }
  .landing-canada .landing-contactus .text-right {
    width: auto;
    float: none; }
  .landing-canada .landing-cta {
    padding: 160px 0 20px; }
  .landing-canada .landing-quickform {
    background-color: transparent; }
    .landing-canada .landing-quickform h2 {
      max-width: 700px;
      margin: 0px auto;
      display: block; }

@media only screen and (min-width: 64.063em) {
  .landing-canada .landing-header {
    background-attachment: fixed; }
  .landing-canada .landing-cta {
    background-attachment: fixed; } }
/* LANDING - ACADEMIC */
.landing-academic .landing-header {
  background: #f8f8f8 url("../img/bg-academic.jpg") no-repeat center center;
  background-size: cover; }
  .landing-academic .landing-header p {
    margin-bottom: 20px; }
    .landing-academic .landing-header p em {
      color: #dde2e6; }
.landing-academic .landing-cta {
  background: #f8f8f8 url("../img/bg-academic-2.jpg") no-repeat center center;
  background-size: cover; }
.landing-academic .cta-panel {
  background-color: rgba(0, 0, 0, 0.5); }
.landing-academic .landing-quickform {
  background-color: rgba(0, 0, 0, 0.5); }
.landing-academic .landing-form-wrap {
  background-color: rgba(0, 0, 0, 0.5); }
  .landing-academic .landing-form-wrap #mktoForm_1818 .mktoButton {
    background-color: #5284c2; }
    .landing-academic .landing-form-wrap #mktoForm_1818 .mktoButton:hover {
      background-color: #6A99D3; }
.landing-academic .landing-content {
  background-color: #fff; }
.landing-academic .landing-content .landing-item {
  margin-bottom: 50px;
  display: inline-block;
  padding: 0 20px 50px;
  vertical-align: top;
  text-align: left;
  border-bottom: solid 1px #ddd; }
  .landing-academic .landing-content .landing-item a {
    color: #5284c2; }
    .landing-academic .landing-content .landing-item a:hover {
      color: #5284c2; }
  .landing-academic .landing-content .landing-item img {
    width: 100%;
    max-width: 100%; }
  .landing-academic .landing-content .landing-item h3 {
    font-size: 1.4em;
    font-weight: 700;
    margin-bottom: 20px; }
.landing-academic .landing-content .landing-item:last-child {
  border-bottom: none; }
.landing-academic .landing-title {
  max-width: 800px;
  margin: 0px auto 0;
  padding: 0 20px; }
.landing-academic .landing-content .landing-item {
  width: auto; }
.landing-academic .landing-discounts {
  border-top: solid 1px #d5d3d3;
  background-color: #eaeef1; }
  .landing-academic .landing-discounts h2 {
    max-width: 600px;
    margin: 0 auto 40px; }
.landing-academic .landing-templates {
  background-color: #5284c2;
  padding-bottom: 0; }
  .landing-academic .landing-templates p {
    color: #eaeef0;
    font-weight: 100; }
.landing-academic .landing-content h2 {
  font-size: 1.8em;
  font-weight: 800;
  padding-bottom: 30px;
  margin-bottom: 60px;
  border-bottom: solid 1px #ddd; }
.landing-academic .landing-testimonials-items-left blockquote:before {
  background-color: #5284c2; }
.landing-academic .landing-testimonials-items-right blockquote:before {
  background-color: #5284c2; }

@media only screen and (min-width: 40.063em) {
  .landing-academic .landing-title {
    margin-top: 0px; } }
@media only screen and (min-width: 64.063em) {
  .landing-academic .landing-header {
    background-attachment: fixed; }
  .landing-academic .landing-cta {
    background-attachment: fixed; } }
/* LANDING - WEB INTERCEPT */
.landing-webintercept .landing-header {
  background: #f8f8f8 url("../img/bg-webintercept.jpg") no-repeat center center;
  background-size: cover; }
  .landing-webintercept .landing-header p {
    margin-bottom: 20px; }
    .landing-webintercept .landing-header p em {
      color: #dde2e6; }
  .landing-webintercept .landing-header .btn-flat {
    margin-bottom: 10px; }
.landing-webintercept .home-customers p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px; }
.landing-webintercept .landing-cta {
  padding-top: 100px;
  background: #f8f8f8 url("../img/bg-academic-2.jpg") no-repeat center center;
  background-size: cover; }
.landing-webintercept .landing-content {
  background-color: #fff; }
.landing-webintercept .landing-content .landing-item {
  margin-bottom: 50px;
  display: inline-block;
  padding: 0 20px 50px;
  vertical-align: top;
  text-align: left;
  border-bottom: solid 1px #ddd; }
  .landing-webintercept .landing-content .landing-item a {
    color: #5284c2; }
    .landing-webintercept .landing-content .landing-item a:hover {
      color: #5284c2; }
  .landing-webintercept .landing-content .landing-item img {
    width: 100%;
    max-width: 100%; }
  .landing-webintercept .landing-content .landing-item h3 {
    font-size: 1.4em;
    margin-bottom: 20px; }
  .landing-webintercept .landing-content .landing-item p {
    font-weight: 300;
    font-size: 1.1em; }
.landing-webintercept .landing-content .landing-item:last-child {
  border-bottom: none; }
.landing-webintercept .landing-title {
  margin: 10px auto 110px;
  padding: 0 20px; }
.landing-webintercept .landing-content .landing-item {
  width: auto; }
.landing-webintercept .landing-discounts {
  border-top: solid 1px #d5d3d3;
  background-color: #eaeef1; }
  .landing-webintercept .landing-discounts h2 {
    max-width: 600px;
    margin: 0 auto 40px; }
.landing-webintercept .landing-templates {
  background-color: #5284c2;
  padding-bottom: 0; }
  .landing-webintercept .landing-templates p {
    color: #eaeef0;
    font-weight: 100; }
.landing-webintercept .landing-content h2 {
  font-size: 1.6em;
  font-weight: 800;
  padding-bottom: 30px;
  margin-bottom: 60px;
  border-bottom: solid 1px #ddd; }
.landing-webintercept .landing-testimonials-items-left blockquote:before {
  background-color: #5284c2; }
.landing-webintercept .landing-testimonials-items-right blockquote:before {
  background-color: #5284c2; }

.page-template-page-webintercept-php .outer-container {
  max-width: none; }

@media only screen and (min-width: 64.063em) {
  .landing-webintercept .landing-header {
    background-attachment: fixed; }
  .landing-webintercept .landing-cta {
    background-attachment: fixed; } }
@media only screen and (min-width: 40.063em) {
  .landing-header {
    padding: 100px 0 0; }

  .landing-title {
    margin-top: 30px; }

  .landing-whitelabel .landing-content-icon {
    float: left;
    margin-right: 60px; }

  .landing-feature-simple-right {
    padding-left: 30px; } }
/* Demo signup */
.landing-webinarsignup {
  padding: 80px 0; }
  .landing-webinarsignup input[type="text"],
  .landing-webinarsignup input[type="email"],
  .landing-webinarsignup select {
    border: solid 1px #ccc;
    border-radius: 3px;
    background-color: #fff;
    padding: 14px;
    font-size: 1em;
    margin: 0;
    width: 100%;
    height: 46px;
    transition: all .3s;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    outline: none; }
    .landing-webinarsignup input[type="text"]:hover,
    .landing-webinarsignup input[type="email"]:hover,
    .landing-webinarsignup select:hover {
      border: solid 1px #999; }
    .landing-webinarsignup input[type="text"]:focus,
    .landing-webinarsignup input[type="email"]:focus,
    .landing-webinarsignup select:focus {
      border: solid 1px #07a0fc; }
  .landing-webinarsignup .button {
    background-color: #07a0fc; }
    .landing-webinarsignup .button:hover, .landing-webinarsignup .button:focus {
      background-color: #0887d3; }
  .landing-webinarsignup select {
    line-height: 1;
    outline: none; }
  .landing-webinarsignup label {
    font-weight: bold; }
  .landing-webinarsignup .form-item {
    margin-bottom: 20px;
    position: relative;
    overflow: hidden; }
    .landing-webinarsignup .form-item input[type="text"],
    .landing-webinarsignup .form-item input[type="email"] {
      padding-left: 50px; }
  .landing-webinarsignup .form-item-email:before,
  .landing-webinarsignup .form-item-lastname:before,
  .landing-webinarsignup .form-item-firstname:before {
    display: block;
    content: " ";
    position: absolute;
    top: 20px;
    width: 50px;
    height: 50px; }
  .landing-webinarsignup .active.form-item-email:before,
  .landing-webinarsignup .active.form-item-lastname:before,
  .landing-webinarsignup .active.form-item-firstname:before {
    background-position: 15px -47px; }
  .landing-webinarsignup .form-item-firstname:before,
  .landing-webinarsignup .form-item-lastname:before {
    background: url("../img/icon-fullname.png") no-repeat 15px 13px; }
  .landing-webinarsignup .form-item-email:before {
    background: url("../img/icon-email.png") no-repeat 15px 13px; }

.webinarsignup-header {
  text-align: center; }
  .webinarsignup-header h1 {
    color: #0f5699;
    font-weight: 300; }
  .webinarsignup-header p {
    color: #555;
    font-weight: 300;
    font-size: 1.3em; }

.webinarsignup-bottom {
  padding: 20px 25px;
  background-color: #f9f7f7;
  border: solid 1px #cdcecf;
  font-size: 0.8em; }
  .webinarsignup-bottom p {
    color: #a4a1a1;
    margin: 0; }

/* NEW Homepage Design w/ SurveyMonkey link */
.home-alternate-header {
  background-color: #0f5699;
  background: #0f5699 url("../img/img-newhome-bg.jpg") repeat center center;
  color: #fff;
  text-align: center;
  padding: 40px 0; }
  .home-alternate-header h1 {
    color: #fff;
    font-weight: 400;
    font-size: 2em; }
  .home-alternate-header p {
    color: #c8dae1;
    font-size: 1.4em;
    font-weight: 300; }

@media only screen and (min-width: 40.063em) {
  .home-alternate-header {
    padding: 120px 0; }
    .home-alternate-header h1 {
      font-size: 2.8em;
      font-weight: 600; }
    .home-alternate-header p {
      font-size: 2em; } }
.arrow-down-menu {
  width: 11px; }

.home-alternate-topfeatures {
  background-color: #edede5;
  color: #394856;
  text-align: center;
  padding: 50px 0 10px;
  border: solid #d4d4cd;
  border-width: 1px 0;
  position: relative; }
  .home-alternate-topfeatures ul {
    list-style: none;
    padding: 0;
    text-align: left;
    margin-left: 0; }
  .home-alternate-topfeatures li {
    display: inline-block;
    font-size: 1.1em;
    margin: 0 12px 20px; }
    .home-alternate-topfeatures li .icon-lightning {
      background: url("../img/icon-grey-lightning-24.png") no-repeat left center; }
    .home-alternate-topfeatures li .icon-chart {
      background: url("../img/icon-grey-chart-24.png") no-repeat left center; }
    .home-alternate-topfeatures li .icon-paint {
      background: url("../img/icon-grey-paint-24.png") no-repeat left center; }
    .home-alternate-topfeatures li .icon-users {
      background: url("../img/icon-grey-users-24.png") no-repeat left center; }
    .home-alternate-topfeatures li .icon {
      width: 24px;
      height: 24px;
      margin-right: 10px;
      margin-bottom: 3px;
      background-size: 24px 24px;
      float: left; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .home-alternate-topfeatures li .icon-lightning {
    background: url("../img/icon-grey-lightning-24@2x.png") no-repeat left center; }
  .home-alternate-topfeatures li .icon-chart {
    background: url("../img/icon-grey-chart-24@2x.png") no-repeat left center; }
  .home-alternate-topfeatures li .icon-paint {
    background: url("../img/icon-grey-paint-24@2x.png") no-repeat left center; }
  .home-alternate-topfeatures li .icon-users {
    background: url("../img/icon-grey-users-24@2x.png") no-repeat left center; }
  .home-alternate-topfeatures li .icon {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    margin-bottom: 3px;
    background-size: 24px 24px;
    float: left; } }
@media only screen and (min-width: 40.063em) {
  .home-alternate-topfeatures ul {
    text-align: center; } }
.arrow-scrolldown-wrap {
  position: absolute;
  bottom: -40px;
  width: 100%;
  text-align: center; }

.arrow-scrolldown {
  display: block;
  width: 65px;
  height: 65px;
  background: url("../img/icon-scrollarrow.png") no-repeat left center;
  background-size: 65px 65px;
  color: transparent;
  margin: 0 auto; }
  .arrow-scrolldown:hover {
    color: transparent; }

.home-alternate-features {
  padding: 100px 0 40px; }
  .home-alternate-features h2 {
    color: #0f5699;
    font-weight: 400;
    font-size: 2.2em;
    margin-bottom: 20px; }
  .home-alternate-features h3 {
    font-size: 1.325em; }
  .home-alternate-features p {
    font-size: 1.1em;
    font-weight: 100;
    max-width: 800px;
    margin: 0 auto 50px; }
  .home-alternate-features ul {
    list-style: none;
    padding: 0;
    margin-left: 0; }
  .home-alternate-features li .icon-lightning {
    background: url("../img/icon-grey-lightning.png") no-repeat left center; }
  .home-alternate-features li .icon-lock {
    background: url("../img/icon-grey-lock.png") no-repeat left center; }
  .home-alternate-features li .icon-paint {
    background: url("../img/icon-grey-paint.png") no-repeat left center; }
  .home-alternate-features li .icon-speechbubbles {
    background: url("../img/icon-grey-speechbubbles.png") no-repeat left center; }
  .home-alternate-features li .icon-chart {
    background: url("../img/icon-grey-chart.png") no-repeat left center; }
  .home-alternate-features li .icon-users {
    background: url("../img/icon-grey-users.png") no-repeat left center; }
  .home-alternate-features li .icon {
    width: 32px;
    height: 32px;
    background-size: 32px 32px; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .home-alternate-features li .icon-lightning {
    background: url("../img/icon-grey-lightning@2x.png") no-repeat left center; }
  .home-alternate-features li .icon-lock {
    background: url("../img/icon-grey-lock@2x.png") no-repeat left center; }
  .home-alternate-features li .icon-paint {
    background: url("../img/icon-grey-paint@2x.png") no-repeat left center; }
  .home-alternate-features li .icon-speechbubbles {
    background: url("../img/icon-grey-speechbubbles@2x.png") no-repeat left center; }
  .home-alternate-features li .icon-chart {
    background: url("../img/icon-grey-chart@2x.png") no-repeat left center; }
  .home-alternate-features li .icon-users {
    background: url("../img/icon-grey-users@2x.png") no-repeat left center; }
  .home-alternate-features li .icon {
    width: 32px;
    height: 32px;
    background-size: 32px 32px; }

  .arrow-scrolldown {
    background: url("../img/icon-scrollarrow@2x.png") no-repeat left center;
    background-size: 65px 65px; } }
@media only screen and (min-width: 64.063em) {
  .home-alternate-features li .icon {
    float: left;
    margin-bottom: 140px;
    margin-right: 20px; } }
.home-alternate-customers {
  border-top: solid 1px #d4d4cd;
  padding: 50px 0; }
  .home-alternate-customers ul {
    list-style: none;
    padding: 0; }
  .home-alternate-customers img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.6; }

.home-alternate-getstarted {
  background-color: #edede5;
  padding: 60px 0;
  border: solid #d4d4cd;
  border-width: 1px 0;
  text-align: center; }
  .home-alternate-getstarted h2 {
    color: #0f5699;
    font-size: 2.2em;
    font-weight: 500;
    margin-bottom: 40px; }
  .home-alternate-getstarted p {
    margin-top: 20px; }
  .home-alternate-getstarted .subtitle {
    font-size: 1.1em;
    font-weight: 300; }
  .home-alternate-getstarted .getstarted-gridleft {
    margin-bottom: 50px; }
    .home-alternate-getstarted .getstarted-gridleft .button {
      width: 100%;
      background-color: #A9BD39; }
  .home-alternate-getstarted .getstarted-gridright .button {
    width: 100%; }
  .home-alternate-getstarted .getstarted-sm {
    margin-bottom: 15px; }

.logo-bysurveymonkey {
  display: none;
  margin-top: -14px;
  margin-bottom: 7px;
  width: 200px; }

.getstarted-fs {
  max-width: 220px; }

@media only screen and (min-width: 40.063em) {
  .getstarted-gridleft {
    margin-bottom: 50px; } }
@media only screen and (min-width: 64.063em) {
  .getstarted-gridleft {
    float: right;
    max-width: 340px; }

  .getstarted-gridright {
    float: left;
    max-width: 340px; } }
.home-alternate-footer {
  padding: 60px 0 40px;
  text-align: center;
  color: #a7a6a6; }
  .home-alternate-footer a {
    color: #a7a6a6; }
  .home-alternate-footer span {
    margin: 0 10px; }

.btn-grey-outline {
  background-color: #f3f3ec;
  border: solid 1px #dadad1;
  color: #000; }
  .btn-grey-outline:hover {
    background-color: #fff;
    color: #000; }

.btn-white-outline {
  background-color: transparent;
  border: solid 1px #fff;
  color: #fff; }
  .btn-white-outline:hover {
    background-color: #fff;
    color: #0f5699; }

.modal-alternative-copy {
  font-size: 0.8em; }

#demo-modal-alternative h2 {
  color: #0f5699;
  text-align: center;
  margin-bottom: 20px; }
#demo-modal-alternative p {
  color: #c6c3c3;
  text-align: center;
  font-size: 0.8em;
  margin-bottom: 0; }
#demo-modal-alternative .mktoButtonRow {
  width: 100%;
  max-width: none !important;
  margin-bottom: 10px; }

.btn-demo-alternate {
  display: none !important; }

.nav-menu-new {
  display: none; }
  .nav-menu-new .dropdown {
    margin-top: 50px; }
    .nav-menu-new .dropdown a {
      line-height: 35px !important; }

.nav-menu-original .dropdown {
  margin-top: 50px; }

.home-alternate-footer {
  display: none; }

.sidebar .widget-signup-alternate {
  display: none; }
  .sidebar .widget-signup-alternate h3 {
    color: #0f5699;
    font-size: 1.4em;
    margin-bottom: 10px; }
  .sidebar .widget-signup-alternate .mktoForm {
    margin-bottom: 20px; }

.page-template-page-home-3-php,
.page-template-page-pricing-3-php,
.new-header-footer {
  /*
  .masthead-btns .signin {
  	display:none !important;
  }
  */
  /*
  .btn-demo {
  	display:none !important;
  }
  */ }
  .page-template-page-home-3-php .main-footer,
  .page-template-page-pricing-3-php .main-footer,
  .new-header-footer .main-footer {
    display: none; }
  .page-template-page-home-3-php .home-alternate-footer,
  .page-template-page-pricing-3-php .home-alternate-footer,
  .new-header-footer .home-alternate-footer {
    display: block; }
  .page-template-page-home-3-php .outer-container,
  .page-template-page-pricing-3-php .outer-container,
  .new-header-footer .outer-container {
    width: 100%;
    max-width: none;
    margin: 0;
    box-shadow: none; }
  .page-template-page-home-3-php .btn-demo-alternate,
  .page-template-page-pricing-3-php .btn-demo-alternate,
  .new-header-footer .btn-demo-alternate {
    display: inline !important;
    background-color: #a9bd39; }
  .page-template-page-home-3-php .logo-bysurveymonkey,
  .page-template-page-pricing-3-php .logo-bysurveymonkey,
  .new-header-footer .logo-bysurveymonkey {
    display: block;
    margin-top: -3px; }
  .page-template-page-home-3-php .logo-fsoriginal,
  .page-template-page-pricing-3-php .logo-fsoriginal,
  .new-header-footer .logo-fsoriginal {
    display: none; }
  .page-template-page-home-3-php .nav-menu-new,
  .page-template-page-pricing-3-php .nav-menu-new,
  .new-header-footer .nav-menu-new {
    display: block;
    margin-right: 30px; }
  .page-template-page-home-3-php .nav-menu-original,
  .page-template-page-pricing-3-php .nav-menu-original,
  .new-header-footer .nav-menu-original {
    display: none; }
  .page-template-page-home-3-php .top-extra,
  .page-template-page-pricing-3-php .top-extra,
  .new-header-footer .top-extra {
    display: none;
    float: right;
    clear: none; }
  .page-template-page-home-3-php .top-extra .signin,
  .page-template-page-pricing-3-php .top-extra .signin,
  .new-header-footer .top-extra .signin {
    display: none !important; }
  .page-template-page-home-3-php .top-extra .btn-myaccount,
  .page-template-page-pricing-3-php .top-extra .btn-myaccount,
  .new-header-footer .top-extra .btn-myaccount {
    display: none !important; }
  .page-template-page-home-3-php .sidebar .widget-signup,
  .page-template-page-pricing-3-php .sidebar .widget-signup,
  .new-header-footer .sidebar .widget-signup {
    display: none; }
  .page-template-page-home-3-php .sidebar .widget-signup-alternate,
  .page-template-page-pricing-3-php .sidebar .widget-signup-alternate,
  .new-header-footer .sidebar .widget-signup-alternate {
    display: block; }
  .page-template-page-home-3-php .masthead-top #signin,
  .page-template-page-pricing-3-php .masthead-top #signin,
  .new-header-footer .masthead-top #signin {
    color: rgba(255, 255, 255, 0.4); }
  .page-template-page-home-3-php .masthead-top a,
  .page-template-page-pricing-3-php .masthead-top a,
  .new-header-footer .masthead-top a {
    color: #a9bd39; }
  .page-template-page-home-3-php .top-bar-section ul li > a,
  .page-template-page-pricing-3-php .top-bar-section ul li > a,
  .new-header-footer .top-bar-section ul li > a {
    color: rgba(255, 255, 255, 0.4) !important; }
    .page-template-page-home-3-php .top-bar-section ul li > a:hover,
    .page-template-page-pricing-3-php .top-bar-section ul li > a:hover,
    .new-header-footer .top-bar-section ul li > a:hover {
      color: rgba(255, 255, 255, 0.8) !important; }
  .page-template-page-home-3-php .masthead,
  .page-template-page-pricing-3-php .masthead,
  .new-header-footer .masthead {
    background-color: #353738; }
    .page-template-page-home-3-php .masthead .dropdown,
    .page-template-page-pricing-3-php .masthead .dropdown,
    .new-header-footer .masthead .dropdown {
      background-color: #353738; }
    .page-template-page-home-3-php .masthead .btn-demo:hover,
    .page-template-page-pricing-3-php .masthead .btn-demo:hover,
    .new-header-footer .masthead .btn-demo:hover {
      background-color: rgba(255, 255, 255, 0.1); }
  .page-template-page-home-3-php .toggle-topbar,
  .page-template-page-pricing-3-php .toggle-topbar,
  .new-header-footer .toggle-topbar {
    display: none; }

@media only screen and (min-width: 40.063em) {
  .nav-menu-new {
    float: right; }
    .nav-menu-new .dropdown {
      margin-top: 0px; }

  .nav-menu-original .dropdown {
    margin-top: 0px; }

  .page-template-page-home-3-php .top-extra,
  .page-template-page-pricing-3-php .top-extra,
  .new-header-footer .top-extra {
    display: inline; } }
/* NEW Pricing Design w/ SurveyMonkey button */
.pricing-alternate p {
  font-size: 1.1em;
  font-weight: 100; }
.pricing-alternate h1 {
  color: #0f5699;
  font-weight: 600;
  font-size: 1.7em; }
.pricing-alternate .home-alternate-footer p {
  font-size: 0.85em;
  font-weight: 400; }

.pricing-alternate-para {
  font-size: 0.9em !important; }

.pricing-alternate-content {
  padding-top: 40px; }
  .pricing-alternate-content .row {
    position: relative; }

.page-template-page-pricing-3-php .main-footer {
  display: none; }
.page-template-page-pricing-3-php .outer-container {
  width: 100%;
  max-width: none;
  margin: 0;
  box-shadow: none; }

.cta-fluid {
  margin: 30px 0; }
  .cta-fluid h1 {
    font-size: 2.2em;
    font-weight: 400;
    margin-bottom: 20px; }

@media only screen and (min-width: 64.063em) {
  margin: 60px 0; }
.cta-surveymonkey {
  background-color: #86a139;
  color: #fff;
  text-align: center;
  padding: 60px 40px;
  margin-top: 50px; }
  .cta-surveymonkey h2 {
    color: #fff; }
  .cta-surveymonkey p {
    color: #f5f8c4;
    margin-top: 20px;
    font-size: 0.8em; }

@media only screen and (min-width: 64.063em) {
  .cta-surveymonkey {
    position: absolute;
    right: 0;
    bottom: 0; } }
.sm-features {
  list-style: none;
  text-align: left;
  margin: 30px auto 0;
  display: inline-block;
  padding: 0; }
  .sm-features li {
    background: url("../img/icon-check-white.png") no-repeat left center;
    font-weight: 100;
    margin-bottom: 10px;
    padding-left: 25px; }

.button-yellow-sm {
  padding: 18px 26px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-shadow: 0 1px 0 #fff;
  font-weight: bold;
  white-space: nowrap;
  text-decoration: none !important;
  color: #333;
  display: inline-block;
  border: solid 1px #bbb;
  background-color: #f0f0ea;
  background: -webkit-gradient(linear, left top, left bottom, from(#f0f0ea), to(#d5d7ce));
  background: -webkit-linear-gradient(top, #f0f0ea, #d5d7ce);
  background: -moz-linear-gradient(top, #f0f0ea, #d5d7ce);
  background: -ms-linear-gradient(top, #f0f0ea, #d5d7ce);
  background: -o-linear-gradient(top, #f0f0ea, #d5d7ce);
  position: relative;
  border-color: #DFC235;
  text-shadow: 0 1px 0 #fcfc85;
  background-color: #f8f777;
  background: -webkit-linear-gradient(top, #f8f777, #dfc235);
  background: -moz-linear-gradient(top, #f8f777, #dfc235);
  background: -ms-linear-gradient(top, #f8f777, #dfc235);
  background: -o-linear-gradient(top, #f8f777, #dfc235);
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
  border-radius: 4px; }

.button-yellow-sm:hover {
  color: #333;
  border-color: #999;
  background-color: #fcfc85;
  background: -webkit-gradient(linear, left top, left bottom, from(#fcfc85), to(#edce38));
  background: -webkit-linear-gradient(top, #fcfc85, #edce38);
  background: -moz-linear-gradient(top, #fcfc85, #edce38);
  background: -ms-linear-gradient(top, #fcfc85, #edce38);
  background: -o-linear-gradient(top, #fcfc85, #edce38); }

.page-template-page-home-3-php #mktoForm_2065 {
  width: 100% !important; }

.mktoForm {
  max-width: 350px !important; }

.widget-signup-alternate {
  padding-bottom: 20px; }
  .widget-signup-alternate .mktoForm {
    max-width: 310px !important; }

#demo-modal-alternative .mktoForm {
  margin: 0 auto !important; }

#mktoForm_2065 .mktoGutter,
#mktoForm_2065 .mktoOffset {
  display: none; }
#mktoForm_2065 .mktoFormCol {
  width: 100%; }
#mktoForm_2065 .mktoLabel {
  width: auto; }
#mktoForm_2065 .mktoField {
  width: 100% !important;
  box-shadow: none;
  height: 46px;
  padding-left: 15px !important; }
#mktoForm_2065 .mktoFieldWrap {
  width: 100% !important; }
#mktoForm_2065 .mktoButtonWrap {
  display: block;
  margin-left: 0 !important; }
#mktoForm_2065 .mktoButton {
  width: 100% !important;
  background-color: #A9BD39;
  color: #fff;
  border: none;
  background-image: none;
  text-shadow: none;
  padding: 21px 0px 21px 0px !important;
  margin-left: 0; }
#mktoForm_2065 .mktoButtonRow {
  max-width: 200px;
  display: block; }
#mktoForm_2065 .mktoButtonWrap {
  width: 100%; }

#mktoForm_3130 {
  width: 100% !important;
  margin-right: 0; }
  #mktoForm_3130 .mktoGutter,
  #mktoForm_3130 .mktoOffset {
    display: none; }
  #mktoForm_3130 .mktoFormCol {
    width: 100%; }
  #mktoForm_3130 .mktoLabel {
    width: auto;
    color: #666;
    font-size: 1em;
    font-weight: 500; }
  #mktoForm_3130 .mktoField {
    width: 100% !important;
    box-shadow: none;
    height: 36px;
    padding-left: 15px !important; }
  #mktoForm_3130 .mktoFieldWrap {
    width: 100% !important; }
  #mktoForm_3130 .mktoButtonWrap {
    display: block;
    margin-left: 0 !important; }
  #mktoForm_3130 .mktoButton {
    width: 100% !important;
    background-color: #A9BD39;
    color: #fff;
    border: none;
    background-image: none;
    text-shadow: none;
    padding: 11px 0px 21px 0px !important;
    margin-left: 0; }
  #mktoForm_3130 .mktoButtonRow {
    margin-right: 0;
    display: block; }
  #mktoForm_3130 .mktoButtonWrap {
    width: 100%; }

/* NEW CONTACT US PAGE */
.page-template-page-contactus-php .outer-container {
  max-width: none; }

.contact-overview {
  padding: 50px 0 0;
  border-top: solid 1px #d5d3d3;
  background-color: #eaeef1;
  margin-bottom: 60px; }
  .contact-overview .subtitle {
    font-size: 1em;
    color: #979797;
    font-weight: 600;
    max-width: 700px;
    margin: 0 auto 70px; }
  .contact-overview h2 {
    font-size: 1.8em;
    font-weight: 800;
    margin-bottom: 50px; }
  .contact-overview .columns {
    padding-left: 0.5rem;
    padding-right: 0.5rem; }
  .contact-overview .feature-overview-item {
    background-color: #434746;
    color: #afb2b4;
    padding: 40px 30px;
    border-top: solid 13px #eaeef0;
    box-shadow: 0 -13px 0 #5284c2;
    min-height: 400px;
    text-align: center;
    max-width: 600px;
    margin: 0 auto; }
    .contact-overview .feature-overview-item a {
      color: #afb2b4;
      text-decoration: underline; }
    .contact-overview .feature-overview-item h3 {
      color: #fff;
      font-size: 2em;
      font-weight: 600; }
    .contact-overview .feature-overview-item p {
      margin-bottom: 0;
      font-weight: 600;
      font-size: 1.5em; }
    .contact-overview .feature-overview-item .item-map-overview {
      background-color: #fff;
      border-radius: 10px;
      border: solid 1px #ddd;
      padding: 20px;
      text-align: left;
      color: #979797; }
      .contact-overview .feature-overview-item .item-map-overview h3 {
        color: #58595b;
        font-size: 1.2em;
        font-weight: 600; }
      .contact-overview .feature-overview-item .item-map-overview p {
        margin-bottom: 0;
        font-weight: 600;
        font-size: 1em; }
  .contact-overview .feature-overview-item-blue {
    background-color: #5284c2;
    box-shadow: 0 -13px 0 #434746; }
    .contact-overview .feature-overview-item-blue a {
      color: #C5D8F0; }
    .contact-overview .feature-overview-item-blue p {
      color: #C5D8F0; }
  .contact-overview .feature-overview-icon {
    background-color: #fff;
    border-radius: 50%;
    padding: 20px;
    display: block;
    margin: 0 auto 30px;
    width: 100px; }

.page-contactus .sidebar-bottom {
  padding-bottom: 50px; }
  .page-contactus .sidebar-bottom .widget.widget-clients h3 {
    margin-bottom: 30px;
    margin-top: 40px; }

.feature-overview-item-map {
  background: url("../img/bg-map.png") no-repeat center -160px; }
  .feature-overview-item-map .feature-overview-icon {
    background-color: transparent;
    visibility: hidden; }

.page-heading-background {
  background: url("../img/bg-people.jpg") repeat top center;
  padding: 50px 0;
  color: #fff; }
  .page-heading-background h1 {
    color: #fff; }

/* NEW SURVEYMONKEY PRICING A+B TEST FEB 2015 */
.pricing-surveymonkey .column {
  padding-left: 8px;
  padding-right: 8px; }
.pricing-surveymonkey .pricing-pillar {
  margin-bottom: 30px; }
.pricing-surveymonkey .pricing-pillar-top {
  background-color: #72705a;
  padding: 9px 20px; }
  .pricing-surveymonkey .pricing-pillar-top h2 {
    text-align: center;
    font-size: 1.1em;
    font-weight: 700;
    text-transform: uppercase;
    color: #bed830;
    margin: 0; }
.pricing-surveymonkey .pricing-pillar-content {
  background-color: #878678;
  color: #fff;
  text-align: center;
  padding: 9px 20px;
  min-height: 506px;
  font-weight: 100; }
  .pricing-surveymonkey .pricing-pillar-content img {
    max-width: 160px; }
  .pricing-surveymonkey .pricing-pillar-content a {
    color: #bed830;
    text-decoration: underline; }
  .pricing-surveymonkey .pricing-pillar-content .pricing-price {
    color: #fff;
    font-weight: 700;
    font-size: 4em; }
    .pricing-surveymonkey .pricing-pillar-content .pricing-price span {
      font-size: 0.2em;
      text-transform: uppercase; }
  .pricing-surveymonkey .pricing-pillar-content .pricing-billing-period {
    font-size: 0.7em; }
  .pricing-surveymonkey .pricing-pillar-content ul li {
    text-align: left;
    margin-bottom: 0px;
    line-height: 1.7; }
  .pricing-surveymonkey .pricing-pillar-content .btn-green {
    color: white;
    font-size: 0.8em;
    font-weight: 700 !important;
    text-decoration: none;
    padding: 10px;
    border: solid #A1E656;
    border-width: 1px 0 0 1px; }
  .pricing-surveymonkey .pricing-pillar-content .btn-blue {
    color: white;
    font-size: 0.8em;
    font-weight: 700 !important;
    text-decoration: none;
    padding: 10px;
    border: solid #46A1D4;
    border-width: 1px 0 0 1px; }
.pricing-surveymonkey .pricing-pillar-bottom {
  background-color: #72705a;
  color: #bed830;
  padding: 10px 20px;
  text-align: center;
  line-height: 1;
  min-height: 48px; }
  .pricing-surveymonkey .pricing-pillar-bottom p {
    margin-bottom: 0px;
    font-size: 0.7em;
    line-height: 1.2; }
  .pricing-surveymonkey .pricing-pillar-bottom a {
    color: #bed830;
    text-decoration: underline; }
.pricing-surveymonkey .pricing-content-top {
  min-height: 158px; }
.pricing-surveymonkey .popular-price {
  position: absolute;
  top: -1.875rem;
  right: -1.4em;
  z-index: 1;
  display: none; }
.pricing-surveymonkey .pricing-freeplans {
  background-color: #ebeae1;
  max-width: 715px;
  margin: 0 auto;
  text-align: center;
  padding: 20px;
  color: #57604b;
  margin-bottom: 30px;
  font-weight: 100; }
  .pricing-surveymonkey .pricing-freeplans p {
    margin-bottom: 0; }
.pricing-surveymonkey .pricing-studentplans {
  color: #a5a5a6;
  text-align: center;
  max-width: 715px;
  margin: 0 auto;
  padding: 0 20px; }
  .pricing-surveymonkey .pricing-studentplans p {
    font-size: 0.8em;
    font-weight: 100; }
.pricing-surveymonkey .link-fluidsurveys {
  color: #0057a3;
  text-decoration: underline; }
.pricing-surveymonkey .link-surveymonkey {
  color: #86a336;
  text-decoration: underline; }
.pricing-surveymonkey .fineprint {
  font-size: 0.6em;
  color: #000; }

@media only screen and (min-width: 40.063em) {
  .pricing-surveymonkey .popular-price {
    display: block; } }
@media only screen and (min-width: 64.063em) {
  .pricing-highlight-border {
    padding-top: 8px;
    padding-bottom: 8px;
    border: solid 1px #92b1cf;
    margin-top: -9px;
    margin-bottom: 30px; }
    .pricing-highlight-border .pricing-pillar {
      margin-bottom: 0px; }

  .pricing-surveymonkey .pricing-content-top {
    height: 158px; }
  .pricing-surveymonkey .pricing-double-btns a {
    display: inline-block; }
  .pricing-surveymonkey .pricing-double-btns .btn-green {
    width: 40%; }
  .pricing-surveymonkey .pricing-double-btns .btn-blue {
    width: 58%; } }
.pricing-pillar-white {
  border: solid 1px #bfbfb8; }
  .pricing-pillar-white .pricing-pillar-top {
    background-color: #fff;
    border-bottom: solid 1px #f1f1f0; }
    .pricing-pillar-white .pricing-pillar-top h2 {
      color: #5f604b; }
  .pricing-pillar-white .pricing-pillar-content {
    background-color: #fff;
    color: #5f604b; }
    .pricing-pillar-white .pricing-pillar-content a {
      color: #5f604b; }
    .pricing-pillar-white .pricing-pillar-content .pricing-price {
      color: #5f604b; }
  .pricing-pillar-white .pricing-pillar-bottom {
    background-color: #fff;
    color: #c7dd5b;
    border-top: solid 1px #f1f1f0; }
    .pricing-pillar-white .pricing-pillar-bottom a {
      color: #c7dd5b; }

.pricing-pillar-darkgrey .pricing-pillar-top {
  background-color: #474838; }
.pricing-pillar-darkgrey .pricing-pillar-content {
  background-color: #5f604b; }
  .pricing-pillar-darkgrey .pricing-pillar-content .pricing-feature-highlight {
    color: #bed830;
    font-weight: bold; }
.pricing-pillar-darkgrey .pricing-pillar-bottom {
  background-color: #474838; }

.pricing-pillar-lightblue .pricing-pillar-top {
  background-color: #0a3e7b; }
  .pricing-pillar-lightblue .pricing-pillar-top h2 {
    color: #90c9e6; }
.pricing-pillar-lightblue .pricing-pillar-content {
  background-color: #0e5394;
  color: #fff; }
  .pricing-pillar-lightblue .pricing-pillar-content a {
    color: #90c9e6; }
  .pricing-pillar-lightblue .pricing-pillar-content img {
    max-width: 100px; }
  .pricing-pillar-lightblue .pricing-pillar-content .pricing-feature-highlight {
    color: #90c9e6;
    font-weight: bold; }
.pricing-pillar-lightblue .pricing-pillar-bottom {
  background-color: #0a3e7b;
  color: #90c9e6;
  padding-top: 16px; }
  .pricing-pillar-lightblue .pricing-pillar-bottom a {
    color: #90c9e6; }

.pricing-pillar-darkblue .pricing-pillar-top {
  background-color: #08192b; }
  .pricing-pillar-darkblue .pricing-pillar-top h2 {
    color: #90c9e6; }
.pricing-pillar-darkblue .pricing-pillar-content {
  background-color: #0b213a;
  color: #fff; }
  .pricing-pillar-darkblue .pricing-pillar-content a {
    color: #90c9e6; }
  .pricing-pillar-darkblue .pricing-pillar-content img {
    max-width: 100px; }
  .pricing-pillar-darkblue .pricing-pillar-content .pricing-price {
    color: #fff;
    font-size: 1.2em;
    margin-top: 40px; }
    .pricing-pillar-darkblue .pricing-pillar-content .pricing-price em {
      font-size: 0.7em;
      line-height: 1.5;
      font-weight: 300;
      margin-bottom: 10px;
      display: inline-block; }
  .pricing-pillar-darkblue .pricing-pillar-content .pricing-feature-highlight {
    color: #90c9e6;
    font-weight: bold; }
.pricing-pillar-darkblue .pricing-pillar-bottom {
  background-color: #08192b;
  color: #90c9e6;
  padding-top: 16px; }
  .pricing-pillar-darkblue .pricing-pillar-bottom a {
    color: #90c9e6; }

.page-template-page-pricing-sm-php .home-customers {
  padding-top: 0; }

.pricing-sm-notification {
  width: 100%;
  padding: 20px 30px;
  background-color: #fae4b0;
  border: solid 1px #f7d583;
  line-height: 1.4;
  color: #000;
  margin: 0px 0px 30px; }
  .pricing-sm-notification p {
    margin-bottom: 0; }
  .pricing-sm-notification a {
    color: #000;
    text-decoration: underline;
    font-weight: bold; }
    .pricing-sm-notification a:hover {
      text-decoration: none; }

.call-us .call-us-link {
  color: #fff;
  text-decoration: none;
  font-size: 0.7em;
  border: solid 1px rgba(255, 255, 255, 0.1);
  padding: 9px 10px 9px;
  border-radius: 4px;
  font-weight: normal;
  transition: all 0.3s;
  text-transform: uppercase; }
  .call-us .call-us-link:hover {
    background-color: #007095;
    border-color: #007095; }

.logged-in-only {
  display: none; }

.sm-pricing-login-notification {
  margin: 0 auto;
  text-align: center; }
  .sm-pricing-login-notification a {
    color: #000;
    text-decoration: underline;
    font-weight: bold; }
    .sm-pricing-login-notification a:hover {
      text-decoration: none; }

.sm-pricing-cad-notice {
  text-align: right;
  margin-bottom: 20px;
  margin-right: 10px; }

/* ENTERPRISE PRICING FORM FIX */
.page-template-page-pricing-enterprise-php #mktoForm_1818 {
  width: 100% !important;
  float: left; }
  .page-template-page-pricing-enterprise-php #mktoForm_1818 .mktoGutter,
  .page-template-page-pricing-enterprise-php #mktoForm_1818 .mktoOffset {
    display: none; }
  .page-template-page-pricing-enterprise-php #mktoForm_1818 .mktoFormCol {
    width: 100%; }
  .page-template-page-pricing-enterprise-php #mktoForm_1818 .mktoLabel {
    width: auto; }
  .page-template-page-pricing-enterprise-php #mktoForm_1818 .mktoField {
    width: 100% !important;
    box-shadow: none;
    height: 46px;
    padding-left: 15px !important; }
  .page-template-page-pricing-enterprise-php #mktoForm_1818 .mktoFieldWrap {
    width: 100% !important; }
  .page-template-page-pricing-enterprise-php #mktoForm_1818 .mktoButtonWrap {
    display: block;
    margin-left: 0 !important; }
  .page-template-page-pricing-enterprise-php #mktoForm_1818 .mktoButton {
    width: 100% !important;
    background-color: #A9BD39;
    border: none;
    background-image: none;
    text-shadow: none;
    padding: 21px 0px 21px 0px !important; }
  .page-template-page-pricing-enterprise-php #mktoForm_1818 .mktoButtonRow {
    max-width: 200px;
    display: block; }
  .page-template-page-pricing-enterprise-php #mktoForm_1818 .mktoButtonWrap {
    width: 100%; }

.dave-goldberg {
  color: #9BB121;
  background-color: #313126;
  text-align: center;
  max-width: none;
  padding: 15px 0; }
  .dave-goldberg p {
    margin-bottom: 0; }
  .dave-goldberg a {
    color: #9BB121;
    font-weight: 300;
    letter-spacing: .25px;
    font-size: 1.5em;
    font-family: "Helvetica Neue", "Segoe UI", helvetica, arial, sans-serif; }
    .dave-goldberg a img {
      width: 21px; }

/* ENTERPRISE TOUR PAGE */
