@charset "UTF-8";
/* TYPOGRAPHY */
/* TYPOGRAPHY */
/* =============================================================================
   HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]), [hidden] {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif;
  color: #222;
}

button, input, select, textarea {
  font-family: sans-serif;
  color: #222;
}

body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
}

::-moz-selection {
  background: #fe57a1;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #7000b6;
  color: #fff;
  text-shadow: none;
}

a {
  color: #00e;
}
a:visited {
  color: #551a8b;
}
a:hover {
  color: #06e;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

pre, code, kbd, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}
q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: 85%;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}

dd {
  margin: 0 0 0 40px;
}

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

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

figure, form {
  margin: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

label {
  cursor: pointer;
}

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
}

button {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

button[disabled] {
  cursor: default;
}

input[disabled] {
  cursor: default;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

input:invalid, textarea:invalid {
  background-color: #f0dddd;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  vertical-align: top;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0;
}

/* ===== Primary Styles ========================================================
   Author:
   ========================================================================== */
/* =============================================================================
   Media Queries
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}
.ir br {
  display: none;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

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

/* =============================================================================
   Print Styles
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  /* Black prints faster: h5bp.com/s */
  a {
    text-decoration: underline;
  }
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }

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

  .ir a:after {
    content: "";
  }

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

  /* Don't show links for images, or javascript/internal links */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  /* h5bp.com/t */
  tr {
    page-break-inside: avoid;
  }

  img {
    page-break-inside: avoid;
    max-width: 100% !important;
  }

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

  h2, h3 {
    page-break-after: avoid;
  }
}
/* Column code based on work from cssgrid.net: 
The 1140px Grid by Andy Taylor – http://cssgrid.net – http://www.twitter.com/andytlr – http://www.catchingzebra.com */
.container {
  padding-left: 20px;
  padding-right: 20px;
}

.row {
  clear: both;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  overflow: hidden;
}

.col_1, .col_2, .col_3, .col_4, .col_5, .col_6, .col_7, .col_8, .col_9, .col_10, .col_11 {
  float: left;
  margin-right: 3.8%;
  position: relative;
}

.col_1 {
  width: 4.85%;
}

/* ie - 4.7% */
.col_2 {
  width: 13.5%;
}

/* ie - 13.2% */
.col_3 {
  width: 22.15%;
}

/* ie - 22.05% */
.col_4 {
  width: 30.8%;
}

/* ie - 30.6% */
.col_5 {
  width: 39.45%;
}

/* ie - 39% */
.col_6 {
  width: 48.1%;
}

/* ie - 48% */
.col_7 {
  width: 56.75%;
}

/* ie - 56.75% */
.col_8 {
  width: 65.4%;
}

/* ie - 61.6% */
.col_9 {
  width: 74.05%;
}

/* ie - 74.05% */
.col_10 {
  width: 82.7%;
}

/* ie - 82.7% */
.col_11 {
  width: 91.35%;
}

/* ie - 91.35% */
.col_12 {
  clear: both;
  width: 100%;
  float: left;
}

.last, .omega {
  margin-right: 0 !important;
}

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

/*
_______________________________
Columnal - sub-columns */
.col_2 .col_1 {
  margin-right: 28.62%;
  width: 35.69%;
}
.col_2 .pre_1 {
  padding-left: 35.69%;
}
.col_2 .suf_1 {
  padding-right: 35.69%;
}

/* */
.col_3 .col_2 {
  margin-right: 17.45%;
}
.col_3 .col_1 {
  margin-right: 17.45%;
  width: 21.7%;
}
.col_3 .col_2 {
  width: 60.86%;
}
.col_3 .pre_1 {
  padding-left: 21.7%;
}
.col_3 .pre_2 {
  padding-left: 60.86%;
}
.col_3 .suf_1 {
  padding-right: 21.7%;
}
.col_3 .suf_2 {
  padding-right: 60.86%;
}

/* */
.col_4 .col_3, .col_4 .col_2 {
  margin-right: 12.36%;
}
.col_4 .col_1 {
  margin-right: 12.36%;
  width: 15.73%;
}
.col_4 .col_2 {
  width: 43.82%;
}
.col_4 .col_3 {
  width: 71.91%;
}
.col_4 .pre_1 {
  padding-left: 28.09%;
}
.col_4 .pre_2 {
  padding-left: 56.18%;
}
.col_4 .pre_3 {
  padding-left: 84.27%;
}
.col_4 .suf_1 {
  padding-right: 28.09%;
}
.col_4 .suf_2 {
  padding-right: 56.18%;
}
.col_4 .suf_3 {
  padding-right: 84.27%;
}

/* */
.col_5 .col_4, .col_5 .col_3, .col_5 .col_2 {
  margin-right: 9.7%;
}
.col_5 .col_1 {
  margin-right: 9.7%;
  width: 12.24%;
}
.col_5 .col_2 {
  width: 34%;
}
.col_5 .col_3 {
  width: 56.28%;
}
.col_5 .col_4 {
  width: 78%;
}
.col_5 .pre_1 {
  padding-left: 21.94%;
}
.col_5 .pre_2 {
  padding-left: 43.7%;
}
.col_5 .pre_3 {
  padding-left: 65.98%;
}
.col_5 .pre_4 {
  padding-left: 87.7%;
}
.col_5 .suf_1 {
  padding-right: 21.94%;
}
.col_5 .suf_2 {
  padding-right: 43.7%;
}
.col_5 .suf_3 {
  padding-right: 65.98%;
}
.col_5 .suf_4 {
  padding-right: 87.7%;
}

/* */
.col_6 .col_5, .col_6 .col_4, .col_6 .col_3, .col_6 .col_2 {
  margin-right: 7.77%;
}
.col_6 .col_1 {
  margin-right: 7.77%;
  width: 10.19%;
}
.col_6 .col_2 {
  width: 28.13%;
}
.col_6 .col_3 {
  width: 46.11%;
}
.col_6 .col_4 {
  width: 64.1%;
}
.col_6 .col_5 {
  width: 82%;
}
.col_6 .pre_1 {
  padding-left: 89.77%;
}
.col_6 .pre_2 {
  padding-left: 71.87%;
}
.col_6 .pre_3 {
  padding-left: 53.88%;
}
.col_6 .pre_4 {
  padding-left: 35.9%;
}
.col_6 .pre_5 {
  padding-left: 17.96%;
}
.col_6 .suf_1 {
  padding-right: 89.77%;
}
.col_6 .suf_2 {
  padding-right: 71.87%;
}
.col_6 .suf_3 {
  padding-right: 53.88%;
}
.col_6 .suf_4 {
  padding-right: 35.9%;
}
.col_6 .suf_5 {
  padding-right: 17.96%;
}

/* */
.col_7 .col_6, .col_7 .col_5, .col_7 .col_4, .col_7 .col_3, .col_7 .col_2 {
  margin-right: 6.56%;
}
.col_7 .col_1 {
  margin-right: 6.56%;
  width: 8.66%;
}
.col_7 .col_2 {
  width: 23.88%;
}
.col_7 .col_3 {
  width: 39.11%;
}
.col_7 .col_4 {
  width: 54.33%;
}
.col_7 .col_5 {
  width: 69.56%;
}
.col_7 .col_6 {
  width: 84.78%;
}
.col_7 .pre_1 {
  padding-left: 15.22%;
}
.col_7 .pre_2 {
  padding-left: 30.44%;
}
.col_7 .pre_3 {
  padding-left: 45.67%;
}
.col_7 .pre_4 {
  padding-left: 60.89%;
}
.col_7 .pre_5 {
  padding-left: 76.12%;
}
.col_7 .pre_6 {
  padding-left: 91.34%;
}
.col_7 .suf_1 {
  padding-right: 15.22%;
}
.col_7 .suf_2 {
  padding-right: 30.44%;
}
.col_7 .suf_3 {
  padding-right: 45.67%;
}
.col_7 .suf_4 {
  padding-right: 60.89%;
}
.col_7 .suf_5 {
  padding-right: 76.12%;
}
.col_7 .suf_6 {
  padding-right: 91.34%;
}

/* */
.col_8 .col_7, .col_8 .col_6, .col_8 .col_5, .col_8 .col_4, .col_8 .col_3, .col_8 .col_2 {
  margin-right: 5.78%;
}
.col_8 .col_1 {
  margin-right: 5.78%;
  width: 7.44%;
}
.col_8 .col_2 {
  width: 20.66%;
}
.col_8 .col_3 {
  width: 33.89%;
}
.col_8 .col_4 {
  width: 47.11%;
}
.col_8 .col_5 {
  width: 60.33%;
}
.col_8 .col_6 {
  width: 73.56%;
}
.col_8 .col_7 {
  width: 86.78%;
}
.col_8 .pre_1 {
  padding-left: 13.22%;
}
.col_8 .pre_2 {
  padding-left: 26.44%;
}
.col_8 .pre_3 {
  padding-left: 39.67%;
}
.col_8 .pre_4 {
  padding-left: 52.89%;
}
.col_8 .pre_5 {
  padding-left: 66.11%;
}
.col_8 .pre_6 {
  padding-left: 79.34%;
}
.col_8 .pre_7 {
  padding-left: 92.56%;
}
.col_8 .suf_1 {
  padding-right: 13.22%;
}
.col_8 .suf_2 {
  padding-right: 26.44%;
}
.col_8 .suf_3 {
  padding-right: 39.67%;
}
.col_8 .suf_4 {
  padding-right: 52.89%;
}
.col_8 .suf_5 {
  padding-right: 66.11%;
}
.col_8 .suf_6 {
  padding-right: 79.34%;
}
.col_8 .suf_7 {
  padding-right: 92.56%;
}

/* */
.col_9 .col_1, .col_9 .col_2, .col_9 .col_3, .col_9 .col_4, .col_9 .col_5, .col_9 .col_6, .col_9 .col_7, .col_9 .col_8 {
  margin-right: 5.1%;
}
.col_9 .col_1 {
  width: 6.57%;
}
.col_9 .col_2 {
  width: 18.25%;
}
.col_9 .col_3 {
  width: 29.93%;
}
.col_9 .col_4 {
  width: 41.61%;
}
.col_9 .col_5 {
  width: 53.25%;
}
.col_9 .col_6 {
  width: 64.97%;
}
.col_9 .col_7 {
  width: 76.65%;
}
.col_9 .col_8 {
  width: 88.33%;
}
.col_9 .pre_1 {
  padding-left: 11.67%;
}
.col_9 .pre_2 {
  padding-left: 23.35%;
}
.col_9 .pre_3 {
  padding-left: 35.03%;
}
.col_9 .pre_4 {
  padding-left: 46.71%;
}
.col_9 .pre_5 {
  padding-left: 58.35%;
}
.col_9 .pre_6 {
  padding-left: 70.07%;
}
.col_9 .pre_7 {
  padding-left: 81.75%;
}
.col_9 .pre_8 {
  padding-left: 93.43%;
}
.col_9 .suf_1 {
  padding-right: 11.67%;
}
.col_9 .suf_2 {
  padding-right: 23.35%;
}
.col_9 .suf_3 {
  padding-right: 35.03%;
}
.col_9 .suf_4 {
  padding-right: 46.71%;
}
.col_9 .suf_5 {
  padding-right: 58.35%;
}
.col_9 .suf_6 {
  padding-right: 70.07%;
}
.col_9 .suf_7 {
  padding-right: 81.75%;
}
.col_9 .suf_8 {
  padding-right: 93.43%;
}

/* */
.col_10 .col_9, .col_10 .col_8, .col_10 .col_7, .col_10 .col_6, .col_10 .col_5, .col_10 .col_4, .col_10 .col_3, .col_10 .col_2 {
  margin-right: 4.61%;
}
.col_10 .col_1 {
  margin-right: 4.61%;
  width: 5.85%;
}
.col_10 .col_2 {
  width: 16.31%;
}
.col_10 .col_3 {
  width: 26.77%;
}
.col_10 .col_4 {
  width: 37.23%;
}
.col_10 .col_5 {
  width: 47.69%;
}
.col_10 .col_6 {
  width: 58.16%;
}
.col_10 .col_7 {
  width: 68.62%;
}
.col_10 .col_8 {
  width: 79.08%;
}
.col_10 .col_9 {
  width: 89.54%;
}
.col_10 .pre_1 {
  padding-left: 10.46%;
}
.col_10 .pre_2 {
  padding-left: 20.92%;
}
.col_10 .pre_3 {
  padding-left: 31.38%;
}
.col_10 .pre_4 {
  padding-left: 41.84%;
}
.col_10 .pre_5 {
  padding-left: 52.3%;
}
.col_10 .pre_6 {
  padding-left: 62.77%;
}
.col_10 .pre_7 {
  padding-left: 73.23%;
}
.col_10 .pre_8 {
  padding-left: 83.69%;
}
.col_10 .pre_9 {
  padding-left: 94.06%;
}
.col_10 .suf_1 {
  padding-right: 10.46%;
}
.col_10 .suf_2 {
  padding-right: 20.92%;
}
.col_10 .suf_3 {
  padding-right: 31.38%;
}
.col_10 .suf_4 {
  padding-right: 41.84%;
}
.col_10 .suf_5 {
  padding-right: 52.3%;
}
.col_10 .suf_6 {
  padding-right: 62.77%;
}
.col_10 .suf_7 {
  padding-right: 73.23%;
}
.col_10 .suf_8 {
  padding-right: 83.69%;
}
.col_10 .suf_9 {
  padding-right: 94.06%;
}

