/*BOOTSTRAP OVERRIDES*/

/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v11/v0SdcGFAl2aezM9Vq_aFTQ.ttf) format('truetype');
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v7/IQHow_FEYlDC4Gzy_m8fcvEr6Hm6RMS0v1dtXsGir4g.ttf) format('truetype');
}
/*DEFAULT OVERRIDES*/

html,body {
  height: 100%;
}

body{
  font-size: 16px;
  line-height: 1.2em;
  background-color: #FFF;
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 400;
}

a {
  color: #01518D;
  text-decoration: none;
  transition: all 0.2s ease-in 0s;
}

a:hover, a:focus {
  color: #D92128;
  text-decoration: none;
  background-color:transparent;
}

a:focus {
  outline: none;
}

h1,h2,h3,h4,h5,h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Montserrat' sans-serif;
}

.h1 {
  font-size: 3.5vw;
  letter-spacing: -0.05em;
  line-height: 1.0em;
  color: #23527c;
}

.h2 {
  font-size:2.5vw;
  letter-spacing:-0.05em;
  line-height: 1.2em;
}

.h3 {
  font-size: 2vw;
  letter-spacing: -0.05em;
}

.nopad {
  padding: 0 !important;
}

.middle{
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.btn-cta {
  background: #D92128;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #FFF;
  padding: 16px 50px;
  border:none;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
  transition: all 0.2s ease-in 0s;
}

.btn-cta:hover {
  background: #01518D;
  color: #FFF;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}

.btn-signup {
  background: #01518D;
  text-align: center;
  font-size: 13px;
  letter-spacing: 2px;
  font-weight: 400;
  text-transform: uppercase;
  color: #FFF;
  padding: 10px 30px;
  border:#01518D 1px solid;
  border-radius: 2px;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
  transition: all 0.2s ease-in 0s;
}

.btn-signup:hover {
  background: #D92128;
  color: #FFF;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}


.flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.logo {
  display: inline-block;
  background:url(../i/logo.png) top left no-repeat;
  background-size:contain;
}

.icons {
  display: inline-block;
  vertical-align: middle;
  margin:0 6px;
}

.sans {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
}

.tag {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: block;
}

.col-center {
  display: inline-block;
  float: none;
  margin: 0 -0.125em;
  vertical-align: top;
}

/*LAYOUT*/

#bar {
  position: absolute;
  top: 0; left: 0; right: 0;
  z-index: 100;
  padding: 1%;
}

  #brand a.logo {
    width: 100%;
    height: 145px;
  }

  #tools {
    text-align: right;
  }

    #tool-contact a {
      display: inline-block;
      vertical-align: middle;
    }

    #tool-contact a strong {
      font-size: 20px;
      font-weight: 700;
    }

    #tools-contact {
      font-size: 13px;
    }

    #tool-contact .icons {
      margin: 0 30px;
      font-size: 20px;
    }

  #menu {
    text-align: right;
    margin: 15px 0;
  }

    #menu ul {
      display: inline-block;
      vertical-align: middle;
    }

    #menu li {
      display: inline-block;
      vertical-align: middle;
    }

      #menu li a {
        font-size: 1.2vw;
        text-transform: uppercase;
        letter-spacing: 0.05em;
      }


#hero {
  min-height:100vh;
  position: relative;
  padding:25vh 12vw 5vh 12vw;
}

  #hero-intro .tag {
    color: #231F20;
    margin-bottom: 3vh;
  }

  #hero-intro h1 {
    color:#23527c;
    margin-bottom: 3vh;
  }

  #hero-intro p {
    font-size:21px;
    color: #FFFFFF;
    line-height: 1.3em;
  }

  #hero-claims {
    margin-top: 3vh;
  }

    #hero-claims .tag {
      color: #fff;
      margin-bottom: 3vh;
    }

    .hero-claim h2 {
      color: #fff;
      margin-bottom: 1vh;
    }

    .hero-claim p {
      font-size: 17px;
      color: #C9C9C9;
      line-height: 1.2em;
    }

    .hero-claim a {
      display: inline-block;
      margin-top: 1vh;
      color: #95C9F0;
      text-transform: uppercase;
      letter-spacing: 2px;
    }

  #hero-cta {
    margin-top: 4vh;
    padding-top: 4vh;
    border-top: #fff 1px solid;
    text-align: center;
  }

#hero-short {
  position: relative;
  padding:18vh 0 5vh 12vw;
}

article p {
  line-height: 1.4em;
}

.lyt-3cols {
  position: relative;
}

  .lyt-3cols article {
    padding: 10vh 4vw;
  }

  .lyt-3cols article header .tag {
    margin-bottom: 3vh;
  }

  .lyt-3cols article header h2 {
    margin-bottom: 3vh;
    color: #344D9F;
  }

  .lyt-3cols .content {
    margin-bottom: 3vh;
  }

  .lyt-3cols .content .nav li {
    display: block;
    position: relative;
    margin-bottom: 2vh;
  }

  .lyt-3cols .content .nav li span {
    display: inline-block;
    font-size: 30px;
    vertical-align: top;
    width: 20%;
    color: #D92128;
  }

  .lyt-3cols .content .nav li strong {
    display: inline-block;
    vertical-align: top;
    font-size:16px;
    color: #344D9F;
    width: 75%;
    font-weight: normal;
  }

  .lyt-3cols .quote {
    position: relative;
  }

    .lyt-3cols .quote aside {
      position: absolute;
      bottom: 10vh;
      padding: 0 10vh;
      width: auto;
    }

    .lyt-3cols .quote aside span {
      font-size:45px;
      margin-bottom: 3vh;
      color: #fff;
    }

    .lyt-3cols .quote aside p {
      color: #95C9F0;
      font-size: 18px;
      line-height: 1.4em;
    }

