body {
  font: normal 18px/1.65 "Roboto", sans-serif;
  color: #000; }

* {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased; }

a {
  color: #ce391b; }
  a:hover {
    color: #e55437; }

.hc {
  display: table; }

.sc {
  display: none; }

.wow {
  visibility: hidden; }

.tac {
  text-align: center; }

.img-fix {
  width: 100%; }

.white-bg {
  background: #fff; }

.z5 {
  position: relative;
  z-index: 5; }

.img-border {
  display: block;
  width: 100%;
  border-radius: 3px;
  border: 20px solid #555555; }
  .img-border.darker {
    border-color: #434343; }

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  width: 100%;
  margin: 0 0 15px;
  padding: 20px;
  font-size: 15px;
  line-height: normal;
  border: 1px solid rgba(0, 0, 0, 0.6);
  color: #000;
  background: rgba(255, 255, 255, 0.6); }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="tel"]:focus,
  textarea:focus {
    border-color: #D8CEBE;
    background: #fff;
    outline: none; }
    
    
div.vwrap {
	
height: 430px;
margin: -340px auto 40px;
border: 10px solid #fff;
background: url("../images/video-preview.png") no-repeat center center/cover;
border: 5px solid white; width: 100%; max-width: 700px; height: auto; margin: 0 auto;

	
}    

select {
  margin: 0 0 15px;
  font-size: 15px;
  background: rgba(255, 255, 255, 0.6); }

input[type="text"].stateInput {
  display: none;
  width: 39%; }

input[type="checkbox"] {
  transform: translate(-5px, -2px); }

button {
  padding: 9px 18px;
  background: #503521;
  border: none;
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  transition: all 200ms ease-in-out; }
  button:hover {
    background: #333; }
    
    
    input[type="submit"] {
	    
	    
	    padding: 9px 18px;
  background: #503521;
  border: none;
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  transition: all 200ms ease-in-out;
	    
    }

h2 {
  margin: 0 0 20px;
  font-weight: 300;
  font-size: 26px;
  line-height: 1.2;
  text-transform: uppercase; }

p {
  margin: 0 0 20px; }

.social {
  margin: 10px 0 0;
  padding: 0; }
  .social li {
    display: inline-block;
    margin-right: 15px;
    list-style: none; }
  .social .iconic {
    cursor: pointer; }
    .social .iconic * {
      fill: #000;
      stroke: #000; }
    .social .iconic:hover * {
      fill: #ce391b;
      stroke: #ce391b; }

#home-page, #testimonial-page, #success-page {
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  perspective: 2px; }

#success-page::after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: -130px;
  left: 0;
  transform: translateZ(-1px) scale(1.5);
  background: #fff url("../images/hero-big.jpg") no-repeat center top/cover; }

#success-page .nav {
  background: none; }

section {
  padding: 80px 0;
  overflow: hidden; }
  section .success-am {
    text-align: left; }
    section .success-am img {
      display: block;
      max-width: 160px;
      width: 100%;
      height: auto;
      margin: 0 0 10px;
      border: 1px solid #000; }
    section .success-am .success-am-name {
      display: block;
      font-family: 'Over the Rainbow', cursive;
      font-size: 32px; }
    section .success-am .social {
      margin: 5px 0 0; }
    section .success-am .success-am-contact {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      font-size: 12px; }
  section .intro-bio h2:first-of-type {
    margin: 0 0 20px; }
  section .intro-bio h2:last-of-type {
    margin: 80px 0 0; }
  section .intro-bio .bio {
    font-style: 18px;
    font-weight: 300;
    text-align: left; }
  section#intro {
    position: relative;
    padding: 110px 0 0;
    background-color: #cee1ff; }
    section#intro::after {
      content: " ";
      position: absolute;
      top: -1000px;
      right: 0;
      bottom: 0;
      left: 0;
      transform: translateZ(-1px) scale(1.5);
      background: #cee1ff url("../images/hero.jpg") no-repeat center 50%/100% auto; }
    section#intro #intro-logo {
      margin: -40px 0 0 20px; }
    section#intro table {
      width: 100%;
      margin: 0 auto; }
      section#intro table.inner {
        width: auto;
        min-width: 680px;
        transform: translateX(-30px); }
        section#intro table.inner td {
          width: 240px; }
          section#intro table.inner td:first-of-type {
            width: 200px; }
    section#intro h2 {
      text-align: center; }
    section#intro > div:first-of-type strong {
      margin-right: 15px;
      border-bottom: 1px dotted #000; }
    section#intro .button-wrap {
      transform: translateY(-395px); }
    section#intro button {
      display: block;
      margin: 10px auto 0; }
    section#intro .white-bg {
      margin-top: 340px;
      padding-bottom: 50px; }
      section#intro .white-bg strong {
        border: none; }
    section#intro .video-wrap {
      height: 430px;
      margin: -340px auto 40px;
      border: 10px solid #fff;
      background: url("../images/video-preview.png") no-repeat center center/cover; }
  section#people {
    padding: 120px 0 40px;
    position: relative;
    background: #fff url("../images/wood.jpg") no-repeat center bottom/cover fixed; }
    section#people .container-fluid {
      padding: 0; }
    section#people .bx-wrapper .bx-viewport {
      background: none;
      box-shadow: none;
      border: none; }
    section#people .bx-wrapper .bx-pager.bx-default-pager {
      bottom: -40px; }
      section#people .bx-wrapper .bx-pager.bx-default-pager a {
        background: #98cc31;
        opacity: 0.2; }
        section#people .bx-wrapper .bx-pager.bx-default-pager a:hover, section#people .bx-wrapper .bx-pager.bx-default-pager a.active {
          background: #98cc31;
          opacity: 0.7; }
    section#people .person {
      margin-left: -1px; }
      section#people .person:nth-child(1) img {
        margin-top: 26px; }
      section#people .person:nth-child(2) img {
        margin-top: 36px; }
      section#people .person:nth-child(3) img {
        margin-top: 5px; }
      section#people .person:nth-child(4) img {
        margin-top: 29px; }
      section#people .person:nth-child(5) img {
        margin-top: 10px; }
      section#people .person:nth-child(6) img {
        margin-top: 30px; }
      section#people .person:nth-child(7) img {
        margin-top: 6px; }
      section#people .person:nth-child(8) img {
        margin-top: 1px; }
      section#people .person:nth-child(9) img {
        margin-top: 4px; }
      section#people .person:nth-child(10) img {
        margin-top: 6px; }
      section#people .person:nth-child(11) img {
        margin-top: 10px; }
      section#people .person:nth-child(12) img {
        margin-top: 38px; }
      section#people .person:nth-child(13) img {
        margin-top: 24px; }
      section#people .person:nth-child(14) img {
        margin-top: 6px; }
      section#people .person:nth-child(15) img {
        margin-top: 6px; }
      section#people .person:nth-child(16) img {
        margin-top: 27px; }
      section#people .person:nth-child(17) img {
        margin-top: 10px; }
      section#people .person:nth-child(18) img {
        margin-top: 27px; }
      section#people .person:nth-child(19) img {
        margin-top: 15px; }
      section#people .person:nth-child(20) img {
        margin-top: 17px; }
      section#people .person:nth-child(21) img {
        margin-top: 29px; }
      section#people .person:nth-child(22) img {
        margin-top: 31px; }
      section#people .person:nth-child(23) img {
        margin-top: 18px; }
      section#people .person:nth-child(24) img {
        margin-top: 33px; }
      section#people .person:nth-child(25) img {
        margin-top: 35px; }
      section#people .person:nth-child(26) img {
        margin-top: 29px; }
      section#people .person:nth-child(27) img {
        margin-top: 15px; }
      section#people .person:nth-child(28) img {
        margin-top: 21px; }
      section#people .person:nth-child(29) img {
        margin-top: 4px; }
      section#people .person:nth-child(30) img {
        margin-top: 6px; }
      section#people .person:nth-child(31) img {
        margin-top: 31px; }
      section#people .person:nth-child(32) img {
        margin-top: 19px; }
      section#people .person:nth-child(33) img {
        margin-top: 5px; }
      section#people .person:nth-child(34) img {
        margin-top: 6px; }
      section#people .person:nth-child(35) img {
        margin-top: 29px; }
      section#people .person:nth-child(36) img {
        margin-top: 27px; }
      section#people .person:nth-child(37) img {
        margin-top: 7px; }
      section#people .person:nth-child(38) img {
        margin-top: 31px; }
      section#people .person:nth-child(39) img {
        margin-top: 25px; }
      section#people .person:nth-child(40) img {
        margin-top: 18px; }
      section#people .person:nth-child(41) img {
        margin-top: 5px; }
      section#people .person:nth-child(42) img {
        margin-top: 36px; }
      section#people .person:nth-child(43) img {
        margin-top: 30px; }
      section#people .person:nth-child(44) img {
        margin-top: 17px; }
      section#people .person:nth-child(45) img {
        margin-top: 25px; }
      section#people .person:nth-child(46) img {
        margin-top: 28px; }
      section#people .person:nth-child(47) img {
        margin-top: 32px; }
      section#people .person:nth-child(48) img {
        margin-top: 28px; }
      section#people .person:nth-child(49) img {
        margin-top: 2px; }
      section#people .person:nth-child(50) img {
        margin-top: 21px; }
      section#people .person:nth-child(51) img {
        margin-top: 24px; }
      section#people .person:nth-child(52) img {
        margin-top: 21px; }
      section#people .person:nth-child(53) img {
        margin-top: 15px; }
      section#people .person img {
        border: 1px solid #808080;
        border-bottom: none; }
      section#people .person .inner {
        padding: 20px;
        background: #fff;
        border: 1px solid #808080;
        border-top: none; }
      section#people .person h4 {
        margin: 0 0 10px;
        font-size: 24px;
        font-weight: 700; }
      section#people .person p {
        margin: 0 0 10px;
        color: #737373;
        font-size: 14px;
        line-height: 1.4; }
      section#people .person .read-more {
        font-size: 14px;
        font-weight: 700;
        cursor: pointer;
        text-transform: uppercase; }
        section#people .person .read-more:hover {
          text-decoration: underline; }
  section#form {
    background: #fff url("../images/wood-light.jpg") no-repeat center bottom/cover fixed; }
    section#form #subline {
      font-size: 24px;
      text-align: center;
      text-transform: none; }
    section#form #captureForm p {
      margin: 20px 0;
      line-height: 1.5;
      text-align: center; }
    section#form #captureForm button {
      display: block;
      margin: 20px auto 0; }
    section#form #captureForm select {
      height: 60px; }
      section#form #captureForm select:nth-child(1) {
        width: 39%;
        float: left; }
      section#form #captureForm select:nth-child(3) {
        width: 59%;
        float: right; }
    section#form #captureForm #thanks, section#form #captureForm img {
      display: none; }
    section#form #captureForm #thanks p {
      margin-bottom: 0; }
  section.nav {
    position: absolute;
    z-index: 10;
    width: 100%;
    top: 0;
    padding: 10px 0;
    text-align: right;
    background-color: rgba(255, 255, 255, 0.6); }
    section.nav .bar {
      display: inline-block;
      margin: 0 10px;
      font-weight: 300;
      opacity: 0.6; }
    section.nav .fake-link {
      font-size: 20px;
      font-weight: 300;
      text-transform: uppercase;
      border-bottom: 1px dotted #000;
      cursor: pointer; }
      section.nav .fake-link:hover {
        color: #ce391b; }
  section#bio-intro {
    padding-bottom: 20px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.4); }
    section#bio-intro::after {
      content: " ";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      transform: translateZ(-1px) scale(1.5);
      background: #fff url("../images/background-stories.jpg") no-repeat center -10%/100% auto; }
    section#bio-intro img {
      display: block;
      margin: 0 auto 20px; }
    section#bio-intro strong {
      border-bottom: 1px dotted #000; }
  section.bio {
    position: relative;
    z-index: 5;
    padding-bottom: 0;
    background: #fff; }
    section.bio:last-of-type {
      padding-bottom: 80px; }
    section.bio .header-row {
      display: flex;
      align-items: flex-end;
      margin-bottom: 40px; }
    section.bio .bio-name {
      font-size: 52px;
      line-height: 66px;
      color: #666; }
    section.bio h3 {
      margin: 0;
      font-size: 34px;
      font-weight: 300;
      line-height: 56px; }
    section.bio .bar {
      display: block;
      width: 70px;
      height: 4px;
      margin: 30px 0 8px;
      background: #000; }
    section.bio img {
      display: block;
      width: 100%;
      border: 8px solid #eee; }
    section.bio p {
      color: #372D2B; }
  section#success-intro {
    padding: 40px 0; }
  section#thank-you {
    padding: 40px 0;
    background-color: rgba(255, 255, 255, 0.6); }
    section#thank-you p {
      margin-top: 30px;
      font-weight: 300;
      line-height: 2.11111; }
  section#success-bio {
    padding: 60px 0;
    background-color: rgba(255, 255, 255, 0.8); }
    section#success-bio p {
      font-weight: 300; }

