@import "font-awesome.min.css";
.ease {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.underline {
  text-decoration: underline;
}
.hidden-mobile,
.hidden-tablet,
.hidden-desktop {
  display: none !important;
}
.visible-mobile-block,
.visible-mobile-inline,
.visible-mobile-inline-block,
.visible-tablet-block,
.visible-tablet-inline,
.visible-tablet-inline-block,
.visible-desktop-block,
.visible-desktop-inline,
.visible-desktop-inline-block {
  display: none !important;
}
/* use 601 so that android 7" tablet gets mobile version */
@media (max-width: 601px) {
  .visible-mobile-block {
    display: block !important;
  }
}
@media (max-width: 601px) {
  .visible-mobile-inline {
    display: inline !important;
  }
}
@media (max-width: 601px) {
  .visible-mobile-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 601px) and (max-width: 768px) {
  .visible-tablet-block {
    display: block !important;
  }
}
@media (min-width: 601px) and (max-width: 768px) {
  .visible-tablet-inline {
    display: inline !important;
  }
}
@media (min-width: 601px) and (max-width: 768px) {
  .visible-tablet-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) {
  .visible-desktop-block {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .visible-desktop-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) {
  .visible-desktop-inline-block {
    display: inline-block !important;
  }
}
html,
button,
input,
select,
textarea {
  color: #fff;
  -webkit-text-size-adjust: none;
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
img {
  vertical-align: middle;
}
body {
  background-color: #fff;
  color: #333;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  margin: 0;
}
header {
  padding: 10px 10px 0;
}
header h1 {
  font-size: 32px;
  line-height: 38px;
  margin: 0;
  text-align: center;
}
header h1 .highlight {
  color: #3e9ce3;
  display: block;
}
.content {
  padding: 10px;
}
img.guide {
  height: auto;
  margin: 0 auto;
  width: 100%;
  max-width: 300px;
}
img.guide.top-guide {
  margin-top: 0;
}
.intro {
  font-size: 22px;
  line-height: 28px;
  text-align: center;
}
.sales {
  list-style-position: outside;
  margin: 0 0 0 30px;
  padding: 0;
}
.sales li {
  font-size: 18px;
  margin: 0 0 8px;
}
.sales li:nth-child(even) {
  font-style: italic;
}
.form {
  margin-top: 20px;
}
.form fieldset {
  background: #444444;
  background: linear-gradient(#444444, #222222);
  border: 5px solid #3e9ce3;
  border-radius: 10px;
}
.form .arrow-down {
  background: #3e9ce3;
  border-radius: 5px;
  float: right;
  height: 33px;
  padding-top: 3px;
  padding-bottom: 5px;
  position: relative;
  text-align: center;
  top: -10px;
  width: 50px;
}
.form .arrow-down img {
  width: 30px;
  height: 30px;
}
.form h2 {
  color: #fff;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 10px;
}
.form h5 {
  color: #999;
  font-size: 15px;
  line-height: 20px;
  margin: 0 0 15px;
}
.form h5 .desktop {
  display: none;
}
.form input {
  background: #fff;
  border: 1px solid #bbb;
  border-radius: 3px;
  box-sizing: border-box;
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  padding: 7px 10px;
  margin-bottom: 10px;
  width: 100%;
}
.form input.error {
  background: lightyellow !important;
}
.form label.error {
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-size: 12px;
  font-weight: 600;
  font-family: 'Open Sans';
  margin-bottom: 5px;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  top: -8px;
  width: 100%;
}
.form button {
  display: block;
  border-style: solid;
  border-radius: 5px;
  cursor: pointer;
  z-index: 25;
  width: 100%;
  background-color: #d3561a;
  background: -webkit-linear-gradient(#f7921e, #d3561a);
  background: -moz-linear-gradient(#f7921e, #d3561a);
  background: -ms-linear-gradient(#f7921e, #d3561a);
  background: -o-linear-gradient(#f7921e, #d3561a);
  background: linear-gradient(#f7921e, #d3561a);
  box-shadow: inset 0px 1px 0px #ffba6b, inset 0 -1px 2px #a04113;
  text-shadow: 1px 1px #521501;
  color: #fff;
  border-width: 1px;
  border-color: #d3561a;
  font-size: 23px;
  line-height: 28px;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  background-repeat: no-repeat;
  padding: 15px;
  white-space: normal;
}
.form .privacy {
  margin: 10px 0 4px;
  text-align: center;
}
.form .privacy a {
  color: #999;
  font-size: 15px;
}
img.guide.cover-bottom {
  margin-top: 20px;
}
.blue-bar {
  background: #3e9ce3;
  padding: 20px;
}
.blue-bar .arrow-up {
  display: none;
}
.blue-bar h2 {
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  line-height: 26px;
  margin: 0 0 16px;
  text-align: center;
}
.blue-bar p {
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  font-style: italic;
  line-height: 22px;
  margin: 0;
  text-align: center;
}
.about-paul {
  padding: 0 30px;
}
.about-paul .pg {
  font-size: 28px;
  font-style: italic;
  margin-bottom: 0;
  text-align: center;
}
.about-paul .col-1 img {
  display: block;
  margin: 20px auto;
}
.about-paul .col-1 div {
  display: none;
}
.about-paul .col-2 h2 {
  display: none;
}
.about-paul .col-2 p {
  font-size: 18px;
  line-height: 26px;
}
.about-paul .col-2 p:first-of-type {
  font-weight: bold;
}
.about-paul .col-3 p {
  font-size: 18px;
  line-height: 26px;
}
.about-paul button {
  display: block;
  border-style: solid;
  border-radius: 5px;
  cursor: pointer;
  z-index: 25;
  width: 100%;
  background-color: #d3561a;
  background: -webkit-linear-gradient(#f7921e, #d3561a);
  background: -moz-linear-gradient(#f7921e, #d3561a);
  background: -ms-linear-gradient(#f7921e, #d3561a);
  background: -o-linear-gradient(#f7921e, #d3561a);
  background: linear-gradient(#f7921e, #d3561a);
  box-shadow: inset 0px 1px 0px #ffba6b, inset 0 -1px 2px #a04113;
  text-shadow: 1px 1px #521501;
  color: #fff;
  border-width: 1px;
  border-color: #d3561a;
  font-size: 23px;
  line-height: 28px;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  background-repeat: no-repeat;
  padding: 15px;
  white-space: normal;
}
footer {
  background: #ededed;
  margin: 20px 0 0;
  padding: 20px 10px 30px;
  overflow: auto;
}
footer .copyright {
  color: #777;
  font-size: 14px;
  margin: 0 0 12px;
  text-align: center;
}
footer .links {
  font-size: 12px;
  text-align: center;
}
footer .links a {
  color: #3e9ce3;
  font-size: 14px;
}
.hide-mobile {
  display: none;
}
@media only screen and (min-width: 600px) {
  .hide-mobile {
    display: block;
  }
  .show-mobile {
    display: none;
  }
  header h1 {
    font-size: 40px;
    line-height: 48px;
  }
  header h1 .highlight {
    display: inline;
  }
  .content {
    padding-bottom: 0;
  }
  .top-cols {
    overflow: auto;
  }
  .intro {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    margin: 4px 0 20px;
    text-align: left;
  }
  .left {
    float: left;
    width: 56%;
  }
  .left li {
    font-size: 16px;
  }
  .left .guide {
    max-width: 200px;
  }
  .form {
    float: right;
    margin-top: 0;
    width: 40%;
  }
  .form h2 {
    font-size: 21px;
  }
  .form h5 .desktop {
    display: inline;
  }
  .form h5 .mobile {
    display: none;
  }
  .form .cover-bottom {
    display: none;
  }
  .about-paul {
    overflow: auto;
  }
  .about-paul .col-1 div {
    background: #eee;
    display: block;
    margin-top: 12px;
    padding: 10px 20px;
    text-align: center;
  }
  .about-paul .col-1 div p {
    font-size: 16px;
  }
  .about-paul .col-2 {
    float: left;
    width: 48%;
  }
  .about-paul .col-3 {
    float: right;
    width: 48%;
  }
}
@media only screen and (min-width: 1024px) {
  header {
    margin: 0 auto;
    max-width: 1100px;
    padding: 10px 30px 0;
  }
  header h1 {
    font-size: 48px;
    line-height: 56px;
  }
  .content {
    margin: 0 auto;
    max-width: 1100px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0;
  }
  .left {
    width: 68%;
  }
  .form {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 30%;
  }
  .form button {
    padding: 15px 0;
  }
  .bullet-block {
    overflow: auto;
  }
  .bullet-block ul {
    float: left;
    width: 50%;
  }
  .bullet-block .guide {
    float: right;
    max-width: none;
    padding-top: 80px;
    width: 45%;
  }
  .blue-bar {
    margin-top: 30px;
    padding-bottom: 36px;
  }
  .blue-bar .arrow-up-container {
    margin: 0 auto;
    max-width: 1100px;
    text-align: right;
  }
  .blue-bar .arrow-up {
    display: block;
    background: #3e9ce3;
    border-radius: 5px;
    float: right;
    height: 33px;
    padding-top: 3px;
    padding-bottom: 5px;
    position: relative;
    text-align: center;
    top: -58px;
    right: 33px;
    width: 50px;
  }
  .blue-bar .arrow-up img {
    width: 30px;
    height: 30px;
  }
  .blue-bar h2 {
    font-size: 22px;
    font-weight: bold;
    line-height: 32px;
    margin: 0 auto 14px;
    max-width: 900px;
  }
  .blue-bar p {
    font-size: 17px;
    margin: 0 auto;
    max-width: 640px;
  }
  .about-paul {
    margin: 20px auto 0;
    max-width: 1100px;
    overflow: auto;
  }
  .about-paul .col-1 {
    float: left;
    margin-right: 5%;
    width: 20%;
  }
  .about-paul .col-1 .pg {
    display: none;
  }
  .about-paul .col-1 div {
    background: #fff;
    margin-top: 0;
    padding-top: 0;
    text-align: left;
  }
  .about-paul .col-1 div p:first-of-type {
    margin-top: 0;
  }
  .about-paul .col-2 {
    float: left;
    margin-right: 5%;
    width: 35%;
  }
  .about-paul .col-2 h2 {
    display: block;
    font-size: 34px;
    font-style: italic;
    margin: 0;
    text-align: left;
  }
  .about-paul .col-2 p:first-of-type {
    margin-top: 6px;
  }
  .about-paul .col-3 {
    float: left;
    padding-bottom: 20px;
    width: 35%;
  }
}
