@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;
}

.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;
}

article.vertical-article-header {
  padding: 45px 10px;
}
article.vertical-article-header .post .title {
  font-size: 16px;
  margin: 20px 0 12px 0;
}
article.vertical-article-header .post p {
  font-size: 14px;
}
article.vertical-article-header .latest {
  border: 0;
}

article {
  padding: 90px 0;
  position: relative;
}
article.grey-bg {
  background: #f6f6f6;
}
article .category {
  color: #59CD20;
  font: bold 20px "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans-serif;
  text-align: center;
  text-transform: uppercase;
}
article .category-description {
  font: bold 40px / 70px "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans-serif;
  letter-spacing: -1px;
  text-transform: uppercase;
  text-align: center;
  color: #555;
}
article.get-started-article {
  padding-top: 44px;
}
article.get-started-article a {
  text-decoration: none;
  display: block;
  margin: 0 auto;
}
article.get-started-article .col {
  wwidth: 33%;
  float: none;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  text-align: center;
  font: italic 18px Georgia, serif;
  color: #888888;
  text-indent: -30px;
}
article.get-started-article .col img {
  margin: 10px auto;
  display: block;
}

.headline {
  font: bold 40px / 70px "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans-serif;
  letter-spacing: -1px;
  text-transform: uppercase;
  text-align: center;
}

.category-description .mdash, .category-description-lowercase .mdash, .headline .mdash {
  display: block;
  line-height: 30px;
  margin-bottom: 20px;
  font-size: 36px;
}

.category-description-lowercase {
  text-transform: normal;
  font: bold 40px / 70px "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans-serif;
  letter-spacing: -1px;
  text-align: center;
  text-indent: -30px;
}

.latest {
  width: auto;
}
.latest .block {
  margin-bottom: 20px;
}
.latest .post {
  float: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
}
.latest .post .tag {
  font: bold 12px "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin: 25px 0;
}
.latest .block .thumb, .latest .post .thumb {
  display: block;
  margin: 0 auto;
}
.latest .block .copy, .latest .block .title, .latest .block p, .latest .post .copy, .latest .post .title, .latest .post p {
  -webkit-flex: 1;
  flex: 1;
  text-align: center;
  color: #888;
}
.latest .post .title {
  font: 500 14px "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #555555;
  margin: 20px 0 0 20px;
}
.latest .block .title {
  font: 500 14px "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #555555;
  margin: 20px 0 0 0;
}

#carousel .slide#five-a .col img {
  margin: 10px auto;
}

@media only screen and (min-width: 480px) {
  .latest .block, .latest .post {
    display: -webkit-flex;
    display: flex;
    margin-bottom: 20px;
  }
  .latest .block .thumb, .latest .post .thumb {
    display: inline;
    margin-right: 0;
    vertical-align: top;
  }
  .latest .block .copy, .latest .post .copy {
    text-align: left;
    margin-left: 20px;
    display: inline-block;
    width: 275px;
  }
  .latest .block .copy .title, .latest .post .copy .title {
    text-align: left;
  }
  .latest .block .copy p, .latest .post .copy p {
    text-align: left;
    margin-left: 0;
    color: #888;
  }
  .latest .block .title {
    margin: 0;
  }
}
@media only screen and (min-width: 600px) {
  .latest .block, .latest .post {
    text-align: center;
  }
  .latest .block .copy, .latest .post .copy {
    width: 390px;
  }
}
@media only screen and (min-width: 650px) {
  article.get-started-article .col {
    float: left;
    width: 33%;
  }
}
@media only screen and (min-width: 767px) {
  article.vertical-article-header .block .title {
    display: block;
    margin-bottom: 5px;
  }
  article.vertical-article-header .block p {
    margin: 0;
  }

  .latest {
    width: 100%;
  }
  .latest .post {
    width: 25%;
    margin: 0;
    padding: 10px;
    float: left;
  }
  .latest .block, .latest .post {
    display: block;
  }
  .latest .block .thumb, .latest .post .thumb {
    width: 100%;
    margin-right: 10px;
  }
  .latest .block .copy, .latest .post .copy {
    width: auto;
  }
  .latest .block .title {
    margin: 20px 0 0;
  }
}
.pricing div {
  display: inline-block;
  vertical-align: middle;
}
.pricing .currency {
  font: bold 24px Helvetica, sans-serif;
}
.pricing .price {
  font: bold 56px Helvetica, sans-serif;
  letter-spacing: -1px;
}
.pricing .occurrence {
  font: normal 20px Helvetica, sans-serif;
  margin-top: 26px;
}
.pricing p {
  font: italic 12px Georgia, serif;
  color: #888888;
  margin: 0;
}

