body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  color: #686868;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a:link, a:visited, a:active {
  color: #4b776e; }

a:hover {
  color: #7eb1a6; }

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

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

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

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

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

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

.tac {
  text-align: center; }
  .tac img {
    display: block;
    margin-left: auto;
    margin-right: auto; }

.tar {
  text-align: right; }

.green {
  color: #7eb1a6; }

.nav-hide {
  display: none; }

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

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

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

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

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

.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-60 {
  margin-bottom: 60px; }

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

.m-a {
  margin-left: auto;
  margin-right: auto; }

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

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

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

.fake-link {
  color: #f57872; }
  .fake-link:hover {
    text-decoration: underline;
    cursor: pointer; }

hr {
  position: relative;
  width: 340px;
  height: 33px;
  margin: 20px auto 40px;
  border: none;
  background: url(../images/hr.png) no-repeat; }
  hr.white {
    width: 190px;
    height: 41px;
    background: url(../images/hr-white.png) no-repeat; }
  hr.line {
    width: 60%;
    height: 1px;
    background: #aaa; }

h1 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 5px 30px;
  font-family: "Libre Baskerville", sans-serif;
  font-size: 26px;
  font-weight: 400;
  color: #fff;
  background: #7eb1a6; }
  h1.sub {
    padding: 0 30px;
    text-transform: uppercase;
    font-size: 48px;
    font-weight: 700; }

h2 {
  margin: 0 0 20px;
  font-size: 26px;
  font-weight: 700;
  font-family: "Libre Baskerville", sans-serif;
  color: #7eb1a6; }

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

h4 {
  margin: 0;
  font-weight: 700;
  font-size: 18px;
  font-family: "Libre Baskerville", sans-serif; }

p {
  margin: 0 0 20px; }

.big {
  font-size: 20px; }

button {
  margin: 20px auto 0;
  padding: 10px 70px;
  font-size: 26px;
  font-weight: 700;
  color: #715e64;
  background: transparent;
  text-transform: uppercase;
  border: 1px solid #715e64; }
  button.white {
    border-color: #fff;
    color: #fff;
    background: rgba(255, 255, 255, 0.1); }
  button.fill {
    background: #715e64;
    color: #fff; }
  button:hover {
    background: #8d727b;
    color: #fff;
    border-color: #715e64; }
  button.small {
    padding: 5px 40px;
    font-size: 18px; }

.page {
  display: none; }

header {
  padding: 10px 0; }
  header #logo {
    margin-top: 15px; }
  header #mobile-nav-button {
    float: right;
    margin: 15px 0 0;
    padding: 12px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 3px; }
    header #mobile-nav-button .iconic {
      display: block; }

.about-me {
  font-size: 13px;
  line-height: 24px; }
  .about-me img {
    float: right;
    margin: -9px 0 -5px 15px;
    height: 160px;
    width: auto;
    border: 1px solid #7eb1a6; }
  .about-me .header-name {
    margin: 10px 0 20px;
    font-family: "Libre Baskerville", sans-serif;
    color: #715e64;
    font-size: 24px;
    cursor: pointer; }
  .about-me .header-phone, .about-me .header-email {
    font-size: 15px;
    text-transform: uppercase; }
  .about-me div {
    margin-bottom: -5px; }

.navbar-pad {
  overflow: hidden;
  padding: 15px 0; }

.navbar-nav {
  margin: 0;
  padding: 0;
  font-size: 16px;
  list-style: none; }
  .navbar-nav li {
    padding: 7px 0; }
    .navbar-nav li:hover {
      cursor: pointer;
      color: #f57872; }

#social-bar {
  background: #f6f6f6;
  font-size: 12px; }
  #social-bar .nav-list {
    margin: 0;
    padding: 0;
    font-size: 14px;
    list-style: none; }
    #social-bar .nav-list li {
      display: inline-block;
      padding: 8px 20px;
      border-right: 1px solid #f1f1f1;
      cursor: pointer; }
      #social-bar .nav-list li:last-of-type {
        border: none; }
      #social-bar .nav-list li:hover {
        color: #f57872; }

.social-list, .social {
  margin: 10px 0 0;
  padding: 0;
  list-style: none; }
  .social-list .iconic, .social .iconic {
    width: 18px !important;
    height: 18px !important;
    margin-bottom: -5px; }
  .social-list .iconic *, .social .iconic * {
    fill: #bababa; }
  .social-list li, .social li {
    display: inline-block;
    cursor: pointer; }
    .social-list li a, .social li a {
      display: inline-block;
      padding: 8px 10px; }
    .social-list li:hover .iconic *, .social li:hover .iconic * {
      fill: #686868; }

section {
  padding: 70px 0; }
  section.water-1 {
    border-top: 1px solid #bababa;
    background: url(../images/water1-bg.jpg) no-repeat;
    background-size: cover; }
    section.water-1 p {
      font-size: 18px;
      color: #715e64; }
  section.water-2 {
    background: url(../images/water2-bg.jpg) no-repeat;
    background-size: cover;
    color: #fff; }
    section.water-2 h2 {
      color: inherit; }
    section.water-2 .video-title {
      display: block;
      margin: 20px 0 40px;
      font-family: "Libre Baskerville", sans-serif;
      font-weight: 400;
      font-size: 18px; }
    section.water-2 button {
      color: #fff;
      border-color: #fff; }
  section .video-wrap {
    margin-top: -150px;
    padding: 30px;
    border: 1px solid #bababa;
    box-shadow: 0 -20px 20px -15px rgba(0, 0, 0, 0.4);
    background: #fff; }
  section#hero {
    padding: 50px 0;
    height: 500px;
    background: url(../images/hero.jpg) no-repeat center;
    background-size: cover; }
    section#hero button {
      margin-left: 80px; }
    section#hero.sub-hero {
      height: auto;
      padding: 40px 0;
      background: url(../images/hero-sub.jpg) no-repeat center;
      background-size: cover; }
      section#hero.sub-hero h1 {
        margin: 0 !important; }
  section#moms .mom-vid {
    margin-bottom: 30px; }
    section#moms .mom-vid .mom-desc {
      padding: 30px 25px 20px; }
      section#moms .mom-vid .mom-desc .fake-link {
        bottom: 25px; }
  section .mom-vid {
    position: relative;
    display: inline-block;
    padding: 10px;
    background: #fff;
    color: #686868;
    overflow: hidden;
    cursor: default;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2); }
    section .mom-vid:hover img {
      opacity: 0;
      -moz-transform: scale(1.5);
      -o-transform: scale(1.5);
      -ms-transform: scale(1.5);
      -webkit-transform: scale(1.5);
      transform: scale(1.5); }
    section .mom-vid:hover .mom-desc {
      opacity: 1; }
      section .mom-vid:hover .mom-desc h4, section .mom-vid:hover .mom-desc p, section .mom-vid:hover .mom-desc .fake-link {
        opacity: 1;
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0); }
      section .mom-vid:hover .mom-desc hr {
        opacity: 1;
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1); }
    section .mom-vid img, section .mom-vid .mom-desc {
      -webkit-transition: all 400ms ease-in-out;
      -moz-transition: all 400ms ease-in-out;
      -ms-transition: all 400ms ease-in-out;
      -o-transition: all 400ms ease-in-out;
      transition: all 400ms ease-in-out; }
    section .mom-vid .mom-desc {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      padding: 60px;
      background: rgba(255, 231, 179, 0.3);
      opacity: 0; }
      section .mom-vid .mom-desc h4, section .mom-vid .mom-desc p, section .mom-vid .mom-desc .fake-link, section .mom-vid .mom-desc hr {
        opacity: 0; }
      section .mom-vid .mom-desc hr {
        -webkit-transition: all 400ms ease-in-out;
        -moz-transition: all 400ms ease-in-out;
        -ms-transition: all 400ms ease-in-out;
        -o-transition: all 400ms ease-in-out;
        transition: all 400ms ease-in-out;
        -webkit-transition-delay: 300ms;
        transition-delay: 300ms;
        -moz-transform: scale(0.2);
        -o-transform: scale(0.2);
        -ms-transform: scale(0.2);
        -webkit-transform: scale(0.2);
        transform: scale(0.2); }
      section .mom-vid .mom-desc h4 {
        margin: 0 0 10px;
        -webkit-transition: all 400ms ease-in-out;
        -moz-transition: all 400ms ease-in-out;
        -ms-transition: all 400ms ease-in-out;
        -o-transition: all 400ms ease-in-out;
        transition: all 400ms ease-in-out;
        -webkit-transition-delay: 200ms;
        transition-delay: 200ms;
        -moz-transform: translate(0, -40px);
        -o-transform: translate(0, -40px);
        -ms-transform: translate(0, -40px);
        -webkit-transform: translate(0, -40px);
        transform: translate(0, -40px); }
      section .mom-vid .mom-desc p {
        font-size: 13px;
        line-height: 1.4;
        -webkit-transition: all 400ms ease-in-out;
        -moz-transition: all 400ms ease-in-out;
        -ms-transition: all 400ms ease-in-out;
        -o-transition: all 400ms ease-in-out;
        transition: all 400ms ease-in-out;
        -webkit-transition-delay: 300ms;
        transition-delay: 300ms;
        -moz-transform: translate(0, -40px);
        -o-transform: translate(0, -40px);
        -ms-transform: translate(0, -40px);
        -webkit-transform: translate(0, -40px);
        transform: translate(0, -40px); }
      section .mom-vid .mom-desc .fake-link {
        position: absolute;
        bottom: 55px;
        left: 50%;
        margin-left: -40px;
        font-size: 16px;
        -webkit-transition: all 400ms ease-in-out;
        -moz-transition: all 400ms ease-in-out;
        -ms-transition: all 400ms ease-in-out;
        -o-transition: all 400ms ease-in-out;
        transition: all 400ms ease-in-out;
        -webkit-transition-delay: 400ms;
        transition-delay: 400ms;
        -moz-transform: translate(0, -40px);
        -o-transform: translate(0, -40px);
        -ms-transform: translate(0, -40px);
        -webkit-transform: translate(0, -40px);
        transform: translate(0, -40px); }

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

