@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,300:italic,600,700);
body {
  font: 16px/1.6 Roboto, sans-serif;
  color: #484848; }

.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: #94b7bc;
      stroke: #94b7bc; }
    .social .iconic:hover * {
      fill: #b3ccd0;
      stroke: #b3ccd0; }

.tac {
  text-align: center; }

a, a:active, a:visited {
  color: #94b7bc; }

a:hover {
  color: #b3ccd0; }

p {
  margin: 0 0 20px; }

h1 {
  display: block;
  width: 95%;
  margin: 0 auto 60px;
  font-size: 48px;
  font-weight: 300;
  color: #fff;
  line-height: 1.3; }
  h1 span {
    font-weight: 700; }

h2 {
  margin: 0 0 20px;
  font-size: 48px;
  font-weight: 300;
  color: #405167; }

h3 {
  margin: 0 0 20px;
  font-size: 36px;
  font-weight: 300;
  line-height: 1.3; }

hr {
  max-width: 170px;
  height: 1px;
  margin: 40px auto 50px;
  border: none;
  background: #929292; }

label {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  color: #94b7bc;
  text-transform: uppercase; }

input[type="text"],
input[type="email"],
input[type="tel"],
select {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  padding: 5px;
  font: inherit;
  color: #484848;
  background: #fff;
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 1px; }
  input[type="text"]:hover,
  input[type="email"]:hover,
  input[type="tel"]:hover,
  select:hover {
    border-color: #aaa; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="tel"]:focus,
  select:focus {
    border-color: #94b7bc;
    outline: none; }

select {
  height: 30px;
  margin-top: 5px; }

button {
  padding: 10px 33px;
  color: #fff;
  font-size: 36px;
  text-transform: uppercase;
  background: #97785d;
  border: 1px solid #fff; }
  button:hover {
    cursor: pointer;
    background: #ad927a; }

header {
  padding: 40px 0;
  text-align: center;
  background: #f3f3f3; }
  header img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto; }

nav {
  padding: 8px 0;
  background: #2f292a;
  color: #fff; }
  nav ul {
    margin: 3px 0 0;
    padding: 0;
    list-style: none;
    overflow: hidden; }
    nav ul li {
      display: inline-block;
      padding: 0 50px;
      font-size: 18px;
      font-weight: 300;
      border-right: 1px solid #fff; }
      nav ul li:hover {
        text-decoration: underline;
        cursor: pointer; }
      nav ul li:first-of-type {
        padding-left: 0; }
      nav ul li:last-of-type {
        padding-right: 0;
        border: none; }
  nav button {
    float: right;
    padding: 3px 63px;
    color: #fff;
    font-size: 18px;
    font-weight: 300; }

#mobile-nav-button {
  padding: 10px 5px;
  border: none; }

#mobile-nav {
  height: auto; }
  #mobile-nav ul {
    margin: 0;
    padding: 0; }
  #mobile-nav li {
    display: block;
    margin: 0;
    padding: 15px;
    border: none;
    font-size: 14px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.navbar-toggle {
  float: left;
  width: 34px;
  height: 34px;
  margin: 0;
  padding: 0;
  background: #393d3d;
  border-radius: 0; }
  .navbar-toggle .iconic * {
    fill: #fff;
    stroke: #fff; }

section {
  padding: 80px 0; }
  section.hero {
    margin-bottom: -35px;
    padding: 0 0 80px;
    text-align: center;
    overflow-x: hidden; }
    section.hero #curtain-top {
      position: relative;
      z-index: 20;
      height: 135px;
      width: 100%;
      margin-bottom: 15px;
      background: url(../images/curtain-top.png) repeat-x; }
    section.hero .container {
      position: relative; }
    section.hero .curtain {
      position: absolute;
      z-index: 10;
      top: -35px; }
    section.hero #curtain-left,
    section.hero #curtain-right {
      z-index: 15; }
    section.hero #curtain-left {
      left: -316px; }
    section.hero #curtain-right {
      right: -316px; }
    section.hero #curtain-repeat-left,
    section.hero #curtain-repeat-right {
      height: 714px;
      width: 1000%;
      top: -40px;
      background: url(../images/curtain-repeat.png) repeat-x; }
    section.hero #curtain-repeat-left {
      left: -1008%; }
    section.hero #curtain-repeat-right {
      right: -1008%; }
    section.hero .video-wrap {
      display: block;
      max-width: 1100px;
      height: 619px;
      margin: 0 auto;
      background-color: #000; }
    section.hero.sub {
      background: #94b7bc;
      padding: 44px 0;
      text-align: left; }
      section.hero.sub h1 {
        margin: 0;
        font-weight: 700; }
  section#intro {
    background: #f3f3f3;
    border-top: 1px solid #525252;
    border-bottom: 1px solid #525252; }
    section#intro p {
      font-size: 28px; }
  section#philosophy h2 {
    margin: 0; }
  section#philosophy hr {
    margin: 10px 0 20px; }
  section#philosophy img {
    display: block;
    max-width: 100%;
    height: auto; }
  section#philosophy button {
    margin-top: 30px; }

