@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,400,700|Raleway:300,400,700';
body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  color: #555555;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a:link, a:visited, a:active {
  color: #00c0e0; }

a:hover {
  color: #0094ad; }

.z-1 {
  z-index: 1; }

.z-2 {
  z-index: 2; }

.bg-dark-gray {
  padding: 50px 0;
  background: #555555;
  color: #fff; }

.bg-light-gray {
  background: #fafafa; }

.border-top {
  border-top: 1px solid #bababa; }

.border-bottom {
  border-top: 1px solid #bababa; }

.tac {
  text-align: center; }

.tar {
  text-align: right; }

.blue {
  color: #00c0e0; }

.nav-hide {
  display: none; }

.fs-14 {
  font-size: 14px; }

.lg-mt-50 {
  margin-top: 50px; }

.lg-mt-30 {
  margin-top: 30px; }

.mt-20 {
  margin-top: 20px; }

.mt-40 {
  margin-top: 40px; }

.mt-60 {
  margin-top: 60px; }

.mb-20 {
  margin-bottom: 20px; }

.mb-40 {
  margin-bottom: 40px; }

.mb-70 {
  margin-bottom: 70px; }

.spaced-list li {
  margin-bottom: 10px; }

label {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  color: #00c0e0;
  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: #00c0e0;
    outline: none; }

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

hr {
  position: relative;
  width: 130px;
  height: 1px;
  margin: 10px auto 40px;
  border: none;
  background: #bababa; }
  hr::after {
    position: absolute;
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    top: -4px;
    left: 50%;
    margin-left: -5px;
    border-radius: 50px;
    background-color: #00c0e0;
    font-size: 80px; }

h1 {
  font-family: "Raleway", sans-serif;
  font-size: 44px;
  font-weight: 700;
  text-transform: uppercase; }
  h1.sub {
    font-size: 30px;
    font-weight: 300; }

h2 {
  margin: 0 0 20px;
  font-size: 26px;
  font-weight: 300; }

h3 {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 700; }

p {
  margin: 0 0 20px; }

.big {
  font-size: 20px; }

button {
  padding: 10px 60px;
  border: 1px solid #fb4348;
  background: #fb4348;
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer; }
  button:hover {
    background: #fc5c60; }

#social-bar {
  background: #fafafa;
  font-size: 12px; }

.social-info {
  height: 34px;
  margin: 0;
  padding: 0;
  list-style: none; }
  .social-info li {
    display: inline-block;
    overflow: hidden;
    padding: 8px 10px;
    border-right: 1px solid #f1f1f1; }
    .social-info li:first-of-type {
      padding-left: 0; }
    .social-info li:last-of-type {
      border: none; }
  .social-info img {
    float: left; }
  .social-info span {
    float: left;
    margin-left: 10px; }

.social {
  margin: 20px 0 0;
  padding: 0;
  list-style-type: none; }
  .social li {
    display: inline-block;
    width: 28px;
    height: 28px;
    padding: 4px;
    margin-left: 5px;
    border-radius: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 1.8;
    cursor: pointer;
    background: #c3c3c3;
    color: #fff; }
    .social li .iconic {
      margin-top: 2px; }
    .social li:hover {
      background: #00c0e0; }
      .social li:hover .iconic * {
        fill: #fff;
        stroke: #fff; }

.social-list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .social-list .iconic {
    width: 18px !important;
    height: 18px !important;
    margin-bottom: -5px; }
  .social-list .iconic * {
    fill: #bababa; }
  .social-list li {
    display: inline-block;
    border-right: 1px solid #f1f1f1; }
    .social-list li a {
      display: inline-block;
      padding: 8px 10px; }
    .social-list li:first-of-type {
      border-left: 1px solid #f1f1f1; }
    .social-list li:hover .iconic * {
      fill: #555555; }

nav {
  padding: 14px 0; }
  nav #desktop-nav {
    margin: 0;
    padding: 0;
    list-style: none; }
    nav #desktop-nav li {
      display: inline-block;
      padding: 26px 23px;
      font-size: 14px;
      cursor: pointer; }
      nav #desktop-nav li:hover {
        color: #00c0e0; }
      nav #desktop-nav li:first-of-type {
        margin-left: -23px; }
      nav #desktop-nav li:last-of-type {
        margin-right: -23px; }
  nav .row > div:last-of-type {
    text-align: right; }
  nav #navbar {
    margin: 15px -15px -14px;
    padding: 0;
    border-top: 1px solid #eee; }
    nav #navbar ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    nav #navbar li {
      margin: 0;
      padding: 12px 0;
      border-bottom: 1px solid #eee; }
      nav #navbar li:last-of-type {
        border: none; }
  nav #mobile-nav-button {
    float: right;
    margin: 15px 0 0;
    padding: 0 12px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 3px; }

section {
  padding: 70px 0; }
  section .video-wrap {
    padding: 30px;
    border: 1px solid #bababa; }
  section#s1 p {
    font-size: 20px;
    line-height: 28px; }
  section#s1 #times {
    padding: 0;
    list-style: none; }
    section#s1 #times li {
      font-size: 24px;
      line-height: 34px; }
  section#s1 img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 60px auto; }
  section#s1 button {
    margin: 0 auto 20px; }
  section#s1 .disclaimer {
    font-style: italic;
    font-size: 16px; }

.hero {
  overflow: hidden;
  position: relative;
  padding: 50px 0;
  background: url(../images/bg-hero.jpg) no-repeat left top;
  background-size: cover; }
  .hero.sub {
    text-align: left; }
  .hero .texture {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/hero-texture.png) repeat; }
  .hero h1 {
    display: inline-block;
    margin: 0;
    padding: 8px 15px;
    background: #00c0e0;
    color: #fff;
    line-height: 1; }
    .hero h1.sub {
      margin: 20px 0 55px 40px; }
  .hero button {
    margin-left: 82px;
    color: #2c3d50;
    background: transparent;
    border: 1px solid #2c3d50; }
    .hero button:hover {
      background: rgba(255, 255, 255, 0.5); }
  .hero img {
    float: left;
    margin: -50px 0 -50px -205px; }

.list-box {
  padding: 40px 40px 60px;
  border: 1px solid #bababa;
  border-radius: 4px; }
  .list-box .list-icon {
    width: 140px;
    height: 140px;
    margin: 0 auto;
    padding-top: 30px;
    border: 1px solid #bababa;
    border-radius: 200px;
    text-align: center; }
  .list-box hr {
    width: 100%;
    margin: 30px 0; }
    .list-box hr::after {
      display: none; }
  .list-box h3 {
    margin: 0 0 20px; }
  .list-box ul {
    margin: 0;
    padding: 0 0 0 80px; }

.work-item {
  display: inline-block;
  width: 19.6%;
  text-align: center;
  vertical-align: top; }
  .work-item h3 {
    line-height: 1.4; }

.family-image {
  display: block;
  max-width: 100%;
  height: auto; }

.family-icon {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto; }

footer {
  margin: 0 0 -37px;
  padding: 20px 0;
  background: #555555; }
  footer img {
    opacity: 0.5;
    margin: 0 auto;
    display: block;
    max-width: 100%;
    height: auto; }

#webcast-page section#s1 {
  text-align: center; }

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

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

.modal .modal-header {
  padding: 0;
  border: none;
  background: #00c0e0;
  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: 700;
      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 {
  background: #fb4348;
  font-size: 22px; }
  .modal#form-modal #submitButton:hover {
    background: #fc7579; }

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

.modal #amm-tabs {
  border: none;
  background: #00d6fa; }
  .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 #fb4348; }

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

.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: 6px 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: #00c0e0;
        top: 0;
        left: 0; }
      #loader .loaderBall .ball.ball2 {
        background-color: #00c0e0;
        top: 0;
        left: 24px; }
      #loader .loaderBall .ball.ball3 {
        background-color: #00c0e0;
        top: 24px;
        left: 0; }
      #loader .loaderBall .ball.ball4 {
        background-color: #00c0e0;
        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) {
  .lg-mt-30, .lg-mt-50 {
    margin-top: 0; }
  nav #desktop-nav li {
    padding: 26px 15px; }
  .hero h1 {
    font-size: 36px; }
    .hero h1.sub {
      font-size: 28px; }
  .hero button {
    margin-left: 70px; }
  .work-item {
    width: 19.6%; }
  .list-box {
    padding: 30px 20px 40px; }
    .list-box .spaced-list {
      padding-left: 30px; } }

@media (max-width: 991px) {
  .sm-mt-40 {
    margin-top: 40px; }
  .sub h1 {
    font-size: 34px; }
  .big {
    font-size: 18px; }
  nav .row > div {
    text-align: center !important; }
  nav #navbar {
    border: none; }
    nav #navbar li {
      display: inline-block;
      padding: 12px 25px;
      border: none; }
  .hero {
    padding: 50px 0;
    text-align: center; }
    .hero h1.sub {
      margin: 20px 0 40px; }
    .hero button {
      display: block;
      margin: 0 auto 40px; }
    .hero img {
      width: 100%;
      height: auto;
      margin: 0 0 -50px -35px; }
  .work-item {
    width: 19.5%; } }

@media (max-width: 767px) {
  body.modal-open {
    position: fixed;
    width: 100%; }
  .big {
    font-size: 16px; }
  h1 {
    font-size: 34px; }
    h1.sub {
      font-size: 20px;
      font-weight: 400; }
  h3 {
    font-size: 16px; }
  .xs-mt-40 {
    margin-top: 40px; }
  nav #navbar {
    margin: 15px -15px -14px;
    padding: 0;
    border-top: 1px solid #eee; }
    nav #navbar li {
      display: block;
      margin: 0;
      padding: 15px 10px;
      font-size: 12px;
      border-bottom: 1px solid #eee; }
      nav #navbar li:last-of-type {
        border: none; }
  .hero.sub {
    text-align: center; }
  .hero img {
    margin: 0 0 -50px -15px; } }
