@import url("https://fonts.googleapis.com/css?family=Roboto+Slab:400,400i,700,700i|Droid+Serif:400,400i,700,700i|Open+Sans:400,400i,700,700i");
body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  color: #616161;
  -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: #f57535; }

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

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

select {
  margin-top: 5px;
  background: #fff; }

h1 {
  display: inline-block;
  margin: 0;
  padding: 0 40px;
  background: rgba(255, 255, 255, 0.7);
  font-size: 60px;
  font-family: "Roboto Slab", sans-serif;
  font-weight: 400;
  color: #000; }

h2 {
  margin: 0;
  font-size: 40px;
  font-family: "Roboto Slab", sans-serif;
  font-weight: 400; }

h3 {
  margin: 0 0 20px;
  font-size: 26px;
  font-family: "Droid Serif", serif;
  font-weight: 400;
  font-style: italic; }

h4 {
  margin: 0 0 20px;
  font-size: 26px;
  font-family: "Roboto Slab", sans-serif;
  font-weight: 400;
  line-height: 1.3;
  text-transform: uppercase; }

p {
  margin: 0 0 20px; }

.big {
  font-family: "Droid Serif", serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 400; }

.small {
  font-size: 14px; }

.slab {
  font-family: "Roboto Slab", sans-serif; }

.small.slab {
  font-weight: 700; }

button {
  padding: 4px 30px;
  background: transparent;
  border: 1px solid #f57535;
  color: #f57535;
  font-size: 20px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  cursor: pointer; }

hr {
  display: block;
  margin: 20px 0;
  height: 2px;
  width: 100%;
  max-width: 20px;
  border: none;
  background: #f57535; }

#social-bar {
  position: relative;
  z-index: 4;
  background: #f3f3f3;
  font-size: 12px; }
  #social-bar #am-name {
    cursor: pointer; }
    #social-bar #am-name:hover {
      text-decoration: underline;
      cursor: pointer;
      color: #f57535; }
  #social-bar .social-info {
    height: 34px;
    margin: 0;
    padding: 0;
    list-style: none; }
    #social-bar .social-info li {
      display: inline-block;
      overflow: hidden;
      padding: 8px 10px;
      border-right: 1px solid #f1f1f1; }
      #social-bar .social-info li:first-of-type {
        padding-left: 0; }
      #social-bar .social-info li:last-of-type {
        border: none; }
    #social-bar .social-info img {
      float: left; }
    #social-bar .social-info span {
      float: left;
      margin-left: 10px; }
  #social-bar .social-list {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right; }
    #social-bar .social-list .iconic {
      width: 18px !important;
      height: 18px !important;
      margin-bottom: -5px; }
    #social-bar .social-list .iconic * {
      fill: #7b7b7b; }
    #social-bar .social-list li {
      display: inline-block;
      border-right: 1px solid #f1f1f1; }
      #social-bar .social-list li a {
        display: inline-block;
        padding: 8px 10px; }
      #social-bar .social-list li:first-of-type {
        border-left: 1px solid #f1f1f1; }
      #social-bar .social-list li:hover .iconic * {
        fill: #616161; }

.social {
  margin: 20px 0 0;
  padding: 0;
  list-style-type: none; }
  .social li {
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-right: 10px;
    cursor: pointer; }
    .social li .iconic * {
      fill: #bababa; }
    .social li:hover .iconic * {
      fill: #fff;
      stroke: #fff; }

header {
  padding: 10px 0;
  border-bottom: 1px solid #a8a8a8; }
  header .row {
    display: flex;
    align-items: center; }
  header button {
    float: right; }

section {
  padding: 70px 0; }
  section#hero {
    display: flex;
    align-items: center;
    height: 270px;
    padding: 0;
    color: #fff;
    background: url(../images/hero.jpg) no-repeat center;
    background-size: cover;
    text-align: center; }
    section#hero button {
      font-size: 28px; }
  section#intro {
    padding: 10px 0;
    background-color: #7b7b7b;
    color: #fff;
    border-bottom: 2px solid #a8a8a8; }
    section#intro .text {
      text-align: center; }
      section#intro .text:first-of-type {
        margin-bottom: 5px;
        font-size: 18px;
        font-family: "Droid Serif", serif;
        font-style: italic; }
      section#intro .text:last-of-type {
        font-family: "Roboto Slab", sans-serif;
        font-style: normal;
        font-size: 14px; }
  section#main img {
    margin-bottom: 20px;
    border-bottom: 1px solid #f57535;
    display: block;
    max-width: 100%;
    height: auto; }
  section#people {
    padding: 0;
    overflow: hidden; }
    section#people .row {
      display: flex;
      flex-wrap: wrap; }
    section#people div[class|='col'] {
      display: flex;
      flex-direction: column;
      padding: 40px 40px 80px; }
      section#people div[class|='col'].person-1 {
        background: url(../images/people-1.jpg) no-repeat center;
        background-size: cover; }
      section#people div[class|='col'].orange {
        background: #f57535;
        color: #fff; }
      section#people div[class|='col'].person-2 {
        background: url(../images/people-2.jpg) no-repeat center;
        background-size: cover; }
      section#people div[class|='col'].person-3 {
        background: url(../images/people-3.jpg) no-repeat center;
        background-size: cover; }
    section#people hr {
      max-width: 100%;
      background-color: rgba(255, 255, 255, 0.4); }
  section #about {
    text-align: center; }
    section #about hr {
      width: 100%;
      max-width: 570px;
      margin: 40px auto; }
  section#reasons hr {
    margin-top: 20px; }
  section#reasons img {
    width: 100%;
    margin: 0 0 10px; }
  section#forget {
    background-color: #f3f3f3; }
    section#forget table {
      float: left;
      width: calc(50% - 20px);
      margin-top: 40px;
      border-collapse: collapse; }
      section#forget table:first-of-type {
        margin-right: 10px; }
      section#forget table:last-of-type {
        margin-left: 10px; }
      section#forget table td {
        vertical-align: top; }
        section#forget table td hr {
          margin: 10px 0; }
        section#forget table td img {
          width: 42px;
          height: 42px;
          margin-right: 20px; }
  section#cta button {
    display: block;
    margin: 0 auto;
    padding: 15px 160px;
    font-size: 34px; }

