body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #555555;
}

.wrapper {
  width: 980px;
  margin: 0 auto;
  position: relative;
}

.clear {
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}

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

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

a {
  color: #40A7FF;
}

a:visited {
  color: #076ec6;
}

p {
  color: #888888;
  font: 14px/24px Georgia, Times New Roman, serif;
}

.tr {
  display: table-row;
}

.td {
  display: table-cell;
}

.green {
  color: #59CD20;
}

.purple {
  color: #9e40da;
}

.blue {
  color: #0067bf;
}

.red {
  color: #c52020;
}

/* Header */

header#site .wrapper {
  max-width: 1140px;
  width: auto;
  margin: 0 auto;
}

header#site h1 {
  background: url('/publicv2/images/header/logo.png') no-repeat;
  text-indent: -4000em;
  margin: 0 auto 10px auto;
  width: 271px;
  height: 28px;
}

header#site a {
  text-decoration: none;
  -webkit-transition: all 1s ease;  /* Chrome 1-25, Safari 3.2+ */
     -moz-transition: all 1s ease;  /* Firefox 4-15 */
       -o-transition: all 1s ease;  /* Opera 10.50–12.00 */
          transition: all 1s ease;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}

header#site .tagline {
  color: #cfcfcf;
  font: italic 12px/14px Georgia, serif;
  margin-left: 8px;
  display: block;
  text-align: center;
}

#hero {
  margin-top: 195px;
  overflow: hidden;
}


/* Navigation */

#main-nav a.free-trial {
  color: #000000;
  background: #d1d1d1;
  border-radius: 5px;
  position: absolute;
  top: 44px;
  left: 50%;
  margin-left: -60px;
  padding: 10px 15px;
}

#main-nav a.login {
  font-family: Georgia;
  font-style: italic;
  text-transform: lowercase;
}

#main-nav #learn-more-dropdown {
  display: inline;
  position: relative;
  text-align: left;
  width: 80px;
  margin-top: -2px;
}

#main-nav a:hover,
#main-nav #learn-more-dropdown.active a {
  border-radius: 6px;
  -webkit-box-shadow: inset 0px 0px 20px 3px rgba(0, 0, 0, 0.6);
  box-shadow: inset 0px 0px 20px 3px rgba(0, 0, 0, 0.6);
  color: #40a7ff;
}

#main-nav a.free-trial:hover {
  background: #40a7ff;
  color: #ffffff;
  box-shadow: none;
  -webkit-box-shadow: none;
}

#main-nav #learn-more-dropdown a::after {
  padding-left: 6px;
  /*content: '\25BE';*/
  line-height: 28px;
  vertical-align: top;
}

#main-nav #learn-more-dropdown ul {
  display: none;
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 420;
  width: 88px;
  -webkit-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
  list-style-type: none;
  overflow: hidden;
  padding: 10px 14px;
  font-size: 13px;
  background-color: rgba(20, 20, 20, 0.95);
}

#main-nav #learn-more-dropdown li {
  margin-left: 0;
  font-size: 11px;
}

#main-nav #learn-more-dropdown ul a::after {
  padding-left: 0;
  content: '';
}

#main-nav #learn-more-dropdown ul a,
#main-nav #learn-more-dropdown.active ul a {
  display: block;
  font-size: 11px;
  width: 100%;
  color: #FFFFFF;
  font-weight: normal;
  text-transform: none;
  border: 0;
  height: auto;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: none;
  background: none;
}

#main-nav #learn-more-dropdown ul a:hover {
  color: #40a7ff;
  box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: none;
}



/* MODALS */

.dim {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.6);
  z-index: 9000;
  display: none;
}

.modal {
  margin: 0 auto;
  border: 10px solid #eeeeee;
  background: #ffffff;
  padding: 30px;
  z-index: 9999;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
}

.modal h3 {
    background: none repeat scroll 0 0 #EEEEEE;
    color: #333333;
    font: italic 12px Georgia;
    margin-bottom: 20px;
    padding: 10px;
}

.modal #close {
  text-indent: 2000em;
  background: #bbbbbb;
  display: inline-block;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 2px;
  float: right;
  position: absolute;
  top: -20px;
  right: -20px;
  border: 3px solid #fff;
}

.modal #close:hover {
  background: #666;
}

.modal #close div {
  margin: -2px 0 0 -2px;
}

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

/* Top */

#top,
.top {
  z-index: 2;
  min-width: 1000px;
  width: 100%;
  height: 480px;
  background: #62bfff;
  background: -moz-linear-gradient(top,  #62bfff 0%, #81ccff 50%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#62bfff), color-stop(100%,#ffffff));
  background: -webkit-linear-gradient(top,  #62bfff 0%,#81ccff 50%,#ffffff 100%);
  background: -o-linear-gradient(top,  #62bfff 0%,#81ccff 50%,#ffffff 100%);
  background: -ms-linear-gradient(top,  #62bfff 0%,#81ccff 50%,#ffffff 100%);
  background: linear-gradient(top,  #62bfff 0%,#81ccff 50%,#ffffff 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#62bfff, endColorstr=#ffffff)"
}

#top.home-page {
  height: auto;
  background: #89cefe;
  background: -moz-linear-gradient(top,  #89cefe 0%, #ddf1ff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#89cefe), color-stop(100%,#ddf1ff));
  background: -webkit-linear-gradient(top,  #89cefe 0%,#ddf1ff 100%);
  background: -o-linear-gradient(top,  #89cefe 0%,#ddf1ff 100%);
  background: -ms-linear-gradient(top,  #89cefe 0%,#ddf1ff 100%);
  background: linear-gradient(top,  #89cefe 0%,#ddf1ff 100%);
}

#top.shorty {
  height: 128px;
}

.tour-slide .top {
  margin-top: -200px;
  padding-top: 200px;
  height: 360px;
}

.tour-slide article .post {
  text-align: left;
}

.layer-separator {
  height: 30px;
  width: 100%;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
  position: relative;
}

.explore,
.explore:visited {
  display: block;
  background: #ccc;
  width: 65px;
  height: 65px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  font: bold italic 12px/64px Georgia, serif;
  border: 8px solid #fff;
}

.explore:hover {
  background: #bbb;
}

.layer-separator .explore {
  bottom: -42px;
}

/* Forms */

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

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

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

table.form td {
  width: 50%;
  word-wrap: break-word;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	padding: 10px;
}

table.form label {
  background: #dddddd;
  padding: 10px;
  display: block;
  font-weight: bold;
  color: #333333;
  font-size: 12px;
  min-height: 13px;
  line-height: 14px;
  position: relative;
}

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

input[type=text], textarea, input[type=password], input[type=url] {
  border: 1px solid #dddddd;
  -webkit-box-shadow: inset 0px 2px 2px 0px #aaaaaa;
  -moz-box-shadow: inset 0px 2px 2px 0px #aaaaaa;
  box-shadow: inset 0px 2px 2px 0px #aaaaaa;
  color: #333333;
  font:normal 14px Helvetica, sans-serif;
  padding: 12px;
  width: 100%;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

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

input#recaptcha_response_field {
  margin-left: 0px !important;
  width: 300px !important;
  margin-top: -10px;
}

.recaptcha_only_if_image,
.recaptcha_only_if_audio {
  display: none !important;
}

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

button.primary,
a.button.primary {
  display: inline-block;
  margin: 0;
  text-shadow: 0 -1px #320064;
  background: #4a0095;
  background: -moz-linear-gradient(top,  #9c3fd9 0%, #4c0196 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9c3fd9), color-stop(100%,#4c0196));
  background: -webkit-linear-gradient(top,  #9c3fd9 0%,#4c0196 100%);
  background: -o-linear-gradient(top,  #9c3fd9 0%,#4c0196 100%);
  background: -ms-linear-gradient(top,  #9c3fd9 0%,#4c0196 100%);
  background: linear-gradient(top,  #9c3fd9 0%,#4c0196 100%);
}

button.secondary,
a.button.secondary {
  display: inline-block;
  margin: 0;
  text-shadow: 0 -1px #727272;
  background: #888888;
  background: -moz-linear-gradient(top,  #888888 0%, #bababa 1%, #888888 99%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#888888), color-stop(1%,#bababa), color-stop(99%,#888888), color-stop(100%,#ffffff));
  background: -webkit-linear-gradient(top,  #888888 0%,#bababa 1%,#888888 99%,#ffffff 100%);
  background: -o-linear-gradient(top,  #888888 0%,#bababa 1%,#888888 99%,#ffffff 100%);
  background: -ms-linear-gradient(top,  #888888 0%,#bababa 1%,#888888 99%,#ffffff 100%);
  background: linear-gradient(top,  #888888 0%,#bababa 1%,#888888 99%,#ffffff 100%);
}

button:hover,
a.button:hover {
  background: #444444;
  background: -moz-linear-gradient(top, #878787 0%, #444444 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#878787), color-stop(100%,#444444));
  background: -webkit-linear-gradient(top,  #878787 0%,#444444 100%);
  background: -o-linear-gradient(top,  #878787 0%,#444444 100%);
  background: -ms-linear-gradient(top,  #878787 0%,#444444 100%);
  background: linear-gradient(top,  #878787 0%,#444444 100%);
}

table.form .button-contain,
.contact-form.button-contain {
  background-color: #dddddd;
  padding: 20px;
  margin: 0;
  text-align: right;
}

/* Dropdown (from CMS) */

.dropdown-theme {
  background: #f3f3f3;
  background: -moz-linear-gradient(top,  #f3f3f3 0%, #cecece 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f3f3), color-stop(100%,#cecece));
  background: -webkit-linear-gradient(top,  #f3f3f3 0%,#cecece 100%);
  background: -o-linear-gradient(top,  #f3f3f3 0%,#cecece 100%);
  background: -ms-linear-gradient(top,  #f3f3f3 0%,#cecece 100%);
  background: linear-gradient(top,  #f3f3f3 0%,#cecece 100%);
  position: relative;
  height: 30px;
  display: block;
  border: 1px solid #bbbbbb;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff, 0px 1px 0px 0px #ffffff;
  -moz-box-shadow: inset 0px 1px 0px 0px #ffffff, 0px 1px 0px 0px #ffffff;
  box-shadow: inset 0px 1px 0px 0px #ffffff, 0px 1px 0px 0px #ffffff;
}

.dropdown-theme .arrow-s {
  position: absolute;
  top: 13px;
  right: 10px;
  color: #999999;
  cursor: default;
  text-shadow: 0px 1px 0px #ffffff;
  font: normal 18px/0 Helvetica;
}

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

/* Tool tip (from CMS) */

.button-help {
  display: inline-block;
  background: #008aff;
  width: 18px;
  height: 18px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 0;
  position: relative;
  cursor: pointer;
}

.tooltip {
  background: #d5ecff;
  padding: 10px;
  width: 180px;
  text-decoration: none;
  color: #008aff;
  font: 12px/18px Georgia;
  font-style: italic;
  border:5px solid #111111;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.8);
  position: absolute;
  top: -10px;
  left: 25px;
  z-index: 100;
  word-wrap: break-word;
}

.tooltip {
  display: none;
}

.button-help:hover .tooltip,
li:hover .tooltip,
.tooltip:hover {
  display: block;
}

.icon-24-info1 {background: url('/publicv2/images/sprites/icons-24.png') no-repeat 0 -72px; width: 24px; height: 24px;}

.tooltip .arrow-w {
  width: 0;
  height: 0;
  position: absolute;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #111111;
  left: -10px;
  top: 5px;
}

.button-help .icon-24-info1 {
  background-position: -3px -75px;
}

/* BUTTONS */

.next-button,
.download-button {
  display: inline-block;
  font: italic 18px Georgia, serif;
  color: #ffffff;
  text-align: center;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  border-style: none;
  padding: 14px 36px;
  line-height: normal;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 0px 6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 0px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 0px 6px rgba(0, 0, 0, 0.1);
  background: #40a7ff; 
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQwYTdmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDY3YmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #3fa7ff 0%, #1994fd 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3fa7ff), color-stop(100%,#1994fd));
  background: -webkit-linear-gradient(top,  #3fa7ff 0%,#1994fd 100%);
  background: -o-linear-gradient(top,  #3fa7ff 0%,#1994fd 100%);
  background: -ms-linear-gradient(top,  #3fa7ff 0%,#1994fd 100%);
  background: linear-gradient(top,  #3fa7ff 0%,#1994fd 100%);
  text-decoration: none;
  vertical-align: middle;
}

.buy-now-button {
  display: inline-block;
  font: 18px Helvetica;
  color: #ffffff;
  text-align: center;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  padding: 14px 36px;
  line-height: normal;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 0.4);
  background: #9c3eda; 
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQwYTdmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDY3YmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #9c3eda 0%, #4a0095 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9c3eda), color-stop(100%,#4a0095));
  background: -webkit-linear-gradient(top,  #9c3eda 0%,#4a0095 100%);
  background: -o-linear-gradient(top,  #9c3eda 0%,#4a0095 100%);
  background: -ms-linear-gradient(top,  #9c3eda 0%,#4a0095 100%);
  background: linear-gradient(top,  #9c3eda 0%,#4a0095 100%);
  border: 5px solid #ebdcfa;
  text-decoration: none;
  vertical-align: bottom;
}

.buy-now-button:hover {
  background: #9c3eda; 
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQwYTdmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDY3YmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #8020c0 0%, #330066 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8020c0), color-stop(100%,#330066));
  background: -webkit-linear-gradient(top,  #8020c0 0%,#330066 100%);
  background: -o-linear-gradient(top,  #8020c0 0%,#330066 100%);
  background: -ms-linear-gradient(top,  #8020c0 0%,#330066 100%);
  background: linear-gradient(top,  #8020c0 0%,#330066 100%);
  color: #fff;
}

.buy-now-button:visited, .buy-now-button:active {
  color: #fff;
}

input.next-button,
input.sign-up-button,
input.download-button {
  padding: 15px 36px 14px 36px;
}

#bummer-signup .sign-up-button {
  background-color: rgba(91, 183, 45, 1);
  width: 145px;
  height: 40px;
  color: #fff;
  border:none;
  outline:none;
  top: 0;
  font-size: 17px;
  border-radius: 0;
  display: inline-block;
  padding-top: 8px;
}

.next-button#trial-button {
  background: #b2b2b2;
  background: -moz-linear-gradient(top,  #b2b2b2 0%, #8c8c8c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b2b2b2), color-stop(100%,#8c8c8c));
  background: -webkit-linear-gradient(top,  #b2b2b2 0%,#8c8c8c 100%);
  background: -o-linear-gradient(top,  #b2b2b2 0%,#8c8c8c 100%);
  background: -ms-linear-gradient(top,  #b2b2b2 0%,#8c8c8c 100%);
  background: linear-gradient(top,  #b2b2b2 0%,#8c8c8c 100%);
  border: 5px solid #f0f0f0;
}

.next-button#trial-button:hover {
  background: #9e9e9e;
  background: -moz-linear-gradient(top,  #9e9e9e 0%, #7c7c7c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9e9e9e), color-stop(100%,#7c7c7c));
  background: -webkit-linear-gradient(top,  #9e9e9e 0%,#7c7c7c 100%);
  background: -o-linear-gradient(top,  #9e9e9e 0%,#7c7c7c 100%);
  background: -ms-linear-gradient(top,  #9e9e9e 0%,#7c7c7c 100%);
  background: linear-gradient(top,  #9e9e9e 0%,#7c7c7c 100%);
}

.next-button + .next-button {
  margin-left: 10px;
}

.next-button:hover,
.sign-up-button:hover,
.download-button:hover {
  color: #ffffff;
  background: #1887e6;
  background: -moz-linear-gradient(top,  #1994fd 0%, #3fa7ff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1994fd), color-stop(100%,#3fa7ff));
  background: -webkit-linear-gradient(top,  #1994fd 0%,#3fa7ff 100%);
  background: -o-linear-gradient(top,  #1994fd 0%,#3fa7ff 100%);
  background: -ms-linear-gradient(top,  #1994fd 0%,#3fa7ff 100%);
  background: linear-gradient(top,  #1994fd 0%,#3fa7ff 100%);
  cursor: pointer;
}

.next-button:visited,
.sign-up-button:visited,
.download-button:visited {
  color: #fff;
}

/* HOME PAGE */

#hero {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 0;
}
#hero-carousel {
  width: 100%;
  height: 357px;
}

#hero .image img {
  text-align: center;
  width: 100%;
  width: auto;
  max-width: 755px;
  height: 357px;
  margin-left: -10%;
  margin-right: -10%;
  overflow: hidden;
}

#hero-content {
  min-height: 361px;
  position: relative;
}

#hero-content.has-promo {
  padding-bottom: 60px; 
}

#hero.has-promo #hero-carousel,
#hero.has-promo .image img  {
  height: 417px;
}

#hero-content h1 {
  color: #fff;
  font: normal 28px/40px "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans-serif;
  margin: 20px 0 0 0;
  text-align: center;
  text-shadow: 0px 0px 1px rgba(0,0,0,1);
}

#hero-content h1 span {
  display: block;
}

#watch-demo {
  display: block;
  margin: 30px auto 0 auto;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-style: italic;
  font-family: Georgia, serif;
  height: 60px;
}

#watch-demo span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 17px;
  -webkit-box-shadow: 0px 0px 0px 6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 0px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 0px 6px rgba(0, 0, 0, 0.1);
  border-radius: 100px;
}
#promo-wrapper {
  padding: 30px 0 26px;
}

.special-promo-button {
  display: none;
  font: normal 12px/10px "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  width: 150px;
  margin: 0 auto;
  padding: 16px 14px 16px 23px;
  border-radius: 5px;
  z-index: 4;
}

.special-promo-button:hover {
  background-color: #1d1d1d;
}

#show-promo.special-promo-button span {
  font-size: 19px;
  display: inline-block;
  margin-top: -7px;
  vertical-align: middle;
}

a#show-promo.special-promo-button,
a#show-promo.special-promo-button:active,
a#show-promo.special-promo-button:visited {
  color: #ffffff;
}

a#hide-promo.special-promo-button,
a#hide-promo.special-promo-button:active,
a#hide-promo.special-promo-button:visited {
  font-weight: bold;
  color: #000000;
  background-color: rgba(213, 213, 214, 0.85);
}

#hide-promo.special-promo-button:hover {
  background-color: rgba(213, 213, 214, 1.0);
}

#hide-promo.special-promo-button span {
  display: inline-block;
  width: 11px;
  height: 11px;
  margin: -3px 0 0 10px;
  vertical-align: middle;
  background: url("/publicv2/images/home/x.png") left top no-repeat;
}

#hero-content.has-promo #show-promo.special-promo-button,
#hero-content.showing-promo #hide-promo.special-promo-button {
  display: block;
}

#hero-content.showing-promo #show-promo.special-promo-button {
  display: none;
}

#special-promo {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 69;
  -moz-box-shadow: inset 0 1px 30px 0 #000000;
  -webkit-box-shadow: inset 0 1px 30px 0 #000000;
  box-shadow: inset 0 1px 30px 0 #000000;
  background-color: rgba(29, 29, 29, 0.9);
}

#hero-content.showing-promo #special-promo {
  display: block;
}

#special-promo #promo-content {
  margin-top: 50px;
  text-align: center;
}

#special-promo #promo-copy {
  display: inline-block;
  font: 20px Helvetica, sans-serif;
  color: #bbbbbb;
  margin: 0 20px;
  text-align: center;
  vertical-align: middle;
}

#special-promo #promo-copy h1 {
  font: normal bold 22px Helvetica, sans-serif;
  color: #ffffff;
  margin: 0 0 30px 0;
}

#special-promo #promo-copy small {
  font-size: 18px;
  margin-left: 2px;
}

#special-promo #promo-copy strong {
  color: #dddddd;
}

#special-promo #promo-copy a {
  display: block;
  font: italic bold 16px Georgia, serif;
  color: #40a7ff;
  text-decoration: none;
  margin-top: 16px;
}

#special-promo #promo-copy a:after {
  content: " ▶";
  font-size: 10px;
  font-style: normal;
  margin-left: 3px;
}

#special-promo img {
  display: inline-block;
  width: 45%;
  max-width: 200px;
  margin-top: 26px;
  vertical-align: middle;
}

#hero-content.showing-promo .row {
  display: none;
}

.overview-header {
  color: #59CD20;
  font: bold 20px "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans-serif;
  text-align: center;
  text-transform: uppercase;
  margin: 55px 0 10px;
}
.overview-subheader {
  font: bold 40px/70px "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans-serif;
  letter-spacing: -1px;
  text-transform: uppercase;
  text-align: center;
  line-height: 36px;
  margin: 20px 0;
}
.overview-subheader span {
  display: block;
}
.mdash {
  margin: 10px 0 0 0;
}
#carousel-wrapper {
  background-color: #f5f5f5;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.carousel {
  z-index: 1;
}

.carousel .slide {
  height: 360px;
  width: 100%;
}
.carousel .slide .copy {
  text-align: center;
  margin: 20px auto 0;
  font: normal 26px "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans-serif;
}

.carousel .slide .copy strong {
  color: #4d4d4d;
  display: block;
  font-weight: bold;
}
.carousel .slide .copy span {
  width: 90%;
  display: block;
  margin: 0 auto;
}

.carousel .slide .text {
  position: absolute;
}

.carousel .slide h1 {
  ffont: bold 40px/44px "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans-serif;
  ccolor: #fff;
  ttext-shadow: 0px 1px 1px #8ccffe;
  letter-spacing: -1px;
  margin: 10px 0;
}

.carousel .slide h1 .highlight {
  font-weight: normal;
  font-style: italic;
  font-family: Georgia, serif;
}

.carousel .slide h2 {
  ffont: italic 16px/20px Georgia, serif;
  ccolor: #555555;
}
.carousel-pager {
  margin: 0 0 54px;
  text-align: center;
}
.carousel-pager a {
  display: inline-block;
  text-align: left;
  width: 10px;
  height: 10px;
  margin: 0 2px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  text-indent: -3000em;
  overflow: hidden;
  text-decoration: none;
  background-color: #E3E3E3;
}
.carousel-pager .activeSlide {
  background-color: #b9b9b9;
}
.carousel-image {
  display: block;
  margin: 0 auto;
}
#feature-carousel {
  height: 456px;
}
#cms-slide {
  margin-top: 26px;
}
#carousel-cms {
  width: 280px;
  height: 161px;
  background: url('/publicv2/images/home/carousel-cms-320.png') 0 0 no-repeat;
}
#analytics-slide {
  margin-top: 25px;
}
#carousel-analytics {
  width: 280px;
  height: 162px;
  background: url('/publicv2/images/home/carousel-analytics-320.png') 0 0 no-repeat;
}
#location-slide {
  margin-top: 1px;
}
#carousel-location {
  width: 280px;
  height: 186px;
  background: url('/publicv2/images/home/carousel-location-320.png') 0 0 no-repeat;
}
#marketing-slide .copy {
  margin-top: 0px;
}
#carousel-marketing {
  width: 280px;
  height: 231px;
  background: url('/publicv2/images/home/carousel-marketing-320.png') 0 0 no-repeat;
}
#push-slide {
  margin-top: 43px;
}
#carousel-push {
  width: 280px;
  height: 144px;
  background: url('/publicv2/images/home/carousel-push-320.png') 0 0 no-repeat;
}
#rewards-slide {
  margin-top: 27px;
}
#carousel-rewards {
  width: 280px;
  height: 160px;
  background: url('/publicv2/images/home/carousel-rewards-320.png') 0 0 no-repeat;
}

a.learn-more {
  color: #40a7ff;
  text-decoration: none;
  font: bold italic 12px Georgia, serif;
  width: 200px;
  text-align: center;
  display: block;
  margin-top: 10px;
}

a.read-more,
#blog-index .entry-summary a.read_more {
  color: #40a7ff;
  text-decoration: none;
  font: bold italic 14px Georgia, serif;
}


a.learn-more:hover,
a.read-more:hover,
#blog-index .excerpt a.read_more:hover {
  color: #076ec6;
}

a.read-more .arrow {
  font-size: 8px;
  font-style: normal;
}

#carousel .learn-more .line {
 border-bottom: 1px solid #40a7ff; 
 width: 16px;
 height: 3px;
 vertical-align: middle;
 display: inline-block;
 margin: -4px 5px 0 5px;
}

#carousel .slide .sign-up-button {
  margin-top: 5px;
}

#carousel-menu {
  position: absolute;
  bottom: -60px;
  left: 0;
  right: 0;
  height: 60px;
}

#carousel-menu a {
  width: 20%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  text-align: center;
  text-decoration: none;
  color: #59CD20;
  padding: 15px 10px;
  opacity: 0.4;
  font: italic 16px Georgia, Times New Roman, serif;
  cursor: pointer;
}

#carousel-menu a.activeSlide,
#carousel-menu a:hover {
  opacity: 1;
  border-bottom: 5px solid #59CD20;
}

#carousel-menu .sub-title {
  font: bold 12px "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #555555;
}

