html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  margin: 0;
  padding: 0;
}
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 10px 25px rgba(0,0,0,0.5);
  box-shadow: 0 10px 25px rgba(0,0,0,0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('../images/jquery-fancybox/fancybox_sprite.png');
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('../images/jquery-fancybox/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('../images/jquery-fancybox/blank.gif');
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}
.fancybox-lock {
  overflow: hidden;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('../images/jquery-fancybox/fancybox_overlay.png');
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  background: rgba(0,0,0,0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0,0,0,0.8);
}
*:focus {
  outline: none;
}
.clear,
.clr {
  clear: both;
}
p {
  font-size: 1.2em;
  padding: 2px;
  margin: 1px 0 10px;
}
a {
  color: #807D7A;
}
h3 {
  font-size: 1.6em;
}
h4 {
  font-size: 1.5em;
}
h5 {
  font-size: 1.4em;
}
h6 {
  font-size: 1.3em;
}
hr {
  color: #DCDCDB;
  background-color: #DCDCDB;
  height: 1px;
  border: 0px;
}
pre {
  width: 540px;
  white-space: pre-wrap;
}
a img {
  border: 0;
}
html {
  background: url("../images/html-background.png") repeat-y #f5f5f5 center top;
  margin: 0 auto;
}
html.normal-width {
  background-image: url("../images/html-background-1600.png");
}
body {
  background: #fff;
  color: #060c26;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
  margin: 0 auto;
  min-width: 1000px;
  width: 100%;
}
body::before {
  content: "";
  display: block;
  height: 130px;
}
body.android::before,
body.iphone::before {
  height: 0;
}
body#contact {
  min-width: 0;
}
body#contact::before {
  height: 0;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.wpcf7-response-output.wpcf7-validation-errors {
  padding: 10px 25px;
  clear: both;
  color: #900;
  font-weight: bold;
}
.pointer-button-wrapper {
  overflow: hidden;
}
.pointer-button-wrapper a {
  color: #000;
  display: block;
  font-family: 'Ubuntu', sans-serif;
  text-align: center;
  text-transform: uppercase;
}
.pointer-button-wrapper a:hover {
  text-decoration: none;
}
.pointer-button-wrapper a {
  font-size: 16px;
  height: 55px;
  line-height: 53px;
  padding: 0 37px 0 0;
  width: 146px;
}
.hollow-button-wrapper {
  overflow: hidden;
}
.hollow-button-wrapper a {
  color: #000;
  display: block;
  font-family: 'Ubuntu', sans-serif;
  text-align: center;
  text-transform: uppercase;
}
.hollow-button-wrapper a:hover {
  text-decoration: none;
}
.hollow-button-wrapper a {
  border: 2px solid #000;
  font-size: 14px;
  font-weight: bold;
  height: 49px;
  line-height: 49px;
  width: 159px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
ul.pointer {
  list-style-image: url('../images/li-pointer.png');
  padding: 0 0 0 20px;
}
ul.pointer li {
  margin: 0 0 20px;
}
ul.pointer li:last-child {
  margin: 0;
}
.tier-banner {
  overflow: hidden;
  position: relative;
}
.tier-banner .background-image {
  width: 100%;
  min-width: 1600px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
}
.tier-banner .background-image.wide {
  min-width: 1920px;
}
.fancybox-skin {
  background: #000;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.informative sup {
  font-size: 60%;
  vertical-align: top;
}
.informative .tier-banner {
  color: #000;
  height: 556px;
}
.informative .tier-banner .content-wrapper {
  height: 556px;
  margin: 0 auto;
  width: 1000px;
}
.informative .tier-banner .content-wrapper .title {
  font-size: 56px;
  font-weight: 400;
  letter-spacing: -2px;
  line-height: 64px;
  opacity: 0.95;
  padding-top: 83px;
}
.informative .tier-banner .content-wrapper .title sup {
  position: relative;
  top: -5px;
}
.informative .tier-banner .content-wrapper .sub-title {
  font-size: 18px;
  line-height: 23px;
  margin-top: 20px;
}
.informative .tier-banner .content-wrapper i {
  display: block;
  font-size: 20px;
  font-style: italic;
  margin-top: 24px;
  opacity: 0.95;
}
.informative .tier-banner .content-wrapper i a {
  text-decoration: none;
}
.informative .tier-banner .content-wrapper i a:hover {
  text-decoration: underline;
}
.informative .tier-banner .content-wrapper .pointer-button-wrapper {
  margin-top: 32px;
}
.informative .tier-banner .content-wrapper .pointer-button-wrapper a {
  font-weight: 400;
}
.informative .tier-features {
  background: #fff;
}
.informative .tier-features .content-wrapper {
  height: 290px;
  margin: 0 auto;
  width: 1000px;
}
.informative .tier-features .content-wrapper > .title {
  display: inline-block;
  font-size: 27px;
  font-weight: 400;
  line-height: 36px;
  margin: 50px auto 0;
  padding: 0 31px;
}
.informative .tier-features .content-wrapper .feature {
  float: left;
  height: 88px;
  margin: 37px 0 0;
  position: relative;
  text-align: center;
  width: 250px;
}
.informative .tier-features .content-wrapper .feature img {
  margin: 40px 0 0;
}
.informative .tier-features .content-wrapper .feature .description {
  position: absolute;
  text-align: center;
  top: 101px;
  width: 250px;
}
.informative .tier-features .content-wrapper .feature .description .title {
  font-size: 17px;
  font-weight: 500;
  margin: 0 0 6px;
}
.informative .tier-features .content-wrapper .feature .description .sub-title {
  font-weight: 400;
  line-height: 21px;
  font-size: 15px;
  margin: 0 20px;
}
.informative .tier-features-single-column {
  background: #fff;
}
.informative .tier-features-single-column .content-wrapper {
  margin: 0 auto;
  width: 1000px;
}
.informative .tier-features-single-column .content-wrapper > .supertitle {
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  margin: 50px auto 0;
  padding: 0 31px;
  text-align: center;
}
.informative .tier-features-single-column .content-wrapper > .title {
  display: inline-block;
  font-size: 27px;
  font-weight: 400;
  line-height: 36px;
  margin: 50px auto 0;
  padding: 0 31px;
}
.informative .tier-features-single-column .content-wrapper > .subtitle {
  font-weight: 400;
}
.informative .tier-features-single-column .content-wrapper > .list-title {
  display: inline-block;
  font-size: 27px;
  font-weight: 400;
  line-height: 36px;
  margin: 50px auto 0;
  padding: 0 31px;
  text-align: center;
}
.informative .tier-features-single-column .content-wrapper > .list-title:after {
  display: block;
  content: "";
  height: 2px;
  margin: 15px auto 0;
  width: 24px;
}
.informative .tier-features-single-column .content-wrapper .hollow-button-wrapper a {
  margin: 0 auto;
}
.informative .tier-clouds {
  background: url("../images/grey-clouds-repeat-f1f3f4.png") repeat-x bottom left #f1f3f4;
  overflow: hidden;
}
.informative .tier-clouds .content-wrapper {
  margin: 0 auto;
  overflow: hidden;
  padding: 0 0 172px;
  text-align: center;
  width: 1000px;
}
.informative .tier-clouds .content-wrapper .title {
  display: inline-block;
  font-size: 27px;
  font-weight: 400;
  line-height: 36px;
  margin: 71px auto 0;
  padding: 0 31px;
}
.informative .tier-clouds .content-wrapper .description {
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  margin: 28px auto 0;
}
.informative .tier-clouds .content-wrapper .shoutout {
  font-size: 20px;
  font-weight: 400;
  margin: 31px auto 0;
  padding: 0 0 2px;
}
.informative .tier-clouds .content-wrapper ul {
  clear: both;
  margin: 30px auto -20px 120px;
  overflow: hidden;
}
.informative .tier-clouds .content-wrapper ul li {
  float: left;
  font-weight: 400;
  text-align: left;
  width: 424px;
}
.informative .tier-clouds .content-wrapper ul li.long {
  width: 800px;
}
.informative .tier-more {
  background: #fff;
}
.informative .tier-more .content-wrapper {
  height: 180px;
  margin: 0 auto;
  position: relative;
  width: 840px;
}
.informative .tier-more .content-wrapper .title {
  font-size: 26px;
  font-weight: 300;
  padding: 54px 0 0;
}
.informative .tier-more .content-wrapper .sub-title {
  font-size: 12px;
  font-weight: 400;
  margin: 16px 0 0;
}
.informative .tier-more .content-wrapper .hollow-button-wrapper {
  position: absolute;
  right: 0;
  top: 59px;
}
.informative .tier-more .content-wrapper .hollow-button-wrapper a {
  width: 138px;
}
.informative .tier-collect {
  background: #f1f7fd;
}
.informative .tier-collect .content-wrapper {
  margin: 0 auto;
  padding: 96px 0 100px;
  text-align: center;
  width: 1000px;
}
.informative .tier-collect .content-wrapper .title {
  font-size: 27px;
  font-weight: 400;
}
.informative .tier-collect .content-wrapper .sub-title {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -1px;
  line-height: 32px;
  margin: 29px 0 0;
}
.informative .tier-collect .content-wrapper .alt-title {
  color: #1273dd;
  font-size: 27px;
  font-weight: 400;
  padding: 50px 0 0;
}
.informative .tier-collect .content-wrapper .territories {
  margin: 30px auto;
  text-align: center;
}
.informative .tier-collect .content-wrapper .territories ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  text-align: left;
  width: 800px;
  vertical-align: top;
}
.informative .tier-collect .content-wrapper .territories ul li {
  background: url("../images/collect/bullet-point.png") no-repeat left center transparent;
  display: block;
  float: left;
  font-size: 18px;
  font-weight: 500;
  line-height: 40px;
  list-style: none;
  margin: 0;
  padding: 0 0 0 30px;
  text-align: left;
  width: 170px;
}
.informative .tier-collect .content-wrapper .territories:after {
  clear: both;
  content: '';
  dislay: block;
  height: 1px;
}
.informative .tier-why .content-wrapper {
  margin: 0 auto;
  padding: 96px 0 52px;
  text-align: center;
  width: 1000px;
}
.informative .tier-why .content-wrapper .title {
  font-size: 27px;
  font-weight: 400;
}
.informative .tier-why .content-wrapper .reasons {
  margin: 60px 0 0;
}
.informative .tier-why .content-wrapper .reasons .reason {
  margin: 0 0 40px;
  padding: 0 0 0 100px;
  text-align: left;
}
.informative .tier-why .content-wrapper .reasons .reason.a {
  background: url("../images/collect/reason-a.png") no-repeat left center transparent;
}
.informative .tier-why .content-wrapper .reasons .reason.b {
  background: url("../images/collect/reason-b.png") no-repeat left center transparent;
}
.informative .tier-why .content-wrapper .reasons .reason.c {
  background: url("../images/collect/reason-c.png") no-repeat left center transparent;
}
.informative .tier-why .content-wrapper .reasons .reason .reason-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 34px;
}
.informative .tier-why .content-wrapper .reasons .reason .reason-body {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin: 6px 0 0;
}
.informative .tier-whitelist {
  background: #f1f7fd;
}
.informative .tier-whitelist .content-wrapper {
  margin: 0 auto;
  padding: 96px 0 100px;
  text-align: center;
  width: 1000px;
}
.informative .tier-whitelist .content-wrapper .title {
  font-size: 27px;
  font-weight: 400;
}
.informative .tier-whitelist .content-wrapper .title b {
  color: #1273dd;
  font-weight: 400;
}
.informative .tier-whitelist .content-wrapper .title b.youtube {
  background: url(../images/monetize/youtube-logo.png) left center no-repeat;
  margin: 0 0 0 3px;
  padding: 0 0 0 53px;
}
.informative .tier-whitelist .content-wrapper .sub-title {
  font-size: 20px;
  font-weight: 400;
  line-height: 29px;
  margin: 27px 0 0;
}
.informative .tier-whitelist .content-wrapper .steps {
  margin: 94px 0 0;
}
.informative .tier-whitelist .content-wrapper .steps .step {
  background-position: center top;
  background-repeat: no-repeat;
  color: #818c94;
  display: inline-block;
  font-size: 17px;
  font-weight: 300;
  letter-spacing: -1px;
  margin: 51px 0 8px;
  padding: 204px 0 0;
  vertical-align: top;
  width: 33%;
}
.informative .tier-whitelist .content-wrapper .steps .step.a {
  background-image: url(../images/monetize/step-1.png);
}
.informative .tier-whitelist .content-wrapper .steps .step.b {
  background-image: url(../images/monetize/step-2.png);
}
.informative .tier-whitelist .content-wrapper .steps .step.c {
  background-image: url(../images/monetize/step-3.png);
}
.informative .tier-whitelist .content-wrapper .learn-more-title {
  font-size: 27px;
  font-weight: 400;
  line-height: 40px;
  margin: 100px auto 0;
}
.informative .tier-whitelist .content-wrapper .learn-more-button {
  background: #1273dd;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-weight: 400;
  margin: 30px 0 0;
  padding: 16px 40px;
}
.informative .tier-whitelist .content-wrapper .learn-more-button:hover {
  text-decoration: none;
}
.informative .tier-whitelist .content-wrapper .fine-print {
  color: #818c94;
  font-weight: 400;
  margin: 40px 0 0;
}
.informative .tier-whitelist .content-wrapper .fine-print a {
  color: #1b9cfc;
}
.informative .tier-highlights {
  background: #f1f3f4;
}
.informative .tier-highlights .content-wrapper {
  margin: 0 auto;
  padding: 79px 0 41px;
  text-align: center;
  width: 1000px;
}
.informative .tier-highlights .content-wrapper .title {
  font-size: 27px;
  font-weight: 400;
}
.informative .tier-highlights .content-wrapper .sub-title {
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  margin: 8px 0 0;
}
.informative .tier-highlights .content-wrapper .highlights-wrapper .highlight {
  display: inline-block;
  letter-spacing: -1px;
  margin: 51px 0 8px;
  padding: 97px 0 0;
  vertical-align: top;
  width: 333px;
}
.informative .tier-highlights .content-wrapper .highlights-wrapper .highlight .title {
  font-size: 17px;
  font-weight: 500;
  margin: 0 0 6px;
}
.informative .tier-highlights .content-wrapper .highlights-wrapper .highlight .sub-title {
  font-size: 15px;
  line-height: 20px;
  margin: 0;
}
.informative .tier-plans {
  background: #fff;
}
.informative .tier-plans .content-wrapper {
  height: 200px;
  margin: 0 auto;
  text-align: center;
  width: 1000px;
}
.informative .tier-plans .content-wrapper .title {
  font-size: 27px;
  font-weight: 400;
  padding: 76px 0 0;
}
.informative .tier-plans .content-wrapper .title b {
  font-weight: 400;
}
.informative .tier-plans .content-wrapper a {
  color: #a5a9b7;
  display: block;
  font-size: 16px;
  margin: 9px 0 0;
}
.informative .tier-start {
  background: #f1f3f4;
}
.informative .tier-start .content-wrapper {
  height: 261px;
  margin: 0 auto;
  text-align: center;
  width: 1000px;
}
.informative .tier-start .content-wrapper .title {
  font-size: 27px;
  font-weight: 400;
  padding: 57px 0 0;
}
.informative .tier-start .content-wrapper .hollow-button-wrapper {
  margin: 24px auto 0;
  text-align: center;
}
.informative .tier-start .content-wrapper .hollow-button-wrapper a {
  margin: 0 auto;
}
.informative .tier-start .content-wrapper i {
  color: #a5a9b7;
  display: block;
  font-size: 16px;
  font-weight: 300;
  margin: 30px auto 0;
}
.informative .tier-start .content-wrapper i a {
  color: #060c26;
}
.informative .tier-quote {
  background: url("../images/grey-clouds-repeat-f1f3f4.png") repeat-x bottom left #f1f3f4;
  overflow: hidden;
}
.informative .tier-quote .content-wrapper {
  height: 392px;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  width: 1000px;
}
.informative .tier-quote .content-wrapper .title {
  display: inline-block;
  font-size: 27px;
  font-weight: 400;
  line-height: 36px;
  margin: 71px auto 26px;
  padding: 0 31px;
}
.informative .tier-quote .content-wrapper .quote {
  background: url("../images/delivery/quote.png") no-repeat transparent;
  height: 176px;
  margin: 0 auto;
  width: 900px;
}
.informative .tier-quote .content-wrapper .quote .image {
  float: left;
  margin: 0 20px 0 0;
}
.informative .tier-quote .content-wrapper .quote .words {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  padding: 25px 30px 0 0;
  text-align: left;
}
.informative .tier-quote .content-wrapper .source {
  font-size: 15px;
  font-weight: 400;
  margin: 12px 0 0 50px;
  text-align: left;
}
.informative .tier-how {
  background: #fff;
}
.informative .tier-how .content-wrapper {
  margin: 0 auto;
  text-align: center;
  width: 1000px;
}
.informative .tier-how .content-wrapper .title {
  font-size: 27px;
  font-weight: 400;
  line-height: 35px;
  padding: 70px 0 0;
}
.informative .tier-how .content-wrapper .title sup {
  position: relative;
  top: -5px;
}
.informative .tier-how .content-wrapper .sub-title {
  font-size: 27px;
  font-weight: 400;
  padding: 51px 0 0;
}
.informative .tier-how .content-wrapper .count {
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  line-height: 38px;
  margin: 33px 0 0 0;
}
.informative .tier-how .content-wrapper .count img {
  float: left;
  margin: 0 12px 0 0;
}
.informative .tier-how .content-wrapper .arrows {
  padding: 47px 0 49px;
  min-height: 260px;
  overflow: hidden;
  position: relative;
}
.informative .tier-how .content-wrapper .arrows .top-left-title,
.informative .tier-how .content-wrapper .arrows .top-right-title {
  font-size: 16px;
  font-weight: 400;
  position: absolute;
  text-align: center;
  top: 14px;
  width: 278px;
}
.informative .tier-how .content-wrapper .arrows .top-left-title {
  right: 529px;
}
.informative .tier-how .content-wrapper .arrows .top-right-title {
  left: 527px;
}
.informative .tier-how .content-wrapper .arrows .right-bubble-wrapper,
.informative .tier-how .content-wrapper .arrows .left-bubble-wrapper {
  position: absolute;
  text-align: center;
  top: 136px;
  width: 185px;
}
.informative .tier-how .content-wrapper .arrows .right-bubble-wrapper .left-bubble,
.informative .tier-how .content-wrapper .arrows .right-bubble-wrapper .right-bubble,
.informative .tier-how .content-wrapper .arrows .left-bubble-wrapper .left-bubble,
.informative .tier-how .content-wrapper .arrows .left-bubble-wrapper .right-bubble {
  display: inline-block;
  margin: 0 auto;
  min-width: 50px;
  padding: 5px 10px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
.informative .tier-how .content-wrapper .arrows .right-bubble-wrapper {
  right: 100px;
}
.informative .tier-how .content-wrapper .arrows .left-bubble-wrapper {
  left: 96px;
}
.informative .tier-how .content-wrapper .arrows .bottom-left-text,
.informative .tier-how .content-wrapper .arrows .bottom-right-text {
  float: left;
  font-size: 15px;
  font-weight: 400;
  height: 166px;
  line-height: 21px;
  margin: 278px 18px 0 15px;
  width: 350px;
}
.informative .tier-how .content-wrapper .arrows .bottom-right-text {
  float: right;
}
.informative .tier-testimonial .content-wrapper {
  height: 391px;
  margin: 0 auto;
  text-align: center;
  width: 1000px;
}
.informative .tier-testimonial .content-wrapper .title {
  font-size: 30px;
  font-weight: 300;
  padding: 64px 0 0;
}
.informative .tier-testimonial .content-wrapper .quote {
  background: url("../images/enterprise/testimonial-line.png") no-repeat bottom center;
  font-size: 16px;
  font-style: italic;
  line-height: 23px;
  margin: 40px auto 0;
  padding: 0 70px 28px;
  position: relative;
  text-align: center;
  width: 700px;
}
.informative .tier-testimonial .content-wrapper .quote::before,
.informative .tier-testimonial .content-wrapper .quote::after {
  content: " ";
  height: 50px;
  position: absolute;
  width: 50px;
}
.informative .tier-testimonial .content-wrapper .quote::before {
  background: url("../images/enterprise/testimonial-top.png") no-repeat top left;
  left: 0;
  top: 0;
}
.informative .tier-testimonial .content-wrapper .quote::after {
  background: url("../images/enterprise/testimonial-bottom.png") no-repeat bottom right;
  bottom: 0;
  right: 0;
}
.informative .tier-testimonial .content-wrapper .source {
  font-size: 15px;
  font-style: italic;
  line-height: 21px;
  padding: 35px 0 0;
  text-align: center;
}
.informative .tier-testimonial .content-wrapper .source img {
  display: block;
  margin: 0 auto 10px;
}
.tier-header {
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}
.tier-header .header-wrapper {
  background: #000;
  margin: 0 auto;
}
.tier-header .header {
  color: #eaeaea;
  height: 82px;
  margin: 0 auto;
  position: relative;
  width: 1000px;
}
.tier-header .header .hamburger {
  display: none;
}
.tier-header .header .mobile-navigation {
  display: none;
}
.tier-header .header ul {
  font-family: 'Ubuntu', sans-serif;
  font-size: 15px;
  font-weight: 400;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 20;
}
.tier-header .header ul li {
  border-right: 1px solid #101010;
  display: block;
  float: left;
  height: 28px;
  padding: 0 28px;
  text-transform: uppercase;
}
.tier-header .header ul li a {
  border-bottom: 3px solid transparent;
  color: #eaeaea;
  display: block;
  line-height: 24px;
  margin-top: 0px;
  padding: 0;
  text-decoration: none;
}
.tier-header .header ul li a.contact-us-button {
  background: url("../images/contact.png") no-repeat center center;
  height: 38px;
  text-indent: -9999px;
  width: 30px;
}
.tier-header .header ul li:nth-child(1) a:hover,
.tier-header .header ul li.selected:nth-child(1) a {
  border-bottom-color: #FC8D25;
}
.tier-header .header ul li:nth-child(2) a:hover,
.tier-header .header ul li.selected:nth-child(2) a {
  border-bottom-color: #FFF;
}
.tier-header .header ul li:nth-child(3) a:hover,
.tier-header .header ul li.selected:nth-child(3) a {
  border-bottom-color: #6EA8DE;
}
.tier-header .header ul li:last-child {
  border-right: none;
  padding-right: 0;
}
.tier-header .header .logo {
  left: 0;
  position: absolute;
  top: 24px;
}
.tier-header .header .logo img {
  height: 37px;
}
.tier-header .header .login {
  font-family: Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 0;
}
.tier-header .header .login a {
  color: #eaeaea;
  display: block;
  float: left;
  line-height: 14px;
}
.tier-header .header .login a:first-child {
  border-right: 2px solid #fff;
  padding: 0 8px 0 0;
}
.tier-header .header .login a:last-child {
  padding: 0 0 0 8px;
}
.tier-header .header .login a:hover {
  text-decoration: none;
}
.tier-header .header .login iframe {
  width: 500px;
}
body.iphone .tier-header,
body.android .tier-header {
  position: relative;
  overflow: visible;
  height: 80px;
}
.tier-subheader {
  left: 0;
  position: fixed;
  top: 80px;
  width: 100%;
  z-index: 99;
}
.tier-subheader .subheader-wrapper {
  background: #17335b;
  margin: 0 auto;
}
.tier-subheader .subheader {
  color: #eaeaea;
  display: flex;
  height: 50px;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: 1000px;
}
.tier-subheader .subheader ul {
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding: 0;
  z-index: 20;
}
.tier-subheader .subheader ul li {
  border-right: 1px solid #264065;
  display: inline-block;
  float: left;
  height: 50px;
  padding: 0;
  text-transform: uppercase;
}
.tier-subheader .subheader ul li a {
  color: #eaeaea;
  cursor: pointer;
  display: block;
  line-height: 50px;
  padding: 0 23px;
}
.tier-subheader .subheader ul li a:hover {
  text-decoration: none;
}
.tier-subheader .subheader ul li:first-child {
  padding-left: 0;
}
.tier-subheader .subheader ul li:last-child {
  border-right: none;
}
.tier-subheader .subheader ul li.selected a {
  background: #465D7B;
}
.tier-subheader .subheader ul li.asis {
  text-transform: none;
}
.tier-subheader .subheader ul li.dropdown {
  color: #eaeaea;
  line-height: 50px;
  padding: 0 15px;
  position: relative;
}
.tier-subheader .subheader ul li.dropdown i {
  color: #FC8D25;
  font-size: 17px;
  margin: 0 0 0 10px;
}
.tier-subheader .subheader ul li.dropdown:hover,
.tier-subheader .subheader ul li.dropdown.dropbox-open {
  background: #FB9854;
}
.tier-subheader .subheader ul li.dropdown:hover i,
.tier-subheader .subheader ul li.dropdown.dropbox-open i {
  color: #eaeaea;
}
.tier-subheader .subheader ul li.dropdown:hover .dropdown-panel,
.tier-subheader .subheader ul li.dropdown.dropbox-open .dropdown-panel {
  display: block;
}
.tier-subheader .subheader ul li.dropdown .dropdown-panel {
  background: transparent;
  display: none;
  left: 0;
  padding: 50px 0 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.75);
  box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.75);
}
.tier-subheader .subheader ul li.dropdown .dropdown-panel a {
  background: #FC8D25;
  border-bottom: 1px solid #333;
  padding: 0;
  text-align: center;
}
.tier-subheader .subheader ul li.dropdown .dropdown-panel a:last-child {
  border-bottom: none;
}
body.iphone .tier-subheader,
body.android .tier-subheader {
  position: relative;
  top: 1px;
}
.tier-footer {
  background: #09102e;
  overflow: hidden;
}
.tier-footer .footer {
  height: 262px;
  margin: 0 auto;
  position: relative;
  width: 1000px;
}
.tier-footer .footer .logo {
  left: 28px;
  position: absolute;
  top: 40px;
}
.tier-footer .footer ul {
  color: #aaa;
  float: left;
  font-family: 'Ubuntu', sans-serif;
  font-size: 12px;
  font-weight: 400;
  margin: 0;
  padding: 40px 0 0;
  width: 140px;
}
.tier-footer .footer ul:first-child {
  margin: 0 0 0 500px;
  width: 168px;
}
.tier-footer .footer ul:last-child {
  width: 180px;
}
.tier-footer .footer ul li {
  line-height: 17px;
  list-style: none;
  margin: 0 0 1px;
  padding: 0;
}
.tier-footer .footer ul li.list-title {
  color: #fff;
  font-size: 13px;
  margin: 0 0 16px;
}
.tier-footer .footer ul li a {
  color: #fff;
}
.tier-footer .footer ul li a:hover {
  text-decoration: none;
}
.tier-footer .footer .social-buttons {
  position: absolute;
  right: 90px;
  top: 154px;
}
.tier-footer .footer .social-buttons a {
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  float: left;
  height: 34px;
  text-indent: -9999px;
  width: 34px;
}
.tier-footer .footer .social-buttons .twitter {
  background-image: url("../images/twitter-button.png");
  margin: 0 6px 0 0;
}
.tier-footer .footer .social-buttons .facebook {
  background-image: url("../images/facebook-button.png");
  margin: 0 2px 0 0;
}
.tier-footer .footer .social-buttons .linkedin {
  background-image: url("../images/linkedin-footer.png");
}
.tier-footer .footer .phone {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  margin: 0 0 12px;
}
.tier-footer .footer .copyright {
  bottom: 22px;
  color: #aaa;
  font-family: 'Ubuntu', sans-serif;
  font-size: 11px;
  font-weight: 300;
  left: 28px;
  position: absolute;
}
body#page .tiers-wrapper {
  font-weight: 400;
  margin: 0 auto;
  width: 1000px;
}
body#page-full-width .tiers-wrapper {
  font-weight: 400;
  margin: 0 auto;
  width: 100%;
}
body#homepage video {
  position: absolute;
  top: -8%;
  right: 0;
  left: 0;
  height: 116%;
  object-fit: contain;
  width: 100%;
  z-index: 2;
}
body#homepage .video-loading-screen {
  background: url("../images/static-backup.png") center top no-repeat transparent;
  background-size: 100% 100%;
  position: absolute;
  top: -8%;
  right: 0;
  left: 0;
  height: 116%;
  z-index: 1;
}
body#homepage .tier-feature-alert {
  height: 37px;
  left: 0;
  position: absolute;
  top: 145px;
  width: 100%;
  z-index: 2;
}
body#homepage .tier-feature-alert .content-wrapper {
  border: 1px solid rgba(255,255,255,0.5);
  color: #fff;
  height: 37px;
  margin: 0 auto;
  overflow: hidden;
  width: 1000px;
}
body#homepage .tier-feature-alert .content-wrapper .title {
  background: rgba(255,255,255,0.2);
  float: left;
  font-size: 18px;
  font-weight: 400;
  height: 37px;
  line-height: 37px;
  padding: 0 12px 0 9px;
  text-transform: uppercase;
}
body#homepage .tier-feature-alert .content-wrapper .message {
  float: left;
  font-size: 18px;
  height: 37px;
  line-height: 37px;
  padding: 0 10px 0 30px;
  white-space: nowrap;
}
body#homepage .tier-feature-alert .content-wrapper .learn-how {
  background: rgba(255,255,255,0.2);
  color: #fff;
  display: block;
  float: right;
  font-size: 15px;
  height: 37px;
  line-height: 37px;
  padding: 0 25px;
  position: relative;
}
body#homepage .tier-feature-alert .content-wrapper .learn-how:hover {
  text-decoration: none;
}
body#homepage .tier-1 {
  background: #000;
  display: inline-block;
  min-height: 410px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
