/*
added swing analyzer and research menu items
*/
html, body {
  	width:100%;
  	padding:0;
  	margin:0;
    font-family: 'Fira Sans', sans-serif;
    font-weight:400;
    background-color:#555;
  }
  ::-webkit-input-placeholder {
    color: #777;
  }
  ::-moz-placeholder {
    color: #777;
  }
  :-ms-input-placeholder {
    color: #55;
  }
  :-moz-placeholder {
    color: #777;
  }
  [required] {
      box-shadow: none;
  }

  a {
  	color:#1b6eff;
  	text-decoration:none;
  }
  a:hover {
  	text-decoration:underline;
  }
  img {
    max-width: 100%;
  }
textarea,
input {
  -webkit-appearance: none;
}

body {
  background: #fff;
}
h2 {
  letter-spacing: 0;
  font-size:21px;
}


 .h1 {
   color:#fff;
   text-transform: uppercase;
   font-weight: 900;
   font-size: 35px;
   line-height: 40px;
   font-family: 'Fira Sans', sans-serif;
   letter-spacing: 10px;
   border-bottom:3px dotted #1b6eff;
   display:inline-block;

   padding-bottom:20px;
 }




  h2{
      color:#fff;
      letter-spacing: 2px;
      font-weight:400;
      font-size:22px;
      line-height: 30px;
  }



  .wrapper{
    max-width:1300px;
    margin:0 auto;
    width:96%;
    padding:0 2%;
  }
  .content {
    position: relative;
    z-index: 2;
  }






.text-input {
  color:#333;
  background:#fff;
  border:1px solid #ccc;
  border-radius:0px;
  width:100%;
  box-sizing: border-box;
  padding:8px;
  margin:2px 0;
  font-size:14px;
  letter-spacing: 2px;
  height:30px;
}

.textarea {
  color:#333;
  background:#fff;
  border:1px solid #ddd;
  border-radius:0px;
  padding:8px;
  margin:2px 0;
  font-size:14px;
  box-sizing: border-box;
  letter-spacing: 2px;
  height:75px;
  font-family:sans-serif;
  width:100%;
}
.textarea:disabled,
.text-input:disabled {
  background:#eee;
  color:#555;
}

.btn {
  background:#1b6eff;
  color:#fff;
  border-radius: 0px;
  border-width: 0;
  height:36px;
  font-family:'Fira Sans', sans-serif;
  font-weight: 900;
  letter-spacing: 2px;
  font-size:16px;
  line-height: 30px;
  padding:0;
  margin:2px 0;
  width:150px;
  cursor:pointer;
  float:right;
  text-decoration: none;
}
.btn:disabled {
  background:#333;
}
.btn:active,
.btn:focus {
  outline:none !important;
}
.btn:hover {
  background:#333;
  }



.clearfix:before,.clearfix:after{content: " ";display: table;}.clearfix:after {clear: both;}
.pull-left {float:left;}
.pull-right {float:right;}
.right {text-align:right;}
.center {text-align:center;}
.full { width:100%; }
.half { width:50%; }
.third { width:33%; }

.two-thirds { width:66%; }
.font-zero {font-size:0;}



@media only screen and (max-width: 500px){
  .center-handhelds{margin:auto;text-align:center}
  .hide-on-handhelds{display:none}
  .full-handhelds{width:100%}
}
@media only screen and (min-width: 501px) and (max-width: 1024px){
  .center-tablets{margin:auto;text-align:center}
  .hide-on-tablets{display:none}
  .pull-right-tablets{float:right}
  .pull-left-tablets{float:left}
  .third-tablets{width:33.333%}
  .half-tablets{width:50%}
  .two-thirds-tablets{width:66.666%}
  .full-tablets{width:100%}
}
@media only screen and (min-width: 1024px){
  .hide-on-desktops{display:none}
  .pull-left-desktop{float:left}
  .pull-right-desktop{float:right}
  .third-desktop{width:33.333%}
  .half-desktop{width:50%}
  .two-thirds-desktop{width:66.666%}
}


#hamburger-link {
  display:none;
}
.mobile-menu-wrapper {
  display:inline-block;
}

.top-nav-wrapper {
  padding:20px 0 75px 0;
  background:rgba(0,0,0,.6);
  background: -moz-linear-gradient(top, rgba(21,35,41,0.95) 0%, rgba(0,0,0,) 100%);
  background: -webkit-linear-gradient(top, rgba(21,35,41,0.95) 0%,rgba(0,0,0,0) 100%);
  background: linear-gradient(to bottom, rgba(21,35,41,0.95) 0%,rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );

}

.site-nav {
  padding-top:20px;
  text-align: center;
}

.logo-link {
  display:block;
  width:100%;
  margin-top:20px;
}
.main-logo {
  display:block;
  margin:0 auto;
}








.main-menu-link {
  position: relative;
  display: inline-block;
  outline: none;
  color: #fff;
  text-decoration: none;
  font-size:13px;
  font-weight:100;
  text-transform: uppercase;
  letter-spacing:0px;
  margin:0px 5px 0 5px;
  padding-bottom:8px;
  border-bottom:2px solid transparent;
  transition:all .2s ease;
}