#top .carousel-wrapper {
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.carousel-nav {
  position: relative;
}
.prev, .next {
  display: inline-block;
  cursor: pointer;
  -webkit-transition: background 1s;
  position: absolute;
  z-index: 2;
}

#prev {
  top: 80px;
  left: 0px;
}

#next {
  top: 80px;
  right: 0px;
}

/* Home page videos */
#videos-container {
  background-color: #f5f5f5;
}

#videos-container h2 {
  width: 80%;  
  margin: 20px auto;
}

#video-prev {
  top: 30px;
  left: 5px;
}

#video-next {
  top: 30px;
  right: 5px;
}

#video-carousel-pager {
  margin: 10px 0 30px 0;
}

#video-carousel {
  position: relative;
  width: 280px;
  height: 180px;
  margin: 0 auto;
}

#video-container a {
  position: relative;
  display: block;
  width: 78%;
  margin: 2% auto 0 auto;  
  z-index: 6;
}

#video-container .video-play-icon {
  position: absolute;
  left: 0;
  right: 0;
  top: 30%;
  margin: 0 auto;
  z-index: 4;
}

#video-container .video-gloss {
  position: absolute;
  right: 11%;
  top: 0;
  z-index: 4;
}

#video-container .video-thumb {
  position: relative;
  display: block;
  width: 78%;
  padding: 2% 0 0 0;
  margin: 0 auto;
  z-index: 2;
}

#video-container .video-shell {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  margin: 0 auto;
  padding-right: 2px;
} 

#video-carousel .slide .copy {
  font-size: 16px;
  margin-top: 10%;
}

#video-carousel .slide .copy span {
  display: block;
}

#video-container .video-play-icon {
  width: 20%;
}

#video-container .video-gloss,
#video-container .video-shell {
  width: 100%;
}

/* index: Try MORO Free section */
#try-moro-container {
  padding: 44px 0;
  text-align: center;
  position: relative;
}
#try-moro-container .col_12 {
  position: relative;
  max-width: 1045px;
}
#try-moro {
  font: italic 24px/33px 'Georgia', serif;
  display: inline-block;
  margin: 0 0 8px;
  text-align: center;
  width: 230px;
}
#try-moro span {
  color: #59CD20; 
}
#home-start-building {
  display: block;
  margin: 10px auto;
  font-size: 27px;
  line-height: 40px;
  padding: 14px 48px;
}
.try-moro-gray-lines {
  width: 70px;
  height: 2px;
  position: absolute;
  top: 44px;
  background-color: whiteSmoke;
  display: none;
}
.try-moro-gray-lines:first-child {
  left: 85px;
}
.try-moro-gray-lines:last-child {
  right: 75px;
}

#prev.arrow.back {
  display: block;
  background: url('/publicv2/images/home/arrow-back.png') no-repeat;
  width: 35px;
  height: 55px;
  position: absolute;
  top: 150px;
  left: -50px;
  cursor: pointer;
  -webkit-transition: background 1s;
}

#prev.main-arrow.back {
  display: block;
  background: url('/publicv2/images/home/main-arrow-back.png') no-repeat;
  width: 35px;
  height: 55px;
  position: absolute;
  top: 150px;
  left: -50px;
  cursor: pointer;
  -webkit-transition: background 1s;
}

#next.arrow.forward {
  display: block;
  background: url('/publicv2/images/home/arrow-forward.png') no-repeat;
  width: 35px;
  height: 55px;
  position: absolute;
  top: 150px;
  right: -50px;
  cursor: pointer;
}

#next.main-arrow.forward {
  display: block;
  background: url('/publicv2/images/home/main-arrow-forward.png') no-repeat;
  width: 35px;
  height: 55px;
  position: absolute;
  top: 150px;
  right: -50px;
  cursor: pointer;
}

/* PROMO  SLIDE */
#carousel .slide#promo-slide {
  display: none;
}

#carousel .slide#promo-slide img {
  position: absolute;
  top: 54px;
  left: 40px;
}

#carousel .slide#promo-slide .text {
  position: absolute;
  top: 54px;
  right: 0;
  width: 480px;
}

#carousel .slide#promo-slide .text h1 {
  font-size: 40px;
  margin-bottom: 20px;
}

#carousel .slide#promo-slide .text h2 {
  margin-right: 80px;
}

/* slide 1A */

#carousel .slide#one-a .text {
  text-align: center;
  margin-top: 30px;
  width: 100%;
}

#carousel .slide#one-a img {
  position: absolute;
  top: 90px;
  left: 120px;
}

/* slide 1B */

#carousel .slide#one-b .text {
  width: 100%;
  margin-top: 5px;
  text-indent: 20px;
}

#carousel .slide#one-b .text .highlight {
  font-size: 30px;
  margin-left: 540px;
}

#carousel .slide#one-b .text h1 {
  line-height: 36px;
  text-align: center;
  margin: 28px 0 10px 0;
}

#carousel .slide#one-b img {
  position: absolute;
  top: 103px;
  left: 45px;
}

/* slide 1C */

#carousel .slide#one-c .text {
  width: 330px;
  top: 60px;
  right: 30px;
}

#carousel .slide#one-c img {
  margin: 45px 0 0 20px;
}

/* slide 2A */

#carousel .slide#two-a .text {
  width: 420px; 
  margin-top: 60px;
}

#carousel .slide#two-a img {
  margin: 20px 0 0 -5px;
}

/* slide 2B */

#carousel .slide#two-b .text {
  width: 460px;
  margin-top: 60px;
}

#carousel .slide#two-b img {
  position: absolute;
  top: 60px;
  right: 10px;
}

/* slide 3A */

#carousel .slide#three-a .text {
  width: 400px;
  position: absolute;
  top: 50px;
  right: 10px;
}

#carousel .slide#three-a img {
  margin-top: 50px;
}

/* slide 4A */

#carousel .slide#four-a .text {
  width: 400px;
  position: absolute;
  top: 50px;
  right: 10px;
}

#carousel .slide#four-a img {
  margin: 50px 0 0 50px;
}

/* slide 4B */

#carousel .slide#four-b .text {
  width: 450px;
  position: absolute;
  top: 50px;
  right: 10px;
}

#carousel .slide#four-b img {
 margin-top: 30px;
}

/* slide 5A */
#carousel .slide#five-a .text {
  text-align: center;
  margin-top: 20px;
  width: 100%;
}

#carousel .slide#five-a a .col {
  width: 33%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  text-align: center;
  font: bold italic 18px Georgia, serif;
  color: #fff;
  margin-top: 90px;
  text-indent: -30px;
}

#carousel .slide#five-a a,
article.get-started-article a {
  text-decoration: none;
}

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

/* PACKAGE PROMO */
#carousel .slide#package-promo img {
 margin-top: 20px;
}

#carousel .slide#package-promo .text {
  width: 510px;
  position: absolute;
  top: 50px;
  right: 10px;
}

/* ARTICLES */

article {
  padding: 90px 0;
  position: relative;
}

article.grey-bg {
  background: #f6f6f6;
}

article .category {
  color: #59CD20;
  font: bold 20px "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans-serif;
  text-align: center;
  text-transform: uppercase;
}

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

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

#blog-index .excerpt {
  width: 460px;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

article.case-study {
  padding-top: 50px;
}

.case-study .excerpt {
  float: left;
  width: 500px;
}

.industry-buzz .excerpt {
  float: right;
  width: 500px;
}

/* App Icons & logos for the home page */
#app-icons-container {
  width: 302px;    
  margin: 0 auto 9px;
  padding: 0;
}

.app-icon {
  display: block;
  margin: 9px;
}

#app-logos-container {
  margin: 40px auto;
  width: 302px;
  padding: 0;
}
#app-logos-container li {
  list-style-type: none;
  width: 150px;
  height: 76px;
  position: relative;
}
.app-logo {
  margin: 0 auto;
}
.app-logo-separator-right {
  display: none;
  height: 40px;
  width: 1px;
  background-color: #ddd;
  position: absolute;
  right: 0;
  top: 19px;
}
.app-logo-separator-bottom {
  display: none;
  height: 1px;
  width: 140px;
  background-color: #ddd;
  position: absolute;
  left: 10px;
  bottom: 0px;
  z-index: 1;
}

/* Spacing requested by Laycee, will likely be replaced by the category name header's padding */

.industry-buzz .latest .post {
  margin-top: 36px;
}

#blog-index article.sticky header h1,
article h1 {
  color: #555555;
  font: 500 24px "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans-serif;
  margin-top: -10px;
}

.case-study .excerpt h2 {
  color: #59CD20;
  font: italic 14px/18px Georgia, Times New Roman, serif;
  padding: 20px 0;
  margin: 20px 0;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}

.excerpt p a,
#blog-index .excerpt p a {
  color: #ff9c00;
  text-decoration: none;
  font-weight: bold;
}

.excerpt p a:hover {
  text-decoration: underline;
}

.excerpt .entry-meta {
  font: italic 12px Georgia, Times New Roman, serif;
  color: #888888;
}

.excerpt .entry-meta a {
  color: #40A7FF;
  text-decoration: none;
}

.excerpt footer {
  border-top: 1px solid #EBEBEB;
  padding: 20px 0;
  margin-top: 20px;
}

.excerpt footer .share {
  float: right;
  border: 1px solid #EBEBEB;
  margin-top: -5px;
  padding: 5px 5px 5px 8px;
  min-width: 84px;
}

.featured-image {
  max-width: 450px;
}

.case-study .featured-image {
  float: right;
}

.industry-buzz .featured-image {
  float: left;
  border: 1px solid #e3e3e3;
}

.pullquote {
  width: 100%;
  margin: 40px 0;
  color: #888888;
  font: bold italic 20px/30px Georgia, Times New Roman, serif;
  text-align: center;
  padding: 0 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.quotemark {
  font: bold italic 50px/30px Georgia, Times New Roman, serif;
  color: #59CD20;
}

.pullquote .quotemark.right {
  margin: 10px -50px 0 0;
}

.pullquote .quotemark.left {
  margin-left: -50px;
}

.latest {
  width: 100%;
}

.latest .post,
ul.resources li {
  width: 25%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
}

.latest .block {
  margin-bottom: 20px;
}

.latest .post .tag {
  font: bold 12px "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin: 25px 0;
}

.latest .post:first-child {
  margin-left: -20px;
}
.latest .post .thumb {
  width: 100%;
}

.latest .block .thumb {
  display: block ;
  width: 120px;
  margin: 0 auto;
}

.latest .post .copy {
  -wwebkit-flex: 1;
  fflex: 1;
}

.latest .block .copy {
  -webkit-flex: 1;
  flex: 1;
  margin-left: 20px;
  text-align: center;
}

.latest .post .title {
  font: 500 14px "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #555555;
  margin: 20px 0 0 20px;
}

.latest .block .title {
  flex: 1;
  font: 500 14px "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #555555;
  margin: 20px 0 0 0;
}

.grey-bg .latest .post img {
  border: 1px solid #eeeeee;
}

a.link-to-top {
  display: block;
  background: #ccc;
  width: 65px;
  height: 65px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  position: absolute;
  bottom: -42px;
  left: 50%;
  margin-left: -40px;
  font: bold italic 12px/64px Georgia, serif;
  border: 8px solid #fff;
  z-index: 1;
}

a.link-to-top:hover {
  background: #bbb;
}

#press-contain {
  width: 100%;
  float: left;
  margin-left: -20px;
}

#press-contain .press {
  margin-bottom: 40px;
}

#press-wrapper.wrapper {
  width: auto;
  max-width: 1140px;
  padding: 20px;
}

.press {
  width: 33%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
  min-height: 200px;
}

.press .source {
  font: bold 12px "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

.press .source {
  float: left;
}

.press header {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 20px;
  margin-bottom: 10px;
}

.press .date {
  float: right;
  font: italic 12px Georgia, serif;
  color: #888888;
}

.press .title {
  font: bold 18px/24px "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans-serif;
  margin-bottom: 10px;
}

.press.sample_apps, .press.press_tweets {
  width: 50%;
}

.clients,
.technologies {
  text-align: center;
  margin-bottom: 40px;
}

.clients header,
.technologies header {
  border-bottom: 1px solid #dddddd;
}

.clients header h3,
.technologies header h3 {
  text-align: left;
}

.technologies {
  position: relative;
}

.technologies h3 {
  margin-top: 66px;
}

.technologies a.supported_technologies_link {
  position: absolute;
  right: 13px;
  top: 4px;
  text-decoration: none;
  font-family: Georgia, 'Times New Roman', serif;
  font-style: italic;
  color: #40a7ff;
  font-size: 15px;
}

.technologies a.supported_technologies_link:hover {
  color: #076EC6;
}

.technologies a.supported_technologies_link:after {
  content: " ▶";
  font-size: 10px;
  font-style: normal;
  margin-left: 3px;
}

.tweets {
  width: 615px;
  float: left;
}

.tweets header,
.social header {
  font: bold 12px "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 25px;
}

.tweets header {
  padding-bottom: 15px;
}

.tweets header img {
  margin-left: 10px;
}

.tweets .tweet {
  border-bottom: 1px solid #dddddd;
}

.tweets .tweet:last-child {
  border-bottom: none;
}

/*.social a {
  padding: 25px 0 0 25px;
  float: left;
  display: block;
  text-align: center;
  color: #40a7ff;
  font: bold 12px "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans-serif;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}*/

.social a.first {
  padding-left: 0;
}

.social a img {
  margin-bottom: 10px;
}

.social a:hover img {
  margin-top: 3px;
}

.social a:hover {
  color: #076EC6;
}

.sign-up-contain {
  text-align: center;
  width: 100%;
  padding: 40px 0;
}

/* Video Slider */
#pappy-video-slider {
  position: relative;
  width: 720px;
  margin: 0 auto;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.4);
}

#pappy-video-slider .video-arrows {
  position: absolute;
  display: block;
  top: 170px;
  width: 35px;
  height: 55px;
  cursor: pointer;
}

#pappy-video-slider #previous-video {
  left: -45px;
  background: url('/publicv2/images/home/arrow-back.png') no-repeat;
}

#pappy-video-slider #next-video {
  right: -45px;
  background: url('/publicv2/images/home/arrow-forward.png') no-repeat;
}

#video-slider {
  width: 700px;
	height: 390px;
	border: 10px solid #fff;
	overflow: hidden;
}

#video-slider .slide {
  width: 700px !important;
  height: 390px !important;
}

#video-slider .slide embed {
  width: 100% !important;
  height: 100% !important;
}
/* TOUR */

#tour-selector {
  background: #92d2ff;
  width: 100%;
  height: 100px;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(75, 141, 187, 0.6);
  -moz-box-shadow: 0px 2px 2px 0px rgba(75, 141, 187, 0.6);
  box-shadow: 0px 2px 2px 0px rgba(75, 141, 187, 0.6);
  text-align: center;
  position: absolute;
  top: 205px;
}

#tour-selector a {
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font: italic 20px Georgia, serif;
  margin: 40px;
  opacity: 0.7;
  position: relative;
  cursor: pointer;
}

#tour-selector a:hover {
  opacity: 1;
}

#tour-selector a.selected {
  opacity: 1;
  font-weight: bold;
  text-shadow: 0px 0px 2px #76b7e3;
}

#tour-selector + #top {
  margin-top: 100px;
}

#tour-selector .arrow-s {
  display: none;
}

#tour-selector .selected .arrow-s {
  display: block;
  background: url('/publicv2/images/tour/arrow-s.png');
  width: 25px;
  height: 15px;
  position: absolute;
  bottom: -52px;
  left: 50%;
  margin-left: -12px;
}

.call-to-action {
  padding: 30px 0;
  color: #555555;
  font: italic 24px Georgia, serif;
  vertical-align: middle;
  text-align: center;
}

.call-to-action .sign-up-button {
  vertical-align: middle;
  margin-left: 20px;
}

.call-to-action .highlight {
  color: #59cd20;
  text-transform: uppercase;
}

/* Slides */

.tour-slide {
  text-align: center;
  margin-top: 158px;
  padding-top: 147px;
}

.tour-slide h1 {
  font: bold 40px;
  color: #555555;
  text-align: center;
  padding: 17px 0 0 0;
  margin: 0;
}