footer {
  padding: 20px 0;
  font-size: 16px;
  background-color: #2b2b2b;
  color: #fff; }
  footer .row {
    display: flex;
    align-items: center; }
  footer .header-about-me {
    text-align: right;
    font-size: 13px;
    line-height: 24px; }
    footer .header-about-me img {
      float: right;
      margin: 0 0 0 15px;
      max-height: 62px;
      width: auto;
      border: 1px solid #5e6d70; }
    footer .header-about-me .header-name {
      font-weight: 700;
      cursor: pointer; }
    footer .header-about-me div {
      margin-bottom: -5px; }

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

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

.modal .modal-header {
  padding: 0;
  border: none;
  background: #000;
  color: #fff; }
  .modal .modal-header .close {
    margin: 0; }
  .modal .modal-header .inner {
    padding: 20px 30px 10px; }
    .modal .modal-header .inner h4 {
      margin: 0 0 10px;
      font-weight: 400;
      font-size: 16px;
      text-transform: uppercase;
      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 {
  color: #000; }
  .modal#form-modal .modal-dialog {
    max-width: 660px; }
  .modal#form-modal button {
    font-size: 20px; }

.modal #amm-tabs {
  border: none;
  background: #ddd; }
  .modal #amm-tabs li {
    margin: 0; }
    .modal #amm-tabs li a {
      margin: 0;
      padding: 14px 30px;
      font-size: 14px;
      text-transform: uppercase;
      background: none;
      border: none;
      color: #000;
      border-radius: 0; }
    .modal #amm-tabs li.active a {
      box-shadow: inset 0 -2px 0 #ce391b; }

.modal .modal-body {
  padding: 30px;
  border-bottom: 1px solid #e6e6e6;
  color: #333; }
  .modal .modal-body p {
    margin: 0 0 20px; }
    .modal .modal-body p:last-of-type {
      margin: 0; }
  .modal .modal-body input, .modal .modal-body select {
    margin-bottom: 20px; }
  .modal .modal-body .note {
    margin: 0;
    font-size: 14px;
    text-align: center; }
  .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: #ce391b; }

.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 #amm-slider p {
  text-align: center; }

.modal #video-page iframe {
  margin-bottom: 20px; }

