body {
  font: normal 20px/1.65 "Quicksand", sans-serif;
  font-weight: 400;
  color: #42484f; }

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

a {
  color: #3691c2; }
  a:hover {
    color: #5aa7d1; }

.tac {
  text-align: center; }

.img-fix {
  width: 100%; }

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

.pr40 {
  padding-right: 40px; }

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  display: block;
  width: 100%;
  margin: 0 0 10px;
  padding: 4px 14px;
  border: none;
  color: #42484f; }

input[type="checkbox"] {
  float: left;
  margin: 7px 10px 0 0; }

button {
  margin-right: 10px;
  padding: 6px 40px;
  background: #3691c2;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  border: none;
  border-radius: 3px;
  transition: all 100ms ease-in-out;
  box-shadow: 0 3px 6px -2px rgba(0, 0, 0, 0.2); }
  button:hover {
    transform: translateY(-3px) scale(1.025);
    box-shadow: 0 14px 8px -8px rgba(0, 0, 0, 0.1); }
  button:active {
    transform: none;
    box-shadow: 0 3px 6px -2px rgba(0, 0, 0, 0.2); }
  button:focus {
    outline: none; }
  button.alternate {
    background: none;
    box-shadow: inset 0 0 0 2px #fff; }

h1, h2 {
  font-weight: 500;
  font-family: "Neuton", serif;
  letter-spacing: 1px; }

h1 {
  margin: 0 0 40px;
  font-size: 68px;
  line-height: 1; }

h2 {
  margin: 0 0 20px;
  font-size: 48px; }

p {
  margin: 0 0 20px; }

hr {
  display: block;
  width: 100%;
  height: 1px;
  margin: 20px 0;
  background: #e2e3e5;
  border: none; }

.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: #42484f;
      stroke: #42484f; }
    .social .iconic:hover * {
      fill: #3691c2;
      stroke: #3691c2; }

#about-me {
  margin-top: 40px;
  font-size: 16px;
  overflow: hidden; }
  #about-me img {
    float: left;
    margin-right: 20px;
    max-height: 125px;
    width: auto;
    border: 10px solid #cfd1d4; }
  #about-me .header-name {
    font-weight: 700;
    font-size: 24px;
    cursor: pointer;
    color: #3691c2; }
    #about-me .header-name:hover {
      color: #205572;
      text-decoration: underline; }
  #about-me div {
    margin-bottom: -3px; }

#nav {
  position: fixed;
  z-index: 10;
  width: 100%;
  background: #191919;
  color: #fff; }
  #nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    transform: translateX(-15px); }
    #nav ul li {
      display: inline-block;
      padding: 12px 15px;
      font-size: 16px;
      transition: all 100ms ease-in-out;
      cursor: pointer; }
      #nav ul li:hover {
        box-shadow: inset 0 -3px 0 0 #e2e3e5;
        color: #3691c2; }

header {
  position: relative;
  display: flex;
  align-items: center;
  height: calc(100vh + 30px);
  background: url(../images/hero.jpg) no-repeat center top/cover;
  color: #fff; }
  header .container {
    transform: translateY(-40px); }
  header #icon-home {
    display: block;
    width: 84px;
    height: auto;
    margin: 0 0 20px -8px; }

section {
  padding: 80px 0; }
  section.gray-bg {
    background: #e2e3e5; }
  section#business {
    position: relative;
    z-index: 5;
    margin-top: -110px;
    padding-bottom: 0;
    font-size: 18px; }
    section#business .container {
      padding: 40px 60px;
      background: url(../images/business.jpg) no-repeat top right/auto 100% #123366;
      color: #e2e3e5;
      border-radius: 3px;
      box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.3); }
      section#business .container h2 {
        color: #fff; }
  section#model {
    background: #fe5754;
    color: #fff; }
    section#model ul {
      margin: 20px 0 0;
      padding: 0;
      list-style: none;
      font-size: 24px; }
      section#model ul li {
        display: inline-block;
        margin: 0 20px; }
        section#model ul li span {
          font-weight: 700; }
  section#benefits {
    background: #fff; }
    section#benefits ul li {
      margin: 0 0 10px;
      font-size: 20px;
      font-weight: 700; }
      section#benefits ul li:last-of-type {
        margin-bottom: 0; }
      section#benefits ul li img {
        display: block;
        width: 84px;
        height: auto;
        margin: 0 auto 10px; }
  section#products {
    background: #3691c2;
    color: #fff; }
    section#products .row {
      display: flex;
      align-items: center; }
    section#products h2 {
      margin-bottom: 40px; }
    section#products hr {
      opacity: 0.25; }
    section#products ul {
      overflow: hidden; }
      section#products ul:first-of-type {
        display: flex;
        justify-content: space-between;
        margin: 0;
        padding: 0;
        list-style: none;
        font-size: 24px; }
        section#products ul:first-of-type li {
          display: inline-block; }
          section#products ul:first-of-type li span {
            font-weight: 700; }
      section#products ul:last-of-type {
        margin: 0;
        padding-left: 21px; }
        section#products ul:last-of-type li {
          float: left;
          width: 50%;
          font-size: 22px;
          margin-bottom: 10px; }
  section#team button {
    margin-top: 20px; }
  section#form #captureForm {
    margin-top: -110px;
    padding: 40px;
    background: #123366;
    color: #e2e3e5;
    border-radius: 3px;
    box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.3); }
    section#form #captureForm p {
      margin: 20px 0;
      line-height: 1.5; }
    section#form #captureForm button {
      display: block;
      margin: 20px auto 0; }
    section#form #captureForm #thanks, section#form #captureForm img {
      display: none; }
    section#form #captureForm #thanks p {
      margin-bottom: 0; }