body#homepage .tier-1:after {
  padding-top: 35.5%;
  display: block;
  content: '';
}
body#homepage .tier-1 > iframe {
  top: -8%;
  right: 0;
  left: 0;
  height: 116%;
  object-fit: contain;
  position: absolute;
  width: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 3s ease;
  transition: opacity 3s ease;
}
@media screen and (max-width: 1172px) {
  body#homepage .tier-1 > iframe {
    top: -35px;
    bottom: 25px;
    height: 480px;
    width: 1160px;
  }
}
body#homepage .tier-1 .mobile-alternative {
  background: url("../images/static-backup.png") center top no-repeat transparent;
  display: none;
  height: 544px;
  opacity: 0;
  position: absolute;
  width: 100%;
}
body#homepage .tier-1 .video-overlay {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 2;
}
body#homepage .tier-1 .content-wrapper {
  color: #fff;
  margin: -112px auto 0;
  position: relative;
  text-align: center;
  width: 1000px;
  z-index: 2;
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 0;
  left: 0;
}
body#homepage .tier-1 .content-wrapper .title {
  font-family: 'Ubuntu', sans-serif;
  font-size: 55px;
  font-weight: 400;
  opacity: 0.95;
  z-index: 2;
}
body#homepage .tier-1 .content-wrapper .sub-title {
  font-family: 'Ubuntu', sans-serif;
  font-size: 18px;
  font-weight: 300;
  margin-top: 4px;
  z-index: 2;
}
body#homepage .tier-1 .content-wrapper .trial {
  font-family: 'Ubuntu', sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  margin-top: -8px;
  opacity: 0.95;
  z-index: 2;
}
body#homepage .tier-1 .content-wrapper .trial a {
  color: #fff;
  text-decoration: none;
  z-index: 2;
}
body#homepage .tier-1 .content-wrapper .trial a:hover {
  text-decoration: underline;
}
body#homepage .tier-1 .content-wrapper .pointer-button-wrapper {
  clear: both;
  overflow: hidden;
  z-index: 2;
}
body#homepage .tier-1 .content-wrapper .pointer-button-wrapper a {
  color: #fff;
  display: inline-block;
  margin: 0 15px 0 0;
  z-index: 2;
}
body#homepage .tier-1 .content-wrapper .pointer-button-wrapper a.host {
  background: url("../images/homepage/host-button.png") no-repeat transparent;
}
body#homepage .tier-1 .content-wrapper .pointer-button-wrapper a.find {
  background: url("../images/homepage/find-button.png") no-repeat transparent;
}
body#homepage .tier-1 .content-wrapper .pointer-button-wrapper a.started {
  background: rgba(0,0,0,0.3);
  background-clip: padding-box;
  border: 1px solid #fff;
  border-radius: 2px;
  font-size: 24px;
  height: auto;
  line-height: 1.33;
  margin: 0.75em 0;
  padding: 0.5em 1.5em;
  text-align: center;
  text-transform: none;
  width: auto;
  vertical-align: middle;
  -webkit-background-clip: padding-box;
}
body#homepage .tier-2 {
  background: #fff;
  height: 360px;
}
body#homepage .tier-2 .content-wrapper {
  color: #000;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  margin: 0 auto;
}
body#homepage .tier-2 .content-wrapper .title {
  font-size: 27px;
  margin: 0 auto;
  padding-top: 72px;
  text-align: center;
  width: 1000px;
}
body#homepage .tier-2 .content-wrapper .sub-title {
  font-size: 16px;
  margin: 4px auto 0;
  text-align: center;
  width: 1000px;
}
body#homepage .tier-2 .content-wrapper .marquee {
  margin-top: 2px;
}
body#homepage .tier-2 .content-wrapper .hollow-button-wrapper {
  margin-top: 5px;
}
body#homepage .tier-2 .content-wrapper .hollow-button-wrapper a {
  border-color: #b5baca;
  color: #1c295e;
  margin: 0 auto;
}
body#homepage .tier-3 {
  background: url("../images/homepage/network-bg-1920.jpg") no-repeat top center;
  height: 607px;
}
body#homepage .tier-3 .content-wrapper {
  color: #fff;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
  margin: 0 auto;
  text-align: center;
  width: 1000px;
}
body#homepage .tier-3 .content-wrapper .title {
  font-size: 29px;
  padding-top: 72px;
  text-transform: uppercase;
}
body#homepage .tier-3 .content-wrapper .sub-title {
  font-size: 15px;
  line-height: 20px;
  margin-top: 6px;
}
body#homepage .tier-3 .content-wrapper .split {
  overflow: hidden;
}
body#homepage .tier-3 .content-wrapper .split .half {
  float: left;
  height: 313px;
  position: relative;
  width: 500px;
}
body#homepage .tier-3 .content-wrapper .split .half .title {
  font-size: 28px;
  line-height: 28px;
  margin-top: 54px;
  padding-top: 0;
  text-transform: none;
}
body#homepage .tier-3 .content-wrapper .split .half .text {
  font-size: 14px;
  line-height: 23px;
  margin-top: 18px;
}
body#homepage .tier-3 .content-wrapper .buttons-wrapper {
  clear: both;
  overflow: hidden;
  z-index: 2;
}
body#homepage .tier-3 .content-wrapper .buttons-wrapper a {
  border: 2px solid #000;
  color: #fff;
  display: inline-block;
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 500;
  height: 49px;
  line-height: 49px;
  margin: 0 20px;
  padding: 0 20px;
  text-align: center;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  z-index: 2;
}
body#homepage .tier-3 .content-wrapper .buttons-wrapper a.button-sellers {
  border-color: #f5973d;
}
body#homepage .tier-3 .content-wrapper .buttons-wrapper a.button-enterprise {
  border-color: #fff;
}
body#homepage .tier-3 .content-wrapper .buttons-wrapper a.button-buyers {
  border-color: #77c0df;
}
body#homepage .tier-3 .content-wrapper .buttons-wrapper a:hover {
  text-decoration: none;
}
body#homepage .tier-4 {
  background: #fff;
  height: 325px;
}
body#homepage .tier-4 .content-wrapper {
  margin: 0 auto;
  width: 1000px;
}
body#homepage .tier-4 .content-wrapper .title {
  color: #a5a9b7;
  font-family: 'Ubuntu', sans-serif;
  font-size: 27px;
  font-weight: 300;
  padding-top: 57px;
  text-align: center;
}
body#homepage .tier-4 .content-wrapper .press-wrapper {
  margin-top: 59px;
}
body#homepage .tier-4 .content-wrapper .press-wrapper .row {
  margin-bottom: 54px;
  text-align: center;
}
body#homepage .tier-4 .content-wrapper .press-wrapper .row a {
  display: inline-block;
  margin-right: 55px;
}
body#homepage .tier-4 .content-wrapper .press-wrapper .row a:last-child {
  margin-right: 0;
}
body#homepage .tier-5 {
  background: url("../images/homepage/white-clouds-repeat-f9f9f9.png") repeat-x bottom left #f9f9f9;
  height: 270px;
}
body#homepage .tier-5 .content-wrapper {
  color: #000;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  margin: 0 auto;
  width: 1000px;
}
body#homepage .tier-5 .content-wrapper .title {
  color: #060c26;
  font-size: 27px;
  padding-top: 68px;
  text-align: center;
}
body#homepage .tier-5 .content-wrapper .sub-title {
  color: #f48613;
  font-size: 21px;
  font-style: italic;
  font-weight: 300;
  margin-top: 3px;
  text-align: center;
}
body#homepage .tier-5 .content-wrapper .hollow-button-wrapper {
  margin-top: 15px;
}
body#homepage .tier-5 .content-wrapper .hollow-button-wrapper a {
  border-color: #b5baca;
  color: #1c295e;
  margin: 0 auto;
}
body.iphone#homepage .tier-1,
body.android#homepage .tier-1 {
  height: 544px;
}
body.iphone#homepage .tier-1 iframe,
body.android#homepage .tier-1 iframe {
  display: none;
}
body.iphone#homepage .tier-1 .mobile-alternative,
body.android#homepage .tier-1 .mobile-alternative {
  position: absolute;
}
body.iphone#homepage .tier-1 .video-overlay,
body.android#homepage .tier-1 .video-overlay {
  display: none;
}
body#homepage {
  max-width: 100%;
}
body#homepage .tier-header .header-wrapper {
  max-width: 100%;
}
body#homepage .tier-subheader .subheader-wrapper {
  max-width: 100%;
}
body#homepage .tier-3 {
  background-size: 100% 100%;
}
body#pricing .tier-1 ul,
body#pricing .tier-2 ul,
body#pricing .tier-3 ul {
  list-style-image: url('../images/li-pointer.png');
  padding: 0 0 0 20px;
}
body#pricing .tier-1 ul li,
body#pricing .tier-2 ul li,
body#pricing .tier-3 ul li {
  margin: 0 0 20px;
}
body#pricing .tier-1 ul li:last-child,
body#pricing .tier-2 ul li:last-child,
body#pricing .tier-3 ul li:last-child {
  margin: 0;
}
body#pricing .tier-1 ul li.no-arrow,
body#pricing .tier-2 ul li.no-arrow,
body#pricing .tier-3 ul li.no-arrow {
  list-style: none;
}
body#pricing .tier-1 ul li b,
body#pricing .tier-2 ul li b,
body#pricing .tier-3 ul li b {
  color: #1765c9;
}
body#pricing .tier-1 .content-wrapper .title {
  color: #a5a9b7;
  font-size: 33px;
  font-weight: 400;
  margin: 91px 0 0;
  text-align: center;
}
body#pricing .tier-1 .content-wrapper .title span {
  color: #060c26;
}
body#pricing .tier-1 .content-wrapper .sub-title {
  font-size: 15px;
  font-weight: 400;
  margin: 34px 0 0;
  text-align: center;
}
body#pricing .tier-1 .content-wrapper .pricing-blocks {
  margin: 54px auto 40px;
  overflow: hidden;
  width: 820px;
}
body#pricing .tier-1 .content-wrapper .pricing-blocks .block {
  border-style: solid;
  border-width: 2px;
  float: left;
  height: 806px;
  position: relative;
  width: 386px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
body#pricing .tier-1 .content-wrapper .pricing-blocks .block .title {
  color: #fff;
  font-size: 28px;
  font-weight: 300;
  height: 70px;
  line-height: 70px;
  margin: 0 auto;
  text-align: center;
  width: 301px;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -ms-border-radius: 0 0 3px 3px;
  -o-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
body#pricing .tier-1 .content-wrapper .pricing-blocks .block .section {
  border-top: 1px solid #e6e8ec;
  font-size: 16px;
  font-weight: 300;
  margin: 0 30px 0 43px;
  padding: 28px 0;
  overflow: hidden;
}
body#pricing .tier-1 .content-wrapper .pricing-blocks .block .section.no-border-top {
  border-top: none;
}
body#pricing .tier-1 .content-wrapper .pricing-blocks .block .section .header {
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 24px 10px;
}
body#pricing .tier-1 .content-wrapper .pricing-blocks .block .section .header b {
  display: block;
  font-size: 20px;
  font-weight: 400;
}
body#pricing .tier-1 .content-wrapper .pricing-blocks .block .section .half {
  float: left;
  margin: 0 0 0 25px;
  width: 125px;
}
body#pricing .tier-1 .content-wrapper .pricing-blocks .block .section .half > div,
body#pricing .tier-1 .content-wrapper .pricing-blocks .block .section .half > a {
  margin: 0 0 13px;
}
body#pricing .tier-1 .content-wrapper .pricing-blocks .block .section .half > div:last-child,
body#pricing .tier-1 .content-wrapper .pricing-blocks .block .section .half > a:last-child {
  margin: 0;
}
body#pricing .tier-1 .content-wrapper .pricing-blocks .block .section .half > div.header,
body#pricing .tier-1 .content-wrapper .pricing-blocks .block .section .half > a.header {
  margin: 0 0 24px;
}
body#pricing .tier-1 .content-wrapper .pricing-blocks .block .section .half > div > span,
body#pricing .tier-1 .content-wrapper .pricing-blocks .block .section .half > a > span {
  color: #fe8a0f;
}
body#pricing .tier-1 .content-wrapper .pricing-blocks .block .section .half > div > span > small,
body#pricing .tier-1 .content-wrapper .pricing-blocks .block .section .half > a > span > small {
  display: block;
  font-size: 12px;
  margin-top: 4px;
}
body#pricing .tier-1 .content-wrapper .pricing-blocks .block .section .half a {
  color: #fe8a0f;
}
body#pricing .tier-1 .content-wrapper .pricing-blocks .block .section ul {
  margin: 0 0 0 10px;
}
body#pricing .tier-1 .content-wrapper .pricing-blocks .block .section .blue {
  color: #1765c9;
}
body#pricing .tier-1 .content-wrapper .pricing-blocks .block a.button {
  bottom: 42px;
  color: #fff;
  display: block;
  font-size: 13px;
  font-weight: 400;
  height: 53px;
  left: 43px;
  line-height: 53px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: 300px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
body#pricing .tier-1 .content-wrapper .pricing-blocks .block a.button:hover {
  text-decoration: none;
}
body#pricing .tier-1 .content-wrapper .pricing-blocks .block.host {
  border-color: #fe8a0f;
}
body#pricing .tier-1 .content-wrapper .pricing-blocks .block.host .title {
  background: #fe8a0f;
}
body#pricing .tier-1 .content-wrapper .pricing-blocks .block.host .section .right {
  float: right;
  width: 105px;
}
body#pricing .tier-1 .content-wrapper .pricing-blocks .block.host a.button {
  background: #fe8a0f;
}
body#pricing .tier-1 .content-wrapper .pricing-blocks .block.find {
  border-color: #1765c9;
  float: right;
}
body#pricing .tier-1 .content-wrapper .pricing-blocks .block.find .title {
  background: #1765c9;
}
body#pricing .tier-1 .content-wrapper .pricing-blocks .block.find a.button {
  background: #1765c9;
}
body#pricing .tier-1 .content-wrapper .pricing-blocks .block.find .section {
  margin: 0 30px 0 32px;
}
body#pricing .tier-1 .content-wrapper .pricing-blocks .block.find .section .header {
  margin: 0 0 16px 10px;
}
body#pricing .tier-1 .content-wrapper .pricing-blocks .block.find .section ul {
  font-size: 14px;
  margin: 0;
}
body#pricing .tier-1 .content-wrapper .pricing-blocks .block.find .section ul li {
  margin: 0 0 12px;
}
body#pricing .tier-1 .content-wrapper .pricing-blocks .block.find .section ul li.no-arrow {
  margin: 0 20px 12px 0;
}
body#pricing .tier-2 .content-wrapper {
  border: 2px solid #69b2d3;
  margin: 0 auto;
  position: relative;
  width: 820px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
body#pricing .tier-2 .content-wrapper .title {
  background: #69b2d3;
  color: #fff;
  font-size: 26px;
  font-weight: 300;
  height: 60px;
  line-height: 60px;
  margin: 0 auto;
  text-align: center;
  width: 600px;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -ms-border-radius: 0 0 3px 3px;
  -o-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
body#pricing .tier-2 .content-wrapper .subtitle {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  margin: 28px 0;
  text-align: center;
}
body#pricing .tier-2 .content-wrapper .contact-us-button {
  background: #69b2d3;
  color: #fff;
  display: block;
  font-size: 13px;
  font-weight: 400;
  height: 53px;
  line-height: 53px;
  margin: 40px auto;
  text-align: center;
  text-transform: uppercase;
  width: 195px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
