.zero, #nvb h1,
#nvb h2,
#nvb h3,
#nvb h4,
#nvb h5,
#nvb h6,
#nvb p {
  margin: 0;
  padding: 0; }

#nvb {
  min-width: 310px;
  padding: 0;
  margin: 0;
  line-height: 2rem; }
  #nvb .fix {
    background: #152845; }
  #nvb .section {
    width: 100%;
    padding: 4rem 1rem 5.4rem 1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  #nvb .wrapper {
    max-width: 1220px;
    margin: 0 auto; }
  #nvb .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    padding: 0 1rem;
    font-size: 0;
    list-style-type: none; }
  #nvb .button__holder {
    text-align: center; }
  #nvb .prime__button {
    display: inline-block;
    vertical-align: middle;
    min-width: 38rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    border-radius: 4px;
    padding: 2rem;
    text-align: center;
    font-size: 2.2rem;
    line-height: 2rem;
    font-weight: 700;
    color: #ffffff;
    cursor: pointer;
    outline: none;
    -webkit-box-shadow: 0 3px 1px 0 #cbced3;
    box-shadow: 0 3px 1px 0 #cbced3; }
    #nvb .prime__button-green {
      background: -o-linear-gradient(left, #7fba2f, #98c838, #7fba2f);
      background: -webkit-gradient(linear, left top, right top, from(#7fba2f), color-stop(#98c838), to(#7fba2f));
      background: -webkit-linear-gradient(left, #7fba2f, #98c838, #7fba2f);
      background: linear-gradient(to right, #7fba2f, #98c838, #7fba2f); }
      #nvb .prime__button-green:hover {
        background: #98c838; }
    #nvb .prime__button-blue {
      background: -webkit-gradient(linear, left top, right top, from(#1378bf), color-stop(#168ac9), to(#1378bf));
      background: -webkit-linear-gradient(left, #1378bf, #168ac9, #1378bf);
      background: -o-linear-gradient(left, #1378bf, #168ac9, #1378bf);
      background: linear-gradient(to right, #1378bf, #168ac9, #1378bf); }
      #nvb .prime__button-blue:hover {
        background: #198ece; }
    #nvb .prime__button-shadow {
      -webkit-box-shadow: 0 3px 1px 0 #132e4e;
      box-shadow: 0 3px 1px 0 #132e4e; }
    #nvb .prime__button-bottom {
      margin-bottom: -13rem; }
  #nvb a {
    color: #ffffff;
    text-decoration: none; }
    #nvb a:hover, #nvb a:visited {
      color: #ffffff; }
  #nvb h1 {
    color: #fff;
    font-size: 5rem;
    line-height: 6rem;
    font-weight: 500; }
  #nvb h2 {
    color: #000;
    font-size: 4rem;
    line-height: 4rem;
    font-weight: 300; }
  #nvb h4 {
    font-size: 1.8rem;
    line-height: 3rem;
    font-weight: 400;
    color: #000; }

#nvb #banner {
  color: #fff;
  text-align: left;
  background: url("images/banner-bg.jpg") no-repeat;
  background-size: auto 100%;
  background-position: 50%;
  background-color: #143265; }
  #nvb #banner .container {
    display: inline-block;
    max-width: 780px;
    margin-top: 4.2rem;
    margin-bottom: 2.7rem;
    padding-left: 1.6rem; }
    #nvb #banner .container p {
      padding-left: 0.4rem;
      margin-bottom: 2rem;
      font-size: 1.4rem;
      line-height: 2rem; }
    #nvb #banner .container .subtext {
      margin-top: 1.8rem;
      padding-left: 0.3rem;
      margin-bottom: 3.4rem;
      font-size: 2.5rem;
      line-height: 4rem;
      font-weight: 300; }
  #nvb #banner .button__holder {
    padding-left: 0.4rem;
    margin-top: 5rem;
    text-align: left; }


  #nvb #banner .warning-special {
    color: #f00;
  }
  #nvb  div.about__warning-special {
    text-align: center;
    margin-top: 8rem;
    
}

  #nvb div.about__warning-special span {
     color: #f00;

}


#nvb #content {
  text-align: center; }
  #nvb #content .header {
    margin-top: 4.5rem;
    margin-bottom: 3.8rem; }
    #nvb #content .header p {
      display: inline-block;
      max-width: 780px;
      margin-top: 3.2rem;
      font-size: 1.8rem;
      line-height: 3rem;
      opacity: 0.8;
      color: #000; }





  #nvb #content .list {
    margin-bottom: 5.5rem; }
    #nvb #content .list h4 {
      margin: 1.8rem 0 2.2rem 0;
      font-size: 1.8rem;
      line-height: 2rem;
      font-weight: 500;
      color: #000; }
    #nvb #content .list p {
      font-size: 1.4rem;
      line-height: 2rem;
      color: #000;
      opacity: 0.8; }
    #nvb #content .list li {
      -ms-flex-preferred-size: 27%;
      flex-basis: 27%; }
  #nvb #content .list__img {
    display: inline-block;
    width: 80px;
    height: 90px;
    background: url("images/content-icons.png") -10px 0; }
    #nvb #content .list__img-2 {
      background: url("images/content-icons.png") -105px 0; }
    #nvb #content .list__img-3 {
      background: url("images/content-icons.png") -209px 0; }
  @media all and (max-width: 768px) {
    #nvb #content .list li {
      -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
      margin-bottom: 3rem; } }
  @media all and (max-width: 560px) {
    #nvb #content .header h1 {
      font-size: 4rem;
      line-height: 4rem; }
    #nvb #content .header p {
      font-size: 2rem;
      line-height: 3rem; }
    #nvb #content .list li {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%; } }
  #nvb #content .prime__button {
    padding: 3rem; }

@media all and (max-width: 503px) {
  #nvb #banner .container {
    padding: 0 1rem; }
    #nvb #banner .container p {
      padding: 0; }
  #nvb #banner .button__holder {
    padding: 0; } }

@media all and (max-width: 410px) {
  #nvb .prime__button {
    min-width: 28rem; } }
