body {
  font-family: "Gotham SSm A", "Gotham SSm B", "Trebuchet MS", Verdana;
  font-weight: 300;
  line-height: 140%;
  font-size: 14px;
  -ms-overflow-style: auto;
}
.container-fluid {
  max-width: 1400px;
}
@media (min-width: 1400px) {
  .container {
    width: 1370px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0px;
  margin: 0px;
  font-weight: 700;
}
h1 a,
h2 a,
h3 a,
h4 a {
  color: #0d2c40;
}
img {
  display: block;
  padding: 0px;
  margin: 0px;
  max-width: 100%;
  height: auto;
}
strong {
  font-weight: 700;
}
.container-large {
  max-width: 1200px;
  margin: 0 auto;
}
.clear {
  clear: both;
}
a {
  color: #0d2c40;
  color: #02d35f;
}
a:hover {
  text-decoration: underline;
  color: #00c081;
}
a:active {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}
a img {
  padding: 0px;
  margin: 0px;
}
p {
  margin: 0px;
  padding: 0px 0px 20px 0px;
}
ul {
  padding: 0px 0px 0px 18px;
  margin: 0px;
}
li {
  padding: 0px;
  margin: 0px;
}
.left {
  float: left;
}
.right {
  float: right;
}
.nopadding {
  padding: 0px;
}
.block {
  display: block;
}
.fine {
  display: inline-block;
  font-size: 12px;
  line-height: 120%;
}
.dark-background {
  padding: 90px 4% 90px 4%;
  background-color: #0d2c40;
  color: white;
}
.extend {
  font-weight: 500;
  font-style: italic;
}
.nobullets {
  list-style-type: none;
  padding: 0px;
}
.nobullets ul {
  list-style-type: none;
  padding: 0px;
}
.button-clear {
  font-weight: 700;
  padding: 10px 43px 10px 43px;
  border-radius: 0;
  font-size: 15px;
  color: #00c081;
  border: 3px solid #02d35f;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  cursor: pointer;
}
.button-clear:hover {
  text-decoration: none;
  color: #00c081;
}
.button-clear.button2 {
  background-color: #02d35f;
  padding-left: 32px;
  padding-right: 32px;
  color: white;
}
.downdown-arrow {
  display: inline-block;
  background: url('../img/dropdown_arrow_ico.png') no-repeat;
  height: 4px;
  width: 10px;
  margin-left: 1px;
}
.box {
  padding-top: 70px;
  padding-bottom: 90px;
}
input.radio:empty {
  display: none;
}
input.radio:empty ~ label {
  position: relative;
  float: left;
  line-height: 22px;
  text-indent: 30px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 300;
  color: #e8eae9;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
input.radio:empty ~ label:before {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  content: '';
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid #6a7c87;
  cursor: pointer;
}
.communities-dark {
  background: #3d515c;
}
.communities-dark input.radio:empty ~ label:before {
  border: 1px solid #ffffff;
  cursor: pointer;
}
.communities-dark input.radio:checked ~ label:before {
  border: 1px solid #01a9e7;
  cursor: pointer;
}
.communities-dark .container-center {
  max-width: 580px;
  margin-right: auto;
  margin-left: auto;
  padding: 24px 15px;
}
.communities-dark .communities {
  color: #ffffff;
}
.communities-dark .communities .rss a {
  color: #29ceff;
}
.communities-dark .communities .rss h3 {
  color: #ffffff;
}
.communities-dark .communities .rss .author {
  color: #ffffff;
}
input.radio:checked ~ label:before {
  border: 1px solid #01a9e7;
  background: url(/assets/images/checked_ico.png);
}
input.radio:checked ~ label {
  color: #e8eae9;
}
.form_builder_form .validation_error_notice {
  display: none;
}
.form_builder_form .form_field_container.error .validation_error_notice {
  display: block;
}
.line {
  height: 4px;
}
.line.pink {
  background: #df287c;
}
.line.violet {
  background: #56176c;
}
.line.purple {
  background: #8457b6;
}
.line.primblue {
  background: #0078ef;
}
.line.aqua {
  background: #1ffbba;
}
.line.blue {
  background: #01a9e7;
}
.line.red {
  background: #dc233f;
}
.line.turquiose {
  background: #3ddcca;
}
.line.green-bright {
  background: #15db66;
}
.line.green-yellow {
  background: #90f170;
}
.line.orange {
  background: #f17e12;
}
.line.blue-light {
  background: #29ceff;
}
.super-dark-background {
  background-color: #2c3d45;
}
.super-dark-background #related p {
  color: #ffffff;
}
.super-dark-background #related .capstitle {
  color: #ffffff;
}
.background-darkness {
  background-color: white;
}
.dotted-background {
  background: url('../img/dot_bkgd.jpg');
  background-repeat: repeat;
  background-position: center;
}
.rwd-table {
  margin: 1em 0;
  min-width: 300px;
}
.rwd-table tbody tr:nth-child(even) {
  background-color: white;
}
.rwd-table tr {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}
.rwd-table th {
  display: none;
  font-weight: 300;
  padding: 15px 0 15px 40px;
  text-align: left;
}
@media (min-width: 768px) {
  .rwd-table th {
    display: table-cell;
  }
}
.rwd-table td {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  text-align: left;
  font-size: 14px;
}
@media (min-width: 768px) {
  .rwd-table td {
    display: table-cell;
    padding-left: 15px;
  }
}
.rwd-table td ul {
  font-size: 14px;
}
.rwd-table td:before {
  content: attr(data-th) ": ";
  font-weight: 500;
}
@media (min-width: 768px) {
  .rwd-table td:before {
    display: none;
  }
}
.rwd-table td.heading {
  font-size: 16px;
}
#color-border-columns {
  background-color: #2c3d45;
  color: white;
  font-size: 16px;
}
#color-border-columns .box {
  padding-bottom: 10px;
}
#color-border-columns .capstitle {
  color: #ffffff;
}
#color-border-columns .spacer {
  padding-top: 20px;
}
#color-border-columns .sections {
  padding-bottom: 80px;
}
#color-border-columns h2 {
  font-size: 30px;
  padding: 28px 0;
  font-weight: 300;
}
#color-border-columns a {
  font-size: 14px;
  padding-bottom: 10px;
  display: block;
  color: #29ceff;
}
.dropdown-section {
  background: #3d515c;
  color: #29ceff;
  font-size: 16px;
  padding: 0px 15px 10px 15px;
}
.dropdown-section p {
  padding: 30px 0px;
}
.dropdown-section a {
  color: #ffffff;
  font-weight: 400;
}
.dropdown-section li {
  list-style: none;
  padding-bottom: 20px;
}
.search-padding {
  padding: 10px 0;
}
.navlinks {
  padding-top: 20px;
}
@media (max-width: 768px) {
  .navlinks {
    padding-left: 0px;
    padding-bottom: 10px;
    margin-bottom: 23px;
  }
}
.dark-primary-background {
  background: #3d515c;
}
.navy-bg {
  background: #0d2c40;
}
#videoModalOne,
#lookBookModal {
  top: 5%;
}
#videoModalOne .modal-content,
#lookBookModal .modal-content {
  background-color: transparent;
  box-shadow: none;
  border: 0;
}
#videoModalOne button.close,
#lookBookModal button.close {
  color: white;
  border: 1px solid white;
  margin-right: -8px;
  margin-top: -5px;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 300;
  line-height: 100%;
}
.search-results .standard-pad {
  background-color: white;
  padding-top: 40px;
}
.solutions-banner.search-results-banner .banner {
  padding-top: 60px;
  padding-bottom: 60px;
}
.table-borderless tbody tr td,
.table-borderless tbody tr th,
.table-borderless thead tr th {
  border: 0;
}
.r404 .standard-pad.white-bg {
  display: table;
}
.r404 .standard-pad.white-bg .col-sm-6 {
  float: none;
  display: table-cell;
  vertical-align: middle;
}
.r404 .standard-pad.white-bg .col-sm-6.img img {
  display: block;
  margin: 0 auto;
  width: 80%;
}
.r404 .standard-pad.white-bg a.button-clear {
  text-decoration: none;
  margin-top: 10px;
  width: 320px;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.r404 .standard-pad.white-bg a.button-clear2 {
  background-color: #02d35f;
  color: white;
}
.r404 h2 {
  font-size: 44px;
  margin-bottom: 40px;
}
wbr:after {
  content: "\00200B";
}
.banner-tracker img {
  display: block;
  margin: 0 auto;
}
.solutions .banner-tracker img {
  margin-bottom: 80px;
}
.shop-banner .banner-tracker img {
  margin-bottom: 80px;
}
.promo .banner-tracker img {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media screen and (max-width: 992px) {
  .r404 .standard-pad.white-bg {
    display: block;
    padding: 60px 6.4%;
  }
}
@media screen and (max-width: 768px) {
  .solutions-banner.search-results-banner .banner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .solutions-banner.search-results-banner .banner h2 {
    font-size: 33px;
  }
  .r404 .standard-pad.white-bg {
    display: block;
    padding: 40px 6.4%;
  }
  .r404 .standard-pad.white-bg .col-sm-6 {
    float: none;
    display: block;
    vertical-align: top;
  }
  .r404 .standard-pad.white-bg .col-sm-6.img img {
    margin: 0 auto 20px auto;
    width: 200px;
  }
  .r404 h2 {
    font-size: 33px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 440px) {
  .solutions-banner.search-results-banner .banner h2 {
    font-size: 24px;
  }
  .r404 h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .r404 p {
    line-height: 135%;
  }
}
#activation_code {
  display: none;
}
#home-carousel {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  line-height: 0;
  padding-top: 138px;
  overflow: hidden;
}
#home-carousel .carousel-control {
  position: absolute;
  top: 338px;
  width: 39px;
  height: 52px;
  cursor: pointer;
}
#home-carousel .carousel-inner > .item {
  width: 100%;
  height: 442px;
}
#home-carousel .carousel-inner .item .item-inner {
  width: 100%;
  height: 100%;
  position: relative;
}
#home-carousel .carousel-inner .item .item-inner .item-inner2 {
  width: 100%;
  height: 100%;
}
#home-carousel .carousel-inner .item .item-inner a.cover {
  display: block;
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 50px;
  right: 50px;
  z-index: 2;
}
#home-carousel .carousel-control.left {
  background: transparent url('../img/carousel_btn_left.png') left top no-repeat;
  left: -2px;
}
#home-carousel .carousel-control.right {
  background: transparent url('../img/carousel_btn_right.png') left top no-repeat;
  right: -3px;
}
#home-carousel .carousel-caption {
  text-align: left;
  font-size: 16px;
  line-height: 24px;
  top: 102px;
  padding-top: 0;
  padding-bottom: 0;
  left: 6%;
  z-index: 1;
  text-shadow: none;
  color: black;
}
#home-carousel .carousel-caption p {
  padding-left: 4px;
}
#home-carousel .carousel-caption h1,
#home-carousel .carousel-caption h2 {
  font-weight: 800;
  font-size: 78px;
  line-height: 102%;
  letter-spacing: -6px;
  margin-bottom: 6px;
  color: #0d2c40;
}
#home-carousel .carousel-caption .orange {
  color: #fd9a2b;
}
#home-carousel .carousel-caption .navy {
  color: #0d2c40;
}
#home-carousel .carousel-caption .pink {
  color: #de0080;
}
#home-carousel .carousel-caption .blue {
  color: #00b2e2;
}
#home-carousel .carousel-caption .green,
#home-carousel .carousel-caption .green-bright {
  color: #02d35f;
}
#home-carousel .carousel-caption .dark-green {
  color: #00c081;
}
#home-carousel .carousel-caption .purple {
  color: #821680;
}
#home-carousel .carousel-caption p.last {
  padding-top: 10px;
  padding-left: 6px;
}
#home-carousel .open-stack .carousel-caption {
  top: 75px;
}
#home-carousel .open-stack .carousel-caption h1,
#home-carousel .open-stack .carousel-caption h2 {
  font-size: 68px;
  letter-spacing: -2px;
  line-height: 105%;
  margin-bottom: 15px;
}
#home-carousel.de-de .data-explosion .carousel-caption h1,
#home-carousel.de-de .data-explosion .carousel-caption h2 {
  font-size: 46px;
  letter-spacing: -2px;
}
#home-carousel.de-de .data-explosion .carousel-caption p {
  max-width: 510px;
}
#home-carousel.es-es .carousel-caption {
  top: 75px;
}
#home-carousel.es-es .carousel-caption h1,
#home-carousel.es-es .carousel-caption h2 {
  font-size: 72px;
}
#home-carousel.es-es .data-explosion .carousel-caption {
  max-width: 620px;
  top: 75px;
}
#home-carousel.es-es .data-explosion .carousel-caption h1,
#home-carousel.es-es .data-explosion .carousel-caption h2 {
  font-size: 46px;
  letter-spacing: -2px;
}
#home-carousel.fr-fr .carousel-caption {
  top: 75px;
}
#home-carousel.fr-fr .carousel-caption h1,
#home-carousel.fr-fr .carousel-caption h2 {
  font-size: 68px;
  letter-spacing: -4px;
}
#home-carousel.fr-fr .data-explosion .carousel-caption {
  top: 65px;
  max-width: 700px;
}
#home-carousel.fr-fr .data-explosion .carousel-caption h1,
#home-carousel.fr-fr .data-explosion .carousel-caption h2 {
  font-size: 68px;
}
#home-carousel.zh-cn .data-explosion .carousel-caption {
  max-width: 600px;
  top: 75px;
}
#home-carousel.zh-cn .data-explosion .carousel-caption h1,
#home-carousel.zh-cn .data-explosion .carousel-caption h2 {
  font-size: 64px;
  letter-spacing: -4px;
}
#home-carousel.ja-jp .carousel-caption {
  top: 106px;
}
#home-carousel.ja-jp .carousel-caption h1,
#home-carousel.ja-jp .carousel-caption h2 {
  font-size: 68px;
  letter-spacing: -4px;
}
#home-carousel.pt-br .carousel-caption {
  top: 75px;
}
#home-carousel.pt-br .carousel-caption h1,
#home-carousel.pt-br .carousel-caption h2 {
  font-size: 64px;
  letter-spacing: -4px;
}
#home-carousel.pt-br .data-explosion .carousel-caption p {
  max-width: 510px;
}
#home-tabs {
  position: relative;
  height: 88px;
}
#home-tabs .tabs-container {
  position: absolute;
  width: 100%;
  top: -10px;
}
#home-tabs .tab {
  margin-top: 10px;
  margin-left: 0;
  position: relative;
  width: 33.33%;
  height: 88px;
  box-sizing: border-box;
  float: left;
  border-top: 1px solid white;
  border-right: 1px solid white;
  background-color: #a0ff5f;
  padding-top: 9px;
  color: white;
  cursor: pointer;
  -webkit-transition: background-color 0.5s, margin-top 0.5s, border-left 0.5s;
  -moz-transition: background-color 0.5s, margin-top 0.5s, border-left 0.5s;
  transition: background-color 0.5s, margin-top 0.5s, border-left 0.5s;
}
#home-tabs .tab .tab-inner {
  height: 78px;
  border-top: 1px solid white;
  background-color: #02d35f;
  text-align: center;
  padding: 12px 1px 1px 1px;
  font-size: 18px;
  -webkit-transition: background-color 0.5s, height 0.5s, padding-top 0.5s;
  -moz-transition: background-color 0.5s, height 0.5s, padding-top 0.5s;
  transition: background-color 0.5s, height 0.5s, padding-top 0.5s;
}
#home-tabs .tab .tab-inner strong {
  font-weight: 800;
  font-size: 27px;
  line-height: 120%;
  display: block;
  -webkit-transition: font-size 0.5s;
  -moz-transition: font-size 0.5s;
  transition: font-size 0.5s;
}
#home-tabs tab:last-child {
  border-right: 0;
}
#home-tabs .tab.active {
  margin-top: 0;
  background-color: #02d35f;
  border-left: 1px solid white;
  margin-left: -1px;
}
#home-tabs .tab.active .tab-inner {
  height: 88px;
  background-color: #0d2c40;
  padding-left: 1px;
  padding-top: 17px;
}
#home-tabs .tab.active .tab-inner strong {
  font-size: 30px;
}
.mobile-tab {
  display: none;
}
#home-tabset2 {
  margin-top: -1px;
  background-color: #0d2c40;
  width: 99.85%;
  min-height: 328px;
  color: white;
  position: relative;
}
#home-tabset2 .pane2 {
  display: table;
  width: 100%;
  height: 328px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
#home-tabset2 .pane2 .text {
  width: 55%;
  padding-top: 20px;
  font-size: 16px;
  line-height: 155%;
  display: table-cell;
  vertical-align: middle;
  height: 323px;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
#home-tabset2 .pane2 .text .inner {
  width: 88.5%;
  position: relative;
  left: 0;
  -webkit-transition: left 0.5s;
  -moz-transition: left 0.5s;
  transition: left 0.5s;
}
#home-tabset2 .pane2 .text h3 {
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 13px;
}
#home-tabset2 .pane2 .text p {
  padding: 0;
}
#home-tabset2 .pane2 .text p.mobile {
  display: none;
}
#home-tabset2 .pane2 .graphic-container {
  float: right;
  display: table-cell;
  position: relative;
  height: 328px;
  width: 100%;
  overflow: hidden;
}
#home-tabset2 .pane2 .graphic-container .graphic {
  position: absolute;
  width: 75%;
  height: 328px;
  top: 328px;
  right: 9.6%;
  -webkit-transition: top 0.4s linear;
  -moz-transition: top 0.4s linear;
  transition: top 0.4s linear;
}
#home-tabset2 .pane2 .mobile-lookbook {
  display: none;
}
#home-tabset2 .pane2 .mobile-lookbook .tab-video {
  padding: 0 5% 15px 5%;
}
#home-tabset2 .pane2 .mobile-lookbook .tab-video .tab-video-inner {
  position: relative;
}
#home-tabset2 .pane2 .mobile-lookbook .tab-video .tab-video-inner a.tab-video-teaser {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 59%;
  background-size: cover;
  margin-bottom: 15px;
}
#home-tabset2 .pane2 .mobile-lookbook .tab-video .tab-video-inner a.tab-video-teaser span {
  display: block;
  position: absolute;
  width: 88%;
  left: 6%;
  bottom: 0;
  background: transparent url(/assets/img/video-teaser-bg.png) -12px -12px repeat;
  min-height: 65px;
  font-weight: 700;
  font-size: 14px;
  line-height: 130%;
  color: white;
  text-decoration: none;
  padding: 8px 8px 8px 65px;
}
#home-tabset2 .pane2 .mobile-lookbook .tab-video .tab-video-inner .button3 {
  float: none;
  width: 100%;
  padding: 6px 3px;
  margin-bottom: 15px;
  font-size: 14px;
}
#home-tabset2 .pane2 .mobile-lookbook .tab-video .tab-video-inner .button4 {
  width: 100%;
  float: none;
  padding: 5px 3px;
  background-color: #02d35f;
  color: white;
  font-size: 14px;
}
#home-tabset2 .pane2.active .text {
  opacity: 1;
  -webkit-transition: opacity 0.4s 0.4s ease-in;
  -moz-transition: opacity 0.4s 0.4s ease-in;
  transition: opacity 0.4s 0.4s ease-in;
}
#home-tabset2 .pane2.active .text .inner {
  left: 11.5%;
  -webkit-transition: left 0.4s 0.4s linear;
  -moz-transition: left 0.4s 0.4s linear;
  transition: left 0.4s 0.4s linear;
}
#home-tabset2 .pane2.active .graphic-container .graphic {
  top: 27px;
  -webkit-transition: top 0.4s 0.4s linear;
  -moz-transition: top 0.4s 0.4s linear;
  transition: top 0.4s 0.4s linear;
}
#home-tabset3 {
  width: 100%;
  position: relative;
  height: 550px;
  background: white url(../img/navy_notch.png) 6.4% top no-repeat;
  -webkit-transition: height 0.8s;
  -moz-transition: height 0.8s;
  transition: height 0.8s;
}
#home-tabset3 .pane3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.8s;
  -moz-transition: opacity 0.8s;
  transition: opacity 0.8s;
}
#home-tabset3 .pane3 .text {
  float: left;
  width: 45.75%;
  padding-top: 83px;
  padding-bottom: 35px;
}
#home-tabset3 .pane3 .text .inner {
  width: 86.5%;
  position: relative;
  left: 0;
  -webkit-transition: left 0.8s;
  -moz-transition: left 0.8s;
  transition: left 0.8s;
  font-size: 17px;
  line-height: 145%;
}
#home-tabset3 .pane3 .text h4 {
  font-size: 18px;
  font-weight: 500;
  line-height: 110%;
  color: #0d2c40;
  text-transform: uppercase;
  margin-bottom: 13px;
}
#home-tabset3 .pane3 .text h3 {
  font-size: 32px;
  font-weight: 800;
  line-height: 110%;
  margin-bottom: 25px;
  color: #02d35f;
}
#home-tabset3 .pane3 .text p {
  padding: 0;
  margin-bottom: 28px;
}
#home-tabset3 .pane3 .text p .button2 {
  font-size: 17px;
}
#home-tabset3 .pane3 .text ul {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 50px;
  list-style-type: none;
}
#home-tabset3 .pane3 .text ul li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 3px;
}
#home-tabset3 .pane3 .text ul li:before {
  display: inline-block;
  vertical-align: top;
  font-family: 'FontAwesome';
  font-size: 9px;
  content: "\f04d";
  color: #02a49c;
}
#home-tabset3 .pane3 .tab-video {
  float: right;
  width: 41.5%;
  padding-top: 90px;
  padding-bottom: 60px;
}
#home-tabset3 .pane3 .tab-video .tab-video-inner {
  width: 92.5%;
  position: relative;
  right: 0;
  -webkit-transition: right 0.8s;
  -moz-transition: right 0.8s;
  transition: right 0.8s;
}
#home-tabset3 .pane3 .tab-video .tab-video-inner a.tab-video-teaser {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 59%;
  background-size: cover;
  margin-bottom: 40px;
}
#home-tabset3 .pane3 .tab-video .tab-video-inner a.tab-video-teaser span {
  display: block;
  position: absolute;
  width: 88%;
  left: 6%;
  bottom: 0;
  background: transparent url(/assets/img/video-teaser-bg.png) left top repeat;
  min-height: 85px;
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  color: white;
  text-decoration: none;
  padding: 18px 18px 18px 85px;
}
#home-tabset3 .pane3 .tab-video .tab-video-inner .button3 {
  width: 48%;
  padding-left: 3px;
  padding-right: 3px;
}
#home-tabset3 .pane3 .tab-video .tab-video-inner .button4 {
  width: 48%;
  padding-left: 3px;
  padding-right: 3px;
  float: right;
  background-color: #02d35f;
  color: white;
}
#home-tabset3 .pane3.active {
  z-index: 2;
  opacity: 1;
  -webkit-transition: opacity 1s 0.8s;
  -moz-transition: opacity 1s 0.8s;
  transition: opacity 1s 0.8s;
}
#home-tabset3 .pane3.active .text .inner {
  left: 13.5%;
  -webkit-transition: left 1s 0.8s;
  -moz-transition: left 1s 0.8s;
  transition: left 1s 0.8s;
}
#home-tabset3 .pane3.active .tab-video .tab-video-inner {
  right: 7.5%;
  -webkit-transition: right 1s 0.8s;
  -moz-transition: right 1s 0.8s;
  transition: right 1s 0.8s;
}
#home-tabset4 .pane4 {
  display: none;
}
#home-tabset4 .pane4.active {
  display: block;
}
#home-tabset4 .discover-more {
  background-color: #0d2c40;
  color: white;
  font-weight: 700;
  line-height: 100%;
  font-size: 22px;
  text-align: center;
  padding: 13px 5%;
  border-bottom: 3px solid white;
}
#home-tabset4 .green-more {
  background-color: #02d35f;
  display: table;
  width: 100%;
  table-layout: fixed;
  margin-bottom: 80px;
}
#home-tabset4 .green-more a {
  display: table-cell;
  vertical-align: middle;
  width: 33.33%;
  border-left: 3px solid white;
  text-align: center;
  color: white;
  text-decoration: none;
  padding: 19px;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
}
#home-tabset4 .green-more a strong {
  display: block;
  width: 100%;
  font-size: 24px;
  line-height: 120%;
}
#home-tabset4 .green-more a:hover {
  text-decoration: none;
}
#home-tabset4 .green-more a:first-child {
  border: 0;
}
.testimonials-introduction {
  padding: 0 6.4%;
  color: #0d2c40;
  text-align: center;
  margin-bottom: 60px;
  font-size: 30px;
  font-weight: 800;
  line-height: 110%;
}
#testimonials {
  width: 100%;
  max-width: 1400px;
  text-align: center;
  position: relative;
  overflow: hidden;
  padding: 0 6.1% 85px 6.1%;
}
#testimonials a {
  color: #0d2c40;
}
#testimonials a:hover {
  text-decoration: none;
}
#testimonials .item {
  margin-bottom: 30px;
}
#testimonials ul {
  list-style: none outside none;
  padding-left: 0;
  margin: 0;
}
#testimonials p.img {
  margin: 0;
  padding: 0;
  min-height: 65px;
  padding-bottom: 5px;
}
#testimonials p.img img {
  display: block;
  vertical-align: middle;
  margin: 0 auto;
}
#testimonials p.blurb {
  padding: 0;
  margin-bottom: 25px;
}
#testimonials p.byline {
  font-size: 18px;
  padding: 0;
  margin-bottom: 12px;
}
#testimonials p.vid-link {
  display: inline-block;
  font-size: 16px;
  background: transparent url(/assets/img/green_play.png) left top no-repeat;
  padding-left: 30px;
}
#testimonials p.vid-link a,
#testimonials p.vid-link span {
  color: #02d35f;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
}
#testimonials p.vid-link.no-play {
  background-image: none;
}
#testimonials .content-slider li {
  font-size: 15px;
}
#testimonials .lSSlideWrapper {
  position: static;
}
#testimonials .lSAction > a {
  width: 39px;
  height: 52px;
  margin-top: -120px;
  z-index: 2;
  top: 58%;
}
#testimonials .lSAction > .lSPrev {
  background: transparent url('../img/carousel_btn_left.png') left top no-repeat;
  left: -1px;
}
#testimonials .lSAction > .lSNext {
  background: transparent url('../img/carousel_btn_right.png') left top no-repeat;
  right: -4px;
}
#testimonials .lSSlideOuter .lSPager.lSpg {
  display: none;
}
.posts {
  width: 100%;
  text-align: center;
  padding-bottom: 82px;
}
.posts a.quarter {
  display: inline-block;
  vertical-align: top;
  width: 24.2%;
  height: 230px;
  margin: 0 0.4% 8px 0.4%;
  color: white;
}
.posts a.quarter .tagline {
  background-size: cover;
  display: block;
  width: 100%;
  height: 200px;
  position: relative;
  font-size: 16px;
}
.posts a.quarter .tagline span {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
  padding: 0 10%;
  left: 0;
  right: 0;
}
.posts a.quarter .more {
  display: block;
  width: 100%;
  height: 30px;
  background-color: #02d35f;
  font-weight: 500;
  font-size: 15px;
  text-align: center;
  padding-top: 5px;
}
.posts a.quarter:hover {
  text-decoration: none;
}
.strat-partners {
  padding: 53px 3% 45px 3%;
  text-align: center;
}
.strat-partners h3 {
  font-weight: 800;
  font-size: 29px;
  padding: 0;
  margin-bottom: 37px;
  color: #0d2c40;
}
.strat-partners ul {
  list-style-type: none;
  text-align: center;
  -moz-text-align-last: justify;
  text-align-last: justify;
  margin: 0;
  padding: 0;
}
.strat-partners li {
  display: inline;
}
.strat-partners li.clear1,
.strat-partners li.clear2,
.strat-partners li.clear3 {
  display: none;
  clear: both;
}
.strat-partners a {
  display: inline-block;
  vertical-align: top;
  width: 29px;
  height: 35px;
}
.strat-partners ul li a:hover {
  background-position: left -40px;
}
.strat-partners .amazon a {
  background: transparent url(/assets/img/partners/amazon.png) left top no-repeat;
  width: 66px;
  height: 35px;
  margin-top: 6px;
}
.strat-partners .cisco a {
  background: transparent url(/assets/img/partners/cisco.png) left top no-repeat;
  width: 47px;
  height: 35px;
  margin-top: 4px;
}
.strat-partners .dell a {
  background: transparent url(/assets/img/partners/dell.png) left top no-repeat;
  width: 36px;
  height: 35px;
}
.strat-partners .fujitsu a {
  background: transparent url(/assets/img/partners/fujitsu.png) left top no-repeat;
  width: 48px;
  height: 35px;
  margin-top: 5px;
}
.strat-partners .hitachi a {
  background: transparent url(/assets/img/partners/hitachi.png) left top no-repeat;
  width: 70px;
  height: 35px;
  margin-top: 12px;
}
.strat-partners .hp a {
  background: transparent url(/assets/img/partners/hp.png) left top no-repeat;
  width: 75px;
  height: 35px;
  margin-top: 3px;
}
.strat-partners .ibm a {
  background: transparent url(/assets/img/partners/ibm.png) left top no-repeat;
  width: 46px;
  height: 35px;
  margin-top: 8px;
}
.strat-partners .intel a {
  background: transparent url(/assets/img/partners/intel.png) left top no-repeat;
  width: 38px;
  height: 35px;
  margin-top: 5px;
}
.strat-partners .lenovo a {
  background: transparent url(/assets/img/partners/lenovo.png) left top no-repeat;
  width: 69px;
  height: 35px;
  margin-top: 8px;
}
.strat-partners .mariadb a {
  background: transparent url(/assets/img/partners/mariadb.png) left top no-repeat;
  width: 69px;
  height: 35px;
  margin-top: 6px;
}
.strat-partners .ms a {
  background: transparent url(/assets/img/partners/ms.png) left top no-repeat;
  width: 73px;
  height: 35px;
  margin-top: 7px;
}
.strat-partners .oracle a {
  background: transparent url(/assets/img/partners/oracle.png) left top no-repeat;
  width: 66px;
  height: 35px;
  margin-top: 10px;
}
.strat-partners .sap a {
  background: transparent url(/assets/img/partners/sap.png) left top no-repeat;
  width: 45px;
  height: 35px;
  margin-top: 2px;
}
.strat-partners .sgi a {
  background: transparent url(/assets/img/partners/sgi.png) left top no-repeat;
  width: 35px;
  height: 35px;
}
.strat-partners .unisys a {
  background: transparent url(/assets/img/partners/unisys.png) left top no-repeat;
  width: 55px;
  height: 35px;
  margin-top: 5px;
}
.strat-partners .vmware a {
  background: transparent url(/assets/img/partners/vmware.png) left top no-repeat;
  width: 70px;
  height: 35px;
  margin-top: 8px;
}
.strat-partners .wso2 a {
  background: transparent url(/assets/img/partners/wso2.png) left top no-repeat;
  width: 45px;
  height: 35px;
  margin-top: 5px;
}
@media screen and (max-width: 1000px) {
  .strat-partners li.clear1 {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .strat-partners li.clear2 {
    display: block;
  }
}
@media screen and (max-width: 340px) {
  .strat-partners li.clear3 {
    display: block;
  }
}
#lookBookModal .modal-dialog {
  width: 1150px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#lookBookModal .modal-dialog iframe {
  max-width: 100%;
  background: black url(/assets/img/loading.gif) 50% 50% no-repeat;
}
@media screen and (max-width: 1200px) {
  #home-carousel .item-inner .item-inner2 {
    background-color: rgba(255,255,255,0.7);
  }
  #home-carousel .carousel-caption p {
    text-shadow: 0px 0px 2px rgba(0,0,0,0.33);
  }
  #home-carousel .carousel-caption p a {
    text-shadow: none;
  }
  #home-carousel .carousel-caption .orange {
    color: #ff8700;
  }
  #home-tabset3 .pane3 .tab-video .tab-video-inner a.tab-video-teaser span {
    background: transparent url("/assets/img/video-teaser-bg.png") -5px -7px no-repeat;
    font-size: 17px;
    min-height: 72px;
    padding: 11px 14px 11px 78px;
  }
}
@media screen and (max-width: 992px) {
  #home-tabset3 .pane3 .tab-video .tab-video-inner a.tab-video-teaser span {
    background: transparent url("/assets/img/video-teaser-bg.png") -9px -14px no-repeat;
    font-size: 14px;
    font-weight: 500;
    min-height: 60px;
    padding: 5px 10px 5px 70px;
  }
  #home-tabset2 {
    min-height: 378px;
  }
  #home-tabset2 .pane2 {
    height: 378px;
  }
  #home-tabset2 .pane2 .text {
    height: 373px;
  }
  #home-tabset2 .pane2 .graphic-container {
    height: 378px;
  }
  #home-tabset2 .pane2 .graphic-container .graphic {
    height: 378px;
    top: 378px;
  }
  #home-tabset2 .pane2.active .graphic-container .graphic {
    top: 47px;
  }
}
@media screen and (max-width: 768px) {
  #home-carousel .item-inner .item-inner2 {
    background-color: rgba(255,255,255,0.7);
  }
  #home-carousel .carousel-inner > .item {
    height: 320px;
  }
  #home-carousel .carousel-inner > .item .item-inner {
    background-position: center center !important;
  }
  #home-carousel .carousel-caption {
    top: 45px;
    left: 35px;
    right: 35px;
    text-align: center;
  }
  #home-carousel .carousel-caption p {
    font-size: 14px;
    line-height: 120%;
    padding-bottom: 15px;
  }
  #home-carousel .carousel-caption p.last {
    padding-top: 0;
  }
  #home-carousel .carousel-caption p.last .button-clear {
    background-color: #02d35f;
    color: white;
    padding-left: 20px;
    padding-right: 20px;
  }
  #home-carousel .carousel-caption h1,
  #home-carousel .carousel-caption h2 {
    font-size: 54px;
    line-height: 102%;
    letter-spacing: -4px;
  }
  #home-carousel .carousel-control {
    top: 200px;
    width: 30px;
    height: 39px;
  }
  #home-carousel .carousel-control.right,
  #home-carousel .carousel-control.left {
    background-position: center center;
  }
  #home-carousel .open-stack .carousel-caption {
    top: 35px;
  }
  #home-carousel .open-stack .carousel-caption h1,
  #home-carousel .open-stack .carousel-caption h2 {
    font-size: 48px;
    letter-spacing: -2px;
    margin-bottom: 10px;
  }
  #home-carousel.de-de .data-explosion .carousel-caption h1,
  #home-carousel.de-de .data-explosion .carousel-caption h2 {
    font-size: 40px;
    letter-spacing: -2px;
  }
  #home-carousel.de-de .data-explosion .carousel-caption p {
    max-width: none;
  }
  #home-carousel.es-es .carousel-caption {
    top: 35px;
  }
  #home-carousel.es-es .carousel-caption h1,
  #home-carousel.es-es .carousel-caption h2 {
    font-size: 54px;
    letter-spacing: -4px;
  }
  #home-carousel.es-es .data-explosion .carousel-caption {
    top: 25px;
    max-width: none;
  }
  #home-carousel.es-es .data-explosion .carousel-caption h1,
  #home-carousel.es-es .data-explosion .carousel-caption h2 {
    font-size: 36px;
    letter-spacing: -2px;
  }
  #home-carousel.es-es .sle .carousel-caption h1,
  #home-carousel.es-es .sle .carousel-caption h2 {
    letter-spacing: -5px;
  }
  #home-carousel.fr-fr .carousel-caption {
    top: 35px;
  }
  #home-carousel.fr-fr .carousel-caption h1,
  #home-carousel.fr-fr .carousel-caption h2 {
    font-size: 54px;
  }
  #home-carousel.fr-fr .data-explosion .carousel-caption {
    top: 35px;
    max-width: none;
  }
  #home-carousel.fr-fr .data-explosion .carousel-caption h1,
  #home-carousel.fr-fr .data-explosion .carousel-caption h2 {
    font-size: 54px;
  }
  #home-carousel.zh-cn .data-explosion .carousel-caption {
    max-width: none;
    top: 35px;
  }
  #home-carousel.zh-cn .data-explosion .carousel-caption h1,
  #home-carousel.zh-cn .data-explosion .carousel-caption h2 {
    font-size: 54px;
    letter-spacing: -2px;
  }
  #home-carousel.zh-cn .sap-solutions .carousel-caption h2 span.blue {
    display: block;
  }
  #home-carousel.ja-jp .carousel-caption {
    top: 35px;
  }
  #home-carousel.ja-jp .carousel-caption h1,
  #home-carousel.ja-jp .carousel-caption h2 {
    font-size: 54px;
    letter-spacing: -2px;
  }
  #home-carousel.pt-br .carousel-caption {
    top: 30px;
  }
  #home-carousel.pt-br .carousel-caption h1,
  #home-carousel.pt-br .carousel-caption h2 {
    font-size: 44px;
    letter-spacing: -2px;
  }
  #home-carousel.pt-br .data-explosion .carousel-caption p {
    max-width: none;
  }
  #testimonials .lSAction > a {
    width: 30px;
    height: 39px;
  }
  #testimonials .lSAction > .lSNext,
  #testimonials .lSAction > .lSPrev {
    background-position: center center;
  }
  #home-tabs {
    display: none;
  }
  .mobile-tab {
    display: block;
    background-color: #a0ff5f;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    line-height: 110%;
    padding-top: 4px;
    border-top: 1px solid white;
    color: white;
  }
  .mobile-tab .mobile-tab-inner {
    border-top: 1px solid white;
    padding: 9px 5px 6px 5px;
    background-color: #02d35f;
  }
  .mobile-tab .mobile-tab-inner strong {
    display: block;
    font-size: 17px;
    font-weight: 800;
    padding-bottom: 2px;
  }
  .mobile-tab.active {
    background-color: #02d35f;
  }
  .mobile-tab.active .mobile-tab-inner {
    background-color: #0d2c40;
  }
  #home-tabset2 {
    margin-bottom: 60px;
    width: 100%;
  }
  #home-tabset2 .pane2 {
    display: block;
    height: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    -webkit-transition: height 0.5s;
    -moz-transition: height 0.5s;
    transition: height 0.5s;
  }
  #home-tabset2 .pane2 .text {
    display: block;
    height: auto;
    font-size: 13px;
    line-height: 125%;
    padding-top: 10px;
    width: 100%;
  }
  #home-tabset2 .pane2 .text .inner {
    left: 0;
    width: 100%;
    padding: 0 5%;
    text-align: center;
  }
  #home-tabset2 .pane2 .text .inner h3 {
    font-size: 23px;
    line-height: 105%;
  }
  #home-tabset2 .pane2 .text .inner p {
    padding: 0;
    margin-bottom: 15px;
  }
  #home-tabset2 .pane2 .text .inner p.mobile {
    display: block;
    margin: 0;
  }
  #home-tabset2 .pane2 .text .inner p.mobile a.button-clear {
    background-color: #02d35f;
    color: white;
    width: 100%;
    padding: 6px 3px;
    font-size: 14px;
  }
  #home-tabset2 .pane2 .graphic-container {
    height: 130px;
    padding: 15px;
    float: none;
    display: block;
  }
  #home-tabset2 .pane2 .graphic-container .graphic {
    display: block;
    opacity: 0;
    width: 100%;
    height: 100px;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    background-position: center center !important;
    background-size: contain !important;
    -webkit-transition: opacity 0.6s ease-in;
    -moz-transition: opacity 0.6s ease-in;
    transition: opacity 0.6s ease-in;
  }
  #home-tabset2 .pane2 .mobile-lookbook {
    display: block;
  }
  #home-tabset2 .pane2.active {
    height: auto;
  }
  #home-tabset2 .pane2.active .text {
    -webkit-transition: opacity 0.6s ease-in;
    -moz-transition: opacity 0.6s ease-in;
    transition: opacity 0.6s ease-in;
  }
  #home-tabset2 .pane2.active .text .inner {
    left: 0;
  }
  #home-tabset2 .pane2.active .graphic-container .graphic {
    top: 0;
    opacity: 1;
    -webkit-transition: opacity 0.6s ease-in;
    -moz-transition: opacity 0.6s ease-in;
    transition: opacity 0.6s ease-in;
  }
  #home-tabset3 {
    display: none;
  }
  #home-tabset4 .green-more a {
    display: block;
    border-left: 0;
    border-bottom: 3px solid white;
    width: 100%;
  }
  #home-tabset4 .green-more a:first-child {
    border-bottom: 3px solid white;
  }
  .testimonials-introduction {
    font-size: 27px;
  }
  .posts a.quarter {
    width: 48.4%;
  }
}
@media screen and (max-width: 440px) {
  #home-carousel .carousel-inner > .item {
    height: 205px;
  }
  #home-carousel .carousel-caption {
    top: 30px;
    left: 25px;
    right: 25px;
  }
  #home-carousel .carousel-caption p {
    font-size: 12px;
    line-height: 120%;
    padding-bottom: 10px;
  }
  #home-carousel .carousel-caption h1,
  #home-carousel .carousel-caption h2 {
    font-size: 32px;
    line-height: 100%;
    letter-spacing: -2px;
  }
  #home-carousel .carousel-control {
    top: 140px;
    width: 24px;
    height: 32px;
  }
  #home-carousel .open-stack .carousel-caption {
    top: 30px;
  }
  #home-carousel .open-stack .carousel-caption h1,
  #home-carousel .open-stack .carousel-caption h2 {
    font-size: 30px;
    letter-spacing: -1px;
  }
  #home-carousel.de-de .data-explosion .carousel-caption {
    top: 20px;
  }
  #home-carousel.de-de .data-explosion .carousel-caption h1,
  #home-carousel.de-de .data-explosion .carousel-caption h2 {
    font-size: 20px;
    letter-spacing: -1px;
  }
  #home-carousel.de-de .data-explosion .carousel-caption p.last .button-clear {
    font-size: 14px;
    padding: 8px 20px;
  }
  #home-carousel.es-es .carousel-caption {
    top: 25px;
  }
  #home-carousel.es-es .carousel-caption h1,
  #home-carousel.es-es .carousel-caption h2 {
    font-size: 28px;
  }
  #home-carousel.es-es .data-explosion .carousel-caption {
    top: 20px;
  }
  #home-carousel.es-es .data-explosion .carousel-caption h1,
  #home-carousel.es-es .data-explosion .carousel-caption h2 {
    font-size: 20px;
    letter-spacing: -1px;
  }
  #home-carousel.es-es .data-explosion .carousel-caption p.last .button-clear {
    font-size: 14px;
    padding: 8px 20px;
  }
  #home-carousel.fr-fr .carousel-caption {
    top: 25px;
  }
  #home-carousel.fr-fr .carousel-caption h1,
  #home-carousel.fr-fr .carousel-caption h2 {
    font-size: 28px;
    letter-spacing: -2px;
  }
  #home-carousel.fr-fr .data-explosion .carousel-caption {
    top: 20px;
    max-width: none;
  }
  #home-carousel.fr-fr .data-explosion .carousel-caption h1,
  #home-carousel.fr-fr .data-explosion .carousel-caption h2 {
    font-size: 26px;
  }
  #home-carousel.fr-fr .data-explosion .carousel-caption p.last .button-clear {
    font-size: 14px;
    padding: 8px 20px;
  }
  #home-carousel.zh-cn .data-explosion .carousel-caption {
    top: 25px;
  }
  #home-carousel.zh-cn .data-explosion .carousel-caption h1,
  #home-carousel.zh-cn .data-explosion .carousel-caption h2 {
    font-size: 26px;
    letter-spacing: -2px;
  }
  #home-carousel.ja-jp .carousel-caption {
    top: 25px;
  }
  #home-carousel.ja-jp .carousel-caption h1,
  #home-carousel.ja-jp .carousel-caption h2 {
    font-size: 28px;
    letter-spacing: -2px;
  }
  #home-carousel.pt-br .carousel-caption {
    top: 25px;
  }
  #home-carousel.pt-br .carousel-caption h1,
  #home-carousel.pt-br .carousel-caption h2 {
    font-size: 26px;
    letter-spacing: -2px;
  }
  #testimonials .lSAction > a {
    width: 24px;
    height: 32px;
  }
  .discover-more {
    font-size: 18px;
    line-height: 105%;
    font-weight: 700;
  }
  #home-tabset4 .green-more {
    margin-bottom: 40px;
  }
  #home-tabset4 .green-more a {
    padding: 10px;
    font-size: 14px;
  }
  #home-tabset4 .green-more a strong {
    font-size: 18px;
  }
  .testimonials-introduction {
    font-size: 24px;
    margin-bottom: 25px;
  }
  .testimonials-hr {
    display: block;
    width: 60%;
    border-bottom: 2px solid #02d35f;
    margin: 0 auto 20px auto;
  }
  .posts a.quarter {
    width: 96.8%;
  }
}
.lang-select {
  display: none;
}
.cs-banner {
  display: none;
}
.cs-banner .cs-banner-pad {
  padding: 0 6.4%;
}
.cs-banner a.cs-background {
  display: block;
  width: 100%;
  background-color: #02d35f;
  text-align: center;
  padding: 70px 0 60px 0;
}
.cs-banner a.cs-background .cs-text {
  display: inline-block;
  margin: 0 auto;
  color: rgba(255,255,255,0.4);
  font-weight: 500;
  font-size: 40px;
}
.strat-partners-big .standard-pad a {
  border: 2px solid #02d35f;
}
.strat-partners-big .standard-pad .spec a {
  background: white url(/assets/img/company/Spec_logo.png) center -136px no-repeat;
}
.strat-partners-big .standard-pad .ha a {
  background: white url(/assets/img/company/Ha.png) center -136px no-repeat;
}
.strat-partners-big .standard-pad .oin a {
  background: white url(/assets/img/company/Open_Invention_Network.png) center -136px no-repeat;
}
.strat-partners-big .standard-pad .oci a {
  background: white url(/assets/img/company/OpenContainerInitiativeLogo.png) center -136px no-repeat;
}
.strat-partners-big .standard-pad .od a {
  background: white url(/assets/img/company/OpenDaylightLogo.png) center -136px no-repeat;
}
.strat-partners-big .standard-pad .onfv a {
  background: white url(/assets/img/company/OpenNFV.png) center -136px no-repeat;
}
.strat-partners-big .standard-pad .omp a {
  background: white url(/assets/img/company/OpenMainframeProjectLogo.png) center -136px no-repeat;
}
.strat-partners-big .standard-pad .os a {
  background: white url(/assets/img/company/OpenStackLogo.png) center -136px no-repeat;
}
.strat-partners-big .standard-pad .osuse a {
  background: white url(/assets/img/company/OpenSUSE_logo.png) center -136px no-repeat;
}
.strat-partners-big .standard-pad .xen a {
  background: white url(/assets/img/company/Xen.png) center -136px no-repeat;
}
.strat-partners-big .standard-pad .cf a {
  background: white url(/assets/img/company/CloudFoundry.png) center -136px no-repeat;
}
.strat-partners-big .standard-pad .obs a {
  background: white url(/assets/img/company/OpenBuildService.png) center -136px no-repeat;
}
.strat-partners-big .standard-pad .lf a {
  background: white url(/assets/img/company/LinuxFoundationLogo.png) center -136px no-repeat;
}
.strat-partners-big .standard-pad .kvm a {
  background: white url(/assets/img/company/Kvm.png) center -136px no-repeat;
}
.strat-partners-big .standard-pad .iovp a {
  background: white url(/assets/img/company/IOVisorProject.png) center -136px no-repeat;
}
.strat-partners-big .standard-pad .hpc3 a {
  background: white url(/assets/img/company/HPC3.png) center -136px no-repeat;
}
.strat-partners-big .standard-pad .eda a {
  background: white url(/assets/img/company/Eda_logo.png) center -136px no-repeat;
}
.strat-partners-big .standard-pad .uefi a {
  background: white url(/assets/img/company/Uefi_logo.png) center -136px no-repeat;
}
.strat-partners-big .standard-pad .ceph a {
  background: white url(/assets/img/company/Ceph_logo.png) center -136px no-repeat;
}
.strat-partners-big .standard-pad .gno a {
  background: white url(/assets/img/company/Gnome.png) center -136px no-repeat;
}
.strat-partners-big .standard-pad .gnu a {
  background: white url(/assets/img/company/gnu.png) center -136px no-repeat;
}
.strat-partners-big .standard-pad .qemu a {
  background: white url(/assets/img/company/qemu.png) center -136px no-repeat;
}
.strat-partners-big .standard-pad .odca  a {
  background: white url(/assets/img/company/open-data-center.png) center -136px no-repeat;
}
.strat-partners-big .standard-pad .sw a {
  background: white url(/assets/img/company/spacewalk-white.png) center -136px no-repeat;
}
.strat-partners-big .standard-pad .moz a {
  background: white url(/assets/img/company/mozilla-foundation.png) center -136px no-repeat;
}
.strat-partners-big .standard-pad .yast a {
  background: white url(/assets/img/company/yast.png) center -136px no-repeat;
}
.strat-partners-big .standard-pad .xorg a {
  background: white url(/assets/img/company/xorg.png) center -136px no-repeat;
}
.strat-partners-big .standard-pad .ov a {
  background: white url(/assets/img/company/openVirtualization.png) center -136px no-repeat;
}
.strat-partners-big .standard-pad .samba a {
  background: white url(/assets/img/company/samba.png) center -136px no-repeat;
}
.strat-partners-big .standard-pad .intel2 a {
  background: white url(/assets/img/partners/intel2.png) center -136px no-repeat;
}
.product-ctas .cta-pad {
  padding: 0 6.4% 90px 6.4%;
}
.product-ctas .cta-pad .row-table {
  text-align: center;
  width: 100%;
  display: table;
  table-layout: fixed;
  font-size: 13px;
  font-weight: 500;
}
.product-ctas .cta-pad .row-table .cell {
  color: #fff;
  display: table-cell;
  position: relative;
}
.product-ctas .cta-pad .row-table .cell.cell1 {
  background-color: #0d2c40;
}
.product-ctas .cta-pad .row-table .cell.cell2 {
  background-color: #029584;
}
.product-ctas .cta-pad .row-table .cell.cell3 {
  background-color: #58595b;
}
.product-ctas .cta-pad .row-table .cell .cell-content {
  padding: 55px 40px 120px 30px;
  max-width: 400px;
  margin: 0 auto;
}
.product-ctas .cta-pad .row-table .cell .cell-content h4 {
  font-size: 24px;
  padding-bottom: 50px;
}
.product-ctas .cta-pad .row-table .cell .cell-content ul {
  list-style-type: square;
  text-align: left;
  padding-bottom: 50px;
}
.product-ctas .cta-pad .row-table .cell .cell-content ul li {
  padding: 6px;
}
.product-ctas .cta-pad .row-table .cell .cell-content a {
  color: #02d15f;
  color: white;
}
.product-ctas .cta-pad .row-table .cell .cell-content a:hover {
  color: white;
}
.product-ctas .cta-pad .row-table .cell .cell-content a.button-clear {
  border-color: white;
  text-decoration: none;
  color: #02d35f;
}
.product-ctas .cta-pad .row-table .cell .cell-content a.button {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 60px;
  color: #02d35f;
  font-weight: 700;
  width: 65%;
  max-width: 250px;
  margin: 0 auto;
}
.product-ctas .cta-pad .row-table .cell .cell-content a.button:hover {
  text-decoration: none;
}
.product-ctas .cta-pad .row-table .cell .cell-content a.button:hover .btn-secondary {
  color: #fff;
}
.product-ctas .cta-pad .row-table .cell .cell-content a.button .btn-secondary {
  border: 3px solid #ffffff;
  border-radius: unset;
  padding: 10px 30px;
  width: 100%;
  white-space: normal;
}
footer {
  color: white;
  font-size: 14px;
}
.footer {
  background-color: #5f5f5f;
  padding: 18px 4.1% 6px 4.1%;
}
.footer .social {
  padding-top: 11px;
  float: right;
  text-align: right;
  margin-left: 3.6%;
}
.footer .social ul {
  padding: 0;
  margin: 0;
}
.footer .social ul li {
  display: inline-block;
  margin-left: 2px;
}
.footer .social ul li:hover {
  background-color: white;
}
.footer .social ul li:first-child {
  margin: 0;
}
.footer .logo {
  float: left;
  width: 30%;
}
.footer .logo a {
  float: left;
  margin-right: 6%;
  margin-bottom: 25px;
}
.footer .foot-nav {
  padding-top: 22px;
  float: right;
}
.footer .foot-nav ul {
  margin: 0;
  padding: 0;
}
.footer .foot-nav ul li {
  display: inline-block;
  padding: 0px 16px;
}
.footer .foot-nav ul li a {
  color: white;
  font-weight: 500;
}
.footer .foot-nav ul li:first-child {
  padding-left: 0;
}
.footer .foot-nav ul li:last-child {
  padding-right: 0;
}
.footer .phone {
  padding-top: 12px;
  font-weight: 500;
}
.footer .copy {
  clear: both;
  float: right;
  font-size: 10px;
  margin-right: 10px;
}
.pt-br .footer .foot-nav ul li,
.es-es .footer .foot-nav ul li {
  padding: 0 5px;
}
.pt-br .footer .foot-nav ul li:first-child,
.es-es .footer .foot-nav ul li:first-child {
  padding-left: 0;
}
.pt-br .footer .foot-nav ul li:last-child,
.es-es .footer .foot-nav ul li:last-child {
  padding-right: 0;
}
.pt-br .footer .logo {
  width: 34%;
}
@media screen and (max-width: 1200px) {
  .footer .social {
    margin-left: 2.6%;
  }
  .footer .logo {
    width: 22%;
  }
  .footer .logo a {
    margin: 0;
  }
  .footer .pt-br .footer .logo {
    width: 22%;
  }
  .footer .phone {
    float: none;
    clear: left;
    padding-top: 5px;
  }
  .footer .foot-nav ul li {
    padding: 0 10px;
  }
  .footer .copy {
    position: relative;
    top: -35px;
  }
}
@media screen and (max-width: 992px) {
  .product-ctas .content_container .row .row-table {
    margin: 0 auto;
    width: 100%;
  }
  .product-ctas .content_container .row .row-table .cell {
    display: block;
    width: 100%;
  }
  .product-ctas .content_container .row .row-table .cell .cell-content {
    padding: 40px;
    max-width: 490px;
    margin: 0 auto;
  }
  .product-ctas .content_container .row .row-table .cell .cell-content h4 {
    padding-bottom: 25px;
  }
  .product-ctas .content_container .row .row-table .cell .cell-content a.button {
    display: inline-block;
    position: static;
    width: auto;
  }
  footer {
    padding-bottom: 0;
  }
  .footer {
    padding: 26px 4% 25px 4%;
  }
  .footer .social {
    float: none;
    margin: 0 auto;
    text-align: center;
    padding: 0px 0px 15px;
  }
  .footer .social ul li {
    margin-left: 3%;
  }
  .footer .foot-nav {
    display: none;
  }
  .footer .logo {
    float: none;
    width: 100%;
  }
  .footer .logo a {
    display: none;
  }
  .footer .phone {
    position: static;
    text-align: center;
    padding: 0px 0px 15px;
  }
  .footer .phone .number {
    padding: 10px 0px;
  }
  .footer .phone .number span {
    display: block;
    font-size: 20px;
  }
  .footer .copy {
    text-align: center;
    float: none;
    margin: 0 auto;
    top: auto;
  }
  .pt-br .footer .logo {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .product-ctas .cta-pad {
    padding: 0 0 80px 0;
  }
  .product-ctas .content_container .row .row-table .cell .cell-content {
    padding: 25px 5%;
  }
  .product-ctas .content_container .row .row-table .cell .cell-content h4 {
    padding-bottom: 15px;
  }
  .product-ctas .content_container .row .row-table .cell .cell-content ul {
    padding-bottom: 20px;
  }
  .product-ctas .content_container .row .row-table .cell .cell-content ul li {
    padding: 3px;
  }
}
@media screen and (max-width: 768px) {
  .product-ctas .content_container .row .row-table .cell .cell-content h4 {
    font-size: 20px;
  }
}
.product-banner .banner {
  height: 464px;
  overflow: visible;
}
.product-banner .banner .text {
  padding-top: 87px;
  width: 550px;
}
.product-banner .banner .text h2,
.product-banner .banner .text h1.small {
  font-size: 23px;
  font-weight: 500;
  margin-bottom: 23px;
  padding: 0;
}
.product-banner .banner .text h1.tagline,
.product-banner .banner .text h2.big.tagline {
  font-size: 43px;
  font-weight: 800;
  line-height: 115%;
  padding: 0;
  margin-bottom: 30px;
}
.product-banner .banner .text p.last {
  float: left;
  text-align: center;
}
.product-banner .banner .text p.last .button-clear {
  margin-bottom: 10px;
}
.product-banner .banner .text p.last span.fine {
  font-weight: 700;
  font-size: 11px;
}
.product-banner .banner .purple {
  color: #821680;
}
.product-banner .banner .navy {
  color: #0d2c40;
}
.product-banner .banner .pink {
  color: #de0080;
}
.banner .banner-inner {
  width: 100%;
  height: 100%;
  padding: 0 6.4%;
}
.product-nav .product-nav-row1 {
  padding: 30px 6.4% 22px 6.4%;
  background-color: #0d2c40;
  color: white;
  display: table;
  width: 100%;
}
.product-nav .product-nav-row1 h2 {
  display: table-cell;
  vertical-align: top;
  font-size: 24px;
  padding: 10px 0 25px 0;
  margin: 0;
  font-weight: 500;
  letter-spacing: -1px;
}
.product-nav .product-nav-row1 h2 a {
  color: #23cf5f;
  text-decoration: none;
}
.product-nav .product-nav-row1 h2 a:hover {
  text-decoration: underline;
}
.product-nav .product-nav-row1 .other-links {
  display: table-cell;
  vertical-align: top;
  text-align: right;
}
.product-nav .product-nav-row1 .button-clear {
  display: inline-block;
  vertical-align: top;
  margin-left: 8px;
  color: white;
  border-color: white;
  margin-bottom: 8px;
}
.product-nav .product-nav-row1 .button-clear.current {
  background-color: white;
  color: #0d2c40;
}
.product-nav .product-nav-row1 a.subnav-anchor {
  display: block;
  margin-top: 20px;
}
.product-nav .product-nav-row2 {
  display: table;
  table-layout: fixed;
  width: 100%;
  position: relative;
  margin-top: -10px;
}
.product-nav .product-nav-row2 a {
  display: table-cell;
  padding-top: 10px;
  vertical-align: top;
  color: white;
  font-size: 23px;
  font-weight: 700;
  -webkit-transition: color 0.5s, padding-top 0.5s, font-size 0.5s;
  -moz-transition: color 0.5s, padding-top 0.5s, font-size 0.5s;
  transition: color 0.5s, padding-top 0.5s, font-size 0.5s;
}
.product-nav .product-nav-row2 a span.tab {
  display: block;
  border: 1px solid white;
  margin-left: -1px;
  background-color: #a0ff5f;
  padding-top: 9px;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  transition: background-color 0.5;
}
.product-nav .product-nav-row2 a span.tab span.tab-inner {
  display: block;
  border-top: 1px solid white;
  height: 77px;
  background-color: #02d35f;
  text-align: center;
  padding-top: 25px;
  -webkit-transition: background-color 0.5s, height 0.5s, padding-top 0.5s;
  -moz-transition: background-color 0.5s, height 0.5s, padding-top 0.5s;
  transition: background-color 0.5s, height 0.5s, padding-top 0.5s;
}
.product-nav .product-nav-row2 a:first-child span.tab {
  margin-left: 0;
  border-left: 0;
}
.product-nav .product-nav-row2 a:last-child span.tab {
  border-right: 0;
}
.product-nav .product-nav-row2 a:hover {
  text-decoration: none;
}
.product-nav .product-nav-row2 a:focus,
.product-nav .product-nav-row2 a:active {
  outline: 0;
}
.product-nav .product-nav-row2 a.current {
  padding-top: 0;
  color: #0d2c40;
  font-size: 30px;
  line-height: 100%;
}
.product-nav .product-nav-row2 a.current span.tab {
  background-color: #02d35f;
  border-bottom: 1px solid #dcddde;
}
.product-nav .product-nav-row2 a.current span.tab span.tab-inner {
  background-color: #dcddde;
  height: 87px;
  padding-top: 30px;
}
.tab-content {
  display: none;
}
.tab-content .tab-inner {
  opacity: 0;
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.tab-content.current .tab-inner {
  opacity: 1;
}
.tab-content.active {
  display: block;
}
#tab-content {
  overflow: hidden;
  -webkit-transition: height 0.25s ease;
  -moz-transition: height 0.25s ease;
  transition: height 0.25s ease;
  position: relative;
  background-color: #dcddde;
}
.product-content .product-content-area {
  background-color: #dcddde;
  padding: 83px 6.4% 50px 6.4%;
  color: #0d2c40;
  font-size: 16px;
  line-height: 155%;
}
.product-stories {
  padding-top: 85px;
}
.product-features {
  padding: 85px 6.4% 65px 6.4%;
  text-align: center;
}
.product-features .product-feature {
  text-align: center;
  font-size: 14px;
  line-height: 150%;
  color: #666666;
}
.product-features .product-feature .product-feature-graphic {
  height: 166px;
  margin-bottom: 35px;
}
.product-features .product-feature h4 {
  color: #0d2c40;
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 30px;
  line-height: 130%;
}
.product-tech .standard-pad {
  padding-bottom: 50px;
}
.product-tech .version {
  position: absolute;
  top: 0;
  right: 6.4%;
  padding: 5px 10px;
  background-color: #029484;
  text-transform: uppercase;
  color: white;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
}
.product-tech .version strong {
  display: block;
  font-size: 50px;
  font-weight: 700;
  line-height: 90%;
  padding-bottom: 5px;
}
.product-tech a {
  color: #0d2c40;
  text-decoration: underline;
}
.product-tech ul {
  list-style-type: none;
  padding: 0;
  margin: 0 0 25px 0;
}
.product-tech ul li {
  line-height: 120%;
  margin-bottom: 10px;
}
.product-tech .col-md-3 {
  padding-bottom: 30px;
}
.product-resource .col-md-3 {
  padding-bottom: 30px;
}
.product-faqs h4 {
  margin-bottom: 25px;
}
.product-faqs .col-sm-6 {
  padding-bottom: 20px;
}
.product-faqs .col-sm-6 a {
  text-decoration: underline;
}
.standard-pad {
  background-color: #dcddde;
  padding: 83px 6.4% 85px 6.4%;
  color: #0d2c40;
  font-size: 16px;
  line-height: 155%;
  position: relative;
}
.standard-pad h3 {
  font-size: 32px;
  margin-bottom: 33px;
  font-weight: 700;
  font-size: 18px;
}
.standard-pad h3 a {
  color: #0d2c40;
  text-decoration: none;
}
.standard-pad strong.bullets {
  display: block;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 700;
  padding: 12px 0 10px 0;
}
.standard-pad .product-content-text {
  float: left;
  width: 46%;
  padding-bottom: 20px;
}
.standard-pad .product-content-text ul {
  font-weight: 500;
  font-size: 17px;
  margin-bottom: 15px;
  padding-left: 10px;
  list-style-type: none;
}
.standard-pad .product-content-text ul li {
  line-height: 120%;
  padding-left: 0.8em;
  text-indent: -0.75em;
  margin-bottom: 10px;
}
.standard-pad .product-content-text ul li:before {
  display: inline-block;
  vertical-align: top;
  font-family: 'FontAwesome';
  font-size: 9px;
  content: "\f04d";
  color: #a7a9ac;
  width: 1.2em;
  text-align: center;
  margin-right: 2px;
}
.standard-pad .product-content-text.centered {
  float: none;
  width: 60%;
  margin: 0 auto;
}
.standard-pad .product-video {
  float: right;
  width: 46%;
  text-align: center;
}
.standard-pad .product-video a.video-link {
  display: block;
  width: 100%;
  padding-bottom: 59.26%;
  margin-bottom: 25px;
  position: relative;
}
.standard-pad .product-video a.video-link span {
  display: block;
  position: absolute;
  width: 88%;
  left: 6%;
  bottom: 0;
  height: 85px;
  font-weight: 700;
  font-size: 19px;
  line-height: 130%;
  color: white;
  text-decoration: none;
  padding: 22px 0 0 0;
  text-align: center;
  background: transparent url(/assets/img/video-teaser-bg.png) left bottom repeat;
}
.standard-pad .product-video a.video-link span span {
  display: inline-block;
  position: relative;
  height: auto;
  left: auto;
  bottom: auto;
  margin: 0 auto;
  padding: 9px 20px 13px 65px;
  background: transparent url(/assets/img/btn_play.png) left top no-repeat;
  width: auto;
}
.standard-pad .product-video img {
  display: block;
  margin: 0 auto;
}
.standard-pad .product-video a.other-content-link {
  display: block;
  width: 100%;
  max-height: 400px;
  text-align: center;
  margin-bottom: 40px;
  color: #0d2c40;
  font-weight: 700;
}
.standard-pad .product-video a.other-content-link img {
  max-width: 100%;
  max-height: 300px;
  display: block;
  margin: 0 auto;
}
.standard-pad .product-video a.button-clear {
  margin: 0 auto;
}
.standard-pad.white-bg {
  background-color: white;
}
.standard-pad.white-bg a {
  text-decoration: underline;
}
a.show-more {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  background-color: #02d35f;
  text-align: center;
  padding: 25px 6.4% 10px 6.4%;
  border-top: 1px solid white;
}
a.show-more span {
  display: inline-block;
  margin: 0 auto;
  height: 60px;
  background: transparent url(/assets/img/clickme.png) -5px 1px no-repeat;
  padding: 15px 0 0 50px;
  color: white;
  font-weight: 700;
  font-size: 16px;
}
a.show-more span.hide {
  display: none;
}
a.show-more:hover {
  text-decoration: none;
}
a.show-more:active,
a.show-more:focus {
  outline: 0;
}
#more-features {
  display: none;
}
#more-features .product-video {
  text-align: left;
}
.product-banner.product-banner-oldvers .banner {
  padding: 0 6.4% 60px 6.4%;
  height: auto;
}
.product-banner.product-banner-oldvers .banner .text {
  text-align: center;
  width: 100%;
  font-size: 17px;
}
.product-banner.product-banner-oldvers .banner .text h1 {
  margin-bottom: 20px;
}
.product-banner.product-banner-oldvers .banner .text p.last {
  float: none;
  display: inline-block;
  margin: 20px auto 0 auto;
}
.promo-features.product-features-oldvers .features-table .feature {
  padding-bottom: 115px;
}
.promo-features.product-features-oldvers .features-table .feature .feature-icon {
  margin-bottom: 10px;
}
.promo-features.product-features-oldvers .features-table .feature a.button-clear {
  width: 65%;
}
.promo-summary.product-summary .summary {
  padding-left: 15%;
  padding-right: 15%;
}
.promo-summary.product-summary .summary p {
  padding-left: 9.5%;
  padding-right: 9.5%;
}
.product-subpage-content {
  color: #0d2c40;
}
.product-subpage-content h3 {
  background-color: #58595b;
  text-align: center;
  color: white;
  padding: 20px 6.4%;
  font-size: 32px;
  font-weight: 800;
  line-height: 100%;
}
.product-subpage-content h4 {
  background-color: #e3e4e5;
  text-align: center;
  color: #0d2c40;
  padding: 15px 6.4%;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 40px;
}
.product-subpage-content h5 {
  font-size: 31px;
  font-weight: 800;
  margin-bottom: 20px;
}
.product-subpage-content strong {
  color: #0d2c40;
  font-size: 17px;
}
.product-subpage-content p {
  padding: 0 9% 25px 11.5%;
  font-size: 16px;
}
.product-subpage-content p a {
  text-decoration: underline;
}
.product-subpage-content .col-md-6 {
  color: #666666;
  font-size: 16px;
  line-height: 135%;
  padding: 0 9% 40px 2%;
}
.product-subpage-content .col-md-6.first {
  padding-left: 11.5%;
  padding-right: 2%;
}
.product-subpage-content .col-md-6 a {
  text-decoration: underline;
}
.product-subpage-content .col-md-6 a.document {
  text-decoration: none;
}
.product-subpage-content .col-md-6 p {
  padding: 0 0 25px 0;
}
.product-subpage-content .col-md-6 ul,
.product-subpage-content .col-md-12 ul {
  padding-bottom: 15px;
  padding-top: 15px;
  list-style-type: none;
}
.product-subpage-content .col-md-6 ul li,
.product-subpage-content .col-md-12 ul li {
  padding-left: 0;
  text-indent: -0.55em;
  margin-bottom: 3px;
}
.product-subpage-content .col-md-6 ul li a,
.product-subpage-content .col-md-12 ul li a {
  text-decoration: underline;
}
.product-subpage-content .col-md-6 ul li:before,
.product-subpage-content .col-md-12 ul li:before {
  display: block;
  float: left;
  position: relative;
  left: -10px;
  width: 1em;
  vertical-align: top;
  font-family: 'FontAwesome';
  font-size: 9px;
  content: "\f04d";
  color: #a7a9ac;
}
.product-subpage-content .col-md-6 ul ul,
.product-subpage-content .col-md-12 ul ul {
  padding-top: 0;
  padding-bottom: 0;
}
.product-subpage-content .col-md-12.flattop {
  padding-top: 0;
}
@media (max-width: 991px) {
  .product-subpage-content .col-md-6 {
    padding: 0 11.5% 40px 11.5%;
  }
}
.product-subpage-content .col-md-3 {
  color: #666666;
  font-size: 16px;
  line-height: 135%;
  padding-bottom: 20px;
}
.product-subpage-content table {
  width: 88%;
  margin: 0 6% 75px 6%;
  clear: both;
}
.product-subpage-content table tr:nth-child(even) {
  background-color: #eeeeee;
}
.product-subpage-content table td,
.product-subpage-content table th {
  text-align: center;
}
.product-subpage-content table td:first-child,
.product-subpage-content table th:first-child {
  text-align: left;
  padding-left: 6%;
}
.product-subpage-content table th {
  color: #0d2c40;
  font-size: 17px;
  font-weight: 700;
  padding-bottom: 12px;
}
.product-subpage-content table td {
  font-size: 15px;
  padding: 7px 8px 6px;
  border-right: 1px solid #e3e4e5;
  color: #666666;
}
.product-subpage-content table td ul {
  text-align: left;
}
.product-subpage-content table td strong {
  font-weight: 500;
}
.product-subpage-content table td:last-child {
  border: 0;
}
.product-subpage-content table .orange-dot {
  display: inline-block;
  vertical-align: bottom;
  width: 17px;
  height: 17px;
  background-color: #ed6906;
  border-radius: 9px;
}
table.support-table {
  width: 100%;
}
table.support-table tr:nth-child(odd) {
  background-color: #eeeeee;
}
table.support-table tr:nth-child(odd) td:first-child {
  border-right: 2px solid white;
}
table.support-table tr:nth-child(even) {
  background-color: white;
}
table.support-table tr:nth-child(even) td:first-child {
  border-right: 2px solid #eeeeee;
}
table.support-table tr:first-child {
  background-color: #5f5f5f;
}
table.support-table tr:first-child th {
  color: white;
}
table.support-table th,
table.support-table td {
  height: 45px;
  text-align: left;
  border: 0;
  padding: 10px 3% 10px 4%;
  color: #666666;
  position: relative;
}
table.support-table td {
  font-size: 14px;
  line-height: 125%;
}
table.support-table td strong {
  font-size: 14px;
  font-weight: 500;
  color: #666666;
}
table.support-table td:first-child,
table.support-table th:first-child {
  padding-right: 25px;
  padding-left: 2%;
}
table.support-table span.self,
table.support-table span.standard,
table.support-table span.priority {
  display: inline-block;
  padding: 5px 0 5px 38px;
  background: transparent url(/assets/img/sprite-support.png) left 4px no-repeat;
}
table.support-table span.self {
  background: transparent url(/assets/img/sprite-support.png) left -76px no-repeat;
}
table.support-table span.priority {
  background: transparent url(/assets/img/sprite-support.png) left -38px no-repeat;
}
span.ttip {
  background-color: #02d35f;
  width: 24px;
  height: 24px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  border-radius: 12px;
  text-align: center;
  color: white;
  position: absolute;
  right: 4px;
  top: calc(50% - 12px);
}
.product-subpage-content.t4 {
  font-size: 16px;
  line-height: 150%;
}
.product-subpage-content.t4 a {
  text-decoration: underline;
}
.product-subpage-content.t4 a.button-clear {
  text-decoration: none;
}
.product-subpage-content.t4 .col-md-12 {
  padding: 35px 19.5% 40px 19.5%;
}
.product-subpage-content.t4 .col-md-12 p {
  padding-left: 0;
  padding-right: 0;
}
.product-subpage-content.t4 .col-md-6 {
  color: #0d2c40;
  padding: 0 11.5% 40px 5%;
  line-height: 150%;
}
.product-subpage-content.t4 .col-md-6.first {
  padding-right: 0;
  padding-left: 11.5%;
}
.product-subpage-content.t4 select {
  border: 2px solid #0d2c40;
  padding: 2px 40px 1px 15px;
  height: 48px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: white url(/assets/img/icon-darr-blue.png) right top no-repeat;
  color: #0d2c40;
  font-size: 15px;
  font-weight: 500;
}
.product-subpage-content.t4 select::-ms-expand {
  display: none;
}
.video-preview {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 59%;
  background-size: cover;
  margin-bottom: 40px;
}
.video-preview span.title {
  display: block;
  display: table;
  vertical-align: middle;
  position: absolute;
  width: 88%;
  min-height: 85px;
  left: 6%;
  bottom: 0;
  background: transparent url(/assets/img/video-teaser-bg.png) left top repeat;
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  color: white;
  text-decoration: none;
  padding: 10px 18px 10px 85px;
}
.video-preview span.title span {
  display: table-cell;
  vertical-align: middle;
  height: 65px;
}
a.document {
  display: block;
  width: 100%;
  padding: 150px 6% 32px 6%;
  background-color: #0d2c40;
  color: white;
  text-align: center;
  margin-bottom: 40px;
  background: #0d2c40 url(/assets/img/icon-document02.png) center 38px no-repeat;
}
a.document span.title {
  display: block;
  font-weight: 700;
  font-size: 17px;
  text-decoration: none;
  margin-bottom: 25px;
}
a.document span.button-clear {
  border-color: white;
}
.product-subpage-content.t4 a.document {
  text-decoration: none;
}
a.document.webinar {
  background: #0d2c40 url(/assets/img/icon-movie.png) center 38px no-repeat;
}
.product-subpage-content.faqs {
  padding-bottom: 60px;
}
.product-subpage-content.faqs h3 {
  margin-bottom: 75px;
}
.product-subpage-content.faqs .col-md-12 {
  padding-left: 11.5%;
  padding-right: 9%;
}
.product-subpage-content.resources {
  padding-bottom: 60px;
}
.product-subpage-content.resources h3 {
  margin-bottom: 75px;
}
.product-subpage-content.resources ul {
  list-style-type: none;
  padding: 15px 0 0 0;
  margin-bottom: 30px;
}
.product-subpage-content.resources ul li {
  margin-bottom: 10px;
}
.product-subpage-content.resources .row > div {
  padding: 0 6.4%;
}
.product-subpage-content.resources-long .col-md-6 ul li,
.product-subpage-content.resources-long .col-md-12 ul li {
  margin-bottom: 40px;
}
.product-subpage-content.resources-long .col-md-6 ul li a,
.product-subpage-content.resources-long .col-md-12 ul li a {
  color: #23cf5f;
  text-decoration: none;
  font-weight: 700;
  font-size: 17px;
}
.product-subpage-content.resources-long .col-md-12 {
  padding-left: 11.5%;
  padding-right: 9%;
}
.product-resource ul {
  list-style-type: none;
  padding: 0;
  margin-bottom: 20px;
}
.product-resource ul li {
  margin-bottom: 12px;
  line-height: 135%;
}
.product-resource ul li a {
  color: #00c081;
}
body .ui-widget {
  font-family: inherit;
  font-size: 15px;
  letter-spacing: -1px;
}
body .ui-tooltip.support {
  border: 0;
  padding: 20px 25px 25px 25px;
}
body .ui-corner-all.support {
  border-radius: 0;
}
body .ui-widget-content.support {
  background-color: #5f5f5f;
  background-image: none;
  color: white;
  text-align: center;
}
.support .arrow:after {
  background: #5f5f5f;
}
.support .arrow {
  width: 50px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  margin-left: -35px;
  bottom: -16px;
}
.support .arrow.top {
  top: -16px;
  bottom: auto;
}
.support .arrow.left {
  right: 6%;
}
.support .arrow:after {
  content: "";
  position: absolute;
  left: 20px;
  top: -20px;
  width: 25px;
  height: 25px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.support .arrow.top:after {
  bottom: -20px;
  top: auto;
}
.product-nav.download-product-nav .product-nav-row2 a {
  font-size: 23px;
  line-height: 100%;
}
.product-nav.download-product-nav .product-nav-row2 a span.tab span.tab-inner {
  padding-top: 0;
  display: table;
  width: 100%;
}
.product-nav.download-product-nav .product-nav-row2 a span.tab span.tab-inner span.tab-inner2 {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.product-nav.download-product-nav .product-nav-row2 a.current {
  font-size: 28px;
  line-height: 100%;
}
.product-nav.download-product-nav .product-nav-row2 a.current span.tab span.tab-inner {
  padding-top: 10px;
}
.product-nav.download-product-nav #tab-content .tab-inner {
  text-align: center;
}
.product-nav.download-product-nav #tab-content .tab-inner .download-product-product {
  width: 24%;
  margin: 0 4% 40px 4%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  text-align: center;
}
.product-nav.download-product-nav #tab-content .tab-inner .download-product-product img {
  display: block;
  margin: 0 auto 20px auto;
}
.product-nav.download-product-nav #tab-content .tab-inner .download-product-product a.cover {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.download-features .product-features {
  background-color: #0d2c40;
  color: white;
  padding-bottom: 40px;
  padding-top: 70px;
}
.download-features .product-features .product-feature {
  color: white;
  padding-left: 4.5%;
  padding-right: 4.5%;
}
.download-features .product-features .product-feature h4 {
  color: white;
}
.download-features .product-features .product-feature .product-feature-graphic {
  height: 136px;
}
.howtobuy .standard-pad {
  background-color: white;
  padding-top: 45px;
  padding-bottom: 0;
}
.howtobuy .standard-pad strong {
  font-weight: 700;
}
.howtobuy .standard-pad strong a {
  color: #02d35f;
  text-decoration: none;
}
.howtobuy .standard-pad strong a:hover {
  text-decoration: underline;
}
.howtobuyv2 .howtobuyv2-pad {
  background-color: white;
  padding: 50px 12.2% 0 12.2%;
  font-size: 16px;
  line-height: 150%;
}
.howtobuyv2 .howtobuyv2-pad p {
  padding-left: 0;
  padding-right: 0;
}
.howtobuyv2 .howtobuyv2-pad .col-md-6 {
  line-height: 150%;
  padding-left: 4%;
  padding-right: 15px;
  padding-bottom: 25px;
}
.howtobuyv2 .howtobuyv2-pad .col-md-6.first {
  padding-left: 15px;
  padding-right: 4%;
}
.howtobuyv2 .howtobuyv2-pad .col-md-12 {
  padding-bottom: 15px;
}
.howtobuyv2 .howtobuyv2-pad .notice {
  background-color: #dcddde;
  color: #0d2c40;
  padding: 30px 7.4% 5px;
  font-size: 13px;
  line-height: 135%;
}
.howtobuyv2 .howtobuyv2-pad .notice p {
  font-size: 13px;
  line-height: 135%;
}
.howtobuyv2 .standard-pad {
  background-color: white;
}
.howtobuyv2 .standard-pad .howtobuyv2-table {
  clear: both;
  width: 100%;
  margin: 0;
}
.howtobuyv2 .standard-pad .howtobuyv2-table th {
  background-color: #0d2c40;
  color: white;
  padding-top: 14px;
  padding-bottom: 14px;
}
.howtobuyv2 .standard-pad .howtobuyv2-table th h3 {
  background-color: transparent;
  font-size: 27px;
  font-weight: 700;
  text-align: left;
  margin: 0;
  padding: 0;
}
.howtobuyv2 .standard-pad .howtobuyv2-table th .button-clear {
  float: right;
  padding: 7px 30px;
}
.howtobuyv2 .standard-pad .howtobuyv2-table th:last-child {
  padding-right: 3%;
}
.howtobuyv2 .standard-pad .howtobuyv2-table td {
  font-weight: 500;
  color: #666666;
  padding: 7px 6px 6px 6px;
}
.howtobuyv2 .standard-pad .howtobuyv2-table td:first-child,
.howtobuyv2 .standard-pad .howtobuyv2-table th:first-child {
  padding-left: 5.6%;
}
.product-cs-banner .cs-banner-pad {
  padding-bottom: 60px;
}
@media screen and (max-width: 1200px) {
  .banner .banner-inner {
    background-color: rgba(255,255,255,0.75);
  }
  .product-nav .product-nav-row1 .button-clear {
    padding: 8px 20px;
  }
  .product-nav .product-nav-row2 a {
    font-size: 21px;
  }
  .product-nav .product-nav-row2 a.current {
    font-size: 27px;
  }
  .standard-pad .product-video a.video-link span {
    padding-top: 5px;
    height: 65px;
    font-size: 17px;
    line-height: 125%;
  }
  .standard-pad .product-video a.video-link span span {
    min-height: 51px;
    padding: 10px 0 0 70px;
    display: block;
    background-position: 10px 5px;
    text-align: left;
  }
}
@media screen and (max-width: 992px) {
  .product-subpage-content.t4 .col-md-12 {
    padding-left: 10%;
    padding-right: 10%;
  }
  .product-subpage-content.t4 .col-md-6,
  .product-subpage-content.t4 .col-md-6.first {
    padding: 0 10% 25px 10%;
  }
  .product-subpage-content.t4 .col-md-6 ul,
  .product-subpage-content.t4 .col-md-12 ul {
    padding-top: 0;
    padding-top: 10px;
    padding-bottom: 0;
    padding-bottom: 5px;
  }
  .product-subpage-content.resources-long .col-md-6 {
    padding: 0 5% 20px 5%;
  }
  .product-subpage-content.resources-long .col-md-6.first {
    padding: 0 5% 0 5%;
  }
  .product-subpage-content.resources-long .col-md-6 ul,
  .product-subpage-content.resources-long .col-md-12 ul {
    padding-top: 0;
    padding-bottom: 25px;
  }
  .product-subpage-content.resources-long .col-md-6.first ul {
    padding-bottom: 0;
  }
}
.all-products-banner .standard-pad {
  padding: 60px 6.4% 30px 6.4%;
  background-color: white;
}
.all-products-banner .standard-pad h1 {
  display: inline-block;
  font-size: 43px;
  margin-bottom: 15px;
}
.all-products-banner .standard-pad select {
  float: right;
  border: 3px solid #02d35f;
  height: 50px;
  font-size: 17px;
  font-weight: 700;
  background-color: white;
  color: #00c081;
  padding: 3px 40px 3px 20px;
  margin: 0 0 20px 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: white url(/assets/img/icon-darr-green.png) 93.5% 20px no-repeat;
}
.all-products-banner .standard-pad .apb {
  border-bottom: 2px solid #0d2c40;
  padding-bottom: 25px;
}
.all-products .standard-pad {
  background-color: white;
  padding: 40px 4%;
}
.all-products .standard-pad .product {
  display: inline-block;
  vertical-align: top;
  width: 45%;
  margin: 0 2.5% 45px 2.5%;
}
.all-products .standard-pad .product .img {
  float: left;
  width: 23%;
  padding-right: 3%;
}
.all-products .standard-pad .product .content {
  margin-left: 23%;
}
.all-products .standard-pad .product h2 {
  font-size: 17px;
  line-height: 135%;
  font-weight: bold;
  margin-bottom: 5px;
}
.all-products .standard-pad .product p {
  padding-bottom: 25px;
}
.all-products .standard-pad .product a.button-clear {
  width: 48%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 10px;
}
.all-products .standard-pad .product a.button-clear.button-clear2 {
  background-color: #02d35f;
  color: white;
}
.all-products .standard-pad .product a.button-clear:first-child {
  margin-right: 2%;
}
@media screen and (max-width: 992px) {
  .all-products .standard-pad .product a.button-clear {
    width: 75%;
  }
}
@media screen and (max-width: 768px) {
  .product-banner .banner {
    height: auto;
    min-height: 320px;
    background-position: center center !important;
    background-size: contain !important;
  }
  .product-banner .banner .text {
    width: 100%;
    padding: 67px 5% 0 5%;
    text-align: center;
  }
  .product-banner .banner .text h2 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .product-banner .banner .text h1.tagline {
    font-size: 33px;
    margin-bottom: 20px;
  }
  .product-banner .banner .text p.last {
    float: none;
    margin: 0 auto;
  }
  .product-banner .banner .text p.last .button-clear {
    padding: 8px 20px;
    font-size: 14px;
  }
  .banner .banner-inner {
    background-color: rgba(255,255,255,0.85);
    height: auto;
    min-height: 320px;
    padding: 0;
  }
  .product-nav .product-nav-row1 h2 {
    vertical-align: middle;
    padding: 10px 0;
    line-height: 125%;
    width: 50%;
  }
  .product-nav .product-nav-row1 .other-links {
    vertical-align: middle;
    padding-left: 8px;
  }
  .product-nav .product-nav-row1 .button-clear {
    display: block;
    margin-left: 0;
  }
  .product-nav .product-nav-row2 a {
    font-size: 16px;
    font-weight: 500;
  }
  .product-nav .product-nav-row2 a span.tab span.tab-inner {
    padding-top: 19px;
    height: 63px;
  }
  .product-nav .product-nav-row2 a.current {
    font-size: 19px;
    font-weight: 700;
    letter-spacing: -1px;
  }
  .product-nav .product-nav-row2 a.current span.tab span.tab-inner {
    padding-top: 25px;
    height: 73px;
  }
  .product-content .product-content-area {
    padding: 40px 5%;
  }
  .standard-pad {
    padding: 40px 5%;
  }
  .standard-pad strong.bullets {
    padding-top: 0;
    padding-bottom: 5px;
  }
  .standard-pad h3 {
    margin-bottom: 20px;
  }
  .standard-pad .product-content-text {
    float: none;
    width: 100%;
  }
  .standard-pad .product-video {
    float: none;
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
  }
  .product-tech .col-md-3 {
    padding-bottom: 5px;
  }
  .product-faqs .col-md-6 {
    padding-bottom: 5px;
  }
  .product-faqs h4 {
    margin-bottom: 10px;
  }
  .product-resource .col-md-3 {
    padding-bottom: 15px;
  }
  .product-resource ul {
    margin-bottom: 10px;
  }
  .product-features {
    padding: 20px 5% 0 5%;
  }
  .product-features .product-feature {
    margin-bottom: 20px;
  }
  .product-features .product-feature h4 {
    margin-bottom: 10px;
  }
  .product-features .product-feature p {
    padding-bottom: 10px;
  }
  .product-features .product-feature .product-feature-graphic {
    margin-bottom: 10px;
  }
  .product-stories {
    padding-top: 20px;
  }
  .product-stories .testimonials-introduction {
    font-size: 24px;
    padding: 0 5%;
    margin-bottom: 20px;
  }
  .product-stories #testimonials {
    padding-bottom: 0;
  }
  .product-banner .banner .text {
    padding-top: 50px;
  }
  .product-banner .banner .text h2,
  .product-banner .banner .text h1.small {
    font-size: 18px;
    margin-bottom: 18px;
  }
  .product-banner .banner .text h1.tagline,
  .product-banner .banner .text h2.big.tagline {
    font-size: 33px;
  }
  .product-banner.product-banner-oldvers .banner {
    padding: 0 5% 30px 5%;
    min-height: 0;
  }
  .product-banner.product-banner-oldvers .banner .text h2,
  .product-banner.product-banner-oldvers .banner .text h1.small {
    font-size: 18px;
    margin-bottom: 18px;
  }
  .product-banner.product-banner-oldvers .banner .text h1.tagline,
  .product-banner.product-banner-oldvers .banner .text h2.big.tagline {
    font-size: 33px;
  }
  .product-banner.product-banner-oldvers .banner .text p {
    font-size: 14px;
  }
  .product-banner.product-banner-oldvers .banner .text p.last {
    margin-top: 0;
    padding-bottom: 0;
  }
  .promo-features.product-features-oldvers .features-table .feature {
    display: block;
    width: 100%;
    padding: 20px 5% 30px 5%;
    border-left: 0;
    border-bottom: 2px solid white;
  }
  .promo-features.product-features-oldvers .features-table .feature .feature-icon {
    height: 95px;
  }
  .promo-features.product-features-oldvers .features-table .feature h4 {
    margin-bottom: 20px;
  }
  .promo-features.product-features-oldvers .features-table .feature a.button-clear {
    bottom: 25px;
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    margin: 0 auto;
    width: auto;
    padding: 10px 40px;
  }
  .promo-summary.product-summary .summary {
    padding: 40px 10%;
  }
  .product-subpage-content .col-md-3 {
    line-height: 125%;
  }
  .product-subpage-content h3 {
    font-size: 24px;
  }
  .product-subpage-content h4 {
    margin-bottom: 20px;
  }
  .product-subpage-content p {
    padding-bottom: 20px;
  }
  .product-subpage-content table {
    margin: 0 5% 40px 5%;
    width: 90%;
  }
  .product-subpage-content table th {
    font-size: 16px;
    line-height: 110%;
  }
  .product-subpage-content table td {
    font-size: 14px;
    line-height: 125%;
  }
  .product-subpage-content table td p {
    font-size: 14px;
    line-height: 125%;
  }
  .product-subpage-content table td,
  .product-subpage-content table th {
    padding: 2px 4px;
  }
  .product-subpage-content table td:first-child,
  .product-subpage-content table th:first-child {
    padding: 2px 4px 2px 10px;
  }
  .product-subpage-content table .orange-dot {
    vertical-align: middle;
  }
  .product-subpage-content.howtobuy .col-md-12 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .product-subpage-content.howtobuy p {
    padding: 0 0 20px 0;
  }
  .product-subpage-content.t4 .col-md-12 {
    padding: 40px 5% 25px 5%;
  }
  .product-subpage-content.t4 .col-md-6,
  .product-subpage-content.t4 .col-md-6.first {
    padding: 0 5% 25px 5%;
  }
  .product-subpage-content.t4 .col-md-6 ul,
  .product-subpage-content.t4 .col-md-12 ul {
    padding-top: 0;
    padding-top: 10px;
    padding-bottom: 0;
    padding-bottom: 5px;
  }
  .product-subpage-content.faqs {
    padding-bottom: 20px;
  }
  .product-subpage-content.faqs h3 {
    margin-bottom: 40px;
  }
  .product-subpage-content.faqs .col-md-12 {
    padding: 0 5% 25px 5%;
  }
  .product-subpage-content.faqs .col-md-6,
  .product-subpage-content.faqs .col-md-6.first {
    padding: 0 5% 25px 5%;
  }
  .product-subpage-content.faqs .col-md-6 ul,
  .product-subpage-content.faqs .col-md-12 ul {
    padding-top: 10px;
    padding-bottom: 5px;
  }
  .product-subpage-content.resources {
    padding-bottom: 20px;
  }
  .product-subpage-content.resources .row > div {
    padding: 0 5%;
  }
  .product-subpage-content.resources h3 {
    margin-bottom: 40px;
  }
  .product-subpage-content.resources ul {
    padding-top: 8px;
    margin-bottom: 15px;
  }
  .product-subpage-content.resources ul li {
    margin-bottom: 5px;
  }
  .product-subpage-content.resources-long h4 {
    margin-bottom: 30px;
    font-size: 18px;
  }
  .product-subpage-content.resources-long .col-md-6 ul li,
  .product-subpage-content.resources-long .col-md-12 ul li {
    margin-bottom: 15px;
  }
  .product-subpage-content.resources-long .col-md-6 ul li a,
  .product-subpage-content.resources-long .col-md-12 ul li a {
    font-weight: 500;
  }
  table.support-table th,
  table.support-table td {
    padding-right: 22px;
    padding-left: 5px;
    height: 60px;
    font-size: 13px;
    letter-spacing: -1px;
  }
  table.support-table th strong,
  table.support-table td strong {
    font-size: 13px;
  }
  table.support-table span.self,
  table.support-table span.standard,
  table.support-table span.priority {
    display: inline-block;
    padding: 6px 0 6px 30px;
    line-height: 125%;
  }
  .video-preview span.title {
    font-size: 18px;
    line-height: 130%;
    padding-top: 5px;
    padding-bottom: 5px;
    background-position: left -8px;
  }
  .howtobuyv2 .howtobuyv2-pad {
    padding: 40px 5% 0 5%;
  }
  .howtobuyv2 .howtobuyv2-pad .col-md-12 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .howtobuyv2 .howtobuyv2-pad .col-md-6,
  .howtobuyv2 .howtobuyv2-pad .col-md-6.first {
    padding: 0 0 20px 0;
  }
  .howtobuyv2 .standard-pad .howtobuyv2-table th h3 {
    font-size: 20px;
    line-height: 130%;
  }
  .all-products .standard-pad {
    padding: 20px 6.4% 0 6.4%;
  }
  .all-products .standard-pad .product {
    display: block;
    width: 100%;
    margin: 0 0 30px 0;
  }
  .all-products .standard-pad .product .img {
    float: left;
    width: 23%;
    padding-right: 3%;
  }
  .all-products .standard-pad .product .content {
    margin-left: 23%;
  }
  .all-products .standard-pad .product h2 {
    font-size: 16px;
    line-height: 135%;
    margin-bottom: 5px;
  }
  .all-products .standard-pad .product p {
    padding-bottom: 15px;
  }
  .all-products .standard-pad .product a.button-clear {
    width: 48%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 10px;
  }
  .all-products .standard-pad .product a.button-clear:first-child {
    margin-right: 2%;
  }
  .all-products-banner .standard-pad {
    padding: 40px 6.4% 20px 6.4%;
    text-align: center;
  }
  .all-products-banner .standard-pad h1 {
    font-size: 33px;
    margin-bottom: 25px;
  }
  .all-products-banner .standard-pad select {
    float: none;
    display: block;
    margin: 0 auto;
  }
  .all-products-banner .standard-pad .apb {
    padding-bottom: 35px;
  }
}
@media screen and (max-width: 440px) {
  .product-banner .banner {
    height: auto;
    min-height: 200px;
  }
  .product-banner .banner .text {
    padding-top: 52px;
  }
  .product-banner .banner .text h2 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .product-banner .banner .text h1.tagline {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .banner .banner-inner {
    height: auto;
    min-height: 200px;
    background-color: rgba(255,255,255,0.85);
  }
  .product-nav .product-nav-row2 a {
    font-size: 11px;
    line-height: 110%;
    font-weight: 300;
  }
  .product-nav .product-nav-row2 a span.tab span.tab-inner {
    padding-top: 12px;
    height: 40px;
  }
  .product-nav .product-nav-row2 a.current {
    font-size: 13px;
    line-height: 110%;
    font-weight: 500;
    letter-spacing: -1px;
  }
  .product-nav .product-nav-row2 a.current span.tab span.tab-inner {
    padding-top: 17px;
    height: 50px;
  }
  .standard-pad .product-video a.video-link span {
    font-size: 14px;
    line-height: 125%;
  }
  .standard-pad .product-video a.video-link span span {
    padding: 8px 0 0 70px;
  }
  a.show-more {
    padding-top: 15px;
    padding-bottom: 0;
  }
  a.show-more span {
    font-weight: 500;
    font-size: 14px;
    line-height: 110%;
  }
  .product-banner .banner .text {
    padding-top: 30px;
  }
  .product-banner .banner .text h2,
  .product-banner .banner .text h1.small {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .product-banner .banner .text h1.tagline,
  .product-banner .banner .text h2.big.tagline {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .product-banner.product-banner-oldvers .banner {
    padding: 0 5% 20px 5%;
    min-height: 0;
  }
  .product-banner.product-banner-oldvers .banner .text h2,
  .product-banner.product-banner-oldvers .banner .text h1.small {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .product-banner.product-banner-oldvers .banner .text h1.tagline,
  .product-banner.product-banner-oldvers .banner .text h2.big.tagline {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .product-banner.product-banner-oldvers .banner .text p {
    font-size: 14px;
  }
  .product-banner.product-banner-oldvers .banner .text p.last {
    margin-top: 0;
    padding-bottom: 0;
  }
  .promo-summary.product-summary .summary {
    padding: 30px 5%;
  }
  .product-subpage-content h3 {
    font-size: 18px;
  }
  .product-subpage-content h4 {
    margin-bottom: 15px;
  }
  .product-subpage-content h5 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .product-subpage-content p {
    padding-bottom: 15px;
  }
  .product-subpage-content table {
    margin: 0 5% 30px 5%;
  }
  .product-subpage-content table th {
    font-size: 14px;
    line-height: 110%;
  }
  .product-subpage-content table td {
    font-size: 12px;
  }
  .product-subpage-content table td:first-child,
  .product-subpage-content table th:first-child {
    padding: 2px 3px 2px 4px;
  }
  table.support-table th,
  table.support-table td {
    padding-right: 22px;
    padding-left: 5px;
    height: 60px;
    font-size: 11px;
  }
  table.support-table th strong,
  table.support-table td strong {
    font-size: 11px;
  }
  table.support-table th:first-child,
  table.support-table td:first-child {
    padding-right: 4px;
    padding-left: 5px;
  }
  table.support-table span.self,
  table.support-table span.standard,
  table.support-table span.priority {
    background-image: none;
    padding: 0;
  }
  .video-preview span.title {
    font-size: 15px;
    line-height: 130%;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 70px;
    background-position: -8px -15px;
    min-height: 75px;
  }
  .video-preview span.title span {
    height: 55px;
  }
  .howtobuyv2 .standard-pad .howtobuyv2-table th h3 {
    font-size: 16px;
    line-height: 130%;
  }
  .howtobuyv2 .standard-pad .howtobuyv2-table td {
    line-height: 130%;
  }
  .all-products .standard-pad {
    padding: 20px 6.4% 0 6.4%;
  }
  .all-products .standard-pad .product {
    margin: 0 0 20px 0;
  }
  .all-products .standard-pad .product .img {
    display: none;
  }
  .all-products .standard-pad .product .content {
    margin-left: 0;
  }
  .all-products .standard-pad .product a.button-clear {
    width: 75%;
    padding: 6px 15px;
    display: block;
  }
  .all-products .standard-pad .product a.button-clear:first-child {
    margin-right: auto;
  }
  .product-tech .version {
    right: 6.4%;
    padding: 6px 4px;
    font-size: 10px;
    line-height: 125%;
  }
  .product-tech .version strong {
    font-size: 20px;
    line-height: 90%;
    padding-bottom: 0;
  }
}
.top-banner.promo {
  padding-top: 139px;
}
.promo-banner .banner {
  min-height: 365px;
  overflow: visible;
  padding: 0;
}
.promo-banner .banner .banner-inner {
  padding: 50px 9.8% 0 9.8%;
  min-height: 365px;
}
.promo-banner .banner .text {
  padding-top: 87px;
  width: 45%;
}
.promo-banner .banner .text h2 {
  font-size: 23px;
  font-weight: 500;
  margin-bottom: 23px;
  padding: 0;
}
.promo-banner .banner .text p.tagline {
  font-size: 43px;
  font-weight: 800;
  line-height: 115%;
  padding: 0;
  margin-bottom: 30px;
}
.promo-banner .banner .text p.last {
  float: left;
  text-align: center;
}
.promo-banner .banner .text p.last .button-clear {
  margin-bottom: 10px;
}
.promo-banner .banner .text p.last span.fine {
  font-weight: 700;
  font-size: 11px;
}
.promo-banner .banner .purple {
  color: #821680;
}
.promo-banner .banner .navy {
  color: #0d2c40;
}
.promo-banner .banner .pink {
  color: #de0080;
}
.promo-banner .banner-caption {
  text-align: left;
  font-size: 16px;
  line-height: 24px;
  top: 82px;
  left: 6%;
  z-index: 1;
  text-shadow: none;
  color: black;
}
.promo-banner .banner-caption p {
  padding-left: 4px;
}
.promo-banner .banner-caption h1 {
  font-size: 16px;
  font-weight: 300;
  padding: 0;
  margin-bottom: 20px;
}
.promo-banner .banner-caption h2 {
  font-weight: 800;
  font-size: 78px;
  line-height: 102%;
  letter-spacing: -6px;
  margin-bottom: 6px;
  width: 65%;
}
.promo-banner .banner-caption h1.big {
  font-weight: 800;
  font-size: 78px;
  line-height: 102%;
  letter-spacing: -6px;
  margin-bottom: 6px;
  width: 65%;
}
.promo-banner .banner-caption h2.small {
  font-size: 16px;
  font-weight: 300;
  padding: 0;
  margin-bottom: 20px;
  letter-spacing: 0;
  line-height: 110%;
}
.promo-banner .banner-caption .orange {
  color: #fd9a2b;
}
.promo-banner .banner-caption .navy {
  color: #0d2c40;
}
.promo-banner .banner-caption .pink {
  color: #de0080;
}
.promo-banner .banner-caption .blue {
  color: #00b2e2;
}
.promo-banner .banner-caption .green-bright {
  color: #02d35f;
}
.promo-banner .banner-caption .turquiose {
  color: #3ddcca;
}
.promo-banner .banner-caption .dark-green {
  color: #00c081;
}
.promo-banner .banner-caption .black {
  color: black;
}
.promo-banner .banner-caption p.last {
  padding-top: 10px;
  padding-left: 6px;
  float: left;
  text-align: center;
}
.promo-banner .banner-caption p.last .button-clear {
  margin-bottom: 10px;
}
.promo-banner .banner-caption p.last span.fine {
  font-size: 11px;
  font-weight: 700;
}
.promo-banner .banner-caption-long h2,
.promo-banner .banner-caption-long h1.big {
  font-size: 62px;
  letter-spacing: -3px;
}
.promo-banner .banner-caption-wide h1,
.promo-banner .banner-caption-wide h2,
.promo-banner .banner-caption-wide h1.big,
.promo-banner .banner-caption-wide h2.small {
  width: 100%;
}
.promo-features .features-table {
  display: table;
  width: 100%;
  background-color: #0d2c40;
  color: white;
  table-layout: fixed;
}
.promo-features .features-table .feature {
  display: table-cell;
  vertical-align: top;
  text-align: center;
  border-top: 1px solid white;
  border-left: 1px solid white;
  padding: 30px 2.5% 100px 2.5%;
  position: relative;
  font-size: 14px;
  font-weight: 300;
}
.promo-features .features-table .feature .feature-icon {
  height: 112px;
}
.promo-features .features-table .feature h4 {
  font-weight: 700;
  font-size: 17px;
  padding: 0;
  margin-bottom: 12px;
}
.promo-features .features-table .feature a.button-clear {
  border-color: white;
  display: inline-block;
  position: absolute;
  bottom: 45px;
  left: 0;
  right: 0;
  width: 70%;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 15px;
}
.promo-features .features-table .feature a.cover {
  position: absolute;
  display: block;
  top: 15px;
  right: 2.5%;
  bottom: 15px;
  left: 2.5%;
}
.promo-features .features-table .feature:first-child {
  border-left: 0;
}
.promo-awards .awards {
  background-color: white;
  padding-top: 80px;
  padding-bottom: 0px;
  text-align: center;
}
.promo-awards .awards .award {
  display: inline-block;
  vertical-align: middle;
  width: 31%;
  padding: 0 2.5%;
  margin-bottom: 30px;
}
.promo-awards .awards .award img {
  display: block;
  margin: 0 auto;
}
.promo-downloads .downloads {
  padding-top: 40px;
  padding-bottom: 25px;
  color: white;
  text-align: center;
}
.promo-downloads .downloads h3 {
  font-weight: 800;
  font-size: 31px;
  margin-bottom: 20px;
  padding: 0;
}
.promo-downloads .downloads a.download {
  display: inline-block;
  vertical-align: top;
  width: 24%;
  margin: 0 1.6% 20px 1.6%;
  color: white;
  line-height: 125%;
}
.promo-downloads .downloads a.download span.download-graphic {
  display: block;
  height: 110px;
  background: transparent url(/assets/img/icon-cloud.png) center center no-repeat;
}
.promo-downloads .downloads a.download strong {
  display: block;
  color: #02d35f;
  margin-bottom: 10px;
}
.promo-downloads .downloads a.download span.description {
  font-size: 14px;
}
.promo-downloads .downloads a.download:hover {
  text-decoration: none;
}
.promo-testimonials .testimonials-introduction {
  margin-bottom: 20px;
}
.promo-testimonials .testimonials {
  background-color: white;
  padding-top: 35px;
  padding-bottom: 65px;
}
.promo-testimonials .testimonials .testimonial {
  text-align: center;
  font-size: 14px;
  line-height: 150%;
  padding-left: 2%;
  padding-right: 2%;
}
.promo-testimonials .testimonials .testimonial .testimonial-graphic {
  height: 85px;
  margin-bottom: 10px;
}
.promo-testimonials .testimonials .testimonial p.byline {
  padding-top: 10px;
  font-size: 17px;
}
.promo-summary .summary {
  padding: 85px 20%;
  text-align: center;
  font-size: 16px;
  line-height: 150%;
}
.promo-summary .summary h2 {
  font-size: 31px;
  font-weight: 800;
  margin-bottom: 40px;
}
.promo-summary .summary h3 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 40px;
}
.promo-summary .summary h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 40px;
}
.cs-banner.promo a.cs-background {
  background-color: #dcddde;
  margin-bottom: 85px;
}
.cs-banner.promo a.cs-background .cs-text {
  color: white;
}
.promo-tabs .empty-tabs {
  border-top: 1px solid white;
  padding-top: 10px;
  border-bottom: 2px solid white;
  background-color: #02d35f;
}
.promo-tabs .tabs {
  width: 100%;
  height: 98px;
  background-color: white;
  overflow: hidden;
}
.promo-tabs .tabs .tabs-container {
  width: 100%;
  display: table;
  table-layout: fixed;
}
.promo-tabs .tabs .tab {
  display: table-cell;
  vertical-align: top;
  padding-top: 10px;
  background-color: white;
  cursor: pointer;
  -webkit-transition: background-color 0.5s, padding-top 0.5s;
  -moz-transition: background-color 0.5s, padding-top 0.5s;
  transition: background-color 0.5s, padding-top 0.5s;
}
.promo-tabs .tabs .tab .tab-inner {
  border-top: 1px solid white;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  background-color: #a0ff5f;
  color: white;
  font-size: 23px;
  line-height: 100%;
  font-weight: 700;
  padding-top: 9px;
  -webkit-transition: background-color 0.5s, font-size 0.5s;
  -moz-transition: background-color 0.5s, font-size 0.5s;
  transition: background-color 0.5, font-size 0.5s;
}
.promo-tabs .tabs .tab .tab-inner.long {
  font-size: 20px;
}
.promo-tabs .tabs .tab .tab-inner .tab-inner2 {
  height: 77px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  background-color: #02d35f;
  text-align: center;
  padding: 1px;
  display: table;
  width: 100%;
  -webkit-transition: background-color 0.5s, height 0.5s, padding-top 0.5s;
  -moz-transition: background-color 0.5s, height 0.5s, padding-top 0.5s;
  transition: background-color 0.5s, height 0.5s, padding-top 0.5s;
}
.promo-tabs .tabs .tab .tab-inner .tab-inner2 .tab-inner3 {
  display: table-cell;
  vertical-align: middle;
}
.promo-tabs .tabs .tab:first-child {
  border-left: 0;
}
.promo-tabs .tabs .tab:last-child {
  border-right: 0;
}
.promo-tabs .tabs .tab:last-child .tab-inner {
  border-right: 0;
}
.promo-tabs .tabs .tab.active {
  padding-top: 0;
  font-size: 29px;
}
.promo-tabs .tabs .tab.active .tab-inner {
  color: #0d2c40;
  background-color: #02d35f;
  font-size: 26px;
  line-height: 100%;
}
.promo-tabs .tabs .tab.active .tab-inner.long {
  font-size: 23px;
}
.promo-tabs .tabs .tab.active .tab-inner .tab-inner2 {
  height: 88px;
  border-bottom: 0;
  background-color: #e3e4e5;
  padding-top: 10px;
}
.promo-tabs #home-tabset2 {
  display: block;
  margin-top: -1px;
  background-color: #e3e4e5;
  width: 100%;
  color: #0d2c40;
  position: relative;
  -webkit-transition: height 0.5s ease-out;
  -moz-transition: height 0.5s ease-out;
  transition: height 0.5s ease-out;
}
.promo-tabs #home-tabset2 .pane2 {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.promo-tabs #home-tabset2 .pane2 .text {
  display: block;
  vertical-align: top;
  width: 50%;
  float: left;
  padding-top: 80px;
  padding-bottom: 60px;
  font-size: 16px;
  line-height: 155%;
  min-height: 323px;
  height: auto;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
.promo-tabs #home-tabset2 .pane2 .text .inner {
  width: 88.5%;
  position: relative;
  left: 0;
  -webkit-transition: left 0.5s;
  -moz-transition: left 0.5s;
  transition: left 0.5s;
}
.promo-tabs #home-tabset2 .pane2 .text a {
  text-decoration: underline;
}
.promo-tabs #home-tabset2 .pane2 .text h3 {
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 30px;
}
.promo-tabs #home-tabset2 .pane2 .text p {
  padding: 0;
  margin: 0 0 10px 0;
}
.promo-tabs #home-tabset2 .pane2 .text p.fine {
  font-size: 12px;
  line-height: 110%;
}
.promo-tabs #home-tabset2 .pane2 .text ul {
  font-weight: 500;
  font-size: 17px;
  margin-bottom: 20px;
  list-style-type: none;
}
.promo-tabs #home-tabset2 .pane2 .text ul li {
  padding-left: 1em;
  text-indent: -0.55em;
  margin-bottom: 3px;
}
.promo-tabs #home-tabset2 .pane2 .text ul li:before {
  display: inline-block;
  width: 1em;
  vertical-align: top;
  font-family: 'FontAwesome';
  font-size: 9px;
  content: "\f04d";
  color: #a7a9ac;
}
.promo-tabs #home-tabset2 .pane2 .text.centered {
  width: 100%;
}
.promo-tabs #home-tabset2 .pane2 .text.centered .inner {
  width: 55%;
}
.promo-tabs #home-tabset2 .pane2 .graphic-container {
  float: right;
  display: block;
  position: relative;
  height: 460px;
  width: 36%;
  margin-right: 6.4%;
  overflow: hidden;
  top: 80px;
}
.promo-tabs #home-tabset2 .pane2 .graphic-container a.video-preview {
  display: block;
  width: 100%;
  padding-bottom: 59%;
  position: absolute;
  top: 460px;
  left: 0;
  -webkit-transition: top 0.4s linear;
  -moz-transition: top 0.4s linear;
  transition: top 0.4s linear;
}
.promo-tabs #home-tabset2 .pane2 .graphic-container a.video-preview span {
  display: block;
  position: absolute;
  width: 88%;
  left: 6%;
  bottom: 0;
  background: transparent url(/assets/img/video-teaser-bg.png) left top repeat;
  min-height: 85px;
  font-weight: 700;
  font-size: 19px;
  line-height: 130%;
  color: white;
  text-decoration: none;
  padding: 18px 18px 18px 85px;
}
.promo-tabs #home-tabset2 .pane2 .graphic-container .graphic {
  position: absolute;
  width: 100%;
  height: 360px;
  top: 480px;
  right: 0;
  -webkit-transition: top 0.4s linear;
  -moz-transition: top 0.4s linear;
  transition: top 0.4s linear;
}
.promo-tabs #home-tabset2 .pane2 .graphic-container .graphic a {
  display: block;
  height: 460px;
  width: 100%;
  position: relative;
}
.promo-tabs #home-tabset2 .pane2 .graphic-container #subvideo {
  margin-top: 325px;
  margin-top: calc(59% + 30px);
  position: absolute;
  text-align: center;
  top: 460px;
  -webkit-transition: top 0.4s linear;
  -moz-transition: top 0.4s linear;
  transition: top 0.4s linear;
  width: 100%;
}
.promo-tabs #home-tabset2 .pane2 .graphic-container .right-text {
  position: absolute;
  top: 460px;
  width: 100%;
  -webkit-transition: top 0.4s linear;
  -moz-transition: top 0.4s linear;
  transition: top 0.4s linear;
}
.promo-tabs #home-tabset2 .pane2 .graphic-container.empty {
  height: 0;
  min-height: 0;
}
.promo-tabs #home-tabset2 .pane2.active {
  z-index: 2;
}
.promo-tabs #home-tabset2 .pane2.active .text {
  opacity: 1;
  -webkit-transition: opacity 0.4s 0.4s ease-in;
  -moz-transition: opacity 0.4s 0.4s ease-in;
  transition: opacity 0.4s 0.4s ease-in;
}
.promo-tabs #home-tabset2 .pane2.active .text .inner {
  left: 11.5%;
  -webkit-transition: left 0.4s 0.4s linear;
  -moz-transition: left 0.4s 0.4s linear;
  transition: left 0.4s 0.4s linear;
}
.promo-tabs #home-tabset2 .pane2.active .text.centered .inner {
  left: 22%;
}
.promo-tabs #home-tabset2 .pane2.active .graphic-container .graphic,
.promo-tabs #home-tabset2 .pane2.active .graphic-container a.video-preview,
.promo-tabs #home-tabset2 .pane2.active .graphic-container #subvideo,
.promo-tabs #home-tabset2 .pane2.active .graphic-container .right-text {
  top: 0;
  -webkit-transition: top 0.4s 0.4s linear;
  -moz-transition: top 0.4s 0.4s linear;
  transition: top 0.4s 0.4s linear;
}
.promo-tabs #home-tabset3 {
  background-image: none;
  background-color: #0d2c40;
  height: 323px;
  -webkit-transition: height 0.4s ease;
  -moz-transition: height 0.4s ease;
  transition: height 0.4s ease;
  overflow: hidden;
}
.promo-tabs #home-tabset3 .downloads {
  background-color: transparent;
}
.promo-tabs #home-tabset3 .pane3 {
  opacity: 1;
}
.promo-tabs #home-tabset3 .pane3 .downloads a,
.promo-tabs #home-tabset3 .pane3 .downloads h3 {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.promo-tabs #home-tabset3 .pane3.active {
  opacity: 1;
}
.promo-tabs #home-tabset3 .pane3.active .downloads a,
.promo-tabs #home-tabset3 .pane3.active .downloads h3 {
  opacity: 1;
  -webkit-transition: opacity 0.4s 0.4s ease;
  -moz-transition: opacity 0.4s 0.4s ease;
  transition: opacity 0.4s 0.4s ease;
}
.promo-sop-banner .summary {
  background-color: white;
  color: #0d2c40;
  padding: 80px 6.4% 90px 12%;
}
.promo-sop-banner .summary .inner {
  width: 50%;
  font-size: 17px;
  line-height: 150%;
}
.promo-sop-banner .summary h2 {
  margin-bottom: 25px;
}
.promo-sop-banner .summary ul {
  font-weight: 500;
  margin-bottom: 15px;
  padding-left: 10px;
  list-style-type: none;
}
.promo-sop-banner .summary ul li {
  padding-left: 0.8em;
  text-indent: -0.75em;
  margin-bottom: 15px;
  font-weight: 300;
}
.promo-sop-banner .summary ul li:before {
  display: inline-block;
  vertical-align: top;
  font-family: 'FontAwesome';
  font-size: 9px;
  content: "\f04d";
  color: #02a49c;
  width: 1.2em;
  text-align: center;
  margin-right: 2px;
}
.promo-sop-banner .summary a {
  text-decoration: underline;
}
.promo-sop-banner .banner {
  background: #0d2c40 url(/assets/img/banner_bg08.png) left top repeat;
  color: white;
  padding: 80px 6.4% 90px 12%;
  position: relative;
}
.promo-sop-banner .banner .banner-caption {
  width: 50%;
}
.promo-sop-banner .banner .banner-caption h1 {
  font-weight: 800;
  font-size: 43px;
  line-height: 120%;
  margin-bottom: 25px;
}
.promo-sop-banner .banner .banner-caption h2 {
  font-size: 16px;
  line-height: 150%;
  font-weight: 300;
  margin-bottom: 20px;
}
.promo-sop-banner .banner .banner-caption h3 {
  font-weight: 500;
  font-size: 23px;
  margin-bottom: 25px;
}
.promo-sop-banner .banner .form-container {
  position: absolute;
  top: 80px;
  right: 6.4%;
  width: 36.75%;
}
.promo-sop-banner .banner .form-container p.icon {
  text-align: center;
  padding: 60px 5.2% 0 5.2%;
}
.promo-sop-banner .banner .form-container p.icon img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.promo-sop-banner .banner .form-container .form_field_container {
  margin-bottom: 10px;
}
.promo-sop-banner .banner .form-container .form_field_container.full,
.promo-sop-banner .banner .form-container .form_field_container.span_10 {
  clear: both;
}
.promo-sop-banner .banner #form_wrap {
  background-color: #edeeee;
  padding: 20px 5.2% 20px 5.2%;
  color: #5f5f5f;
}
.promo-sop-banner .banner #form_wrap label .required,
.promo-sop-banner .banner #form_wrap label .req {
  color: #cc0000;
}
.promo-sop-banner .banner #form_wrap p#required_note {
  display: none;
}
.promo-sop-banner .banner #form_wrap .half,
.promo-sop-banner .banner #form_wrap .half.first {
  float: left;
  width: 46.5%;
  margin-bottom: 10px;
}
.promo-sop-banner .banner #form_wrap .half.last {
  float: right;
  width: 46.5%;
}
.promo-sop-banner .banner #form_wrap fieldset > div {
  margin-bottom: 10px;
}
.promo-sop-banner .banner #form_wrap label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #a7a9ac;
  margin-bottom: 3px;
}
.promo-sop-banner .banner #form_wrap input.text,
.promo-sop-banner .banner #form_wrap input[type="text"] {
  border: 0;
  border-bottom: 1px solid #02a49c;
  width: 100% !important;
  box-sizing: border-box;
  background-color: #edeeee;
  padding: 0 0 2px 0;
  font-size: 14px;
  font-weight: 500;
  color: #0d2c40;
  margin-bottom: 3px;
}
.promo-sop-banner .banner #form_wrap #disclaimer {
  padding: 20px 0;
  font-size: 14px;
  font-weight: 500;
}
.promo-sop-banner .banner #form_wrap #disclaimer a {
  color: #02d35f;
}
.promo-sop-banner .banner #form_wrap .form_builder_submit {
  height: auto;
  margin: 0;
}
.promo-sop-banner .banner #form_wrap .form_builder_submit p {
  float: none;
  padding: 0;
  width: 100%;
}
.promo-sop-banner .banner #form_wrap .form_builder_submit p a {
  display: block;
  background-color: #02d35f;
  color: white;
  font-size: 17px;
  font-weight: 700;
  width: 100%;
  text-align: center;
  padding: 15px;
  text-decoration: none;
}
.promo-sop-banner .banner #form_wrap .form_builder_submit p a:hover {
  text-decoration: none;
}
.promo-sop-banner .banner #form_wrap .form_submit_hide input[type="submit"] {
  display: block;
  background-color: #02d35f;
  color: white;
  font-size: 17px;
  font-weight: 700;
  width: 100%;
  text-align: center;
  padding: 15px;
  text-decoration: none;
  border: 0;
}
.promo-sop-banner .banner #form_wrap #form_builder_w_optin label,
.promo-sop-banner .banner #form_wrap #form_builder_w_optin br {
  display: none;
}
.promo-sop-banner .banner #form_wrap #form_builder_w_optin input {
  float: left;
  margin-right: 8px;
}
.ty-banner .banner {
  text-align: center;
  background-color: white;
  color: #0d2c40;
  padding: 80px 12% 80px 12%;
}
.ty-banner .banner h1 {
  font-weight: 800;
  font-size: 43px;
  line-height: 120%;
  margin-bottom: 25px;
}
.ty-banner .banner h2 {
  font-size: 16px;
  line-height: 150%;
  font-weight: 300;
  margin-bottom: 20px;
}
.ty-banner .banner h3 {
  font-weight: 500;
  font-size: 23px;
  margin-bottom: 25px;
}
.ty-banner .additional-features {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.ty-banner .additional-features h3 {
  background-color: #a7a9ac;
  color: white;
  font-size: 21px;
  font-weight: 700;
  text-align: center;
  padding: 12px 6.4%;
}
.ty-banner .additional-features .feature {
  position: relative;
  display: table-cell;
  width: 2%;
  vertical-align: top;
  background-color: #0d2c40;
  border: 1px solid white;
  border-right: 0;
  color: white;
  text-align: center;
  padding: 20px 2.5% 110px 2.5%;
}
.ty-banner .additional-features .feature .feature-icon {
  height: 100px;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 20px;
}
.ty-banner .additional-features .feature .feature-icon.video {
  background-image: url(/assets/img/icon-video.png);
}
.ty-banner .additional-features .feature .feature-icon.document {
  background-image: url(/assets/img/icon-document02.png);
}
.ty-banner .additional-features .feature h4 {
  font-weight: 700;
  font-size: 17px;
  line-height: 140%;
}
.ty-banner .additional-features .feature .button-clear {
  position: absolute;
  display: inline-block;
  bottom: 40px;
  left: 0;
  right: 0;
  width: 65%;
  border-color: white;
  margin: 0 auto;
  font-size: 15px;
  font-weight: 700;
  padding: 10px 15px;
}
.ty-banner .additional-features .feature:first-child {
  border-left: 0;
}
.container-fluid.promo-downloads .standard-pad {
  background-color: #58595B;
}
.hot-offers .posts {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.hot-offers .posts a.quarter {
  margin: 0;
  display: table-cell;
  border-left: 6px solid #0d2c40;
  border-right: 6px solid #0d2c40;
}
@media screen and (max-width: 992px) {
  .promo-tabs .tabs .tab .tab-inner {
    font-size: 20px;
  }
  .promo-tabs .tabs .tab.active .tab-inner {
    font-size: 23px;
  }
  .promo-banner .banner-caption h2,
  .promo-banner .banner-caption h1.big {
    width: 100%;
  }
  .promo-banner .banner-caption h1,
  .promo-banner .banner-caption h2.small {
    text-shadow: 0px 0px 2px rgba(0,0,0,0.33);
  }
  .ty-banner .banner {
    padding: 60px 6.4%;
  }
}
@media screen and (max-width: 768px) {
  .promo-summary .summary {
    padding: 40px 10%;
  }
  .promo-summary .summary h2 {
    margin-bottom: 20px;
  }
  .promo-tabs.promo .tabs {
    display: none;
  }
  .promo-tabs.promo #home-tabset2 {
    margin-bottom: 0;
  }
  .promo-tabs.promo #home-tabset2 .pane2 {
    height: 0;
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
    min-height: 0;
  }
  .promo-tabs.promo #home-tabset2 .pane2 .text {
    width: 100%;
    float: none;
    margin: 0;
    padding: 40px 6.4% 20px 6.4%;
    opacity: 1;
    font-size: 14px;
    line-height: 135%;
    min-height: 230px;
  }
  .promo-tabs.promo #home-tabset2 .pane2 .text .inner {
    left: 0;
    width: 100%;
    text-align: left;
  }
  .promo-tabs.promo #home-tabset2 .pane2 .text .inner h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .promo-tabs.promo #home-tabset2 .pane2 .text ul {
    font-size: 15px;
    padding-left: 5px;
  }
  .promo-tabs.promo #home-tabset2 .pane2 .text ol {
    padding-left: 17px;
  }
  .promo-tabs.promo #home-tabset2 .pane2 .text.centered .inner {
    width: 100%;
    text-align: left;
  }
  .promo-tabs.promo #home-tabset2 .pane2 .graphic-container {
    float: none;
    width: 100%;
    opacity: 1;
    margin: 0;
    padding: 0 5% 40px 5%;
    top: 0;
    height: auto;
    min-height: 250px;
  }
  .promo-tabs.promo #home-tabset2 .pane2 .graphic-container a.video-preview {
    position: relative;
  }
  .promo-tabs.promo #home-tabset2 .pane2 .graphic-container #subvideo {
    position: relative;
    margin-top: 25px;
  }
  .promo-tabs.promo #home-tabset2 .pane2 .graphic-container .right-text {
    position: relative;
    top: 0;
  }
  .promo-tabs.promo #home-tabset2 .pane2 .graphic-container .graphic {
    position: relative;
    top: 0;
    height: 100%;
    min-height: 250px;
  }
  .promo-tabs.promo #home-tabset2 .pane2 .graphic-container .inner {
    right: 0;
    width: 100%;
  }
  .promo-tabs.promo #home-tabset2 .pane2 .graphic-container .inner img {
    display: block;
    margin: 0 auto;
  }
  .promo-tabs.promo #home-tabset2 .pane2 .graphic-container.empty {
    height: 0;
    min-height: 0;
  }
  .promo-tabs.promo #home-tabset2 .pane2.active .text .inner {
    padding: 0;
    left: 0;
  }
  .promo-tabs.promo #home-tabset2 .pane2.active .text.centered .inner {
    left: 0;
  }
  .promo-tabs.promo #home-tabset2 .pane2.active .text-right .inner {
    padding: 0;
    right: 0;
  }
  .promo-banner .banner {
    height: auto;
    min-height: 0;
    background-position: center top !important;
    background-size: auto 100% !important;
  }
  .promo-banner .banner .banner-inner {
    padding: 40px 6.4% 40px 6.4%;
    min-height: 0;
  }
  .promo-banner .banner .banner-caption {
    text-align: center;
  }
  .promo-banner .banner .banner-caption h2,
  .promo-banner .banner .banner-caption h1.big {
    font-size: 59px;
    letter-spacing: -3px;
  }
  .promo-banner .banner .banner-caption h1,
  .promo-banner .banner .banner-caption h2.small {
    font-size: 14px;
    letter-spacing: -1px;
  }
  .promo-banner .banner .banner-caption p.last {
    padding: 0;
  }
  .promo-features .features-table {
    display: block;
  }
  .promo-features .features-table .feature {
    display: block;
    border-left: 0;
    border-bottom: 2px solid white;
    padding: 30px 6.4% 40px 6.4%;
  }
  .promo-features .features-table .feature .feature-icon {
    height: 100px;
  }
  .promo-features .features-table .feature h4 {
    margin-bottom: 6px;
  }
  .promo-features .features-table .feature p {
    padding-bottom: 15px;
  }
  .promo-features .features-table .feature a.button-clear {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    width: auto;
    padding: 8px 40px;
  }
  .promo-awards .awards {
    padding-top: 40px;
  }
  .promo-awards .awards .award {
    display: block;
    width: 100%;
  }
  .promo-testimonials .testimonials .testimonial {
    padding-bottom: 30px;
  }
  .promo-testimonials .testimonials .testimonial .testimonial-graphic {
    height: 65px;
  }
  .promo-testimonials .testimonials .testimonial p {
    padding-bottom: 10px;
  }
  .promo-testimonials .testimonials .testimonial p.byline {
    padding-top: 0;
  }
  .promo-sop-banner .banner {
    padding: 40px 6.4% 80px 6.4%;
  }
  .promo-sop-banner .banner .banner-caption {
    width: 100%;
    text-align: center;
  }
  .promo-sop-banner .banner .banner-caption h3 {
    font-size: 18px;
    margin-bottom: 18px;
  }
  .promo-sop-banner .banner .banner-caption h1 {
    font-size: 33px;
  }
  .promo-sop-banner .banner .form-container {
    position: relative;
    top: 0;
    right: auto;
    clear: both;
    float: right;
    width: 100%;
  }
  .promo-sop-banner .banner .form-container p.icon {
    padding-top: 40px;
  }
  .promo-sop-banner .summary {
    clear: both;
    padding: 40px 6.4% 40px 6.4%;
  }
  .promo-sop-banner .summary .inner {
    width: 100%;
  }
  .ty-banner .banner {
    padding: 60px 6.4%;
  }
  .ty-banner .additional-features .feature {
    position: relative;
    display: block;
    width: 100%;
    border-left: 0;
    border-bottom: 2px solid white;
  }
  .ty-banner .additional-features .feature h4 {
    font-size: 14px;
  }
  .ty-banner .additional-features .feature .feature-icon {
    margin-bottom: 8px;
  }
  .hot-offers .posts {
    display: block;
    table-layout: auto;
    width: 100%;
  }
  .hot-offers .posts a.quarter {
    display: block;
    width: 100%;
    border: 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 440px) {
  .promo-banner .banner .banner-inner {
    padding: 30px 6.4% 30px 6.4%;
  }
  .promo-banner .banner .banner-caption {
    text-align: center;
  }
  .promo-banner .banner .banner-caption h2,
  .promo-banner .banner .banner-caption h1.big {
    font-size: 40px;
    letter-spacing: -2px;
  }
  .promo-banner .banner .banner-caption h1,
  .promo-banner .banner .banner-caption h2.small {
    font-size: 14px;
  }
  .promo-summary .summary {
    padding: 30px 6.4%;
  }
  .promo-sop-banner .banner .banner-caption h3 {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .promo-sop-banner .banner .banner-caption h2 {
    font-size: 15px;
    line-height: 135%;
  }
  .promo-sop-banner .banner .banner-caption h1 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .promo-sop-banner .summary .inner {
    font-size: 16px;
    line-height: 135%;
  }
  .promo-sop-banner .summary h2 {
    font-size: 24px;
  }
  .ty-banner .banner {
    padding: 40px 6.4%;
  }
  .ty-banner .banner h1 {
    font-size: 24px;
  }
  .ty-banner .banner a.button-clear {
    padding: 6px 20px;
  }
  .promo-tabs.promo #home-tabset2 .pane2 .graphic-container a.video-preview span {
    background: transparent url(/assets/img/video-teaser-bg.png) -10px -10px repeat;
    font-size: 14px;
    line-height: 125%;
    padding: 8px 8px 8px 70px;
    min-height: 65px;
  }
}
.solutions-banner .banner {
  padding-top: 80px;
  padding-bottom: 60px;
  background: #0d2c40 url(/assets/img/banner_bg06.png) center top repeat;
  color: white;
  text-align: center;
}
.solutions-banner .banner h1 {
  font-weight: 500;
  font-size: 23px;
  margin-bottom: 25px;
}
.solutions-banner .banner h2.banner-text,
.solutions-banner .banner h1.banner-text {
  font-size: 42px;
  line-height: 115%;
  font-weight: 800;
  padding: 0 20%;
  margin-bottom: 40px;
}
.solutions-banner .banner a.button-clear {
  border-color: white;
}
.promo-summary.solutions-summary .summary {
  padding-bottom: 10px;
  color: #0d2c40;
}
.solutions-features .standard-pad {
  text-align: center;
  background-color: white;
  padding-top: 10px;
  padding-bottom: 65px;
}
.solutions-features .standard-pad .product-feature {
  text-align: center;
  font-size: 14px;
  line-height: 150%;
  color: #666666;
}
.solutions-features .standard-pad .product-feature .product-feature-graphic {
  height: 146px;
  margin-bottom: 35px;
}
.solutions-features .standard-pad .product-feature h4 {
  color: #0d2c40;
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 22px;
  line-height: 130%;
}
.cs-banner.solutions {
  margin-bottom: 80px;
}
.big-features .big-feature {
  padding-top: 60px;
  padding-bottom: 60px;
}
.big-features .big-feature .feature-content {
  width: 48%;
  padding-top: 20px;
}
.big-features .big-feature .feature-content h3 {
  font-size: 31px;
}
.big-features .big-feature .feature-content a.button-clear {
  margin-top: 20px;
}
.big-features .big-feature .big-feature-graphic {
  width: 40%;
  text-align: center;
}
.big-features .big-feature .big-feature-graphic img {
  max-width: 100%;
  margin: 0 auto;
}
.big-features .big-feature-1 {
  background-color: #58595b;
  color: white;
}
.big-features .big-feature-2 {
  background-color: #e3e4e5;
  color: #0d2c40;
}
.big-features .big-feature-3 {
  background-color: #0d2c40;
  color: white;
}
.big-features .big-feature-4 {
  background-color: #58595b;
  color: white;
}
.big-features .big-feature-1 .feature-content,
.big-features .big-feature-3 .feature-content {
  float: right;
}
.big-features .big-feature-1 .feature-content a.button-clear,
.big-features .big-feature-3 .feature-content a.button-clear {
  border-color: white;
}
.big-features .big-feature-2 .feature-content,
.big-features .big-feature-4 .feature-content {
  float: left;
}
.big-features .big-feature-1 .big-feature-graphic,
.big-features .big-feature-3 .big-feature-graphic {
  float: left;
  margin-left: 5%;
}
.big-features .big-feature-2 .big-feature-graphic,
.big-features .big-feature-4 .big-feature-graphic {
  float: right;
  margin-right: 5%;
}
.big-features .container-fluid .row .big-feature.lite-gray {
  background-color: #e3e4e5;
  color: #0d2c40;
}
.big-features .container-fluid .row .big-feature.gray {
  background-color: #58595b;
  color: white;
}
.big-features .container-fluid .row .big-feature.navy {
  background-color: #0d2c40;
  color: white;
}
.solutions-products .products {
  background-color: white;
  text-align: center;
}
.solutions-products .products a.product {
  display: inline-block;
  vertical-align: top;
  width: 27%;
  margin: 0 2.5%;
  font-size: 17px;
  color: #0d2c40;
  margin-bottom: 30px;
}
.solutions-products .products a.product span.graphic {
  display: block;
  height: 120px;
  margin-bottom: 20px;
}
.solutions-products .products a.product:hover {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .solutions-banner .banner {
    padding: 40px 10% 20px 10%;
  }
  .solutions-banner .banner h1 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .solutions-banner .banner h2.banner-text,
  .solutions-banner .banner h1.banner-text {
    font-size: 33px;
    padding: 0;
    margin-bottom: 30px;
  }
  .promo-summary.solutions-summary .summary {
    padding: 40px 10% 10px 10%;
  }
  .solutions-features {
    padding-top: 0;
    padding-bottom: 0;
  }
  .solutions-features .standard-pad {
    padding-bottom: 0;
  }
  .solutions-features .standard-pad .product-feature {
    padding-bottom: 20px;
  }
  .solutions-features .standard-pad .product-feature .product-feature-graphic {
    height: 135px;
    margin-bottom: 15px;
  }
  .solutions-features .standard-pad .product-feature h4 {
    margin-bottom: 10px;
  }
  .big-features .big-feature {
    padding: 40px 5%;
  }
  .big-features .big-feature .big-feature-graphic {
    float: none;
    width: 100%;
    margin: 0;
  }
  .big-features .big-feature .feature-content {
    float: none;
    width: 100%;
    margin: 0;
  }
  .big-features .big-feature .feature-content .link-container {
    text-align: center;
  }
  .big-features .big-feature .big-feature-graphic img {
    height: 240px;
    margin-bottom: 20px;
  }
  .big-features .big-feature-1 .big-feature-graphic,
  .big-features .big-feature-2 .big-feature-graphic,
  .big-features .big-feature-3 .big-feature-graphic,
  .big-features .big-feature-4 .big-feature-graphic {
    float: none;
    margin: 0;
  }
  .big-features .big-feature-1 .feature-content,
  .big-features .big-feature-2 .feature-content,
  .big-features .big-feature-3 .feature-content,
  .big-features .big-feature-4 .feature-content {
    float: none;
    margin: 0;
  }
  .solutions-products .standard-pad {
    padding-bottom: 20px;
  }
  .solutions-products h3 {
    margin-bottom: 30px;
  }
  .solutions-products .products a.product {
    float: none;
    width: 100%;
    margin: 0 0 35px 0;
    font-size: 16px;
    line-height: 135%;
  }
  .solutions-products .products a.product span.graphic {
    height: 110px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 440px) {
  .solutions-banner .banner {
    padding: 30px 10% 10px 10%;
  }
  .solutions-banner .banner h1 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .solutions-banner .banner h2.banner-text,
  .solutions-banner .banner h1.banner-text {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .solutions-banner .banner h2 {
    font-size: 24px;
  }
  .promo-summary.solutions-summary .summary {
    padding: 30px 5% 0 5%;
  }
  .big-features .big-feature .feature-content {
    line-height: 135%;
  }
  .big-features .big-feature .feature-content h3 {
    font-size: 24px;
  }
  .big-features .big-feature .big-feature-graphic img {
    height: 180px;
  }
}
.support-banner .banner {
  background: #0d2c40 url(/assets/img/banner_bg07.png) center center repeat;
}
.support-search-big .big-search {
  background-color: #5f5f5f;
  color: white;
  text-align: center;
}
.support-search-big .big-search a {
  color: white;
  text-decoration: underline;
}
.support-search-big .big-search .search-image,
.support-search-big .big-search .search-stuff {
  display: inline-block;
  width: 28%;
  margin: 0 2.5%;
  vertical-align: top;
  text-align: left;
}
.support-search-big .big-search .search-stuff {
  width: 33%;
  padding-top: 15px;
}
.support-search-big .big-search .search-stuff input[type='text'],
.support-search-big .big-search .search-stuff select {
  width: 100%;
  border: 2px solid white;
  height: 45px;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
  background-color: #5f5f5f;
  color: white;
  padding: 3px 6%;
  padding-left: calc(5%);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #5f5f5f url(/assets/img/icon-darr.png) 98% 15px no-repeat;
}
.support-search-big .big-search .search-stuff input#kbSearchString {
  background: #5f5f5f url(/assets/img/icon-mag.png) 98% 7px no-repeat;
}
.support-search-big .big-search .search-stuff select#doctypes {
  height: 110px;
  background-image: none;
}
.support-search-big .big-search .search-stuff select::-ms-expand {
  display: none;
}
.support-search-big .big-search .search-stuff input.button {
  display: inline-block;
  margin: 0 auto;
  border: 0;
  background-color: white;
  padding: 12px 45px;
  color: #02d35f;
  font-size: 15px;
  font-weight: 700;
}
.support-search-big .big-search .search-stuff p.buttonp {
  text-align: center;
}
.support-search-big .big-search .search-stuff .hidden-button {
  display: block;
  padding-top: 5px;
}
.support-search-big .big-search .search-stuff .hidden-button label {
  font-weight: 300;
  font-size: 12px;
  line-height: 100%;
}
.support-search-big .big-search .search-stuff .hidden-button label input[type="checkbox"] {
  vertical-align: bottom;
}
.support-search-big .big-search .search-stuff ::-webkit-input-placeholder {
  color: white;
  opacity: 1;
}
.support-search-big .big-search .search-stuff :-moz-placeholder {
  color: white;
  opacity: 1;
}
.support-search-big .big-search .search-stuff ::-moz-placeholder {
  color: white;
  opacity: 1;
}
.support-search-big .big-search .search-stuff :-ms-input-placeholder {
  color: white;
  opacity: 1;
}
.support-search-big .big-search .search-stuff .advanceditem span.left,
.support-search-big .big-search .search-stuff .advanceditem span.right {
  width: 48%;
}
.support-search-big .big-search .search-stuff .filters {
  clear: both;
}
.support-search-big .big-search .search-stuff .filters ul {
  text-align: left;
  list-style-type: none;
  padding: 0 0 0 20px;
}
.support-search-big .big-search .search-stuff #srchTools ul {
  list-style-type: none;
}
.support-search-big .big-search .search-stuff #srchTools ul li {
  display: inline-block;
  margin-right: 10px;
}
.support-search-big .big-search .search-stuff .advanceditem,
.support-search-big .big-search .search-stuff .filters,
.support-search-big .big-search .search-stuff #srchTools {
  display: none;
}
.support-by-product-top a.sbp-top-item {
  display: inline-block;
  vertical-align: top;
  width: 26%;
  margin: 0 3%;
  text-align: center;
  color: #0d2c40;
  font-size: 17px;
  font-weight: 700;
}
.support-by-product-top a.sbp-top-item span.graphic {
  display: block;
  width: 100%;
  height: 110px;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 20px;
}
.support-by-product .standard-pad {
  padding-bottom: 45px;
}
.support-by-product .sbp-item {
  text-align: center;
}
.support-by-product .sbp-item a {
  display: block;
  font-size: 17px;
  letter-spacing: -1px;
  color: #0d2c40;
  font-weight: 500;
  margin-bottom: 45px;
}
.support-by-product .sbp-item a img {
  display: block;
  margin: 0 auto 20px auto;
}
.support-ctas .standard-pad .row-table {
  text-align: center;
  width: 100%;
  display: table;
  table-layout: fixed;
  font-size: 14px;
  line-height: 150%;
  font-weight: 300;
}
.support-ctas .standard-pad .row-table .cell {
  color: #fff;
  display: table-cell;
  position: relative;
}
.support-ctas .standard-pad .row-table .cell.cell1 {
  background-color: #0d2c40;
}
.support-ctas .standard-pad .row-table .cell.cell2 {
  background-color: #58595b;
}
.support-ctas .standard-pad .row-table .cell.cell3 {
  background-color: #029584;
}
.support-ctas .standard-pad .row-table .cell .cell-content {
  padding: 55px 40px 105px 40px;
}
.support-ctas .standard-pad .row-table .cell .cell-content h4 {
  font-size: 26px;
  padding-bottom: 50px;
}
.support-ctas .standard-pad .row-table .cell .cell-content ul {
  list-style-type: square;
  text-align: left;
  padding-bottom: 50px;
}
.support-ctas .standard-pad .row-table .cell .cell-content ul li {
  padding: 6px;
}
.support-ctas .standard-pad .row-table .cell .cell-content a {
  color: #02d15f;
  color: white;
}
.support-ctas .standard-pad .row-table .cell .cell-content a:hover {
  color: white;
}
.support-ctas .standard-pad .row-table .cell .cell-content a.button-clear {
  border-color: white;
  text-decoration: none;
  color: #02d35f;
  margin-bottom: 15px;
  font-weight: 500;
}
.support-ctas .standard-pad .row-table .cell .cell-content a.button-clear:hover {
  color: white;
}
.support-ctas .standard-pad .row-table .cell .cell-content a.button {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 60px;
  color: #02d15f;
  font-weight: 700;
  width: 55%;
  margin: 0 auto;
}
.support-ctas .standard-pad .row-table .cell .cell-content a.button:hover {
  text-decoration: none;
}
.support-ctas .standard-pad .row-table .cell .cell-content a.button:hover .btn-secondary {
  color: #fff;
}
.support-ctas .standard-pad .row-table .cell .cell-content a.button .btn-secondary {
  border: 3px solid #ffffff;
  border-radius: unset;
  padding: 10px 30px;
  width: 100%;
  white-space: normal;
}
.more-support-links {
  text-align: center;
  padding-top: 80px;
}
.more-support-links a {
  display: inline-block;
  margin: 0 20px;
  color: #00c081;
  font-size: 15px;
  font-weight: 700;
  text-decoration: underline;
}
.product-comparison-table .more-support-links {
  padding-top: 40px;
}
.product-nav.support-nav .product-nav-row2 a.current span.tab {
  border-bottom: 1px solid white;
}
.product-nav.support-nav .product-nav-row2 a.current span.tab span.tab-inner {
  background-color: white;
}
.support-doctypes .standard-pad {
  background-color: white;
  color: #666666;
  padding: 40px 6.4% 50px 6.4%;
  text-align: center;
}
.support-doctypes .standard-pad ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: inline;
}
.support-doctypes .standard-pad ul li {
  padding: 0;
  margin: 0;
  display: inline;
}
.support-doctypes .standard-pad ul li a {
  display: inline-block;
  padding: 12px 14px;
  margin: 0 5px;
}
.support-doctypes .standard-pad ul li a.current {
  border: 2px solid #666666;
}
.support-small-search .standard-pad {
  background-color: #02d35f;
  color: white;
  padding: 24px 6.4% 14px 6.4%;
}
.support-small-search select {
  width: 34%;
  margin: 0 2% 15px 0;
  border: 2px solid white;
  height: 45px;
  font-size: 15px;
  font-weight: 500;
  background-color: #02d35f;
  color: white;
  padding: 3px 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #02d35f url(/assets/img/icon-darr.png) 98% 15px no-repeat;
}
.support-small-search input[type="text"] {
  width: 34%;
  margin: 0 2% 15px 0;
  border: 2px solid white;
  height: 45px;
  font-size: 15px;
  font-weight: 500;
  background-color: #02d35f;
  color: white;
  padding: 3px 15px;
  background: #02d35f url(/assets/img/icon-mag.png) 98% 7px no-repeat;
}
.support-small-search select#kbproductlist {
  width: 46.5%;
}
.support-small-search ::-webkit-input-placeholder {
  color: white;
  opacity: 1;
}
.support-small-search :-moz-placeholder {
  color: white;
  opacity: 1;
}
.support-small-search ::-moz-placeholder {
  color: white;
  opacity: 1;
}
.support-small-search :-ms-input-placeholder {
  color: white;
  opacity: 1;
}
.support-small-search .button-clear {
  border: 0;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  width: 13%;
  margin-bottom: 15px;
}
.support-small-search h3 {
  font-weight: 500;
  margin-bottom: 15px;
}
.support-small-search .advanceditem {
  display: none;
}
.support-small-search .advanced-fields label {
  font-weight: 500;
}
.support-small-search .advanced-fields .date-range input[type="text"] {
  width: 180px;
  background: #02d35f url(/assets/img/icon-darr.png) 98% 15px no-repeat;
}
.support-small-search .advanced-fields input[type="checkbox"] {
  position: relative;
  margin: 0;
}
.support-small-search .advanced-fields span.date-from,
.support-small-search .advanced-fields span.date-to {
  display: inline-block;
  width: 24%;
  padding-right: 5%;
}
.support-small-search .advanced-fields span.date-from input[type="text"],
.support-small-search .advanced-fields span.date-to input[type="text"] {
  width: 200px;
  max-width: 96%;
  margin-right: 15px;
}
.support-small-search .advanced-fields span.search-in {
  display: inline-block;
  width: 24%;
  padding-right: 5%;
}
.support-small-search .advanced-fields span.search-in select {
  width: 200px;
  max-width: 100%;
  margin-right: 0;
}
.support-small-search .advanced-fields span.sort-by {
  display: inline-block;
  width: 24%;
  padding-right: 5%;
}
.support-small-search .advanced-fields span.sort-by select {
  width: 200px;
  max-width: 100%;
  margin-right: 0;
}
.support-small-search .advanced-fields .button-clear {
  width: auto;
  padding-left: 40px;
  padding-right: 40px;
}
.support-small-search .advanced {
  font-weight: 500;
  float: right;
  font-size: 12px;
  line-height: 100%;
  min-width: 13%;
  text-align: center;
  margin-top: -5px;
}
.support-small-search .advanced input[type="checkbox"] {
  vertical-align: bottom;
  background-color: #f0f0f0;
}
.support-results .standard-pad {
  padding-bottom: 1px;
  padding-top: 50px;
}
.support-results .result-table {
  display: table;
  width: 100%;
  margin-bottom: 25px;
}
.support-results .result-table .result-row {
  display: table-row;
  background-color: #eeeeee;
}
.support-results .result-table .result-row .result-cell {
  display: table-cell;
  font-size: 15px;
  line-height: 125%;
  padding: 0 4%;
  min-width: 200px;
  color: #666666;
  vertical-align: middle;
}
.support-results .result-table .result-row .result-cell a {
  display: block;
  text-decoration: none;
  color: #666666;
  padding: 7px 0;
}
.support-results .result-table .result-row .result-cell a:hover {
  text-decoration: underline;
  color: #0d2c40;
}
.support-results .result-table .result-row .result-cell.date {
  text-align: right;
}
.support-results .result-table .result-row:nth-child(2n) {
  background-color: white;
}
#documentation-guides h1,
#documentation-guides p,
#documentation-guides #toplinks,
#documentation-guides h4,
#documentation-guides table.category,
#documentation-guides ul.anchors,
#documentation-guides br,
#documentation-guides h3 {
  display: none;
}
#documentation-guides td.prodlistrow img {
  height: 35px;
}
#documentation-guides table.prodlist {
  margin-bottom: 35px;
}
#documentation-guides table.prodlist td.prodlistrow img {
  display: none;
}
#documentation-guides table.prodlist tr:nth-child(2n + 1) {
  background-color: #eeeeee;
}
#documentation-guides table.prodlist {
  width: 100%;
  font-size: 15px;
}
#documentation-guides table.prodlist tr.prodlistrow {
  background-color: white;
}
#documentation-guides table.prodlist td.product,
#documentation-guides table.prodlist td.prodlistsize,
#documentation-guides table.prodlist td.prodlistdate {
  font-weight: 700;
  color: #0d2c40;
  padding-bottom: 20px;
  font-size: 17px;
  width: auto;
}
#documentation-guides table.prodlist td.product h5 {
  font-size: 17px;
  margin: 0;
  padding: 0;
}
#documentation-guides table.prodlist td.product {
  width: 65%;
}
#documentation-guides table.prodlist td.prodlistsize {
  width: 127px;
}
#documentation-guides table.prodlist td.prodlistdate {
  width: 15%;
}
#documentation-guides table.prodlist td.prodchap {
  padding: 3px 5px 4px 0;
}
#documentation-guides table.prodlist td.prodchap img {
  width: auto;
  height: auto;
}
#documentation-guides table.prodlist td.prodchap:nth-child(2) {
  font-size: 9px;
  padding-left: 55px;
}
#documentation-guides table.prodlist td:nth-child(3) {
  text-align: center;
}
#documentation-guides table.prodlist td.product,
#documentation-guides table.prodlist td.prodchapname {
  padding-left: 40px;
}
#documentation-guides table.prodlist td.prodchapname a {
  text-decoration: none;
  color: #666666;
  display: inline-block;
  width: 90%;
}
#documentation-guides table.prodlist td.prodchapname a:hover {
  text-decoration: underline;
  color: #0d2c40;
}
#documentation-guides table.prodlist img {
  display: inline-block;
  vertical-align: middle;
}
#documentation-guides table.intro {
  width: 100%;
}
#documentation-guides table.intro td {
  padding: 5px 2.5% 5px 40px;
}
#documentation-guides table.intro td p {
  display: block;
}
#documentation-guides table#start.prodlist tr:nth-child(2n + 1) {
  background-color: white;
}
#documentation-guides table#start.prodlist tr:nth-child(2n) {
  background-color: #eeeeee;
}
#documentation-guides table.intro + table.prodlist tr:nth-child(2n) {
  background-color: #eeeeee;
}
#documentation-guides table.intro + table.prodlist tr:nth-child(2n + 1) {
  background-color: white;
}
.support-document .standard-pad {
  padding-top: 60px;
  padding-bottom: 1px;
}
.support-document #kb_doc_toolbar {
  display: none;
}
.support-document #kbfav {
  display: none;
  margin: 0 12px;
  position: relative;
  text-align: left;
}
.support-document h1 {
  border-bottom: 1px solid #ddd;
  margin: 0 0 40px;
  padding: 0 0 12px;
}
.support-document h3 {
  border-bottom: 1px solid #ddd;
  font-size: 24px;
  margin: 0 0 12px;
  padding: 24px 0 5px;
}
.support-document.cve .standard-pad {
  padding-top: 20px;
  padding-bottom: 60px;
}
.support-document.cve .standard-pad table[border="1"] td,
.support-document.cve .standard-pad table[border="1"] th {
  padding: 5px;
  word-wrap: break-word;
}
.support-document.cve .standard-pad h3 {
  border: 0;
}
.simple-banner.cve .banner {
  padding-bottom: 20px;
}
.kbtab #tab_search {
  display: none;
}
.update-advisories #sform,
.update-advisories #export {
  margin: 0 0 45px 0;
  padding: 15px;
  background: #eee;
}
.update-advisories #sform p {
  margin: 0 10px 15px 0;
  width: calc(25% - 10px);
  float: left;
  padding: 0;
  vertical-align: middle;
}
.update-advisories #sform label {
  font-weight: 500;
  color: #333;
  display: block;
  margin: 0;
}
.update-advisories #sform input,
.update-advisories #sform select {
  margin-bottom: 5px;
  width: 90%;
  height: 34px;
  vertical-align: baseline;
}
.update-advisories #sform #btn_submit {
  width: auto;
}
.update-advisories .ui-helper-hidden-accessible {
  clip: auto;
}
.update-advisories #dataTable th.header {
  font-size: 14px;
  padding: 10px 12px;
}
.update-advisories #dataTable th.header:first-child {
  padding-left: 15px;
}
.update-advisories #dataTable th.header:last-child {
  width: auto;
  padding-right: 15px;
}
.update-advisories table.tablesorter {
  line-height: 135%;
}
.update-advisories table.tablesorter thead tr th,
.update-advisories table.tablesorter tfoot tr th {
  background-color: #02D35F;
}
.update-advisories table.tablesorter thead tr .headerSortDown,
.update-advisories table.tablesorter thead tr .headerSortUp {
  background-color: #A0FF5F;
}
.update-advisories table.tablesorter tbody tr:nth-child(2n+1) td {
  background-color: #eeeeee;
}
.update-advisories table.tablesorter tbody td {
  padding: 8px 12px;
}
.update-advisories table.tablesorter tbody td:first-child {
  padding-left: 15px;
}
.security .security-alert {
  background-color: #fd9a2b;
  font-weight: 500;
  min-height: 34px;
}
.security .security-alert a {
  font-size: 12px;
  line-height: 150%;
  display: block;
  color: #0d2c40;
  padding: 0 6.4%;
  min-height: 34px;
}
.security .security-alert a span {
  display: inline-block;
  font-weight: 700;
  padding: 9px 12px 0 25px;
  background: transparent url(/assets/img/icon-alert.png) left 8px no-repeat;
  color: white;
}
#content .col_two ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#content .col_two ul li {
  background-image: none;
  border-bottom: 1px solid #ddd;
  color: #333;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  padding: 7px 0 5px;
}
#content .col_two ul li b {
  display: block;
  font-size: 11px;
  font-weight: 300;
}
#content .col_two ul li em {
  font-size: 30px;
  font-style: normal;
  font-weight: bold;
  line-height: 37px;
}
#content .col_two ul li.line_height_23 {
  border: 0;
  line-height: 23px;
  padding-bottom: 0;
}
#content .col_two ul li.last {
  margin-bottom: 40px;
}
@media screen and (max-width: 992px) {
  .support-ctas .row .row-table {
    margin: 0 auto;
    width: 100%;
  }
  .support-ctas .row .row-table .cell {
    display: block;
    width: 100%;
  }
  .support-ctas .row .row-table .cell .cell-content {
    padding: 40px 5%;
    max-width: 490px;
    margin: 0 auto;
  }
  .support-ctas .row .row-table .cell .cell-content h4 {
    padding-bottom: 25px;
  }
  .support-ctas .row .row-table .cell .cell-content a.button {
    display: inline-block;
    position: static;
    width: auto;
  }
  .support-ctas .row .row-table .cell .cell-content a.button-clear {
    margin-bottom: 15px;
  }
  #documentation-guides table.prodlist td.product {
    width: 53%;
  }
  #documentation-guides table.prodlist td.prodlistsize {
    width: 127px;
  }
  #documentation-guides table.prodlist td.prodlistdate {
    width: 15%;
  }
  #documentation-guides table.prodlist td.prodchap:nth-child(2) {
    padding-left: 55px;
  }
}
@media screen and (max-width: 768px) {
  .support-search-big .big-search .search-image,
  .support-search-big .big-search .search-stuff {
    float: none;
    width: 100%;
    max-width: 440px;
    margin: 0 auto 5px auto;
  }
  .support-search-big .big-search .search-image img {
    display: block;
    margin: 0 auto;
  }
  .support-by-product-top .standard-pad {
    padding-bottom: 10px;
  }
  .support-by-product-top a.sbp-top-item {
    display: block;
    width: 100%;
    float: none;
    margin: 0 0 30px 0;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 135%;
  }
  .support-by-product-top a.sbp-top-item span.graphic {
    margin-bottom: 5px;
  }
  .support-by-product .standard-pad {
    padding-bottom: 10px;
  }
  .support-by-product .sbp-item a {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 135%;
  }
  .support-by-product .sbp-item a img {
    margin-bottom: 8px;
  }
  .support-ctas .row {
    display: block;
  }
  .support-ctas .row .standard-pad {
    padding: 0;
  }
  .support-ctas .row .standard-pad .more-support-links {
    padding: 30px 5%;
  }
  .support-ctas .row .standard-pad .more-support-links a {
    display: block;
    padding: 10px 0;
    line-height: 125%;
  }
  .support-ctas .row .standard-pad.white-bg {
    padding-top: 40px;
  }
  .support-ctas .row .row-table {
    display: block;
  }
  .support-small-search select#kbproductlist {
    width: 100%;
  }
  .support-small-search input[type="text"] {
    width: 100%;
  }
  .support-small-search .button-clear {
    width: 100%;
  }
  .support-small-search .advanced-fields .date-range input[type="text"] {
    width: 180px;
    max-width: 100%;
    background: #02d35f url(/assets/img/icon-darr.png) 98% 15px no-repeat;
  }
  .support-small-search .advanced-fields span.date-from,
  .support-small-search .advanced-fields span.date-to {
    display: inline-block;
    width: 50%;
  }
  .support-small-search .advanced-fields span.date-from input[type="text"],
  .support-small-search .advanced-fields span.date-to input[type="text"] {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
  .support-small-search .advanced-fields span.date-from {
    padding-right: 2%;
  }
  .support-small-search .advanced-fields span.date-to {
    padding-right: 0;
    padding-left: 2%;
  }
  .support-small-search .advanced-fields span.search-in,
  .support-small-search .advanced-fields span.sort-by {
    display: inline-block;
    width: 100%;
    padding-right: 0;
  }
  .support-small-search .advanced-fields span.search-in select,
  .support-small-search .advanced-fields span.sort-by select {
    width: 100%;
  }
  .support-small-search .advanced-fields .button-clear {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  #documentation-guides table.prodlist {
    font-size: 13px;
    line-height: 145%;
  }
  #documentation-guides table.prodlist td.product {
    width: 50%;
  }
  #documentation-guides table.prodlist td.product,
  #documentation-guides table.prodlist td.prodlistsize,
  #documentation-guides table.prodlist td.prodlistdate {
    font-size: 14px;
    padding-bottom: 12px;
  }
  #documentation-guides table.prodlist td.product h5 {
    font-size: 14px;
  }
  #documentation-guides table.prodlist td.product,
  #documentation-guides table.prodlist td.prodchapname {
    padding-left: 10px;
    padding-top: 5px;
  }
  #documentation-guides table.prodlist td.prodlistsize {
    width: auto;
    min-width: 80px;
  }
  #documentation-guides table.prodlist td.prodlistdate {
    width: auto;
  }
  #documentation-guides table.prodlist td.prodchap,
  #documentation-guides table.prodlist td.prodchapname {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  #documentation-guides table.prodlist td.prodchap:nth-child(2) {
    padding-left: 5px;
    padding-bottom: 0;
  }
  #documentation-guides table.prodlist td.prodchap:nth-child(2) img {
    margin-bottom: 5px;
  }
  #documentation-guides table.prodlist nobr {
    white-space: normal;
  }
  #documentation-guides table.intro td {
    padding-left: 10px;
  }
  .update-advisories #sform,
  .update-advisories #export {
    margin: 0 0 30px 0;
  }
  .update-advisories #sform p {
    margin: 0 10px 15px 0;
    width: calc(50% - 10px);
    float: left;
  }
  .update-advisories #dataTable th.header {
    font-size: 13px;
    padding: 4px 4px;
    word-wrap: break-word;
  }
  .update-advisories #dataTable th.header:first-child {
    padding-left: 8px;
  }
  .update-advisories #dataTable th.header:last-child {
    padding-right: 8px;
  }
  .update-advisories table.tablesorter tbody td {
    padding: 4px;
    word-wrap: break-word;
    word-break: break-all;
  }
  .update-advisories table.tablesorter tbody td:first-child {
    padding-left: 8px;
  }
}
@media screen and (max-width: 440px) {
  #documentation-guides table.prodlist {
    font-size: 12px;
    line-height: 135%;
  }
  #documentation-guides table.prodlist td.product {
    width: 50%;
  }
  #documentation-guides table.prodlist td.product,
  #documentation-guides table.prodlist td.prodlistsize,
  #documentation-guides table.prodlist td.prodlistdate {
    font-size: 12px;
  }
  #documentation-guides table.prodlist td.product h5 {
    font-size: 12px;
  }
  #documentation-guides table.prodlist td.product,
  #documentation-guides table.prodlist td.prodchapname {
    padding-left: 6px;
  }
  #documentation-guides table.prodlist td.prodchap:nth-child(2) {
    padding-left: 4px;
  }
  #documentation-guides table.intro td {
    padding-left: 6px;
  }
  .update-advisories table.tablesorter tbody td {
    line-height: 135%;
    vertical-align: middle;
  }
}
.simple-banner .banner {
  background-color: white;
  color: #0d2c40;
  padding: 60px 12.5% 60px 12.5%;
  text-align: center;
}
.simple-banner .banner h1 {
  font-size: 43px;
  font-weight: 800;
  letter-spacing: -1px;
}
.simple-banner .banner h2 {
  font-size: 23px;
  font-weight: 500;
  margin-bottom: 25px;
}
.download-registration .registration {
  background-color: #0d2c40;
  color: white;
  padding: 30px 6.2%;
}
.download-registration .registration .button-clear {
  color: white;
  border-color: white;
  float: right;
  padding-left: 27px;
  padding-right: 27px;
}
.download-registration .registration h3 {
  font-size: 24px;
  font-weight: 500;
  margin: 0;
  padding: 15px 0;
  display: inline-block;
}
.download-registration .registration h3 strong {
  font-weight: 700;
}
.download-links .downloads {
  background-color: #5f5f5f;
  color: white;
  padding: 60px 19.3% 0 19.5%;
}
.download-links .downloads table {
  width: 100%;
}
.download-links .downloads table td {
  padding-bottom: 60px;
  font-size: 23px;
  font-weight: 500;
  line-height: 150%;
  vertical-align: top;
}
.download-links .downloads table td a.btn-md5 {
  display: block;
  font-size: 16px;
  line-height: 180%;
  color: #02d35f;
  font-weight: 300;
}
.download-links .downloads table td a.btn-md5:hover {
  text-decoration: underline;
}
.download-links .downloads table td a.btn-md5 span.value {
  display: none;
}
.download-links .downloads table td a.btn-md5:active,
.download-links .downloads table td a.btn-md5:focus {
  outline: 0;
}
.download-links .downloads table td a.button-clear {
  background-color: #02d35f;
  color: white;
  border-color: #02d35f;
  float: right;
  margin-top: 8px;
}
.download-description .section {
  padding: 0 19.5% 30px 19.5%;
  font-size: 16px;
  line-height: 150%;
}
.download-description .section h3 {
  font-size: 31px;
  font-weight: 800;
  margin-bottom: 25px;
}
.download-description .section a {
  color: #02d35f;
}
.download-description .section b {
  font-weight: 500;
}
.download-description .section h4 {
  font-weight: 500;
  margin-bottom: 25px;
}
.download-description .section p {
  padding: 0;
  margin-bottom: 25px;
}
.download-description .section ul {
  margin-bottom: 25px;
  list-style-type: none;
  padding: 0 0 0 20px;
}
.download-description .section ul li {
  text-indent: -9px;
  margin-bottom: 8px;
}
.download-description .section ul li:before {
  display: inline-block;
  width: 9px;
  vertical-align: top;
  font-family: 'FontAwesome';
  font-size: 9px;
  content: "\f04d";
  color: #02a49c;
}
.download-description .section ol {
  margin-bottom: 25px;
  padding: 0 0 0 20px;
}
.download-description .section ol li {
  margin-bottom: 8px;
}
.download-description #checksum_container {
  background-color: #dcddde;
  padding: 60px 0 10px 0;
  text-align: center;
  font-size: 16px;
  line-height: 150%;
  font-weight: 300;
  color: #0d2c40;
}
.download-description #checksum_container h3 {
  margin-bottom: 50px;
}
.download-description #checksum_container table {
  text-align: center;
  display: block;
  border: 0;
  width: 100% !important;
}
.download-description #checksum_container table tbody {
  display: block;
  width: 100%;
}
.download-description #checksum_container table tr {
  display: block;
}
.download-description #checksum_container table tr td {
  display: block;
  border: 0;
  width: 100%;
}
.download-description #checksum_container table tr td strong,
.download-description #checksum_container table tr td b {
  display: none;
}
.download-description #checksum_container table tr td p {
  margin: 0;
  padding: 0;
}
.download-description #checksum_container table tr td:first-child {
  font-weight: 500;
}
.download-description #checksum_container table tr td:last-child {
  padding-bottom: 30px;
}
.download-description #checksum_container table tr:first-child {
  display: none;
}
.download-description #product_description_container {
  padding-top: 100px;
}
.download-description #product_description_container p {
  margin-bottom: 25px;
}
.download-description #product_description_container ul li {
  margin-bottom: 25px;
}
.download-description #known_issues_container {
  padding-bottom: 70px;
}
.download-description #system_requirements h4 {
  margin-bottom: 12px;
}
.download-description #system_requirements ul {
  margin-bottom: 30px;
}
#md5Modal.fade.in {
  top: 40%;
}
#md5Modal.fade {
  top: -25%;
  -webkit-transition: opacity 0.3s linear, top 0.3s ease;
  -moz-transition: opacity 0.3s linear, top 0.3s ease;
  transition: opacity 0.3s linear, top 0.3s ease;
}
#md5Modal .modal-content {
  border-radius: 0;
}
#md5Modal .modal-body {
  font-weight: 700;
  font-size: 26px;
}
#md5Modal h4.modal-title {
  font-size: 14px;
  font-weight: 300;
}
#md5Modal span.key {
  display: none;
}
.download-banner .standard-pad {
  background: #24193b url(/assets/img/banner_bg10.png) center center repeat;
  color: white;
  padding: 50px 11.5% 60px 11.5%;
  text-align: center;
}
.download-banner .standard-pad h1 {
  font-size: 23px;
  font-weight: 500;
  margin-bottom: 15px;
}
.download-banner .standard-pad h2 {
  font-size: 42px;
  font-weight: 800;
  margin: 0;
  padding: 0;
}
.download-products .standard-pad {
  background-color: white;
  padding-bottom: 1px;
}
.download-products .standard-pad .col-md-6 {
  padding-left: 2.5%;
  padding-right: 0;
}
.download-products .standard-pad .col-md-6 a.cover {
  display: block;
  position: absolute;
  left: 2.5%;
  right: 2.5%;
  top: 0;
  bottom: 30px;
}
.download-products .standard-pad .col-md-6.first {
  padding-right: 2.5%;
  padding-left: 0;
}
.download-products .standard-pad .col-md-6.first a.cover {
  left: 0;
}
.download-products .standard-pad img.product-icon {
  float: left;
  max-width: 20%;
  margin-bottom: 80px;
}
.download-products .standard-pad .product-sum {
  float: right;
  width: 76%;
  margin-bottom: 80px;
}
.download-products .standard-pad .product-sum h4 {
  font-weight: 17px;
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  .download-products .standard-pad .col-md-6,
  .download-products .standard-pad .col-md-6.first {
    padding-left: 0;
    padding-right: 0;
  }
}
.download-products2 {
  text-align: center;
}
.download-products2 .small-product {
  display: inline-block;
  width: 24.5%;
  vertical-align: top;
  position: relative;
}
.download-products2 .small-product img {
  display: block;
  margin: 0 auto 25px auto;
}
.download-products2 .small-product h4 {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 10px;
}
.download-products2 .small-product p {
  padding: 0 5% 25px 5%;
}
.download-products2 .small-product a.button-clear {
  background-color: #02d35f;
  color: white;
}
.download-products2 .small-product a.cover {
  display: block;
  position: absolute;
  top: 0;
  right: 5%;
  bottom: 0;
  left: 5%;
}
.downloads-support .standard-pad {
  background-color: white;
}
.downloads-support .support-container {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.downloads-support .support-container .support {
  display: table-cell;
  width: 2%;
  color: white;
  padding: 60px 2.5% 73px 2.5%;
  text-align: center;
}
.downloads-support .support-container .support h4 {
  font-size: 26px;
  line-height: 100%;
  margin-bottom: 45px;
}
.downloads-support .support-container .support .button-clear {
  border-color: white;
  padding-left: 15px;
  padding-right: 20px;
}
.downloads-support .support-container .blue {
  background-color: #0d2c40;
}
.downloads-support .support-container .teal {
  background-color: #029584;
}
.downloads-support .support-container .gray {
  background-color: #58595b;
}
.trial_download_popup_container {
  color: #0d2c40;
}
.trial_download_popup_container .modal-body {
  padding: 0 5% 30px 5%;
}
.trial_download_popup_container h1 {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 800;
  text-align: center;
}
.trial_download_popup_container h2 {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 700;
  margin-top: 15px;
}
.trial_download_popup_container h2:first-child {
  margin-top: 0;
}
.trial_download_popup_container .hr {
  display: block;
  width: 66%;
  background-color: #a7a9ac;
  height: 1px;
  margin: 20px auto 30px auto;
}
.trial_download_popup_container .buttons_container {
  text-align: center;
}
.trial_download_popup_container .buttons_container .actual_button {
  margin-left: 8px;
  margin-right: 8px;
}
.trial_download_popup_container .buttons_container .software_without_support_link {
  margin-top: 20px;
  color: #b9b9b9;
  text-decoration: underline;
  cursor: pointer;
}
.trial_download_popup_container .buttons_container .software_without_support_link:hover {
  cursor: pointer;
}
.trial_download_popup_container .buttons_container .software_without_support_link p {
  padding: 0;
}
.trial_download_popup_container p.smaller {
  padding: 0 20px 20px 20px;
  font-size: 12px;
  line-height: 125%;
}
.trial_download_popup_container p.email_message {
  padding: 0 20px 15px 20px;
  font-size: 12px;
  line-height: 125%;
}
.trial_download_popup_container p.email_message2 {
  font-size: 12px;
  line-height: 125%;
}
.trial_download_popup_container p.step0-instructions {
  padding: 0 20px 15px 20px;
}
.trial_download_popup_container p.msg {
  font-size: 12px;
  line-height: 125%;
}
.trial_download_popup_container p.msg2 {
  color: #a7a9ac;
  font-size: 14px;
}
.trial_download_popup_container form {
  display: block;
  padding: 15px 20px;
  background-color: #edeeee;
  margin-bottom: 20px;
}
.trial_download_popup_container form .form_submit_hide_img {
  display: none;
}
.trial_download_popup_container form p,
.trial_download_popup_container form .form_field_container {
  padding-bottom: 10px;
}
.trial_download_popup_container form p label,
.trial_download_popup_container form .form_field_container label {
  display: block;
  color: #a7a9ac;
  font-weight: 300;
  font-size: 14px;
  margin: 0;
  line-height: 100%;
}
.trial_download_popup_container form p input[type='text'],
.trial_download_popup_container form p input[type='password'],
.trial_download_popup_container form .form_field_container input[type='text'],
.trial_download_popup_container form .form_field_container input[type='password'] {
  background-color: #edeeee;
  border: 0;
  border-bottom: 1px solid #02a49c;
  width: 100%;
  padding: 0;
  height: 17px;
  margin-bottom: 15px;
}
.trial_download_popup_container form p select,
.trial_download_popup_container form .form_field_container select {
  margin-top: 3px;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #02a49c;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #edeeee url(/assets/img/icon-darr-green2.png) 99% 6px no-repeat;
  height: 18px;
  margin-bottom: 15px;
}
.trial_download_popup_container form p input[type='checkbox'],
.trial_download_popup_container form .form_field_container input[type='checkbox'] {
  background-color: #edeeee;
  border: 1px solid #02a49c;
}
.trial_download_popup_container #actual_signin_button {
  float: left;
  margin-left: 20px;
}
.trial_download_popup_container .actual_button_content {
  padding-top: 10px;
  margin-right: 20px;
}
.trial_download_popup_container .fake_link.goto_create_account {
  text-decoration: underline;
  cursor: pointer;
}
.trial_download_popup_container table.two_column_container {
  width: 100%;
}
.trial_download_popup_container table.two_column_container td.first {
  padding-right: 10px;
}
.trial_download_popup_container table.two_column_container td.last {
  padding-left: 10px;
}
.trial_download_popup_container button.back {
  padding-top: 3px;
  padding-bottom: 3px;
  float: right;
  z-index: 100;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 500;
}
.trial_download_popup_container button.back.fa-arrow-left::before {
  font-weight: normal;
  padding-right: 5px;
  font-family: fontawesome;
}
.trial_download_popup_container .trial_download_popup_content {
  float: left;
  width: 48%;
}
.trial_download_popup_container .trial_download_popup_content h1.smaller,
.trial_download_popup_container .trial_download_popup_content p.smaller,
.trial_download_popup_container .trial_download_popup_content form,
.trial_download_popup_container .trial_download_popup_content .buttons_container {
  float: none;
  width: 100%;
}
.trial_download_popup_container .fake_link.goto_signin_step_button {
  text-decoration: underline;
}
.trial_download_popup_container .fake_link a {
  text-decoration: underline;
}
.trial_download_popup_container.step0 .actual_button {
  text-align: center;
}
.trial_download_popup_container.step0 .actual_button .button_content {
  display: inline-block;
  background-color: #02d35f;
  padding: 10px 40px;
  color: white;
  font-weight: 800;
  cursor: pointer;
}
.wider .modal-dialog {
  width: 1200px;
  max-width: 94%;
}
.wider h1.smaller,
.wider p.smaller,
.wider form,
.wider .buttons_container {
  float: right;
  width: 48%;
}
@media screen and (max-width: 992px) {
  .product-nav.download-product-nav .product-nav-row2 a {
    font-size: 19px;
  }
  .product-nav.download-product-nav .product-nav-row2 a.current {
    font-size: 23px;
  }
  .download-products2 .small-product {
    width: 49%;
    margin-bottom: 70px;
  }
  .downloads-support .standard-pad {
    padding-left: 0;
    padding-right: 0;
  }
  .download-links .downloads {
    padding: 60px 12.8%;
  }
  .download-description .section {
    padding: 60px 12.8%;
  }
  .download-description .section table td p {
    font-size: 14px;
  }
  .download-description #checksum_container {
    padding-top: 0;
    padding-bottom: 0;
  }
  .download-description #checksum_container table tr td:last-child {
    padding-bottom: 15px;
    word-wrap: break-word;
  }
  .download-description #product_description_container {
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .download-banner .standard-pad {
    padding-bottom: 40px;
  }
  .download-banner .standard-pad h1 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .download-banner .standard-pad h2 {
    font-size: 33px;
    margin-bottom: 20px;
  }
  .product-nav.download-product-nav .product-nav-row2 {
    display: none;
  }
  .product-nav.download-product-nav #tab-content {
    overflow: visible;
  }
  .product-nav.download-product-nav #tab-content .tab-content {
    display: block;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.5s;
    -moz-transition: height 0.5s;
    transition: height 0.5s;
  }
  .product-nav.download-product-nav #tab-content .tab-content .tab-inner .download-product-product h5 {
    margin-bottom: 5px;
  }
  .product-nav.download-product-nav #tab-content .tab-content .tab-inner .download-product-product p {
    font-size: 14px;
    line-height: 110%;
  }
  .product-nav.download-product-nav #tab-content .tab-content.active {
    height: auto;
  }
  .product-nav.download-product-nav .mobile-tab {
    font-weight: 700;
    color: white;
  }
  .product-nav.download-product-nav .mobile-tab .mobile-tab-inner {
    padding-bottom: 9px;
  }
  .product-nav.download-product-nav .button-clear {
    line-height: 125%;
    padding: 8px 12px;
    font-size: 14px;
    font-weight: 500;
  }
  .download-features .product-features {
    padding: 40px 5% 10px 5%;
  }
  .download-features .product-features .product-feature {
    margin-bottom: 35px;
  }
  .simple-banner .banner {
    padding: 40px 10% 40px 10%;
  }
  .simple-banner .banner h1 {
    font-size: 33px;
  }
  .simple-banner .banner h2 {
    font-size: 18px;
    margin-bottom: 18px;
  }
  .download-products .standard-pad .product-sum {
    margin-bottom: 60px;
  }
  .download-products2 .standard-pad {
    padding-bottom: 0;
  }
  .download-products2 .small-product {
    width: 100%;
    margin-bottom: 40px;
  }
  .download-products2 .small-product img {
    margin-bottom: 10px;
  }
  .download-products2 .small-product h4 {
    margin-bottom: 5px;
  }
  .download-products2 .small-product p {
    padding-bottom: 10px;
    line-height: 125%;
  }
  .downloads-support .standard-pad {
    padding: 0;
  }
  .downloads-support .standard-pad .support-container {
    display: block;
  }
  .downloads-support .standard-pad .support-container .support {
    display: block;
    width: 100%;
  }
  .download-registration .registration {
    text-align: center;
  }
  .download-registration .registration .button-clear {
    display: inline-block;
    float: none;
  }
  .download-registration .registration h3 {
    padding-top: 0;
  }
  .download-links .downloads {
    padding: 40px 10% 0 10%;
  }
  .download-links .downloads table td {
    font-size: 18px;
    line-height: 135%;
  }
  .download-links .downloads table td a.button-clear {
    padding: 6px 20px;
  }
  .download-links .downloads table td a.btn-md5 {
    font-size: 16px;
    line-height: 135%;
  }
  .download-description .section {
    padding: 40px 6.4% 20px 6.4%;
  }
  .download-description .section table td p {
    font-size: 12px;
    line-height: 135%;
  }
  .download-description #checksum_container h3 {
    margin-bottom: 25px;
  }
  .download-description #checksum_container table tr td:last-child {
    padding-bottom: 15px;
  }
  .download-description #product_description_container {
    padding-top: 20px;
  }
  .download-description .section {
    padding-top: 20px;
    padding-bottom: 0;
  }
  .download-description #known_issues_container {
    padding-bottom: 20px;
  }
  .trial_download_popup_container .trial_download_popup_content {
    float: none;
    width: 100%;
  }
  .wider .modal-dialog {
    width: auto;
    max-width: calc(100% - 15px);
  }
  .wider h1.smaller,
  .wider p.smaller,
  .wider form,
  .wider .buttons_container {
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 440px) {
  .download-banner .standard-pad {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .download-banner .standard-pad h1 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .download-banner .standard-pad h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .product-nav.download-product-nav #tab-content .tab-inner .download-product-product {
    display: block;
    width: 100%;
    margin: 0 0 40px 0;
  }
  .product-nav.download-product-nav #tab-content .tab-inner .download-product-product img {
    max-height: 66px;
    margin-bottom: 10px;
  }
  .product-nav.download-product-nav #tab-content .tab-inner .download-product-product p {
    padding-bottom: 10px;
  }
  .product-nav.download-product-nav #tab-content .tab-inner .download-product-product .button-clear {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .simple-banner .banner {
    padding: 40px 10% 40px 10%;
  }
  .simple-banner .banner h1 {
    font-size: 24px;
  }
  .simple-banner .banner h2 {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .download-products .standard-pad .product-sum {
    margin-bottom: 40px;
  }
  .download-products .standard-pad .product-sum .button-clear {
    padding: 6px 20px;
    line-height: 125%;
  }
  .download-products .standard-pad .product-sum p {
    line-height: 125%;
    padding-bottom: 15px;
  }
  .download-links .downloads {
    padding: 40px 6.4% 0 6.4%;
  }
  .download-links .downloads table td {
    font-size: 16px;
    line-height: 135%;
  }
  .download-links .downloads table td a.button-clear {
    padding: 6px 15px;
    font-size: 14px;
  }
  .download-links .downloads table td a.btn-md5 {
    font-size: 14px;
  }
  .download-description #checksum_container table tr td:last-child p {
    font-size: 10px;
  }
  .download-description #checksum_container h3 {
    font-size: 24px;
  }
  .download-description .section {
    font-size: 15px;
    line-height: 135%;
  }
  .download-description .section h3 {
    font-size: 24px;
  }
}
header {
  position: relative;
  background-color: white;
}
header #utilitynav {
  height: 40px;
  background-color: white;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 4;
  color: #95979a;
  text-align: right;
}
header #utilitynav a,
header #utilitynav span {
  display: inline-block;
  padding-top: 6px;
  color: #95979a;
}
header #utilitynav .container-fluid {
  padding: 0;
}
header #utilitynav .container-fluid > div {
  display: inline-block;
  background-repeat: no-repeat;
  padding: 17px 0px 0px 1%;
  font-size: 11px;
  vertical-align: top;
}
header #utilitynav .container-fluid > .logo {
  float: left;
  position: relative;
  padding: 0;
}
header #utilitynav .container-fluid > .logo a {
  position: absolute;
  top: 24px;
  left: 15px;
  width: 164px;
  height: 92px;
  padding-top: 80px;
  line-height: 110%;
  font-size: 10px;
  color: #4b4b4b;
  overflow: hidden;
  text-align: left;
  text-indent: 29px;
  letter-spacing: -0.35px;
  font-weight: 500;
  background: transparent url(/assets/img/suse_logo.svg) left top no-repeat;
  background-size: contain;
  background: transparent url(../img/logo_suse_bg2.png) left top no-repeat \9;
  background-size: auto \9;
}
header #utilitynav .container-fluid > .logo a:hover {
  text-decoration: none;
}
header #utilitynav a.butn {
  display: inline-block;
  background-color: #02d35f;
  color: white;
  padding: 6px 18px 0 18px;
  height: 31px;
}
header #utilitynav a.butn:hover {
  text-decoration: none;
}
header #utilitynav #utilitynav-login {
  position: relative;
}
header #utilitynav #utilitynav-login #login_drop {
  position: absolute;
  top: 40px;
  left: 0px;
  width: 280px;
  background: #fff;
  border: solid 1px #d4d6da;
  text-align: left;
}
header #utilitynav #utilitynav-login #login_drop h5 {
  margin: 5% 0 0 5%;
  color: #0d2c40;
  font-size: 1.6em;
  font-weight: 700;
}
header #utilitynav #utilitynav-login #overlay_form {
  width: 80%;
  margin: 20px auto;
}
header #utilitynav #utilitynav-login #overlay_form label {
  display: none;
}
header #utilitynav #utilitynav-login #overlay_form input {
  width: 100%;
  display: block;
  margin: 20px 0;
  border-bottom: 1px solid #02d35f;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  font-size: 1.2em;
}
header #utilitynav #utilitynav-login #overlay_form #overlay_forgot {
  width: 45%;
  float: left;
}
header #utilitynav #utilitynav-login #overlay_form #overlay_forgot a {
  color: #02d35f;
}
header #utilitynav #utilitynav-login #overlay_form #overlay_forgot a:hover {
  text-decoration: none;
}
header #utilitynav #utilitynav-login #overlay_form #overlay_submit {
  width: 40%;
  float: right;
  background: #fff;
  border: 2px solid #02d35f;
  color: #02d35f;
  margin: 0 0 20px 0;
}
header #utilitynav #utilitynav-login #overlay_create_acct {
  padding-bottom: 0;
}
header #utilitynav #utilitynav-login #overlay_create_acct a {
  display: block;
  clear: both;
  margin: 0 -1px -1px;
  padding: 20px 0;
  text-align: center;
  background: #02d35f;
  color: #fff;
  font-size: 1.3em;
  font-weight: 700;
}
header #utilitynav #utilitynav-login #overlay_create_acct a:hover {
  text-decoration: none;
}
header #utilitynav #utilitynav-chat {
  padding-left: 0;
  padding-right: 15px;
}
header #utilitynav #utilitynav-search {
  padding-right: 3px;
  width: 188px;
  text-align: left;
}
header #utilitynav #utilitynav-search #searchbox {
  border: 1px solid #a7a9ac;
  height: 31px;
  padding-left: 9px;
}
header #utilitynav #utilitynav-search .search-text {
  font-size: 10px;
  border: 0;
  height: 28px;
  vertical-align: top;
  margin: 0;
  padding: 0;
  width: 82%;
}
header #utilitynav #utilitynav-search .search-submit {
  float: right;
  background-color: transparent;
  font-size: 18px;
  padding: 5px 5px 0 0;
  color: #5f5f5f;
  border: 0;
}
header #utilitynav #utilitynav-language span.fa {
  padding-left: 3px;
}
header #utilitynav #utilitynav-language span {
  cursor: pointer;
}
header #utilitynav #utilitynav-language .popup {
  display: none;
  background-color: white;
  position: absolute;
  z-index: 10;
  border: solid 1px #d4d6da;
  width: 200px;
  padding: 8px 0px;
  top: 40px;
  color: #6a7c87;
  text-align: left;
}
header #utilitynav #utilitynav-language .popup .countries {
  overflow-y: scroll;
  height: 200px;
}
header #utilitynav #utilitynav-language .popup p {
  margin: 0 16px 0 16px;
  padding: 0;
}
header #utilitynav #utilitynav-language .popup hr {
  margin-top: 10px;
  margin-bottom: 10px;
  border-color: #eaeceb -moz-use-text-color -moz-use-text-color;
}
header #utilitynav #utilitynav-language .popup a {
  color: #6a7c87;
  display: block;
  padding: 4px 16px;
  margin-bottom: 2px;
}
header #utilitynav #utilitynav-language .popup a.current {
  font-weight: 500;
}
header #utilitynav #utilitynav-language .popup a:hover {
  text-decoration: none;
  background-color: #e8eae9;
}
header #utilitynav #utilitynav-vsep {
  padding-top: 24px;
}
header #utilitynav #utilitynav-vsep span {
  display: inline-block;
  height: 19px;
  border-right: 1px solid #5f5f5f;
}
header #utilitynav #utilitynav-cart {
  display: none;
  position: relative;
}
header #utilitynav #utilitynav-cart a {
  padding-top: 0;
}
header #utilitynav #utilitynav-cart .fa-shopping-cart {
  font-size: 2em;
  margin-right: 10px;
  padding-top: 0;
}
header #utilitynav #utilitynav-cart #cart-number {
  font-size: 12px;
  color: #fff;
  position: absolute;
  right: -10px;
  top: -5px;
  padding: 2px 5px;
  background-color: #FF6666;
  height: 16px;
  width: 16px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}
header #utilitynav.fixed {
  position: fixed;
}
header #utilitynav.fixed .container-fluid > div {
  padding-top: 7px;
}
header #utilitynav.fixed .container-fluid > .logo a {
  width: 142px;
  height: 78px;
  padding-top: 68px;
  top: 12px;
  left: 15px;
  font-size: 9px;
  text-indent: 23px;
  background: transparent url(/assets/img/suse_logo.svg) left top no-repeat;
  background-size: contain;
  background: transparent url(../img/logo_suse_bg2.png) left -300px no-repeat \9;
  background-size: contain \9;
}
header #utilitynav.fixed #utilitynav-vsep {
  padding-top: 14px;
}
header #menu {
  position: absolute;
  width: 100%;
  top: 77px;
  z-index: 3;
  text-align: center;
}
header #menu img {
  display: inline;
}
header #menu .container-fluid {
  padding: 0;
}
header #menu .categories {
  z-index: -1;
  display: table;
  margin-left: auto;
}
header #menu .categories .support,
header #menu .categories .partners,
header #menu .categories .communities,
header #menu .categories .category-about {
  position: relative;
}
header #menu .categories .category-about a {
  padding-right: 35px;
}
header #menu .categories .downloads > a {
  color: white;
  padding: 0 37px;
  pointer-events: auto;
}
header #menu .categories .downloads.enabled > a {
  background: transparent url(../img/green.png) left top no-repeat;
}
header #menu .categories .downloads.enabled.altcolor > a {
  background: #bfbfbf none;
}
header #menu .categories .shop > a {
  color: white;
  padding: 0 31px;
  background-color: #0d2c40;
  background-image: none;
  background: transparent url(../img/navy.png) left 57px no-repeat;
  pointer-events: auto;
}
header #menu .categories .shop.enabled > a {
  background: transparent url(../img/navy.png) left top no-repeat;
}
header #menu .categories .shop:hover > a {
  background: transparent url(../img/navy.png) left top no-repeat;
}
header #menu .categories .shop.enabled.current a {
  background: #02d35f none;
}
header #menu .category {
  display: inline-block;
  display: table-cell;
  vertical-align: middle;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  text-align: center;
  padding: 0;
  font-size: 13px;
  line-height: 100%;
}
header #menu .category > a {
  display: inline-block;
  display: table-cell;
  vertical-align: middle;
  font-weight: 700;
  color: #0d2c40;
  padding: 0 20px;
  height: 57px;
  cursor: pointer;
  background: transparent url(../img/green.png) left 57px no-repeat;
  -webkit-transition: background-position 0.2s linear;
  -moz-transition: background-position 0.2s linear;
  transition: background-position 0.2s linear;
}
header #menu .category .about .col-md-4 {
  margin-bottom: 30px;
}
header #menu .category .outer {
  position: absolute;
  left: 0px;
  top: 57px;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  z-index: 100;
  max-width: 1400px;
  display: inline-block;
  right: 0;
  margin: 0 auto;
}
header #menu .category .outer.support {
  width: 450px;
  left: 0;
  right: auto;
}
header #menu .category .outer.partners {
  width: 250px;
  left: 0;
  right: auto;
}
header #menu .category .outer.communities {
  width: 200px;
  left: 0;
  right: auto;
}
header #menu .category .outer.about {
  width: 200px;
  left: 0;
  right: auto;
}
header #menu .category .dropdown {
  background-color: #02d35f;
  background-color: #dcdddf;
  border-top: 5px solid #02d35f;
  padding: 27px 0px 35px 0px;
  display: none;
  box-shadow: 0px 3px 3px -2px #6a7c87;
  text-align: left;
  width: 100%;
}
header #menu .category .dropdown a {
  border: none;
  font-size: 13px;
  line-height: 110%;
  color: #0d2c40;
  display: block;
}
header #menu .category .dropdown a .external {
  background-image: url(/assets/images/share.png);
  display: inline-block;
  width: 9px;
  height: 8px;
  margin-left: 8px;
}
header #menu .category .dropdown img {
  padding-bottom: 15px;
}
header #menu .category .dropdown .external {
  padding-left: 8px;
}
header #menu .category .dropdown h5 {
  font-weight: 700;
  font-size: 14px;
  line-height: 110%;
  margin-top: 0px;
  margin-bottom: 13px;
}
header #menu .category .dropdown h5 a {
  font-weight: 700;
  font-size: 14px;
  line-height: 110%;
}
header #menu .category .dropdown h5.special {
  margin-bottom: 6px;
}
header #menu .category .dropdown p {
  padding: 0;
  margin: 0 0 15px 0;
  color: #d4d6da;
}
header #menu .category .dropdown strong {
  display: block;
  font-weight: 500;
  font-size: 13px;
  line-height: 110%;
  margin-bottom: 4px;
}
header #menu .category .dropdown a.seemore {
  font-size: 13px;
  margin-top: 14px;
  color: #29ceff;
}
header #menu .category .support .dropdown,
header #menu .category .partners .dropdown,
header #menu .category .communities .dropdown,
header #menu .category .about .dropdown {
  padding-bottom: 10px;
}
header #menu .category .innercol {
  padding: 5px 6% 5px 8%;
}
header #menu .category #highlight {
  background-color: #a0ff5f;
  background-color: #a8a9ad;
  background-color: #DCDDDF;
  margin: 0 -15px 15px -15px;
  padding: 12px 0 5px 15px;
}
header #menu .category #highlight ul {
  list-style-type: square;
  padding-top: 3px;
}
header #menu .category #highlight ul li {
  font-weight: 500;
  font-size: 13px;
  line-height: 110%;
  margin-bottom: 11px;
}
header #menu .category a:hover {
  text-decoration: none;
  cursor: pointer;
}
header #menu .right .category hr {
  border-color: #9dabac;
}
header #menu .category.active > a {
  background: transparent url(../img/green.png) left top no-repeat;
}
header #menu .category.active .outer {
  opacity: 1;
}
header #menu .category.active .outer .dropdown {
  display: block;
}
header #menu .searching .category {
  opacity: 0;
}
header #menu .searching #menu-search input[type="text"] {
  width: 350px;
  transition-delay: 0s;
}
header #menu .searching #menu-search ::input-placeholder {
  opacity: 0;
}
header #menu .searching #menu-search ::-webkit-input-placeholder {
  opacity: 0;
}
header #menu .searching #menu-search ::-moz-placeholder {
  opacity: 0;
}
header #menu .searching #menu-search :-ms-input-placeholder {
  opacity: 0;
}
header .header-border {
  position: relative;
  width: 100%;
  height: 34px;
  max-width: 1400px;
  margin: 0 auto;
  box-shadow: 0 2px 4px -2px #6a7c87;
  background-color: #02d35f;
  z-index: -2;
  overflow: hidden;
}
header .header-border span {
  background-color: #02d35f;
}
header .header-border.home {
  height: 5px;
  background-color: #dddddd;
}
header .header-border.home span {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: width 1.2s linear;
  -moz-transition: width 1.2s linear;
  transition: width 1.2s linear;
}
header .header-border.home span.home-start {
  width: 0;
}
header .fixed .header-border {
  max-width: none;
  text-align: left;
}
header .fixed .logo a {
  width: 88px;
  padding-top: 43px;
  top: 9px;
  left: 10px;
  background: transparent url(/assets/img/suse_logo.svg) left top no-repeat;
  background-size: contain;
  background: transparent url(../img/logo_suse_bg2.png) left -150px no-repeat \9;
  background-size: auto \9;
}
header .logo {
  display: none;
  position: relative;
}
header .logo a {
  position: absolute;
  top: -54px;
  left: 15px;
  width: 164px;
  height: 0;
  padding-top: 92px;
  overflow: hidden;
  background: transparent url(/assets/img/suse_logo.svg) left top no-repeat;
  background-size: contain;
  background: transparent url(../img/logo_suse_bg2.png) left top no-repeat \9;
  background-size: auto \9;
}
header .fixed-expanded .container-fluid .logo a {
  width: 131px;
  padding-top: 74px;
  top: -25px;
  left: 15px;
  background: transparent url(/assets/img/suse_logo.svg) left top no-repeat;
  background-size: contain;
  background: transparent url(../img/logo_suse_bg2.png) left -300px no-repeat \9;
  background-size: auto \9;
}
header #menu.fixed {
  position: fixed;
  top: 0px;
  background-color: white;
  height: 60px;
  z-index: 100;
}
header #menu.fixed .logo {
  display: block;
}
header #menu.fixed .right .category .outer {
  top: 60px;
}
header #menu.fixed.fixed-expanded {
  z-index: 3;
}
header #menu.fixed.fixed-expanded .logo {
  display: none;
}
header.es-es #menu .category > a {
  padding-left: 13px;
  padding-right: 13px;
}
.top-banner {
  padding-top: 167px;
}
.breadcrumbs > div {
  max-width: 1400px;
  text-align: left;
}
.breadcrumbs a {
  display: block;
  float: left;
  height: 34px;
  vertical-align: top;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  padding: 0 2.4%;
  color: #0d2c40;
  margin-left: -10px;
  cursor: pointer;
}
.breadcrumbs a span {
  background-color: transparent;
  display: inline-block;
  height: 34px;
  vertical-align: top;
  padding-top: 11px;
}
.breadcrumbs a.highlight {
  background-color: #a0ff5f;
  background-image: url(/assets/img/breadcrumb_hover_bg_left.png), url(/assets/img/breadcrumb_hover_bg_right.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left top, right top;
}
.breadcrumbs a.home {
  background: transparent url(/assets/img/icon-home.png) 75% 9px no-repeat;
  width: 9%;
  margin: 0;
}
.menubackground-blue {
  background-color: #0078ef;
  height: 100px;
  width: 100%;
}
.modal-content {
  border-radius: 0;
}
.mobile-talk {
  display: none;
}
#lang-confirm-modal .img {
  text-align: center;
  padding-right: 0;
}
#lang-confirm-modal .img img {
  display: block;
  margin: 0 auto;
}
#lang-confirm-modal .modal-header .close {
  font-size: 40px;
  color: #5f5f5f;
}
#lang-confirm-modal .modal-dialog {
  width: 75%;
  max-width: 1050px;
}
#lang-confirm-modal .modal-dialog .modal-body {
  padding-top: 40px;
  padding-bottom: 40px;
}
#lang-confirm-modal .modal-dialog .modal-body .content {
  padding: 0 7% 0 3%;
}
#lang-confirm-modal .modal-dialog .modal-body .button-clear {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
#lang-confirm-modal .modal-dialog .modal-body .inconvenience {
  font-size: 25px;
  line-height: 100%;
  font-weight: 500;
  color: #5f5f5f;
}
#lang-confirm-modal .modal-dialog .modal-body .big-message {
  font-size: 40px;
  font-weight: 800;
  line-height: 105%;
  color: #0d2c40;
  padding-bottom: 30px;
}
#lang-confirm-modal .modal-dialog .modal-body a.cancel {
  background-color: #02d35f;
  color: white;
}
.blank.talk-form #form_builder_company {
  width: 48%;
}
.blank.talk-form #form_builder_c_primary_phone {
  float: right;
  width: 48%;
}
.blank.talk-form .form_field_container.col.half.first {
  float: left;
  width: 48%;
}
.blank.talk-form .form_field_container.col.half.last {
  float: right;
  width: 48%;
}
.blank.talk-form .form_field_container.col.full {
  clear: both;
}
.blank.talk-form input[type="radio"],
.blank.talk-form input[type="checkbox"],
.blank.talk-form .radio,
.blank.talk-form .checkbox {
  display: inline-block;
}
.blank-thank-you {
  padding-top: 60px;
  text-align: center;
}
.blank-thank-you h1 {
  margin-bottom: 25px;
}
@media screen and (max-width: 992px) {
  #lang-confirm-modal .modal-dialog .modal-body .content {
    padding: 0 5%;
  }
  #lang-confirm-modal .modal-dialog .modal-body .content .big-message {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  #lang-confirm-modal .modal-dialog {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #lang-confirm-modal .modal-dialog .modal-body .content .inconvenience {
    font-size: 16px;
  }
  #lang-confirm-modal .modal-dialog .modal-body .content .big-message {
    font-size: 18px;
  }
}
#talk-modal .modal-dialog {
  top: 3%;
  right: auto;
  max-width: 95%;
  left: calc(30% - 240px);
}
#talk-modal .talk-x {
  font-size: 30px;
  color: #000;
  opacity: .5;
}
#talk-modal h2,
#talk-modal h3 {
  font-weight: 800;
  color: #0d2c40;
}
#talk-modal .orange {
  color: #fd9a2b;
}
#talk-modal .live-chat-container {
  visibility: hidden;
}
#talk-modal .live-chat-container .livechat {
  margin: 40px 0;
}
#talk-modal .live-chat-container .livechat .chat-now {
  display: none;
  font-size: 1.4em;
  font-weight: 500;
  background: #02d35f;
  padding: 10px 30px;
  color: #fff;
  margin-left: -15px;
}
#talk-modal .live-chat-container .livechat .chat-now.spacer {
  display: block;
  visibility: hidden;
}
#talk-modal .live-chat-container .livechat .chat-now > a {
  color: #fff;
}
#talk-modal .live-chat-container .livechat a:hover {
  text-decoration: none;
}
#talk-modal .talk-large-text {
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.1em;
  color: #0d2c40;
}
#talk-modal .talk-line {
  border-top: 3px solid #0d2c40;
  margin: 10px 0 30px;
}
#talk-modal .talk-numbers {
  font-size: 1.2em;
  font-weight: 300;
  color: #fff;
  background: #5f5f5f;
  margin: 10px 0 30px -15px;
}
#talk-modal .talk-numbers .talk-sales {
  padding: 20px 10px 20px 40px;
  word-wrap: break-word;
}
#talk-modal .talk-numbers .talk-support {
  padding: 20px 0 20px 10px;
  word-wrap: break-word;
}
#talk-modal .talk-social {
  margin-bottom: 30px;
}
#talk-modal .talk-social h4 {
  color: #0d2c40;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 300;
  line-height: 27px;
}
#talk-modal .talk-social .social-icons i {
  color: #fff;
  background: #02d35f;
  padding: 6px;
  margin-left: 3px;
  width: 25px;
}
#talk-modal .request-call {
  margin: 20px 0 5px 30px;
}
.modal-header {
  border: none;
}
.modal-header .close {
  opacity: inherit;
  margin-top: -10px;
}
.modal-body {
  padding-top: 0;
}
@media (max-width: 768px) {
  #talk-modal .modal-dialog {
    width: auto;
    right: auto;
    left: auto;
    max-width: none;
    margin: 0 15px 0 15px;
  }
  #talk-modal .live-chat-container .livechat {
    margin: 20px 0;
  }
  #talk-modal .live-chat-container .livechat .chat-now {
    font-size: 1em;
    padding: 10px;
  }
  #talk-modal .talk-numbers .talk-support {
    padding: 0 0 20px 40px;
    margin: 0;
  }
  #talk-modal .talk-form {
    display: none;
  }
  #talk-modal .talk-form-footer .talk-required {
    display: none;
  }
}
#videoModalOne .modal-dialog {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
#videoModalOne .modal-dialog iframe {
  max-width: 100%;
}
@media screen and (min-width: 800px) {
  #talk-modal .modal-dialog {
    width: 790px;
  }
}
.talk-form {
  background: #E8EAEA;
  padding: 15px;
}
.talk-form div {
  margin-bottom: 10px;
}
.talk-form label {
  font-weight: 300;
  font-size: 1em;
  line-height: 100%;
  color: #96999C;
  display: block;
  margin-bottom: 0;
}
.talk-form input[type="text"],
.talk-form input[type="password"] {
  background: #E8EAEA;
  border: 0;
  border-bottom: 1px solid #149389;
  padding: 0;
  height: 17px;
  width: 100%;
  margin-bottom: 15px;
}
.talk-form select {
  background: #E8EAEA;
  border: 0;
  width: 100%;
  height: 18px;
  border-bottom: 1px solid #149389;
  margin-bottom: 15px;
}
.talk-form #form_builder_firstName {
  float: left;
  width: 47%;
}
.talk-form #form_builder_lastName {
  float: right;
  width: 50%;
}
.talk-form #form_builder_email,
.talk-form #form_builder_comment {
  clear: both;
}
.talk-form #form_builder_company {
  float: left;
  width: 47%;
}
.talk-form #form_builder_phone {
  float: right;
  width: 50%;
}
.talk-form #form_builder_city {
  float: left;
  width: 47%;
}
.talk-form #form_builder_country {
  float: right;
  width: 50%;
}
.talk-form #form_builder_postalCode {
  clear: both;
}
.talk-form .form_builder_submit {
  text-align: center;
  margin: 20px 0 0;
}
.talk-form .form_builder_submit p {
  margin: 0;
  padding: 0;
}
.talk-form .form_builder_submit a {
  display: block;
  color: #fff;
  font-size: 1.3em;
  font-weight: 500;
  background: #02d35f;
  width: 100%;
  padding: 20px 0;
}
.talk-form .form_builder_submit a:hover {
  text-decoration: none;
}
.talk-form #form_builder_w_optin label,
.talk-form #form_builder_w_optin br {
  display: none;
}
.talk-form #form_builder_w_optin input {
  float: left;
  margin-right: 8px;
}
.talk-form-footer {
  font-weight: 300;
  margin: 3px 0;
}
.talk-form-footer a {
  color: #1CCF4D;
}
.talk-form-footer a:hover {
  text-decoration: none;
}
.talk-form-footer .talk-privacy {
  float: left;
}
.talk-form-footer .talk-required {
  text-align: right;
  float: right;
}
#feedback-modal .talk-x {
  font-size: 30px;
  color: #000;
  opacity: .5;
}
#feedback-modal .bluebg_h2 {
  background: #0d2c40;
  font-size: 22px;
  color: #fff;
  padding: 10px 30px 10px 15px;
  margin-left: -15px;
  font-weight: 500;
  margin-bottom: 30px;
}
#feedback-modal .feedback-lg-text {
  font-size: 20px;
  font-weight: 700;
  color: #0d2c40;
}
#feedback-modal .feedback-sm-text {
  font-size: 17px;
  color: #0d2c40;
}
#feedback-modal .feedback-line {
  border-top: 3px solid #0d2c40;
  margin: 10px 0 30px;
}
#feedback-modal .feedback-numbers {
  background: #5f5f5f;
  color: #fff;
  margin: 10px 0 30px -15px;
  padding: 20px 0;
}
#feedback-modal .feedback-numbers .feedback-sales {
  padding-left: 30px;
}
#feedback-modal .feedback-numbers .feedback-support {
  margin: 0;
}
#feedback-modal .feedback-social {
  margin-bottom: 30px;
}
#feedback-modal .feedback-social h4 {
  color: #0d2c40;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 300;
  line-height: 27px;
}
#feedback-modal .feedback-social .social-icons i {
  color: #fff;
  background: #02d35f;
  padding: 6px;
  margin-left: 3px;
  width: 25px;
}
#feedback-modal .orange {
  color: #fd9a2b;
}
#feedback-modal .feedback-solution {
  padding: 20px 0;
}
#feedback-modal .feedback-form-wrapper iframe {
  height: 400px;
  width: 100%;
}
.menudropdowns {
  display: none;
}
@media screen and (min-width: 800px) {
  #feedback-modal .modal-dialog {
    width: 790px;
  }
}
.navbars,
.mnavback,
.sub1 i {
  display: none;
}
@media (min-width: 1161px) {
  #nav {
    padding-left: 167px;
  }
}
@media (min-width: 769px) and (max-width: 1160px) {
  header #utilitynav .container-fluid > .logo,
  header #utilitynav.fixed .container-fluid > .logo {
    width: 97px;
    height: 52px;
  }
  header #utilitynav .container-fluid > .logo a,
  header #utilitynav.fixed .container-fluid > .logo a {
    width: 88px;
    height: 0;
    padding-top: 43px;
    top: 9px;
    left: 10px;
    font-size: 6px;
    text-indent: 15px;
    background: transparent url(/assets/img/suse_logo.svg) left top no-repeat;
    background-size: contain;
    background: transparent url(../img/logo_suse_bg2.png) left -150px no-repeat \9;
    background-size: auto \9;
  }
  header.es-es #utilitynav .container-fluid,
  header.pt-br #utilitynav .container-fluid,
  header.de-de #utilitynav .container-fluid {
    display: table;
    width: 100%;
  }
  header.es-es #utilitynav #utilitynav-search,
  header.pt-br #utilitynav #utilitynav-search,
  header.de-de #utilitynav #utilitynav-search {
    width: 168px;
  }
  header.es-es #utilitynav a,
  header.es-es #utilitynav span,
  header.pt-br #utilitynav a,
  header.pt-br #utilitynav span,
  header.de-de #utilitynav a,
  header.de-de #utilitynav span {
    padding-top: 0;
  }
  header.es-es #utilitynav a.butn,
  header.pt-br #utilitynav a.butn,
  header.de-de #utilitynav a.butn {
    display: table-cell;
    vertical-align: middle;
    padding-left: 9px;
    padding-right: 9px;
    padding-top: 0;
  }
  header.es-es #utilitynav .container-fluid > div,
  header.pt-br #utilitynav .container-fluid > div,
  header.de-de #utilitynav .container-fluid > div {
    display: table-cell;
    vertical-align: middle;
    padding-top: 13px;
    text-align: center;
    line-height: 120%;
    padding-left: 5px;
    padding-right: 5px;
  }
  header.es-es #utilitynav .container-fluid > div#utilitynav-language,
  header.pt-br #utilitynav .container-fluid > div#utilitynav-language,
  header.de-de #utilitynav .container-fluid > div#utilitynav-language {
    white-space: nowrap;
  }
  header.es-es #utilitynav .container-fluid > div#utilitynav-language span,
  header.pt-br #utilitynav .container-fluid > div#utilitynav-language span,
  header.de-de #utilitynav .container-fluid > div#utilitynav-language span {
    margin-right: 8px;
  }
  header.es-es #utilitynav .container-fluid > div#utilitynav-vsep,
  header.pt-br #utilitynav .container-fluid > div#utilitynav-vsep,
  header.de-de #utilitynav .container-fluid > div#utilitynav-vsep {
    padding-top: 13px;
  }
  header.es-es #utilitynav .container-fluid > div#utilitynav-vsep span,
  header.pt-br #utilitynav .container-fluid > div#utilitynav-vsep span,
  header.de-de #utilitynav .container-fluid > div#utilitynav-vsep span {
    margin-left: 8px;
    margin-right: 8px;
  }
  header.es-es #utilitynav .container-fluid > div#utilitynav-chat,
  header.pt-br #utilitynav .container-fluid > div#utilitynav-chat,
  header.de-de #utilitynav .container-fluid > div#utilitynav-chat {
    padding-left: 12px;
  }
  header.pt-br #utilitynav.fixed .container-fluid > div,
  header.es-es #utilitynav.fixed .container-fluid > div,
  header.de-de #utilitynav.fixed .container-fluid > div {
    padding-top: 7px;
  }
  header.pt-br #utilitynav.fixed .container-fluid > div#utilitynav-vsep,
  header.es-es #utilitynav.fixed .container-fluid > div#utilitynav-vsep,
  header.de-de #utilitynav.fixed .container-fluid > div#utilitynav-vsep {
    padding-top: 7px;
  }
  header.pt-br #utilitynav.fixed .container-fluid > .logo,
  header.es-es #utilitynav.fixed .container-fluid > .logo,
  header.de-de #utilitynav.fixed .container-fluid > .logo {
    height: 38px;
  }
}
@media (min-width: 769px) and (max-width: 1060px) {
  header #utilitynav .container-fluid {
    display: table;
    width: 100%;
  }
  header #utilitynav #utilitynav-search {
    width: 168px;
  }
  header #utilitynav a,
  header #utilitynav span {
    padding-top: 0;
  }
  header #utilitynav a.butn {
    display: table-cell;
    vertical-align: middle;
    padding-left: 9px;
    padding-right: 9px;
    padding-top: 0;
  }
  header #utilitynav .container-fluid > div {
    display: table-cell;
    vertical-align: middle;
    padding-top: 13px;
    text-align: center;
    line-height: 120%;
    padding-left: 5px;
    padding-right: 5px;
  }
  header #utilitynav .container-fluid > div#utilitynav-language {
    white-space: nowrap;
  }
  header #utilitynav .container-fluid > div#utilitynav-language span {
    margin-right: 8px;
  }
  header #utilitynav .container-fluid > div#utilitynav-vsep {
    padding-top: 13px;
  }
  header #utilitynav .container-fluid > div#utilitynav-vsep span {
    margin-left: 8px;
    margin-right: 8px;
  }
  header #utilitynav .container-fluid > div#utilitynav-chat {
    padding-left: 12px;
  }
  header #utilitynav.fixed .container-fluid > div {
    padding-top: 7px;
  }
  header #utilitynav.fixed .container-fluid > div#utilitynav-vsep {
    padding-top: 7px;
  }
  header #utilitynav.fixed .container-fluid > .logo {
    height: 38px;
  }
}
@media (max-width: 768px) {
  header .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 901px) and (max-width: 1072px) {
  header #menu.fixed .categories {
    padding-left: 105px;
  }
}
@media (min-width: 769px) and (max-width: 900px) {
  header #menu.fixed .categories {
    margin-left: 105px;
  }
  header #menu .category > a {
    font-weight: 500;
    padding: 0 10px;
  }
  header #menu .categories .downloads > a {
    padding: 0 10px;
  }
  header #menu .categories .shop > a {
    padding: 0 10px;
  }
  header #utilitynav.fixed .container-fluid > .logo {
    margin-left: 0;
  }
  header #utilitynav.fixed .container-fluid > .logo a {
    width: 88px;
    height: 0;
    padding-top: 43px;
    top: 9px;
    left: 10px;
    background: transparent url(/assets/img/suse_logo.svg) left top no-repeat;
    background-size: contain;
    background: transparent url(../img/logo_suse_bg2.png) left -150px no-repeat \9;
    background-size: auto \9;
  }
}
@media (max-width: 800px) {
  #utilitynav-cart {
    display: none !important;
  }
}
@media (max-width: 768px) {
  header .header-border {
    background-color: #02d35f !important;
  }
  header #utilitynav.fixed .container-fluid > .logo a {
    width: 88px;
    height: 0;
    padding-top: 43px;
    top: 9px;
    left: 15px;
    background: transparent url(/assets/img/suse_logo.svg) left top no-repeat;
    background-size: contain;
    background: transparent url(../img/logo_suse_bg2.png) left -150px no-repeat \9;
    background-size: auto \9;
  }
  header #utilitynav {
    height: 57px;
    position: fixed;
    z-index: 6;
    width: 90%;
  }
  header #utilitynav .container-fluid > .logo a {
    width: 88px;
    height: 0;
    padding-top: 43px;
    top: 9px;
    left: 15px;
    background: transparent url(/assets/img/suse_logo.svg) left top no-repeat;
    background-size: contain;
    background: transparent url(../img/logo_suse_bg2.png) left -150px no-repeat \9;
    background-size: auto \9;
  }
  header #utilitynav #utilitynav-search {
    padding: 12px 0 0;
    margin-right: 10px;
  }
  header #utilitynav #utilitynav-search #searchbox {
    border: none;
    position: relative;
  }
  header #utilitynav #utilitynav-search #searchbox ::-webkit-input-placeholder {
    color: white;
  }
  header #utilitynav #utilitynav-search #searchbox :-moz-placeholder {
    color: white;
  }
  header #utilitynav #utilitynav-search #searchbox ::-moz-placeholder {
    color: white;
  }
  header #utilitynav #utilitynav-search #searchbox :-ms-input-placeholder {
    color: white;
  }
  header #utilitynav #utilitynav-search #searchbox input {
    width: 100%;
  }
  header #utilitynav #utilitynav-search #searchbox .search-submit {
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
  }
  #home-carousel {
    padding-top: 60px;
  }
  .top-banner {
    padding-top: 60px;
  }
  header #menu {
    position: fixed;
    top: 0 !important;
    z-index: 5;
    background: transparent;
  }
  header #menu .navbars {
    display: block;
    float: right;
    background: #02d35f;
    padding: 14px 20px;
    color: #fff;
    z-index: 11;
    height: 60px;
    width: 60px;
  }
  header #menu .navbars:focus,
  header #menu .navbars:active {
    outline: 0;
  }
  header #menu .container-fluid {
    background: #fff;
  }
  header #menu .categories {
    clear: both;
  }
  header #menu.fixed {
    background: transparent;
    z-index: 5;
  }
  header #menu.fixed.fixed-expanded {
    top: 0 !important;
  }
  #nav {
    display: none;
    width: 100%;
    height: 484px;
    background: transparent;
  }
  #nav.active {
    display: block;
    max-height: 99999px;
    transition: max-height 1s;
    -webkit-transition: max-height 1s;
  }
  .top-banner.promo {
    padding-top: 65px;
  }
  .mobile-talk {
    display: block;
  }
  e
    .menuopen .breadcrumbs {
    position: absolute;
    top: 0;
    z-index: -5;
  }
  header #menu .active .categories {
    display: block;
    overflow-y: scroll;
    background: #02d35f;
  }
  header #menu .active .categories .sub1 i {
    display: block;
    color: #fff;
    color: #0d2c40;
  }
  header #menu .active .categories .sub1.category > a > i {
    float: right;
    margin-right: 50px;
    margin-top: -10px;
  }
  header #menu .active .categories .sub1.category .innercol h5 i {
    margin-top: 6px;
  }
  header #menu .active .categories .support,
  header #menu .active .categories .partners,
  header #menu .active .categories .communities,
  header #menu .active .categories .category-about {
    position: initial;
  }
  header #menu .active .categories .category {
    width: 100%;
    background: #02d35f;
    background: #dcdddf;
    color: #0d2c40;
    display: block;
    text-align: left;
    border-bottom: 1px solid #05eb6b;
    border-bottom: 1px solid #5f5f5f;
    height: 60px;
    padding-left: 10%;
  }
  header #menu .active .categories .category > a {
    display: inline-block;
    padding: 25px 0;
    background: none;
    text-decoration: none;
    position: relative;
    float: left;
    width: 100%;
    font-size: 1.2em;
    cursor: pointer;
  }
  header #menu .active .categories .category .dropdown h5 a {
    font-size: 1.4em;
    border-bottom: 1px solid #05eb6b;
    border-bottom: 1px solid #5f5f5f;
    border-bottom: 0;
    display: inline-block;
    width: 85%;
  }
  header #menu .active .categories .category .dropdown .innercol p {
    border-bottom: 1px solid #05eb6b;
    border-bottom: 1px solid #5f5f5f;
    padding-bottom: 15px;
  }
  header #menu .active .categories .category .partners p > a > strong {
    font-size: 1.2em;
    font-weight: 700;
  }
  header #menu .active .categories .category .communities a,
  header #menu .active .categories .category .about a {
    font-size: 1.2em;
    font-weight: 700;
  }
  header #menu .active .categories .category .support h5 a {
    padding-bottom: 10px;
  }
  header #menu .active .categories .category .prodaz a {
    padding-bottom: 20px;
  }
  header #menu .active .categories .category .mnavback {
    display: block;
    background: #02d35f;
    background: #dcdddf;
    color: #fff;
    color: #0d2c40;
    width: 100%;
    padding-left: 20px;
    height: 40px;
  }
  header #menu .active .categories .category .mnavback .goback {
    font-size: 1.2em;
    text-transform: uppercase;
    display: inline-block;
    margin: 8px 0 0 10px;
  }
  header #menu .active .categories .category .mnavback i {
    float: left;
    margin: 0 0 0 20px;
  }
  header #menu .active .categories .category .outer {
    display: block;
    width: 90%;
    position: absolute;
    left: 101%;
    padding: 20px 0;
    -webkit-box-shadow: -3px 2px 4px 0px #2fa037;
    -moz-box-shadow: -3px 2px 4px 0px #2fa037;
    box-shadow: -3px 2px 4px 0px #2fa037;
    -webkit-box-shadow: -3px 2px 4px 0px #636363;
    -moz-box-shadow: -3px 2px 4px 0px #636363;
    box-shadow: -3px 2px 4px 0px #636363;
    -moz-transition: all 400ms ease-in;
    -webkit-transition: all 400ms ease-in;
    transition: all 400ms ease-in;
    z-index: 500;
    overflow-y: scroll;
    -moz-transform: translate3d(0%,0px,0px);
    -webkit-transform: translate3d(0%,0px,0px);
    -ms-transform: translate(0%,0px);
    -o-transform: translate(0%,0px);
    transform: translate3d(0%,0px,0px);
  }
  header #menu .active .categories .category .outer .dropdown {
    display: block;
    height: 100vh;
    overflow-y: scroll;
  }
  header #menu .active .categories .category .outer .dropdown .container-fluid {
    background: #02d35f;
    background: #dcdddf;
  }
  header #menu .active .categories .category .outer .dropdown .container-fluid .col-sm-3 {
    padding: 0;
  }
  header #menu .active .categories .category .outer.slidein {
    top: 60px;
    background: #02d35f;
    background: #dcdddf;
    opacity: 100;
    overflow-y: scroll;
    -moz-transform: translate3d(-100%,0px,0px);
    -webkit-transform: translate3d(-100%,0px,0px);
    -ms-transform: translate(-100%,0px);
    -o-transform: translate(-100%,0px);
    transform: translate3d(-100%,0px,0px);
  }
  header #menu .active .categories .category .enterprise_drop {
    font-size: 1.3em;
    border-bottom: 1px solid #05eb6b;
    border-bottom: 1px solid #5f5f5f;
    padding-bottom: 20px;
  }
  header #menu .active .categories .category .sub_menu2_drop {
    font-size: 1.3em;
    border-bottom: 1px solid #05eb6b;
    border-bottom: 1px solid #5f5f5f;
    padding-bottom: 20px;
  }
  header #menu .active .categories .category .sub_menu2_content {
    display: none;
  }
  header #menu .active .categories .category .plusminus {
    color: #fff;
    color: #0d2c40;
    float: right;
    margin-right: 10px;
  }
  header #menu .active .categories .letstalkmobile {
    width: 100%;
    background: #02d35f;
    background: #dcdddf;
    border-top: 5px solid #02d35f;
    color: #0d2c40;
    display: block;
    text-align: center;
    border-bottom: 1px solid #05eb6b;
    border-bottom: 1px solid #5f5f5f;
    height: 65px;
    padding-top: 10px;
  }
  header #menu .active .categories .letstalkmobile .mobile-talk {
    background: #fff;
    background: #02d35f;
    color: #fff;
    border-radius: 10px;
    padding: 10px 20px;
    margin: 0 auto;
    width: 130px;
  }
  header #menu .active .categories .downloads > a {
    color: #0d2c40;
  }
  header #menu .active .categories .shop > a {
    color: #0d2c40;
    background: none;
  }
  header .header-border.breadcrumbs {
    height: 5px;
    overflow: hidden;
  }
  header .header-border.breadcrumbs a {
    display: none;
  }
}
@media (max-width: 610px) {
  header #utilitynav {
    width: 88%;
  }
  header #utilitynav #utilitynav-search {
    width: 150px;
  }
}
@media (max-width: 500px) {
  header #utilitynav {
    width: 85%;
  }
  header #utilitynav #utilitynav-search {
    width: 132px;
  }
  #videoModalOne .modal-dialog iframe {
    height: 257px;
  }
  header #menu .active .categories .sub1.category > a > i {
    margin-right: 25px;
  }
  header #menu .active .categories .sub1.category .innercol h5 i {
    margin-top: 2px;
  }
  header #menu .active .categories .category .dropdown h5 a {
    font-size: 16px;
    width: 80%;
  }
}
@media (max-width: 400px) {
  header #utilitynav {
    width: 78%;
  }
  header #utilitynav #utilitynav-search {
    width: 120px;
  }
  #videoModalOne .modal-dialog iframe {
    height: 200px;
  }
}
.solutions-banner.partners .banner {
  background: #24193b url(/assets/img/banner_bg09.png) center top repeat;
}
.solutions-banner.partners .banner h3 {
  font-size: 23px;
  font-weight: 500;
  margin-bottom: 25px;
}
.promo-summary.partners-summary .summary {
  padding: 60px 18%;
}
.promo-summary.partners-summaryv2 .summary {
  padding: 60px 16.5% 40px 16.5%;
}
.promo-summary.partner-with-us {
  background-color: #0d2c40;
  color: white;
  border-bottom: 1px solid white;
}
.promo-summary.partner-with-us .summary {
  padding-top: 60px;
  padding-bottom: 60px;
}
.promo-summary.partner-with-us .summary .button-clear {
  margin-top: 20px;
}
.promo-summary.partner-with-us .summary .button-clear-1 {
  border-color: white;
  margin-left: 11px;
  margin-right: 11px;
}
.promo-summary.partner-with-us .summary .button-clear-2 {
  background-color: #02d35f;
  color: white;
  padding-left: 25px;
  padding-right: 25px;
  margin-left: 11px;
  margin-right: 11px;
}
.promo-summary.partners-resources .summary {
  background-color: #dcddde;
  color: #0d2c40;
  padding: 60px 19%;
}
.promo-summary.partners-resources .summary h2 {
  margin-bottom: 25px;
}
.promo-summary.partners-resources .summary p {
  padding: 0;
  margin-bottom: 20px;
}
.promo-summary.partners-resources .summary .button-clear {
  margin-top: 15px;
  color: white;
  background-color: #02d35f;
}
.partner-features-container {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.partner-features-container .partner-feature {
  display: table-cell;
  width: 2%;
  background-color: #0d2c40;
  color: white;
  text-align: center;
  border: 1px solid white;
  border-right: 0;
  padding: 25px 2.8% 50px 2.8%;
  font-size: 17px;
  font-weight: 700;
}
.partner-features-container .partner-feature:first-child {
  border-left: 0;
}
.partner-features-container .partner-feature .partner-feature-graphic {
  display: block;
  height: 125px;
}
.promo-tabs.partner #home-tabset2 {
  min-height: 0;
}
.promo-tabs.partner #home-tabset2 .pane2 {
  min-height: 380px;
}
.promo-tabs.partner #home-tabset2 .pane2 .text {
  width: 55.5%;
}
.promo-tabs.partner #home-tabset2 .pane2 .text .inner {
  width: 88%;
}
.promo-tabs.partner #home-tabset2 .pane2 .text a.button-clear {
  text-decoration: none;
  margin-top: 20px;
}
.promo-tabs.partner #home-tabset2 .pane2 .text.centered {
  width: 100%;
}
.promo-tabs.partner #home-tabset2 .pane2 .text.centered .inner {
  width: 55%;
}
.promo-tabs.partner #home-tabset2 .pane2 .text-right {
  float: right;
  width: 35.7%;
  opacity: 0;
  padding: 60px 0;
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
.promo-tabs.partner #home-tabset2 .pane2 .text-right .inner {
  position: relative;
  margin-left: auto;
  width: 83.1%;
  right: 0;
  -webkit-transition: right 0.5s;
  -moz-transition: right 0.5s;
  transition: right 0.5s;
}
.promo-tabs.partner #home-tabset2 .pane2 .text-right h3 {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.promo-tabs.partner #home-tabset2 .pane2 .text-right.nopad {
  padding: 0;
}
.promo-tabs.partner #home-tabset2 .pane2 .featured-partners {
  background-color: white;
  border: 1px solid white;
  padding-bottom: 5px;
  text-align: center;
}
.promo-tabs.partner #home-tabset2 .pane2 .featured-partners .green-bar {
  background-color: #a0ff5f;
  height: 8px;
  margin-bottom: 25px;
}
.promo-tabs.partner #home-tabset2 .pane2 .featured-partners span.hr {
  display: inline-block;
  width: 20%;
  margin: 0 auto;
  border: 1px solid #0d2c40;
  height: 0;
  margin-bottom: 35px;
}
.promo-tabs.partner #home-tabset2 .pane2 .featured-partners ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.promo-tabs.partner #home-tabset2 .pane2 .featured-partners ul li {
  clear: none;
  display: inline-block;
  vertical-align: middle;
  width: 48%;
  text-align: center;
  padding: 0;
  margin: 0 0 45px 0;
}
.promo-tabs.partner #home-tabset2 .pane2 .featured-partners ul li img {
  display: block;
  margin: 0 auto;
}
.promo-tabs.partner #home-tabset2 .pane2 .featured-products {
  text-align: left;
  padding-top: 35px;
}
.promo-tabs.partner #home-tabset2 .pane2 .featured-products ul {
  list-style-type: none;
  padding: 0;
}
.promo-tabs.partner #home-tabset2 .pane2 .featured-products ul li {
  margin-bottom: 20px;
}
.promo-tabs.partner #home-tabset2 .pane2 .featured-products ul li a.button-clear {
  min-width: 100%;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}
.promo-tabs.partner #home-tabset2 .pane2.active .text .inner {
  left: 12%;
}
.promo-tabs.partner #home-tabset2 .pane2.active .text.centered .inner {
  left: 22%;
}
.promo-tabs.partner #home-tabset2 .pane2.active .text-right {
  opacity: 1;
  -webkit-transition: opacity 0.4s 0.4s ease-in;
  -moz-transition: opacity 0.4s 0.4s ease-in;
  transition: opacity 0.4s 0.4s ease-in;
}
.promo-tabs.partner #home-tabset2 .pane2.active .text-right .inner {
  right: 16.9%;
  -webkit-transition: right 0.4s 0.4s linear;
  -moz-transition: right 0.4s 0.4s linear;
  transition: right 0.4s 0.4s linear;
}
.partner-banner-short .standard-pad {
  background-color: white;
  padding-top: 50px;
  padding-bottom: 0px;
}
.partner-banner-short .standard-pad h2 {
  font-size: 42px;
  font-weight: 800;
  padding-top: 10px;
  display: inline-block;
  margin-bottom: 30px;
}
.partner-banner-short .standard-pad a.button-clear {
  float: right;
  margin-bottom: 30px;
}
.partner-banner-short .standard-pad .inner {
  padding-bottom: 20px;
  border-bottom: 2px solid #0d2c40;
}
.partner-content .standard-pad {
  padding: 80px 11.5% 60px 11.5%;
}
.partner-content .standard-pad h4 {
  font-size: 30px;
  margin-bottom: 25px;
  font-weight: 800;
}
.partner-content .standard-pad .img {
  text-align: center;
}
.partner-content .standard-pad .img img {
  display: block;
  margin: 0 auto;
}
.partner-content .standard-pad .col-md-6.right {
  float: right;
}
.partner-content .partner-content-1 {
  background-color: white;
}
.partner-content .partner-content-1 .img {
  padding-right: 10%;
}
.partner-content .partner-content-2 {
  background-color: #e3e4e5;
}
.partner-2-col .standard-pad {
  padding: 80px 11.5% 60px 11.5%;
  background-color: white;
}
.partner-2-col .standard-pad h4 {
  font-size: 30px;
  margin-bottom: 25px;
  font-weight: 800;
}
.partner-2-col .standard-pad .col-md-6:first-child {
  padding-right: 2.5%;
}
.partner-2-col .standard-pad .col-md-6:nth-child(2) {
  padding-left: 2.5%;
}
.strat-partners-big .standard-pad {
  background-color: white;
  text-align: center;
  padding-top: 0;
}
.strat-partners-big .standard-pad ul {
  padding: 65px 0 0 0;
  border-top: 2px solid #0d2c40;
  text-align: center;
  -moz-text-align-last: center;
  text-align-last: center;
}
.strat-partners-big .standard-pad ul li {
  display: inline;
}
.strat-partners-big .standard-pad ul li a {
  display: inline-block;
  vertical-align: top;
  width: 31.8%;
  height: 134px;
  background-color: #dcddde;
  margin: 0 0.5% 25px 0.5%;
}
.strat-partners-big .standard-pad ul li a:hover {
  background-color: white;
  border: 2px solid #02d35f;
  background-position: center -136px;
}
.strat-partners-big .standard-pad .amazon a {
  background: #dcddde url(/assets/img/partners/amazon2.png) center top no-repeat;
}
.strat-partners-big .standard-pad .cisco a {
  background: #dcddde url(/assets/img/partners/cisco2.png) center top no-repeat;
}
.strat-partners-big .standard-pad .dell a {
  background: #dcddde url(/assets/img/partners/dell2.png) center top no-repeat;
}
.strat-partners-big .standard-pad .fujitsu a {
  background: #dcddde url(/assets/img/partners/fujitsu2.png) center top no-repeat;
}
.strat-partners-big .standard-pad .hitachi a {
  background: #dcddde url(/assets/img/partners/hitachi2.png) center top no-repeat;
}
.strat-partners-big .standard-pad .hp a {
  background: #dcddde url(/assets/img/partners/hp2.png) center top no-repeat;
}
.strat-partners-big .standard-pad .ibm a {
  background: #dcddde url(/assets/img/partners/ibm2.png) center top no-repeat;
}
.strat-partners-big .standard-pad .intel a {
  background: #dcddde url(/assets/img/partners/intel2.png) center top no-repeat;
}
.strat-partners-big .standard-pad .lenovo a {
  background: #dcddde url(/assets/img/partners/lenovo2.png) center top no-repeat;
}
.strat-partners-big .standard-pad .mariadb a {
  background: #dcddde url(/assets/img/partners/mariadb2.png) center top no-repeat;
}
.strat-partners-big .standard-pad .ms a {
  background: #dcddde url(/assets/img/partners/ms2.png) center top no-repeat;
}
.strat-partners-big .standard-pad .oracle a {
  background: #dcddde url(/assets/img/partners/oracle2.png) center top no-repeat;
}
.strat-partners-big .standard-pad .sap a {
  background: #dcddde url(/assets/img/partners/sap2.png) center top no-repeat;
}
.strat-partners-big .standard-pad .sgi a {
  background: #dcddde url(/assets/img/partners/sgi2.png) center top no-repeat;
}
.strat-partners-big .standard-pad .unisys a {
  background: #dcddde url(/assets/img/partners/unisys2.png) center top no-repeat;
}
.strat-partners-big .standard-pad .vmware a {
  background: #dcddde url(/assets/img/partners/vmware2.png) center top no-repeat;
}
.strat-partners-big .standard-pad .wso2 a {
  background: #dcddde url(/assets/img/partners/wso22.png) center top no-repeat;
}
@media screen and (max-width: 992px) {
  .partner-content .standard-pad {
    padding: 40px 10%;
  }
  .partner-content .standard-pad .col-md-6.right {
    float: none;
  }
  .partner-content .partner-content-1 .img,
  .partner-content .partner-content-2 .img {
    padding: 20px 0 0 0;
  }
  .partner-content .partner-content-1 .img img,
  .partner-content .partner-content-2 .img img {
    max-width: 65%;
  }
  .partner-2-col .standard-pad .col-md-6:first-child,
  .partner-2-col .standard-pad .col-md-6:nth-child(2) {
    padding-left: 0;
    padding-right: 0;
  }
  .strat-partners-big .standard-pad ul li a {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .promo-summary.partners-summary .summary {
    padding: 40px 10%;
  }
  .promo-tabs.partner .tabs {
    display: none;
  }
  .promo-tabs.partner #home-tabset2 .mobile-tab {
    font-weight: 500;
  }
  .promo-tabs.partner #home-tabset2 .pane2 {
    height: 0;
    min-height: 0;
    overflow: hidden;
    position: relative;
  }
  .promo-tabs.partner #home-tabset2 .pane2 .text {
    float: none;
    width: 100%;
    margin: 0;
    padding: 40px 6.4% 20px 6.4%;
  }
  .promo-tabs.partner #home-tabset2 .pane2 .text .inner {
    left: 0;
    width: 100%;
  }
  .promo-tabs.partner #home-tabset2 .pane2 .text.centered .inner {
    width: 100%;
    text-align: left;
  }
  .promo-tabs.partner #home-tabset2 .pane2 .text-right {
    float: none;
    width: 100%;
    opacity: 1;
    margin: 0;
    padding: 0 5% 40px 5%;
  }
  .promo-tabs.partner #home-tabset2 .pane2 .text-right .inner {
    right: 0;
    width: 100%;
  }
  .promo-tabs.partner #home-tabset2 .pane2 .text-right .inner img {
    display: block;
    margin: 0 auto;
  }
  .promo-tabs.partner #home-tabset2 .pane2 .featured-partners {
    max-width: 500px;
    margin: 0 auto;
  }
  .promo-tabs.partner #home-tabset2 .pane2 .featured-products {
    padding-top: 0;
  }
  .promo-tabs.partner #home-tabset2 .pane2 .featured-products h3 {
    text-align: center;
  }
  .promo-tabs.partner #home-tabset2 .pane2 .featured-products ul li {
    text-align: center;
  }
  .promo-tabs.partner #home-tabset2 .pane2 .featured-products ul li a.button-clear {
    display: inline-block;
    width: auto;
    min-width: 0;
  }
  .promo-tabs.partner #home-tabset2 .pane2.active .text .inner {
    padding: 0;
    left: 0;
  }
  .promo-tabs.partner #home-tabset2 .pane2.active .text.centered .inner {
    left: 0;
  }
  .promo-tabs.partner #home-tabset2 .pane2.active .text-right .inner {
    padding: 0;
    right: 0;
  }
  .promo-summary.partner-with-us .summary {
    padding-left: 10%;
    padding-right: 10%;
  }
  .partner-features-container {
    display: block;
  }
  .partner-features-container .partner-feature {
    display: block;
    width: 100%;
    border-left: 0;
    border-right: 0;
    border-bottom: 2px solid white;
  }
  .partner-features-container .partner-feature .partner-feature-graphic {
    height: 120px;
  }
  .promo-summary.partners-resources .summary {
    padding: 40px 10%;
  }
  .partner-banner-short .standard-pad {
    padding-top: 40px;
    text-align: center;
  }
  .partner-banner-short .standard-pad h1 {
    font-size: 33px;
    padding-top: 0;
    display: block;
    margin-bottom: 30px;
  }
  .partner-banner-short .standard-pad a.button-clear {
    float: none;
    display: inline-block;
    margin-bottom: 30px;
    padding: 6px 40px;
  }
  .partner-banner-short .standard-pad .inner {
    padding-bottom: 10px;
    border-bottom: 2px solid #0d2c40;
  }
  .partner-2-col .standard-pad {
    padding: 40px 10% 20px 10%;
  }
  .promo-summary.partners-summaryv2 .summary {
    padding: 40px 10% 20px 10%;
  }
  .strat-partners-big .standard-pad {
    padding-bottom: 20px;
  }
  .strat-partners-big .standard-pad ul {
    padding-top: 40px;
  }
  .strat-partners-big .standard-pad ul li a {
    width: 48.5%;
    margin: 0 0.4% 15px 0.4%;
  }
}
@media screen and (max-width: 440px) {
  .promo-summary.partners-summary .summary {
    padding: 30px 5%;
  }
  .promo-summary.partner-with-us .summary {
    padding-left: 6.4%;
    padding-right: 6.4%;
  }
  .promo-summary.partner-with-us .summary h2 {
    font-size: 24px;
  }
  .promo-summary.partners-resources .summary {
    padding: 30px 6.4%;
  }
  .partner-content .standard-pad {
    padding: 40px 6.4%;
  }
  .partner-content .standard-pad h4 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .partner-2-col .standard-pad {
    padding-bottom: 20px;
  }
  .partner-2-col .standard-pad .col-md-6 {
    padding-bottom: 20px;
  }
  .partner-2-col .standard-pad h4 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .promo-summary.partners-summaryv2 .summary {
    padding: 30px 6.4% 10px 6.4%;
  }
  .strat-partners-big .standard-pad ul li a {
    display: block;
    width: 100%;
    margin-bottom: 12px;
  }
  .strat-partners-big .standard-pad ul li:last-child a {
    margin-left: 0;
  }
}
.product-banner.company .banner {
  background: #00c081 url(/assets/img/banner_bg11.png) center center repeat;
  color: white;
  height: auto;
  padding: 80px 11.5% 50px;
}
.product-banner.company .banner .text {
  padding-top: 0;
  width: 50%;
  float: left;
}
.product-banner.company .banner .text h1.tagline {
  margin-bottom: 40px;
}
.product-banner.company .banner .text .banner-video {
  font-size: 16px;
  line-height: 135%;
}
.product-banner.company .banner .text .banner-video strong {
  font-size: 18px;
  font-weight: 500;
  display: block;
  margin-bottom: 5px;
}
.product-banner.company .banner .jobs-count {
  float: right;
  width: 40%;
  text-align: center;
}
.product-banner.company .banner .jobs-count .job-count {
  margin-bottom: 25px;
}
.product-banner.company .banner .jobs-count .job-count .career_num {
  display: inline-block;
  background-color: #e3e4e5;
  border-radius: 5px;
  width: 75px;
  height: 100px;
  font-size: 75px;
  line-height: 100px;
  font-weight: 700;
  color: #02d35f;
  margin-left: 7px;
  margin-right: 7px;
}
.product-banner.company .banner .jobs-count .job-count-description {
  font-size: 23px;
  margin-bottom: 25px;
  font-weight: 500;
}
.product-banner.company .banner .jobs-count .linked-in {
  font-size: 16px;
}
.product-banner.company .banner .jobs-count .linked-in strong {
  font-size: 18px;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}
.product-banner.company .banner .jobs-count .button-clear {
  background-color: white;
  border-color: white;
  color: #02d35f;
}
.career-search .career-search-form {
  padding: 25px 10%;
  background-color: #02d35f;
  color: white;
  text-align: justify;
  -moz-text-align-last: justify;
  text-align-last: justify;
}
.career-search .career-search-form input.text,
.career-search .career-search-form select {
  border: 2px solid white;
  background-color: #02d35f;
  color: white;
  padding: 10px 25px;
  height: 50px;
  text-align: left;
  -moz-text-align-last: left;
  text-align-last: left;
  font-weight: 500;
  font-size: 16px;
}
.career-search .career-search-form input.text {
  width: 44%;
}
.career-search .career-search-form ::-webkit-input-placeholder {
  color: white;
  opacity: 1;
}
.career-search .career-search-form :-moz-placeholder {
  color: white;
  opacity: 1;
}
.career-search .career-search-form ::-moz-placeholder {
  color: white;
  opacity: 1;
}
.career-search .career-search-form :-ms-input-placeholder {
  color: white;
  opacity: 1;
}
.career-search .career-search-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #02d35f url(/assets/img/icon-darr.png) 98% 18px no-repeat;
  width: 36.8%;
}
.career-search .career-search-form select::-ms-expand {
  display: none;
}
.career-search .career-search-form input.submit {
  display: inline-block;
  border: 0;
  background-color: white;
  color: #02d35f;
  font-weight: 700;
  font-size: 15px;
  height: 50px;
  padding: 10px 4.8%;
}
.career-videos-small .career-videos {
  background-color: white;
  padding: 60px 2% 20px 2%;
  text-align: center;
}
.career-videos-small .career-videos .intro {
  padding: 0 19.8%;
  margin-bottom: 60px;
  color: #0d2c40;
  font-size: 16px;
}
.career-videos-small .career-videos .small-videos .small-video {
  display: inline-block;
  vertical-align: top;
  width: 31%;
  padding: 0 3% 20px 3%;
  font-size: 15px;
  line-height: 145%;
  color: #666666;
}
.career-videos-small .career-videos .small-videos .img {
  margin-bottom: 30px;
}
.career-videos-small .career-videos .small-videos .img img {
  display: block;
  margin: 0 auto;
  width: 80%;
  max-width: 180px;
}
.career-videos-small .career-videos .small-videos h5 {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 22px;
  color: #0d2c40;
}
.career-videos-small .career-videos .small-videos h5 a {
  color: #0d2c40;
}
.career-videos-small .career-videos .small-videos p a {
  color: #0d2c40;
}
.big-videos .big-video {
  padding: 70px 11.8%;
}
.big-videos .big-video .video-content {
  width: 48.5%;
  padding-top: 20px;
}
.big-videos .big-video .video-content h3 {
  font-size: 31px;
}
.big-videos .big-video .video-content a.button-clear {
  margin-top: 20px;
}
.big-videos .big-video .big-video-graphic {
  width: 46.8%;
}
.big-videos .big-video .big-video-graphic img {
  width: 100%;
}
.big-videos .big-video-1 {
  background-color: #0d2c40;
  color: white;
}
.big-videos .big-video-2 {
  background-color: #e3e4e5;
  color: #0d2c40;
}
.big-videos .big-video-3 {
  background-color: #58595b;
  color: white;
}
.big-videos .big-video-4 {
  background-color: #0d2c40;
  color: white;
}
.big-videos .big-video-1 .video-content,
.big-videos .big-video-3 .video-content {
  float: right;
}
.big-videos .big-video-1 .video-content a.button-clear,
.big-videos .big-video-3 .video-content a.button-clear {
  border-color: white;
}
.big-videos .big-video-2 .video-content,
.big-videos .big-video-4 .video-content {
  float: left;
}
.big-videos .big-video-1 .big-video-graphic,
.big-videos .big-video-3 .big-video-graphic {
  float: left;
}
.big-videos .big-video-2 .big-video-graphic,
.big-videos .big-video-4 .big-video-graphic {
  float: right;
}
.big-videos .big-video-2 .big-video-graphic img,
.big-videos .big-video-4 .big-video-graphic img {
  margin-left: auto;
}
.big-videos .big-video:last-child {
  padding-bottom: 90px;
}
.history-banner .banner {
  padding-top: 80px;
  padding-bottom: 60px;
  background: #0d2c40 url(/assets/img/banner_bg13.png) center top repeat;
  color: white;
  text-align: center;
}
.history-banner .banner h1 {
  font-size: 3.1em;
  line-height: 115%;
  font-weight: 800;
  padding: 0 10%;
  margin-bottom: 40px;
}
.history-banner .banner h2 {
  font-weight: 500;
  font-size: 1.64em;
  margin-bottom: 25px;
}
.history-banner .banner a.button-clear {
  border-color: white;
}
.history-wrapper {
  background: #fff;
}
.history-wrapper h3 {
  color: #0d2c40;
  font-weight: 300;
  text-align: center;
  padding: 0 10%;
}
.history-wrapper .animate-item {
  opacity: 0;
  position: relative;
}
.history-wrapper .animate-item.from-left {
  opacity: 0;
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(-100px,0px,0px);
  -webkit-transform: translate3d(-100px,0px,0px);
  -o-transform: translate(-100px,0px);
  -ms-transform: translate(-100px,0px);
  transform: translate3d(-100px,0px,0px);
}
.history-wrapper .animate-item.from-left.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px,0px,0px);
  -webkit-transform: translate3d(0px,0px,0px);
  -o-transform: translate(0px,0px);
  -ms-transform: translate(0px,0px);
  transform: translate3d(0px,0px,0px);
}
.history-wrapper .animate-item.from-right {
  opacity: 0;
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(100px,0px,0px);
  -webkit-transform: translate3d(100px,0px,0px);
  -o-transform: translate(100px,0px);
  -ms-transform: translate(100px,0px);
  transform: translate3d(100px,0px,0px);
}
.history-wrapper .animate-item.from-right.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px,0px,0px);
  -webkit-transform: translate3d(0px,0px,0px);
  -o-transform: translate(0px,0px);
  -ms-transform: translate(0px,0px);
  transform: translate3d(0px,0px,0px);
}
.history-wrapper .timeline-both-side {
  float: left;
  width: 100%;
  margin: 0;
  position: relative;
  box-sizing: border-box;
  padding: 0;
}
.history-wrapper .timeline-both-side:before {
  background-color: #0d2c40;
  bottom: 0;
  content: " ";
  left: 50%;
  position: absolute;
  top: 2px;
  width: 3px;
}
.history-wrapper .timeline-both-side .timeline-first {
  padding-top: 0;
}
.history-wrapper .timeline-both-side li {
  list-style: none;
  position: relative;
  float: left;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}
.history-wrapper .timeline-both-side li .timeline-description {
  float: left;
  font-size: 13px;
  position: relative;
  width: 45%;
  text-align: right;
}
.history-wrapper .timeline-both-side li .timeline-description .timeline-date {
  color: #0d2c40;
  font-size: 2em;
  font-weight: 500;
  float: right;
  width: 15%;
}
.history-wrapper .timeline-both-side li .timeline-description .timeline-content {
  color: #0d2c40;
  font-size: 1.2em;
  float: left;
  width: 85%;
  padding-right: 20px;
}
.history-wrapper .timeline-both-side li.right-side .timeline-description {
  text-align: left;
  float: right;
}
.history-wrapper .timeline-both-side li.right-side .timeline-description .timeline-date {
  font-weight: 500;
  float: left;
  width: 15%;
}
.history-wrapper .timeline-both-side li.right-side .timeline-description .timeline-content {
  float: right;
  width: 85%;
  padding-left: 20px;
}
.history-wrapper .timeline-both-side li.right-side .timeline-description .timeline-big-date {
  display: block;
  font-size: 4em;
  font-weight: 800;
  color: #0d2c40;
  margin-top: 15px;
}
.history-wrapper .timeline-both-side li.right-side .timeline-description .timeline-big-content {
  display: block;
  font-size: 2em;
  font-weight: 500;
  color: #0d2c40;
  margin-top: 20px;
}
.history-wrapper .timeline-both-side .firstdate {
  padding-top: 40px;
}
.history-wrapper .timeline-both-side .timeline-last {
  padding-bottom: 0;
}
.history-wrapper .tl-circle {
  position: absolute;
  z-index: 2;
  overflow: hidden;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.history-wrapper .hround {
  left: 2px;
  background-color: #fff;
  border: 3px solid #029584;
  height: 25px;
  width: 25px;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
}
.history-wrapper #blastoff {
  background: url('../img/company/blastoff.png');
  width: 87px;
  height: 90px;
}
.history-wrapper .timeline-penguin {
  background: url('../img/company/penguin.png');
  height: 45px;
  width: 45px;
}
.history-wrapper #timeline-worldwide {
  background: url('../img/company/worldwide.png');
  height: 91px;
  width: 83px;
}
.history-wrapper #timeline-gearhead {
  background: url('../img/company/gearhead.png');
  height: 83px;
  width: 83px;
}
.history-wrapper #timeline-upward {
  background: url('../img/company/upward.png');
  height: 85px;
  width: 85px;
}
.history-wrapper #timeline-pieworld {
  background: url('../img/company/pieworld.png');
  height: 85px;
  width: 85px;
}
.company-testimonials .career-testimonials {
  text-align: center;
}
.company-testimonials .career-testimonials .testimonial {
  display: inline-block;
  width: 23.5%;
  vertical-align: top;
  margin: 0 1% 25px 1%;
}
.company-testimonials .career-testimonials .testimonial img {
  width: 100%;
}
.company-testimonials .career-testimonials .testimonial:first-child {
  margin-left: 0;
}
.company-testimonials .career-testimonials .testimonial:last-child {
  margin-right: 0;
}
@media (max-width: 992px) {
  .product-banner.company .banner .text {
    float: none;
    width: 100%;
    margin-bottom: 60px;
  }
  .product-banner.company .banner .jobs-count {
    float: none;
    width: 100%;
  }
  .career-search .career-search-form input.text,
  .career-search .career-search-form select {
    width: 100%;
    margin-bottom: 15px;
  }
  .career-search .career-search-form input.submit {
    display: block;
    margin: 0 auto;
  }
}
@media (max-width: 992px) {
  .company-testimonials .career-testimonials .testimonial {
    width: 49%;
    vertical-align: top;
    margin: 0 1% 25px 1%;
  }
  .company-testimonials .career-testimonials .testimonial:nth-child(2n) {
    margin-right: 0;
  }
  .company-testimonials .career-testimonials .testimonial:nth-child(2n+1) {
    margin-left: 0;
  }
}
@media (max-width: 550px) {
  .company-testimonials .career-testimonials .testimonial {
    width: 100%;
    vertical-align: top;
    margin: 0 0 25px 0;
  }
}
@media (max-width: 768px) {
  .big-videos .big-video .video-content {
    width: 100%;
  }
  .big-videos .big-video .video-content a.button-clear {
    margin: 20px 0;
    display: block;
    text-align: center;
  }
  .big-videos .big-video .big-video-graphic {
    display: block;
    float: none;
    width: 100%;
  }
  .history-banner .banner h1 {
    font-size: 1.8em;
  }
  .history-banner .banner h2 {
    font-size: 1em;
  }
  .history-wrapper {
    padding-left: 10px;
    padding-top: 2em;
  }
  .history-wrapper .animate-item {
    opacity: 0;
  }
  .history-wrapper .animate-item.from-left {
    opacity: 0;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -moz-transform: none;
    -webkit-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .history-wrapper .animate-item.from-right {
    opacity: 0;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -moz-transform: none;
    -webkit-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .history-wrapper .timeline-both-side:before {
    background-color: #0d2c40;
    top: 2px;
    bottom: 15px;
    content: " ";
    left: 44px;
    position: absolute;
    width: 3px;
  }
  .history-wrapper .timeline-both-side br {
    display: none;
  }
  .history-wrapper .timeline-both-side li .timeline-description {
    width: 72%;
    text-align: left;
    float: none;
    line-height: 1.5em;
    margin: 0 0 0 95px;
  }
  .history-wrapper .timeline-both-side li .timeline-description .timeline-date {
    font-size: 1.4em;
    display: block;
    float: none;
    width: 100%;
  }
  .history-wrapper .timeline-both-side li .timeline-description .timeline-content {
    display: block;
    float: none;
    font-size: .9em;
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .history-wrapper .timeline-both-side li.right-side .timeline-description {
    float: none;
    margin: 0 0 0 95px;
  }
  .history-wrapper .timeline-both-side li.right-side .timeline-description .timeline-date {
    font-size: 1.4em;
    display: block;
    float: none;
    width: 100%;
  }
  .history-wrapper .timeline-both-side li.right-side .timeline-description .timeline-content {
    display: block;
    float: none;
    font-size: .9em;
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .history-wrapper .timeline-both-side li.right-side .timeline-description .timeline-big-date {
    display: block;
    font-size: 2em;
    font-weight: 800;
    color: #0d2c40;
    margin-top: 15px;
  }
  .history-wrapper .timeline-both-side li.right-side .timeline-description .timeline-big-content {
    display: block;
    font-size: 1.4em;
    font-weight: 500;
    color: #0d2c40;
    margin-top: 0;
  }
  .history-wrapper .tl-circle {
    position: absolute;
    z-index: 2;
    overflow: hidden;
    margin: 0;
    left: 0;
    right: 0;
  }
  .history-wrapper .hround {
    left: 33px;
  }
  .history-wrapper .timeline-penguin {
    left: 22px;
  }
  .product-banner.company .banner {
    padding: 60px 8%;
  }
  .product-banner.company .banner .text {
    margin-bottom: 40px;
  }
  .product-banner.company .banner .jobs-count .job-count {
    margin-bottom: 15px;
  }
  .product-banner.company .banner .jobs-count .job-count .career_num {
    border-radius: 4px;
    font-size: 45px;
    line-height: 60px;
    height: 60px;
    width: 45px;
    margin: 0 5px;
  }
  .product-banner.company .banner .jobs-count .job-count-description {
    font-size: 20px;
  }
  .career-videos-small .career-videos .intro {
    padding: 0 12.4%;
  }
  .career-videos-small .career-videos .small-videos .small-video {
    display: block;
    width: 100%;
  }
  .career-videos-small .career-videos .small-videos .small-video .img {
    margin-bottom: 15px;
  }
  .career-videos-small .career-videos .small-videos .small-video h5 {
    margin-bottom: 12px;
  }
}
@media (max-width: 440px) {
  .product-banner.company .banner {
    padding: 40px 6.4%;
  }
}
.management-banner .banner {
  padding-top: 80px;
  padding-bottom: 60px;
  background: #0d2c40 url(/assets/img/banner_bg14.png) center top repeat;
  color: white;
  text-align: center;
}
.management-banner .banner h1 {
  font-size: 2.3em;
  line-height: 115%;
  font-weight: 800;
  padding: 0 10%;
  margin-bottom: 40px;
}
.management-banner .banner h2 {
  font-weight: 300;
  font-size: 1.2em;
  width: 50%;
  margin: 0 auto 20px;
  line-height: 1.4em;
}
.management-wrapper {
  margin-top: 3em;
}
.management-wrapper img {
  margin: 0 auto;
}
.management-wrapper .exec-row-wrapper {
  width: 867px;
  max-width: 100%;
  margin: 0 auto 15px;
  position: relative;
  text-align: center;
}
.management-wrapper .exec-row {
  margin-bottom: 15px;
  display: inline-block;
  margin: 0;
  width: 100%;
}
.management-wrapper .exec-row .exec-col {
  display: inline-block;
  margin-right: 3%;
  width: 31.3%;
}
.management-wrapper .exec-row .exec-col.last {
  margin-right: 0;
}
.management-wrapper .exec-row .execwrap {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.management-wrapper .exec-row .creds {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: left;
}
.management-wrapper .exec-row .creds:hover {
  cursor: pointer;
}
.management-wrapper .exec-row .creds:after {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.8;
  background-color: #717273;
}
.management-wrapper .exec-row .creds h4 {
  color: #02d35f;
  padding-left: 20px;
  padding-top: 15px;
  position: relative;
  z-index: 2;
  font-weight: 500;
}
.management-wrapper .exec-row .creds p {
  color: #02d35f;
  padding: 0 20px 15px;
  position: relative;
  z-index: 2;
  line-height: normal;
}
.management-wrapper .exec-row .creds.bioactive:after {
  opacity: 1;
  background-color: #97999c;
}
.management-wrapper .exec-row .creds.bioactive h4 {
  color: #fff;
}
.management-wrapper .exec-row .creds.bioactive p {
  color: #fff;
}
.management-wrapper .extraright {
  padding-right: 30px;
}
.management-wrapper .execbio {
  display: none;
  position: absolute;
  left: 50%;
  transform: translate(-50%,0);
  color: #fff;
  background: #97999c;
  padding: 20px 0;
  width: 100%;
  margin: 0 auto;
  z-index: 11;
}
.management-wrapper .execbio .biocontent {
  margin-right: 6%;
  width: 60%;
  display: inline-block;
  text-align: left;
  vertical-align: top;
}
.management-wrapper .execbio .exec-img {
  width: 30%;
  display: inline-block;
}
.management-wrapper .execspacer {
  display: none;
  height: 330px;
}
.management-wrapper .execspacer2 {
  display: none;
  height: 450px;
}
.management-wrapper .view-mf-execs {
  margin: 30px 0 40px;
  text-align: center;
}
.subscription .standard-pad {
  background-color: white;
  padding-top: 60px;
}
.subscription .standard-pad h2 {
  font-weight: 500;
  margin-bottom: 20px;
}
.subscription .standard-pad .account-details label {
  float: left;
  width: 25%;
  max-width: 200px;
  text-align: right;
  margin-right: 20px;
  padding-top: 10px;
  font-weight: 500;
}
.subscription .standard-pad .account-details p {
  padding-bottom: 10px;
}
.subscription .standard-pad .account-details input[type="text"] {
  border: 2px solid #0d2c40;
  color: #0d2c40;
  font-size: 15px;
  font-weight: 500;
  height: 45px;
  width: 250px;
  padding: 0 15px;
  max-width: 100%;
}
.subscription .standard-pad .account-details select {
  border: 2px solid #0d2c40;
  color: #0d2c40;
  font-size: 15px;
  font-weight: 500;
  height: 45px;
  width: 250px;
  max-width: 100%;
  padding: 0 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent url(/assets/img/icon-darr-blue.png) right top no-repeat;
}
.subscription .standard-pad .check-section-description {
  padding-top: 20px;
}
.subscription .standard-pad .checkcontent {
  padding-bottom: 20px;
}
.subscription .standard-pad .checkcontent label {
  font-weight: 300;
  display: inline-block;
  padding-left: 40px;
}
.subscription .standard-pad .checkcontent label .subscription-title {
  font-weight: 500;
  display: block;
}
.subscription .standard-pad .checkcontent input[type="checkbox"] {
  display: none;
}
.subscription .standard-pad .checkcontent input[type="checkbox"] + label {
  background: transparent url(/assets/img/icon-unchecked.png) left 5px no-repeat;
}
.subscription .standard-pad .checkcontent input[type="checkbox"]:checked + label {
  background: transparent url(/assets/img/icon-checked.png) left 5px no-repeat;
}
@media (max-width: 768px) {
  .subscription .standard-pad .account-details {
    padding: 0 15px 30px 15px;
  }
  .subscription .standard-pad .account-details label {
    float: none;
    width: 100%;
    max-width: none;
    text-align: left;
    margin-right: 0;
    padding-top: 0;
  }
}
@media (max-width: 750px) and (min-width: 526px) {
  .management-wrapper .exec-row .creds h4 {
    padding-left: 10px;
    padding-top: 10px;
  }
  .management-wrapper .exec-row .creds p {
    padding: 0 10px 10px;
  }
}
@media (max-width: 525px) {
  .management-wrapper .exec-row .exec-col {
    display: block;
    margin-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
  .management-wrapper .exec-row .creds h4 {
    padding-left: 10px;
    padding-top: 10px;
  }
  .management-wrapper .exec-row .creds p {
    padding: 0 10px 10px;
  }
  .management-wrapper .execbio {
    position: relative;
    margin-bottom: 20px;
  }
  .management-wrapper .execbio .biocontent {
    margin-right: 0;
    width: 100%;
    text-align: left;
    vertical-align: top;
    padding: 0 15px;
  }
  .management-wrapper .execbio .exec-img {
    display: none;
  }
  .execspacer,
  .execspacer2 {
    display: none !important;
  }
}
.shop-banner .banner {
  padding: 70px 19% 50px 19%;
  text-align: center;
  background: #0d2c40 url(/assets/img/banner_bg06.png) center center repeat;
  color: white;
  font-size: 16px;
  line-height: 140%;
}
.shop-banner .banner h2 {
  font-size: 23px;
  font-weight: 500;
  line-height: 110%;
  margin-bottom: 25px;
}
.shop-banner .banner h1 {
  font-size: 43px;
  line-height: 110%;
  font-weight: 800;
  margin-bottom: 40px;
}
.shop-banner .standard-pad.banner {
  padding: 70px 6.6% 60px 6.6%;
}
.shop-banner .standard-pad.banner .banner-content {
  padding-top: 10px;
  line-height: 150%;
}
.shop-banner .standard-pad.banner .banner-content .banner-text {
  width: 100%;
  display: table;
}
.shop-banner .standard-pad.banner .banner-content .banner-graphic {
  display: table-cell;
  width: 34%;
  vertical-align: top;
  text-align: center;
}
.shop-banner .standard-pad.banner .banner-content .banner-graphic img {
  display: block;
  margin: 0 auto;
}
.shop-banner .standard-pad.banner .banner-content .banner-text {
  display: table-cell;
  width: 66%;
  vertical-align: top;
  text-align: left;
}
.shop-banner .standard-pad.banner .banner-content .banner-text p {
  padding-bottom: 30px;
}
.shop-banner .standard-pad.banner .banner-content .banner-text a.button-clear {
  border-color: white;
  margin-right: 20px;
  margin-bottom: 20px;
}
.shop-banner .standard-pad.banner .banner-content .banner-text a.button-clear.button2 {
  border-color: #02d35f;
}
.marquee .marquee-content {
  padding: 8px 6.4%;
  background-color: #20173A;
  color: white;
  font-weight: 500;
}
.marquee .marquee-content .new-message {
  float: left;
}
.marquee .marquee-content .marquee-nav {
  float: right;
}
.marquee .marquee-content .marquee-nav a {
  display: inline-block;
  margin-left: 20px;
  color: white;
}
.shop-product-list .standard-pad {
  padding: 80px 5.4% 40px;
  background-color: white;
}
.shop-product-list .standard-pad .shop-products {
  text-align: center;
}
.shop-product-list .standard-pad .shop-products .product {
  display: inline-block;
  width: 31%;
  vertical-align: top;
  margin: 0 1% 40px 1%;
  text-align: center;
}
.shop-product-list .standard-pad .shop-products .product img {
  display: block;
  margin: 0 auto 30px auto;
  width: 104px;
}
.shop-product-list .standard-pad .shop-products .product h2 {
  font-size: 17px;
  padding: 0;
  margin-bottom: 35px;
  font-weight: 700;
}
.shop-product-list .standard-pad .shop-products .product p {
  font-size: 16px;
  line-height: 150%;
  padding-bottom: 40px;
}
.shop-product-list .standard-pad .shop-products .product p.description a {
  color: #0d2c40;
}
.shop-product-list .standard-pad .shop-products .product a.button-clear {
  background-color: #02d35f;
  color: white;
  margin-bottom: 15px;
}
.shop-ctas .ctas {
  display: table;
  table-layout: fixed;
  width: 100%;
  background-color: #02d35f;
  background-color: #5f5f5f;
  min-height: 60px;
}
.shop-ctas .ctas a.cta {
  display: table-cell;
  width: 30%;
  text-align: center;
  height: 60px;
  border-left: 1px solid white;
  color: white;
  font-size: 15px;
  font-weight: 700;
  line-height: 100%;
  vertical-align: middle;
  overflow: visible;
}
.shop-ctas .ctas a.cta img {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 20px;
  height: 50%;
}
.shop-ctas .ctas a.cta:first-child {
  border: 0;
}
.shop-ctas .ctas a.cta:hover {
  text-decoration: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .shop-ctas .ctas a.cta {
    height: auto;
  }
}
.product-comparison-table .standard-pad {
  background-color: white;
  padding-left: 6.1%;
  padding-right: 6.1%;
  padding-top: 40px;
}
.product-comparison-table .standard-pad .configuration {
  display: table;
  width: 100%;
  margin-bottom: 30px;
}
.product-comparison-table .standard-pad h3 {
  display: table-cell;
  width: 45%;
  vertical-align: middle;
  font-size: 27px;
  font-weight: 700;
  padding-left: 3%;
  width: 50%;
}
.product-comparison-table .standard-pad .select-config {
  display: table-cell;
  vertical-align: bottom;
  width: 21%;
  padding-right: 20px;
  position: relative;
}
.product-comparison-table .standard-pad .select-config label {
  font-weight: 500;
}
.product-comparison-table .standard-pad .select-config select {
  width: 100%;
}
.product-comparison-table .standard-pad .select-config span.ttip {
  right: 22px;
  top: 0;
}
.product-comparison-table .standard-pad select {
  border: 2px solid #0d2c40;
  padding: 2px 40px 1px 15px;
  height: 48px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: white url(/assets/img/icon-darr-blue.png) right top no-repeat;
  color: #0d2c40;
  font-size: 15px;
  font-weight: 500;
}
.product-comparison-table .standard-pad select::-ms-expand {
  display: none;
}
.product-comparison-table .standard-pad .support-description {
  background-color: #0d2c40;
  color: white;
  font-size: 15px;
  line-height: 120%;
}
.product-comparison-table .standard-pad .support-description .sockets-description {
  font-weight: 500;
  float: left;
  width: 32%;
  padding: 18px 2.5%;
}
.product-comparison-table .standard-pad .support-description .environment-description {
  float: right;
  width: 67.8%;
  padding: 18px 2.5%;
}
.support-price-table {
  margin-top: 30px;
  width: 100%;
}
.support-price-table td {
  padding: 40px 1.2% 0 1.2%;
  position: relative;
  text-align: right;
}
.support-price-table td a.button-clear {
  padding: 5px 8%;
  margin: 0 3px 0 7px;
}
.support-price-table td span.subscription-span {
  display: block;
  max-width: 260px;
  font-size: 16px;
  font-weight: 500;
  line-height: 110%;
  margin: 0 auto 20px auto;
  text-align: center;
}
.support-price-table td span.price {
  display: inline-block;
  width: auto;
  font-weight: 700;
  font-size: 38px;
  margin: 0 7px 0px 3px;
  line-height: 100%;
  text-align: center;
  letter-spacing: -1px;
}
.support-price-table td span.price .currency {
  display: inline-block;
  vertical-align: top;
  font-size: 26px;
  line-height: 145%;
}
.support-price-table td.best-buy {
  padding: 0 1.2%;
  text-align: center;
}
.support-price-table td.best-buy div.best-buy-inner {
  background-color: #0d2c40;
  color: white;
  padding: 25px 25px 40px 25px;
  text-align: center;
  height: 100%;
}
.support-price-table td.best-buy a.button-clear {
  display: block;
  float: none;
  clear: both;
  width: 55%;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  margin: 0 auto 0 auto;
}
.support-price-table td.best-buy span.subscription-span {
  display: block;
  clear: both;
  max-width: 200px;
  font-size: 21px;
  font-weight: 500;
  line-height: 110%;
  margin: 0 auto 25px auto;
}
.support-price-table td.best-buy span.best-buy {
  display: inline-block;
  vertical-align: top;
  width: 56px;
  height: 56px;
  border-radius: 28px;
  background-color: white;
  color: #0d2c40;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 105%;
  font-weight: 800;
  padding-top: 15px;
  margin: 0 7px 15px 3px;
}
.support-price-table td.best-buy span.price {
  display: inline-block;
  float: none;
  font-size: 40px;
  line-height: 54px;
  font-weight: 700;
  width: auto;
  height: 50px;
  text-align: center;
  margin: 0 0 25px 7px;
}
.support-price-table td.best-buy span.price .currency {
  display: inline-block;
  vertical-align: top;
  font-size: 26px;
  line-height: 155%;
}
.support-price-table td.legal {
  font-size: 13px;
  line-height: 125%;
  color: #666666;
  text-align: left;
}
.support-price-table td.legal div.legal1 {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 40px;
}
.support-price-table td.legal div.legal1 a.button-clear {
  background-color: #02d35f;
  color: white;
  float: none;
  vertical-align: middle;
  font-size: 13px;
  font-weight: 700;
  padding: 5px 20px;
  margin: 5px 0 5px 20px;
}
.support-price-table td.legal p {
  padding-bottom: 15px;
}
.support-price-table td.sales-cta {
  padding-top: 0;
  padding-bottom: 30px;
}
.support-price-table td.sales-cta div.sales-cta {
  background-color: #5f5f5f;
  color: white;
  padding: 25px 40px;
  font-size: 20px;
  line-height: 100%;
  font-weight: 500;
}
.support-price-table td.sales-cta div.sales-cta .sales-cta-content {
  float: left;
  width: 68%;
  padding: 10px 0 0 0;
}
.support-price-table td.sales-cta div.sales-cta .button-clear {
  margin: 0;
  padding: 8px 0;
  font-weight: 500;
  float: right;
  width: 28%;
}
.support-price-table td.subscription-span2,
.support-price-table td.price2 {
  background-color: white;
  padding-top: 2px;
  padding-bottom: 2px;
}
.support-price-table td.subscription-span2 {
  padding-right: 29px;
}
.support-price-table tr:nth-child(2n) td.subscription-span2,
.support-price-table tr:nth-child(2n) td.price2 {
  background-color: #eeeeee;
}
.support-price-table td.subscription-span2 {
  width: 60%;
  border-right: 1px solid #e3e4e5;
  text-align: center;
}
.support-price-table td.price2 {
  padding-top: 15px;
  padding-bottom: 12px;
  text-align: right;
}
.support-price-table td.price2 span {
  display: inline-block;
  vertical-align: top;
}
.support-price-table td.price2 .price {
  display: inline-block;
  padding-top: 6px;
  float: none;
  line-height: 115%;
  width: auto;
  margin-right: 0;
}
.support-price-table td.price2 .price .currency {
  line-height: 100%;
}
.support-price-table td.price2 span.buy-now2 {
  display: inline;
}
.support-price-table td.price2 a.button-clear {
  float: none;
  display: inline-block;
  margin: 5px 0 5px 20px;
  padding-left: 30px;
  padding-right: 30px;
}
.support-price-table2 td {
  text-align: center;
}
.es-es .support-price-table td.best-buy span.best-buy {
  padding-top: 13px;
  text-transform: none;
  font-size: 10px;
}
.fr-fr .support-price-table td.best-buy span.best-buy {
  padding-top: 7px;
  font-size: 12px;
}
.pt-br .support-price-table td.best-buy span.best-buy {
  padding-top: 18px;
  font-size: 10px;
}
#shop-confirm-country-modal .modal-dialog {
  top: 10%;
}
#shop-confirm-country-modal .content {
  text-align: center;
  padding: 0 15px 15px 15px;
}
#shop-confirm-country-modal .content h2 {
  font-size: 28px;
  line-height: 125%;
  margin-bottom: 30px;
}
#shop-confirm-country-modal .content select {
  margin-bottom: 30px;
  border: 2px solid #0d2c40;
  padding: 2px 40px 1px 15px;
  height: 48px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: white url(/assets/img/icon-darr-blue.png) right top no-repeat;
  color: #0d2c40;
  font-size: 15px;
  font-weight: 500;
  max-width: 100%;
}
.pt-br .support-price-table  td.sales-cta div.sales-cta .sales-cta-content,
.fr-fr .support-price-table  td.sales-cta div.sales-cta .sales-cta-content {
  padding-top: 0;
}
@media screen and (max-width: 1200px) {
  .shop-banner .banner .banner-inner {
    background: transparent;
  }
}
@media screen and (max-width: 992px) {
  .shop-banner .standard-pad.banner .banner-content .banner-text a.button-clear {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .shop-banner .banner {
    padding: 40px 12.8% 20px 12.8%;
  }
  .shop-banner .banner h1 {
    font-size: 33px;
  }
  .shop-banner .banner h2 {
    font-size: 18px;
  }
  .shop-banner .banner .banner-inner {
    background: transparent;
  }
  .product-comparison-table .standard-pad {
    padding: 20px 5% 20px 5%;
  }
  .product-comparison-table .standard-pad .configuration {
    display: block;
  }
  .product-comparison-table .standard-pad h3 {
    display: block;
    clear: both;
    width: 100%;
    padding-left: 0;
    font-size: 24px;
    margin-bottom: 10px;
  }
  span.ttip {
    width: 18px;
    height: 18px;
    line-height: 18px;
    border-radius: 9px;
    font-size: 14px;
    font-weight: 500;
    right: 1;
    top: calc(50% - 5px);
  }
  table.support-price-table td {
    text-align: center;
  }
  table.support-price-table td .subscription-span {
    font-size: 17px;
    margin-bottom: 5px;
  }
  table.support-price-table td span.best-buy {
    display: block;
    margin: 0 auto 10px auto;
  }
  table.support-price-table td .price {
    display: block;
    height: auto;
    margin: 0 auto 5px auto;
    font-size: 24px;
    line-height: 150%;
  }
  table.support-price-table td .price .currency {
    font-size: 20px;
  }
  table.support-price-table td a.button-clear {
    display: inline-block;
    padding: 4px 12px;
    width: auto;
    font-size: 14px;
    line-height: 115%;
  }
  table.support-price-table td.best-buy div.best-buy-inner {
    padding: 20px 20px 30px 20px;
  }
  table.support-price-table td.best-buy .subscription-span {
    font-size: 17px;
    margin-bottom: 15px;
  }
  table.support-price-table td.best-buy span.best-buy {
    display: block;
    margin: 0 auto 10px auto;
  }
  table.support-price-table td.best-buy .price {
    display: block;
    height: auto;
    margin: 0 auto 5px auto;
    font-size: 24px;
    line-height: 150%;
  }
  table.support-price-table td.best-buy .price .currency {
    font-size: 20px;
  }
  table.support-price-table td.best-buy a.button-clear {
    display: inline-block;
    padding: 4px 12px;
    width: auto;
    font-size: 14px;
    line-height: 115%;
  }
  table.support-price-table td.sales-cta div.sales-cta {
    padding: 15px 20px;
  }
  table.support-price-table td.sales-cta div.sales-cta .sales-cta-content {
    font-size: 16px;
    line-height: 115%;
  }
  table.support-price-table td.sales-cta div.sales-cta .button-clear {
    line-height: 115%;
  }
  .marquee .marquee-content {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 125%;
  }
  .marquee .marquee-content .new-message {
    float: none;
    text-align: center;
    margin-bottom: 10px;
  }
  .marquee .marquee-content .marquee-nav {
    float: none;
    text-align: center;
  }
  .shop-banner .standard-pad.banner {
    padding: 40px 6.4%;
  }
  .shop-banner .standard-pad.banner h1 {
    margin-bottom: 30px;
    font-size: 33px;
  }
  .shop-banner .standard-pad.banner h2 {
    font-size: 18px;
  }
  .shop-banner .standard-pad.banner .banner-content .banner-graphic {
    width: 30%;
  }
  .shop-banner .standard-pad.banner .banner-content .banner-graphic img {
    height: 120px;
  }
  .shop-product-list .standard-pad {
    padding: 40px 6.4% 0 6.4%;
  }
  .shop-product-list .standard-pad .shop-products .product {
    width: 100%;
    margin: 0 0 25px 0;
  }
  .shop-product-list .standard-pad .shop-products .product img {
    margin-bottom: 15px;
  }
  .shop-product-list .standard-pad .shop-products .product h2 {
    line-height: 135%;
    margin-bottom: 5px;
  }
  .shop-product-list .standard-pad .shop-products .product p {
    padding-bottom: 15px;
    line-height: 135%;
  }
  .shop-ctas .ctas {
    display: block;
  }
  .shop-ctas .ctas a.cta {
    display: block;
    border-left: 0;
    width: 100%;
    border-bottom: 1px solid white;
    height: auto;
    padding: 25px 6.4% 20px 6.4%;
  }
  .shop-ctas .ctas a.cta:first-child {
    border-bottom: 1px solid white;
  }
  .support-price-table td.subscription-span2 {
    padding-right: 21px;
    font-size: 14px;
    line-height: 135%;
  }
  .support-price-table td.price2 {
    padding-right: 3px;
  }
  .support-price-table td.price2 a.button-clear {
    margin-left: 5px;
  }
  table.support-table td:first-child {
    padding-right: 21px;
  }
}
@media screen and (max-width: 440px) {
  .shop-banner .banner {
    padding: 30px 6.4% 10px 6.4%;
  }
  .shop-banner .banner h1 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .shop-banner .banner h2 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .product-comparison-table .standard-pad h3 {
    font-size: 20px;
  }
  .product-comparison-table .standard-pad .select-config {
    display: block;
    width: 100%;
    float: none;
    padding-right: 0;
    margin-bottom: 15px;
  }
  .product-comparison-table .standard-pad .support-description .sockets-description {
    font-size: 13px;
    line-height: 125%;
  }
  .product-comparison-table .standard-pad .support-description .environment-description {
    font-size: 13px;
    line-height: 125%;
  }
  table.support-price-table td div.best-buy-inner {
    padding: 15px 15px 20px 15px;
  }
  table.support-price-table td .subscription-span {
    font-size: 14px;
  }
  table.support-price-table td .price {
    font-size: 24px;
    line-height: 130%;
  }
  table.support-price-table td .price .currency {
    font-size: 16px;
  }
  table.support-price-table td a.button-clear {
    padding: 4px 8px;
    font-size: 12px;
    line-height: 115%;
  }
  table.support-price-table td.best-buy div.best-buy-inner {
    padding: 15px 15px 20px 15px;
  }
  table.support-price-table td.best-buy .subscription-span {
    font-size: 14px;
    margin-bottom: 10px;
  }
  table.support-price-table td.best-buy .price {
    font-size: 24px;
    line-height: 130%;
  }
  table.support-price-table td.best-buy .price .currency {
    font-size: 16px;
  }
  table.support-price-table td.best-buy a.button-clear {
    padding: 4px 8px;
    font-size: 12px;
    line-height: 115%;
  }
  table.support-price-table td.sales-cta div.sales-cta {
    padding: 10px 12px;
  }
  table.support-price-table td.sales-cta div.sales-cta .sales-cta-content {
    padding-top: 3px;
    font-size: 12px;
    line-height: 115%;
  }
  table.support-price-table td.sales-cta div.sales-cta .button-clear {
    font-size: 12px;
    line-height: 115%;
  }
  .shop-banner .standard-pad.banner {
    padding: 30px 6.4%;
  }
  .shop-banner .standard-pad.banner h1 {
    margin-bottom: 20px;
    font-size: 24px;
  }
  .shop-banner .standard-pad.banner .banner-content .banner-graphic {
    display: none;
  }
  .support-price-table td.subscription-span2 {
    font-size: 12px;
    line-height: 125%;
  }
}
.events-banner .banner {
  padding-top: 80px;
  padding-bottom: 60px;
  background: #0d2c40 url(/assets/img/banner_bg12.png) center top repeat;
  color: white;
  text-align: center;
}
.events-banner .banner h1 {
  font-size: 42px;
  line-height: 115%;
  font-weight: 800;
  padding: 0 20%;
  margin-bottom: 40px;
}
.events-banner .banner h2 {
  font-weight: 500;
  font-size: 23px;
  margin-bottom: 25px;
}
.events-banner .banner a.button-clear {
  border-color: white;
  margin-bottom: 20px;
}
.green-row {
  background: #02d35f;
  text-align: center;
  padding: 20px 0;
}
.green-row h4 {
  display: inline-block;
  color: #fff;
  margin-right: 5%;
  font-weight: 400;
  text-align: right;
  padding: 15px 0 0;
}
.green-row select {
  display: inline-block;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../img/icon-darr.png) 92% 17px no-repeat;
  border: 1px solid white;
  background-color: #02d35f;
  color: white;
  padding: 5px 15px;
  height: 50px;
  text-align: left;
  -moz-text-align-last: left;
  text-align-last: left;
  font-weight: 500;
  border-radius: 0;
  font-size: 16px;
}
.green-row select::-ms-expand {
  display: none;
}
.green-row .events_geo_filter {
  width: 200px;
}
.events-wrapper {
  background: #fff;
}
.events-wrapper .table-striped > tbody > tr:nth-of-type(odd) {
  background: #eee;
}
.events-wrapper #title_header {
  padding-left: 20px;
}
.events-wrapper tr td:first-child {
  padding-left: 20px;
}
.events-wrapper td {
  padding: 4px 0 8px;
}
.standard-pad.events-wrapper {
  padding-bottom: 40px;
}
.events-webinars {
  padding: 4em 0;
  color: #fff;
}
.events-webinars h3 {
  padding-bottom: .5em;
}
.events-webinars h4 {
  padding-bottom: 1em;
}
.events-webinars ul li {
  font-size: 1.1em;
  margin-bottom: .6em;
}
.events-webinars ul li .fa-square {
  color: #02a49c;
  font-size: .7em;
  margin-top: 4px;
}
.events-webinars .linkbox {
  color: #02d35f;
  margin-top: 30px;
}
.events-webinars .linkbox a {
  font-weight: 500;
  border: 2px solid #fff;
  background: #0d2c40;
  width: 175px;
  padding: 7px 30px;
}
@media (max-width: 768px) {
  .filter-events h4 {
    margin-bottom: 1em;
  }
  .events-wrapper td {
    font-size: 11px;
  }
  .webinar-icon {
    margin-bottom: 3em;
  }
  .events-webinars-content {
    margin-left: 20%;
  }
}
@media (max-width: 400px) {
  td {
    font-size: 11px;
  }
}
.press-banner .banner {
  padding-top: 80px;
  padding-bottom: 60px;
  background: #0d2c40 url(/assets/img/banner_bg16.png) center top repeat;
  color: white;
  text-align: center;
}
.press-banner .banner h1 {
  font-size: 3.1em;
  line-height: 115%;
  font-weight: 800;
  padding: 0 10%;
  margin-bottom: 40px;
}
.press-banner .banner h2 {
  font-weight: 500;
  font-size: 1.64em;
  margin-bottom: 25px;
}
.presslist {
  padding: 40px 6%;
}
.presslist .table-striped > tbody > tr:nth-of-type(odd) {
  background: #eee;
}
.presslist #pressTable {
  font-size: 15px;
}
.presslist #pressTable a {
  color: #666666;
}
.row .pager li a {
  border: none;
  color: #666666;
}
.row .pager .active > a {
  background-color: #02d35f;
  color: #fff;
}
.row .pager .active > a:hover,
.row .pager .active > a:active {
  background: #02d35f;
}
.press-detail-banner .banner {
  padding-top: 80px;
  padding-bottom: 60px;
  background: #0d2c40 url(/assets/img/banner_bg17.png) center top repeat;
  color: white;
  text-align: center;
}
.press-detail-banner .banner h1 {
  font-size: 2.6em;
  line-height: 115%;
  font-weight: 800;
  padding: 0 10%;
  margin-bottom: 40px;
}
.press-detail-banner .banner h2 {
  font-weight: 500;
  font-size: 1.64em;
  margin-bottom: 25px;
}
.press-detail-row {
  margin: 60px 0;
}
.pager-line {
  border-top: 2px solid #0d2c40;
}
.press-content .blue-row {
  padding: 40px 0;
  background: #0d2c40;
  color: #9da1a5;
}
.press-content .blue-row h2 {
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}
.press-content .blue-row h4 {
  margin-bottom: 20px;
}
.press-content .blue-row address .name {
  color: #fff;
}
.press-content .blue-row address a {
  color: #02d35f;
}
.press-content .blue-row address .vera {
  display: inline-block;
  margin-top: 39px;
}
@media (max-width: 768px) {
  .press-content .blue-row h2 {
    text-align: left;
  }
  .vera {
    margin-top: 0 !important;
  }
}
.contact-page .contact-header-row {
  border-bottom: 2px solid #0d2c40;
  padding: 60px 0 40px;
  margin-bottom: 60px;
}
.contact-page .contact-numbers h3 {
  margin-bottom: 5px;
}
.contact-page .contact-numbers p {
  font-size: 1.6em;
  color: #68686a;
  font-weight: 500;
}
.contact-page h4 {
  font-size: 20px;
  margin-bottom: 15px;
}
.contact-page ul li a {
  color: #02d35f;
  line-height: 1.5em;
}
.contact-page .office-location-select {
  display: block;
  margin: 0 0 20px 0;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../img/icon-darr-green.png) 90% 12px no-repeat;
  border: 1px solid #000;
  background-color: #fff;
  color: #5f5f5f;
  padding: 5px 15px;
  height: 34px;
  text-align: left;
  -moz-text-align-last: left;
  text-align-last: left;
  font-weight: 500;
  border-radius: 0;
  font-size: 14px;
}
.contact-page .officeitem {
  margin-bottom: 20px;
  padding: 0;
}
.contact-page .officeitem li {
  list-style: none;
}
.contact-page .officeitem .location-name {
  font-size: 17px;
  font-weight: 700;
  color: #0d2c40;
}
.contact-page .numbers {
  display: none;
}
.contact-chat h4 {
  margin: 20px 0 15px;
  font-size: 20px;
  color: #0d2c40;
}
.contact-chat h4 .orange {
  color: #fd9a2b;
  font-size: 25px;
  margin-left: 15px;
}
.contact-chat .live-chat-container {
  visibility: hidden;
}
.contact-chat .live-chat-container .livechat {
  margin: 30px 0;
}
.contact-chat .live-chat-container .livechat a:hover {
  text-decoration: none;
}
.contact-chat .live-chat-container .livechat .chat-now {
  display: none;
  font-size: 1em;
  font-weight: 500;
  background: #02d35f;
  padding: 10px 20px;
  color: #fff;
}
.contact-chat .live-chat-container .livechat .chat-now > a {
  color: #fff;
}
.contact-chat p {
  color: #5f5f5f;
  font-weight: 500;
}
.contact-chat .social-icons {
  margin: 20px 0 40px;
}
.contact-chat .social-icons i {
  color: #fff;
  background: #02d35f;
  padding: 6px;
  margin-left: 3px;
  width: 42px;
  font-size: 2em;
}
.contact-call-form h4 {
  margin: 0 0 10px;
  font-size: 20px;
  color: #0d2c40;
}
.contact-call-form .orange {
  color: #fd9a2b;
}
.talk-form.tei-form h2 {
  color: #0d2c40;
  margin-bottom: 25px;
}
.talk-form.tei-form #form_builder_company {
  float: none;
  width: 100%;
}
@media (max-width: 768px) {
  .contact-headline {
    margin-bottom: 20px;
  }
  .talk-form-footer .talk-privacy {
    float: none;
  }
  .talk-form-footer .talk-required {
    text-align: left;
    float: none;
  }
}
.consulting-banner .standard-pad {
  background: #0d2c40 url(/assets/img/banner_bg18.png) center center repeat;
  color: white;
  text-align: center;
  padding: 80px 10%;
}
.consulting-banner .standard-pad h2 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 15px;
}
.consulting-banner .standard-pad h1 {
  font-size: 44px;
}
.consulting-content .standard-pad {
  padding-bottom: 40px;
}
.consulting-content .col-sm-7 {
  padding-left: 5%;
}
.consulting-content .col-sm-7 h2 {
  margin-bottom: 30px;
}
.consulting-content .col-sm-7 a.button-clear {
  background-color: #02d35f;
  color: white;
  margin-top: 15px;
}
.consulting-content .features .feature {
  display: inline-block;
  vertical-align: top;
  width: 42%;
  margin-bottom: 40px;
  text-align: center;
}
.consulting-content .features .feature .img img {
  display: block;
  margin: 0 auto 12px auto;
}
.consulting-content .features .feature h4 {
  font-size: 17px;
  line-height: 135%;
}
.consulting-content .features .feature:nth-child(2n) {
  margin-left: 16%;
}
.product-ctas.consulting-ctas .cta-pad {
  padding-top: 80px;
}
.product-ctas.consulting-ctas .cta-pad .row-table .cell .cell-content h4 {
  padding-bottom: 4px;
  line-height: 110%;
}
.product-ctas.consulting-ctas .cta-pad .row-table .cell .cell-content h5 {
  font-weight: 300;
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.product-ctas.consulting-ctas .cta-pad .row-table .cell .cell-content .content {
  margin-top: -15px;
  padding: 0 8% 25px 8%;
  line-height: 160%;
}
.product-ctas.consulting-ctas.gray .cta-pad {
  background-color: #dcdddf;
}
.training-cta .standard-pad {
  padding: 60px 23%;
}
.training-cta .standard-pad .training-outer {
  display: table;
}
.training-cta .standard-pad .training-outer .text {
  display: table-cell;
  vertical-align: middle;
  width: 58%;
}
.training-cta .standard-pad .training-outer .text h3 {
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 10px;
}
.training-cta .standard-pad .training-outer .link {
  display: table-cell;
  vertical-align: middle;
  width: 42%;
  text-align: right;
}
.training-cta .standard-pad .training-outer .link a.button-clear {
  background-color: #02d35f;
  color: white;
}
.certification-top .standard-pad {
  background-color: white;
  padding-top: 15px;
}
.certification-top .standard-pad .top-left {
  float: left;
  width: 44%;
}
.certification-top .standard-pad .top-right {
  width: 43%;
  float: right;
}
.certification-top .standard-pad h3 {
  font-size: 31px;
  line-height: 110%;
  font-weight: 800;
}
.certification-top .standard-pad .top-inner {
  padding-top: 50px;
}
.certification-top .standard-pad .top-inner h3 {
  margin-bottom: 20px;
}
.certification-top .standard-pad .top-inner a.button-clear {
  background-color: #02d35f;
  color: white;
  margin-top: 20px;
}
.certification-top .standard-pad .top-gray {
  background-color: #5f5f5f;
  padding: 50px 10% 40px 10%;
  color: white;
}
.certification-top .standard-pad .top-gray p {
  color: #02d35f;
  font-size: 16px;
}
.certification-top .standard-pad .top-gray p strong {
  font-size: 19px;
  font-weight: 800;
  display: block;
  margin-bottom: 8px;
  color: white;
}
.certification-cost-submission .standard-pad h3 {
  font-size: 31px;
  margin-bottom: 40px;
  font-weight: 800;
  text-align: center;
}
.certification-cost-submission .standard-pad h5 {
  font-size: 19px;
  line-height: 125%;
  font-weight: 800;
  margin-bottom: 10px;
}
.certification-cost-submission .standard-pad .col-sm-6.first {
  padding-left: 0;
  padding-right: 30px;
}
.certification-cross-sell-fpo .standard-pad {
  background-color: white;
}
#training-modal .modal-dialog {
  width: 1000px;
  top: 3%;
  right: auto;
  max-width: 92%;
  left: calc(12% - 95px);
}
#training-modal .modal-body > .row > .col-sm-6:first-child {
  padding-left: 30px;
  padding-right: 8%;
  font-size: 16px;
}
#training-modal .talk-x {
  font-size: 30px;
  color: #000;
  opacity: .5;
}
#training-modal h2,
#training-modal h3 {
  font-weight: 800;
  color: #0d2c40;
}
#training-modal h2 i,
#training-modal h3 i {
  margin-right: 10px;
}
#training-modal .orange {
  color: #ed6924;
}
#training-modal .livechat {
  margin: 0 0 35px 0;
}
#training-modal .livechat .livechat-on {
  display: inline-block;
  font-size: 21px;
  font-weight: 700;
  background: #0d2c40;
  padding: 10px 30px 10px 30px;
  color: #fff;
  margin-left: -30px;
}
#training-modal .livechat .chat-now {
  font-size: 1.4em;
  font-weight: 500;
  background: #02d35f;
  padding: 10px 30px;
  color: #fff;
}
#training-modal .livechat a:hover {
  text-decoration: none;
}
#training-modal .talk-large-text {
  font-size: 19px;
  line-height: 125%;
  font-weight: 700;
  color: #0d2c40;
}
#training-modal p.cta-support {
  font-size: 16px;
}
#training-modal p.cta-support a {
  color: #02d35f;
}
#training-modal .talk-line {
  border-top: 2px solid #0d2c40;
  margin: 10px 0 30px;
}
#training-modal .talk-numbers {
  font-size: 16px;
  line-height: 135%;
  font-weight: 300;
  color: #fff;
  background: #5f5f5f;
  margin: 10px 0 30px -30px;
}
#training-modal .talk-numbers strong {
  font-weight: 500;
  font-size: 17px;
}
#training-modal .talk-numbers .talk-sales {
  padding: 20px 0 20px 45px;
}
#training-modal .talk-numbers .talk-support {
  padding: 20px 0;
}
#training-modal .talk-social {
  margin-bottom: 30px;
}
#training-modal .talk-social h4 {
  color: #0d2c40;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 500;
  padding-top: 12px;
}
#training-modal .talk-social .social-prompt {
  display: inline-block;
  margin-right: 15px;
}
#training-modal .talk-social .social-icons {
  float: right;
  margin-right: 30px;
}
#training-modal .talk-social .social-icons i {
  color: #fff;
  background: #02d35f;
  text-align: center;
  margin-left: 3px;
  width: 40px;
  height: 40px;
  font-size: 22px;
  padding-top: 9px;
}
#training-modal .request-call {
  margin: 20px 0 5px 30px;
}
#training-modal input[type='text'],
#training-modal textarea,
#training-modal select {
  width: 100%;
  margin-bottom: 15px;
}
.custom-training-form {
  background: #E8EAEA;
  padding: 15px 30px;
}
.custom-training-form div {
  margin-bottom: 10px;
}
.custom-training-form div.clear {
  margin: 0;
}
.custom-training-form div.col-sm-6 {
  padding-right: 0;
  padding-left: 8px;
}
.custom-training-form div.col-sm-6.first {
  padding-left: 0;
  padding-right: 8px;
}
.custom-training-form label {
  font-weight: 300;
  font-size: 1em;
  color: #96999C;
  display: block;
  margin: 0;
  line-height: 100%;
}
.custom-training-form input[type="text"],
.custom-training-form select {
  background: #E8EAEA;
  border: 0;
  border-bottom: 1px solid #149389;
  width: 100%;
  height: 17px;
  margin-bottom: 15px;
}
.custom-training-form select {
  height: 18px;
}
.custom-training-form #form_builder_firstName {
  float: left;
  width: 47%;
}
.custom-training-form #form_builder_lastName {
  float: right;
  width: 50%;
}
.custom-training-form #form_builder_email,
.custom-training-form #form_builder_comment {
  clear: both;
}
.custom-training-form #form_builder_company {
  float: left;
  width: 47%;
}
.custom-training-form #form_builder_phone {
  float: right;
  width: 50%;
}
.custom-training-form #form_builder_city {
  float: left;
  width: 47%;
}
.custom-training-form #form_builder_country {
  float: right;
  width: 50%;
  border-bottom: 1px solid #149389;
}
.custom-training-form #form_builder_country select {
  background: #E8EAEA;
  border: none;
  width: 100%;
  height: 21px;
}
.custom-training-form .form_builder_submit {
  text-align: center;
  margin: 20px 0 0;
}
.custom-training-form .form_builder_submit p {
  margin: 0;
  padding: 0;
}
.custom-training-form .form_builder_submit a {
  display: block;
  color: #fff;
  font-size: 1.3em;
  font-weight: 500;
  background: #02d35f;
  width: 100%;
  padding: 20px 0;
}
.custom-training-form .form_builder_submit a:hover {
  text-decoration: none;
}
.custom-training-form input[type="submit"] {
  color: #fff;
  font-size: 1.3em;
  font-weight: 500;
  background: #02d35f;
  width: 100%;
  padding: 20px 0;
  border: 0;
}
@media screen and (max-width: 992px) {
  .training-cta .standard-pad {
    padding: 60px 16%;
  }
}
@media screen and (max-width: 768px) {
  .training-cta .standard-pad {
    padding: 40px 6.4%;
  }
  .training-cta .standard-pad .training-outer {
    display: block;
  }
  .training-cta .standard-pad .training-outer .text {
    display: block;
    width: 100%;
    margin-bottom: 25px;
  }
  .training-cta .standard-pad .training-outer .text h3 {
    font-size: 24px;
  }
  .training-cta .standard-pad .training-outer .link {
    display: block;
    width: 100%;
    text-align: left;
  }
  .consulting-banner .standard-pad {
    padding: 40px 6.4%;
  }
  .consulting-banner .standard-pad h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .consulting-banner .standard-pad h1 {
    font-size: 33px;
  }
  .consulting-content .features .feature h4 {
    font-size: 16px;
  }
  .consulting-content .col-sm-7 {
    padding-left: 15px;
  }
  .consulting-content .col-sm-7 h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .product-ctas.consulting-ctas .cta-pad {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .certification-top .standard-pad .top-left {
    float: none;
    width: 100%;
    padding-bottom: 20px;
  }
  .certification-top .standard-pad .top-right {
    float: none;
    width: 100%;
  }
  .certification-top .standard-pad h3 {
    font-size: 24px;
  }
  .certification-top .standard-pad .top-inner {
    padding-top: 40px;
  }
  .certification-top .standard-pad .top-inner h3 {
    margin-bottom: 20px;
  }
  .certification-top .standard-pad .top-inner a.button-clear {
    margin-top: 0;
  }
  .certification-top .standard-pad .top-gray {
    padding: 40px 6.4% 40px 6.4%;
    color: white;
  }
  .certification-cost-submission .standard-pad h3 {
    font-size: 24px;
  }
  .certification-cost-submission .standard-pad h5 {
    font-size: 18px;
  }
  .certification-cost-submission .standard-pad .col-sm-6,
  .certification-cost-submission .standard-pad .col-sm-6.first {
    padding: 0 0 40px 0;
  }
  #training-modal .modal-dialog {
    width: auto;
    right: auto;
    left: auto;
    max-width: none;
    margin: 0 15px 0 15px;
  }
  #training-modal .live-chat-container .livechat {
    margin: 20px 0;
  }
  #training-modal .live-chat-container .livechat .chat-now {
    font-size: 1em;
    padding: 10px;
  }
  #training-modal .talk-numbers .talk-support {
    padding: 0 0 20px 40px;
    margin: 0;
  }
}
@media screen and (max-width: 440px) {
  .consulting-banner .standard-pad h2 {
    font-size: 16px;
  }
  .consulting-banner .standard-pad h1 {
    font-size: 24px;
  }
  .consulting-content .features {
    padding-bottom: 20px;
  }
  .consulting-content .features .feature {
    display: block;
    width: 100%;
  }
  .consulting-content .features .feature .img img {
    margin-bottom: 5px;
  }
  .consulting-content .features .feature:nth-child(2n) {
    margin: 0 0 30px 0;
  }
  .product-ctas.consulting-ctas .cta-pad {
    padding-top: 0;
    padding-bottom: 0;
  }
}
main .product-subpage-content .loginhelp h1 {
  margin-bottom: 40px;
}
main .product-subpage-content .loginhelp h3 {
  background-color: white;
  color: #0d2c40;
  font-size: 24px;
  font-weight: 500;
  text-align: left;
  padding: 0;
  margin-bottom: 15px;
}
main .product-subpage-content #contenthead {
  padding-top: 0;
}
main .product-subpage-content #contenthead .radio,
main .product-subpage-content #contenthead .checkbox {
  display: inline;
  vertical-align: baseline;
}
main .product-subpage-content #mainbody label {
  font-weight: 300;
}
main .product-subpage-content #mainbody label strong {
  font-weight: 500;
}
main .product-subpage-content #mainbody .radio,
main .product-subpage-content #mainbody .checkbox {
  display: inline;
  vertical-align: baseline;
}
main .product-subpage-content #mainbody input[type="text"],
main .product-subpage-content #mainbody input[type="password"] {
  color: #0d2c40;
  height: 48px;
  max-width: 100%;
  font-size: 14px;
  width: 368px;
  border: 1px solid #4d4466;
  font-weight: 500;
  padding-left: 15px;
}
main .product-subpage-content #mainbody select {
  width: 368px;
  max-width: 100%;
  font-size: 14px;
  color: #0d2c40;
  padding-right: 43px;
  padding-left: 15px;
}
main .product-subpage-content #mainbody p.property label {
  width: 250px;
  padding-right: 10px;
  padding-top: 10px;
}
main .product-subpage-content #mainbody #sreg_buttons {
  margin-left: 250px;
  text-align: center;
  width: 366px;
}
main .product-subpage-content #mainbody #sreg_buttons p.imagebutton {
  margin: 0 auto;
  float: none !important;
}
main .product-subpage-content #mainbody #sreg_buttons p.imagebutton a {
  display: inline-block;
  background-color: #02d35f;
  padding: 12px 35px;
  color: white;
  font-weight: 700;
  text-decoration: none;
}
main .product-subpage-content #mainbody #validate-btn {
  margin-left: 200px;
  text-align: center;
  width: 366px;
}
main .product-subpage-content #mainbody #validate-btn p.imagebutton {
  margin: 0 auto;
  float: none !important;
  top: -10px;
}
main .product-subpage-content #mainbody #validate-btn p.imagebutton a {
  display: inline-block;
  background-color: #02d35f;
  padding: 12px 35px;
  color: white;
  font-weight: 700;
  text-decoration: none;
}
main .product-subpage-content #rolloverContainer {
  width: 250px;
  font-size: 13px;
  line-height: 150%;
  padding: 12px 17px;
}
main .product-subpage-content table td {
  border: 0;
}
main #dl-srch-frm fieldset.basic,
main #dl-srch-frm fieldset.restricted,
main #dl-srch-frm fieldset.patches {
  height: 440px;
}
main #dl-srch-frm #patch-button {
  position: relative;
  left: auto;
  top: auto;
}
main #dl-srch-frm a.read {
  display: block;
  margin-bottom: 40px;
}
main #dl-srch-frm #patch-button {
  position: relative;
  top: auto;
  left: auto;
  float: left;
}
main #dl-srch-frm #top-text #patches {
  left: auto;
  right: 0;
  width: 37.5%;
}
main #dl-srch-frm #dl-optiontabs #patch-text {
  left: auto;
  right: 0;
  width: 37%;
}
main #dl-srch-frm select {
  max-width: 100%;
  font-size: 14px;
  color: #0d2c40;
  padding-right: 43px;
}
main #dl-srch-frm select[multiple] {
  height: auto;
  background-image: none;
}
main #dl-srch-frm #dl-basic-kw input[type="text"],
main #dl-srch-frm #dl-advanced-kw-input {
  color: #0d2c40;
  height: 48px;
  max-width: 100%;
  font-size: 14px;
  width: 368px;
  border: 1px solid #4d4466;
  font-weight: 500;
}
main #dl-srch-frm #login #search-button {
  padding-left: 0;
}
main #dl-srch-frm #login #login-text {
  color: white;
  padding-top: 10px;
}
main #dl-srch-frm #dl-basic-srch {
  float: none;
}
main #dl-srch-frm #dl-option-bu input[type="checkbox"] {
  vertical-align: baseline;
  position: relative;
  top: 2px;
}
main #dl-srch-frm fieldset.advanced #dl-options-filters h4 {
  background-color: transparent;
  text-align: left;
}
main #dl-popular {
  padding-top: 50px;
}
main .filterbox {
  width: 100%;
}
main .filterbox table {
  margin: 0 0 60px 0;
}
main .filterbox form input[type="checkbox"] {
  vertical-align: baseline;
}
main .filterbox #familyId,
main .filterbox #productId {
  margin-bottom: 15px;
  width: 100%;
  border: 1px solid black;
}
main .filterbox #advanced select {
  border: 1px solid #0d2c40;
}
main .filterbox #advcol1 {
  width: 50%;
}
main .filterbox #advcol2 {
  width: 50%;
  padding-left: 15px;
}
main .filterbox form input[type="text"] {
  height: 48px;
  border: 1px solid #0d2c40;
}
main .filterbox #quick_search_input {
  width: 100%;
  border: 1px solid #0d2c40;
}
main .filterbox #maintable_vbar #vbar {
  margin-left: 50%;
}
main .product-subpage-content #resultarea {
  width: 100%;
  font-size: 13px;
  line-height: 135%;
}
main .product-subpage-content #resultarea img {
  display: inline-block;
}
main .product-subpage-content #resultarea a {
  text-decoration: none;
}
main .product-subpage-content #resultarea b,
main .product-subpage-content #resultarea strong {
  font-weight: 500;
}
main .product-subpage-content #resultarea #legend table {
  margin-bottom: 0;
}
main .product-subpage-content #resultarea #legend table tr:nth-child(2n) {
  background-color: transparent;
}
main .product-subpage-content #resultarea #legend table td {
  font-weight: 500;
  font-size: 14px;
  line-height: 125%;
}
main .product-subpage-content #resultarea #legend table td img {
  width: 15px;
  height: 15px;
  max-width: none;
}
main .product-subpage-content #resultarea h3 {
  background-color: transparent;
  text-align: left;
  padding: 0 0 5px 0;
}
main .product-subpage-content #dl_filelist table {
  margin: 0 0 60px 0;
  width: 100%;
}
main .product-subpage-content #dl_description h3 {
  background-color: white;
  border-bottom: 2px solid #0d2c40;
  font-size: 32px;
  font-weight: 500;
  padding: 40px 0 5px 0;
  text-align: left;
  margin-bottom: 20px;
  color: #0d2c40;
}
main .product-subpage-content #dl_description h4 {
  background-color: white;
  text-align: left;
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 500;
  padding: 20px 0 0 0;
}
main .product-subpage-content #checksum_container table {
  border-color: transparent;
  margin: 10px 0 40px 0;
  table-layout: fixed;
  width: 100%;
}
main .product-subpage-content #checksum_container table td {
  word-wrap: break-word;
}
main .product-subpage-content #checksum_container table td:first-child {
  padding-left: 2%;
}
main .product-subpage-content #checksum_container table td b {
  font-weight: 500;
}
main .product-subpage-content #mainbody img {
  display: inline-block;
  vertical-align: baseline;
}
main .product-subpage-content #mainbody #patch-button img {
  display: none;
}
main .product-subpage-content #mainbody #dl-results-filters {
  width: 100%;
}
main .product-subpage-content #mainbody p {
  padding-left: 0;
  padding-right: 0;
}
main .product-subpage-content #mainbody p#dl-results-pages {
  margin-top: 15px;
  padding-right: 20px;
}
main .product-subpage-content #mainbody p#dl-results-count,
main .product-subpage-content #mainbody p#dl-results-sort {
  padding-right: 20px;
}
main .product-subpage-content #mainbody p#dl-results-count label,
main .product-subpage-content #mainbody p#dl-results-sort label {
  font-weight: 500;
}
main .product-subpage-content #mainbody p#dl-results-notfound {
  background-color: #bababa;
  margin-top: 40px;
  max-width: 1130px;
  padding: 0 20px 20px;
}
main .product-subpage-content #mainbody table {
  margin: 0;
  width: 100%;
}
main .product-subpage-content #mainbody select {
  border: 1px solid #0d2c40;
  padding-right: 43px;
}
main .product-subpage-content #mainbody table#searchresults td {
  line-height: 135%;
}
main .product-subpage-content #mainbody table#searchresults tr:last-child {
  display: none;
}
main .product-subpage-content #tier4 #contentcontainer .app #content .wrap #contenthead h1 {
  padding-bottom: 50px;
  padding-left: calc(10% + 100px);
  font-size: 30px;
}
main .product-subpage-content #tier4 #contentcontainer .app #content .wrap #contenthead img {
  float: left !important;
  margin-left: calc(10% - 40px);
}
main .product-subpage-content #tier4 #contentcontainer .app #content .wrap > table {
  margin: 0 0 40px 0;
  width: auto;
}
main .product-subpage-content #tier4 #contentcontainer .app #content .wrap > table td {
  padding: 0;
}
main .product-subpage-content #tier4 #contentcontainer .app #content .wrap > table td h3 {
  text-align: left;
  background-color: white;
  color: #0d2c40;
  font-size: 28px;
  line-height: 125%;
  padding: 10px 0 0 0;
  margin: 0 0 10px 0;
  font-weight: 500;
}
main .product-subpage-content #tier4 #contentcontainer .app #content .wrap > table td img {
  display: inline-block;
  vertical-align: baseline;
}
main .product-subpage-content #tier4 #contentcontainer .app #content .wrap > table td table {
  margin: 0;
  width: auto;
  max-width: 100%;
}
main .product-subpage-content #tier4 #contentcontainer .app #content .wrap > table td table tr:nth-child(2n) {
  background-color: white;
}
main .product-subpage-content #tier4 #contentcontainer .app #content .wrap > table td table td {
  max-width: 100%;
  line-height: 125%;
  vertical-align: top;
  text-align: left;
}
main .product-subpage-content #tier4 #contentcontainer .app #content .wrap > table td table td select {
  border: 1px solid #0d2c40;
  margin-bottom: 2px;
}
main .product-subpage-content #tier4 #contentcontainer .app #content .wrap > table td table td select[name="companyKey"],
main .product-subpage-content #tier4 #contentcontainer .app #content .wrap > table td table td select[name="novellPlatform"] {
  height: 100px;
  background-image: none;
}
main .product-subpage-content #tier4 #contentcontainer .app #content .wrap > table td table td input[name="bulletinNumber"],
main .product-subpage-content #tier4 #contentcontainer .app #content .wrap > table td table td input[name="keywords"] {
  color: #0d2c40;
  height: 48px;
  max-width: 100%;
  font-size: 14px;
  width: 368px;
  border: 1px solid #0d2c40;
  font-weight: 500;
  margin-bottom: 2px;
}
main .product-subpage-content #tier4 #contentcontainer .app #content .wrap > table td table td[align="center"] {
  text-align: center;
}
main .product-subpage-content #tier4 #contentcontainer .app #content .wrap > table td table tr:first-child td h3 {
  padding-top: 0;
  margin-top: -10px;
}
main .product-subpage-content #tier4 #contentcontainer .app #content .wrap > table table.borderTable td {
  padding: 2px;
}
main .product-subpage-content #tier4 #contentcontainer .app #content .wrap > table table.borderTable td:last-child {
  border: 1px solid green;
}
main .product-subpage-content #tier4 #contentcontainer .app #content .wrap > table table.noBorderTable td:last-child {
  border: 0;
}
body form {
  float: none;
  margin: 0;
  width: auto;
}
footer {
  padding: 0;
}
footer .footer ul li {
  font-family: "Gotham SSm A", "Gotham SSm B", "Trebuchet MS", Verdana;
  border: 0;
  font-size: 14px;
}
footer .footer ul li a {
  font-weight: 500;
}
header {
  height: auto;
}
.documentation img {
  display: inline-block;
}
.documentation .standard-pad #content {
  padding: 0;
  background-image: none;
}
.documentation .standard-pad #content .wrap {
  width: auto;
  padding: 0;
}
.documentation .standard-pad #content .wrap table.category {
  margin-bottom: 40px;
}
.documentation .standard-pad #content .wrap h1 {
  border: 0;
  font-size: 43px;
  line-height: 125%;
  font-weight: 800;
  letter-spacing: -1px;
  color: #0d2c40;
}
.documentation .standard-pad #content .wrap .anchors li {
  width: auto;
}
.documentation .standard-pad td.prodlistrow img {
  height: 35px;
}
.documentation .standard-pad table.prodlist {
  margin-bottom: 35px;
}
.documentation .standard-pad table.prodlist td.prodlistrow img {
  display: none;
}
.documentation .standard-pad table.prodlist tr:nth-child(2n + 1) {
  background-color: #eeeeee;
}
.documentation .standard-pad table.prodlist {
  width: 100%;
  font-size: 15px;
}
.documentation .standard-pad table.prodlist tr.prodlistrow {
  background-color: white;
}
.documentation .standard-pad table.prodlist td.product,
.documentation .standard-pad table.prodlist td.prodlistsize,
.documentation .standard-pad table.prodlist td.prodlistdate {
  font-weight: 700;
  color: #0d2c40;
  padding-bottom: 20px;
  font-size: 17px;
  width: auto;
}
.documentation .standard-pad table.prodlist td.product h5 {
  font-size: 17px;
  margin: 0;
  padding: 0;
}
.documentation .standard-pad table.prodlist td.product {
  width: 65%;
}
.documentation .standard-pad table.prodlist td.prodlistsize {
  width: auto;
}
.documentation .standard-pad table.prodlist td.prodlistdate {
  width: 15%;
}
.documentation .standard-pad table.prodlist td.prodchap {
  padding: 3px 5px 4px 0;
  width: auto;
}
.documentation .standard-pad table.prodlist td.prodchap img {
  width: auto;
  height: auto;
}
.documentation .standard-pad table.prodlist td.prodchap:nth-child(2) {
  font-size: 9px;
  padding-left: 0;
}
.documentation .standard-pad table.prodlist td:nth-child(3) {
  text-align: center;
}
.documentation .standard-pad table.prodlist td.product,
.documentation .standard-pad table.prodlist td.prodchapname {
  padding-left: 40px;
}
.documentation .standard-pad table.prodlist td.prodchapname a {
  text-decoration: none;
  color: #666666;
  display: inline-block;
  width: 90%;
}
.documentation .standard-pad table.prodlist td.prodchapname a:hover {
  text-decoration: underline;
  color: #0d2c40;
}
.documentation .standard-pad table.prodlist img {
  display: inline-block;
  vertical-align: middle;
}
.documentation .standard-pad table.intro {
  width: 100%;
}
.documentation .standard-pad table.intro td {
  padding: 5px 2.5% 5px 40px;
}
.documentation .standard-pad table.intro td p {
  display: block;
}
.documentation .standard-pad table#start.prodlist tr:nth-child(2n + 1) {
  background-color: white;
}
.documentation .standard-pad table#start.prodlist tr:nth-child(2n) {
  background-color: #eeeeee;
}
.documentation .standard-pad table.intro + table.prodlist tr:nth-child(2n) {
  background-color: #eeeeee;
}
.documentation .standard-pad table.intro + table.prodlist tr:nth-child(2n + 1) {
  background-color: white;
}
.documentation.documentation-index .standard-pad {
  padding-top: 60px;
}
.documentation.documentation-index .standard-pad #content a.share_btn img {
  vertical-align: top;
}
.documentation.documentation-index .standard-pad .tier4 #content .wrap h1 {
  margin-bottom: 40px;
}
.documentation.documentation-index .standard-pad table.prodlist td.prodlistrow {
  padding-bottom: 5px;
}
.documentation.documentation-index .standard-pad table.prodlist tr:nth-child(2n+1) {
  background-color: white;
}
body .product-subpage-content.t4 #page {
  width: auto;
}
body .product-subpage-content.t4 #page #contenthead {
  width: auto;
}
body .product-subpage-content.t4 #page #content {
  width: auto;
}
body .product-subpage-content.t4 #page #content #contentwrap {
  padding-left: 0;
  width: auto;
}
body .product-subpage-content.t4 #page #content #contentwrap #mainbody {
  width: auto;
  max-width: 900px;
  margin: 0 auto;
}
body .product-subpage-content.t4 #page #content #contentwrap #mainbody h3 {
  font-family: "Gotham SSm A", "Gotham SSm B", "Trebuchet MS", Verdana;
  color: white;
  font-size: 32px;
}
body .product-subpage-content.t4 #page #content #contentwrap #mainbody #patchNotification h3 {
  font-size: 20px;
  text-align: left;
  color: #0d2c40;
  background-color: white;
  padding: 0;
  margin-bottom: 25px;
}
body .product-subpage-content.t4 #page #content #contentwrap #mainbody #patchNotification select {
  width: auto;
}
body .product-subpage-content.t4 #page #content #contentwrap #mainbody #patchNotification #optionTable td {
  line-height: 125%;
  color: black;
}
body .product-subpage-content.t4 #page #content #contentwrap #mainbody #patchNotification #optionTable td:first-child {
  padding-left: 10px;
}
body .product-subpage-content.t4 #page #content #contentwrap #mainbody #patchNotification #optionTable tr.odd {
  background-color: #f8f8f8;
}
body .product-subpage-content.t4 #page #content #contentwrap #mainbody #patchNotification #optionTable tr.even {
  background-color: #ececec;
}
body .product-subpage-content.t4 #page #content #contentwrap #mainbody #patchNotification #optionTable tr.selected {
  background-color: white;
}
body .product-subpage-content.t4 #page #content #contentwrap #mainbody #patchNotification #currentSelectionTable th {
  padding-bottom: 5px;
  padding-top: 5px;
}
body .product-subpage-content.t4 #page #content #contentwrap #mainbody #patchNotification #searchArea {
  height: auto;
  line-height: 125%;
  padding: 12px;
}
body .product-subpage-content.t4 #page #content #contentwrap #mainbody #patchNotification #searchArea input#searchInputArea {
  margin: 0 0 12px 0;
}
body .product-subpage-content.t4 #page #content #contentwrap #mainbody #patchNotification ul#modeArea {
  height: auto;
}
body .product-subpage-content.t4 #page #content #contentwrap #mainbody #patchNotification ul#modeArea li {
  margin-bottom: 0;
  padding-bottom: 10px;
}
body .product-subpage-content.t4 #page #content #contentwrap #mainbody #patchNotification .groupWarning {
  padding: 5px 16px 5px 5px;
  height: auto;
  line-height: 125%;
}
#main .longtail img {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  main #dl-srch-frm fieldset.basic,
  main #dl-srch-frm fieldset.restricted,
  main #dl-srch-frm fieldset.patches {
    float: none;
    width: 100%;
    height: auto;
    padding-bottom: 12px;
  }
  main #dl-srch-frm select {
    width: 100%;
  }
  main #dl-srch-frm select[multiple] {
    width: 100%;
  }
  main #dl-srch-frm #dl-basic-kw input[type="text"],
  main #dl-srch-frm #dl-advanced-kw-input {
    width: 100%;
  }
  main #top-text #patches,
  main #dl-optiontabs #patch-text {
    display: none;
  }
  main #dl-popular div.col1,
  main #dl-othersites div.col1,
  main #dl-popular div.col2,
  main #dl-othersites div.col2 {
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }
  main .filterbox #maintable_left {
    display: block;
    width: 100%;
    padding: 0;
  }
  main .filterbox #maintable_vbar {
    display: block;
    width: 100%;
    padding: 0;
  }
  main .filterbox #maintable_vbar #vbar_or {
    border-bottom: 2px solid white;
    width: 60%;
    margin: 0 auto;
  }
  main .filterbox #maintable_vbar #vbar {
    display: none;
  }
  main .filterbox #maintable_right {
    display: block;
    width: 100%;
    padding: 0;
  }
  main .filterbox > table {
    display: block;
    width: 100%;
  }
  main .filterbox > table tbody {
    display: block;
    width: 100%;
  }
  main .filterbox > table tr {
    display: block;
    width: 100%;
    padding: 0;
  }
  main .product-subpage-content #resultarea #legend table td {
    font-size: 12px;
  }
  main .product-subpage-content #mainbody p.property label {
    float: none;
    text-align: left;
  }
  main .product-subpage-content #mainbody p.property input[type="text"],
  main .product-subpage-content #mainbody p.property input[type="password"] {
    width: 100%;
  }
  main .product-subpage-content #mainbody p.property select {
    width: 100%;
  }
  main .product-subpage-content #mainbody #sreg_buttons {
    margin: 0;
    width: 100%;
  }
  main .product-subpage-content #tier4 #contentcontainer .app #content .wrap #contenthead h1 {
    padding-bottom: 50px;
    padding-left: 55px;
    font-size: 24px;
  }
  main .product-subpage-content #tier4 #contentcontainer .app #content .wrap #contenthead img {
    width: 72px;
    float: left !important;
    margin-left: -15px;
    margin-top: -110px !important;
  }
  main .product-subpage-content #tier4 #contentcontainer .app #content .wrap > table td h3 {
    font-size: 22px;
    line-height: 125%;
  }
  main .product-subpage-content #tier4 #contentcontainer .app #content .wrap > table td table td select {
    width: 100% !important;
  }
  main .product-subpage-content #tier4 #contentcontainer .app #content .wrap > table td table td select[name="companyKey"],
  main .product-subpage-content #tier4 #contentcontainer .app #content .wrap > table td table td select[name="novellPlatform"] {
    width: 100% !important;
  }
  main .product-subpage-content #tier4 #contentcontainer .app #content .wrap > table td table td input[name="bulletinNumber"],
  main .product-subpage-content #tier4 #contentcontainer .app #content .wrap > table td table td input[name="keywords"] {
    width: 100% !important;
  }
  main .product-subpage-content #tier4 #contentcontainer .app #content .wrap > table td table td.bodyCopy table tr.leadCopy td table.noBorderTable {
    display: block;
    width: 100%;
  }
  main .product-subpage-content #tier4 #contentcontainer .app #content .wrap > table td table td.bodyCopy table tr.leadCopy td table.noBorderTable tbody {
    display: block;
    width: 100%;
  }
  main .product-subpage-content #tier4 #contentcontainer .app #content .wrap > table td table td.bodyCopy table tr.leadCopy td table.noBorderTable tr {
    display: block;
  }
  main .product-subpage-content #tier4 #contentcontainer .app #content .wrap > table td table td.bodyCopy table tr.leadCopy td table.noBorderTable tr td {
    display: block;
  }
  main .product-subpage-content #tier4 #contentcontainer .app #content .wrap > table td[width="10%"] {
    display: none;
  }
  .documentation .standard-pad #content .wrap h1 {
    font-size: 33px;
  }
  .documentation .standard-pad table.category {
    width: auto;
  }
  .documentation .standard-pad table.category ul.links {
    margin-left: 10px;
    line-height: 135%;
  }
  .documentation .standard-pad table.prodlist {
    font-size: 13px;
    line-height: 145%;
  }
  .documentation .standard-pad table.prodlist td.product {
    width: 50%;
  }
  .documentation .standard-pad table.prodlist td.product,
  .documentation .standard-pad table.prodlist td.prodlistsize,
  .documentation .standard-pad table.prodlist td.prodlistdate {
    font-size: 14px;
    padding-bottom: 12px;
  }
  .documentation .standard-pad table.prodlist td.product h5 {
    font-size: 14px;
  }
  .documentation .standard-pad table.prodlist td.product,
  .documentation .standard-pad table.prodlist td.prodchapname {
    padding-left: 10px;
    padding-top: 5px;
  }
  .documentation .standard-pad table.prodlist td.prodlistsize {
    width: auto;
    min-width: 80px;
  }
  .documentation .standard-pad table.prodlist td.prodlistdate {
    width: auto;
  }
  .documentation .standard-pad table.prodlist td.prodchap,
  .documentation .standard-pad table.prodlist td.prodchapname {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .documentation .standard-pad table.prodlist td.prodchap:nth-child(2) {
    padding-left: 5px;
    padding-bottom: 0;
  }
  .documentation .standard-pad table.prodlist td.prodchap:nth-child(2) img {
    margin-bottom: 5px;
  }
  .documentation .standard-pad table.prodlist nobr {
    white-space: normal;
  }
  .documentation .standard-pad table.intro td {
    padding-left: 10px;
  }
  body .product-subpage-content.t4 #page #content #contentwrap #mainbody h3 {
    font-size: 24px;
  }
  body .product-subpage-content.t4 #page #content #contentwrap #mainbody #patchNotification h3 {
    font-size: 16px;
  }
  body .product-subpage-content.t4 #page #content #contentwrap #mainbody #patchNotification select {
    width: auto;
    padding: 2px 30px 1px 5px;
    background-position: calc(100% + 10px) top;
  }
  body .product-subpage-content.t4 #page #content #contentwrap #mainbody #patchNotification ul#modeArea li {
    font-size: 13px;
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media screen and (max-width: 500px) {
  main .filterbox #advcol1 {
    float: none;
    width: 100%;
  }
  main .filterbox #advcol2 {
    float: none;
    width: 100%;
    padding-left: 0;
  }
  main #resultarea #legend tr {
    display: table-row;
    padding: 0;
  }
  main #resultarea #legend table td,
  main #resultarea #legend table th {
    text-align: left;
  }
}
@media screen and (max-width: 440px) {
  .documentation .standard-pad #content .wrap h1 {
    font-size: 24px;
  }
  .documentation .standard-pad table.category ul.links {
    margin: 0;
    list-style-image: none;
    list-style-type: none;
  }
  .documentation .standard-pad table.prodlist {
    font-size: 12px;
    line-height: 135%;
  }
  .documentation .standard-pad table.prodlist td.product {
    width: 50%;
  }
  .documentation .standard-pad table.prodlist td.product,
  .documentation .standard-pad table.prodlist td.prodlistsize,
  .documentation .standard-pad table.prodlist td.prodlistdate {
    font-size: 12px;
  }
  .documentation .standard-pad table.prodlist td.product h5 {
    font-size: 12px;
  }
  .documentation .standard-pad table.prodlist td.product,
  .documentation .standard-pad table.prodlist td.prodchapname {
    padding-left: 6px;
  }
  .documentation .standard-pad table.prodlist td.prodchap:nth-child(2) {
    padding-left: 4px;
  }
  .documentation .standard-pad table.intro td {
    padding-left: 6px;
  }
}
.filter-stories select {
  font-size: 14px !important;
  background: #02d35f url(../img/icon-darr.png) 96% 18px no-repeat;
  padding: 5px 10px;
}
.filter-stories select::-ms-expand {
  display: none;
}
.geofilter {
  width: 200px;
}
.industryfilter {
  width: 300px;
}
.productfilter {
  width: 430px;
}
#clearfilters {
  font-weight: 500;
  padding: 14px 30px;
  font-size: 15px;
  color: #fff;
  border: 1px solid #fff;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  cursor: pointer;
}
.stories {
  margin: 50px 0 0;
}
.stories .mix {
  display: none;
}
.stories .story .storylogo {
  display: block;
  margin: 5px 0 40px;
}
.stories .story h3 {
  margin-bottom: 10px;
}
.stories .story .pdf,
.stories .story .ytvideo {
  margin: 5px 0 0;
}
.stories .story .ss-products {
  margin-top: 15px;
}
.stories .story .ss-products h5 {
  margin-bottom: 13px;
}
.stories .story .industry h5,
.stories .story .location h5 {
  margin-bottom: 5px;
  color: #02d35f;
}
.stories .story .industry p,
.stories .story .location p {
  padding-left: 18px;
}
.stories .story .location h5 {
  margin-top: 5px;
}
.stories .pdf a {
  display: block;
  margin-top: 5px;
}
.stories .ss-hr {
  border-top: 1px solid #dcddde;
  clear: both;
  margin: 25px;
}
.clogo {
  margin: 0 auto;
}
.sstory .callout {
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 30px;
}
.sstory h1 {
  background-color: #58595b;
  color: white;
  font-size: 32px;
  font-weight: 800;
  line-height: 100%;
  padding: 20px 6.4%;
  text-align: center;
}
.sstory h2 {
  padding: 30px 0 20px;
  font-size: 25px;
  color: #0d2c40;
}
.sstory .customer_desc h4 {
  font-size: 15px;
  color: #0d2c40;
}
.sstory .pdf-video {
  margin-bottom: 40px;
}
.sstory .viewpdf,
.sstory .watchvideo,
.sstory .dindustry,
.sstory .dlocation,
.sstory .dproductlinks,
.sstory .dresults {
  margin-bottom: 15px;
}
.sstory .dindustry h5,
.sstory .dlocation h5 {
  color: #02d35f;
  margin: 20px 0 0;
}
.sstory .dindustry p,
.sstory .dlocation p {
  padding: 5px 0 0 18px;
}
.sstory .dresults {
  margin: 60px 0 0;
}
.sstory .dproductlinks {
  margin-top: 60px;
}
.sstory .dproductlinks li {
  margin: 4px 0;
}
.sstory .quotetext {
  margin: 50px 0 20px;
  font-weight: 300;
  font-size: 22px;
  line-height: 30px;
  color: #02a49c;
  font-style: italic;
}
.sstory .quoteauthor {
  margin: 5px 0 25px;
}
.sstory .about {
  margin-top: 60px;
}
.sstory .about p {
  line-height: 21px;
}
.sstory .success-sidebar h5 {
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .ssfilter {
    margin-bottom: 15px;
  }
  .productfilter {
    width: 300px;
  }
  .industry {
    margin-top: 15px;
  }
  .story {
    padding-top: 30px;
  }
}