#webcast-page header {
  position: relative;
  background: url(../images/footer-bg.jpg) no-repeat;
  background-size: cover;
  border-top: 2px solid #94b7bc;
  border-bottom: 2px solid #94b7bc; }
  #webcast-page header .container {
    padding: 60px 0; }
  #webcast-page header h1 {
    display: block;
    margin: 0 0 0 50px;
    background: none;
    text-align: left;
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 0 7px rgba(0, 0, 0, 0.3); }

#webcast-page img {
  display: block;
  margin: 50px auto; }

#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 #times {
      padding: 0;
      list-style: none; }
      #webcast-page section#s1 #times li {
        font-size: 24px;
        line-height: 34px; }
    #webcast-page section#s1 button {
      margin: 0 auto 20px; }
    #webcast-page section#s1 .disclaimer {
      font-style: italic;
      font-size: 16px; }

#bio-page hr {
  margin: 10px auto 20px; }

footer {
  margin: 0 0 -37px;
  height: 285px;
  background-color: #94b7bc;
  box-shadow: 0 -1px 0 0 #fff, 0 -6px 0 0 #94b7bc, 0 -9px 0 0 #fff, 0 -18px 0 0 #94b7bc; }

.modal .modal-dialog {
  width: 95%;
  max-width: 660px; }

.modal .modal-content {
  border: none;
  border-radius: 0; }

.modal .modal-header {
  padding: 0;
  border: none;
  background: #94b7bc;
  color: #fff; }
  .modal .modal-header .close {
    margin: 0; }
  .modal .modal-header .inner {
    padding: 20px 30px 15px; }
    .modal .modal-header .inner h4 {
      margin: 0 0 5px;
      font-weight: 400;
      font-size: 16px;
      text-transform: uppercase;
      text-align: left;
      color: #fff; }
  .modal .modal-header .modal-title {
    font-size: 20px;
    text-transform: none; }
  .modal .modal-header .close:hover {
    background: none;
    color: #fff; }

.modal#form-modal .note {
  font-size: 14px;
  margin: 0 0 40px; }

.modal#form-modal #submitButton {
  font-size: 22px; }

.modal#form-modal .thanks {
  display: none;
  text-align: center; }

.modal #amm-tabs {
  border: none;
  background: #a0c4ca; }
  .modal #amm-tabs li {
    margin: 0; }
    .modal #amm-tabs li a {
      margin: 0;
      padding: 14px 30px;
      color: #fff;
      font-size: 14px;
      text-transform: uppercase;
      background: none;
      border: none;
      border-radius: 0; }
    .modal #amm-tabs li.active a {
      box-shadow: inset 0 -2px 0 #c6e899; }

.modal .modal-body {
  padding: 30px;
  border-bottom: 1px solid #e6e6e6; }
  .modal .modal-body p {
    margin: 0 0 20px; }
    .modal .modal-body p:last-of-type {
      margin: 0; }
  .modal .modal-body button {
    display: block;
    margin: 0 auto; }

.modal #amm-head {
  text-align: center; }

.modal #amm-profileimage {
  display: block;
  margin: 0 auto 20px;
  max-width: 150px;
  max-height: 150px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); }

.modal #amm-name {
  font-size: 24px;
  font-weight: 700;
  color: #94b7bc; }

.modal .bx-viewport {
  border: none;
  box-shadow: none; }

.modal .bx-wrapper {
  margin: 0 auto; }
  .modal .bx-wrapper .bx-pager {
    position: relative;
    bottom: 0; }

.modal #amm-slider div img {
  margin: 0 auto 20px; }

.modal #video-page iframe {
  margin-bottom: 20px; }

#loadingGraphic {
  display: none; }

#loader {
  width: 44px;
  height: 44px;
  margin: 0 auto;
  -webkit-animation: animball_two 1s infinite;
  -moz-animation: animball_two 1s infinite;
  -ms-animation: animball_two 1s infinite;
  animation: animball_two 1s infinite; }
  #loader .loaderBall {
    width: 44px;
    height: 44px;
    position: absolute; }
    #loader .loaderBall .ball {
      position: absolute;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      -webkit-animation: animball_one 1s infinite ease;
      -moz-animation: animball_one 1s infinite ease;
      -ms-animation: animball_one 1s infinite ease;
      animation: animball_one 1s infinite ease; }
      #loader .loaderBall .ball.ball1 {
        background-color: #97785d;
        top: 0;
        left: 0; }
      #loader .loaderBall .ball.ball2 {
        background-color: #97785d;
        top: 0;
        left: 24px; }
      #loader .loaderBall .ball.ball3 {
        background-color: #97785d;
        top: 24px;
        left: 0; }
      #loader .loaderBall .ball.ball4 {
        background-color: #97785d;
        top: 24px;
        left: 24px; }

