/** STATIC HEADERS **/
.static-header {
  font-size: 1.8em;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0px 0px 60px 0px;
}

.static-header h1 {
  font-size: 1.6em;
  font-weight: 300;
  text-transform: none;
  margin: 0px 0px 0px 0px;
  line-height: 1em;
}

.static-header h1 span {
  display: inline-block;
  vertical-align: middle;
}

.static-header h1 .fa {
  font-size: 0.6em;
}

.static-header p {
  margin: 0px;
  padding: 0px;
}



/** PADDING **/
.static-padding {
  padding: 60px 0px;
}



/** STATIC TITLES **/
.static-titles {
  font-size: 1.2em;
  line-height: 1.3em;
}

.static-titles h2 {
  font-size: 2.5em;
  font-weight: 300;
  line-height: 1em;
}



/** LINK BOXES **/
.link-boxes {
  list-style: none;
  margin: 0px;
  padding: 0px;
  font-size: 0px;
}

.link-boxes li {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  font-size: 14px;
}

.service-link-boxes li {
  width: 33.333%;
}

.service-link-boxes.service-link-boxes-half li {
  width: 50%;
}

.link-boxes a {
  display: block;
  padding: 20px;
  margin: 10px;
}

.link-boxes .icon {
  display: block;
  float: left;
  width: 170px;
}

.link-boxes .icon img {
  width: 100%;
  max-width: 400px;
  max-height: 400px;
}

.link-boxes .text-wrapper {
  display: block;
  margin: 0px 0px 0px 200px;
}

.link-boxes .title {
  display: block;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.1em;
  font-family: 'Roboto Slab', serif;
  margin: 0px 0px 20px 0px;
}

.link-boxes .text {
  display: block;
}

.link-boxes a {
  background: #EDEDED;
}

.link-boxes a:hover {
  background: #DDDDDD;
}

.link-boxes .text-wrapper {
  color: #000000;
}



/** CONTACT FORM **/
.contact-form {
  padding: 60px 0px;
}

.contact-form h2 {
  font-size: 2em;
  font-weight: 300;
}

.contact-form form {
  margin: 40px 0px 0px 0px;
}

.contact-form {
  background: #EDEDED;
}



/** FOOTER ELEMENTS **/
.footer-badge,
.footer-text {
  display: none !important;
}



/** PRIVACY **/
.PrivacyPolicyPage {
  text-align: left;
}

.PrivacyPolicyPage ul {
  padding: 0px 0px 0px 20px;
}



/** RESPONSIVE **/
@media screen and (min-width: 921px) {
  .service-link-boxes .icon {
    width: 100px;
    margin: 0px auto;
    display: block;
    float: none;
  }

  .service-link-boxes .text-wrapper {
    margin: 20px 0px 0px 0px;
  }

  .service-link-boxes .title {
    font-size: 1.7em;
    text-align: center;
  }
}

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

  .link-boxes .icon {
    width: 130px;
  }

  .link-boxes .text-wrapper {
    margin: 0px 0px 0px 150px;
  }

  .service-link-boxes li,
  .service-link-boxes.service-link-boxes-half li {
    width: 50%;
  }

}

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

  .link-boxes .icon {
    width: 100px;
  }

  .link-boxes .text-wrapper {
    margin: 0px 0px 0px 110px;
  }

}

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

  .link-boxes .icon {
    width: 100px;
    margin: 0px auto;
    display: block;
    float: none;
  }

  .link-boxes .text-wrapper {
    margin: 20px 0px 0px 0px;
  }

}

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

  .link-boxes li,
  .service-link-boxes.service-link-boxes-half li {
    display: block;
    width: 100%;
  }

}