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

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

a {
  color: #7d4d55; }
  a:hover {
    color: #5d3a40; }

.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 #93721a;
  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: #93721a;
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  text-transform: uppercase; }
  input[type="submit"]:hover,
  button:hover {
    background: #7d6116; }

.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: #7d4d55;
      stroke: #7d4d55; }
    .social .iconic:hover * {
      fill: #9d606a;
      stroke: #9d606a; }

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

h1 {
  z-index: 1;
  position: relative;
  margin: 0 0 20px -20px;
  color: #453235;
  font-weight: 700;
  font-size: 110px;
  text-transform: uppercase;
  letter-spacing: -2px; }

h2 {
  margin: 0 0 20px;
  padding: 0 2%;
  font-size: 44px;
  line-height: 50px;
  font-weight: 300;
  text-align: center;
  color: #fff; }
  h2 span {
    display: block;
    font-size: 28px; }

nav {
  padding: 18px 0;
  background: #453235;
  border-top: 1px solid #93721a;
  border-bottom: 1px solid #93721a; }
  nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    nav ul li {
      -webkit-transition: color 150ms linear;
      -moz-transition: color 150ms linear;
      -ms-transition: color 150ms linear;
      -o-transition: color 150ms linear;
      transition: color 150ms linear;
      display: inline-block;
      margin-right: 40px;
      font-size: 18px;
      color: #fff;
      cursor: pointer; }
      nav ul li:hover {
        color: #d4a425; }
  nav .col-sm-4 {
    text-align: right; }
    nav .col-sm-4 ul li {
      margin: 0; }

#desktop-hero {
  overflow: hidden;
  position: relative;
  height: 400px;
  border-bottom: 1px solid #93721a; }
  #desktop-hero hr {
    width: 110%;
    height: 2px;
    margin-left: -60px;
    border: none;
    background: #93721a; }
  #desktop-hero button {
    z-index: 1;
    position: relative;
    padding: 18px 34px;
    background: transparent;
    border: 3px solid #93721a;
    color: #202020;
    box-shadow: none;
    font-size: 26px; }
  #desktop-hero h2 {
    z-index: 1;
    position: relative;
    margin-bottom: 20px;
    padding: 0;
    letter-spacing: 4px;
    line-height: 40px;
    color: #202020;
    text-align: left; }
  #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: -250px; }
  #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: #efeeea;
    opacity: 0; }
    #desktop-hero #hero-3 img {
      margin-right: -50px; }
  #desktop-hero .row {
    padding: 20px 0 0; }
  #desktop-hero #logo {
    z-index: 1;
    position: relative;
    display: block;
    margin: 0 auto 20px; }
  #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: #efeeea;
    opacity: 0; }
  #mobile-hero .mobile-hero-img {
    position: absolute;
    width: 100%;
    height: auto;
    margin-top: -15px; }
  #mobile-hero #mobile-hero-img-1 {
    bottom: 0;
    left: 0; }
  #mobile-hero #mobile-hero-img-2 {
    top: 250px;
    left: 0;
    opacity: 0; }
  #mobile-hero #mobile-hero-img-3 {
    top: 250px;
    left: 0;
    opacity: 0; }
  #mobile-hero button {
    position: relative;
    z-index: 5;
    margin: 20px auto 350px; }
  #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: 15px 15px 0; }
  #mobile-hero #logo {
    z-index: 2;
    position: relative;
    display: block;
    margin: 0 auto 20px; }
  #mobile-hero h1 {
    margin: 0 0 10px;
    font-size: 18vw;
    text-align: left; }
  #mobile-hero hr {
    width: 100%;
    height: 2px;
    margin: 0 auto;
    border: none;
    background: #93721a; }
  #mobile-hero h2 {
    z-index: 1;
    position: relative;
    padding: 0;
    color: #202020;
    text-align: left;
    font-size: 7vw;
    line-height: 7vw;
    letter-spacing: 3px;
    margin: 20px auto 0; }

section .header {
  text-align: center; }
  section .header hr {
    margin: 30px auto 50px;
    width: 80%;
    border-color: #93721a; }
  section .header p {
    margin: 0 0 60px;
    font-size: 20px;
    font-weight: 300; }
    section .header p.no {
      margin: 0 0 20px; }
section#logo {
  padding: 30px 0; }
  section#logo #header-about-me {
    margin-top: 10px;
    text-align: right;
    font-size: 13px;
    line-height: 24px;
    color: #fff; }
    section#logo #header-about-me img {
      float: right;
      margin: 0 0 0 15px;
      max-height: 60px;
      width: auto;
      border: 1px solid #5e6d70; }
    section#logo #header-about-me .header-name {
      font-weight: 700;
      cursor: pointer; }
    section#logo #header-about-me div {
      margin-bottom: -5px; }

