.main {
}

.site-header.compact .menu-toggle {
  display: none;
}
.site-header.compact .menu-utility > li > a {
  font-size: 0.8125em;
}

.site-header .info p {
  text-align: center;
  font-size: 0.75em;
}

.main .subheader-section {
  position: relative;
  margin-bottom: 0;
  padding: 2em 0 0 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.main .subheader-section:before {
  content: "";
}
.main .subheader-section .overlayer,
.main .subheader-section:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: #fff;
  opacity: 0.65;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  filter: alpha(opacity=65);
}
.main .subheader-section .container {
  z-index: 2;
}
.main .subheader-section.tall-section {
  padding: 60px 0 10px 0;
}
.main .subheader-section + .move-up {
  margin-top: -3em;
}
.main .subheader-section + .grey-background,
.main .subheader-section + .green-background,
.main .subheader-section + .lightgreen-background {
  margin-top: -2.5em;
}
.main .subheader-section.no-margin {
  margin-bottom: 0;
}

.subheader-section .page-title {
  margin: 0 0 15px 0;
  font-family: "MuseoSans";
  font-size: 22px;
  line-height: 1.2;
  font-weight: 900;
  text-transform: uppercase;
  color: #3a3a3a;
  position: relative;
}

.subheader-section .page-desc {
  font-family: "MuseoSans";
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  color: #212121;
}

.subheader-section p {
  margin-bottom: 0.5em;
}

.subheader-section a {
  text-decoration: underline;
}

.subheader-section a:hover {
  text-decoration: none;
}

.subheader-section .footer {
  padding-top: 1em;
}

.subheader-section .button {
  margin-top: 1.5em;
}

p.page-subtitle {
  text-transform: uppercase;
  color: #ed2939;
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 0em;
}
h3.page-subtitle {
  text-transform: uppercase;
  color: #ed2939;
  margin-bottom: 0.2em;
}
h3.page-subtitle + img {
  margin-top: 0.75em;
}

.regular-section .sidebar.move-up {
  margin-top: 0.5em;
}

.sidebar form.white-wrapper {
  padding: 0;
  background: none;
  border: 0;
  box-shadow: none;
}

.articles-list ul li,
.articles-list.image-aside ul li {
  font-size: 0.875em;
  color: #999;
  font-weight: 300;
  line-height: 1.5;
  word-break: break-word;

  margin-bottom: 0.5em;
  padding: 0 0 0 1.3em !important;
  position: relative;
}

.articles-list li span,
.articles-list.image-aside ul span {
  font-weight: 500;
  color: #444;
}

.articles-list li a,
.articles-list.image-aside ul a {
  text-decoration: underline;
}

.articles-list li a:hover,
.articles-list.image-aside ul a:hover {
  text-decoration: none;
}

.articles-list ul li:before,
.articles-list.image-aside ul li:before {
  display: block;
}
.articles-list ul li:after,
.articles-list.image-aside ul li:after {
  display: none !important;
}

.banner-section {
  background: #f0f6f6;
}
.banner-section .container {
  margin-top: -4em;
}
.banner-section .green-background {
  padding: 2em 1.5em 1.5em 1.5em;
}

.green-background .button.green:hover,
.green-background .button.red:hover {
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
}
.green-background p a {
  color: #fff;
  border-bottom: 1px solid #fff;
  border-color: rgba(255, 255, 255, 0.5);
}
.green-background p a:hover {
  color: #fff;
  border-color: #fff;
}

@media screen and (min-width: 481px) {
}

@media screen and (min-width: 661px) {
}

