body, #zVMR{
  font-size: 14px;
  line-height: 1.5;
}

#zVMR .preheader__table {
  max-width: 960px;
}

#zVMR .wrap_content {
  box-sizing: border-boxoverflow: hidden;
}


#zVMR header {
  padding: 60px 0;
  background: #cbcfd8 url(https://go.veeam.com/rs/veeam/images/top-header-new-v-9-5.jpg) no-repeat center right;
  background-size: cover;
}

#zVMR .header {
  position: relative;
  width: 960px;
  box-sizing: border-box;
  margin: 0 auto;
}

#zVMR .header:before {
  content: '';
  height: 100%;
  width: 1000px;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  right: 100%;
  top: 0;
}

#zVMR .header div {
  display: inline-block;
  width: 80%;
  padding: 40px 20px 50px 0;
  background: rgba(255, 255, 255, 0.7);
}

#zVMR .sup_title {
  margin-bottom: 35px;
  font-size: 150%;
}

#zVMR .sup_title span {
  color: #b70304;
  text-transform: uppercase;
  font-weight: bold;
}

#zVMR .header h1 {
  margin-bottom: 40px;
  font-size: 264%;
  line-height: 1.3;
}

#zVMR .header h1 span.mini {
  font-size: 80%;
  display: block;
  padding-top: 8px;
}

#zVMR .block_table {
  display: table;
  width: 100%;
}

#zVMR .block_td {
  display: table-cell;
  vertical-align: top;
}

#zVMR .g-cta__btn-primary {
    margin-top: 45px;
    max-width: 300px;
}

#zVMR .content {
  margin: 0 auto;
  padding: 55px 0;
  width: 960px;
}

#zVMR .content h2 {
  margin-bottom: 30px;
  font-size: 120%;
  line-height: 1.3;
}

#zVMR .content p {
  margin-bottom: 20px;
}

#zVMR .content ul {
  margin-bottom: 20px;
  list-style-type: square;
}

#zVMR .content li {
  margin: 0 0 5px 35px;
}

#zVMR .content h2 {
  margin-bottom: 25px;
  font-size: 140%;
  line-height: 1.3;
}

#zVMR .content h2 span {
  font-weight: normal;
  font-size: 80%;
}

#zVMR .a_pdf {
  display: inline-block;
  line-height: 24px;
  padding-left: 30px;
  white-space: nowrap;
  background: url(http://go.veeam.com/rs/veeam/images/pdf_overview_icon_24_24.png) no-repeat left center;
}

#zVMR p.feature {
  box-sizing: border-box;
  display: inline-block;
  margin: 0 5% 20px 0;
  padding-left: 65px;
  width: 44%;
  min-height: 56px;
  vertical-align: top;
}

#zVMR .title {
  font-size: 12px;
  line-height: 1.4;
  color: #5e5e5e;
  margin-top: 7px;
  margin-bottom: 20px;
}

#zVMR p.quote {
  margin-bottom: 10px !important;
  font-size: 13px;
  padding-left: 30px;
  background: url(http://go.veeam.com/rs/870-LBG-312/images/quote_gray_23x16.png) 0 0 no-repeat;
}

#zVMR .author {
  position: relative;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #666666;
  padding-left: 48px;
  padding-top: 10px;
}

#zVMR .author:before {
  position: absolute;
  content: '\2014';
  width: 12px;
  height: 18px;
  top: 10px;
  left: 30px;
}

@media screen and (max-width:990px) {
  #zVMR .header h1 {
    font-size: 230%;
  }

  #zVMR .header, #zVMR .content {
    width: auto;
    margin: 0;
    padding-right: 15px;
    padding-left: 15px;
  }

  #zVMR .header {
    padding-right: 0;
    padding-left: 0;
  }

  #zVMR .header div {
    padding: 40px 20px 50px 15px;
  }

  #zVMR .hide_mob {
    display: none !important;
  }
}

@media screen and (max-width:760px) {
  #zVMR header {
    padding: 40px 0;
  }

  #zVMR .header div {
    display: block;
    width: auto;
    padding: 30px 15px;
  }

  #zVMR .sup_title {
    text-align: center;
  }

  #zVMR .header h1 {
    font-size: 200%;
    text-align: center;
  }

  #zVMR .btn {
    margin: 0 auto;
  }

  #zVMR .wrap_content {
    min-height: initial;
    padding-bottom: 0;
  }

  #zVMR .block_table, #zVMR .block_td {
    display: block;
    width: auto !important;
  }

  #zVMR .block_td {
    padding: 0 !important;
    border: 0 none !important;
  }

  #zVMR .calendar {
    max-width: 200px;
    padding: 20px;
    margin-bottom: 40px;
  }

  #zVMR .hide760 {
    display: none !important;
  }

  #zVMR .show760 {
    display: block !important;
  }

  #zVMR #toForm, #zVMR .show760 {
    display: block !important;
  }

  #zVMR p.feature {
    width: 100%;
  }

  #zVMR .align_center {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
}

@media screen and (max-width:480px) {
  #zVMR .content h2 {
    font-size: 120%;
  }

  #zVMR .content {
    padding-bottom: 10px;
  }

  #zVMR .hide480 {
    display: none !important;
  }
}


#zVMR .border_top {
  border-top: 1px solid #DBDBDB;
  padding-top: 25px;
  display: block;
  overflow: hidden;
}