/*	=======================
	Vars for Wireframe look
	======================= */
.maxwidthcenter {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.transition {
  transition: 0.2s;
}
.bold {
  font-weight: bold;
}
.materialShadow1 {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.1);
}
.materialShadow,
.materialShadow2 {
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.05), 0 3px 3px rgba(0, 0, 0, 0.1);
}
.materialShadow3 {
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05), 0 6px 6px rgba(0, 0, 0, 0.1);
}
.text-shadow {
  text-shadow: 0 2px 15px rgba(0, 0, 0, 0.5);
}
.tabcontent.generalFaq {
  background-color: #eeeeff;
}
.tabcontent.productFaq {
  background-color: #ffeeee;
}
/*	=======================
	Vars for Harman Audio
	======================= */
.bold {
  font-weight: normal;
  font-family: "Univers LT W01 65 Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.semibold {
  font-weight: 600;
}
.tabcontent,
.tabcontent.generalFaq,
.tabcontent.productFaq {
  background-color: initial !important;
}
/*
	    font-family: "Univers LT W01 65 Bold",Arial,"Helvetica Neue",Helvetica,sans-serif;
		    font-family: "Univers LT W01 55 Roman",Arial,"Helvetica Neue",Helvetica,sans-serif;
			    font-family: "Univers LT W01 55 Roman",Arial,"Helvetica Neue",Helvetica,sans-serif;
	*/
/*	=======================
	Base styling
	======================= */
/*	=======================
	General
	======================= */
