body {
  font-family: "mr-eaves-xl-modern", sans-serif;
}

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

.clearfix::before, .clearfix::after {
  content: " ";
  display: table;
}
.clearfix::after {
  clear: both;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

ul.list-none {
  list-style: none;
  padding-left: 0;
}

.site {
  background-color: #ffffff;
}
.site .logo img {
  max-height: 60px;
}
.site header {
  padding-top: 30px;
  padding-bottom: 20px;
}
.site section > div {
  margin-bottom: 100px;
}
.site .hero {
  height: calc(100vh - 110px);
  position: relative;
}
.site .hero > div {
  margin-bottom: 0;
}
.site .hero .content {
  position: absolute;
  top: 35%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
}
.site .hero .title {
  text-align: right;
}
@media only screen and (max-width: 992px) {
  .site .hero .title {
    text-align: left;
  }
}
.site .hero .title h1 {
  font-size: 59px;
  line-height: 63px;
}
.site .hero .text {
  max-width: 500px;
  font-size: 22px;
}
.site .hero .spacer {
  font-size: 40px;
  font-weight: 200;
  position: absolute;
  bottom: 25%;
  left: 0;
  right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .site .hero .title, .site .hero .text {
    max-width: 80%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 992px) {
  .site .CTA {
    margin-top: -80px;
  }
}
.site .CTA .row > div {
  padding: 0;
  position: relative;
}
.site .CTA .text {
  font-size: 21px;
  padding: 60px;
  width: 80%;
}
@media only screen and (min-width: 992px) {
  .site .CTA .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media only screen and (max-width: 992px) {
  .site .CTA .text {
    padding-bottom: 80px;
    width: 90%;
  }
}
.site .CTA .image {
  max-height: 1000px;
  overflow: hidden;
}
.site .CTA .image img {
  width: 100%;
}
.site .CTA .btn {
  background-color: white;
  font-size: 16px;
  color: black;
  padding: 8px 20px;
  margin-top: 10px;
}
.site .CTA .btn:hover {
  text-decoration: none;
  background-color: #fafafa;
}
.site .ebookCTA {
  padding-top: 80px;
  margin-bottom: 100px;
}
.site .ebookCTA .container {
  margin-bottom: 0;
}
.site .ebookCTA .text h2 {
  padding-top: 40px;
}
.site .ebookCTA .text p {
  max-width: 400px;
}
.site .ebookCTA .image {
  text-align: right;
  padding-right: 40px;
}
@media only screen and (max-width: 992px) {
  .site .ebookCTA .image {
    padding-right: 15px;
    text-align: center;
  }
}
.site .ebookCTA .image img {
  width: 80%;
  max-width: 400px;
}
.site .textQuote .text {
  border-left: #1f1f1f solid 1px;
  width: 50%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  min-width: 320px;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 150px;
  font-size: 21px;
}
.site .textQuote .text h2 {
  margin-bottom: 16px;
}
.site .info {
  padding-top: 40px;
}
@media only screen and (max-width: 992px) {
  .site .info {
    padding-top: 0px;
    padding-left: 15px;
  }
}
.site .info .whowhat p {
  max-width: 80%;
}
.site .info .services {
  margin-left: 20%;
  margin-top: 35px;
}
.site .info .services li {
  margin-bottom: 10px;
}
@media only screen and (max-width: 992px) {
  .site .info .services {
    margin-left: 0;
  }
}
.site .contact .container {
  padding-top: 100px;
}
@media only screen and (min-width: 992px) {
  .site .formWrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 992px) {
  .site .formWrapper {
    margin: 0 auto;
  }
}
.site .formWrapper .form-group input {
  width: calc(50% - 6px);
  float: left;
}
@media only screen and (max-width: 992px) {
  .site .formWrapper .form-group input {
    width: calc(100% - 6px);
  }
}
.site .formWrapper .form-group textarea {
  width: calc(100% - 6px);
  height: 150px;
  resize: none;
}
.site .formWrapper .form-group input, .site .formWrapper .form-group textarea {
  padding: 20px;
  border: 0;
  background-color: #f5f5f5;
  margin: 3px;
}
.site .formWrapper .form-group input:focus, .site .formWrapper .form-group input:active, .site .formWrapper .form-group textarea:focus, .site .formWrapper .form-group textarea:active {
  outline: none;
}
.site .formWrapper button.send {
  float: right;
  padding: 10px 30px;
  border: 0;
  background-color: #06243c;
  color: #ffffff;
  cursor: pointer;
}
.site .formWrapper .thanks {
  font-size: 18px;
  padding-top: 8px;
  display: none;
}
@media only screen and (max-width: 992px) {
  .site .people {
    text-align: center;
    padding-top: 60px;
  }
}

.btn {
  padding: 10px 20px;
  display: inline-block;
}

h2, h1 {
  font-family: "questa-grande";
}

h2 {
  font-size: 32px;
}

/**
 * Color Classes
 */
.whiteBG {
  background-color: #ffffff;
}

.lightBG {
  background-color: #f5f5f5;
}

.darkBG {
  background-color: #1f1f1f;
}

.darkerBG {
  background-color: #1e1e1e;
}

.blackBG {
  background-color: #000000;
}

.blueBG {
  background-color: #06243c !important;
}

.whiteText {
  color: #ffffff !important;
}

.blueText {
  color: #06243c;
}

.darkText {
  color: #737373;
}

textarea[name=message] {
  display: none;
}

/*# sourceMappingURL=main.css.map */
