@import url('https://fonts.googleapis.com/css?family=Muli:200,300,400,700,900');
html {
  font-size: 17px;
  background-color: #fff;
  margin: 0 auto;
  padding: 0;
}
body {
  background-color: #fff;
  margin: 0 auto;
  padding: 0;
  font-family: 'Muli', sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #111;
}
h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
}
h1,
h2 {
  font-weight: 200;
  font-size: 3.3rem;
  line-height: 3rem;
}
h3 {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.7rem;
}
h4 {
  font-weight: 900;
  font-size: 1.3rem;
  line-height: 1.4rem;
}
h5 {
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.8rem;
}
h6 {
  font-weight: 700;
  font-size:  0.6rem;
  line-height: 1rem;
}
p {
  font-size: 1rem;
  line-height: 1.5rem;
}
a,
a:hover {
  text-decoration: none;
}
.emphasize {
   font-weight: 900; 
}


/* Page
-------------------------------------------- */
div#main_container p {
  margin-bottom: 24px;
}
div.container_wrap {
  padding: 90px 0 0 0;
  margin: 0;
}
div.container_wrap::before {
  content: "";
  display: block;
  height: 1px;
  width: 32%;
  background-color: #111;
}
div#about.container .col-md-4::before,
div#you_get.container .col-md-4::before {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  margin-top: -1px;
  background-color: #111;
}
div.container_wrap div.container .col-md-8 {
  background-color: #fff;
}
div.container_wrap div#about.container .col-md-8 {
  padding-top: 43px;
}
div.container_wrap div#you_get.container .col-md-8 {
  padding-top: 23px;
}
div.container .col-md-4 h2::before {
  content: "";
  display: block;
  height: 26px;
}
div.container .col-md-4 h2::after {
  content: "";
  display: block;
  height: 6px;
  width: 48px;
  margin: 31px 0 18px 0;
  background-color: #1fd457;
}

/* Banner */
div.container-fluid {
  background-color: #111;
  color: #fff;
  padding-left: 0;
}
div.container-fluid div.row {
  padding-top: 142px;
  padding-bottom: 173px;
}
div#banner div#brand h1 {
  font-weight: 700;
  font-size: 0.8rem;
  line-height: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-align: right;
  padding: 36px 0 8px 15px;
  border-bottom: 1px solid #fff;
}
div#banner div#tagline {
  padding-left: 30px;
  margin-top: 14px;
}
div#banner div#tagline h1 {
  font-weight: 900;
  font-size: 4rem;
  line-height: 3.8rem;
}
div#banner h1 span.period {
  font-weight: 200;
  color: #1fd457;
}
div#banner h1 span.period:first-child {
  color: #1f63ae;
}
div#banner h1 span.period:last-child {
  color: #ed145b;
}

/* Services */
div#services {
  padding-top: 54px;
}
div#services div.col-md-4 {
  border-left: 3px solid #1f63ae;
  padding-left: 9px;
  margin-top: 31px;
  margin-left: 15px;
}
div#services div.col-md-4 h3 {
  margin-left: -12px;
  padding-bottom: 7px;
  background-color: #fff;
}
div#services div.col-md-4 p {
  margin-bottom: 4px;
}

/* About */
div#about h4 {
  color: #fff;
  display: inline-block;
  padding: 6px 12px 7px 12px;
  background-color: #111;
  margin: 19px 0 6px 0;
}
div#about h4:before {
  content: "";
  display: inline-block;
  height: 6px;
  width: 6px;
  float: left;
  margin: -6px 0 0 -12px;
  background-color: #1fd457;
}
div#about .col-md-8 h4:first-child {
  margin-top: 0;
}
div#about .col-md-8 p:last-child {
  margin-bottom: 0;
}

/* You Get */
div#you_get.container .col-md-4 h2::after {
  background-color: #ed145b;
}
div#you_get h4 a {
  font-size: 1rem;
  color: #fff;
  display: inline-block;
  padding: 6px 12px 7px 12px;
  background-color: #111;
  max-height: 36px;
}
div#you_get h4:before {
  content: "";
  display: inline-block;
  width: 36px;
  height: 36px;
  float: left;
  background-image: url("images/email.svg");
  background-repeat: no-repeat;
  background-color: #ed145b;
  background-size: 100%;
}

/* Contact */
div#contact h1 {
  display: block;
  border-top: 1px solid #111;
  margin-top: -1px;
  padding: 26px 0 25px 0;
}
div#contact h1::after {
  content: "";
  display: block;
  height: 6px;
  width: 48px;
  margin: 31px 0 5px 0;
  background-color: #1f63ae;
}
form {
  margin: 0;
  padding: 0;
}
label {
  font-weight: 700;
  text-transform: uppercase;
  position: absolute;
  display: inline-block;
  background-color: #fff;
  float: left;
  padding: 0 6px;
  margin: -13px 0 0 12px;
  z-index: 1;
}
div#contact .input_wrap {
  margin-bottom: 30px;
}
input[type=text],
input[type=email],
input[type=tel],
textarea {
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.5rem;
  border: solid 2px #111;
  padding: 16px 12px 15px 12px;
	margin: 0;
  outline: none;
  width: 100%;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  input[type=text],
  input[type=email],
  input[type=tel] {
    padding: 18px 12px 17px 12px;
  }
}
textarea {
  margin: 0 0 -6px 0;
  min-height: 240px;
}
@-moz-document url-prefix() {
  textarea {
    min-height: 242px;
  }
}
@supports (-ms-ime-align: auto) {
  textarea {
    min-height: 242px;
  }
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
  -webkit-box-shadow: 0 0 0 30px white inset;
}
div#contact div#nvalidTip,
div#contact div#evalidTip {
  color: #ff0000;
  font-weight: 700;
  font-size: 0.8rem;
  line-height: 1rem;
  margin: 0;
  padding: 0;
}
div#contact button#flexbtn {
  font-weight: 900;
  font-size: 1rem;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  text-align-last: center;
  background-color: #1f63ae;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  cursor: pointer;
  width: 240px;
  height: 60px;
  border: none;
  margin: -6px 0 0 0;
}
div#contact button#flexbtn span.arrow {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("images/arrow.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  margin: 0 6px 0 0;
  vertical-align: -2px;
}
button:focus,
button:active {
  outline: none !important;
  box-shadow: none !important;
}