@media screen and (min-width: 769px) {
  .site-header .info {
    float: right;
    padding: 1.8em 0 0 0;
  }
  .site-header .info p {
    text-align: right;
  }

  .main .subheader-section {
    padding-bottom: 1em;
    text-align: left;
  }
  .main .subheader-section .container {
    padding-bottom: 3em;
  }
  .main .subheader-section.tall-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .main .subheader-section.tall-section .container {
    padding-bottom: 1.5em;
  }
  .main .subheader-section + .move-up {
    margin-top: -8em;
  }
  .main .subheader-section + .grey-background,
  .main .subheader-section + .green-background,
  .main .subheader-section + .lightgreen-background {
    margin-top: -3.5em;
  }
  .main .subheader-section.no-margin {
    margin-bottom: 0;
  }

  .subheader-section .footer {
    padding-top: 2em;
  }
  .subheader-section .page-title {
    font-size: 32px;
  }
  .subheader-section .page-desc {
    font-size: 18px;
  }

  .regular-section .sidebar {
    padding-left: 0;
    border: none;
  }
  .regular-section .sidebar.move-up {
    margin-top: -16.5em;
    position: relative;
    z-index: 5;
  }

  .sidebar form.white-wrapper {
    padding: 1.5em;
    background: #fff;
    border: 1px solid #e5e5e5;
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.05);
  }
  .sidebar form.white-wrapper .section-title {
    margin-bottom: 1em;
  }

  .stick-up-section {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 0;
    z-index: 5;
  }
  .stick-up-section .container {
  }
  .stick-up {
    position: absolute;
    top: 10em;
    right: 0;
  }

  .banner-section {
    margin-bottom: 5.5em;
  }
  .banner-section .container {
    position: relative;
    top: 1.5em;
    margin-top: -6.5em;
  }
  .banner-section .green-background {
    padding: 3em 3em 2em 3em;
  }
}

@media screen and (min-width: 993px) {
}

.mktoForm {
  width: 100% !important;
}

.mktoForm .mktoFieldWrap {
  float: none !important;
}

.mktoForm .mktoFormCol {
  float: none !important;
  margin-bottom: 1.25em !important;
}

.mktoForm input[type="text"],
.mktoForm input[type="email"],
.mktoForm input[type="tel"],
.mktoForm input[type="number"],
.mktoForm select {
  font-family: "MuseoSans";
  font-size: 14px !important;
  font-weight: 300;
  color: #a4a4a4;

  padding: 0.6em 1em 0.5em 1em !important;
  width: 100% !important;
}

.mktoForm .mktoGutter,
.mktoForm .mktoOffset {
  display: none;
}

.mktoForm .mktoLabel {
  font-weight: 300 !important;
  font-size: 14px;
  color: #777;

  position: relative;

  display: block;
  padding: 0 0 0 1.5em !important;
  width: 100% !important;

  cursor: pointer;
}

.mktoLogicalField {
  position: absolute;

  width: 15px !important;
  height: 15px !important;
}

.mktoLogicalField input {
  display: none;
}

.mktoLogicalField label:after {
  font-family: "font-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-align: center;
  -webkit-font-smoothing: antialiased;

  content: "";

  position: absolute;
  top: 1px;
  left: 0;

  display: none;
  margin: 0 !important;
  border: 1px solid #e5e5e5;
  width: 15px;
  height: 15px;

  background: #fff;
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.15);
}

.mktoLogicalField label:before {
  left: -1px !important;
  top: -1px !important;

  margin-left: 0 !important;
  width: 1.15em !important;
  height: 1.15em !important;
}

.mktoLogicalField input:checked + label:after {
  content: "\e908";
  color: #fff;

  background: #009981;
  border-color: #009981;
}

.select2 {
  width: 100% !important;
}

.mktoButtonRow {
  display: block !important;
  margin-left: -19px !important;
}

.mktoButtonWrap {
}

.mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
  font-family: "MuseoSans" !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  text-transform: uppercase;

  width: 100% !important;
  height: 40px !important;

  border: 1px solid #ed2939 !important;
  background: #ed2939 !important;
}

.mktoForm .mktoRequiredField div.mktoAsterix {
  display: none;
}

.mktoHtmlText {
  width: 100% !important;
}

.js-toggle-next + * {
  display: none;
  padding-top: 20px;
}

.link {
  text-decoration: underline;
}

.link:hover {
  text-decoration: none;
}

.col-l-3.-mt {
  margin-top: 40px;
}

.image-aside__link {
  font-size: 0;
  text-align: center;

  display: block;
  border: 2px solid #d8dde0;
  min-height: 170px;
  height: 1px;

  background: #e9eef1;
}