body {
  background: #e9eaee;
}
#wrapper {
  background: #fff;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.05), 0 3px 3px rgba(0, 0, 0, 0.1);
  padding: 0;
}
#footer {
  overflow: hidden;
  margin-top: 0;
}
.page-content {
  line-height: 20px;
  padding-bottom: 0 !important;
}
.page-content * {
  box-sizing: border-box;
}
.page-content .button,
.page-content .submit {
  display: inline-block;
  padding: 8px 20px;
  border-radius: 0;
  cursor: pointer;
  background: #00395a;
  color: #fff;
  transition: 0.2s;
  text-align: center;
  text-decoration: none;
  border: 0;
  font-weight: bold;
  font-weight: normal;
  font-family: "Univers LT W01 65 Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.page-content .button:focus,
.page-content .submit:focus,
.page-content .button:active,
.page-content .submit:active,
.page-content .button:hover,
.page-content .submit:hover {
  outline: none;
  color: #fff;
  background-color: #005484;
  border: 0;
}
.page-content .button.textlink,
.page-content .submit.textlink {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #00395a;
}
.page-content .button.textlink:hover,
.page-content .submit.textlink:hover {
  color: #005484;
}
.page-content img {
  max-width: 100%;
}
@media (max-width: 600px) {
  #wrapper {
    padding: 0;
  }
}
.pt_customer-service .page-content a,
.pt_customer-service .page-content a:visited {
  text-decoration: none;
}
.placeholder {
  background: #eee;
  display: block;
  height: inherit;
}
h1,
h2,
h3 {
  margin: 0 0 30px;
}
h4 {
  margin: 0 0 20px;
}
h1,
h2 {
  text-align: center;
}
h1 + .example,
h2 + .example,
h1 + .intro,
h2 + .intro {
  text-align: center;
}
h1 {
  margin-bottom: 40px;
}
p + h4 {
  margin-top: 40px;
}
.mod_article a {
  cursor: pointer;
  font-family: inherit;
  color: inherit;
  font-weight: inherit;
  text-decoration: underline;
}
.mod_article a.inline-link {
  color: inherit;
  font-weight: inherit;
  font-family: inherit;
}
.mod_article a.inline-link:hover {
  color: #005484;
}
.mod_article a.link-telephone {
  text-decoration: none;
}
.mod_article a.link-telephone:hover {
  border-bottom: 1px solid;
}
.secundary {
  color: #7c7e81;
}
.mod_article section {
  padding: 60px 46px;
  transition: 0.2s;
}
.mod_article section.support-tabs section.product-support-search {
  padding: 15px 46px 1px;
}
.mod_article section section {
  margin: 0 -46px;
}
@media (max-width: 600px) {
  .mod_article section {
    padding: 40px 20px;
  }
  .mod_article section section {
    margin: 0 -20px;
  }
}
@media (max-width: 980px) {
  .mcenter {
    text-align: center;
  }
  .mleft {
    text-align: left;
  }
}
@media (min-width: 980px) {
  .lcenter {
    text-align: center;
  }
  .lleft {
    text-align: left;
  }
}
.midwidth {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
html {
  counter-reset: section;
}
ol {
  list-style: decimal outside;
  margin: 0 0 20px 16px;
}
ol.fancy {
  counter-reset: item;
  list-style-type: none;
  list-style: none;
  margin: 20px / 2 0 20px 40px;
  text-align: left;
  display: inline-block;
  position: relative;
}
ol.fancy > li:before {
  counter-increment: section;
  content: counter(section);
  background: #00395a;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  padding: 4px;
  color: #fff;
  text-align: center;
  display: inline-block;
  margin: -3px 12px -4px -40px;
  position: absolute;
}
ol.fancy > li {
  padding: 0.6em 1em;
}
ol.fancy ul {
  margin-left: 30px;
  list-style-type: disc;
}
ol.fancy ul li {
  margin: 10px -14px;
}
ol.fancy ul li:last-child {
  margin-bottom: 0;
}
.returns .top h1 {
  margin-bottom: 0;
}
/*	=======================
	Flex rows
	======================= */
.row.flex {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.columns.flex {
  flex: 1 0 auto;
  margin: 0 20px / 2 20px;
}
.columns.six {
  width: 50%;
}
.columns.flex.five {
  width: 40%;
}
.columns.flex.four {
  width: 30%;
}
.columns.flex.three {
  width: 25%;
}
/*	=======================
	Selfhelp
	======================= */
.segment.selfhelp-wrapper {
  display: none;
}
.segment.selfhelp-wrapper .selfhelp {
  padding: 20px;
  border-radius: 3px;
  background-color: #f9f9f9;
  position: relative;
}
.segment.selfhelp-wrapper .selfhelp h2 {
  text-align: left;
  margin-bottom: 40px;
}
.segment.selfhelp-wrapper .selfhelp .close {
  position: absolute;
  right: 20px;
  top: 20px;
  text-align: center;
  padding: 8px 0;
  width: 25px;
  height: 25px;
}
.segment.selfhelp-wrapper .selfhelp .selfhelp-sections {
  margin: 0 -20px;
}
.segment.selfhelp-wrapper .selfhelp .selfhelp-sections .downloads,
.segment.selfhelp-wrapper .selfhelp .selfhelp-sections .faq {
  padding: 0 20px;
  vertical-align: top;
}
@media (min-width: 980px) {
  .segment.selfhelp-wrapper .selfhelp .selfhelp-sections .downloads,
  .segment.selfhelp-wrapper .selfhelp .selfhelp-sections .faq {
    width: 50%;
    display: inline-block;
  }
}
.segment.selfhelp-wrapper .selfhelp .selfhelp-sections + p {
  border-top: 1px solid #ddd;
  padding-top: 20px;
  margin-top: 20px;
}
.segment.selfhelp-wrapper .selfhelp .selfhelp-sections .downloads:empty + .faq,
.segment.selfhelp-wrapper .selfhelp .selfhelp-sections .downloads.hidden + .faq {
  width: initial;
  display: block;
}
.segment.selfhelp-wrapper .selfhelp h4 {
  font-size: 15px;
  line-height: 1.35em;
}
.segment.selfhelp-wrapper .downloads-wrapper a span.size {
  display: none;
}
.segment.selfhelp-wrapper .downloads-wrapper a span.lang {
  margin: 0;
  width: 21%;
  word-break: break-word;
}
.segment.selfhelp-wrapper .downloads-wrapper a span.name {
  width: 60%;
  word-break: break-word;
}
/*	=======================
	Search
	======================= */
section.search {
  background: #f5f5f5;
}
form.search {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
form.search input {
  margin: 0 0 20px / 4;
  padding: 8px 10px;
  display: inline-block;
  border: 2px solid #ddd;
}
form.search .keywords {
  width: 75%;
  float: left;
  border-radius: 3px 0 0 3px;
  border-width: 2px 0 2px 2px;
  transition: 0.2s;
}
form.search .keywords:focus {
  outline: 0;
  border-color: #00395a;
}
form.search .keywords + .submit {
  width: 25%;
  float: left;
  border: 2px solid #00395a;
  border-radius: 0 3px 3px 0;
  margin-left: 0;
}
form.search .keywords + .submit:hover {
  border-color: #005484;
}
/*	=======================
	Tabs
	======================= */
.tabwrapper {
  margin: 0 0 20px;
}
.tablet .tabwrapper .nav,
.desktop .tabwrapper .nav {
  display: block;
  padding: 0;
  margin: 0;
  border-bottom: 2px solid #00395a;
}
.tablet .tabwrapper .nav li,
.desktop .tabwrapper .nav li {
  margin: 0 0 40px;
  display: inline-block;
  padding: 8px 20px;
  transition: 0.2s;
  cursor: pointer;
}
.tablet .tabwrapper .nav li:hover,
.desktop .tabwrapper .nav li:hover {
  background: #005484;
}
.tablet .tabwrapper .nav li:active,
.desktop .tabwrapper .nav li:active,
.tablet .tabwrapper .nav li:focus,
.desktop .tabwrapper .nav li:focus {
  background: #005484;
  color: white;
}
.tablet .tabwrapper .nav li.active,
.desktop .tabwrapper .nav li.active {
  cursor: default;
  background: #00395a;
  color: white;
}
.tablet .tabwrapper .tabcontent,
.desktop .tabwrapper .tabcontent {
  display: none;
  padding: 20px 0;
}
.tablet .tabwrapper .tabcontent.active,
.desktop .tabwrapper .tabcontent.active {
  display: block;
}
/*	=======================
	Accordion
	======================= */
.accordion .nav,
.accordion2 .nav,
.handheld .tabwrapper .nav {
  display: none;
}
.accordion .tabcontent h4,
.accordion2 .tabcontent h4,
.handheld .tabwrapper .tabcontent h4 {
  cursor: pointer;
  display: inline-block;
  margin-left: 30px;
  margin-bottom: 20px / 2;
  transition: 0.2s;
}
.accordion .tabcontent h4:before,
.accordion2 .tabcontent h4:before,
.handheld .tabwrapper .tabcontent h4:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%2300395a'%2F%3E%3C%2Fsvg%3E") no-repeat bottom right;
  content: " ";
  width: 0.8em;
  height: 0.8em;
  display: inline-block;
  transition: 0.2s;
  margin-right: 20px;
  margin-left: -34px;
}
.accordion .tabcontent h4:hover,
.accordion2 .tabcontent h4:hover,
.handheld .tabwrapper .tabcontent h4:hover {
  color: #00395a;
}
.accordion .tabcontent .content,
.accordion2 .tabcontent .content,
.handheld .tabwrapper .tabcontent .content {
  display: none;
  overflow: hidden;
  padding: 0 30px 20px;
}
.accordion .tabcontent .content p,
.accordion2 .tabcontent .content p,
.handheld .tabwrapper .tabcontent .content p {
  white-space: pre-wrap;
}
.accordion .tabcontent .content p span.relevance,
.accordion2 .tabcontent .content p span.relevance,
.handheld .tabwrapper .tabcontent .content p span.relevance {
  display: block;
  margin-top: 20px;
}
.accordion .tabcontent .content p span.relevance span,
.accordion2 .tabcontent .content p span.relevance span,
.handheld .tabwrapper .tabcontent .content p span.relevance span {
  font-weight: bold;
}
.accordion .tabcontent.active h4:before,
.accordion2 .tabcontent.active h4:before,
.handheld .tabwrapper .tabcontent.active h4:before {
  transform: rotate(90deg) translateY(-4px);
}
ul.styled {
  padding-left: 20px;
  list-style-type: disc;
}
ol.styled ol {
  list-style-type: lower-alpha;
}
ol.styled li {
  padding-left: 10px;
}
/*	=======================
	Items (small)
	======================= */
.item-wrapper * {
  line-height: 20px;
  font-size: 14px;
}
.item-wrapper ul {
  list-style: none;
  margin: 0 -20px;
  padding: 20px 0 0;
  overflow: hidden;
}
.item-wrapper .item {
  display: block;
  margin: 0 20px 40px;
  border: 2px solid #ddd;
  padding: 20px;
}
.item-wrapper .item:hover {
  border-color: #00395a;
}
.item-wrapper .item .cta .button {
  display: block;
  height: 36px;
}
.item-wrapper .item .cta .button.placeholder {
  cursor: default;
}
.item-wrapper .item .cta .button.support-link {
  background: none;
  color: #35383a;
  border: 0;
  padding-bottom: 0;
  height: auto;
}
.item-wrapper .item .cta .button.support-link:hover {
  text-decoration: underline !important;
}
.item-wrapper .item.no-pa .cta .button {
  background: #ccc;
  border-color: #ccc;
  pointer-events: none;
  cursor: default;
}
.item-wrapper .item.no-pa .cta .button:hover {
  color: #fff;
  background: #ccc;
  border-color: #ccc;
}
.item-wrapper .item.no-pa .cta .button.support-link {
  background: none;
  pointer-events: all;
  cursor: pointer;
}
.item-wrapper .item.no-pa .cta .button.support-link:hover {
  color: #35383a;
  background: none;
}
.item-wrapper .item .thumb {
  margin-bottom: 20px;
  width: 100%;
  position: relative;
  padding-top: 100%;
}
.item-wrapper .item .thumb img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.item-wrapper .item .thumb img.pro-badge {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 20%;
  left: auto;
  bottom: auto;
}
.item-wrapper .item .info {
  height: 60px;
}
@media (max-width: 980px) {
  .item-wrapper .item .info {
    height: auto;
  }
}
.item-wrapper .item h4 {
  height: 20px;
  font-size: 14px;
}
.item-wrapper .item h4 a {
  color: inherit;
  transition: 0.2s;
  text-decoration: none;
  text-transform: none;
  line-height: 20px;
}
.item-wrapper .item h4 a:hover {
  color: #00395a;
}
.item-wrapper .item .teaser {
  height: 60px;
}
@media (max-width: 640px) {
  .item-wrapper .item .teaser {
    height: auto;
  }
}
.item-wrapper .item .teaser .placeholder {
  height: 14px;
  position: relative;
  top: 1px;
}
@media (min-width: 980px) {
  .item-wrapper .item .teaser .placeholder:after {
    content: " ";
    height: inherit;
    display: block;
    width: 45%;
    background-color: inherit;
    position: relative;
    top: 24px;
  }
}
@media (max-width: 640px) {
  .item-wrapper .item {
    overflow: hidden;
    margin-bottom: 20px;
  }
  .item-wrapper .item > * {
    float: right;
    width: 60%;
  }
  .item-wrapper .item .thumb {
    width: 40%;
    float: left;
  }
}
@media (min-width: 640px) {
  .item-wrapper .item {
    float: left;
    width: 50%;
    width: calc(50% - 20px*2);
  }
  .item-wrapper .item:nth-of-type(2n + 1) {
    clear: left;
  }
}
@media (min-width: 980px) {
  .item-wrapper .item {
    width: 33.3333%;
    width: calc(33.3333% - 20px*2);
  }
  .item-wrapper .item:nth-of-type(3n + 1) {
    clear: left;
  }
  .item-wrapper .item:nth-of-type(2n + 1) {
    clear: none;
  }
  .tab .item-wrapper .item {
    width: 50%;
    width: calc(50% - 20px*2);
  }
  .tab .item-wrapper .item:nth-of-type(2n + 1) {
    clear: left;
  }
}
@media (min-width: 1100px) {
  .item-wrapper .item {
    width: 25%;
    width: calc(25% - 20px*2);
  }
  .item-wrapper .item:nth-of-type(4n + 1) {
    clear: left;
  }
  .item-wrapper .item:nth-of-type(3n + 1) {
    clear: none;
  }
  .tab .item-wrapper .item {
    width: 33.3333%;
    width: calc(33.3333% - 20px*2);
  }
  .tab .item-wrapper .item:nth-of-type(3n + 1) {
    clear: left;
  }
  .tab .item-wrapper .item:nth-of-type(2n + 1) {
    clear: none;
  }
}
.item-wrapper.horizontal ul {
  padding-top: 0;
}
.item-wrapper.horizontal .item {
  overflow: hidden;
  margin-bottom: 20px;
}
@media (max-width: 1100px) {
  .item-wrapper.horizontal .item {
    width: initial;
    float: none;
    clear: both;
  }
}
.item-wrapper.horizontal .item > * {
  float: right;
  width: 60%;
  height: auto;
}
.item-wrapper.horizontal .item > * h4 {
  height: auto;
}
.item-wrapper.horizontal .item .thumb {
  width: 40%;
  float: left;
  margin-bottom: 0;
  padding-top: 0;
}
.item-wrapper.horizontal .item .thumb img {
  position: static;
  max-width: 100%;
  margin: -20px;
}
/*	=======================
	Youtube wrapper
	======================= */
.ytwrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  margin: 0 0 20px;
}
.ytwrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section.youtube-equal-wrapper {
  border-top: 1px solid #f5f5f5;
}
@media (min-width: 980px) {
  section.youtube-equal-wrapper ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
  }
  section.youtube-equal-wrapper li {
    width: 30%;
    flex: 1 0 auto;
    margin: 0 20px / 2 20px;
  }
}
/*	=======================
	Content stack
	======================= */