body#pricing .tier-2 .content-wrapper .contact-us-button:hover {
  text-decoration: none;
}
body#pricing .tier-2 .content-wrapper .ul {
  color: #69b2d3;
  text-align: center;
}
body#pricing .tier-2 .content-wrapper .ul .li {
  background: url('../images/li-pointer.png') no-repeat left center;
  display: inline-block;
  margin: 0 0 20px;
  padding: 0 0 0 20px;
}
body#pricing .tier-2 .content-wrapper .ul .li:last-child {
  margin: 0;
}
body#pricing .tier-3 {
  background: #fff;
}
body#pricing .tier-3 .content-wrapper {
  font-weight: 300;
  margin: 0 auto;
  width: 820px;
}
body#pricing .tier-3 .content-wrapper .title {
  font-size: 27px;
  font-weight: 400;
  padding: 75px 0 30px;
}
body#pricing .tier-3 .content-wrapper .question {
  color: #1765c9;
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 15px;
}
body#pricing .tier-3 .content-wrapper ul {
  margin: 0 0 32px;
}
body#pricing:not(:-moz-handler-blocked) .tier-1 .content-wrapper .pricing-blocks .block {
  height: 850px;
}
.tiers-wrapper > .adobe_panel .tier-banner {
  background: url("../images/adobe-panel/hero-image.png") no-repeat bottom center #242D34;
}
.tiers-wrapper > .adobe_panel .tier-banner:after {
  background: url("../images/adobe-panel/white-to-blue-clouds.png") repeat-x bottom center transparent;
  bottom: 0;
  content: '';
  display: block;
  height: 76px;
  left: 0;
  position: absolute;
  right: 0;
}
.tiers-wrapper > .adobe_panel .tier-banner .content-wrapper {
  color: #fff;
  position: relative;
}
.tiers-wrapper > .adobe_panel .tier-banner .content-wrapper .adobe-logo {
  background: url("../images/adobe-panel/adobe-logo.png") repeat-x bottom center transparent;
  height: 88px;
  left: -21px;
  position: absolute;
  top: 11px;
  width: 163px;
}
.tiers-wrapper > .adobe_panel .tier-banner .content-wrapper .title {
  font-size: 50px;
  padding-top: 96px;
}
.tiers-wrapper > .adobe_panel .tier-banner .content-wrapper .sub-title {
  font-weight: 400;
  margin-top: 6px;
}
.tiers-wrapper > .adobe_panel .tier-banner .content-wrapper i {
  color: #fff;
}
.tiers-wrapper > .adobe_panel .tier-banner .content-wrapper i a {
  color: #fff;
}
.tiers-wrapper > .adobe_panel .tier-banner .content-wrapper .pointer-button-wrapper a {
  background: url("../images/pointer-button-white-blue.png") no-repeat transparent;
  color: #221826;
  width: 159px;
}
.tiers-wrapper > .adobe_panel .tier-banner .content-wrapper .label {
  background: url("../images/delivery/label.png") no-repeat transparent;
  color: #f15b41;
  font-size: 15px;
  font-style: italic;
  font-weight: 700;
  height: 123px;
  letter-spacing: -1px;
  padding: 25px 0 0;
  position: absolute;
  right: 82px;
  text-align: center;
  top: 163px;
  width: 148px;
}
.tiers-wrapper > .adobe_panel .tier-banner .content-wrapper .label b {
  color: #372f39;
  display: block;
  font-size: 24px;
  margin: 4px 0 0;
}
.tiers-wrapper > .adobe_panel .tier-features {
  background: url("../images/adobe-panel/blue-to-white-clouds.png") repeat-x bottom center #ebf1fa;
}
.tiers-wrapper > .adobe_panel .tier-features .content-wrapper {
  height: 676px;
  text-align: center;
}
.tiers-wrapper > .adobe_panel .tier-features .content-wrapper > .title {
  margin-top: 80px;
  font-size: 27px;
  text-align: center;
}
.tiers-wrapper > .adobe_panel .tier-features .content-wrapper ul {
  margin: 80px auto 0;
  padding: 0 0 200px;
  text-align: left;
  width: 960px;
}
.tiers-wrapper > .adobe_panel .tier-features .content-wrapper ul li {
  list-style: none;
  padding: 0 0 53px 130px;
  position: relative;
  overflow: hidden;
  width: 320px;
}
.tiers-wrapper > .adobe_panel .tier-features .content-wrapper ul li .title {
  color: #060c26;
  font-size: 17px;
  font-weight: 500;
}
.tiers-wrapper > .adobe_panel .tier-features .content-wrapper ul li .description {
  color: #060c26;
  font-size: 15px;
  line-height: 20px;
  margin-top: 18px;
}
.tiers-wrapper > .adobe_panel .tier-features .content-wrapper ul li:nth-child(odd) {
  float: left;
}
.tiers-wrapper > .adobe_panel .tier-features .content-wrapper ul li:nth-child(even) {
  float: right;
}
.tiers-wrapper > .adobe_panel .tier-features .content-wrapper ul li:before {
  background: no-repeat top center transparent;
  content: "";
  height: 98px;
  left: 0;
  position: absolute;
  top: 0;
  width: 98px;
}
.tiers-wrapper > .adobe_panel .tier-features .content-wrapper ul li:nth-child(1):before {
  background-image: url("../images/adobe-panel/feature-1.png");
}
.tiers-wrapper > .adobe_panel .tier-features .content-wrapper ul li:nth-child(2):before {
  background-image: url("../images/adobe-panel/feature-2.png");
}
.tiers-wrapper > .adobe_panel .tier-features .content-wrapper ul li:nth-child(3):before {
  background-image: url("../images/adobe-panel/feature-3.png");
}
.tiers-wrapper > .adobe_panel .tier-features .content-wrapper ul li:nth-child(4):before {
  background-image: url("../images/adobe-panel/feature-4.png");
}
.tiers-wrapper > .adobe_panel .tier-features .content-wrapper .feature {
  margin: 59px 0 0;
}
.tiers-wrapper > .adobe_panel .tier-features .content-wrapper .feature.a {
  background: url("../images/adobe-panel/feature-1.png") no-repeat center center transparent;
}
.tiers-wrapper > .adobe_panel .tier-features .content-wrapper .feature.b {
  background: url("../images/adobe-panel/feature-2.png") no-repeat center center transparent;
}
.tiers-wrapper > .adobe_panel .tier-features .content-wrapper .feature.c {
  background: url("../images/adobe-panel/feature-3.png") no-repeat center center transparent;
}
.tiers-wrapper > .adobe_panel .tier-features .content-wrapper .feature.d {
  background: url("../images/adobe-panel/feature-4.png") no-repeat center center transparent;
}
.tiers-wrapper > .adobe_panel .tier-features .content-wrapper .feature .description .sub-title {
  margin: 0;
}
.tiers-wrapper > .adobe_panel .tier-features-single-column {
  background: url("../images/adobe-panel/white-to-blue-clouds.png") repeat-x bottom center #fff;
}
.tiers-wrapper > .adobe_panel .tier-features-single-column .content-wrapper {
  text-align: center;
}
.tiers-wrapper > .adobe_panel .tier-features-single-column .content-wrapper > .supertitle {
  color: #1765c9;
  margin-top: 30px;
  font-size: 21px;
  text-align: center;
}
.tiers-wrapper > .adobe_panel .tier-features-single-column .content-wrapper > .title {
  margin-top: 25px;
  font-size: 27px;
  text-align: center;
}
.tiers-wrapper > .adobe_panel .tier-features-single-column .content-wrapper > .list-title {
  margin-top: 40px;
  font-size: 27px;
  text-align: center;
}
.tiers-wrapper > .adobe_panel .tier-features-single-column .content-wrapper > .list-title:after {
  background: #1765c9;
}
.tiers-wrapper > .adobe_panel .tier-features-single-column .content-wrapper .hollow-button-wrapper {
  margin-top: 28px;
}
.tiers-wrapper > .adobe_panel .tier-features-single-column .content-wrapper .hollow-button-wrapper a {
  border-color: #8ab2e5;
  color: #1765c9;
}
.tiers-wrapper > .adobe_panel .tier-features-single-column .content-wrapper > .subtitle {
  font-size: 14px;
  margin-top: 25px;
}
.tiers-wrapper > .adobe_panel .tier-features-single-column .content-wrapper > .subtitle a {
  color: #1765c9;
}
.tiers-wrapper > .adobe_panel .tier-features-single-column .content-wrapper ul {
  margin: 50px auto 0;
  padding: 0 0 80px;
  text-align: left;
  width: 450px;
}
.tiers-wrapper > .adobe_panel .tier-features-single-column .content-wrapper ul li {
  list-style: none;
  padding: 0 0 53px 130px;
  position: relative;
  overflow: hidden;
  width: 350px;
}
.tiers-wrapper > .adobe_panel .tier-features-single-column .content-wrapper ul li .title {
  color: #060c26;
  font-size: 17px;
  font-weight: 500;
}
.tiers-wrapper > .adobe_panel .tier-features-single-column .content-wrapper ul li .description {
  color: #060c26;
  font-size: 15px;
  line-height: 20px;
  margin-top: 18px;
}
.tiers-wrapper > .adobe_panel .tier-features-single-column .content-wrapper ul li:before {
  background: no-repeat top center transparent;
  content: "";
  height: 98px;
  left: 0;
  position: absolute;
  top: 0;
  width: 98px;
}
.tiers-wrapper > .adobe_panel .tier-features-single-column .content-wrapper ul li:nth-child(1):before {
  background-image: url("../images/adobe-panel/requirement-1.png");
}
.tiers-wrapper > .adobe_panel .tier-features-single-column .content-wrapper ul li:nth-child(2):before {
  background-image: url("../images/adobe-panel/requirement-2.png");
}
.tiers-wrapper > .adobe_panel .tier-more {
  background: #ECF1F9;
}
.tiers-wrapper > .adobe_panel .tier-more .content-wrapper .title {
  color: #1765c9;
}
.tiers-wrapper > .adobe_panel .tier-more .content-wrapper .hollow-button-wrapper a {
  border-color: #8ab2e5;
  color: #1765c9;
}
body#buyers .tier-banner .content-wrapper {
  color: #fff;
  position: relative;
}
body#buyers .tier-banner .content-wrapper i {
  color: #0d1d3e;
}
body#buyers .tier-banner .content-wrapper i a {
  color: #0d1d3e;
}
body#buyers .tier-banner .content-wrapper .pointer-button-wrapper a {
  background: url("../images/pointer-button-white-blue.png") no-repeat transparent;
  color: #08193d;
  width: 159px;
}
body#buyers .tier-features .content-wrapper .feature.a {
  background: url("../images/buyers/featured-1.png") no-repeat center center transparent;
}
body#buyers .tier-features .content-wrapper .feature.b {
  background: url("../images/buyers/featured-2.png") no-repeat center center transparent;
}
body#buyers .tier-features .content-wrapper .feature.c {
  background: url("../images/buyers/featured-3.png") no-repeat center center transparent;
}
body#buyers .tier-features .content-wrapper .feature.d {
  background: url("../images/buyers/featured-4.png") no-repeat center center transparent;
}
body#buyers .tier-clouds .content-wrapper .title.headphones {
  background: url("../images/buyers/clouds-title-headphones.png") 3px 8px no-repeat transparent;
}
body#buyers .tier-clouds .content-wrapper .title.wrench {
  background: url("../images/buyers/clouds-title-wrench.png") 0px 6px no-repeat transparent;
}
body#buyers .tier-clouds .content-wrapper .shoutout {
  color: #1765c9;
}
body#buyers .tier-more .content-wrapper .title {
  color: #1765c9;
}
body#buyers .tier-more .content-wrapper .hollow-button-wrapper a {
  border-color: #8bb2e4;
  color: #101e55;
}
body#buyers .tier-highlights .content-wrapper .highlight.a {
  background: url("../images/buyers/highlight-1.png") no-repeat center top transparent;
}
body#buyers .tier-highlights .content-wrapper .highlight.b {
  background: url("../images/buyers/highlight-2.png") no-repeat center top transparent;
}
body#buyers .tier-highlights .content-wrapper .highlight.c {
  background: url("../images/buyers/highlight-3.png") no-repeat center top transparent;
}
body#buyers .tier-highlights .content-wrapper .highlight.d {
  background: url("../images/buyers/highlight-4.png") no-repeat center 12px transparent;
}
body#buyers .tier-highlights .content-wrapper .highlight.e {
  background: url("../images/buyers/highlight-5.png") no-repeat center 12px transparent;
}
body#buyers .tier-plans .content-wrapper .title b {
  color: #1765c9;
}
body#buyers .tier-start .content-wrapper .hollow-button-wrapper a {
  border-color: #84acde;
  color: #226ccb;
}
body#sellers .tier-banner .content-wrapper {
  position: relative;
}
body#sellers .tier-banner .content-wrapper .title {
  font-size: 48px;
}
body#sellers .tier-banner .content-wrapper i {
  color: #2d1e26;
}
body#sellers .tier-banner .content-wrapper i a {
  color: #2d1e26;
}
body#sellers .tier-banner .content-wrapper .pointer-button-wrapper a {
  background: url("../images/pointer-button-white-blue.png") no-repeat transparent;
  color: #08193d;
  width: 159px;
}
body#sellers .tier-banner .content-wrapper .show-more-wrapper {
  background: #faf6ed;
  border-left: 5px solid #5f5355;
  bottom: 0;
  color: #a19c96;
  font-size: 15px;
  font-weight: 300;
  padding: 20px 25px;
  position: absolute;
  width: 945px;
}
body#sellers .tier-banner .content-wrapper .show-more-wrapper b {
  color: #2f1e28;
  display: block;
  font-weight: 400;
  margin: 6px 0 5px;
}
body#sellers .tier-banner .content-wrapper .show-more-wrapper .show-more-button {
  background: #ff8d13;
  color: #fff;
  display: block;
  float: right;
  font-weight: 400;
  padding: 16px 24px;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
body#sellers .tier-banner .content-wrapper .show-more-wrapper .show-more-button:hover {
  text-decoration: none;
}
body#sellers .tier-features .content-wrapper .feature.a {
  background: url("../images/sellers/featured-1.png") no-repeat center center transparent;
}
body#sellers .tier-features .content-wrapper .feature.b {
  background: url("../images/sellers/featured-2.png") no-repeat center center transparent;
}
body#sellers .tier-features .content-wrapper .feature.c {
  background: url("../images/sellers/featured-3.png") no-repeat center center transparent;
}
body#sellers .tier-features .content-wrapper .feature.d {
  background: url("../images/sellers/featured-4.png") no-repeat center center transparent;
}
body#sellers .tier-clouds .content-wrapper {
  padding-bottom: 70px;
}
body#sellers .tier-clouds .content-wrapper .title.lock {
  background: url("../images/sellers/clouds-title-lock.png") 3px 8px no-repeat transparent;
  margin-top: 89px;
}
body#sellers .tier-clouds .content-wrapper .title.dollar {
  background: url("../images/sellers/clouds-title-dollar.png") 6px 8px no-repeat transparent;
  margin-bottom: 11px;
}
body#sellers .tier-clouds .content-wrapper ul.double-spaced {
  line-height: 39px;
  margin-bottom: -10px;
  margin-top: 20px;
}
body#sellers .tier-clouds .content-wrapper ul.double-spaced li {
  margin: 0 0 -2px;
}
body#sellers .tier-clouds .content-wrapper .show-more-wrapper {
  margin: 90px auto 0;
  text-align: center;
}
body#sellers .tier-clouds .content-wrapper .show-more-wrapper .border {
  border-top: 1px solid #e0e1e3;
  height: 1px;
  margin: 0 auto;
  width: 470px;
}
body#sellers .tier-clouds .content-wrapper .show-more-wrapper .title {
  color: #ff8d13;
  display: block;
  font-size: 27px;
  font-weight: 400;
  margin: 40px 0 0;
  padding: 0;
}
body#sellers .tier-clouds .content-wrapper .show-more-wrapper .sub-title {
  color: #2f1e28;
  display: block;
  font-size: 13px;
  font-weight: 300;
  margin: 9px 0 0;
  text-align: center;
}
body#sellers .tier-clouds .content-wrapper .show-more-wrapper .show-more-button {
  background: #2e1e28;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  margin: 26px auto 0;
  padding: 18px 30px;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
body#sellers .tier-clouds .content-wrapper .show-more-wrapper .show-more-button:hover {
  text-decoration: none;
}
body#sellers .tier-more .content-wrapper .title {
  color: #fe8a0f;
}
body#sellers .tier-more .content-wrapper .hollow-button-wrapper a {
  border-color: #fe8a0f;
  color: #fe8a0f;
}
body#sellers .tier-highlights .content-wrapper {
  padding-bottom: 61px;
}
body#sellers .tier-highlights .content-wrapper .highlight {
  margin: 71px 0 8px;
}
body#sellers .tier-highlights .content-wrapper .highlight.a {
  background: url("../images/sellers/highlight-1.png") no-repeat center top transparent;
}
body#sellers .tier-highlights .content-wrapper .highlight.b {
  background: url("../images/sellers/highlight-2.png") no-repeat center top transparent;
}
body#sellers .tier-highlights .content-wrapper .highlight.c {
  background: url("../images/sellers/highlight-3.png") no-repeat center top transparent;
}
body#sellers .tier-highlights .content-wrapper .highlight.d {
  background: url("../images/sellers/highlight-4.png") no-repeat center 12px transparent;
}
body#sellers .tier-highlights .content-wrapper .highlight.e {
  background: url("../images/sellers/highlight-5.png") no-repeat center 12px transparent;
}
body#sellers .tier-plans .content-wrapper .title b {
  color: #fe8a0f;
}
body#sellers .tier-start .content-wrapper .hollow-button-wrapper a {
  border-color: #fe8a0f;
  color: #fe8a0f;
}
body#sign-up .tier-form {
  background: #fff;
  margin: 0 auto;
  width: 1000px;
}
body#sign-up .tier-form .content-wrapper .title {
  font-size: 36px;
  font-weight: 400;
  letter-spacing: -2px;
  opacity: 0.95;
  padding-top: 75px;
  text-align: center;
}
body#sign-up .tier-form .content-wrapper .sub-title {
  font-size: 15px;
  margin-top: 30px;
  text-align: center;
}
body#sign-up .tier-form .content-wrapper .sub-title span {
  color: #1765c9;
}
body#sign-up .tier-form .content-wrapper .form-wrapper {
  margin: 56px auto 0;
  width: 820px;
}
body#sign-up .tier-form .content-wrapper .form-wrapper .tabs {
  overflow: hidden;
}
body#sign-up .tier-form .content-wrapper .form-wrapper .tabs .tab {
  cursor: pointer;
  float: left;
  height: 124px;
  text-indent: -99999px;
  width: 273px;
}
body#sign-up .tier-form .content-wrapper .form-wrapper .tabs .tab.host {
  background: url("../images/sign-up/tab-host.png") no-repeat 0 -124px;
  border-right: 1px solid #fff;
  width: 272px;
}
body#sign-up .tier-form .content-wrapper .form-wrapper .tabs .tab.host-find {
  background: url("../images/sign-up/tab-host-find.png") no-repeat 0 -124px;
  border-right: 1px solid #fff;
}
body#sign-up .tier-form .content-wrapper .form-wrapper .tabs .tab.find {
  background: url("../images/sign-up/tab-find.png") no-repeat 0 -124px;
}
body#sign-up .tier-form .content-wrapper .form-wrapper .tabs .tab.selected {
  background-position: 0 0;
  cursor: normal;
}
body#sign-up .tier-form .content-wrapper .form-wrapper .form {
  background: #fff;
  border: 1px solid #b5b9ca;
  border-top: none;
  margin: 0 0 97px;
  overflow: hidden;
  padding: 20px 20px 41px;
  position: relative;
  width: 777px;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -ms-border-radius: 0 0 3px 3px;
  -o-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
body#sign-up .tier-form .content-wrapper .form-wrapper .form .arrow {
  border: solid transparent;
  height: 0;
  width: 0;
  pointer-events: none;
  border-color: rgba(29,35,61,0);
  border-top-color: #155ab2;
  border-width: 7px;
  position: absolute;
  top: 0;
}
body#sign-up .tier-form .content-wrapper .form-wrapper .form .message {
  margin: 0 20px;
}
body#sign-up .tier-form .content-wrapper .form-wrapper .form .fields-wrapper {
  overflow: hidden;
}
body#sign-up .tier-form .content-wrapper .form-wrapper .form .fields-wrapper .field {
  float: left;
  margin: 20px 20px 0 20px;
  width: 348px;
}
body#sign-up .tier-form .content-wrapper .form-wrapper .form .fields-wrapper .field h3 {
  display: block;
  float: left;
  font-size: 15px;
  font-weight: 400;
  margin: 0 0 10px;
}
body#sign-up .tier-form .content-wrapper .form-wrapper .form .fields-wrapper .field input {
  border: 1px solid #d3d5df;
  display: block;
  float: left;
  font-size: 15px;
  margin: 0;
  padding: 10px 0;
  text-indent: 5px;
  width: 346px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
body#sign-up .tier-form .content-wrapper .form-wrapper .form .fields-wrapper .field.full {
  width: 736px;
}
body#sign-up .tier-form .content-wrapper .form-wrapper .form .fields-wrapper .field.full textarea {
  border: 1px solid #d3d5df;
  display: block;
  float: left;
  font-size: 15px;
  height: 120px;
  margin: 0;
  max-width: 716px;
  min-height: 120px;
  padding: 10px;
  width: 716px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
body#sign-up .tier-form .content-wrapper .form-wrapper .form .or {
  font-size: 15px;
  margin: 28px 0;
  text-align: center;
}
body#sign-up .tier-form .content-wrapper .form-wrapper .form .facebook {
  background: url("../images/sign-up/facebook-f.png") 19px 17px no-repeat #3b5999;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 13px;
  font-weight: 400;
  height: 54px;
  line-height: 54px;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  width: 260px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
body#sign-up .tier-form .content-wrapper .form-wrapper .form .verify {
  margin: 45px 20px 50px;
  overflow: hidden;
}
body#sign-up .tier-form .content-wrapper .form-wrapper .form .verify h3 {
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 22px;
}
body#sign-up .tier-form .content-wrapper .form-wrapper .form .verify .question {
  float: left;
  font-size: 15px;
  margin: 10px 10px 0 0;
}
body#sign-up .tier-form .content-wrapper .form-wrapper .form .verify .answer {
  border: 1px solid #d3d5df;
  display: block;
  float: left;
  font-size: 15px;
  margin: 0;
  padding: 10px 0;
  text-align: center;
  width: 70px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
body#sign-up .tier-form .content-wrapper .form-wrapper .form .get-started {
  background: #1765c9;
  border: none;
  clear: both;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 13px;
  font-weight: 400;
  height: 54px;
  line-height: 54px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  width: 173px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
