html {
  margin: 0;
  padding: 0;
  border: 0;
}

.bp-reset-element, body, h1, h2, h3, h4, h5, h6, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, blockquote, q, th, td, caption, table,
div, span, object, iframe, p,
pre, a, abbr, acronym, address,
code, del, dfn, em, img,
dl, dt, dd, ol, ul, li, fieldset,
form, label, legend,
caption, tbody, tfoot, thead, tr {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

blockquote, q {
  quotes: "" "";
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

th, td, caption {
  float: none !important;
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}

a img {
  border: none;
}

body {
  min-width: 1180px;
  font: normal 13px/18px Helvetica, Arial, sans-serif;
  background: #012148;
  color: white;
}

a {
  color: #006e96;
  text-decoration: none;
}
a:visited {
  color: #006e96;
  text-decoration: none;
}
a:hover, a:active {
  color: #006e96;
  text-decoration: underline;
}

#accessibility-nav, .hide {
  position: absolute;
  top: -999em;
  left: -999em;
  height: 1px;
  width: 1px;
}

a.ir span {
  cursor: pointer;
}

.container {
  width: 945px;
  position: relative;
  margin: 0 auto;
}

strong {
  font-weight: bold;
}

.ir-t {
  display: block;
  position: relative;
  overflow: hidden;
  text-indent: -999em;
  font-size: 1em;
}

.ir-t a {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.ir-t a span {
  cursor: pointer;
}

ul, ol {
  list-style: none;
}

h2 {
  font-family: "Proxima N W15 Bold";
  color: #DB720D;
  margin-bottom: 1.3em;
  line-height: 1em;
  font-size: 30px;
}

a.button {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  background-color: #FFB900;
  background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #ff8400), color-stop(15%, #ff9600), color-stop(100%, #ffb900));
  background: -webkit-linear-gradient(bottom, #ff8400, #ff9600 15%, #ffb900);
  background: -moz-linear-gradient(bottom, #ff8400, #ff9600 15%, #ffb900);
  background: -o-linear-gradient(bottom, #ff8400, #ff9600 15%, #ffb900);
  background: linear-gradient(bottom, #ff8400, #ff9600 15%, #ffb900);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.28), 2px 3px 6px rgba(0, 0, 0, 0.25), inset 0 0 9px rgba(255, 255, 255, 0.15);
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.28), 2px 3px 6px rgba(0, 0, 0, 0.25), inset 0 0 9px rgba(255, 255, 255, 0.15);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.28), 2px 3px 6px rgba(0, 0, 0, 0.25), inset 0 0 9px rgba(255, 255, 255, 0.15);
  border: solid 1px #BA6300;
  text-decoration: none;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.25);
  font-family: "DIN Next W01 Medium";
  font-size: 20px;
  text-align: center;
}
a.button span {
  line-height: 57px;
  color: #a73700;
}
a.button span.bridge_text {
  font-family: "Baskerville W01 Italic";
  font-size: 18px;
}

.emphasis {
  font-weight: bold;
  font-style: italic;
}

.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

input {
  line-height: 40px;
}

input, textarea {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background-color: #FFFFFF;
  -webkit-box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.1);
  border: solid 3px #8BCAEF;
  font-size: 14px;
  color: #333333;
  line-height: 1em;
}
input[type=text], input[type=email], input[type=password], textarea[type=text], textarea[type=email], textarea[type=password] {
  padding: 13px 5px;
}
input[type=submit], textarea[type=submit] {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  background-color: #FFB900;
  background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #ff8400), color-stop(15%, #ff9600), color-stop(100%, #ffb900));
  background: -webkit-linear-gradient(bottom, #ff8400, #ff9600 15%, #ffb900);
  background: -moz-linear-gradient(bottom, #ff8400, #ff9600 15%, #ffb900);
  background: -o-linear-gradient(bottom, #ff8400, #ff9600 15%, #ffb900);
  background: linear-gradient(bottom, #ff8400, #ff9600 15%, #ffb900);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.28), 2px 3px 6px rgba(0, 0, 0, 0.25), inset 0 0 9px rgba(255, 255, 255, 0.15);
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.28), 2px 3px 6px rgba(0, 0, 0, 0.25), inset 0 0 9px rgba(255, 255, 255, 0.15);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.28), 2px 3px 6px rgba(0, 0, 0, 0.25), inset 0 0 9px rgba(255, 255, 255, 0.15);
  border: solid 1px #BA6300;
  text-decoration: none;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.25);
  font-family: "DIN Next W01 Medium";
  font-size: 20px;
  text-align: center;
  color: #a73700;
  padding: 0.5em 0 0.5em 0;
}
input[type=submit] span, textarea[type=submit] span {
  line-height: 57px;
  color: #a73700;
}
input[type=submit] span.bridge_text, textarea[type=submit] span.bridge_text {
  font-family: "Baskerville W01 Italic";
  font-size: 18px;
}

textarea {
  padding: 5px;
}

label {
  display: block;
  margin-bottom: 5px;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 100;
}
label.required {
  font-weight: normal;
}

header {
  position: relative;
  height: 103px;
}
header .site-name {
  position: absolute;
  top: 13px;
  left: -3px;
  width: 148px;
  height: 31px;
  background: url('../images/public/nav-logo.png?1379317158');
  background-repeat: no-repeat;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  header .site-name {
    /* on retina, use image that's scaled by 2 */
    background-image: url('../images/public/nav-logo@2x.png?1379317158');
    background-size: 144px 28px;
  }
}

nav ul {
  float: right;
  padding-bottom: 12px;
  padding-right: 10px;
}
nav li {
  float: left;
  list-style-type: none;
  font-family: "DIN Next W01 Regular";
}
nav li a, nav li a:visited, nav li a:hover {
  text-decoration: none;
  color: white;
}
nav li a {
  display: block;
  padding: 20px 19px 10px 19px;
  text-transform: uppercase;
  outline: none !important;
  font-size: 15px;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.25);
}
nav li a span {
  display: block;
}
nav li a.active, nav li a:hover {
  background: url('../images/public/active-page-marker.png?1379317158') 50% -33px no-repeat;
}
body.page-homepage nav li.home a {
  background: url('../images/public/active-page-marker.png?1379317158') 50% -33px no-repeat;
}
body.page-tour nav li.tour a {
  background: url('../images/public/active-page-marker.png?1379317158') 50% -33px no-repeat;
}
body.page-blog nav li.blog a {
  background: url('../images/public/active-page-marker.png?1379317158') 50% -33px no-repeat;
}
body.page-contact nav li.contact a {
  background: url('../images/public/active-page-marker.png?1379317158') 50% -33px no-repeat;
}
nav ul.app {
  margin-top: 10px;
  padding-bottom: 0;
  padding-right: 0;
  background-color: #08325f;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.4);
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #01162e), color-stop(100%, #093973));
  background-image: -webkit-linear-gradient(bottom, #01162e, #093973);
  background-image: -moz-linear-gradient(bottom, #01162e, #093973);
  background-image: -o-linear-gradient(bottom, #01162e, #093973);
  background-image: linear-gradient(bottom, #01162e, #093973);
}
nav ul.app .signup a {
  color: #ffc537;
}
nav ul.app .signup a span {
  border-right: 1px solid #062345;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  nav ul.app .signup a span {
    border-width: 0;
    -webkit-box-shadow: 1px 0 2px -1px #062345;
    -moz-box-shadow: 1px 0 2px -1px #062345;
    box-shadow: 1px 0 2px -1px #062345;
  }
}
nav ul.app .login a span {
  border-left: 1px solid #154175;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  nav ul.app .login a span {
    margin-left: 1px;
    border-width: 0;
    -webkit-box-shadow: -1px 0 2px -1px #154175;
    -moz-box-shadow: -1px 0 2px -1px #154175;
    box-shadow: -1px 0 2px -1px #154175;
  }
}
nav ul.app .signup, nav ul.app .login {
  margin-top: -10px;
}
nav ul.app .signup a, nav ul.app .login a {
  padding: 10px 0 0 0;
}
nav ul.app .signup a span, nav ul.app .login a span {
  padding: 10px 10px 8px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#main-wrapper {
  background: #01234a url('../images/public/main-wrapper.png?1379317158') repeat-x;
}

#main {
  background: url('../images/public/bg_main.jpg?1379317158') top center no-repeat;
}
#main .container {
  padding-bottom: 20px;
}

#footer-wrapper {
  clear: both;
  border-top: 1px solid #094378;
  background: #012148 url('../images/public/footer-wrapper.png?1379317158') repeat-x;
}

section.fancy_page {
  width: 945px;
}
section.fancy_page .top {
  background: transparent url('../images/public/fancy_page-top.png?1379317158') no-repeat;
  height: 134px;
}
section.fancy_page .top .banner {
  position: relative;
  top: -36px;
  background: transparent url('../images/public/fancy_page-ribbon.png?1379317158') no-repeat;
  height: 77px;
  width: 536px;
  margin: 0 auto;
}
section.fancy_page .top .banner h1 {
  width: 350px;
  margin: 0 auto;
  text-align: center;
  font-size: 32px;
  line-height: 60px;
  color: #a73700;
  font-family: "Proxima N W15 Bold";
  text-shadow: 1px 1px rgba(255, 255, 255, 0.25);
}
section.fancy_page .top .banner h1 span {
  font-family: "Baskerville W01 Italic";
  font-size: 28px;
  padding: 0 5px 0 2px;
}
section.fancy_page .top .subtitle {
  text-align: center;
  font-family: Georgia;
  font-size: 16px;
  font-style: italic;
  color: #666;
  margin-top: -10px;
}
section.fancy_page .middle {
  background: #FFFFFF;
  min-height: 400px;
  padding: 0 40px 20px 40px;
  *zoom: 1;
}
section.fancy_page .middle:after {
  content: "";
  display: table;
  clear: both;
}
section.fancy_page .bottom {
  height: 30px;
  background: transparent url('../images/public/fancy_page-bottom.png?1379317158') no-repeat;
}

body footer {
  background: url('../images/public/bg_footer.png?1379317158') no-repeat center top;
}
body footer .container {
  padding: 18px 0;
}
body footer a, body footer a:hover, body footer a:visited {
  color: white;
}
body footer .double-wide {
  float: left;
  width: 540px;
}
body footer .double-wide h2 {
  float: left;
  width: 142px;
  height: 46px;
  margin-top: 2px;
  background: url('../images/public/dwl-logo.png?1379317158') no-repeat;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  body footer .double-wide h2 {
    /* on retina, use image that's scaled by 2 */
    background-image: url('../images/public/dwl-logo@2x.png?1379317158');
    background-size: 141px 45px;
  }
}
body footer .double-wide p {
  margin-left: 160px;
  font-family: "Georgia";
  font-style: italic;
}
body footer .vcard {
  float: right;
  width: 350px;
}
body footer .vcard li {
  list-style-type: none;
}
body footer .vcard li li {
  float: left;
  padding-left: 8px;
  margin-left: 7px;
  border-left: 1px solid #6fb59e;
}
body footer .vcard li li.first {
  padding: 0;
  margin: 0;
  border: none;
}
body footer .copyright {
  font-size: 12px;
  clear: left;
  padding-left: 160px;
  padding-top: 36px;
}

body.home header {
  height: 69px;
}
body.home h1 {
  text-align: center;
  font-family: "Proxima N W15 Bold";
  font-size: 72px;
  line-height: 1.2em;
  letter-spacing: -1px;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5);
}
body.home h3 {
  text-align: center;
  font-family: "DIN Next W01 Medium";
  font-size: 18px;
  line-height: 18px;
}
body.home h3 span {
  color: #FFC531;
}
body.home p {
  font-family: "Helvetica";
  color: #333333;
}
body.home #main .container {
  padding: 0;
}
body.home #hero {
  margin-top: 20px;
  padding-bottom: 0px;
  width: 1180px;
}
body.home .container p {
  color: white;
}
body.home .container #stripe_text {
  font-family: "Helvetica Neue";
  font-size: 13px;
  float: left;
  position: absolute;
  width: 150px;
  top: 384px;
  left: 127px;
  text-align: right;
}
body.home .container #stripe_text a {
  color: #FFC531;
}
body.home .container #take_the_tour {
  position: absolute;
  top: 370px;
  left: 900px;
}
body.home .container #take_the_tour .button {
  display: block;
  width: 160px;
}
body.home .container #take_the_tour a {
  color: #FFC531;
}
body.home .container #take_the_tour p {
  text-align: center;
  padding-top: 20px;
}
body.home .container #take_the_tour p#trial_days {
  font-size: 12px;
  font-style: italic;
  font-weight: 40;
  color: #FFFFFF;
  padding-top: 5px;
}
body.home .container #testimonials {
  background: #F7FBFF;
  background: -ms-linear-gradient(bottom, #f1f5f8, #f7fbff);
  background: -moz-linear-gradient(bottom, #f1f5f8, #f7fbff);
  background: linear-gradient(bottom, #f1f5f8, #f7fbff);
  position: relative;
  margin-top: 446px;
  padding-top: 60px;
}
body.home .container #testimonials #user_opinions {
  width: 945px;
  height: 104px;
  margin: 0 auto;
  padding-top: 20px;
}
body.home .container #testimonials #user_opinions p {
  margin: 0 20px 0 70px;
  font-family: Georgia;
  font-style: italic;
  color: #666666;
}
body.home .container #testimonials #user_opinions p.user_name {
  margin-top: 7px;
  font-style: normal;
}
body.home .container #testimonials #user_opinions ul {
  list-style: none;
}
body.home .container #testimonials #user_opinions #first_opinion {
  float: left;
  width: 40%;
  background: url('../images/public/home_page/uncrate.png?1420465771') top left no-repeat;
  min-height: 59px;
}
body.home .container #testimonials #user_opinions #second_opinion {
  float: left;
  width: 40%;
  border-right: solid 1px #9e9e9e;
  background: url('../images/public/home_page/austin_gravatar.png?1420465109') top left no-repeat;
}
body.home .container #testimonials #user_opinions #keep_in_touch {
  float: right;
  width: 18%;
}
body.home .container #testimonials #user_opinions #keep_in_touch p {
  margin: 0 auto 14px auto;
  font-size: 16px;
  font-style: normal;
  font-family: "Baskerville W01 Medium";
  color: #9e9e9e;
}
body.home .container #testimonials #user_opinions #keep_in_touch li {
  float: left;
}
body.home .container #testimonials #user_opinions #keep_in_touch li#twitter a {
  background: url('../images/public/home_page/twitter.png?1379317158') no-repeat;
  display: block;
  width: 31px;
  height: 26px;
}
body.home .container #testimonials #user_opinions #keep_in_touch li#facebook {
  margin: 0 38px;
}
body.home .container #testimonials #user_opinions #keep_in_touch li#facebook a {
  background: url('../images/public/home_page/facebook.png?1379317158') no-repeat;
  display: block;
  width: 25px;
  height: 26px;
}
body.home .container #testimonials #user_opinions #keep_in_touch li#rss a {
  background: url('../images/public/home_page/rss.png?1379317158') no-repeat;
  display: block;
  width: 25px;
  height: 26px;
}
body.home .container #hero_background {
  position: absolute;
  top: 120px;
  height: 490px;
  width: 1180px;
  background: url('../images/public/home_page/bg_main.png?1379317158') top center no-repeat;
}
body.home .container_homepage {
  position: relative;
  width: 1180px;
  margin: 0 auto 20px auto;
}
body.home .container_homepage .features_showcase {
  background: #FFFFFF;
  min-height: 600px;
  padding-top: 50px;
  color: #666666;
  font-family: "Helvetica Neue";
  -webkit-box-shadow: inset 0px 2px 9px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 2px 9px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 2px 9px rgba(0, 0, 0, 0.1);
}
body.home .container_homepage .features_showcase h4 {
  text-align: center;
  font-family: Georgia;
  font-size: 16px;
  font-style: italic;
  font-weight: 100;
  margin-top: 5px;
}
body.home .container_homepage .features_showcase #features_title {
  margin: 0 auto;
  font-family: "Proxima N W15 Bold";
  font-size: 46px;
  line-height: 1em;
  color: #3896cb;
  text-align: center;
}
body.home .container_homepage .features_showcase #designed_to_impress {
  width: 970px;
  height: 303px;
  margin: 0 auto;
  padding-top: 70px;
  background: url('../images/public/home_page/designed_to_impress.jpg?1379317158') no-repeat;
  line-height: 22px;
}
body.home .container_homepage .features_showcase #designed_to_impress h2 {
  padding-left: 520px;
}
body.home .container_homepage .features_showcase #designed_to_impress p {
  padding-left: 520px;
  font-size: 16px;
  font-weight: 200;
}
body.home .container_homepage .features_showcase #a_pleasure_to_work_with {
  width: 970px;
  height: 300px;
  margin: 0 auto;
  padding-top: 100px;
  background: url('../images/public/home_page/a_pleasure.jpg?1379317158') no-repeat;
  line-height: 22px;
}
body.home .container_homepage .features_showcase #a_pleasure_to_work_with p {
  padding-right: 520px;
  font-size: 16px;
  font-weight: 200;
}
body.home .container_homepage .features_showcase #customer_service {
  width: 970px;
  height: 257px;
  margin: 0 auto;
  padding-top: 85px;
  background: url('../images/public/home_page/customer_service.jpg?1379317158') no-repeat;
  line-height: 22px;
}
body.home .container_homepage .features_showcase #customer_service h2 {
  font-size: 29px;
  padding-left: 520px;
}
body.home .container_homepage .features_showcase #customer_service p {
  padding-left: 520px;
  font-size: 16px;
  font-weight: 200;
}
body.home .container_homepage .features_showcase #paid_in_a_flash {
  width: 970px;
  height: 389px;
  margin: 0 auto;
  margin-top: 60px;
  padding-top: 15px;
  padding-left: 15px;
  background: url('../images/public/home_page/paid_in_a_flash.jpg?1379317158') no-repeat;
  line-height: 22px;
}
body.home .container_homepage .features_showcase #paid_in_a_flash h2 {
  width: 50%;
  margin-bottom: 0.8em;
}
body.home .container_homepage .features_showcase #paid_in_a_flash p {
  line-height: 22px;
  padding-right: 520px;
  font-size: 16px;
  font-weight: 200;
}
body.home .container_homepage .features_showcase #paid_in_a_flash ul {
  margin-top: 45px;
  padding-right: 520px;
}
body.home .container_homepage .features_showcase #paid_in_a_flash ul li {
  background: transparent 0 4px url('../images/public/common/checkmark.png?1379317158') no-repeat;
}
body.home .container_homepage .features_showcase #paid_in_a_flash ul li:last-child {
  font-size: 10px;
  background: none;
}
body.home .container_homepage .features_showcase #paid_in_a_flash span {
  display: block;
  padding-left: 20px;
}
body.home .container_homepage .features_showcase #buttons {
  width: 100%;
  height: 140px;
  -webkit-box-shadow: 0 -4px 9px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 -4px 9px rgba(0, 0, 0, 0.1);
  box-shadow: 0 -4px 9px rgba(0, 0, 0, 0.1);
}
body.home .container_homepage .features_showcase #buttons span.upercase_text {
  font-family: "DIN Next W01 Medium";
  font-size: 20px;
  text-transform: uppercase;
}
body.home .container_homepage .features_showcase #buttons span.bridge_text {
  font-family: "Baskerville W01 Italic";
  font-size: 18px;
}
body.home .container_homepage .features_showcase #buttons .button_area {
  width: 50%;
  height: 140px;
  float: left;
  position: relative;
}
body.home .container_homepage .features_showcase #buttons .button_area .button_container {
  float: left;
  position: absolute;
  top: 50%;
  margin-top: -30px;
}
body.home .container_homepage .features_showcase #buttons .button_area .button_container#left_container {
  margin-left: 112px;
  width: 460px;
}
body.home .container_homepage .features_showcase #buttons .button_area .button_container#right_container {
  margin-left: 40px;
  width: 445px;
}
body.home .container_homepage .features_showcase #buttons .button_area .button_background {
  top: 0;
  left: 0;
  position: absolute;
  width: 320px;
  height: 60px;
  padding-left: 16px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  background-color: #f5f5f5;
  -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.05);
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #f5f5f5), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(bottom, #f5f5f5, #eeeeee);
  background-image: -moz-linear-gradient(bottom, #f5f5f5, #eeeeee);
  background-image: -o-linear-gradient(bottom, #f5f5f5, #eeeeee);
  background-image: linear-gradient(bottom, #f5f5f5, #eeeeee);
  line-height: 60px;
}
body.home .container_homepage .features_showcase #buttons a.button {
  position: absolute;
  top: 0;
  right: 0;
}
body.home .container_homepage .features_showcase #buttons a.button.take_the_tour {
  width: 214px;
}
body.home .container_homepage .features_showcase #buttons a.button.sign_up {
  width: 162px;
}
body.home div.ios-hero-background {
  background: url('../images/public/home_page/mobile-landing-screen.png?1420465109') no-repeat scroll center top rgba(0, 0, 0, 0);
  height: 570px;
  position: relative;
  z-index: 1;
  width: 100% !important;
}
body.home .landing-page-hero {
  width: 100% !important;
}
body.home .landing-page-hero h1 {
  font-size: 44px !important;
  margin-top: 38px;
  margin-bottom: 10px;
  font-weight: normal;
  font-family: "Proxima N W15 Reg";
  text-shadow: none !important;
}
body.home .landing-page-hero h3 {
  font-size: 21px;
  font-weight: normal;
  font-family: "Proxima N W15 Reg";
}
body.home .landing-page-hero #testimonials {
  text-align: center;
  height: 185px;
  margin-top: -52px;
  padding-bottom: 20px !important;
  padding-top: 55px !important;
  position: relative;
  text-align: center;
  z-index: 0;
}
body.home .landing-page-hero div#user_opinions {
  text-align: left;
}
body.home .landing-page-hero div#banner {
  margin-bottom: 42px !important;
}
body.home .btn-margin-right {
  margin-right: 30px;
}
body.home div.ios-hero-buttons div:first-child div#left_container {
  float: right !important;
  position: relative !important;
}