/* */
.col_11 .col_10, .col_11 .col_9, .col_11 .col_8, .col_11 .col_7, .col_11 .col_6, .col_11 .col_5, .col_11 .col_4, .col_11 .col_3, .col_11 .col_2 {
  margin-right: 4.14%;
}
.col_11 .col_1 {
  margin-right: 4.14%;
  width: 5.32%;
}
.col_11 .col_2 {
  width: 14.79%;
}
.col_11 .col_3 {
  width: 24.26%;
}
.col_11 .col_4 {
  width: 33.73%;
}
.col_11 .col_5 {
  width: 43.2%;
}
.col_11 .col_6 {
  width: 52.66%;
}
.col_11 .col_7 {
  width: 62.1%;
}
.col_11 .col_8 {
  width: 71.6%;
}
.col_11 .col_9 {
  width: 81.07%;
}
.col_11 .col_10 {
  width: 90.54%;
}
.col_11 .pre_1 {
  padding-left: 9.46%;
}
.col_11 .pre_2 {
  padding-left: 18.93%;
}
.col_11 .pre_3 {
  padding-left: 28.4%;
}
.col_11 .pre_4 {
  padding-left: 37.87%;
}
.col_11 .pre_5 {
  padding-left: 47.34%;
}
.col_11 .pre_6 {
  padding-left: 56.8%;
}
.col_11 .pre_7 {
  padding-left: 66.24%;
}
.col_11 .pre_8 {
  padding-left: 75.74%;
}
.col_11 .pre_9 {
  padding-left: 85.21%;
}
.col_11 .pre_10 {
  padding-left: 94.68%;
}
.col_11 .suf_1 {
  padding-right: 9.46%;
}
.col_11 .suf_2 {
  padding-right: 18.93%;
}
.col_11 .suf_3 {
  padding-right: 28.4%;
}
.col_11 .suf_4 {
  padding-right: 37.87%;
}
.col_11 .suf_5 {
  padding-right: 47.34%;
}
.col_11 .suf_6 {
  padding-right: 56.8%;
}
.col_11 .suf_7 {
  padding-right: 66.24%;
}
.col_11 .suf_8 {
  padding-right: 75.74%;
}
.col_11 .suf_9 {
  padding-right: 85.21%;
}
.col_11 .suf_10 {
  padding-right: 94.68%;
}

/*
_______________________________
Columnal - prefix and suffix columns for horizontal spacing options */
/* spacing for before column */
.pre_1 {
  padding-left: 8.65%;
}

/* 4.85 + 3.8 */
.pre_2 {
  padding-left: 17.3%;
}

/* 13.5 + 3.8 */
.pre_3 {
  padding-left: 25.95%;
}

/* 22.15 + 3.8 */
.pre_4 {
  padding-left: 34.6%;
}

/* 30.8 + 3.8 */
.pre_5 {
  padding-left: 43.25%;
}

/* 39.45 + 3.8 */
.pre_6 {
  padding-left: 51.9%;
}

/* 48.1 + 3.8 */
.pre_7 {
  padding-left: 60.55%;
}

/* 56.75 + 3.8 */
.pre_8 {
  padding-left: 69.2%;
}

/* 65.4 + 3.8 */
.pre_9 {
  padding-left: 77.85%;
}

/* 74.05 + 3.8 */
.pre_10 {
  padding-left: 86.5%;
}

/* 82.7 + 3.8 */
.pre_11 {
  padding-left: 95.15%;
}

/* 91.35 + 3.8 */
/* spacing for after column */
.suf_1 {
  padding-right: 8.65%;
}

.suf_2 {
  padding-right: 17.3%;
}

.suf_3 {
  padding-right: 25.95%;
}

.suf_4 {
  padding-right: 34.6%;
}

.suf_5 {
  padding-right: 43.25%;
}

.suf_6 {
  padding-right: 51.9%;
}

.suf_7 {
  padding-right: 60.55%;
}

.suf_8 {
  padding-right: 69.2%;
}

.suf_9 {
  padding-right: 77.85%;
}

.suf_10 {
  padding-right: 86.5%;
}

.suf_11 {
  padding-right: 95.15%;
}

/*
_______________________________
Columnal - vertical spacing options */
.margin_top_5 {
  margin-top: 5px !important;
}

.margin_top_15 {
  margin-top: 15px !important;
}

.margin_top_25 {
  margin-top: 25px !important;
}

.margin_top_30 {
  margin-top: 30px !important;
}

.margin_top_35 {
  margin-top: 35px !important;
}

.margin_top_45 {
  margin-top: 45px !important;
}

.margin_top_50 {
  margin-top: 50px !important;
}

.margin_top_60 {
  margin-top: 60px !important;
}

.margin_top_70 {
  margin-top: 70px !important;
}

.margin_top_80 {
  margin-top: 80px !important;
}

.margin_top_90 {
  margin-top: 90px !important;
}

.margin_top_120 {
  margin-top: 120px !important;
}

.margin_bottom_5 {
  margin-bottom: 5px !important;
}

.margin_bottom_15 {
  margin-bottom: 15px !important;
}

.margin_bottom_25 {
  margin-bottom: 25px !important;
}

.margin_bottom_30 {
  margin-bottom: 30px !important;
}

.margin_bottom_35 {
  margin-bottom: 35px !important;
}

.margin_bottom_45 {
  margin-bottom: 45px !important;
}

.margin_bottom_60 {
  margin-bottom: 60px !important;
}

.margin_bottom_90 {
  margin-bottom: 90px !important;
}

.margin_bottom_120 {
  margin-bottom: 120px !important;
}

.padding_top_15 {
  padding-top: 15px !important;
}

.padding_top_30 {
  padding-top: 30px !important;
}

.padding_top_45 {
  padding-top: 45px !important;
}

.padding_top_60 {
  padding-top: 60px !important;
}

.padding_top_90 {
  padding-top: 90px !important;
}

.padding_top_120 {
  padding-top: 120px !important;
}

.padding_top_130 {
  padding-top: 130px !important;
}

.padding_bottom_15 {
  padding-bottom: 15px !important;
}

.padding_bottom_30 {
  padding-bottom: 30px !important;
}

.padding_bottom_45 {
  padding-bottom: 45px !important;
}

.padding_bottom_60 {
  padding-bottom: 60px !important;
}

.padding_bottom_90 {
  padding-bottom: 90px !important;
}

.padding_bottom_120 {
  padding-bottom: 120px !important;
}

.padding_bottom_130 {
  padding-bottom: 130px !important;
}

/*
_______________________________
Columnal - extras */
.clear, .clearboth {
  clear: both !important;
}

.clearleft {
  clear: left !important;
}

.clearright {
  clear: right !important;
}

.textcenter {
  text-align: center;
}

.textright {
  text-align: right;
}

.textleft {
  text-align: left;
}

/* this will insert a pseduo element clears floats for an element containing floated content */
.selfclear:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.mobile-only {
  display: none;
}

@media handheld, only screen and (max-width: 767px) {
  .row, .body, .container, .wrapper {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  /* kill prefixes and suffixes, otherwise 1-column version breaks */
  .pre_1, .pre_2, .pre_3, .pre_4, .pre_5, .pre_6, .pre_7, .pre_8, .pre_9, .pre_10, .pre_11 {
    padding-left: 0;
  }

  .suf_1, .suf_2, .suf_3, .suf_4, .suf_5, .suf_6, .suf_7, .suf_8, .suf_9, .suf_10, .suf_11 {
    padding-right: 0;
  }

  /************************************************************************/
  /* cssgrid.net - mobile presets */
  .col_1, .col_2, .col_3, .col_4, .col_5, .col_6, .col_7, .col_8, .col_9, .col_10, .col_11, .col_12 {
    clear: both;
    float: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
    width: -moz-available;
  }

  /* Columnal - sub columns */
  .col_2 .col_1 {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }

  .col_3 .col_2, .col_3 .col_1 {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }

  .col_4 .col_3, .col_4 .col_2, .col_4 .col_1 {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }

  .col_5 .col_4, .col_5 .col_3, .col_5 .col_2, .col_5 .col_1 {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }

  .col_6 .col_5, .col_6 .col_4, .col_6 .col_3, .col_6 .col_2, .col_6 .col_1 {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }

  .col_7 .col_6, .col_7 .col_5, .col_7 .col_4, .col_7 .col_3, .col_7 .col_2, .col_7 .col_1 {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }

  .col_8 .col_7, .col_8 .col_6, .col_8 .col_5, .col_8 .col_4, .col_8 .col_3, .col_8 .col_2, .col_8 .col_1 {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }

  .col_9 .col_1, .col_9 .col_2, .col_9 .col_3, .col_9 .col_4, .col_9 .col_5, .col_9 .col_6, .col_9 .col_7, .col_9 .col_8 {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }

  .col_10 .col_9, .col_10 .col_8, .col_10 .col_7, .col_10 .col_6, .col_10 .col_5, .col_10 .col_4, .col_10 .col_3, .col_10 .col_2, .col_10 .col_1 {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }

  .col_11 .col_10, .col_11 .col_9, .col_11 .col_8, .col_11 .col_7, .col_11 .col_6, .col_11 .col_5, .col_11 .col_4, .col_11 .col_3, .col_11 .col_2, .col_11 .col_1 {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }

  .col_12 .col_11, .col_12 .col_10, .col_12 .col_9, .col_12 .col_8, .col_12 .col_7, .col_12 .col_6, .col_12 .col_5, .col_12 .col_4, .col_12 .col_3, .col_12 .col_2, .col_12 .col_1 {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }

  /* .row {width: 100%;} */
  /* Type presets */
  /*
  .container h1, .wrapper h1 {margin:.5em 0 .5em;}
  .container h2, .wrapper h2 {margin:.5em 0 .535em;}
  .container h3, .wrapper h3 {margin:.5em 0 .57em;}
  .container h4, .wrapper h4 {margin:.5em 0 .615em;}
  .container h5, .wrapper h5 {margin:.5em 0 .67em;}
  .container h6, .wrapper h6 {margin:.5em 0 .8em;}
  */
  /* .reverse {padding-top: 1em; margin-bottom: 1em;} */
  /* Columnal content control - use on any elements to show/hide content on mobile */
  .mobile-hide {
    display: none;
  }

  .mobile-only {
    display: block;
  }

  /*****************************************
     CUSTOM ADDITIONS FOR MOBILE SITE LAYOUT 
  *****************************************/
}
.home-sprites-app-icon-adele, .home-sprites-app-icon-zoo, .home-sprites-app-icon-spiderman, .home-sprites-app-icon-ronaldo, .home-sprites-app-icon-redskins, .home-sprites-app-icon-beatles, .home-sprites-app-logo-wynn, .home-sprites-app-logo-verizon, .home-sprites-app-logo-universal, .home-sprites-app-logo-ted, .home-sprites-app-logo-st-dept, .home-sprites-app-logo-random-house, .home-sprites-app-logo-nfl, .home-sprites-app-logo-nba, .home-sprites-app-logo-livenation, .home-sprites-app-logo-harley-davidson, .home-sprites-app-logo-emi, .home-sprites-app-logo-cirquesoliel, .home-sprites-main-arrow-forward, .home-sprites-main-arrow-forward-disabled, .home-sprites-main-arrow-back, .home-sprites-main-arrow-back-disabled, .home-sprites-arrow-forward, .home-sprites-arrow-back, .home-sprites-watch-demo-icon, .home-sprites-tweetie-bird {
  background-image: url("/publicv2/images/home/sprites.png?238d76");
  background-repeat: no-repeat;
}

.home-sprites-app-icon-adele {
  background-position: 0px 0px;
  width: 132px;
  height: 163px;
}

.home-sprites-app-icon-zoo {
  background-position: -132px 0px;
  width: 133px;
  height: 162px;
}

.home-sprites-app-icon-spiderman {
  background-position: -265px 0px;
  width: 132px;
  height: 162px;
}

.home-sprites-app-icon-ronaldo {
  background-position: 0px -163px;
  width: 132px;
  height: 162px;
}

.home-sprites-app-icon-redskins {
  background-position: -132px -163px;
  width: 132px;
  height: 162px;
}

.home-sprites-app-icon-beatles {
  background-position: -264px -163px;
  width: 132px;
  height: 162px;
}

.home-sprites-app-logo-wynn {
  background-position: -397px 0px;
  width: 140px;
  height: 76px;
}

.home-sprites-app-logo-verizon {
  background-position: -397px -76px;
  width: 140px;
  height: 76px;
}

.home-sprites-app-logo-universal {
  background-position: -397px -152px;
  width: 140px;
  height: 76px;
}

.home-sprites-app-logo-ted {
  background-position: -397px -228px;
  width: 140px;
  height: 76px;
}

.home-sprites-app-logo-st-dept {
  background-position: 0px -325px;
  width: 140px;
  height: 76px;
}

.home-sprites-app-logo-random-house {
  background-position: -140px -325px;
  width: 140px;
  height: 76px;
}

.home-sprites-app-logo-nfl {
  background-position: -280px -325px;
  width: 140px;
  height: 76px;
}

.home-sprites-app-logo-nba {
  background-position: 0px -401px;
  width: 140px;
  height: 76px;
}

.home-sprites-app-logo-livenation {
  background-position: -140px -401px;
  width: 140px;
  height: 76px;
}

.home-sprites-app-logo-harley-davidson {
  background-position: -280px -401px;
  width: 140px;
  height: 76px;
}

.home-sprites-app-logo-emi {
  background-position: -537px 0px;
  width: 140px;
  height: 76px;
}

.home-sprites-app-logo-cirquesoliel {
  background-position: -537px -76px;
  width: 140px;
  height: 76px;
}

.home-sprites-main-arrow-forward {
  background-position: -537px -152px;
  width: 35px;
  height: 55px;
}

.home-sprites-main-arrow-forward-disabled {
  background-position: -572px -152px;
  width: 35px;
  height: 55px;
}

.home-sprites-main-arrow-back {
  background-position: -607px -152px;
  width: 35px;
  height: 55px;
}

.home-sprites-main-arrow-back-disabled {
  background-position: -642px -152px;
  width: 35px;
  height: 55px;
}

.home-sprites-arrow-forward {
  background-position: -537px -207px;
  width: 35px;
  height: 55px;
}

.home-sprites-arrow-back {
  background-position: -572px -207px;
  width: 35px;
  height: 55px;
}

.home-sprites-watch-demo-icon {
  background-position: -607px -207px;
  width: 52px;
  height: 53px;
}

.home-sprites-tweetie-bird {
  background-position: -537px -262px;
  width: 35px;
  height: 26px;
}

/*! fancyBox v2.0.6 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-tmp iframe, .fancybox-tmp object {
  vertical-align: top;
  padding: 0;
  margin: 0;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  padding: 0;
  margin: 0;
  bbackground: #f9f9f9;
  background: #EEE;
  color: #444;
  text-shadow: none;
  -wwebkit-border-radius: 4px;
  -mmoz-border-radius: 4px;
  bborder-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
}

.fancybox-outer {
  padding: 0;
  margin: 0;
  position: relative;
  outline: none;
  z-index: 1;
}

.fancybox-inner {
  padding: 0;
  margin: 0;
  position: relative;
  outline: none;
  z-index: 1;
  overflow: hidden;
}
.fancybox-inner iframe {
  bborder: 10px solid #EEE;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px / 20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 10px;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  vertical-align: top;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading {
  background: transparent url("/publicv2/images/fancybox/fancybox_sprite.png") no-repeat 0 -120px;
  width: 44px;
  height: 44px;
}

.fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("/publicv2/images/fancybox/fancybox_sprite.png");
  width: 24px;
  height: 24px;
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8020;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("/publicv2/images/fancybox/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  text-indent: 2000em;
  display: inline-block;
  width: 20px;
  height: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  padding: 12px;
  float: right;
  position: absolute;
  top: -10px;
  right: -10px;
  border: 3px solid white;
  z-index: 5;
  background-position: -7px -5px;
}
.fancybox-close:hover {
  background-color: #666;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  background: transparent url("/publicv2/images/fancybox/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 20px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 20px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -9999px;
  left: -9999px;
  padding: 0;
  overflow: visible;
  visibility: hidden;
}

/* Overlay helper */
#fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: #000;
}
#fancybox-overlay.overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px / 20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8030;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  margin-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #fff;
  overflow-x: hidden;
}

