body {
  font-family: "Lato", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  color: #444;
}

.logo-font {
  font-family: "Exo", sans-serif !important;
  font-weight: 700 !important;
  font-style: italic !important;
  text-transform: initial !important;
  letter-spacing: 0.5px;
}

h1 {
  font-family: "Lato", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 400 !important;
  color: #444;
  line-height: 1.3;
  margin-bottom: 0.8125rem;
}

h2 {
  font-family: "Lato", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 400 !important;
  color: #444;
  line-height: 1.3;
  margin-bottom: 0.8125rem;
}

h3 {
  font-family: "Lato", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 400 !important;
  color: #444;
  line-height: 1.3;
  margin-bottom: 0.8125rem;
}

h4 {
  font-family: "Lato", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 400 !important;
  color: #444;
  line-height: 1.3;
  margin-bottom: 0.8125rem;
}

h5 {
  font-family: "Lato", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 400 !important;
  color: #444;
  line-height: 1.3;
  margin-bottom: 0.8125rem;
}

h6 {
  font-family: "Lato", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 400 !important;
  color: #444;
  line-height: 1.3;
  margin-bottom: 0.8125rem;
}

p {
  line-height: 1.4;
  margin-bottom: 0.8125rem;
}

p.lead {
  line-height: 1.4;
}

.margin-top {
  margin-top: 2.375rem;
  pointer-events: none;
}
.margin-top > * {
  pointer-events: auto;
}

.margin-right {
  margin-right: 1.875rem;
}

.margin-bottom {
  margin-bottom: 1.875rem;
}

.margin-left {
  margin-left: 1.875rem;
}

::selection {
  background-color: #13a7c7;
  color: #fff;
  text-shadow: none;
}

hr.line {
  height: 1px;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  border: 0;
  margin-bottom: 2rem;
}

button {
  font-family: "Lato", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  text-decoration: none;
}
button:hover {
  text-decoration: none;
}
button:focus {
  text-decoration: none;
  outline: none;
  outline: 0 auto -webkit-focus-ring-color;
  outline-offset: 0;
}

.button {
  font-family: "Lato", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  text-decoration: none;
}
.button:hover {
  text-decoration: none;
}
.button:focus {
  text-decoration: none;
  outline: none;
  outline: 0 auto -webkit-focus-ring-color;
  outline-offset: 0;
}

button.tiny {
  font-size: 0.625rem;
}

.button.tiny {
  font-size: 0.625rem;
}

button.block {
  width: 100% !important;
}

.button.block {
  width: 100% !important;
}

button.dark {
  background-color: #444;
  color: #fff;
  border-color: #252525;
}
button.dark:hover {
  background-color: #252525;
  color: #fff;
}
button.dark:focus {
  background-color: #252525;
  color: #fff;
}

.button.dark {
  background-color: #444;
  color: #fff;
  border-color: #252525;
}
.button.dark:hover {
  background-color: #252525;
  color: #fff;
}
.button.dark:focus {
  background-color: #252525;
  color: #fff;
}

input[type=text] {
  height: 3.25rem;
  font-size: 1rem;
  font-style: italic;
  border-width: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
input[type=text]:focus {
  border-color: #999;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
  outline: 0 auto -webkit-focus-ring-color;
  outline-offset: 0;
}

input#register-email {
  width: 60%;
  max-width: 30rem;
  display: inline;
  margin-bottom: 20px;
}

.intro {
  position: relative;
  background-repeat: no-repeat;
  color: #fff;
  padding-bottom: 3rem;
}
.intro p {
  color: #fff;
}
.intro p.lead {
  font-size: 1.438rem;
}
.intro .button {
  margin-right: 5px;
}
.intro img {
  margin-bottom: 1rem;
  height: 100px;
}

.logo .margin-top {
  margin-top: 6rem;
}

.col-services {
  margin: 0;
}