@-webkit-keyframes animball_one {
  0% {
    position: absolute; }
  50% {
    top: 12px;
    left: 12px;
    position: absolute;
    opacity: 0.5; }
  100% {
    position: absolute; } }

@-moz-keyframes animball_one {
  0% {
    position: absolute; }
  50% {
    top: 12px;
    left: 12px;
    position: absolute;
    opacity: 0.5; }
  100% {
    position: absolute; } }

@-ms-keyframes animball_one {
  0% {
    position: absolute; }
  50% {
    top: 12px;
    left: 12px;
    position: absolute;
    opacity: 0.5; }
  100% {
    position: absolute; } }

@keyframes animball_one {
  0% {
    position: absolute; }
  50% {
    top: 12px;
    left: 12px;
    position: absolute;
    opacity: 0.5; }
  100% {
    position: absolute; } }

@-webkit-keyframes animball_two {
  0% {
    -webkit-transform: rotate(0deg) scale(1); }
  50% {
    -webkit-transform: rotate(360deg) scale(1.3); }
  100% {
    -webkit-transform: rotate(720deg) scale(1); } }

@-moz-keyframes animball_two {
  0% {
    -moz-transform: rotate(0deg) scale(1); }
  50% {
    -moz-transform: rotate(360deg) scale(1.3); }
  100% {
    -moz-transform: rotate(720deg) scale(1); } }

@-ms-keyframes animball_two {
  0% {
    -ms-transform: rotate(0deg) scale(1); }
  50% {
    -ms-transform: rotate(360deg) scale(1.3); }
  100% {
    -ms-transform: rotate(720deg) scale(1); } }

@keyframes animball_two {
  0% {
    transform: rotate(0deg) scale(1); }
  50% {
    transform: rotate(360deg) scale(1.3); }
  100% {
    transform: rotate(720deg) scale(1); } }

@-webkit-keyframes scroll {
  0% {
    background-position: 0; }
  100% {
    background-position: -2826px; } }

@-moz-keyframes scroll {
  0% {
    background-position: 0; }
  100% {
    background-position: -2826px; } }

@-ms-keyframes scroll {
  0% {
    background-position: 0; }
  100% {
    background-position: -2826px; } }

@keyframes scroll {
  0% {
    background-position: 0; }
  100% {
    background-position: -2826px; } }

@media (max-width: 1199px) {
  h1 {
    font-size: 38px; }
  h2 {
    font-size: 60px;
    line-height: 60px; }
  nav ul li {
    padding: 0 40px; }
  section.hero .curtain {
    top: -126px; }
  section.hero #curtain-repeat-left,
  section.hero #curtain-repeat-right {
    top: -141px; }
  section.hero .video-wrap {
    height: 528px; } }

@media (max-width: 991px) {
  h1 {
    font-size: 30px; }
  h2 {
    font-size: 46px;
    line-height: 46px; }
  nav button {
    padding: 3px 40px; }
  nav ul li {
    padding: 0 20px;
    margin: 4px 0 0;
    font-size: 16px; }
  header button {
    margin-top: 20px; }
  header#success-hero h1 {
    line-height: 1;
    font-size: 26px; }
  section.hero .video-wrap {
    height: 405px; }
  section.hero .curtain {
    top: -250px; }
  section.hero #curtain-repeat-left,
  section.hero #curtain-repeat-right {
    top: -265px; }
  section#intro p {
    font-size: 22px; }
  section#philosophy h2 {
    margin: 20px 0 20px; } }

@media (max-width: 767px) {
  body.modal-open {
    position: fixed;
    width: 100%; }
  #about-me {
    text-align: left; }
    #about-me img {
      float: left;
      margin: -5px 10px 0 0; }
  h2 {
    font-size: 34px;
    line-height: 34px; }
  h3 {
    font-size: 24px;
    padding: 0 15px; }
  button {
    font-size: 22px; }
  nav #logo img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto 20px; }
  nav ul {
    margin: 0; }
    nav ul li {
      margin: 0; }
  header, nav .row {
    display: block; }
  header {
    padding: 20px 0; }
    header#success-hero {
      height: auto;
      padding: 20px 0;
      background-size: cover; }
  section {
    padding: 40px 0; }
    section#s1 {
      padding: 80px 0 40px; }
      section#s1 .blue {
        margin: 0 0 40px; }
    section.hero .video-wrap {
      height: auto; }
    section.hero .curtain {
      top: -20px; }
      section.hero .curtain img {
        width: 32%; }
    section.hero #curtain-left {
      left: -195px; }
    section.hero #curtain-right {
      right: -195px; }
    section.hero #curtain-top {
      height: 25px;
      background-position: bottom;
      background-size: 50%; }
    section#intro p {
      font-size: 18px; }
    section#philosophy hr {
      margin: 20px auto; }
  #webcast-page img {
    width: 45%;
    height: auto; }
  footer {
    margin-top: 40px; } }
