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

/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
  position: relative;
  margin: 0 -14px;
}

.jcarousel-clip {
  z-index: 2;
  padding: 0;
  margin: 0;
  overflow: hidden;
  position: relative;
}

.jcarousel-list {
  z-index: 1;
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
}
.jcarousel-list li {
  float: left;
  list-style: none;
  /* We set the width/height explicitly. No width/height causes infinite loops. */
  width: 174px;
  height: 174px;
}

.jcarousel-item {
  float: left;
  list-style: none;
  /* We set the width/height explicitly. No width/height causes infinite loops. */
  width: 174px;
  height: 174px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next, .jcarousel-prev {
  z-index: 3;
  display: none;
}

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

/*
 * .appy_row is a class used for listing rows of app on our public site
 */
/* TYPOGRAPHY */
#apps_listing_grid {
  overflow-x: hidden;
}
#apps_listing_grid .wrapper {
  width: 300px;
}
#apps_listing_grid .app_listing_container {
  position: relative;
  display: block;
  float: left;
  width: 250px;
  height: 140px;
  padding: 30px 0;
  cursor: pointer;
  text-decoration: none;
  top: -20px;
}
#apps_listing_grid .app_listing_container.nolink {
  cursor: default;
}
#apps_listing_grid .app_listing_container:nth-child(odd):after, #apps_listing_grid .app_listing_container:nth-child(odd):before {
  background-color: #f6f6f6;
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: -999px;
  right: -999px;
  width: 5000px;
  content: ' ';
}
#apps_listing_grid .app_listing_container img {
  position: absolute;
  top: 22px;
  left: 0;
}
#apps_listing_grid .app_listing_deets {
  display: block;
  margin-left: 110px;
}
#apps_listing_grid .app_listing_deets h3 {
  font: bold 14px Helvetica, sans-serif;
  margin: 0;
  color: #555555;
}
#apps_listing_grid .app_listing_deets h3:hover {
  color: #40A7FF;
}
#apps_listing_grid .app_listing_container.nolink .app_listing_deets h3:hover {
  color: #555555;
}
#apps_listing_grid .app_listing_deets small {
  display: block;
  font: 10px Georgia, serif;
  color: #888888;
  margin-top: 2px;
}
#apps_listing_grid .app_listing_deets .indicate-pro {
  display: inline-block;
  font: bold 12px Helvetica, sans-serif;
  color: #ffffff;
  margin: 8px 5px 8px 0;
  padding: 5px 4px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  text-transform: uppercase;
  background: #59cd20;
}
#apps_listing_grid .app_listing_deets .indicate-ipad {
  display: block;
  font: italic 12px Georgia, serif;
  color: #59cd20;
}
#apps_listing_grid .app_listing_deets .indicate-demo {
  display: inline-block;
  font: bold 12px Helvetica, sans-serif;
  color: #ffffff;
  margin: 8px 5px 8px 0;
  padding: 5px 4px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  text-transform: uppercase;
  background: #DC2727;
  text-decoration: none;
}
#apps_listing_grid .app_listing_deets .indicate-upgrade {
  display: inline-block;
  font: bold 12px Helvetica, sans-serif;
  color: #ffffff;
  margin: 8px 5px 8px 0;
  padding: 5px 4px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  text-transform: uppercase;
  background: #40A7FF;
  text-decoration: none;
}

.app_list_paging_box {
  position: relative;
  font: bold 20px Georgia, serif;
  color: #555555;
  text-align: center;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  padding: 40px 0;
}
.app_list_paging_box a {
  font: bold 20px Georgia, serif;
  color: #40a7ff;
  text-decoration: none;
  margin: 0 10px;
  margin: 0 4px;
}
.app_list_paging_box strong {
  margin: 0 10px;
}

.first_link a, .previous_links a, .next_links a, .last_link a {
  position: absolute;
  top: 10px;
  display: block;
  width: 29px;
  height: 29px;
  margin: -10px 0 0 0;
  overflow: hidden;
  text-indent: -3000em;
}