.icon-services {
  display: block;
  width: 6.25rem;
  height: 6.25rem;
  background-color: transparent;
  border: 4px solid transparent;
  border-radius: 50%;
  margin: 0 auto 1.25rem;
}
.icon-services .fa {
  font-size: 2.813rem;
  line-height: 2;
}
.icon-services .fa.fa-lg {
  font-size: 4rem;
  line-height: 1.45;
}

.icon-services.red {
  background-color: #f04124;
  border-color: #ea2f10;
  color: #fff;
}

.icon-services.blue {
  background-color: #008cba;
  border-color: #0079a1;
  color: #fff;
}

.icon-services.green {
  background-color: #43ac6a;
  border-color: #3c9a5f;
  color: #fff;
}

.subscribe-wrapper {
  background-color: #f04124;
  color: #fff;
  text-align: center;
  padding: 50px 0;
}
.subscribe-wrapper h3 {
  color: #fff;
}

.pricing-table {
  position: relative;
  border-radius: 4px;
  margin-bottom: 1.875rem;
}
.pricing-table .title {
  font-family: "Lato", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  border-radius: 4px 4px 0 0;
}
.pricing-table .price {
  font-family: "Lato", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 1.875rem;
}
.pricing-table .price small {
  font-style: italic;
  color: #6f6f6f;
}
.pricing-table .description {
  font-size: 0.875rem;
}
.pricing-table .bullet-item {
  font-size: 1rem;
  display: flex;
}

.popular {
  position: absolute;
  top: -0.625rem;
  right: -0.625rem;
  width: 2.188rem;
  height: 2.188rem;
  color: #fff;
  text-align: center;
}

.contact-logo {
  margin-left: 2.625rem;
  margin-bottom: 1rem;
}

.pre-footer {
  background-color: #424242;
  color: #fff;
  padding: 1.875rem 0 2.5rem;
}

.add-links {
  display: block;
  margin: 0;
  padding-left: 0;
  list-style-type: none;
  list-style-position: inside;
}
.add-links li {
  display: block;
  font-size: 1rem;
  color: #fff;
  line-height: 1.5;
  padding: 0 0 0 21px;
  text-indent: -13px;
  margin-bottom: 10px;
}
.add-links li:last-child {
  margin-bottom: 0;
}
.add-links li .fa {
  margin: 5px;
}
.add-links a {
  color: #fff;
}

.footer {
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 1rem 0;
  margin-top: 0;
  border-top: 0;
  position: relative;
  height: initial;
}

.top-bar {
  background: rgba(51, 51, 51, 0);
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10;
}
.top-bar .name h1 img {
  margin: 1rem 0 2rem 1rem;
  position: relative;
  height: 5rem;
  z-index: 15;
}

.top-bar-section ul li {
  height: 2.8125rem;
}
.top-bar-section ul li:hover {
  background-color: #222222;
}
.top-bar-section ul li > a {
  background: inherit !important;
  line-height: inherit !important;
  padding: 0.625rem 0.9375rem !important;
  height: 2.8125rem;
  border-bottom: solid 1px #4e4e4e;
}
.top-bar-section ul li.login {
  padding: 0;
}
.top-bar-section ul li.login > .sign-in {
  background-color: #1BB148 !important;
}
.top-bar-section ul li.login > .sign-in:hover {
  background-color: #168e3a !important;
}
.top-bar-section ul li.divider {
  padding: 0;
}
.top-bar-section li.active:not(.has-form) a:not(.button) {
  background: inherit !important;
}
.top-bar-section li.active:not(.has-form) a:hover:not(.button) {
  background: inherit !important;
}

#image-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/static/img/hero_desktop_large.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.alt-join-container {
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 20px 13px;
  color: #ffffff;
  display: inline-block;
}
.alt-join-container .line {
  display: inline-block;
}
.alt-join-container .line + .line {
  padding-left: 10px;
}

#value {
  padding-top: 2rem;
}

@media only screen and (max-width: 48em) {
  #image-bg {
    background-image: url("/static/img/hero_desktop_small.jpg");
  }
}