.main-menu-link:focus {
  outline: none;
}

.main-menu-link:hover {
  color:#fff;
  border-color:#fff;
  text-decoration:none;
}
.nav-selected {
  border-color:rgba(255,255,255,.2);
}
.light-layout .nav-selected {
  border-color:#B8B8B8;
}

.menu-devider {
  display:none;
}

.menu-label {
  display:none;
  background:#1b6eff;
  color:white;
  position: absolute;
  top:-16px;
  left:-5px;
  font-size:10px;
  font-weight: 100;
  padding:2px 5px;
  border-radius: 2px;
  letter-spacing: 0;
  transform: rotate(-14deg) translate3d( 0, 0, 0);
}



.social {
position:absolute;
top:5px;
right:40px;
display: inline-block;
z-index: 400;
}
.social-link {
opacity: .5;
transition: opacity .5s ease;
}
.social-link:hover {
opacity: 1;
}
.social-link img {
width:30px;
height:30px;
}



.footer {
  color:#222;
  background-color:#fff;
  padding:30px 0;

}

.footer h2 {
  letter-spacing: 1px;
  font-weight: 900;
  color:#444;
  font-size:25px;
  line-height: 35px;
  margin:0;
}


.copyright {
  color:#fff;
  background-color:#212121;
  letter-spacing: 20px;
  width:100%;
  padding:30px 0;
  text-align:center;
}




.site-footer {
  background:#222;
  text-align: center;
}
.footer-partners {
  margin-bottom:50px;
  background:#1b1b1b;
  font-size:0;
}

.footer-partner-img {
  filter:brightness(0.3) grayscale(1);
  transition: filter .5s ease;
  padding: 30px 1%;
  max-width:250px;
  vertical-align: middle;
  width:18%;
}

.footer-partner-img:hover {
  filter:brightness(1) grayscale(0);
}


.footer-main-menu-link {
  font-size:18px;
  font-weight:900;
  text-transform: uppercase;
  text-decoration: none;
  color:#555;
  padding:20px 8px;
  line-height: 50px;
  transition: color .5s ease;
}
.footer-main-menu-link:hover {
  text-decoration: none;
  color:#aaa;
}

.footer-social-menu {
  padding:20px 0 50px 0;
}

.footer-social-link {
  filter:brightness(0.5);
  transition: filter .5s ease;
  padding:0 20px;

}

.footer-social-link:hover {
  filter:brightness(1);

}
.footer-social-link img {
  width:40px;
}



.video {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  filter:grayscale(100%);
  transition: filter 1s ease;
}

.video-sepia {
  filter:grayscale(0%);
}



#hp-video-flip {
  overflow:hidden;
  display:block;
}

.hp-video-wrapper {
  background-color:#fff;
  padding-top:20px;
  text-align: center;
}


.lw-quote {
  max-width:1200px;
  margin:0 auto 20px auto;

}
.testimonial{
  letter-spacing: 2px;
  font-size:18px;
  font-weight: 900;
  line-height: 30px;
  color:#1964e8;
  padding:40px;
}

#close-hidden-video {

  font-size:45px;
  text-decoration: none;
  color:#aaa;
  margin-top:-22px;
  line-height:30px;

}
#hp-hidden-video-wrapper {
  display:none;
  background:#eee;
  padding:20px 0;
}
.hp-video-banner {
  width:100%;
}
.hp-hidden-video {
  height:200px;
  width:90%;
  margin:0 auto;
  max-width:900px;
}

.hp-testimonial-vid {
  height:200px;
  width:90%;
  margin:5%;
}


.hp-book-wrapper {
  background:#1b1b1b;
  color:#fff;
  letter-spacing:2px;
  padding:30px 0 50px 0;
}
form.hp-book-form {
padding: 0;
}
.hp-book-text {
  margin-bottom:20px;
}



.case-study {
  color: #555;
  padding:20px 1%;
  font-size: 15px;
  background: rgba(255, 255, 255, 0.88);
  margin:0;
  border-left:10px solid #1b6eff;
}
.case-study-name{
  font-size:28px;
  color:#222;
  display:block;
}
.case-study-video {
  width:100%;
  height:200px
}


.mobile-yt-video {
  margin:20px 0;
  width:100%;
  height:165px;
}





/*

#ig-feed-wrapper h2 {
  letter-spacing: 1px;
  font-weight: 900;
  color: #666;
  font-size: 20px;
  line-height: 35px;
  margin: 0;
  margin-bottom: 50px;
}
#ig-feed-wrapper {
  background:#222;
}
.ig-img-wrapper {
  width:27.3%;
  display:inline-block;
  margin:30px 0;
  max-height:400px;
}
.ig-img-wrapper:nth-child(even) {
  margin:30px 9%;
}
.ig-img {
  width:100%;
  display:block;
  filter:grayscale(0);
  transition: filter .5s ease;
}
.ig-img:hover {
  filter:grayscale(1);
}

.ig-caption {
  font-size:12px;
  display: block;
  width:98%;
  color:#999;
  background:#1b1b1b;
  padding:8px 1%;
}
.ig-caption a {
  color:#555;
}
*/


#ig-feed-wrapper {
  background:#222;
}