.tour-slide h1 .highlight {
  color: #ffffff;
  text-shadow: 0px 1px 1px #8ccffe;
}

.tour-slide img.hero {
  margin: 0 auto;
}

.tour-slide .top .wrapper {
  border-bottom: 1px solid #dddddd;
}

.tour-slide .final-countdown,
.tour-slide .features {
  border-top: 1px solid #dddddd;
  width: 100%;
  clear: both;
  margin-bottom: 60px;
  min-height: 280px;
}

.tour-slide .one,
.tour-slide .two,
.tour-slide .three {
  width: 33%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 0;
  float: left;
  text-align: left;
}

.tour-slide .one {
  color: #0067bf;
  padding-right: 20px;
}

.tour-slide .two {
  color: #ff9c00;
  padding-left: 10px;
  padding-right: 10px;
}

.tour-slide .three {
  color: #59cd20;
  padding-left: 20px;
}

.tour-slide .final-countdown h2 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
}

.tour-slide .final-countdown h2 .numeral {
  font-size: 40px;
  font-weight: bold;
  vertical-align: text-top;
  margin-right: 7px;
}

.technologies.tour {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 75px;
  margin-top: 50px;
  clear: both;
}

.tour-slide .features {
  margin-bottom: 90px;
}

.tour-slide .feature {
  width: 25%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
}

.tour-slide .feature h3 {
  font-size: 16px;
  text-align: left;
  margin-bottom: 24px;
}

.tour-slide .feature p {
  text-align: left;
  line-height: 20px;
}

/* Global features, shared by slides 2-4 */

#global-features .explore {
  top: -130px;
}

#global-features .geotarget-text,
#global-features .contentsync-text {
  width: 320px;
  float: right;
  text-align: left;
}

#global-features .analytics-text {
  width: 700px;
  float: left;
}

#global-features img.global-analytics {
  margin: 40px -46px 0 -46px;
}

#global-features .marketing-text {
  text-align: center;
  margin-bottom: 40px;
}

#global-features .userlist-text,
#global-features .push-text,
#global-features .map-text,
#global-features .sponsorship-text,
#global-features .popup-text {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  float: left;
  width: 33%;
}

#global-features .userlist-text {
  padding-right: 20px;
}

#global-features .customizable-rewards img {
  margin-top: 47px;
}

#global-features .push-text {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 8px;
}

#global-features .push-text img {
  margin-top: 25px;
}

#global-features .map-text {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 8px;
}

#global-features .map-text img {
  margin-right: 32px;
}

#global-features .popup-text {
  padding-left: 20px;
  padding-top: 37px;
}

#global-features .sponsorship-text {
  padding-left: 20px;
  padding-top: 44px;
}

#global-features .userlist-text h3,
#global-features .userlist-text p,
#global-features .push-text h3,
#global-features .push-text p,
#global-features .sponsorship-text h3,
#global-features .sponsorship-text p,
#global-features .map-text h3,
#global-features .map-text p,
#global-features .popup-text h3,
#global-features .popup-text p {
  text-align: left;
}

#global-features .rewards-text {
  width: 360px;
  float: left;
}

/* PRESS PAGE */

#press-responsive-wrapper {
  max-width: 860px;
}

#press-sidebar {
  float: right;
  width: 215px;
  font: 12px Georgia;
  color: #888;
}

#press-sidebar.mobile {
  display: none;
}

#press-sidebar ul {
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

#press-sidebar ul.downloads {
  border-top: 1px solid #dddddd;
  margin-top: 20px;
}

#press-sidebar li {
  padding: 15px;
  border-bottom: 1px solid #dddddd;
}

#press-sidebar h4 {
  font: bold 18px Helvetica;
  color: #59cd20;
  text-align: center;
  border-bottom: 1px solid #dddddd;
  padding: 22px 0;
  margin: 0;
}

#press-sidebar h5 {
  color: #555555;
  font: bold 12px Helvetica;
  margin: 5px 0;
}

#press-sidebar .contact {
  background: #f2f2f2;
  padding: 15px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#press-sidebar .contact.two {
  margin: 20px 0;
}

#press-sidebar .contact.two a {
  margin-bottom: 10px;
}

#press-sidebar .contact.two a:last-child {
  margin-bottom: 0;
}

#press-sidebar .phone {
  margin: 20px 0;
}

#press-sidebar a {
  color: #888;
  text-decoration: none;
}

#press-sidebar .contact a {
  color: #40a7ff;
}

#press-sidebar .contact .twitter,
#press-sidebar .contact .facebook,
#press-sidebar .contact .tumblr {
  display: block;
}

#press-sidebar .video_title {
  display: inline-block;
  width: 110px;
  margin-left: 10px;
}

/* PRICING */

#pricing-progress {
  height: 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 0;
  text-align: center;
  border-bottom: 1px solid #fff;
}

#pricing-progress a {
  color: #fff;
  text-decoration: none;
  font: italic 14px Georgia, serif;
  margin-right: 20px;
}

#pricing-progress a .numeral {
  font: bold 12px/20px Helvetica, sans-serif;
  border-radius: 60px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border: 1px solid #fff;
  padding: 4px 8px;
  height: 16px;
  width: 16px;
  margin-right: 8px;
}

#pricing-progress a.current {
  font-weight: bold;
}

#pricing-progress a.current .numeral {
  background: #fff;
  color: #a1d8fe;
}

#pricing-progress a.done {
  opacity: 0.6;
}

#pricing-header {
  height: 360px;
  width: 100%;
  background: #89cefe;
  background: -moz-linear-gradient(top,  #89cefe 0%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#89cefe), color-stop(100%,#ffffff));
  background: -webkit-linear-gradient(top,  #89cefe 0%,#ffffff 100%);
  background: -o-linear-gradient(top,  #89cefe 0%,#ffffff 100%);
  background: -ms-linear-gradient(top,  #89cefe 0%,#ffffff 100%);
  background: linear-gradient(top,  #89cefe 0%,#ffffff 100%);
  padding-top: 200px;
}

#pricing-header.short {
  height: 320px;
}
#pricing-header.shorter {
  height: 245px;
}

#pricing-header h1 {
  color: #fff;
  font: 500 30px "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans-serif;
  text-shadow: 0px 1px 1px #8ccffe;
  letter-spacing: -1px;
}

#pricing-header.shorter h1 {
  font-size: 24px;
  letter-spacing: 0;
}

#pricing-header .features {
  width: 260px;
  float: left;
}

#pricing-header .upgrade {
  width: 330px;
  float: left;
}

#pricing-header .upgrade h4 {
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  border-bottom: 1px solid #fff;
  margin: 20px 0 5px 0;
  background: none;
}

#pricing-header .upgrade ul {
  padding-left: 0;
  margin-top: 0;
}

#pricing-header .upgrade ul li {
  background: rgba(255,255,255,0.3);
  padding: 15px 20px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  list-style-type: none;
  margin-bottom: 5px;
  font: 600 16px "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans-serif;
  position: relative;
}

#pricing-header img.upgrade-platforms {
  margin-top: 30px;
}

#pricing-header .moweb-intro {
  float: left;
  width: 330px;
  margin-top: 30px;
}

#pricing-header img.moweb {
  margin-top: 30px;
}

.pro-bar.moweb {
  height: 180px;
}

.pro-bar.moweb .text {
  width: 100%;
  text-align: right;
  margin: 20px 0;
  padding: 0;
}

.pro-bar.moweb .title {
  font: bold 30px Helvetica, sans-serif;
  color: #555;
  text-align: center;
}

.pro-bar.moweb .subtitle {
  text-align: center;
}

.pro-bar.moweb .next-button {
  margin: 0 auto;
}

#moweb-packages .text {
  margin-top: 20px;
}

h4.moweb {
  text-align: center;
  color: #59cd20;
  font: bold 20px "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin: 20px 0 15px 0;
}

#pricing-header .features h1,
#pricing-header .moweb-intro h1,
#pricing-header .upgrade h1 {
  margin: 20px 0 0 0;
  font-size: 40px;
}

#pricing-header .features p,
#pricing-header .moweb-intro p {
  font: italic 16px/24px Georgia, serif;
}

#pricing-header .features a {
  color: #40a7ff;
  text-decoration: none;
  font: bold italic 14px Georgia, serif;
}

#pricing-header .features a:after {
  content: " ▶";
  font: normal 10px Helvetica;
  margin-left: 5px;
}

#pricing-header .features a:hover {
  color: #076ec6;
}

#pricing-header .three-column {
  width: 326px;
  height: 315px;
  float: left;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #555555;
}

#pricing-selection .three-column {
  height: 250px;
  width: 326px;
  float: left;
  padding: 20px 30px;
  position: relative;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #555555;
}

#pricing-selection .two-column {
  width: 490px;
  height: 120px;
  float: left;
  padding: 20px 30px;
  position: relative;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #797979;
}

#pricing-selection .pro-disclaimer {
  width: 326px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  font: italic 12px Georgia, Times New Roman, serif;
  color: #888888;
  padding: 10px 0;
}

#pricing-header img.mobile-web {
  margin-top: 12px;
}

#pricing-header img.smartphones {
  margin-top: -16px;
}

#pricing-header img.ipad {
  margin-top: -40px;
}

#pricing-header .platform {
  margin: 30px 0 0 30px;
  width: 225px;
}

#pricing-header .platform .header {
  border-bottom: 1px solid #ffffff;
  font: 700 12px "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  padding: 5px 0;
  color: #fff;
  margin-bottom: -5px;
}

#pricing-header .platform-list {
  padding-left: 0;
}

#pricing-header .platform-list li {
  list-style-type: none;
  padding: 12px 15px;
  margin: 5px 0;
  background: rgba(255,255,255,0.3) url('/publicv2/images/pricing/checkmark.png') 191px 17px no-repeat;
  background-size: 8%;
  border-radius: 3px;
  color: #444444;
  font: 500 20px "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans-serif;
}

#pricing-header .platform-list li small {
  font: italic 10px Georgia, Times New Roman, serif;
  display: block;
}

#pricing-selection {
  position: relative;
}

#pricing-selection .top {
  background: #f5f5f5;
  width: 100%;
  height: 140px;
}

#pricing-selection .top.tall {
  height: 110px;
}

#pricing-selection .bottom {
  background: #ecebeb;
  width: 100%;
  height: 100px;
}

#pricing-selection .wrapper {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -490px;
}

#pricing-selection .select-bar {
  height: 10px;
  background: #dcdcdc;
}

#pricing-selection .three-column .select-bar,
#pricing-selection .two-column .select-bar {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

#pricing-selection .three-column:hover,
#pricing-selection .two-column:hover {
  cursor: pointer;
}

#pricing-selection .three-column:hover .select-bar,
#pricing-selection .two-column:hover .select-bar {
   background: #888;
}

#pricing-selection .two-column.nohover:hover {
  cursor: default;
}

#pricing-selection .two-column.nohover:hover .select-bar {
  background: #dcdcdc;
}

#pricing-selection .two-column.nohover.selected:hover .select-bar {
  background: #59CD20;
}

#pricing-selection h1 {
  font: bold 40px "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans-serif;
  margin: 10px 0 0 0;
}

#pricing-selection h2 {
  position: relative;
  font: 500 22px "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans-serif;
  margin-top: 5px;
}

#pricing-selection p.description {
  position: relative;
  font: 400 14px Georgia, Times New Roman, serif;
  margin: -10px 0 0 0;
  padding: 0 40px;
}

#pricing-selection .two-column p.description {
  margin-top: 10px;
}

#pricing-selection .add,
.package .add {
  display: block;
  width: 66px;
  height: 66px;
  background: rgba(255,255,255,0.7);
  color: #40a7ff;
  text-align: center;
  font: bold 12px/51px "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans-serif;
  text-decoration: none;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px;
}

#pricing-selection .three-column .add {
  position: absolute;
  top: 107px;
  left: 50%;
  margin-left: -33px;
}

#pricing-header .upgrade .add {
  display: block;
  width: 46px;
  height: 46px;
  background: rgba(255,255,255,0.4);
  color: #40a7ff;
  text-align: center;
  font: bold 11px/36px "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans-serif;
  text-decoration: none;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 6px;
  position: absolute;
  right: 14px;
  top: 2px;
}

#pricing-selection .add .add-this,
#pricing-selection .add .step,
#pricing-selection .add .done,
.package .add .add-this {
  display: block;
  background: #fff;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -webkit-box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.2);
}

#pricing-header .upgrade .add-this {
  display: block;
  background: #fff;
  width: 34px;
  height: 34px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -webkit-box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.2);
}

#pricing-selection .add .checkmark,
#pricing-selection .add .done,
.package .add .checkmark {
  display: none;
  background: #ffffff url('/publicv2/images/pricing/checkmark.png') 7px 12px no-repeat;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -webkit-box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.2);
}

#pricing-header .upgrade .checkmark {
  display: none;
  background: url('/publicv2/images/pricing/checkmark.png') 7px 12px no-repeat;
  background-size: 80%;
  width: 34px;
  height: 34px;
  opacity: 1;
  margin: -4px 0 0 -4px;
}

#pricing-selection .add .done {
  display: block;
}

#pricing-selection .add:hover .add-this,
#pricing-selection .three-column:hover .add .add-this,
#pricing-selection .two-column:hover .add .add-this,
.package .add:hover .add-this {
  text-shadow: 0 -1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 0.4);
  background: #40a7ff; 
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQwYTdmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDY3YmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #40a7ff 0%, #0067bf 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#40a7ff), color-stop(100%,#0067bf));
  background: -webkit-linear-gradient(top,  #40a7ff 0%,#0067bf 100%);
  background: -o-linear-gradient(top,  #40a7ff 0%,#0067bf 100%);
  background: -ms-linear-gradient(top,  #40a7ff 0%,#0067bf 100%);
  background: linear-gradient(top,  #40a7ff 0%,#0067bf 100%);
  color: #ffffff;
}

#pricing-header .add:hover .add-this {
  display:none;
}

#pricing-header .add:hover .checkmark {
  display: block;
  opacity: 0.4;
}

#pricing-selection .three-column .add:hover .checkmark {
  background:url('/publicv2/images/pricing/remove.png') 10px 12px no-repeat;
}

#pricing-selection .three-column .pricing {
  width: 100%;
  font-size: 36px;
  font-weight: 200;
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -163px;
}

#pricing-selection .two-column .pricing {
  font-size: 20px;
  margin-top: 15px;
  font-weight: 200;
}

#pricing-selection .two-column .select {
  width: 150px;
  text-align: center;
}

#pricing-selection .two-column .text {
  width: 280px;
}

#pricing-selection .two-column .add {
  margin: 20px auto 0 auto;
} 

#pricing-selection .pricing .starting {
  font-size: 9px;
  text-transform: uppercase;
  display: block;
  letter-spacing: 1px;
  margin-bottom: -2px;
}

#pricing-selection .pricing .currency {
  font-size: 14px;
  font-weight: bold;
  vertical-align: super;
}

#pricing-selection .dash {
  font-weight: 600px;
  font-size: 20px;
}

#pricing-selection .two-column .pricing .currency {
  font-size: 12px;
  margin-right: 2px;
}

#pricing-selection .pricing .amount,
#pricing-selection .pricing .static-amount {
  font-weight: 600;
}

#pricing-selection .bump-it-up {
  position: absolute;
  top: -14px;
  left: 0;
  height: 262px;
  padding-top: 35px;
  -webkit-box-shadow: 3px 0px 5px 0px rgba(0, 0, 0, 0.1), -3px 0px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 3px 0px 5px 0px rgba(0, 0, 0, 0.1), -3px 0px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 0px 5px 0px rgba(0, 0, 0, 0.1), -3px 0px 5px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 326px;
  z-index: 1;
}

#pricing-selection .three-column .bump-it-up .add {
  top: 120px;
}

#pricing-selection .bump-it-up .top {
  height: 158px;
  margin-top: -111px;
  min-width: 326px;
}

#pricing-selection .bump-it-up .select-bar {
  bottom: -2px;
}

#pricing-selection .selected .select-bar,
#pricing-selection .selected:hover .select-bar {
  background: #59cd20;
}

#pricing-selection .selected .add .add-this,
#pricing-selection.selected .add .add-this,
.package-contain .selected .add-this {
  display: none;
}

#pricing-selection .two-column.selected,
#pricing-selection .two-column.selected:hover {
  color: #444444;
  cursor: default;
}

#pricing-selection .two-column:last-child.selected {
  -webkit-box-shadow: -3px 0px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -3px 0px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: -3px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

#pricing-selection .two-column:first-child.selected {
  -webkit-box-shadow: 3px 0px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 3px 0px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

#pricing-selection .two-column.selected .add:hover {
  cursor: default;
}

#pricing-selection .selected .add .checkmark,
#pricing-selection.selected .add .checkmark,
.package-contain .selected .checkmark {
  display: block;
}

#pricing-header .upgrade .selected .add-this {
  display: none;
}

#pricing-header .upgrade .selected .checkmark {
  display: block;
}

#pricing-header .upgrade .nohover .checkmark,
.package-contain .package .selected.nohover .checkmark {
  opacity: 0.4;
  cursor: default;
}

#pricing-header .upgrade-oldcust {
  width: 570px;
  float: right;
}

#pricing-header .upgrade-oldcust img {
  width: 370px;
  margin: 12px 0 6px 92px;
}

#pricing-header .plan {
 font: 20px Helvetica;
 margin-bottom: 10px;
}

#pricing-header .description {
 font: 14px/20px Helvetica;
 color: #888;
}

#pricing-selection .popular {
  background:url('/publicv2/images/pricing/popular.png') no-repeat;
  width: 92px;
  height: 93px;
  position: absolute;
  top: -10px;
  left: -6px;
  text-indent: -3000em;
}

#pricing-selection #ipad_col .pro-indicator {
  position: absolute;
  left: 2px;
  bottom: 84px; 
}

#pricing-subtotal {
  text-align: center;
  padding: 20px 0;
}

#pricing-subtotal.pre-cart {
  border-bottom: 1px solid #e4e4e4;
}

#pricing-subtotal .pricing {
  display: inline-block;
  font-size: 72px;
  color: #555555;
  font-weight: 300;
  margin-right: 20px;
  line-height: 70px;
  vertical-align: middle;
}

#pricing-subtotal .pricing .total {
  font-size: 14px;
  vertical-align: text-top;
  margin-right: 3px;
}

#pricing-subtotal .pricing .amount {
  font-weight: bold;
}

#pricing-subtotal .month-text {
  font-size: 70%;
}

#one-more-time-gonna-celebrate {
  position: relative;
  display: inline-block;
}

#one-more-time-gonna-celebrate .onetime {
  font: italic 14px Georgia, serif;
  color: #888;
  display: block;
  width: 105px;
  position: absolute;
  left: 0;
  top: 11px;
}

#pricing-subtotal #one-more-time-gonna-celebrate .total {
  font: bold 20px "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans-serif;
  vertical-align: middle;
  margin-right: -16px;
}

#one-more-time-gonna-celebrate .onetime-amount {
  font: bold 40px "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans-serif;
}

#pricing-subtotal .pricing .plus {
  font-size: 50px;
  font-weight: bold;
}

#yearly-savings .wrapper {
  border-top: 1px solid #ddd;
  padding: 40px 310px;
  text-align: center;
  color: #888;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#yearly-savings .old,
#yearly-savings .new {
  width: 160px;
  margin: 0 10px;
  float: left;
  position: relative;
}

#yearly-savings .splainit {
  font: italic 14px Georgia, serif;
  display: block;
  margin-bottom: 10px;
}

#yearly-savings .total {
  font-size: 20px;
  vertical-align: top;
}

#yearly-savings .amount {
  font-weight: bold;
  font-size: 40px;
  line-height: 36px;
}

#yearly-savings .month-text {
  font-size: 20px;
}

#yearly-savings .old .amount, 
#yearly-savings .old .total,
#yearly-savings .old .month-text {
  color: #dddddd;
}

#yearly-savings .old .strikethru {
  height: 1px;
  width: 130px;
  border-bottom: 3px solid #ddd;
  position: absolute;
  bottom: 23px;
  left: 0;
}

/* pro bar */

.pro-bar {
  background: #ecebeb;
  width: 100%;
  height: 140px;
  text-align: center;
}

.pro-bar .text {
  width: 350px;
  text-align: left;
  float: left;
  margin-top: 32px;
}

.pro-bar .title {
  color: #555;
  font: bold 40px Helvetica, sans-serif;
  letter-spacing: -1px;
}

.pro-bar .subtitle {
  color: #555;
  font: italic 16px Georgia, serif;
  margin-top: 2px;
}