.previous_links a, .next_links a {
  width: 19px;
  height: 29px;
}

.first_link a, .previous_links a {
  float: left;
}

.first_link a {
  left: 8px;
  background: url("/publicv2/images/directory/featured-arrows-small.png") 0 -28px no-repeat;
}
.first_link a:hover {
  background-position: 0 -57px;
}
.first_link.disabled a {
  background-position: 0 0;
}

.previous_links a {
  left: 52px;
  background: url("/publicv2/images/directory/featured-arrows-small.png") -12px -28px no-repeat;
}
.previous_links a:hover {
  background-position: -12px -57px;
}
.previous_links.disabled a {
  background-position: -12px 0;
}

.next_links a {
  right: 52px;
  float: right;
  background: url("/publicv2/images/directory/featured-arrows-small.png") -30px -28px no-repeat;
}
.next_links a:hover {
  background-position: -30px -57px;
}
.next_links.disabled a {
  background-position: -30px 0;
}

.last_link a {
  position: absolute;
  right: 8px;
  background: url("/publicv2/images/directory/featured-arrows-small.png") -31px -28px no-repeat;
}
.last_link a:hover {
  background-position: -31px -57px;
}
.last_link.disabled a {
  background-position: -31px 0;
}

@media only screen and (min-width: 480px) {
  .first_link a, .previous_links a, .next_links a, .last_link a {
    top: 0;
    width: 42px;
    height: 40px;
  }

  .previous_links a, .next_links a {
    width: 25px;
    height: 40px;
  }

  .previous_links a {
    left: 57px;
    background: url("/publicv2/images/directory/featured-arrows.png") -17px -40px no-repeat;
  }
  .previous_links a:hover {
    background-position: -17px -80px;
  }
  .previous_links.disabled a {
    background-position: -17px 0;
  }

  .first_link a {
    left: 8px;
    background: url("/publicv2/images/directory/featured-arrows.png") 0 -40px no-repeat;
  }
  .first_link a:hover {
    background: url("/publicv2/images/directory/featured-arrows.png") 0 -80px no-repeat;
  }
  .first_link.disabled a {
    background: url("/publicv2/images/directory/featured-arrows.png") 0 0 no-repeat;
  }

  .next_links a {
    right: 62px;
    float: right;
    background: url("/publicv2/images/directory/featured-arrows.png") -42px -40px no-repeat;
  }
  .next_links a:hover {
    background-position: -42px -80px;
  }
  .next_links.disabled a {
    background-position: -42px 0;
  }

  .last_link a {
    position: absolute;
    top: 0;
    right: 8px;
    background: url("/publicv2/images/directory/featured-arrows.png") -42px -40px no-repeat;
  }
  .last_link a:hover {
    background-position: -42px -80px;
  }
  .last_link.disabled a {
    background-position: -42px 0;
  }
}
@media only screen and (min-width: 600px) {
  #apps_listing_grid .wrapper {
    width: 500px;
  }
  #apps_listing_grid .app_listing_container:nth-child(odd):after, #apps_listing_grid .app_listing_container:nth-child(odd):before {
    background-color: transparent;
  }
  #apps_listing_grid .app_listing_container:nth-child(4n+1):after, #apps_listing_grid .app_listing_container:nth-child(4n+1):before {
    background-color: #f6f6f6;
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: -999px;
    right: -999px;
    width: 5000px;
    content: ' ';
  }

  .previous_links a {
    left: 62px;
  }

  .app_list_paging_box a {
    margin: 0 4px;
  }
}
@media only screen and (min-width: 767px) {
  #apps_listing_grid .wrapper {
    margin: 0 auto;
    width: 767px;
    /*
    .app_listing_container {
      &:first-child {
        margin: 0 0 0 -10px;
      }
      &:last-child {
        margin: -10px 0 0 0;
      }
    }
    */
  }
  #apps_listing_grid .wrapper .app_listing_container:nth-child(4n+1):after, #apps_listing_grid .wrapper .app_listing_container:nth-child(4n+1):before {
    background-color: transparent;
  }
  #apps_listing_grid .wrapper .app_listing_container:nth-child(6n+1):after, #apps_listing_grid .wrapper .app_listing_container:nth-child(6n+1):before {
    background-color: #f6f6f6;
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: -999px;
    right: -999px;
    width: 5000px;
    content: ' ';
  }

  .appy_row:nth-child(odd) {
    background: #f6f6f6;
  }
}
@media only screen and (min-width: 900px) {
  #apps_listing_grid .wrapper {
    width: 900px;
  }
  #apps_listing_grid .app_listing_container {
    width: 285px;
  }
}
@media only screen and (min-width: 1024px) {
  #apps_listing_grid .wrapper {
    width: 980px;
  }
  #apps_listing_grid .app_listing_container {
    width: 326px;
  }

  .app_list_paging_box .wrapper {
    width: 980px;
  }

  .first_link a {
    left: 0;
  }

  .last_link a {
    right: 0;
  }

  .app_list_paging_box a {
    margin: -10 0 0;
  }
}
/*
 * Product ads used through out the public site
 */