section.contact {
  background: #f1f3f5;
  color: inherit;
}
section.contact h2 {
  font-family: "Univers LT W01 55 Roman", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 100;
}
section.contact h3 {
  font-size: 18px;
  text-align: center;
  vertical-align: middle;
  color: grey;
  margin-bottom: 20px;
}
section.contact h3 img {
  width: 50px;
  display: inline-block;
  margin-right: 20px;
}
section.contact h4 {
  font-size: 14px;
  min-height: 1.4em;
  height: auto;
}
section.contact .support-call-open,
section.contact .support-call-closed,
section.contact .support-chat-open {
  display: none;
}
section.contact .block {
  background: #fff;
  padding: 30px 20px 20px;
  border-radius: 3px;
  border: 0;
  margin: 0 0 20px;
  transition: 0.2s;
}
section.contact .blocks.temp-message {
  display: none;
  margin-bottom: 30px;
}
section.contact .blocks.temp-message .block {
  border: 1px solid #ff0000;
}
section.contact .blocks.temp-message .block p {
  font-size: 14px;
  font-weight: bold;
}
.staticcontent section.contact {
  background: #fff;
  padding-bottom: 0;
  margin-bottom: -60px;
}
@media (min-width: 980px) {
  section.contact .blocks {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
  }
  section.contact .block {
    flex: 1 0 auto;
    margin: 0 20px / 2 20px;
    width: 30%;
  }
}
section.contact .info {
  max-width: 380px;
  margin: 0 auto;
}
section.contact .visualicon {
  text-align: center;
  margin-bottom: 20px;
  display: inline-block;
}
section.contact .visualicon img {
  width: 100px;
  max-width: 100%;
}
section.contact hr {
  display: none;
}
/*	=======================
	Navigation stack
	======================= */
section.navigation {
  border-top: 1px solid #ddd;
  padding-bottom: 40px;
}
.top section.navigation {
  border-top: 0;
}
.product-support-detail + section.navigation {
  border-top: 1px solid #ddd;
  padding-top: 60px;
}
section.navigation ul {
  max-width: 1140px;
  margin: 0 auto;
  overflow: hidden;
}
section.navigation ul a {
  display: block;
  cursor: pointer;
  text-align: center;
  transition: 0.2s;
  color: #00395a;
  min-height: 200px;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.96);
  margin: 0 20px / 2 20px;
}
section.navigation ul a .copy {
  position: relative;
  padding: 20px 20px / 2 40px;
  display: inline-block;
  background: rgba(225, 102, 0, 0);
}
section.navigation ul a .copy .gt {
  color: #00395a;
  line-height: 1.4;
  vertical-align: text-bottom;
}
section.navigation ul a .copy:after {
  content: " ";
  background: #00395a;
  width: 0;
  position: absolute;
  bottom: 20px;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.2s;
}
section.navigation ul a:hover {
  background: rgba(245, 245, 245, 0.96);
}
section.navigation ul a:hover .visual:after {
  opacity: 1;
}
section.navigation ul a:hover .copy:after {
  width: 100%;
  width: calc(100% - 10px);
}
section.navigation ul a.f-active,
section.navigation ul a.active {
  background: rgba(245, 245, 245, 0.96);
}
section.navigation ul a.f-active .visual:after,
section.navigation ul a.active .visual:after {
  opacity: 1;
}
section.navigation ul a.f-active .copy:after,
section.navigation ul a.active .copy:after {
  width: 100%;
  width: calc(100% - 10px);
}
section.navigation ul li:last-child {
  border: 0;
}
section.navigation .visual {
  width: 134px;
  height: 134px;
  margin: 40px auto 20px / 2;
  display: block;
  background: url("images/icon-navigation-sprite.png") no-repeat;
  background-size: auto 200%;
  position: relative;
}
section.navigation .visual:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("images/icon-navigation-sprite.png") no-repeat;
  background-size: auto 200%;
  background-position: 0 bottom;
  content: " ";
  opacity: 0;
  transition: 0.2s;
}
@media (min-width: 980px) {
  section.navigation ul {
    display: flex;
  }
  section.navigation ul li {
    flex: 1;
  }
  section.navigation ul li a {
    height: 100%;
  }
  section.navigation ul li a .copy {
    margin-bottom: -20px;
  }
}
@media (max-width: 980px) {
  section.navigation ul a {
    min-height: 0;
  }
  section.navigation .visual {
    float: left;
    margin: 15px;
    width: 68px;
    height: 68px;
  }
  section.navigation ul a .copy {
    padding: 40px 10px 40px;
    max-width: calc(100% - 98px);
    float: left;
    text-align: left;
  }
}
section.navigation li.product .visual {
  background-position: 16.66666667% 0;
}
section.navigation li.product .visual:after {
  background-position: 16.66666667% bottom;
}
section.navigation li.randw .visual {
  background-position: 33.33333333% 0;
}
section.navigation li.randw .visual:after {
  background-position: 33.33333333% bottom;
}
section.navigation li.parts .visual {
  background-position: 50% 0;
}
section.navigation li.parts .visual:after {
  background-position: 50% bottom;
}
section.navigation li.knowledgebase .visual {
  background-position: 66.66666667% 0;
}
section.navigation li.knowledgebase .visual:after {
  background-position: 66.66666667% bottom;
}
section.navigation li.phone .visual {
  background-position: 83.33333333% 0;
}
section.navigation li.phone .visual:after {
  background-position: 83.33333333% bottom;
}
section.navigation li.email .visual {
  background-position: 100% 0;
}
section.navigation li.email .visual:after {
  background-position: 100% bottom;
}
@media (min-width: 640px) {
  section.navigation li {
    float: left;
    width: 50%;
  }
}
@media (min-width: 980px) {
  section.navigation li {
    float: left;
    width: 25%;
  }
}
/*	=======================
	Detail page
	======================= */