.pro-bar .subtitle .highlight {
  font-weight: bold;
  color: #59cd20;
}

.pro-orb {
  background:url('/publicv2/images/pricing/pro-orb.png');
  width: 74px;
  height: 91px;
  text-indent: -2000em;
}

.pro-bar .pro-orb {
  float: left;
  margin: 28px 40px 0 225px;
}

.pro-bar .select {
  float: left;
  margin-top: 35px;
}

#pricing-selection.pro-bar .select .add {
  font-size: 10px;
}

/* features packages */

.package-contain {
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #f5f5f5;
  border-top: 5px solid #fff;
  height: 100px;
}

#organization-package.package-contain {
  width: 50%;
}

.package-contain.open {
  background: #fafafa;
}

.package-contain.left {
 border-right: 5px solid #fff;
}

.package {
  width: 485px;
  position: relative;
  z-index: 1;
}

#organization-package .package {

}

.package.premium {
  background: #59CD20;
  width: 490px;
}

.package.premium h4 {
  color: #fff;
}

.package-contain.left .package {
  float: right;
  margin-right: 20px;
}

.package-contain.right .package {
  float: left;
  margin-left: 20px;
}

.package .select {
  float: right;
  margin: 12px;
}

.package img {
  float: left;
  margin-top: 8px;
}

.package .text {
  float: left;
  margin: 28px 0 28px 28px;
  width: 290px;
}

.package .title {
  color: #222222;
  font: bold 16px Helvetica, sans-serif;
}

.package:hover {
  cursor: pointer;
}

.package:hover .title {
  color: #59CD20;
}

.package .description {
  color: #666666;
  font: italic 12px Georgia, serif;
  margin-top: 5px;
}

.package a.expand {
  padding-top: 12px;
  font: bold 24px/12px Helvetica;
  color: #ccc;
  text-decoration: none;
  position: absolute;
  bottom: -35px;
  left: 50%;
  margin-left: -7px;
  background:url('/publicv2/images/pricing/circle.png') no-repeat;
  width: 38px;
  height: 38px;
  text-align: center;
}

.package a.expand:hover {
  color: #40A7FF;
}

/* cart */

#cart {
  width: 400px;
  margin: 40px auto;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#cart div {
  float: left;
  color: #888;
  font: italic 14px/20px Georgia, serif;
}

#cart .platforms {
  border-right: 1px solid #e4e4e4;
  padding-right: 20px;
}

#cart .features {
  padding-left: 20px;
}

#cart.large .features {
  padding-right: 20px;
}

#cart h3 {
  color: #59cd20;
  font: bold 12px Helvetica;
  text-transform: uppercase;
  background: none;
}

#cart.large {
  width: 500px;
}

#cart.large .services {
  border-left: 1px solid #e4e4e4;
  padding-left: 20px;
}


/* drawer */

.drawer {
  background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAJklEQVQIW2P89OnTfw4ODgYYYPz169d/OA/IgAv8+PGDAaQSQwUAvE4Sua2pd/4AAAAASUVORK5CYII=);
  /*height: 350px;*/
  width: 100%;
  border-top: 5px solid #fff;
  padding: 40px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.drawer ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  min-width: 980px;
  text-align: center;
}

.drawer li {
  display: inline-block;
  width: 196px;
  /*height: 216px;*/
  margin-right: -4px;
  text-align: center;
  /*float: left;*/
  color: #666;
  vertical-align: top;
  font: italic 12px Georgia, serif;
}

.drawer h4 {
  font: bold italic 12px Georgia, serif;
  color: #666666;
  margin: 10px 0;
  padding: 0;
  background-color: transparent;
}

.drawer p {
  font-size: 16px;
}

.drawer p.feature-desc {
  font-size: 12px;
  line-height: 14px;
  margin: 6px 10px;
}

.drawer h2 {
  font-size: 24px;
}

.drawer a {
  color: #40a7ff;
  font-weight: bold;
  text-decoration: none;
}

.drawer .pricing {
  text-align: center;
  width: 100%;
  margin-top: 15px;
  color: #888888;
  font: 200 24px Helvetica;
  border-top: 1px solid #e3e3e3;
  padding-top: 20px;
}

.drawer .pricing .onetime {
  font: italic 14px Georgia;
}

.drawer img.theme-sample,
.drawer img.support {
  float: left;
  margin-right: 30px;
}

.drawer .pricing .amount {
  font-weight: bold;
}

.drawer .indented {
  width: 730px;
  margin: -15px auto 20px auto;
}

/* custom theme */

.custom-theme {
  padding: 25px 0;
  border-bottom: 1px solid #e4e4e4;
  text-align: center;
  color: #555555;
  font: 14px Georgia, serif;
}

.custom-theme .price {
  font: bold 18px "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans-serif;
}

.custom-theme .button-help {
  margin-left: 10px;
}

.pricing-year {
  background: #f5f5f5;
  width: 100%;
  padding: 25px 0;
  text-align: center;
  text-transform: uppercase;
  color: #555555;
  font-size: 14px;
  font-weight: bold;
}

.pricing-year .highlight {
  color: #59cd20;
}

.pricing-year .add,
.custom-theme .add {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  background: #fff;
  width: 26px;
  height: 26px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -webkit-box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.2);
  border:8px solid #fafafa;
}

.pricing-year .add.selected,
.custom-theme .add.selected {
  background: #ffffff url('/publicv2/images/pricing/checkmark.png') 3px 6px no-repeat;
  background-size: 80%;
}

.pricing-year .add:hover,
.custom-theme .add:hover {
  background: #ffffff url('/publicv2/images/pricing/checkmark.png') 3px 6px no-repeat;
  background-size: 80%;
  opacity: 0.5;
}

/* Included Features Modal */

#included-modal {
  height: 650px;
  width: 820px;
  padding: 20px;
}

#included-modal h1 {
  color: #555555;
  font: bold 20px Helvetica, sans-serif;
  text-transform: uppercase;
  margin-bottom: 30px;
}

#included-modal .feature {
  float: left;
  margin: 0 20px 20px 0;
  width: 185px;
  height: 225px;
}

#included-modal .feature h2 {
  color: #555;
  font: bold 14px Helvetica, sans-serif;
  margin-top: 15px;
}

#included-modal .feature p {
  color: #888;
  font: 12px/16px Georgia, serif;
}

#included-modal .bottom {
  margin: 30px -40px -40px -40px;
  padding: 40px;
  background: #eeeeee;
  width: 900px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#included-modal .pro-orb {
  float: left;
  margin: 0 30px;
}

#included-modal .text {
  float: left;
  padding: 10px 20px;
  width: 420px;
  border-right: 1px solid #dedede;
}

#included-modal .title {
  color: #59cd20;
  font: bold 20px Helvetica, sans-serif;
  text-transform: uppercase;
}

#included-modal .subtitle {
  color: #888888;
  font: italic 14px Georgia, serif;
  margin-top: 10px;
}

#included-modal .highlight {
  color: #59cd20;
  font-weight: bold;
}

#included-modal a.full-features {
  font: bold italic 18px Georgia, serif;
  color: #40a7ff;
  float: left;
  margin: 20px;
  text-decoration: none;
  width: 169px;
}

#included-modal a.full-features:hover {
  color: #076ec6;
}

/* Designs Showcase Modal */
#designs-modal {
  width: 650px;
}

#designs-modal h1 {
  color: #555555;
  font: bold 20px Helvetica, sans-serif;
  margin-bottom: 30px;
  margin-left: 10px;
}

#designs-modal img {
  width: 140px;
  height: 210px;
  float: left;
  margin: 0 10px 20px 10px;
  border: 1px solid #888;
}

/* FREE TRIAL ON CONFIRM */

#free-trial {
  width: 600px;
  margin: 10px auto;
  color: #555;
}

#free-trial li {
  margin-bottom: 10px;
}

/* DEPRECATED? */
.pricing-features .compare {
  display: block;
  width: 100%;
  padding: 20px 0;
  color: #40a7ff;
  font-weight: 600;
  text-decoration: none;
  font-size: 12px;
  text-align: center;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
}

.pricing-features .compare .switch {
  position: absolute;
  bottom: -13px;
  left: 50%;
  margin-left: -13px;
  background: #fff;
  width: 26px;
  height: 26px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
  line-height: 24px;
  text-align: center;
  font-size: 20px;
  z-index: 1;
}

.pricing-features.expose .compare {
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
}

.pricing-features.expose .switch {
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
}

.pricing-features.expose .switch .plus {
  display: none;
}

.pricing-features.expose .switch .minus {
  display: inline;
}

.pricing-features.expose .compare.footer {
  display: block;
}

.pricing-features .features {
  width: 100%;
  display: table;
}

.pricing-features .features .wrapper {
  display: table;
}

.pricing-features .row,
#confirm .row {
  background: #f5f5f5;
  height: 60px;
  border-bottom: 1px solid #dddddd;
  position: relative;
}

#confirm.align-center .row {
  font-size: 16px;
  font-style: normal;
  line-height: 20px;
  height: auto;
  padding: 20px 0;
}

#confirm.align-center p {
  margin: 30px 0 0 0;
}

.pricing-features .row:nth-child(even) {
  background: #fff;
}

.pricing-features .label,
.pricing-features .core,
.pricing-features .pro {
  display: table-cell;
  vertical-align: middle;
  height: 60px;
  color: #666666;
  font-size: 14px;
}

.pricing-features .label {
  color: #222222;
  font-weight: bold;
  width: 245px;
}

.pricing-features .core {
  text-align: center;
  width: 245px;
}

.pricing-features .pro {
  text-align: center;
  width: 490px;
  border-left: 1px solid #dddddd;
}

.pricing-features .pro.indicator {
  background:url('/publicv2/images/pricing/pro-indicator.png') top left no-repeat;
}

.pricing-features .features .add {
  display: inline-block;
  background: #ffffff;
  height: 22px;
  width: 22px;
  border: 6px solid #dddddd;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  vertical-align: middle;
  margin-right: 5px;
}

.pricing-features .features .add:hover,
.pricing-features .features .add.selected {
  background: #ffffff url('/publicv2/images/pricing/checkmark.png') 3px 6px no-repeat;
  background-size: 80%;
}

.pricing-features .features .add:hover {
  border: 6px solid #ccc;
  opacity: 0.5;
}

.pricing-features .package {
  height: 350px;
  width: 100%;
  padding: 30px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

.pricing-features .package + .row {
  -webkit-box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
}

.pricing-features .package ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}

.pricing-features .package li {
  display: block;
  width: 196px;
  height: 226px;
  text-align: center;
  float: left;
  color: #666;
  font: italic 12px Georgia, serif;
}

.pricing-features .package .blurb {
  width: 940px;
  margin: 10px auto 0 auto;
  padding: 25px 0 0 0;
  border-top: 1px solid #eeeeee;
  text-align: center;
  color: #888888;
  font: 14px Georgia, serif;
}

/* Invoice */

#bg_invoice {
  background: none;
}

/* Upgrade Confirm */

#pricing-header.upgrade.confirm {
  margin-top: -30px;
  padding: 40px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  overflow: hidden;
}

#pricing-header.upgrade.confirm .wrapper.contain-plans {
  width: 680px;
}

#pricing-header.upgrade.confirm .plan {
  float: right;
  width: 46%;
  padding: 20px;
  background: url('/publicv2/images/pricing/noise.png');
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font: 16px Georgia;
  -webkit-box-shadow:  0px 0px 5px 2px rgba(0, 0, 0, 0.1);
  box-shadow:  0px 0px 5px 2px rgba(0, 0, 0, 0.1);
}

#pricing-header.upgrade.confirm .plan.first {
  float: left;
}

#pricing-header.upgrade.confirm .plan .description {
  width: 80%;
  font-family: Georgia;
  font-style: italic;
}

#pricing-header.upgrade.confirm .plan .amount {
  width: 20%;
  text-align: right;
}

#pricing-header.upgrade.confirm  h2 {
  background: none;
  text-align: center;
  text-shadow: 0px 1px 0px #ffffff;
  background: #ddd;
  color: #999;
  text-transform: capitalize;
  font-size: 14px;
  margin: -20px -20px 20px -20px;
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
}

#pricing-header.upgrade.confirm .money {
  color: #555555;
  font: 500 16px "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans-serif;
  text-align: right;
}

h2.todays-invoice {
  text-align: center;
  -webkit-box-shadow:  0px -2px 0px 0px rgba(0, 0, 0, 0.1);
  box-shadow:  0px -2px 0px 0px rgba(0, 0, 0, 0.1);
  text-shadow: 0px 1px 0px #ffffff;
  text-transform: uppercase;
  font-size: 20px;
  padding: 25px 0;
  border-bottom: 1px solid #ccc;
}


/* CUSTOM THEME MODAL */

#custom-theme-modal {
  width: 760px;
  height: 540px;
  color: #555555;
  background: #ffffff;
  text-align: center;
  padding: 40px 60px;
}

#custom-theme-modal h1 {
  font: 500 20px "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans-serif;
}

#custom-theme-modal img {
  margin: 10px auto;
}

#custom-theme-modal p.info {
  color: #888888;
  font: 16px/26px Georgia, serif;
  margin-bottom: 30px;
}

#custom-theme-modal p.info .deets {
  font: bold 16px "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #555555;
}

#custom-theme-modal p.info a {
  font-weight: bold;
  color: #40a7ff;
  text-decoration: none;
}

#custom-theme-modal .button-contain {
  background: #f0f0f0;
  margin: 40px -60px -40px -60px;
  padding: 40px;
  font: bold 20px "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans-serif;
}

#custom-theme-modal .button-contain .price {
  font: bold 40px "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans-serif;;
}

#custom-theme-modal .button-contain .next-button {
  vertical-align: bottom;
  margin-left: 20px;
}

/* SIGN UP */

#pricing-header.recap,
#pricing-header.confirm {
  height: 220px;
  background: #89cefe;
  background: -moz-linear-gradient(top,  #89cefe 0%, #ddf1ff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#89cefe), color-stop(100%,#ddf1ff));
  background: -webkit-linear-gradient(top,  #89cefe 0%,#ddf1ff 100%);
  background: -o-linear-gradient(top,  #89cefe 0%,#ddf1ff 100%);
  background: -ms-linear-gradient(top,  #89cefe 0%,#ddf1ff 100%);
  background: linear-gradient(top,  #89cefe 0%,#ddf1ff 100%);
}

#pricing-header.confirm {
  height: 169px;
}

#pricing-header.recap h3 {
  font: 500 20px "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #fff;
  margin: 20px 0;
  padding: 0;
  background: transparent;
}

#pricing-header.recap h4 {
  border-top: 1px solid #ffffff;
  font: 700 12px "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  padding: 5px 0;
  color: #fff;
  margin: 15px 0 -5px 0;
  background: transparent;
}

#pricing-header.recap .padding {
  margin: 50px 0 0 40px;
}

#pricing-header.recap .item {
  color: #555555;
  font: 600 14px "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans-serif;
  text-align: center;
  float: left;
  padding: 0 10px;
}

#pricing-header.recap .item.alacarte {
  font-size: 12px;
  text-align: left;
  width: 155px;
  margin-top: 16px;
  font-weight: normal;
  line-height: 18px;
  color: #666;
  font: italic 12px/18px Georgia, serif;
}

#pricing-header.recap .pricing {
  color: #555555;
  font: 400 40px/34px "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans-serif;
  margin-top: 20px;
}

#pricing-header.recap .pricing .currency {
  font-size: 12px;
  vertical-align: text-top;
}

#pricing-header.recap .pricing .amount,
#pricing-header.recap .pricing #onetime-amount {
  font-weight: bold;
}

#pricing-header.recap .pricing .plus {
  font-weight: 100;
  font-size: 18px;
  vertical-align: middle;
}

#pricing-header.recap .pricing .total {
  font-size: 12px;
  vertical-align: text-top;
}

#pricing-header .go-back {
  color: #40a7ff;
  font: italic bold 14px Georgia, Times New Roman, serif;
  margin-top: 20px;
  text-transform: none;
  text-decoration: none;
  display: block;
  text-align: right;
}

#pricing-header .go-back:hover {
  color: #076ec6;
}

#pricing-header .header .go-back {
  float: right;
  margin-top: 0;
}

#pricing-header .go-back .arrow {
  font-size: 10px;
  font-style: normal;
}

#signup-form {
  width: 980px;
  margin: 0 auto;
  padding: 60px 0;
  text-align: center;
}

#signup-form .tr {
  height: 65px;
}

#signup-form h2,
#pricing-header h2 {
  color: #59cd20;
  font: bold 18px "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans-serif;
  text-align: center;
  text-transform: uppercase;
}

.emdash {
  font: 30px/6px Helvetica;
  color: #555;
  text-align: center;
  margin-bottom: 40px;
}

#signup-form label {
  color: #555555;
  font: 500 16px "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans-serif;
  text-align: right;
  margin-right: 20px;
  width: 285px;
  display: inline-block;
  background: #fff;
}

#confirm .description {
  display: inline-block;
  width: 500px;
  margin-right: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: right;
}

#confirm .money {
  color: #555555;
  font: 500 16px "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans-serif;
  display: inline-block;
  text-align: right;
  width: 100px;
}

#signup-form .button-help {
  margin-left: 10px;
}

#signup-form input[type=text],
#signup-form input[type=password] {
  width: 484px;
  padding: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font: 20px Georgia, sans-serif;
  color: #888888;
  border: 1px solid #eeeeee;
  -webkit-box-shadow: inset 1px 2px 2px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 1px 2px 2px 0px rgba(0, 0, 0, 0.3);
  box-shadow: inset 1px 2px 2px 0px rgba(0, 0, 0, 0.3);
}

#signup-form .button-contain {
  text-align: center;
  margin: 40px 0;
}

#signup-form .month {
  width: 300px;
  display: inline-block;
  margin-right: 20px;
}

#signup-form .year {
  width: 155px;
  display: inline-block;
}

#signup-form .optional {
  color: #888888;
  font: italic 12px Georgia, Times New Roman, serif;
  margin-left: 10px;
}

.terms-bar {
  background: #f5f5f5;
  width: 100%;
  padding: 35px 0;
  color: #555555;
  font: 500 16px "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-align: center;
}

.terms-bar a {
  color: #40a7ff;
  text-decoration: none;
}

.terms-bar a:hover {
  text-decoration: underline;
}

.terms-bar + #signup-form,
#confirm + #signup-form {
  padding-top: 0;
}

.terms-bar .agree {
  display: inline-block;
  background: #fff;
  width: 25px;
  height: 25px;
  -webkit-box-shadow: inset 1px 2px 2px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 1px 2px 2px 0px rgba(0, 0, 0, 0.3);
  box-shadow: inset 1px 2px 2px 0px rgba(0, 0, 0, 0.3);
  border: 8px solid #fafafa;
  vertical-align: middle;
  margin-right: 5px;
}

.terms-bar .agree.select {
  background: #ffffff url('/publicv2/images/pricing/checkmark.png') 3px 6px no-repeat;
  background-size: 80%;
}

/* Confirmation & Success */

#pricing-header.confirm h1 {
  text-align: center;
  margin-top:30px;
}

#pricing-header .success-message {
  font: 400 italic 20px Georgia;
  color: #555555;
  text-align: center;
  margin: 0 auto 45px auto;
}

#confirm label {
  width: 370px;
}

#confirm .row {
  color: #888888;
  font: 400 italic 20px/60px Georgia;
}

#confirm .row:nth-child(even) {
  background: #fff;
}

#confirm .row.subtotal {
  background: #DDF1FF;
  font-weight: bold;
  text-transform: uppercase;
  font-style: normal;
  font-family: Helvetica;
}

#confirm .row.total {
  background: #CCC;
  font-weight: bold;
  text-transform: uppercase;
  font-style: normal;
  font-family: Helvetica;
}

#confirm p {
  text-align: center;
  font-size: 16px;
}

.bigass.error {
  text-align: center;
  font-size: 20px;
  padding: 20px;
  border-top: 1px solid #e69999;
  border-bottom: 1px solid #e69999;
  text-shadow: 0px 1px 0px #ffffff;
}

/* SUB HEADER */
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

header.sub {
  position: relative;
  padding: 40px 0 0 0;
}

header.sub h1,
header.sub h1 a {
  font: bold italic 40px Georgia, serif;
  float: left;
  text-shadow: 0px 1px 1px #8ccffe;
  color: #fff;
  letter-spacing: -1px;
  margin: 0 0 20px 0;
  text-decoration: none;
}

header.sub .actions {
  float: right;
  cursor: pointer;
  width: 540px;
}