body#sign-up .tier-form .content-wrapper .form-wrapper .form .sign-in {
  bottom: 56px;
  color: #a5a8b7;
  font-size: 15px;
  font-weight: 400;
  position: absolute;
  right: 54px;
}
body#sign-up .tier-form .content-wrapper .form-wrapper .form .sign-in:hover {
  text-decoration: none;
}
body#sign-up .tier-form .content-wrapper .form-wrapper .form .sign-in:hover span {
  text-decoration: underline;
}
body#sign-up .tier-form .content-wrapper .form-wrapper .form#host-form .arrow {
  left: 128px;
}
body#sign-up .tier-form .content-wrapper .form-wrapper .form#host-find-form {
  display: none;
}
body#sign-up .tier-form .content-wrapper .form-wrapper .form#host-find-form .arrow {
  left: 401px;
}
body#sign-up .tier-form .content-wrapper .form-wrapper .form#find-form {
  display: none;
}
body#sign-up .tier-form .content-wrapper .form-wrapper .form#find-form .arrow {
  left: 674px;
}
body#partners .tier-members-header,
body#partners .tier-members,
body#members .tier-members-header,
body#members .tier-members {
  font-weight: 400;
}
body#partners .tier-members-header,
body#members .tier-members-header {
  margin: 0 auto;
  width: 1000px;
}
body#partners .tier-members-header .content-wrapper,
body#members .tier-members-header .content-wrapper {
  margin: 0 0 55px;
}
body#partners .tier-members-header .content-wrapper .title,
body#members .tier-members-header .content-wrapper .title {
  font-size: 36px;
  letter-spacing: -2px;
  opacity: 0.95;
  padding-top: 75px;
  text-align: center;
}
body#partners .tier-members-header .content-wrapper .sub-title,
body#members .tier-members-header .content-wrapper .sub-title {
  font-size: 15px;
  margin-top: 30px;
  text-align: center;
}
body#partners .tier-members-header .content-wrapper .sub-title span,
body#members .tier-members-header .content-wrapper .sub-title span {
  color: #1765c9;
}
body#partners .tier-members,
body#members .tier-members {
  margin: 0 auto;
  width: 1000px;
}
body#partners .tier-members .content-wrapper,
body#members .tier-members .content-wrapper {
  border: 1px solid #b5b9ca;
  margin: 0 0 150px;
  overflow: hidden;
  padding: 50px 0 10px 3px;
  width: 998px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
body#partners .tier-members .content-wrapper a,
body#partners .tier-members .content-wrapper div,
body#members .tier-members .content-wrapper a,
body#members .tier-members .content-wrapper div {
  color: #060c26;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 13px;
  height: 21px;
  line-height: 13px;
  margin: 0 0 20px 39px;
  padding: 161px 0 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 152px;
}
body#partners .tier-members .content-wrapper a:hover,
body#partners .tier-members .content-wrapper div:hover,
body#members .tier-members .content-wrapper a:hover,
body#members .tier-members .content-wrapper div:hover {
  text-decoration: none;
}
body#partners .tier-members .content-wrapper a:after,
body#partners .tier-members .content-wrapper div:after,
body#members .tier-members .content-wrapper a:after,
body#members .tier-members .content-wrapper div:after {
  background-color: transparent;
  background-position: top left;
  background-repeat: no-repeat;
  content: '';
  display: block;
  height: 44px;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 61px;
}
body#partners .tier-members .content-wrapper a.host:after,
body#partners .tier-members .content-wrapper div.host:after,
body#members .tier-members .content-wrapper a.host:after,
body#members .tier-members .content-wrapper div.host:after {
  background-image: url("../images/members/host.png");
}
body#partners .tier-members .content-wrapper a.find:after,
body#partners .tier-members .content-wrapper div.find:after,
body#members .tier-members .content-wrapper a.find:after,
body#members .tier-members .content-wrapper div.find:after {
  background-image: url("../images/members/find.png");
}
body#partners .tier-members .content-wrapper a.host-find:after,
body#partners .tier-members .content-wrapper div.host-find:after,
body#members .tier-members .content-wrapper a.host-find:after,
body#members .tier-members .content-wrapper div.host-find:after {
  background-image: url("../images/members/host-find.png");
}
body#partners .tier-members .content-wrapper a.host-find-alt:after,
body#partners .tier-members .content-wrapper div.host-find-alt:after,
body#members .tier-members .content-wrapper a.host-find-alt:after,
body#members .tier-members .content-wrapper div.host-find-alt:after {
  background-image: url("../images/members/host-find-alt.png");
}
body#partners .tier-members .content-wrapper a img,
body#partners .tier-members .content-wrapper div img,
body#members .tier-members .content-wrapper a img,
body#members .tier-members .content-wrapper div img {
  border: 1px solid #b5b9ca;
  clear: both;
  height: 150px;
  left: 0;
  position: absolute;
  top: 0;
  width: 150px;
}
body#partners .tier-members .content-wrapper p,
body#members .tier-members .content-wrapper p {
  padding: 0;
  margin: 0;
}
body#partners .tier-members .content-wrapper br,
body#members .tier-members .content-wrapper br {
  display: none;
}
.tier-programs-header .content-wrapper {
  margin: 0 0 50px;
}
.tier-programs-header .content-wrapper .title {
  font-size: 36px;
  letter-spacing: -2px;
  opacity: 0.95;
  padding-top: 75px;
  text-align: center;
}
.tier-programs-header .content-wrapper .sub-title {
  font-size: 15px;
  line-height: 24px;
  margin-top: 20px;
  text-align: center;
}
.tier-programs-header .content-wrapper .sub-title span {
  color: #1765c9;
}
.tier-programs-tier:nth-child(even) {
  background: #f1f3f4;
}
.tier-programs-tier .content-wrapper {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 1000px;
}
.tier-programs-tier .content-wrapper .tab {
  position: absolute;
  right: 0;
  top: 0;
}
.tier-programs-tier .content-wrapper .thumbnail {
  float: left;
  margin: 90px 33px 90px 0;
  -webkit-box-shadow: 2px 2px 2px -1px #A1A1A1;
  box-shadow: 2px 2px 2px -1px #A1A1A1;
}
.tier-programs-tier .content-wrapper .text {
  font-size: 12px;
  line-height: 25px;
  margin: 96px 0 0;
}
.tier-programs-tier .content-wrapper .text .learn-more {
  color: #a5a9b7;
  font-size: 15px;
  line-height: normal;
  margin: 16px 0 0;
}
.tier-programs-tier .content-wrapper .text .learn-more a {
  color: #1765c9;
  text-decoration: none;
}
.tier-programs-tier .content-wrapper .text .learn-more a:hover {
  text-decoration: underline;
}
.tier-programs-plans .content-wrapper {
  height: 200px;
  margin: 0 auto;
  text-align: center;
  width: 1000px;
}
.tier-programs-plans .content-wrapper .title {
  font-size: 27px;
  font-weight: 400;
  padding: 76px 0 0;
}
.tier-programs-plans .content-wrapper .title b {
  color: #1765c9;
  font-weight: 400;
}
.tier-programs-plans .content-wrapper a {
  color: #a5a9b7;
  display: block;
  font-size: 16px;
  margin: 9px 0 0;
}
.tier-programs-start {
  background: #f1f3f4;
}
.tier-programs-start .content-wrapper {
  height: 261px;
  margin: 0 auto;
  text-align: center;
  width: 1000px;
}
.tier-programs-start .content-wrapper .title {
  font-size: 27px;
  font-weight: 400;
  padding: 57px 0 0;
}
.tier-programs-start .content-wrapper .hollow-button-wrapper {
  margin: 24px auto 0;
  text-align: center;
}
.tier-programs-start .content-wrapper .hollow-button-wrapper a {
  border-color: #84acde;
  color: #226ccb;
  margin: 0 auto;
}
.tier-programs-start .content-wrapper i {
  color: #a5a9b7;
  display: block;
  font-size: 16px;
  font-weight: 300;
  margin: 30px auto 0;
}
.tier-programs-start .content-wrapper i a {
  color: #060c26;
}
.delivery.tier-banner .content-wrapper {
  color: #fff;
  position: relative;
}
.delivery.tier-banner .content-wrapper .title {
  font-size: 50px;
}
.delivery.tier-banner .content-wrapper .sub-title {
  font-weight: 400;
}
.delivery.tier-banner .content-wrapper i {
  color: #fff;
}
.delivery.tier-banner .content-wrapper i a {
  color: #fff;
}
.delivery.tier-banner .content-wrapper .pointer-button-wrapper a {
  background: url("../images/pointer-button-white-blue.png") no-repeat transparent;
  color: #221826;
  width: 159px;
}
.delivery.tier-banner .content-wrapper .label {
  background: url("../images/delivery/label.png") no-repeat transparent;
  color: #f15b41;
  font-size: 15px;
  font-style: italic;
  font-weight: 700;
  height: 123px;
  letter-spacing: -1px;
  padding: 25px 0 0;
  position: absolute;
  right: 82px;
  text-align: center;
  top: 163px;
  width: 148px;
}
.delivery.tier-banner .content-wrapper .label b {
  color: #372f39;
  display: block;
  font-size: 24px;
  margin: 4px 0 0;
}
.delivery.tier-features .content-wrapper {
  height: 385px;
  text-align: center;
}
.delivery.tier-features .content-wrapper > .title {
  color: #f15b41;
  font-size: 25px;
  margin: 63px auto 14px;
}
.delivery.tier-features .content-wrapper .feature {
  margin-left: 9px;
  width: 320px;
}
.delivery.tier-features .content-wrapper .feature .description {
  width: 320px;
}
.delivery.tier-features .content-wrapper .feature .sub-title {
  margin: 0 auto;
}
.delivery.tier-features .content-wrapper .feature.a {
  background: url("../images/delivery/featured-1.png") no-repeat center center transparent;
  margin-left: 10px;
}
.delivery.tier-features .content-wrapper .feature.b {
  background: url("../images/delivery/featured-2.png") no-repeat center center transparent;
}
.delivery.tier-features .content-wrapper .feature.c {
  background: url("../images/delivery/featured-3.png") no-repeat center center transparent;
}
.delivery.tier-features .content-wrapper .feature.d {
  background: url("../images/delivery/agents.jpg") no-repeat center center transparent;
  background-size: 108px;
  margin-left: 10px;
}
.delivery.tier-features .content-wrapper .feature.e {
  background: url("../images/delivery/featured-5.png") no-repeat center center transparent;
}
.delivery.tier-features .content-wrapper .feature.f {
  background: url("../images/delivery/featured-6.png") no-repeat center center transparent;
}
.delivery.tier-features.b .content-wrapper {
  height: 442px;
}
.delivery.tier-how {
  background: #f1f3f4;
}
.delivery.tier-how .content-wrapper .sub-title {
  color: #f15b41;
}
.delivery.tier-how .content-wrapper .arrows {
  background: url("../images/delivery/arrows.png") no-repeat top center;
}
.delivery.tier-how .content-wrapper .arrows .top-left-title,
.delivery.tier-how .content-wrapper .arrows .top-right-title {
  color: #f15b41;
}
.delivery.tier-how .content-wrapper .arrows .left-bubble,
.delivery.tier-how .content-wrapper .arrows .right-bubble {
  background: #f15b41;
  color: #fff;
}
.delivery.tier-how .content-wrapper .arrows .bottom-left-text {
  background: url("../images/delivery/arrows-bottom-left.png") no-repeat bottom center;
}
.delivery.tier-how .content-wrapper .arrows .bottom-right-text {
  background: url("../images/delivery/arrows-bottom-right.png") no-repeat bottom center;
  height: 146px;
}
.delivery.tier-more {
  background: #fff;
}
.delivery.tier-more .content-wrapper .title {
  color: #f15b41;
}
.delivery.tier-more .content-wrapper .hollow-button-wrapper a {
  border-color: #f15b41;
  color: #101e55;
}
.delivery.tier-plans {
  background: #f1f3f4;
}
.delivery.tier-plans .content-wrapper .title b {
  color: #f15b41;
}
.delivery.tier-start {
  background: #fff;
}
.delivery.tier-start .content-wrapper .hollow-button-wrapper a {
  border-color: #f15b41;
  color: #f15b41;
}
body#detect .tier-banner {
  height: 605px;
}
body#detect .tier-banner .content-wrapper {
  color: #fafcfe;
  height: 585px;
  position: relative;
}
body#detect .tier-banner .content-wrapper .app-store {
  position: absolute;
  top: 70px;
  left: 73px;
}
body#detect .tier-banner .content-wrapper .tag {
  position: absolute;
  top: 0px;
  left: 879px;
}
body#detect .tier-banner .content-wrapper .logo {
  position: absolute;
  top: 63px;
  left: 355px;
}
body#detect .tier-banner .content-wrapper .digimarc {
  position: absolute;
  bottom: 10px;
  right: 0;
}
body#detect .tier-banner .content-wrapper .title {
  color: #fff;
  font-size: 39px;
  font-weight: 500;
  line-height: 42px;
  margin-bottom: 20px;
  padding-top: 176px;
  text-align: center;
}
body#detect .tier-banner .content-wrapper .sub-title {
  line-height: 24px;
  margin-bottom: 22px;
  margin-top: 0;
  text-align: center;
}
body#detect .tier-banner .content-wrapper .center-bold,
body#detect .tier-banner .content-wrapper .left-bold,
body#detect .tier-banner .content-wrapper .right-bold {
  line-height: 17px;
  width: 290px;
}
body#detect .tier-banner .content-wrapper .center-bold b,
body#detect .tier-banner .content-wrapper .left-bold b,
body#detect .tier-banner .content-wrapper .right-bold b {
  float: left;
  font-size: 46px;
  font-weight: 500;
  line-height: normal;
  margin: -7px 11px 0 0;
}
body#detect .tier-banner .content-wrapper .center-bold a,
body#detect .tier-banner .content-wrapper .left-bold a,
body#detect .tier-banner .content-wrapper .right-bold a {
  color: #4ba2ce;
}
body#detect .tier-banner .content-wrapper .left-bold {
  float: left;
  margin: 0 0 132px 206px;
}
body#detect .tier-banner .content-wrapper .center-bold {
  margin: 0 auto 40px;
  width: 384px;
}
body#detect .tier-banner .content-wrapper .right-bold {
  float: right;
  margin: 0 152px 0 0;
  width: 294px;
}
body#detect .tier-banner .content-wrapper .price {
  display: inline-block;
  font-size: 14px;
  font-weight: 100;
  position: absolute;
  right: 57px;
  text-align: center;
  top: 76px;
  width: 62px;
}
body#detect .tier-banner .content-wrapper .price b {
  display: block;
  font-size: 24px;
  font-weight: 500;
  margin: 3px 0 2px;
}
body#detect .tier-banner .content-wrapper .price span {
  display: block;
  font-size: 10px;
  font-weight: 300;
}
body#detect .tier-banner .content-wrapper .pointer-button-wrapper {
  clear: both;
  text-align: center;
}
body#detect .tier-banner .content-wrapper .pointer-button-wrapper a {
  background: url("../images/detect/button-arrow.png") no-repeat transparent;
  background-position: 90% 20px;
  border: 3px solid #fff;
  border-radius: 5px;
  color: #fafcfe;
  display: inline-block;
  padding: 0 50px 0 34px;
  text-transform: none;
  width: 140px;
}
body#detect .tier-banner .content-wrapper .pointer-button-wrapper a:first-child {
  margin-right: 15px;
}
body#detect .tier-banner .content-wrapper .pointer-button-wrapper a:last-child {
  margin-left: 15px;
}
body#detect .tier-banner .content-wrapper .apply-application {
  background: #0c242e;
  border-left: 5px solid #c2792d;
  bottom: 0;
  height: 92px;
  position: absolute;
  width: 995px;
}
body#detect .tier-banner .content-wrapper .apply-application .message {
  color: #fff;
  float: left;
  font-size: 17px;
  line-height: 26px;
  margin: 8px 0 0 26px;
}
body#detect .tier-banner .content-wrapper .apply-application form {
  float: right;
  margin: 25px 30px 0 0;
}
body#detect .tier-banner .content-wrapper .apply-application form br,
body#detect .tier-banner .content-wrapper .apply-application form .ajax-loader {
  display: none;
}
body#detect .tier-banner .content-wrapper .apply-application form p {
  padding: 0;
}
body#detect .tier-banner .content-wrapper .apply-application form input {
  display: inline-block;
  font-family: 'Ubuntu', sans-serif;
  font-size: 15px;
  height: 43px;
  margin: 0 0 0 20px;
  padding: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
body#detect .tier-banner .content-wrapper .apply-application form input[type=text] {
  background: #fff;
  border: none;
  color: #000;
  font-weight: 300;
  padding: 0 22px;
  width: 214px;
}
body#detect .tier-banner .content-wrapper .apply-application form input[type=text]::-webkit-input-placeholder {
  color: #7e97a2;
}
body#detect .tier-banner .content-wrapper .apply-application form input[type=text]:-moz-placeholder {
  color: #7e97a2;
  opacity: 1;
}
body#detect .tier-banner .content-wrapper .apply-application form input[type=text]::-moz-placeholder {
  color: #7e97a2;
  opacity: 1;
}
body#detect .tier-banner .content-wrapper .apply-application form input[type=text]:-ms-input-placeholder {
  color: #7e97a2;
}
body#detect .tier-banner .content-wrapper .apply-application form input[type=submit] {
  background: #01c1db;
  border: none;
  color: #fff;
  cursor: pointer;
  font-weight: 400;
  width: 100px;
}
body#detect .tier-features .content-wrapper {
  height: 367px;
}
body#detect .tier-features .content-wrapper .feature {
  margin: 59px 0 0;
}
body#detect .tier-features .content-wrapper .feature.a {
  background: url("../images/detect/feature-1.png") no-repeat center center transparent;
}
body#detect .tier-features .content-wrapper .feature.b {
  background: url("../images/detect/feature-2.png") no-repeat center center transparent;
}
body#detect .tier-features .content-wrapper .feature.c {
  background: url("../images/detect/feature-3.png") no-repeat center center transparent;
}
body#detect .tier-features .content-wrapper .feature.d {
  background: url("../images/detect/feature-4.png") no-repeat center center transparent;
}
body#detect .tier-features .content-wrapper .feature .description .sub-title {
  margin: 0;
}
body#detect .tier-clouds {
  background: url("../images/detect/grey-white-clouds.png") repeat-x bottom left #ecf6fb;
  position: relative;
  text-align: center;
}
body#detect .tier-clouds .content-wrapper {
  height: 428px;
  overflow: visible;
  position: relative;
}
body#detect .tier-clouds .content-wrapper .sub-title {
  color: #606370;
  line-height: 25px;
  padding: 32px 0 0;
}
body#detect .tier-clouds .content-wrapper > img {
  left: -203px;
  position: absolute;
  top: 314px;
}
body#detect .tier-clouds .content-wrapper ul {
  margin: 83px 0 0 47px;
  padding: 0 0 0 36px;
  width: 876px;
}
body#detect .tier-clouds .content-wrapper ul li {
  background-position: left center;
  background-repeat: no-repeat;
  float: none;
  font-size: 16px;
  font-weight: 300;
  list-style: none;
  margin: 0 0 6px;
  padding: 10px 0 10px 46px;
  width: auto;
}
body#detect .tier-clouds .content-wrapper ul li:nth-child(odd) {
  float: left;
  width: 460px;
}
body#detect .tier-clouds .content-wrapper ul li:nth-child(even) {
  float: right;
  width: 296px;
}
body#detect .tier-clouds .content-wrapper ul li:nth-child(1) {
  background-image: url('../images/detect/bullet-1.png');
  background-position-x: 2px;
}
body#detect .tier-clouds .content-wrapper ul li:nth-child(2) {
  background-image: url('../images/detect/bullet-12.png');
  background-position-x: 8px;
}
body#detect .tier-clouds .content-wrapper ul li:nth-child(3) {
  background-image: url('../images/detect/bullet-9.png');
  background-position-x: 1px;
}
body#detect .tier-clouds .content-wrapper ul li:nth-child(4) {
  background-image: url('../images/detect/bullet-13.png');
  background-position-x: 5px;
}
body#detect .tier-clouds .content-wrapper ul li:nth-child(5) {
  background-image: url('../images/detect/bullet-10.png');
}
body#detect .tier-clouds .content-wrapper ul li:nth-child(6) {
  background-image: url('../images/detect/bullet-8.png');
  background-position-x: 11px;
}
body#detect .tier-clouds .content-wrapper ul li:nth-child(7) {
  background-image: url('../images/detect/bullet-11.png');
  background-position-x: 2px;
}
body#detect .tier-clouds .content-wrapper ul li:nth-child(8) {
  background-image: url('../images/detect/bullet-5.png');
  background-position-x: 8px;
}
body#detect .tier-pricing {
  background: url("../images/detect/grey-white-clouds.png") repeat-x bottom left #ecf6fb;
}
body#detect .tier-pricing .content-wrapper {
  padding-bottom: 150px;
}
body#detect .tier-pricing .content-wrapper > .title {
  font-size: 30px;
  font-weight: 400;
  line-height: 53px;
  margin-bottom: 15px;
  padding-top: 65px;
  text-align: center;
}
body#detect .tier-pricing .content-wrapper > .sub-title {
  line-height: 24px;
  margin: 0 0 25px;
  text-align: center;
  -webkit-text-size-adjust: 100%;
}
body#detect .tier-pricing .content-wrapper > img {
  display: block;
  margin: 0 auto;
  width: 950px;
}
body#detect .tier-pricing .content-wrapper .pricing-blocks {
  margin: 34px auto 0;
  overflow: hidden;
  padding: 25px;
  position: relative;
  width: 900px;
}
body#detect .tier-pricing .content-wrapper .pricing-blocks .plus {
  background: url("../images/detect/plus.png") no-repeat center center;
  height: 96px;
  left: 427px;
  position: absolute;
  top: 200px;
  width: 96px;
}
body#detect .tier-pricing .content-wrapper .pricing-blocks .block {
  border-style: solid;
  border-width: 2px;
  margin: 0 auto;
  position: relative;
  width: 531px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
body#detect .tier-pricing .content-wrapper .pricing-blocks .block .title {
  color: #fff;
  font-size: 28px;
  font-weight: 300;
  height: 70px;
  line-height: 70px;
  margin: 0 auto;
  text-align: center;
  width: 451px;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -ms-border-radius: 0 0 3px 3px;
  -o-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