footer {
  margin: 0 0 -37px;
  padding: 70px 0;
  background: url(../images/footer-bg.jpg) no-repeat center;
  background-size: cover; }

.modal#video-modal .modal-dialog {
  max-width: 1000px; }
  .modal#video-modal .modal-dialog #modal-button {
    display: none;
    margin: 20px auto 0; }

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

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

.modal .modal-header {
  padding: 0;
  border: none;
  background: #7eb1a6;
  color: #fff; }
  .modal .modal-header .close {
    margin: 0; }
  .modal .modal-header .inner {
    padding: 20px 30px 15px; }
    .modal .modal-header .inner h4 {
      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 .thanks {
  display: none;
  text-align: center; }

.modal #amm-tabs {
  border: none;
  background: #89bfb4; }
  .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 #715e64; }

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

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

#bio-page .join-webcast {
  display: none; }

#webcast-page #s1 h3 {
  display: none; }

#webcast-page #s1 .join-webcast {
  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: #7eb1a6;
        top: 0;
        left: 0; }
      #loader .loaderBall .ball.ball2 {
        background-color: #7eb1a6;
        top: 0;
        left: 24px; }
      #loader .loaderBall .ball.ball3 {
        background-color: #7eb1a6;
        top: 24px;
        left: 0; }
      #loader .loaderBall .ball.ball4 {
        background-color: #7eb1a6;
        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; }
  section .feature p {
    padding: 0; }
  section .chart p {
    width: 80%; }
  section .mom-vid .mom-desc {
    padding: 40px 60px; }
    section .mom-vid .mom-desc hr {
      margin: 20px auto; }
    section .mom-vid .mom-desc .fake-link {
      bottom: 35px; }
  .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; }
  .fs-28 {
    font-size: 26px; }
  .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; }
  header #mobile-nav-button {
    margin: 23px 0 0; }
  header #logo {
    margin: 0; }
  section .chart p {
    width: 100%; }
  section#hero {
    padding: 50px 0;
    background-position: 58% 0; }
    section#hero h1 {
      padding: 5px 15px;
      font-size: 18px; }
      section#hero h1.sub {
        font-size: 28px; }
    section#hero button {
      margin-left: 40px;
      background: rgba(255, 255, 255, 0.5); }
      section#hero button:hover {
        background: #715e64; }
  section .mom-vid .mom-desc {
    padding: 30px; }
    section .mom-vid .mom-desc .fake-link {
      bottom: 25px; }
  section#marketing h1 {
    font-size: 56px; }
  .work-item {
    width: 19.5%; } }