a.subscribe {
  float: left;
  font: italic 12px/20px Georgia, serif;
  color: #555555;
  text-decoration: none;
  margin: 10px 5px 0 0;
  padding-right: 30px;
  background: url('../images/blog/rss.png') top right no-repeat;
}

.filter-contain {
  position: relative;
  float: left;
  width: 240px;
  height: 50px;
  z-index: 3;
  vertical-align: middle;
}

#filter {
  position: absolute;
  font-size: 13px;
  color: #40a7ff;
  font-weight: 500;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: 200px;
  margin: 0 20px;
  padding: 15px 0px 10px 10px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px; 
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  background: #fff;
}

#filter .label {
  padding: 10px 20px 12px 20px;
}

#filter .label .arrow {
  float: right;
  padding: 2px 20px 0 0;
}

#filter #category-list {
  display: none;
  max-width: 200px;
  list-style-type: none;
  text-align: left;
  margin: 0 0 20px 0;
  padding: 0;
}

#filter #category-list a {
  display: block;
  font-size: 14px;
  color: #555555;
  text-transform: none;
  text-decoration: none;
  padding: 6px 20px;
}

#filter #category-list a:hover {
  color: #ffffff;
  background-color: #40A7FF;
}

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

input#searchsubmit {
	display: none;
}

#search_apps_input {
  position: relative;
  float: right;
  margin-top: 46px;
}

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

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

/* FEATURE SUPPORT */
#top.fixed.shorty {
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  /*border-bottom: 1px solid #f5f5f5;*/
}

#feature-devices {
  position: relative;
  float: right;
  margin: 20px 0 0 0;
  text-align: center;
}

#feature-devices dt,
.feature-support dd dt {
  display: block;
  float: left;
  width: 380px;
  min-height: 1px;
}

#feature-devices dd,
.feature-support dd dd {
  float: left;
  width: 120px;
  margin: 0;
}

#feature-devices dd {
  font: normal italic 18px Georgia, serif;  
}

#feature-list {
  min-width: 1000px;
  margin-top: 355px;
}

.feature-support {
  margin: 0;
  border-top: 1px solid #f5f5f5;
}

#feature-list .feature-support:first-child {
  border-top: none;
}

.feature-support dt {
  font: bold 24px/80px "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #59CD20;
  text-transform: uppercase;
  width: 980px;
  height: 80px;
  margin: 0 auto;
}

.feature-support dd dt {
  font: bold 16px/60px "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans-serif;
  text-align: left;
  color: #555555;
  width: 380px;
  height: 60px;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: none;
}

.feature-support dd {
  font: bold 16px/60px "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #555555;
  margin: 0;
  height: 60px;
  background-color: #f5f5f5;
  clear: both;
}

.feature-support dd dd,
.feature-support dd:nth-child(odd) {
  background-color: transparent;
}

.feature-support dd dl {
  text-align: center;
  width: 980px;
  margin: 0 auto;
}

.feature-support dd dd {
  clear: none;
}

.feature-support .supported {
  background: url("/publicv2/images/pricing/checkmark.png") center center no-repeat;
}

.feature-support .not-supported {

  background: url("/publicv2/images/pricing/remove.png") center no-repeat;
}

.feature-support .pro-supported {
  color: #59cd20;
  text-transform: uppercase;
}

.feature-support .soon-supported {
  color: #888888;
  font-weight: normal;
}

#carousel.features-footer .slide#five-a .text {
  position: relative;
  width: auto;
  text-align: center;
  margin-top: 60px;
}

#carousel.features-footer .slide h1 {
  color: #555555;
  text-shadow: none;
}

#carousel.features-footer .slide {
  width: 980px; 
  height: 360px;
  margin: 0 auto 30px auto;
}

#carousel.features-footer .slide#five-a a .col {
  font-weight: normal;
  color: #888888;
  margin-top: 0;
}

/* BLOG INDEX */
#blog-index.wrapper {
  margin-bottom: 50px;
}

#blog-index-had-a-baby {
  margin-left: -20px;
}

#blog-index article {
  padding: 0;
}

#blog-index a,
#blog-post a {
  text-decoration: none;
  color: #555;
}

#blog-index .paging a {
  color: #40A7FF;
  font: bold italic 14px Georgia;
}

#blog-index .paging a:hover {
  color: #076EC6;
}

#blog-index .paging a + a {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #888;
}

#blog-index a:hover,
#blog-post a:hover {
  color: #40a7ff;
}

#blog-index h1.page-title {
  font: normal italic 24px Georgia;
  color: #888;
  padding-bottom: 20px;
  margin: 0 0 20px 20px;
  border-bottom: 1px solid #ddd;
}

/* BLOG INDEX - FEATURED */
#blog-index article.sticky {
  float: left;
  width: 480px;
  height: 700px;
  overflow: hidden;
  background: #f2f2f2;
  margin-left: 20px;
}

#blog-index article.sticky .entry-summary header {
  height: 50px;
}

#blog-index article.sticky h1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 15px;
}

#blog-index article.sticky .entry-meta {
  height: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #888;
  margin-bottom: 15px;
}

#blog-index .entry-summary a.read_more {
  display: block;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #ddd;
}

#blog-index .entry-summary a.read_more:after {
  content: " ▶";
  font: normal 8px Helvetica;
  margin-left: 5px;
}

/* BLOG INDEX - TWEETS AND JOB/CASE STUDIES */
#blog-index .tweet {
  position: relative;
  float: left;
  width: 230px;
  height: 330px;
  margin: 0 20px 40px 20px;
  border: 10px solid #eeeeee;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#blog-index .tweet .nub {
  position: absolute;
  bottom: -36px;
  left: 20px;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid #eeeeee;
  width: 0;
  height: 0;
  transform:rotate(45deg);
  -ms-transform:rotate(45deg); /* IE 9 */
  -moz-transform:rotate(45deg); /* Firefox */
  -webkit-transform:rotate(45deg); /* Safari and Chrome */
  -o-transform:rotate(45deg); /* Opera */
}

#blog-index .tweet .vertical-align {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 1px;
}

#blog-index .tweet .pullquote {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.125em;
  margin: 0;
  padding: 40px 10px 50px 10px;
  width: 200px;
  max-height: 306px;
  overflow: hidden;
  text-overflow: ellipsis;
}

#blog-index .tweet .quotemark {
  position: absolute;
  display: block;
  text-align: center;
  font-weight: bold;
  left: 0;
  right: 0;
  line-height: 50px;
  height: 30px;
  bottom: 10px;
}

#blog-index .tweet .quotemark:first-child {
  top: 10px;
}

#blog-index .tweet .quotemark:last-child {
  bottom: 10px;
}

#blog-index .jobs-and-studies,
#blog-index .backup-social {
  float: left;
  width: 230px;
  height: 330px;
  margin-bottom: 40px;
}
#blog-index .backup-social {
  margin: 0 20px 40px 20px;
}

#blog-index .backup-twitter {
  background: #46d0f0;
  width: 230px;
  height: 165px;
}

#blog-index .backup-facebook {
  background: #126bce;
  width: 230px;
  height: 165px;
}

#blog-index .jobs-and-studies a,
#blog-index .backup-social a {
  display: inline-block;
  width: 100%;
  font: bold 20px "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  height: 165px;
  text-align: center;
  text-decoration: none;
}

#blog-index .jobs-and-studies .jobs {
  background-color: #ffc000;
}

#blog-index .jobs-and-studies .jobs:hover {
  background-color: #ecb200;
}

#blog-index .jobs-and-studies .studies {
  background-color: #ff9c00;
}

#blog-index .jobs-and-studies .studies:hover {
  background-color: #e78d00;
}

#blog-index .jobs-and-studies a span {
  display: inline-block;
  vertical-align: middle;
}

#blog-index .jobs-and-studies a .vertical-align {
  width: 1px;
  height: 100%;
}

#blog-index .backup-social .vertical-align {
  width: 100%;
  height: 35px;
}

#blog-index .jobs-and-studies .icon  {
  display: block;
  margin: 0 auto 15px auto;
}

#blog-index .jobs-and-studies .jobs .icon {
  width: 31px;
  height: 39px;
  background: url("/publicv2/images/blog/jobs-and-studies.png") 0 0 no-repeat;
}

#blog-index .jobs-and-studies .studies .icon {
  width: 41px;
  height: 38px;
  background: url("/publicv2/images/blog/jobs-and-studies.png") 0 -39px no-repeat;
}

#blog-index .backup-social .backup-twitter .icon {
  width: 39px;
  height: 30px;
  background: url("/publicv2/images/blog/jobs-and-studies.png") 0 -78px no-repeat;
  margin: 0 0 10px 90px;
}

#blog-index .backup-social .backup-facebook .icon  {
  width: 41px;
  height: 38px;
  background: url("/publicv2/images/blog/jobs-and-studies.png") 0 -109px no-repeat;
  margin: 0 0 10px 90px;
}

#blog-index .jobs-and-studies a small {
  display: block;
  font: normal italic 14px Georgia, serif;
  text-transform: none;
}

#blog-index .entry-summary h2 {
  font-size: 14px;
}

/* BLOG INDEX - POSTS */
#blog-index article {
  float: left;
  color: #555555;
  width: 230px;
  height: 330px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 0 40px 20px;
  text-decoration: none;
}

#blog-index article:hover {
  color: #40A7FF;
}

#blog-index article img {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}

#blog-index article.sticky img {
  border: 1px solid #eeeeee;
  width: 478px;
}

#blog-index article img.thumb {
  margin-bottom: 5px;
  border: 1px solid #eee
}

#blog-index article .entry-summary img {
  display:none;
}

#blog-index article .post-type a,
#blog-post article .post-type a {
  font-size: 12px;
  font-weight: bold;
  color: #ff9c00;
  text-transform: uppercase;
}

#blog-index article header h1 {
  font-size: 18px;
  font-weight: bold;
  margin: 5px 0;
  color: #555;
}

#blog-index article p {
  margin: 10px 0;
}

#blog-index article .align-center {
  color: #888888;
  font-size: 12px;
  text-align: center;
  margin: 60px 0;
}

#blog-index article .align-center a {
  display: inline-block;
  margin: 0 10px;
  font: bold italic 14px/24px Georgia, Times New Roman, serif;
  color: #40a7ff;
  text-decoration: none;
}

#blog-index article a:hover {
  color: #076ec6;
}

.paging-arrow {
  font-size: 8px;
  font-style: normal;
  margin-right: 4px;
}

/* BLOG POST */
#blog-post {
  margin: 0 auto 50px auto;
  padding: 0;
}

#blog-post article {
  padding: 0;
}

#post-meta {
  float: left;
  border-top: 1px solid #dddddd;
  width: 210px;
}

#post-meta h1 {
  font-size: 24px;
  font-weight: bold;
  margin: 20px 0;
}

#post-meta .posted-meta {
  font: italic 12px Georgia, Times New Roman, serif;
  color: #888888;
}

#post-meta .tag {
  font: 12px "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #59cd20;
  text-transform: uppercase;
}

#post-meta ul.post-categories {
  padding-left: 0;
  list-style-type: none;
}

#post-meta .share {
  display: block;
  width: 130px;
  font: italic 12px/16px Georgia, Times New Roman, serif;
  color: #aaaaaa;
  border: 1px solid #e3e3e3;
  margin: 14px 0 0 0;
  padding: 6px 0 6px 6px;
}

#post-meta .left {
  margin-right: 6px;
}

#post-content {
  float: left;
  width: 500px;
  margin: 0 20px;
  padding: 20px 0 0 0;
  border-top: 1px solid #dddddd;
}

#post-content iframe {
  width: 500px;
}

#post-content img.attachment-featured-thumb {
  width: 500px;
}

#post-content a {
  color: #ff9c00;
  text-decoration: none;
  font-weight: bold
}

#post-content a:hover {
  text-decoration: underline;
}

#post-comments h1 {
  font: 18px "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #59cd20;
  text-transform: uppercase;
  border-top: 1px solid #dddddd;
  margin: 0;
  padding: 30px 0;
}

#post-comments dt {
  font: italic 12px/16px Georgia, Times New Roman, serif;
  line-height: 30px;
  padding: 10px 10px 10px 20px;
  color: #555555;
  background-color: #f2f2f2;
}

#post-comments dt a {
  display: inline-block;
  font: bold 14px "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: #ffffff;
  height: 30px;
  line-height: 30px;
  padding: 0 12px;
}

#post-comments dt a:hover {
  text-decoration: none;
}

#post-comments dt a span {
  display: inline-block;
  vertical-align: top;
  margin: 5px 5px 0 0;
}

#post-comments #facebook-login {
  margin-right: 6px;
  background-color: #0067bf;
}

#post-comments #facebook-login span {
  width: 8px;
  height: 18px;
  background: url("/publicv2/images/blog/social-icons.png") -167px 0 no-repeat;
}

#post-comments #twitter-login {
  margin-left: 6px;
  background-color: #29cfff;
}

#post-comments #twitter-login span {
  width: 28px;
  height: 19px;
  background: url("/publicv2/images/blog/social-icons.png") -139px 0 no-repeat;
}

#post-comments dd {
  position: relative;
  margin: 0;
  padding: 0 20px 4px 100px;
  border: 1px solid #dddddd;
}

#post-comments img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  margin: 20px;
  border: none;
  background-color: #f2f2f2;
}

#post-comments dd h3,
#post-comments dd h3 a {
  font: bold 14px "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans-serif;
  margin: 18px 0 12px 0;
  color: #555555;
}

#post-comments dd h3 a {
  color: #ff9c00;
}

#post-comments dd p {
  font-size: 12px;
  line-height: 12px;
}

#post-comments dd a {
  font-weight: normal;
  font-style: italic;
  color: #888888; 
  text-decoration: none;
}

#post-comments dd p a:hover {
  text-decoration: underline;
}

#post-comments dd .timestamp {
  color: #59cd20;
  margin-right: 20px;
  font-style: italic;
}

#disqus_thread {
  width: 500px;
  margin-left: 230px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}

#related-posts,
.download-links {
  position: relative;
  width: 210px;
  float: left;
  border-top: 1px solid #dddddd;
}

#related-posts ul {
  list-style-type: none;
  padding-left: 0;
}

#related-posts h2 {
  font: bold 12px "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans-serif;
  position: absolute;
  top: -22px;
  color: #59cd20;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}

#related-posts img {
  width: 210px;
  height: 159px;
  margin: 20px 0 10px 0;
  border: 1px solid #eeeeee;
}

#related-posts img.crp_thumb {
  max-width: 210px !important;
  max-height: 159px !important;
}

#related-posts a.crp_title {
  display: block;
  font: bold 14px/20px "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #555555;
  text-decoration: none;
  margin-bottom: 20px;
}

#related-posts a:hover {
  color: #40a7ff;
}

/* BLOG PAGE: JOBS/CAREERS with ZipRecruiter widget */

#jobs_widget_container h3 {
  display: none;
}


/* CASE STUDIES */
#blog-post .download-button {
  font-size: 15px;
  width: 170px;
  padding: 14px 0;
  margin: 30px 0 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  text-shadow: 0 1px rgba(0, 0, 0, 0.8);
  color: #ffffff;
}

#blog-post a.download-button:hover {
  cursor: pointer;
  color: #fff;
}

#blog-post .download-button span {
  display: inline-block;
  width: 18px;
  height: 21px;
  margin-right: 4px;
  vertical-align: middle;
  background: url("/publicv2/images/blog/download-arrow.png") left top no-repeat;
}

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

/* BLOG FOOTER */
#blog-footer {
  background-color: #f2f2f2;
}

#blog-footer .widget {
  float: left;
  width: 180px;
  margin: 0 0 20px 20px;
  font: italic 12px/20px Georgia, Times New Roman, serif;
}

#blog-footer .widget:first-child {
  margin-left: 0;
}

#blog-footer h3.widget-title {
  font: bold 12px "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #59cd20;
  text-transform: uppercase;
  margin: 60px 0 20px 0;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #dddddd;
}

#blog-footer p {
  font: italic 12px/20px Georgia, Times New Roman, serif;
  color: #888888;
  margin: 0 0 10px 0;
  padding: 0;
  text-decoration: none;
}

#blog-footer ul {
  padding: 0;
  list-style-type: none;
}

#blog-footer li {
  display: block;
  width: 100%;
  color: #888888;
}

#blog-footer li.cat-item {
  text-align: right;
}

#blog-footer li a {
  color: #888888;
  text-decoration: none;
}

#blog-footer li.cat-item a {
  display: block;
  float: left;
}

#blog-footer a:hover {
text-decoration: underline;
  color: #555555;
}

#blog-footer .juiz_last_tweet_follow_us {
  display:none;
}

#blog-footer #juiz_last_tweet_tweetlist li {
  margin-bottom: 10px;
}

#blog-footer #juiz_last_tweet_tweetlist a {
  color: #59CD20;
}

#blog-footer .juiz_last_tweet_inner {
  display: block;
  color: #59CD20;
}

#blog-footer .tweets-list {
  position: relative;
}

#blog-footer .tweets-list dt span {
  position: absolute;
  top: 60px;
  right: 0;
  display: block;
  width: 32px;
  height: 21px;
  background: url("/publicv2/images/blog/social-icons.png") -108px 0 no-repeat;
}

#blog-footer .tweets-list dd {
  margin-bottom: 20px;
}


#blog-footer .tweets-list dd span {
  display: block;
  color: #59cd20;
}

#blog-footer .tweets-list a:hover span {
  text-decoration: none;
}

#blog-footer .follow-list a {
  display: block;
  float: left;
  color: #40a7ff;
  width: 33%;
  text-align: center;
}

#blog-footer .follow-list a:hover {
  color: #076ec6;
  text-decoration: none;
}

#blog-footer .follow-list a span {
  display: block;
  width: 36px;
  height: 36px;
  margin: 0 auto 10px auto;
}

#blog-footer .follow-list .follow-facebook span {
  background: url("/publicv2/images/blog/social-icons.png") 0 0 no-repeat;
}

#blog-footer .follow-list .follow-twitter span {
  background: url("/publicv2/images/blog/social-icons.png") -36px 0 no-repeat;
}

#blog-footer .follow-list .follow-tumblr span {
  background: url("/publicv2/images/blog/social-icons.png") -72px 0 no-repeat;
}


/* Verticals CSS */

#vertical_header_bands {
  background: #110c08 url('/publicv2/images/verticals/header_bands.jpg') no-repeat top center;
}

#vertical_header_celebrities {
  background: #000 url('/publicv2/images/verticals/header_celebrities.jpg') no-repeat top center;
}

#vertical_header_developers {
  background: #f6f6f6 url('/publicv2/images/verticals/header_developers.jpg') no-repeat top center;
}

#vertical_header_agency {
  background: #f6f6f6 url('/publicv2/images/verticals/header_agency.jpg') no-repeat top center;
}

#vertical_header_education {
  background: #303030 url('/publicv2/images/verticals/header_education.jpg') no-repeat top center;
}

#vertical_header_events {
  background: #fffcf6 url('/publicv2/images/verticals/header_events.jpg') no-repeat top center;
}

#vertical_header_filmtv {
  background: #271c0d url('/publicv2/images/verticals/header_filmtv.jpg') no-repeat top center;
}

#vertical_header_newseditorial {
  background: #37322f url('/publicv2/images/verticals/header_newseditorial.jpg') no-repeat top center;
}

#vertical_header_nonprofits {
  background: #f3f3f3 url('/publicv2/images/verticals/header_nonprofits.jpg') no-repeat top center;
}

#vertical_header_sports {
  background: #010e17 url('/publicv2/images/verticals/header_sports.jpg') no-repeat top center;
}

#vertical_header_worship {
  background: #110c08 url('/publicv2/images/verticals/header_worship.jpg') no-repeat top center;
}

#vertical_header_authors {
  background: #f6f6f6 url('/publicv2/images/verticals/header_authors.jpg') no-repeat top center;
}

#vertical_header_small_business_center {
  background: #f6f6f6 url('/publicv2/images/verticals/header_sbc.jpg') no-repeat top center;
}

#vertical_header_restaurants {
  background: #faf9f4 url('/publicv2/images/verticals/header_restaurants.jpg') no-repeat top center;
}

#vertical_header_shops {
  background: #f3ecdc url('/publicv2/images/verticals/header_shops.jpg') no-repeat top center;
}

#vertical_header_fitness {
  background: #f6f6f6 url('/publicv2/images/verticals/header_fitness.jpg') no-repeat top center;
}

#vertical_header_lawyers {
  background: #f6f6f6 url('/publicv2/images/verticals/header_lawyers.jpg') no-repeat top center;
}