.price-and-selection:hover {
  cursor: pointer;
  background-color: #ffffff;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFEBEBEB', endColorstr='#FFE5E5E5');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ViZWJlYiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ebebeb), color-stop(100%, #e5e5e5));
  background-image: -moz-linear-gradient(top, #ebebeb 0%, #e5e5e5 100%);
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #e5e5e5 100%);
  background-image: linear-gradient(to bottom, #ebebeb 0%, #e5e5e5 100%);
}
.price-and-selection .price {
  display: inline-block;
  vertical-align: middle;
  font: bold 20px Helvetica, sans-serif;
  color: #555555;
  margin-right: 6px;
}
.price-and-selection .price span {
  font-size: 15px;
  margin-right: 1px;
}
.price-and-selection .checkspot {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 20px 0;
  vertical-align: middle;
  border: 8px solid #f8f8f8;
  background-color: #ffffff;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  -moz-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.18);
  -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.18);
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.18);
}
.price-and-selection .checkspot .checkmark {
  display: none;
  position: absolute;
  top: 7px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 21px;
  height: 17px;
  margin: 0 auto;
  background: url("/publicv2/images/setup/checkmark.png") left top no-repeat;
}
.price-and-selection .checkspot.checked .checkmark {
  display: block;
}

/* TYPOGRAPHY */
.signup-modal {
  width: 220px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.signup-modal h1 {
  position: relative;
  font: bold 22px Helvetica, sans-serif;
  text-align: center;
  color: #555555;
}
.signup-modal p {
  font: 17px Helvetica, sans-serif;
  color: #555555;
}
.signup-modal .price-tag {
  display: inline-block;
  font: bold 26px Helvetica, sans-serif;
  text-align: center;
  color: #555555;
  margin: 15px 0 30px 0;
  padding: 5px 12px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #eeeeee;
}
.signup-modal .price-tag span {
  font-size: 17px;
  margin-right: 3px;
}
.signup-modal .price-tag .one-time-fee {
  font-size: 12px;
}
.signup-modal .price-tag .occurrence {
  display: inline;
  font-size: 18px;
}
.signup-modal .glamour {
  display: block;
  width: 50%;
  margin: 0 auto 20px auto;
  border: 1px solid #e3e3e3;
}
.signup-modal .left {
  font-size: 13px;
  color: #555555;
  margin: 0;
}
.signup-modal .left p {
  margin: 0 0 20px 0;
}
.signup-modal ul {
  font-size: 13px;
  color: #555555;
  margin: 0;
  padding: 0 0 0 16px;
}
.signup-modal ul li {
  margin: 10px 0;
}

@media only screen and (min-width: 705px) {
  .signup-modal {
    width: 400px;
  }
  .signup-modal h1 {
    text-align: left;
    margin: 0;
  }
  .signup-modal h1 .price-tag {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    margin: 0;
  }
  .signup-modal .glamour {
    width: 200px;
    margin: 40px auto 20px auto;
  }
}
@media only screen and (min-width: 900px) {
  .signup-modal {
    width: 820px;
  }
  .signup-modal h1 {
    margin: 20px 20px 50px 20px;
  }
  .signup-modal h1 .price-tag {
    position: absolute;
    top: -10px;
    right: 0;
    display: inline-block;
  }
  .signup-modal h1 .price-tag span {
    font-size: 17px;
    margin-right: 3px;
  }
  .signup-modal h1 .price-tag .occurrence {
    display: inline;
    font-size: 18px;
  }
  .signup-modal .glamour {
    float: left;
    width: auto;
    margin: 0 0 0 20px;
  }
  .signup-modal .left {
    width: 480px;
    margin-left: 20px;
  }
  .signup-modal .left ul {
    margin-bottom: 40px;
  }
}
/* TYPOGRAPHY */
.dim {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9000;
  display: none;
}

.modal {
  margin: 0 auto;
  border: 10px solid #eeeeee;
  background: #ffffff;
  padding: 30px;
  z-index: 9999;
  -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);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.modal #close {
  text-indent: 2000em;
  background: #bbbbbb;
  display: inline-block;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 2px;
  float: right;
  position: absolute;
  top: -20px;
  right: -20px;
  border: 3px solid #fff;
}
.modal #close:hover {
  background: #666;
}
.modal #close div {
  margin: -2px 0 0 -2px;
}

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

#signup-nav {
  display: none;
  position: fixed;
  right: 20px;
  top: 200px;
  z-index: 4;
}

