@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: #1f1f1f;
}

form > img {
  display: none;
}

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

h2 {
  color: #404040;
  font-size: 32px;
  font-weight: 600;
  line-height: 0.25;
  text-transform: uppercase;
}

h2 span {
  display: inline-block;
  position: relative;
}

h2 span:before, h2 span:after {
  content: "";
  position: absolute;
  height: 5px;
  border-bottom: 2px solid #404040;
  top: 0;
  width: 75px;
}

h2 span:before {
  right: 100%;
  margin-right: 25px;
}

h2 span:after {
  left: 100%;
  margin-left: 25px;
}

h3 {
  color: #eb7962;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
}

a {
  color: #8ec2be;
}

a:hover {
  color: #6db0ab;
}

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 #eb7962;
  border-radius: 0;
  box-shadow: 0 2px 4px 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 #dbc9c6;
  background: #eb7962;
  color: #fff;
  font-size: 26px;
  font-weight: 500;
  text-transform: uppercase;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

input[type="submit"]:hover,
button:hover {
  background: #e8664b;
}

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

.row {
  padding: 40px 0;
}

nav {
  background: #f8f8f8;
  border-bottom: 1px solid #8ec2be;
}

nav .row {
  padding: 20px 0;
}

footer {
  background: #404040;
  text-align: center;
}

.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: #8ec2be;
}

.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 .modal-body#thanks {
  display: 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: #8ec2be;
}

.modal .modal-dialog .modal-content #bio {
  font-family: Georiga, 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 {
  position: relative;
  height: 440px;
  background: url(../images/hero-bg.jpg) no-repeat center;
  background-size: cover;
  color: #404040;
  text-align: center;
}

#desktop-hero .hero-arrow {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 15px;
  bottom: 0;
  background: url(../images/hero-arrow.png) no-repeat center;
}

#desktop-hero .row {
  padding: 40px 0 15px;
}

#desktop-hero .hero-slides {
  position: relative;
}

#desktop-hero .hero-slides img {
  position: absolute;
  top: -40px;
  left: -50px;
}

#desktop-hero .hero-slides img[data-header="2"] {
  opacity: 0;
}

#desktop-hero .hero-slides img[data-header="3"] {
  opacity: 0;
}

#desktop-hero h1 {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 300;
  line-height: 40px;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.7);
}

#desktop-hero h1 span {
  font-size: 38px;
  font-weight: 700;
  text-transform: uppercase;
}

#desktop-hero form .row {
  padding: 20px 0 0;
}

#desktop-hero form .note {
  font-size: 12px;
}

#mobile-hero {
  background: #8ec2be;
  text-align: center;
}

#mobile-hero .hero-slides {
  position: relative;
  height: 382px;
}

#mobile-hero .hero-slides h1 {
  z-index: 1;
  width: 100%;
  position: absolute;
  margin-top: 15px;
  font-size: 24px;
  font-weight: 300;
  line-height: 34px;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.7);
}

#mobile-hero .hero-slides h1 span {
  font-size: 26px;
  font-weight: 900;
  text-transform: uppercase;
}

#mobile-hero .hero-slides img {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
}

#mobile-hero .hero-slides img[data-header="2"] {
  opacity: 0;
}

#mobile-hero .hero-slides img[data-header="3"] {
  opacity: 0;
}

#mobile-hero .hero-slides .hero-arrow {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 15px;
  bottom: 0;
  background: url(../images/hero-arrow-mobile.png) no-repeat center;
}

#mobile-hero #header-inner {
  padding: 20px 0;
}

#mobile-hero p {
  font-size: 18px;
  font-weight: 600;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.7);
}

#mobile-hero p.note {
  text-shadow: none;
}

#mobile-hero p.note a {
  color: #fff;
}

#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 #mobile-header-slide h4 {
  margin-top: 0;
}

#mobile-hero form .note {
  font-size: 12px;
}

#mobile-hero form h4 {
  width: 100%;
  margin-bottom: 15px;
  padding: 10px 15px;
  background: #529893;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
}

