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

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

a {
  color: #51463c; }
  a:hover {
    color: #342d26; }

.no-underline {
  text-decoration: none !important; }

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 #a3c9ae;
  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: #51463c;
  color: #fff;
  font-size: 23px;
  font-weight: 500;
  text-transform: uppercase;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); }
  input[type="submit"]:hover,
  button:hover {
    background: #423931; }

.social {
  margin: 10px 0 0;
  padding: 0; }
  .social li {
    display: inline-block;
    margin-left: 15px;
    list-style: none; }
  .social .iconic {
    cursor: pointer; }
    .social .iconic * {
      fill: #51463c;
      stroke: #51463c; }
    .social .iconic:hover * {
      fill: #6e5f52;
      stroke: #6e5f52; }

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

h1 {
  z-index: 1;
  position: relative;
  display: table;
  margin: 0 auto;
  padding: 10px 40px;
  background: rgba(0, 0, 0, 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); }
  h1 span {
    display: block;
    font-size: 44px;
    margin-bottom: 5px; }

nav {
  width: 100%;
  padding: 9px 0;
  background: #202020;
  border-bottom: 1px solid #fff; }
  nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #9e9687;
    font-size: 14px;
    text-transform: uppercase; }
    nav ul li {
      display: inline-block;
      padding: 0 20px;
      cursor: pointer; }
      nav ul li#home {
        padding: 0 30px 0 50px; }
      nav ul li:hover {
        color: #fff; }

#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: -190px; }
  #desktop-hero #hero-3 {
    background: #d0cccc;
    opacity: 0; }
    #desktop-hero #hero-3 img {
      margin-right: -180px; }
  #desktop-hero #hero-2 {
    background: #cfeff2;
    opacity: 0; }
    #desktop-hero #hero-2 img {
      margin-right: -190px; }
  #desktop-hero .row {
    padding: 40px 0 0; }
  #desktop-hero #logo {
    z-index: 1;
    position: relative;
    display: block;
    margin: 0 auto 20px; }
  #desktop-hero #form-wrap {
    z-index: 1;
    position: absolute;
    width: 430px;
    bottom: 0;
    left: 50%;
    margin-left: -215px;
    padding: 30px;
    border-top: 1px solid #a3c9ae;
    background: rgba(255, 255, 255, 0.5); }
    #desktop-hero #form-wrap img {
      display: none; }
    #desktop-hero #form-wrap > .row {
      z-index: 1;
      position: relative;
      padding: 0; }
      #desktop-hero #form-wrap > .row:nth-child(1) {
        padding: 0 0 30px; }
      #desktop-hero #form-wrap > .row:nth-child(2) {
        padding: 0 0 20px; }
    #desktop-hero #form-wrap 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: #cfeff2;
    opacity: 0; }
  #mobile-hero #mobile-bg-3 {
    background: #d0cccc;
    opacity: 0; }
  #mobile-hero .mobile-hero-img {
    position: absolute;
    width: 100%;
    height: auto;
    margin-top: -15px; }
  #mobile-hero #mobile-hero-img-1 {
    top: 375px;
    left: 0; }
  #mobile-hero #mobile-hero-img-2 {
    top: 375px;
    left: 0;
    opacity: 0; }
  #mobile-hero #mobile-hero-img-3 {
    top: 375px;
    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: 20px;
    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 button {
    position: relative;
    z-index: 5;
    display: block;
    margin: 0 auto 400px; }
  #mobile-hero #form-wrap {
    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-wrap img {
      display: none; }
    #mobile-hero #form-wrap .row {
      padding: 20px 0 0; }
    #mobile-hero #form-wrap .col-xs-6, #mobile-hero #form-wrap .col-xs-12 {
      padding: 0 5px; }
    #mobile-hero #form-wrap #mobile-header-slide,
    #mobile-hero #form-wrap #slide {
      display: none; }
    #mobile-hero #form-wrap h4 {
      width: 100%;
      margin-bottom: 15px;
      padding: 10px 15px;
      background: #161311;
      color: #fff;
      font-weight: 700;
      font-size: 18px;
      text-transform: uppercase;
      text-align: center; }
    #mobile-hero #form-wrap input[type="text"],
    #mobile-hero #form-wrap input[type="email"],
    #mobile-hero #form-wrap input[type="tel"],
    #mobile-hero #form-wrap textarea,
    #mobile-hero #form-wrap select {
      margin-bottom: 10px; }
    #mobile-hero #form-wrap .note {
      font-size: 14px; }
      #mobile-hero #form-wrap .note a {
        color: #a3c9ae; }
    #mobile-hero #form-wrap .loadingGraphics {
      margin: 0 auto; }