.lyt-center {
  padding: 10vh 0;
}

  .lyt-center article header {
    text-align: center;
  }

    .lyt-center article header .tag {
      margin-bottom: 3vh;
    }

    .lyt-center article header h2 {
      color: #fff;
      margin-bottom: 3vh;
    }

    .lyt-center article header p {
      padding: 0 30vw;
      color: #C9C9C9;
      font-size: 17px;
      line-height: 1.5em;
    }

    .lyt-pricing article header .tag {
      color:#95C9F0;
    }

    .lyt-pricing article header h2 {
      color: #fff;
    }

    .lyt-pricing article header p {
      color: #C9C9C9;
    }

  .lyt-pricing .packages {
    margin-top: 3vh;
    text-align: center;
  }

    .lyt-pricing .package {
      text-align: center;
    }

    .package .dot {
      display: inline-block;
      width: 50px; height: 50px;
      border-radius: 50%;
      margin-bottom: 1vh;
    }

     .package .tag {
      color: #95C9F0;
      margin-bottom: 20px;
    }

     .package h3 {
      color: #fff;
      min-height: 7vh;
    }

      .package h2 {
        line-height: 1.2em;
        margin-bottom: 30px;
      }

     .package .price {
      font-size: 45px;
      letter-spacing: -3px;
      color: #95C9F0;
      margin-bottom: 3vh;
    }

    .package .price sup {
      font-size: 15px;
    }

    .package .nav {
      margin-top: 3vh;
      padding: 0 2vw;
    }

    .package .nav li {
      font-size: 14px;
      color: #fff;
      margin-bottom: 1vh;
    }

    .package-features {
      padding: 30px 0;
    }

      .package-features ul {
        list-style: none;
        margin:0;
        padding:0;
      }

        .package-features ul li {
          color: #fff;
          display: block;
          padding:7px 0;
          text-align: left;
        }

  .lyt-experience article header .tag {
    color: #344D9F;
  }

  .lyt-experience article header h2 {
    color:#01518D;
  }

  .lyt-experience article header p {
    color: #231F20;
  }

  .lyt-experience article .stats {
    padding: 5vh 0;
  }

  .lyt-experience article .stat {
    text-align: center;
  }

  .lyt-experience article .stat h4 {
    color:#D92128;
    font-size: 100px;
    letter-spacing: -6px;
  }

  .lyt-experience article .stat .tag {
    margin-bottom: 4vh;
  }

  .lyt-experience article .stat p {
    padding: 0 2vw;
  }

  .lyt-2cols {
  position: relative;
}

  .lyt-2cols article {
    padding: 0 6vw 10vh 6vw;
  }

  .lyt-2cols article header .tag {
    margin-bottom: 3vh;
  }

  .lyt-2cols article header h2 {
    margin-bottom: 3vh;
    color: #344D9F;
  }

  .lyt-2cols .phone {
    padding: 3vh 0;
    font-size: 26px;
    color: #D92128;
  }

  .lyt-2cols .icons a {
    font-size: 26px;
    margin-right: 10px;
  }

.lyt-static {
  padding: 10vh 12vw;
}

.lyt-signup {
  padding: 20vh 0;
  margin-bottom: 10vh;
}

.lyt-form {
  color: #fff;
}

.end {
  padding: 0 10vw 10vh 10vw;
  text-align: center;
}
  .end-logo {
    text-align: center;
  }

  .end a.logo {
    width: 400px;
    height: 145px;
    margin-bottom: 3vh;
  }

  .end .end-cr {
    color: #fff;
    text-transform: uppercase;
  }

/*MEDIA QUERIES */

@media only screen and (max-width: 992px) {

  #tool-contact .icons {
margin: 0 10px;
font-size: 30px;
  }

#tools-contact .icons span {
  margin:0 10px;
}

  #menu {
text-align: right;
margin: auto;
padding:20px;
position: absolute;
top:40px; right:20px;
width: 300px;
display: none;
background-color: #23527c;
color: #fff;
  }

  #menu ul {
display: block;
  }

  #menu li {
display: block;
float: none;
  }

  #menu li a {
font-size: 16px;
letter-spacing: 1px;
color: #fff;
  }

#menu li a:hover {
  color: #23527c;
}

  #hero {
padding:18vh 5vw 5vh 5vw;
  }

  #hero-short #hero-intro h1 {
color:#FFF;
  }


  .lyt-3cols .quote aside {
padding: 0 5vh;
  }

  .lyt-experience article .stat h4 {
font-size: 65px;
  }

.order-form {
  padding-top:5vh;
}

}


@media only screen and (max-width: 767px) {

    .h1 {
font-size: 30px;
    }

    .h2 {
font-size:20px;
    }

.h3 {
  font-size: 18px;
  letter-spacing: 0;
}

    .flex {
display: block;
flex-wrap: auto;
    }


    .col-center {
display: block;
margin: 0;
    }

    #hero {
padding:35vh 5vw 5vh 5vw;
    }

.hero-claim {
  margin-bottom: 50px;
}

    #hero-short {
padding:35vh 0 5vh 12vw;
    }

    .lyt-3cols .content {
margin-top:4vh;
    }

    .lyt-3cols .content .nav li span {
width: 40px;
    }

    .lyt-3cols .quote {
display: none;
    }

    .lyt-center article header .tag {
padding: 0 5vw;
    }

    .lyt-center article header p {
padding: 0 5vw;
    }

    .lyt-pricing .package {
margin-bottom: 50px;
    }

.end-form {
  margin-top: 50px;
}

    .end a.logo {
width: 260px;
height: 125px;
    }

}