@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
body {
  font: normal 16px/26px "Open Sans", sans-serif;
  color: #28292C; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0; }

a {
  color: #8ea7a1; }
  a:hover {
    color: #719189; }

input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
select {
  width: 100%;
  height: 32px;
  padding: 0 8px;
  font-size: 14px;
  background: #fff;
  border: 1px solid #8ea7a1;
  border-radius: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); }

textarea {
  height: 100px; }

input[type="submit"],
button {
  -webkit-transition: background 300ms ease-out;
  -moz-transition: background 300ms ease-out;
  -ms-transition: background 300ms ease-out;
  -o-transition: background 300ms ease-out;
  transition: background 300ms ease-out;
  margin: 5px 0 10px;
  padding: 12px 40px;
  border: 1px solid #fff;
  background: #8ea7a1;
  color: #fff;
  font-size: 26px;
  font-weight: 500;
  text-transform: uppercase;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); }
  input[type="submit"]:hover,
  button:hover {
    background: #809c95; }

.loadingGraphics, .submitButton-mobile {
  display: none; }

.modal .modal-dialog {
  width: auto;
  max-width: 750px; }
  .modal .modal-dialog .modal-content {
    max-height: 700px;
    overflow: auto;
    border: none;
    border-radius: 2px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); }
    .modal .modal-dialog .modal-content .modal-header {
      padding: 25px;
      border-radius: 2px;
      background: #8ea7a1; }
      .modal .modal-dialog .modal-content .modal-header .modal-title {
        font-weight: bold;
        color: #fff; }
    .modal .modal-dialog .modal-content .modal-body {
      padding: 25px;
      border-bottom: 1px solid #e5e5e5; }
      .modal .modal-dialog .modal-content .modal-body:last-of-type {
        border: none; }
    .modal .modal-dialog .modal-content #self {
      text-align: center; }
      .modal .modal-dialog .modal-content #self img {
        display: block;
        margin: 0 auto 20px;
        max-width: 125px;
        height: auto;
        border-radius: 100%;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }
      .modal .modal-dialog .modal-content #self span {
        display: block;
        font-size: 14px;
        line-height: 24px; }
        .modal .modal-dialog .modal-content #self span.name {
          font-weight: bold;
          font-size: 22px;
          line-height: 32px;
          color: #8ea7a1; }
    .modal .modal-dialog .modal-content #bio {
      font-family: Georgia, serif;
      font-style: italic; }
    .modal .modal-dialog .modal-content #pictures .left {
      float: left;
      margin-right: 20px; }
    .modal .modal-dialog .modal-content #pictures .right {
      float: right;
      margin-left: 20px; }
    .modal .modal-dialog .modal-content #pictures img {
      margin-bottom: 20px; }

#desktop-hero {
  overflow: hidden;
  position: relative;
  height: 540px; }
  #desktop-hero .hero-slide {
    position: absolute;
    width: 100%;
    height: 540px; }
    #desktop-hero .hero-slide img {
      float: right;
      width: auto;
      max-height: 540px; }
  #desktop-hero .texture {
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/hero-texture.png) repeat; }
  #desktop-hero #hero-1 {
    background: url(../images/hero-bg-1.jpg) no-repeat;
    background-size: cover; }
    #desktop-hero #hero-1 img {
      margin-right: -50px; }
  #desktop-hero #hero-2 {
    background: url(../images/hero-bg-2.jpg) no-repeat;
    background-size: cover;
    opacity: 0; }
    #desktop-hero #hero-2 img {
      margin-right: -75px; }
  #desktop-hero #hero-3 {
    background: url(../images/hero-bg-3.jpg) no-repeat;
    background-size: cover;
    opacity: 0; }
    #desktop-hero #hero-3 img {
      margin-right: -50px; }
  #desktop-hero .row {
    padding: 16px 0 0; }
  #desktop-hero #logo {
    z-index: 1;
    position: relative;
    display: block;
    margin: 0 auto 20px; }
  #desktop-hero h1 {
    z-index: 1;
    position: relative;
    display: table;
    margin: 0 auto;
    padding: 10px 40px;
    background: rgba(67, 26, 49, 0.2);
    color: #fff;
    font-family: Georgia, serif;
    font-weight: bold;
    font-style: italic;
    font-size: 34px;
    line-height: 44px;
    text-align: center;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.5); }
    #desktop-hero h1 span {
      display: block;
      font-size: 44px; }
  #desktop-hero form {
    z-index: 1;
    position: absolute;
    width: 430px;
    bottom: 0;
    left: 50%;
    margin-left: -215px;
    padding: 30px;
    border-top: 1px solid #8ea7a1;
    background: rgba(255, 255, 255, 0.5); }
    #desktop-hero form img {
      display: none; }
    #desktop-hero form > .row {
      z-index: 1;
      position: relative;
      padding: 0; }
      #desktop-hero form > .row:nth-child(1) {
        padding: 0 0 30px; }
      #desktop-hero form > .row:nth-child(2) {
        padding: 0 0 20px; }
    #desktop-hero form button {
      display: block;
      margin: 0 auto; }

