﻿#block-block-92 {
  padding: 0;
}
#block-block-71,
#block-views-mynews-block,
#block-block-70,
#block-block-42 {
  padding: 0 15px;
}
.frontPage .mobileView {
  display: none;
  background: #fff;
}
.frontPage .mobileView .flex-btn {
  float: left;
  margin: 15px 0 30px;
  width: 100%;
}
.frontPage .mobileView h6 {
  font-size: 18px;
  margin: 20px 0 10px;
  float: left;
  width: 100%;
  font-weight: bold;
}
.frontPage .mobileView p {
  color: #010101;
  text-align: center;
}
.frontPage .mobileView .heading h2 {
  color: #010101;
  font-size: 30px;
  text-align: center;
  margin: 10px 0;
  font-weight: bold;
}
.frontPage .mobileView .heading p {
  font-weight: bold;
  font-size: 20px;
}
.frontPage .mobileView .smal-risk {
  font-size: 12px;
  float: left;
  width: 100%;
  font-style: normal;
}
.frontPage .mobileView .smal-risk a {
  color: #0fa937;
  padding: 0;
}
.frontPage .mobileView .mobile-social {
  text-align: center;
}
.frontPage .mobileView .mobile-social .applications-inner .apple img {
  max-height: 45px;
  margin: 6px 5%;
  width: 90%;
}
.frontPage .mobileView .mobile-social .applications-inner .android img {
  max-height: 68px;
  margin-top: -2px;
  width: 100%;
}
.frontPage .mobileView .nv-btn-download-app {
  width: 100%;
  float: left;
  margin: 10px 0;
}
.frontPage .assets {
  background: #ededed;
  padding: 70px 0 45px;
  text-align: center;
}
.frontPage .assets h2 {
  font-size: 28px;
  color: #2b3f55;
  text-align: center;
  margin: 0;
  line-height: 1.5;
  text-transform: initial;
}
.frontPage .assets .col-12 {
  margin: 40px 0 0;
}
.frontPage .assets .col-12 > div {
  float: left;
  width: 14.28%;
  box-sizing: border-box;
}
.frontPage .assets .col-12 > div img {
  display: block;
  margin: auto;
}
.frontPage .assets .col-12 > div img:hover {
  opacity: 0.85;
}
.frontPage .assets .col-12 > div h3 {
  color: #000;
  text-decoration: none;
  font-size: 18px;
  margin: 25px 0 0;
}
.frontPage .assets .col-12 > div h3:hover {
  text-decoration: underline;
}
.frontPage .assets .col-12 > div p {
  font-size: 12px;
  color: #3e3d3d;
  margin: 10px 0 0;
}
.frontPage .marketing-features {
  background: #fff;
  background-image: url('/sites/default/files/nv-images/front-page/marketing-features-bg.png');
  padding: 50px 0 0;
}
.frontPage .marketing-features .nv-marketing-features-heading {
  margin: 20px 0 0;
  float: left;
  width: 100%;
}
.frontPage .marketing-features .nv-marketing-features-heading img {
  float: left;
}
.frontPage .marketing-features .nv-marketing-features-heading h3 {
  color: #000;
  font-size: 22px;
  float: left;
  margin: 0 0 0 10px;
}
.frontPage .marketing-features p {
  color: #636262;
  font-size: 18px;
  margin: 5px 0 0;
  float: left;
  width: 100%;
}
.frontPage .marketing-features a {
  float: right;
  margin: 5px 0 0;
}
.frontPage .marketing-features img.marketing-features-bg {
  max-width: 100%;
  float: right;
  margin: 30px 0 0;
}
@media (max-width: 1120px) {
  .frontPage .assets .col-12 > div {
    box-sizing: border-box;
    float: left;
    width: 25%;
    min-height: 230px;
  }
  .frontPage .marketing-features .nv-content > div {
    width: 50%;
  }
  .frontPage .marketing-features .nv-content > div img {
    margin: 60px 0 0;
    max-width: 90%;
  }
}
@media (max-width: 700px) {
  .frontPage .mobileView {
    display: block;
  }
  .frontPage .marketing-features .nv-content > div {
    width: 100%;
  }
  .frontPage .marketing-features .nv-content > div img {
    display: none;
  }
  .frontPage .assets,
  .frontPage .marketing-features {
    display: none;
  }
}