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

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

a {
  color: #00aad6; }
  a:hover {
    color: #0081a3; }

.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 #0049aa;
  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: #00aad6;
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  text-transform: uppercase;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); }
  input[type="submit"]:hover,
  button:hover {
    background: #003e91; }

.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: #00aad6;
      stroke: #00aad6; }
    .social .iconic:hover * {
      fill: #0acdff;
      stroke: #0acdff; }

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

h1 {
  margin: 10px 0 -10px;
  color: #00aad6;
  font-weight: 700;
  font-size: 80px;
  text-transform: uppercase;
  letter-spacing: -1px;
  text-align: center; }

h2 {
  margin: 0 0 20px;
  padding: 0 2%;
  font-size: 44px;
  line-height: 50px;
  font-weight: 300;
  text-align: center;
  color: #0049aa; }
  h2 span {
    display: block;
    font-size: 28px;
    color: #565a6c; }
  h2 div {
    display: inline-block;
    border-bottom: 2px solid #00aad6; }

#desktop-hero {
  overflow: hidden;
  position: relative;
  height: 375px;
  border-bottom: 1px solid #565a6c; }
  #desktop-hero hr {
    width: 110%;
    height: 2px;
    margin-left: -60px;
    border: none;
    background: #0049aa; }
  #desktop-hero h2 {
    margin: 0 0 10px;
    color: #565a6c;
    font-size: 38px;
    font-weight: 400;
    text-transform: uppercase; }
  #desktop-hero ul {
    list-style: none; }
    #desktop-hero ul li {
      margin: -4px 0;
      padding: 4px 0 0 28px;
      font-weight: 300;
      font-size: 18px;
      color: #565a6c;
      background: url(../images/bullet.png) no-repeat left center; }
  #desktop-hero button {
    display: block;
    margin: 20px auto 0; }
  #desktop-hero .hero-slide {
    position: absolute;
    width: 100%;
    height: 375px; }
  #desktop-hero #hero-1 {
    background: url(../images/hero-bg-1.jpg) no-repeat;
    background-size: cover; }
  #desktop-hero #hero-2 {
    background: url(../images/hero-bg-2.jpg) no-repeat;
    background-size: cover;
    opacity: 0; }
  #desktop-hero #hero-3 {
    background: url(../images/hero-bg-3.jpg) no-repeat;
    background-size: cover;
    opacity: 0; }
  #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; }

section .header {
  text-align: center; }
  section .header hr {
    margin: 10px auto 25px;
    max-width: 380px;
    border-color: #d5d5d5; }
  section .header p {
    margin: 0 0 60px;
    font-size: 20px;
    font-weight: 300; }
    section .header p.no {
      margin: 0 0 20px; }
section#logo {
  padding: 20px 0; }
  section#logo #header-about-me {
    text-align: right;
    font-size: 13px;
    line-height: 24px; }
    section#logo #header-about-me img {
      float: right;
      margin: 0 0 -5px 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 {
  margin-bottom: -40px;
  background: #0049aa;
  color: #fff;
  font-size: 18px;
  text-align: center; }
  footer .container {
    padding: 40px 0 150px; }
  footer img {
    display: block;
    margin: 0 auto; }
  footer .questions {
    padding-top: 30px; }
    footer .questions a {
      color: #fff;
      text-decoration: underline;
      cursor: pointer; }

.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: #00aad6; }
      .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: #00aad6; }
    .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: #565a6c;
    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: 690px; }
  #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: #0049aa; }
  #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: #0049aa;
    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; }

