* {
  box-sizing: border-box; }

body {
  margin: 0;
  font-family: "Lato", sans-serif; }

.wrapper {
  width: 100%;
  overflow: hidden; }

.topbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 56px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1rem;
  background: rgba(0, 0, 0, 0.9); }
  @media only screen and (min-width: 64.063em) {
    .topbar {
      padding: 1rem; } }
  .topbar.opened {
    background: #000; }

.brand {
  display: inline-flex;
  align-items: center; }
  .brand img {
    width: 100px; }

.menu-btn {
  background: transparent;
  border: none; }
  @media only screen and (min-width: 64.063em) {
    .menu-btn {
      display: none; } }

.nav {
  display: none; }
  .opened .nav {
    display: block;
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 0;
    width: 100%;
    text-align: center;
    background: inherit;
    padding: 1rem; }
    .opened .nav a {
      padding: 1rem; }
  @media only screen and (min-width: 64.063em) {
    .nav {
      display: flex;
      align-items: center; } }
  .nav a {
    color: white;
    text-decoration: none;
    display: block;
    padding: .25rem;
    margin: 0 1rem;
    font-size: 14px; }
    .nav a:hover {
      color: #07d9b9; }
  .nav hr {
    border-color: #07d9b9;
    width: 100px; }

.header {
  min-height: 75vh;
  padding: 75px 25px 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  background: #000 url(../img/header-img.jpg?38f55713dd25ca0ccd82711821d2eb86) 0 0 no-repeat;
  background-size: cover; }
  .header .header-logo {
    margin-bottom: 4.5rem;
    width: 80%; }
    @media only screen and (min-width: 40.063em) {
      .header .header-logo {
        width: 60%; } }
    @media only screen and (min-width: 64.063em) {
      .header .header-logo {
        width: 40%; } }
    @media only screen and (min-width: 80.063em) {
      .header .header-logo {
        width: 25%; } }
  .header .header-title {
    margin-top: 0;
    font-size: 1.5rem;
    letter-spacing: 4px;
    font-weight: 300;
    line-height: 1.5;
    text-transform: uppercase; }
    @media only screen and (min-width: 40.063em) {
      .header .header-title {
        font-size: 2rem; } }
    .header .header-title:after {
      content: "";
      width: 6rem;
      display: block;
      margin: 2rem auto;
      border-top: 2px solid #07d9b9; }
      @media only screen and (min-width: 64.063em) {
        .header .header-title:after {
          margin: 4rem auto; } }
  .header .header-nav {
    display: flex;
    align-items: center;
    flex-direction: column; }
    @media only screen and (min-width: 64.063em) {
      .header .header-nav {
        flex-direction: row; } }
    .header .header-nav .btn {
      margin: 0 1rem 1rem; }
      @media only screen and (min-width: 40.063em) {
        .header .header-nav .btn {
          margin: 0 1rem; } }

.section {
  padding: 25px 0; }

@media only screen and (min-width: 48em) {
  .section {
    padding: 100px 0; } }
.row {
  width: 1200px;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto; }

.col {
  flex: 0 0 100%;
  padding: 0 1rem; }
  @media only screen and (min-width: 64.063em) {
    .col {
      flex: 1 1; } }

img {
  max-width: 100%; }

.section-powerful {
  background: #07d9b9 url(../img/powerful-innovative.jpg) no-repeat;
  background-size: cover; }
  @media only screen and (max-width: 64.063em) {
    .section-powerful {
      padding-bottom: 100px; } }
  @media only screen and (max-width: 64.063em) {
    .contact-page .section-powerful {
      padding-top: 80px; } }
  @media only screen and (min-width: 64.063em) {
    .section-powerful > .row {
      width: 800px; } }
  .section-powerful hr {
    width: 6rem;
    margin-top: 3rem;
    border-width: 2px 0 0 0;
    border-color: black; }

.section-monetize .section-image {
  text-align: center;
  margin-top: -75px; }
  @media only screen and (min-width: 40.063em) {
    .section-monetize .section-image {
      margin-top: -150px; }
      .section-monetize .section-image img {
        max-width: 300px; } }
  @media only screen and (min-width: 64.063em) {
    .section-monetize .section-image {
      margin-top: 0;
      margin-bottom: -200px;
      text-align: left; }
      .section-monetize .section-image img {
        max-width: 100%; } }
@media only screen and (min-width: 64.063em) {
  .section-monetize .phones {
    position: absolute; } }

.section-create {
  background: black url(../img/create-or-expand.jpg) no-repeat;
  background-size: cover;
  color: white; }
  @media only screen and (min-width: 64.063em) {
    .section-create {
      padding-top: 100px; } }

.section-speak {
  background: black url(../img/speak-to.jpg) no-repeat;
  background-size: cover; }

.section-run {
  color: #fff;
  background: #000 url(../img/utilize-the-power.jpg?1e307af10794d4e0016b8d61bef2f725) 0 0 no-repeat;
  background-size: cover; }

.section-title, .modal-header .modal-title,
.subsection-title {
  text-transform: uppercase;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 48px;
  margin-bottom: 2rem; }
  .section-title:after, .modal-header .modal-title:after, .subsection-title:after {
    content: "";
    width: 6rem;
    display: block;
    margin: 3rem 0 3rem -1rem;
    border-top: 2px solid black; }
    .text-center .section-title:after, .text-center .modal-header .modal-title:after, .modal-header .text-center .modal-title:after,
    .text-center .subsection-title:after {
      margin-right: auto;
      margin-left: auto; }
    .section-create .section-title:after, .section-create .modal-header .modal-title:after, .modal-header .section-create .modal-title:after, .section-run .section-title:after, .section-run .modal-header .modal-title:after, .modal-header .section-run .modal-title:after, .section-create .subsection-title:after, .section-run .subsection-title:after {
      border-top-color: white; }
    .section-powerful .section-title:after, .section-powerful .modal-header .modal-title:after, .modal-header .section-powerful .modal-title:after, .section-powerful .subsection-title:after {
      display: none; }

.subsection-title {
  font-size: 24px; }

.section-text {
  padding: 0 25px; }
  @media only screen and (min-width: 48em) {
    .section-text {
      padding: 0 100px; } }
  .section-text p {
    font-size: 18px;
    line-height: 1.75;
    font-weight: 300; }
    .section-text p sup {
      font-size: 50%; }

.section-image {
  padding: 0 50px; }

.section-terms .row,
.section-privacy .row {
  width: 760px; }
.section-terms p,
.section-privacy p {
  line-height: 1.5;
  font-size: 16px; }
.section-terms hr,
.section-privacy hr {
  margin: 3rem 0;
  height: 1px;
  border: none;
  background: #DDD; }
.section-terms a,
.section-privacy a {
  color: #07d9b9; }
  .section-terms a:hover,
  .section-privacy a:hover {
    color: #06c0a4; }
.section-terms ul ul,
.section-privacy ul ul {
  margin: .5rem 0; }

section#location {
  position: relative; }
  section#location .section-image {
    padding: 0;
    margin: -25px -16px 10px; }
    @media only screen and (min-width: 64.063em) {
      section#location .section-image {
        position: absolute;
        top: 0;
        right: 50%;
        width: 50%;
        height: 100%;
        margin: 0; } }
    section#location .section-image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }

.footer {
  padding: 25px 15px;
  background: #000;
  color: #fff; }
  .footer > .row {
    align-items: center;
    margin-top: 30px; }
  .footer .footer-links {
    font-size: 14px;
    text-align: center;
    margin-bottom: 30px; }
    @media only screen and (min-width: 64.063em) {
      .footer .footer-links {
        text-align: left;
        margin-bottom: 0; } }
    .footer .footer-links a {
      color: #07d9b9;
      margin-right: 8px; }
      .footer .footer-links a:hover {
        color: #06c0a4; }
  .footer .footer-copy {
    text-align: center; }
  .footer .footer-logo {
    display: block;
    width: 160px;
    margin: 0 auto 25px; }
    @media only screen and (min-width: 64.063em) {
      .footer .footer-logo {
        margin: 0; } }
  .footer .footer-right {
    display: flex;
    justify-content: flex-end;
    margin-top: 30px; }
    @media only screen and (min-width: 64.063em) {
      .footer .footer-right {
        margin-top: 0; } }
  .footer .certified {
    flex: 0 0 100px;
    padding: 25px;
    border-left: 1px solid #AAA;
    margin-left: 50px;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .footer .certified a {
      display: block;
      width: 40px;
      margin-bottom: 16px; }
  .footer .footer-text {
    text-align: center; }
    @media only screen and (min-width: 64.063em) {
      .footer .footer-text {
        text-align: right; } }
    .footer .footer-text p {
      margin-top: 0;
      line-height: 1.75; }
  .footer .btn {
    display: inline-block;
    margin-top: 1rem; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  color: white;
  overflow: auto;
  transform: translateY(100%);
  transition: all .5s ease-in-out; }
  .modal.open {
    transform: translateY(0); }

.modal-content {
  /* border: 1px solid red; */
  padding: 2rem 1rem;
  opacity: 0;
  transform: translateY(100%);
  transition: all .5s .25s ease-in-out; }
  .open .modal-content {
    opacity: 1;
    transform: translateY(0); }
  @media only screen and (min-width: 64.063em) {
    .modal-content {
      padding: 1rem;
      margin-top: 100px; } }

.modal-header {
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media only screen and (max-width: 40em) {
    .modal-header .modal-title {
      margin-bottom: 0; } }
  .modal-header .modal-title:after {
    display: none; }
  .modal-header .btn-close {
    background: transparent;
    border: none;
    cursor: pointer; }
    @media only screen and (min-width: 40.063em) {
      .modal-header .btn-close {
        margin-bottom: 2rem; } }
    .modal-header .btn-close svg {
      width: 30px;
      height: 30px; }
      .modal-header .btn-close svg path {
        stroke: #07d9b9; }

.modal-body {
  width: 320px;
  max-width: 100%; }

.form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem; }

label {
  font-size: 10px;
  line-height: 2rem;
  letter-spacing: 2px;
  font-weight: 600;
  text-transform: uppercase; }

.form-control {
  height: 50px;
  line-height: 50px;
  padding: 0 1.25rem;
  background: #02453b;
  border: 1px solid #07d9b9;
  border-radius: 4px;
  font-family: inherit;
  font-size: 16px;
  font-weight: 300;
  color: white;
  letter-spacing: 1px; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #97fcec; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #97fcec; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #97fcec; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #97fcec; }

textarea {
  resize: vertical;
  min-height: 100px; }

.form-control:focus {
  outline: 1px solid #07d9b9; }

.form-buttons {
  display: flex;
  justify-content: space-evenly;
  margin-top: 3rem; }

@media only screen and (min-width: 64.063em) {
  .mobile-only {
    display: none !important; } }

@media only screen and (max-width: 63em) {
  .desktop-only {
    display: none !important; } }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.btn {
  display: inline-block;
  height: 40px;
  padding: 0 2rem;
  background: #07d9b9;
  color: #000;
  text-decoration: none;
  border-radius: 4px;
  border: transparent;
  cursor: pointer;
  line-height: 40px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: inherit; }
  .btn.btn-white {
    background: #fff;
    color: #07d9b9; }
  .btn.btn-outline {
    color: #07d9b9;
    background: transparent;
    border: 1px solid; }
  .btn.btn-outline-white {
    color: white;
    background: transparent;
    border: 1px solid white; }
    .btn.btn-outline-white:hover {
      background: white;
      color: black; }
  .btn:hover {
    background: #07cdae;
    color: #000; }

/*# sourceMappingURL=main.css.map */