.wrapper {
  max-width: 1140px;
  margin: 0 auto;
  clear: both;
  width: 100%;
  position: relative;
}

.clear {
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}

.vert-spacer-40 {
  width: 100%;
  height: 40px;
}

.vert-spacer-20 {
  width: 100%;
  height: 20px;
}

a {
  color: #40A7FF;
}
a:visited {
  color: #076ec6;
}

.tr {
  display: table-row;
}

.td {
  display: table-cell;
}

.green {
  color: #59CD20;
}

.purple {
  color: #9e40da;
}

.blue {
  color: #0067bf;
}

.red {
  color: #c52020;
}

/*#top, .top {
  z-index: 2;
  mmin-width: 1000px;
  width: 100%;
  height: 480px;
  background: #62bfff;
  @include background-image(linear-gradient($lightblue, #81ccff, #ffffff));
}

#top {
  &.home-page {
    height: auto;
    background: #89cefe;
    @include background-image(linear-gradient(#89cefe, #ddf1ff));
  }
  &.shorty {
    height: 128px;
    margin: 0px 0 20px 0;
  }
}*/
.align-center {
  text-align: center;
}

.invisible-sam {
  width: 1px;
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

@media only screen and (min-width: 767px) {
  body {
    min-width: auto;
  }

  .container {
    width: 100%;
    margin: auto 0;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  #top.shorty {
    height: 124px;
    margin: 0px 0 20px 0;
    ppadding-top: 72px;
  }
}
@media only screen and (min-width: 1200px) {
  body {
    min-width: 1060px;
  }

  #top, .top {
    z-index: 2;
    min-width: 1000px;
  }
}
/* variables */
/* HEADER */
header#site {
  width: 100%;
  height: 80px;
  padding-top: 10px;
  min-height: 85px;
  background: #16232f;
  top: 0;
  left: 0;
}
.skrollr-desktop header#site {
  position: fixed;
  z-index: 100;
}
header#site .wrapper {
  max-width: 1140px;
  margin: 0 auto;
}
@media only screen and (max-width: 1250px) {
  header#site .wrapper {
    padding-left: 40px;
  }
}
header#site h1 {
  background: url("/publicv2/images/header/logo.png") no-repeat;
  text-indent: -4000em;
  width: 190px;
  height: 17px;
  margin: 20px 0 6px;
  font-size: 36px;
}
header#site a {
  text-decoration: none;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  float: left;
  font-size: 20px;
  color: #fff;
}
header#site a:hover {
  color: #2686d9;
}
header#site a.active {
  color: #2686d9;
}
header#site a.logo {
  margin-right: 40px;
}
header#site a.login {
  margin-right: 20px;
  font-family: "HelveticaNeueLTStd-Th";
}
header#site .login_get_started {
  position: absolute;
  right: 0;
  top: 10px;
}
header#site .login_get_started a {
  float: none;
}
@media only screen and (max-width: 1170px) {
  header#site .login_get_started {
    right: 10px;
  }
}
@media only screen and (max-width: 830px) {
  header#site .login_get_started {
    right: 0;
  }
}
@media only screen and (max-width: 830px) {
  header#site {
    min-height: 165px;
  }
  header#site .wrapper {
    padding-left: 0;
  }
  header#site a {
    float: none;
    padding: 0;
  }
  header#site a.logo {
    float: none;
    display: block;
    width: 190px;
    margin: 15px auto 0 auto;
  }
  header#site a.login {
    margin-left: 5px;
  }
  header#site #main-nav {
    top: 10px;
    float: none;
    margin-top: 30px;
    text-align: center;
  }
  header#site .login_get_started {
    float: none;
    position: relative;
    text-align: center;
    top: 0;
  }
  header#site .login_get_started a, header#site .login_get_started button {
    display: inline-block;
  }
  header#site .login_get_started a, header#site .login_get_started a:hover, header#site .login_get_started a:focus, header#site .login_get_started a:active {
    text-decoration: none;
  }
  header#site .sign-up-button {
    margin: 0 auto;
  }
  header#site #learn-more-dropdown a {
    margin: 0;
  }
  header#site #learn-more-dropdown ul {
    left: 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) {
  header#site h1 {
    background: url("/publicv2/images/header/moro_logo@2x.png") top center no-repeat;
    background-size: 190px 17px;
  }
}
header#site .sign-up-button {
  background-color: #5bb72d;
  width: 145px;
  height: 40px;
  color: #c3f1ac;
  border: none;
  outline: none;
  top: 0;
  border-radius: 0;
  display: inline-block;
  padding-top: 7px;
  text-align: center;
}
header#site a.sign-up-button:hover, header#site a.sign-up-button:focus, header#site a.sign-up-button:active {
  color: #c3f1ac;
}

/* END HEADER */
/* Subnav */
.subnav {
  display: none;
  background-color: #d5e4f3;
  height: 50px;
}
.subnav .wrap {
  margin-left: 230px;
  padding-top: 13px;
}
.subnav a {
  color: #8a94a0;
  margin-right: 20px;
}

/* MAIN NAV */
#main-nav {
  margin-top: 30px;
  float: left;
}
#main-nav a {
  font-family: "HelveticaNeueLTStd-Th";
  font-weight: normal;
  font-style: normal;
  margin: 0 20px 0 0;
  letter-spacing: 0.1em;
  position: relative;
  top: -15px;
}
#main-nav a.free-trial {
  color: #000000;
  background: #d1d1d1;
  border-radius: 5px;
  position: absolute;
  top: 44px;
  left: 50%;
  margin-left: -60px;
  padding: 10px 15px;
}
@media only screen and (min-width: 480px) {
  #main-nav a.free-trial {
    padding: 10px 25px;
  }
}
@media only screen and (max-width: 830px) {
  #main-nav a#resellers {
    margin: 0;
  }
}
@media only screen and (max-width: 1005px) {
  #main-nav a {
    font-size: 14px;
  }
}
#main-nav #learn-more-dropdown {
  display: none;
  position: relative;
  text-align: left;
  width: 80px;
  margin-top: -2px;
}
#main-nav a.free-trial:hover {
  background: #40a7ff;
  color: #ffffff;
  box-shadow: none;
  -webkit-box-shadow: none;
}
@media only screen and (min-width: 767px) {
  #main-nav #learn-more-dropdown ul {
    width: 100px;
    margin-top: -2px;
  }
}
#main-nav #learn-more-dropdown li {
  margin-left: 0;
  font-size: 11px;
}
@media only screen and (min-width: 767px) {
  #main-nav #learn-more-dropdown li a {
    font-size: 11px;
  }
}
#main-nav #learn-more-dropdown ul a {
  display: block;
  font-size: 11px;
  width: 100%;
  color: #FFFFFF;
  font-weight: normal;
  text-transform: none;
  border: 0;
  height: auto;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: none;
  background: none;
}
#main-nav #learn-more-dropdown ul a::after {
  padding-left: 0;
  content: '';
}
#main-nav #learn-more-dropdown.active ul a {
  display: block;
  font-size: 11px;
  width: 100%;
  color: #FFFFFF;
  font-weight: normal;
  text-transform: none;
  border: 0;
  height: auto;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: none;
  background: none;
}
#main-nav #learn-more-dropdown ul a:hover {
  color: #40a7ff;
  box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: none;
}

/* end MAIN NAV */
.no-skrollr .parallax-image-wrapper, .no-skrollr .gap {
  display: none;
}

@media only screen and (min-width: 767px) {
  .home-header #main-nav #learn-more-dropdown ul {
    background: rgba(29, 29, 29, 0.95);
  }
}

/* TYPOGRAPHY */
/* Footer */
footer#site {
  width: 100%;
  padding-top: 40px;
  border-top: 1px solid #4A4848;
  min-height: 586px;
  height: 100%;
  /* leave room for language picker to drop down */
  position: relative;
  background: #222222;
  font-size: 12px;
  font-family: Helvetica, sans-serif;
  color: #7f7f7f;
}
footer#site h2 {
  font-size: 14px;
}
footer#site p {
  font-size: 12px;
  line-height: 18px;
  font-family: Helvetica, sans-serif;
  color: #7f7f7f;
}
footer#site .link_wrap {
  background-color: #000;
  padding: 10px 0 0 20px;
}
footer#site .link_wrap a {
  font-size: 14px;
}
footer#site .resources, footer#site .app_categories {
  margin-bottom: 20px;
}
footer#site .resources .link_wrap, footer#site .app_categories .link_wrap {
  padding-bottom: 45px;
  min-height: 320px;
}
@media only screen and (max-width: 570px) {
  footer#site .resources .link_wrap, footer#site .app_categories .link_wrap {
    padding-bottom: 10px;
    min-height: 160px;
  }
}
@media only screen and (max-width: 570px) {
  footer#site {
    padding-top: 20px;
  }
  footer#site .link_wrap a {
    font-size: 12px;
  }
}
footer .moro, footer .resources, footer .app_categories, footer .legal {
  vertical-align: text-top;
}
@media only screen and (max-width: 985px) {
  footer .moro, footer .resources, footer .app_categories, footer .legal {
    width: 49.7% !important;
    display: inline-block;
    float: none;
  }
}
@media only screen and (max-width: 570px) {
  footer .moro, footer .resources, footer .app_categories, footer .legal {
    width: 100% !important;
    display: block;
  }
  footer .moro li, footer .resources li, footer .app_categories li, footer .legal li {
    display: inline-block;
    width: 33%;
  }
}
footer .moro .link_wrap {
  min-height: 216px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 570px) {
  footer .moro .link_wrap {
    min-height: 100px;
  }
}
footer .legal .link_wrap {
  min-height: 262px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 570px) {
  footer .legal .link_wrap {
    min-height: 100px;
  }
}
footer .social .facebook {
  margin-bottom: 2px;
}
footer .social .facebook a {
  background: url("/publicv2/images/home/facebook_icon.png") top center no-repeat;
}
footer .social .twitter {
  margin-bottom: 20px;
}
footer .social .twitter a {
  background: url("/publicv2/images/home/twitter_icon.png") top center no-repeat;
}
footer .social .facebook, footer .social .twitter {
  width: 100%;
  height: 40px;
  position: relative;
  background-color: #333;
}
footer .social .facebook span, footer .social .twitter span {
  position: relative;
  top: 15px;
  left: 20px;
}
footer .social .facebook a, footer .social .twitter a {
  position: absolute;
  right: 0;
  width: 40px;
  height: 40px;
  display: inline-block;
}
footer .language_menu {
  width: 100%;
}
footer .copyright {
  text-align: center;
  font-style: italic;
}
@media only screen and (max-width: 570px) {
  footer .copyright {
    position: relative;
    top: -20px;
  }
}
footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
footer ul li span {
  font-size: 8px;
}
footer ul li a {
  color: #7f7f7f;
  line-height: 22px;
  text-decoration: none;
}
footer ul li a:visited {
  color: #7f7f7f;
  text-decoration: none;
}
footer ul li a:hover {
  text-decoration: none;
}
footer ul.press-links li a:after, footer ul.app-types li a:after, footer ul#lang-picker li a:after {
  content: none;
}
footer ul li a:hover {
  color: #fff;
}
footer p a {
  color: #fff;
  text-decoration: none;
}
footer .get_in_touch_service {
  width: 51px;
  float: left;
  height: 68px;
  text-align: center;
  margin-top: 10px;
}
footer .get_in_touch_service span {
  line-height: 28px;
  display: block;
}
footer a#footer_language_selection_link {
  margin-left: 16px;
  margin: 12px 0 0 8px;
  height: 60px;
  width: 120px;
  display: block;
}
footer h2 {
  color: #2686d9;
  font-size: 11px;
  text-transform: uppercase;
  font-family: Helvetica, sans-serif;
}