.ig-wrapper {
  padding:100px 0 20px 0;
}
.ig-img-wrapper {
  width:33.33%;
  display:inline-block;
  float:left;
  margin:0;
  overflow: hidden;
  position: relative;
}

.ig-img {
  width:100%;
  display:block;
  transition: transform .8s cubic-bezier(0.18, 0.89, 0.32, 2.18);
}
.ig-img:hover {
  transform: scale(1.1);
}

.ig-caption {
  font-size:14px;
  line-height: 18px;
  display: block;
  position: relative;
  z-index: 2;
  width:98%;
  background:rgba(0,0,0,.8);
  margin-top:-26px;
  padding:5px 1%;
  height:16px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #fff;
  transition: all .8s cubic-bezier(0.18, 0.89, 0.32, 1.18);
}
.ig-caption a {
  color:#39ffad;
  display: block;

}
.ig-img-wrapper:hover .ig-caption {
  white-space: normal;
  height:140px;
  margin-top:-150px;
  text-align: center;

}


.ig-meta {
  position: absolute;
  top:-50px;
  left:0;
  width:100%;
  text-align: center;
  transition: top .8s cubic-bezier(0.18, 0.89, 0.32, 1.18), opacity .8s cubic-bezier(0.18, 0.89, 0.32, 1.18), font-size .8s cubic-bezier(0.18, 0.89, 0.32, 1.18);
  font-size:18px;
  color:#fff;
  opacity: 0;
  height:50px;
  line-height:50px;
  background: rgba(0,0,0,.5);

}
.ig-comment-count {
  margin-left: 30px;
}
.ig-img-wrapper:hover .ig-meta {
  top:0px;
  opacity: 1;
  font-size:21px;
}
/*
.ig-type-video:after {
  content:"\f04b";
  display:inline-block;
  font:normal normal normal 14px/1 FontAwesome;
  font-size:75px;
  text-rendering:auto;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  transform:translate(0, 0);
  position: absolute;
  z-index: 5;
  color:rgba(255,255,255,.9);
  top: 35%;
  left: 0;
  width: 100%;
  text-align: center;
  opacity: 1;
  transition: font-size .8s cubic-bezier(0.18, 0.89, 0.32, 1.18), opacity .8s cubic-bezier(0.18, 0.89, 0.32, 1.18);
}
.ig-type-video:hover:after {
  opacity: 0;
  font-size:50px;
}
*/

@media only screen and (min-width: 400px) {
  .mobile-yt-video {
    height:220px;
  }


}


.mailchimp-form {
  color:white;
  letter-spacing: 2px;
  padding-bottom:130px;
}
.mailchimp-form .text-input {
  width:100%;
  padding:9px 10px;
  height:auto;
  border-color:rgba(255,255,255,.3);
  background:rgba(255,255,255,.5);
}
.mailchimp-form .text-input:focus,
.mailchimp-form .text-input:hover {
  background:rgba(255,255,255,.7);
}
.mailchimp-form .text-input::-webkit-input-placeholder {
  color: #333;
}
.mailchimp-form .text-input::-moz-placeholder {
  color: #333;
}
.mailchimp-form .text-input:-ms-input-placeholder {
  color: #333;
}
.mailchimp-form .text-input:-moz-placeholder {
  color: #333;
}
.mce-field-wrapper {
  margin-right:1%;
  display:inline-block;
  text-align: left;
  width:200px;
}

.yt-playlist-wrapper {
  display: none;
}
.yt-video-details {
  display:none;
}
.yt-mobile-playlist-link-placeholder img{
  width:100%;
}


@media only screen and (min-width: 560px) {
  .case-study-video {
    height:300px;
  }

  .hp-hidden-video,
  .hp-testimonial-vid {
    height:300px;

  }



  #yt-playlist-mobile {
    display:none;
  }
  .yt-playlist-wrapper {
    padding:15px 1%;
    margin-bottom: 130px;
    background:rgba(255,255,255,.6);
    font-size: 0;
    display:block;
  }
  #yt-playlist-title {
    font-size:20px;
    color:#fff;
    display:block;
    margin-bottom:20px;
  }

  #yt-playlist-share {
    position: absolute;
    bottom:15px;
  }
  #yt-placeholder,
  #yt-video {
    width:100%;
    height:378px;
  }
  #yt-video {
    display:none;
  }


  .yt-playlist {
    width:100%;
    font-size:0;
    padding-top:20px;
  }

  .yt-playlist-link-placeholder,
  .yt-playlist-link {
    border:5px solid transparent;
    display:inline-block;
    box-sizing: border-box;
    width:33.333%;
    background:white;
  }
  .yt-playlist-link-placeholder img,
  .yt-playlist-link img {
    width:100%;
    height:100%;
    transition: filter .3s ease;
    filter:grayscale(100%);
  }

  .yt-playlist-link img:hover {
    /*filter: sepia(40%);*/
    filter:grayscale(0%);
  }
  .yt-playlist-link-selected {
    border-color:#1a64e9;
  }

  .footer h2 {
    font-size:40px;
    line-height: 55px;
  }
  #ig-feed-wrapper h2 {
    font-size: 40px;
    line-height: 55px;
    margin-bottom: 10px;
  }
}


