header {
    display: none;
}

video {
    background-color: #000;
}

.nab-background-copy hr, #nab-slider hr {
  margin: 0;
}

#nab-smoke {
  position: fixed;
  top: 0;
  z-index: 14;
  width: 100%;
}


.nab-button, #give-purchase-button, .give-submit-button-wrap .give-submit, [id^=give-user-login-submit] .give-submit, .give-btn {
    height: 40px;
    text-align: center;
    line-height: 1.25;
    background-color: #be0d00 !important;
    background: #be0d00 !important;
    border-radius: 4px;
    border: 0;
    color: #fff;
    transition: background .3s;
    padding: 10px 25px;
    font-size: 18px;
    cursor: pointer;
    display: inline-block;
}

#nab-nav {
    background:#000;
    width: 100%;
    background:#000; height:64px;    box-shadow: rgba(0, 0, 0, 0.6) 0px 1px 3px 0px;    position: relative;
    z-index: 10;
}

#nab-nav-inner {
    color: white;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#nab-nav svg {
    fill:white;
    height: 25px;
    width: 25px;
}

.nab-wrapper {
    max-width:1280px;
    width:100%;
    margin:0 auto;
}

#nab-nav a {
    height: 64px;
    padding: 20px 20px 18px;
    font-size: 18px;
    color: white !important;
    display: inline-block;
    cursor: pointer;
}

.nab-nav-left, 
.nab-nav-right {
    display: flex;
    flex-direction: row;
}

#nab-nav a:hover {
    border-bottom: 4px solid #be0d00;
}

#nab-login {
    background: #3e5058;
    height:64px;
    display:flex;
    flex-direction: row;
    padding: 12px 5px;
    font-size: 18px;
    margin-left: 10px;
}

#nab-login span {
    padding: 10px;
}

#nab-login svg {
    height: 15px;
    margin-top: 4px;
    -webkit-transform: rotate(
        90deg
        );
            transform: rotate(
        90deg
        );
        
}

#nab-login .nab-button {
    width: 95px;
    margin-left: 5px;
}

#nab-nav-right a {
    padding: 20px 10px 18px;
}




.red {
   color: #be0d00 !important;
}

.nab-secondnav {
    padding: 11px 15px;
    color: #6e6e6e;
    font-size: 14px;
}

.nab-secondnav span {
    margin: 0 10px;
}

.nab-secondnav b {
    font-weight: 600;
    color: #6e6e6e;
}

.nab-background {
    background: url("/wp-content/uploads/nab/background.jpeg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 440px;
    padding: 110px 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.nab-background h1 {
    font-family: 'Oswald', sans-serif; 
    border-bottom: solid 1px #dedede;
    text-transform: uppercase;
    /* font-size: 50px; */
    padding-bottom: 16px;
    margin-top:0 ;
    margin-bottom:16px;
    font-size: 2.778rem;
    letter-spacing: -0.6px;
    line-height:1.1;
}


.nab-background-copy {
background:white;padding:24px;width:500px;

}


.nab-video {
    max-width: 940px;
    width: 100%;
    margin: 95px auto;
    display: flex;
    flex-direction: row;
}

.nab-video h2, .nab-background-copy h2, #nab-slider h2 {
    font-family: 'Oswald', sans-serif; 
    text-transform: uppercase;
    font-size: 1.9444444rem;
    letter-spacing: -0.6px;
    line-height:1.1;
    margin-top: 0px;
}

.nab-video-content {
    width: 60%;
    /* flex-grow: 3; */
}

.nab-video video {
    width: 100%;
    padding: 0 30px;
    height: 280px;
}

.nab-video-copy {
    width: 40%;

    padding: 0  60px 0 0 ;
    /* flex-grow: 2; */
}

.nab-video-reverse {
    flex-direction: row-reverse;
}

.nab-video-reverse .nab-video-copy {
    padding: 0  0 0 60px;
}

.show-mobile {
    display: none;
}

#nab-mobile-login {
    padding: 21px 30px;
    border-radius: 0;
    height: 64px;
}









/* Slider Styles */



