body {
  font-family: "NHGrotesk", helvetica, sans-serif;
  font-size: 20px;
  line-height: 26px;
}
h1, h2, h3, h4 {
  font-family: "NHGrotesk Bold", helvetica, sans-serif;
}
h1 {
  font-size: 80px;
}
h2 {
  font-size: 28px;
  padding-bottom: 10px;
}
h3 {
  font-size: 24px;
  padding-bottom: 10px;
}
h4 {
  font-size: 14px;
}
p {
  padding: 10px 0;
}
.width-55 {
  width: 55%;
  margin: auto;
}
.width-75 {
  width: 75%;
  margin: auto;
}
a, a:hover {
  color: #4a90e3;
}
#hero {
  border-bottom: 2px solid #cfcfcf;
  padding: 25px 30px 30px;
}
#hero img, #footer-top img {
  width: 124px;
  height: 29px;
}
#top-menu {
  width: 57%;
  float: right;
  font-size: 16px;
  font-family: "NHGrotesk Type", helvetica, sans-serif;
}
#top-menu a {
  color: black;
  margin: 0 10px;
  text-decoration: none;
}
.icon:hover {
  border-bottom: none !important;
}
#top-menu a:hover, #top-menu .active {
  border-bottom: 2px solid black;
  padding-bottom: 4px;
}
.top-menu .icon {
  display: none;
}
.menu-items {
  display: block;
}
.cta-btn {
  border-radius: 100px;
  border: 1px solid black;
  text-align: center;
  font-family: "NHGrotesk Medium", helvetica, sans-serif;
  color: black;
  padding: 10px 80px;
  margin: 20px 0;
  display: inline-block;
}
.cta-btn:hover {
  text-decoration: none;
  color: black;
}
#body1 {
  text-align: center;
  border-bottom: 2px solid #cfcfcf;
  padding: 65px 0 40px;
}
#body1 img {
  width: 190px;
}
#body2 {
  padding: 30px 0 80px;
}
#footer {
  background-color: white;
  color: black;
}
#footer a {
  color: black;
}
#footer-top {
  border-bottom: 1px solid #333;
  padding: 25px 30px 30px;
  border-top:  1px solid #333;
}
.footer-col {
  border-right: 2px solid #333;
}
.footer-wrap {
  min-height: 325px;
  padding: 20px 0;
  font-size: 14px;
}
.footer-head {
  margin-bottom: 10px;
}
.footer-content {
  border-top: 2px solid #d8dada;
  width: 100%;
}
.footer-content .inline {
  margin-top: 12px;
}
.footer-content .inline li {
  display: inline;
  margin-right: 20px;
}
.footer-list {
  list-style: none;
  padding-left: 0;
  margin-top: 8px;
  margin-bottom: 0;
}
.footer-list li {
  margin: -2px 0;
}
.footer-list img {
  width: 30px;
}

@media only screen and (max-width: 1200px) {
  .width-55 {
    width: 75%;
  }
  .width-75 {
    width: 100%;
  } 
  .footer-content .inline li {
    margin-right: 3.3%;
  }
  .footer-list img {
    width: 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
  #top-menu {
    font-size: 13px;
  }
  .footer-content .inline li {
    margin-right: 1.9%;
  }
}

@media only screen and (min-width: 768px){
  .menu-items {
    display: block !important;
  }
}

@media only screen and (max-width: 767px) {
  .width-55 {
    width: 100%;
  }
  .width-75 {
    width: 100%;
  }
  .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
  #hero, #footer-top {
    padding: 15px 15px 20px;
  }
  h1 {
    font-size: 60px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 16px;
  }
  body {
    font-size: 16px;
  }
  #hero img, #footer-top img {
    width: 124px;
    height: 29px;
  }
  #body1 img {
    width: 135px;
  }
  .footer-col {
    border-right: none;
  }
  .footer-col:last-of-type {
    min-height: 150px;
  }
  .footer-wrap {
    font-size: 16px;
    min-height: 0;
  }
  .footer-list li {
    margin: -3px 0px;
  }
  .top-menu {
    width: 35% !important;
    margin-top: 7px;
  }
  #top-menu a:hover, #top-menu .active {
    font-family: "NHGrotesk Bold", helvetica, sans-serif;
    border-bottom: none;
    padding-bottom: 0;
  }
  .top-menu a {
    display: none;
  }
  .top-menu a.icon {
    float: right;
    display: block;
  }
  .top-menu.responsive {
    position: relative;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  } 
  .top-menu.responsive .icon {
    right: 0;
    top: 0;
    text-align: right;
  }
  .top-menu.responsive a {
    float: none;
    display: block;
    text-align: right;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .menu-items {
    width: 200px;
    float: right;
    display: none;
  }
  .menu-items a:first-of-type {
    margin-top: 25px !important;
  }
  .menu-items a {
    margin-top: 8px !important;
  }
}