@import url("https://fonts.googleapis.com/css?family=Lora:400|Open+Sans:400,400i,700&display=swap");
body {
  font: normal 18px/1.5 'Open Sans', sans-serif;
  color: #888; }

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fake-link, a {
  cursor: pointer;
  color: #17469c; }
  .fake-link:hover, a:hover {
    color: #009bdf;
    text-decoration: underline; }

.social {
  margin: 10px 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; }
    .social li .iconic * {
      fill: #bbb; }
    .social li:hover .iconic * {
      fill: #009bdf;
      stroke: #009bdf; }

.text-blue {
  color: #009bdf; }

.text-darker {
  color: #444; }

h1 {
  margin: 0 0 20px;
  color: #fff;
  font-size: 32px;
  letter-spacing: 1px;
  text-shadow: 0 3px 8px rgba(0, 0, 0, 0.3); }
  h1 span {
    display: block;
    font-family: Lora, serif;
    font-size: 64px; }

h2 {
  margin: 0;
  text-transform: uppercase;
  color: #17469c;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 1px; }

h3 {
  width: 85%;
  margin: 0 auto 30px;
  font-family: Lora, serif;
  font-size: 34px;
  text-align: center; }

hr {
  margin: 30px 0;
  width: 80px;
  height: 1px;
  border: none;
  background: #dadada; }

input[type="text"],
input[type="tel"],
input[type="email"] {
  display: inline-block;
  width: 48%;
  margin: 0 0 20px;
  padding: 5px 10px;
  border: none;
  font-style: italic;
  font-size: 16px; }
  input[type="text"]:nth-child(odd),
  input[type="tel"]:nth-child(odd),
  input[type="email"]:nth-child(odd) {
    float: right; }

header {
  padding: 20px 50px;
  border-bottom: 10px solid #17469c; }
  header #logo {
    max-width: 100%;
    width: 200px; }
  header .header-about-me {
    text-align: right;
    font-size: 14px;
    letter-spacing: 1px; }
    header .header-about-me img {
      float: right;
      margin-left: 15px;
      max-height: 63px;
      width: auto; }
    header .header-about-me .header-name {
      transform: translateY(-2px);
      text-transform: uppercase;
      font-size: 18px; }
    header .header-about-me div {
      margin-bottom: -5px; }

section button {
  width: 100%;
  max-width: 330px;
  padding: 10px 30px;
  background: #009bdf;
  border: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700; }
  section button:hover {
    background: #17469c; }

section#hero {
  position: relative;
  padding: 30px 0;
  border-bottom: 5px solid #17469c;
  background: #161d24; }
  section#hero .video-logger {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 20px;
    border: 5px solid rgba(22, 29, 36, 0.7);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); }
  section#hero .hero-slide {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0; }
  section#hero #hero-1 {
    opacity: 1;
    background: url(../images/hero-bg-1.png) no-repeat center right/cover; }
  section#hero #hero-2 {
    background: url(../images/hero-bg-2.png) no-repeat center right/cover; }
  section#hero #hero-3 {
    background: url(../images/hero-bg-3.png) no-repeat center right/cover; }
  section#hero .row {
    position: relative;
    z-index: 10; }
  section#hero hr {
    width: 170px;
    height: 2px;
    border: none;
    background: #d0d1d3;
    margin: 60px 0; }

section#main {
  padding: 80px 0 40px; }
  section#main form {
    position: relative;
    margin-top: -30px;
    background: #009bdf;
    color: #fff;
    padding: 35px 35px 50px; }
    section#main form #arrow {
      position: absolute;
      top: 30px;
      left: 0;
      border-top: 30px solid transparent;
      border-bottom: 30px solid transparent;
      border-left: 30px solid white; }
    section#main form p {
      margin: 10px 0 50px;
      font-size: 14px; }
    section#main form button {
      display: block;
      margin: 0 auto;
      background: #002856; }
      section#main form button:hover {
        background: #17469c; }
    section#main form img {
      display: none; }
    section#main form #form-thanks {
      display: none; }

footer {
  padding: 40px 0 80px;
  background: #17469c; }
  footer img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width: 200px; }

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

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

.modal .modal-header {
  padding: 0;
  border: none;
  border-radius: 0;
  background: #009bdf;
  color: #fff; }
  .modal .modal-header .close {
    margin: 0;
    padding: 0; }
  .modal .modal-header .inner {
    width: 100%;
    padding: 20px 30px; }
    .modal .modal-header .inner h4 {
      margin: 0;
      text-transform: uppercase;
      font-weight: 700;
      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 #amm-tabs {
  border: none;
  background: #ddd; }
  .modal #amm-tabs .nav-item {
    margin: 0;
    padding: 14px 30px;
    color: #222;
    font-size: 14px;
    text-transform: uppercase;
    background: none;
    border: none;
    border-radius: 0; }
    .modal #amm-tabs .nav-item.active {
      box-shadow: inset 0 -2px 0 #009bdf; }

.modal .modal-body {
  padding: 20px 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: #222; }

.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;
  padding: 2px 0 3px; }

#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: #002856;
        top: 0;
        left: 0; }
      #loader .loaderBall .ball.ball2 {
        background-color: #002856;
        top: 0;
        left: 24px; }
      #loader .loaderBall .ball.ball3 {
        background-color: #002856;
        top: 24px;
        left: 0; }
      #loader .loaderBall .ball.ball4 {
        background-color: #002856;
        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) {
  h1 {
    font-size: 30px; }
  h3 {
    font-size: 28px; } }

@media (max-width: 991px) {
  body {
    font-size: 16px; }
  h2 {
    font-size: 20px; }
  h3 {
    font-size: 26px; }
  section#hero {
    padding: 60px 0; }
  section#main form {
    padding: 25px 25px 30px; }
    section#main form #arrow {
      border-width: 20px; }
    section#main form p {
      margin-bottom: 30px; } }

@media (max-width: 767px) {
  h1 {
    font-size: 28px; }
    h1 span {
      font-size: 64px; }
  hr {
    margin: 10px 0; }
  header {
    padding: 20px 15px; }
    header #logo {
      display: block;
      width: 200px;
      margin: 0 auto 20px; }
  section#main form {
    margin-top: 0;
    padding: 30px; }
    section#main form p {
      margin-bottom: 20px; }
  footer {
    padding: 30px 0; }
    footer img {
      width: 150px; } }
