h1,
h2,
h3,
h4,
h5 {
  font-weight: 300;
}
body {
  position: relative;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #595959;
}
input,
textarea {
  color: #000;
}
.placeholder {
  color: #aaa;
}
.form-control::-moz-placeholder {
  color: #aaa;
}
.form-control::-webkit-input-placeholder {
  color: #aaa;
}
.form-control:-ms-input-placeholder {
  color: #aaa;
}
.btn-wide {
  padding-left: 30px;
  padding-right: 30px;
}
.btn-med {
  padding: 10px 26px;
  font-size: 18px;
}
.btn-primary {
  background-color: #006eb7;
}
.bg-c1 {
  background-color: #006eb7;
  color: white;
}
.bg-c1-light {
  background-color: #5bc0de;
  color: white;
}
.bg-clear {
  background-color: white;
}
.bg-light {
  background-color: #eee;
}
.bg-dark {
  background-color: #808080;
  color: white;
}
.bg-dark2 {
  background-color: #595959;
  color: white;
}
.bg-dark3 {
  background-color: #333;
  color: white;
}
.bg-dark3 a {
  color: white;
}
.c1 {
  color: #006eb7;
}
.c3 {
  color: #7Ac35f;
}
.c4 {
  color: #f79646;
}
.vert {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.pad {
  padding: 10px;
}
.pad2 {
  padding: 20px;
}
.pad3 {
  padding: 30px;
}
.pad4 {
  padding: 40px;
}
.sp {
  margin-bottom: 10px;
}
.sp2 {
  margin-bottom: 20px;
}
.sp3 {
  margin-bottom: 30px;
}
.sp4 {
  margin-bottom: 40px;
}
.sp5 {
  margin-bottom: 50px;
}
.txt-lg {
  font-size: 16px;
}
.iblock {
  display: inline-block;
}
.navbar {
  background-color: white;
  border: none;
  border-radius: 0;
  margin-bottom: 0px;
  padding-top: 10px;
}
.navbar .container {
  background-color: white;
}
.navbar-brand {
  font-size: 14px;
}
.navbar-nav > li > a,
.navbar-brand {
  padding: 7px 15px;
}
#nav-trial a {
  font-weight: 600;
  color: white;
  border: 0;
}
#nav-trial a:hover {
  background-color: #7Ac35f;
}
.skipToMainContent {
  font-size: 14px;
  color: black;
  background-color: white;
}
#content {
  background-color: white;
}
.page {
  background-color: white;
}
#tryagain {
  margin: 10px 0;
}
#tryagain a.buy {
  text-decoration: underline;
  line-height: 30px;
}
#activate textarea {
  height: 130px;
  font-size: 11px;
  font-family: "Courier New";
}
#footer {
  background-color: #595959;
  color: white;
}
#footer .row:first-child {
  padding: 20px 20px 0px 20px;
}
#footer hr {
  margin: 5px 0 10px;
}
#footer a {
  color: white;
}
.wistia_embed {
  border: #999 solid 1px;
}
.noborder {
  border: none;
  margin: 0;
}
@media only screen and (max-width: 480px) {
  img.resp {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  #content {
    padding-top: 0px;
  }
  .navbar-nav > li > a {
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .container .navbar-header {
    margin-left: 0;
  }
}
#help {
  margin-top: 10px;
  margin-bottom: 20px;
}
#help #search {
  padding: 20px 0;
}
#help .emailus {
  color: #999;
  padding: 10px 0;
}
#help .results .result {
  padding-bottom: 10px;
}
#help .results .result a {
  text-decoration: underline;
}
#help ol.list-inside,
#help #help .entry ol {
  padding-left: 0;
}
#help ol.list-inside {
  list-style-position: inside;
}
#help .entry ul,
#help .entry ol {
  padding-left: 22px;
}
#help .entry ol li {
  padding: 10px 0;
}
#help .entry img {
  border: 1px solid #ddd;
  padding: 4px;
  margin: 15px 0;
  max-width: 100%;
}
#help .entry img.noborder {
  border: none;
  margin: 0;
}
#help .entry .faqbody {
  margin-top: 20px;
}
#help .entry .faqbody h3 small {
  padding-left: 10px;
}
#playlistPlayer {
  border: #999 solid 1px;
}
#playlistPlayer .wistia_embed {
  border: none;
}
.tabs-left,
.tabs-right {
  border-bottom: none;
  padding-top: 2px;
}
.tabs-left {
  border-right: 1px solid #ddd;
}
.tabs-right {
  border-left: 1px solid #ddd;
}
.tabs-left > li,
.tabs-right > li {
  float: none;
  margin-bottom: 2px;
}
.tabs-left > li {
  margin-right: -1px;
}
.tabs-right > li {
  margin-left: -1px;
}
.tabs-left > li.active > a,
.tabs-left > li.active > a:focus,
.tabs-left > li.active > a:hover {
  border-bottom-color: #ddd;
  border-right-color: transparent;
}
.tabs-right > li.active > a,
.tabs-right > li.active > a:focus,
.tabs-right > li.active > a:hover {
  border-bottom: 1px solid #ddd;
  border-left-color: transparent;
}
.tabs-left > li > a {
  border-radius: 4px 0 0 4px;
  margin-right: 0;
  display: block;
}
.tabs-right > li > a {
  border-radius: 0 4px 4px 0;
  margin-right: 0;
}
.sideways {
  margin-top: 50px;
  border: none;
  position: relative;
}
.sideways > li {
  height: 20px;
  width: 120px;
  margin-bottom: 100px;
}
.sideways > li > a {
  border-bottom: 1px solid #ddd;
  border-right-color: transparent;
  text-align: center;
  border-radius: 4px 4px 0 0;
}
.sideways > li.active > a,
.sideways > li.active > a:focus,
.sideways > li.active > a:hover {
  border-bottom-color: transparent;
  border-right-color: #ddd;
  border-left-color: #ddd;
}
.sideways.tabs-left {
  left: -50px;
}
.sideways.tabs-right {
  right: -50px;
}
.sideways.tabs-right > li {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sideways.tabs-left > li {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
#help .entry .faqbody h3 small {
  padding-left: 10px;
}
#performancem .list-inline {
  margin-left: 15px;
}
#performancem .list-inline li {
  margin-left: 15px;
}
#performancem img.icon {
  width: 24px;
  margin-left: 20px;
  margin-right: 5px;
}
#performancem img.img-responsive {
  width: 340px;
}
#blog .post-lead {
  font-size: 16px;
  line-height: 1.5;
}
#blog .post {
  font-size: 16px;
  line-height: 1.625;
}
#blog .post img.img-thumbnail {
  padding: 7px 10px;
}
#blog .post h2 {
  font-weight: 600;
}
#blog .post h4 {
  font-weight: 600;
}
#blog .post p {
  margin-bottom: 25px;
}
#manageaccount .card img.brand {
  margin-right: 20px;
}
#manageaccount #addusers {
  width: 50px;
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
}
#manageaccount #addUsersForm a.btn {
  margin-left: 20px;
}
#manageaccount .addUsersDocument {
  line-height: 2;
  margin: 0 20px 20px 20px;
}
/*# sourceMappingURL=main.css.map */