@media only screen and (max-width: 600px) {


  .social {
    display:none;
  }
  .top-nav-wrapper {
    padding:75px 0 0 0;
  }
  .site-nav {
    display:none;
    background:#fff;
    position: fixed;
    top:75px;
    left:0;
    right:0;
    z-index: 999;
    box-shadow: 0 0px 80px 0px #000;
  }
  .logo-link {
    width:75px;
    padding:10px;
    float:left;
    margin-top:0;
  }
  .main-logo {
    height:auto;
  }
 .mobile-menu-wrapper {
   background:#222;
   position: fixed;
   top:0;
   left:0;
   right:0;
   z-index: 1000;
 }
  #hamburger-link {
    float:right;
    display:block;
    height:75px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight:100;
    line-height: 75px;
    font-size:20px;
    color:#656565;
    text-decoration: none !important;
  }
  #hamburger-wrapper {
    float:right;
    width:60px;
    height:55px;
    padding-top:22px
  }
  .hamburger-line {
    width:30px;
    height:5px;
    margin:4px auto;
    background:#fff;
    transition: transform .8s ease;
    transition-property: transform, opacity;
  }
  .main-menu-link {
    display:block;
    border-color:transparent;
    padding:20px 0;
    color:#222;
    transition: transform .8s ease;
    transform:translateX(100px) scaleX(1.2);

  }
  .main-menu-link:hover {
    color:#888;
  }

  .nav-selected {
    transform:translateX(200px);
    font-style: italic;
    color:#888;
  }

  .mobile-menu-visible {
    transform:translateX(0)  scaleX(1);
    opacity: 1;
  }

  .hamburger-menu-in .hamburger-line-1 {
    transform:rotate(-45deg)  translateY(6px);
    transform-origin: center;
  }
  .hamburger-menu-in .hamburger-line-2 {
    transform:rotate(45deg) translateY(-6px);
    transform-origin: center;
  }
  .hamburger-menu-in .hamburger-line-3 {
    opacity: 0;
  }

  .hp-video-banner {
    width:140%;
    margin-left:-20%;
    max-width:140%;
  }

  .ig-img-wrapper {
      width:100%;
      float:none;
      margin:0;
    }
  .ig-img-wrapper:nth-child(even) {
    margin:0;
  }


}
@media only screen and (min-width: 800px) {


  .main-menu-link {
    font-size:20px;
  }
  .h1 {
    margin:200px auto 0 auto;
    font-size: 50px;
    line-height: 60px;
    text-shadow: 0 0 100px #000;
    border-bottom:20px dotted #1b6eff;
  }
  .lw-quote {
    padding:0 40px;
  }

  .hp-hidden-video {
    height:506px;
    width:98%;
    margin:0 auto;
  }



  .case-study-video {
    width:75%;
    height:550px;
  }
  .case-study {
    width: 19%;
    float: left;
    padding: 20px 2%;
    min-height: 510px;
  }
  .case-study-name {
    margin-top:30px;
  }

  .yt-video-details {
    display: block;
    position: relative;
    width: 33.333%;
    min-height:378px;
    padding: 20px 1% 0 1%;
    float: left;
    box-sizing: border-box;
    font-size: 15px;
    font-weight: 400;
    background:#1a64e9;
    color: #fff;
  }
  #yt-playlist-title {
    font-size:20px;
    color:#fff;
    display:block;
    margin-bottom:20px;
  }

  #yt-playlist-share {
    position: absolute;
    bottom:15px;
  }
  #yt-placeholder,
  #yt-video {
    width:66.666%;
    height:378px;
  }


  .hp-book-form {
    max-width:500px;
    margin:0 auto;

  }

}
@media only screen and (min-width: 1000px) {
.footer-main-menu-link {
  font-size:20px;
}
      .hp-testimonial-vid {
        height:400px;
        width:66.66%;
        max-width:66.66%;
        margin:20px 0 0 0;
      }
  #yt-placeholder,
  #yt-video {
    width:66.666%;
    height:400px;
  }
  #yt-playlist-title {
    font-size:25px;
  }
  .yt-video-details {
    min-height:400px;
    padding: 20px 2% 0 2%;
  }
  #yt-playlist-description {
    line-height: 20px;
  }
  .footer-partner-img {
    width:auto;
  }

}
@media only screen and (min-width: 1200px) {
  .h1 {
    font-size: 94px;
    line-height: 95px;
    text-shadow: 0 0 100px #000;
    border-bottom:20px dotted #1b6eff;
  }
  #yt-placeholder,
  #yt-video {
    height:478px;
  }
  #yt-playlist-title {
    font-size:28px;
  }
  .yt-video-details {
    min-height:478px;
    padding: 30px 6% 0 2%;
  }
  #yt-playlist-description {
    line-height: 22px;
  }

  .hp-book-form {
    max-width:400px;

    margin-top:25px;
    float:right;
    text-align: right;
  }

  .hp-book-text {
    float:left;
    max-width:750px;
  }

}







.lw-quote h2 {
  letter-spacing: -3px;
  font-weight: 900;
  color:#000;
  font-size:40px;
  line-height: 55px;
}




