/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
@media only screen and (min-width: 768px) {
  #main {
    padding: 40px 100px;
  }
  #main #header {
    padding: 0;
  }
}
.about {
  width: 60%;
  border-right: 1px solid #eee;
  padding-right: 20px;
}
@media only screen and (max-width: 970px) {
  .about {
    width: 100%;
    border-right: none;
    padding: 0;
  }
}
@media only screen and (min-width: 992px) {
  .about {
    right: 40%;
  }
}
.about .about-image {
  padding-right: 0;
}
.about .about-image img {
  width: 100%;
}
.about .about-blurb h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 19px;
}
.about .about-blurb p {
  padding-left: 10px;
  padding-right: 10px;
  line-height: 20px;
}
.about .about-blurb p a.script {
  font-size: 13px;
}
.call-to-actions {
  width: 40%;
}
@media only screen and (max-width: 970px) {
  .call-to-actions {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
  }
}
@media only screen and (min-width: 992px) {
  .call-to-actions {
    left: 60%;
  }
}
.call-to-actions .action-row {
  padding-top: 10px;
  border-bottom: 1px solid #eee;
}
.call-to-actions .action-row:last-child {
  border-bottom: none;
}
.call-to-actions .action {
  height: 45px;
  margin-bottom: 10px;
  font-size: 19px;
  color: #686868;
  text-transform: uppercase;
}
.call-to-actions .action a {
  display: block;
  width: 100%;
  height: 100%;
}
.call-to-actions .action .script {
  color: #505050;
  text-transform: none;
  letter-spacing: 1px;
}
.call-to-actions .action small {
  display: block;
  font-size: 12px;
  text-transform: none;
}
.call-to-actions .action small.script {
  letter-spacing: 0.5px;
}
.call-to-actions .action.col-sm-6:first-child {
  border-right: 1px solid #eee;
}
@media only screen and (max-width: 768px) {
  .call-to-actions .action.col-sm-6:first-child {
    border-right: none;
    border-bottom: 1px solid #eee;
  }
}
.call-to-actions .action#blog-cta {
  padding-top: 5px;
}

/*# sourceMappingURL=maps/home.css.map */
