/* --------------------------------------------------
   Table of Contents
-----------------------------------------------------
:: Shared Styles
:: Page Name 1
:: Page Name 2
*/
/* -----------------------------------------
   Shared Styles
----------------------------------------- */
/*-- from the sketch */
header {
  background-color: #1bd9f5;
  margin-top: 0px; }
  header .header-logo {
    margin-bottom: 14px;
    margin-top: 14px;
    display: block; }
  header .block-grid.five-up li, header .block-grid.six-up li {
    padding: 10px 20px;
    text-align: center; }
    header .block-grid.five-up li.active, header .block-grid.six-up li.active {
      background-color: #fbfbfb; }
  header ul.link-list {
    overflow: visible;
    margin-top: 35px; }
    header ul.link-list li {
      margin-left: 28px;
      position: relative;
      z-index: 1000; }
      header ul.link-list li a {
        font-family: "proxima-nova-extra-condensed-fontspring", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
        font-weight: 500;
        font-size: 28px;
        letter-spacing: 2px;
        text-transform: uppercase;
        color: #fff;
        opacity: 0.75;
        -moz-opacity: 0.75;
        -webkit-opacity: 0.75;
        -webkit-transition: all 200ms ease-in;
        -moz-transition: all 200ms ease-in;
        -ms-transition: all 200ms ease-in;
        -o-transition: all 200ms ease-in;
        transition: all 200ms ease-in; }
        header ul.link-list li a:hover, header ul.link-list li a:active {
          opacity: 1.0;
          -moz-opacity: 1.0;
          -webkit-opacity: 1.0; }
  header ul.dropdown {
    display: none;
    z-index: 1000;
    padding: 0;
    list-style: none;
    position: absolute;
    width: 525px;
    top: 3em;
    left: -16.75em;
    background: #662546;
    border: none;
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    -ms-border-radius: 0.25em;
    border-radius: 0.25em;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5); }
    header ul.dropdown:before {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: solid 0.5em;
      border-color: transparent transparent #662546 transparent;
      position: absolute;
      left: 50%;
      top: 0;
      margin-top: -1em; }
    header ul.dropdown.off-center {
      left: -242px; }
      header ul.dropdown.off-center:before {
        left: 342px; }
    header ul.dropdown > li {
      float: left;
      margin: 0;
      padding: 0;
      display: block;
      list-style: none;
      color: white;
      height: 150px;
      -webkit-transition: 100ms all ease-in;
      -moz-transition: 100ms all ease-in;
      -ms-transition: 100ms all ease-in;
      -o-transition: 100ms all ease-in;
      transition: 100ms all ease-in; }
      header ul.dropdown > li.divider {
        border-right: 1px solid rgba(255, 255, 255, 0.1);
        height: 150px; }
      header ul.dropdown > li:hover {
        background: rgba(255, 255, 255, 0.1); }
        header ul.dropdown > li:hover a img {
          -webkit-opacity: 1.0;
          -moz-opacity: 1.0;
          -ms-opacity: 1.0;
          -o-opacity: 1.0;
          opacity: 1.0; }
      header ul.dropdown > li a {
        width: 174px;
        padding: 0.5em;
        margin: 0;
        text-align: center;
        display: block;
        background: transparent;
        -webkit-transition: 100ms all ease-in;
        -moz-transition: 100ms all ease-in;
        -ms-transition: 100ms all ease-in;
        -o-transition: 100ms all ease-in;
        transition: 100ms all ease-in; }
        header ul.dropdown > li a img {
          width: 30px;
          -webkit-transition: 100ms all ease-in;
          -moz-transition: 100ms all ease-in;
          -ms-transition: 100ms all ease-in;
          -o-transition: 100ms all ease-in;
          transition: 100ms all ease-in;
          -webkit-opacity: 0.5;
          -moz-opacity: 0.5;
          -ms-opacity: 0.5;
          -o-opacity: 0.5;
          opacity: 0.5;
          float: left; }
        header ul.dropdown > li a span {
          color: white;
          display: block;
          float: left;
          line-height: 30px;
          margin-left: 8px; }
        header ul.dropdown > li a p {
          clear: both;
          text-align: left;
          font-weight: 300;
          color: white;
          text-transform: none;
          font-size: 12px;
          margin: 0;
          padding: 1em 0; }

.product-title-nav {
  font-weight: bold; }
  .product-title-nav img {
    height: 45px;
    float: left;
    margin-top: -13px;
    margin-right: 7px; }

nav {
  background: #662546;
  margin-bottom: 20px; }
  nav .block-grid {
    margin: 0;
    padding: 0; }
    nav .block-grid li {
      margin: 0;
      padding: 0; }
      nav .block-grid li a {
        display: block;
        text-align: center;
        padding: 15px 20px;
        color: white;
        text-transform: uppercase;
        -webkit-transition: all 100ms ease-in;
        -moz-transition: all 100ms ease-in;
        -ms-transition: all 100ms ease-in;
        -o-transition: all 100ms ease-in;
        transition: all 100ms ease-in; }
        nav .block-grid li a:hover, nav .block-grid li a:active {
          background-color: rgba(255, 255, 255, 0.1);
          color: white; }
      nav .block-grid li.active a, nav .block-grid li.active a:hover, nav .block-grid li.active a:active {
        background-color: rgba(255, 255, 255, 0.2);
        color: white; }