@media (max-width: 767px) {
  body.modal-open {
    position: fixed;
    width: 100%; }
  .big {
    font-size: 16px; }
  .testimonial img {
    margin-bottom: 20px; }
  .xs-mb-20 {
    margin-bottom: 20px; }
  h1 {
    width: 80%;
    font-size: 20px; }
    h1.sub {
      width: 100%;
      font-size: 24px; }
  h2 {
    font-size: 28px; }
  h3 {
    font-size: 16px; }
  .xs-mt-40 {
    margin-top: 40px; }
  header #mobile-nav-button {
    margin: 14px 0 0; }
  #navbar {
    margin: 0 -15px;
    border-top: 1px solid #eee; }
    #navbar .navbar-pad {
      padding: 0; }
    #navbar li {
      display: block;
      margin: 0;
      padding: 15px 10px;
      font-size: 12px;
      border-bottom: 1px solid #eee; }
      #navbar li:last-of-type {
        border: none; }
  #logo {
    width: 65%; }
  section#hero {
    height: 415px;
    text-align: center;
    background-position: 0 0; }
    section#hero h1 {
      margin: 0 0 10px;
      font-size: 20px; }
      section#hero h1.sub {
        margin: 0;
        font-size: 24px; }
    section#hero button {
      margin: 40px auto 0; }
  section.water-1 p {
    font-size: 16px; }
  section .video-wrap {
    padding: 10px; }
  section .chart img {
    display: block;
    max-width: 100%;
    height: auto; }
  section .chart p {
    font-size: 13px; }
  section#marketing h1 {
    font-size: 38px; }
    section#marketing h1:last-of-type {
      font-size: 28px; } }