#mobile-hero {
  overflow: hidden;
  position: relative;
  text-align: center; }
  #mobile-hero .hero-slider {
    position: absolute;
    width: 100%;
    height: 100%; }
  #mobile-hero #mobile-bg-1 {
    background: url(../images/hero-bg-1-mobile.jpg) no-repeat;
    background-size: cover; }
  #mobile-hero #mobile-bg-2 {
    background: url(../images/hero-bg-2-mobile.jpg) no-repeat;
    background-size: cover;
    opacity: 0; }
  #mobile-hero #mobile-bg-3 {
    background: url(../images/hero-bg-3-mobile.jpg) no-repeat;
    background-size: cover;
    opacity: 0; }
  #mobile-hero .mobile-hero-img {
    position: absolute;
    width: 100%;
    height: auto;
    margin-top: -15px; }
  #mobile-hero #mobile-hero-img-1 {
    top: 285px;
    left: 0; }
  #mobile-hero #mobile-hero-img-2 {
    top: 300px;
    left: 0;
    opacity: 0; }
  #mobile-hero #mobile-hero-img-3 {
    top: 285px;
    left: 0;
    opacity: 0; }
  #mobile-hero .texture {
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/hero-texture.png) repeat;
    opacity: 0.5; }
  #mobile-hero .container {
    padding: 0; }
  #mobile-hero .row {
    padding: 16px 0 0; }
  #mobile-hero #logo {
    z-index: 2;
    position: relative;
    display: block;
    margin: 0 auto 20px; }
  #mobile-hero h1 {
    z-index: 2;
    position: relative;
    margin-bottom: 275px;
    padding: 20px 15px;
    background: rgba(67, 26, 49, 0.2);
    color: #fff;
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5); }
    #mobile-hero h1 span {
      display: block;
      font-weight: bold;
      font-size: 28px;
      line-height: 30px; }
  #mobile-hero form {
    z-index: 1;
    position: relative;
    width: 100%;
    padding: 30px;
    background: url(../images/hero-texture.png) repeat rgba(255, 255, 255, 0.65); }
    #mobile-hero form img {
      display: none; }
    #mobile-hero form .row {
      padding: 20px 0 0; }
    #mobile-hero form .col-xs-6, #mobile-hero form .col-xs-12 {
      padding: 0 5px; }
    #mobile-hero form #mobile-header-slide,
    #mobile-hero form #slide {
      display: none; }
    #mobile-hero form h4 {
      width: 100%;
      margin-bottom: 15px;
      padding: 10px 15px;
      background: #5b746e;
      color: #fff;
      font-weight: 700;
      font-size: 18px;
      text-transform: uppercase;
      text-align: center; }
    #mobile-hero form input[type="text"],
    #mobile-hero form input[type="email"],
    #mobile-hero form input[type="tel"],
    #mobile-hero form textarea,
    #mobile-hero form select {
      margin-bottom: 10px; }
    #mobile-hero form .note {
      font-size: 14px; }
      #mobile-hero form .note a {
        color: #431a31; }
    #mobile-hero form .loadingGraphics {
      margin: 0 auto; }