body#detect .tier-pricing .content-wrapper .pricing-blocks .block .section {
  border-top: 1px solid #e6e8ec;
  font-size: 16px;
  font-weight: 300;
  margin: 0 30px 0 34px;
  padding: 28px 0 0;
  overflow: hidden;
}
body#detect .tier-pricing .content-wrapper .pricing-blocks .block .section.no-border-top {
  border-top: none;
}
body#detect .tier-pricing .content-wrapper .pricing-blocks .block .section .header {
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 24px 10px;
}
body#detect .tier-pricing .content-wrapper .pricing-blocks .block .section .header b {
  display: block;
  font-size: 20px;
  font-weight: 400;
}
body#detect .tier-pricing .content-wrapper .pricing-blocks .block .section .full {
  border-bottom: 2px dotted #c1c5c7;
  margin: 0 auto 12px;
  padding: 0 20px 12px;
  overflow: hidden;
  width: 410px;
}
body#detect .tier-pricing .content-wrapper .pricing-blocks .block .section .full > div,
body#detect .tier-pricing .content-wrapper .pricing-blocks .block .section .full > a {
  float: left;
  margin: 0;
}
body#detect .tier-pricing .content-wrapper .pricing-blocks .block .section .full > div:last-child,
body#detect .tier-pricing .content-wrapper .pricing-blocks .block .section .full > a:last-child {
  float: right;
  margin: 0;
}
body#detect .tier-pricing .content-wrapper .pricing-blocks .block .section .full > div.header,
body#detect .tier-pricing .content-wrapper .pricing-blocks .block .section .full > a.header {
  margin: 0 0 4px;
}
body#detect .tier-pricing .content-wrapper .pricing-blocks .block .section .full a {
  color: #fe8a0f;
}
body#detect .tier-pricing .content-wrapper .pricing-blocks .block .section .full:last-child {
  border-bottom: none;
}
body#detect .tier-pricing .content-wrapper .pricing-blocks .block .section .half {
  float: left;
  margin: 0 0 0 25px;
  width: 200px;
}
body#detect .tier-pricing .content-wrapper .pricing-blocks .block .section .half > div,
body#detect .tier-pricing .content-wrapper .pricing-blocks .block .section .half > a {
  margin: 0 0 13px;
}
body#detect .tier-pricing .content-wrapper .pricing-blocks .block .section .half > div:last-child,
body#detect .tier-pricing .content-wrapper .pricing-blocks .block .section .half > a:last-child {
  margin: 0;
}
body#detect .tier-pricing .content-wrapper .pricing-blocks .block .section .half > div.header,
body#detect .tier-pricing .content-wrapper .pricing-blocks .block .section .half > a.header {
  margin: 0 0 24px;
}
body#detect .tier-pricing .content-wrapper .pricing-blocks .block .section .half a {
  color: #fe8a0f;
}
body#detect .tier-pricing .content-wrapper .pricing-blocks .block .section ul {
  margin: 0 0 0 10px;
}
body#detect .tier-pricing .content-wrapper .pricing-blocks .block .section .blue {
  color: #1765c9;
}
body#detect .tier-pricing .content-wrapper .pricing-blocks .block a.button {
  bottom: 42px;
  color: #fff;
  display: block;
  font-size: 13px;
  font-weight: 400;
  height: 53px;
  left: 43px;
  line-height: 53px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: 300px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
body#detect .tier-pricing .content-wrapper .pricing-blocks .block a.button:hover {
  text-decoration: none;
}
body#detect .tier-pricing .content-wrapper .pricing-blocks .block.track {
  border-color: #fe8a0f;
}
body#detect .tier-pricing .content-wrapper .pricing-blocks .block.track .title {
  background: #fe8a0f;
}
body#detect .tier-pricing .content-wrapper .pricing-blocks .block.track .section .half {
  width: 140px;
}
body#detect .tier-pricing .content-wrapper .pricing-blocks .block.track .section .half.right {
  float: right;
  width: 105px;
}
body#detect .tier-pricing .content-wrapper .pricing-blocks .block.track a.button {
  background: #fe8a0f;
}
body#detect .tier-pricing .content-wrapper .pricing-blocks .block.songs {
  border-color: #1765c9;
  float: right;
}
body#detect .tier-pricing .content-wrapper .pricing-blocks .block.songs .title {
  background: #1765c9;
}
body#detect .tier-pricing .content-wrapper .pricing-blocks .block.songs a.button {
  background: #1765c9;
}
body#detect .tier-pricing .content-wrapper .pricing-blocks .block.songs .section {
  margin: 0 30px 0 32px;
}
body#detect .tier-pricing .content-wrapper .pricing-blocks .block.songs .section .half {
  width: 140px;
}
body#detect .tier-pricing .content-wrapper .pricing-blocks .block.songs .section .half.right {
  float: right;
  width: 96px;
}
body#detect .tier-started {
  background: #fff;
  text-align: center;
}
body#detect .tier-started .content-wrapper {
  height: 480px;
  margin: 0 auto;
  width: 1000px;
}
body#detect .tier-started .content-wrapper > .title {
  display: block;
  font-size: 27px;
  font-weight: 400;
  line-height: 36px;
  margin: 50px auto 30px;
  padding: 0 31px;
}
body#detect .tier-started .content-wrapper > .sub-title {
  line-height: 24px;
  margin: 0 0 45px;
}
body#detect .tier-started .content-wrapper .description {
  color: #606370;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  margin: 28px auto 50px;
  padding: 32px 0 0;
}
body#detect .tier-started .content-wrapper .started-a,
body#detect .tier-started .content-wrapper .started-b,
body#detect .tier-started .content-wrapper .started-c {
  border-right: 1px solid #ececec;
  float: left;
  height: 125px;
  line-height: 24px;
  padding: 160px 0 0;
  text-align: center;
}
body#detect .tier-started .content-wrapper .started-a {
  background: url("../images/detect/started-1.png") no-repeat center 30px transparent;
  width: 300px;
}
body#detect .tier-started .content-wrapper .started-b {
  background: url("../images/detect/started-2.png") no-repeat center 30px transparent;
  width: 365px;
}
body#detect .tier-started .content-wrapper .started-c {
  background: url("../images/detect/started-3.png") no-repeat center 30px transparent;
  border-right: none;
  width: 328px;
}
body#detect .tier-detect {
  background: url("/wp-content/uploads/2015/04/banner-2.jpg") no-repeat top center #dfdad3;
}
body#detect .tier-detect .content-wrapper {
  height: 588px;
  margin: 0 auto;
  width: 1000px;
}
body#detect .tier-detect .content-wrapper > .title {
  display: inline-block;
  font-size: 27px;
  font-weight: 300;
  line-height: 36px;
  margin: 118px auto 0;
  padding: 0 0 0 435px;
}
body#detect .tier-detect .content-wrapper .description {
  font-size: 16px;
  font-weight: 300;
  margin: 0px auto 30px;
  padding: 10px 0 0 435px;
}
body#detect .tier-detect .content-wrapper ul {
  list-style: none;
  margin: 0 0 0 439px;
}
body#detect .tier-detect .content-wrapper ul li {
  background: url('../images/detect/check-mark.png') no-repeat left center transparent;
  padding: 12px 0 10px 28px;
}
body#detect .tier-solutions {
  background: #fff;
}
body#detect .tier-solutions .content-wrapper {
  margin: 0 auto;
  padding-bottom: 120px;
  width: 1000px;
}
body#detect .tier-solutions .content-wrapper > .title {
  font-size: 28px;
  font-weight: 400;
  height: 88px;
  line-height: 40px;
  margin: 90px auto 0;
  padding: 0 31px;
  position: relative;
  text-align: center;
  width: auto;
}
body#detect .tier-solutions .content-wrapper .solution {
  display: inline-block;
  height: 103px;
  float: left;
  margin: 40px 0 0;
  width: 325px;
}
body#detect .tier-solutions .content-wrapper .solution img {
  margin: 40px 0 0;
}
body#detect .tier-solutions .content-wrapper .solution .description {
  padding: 112px 0 0;
  text-align: center;
}
body#detect .tier-solutions .content-wrapper .solution .description .title {
  font-size: 17px;
  font-weight: 500;
  margin: 0 0 12px;
}
body#detect .tier-solutions .content-wrapper .solution .description .sub-title {
  font-weight: 400;
  line-height: 21px;
  font-size: 15px;
  margin: 0 20px;
}
body#detect .tier-solutions .content-wrapper .solution.a {
  background: url("../images/detect/solution-1.png") no-repeat center center transparent;
  margin-left: 7px;
}
body#detect .tier-solutions .content-wrapper .solution.b {
  background: url("../images/detect/solution-2.png") no-repeat center center transparent;
}
body#detect .tier-solutions .content-wrapper .solution.c {
  background: url("../images/detect/solution-3.png") no-repeat center center transparent;
}
body#detect .tier-solutions .content-wrapper .more-info-form {
  background: #ecf6fb;
  margin: 385px 0 0;
  padding: 70px 40px;
  position: relative;
}
body#detect .tier-solutions .content-wrapper .more-info-form .success-message {
  display: none;
}
body#detect .tier-solutions .content-wrapper .more-info-form.success form {
  display: none;
}
body#detect .tier-solutions .content-wrapper .more-info-form.success .success-message {
  display: block;
}
body#detect .tier-solutions .content-wrapper .more-info-form:before {
  background: url("../images/detect/contact-logo.png") no-repeat top center;
  content: "";
  height: 92px;
  left: 0;
  position: absolute;
  right: 0;
  top: -55px;
}
body#detect .tier-solutions .content-wrapper .more-info-form .title {
  font-size: 28px;
  font-weight: 400;
  margin: 0 auto 50px;
  text-align: center;
  width: auto;
}
body#detect .tier-solutions .content-wrapper .more-info-form .sub-title {
  color: #606b70;
  font-size: 14px;
  font-weight: bold;
  margin: 10px 0 30px;
}
body#detect .tier-solutions .content-wrapper .more-info-form .contact-info input[type=text] {
  border: none;
  font-size: 16px;
  height: 44px;
  text-indent: 10px;
  width: 434px;
}
body#detect .tier-solutions .content-wrapper .more-info-form .contact-info input[type=text]:nth-child(odd) {
  margin: 0 40px 40px 0;
}
body#detect .tier-solutions .content-wrapper .more-info-form .contact-info input[type=text]:nth-child(even) {
  margin: 0 0 40px;
}
body#detect .tier-solutions .content-wrapper .more-info-form textarea {
  border: none;
  font-size: 16px;
  height: 120px;
  margin: 30px 0 0;
  padding: 20px;
  resize: none;
  width: 875px;
}
body#detect .tier-solutions .content-wrapper .more-info-form ul {
  overflow: hidden;
  width: auto;
}
body#detect .tier-solutions .content-wrapper .more-info-form ul li {
  float: left;
  font-size: 16px;
  height: 44px;
  list-style: none;
  width: 460px;
}
body#detect .tier-solutions .content-wrapper .more-info-form ul li input {
  border: none;
  font-size: 24px;
}
body#detect .tier-solutions .content-wrapper .more-info-form ul li label {
  color: #606b70;
  float: right;
  width: 425px;
}
body#detect .tier-solutions .content-wrapper .more-info-form input[type=submit] {
  background: url("../images/detect/button-arrow.png") no-repeat #496bb3;
  background-position: 90% 20px;
  border: none;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  font-weight: 400;
  height: 55px;
  line-height: 53px;
  margin: 50px auto 0;
  padding: 0 70px 0 34px;
  text-transform: none;
  width: 210px;
}
body#detect .tier-start .content-wrapper .hollow-button-wrapper a {
  border-color: #67b1d6;
  color: #67b1d6;
}
body#detect .g-recaptcha {
  width: 304px;
  margin: 50px auto 0;
}
body#enterprise .tier-banner {
  height: 588px;
}
body#enterprise .tier-banner .content-wrapper {
  position: relative;
}
body#enterprise .tier-banner .content-wrapper i {
  color: #163e4f;
}
body#enterprise .tier-banner .content-wrapper .title {
  color: #414643;
  font-size: 43px;
  padding-top: 109px;
}
body#enterprise .tier-banner .content-wrapper .sub-title {
  color: #414643;
}
body#enterprise .tier-banner .content-wrapper .pointer-button-wrapper a {
  background: url("../images/enterprise/pointer-button.png") no-repeat transparent;
  color: #08193d;
  padding-left: 14px;
  text-align: left;
  width: 222px;
}
body#enterprise .tier-features .content-wrapper {
  height: 367px;
}
body#enterprise .tier-features .content-wrapper .feature {
  margin: 59px 0 0;
}
body#enterprise .tier-features .content-wrapper .feature.a {
  background: url("../images/enterprise/feature-1.png") no-repeat center center transparent;
}
body#enterprise .tier-features .content-wrapper .feature.b {
  background: url("../images/enterprise/feature-2.png") no-repeat center center transparent;
}
body#enterprise .tier-features .content-wrapper .feature.c {
  background: url("../images/enterprise/feature-3.png") no-repeat center center transparent;
}
body#enterprise .tier-features .content-wrapper .feature.d {
  background: url("../images/enterprise/feature-4.png") no-repeat center center transparent;
}
body#enterprise .tier-features .content-wrapper .feature .description .sub-title {
  margin: 0;
}
body#enterprise .tier-testimonial {
  background: #67b1d6;
}
body#enterprise .tier-testimonial .content-wrapper .title {
  color: #fff;
}
body#enterprise .tier-testimonial .content-wrapper .quote {
  color: #fff;
}
body#enterprise .tier-testimonial .content-wrapper .source {
  color: #2f6d8c;
}
body#enterprise .tier-clouds {
  text-align: center;
}
body#enterprise .tier-clouds .content-wrapper {
  height: 775px;
  overflow: visible;
  position: relative;
}
body#enterprise .tier-clouds .content-wrapper .sub-title {
  line-height: 25px;
  padding: 32px 0 0;
}
body#enterprise .tier-clouds .content-wrapper .ul-title {
  color: #67b1d6;
  font-size: 20px;
  line-height: 28px;
  margin: 56px 0 0 378px;
  text-align: left;
  width: 622px;
}
body#enterprise .tier-clouds .content-wrapper > img {
  left: -203px;
  position: absolute;
  top: 314px;
}
body#enterprise .tier-clouds .content-wrapper ul {
  margin: 37px 0 0 381px;
  width: 684px;
}
body#enterprise .tier-clouds .content-wrapper ul li {
  float: none;
  font-size: 14px;
  font-weight: 300;
  margin: 0 0 26px;
  width: auto;
}
body#enterprise .tier-more .content-wrapper .title {
  color: #67b1d6;
}
body#enterprise .tier-more .content-wrapper .hollow-button-wrapper a {
  border-color: #67b1d6;
  color: #67b1d6;
}
body#enterprise .tier-highlights {
  height: 790px;
}
body#enterprise .tier-highlights .content-wrapper {
  padding-bottom: 61px;
}
body#enterprise .tier-highlights .content-wrapper .highlights-wrapper {
  padding: 14px 0 0;
}
body#enterprise .tier-highlights .content-wrapper .highlights-wrapper .highlight {
  margin: 71px 0 8px;
  width: 394px;
}
body#enterprise .tier-highlights .content-wrapper .highlights-wrapper .highlight .title {
  margin: 0 0 13px;
}
body#enterprise .tier-highlights .content-wrapper .highlights-wrapper .highlight.a {
  background: url("../images/enterprise/solution-1.png") no-repeat center 25px transparent;
}
body#enterprise .tier-highlights .content-wrapper .highlights-wrapper .highlight.b {
  background: url("../images/enterprise/solution-2.png") no-repeat center 24px transparent;
}
body#enterprise .tier-highlights .content-wrapper .highlights-wrapper .highlight.c {
  background: url("../images/enterprise/solution-3.png") no-repeat center 33px transparent;
}
body#enterprise .tier-highlights .content-wrapper .highlights-wrapper .highlight.d {
  background: url("../images/enterprise/solution-4.png") no-repeat center 39px transparent;
}
body#enterprise .tier-start {
  background: #fff;
}
body#enterprise .tier-start .content-wrapper .hollow-button-wrapper a {
  border-color: #67b1d6;
  color: #67b1d6;
}
body#enterprise .tier-linebreak {
  background: #67b1d6;
  height: 25px;
}
body#monetize .tier-banner {
  height: 588px;
}
body#monetize .tier-banner .content-wrapper {
  position: relative;
}
body#monetize .tier-banner .content-wrapper .title {
  color: #fff;
  font-size: 48px;
  padding-top: 122px;
}
body#monetize .tier-banner .content-wrapper .sub-title {
  color: #fff;
  font-size: 20px;
  line-height: 34px;
  margin-top: 28px;
}
body#monetize .tier-banner .content-wrapper i {
  color: #fff;
  margin-top: 34px;
}
body#monetize .tier-banner .content-wrapper .pointer-button-wrapper a {
  background: url("../images/monetize/contact-button.png") no-repeat transparent;
  color: #08193d;
  width: 283px;
}
body#monetize .tier-highlights {
  background: #fff;
}
body#monetize .tier-highlights .content-wrapper {
  height: 1220px;
  padding: 0;
}
body#monetize .tier-highlights .content-wrapper .title {
  padding-top: 122px;
}
body#monetize .tier-highlights .content-wrapper .sub-title {
  font-size: 16px;
  font-weight: 300;
  margin-top: 38px;
}
body#monetize .tier-highlights .content-wrapper .logos {
  border: 1px solid #ebebeb;
  height: 105px;
  margin: 70px 0 62px 0;
}
body#monetize .tier-highlights .content-wrapper .logos .logo {
  border-right: 1px solid #ebebeb;
  display: inline-block;
  height: 105px;
  width: 138px;
}
body#monetize .tier-highlights .content-wrapper .logos .logo:last-child {
  border-right: none;
}
body#monetize .tier-highlights .content-wrapper .logos .logo.a {
  background: url("../images/monetize/logo-1.png") no-repeat center center transparent;
}
body#monetize .tier-highlights .content-wrapper .logos .logo.b {
  background: url("../images/monetize/logo-2.png") no-repeat center center transparent;
}
body#monetize .tier-highlights .content-wrapper .logos .logo.c {
  background: url("../images/monetize/logo-3.png") no-repeat center center transparent;
}
body#monetize .tier-highlights .content-wrapper .logos .logo.d {
  background: url("../images/monetize/logo-7.png") no-repeat center center transparent;
}
body#monetize .tier-highlights .content-wrapper .logos .logo.e {
  background: url("../images/monetize/logo-5.png") no-repeat center center transparent;
}
body#monetize .tier-highlights .content-wrapper .logos .logo.f {
  background: url("../images/monetize/logo-6.png") no-repeat center center transparent;
}
body#monetize .tier-highlights .content-wrapper .logos .logo.g {
  background: url("../images/monetize/logo-more.png") no-repeat center center transparent;
}
body#monetize .tier-highlights .content-wrapper .highlights-wrapper {
  margin: 44px 0 0;
}
body#monetize .tier-highlights .content-wrapper .highlights-wrapper .highlight {
  margin: 0;
  padding: 0;
}
body#monetize .tier-highlights .content-wrapper .highlights-wrapper .highlight .sub-title {
  font-size: 16px;
  font-weight: 300;
  line-height: 27px;
}
body#monetize .tier-highlights .content-wrapper .highlights-wrapper .highlight.a {
  background: url("../images/monetize/feature-1.png") no-repeat center 59px transparent;
}
body#monetize .tier-highlights .content-wrapper .highlights-wrapper .highlight.b {
  background: url("../images/monetize/feature-2.png") no-repeat center 59px transparent;
}
body#monetize .tier-highlights .content-wrapper .highlights-wrapper .highlight.c {
  background: url("../images/monetize/feature-3.png") no-repeat center 59px transparent;
}
body#monetize .tier-highlights .content-wrapper .highlights-wrapper .highlight.d {
  background: url("../images/monetize/feature-4.png") no-repeat center 59px transparent;
  width: 340px;
}
body#monetize .tier-highlights .content-wrapper .highlights-wrapper .highlight.e {
  background: url("../images/monetize/feature-5.png") no-repeat center 59px transparent;
  width: 340px;
}
body#monetize .tier-highlights.monetize .content-wrapper {
  height: 634px;
  padding: 0;
}
body#monetize .tier-highlights.monetize .content-wrapper .title {
  padding-top: 108px;
}
body#monetize .tier-highlights.monetize .content-wrapper .highlights-wrapper {
  background: url("../images/monetize/get-started.png") no-repeat center 15px transparent;
  padding-top: 102px;
}
body#monetize .tier-highlights.monetize .content-wrapper .highlights-wrapper .highlight {
  background: none;
  margin: 32px 0 8px;
  padding: 48px 0 0;
}
body#monetize .tier-highlights.monetize .content-wrapper .highlights-wrapper .highlight .sub-title {
  font-size: 17px;
  font-weight: 300;
  line-height: 26px;
}
body#monetize .tier-highlights.monetize .content-wrapper::before {
  content: "";
  display: block;
  margin: auto;
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 10px solid #f1f3f4;
}
body#monetize .tier-features {
  padding-top: 22px;
}
body#monetize .tier-features .content-wrapper {
  height: 746px;
}
body#monetize .tier-features .content-wrapper > .title {
  display: block;
  text-align: center;
}
body#monetize .tier-features .content-wrapper > .sub-title {
  font-size: 19px;
  line-height: 34px;
  margin: 28px 0 0;
  text-align: center;
}
body#monetize .tier-features .content-wrapper .logo {
  margin: 68px 0 13px;
  text-align: center;
}
body#monetize .tier-features .content-wrapper .logo img {
  height: 120px;
}
body#monetize .tier-features .content-wrapper .feature,
body#monetize .tier-features .content-wrapper .feature .description {
  width: 332px;
}
body#monetize .tier-features .content-wrapper .feature .title {
  margin-bottom: 20px;
  padding-top: 0;
}
body#monetize .tier-features .content-wrapper .feature .sub-title {
  font-size: 15px;
  font-weight: 300;
  line-height: 26px;
}
body#monetize .tier-features .content-wrapper .feature.a {
  background: url("../images/monetize/content-1.png") no-repeat center center transparent;
}
body#monetize .tier-features .content-wrapper .feature.b {
  background: url("../images/monetize/content-2.png") no-repeat center center transparent;
}
body#monetize .tier-features .content-wrapper .feature.c {
  background: url("../images/monetize/content-3.png") no-repeat center center transparent;
}
body#monetize .tier-more {
  background: #f1f3f4;
}
body#monetize .tier-more .content-wrapper .title {
  color: #45bcba;
}
body#monetize .tier-more .content-wrapper .hollow-button-wrapper a {
  border-color: #45bcba;
  color: #45bcba;
}
body#collect .tier-banner {
  height: 560px;
}
body#collect .tier-banner .content-wrapper {
  position: relative;
}
body#collect .tier-banner .content-wrapper .title {
  color: #fff;
  font-size: 54px;
  line-height: 58px;
  padding-top: 100px;
}
body#collect .tier-banner .content-wrapper .sub-title {
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  margin-top: 28px;
}
body#collect .tier-banner .content-wrapper i {
  color: #2d1e26;
  margin-top: 26px;
}
body#collect .tier-banner .content-wrapper i a {
  color: #2d1e26;
}
body#collect .tier-banner .content-wrapper .pointer-button-wrapper {
  margin-top: 58px;
}
body#collect .tier-banner .content-wrapper .pointer-button-wrapper .button-wrapper {
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  text-align: center;
}
body#collect .tier-banner .content-wrapper .pointer-button-wrapper .or-wrapper {
  color: #fff;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  padding: 0 10px;
  text-align: center;
}
body#collect .tier-banner .content-wrapper .pointer-button-wrapper a {
  background: #F5F6F7;
  border: 2px solid #F5F6F7;
  color: #08193d;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  height: 49px;
  line-height: 49px;
  margin: 5px auto 0;
  padding: 0 30px;
  width: auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