input#mce-EMAIL {
  /*float: left;
  width: 65%;
  padding: 10px;
  color: #666;
  font-family: Georgia, serif;
  font-size: 14px;*/
}
input#mce-EMAIL:invalid {
  background-color: #fff;
}
input#mce-EMAIL .mobile a {
  text-decoration: none;
  font-size: 14px;
}

input#mc-embedded-subscribe {
  /*float:left;
  @include background-image(linear-gradient(#868686, #606060));
  border: none;
  color: #fff;
  font-family: Georgia, serif;
  font-size: 14px;
  padding: 12px 5px;*/
}
input#mc-embedded-subscribe.sign_up.button.large {
  padding-top: 6px;
}

.footer_tweets a:after {
  content: "";
}

#language-select {
  height: 200px;
}
#language-select select {
  width: 110px;
}

#lang-picker {
  width: 100%;
  height: 40px;
  color: black;
  margin: 12px 0 -2px 0;
  background-color: #333;
}
#lang-picker li {
  line-height: 24px;
  color: #ddd;
  font: bold 11px Helvetica;
  padding: 0;
  list-style-type: none;
  background-color: #333;
  font-style: none;
}
#lang-picker li.language {
  display: block;
  cursor: pointer;
  background: transparent;
  font: bold 11px Helvetica;
  text-transform: uppercase;
  text-shadow: 0px 1px 0px #606060;
  margin-bottom: -2px;
}
#lang-picker li.language:after {
  content: url("/publicv2/images/home/globe_icon.png");
  float: right;
}
#lang-picker li.language span {
  position: relative;
  top: 15px;
  left: 15px;
  font-size: 12px;
}
#lang-picker li.choose_language {
  position: relative;
  top: 28px;
  padding-left: 9px;
}
#lang-picker li:last-child {
  -moz-border-radius: 0px 0px 6px 6px;
  -webkit-border-radius: 0px;
  border-radius: 0px 0px 6px 6px;
}
#lang-picker li:first-child {
  margin-top: -2px;
}
#lang-picker a {
  display: block;
  text-decoration: none;
  cursor: hand;
  padding: 0 6px;
  color: #ddd;
}
#lang-picker a:hover {
  background-color: #525252;
}
#lang-picker li:last-child a:hover {
  -moz-border-radius: 0px 0px 6px 6px;
  -webkit-border-radius: 0px;
  border-radius: 0px 0px 6px 6px;
}
#lang-picker a:link {
  color: #ddd;
}

#lang_picker a:visited {
  color: #ddd;
}

#lang-picker a:hover, #lang_picker li.selected a {
  color: white;
}

footer#site #lang-picker li {
  display: block;
  width: auto;
}

#footer-links {
  float: right;
  margin-top: 64px;
  text-shadow: 0px 1px 0px #000000;
}
#footer-links table {
  width: 675px;
}
#footer-links header {
  color: #b67bff;
  font: italic 16px "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans-serif;
  text-transform: lowercase;
  margin-bottom: 30px;
}
#footer-links td {
  padding: 0 20px;
}
#footer-links a {
  display: block;
  color: #838383;
  text-decoration: none;
  font: bold 11px / 24px "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans-serif;
}
#footer-links a:hover {
  color: #fff;
}

.contact_links {
  text-indent: -9999px;
  display: inline-block;
}

