@import "https://fonts.googleapis.com/css?family=Dosis";
/* #region Responsive Mixins */
/* #region Responsive */
/* #endregion */
/* #endregion */

html body {
  padding-top: 53px;
}

html body > div.body nav.sectional {
  background-color: #c9ccce;
  border-bottom: 1px solid #AAA;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  margin: 0 0 1rem;
  padding: 10px;
}

@media (min-width: 1024px) {
  html body > div.body nav.sectional {
    margin-left: auto;
    margin-right: auto;
  }
}

html body > div.body nav.sectional > a {
  color: #2D2D2D;
}

html body > div.body nav.sectional a:not(:last-child) {
  border-right: 1px solid #333;
  padding-right: 1rem;
}

html body > div.body nav.sectional a:not(:first-child) {
  padding-left: 1rem;
}

html body > div.body nav.sectional a.active {
  text-decoration: underline;
}

main.product div.notice {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 1rem auto;
  max-width: 941px;
}

@media (min-width: 768px) {
  main.product div.notice {
    flex-direction: row;
  }
}

@media (max-width: 767px) {
  main.product div.notice > a {
    margin-top: 1em;
  }
}

main.product div.banner {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  main.product div.banner {
    max-width: 942px;
  }
}

main.product div.banner > img, main.product div.banner > div.image, main.product div.banner > a {
  display: none;
}

@media (min-width: 1024px) {
  main.product div.banner > img, main.product div.banner > div.image, main.product div.banner > a {
    display: block;
  }
}

main.product div.banner > div.image {
  position: relative;
}

main.product div.banner > div.image > img {
  display: block;
}

main.product div.banner > div.image > h1 {
  bottom: 20px;
  color: #FFF;
  font-family: Dosis,'Segoe UI', Arial, sans-serif;
  font-size: 2em;
  font-weight: normal;
  left: 20px;
  max-width: 300px;
  position: absolute;
  text-align: left;
}

