html, body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 1.42857143;
}

h2, h3, h4, h5 {
  color: #000;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
}

h1 {
  font-size: 3.5rem;
  color: #000;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}

#top {
  background-color: #6f665d;
  border-bottom: 0px solid rgb(200, 206, 212);
  padding: 20px 8px 17px;
  margin: 0px;
}

#wrapper {
  background-color: #faf5ec;
  background-image: none;
  outline: none;
  background-repeat: no-repeat !important;
  -webkit-background-size: 100% 100% !important;
  padding-bottom: 35px;
}

.row {
  max-width: 1170px;
}

a {
  color: #0000ff;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #0000ff;
  text-decoration: underline;
}

nav.main-nav {
  text-align: right;
  font-size: 12px;
  padding: 110px 0px 0px 0px;
  color: #666666;
}

nav.top-subnav {
  font-size: 14px;
  color: rgb(22, 70, 92);
  letter-spacing: .2px;
}

nav.top-subnav > div.row {
  margin: 0 auto;
}

nav.main-nav ul li {
  display: inline;
  list-style-type: none;
  padding-left: 20px;
}

.footer {
  background-color: #6f665d;
  background-repeat: no-repeat !important;
  color: #fff;
  margin: 0 auto;
  padding: 32px 0px;
  font-size: 0.95em;
  margin-top: -1px;
  width: 100%;
  text-align: center;
}

.footer .container {
  max-width: 890px;
}

.footer div {
  margin-bottom: .95em;
}

.footer ul li   {
  margin: 0px 0px 0px 15px;
  line-height: 16px;
  font-size: 10px;
}

.footer h6 {
  color: #CCC;
  margin: 0px 0px 5px 0px;
}

.la {
  text-align: left;
}
.ra {
  text-align: right;
}
.ca {
  text-align: center;
}

section {
  padding-top: 20px;
}

.section-heading {
  color: rgb(22, 70, 92);
  font-weight: 800;
  font-size: 3.58em;
  line-height: 1.25em;
  max-width: 100%;
  margin: 0;
  text-align: center;
}

.section-subheading-med {
  color: rgb(22, 70, 92);
  font-weight: 600;
  font-size: 2.45em;
  line-height: 1.55em;
  max-width: 100%;
  margin: 0 auto .3em;
  letter-spacing: -.05rem;
  text-align: center;
}

.section-subheading {
  color: rgb(22, 70, 92);
  font-weight: 600;
  font-size: 1.55em;
  line-height: 1.35em;
  max-width: 100%;
  margin: 0 auto .3em;
  letter-spacing: -.05rem;
  text-align: center;
}

.boxed-white {
  background-color: rgb(255, 255, 255);
  border-width: 1px;
  border-style: solid;
  border-color: rgba(47, 47, 47, 0.24);
  border-radius: 10px;
  margin-top: 0;
  padding: 20px 35px;
  outline: none;
  font-size: 1.6rem;
  max-width: 960px;
  line-height: 1.5;
}

.boxed-white b {
  font-size: 1.8rem;
}

.video-cont {
  margin: 0 auto;
  max-width: 890px;
  position: relative;
}

.ldcv.ldcv-flip-h-left.active > .base > .inner {
  overflow: hidden;
}

@media (max-width: 750px) {
  #wrapper {
    overflow-x: hidden;
  }
  #top-logo {
    display: block;
    margin: 0 auto;
  }
  .contact-details {
    display: block;
    font-size: 12px;
    margin: 0 auto 7px;
    text-align: center;
    top: 10px !important;
  }
  main {
    margin-top: 0;
    padding-bottom: 0;
  }
  #headline-sect {
    padding-top: 20px;
  }
  p {
    font-size: 1.7rem;
  }
  .boxed-white {
    padding: 20px 25px;
  }
  .boxed-white b {
    line-height: 1.25;
  }
  .video-cont {
    max-width: 90%;
  }
  .section-heading {
    font-size: 3.5rem;
    line-height: 1.5em;
    margin-bottom: 0;
    width: 100%;
  }
  .btn-cta {
    height: 102px !important;
  }
  .smalltext {
    font-size: 12px;
  }
  .ldcv.active > .base {
    max-width: 82% !important;
  }
  #headline-sect h2 {
    margin-bottom: 0;
    font-size: 2.32rem !important;
  }
  #headline-sect h2 b {
    font-size: 2.5rem !important;
  }
  .ldcv > .base > .inner.card {
    padding: 0 !important;
  }
  footer > div > img {
    display: block;
    max-width: 198px !important;
    margin: 0 auto 25px;
  }
}

@media (max-width: 370px) {
  .contact-details {
    font-size: 11px;
  }
  .boxed-white {
    padding: 20px 15px;
  }
  footer > div > img {
    display: block;
    max-width: 198px !important;
    margin: 0 auto 25px;
  }
  #headline-sect h2 {
    font-size: 2.12rem !important;
    margin-bottom: 0;
  }
  #headline-sect h2 b {
    font-size: 2.35rem !important;
  }
}

