body {
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 12px;
  line-height: 20px;
}
h1 {
  display: block;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}
h2 {
  margin-top: 10px;
  margin-bottom: 32px;
  font-family:'Open Sans', sans-serif;
  color: #333;
  font-size: 36px;
  line-height: 36px;
  font-weight: 600;
}
h3 {
  margin: 10px 0px 23px;
  font-family:'Open Sans', sans-serif;
  color: white;
  font-size: 23px;
  line-height: 34px;
  font-weight: 400;
}
h4 {
  margin: 28px 0px 4px;
  font-family:'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
h5 {
  margin: 10px 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin: 10px 0px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  display: block;
  margin-bottom: 20px;
  font-family:'Open Sans', sans-serif;
  color: #888;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  letter-spacing: 0px;
}
.button {
  display: inline-block;
  padding: 18px 21px;
  border: 1px solid white;
  border-radius: 0px;
  background-color: #bd0c34;
  background-image: -webkit-linear-gradient(#bd0c34, #a10025);
  background-image: linear-gradient(#bd0c34, #a10025);
  box-shadow: rgba(255, 255, 255, 0.29) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.27) 0px 2px 11px 0px;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family:'Open Sans', sans-serif;
  color: white;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
}
.button:hover {
  background-color: #df0f3e;
  background-image: none;
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
  -webkit-transition-delay: initial;
  transition-delay: initial;
}
.button.app-button {
  margin-top: 15px;
  padding: 8px 17px;
}
.section {
  padding-top: 65px;
  padding-bottom: 65px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
.section.hero {
  padding-bottom: 0px;
  background-image: url('../images/background_smaller3.jpg');
  background-size: cover;
}
.section.hero.featureshero {
  height: 500px;
  min-height: 500px;
  padding-top: 0px;
  background-color: transparent;
  background-image: -webkit-linear-gradient(bottom, #eee, white 69%);
  background-image: linear-gradient(to top, #eee, white 69%);
  background-size: cover;
}
.section.white.subfooter {
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
}
.section.grey {
  display: block;
  border-bottom-width: 0px;
  background-color: #e8ebed;
  background-image: -webkit-linear-gradient(#dbdbdb, white);
  background-image: linear-gradient(#dbdbdb, white);
}
.section.grey.footer {
  padding-top: 49px;
  padding-bottom: 49px;
  background-color: white;
  background-image: -webkit-linear-gradient(#efefef, white);
  background-image: linear-gradient(#efefef, white);
  text-align: center;
}
.section.grey.flatgrey {
  background-color: #f2f1f0;
  background-image: none;
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}
.section.purple {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #161616;
  background-image: -webkit-linear-gradient(black, #333);
  background-image: linear-gradient(black, #333);
}
.section.featurespage {
  padding-top: 65px;
  padding-bottom: 25px;
  border-bottom-width: 0px;
}
.hero-iphone {
  display: block;
  margin-right: auto;
  margin-bottom: -73px;
  margin-left: auto;
  text-shadow: black 0px 0px 0px;
}
.app-name {
  margin-top: 3px;
  font-family: Montserrat, sans-serif;
  color: #5c5c5c;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 6px;
  text-transform: uppercase;
}
.nav-link {
  display: inline-block;
  margin-right: 12px;
  margin-left: 12px;
  border-bottom: 2px solid transparent;
  -webkit-transition: border 300ms ease;
  transition: border 300ms ease;
  font-family:'Open Sans', sans-serif;
  color: #5c5c5c;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
}
.nav-link:hover {
  border-bottom-color: #f02e4e;
}
.nav-column {
  height: auto;
  margin-top: 34px;
  text-align: right;
}
.hero-header {
  margin-top: 32px;
  margin-bottom: 32px;
  font-family:'Open Sans', sans-serif;
  color: white;
  font-size: 54px;
  font-weight: 300;
  text-shadow: none;
}
.hero-subtitle {
  margin-bottom: 30px;
  box-shadow: none;
  font-family:'Open Sans', sans-serif;
  color: rgba(255, 255, 255, 0.83);
  font-size: 15px;
  line-height: 24px;
  font-weight: 300;
  text-shadow: black 1px 1px 1px;
}
.icon-title {
  margin-top: 22px;
  margin-bottom: 12px;
  font-family:'Open Sans', sans-serif;
  color: #c1adcc;
  font-size: 17px;
  font-weight: 400;
}
.price-text {
  margin-top: 11px;
  margin-bottom: 0px;
  background-image: none;
  box-shadow: none;
  color: white;
  font-size: 22px;
  line-height: 28px;
  font-weight: 300;
  text-shadow: none;
}
.logo-in-footer {
  display: block;
  margin-top: 22px;
  margin-right: auto;
  margin-left: auto;
  text-shadow: black 0px 0px 0px;
}
.left-column {
  padding-top: 35px;
  padding-bottom: 35px;
  border-left: 1px solid rgba(0, 0, 0, 0.09);
}
.subfooter-right {
  padding-top: 35px;
  padding-bottom: 35px;
  border-right: 1px solid rgba(0, 0, 0, 0.09);
  border-left: 1px solid rgba(0, 0, 0, 0.09);
}
.social-button {
  width: 36px;
  height: 36px;
  margin-right: 5px;
  margin-left: 5px;
  padding-top: 7px;
  border-radius: 60px;
  background-color: #bd0c34;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}
.social-button:hover {
  background-color: #f02e4e;
}
.blog-link {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Bitter, serif;
  color: #fa875b;
  font-size: 18px;
  font-style: italic;
  text-decoration: none;
}
.blog-link:hover {
  color: #ff5917;
}
.footer-link {
  margin-left: 8px;
  border-bottom: 1px solid rgba(131, 125, 153, 0.34);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Bitter, serif;
  color: #837d99;
  text-decoration: none;
}
.footer-link:hover {
  border-bottom: 1px solid rgba(131, 125, 153, 0.86);
}
.footer-text {
  display: inline;
  margin-bottom: 20px;
  font-size: 14px;
}
.center {
  padding: 20px;
  text-align: center;
}
.center.logos {
  padding: 0px 80px 80px;
}
.navbar {
  position: fixed;
  z-index: 500;
  display: block;
  width: 100%;
  height: 90px;
  min-height: 100px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  background-color: white;
}
.social-widget {
  display: inline-block;
  margin-top: 17px;
  margin-right: 14px;
}
.text-link {
  color: #745785;
  text-decoration: none;
}
.text-link:hover {
  text-decoration: underline;
}
.button-block {
  margin-top: 20px;
  margin-bottom: 20px;
}
.logo {
  width: 75%;
  margin-right: 0px;
  float: left;
}
.logo.aboutguys {
  width: 90%;
}
.image_mobile_hide.hidedesktop {
  display: none;
}
.liststyle {
  margin-top: 40px;
  margin-bottom: 20px;
  font-family:'Open Sans', sans-serif;
}
.liststyle.firstbullet {
  margin-bottom: 0px;
}
.ulist {
  margin-bottom: 20px;
  font-family:'Open Sans', sans-serif;
  color: #757575;
  font-size: 14px;
  line-height: 28px;
}
.ulist.widelist {
  margin-bottom: 60px;
}
.image_top_nohide.hidedesktop {
  display: none;
}
.textlinks {
  margin: 20px;
  font-family:'Open Sans', sans-serif;
  color: #ccc;
  font-size: 14px;
  text-decoration: none;
}
.textlinks:hover {
  text-decoration: underline;
}
.footerlinks {
  margin-top: 20px;
}
.pricesub {
  color: #ccc;
}
.inlinelinks {
  color: #9c0000;
  text-decoration: none;
}
.inlinelinks:hover {
  text-decoration: underline;
}
.imagelinks {
  margin-top: 20px;
  margin-bottom: 28px;
}
.sideimagelinks {
  display: block;
  margin-top: 45px;
  text-align: left;
}
.subheadings {
  color: #333;
  font-size: 18px;
  font-weight: 400;
}
.subp {
  font-size: 13px;
  font-style: italic;
}
.legal {
  font-size: 12px;
}
.inlineitalics {
  font-style: italic;
}
.textcolumn1 {
  padding-right: 30px;
  padding-left: 30px;
}
.textcolumn1.featurespage {
  padding-right: 20px;
  padding-left: 20px;
}
.textcolumn1.featurestextcolumn {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-bottom: 1px;
}
.textcolumn2 {
  padding-right: 30px;
  padding-left: 30px;
}
.navburger {
  background-color: white;
}
.navmenu {
  font-size: 16px;
}
.menucontainer {
  background-color: white;
  font-family:'Open Sans', sans-serif;
  font-size: 18px;
}
.navlink {
  padding-top: 28px;
  padding-bottom: 10px;
  font-size: 14px;
  text-transform: uppercase;
}
.navlink:hover {
  border-bottom-style: solid;
  border-bottom-color: #bd0c34;
  border-radius: 0px;
}
.navlink:focus {
  color: #9c9c9c;
}
.navlink.w--current {
  color: #a3a3a3;
}
.inassociation {
  padding-top: 12px;
  float: left;
  font-family:'Open Sans', sans-serif;
  color: #999;
  font-style: italic;
  font-weight: 300;
}
.inassociationlogo {
  width: 31%;
  margin-left: 0px;
}
.inassociationlink {
  display: inline-block;
  width: 70%;
  height: 50px;
  margin-left: 20px;
  float: left;
}
.featuresreadmore {
  display: inline-block;
  margin-top: 18px;
  font-family:'Open Sans', sans-serif;
  color: #9c0000;
  font-size: 24px;
  line-height: 32px;
  font-weight: 300;
  text-decoration: none;
}
.featuresreadmore:hover {
  text-decoration: underline;
}
.pushdown {
  height: 100px;
  min-height: 100px;
}
.featuresslider {
  height: 500px;
  background-color: transparent;
  background-image: -webkit-linear-gradient(bottom, #eee, white);
  background-image: linear-gradient(to top, #eee, white);
}
.h4slider {
  margin-bottom: 14px;
  color: #333;
  font-size: 22px;
  line-height: 40px;
  font-weight: 300;
}
.p4slider {
  font-size: 13px;
}
.slidercentre {
  margin-top: auto;
  margin-bottom: auto;
  background-image: -webkit-linear-gradient(bottom, #eee, white);
  background-image: linear-gradient(to top, #eee, white);
}
.sliderimagecolumn {
  left: 40px;
  top: 0px;
  right: 40px;
  overflow-x: visible;
  overflow-y: visible;
  padding-right: 0px;
  padding-left: 0px;
}
.featuresliderimages {
  margin-top: 20px;
}
.video_block {
  width: 800px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}
.videotitle {
  text-align: center;
}
.centrepara {
  text-align: center;
}
@media (max-width: 991px) {
  h3 {
    font-size: 19px;
  }
  p {
    font-size: 14px;
    line-height: 21px;
  }
  .section.hero {
    padding-top: 34px;
    padding-bottom: 1px;
  }
  .hero-iphone {
    text-shadow: black 0px 0px 0px;
  }
  .hero-header {
    font-size: 38px;
    text-shadow: rgba(0, 0, 0, 0.2) 0px 2px 0px;
  }
  .hero-subtitle {
    display: block;
    box-shadow: none;
    font-size: 13px;
    line-height: 24px;
    text-shadow: rgba(0, 0, 0, 0.8) 0px 1px 0px;
  }
  .navbar {
    position: static;
  }
  .navmenu {
    background-color: white;
  }
  .menubutton {
    padding-top: 22px;
  }
  .menubutton.w--open {
    background-color: white;
  }
  .menuicon {
    color: black;
  }
  .inassociationlogo {
    width: 44%;
  }
  .inassociationlink {
    width: 65%;
  }
  .pushdown {
    display: none;
  }
}
@media (max-width: 767px) {
  h2 {
    margin-top: 0px;
  }
  h3 {
    display: none;
  }
  .section {
    padding-top: 33px;
    padding-bottom: 33px;
    text-align: center;
  }
  .section.hero {
    padding-right: 38px;
    padding-bottom: 52px;
    padding-left: 38px;
    text-align: center;
  }
  .section.hero.featureshero {
    padding-right: 0px;
    padding-left: 0px;
  }
  .hero-iphone {
    width: 50%;
    margin-bottom: 1px;
    text-shadow: black 0px 0px 0px;
  }
  .app-name {
    display: inline-block;
    margin-bottom: 0px;
  }
  .nav-column {
    padding-top: 22px;
    text-align: center;
  }
  .hero-header {
    margin-top: 30px;
    text-shadow: rgba(0, 0, 0, 0.2) 0px 2px 0px;
  }
  .hero-subtitle {
    display: none;
  }
  .price-text {
    margin-bottom: 31px;
    box-shadow: none;
    text-shadow: none;
  }
  .subfooter-right {
    border-top: 1px solid rgba(0, 0, 0, 0.09);
  }
  .center {
    padding-top: 23px;
    padding-bottom: 23px;
  }
  .navbar {
    position: static;
    padding-top: 24px;
    padding-bottom: 24px;
    text-align: center;
  }
  .social-widget {
    margin-right: 11px;
    margin-left: 11px;
  }
  .logo {
    display: inline-block;
    margin-top: -6px;
    float: none;
  }
  .image_mobile_hide {
    display: none;
    margin-bottom: 20px;
  }
  .image_mobile_hide.hidedesktop {
    display: inline-block;
    margin-bottom: -50px;
  }
  .image_mobile_hide.hidedesktop.featureshider {
    margin-top: -25px;
    margin-bottom: 40px;
  }
  .liststyle {
    padding-right: 20px;
    padding-left: 20px;
  }
  .image_top_nohide {
    display: none;
  }
  .image_top_nohide.hidedesktop {
    display: inline-block;
    margin-bottom: 30px;
  }
  .menucontainer {
    background-color: white;
  }
  .legalpara {
    padding-right: 20px;
    padding-left: 20px;
  }
  .listitem {
    padding-right: 20px;
    padding-left: 20px;
  }
  .pushdown {
    display: none;
  }
  .h4slider {
    text-align: center;
  }
  .p4slider {
    text-align: center;
  }
  .featuresliderimages {
    display: none;
  }
}
@media (max-width: 479px) {
  h3 {
    display: none;
    margin-top: 0px;
    margin-bottom: 10px;
    font-family:'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 23px;
  }
  h4 {
    font-size: 16px;
  }
  p {
    color: #888;
  }
  .button {
    font-size: 16px;
  }
  .section {
    text-align: center;
  }
  .section.hero {
    padding-top: 10px;
    padding-bottom: 30px;
    background-color: #161616;
    background-image: url('../images/background_smaller2.jpg');
    background-position: 0% 0%;
    background-size: cover;
    background-repeat: repeat;
    background-attachment: scroll;
  }
  .section.hero.featureshero {
    height: 400px;
    min-height: 400px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .section.white {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .section.grey {
    display: inline-block;
  }
  .hero-iphone {
    width: 55%;
    margin-bottom: 0px;
    padding-top: 10px;
    text-shadow: black 0px 0px 0px;
  }
  .nav-link {
    font-size: 11px;
  }
  .nav-link.homemobile {
    display: none;
  }
  .nav-column {
    margin-top: 0px;
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .hero-header {
    margin-top: 16px;
    margin-bottom: 20px;
    font-size: 28px;
    text-shadow: rgba(0, 0, 0, 0.2) 0px 2px 0px;
  }
  .hero-subtitle {
    display: none;
    box-shadow: none;
  }
  .price-text {
    font-size: 23px;
  }
  .logo-in-footer {
    display: none;
  }
  .center.logos {
    margin-top: -50px;
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .navbar {
    position: static;
    width: auto;
    padding-top: 0px;
    padding-bottom: 10px;
  }
  .logo {
    width: 100%;
    margin-top: 5px;
    margin-right: 0px;
    margin-left: 0px;
    float: left;
  }
  .image_mobile_hide {
    display: none;
  }
  .image_mobile_hide.hidedesktop {
    display: block;
    margin-bottom: -30px;
  }
  .image_mobile_hide.hidedesktop.featureshider {
    margin-top: -30px;
    margin-bottom: 40px;
  }
  .liststyle {
    margin-top: 40px;
    margin-bottom: 40px;
    list-style-type: none;
  }
  .ulist {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 11px;
    text-align: center;
    list-style-type: none;
  }
  .image_top_nohide {
    display: none;
  }
  .image_top_nohide.hidedesktop {
    display: block;
    margin-bottom: 30px;
  }
  .headerrow {
    margin-left: 0px;
  }
  .logocolumn {
    padding-left: 0px;
  }
  .navmenu_container {
    font-family:'Open Sans', sans-serif;
  }
  .navburger {
    margin-top: 5px;
    margin-left: 5px;
  }
  .navmenu {
    margin-left: 0px;
    background-color: white;
    font-family:'Open Sans', sans-serif;
    font-size: 16px;
  }
  .menubutton {
    padding-top: 30px;
    padding-bottom: 14px;
  }
  .menubutton.w--open {
    background-color: white;
  }
  .menuicon {
    color: black;
  }
  .menubrand {
    width: 80%;
    padding-left: 0px;
    background-color: white;
    font-family:'Open Sans', sans-serif;
  }
  .menucontainer {
    background-color: white;
  }
  .navlink {
    padding-bottom: 28px;
  }
  .navlink:hover {
    padding-bottom: 28px;
    border-bottom-width: 0px;
  }
  .navlink:active {
    padding-bottom: 28px;
    border-bottom-width: 0px;
    background-color: #f9f9f9;
  }
  .navlink:focus {
    padding-bottom: 28px;
  }
  .navlink.w--current:hover {
    border-bottom-width: 0px;
    border-bottom-color: transparent;
  }
  .navlink.w--current:active {
    border-bottom-style: none;
    border-bottom-color: transparent;
  }
  .legalpara {
    padding-right: 20px;
    padding-left: 20px;
  }
  .listitem {
    list-style-type: none;
  }
  .pushdown {
    display: none;
  }
  .featuresslider {
    height: 400px;
  }
  .h4slider {
    text-align: center;
  }
  .p4slider {
    text-align: center;
  }
  .featuresliderimages {
    display: none;
    width: 80%;
  }
}