.highlight {
  padding: 20px;
  border-radius: 3px;
  background: #eee;
  margin-bottom: 40px;
}
.highlight img {
  margin-bottom: 20px;
}
.highlight h3 {
  margin-bottom: 20px;
}
.highlight.border {
  border: 2px solid #00395a;
  background: transparent;
  /*.button {
				border: 2px solid  @cbuttontext;
				background:  @cbuttontext;
				color: @caccent;
				&:hover {
					color:  @cbuttontext;
					background: @caccent;
				}
			} */
}
.downloads-wrapper {
  margin-bottom: 40px;
}
.downloads-wrapper + h3 {
  border-top: 1px solid #ddd;
  padding-top: 40px;
}
.downloads-wrapper a {
  display: block;
  vertical-align: top;
  padding: 20px / 2;
  margin: 0 -10px;
  text-decoration: none;
  transition: 0.2s;
}
.downloads-wrapper a:hover {
  background: #ddd;
}
.downloads-wrapper a span {
  vertical-align: inherit;
  margin-right: 20px;
  display: inline-block;
  width: 5%;
}
.downloads-wrapper a span.name {
  width: 40%;
}
.downloads-wrapper a span.lang {
  width: 10%;
}
.downloads-wrapper a span.size {
  width: 15%;
}
.downloads-wrapper a span.dl {
  text-decoration: underline;
}
@media (max-width: 640px) {
  .downloads-wrapper a span.dl {
    display: block;
    margin-left: 40px;
  }
}
.downloads-wrapper a span[class*="icon"] {
  background: #00395a;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  padding: 4px;
  color: #fff;
  text-align: center;
  margin: -5px 20px / 2 -5px 0;
}
section.top {
  background: #dae0e3 url(images/navigation-visual.jpg) center 80% no-repeat;
  background-size: cover;
  color: #35383a;
  position: relative;
}
section.top section.navigation {
  padding-top: 0;
  padding-bottom: 0;
  background: transparent;
}
section.top section.navigation:before {
  display: none;
}
section.form-heading h1 {
  text-align: left;
}
section.form-heading .frow {
  display: flex;
  justify-content: space-around;
}
@media (max-width: 640px) {
  section.form-heading .frow {
    flex-wrap: wrap;
  }
}
section.form-heading .frow .fcol {
  flex: 1 1 0%;
}
section.form-heading .frow .fcol:first-child {
  flex: 2 1 0%;
}
@media (max-width: 640px) {
  section.form-heading .frow .fcol {
    flex-basis: 100%;
  }
}
section.form-heading .imagery {
  text-align: center;
  margin: 0 25%;
}
@media (max-width: 980px) {
  section.form-heading .imagery {
    margin: 0 20%;
  }
}
@media (max-width: 640px) {
  section.form-heading .imagery {
    margin: 20px 20px 0;
  }
}
section.form-heading .imagery img {
  margin-bottom: -5%;
}
section.navigation {
  background: #dae0e3 url(images/navigation-visual.jpg) center 80% no-repeat;
  color: #35383a;
}
.pro-support section.navigation {
  background-image: url("images/navigation-visual-pro.jpg");
}
.product-support-detail section.top {
  background: transparent;
  color: inherit;
}
.product-support-detail section.top .highlight {
  overflow: hidden;
  /*@media (min-width:@bp-mid) {
				p {
					float: left;
					max-width: 70%;
				}
				.button {
					float: right;
					max-width: 22%;
				}
			}*/
}
.product-support-detail section.top .info {
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}
.product-support-detail section.top .info h1 {
  font-size: 32px;
}
.product-support-detail section.top .info .long_desc {
  margin-bottom: 40px;
}
.product-support-detail section.top .info .imgwrapper {
  position: relative;
}
.product-support-detail section.top .info .imgwrapper .pro-badge {
  position: absolute;
  margin-right: 0;
  right: 3%;
  top: 0;
  max-width: 20%;
}
@media (min-width: 980px) {
  .product-support-detail section.top .info .imgwrapper {
    float: left;
    width: 100%/3;
    padding-right: 40px;
  }
  .product-support-detail section.top .info .imgwrapper .pro-badge {
    margin-right: 40px;
    width: 50px;
    top: 2%;
  }
  .product-support-detail section.top .info .copy {
    float: right;
    width: 100%/3 * 2;
  }
  .product-support-detail section.top .info .copy h1 {
    text-align: left;
  }
}
section.support-tabs {
  overflow: hidden;
  padding-top: 0;
}
@media (min-width: 980px) {
  section.support-tabs h2 {
    text-align: left;
  }
}
@media (min-width: 980px) {
  section.support-tabs > .nav {
    float: left;
    width: 25%;
    padding-right: 40px;
  }
}
@media (max-width: 980px) {
  section.support-tabs > .nav {
    margin-bottom: 40px;
  }
}
section.support-tabs > .nav ul {
  border-radius: 3px;
  overflow: hidden;
}
section.support-tabs > .nav li span,
section.support-tabs > .nav li a {
  display: block;
  padding: 20px / 2 20px;
  background: #f5f5f5;
  color: #35383a;
  cursor: pointer;
  font-weight: normal;
  font-family: inherit;
  text-decoration: none;
  transition: 0.2s;
}
section.support-tabs > .nav li span:hover,
section.support-tabs > .nav li a:hover {
  background: #dcdcdc;
  color: #35383a;
}
section.support-tabs > .nav li span.active,
section.support-tabs > .nav li a.active {
  background: #00395a;
  color: #fff;
}
@media (min-width: 980px) {
  section.support-tabs > .content {
    float: right;
    width: 75%;
  }
}
section.support-tabs > .content .tab {
  display: none;
}
section.support-tabs > .content .tab.active {
  display: block;
}
section.support-tabs > .content .tab section {
  margin-left: 0;
  margin-bottom: 40px;
}
section.support-tabs > .content .tab .search.mcenter {
  text-align: center;
}
section.support-tabs > .content .successor-products,
section.support-tabs > .content .highlight,
section.support-tabs > .content .long_desc {
  overflow: hidden;
}
@media (min-width: 980px) {
  section.support-tabs > .content .successor-products img,
  section.support-tabs > .content .highlight img,
  section.support-tabs > .content .long_desc img {
    float: right;
    margin-left: 5%;
    max-width: 25%;
  }
}
section.support-tabs > .content .specs h4 {
  margin-bottom: 0;
}
section.support-tabs > .content .specs table {
  width: 100%;
  margin-top: -20px;
}
section.support-tabs > .content .specs th,
section.support-tabs > .content .specs td {
  min-height: 20px;
  padding-right: 20px;
  padding-bottom: 3px;
}
section.support-tabs > .content .specs th {
  padding-top: 20px;
  font-weight: bold;
  font-weight: normal;
  font-family: "Univers LT W01 65 Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
section.support-tabs > .content .specs .spec {
  overflow: hidden;
  clear: both;
}
@media (max-width: 980px) {
  section.support-tabs > .content .specs td {
    width: 50%;
    float: left;
  }
}
@media (min-width: 980px) {
  section.support-tabs > .content .specs td {
    width: 50%;
    min-width: 200px;
    max-width: 400px;
    float: left;
  }
}
section.support-tabs > .content .visual {
  margin-right: -46px;
  border-radius: 3px 0 0 3px;
  overflow: hidden;
}
@media (max-width: 980px) {
  section.support-tabs > .content .visual {
    margin-left: -46px;
    border-radius: 0;
    margin-bottom: -60px;
  }
}
section.support-tabs > .content .visual img {
  margin: -10% 0;
}
section.support-tabs > .content .returns .column {
  margin: 20px 0;
}
@media (min-width: 980px) {
  section.support-tabs > .content .returns .column-wrapper {
    overflow: hidden;
    display: flex;
    margin: 0 -1%;
  }
  section.support-tabs > .content .returns .column-wrapper > * {
    float: left;
    margin: 20px 1% 40px;
    flex: 1;
    width: 48%;
  }
  section.support-tabs > .content .returns .column-wrapper > * p {
    min-height: 40px;
  }
}
section.support-tabs > .content .videos-wrapper .swiper-wrapper {
  padding: 0;
  margin: 20px -10px;
}
section.support-tabs > .content .videos-wrapper .swiper-button-next,
section.support-tabs > .content .videos-wrapper .swiper-button-prev {
  display: none;
}
section.support-tabs > .content .videos-wrapper .swiper-slide {
  float: left;
  width: 120px;
  margin: 20px / 2;
}
section.support-tabs > .content .videos-wrapper .swiper-slide img {
  cursor: pointer;
  transition: 0.2s;
}
section.support-tabs > .content .videos-wrapper .swiper-slide img:hover {
  opacity: 0.7;
}
/*	=======================
	Feedback
	======================= */
.feedback {
  display: inline-block;
  clear: both;
  margin: 20px / 2 0;
  padding: 20px 0 0;
  border-top: 1px solid #ddd;
  color: #7c7e81;
}
.feedback > * {
  vertical-align: middle;
}
.feedback .caption {
  margin-right: 20px / 2;
}
.feedback .yes,
.feedback .no {
  cursor: pointer;
  padding: 20px / 4 20px / 2;
  display: inline-block;
  transition: 0.2s;
}
.feedback .yes.yes,
.feedback .no.yes {
  color: #2ecc71;
}
.feedback .yes.yes:hover,
.feedback .no.yes:hover {
  color: #29b765;
}
.feedback .yes.no:hover,
.feedback .no.no:hover {
  color: #e74c3c;
}
.feedback .toggle {
  border-radius: 20px / 2;
  border: 1px solid #ddd;
  display: inline-block;
  transition: 0.2s;
  overflow: hidden;
}
.feedback .toggle > * {
  border-right: 1px solid #ddd;
  float: left;
}
.feedback .toggle > :last-child {
  border-right: 0;
}
/*	=======================
	pagination
	======================= */
.pagination.slide {
  display: block;
  text-align: center;
  clear: both;
  margin: 20px / 2 0;
  padding: 20px 0 0;
  color: #ddd;
}
.pagination.slide .dot {
  background: #ddd;
  height: 10px;
  width: 10px;
  border-radius: 50%;
}
.pagination.slide .dot.active,
.pagination.slide .dot:hover {
  background: #00395a;
}
.pagination.slide > * {
  margin: 0 20px / 4;
  display: inline-block;
  cursor: pointer;
  transition: 0.2s;
}
.pagination.slide > *:hover {
  color: #00395a;
}
.pagination.slide .pagetitle {
  margin-top: 20px;
  color: #7c7e81;
  font-weight: normal;
}
.pagination.slide .pagetitle:hover {
  cursor: pointer;
  color: inherit;
}
.top .breadcrumb {
  position: absolute;
  top: 0;
  color: #fff;
  font-size: 12px;
  text-shadow: 0 2px 15px rgba(0, 0, 0, 0.5);
  line-height: 18px;
}
.top .breadcrumb > * {
  color: inherit;
}
.top .breadcrumb a:not(.breadcrumb-last):not(.breadcrumb-relax):after,
.top .breadcrumb a:after {
  top: 4px;
}
@media (max-width: 600px) {
  .top .breadcrumb {
    position: relative;
    margin: -20px 0 20px;
  }
  .top .breadcrumb a:not(.breadcrumb-last):not(.breadcrumb-relax):after,
  .top .breadcrumb a:after {
    top: 2px;
  }
}
.product-support-detail .top .breadcrumb {
  color: #7c7e81;
  text-shadow: none;
}
@media (max-width: 600px) {
  .product-support-detail .top .breadcrumb {
    margin-bottom: 10px;
  }
}
@media (min-width: 640px) {
  br.mbreak {
    display: none;
  }
}
@media (max-width: 640px) {
  br.lbreak {
    display: none;
  }
}
/*	=======================
	pagination
	======================= */
.ico-info {
  display: inline-block;
  background: #ddd;
  color: white;
  padding: 10px 0;
  border-radius: 50%;
  width: 21px;
  line-height: 1px;
  text-align: center;
  height: 21px;
  font-style: italic;
}
.results h2 {
  text-align: center;
  margin-bottom: 60px;
}
.results h3 {
  text-align: left;
}
.search-locale {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ddd;
  display: inline-block;
  clear: both;
}
/*	=======================
	Form
	======================= */
.mod_article form {
  overflow: hidden;
  padding-bottom: 40px;
}
.mod_article form.spdp.search {
  padding-bottom: 22px;
}
.mod_article form label.mandatory:after {
  content: "*";
}
.mod_article form > .segment,
.mod_article form > h2,
.mod_article form > p,
.mod_article form > h3 {
  margin-left: 1%;
}
.mod_article form .showifother {
  display: none;
}
.mod_article form .segment {
  position: relative;
  margin: 0 1% 20px;
}
.mod_article form .segment input:focus + .tooltip {
  opacity: 1;
}
@media (max-width: 640px) {
  .mod_article form .segment input:focus + .tooltip {
    position: static;
  }
}
.mod_article form .segment > * {
  width: 100%;
}
.mod_article form .segment .button {
  width: auto;
  padding: 20px / 2 20px;
}
.mod_article form .segment .chosen-single,
.mod_article form .segment .chosen-default,
.mod_article form .segment textarea,
.mod_article form .segment select,
.mod_article form .segment input[type="number"],
.mod_article form .segment input[type="text"],
.mod_article form .segment input[type="email"],
.mod_article form .segment input[type="file"] {
  border-radius: 3px;
  padding: 8px 20px;
  border: 2px solid #ddd;
  background: #fff;
  transition: 0.2s;
  height: 40px;
  border-width: 0 0 2px 0;
}
.mod_article form .segment .chosen-single:focus,
.mod_article form .segment .chosen-default:focus,
.mod_article form .segment textarea:focus,
.mod_article form .segment select:focus,
.mod_article form .segment input[type="number"]:focus,
.mod_article form .segment input[type="text"]:focus,
.mod_article form .segment input[type="email"]:focus,
.mod_article form .segment input[type="file"]:focus {
  border-color: #00395a;
  outline: none;
}
.mod_article form .segment .chosen-single::-webkit-input-placeholder,
.mod_article form .segment .chosen-default::-webkit-input-placeholder,
.mod_article form .segment textarea::-webkit-input-placeholder,
.mod_article form .segment select::-webkit-input-placeholder,
.mod_article form .segment input[type="number"]::-webkit-input-placeholder,
.mod_article form .segment input[type="text"]::-webkit-input-placeholder,
.mod_article form .segment input[type="email"]::-webkit-input-placeholder,
.mod_article form .segment input[type="file"]::-webkit-input-placeholder {
  color: inherit;
}
.mod_article form .segment .chosen-single::-moz-placeholder,
.mod_article form .segment .chosen-default::-moz-placeholder,
.mod_article form .segment textarea::-moz-placeholder,
.mod_article form .segment select::-moz-placeholder,
.mod_article form .segment input[type="number"]::-moz-placeholder,
.mod_article form .segment input[type="text"]::-moz-placeholder,
.mod_article form .segment input[type="email"]::-moz-placeholder,
.mod_article form .segment input[type="file"]::-moz-placeholder {
  color: inherit;
}
.mod_article form .segment .chosen-single::-ms-placeholder,
.mod_article form .segment .chosen-default::-ms-placeholder,
.mod_article form .segment textarea::-ms-placeholder,
.mod_article form .segment select::-ms-placeholder,
.mod_article form .segment input[type="number"]::-ms-placeholder,
.mod_article form .segment input[type="text"]::-ms-placeholder,
.mod_article form .segment input[type="email"]::-ms-placeholder,
.mod_article form .segment input[type="file"]::-ms-placeholder {
  color: inherit;
}
.mod_article form .segment .chosen-single::placeholder,
.mod_article form .segment .chosen-default::placeholder,
.mod_article form .segment textarea::placeholder,
.mod_article form .segment select::placeholder,
.mod_article form .segment input[type="number"]::placeholder,
.mod_article form .segment input[type="text"]::placeholder,
.mod_article form .segment input[type="email"]::placeholder,
.mod_article form .segment input[type="file"]::placeholder {
  color: inherit;
}
.mod_article form .segment .chosen-single[disabled],
.mod_article form .segment .chosen-default[disabled],
.mod_article form .segment textarea[disabled],
.mod_article form .segment select[disabled],
.mod_article form .segment input[type="number"][disabled],
.mod_article form .segment input[type="text"][disabled],
.mod_article form .segment input[type="email"][disabled],
.mod_article form .segment input[type="file"][disabled] {
  color: #7c7e81;
  opacity: 0.5;
  cursor: not-allowed;
}
.mod_article form .segment .chosen-single[disabled]:focus,
.mod_article form .segment .chosen-default[disabled]:focus,
.mod_article form .segment textarea[disabled]:focus,
.mod_article form .segment select[disabled]:focus,
.mod_article form .segment input[type="number"][disabled]:focus,
.mod_article form .segment input[type="text"][disabled]:focus,
.mod_article form .segment input[type="email"][disabled]:focus,
.mod_article form .segment input[type="file"][disabled]:focus {
  border-color: #ddd;
}
.mod_article form .segment textarea {
  min-height: 150px;
}
.mod_article form .segment textarea.short {
  min-height: 54px;
}
.mod_article form .segment label {
  color: #7c7e81;
  margin-bottom: 20px / 4;
  pointer-events: none;
}
.mod_article form .segment label .not-listed {
  float: right;
  font-size: 85%;
  pointer-events: all;
}
.mod_article form .segment label .not-listed input {
  vertical-align: top;
}
@media (min-width: 640px) {
  .mod_article form .segment {
    width: 48%;
    float: left;
  }
  .mod_article form .segment textarea {
    max-width: 98%;
    min-width: 98%;
  }
  .mod_article form .segment textarea.fw {
    max-width: 100%;
    min-width: 100%;
  }
  .mod_article form .segment.large {
    float: none;
    width: 98%;
    clear: both;
  }
  .mod_article form .segment.large textarea {
    max-width: 100%;
    min-width: 100%;
  }
}
.mod_article form .segment.recaptcha + .segment {
  padding-top: 10px;
}
.mod_article form.pdpcontact h3 {
  margin-bottom: 20px;
}
.mod_article form.pdpcontact h3 + p {
  margin-bottom: 40px;
}
.modalbg {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.4);
  pointer-events: none;
  opacity: 0;
  transition: 0.3s;
  visibility: hidden;
}
.modalbg .modalcontent {
  border-radius: 3px;
  padding: 20px;
  background: #fff;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.05), 0 3px 3px rgba(0, 0, 0, 0.1);
  margin: 10% auto;
  margin: 10vh auto;
  width: 800px;
  max-width: 90%;
  max-height: 80vh;
  position: relative;
  opacity: 0;
  transition: 0.3s 0.2s;
  transform: translateY(100px);
}
.modalbg.active {
  pointer-events: all;
  opacity: 1;
  visibility: visible;
}
.modalbg.active .modalcontent {
  opacity: 1;
  transform: translateY(0);
}
.modalbg .overflow {
  overflow: auto;
}
.modalbg .eula {
  max-height: 80%;
  max-height: 80vh;
  height: 80vh;
  overflow: hidden;
}
@media (max-width: 640px) {
  .modalbg .eula h3 {
    padding: 0 40px;
  }
}
.modalbg .eula .overflow {
  max-height: 78%;
  padding-right: 20px;
}
@media (max-width: 450px) {
  .modalbg .eula .overflow {
    max-height: 46vh;
  }
}
@media (max-height: 640px) {
  .modalbg .eula .overflow {
    max-height: 42vh;
  }
}
@media (max-height: 400px) {
  .modalbg .eula .overflow {
    max-height: 38%;
  }
}
.modalbg .button_wrapper {
  text-align: center;
  padding: 20px 0 0;
  border-top: 1px solid #ddd;
  margin-top: 20px;
}
.modalbg .textlink {
  padding-left: 0;
}
.modalbg .close {
  text-align: center;
  padding: 10px 0px;
}
/*	=======================
	Products in overview
	======================= */