/* Dropdown (from CMS) */
.dropdown-theme {
  background: #f3f3f3;
  position: relative;
  height: 30px;
  display: block;
  border: 1px solid #bbbbbb;
  overflow: hidden;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2NlY2VjZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f3f3f3), color-stop(100%, #cecece));
  background-image: -moz-linear-gradient(#f3f3f3, #cecece);
  background-image: -webkit-linear-gradient(#f3f3f3, #cecece);
  background-image: linear-gradient(#f3f3f3, #cecece);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: inset 0 1px 0 0 white;
  -webkit-box-shadow: inset 0 1px 0 0 white;
  box-shadow: inset 0 1px 0 0 white;
}
.dropdown-theme .arrow-s {
  position: absolute;
  top: 13px;
  right: 10px;
  color: #999999;
  cursor: default;
  text-shadow: 0px 1px 0px #ffffff;
  font: normal 18px / 0 Helvetica;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  font: 12px Helvetica, Arial, sans-serif;
  color: #333333;
  padding: 9px 30px 9px 12px;
  background: none;
  border: none;
  text-shadow: 0px 1px 0px #ffffff;
  width: 100%;
}

.next-button, .download-button, .big-blue-button {
  position: relative;
  display: inline-block;
  font: italic 18px Georgia, serif;
  color: #ffffff;
  text-align: center;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  border-style: none;
  padding: 14px 36px;
  line-height: normal;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 0px 8px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 0px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 0px 8px rgba(0, 0, 0, 0.1);
  background-color: #40a7ff;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF40A7FF', endColorstr='#FF368ED9');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQwYTdmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzM2OGVkOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #40a7ff), color-stop(100%, #368ed9));
  background-image: -moz-linear-gradient(top, #40a7ff 0%, #368ed9 100%);
  background-image: -webkit-linear-gradient(top, #40a7ff 0%, #368ed9 100%);
  background-image: linear-gradient(to bottom, #40a7ff 0%, #368ed9 100%);
  text-decoration: none;
  vertical-align: middle;
}
input .next-button, input .download-button, input .big-blue-button {
  padding: 15px 36px 14px 36px;
}
.next-button:hover, .download-button:hover, .big-blue-button:hover {
  color: #ffffff;
  -moz-box-shadow: 0px 0px 0px 8px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0px 0px 0px 8px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 0px 8px rgba(0, 0, 0, 0.12);
  background-color: #40a7ff;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF40A7FF', endColorstr='#FF368ED9');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQwYTdmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzM2OGVkOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #40a7ff), color-stop(100%, #368ed9));
  background-image: -moz-linear-gradient(top, #40a7ff 0%, #368ed9 100%);
  background-image: -webkit-linear-gradient(top, #40a7ff 0%, #368ed9 100%);
  background-image: linear-gradient(to bottom, #40a7ff 0%, #368ed9 100%);
  cursor: pointer;
}
.next-button:visited, .download-button:visited, .big-blue-button:visited {
  color: #ffffff;
}
.next-button.disabled, .download-button.disabled, .big-blue-button.disabled {
  cursor: default;
  opacity: 0.5;
}
.next-button.disabled:hover, .download-button.disabled:hover, .big-blue-button.disabled:hover {
  -moz-box-shadow: 0px 0px 0px 8px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 0px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 0px 8px rgba(0, 0, 0, 0.1);
  background: #40a7ff;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQwYTdmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzNjhlZDkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQwYTdmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzM2OGVkOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #40a7ff), color-stop(100%, #368ed9));
  background-image: -moz-linear-gradient(top, #40a7ff 0%, #368ed9 100%);
  background-image: -webkit-linear-gradient(top, #40a7ff 0%, #368ed9 100%);
  background-image: linear-gradient(to bottom, #40a7ff 0%, #368ed9 100%);
}

.sign-up-button {
  background-color: #5bb72d;
  width: 145px;
  height: 40px;
  color: #fff;
  border: none;
  outline: none;
  border-radius: 0;
  font-weight: normal;
}

.blue-button-wrapper {
  position: relative;
}
.blue-button-wrapper.loading .next-button, .blue-button-wrapper.loading .sign-up-button, .blue-button-wrapper.loading .download-button, .blue-button-wrapper.loading .big-blue-button {
  cursor: default;
  text-indent: -3000em;
  overflow: hidden;
  background: #40A7FF url("/publicv2/images/home/throbber-trial.gif") center center no-repeat;
}

.error {
  background: #ffdede;
  color: #dc2727 !important;
}
.error::-webkit-input-placeholder, .error:-moz-placeholder {
  color: #dc2727;
}

.success {
  color: #2b8300;
  background-color: #c3f1ac;
}

.validation {
  padding: 10px;
  display: block;
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 10px;
  margin-top: -2px;
}

.required label {
  background: #ffdede;
  color: #dc2727;
}

input[type=text], textarea {
  border: 1px solid #dddddd;
  color: #333333;
  font: normal 14px Helvetica, sans-serif;
  padding: 12px;
  width: 100%;
  -moz-box-shadow: insert 0 2px 2px 0 #AAA;
  -webkit-box-shadow: insert 0 2px 2px 0 #AAA;
  box-shadow: insert 0 2px 2px 0 #AAA;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=password], input[type=url] {
  border: 1px solid #dddddd;
  color: #333333;
  font: normal 14px Helvetica, sans-serif;
  padding: 12px;
  width: 100%;
  -moz-box-shadow: insert 0 2px 2px 0 #AAA;
  -webkit-box-shadow: insert 0 2px 2px 0 #AAA;
  box-shadow: insert 0 2px 2px 0 #AAA;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.select-contain {
  background: #eeeeee;
  height: 32px;
  padding: 4px;
}

.error-message {
  background: #ffdede;
  color: #dc2727;
  padding: 10px;
  font: bold 12px Helvetica;
}

button, a.button {
  padding: 8px 25px;
  font: bold 12px Helvetica;
  color: #ffffff;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  -moz-box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 0.4);
}

button.primary, a.button.primary {
  display: inline-block;
  margin: 0;
  text-shadow: 0 -1px #320064;
  background: #4a0095;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzljM2ZkOSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzRjMDE5NiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #9c3fd9), color-stop(100%, #4c0196));
  background-image: -moz-linear-gradient(#9c3fd9, #4c0196);
  background-image: -webkit-linear-gradient(#9c3fd9, #4c0196);
  background-image: linear-gradient(#9c3fd9, #4c0196);
}

button.secondary, a.button.secondary {
  display: inline-block;
  margin: 0;
  text-shadow: 0 -1px #727272;
  background: #888888;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg4ODg4OCIvPjxzdG9wIG9mZnNldD0iMSUiIHN0b3AtY29sb3I9IiNiYWJhYmEiLz48c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iIzg4ODg4OCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #888888), color-stop(1%, #bababa), color-stop(99%, #888888), color-stop(100%, #ffffff));
  background-image: -moz-linear-gradient(#888888 0%, #bababa 1%, #888888 99%, #ffffff 100%);
  background-image: -webkit-linear-gradient(#888888 0%, #bababa 1%, #888888 99%, #ffffff 100%);
  background-image: linear-gradient(#888888 0%, #bababa 1%, #888888 99%, #ffffff 100%);
}

button:hover, a.button:hover {
  background: #444444;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg3ODc4NyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQ0NDQ0NCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #878787), color-stop(100%, #444444));
  background-image: -moz-linear-gradient(#878787, #444444);
  background-image: -webkit-linear-gradient(#878787, #444444);
  background-image: linear-gradient(#878787, #444444);
}

.icon-24-caution {
  background: url("/cmsv3/images/sprites/icons-24.png") no-repeat -120px -168px;
  width: 24px;
  height: 24px;
}

.error div.icon-24-caution,
label.error
div.icon-24-caution,
h2.error
div.icon-24-caution,
h3.error div.icon-24-caution {
  float: right;
  margin: -4px 5px 0 -2px;
}

body {
  background: #f7f7f7;
}

.contained {
  text-align: center;
  margin: 0 20px 80px 20px;
  padding: 0 20px 20px 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #eeeeee;
  border-top: none;
  -moz-border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0;
  border-radius: 0 0 6px 6px;
  background: #ffffff;
}
.contained a {
  color: #40a7ff;
  text-decoration: none;
}
.contained a:hover {
  text-decoration: underline;
}
.contained.the-end {
  margin-bottom: 80px;
  padding-bottom: 20px;
  -moz-border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0;
  border-radius: 0 0 6px 6px;
  border-bottom: 1px solid #eeeeee;
}
.contained h1 {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
  font-size: 30px;
  line-height: 34px;
  color: #222222;
  margin: 24px 0;
}
.contained h2 {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
  font-size: 30px;
  line-height: 34px;
  color: #222222;
  margin: 0;
}
.contained .newage-blue-button {
  position: relative;
  display: block;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 36px;
  color: #ffffff;
  text-shadow: 0 -1px 1px #000000;
  text-decoration: none;
  text-align: center;
  margin: 0 auto 20px auto;
  padding: 15px 40px 17px 40px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.4), inset 0 1px 0 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.4), inset 0 1px 0 0 rgba(255, 255, 255, 0.2);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.4), inset 0 1px 0 0 rgba(255, 255, 255, 0.2);
  background-color: #3975ce;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF3975CE', endColorstr='#FF1C3FAA');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM5NzVjZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFjM2ZhYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3975ce), color-stop(100%, #1c3faa));
  background-image: -moz-linear-gradient(top, #3975ce 0%, #1c3faa 100%);
  background-image: -webkit-linear-gradient(top, #3975ce 0%, #1c3faa 100%);
  background-image: linear-gradient(to bottom, #3975ce 0%, #1c3faa 100%);
}
.contained .newage-blue-button span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: urL("http://api.thumbr.it/whitenoise-361x370.png?background=ffffff00&noise=000000&density=46&opacity=6");
}
.contained .newage-blue-button:hover {
  text-decoration: none;
}
.contained p {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #888888;
  margin: 20px 0 60px 0;
}
.contained em {
  display: block;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #888888;
  margin: 50px 0 60px 0;
}
.contained ul {
  text-align: left;
  margin: 0;
  padding: 0 0 20px 24px;
}
.contained ul li {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #888888;
  margin: 0 0 10px 0;
}
.contained section {
  margin: 50px 0;
}
.contained section h1 {
  margin: 80px 0 40px 0;
}
.contained section p {
  margin-bottom: 20px;
}
.contained section img {
  margin: 10px 0;
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.4);
}
.contained section.text-right .context img:last-child {
  margin-right: 0;
}
.contained section.fifty-fifty .left {
  position: relative;
  float: none;
  margin-left: 20px;
}
.contained section.text-left .context.no-border img,
.contained section.text-right .context.no-border img {
  float: none;
  margin: 0 auto;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.contained .three-is-company {
  text-align: center;
}
.contained .three-is-company .left {
  float: none;
}
.contained .three-is-company a {
  display: block;
}
.contained section .context.videos a {
  position: relative;
  display: inline-block;
  margin: 10px 8px;
  z-index: 4;
  overflow: hidden;
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.4);
}
.contained section .context.videos a img {
  position: relative;
  margin: 0;
  z-index: 2;
  -webkit-filter: blur(0);
  filter: blur(0);
  -moz-box-shadow: 0;
  -webkit-box-shadow: 0;
  box-shadow: 0;
}
.contained section .context.videos a img.big-daddy {
  width: auto;
}
.contained section .context.videos a span.overslay {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.contained section .context.videos a span.overslay .vam {
  display: inline-block;
  width: 0;
  height: 100%;
  margin-left: -4px;
  vertical-align: middle;
}
.contained section .context.videos a span.overslay .info {
  display: inline-block;
  vertical-align: middle;
  padding: 10px 30px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.contained section .context.videos a span.overslay .info span {
  display: block;
  opacity: 0;
}
.contained section .context.videos a span.overslay .info span.title {
  font-family: Georgia, Times New Roman, serif;
  font-style: italic;
  color: #ffffff;
  margin-bottom: 10px;
}
.contained section .context.videos a:hover {
  overflow: hidden;
}
.contained section .context.videos a:hover img {
  -webkit-filter: blur(10px);
  filter: blur(10px);
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.contained section .context.videos a:hover span.overslay {
  visibility: visible;
  background: rgba(34, 34, 34, 0.9);
}
.contained section .context.videos a:hover span.overslay .info span {
  opacity: 1.0;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

@media only screen and (min-width: 480px) {
  .contained .newage-blue-button {
    display: inline-block;
  }
}
@media only screen and (min-width: 636px) {
  .contained section ul {
    margin: 0 40px;
  }
  .contained section.text-left .context a {
    margin-top: 20px;
  }
  .contained section.text-right .context img, .contained section.text-right .context img:last-child {
    margin: 10px 20px 10px 0;
  }
  .contained section.text-right .context img.small-daddy, .contained section.text-right .context img:last-child.small-daddy {
    max-width: 275px;
  }
}
@media only screen and (min-width: 767px) {
  .contained {
    margin: 0 40px 80px 40px;
  }
  .contained h1 {
    font-size: 40px;
    line-height: 44px;
    margin: 40px 0;
  }
  .contained .newage-blue-button {
    margin-top: -10px;
  }
  .contained section .context {
    width: 590px;
    margin: 0 auto;
  }
  .contained section .context img {
    float: left;
  }
  .contained section.text-right .context img:last-child {
    margin-right: 0;
  }
  .contained section .context.videos a {
    display: block;
    float: left;
    margin: 10px 0 10px 0;
  }
  .contained section .context.videos a:nth-child(even) {
    margin: 10px 20px 10px 0;
  }
  .contained section .context.videos a img {
    float: none;
  }
  .contained .three-is-company {
    text-align: center;
    margin: 0 -20px;
  }
  .contained .three-is-company .left {
    float: left;
    width: 33%;
    padding: 0 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .contained .three-is-company .left p {
    margin: 10px 0 20px 0;
  }
}
@media only screen and (min-width: 900px) {
  .contained section ul {
    width: 560px;
    margin: 0 auto;
  }
  .contained .three-is-company .left {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 1220px) {
  .contained {
    text-align: left;
    width: 1140px;
    margin: 0 auto 80px auto;
  }
  .contained h1 .special-heading {
    font-size: 40px;
    line-height: 44px;
    margin: 40px 0;
  }
  .contained section ul {
    width: auto;
  }
  .contained section .text {
    width: 418px;
  }
  .contained section .context {
    width: 590px;
  }
  .contained section.text-left .text {
    float: left;
    margin-left: 20px;
  }
  .contained section.text-left .context {
    float: right;
    margin: 50px 0 0 0;
  }
  .contained section.text-left .context.pappy-carousel {
    margin-right: -100px;
  }
  .contained section.text-left .context img {
    display: block;
    float: left;
    margin: 0 0 40px 20px;
  }
  .contained section.text-left .context.no-border img {
    margin: 0 0 40px 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .contained section.text-right .text {
    float: right;
  }
  .contained section.text-right .context {
    float: left;
    margin: 50px 0 0 20px;
  }
  .contained section.text-right .context.pappy-carousel {
    margin-left: -100px;
  }
  .contained section.text-right .context img {
    display: block;
    float: left;
    margin: 0 20px 40px 0;
  }
  .contained section.text-right .context img:last-child {
    margin: 0 0 40px 0;
  }
  .contained section.text-right.no-border img {
    float: right;
    margin: 0 0 40px 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .contained section.fifty-fifty .left {
    float: left;
    width: 48%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .contained section.fifty-fifty .left h1 {
    margin-top: 0;
  }
  .contained section.fifty-fifty .left:nth-child(odd) {
    padding-right: 50px;
  }
  .contained section.fifty-fifty .left:nth-child(even) {
    padding-left: 50px;
  }
  .contained section .context.videos {
    padding-bottom: 20px;
  }
  .contained section .context.videos a {
    margin: 0 0 20px 20px;
  }
  .contained section .context.videos a:nth-child(even) {
    margin: 0 0 0 20px;
  }
  .contained .three-is-company .left {
    padding: 0 50px;
  }
}
@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) {
  .contained section .context.videos a {
    /*
    display: block;
    margin: 10px 0;
    float: left;
    width: 50%;
    margin: 0;
    padding: 0 0 0 10px;
    @include box-sizing(border-box);
    */
  }
  .contained section .context.videos a.big-daddy {
    float: none;
    width: auto;
    margin-bottom: 20px;
  }
}
#tour-navigation {
  position: relative;
  margin: 0 0 20px 0;
  -moz-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.3);
  background-color: #cfcfcf;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFCFCFCF', endColorstr='#FFB6B6B6');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NmY2ZjZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2I2YjZiNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #cfcfcf), color-stop(100%, #b6b6b6));
  background-image: -moz-linear-gradient(top, #cfcfcf 0%, #b6b6b6 100%);
  background-image: -webkit-linear-gradient(top, #cfcfcf 0%, #b6b6b6 100%);
  background-image: linear-gradient(to bottom, #cfcfcf 0%, #b6b6b6 100%);
  overflow: hidden;
}
#tour-navigation.bottom {
  margin-bottom: 0;
}
#tour-navigation a {
  position: relative;
  display: block;
  float: left;
  width: 25%;
  padding: 12px 0;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 14px;
  color: #222222;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
  z-index: 2;
  -moz-transition: background 1s ease, box-shadow 1s ease;
  -o-transition: background 1s ease, box-shadow 1s ease;
  -webkit-transition: background 1s ease, box-shadow 1s ease;
  transition: background 1s ease, box-shadow 1s ease;
}
#tour-navigation a:hover {
  background: rgba(255, 255, 255, 0.2);
  -moz-box-shadow: inset 0 0 2px 1px rgba(255, 255, 255, 0.1), 0 0 2px 1px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 0 2px 1px rgba(255, 255, 255, 0.1), 0 0 2px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 0 2px 1px rgba(255, 255, 255, 0.1), 0 0 2px 1px rgba(0, 0, 0, 0.05);
}
#tour-navigation a.current {
  z-index: 1;
  background-color: #b6b6b6;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFB6B6B6', endColorstr='#FFCFCFCF');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I2YjZiNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2NmY2ZjZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #b6b6b6), color-stop(100%, #cfcfcf));
  background-image: -moz-linear-gradient(top, #b6b6b6 0%, #cfcfcf 100%);
  background-image: -webkit-linear-gradient(top, #b6b6b6 0%, #cfcfcf 100%);
  background-image: linear-gradient(to bottom, #b6b6b6 0%, #cfcfcf 100%);
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}
#tour-navigation a.current::after {
  display: block;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  bottom: -20px;
  right: 0;
  content: "";
  -moz-box-shadow: inset -1px 0 20px 0 rgba(0, 0, 0, 0.175), 0 0 1px 1px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset -1px 0 20px 0 rgba(0, 0, 0, 0.175), 0 0 1px 1px rgba(255, 255, 255, 0.2);
  box-shadow: inset -1px 0 20px 0 rgba(0, 0, 0, 0.175), 0 0 1px 1px rgba(255, 255, 255, 0.2);
}
#tour-navigation a.current:first-child::after {
  left: -20px;
  right: 0;
  -moz-box-shadow: inset -1px 0 20px 0 rgba(0, 0, 0, 0.175), 1px 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset -1px 0 20px 0 rgba(0, 0, 0, 0.175), 1px 0 1px 0 rgba(255, 255, 255, 0.2);
  box-shadow: inset -1px 0 20px 0 rgba(0, 0, 0, 0.175), 1px 0 1px 0 rgba(255, 255, 255, 0.2);
}
#tour-navigation a.current.last::after {
  left: 0;
  right: -20px;
  -moz-box-shadow: inset 1px 0 20px 0 rgba(0, 0, 0, 0.175), 1px 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 1px 0 20px 0 rgba(0, 0, 0, 0.175), 1px 0 1px 0 rgba(255, 255, 255, 0.2);
  box-shadow: inset 1px 0 20px 0 rgba(0, 0, 0, 0.175), 1px 0 1px 0 rgba(255, 255, 255, 0.2);
}
#tour-navigation .noise {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: urL("http://api.thumbr.it/whitenoise-50x50.png?background=ffffff00&noise=000000&density=46&opacity=3");
}

@media only screen and (min-width: 450px) {
  #tour-navigation a {
    font-family: "HelveticaNeue-UltraLight", "Helvetica Neue Ultra Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 24px;
  }
}
@media only screen and (min-width: 540px) {
  #tour-navigation a {
    font-size: 26px;
  }
}
@media only screen and (min-width: 767px) {
  #tour-navigation {
    margin: 30px 40px 20px 40px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
  }
  #tour-navigation.bottom {
    margin: 20px 40px 30px 40px;
  }
  #tour-navigation a:first-child, #tour-navigation a:first-child.current {
    -moz-border-radius: 6px 0 0 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px 0 0 6px;
  }
  #tour-navigation a.last, #tour-navigation a.last.current {
    -moz-border-radius: 0 6px 6px 0;
    -webkit-border-radius: 0;
    border-radius: 0 6px 6px 0;
  }
}
@media only screen and (min-width: 1220px) {
  #tour-navigation {
    width: 1140px;
    margin: 30px auto 20px auto;
  }
  #tour-navigation.bottom {
    margin: 20px auto 30px auto;
  }
}
@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: 1.5ppx) {
  .noise {
    background-size: 360px 370px;
  }
}
/*$icons-2x: sprite-map("navigation-2x/*.png", $layout: smart);*/
#tour {
  background: #fff;
}
#tour .row {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  color: #888;
}
#tour .row h1 {
  color: #111;
}

.tour_feature {
  background: url("/publicv2/images/tour-new/build/pro/background.jpg") center center no-repeat;
  background-size: cover;
}

#tour header {
  position: relative;
  max-height: 800px;
  margin: 0 20px;
  -moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px;
  border-radius: 6px 6px 0 0;
}
#tour header h1 {
  font-family: "HelveticaNeue-UltraLight", "Helvetica Neue Ultra Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
  font-size: 40px;
  color: #ffffff;
  text-align: center;
  margin: 0 20px;
  padding: 10% 0 76% 0;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#tour header a {
  display: inline-block;
  position: absolute;
  right: 20px;
  bottom: 20px;
  margin-top: 50px;
  padding: 14px 20px;
  font-family: "HelveticaNeue-UltraLight", "Helvetica Neue Ultra Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 20px;
  color: #ffffff;
  color: rgba(255, 255, 255, 0.4);
  text-decoration: none;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.2);
}
#tour header a:hover {
  color: rgba(255, 255, 255, 0.8);
  border-color: rgba(255, 255, 255, 0.6);
  background: rgba(0, 0, 0, 0.6);
}

.contained {
  padding-top: 40px;
  margin-bottom: 0;
  padding-bottom: 1px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border-bottom: 0;
  color: #888;
}
.contained ul.slide_copy {
  margin: 0 70px;
  text-align: left;
  padding: 0 0 20px 24px;
  list-style-type: disc;
}
.contained ul.slide_copy li {
  font-size: 16px;
  line-height: 26px;
  color: #888888;
  margin: 0 0 10px 0;
}
.contained .carousel-pappy {
  position: relative;
}
.contained .carousel-pappy .flex-viewport {
  max-height: 830px;
}
.contained .carousel-nav {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
}
.contained .carousel-nav a {
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.contained .carousel-nav a span {
  display: block;
  margin-top: 15px;
}
.contained .carousel-nav a.prev span {
  margin-left: 15px;
  background-image: url('/publicv2/images/tour-new/layout-s3baf9cc8f2.png');
  background-position: -15px -18px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 20px;
  width: 15px;
  /*  @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 2) {
      background-image: sprite-url($icons-2x);
      background-size: (image-width(sprite-path($icons-2x)) / 2) (image-height(sprite-path($icons-2x)) / 2);
      background-position: round(nth(sprite-position($icons-2x, $sprite), 1) / 2) round(nth(sprite-position($icons-2x, $sprite), 2) / 2);
      height: image-height(sprite-file($icons-2x, $sprite)) / 2;
      width: image-width(sprite-file($icons-2x, $sprite)) / 2;
    }*/
}
.contained .carousel-nav a.next span {
  margin-left: 20px;
  background-image: url('/publicv2/images/tour-new/layout-s3baf9cc8f2.png');
  background-position: 0 -18px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 20px;
  width: 15px;
  /*  @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 2) {
      background-image: sprite-url($icons-2x);
      background-size: (image-width(sprite-path($icons-2x)) / 2) (image-height(sprite-path($icons-2x)) / 2);
      background-position: round(nth(sprite-position($icons-2x, $sprite), 1) / 2) round(nth(sprite-position($icons-2x, $sprite), 2) / 2);
      height: image-height(sprite-file($icons-2x, $sprite)) / 2;
      width: image-width(sprite-file($icons-2x, $sprite)) / 2;
    }*/
}
.contained ul.outside_carousel {
  margin: 0 20px;
}
.contained .carousel {
  z-index: 1;
}
.contained .carousel .hide {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.contained .carousel ul {
  margin: 0 20px;
}
.contained .carousel img {
  display: block;
  margin: 0 auto;
}
.contained .pagination {
  position: relative;
  text-align: center;
  z-index: 5;
  display: block;
}
.contained .pagination a {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 5px;
  text-indent: -3000em;
  overflow: hidden;
  border: 1px solid #eeeeee;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-color: #f7f7f7;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.contained .pagination a:hover {
  background-color: #eeeeee;
}
.contained .pagination a.activeSlide {
  border-color: #3d84fd;
  background-color: #3d84fd;
}
.contained.full-width {
  border-bottom: 0;
  margin-bottom: -40px;
  padding: 1px 0 0 0;
}
.contained.full-width h1 {
  position: relative;
  text-align: center;
  margin: 24px 20px 6px 20px;
  z-index: 5;
}
.contained.full-width .carousel-links {
  position: relative;
  margin-bottom: 24px;
  z-index: 6;
}
.contained.full-width .carousel-links a {
  font-family: "HelveticaNeue-UltraLight", "Helvetica Neue Ultra Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 20px;
  color: #888888;
  text-transform: uppercase;
  text-decoration: none;
  margin: 0 4px;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.contained.full-width .carousel-links a:hover, .contained.full-width .carousel-links a.current {
  color: #40a7ff;
}
.contained.full-width .carousel-nav a {
  bottom: 100px;
}
.contained.full-width .carousel-nav a.prev {
  left: 10px;
}
.contained.full-width .carousel-nav a.next {
  right: 10px;
}
.contained.full-width .pagination {
  margin-top: 20px;
}
.contained .in-hand .carousel {
  background: url("/publicv2/images/tour-new/in-hand.jpg") center bottom no-repeat;
  background-size: auto 100%;
  width: 249px;
  height: 397px;
}
.contained .in-hand .slide {
  position: relative;
  width: 131px;
  height: 232px;
}
.contained .in-hand .slide img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 69px;
  left: 57px;
}
.contained .in-hand .pagination {
  margin-top: 20px;
}
.contained #laptop .carousel {
  margin: 0 auto;
}
.contained #laptop .carousel .slide {
  margin: 0 20px;
}
.contained section.text-left .context .pagination a {
  margin-top: 0;
}
.contained .image-container {
  position: relative;
}
.contained .image-container img {
  width: 100%;
}
.contained #pro {
  padding: 1px 0 40px 0;
}
.contained #pro h1 {
  color: #ffffff;
}
.contained #pro .carousel-nav a {
  bottom: 160px;
}
.contained #pro .carousel {
  width: 298px;
  margin: 0 auto;
}
.contained #pro .image-container {
  margin: 40px 20px 0 20px;
}
.contained #pro .pagination a {
  border-color: #4d4c4b;
  background: #4d4c4b;
}
.contained #pro .pagination a:hover {
  border-color: #666666;
  background: #666666;
}
.contained #pro .pagination a.activeSlide {
  border-color: #3d84fd;
  background-color: #3d84fd;
}
.contained#tour-footer {
  margin-bottom: 20px;
}
.contained#tour-footer section {
  position: relative;
  margin: 50px -20px;
  padding: 1px 20px 40px 20px;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFF7F7F7', endColorstr='#FFF7F7F7');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(247, 247, 247, 0)), color-stop(50%, #f7f7f7), color-stop(100%, rgba(247, 247, 247, 0)));
  background-image: -moz-linear-gradient(left, rgba(247, 247, 247, 0) 0%, #f7f7f7 50%, rgba(247, 247, 247, 0) 100%);
  background-image: -webkit-linear-gradient(left, rgba(247, 247, 247, 0) 0%, #f7f7f7 50%, rgba(247, 247, 247, 0) 100%);
  background-image: linear-gradient(to right, rgba(247, 247, 247, 0) 0%, #f7f7f7 50%, rgba(247, 247, 247, 0) 100%);
}
@media only screen and (max-width: 1220px) {
  .contained#tour-footer section#watch_our_videos p {
    text-align: center;
  }
}
.contained .horizon {
  position: absolute;
  left: 50px;
  right: 50px;
  height: 9px;
}
.contained .horizon.above {
  top: 0;
  background: url("/publicv2/images/tour-new/layout/horizon-above.png") center top no-repeat;
  background-size: 100% 100%;
}
.contained .horizon.below {
  bottom: 0;
  background: url("/publicv2/images/tour-new/layout/horizon-below.png") center top no-repeat;
  background-size: 100% 100%;
}
.contained section.text-right .context.carousel-pappy .carousel, .contained section.text-left .context.carousel-pappy .carousel {
  margin: 0 auto;
}
.contained section.text-right .context.carousel-pappy .carousel img:last-child, .contained section.text-left .context.carousel-pappy .carousel img:last-child {
  margin: 0 auto;
}
.contained section.text-right .context.carousel-pappy .carousel-nav a, .contained section.text-left .context.carousel-pappy .carousel-nav a {
  bottom: 300px;
}
.contained section.text-right .context.carousel-pappy .carousel-nav a.prev, .contained section.text-left .context.carousel-pappy .carousel-nav a.prev {
  left: 0;
}
.contained section.text-right .context.carousel-pappy .carousel-nav a.next, .contained section.text-left .context.carousel-pappy .carousel-nav a.next {
  right: 0;
}
@media only screen and (max-width: 1220px) {
  .contained section.text-right, .contained section.text-left {
    text-align: center;
  }
}

.text h1, .left h1 {
  text-align: left;
}
@media only screen and (max-width: 1220px) {
  .text h1, .text a, .left h1, .left a {
    text-align: center;
  }
}

.fancybox-nav {
  display: none;
}

@media only screen and (min-width: 480px) {
  #tour header h1 {
    font-size: 60px;
    margin: 0 40px;
  }
  #tour header a {
    font-size: 20px;
    padding: 14px 20px;
  }

  .contained {
    padding-top: 60px;
  }
  .contained.full-width {
    margin-bottom: -60px;
    padding: 1px 0 0 0;
  }
  .contained.full-width h1 {
    font-size: 40px;
    margin: 24px 0 12px 0;
  }
  .contained.full-width .carousel-links a {
    display: inline-block;
    font-size: 30px;
    margin: 0 0 0 18px;
  }
  .contained.full-width .carousel-nav a {
    bottom: 150px;
  }
  .contained.full-width .carousel-nav a.prev {
    left: 20px;
  }
  .contained.full-width .carousel-nav a.next {
    right: 20px;
  }
  .contained #pro h1 {
    margin-top: 40px;
  }
  .contained #pro .carousel-nav a {
    bottom: 180px;
  }
  .contained #pro .carousel {
    width: 438px;
  }
  .contained section.text-right .context.carousel-pappy .carousel-nav a, .contained section.text-left .context.carousel-pappy .carousel-nav a {
    bottom: 360px;
  }
}
@media only screen and (min-width: 510px) {
  #tour header h1 {
    font-size: 65px;
  }

  .contained {
    padding-top: 80px;
  }
  .contained.full-width {
    margin-bottom: -80px;
    padding: 1px 0 0 0;
  }
  .contained.full-width .carousel-nav a {
    bottom: 200px;
  }
  .contained #pro .carousel-nav a {
    bottom: 200px;
  }
  .contained section.text-right .context.carousel-pappy .carousel-nav a, .contained section.text-left .context.carousel-pappy .carousel-nav a {
    bottom: 400px;
  }
  .contained#tour-footer ul {
    text-align: center;
    margin: 0 10%;
    width: auto;
    text-align: center;
    list-style-type: none;
  }
}
@media only screen and (min-width: 630px) {
  #tour header a {
    font-size: 30px;
  }

  .contained .in-hand .carousel {
    width: 520px;
    height: 830px;
  }
  .contained .in-hand .slide {
    width: 274px;
    height: 485px;
  }
  .contained .in-hand .slide img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 147px;
    left: 118px;
  }
  .contained.full-width h1 {
    display: inline-block;
  }
  .contained.full-width .carousel-links {
    display: inline-block;
    text-align: left;
  }
  .contained #pro .carousel-nav a {
    bottom: 250px;
  }
  .contained #pro .carousel {
    width: 588px;
  }
  .contained section.text-right .context.carousel-pappy .carousel-nav a, .contained section.text-left .context.carousel-pappy .carousel-nav a {
    bottom: 420px;
  }
}
@media only screen and (max-width: 1220px) {
  .contained.full-width h1 {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1221px) {
  .contained.full-width h1 {
    margin-left: 100px;
  }
}
@media only screen and (min-width: 767px) {
  #tour header {
    margin: 0 40px;
  }
  #tour header h1 {
    font-size: 80px;
    margin: 0 50px;
    padding: 53px 0 56% 0;
  }
  #tour header a {
    font-size: 40px;
    right: 50px;
    bottom: 50px;
  }

  .contained {
    padding-top: 100px;
    margin-bottom: 0;
    padding-bottom: 1px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border-bottom: 0;
  }
  .contained .carousel ul, .contained ul.outside_carousel {
    margin: 0 100px;
  }
  .contained.full-width {
    margin-bottom: -100px;
    padding: 1px 0 0 0;
  }
  .contained.full-width h1 {
    text-align: left;
    margin-right: 0;
  }
  .contained.full-width .carousel-links {
    margin-right: 100px;
  }
  .contained.full-width .carousel-nav a {
    bottom: 280px;
  }
  .contained.full-width .carousel-nav a.prev {
    left: 50px;
  }
  .contained.full-width .carousel-nav a.next {
    right: 50px;
  }
  .contained #pro h1 {
    margin-left: 100px;
  }
  .contained #pro .image-container {
    margin: 40px 70px 0 70px;
  }
  .contained #pro .carousel {
    width: 725px;
  }
  .contained#tour-footer {
    margin-bottom: 20px;
    padding-bottom: 20px;
    -moz-border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0;
    border-radius: 0 0 6px 6px;
    border-bottom: 1px solid #eeeeee;
  }
  .contained#tour-footer section {
    margin: 50px -20px;
    padding: 1px 20px 40px 20px;
  }
}
@media only screen and (min-width: 1000px) {
  .contained #pro .carousel-nav a {
    bottom: 310px;
  }
  .contained #pro .carousel {
    width: 958px;
  }
}
@media only screen and (min-width: 1220px) {
  #tour header {
    width: 1140px;
    margin: 0 auto;
  }
  #tour header h1 {
    padding: 53px 0 56% 0;
  }

  .contained {
    margin-bottom: 0;
    padding-bottom: 1px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border-bottom: 0;
    padding-left: 0;
  }
  .contained#tour-footer section {
    padding: 1px 100px 10px 100px;
  }
  .contained #pro .carousel-nav a {
    bottom: 350px;
  }
  .contained #pro .carousel {
    width: 1178px;
  }
  .contained section.text-right .context.carousel-pappy {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 70px;
  }
  .contained section.text-right .context.carousel-pappy .carousel-nav a.prev {
    left: 70px;
  }
  .contained section.text-right .context.carousel-pappy .carousel-nav a.next {
    right: 0;
  }
  .contained section.text-left .context.carousel-pappy {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 70px;
  }
  .contained section.text-left .context.carousel-pappy .carousel-nav a.prev {
    left: 0;
  }
  .contained section.text-left .context.carousel-pappy .carousel-nav a.next {
    right: 70px;
  }
  .contained #laptop .carousel .slide {
    margin: 0;
  }
  .contained#tour-footer ul {
    text-align: left;
    list-style-type: disc;
    margin: 0;
  }
  .contained#tour-footer section {
    margin: 50px -100px;
    padding: 1px 100px 40px 100px;
  }
}
/*$icons-2x: sprite-map("navigation-2x/*.png", $layout: smart);*/
.top-header {
  position: relative;
  max-height: 800px;
  margin: 20px 20px 0;
  -moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px;
  border-radius: 6px 6px 0 0;
}
.top-header h1 {
  font-family: "HelveticaNeue-UltraLight", "Helvetica Neue Ultra Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
  font-size: 40px;
  color: #ffffff;
  text-align: center;
  margin: 0 20px;
  padding: 10% 0 5% 0;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.top-header h2 {
  font-family: "HelveticaNeue-UltraLight", "Helvetica Neue Ultra Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
  font-size: 24px;
  color: #ffffff;
  text-align: center;
  margin: 0 20px;
  padding: 5% 0 10% 0;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.top-header .pdf {
  font-family: "HelveticaNeue-UltraLight", "Helvetica Neue Ultra Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  display: inline-block;
  margin-top: 50px;
  padding: 14px 20px;
  font-family: "HelveticaNeue-UltraLight", "Helvetica Neue Ultra Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 20px;
  color: #ffffff;
  color: rgba(255, 255, 255, 0.4);
  text-decoration: none;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.2);
}
.top-header .pdf:hover {
  color: rgba(255, 255, 255, 0.8);
  border-color: rgba(255, 255, 255, 0.6);
  background: rgba(0, 0, 0, 0.6);
}

@media only screen and (min-width: 480px) {
  .top-header h1 {
    font-size: 60px;
    margin: 0 40px;
  }
  .top-header h2 {
    padding: 5% 0 3%;
  }
  .top-header .pdf {
    font-size: 20px;
    padding: 14px 20px;
  }
}
@media only screen and (min-width: 510px) {
  .top-header h1 {
    font-size: 55px;
  }
}
@media only screen and (min-width: 630px) {
  .top-header .pdf {
    font-size: 30px;
  }
}
@media only screen and (min-width: 767px) {
  .top-header {
    margin: 50px 40px 0;
  }
  .top-header h1 {
    margin: 0 50px;
    padding: 53px 0 6% 0;
  }
  .top-header .pdf {
    font-size: 40px;
    right: 50px;
    bottom: 50px;
  }
}
@media only screen and (min-width: 1220px) {
  .top-header {
    width: 1140px;
    margin: 50px auto 0;
  }
  .top-header h1 {
    padding: 7% 0 1%;
    font-size: 76px;
  }
  .top-header h2 {
    font-size: 40px;
    padding: 1% 0 7%;
    width: 914px;
    margin: 0 auto;
  }
}
#watch_our_videos {
  position: relative;
  margin-bottom: 20px;
  position: relative;
  margin: 50px -20px;
  padding: 1px 20px 40px 20px;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFF7F7F7', endColorstr='#FFF7F7F7');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(247, 247, 247, 0)), color-stop(50%, #f7f7f7), color-stop(100%, rgba(247, 247, 247, 0)));
  background-image: -moz-linear-gradient(left, rgba(247, 247, 247, 0) 0%, #f7f7f7 50%, rgba(247, 247, 247, 0) 100%);
  background-image: -webkit-linear-gradient(left, rgba(247, 247, 247, 0) 0%, #f7f7f7 50%, rgba(247, 247, 247, 0) 100%);
  background-image: linear-gradient(to right, rgba(247, 247, 247, 0) 0%, #f7f7f7 50%, rgba(247, 247, 247, 0) 100%);
}
#watch_our_videos .context.videos a {
  position: relative;
  display: inline-block;
  margin: 10px 8px;
  z-index: 4;
  overflow: hidden;
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.4);
}
#watch_our_videos .context.videos a img {
  position: relative;
  margin: 0;
  z-index: 2;
  -webkit-filter: blur(0);
  filter: blur(0);
  -moz-box-shadow: 0;
  -webkit-box-shadow: 0;
  box-shadow: 0;
}
#watch_our_videos .context.videos a img.big-daddy {
  width: auto;
}
#watch_our_videos .context.videos a span.overslay {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
#watch_our_videos .context.videos a span.overslay .vam {
  display: inline-block;
  width: 0;
  height: 100%;
  margin-left: -4px;
  vertical-align: middle;
}
#watch_our_videos .context.videos a span.overslay .info {
  display: inline-block;
  vertical-align: middle;
  padding: 10px 30px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#watch_our_videos .context.videos a span.overslay .info span {
  display: block;
  opacity: 0;
}
#watch_our_videos .context.videos a span.overslay .info span.title {
  font-family: Georgia, Times New Roman, serif;
  font-style: italic;
  color: #ffffff;
  margin-bottom: 10px;
}
#watch_our_videos .context.videos a:hover {
  overflow: hidden;
}
#watch_our_videos .context.videos a:hover img {
  -webkit-filter: blur(10px);
  filter: blur(10px);
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
#watch_our_videos .context.videos a:hover span.overslay {
  visibility: visible;
  background: rgba(34, 34, 34, 0.9);
}
#watch_our_videos .context.videos a:hover span.overslay .info span {
  opacity: 1.0;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.horizon {
  position: absolute;
  left: 50px;
  right: 50px;
  height: 9px;
}
.horizon.above {
  top: 0;
  background: url("/publicv2/images/tour-new/layout/horizon-above.png") center top no-repeat;
  background-size: 100% 100%;
}
.horizon.below {
  bottom: 0;
  background: url("/publicv2/images/tour-new/layout/horizon-below.png") center top no-repeat;
  background-size: 100% 100%;
}