#ad-product-video, #ad-how-it-works, #ad-get-started, #ad-app-gallery {
  display: block;
  color: #40A7FF;
  width: 326px;
  margin: 60px auto 50px;
  padding-top: 200px;
  text-align: center;
  font: italic 20px Georgia, serif;
  text-decoration: none;
}

#ad-product-video:hover, #ad-how-it-works:hover, #ad-get-started:hover, #ad-app-gallery:hover {
  color: #076ec6;
}

#ad-product-video::after, #ad-how-it-works::after, #ad-get-started::after, #ad-app-gallery::after {
  font-size: 12px;
  content: " ▶";
  margin-left: 4px;
  font-style: normal;
}

#ad-product-video {
  background: url("/publicv2/images/directory/product-video.jpg") center top no-repeat;
}

#ad-how-it-works {
  background: url("/publicv2/images/directory/how-it-works.jpg") center top no-repeat;
}

#ad-get-started {
  background: url("/publicv2/images/directory/get-started.jpg") center top no-repeat;
}

#ad-app-gallery {
  background: url("/img/404/app-gallery.png") center center no-repeat;
}

@media only screen and (min-width: 767px) {
  #ad-wrapper {
    width: 767px;
  }

  #ad-product-video, #ad-how-it-works, #ad-get-started, #ad-app-gallery {
    float: left;
    width: 250px;
  }
}
@media only screen and (min-width: 992px) {
  #ad-wrapper {
    width: 980px;
  }

  #ad-product-video, #ad-how-it-works, #ad-get-started, #ad-app-gallery {
    margin: 60px 0 50px 0;
    width: 326px;
  }
}
/*
 * Free Trial ad seen on App Directory index and look up page
 */
.free-trial-ad {
  margin: 30px auto;
  display: block;
}
.free-trial-ad .ad {
  text-decoration: none;
  background: transparent url(/publicv2/images/banners/250x250.png) 12px 12px no-repeat;
  width: 250px;
  height: 250px;
  text-indent: -9999px;
  margin: 0 auto;
  display: block;
  padding: 12px;
  border: 10px solid #EEE;
  margin: 20 auto;
}

@media only screen and (min-width: 767px) {
  .free-trial-ad {
    width: 728px;
  }
  .free-trial-ad .ad {
    margin: 30px 0;
    background: transparent url(/img/728x90-banner.png) 0 0 no-repeat;
    width: 728px;
    height: 106px;
    padding: 0;
  }
}
.jcarousel-prev, .jcarousel-next {
  position: absolute;
  display: block;
  width: 25px;
  height: 40px;
}

.jcarousel-prev:hover, .jcarousel-next:hover {
  cursor: pointer;
}