.training-mailing-list-header {
  font-size:25px;
  color:#fff;
}

#introduction-page {
  background-color:#111;
  background-image: url('/img/lw3.jpg');
  background-size:cover;
}

#videos-page {
  background-color:#111;
  background-image: url('/img/lw1.jpg');
  background-size:cover;
}



#case-studies {
  background-color:#fff;
  background-image: url('/img/lw2.jpg');
  background-repeat:no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}



@media only screen and (max-width: 600px) {
  #home-page {
    background: url('/img/hp-vid-thumb.jpg');
    background-repeat:no-repeat;
    background-attachment:fixed;
    background-position: top center;
  }

  #videos-page,
  #introduction-page {
    background-color:#eee;
    background-image:none;
  }

  .training-mailing-list-header {
    color:#333;
  }
}



#book-form-message,
#contact-form-message {
  display: none;
  background:#222;
  color:white;
  font-weight: 400;
  font-size:16px;
  padding:5px 2%;
  overflow:hidden;
  white-space: nowrap;
  width:0px;
  transition: all .5s ease;
}
.contact-form-message-in {
  display:block !important;
  width:96% !important;
}



.contact-msg {
  font-size:18px;
  line-height: 22px;
  font-weight: 400;
}




@media only screen and (min-width: 600px) and (max-width:820px) {
  .footer-main-menu-link {
    font-size:16px;
    padding:20px 8px;
  }
}


@media only screen and (min-width: 600px) and (max-width:935px) {
  .main-menu-link {
    display:block;
    margin:10px 0 0 0;
  }
  .site-nav {
    padding-top:30px;
    margin-right: 60px;
    text-align: center;
    float:right;
  }
  .social {
    right:70px;
  }
}



@media only screen and (min-width: 600px) {


    .menu-label {
      display: block;

    }
    .footer-main-menu-link .menu-label {
      top:4px;
    }
    .footer-main-menu-link {
      position: relative;
      white-space: pre;
    }
}
@media only screen and (min-width: 935px) {


  .testimonial{
    padding:40px 50px 40px 0;
  }

  .social {
    right:0;
  }
  .site-nav {
    padding-top:50px;
    float:right;
    position: relative;
  }
  .logo-link {
    display:inline;
    width:auto;
    margin-top:0;
  }
  .main-logo {
    display:inline-block;
    margin:0;
  }
  .menu-devider {
    -ms-transform: skew(-30deg,0deg);
    -webkit-transform: skew(-30deg,0deg);
    transform: skew(-30deg,0deg);
    width:3px;
    height:15px;
    background-color:#B8B8B8;
    display:inline-block;
    margin:0 5px;
  }


  .main-menu-link {
    margin:30px 0px 0 0px;
    font-size:13px;
  }
  .main-menu-link:last-child {
    margin-right:0;
  }
  .top-nav-wrapper {
    padding:20px 0;
  }



}





@media only screen and (max-width: 1024px) {
  .copyright {
    letter-spacing: 3px;
  }
}

@media only screen and (min-width: 935px) and (max-width: 1160px) {
  .menu-devider {
    margin:0 0px;
  }
  .main-menu-link {
    font-size:12px;
  }
}

@media only screen and (min-width: 1344px) {
  .menu-devider {
    margin:0 8px;
  }
  .main-menu-link {
    font-size:13px;
  }
  .menu-label {
    left:-18px;
  }
}
@media only screen and (max-width: 700px) {
  .footer-main-menu-link {
    display:block;
  }
}


@media only screen and (max-width: 600px) {
  .copyright {
    letter-spacing: 2px;
  }
  .footer-social-link {
    padding:0 10px;
  }
  .footer-social-link img {
    width:50px;
  }



}




@-webkit-keyframes btn-waiting {
  0% {transform: scaleX(1);}
  50% {transform: scaleX(1.1);}
  100% {transform: scaleX(1);}
}
@-moz-keyframes btn-waiting {
  0% {transform: scaleX(1);}
  50% {transform: scaleX(1.1);}
  100% {transform: scaleX(1);}
}
@-o-keyframes btn-waiting {
  0% {transform: scaleX(1);}
  50% {transform: scaleX(1.1);}
  100% {transform: scaleX(1);}
}
@keyframes btn-waiting {
  0% {transform: scaleX(1);}
  50% {transform: scaleX(1.1);}
  100% {transform: scaleX(1);}
}
.sending {
  -webkit-animation: btn-waiting .5s ease infinite;
     -moz-animation: btn-waiting .5s ease infinite;
       -o-animation: btn-waiting .5s ease infinite;
          animation: btn-waiting 1s ease infinite;
    outline:none !important;
}






input {
  -webkit-appearance: auto;
}


#latest-video-title
{
    position: absolute;
    height: auto;
    width: auto;
    white-space: nowrap;
}


#bg-video-eddie {
  width:100%;
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: 1;
}
@media only screen and (min-width: 938px) {
  .h1 {margin-top:50px;}
}
@media only screen and (min-width: 1200px) {
  .h1 {margin-top:100px;}
}
/*
@media only screen and (min-width: 1400px) {
  .h1 {margin-top:250px;}
}
@media only screen and (min-width: 1600px) {
  .h1 {margin-top:350px;}
}
*/