#nab-slider-background {
    background: url("/wp-content/uploads/nab/background3.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 440px;
    padding: 110px 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  
  
  
  #nab-slider {
      max-width: 500px;
      width: 100%;
      padding: 30px 30px 50px 30px;
      /* margin: 120px; */
      /* border: 1px solid rgba(0,0,0,0.2); */
  /* margin:100px; */
      z-index: 20;
      position: relative;
      background: white;
      box-shadow: 2px 2px 11px 0px rgba(0,0,0,0.2);
  }
  
  #nab-slider-bar {
      padding: 10px 20px 10px 5px;
  }
  
  .rc-slider-mark-text {
      width: 140px;
  }
  
  
  
  .waves {
      position:relative;
      width: 100%;
      height:55vh;
      margin-bottom:-7px; /*Fix for safari gap*/
      min-height:100px;
      max-height:150px;
    }
    
  
    #nab-ocean {
  position: fixed;
  bottom: -1600px;
  width: 100%;
  left: 0;
  z-index: 7;
  transition: bottom 2s;
    }
  
    #nab-ocean-water {
      width: 100%;
      height: 1400px;
      background: rgba(94, 169, 234);
    }
  
    
    /* Animation */
    
    .parallax > use {
      animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
    }
    .parallax > use:nth-child(1) {
      animation-delay: -2s;
      animation-duration: 7s;
    }
    .parallax > use:nth-child(2) {
      animation-delay: -3s;
      animation-duration: 10s;
    }
    .parallax > use:nth-child(3) {
      animation-delay: -4s;
      animation-duration: 13s;
    }
    .parallax > use:nth-child(4) {
      animation-delay: -5s;
      animation-duration: 20s;
    }
    @keyframes move-forever {
      0% {
       transform: translate3d(-90px,0,0);
      }
      100% { 
        transform: translate3d(85px,0,0);
      }
    }
  
  
    .nab-button-select {
      height: 40px;
      text-align: center;
      line-height: 1.25;
      background-color: #be0d00;
      border-radius: 4px;
      border: 0;
      color: #fff;
      transition: background .3s;
      padding: 10px 25px;
      font-size: 18px;
      cursor: pointer;
      display: inline-block;
  }
  
  .nab-button-unselected {
      height: 40px;
      text-align: center;
      line-height: 1.25;
      background-color: white;
      border-radius: 4px;
      color: rgb(175, 175, 175);
      transition: background .3s;
      padding: 10px 25px;
      box-shadow: inset 0 0 0px 3px rgb(194, 194, 194);
      cursor: pointer;
      display: inline-block;
  }
  
  
  
  /* Clouds */
  
  
  
  .ag-format-container {
    width: 100%;
    margin: 0 auto;
  }
  
  
  img {
    max-width: 100%;
  }
  /* 
  body {
    background-color: light-blue;
    margin: 0;
  } */
  .ag-smoke-block {
    /* width: 100%;
    height: 100%;
    overflow: hidden; */
    z-index: 4;
    position: relative;
    transition: opacity 3s;
  }
  .ag-smoke-1 {
    z-index: 12;
    position: absolute;
    top: 0;
    right: 0;
  
    -webkit-animation: an-smoke-1 6s ease-in-out infinite;
    -moz-animation: an-smoke-1 6s ease-in-out infinite;
    -o-animation: an-smoke-1 6s ease-in-out infinite;
    animation: an-smoke-1 6s ease-in-out infinite;
  }
  .ag-smoke-2 {
    width: 57.1em;
  
    z-index: 13;
    top: 7em;
  }
  .ag-smoke-2,
  .ag-smoke-3 {
    position: absolute;
    left: 0;
  
    -webkit-animation: an-smoke-2 6s ease-in-out infinite;
    -moz-animation: an-smoke-2 6s ease-in-out infinite;
    -o-animation: an-smoke-2 6s ease-in-out infinite;
    animation: an-smoke-2 6s ease-in-out infinite;
  }
  .ag-smoke-3 {
    width: 100%;
  
    z-index: 14;
    top: -32em;
  }
  .ag-smoke-4 {
    width: 61.4em;
  
    z-index: 15;
    position: absolute;
    top: 12em;
    right: 0;
  
    -webkit-animation: an-smoke-3 6s ease-in-out infinite;
    -moz-animation: an-smoke-3 6s ease-in-out infinite;
    -o-animation: an-smoke-3 6s ease-in-out infinite;
    animation: an-smoke-3 6s ease-in-out infinite;
  }
  .ag-smoke__delay-1 {
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -o-animation-delay: 2s;
    animation-delay: 2s;
  }
  .ag-smoke__delay-2 {
    -webkit-animation-delay: 4s;
    -moz-animation-delay: 4s;
    -o-animation-delay: 4s;
    animation-delay: 4s;
  }
  
  @-webkit-keyframes an-smoke-1 {
    0% {
      opacity: 0;
  
      -webkit-transform: translateY(5%) rotate(.01deg);
      transform: translateY(5%) rotate(.01deg);
    }
    50% {
      opacity: .9;
    }
    to {
      opacity: 0;
  
      -webkit-transform: translateY(0) rotate(.01deg);
      transform: translateY(0) rotate(.01deg);
    }
  }
  @-moz-keyframes an-smoke-1 {
    0% {
      opacity: 0;
  
      -moz-transform: translateY(5%) rotate(.01deg);
      transform: translateY(5%) rotate(.01deg);
    }
    50% {
      opacity: .9;
    }
    to {
      opacity: 0;
  
      -moz-transform: translateY(0) rotate(.01deg);
      transform: translateY(0) rotate(.01deg);
    }
  }
  @-o-keyframes an-smoke-1 {
    0% {
      opacity: 0;
  
      -o-transform: translateY(5%) rotate(.01deg);
      transform: translateY(5%) rotate(.01deg);
    }
    50% {
      opacity: .9;
    }
    to {
      opacity: 0;
  
      -o-transform: translateY(0) rotate(.01deg);
      transform: translateY(0) rotate(.01deg);
    }
  }
  @keyframes an-smoke-1 {
    0% {
      opacity: 0;
  
      -webkit-transform: translateY(5%) rotate(.01deg);
      -moz-transform: translateY(5%) rotate(.01deg);
      -o-transform: translateY(5%) rotate(.01deg);
      transform: translateY(5%) rotate(.01deg);
    }
    50% {
      opacity: .9;
    }
    to {
      opacity: 0;
  
      -webkit-transform: translateY(0) rotate(.01deg);
      -moz-transform: translateY(0) rotate(.01deg);
      -o-transform: translateY(0) rotate(.01deg);
      transform: translateY(0) rotate(.01deg);
    }
  }
  
  @-webkit-keyframes an-smoke-2 {
    0% {
      opacity: 0;
  
      -webkit-transform: translate(-10%, 10%) rotate(.01deg);
      transform: translate(-10%, 10%) rotate(.01deg);
    }
    50% {
      opacity: .9;
    }
    to {
      opacity: 0;
  
      -webkit-transform: translateY(5%) rotate(.01deg);
      transform: translateY(5%) rotate(.01deg);
    }
  }
  @-moz-keyframes an-smoke-2 {
    0% {
      opacity: 0;
  
      -moz-transform: translate(-10%, 10%) rotate(.01deg);
      transform: translate(-10%, 10%) rotate(.01deg);
    }
    50% {
      opacity: .9;
    }
    to {
      opacity: 0;
  
      -moz-transform: translateY(5%) rotate(.01deg);
      transform: translateY(5%) rotate(.01deg);
    }
  }
  @-o-keyframes an-smoke-2 {
    0% {
      opacity: 0;
  
      -o-transform: translate(-10%, 10%) rotate(.01deg);
      transform: translate(-10%, 10%) rotate(.01deg);
    }
    50% {
      opacity: .9;
    }
    to {
      opacity: 0;
  
      -o-transform: translateY(5%) rotate(.01deg);
      transform: translateY(5%) rotate(.01deg);
    }
  }
  @keyframes an-smoke-2 {
    0% {
      opacity: 0;
  
      -webkit-transform: translate(-10%, 10%) rotate(.01deg);
      -moz-transform: translate(-10%, 10%) rotate(.01deg);
      -o-transform: translate(-10%, 10%) rotate(.01deg);
      transform: translate(-10%, 10%) rotate(.01deg);
    }
    50% {
      opacity: .9;
    }
    to {
      opacity: 0;
  
      -webkit-transform: translateY(5%) rotate(.01deg);
      -moz-transform: translateY(5%) rotate(.01deg);
      -o-transform: translateY(5%) rotate(.01deg);
      transform: translateY(5%) rotate(.01deg);
    }
  }
  
  @-webkit-keyframes an-smoke-3 {
    0% {
      opacity: 0;
  
      -webkit-transform: translateY(10%) rotate(.01deg);
      transform: translateY(10%) rotate(.01deg);
    }
    50% {
      opacity: .9;
    }
    to {
      opacity: 0;
  
      -webkit-transform: translate(-10%, 5%) rotate(.01deg);
      transform: translate(-10%, 5%) rotate(.01deg);
    }
  }
  @-moz-keyframes an-smoke-3 {
    0% {
      opacity: 0;
  
      -moz-transform: translateY(10%) rotate(.01deg);
      transform: translateY(10%) rotate(.01deg);
    }
    50% {
      opacity: .9;
    }
    to {
      opacity: 0;
  
      -moz-transform: translate(-10%, 5%) rotate(.01deg);
      transform: translate(-10%, 5%) rotate(.01deg);
    }
  }
  @-o-keyframes an-smoke-3 {
    0% {
      opacity: 0;
  
      -o-transform: translateY(10%) rotate(.01deg);
      transform: translateY(10%) rotate(.01deg);
    }
    50% {
      opacity: .9;
    }
    to {
      opacity: 0;
  
      -o-transform: translate(-10%, 5%) rotate(.01deg);
      transform: translate(-10%, 5%) rotate(.01deg);
    }
  }
  @keyframes an-smoke-3 {
    0% {
      opacity: 0;
  
      -webkit-transform: translateY(10%) rotate(.01deg);
      -moz-transform: translateY(10%) rotate(.01deg);
      -o-transform: translateY(10%) rotate(.01deg);
      transform: translateY(10%) rotate(.01deg);
    }
    50% {
      opacity: .9;
    }
    to {
      opacity: 0;
  
      -webkit-transform: translate(-10%, 5%) rotate(.01deg);
      -moz-transform: translate(-10%, 5%) rotate(.01deg);
      -o-transform: translate(-10%, 5%) rotate(.01deg);
      transform: translate(-10%, 5%) rotate(.01deg);
    }
  }

  footer {
    display: none;
  }
  
  
  @media only screen and (max-width: 767px) {
    .ag-format-container {
      width: 96%;
    }
  
  }
  
  @media only screen and (max-width: 639px) {
  
  }
  
  @media only screen and (max-width: 479px) {
  
  }
  
  @media (min-width: 768px) and (max-width: 979px) {
    .ag-format-container {
      width: 750px;
    }
  
  }
  
  @media (min-width: 980px) and (max-width: 1161px) {
    .ag-format-container {
      width: 960px;
    }
  
  }
  







/*  Tablet  */
@media only screen and (max-width: 1080px) {
    .show-mobile {
        display: inherit;
    }

    .hide-mobile {
        display: none !important;
    }

    #nab-nav {
        position: fixed;
        top: 0;
        left: 0;

    }

    .nab-secondnav {
        margin-top: 42px;
        height: 0px;
        overflow: hidden;
    }
}

/* Mobile */
@media only screen and (max-width: 800px)
  {

    #nab-slider {
      z-index: 10;
  }

  .ag-smoke-4 {
    top: -22em;
  }

  .ag-smoke__delay-1 {
    top: -23em;
  }
  

    #nab-slider-background, .nab-background {
      padding: 200px 0 0 0;
    }


    .nab-video {
      margin: 0;
      padding: 50px 20px ;
        flex-direction: column;
    }

    .nab-video-content, .nab-video-copy, .nab-video-reverse .nab-video-copy  {
        width: 100%;
        padding:  0;
    }

    .nab-video-copy {
        margin-bottom: 0px;
    }






    .nab-background {
        justify-content: flex-end;
    }

    .nab-background-copy {
        width:100%;
    }

    /* .nab-video-reverse {
        flex-direction: column;
    } */
}
