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

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

h3 {
  margin: 0 0 20px;
  font-family: Georgia, serif;
  line-height: 34px;
  font-size: 24px;
  font-style: italic;
  font-weight: bold;
  text-align: center; }

h4 {
  margin: 20px 0 30px;
  font-size: 25px;
  font-weight: 400;
  line-height: 34px;
  color: #b65056;
  text-align: center; }

h5 {
  margin: 20px 0;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-align: center; }

a {
  color: #549790; }
  a:hover {
    color: #427671; }

.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 #549790;
  border-radius: 0;
  color: #777777;
  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: #549790;
  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: #4b8780; }

nav {
  margin-bottom: 20px; }
  nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    nav ul li {
      -webkit-transition: background 300ms ease-in-out, color 300ms ease-in-out;
      -moz-transition: background 300ms ease-in-out, color 300ms ease-in-out;
      -ms-transition: background 300ms ease-in-out, color 300ms ease-in-out;
      -o-transition: background 300ms ease-in-out, color 300ms ease-in-out;
      transition: background 300ms ease-in-out, color 300ms ease-in-out;
      float: left;
      margin-right: 20px;
      padding: 5px 12px;
      font-size: 18px;
      font-weight: 600;
      text-transform: uppercase;
      border-radius: 2px 2px 0 0;
      color: #549790; }
      nav ul li:hover, nav ul li.active {
        cursor: pointer;
        background: #549790;
        color: #fff; }
  nav button {
    float: right;
    margin-top: -5px;
    padding: 6px 20px;
    font-size: 18px;
    font-weight: 600; }

#desktop-hero {
  overflow: hidden;
  position: relative;
  height: 458px;
  background: #b65056;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  border-top: 2px solid #549790;
  border-bottom: 2px solid #549790;
  background: url(../images/hero-bkg.jpg) no-repeat;
  background-size: cover; }
  #desktop-hero input {
    margin-bottom: 15px; }
  #desktop-hero .shake-this {
    padding-top: 50px; }
  #desktop-hero .hero-slides {
    position: relative; }
    #desktop-hero .hero-slides img {
      position: absolute;
      left: -240px;
      width: auto;
      max-height: 540px;
      opacity: 0; }
      #desktop-hero .hero-slides img:nth-child(1) {
        opacity: 1; }
  #desktop-hero h1 {
    margin-bottom: 40px;
    line-height: 38px;
    font-size: 38px;
    font-weight: 700;
    text-transform: uppercase; }
  #desktop-hero p {
    width: 75%;
    margin: 0 auto 18px;
    font-size: 30px;
    line-height: 36px;
    font-weight: 300; }
  #desktop-hero form .row {
    padding: 20px 0 0; }
  #desktop-hero form .note {
    font-size: 12px;
    font-family: "Open Sans", sans-serif; }

.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: #549790;
      stroke: #549790; }
    .social .iconic:hover * {
      fill: #6fafa8;
      stroke: #6fafa8; }

section {
  padding: 50px 0; }
  section .header {
    text-align: center; }
    section .header hr {
      margin: 30px auto 50px;
      width: 80%;
      border-color: #777777; }
    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; }
      section#logo #header-about-me img {
        float: right;
        margin: 0 0 0 15px;
        max-height: 63px;
        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 {
  margin-bottom: -40px;
  border-top: 2px solid #549790;
  padding: 50px 0 200px;
  background: url(../images/footer-bg.jpg) no-repeat center;
  background-size: cover; }
  footer img {
    display: block;
    margin: 0 auto; }

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

#loadingGraphic {
  display: none;
  padding-top: 30px; }

#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 {
        top: 0;
        left: 0; }
      #loader .loaderBall .ball.ball2 {
        top: 0;
        left: 24px; }
      #loader .loaderBall .ball.ball3 {
        top: 24px;
        left: 0; }
      #loader .loaderBall .ball.ball4 {
        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); } }
@media (max-width: 767px) {
  nav {
    margin-bottom: 20px; }
    nav ul {
      text-align: center; }
      nav ul li {
        display: inline-block;
        float: none;
        margin: 0;
        font-size: 13px; }
    nav button {
      display: block;
      float: none;
      margin: 20px auto 0; }

  section#logo img {
    display: block;
    margin: 0 auto 20px;
    width: 100%;
    height: auto; }
  section#logo #header-about-me {
    padding: 10px 0;
    text-align: left; }
    section#logo #header-about-me img {
      float: left;
      margin-left: 0;
      margin-right: 10px; } }
.join-webcast {
  display: block;
  margin: 0 auto; }

#home-page section#s1 p {
  font-size: 20px;
  line-height: 30px; }