#menu {
  font: italic 14px Georgia, serif;
  list-style: none;
}
#menu li {
  color: #333333;
  margin: 0px;
  height: 40px;
  text-align: right;
  cursor: pointer;
}
#menu li .number {
  color: #ffffff;
  padding: 10px;
  line-height: 7px;
  font-size: 13px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 17px;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 0px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 0px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 0px 4px rgba(0, 0, 0, 0.1);
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  background-color: #000000;
}
#menu li.selected .number {
  opacity: 1;
  background-color: #000 !important;
}
#menu li.completed .number {
  background-color: #59CD20;
}
#menu li.completed:hover .number {
  background: #000000;
}
#menu li .location {
  line-height: 20px;
  display: none;
  margin: 0 10px 0 0;
}
#menu li.selected .location, #menu li:hover .location {
  display: inline-block;
}
#menu li.disabled {
  cursor: default;
}
#menu li.disabled .number {
  opacity: 0.5;
  cursor: default;
  background-color: #EAEAEA;
}
#menu li.disabled:hover .location {
  display: none;
}

/* TYPOGRAPHY */
header#site {
  position: relative;
  background: rgba(29, 29, 29, 0.85);
}

.header-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 500px;
  overflow: hidden;
  z-index: 2;
  background: url("/publicv2/images/setup/header-image.jpg") 50% 0% no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.header-image img {
  display: none;
}

.wrapper {
  position: relative;
  z-index: 3;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#pricing-heading {
  position: relative;
  font: normal normal 35px Helvetica, sans-serif;
  text-align: center;
  color: #ffffff;
  margin: 35px 25px 40px 25px;
  text-shadow: 0 1px 7px rgba(0, 0, 0, 0.22);
  z-index: 3;
}

@media only screen and (min-width: 767px) {
  #pricing-heading {
    text-align: left;
    margin: 60px 25px 60px 25px;
  }
}
@media only screen and (min-width: 830px) {
  #pricing-heading {
    width: 780px;
    margin: 60px auto 60px auto;
    text-align: left;
  }
}
#custom-project {
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  color: #59cd20;
  width: 300px;
  margin: -20px 0 20px 0;
  padding: 18px;
  text-transform: uppercase;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.28);
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.28);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.28);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF990000', endColorstr='#FF664242');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjkiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MjQyNDIiIHN0b3Atb3BhY2l0eT0iMC45Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.9)), color-stop(100%, rgba(66, 66, 66, 0.9)));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.9) 0%, rgba(66, 66, 66, 0.9) 100%);
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.9) 0%, rgba(66, 66, 66, 0.9) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 0%, rgba(66, 66, 66, 0.9) 100%);
  text-decoration: none;
}
#custom-project div {
  display: block;
  font-weight: normal;
  font-size: 12px;
  color: #40A7FF;
  margin-top: 4px;
  text-decoration: none;
}
#custom-project:hover div {
  color: #40A7FF;
  text-decoration: underline;
}

.plan-box {
  display: block;
  width: 300px;
  margin: 0 auto 20px auto;
  padding: 1px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.plan-box .sub-heading {
  font: normal normal 14px Helvetica, sans-serif;
  text-transform: uppercase;
}
.plan-box h1 {
  font-size: 60px;
  text-align: center;
  text-transform: uppercase;
  margin: 20px 0 0 0;
}
.plan-box p {
  font: 14px/18px Georgia, serif;
  text-align: center;
  margin: 5px 30px 24px 30px;
}
.plan-box .pricing p {
  font: italic 12px Georgia, serif;
}
.plan-box .big-blue-button {
  font: italic 26px Georgia, serif;
  display: block;
  margin: 34px 20px;
  padding: 20px;
  text-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.plan-box#core-box.plan-box {
  -moz-box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.23);
  -webkit-box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.23);
  box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.23);
  background-color: #ffffff;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFEBEBEB');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ViZWJlYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #ebebeb));
  background-image: -moz-linear-gradient(top, #ffffff 0%, #ebebeb 100%);
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #ebebeb 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #ebebeb 100%);
}
.plan-box#core-box.plan-box .sub-heading {
  color: #555555;
  margin-top: 50px;
}
.plan-box#core-box.plan-box h1 {
  font-family: Helvetica, sans-serif;
  font-weight: bold;
  color: #555555;
}
.plan-box#core-box.plan-box .pricing p {
  color: #888888;
}
.plan-box#core-box.plan-box .big-blue-button {
  color: #555555;
  -moz-box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.03);
  -webkit-box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.03);
  box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.03);
  background: transparent;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FF00FFFF');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -moz-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