footer {
  margin-bottom: -40px;
  padding: 40px 0;
  background-color: #7b7b7b;
  color: #fff;
  font-size: 14px;
  font-family: "Roboto Slab", sans-serif; }
  footer .row {
    display: flex;
    align-items: center; }
  footer a:link, footer a:visited, footer a:active {
    color: #fff; }
    footer a:link:hover, footer a:visited:hover, footer a:active:hover {
      text-decoration: underline; }
  footer button {
    background-color: #fff;
    color: #616161;
    border: none;
    font-size: 18px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15); }
  footer #profile {
    text-align: left; }
    footer #profile #profile-pic {
      display: block;
      float: left;
      width: 100%;
      max-width: 90px;
      margin-right: 20px;
      border: 1px solid #facd28; }
    footer #profile #profile-name {
      font-size: 22px;
      font-family: "Roboto Slab", sans-serif;
      font-weight: 700; }
      footer #profile #profile-name:hover {
        text-decoration: underline;
        cursor: pointer; }
    footer #profile #profile-email {
      display: block;
      overflow: hidden;
      max-width: 340px;
      margin-bottom: 25px;
      white-space: nowrap;
      text-overflow: ellipsis; }
    footer #profile .social {
      margin: 10px 0;
      text-align: right; }
      footer #profile .social .iconic * {
        fill: #bababa; }
      footer #profile .social li:hover .iconic * {
        fill: #fff;
        stroke: #fff; }

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

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

.modal .modal-header {
  padding: 0;
  border: none;
  background: #f57535;
  color: #fff; }
  .modal .modal-header .close {
    margin: 0; }
  .modal .modal-header .inner {
    padding: 20px 30px 0; }
    .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 .modal-header .inner {
  padding: 20px 30px 15px; }

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

.modal#form-modal button {
  margin-top: 20px; }

.modal #amm-tabs {
  border: none;
  background: #ddd; }
  .modal #amm-tabs li {
    margin: 0; }
    .modal #amm-tabs li a {
      margin: 0;
      padding: 14px 30px;
      color: #616161;
      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 #f57535; }

.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 .note {
    margin: 20px 0 !important; }
  .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: #616161; }

.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: #f57535;
        top: 0;
        left: 0; }
      #loader .loaderBall .ball.ball2 {
        background-color: #f57535;
        top: 0;
        left: 24px; }
      #loader .loaderBall .ball.ball3 {
        background-color: #f57535;
        top: 24px;
        left: 0; }
      #loader .loaderBall .ball.ball4 {
        background-color: #f57535;
        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 (min-width: 1200px) {
  .container {
    width: 780px; }
  #social-bar .container, header .container, #intro .container {
    width: 1170px; } }

@media (max-width: 1199px) {
  section {
    padding: 50px 0; } }

@media (min-width: 992px) {
  .container {
    width: 780px; }
  #social-bar .container, header .container, #intro .container {
    width: 970px; } }

@media (max-width: 991px) {
  h1 {
    font-size: 42px; }
  section#hero {
    background-position: 68% 0; } }

@media (max-width: 767px) {
  body.modal-open {
    position: fixed;
    width: 100%; }
  h1, h2 {
    line-height: 1.3; }
  h1 {
    font-size: 30px; }
  h2 {
    margin: 0 0 10px;
    font-size: 34px; }
  .big {
    font-size: 18px; }
  .social-info li:last-of-type span {
    overflow: hidden;
    max-width: 160px;
    white-space: nowrap;
    text-overflow: ellipsis; }
  header .row {
    display: block; }
  header button {
    display: block;
    float: none;
    margin: 10px auto; }
  section#hero {
    height: auto;
    padding: 40px 0; }
    section#hero button {
      padding: 4px 30px;
      font-size: 22px; }
  section#people {
    padding: 0 15px; }
    section#people .row {
      display: block; }
    section#people div[class|='col'] {
      display: block; }
      section#people div[class|='col'].orange {
        padding: 30px 15px; }
  section#forget table {
    float: none;
    width: 100%;
    margin: 30px 0 !important; }
  section#cta button {
    padding: 15px 60px;
    font-size: 24px; }
  footer .row {
    display: block; }
  footer #profile .social {
    text-align: center;
    margin-top: 40px; } }
