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

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

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

a:hover, .fake-link:hover {
  color: #0094ad;
  cursor: pointer; }

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

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

.bg-black {
  background: #333;
  color: #ddd; }
  .bg-black h3 {
    color: inherit; }

.bg-dark-gray {
  padding: 20px 0;
  background: #545454;
  color: #fff; }
  .bg-dark-gray h2 {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 10px; }
  .bg-dark-gray button {
    padding: 4px 20px;
    font-size: 20px;
    color: #00c0e0;
    background: #fff;
    border-color: #fff; }
    .bg-dark-gray button:hover {
      opacity: 0.8;
      background: #fff; }

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

.border-top {
  box-shadow: 0 -3px 0 0 #ccc, 0 -4px 0 0 #fff, 0 -5px 0 0 #ccc; }

.border-bottom {
  box-shadow: 0 3px 0 0 #ccc, 0 4px 0 0 #fff, 0 5px 0 0 #ccc; }

.border-both {
  background: #fafafa;
  box-shadow: 0 -3px 0 0 #ccc, 0 -4px 0 0 #fff, 0 -5px 0 0 #ccc, 0 3px 0 0 #ccc, 0 4px 0 0 #fff, 0 5px 0 0 #ccc; }

.tac {
  text-align: center; }

.tar {
  text-align: right; }

.blue {
  color: #00c0e0; }

.nav-hide {
  display: none; }

.relative {
  position: relative; }

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

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

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

.m0 {
  margin: 0; }

.mxa {
  margin-right: auto;
  margin-left: auto; }

.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"] {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  padding: 5px;
  font: inherit;
  color: #484848;
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 1px; }
  input[type="text"]:hover,
  input[type="email"]:hover,
  input[type="tel"]:hover {
    border-color: #aaa; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="tel"]:focus {
    border-color: #00c0e0;
    outline: none; }

hr {
  position: relative;
  width: 134px;
  height: 20px;
  margin: 10px auto 40px;
  border: none;
  background: url(../images/hr.png) no-repeat; }

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

h3 {
  margin: 0;
  font-family: "Libre Baskerville", serif;
  font-size: 36px;
  font-weight: 400;
  color: #061f5c; }

h4 {
  margin: 10px 0 5px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  color: #061f5c; }

p {
  margin: 0 0 20px; }

.big {
  font-size: 20px; }

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

.join-webcast {
  display: none !important; }

#social-bar {
  position: relative;
  z-index: 4;
  background: #f6f6f6;
  font-size: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4); }
  #social-bar #am-name {
    cursor: pointer; }
    #social-bar #am-name:hover {
      color: #00c0e0; }

.social-info {
  height: 34px;
  margin: 0;
  padding: 0;
  list-style: none; }
  .social-info li {
    display: inline-block;
    overflow: hidden;
    padding: 8px 20px;
    border-right: 1px solid #f1f1f1; }
    .social-info li:first-of-type {
      padding-left: 0; }
    .social-info li:last-of-type {
      border: none; }
    .social-info li:hover {
      text-decoration: underline;
      cursor: pointer;
      color: #00c0e0; }
  .social-info img {
    float: left; }
  .social-info span {
    float: left;
    margin-left: 10px; }

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

#mobile-nav {
  padding: 0; }

.nav-active {
  font-weight: 700;
  color: #00c0e0; }

.page-nav {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #f1f1f1;
  height: auto; }
  .page-nav li {
    display: block;
    margin: 0 0 20px;
    padding: 0;
    border: none;
    font-size: 14px; }

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

nav {
  padding: 14px 0; }
  nav .header-email {
    overflow: hidden;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis; }
  nav #header-about-me {
    margin-top: 5px;
    text-align: right;
    font-size: 13px;
    line-height: 24px; }
    nav #header-about-me img {
      float: right;
      margin: 0 0 0 15px;
      max-height: 62px;
      width: auto;
      border: 1px solid #5e6d70; }
    nav #header-about-me .header-name {
      font-weight: 700;
      cursor: pointer;
      color: #fb4348; }
    nav #header-about-me div {
      margin-bottom: -5px; }
  nav p {
    margin: 15px 0 0;
    font-size: 26px;
    font-style: italic;
    font-family: "Libre Baskerville", serif; }

section {
  padding: 70px 0; }
  section .card {
    position: relative;
    z-index: 3;
    margin: -170px 0 0;
    -webkit-animation: 3s ease-in-out infinite card;
    animation: 3s ease-in-out infinite card; }
  section .na-map {
    margin: -40px 40px 0 -80px;
    vertical-align: top; }
  section .provider-table {
    display: inline-block;
    font-size: 14px; }
    section .provider-table tr td {
      padding: 0 10px 10px 0; }
      section .provider-table tr td:first-of-type {
        text-align: right;
        color: #00c0e0;
        font-weight: 700; }
  section .video-wrap {
    padding: 30px;
    border: 1px solid #ccc; }
  section .number-hover:hover .number {
    background: #00c0e0;
    color: #fff; }
  section .number {
    width: 50px;
    height: 50px;
    margin: 0 auto 20px;
    border-radius: 100%;
    border: 1px solid #00c0e0;
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    line-height: 48px;
    color: #00c0e0; }
  section .press-from {
    font-weight: 700;
    color: #00c0e0; }
  section .play-wrap {
    position: relative; }
    section .play-wrap img {
      cursor: pointer; }
    section .play-wrap .play {
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -24px;
      margin-left: -26px; }
    section .play-wrap .image-fix {
      margin: 0 auto; }
  section#testimonials .slide {
    padding: 0 60px; }
  section#testimonials .bx-wrapper .bx-viewport {
    box-shadow: none; }
  section#testimonials .bx-wrapper {
    margin: 0 auto 30px; }
  section#testimonials .quote {
    font-family: "Libre Baskerville", serif;
    font-size: 24px;
    font-style: italic; }
  section#testimonials .from {
    margin-bottom: 20px;
    margin-right: 20%;
    text-align: right;
    font-size: 20px;
    color: #00c0e0; }
  section#testimonials .active img, section#testimonials img:hover {
    box-shadow: 0 0 0 10px #fff, 0 0 0 11px #00c0e0;
    cursor: pointer; }
  section .panel-group h4 {
    margin: 0;
    font-size: 22px;
    font-weight: bold;
    color: #545454; }
    section .panel-group h4 a {
      color: inherit;
      text-decoration: none !important; }
      section .panel-group h4 a:hover {
        color: #00c0e0; }
  section .panel-group p, section .panel-group ul, section .panel-group ol {
    margin: 25px;
    color: #999;
    font-style: italic; }
  section .panel-group ul {
    padding-left: 40px; }
  section .panel-group .panel {
    margin: 0 0 1px;
    border: 1px solid #eee; }
    section .panel-group .panel .panel-heading {
      padding: 8px 25px;
      background: #eee; }
  section .cadillac {
    margin: 20px 0 -40px; }
  section .cadillac-header {
    margin-top: 20px; }
  section .disclaimers {
    font-size: 14px; }
  section #comp-table {
    margin-bottom: 10px; }
    section #comp-table td {
      padding-bottom: 10px; }
      section #comp-table td strong {
        display: inline-block;
        margin-left: 10px; }

.hero {
  overflow: hidden;
  position: relative;
  height: 440px;
  padding: 55px 0;
  background: url(../images/bg-hero.jpg) no-repeat left top;
  background-size: cover; }
  .hero.sub {
    text-align: left;
    height: auto; }
  .hero .texture {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/hero-texture.png) repeat; }
  .hero h1 {
    display: inline-block;
    margin: 0 -30px 2px 0;
    padding: 4px 30px;
    background: #00c0e0;
    color: #fff;
    line-height: 1;
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase; }
  .hero h2 {
    margin: 20px 0 0 40px;
    font-size: 44px;
    font-weight: 300;
    text-transform: uppercase;
    color: #061f5c; }
    .hero h2 #hero-slide {
      width: 0%;
      display: inline-block;
      text-decoration: underline;
      vertical-align: bottom;
      overflow: hidden;
      -webkit-transition: all 2s ease-in-out;
      -moz-transition: all 2s ease-in-out;
      -ms-transition: all 2s ease-in-out;
      -o-transition: all 2s ease-in-out;
      transition: all 2s ease-in-out; }
      .hero h2 #hero-slide.slide {
        width: 110px;
        margin-left: -10px; }
  .hero button {
    color: #061f5c;
    background: transparent;
    border: 1px solid #061f5c; }
    .hero button:hover {
      background: rgba(255, 255, 255, 0.5); }
  .hero #hero-img {
    position: absolute;
    top: -55px;
    right: -400px; }
  .hero #hero-hr {
    display: inline-block;
    margin: 10px 0; }
  .hero p {
    font-weight: 300;
    text-transform: uppercase;
    color: #061f5c;
    margin: 10px 0 0 35px; }

#bio-page #s1 h2, #bio-page #s1 hr {
  display: none; }

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

.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: 1s ease-in-out infinite animball_two;
  animation: 1s ease-in-out infinite animball_two; }
  #loader .loaderBall {
    width: 44px;
    height: 44px;
    position: absolute; }
    #loader .loaderBall .ball {
      position: absolute;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      -webkit-animation: 1s ease-in-out infinite animball_one;
      animation: 1s ease-in-out infinite animball_one; }
      #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; }