.plan-box#core-box.plan-box .big-blue-button:hover {
  -moz-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.08);
}
.plan-box#pro-box.plan-box {
  border: 10px solid #000000;
  border-bottom: 0;
  -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.7);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.7);
  background-color: #3a3a3a;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF3A3A3A', endColorstr='#FF0A0A0A');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNhM2EzYSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzBhMGEwYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3a3a3a), color-stop(100%, #0a0a0a));
  background-image: -moz-linear-gradient(top, #3a3a3a 0%, #0a0a0a 100%);
  background-image: -webkit-linear-gradient(top, #3a3a3a 0%, #0a0a0a 100%);
  background-image: linear-gradient(to bottom, #3a3a3a 0%, #0a0a0a 100%);
}
.plan-box#pro-box.plan-box .sub-heading {
  color: #cccccc;
  margin-top: 40px;
}
.plan-box#pro-box.plan-box .sub-heading .pro-info {
  display: inline-block;
  width: 17px;
  height: 17px;
  margin: 0 0 0 4px;
  vertical-align: bottom;
  background: url("/publicv2/images/setup/info-icon.png") left top no-repeat;
}
.plan-box#pro-box.plan-box .sub-heading .pro-info:hover {
  cursor: pointer;
}
.plan-box#pro-box.plan-box h1 {
  font: normal normal 72px 'HelveticaNeue-UltraLight', 'Helvetica Neue UltraLight', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #48aafe;
}
.plan-box#pro-box.plan-box .pricing {
  color: #dddddd;
}
.plan-box#pro-box.plan-box .pricing p {
  color: #888888;
}
.plan-box#pro-box.plan-box .big-blue-button {
  -moz-box-shadow: inset 0 -1px 1px 1px rgba(255, 255, 255, 0.15);
  -webkit-box-shadow: inset 0 -1px 1px 1px rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 -1px 1px 1px rgba(255, 255, 255, 0.15);
}
.plan-box#pro-box.plan-box .big-blue-button:hover {
  -moz-box-shadow: inset 0 -1px 1px 1px rgba(255, 255, 255, 0.15), 0 0 10px 2px rgba(64, 167, 255, 0.6);
  -webkit-box-shadow: inset 0 -1px 1px 1px rgba(255, 255, 255, 0.15), 0 0 10px 2px rgba(64, 167, 255, 0.6);
  box-shadow: inset 0 -1px 1px 1px rgba(255, 255, 255, 0.15), 0 0 10px 2px rgba(64, 167, 255, 0.6);
}

.features-list {
  display: none;
  float: left;
  width: 50%;
}
.features-list .feature {
  width: 100%;
}
.features-list .feature:nth-child(even) {
  background-color: #eeeeee;
}
.features-list .feature .name {
  position: relative;
  display: inline-block;
  font: 13px Helvetica, sans-serif;
  text-align: left;
  color: #555555;
  width: 300px;
  height: 54px;
  padding: 20px 0 0 80px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.features-list .feature .name .new-feature {
  background: #40a7ff;
  color: #ffffff;
  font-weight: bold;
  margin-left: 10px;
  padding: 2px 6px;
}
.features-list .feature .name .tooltip {
  display: none;
  position: absolute;
  bottom: 70px;
  left: 0;
  right: 0;
  font: 12px Helvetica, sans-serif;
  border: none;
  color: #333333;
  width: 280px;
  margin: 0 auto;
  padding: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.35);
  background: #ffffff;
  z-index: 100;
}
.features-list .feature .name .tooltip h1 {
  font: bold 18px Helvetica, sans-serif;
  margin: 0 0 10px 0;
  color: #40a7ff;
}
.features-list .feature .name .tooltip p {
  font: 13px Helvetica, sans-serif;
  color: #333333;
  margin: 0;
  padding: 0;
}
.features-list .feature .name .tooltip ul {
  list-style-type: disc;
  color: #999999;
  padding: 0 0 0 18px;
}
.features-list .feature .name .tooltip ul li {
  margin: 4px 0 0 0;
  padding: 0;
}
.features-list .feature .name .tooltip ul li span {
  color: #333333;
}
.features-list .feature .name .tooltip .the-tip {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -13px;
  width: 23px;
  height: 13px;
  margin: 0 auto;
  background: url("/publicv2/images/setup/the-tip.png") left top no-repeat;
}
.features-list .feature:first-child .name {
  height: 34px;
  padding-top: 0;
}
.features-list .feature:first-child .name .tooltip {
  bottom: 44px;
}
.features-list#core-features .feature {
  text-align: right;
}
.features-list#core-features .feature .name {
  margin-right: 11px;
}
.features-list#pro-features .feature {
  text-align: left;
}
.features-list#pro-features .feature .name {
  margin-left: 11px;
}