.btn:hover {
  text-decoration: none;
  background: #02acff;
}
.top-nav-wrapper {
  background: transparent;
}
.main-logo {

}

.hp-book-form {
  padding-bottom:5px;
  margin-top:0;

}
#book-form {
  padding-bottom:10px;
  margin:10px 0;
}
#book-form input {
  width: 180px;
  display:inline-block;
}
#book-form-message {
  position: absolute;
  left:0;
  text-align: center;
  padding:35px 2%;
  background:#1b6eff;
  margin-top:15px;
}
.how-to-form-wrapper {
  /*
  background: #000;
  box-shadow: 0 0 150px 0px rgba(27, 110, 255, 0.52);*/
  font-size:22px;
  line-height: 25px;
  color:white;
  text-align: center;
}

#hp-banner-how-to {

}
#book-form-btn {
  float:none;
}

#hp-video-yt-wrapper {
  width:40%;
  float:right;
}
#hp-video-yt {
  height: 245px;
  width: 90%;
  float: right;
}

@media only screen and (max-width: 900px)  {

  #hp-video-yt-wrapper {
    width:90%;
    margin:0 5%;
    float:none;
  }
  #hp-video-yt {
    height: auto;
    width: auto;
    float: none;
  }
}
@media only screen and (max-width: 900px) and (min-width:601px) {

}

@media only screen and (min-width: 1100px) {
  #book-form {
    margin-top:-140px;
    margin-left: 450px;
  }
}

@media only screen and (min-width: 1100px) and (max-width: 1250px) {
  .how-to-form-wrapper {
    font-size:20px;
    line-height: 25px;
  }
  #book-form {
    margin-top:-120px;
    margin-left: 370px;
  }
}

.text-center {
  text-align: center;
}
.text-zero {
  font-size:0;
}

.footer-partners {
  margin-bottom:0;
}
.footer-partner-img {
  max-width:120px;
  padding:30px 5%;
}
.site-footer {
  padding-top:70px;
}
.footer-social-menu {
  padding-top:50px;
}

.footer-menu-col {
  width:24%;
  float:left;
  display: inline-block;
  text-align: left;
}
.footer-menu-header {
  font-weight: bold;
  color:#d3d3d3;
  margin-bottom: 15px;

}
.footer-main-menu-link {
  display: block;
  padding: 5px 0px;
  line-height: 30px;
}
.footer-main-menu-link:before {
  content:"\2023";
  margin-right:5px;
  color:#d3d3d3;
}


.social-link {
  opacity: 1;
}
.site-nav {

}
.main-menu-link {
  color:#000;
  font-size: 18px;
  font-weight: bold;
  padding:8px;
  border-radius:3px;

  /* responsive */
  margin:0px 0px 0 0px;
}
.main-menu-link-active,
.main-menu-link:hover {
  color:#fff;
  background: #1b6eff;
  border-color:transparent;
}
.main-menu-element {
  display: inline-block;
  position: relative;
  vertical-align:top;
}
.menu-devider {
  top: 5px;
  position: relative;
  width:6px;
  height:6px;
  transform:rotate(45deg);
}
.top-nav-wrapper {
  border-bottom:5px solid #1b6eff;
}
.sub-menu {
  transition:transform .2s ease-out, opacity .2s ease;
  margin:0px;
  padding:0;
  background: #1b6eff;
  box-shadow: 4px 5px 6px -3px #000;
  position: absolute;
  width:250px;

}
.sub-menu li {
  list-style-type: none;
  margin:0px;
  padding:0;
}
.main-menu-sub-link {
  color:#fff;
  display: block;
  padding:20px 0px 20px 10px;
  text-align: left;
  text-transform: uppercase;
  font-size:13px;
  font-weight: bold;
  letter-spacing: .5px;
  text-decoration:none;
}
.main-menu-has-sub {
  margin-right: 30px;
  border-radius:5px 0 0 0;
}
.main-menu-has-sub:after {
position: absolute;
transition: all .2s ease;
display: block;
content: " ";
white-space: pre;
bottom: 11px;
right: -20px;
width: 14px;
height: 14px;

bottom: -2px;
right: -23px;
width: 23px;
height: 40px;
background-size:14px 14px;
border-radius:0 5px 0 0;

background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMCA3LjMzbDIuODI5LTIuODMgOS4xNzUgOS4zMzkgOS4xNjctOS4zMzkgMi44MjkgMi44My0xMS45OTYgMTIuMTd6Ii8+PC9zdmc+);
background-position: center center;
background-repeat:no-repeat;

/*
filter: invert(65%) sepia(2%) saturate(3%) hue-rotate(345deg) brightness(94%) contrast(90%); */
}

.main-menu-link-active:after {
  /*
  .main-menu-has-sub:hover:after {
  filter: invert(65%) sepia(2%) saturate(3%) hue-rotate(345deg) brightness(94%) contrast(90%);*/
  background-color: #1b6eff;


}
.main-menu-sub-link:hover {
  background: #3f87ff;
  text-decoration: none;
}

.main-menu-link + .sub-menu {
  top:-1000px;
  opacity: 0;


}