.image-aside__link:after {
  content: "";

  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

@media only screen and (max-width: 480px) {
  .mktoButtonRow {
    margin-left: 0 !important;
  }
}

.product__wrapp {
  margin: -1px auto 40px;
  border: 1px solid #e3e3e3;
  padding: 40px 20px;
  max-width: 1090px;

  background: #f8f8f8;
}

.product__tabs {
  font-size: 0;

  margin: 40px auto 0;
  max-width: 1090px;
}

.product__for {
  font-size: 16px;
  text-align: center;

  position: relative;

  display: inline-block;
  vertical-align: bottom;
  border: 1px solid #e3e3e3;
  padding: 18px 10px;
  width: 50%;
}

.product__for.-active {
  color: #3a3a3a;

  border-bottom-color: #f8f8f8;
  padding: 25px 10px;

  background-color: #f8f8f8;
  pointer-events: none;
}

.product__for.-active:before,
.product__for.-active:after {
  content: "";

  position: absolute;
  top: 14px;
  bottom: 0;
  z-index: 10;

  width: 1px;

  background: #fff;
}

.product__for.-active:before {
  left: -2px;
}

.product__for.-active:after {
  right: -2px;
}

.product__content {
  font-size: 0;
  max-width: 1200px;
}

.product__content .col-l-3,
.product__content .col-l-6 {
  float: none;
  display: inline-block;
  vertical-align: top;
}

.product__head {
  display: table;
  table-layout: fixed;
  margin-top: 20px;
  width: 100%;
}

.product__col {
  font-size: 16px;

  display: table-cell;
  vertical-align: middle;
}

.product__col:first-child {
  padding-right: 30px;
  width: 150px;
}

.product__title {
  position: relative;

  margin-bottom: 0;
  padding-right: 70px;
}

.product__title a:before,
.product__title a:after {
  content: "";

  position: absolute;
  top: 50%;
  right: 30px;

  margin-top: -1.5px;
  width: 25px;
  height: 3px;

  background: #006d5c;

  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.product__title a:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.product__title a:hover:before,
.product__title a:hover:after {
  background: #005446;
}

.product__title a.-active:after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

.product__icon-wrapp {
  font-size: 0;
  text-align: center;

  border: 2px solid #d8dde0;
  padding: 15px;
  height: 120px;

  background: #e9eef1;
}

.product__icon-wrapp:after {
  content: "";

  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.product__icon {
  display: inline-block;
  vertical-align: middle;
  max-height: 100%;
}

.product__desc {
  font-size: 16px;

  display: none;
  margin-top: 15px;
}

.product__desc p {
  margin: 0;
  padding: 10px 0;
}

.product__desc p:not(:last-child) {
  border-bottom: 1px solid #e3e3e3;
}

.product__desc p.version:not(:last-child) {
  border-bottom-color: #999;
}

.product__desc .button {
  float: right;
}

.tp-mark {
  display: block;
  margin-left: auto;
}

.versions {
  display: none;
  font-size: 16px;
  margin-top: 15px;
}

.versions dl {
  display: grid;
  grid-template-columns: 1fr auto;
}

.versions dl:not(:last-child) {
  border-bottom: 1px solid #999;
}

.versions dt {
  font-weight: 300;
  color: #535353;
  line-height: 1.5;
}

.versions dt,
.versions dd {
  padding: 10px 0;
}

.versions dt:not(:first-child),
.versions dt:not(:first-child) ~ * {
  border-top: 1px solid #e3e3e3;
}

.versions dd a {
  color: #fff;
  border: 1px solid #006d5c;
  background-color: #07a992;
  display: inline-block;
  text-transform: uppercase;
  margin-left: 1em;
  padding: 0.4em 0.5em !important;
  min-width: 8em;
  font-weight: 700;
  line-height: 1;
  font-size: 0.75em;
  text-align: center;
  border-radius: 1px;
}

.versions dd a:hover {
  border: 1px solid #07a992;
  opacity: 0.8;
  transition: all 0.15s ease-in;
}