#navigation {
  background-color: #1765bb;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0049aa), to(#1765bb));
  background-image: -webkit-linear-gradient(top, #0049aa, #1765bb);
  background-image: -moz-linear-gradient(top, #0049aa, #1765bb);
  background-image: -ms-linear-gradient(top, #0049aa, #1765bb);
  background-image: -o-linear-gradient(top, #0049aa, #1765bb);
  background-image: linear-gradient(top, #0049aa, #1765bb);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#0049aa', EndColorStr='#1765bb');
  position: relative;
  z-index: 2;
  height: 50px;
  margin-top: -2px;
  border-top: 1px solid #565a6c;
  border-bottom: 1px solid #565a6c;
  color: #fff; }
  #navigation ul {
    margin: 0;
    padding: 0;
    border-left: 1px solid #0d4a91; }
    #navigation ul li {
      display: inline-block;
      padding: 0 30px;
      line-height: 48px;
      border-left: 1px solid #3d79c1;
      border-right: 1px solid #0d4a91;
      cursor: pointer; }
      #navigation ul li:nth-child(4) {
        box-shadow: inset -1px 0 0 #0d4a91;
        border-right: 1px solid #3d79c1; }
      #navigation ul li.active, #navigation ul li:hover {
        background-color: #117ac3;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#0066b7), to(#117ac3));
        background-image: -webkit-linear-gradient(top, #0066b7, #117ac3);
        background-image: -moz-linear-gradient(top, #0066b7, #117ac3);
        background-image: -ms-linear-gradient(top, #0066b7, #117ac3);
        background-image: -o-linear-gradient(top, #0066b7, #117ac3);
        background-image: linear-gradient(top, #0066b7, #117ac3);
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#0066b7', EndColorStr='#117ac3'); }
      #navigation ul li.purchase {
        background-color: #00aad6;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#0099c0), to(#00aad6));
        background-image: -webkit-linear-gradient(top, #0099c0, #00aad6);
        background-image: -moz-linear-gradient(top, #0099c0, #00aad6);
        background-image: -ms-linear-gradient(top, #0099c0, #00aad6);
        background-image: -o-linear-gradient(top, #0099c0, #00aad6);
        background-image: linear-gradient(top, #0099c0, #00aad6);
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#0099c0', EndColorStr='#00aad6');
        float: right;
        border-left: 1px solid #05408b;
        border-right: 1px solid #3d79c1;
        box-shadow: inset 1px 0 0 #33b5d7, inset -1px 0 0 #0082a4; }
        #navigation ul li.purchase:hover {
          background: #ffd52a;
          color: #565a6c; }

#home-page {
  display: block; }
  #home-page section {
    padding: 40px 0; }
    #home-page section#s1 {
      text-align: center; }
      #home-page section#s1 p {
        font-size: 16px; }
        #home-page section#s1 p strong {
          color: #565a6c; }
        #home-page section#s1 p span {
          display: block;
          margin-top: -5px;
          font-size: 14px; }
      #home-page section#s1 h5 {
        margin-bottom: 40px;
        font-size: 20px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #565a6c; }
      #home-page section#s1 .feature img {
        width: 100%;
        height: auto;
        cursor: pointer; }
      #home-page section#s1 .feature hr {
        width: 100%;
        height: 1px;
        margin: 25px 0 20px;
        background: #00aad6;
        border: none; }
    #home-page section#s2 {
      padding: 0; }
      #home-page section#s2 .container {
        padding: 40px 15px;
        border-top: 1px solid #d5d5d5; }
      #home-page section#s2 .book img {
        float: left;
        margin-top: 10px;
        margin-right: 40px;
        border: 1px solid #00aad6; }
      #home-page section#s2 .book p:nth-child(2) {
        color: #0049aa;
        font-weight: 700; }
      #home-page section#s2 .book button {
        display: block;
        margin: 60px auto 0; }

#bio-page #s1 {
  padding: 50px 0; }
#bio-page hr {
  margin: 10px auto 25px;
  max-width: 380px;
  border-color: #d5d5d5; }
#bio-page header {
  position: relative;
  background: url(../images/hero-bg-1.jpg) no-repeat;
  background-size: cover;
  border-bottom: 1px solid #565a6c; }
  #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 15px; }
  #bio-page header h1 {
    display: block;
    margin-top: -20px;
    background: none;
    text-align: left;
    font-size: 64px; }

#webcast-page header {
  position: relative;
  background: url(../images/hero-bg-1.jpg) no-repeat;
  background-size: cover;
  border-bottom: 1px solid #565a6c; }
  #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 15px; }
  #webcast-page header h1 {
    display: block;
    margin-top: -20px;
    background: none;
    text-align: left;
    font-size: 64px; }
#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; }

@media (max-width: 1199px) {
  #desktop-hero #hero-1 img {
    margin-left: -50px;
    width: 57%;
    height: auto; }

  h2 {
    font-size: 38px; }
    h2 span {
      line-height: 38px; } }
@media (max-width: 991px) {
  #desktop-hero #hero-1 img {
    margin-left: -170px;
    width: 70%;
    height: auto; }
  #desktop-hero h2 {
    font-size: 28px; }

  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) {
  #navigation {
    height: auto; }
    #navigation ul {
      text-align: center; }
      #navigation ul li {
        padding: 0 18px; }

  #desktop-hero {
    height: auto;
    background: url(../images/hero-bg-1.jpg);
    background-size: cover; }
    #desktop-hero #hero-1 {
      background: none; }
    #desktop-hero img {
      width: 100%;
      height: auto;
      margin: 30px 0 20px; }
    #desktop-hero ul {
      padding-left: 10px; }
      #desktop-hero ul li {
        font-style: 16px; }

  #home-page section#s2 .book img {
    display: block;
    float: none;
    margin: 0 auto 10px; }

  section#logo img {
    display: block;
    margin: 0 auto; }

  footer .container {
    padding: 40px 15px 100px; }
  footer img {
    display: block;
    margin: 0 auto;
    width: 80%;
    height: auto; } }
#video {
  margin-top: 20px; }
  #video iframe {
    width: 100%; }

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