body.page-tour h2 {
  margin-bottom: 26px;
}
body.page-tour .middle {
  padding: 0;
}
body.page-tour #content {
  color: #333;
}
body.page-tour .feature:not(:first-child) {
  -webkit-box-shadow: 0 -3px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 -3px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 -3px 3px rgba(0, 0, 0, 0.1);
}
body.page-tour .feature {
  position: relative;
  padding: 40px 30px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans;
  line-height: 20px;
}
body.page-tour .feature ul {
  margin-top: 12px;
}
body.page-tour .feature ul li {
  margin-top: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body.page-tour .feature ul li h3 {
  font-weight: bold;
  margin-left: 60px;
}
body.page-tour .feature ul li a.handle {
  float: left;
  margin-left: 0;
}
body.page-tour .feature ul li p {
  margin-left: 60px;
}
body.page-tour .feature a.handle {
  position: relative;
}
body.page-tour .feature a.handle .loupe {
  position: absolute;
  top: -5px;
  left: -5px;
  content: "";
  background-image: url('../images/public/tour/loupe-icon.png?1379317158');
  background-size: 19px 19px;
  width: 19px;
  height: 19px;
  background-repeat: no-repeat;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  body.page-tour .feature a.handle .loupe {
    /* on retina, use image that's scaled by 2 */
    background-image: url('../images/public/tour/loupe-icon@2x.png?1379317158');
    background-size: 19px 19px;
  }
}
body.page-tour .feature#send-professional-invoices {
  background: url('../images/public/tour/feature-radial-right.png?1379317158') no-repeat bottom right, -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #f3f3f3), color-stop(100%, #ffffff));
  background: url('../images/public/tour/feature-radial-right.png?1379317158') no-repeat bottom right, -webkit-linear-gradient(bottom, #f3f3f3, #ffffff);
  background: url('../images/public/tour/feature-radial-right.png?1379317158') no-repeat bottom right, -moz-linear-gradient(bottom, #f3f3f3, #ffffff);
  background: url('../images/public/tour/feature-radial-right.png?1379317158') no-repeat bottom right, -o-linear-gradient(bottom, #f3f3f3, #ffffff);
  background: url('../images/public/tour/feature-radial-right.png?1379317158') no-repeat bottom right, linear-gradient(bottom, #f3f3f3, #ffffff);
  padding-right: 400px;
}
.no-cssgradients body.page-tour .feature#send-professional-invoices {
  background: url('../images/public/tour/feature-radial-right.png?1379317158') no-repeat bottom;
  border-bottom: 1px solid #ddd;
}
body.page-tour .feature#send-professional-invoices .bg {
  position: absolute;
  bottom: 0;
  right: -20px;
}
body.page-tour .feature#send-professional-invoices .bg a {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  display: block;
  width: 452px;
  height: 357px;
  background: url('../images/public/tour/feature-send-professional-invoices.png?1379317158') no-repeat 100% 100%;
}
body.page-tour .feature#send-professional-invoices ul {
  *zoom: 1;
}
body.page-tour .feature#send-professional-invoices ul:after {
  content: "";
  display: table;
  clear: both;
}
body.page-tour .feature#send-professional-invoices ul li {
  float: left;
  width: 240px;
  margin-right: 15px;
}
body.page-tour .feature#write-elegant-estimates {
  background: url('../images/public/tour/feature-radial-left.png?1379317158') no-repeat bottom left, -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #f3f3f3), color-stop(100%, #ffffff));
  background: url('../images/public/tour/feature-radial-left.png?1379317158') no-repeat bottom left, -webkit-linear-gradient(bottom, #f3f3f3, #ffffff);
  background: url('../images/public/tour/feature-radial-left.png?1379317158') no-repeat bottom left, -moz-linear-gradient(bottom, #f3f3f3, #ffffff);
  background: url('../images/public/tour/feature-radial-left.png?1379317158') no-repeat bottom left, -o-linear-gradient(bottom, #f3f3f3, #ffffff);
  background: url('../images/public/tour/feature-radial-left.png?1379317158') no-repeat bottom left, linear-gradient(bottom, #f3f3f3, #ffffff);
  padding-left: 450px;
}
.no-cssgradients body.page-tour .feature#write-elegant-estimates {
  background: url('../images/public/tour/feature-radial-left.png?1379317158') no-repeat bottom;
  border-bottom: 1px solid #ddd;
}
body.page-tour .feature#write-elegant-estimates .bg {
  position: absolute;
  bottom: 0;
  left: 15px;
}
body.page-tour .feature#write-elegant-estimates .bg a {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  display: block;
  width: 385px;
  height: 453px;
  background: url('../images/public/tour/feature-write-elegant-estimates.png?1379317158') no-repeat 100% 100%;
}
.lt-ie8 body.page-tour .feature#write-elegant-estimates li h3, .lt-ie8 body.page-tour .feature#write-elegant-estimates li p {
  position: relative;
  top: -20px;
}
body.page-tour .feature#stay-organized {
  background: url('../images/public/tour/feature-radial-right.png?1379317158') no-repeat bottom right, -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #f3f3f3), color-stop(100%, #ffffff));
  background: url('../images/public/tour/feature-radial-right.png?1379317158') no-repeat bottom right, -webkit-linear-gradient(bottom, #f3f3f3, #ffffff);
  background: url('../images/public/tour/feature-radial-right.png?1379317158') no-repeat bottom right, -moz-linear-gradient(bottom, #f3f3f3, #ffffff);
  background: url('../images/public/tour/feature-radial-right.png?1379317158') no-repeat bottom right, -o-linear-gradient(bottom, #f3f3f3, #ffffff);
  background: url('../images/public/tour/feature-radial-right.png?1379317158') no-repeat bottom right, linear-gradient(bottom, #f3f3f3, #ffffff);
  padding-right: 400px;
}
.no-cssgradients body.page-tour .feature#stay-organized {
  background: url('../images/public/tour/feature-radial-right.png?1379317158') no-repeat bottom;
  border-bottom: 1px solid #ddd;
}
body.page-tour .feature#stay-organized .bg {
  position: absolute;
  bottom: 0;
  right: 15px;
}
body.page-tour .feature#stay-organized .bg a {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  display: block;
  width: 384px;
  height: 350px;
  background: url('../images/public/tour/feature-stay-organized.png?1379317158') no-repeat 100% 100%;
}
body.page-tour .feature#stay-organized ul {
  *zoom: 1;
}
body.page-tour .feature#stay-organized ul:after {
  content: "";
  display: table;
  clear: both;
}
body.page-tour .feature#stay-organized ul li {
  float: left;
  width: 240px;
  margin-right: 15px;
}
body.page-tour .feature#get-paid-with-stripe {
  background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #fefbd7), color-stop(100%, #fffeed));
  background: -webkit-linear-gradient(bottom, #fefbd7, #fffeed);
  background: -moz-linear-gradient(bottom, #fefbd7, #fffeed);
  background: -o-linear-gradient(bottom, #fefbd7, #fffeed);
  background: linear-gradient(bottom, #fefbd7, #fffeed);
  padding-left: 400px;
  padding-bottom: 10px;
}
body.page-tour .feature#get-paid-with-stripe .bg {
  position: absolute;
  bottom: 0;
  bottom: 40px;
  left: -20px;
}
body.page-tour .feature#get-paid-with-stripe .bg a {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  display: block;
  width: 410px;
  height: 380px;
  background: url('../images/public/tour/feature-get-paid-with-stripe.png?1379317158') no-repeat 100% 100%;
}
body.page-tour .feature#get-paid-with-stripe h2 em {
  font-style: italic;
}
body.page-tour .feature#get-paid-with-stripe ul {
  *zoom: 1;
}
body.page-tour .feature#get-paid-with-stripe ul:after {
  content: "";
  display: table;
  clear: both;
}
body.page-tour .feature#get-paid-with-stripe ul li {
  float: left;
  width: 240px;
  margin-right: 15px;
}
body.page-tour .feature#get-paid-with-stripe p.footnote {
  padding-top: 10px;
  font-size: 11px;
}
body.page-tour .feature#summary {
  *zoom: 1;
}
body.page-tour .feature#summary:after {
  content: "";
  display: table;
  clear: both;
}
.no-cssgradients body.page-tour .feature#summary {
  border-top: 1px solid #ddd;
}
body.page-tour .feature#summary h2 span {
  text-transform: uppercase;
  font-family: "Proxima N W15 Reg";
  font-size: 17px;
  color: #999;
}
body.page-tour .feature#summary h2 span strong {
  color: #666;
}
body.page-tour .feature#summary ul.unlimited, body.page-tour .feature#summary ul.included {
  float: left;
  margin-right: 20px;
}
body.page-tour .feature#summary ul.unlimited li, body.page-tour .feature#summary ul.included li {
  border-bottom: 1px solid #c1c1c1;
  line-height: 30px;
  margin: 0;
}
body.page-tour .feature#summary ul.unlimited li i.icon-li.icon-ok, body.page-tour .feature#summary ul.included li i.icon-li.icon-ok {
  color: #f79d09;
  text-shadow: 1px 1px 1px rgba(51, 51, 51, 0.3);
}
body.page-tour .feature#summary ul.unlimited li {
  font-weight: bold;
}
body.page-tour .feature#summary a.button {
  font-size: 22px;
  padding: 13px 40px;
  margin-left: 100px;
}
body.page-tour .feature#summary a.button span {
  font-size: 20px;
}
body.page-tour .feature#summary p {
  font-family: Georgia;
  font-size: 12px;
  font-style: italic;
  margin: 10px 50px 0 505px;
  text-align: center;
}
body.page-tour #fancybox-title-over {
  position: absolute;
  background: #141414;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75;
  bottom: 0;
  color: white;
  padding: 20px;
  left: 0;
  right: 0;
}
body.page-tour #fancybox-title-over #fancybox_title {
  display: block;
  margin-bottom: 8px;
}
body.page-tour #fancybox-title-over.stripe_lightbox {
  background: url('../images/public/tour/stripe_lightbox.png?1379317158') repeat-x;
}