@keyframes card {
  0% {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  50% {
    -moz-transform: translate(0, 10px);
    -o-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px); }
  100% {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@-webkit-keyframes card {
  0% {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  50% {
    -moz-transform: translate(0, 10px);
    -o-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px); }
  100% {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

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

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

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

@media (max-width: 1350px) {
  .cadillac {
    display: block;
    max-width: 100%;
    height: auto; } }

@media (max-width: 1199px) {
  h3 {
    font-size: 28px; }
  nav p {
    margin: 20px 0 0;
    font-size: 22px; }
  .hero h1 {
    padding: 8px 20px;
    font-size: 40px; }
    .hero h1.sub {
      margin-left: 0; }
  .hero button {
    margin-left: 20px; }
  .hero #hero-img {
    right: -370px; }
  section {
    padding: 50px 0; }
    section .na-map {
      margin: -40px -15px 0 -120px; }
    section#testimonials .slide {
      padding: 0 40px; }
    section .cadillac {
      margin: 0 0 -20px; } }

@media (max-width: 991px) {
  h3 {
    font-size: 22px; }
  nav p {
    margin: 20px 0 0;
    font-size: 22px; }
  nav #header-about-me {
    margin-top: 10px; }
  .social-info li:last-of-type span {
    overflow: hidden;
    max-width: 160px;
    white-space: nowrap;
    text-overflow: ellipsis; }
  section#testimonials .slide {
    padding: 0 20px; }
  section .panel-group h4 {
    font-size: 18px; }
  section.hero {
    height: auto; }
    section.hero h1 {
      margin: 0 0 2px;
      background: rgba(0, 192, 224, 0.7);
      font-size: 34px; }
    section.hero #hero-hr {
      display: none; }
    section.hero h2 {
      font-size: 26px; }
      section.hero h2 #hero-slide.slide {
        width: 65px;
        margin-left: -5px; }
    section.hero p {
      margin: 10px 0 0 50px;
      font-weight: 400; }
    section.hero button {
      background: rgba(255, 255, 255, 0.4); }
      section.hero button:hover {
        background: rgba(255, 255, 255, 0.7); }
    section.hero #hero-img {
      right: 130px; }
  section .na-map {
    margin: -40px -15px 0 -95px; }
  section .provider-table {
    margin: 20px 0 0 45px; }
  section .card {
    margin: -110px 0 0; } }