#mobile-hero form h4:last-of-type {
  margin-top: 20px;
}

#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 #loadingGraphic {
  display: none;
  margin: 5px auto 10px;
}

#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;
}

#form-modal .modal-body #progress #bar {
  width: 100%;
  height: 30px;
  background: #f1f1f1;
}

#form-modal .modal-body #progress #bar #fill {
  width: 80%;
  height: 100%;
  background: #8ec2be;
}

#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: #eb7962;
  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 #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: #8ec2be;
  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;
}

section#s1 {
  background: #fdfdfd;
  border-bottom: 1px solid #404040;
  text-align: center;
}

section#s1 .row:first-of-type {
  padding: 35px 0 0;
}

section#s1 .col-sm-4:hover .number {
  box-shadow: inset 0 0 0 25px #8ec2be;
  color: #fff;
}

section#s1 .number {
  -webkit-transition: box-shadow 300ms ease-out, color 400ms ease-in-out;
  -moz-transition: box-shadow 300ms ease-out, color 400ms ease-in-out;
  -ms-transition: box-shadow 300ms ease-out, color 400ms ease-in-out;
  -o-transition: box-shadow 300ms ease-out, color 400ms ease-in-out;
  transition: box-shadow 300ms ease-out, color 400ms ease-in-out;
  display: inline-block;
  margin: 0 auto 20px;
  padding: 20px;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  color: #8ec2be;
  font-weight: 800;
  line-height: 12px;
  box-shadow: inset 0 0 0 1px #8ec2be;
  cursor: default;
}

section#s1 .number.active {
  color: #fff;
  background: #8ec2be;
}

section#s1 .col-sm-4:first-of-type .number {
  margin-top: 0;
}

section#s2 {
  background: #f1f1f1;
}

section#s2 .row:first-of-type {
  padding-bottom: 0;
}

section#s2 p {
  margin: 0 auto;
  width: 70%;
}

section#s2 .quote {
  margin-bottom: 10px;
  color: #404040;
  font-size: 24px;
  font-family: Georiga, serif;
  font-style: italic;
  line-height: 34px;
  text-align: center;
}

section#s2 .quote-from {
  padding-right: 40px;
  color: #eb7962;
  font-size: 20px;
  text-align: right;
}

section#s2 img {
  width: 100%;
  height: auto;
  border: 1px solid #8ec2be;
}

section#s3 {
  background: #8ec2be;
}

section#s3 button {
  width: 100%;
}

@media (max-width: 1199px) {
  #desktop-hero .hero-slides img[data-header="1"] {
    left: -100px;
  }
  #desktop-hero .hero-slides img[data-header="2"] {
    left: -160px;
  }
  #desktop-hero .hero-slides img[data-header="3"] {
    left: -150px;
  }
}

@media (max-width: 991px) {
  #desktop-hero .hero-slides img[data-header="1"] {
    left: -170px;
  }
  #desktop-hero .hero-slides img[data-header="2"] {
    left: -300px;
  }
  #desktop-hero .hero-slides img[data-header="3"] {
    left: -215px;
  }
}

@media (max-width: 767px) {
  body.modal-open {
    position: fixed;
    width: 100%;
  }
  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding: 0 10px;
  }
  nav img {
    display: block;
    width: 90%;
    height: auto;
    margin: 0 auto;
  }
  section {
    overflow: hidden;
  }
  section#s1 p {
    margin: 0 0 30px;
  }
  section#s1 p:last-of-type {
    margin: 0;
  }
  section#s1 h2 {
    margin-top: 20px;
  }
  section#s1 .number {
    margin: 40px auto 20px;
  }
  section#s2 .row:first-of-type {
    padding: 40px 0;
  }
  section#s2 p {
    width: 100%;
  }
  section#s2 .quote {
    font-size: 20px;
    line-height: 30px;
  }
  section#s2 .quote-from {
    padding: 0;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
  }
  footer img {
    display: block;
    width: 60%;
    height: auto;
    margin: 0 auto;
  }
}
