#nav, #menu, #nav-contact, #nav-contact-mobile, #nav-contact-button {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.logo {
  width: 15em;
  height: auto;
}

/*#nav-contact {
  text-align: right;
  float: right;
  color: #fff;
  font-size: 13px;
  margin: 0 1.5em;
  width: 340px;
}*/

#nav-contact {
  text-align: center;
  color: #fff;
  font-size: 13px;
  line-height: 18px;
  margin: 2em auto 0;
  /* width: 455px; */
  padding-left: 150px
}

#nav-contact-mobile {
  text-align: center;
  color: #fff;
  display: none;
  font-size: 10px;
  float: right;
  line-height: 16px;
  margin-top: 0.9em;
  margin-right: 130px;
  width: 130px;
}

#nav-contact-button {
  display: none;
  /*margin-left: 172px;
  margin-top: 7px;*/
  margin-left: 175px;
  /*margin-top: 6px;*/
}
#nav-contact-button .button.special.small {
  padding-left: 7px;
  padding-right: 7px;
  line-height: 24px;
  height: 24px;
  /*padding-left: 10px;
  padding-right: 10px;
  line-height: 30px;
  height: 30px;*/
  font-size: 10px;
}

#header {
  height: 4em;
}
#header .logo {
  height: 2.5em;
  margin-top: 0.75em;
  width: auto;
}
header.major h2:last-child {
  border-bottom: 0px;
  margin-bottom: 0;
}

#banner h2 {
  padding: 1.1em 1em 0.475em;
}
#banner .inner {
  /*margin-bottom: 25em;*/
}

.wrapper.style2 h2,
.wrapper.style2 p,
.wrapper.style2 li {
  color: #333;
}

#cta {
  padding-top: 3em;
}
#cta .inner {
  display: block;
  text-align: center;
}
#cta .inner header {
  padding-right: 0;
  width: 100%;
}
ul.features {
  margin-bottom: 0;
}

@media screen and (max-width: 980px) {
  .spotlight .content li {
    text-align: left;
  }

  .spotlight .image img {
    margin-left: auto;
    margin-right: auto;
    max-width: 60%;
  }

  .spotlight .content {
    /*RR*/
    padding: 2em 1.5em 1em 1.5em ;
  }

  header br {
    display: block;
  }

  #one header br {
    display: none;
  }
}

@media screen and (max-width: 800px) {
  #header .logo {
    margin-top: 0.9em;
    height: 2em;
    margin-left: -0.8em;
  }
}

@media screen and (max-width: 736px) {
  #nav-contact {
    margin-top: 1.0em;
  }
}


@media screen and (max-width: 568px) {
  #nav-contact {
    display: none;
  }
  #nav-contact-mobile {
    display: block;
  }
}

@media screen and (max-width: 500px) {
  #nav-contact-mobile {
    margin-right: 100px;
  }
}

@media screen and (max-width: 450px) {
  #nav-contact-mobile {
    margin-right: 70px;
  }
}

@media screen and (max-width: 410px) {
  #nav-contact-mobile {
    margin-right: 60px;
  }
  #header .logo {
    margin-top: 1.2em;
  }
  #header h1 a {
    font-size: 0.8em;
  }
}

@media screen and (max-width: 400px) {
  .logo {
    width: 10em;
  }
  #cta .inner header p {
    font-size: 14px;
  }
}

@media screen and (max-width: 370px) {
  #nav-contact-mobile {
    display: none;
  }
  #nav-contact-button {
    display: block;
  }
  ul.features {
    margin-bottom: 4.2em;
  }
}