@media only screen and (min-width: 767px) {
  #watch_more_videos .context.videos a {
    display: block;
    float: left;
    margin: 10px 0 10px 0;
  }
  #watch_more_videos .context.videos a:nth-child(even) {
    margin: 10px 20px 10px 0;
  }
  #watch_more_videos .context.videos a img {
    float: none;
  }
}
@media only screen and (min-width: 1220px) {
  #watch_more_videos .context.videos {
    padding-bottom: 20px;
  }
  #watch_more_videos .context.videos a {
    margin: 0 0 20px 20px;
  }
  #watch_more_videos .context.videos a:nth-child(even) {
    margin: 0 0 0 20px;
  }
}
@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) {
  #watch_more_videos .context.videos a {
    display: block;
    margin: 10px 0;
    float: left;
    width: 50%;
    margin: 0;
    padding: 0 0 0 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #watch_more_videos .context.videos a.big-daddy {
    float: none;
    width: auto;
    margin-bottom: 20px;
  }
}
.contained section {
  margin: 0 0 40px;
}
.contained section h1 {
  margin: 0 0 24px;
}
.contained section ul {
  padding: 0 0 0px 18px;
}
.contained section ul li {
  font-size: 18px;
  line-height: 1.45;
}
.contained section.text-left .context {
  margin: 30px auto 15px;
}
.contained section.last-one {
  margin-bottom: 45px;
}
.contained.full-width {
  margin-bottom: 0px;
  padding-bottom: 30px;
  padding-bottom: 10px;
}