.jcarousel-prev {
  top: 44px;
  left: -42px;
  background: url("/publicv2/images/directory/featured-arrows.png") -17px -40px no-repeat;
}
.jcarousel-prev:hover {
  background: url("/publicv2/images/directory/featured-arrows.png") -17px -80px no-repeat;
}
.jcarousel-prev.jcarousel-prev-disabled {
  background: url("/publicv2/images/directory/featured-arrows.png") -17px 0 no-repeat;
}

.jcarousel-next {
  top: 44px;
  right: -42px;
  background: url("/publicv2/images/directory/featured-arrows.png") -42px -40px no-repeat;
}
.jcarousel-next:hover {
  background: url("/publicv2/images/directory/featured-arrows.png") -42px -80px no-repeat;
}
.jcarousel-next.jcarousel-prev-disabled {
  background: url("/publicv2/images/directory/featured-arrows.png") -42px 0 no-repeat;
}

/*
 * Header used for app directory index and detail page
 */
/* TYPOGRAPHY */
.app-directory {
  width: 100%;
}
.app-directory .header {
  min-height: 164px;
  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);
}
.app-directory .header h1 {
  ffloat: left;
  font: bold italic 30px Georgia, Times New Roman, serif;
  margin: 0;
  padding: 44px 0 20px 0;
  color: #ffffff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.app-directory .header h1 a {
  display: block;
  color: #40A7FF;
  font-size: 14px;
  text-align: left;
  text-decoration: none;
  margin: 10px auto 0;
  width: 150px;
}
.app-directory .header h1 a:hover {
  color: #076EC6;
}
.app-directory .header h1 a::before {
  display: inline-block;
  vertical-align: middle;
  font-size: 8px;
  content: " \25c0";
  margin-right: 4px;
  font-style: normal;
}

#search_apps {
  ffloat: left;
  display: block;
  font: italic 12px Georgia, serif;
  outline: 0;
  color: #888888;
  width: 200px;
  margin: 0 auto;
  padding: 13px 35px 12px 20px;
  border: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.3), 0 1px 0 0 white;
  -webkit-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.3), 0 1px 0 0 white;
  box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.3), 0 1px 0 0 white;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background: #d2ecff url("/publicv2/images/blog/search.png") 170px 11px no-repeat;
}

input#searchsubmit {
  display: none;
}

#search_apps_input {
  position: relative;
  top: 8px;
}

#search_apps_submit {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  width: 35px;
  height: 40px;
  border: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
}

.assistive-text {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

#access a.assistive-text:active, #access a.assistive-text:focus {
  background: #eee;
  border-bottom: 1px solid #ddd;
  color: #1982d1;
  clip: auto !important;
  font-size: 12px;
  position: absolute;
  text-decoration: underline;
  top: 0;
  left: 7.6%;
}

@media only screen and (min-width: 660px) {
  .app-directory .header h1 {
    font-size: 40px;
    float: left;
    text-align: left;
    padding: 44px 0 30px 0;
  }
  .app-directory .header h1 a {
    margin: 10px 0 0;
  }

  #search_apps {
    float: left;
    margin: 0;
  }
}
#featured-apps {
  position: relative;
  z-index: 2;
  padding: 1px 0;
  mmargin-top: -40px;
  -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.11);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.11);
  background-color: #ffffff;
}
#featured-apps h2 {
  font: bold 14px Helvetica, sans-serif;
  margin: 30px 0 20px 15px;
  color: #59CD20;
  text-transform: uppercase;
}
#featured-apps ul {
  height: 160px;
  padding: 0 0 0 60px !important;
  overflow: hidden;
}
#featured-apps li {
  position: relative;
  float: left;
  text-align: center;
  list-style-type: none;
}
#featured-apps li a {
  display: block;
  width: 128px;
  text-align: center;
}
#featured-apps li img {
  display: block;
  margin-bottom: 14px;
}
#featured-apps li a {
  position: relative;
  font: bold 16px Helvetica, sans-serif;
  color: #555555;
  text-decoration: none;
}
#featured-apps li span {
  position: absolute;
  top: 114px;
  width: 145px;
  height: 13px;
  left: -10px;
  background: url("/publicv2/images/directory/featured-shadow.png") center top no-repeat;
}
#featured-apps li a:hover {
  color: #40a7ff;
}