@media (max-width: 767px) {
  body.modal-open {
    position: fixed;
    width: 100%; }
  .xs-tac {
    text-align: center; }
    .xs-tac img {
      margin: 0 auto; }
  button {
    font-size: 20px; }
  nav img {
    margin: 0 auto; }
  nav .tar {
    text-align: center; }
  nav p {
    font-size: 18px; }
  nav #header-about-me {
    text-align: left;
    margin-top: 20px; }
    nav #header-about-me img {
      float: left;
      margin: 0 15px 0 0; }
  section#testmonials {
    padding: 60px 0 40px; }
    section#testmonials .quote {
      font-size: 18px; }
    section#testmonials img {
      margin-bottom: 20px; }
  section.hero .tar {
    text-align: center; }
  section.hero h1 {
    margin: 0 auto 2px;
    font-size: 30px; }
    section.hero h1.sub {
      font-size: 28px; }
  section.hero h2 {
    margin: 10px 0; }
  section.hero p {
    display: block;
    margin: 10px auto 0;
    font-weight: 400;
    text-align: center; }
  section.hero button {
    display: block;
    margin: 0 auto; }
  section#testimonials img {
    margin-bottom: 30px; }
  section#testimonials .bx-viewport {
    margin-top: -20px; }
  section#testimonials .quote {
    font-size: 18px; }
  section .panel-group h4 {
    font-size: 16px; }
  section .card {
    margin: 20px 0 0; }
  section #logos {
    margin: 20px 0; }
  section .na-map {
    margin: 0 0 -25px -85px; } }