body .blog .entry-content p {
  margin-bottom: 1.4em;
}
body .blog .entry-content ol ol {
  list-style: decimal;
}
body .blog .entry-content ol ol li {
  margin-left: 30px;
}
body .blog .entry-content ul {
  list-style: disc;
  margin-bottom: 1em;
}
body .blog .entry-content ul li {
  margin-left: 30px;
}
body .blog.page h1.entry-title {
  font-family: "Proxima N W15 Bold";
  color: #DB720D;
  margin-bottom: 1.3em;
  line-height: 1em;
  font-size: 30px;
}
body .blog.page h2 {
  font-family: "Proxima N W15 Bold";
  color: #DB720D;
  margin-bottom: 1.3em;
  line-height: 1em;
  margin-top: 1.3em;
  margin-bottom: 1em;
  font-size: 24px;
}
body .blog h1.page-title {
  border-bottom: 1px solid #9e9e9e;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
}
body .blog h1.page-title span {
  font-weight: bold;
}
body .blog section.fancy_page {
  width: 700px;
  float: left;
}
body .blog section.fancy_page .top {
  background: transparent url('../images/public/blog/fancy_page-top.png?1379317158') no-repeat;
  height: 90px;
}
body .blog section.fancy_page .middle {
  background: white url('../images/public/blog/fancy_page-top.png?1379317158') 0 -90px no-repeat;
  color: #666666;
}
body .blog section.fancy_page .middle .post_separator {
  margin: 40px auto;
  height: 20px;
  background: transparent top center url('../images/public/blog/post_separator.png?1379317158') no-repeat;
}
body .blog section.fancy_page .middle .post_separator:last-child {
  display: none;
}
body .blog section.fancy_page .middle .post h2 {
  margin-bottom: 10px;
}
body .blog section.fancy_page .middle #comments h3 {
  font-family: "Proxima N W15 Bold";
  color: #ff9700;
  font-size: 18px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  font-size: 24px;
  text-shadow: none;
  margin-bottom: 26px;
}
body .blog section.fancy_page .middle #comments p {
  margin-bottom: 10px;
}
body .blog section.fancy_page .middle #comments .comment-meta {
  margin-bottom: 5px;
  font-weight: bold;
  *zoom: 1;
}
body .blog section.fancy_page .middle #comments .comment-meta:after {
  content: "";
  display: table;
  clear: both;
}
body .blog section.fancy_page .middle #comments .comment-meta .comment-reply-link {
  font-weight: normal;
  float: right;
}
body .blog section.fancy_page .middle #comments .comment-content br {
  content: "";
}
body .blog section.fancy_page .middle #comments .comment-content br:after {
  content: "";
  display: block;
  padding-bottom: 0.5em;
}
body .blog section.fancy_page .middle #comments li.comment {
  border-bottom: 1px solid #9e9e9e;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