.sub-nav {
  margin: 20px -8px 0;
  padding: 0; }
  .sub-nav .header a {
    color: #333; }
  .sub-nav > ul > li, .sub-nav > li {
    padding: 0;
    background-color: transparent;
    margin: 0 0 5px; }
    .sub-nav > ul > li > a, .sub-nav > li > a {
      background: #f1f1f1;
      color: #989898;
      font-weight: 800;
      letter-spacing: -1px;
      text-transform: uppercase;
      padding-left: 5px;
      display: block;
      -webkit-transition: all 100ms ease-in-out;
      -moz-transition: all 100ms ease-in-out;
      transition: all 100ms ease-in-out; }
      .sub-nav > ul > li > a:hover, .sub-nav > ul > li > a:active, .sub-nav > li > a:hover, .sub-nav > li > a:active {
        background: #f6f6f6; }
    .sub-nav > ul > li ul, .sub-nav > li ul {
      margin: 0.25em 0 1em; }
      .sub-nav > ul > li ul > li, .sub-nav > li ul > li {
        background-color: transparent; }
        .sub-nav > ul > li ul > li a, .sub-nav > li ul > li a {
          padding-left: 5px;
          display: block;
          letter-spacing: 0px;
          -webkit-transition: all 100ms ease-in-out;
          -moz-transition: all 100ms ease-in-out;
          transition: all 100ms ease-in-out; }
          .sub-nav > ul > li ul > li a.active, .sub-nav > li ul > li a.active {
            color: black;
            font-weight: 800;
                /*
background:lighten($gray, 3%);*/ }
          .sub-nav > ul > li ul > li a:hover, .sub-nav > ul > li ul > li a:active, .sub-nav > li ul > li a:hover, .sub-nav > li ul > li a:active {
            background: #f6f6f6; }
        .sub-nav > ul > li ul > li.active a, .sub-nav > li ul > li.active a {
          color: black;
          font-weight: 800;
                /*
background:lighten($gray, 3%);*/ }

.persistent-nav {
  list-style: none;
  margin: 0;
  z-index: 999; }
  .persistent-nav li {
    float: left;
    margin: 1em 0.25em 0; }
    .persistent-nav li a {
      background: rgba(255, 255, 255, 0.75);
      display: block;
      padding: 0.25em 0.5em;
      -moz-border-radius: 8px;
      -webkit-border-radius: 8px;
      -ms-border-radius: 8px;
      border-radius: 8px;
      color: rgba(0, 0, 0, 0.75); }
    .persistent-nav li.active a, .persistent-nav li.active a:hover, .persistent-nav li.active a:active {
      background: rgba(0, 0, 0, 0.25);
      color: white; }

/*-- from the sketch */
.demo {
  background-color: #f1f1f1;
  margin: 2em 0 2em 0;
  padding: 10px; }
  .demo h3 {
    font-size: 96px;
    font-weight: 900;
    line-height: 0.5em;
    color: #662546;
    margin: 0 0 0.2em;
    padding: 0;
    text-transform: uppercase; }
  .demo p.readable {
    background-color: #fff;
    padding: 10px;
    border: 1px solid #dddddd; }
  .demo p.note {
    line-height: 1.2em;
    margin: 4em 2em; }
  .demo input, .demo a.button.postfix {
    height: 43px; }
  .demo input {
    font-size: 18px; }
  .demo ul > li > span {
    color: #662546;
    font: 300 36px/48px "proxima-nova-extra-condensed", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }
  .demo.inverse {
    background-color: #662546; }
    .demo.inverse h3, .demo.inverse p {
      color: #fff; }
    .demo.inverse p.readable {
      background: transparent; }

.code {
  padding: 20px 10px 10px 10px;
  margin-bottom: 20px;
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd; }
  .code h4 {
    margin-top: 0; }
  .code .tabs {
    float: right;
    margin-top: 2px; }
  .code .tabs-content {
    border-top: 1px solid #dddddd;
    padding-top: 10px; }

.relative-positioning {
  position: relative; }
  .relative-positioning .ajax-spinner {
    display: none;
    position: absolute;
    right: 1em;
    top: 1em; }

/* -----------------------------------------
  SAFE
----------------------------------------- */
.demo-safe-try .alert-box {
  padding: 20px; }
  .demo-safe-try .alert-box div {
    margin-top: 10px; }

.demo-safe-tooltip p {
  border: none;
  /* background-color: #fff;
  border: 1px solid #ddd; */
  padding: 2em;
  line-height: 1.5em;
  text-align: left;
  font-size: 1.5em; }
  .demo-safe-tooltip p a {
    font-weight: 900;
    font-size: 80%;
    text-transform: uppercase;
    letter-spacing: -1px;
    color: rgba(255, 255, 255, 0.5); }
    .demo-safe-tooltip p a:hover {
      color: white; }

body.safe .tooltip {
  background-color: rgba(255, 0, 0, 0.85); }
  body.safe .tooltip.tip-top > .nub {
    border-color: rgba(255, 0, 0, 0.85) transparent transparent transparent; }

.has-tip {
  cursor: pointer; }

/* -----------------------------------------
   COMMENTS
----------------------------------------- */
.demo-comments article h4 {
  border-bottom: 1px solid #dddddd; }

.comment {
  background-color: #fff;
  border: 1px solid #dddddd;
  border-radius: 5px;
  padding: 10px;
  margin: 10px; }
  .comment p:last-child {
    margin-bottom: 0;
    border-top: 1px solid #dddddd;
    margin-top: 5px;
    padding-top: 2px; }
  .comment img {
    padding: 5px; }
  .comment iframe, .comment object, .comment embed {
    display: block;
    margin: 0 auto; }

.comment-add {
  margin-top: 20px; }
  .comment-add p {
    background-color: #fff;
    border: 2px solid #dddddd;
    border-radius: 5px;
    min-height: 150px;
    padding: 10px; }
    .comment-add p iframe, .comment-add p object, .comment-add p embed {
      display: block;
      margin: 0 auto; }

/* -----------------------------------------
   Preview
----------------------------------------- */
.up-arrow {
  background-image: url(../images/demos/up.png);
  display: block;
  width: 11px;
  height: 8px;
  position: absolute;
  top: -7px;
  left: 4px; }

.updater .fa-pencil {
  display: block;
  width: 14px;
  height: 14px;
  overflow: hidden;
  margin: 7px; }
.updater textarea {
  background: transparent;
  overflow: hidden;
  color: #777;
  margin: 0;
  resize: none;
  -webkit-appearance: none;
  border: 0;
  border-radius: 0;
  box-shadow: 0;
  box-shadow: none;
  max-height: 30px; }
.updater .inner {
  background: #fff;
  border: 1px solid #dddddd;
  position: relative; }
.updater.active textarea {
  min-height: 50px; }
.updater.active .inner {
  border-bottom: 0; }
.updater.active .options {
  display: block; }
.updater .options {
  text-align: right;
  background-color: #e1e1e1;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  padding: 2px;
  display: none; }
  .updater .options .button {
    padding: 7px 12px 8px; }

.update {
  background-color: #fff;
  padding: 10px;
  margin: 10px 0; }
  .update > p {
    padding: 10px;
    border-bottom: 1px solid #dddddd; }
  .update .thumbnail {
    float: left;
    width: 30%; }
  .update .attributes {
    float: left;
    width: 70%; }
    .update .attributes span {
      display: block; }

.selector-wrapper .selector {
  position: relative;
  min-height: 85px;
  padding: 10px 5px;
  border-top: 1px dashed #dddddd;
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  background-color: #fff; }
  .selector-wrapper .selector .attributes {
    float: left;
    width: 80%; }
    .selector-wrapper .selector .attributes .title {
      display: block;
      font-weight: bold;
      margin-bottom: 2px;
      line-height: 16px; }
    .selector-wrapper .selector .attributes .provider {
      color: #666;
      display: block;
      font-size: 12px; }
    .selector-wrapper .selector .attributes p {
      font-size: 12px;
      border: 0;
      text-align: left;
      margin-bottom: 0;
      line-height: 1.2;
      padding: 5px 15px 0 0; }
    .selector-wrapper .selector .attributes .meta a {
      display: block;
      float: none;
      color: #000;
      height: 22px;
      width: 25px;
      border: 1px solid #dddddd; }
    .selector-wrapper .selector .attributes .meta ul {
      list-style: none;
      margin: 0; }
      .selector-wrapper .selector .attributes .meta ul li {
        float: left;
        margin: 0;
        text-align: center; }
        .selector-wrapper .selector .attributes .meta ul li:last-child {
          margin-left: -1px;
          margin-right: 5px; }
    .selector-wrapper .selector .attributes .meta .pages {
      display: block;
      display: block;
      font-size: 11px;
      color: #333; }
      .selector-wrapper .selector .attributes .meta .pages span {
        color: #000; }
    .selector-wrapper .selector .attributes .meta .no-thumbnail {
      display: block; }
  .selector-wrapper .selector .action {
    position: absolute;
    top: 5px;
    right: 7px; }

.thumb {
  float: left;
  margin: 0 10px 0 0;
  position: relative;
  width: 100px; }
  .thumb .items {
    position: relative;
    overflow: hidden;
    padding: 0px;
    height: 100px;
    width: 100px; }
    .thumb .items .images {
      position: absolute;
      width: 300em;
      margin: 0px;
      padding: 0px;
      left: 0px; }
      .thumb .items .images li {
        list-style: none;
        float: left;
        margin: 0px;
        padding: 0px;
        width: 100px;
        height: 100px; }
      .thumb .items .images img {
        max-width: 100px;
        max-height: 100px; }
  .thumb .controls {
    top: 0px;
    left: 0px;
    width: 100px;
    position: absolute;
    height: 16px;
    z-index: 1;
    background-color: #222;
    opacity: 0.5; }
    .thumb .controls .left, .thumb .controls .right, .thumb .controls .nothumb {
      display: block;
      position: absolute;
      top: 2px;
      color: #fff; }
      .thumb .controls .left:hover, .thumb .controls .right:hover, .thumb .controls .nothumb:hover {
        text-decoration: none; }
    .thumb .controls .nothumb {
      right: 2px;
      font-weight: bold;
      top: 1px; }
    .thumb .controls .left {
      left: 2px; }
    .thumb .controls .right {
      left: 16px; }
  .thumb .nothumb {
    right: 2px;
    font-weight: bold;
    top: 1px; }

/* -----------------------------------------
   Search
----------------------------------------- */
.search-feed {
  padding: 10px;
  background-color: #fff; }
  .search-feed .row .columns {
    margin-top: 10px;
    margin-bottom: 10px; }
  .search-feed .ten {
    border-left: 1px solid #dddddd;
    min-height: 70px; }

/* -----------------------------------------
   colors
----------------------------------------- */
.color-loading {
  background-color: #fff;
  margin: 10px 0;
  padding: 20px; }
  .color-loading p {
    margin-top: 10px; }

.color-controls ul, .color-controls p, .color-controls li {
  font-size: 11px;
  margin-bottom: 2px; }

.colors ul li img {
  padding: 5px;
  cursor: pointer; }

#colorModal li b {
  margin: 0 5px; }
#colorModal ul {
  list-style: none; }
#colorModal .color-display {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: bottom; }

.color-selector {
  height: 25px;
  margin-left: 28px;
  position: relative;
  background: red;
  background: -moz-linear-gradient(left, red 0%, lime 33%, blue 66%, red 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, red), color-stop(33%, lime), color-stop(66%, blue), color-stop(100%, red));
  background: -webkit-linear-gradient(left, red 0%, lime 33%, blue 66%, red 100%);
  background: -o-linear-gradient(left, red 0%, lime 33%, blue 66%, red 100%);
  background: -ms-linear-gradient(left, red 0%, lime 33%, blue 66%, red 100%);
  background: linear-gradient(to right, red 0%, lime 33%, blue 66%, red 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#ff0000',GradientType=1 ); }
  .color-selector span {
    width: 14px;
    height: 25px;
    display: inline-block; }
    .color-selector span.white {
      margin-left: -28px;
      width: 28px;
      background: white;
      background: -moz-linear-gradient(left, white 0%, black 100%);
      background: -webkit-gradient(linear, left top, right top, color-stop(0%, white), color-stop(100%, black));
      background: -webkit-linear-gradient(left, white 0%, black 100%);
      background: -o-linear-gradient(left, white 0%, black 100%);
      background: -ms-linear-gradient(left, white 0%, black 100%);
      background: linear-gradient(to right, white 0%, black 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000',GradientType=1 ); }
  .color-selector span.drag {
    position: absolute;
    top: 0;
    left: -28px;
    background-repeat: no-repeat;
    display: block;
    width: 14px;
    height: 25px;
    margin-left: -7px;
    background-image: url(../images/demos/slider.png); }

/* -----------------------------------------
   Article
----------------------------------------- */
.article-result {
  background-color: #fff; }
  .article-result h4 {
    padding: 0 10px; }
  .article-result ul.article-top {
    margin: 0 0 0 -5px; }
    .article-result ul.article-top li {
      font-size: 12px; }
      .article-result ul.article-top li:first-child {
        width: 70px;
        text-align: right; }
      .article-result ul.article-top li:nth-child(2) {
        margin-left: 10px; }
  .article-result .article-related .row {
    margin-top: 10px;
    margin-bottom: 10px; }
  .article-result .article-related h5 {
    margin-top: 0px;
    margin-bottom: 5px; }
  .article-result .article-related p {
    font-size: 13px;
    padding: 0; }
  .article-result .article-content {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #dddddd; }
  .article-result p {
    padding: 5px 10px; }
  .article-result img {
    border: 1px solid #dddddd;
    display: block;
    margin: 10px auto; }
    .article-result img.inline {
      display: inline-block;
      float: left;
      margin: 0 10px 10px 0; }

/* -----------------------------------------
   related
----------------------------------------- */
.related-result img {
  margin-top: 1em; }

/* -----------------------------------------
   mobile
----------------------------------------- */
.demo-mobile .iphone {
  background-image: url("../images/demos/mobile/iphone.png");
  width: 457px;
  height: 935px;
  background-repeat: no-repeat;
  margin: 1em auto;
  position: relative; }
  .demo-mobile .iphone .iphone-inner {
    position: absolute;
    top: 145px;
    left: 47px;
    width: 369px;
    height: 656px;
    background: rgba(0, 0, 0, 0.4); }
  .demo-mobile .iphone .iresult p {
    padding: .5em;
    background: #fff; }
  .demo-mobile .iphone .inav {
    background-color: #662546;
    color: #fff;
    padding: 2em 1em; }
  .demo-mobile .iphone .ifooter {
    background-color: #ff7c00;
    color: #fff;
    padding: 2em 1em;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0; }
  .demo-mobile .iphone .iintro {
    padding: 1em; }

/* -----------------------------------------
    DISPLAY
----------------------------------------- */
.demo-resize span.custom.checkbox, .demo-crop span.custom.checkbox {
  height: 25px;
  width: 21px; }
  .demo-resize span.custom.checkbox.checked:before, .demo-crop span.custom.checkbox.checked:before {
    font-size: 27px; }

.resize-result, .crop-result, .fill-result {
  text-align: center;
  background-color: #fff;
  margin-top: 20px;
  padding: 2em;
  border: 1px solid #dddddd; }

/* -----------------------------------------
    Background
----------------------------------------- */
.demo-background {
  margin-bottom: 0; }
  .demo-background .results {
    min-height: 500px; }
  .demo-background .background-wrapper {
    padding: 10px;
    margin: 10px auto;
    background: #fff;
    opacity: 0; }

#backgroundBlock {
  position: relative; }
  #backgroundBlock span {
    color: #fff;
    font-weight: bold;
    margin: 0 auto;
    text-align: center;
    display: block; }
  #backgroundBlock img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; }

/* -----------------------------------------
    Gif
----------------------------------------- */
.demo-gif {
  margin-bottom: 0; }
  .demo-gif ul li a {
    position: relative;
    display: block; }
  .demo-gif .gif-preload {
    display: none; }
  .demo-gif .gif-loading {
    position: absolute;
    width: 40px;
    height: 40px;
    font-size: 40px;
    color: #fff;
    top: 0;
    left: 0; }

/* -----------------------------------------
    Responsive Video
----------------------------------------- */
.responsive-object {
  position: relative;
  padding-bottom: 67.5%;
  height: 0;
  margin: 10px 0;
  overflow: hidden; }
  .responsive-object iframe, .responsive-object object, .responsive-object embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.demo-responsive {
  margin-bottom: 0; }

/* -----------------------------------------
    Music
----------------------------------------- */
.demo-music {
  margin-bottom: 0; }
  .demo-music .track .iframe {
    height: 0;
    width: 0;
    overflow: hidden; }
  .demo-music .progress {
    margin-top: 0;
    height: 25px; }
    .demo-music .progress .meter {
      width: 0%;
      background: #2ba6cb; }
  .demo-music .music-pause {
    display: none; }
  .demo-music .music-loading {
    text-align: center; }
  .demo-music .music-controls {
    display: none; }

.developers-header img {
  margin-top: 15px;
  margin-bottom: 15px; }
.developers-header p {
  text-align: left; }

.product-box {
  border-top: 1px solid #f1f1f1;
  padding: 1em 0; }
  .product-box:first-child {
    border-top: none; }
  .product-box.row {
    margin-top: 1em;
    margin-bottom: 1em; }
  .product-box h3 {
    margin-top: 0.25em;
    margin-bottom: 0;
    font-weight: 300;
    font-size: 40px; }
  .product-box h4 {
    margin-top: 30px; }
  .product-box .button {
    width: 100%; }
    .product-box .button span {
      margin-right: 10px; }
  .product-box p {
    margin-top: 10px;
    margin-bottom: 0; }
  .product-box.product-more {
    padding: 2em 0; }
    .product-box.product-more p {
      margin: 0;
      line-height: 2em; }
    .product-box.product-more .button {
      margin-top: 0em; }

.product-header {
  margin-top: 30px;
  margin-bottom: 20px; }
  .product-header h1 {
    margin-top: 10px;
    font-weight: 900;
    text-transform: uppercase;
    color: #662546;
    font-size: 5em; }
  .product-header p {
    margin-top: 15px; }
  .product-header img {
    position: relative;
    left: -2em; }
  .product-header .block-grid {
    margin-top: 15px; }
  .product-header .header-signup {
    text-align: right;
    margin-top: 20px; }
    .product-header .header-signup span {
      font-size: .9em;
      margin-right: 7px;
      color: #666; }

.product-section > div {
  margin-top: 10px;
  margin-bottom: 10px; }

.product-customers {
  margin-bottom: 10em; }
  .product-customers li {
    text-align: center; }
    .product-customers li img {
      max-height: 40px;
      margin-top: 7px; }

.product-code dd {
  float: right; }

.product-price {
  text-align: center; }
  .product-price .price-point {
    float: left;
    position: relative;
    left: -0.2em;
    font-size: 13em;
    color: #662546;
    line-height: 0.7em;
    letter-spacing: -0.02em;
    font-weight: 900;
    font-family: "proxima-nova-extra-condensed", "Helvetica Neue Condensed", "Helvetica Neue", "Helvetica", sans-serif;
    margin-right: -20px; }
    .product-price .price-point span {
      font-size: 0.25em;
      letter-spacing: 0.25em;
      position: relative;
      top: -2em; }
  .product-price .price-info {
    padding: 0;
    text-align: left;
    color: #717171;
    font-weight: 300;
    margin-right: 20px; }
    .product-price .price-info span {
      font-size: 1.1em; }
    .product-price .price-info a.button {
      margin-top: 1em;
      padding-top: 1em;
      padding-bottom: 1em; }
  .product-price .price-more {
    font: 200 2.5em/1.2em "proxima-nova-extra-condensed", "Helvetica Neue Condensed", "Helvetica Neue", "Helvetica", sans-serif;
    text-align: left;
    margin-top: -0.5em; }

.feature .code {
  display: none; }

.feature-header {
  margin-bottom: 2em; }
  .feature-header h1 {
    margin-top: 10px;
    font-weight: 900;
    text-transform: uppercase;
    color: #662546;
    font-size: 5em;
    margin: 0.35em 0 0;
    line-height: 0.8em;
    padding: 0; }
  .feature-header h2 {
    margin: -0.1em 0 0;
    padding: 0; }
  .feature-header img {
    max-width: 80%; }
  .feature-header .one-liner p + p {
    margin-top: 1em; }

section.product-addons {
  margin-bottom: 3em; }
  section.product-addons h2 {
    font-weight: 800;
    color: #8b8b8b;
    font-size: 36px;
    padding: 0 0 0 15px;
    margin: 8px 0 5px;
    text-transform: uppercase; }
  section.product-addons .row {
    background: #f1f1f1;
    padding-bottom: 1em; }
    section.product-addons .row .product-box {
      background: #fff;
      margin: 1px 0; }
    section.product-addons .row .product-more {
      background: transparent;
      padding: 0.5em 0; }
      section.product-addons .row .product-more p {
        line-height: 1.2em;
        margin-top: 0.5em; }
      section.product-addons .row .product-more .button {
        margin-top: 0.5em; }

.providers-search {
  margin-bottom: 2em !important; }
  .providers-search h2 {
    margin-top: -0.55em !important;
    padding: 0; }
  .providers-search input {
    font-size: 36px;
    position: relative;
    clear: both;
    margin: 0;
    padding: 0.25em;
    height: auto;
    border: none;
    background: rgba(255, 255, 255, 0.35);
    color: #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    -webkit-box-shadow: inset 0px 0px 1px rgba(255, 255, 255, 0);
    -moz-box-shadow: inset 0px 0px 1px rgba(255, 255, 255, 0);
    -o-box-shadow: inset 0px 0px 1px rgba(255, 255, 255, 0);
    box-shadow: inset 0px 0px 1px rgba(255, 255, 255, 0); }
    .providers-search input:focus, .providers-search input:active {
      background-color: white;
      color: rgba(0, 0, 0, 0.75);
      -webkit-box-shadow: inset 0px -0.125em 0.5em rgba(255, 255, 255, 0.25);
      -moz-box-shadow: inset 0px -0.125em 0.5em rgba(255, 255, 255, 0.25);
      -o-box-shadow: inset 0px -0.125em 0.5em rgba(255, 255, 255, 0.25);
      box-shadow: inset 0px -0.125em 0.5em rgba(255, 255, 255, 0.25); }
    .providers-search input::-webkit-input-placeholder {
      /* WebKit browsers */
      color: rgba(255, 255, 255, 0.5); }
    .providers-search input:-moz-placeholder {
      /* Mozilla Firefox 4 to 18 */
      color: rgba(255, 255, 255, 0.5); }
    .providers-search input::-moz-placeholder {
      /* Mozilla Firefox 19+ */
      color: rgba(255, 255, 255, 0.5); }
    .providers-search input:-ms-input-placeholder {
      /* Internet Explorer 10+ */
      color: rgba(255, 255, 255, 0.5); }
  .providers-search .filters.inline-list {
    margin: 1em 0em; }
    .providers-search .filters.inline-list li {
      margin-left: 10px;
      line-height: 1.5em; }
      .providers-search .filters.inline-list li a {
        color: rgba(255, 255, 255, 0.75);
        padding: 0.25em 1em;
        -webkit-border-radius: 3em;
        -moz-border-radius: 3em;
        -o-border-radius: 3em;
        border-radius: 3em;
        -webkit-transition: all 300ms ease-out;
        -moz-transition: all 300ms ease-out;
        -o-transition: all 300ms ease-out;
        transition: all 300ms ease-out;
        background: rgba(255, 255, 255, 0.1); }
        .providers-search .filters.inline-list li a:hover, .providers-search .filters.inline-list li a:active {
          background: rgba(255, 255, 255, 0.25);
          color: white; }
      .providers-search .filters.inline-list li.current a, .providers-search .filters.inline-list li.current a:hover, .providers-search .filters.inline-list li.current a:active {
        background: rgba(255, 255, 255, 0.5);
        color: white; }
      .providers-search .filters.inline-list li.extraPad {
        line-height: 2em; }

.feature-nav {
  padding: 0; }
  .feature-nav a {
    display: inline-block;
    background: #ff7c00;
    color: white;
    margin: 2em 0;
    padding: 0.5em 1.5em;
    font-weight: 700;
    letter-spacing: -1px;
    font-size: 1.2em;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in; }
    .feature-nav a:hover {
      background: #ff891a;
      color: white;
      transform: scale(1.05);
      -ms-transform: scale(1.05);
      /* IE 9 */
      -webkit-transform: scale(1.05);
      /* Safari and Chrome */
      -o-transform: scale(1.05);
      /* Opera */
      -moz-transform: scale(1.05);
      /* Firefox */ }
    .feature-nav a:active {
      background: #cc6300;
      color: white;
      transform: scale(0.95);
      -ms-transform: scale(0.95);
      /* IE 9 */
      -webkit-transform: scale(0.95);
      /* Safari and Chrome */
      -o-transform: scale(0.95);
      /* Opera */
      -moz-transform: scale(0.95);
      /* Firefox */ }
    .feature-nav a i {
      position: relative;
      -webkit-transition: all 200ms ease-in;
      -moz-transition: all 200ms ease-in;
      -ms-transition: all 200ms ease-in;
      -o-transition: all 200ms ease-in;
      transition: all 200ms ease-in; }
  .feature-nav .text-left a {
    padding-left: 2.5em; }
    .feature-nav .text-left a i {
      margin-right: 1em; }
    .feature-nav .text-left a:hover i {
      left: -1em; }
  .feature-nav .text-right a {
    padding-right: 4.5em; }
    .feature-nav .text-right a i {
      margin-left: 1em; }
    .feature-nav .text-right a:hover i {
      right: -1em; }

.promo-instructions img {
  border: solid 5px #e0e0e0; }

pre.prettyprint {
  background-color: #fff;
  border: 1px solid #f1f1f1;
  overflow-x: scroll;
  border: none;
  padding: 10px 2px; }
  pre.prettyprint ol {
    margin: 0 0 0 50px; }
    pre.prettyprint ol li {
      color: #999;
      padding: 0 0 0 0px;
      font-size: 90%; }

.docs h1 a {
  color: #222; }
.docs h2 {
  margin: 0.75em 0 0.5em; }
  .docs h2 a {
    color: #662546; }
.docs h3 {
  margin: 0.5em 0 0.125em; }
  .docs h3 a {
    color: #662546; }
.docs ul.simple {
  list-style-position: outside;
  margin-left: 1.5em; }
  .docs ul.simple li {
    line-height: 1.1em;
    margin-bottom: 0.5em; }
    .docs ul.simple li ul {
      margin: 0.5em 0 1em 1.5em; }
.docs ul.docs-grid li {
  height: 18em; }
.docs .right-nav {
  margin-top: 20px;
  border-left: 1px solid #dddddd; }
  .docs .right-nav li {
    margin-left: 10px; }
.docs span.pre {
  background: #f2fdfe; }
.docs .keywords {
  display: none; }

.docs-content {
  padding-left: 30px; }
  .docs-content pre.prettyprint {
    padding: 15px 0;
    border: 1px solid #dddddd; }
  .docs-content .apibody {
    margin-bottom: 6em; }
    .docs-content .apibody fa.icon-arrow-right {
      color: #555; }
    .docs-content .apibody dl dt {
      float: left;
      clear: left;
      width: 150px;
      margin: 0 10px 0 0;
      color: #333333; }
    .docs-content .apibody dl dd {
      margin-top: 1em;
      margin-bottom: 1em;
      max-width: 100%;
      margin-left: 160px; }
    .docs-content .apibody pre.prettyprint {
      margin-top: 10px;
      margin-bottom: 10px; }
      .docs-content .apibody pre.prettyprint ol {
        margin-left: 37px; }

.image-try-results img {
  margin-bottom: -7px; }

.tipsy {
  font-size: 10px;
  position: absolute;
  padding: 5px;
  z-index: 100000; }

.tipsy-inner {
  background-color: #000;
  color: #FFF;
  max-width: 400px;
  padding: 5px 8px 4px 8px;
  text-align: center; }

/* Rounded corners */
.tipsy-inner {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; }

/* Uncomment for shadow */
/*.tipsy-inner { box-shadow: 0 0 5px #000000; -webkit-box-shadow: 0 0 5px #000000; -moz-box-shadow: 0 0 5px #000000; }*/
.tipsy-arrow {
  position: absolute;
  width: 0;
  height: 0;
  line-height: 0;
  border: 5px dashed black; }

/* Rules to colour arrows */
.tipsy-arrow-n {
  border-bottom-color: #000; }

.tipsy-arrow-s {
  border-top-color: #000; }

.tipsy-arrow-e {
  border-left-color: #000; }

.tipsy-arrow-w {
  border-right-color: #000; }

.tipsy-n .tipsy-arrow {
  top: 0px;
  left: 50%;
  margin-left: -5px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent; }

.tipsy-nw .tipsy-arrow {
  top: 0;
  left: 10px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent; }

.tipsy-ne .tipsy-arrow {
  top: 0;
  right: 10px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent; }

.tipsy-s .tipsy-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent; }

.tipsy-sw .tipsy-arrow {
  bottom: 0;
  left: 10px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent; }

.tipsy-se .tipsy-arrow {
  bottom: 0;
  right: 10px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent; }

.tipsy-e .tipsy-arrow {
  right: 0;
  top: 50%;
  margin-top: -5px;
  border-left-style: solid;
  border-right: none;
  border-top-color: transparent;
  border-bottom-color: transparent; }

.tipsy-w .tipsy-arrow {
  left: 0;
  top: 50%;
  margin-top: -5px;
  border-right-style: solid;
  border-left: none;
  border-top-color: transparent;
  border-bottom-color: transparent; }

/*-- from the sketch */
body.deck .row {
  width: 1024px; }
  body.deck .row .row {
    width: auto; }
body.deck dt {
  font-weight: bold; }
body.deck ul {
  list-style-position: inside; }

.deck-header {
  background-color: #f1f1f1;
  height: 25px;
  position: fixed;
  width: 100%;
  opacity: 1;
  z-index: 1; }
  .deck-header a {
    color: #000; }
  .deck-header li {
    padding: 1px 10px; }
    .deck-header li.active {
      background-color: #fff; }

.deck-slide {
  min-height: 900px;
  background-color: #fff;
  margin-bottom: 50px; }

.slide-intro {
  background-color: #1bd9f5; }
  .slide-intro .rebrand h1 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 210px;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .slide-intro .rebrand h1 {
        font-size: 100px; } }
  .slide-intro .rebrand h2 {
    width: 90%;
    margin: -25px 0 1em 0;
    color: #fff;
    text-align: right; }

.slide-demo {
  background-color: #662546; }
  .slide-demo h2 {
    font-weight: 900;
    color: #fff;
    font-size: 120px;
    letter-spacing: 2px;
    margin: 200px 0;
    line-height: 80px;
    text-transform: uppercase;
    text-align: center; }

.slide-breaker {
  margin-top: 10px;
  background-color: #ff7c00; }
  .slide-breaker h2 {
    font-weight: 900;
    color: #fff;
    font-size: 80px;
    letter-spacing: 2px;
    margin: 0;
    line-height: 40px;
    text-transform: uppercase;
    padding-top: 70px; }

.slide-company .slide-users {
  list-style: none; }
  .slide-company .slide-users img {
    width: 100px;
    float: left; }
  .slide-company .slide-users dl {
    float: left;
    margin-left: 5px; }
.slide-company .slide-investors .investor-img {
  width: 120px;
  float: left;
  text-align: right; }
.slide-company .slide-investors dl {
  float: left;
  margin-left: 10px; }
.slide-company .unstyled b {
  font-family: "proxima-nova-extra-condensed-fontspring", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  color: #662546;
  font-size: 25px;
  letter-spacing: 1px;
  display: block;
  line-height: 24px;
  margin-top: 5px; }
.slide-company .deck-customers h3 {
  margin-bottom: -5px; }
.slide-company .deck-customers li {
  text-align: center;
  display: block;
  height: 100px;
  line-height: 100px; }
  .slide-company .deck-customers li img {
    max-width: 200px;
    max-height: 100px;
    padding: 1em;
    vertical-align: middle; }

.slide-growth {
  margin-top: 30px; }

#revChart {
  min-height: 500px;
  margin: 0 0 20px 0; }
  #revChart .bar {
    fill: #662546; }

rect.legend {
  fill: #fff;
  stroke: #ddd; }

text.legend-text {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  stroke: #662546; }

path.revs {
  fill: none;
  stroke-width: 3px;
  stroke: #662546; }

.rev path {
  display: none; }
.rev line {
  stroke: #ccc;
  stroke-dasharray: 2px; }

.dates path {
  display: none; }
.dates line {
  stroke: #ccc;
  stroke-dasharray: 2px; }

.slide-logo {
  margin-top: 100px; }
  .slide-logo p {
    width: 70%;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    font-weight: bold;
    font-size: 25px;
    margin-top: 17px; }

.advantage-products img {
  display: block;
  width: 120px;
  float: left;
  text-align: right; }
.advantage-products dl {
  float: left;
  margin-top: 10px;
  margin-left: 10px;
  max-width: 180px; }

#growthChart {
  min-height: 500px;
  margin: 0 0 20px 0; }
  #growthChart line {
    stroke: #ccc; }
  #growthChart marker {
    fill: #ccc; }
  #growthChart .axis path {
    display: none; }
  #growthChart .axis line {
    stroke-dasharray: 2px; }

.deck-show {
  font-family: "proxima-nova-extra-condensed-fontspring", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  color: #662546;
  font-size: 60px;
  letter-spacing: -3px;
  display: block;
  line-height: 50px; }

#roadmapChart {
  min-height: 300px;
  margin: 0 0 20px 0; }
  #roadmapChart rect {
    fill: #662546; }
    #roadmapChart rect.rebrand {
      fill: #ff9b3d; }
    #roadmapChart rect.legend {
      fill: #fff; }
  #roadmapChart text {
    fill: #fff; }
  #roadmapChart .time path {
    fill: none; }
  #roadmapChart .time text {
    fill: #000; }
  #roadmapChart .time line {
    stroke: #ddd; }

.try {
  margin-bottom: 4em; }
  .try pre.prettyprint {
    padding: 10px 2px;
    margin-bottom: 20px; }
    .try pre.prettyprint ol {
      margin-left: 50px; }
  .try .url-field {
    margin: 4em 0 15px;
    background-color: #ff7c00;
    padding: 0 0 3em 0;
    margin-bottom: 15px !important; }
    .try .url-field.pull-up {
      margin-top: 3em; }
    .try .url-field h1 {
      font-weight: 900;
      text-transform: uppercase;
      color: #fff;
      font-size: 96px;
      margin: -0.2em 0 0.125em; }
    .try .url-field a.postfix {
      cursor: pointer;
      color: rgba(255, 255, 255, 0.25);
      margin-top: 2.5em; }
      .try .url-field a.postfix:hover, .try .url-field a.postfix:active {
        color: rgba(255, 255, 255, 0.75); }
    .try .url-field label {
      vertical-align: middle;
      line-height: 32px;
      text-align: left;
      font-weight: bold;
      font-size: 20px;
      color: #fff;
      float: left; }
    .try .url-field input[type="url"] {
      font-size: 36px;
      position: relative;
      clear: both;
      margin: 0;
      padding: 0.25em;
      height: auto;
      border: none;
      background: rgba(255, 255, 255, 0.35);
      color: #fff;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      -o-border-radius: 0px;
      border-radius: 0px;
      -webkit-transition: all 300ms ease-out;
      -moz-transition: all 300ms ease-out;
      -o-transition: all 300ms ease-out;
      transition: all 300ms ease-out;
      -webkit-box-shadow: inset 0px 0px 1px rgba(255, 255, 255, 0);
      -moz-box-shadow: inset 0px 0px 1px rgba(255, 255, 255, 0);
      -o-box-shadow: inset 0px 0px 1px rgba(255, 255, 255, 0);
      box-shadow: inset 0px 0px 1px rgba(255, 255, 255, 0); }
      .try .url-field input[type="url"]:focus, .try .url-field input[type="url"]:active {
        background-color: white;
        color: rgba(0, 0, 0, 0.75);
        -webkit-box-shadow: inset 0px -0.125em 0.5em rgba(255, 255, 255, 0.25);
        -moz-box-shadow: inset 0px -0.125em 0.5em rgba(255, 255, 255, 0.25);
        -o-box-shadow: inset 0px -0.125em 0.5em rgba(255, 255, 255, 0.25);
        box-shadow: inset 0px -0.125em 0.5em rgba(255, 255, 255, 0.25); }
      .try .url-field input[type="url"]::-webkit-input-placeholder {
        /* WebKit browsers */
        color: rgba(255, 255, 255, 0.5); }
      .try .url-field input[type="url"]:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: rgba(255, 255, 255, 0.5); }
      .try .url-field input[type="url"]::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: rgba(255, 255, 255, 0.5); }
      .try .url-field input[type="url"]:-ms-input-placeholder {
        /* Internet Explorer 10+ */
        color: rgba(255, 255, 255, 0.5); }
    .try .url-field .advanced {
      text-align: right;
      padding: 1em 0 0; }
      .try .url-field .advanced a {
        color: rgba(255, 255, 255, 0.5);
        -webkit-transition: all 300ms ease-out;
        -moz-transition: all 300ms ease-out;
        -o-transition: all 300ms ease-out;
        transition: all 300ms ease-out; }
        .try .url-field .advanced a:hover, .try .url-field .advanced a:active {
          color: white; }
    .try .url-field .action {
      padding-bottom: 1em; }
    .try .url-field .options {
      display: none;
      background: rgba(255, 255, 255, 0.25);
      border: 1px solid rgba(255, 255, 255, 0.1);
      margin: 1em 0 0;
      /*overflow:visible !important;*/ }
      .try .url-field .options .argument {
        padding: 0.5em; }
        .try .url-field .options .argument .text-right label {
          text-align: right;
          float: none; }
        .try .url-field .options .argument a.add-arg, .try .url-field .options .argument a.close {
          font-size: 1.25em;
          margin-right: 0.5em;
          color: rgba(255, 255, 255, 0.5);
          -webkit-transition: all 300ms ease-out;
          -moz-transition: all 300ms ease-out;
          -o-transition: all 300ms ease-out;
          transition: all 300ms ease-out; }
          .try .url-field .options .argument a.add-arg:hover, .try .url-field .options .argument a.add-arg:active, .try .url-field .options .argument a.close:hover, .try .url-field .options .argument a.close:active {
            color: white; }
          .try .url-field .options .argument a.add-arg i.icon, .try .url-field .options .argument a.close i.icon {
            -webkit-transition: all 300ms ease-out;
            -moz-transition: all 300ms ease-out;
            -o-transition: all 300ms ease-out;
            transition: all 300ms ease-out; }
        .try .url-field .options .argument a.add-arg i.icon {
          -webkit-transform: rotate(0deg);
          /* Safari and Chrome */
          -moz-transform: rotate(0deg);
          /* Firefox */
          -ms-transform: rotate(0deg);
          /* IE 9 */
          -o-transform: rotate(0deg);
          transform: rotate(0deg); }
        .try .url-field .options .argument a.close i.icon {
          -webkit-transform: rotate(45deg);
          /* Safari and Chrome */
          -moz-transform: rotate(45deg);
          /* Firefox */
          -ms-transform: rotate(45deg);
          /* IE 9 */
          -o-transform: rotate(45deg);
          transform: rotate(45deg); }
        .try .url-field .options .argument:last-child a.add-arg {
          display: inline; }
  .try table tr th {
    vertical-align: top; }
  .try table .e_html {
    word-break: break-all; }
  .try .param .button {
    padding: 3px 10px 4px; }
  .try form.custom div.custom.dropdown a.current {
    background-color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.25); }
  .try form.custom div.custom.dropdown a.selector {
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-width: 0px 0px 0px 1px; }
    .try form.custom div.custom.dropdown a.selector:before, .try form.custom div.custom.dropdown a.selector:after {
      border-top-color: white; }
    .try form.custom div.custom.dropdown a.selector:hover {
      background-color: rgba(255, 255, 255, 0.25); }
      .try form.custom div.custom.dropdown a.selector:hover:before, .try form.custom div.custom.dropdown a.selector:hover:after {
        border-top-color: white; }
  .try form.custom div.custom.dropdown ul {
    max-height: 75px; }
    .try form.custom div.custom.dropdown ul li:hover, .try form.custom div.custom.dropdown ul li.selected {
      background-color: rgba(255, 124, 0, 0.15); }

.try ul.tabs-content.contained > li {
  border: 0; }
.try article img {
  display: block;
  border: 1px solid #dddddd;
  padding: 5px;
  margin: 0.5em auto 0.75em auto; }

.try-tabs {
  background: #662546;
  margin-bottom: 3em; }
  .try-tabs h2 {
    color: #fff;
    margin: 0;
    font-size: 48px;
    line-height: 48px; }
    .try-tabs h2 span {
      font-size: 38px; }
  .try-tabs .tabs {
    border-bottom: 0;
    height: 52px; }
    .try-tabs .tabs dd a {
      color: #fff;
      height: 52px;
      line-height: 52px; }
    .try-tabs .tabs dd.active {
      border-top: 5px solid #c55f93;
      margin-top: -5px; }
      .try-tabs .tabs dd.active a {
        color: #222; }

.try-info {
  position: relative; }
  .try-info.row {
    margin-top: 5px; }
  .try-info .one {
    position: absolute;
    z-index: 20;
    background: #8b3360;
    height: 100%;
    padding: 0; }
    .try-info .one.right {
      right: 0; }
    .try-info .one i {
      color: #fff;
      height: 20px;
      width: 20px;
      font-size: 20px;
      line-height: 20px; }
    .try-info .one h5 {
      color: #fff; }
  .try-info .eleven {
    border-top: 1px solid white;
    border-right: 1px solid white;
    border-bottom: 1px solid white; }
  .try-info:hover .one {
    background: #662546; }
  .try-info .try-info-detail {
    position: absolute;
    display: none;
    top: 0;
    left: 10px;
    text-align: left;
    min-width: 225px; }
    .try-info .try-info-detail h4 {
      color: #fff;
      margin-bottom: 5px; }
    .try-info .try-info-detail p {
      line-height: 1.2;
      font-size: .9em;
      color: #fff;
      padding: 0;
      margin: 0; }
    .try-info .try-info-detail a {
      color: #fff;
      font-weight: bold;
      text-decoration: underline; }
  .try-info .th img {
    display: inline; }

.try-oembed-link {
  text-align: left; }
  .try-oembed-link .one {
    text-align: center; }
  .try-oembed-link .three {
    margin-left: 75px; }
    .try-oembed-link .three .th {
      margin-top: 20px; }

.try-preview .one {
  text-align: center; }
.try-preview .has-tip {
  font-weight: inherit;
  border-bottom: 0;
  color: inherit; }
.try-preview a.has-tip {
  color: #0095da; }

.try-oembed-display {
  text-align: center; }

.try-extract-lead p {
  font-size: .98em;
  color: #333; }

.try-extract-byline .by {
  float: left; }
.try-extract-byline ul {
  display: block;
  list-style: none; }
.try-extract-byline li {
  float: left;
  margin: 0 5px; }

.try-extract-colors li {
  border: 1px solid #cccccc;
  width: 46px;
  height: 46px;
  padding: 0;
  margin: 5px 0;
  display: block; }
.try-extract-colors div {
  width: 40px;
  height: 40px;
  margin: 2px; }

.try-extract-images .seven {
  text-align: center; }
  .try-extract-images .seven img {
    margin-top: .5em; }
.try-extract-images .try-image-divider {
  margin-top: 1em;
  margin-bottom: 1em;
  border-top: 1px solid #eeeeee; }
  .try-extract-images .try-image-divider:last-of-type {
    display: none; }

.try-extract-related .three {
  text-align: center; }
.try-extract-related img {
  margin-top: 16px; }

#clipboard_text {
  display: none; }

.row.try-clip {
  margin-top: 4em;
  text-align: right; }

.generator-header p {
  text-align: center;
  font-size: 2em; }

.code-generator {
  margin-bottom: 4em; }
  .code-generator .button.fill {
    margin-top: 2em; }
  .code-generator .generator-empty {
    margin-bottom: 20em; }
  .code-generator .generator-code {
    display: none;
    margin-top: 2em; }
    .code-generator .generator-code textarea {
      height: 5em; }

@media only screen and (max-width: 767px) {
  body header h1 {
    margin: 0;
    padding: 0; }
  body header ul.link-list {
    margin-top: 0; }
    body header ul.link-list li a {
      font-size: 22px; }
  body .home-header h1 {
    font-size: 60px;
    line-height: 50px;
    margin: 0.25em 0.5em 0.5em; }
  body .home-header h2 {
    margin: 0em 0.5em 0.25em; }
  body .home-header ul.inline-list {
    margin: 1em 0.5em 1em; }
  body .home-path {
    padding: 0 0 4em; }
  body .row .mobile-four.block {
    padding: 2em 0; }
  body .panel-blue {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px; }
    body .panel-blue h2 {
      letter-spacing: 0px;
      white-space: nowrap; }
  body .home-customers ul img {
    max-width: 100%;
    max-height: 100%; }
  body .get-started {
    padding-bottom: 10px; }
    body .get-started h2 {
      white-space: normal; }
  body footer dl.sub-nav {
    margin: 0 0.5em 1em; }
    body footer dl.sub-nav dt {
      text-transform: uppercase;
      display: block;
      float: none;
      line-height: 1.5em;
      font-size: 18px; }
    body footer dl.sub-nav dd {
      display: block;
      float: none;
      line-height: 2em;
      margin-bottom: 0px; } }
@media only screen and (max-width: 568px) {
  body .home-header ul.inline-list {
    margin: 0.5em 1em 0; }
    body .home-header ul.inline-list li {
      float: none;
      display: block;
      margin: 0.5em 0; }
  body .home-header a.button {
    width: 100%; }
  body .home-header h1 {
    margin: 0.25em 0.25em; }
  body .home-header h2 {
    margin: 0em 0.25em 0.25em; } }
.providers {
  margin-bottom: 5em; }
  .providers .services .noservice {
    display: none; }
  .providers .services .block-grid li {
    padding: 2px; }
  .providers .services li img {
    position: relative;
    top: 0.45em;
    margin-right: 5px;
    background: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    padding: 3px;
    width: 16px;
    height: 16px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2); }
  .providers .services li a {
    overflow-x: hidden;
    white-space: nowrap;
    display: block;
    border: 5px solid rgba(0, 0, 0, 0.1);
    padding: 0 0.5em;
    background: #fff;
    color: #212121;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out; }
    .providers .services li a:hover, .providers .services li a:active {
      background: #ff7c00;
      border: 5px solid rgba(255, 124, 0, 0.75);
      color: white; }
    .providers .services li a span {
      font-size: 1em;
      line-height: 3em; }

.tipsy-inner {
  line-height: 1.2em;
  text-align: left; }
  .tipsy-inner h4, .tipsy-inner h5 {
    color: #fff; }
  .tipsy-inner code {
    background: #f1f1f1;
    color: #222;
    padding: 2px;
    display: block;
    overflow-x: scroll; }
  .tipsy-inner img {
    background: #fff;
    margin: 0 10px 0 0;
    position: relative;
    top: 0.15em;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    padding: 3px;
    width: 16px;
    height: 16px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2); }

#search-complete {
  display: none; }

#search-results li {
  border-bottom: 1px solid #f1f1f1;
  padding: 0.5em 2em; }
  #search-results li.selected {
    padding: 0.25em 1em;
    background: #f1f1f1; }
  #search-results li a p {
    color: #000; }

.services ul.actions {
  list-style: none;
  z-index: 500; }
  .services ul.actions li {
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
    height: auto;
    float: left;
    margin-left: 3px; }
    .services ul.actions li a {
      display: block;
      color: #222;
      padding: 5px 8px;
      background-color: #f1f1f1;
      border: 1px solid #d7d7d7; }
  .services ul.actions.lang li {
    width: 25%;
    margin-left: 0; }
    .services ul.actions.lang li a {
      text-align: center;
      color: #fff;
      background-color: #662546;
      border: 1px solid white; }
.services ul.service-list li {
  width: 25%;
  padding: 0 10px 10px;
  display: block;
  height: auto;
  float: left; }
  .services ul.service-list li img {
    position: relative;
    top: 3px;
    background: #fff;
    margin-right: 5px; }
  .services ul.service-list li a {
    overflow-x: hidden;
    white-space: nowrap;
    display: block;
    border: 1px solid #f1f1f1;
    padding: 3px 5px;
    height: 32px; }
    .services ul.service-list li a span {
      font-size: 12px; }
      .services ul.service-list li a span.expressions {
        display: none; }
    .services ul.service-list li a:hover {
      color: #fff;
      font-size: 1.1em;
      font-weight: bold;
      background: #ff9b3d; }
    .services ul.service-list li a.selected {
      color: #fff;
      font-size: 1.1em;
      font-weight: bold;
      background: #ff7c00; }
      .services ul.service-list li a.selected:hover {
        background: #ff8c1f; }

#reModal textarea {
  height: 400px; }

.pricing-summary .divider {
  /*border-top:1px solid #ddd;
  margin:1em 0;*/ }
.pricing-summary table {
  border: none;
  background: transparent;
  margin-top: -13em; }
  .pricing-summary table thead {
    background: transparent; }
    .pricing-summary table thead th .price-point {
      left: 0;
      top: 0.1em;
      margin-right: 20px;
      float: none;
      text-align: center; }
      .pricing-summary table thead th .price-point b {
        font-size: 0.25em;
        margin: -1.75em 0 0 0.5em;
        padding: 0;
        display: block; }
  .pricing-summary table tbody tr:nth-child(even) {
    background: none; }
  .pricing-summary table thead {
    background: none; }
    .pricing-summary table thead th.intro {
      color: #662546;
      padding-left: 0.25em;
      background: #fff;
      border-top: 1px solid #662546;
      border-left: 1px solid #662546; }
      .pricing-summary table thead th.intro .price-point {
        color: #662546; }
    .pricing-summary table thead th.paid {
      background: #662546;
      color: white; }
      .pricing-summary table thead th.paid .price-point {
        color: white; }
  .pricing-summary table td {
    padding: 2em 1em;
    text-align: center;
    vertical-align: middle; }
    .pricing-summary table td.intro, .pricing-summary table td.paid {
      line-height: 1em; }
      .pricing-summary table td.intro b, .pricing-summary table td.paid b {
        display: block;
        font-size: 1.5em;
        line-height: 1.5em; }
      .pricing-summary table td.intro a, .pricing-summary table td.paid a {
        color: #fff;
        text-decoration: underline;
        font-weight: bold; }
    .pricing-summary table td.intro {
      color: #662546;
      border-left: 1px solid #662546;
      background: #fff; }
      .pricing-summary table td.intro.last {
        border-bottom: 1px solid #662546; }
    .pricing-summary table td.paid {
      background: #662546;
      color: white; }
    .pricing-summary table td.text-right {
      text-align: right; }
    .pricing-summary table td.buy {
      padding-bottom: 0;
      border-left: 1px solid #662546;
      border-right: 1px solid #662546;
      border-bottom: 1px solid #662546; }

.pricing-more {
  border-top: 1px solid #dddddd;
  padding-top: 1em;
  margin-top: 1em;
  margin-bottom: 0; }

section.fine-print {
  padding: 3em 0; }
  section.fine-print p {
    line-height: 2em; }

section.enterprise .form {
  padding-top: 2em;
  padding-bottom: 2em; }
  section.enterprise .form input[type="text"],
  section.enterprise .form input[type="email"],
  section.enterprise .form textarea {
    background: rgba(255, 255, 255, 0.45);
    border: none;
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    -ms-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    -o-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    font-size: 1.2em;
    height: auto;
    line-height: 1em; }
    section.enterprise .form input[type="text"]:active, section.enterprise .form input[type="text"]:focus,
    section.enterprise .form input[type="email"]:active,
    section.enterprise .form input[type="email"]:focus,
    section.enterprise .form textarea:active,
    section.enterprise .form textarea:focus {
      background: white; }
section.enterprise p {
  color: white;
  font-size: 1.4em; }
section.enterprise .section-header.panel h2 {
  padding: 0.05em 0 0.5em 0; }
section.enterprise .success {
  margin-top: 3em; }
section.enterprise.enterprise-inline {
  margin-bottom: -4em; }
  section.enterprise.enterprise-inline .section-header.panel h2 {
    padding-bottom: 0;
    font-size: 46px;
    line-height: 30px; }
    section.enterprise.enterprise-inline .section-header.panel h2 span {
      font-size: 20px;
      text-transform: none;
      font-weight: 400; }
  section.enterprise.enterprise-inline form {
    padding-top: 1em;
    padding-bottom: 0.5em; }
  section.enterprise.enterprise-inline .button {
    margin-top: 26px;
    font-size: 16px;
    padding: 5px 14px; }
  section.enterprise.enterprise-inline div.progress {
    margin-top: 1em;
    margin-bottom: 4em; }
  section.enterprise.enterprise-inline .alert a {
    color: #fff; }
  section.enterprise.enterprise-inline .success {
    margin-top: 1em;
    margin-bottom: 3em; }

div.progress {
  margin-top: 3em;
  height: 40px; }
  div.progress .meter {
    background: #662546; }

section.tiers table.table {
  border: none; }
  section.tiers table.table tbody tr td {
    border-bottom: 1px solid #f1f1f1; }
  section.tiers table.table tbody tr:nth-child(even) {
    background: none; }
section.tiers p.tier-desc {
  font-size: 1.4em; }
section.tiers th {
  color: #662546; }
section.tiers .calc-result {
  text-align: right; }
  section.tiers .calc-result span {
    font-size: 2.2em;
    line-height: 1.5em;
    font-weight: 700; }
  section.tiers .calc-result i {
    margin-left: 7px; }

.pricing-sales {
  margin-bottom: 4em; }
  .pricing-sales .text-right a {
    font-size: 2em;
    margin-top: 1em;
    display: block;
    color: #662546; }

#container .section-header .purple h2 {
  padding: 0.4em 0 0 0em; }
#container #wrapper h1 {
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: .25em; }

.pln {
  color: #000; }

@media screen {
  .str {
    color: #080; }

  .kwd {
    color: #008; }

  .com {
    color: #800; }

  .typ {
    color: #606; }

  .lit {
    color: #066; }

  .pun, .opn, .clo {
    color: #660; }

  .tag {
    color: #008; }

  .atn {
    color: #606; }

  .atv {
    color: #080; }

  .dec, .var {
    color: #606; }

  .fun {
    color: red; } }
@media print, projection {
  .str {
    color: #060; }

  .kwd {
    color: #006;
    font-weight: bold; }

  .com {
    color: #600;
    font-style: italic; }

  .typ {
    color: #404;
    font-weight: bold; }

  .lit {
    color: #044; }

  .pun, .opn, .clo {
    color: #440; }

  .tag {
    color: #006;
    font-weight: bold; }

  .atn {
    color: #404; }

  .atv {
    color: #060; } }
pre.prettyprint {
  padding: 2px;
  border: 1px solid #888888; }

ol.linenums {
  margin-top: 0;
  margin-bottom: 0; }

li.L0, li.L1, li.L2, li.L3, li.L5, li.L6, li.L7, li.L8 {
  list-style-type: decimal; }

/* -----------------------------------------
   Section Company
----------------------------------------- */
.spinner {
  display: none; }

/* -----------------------------------------
   Page Press
----------------------------------------- */
ul.press {
  list-style: none;
  margin: 0; }
  ul.press li {
    list-style-type: none;
    margin: 0 0 10px;
    display: block;
    padding: 10px;
    border: 1px solid #ebebeb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 1px 1px #cccccc;
    -moz-box-shadow: 0px 1px 1px #cccccc;
    box-shadow: 0px 1px 1px #cccccc;
    background: #fff; }
    ul.press li p {
      font-size: 12px; }
      ul.press li p.date {
        text-transform: uppercase;
        color: #666;
        margin: 0;
        padding: 0; }
      ul.press li p img {
        position: relative;
        top: 4px;
        margin: 0 2px 0 5px; }
    ul.press li h3 {
      margin: 0;
      padding: 0; }

/* -----------------------------------------
   Page Investors, Team
----------------------------------------- */
.avatar {
  float: left;
  margin-right: 10px; }

/* -----------------------------------------
   Page Logos
----------------------------------------- */
.company div.logos ul li {
  float: none;
  display: block;
  margin: 0 0 2em; }
  .company div.logos ul li img {
    background: #ebebeb;
    border-bottom: 1px solid white;
    border-top: 1px solid #cccccc;
    padding: 10px; }
.company div.logos div.code {
  display: none; }
.company div.logos img.dark {
  background: #333;
  padding: 10px;
  border-bottom: 1px solid white;
  border-top: 1px solid #cccccc; }

.reveal-modal h4 {
  margin: 0 5px; }
  .reveal-modal h4 img {
    margin-right: 10px; }
.reveal-modal .hoverbox {
  display: block; }
.reveal-modal code {
  display: block;
  font-family: Courier, monospace;
  margin: 1em 0;
  border: 1px solid #dadada;
  padding: 5px;
  background: #f7f7f7; }
.reveal-modal textarea {
  width: 97%;
  height: 300px;
  padding: 5px;
  font-family: monospace;
  border: 1px solid #ebebeb; }

p.hint {
  font-size: 85%;
  line-height: 1.1em;
  font-style: italic; }
  p.hint span {
    font-weight: 500; }

.company .divider {
  border-top: 1px solid #dddddd;
  margin-bottom: 2em;
  margin-top: 2em; }

section.company-team ul a {
  display: block;
  position: relative; }
  section.company-team ul a:hover img {
    opacity: 0.8; }
section.company-team ul div {
  overflow: hidden;
  display: block;
  position: absolute;
  bottom: 20px;
  right: 0px;
  width: 0px;
  background: #fff; }
section.company-team ul span {
  color: #222;
  padding: 0 5px;
  font-size: 1.1em;
  font-weight: bold; }

section.company-investors ul li a {
  display: block;
  text-align: center;
  padding: 10px; }
section.company-investors ul li span {
  display: block;
  color: #222;
  font-weight: 400; }

section.press {
  margin-bottom: 4em; }

div.team {
  margin-bottom: 4em; }
  div.team .team-employee .inline-list a {
    color: #662546;
    font-size: 2em; }

div.investors {
  margin-bottom: 4em; }
  div.investors .investor .inline-list a {
    color: #662546;
    font-size: 2em; }

div.gif {
  position: relative; }
  div.gif .gif-placeholder {
    position: absolute;
    top: 0;
    left: 0; }
  div.gif .gif-full {
    position: absolute;
    display: none;
    top: 0;
    left: 0; }
  div.gif .gif-show {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000; }
  div.gif .gif-overlay {
    position: absolute;
    top: 0;
    left: 0;
    opacity: .5;
    background: #333;
    z-index: 900; }
  div.gif .gif-play {
    position: absolute;
    display: block;
    background-image: url(../images/play-big.png);
    background-size: 100px 100px;
    width: 100px;
    height: 100px;
    z-index: 901;
    cursor: pointer; }

ul.block-grid.four-up.customers {
  margin-top: 2em;
  margin-bottom: 2em; }

.customers-header {
  padding: 0; }
  .customers-header h1 {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 96px;
    margin: 0;
    padding: 0.75em 0 0 0em;
    line-height: 57px;
    color: #fff; }

.customers-subheader p {
  font-size: 1.2em;
  font-weight: bold;
  color: #662546; }

.customer-wrapper {
  min-height: 275px;
  width: 100%; }
  .customer-wrapper p {
    padding: 0;
    font-size: .95em;
    margin: 5px 0 0 0; }

.customer-image {
  width: 100%;
  margin: 0 auto; }

.customer {
  display: block;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  height: 212px;
  border: 1px solid #dddddd;
  padding: 5px;
  position: relative;
  line-height: 200px; }
  .customer img {
    vertical-align: middle; }
  .customer span.customer-fill {
    display: inline;
    height: 100%;
    width: 1px; }
  .customer .customer-overlay {
    opacity: .5;
    background: #333;
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
    .customer .customer-overlay h4 {
      color: #fff;
      font-size: 2.2em;
      font-weight: 700;
      text-align: left;
      padding: 0 0 0 10px;
      margin-bottom: 0; }
    .customer .customer-overlay span {
      color: #fff;
      text-align: left;
      display: block;
      padding: 0 0 0 11px;
      margin: 0;
      line-height: 1.3; }
  .customer:hover .customer-overlay {
    display: block; }

.customers-more .button {
  margin-top: 4em;
  padding-top: 1em;
  padding-bottom: 1em; }

section.provider-embedly-info .play {
  position: relative;
  display: block; }
section.provider-embedly-info .play span {
  display: block;
  width: 187px;
  height: 186px;
  top: 36px;
  left: 134px;
  background-image: url("../images/play-big-green.png");
  position: absolute; }

.grader .url-input {
  background-color: #ff7c00;
  margin-bottom: 20px; }
  .grader .url-input input {
    margin-top: 33px;
    font-size: 28px;
    padding: .25em;
    height: 60px; }
  .grader .url-input .button {
    margin-top: 33px;
    margin-bottom: 0;
    padding: 21px 0 39px; }
.grader .grader-info p {
  font-size: 1.8em;
  margin-bottom: 5em;
  line-height: 50px;
  vertical-align: top; }
.grader .grader-info i {
  color: #662546;
  font-size: 2em; }
.grader .title {
  background-color: #1bd9f5;
  background-image: url(/images/logo-e.png);
  background-repeat: no-repeat;
  background-position: 5px center;
  background-size: 36px 40px;
  margin: 0;
  margin-bottom: 20px; }
  .grader .title h1 {
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
    font-size: 96px;
    letter-spacing: -4px;
    margin: 0;
    margin-bottom: 20px;
    padding-top: .5em;
    line-height: 57px; }
.grader .results {
  margin-bottom: 20px;
  padding: 0.25em 0;
  color: #555555;
  /* One off.*/ }
  .grader .results .tip {
    border-left: 20px solid #662546;
    padding-left: 20px; }
  .grader .results .found p {
    background-color: #f1f1f1;
    padding: 20px; }
  .grader .results .found img {
    background-color: #f1f1f1;
    padding: 20px; }
  .grader .results .good .example {
    display: none; }
  .grader .results .status-icon {
    padding-top: 14px; }
  .grader .results .bad .status-icon {
    color: rgba(175, 0, 0, 0.75); }
  .grader .results .good .status-icon {
    color: rgba(0, 175, 0, 0.75); }
  .grader .results .warning .status-icon {
    color: #555555; }
  .grader .results .subscore {
    float: right;
    padding-top: 0.6em; }
    .grader .results .subscore span {
      font-size: 120px; }
  .grader .results #twitter-cards {
    font-size: 80px;
    padding-top: 84px;
    line-height: 44px; }
  .grader .results .more-info {
    padding-top: 54px; }
    .grader .results .more-info i {
      color: #fff;
      line-height: 20px;
      font-size: 20px;
      margin-right: 5px; }
  .grader .results i {
    display: inline-block;
    font-size: 30px; }
  .grader .results h3 {
    color: #662546; }
  .grader .results table td {
    color: #555555; }
.grader .summary {
  color: #555555;
  padding: 1em 0;
  text-align: center; }
  .grader .summary h3 {
    color: #555555; }
  .grader .summary p {
    font-weight: 400;
    font-size: 1.5em;
    color: #555555;
    margin: 0; }
  .grader .summary .overall-score {
    margin-top: 30px; }
    .grader .summary .overall-score p {
      font-weight: 900;
      font-size: 3em;
      color: #662546; }
  .grader .summary ul {
    border-left: 5px solid #ff7c00; }
.grader h3 {
  font-weight: 500;
  font-size: 2em; }
.grader .error {
  font-size: 1.5em;
  color: #fff;
  margin: 0; }

/*Mixins*/
.home-header.home-embed-header .input-container, .cards-product-header .input-container {
  padding: 0px; }
  .home-header.home-embed-header .input-container input, .cards-product-header .input-container input {
    font-size: 24px;
    font-weight: 300;
    padding: 6px 12px;
    width: 100%;
    height: 50px; }
  .home-header.home-embed-header .input-container input, .cards-product-header .input-container input {
    width: 90%;
    float: left; }
  .home-header.home-embed-header .input-container .input-btn, .cards-product-header .input-container .input-btn {
    background-color: #08a4bb;
    float: left;
    padding: 13px;
    width: 10%; }
    .home-header.home-embed-header .input-container .input-btn a, .cards-product-header .input-container .input-btn a {
      color: white;
      font-size: 19px; }
@media (max-width: 768px) {
  .home-header.home-embed-header .home-header-txt, .cards-product-header .home-header-txt {
    margin: 1.5em 3em; } }
@media (max-width: 570px) {
  .home-header.home-embed-header .home-header-txt, .cards-product-header .home-header-txt {
    margin: 1em 2em; } }

.home-header.home-embed-header h1 {
  font-size: 100px;
  line-height: 80px;
  margin-bottom: 10px; }
.home-header.home-embed-header h4 {
  color: white;
  text-align: left; }
.home-header.home-embed-header .home-embed-input-mod {
  margin-bottom: 10px; }
.home-header.home-embed-header .callout {
  margin-bottom: 25px; }

.img-border {
  border: 1px solid #dddddd; }

.bookmark-btn {
  background-color: #AAA;
  color: white;
  font-family: sans-serif;
  font-size: 14px;
  font-weight: bold;
  padding: 5px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px; }
  .bookmark-btn:hover {
    color: white; }

.cards-product-header h1 {
  color: #1bd9f5;
  font-size: 72px;
  font-weight: 900;
  margin-top: 75px;
  position: relative; }
.cards-product-header span {
  display: inline; }
.cards-product-header .revolving-txt-mod {
  color: #CCCCCC;
  display: inline;
  height: 75px;
  overflow: hidden;
  padding: 0px 5px;
  position: absolute;
  left: 180px; }
  .cards-product-header .revolving-txt-mod .revolving-txt {
    line-height: 80px;
    position: relative;
    top: -240px;
    -webkit-animation: revolve-txt 20s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s infinite;
    -moz-animation: revolve-txt 20s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s infinite;
    animation: revolve-txt 20s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s infinite; }
.cards-product-header .revolving-card {
  padding-top: 50px;
  height: 450px;
  background-image: url(img/cards_500x5_450_2500.jpg);
  background-repeat: no-repeat;
  overflow: visible;
  background-position: 0px -1500px;
  -webkit-animation: revolve 20s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s infinite;
  -moz-animation: revolve 20s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s infinite;
  animation: revolve 20s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s infinite; }

@-webkit-keyframes revolve {
  0% {
    background-position: 0px -2000px; }

  16% {
    background-position: 0px -2000px; }

  20% {
    background-position: 0px -1500px; }

  35% {
    background-position: 0px -1500px; }

  39% {
    background-position: 0px -1000px; }

  54% {
    background-position: 0px -1000px; }

  58% {
    background-position: 0px -500px; }

  73% {
    background-position: 0px -500px; }

  77% {
    background-position: 0px 0px; }

  92% {
    background-position: 0px 0px; }

  100% {
    background-position: 0px -2000px; } }

@-moz-keyframes revolve {
  0% {
    background-position: 0px -2000px; }

  16% {
    background-position: 0px -2000px; }

  20% {
    background-position: 0px -1500px; }

  35% {
    background-position: 0px -1500px; }

  39% {
    background-position: 0px -1000px; }

  54% {
    background-position: 0px -1000px; }

  58% {
    background-position: 0px -500px; }

  73% {
    background-position: 0px -500px; }

  77% {
    background-position: 0px 0px; }

  92% {
    background-position: 0px 0px; }

  100% {
    background-position: 0px -2000px; } }

@keyframes revolve {
  0% {
    background-position: 0px -2000px; }

  16% {
    background-position: 0px -2000px; }

  20% {
    background-position: 0px -1500px; }

  35% {
    background-position: 0px -1500px; }

  39% {
    background-position: 0px -1000px; }

  54% {
    background-position: 0px -1000px; }

  58% {
    background-position: 0px -500px; }

  73% {
    background-position: 0px -500px; }

  77% {
    background-position: 0px 0px; }

  92% {
    background-position: 0px 0px; }

  100% {
    background-position: 0px -2000px; } }

@-webkit-keyframes revolve-txt {
  0% {
    top: -320px; }

  16% {
    top: -320px; }

  20% {
    top: -240px; }

  35% {
    top: -240px; }

  39% {
    top: -160px; }

  54% {
    top: -160px; }

  58% {
    top: -80px; }

  73% {
    top: -80px; }

  77% {
    top: 0px; }

  92% {
    top: 0px; }

  100% {
    top: -320px; } }

@-moz-keyframes revolve-txt {
  0% {
    top: -320px; }

  16% {
    top: -320px; }

  20% {
    top: -240px; }

  35% {
    top: -240px; }

  39% {
    top: -160px; }

  54% {
    top: -160px; }

  58% {
    top: -80px; }

  73% {
    top: -80px; }

  77% {
    top: 0px; }

  92% {
    top: 0px; }

  100% {
    top: -320px; } }

@keyframes revolve-txt {
  0% {
    top: -320px; }

  16% {
    top: -320px; }

  20% {
    top: -240px; }

  35% {
    top: -240px; }

  39% {
    top: -160px; }

  54% {
    top: -160px; }

  58% {
    top: -80px; }

  73% {
    top: -80px; }

  77% {
    top: 0px; }

  92% {
    top: 0px; }

  100% {
    top: -320px; } }

.services-list {
  list-style-type: none; }
  .services-list li {
    margin-bottom: 8px; }
  .services-list .icn-social-sprite {
    background-image: url("img/icn_social_sprite_20_20_x3.png");
    background-repeat: no-repeat;
    margin-right: 5px;
    display: inline-block;
    height: 20px;
    width: 20px;
    vertical-align: middle; }
    .services-list .icn-social-sprite.icn-wordpress {
      background-position: 0px 0; }
    .services-list .icn-social-sprite.icn-tumblr {
      background-position: -20px 0; }
    .services-list .icn-social-sprite.icn-blogger {
      background-position: -40px 0; }

/*
Button Styles
*/
.button-customize input[type="radio"] {
  width: 20px;
  display: block;
  margin: 11px 0;
  float: left; }
.button-customize .button-option iframe {
  margin: 6px 0 0 6px; }
.button-customize input[type="text"].disabled {
  background: #ddd; }

.button-custom h2 {
  margin-top: 1em; }
.button-custom pre {
  margin-bottom: 1em; }
.button-custom .button-logos li {
  background: #eee;
  margin: 5px 0;
  padding: 10px;
  font-size: 20px;
  font-weight: 500;
  text-align: right; }
.button-custom .button-logos span {
  margin-right: 5px; }
.button-custom .button-embed {
  background: transparent url("//cdn.embedly.com/libs/images/0.0.1/embed_icon_black_28_32.png") no-repeat 5px 4px;
  width: 105px;
  height: 40px;
  display: block;
  border: 1px solid black;
  padding: 8px 0 0 40px;
  color: #000;
  margin: .5em; }
.button-custom .button-last-step {
  margin-bottom: 2em; }

.card-custom .card-demo {
  background: #eee;
  margin-bottom: 2em; }
.card-custom .card-demo-pair {
  width: 1280px;
  max-width: 100%;
  min-width: 768px;
  margin: 0 auto; }
  .card-custom .card-demo-pair:after {
    clear: both;
    content: " ";
    display: table; }
  .card-custom .card-demo-pair:before {
    content: " ";
    display: table; }
.card-custom .card-demo-pair-right, .card-custom .card-demo-pair-left {
  float: left;
  min-height: 1px;
  padding: 0 15px;
  position: relative;
  width: 50%; }
  .card-custom .card-demo-pair-right pre, .card-custom .card-demo-pair-left pre {
    margin-bottom: 10px; }
.card-custom .card-demo-example {
  background: #fff;
  padding: 10px;
  margin: 10px 0;
  border-radius: 10px; }
  .card-custom .card-demo-example.dark {
    background: #333; }

.generator i.icn-social {
  background-image: url(http://cdn.embedly.com/libs/images/0.0.1/icn_social_sprite_20_20_x3.png);
  background-repeat: no-repeat;
  margin-right: 5px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  width: 20px;
  height: 20px; }
.generator i.icn-wordpress {
  background-position: 0 0; }
.generator i.icn-blogger {
  background-position: -20px 0; }
.generator i.icn-tumblr {
  background-position: -40px 0; }
.generator .alert {
  display: none; }
.generator .generator-input input {
  font-size: 24px;
  font-weight: 300;
  padding: 6px 12px;
  height: 50px; }
.generator .generator-input a {
  background: #08a4bb; }
  .generator .generator-input a:hover, .generator .generator-input a:focus {
    background: #0acfec; }
  .generator .generator-input a span {
    background: url(../images/button/embed_icon_white_28_32.png) no-repeat;
    padding-left: 25px;
    background-size: 21px 24px;
    line-height: 24px;
    height: 24px;
    display: inline-block;
    margin: 3px 0 2px; }

.generator-results {
  margin-bottom: 15em; }
  .generator-results .generator-opts {
    display: none; }
    .generator-results .generator-opts textarea {
      width: 85%; }
    .generator-results .generator-opts h4 {
      display: inline-block;
      border-bottom: 1px solid #333333;
      padding-bottom: 0.25rem; }
  .generator-results .generator-card {
    position: relative;
    border: 1px solid #dddddd;
    padding: 20px;
    margin-bottom: 2em; }
    .generator-results .generator-card.dark {
      background: #222; }
  .generator-results .generator-ref {
    border-top: solid 1px #dddddd;
    margin-top: 4em;
    padding-top: 2em; }

.generator-more {
  margin-top: 2rem; }
  .generator-more p {
    min-height: 75px; }
  .generator-more h4 {
    padding-left: 32px;
    line-height: 32px;
    margin-bottom: 2rem; }
    .generator-more h4 a {
      color: #333333; }
    .generator-more h4.more-cards {
      background: url(../images/button/embed_icon_grey_28_32.png) no-repeat; }
    .generator-more h4.more-button {
      padding-left: 62px;
      background: url(../images/cards/icon-button.png) no-repeat; }
    .generator-more h4.more-bookmarklet {
      padding-left: 36px;
      background: url(../images/cards/icon-bookmarklet.png) no-repeat; }

#generatorCopySuccess {
  border-top: 5px solid #5da423; }

.stats .axis path,
.stats .axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges; }
.stats .tick line {
  stroke: none; }
.stats .x.axis path {
  display: none; }
.stats .plays {
  fill: none;
  stroke: red;
  stroke-width: 1.5px; }
.stats .views {
  fill: none;
  stroke: steelblue;
  stroke-width: 1.5px; }
.stats #results {
  padding-top: 1em;
  margin-top: 1em;
  margin-bottom: 5em; }
.stats .stat-card {
  padding-top: 5em; }
.stats dl dt {
  font-weight: bold; }

.analytics-box {
  margin: 5rem 0; }

.analytics-header {
  width: 1100px;
  max-width: 100%;
  margin: 0 auto;
  padding: 9rem 0; }
  .analytics-header.analytics-inbed {
    background: url("../images/analytics/inbed.png") no-repeat; }
  .analytics-header .anayltics-info {
    position: relative;
    border: 1px solid #c2c2c2;
    border-top: 5px solid #662546;
    top: 20px; }
    .analytics-header .anayltics-info .header-signup {
      float: right;
      margin-bottom: 10px;
      margin-left: 20px; }
      .analytics-header .anayltics-info .header-signup a {
        background-color: #1bd9f5;
        height: 35px;
        width: 150px;
        display: inline-block;
        text-align: center;
        font-size: 16px;
        font-weight: 900;
        color: white;
        padding-top: 5px;
        border-radius: 3px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -transition: all 0.3s;
        margin-right: 10px; }
        .analytics-header .anayltics-info .header-signup a:hover, .analytics-header .anayltics-info .header-signup a:target {
          background-color: #0acfec; }
      .analytics-header .anayltics-info .header-signup #embed-header-feedback {
        background-color: #c2c2c2; }
        .analytics-header .anayltics-info .header-signup #embed-header-feedback:hover, .analytics-header .anayltics-info .header-signup #embed-header-feedback:target {
          background-color: #b5b5b5; }
    .analytics-header .anayltics-info .feedback-button {
      float: left; }
    .analytics-header .anayltics-info ul {
      margin-bottom: 30px; }
    .analytics-header .anayltics-info ul li {
      font-size: 18px;
      margin-left: 40px;
      list-style-type: none; }
      .analytics-header .anayltics-info ul li strong {
        color: #ff7c00; }
      .analytics-header .anayltics-info ul li:before {
        content: "";
        display: block;
        float: left;
        height: 10px;
        width: 10px;
        background-color: #ff7c00;
        position: relative;
        top: 9px;
        left: -20px; }
    .analytics-header .anayltics-info .clearfix {
      clear: both; }
  .analytics-header .anayltics-info:before, .analytics-header .anayltics-info:after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 1;
    height: 1px; }
  .analytics-header .anayltics-info:before {
    top: 0px; }
  .analytics-header .anayltics-info:after {
    bottom: 0px; }
  .analytics-header .anayltics-info {
    background: #fff;
    padding: 1rem; }
    .analytics-header .anayltics-info h1 {
      margin-top: 10px;
      font-weight: 900;
      text-transform: uppercase;
      color: #662546;
      font-size: 5em; }

.analytics-providers a {
  position: relative;
  display: block;
  min-height: 170px; }
.analytics-providers img {
  display: block;
  max-width: 120px;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }
.analytics-providers span {
  display: block;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

.beta {
  background: url(../images/beta-icon.png) no-repeat;
  background-size: 35px 35px;
  font-size: 35px;
  color: #1bd9f5;
  padding-left: 40px; }

.analytics-try .flex-video {
  border: 4px solid white; }

.analytics-faq .faq-question {
  font-size: 32px; }
.analytics-faq .faq-answer {
  border-left: 5px solid #1bd9f5;
  margin-left: 20px;
  padding-left: 20px; }

span {
  display: inline; }

a {
  color: #0095da;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out; }

a:hover, a:active {
  color: #3e3e3e; }

ul.unstyled {
  margin: 0;
  list-style: none; }
  ul.unstyled ul {
    margin: 0;
    list-style: none; }

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

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

/* clearfix*/
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.cf:after {
  clear: both; }

.cf {
  *zoom: 1; }

body, p {
  font-family: "museo-sans-fontspring", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 1.5em; }

h1, h2, h3, h4, h5 {
  font-family: "proxima-nova-extra-condensed-fontspring", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400; }

h1 {
  font-weight: 300;
  letter-spacing: -1px; }

h2 {
  color: #662546;
  font-weight: 100;
  font-size: 48px;
  letter-spacing: -1px; }

h3 {
  color: #662546;
  font-weight: 100;
  font-size: 36px;
  letter-spacing: 0px; }

h2 a, h3 a {
  color: #662546; }
  h2 a:hover, h3 a:hover {
    color: #8b3360; }
  h2 a:focus, h3 a:focus {
    color: #8b3360; }

.panel {
  border: none; }
  .panel i {
    color: #fff; }

table.table {
  width: 100%; }

.orange {
  background: #ff7c00; }

.blue {
  background: #1bd9f5; }

.purple {
  background: #662546; }

.gray {
  background: #d7d7d7; }

.button {
  background: #662546;
  font: 900 18px/22px "museo-sans-fontspring", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  color: #fff;
  letter-spacing: -1px;
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  padding: 0.75em 1.25; }
  .button:hover {
    background: #8b3360; }
  .button.callout {
    background: #ff7c00;
    font-size: 2em;
    margin-bottom: .5em;
    float: left; }
    .button.callout:hover {
      background: #ff9633; }
  .button.secondary i {
    color: #1d1d1d; }
  .button.fill {
    width: 100%; }

textarea[readonly="readonly"], textarea[readonly] {
  white-space: nowrap;
  resize: none;
  cursor: pointer;
  overflow: hidden;
  background: #efefef; }

/* -----------------------------------------
   Page NAV
----------------------------------------- */
footer {
  width: 100%;
  padding: 3em 0 3em;
  color: #545454;
  border-top: 1px solid #efefef;
  margin-top: 0em;
  background-color: #f1f1f1; }
  footer dl.sub-nav {
    margin: -4px 0 0; }
    footer dl.sub-nav dd {
      margin-left: 1em; }
      footer dl.sub-nav dd a {
        color: #707070;
        font-weight: 400;
        transition: color 0.25s;
        -moz-transition: color 0.25s;
        -webkit-transition: color 0.25s;
        -o-transition: color 0.25s; }
        footer dl.sub-nav dd a:hover, footer dl.sub-nav dd a:active {
          color: #202020; }
  footer ul {
    list-style: none;
    margin: 0.25em 0 0; }
    footer ul li {
      margin-left: 4em; }
    footer ul h4 {
      font-size: 16px;
      line-height: 16px;
      text-transform: uppercase;
      text-align: right;
      width: 100px;
      margin: 0 0em 0 0;
      text-shadow: 0px 1px 0px white; }
    footer ul a {
      font-size: 12px;
      line-height: 16px;
      color: #707070;
      font-weight: 400; }
    footer ul.link-list {
      margin-bottom: 0.75em; }
  footer img.footer-logo {
    margin: 0 0 -22px; }
  footer p.copyright {
    position: relative;
    text-align: left;
    left: 65px;
    font-size: 11px; }

/* -----------------------------------------
   Page UTILS Used across pages
----------------------------------------- */
.scale-image {
  /* scales any images contained to be at
     most the width of the container      */ }
  .scale-image img {
    max-width: 100%; }

.crop-image {
  /* maintains the image at full-size
    crops the image in the container */
  overflow: hidden; }
  .crop-image img {
    width: 100%; }

.block {
  margin-bottom: 2em; }
  .block > div {
    margin-top: 10px;
    margin-bottom: 10px; }
  .block .scale-image {
    margin-bottom: -30px; }
  .block h3 {
    font-weight: 600;
    letter-spacing: -1px; }

/* -----------------------------------------
   Page HOME
----------------------------------------- */
.home-header {
  text-align: center;
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0;
  border: none;
  background-color: #1bd9f5; }
  .home-header .row {
    height: 100%;
    position: relative; }
  .home-header .columns {
    height: 100%;
    padding: 0;
    margin-bottom: -8px; }
  .home-header .graphic {
    width: 500px;
    height: 500px;
    background-image: url(../images/sketches/share-big-500-half-opacity.png);
    background-position: 0 124px;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    z-index: 0;
    right: -5em;
    bottom: 0em; }
    .home-header .graphic a {
      display: block;
      background-image: url(../images/play-big.png);
      width: 187px;
      height: 186px;
      position: absolute;
      top: 240px;
      right: 100px; }
  .home-header h1 {
    font-weight: 900;
    font-size: 80px;
    margin: 0 0 0.5em;
    padding: 0.25em 0 0;
    line-height: 70px;
    text-transform: uppercase;
    color: white;
    text-align: left;
    letter-spacing: -3px;
    text-shadow: 0px 1px 0px #1bd9f5; }
  .home-header h2 {
    font-weight: 900;
    font-size: 50px;
    margin: 0;
    padding: 0.5em 0 1em;
    line-height: 40px;
    text-transform: uppercase;
    color: white;
    text-align: left;
    letter-spacing: -1px; }
  .home-header img {
    z-index: 9; }
  .home-header div.flex-video {
    margin: 0 0 0.5em;
    background: #dedbdd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25); }
  .home-header .started {
    margin-right: 15px;
    margin-bottom: 30px; }
  .home-header video, .home-header object, .home-header embed {
    z-index: 11; }
  .home-header .inline-list .button.secondary {
    padding: 13px 20px 13px; }

.home-tagline {
  margin-top: 1em; }
  .home-tagline .inline-list {
    margin-top: 1em; }

.home-paths {
  margin-top: 6em;
  margin-bottom: 6em; }

.home-try h2 {
  font-size: 25px;
  display: inline-block;
  margin-right: 5px; }

.home-customers {
  margin-top: 4em;
  margin-bottom: 4em; }
  .home-customers > div {
    margin-top: 10px;
    margin-bottom: 10px; }
  .home-customers ul li {
    text-align: center;
    display: block;
    height: 100px;
    line-height: 100px; }
  .home-customers ul img {
    max-width: 125px;
    max-height: 75px;
    padding: 0;
    vertical-align: middle; }

.home-product {
  margin: 0 0 4em;
  position: relative; }
  .home-product p {
    min-height: 100px; }
  .home-product .scale-image {
    margin-bottom: -10px; }

.panel-blue {
  background: #1bd9f5;
  color: #fff;
  margin-top: 4em;
  margin-bottom: 4em;
  padding: 30px; }
  .panel-blue h2 {
    font-weight: 900;
    color: #fff;
    font-size: 80px;
    letter-spacing: 2px;
    margin: -13px 0 20px;
    line-height: 80px;
    text-transform: uppercase; }
    .panel-blue h2 small {
      font-weight: 600;
      font-size: 24px;
      color: #fff;
      letter-spacing: 0px;
      text-transform: none; }
  .panel-blue.orange {
    background: #ff7c00; }
  .panel-blue.purple {
    background: #662546; }

.try-it {
  padding-top: 0px; }
  .try-it input {
    font-size: 24px;
    height: 48px; }
  .try-it form.custom .prefix {
    overflow: visible; }
  .try-it form.custom div.custom.dropdown {
    width: 150px !important;
    margin-top: 0px;
    margin-bottom: 0px;
    height: 48px; }
    .try-it form.custom div.custom.dropdown a.current {
      min-height: 48px;
      line-height: 45px;
      font-size: 1.5em;
      text-transform: uppercase;
      border: none !important;
      background: rgba(255, 255, 255, 0.2);
      color: white;
      font-weight: 700;
      text-align: left; }
      .try-it form.custom div.custom.dropdown a.current:hover {
        background: rgba(255, 255, 255, 0.5); }
      .try-it form.custom div.custom.dropdown a.current:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: solid 8px;
        border-color: white transparent transparent transparent;
        position: absolute;
        right: 5%;
        top: 50%;
        margin-top: -5px;
        margin-right: 5px; }
    .try-it form.custom div.custom.dropdown a.selector {
      top: 0.75em;
      border: none;
      display: none; }
    .try-it form.custom div.custom.dropdown ul {
      width: 150px !important;
      top: 48px;
      border: 1px solid #c55f93; }
      .try-it form.custom div.custom.dropdown ul li {
        text-align: left;
        text-transform: uppercase;
        font-size: 1.2em;
        line-height: 36px;
        min-height: 36px; }
        .try-it form.custom div.custom.dropdown ul li:hover {
          background: #c55f93; }
          .try-it form.custom div.custom.dropdown ul li:hover:after {
            content: ""; }
        .try-it form.custom div.custom.dropdown ul li.selected {
          background: #c55f93; }
          .try-it form.custom div.custom.dropdown ul li.selected:after {
            content: "\f00c";
            font-family: "FontAwesome";
            position: absolute;
            right: 10px;
            color: #662546; }
  .try-it h5 {
    color: #fff;
    clear: both;
    font-size: 24px;
    letter-spacing: 0px;
    margin: 0;
    padding: 0; }
  .try-it a i {
    display: block;
    cursor: pointer;
    line-height: 48px;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -webkit-opacity: 0.5;
    transition: opacity 0.25s;
    -moz-transition: opacity 0.25s;
    -webkit-transition: opacity 0.25s;
    -o-transition: opacity 0.25s; }
  .try-it a:hover i {
    opacity: 1.0;
    -moz-opacity: 1.0;
    -webkit-opacity: 1.0; }
  .try-it .button-group {
    margin-top: 0em; }
    .try-it .button-group li a.button {
      padding: 0.85em 0;
      width: 99%;
      margin-left: 1px;
      background-color: #e67000; }
      .try-it .button-group li a.button:hover {
        background-color: rgba(255, 255, 255, 0.1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1); }
      .try-it .button-group li a.button.active {
        background-color: rgba(255, 255, 255, 0.2); }

.generator-header {
  margin-top: 35px;
  z-index: 10; }
  .generator-header .generator-header-input {
    margin-top: 4px; }

a.products-login {
  margin-bottom: 21px;
  background-color: #1bd9f5; }
  a.products-login:hover {
    background-color: #85edfd; }

/* -----------------------------------------
   Page Product
----------------------------------------- */
.get-started {
  margin: 0;
  background: #ff7c00; }
  .get-started h2 {
    line-height: 60px;
    margin: 0; }
  .get-started .button {
    margin-top: 35px;
    font-size: 24px; }

.more {
  border-top: 1px solid #dddddd;
  padding: 2em 0;
  margin-top: 3em;
  text-align: right; }

/* -----------------------------------------
   Signup
----------------------------------------- */
.signup {
  border: 1px solid #dddddd;
  padding: 20px;
  margin-bottom: 30px !important; }
  .signup form ul.errorlist, .signup form .error {
    text-align: right;
    color: #c00; }
    .signup form ul.errorlist li, .signup form .error li {
      text-align: left; }

.signup-description {
  margin-top: 20px; }

section {
  clear: both; }
  section .section-header {
    margin-top: 4em;
    margin-bottom: 2em; }
    section .section-header.panel {
      padding: 0;
      border: none; }
      section .section-header.panel h2 {
        font-weight: 900;
        text-transform: uppercase;
        font-size: 96px;
        margin: 0;
        padding: 0.75em 0 0 0em;
        line-height: 57px;
        color: #fff; }
    section .section-header.pull-up {
      margin-top: 0; }
  section .tabs {
    margin-top: -4.8em; }
    section .tabs dd, section .tabs li {
      margin: 0 0.25em; }
      section .tabs dd a, section .tabs li a {
        background: rgba(255, 255, 255, 0.4);
        transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -webkit-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out; }
        section .tabs dd a:hover, section .tabs dd a:active, section .tabs li a:hover, section .tabs li a:active {
          background: rgba(255, 255, 255, 0.9); }
      section .tabs dd.active, section .tabs li.active {
        border-top: 3px solid rgba(0, 0, 0, 0.15); }
        section .tabs dd.active a, section .tabs dd.active a:hover, section .tabs dd.active a:active, section .tabs li.active a, section .tabs li.active a:hover, section .tabs li.active a:active {
          background: white; }
  section pre.prettyprint, section code.prettyprint {
    border: 1px solid #f1f1f1;
    padding: 0; }
    section pre.prettyprint ol, section code.prettyprint ol {
      list-style-position: inside;
      margin: 0 0em 0;
      padding: 0em; }
      section pre.prettyprint ol.linenums li, section code.prettyprint ol.linenums li {
        padding: 0.125em 0.25em;
        color: #a4a4a4; }
      section pre.prettyprint ol.linenums li:nth-child(2n-1), section code.prettyprint ol.linenums li:nth-child(2n-1) {
        background: #f7feff; }

/* -----------------------------------------
   Page Features/Add-Ons
----------------------------------------- */
.one-liner p {
  font-size: 18px;
  margin-bottom: 0; }

.included-in h3 {
  color: #662546;
  font-size: 28px;
  margin: 0; }
  .included-in h3 a {
    font-weight: 300;
    font-size: 125%; }

/* -----------------------------------------
   Page Error
----------------------------------------- */
div.kaboom-404 {
  background: transparent url(../images/sketches/404-600.png) no-repeat center bottom;
  padding: 300px 0; }

div.kaboom {
  background: transparent url(../images/sketches/error-600.png) no-repeat center bottom;
  padding: 300px 0; }

div.kaboom-content h2 {
  color: #662546;
  font-size: 80px;
  font-weight: 900px;
  letter-spacing: 2px;
  line-height: 80px;
  text-transform: uppercase; }

/* -----------------------------------------
  Redirect
----------------------------------------- */
.onlyenglish {
  margin-top: 30px;
  margin-bottom: 40px; }
  .onlyenglish h2 {
    margin-top: 35px; }

/* -----------------------------------------
   Provider
----------------------------------------- */
.scheme-list {
  color: #662546;
  line-height: 2;
  margin-left: 35px; }
  .scheme-list li {
    font-size: 18px; }

.new-product {
  background-color: #f8ba62;
  width: 100%;
  margin-bottom: 0; }
  .new-product .row {
    margin-top: 0; }
  .new-product h1 {
    float: left;
    font-weight: 900;
    font-size: 90px;
    color: white;
    line-height: 80px; }
  .new-product .new-callout {
    padding-top: 60px; }
    .new-product .new-callout a {
      position: relative;
      background-color: #288bb0;
      width: 450px;
      text-align: center;
      display: block;
      margin-left: 50px;
      height: 75px;
      font-size: 55px;
      font-family: "proxima-nova-extra-condensed-fontspring", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
      font-weight: 900;
      padding-top: 10px;
      border-radius: 3px;
      box-shadow: 0px 5px 1px #207291;
      color: white; }
      .new-product .new-callout a i {
        position: relative;
        top: 3px;
        left: 5px; }
      .new-product .new-callout a:hover, .new-product .new-callout a:target {
        background-color: #1f6a86; }

.home .home-header {
  padding-top: 3rem; }
.home .home-header .columns {
  padding: 0 15px; }
.home .home-buttons {
  margin-top: 6rem;
  margin-bottom: 10rem; }
  .home .home-buttons .button.callout {
    padding: 1.7rem; }
    .home .home-buttons .button.callout.effective {
      padding: 1.7rem; }
.home #home-header-learn {
  background: #662546; }
  .home #home-header-learn:hover {
    background: #8b3360; }
.home .zoom-in {
  -moz-transform: scale(0.7);
  -webkit-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out; }
  .home .zoom-in.animate {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