.sub-menu-in,
.sub-menu:hover,
.main-menu-link-active + .sub-menu {
  top:40px;
  opacity: 1;

}

.hp-hero-wrapper {
  background-image:url(/img/hero-banner.png);
  background-position: center;
  background-size: cover;
  min-height: 600px;

}
.hp-hero-content {
  padding: 0;
  margin-top:150px;
  width:40%;
  float:right;
  color:white;
  font-size: 20px;
  line-height: 28px;
}
.hp-hero-content h1{
  line-height: 50px;
}
.hp-meet-link {
  float:none;
  margin-top:20px;
  display: inline-block;
  width:auto;
  height:auto;
  padding:10px 20px;
  text-transform: uppercase;
}



.hero-heading {
    font-size:120px;
    text-transform: uppercase;
    text-align: center;
    border-bottom:6px solid #1b6eff;
    color:#18191a;
    letter-spacing: 0.05em;
    position: relative;
    display: inline-block;
    height: auto;
    width: auto;
    white-space: nowrap;
}
.hero-heading:after {
  content: "";
display: block;
width: 0;
height: 0;
position: absolute;
margin-left: calc(50% - 50px);
margin-top: 5px;
border-left: 50px solid transparent;
border-right: 50px solid transparent;
border-top: 25px solid #1b6eff;
}
.hero-heading-wrapper {
  position: relative;
}


.content-box {
  width:31.33%;
  vertical-align: top;
  margin:2% 0;
  display:inline-block;
  background: #18191a;
  color:#fff;
  padding:0;
  box-shadow: 10px 10px 0 0px #000;
  box-sizing: border-box;
  font-size:16px;
  line-height: 20px;
}
.content-box-center {
  margin:2% 3%;
}
.content-box h3 {
  text-transform: uppercase;
  font-size:28px;
  text-align: center;
  color:#fff;
  margin:0;
  line-height: 32px;
  background: #000;
  padding:10px 0;
}
.content-box h4 {
  margin-top:10px;
  margin-bottom: 20px;
  letter-spacing: 1px;
  color: #959595;
  font-size: 20px;
  text-align: center;
}
.content-box-desc {
  padding:0 40px;
  font-size:18px;
  line-height: 25px;
}
.content-box .btn {
  float:none;
  width:200px;
  margin: 50px auto 50px auto;
  padding:10px 0;
  display: block;
  text-align: center;
}
.content-box .btn:hover {
  text-decoration: none;
}

.content-box-tag {
  text-transform: uppercase;
  background:#1b6eff;
  color:#fff;
  display: inline-block;
  padding:0 5px;
  margin-bottom:10px;
  margin-top:8px;
  padding-left:20px;
  font-weight: bold;
  font-size:12px;
  letter-spacing: 2px;
  height:30px;
  line-height: 30px;
  margin-left:-14px;
}