footer {
  background: #453235;
  border-top: 2px solid #93721a;
  height: 260px;
  margin-bottom: -40px; }
  footer img {
    display: block;
    margin: 40px auto 0; }

.modal .modal-dialog {
  width: auto;
  color: #333; }
  .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: #7d4d55; }
      .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: #7d4d55; }
    .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 .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; }
  .modal-dialog h2 {
    color: #7d4d55; }

#form-modal {
  text-align: center; }
  #form-modal .modal-content {
    max-height: 690px; }
  #form-modal .modal-body #progress #bar {
    width: 100%;
    height: 30px;
    background: #f1f1f1; }
    #form-modal .modal-body #progress #bar #fill {
      width: 80%;
      height: 100%;
      background: #7d4d55; }
  #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: #93721a;
        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: #93721a; }
  #form-modal .modal-body #loadingGraphic {
    display: none;
    margin: -10px auto 8px;
    padding-top: 30px; }
  #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: #93721a;
    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 {
    padding: 70px 0 90px; }
    #home-page section#s1 {
      padding-bottom: 0; }
      #home-page section#s1 .feature img {
        width: 100%;
        height: auto; }
      #home-page section#s1 .feature hr {
        width: 100%;
        height: 1px;
        margin: 25px 0 20px;
        background: #7d4d55;
        border: none; }
      #home-page section#s1 .feature .border-wrap {
        min-height: 180px;
        border-bottom: 1px solid #7d4d55; }
        #home-page section#s1 .feature .border-wrap h4 {
          margin: 0 0 15px;
          font-size: 22px;
          line-height: 21px;
          font-weight: 600;
          text-align: center;
          text-transform: uppercase;
          color: #93721a; }
        #home-page section#s1 .feature .border-wrap p {
          font-size: 13px;
          line-height: 19px;
          font-weight: 600;
          color: #fff; }
        #home-page section#s1 .feature .border-wrap h5 {
          position: absolute;
          bottom: 5px;
          margin: 0;
          padding-bottom: 20px;
          font-size: 12px;
          font-weight: 700;
          text-transform: uppercase;
          color: #7d4d55;
          text-align: center;
          cursor: pointer; }
          #home-page section#s1 .feature .border-wrap h5:hover {
            color: #93721a; }
    #home-page section#s2 .book {
      color: #fff; }
      #home-page section#s2 .book img {
        float: left;
        margin-top: 10px;
        margin-right: 40px;
        border: 1px solid #7d4d55; }
      #home-page section#s2 .book p:nth-child(2) {
        color: #93721a;
        font-weight: 700; }
      #home-page section#s2 .book button {
        display: block;
        margin: 60px auto 0; }

#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;
    font-size: 70px; }
#bio-page section {
  padding: 50px 0; }
#bio-page .ms-info {
  background: rgba(0, 0, 0, 0.4) !important; }
#bio-page hr {
  margin: 30px auto 50px;
  width: 80%;
  border-color: #93721a; }

#webcast-page {
  color: #fff !important; }
  #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;
      font-size: 70px; }
  #webcast-page section {
    padding: 50px 0; }
    #webcast-page section#s1 {
      text-align: center; }
      #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; }

#webcast-page section#s1 * {
  color: #fff !important; }

@media (max-width: 1199px) {
  #desktop-hero #hero-1 img {
    margin-right: -390px; }
  #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: -465px; }
  #desktop-hero h1 {
    font-size: 90px; }
  #desktop-hero h2 {
    font-size: 34px;
    letter-spacing: 3px; }

  section#s1 .feature .border-wrap {
    min-height: 200px; }
  section#s1 .feature:nth-child(1), section#s1 .feature:nth-child(2) {
    margin-bottom: 20px; } }
@media (max-width: 767px) {
  #home-page section#s2 .book img {
    float: none;
    display: block;
    margin: 0 auto 10px; }

  nav ul {
    text-align: center; }
    nav ul li {
      margin: 0 10px;
      font-size: 14px; }

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

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