@media (min-width: 980px) {
  .support-overview .knowledge-base.results .column-wrapper {
    overflow: hidden;
  }
  .support-overview .knowledge-base.results .column {
    float: left;
  }
  .support-overview .knowledge-base.results .column.kba {
    width: 100%/3 * 2;
    padding-right: 40px;
  }
  .support-overview .knowledge-base.results .column.kba.full {
    width: 100%;
    float: none;
    padding: 0;
  }
  .support-overview .knowledge-base.results .column.products {
    width: 100%/3;
  }
  .support-overview .knowledge-base.results .column.products .item {
    float: none;
    clear: both;
    width: initial;
  }
}
@media (max-width: 980px) {
  .support-overview .knowledge-base.results .column.kba {
    margin-bottom: 40px;
  }
}
.support-overview .knowledge-base.results .column.kba.full + .column {
  display: none;
}
.mod_article p > a {
  text-decoration: none;
  border-bottom: 1px solid #00395a;
  transition: 0.2s;
}
.mod_article p > a:hover {
  color: #005484;
  border-color: #005484;
}
@media (min-width: 980px) {
  .returns .column-wrapper {
    overflow: hidden;
    margin: 40px -1% 0;
    display: flex;
  }
  .returns .column-wrapper > * {
    width: 48%;
    float: left;
    margin: 0 1%;
    flex: 1;
  }
}
.search-pa + .results {
  /*.item-wrapper .item.no-pa .cta .button:first-child {
		background: transparent;
		border: transparent;
		color: black;
	}*/
}
.search-pa + .results .item-wrapper .item .cta .button:first-child {
  height: 56px;
}
/* Contact blocks */
.contact-blocks {
  background: url(images/contact-visual.jpg) no-repeat left center;
  background-size: cover;
  border-radius: 3px 0 0 3px;
  overflow: hidden;
  margin: 0 0 40px;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.05), 0 3px 3px rgba(0, 0, 0, 0.1);
}
.contact-blocks h3,
.contact-blocks h4 {
  color: inherit;
}
.contact-blocks .support-call-open,
.contact-blocks .support-call-closed,
.contact-blocks .support-chat-open {
  display: none;
}
@media (min-width: 1100px) {
  .contact-blocks {
    margin: 0 -46px 40px 0;
  }
}
@media (max-width: 640px) {
  .contact-blocks {
    margin: 0 0 40px;
  }
}
.contact-blocks .block {
  position: relative;
}
@media (min-width: 640px) {
  .contact-blocks .block {
    padding-right: 40%;
  }
}
.contact-blocks .block .copy {
  padding: 20px;
  background: rgba(255, 255, 255, 0.95);
  overflow: hidden;
}
.contact-blocks .block .visualicon {
  width: 20%;
  float: left;
  margin-right: 5%;
}
.contact-blocks .block .visualicon + * {
  float: left;
  width: 75%;
}
.contact-blocks .block hr {
  clear: both;
  margin-top: 40px;
  position: relative;
  top: 40px;
}
.contact-blocks .block:last-child hr {
  display: none;
}
#secondary,
#primary {
  padding-bottom: 0;
}
.item .teaser {
  display: none;
}
/* 	Lookup select box */
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.6.2
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2016 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.chosen-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container a {
  cursor: pointer;
}
.chosen-container .search-choice .group-name,
.chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}
.chosen-container .search-choice .group-name:after,
.chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}
/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  /*border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;*/
  text-decoration: none;
  white-space: nowrap;
  line-height: 26px;
  font-size: 14px;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}
