body {
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 12px;
  line-height: 20px;
}
h1 {
  display: inline-block;
  margin-right: 0px;
  margin-bottom: 11px;
  margin-left: 75px;
  padding: 9px 13px;
  background-color: rgba(0, 0, 0, 0.49);
  font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: white;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}
h2 {
  display: inline-block;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  padding: 9px 13px;
  background-color: rgba(0, 0, 0, 0.49);
  color: white;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
}
h3 {
  margin-right: 0px;
  margin-left: 0px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
h4 {
  margin-right: 0px;
  margin-bottom: 6px;
  margin-left: 0px;
  border-width: 1px;
  border-color: black;
  box-shadow: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-shadow: none;
}
h5 {
  margin-right: 0px;
  margin-left: 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin: 10px 0px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  margin-bottom: 15px;
  font-size: 14px;
}
img {
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
.button {
  position: static;
  display: block;
  overflow: visible;
  width: 50%;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  padding: 12px 31px;
  float: none;
  clear: none;
  border-radius: 5px;
  background-color: black;
  background-image: none;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  color: white;
  text-align: center;
  text-decoration: none;
}
.button:hover {
  background-color: #008cff;
}
.section {
  padding-top: 43px;
  padding-bottom: 43px;
}
.section.header {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1;
  overflow: visible;
  padding-top: 28px;
  padding-bottom: 28px;
  background-color: #333;
}
.section.footer {
  background-color: #f2f2f2;
}
.nav-link {
  margin-right: 5px;
  margin-left: 5px;
  padding: 4px 10px;
  border-radius: 5px;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  color: white;
  font-size: 14px;
  text-decoration: none;
  text-transform: none;
}
.nav-link:hover {
  background-color: #969696;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.nav-link.sign-up {
  background-color: #008cff;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.nav-link:hover.sign-up:hover {
  background-color: #0076d6;
}
.company-title {
  width: 150px;
  margin-left: 0px;
  padding-left: 20px;
  color: white;
  font-size: 20px;
  font-weight: 400;
  text-transform: none;
}
.nav-bar {
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
}
.hero-bg {
  width: auto;
  min-height: 500px;
  padding-top: 334px;
  background-color: #f2f2f2;
  background-image: url(/pictures/headshot.jpg);
  background-position: 50% 10%;
  background-size: 960px;
  background-repeat: no-repeat no-repeat;
  background-attachment: scroll;
}
.hero-bg.content {
  min-height: 420px;
  padding-top: 316px;
  background-image: url(/pictures/example-bg.png);
  background-attachment: fixed;
}
.subtitle {
  margin-bottom: 18px;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  color: rgba(0, 0, 0, 0.56);
  font-size: 16px;
  font-weight: 700;
}
.section-description {
  font-size: 14px;
}
.snippet-img {
  height: 219px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-image: url(/pictures/example-bg.png);
  background-size: cover;
}
.snippet {
  display: block;
  border-radius: 5px;
  background-color: #f2f2f2;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  color: black;
  text-decoration: none;
}
.snippet:hover {
  background-color: #e8e8e8;
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  -o-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.right-col {
  padding-top: 13px;
  text-align: right;
}
.more-link {
  padding: 6px 8px;
  border: 2px solid #c2c2c2;
  border-radius: 5px;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #9c9c9c;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
}
.more-link:hover {
  border: 1px solid #008cff;
  background-color: #008cff;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  color: white;
}
.snippet-text-section {
  padding: 10px 12px;
}
.snippet-title {
  margin-bottom: 7px;
  font-size: 14px;
  font-weight: 700;
}
.snippet-text {
  color: #737373;
  font-size: 14px;
  line-height: 19px;
}
.snippet-row {
  margin-top: 27px;
  margin-bottom: 27px;
}
.button-column {
  padding-top: 32px;
  text-align: center;
}
.company-column {
  padding-right: 0px;
  padding-left: 0px;
}
.img-example {
  margin-bottom: 34px;
}
.footer-link {
  margin-right: 9px;
  margin-left: 9px;
  color: #008cff;
  font-size: 14px;
  text-decoration: none;
}
.footer-nav-bar {
  text-align: right;
}
.footer-text {
  font-size: 14px;
}
.content-bg {
  min-height: 420px;
  padding-top: 292px;
  background-color: lightgrey;
  background-image: url(/pictures/example-bg.png);
  background-attachment: fixed;
}
.content-bg.two {
  background-image: url(/pictures/example-bg.png);
}
.contact-link {
    color: #008cff;
    font-size: 14px;
    text-decoration: none;
}
iframe {
  height: 500px;
}
/****************************************************************************************************************
  Mobile and Tablets
****************************************************************************************************************/
@media (max-width: 991px) {
  h1 {
    margin-top: 50px;
  }
  .button-column{
    display: none;
  }
  .w-col-8 {
    width: 95%;
  }
  .button {
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
  }
  .section {
    float: none;
  }
  .section.footer {
    padding-left: 5%;
  }
  .nav-link {
    font-size:12px;
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
  }
  .hero-bg {
    background-image: url(/pictures/headshot-tablet.jpg);
    background-size: cover;
  }
  .hero-bg.content {
    background-image: url(/pictures/example-bg.png);
  }
  .snippet-img {
    height: 166px;
    background-image: url(/pictures/example-bg.png);
  }
  .snippet {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
  }
  .footer-nav-bar {
    padding-left: 75px;
    float: none;
  }
  .footer-text {
    padding-left: 67px;
  }
  .content-bg {
    background-image: url(/pictures/example-bg.png);
  }
  .company-title {
    display:none;
  }
  iframe {
    height: 450px;
    padding-right: 5%;
  }
}
@media (max-width: 767px) {
  h1 {
    margin-top: 100px;
    margin-right: 6px;
    margin-left: 30px;
    background-image: none;
    font-size: 18px;
    background-color: rgba(0,0,0,0);
  }
  .button {
    padding: 5px;
    font-size: 12px;
    font-weight: 700;
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
  }
  .section.header {
    background-color: #333;
  }
  .nav-link {
    font-size:9px;
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
  }
  .nav-link:hover {
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
  }
  .company-title {
    margin-bottom: 33px;
  }
  .nav-bar {
    text-align: center;
  }
  .hero-bg {
    min-height: 390px;
    margin-left: 0px;
    padding-top: 238px;
    padding-right: 11px;
    padding-left: 0px;
    float: none;
    background-image: url(/pictures/headshot-mobile.jpg);
  }
  .hero-bg.content {
    min-height: 290px;
    padding-top: 205px;
    background-image: url(/pictures/example-bg.png);
  }
  .snippet-img {
    height: 206px;
    background-image: url(/pictures/example-bg.png);
  }
  .snippet {
    margin-bottom: 19px;
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
  }
  .right-col {
    margin-top: -42px;
  }
  .button-column {
    padding-top: 61px;
  }
  .company-column {
    height: 25px;
    text-align: center;
  }
  .footer-nav-bar {
    padding-left: 0px;
    text-align: center;
  }
  .left-footer-col {
    margin-bottom: 13px;
    text-align: center;
  }
  .footer-text {
    padding-left: 10px;
  }
  .content-bg {
    min-height: 350px;
    padding-top: 216px;
    background-image: url(/pictures/example-bg.png);
  }
  iframe {
    height: 350px;
  }
}
@media (max-width: 479px) {
  h1 {
    margin-top: 90px;
    margin-left: 15px;
  }
  p {
    padding-right: 5px;
    padding-left: 5px;
  }
  .button {
    padding: 5px;
    font-size: 8px;
    font-weight: 700;
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
  }
  .section.header {
    padding-right: 16px;
    padding-bottom: 8px;
    padding-left: 16px;
  }
  .nav-link {

    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
  }
  .hero-bg {
    background-image: url(/pictures/headshot-mobile.jpg);
  }
  .hero-bg.content {
    background-image: url(/pictures/example-bg.png);
  }
  .section-description {
    width: 50%;
  }
  .snippet-img {
    background-image: url(/pictures/example-bg.png);
  }
  .snippet {
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
  }
  .footer-nav-bar {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .content-bg {
    min-height: 330px;
    padding-top: 172px;
    background-image: url(/pictures/example-bg.png);
  }
  .left-footer-col {
    display: none;
  }
}