#vertical_header_bars {
  background: #000 url('/publicv2/images/verticals/header_barsnightlife.jpg') no-repeat top center;
}

#vertical_header_hotels {
  background: #fafbed url('/publicv2/images/verticals/header_hotels.jpg') no-repeat top center;
}

#vertical_header_doctors {
  background: #f1f1f1 url('/publicv2/images/verticals/header_doctors.jpg') no-repeat top center;
}

#vertical_header_travel {
  background: #dacf01 url('/publicv2/images/verticals/header_travel.jpg') no-repeat top center;
}

#vertical_header_realestate {
  background: #f6f6f6 url('/publicv2/images/verticals/header_realestate.jpg') no-repeat top center;
}

#vertical_header_bands .top, #vertical_header_celebrities .top, #vertical_header_developers .top, #vertical_header_education .top, #vertical_header_events .top, #vertical_header_filmtv .top, #vertical_header_newseditorial .top ,#vertical_header_agency .top, #vertical_header_nonprofits .top, #vertical_header_sports .top, #vertical_header_worship .top, #vertical_header_authors .top, #vertical_header_small_business_center .top, #vertical_header_restaurants .top, #vertical_header_shops .top, #vertical_header_lawyers .top, #vertical_header_realestate .top, #vertical_header_fitness .top, #vertical_header_bars .top, #vertical_header_doctors .top, #vertical_header_hotels .top, #vertical_header_travel .top {
  background: transparent;
  border-top: 0;
}

#vertical_header_bands.tour-slide .top .wrapper {
  border: 0;
}

.soft_top_slide {
  margin-top: 205px;
  padding-top: 0 !important;
}

div.call-to-action.centered-action {
  text-align: center;
  border-bottom: 1px solid #DDD;
}

article.vertical-article-header {
  padding: 45px 0;
}

article.vertical-article-header .post .title {
  font-size: 16px;
  margin: 20px 0 12px 0;
}

article.vertical-article-header .post p {
  font-size: 14px;
}

article.vertical-article-header .post img {

}

article.vertical-article-header .latest {
  border: 0;
}

.press.sample_apps .read-more, .press.press_tweets .read-more {
  float: right;
  font-size: 12px;
  color: #40A7FF;
}

.sample_apps .sample_app {
  height: 244px;
  width: 214px;
  float: left;
  margin: 0 20px 0 0;
  background: #fff;
  line-height: 30px;
}

.press.press_tweets {
  
}

.press_tweets .press_tweet {
 font: bold italic 20px Georgia, "Times New Roman", serif;
 text-align: center;
 border-bottom: 1px solid #DDD;
 padding: 0;
 color: #888;
 line-height: 24px;
 margin-top: 14px;
}

.press.press_tweets header {
  
}

.press_tweets .press_tweet span.tweet_time {
  color: #59cd20;
  font-size: 14px;
  line-height: 42px;
}

.sample_app p.sample_app_description {
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  padding: 0 14px;
  line-height: 20px;
}

article.vertical-article-header.analytics-article, article.vertical-article-header.marketing-tools, article.vertical-article-header.technology-integration  {
  padding-top: 0 !important;
}

article.get-started-article {
  padding-top: 44px;
}

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

article.get-started-article .col {
  width: 33%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  text-align: center;
  font: italic 18px Georgia, serif;
  color: #888888;
  text-indent: -30px;
}

.call-to-action span.call-to-action-subtext {
  display: block;
  margin: -10px 124px 0 0;
  padding-right: 236px;
  font-size: 14px;
  color: #B1B1B1;
}

#mailing_list_form_errors {
  display: none;
}

article.grey_separator_nav {
  background: #f2f2f2;
  height: 56px;
  padding: 6px 0;
  line-height: 56px;
  margin: 0;
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
  font-family: Georgia, Times New Roman, serif;
  color: #d9d9d9;
}

article.grey_separator_nav a {
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
}

#supported_technologies {
  z-index: 2;
  min-width: 1000px;
  padding-top: 205px;
  width: 100%;
  height: 160px;
  background: #62bfff;
  background: -moz-linear-gradient(top,  #62bfff 0%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#62bfff), color-stop(100%,#ffffff));
  background: -webkit-linear-gradient(top,  #62bfff 0%,#ffffff 100%);
  background: -o-linear-gradient(top,  #62bfff 0%,#ffffff 100%);
  background: -ms-linear-gradient(top,  #62bfff 0%,#ffffff 100%);
  background: linear-gradient(top,  #62bfff 0%,#ffffff 100%);
}

#supported_technologies h1 {
  color: #fff;
  font-family: Georgia, Times New Roman, serif;
  font-style: italic;
  font-size: 44px;
  text-shadow: 0px 1px 0px rgba(0,0,0,0.1);
}

article.supported-technologies {
  padding-top: 0;
  margin-top: -40px;
}

article.other-supported-technologies div.wrapper {
  text-align: center;
}

article.other-supported-technologies div.category {
  margin-top: 16px;
}

article.other-supported-technologies div.wrapper img {
  margin-top: 28px;
}

#moweb-packages.packages_mobile_web_tour {
  margin: -20px 0 32px 0;
}

div.technologies.wrapper {
  margin-top: 36px;
  margin-bottom: 0;
}

div.package-contain.left .package {
  margin-right: 0;
}

/* White Label Portal */

header#site.alt {
  height: 90px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}

header#site p.title {
  position: absolute;
  top: 10px;
  left: 300px;
  margin: 0;
  font: italic 20px Georgia;
  color: #fff;
  display: inline-block;
}

header.whitelabel {
  z-index: 2;
  min-width: 1000px;
  padding-top: 90px;
  width: 100%;
  height: 240px;
  background: #62bfff;
  background: -moz-linear-gradient(top,  #62bfff 0%, #ebf7ff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#62bfff), color-stop(100%,#ebf7ff));
  background: -webkit-linear-gradient(top,  #62bfff 0%,#ebf7ff 100%);
  background: -o-linear-gradient(top,  #62bfff 0%,#ebf7ff 100%);
  background: -ms-linear-gradient(top,  #62bfff 0%,#ebf7ff 100%);
  background: linear-gradient(top,  #62bfff 0%,#ebf7ff 100%);
}

header.zero-balance {
  height: auto;
}

header.whitelabel.report {
  height: 520px;
  background: -moz-linear-gradient(top, #62bfff 0%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#62bfff), color-stop(100%,#ffffff));
  background: -webkit-linear-gradient(top, #62bfff 0%,#ffffff 100%);
  background: -o-linear-gradient(top, #62bfff 0%,#ffffff 100%);
  background: -ms-linear-gradient(top, #62bfff 0%,#ffffff 100%);
  background: linear-gradient(top, #62bfff 0%,#ffffff 100%);
}

header.whitelabel.interest {
  height: 400px;
  background: -moz-linear-gradient(top,  #62bfff 0%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#62bfff), color-stop(100%,#ffffff));
  background: -webkit-linear-gradient(top,  #62bfff 0%,#ffffff 100%);
  background: -o-linear-gradient(top,  #62bfff 0%,#ffffff 100%);
  background: -ms-linear-gradient(top,  #62bfff 0%,#ffffff 100%);
  background: linear-gradient(top,  #62bfff 0%,#ffffff 100%);
}

header.whitelabel.interest .text {
  width: 475px;
  float: left;
}

header.whitelabel.interest img {
  float: right;
  margin-top: 60px;
}

header.whitelabel.interest li {
  font: italic 16px Georgia;
  margin-bottom: 20px;
}

header.whitelabel .company-name {
  max-width: 480px;
}

header.whitelabel h1 {
  font: bold 40px/42px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 44px 0 0 0;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
}

header.whitelabel p {
  color: #555555;
  font: italic 16px Georgia;
}

header.whitelabel p .code {
  background: rgba(255,255,255,0.3);
  border: 1px solid #ffffff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
  padding: 5px;
}

header.whitelabel .credits {
  float: right;
  margin-top: 50px;
  min-width: 300px;
  max-width: 468px;
  background: rgba(255,255,255,0.3);
  border: 1px solid #ffffff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
  padding: 10px 20px 20px 10px;
}

header.whitelabel .credits .label {
  font: bold 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
  width: 100%;
}

header.whitelabel .credits .amount {
  color: #555555;
  font: bold 40px "Helvetica Neue", Helvetica, Arial, sans-serif;
  float: right;
  text-align: right;
  width: 100%;
  margin: 10px 0 5px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

header.whitelabel .add {
  text-align: right;
  color: #40a7ff;
  font: bold italic 12px Georgia;
  text-decoration: none;
  text-shadow: none;
}

header.whitelabel .add:after {
  content: " ▶";
  font-style: normal;
  font-size: 9px;
  margin-left: 5px;
}

header.whitelabel .add:hover {
  color: #076EC6;
}

header.whitelabel h2 {
  color: #555555;
  font: 500 24px "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: inline-block;
}

#white-label-form {
  width: 700px;
  margin: 0 auto;
  padding-top: 20px;
}

#white-label-form label {
  width: 220px;
  float: left;
  text-align: right;
  color: #555555;
  font: 500 18px/42px "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans-serif;
  display: inline-block;
  padding-right: 16px;
  height: 55px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#white-label-form label.error {
  width: 480px;
  color: #DC2727;
  height: auto;
}

#white-label-form input[type=text] {
  width: 480px;
  float: right;
  padding: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font: 20px Georgia, sans-serif;
  color: #888888;
  border: 1px solid #eeeeee;
  -webkit-box-shadow: inset 1px 2px 2px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 1px 2px 2px 0px rgba(0, 0, 0, 0.3);
  box-shadow: inset 1px 2px 2px 0px rgba(0, 0, 0, 0.3);
}

#white-label-form .dropdown-theme {
  width: 478px;
  float: right;
  height: 54px;
}

#white-label-form .dropdown-theme select {
  padding: 20px;
}

#white-label-form .dropdown-theme .arrow-s {
  top: 24px;
  right: 14px;
}

#white-label-form .clear {
  height: 20px;
}

#white-label-form .radiogroup {
  float: right;
  padding: 20px;
  font: 20px Georgia;
}

#white-label-form .radiogroup input[type=radio] {
  margin: 0 5px 0 20px;
}

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

.wl_form_msg {
  display: none;
  width: 295px;
  font: bold 16px/24px "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans-serif;
  margin: 18px 0 0 20px;
  padding: 5px;
  vertical-align: middle;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid;
}
.wl_form_msg.error {
  color: #DC2727;
  background-color: #ECC7C7;
  display: inline-block;
}

.wl_form_msg.success {
  color: #59CD20;
  background-color: #E0FAD4;
  display: inline-block;
}

#whitelabel_msg_container {
  line-height: 40px;
  display: none;
  position: absolute;
  width: 100%;
  z-index: 99;
}

/* white label add app and add login modals */
#add_app_modal {
  display: none;
}

#add_app_modal label, #add_login_modal label {
  background: #DDD;
  padding: 10px;
  display: block;
  font-weight: bold;
  color: #333;
  font-size: 12px;
  min-height: 13px;
  line-height: 14px;
  position: relative;
}
#add_app_modal label.success, #add_login_modal label.success {
  color: #2BB300;
  background-color: #C3F1AC;
  display: none;
}

#add_app_modal h1, #add_login_modal h1 {
  margin-top: 0px;
}

#add_app_modal label.error, #add_login_modal label.error {
  background: #FFDEDE;
  color: #DC2727;
}

#add_app_modal .padding + label.error, #add_login_modal .padding + label.error {
  margin: -20px 0 20px;
}

#add_app_modal .padding, #add_login_modal .padding {
  padding-bottom: 20px;
}

#add_app_modal .left {
  width: 400px;
  float: left;
  margin-right: 30px;
}
#add_app_modal .right {
  width: 400px;
  float: right;
}
#add_app_modal .form_footer, #add_login_modal .form_footer {
  background-color:#DDD;
  text-align: right;
  padding:30px;
  margin-top: 25px;
}
#add_login_modal .form_footer {
  margin: 10px -30px -30px -30px;
}
#add_app_modal label.header, #add_login_modal label.header {
  font-size: 18px;
  line-height: 22px;
}
#add_app_modal .sub, #add_login_modal .sub {
  background: #EEE;
  font-weight: normal;
  color: #333;
  min-height: 20px;
  line-height: 20px;
  border-top: 1px solid white;
}
#add_app_modal .select-contain, #add_login_modal .select_contain {
  height: auto;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
#add_app_modal .secondary, #add_login_modal .secondary {
  margin-right: 20px;
}
#add_app_modal label .button-help, #add_login_modal label .button-help {
  float: right;
  margin-top: -2px;
}

#add_login_modal {
  display: none;
}

ul.resources {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 35px;
}

ul.resources li a {
  text-decoration: none;
}

ul.resources h4 {
  font: bold 12px "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

ul.resources h5 {
  color: #555555;
  font: bold 14px "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans-serif;
}

ul.resources li.twoup {
  width: 50%;
}

ul.resources .email-link {
  font: italic 20px Georgia;
  color: #888888;
  margin-top: 10px;
}

ul.resources .email-link img {
  margin-right: 10px;
}

form.help-search input[type="text"] {
  width: 350px;
  padding: 16px;
}

form.help-search button {
  width: 115px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background: #6cc3ff; /* Old browsers */
  background: -moz-linear-gradient(top, #6cc3ff 0%, #097ee1 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6cc3ff), color-stop(100%,#097ee1)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #6cc3ff 0%,#097ee1 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #6cc3ff 0%,#097ee1 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #6cc3ff 0%,#097ee1 100%); /* IE10+ */
  background: linear-gradient(top, #6cc3ff 0%,#097ee1 100%); /* W3C */
  color: #ffffff;
  font: 400 20px "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans-serif;
  padding: 12px 20px;
  border: 0;
  box-shadow: none;
  vertical-align: top;
  margin-left: -5px;
  text-shadow: 0px 1px 0px #339af3;
  height: 50px;
}

/* CONTACT */

#contact-sidebar {
  float: left;
  width: 290px;
  background: #f2f2f2;
  padding: 15px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 30px;
}

#contact-sidebar a {
  text-decoration: none;
}

#contact-sidebar h3 {
  margin-top:5px;
  font: italic 18px Georgia;
  color: #555;
}

#contact-sidebar img {
  position: relative;
  float: left;
  margin: 0 12px 0 0;
}

#contact-sidebar .icon-text {
  position: relative;
  float: left;
  margin: 3px 0 0 0;
}

#contact-main {
  float: right;
  width: 645px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#contact-main h2 {
  margin-top: 0;
  font: italic 28px Georgia;
}

#contact-main section {
  background: #f7f7f7;
  padding: 20px;
  border-bottom: 1px solid #ffffff;
}

.tweet .pullquote a {
  color: #888;
  text-decoration: none;
}

.tweet .pullquote a:hover {
  color: #076EC6;
}

article.verticals_greybar {
  margin-bottom: 80px !important;
}

#threes-company .season {
  float: left;
  width: 312px;
  margin: 40px 0;
}

#threes-company .episode {
  display: block;
  min-height: 170px;
  border: 1px solid #e3e3e3;
  margin-bottom: 20px;
}

#threes-company .align-center a {
  color: #40A7FF;
  font: italic 14px Georgia, serif;
  text-decoration: none;
}

#threes-company .align-center a:hover {
  color: #076ec6;
} 

#threes-company .align-center a::after {
  font-size: 8px;
  content: " ▶";
  margin-left: 4px;
  font-style: normal;
}

#threes-company #featured_app {
  text-decoration: none;
}

#threes-company #featured_app .app-details {
  display: inline-block;
  vertical-align: middle;
  width: 119px;
  margin-left: 20px;
}

#threes-company #featured_app .fa,
#threes-company #featured_app:hover .fa  {
  display: block;
  font: italic 12px Georgia, Times New Roman, serif;
  color: #555555;
}

#threes-company #featured_app .app-title {
  display: block;
  font: bold 16px 'Helvetica Neue', Helvetica, sans-serif;
  color: #888888;
  margin-top: 2px;
}

#threes-company #featured_app:hover .app-title {
  color: #40A7FF;
}

#threes-company #featured_app .app-icon {
  position: relative;
  display: inline-block;
  width: 156px;
  vertical-align: middle;
  margin: 25px 0 32px 0;
}

#threes-company #featured_app .app-icon img {
  display: block;
  margin: 0 auto;
}

#threes-company #featured_app .icon-shadow {
  display: block;
  position: absolute;
  bottom: -13px;
  left: 0;
  width: 162px;
  height: 27px;
  background: url("/publicv2/images/home/featured/shadow.png") left top no-repeat;
}

#threes-company #promoting-things {
  margin: 40px 22px;
}

#threes-company #promoting-things #promo-cycle {
  width: 312px;
  height: 214px;
  overflow: hidden;
}

#threes-company #promoting-things #promo-wl {
  background: url("/publicv2/images/home/yr-co.png") center center no-repeat;
}

#threes-company #promoting-things #promo-events {
  background: url("/publicv2/images/home/events-cal.png") center 32px no-repeat;
}

#threes-company #promoting-things .slide {
  left: 0;
  right: 0;
}

#threes-company #promoting-things #promo-nav {
  margin: 10px 0;
  text-align: center;
}

#threes-company #promoting-things #promo-nav a {
  display: inline-block;
  text-align: left;
  width: 10px;
  height: 10px;
  margin: 0 2px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  text-indent: -3000em;
  overflow: hidden;
  text-decoration: none;
  background-color: #e3e3e3;
}

#threes-company #promoting-things #promo-nav a.activeSlide {
  background-color: #b9b9b9;
}

#threes-company #promoting-things #promo-nav a:hover {
  background-color: #999999;
}

#threes-company #tc-how-it-works {
  background: url("/publicv2/images/home/product-video.png") center 32px no-repeat;
}

#vertical_features_scrollable {
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 50px;
}

#yes_this_div_is_actually_needed {
  width: 774px;
  height: 170px;
  margin: 0 auto;
  overflow:hidden;
  position: relative;
}

#vertical_features_scrollable .scrollable_sets {
  width: 20000em;
  position: absolute;
}

#vertical_features_scrollable .scrollable_set div {
  width: 194px;
  float: left;
  text-align: center;
}

#vertical_features_scrollable .scrollable_set {
  width: 776px;
  float: left;
  margin: 0;
}

#vertical_features_scrollable .scrollable_set a {
  color: #555;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
}

#vertical_features_scrollable .scrollable_set a:hover {
  color: #40A7FF;
}

#vertical_features_scrollable .scrollable_set .vertical_image {
  display: block;
  height: 107px;
  margin-bottom: 10px;
}

#vertical_features_scrollable .next,
#vertical_features_scrollable .prev {
  position: absolute;
  top: 28px;
}

#vertical_features_scrollable .next {
  right: 0;
  width: 35px;
  height: 55px;
  background: url('/publicv2/images/home/main-arrow-forward.png') no-repeat;
  cursor: pointer;
}

#vertical_features_scrollable .next.scrollableDisabled {
  background: url('/publicv2/images/home/main-arrow-forward-disabled.png') no-repeat;
  cursor: default;
}

#vertical_features_scrollable .prev {
  left: 0;
  width: 35px;
  height: 55px;
  background: url('/publicv2/images/home/main-arrow-back.png') no-repeat;
  cursor: pointer;
}

#vertical_features_scrollable .prev.scrollableDisabled {
  background: url('/publicv2/images/home/main-arrow-back-disabled.png') no-repeat;
  cursor: default;
}

article.sbc-industries {
  margin: 0 0 40px 0;
}

article.sbc-industries ul {
  list-style-type: none;
}

article.sbc-industries ul li {
  width: 294px;
  float: left;
  margin: 9px;
}

article.sbc-industries ul li h2 {
  display: block;
  line-height: 52px;
  border-bottom: 2px solid #e3e3e3;
  background: #eeeeee;
  font-size: 16px;
  font-weight: bold;
  width: 254px;
  padding: 0 20px;
  margin: 0;
}

article.sbc-industries ul li h2 a {
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: #555;
}

div.wrapper.contact-sbc {
  padding: 0 0 0 58px;
  margin-top: -74px;
}

div.wrapper.contact-sbc h2 {
  font-family: Georgia, Times New Roman, serif;
  font-size: 18px;
  font-weight: lighter;
}

div.wrapper.contact-sbc h2 a {
  color: #40a7ff;
  text-decoration: none;
}

div.wrapper.contact-sbc h2 a:hover {
  text-decoration: underline;
}

div.wrapper.contact-sbc h2 a span {
  font-size: 10px;
}

#bands_vertical_video {
  position: absolute;
  top: 224px;
  left: 30px;
  width: 120px;
  height: 74px;
  text-decoration: none;
}