#faqs {
  background: url("/publicv2/images/setup/faq.jpg") left top no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 0 0 2px 0;
}
#faqs #customize-option {
  font: bold 18px Helvetica, sans-serif;
  color: #ffffff;
  text-align: center;
  padding: 40px 0;
  background: rgba(34, 34, 34, 0.8);
}
#faqs #customize-option div {
  display: block;
}
#faqs #customize-option span {
  color: #40a7ff;
}
#faqs h1 {
  font: normal normal 35px Helvetica, sans-serif;
  color: #ffffff;
  text-align: center;
  margin: 50px 0 20px 0;
}
#faqs h1:after {
  display: block;
  content: "";
  width: 20px;
  height: 2px;
  margin: 10px auto;
  background-color: #eeeeee;
}
#faqs .wrapper {
  padding: 0 0 1px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#faqs .wrapper p {
  font: 13px Helvetica, sans-serif;
  text-align: center;
  color: #cccccc;
  margin: 40px auto;
  padding: 0 20px;
  max-width: 480px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#faqs .wrapper p strong {
  display: block;
  color: #ffffff;
  margin-bottom: 10px;
}

#help_modal {
  padding: 20px 0;
}
#help_modal h1 {
  margin: 10px 0 30px 0;
  text-align: center;
}
#help_modal h2 {
  font-size: 16px;
}
#help_modal .left {
  float: none;
  text-align: center;
  margin: 0;
  padding: 20px 20px 0 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (min-width: 705px) {
  #custom-project {
    display: block;
    margin: -20px auto 20px auto;
  }

  .plan-box {
    display: inline-block;
  }
  .plan-box#core-box.plan-box {
    margin-right: 10px;
  }
  .plan-box#pro-box.plan-box {
    margin-left: 10px;
  }

  .features-list {
    display: block;
  }
  .features-list .feature .name {
    cursor: pointer;
  }
  .features-list .feature .name:hover .tooltip {
    display: block;
  }
  .features-list .feature .name:hover .tooltip a {
    display: block;
    color: #40a7ff;
    margin-top: 12px;
    text-decoration: none;
  }
  .features-list .feature .name:hover .tooltip a:hover {
    text-decoration: underline;
  }
}
@media only screen and (min-width: 767px) {
  #tier .wrapper {
    width: 767px;
  }

  .plan-box#core-box.plan-box {
    margin-right: 10px;
  }
  .plan-box#pro-box.plan-box {
    margin-left: 10px;
  }

  #faqs {
    padding-bottom: 40px;
  }
  #faqs #customize-option div {
    display: inline;
  }
  #faqs .wrapper {
    padding: 0 40px 40px 40px;
  }
  #faqs .wrapper p {
    float: left;
    text-align: left;
    width: 50%;
    margin: 20px 0;
  }
  #faqs .wrapper p strong {
    margin-bottom: 16px;
  }
  #faqs .wrapper p:nth-child(odd) {
    padding: 0 20px 0 0;
  }
  #faqs .wrapper p:nth-child(even) {
    padding: 0 0 0 20px;
  }
}
@media only screen and (min-width: 800px) {
  #signup-nav {
    display: block;
  }
}
@media only screen and (min-width: 850px) {
  .features-list .feature .name {
    cursor: pointer;
  }
  .features-list .feature .name:hover .tooltip {
    display: block;
  }
  .features-list .feature .name:hover .tooltip a {
    display: block;
    color: #40a7ff;
    margin-top: 12px;
    text-decoration: none;
  }
  .features-list .feature .name:hover .tooltip a:hover {
    text-decoration: underline;
  }

  #faqs .wrapper {
    padding: 0 0 40px 0;
  }
}
@media only screen and (min-width: 900px) {
  #tier .wrapper {
    width: 780px;
  }

  .signup-modal {
    width: 760px;
  }

  #help_modal {
    padding: 20px 0;
  }
  #help_modal h1 {
    text-align: left;
    margin: 20px 0 40px 70px;
  }
  #help_modal .left {
    float: left;
    text-align: left;
    width: 50%;
    margin: 0;
    padding: 20px 0 0 70px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 1150px) {
  #custom-project {
    position: absolute;
    top: 110px;
    left: -164px;
    width: auto;
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF990000', endColorstr='#FF664242');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjgiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MjQyNDIiIHN0b3Atb3BhY2l0eT0iMC43Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.8)), color-stop(100%, rgba(66, 66, 66, 0.7)));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(66, 66, 66, 0.7) 100%);
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(66, 66, 66, 0.7) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(66, 66, 66, 0.7) 100%);
  }
}