.modal #video-page p {
  text-align: center; }

#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: #ce391b;
        top: 0;
        left: 0; }
      #loader .loaderBall .ball.ball2 {
        background-color: #ce391b;
        top: 0;
        left: 24px; }
      #loader .loaderBall .ball.ball3 {
        background-color: #ce391b;
        top: 24px;
        left: 0; }
      #loader .loaderBall .ball.ball4 {
        background-color: #ce391b;
        top: 24px;
        left: 24px; }

@-webkit-keyframes fadeInDownCustom {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDownCustom {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDownCustom {
  -webkit-animation-name: fadeInDownCustom;
  animation-name: fadeInDownCustom; }

@-webkit-keyframes fadeInUpCustom {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUpCustom {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUpCustom {
  -webkit-animation-name: fadeInUpCustom;
  animation-name: fadeInUpCustom; }

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

@media (max-width: 1260px) {
  section#intro table.inner {
    transform: translateX(0); } }

@media (max-width: 1199px) {
  #success-page::after {
    background-size: 180% auto; }
  section#intro::after {
    top: -820px; }
  section#intro .video-wrap {
    height: 355px; }
  section#bio-intro::after {
    background-size: 125% auto; }
  section.bio h3 {
    font-size: 30px; }
  section#thank-you p {
    line-height: 1.65; } }