body .blog section.fancy_page .middle #comments li.comment ul.children {
  border-top: 1px solid #9e9e9e;
  clear: both;
  padding-top: 20px;
  padding-left: 40px;
}
body .blog section.fancy_page .middle #comments li.comment ul.children li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
body .blog section.fancy_page .middle #comments input[type=submit] {
  text-transform: uppercase;
  width: 193px;
}
body .blog section.fancy_page .middle .entry-meta {
  margin-bottom: 20px;
}
body .blog section.fancy_page .middle .entry-footer {
  margin-top: 25px;
}
body .blog section.fancy_page .middle .entry-footer .comments-link a {
  padding-right: 15px;
  background: transparent center right url('../images/public/blog/comments_link_arrow.png?1379317158') no-repeat;
}
body .blog section.fancy_page .middle .icon-long-arrow-right {
  color: #006E96;
}
body .blog section.fancy_page .middle #nav-below {
  margin-top: 30px;
}
body .blog section.fancy_page .middle #nav-below .nav-previous {
  float: left;
}
body .blog section.fancy_page .middle #nav-below .nav-next {
  float: right;
}
body .blog section.fancy_page .bottom {
  background: transparent url('../images/public/blog/fancy_page-bottom.png?1379317158') no-repeat;
}
body .blog aside {
  float: left;
  padding-top: 90px;
  width: 245px;
  /* Sidebar categories */
}
body .blog aside .section-categories, body .blog aside .widget_extended-categories {
  margin: 18px 0;
}
body .blog aside .section-categories h3, body .blog aside .widget_extended-categories h3 {
  margin: 0 0 8px 18px;
  width: 125px;
  height: 18px;
  font-family: "Proxima N W15 Bold";
  color: #ff9700;
  font-size: 18px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
body .blog aside .section-categories ul, body .blog aside .widget_extended-categories ul {
  border-bottom: 1px solid #4f78a8;
}
body .blog aside .section-categories li, body .blog aside .widget_extended-categories li {
  border-top: 1px solid #4f78a8;
  list-style: outside none none;
}
body .blog aside .section-categories a, body .blog aside .widget_extended-categories a {
  padding: 6px 5px 6px 20px;
  display: block;
  color: white;
  font-weight: 200;
}
body .blog aside #blog-subscribe {
  margin-left: 13px;
  width: 124px;
  height: 32px;
  font-family: "Proxima N W15 Bold";
  color: #ff9700;
  font-size: 18px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
body .blog aside #blog-subscribe .icon-stack .icon-stack-base {
  font-size: 1.5em;
}
body .blog aside #blog-subscribe .icon-stack .icon-rss {
  color: white;
  text-shadow: none;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  body.page-contact .middle {
    min-height: 914px;
  }
}
body.page-contact .half_column {
  float: left;
  color: #666666;
  margin-top: 30px;
}
body.page-contact #left_column {
  border-right: 3px double #cecece;
  width: 581px;
}
body.page-contact #left_column .wpcf7-form input {
  width: 386px;
}
body.page-contact #left_column .wpcf7-form textarea {
  width: 520px;
  margin-bottom: 15px;
}
body.page-contact #left_column .wpcf7-form #blinksale_id input {
  width: 304px;
}
body.page-contact #left_column .wpcf7-form input[type=submit] {
  text-transform: uppercase;
  width: 170px;
}
body.page-contact #left_column .wpcf7-form .wpcf7-not-valid-tip {
  position: static;
  border: none;
  padding: 2px 0 2px 0;
  display: block;
  font-weight: bold;
  color: red;
}
body.page-contact #right_column {
  width: 251px;
  padding: 20px 0 0 30px;
  font-weight: bold;
  font-family: Helvetica Neue;
  line-height: 1em;
}
body.page-contact #right_column #patrick_greeting {
  width: 250px;
  margin-top: 20px;
  margin-bottom: 30px;
  color: #666666;
  font-family: Georgia;
  font-style: italic;
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
}
body.page-contact #right_column li {
  *zoom: 1;
  font-size: 14px;
  line-height: 1em;
  margin-bottom: 5px;
}
body.page-contact #right_column li:after {
  content: "";
  display: table;
  clear: both;
}
body.page-contact #right_column li i {
  float: left;
}
body.page-contact #right_column li a {
  float: left;
  display: block;
  padding: 8px 0 0 0;
}
body.page-contact #right_column #support_phone i {
  margin-right: 12px;
}
body.page-contact #right_column #support_email i {
  margin-right: 10px;
  font-size: 26px;
  color: #CECECE;
}
body.page-contact #right_column #facebook i {
  margin-right: 10px;
}
body.page-contact #right_column #twitter i {
  margin-right: 10px;
}
body.page-contact #right_column .icon-phone, body.page-contact #right_column .icon-facebook-sign, body.page-contact #right_column .icon-twitter-sign {
  color: #CECECE;
  font-size: 30px;
}

body.page-api #content pre {
  overflow: auto;
  background-color: #eee;
  padding: 10px;
  font-family: Monaco, Consolas, Courier New, monospace;
  font-size: 11px;
  margin-bottom: 20px;
}
body.page-api #content em {
  font-style: italic;
}
body.page-api #content p.example {
  overflow: auto;
  background-color: #eee;
  padding: 10px;
  font-family: Monaco, Consolas, Courier New, monospace;
  font-size: 11px;
  white-space: pre;
}
body.page-api #content ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 20px;
}