body#collect .tier-banner .content-wrapper .pointer-button-wrapper a.hollow {
  background: transparent;
  color: #fff;
}
body#collect .tier-clouds {
  background: #fff;
  position: relative;
  text-align: center;
}
body#collect .tier-clouds .content-wrapper {
  overflow: visible;
  padding-bottom: 60px;
  position: relative;
}
body#collect .tier-clouds .content-wrapper .title {
  color: #0c242e;
  font-size: 32px;
}
body#collect .tier-clouds .content-wrapper > img {
  left: -203px;
  position: absolute;
  top: 314px;
}
body#collect .tier-clouds .content-wrapper ul {
  margin: 83px auto 0;
  padding: 0;
  width: 900px;
}
body#collect .tier-clouds .content-wrapper ul li {
  float: none;
  list-style: none;
  margin-bottom: 60px;
  overflow: hidden;
  width: auto;
}
body#collect .tier-clouds .content-wrapper ul li .number {
  background: #41bcf6;
  border-radius: 100px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  height: 34px;
  line-height: 34px;
  text-align: center;
  width: 34px;
}
body#collect .tier-clouds .content-wrapper ul li .value {
  float: right;
  width: 844px;
}
body#collect .tier-clouds .content-wrapper ul li .value .header {
  color: #060c26;
  font-size: 22px;
  font-weight: 500;
  margin-top: 6px;
}
body#collect .tier-clouds .content-wrapper ul li .value .description {
  color: #6d707d;
  font-size: 17px;
  margin-top: 12px;
}
body#collect .tier-clouds .content-wrapper ul li .value .description a {
  color: #000;
}
body#collect .tier-collect {
  background: #f1f7fd;
}
body#collect .tier-start .content-wrapper .hollow-button-wrapper a {
  border-color: #67b1d6;
  color: #67b1d6;
}
body#contact {
  margin: 0 auto;
  position: relative;
  width: 800px;
  padding-bottom: 20px;
}
body#contact .contact-header h2 {
  font-size: 28px;
  font-weight: 400;
  margin: 0 0 10px;
  padding-top: 28px;
  text-align: center;
}
body#contact .contact-header h3 {
  font-size: 14px;
  font-weight: 300;
  margin: 0;
  text-align: center;
}
body#contact .wpcf7 {
  margin: 0 0 0 10px;
  overflow: hidden;
}
body#contact .wpcf7 p {
  float: left;
  font-size: 15px;
  font-weight: 400;
  margin: 20px 20px 0 20px;
}
body#contact .wpcf7 p input {
  border: 1px solid #d3d5df;
  display: block;
  float: left;
  font-size: 15px;
  margin: 10px 0 0;
  padding: 10px 0;
  text-indent: 5px;
  width: 346px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
body#contact .wpcf7 p .your-subject input {
  width: 736px;
}
body#contact .wpcf7 p .your-message textarea {
  border: 1px solid #d3d5df;
  display: block;
  float: left;
  font-size: 15px;
  height: 80px;
  margin: 10px 0 0;
  max-width: 716px;
  padding: 10px;
  width: 716px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
body#contact .wpcf7 .wpcf7-mail-sent-ok {
  padding: 10px 20px 0;
  clear: both;
  color: #090;
  font-size: 21px;
  text-align: center;
}
body#contact .wpcf7 .g-recaptcha {
  margin-left: -152px;
  position: absolute;
  bottom: 90px;
  left: 50%;
}
body#contact .wpcf7 .screen-reader-response {
  display: none;
}
body#contact .button {
  background: #1765c9;
  border: none;
  clear: both;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 13px;
  font-weight: 400;
  height: 54px;
  line-height: 54px;
  margin: 110px auto 0;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  width: 173px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
body#contact .button:hover {
  text-decoration: none;
}
body#contact .phone {
  bottom: 20px;
  color: #a5a8b7;
  font-size: 15px;
  font-weight: 400;
  position: absolute;
  right: 54px;
}
body#contact .phone:hover {
  text-decoration: none;
}
body#contact .phone:hover span {
  text-decoration: underline;
}
body#blog .tier-blog {
  background: url("../images/old/content_middle.png") repeat-y 164px 0 #fff;
  font-family: 'Arial', sans-serif;
  font-size: 11px;
  margin: 0 auto;
  width: 960px;
}
body#blog .tier-blog .content-wrapper {
  overflow: hidden;
}
body#blog .tier-blog .content-wrapper .title-bar {
  float: left;
  font-family: 'Ubuntu', sans-serif;
  font-size: 36px;
  letter-spacing: -2px;
  margin: 0 0 41px 0;
  opacity: 0.95;
  padding-top: 75px;
  text-align: center;
  width: 741px;
}
body#blog .tier-blog .content-wrapper #content-body {
  margin-left: 56px;
  padding-right: 0px;
}
body#blog .tier-blog .content-wrapper #content-body .comm_date {
  background: url("../images/date_comm_box.png") no-repeat;
  margin-left: -63px;
}
body#blog .tier-blog .content-wrapper #content-sidebar {
  margin-right: 5px;
  width: 190px;
}
body#blog .tier-blog .content-wrapper #content-sidebar .content-sidebar {
  margin-left: 0;
}
.about-us .section-title {
  margin-top: 30px;
}
.about-us .person {
  margin: 0 0 20px 0px;
  padding: 20px 25px;
  font-size: 1.2em;
  font-family: verdana;
  line-height: 20px;
  text-align: justify;
  background: #EFEFEF;
}
.about-us .person h4 {
  width: 200px;
  margin-bottom: 15px;
  font-size: 1.2em;
}
.about-us .person img {
  width: 200px;
  margin: 0 15px 1px 0;
  float: left;
}
.about-us .person.even {
  background: #FFF;
}
.about-us .person p {
  font-size: 1em;
  padding: 0;
  margin: 0;
}
.about-us h3 {
  margin: 10px 0 10px 15px;
}
.tier-single-column,
.tier-single-column-no-cta {
  color: #060c26;
  font-family: 'Arial', sans-serif;
  font-size: 11px;
  margin: 0 auto;
  padding: 0 0px 80px;
  width: 960px;
}
.tier-single-column .title h1,
.tier-single-column-no-cta .title h1 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 36px;
  font-weight: 400;
  letter-spacing: -2px;
  margin: 0 0 41px 0;
  opacity: 0.95;
  padding: 75px 0 0;
  text-align: center;
}
.tier-single-column h2,
.tier-single-column-no-cta h2 {
  color: #123751;
  font-size: 20px;
  margin: 10px 0;
}
.tier-single-column p,
.tier-single-column-no-cta p {
  font-family: verdana;
  line-height: 20px;
}
.tier-single-column a,
.tier-single-column-no-cta a {
  color: #807D7A;
}
.tier-single-column ul,
.tier-single-column li,
.tier-single-column-no-cta ul,
.tier-single-column-no-cta li {
  font-family: verdana;
  line-height: 20px;
  font-size: 13.2px;
}
.tier-single-column ul,
.tier-single-column-no-cta ul {
  margin: 1px 0 10px;
  padding: 0 0 0 25px;
}
@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-66.6%);
    -moz-transform: translateX(-66.6%);
    -o-transform: translateX(-66.6%);
    transform: translateX(-66.6%);
  }
}
@-moz-keyframes loop {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-66.6%);
    -moz-transform: translateX(-66.6%);
    -o-transform: translateX(-66.6%);
    transform: translateX(-66.6%);
  }
}
@-ms-keyframes loop {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-66.6%);
    -moz-transform: translateX(-66.6%);
    -o-transform: translateX(-66.6%);
    transform: translateX(-66.6%);
  }
}
@keyframes loop {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-66.6%);
    -moz-transform: translateX(-66.6%);
    -o-transform: translateX(-66.6%);
    transform: translateX(-66.6%);
  }
}
.marquee {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.marquee > ul {
  list-style: none;
  position: relative;
  z-index: 1;
  top: 0;
  left: 0;
  width: 6000px !important;
  height: 110px;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  -webkit-animation: loop 100s linear infinite;
  -moz-animation: loop 100s linear infinite;
  -o-animation: loop 100s linear infinite;
  animation: loop 100s linear infinite;
}
.marquee > ul > li {
  position: relative;
  text-align: justify;
  text-justify: distribute-all-lines;
  line-height: 0;
  letter-spacing: -0.31em;
  float: left;
  width: 33.333333%;
  height: 110px;
  overflow: hidden;
}
.marquee > ul > li:before {
  content: '';
  position: relative;
  height: 100%;
  width: 0;
}
.marquee > ul > li:before,
.marquee > ul > li > * {
  vertical-align: middle;
  display: inline-block;
}
.marquee > ul > li:after {
  content: '.';
  display: inline-block;
  height: 0 !important;
  width: 100%;
  overflow: hidden !important;
  visibility: hidden;
  font-size: 0;
  word-spacing: 100%;
}
.marquee > ul > li > * {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  line-height: 1;
  letter-spacing: 0;
}
.marquee > ul > li img {
  margin: 20px 1.6%;
}
body#tv-channels .tier-tv-channels .content-wrapper {
  margin: 0 auto;
  overflow: hidden;
  padding: 0 0 172px;
  text-align: center;
  width: 1000px;
}
body#tv-channels .tier-tv-channels .content-wrapper .title {
  font-size: 31px;
  font-weight: bold;
  padding: 35px 0 0;
}
body#tv-channels .tier-tv-channels .content-wrapper .sub-title {
  font-size: 18px;
  font-weight: 400;
  margin: 6px 0 46px;
}
body#tv-channels .tier-tv-channels .content-wrapper ul {
  background: url("../images/table-dotted-bg.png") repeat-y #fff center top;
  border: 2px solid #bfbfbf;
  margin: 0;
  overflow: hidden;
  padding: 18px 0;
  position: relative;
  width: 996px;
}
body#tv-channels .tier-tv-channels .content-wrapper ul:before {
  background: #fff;
  content: "";
  height: 20px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
body#tv-channels .tier-tv-channels .content-wrapper ul:after {
  background: #fff;
  bottom: 0;
  content: "";
  height: 16px;
  left: 0;
  position: absolute;
  right: 0;
}
body#tv-channels .tier-tv-channels .content-wrapper ul li {
  color: #777;
  display: inline-block;
  float: left;
  list-style: none;
  margin: 0;
  padding: 4px 0;
  text-align: center;
  width: 329px;
}
body#ecommerce .tier-banner {
  height: 590px;
}
body#ecommerce .tier-banner .content-wrapper {
  color: #fafcfe;
  height: 590px;
  position: relative;
}
body#ecommerce .tier-banner .content-wrapper .video {
  float: right;
  height: 500px;
  margin: 0 0 0 50px;
  position: relative;
  width: 500px;
}
body#ecommerce .tier-banner .content-wrapper .video iframe {
  height: 281px;
  margin: 150px 0 0;
  width: 500px;
}
body#ecommerce .tier-banner .content-wrapper .tag {
  position: absolute;
  top: 0px;
  left: 0;
}
body#ecommerce .tier-banner .content-wrapper .title {
  color: #fff;
  font-size: 44px;
  font-weight: 500;
  line-height: 42px;
  margin-bottom: 20px;
  padding-top: 176px;
  text-align: left;
}
body#ecommerce .tier-banner .content-wrapper .sub-title {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 22px;
  margin-top: 0;
  text-align: left;
}
body#ecommerce .tier-banner .content-wrapper .price {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  left: 0;
  text-align: left;
  top: 74px;
  width: 62px;
}
body#ecommerce .tier-banner .content-wrapper .price b {
  display: block;
  font-size: 24px;
  font-weight: 500;
  margin: 3px 0 2px;
}
body#ecommerce .tier-banner .content-wrapper .price span {
  display: block;
  font-size: 10px;
  font-weight: 300;
}
body#ecommerce .tier-banner .content-wrapper .pointer-button-wrapper {
  clear: none;
  text-align: left;
}
body#ecommerce .tier-banner .content-wrapper .pointer-button-wrapper a {
  background: url("../images/detect/button-arrow.png") no-repeat transparent;
  background-position: 90% 20px;
  border: 3px solid #fff;
  border-radius: 5px;
  color: #fafcfe;
  display: inline-block;
  padding: 0 50px 0 34px;
  text-transform: none;
  width: 140px;
}
body#ecommerce .tier-banner .content-wrapper .pointer-button-wrapper a:first-child {
  margin-right: 15px;
}
body#ecommerce .tier-banner .content-wrapper .pointer-button-wrapper a:last-child {
  margin-left: 0;
}
body#ecommerce .tier-banner .content-wrapper .login {
  margin-top: 20px;
  text-align: left;
}
body#ecommerce .tier-banner .content-wrapper .login a {
  color: #77afdf;
}
body#ecommerce .tier-banner .content-wrapper .apply-application {
  background: #0c242e;
  border-left: 5px solid #c2792d;
  bottom: 0;
  height: 92px;
  position: absolute;
  width: 995px;
}
body#ecommerce .tier-banner .content-wrapper .apply-application .message {
  color: #fff;
  float: left;
  font-size: 17px;
  line-height: 26px;
  margin: 8px 0 0 26px;
}
body#ecommerce .tier-banner .content-wrapper .apply-application form {
  float: right;
  margin: 25px 30px 0 0;
}
body#ecommerce .tier-banner .content-wrapper .apply-application form br,
body#ecommerce .tier-banner .content-wrapper .apply-application form .ajax-loader {
  display: none;
}
body#ecommerce .tier-banner .content-wrapper .apply-application form p {
  padding: 0;
}
body#ecommerce .tier-banner .content-wrapper .apply-application form input {
  display: inline-block;
  font-family: 'Ubuntu', sans-serif;
  font-size: 15px;
  height: 43px;
  margin: 0 0 0 20px;
  padding: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