@media (max-width: 991px) {
  #success-page::after {
    background-size: 230% auto; }
  section#intro::after {
    top: -400px; }
  section#intro .video-wrap {
    height: 343px; }
  section#bio-intro::after {
    background-size: 160% auto; }
  section.bio h3 {
    font-size: 26px;
    line-height: 1.65; }
  section#thank-you p {
    margin-top: 0; } }

@media (max-width: 960px) {
  section#intro table.inner {
    margin-bottom: 50px;
    min-width: 560px; } }

@media (max-width: 820px) {
  section#intro .hc {
    display: none; }
  section#intro .sc {
    display: block; }
    section#intro .sc img {
      display: block;
      width: 70%;
      margin: 0 auto 20px; }
  section#intro .button-wrap {
    transform: translateY(-355px); } }

@media (max-width: 767px) {
  body.modal-open {
    position: fixed;
    width: 100%; }
  #success-page {
    background: url("../images/hero-big.jpg") no-repeat center top/cover; }
    #success-page::after {
      background: none; }
  section {
    padding: 40px 0; }
    section.nav {
      position: relative;
      background: #fff5e4;
      padding: 5px 0 10px; }
      section.nav .bar {
        margin: 0 5px; }
      section.nav .fake-link {
        font-size: 14px; }
    section .success-am {
      margin-bottom: 20px;
      text-align: center; }
      section .success-am img {
        margin: 0 auto 10px; }
    section#intro {
      height: auto;
      padding-top: 30px;
      background: url("../images/hero.jpg") no-repeat center top/cover; }
      section#intro::after {
        background: none; }
      section#intro > div:first-of-type strong {
        margin-right: 0; }
      section#intro .sc img {
        max-width: 210px; }
      section#intro #intro-logo {
        display: block;
        width: 60%;
        margin: 0 auto 20px; }
      section#intro .button-wrap {
        transform: translateY(-130px); }
      section#intro .white-bg {
        margin-top: 125px; }
      section#intro .video-wrap {
        height: auto;
        margin-top: -100px; }
    section#people .bx-wrapper .bx-viewport {
      transform: translateX(7px); }
    section#people #people-slider {
      transition-duration: 0.25s !important; }
    section#people .person .inner {
      padding: 10px; }
    section#people .person h4 {
      font-size: 18px; }
    section#people .person p {
      font-size: 12px; }
    section#people, section#form {
      background-attachment: scroll; }
    section#bio-intro {
      padding-top: 70px;
      background: url("../images/hero-mobile.jpg") no-repeat center top/cover; }
      section#bio-intro::after {
        background: none; }
      section#bio-intro img {
        width: 60%; }
    section.bio .header-row {
      display: block; }
    section.bio img {
      width: 70%;
      margin: 0 auto 20px; }
    section.bio .bio-name {
      font-size: 42px;
      line-height: 1.5; }
    section.bio h3 {
      font-size: 24px;
      line-height: 1.5; }
    section.bio .bar {
      margin: 20px 0 -15px; }
    section#success-intro {
      padding: 70px 0 0; }
      section#success-intro img {
        display: block;
        width: 60%;
        margin: 0 auto 30px; }
    section#thank-you {
      padding-top: 0;
      background-color: rgba(255, 255, 255, 0.8); }
    section#success-bio {
      padding-top: 20px; }
      section#success-bio .success-am img {
        margin: 0 auto 10px; }
  .modal #video-page iframe {
    width: 100% !important;
    height: auto !important; }
  footer .row {
    display: block; }
  footer .header-about-me {
    margin-top: 20px; } }