footer {
  background: url(../images/footer-bg.jpg) no-repeat;
  background-size: cover;
  margin: 0 0 -40px; }
  footer .row {
    padding: 60px 0 120px; }
  footer img {
    display: block;
    margin: 0 auto; }

.modal .modal-dialog {
  width: auto; }
  .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: #51463c; }
      .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: #51463c; }
    .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; }

.page {
  display: none; }

.join-webcast {
  display: block;
  margin: 0 auto; }

.modal-dialog {
  max-width: 900px;
  margin: 40px auto 20px; }
  .modal-dialog img:last-of-type {
    display: none; }
  .modal-dialog .close {
    z-index: 100;
    position: absolute;
    float: none;
    height: 30px;
    width: 30px;
    right: -10px;
    top: -20px;
    background: #777777;
    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 {
  text-align: center; }
  #form-modal .modal-content {
    max-height: 490px; }
  #form-modal .modal-body #progress #bar {
    width: 100%;
    height: 30px;
    background: #f1f1f1; }
    #form-modal .modal-body #progress #bar #fill {
      width: 80%;
      height: 100%;
      background: #51463c; }
  #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: #a3c9ae;
        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: #a3c9ae; }
  #form-modal .modal-body #loadingGraphic {
    display: none;
    padding-top: 30px;
    margin: -10px auto 8px; }
  #form-modal .modal-body .note {
    margin-bottom: 0;
    font-size: 14px; }
    #form-modal .modal-body .note:last-of-type {
      margin-bottom: 0; }
  #form-modal .modal-body h4 {
    width: 100%;
    margin-top: 0;
    margin-bottom: -5px;
    padding: 7px 15px;
    background: #ececec;
    color: #a3c9ae;
    font-weight: 500;
    font-size: 22px;
    text-transform: uppercase;
    text-align: left; }
  #form-modal .modal-body.thanks h4 {
    margin-top: 0 !important; }
  #form-modal .modal-body.thanks p {
    margin: 10px 0 0; }
  #form-modal .modal-body .row {
    padding: 10px 0; }
  #form-modal .modal-body button {
    display: block;
    margin: 10px auto 0; }
  #form-modal .modal-body input[type="checkbox"] {
    margin-left: 20px; }