/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}
/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}
/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #fff inset;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}
/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}
/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url('chosen-sprite.png') no-repeat -30px -20px;
  background: url('chosen-sprite.png') no-repeat -30px -20px;
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}
/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url('chosen-sprite@2x.png') !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */
.chosen-container .chosen-drop {
  top: 0;
  border: 0;
}
.chosen-container .chosen-drop .chosen-search {
  padding: 0;
}
.chosen-container .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container .chosen-results .no-results a {
  text-decoration: none;
  font-size: 90%;
  color: #000;
  display: block;
  margin-top: 5px;
}
.chosen-container .chosen-results .no-results a:hover {
  text-decoration: none;
}
.chosen-container .chosen-results .no-results a:hover span {
  text-decoration: underline;
  color: #00395a;
}
.mod_article form .segment .chosen-with-drop .chosen-single {
  border-radius: 3px 3px 0 0;
}
.mod_article form .segment .chosen-container-active .chosen-single {
  box-shadow: none;
  border-color: #00395a;
}
.chosen-container .chosen-results li {
  transition: 0.2s;
}
.chosen-container .chosen-results li.highlighted {
  background: #00395a;
  color: #fff;
}
.nobreaks {
  display: inline-block;
}
.knowledge-base .column-wrapper .column > h4 {
  font-size: 24px;
  margin: 0 0 30px;
}
.knowledge-base .column-wrapper .column.products .item .teaser {
  display: block;
  height: auto;
}
.knowledge-base .column-wrapper .column.products .item h4 {
  margin: 0 0 20px / 4;
}
/*

*/
.search-suggestions {
  overflow: hidden;
  clear: both;
  position: relative;
  top: 20px / 2;
}
.search-suggestions h3 {
  font-size: 14px;
  margin: 0 0 20px / 2;
  float: left;
  padding-right: 20px / 2;
  vertical-align: middle;
  line-height: 24px;
  color: #7c7e81;
  max-width: 26%;
}
.search-suggestions ul {
  list-style: none;
  margin: 0 -5px;
  padding: 0;
  float: left;
  max-width: 72%;
  /*
		//buttons
		li {
			display: inline-block;
			border: 1px solid @cborder;
			border-radius: @radius;
			color: @ctextsecundary;
			cursor: pointer;
			margin: 0 @padding/4;
			padding: @padding-button;
			.transition;
			vertical-align: middle;
			&:hover {
				background: @cbuttonbg;
				color: @cbuttontext;
				border-color: @cbuttonbg;
			}
		} */
}
.search-suggestions ul li {
  display: inline-block;
  border-bottom: 1px solid #ddd;
  color: #7c7e81;
  cursor: pointer;
  margin: 0 20px / 4 20px / 4;
  line-height: 24px;
  transition: 0.2s;
  vertical-align: middle;
}
.search-suggestions ul li:hover {
  color: #00395a;
  border-color: #00395a;
}
.ty-message {
  border: 2px solid #00395a;
  padding: 20px;
  margin: 60px auto;
  width: 90%;
  max-width: 100%;
  text-align: center;
}
.ty-message p + hr {
  display: none;
}
.product-support-detail .button.show-lang,
.en_GB .button.show-lang,
.en_NO .button.show-lang,
.en_EU .button.show-lang,
.en_US .button.show-lang {
  display: none !important;
}
/*	=======================
	Custom brand overwrites
	======================= */