/* Footer
-------------------------------------------- */
footer#site_footer {
  background-color: #111;
  color: #fff;
  padding: 56px 0 55px 0;
  margin: 90px 0 0 0;
}
footer#site_footer h6#copyright {
  text-transform: uppercase;
  letter-spacing: 3px;
}


/* Thanks
-------------------------------------------- */
div#thanks.centered {
  text-align: center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
div#thanks h1 {
  margin-bottom: 32px;
  font-size: 5.2rem;
  line-height: 4.8rem;
}
div#thanks h1 span.period {
  color: #1f63ae;
}
div#thanks h6 {
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-top: 24px;
}


/* Media Queries
-------------------------------------------- */
@media only screen and (min-width:476px) {
  div.container-fluid div.row {
    padding-top: 141px;
  }
  div#banner div#brand h1 {
    font-size: 1rem;
    line-height: 1rem;
    padding-bottom: 7px;
  }
  div#banner div#tagline {
    margin-top: 11px;
  }
  div#banner div#tagline h1 {
    font-size: 5.2rem;
    line-height: 4.8rem;
  }
}

@media only screen and (min-width:576px) {
  div#banner div#brand,
  div#banner div#tagline {
    max-width: 510px;
  }
  div#banner div#tagline {
    padding-left: 0;
    margin-top: 9px;
    margin-left: auto;
    margin-right: auto;
  }
  div#banner div#tagline h1 {
    font-size: 6.5rem;
    line-height: 5.8rem;
  }
  div#you_get h4 a {
    font-size: 1.3rem;
  }
  div#thanks h1 {
    font-size: 6.5rem;
    line-height: 5.8rem;
  }
}

@media only screen and (min-width:768px) {
  h1 {
    font-size: 5.2rem;
    line-height: 4.8rem;
  }
  div.container_wrap {
    padding-top: 120px;
  }
  div.container_wrap div#about.container .col-md-8,
  div.container_wrap div#you_get.container .col-md-8 {
    padding-top: 30px;
  }
  div#banner div#brand {
    min-width: 690px;
  }
  div#banner div#tagline {
    width: 100%;
    max-width: 100%;
  }
  div#banner div#tagline {
    margin-top: 8px;
  }
  div#banner div#tagline h1 {
    font-size: 7.5rem;
    line-height: 6.5rem;
  }
  div#services {
    padding-top: 84px;
  }
  div#services div.col-md-4 {
    max-width: 225px;
  }
  div#contact h1 {
    display: inline-block;
    padding-top: 21px;
    padding-bottom: 33px;
  }
  div#contact h1::after {
    display: none;
  }
  footer#site_footer {
    margin-top: 120px;
  }
  div#thanks h1 {
    font-size: 7.5rem;
    line-height: 6.5rem;
  }
  div#thanks h6 {
    margin-top: 9px;
  }
}

@media only screen and (min-width:992px) {
  h1 {
    font-size: 7.5rem;
    line-height: 6.5rem;
  }
  div#banner div#brand {
    min-width: 929px;
  }
  div#services div.col-md-4 {
    max-width: 305px;
  }
  div#contact h1 {
    padding-top: 20px;
    padding-bottom: 41px;
  }
  div#contact button#flexbtn {
    margin-top: 0;
  }
}

@media only screen and (min-width:1200px) {
  div.container_wrap {
    padding-top: 180px;
  }
  div.container_wrap div#about.container .col-md-8,
  div.container_wrap div#you_get.container .col-md-8 {
    padding-top: 46px;
  }
  div.container .col-md-4 h2::before {
    height: 41px;
  }
  div#banner div#brand,
  div#banner div#tagline {
    min-width: 50%;
    width: 50%;
    max-width: 50%;
  }
  div#banner h1#brand {
    padding-left: 0px;
  }
  div#banner div#tagline {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
  div#services {
    padding-top: 144px;
  }
  div#services div.col-md-4 {
    max-width: 365px;
  }
  div#contact {
    margin-bottom: -30px;
  }
  div#contact h1 {
    padding-top: 35px;
    padding-bottom: 50px;
  }
  div#contact button#flexbtn {
    width: 100%;
    height: 240px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
  }
  @-moz-document url-prefix() {
    div#contact button#flexbtn {
      min-height: 242px;
    }
  }
  @supports (-ms-ime-align: auto) {
    div#contact button#flexbtn {
      min-height: 242px;
    }
  }
  div#contact button#flexbtn span.arrow {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 0;
    vertical-align: 0px;
    margin-bottom: 2px;
  }
  footer#site_footer {
    margin-top: 180px;
  }
}