.content-box-tag:before {
  content: "";
  position: absolute;
  width: 34px;
  height: 30px;
  background-image: linear-gradient(45deg, transparent 18px, #00286d 10px);
  background-repeat: no-repeat;
  margin-top: 27px;
  margin-left: -20px;
  z-index: -10;
}
.content-box-tag:after {
  content:"";
  position: absolute;
  width:100px;
  height:30px;
  background-image: linear-gradient(-35deg, transparent 30px, #1b6eff 30px);
  background-repeat: no-repeat;
  background-size: 100% 30px;
  background-position: right 25px bottom;
}

.content-box-tag-1 {
  background:#ffbf00;
}


.content-box-tag-1:before {
  background-image: linear-gradient(45deg, transparent 18px, #b58000 10px);
}

.content-box-tag-1:after {
  background-image: linear-gradient(-35deg, transparent 30px, #ffbf00 30px);
}



.series-box {
  width:31.33%;
  vertical-align: top;
  margin:2% 0;
  display:inline-block;
  background: #18191a;
  color:#fff;
  padding:0;
  box-shadow: 10px 10px 0 0px #000;
  box-sizing: border-box;
}
.series-box-center {
  margin:2% 3%;
}

.series-box .btn {
  float:none;
  width:200px;
  margin: 30px auto ;
  padding:13px 0;
  display: block;
  line-height:35px;
}


.series-number {
  text-transform: uppercase;
  background:#1b6eff;
  color:#fff;
  display: inline-block;
  padding:0 5px;
  margin-bottom:10px;
  margin-top:8px;
  padding-left:20px;
  font-weight: bold;
  font-size:12px;
  letter-spacing: 2px;
  height:30px;
  line-height: 30px;
  margin-left:-14px;
}

.series-number:before {
  content: "";
  position: absolute;
  width: 34px;
  height: 30px;
  background-image: linear-gradient(45deg, transparent 18px, #00286d 10px);
  background-repeat: no-repeat;
  margin-top: 27px;
  margin-left: -20px;
  z-index: -10;
}
.series-number:after {
  content:"";
  position: absolute;
  width:100px;
  height:30px;
  background-image: linear-gradient(-35deg, transparent 30px, #1b6eff 30px);
  background-repeat: no-repeat;
  background-size: 100% 30px;
  background-position: right 25px bottom;
}
.series-box h3 {
  text-transform: uppercase;
  font-size:28px;
  color:#fff;
  margin:0;
  line-height: 32px;
  background: #000;
  padding:10px 0;
}
.series-desc {
  margin-top:10px;
  margin-bottom: 20px;
  letter-spacing: 1px;
  margin-bottom: 20px;
  color: #959595;
  font-weight: bold;
  font-size: 20px;
}
.series-long-desc {
  padding:10px 50px;
  min-height:250px;
  text-align: left;
  font-size:18px;
  line-height: 25px;
}



.page-sep {
  margin:30px 0;
  background: #222;
  box-shadow: 250px 20px 0 -2px #666;
  height:10px;
  width:70%;
}
.page-sep:after {
  position: absolute;
  right:0;
  height:8px;
  background: #1b6eff;
  background: #777;
  width:24%;
  content:"";
}


#latest-video-desc {
  margin:29px 0px;
  letter-spacing: 0;
  line-height:22px;
}
.hp-book-wrapper {

}
.testimonial {
  color:black;
}

.specialty-tools-wrapper {
  padding:0 0 50px 0px;
  background: #151515;
  color:#fff;
  box-shadow: 10px 10px 0 0px #000;
  box-sizing: border-box;
  margin-bottom:100px;
  margin-top:40px;

}
.specialty-tools-wrapper h3{
  font-size:30px;
  color:#fff;
  margin:0 0 20px 0;
  text-align: center;
  text-transform: uppercase;
  line-height: 32px;
  background: #000;
  padding:10px 0;
}
.specialty-tools-img {
  width:40%;
  float:left;
  margin-right:0px;
  margin-left: 5%;
}
.specialty-tools-list {
  float:left;
}
.specialty-tools-desc {
  padding:30px 20px;
  line-height:22px;
  font-size:18px;
}
.specialty-tools-tags {
  margin-bottom:30px;
  text-align: center;
}
.specialty-tools-tag-1 {
  margin:10px 10px;
  letter-spacing: 1px;
  color: #959595;
  font-weight: bold;
  font-size: 20px;
  display:inline-block;
}

.specialty-tools-tag {
  text-transform: uppercase;
  background:#1b6eff;
  margin-top:8px;
  color:#fff;
  display: inline-block;
  padding:0 5px;
  margin-bottom:10px;
  padding-left:20px;
  font-weight: bold;
  font-size:12px;
  letter-spacing: 2px;
  height:30px;
  line-height: 30px;
  margin-left:-14px;
}

.specialty-tools-tag:before {
  content: "";
  position: absolute;
  width: 34px;
  height: 30px;
  background-image: linear-gradient(45deg, transparent 18px, #00286d 10px);
  background-repeat: no-repeat;
  margin-top: 27px;
  margin-left: -20px;
  z-index: -10;
}
.specialty-tools-tag:after {
  content:"";
  position: absolute;
  width:100px;
  height:30px;
  background-image: linear-gradient(-35deg, transparent 30px, #1b6eff 30px);
  background-repeat: no-repeat;
  background-size: 100% 30px;
  background-position: right 25px bottom;
}


.specialty-tools-wrapper .btn {
  float:none;
  width:200px;
  margin:0;
  margin-top:93px;
  margin-right:30px;
  padding:13px 0;
  display: inline-block;
  text-align: center;
  line-height:35px;
  float:right;
}

.hp-social-img {
  width:49%;
  display: inline-block;
  margin-bottom: 100px;
}


@media only screen and (max-width: 935px) {
  .site-nav {
    /* padding-top:32px; */
  }

  .hp-social-img {
    width:100%;
    
  }

  .series-box {
    width:96%;
    margin:2% 2%;
  }
  .series-box-center {
    margin:2% 2%;
  }
  .series-long-desc {
    min-height: 0px;
  }

  .content-box {
    width:96%;
    margin:2% 2%;
    min-height: 0px;
  }
  .content-box-center {
    margin:2% 2%;
  }



  .hp-hero-wrapper {
    background: #000;
    min-height: 0px;
    padding:30px;
  }
  .hp-hero-content {
    margin:1%;
    width:98%;
    float:none;
  }

  .footer-menu-col {
    width: 50%;
    float: left;
    margin-top:20px;

  }
  .site-nav {
    bottom:0;
  }
  .main-menu-element {
    width:100%;
  }
  .main-menu-link,
  .main-menu-has-sub {
    border-radius: 0;
  }
  .main-menu-has-sub {
    margin-right:0;
  }
  .main-menu-has-sub:after {
    right:0;

    transition: all 0s ease;
  }
  .sub-menu {
    width: 100%;
    position: initial;
    height: 0;
    box-shadow: none;
  }
  .main-menu-sub-link {
    padding:20px 0 25px 40px;
  }

  .sub-menu-in,
  .sub-menu:hover,
  .main-menu-link-active + .sub-menu {
    height: auto;
  }

}
@media only screen and (max-width: 600px) {
  .footer-menu-col {
    width: 80%;
    float: none;
  }
  .mobile-menu-wrapper {
    background: #fff;
  }
  .logo-link {
    width: 150px;
  }
  .hamburger-line {
    background: #000;
  }
}