/* Feature Carousel */
.jcarousel-container {
  margin: 0 auto;
}

.jcarousel-clip {
  width: 268px;
  margin: 0 auto;
}

.jcarousel-list li {
  width: 128px;
}

.jcarousel-next {
  right: 25px;
}

.jcarousel-prev {
  left: 25px;
}

#dropdown-city {
  position: relative;
  z-index: 1;
  padding: 0 0 40px 20px;
  margin: 0 auto;
  max-width: 400px;
}
#dropdown-city label {
  display: block;
  font: italic 18px Georgia, serif;
  color: #888888;
  cursor: default;
  margin: 0 2px 0 auto;
  vertical-align: middle;
  line-height: 32px;
}
#dropdown-city .right {
  float: none;
}
#dropdown-city .dropdown-theme {
  display: block;
  border: 0;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: auto;
  margin-right: 20px;
  cursor: pointer;
  background: #f2f2f2;
}
#dropdown-city .dropdown-theme select {
  font-weight: bold;
  text-transform: uppercase;
  color: #40a7ff;
  text-shadow: none;
  padding: 12px 40px 12px 18px;
  outline: none;
  cursor: pointer;
  width: 150%;
}
#dropdown-city .dropdown-theme .arrow-s {
  position: absolute;
  top: 18px;
  right: 14px;
  color: #40a7ff;
  cursor: default;
  text-shadow: none;
  font: normal 16px / 0 Helvetica;
}

.shadow-power {
  height: 40px;
  background: #f7f7f7;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f7f7f7), color-stop(100%, #fefefe));
  background-image: -moz-linear-gradient(#f7f7f7, #fefefe);
  background-image: -webkit-linear-gradient(#f7f7f7, #fefefe);
  background-image: linear-gradient(#f7f7f7, #fefefe);
}

@media only screen and (min-width: 480px) {
  .jcarousel-clip {
    width: 395px;
  }
}
@media only screen and (min-width: 600px) {
  .jcarousel-clip {
    width: 524px;
  }

  .jcarousel-next {
    right: 35px;
  }

  .jcarousel-prev {
    left: 35px;
  }
}
@media only screen and (min-width: 767px) {
  .jcarousel-clip {
    width: 690px;
  }

  .jcarousel-list li {
    width: 137px;
  }

  .jcarousel-next {
    right: 35px;
  }

  .jcarousel-prev {
    left: 35px;
  }
}
@media only screen and (min-width: 900px) {
  .jcarousel-next {
    right: 55px;
  }

  .jcarousel-prev {
    left: 55px;
  }
}
@media only screen and (min-width: 940px) {
  #dropdown-city {
    max-width: 100%;
  }
  #dropdown-city .right {
    position: absolute;
    top: 0;
    right: 0;
  }
  #dropdown-city label {
    display: inline-block;
  }
  #dropdown-city .dropdown-theme {
    display: inline-block;
    vertical-align: middle;
  }
}
@media only screen and (min-width: 992px) {
  #featured-apps .wrapper {
    max-width: 1008px;
  }

  #dropdown-city .wrapper {
    max-width: 980px;
  }

  .jcarousel-clip {
    width: 744px;
  }

  .jcarousel-list li {
    width: 150px;
  }

  .jcarousel-next {
    right: 10px;
  }

  .jcarousel-prev {
    left: 10px;
  }
}
@media only screen and (min-width: 1024px) {
  .app-directory {
    min-width: 1000px;
  }

  .jcarousel-clip {
    width: 890px;
  }
}
@media only screen and (min-width: 1200px) {
  .jcarousel-clip {
    width: 1008px;
  }

  .jcarousel-list li {
    width: 174px;
  }

  .jcarousel-next {
    right: -42px;
  }

  .jcarousel-prev {
    left: -42px;
  }

  #dropdown-city .right .dropdown-theme {
    margin-right: 0;
  }
}