section#s1 {
  background: #fff; }
  section#s1 .row {
    padding: 50px 0; }
  section#s1 h2 {
    width: 83%;
    margin: 0 auto;
    font-size: 40px;
    font-weight: 300;
    line-height: 50px;
    text-transform: uppercase;
    text-align: center;
    color: #431a31; }
section#s2 {
  background: #f4f4f4;
  border-top: 1px solid #d7b1a2; }
  section#s2 .row:first-of-type {
    padding: 25px 0 0; }
  section#s2 .row:last-of-type {
    padding: 0 0 50px; }
  section#s2 .icon-bar {
    overflow: hidden;
    margin: 25px 0 10px; }
    section#s2 .icon-bar .icon {
      float: left;
      width: 50px;
      height: 50px;
      margin-right: 15px;
      padding: 10px;
      font-size: 34px;
      color: #8ea7a1;
      text-align: center;
      box-shadow: inset 0 0 0 1px #8ea7a1;
      border-radius: 100%; }
      section#s2 .icon-bar .icon#icon-1 {
        font-size: 30px; }
        section#s2 .icon-bar .icon#icon-1 i {
          -moz-transform: translate(-1px, 0);
          -o-transform: translate(-1px, 0);
          -ms-transform: translate(-1px, 0);
          -webkit-transform: translate(-1px, 0);
          transform: translate(-1px, 0); }
      section#s2 .icon-bar .icon#icon-2 {
        font-size: 32px; }
        section#s2 .icon-bar .icon#icon-2 i {
          -moz-transform: translate(3px, 0);
          -o-transform: translate(3px, 0);
          -ms-transform: translate(3px, 0);
          -webkit-transform: translate(3px, 0);
          transform: translate(3px, 0); }
      section#s2 .icon-bar .icon#icon-3 {
        font-size: 35px; }
        section#s2 .icon-bar .icon#icon-3 i {
          -moz-transform: translate(0, -2px);
          -o-transform: translate(0, -2px);
          -ms-transform: translate(0, -2px);
          -webkit-transform: translate(0, -2px);
          transform: translate(0, -2px); }
      section#s2 .icon-bar .icon#icon-4 {
        font-size: 32px; }
        section#s2 .icon-bar .icon#icon-4 i {
          -moz-transform: translate(0, 1px);
          -o-transform: translate(0, 1px);
          -ms-transform: translate(0, 1px);
          -webkit-transform: translate(0, 1px);
          transform: translate(0, 1px); }
    section#s2 .icon-bar h3 {
      margin: 12px 0 0;
      font-size: 26px;
      font-style: italic;
      font-family: Georgia, serif;
      color: #431a31; }
section#s3 {
  background: #f4f4f4;
  border-top: 1px solid #d7b1a2; }
  section#s3 .row {
    padding: 50px 0; }
  section#s3 .feature img {
    width: 100%;
    height: auto; }
  section#s3 .feature hr {
    width: 100%;
    height: 1px;
    margin: 25px 0 20px;
    background: #8ea7a1;
    border: none; }
  section#s3 .feature .border-wrap {
    min-height: 220px;
    border-bottom: 1px solid #8ea7a1; }
    section#s3 .feature .border-wrap h4 {
      margin: 0 0 15px;
      font-size: 14px;
      line-height: 21px;
      font-family: Georgia, serif;
      text-transform: uppercase;
      color: #431a31; }
    section#s3 .feature .border-wrap p {
      margin: 0 0 40px;
      font-size: 13px;
      line-height: 19px;
      font-weight: 500;
      color: #888; }
    section#s3 .feature .border-wrap h5 {
      position: absolute;
      bottom: 5px;
      margin: 0;
      padding-bottom: 20px;
      font-size: 12px;
      font-weight: 700;
      text-transform: uppercase;
      color: #431a31; }