.top-header {
  background: url("/publicv2/images/whitelabel/interest/header-320.jpg") center top no-repeat;
  max-height: 650px;
  height: 459px;
  text-align: center;
  padding: 0 0 30px;
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
}
.top-header p {
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: 20px;
  font-family: "HelveticaNeue-UltraLight", "Helvetica Neue Ultra Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  margin: 20px 0;
  padding: 0 20px;
  color: #ffffff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.top-header .pdf {
  display: none;
  position: relative;
  bottom: 0;
  right: 0;
  margin-top: 10px;
  padding: 14px 35px;
}
.top-header#site.alt {
  height: 90px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
.top-header#site p.title {
  position: absolute;
  top: 10px;
  left: 300px;
  margin: 0;
  font: italic 20px Georgia;
  color: #fff;
  display: inline-block;
}
.top-header.whitelabel {
  z-index: 2;
  min-width: auto;
  background: #62bfff;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q1ZWNmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ViZjdmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d5ecff), color-stop(100%, #ebf7ff));
  background-image: -moz-linear-gradient(#d5ecff, #ebf7ff);
  background-image: -webkit-linear-gradient(#d5ecff, #ebf7ff);
  background-image: linear-gradient(#d5ecff, #ebf7ff);
}
.top-header.whitelabel.interest {
  padding: 10px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q1ZWNmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d5ecff), color-stop(100%, #ffffff));
  background-image: -moz-linear-gradient(#d5ecff, #ffffff);
  background-image: -webkit-linear-gradient(#d5ecff, #ffffff);
  background-image: linear-gradient(#d5ecff, #ffffff);
}
.top-header.whitelabel.interest img {
  margin-top: 60px;
}
.top-header.whitelabel.interest .reseller-image {
  background: transparent url(/publicv2/images/whitelabel/reseller-image-320.png) 0 0 no-repeat;
  width: 300px;
  height: 241px;
  margin: 0 auto;
}
.top-header.whitelabel.interest li {
  font: italic 16px Georgia;
  margin-bottom: 20px;
}
.top-header.whitelabel h1 {
  font: bold 40px / 42px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 20px 0 0;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
}
.top-header.whitelabel p {
  color: #555555;
  font: italic 16px Georgia;
}
.top-header.whitelabel p .code {
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid #ffffff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
  padding: 5px;
}
.top-header.whitelabel .credits {
  float: right;
  margin-top: 50px;
  min-width: 300px;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid #ffffff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
  padding: 10px 20px 20px 10px;
}
.top-header.whitelabel .credits .label {
  font: bold 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
  width: 100%;
}
.top-header.whitelabel .credits .amount {
  color: #555555;
  font: bold 40px "Helvetica Neue", Helvetica, Arial, sans-serif;
  float: right;
  width: 100%;
  margin: 10px 0 5px 0;
}
.top-header.whitelabel .add {
  color: #40a7ff;
  font: bold italic 12px Georgia;
  text-decoration: none;
  text-shadow: none;
}
.top-header.whitelabel .add:after {
  content: " ▶";
  font-style: normal;
  font-size: 9px;
  margin-left: 5px;
}
.top-header.whitelabel .add:hover {
  color: #076EC6;
}
.top-header.whitelabel h2 {
  color: #555555;
  font: 500 24px "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: inline-block;
}

.contained section.text-left .context img:first-child {
  margin-left: 0;
}

#watch_our_videos h1 {
  margin: 90px 0 30px;
}
#watch_our_videos p {
  font-size: 18px;
  margin: 10px 0;
}

.contained {
  padding-top: 40px;
  margin-bottom: 0;
  padding-bottom: 1px;
}
.contained .in-hand {
  width: 100%;
}
.contained section.form {
  margin-bottom: 0;
  margin-top: 0;
}
.contained .first-up {
  margin: 80px 0 25px;
}
.contained .first-up .text h1:first-child {
  margin-top: 40px;
}
.contained .fifty-fifty {
  position: relative;
  padding: 1px 0 0 0;
  margin-bottom: 0;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFF7F7F7', endColorstr='#FFF7F7F7');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(247, 247, 247, 0)), color-stop(50%, #f7f7f7), color-stop(100%, rgba(247, 247, 247, 0)));
  background-image: -moz-linear-gradient(left, rgba(247, 247, 247, 0) 0%, #f7f7f7 50%, rgba(247, 247, 247, 0) 100%);
  background-image: -webkit-linear-gradient(left, rgba(247, 247, 247, 0) 0%, #f7f7f7 50%, rgba(247, 247, 247, 0) 100%);
  background-image: linear-gradient(to right, rgba(247, 247, 247, 0) 0%, #f7f7f7 50%, rgba(247, 247, 247, 0) 100%);
}
.contained.the-end {
  padding-top: 20px;
}

ul.highlights {
  width: 220px;
  margin: 0 auto !important;
  padding: 0 !important;
  list-style-type: none;
}
ul.highlights li {
  padding: 0;
  margin: 0 0 50px;
  color: #000;
  text-align: center;
  vertical-align: top;
  font-size: 24px;
  font-size: 18px;
}
ul.highlights li p {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 18px;
  color: black;
  line-height: 1.3;
}
ul.highlights li .icon {
  display: block;
  margin: 0 auto 40px;
}
ul.highlights li .break {
  display: block;
}
ul.highlights li #bullet-1 {
  background-image: url('/publicv2/images/whitelabel/interest/sprites-s0925d5c9f8.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 182px;
  width: 182px;
  /*  @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 2) {
      background-image: sprite-url($icons-2x);
      background-size: (image-width(sprite-path($icons-2x)) / 2) (image-height(sprite-path($icons-2x)) / 2);
      background-position: round(nth(sprite-position($icons-2x, $sprite), 1) / 2) round(nth(sprite-position($icons-2x, $sprite), 2) / 2);
      height: image-height(sprite-file($icons-2x, $sprite)) / 2;
      width: image-width(sprite-file($icons-2x, $sprite)) / 2;
    }*/
}
ul.highlights li #bullet-2 {
  background-image: url('/publicv2/images/whitelabel/interest/sprites-s0925d5c9f8.png');
  background-position: 0 -182px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 182px;
  width: 182px;
  /*  @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 2) {
      background-image: sprite-url($icons-2x);
      background-size: (image-width(sprite-path($icons-2x)) / 2) (image-height(sprite-path($icons-2x)) / 2);
      background-position: round(nth(sprite-position($icons-2x, $sprite), 1) / 2) round(nth(sprite-position($icons-2x, $sprite), 2) / 2);
      height: image-height(sprite-file($icons-2x, $sprite)) / 2;
      width: image-width(sprite-file($icons-2x, $sprite)) / 2;
    }*/
}
ul.highlights li #bullet-3 {
  background-image: url('/publicv2/images/whitelabel/interest/sprites-s0925d5c9f8.png');
  background-position: 0 -364px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 182px;
  width: 182px;
  /*  @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 2) {
      background-image: sprite-url($icons-2x);
      background-size: (image-width(sprite-path($icons-2x)) / 2) (image-height(sprite-path($icons-2x)) / 2);
      background-position: round(nth(sprite-position($icons-2x, $sprite), 1) / 2) round(nth(sprite-position($icons-2x, $sprite), 2) / 2);
      height: image-height(sprite-file($icons-2x, $sprite)) / 2;
      width: image-width(sprite-file($icons-2x, $sprite)) / 2;
    }*/
}

#mobile-expert-screenshot {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  display: block;
}

section#branded_partner_portal {
  margin-top: 0 !important;
}
section#branded_partner_portal .context {
  margin: 40px auto 0;
}

section#foundation .text h1 {
  margin: 80px 0 28px;
}

section#mobile_expert {
  margin-bottom: 60px;
}