body#ecommerce .tier-banner .content-wrapper .apply-application form input[type=text] {
  background: #fff;
  border: none;
  color: #000;
  font-weight: 300;
  padding: 0 22px;
  width: 214px;
}
body#ecommerce .tier-banner .content-wrapper .apply-application form input[type=text]::-webkit-input-placeholder {
  color: #7e97a2;
}
body#ecommerce .tier-banner .content-wrapper .apply-application form input[type=text]:-moz-placeholder {
  color: #7e97a2;
  opacity: 1;
}
body#ecommerce .tier-banner .content-wrapper .apply-application form input[type=text]::-moz-placeholder {
  color: #7e97a2;
  opacity: 1;
}
body#ecommerce .tier-banner .content-wrapper .apply-application form input[type=text]:-ms-input-placeholder {
  color: #7e97a2;
}
body#ecommerce .tier-banner .content-wrapper .apply-application form input[type=submit] {
  background: #01c1db;
  border: none;
  color: #fff;
  cursor: pointer;
  font-weight: 400;
  width: 100px;
}
body#ecommerce .tier-features .content-wrapper {
  height: 676px;
  text-align: center;
}
body#ecommerce .tier-features .content-wrapper > .title {
  margin-top: 80px;
  font-size: 27px;
  text-align: center;
}
body#ecommerce .tier-features .content-wrapper ul {
  margin: 80px auto 0;
  padding: 0 0 200px;
  text-align: left;
  width: 960px;
}
body#ecommerce .tier-features .content-wrapper ul li {
  list-style: none;
  padding: 0 0 53px 80px;
  position: relative;
  overflow: hidden;
  width: 370px;
}
body#ecommerce .tier-features .content-wrapper ul li .title {
  color: #060c26;
  font-size: 17px;
  font-weight: 500;
}
body#ecommerce .tier-features .content-wrapper ul li .description {
  color: #060c26;
  font-size: 15px;
  line-height: 20px;
  margin-top: 18px;
}
body#ecommerce .tier-features .content-wrapper ul li:nth-child(odd) {
  float: left;
}
body#ecommerce .tier-features .content-wrapper ul li:nth-child(even) {
  float: right;
}
body#ecommerce .tier-features .content-wrapper ul li:before {
  background: no-repeat top center transparent;
  content: "";
  height: 70px;
  left: 0;
  position: absolute;
  top: 0;
  width: 70px;
}
body#ecommerce .tier-features .content-wrapper ul li:nth-child(1):before {
  background-image: url("../images/ecommerce/feature-1.png");
}
body#ecommerce .tier-features .content-wrapper ul li:nth-child(2):before {
  background-image: url("../images/ecommerce/feature-2.png");
}
body#ecommerce .tier-features .content-wrapper ul li:nth-child(3):before {
  background-image: url("../images/ecommerce/feature-3.png");
}
body#ecommerce .tier-features .content-wrapper ul li:nth-child(4):before {
  background-image: url("../images/ecommerce/feature-4.png");
}
body#ecommerce .tier-features .content-wrapper ul li:nth-child(5):before {
  background-image: url("../images/ecommerce/feature-5.png");
}
body#ecommerce .tier-features .content-wrapper ul li:nth-child(6):before {
  background-image: url("../images/ecommerce/feature-6.png");
}
body#ecommerce .tier-features .content-wrapper .feature {
  margin: 59px 0 0;
}
body#ecommerce .tier-features .content-wrapper .feature.a {
  background: url("../images/detect/feature-1.png") no-repeat center center transparent;
}
body#ecommerce .tier-features .content-wrapper .feature.b {
  background: url("../images/detect/feature-2.png") no-repeat center center transparent;
}
body#ecommerce .tier-features .content-wrapper .feature.c {
  background: url("../images/detect/feature-3.png") no-repeat center center transparent;
}
body#ecommerce .tier-features .content-wrapper .feature.d {
  background: url("../images/detect/feature-4.png") no-repeat center center transparent;
}
body#ecommerce .tier-features .content-wrapper .feature .description .sub-title {
  margin: 0;
}
body#ecommerce .tier-clouds {
  background: #fff;
  position: relative;
  text-align: center;
}
body#ecommerce .tier-clouds .content-wrapper {
  overflow: visible;
  padding-bottom: 60px;
  position: relative;
}
body#ecommerce .tier-clouds .content-wrapper .title {
  color: #0c242e;
  font-size: 32px;
}
body#ecommerce .tier-clouds .content-wrapper > img {
  left: -203px;
  position: absolute;
  top: 314px;
}
body#ecommerce .tier-clouds .content-wrapper ul {
  margin: 83px auto 0;
  padding: 0;
  width: 900px;
}
body#ecommerce .tier-clouds .content-wrapper ul li {
  float: none;
  list-style: none;
  margin-bottom: 60px;
  overflow: hidden;
  width: auto;
}
body#ecommerce .tier-clouds .content-wrapper ul li .number {
  background: #41bcf6;
  border-radius: 100px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  height: 34px;
  line-height: 34px;
  text-align: center;
  width: 34px;
}
body#ecommerce .tier-clouds .content-wrapper ul li .value {
  float: right;
  width: 844px;
}
body#ecommerce .tier-clouds .content-wrapper ul li .value .header {
  color: #060c26;
  font-size: 22px;
  font-weight: 500;
  margin-top: 6px;
}
body#ecommerce .tier-clouds .content-wrapper ul li .value .description {
  color: #6d707d;
  font-size: 17px;
  margin-top: 12px;
}
body#ecommerce .tier-clouds .content-wrapper ul li .value .description a {
  background: url("../images/detect/button-arrow.png") no-repeat #496bb3;
  background-position: 90% 9px;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  height: 33px;
  line-height: 33px;
  margin: 0 0 0 10px;
  padding: 0 34px 0 18px;
  text-transform: none;
}
body#ecommerce .tier-clouds .content-wrapper ul li .value .description a:hover {
  text-decoration: none;
}
body#ecommerce .tier-start .content-wrapper .hollow-button-wrapper a {
  border-color: #67b1d6;
  color: #67b1d6;
}
.api_showcase {
  padding: 100px 0 0;
  position: relative;
}
.api_showcase .image {
  bottom: 0;
  left: 0;
  opacity: 0.08;
  position: absolute;
  right: 0;
  text-align: center;
  top: 20px;
}
.api_showcase .image img {
  height: 290px;
  margin: 0 auto;
}
.api_showcase h2 {
  color: #0088cf;
  display: block;
  font-size: 32px;
  padding: 10px 0 0;
  text-align: center;
}
.api_showcase .subheader {
  color: #000;
  display: block;
  font-size: 21px;
  font-weight: bold;
  padding: 10px 0 70px;
  text-align: center;
}
.api_showcase h3 {
  background: url('../images/api/header-repeat.png') repeat-x;
  color: #fff;
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
  height: 32px;
  line-height: 32px;
  margin: 0 124px;
  padding: 0 38px 0 17px;
  position: relative;
}
.api_showcase h3:before {
  background: url('../images/api/header-begin.png') no-repeat;
  content: '';
  display: inline-block;
  height: 32px;
  left: 0;
  position: absolute;
  top: 0;
  width: 17px;
}
.api_showcase h3:after {
  background: url('../images/api/header-end.png') no-repeat;
  content: '';
  display: inline-block;
  height: 32px;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
}
.api_showcase p {
  color: #666;
  font-size: 14px;
  line-height: 18px;
  padding: 4px 140px 20px;
}
.api_showcase .tier-more {
  background: url('../images/api/dots.png') top left repeat-x;
  margin: 30px 60px 0;
}
.api_showcase .tier-more .content-wrapper {
  height: 180px;
  margin: 0 auto;
  position: relative;
  width: 840px;
}
.api_showcase .tier-more .content-wrapper .title {
  color: #fe8b11;
  font-size: 26px;
  font-weight: 300;
  padding: 44px 0 0;
}
.api_showcase .tier-more .content-wrapper .sub-title {
  font-size: 12px;
  font-weight: 400;
  margin: 16px 0 0;
}
.api_showcase .tier-more .content-wrapper .hollow-button-wrapper {
  position: absolute;
  right: 0;
  top: 59px;
}
.api_showcase .tier-more .content-wrapper .hollow-button-wrapper a {
  border-color: #fe8b11;
  color: #fe8b11;
  width: 138px;
}
@media only screen and (max-width: 1008px) {
  body {
    min-width: inherit;
  }
  body:before {
    height: 82px;
  }
  body.mobile-header-visible {
    overflow: hidden;
  }
  body.mobile-header-visible .tier-header .header .mobile-navigation {
    display: block;
  }
  .title br,
  .sub-title br,
  .description br,
  .learn-more-title br,
  .subheader br,
  i br {
    display: none !important;
  }
  .tier-header {
    overflow: visible;
  }
  .tier-header .header-wrapper .header {
    width: 100%;
  }
  .tier-header .header-wrapper .header > ul {
    display: none;
  }
  .tier-header .header-wrapper .header .login {
    display: none;
    right: 10px;
    top: -2px;
  }
  .tier-header .header-wrapper .header .hamburger {
    align-items: center;
    bottom: 0;
    cursor: pointer;
    display: flex;
    justify-content: center;
    padding: 0 23px;
    position: absolute;
    left: 0;
    top: 0;
  }
  .tier-header .header-wrapper .header .hamburger .lines {
    padding: 0;
  }
  .tier-header .header-wrapper .header .hamburger .lines > div {
    background-color: #fff;
    height: 5px;
    margin: 6px 0;
    width: 35px;
  }
  .tier-header .header-wrapper .header .logo {
    left: 83px;
    top: 27px;
  }
  .tier-header .header-wrapper .header .logo img {
    height: 30px;
  }
  .tier-header .header-wrapper .header .mobile-navigation {
    background-color: #fff;
    bottom: 0;
    left: 0;
    overflow: auto;
    padding: 0 20px;
    position: fixed;
    right: 0;
    top: 82px;
    z-index: 99999;
  }
  .tier-header .header-wrapper .header .mobile-navigation ul {
    padding-bottom: 10px;
    position: relative;
    right: inherit;
    top: 0;
  }
  .tier-header .header-wrapper .header .mobile-navigation ul li {
    border-bottom: 1px solid #ddd;
    border-right: none;
    color: #000;
    display: block;
    float: none;
    height: auto;
    line-height: 50px;
    padding: 0 20px;
    text-align: center;
  }
  .tier-header .header-wrapper .header .mobile-navigation ul li:hover a {
    border-bottom-color: transparent !important;
  }
  .tier-header .header-wrapper .header .mobile-navigation ul li:last-child {
    border-bottom: none;
  }
  .tier-header .header-wrapper .header .mobile-navigation ul li a {
    border-bottom: none !important;
    color: #000;
    display: block;
    height: 50px;
    line-height: 50px;
    margin-top: 0px;
    padding: 0;
    text-decoration: none;
  }
  .tier-header .header-wrapper .header .mobile-navigation ul li a.contact-us-button {
    background: none;
    text-indent: 0;
    width: auto;
  }
  .tier-footer .footer {
    height: auto;
    padding: 70px 0 0;
    text-align: center;
    width: 100%;
  }
  .tier-footer .footer ul {
    float: none;
    margin: 0 auto;
    padding: 25px 0 0;
    width: 100%;
  }
  .tier-footer .footer ul:first-child {
    margin: 0 auto;
    width: 100%;
  }
  .tier-footer .footer .social-buttons {
    padding: 25px 0 0;
    position: relative;
    right: inherit;
    text-align: center;
    top: inherit;
    width: 100%;
  }
  .tier-footer .footer .social-buttons a {
    display: inline-block;
    float: none;
  }
  .tier-footer .footer .copyright {
    bottom: inherit;
    left: inherit;
    padding: 25px 0;
    position: relative;
    text-align: center;
    top: 0;
  }
  .tier-footer .footer > a {
    display: inline-block;
    margin: 0 auto;
  }
  .tier-footer .footer > a .logo {
    left: inherit;
    top: 25px;
    transform: translateX(-50%);
  }
  .tier-subheader {
    display: none;
  }
  .tier-subheader .subheader {
    width: 100%;
  }
  body#homepage .tier-feature-alert {
    display: none;
    top: 82px;
  }
  body#homepage .tier-feature-alert .content-wrapper {
    align-items: center;
    background: #000;
    display: table;
    height: auto;
    justify-content: center;
    margin: 0 20px;
    overflow: visible;
    width: auto;
  }
  body#homepage .tier-feature-alert .content-wrapper .title {
    display: table-cell;
    float: none;
    height: auto;
    line-height: 20px;
    padding: 0 10px;
    vertical-align: middle;
    white-space: nowrap;
  }
  body#homepage .tier-feature-alert .content-wrapper .message {
    display: table-cell;
    float: none;
    height: auto;
    line-height: 20px;
    padding: 10px 10px 12px;
    white-space: inherit;
  }
  body#homepage .tier-feature-alert .content-wrapper .learn-how {
    display: table-cell;
    float: none;
    height: auto;
    line-height: 20px;
    padding: 0 10px;
    vertical-align: middle;
    white-space: nowrap;
  }
  body#homepage .tier-1 {
    height: auto !important;
    min-height: inherit;
  }
  body#homepage .tier-1 > iframe {
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
  }
  body#homepage .tier-1 .content-wrapper {
    margin-top: 30px;
    padding-bottom: 40px;
    position: relative;
    width: 100%;
  }
  body#homepage .tier-1 .content-wrapper .title {
    font-size: 42px;
  }
  body#homepage .tier-1 .mobile-alternative {
    bottom: 0;
    height: auto;
    left: 0;
    right: 0;
    top: 0;
  }
  body#homepage .tier-1:after {
    padding-top: 0;
  }
  body#homepage .tier-2 {
    height: auto;
  }
  body#homepage .tier-2 .content-wrapper {
    padding-bottom: 40px;
  }
  body#homepage .tier-2 .content-wrapper .title {
    padding: 40px 20px 0;
    width: auto;
  }
  body#homepage .tier-2 .content-wrapper .sub-title {
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
  body#homepage .tier-3 {
    background-size: cover;
    height: auto;
  }
  body#homepage .tier-3 .content-wrapper {
    padding: 0 20px 40px;
    width: auto;
  }
  body#homepage .tier-3 .content-wrapper .title {
    padding: 40px 0 0;
  }
  body#homepage .tier-3 .content-wrapper .sub-title br {
    display: none;
  }
  body#homepage .tier-3 .content-wrapper .split .half {
    height: auto;
    padding: 0;
    width: 100%;
  }
  body#homepage .tier-3 .content-wrapper .split .half .title {
    margin-top: 40px;
  }
  body#homepage .tier-3 .content-wrapper .split .half .text br {
    display: none;
  }
  body#homepage .tier-3 .content-wrapper .buttons-wrapper {
    padding: 25px 50px 0;
  }
  body#homepage .tier-3 .content-wrapper .buttons-wrapper a {
    display: block;
    height: auto;
    line-height: 16px;
    margin: 20px 0 0;
    padding: 15px 20px;
  }
  body#homepage .tier-4 {
    height: auto;
  }
  body#homepage .tier-4 .content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
  body#homepage .tier-4 .content-wrapper .title {
    padding: 40px 0 0;
  }
  body#homepage .tier-5 {
    height: auto;
  }
  body#homepage .tier-5 .content-wrapper {
    padding: 0 20px 40px;
    width: auto;
  }
  body#homepage .tier-5 .content-wrapper .title {
    padding: 40px 0 0;
  }
  body.informative .tier-banner {
    height: auto !important;
    padding: 0 20px;
  }
  body.informative .tier-banner .background-image {
    bottom: 0;
    height: 100%;
    left: 0;
    min-width: 1px;
    object-fit: cover;
    right: 0;
    top: 0;
    transform: none;
    -webkit-transform: none;
  }
  body.informative .tier-banner .content-wrapper {
    height: auto !important;
    padding: 50px 0 40px;
    text-align: center !important;
    width: 100%;
  }
  body.informative .tier-banner .content-wrapper .logo {
    left: 50% !important;
    top: 118px !important;
    transform: translate(-50%);
  }
  body.informative .tier-banner .content-wrapper .title {
    font-size: 42px !important;
    line-height: 46px;
    padding-top: 20px !important;
  }
  body.informative .tier-banner .content-wrapper > i {
    padding-bottom: 20px;
  }
  body.informative .tier-banner .content-wrapper .show-more-wrapper {
    position: relative !important;
    width: auto !important;
  }
  body.informative .tier-banner .content-wrapper .center-bold {
    width: auto !important;
  }
  body.informative .tier-banner .content-wrapper .tag {
    top: -30px !important;
  }
  body.informative .tier-banner .content-wrapper .price {
    top: 44px !important;
  }
  body.informative .tier-banner .content-wrapper .video {
    content: "";
    display: block;
    float: none !important;
    height: auto !important;
    margin: 0 !important;
    padding-top: 56.25%;
    width: 100% !important;
  }
  body.informative .tier-banner .content-wrapper .video iframe {
    bottom: 0;
    height: 100% !important;
    left: 0;
    margin: 0 !important;
    position: absolute;
    right: 0;
    top: 0;
    width: 100% !important;
  }
  body.informative .tier-banner .content-wrapper .pointer-button-wrapper a {
    display: block !important;
    margin: 0 auto 20px !important;
    padding-right: 0;
  }
  body.informative .tier-banner.delivery .content-wrapper {
    padding: 20px 0;
  }
  body.informative .tier-banner.delivery .content-wrapper .label {
    right: 0px;
    top: 220px;
  }
  body.informative .tier-banner.delivery .content-wrapper .sub-title {
    padding-right: 163px;
  }
  body.informative .tier-banner.delivery .content-wrapper .pointer-button-wrapper a {
    margin: 0 !important;
  }
  body.informative .tier-banner.delivery .content-wrapper i {
    padding-bottom: 0 !important;
  }
  body.informative .tier-features .content-wrapper {
    height: auto !important;
    padding: 40px 0;
    width: 100%;
  }
  body.informative .tier-features .content-wrapper > .title {
    margin: 0 auto !important;
  }
  body.informative .tier-features .content-wrapper .logo {
    margin: 30px 0 13px !important;
  }
  body.informative .tier-features .content-wrapper ul {
    margin: 60px auto 0 !important;
    padding: 0 0 40px !important;
    width: auto !important;
  }
  body.informative .tier-features .content-wrapper ul li {
    float: none !important;
    padding: 0 20px 53px 144px !important;
    width: auto !important;
  }
  body.informative .tier-features .content-wrapper ul li:before {
    left: 20px !important;
  }
  body.informative .tier-features .content-wrapper .feature {
    background-position: center top !important;
    float: none;
    height: auto;
    margin: 20px 0 0 !important;
    padding: 71px 0 0 !important;
    width: 100% !important;
  }
  body.informative .tier-features .content-wrapper .feature .description {
    position: relative;
    top: 0;
    width: 100% !important;
  }
  body.informative .tier-features .content-wrapper .feature .description .title {
    margin: 0 20px 6px;
  }
  body.informative .tier-features .content-wrapper .feature .description .sub-title {
    margin: 0 20px;
  }
  body.informative .tier-features.delivery .content-wrapper .feature {
    padding-top: 92px !important;
  }
  body.informative .tier-features.delivery .content-wrapper .feature.a {
    padding-top: 40px !important;
  }
  body.informative .tier-features.delivery .content-wrapper .feature.d,
  body.informative .tier-features.delivery .content-wrapper .feature.f,
  body.informative .tier-features.delivery .content-wrapper .feature.c {
    padding-top: 65px !important;
  }
  body.informative .tier-how .content-wrapper {
    padding: 0 20px;
    width: auto;
  }
  body.informative .tier-how .content-wrapper .title {
    padding-top: 40px;
  }
  body.informative .tier-how .content-wrapper .sub-title {
    padding-top: 40px;
  }
  body.informative .tier-how .content-wrapper .arrows {
    background: none;
    margin: 20px auto 0;
    min-height: 437px;
  }
  body.informative .tier-how .content-wrapper .arrows .top-left-title {
    left: 0;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
  }
  body.informative .tier-how .content-wrapper .arrows .top-right-title {
    left: 0;
    right: 0;
    text-align: center;
    top: 277px;
    width: 100%;
  }
  body.informative .tier-how .content-wrapper .arrows .left-bubble-wrapper {
    left: 50%;
    transform: translate(-50%);
    top: 30px;
  }
  body.informative .tier-how .content-wrapper .arrows .right-bubble-wrapper {
    right: 50%;
    transform: translate(50%);
    top: 308px;
  }
  body.informative .tier-how .content-wrapper .arrows .bottom-left-text {
    float: none;
    margin: 20px auto;
    position: absolute;
    top: 40px;
    width: auto;
  }
  body.informative .tier-how .content-wrapper .arrows .bottom-right-text {
    float: none;
    margin: 20px auto;
    position: absolute;
    top: 320px;
    width: auto;
  }
  body.informative .tier-features-single-column .content-wrapper {
    padding: 40px 20px 72px;
    width: auto;
  }
  body.informative .tier-features-single-column .content-wrapper .supertitle {
    margin-top: 0 !important;
  }
  body.informative .tier-features-single-column .content-wrapper ul {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
  }
  body.informative .tier-features-single-column .content-wrapper ul li {
    margin: 25px auto 0 !important;
    padding: 0 0 0 120px !important;
    width: auto !important;
  }
  body.informative .tier-collect .content-wrapper {
    padding: 40px 20px;
    width: auto;
  }
  body.informative .tier-collect .content-wrapper .territories ul {
    width: 600px;
  }
  body.informative .tier-why .content-wrapper {
    padding: 40px 20px;
    width: auto;
  }
  body.informative .tier-whitelist .content-wrapper {
    padding: 40px 20px;
    width: auto;
  }
  body.informative .tier-whitelist .content-wrapper .steps {
    margin: 40px 0 0;
  }
  body.informative .tier-whitelist .content-wrapper .steps .step {
    margin: 25px 0 8px;
    width: 100%;
  }
  body.informative .tier-whitelist .content-wrapper .learn-more-title {
    margin: 30px auto 0;
  }
  body.informative .tier-clouds .content-wrapper {
    height: auto !important;
    padding-bottom: 40px !important;
    width: 100%;
  }
  body.informative .tier-clouds .content-wrapper .title {
    margin: 40px 20px 0 !important;
  }
  body.informative .tier-clouds .content-wrapper .sub-title {
    margin: 0 20px;
  }
  body.informative .tier-clouds .content-wrapper .description {
    padding: 0 20px;
  }
  body.informative .tier-clouds .content-wrapper > img {
    z-index: -1;
  }
  body.informative .tier-clouds .content-wrapper ul {
    display: block;
    margin: 30px 20px 0 40px !important;
    width: auto !important;
  }
  body.informative .tier-clouds .content-wrapper ul.pointer {
    list-style: none;
    margin: 30px 20px 0 !important;
    padding-left: 0;
  }
  body.informative .tier-clouds .content-wrapper ul.pointer li {
    display: inline;
  }
  body.informative .tier-clouds .content-wrapper ul.pointer li:before {
    background: url("../images/li-pointer.png") no-repeat center 10px;
    content: "";
    display: inline-block;
    height: 20px;
    width: 31px;
  }
  body.informative .tier-clouds .content-wrapper ul.pointer li:after {
    content: "";
    display: block;
    height: 11px;
    width: 20px;
  }
  body.informative .tier-clouds .content-wrapper ul li .value {
    width: calc(100% - 50px) !important;
  }
  body.informative .tier-clouds .content-wrapper ul li .value .description {
    padding: 0;
  }
  body.informative .tier-clouds .content-wrapper .ul-title {
    margin: 56px 20px 0 40px !important;
    text-align: center !important;
    width: auto !important;
  }
  body.informative .tier-clouds .content-wrapper .ul-title br {
    display: none;
  }
  body.informative .tier-clouds .content-wrapper .show-more-wrapper {
    margin-top: 40px !important;
    padding: 0 20px;
  }
  body.informative .tier-more .content-wrapper {
    height: auto;
    padding: 40px 20px;
    width: auto;
  }
  body.informative .tier-more .content-wrapper .title {
    padding: 0;
    text-align: center;
  }
  body.informative .tier-more .content-wrapper .sub-title {
    text-align: center;
  }
  body.informative .tier-more .content-wrapper .hollow-button-wrapper {
    margin: 30px auto 0;
    position: relative;
    right: inherit;
    text-align: center;
    top: 0;
  }
  body.informative .tier-more .content-wrapper .hollow-button-wrapper a {
    margin: 0 auto;
  }
  body.informative .tier-highlights {
    height: auto !important;
  }
  body.informative .tier-highlights .content-wrapper {
    height: auto !important;
    padding: 40px 20px !important;
    width: auto;
  }
  body.informative .tier-highlights .content-wrapper .title {
    padding-top: 40px !important;
  }
  body.informative .tier-highlights .content-wrapper .highlights-wrapper {
    padding-top: 40px !important;
  }
  body.informative .tier-highlights .content-wrapper .highlights-wrapper .highlight {
    margin: 42px 0 8px !important;
    width: 100% !important;
  }
  body.informative .tier-started .content-wrapper {
    height: auto !important;
    padding: 40px 20px !important;
    width: auto !important;
  }
  body.informative .tier-started .content-wrapper .title {
    margin: 20px auto 30px !important;
  }
  body.informative .tier-started .content-wrapper .started-a,
  body.informative .tier-started .content-wrapper .started-b,
  body.informative .tier-started .content-wrapper .started-c {
    background-position: center top !important;
    border-right: none !important;
    float: none !important;
    height: auto !important;
    padding: 130px 0 20px !important;
    width: auto !important;
  }
  body.informative .tier-plans .content-wrapper {
    height: auto;
    padding: 40px 20px;
    width: auto;
  }
  body.informative .tier-plans .content-wrapper .title {
    padding: 0;
  }
  body.informative .tier-start .content-wrapper {
    height: auto;
    padding: 40px 20px;
    width: auto;
  }
  body.informative .tier-start .content-wrapper .title {
    padding: 0;
  }
  body.informative .tier-pricing .content-wrapper {
    padding: 0 20px !important;
  }
  body.informative .tier-pricing .content-wrapper .title {
    line-height: 42px !important;
    padding-top: 40px !important;
  }
  body.informative .tier-pricing .content-wrapper > img {
    width: 100% !important;
  }
  body.informative .tier-pricing .content-wrapper .pricing-blocks {
    padding: 0 0 92px !important;
    width: auto !important;
  }
  body.informative .tier-pricing .content-wrapper .pricing-blocks .block {
    width: auto !important;
  }
  body.informative .tier-pricing .content-wrapper .pricing-blocks .block .title {
    height: auto !important;
    line-height: 42px !important;
    padding-top: 0 !important;
    width: 100% !important;
  }
  body.informative .tier-pricing .content-wrapper .pricing-blocks .block .section {
    margin: 0 auto !important;
  }
  body.informative .tier-pricing .content-wrapper .pricing-blocks .block .section .full {
    width: auto !important;
  }
  body#page .tiers-wrapper {
    padding: 0;
    width: auto;
  }
  body#page .tiers-wrapper .api_showcase {
    padding: 40px 0 0;
  }
  body#page .tiers-wrapper .api_showcase > p {
    padding: 4px 20px 20px;
  }
  body#page .tiers-wrapper .subheader {
    padding: 10px 20px 30px;
  }
  body#page .tiers-wrapper h2 {
    padding-left: 20px;
    padding-right: 20px;
  }
  body#page .tiers-wrapper h3 {
    display: block;
    font-size: 18px;
    margin: 20px 2px 10px;
    white-space: nowrap;
  }
  body#page .tier-more {
    margin: 40px auto 0;
  }
  body#page .tier-more .content-wrapper {
    height: auto;
    padding: 40px 20px;
    text-align: center;
    width: auto;
  }
  body#page .tier-more .content-wrapper .title {
    padding: 0;
  }
  body#page .tier-more .content-wrapper .hollow-button-wrapper {
    position: relative;
    right: inherit;
    top: inherit;
  }
  body#page .tier-more .content-wrapper .hollow-button-wrapper a {
    margin: 20px auto 0;
  }
  body#members .tier-members-header {
    margin: 0 20px;
    width: auto;
  }
  body#members .tier-members-header .content-wrapper {
    margin: 0 0 40px;
  }
  body#members .tier-members-header .content-wrapper .title {
    padding-top: 40px;
  }
  body#members .tier-members {
    width: auto;
  }
  body#members .tier-members .content-wrapper {
    border: none;
    text-align: center;
    width: auto;
  }
  body#members .tier-members .content-wrapper .find,
  body#members .tier-members .content-wrapper .host-find-alt,
  body#members .tier-members .content-wrapper .host {
    display: inline-block;
    float: none;
    margin: 0 15px 20px;
  }
  body#pricing .tier-1 .content-wrapper .title {
    border-radius: 0 !important;
    margin: 40px 20px 0;
  }
  body#pricing .tier-1 .content-wrapper .sub-title {
    margin: 20px 20px 0;
  }
  body#pricing .tier-1 .content-wrapper .pricing-blocks {
    margin: 30px 10px;
    width: auto;
  }
  body#pricing .tier-1 .content-wrapper .pricing-blocks .block {
    float: none;
    margin: 0 auto 20px;
    width: auto;
  }
  body#pricing .tier-1 .content-wrapper .pricing-blocks .block .title {
    width: 100%;
  }
  body#pricing .tier-1 .content-wrapper .pricing-blocks .block .section {
    margin: 0 10px !important;
  }
  body#pricing .tier-1 .content-wrapper .pricing-blocks .block .section .half {
    margin: 0;
  }
  body#pricing .tier-1 .content-wrapper .pricing-blocks .block .section .header {
    margin-left: 0 !important;
  }
  body#pricing .tier-1 .content-wrapper .pricing-blocks .block .section ul {
    margin-left: 0 !important;
  }
  body#pricing .tier-1 .content-wrapper .pricing-blocks .block a.button {
    border-radius: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
  }
  body#pricing .tier-2 .content-wrapper {
    margin: 0 10px;
    width: auto;
  }
  body#pricing .tier-2 .content-wrapper .title {
    border-radius: 0;
    width: auto;
  }
  body#pricing .tier-2 .content-wrapper .ul {
    margin: 0 10px;
  }
  body#pricing .tier-2 .content-wrapper .ul .li {
    display: block;
  }
  body#pricing .tier-3 .content-wrapper {
    padding: 0 20px;
    width: auto;
  }
  body#pricing .tier-3 .content-wrapper .title {
    padding: 40px 0 30px;
  }
  body#page-full-width .tier-programs-header .content-wrapper {
    padding: 0 20px;
  }
  body#page-full-width .tier-programs-header .content-wrapper .title {
    padding-top: 40px;
  }
  body#page-full-width .tier-programs-tier .content-wrapper {
    padding: 0 20px 40px;
    text-align: center;
    width: auto;
  }
  body#page-full-width .tier-programs-tier .content-wrapper .thumbnail {
    float: none;
    margin: 90px auto 0;
  }
  body#page-full-width .tier-programs-tier .content-wrapper .text {
    margin: 30px auto 0;
  }
  body#page-full-width .tier-programs-plans .content-wrapper {
    height: auto;
    padding: 40px 20px;
    width: auto;
  }
  body#page-full-width .tier-programs-plans .content-wrapper .title {
    padding: 0;
  }
  body#page-full-width .tier-programs-start .content-wrapper {
    height: auto;
    padding: 40px 20px;
    width: auto;
  }
  body#page-full-width .tier-programs-start .content-wrapper .title {
    padding: 0;
  }
  body#enterprise .tier-features .content-wrapper .feature {
    padding: 105px 0 0 !important;
  }
  body#monetize .tier-highlights.monetize .content-wrapper .highlights-wrapper {
    background: none;
    margin: 0 !important;
    padding: 0 !important;
  }
  body#monetize .tier-highlights.monetize .content-wrapper .highlights-wrapper .highlight {
    margin: 0 !important;
    padding: 0;
  }
  body#blog .post-wrapper {
    margin-top: 20px !important;
  }
  body#blog .post-wrapper .featured-wrapper img {
    height: auto !important;
    width: 100% !important;
  }
  body#blog .tier-blog {
    width: auto !important;
  }
  body#blog .tier-blog .post {
    padding: 30px 20px;
  }
  body#blog .tier-blog .content-wrapper {
    padding: 0 20px;
    width: auto;
  }
  body#blog .tier-blog .content-wrapper #content-sidebar {
    display: none;
  }
  body#blog .tier-blog .content-wrapper #content-body {
    float: none;
    width: auto !important;
  }
  body#blog .tier-blog .content-wrapper #content-body .newer_older {
    float: none !important;
  }
  body#blog .tier-blog .content-wrapper #content-body .newer_older {
    float: none;
  }
  body#blog .cat_tags,
  body#blog .cat_tags_close {
    width: auto;
  }
  body#ecommerce .tier-clouds .content-wrapper ul {
    margin: 30px 20px 0 !important;
  }
  body#detect .tier-banner .content-wrapper .title {
    padding-top: 140px !important;
  }
  body#detect .tier-banner .content-wrapper .tag {
    left: auto !important;
    right: 20px !important;
  }
  body#detect .tier-banner .content-wrapper .price {
    right: 20px !important;
  }
  body#detect .tier-clouds .content-wrapper {
    padding-bottom: 70px !important;
  }
  body#detect .tier-clouds .content-wrapper ul {
    padding: 0 !important;
  }
  body#detect .tier-clouds .content-wrapper ul li {
    float: none !important;
    width: auto !important;
  }
  body#detect .tier-solutions .content-wrapper {
    padding-bottom: 0;
    width: auto;
  }
  body#detect .tier-solutions .content-wrapper .title {
    height: auto;
    margin: 30px auto 0;
    padding-bottom: 20px;
  }
  body#detect .tier-solutions .content-wrapper .solution {
    background-position: center top !important;
    display: block;
    float: none;
    height: auto;
    margin: 0 auto !important;
    width: auto;
  }
  body#detect .tier-solutions .content-wrapper .solution .description {
    padding: 66px 0 20px;
  }
  body#detect .tier-solutions .content-wrapper .more-info-form {
    margin: 70px auto 0;
    padding: 70px 20px 40px;
  }
  body#detect .tier-solutions .content-wrapper .more-info-form .title {
    margin: 0 auto 30px;
  }
  body#detect .tier-solutions .content-wrapper .more-info-form .sub-title {
    margin: 10px 0 15px;
  }
  body#detect .tier-solutions .content-wrapper .more-info-form .contact-info input[type=text] {
    margin: 0 auto 20px !important;
    width: 100%;
  }
  body#detect .tier-solutions .content-wrapper .more-info-form ul li {
    height: auto;
    padding: 0 0 10px;
    width: 100%;
  }
  body#detect .tier-solutions .content-wrapper .more-info-form ul li label {
    width: calc(100% - 30px);
  }
  body#detect .tier-solutions .content-wrapper .more-info-form textarea {
    width: 85%;
  }
  .tiers-wrapper > .adobe_panel .tier-banner {
    padding: 0 20px 60px;
  }
  .tiers-wrapper > .adobe_panel .tier-banner .content-wrapper .title {
    padding-top: 102px !important;
  }
  .fancybox-opened {
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    height: 100% !important;
    width: 100% !important;
  }
  .fancybox-opened .fancybox-skin {
    height: 80% !important;
    width: 80% !important;
    margin: 10% auto;
  }
  .fancybox-opened .fancybox-skin .fancybox-outer {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
  }
  .fancybox-opened .fancybox-skin .fancybox-outer .fancybox-inner {
    height: 100% !important;
    width: 100% !important;
  }
  body#contact {
    width: 100%;
  }
  body#contact .contact-header h3 {
    margin: 0 20px !important;
  }
  body#contact .wpcf7 {
    margin: 0 20px;
  }
  body#contact .wpcf7 input {
    float: none !important;
    width: calc(98%) !important;
  }
  body#contact .wpcf7 .your-message textarea {
    float: none !important;
    width: calc(78%) !important;
  }
  body#contact .wpcf7 p {
    float: none;
    margin: 20px 0;
    padding: 0;
  }
  body#contact .wpcf7 p input {
    float: none !important;
    width: calc(98%) !important;
  }
  body#contact .phone {
    right: 10px !important;
    bottom: 0 !important;
  }
  body.normal-width .tier-single-column-no-cta,
  body.normal-width .tier-single-column {
    padding: 0 20px 80px;
    width: auto;
  }
  #document_container {
    height: auto !important;
    width: 100% !important;
  }
}
@media only screen and (max-width: 800px) {
  body.informative .tier-collect .content-wrapper .territories ul {
    width: 400px;
  }
}
@media only screen and (max-width: 600px) {
  body.informative .tier-collect .content-wrapper .territories ul li {
    float: none;
    width: auto;
  }
}
@media only screen and (max-width: 380px) {
  body#contact .contact-header h2 {
    margin: 0 0 2px;
    padding-top: 10px;
  }
  body#contact .wpcf7 p {
    margin: 2px 0;
  }
  body#contact .wpcf7 p input {
    margin: 0;
    padding: 2px 0;
  }
  body#contact .wpcf7 p .your-message textarea {
    height: 30px;
    margin: 0;
  }
  body#contact .button {
    margin: -10px auto 0;
  }
  body#collect .tier-banner .content-wrapper .pointer-button-wrapper .or-wrapper,
  body#collect .tier-banner .content-wrapper .pointer-button-wrapper .button-wrapper {
    display: block;
  }
  body#collect .tier-banner .content-wrapper .pointer-button-wrapper .or-wrapper {
    padding-bottom: 16px;
  }
}
body#blog {
  background: #f2f3f5;
}
body#blog .tier-blog {
  background: transparent;
  width: 1000px;
}
body#blog .tier-blog #content-body > br {
  display: none;
}
body#blog .tier-blog .content-wrapper #content-body {
  margin-left: 0;
  padding-left: 0;
  width: 715px;
}
body#blog .tier-blog .content-wrapper #content-body .newer_older {
  float: right;
  margin: 42px 0 0;
}
body#blog .tier-blog .content-wrapper #content-body .newer_older .page-numbers {
  color: #666672;
  height: 44px;
  line-height: 44px;
  background: #fff;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  margin: 0 0 0 4px;
  padding: 0 18px;
}
body#blog .tier-blog .content-wrapper #content-body .newer_older .page-numbers.current {
  background: #267aea;
  color: #fff;
}
body#blog .tier-blog .content-wrapper #content-body .newer_older .page-numbers.dots {
  background: transparent;
}
body#blog .title-bar {
  display: none;
}
body#tinymce .post-wrapper,
body#blog .post-wrapper {
  margin-top: 60px;
}
body#tinymce .post-wrapper.post-single .post .read-more,
body#blog .post-wrapper.post-single .post .read-more {
  display: none;
}
body#tinymce .post-wrapper .featured-wrapper,
body#blog .post-wrapper .featured-wrapper {
  position: relative;
}
body#tinymce .post-wrapper .featured-wrapper:after,
body#blog .post-wrapper .featured-wrapper:after {
  bottom: 0;
  content: "";
  display: block;
  height: 120px;
  position: absolute;
  width: 100%;
  background: -moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.25) 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,0.25)));
  background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.25) 100%);
  background: -o-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.25) 100%);
  background: -ms-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.25) 100%);
  background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.25) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#a2500000',GradientType=0);
}
body#tinymce .post,
body#blog .post {
  background: #fff;
  font-size: 14px;
  font-family: 'Ubuntu', sans-serif;
  line-height: 24px;
  padding: 50px;
}
body#tinymce.mce-content-body,
body#tinymce .post,
body#blog.mce-content-body,
body#blog .post {
  position: relative;
}
body#tinymce.mce-content-body .size-full,
body#tinymce.mce-content-body .size-large,
body#tinymce .post .size-full,
body#tinymce .post .size-large,
body#blog.mce-content-body .size-full,
body#blog.mce-content-body .size-large,
body#blog .post .size-full,
body#blog .post .size-large {
  float: left;
  top: 0;
  width: 100%;
}
body#tinymce.mce-content-body .size-full:after,
body#tinymce .post .size-full:after,
body#blog.mce-content-body .size-full:after,
body#blog .post .size-full:after {
  background: #f00;
  bottom: 0;
  content: "";
  height: 100px;
  position: absolute;
  width: 100%;
}
body#tinymce.mce-content-body .comm_date,
body#tinymce .post .comm_date,
body#blog.mce-content-body .comm_date,
body#blog .post .comm_date {
  background: #267aea !important;
  border-radius: 50%;
  color: #fff;
  height: 85px;
  right: 20px;
  top: -45px;
  width: 85px;
  box-shadow: 0px 0px 40px -6px #000;
}
body#tinymce.mce-content-body .comm_date .data,
body#tinymce .post .comm_date .data,
body#blog.mce-content-body .comm_date .data,
body#blog .post .comm_date .data {
  font-weight: lighter;
  margin-left: 0;
  padding-top: 16px;
}
body#tinymce.mce-content-body .comm_date .j,
body#tinymce .post .comm_date .j,
body#blog.mce-content-body .comm_date .j,
body#blog .post .comm_date .j {
  font-size: 29px;
  font-weight: bold;
}
body#tinymce.mce-content-body .comm_date .my,
body#tinymce .post .comm_date .my,
body#blog.mce-content-body .comm_date .my,
body#blog .post .comm_date .my {
  font-size: 12px;
}
body#tinymce.mce-content-body .comm_date .nr_comm,
body#tinymce .post .comm_date .nr_comm,
body#blog.mce-content-body .comm_date .nr_comm,
body#blog .post .comm_date .nr_comm {
  display: none;
}
body#tinymce.mce-content-body h1,
body#tinymce.mce-content-body h2,
body#tinymce.mce-content-body h3,
body#tinymce .post h1,
body#tinymce .post h2,
body#tinymce .post h3,
body#blog.mce-content-body h1,
body#blog.mce-content-body h2,
body#blog.mce-content-body h3,
body#blog .post h1,
body#blog .post h2,
body#blog .post h3 {
  color: #060e25;
}
body#tinymce.mce-content-body h1,
body#tinymce.mce-content-body h2,
body#tinymce .post h1,
body#tinymce .post h2,
body#blog.mce-content-body h1,
body#blog.mce-content-body h2,
body#blog .post h1,
body#blog .post h2 {
  font-weight: 500;
  font-size: 22px;
  line-height: 34px;
}
body#tinymce.mce-content-body h1 .left-quote:before,
body#tinymce.mce-content-body h2 .left-quote:before,
body#tinymce .post h1 .left-quote:before,
body#tinymce .post h2 .left-quote:before,
body#blog.mce-content-body h1 .left-quote:before,
body#blog.mce-content-body h2 .left-quote:before,
body#blog .post h1 .left-quote:before,
body#blog .post h2 .left-quote:before {
  content: '\201C';
  padding: 0;
}
body#tinymce.mce-content-body h1 .right-quote:after,
body#tinymce.mce-content-body h2 .right-quote:after,
body#tinymce .post h1 .right-quote:after,
body#tinymce .post h2 .right-quote:after,
body#blog.mce-content-body h1 .right-quote:after,
body#blog.mce-content-body h2 .right-quote:after,
body#blog .post h1 .right-quote:after,
body#blog .post h2 .right-quote:after {
  content: '\201D';
  padding: 0;
}
body#tinymce.mce-content-body h1 a,
body#tinymce.mce-content-body h2 a,
body#tinymce .post h1 a,
body#tinymce .post h2 a,
body#blog.mce-content-body h1 a,
body#blog.mce-content-body h2 a,
body#blog .post h1 a,
body#blog .post h2 a {
  color: #060e25;
  text-decoration: none;
}
body#tinymce.mce-content-body h2,
body#tinymce .post h2,
body#blog.mce-content-body h2,
body#blog .post h2 {
  border-bottom: none;
}
body#tinymce.mce-content-body h2 a,
body#tinymce .post h2 a,
body#blog.mce-content-body h2 a,
body#blog .post h2 a {
  font-size: 22px;
}
body#tinymce.mce-content-body h3,
body#tinymce .post h3,
body#blog.mce-content-body h3,
body#blog .post h3 {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 15px;
}
body#tinymce.mce-content-body h1,
body#tinymce .post h1,
body#blog.mce-content-body h1,
body#blog .post h1 {
  color: #267AEA;
  font-size: 24px;
}
body#tinymce.mce-content-body h1 a,
body#tinymce .post h1 a,
body#blog.mce-content-body h1 a,
body#blog .post h1 a {
  color: #267AEA;
  font-size: 24px;
}
body#tinymce.mce-content-body p,
body#tinymce .post p,
body#blog.mce-content-body p,
body#blog .post p {
  color: #67676f;
  font-size: 14px;
  font-weight: 400;
}
body#tinymce.mce-content-body ul,
body#tinymce .post ul,
body#blog.mce-content-body ul,
body#blog .post ul {
  margin: 15px 4px;
}
body#tinymce.mce-content-body ul li,
body#tinymce .post ul li,
body#blog.mce-content-body ul li,
body#blog .post ul li {
  color: #67676f;
  font-size: 14px;
  list-style: none;
  padding: 12px 0;
}
body#tinymce.mce-content-body ul li:before,
body#tinymce .post ul li:before,
body#blog.mce-content-body ul li:before,
body#blog .post ul li:before {
  color: #1177fd;
  content: "\f10c";
  font-family: FontAwesome;
  font-size: 12px;
  padding-right: 15px;
}
body#tinymce.mce-content-body blockquote,
body#tinymce .post blockquote,
body#blog.mce-content-body blockquote,
body#blog .post blockquote {
  border-left: 3px solid #f49f4e;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
  margin-left: 15px;
  padding-left: 20px;
  text-align: left;
}
body#tinymce.mce-content-body blockquote a,
body#tinymce .post blockquote a,
body#blog.mce-content-body blockquote a,
body#blog .post blockquote a {
  color: #f49f4e;
}
body#tinymce.mce-content-body .cat_tags,
body#tinymce .post .cat_tags,
body#blog.mce-content-body .cat_tags,
body#blog .post .cat_tags {
  display: none;
}
body#tinymce.mce-content-body .cat_tags_close,
body#tinymce .post .cat_tags_close,
body#blog.mce-content-body .cat_tags_close,
body#blog .post .cat_tags_close {
  display: none;
}
body#tinymce.mce-content-body .social-links,
body#tinymce .post .social-links,
body#blog.mce-content-body .social-links,
body#blog .post .social-links {
  bottom: 35px;
  clear: both;
  min-height: 0;
  position: absolute;
  right: 35px;
}
body#tinymce.mce-content-body .social-links .fa,
body#tinymce .post .social-links .fa,
body#blog.mce-content-body .social-links .fa,
body#blog .post .social-links .fa {
  background: #dfe0e2;
  border-radius: 50%;
  color: #fff;
  font-size: 17px;
  height: 34px;
  line-height: 34px;
  margin-left: 8px;
  position: relative;
  text-align: center;
  width: 34px;
}
body#tinymce.mce-content-body .social-links .fa:hover,
body#tinymce .post .social-links .fa:hover,
body#blog.mce-content-body .social-links .fa:hover,
body#blog .post .social-links .fa:hover {
  background: #4f95c9;
  text-decoration: none;
}
body#tinymce.mce-content-body .social-links .fa.twitter,
body#tinymce .post .social-links .fa.twitter,
body#blog.mce-content-body .social-links .fa.twitter,
body#blog .post .social-links .fa.twitter {
  font-size: 19px;
}
body#tinymce.mce-content-body .social-links .fa.linkedin,
body#tinymce .post .social-links .fa.linkedin,
body#blog.mce-content-body .social-links .fa.linkedin,
body#blog .post .social-links .fa.linkedin {
  font-size: 18px;
}
body#tinymce.mce-content-body .social-links .fa > span,
body#tinymce .post .social-links .fa > span,
body#blog.mce-content-body .social-links .fa > span,
body#blog .post .social-links .fa > span {
  background: #56595e;
  border-radius: 30px;
  color: #fff;
  display: none;
  font-size: 14px;
  height: auto;
  transform: translateX(-41%);
  line-height: 34px;
  padding: 0 20px;
  position: absolute;
  text-align: center;
  top: -50px;
  white-space: nowrap;
}
body#tinymce.mce-content-body .social-links .fa:hover > span,
body#tinymce .post .social-links .fa:hover > span,
body#blog.mce-content-body .social-links .fa:hover > span,
body#blog .post .social-links .fa:hover > span {
  display: block;
}
body#tinymce.mce-content-body .social-links .fa > span::after,
body#tinymce .post .social-links .fa > span::after,
body#blog.mce-content-body .social-links .fa > span::after,
body#blog .post .social-links .fa > span::after {
  bottom: -4px;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 4px solid #56595e;
}
body#tinymce.mce-content-body .read-more,
body#tinymce .post .read-more,
body#blog.mce-content-body .read-more,
body#blog .post .read-more {
  background: #e9e9e9;
  border-radius: 3px;
  color: #000;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 54px;
  padding: 0 73px 0 20px;
  position: relative;
  text-decoration: none;
}
body#tinymce.mce-content-body .read-more::after,
body#tinymce .post .read-more::after,
body#blog.mce-content-body .read-more::after,
body#blog .post .read-more::after {
  background: #f49f4e;
  border-radius: 0 3px 3px 0;
  color: #fff;
  content: "\f054";
  display: inline-block;
  font-family: FontAwesome;
  line-height: 54px;
  position: absolute;
  right: 0;
  text-align: center;
  width: 43px;
}
body#tinymce .tier-blog .content-wrapper #content-sidebar,
body#blog .tier-blog .content-wrapper #content-sidebar {
  margin: 0;
  padding: 0;
  width: 240px;
}
body#tinymce .tier-blog .content-wrapper #content-sidebar .content-sidebar,
body#blog .tier-blog .content-wrapper #content-sidebar .content-sidebar {
  padding: 60px 0 0;
}
body#tinymce .tier-blog .content-wrapper #content-sidebar .sidebar-box,
body#blog .tier-blog .content-wrapper #content-sidebar .sidebar-box {
  margin-bottom: 40px;
}
body#tinymce .tier-blog .content-wrapper #content-sidebar .sidebar-box .textwidget,
body#blog .tier-blog .content-wrapper #content-sidebar .sidebar-box .textwidget {
  padding: 0;
  margin-left: 0;
  margin-right: 0;
  width: auto;
}
body#tinymce .tier-blog .content-wrapper #content-sidebar .sidebar-box .search_google_form,
body#blog .tier-blog .content-wrapper #content-sidebar .sidebar-box .search_google_form {
  background: #fff;
  height: 44px;
}
body#tinymce .tier-blog .content-wrapper #content-sidebar .sidebar-box .search_google_form input[type=text],
body#blog .tier-blog .content-wrapper #content-sidebar .sidebar-box .search_google_form input[type=text] {
  background: #fff;
  border: none;
  font-size: 14px;
  height: 26px;
  line-height: 26px;
  margin: 6px 0 0 20px;
  outline: none;
  width: 165px;
}
body#tinymce .tier-blog .content-wrapper #content-sidebar .sidebar-box .search_google_form input[type=text]::-webkit-input-placeholder,
body#blog .tier-blog .content-wrapper #content-sidebar .sidebar-box .search_google_form input[type=text]::-webkit-input-placeholder {
  color: transparent;
}
body#tinymce .tier-blog .content-wrapper #content-sidebar .sidebar-box .search_google_form input[type=text]::-webkit-input-placeholder::before,
body#blog .tier-blog .content-wrapper #content-sidebar .sidebar-box .search_google_form input[type=text]::-webkit-input-placeholder::before {
  color: #aaa;
  content: "Search";
}
body#tinymce .tier-blog .content-wrapper #content-sidebar .sidebar-box .search_google_form input[type=submit],
body#blog .tier-blog .content-wrapper #content-sidebar .sidebar-box .search_google_form input[type=submit] {
  background: none;
  border: none;
  color: #666666;
  float: right;
  font-family: FontAwesome;
  font-size: 14px;
  margin: 0;
  padding: 15px 16px 15px 14px;
}
body#tinymce .tier-blog .content-wrapper #content-sidebar .sidebar-box h3,
body#blog .tier-blog .content-wrapper #content-sidebar .sidebar-box h3 {
  background: none;
  font-size: 20px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
  margin: 0 0 14px;
  padding: 0;
}
body#tinymce .tier-blog .content-wrapper #content-sidebar .sidebar-box ul,
body#blog .tier-blog .content-wrapper #content-sidebar .sidebar-box ul {
  background: #fff;
  font-size: 20px;
  margin: 0;
  padding: 0 24px;
}
body#tinymce .tier-blog .content-wrapper #content-sidebar .sidebar-box ul,
body#blog .tier-blog .content-wrapper #content-sidebar .sidebar-box ul {
  background: #fff;
  font-size: 20px;
  margin: 0;
  padding: 24px;
}
body#tinymce .tier-blog .content-wrapper #content-sidebar .sidebar-box ul li,
body#blog .tier-blog .content-wrapper #content-sidebar .sidebar-box ul li {
  border: none;
  display: none;
  font-size: 14px;
  margin: 0;
  padding: 24px 0 0;
}
body#tinymce .tier-blog .content-wrapper #content-sidebar .sidebar-box ul li:first-child,
body#blog .tier-blog .content-wrapper #content-sidebar .sidebar-box ul li:first-child {
  padding: 0;
}
body#tinymce .tier-blog .content-wrapper #content-sidebar .sidebar-box ul li:nth-child(-n+10),
body#blog .tier-blog .content-wrapper #content-sidebar .sidebar-box ul li:nth-child(-n+10) {
  display: block;
}
body#tinymce .tier-blog .content-wrapper #content-sidebar .sidebar-box .twitter-follow,
body#blog .tier-blog .content-wrapper #content-sidebar .sidebar-box .twitter-follow {
  background: #05c0ed;
  color: #fff;
  display: block;
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 400;
  height: 62px;
  line-height: 62px;
  padding-right: 32px;
  position: relative;
  text-align: right;
  text-decoration: none;
}
body#tinymce .tier-blog .content-wrapper #content-sidebar .sidebar-box .twitter-follow:before,
body#blog .tier-blog .content-wrapper #content-sidebar .sidebar-box .twitter-follow:before {
  background: #fff;
  border-radius: 50%;
  color: #05c0ed;
  content: "\f099";
  display: block;
  font-family: FontAwesome;
  font-size: 20px;
  height: 36px;
  line-height: 36px;
  left: 20px;
  position: absolute;
  text-align: center;
  top: 15px;
  width: 36px;
}