#home-page {
  display: block; }
  #home-page section#s1 {
    background: #fff; }
    #home-page section#s1 .row {
      padding: 50px 0; }
    #home-page section#s1 h2 {
      margin: 0;
      text-align: center;
      font-weight: 300;
      font-size: 26px;
      color: #51463c; }
      #home-page section#s1 h2 span {
        display: block;
        margin-bottom: 20px;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 36px; }
  #home-page section#s2 {
    background: #f5f4f3;
    border-top: 1px solid #9d9586;
    border-bottom: 1px solid #9d9586; }
    #home-page section#s2 .row:first-of-type {
      padding: 25px 0 0; }
    #home-page section#s2 .row:last-of-type {
      padding: 0 0 50px; }
    #home-page section#s2 .icon-bar {
      overflow: hidden;
      margin: 25px 0 10px; }
      #home-page section#s2 .icon-bar .icon {
        float: left;
        width: 50px;
        height: 50px;
        margin-right: 15px;
        padding: 10px;
        font-size: 34px;
        color: #9e9687;
        text-align: center;
        box-shadow: inset 0 0 0 1px #9e9687;
        border-radius: 100%; }
        #home-page section#s2 .icon-bar .icon#icon-1 {
          font-size: 30px; }
          #home-page 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); }
        #home-page section#s2 .icon-bar .icon#icon-2 {
          font-size: 32px; }
          #home-page section#s2 .icon-bar .icon#icon-2 i {
            -moz-transform: translate(-1px, 1px);
            -o-transform: translate(-1px, 1px);
            -ms-transform: translate(-1px, 1px);
            -webkit-transform: translate(-1px, 1px);
            transform: translate(-1px, 1px); }
        #home-page section#s2 .icon-bar .icon#icon-3 {
          font-size: 30px; }
          #home-page section#s2 .icon-bar .icon#icon-3 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); }
        #home-page section#s2 .icon-bar .icon#icon-4 {
          font-size: 32px; }
          #home-page section#s2 .icon-bar .icon#icon-4 i {
            -moz-transform: translate(0, 0);
            -o-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
      #home-page section#s2 .icon-bar h3 {
        margin: 12px 0 0;
        font-size: 26px;
        font-style: italic;
        font-family: Georgia, serif;
        color: #51463c; }
  #home-page section#s3 .row {
    padding: 50px 0; }
  #home-page section#s3 .feature img {
    width: 100%;
    height: auto; }
  #home-page section#s3 .feature hr {
    width: 100%;
    height: 1px;
    margin: 25px 0 20px;
    background: #a2c9ae;
    border: none; }
  #home-page section#s3 .feature .border-wrap {
    min-height: 220px;
    border-bottom: 1px solid #a2c9ae; }
    #home-page section#s3 .feature .border-wrap h4 {
      margin: 0 0 15px;
      font-size: 14px;
      line-height: 21px;
      font-family: Georgia, serif;
      text-transform: uppercase;
      color: #51463c; }
    #home-page section#s3 .feature .border-wrap p {
      font-size: 13px;
      line-height: 19px;
      font-weight: 600;
      color: #888; }
    #home-page section#s3 .feature .border-wrap h5 {
      position: absolute;
      bottom: 5px;
      margin: 0;
      padding-bottom: 20px;
      font-size: 12px;
      font-weight: 600;
      text-transform: uppercase;
      color: #51463c; }

#bio-page header {
  position: relative;
  background: url(../images/hero-bg-1.jpg) no-repeat;
  background-size: cover; }
  #bio-page header .texture {
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/hero-texture.png) repeat; }
  #bio-page header .container {
    padding: 60px 0; }
  #bio-page header h1 {
    display: block;
    background: none;
    text-align: left; }
#bio-page section {
  padding: 50px 0; }
  #bio-page section hr {
    height: 1px;
    border: none;
    background: #aba9a9;
    margin: 30px 0; }
  #bio-page section .container:first-of-type .row:first-of-type {
    display: none; }

#webcast-page header {
  position: relative;
  background: url(../images/hero-bg-1.jpg) no-repeat;
  background-size: cover; }
  #webcast-page header .texture {
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/hero-texture.png) repeat; }
  #webcast-page header .container {
    padding: 60px 0; }
  #webcast-page header h1 {
    display: block;
    background: none;
    text-align: left; }
#webcast-page section {
  padding: 50px 0; }
  #webcast-page section#s1 {
    text-align: center; }
    #webcast-page section#s1 h2 {
      font-weight: 600;
      font-size: 28px;
      text-transform: uppercase;
      color: #51463c; }
    #webcast-page section#s1 hr {
      height: 1px;
      border: none;
      background: #aba9a9;
      margin: 30px 0; }
    #webcast-page section#s1 p {
      font-size: 20px;
      line-height: 28px; }
    #webcast-page section#s1 h3 {
      margin: 30px auto 10px;
      font-size: 24px;
      font-weight: bold;
      font-style: italic;
      font-family: Georgia, serif; }
    #webcast-page section#s1 #times {
      padding: 0;
      list-style: none; }
      #webcast-page section#s1 #times li {
        font-size: 24px;
        line-height: 34px; }
    #webcast-page section#s1 img {
      display: block;
      margin: 50px auto; }
    #webcast-page section#s1 button {
      margin: 0 auto 20px; }
    #webcast-page section#s1 .disclaimer {
      font-style: italic;
      font-size: 16px; }

@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) {
  nav ul li {
    padding: 0 10px; }
    nav ul li#home {
      padding: 0 10px 0 30px; }

  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 img {
    display: block;
    margin: 0 auto; } }
#video {
  margin-top: 20px; }
  #video iframe {
    width: 100%; }

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