.header + #navigation .full-bleed,
.header .full-bleed {
  margin: 0;
}
body {
  background-size: cover;
}
.mod_article {
  color: #787878;
}
.mod_article .button {
  border-top: 2px solid #00395a;
  border-bottom: 2px solid #00395a;
  text-transform: uppercase;
  font-size: 11px;
  height: 36px;
  font-weight: bold;
  font-weight: normal;
  font-family: "Univers LT W01 65 Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.mod_article .button:hover {
  border-top: 2px solid #005484;
  border-bottom: 2px solid #00395a;
}
.mod_article form.search:after {
  color: #787878;
}
.mod_article section.navigation ul a .copy:after {
  background-color: #005484;
}
h1,
h2,
h3,
h4 {
  color: #222;
  text-transform: none;
}
section.contact h3,
.item h4 {
  font-family: "Univers LT W01 55 Roman", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 100;
  font-size: 24px;
  text-transform: uppercase;
}
section.contact h3 span,
.item h4 span {
  font-size: inherit;
}
section.navigation ul a,
.support-tabs .nav ul,
.toggle:hover,
form.search input:hover,
form.seach input:focus,
section.contact .block {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.1);
}
section.navigation ul a:hover,
section.navigation ul a.active,
section.contact .block:hover {
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.05), 0 3px 3px rgba(0, 0, 0, 0.1);
}
.fwlight {
  font-family: "Univers LT W01 55 Roman", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 100;
}
section.contact .block {
  text-align: center;
}
section.navigation ul {
  padding-bottom: 20px/2;
}
section.navigation ul .copy {
  color: #35383a;
  font-size: 16px;
}
section.navigation {
  position: relative;
  background-size: 100%;
}
@media (max-width: 980px) {
  section.navigation {
    background-size: cover;
    background: linear-gradient(left, #dae0e3 0%, #dce3da 100%);
  }
}
section.navigation h2 {
  color: white;
  text-shadow: 0 2px 15px rgba(0, 0, 0, 0.5);
}
section.navigation .copy {
  font-weight: bold;
  font-weight: normal;
  font-family: "Univers LT W01 65 Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
h1 {
  font-weight: bold;
  font-weight: normal;
  font-family: "Univers LT W01 65 Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
@media (min-width: 1050px) {
  section.search {
    background-image: url(images/search-element.png);
    background-repeat: no-repeat;
    background-position: 2% center;
    background-size: auto 44%;
  }
  .tab section.search {
    background-image: none;
    border-radius: 3px 0 0 3px;
  }
}
.mod_article form .segment .chosen-single {
  background: url("https://harmanaudio.com/on/demandware.static/Sites-HA-US-Site/-/default/v1479215305192/images/header-sprites.png") no-repeat right -78px white;
}
section.top {
  background: #dae0e3 url("images/bg-nav.jpg") no-repeat top center;
}
.product-support section.top {
  background: #dae0e3 url("images/product-support-visual.jpg") no-repeat center center;
}
.product-support section.top h1 {
  color: white;
  text-shadow: 0 2px 15px rgba(0, 0, 0, 0.5);
}
.nexa {
  font-family: "nexa", arial, sans-serif;
}
section.navigation {
  background: url("images/navigation-visual.jpg") no-repeat center 55% scroll;
  background-size: cover;
  background-attachment: fixed;
}
section.navigation ul a {
  background: url("images/navigation-visual-blur.jpg") no-repeat center center fixed;
  background-size: cover;
  position: relative;
}
section.navigation ul a.active,
section.navigation ul a.f-active,
section.navigation ul a:hover {
  background: url("images/navigation-visual-blur.jpg") no-repeat center center fixed;
  background-size: cover;
}
section.navigation ul a:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  content: " ";
  display: block;
  z-index: 0;
  pointer-events: none;
}
.support-overview section.top {
  /*background: url("images/overview-visual.jpg") no-repeat center 40%;
		background-size: cover;*/
  background: url("images/overview-visual.jpg") no-repeat center 0 fixed;
  position: relative;
}
.support-overview section.top a {
  background: url("images/overview-visual-blur.jpg") no-repeat center 0 fixed;
  position: relative;
}
.support-overview section.top a.active,
.support-overview section.top a.f-active,
.support-overview section.top a:hover {
  background: url("images/overview-visual-blur.jpg") no-repeat center 0 fixed;
}
.support-overview section.top a:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  content: " ";
  display: block;
  z-index: 0;
  pointer-events: none;
}
@media (max-width: 980px) {
  .support-overview section.top {
    background-position: 27% 0;
  }
  .support-overview section.top a {
    background-position: 27% 0;
  }
  .support-overview section.top a.active,
  .support-overview section.top a.f-active,
  .support-overview section.top a:hover {
    background-position: 27% 0;
  }
}
.support-overview section.top:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.1);
  content: " ";
  display: block;
  z-index: 0;
  pointer-events: none;
}
.support-overview section.top h1 {
  font-size: 4.8vw;
  font-weight: normal;
  text-transform: uppercase;
  position: relative;
  color: white;
  text-shadow: 0 2px 15px rgba(0, 0, 0, 0.5);
}
@media (min-width: 1600px) {
  .support-overview section.top h1 {
    font-size: 80px;
  }
}
@media (max-width: 980px) {
  .support-overview section.top h1 {
    font-size: 36px;
  }
}
.product-support section.top h1 {
  margin-bottom: 0;
}
@media (max-width: 980px) {
  form.search {
    position: relative;
  }
  form.search:after {
    content: "\004E";
    font-family: "JBL";
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 0;
    width: 25%;
    text-align: center;
    color: white;
    pointer-events: none;
  }
  form.search .submit {
    text-indent: -1000%;
  }
}
/*@media (min-width:@bp-small) {
		.product-support-detail section.top .highlight {
			background: url(images/icon-jbl-element.svg) no-repeat @padding center;
			background-size: auto 80%;
			padding-left: 128px;
		}
	}*/