#tour_overview_video {
  position: absolute;
  top: 100px;
  left: 316px;
  width: 360px;
  height: 216px;
  text-decoration: none;
}

#tour_overview_video img {
  width: 100%;
  display: block;
  margin: 0 auto;
}

#tour_overview_video_flex {
  display: block;
  margin: 0;
  text-decoration: none;
}

#tour_overview_video_flex img {
  width: 100%;
  display: block;
  margin: 0 auto;
}

#home_anthem_video {
  position: absolute;
  top: 166px;
  left: 0px;
  width: 160px;
  height: 97px;
  text-decoration: none;
}

/* TRIAL LANDING */
#trial-form-container {
  min-height: 557px;
  width: 100%;
  background-color: black;
  display: none;
  position: absolute;
  top: 195px;
  z-index: 5;
  background: url('/publicv2/images/pricing/trial-form-bg.jpg') 0 0 repeat;
  padding: 30px 0;
}

#trial-form-container h1 {
  color: #fff;
}

.signup-disclaimer {
  margin: 24px 0 10px -10px;
  font-style: italic;
}

#trial-form-container input[type=text], 
#trial-form-container input[type=password] {
  display: block;
  font: 18px/18px Helvetica, Arial, sans-serif;
  color: #888;
  width: 96%;
  padding: 14px 16px;
  margin: 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 0px 8px rgba(242, 233, 236, 0.1);
  -moz-box-shadow: 0px 0px 0px 8px rgba(242, 233, 236, 0.1);
  box-shadow: 0px 0px 0px 8px rgba(242, 233, 236, 0.1);
}

#trial-form {
  margin: 11px 0;
}
#trial-form .row {
  margin-bottom: 16px;
}

#trial-form-submit-container {
  text-align: center;
  margin: 40px 0 10px;
}

#trial-form label span.placeholder {
  top: 20px !important;
}

#trial-form-submit-container label {
  position: relative;
}

#trial-form-submit-container label .sign-up-button.loading {
  min-width: 293px;
  text-indent: -3000em;
  overflow: hidden;
  background: #40A7FF;
}

#trial-form-submit-container input {
  padding: 20px 42px;
  font-size: 24px;
}

#trial-form-errors {
  display: none;
}
#trial-form-errors ul {
  font: 18px/22px Helvetica, Arial, sans-serif;
  width: 100%;
  padding: 14px 16px;
  margin: 10px 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#trial-form-errors ul li {
  list-style-type: none;
}

#trial-landing.you-are-done-bro {
  margin-top: 0;
}

#trial-landing.you-are-done-bro a:hover {
  text-decoration: none;
}

#trial-landing .top {
  height: auto;
  min-width: 320px;
  width: auto;
}

#trial-landing .top #top-copy {
  margin: 60px 0 60px 0;
}

#trial-landing .top h1 {
  font-size: 40px;
  font-weight: bolder;
  width: 100%;
  line-height: 45px;
  color: #ffffff;
  text-align: center;
}

#trial-landing.you-are-done-bro .top h1 {
 width: 460px; 
}

#trial-landing .top p {
  font-size: 16px;
  color: #555555;
  margin: 20px 0 30px;
  width: 100%;
  max-width: 100%;
  text-align: center;
}

#trial-landing.you-are-done-bro .top p {
  font-size: 18px;
  width: 320px;
}


#trial-landing .the-thin-blue-line {
  display: none;
  width: 1px;
  height: 32px;
  vertical-align: top;
  margin: 14px 20px 0 20px;
  background-color: #40a7ff;
}

#trial-landing .contact-support {
  font: bold italic 20px Georgia, serif;
  color: #40a7ff;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  -wwebkit-flex: 1;
  fflex: 1;
  max-width: 200px;
  margin:0 auto;
  display: block;
} 

#trial-landing .contact-support:hover {
  color: #076EC6;
}

#trial-landing .contact-support small {
  display: block;
  font: bold 11px Helvetica, sans-serif;
  text-transform: uppercase;
}

#trial-landing #no-promo .sign-up-button,
#trial-landing .twitter-promo .sign-up-button {
  display: block;
  max-width: 150px;
  margin:0 auto 20px;
}

#trial-landing .twitter-promo .the-thin-blue-line {
  margin-top: 0;
  vertical-align: middle;
}

#trial-landing .twitter-promo .contact-support,
#trial-landing .twitter-promo .contact-support:hover {
  display: block;
  color: #40a7ff;
  min-width: 92px;
  min-height: 60px;
  max-width: 200px;
  margin: 30px auto 0 auto;
  padding-top: 16px;
  vertical-align: middle;
  background: url("/publicv2/images/pricing/twitter-bird.png") center center no-repeat;
}

#trial-landing .twitter-promo .contact-support small {
  display: block;
  margin-top: 4px;
}

#trial-landing .top .right {
  position: relative;
  width: 485px;
  height: 264px;
  margin: 60px 0;
  background: url("/publicv2/images/pricing/trial-video.png");
}

#trial-landing .top .right a {
  display: block;
  width: 485px;
  height: 264px;
  top: 0;
  left: 0;
}

#trial-landing #mr-brands p {
  font: bold 12px Helvetica, sans-serif;
  color: #888888;
  margin: 16px;
}

#trial-landing #mr-brands div {
  margin: 0 auto;
  padding-top: 18px;
  border-top: 1px solid #dddddd;
  background: url("/publicv2/images/pricing/trial-clients-320.png") left bottom no-repeat;
  height: 78px;
  width: 320px;
}

.space-it .category-description {
 margin-top: 60px; 
}

#trial-landing .call-to-action {
  font-size: 30px;
  padding: 60px 0;
}

#free-trial-throbber {
  display: none;
  position: absolute;
  left: 100px;
  top: -11px;
  right: 100px;
  bottom: 100px;
  margin: 0 auto;
  z-index: 10;
  padding: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background: #40A7FF;
}

/* TRIAL SIGN UP */
#pricing-header.recap.trial-header {
  height: auto;
}

#trial-signup-header h1 {
  font-size: 40px;
  font-weight: bolder;
  width: 300px;
  line-height: 45px;
  margin-top: 60px;
  color: #ffffff;
}

#trial-signup-header p {
  font-size: 16px;
  color: #555555;
  width: 320px;
}

#trial-signup-header .right {
  width: 629px;
  height: 300px;
  background: url("/publicv2/images/pricing/platforms-app.png") center center no-repeat;
}

.soft_top_slide .top .wrapper {
  border: 0;
}

/* Verticals headers funhouse */

#vertical_header_agency .top h1 {
  position: absolute;
  left: 29px;
  top: 60px;
  font-size: 38px;
  line-height: 42px;
}

#vertical_header_agency .top h2 {
  position: absolute;
  border: 0;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 20px;
  left: 29px;
  top: 154px;
  font-weight: lighter;
  text-align: left;
  line-height: 24px;
}

#vertical_header_authors .top h1 {
  position: absolute;
  left: 29px;
  top: 70px;
  font-size: 38px;
  line-height: 42px;
}

#vertical_header_authors .top h2 {
  position: absolute;
  border: 0;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 20px;
  left: 29px;
  top: 132px;
  font-weight: lighter;
  text-align: left;
  line-height: 24px;
}

#vertical_header_bands .top h1 {
  position: absolute;
  left: 29px;
  top: 25px;
  font-size: 38px;
  line-height: 42px;
  color: white;
  text-align: left;
}

#vertical_header_bands .top h2 {
  position: absolute;
  border: 0;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 20px;
  left: 29px;
  top: 122px;
  font-weight: lighter;
  text-align: left;
  line-height: 24px;
  color: white;
}

#vertical_header_bars .top h1 {
  position: absolute;
  left: 29px;
  top: 54px;
  font-size: 38px;
  line-height: 42px;
  color: white;
  text-align: left;
}

#vertical_header_bars .top h2 {
  position: absolute;
  border: 0;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 20px;
  left: 29px;
  top: 114px;
  font-weight: lighter;
  text-align: left;
  line-height: 24px;
  color: white;
}

#vertical_header_celebrities .top h1 {
  position: absolute;
  left: 29px;
  top: 54px;
  font-size: 38px;
  line-height: 42px;
  color: white;
  text-align: left;
}

#vertical_header_celebrities .top h2 {
  position: absolute;
  border: 0;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 20px;
  left: 29px;
  top: 120px;
  font-weight: lighter;
  text-align: left;
  line-height: 24px;
  color: white;
}

#vertical_header_developers .top h1 {
  position: absolute;
  left: 29px;
  top: 60px;
  font-size: 38px;
  line-height: 42px;
  text-align: left;
}

#vertical_header_developers .top h2 {
  position: absolute;
  border: 0;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 20px;
  left: 29px;
  top: 123px;
  font-weight: lighter;
  text-align: left;
  line-height: 24px;
}

#vertical_header_doctors .top h1 {
  position: absolute;
  left: 29px;
  top: 60px;
  font-size: 38px;
  line-height: 42px;
  text-align: left;
}

#vertical_header_doctors .top h2 {
  position: absolute;
  border: 0;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 20px;
  left: 29px;
  top: 164px;
  font-weight: lighter;
  text-align: left;
  line-height: 24px;
}

#vertical_header_education .top h1 {
  position: absolute;
  left: 29px;
  top: 56px;
  font-size: 38px;
  line-height: 42px;
  text-align: left;
  color: white;
}

#vertical_header_education .top h2 {
  position: absolute;
  border: 0;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 20px;
  left: 29px;
  top: 120px;
  font-weight: lighter;
  text-align: left;
  line-height: 24px;
  color: white;
}

#vertical_header_education .top h1 {
  position: absolute;
  left: 29px;
  top: 56px;
  font-size: 38px;
  line-height: 42px;
  text-align: left;
  color: white;
}

#vertical_header_education .top h2 {
  position: absolute;
  border: 0;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 20px;
  left: 29px;
  top: 120px;
  font-weight: lighter;
  text-align: left;
  line-height: 24px;
  color: white;
}

#vertical_header_events .top h1 {
  position: absolute;
  left: 29px;
  top: 46px;
  font-size: 38px;
  line-height: 42px;
  text-align: left;
}

#vertical_header_events .top h2 {
  position: absolute;
  border: 0;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 20px;
  left: 29px;
  top: 110px;
  font-weight: lighter;
  text-align: left;
  line-height: 24px;
}

#vertical_header_events .top h1 {
  position: absolute;
  left: 29px;
  top: 46px;
  font-size: 38px;
  line-height: 42px;
  text-align: left;
}

#vertical_header_events .top h2 {
  position: absolute;
  border: 0;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 20px;
  left: 29px;
  top: 110px;
  font-weight: lighter;
  text-align: left;
  line-height: 24px;
}

#vertical_header_filmtv .top h1 {
  position: absolute;
  left: 29px;
  top: 56px;
  font-size: 38px;
  line-height: 42px;
  text-align: left;
  color: #fff;
}

#vertical_header_filmtv .top h2 {
  position: absolute;
  border: 0;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 20px;
  left: 29px;
  top: 120px;
  font-weight: lighter;
  text-align: left;
  line-height: 24px;
  color: #fff;
}

#vertical_header_fitness .top h1 {
  position: absolute;
  left: 29px;
  top: 60px;
  font-size: 40px;
  line-height: 42px;
  text-align: left;
}

#vertical_header_fitness .top h2 {
  position: absolute;
  border: 0;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 20px;
  left: 29px;
  top: 116px;
  font-weight: lighter;
  text-align: left;
  line-height: 24px;
}

#vertical_header_hotels .top h1 {
  position: absolute;
  left: 29px;
  top: 60px;
  font-size: 40px;
  line-height: 42px;
  text-align: left;
}

#vertical_header_hotels .top h2 {
  position: absolute;
  border: 0;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 20px;
  left: 29px;
  top: 116px;
  font-weight: lighter;
  text-align: left;
  line-height: 24px;
}

#vertical_header_lawyers .top h1 {
  position: absolute;
  left: 29px;
  top: 60px;
  font-size: 40px;
  line-height: 42px;
  text-align: left;
}

#vertical_header_lawyers .top h2 {
  position: absolute;
  border: 0;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 20px;
  left: 29px;
  top: 156px;
  font-weight: lighter;
  text-align: left;
  line-height: 24px;
}

#vertical_header_newseditorial .top h1 {
  position: absolute;
  left: 29px;
  top: 46px;
  font-size: 40px;
  line-height: 42px;
  text-align: left;
  color: #f9d900;
}

#vertical_header_newseditorial .top h2 {
  position: absolute;
  border: 0;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 20px;
  left: 29px;
  top: 110px;
  font-weight: lighter;
  text-align: left;
  line-height: 24px;
  color: #fff;
}

#vertical_header_nonprofits .top h1 {
  position: absolute;
  left: 29px;
  top: 62px;
  font-size: 40px;
  line-height: 42px;
  text-align: left;
}

#vertical_header_nonprofits .top h2 {
  position: absolute;
  border: 0;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 20px;
  left: 29px;
  top: 126px;
  font-weight: lighter;
  text-align: left;
  line-height: 24px;
}

#vertical_header_realestate .top h1 {
  position: absolute;
  left: 29px;
  top: 58px;
  font-size: 40px;
  line-height: 42px;
  text-align: left;
}

#vertical_header_realestate .top h2 {
  position: absolute;
  border: 0;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 20px;
  left: 29px;
  top: 156px;
  font-weight: lighter;
  text-align: left;
  line-height: 24px;
}

#vertical_header_restaurants .top h1 {
  position: absolute;
  left: 29px;
  top: 78px;
  font-size: 40px;
  line-height: 42px;
  text-align: left;
}

#vertical_header_restaurants .top h2 {
  position: absolute;
  border: 0;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 20px;
  left: 29px;
  top: 131px;
  font-weight: lighter;
  text-align: left;
  line-height: 24px;
}

#vertical_header_shops .top h1 {
  position: absolute;
  left: 29px;
  top: 60px;
  font-size: 40px;
  line-height: 42px;
  text-align: left;
}

#vertical_header_shops .top h2 {
  position: absolute;
  border: 0;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 20px;
  left: 29px;
  top: 111px;
  font-weight: lighter;
  text-align: left;
  line-height: 24px;
}

#vertical_header_sports .top h1 {
  position: absolute;
  left: 29px;
  top: 52px;
  font-size: 40px;
  line-height: 42px;
  text-align: left;
  color: #fff;
}

#vertical_header_sports .top h2 {
  position: absolute;
  border: 0;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 20px;
  left: 29px;
  top: 116px;
  font-weight: lighter;
  text-align: left;
  line-height: 24px;
  color: #fff;
}

#vertical_header_travel .top h1 {
  position: absolute;
  left: 29px;
  top: 60px;
  font-size: 40px;
  line-height: 42px;
  text-align: left;
}

#vertical_header_travel .top h2 {
  position: absolute;
  border: 0;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 20px;
  left: 29px;
  top: 115px;
  font-weight: lighter;
  text-align: left;
  line-height: 24px;
}

#vertical_header_worship .top h1 {
  position: absolute;
  left: 29px;
  top: 65px;
  font-size: 40px;
  line-height: 42px;
  text-align: left;
  color: #fff;
}

#vertical_header_worship .top h2 {
  position: absolute;
  border: 0;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 20px;
  left: 29px;
  top: 128px;
  font-weight: lighter;
  text-align: left;
  line-height: 24px;
  color: #fff;
}

span.vertical_call_to_action_or {
  font-size: 0.6em;
}

/* MISC PAGES */
#misc-page {
  min-width: 1000px;
  width: 100%;
  margin-top: 195px;
}

#misc-header {
  min-height: 160px;
  background: -moz-linear-gradient(top,  #62bfff 0%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#62bfff), color-stop(100%,#ffffff));
  background: -webkit-linear-gradient(top,  #62bfff 0%,#ffffff 100%);
  background: -o-linear-gradient(top,  #62bfff 0%,#ffffff 100%);
  background: -ms-linear-gradient(top,  #62bfff 0%,#ffffff 100%);
  background: linear-gradient(top,  #62bfff 0%,#ffffff 100%);
}

#misc-header h1 {
  font: bold italic 44px Georgia, Times New Roman, serif;
  margin: 0;
  padding: 50px 0 30px 0;
  color: #ffffff;
  text-shadow: 0px 1px 0px rgba(0,0,0,0.1);
}

#misc-content {
  margin: -8px auto 40px auto;
  padding: 40px 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 10px solid #f1f1f1;  
}

#misc-content .underline {
  font-style: italic;
  text-decoration: underline;
}

#misc-content ul,
#misc-content ol {
  font: 14px/24px Georgia, Times New Roman, serif;
  color: #888888;
}

#misc-content li {
  margin: 20px 0;
}

/* APP DIRECTORY */
.app-directory {
  min-width: 1000px;
  width: 100%;
  margin-top: 205px;
}

.app-directory .header {
  min-height: 164px;
  background: -moz-linear-gradient(top,  #62bfff 0%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#62bfff), color-stop(100%,#ffffff));
  background: -webkit-linear-gradient(top,  #62bfff 0%,#ffffff 100%);
  background: -o-linear-gradient(top,  #62bfff 0%,#ffffff 100%);
  background: -ms-linear-gradient(top,  #62bfff 0%,#ffffff 100%);
  background: linear-gradient(top,  #62bfff 0%,#ffffff 100%);
}

.app-directory .header h1 {
  float: left;
  font: bold italic 40px Georgia, Times New Roman, serif;
  margin: 0;
  padding: 44px 0 30px 0;
  color: #ffffff;
  text-shadow: 0px 1px 0px rgba(0,0,0,0.1);
}

.app-directory .header h1 a,
.app-directory .header h1 a:visited {
  display: block;
  color: #40A7FF;
  font-size: 14px;
  text-align: left;
  text-decoration: none;
  margin-top: 10px;
}

.app-directory .header h1 a:hover {
  color: #076EC6;
}

.app-directory .header h1 a::before {
  display: inline-block;
  vertical-align: middle;
  font-size: 8px;
  content: " \25c0";
  margin-right: 4px;
  font-style: normal;
}

#featured-apps {
  position: relative;
  z-index: 2;
  padding: 1px 0;
  margin-top: -40px;
  -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.11);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.11);
  background-color: #ffffff;
}

#featured-apps h2 {
  font: bold 14px Helvetica, sans-serif;
  margin: 30px 0 20px 0;
  color: #59CD20;
  text-transform: uppercase;
}

#featured-apps ul {
  float: left;
  height: 160px;
  padding: 0 0 0 6px !important;
  overflow: hidden;
}

#featured-apps li {
  position: relative;
  float: left;
  text-align: center;
  list-style-type: none;
}

#featured-apps li a {
  display: block;
  width: 128px;
  text-align: center;
}

#featured-apps li img {
  display: block;
  margin-bottom: 14px;
}

#featured-apps li a {
  position: relative;
  font: bold 16px Helvetica, sans-serif;
  color: #555555;
  text-decoration: none;
}

#featured-apps li span {
  position: absolute;
  top: 114px;
  width: 145px;
  height: 13px;
  left: -10px;
  background: url("/publicv2/images/directory/featured-shadow.png") center top no-repeat;
}

#featured-apps li a:hover {
  color: #40a7ff;
}

.jcarousel-prev,
.jcarousel-next {
  position: absolute;
  display: block;
  width: 25px;
  height: 40px;
}

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

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

.jcarousel-prev:hover {
  background: url("/publicv2/images/directory/featured-arrows.png") -17px -80px no-repeat;
}

.jcarousel-prev.jcarousel-prev-disabled {
  background: url("/publicv2/images/directory/featured-arrows.png") -17px 0 no-repeat;
}

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

.jcarousel-next:hover {
  background: url("/publicv2/images/directory/featured-arrows.png") -42px -80px no-repeat;
}

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

#dropdown-city {
  position: relative;
  z-index: 1;
  padding-bottom: 40px;
}

.shadow-power {
  height: 40px;
  background: rgb(247,247,247); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(247,247,247,1) 0%, rgba(254,254,254,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,247,247,1)), color-stop(100%,rgba(254,254,254,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(254,254,254,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(254,254,254,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(254,254,254,1) 100%); /* IE10+ */
  background: linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(254,254,254,1) 100%); /* W3C */
}

#dropdown-city label {
  display: inline-block;
  font: italic 18px Georgia, serif;
  color: #888888;
  cursor: default;
  margin-right: 2px;
  vertical-align: middle;
}

#dropdown-city .dropdown-theme {
  display: inline-block;
  border: 0;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: auto;
  margin-right: 20px;
  cursor: pointer;
  background: #f2f2f2;
}

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