footer {
  padding: 20px 0;
  background: #191919;
  color: #e2e3e5;
  font-size: 16px; }

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

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

.modal .modal-header {
  padding: 0;
  border: none;
  background: #42484f;
  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 #28c196; }

.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;
    box-shadow: none; }

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

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

@-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: 1199px) {
  body {
    font-size: 18px; }
  h1 {
    font-size: 60px; }
  section#business {
    font-size: 17px; }
    section#business .container {
      width: 1050px; }
  section#products ul:first-of-type {
    font-size: 22px; }
  section#team {
    padding-bottom: 100px; } }

@media (max-width: 991px) {
  input[type="checkbox"] {
    margin-top: 4px; }
  h1 {
    font-size: 52px; }
  header {
    height: calc(75vh); }
  section#business {
    font-size: 18px; }
    section#business .container {
      background: #123366;
      width: 750px; }
    section#business p:last-of-type {
      margin-bottom: 0; }
  section#benefits ul li {
    font-size: 18px; }
  section#products .row {
    display: block; }
  section#products img {
    margin-top: 40px; }
  section#team {
    padding-bottom: 80px; }
  section#form #captureForm {
    margin-top: 40px; }
    section#form #captureForm p {
      font-size: 16px; } }

@media (min-width: 768px) {
  #mobile-nav {
    display: none; } }

@media (max-width: 767px) {
  body.modal-open {
    position: fixed;
    width: 100%; }
  h1 {
    font-size: 42px; }
  h2 {
    font-size: 40px; }
  #about-me img {
    max-height: 70px;
    border: none; }
  #mobile-nav ul li {
    display: block;
    width: 100%;
    margin: 10px 0;
    font-size: 18px;
    text-align: center; }
    #mobile-nav ul li:first-of-type {
      margin-top: 0; }
  #nav svg {
    width: 32px;
    height: 32px;
    margin-top: 8px; }
  header {
    display: block;
    height: auto;
    padding: 100px 0; }
    header .container {
      transform: none; }
    header button:first-of-type {
      margin-bottom: 15px; }
  section {
    padding: 40px 0; }
    section#business {
      margin-top: 0;
      padding-bottom: 40px;
      background: #123366; }
      section#business .container {
        width: 100%;
        padding: 0 15px;
        box-shadow: none; }
    section#model {
      padding-top: 40px; }
    section#benefits img {
      margin-bottom: 20px; }
    section#products ul:first-of-type {
      display: block; }
      section#products ul:first-of-type li {
        display: block; }
    section#products ul:last-of-type li {
      float: none;
      width: 100%; }
    section#products img {
      margin-top: 20px; }
    section#story img, section#team img {
      margin-bottom: 20px; }
    section#team {
      padding-bottom: 40px; }
  .modal #video-page iframe {
    width: 100% !important;
    height: auto !important; } }