main.product div.banner > div.column {
  align-items: center;
  background: linear-gradient(to right, transparent 0%, #d9d9d9 50%, transparent 100%);
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding: 1rem 0;
  width: 100%;
}

@media (min-width: 1024px) {
  main.product div.banner > div.column {
    background: #d9d9d9;
    border: 0;
    flex-direction: column;
    justify-content: center;
    padding: 0;
    width: 259px;
  }
}

main.product div.banner > div.column > div.buttons {
  align-items: center;
  display: flex;
  flex-direction: column;
}

main.product div.banner > div.column > div.buttons > :not(:last-child) {
  margin-bottom: .5rem;
}

@media (min-width: 1024px) {
  main.product div.banner > div.column > :first-child:not(:last-child) {
    margin-bottom: 1rem;
  }
}

main.product > h1 {
  box-sizing: border-box;
  font: normal 2em Dosis;
  margin: 1em auto;
  max-width: 941px;
  padding: 0 1rem;
  text-align: center;
}

@media (min-width: 768px) {
  main.product > h1 {
    font-size: 3.250em;
  }
}

main.product > h1 > sup {
  font: 0.33em Arial, Verdana, sans-serif;
  vertical-align: super;
}

main.product > h2 {
  box-sizing: border-box;
  font: bold 1.5em Dosis;
  margin: 1rem auto;
  max-width: 941px;
  padding: 0 1rem;
  text-align: center;
}

main.product > p.description {
  /* Multiplicity */
  box-sizing: border-box;
  font-size: 1.125em;
  margin: 1rem auto;
  max-width: 941px;
  padding: 0 1rem;
}

main.product > ul.highlights {
  /* Multiplicity */
  align-items: center;
  display: flex;
  flex-direction: column;
  list-style: none outside none;
  justify-content: space-around;
  margin: 2rem auto;
  max-width: 941px;
  padding: 0 1rem;
}

@media (min-width: 768px) {
  main.product > ul.highlights {
    flex-direction: row;
  }
}

main.product > ul.highlights > li {
  max-width: 210px;
  text-align: center;
}

main.product > hr {
  /* Multiplicity */
  background-color: #d9d9d9;
  border: 0;
  height: 1px;
  margin: 1rem auto;
}

main.product > div.split {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 3em 1rem;
  max-width: 941px;
}

@media (min-width: 768px) {
  main.product > div.split {
    align-items: stretch;
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
  }
}

main.product > div.split > div.media {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: center;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  main.product > div.split > div.media {
    border-right: 1px solid #959595;
    padding-right: 2em;
    margin-bottom: 0;
  }
}

main.product > div.split > div.media > div.assets {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0 -5px;
  width: 100%;
}

main.product > div.split > div.media > div.assets > a {
  border: 1px solid #959595;
  margin: 5px;
}

main.product > div.split > div.media > div.assets > a > img {
  display: block;
}

main.product > div.split > div.media > div.assets > figure {
  margin: 5px;
}

main.product > div.split > div.media > div.assets > figure > figcaption {
  color: #7f7f7f;
  font-size: 0.769em;
  line-height: 2em;
  text-align: center;
  text-transform: uppercase;
}

main.product > div.split > div.media > h2 {
  color: #7f7f7f;
  font-size: 0.769em;
  font-weight: normal;
  line-height: 2em;
  margin: 5px 0 0 0;
  order: 2;
  text-align: center;
  text-transform: uppercase;
}

main.product > div.split > div.features {
  max-width: 100%;
}

@media (min-width: 768px) {
  main.product > div.split > div.features {
    padding: 0 0 0 2em;
  }
}

main.product > div.split > div.features > h2 {
  font-size: 1em;
  margin-top: 0;
}

main.product > div.split > div.features > ul {
  margin: 0;
  padding: 0 0 0 1.2em;
}

main.product > div.split > div.features > ul > li {
  line-height: 2;
}

main.product > div.split > div.features > ul > li em {
  color: #004b8d;
  font-weight: bold;
  font-style: normal;
}

main.product > section {
  padding: 2em 0;
}

main.product > section.altbg {
  background: linear-gradient(to right, #c9ccce 0%, #e6e7e9 51%, #edeef0 72%, #ebeced 80%, #c9ccce 100%);
}

main.product > section.titled > header {
  margin-bottom: 1rem;
}

main.product > section.titled > header > h2 {
  align-items: stretch;
  display: flex;
  flex-direction: row;
  font: normal 2em Dosis, Arial, Sans-Serif;
  justify-content: center;
  margin: 0;
  padding: 0;
  text-align: center;
}

@media (min-width: 768px) {
  main.product > section.titled > header > h2 {
    font-size: 3.250em;
  }
}

main.product > section.titled > header > h2::before, main.product > section.titled > header > h2::after {
  background: url("../png/ma-dotted_divider.png") repeat-x left center;
  content: '';
  display: block;
  flex-grow: 1;
}

main.product > section.titled > header > h2::before {
  margin-right: 20px;
}

main.product > section.titled > header > h2::after {
  margin-left: 20px;
}

main.product > section.titled > footer {
  text-align: right;
  margin: 1rem;
  max-width: 900px;
}

@media (min-width: 1024px) {
  main.product > section.titled > footer {
    margin-left: auto;
    margin-right: auto;
  }
}

main.product > section.titled > footer > a {
  color: #7b7b7b;
}

main.product > section div.imgsplit {
  align-items: center;
  display: flex;
  flex-direction: column;
  line-height: 1.5;
  margin: 0 1rem 3rem;
  max-width: 900px;
}

main.product > section div.imgsplit > div {
  max-width: 100%;
}

main.product > section div.imgsplit > a, main.product > section div.imgsplit > a > img, main.product > section div.imgsplit > img, main.product > section div.imgsplit > object, main.product > section div.imgsplit > video, main.product > section div.imgsplit > figure, main.product > section div.imgsplit > a, main.product > section div.imgsplit > div.group, main.product > section div.imgsplit object > img, main.product > section div.imgsplit > picture, main.product > section div.imgsplit > picture > img {
  flex-shrink: 0;
  margin: 1rem auto;
  max-width: 100%;
}

@media (max-width: 767px) {
  main.product > section div.imgsplit > a, main.product > section div.imgsplit > a > img, main.product > section div.imgsplit > img, main.product > section div.imgsplit > object, main.product > section div.imgsplit > video, main.product > section div.imgsplit > figure, main.product > section div.imgsplit > a, main.product > section div.imgsplit > div.group, main.product > section div.imgsplit object > img, main.product > section div.imgsplit > picture, main.product > section div.imgsplit > picture > img {
    order: 1;
  }
}

@media (min-width: 768px) {
  main.product > section div.imgsplit > a, main.product > section div.imgsplit > a > img, main.product > section div.imgsplit > img, main.product > section div.imgsplit > object, main.product > section div.imgsplit > video, main.product > section div.imgsplit > figure, main.product > section div.imgsplit > a, main.product > section div.imgsplit > div.group, main.product > section div.imgsplit object > img, main.product > section div.imgsplit > picture, main.product > section div.imgsplit > picture > img {
    margin: 0;
  }
}

main.product > section div.imgsplit h2 {
  font: normal 2em Dosis;
  margin: 0;
}

@media (min-width: 768px) {
  main.product > section div.imgsplit h2 {
    font-size: 2.5em;
  }
}

main.product > section div.imgsplit h3 {
  font-size: 1em;
  margin: 1em 0 0 0;
}

main.product > section div.imgsplit h3 ~ p {
  margin-top: 0;
}

main.product > section div.imgsplit figure {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0;
}

main.product > section div.imgsplit figure > figcaption {
  font-size: 0.750em;
  margin-top: .5em;
}

main.product > section div.imgsplit > div.group {
  align-items: center;
  display: flex;
  flex-direction: column;
}

main.product > section div.imgsplit > div.group figure:not(:last-child) {
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  main.product > section div.imgsplit > div.group {
    flex-direction: row;
  }
  main.product > section div.imgsplit > div.group figure:not(:last-child) {
    margin-bottom: 0;
    margin-right: 1rem;
  }
}

@media (min-width: 768px) {
  main.product > section div.imgsplit {
    flex-direction: row;
  }
  main.product > section div.imgsplit > :first-child {
    margin-right: 50px !important;
  }
}

@media (min-width: 1024px) {
  main.product > section div.imgsplit {
    margin-left: auto;
    margin-right: auto;
  }
}

main.product > section div.screenshots {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  max-width: 941px;
}

main.product > section div.screenshots > figure {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 .5rem 2rem;
  width: 210px;
}

main.product > section div.screenshots > figure > figcaption {
  text-align: center;
}

main.product > section div.screenshots > figure > figcaption > em {
  color: #004b8d;
  display: block;
  font-style: normal;
  font-weight: 600;
}

main.product > section ul.productlist {
  align-items: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  list-style: none outside none;
  margin: 2rem auto;
  max-width: 1100px;
  padding: 0;
}

main.product > section ul.productlist > li {
  display: flex;
  flex: 0 0 306px;
  flex-direction: column;
  margin-bottom: 2rem;
  max-width: 306px;
}

main.product > section ul.productlist > li > a {
  align-items: center;
  color: #2D2D2D;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: center;
}

main.product > section ul.productlist > li > a:hover {
  text-decoration: none;
}

main.product > section ul.productlist > li > a:hover > span {
  color: #5292d1;
  text-decoration: underline;
}

main.product > section ul.productlist > li > a > h3 {
  color: #0193d4;
  font: normal 2.462em Dosis, sans-serif;
  margin: 0.2em 0 0.2em 0;
}

main.product > section ul.productlist > li > a > h3 > sup {
  font-size: 0.5em;
  vertical-align: top;
}

main.product > section ul.productlist > li > a > p {
  flex: 1 0 auto;
  line-height: 1.5;
  text-align: center;
  width: 100%;
}

main.product > section ul.productlist > li > a > span {
  color: #7e7e7e;
  font-size: .688rem;
  margin: auto;
  text-transform: uppercase;
}

main.product > section.reviews {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 1rem;
}

@media (min-width: 768px) {
  main.product > section.reviews {
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
    max-width: 1084px;
  }
}

main.product > section.reviews h2 {
  font-size: 1.17em;
  text-align: center;
}

main.product > section.reviews > div {
  box-sizing: border-box;
}

main.product > section.reviews > div:not(:last-child) {
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  main.product > section.reviews > div:not(:last-child) {
    border-right: 1px solid #959595;
    padding-right: 28px;
    margin-bottom: 0;
  }
  main.product > section.reviews > div:not(:first-child) {
    margin-left: 28px;
  }
}

main.product > section.reviews div.logos {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

main.product > section.reviews div.logos > img, main.product > section.reviews div.logos > picture {
  margin: 1em;
}

main.product > section.reviews div.attention {
  align-items: center;
  border-top: 1px solid #959595;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  padding-top: 10px;
}

main.product > section.reviews div.attention > img {
  margin-bottom: 1rem;
}

main.product > section.reviews div.attention > p {
  max-width: 430px;
}

@media (min-width: 768px) {
  main.product > section.reviews div.attention {
    flex-direction: row;
  }
  main.product > section.reviews div.attention > img {
    margin-bottom: 0;
    margin-right: 1rem;
  }
}

main.product > section.reviews div.quotes {
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
  width: 253px;
}

main.product > section.getitnow {
  text-align: center;
}

main.product > section.getitnow.altbg {
  background: #dbf3cf;
}

main.product > section.getitnow > h2 {
  font: normal 2em Dosis;
  margin: 0 1rem 1rem;
}

main.product > section.getitnow > p {
  padding: 0 1rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
}

main.product > section.sysreq {
  text-align: center;
}

main.product > section.sysreq > h2 {
  font: normal 2em Dosis;
  margin: 0 1rem 1rem;
}

@media (min-width: 768px) {
  main.product > section.sysreq > h2 {
    font-size: 2.615em;
  }
}

main.product > section.sysreq ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

main.product > section.sysreq ul > li {
  line-height: 1.5;
}

main.product > section.sysreq ul.oses {
  flex-direction: column;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 941px;
}

main.product > section.sysreq ul.oses > li {
  font-weight: bold;
}

main.product > section.sysreq ul.oses > li:not(:last-child) {
  margin-bottom: 1em;
}

main.product > section.sysreq ul.oses > li > ul {
  font-weight: normal;
}

@media (min-width: 768px) {
  main.product > section.sysreq ul.oses {
    flex-direction: row;
  }
  main.product > section.sysreq ul.oses > li:not(:last-child) {
    border-right: 1px solid #2D2D2D;
    margin-bottom: 0;
    margin-right: 2rem;
    padding-right: 2rem;
  }
  main.product > section.sysreq ul.oses > li:not(:first-child) {
    padding-left: 0;
  }
}

main.product > section.sysreq div.columns {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

main.product > section.sysreq div.columns > ul {
  box-sizing: border-box;
  flex: 1;
}

main.product > section.sysreq div.columns > ul:first-child {
  border-right: 1px solid #2D2D2D;
  padding-right: 3rem;
  text-align: right;
}

main.product > section.sysreq div.columns > ul:last-child {
  padding-left: 3rem;
  text-align: left;
}

main.product > section.wincustomize {
  text-align: center;
}

main.product > section.wincustomize > h2 {
  font: normal 2.615em Dosis;
  margin: 0 1rem 1rem;
}

main.product.multiplicity {
  padding-top: 1rem;
}

main.product.multiplicity > section.altbg {
  background: #ceeaf2;
}

main.product.multiplicity section.feature-list {
  padding-top: 0;
}

main.product.multiplicity section.feature-list > h2 {
  font: normal 1.875em 'Segoe UI', Arial, Sans-Serif;
  margin: .5em auto 0;
  text-align: center;
}

main.product.multiplicity section.feature-list > ul.tabs {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  list-style: none outside none;
  margin: 1rem auto;
  padding: 0 1rem;
}

main.product.multiplicity section.feature-list > ul.tabs li {
  text-align: center;
}

main.product.multiplicity section.feature-list > ul.tabs li:not(:last-child) {
  border-right: 1px solid #2d2d2d;
  padding-right: 1em;
}

main.product.multiplicity section.feature-list > ul.tabs li:not(:first-child) {
  margin-left: 1em;
}

main.product.multiplicity section.feature-list > ul.tabs li a.current {
  color: #0193d4;
  text-decoration: underline;
}

main.product.multiplicity section.feature-list > div.panes {
  list-style: none outside none;
}

main.product.multiplicity section.feature-list > div.panes > div {
  box-sizing: border-box;
  margin: 1.5em auto;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}

main.product.multiplicity section.feature-list > div.panes > div h2 {
  font-size: 1.438em;
  font-weight: normal;
  line-height: 20px;
}

main.product.multiplicity section.feature-list > div.panes > div > img {
  max-width: 100%;
}

main.product.multiplicity section.feature-list > div.panes > div[data-type='screenshots'] {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
}

main.product.multiplicity section.feature-list > div.panes > div:not(:first-child) {
  display: none;
}

main.product.multiplicity section.download {
  margin: 0 auto;
  max-width: 778px;
  padding-left: 5px;
  padding-right: 5px;
}

main.product.multiplicity section.download .scrollable.style7::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
  border-radius: 5px;
}

main.product.multiplicity section.download .scrollable.style7::-webkit-scrollbar {
  width: 5px;
  background-color: #F5F5F5;
}

main.product.multiplicity section.download .scrollable.style7::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.44, #7a99d9), color-stop(0.72, #497dbd), color-stop(0.86, #1c3a94));
}

main.product.multiplicity section.download .featurelist-container {
  margin: 0 auto;
  width: 768px;
}

main.product.multiplicity section.download .featurelist-container div.row {
  display: flex;
  width: 100%;
  border-bottom: 1px solid black;
}

main.product.multiplicity section.download .featurelist-container div.row > div.name {
  width: 438px;
  text-align: left;
}

main.product.multiplicity section.download .featurelist-container div.row > div.name.headline {
  height: 61px;
}

main.product.multiplicity section.download .featurelist-container div.row > div.name.headline > div.item {
  font: normal 1.625em 'Segoe UI', Arial, Sans-Serif;
  margin-bottom: 1rem;
}

main.product.multiplicity section.download .featurelist-container div.row > div.name > div.item {
  padding: 7px 0;
}

main.product.multiplicity section.download .featurelist-container div.row > div.name > div.item > h3 {
  margin: 0;
}

main.product.multiplicity section.download .featurelist-container div.row > div.data {
  display: flex;
  margin-left: 4px;
  width: 400px;
}

main.product.multiplicity section.download .featurelist-container div.row > div.data.headline > div.item {
  background-color: #0d4d8b;
  padding-top: 5px;
}

main.product.multiplicity section.download .featurelist-container div.row > div.data.headline > div.item > a {
  color: #ffffff;
  cursor: pointer;
  font-size: 16px;
  height: 61px;
  line-height: 20px;
  text-decoration: none;
}

main.product.multiplicity section.download .featurelist-container div.row > div.data.headline > div.item > a > span {
  font-size: 12px;
}

main.product.multiplicity section.download .featurelist-container div.row > div.data > div.item {
  background-color: #ceeaf2;
  margin: 0 2px 0 2px;
  padding: 7px 0;
  text-align: center;
  width: 129px;
}

main.product.multiplicity section.download .featurelist-container div.row > div.data > div.item.check {
  font-size: 24px;
  line-height: 37px;
}

main.product.multiplicity section.download .featurelist-container div.row > div.data > div.item.price {
  font-size: 15px;
  line-height: 32px;
  padding-bottom: 0;
}

main.product.multiplicity section.download .featurelist-container div.row.price {
  border-bottom: none;
}

@media (max-width: 768px) {
  main.product.multiplicity section.download .featurelist-container {
    width: calc(100% - 10px);
  }
  main.product.multiplicity section.download .featurelist-container div.scrollable {
    height: 282px;
    overflow-y: auto;
    overflow-x: hidden;
  }
  main.product.multiplicity section.download .featurelist-container div.row {
    flex-direction: column;
    border: 1px solid #bcbcbc;
  }
  main.product.multiplicity section.download .featurelist-container div.row.head {
    flex-direction: column;
    border: none;
  }
  main.product.multiplicity section.download .featurelist-container div.row > div.name {
    width: 100%;
  }
  main.product.multiplicity section.download .featurelist-container div.row > div.name > div.item {
    text-align: center;
  }
  main.product.multiplicity section.download .featurelist-container div.row > div.data {
    margin-left: 0;
    width: 100%;
  }
  main.product.multiplicity section.download .featurelist-container div.row > div.data.headline {
    width: 100%;
  }
  main.product.multiplicity section.download .featurelist-container div.row > div.data.headline > div.item {
    height: auto;
    text-align: center;
    width: calc(33% - -1px);
  }
  main.product.multiplicity section.download .featurelist-container div.row > div.data.headline > div.item:first-child {
    margin: 0 1px 0 0;
  }
  main.product.multiplicity section.download .featurelist-container div.row > div.data.headline > div.item:last-child {
    margin: 0 0 0 1px;
  }
  main.product.multiplicity section.download .featurelist-container div.row > div.data > div.item {
    width: calc(33% - -1px);
  }
  main.product.multiplicity section.download .featurelist-container div.row > div.data > div.item:first-child {
    margin: 0 1px 0 0;
  }
  main.product.multiplicity section.download .featurelist-container div.row > div.data > div.item:last-child {
    margin: 0 0 0 1px;
  }
  main.product.multiplicity section.download .featurelist-container div.row > div.data > div.item > span > span {
    display: block;
  }
  main.product.multiplicity section.download .featurelist-container div.row > div.data > div.item.price {
    padding-bottom: 5px;
  }
  main.product.multiplicity section.download .featurelist-container div.row.price {
    border: 1px solid #bcbcbc;
    width: calc(100% - 5px);
  }
}

main.product.objectdesktop div.banner {
  align-content: stretch;
  display: flex;
  flex-direction: column;
}

main.product.objectdesktop div.banner > img {
  display: block;
  max-width: 100%;
}

main.product.objectdesktop div.banner > div.column {
  background: linear-gradient(to right, transparent 0%, #cbecb8 50%, transparent 100%);
  flex-direction: column;
  height: auto;
  padding: 1rem;
  text-align: center;
  width: auto;
}

@media (min-width: 768px) {
  main.product.objectdesktop div.banner > div.column {
    height: 130px;
  }
}

main.product.objectdesktop div.banner > div.column > :first-child {
  margin-top: 0;
}

main.product.objectdesktop div.banner > div.column > :first-child:not(:last-child) {
  margin: 0;
}

main.product.objectdesktop div.banner > div.column > :last-child {
  margin-bottom: 0;
}

main.product.objectdesktop > div.split > div {
  flex: 1;
}

@media (min-width: 768px) {
  main.product.objectdesktop > div.split > div.media > div.assets > a {
    margin-top: 1rem;
  }
}

main.product.start10 > section.reviews div.quotes {
  width: 305px;
}

main.download {
  box-sizing: border-box;
  display: block;
  margin: 0 auto 2rem;
  max-width: 941px;
  padding: 0 1rem;
}

main.download > h1 {
  font: normal 1.7em Dosis;
  margin: 1rem 0;
}

@media (min-width: 768px) {
  main.download > h1 {
    font: normal 3.4em Dosis;
    margin-left: 10px;
  }
}

main.download > h1 sup {
  font: 0.33em Arial, Verdana, sans-serif;
}

main.download > img {
  display: block;
  margin: 0 auto;
  max-width: calc(100vw - 2rem);
}

main.download aside {
  align-items: center;
  background-color: #f7f7f7;
  border: 1px solid #e3e4e5;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 1rem 0;
  padding: 1rem;
  position: relative;
  width: 100%;
}

main.download aside > h2 {
  font-size: 20px;
  font-weight: normal;
  margin-right: 1em;
}

main.download aside.corporateoption > p:last-child {
  margin-left: auto;
}

main.purchase {
  box-sizing: border-box;
  display: block;
  margin: 0 auto 2rem;
  max-width: 941px;
  padding: 0 1rem;
}

main.purchase > h1 {
  font: normal 1.7em 'Segoe UI', Arial, Verdana, Helvetica, Sans-Serif;
  margin: 1rem 0;
  text-align: center;
}

@media (min-width: 768px) {
  main.purchase > h1 {
    font-size: 3.4em;
  }
}

main.purchase > h1 sup {
  font: 0.33em Arial, Verdana, sans-serif;
  left: -2px;
  position: relative;
  top: -5px;
}

main.purchase > ul.purchase_options {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  padding: 0;
  width: 100%;
}

@media (min-width: 768px) {
  main.purchase > ul.purchase_options {
    flex-direction: row;
  }
}

main.purchase > ul.purchase_options > li {
  background: #EEE;
  border: 1px solid #CCC;
  display: flex;
  flex-direction: column;
  list-style: none outside none;
}

main.purchase > ul.purchase_options > li:not(:last-child) {
  margin-bottom: 2em;
}

@media (min-width: 768px) {
  main.purchase > ul.purchase_options > li {
    flex: 1 1 32%;
  }
  main.purchase > ul.purchase_options > li:not(:first-child) {
    margin-left: 2%;
  }
  main.purchase > ul.purchase_options > li:not(:last-child) {
    margin-bottom: 0;
  }
}

main.purchase > ul.purchase_options > li > header {
  align-items: center;
  background: linear-gradient(#0d4c8b 0%, #1061ad 100%);
  color: #FFF;
  display: flex;
  justify-content: center;
  margin: 0;
  min-height: 46px;
}

main.purchase > ul.purchase_options > li > header > h2 {
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: center;
}

main.purchase > ul.purchase_options > li > header > h2 > span.for_business {
  font-weight: 600;
}

main.purchase > ul.purchase_options > li > span.pricing {
  align-items: center;
  align-self: center;
  display: flex;
  flex-direction: row;
  font-size: 2em;
  font-weight: 500;
  margin: 1em 0 0 0;
}

main.purchase > ul.purchase_options > li > span.pricing > span {
  margin: 0 .25em;
}

main.purchase > ul.purchase_options > li > span.pricing > span.strike {
  font-size: .7em;
}

main.purchase > ul.purchase_options > li > a.bvlbutton {
  align-self: center;
  margin: 1em;
}

main.purchase > ul.purchase_options > li > div.body {
  flex: 1 1 50%;
  line-height: 1.5em;
  padding: 0 1.5em;
}

main.purchase > ul.purchase_options > li > div.body.bottom {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

main.purchase > ul.purchase_options > li > div.body > p {
  margin: 1em 0;
}

main.purchase > ul.purchase_options > li > div.body > p:last-child {
  margin-bottom: 0;
}

main.purchase > ul.purchase_options > li > div.body > p.sysreq {
  line-height: 1.5em;
  text-align: center;
}

main.purchase > ul.purchase_options > li > div.body > ul {
  margin: 0;
  padding-left: 1.5em;
}

main.purchase > ul.purchase_options > li > div.body > ul > li {
  list-style: disc outside none;
}

main.purchase > ul.purchase_options > li > div.body > div.icons {
  align-items: center;
  margin: 1em 0 0 -30px;
  width: 90%;
}

main.purchase > ul.purchase_options > li > div.body > div.icons.consumer, main.purchase > ul.purchase_options > li > div.body > div.icons.business {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-left: 0;
}

main.purchase > ul.purchase_options > li > div.body > div.icons.consumer > img, main.purchase > ul.purchase_options > li > div.body > div.icons.business > img {
  max-height: 46px;
}

main.purchase > ul.purchase_options > li > div.body > div.icons.odnt {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 25% 25% 25% 25%;
  justify-items: center;
  margin-bottom: 1em;
}

main.purchase > ul.purchase_options > li > div.body > div.icons.odnt > img {
  max-height: 45px;
  max-width: 45px;
}

main.purchase > ul.purchase_options > li > div.body > footer {
  align-self: center;
  margin: 0 0 1em 0;
  text-align: center;
}

main.downloadtrial {
  box-sizing: border-box;
  margin: 0 auto 2rem;
  max-width: 941px;
  padding: 0 1rem;
}

main.downloadtrial > header {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  main.downloadtrial > header {
    align-items: center;
    flex-direction: row;
  }
}

main.downloadtrial > header > div > h1 {
  font-size: 25px;
}

@media (min-width: 768px) {
  main.downloadtrial > header > div {
    padding: 0 0 0 25px;
  }
}

main.downloadtrial > header > img {
  display: none;
}

@media (min-width: 768px) {
  main.downloadtrial > header > img {
    border-left: 1px solid #050505;
    display: block;
    margin-left: 20px;
  }
}

main.downloadtrial > footer {
  align-items: center;
  border-top: 1px solid #050505;
  display: flex;
  flex-direction: column;
  margin: 2rem 0 0 0;
  padding: 2rem 0 0 0;
}

@media (min-width: 768px) {
  main.downloadtrial > footer {
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
  }
}

main.downloadtrial > footer > div {
  margin-bottom: 2rem;
  text-align: center;
}

@media (min-width: 768px) {
  main.downloadtrial > footer > div {
    flex: 1 1 33%;
    margin-bottom: 0;
  }
  main.downloadtrial > footer > div:not(:last-child) {
    margin-right: 1rem;
  }
}

main.downloadtrial > footer > div > h2 {
  font-weight: normal;
}

main.downloadtrial > div.wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
}

@media (min-width: 1024px) {
  main.downloadtrial > div.wrapper {
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
  }
}

main.downloadtrial > div.wrapper > img {
  display: none;
  max-width: 100%;
}

@media (min-width: 1024px) {
  main.downloadtrial > div.wrapper > img {
    display: block;
  }
}

main.downloadtrial > div.wrapper .odnt {
  position: relative;
  text-align: center;
  width: 325px;
}

main.downloadtrial > div.wrapper .odnt > img {
  max-width: 100%;
}

main.downloadtrial > div.wrapper .odnt > a.bvlbutton {
  position: relative;
  top: -25px;
}

main.update {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto 2rem;
  max-width: 941px;
  padding: 0 1rem;
}

@media (min-width: 1024px) {
  main.update {
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row;
  }
}

main.update .latest {
  align-items: center;
  background-color: #fff;
  border: 2px solid #e3e4e5;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 0 auto 2rem;
  padding: 1rem 0;
  text-align: center;
  vertical-align: top;
  max-width: calc(100vw - 2rem);
  width: 100%;
}

@media (min-width: 768px) {
  main.update .latest {
    margin: 0;
    max-width: 445px;
  }
}

main.update .latest :not(:last-child) {
  margin-bottom: 1rem;
  margin-top: 0;
}

main.update .latest > h1 {
  color: #2D2D2D;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.25;
  max-width: 70%;
  text-align: center;
}

main.update .latest > h2 {
  font-size: 1.5em;
  font-weight: bold;
}

main.update .latest > p {
  text-align: center;
}

main.update .latest > p > a {
  color: #2D2D2D;
  text-decoration: underline;
}

main.update .latest > ul {
  display: flex;
  flex-direction: column;
  list-style: none outside none;
  margin: 0 auto;
  max-width: 80%;
  padding: 0;
}

main.update .latest > ul > li {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  text-align: left;
}

main.update .latest > ul > li:not(:last-child) {
  margin-bottom: 1em;
}

main.update .latest > ul > li::before {
  background: url("../png/updateicons.png") no-repeat center left;
  content: '';
  flex-shrink: 0;
  height: 16px;
  margin-right: 1rem;
  width: 16px;
}

main.update .latest > ul > li:nth-child(2)::before {
  background-position: center top;
}

main.update .latest > ul > li:nth-child(3)::before {
  background-position: right top;
}

main.update .latest > .dlbox {
  background-color: #e5f4fc;
  padding: 1rem 0;
  width: 100%;
}

main.update .latest > .dlbox > h2 {
  color: #0d4d8b;
  font-size: 1.5em;
  margin-top: 0;
  text-align: center;
}

main.update .odnt {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
}

@media (min-width: 1024px) {
  main.update .odnt {
    margin-top: 0;
  }
}

main.update .odnt > a {
  margin-top: 1rem;
}

main.update .odnt > img {
  max-width: 100%;
}

main.update .product-upsell {
  align-items: stretch;
  background-color: #e4e5e7;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  margin: 2em 0 0;
  max-width: 449px;
  padding: 1em;
  width: 100%;
}

main.update .product-upsell div {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

main.update .product-upsell div span {
  align-items: center;
  color: green;
  display: flex;
  flex-direction: column;
  font-size: 1.25em;
}

@media (min-width: 768px) {
  main.update .product-upsell div span {
    flex-direction: row;
    justify-content: space-between;
  }
}

main.update .product-upsell div span > .strike {
  color: #2D2D2D;
  font-size: .75em;
  text-decoration: line-through;
}

main.update .product-upsell h2 {
  margin-top: 0;
}

main.update .product-upsell p {
  text-align: left;
  line-height: 1.5;
  margin: 0 0 0 2em;
}

main.update .odnt-upsell {
  align-items: center;
  background: url("../jpg/upsell_popup_background.jpg") no-repeat center center;
  background-size: cover;
  border: 2px solid #E03F42;
  box-sizing: border-box;
  display: flex !important;
  font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 2rem;
  max-width: 482px;
  padding-bottom: 16px;
  position: relative;
  text-align: center;
  width: 100%;
}

@media (max-width: 767px) {
  main.update .odnt-upsell {
    font-size: .9em;
  }
}

@media (min-width: 1024px) {
  main.update .odnt-upsell {
    margin-top: 0;
  }
}

main.update .odnt-upsell img {
  display: none;
  max-width: 100%;
}

@media (min-height: 570px) {
  main.update .odnt-upsell img {
    display: block;
  }
}

main.update .odnt-upsell > header {
  margin: 0 15px 1em;
  padding: 2rem 1rem 1rem;
  position: relative;
  z-index: 2;
}

main.update .odnt-upsell > header > h2 {
  font-size: 2em;
  font-weight: normal;
  margin: 0;
  text-transform: uppercase;
}

main.update .odnt-upsell > header > p {
  font-size: 1.1em;
  font-weight: normal;
  margin: .5em 0 0 0;
}

main.update .odnt-upsell .discount {
  background-color: rgba(255, 51, 51, 0.9);
  color: #FFF;
  font-size: 1.75em;
  font-weight: 500;
  line-height: 2;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 2;
}

main.update .odnt-upsell .price {
  align-items: center;
  display: flex;
  flex-direction: row;
  margin: 1rem 0;
  position: relative;
  z-index: 2;
}

main.update .odnt-upsell .price .was {
  color: #999;
  margin-right: 3em;
  text-decoration: line-through;
}

main.update .odnt-upsell .price .now {
  color: #393;
  font-size: 2em;
}

main.update .odnt-upsell .purchase {
  font-size: 1.75em;
  height: auto;
  line-height: 2;
  margin-bottom: 1em;
  position: relative;
  z-index: 2;
}

main.update .odnt-upsell > .border2 {
  border: 2px solid #E03F42;
  bottom: 8px;
  box-sizing: border-box;
  left: 8px;
  position: absolute;
  right: 8px;
  top: 8px;
  z-index: 1;
}

main.history {
  margin: 0 auto 2rem;
  max-width: 941px;
  padding: 0 1rem;
}

main.history > h2 {
  font-weight: normal;
}

main.history > ul {
  line-height: 1.5;
}

main.history > ul > li:not(:last-child) {
  margin-bottom: .5em;
}

main.upgrade {
  box-sizing: border-box;
  margin: 0 auto 2rem;
  max-width: 941px;
  padding: 0 1rem;
  text-align: center;
}

main.upgrade > h1 {
  font-weight: normal;
  font: normal 2.8em Dosis;
  margin: 0.5em;
}

main.upgrade > form {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-around;
}

main.upgrade > form > input {
  border: 1px solid #ababab;
  font-size: 1em;
  height: 34px;
  margin-bottom: 1em;
  padding: 0 9px;
  width: 230px;
}

@media (min-width: 1024px) {
  main.upgrade > form {
    flex-direction: row;
  }
  main.upgrade > form > input {
    margin-bottom: 0;
  }
}

main.upgrade > ul {
  display: inline;
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

main.upgrade > ul > li {
  display: inline;
}

main.upgrade > ul > li:not(:last-child)::after {
  content: ', ';
}

main.renew {
  margin: 0 auto 2rem;
  max-width: 941px;
  margin-left: 1rem;
  margin-right: 1rem;
  text-align: center;
}

main.renew > h1 {
  font-weight: normal;
  font: normal 2.8em Dosis;
  margin: 0.5em;
}

main.renew > h1 > sup {
  font: 0.33em Arial, Verdana, sans-serif;
}

main.renew > img {
  max-width: 100%;
}

@media (min-width: 1024px) {
  main.renew {
    margin-left: auto;
    margin-right: auto;
  }
}

main.renew aside {
  align-items: center;
  background-color: #f7f7f7;
  border: 1px solid #e3e4e5;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 auto;
  margin-top: 1em;
  max-width: 941px;
  padding: 1em;
}

main.renew aside > h2 {
  font-size: 20px;
  font-weight: normal;
  margin-right: 1em;
}

div.simple-popup {
  max-width: 400px;
  overflow: hidden;
}

div.simple-popup h2 {
  color: #2D2D2D;
  /*font: 1.4em Dosis, 'Segoe UI', Arial;*/
  font: 1.25em "Segoe UI", Arial, Tahoma;
  margin: 0;
}

div.simple-popup form {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (min-width: 400px) {
  div.simple-popup form {
    flex-direction: row;
    justify-content: space-between;
  }
}

div.simple-popup form input {
  border: 1px solid #20619b;
  flex: 1 1 auto;
  height: 34px;
  line-height: 34px;
  padding: 0 10px;
}

div.simple-popup form > button {
  margin-top: 1em;
  min-width: auto;
  white-space: nowrap;
}

@media (min-width: 400px) {
  div.simple-popup form > button {
    margin-left: 1em;
    margin-top: 0;
  }
}

div.simple-popup.downloadEmailCollection h2 {
  color: #004A8D;
}

div.simple-popup.downloadEmailCollection small {
  color: #7D7D7D;
  font-size: .75em;
}

ul.blue-sy-pager {
  display: flex;
  flex-direction: row;
  margin: .5em 0 0 33px;
  padding: 0;
}

ul.blue-sy-pager > li {
  background: url("../png/ma-slider_dot.png") no-repeat center top;
  list-style: none outside none;
}

ul.blue-sy-pager > li > a {
  height: 11px;
  display: block;
  opacity: 0;
  width: 11px;
}

ul.blue-sy-pager > li:not(:last-child) {
  margin-right: 6px;
}

ul.blue-sy-pager > li.sy-active {
  background-position: center bottom;
}

table.features {
  border-collapse: collapse;
  display: none;
  margin: .5em auto;
  width: 100%;
}

@media (min-width: 768px) {
  table.features {
    display: table;
  }
}

table.features thead > tr {
  border-bottom: 1px solid #c7c7c7;
}

table.features thead > tr > th:first-child {
  font: normal 2.154em Dosis;
  padding-left: 10px;
  text-align: left;
  vertical-align: bottom;
  width: 695px;
}

table.features thead > tr > th:not(:first-child) {
  font-weight: normal;
  padding: 0 10px;
  vertical-align: bottom;
}

table.features thead > tr > th:not(:first-child) > span {
  background: linear-gradient(#c1c1c1, #9a9a9a);
  border: 1px solid #919191;
  border-radius: 10px 10px 0 0;
  box-shadow: inset 0 1px 0 0 #e5e5e5;
  color: #000000;
  display: block;
  height: 34px;
  line-height: 34px;
  min-width: 110px;
  padding: 0 10px;
  text-align: center;
  white-space: nowrap;
}

table.features tbody > tr:not(:last-child) {
  border-bottom: 1px solid #c7c7c7;
}

table.features tbody > tr td:first-child {
  text-align: left;
  width: 100%;
}

table.features tbody > tr td:not(:first-child) {
  text-align: center;
}

table.features tbody > tr td em {
  color: #004b8d;
  font-weight: bold;
  font-style: normal;
}

table.features tbody.odnt > tr:first-child {
  border-top: 1px solid #c7c7c7;
}

table.features tbody.odnt > tr:not(:first-child) > td:first-child {
  padding-left: 30px;
}

table.features tfoot > tr > td {
  vertical-align: bottom;
}

table.features tfoot > tr:first-child {
  background-color: #d2d2d4;
  border: 1px solid #b3b3b3;
  font-size: 1.2em;
}

table.features tfoot > tr:first-child > td:first-child {
  font-weight: bold;
  padding-left: 9px;
  text-align: left;
}

table.features tfoot > tr:first-child > td:not(:first-child) {
  text-align: center;
}

table.features tfoot > tr:last-child:not(:first-child) > td {
  padding-top: 10px;
  text-align: center;
}

table.features tfoot > tr:last-child:not(:first-child) > td.volume {
  font-weight: bold;
  text-align: right;
}

table.features tfoot a.cpnbutton {
  margin-top: 10px;
}

table.features td {
  padding: 5px 10px;
  vertical-align: middle;
}

@media (min-width: 768px) {
  div.tablefeatures {
    display: none;
  }
}

div.tablefeatures > div {
  border: 1px solid #e3e4e5;
  padding: 1rem;
  text-align: center;
}

div.tablefeatures > div:not(:last-child) {
  margin-bottom: 1rem;
}

div.tablefeatures > div > h2 {
  font-size: 1.5em;
  font-weight: normal;
  margin: 0 0 1em 0;
  text-align: center;
}

div.tablefeatures > div > ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  text-align: left;
}

@media (min-width: 500px) {
  div.tablefeatures > div > ul {
    text-align: center;
  }
}

div.tablefeatures > div > ul > li:not(:last-child) {
  border-bottom: 1px dotted #2d2d2d;
  margin-bottom: .5em;
  padding-bottom: .5em;
}

div.tablefeatures > div > ul > li em {
  color: #004b8d;
  font-weight: bold;
  font-style: normal;
}

div.tablefeatures > div > div.price {
  font-size: 1.25em;
  font-weight: 500;
  margin: 1rem 0;
  text-align: center;
}

div.tablefeatures > div > div.buttons {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

div.tablefeatures > div > div.buttons > a:not(:last-child) {
  margin-right: 5px;
}

div.tablefeatures > div.product {
  background-color: #EFEFEF;
}

div.tablefeatures > div.odnt > div.price {
  font-size: 1.5em;
}

div.tablefeatures > div.odnt > img {
  margin-bottom: 1rem;
  max-width: 100%;
}