#dropdown-city .dropdown-theme select {
  font-weight: bold;
  text-transform: uppercase;
  color: #40a7ff;
  text-shadow: none;
  padding: 12px 40px 12px 18px;
  outline: none;
  cursor: pointer;
}

#dropdown-city .dropdown-theme .arrow-s {
  position: absolute;
  top: 18px;
  right: 14px;
  color: #40a7ff;
  cursor: default;
  text-shadow: none;
  font: normal 16px/0 Helvetica;
}

.appy_row:nth-child(odd) {
  background: #f6f6f6;
}

.app-search-results #apps_listing_grid .wrapper {
  border-bottom: 1px solid #dddddd;
}

.white-label-listing-grid {
  margin-bottom: -30px;
}

.app-search-results #apps_listing_grid .wrapper h2.align-center {
  margin: 80px 0 140px;
}

.app_listing_container {
  position: relative;
  display: block;
  float: left; 
  width: 326px;
  min-height: 85px;
  padding: 30px 0;
  cursor: pointer;
  text-decoration: none;
}
.app_listing_container.nolink {
  cursor: default;
}

.appy_row .wrapper .app_listing_container:first-child {
  margin: 0 0 0 -10px;
}

.appy_row .wrapper .app_listing_container:last-child {
  margin: -10px 0 0 0;
}

.app_listing_container img {
  position: absolute;
  top: 22px;
  left: 0;
}

.app_listing_deets {
  display: block;
  margin-left: 110px;
}

.app_listing_deets h3 {
  font: bold 14px Helvetica, sans-serif;
  margin: 0;
  color: #555555;
}

.app_listing_deets h3:hover {
  color: #40A7FF;
}

.app_listing_container.nolink .app_listing_deets h3:hover {
  color: #555555;
}

.app_listing_deets small {
  display: block;
  font: 10px Georgia, serif;
  color: #888888;
  margin-top: 2px;
}

.app_listing_deets .indicate-pro {
  display: inline-block;
  font: bold 12px Helvetica, sans-serif;
  color: #ffffff;
  margin: 8px 5px 8px 0;
  padding: 5px 4px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  text-transform: uppercase;
  background: #59cd20;
}

.app_listing_deets .indicate-ipad {
  display: block;
  font: italic 12px Georgia, serif;
  color: #59cd20;
}

.app_listing_deets .indicate-demo {
  display: inline-block;
  font: bold 12px Helvetica, sans-serif;
  color: #ffffff;
  margin: 8px 5px 8px 0;
  padding: 5px 4px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  text-transform: uppercase;
  background: #DC2727;
  text-decoration: none;
}

.app_listing_deets .indicate-upgrade {
  display: inline-block;
  font: bold 12px Helvetica, sans-serif;
  color: #ffffff;
  margin: 8px 5px 8px 0;
  padding: 5px 4px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  text-transform: uppercase;
  background: #40A7FF;
  text-decoration: none;
}

.app_list_paging_box {
  position: relative;
  font: bold 20px Georgia, serif;
  color: #555555;
  text-align: center;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  padding: 40px 0;
}

.app_list_paging_box a {
  font: bold 20px Georgia, serif;
  color: #40a7ff;
  text-decoration: none;
  margin: 0 10px;
}

.app_list_paging_box strong {
  margin: 0 10px;
}

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

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

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

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

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

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

.previous_links a {
  left: 62px;
  background: url("/publicv2/images/directory/featured-arrows.png") -17px -40px no-repeat;
}

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

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

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

.next_links a:hover {
  background: url("/publicv2/images/directory/featured-arrows.png") -42px -80px no-repeat;
}

.next_links.disabled a {
  background: url("/publicv2/images/directory/featured-arrows.png") -42px 0 no-repeat;
}

.last_link a {
  position: absolute;
  top: 0;
  right: 0;
  background: url("/publicv2/images/directory/featured-arrows.png") -42px -40px no-repeat;
}

.last_link a:hover {
  background: url("/publicv2/images/directory/featured-arrows.png") -42px -80px no-repeat;
}

.last_link.disabled a {
  background: url("/publicv2/images/directory/featured-arrows.png") -42px 0 no-repeat;
}

#ad-product-video,
#ad-how-it-works,
#ad-get-started,
#ad-app-gallery {
  display: block;
  float: left;
  color: #40A7FF;
  width: 326px;
  margin: 60px 0 50px 0;
  padding-top: 200px;
  text-align: center;
  font: italic 20px Georgia, serif;
  text-decoration: none;
}

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

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

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

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

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

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

#app-container {
  border-bottom: 1px solid #dddddd;
}

.white-labeled #app-container {
  border-bottom: 0;
  margin-bottom: 40px;
}

#app-content {
  float: left;
  width: 666px;
}

#app-info {
  margin-bottom: 14px;
  border-bottom: 1px solid #dddddd;
}

#app-info h2 {
  font-size: 24px;
  margin-top: 20px;
}

.white-labeled #app-info h2 {
  margin-top: 0;
}

#app-content h3 {
  font-size: 14px;
  color: #59CD20;
  margin-bottom: 4px;
  text-transform: uppercase;
}

#app-info p {
  margin-top: 0;
}

#app-info div {
  font: italic 12px Georgia, serif;
  color: #888888;
}

#app-info div a {
  display: inline-block;
  margin: 30px 0;
  font: bold italic 14px Georgia, serif;
  text-decoration: none;
}

#app-info div a::after {
  font-size: 8px;
  content: " ▶";
  margin-left: 4px;
  font-style: normal;
}

.share-city {
  margin-bottom: 50px;
  float: left;
  width: 50%;
  font: italic 12px Georgia, serif;
  color: #888888;
}

.share-copy {
  float: left;
  margin: 2px 8px 0 0;
  vertical-align: middle;
}

/*#screencaps {
  margin: 20px 0; 
  padding: 10px;
  background-color: #dddddd;
}

#screencaps .scroll-pane {
  overflow: scroll;
}

 #screencaps .scroll-pane::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 7px;
}

#screencaps .scroll-pane::-webkit-scrollbar-thumb {
	border-radius: 15px;
	background-color: rgba(0,0,0,.5);
	-webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

#screencaps #boi img {
  margin-right: 10px;
}

#screencaps #boi img:last-child {
  margin-right: 0;
}
*/

#screencaps {
  margin: 20px 0;
  padding: 10px;
  background-color: #eeeeee;
}

#screencaps img {
	display: block;
	float: left;
	margin-right: 10px;
}

#screencaps img:last-child  {
	margin-right: 0;
}

#boi {
	height: 505px;
}

.scroll-pane {
  outline: none;
}

.jspHorizontalBar {
	height: 12px !important;
}

.jspHorizontalBar {
	background-color: transparent !important;;
}

.single {
	margin: 0 auto !important;;
}

.jspDrag {
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  background: #999999 !important;
}

.jspTrack {
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  background: #d1d1d1 !important;
}

#app-sidebar {
  float: right;
  width: 294px;
  margin-bottom: 20px;
}

#app-download-info {
  text-align: center;
  padding: 30px 0;
  border: 10px solid #eeeeee;
}

#app-download-info p {
  font: italic 12px Georgia, serif;
  color: #555555;
  margin: 20px 0;
}

#app-download-info img {
  display: block;
  margin: 0 auto;
}

#app-download-info .download-link {
  display: block;
  width: 172px;
  height: 60px;
  margin: 10px auto;
  text-indent: -3000em;
  overflow: hidden;
}

#app-download-info .download-link#ios-link {
  height: 50px;
}

#app-download-info #ios-link {
  background: url('/img/public3/app_gallery/download-links.png') 0 0 no-repeat;
}

#app-download-info #android-link {
  background: url('/img/public3/app_gallery/download-links.png') 0 -50px no-repeat;
}

#app-download-info #mobile-site-link.download-link {
  background: url('/img/public3/app_gallery/download-links.png') 0 -110px no-repeat;
}

#app-download-info #has-ipad {
  font: 13px "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #888888;
  display: block;
  width: 170px;
  margin: -7px 0 12px 50px;
  padding: 3px 0;
  text-align: center;
}

#app-download-info #has-ipad span {
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  background: url("/img/public3/app_gallery/hijacked.png") left top no-repeat;
}

/* 404 */
#four-oh-four {
  min-width: 0;
}

#four-oh-four #top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 164px;
  z-index: 1;
}

#da-bummer-content {
  min-width: 1000px;
  position: relative;
  margin-top: 158px;
  padding-top: 200px;
  text-align: center; 
  z-index: 2;
  border-bottom: 1px solid #dddddd;
}

#yr-bummed-logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 184px;
  height: 212px;
  margin: 0 auto;
  background: url("/img/404/logo.png") left top no-repeat;
}

#four-oh-four #da-bummer-content h1 {
  position: relative;
  font: bold 40px Helvetica, sans-serif;
  text-transform: uppercase;
  z-index: 3;
  margin: 0;
}

#four-oh-four h2 {
  font-size: 20px;
  color: #59cd20;
  text-transform: uppercase;
  margin: 5px 0 60px 0;
}

#bummer-signup {
  text-align: center;
  padding: 30px 0;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}

#bummer-signup p {
  display: inline-block;
  font: normal italic 24px Georgia;
  color: #555555;
  vertical-align: middle;
}

#bummer-signup span {
  color: #59cd20;
}

#bummer-signup a {
  margin: 0 10px;
  vertical-align: middle;
}

/* LOGIN */
#login-logo {
  display: block;
  margin: 50px auto 0 auto;
}

#login-page {
  min-width: 1200px;
}

#login-page .top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 740px;
  z-index: 1;
  min-width: 1200px;
}

#login-page.white-labeled .top {
  display: none;
}

#login-page #misc-content {
  position: relative;
  width: 500px;
  margin-top: 150px;
  padding: 40px;
  z-index: 2;
  background-color: #fcfcfc;
}

#login-page.white-labeled #misc-content {
  margin-top: 50px;
}

#login-page #misc-content h1 {
  position: relative;
  font: bold 40px Helvetica, sans-serif;
  letter-spacing: -1px;
  text-align: center;
  text-transform: uppercase;
  z-index: 3;
  margin: 0;
}

#login-page #misc-content h1 small {
  display: block;
  font-size: 16px;
  color: #59cd20;
  margin: 10px 0;
  letter-spacing: 0;
  text-transform: uppercase;
}

#login-form label {
  color: #555555;
  font: 500 18px "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans-serif;
  margin: 20px 0 2px 0;
  display: inline-block;
}

.api_entry h1, .api_entry h2, .api_entry ul, .api_entry ol {
  color: #555;
}

#api_index .label {
  color: #40A7FF;
}

#api_index h2 {
  margin-bottom: 25px;
}

#api_index h2 a {
  text-decoration: none;
}

#login-form input[type=text],
#login-form input[type=password] {
  width: 100%;
  padding: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font: 20px Georgia, sans-serif;
  color: #888888;
  border: 1px solid #eeeeee;
  -webkit-box-shadow: inset 1px 2px 2px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 1px 2px 2px 0px rgba(0, 0, 0, 0.3);
  box-shadow: inset 1px 2px 2px 0px rgba(0, 0, 0, 0.3);
}

#login-form .forgot-info {
  text-align: right;
  margin: 4px 0 20px 0;  
}

#login-form a {
  color: #40A7FF;
}

#login-form a:hover {
  text-decoration: none;
}

/* APP LIST */
#login-page.app-list .top {
  top: 0;
}

#login-page.app-list.white-labeled .top {
  display: none;
}

#login-page.app-list #misc-content {
  margin-top: 100px;
}

#login-page.app-list #misc-content h1 small {
  margin-bottom: 30px;
}

#login-page.app-list a {
  display: block;
  font: bold 16px Helvetica, sans-serif;
  color: #555555;
  padding: 10px;
  text-decoration: none;
}

#login-page.app-list a:nth-child(even) {
  background-color: #F6F6F6;
}

#login-page.app-list a:hover {
  color: #40A7FF;
}

#login-page.app-list a img {
  margin-right: 5px;
}

/* API PAGE */
#api {
  margin-top: 205px;
  padding-top: 1px;
}

#api .top {
  position: absolute;
  top: 205px;
  left: 0;
  right: 0;
  height: 170px;
  min-width: 1200px;
  padding-top: 1px;
}

#api .wrapper {
  margin-top: 50px;
  position: relative;
  z-index: 2;
}

#api-logo {
  font: bold italic 20px/28px Georgia, serif;
  color: #636363;
  min-height: 150px;
  padding: 26px 90px 0 347px;
  background: url("/publicv2/images/api/logo.png") left top no-repeat;
}

#api-logo a {
  color: #40A7FF;
  text-decoration: none;
}

#api .left {
  margin-top: 40px;
  padding-top: 175px;
  width: 293px;
}

#api .left h1 {
  font: bold 18px Helvetica, sans-serif;
}


#api .push-and-pull {
  background: url("/publicv2/images/api/push-and-pull.png") center top no-repeat;
}

#api .play-well {
  margin: 40px 50px 0 50px;
  background: url("/publicv2/images/api/play-well.png") center 14px no-repeat;
}

#api .get-creative {
  background: url("/publicv2/images/api/get-creative.png") center 20px no-repeat;
}

#api p small {
  display: block;
  padding: 0;
  margin: 4px 0 0 -14px;
  font: 16px Helvetica, sans-serif;
  color: #888888;
}

#api .sign-up-button {
  text-transform: capitalize;
}

#api #bummer-signup {
  margin-bottom: 40px;
}

/* MISC WHITE LABEL */
#misc-page.white-labeled {
  margin-top: 0;
}

#misc-page.white-labeled #misc-header {
  background: transparent;
}

#misc-page.white-labeled #misc-header h1 {
  font: bold 44px Helvetica, sans-serif;
  color: #555555;
  letter-spacing: -1px;
}

.form-instructions {
  width: 45%;
}

.form-inputs {
  width: 45%;
}

.form-inputs .next-button {
  margin-top: 20px;
}

.form-inputs input {
  mmargin-bottom: 10px;
}

.form-inputs label {
  background: #DDD;
  padding: 10px;
  display: block;
  font-weight: bold;
  color: #333;
  font-size: 12px;
  min-height: 13px;
  line-height: 14px;
  position: relative;
  margin-top: 10px;
}

.form-inputs label.error {
  margin: 0 auto 10px;
  background: #FFDEDE !important;
}

.form-inputs input.error {
  background-color: transparent;
}

.app_logins {
  display: block;
  font: bold italic 12px Georgia;
  color: #40A7FF;
}
#app_logins {
  display: none;
  width: 500px;
}

#app_logins table {
  width: 100%;
}

#app_logins tbody tr:nth-child(odd) {
  background-color: #ddd;
}
#app_logins th {
  text-align: left;
  padding: 10px;
}

/* WHITE LABEL REPORT */
#report-form {
  background: #f7f7f7;
  padding: 20px;
  border-bottom: 1px solid white;
  width: 600px;
  margin: 20px auto;
}
#report-form label .button-help {
  float: right;
  margin-top: -2px;
}

#report-form input[type="radio"] + input[type="radio"] {
  margin-left: 20px;
}

#report-form .dropdown-theme {
  display: inline-block;
  width: 300px;
}

.radio-group {
  background: #eeeeee;
  padding: 10px;
  display: block;
  color: #333333;
  font-size: 12px;
  min-height: 13px;
  line-height: 14px;
  border-top: 1px solid #ffffff;
}

/* TRIAL HEADER */
.trial-header .twitter-promo {
  font: bold italic 20px Georgia, serif;
  color: #00ACED;
  min-width: 92px;
  min-height: 66px;
  margin: 30px 0;
  padding: 0;
}

.trial-header .twitter-promo img {
  width: 58px;
  margin-right: 10px;
}

.trial-header .twitter-promo img,
.trial-header .twitter-promo div {
  display: inline-block;
  vertical-align: middle;
}

.trial-header .twitter-promo small {
  display: block;
  font: bold 11px Helvetica, sans-serif;
  text-transform: uppercase;
}

#da-bummer-content.wl-four-oh-four {
 border-bottom: 0; 
}

/* API STYLES */
#api_index h2 a, 
#api_index h2 a:visited, 
#api_index h2 a:hover, 
#api_index h2 a:active {
  color: #555;
  font-size: 1.15em;
}
  
ul#api_nav {
  list-style-type: none;
  width: 100%;
  height: 40px;
  margin: 0 0 60px;
  padding: 0;
  position: relative;
}
ul#api_nav li {
  display: inline-block;
  margin-right: 10px;
}
#api_index #filter {
  top: 0px;
  right: 0;
}
#api_index #filter ul li {
  display: block;
}

.back_to_toc, .back_to_top {
  margin: -10px 0 30px;
  font-size: 10px;
  display: block;
  text-decoration: none;
}
.back_to_top {
  text-align: right;
}

.api_method {
  border-bottom: 1px solid #DDD;
  margin: 0 0 30px;
  padding: 0 0 30px;
}
.api_method:last-child {
  border-bottom: none;
}
.api_name {
  float: left;
  width: 20%;
}
.api_description {
  float: left;
  width: 80%;
  color: #555;
}

.api_entry p {
  color: #444;
  font: 14px/24px Helvetica, Arial, sans-serif;
}

.api_entry pre {
  padding: 20px;
  border: 1px solid #333;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  white-space: pre-wrap; /* css-3 */
  white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  word-wrap: break-word; /* Internet Explorer 5.5+ */
  background-color: #EEE;
}
.code .re0 {
color: blue;
}
.code .re1 {
color: blue;
}
.code .kw2, .code .sy1 {
color: black;
font-weight: bold;
}
.code .sy0 {
color: #6C6;
}
.code .br0 {
color: #6C6;
}
.code .st0 {
color: red;
}

.button-help {
  display: inline-block;
  background: #008aff;
  width: 18px;
  height: 18px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 0;
  position: relative;
  cursor: pointer;
}

.help-box .button-help {
  cursor: default;
}

h2 .button-help,
h3 .button-help,
label .button-help {
  float: right;
  margin-top: -2px;
}

.button-help .icon-24-info1 {
  background-position: -3px -75px;
}

.help-box {
  background: #d5ecff;
  padding: 15px;
  color: #008aff;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  border-bottom: 1px solid #ffffff;
}

.help-box a {
  color: #0063b6;
}

.help-box .button-help {
  margin:0 10px 0 0;
  vertical-align: text-bottom;
  float: left;
}

.help-box .message {
  width: 93%;
  float: left;
}

#confirm.white-label-confirm .row {
  height: auto;
  padding: 20px 0 20px 20px;
  line-height: 20px;
}

header.whitelabel.billing {
  height: auto;
  background: -moz-linear-gradient(top,  #62bfff 0%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#62bfff), color-stop(100%,#ffffff));
  background: -webkit-linear-gradient(top,  #62bfff 0%,#ffffff 100%);
  background: -o-linear-gradient(top,  #62bfff 0%,#ffffff 100%);
  background: -ms-linear-gradient(top,  #62bfff 0%,#ffffff 100%);
  background: linear-gradient(top,  #62bfff 0%,#ffffff 100%);
}

.billing_report {
  font-style: italic;
  width: 100%;
}

.billing_report th {
  background-color: #c9c9c9;
  color: #000;
  font-weight: normal;
  padding: 10px;
}

.billing_report td {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
}

.date_column {
  text-align: center;
}

.name_column {
  text-align: left;
}

.amount_column {
  text-align: right;
}

.report_header {
  background: #eeeeee;
  margin-bottom: 1px;
  padding: 30px;
  color: #555;
  font: bold 18px Helvetica;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  text-shadow: 0px 1px 0px #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  text-transform: uppercase;
}

.report_footer {
  text-align: right;
  background-color: #c9c9c9;
  color: #000;
}

.report_container {
  float: left;
  width: 48%;
  margin: 0 1%;
  padding: 40px 0;
}

@media only screen and (max-width: 1125px) {
  #press-responsive-wrapper .press {
    width: 40%;
  }
}

@media only screen and (max-width: 960px) {
  #press-responsive-wrapper .press {
    width: 38%;
  }
}

@media only screen and (max-width: 925px) {
  #press-responsive-wrapper .press {
    width: 34%;
  }
}

@media only screen and (max-width: 785px) {
  .press {
    width: 34%;
  }

  #press-sidebar {
    margin-left: 5px;
  }
}

/*@media only screen and (max-width: 745px) {
  .press {
    width: 50%;
  }
}*/

@media only screen and (max-width: 495px) {
  .press {
    width: 100%;
  }

  #press-sidebar.desktop {
    display: none;
  }

  #press-sidebar.mobile {
    display: block;
    float: none;
    width: 100%;
  }
}