#form-modal {
  text-align: center; }
  #form-modal .modal-dialog {
    max-width: 900px;
    margin: 40px auto 20px; }
    #form-modal .modal-dialog .close {
      z-index: 100;
      position: absolute;
      float: none;
      height: 30px;
      width: 30px;
      right: -10px;
      top: -20px;
      background: #404040;
      color: #fff;
      line-height: 12px;
      text-align: center;
      text-shadow: none;
      border-radius: 100%;
      box-shadow: inset 0 0 0 1px #fff, 0 2px 4px rgba(0, 0, 0, 0.1);
      opacity: 1; }
  #form-modal .modal-content {
    max-height: 1000px;
    height: 785px; }
  #form-modal .modal-body #progress #bar {
    width: 100%;
    height: 30px;
    background: #f1f1f1; }
    #form-modal .modal-body #progress #bar #fill {
      width: 80%;
      height: 100%;
      background: #8ea7a1; }
  #form-modal .modal-body #progress #numbers {
    position: relative;
    height: 40px; }
    #form-modal .modal-body #progress #numbers span {
      display: inline-block;
      position: absolute;
      font-size: 10px; }
      #form-modal .modal-body #progress #numbers span#n1 {
        left: 0; }
      #form-modal .modal-body #progress #numbers span#n2 {
        left: 50%;
        margin-left: -10px; }
      #form-modal .modal-body #progress #numbers span#n3 {
        left: 80%;
        margin-left: -15px;
        color: #431a31;
        font-size: 14px;
        font-weight: 900; }
      #form-modal .modal-body #progress #numbers span#n4 {
        right: 0; }
  #form-modal .modal-body input[type="text"],
  #form-modal .modal-body input[type="email"],
  #form-modal .modal-body input[type="tel"],
  #form-modal .modal-body input[type="submit"],
  #form-modal .modal-body button,
  #form-modal .modal-body textarea {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }
  #form-modal .modal-body button {
    background: #431a31; }
  #form-modal .modal-body #loadingGraphic {
    display: none;
    margin: 10px auto 15px; }
  #form-modal .modal-body .note {
    margin-bottom: 20px;
    font-size: 14px; }
    #form-modal .modal-body .note:last-of-type {
      margin-bottom: 0; }
  #form-modal .modal-body h4 {
    width: 100%;
    margin-bottom: -5px;
    padding: 7px 15px;
    background: #ececec;
    color: #431a31;
    font-weight: 500;
    font-size: 22px;
    text-transform: uppercase;
    text-align: left; }
    #form-modal .modal-body h4:last-of-type {
      margin-top: 20px; }
  #form-modal .modal-body .row {
    padding: 10px 0; }
  #form-modal .modal-body button {
    display: block;
    margin: 10px auto 15px; }
  #form-modal .modal-body input[type="checkbox"] {
    margin-left: 20px; }

footer {
  background: url(../images/hero-texture.png) repeat, url(../images/footer-bg.jpg) no-repeat;
  background-size: auto auto, cover; }
  footer .row {
    padding: 80px 0; }
  footer img {
    display: block;
    margin: 0 auto; }

@media (max-width: 1199px) {
  #desktop-hero #hero-1 img {
    margin-right: -100px; }
  #desktop-hero #hero-2 img {
    margin-right: -175px; }
  #desktop-hero #hero-2 img {
    margin-right: -150px; }

  section#s1 h2 {
    font-size: 38px; }
  section#s3 .feature .border-wrap {
    min-height: 275px; } }
@media (max-width: 991px) {
  #desktop-hero #hero-1 img {
    margin-right: -210px; }
  #desktop-hero h1 {
    font-size: 30px;
    line-height: 40px; }
    #desktop-hero h1 span {
      font-size: 36px; }

  section#s3 .feature .border-wrap {
    min-height: 200px; }
  section#s3 .feature:nth-child(1), section#s3 .feature:nth-child(2) {
    margin-bottom: 20px; } }
@media (max-width: 767px) {
  section#s1 h2 {
    width: 100%;
    font-size: 26px;
    line-height: 36px; }
  section#s2 .row:last-of-type .col-sm-6 h3 {
    margin: -1px 0 2px; }
  section#s3 .feature .border-wrap {
    min-height: 190px;
    margin-bottom: 25px; }
  section#s3 .feature:last-of-type .border-wrap {
    margin-bottom: 0; }

  footer .row {
    padding: 40px 0; }
  footer img {
    width: 100%;
    height: auto; } }

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