#white-label-form {
  margin: 0 auto;
  padding-top: 20px;
  padding: 20px 10px 10px;
}
#white-label-form .form-field-container {
  margin-bottom: 20px;
}
#white-label-form label {
  color: #555555;
  font: 500 18px / 3 "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans-serif;
  display: inline-block;
  padding-right: 16px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#white-label-form label.error {
  line-height: 1.6;
  color: #DC2727;
  height: auto;
  position: relative;
  padding: 10px 42px 10px 0;
}
#white-label-form label#publishing-apps {
  line-height: 30px;
}
#white-label-form label#publishing-apps span {
  display: block;
  font: italic 12px Georgia;
}
#white-label-form .icon-24-caution {
  position: absolute;
  top: 16px;
  right: 5px;
}
#white-label-form input[type=text] {
  padding: 14px;
  font: 20px Georgia, sans-serif;
  color: #888888;
  border: 1px solid #eeeeee;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-shadow: inset 1px 2px 2px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 1px 2px 2px 0 rgba(0, 0, 0, 0.3);
  box-shadow: inset 1px 2px 2px 0 rgba(0, 0, 0, 0.3);
}
#white-label-form .dropdown-theme {
  height: 54px;
}
#white-label-form .dropdown-theme select {
  padding: 20px;
}
#white-label-form .dropdown-theme .arrow-s {
  top: 24px;
  right: 14px;
}
#white-label-form .clear {
  height: 20px;
}
#white-label-form .radiogroup {
  padding: 20px;
  font: 20px Georgia;
  margin: 0 auto;
  width: 175px;
}
#white-label-form .radiogroup input[type=radio] {
  margin: 0 5px 0 20px;
}

h2.white-label-form-title {
  background: #f5f5f5;
  text-align: center;
  color: #59cd20;
  font: bold 20px "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans-serif;
  padding: 30px 20px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

#whitelabel_msg_container {
  line-height: 40px;
  display: none;
}

header.customwork h1 {
  color: white;
}

.wrapper {
  padding-top: 1px;
}

@media only screen and (min-width: 415px) {
  header.whitelabel.interest .reseller-image {
    background: transparent url(/publicv2/images/whitelabel/reseller-image.png) 0 0 no-repeat;
    width: 395px;
    height: 317px;
  }
}
@media only screen and (min-width: 480px) {
  ul.highlights {
    display: block;
    width: auto;
  }
  ul.highlights li {
    font-size: 20px;
    display: block;
    width: 27%;
    width: 100%;
    margin: 0 0 30px;
  }
  ul.highlights li .break {
    display: inline;
  }
  ul.highlights li .icon {
    display: inline-block;
    margin: 10px 20px 0 0;
  }
  ul.highlights li p {
    width: 60%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin: 25px 0;
  }
  ul.highlights li #bullet-1 {
    background-image: url('/publicv2/images/whitelabel/interest/sprites_480-s3824b71e28.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 100px;
    width: 100px;
    /*  @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 2) {
        background-image: sprite-url($icons-2x);
        background-size: (image-width(sprite-path($icons-2x)) / 2) (image-height(sprite-path($icons-2x)) / 2);
        background-position: round(nth(sprite-position($icons-2x, $sprite), 1) / 2) round(nth(sprite-position($icons-2x, $sprite), 2) / 2);
        height: image-height(sprite-file($icons-2x, $sprite)) / 2;
        width: image-width(sprite-file($icons-2x, $sprite)) / 2;
      }*/
  }
  ul.highlights li #bullet-2 {
    background-image: url('/publicv2/images/whitelabel/interest/sprites_480-s3824b71e28.png');
    background-position: 0 -100px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 100px;
    width: 100px;
    /*  @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 2) {
        background-image: sprite-url($icons-2x);
        background-size: (image-width(sprite-path($icons-2x)) / 2) (image-height(sprite-path($icons-2x)) / 2);
        background-position: round(nth(sprite-position($icons-2x, $sprite), 1) / 2) round(nth(sprite-position($icons-2x, $sprite), 2) / 2);
        height: image-height(sprite-file($icons-2x, $sprite)) / 2;
        width: image-width(sprite-file($icons-2x, $sprite)) / 2;
      }*/
  }
  ul.highlights li #bullet-3 {
    background-image: url('/publicv2/images/whitelabel/interest/sprites_480-s3824b71e28.png');
    background-position: 0 -200px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 100px;
    width: 100px;
    /*  @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 2) {
        background-image: sprite-url($icons-2x);
        background-size: (image-width(sprite-path($icons-2x)) / 2) (image-height(sprite-path($icons-2x)) / 2);
        background-position: round(nth(sprite-position($icons-2x, $sprite), 1) / 2) round(nth(sprite-position($icons-2x, $sprite), 2) / 2);
        height: image-height(sprite-file($icons-2x, $sprite)) / 2;
        width: image-width(sprite-file($icons-2x, $sprite)) / 2;
      }*/
  }
}
@media only screen and (min-width: 720px) {
  header.whitelabel.interest .text {
    width: 300px;
    float: left;
  }
  header.whitelabel.interest .reseller-image {
    float: right;
    margin-top: 60px;
  }

  #white-label-form {
    width: 700px;
  }
  #white-label-form label {
    width: 220px;
    float: left;
    text-align: right;
    height: 55px;
  }
  #white-label-form label.error {
    width: 480px;
    float: right;
  }
  #white-label-form label#timeframe {
    line-height: 20px;
    margin-top: 5px;
  }
  #white-label-form label#publishing-apps {
    width: 510px;
    border-right: 1px solid #EEE;
  }
  #white-label-form input[type=text] {
    width: 480px;
    float: right;
  }
  #white-label-form .dropdown-theme {
    width: 478px;
    float: right;
  }
  #white-label-form .radiogroup {
    float: right;
    width: auto;
  }
}
@media only screen and (min-width: 767px) {
  .top-header {
    background: url("/publicv2/images/whitelabel/interest/header-767.jpg") center top no-repeat;
  }
  .top-header h1 {
    padding: 3% 0 1%;
  }
  .top-header h2 {
    font-size: 30px;
    width: 80%;
    margin: 0 auto;
    ppadding: 5% 0 23%;
  }
  .top-header p {
    font-size: 30px;
    bottom: 39px;
  }
  .top-header .pdf {
    position: absolute;
    right: 50px;
    bottom: 50px;
  }

  ul.highlights {
    width: 645px;
    margin: 0 auto !important;
  }
  ul.highlights li {
    display: inline-block;
    font-size: 24px;
    width: 185px;
    margin: 0 13px;
  }
  ul.highlights li .icon {
    margin: 0 auto 16px;
    display: block;
  }
  ul.highlights li p {
    text-align: center;
    width: auto;
  }
  ul.highlights li #bullet-1 {
    background-image: url('/publicv2/images/whitelabel/interest/sprites_767-sea41827759.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 140px;
    width: 140px;
    /*  @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 2) {
        background-image: sprite-url($icons-2x);
        background-size: (image-width(sprite-path($icons-2x)) / 2) (image-height(sprite-path($icons-2x)) / 2);
        background-position: round(nth(sprite-position($icons-2x, $sprite), 1) / 2) round(nth(sprite-position($icons-2x, $sprite), 2) / 2);
        height: image-height(sprite-file($icons-2x, $sprite)) / 2;
        width: image-width(sprite-file($icons-2x, $sprite)) / 2;
      }*/
  }
  ul.highlights li #bullet-2 {
    background-image: url('/publicv2/images/whitelabel/interest/sprites_767-sea41827759.png');
    background-position: 0 -140px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 140px;
    width: 140px;
    /*  @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 2) {
        background-image: sprite-url($icons-2x);
        background-size: (image-width(sprite-path($icons-2x)) / 2) (image-height(sprite-path($icons-2x)) / 2);
        background-position: round(nth(sprite-position($icons-2x, $sprite), 1) / 2) round(nth(sprite-position($icons-2x, $sprite), 2) / 2);
        height: image-height(sprite-file($icons-2x, $sprite)) / 2;
        width: image-width(sprite-file($icons-2x, $sprite)) / 2;
      }*/
  }
  ul.highlights li #bullet-3 {
    background-image: url('/publicv2/images/whitelabel/interest/sprites_767-sea41827759.png');
    background-position: 0 -280px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 140px;
    width: 140px;
    /*  @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 2) {
        background-image: sprite-url($icons-2x);
        background-size: (image-width(sprite-path($icons-2x)) / 2) (image-height(sprite-path($icons-2x)) / 2);
        background-position: round(nth(sprite-position($icons-2x, $sprite), 1) / 2) round(nth(sprite-position($icons-2x, $sprite), 2) / 2);
        height: image-height(sprite-file($icons-2x, $sprite)) / 2;
        width: image-width(sprite-file($icons-2x, $sprite)) / 2;
      }*/
  }

  ul.highlights {
    position: relative;
    text-align: center;
  }
  ul.highlights li {
    width: 30%;
    display: inline-block;
    margin-left: -3.3335%;
    margin-right: -3.3335%;
  }
  ul.highlights li:first-child, ul.highlights li-first-child {
    position: absolute;
    left: 0;
    top: 0;
    margin-left: 0;
  }
  ul.highlights li:last-child, ul.highlights li-last-child {
    position: absolute;
    right: 0;
    top: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 800px) {
  .top-header h2 {
    ppadding: 5% 0 20%;
  }

  header.whitelabel.interest .text {
    width: 47%;
  }
}
@media only screen and (min-width: 900px) {
  ul.highlights {
    width: auto !important;
  }
  ul.highlights li {
    width: 30%;
    margin: 0 2%;
  }
  ul.highlights li:first-child {
    margin-left: 0;
  }
  ul.highlights li:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .top-header h1 {
    font-size: 76px;
    ppadding: 7% 0 7%;
  }
  .top-header p {
    margin: 20px 0;
    font-size: 30px;
  }
  .top-header.whitelabel {
    min-width: 1000px;
    padding-top: 90px;
    width: 100%;
    height: 240px;
  }
  .top-header.whitelabel.interest {
    height: 400px;
  }
  .top-header.whitelabel.interest .text {
    width: 475px;
  }

  .contained.form-header {
    padding: 0 50px 0;
  }
  .contained .first-up {
    margin: 80px 0 45px;
  }

  ul.highlights li .break {
    display: block;
  }
}
@media only screen and (min-width: 1220px) {
  .contained {
    ppadding: 40px 90px;
  }
  .contained section {
    margin: 0 0 85px;
  }
  .contained section.text-left .context {
    margin: 20px -130px 0 0;
  }
  .contained section.text-left .context img {
    margin: 0 0 0 20px;
  }
  .contained .first-up {
    margin: 80px 0 0;
  }
  .contained.full-width {
    padding-bottom: 10px;
  }

  .top-header {
    height: 458px;
  }
  .top-header h2 {
    width: 77%;
    font-size: 40px;
    padding: 1.5% 0 7%;
  }

  ul.highlights {
    margin-top: 40px !important;
    width: 960px !important;
  }
  ul.highlights li {
    width: 296px;
    margin: 0 16px;
  }
  ul.highlights li p {
    font-size: 24px;
    margin: 13px 0 25px;
  }
  ul.highlights li #bullet-1 {
    background-image: url('/publicv2/images/whitelabel/interest/sprites-s0925d5c9f8.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 182px;
    width: 182px;
    /*  @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 2) {
        background-image: sprite-url($icons-2x);
        background-size: (image-width(sprite-path($icons-2x)) / 2) (image-height(sprite-path($icons-2x)) / 2);
        background-position: round(nth(sprite-position($icons-2x, $sprite), 1) / 2) round(nth(sprite-position($icons-2x, $sprite), 2) / 2);
        height: image-height(sprite-file($icons-2x, $sprite)) / 2;
        width: image-width(sprite-file($icons-2x, $sprite)) / 2;
      }*/
  }
  ul.highlights li #bullet-2 {
    background-image: url('/publicv2/images/whitelabel/interest/sprites-s0925d5c9f8.png');
    background-position: 0 -182px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 182px;
    width: 182px;
    /*  @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 2) {
        background-image: sprite-url($icons-2x);
        background-size: (image-width(sprite-path($icons-2x)) / 2) (image-height(sprite-path($icons-2x)) / 2);
        background-position: round(nth(sprite-position($icons-2x, $sprite), 1) / 2) round(nth(sprite-position($icons-2x, $sprite), 2) / 2);
        height: image-height(sprite-file($icons-2x, $sprite)) / 2;
        width: image-width(sprite-file($icons-2x, $sprite)) / 2;
      }*/
  }
  ul.highlights li #bullet-3 {
    background-image: url('/publicv2/images/whitelabel/interest/sprites-s0925d5c9f8.png');
    background-position: 0 -364px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 182px;
    width: 182px;
    /*  @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 2) {
        background-image: sprite-url($icons-2x);
        background-size: (image-width(sprite-path($icons-2x)) / 2) (image-height(sprite-path($icons-2x)) / 2);
        background-position: round(nth(sprite-position($icons-2x, $sprite), 1) / 2) round(nth(sprite-position($icons-2x, $sprite), 2) / 2);
        height: image-height(sprite-file($icons-2x, $sprite)) / 2;
        width: image-width(sprite-file($icons-2x, $sprite)) / 2;
      }*/
  }

  section#mobile_first_marketing h1 {
    margin: 60px 0 35px;
  }
  section#mobile_first_marketing .context {
    margin-top: 15px;
  }

  section img#partner_portal_screenshot {
    margin-top: 10px;
  }

  section#branded_partner_portal .context {
    width: 501px;
    margin: 0 0 0 -43px;
  }

  section#versatile {
    margin-bottom: 90px;
  }

  section#watch_our_videos .context.videos {
    margin: 39px -133px 0 0;
  }
}