section.form {
  background: #f1f3f5;
}
section.form form {
  margin-bottom: 0;
}
section.form form h2 {
  margin-bottom: 60px;
}
.mod_article label {
  font-family: "HelveticaNeueW01-75Bold", Helvetica, sans-serif;
  font-weight: normal;
}
.contact-blocks {
  background: url(images/contact-visual.jpg) no-repeat top right;
  background-size: cover;
  border-radius: 3px 0 0 3px;
  color: #474747;
  margin: 0 0 40px;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.05), 0 3px 3px rgba(0, 0, 0, 0.1);
}
.contact-blocks h3 {
  color: inherit;
}
@media (min-width: 1100px) {
  .contact-blocks {
    margin: 0 -46px 40px 0;
  }
}
@media (max-width: 640px) {
  .contact-blocks {
    margin: 0 0 40px;
  }
}
.contact-blocks .block {
  position: relative;
}
@media (min-width: 640px) {
  .contact-blocks .block {
    padding-right: 40%;
  }
}
.contact-blocks .block .copy {
  padding: 20px;
  background: rgba(255, 255, 255, 0.9);
  overflow: hidden;
}
.contact-blocks .block .visualicon {
  width: 20%;
  float: left;
  margin-right: 5%;
}
.contact-blocks .block .visualicon + * {
  float: left;
  width: 75%;
}
.contact-blocks .block hr {
  clear: both;
  margin-top: 40px;
  position: relative;
  top: 40px;
}
.icon-thumb-down,
.icon-thumb-up {
  width: 30px;
  height: 24px;
  background: url(images/icons-feedback-positive.svg) no-repeat center center;
  background-size: 50%;
}
.icon-thumb-down {
  background: url(images/icons-feedback-negative.svg) no-repeat center center;
  background-size: 50%;
}
.top .breadcrumb a:not(.breadcrumb-last):not(.breadcrumb-relax):after,
.top .breadcrumb a:after {
  top: 0px;
}
section.support-tabs > .nav li span,
section.support-tabs > .nav li a {
  font-weight: 600;
}
.downloads-wrapper a {
  border-radius: 18px;
}
.downloads-wrapper a:hover {
  background-color: #f0f0f0;
}
@media (max-width: 1100px) {
  section.support-tabs > .content .tab section {
    margin-right: 0;
  }
}
.returns section.top {
  background: url("images/returns-visual.jpg") no-repeat center 77%;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 80px;
}
.returns section.top h1,
.returns section.top h2 {
  text-shadow: 0 2px 15px rgba(0, 0, 0, 0.5);
  color: white;
}
@media (max-width: 980px) {
  .returns section.top {
    background-position: center 23%;
  }
}
.returns section.top + section {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mod_article hr {
  box-shadow: none;
}
section.support-tabs > .nav li span.active,
section.support-tabs > .nav li a.active {
  color: white;
}
a:hover,
a:focus {
  text-decoration: none;
}
.pagination .prev:before,
.pagination .next:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23cccccc'%2F%3E%3C%2Fsvg%3E") no-repeat bottom right;
  content: " ";
  width: 0.8em;
  height: 0.8em;
  display: inline-block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.pagination .icon-angle-left.prev {
  transform: rotate(180deg);
}
form.search .keywords + .submit {
  padding: 8px 10px;
}
.downloads-wrapper a span[class*='icon'] {
  background: url(images/icon-docs.png) no-repeat;
}
.downloads-wrapper a span[class*='icon']:before {
  display: none;
}
.downloads[data-tab=software] .downloads-wrapper a span[class*='icon'] {
  background: url(images/icon-tools.png) no-repeat;
}
.breadcrumb a:not(.breadcrumb-last):not(.breadcrumb-relax) {
  color: inherit;
}
.mod_article form .segment .button {
  padding: 8px 20px;
}
@media (min-width: 1600px) {
  .fr_FR.support-overview section.top h1,
  .fr_BE.support-overview section.top h1,
  .fr_CH.support-overview section.top h1,
  .da_DK.support-overview section.top h1,
  .fi_FI.support-overview section.top h1,
  .sv_SE.support-overview section.top h1 {
    font-size: 60px;
  }
}
/*	=======================
	Dev
	======================= */
.swiper-wrapper {
  padding-left: 50px;
  padding-right: 50px;
}
.full-site-link,
#DW-SFToolkit,
#atlwdg-trigger,
#header-banner-container {
  display: none !important;
}
section.navigation {
  background-attachment: scroll;
  background-position: center 80%;
}
/*html {
		margin-right: 16px;
	}

	#header {
		//right: 16px;
		width: initial;
	}
	*/
/*# sourceMappingURL=style.min.css.map */