#home-page section#s1 h3 {
  margin: 40px 0 0; }
#home-page section#testimonials {
  background: #f3f3f3;
  border-top: 1px solid #777777;
  border-bottom: 1px solid #777777; }
  #home-page section#testimonials img {
    float: left;
    margin-right: 10px; }
  #home-page section#testimonials span {
    display: block;
    margin: 0 0 5px;
    font-size: 12px;
    line-height: 22px; }
  #home-page section#testimonials .name {
    font-weight: 700; }
  #home-page section#testimonials div[data-toggle="collapse"] {
    -webkit-transition: background, 250ms, linear;
    -moz-transition: background, 250ms, linear;
    -ms-transition: background, 250ms, linear;
    -o-transition: background, 250ms, linear;
    transition: background, 250ms, linear;
    padding: 10px; }
  #home-page section#testimonials .well {
    position: relative;
    margin: 40px 0 0;
    padding: 20px;
    background: white;
    border-radius: 5px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); }
    #home-page section#testimonials .well .close {
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      position: absolute;
      opacity: 1;
      z-index: 100;
      width: 28px;
      height: 28px;
      top: 10px;
      right: 10px;
      background: #549790;
      color: white;
      text-shadow: none;
      font-size: 22px;
      border-radius: 100%;
      text-align: center;
      line-height: 28px;
      cursor: pointer; }
    #home-page section#testimonials .well h6 {
      margin: 0 0 5px;
      padding-right: 30px;
      text-align: left;
      font-size: 18px; }
    #home-page section#testimonials .well p {
      font-size: 14px;
      line-height: 24px; }
    #home-page section#testimonials .well .col-sm-5 img {
      display: block;
      float: left;
      max-width: 210px;
      height: auto;
      margin-right: 20px;
      margin-bottom: 40px; }
    #home-page section#testimonials .well .col-sm-5 p {
      font-size: 12px;
      line-height: 22px; }
    #home-page section#testimonials .well .col-sm-7 {
      border-left: 1px solid #ddd; }
      #home-page section#testimonials .well .col-sm-7 .disclaimer {
        font-size: 10px;
        line-height: 20px;
        font-style: italic; }
#home-page section#s2 img, #home-page section#s4 img {
  width: 100%;
  height: auto; }
#home-page section#s2 ul, #home-page section#s4 ul {
  margin: 0 0 20px;
  padding: 0 0 0 15px;
  font-size: 15px; }
#home-page section#s3 {
  padding: 0; }
  #home-page section#s3 p {
    margin: 0 0 30px;
    font-size: 20px;
    line-height: 30px; }
  #home-page section#s3 h3 {
    margin: 30px 0; }
#home-page section#s5 {
  padding-top: 0; }
  #home-page section#s5 p {
    font-size: 20px;
    line-height: 30px; }
  #home-page section#s5 button {
    display: block;
    margin: 40px auto 20px; }

#bio-page header {
  position: relative;
  background: url(../images/footer-bg.jpg) no-repeat;
  background-size: cover;
  border-top: 2px solid #549790;
  border-bottom: 2px solid #549790; }
  #bio-page header .container {
    padding: 60px 0; }
  #bio-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); }
#bio-page section {
  padding: 50px 0; }
#bio-page hr {
  margin: 30px auto 50px;
  width: 80%;
  border-color: #777777; }

#webcast-page header {
  position: relative;
  background: url(../images/footer-bg.jpg) no-repeat;
  background-size: cover;
  border-top: 2px solid #549790;
  border-bottom: 2px solid #549790; }
  #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 section#s1 #pictures img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto 20px;
  border: 1px solid #549790; }
#bio-page section#s1 #bio p {
  text-align: left; }
#bio-page section#s1 #contact {
  margin-top: 60px; }
  #bio-page section#s1 #contact img {
    float: left;
    margin: -15px 10px 0 0; }
  #bio-page section#s1 #contact span {
    float: left; }
  #bio-page section#s1 #contact .social {
    margin: 0;
    text-align: right; }
#bio-page section#s2 {
  padding: 40px 0 80px; }

#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: #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 .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: #549790; }
  #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: #b65056;
        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: #b65056; }
  #form-modal .modal-body #loadingGraphic {
    display: none;
    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: #b65056;
    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; }

@media (max-width: 767px) {
  #desktop-hero {
    height: auto; }
    #desktop-hero .hero-slides {
      display: none; }
    #desktop-hero #firstname {
      margin-bottom: 20px; }

  #home-page section#testimonials .col-lg-3 {
    overflow: hidden; } }
#video {
  margin-top: 20px; }
  #video iframe {
    width: 100%; }

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