@charset "UTF-8";
/*
This CSS resource incorporates links to font software which is
the valuable copyrighted property of WebType LLC, The Font Bureau
and/or their suppliers. You may not attempt to copy, install,
redistribute, convert, modify or reverse engineer this font
software. Please contact WebType with any questions: www.webtype.com
*/


html, body, div {
  font-family: Amplitude, Arial, helvetica, sans-serif;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /*To turn off the hyphenation by default*/
  word-wrap: normal;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
}
body {
overflow-x: hidden;
}

a {
  color: #339933;
  text-decoration: none !important;
}
a:hover, a:visited, a:focus {
  color: #339933;
}
a:focus, input[type="checkbox"]:focus, input[type="radio"]:focus {
  outline: 0;
}
h1, .headline1 {
  font-family: Amplitude, Arial, helvetica, sans-serif;
  font-size: 36px;
  color: #339933;
  margin: 20px 0;
}
h2, .headline2 {
  font-family: Amplitude, Arial, helvetica, sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #3f3f3f;
  margin: 0 0 20px 0;
}
h3, .headline3 {
  font-family: Amplitude, Arial, helvetica, sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #3f3f3f;
  margin: 0 0 20px 0;
}
h5 {
  font-family: Amplitude, Arial, helvetica, sans-serif;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 5px;
}
.subHeadline {
  font-family: Amplitude, Arial, helvetica, sans-serif;
  font-size: 24px;
  color: #404040;
}
.fontBase {
  font-size: 14px !important;
}
.font2 {
  font-family: Amplitude, Arial, helvetica, sans-serif;
  font-weight: 700;
}
/*Clases for visual editor*/
.heading3NoMar {
  font-weight: 700;
  font-size: 18px;
  color: #3f3f3f;
  margin: 0;
}
.heading3Caps {
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
  margin: 20px 0 15px 0;
  display: block;
  line-height: 1;
}
.heading2NoMar {
  font-weight: 700;
  font-size: 24px;
  color: #3f3f3f;
  margin: 0 0 0px 0;
}
/*Page Header*/
.eb-top-header {
  background: #404040;
  width: 100%;
  z-index: 9999;
}
.eb-logo {
  padding: 17px 15px 17px 0;
  background: #404040;
  float: left;
}
#post-281 .entry-title, .articleTemplate .entry-title {
  margin-bottom: 0;
}
/*Top Nav*/
.ie9 #eb-topNav, .ie8 #eb-topNav {
  background: #ffffff url(../../images/topNav-bg.png) repeat-x;
}
#eb-topNav ul {
  margin: 0;
  padding: 0;
}
#eb-topNav ul > li {
  font-family: Amplitude, Arial, helvetica, sans-serif;
  font-weight: 400;
  font-size: 15px;
  text-transform: uppercase;
  border-right: 1px solid #b6b6b6;
  margin: 0;
  display: block;
  float: left;
}
.nav-menu:after {
  content: "";
  display: table;
}
.menu-text {
  font-weight: bold;
}
#eb-topNav ul li.menu-item-has-children > a::after, #eb-topNav .eb-submenu > ul li.current-menu-item > a::after, .menu-mobile-menu-container li.current-menu-parent > a::after, .menu-mobile-menu-container li.menu-item-has-children > a::after {
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  content: "";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 10px;
  color: #339933;
  position: absolute;
  bottom: 8px;
  top: initial;
  top: auto;
  width: 100%;
  left: 0;
}
.down-arrow {
  text-align: center;
  font-size: 10px;
  color: #339933;
  position: absolute;
  bottom: 8px;
  top: initial;
  top: auto;
  width: 100%;
  left: 0;
}
.right-arrow {
  font-size: 10px;
  color: #339933;
  font-weight: normal;
}
.topSearch {
  padding: 15px 0px 17px 20px;
  width: 330px;
}
.searchBox {
  border: 1px solid #ccc;
  padding: 3px 5px;
  height: 29px;
  background: #fff;
}
.searchBox input[type=text] {
  width: 85%;
  float: left;
  border: none;
  outline: none;
  padding: 0;
}
.searchIcon {
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(90deg);
  font-size: 16px;
  color: #4c4c4c;
  cursor: pointer;
  padding: 3px 6px;
}
.worldIcon {
  font-size: 25px;
  color: #4c4c4c;
  cursor: pointer;
  padding: 7px 6px;
}
.quickLinks {
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
}
.quickLinks li {
  padding: 0 5px;
  color: #c7c7c7;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  list-style: none;
  border-left: 1px solid #c7c7c7;
  display: inline-block;
  text-transform: uppercase;
}
.quickLinks li:first-child {
  border-left: none;
}
.quickLinks li a, .quickLinks li a:hover {
  color: #c7c7c7;
}
/*Second Level Navigation*/
#eb-topNav .eb-submenu {
  position: absolute;
  left: 0;
  right: 0;
  border-bottom: 1px solid #3f3f3f;
  border-top: 1px solid #3f3f3f;
  z-index: 999;
  background: #fff;
}
#eb-topNav .eb-submenu > ul {
  list-style: none;
  position: relative;
  margin: 0 auto;
}
#eb-topNav .eb-submenu ul li {
  display: inline-block;
  font-size: 16px;
  position: relative;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}
#eb-topNav .eb-submenu ul li.active, #eb-topNav .eb-submenu ul li.current-menu-item {
  border-left: 1px solid #3f3f3f;
  border-right: 1px solid #3f3f3b;
}
#eb-topNav .eb-submenu ul li.active a > span, #eb-topNav .eb-submenu ul li.current-menu-item a {
  font-family: Amplitude, Arial, helvetica, sans-serif;
  font-weight: 700;
}
#eb-topNav .eb-submenu ul li a {
  text-decoration: none;
  padding: 14px 25px 16px 25px;
  display: block;
  color: #737373;
  position: relative;
  text-transform: initial;
  font-family: Amplitude, Arial, helvetiga, sans-serif;
}
#eb-topNav ul > li.active, #eb-topNav ul > li.active a {
  background: #fff;
}
#eb-topNav ul > li.automotiveMenu:hover .eb-submenu {
  display: block;
}
/* temp added class due to page width should be removed afer addition of the third level*/
#eb-topNav .eb-submenu ul > li .eb-submenu ul.container {
  list-style: none outside none;
  position: relative;
  margin: 0px;
  max-width: 800px;
}
/*Breadcrumbs*/
.eb-breadcrumbs {
  width: 100%;
  border-bottom: 1px solid #3f3f3f;
  padding: 15px 0 15px 0;
  background: #fff;
}
.eb-breadcrumbs ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.eb-breadcrumbs {
  color: #3f3f3f;
  font-size: 10px;
  display: inline-block;
}
.eb-breadcrumbs a {
  color: #339933;
  padding: 0;
  text-decoration: none;
}
.right-arrow {
  color: #339933;
  margin-right: 15px;
  margin-left: 3px;
}
.eb-breadcrumbs ul {
  margin: 0;
  padding: 0;
}
/* content-section */
.content-section {
  margin-top: 20px;
}
@media (max-width: 860px) {
  .content-section {
    margin-top: 0;
  }
}
.content-section img {
  position: relative;
  top: 7px;
}
.content-section .distance-top {
  margin-top: 20px;
}
.content-section .distance-top .picture-description {
  text-align: center;
  font-weight: bold;
}
.content-section .flex-row {
  display: block;
}
@media (min-width: 768px) {
  .content-section .flex-row {
    display: flex;
  }
}
.content-section .flex-row.benefit-container {
  margin: 25px 0;
}
.content-section .flex-row.benefit-container .col {
  margin: 5px 0;
}
.content-section .flex-row.benefit-container .col .text-s-light {
  width: 100%;
  margin: auto;
}
@media (max-width: 767px) {
  .content-section .flex-row.benefit-container .col .text-s-light {
    width: 75%;
  }
}
@media (max-width: 600px) {
  .content-section .flex-row.benefit-container .col .text-s-light {
    width: 100%;
  }
}
img.aligncenter {
  top: 0;
}
.rssFeedIcon {
  width: 44px;
}
.rssFeedIcon img {
  top: 0;
}
.content-area {
  padding-top: 0;
}
/* Style for generic article */
.imageContainerLeft {
  background: #404040;
  height: 310px;
  width: 100%;
}
.video-container {
  background: #e6e6e6;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.videoBox {
  background: #404040;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  height: 150px;
  color: #fff;
  font-size: 60px;
  padding-top: 45px;
}
.videoDesc {
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 0;
}
.img-thumbnail {
  height: 260px;
  background: #404040;
  width: 100%;
}
.fullWidImg {
  width: 100%;
  height: 280px;
  background: #404040;
}
.customSearchBox {
  font-family: Amplitude, Arial, helvetica, sans-serif;
}
.customSearchBox input[type=search] {
  width: 280px;
  height: 29px;
  font-family: Amplitude, Arial, helvetica, sans-serif;
}
.m-t-40 {
  margin-top: 40px;
}
.m-t-30 {
  margin-top: 30px;
}
.m-b-20 {
  margin-bottom: 20px;
}
.pad-t-20 {
  padding-top: 20px !important;
}
.m-t-10 {
  margin-top: 10px;
}
.m-t-5 {
  margin-top: 5px;
}
.pad0 {
  padding: 0;
}
.p-l-0 {
  padding-left: 0 !important;
}
.m-r-40 {
  margin-right: 40px;
}
.m-r-10 {
  margin-right: 10px;
}
.m-r-20 {
  margin-right: 20px;
}
.m-b-0 {
  margin-bottom: 0 !important;
}
.m-l-30 {
  margin-left: 30px;
}
.m-b-10 {
  margin-bottom: 10px !important;
}
.m-b-5 {
  margin-bottom: 5px !important;
}
.mar0 {
  margin: 0 !important;
}
.customTitle {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
}
.txt-large {
  font-size: 18px;
}
span.txt-large, span.txt-medium, span.grayLightTxt {
  display: block;
}
.txt-medium {
  font-size: 16px;
}
.txt-medium p {
  margin-bottom: 20px;
}
.txt-medium p:last-child {
  margin-bottom: 0;
}
.greenTxt {
  color: #339933;
}
.grayLightTxt {
  color: #909090;
}
.blueTxt, .blueTxt:hover {
  color: #3B5998;
}
.eb-hr-style {
  color: #3f3f3f;
  border-bottom: 1px solid #3f3f3f;
}
/*CSS for custom checkbox*/
.customCheckbox {
  position: relative;
}
.customCheckbox label {
  padding-left: 5px;
  font-weight: normal;
  padding-top: 2px;
}
.customCheckbox input[type="checkbox"] {
  width: 28px;
  height: 28px;
  position: relative;
  z-index: 10;
  opacity: 0;
  /*filter: alpha(opacity=0);*/
  vertical-align: middle;
  margin: 0 5px 0 0;
  cursor: pointer;
}
.customCheckbox input + label:before {
  content: " ";
  background: url(../../images/eb-sprite.png) no-repeat;
  width: 28px;
  height: 28px;
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  z-index: 5;
  cursor: pointer;
}
/*Unchecked Style*/
.customCheckbox input[type="checkbox"] + label:before {
  background-position: 0px -205px;
}
/*Checked Style*/
.customCheckbox input[type="checkbox"]:checked + label:before {
  background-position: 0px -165px;
}
.closeBar {
  margin-left: 15px;
  cursor: pointer;
}
/* Add 'sprite' class to use icons from sprite image */
.sprite {
  display: inline-block;
  background: url(../../images/eb-sprite.png) no-repeat;
}
.closeIcon {
  width: 28px;
  height: 28px;
  background-position: -264px 0;
}
.accTrigger {
  cursor: pointer;
}
.accIcon {
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.accIcon.collapsed {
  background-position: 0 -246px;
}
.accIcon.expanded {
  background-position: 0 -290px;
}
.fb-icon {
  background-position: 0 0;
  width: 32px;
  height: 32px;
}
.twitter-icon {
  background-position: -44px 0;
  width: 32px;
  height: 32px;
}
.youTube-icon {
  background-position: -88px 0;
  width: 32px;
  height: 32px;
}
.linkedin-icon {
  background-position: -132px 0;
  width: 32px;
  height: 32px;
}
.playIcon {
  background-position: 0 -81px;
  width: 60px;
  height: 60px;
}
/* Additional social icons */
.mail-icon-square {
  background-position: -44px -38px;
  width: 32px;
  height: 32px;
}
.twitter-icon-square {
  background-position: -88px -38px;
  width: 32px;
  height: 32px;
}
.fb-icon-square {
  background-position: -132px -38px;
  width: 32px;
  height: 32px;
}
.linkedin-icon-square {
  background-position: -176px -38px;
  width: 32px;
  height: 32px;
}
.googleplus-icon-square {
  background-position: -220px -38px;
  width: 32px;
  height: 32px;
}
.twitter-icon-2 {
  background-position: -77px -80px;
  width: 44px;
  height: 44px;
}
.fb-icon-2 {
  background-position: -138px -81px;
  width: 44px;
  height: 44px;
}
.linkedin-icon-2 {
  background-position: -201px -80px;
  width: 44px;
  height: 44px;
}
.unordered-list, .ordered-list {
  margin: 0;
  padding: 0;
  padding-left: 15px;
  font-size: 16px;
}
.unordered-list li, .ordered-list li {
  margin-bottom: 10px;
}
.unordered-list a, .ordered-list a {
  font-family: Amplitude, Arial, helvetica, sans-serif;
  font-weight: 700;
  color: #339933;
  text-decoration: none;
}
.icon-placeholder {
  width: 44px;
  height: 44px;
  background: #404040;
}
.icon-list {
  margin: 0;
  padding: 0;
}
.icon-list li {
  display: table;
  margin-bottom: 20px;
}
.icon-list li:last-child {
  margin-bottom: 0;
}
.iconContainer {
  display: table-cell;
  vertical-align: middle;
  padding-right: 20px;
}
.icon-list p {
  margin-bottom: 0;
}
.newscntnt {
  vertical-align: top;
  margin-top: -7px;
}
.bodyTxt {
  display: table-cell;
  vertical-align: middle;
}
.primary-sidebar .widget {
  font-size: 14px !important;
  margin: 30px 0;
  padding-bottom: 30px;
  border-bottom: 1px solid #3f3f3f;
}
.primary-sidebar .widget table {
  margin-bottom: 0;
}
.primary-sidebar .widget:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.primary-sidebar .widget .widget-title {
  font-size: 18px !important;
  color: #3f3f3f;
  margin: 0 0 10px 0;
  float: left;
}
.primary-sidebar .widget h3 {
  font-size: 18px !important;
  color: #3f3f3f;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}
.primary-sidebar .widget .viewMoreLink {
  position: relative;
  top: 4px;
}
/* Style for page footer */
.eb-page-footer {
  border-top: 1px solid #3f3f3f;
  padding-top: 35px;
  padding-bottom: 30px;
  margin: 0;
  margin-top: 40px;
  font-size: 12px;
}
.eb-page-footer .row > .col-md-2:last-child {
  text-align: right;
}
.eb-page-footer a {
  color: #339933;
  font-family: Amplitude, Arial, helvetica, sans-serif;
  font-weight: 700;
  text-decoration: none;
}
.separator {
  border-left: 1px solid #ccc;
  margin: 0 5px;
}
.f-widget-title {
  font-size: 14px;
  font-family: Amplitude, Arial, helvetica, sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.f-widget-links {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.f-widget-links li {
  margin-bottom: 0;
}
.f-widget-links a {
  color: #a0a0a0;
}
.eb-social-links {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 5px;
  text-align: right;
}
.eb-social-links li {
  display: inline-block;
}
.eb-social-links li img {
  width: 36px;
  height: auto;
}
/* Right rail */
.noBold {
  font-weight: normal !important;
}
.module {
  border-bottom: 1px solid #3f3f3f;
}
.module-title {
  text-transform: uppercase;
  margin-bottom: 10px;
}
.module:last-child {
  border-bottom: none;
}
.widgetsContainer .module {
  border-bottom: none;
}
.eb-module-iconBox {
  width: 44px;
  height: 48px;
  margin-right: 10px;
}
.techcorner_widget .eb-module-iconBox {
  width: 43px;
  height: 60px;
}
.eb-module-url, .eb-module-url:hover, .eb-news-title, .eb-news-title:hover {
  font-family: Amplitude, Arial, helvetica, sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #339933;
  text-decoration: none;
}
.viewMoreLink, .viewMoreLink:hover {
  font-family: Amplitude, Arial, helvetica, sans-serif;
  font-weight: 700;
  color: #339933;
  text-decoration: none;
}
.eb-btn-orange, .eb-btn-gray {
  background: #339933 !important;
  color: #fff;
  padding: 10px 20px 10px 20px !important;
  text-transform: uppercase;
  font-size: 16px !important;
  font-family: Amplitude, Arial, helvetica, sans-serif;
  font-weight: 700;
  border: none;
  border-radius: 0 !important;
}
.eb-btn-orange:hover, .eb-btn-orange:visited {
  color: #fff;
  text-decoration: none;
}
.eb-btn-gray {
  background: #909090 !important;
}
.subscribeBox .txtBox {
  width: 60%;
}
.subscribeBox .subscribeBtn {
  width: 40%;
  display: inline-block;
}
.w100 {
  width: 100e;
}
.w60 {
  width: 60%;
}
.w40 {
  width: 40%;
}
.eb-newsItem {
  width: 100%;
  border: 1px solid #9f9f9f;
  padding: 10px 10px 10px 5px;
  min-height: 80px;
  margin-bottom: 10px;
}
.newsroom_widget-content .eb-newsItem {
  padding-left: 0px;
}
.newsroom_widget-content .eb-news-date {
  padding-right: 0px;
  width: 43px;
}
.eb-newsItem:last-child {
  margin-bottom: 0;
}
.eb-news-date {
  border-right: 1px solid #3f3f3f;
  padding: 5px 5px 5px 0;
  display: table-cell;
  text-align: center;
  vertical-align: top;
}
.eb-news-right {
  display: table-cell;
  vertical-align: top;
  padding-left: 15px;
}
.eb-news-date .dd {
  font-size: 20px;
  width: 40px;
  white-space: nowrap;
}
.eb-news-date .month {
  font-size: 14px;
}
.news-bg {
  color: #fff;
  background-size: cover !important;
  position: relative;
  overflow: hidden;
  background-color: #333 !important;
}
.news-bg img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}
.news-bg .eb-news-date {
  border-right: 1px solid #fff;
}
.eb-newsDetail {
  margin-top: 30px;
}
.eb-newsDetail p, .eb-newsDetail ul li, .eb-newsDetail ol li {
  font-size: 16px !important;
}
.productsContainer {
  margin-bottom: 0 !important;
}
.eb-moduleItem {
  margin-bottom: 15px;
}
.eb-moduleItem:last-child {
  margin-bottom: 0;
}
.ssba {
  font-size: 14px !important;
}
#content .ssba img {
  margin-right: 10px;
  padding: 0 !important;
  width: 32px !important;
}
.input-group-txt {
  height: 43px;
  display: inline-block;
  vertical-align: top;
  padding: 10px;
  box-sizing: border-box;
}
.input-btn-group {
  margin: 0;
  display: inline-block;
  vertical-align: top;
}
.eb-social-widget {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 6px !important;
}
.m-t-013 {
  margin-top: -13px !important;
}
.eb-social-widget li {
  margin-bottom: 10px;
}
.ebSocialWidget .eb-social-widget li {
  margin-bottom: 20px;
}
.ebSocialWidget .eb-social-widget li:last-child {
  margin-bottom: 0;
}
iframe {
  margin-bottom: 0;
  font-size: 14px;
  font-family: Amplitude, Arial, helvetica, sans-serif;
}
.eb-social-widget iframe {
  margin-bottom: 0;
  font-size: 14px;
  font-family: Amplitude, Arial, helvetica, sans-serif;
}
.eb-social-widget iframe .var-narrow.var-chromeless .tweet {
  padding-bottom: 0;
}
.eb-social-widget .iconContainer {
  position: relative;
  top: 6px;
  display: inline-block;
  padding-right: 10px;
}
.eb-social-widget .iconContainer img {
  top: 0;
  width: 44px;
  height: 44px;
}
.eb-social-widget .twitterIcon {
  top: 14px;
}
.social-icon-box {
  float: left;
  margin-right: 10px;
}
iframe#twitter-widget-0 {
  width: 100% !important;
}
#fbpf_widget img {
  top: 0;
}
/* Style for product family page */
.descRow {
  margin-bottom: 30px;
}
.descRow h3 {
  margin-bottom: 0px;
}
.descRow p {
  font-size: 16px;
}
.prod-inter-img {
  height: 475px;
}
.prod-url, .prod-url:hover, .heading-url, .heading-url:hover {
  font-family: Amplitude, Arial, helvetica, sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #339933;
  text-decoration: none;
}
.heading-url {
  text-transform: uppercase;
  margin: 20px 0 15px 0;
  display: block;
  line-height: 1;
}
.prod-desc {
  font-size: 16px;
  font-weight: normal;
}
.tableStyle {
  display: table;
}
.logoWrapper, #successStories .logoWrapper, #partnerList .logoWrapper {
  display: table-cell;
  vertical-align: top;
  padding-right: 15px;
  width: 98px;
}
#successStories .logoWrapper, #partnerList .logoWrapper {
  width: 125px;
  padding-right: 30px;
}
#successStories .logoWrapper img, #partnerList .logoWrapper img {
  width: 100%;
}
.custStories .logoWrapper {
  width: 128px;
  padding-right: 30px;
}
.custStories .logoWrapper img {
  width: 1000%;
  max-height: 124px;
}
.custStory-prod .logoWrapper {
  width: 98px;
  padding-right: 30px;
}
.prod-details {
  display: table-cell;
  vertical-align: top;
}
.clear {
  clear: both;
}
/* Custom CSS */
.padding-0 {
  padding: 0;
}
.margin-tb {
  margin: 35px 0;
}
.margin-bottom-20px {
  margin-bottom: 20px;
}
.margin-right-1 {
  margin-right: 1%;
}
.marBtmNone {
  margin-bottom: 0 !important;
}
.w40px {
  width: 40px;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.db {
  display: block !important;
}
.eb-news-details p {
  margin-bottom: 20px;
}
.eb-news-details a.eb-module-url {
  font-size: 14px;
}
/*Style for home page*/
.cycloneslider-template-standard {
  max-width: initial !important;
}
.cycloneslider-template-standard .cycloneslider-slides {
  max-height: 400px;
  overflow: hidden;
  z-index: 2;
}
.cycloneslider-template-standard .cycloneslider-slide img {
  width: 100%;
}
.cycloneslider-template-standard .cycloneslider-caption {
  opacity: 1 !important;
  filter: alpha(opacity=100);
  right: 0;
  bottom: 0;
  max-width: 1170px;
  margin: 0 auto;
}
.cycloneslider-template-standard .cycloneslider-pager span {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.cycloneslider-template-standard .cycloneslider-pager span.cycle-pager-active {
  background-color: #339933 !important;
}
.sliderBg {
  background-size: cover;
  margin-top: -5px;
}
.sliderCntntBox {
  background-color: #000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  background: rgba(0, 0, 0, 0.6);
  padding: 20px 45px;
  margin: 60px 0;
  color: #fff;
}
.sliderCntntBox h1 {
  color: #fff;
  font-size: 2em;
  margin-top: 10px;
}
.navDots {
  margin: 0 auto;
  text-align: center;
  padding: 20px 0;
  border-bottom: 1px solid #3f3f3f;
}
.navDots ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.navDots ul li {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  background: #909090;
  cursor: pointer;
  margin: 0 3px;
}
.navDots ul li.activeDot {
  background: #339933;
}
.trendsContainer {
  font-size: 18px;
  border-bottom: 1px solid #3f3f3f;
  padding: 30px 0 20px 0;
  border-top: 1px solid #3f3f3f;
  margin-top: 30px;
}
.trendsDesc {
  color: #909090;
}
.widgetsContainer {
  padding-top: 40px;
}
.widgetsContainer .module {
  margin: 0;
}
.vertical-top {
  vertical-align: top;
}
.page .entry-content > .row {
  margin-bottom: 30px;
}
/*Mobile Navigation*/
.menu-mobile-menu-container {
  display: none;
}
/* Style for main-2017-menu and Pull Down menu */
.menu-main-2017-container {
  position: absolute;
  left: 0;
  right: 0;
  border-bottom: 1px solid #3f3f3f;
  border-top: 1px solid #3f3f3f;
  z-index: 999;
  background: #fff;
}
.menu-main-2017-container > ul {
  list-style: none;
  position: relative;
  margin: 0 auto;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.menu-main-2017-container ul li {
  display: block;
  float: left;
  font-size: 15px;
  vertical-align: top;
  margin-bottom: 0;
}
.menu-main-2017-container > ul > li.current-menu-item > a, .menu-main-2017-container > ul > li.current-menu-parent > a, .menu-main-2017-container > ul > li.hover > a {
  font-family: Amplitude, Arial, helvetica, sans-serif;
  font-weight: 700;
}
.menu-main-2017-container > ul > li.current-menu-parent > a, .menu-main-2017-container > ul > li > a strong {
  font-weight: normal;
}
.menu-main-2017-container > ul > li.current-menu-item > a strong, .menu-main-2017-container > ul > li.current-menu-parent > a strong {
  font-weight: bold;
}
.menu-main-2017-container > ul > li.hover > a strong {
  color: #1570a6;
  font-weight: bold;
}
.menu-main-2017-container > ul > li.current-menu-item > a::after, .menu-main-2017-container > ul > li.current-menu-parent > a::after, .menu-main-2017-container > ul > li.hover > a::after {
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  content: "";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 10px;
  color: #339933;
  position: absolute;
  bottom: 8px;
  top: initial;
  top: auto;
  width: 100%;
  left: 0;
}
/* To support in IE8 */
.menu-main-2017-container > UL > LI.current-menu-item > a:after, .menu-main-2017-container > ul > li.current-menu-parent > a:after, .menu-main-2017-container > UL > LI.hover > a:after {
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  content: "";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 10px;
  color: #339933;
  position: absolute;
  bottom: 8px;
  top: initial;
  top: auto;
  width: 100%;
  left: 0;
}
/* To support in IE8 ends here */
.menu-main-2017-container ul li a {
  text-decoration: none;
  padding: 14px 12px 16px 12px;
  display: block;
  color: #737373;
  position: relative;
}
.menu-main-2017-container .eb-pullDownMenu {
  position: absolute;
  background: #fff;
  left: 0;
  right: 0;
  border: 1px solid #404040;
  padding: 30px 0px 20px 0px;
  z-index: 9999;
  margin: 0 15px;
}
.menu-main-2017-container ul.eb-pullDownMenu li {
  width: 21%;
  margin: 0 2%;
}
.menu-main-2017-container ul.eb-pullDownMenu li a {
  padding: 0;
}
.menu-main-2017-container ul.eb-pullDownMenu li:nth-child(5) {
  clear: both;
  float: left;
}
.menu-main-2017-container ul.eb-pullDownMenu li.fifth-child {
  clear: both;
  float: left;
}
.menu-main-2017-container .eb-pullDownMenu .eb-sb-title {
  font-family: Amplitude, Arial, helvetica, sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #339933;
  margin-top: 10px;
  /*	display:inline-block;*/
  display: block;
}
.menu-main-2017-container .eb-pullDownMenu .eb-sb-subtitle {
  font-size: 15px;
  color: #3f3f3f;
}
.menu-main-2017-container .eb-pullDownMenu .eb-desc {
  font-size: 13px;
  color: #3f3f3f;
  font-style: italic;
  margin-top: 5px;
  margin-bottom: 20px;
  display: block;
  /*max-width: 200px;*/
}
.menu-main-2017-container ul.eb-pullDownMenu li.eb-viewAll {
  position: relative;
  padding-left: 15px;
  float: right;
  margin-bottom: 10px;
}
.menu-main-2017-container ul.eb-pullDownMenu li.eb-viewAll a {
  color: #339933 !important;
  font-size: 16px;
}
.menu-main-2017-container .menu-3-hierarchies ul#submenujshover ul {
  display: block !important;
  /*wegen alter Men�f�hrung, falls altes Men� wieder aktiviert werden sollte*/
  border: none;
  position: relative;
  margin: 0;
  height: auto !important;
  padding-top: 10px !important;
  padding-bottom: inherit !important;
}
.menu-main-2017-container .menu-3-hierarchies ul#submenujshover ul li {
  padding: 0;
  width: 100%;
  margin: 0;
}
.menu-main-2017-container .menu-3-hierarchies .second-level .eb-pullDownMenu .eb-sb-title {
  color: #737373;
  font-size: 16px;
  margin: 0;
}
.menu-main-2017-container .menu-3-hierarchies .second-level .eb-pullDownMenu .eb-sb-img {
  display: none;
}
.menu-main-2017-container .eb-subLink a:before {
  margin-left: -20px;
}
.menu-main-2017-container .eb-subLink {
  padding-left: 20px;
}
.menu-main-2017-container .eb-subLink a {
  white-space: normal;
}
.menu-main-2017-container .eb-subLink:last-child {
  margin-bottom: 20px;
}
.menu-main-2017-container .menu-3-hierarchies .eb-subLink:last-child {
  margin-bottom: 10px;
}
.menu-main-2017-container .menu-3-hierarchies .category-with-sublinks .eb-pullDownMenu.row a .eb-sb-title::before {
  content: '>';
  display: inline-block;
  color: #339933;
  padding-right: 14px;
  margin-left: -20px;
  font-size: 14px;
}
.menu-main-2017-container .menu-3-hierarchies .category-with-sublinks .eb-pullDownMenu.row a .eb-sb-title {
  font-weight: normal;
  margin-left: 20px;
  margin-top: 0px;
}
.menu-main-2017-container .menu-3-hierarchies .category-with-sublinks ul#submenujshover {
  padding-top: 0px;
}
.menu-main-2017-container ul li ul {
  display: none;
}
.menu-main-2017-container .menu-3-hierarchies a[title=support_space] {
  margin-bottom: 10px;
}
ul#eb-primary-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  height: 100%;
}
@media (max-width: 1199px) {
  .container {
    max-width: 1050px;
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .menu-main-2017-container ul li {
    font-size: 14px;
  }
  .menu-main-2017-container > ul > li > a {
    padding: 14px 0.5vw 16px 0.5vw;
  }
  .menu-main-2017-container ul.eb-pullDownMenu li {
    width: 44% !important;
  }
  .menu-main-2017-container ul.eb-pullDownMenu li.eb-viewAll {
    clear: none !important;
    padding-left: 15px;
    float: left;
  }
  .menu-main-2017-container ul.eb-pullDownMenu li.even {
    clear: both;
    float: left;
  }
  .menu-main-2017-container ul.eb-pullDownMenu li:nth-child(odd) {
    clear: both;
    float: left;
  }
  #eb-primary-menu {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 860px) {
  .menu-main-2017-container {
    display: none;
  }
}
/* Style for Submenu and Pull Down menu */
.eb-submenu-new {
  position: absolute;
  left: 0;
  right: 0;
  border-bottom: 1px solid #3f3f3f;
  border-top: 1px solid #3f3f3f;
  z-index: 999;
  background: #fff;
}
.eb-submenu-new > ul {
  list-style: none;
  position: relative;
  margin: 0 auto;
}
.eb-submenu-new ul li {
  display: block;
  float: left;
  font-size: 15px;
  vertical-align: top;
  margin-bottom: 0;
}
.eb-submenu-new > ul > li.current-menu-item > a, .eb-submenu-new > ul > li.current-menu-parent > a, .eb-submenu-new > ul > li.hover > a {
  font-family: Amplitude, Arial, helvetica, sans-serif;
  font-weight: 700;
}
.eb-submenu-new > ul > li.current-menu-parent > a, .eb-submenu-new > ul > li > a strong {
  font-weight: normal;
}
.eb-submenu-new > ul > li.current-menu-item > a strong, .eb-submenu-new > ul > li.current-menu-parent > a strong {
  font-weight: bold;
}
.eb-submenu-new > ul > li.hover > a strong {
  color: #1570a6;
  font-weight: bold;
}
.eb-submenu-new > ul > li.current-menu-item > a::after, .eb-submenu-new > ul > li.current-menu-parent > a::after, .eb-submenu-new > ul > li.hover > a::after {
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  content: "";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 10px;
  color: #339933;
  position: absolute;
  bottom: 8px;
  top: initial;
  top: auto;
  width: 100%;
  left: 0;
}
/* To support in IE8 */
.eb-submenu-new > UL > LI.current-menu-item > a:after, .eb-submenu-new > ul > li.current-menu-parent > a:after, .eb-submenu-new > UL > LI.hover > a:after {
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  content: "";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 10px;
  color: #339933;
  position: absolute;
  bottom: 8px;
  top: initial;
  top: auto;
  width: 100%;
  left: 0;
}
.entry-content a IMG {
  width: 100%;
}
.entry-content img {
  width: 100%;
}
.entry-content a img, .entry-content img {
  width: 100%;
}
.entry-content .kachel img {
  width: unset;
}
/* To support in IE8 ends here */
.eb-submenu-new ul li a {
  text-decoration: none;
  padding: 14px 22px 16px 22px;
  display: block;
  color: #737373;
  position: relative;
}
.eb-submenu-new .eb-pullDownMenu {
  position: absolute;
  background: #fff;
  left: 0;
  right: 0;
  border: 1px solid #404040;
  padding: 30px 0px 20px 0px;
  z-index: 9999;
  margin: 0 15px;
}
.eb-submenu-new ul.eb-pullDownMenu li {
  width: 21%;
  margin: 0 2%;
}
.eb-submenu-new ul.eb-pullDownMenu li a {
  padding: 0;
}
.eb-submenu-new ul.eb-pullDownMenu li:nth-child(5) {
  clear: both;
  float: left;
}
.eb-submenu-new ul.eb-pullDownMenu li.fifth-child {
  clear: both;
  float: left;
}
.fifth-child {
  clear: both;
  float: left;
}
.eb-sb-img {
  width: 100%;
}
.eb-sb-img img {
  width: 100%;
}
.eb-submenu-new .eb-pullDownMenu .eb-sb-title {
  font-family: Amplitude, Arial, helvetica, sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #339933;
  margin-top: 10px;
  /*	display:inline-block;*/
  display: block;
}
.eb-submenu-new .eb-pullDownMenu .eb-sb-subtitle {
  font-size: 15px;
  color: #3f3f3f;
}
.eb-submenu-new .eb-pullDownMenu .eb-desc {
  font-size: 13px;
  color: #3f3f3f;
  font-style: italic;
  margin-top: 5px;
  margin-bottom: 20px;
  display: block;
  /*max-width: 200px;*/
}
.eb-subLink a:before {
  content: '>';
  display: inline-block;
  color: #339933;
  padding-right: 10px;
}
.eb-subLink a {
  white-space: nowrap;
}
.eb-subLink:last-child, .eb-subLink.last-child {
  margin-bottom: 30px;
}
.eb-submenu-new ul.eb-pullDownMenu li.eb-viewAll {
  position: relative;
  padding-left: 15px;
  float: right;
  margin-bottom: 30px;
}
.eb-submenu-new ul.eb-pullDownMenu li.eb-viewAll a {
  color: #339933 !important;
  font-size: 16px;
}
.menuContainer {
  height: 51px;
}
/*Style for contact form*/
.EBContactCaptcha, .EBSupportCaptcha, .EBHWCaptcha {
  height: 40px;
}
.widget.ebContactUsWidget input[type='button'], .widget.ebNLSignupWidget input[type='submit'] {
  padding: 9px 15px 11px 15px !important;
}
table.EBContactForm td input.wpcf7-submit {
  padding: 10px 50px;
}
table.EBContactForm td img.ajax-loader {
  width: auto;
}
.widget.ebNLSignupWidget input[type='text'] {
  height: 44px;
  border-radius: 0;
}
.eb-pullDownMenu .eb-subLink:first-child a {
  display: none !important;
}
.registerNow {
  margin-left: 30px;
  font-size: 14px;
  position: relative;
  top: -1px;
}
/*Style for tech corner page*/
#techResults ul {
  margin: 0;
  padding: 0;
}
#techResults ul li {
  list-style: none;
}
.noWrap {
  white-space: nowrap;
}
.filters {
  display: none;
  margin-top: 40px;
}
.filters *customCheckbox label {
  font-size: 14px;
}
.filters ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.filters ul li {
  display: block;
  margin: 4px 0;
}
.filterTitle {
  margin-bottom: 10px;
  font-size: 16px;
}
.prodFilters {
  margin-bottom: 40px;
}
.prodFilters .customCheckbox label {
  font-size: 16px;
  margin-bottom: 10px;
  display: block;
  white-space: nowrap;
}
.prodFilters .customCheckbox input[type="checkbox"] {
  float: left;
}
.prodFilters form .col-md-3 {
  padding-left: 0;
}
.languageFilter {
  padding: 0;
}
.languageFilter .customCheckbox {
  margin: 0 20px !important;
}
.languageFilter .customCheckbox:last-child {
  margin-right: 0 !important;
}
/*Search Results Page*/
.searchResultItem {
  margin-bottom: 20px;
}
/* Pagination .Custom Start */
.pagination {
  clear: both;
  padding: 20px 0;
  position: relative;
  font-size: 11px;
  line-height: 13px;
}
.pagingLabel {
  margin-right: 10px;
  margin-top: 5px;
  font-size: 16px;
  float: left;
}
.pagination .pageCount, .pagination a {
  display: inline-block;
  padding: 6px 9px 5px 9px;
  text-decoration: none;
  width: auto;
  color: #fff;
  background: #555;
}
.pagination a:hover {
  color: #fff;
  background: #339933;
}
.pagination .current {
  background: #339933;
  color: #fff;
}
/* Pagination Custom end */
.clientLogo2 {
  padding-right: 25px;
}
.sortingTable table, .listTable table {
  border: none;
  font-size: 16px;
  color: #404040;
}
.sortingTable th div, .resource-type, .sortingTable .prod-name, .filterTitle, .boldFont {
  font-family: Amplitude, Arial, helvetica, sans-serif;
  font-weight: 700;
  font-size: 16px;
}
.sortingTable tbody, .listTable tbody {
  font-family: Amplitude, Arial, helvetica, sans-serif;
}
.sortingTable tr th {
  border: none;
  border-bottom: 1px solid #3f3f3f;
  font-weight: normal;
  text-transform: capitalize;
  padding: 15px 25px 15px 5px;
  cursor: pointer;
}
.sortingTable tr td {
  border: none;
  border-bottom: 1px solid #909090;
  padding: 15px 25px 15px 5px;
}
.sortingTable tr:last-child td {
  border-bottom: none;
}
.sortingTable tr th:last-child, .sortingTable tr td:last-child {
  padding-right: 5px;
}
.sortingTable .prod-name {
  color: #339933;
  text-decoration: none;
  margin-bottom: 5px;
  display: block;
}
#partnerList .prod-name {
  font-size: 18px;
}
#successStories tr td, #partnerList tr td {
  border-bottom: none;
}
#successStories .logoWrepper, #partnerList .logoWrapper {
  padding-left: 0;
  margin-right: 10px;
}
.logoWrapper img {
  max-width: 95px;
}
#successStories p, #partnerList p, #newsList p {
  margin-bottom: 0;
}
#newsList p {
  font-size: 16px;
}
#successStories .resource-type, #partnerList .resource-type, #newsList .resource-type {
  font-weight: normal;
}
#newsList tr td {
  padding-left: 0;
  padding-right: 0;
}
.resource-type {
  line-height: 24px;
}
.sortingIcon {
  display: block;
  font-size: 9px !important;
  float: right;
  position: relative;
  top: 6px;
}
.sortingIcon .ascending {
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Chrome, Safari, Opera */
  transform: rotate(180deg);
  position: relative;
  top: 2px;
}
.ascendingIcon {
  background-position: 0 -330px;
  width: 8px;
  height: 8px;
  display: block;
}
.descendingIcon {
  background-position: 0 -338px;
  width: 8px;
  height: 8px;
  display: block;
}
th.tablesorter-header.tablesorter-headerDesc .sortingIcon .ascendingIcon {
  display: none;
}
th.tablesorter-header.tablesorter-headerAsc .sortingIcon .descendingIcon {
  display: none;
}
th.tablesorter-header.tablesorter-headerDesc .sortingIcon .ascending {
  display: none;
}
th.tablesorter-header.tablesorter-headerAsc .sortingIcon .descending {
  display: none;
}
.resultSummary {
  margin-top: 20px;
  color: #3f3f3f;
  font-size: 16px;
}
/* Style for training list page */
.trainingTitle {
  font-size: 18px !important;
}
.dateCol {
  padding-left: 0;
}
.datesField {
  margin-right: 20px;
  font-size: 18px;
  white-space: nowrap;
}
.customFilters .filterName {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 16px;
}
.customFilters select {
  width: 100%;
  height: 40px;
}
html.ie8 .customFilters #trainingSearch select {
  height: auto;
  padding: 0;
  padding: 10px 0 10px 0;
}
.listTable {
  border: none;
  font-size: 16px;
}
.listTable tr td {
  padding-top: 30px;
}
.listTable tr td {
  border: none;
}
.linkTxt {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  display: inline-block;
}
.listDesc, .listDate {
  font-size: 16px;
}
.listCat {
  text-transform: capitalize;
}
/* Style for products and services page */
.eb-prod-title {
  font-size: 24px;
  color: #339933;
  margin-top: 10px;
  display: inline-block;
}
.eb-prod-subtitle {
  font-size: 18px;
  color: #404040;
  margin-bottom: 20px;
  font-weight: 700;
}
.eb-prod-desc {
  font-size: 16px;
  color: #3f3f3f;
  margin-bottom: 30px;
}
/* By Siddharth*/
.eb-submenu-new ul li ul {
  display: none;
}
#secondary {
  border-top: none;
  min-height: 0;
  padding: 0;
}
.overlayPullDown {
  background: #303030;
  opacity: 0.5;
  filter: alpha(opacity=50);
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999;
  display: none;
}
.showOveralyPullDown {
  display: block;
}
fieldset {
  border: none !important;
}
.msgBar {
  background: #1570A6;
  color: #fff;
  font-size: 18px;
  z-index: 9998;
  padding: 10px 0 3px 0;
  position: relative;
}
.msgBar a {
  color: #fff;
}
[class*="col-"] img {
  max-width: 100%;
}
.div.pp_default .pp_close {
  margin-top: -3px;
}
.notFoundCntnt .search-field {
  width: 260px;
  font-family: Amplitude, Arial, helvetica, sans-serif;
}
@media (max-width: 1280px) {
  .sliderCntntBox {
    margin: 20px 0;
  }
}
@media (max-width: 1023px) {
  .eb-logo {
    clear: both;
    display: inline-block;
  }
  #eb-topNav .eb-submenu ul li a, .eb-submenu-new > ul > li > a {
    padding: 14px 8px 16px 8px;
  }
  .subscribeBox .txtBox {
    width: 100%;
    margin-bottom: 10px;
  }
  .subscribeBox .subscribeBtn {
    width: 100%;
    display: inline-block;
  }
  .eb-newsItem {
    height: auto;
  }
  .topSearch {
    width: 150px;
    padding: 15px 10px 17px 15px;
  }
  .searchBox input[type=text] {
    width: 70%;
  }
  .eb-submenu-new ul.eb-pullDownMenu li {
    width: 44% !important;
  }
  .eb-submenu-new ul.eb-pullDownMenu li.eb-viewAll {
    clear: none !important;
    padding-left: 15px;
    float: left;
  }
  .sliderCntntBox {
    margin: 10px 0;
    padding: 5px 20px 15px 20px;
  }
  .sliderCntntBox .eb-btn-orange {
    padding: 5px 10px !important;
    font-size: 14px !important;
  }
  .eb-social-links {
    text-align: left;
  }
  .eb-submenu-new ul.eb-pullDownMenu li.even {
    clear: both;
    float: left;
  }
  .eb-submenu-new ul.eb-pullDownMenu li:nth-child(odd) {
    clear: both;
    float: left;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .topSearch {
    width: 260px;
    padding: 15px 10px 17px 15px;
  }
  .searchBox input[type=text] {
    width: 60%;
  }
  .subscribeBox .txtBox {
    width: 100%;
    margin-bottom: 10px;
  }
  .subscribeBox .subscribeBtn {
    width: 100%;
    display: inline-block;
  }
  .eb-newsItem {
    height: auto;
  }
}
@media (max-width: 860px) {
  /*Style for third level menu*/
  /*Style for mobile menu*/
  /*Nav button for mobile views*/
  /*To show when top navigation is open on mobile*/
  [class*="col-"] {
    margin-bottom: 15px;
  }
  .cycloneslider-template-standard {
    background: rgba(0, 0, 0, 0.6);
  }
  .cycloneslider-caption.row .col-md-4, .cycloneslider-caption.row .col-sm-4 {
    margin-bottom: 0 !important;
  }
  .sliderCntntBox {
    background: none;
  }
  .dateCol {
    margin-bottom: 5px;
  }
  .eb-top-header {
    margin-bottom: 0;
    padding-bottom: 10px;
  }
  .trendsContainer, .widgetsContainer {
    padding-left: 15px;
    padding-right: 15px;
  }
  .widgetsContainer .logoWrapper, .widgetsContainer .prod-details {
    display: block;
    margin-bottom: 10px;
  }
  .searchBtn2 {
    position: absolute;
    right: 50px;
    padding: 0;
    border-radius: 0;
    background: #fff;
    margin: 0;
    width: 40px;
    height: 40px;
    top: -40px;
    border: none;
  }
  .searchBtn2:hover, .searchBtn2:focus {
    background: #fff !important;
    border: none;
    outline: none;
  }
  .searchBtn2 .searchIcon {
    font-size: 20px;
    padding: 0 9px;
  }
  .search2 {
    background: #fff;
    position: absolute;
    padding: 15px 25px;
    z-index: 9999;
    left: 0;
    right: 0;
    display: none;
  }
  .search2 .searchBox {
    border: 1px solid #313131;
    height: 33px;
    padding: 6px;
  }
  .search2 .searchIcon {
    font-size: 20px;
    padding: 0;
  }
  #eb-topNav #main-menu-nav {
    display: none;
  }
  #eb-topNav {
    position: relative;
  }
  #eb-topNav .eb-submenu .eb-submenu li.active, #eb-topNav .eb-submenu .eb-submenu li.current-menu-item {
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
  }
  .menuContainer {
    position: relative;
    height: auto;
  }
  .menu-mobile-menu-container {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    background: #fff;
    z-index: 9999;
  }
  .menu-mobile-menu-container ul {
    margin: 10px 20px;
  }
  .menu-mobile-menu-container ul li {
    margin-bottom: 0;
  }
  .menu-mobile-menu-container ul > li {
    text-transform: initial;
    border: none;
    font-family: Amplitude, Arial, helvetica, sans-serif;
    display: block;
    font-size: 14px;
  }
  .menu-mobile-menu-container ul > li a {
    padding: 10px 0;
    width: 100%;
    display: block;
    color: #404040;
    text-decoration: none;
    position: relative;
    border-bottom: 1px solid #909090;
  }
  .menu-mobile-menu-container ul > li.current-menu-item > a, .menu-mobile-menu-container ul > li.current-menu-ancestor > a {
    font-weight: bold;
  }
  .menu-mobile-menu-container ul > li.hover > a {
    font-weight: 600;
    color: #1570a6;
  }
  .menu-mobile-menu-container ul > li ul {
    margin: 0;
    padding: 0;
    position: relative;
    border: none;
  }
  .menu-mobile-menu-container li.menu-item-has-children > a::after {
    content: "";
    right: 0px;
    left: auto;
    width: auto;
    bottom: 15px;
  }
  .menu-mobile-menu-container li.menu-item-has-children.current-menu-item > a::after, .menu-mobile-menu-container li.menu-item-has-children > a.current::after {
    content: "";
    right: 0px;
    left: auto;
    width: auto;
    bottom: 15px;
  }
  .menu-mobile-menu-container ul > li ul li a {
    color: #339933;
    padding-left: 20px;
  }
  .menu-mobile-menu-container ul > li ul ul li a {
    padding-left: 40px;
    font-size: 14px;
  }
  .menu-mobile-menu-container ul > li ul ul ul li a {
    padding-left: 60px;
  }
  .menu-mobile-menu-container ul > li a:hover {
    background: #339933;
    color: #fff;
  }
  .menu-mobile-menu-container ul > li a:hover::after {
    color: #fff;
  }
  .menu-toggle {
    background-color: #fff;
    top: -40px;
    width: 40px;
    height: 40px;
    color: #000;
  }
  .menu-toggle:active, .menu-toggle:focus, .menu-toggle:hover {
    background-color: #fff;
    border: none;
  }
  .menu-toggle:before {
    color: #000;
    padding: 9px 8px;
    font-size: 24px;
  }
  #eb-topNav .eb-submenu ul li.active a > span, #eb-topNav .eb-submenu ul li.current-menu-item a {
    font-family: 'amplitude-regular', Calibri, Arial;
  }
  .menu-mobile-menu-container li.current-menu-parent > a {
    font-family: 'amplitude-bold', Calibri, Arial;
  }
  .menu-mobile-menu-container .eb-pullDownMenu {
    display: none;
  }
  .overlay {
    background: #303030;
    opacity: 0.5;
    filter: alpha(opacity=50);
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 9997;
    display: none;
  }
  .showOveraly {
    display: block;
  }
  .sliderCntntBox {
    margin: 0px 0;
    padding: 5px 10px;
    position: relative;
    top: 118px;
    /*		width: 368px;*/
  }
  .cycloneslider-pager {
    position: relative !important;
    top: 75px !important;
    padding-top: 35px !important;
  }
  .trendsContainer {
    margin-top: 33px !important;
  }
  .sliderCntntBox h1 {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .sliderCntntBox .eb-btn-orange {
    font-size: 12px !important;
    padding: 5px 10px !important;
  }
  .cycloneslider-template-standard .cycloneslider-slides.cycle-slideshow {
    overflow: visible;
    position: relative;
    /*	margin-bottom: 15px;*/
  }
  .cycloneslider-template-standard .cycloneslider-caption {
    margin-left: -15px;
    margin-right: -15px;
    left: 15px !important;
  }
  .cycloneslider-template-standard .cycloneslider-caption .col-md-6 {
    margin-bottom: 0;
  }
  .sortingTable table, .listTable table {
    font-size: 14px;
  }
  .sortingTable tr th, .sortingTable tr td {
    padding-right: 5px;
  }
  #techResults th div {
    font-weight: normal;
  }
  .eb-social-links {
    text-align: left;
  }
  .eb-logo {
    float: none;
    clear: both;
    display: inline-block;
    padding: 16px 15px 0px 0;
  }
  .sortingTable th div, .sortingTable .prod-name, .sortingTable .resource-type, #techResults {
    font-size: 14px;
  }
  #successStories .logoWrapper, #partnerList .logoWrapper {
    display: block;
    clear: both;
    margin-bottom: 15px;
    width: 128px;
  }
  #successStories .prod-details, #partnerList .prod-details {
    padding-left: 0;
  }
  .clientLogo img, .clientLogo2 img {
    max-width: 98px;
  }
  .primary-sidebar {
    padding-top: 0;
  }
  .languageFilter .customCheckbox {
    margin: 0 15px !important;
  }
}
@media (max-width: 320px) {
  .sliderCntntBox {
    margin: 0px 0;
    padding: 5px 10px;
    position: relative;
    top: 76px;
    width: auto;
  }
  .cycloneslider-pager {
    position: relative !important;
    top: 50px !important;
    padding-top: 55px !important;
  }
  .trendsContainer {
    margin-top: 15px !important;
  }
}
@media (min-width: 321px) and (max-width: 360px) {
  .sliderCntntBox {
    top: 72px;
    width: auto;
  }
  .cycloneslider-pager {
    padding-top: 35px !important;
  }
}
@media (min-width: 361px) and (max-width: 490px) {
  .sliderCntntBox {
    top: 95px;
    width: auto;
  }
  .cycloneslider-pager {
    position: relative !important;
    top: 50px !important;
    padding-top: 50px !important;
  }
  .trendsContainer {
    margin-top: 15px !important;
  }
}
@media (min-width: 491px) and (max-width: 520px) {
  .sliderCntntBox {
    top: 110px;
    width: auto;
  }
  .cycloneslider-pager {
    position: relative !important;
    top: 60px !important;
    padding-top: 50px !important;
  }
  .trendsContainer {
    margin-top: 40px !important;
  }
}
@media (min-width: 521px) and (max-width: 568px) {
  .sliderCntntBox {
    top: 110px;
    width: auto;
  }
  .cycloneslider-pager {
    top: 55px !important;
    padding-top: 55px !important;
  }
  .trendsContainer {
    margin-top: 25px !important;
  }
}
@media (min-width: 569px) and (max-width: 620px) {
  .sliderCntntBox {
    top: 125px;
    width: auto;
  }
  .cycloneslider-pager {
    top: 60px !important;
    padding-top: 55px !important;
  }
  .trendsContainer {
    margin-top: 25px !important;
  }
}
@media (min-width: 621px) and (max-width: 700px) {
  .sliderCntntBox {
    top: 138px;
    width: auto;
  }
  .cycloneslider-pager {
    top: 60px !important;
    padding-top: 55px !important;
  }
  .trendsContainer {
    margin-top: 25px !important;
  }
}
@media (min-width: 701px) and (max-width: 860px) {
  .sliderCntntBox {
    top: 150px;
    width: auto;
  }
  .cycloneslider-pager {
    top: 55px !important;
    padding-top: 45px !important;
  }
  .trendsContainer {
    margin-top: 25px !important;
  }
}
@media (min-width: 861px) {
  .menu-mobile-menu-container {
    display: none !important;
  }
}
@media (min-width: 861px) and (max-width: 991px) {
  .container {
    width: auto;
  }
  .entry-content > .row [class*="col-"] {
    margin-bottom: 15px;
  }
  .sliderCntntBox h1 {
    font-size: 1.5em;
  }
}
@media (max-width: 363px) {
  #techResults {
    font-size: 13px;
  }
  #techResults th {
    line-height: 1;
    font-weight: normal;
  }
  #techResults th:last-child .sortingIcon {
    position: relative;
    top: -8px;
  }
}
@media (max-width: 520px) {
  .sliderCntntBox h1 {
    margin-top: 5px;
    font-size: 14px;
  }
}
@media (min-width: 392px) and (max-width: 400px) {
  #techResults th:last-child .sortingIcon {
    position: relative;
    right: -10px;
    top: -14px;
  }
}
@media (min-width: 363px) and (max-width: 391px) {
  #techResults th:last-child .sortingIcon {
    top: -14px;
  }
}
@media (max-width: 370px) {
  #techResults th:last-child .sortingIcon {
    right: -10px;
  }
}
/* Style for interactive car demo */
.eb-carLightbox {
  position: absolute;
  z-index: 9999;
  width: 100%;
  top: 0;
  left: 0;
  display: none;
}
.carContainer img {
  top: 0;
  width: 100%;
}
.relPos {
  position: relative;
}
.plusIconBox {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
}
.plusIcon {
  left: 50%;
  margin-left: -40px;
  margin-top: 20%;
  font-size: 52px;
  color: #fff;
  position: relative;
  display: block;
  width: 80px;
}
.eb-lightBoxBg {
  background: #303030;
  opacity: 0.5;
  filter: alpha(opacity=50);
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999;
}
.eb-lightBox {
  background: #404040;
  width: 50%;
  border: 1px solid #ccc;
  margin: 0 auto;
  z-index: 9998;
  position: relative;
  margin-top: 10%;
}
.eb-lightBox img {
  width: 100%;
  max-width: 100%;
  top: 0;
}
.closeLightbox {
  top: -18px;
  right: -18px;
  z-index: 9999;
  position: absolute;
  font-size: 32px;
  color: #fff !important;
}
.eb-car-carousel {
  width: 100%;
  overflow: hidden;
}
.eb-car-carousel ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.ebCarItem {
  float: left;
  width: 100%;
}
.navBtnWrapper {
  margin: 0 15px;
  overflow: hidden;
}
.featureClick {
  text-align: center;
  color: #fff;
  font-size: 13px;
  padding: 0;
  background: #404040;
  padding: 15px 0 5px 0;
}
.navBtnWrapper .navBtn {
  background: #3b3b3b url(../../images/car-demo/btnInactive.png) no-repeat;
  width: 40px;
  height: 40px;
  display: inline-block;
  cursor: pointer;
  text-transform: uppercase;
  color: #fff;
  vertical-align: middle;
  line-height: 40px;
  font-size: 13px;
  margin: 0 auto;
  margin-bottom: 5px;
}
.featureClick:hover .navBtn, .featureClick.current .navBtn {
  background: #3b3b3b url(../../images/car-demo/btnActive.png) no-repeat;
}
.featureClick:hover, .featureClick.current {
  color: #339933;
}
.imgCaption {
  padding: 15px;
  display: none;
}
.imgCaption .imgHeading {
  margin-bottom: 5px;
  color: #339933;
  font-weight: normal;
}
.featureDesc {
  color: #fff;
}
.w20 {
  width: 20%;
  float: left;
}
.eb-car-btmSection {
  width: 100%;
  background: #404040;
}
@media (max-width: 860px) {
  .navBtnMobile {
    padding-top: 0;
    padding-bottom: 10px;
  }
  .imgCaption {
    padding: 5px 15px 10px 15px;
  }
  .plusIcon {
    margin-left: -30px;
    margin-top: 20%;
    width: 60px;
  }
  .eb-lightBox {
    width: 80%;
  }
}
@media (max-width: 420px) {
  .plusIcon {
    margin-top: 15%;
  }
  .sliderCntntBox h1 {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 5px;
  }
  .sliderCntntBox p {
    margin-bottom: 5px;
  }
}
/*BreadCrumb*/
.eb-breadcrumbs ul li {
  margin-bottom: 0px;
  list-style: none;
}
.eb-breadcrumbs ul li {
  float: left;
}
@media (max-width: 1199px) and (min-width: 861px) {
  .primary-sidebar .widget .viewMoreLink {
    float: left !important;
    clear: both;
    top: 0;
    margin-bottom: 5px;
  }
  .primary-sidebar .widget h3 {
    margin-bottom: 5px;
  }
}
html.ie8 .eb-logo a {
  width: 123px;
  display: block;
}
html.ie8 .widget.ebNLSignupWidget table td {
  width: 145px;
}
@media (min-width: 861px) {
  .prodFilters .customCheckbox input[type="checkbox"] {
    Float: none;
    display: inline-block;
    vertical-align: top;
    width: 30px;
  }
  .prodFilters .customCheckbox label {
    Float: none;
    Display: inline-block;
    White-space: normal;
    Width: 70%;
    Vertical-align: top;
    Line-height: 1;
  }
  .prodFilters .customCheckbox {
    Min-height: 45px;
  }
}
/*------------Begin Techdayagenda------------------------*/
#techdayagenda .row {
  margin-top: 30px !important;
}
#techdayagenda hr {
  border-color: #B3B3B3;
  margin: 30px 0 !important;
}
#techdayagenda .col-md-2 p:not(.eb-page-footer p) {
  font-size: 18px;
  margin: 0;
  line-height: 1.1;
}
#techdayagenda .row img {
  margin-top: 4px;
}
#techdayagenda .col-md-2 p, #techdayagenda p.speaker {
  font-size: 18px;
  line-height: 1.1;
}
#techdayagenda #sidebar {
  padding-left: 0;
}
#techdayagenda #sidebar .location h2 {
  margin-bottom: 0;
}
#techdayagenda #sidebar > div {
  border: 1px solid #B3B3B3;
  padding: 15px;
  margin-top: 56px;
}
#techdayagenda #sidebar > div:nth-child(2) {
  margin-top: 36px;
}
#speakers {
  margin-top: 0px;
}
.eb-breadcrumbs {
  padding-top: 30px;
}
.page #speakers > .row, .page #speakers > .row h2 {
  margin-bottom: 0px;
  margin-top: 20px;
}
.page #speakers p {
  font-size: 16px;
}
#speakers hr {
  border-color: #B3B3B3;
  margin: 5px 0 !important;
}
#speakers .speaker {
  margin-top: 50px !important;
}
@media (max-width: 991px) {
  .page #speakers > .row .col-md-3 {
    margin: 0px;
  }
}
/* WPML */
.z-index-if-open {
  z-index: 10000 !important;
}
.language_selector {
  margin: 0px;
  padding: 15px 0px 17px 20px;
}
@media (max-width: 860px) {
  .language_selector .language_selector.pull-right {
    display: none;
  }
}
.language_selector_responsive {
  position: absolute;
  right: 100px;
  padding: 0;
  border-radius: 0;
  background: #fff;
  margin: 0;
  width: 40px;
  height: 40px;
  top: -40px;
  border: none;
}
.language_selector_responsive .language_selector {
  padding: 10px 0;
  width: 100%;
  display: block;
  color: #404040;
  text-decoration: none;
  position: relative;
  border-bottom: 1px solid #909090;
}
#language_selector_responsive {
  display: none;
  background: #fff !important;
  width: 100%;
  position: absolute;
  z-index: 100000;
}
#language_selector_responsive ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-right: 20px !important;
}
#language_selector_responsive ul li {
  padding: 10px 0;
  margin-right: 20px;
  width: 100%;
  display: block;
  text-decoration: none;
  position: relative;
  border-bottom: 1px solid #909090;
}
#language_selector_responsive ul li a {
  color: #404040;
  font-size: 14px;
}
.language_selector .wpml-ls-legacy-list-horizontal {
  padding: 0px;
}
#cycloneslider-home-new-1.cycloneslider-template-standard .cycloneslider-pager {
  z-index: 0 !important;
}
.video a::before, .wpvl_auto_thumb_play::before {
  content: "";
  position: absolute;
  font-family: 'Glyphicons Halflings';
  z-index: 10;
  font-size: 40px;
  line-height: 1;
  color: #ebebeb;
  opacity: 0.8;
  transition: all 0.5s ease;
  text-shadow: 3px 3px 3px #000;
  padding: 10px 25px 11px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  height: 61px;
  width: 90px;
  top: 8px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.video:hover a::before, .wpvl_auto_thumb_play:hover::before {
  color: #339933;
}
.wpvl_auto_thumb_play img {
  display: none;
}
.wpvl_auto_thumb_play, .video a {
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.wpvl_auto_thumb_play {
  position: absolute;
  top: 7px;
}
.viewport {
  position: relative;
  width: 100%;
  height: 100%;
}
.viewport img {
  display: none;
  height: 100%;
  width: 100%;
}
@media (max-width: 768px) {
  .viewport img {
    display: block;
    margin-bottom: 24px;
  }
  .viewport video {
    display: none;
  }
}
.pp_pic_holder.dark_square div#pp_full_res {
  text-align: center;
}
.pp_pic_holder.dark_square div#pp_full_res iframe {
  max-width: 860px;
}
@media (max-width: 860px) {
  /* ---------------- Override Slider ----------------------- */
  .pp_pic_holder.dark_square {
    width: 100% !important;
    left: 0 !important;
  }
  .pp_pic_holder.dark_square .pp_details {
    padding-bottom: 30px;
    background-color: black;
  }
  .pp_pic_holder.dark_square a.pp_close {
    bottom: 10px !important;
    top: auto !important;
  }
  .pp_pic_holder.dark_square div#pp_full_res {
    position: relative;
    width: 100%;
    padding-top: 60%;
    margin-top: 20px;
  }
  .pp_pic_holder.dark_square #pp_full_res iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .cycloneslider-template-standard .cycloneslider-slides.cycle-slideshow {
    min-height: 120px;
    overflow: hidden;
  }
  .cycloneslider-template-standard .cycloneslider-slides.cycle-slideshow img {
    height: 100%;
    width: auto;
    max-width: none;
  }
  .cycloneslider-template-standard .cycloneslider-slide.cycloneslider-slide-custom.cycle-slide {
    height: 100%;
    display: flex !important;
    justify-content: center;
  }
  .jobsSliderContainer .cycloneslider-template-standard .cycloneslider-slide.cycloneslider-slide-custom.cycle-slide {
    display: block !important;
  }
  .cycloneslider-template-standard .cycloneslider-caption.row {
    background-color: rgba(0, 0, 0, 0.4);
  }
  .cycloneslider-template-standard .cycloneslider-caption.row .sliderCntntBox {
    top: 12px;
    text-align: center;
  }
  .cycloneslider-template-standard {
    background: none;
    margin-bottom: 0 !important;
  }
  .cycloneslider-template-standard .cycloneslider-pager {
    top: 0 !important;
    padding: 0 !important;
    padding-top: 12px !important;
  }
}
.responsive-tabs .responsive-tabs__list__item {
  margin-right: 0 !important;
}
/* We at EB */
.we-at-eb-wrapper .box .hidden-text {
  display: block;
  padding: 0 20px;
  max-height: 0 !important;
}
.we-at-eb-wrapper .box .unhidden {
  padding: 20px;
  max-height: 1000px;
}
.we-at-eb-wrapper .box-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-left: -14px;
  margin-right: -14px;
}
.we-at-eb-wrapper .box {
  width: 25%;
  padding-bottom: 15px;
  cursor: pointer;
}
.we-at-eb-wrapper .box.text {
  cursor: initial;
}
.we-at-eb-wrapper .box.text .text-content {
  z-index: 20;
}
.we-at-eb-wrapper .box img {
  object-fit: cover;
}
.we-at-eb-wrapper .box .image-wrapper {
  transition: 0.2s all;
  position: relative;
  width: 100%;
  z-index: 10;
  overflow: hidden;
}
.we-at-eb-wrapper .box .image-wrapper p {
  display: none;
}
.we-at-eb-wrapper .box .text-box {
  position: relative;
}
.we-at-eb-wrapper .box .image-wrapper:before, .we-at-eb-wrapper .box .text-box:before {
  content: "";
  padding-bottom: 100%;
  display: block;
  z-index: 10;
  position: relative;
}
.we-at-eb-wrapper .box .text-box:before {
  height: 100%;
  width: 100%;
}
.we-at-eb-wrapper .box .text-box .text-content {
  border: 1px solid #ddd;
  border-top: 2px solid #339933;
  padding: 20px;
}
.we-at-eb-wrapper .box .image-wrapper img, .we-at-eb-wrapper .box .text-box .text-content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.we-at-eb-wrapper .box .image-wrapper .txt-large {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #363636;
  z-index: 10;
  /*text-shadow: 0 0 10px rgba(0,0,0,0.5);*/
  transition: all 0.5s ease;
  border-left: 2px solid #339933;
  background: rgba(255, 255, 255, 0.5);
  padding: 10px;
}
.we-at-eb-wrapper .box .image-wrapper .txt-large span {
  font-size: 15px;
}
.we-at-eb-wrapper .box .image-wrapper .txt-large span:nth-of-type(2) {
  font-size: 12px;
}
.we-at-eb-wrapper .box .text-wrapper {
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  transition: all 0.5s ease;
  z-index: 100;
}
.we-at-eb-wrapper .box .text-wrapper > div {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: -20px;
  margin-right: -20px;
  padding: 20px;
  border: 1px solid #ddd;
  border-top: 2px solid #339933;
}
.we-at-eb-wrapper .box-wrap .box .image-wrapper img, .we-at-eb-wrapper .box.blur .image-wrapper img {
  /*filter: blur(3px);*/
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  box-shadow: none;
  transform: scale(1);
  transition: all 0.5s ease;
  opacity: 0.5;
}
.we-at-eb-wrapper .box-wrap:hover .box:hover .image-wrapper img, .we-at-eb-wrapper .box-wrap .box.active .image-wrapper img {
  -webkit-filter: grayscale(0%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
  transform: scale(1.04);
  opacity: 1;
}
.we-at-eb-wrapper .box-wrap .box.active .image-wrapper .txt-large, .we-at-eb-wrapper .box-wrap:hover .box:hover .image-wrapper .txt-large {
  background: rgba(255, 255, 255, 0.8);
}
@media (max-width: 860px) {
  .we-at-eb-wrapper .box {
    width: 50%;
  }
  .we-at-eb-wrapper .box.text {
    width: 100%;
  }
  .we-at-eb-wrapper .box.text .text-content {
    position: relative;
  }
  .we-at-eb-wrapper .box.text .text-box:before {
    content: none;
  }
}
@media (max-width: 425px) {
  .we-at-eb-wrapper .box .image-wrapper img, .we-at-eb-wrapper .box .text-box .text-content, .we-at-eb-wrapper .box .image-wrapper .txt-large {
    position: relative;
  }
  .we-at-eb-wrapper .box .image-wrapper .txt-large {
    left: 0;
    min-height: 115px;
  }
  .we-at-eb-wrapper .box .image-wrapper:before, .we-at-eb-wrapper .box .text-box:before {
    content: none;
  }
  .we-at-eb-wrapper .box-wrap:hover .box:hover .image-wrapper img, .we-at-eb-wrapper .box-wrap .box.active .image-wrapper img {
    transform: scale(1);
  }
}
/* Kacheln für Employment benefits */
.kachel {
  border: 1px solid #ddd;
  border-top: 2px solid #339933;
  margin-bottom: 40px;
  /* nur bei Application tips */
}
.kachel.application, .kachel.partners {
  padding: 20px;
  width: 23%;
  margin-bottom: 1%;
}
@media (max-width: 970px) {
  .kachel.application, .kachel.partners {
    width: 49%;
    margin-bottom: 2%;
  }
}
@media (max-width: 500px) {
  .kachel.application, .kachel.partners {
    width: 100%;
  }
}
.kachel.application img, .kachel.partners img {
  margin-bottom: 20px;
  width: 58.33333333%;
}
.kachel.partners p, .kachel.events p {
  font-size: 16px;
}
.kachel.partners > p:last-of-type {
  border-top: solid 1px #333;
  margin-top: 20px;
}
.kachel.events {
  color: #333;
}
.kachel.events .event-links p {
  text-align: right;
}
.kachel.full-width {
  width: 100% !important;
  margin-top: 2%;
}
.kachel.button-kachel {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.kachel .txt-large a {
  font-weight: 700;
}
.kacheltop {
  height: 230px;
  overflow: hidden;
}
.kacheltop img {
  transition: transform 0.5s, filter 0.5s ease-out;
  transform-origin: center center;
  filter: brightness(90%);
  top: 0 !important;
}
.kachelbottom {
  margin-bottom: 0;
  color: grey;
  margin: 25px;
  height: 180px;
}
@media (max-width: 1198px) {
  .kachelbottom {
    height: 200px;
  }
}
@media (max-width: 990px) {
  .kachelbottom {
    height: auto;
    margin-bottom: 25px !important;
  }
}
@media (max-width: 375px) {
  .kacheltop {
    height: auto !important;
  }
}
/* Kacheln für Application tips */
.read-more-state {
  display: none;
}
.read-more-state:checked ~ .read-more-wrap .read-more-target {
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
}
.read-more-state:checked ~ .read-more-trigger:before {
  content: 'less';
}
.read-more-state ~ .read-more-trigger:before {
  content: 'more';
}
.read-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
}
.read-more-trigger {
  cursor: pointer;
  display: inline-block;
  padding: 0 0.5em;
  color: #666;
  font-size: 0.9em;
  line-height: 2;
}
.kachel-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
h3.button-kachel-heading {
  text-align: left;
  color: #fff;
  font-size: 2em;
  text-shadow: 2px 2px #333;
}
button.kachel-buttons {
  font-weight: bold;
  font-size: 16px;
  color: #ffffff;
  opacity: 0.9;
  width: 150px;
}
.button-box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 78%;
}
.kachel-upper-button {
  width: 150px;
  text-align: center;
}
.kachel-lower-button {
  width: 150px;
  margin-top: 20px;
  text-align: center;
}
/* Flexboxen mit 2 Boxen pro Zeile */
.two-boxes {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}
.first-box {
  width: 50%;
  padding-right: 15px;
}
.second-box {
  width: 50%;
  padding-left: 15px;
}
.small-box {
  width: 31%;
  background-size: cover;
  background-position: center;
}
.big-box {
  width: 67%;
  padding-left: 15px;
}
@media (max-width: 640px) {
  .first-box {
    width: 100%;
    padding-right: 0;
  }
  .second-box {
    width: 100%;
    padding-left: 0;
  }
}
@media (max-width: 630px) {
  .small-box {
    width: 100%;
    background-size: cover;
    background-position: center;
    /*height: 300px;*/
    margin-bottom: 35px;
  }
  section.small-box:before {
    content: "";
    padding-bottom: 50%;
    display: block;
  }
  .big-box {
    width: 100%;
    padding-left: 0;
  }
}
.careers-container .break {
  background-color: #efefef;
}
.careers-container .header-image {
  background-position: center -4vw;
  background-repeat: no-repeat;
  background-size: cover;
  height: 25vh;
  min-height: 400px;
  position: relative;
}
.careers-container .text-overlay {
  color: #fff;
  border-top: 2px solid #339933;
  background-color: rgba(63, 63, 63, 0.7);
  position: absolute;
  padding: 20px;
  bottom: 0;
  top: 0;
  left: 60px;
  max-width: 320px;
  height: 160px;
  margin: auto;
}
@media (max-width: 425px) {
  .careers-container .header-image {
    background-position: center;
  }
  .careers-container .text-overlay {
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    max-width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(63, 63, 63, 0.2);
  }
}
.career-levels-container .kachel {
  border: 1px solid #efefef;
  border-top: 2px solid #339933;
  padding: 15px;
}
.career-levels-container .cldesc {
  padding-top: 10px;
  height: 150px;
}
.career-levels-container .responsive-tabs .row .col-md-6:nth-child(2) {
  padding: 40px;
}
@media (max-width: 767px) {
  .career-levels-container .responsive-tabs .row .col-md-6:nth-child(2) {
    padding: 15px;
  }
}
.green-border-left {
  border-left: 3px solid #339933;
  padding-left: 16px;
}
/* Überschreiben der Responsive Tabs */
.responsive-tabs .responsive-tabs__panel {
  border-bottom: none !important;
  border-left: none !important;
  border-right: none !important;
  padding: 15px 0px 0px 0px;
}
@media (max-width: 767px) {
  .responsive-tabs-wrapper {
    border-top: none !important;
  }
  .responsive-tabs .responsive-tabs__heading {
    border: none !important;
    border-bottom: 1px solid #ccc !important;
  }
  .responsive-tabs .responsive-tabs__heading--active, .responsive-tabs .responsive-tabs__heading--active:hover {
    color: #3f3f3f !important;
  }
  .responsive-tabs .responsive-tabs__heading--active:after, .responsive-tabs .responsive-tabs__heading--active:hover:after {
    border-bottom: 6px solid #3f3f3f !important;
  }
  .responsive-tabs .responsive-tabs__heading {
    background: #fff !important;
  }
}
/* IE */
@media (-ms-high-contrast: none) and (min-width: 861px) {
  .sidebar-video p a img.video_lightbox_anchor_image {
    max-width: 262px;
  }
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #339933;
  /* Green */
}
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
  border-color: #e64444;
  /* Red */
}
.wpcf7 form.spam .wpcf7-response-output {
  border-color: #dd9a2a;
  /* Orange */
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #ffcf62;
  /* Yellow */
}
.wpcf7-not-valid-tip {
  color: #e64444;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
  border: 1px solid #e64444;
}
table.EBContactForm td span.EBContactRed {
  color: #e64444 !important;
}
/*
.headh1{background-color:rgba(0, 182, 0, 0.8); padding-left: 20px;padding-right: 20px; line-height:1.4;}
.headh2{background-color:rgba(82, 82, 82, 0.8); padding-left: 20px;padding-right: 20px;padding-top: 5px;padding-bottom: 5px;line-height:1.9;}
*/
@media only screen and (min-width: 1071px) {
  .headh1 {
    text-shadow: 0px 0px 20px #333333;
  }
  .headh2 {
    text-shadow: 0px 0px 20px #333333;
  }
}
.news-kachel {
  background: #393;
  background: -moz-linear-gradient(167deg, rgba(51, 153, 51, 0.3505602925) 2%, rgba(73, 245, 164, 0) 25%);
  background: -webkit-linear-gradient(167deg, rgba(51, 153, 51, 0.3505602925) 2%, rgba(73, 245, 164, 0) 25%);
  background: linear-gradient(167deg, rgba(51, 153, 51, 0.3505602925) 2%, rgba(73, 245, 164, 0) 25%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#339933",endColorstr="#49f5a4",GradientType=1);
}
@media only screen and (max-width: 991px) {
  .imgdsk {
    display: none !important;
  }
}
@media only screen and (min-width: 992px) {
  .imgmbl {
    display: none !important;
  }
}
.tech-corner img {
  top: 0;
}
.tech-corner .filter-kachel-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 860px) {
  .tech-corner .filter-kachel-section {
    flex-direction: column;
  }
}
.tech-corner .filterSection {
  background-color: #f7f7f7;
  padding: 12px;
  width: 24%;
}
@media (max-width: 860px) {
  .tech-corner .filterSection {
    width: 100%;
    order: -1;
    margin-bottom: 20px;
  }
}
.tech-corner .filters {
  display: block;
  margin-top: 12px;
}
.tech-corner .filters *customCheckbox label {
  font-size: 14px;
}
.tech-corner .filters ul {
  padding: 0;
  display: none;
  list-style: none;
  margin: 0;
  margin-bottom: 12px;
}
.tech-corner .filters ul li {
  display: block;
  margin: 4px 0;
}
.tech-corner .filters__buttons {
  padding: 12px 0;
  display: flex;
  justify-content: space-between;
}
.tech-corner .filters__buttons input {
  padding: 10px 20px 10px 20px !important;
  flex-basis: 50%;
  max-width: 120px;
}
.tech-corner .filters__buttons input:last-of-type {
  margin-left: 12px;
}
@media (min-width: 861px) and (max-width: 991px) {
  .tech-corner .filters__buttons {
    flex-direction: column;
  }
  .tech-corner .filters__buttons input {
    width: 100%;
    max-width: none;
  }
  .tech-corner .filters__buttons input:last-of-type {
    order: -1;
    margin-bottom: 12px;
    margin-left: 0;
  }
}
@media (max-width: 860px) {
  .tech-corner .filters__buttons {
    justify-content: flex-start;
  }
}
.tech-corner .filters .customCheckbox label {
  font-size: 14px;
  margin-bottom: 10px;
  padding-left: 0;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.tech-corner .filters .customCheckbox label::before {
  position: relative;
  height: 14px;
  width: 14px;
  background-color: #C8C8C8;
  border: 2px solid #C8C8C8;
  background-image: none;
  margin-right: 12px;
}
.tech-corner .filters .customCheckbox input[type="checkbox"] {
  position: absolute;
  width: 100%;
}
.tech-corner .filters .customCheckbox input[type="checkbox"]:checked + label:before {
  background-color: #339933;
}
.tech-corner .filterTitle {
  margin-bottom: 0;
  padding: 12px 0;
  font-size: 16px;
  cursor: pointer;
}
.tech-corner .filterTitle::after {
  position: relative;
  top: 2px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  content: "";
  font-style: normal;
  font-weight: normal;
  font-size: 14;
  line-height: 1;
  margin-left: 12px;
}
.tech-corner .filterTitle.active::after {
  content: "";
}
.tech-corner .prodFilters {
  margin-bottom: 40px;
}
.tech-corner .prodFilters form .col-md-3 {
  padding-left: 0;
}
.tech-corner #filter-tags {
  text-align: right;
  width: 100%;
  margin-bottom: 12px;
}
.tech-corner #filter-tags span {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 6px 6px 20px;
  background-color: #f7f7f7;
  border-radius: 3px;
  margin-bottom: 6px;
  cursor: pointer;
}
.tech-corner #filter-tags span i {
  margin-left: 12px;
}
.tech-corner .kachel-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 74%;
  margin-bottom: -35px;
}
@media (max-width: 860px) {
  .tech-corner .kachel-wrapper {
    width: 100%;
  }
}
.tech-corner .kachel {
  display: flex;
  flex-direction: column;
  width: 32%;
  background-color: #ffffff;
  margin-bottom: 35px;
  border-top: 2px solid #339933;
  transition: transform 0.2s;
  padding: 12px;
  position: relative;
  overflow: hidden;
  transition: background-color 1s ease;
}
.tech-corner .kachel:empty {
  height: 0 !important;
  visibility: hidden;
  padding: 0;
  margin: 0;
  border: none;
}
.tech-corner .kachel:hover {
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
}
.tech-corner .kachel .resource {
  line-height: normal;
  color: #333;
  min-height: 78px;
}
.tech-corner .kachel .resource a {
  color: #333;
}
.tech-corner .kachel .resource__type {
  font-weight: bold;
}
.tech-corner .kachel .resource__title {
  font-size: 16px;
}
.tech-corner .kachel .header-section {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.tech-corner .kachel__content-wrapper {
  margin-bottom: 12px;
  display: flex;
  flex-direction: column;
}
.tech-corner .kachel__content-wrapper .product, .tech-corner .kachel__content-wrapper .category {
  display: flex;
}
.tech-corner .kachel__content-wrapper .category span:first-of-type {
  margin-right: 24px;
}
.tech-corner .kachel__content-wrapper .product span:first-of-type {
  margin-right: 18px;
}
.tech-corner .kachel__content-wrapper .featured-image {
  position: relative;
  width: 100%;
  padding-bottom: 66%;
}
.tech-corner .kachel__content-wrapper .featured-image img {
  top: 0;
  margin-bottom: 12px;
  width: 100%;
  height: auto;
  position: absolute;
}
.tech-corner .kachel__content-wrapper p {
  font-size: 14px;
  line-height: 22px;
}
.tech-corner .kachel .call-to-action {
  margin-top: auto;
  text-align: right;
}
.tech-corner .kachel .call-to-action a {
  font-weight: bold;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
}
.tech-corner .kachel .call-to-action a span {
  margin-right: 4px;
}
@media (max-width: 991px) {
  .tech-corner .kachel {
    width: 49% !important;
  }
}
@media (max-width: 600px) {
  .tech-corner .kachel {
    width: 100% !important;
  }
}
.tech-corner .view {
  width: 100%;
  margin-bottom: 12px;
  text-align: right;
}
.tech-corner .view span {
  font-size: 17.5px;
}
.tech-corner .view span:not(.active) {
  color: #ccc;
  cursor: pointer;
}
.tech-corner .view span:not(.active):hover {
  color: #333;
}
.tech-corner .sortingTable {
  width: 74%;
}
@media (max-width: 860px) {
  .tech-corner .sortingTable {
    width: 100%;
  }
}
.tech-corner .sortingTable .resource__type {
  font-weight: bold;
}
.tech-corner .sortingTable a {
  color: #404040;
}
.tech-corner .sortingTable a .glyphicon {
  color: #339933;
  font-size: 80%;
}
.tech-corner .sortingTable a:hover {
  color: #40BA40;
}
.tech-corner .sortingTable .category_products {
  margin-top: 6px;
  font-size: 14px;
}
.tech-corner .pagination_wrapper {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  width: 74%;
  margin-top: 20px;
  margin-left: auto;
}
@media (max-width: 860px) {
  .tech-corner .pagination_wrapper {
    width: 100%;
  }
}
@media (max-width: 450px) {
  .tech-corner .pagination_wrapper {
    flex-direction: column;
  }
  .tech-corner .pagination_wrapper .pages {
    display: flex;
    justify-content: space-between;
  }
}
.tech-corner .pagination_wrapper .pagingLabel {
  margin: 0;
  margin-bottom: 16px;
}
li.wpml-ls-item-ko {
  display: none !important;
}
@media only screen and (min-width: 891px) {
  .menuContainer:not(.korean) .mega-indicator {
    display: none !important;
  }
  .menuContainer.korean.new-layout #mega-menu-primary > li.mega-menu-flyout:not(.mega-language-selector) ul.mega-sub-menu {
    width: 250px !important;
  }
  .menuContainer.korean #mega-menu-wrap-primary {
    padding-left: 20px;
  }
  .menuContainer.korean #mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.mega-menu-item {
    border-bottom: #ddd solid 1px;
  }
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
  background-color: #404040;
}
.mega-sub-menu a {
  color: #333 !important;
}
.l2menulink {
  font-weight: bold;
  font-size: 16px;
}
.menudesc {
  color: #bbb;
  font-size: 14px;
}
#mega-menu-wrap-primary, #mega-menu-wrap-primary #mega-menu-primary, #mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-row, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-column, #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary span.mega-menu-badge {
  line-height: 1.2;
}
.mega-sub-menu:nth-of-type(1) {
  border-left: 1px solid #ddd !important;
  border-right: 1px solid #ddd !important;
  border-bottom: 1px solid #ddd !important;
}
.mega-sub-menu:nth-of-type(1) .mega-sub-menu:nth-of-type(1) {
  border: none !important;
}
.menu-header {
  background-color: #404040;
  position: relative;
  z-index: 10;
}
.menuContainer.new-layout {
  height: 55px;
  position: relative;
}
@media only screen and (min-width: 891px) {
  .menuContainer.new-layout {
    height: 51px;
  }
}
.menuContainer.new-layout .brand-link {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  z-index: 1;
}
@media only screen and (min-width: 891px) {
  .menuContainer.new-layout #mega-menu-primary {
    padding-left: 120px !important;
    text-align: right !important;
  }
  .menuContainer.new-layout #mega-menu-primary > li.mega-menu-flyout:not(.mega-language-selector) ul.mega-sub-menu {
    width: 150px !important;
  }
  .menuContainer.new-layout #mega-menu-primary .mega-language-selector ul {
    width: 100px !important;
  }
  .menuContainer.new-layout #mega-menu-primary .mega-language-selector ul li a {
    text-align: center !important;
  }
  .menuContainer.new-layout #mega-menu-primary .mega-menu-item {
    z-index: 10;
  }
  .menuContainer.new-layout #mega-menu-primary .mega-menu-item.spacer-top {
    margin-top: 24px !important;
  }
  .menuContainer.new-layout #mega-menu-primary .mega-menu-item#mega-menu-item-31850 {
    z-index: 1 !important;
  }
  .menuContainer.new-layout #mega-menu-primary .mega-search-wrap {
    margin-left: 24px;
  }
  .menuContainer.new-layout #mega-menu-primary .mega-search-wrap .mega-search input[type=text] {
    top: 38px;
    position: relative;
  }
  .menuContainer.new-layout #mega-menu-primary .mega-search-wrap .mega-search.mega-search-open .search-icon:before {
    color: #fff !important;
  }
  .menuContainer.new-layout #mega-menu-primary .mega-search-wrap .mega-search.mega-search-open input {
    border: 2px solid #404040 !important;
  }
}
#new-layout-2020 {
  font-size: 16px;
  overflow-x: hidden;
}
#new-layout-2020 p {
  font-size: 16px !important;
}
@media only screen and (max-width: 991px) {
  #new-layout-2020 .imgdsk {
    display: none !important;
  }
}
@media only screen and (min-width: 992px) {
  #new-layout-2020 .imgmbl {
    display: none !important;
  }
}
#new-layout-2020 h2 {
  font-size: 1.6em;
}
@media only screen and (max-width: 991px) {
  #new-layout-2020 h2 {
    font-weight: 500;
  }
}
#new-layout-2020 .seperator {
  padding: 0px !important;
  height: 3px;
  background: #404040;
  background: -moz-linear-gradient(45deg, #404040 0%, #00a200 25%, #00eb00 50%, #00a200 75%, #404040 100%);
  background: -webkit-linear-gradient(45deg, #404040 0%, #00a200 25%, #00eb00 50%, #00a200 75%, #404040 100%);
  background: linear-gradient(45deg, #404040 0%, #00a200 25%, #00eb00 50%, #00a200 75%, #404040 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#404040", endColorstr="#404040", GradientType=1);
}
#new-layout-2020 button, #new-layout-2020 .button, #new-layout-2020 input[type="button"], #new-layout-2020 input[type="reset"], #new-layout-2020 input[type="submit"] {
  background-color: transparent;
}
#new-layout-2020 button:not(.owl-dot):not(.owl-next):not(.owl-prev), #new-layout-2020 .button:not(.owl-dot):not(.owl-next):not(.owl-prev), #new-layout-2020 input[type="button"]:not(.owl-dot):not(.owl-next):not(.owl-prev), #new-layout-2020 input[type="reset"]:not(.owl-dot):not(.owl-next):not(.owl-prev), #new-layout-2020 input[type="submit"]:not(.owl-dot):not(.owl-next):not(.owl-prev) {
  color: #363636 !important;
  border: 2px #363636 solid;
}
#new-layout-2020 button:hover:not(.owl-dot):not(.owl-next):not(.owl-prev), #new-layout-2020 button:focus:not(.owl-dot):not(.owl-next):not(.owl-prev), #new-layout-2020 .button:hover:not(.owl-dot):not(.owl-next):not(.owl-prev), #new-layout-2020 .button:focus:not(.owl-dot):not(.owl-next):not(.owl-prev), #new-layout-2020 input[type="button"]:hover:not(.owl-dot):not(.owl-next):not(.owl-prev), #new-layout-2020 input[type="button"]:focus:not(.owl-dot):not(.owl-next):not(.owl-prev), #new-layout-2020 input[type="reset"]:hover:not(.owl-dot):not(.owl-next):not(.owl-prev), #new-layout-2020 input[type="reset"]:focus:not(.owl-dot):not(.owl-next):not(.owl-prev), #new-layout-2020 input[type="submit"]:hover:not(.owl-dot):not(.owl-next):not(.owl-prev), #new-layout-2020 input[type="submit"]:focus:not(.owl-dot):not(.owl-next):not(.owl-prev) {
  color: #339933 !important;
  border: 2px #339933 solid;
}
#new-layout-2020 .featurelist {
  padding-left: 0;
}
#new-layout-2020 .featurelist li {
  position: relative;
  display: block;
  margin-bottom: 20px;
  padding-left: 22px;
}
#new-layout-2020 .featurelist li:before {
  content: "";
  font-family: 'Glyphicons Halflings';
  font-size: 15px;
  position: absolute;
  left: 0;
  top: 2px;
  color: #339933;
}
#new-layout-2020 .fbc-page .fbc-wrap .fbc-items li {
  padding: 0px 5px;
}
#new-layout-2020 .fbc-page .fbc-wrap .fbc-items li a:hover {
  color: #333;
}
#new-layout-2020 .fbc-page .fbc-wrap .fbc-items li a span:hover {
  color: #339933;
}
#new-layout-2020 .breakelement {
  max-width: 1170px;
  margin-right: auto !important;
  margin-left: auto !important;
  text-align: center;
  border-bottom: 1px solid #ddd;
  line-height: 0.1em;
  margin: 100px 0 60px;
  font-weight: 700;
  font-size: 1.6em;
}
#new-layout-2020 .breakelement span {
  background: #fff;
  padding: 0 10px;
}
#new-layout-2020 * {
  box-sizing: border-box;
}
#new-layout-2020 h2 {
  margin-bottom: 30px;
}
#new-layout-2020 p {
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  #new-layout-2020 .col-md-3 + .col-md-3, #new-layout-2020 .col-md-6 + .col-md-6 {
    margin-top: 30px;
  }
}
#new-layout-2020 > .container {
  position: relative;
  z-index: 2;
}
#new-layout-2020 > .container .eb-breadcrumbs {
  position: absolute;
  left: 0;
  background-color: transparent;
  border: none;
  padding: 0;
}
#new-layout-2020 > .container .eb-breadcrumbs .bread_crumb {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  padding: 15px;
  padding-right: 25px;
  padding-top: 21px;
  color: #ffffff;
  font-size: 15px;
}
@media (min-width: 1200px) {
  #new-layout-2020 > .container .eb-breadcrumbs .bread_crumb {
    padding-right: 15px;
  }
}
#new-layout-2020 > .container .eb-breadcrumbs .bread_crumb li {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 3px 10px;
  padding-top: 2px;
}
#new-layout-2020 > .container .eb-breadcrumbs .bread_crumb li:first-of-type {
  border-left: 3px solid #339933;
}
#new-layout-2020 > .container .eb-breadcrumbs .bread_crumb li + li {
  padding-left: 0;
}
#new-layout-2020 > .container .eb-breadcrumbs .bread_crumb li a {
  display: flex;
  align-items: center;
  color: inherit;
}
#new-layout-2020 > .container .eb-breadcrumbs .bread_crumb li a:hover {
  color: #40BA40;
}
#new-layout-2020 > .container .eb-breadcrumbs .bread_crumb li a .right-arrow {
  margin-left: 6px;
  margin-right: 10px;
}
#new-layout-2020 .text-s-light {
  color: grey;
  text-align: center;
}
#new-layout-2020 .entry-header {
  display: none;
}
#new-layout-2020.content-section {
  margin-top: 0;
}
#new-layout-2020 .entry-content {
  /** Landingpage Header */
  /** End Landingpage Header */
  /** New Button 2021*/
  /** End New Button 2021*/
}
#new-layout-2020 .entry-content > section, #new-layout-2020 .entry-content .special-tabs .tabcontent > section {
  display: block;
  padding: 45px 15px;
}
@media (min-width: 768px) {
  #new-layout-2020 .entry-content > section, #new-layout-2020 .entry-content .special-tabs .tabcontent > section {
    padding: 60px 15px;
  }
}
@media (min-width: 1024px) {
  #new-layout-2020 .entry-content > section, #new-layout-2020 .entry-content .special-tabs .tabcontent > section {
    padding: 75px 15px;
  }
}
@media (min-width: 1170px) {
  #new-layout-2020 .entry-content > section, #new-layout-2020 .entry-content .special-tabs .tabcontent > section {
    padding: 90px 15px;
  }
}
#new-layout-2020 .entry-content > section.bg-light, #new-layout-2020 .entry-content .special-tabs .tabcontent > section.bg-light {
  background-color: #f7f7f7;
}
#new-layout-2020 .entry-content > section.bg-light .kachel, #new-layout-2020 .entry-content .special-tabs .tabcontent > section.bg-light .kachel {
  background-color: #fff;
  padding: 20px;
}
#new-layout-2020 .entry-content > section.bg-light .responsive-tabs-wrapper .responsive-tabs h2.responsive-tabs__heading, #new-layout-2020 .entry-content .special-tabs .tabcontent > section.bg-light .responsive-tabs-wrapper .responsive-tabs h2.responsive-tabs__heading {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #new-layout-2020 .entry-content > section.bg-light .responsive-tabs-wrapper .responsive-tabs h2.responsive-tabs__heading, #new-layout-2020 .entry-content .special-tabs .tabcontent > section.bg-light .responsive-tabs-wrapper .responsive-tabs h2.responsive-tabs__heading {
    background-color: #ddd !important;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  #new-layout-2020 .entry-content > section.bg-light .responsive-tabs-wrapper .responsive-tabs .responsive-tabs__panel, #new-layout-2020 .entry-content .special-tabs .tabcontent > section.bg-light .responsive-tabs-wrapper .responsive-tabs .responsive-tabs__panel {
    /* border-radius: 5px;
								box-shadow: 0 0 11px #21212133; */
  }
}
#new-layout-2020 .entry-content > section.bg-dark-linear-gradient, #new-layout-2020 .entry-content .special-tabs .tabcontent > section.bg-dark-linear-gradient {
  background-color: #363636;
  color: #fff;
}
#new-layout-2020 .entry-content > section.bg-dark-linear-gradient .col-md-6 > img, #new-layout-2020 .entry-content > section.bg-dark-linear-gradient .col-md-4 > img, #new-layout-2020 .entry-content .special-tabs .tabcontent > section.bg-dark-linear-gradient .col-md-6 > img, #new-layout-2020 .entry-content .special-tabs .tabcontent > section.bg-dark-linear-gradient .col-md-4 > img {
  top: 0;
}
#new-layout-2020 .entry-content > section.bg-dark-linear-gradient .col-md-6 > img + p + div.kachel, #new-layout-2020 .entry-content > section.bg-dark-linear-gradient .col-md-4 > img + p + div.kachel, #new-layout-2020 .entry-content .special-tabs .tabcontent > section.bg-dark-linear-gradient .col-md-6 > img + p + div.kachel, #new-layout-2020 .entry-content .special-tabs .tabcontent > section.bg-dark-linear-gradient .col-md-4 > img + p + div.kachel {
  margin-top: -15px;
}
#new-layout-2020 .entry-content > section.bg-dark-linear-gradient h2, #new-layout-2020 .entry-content .special-tabs .tabcontent > section.bg-dark-linear-gradient h2 {
  color: inherit;
}
#new-layout-2020 .entry-content > section.bg-dark-linear-gradient h3, #new-layout-2020 .entry-content .special-tabs .tabcontent > section.bg-dark-linear-gradient h3 {
  color: inherit;
}
#new-layout-2020 .entry-content > section.bg-dark-linear-gradient .kachel, #new-layout-2020 .entry-content .special-tabs .tabcontent > section.bg-dark-linear-gradient .kachel {
  border-top-color: #40BA40;
}
#new-layout-2020 .entry-content > section.bg-dark-linear-gradient a, #new-layout-2020 .entry-content .special-tabs .tabcontent > section.bg-dark-linear-gradient a {
  color: #40BA40;
  font-size: inherit;
}
#new-layout-2020 .entry-content > section.bg-dark-linear-gradient a:hover, #new-layout-2020 .entry-content .special-tabs .tabcontent > section.bg-dark-linear-gradient a:hover {
  color: #00eb00;
}
#new-layout-2020 .entry-content > section.bg-dark-linear-gradient a.prod-url, #new-layout-2020 .entry-content .special-tabs .tabcontent > section.bg-dark-linear-gradient a.prod-url {
  font-size: 18px;
}
#new-layout-2020 .entry-content > section.bg-dark-linear-gradient a.out-of-text, #new-layout-2020 .entry-content .special-tabs .tabcontent > section.bg-dark-linear-gradient a.out-of-text {
  display: block;
  position: relative;
  padding-left: 20px;
  font-size: 16px;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  margin-top: 10px;
}
#new-layout-2020 .entry-content > section.bg-dark-linear-gradient a.out-of-text:not(:nth-child(1)), #new-layout-2020 .entry-content .special-tabs .tabcontent > section.bg-dark-linear-gradient a.out-of-text:not(:nth-child(1)) {
  margin-top: 0;
}
#new-layout-2020 .entry-content > section.bg-dark-linear-gradient a.out-of-text:last-child, #new-layout-2020 .entry-content .special-tabs .tabcontent > section.bg-dark-linear-gradient a.out-of-text:last-child {
  margin-bottom: 20px;
}
#new-layout-2020 .entry-content > section.bg-dark-linear-gradient a.out-of-text:before, #new-layout-2020 .entry-content .special-tabs .tabcontent > section.bg-dark-linear-gradient a.out-of-text:before {
  position: absolute;
  content: "";
  font-family: 'Glyphicons Halflings';
  font-size: 12px;
  left: 0;
  top: 3px;
}
#new-layout-2020 .entry-content > section > article, #new-layout-2020 .entry-content .special-tabs .tabcontent > section > article {
  max-width: 1170px;
  margin-right: auto !important;
  margin-left: auto !important;
  /*
				&:not(:nth-of-type(1)) {
					margin-top: 60px;
				}
				*/
}
#new-layout-2020 .entry-content > section > article + article, #new-layout-2020 .entry-content .special-tabs .tabcontent > section > article + article {
  margin-top: 60px;
}
#new-layout-2020 .entry-content > section > article.flex-row, #new-layout-2020 .entry-content .special-tabs .tabcontent > section > article.flex-row {
  display: block;
  /*
					Added by Markus
					*/
  /*
					End Added by Markus
					*/
}
@media (min-width: 768px) {
  #new-layout-2020 .entry-content > section > article.flex-row, #new-layout-2020 .entry-content .special-tabs .tabcontent > section > article.flex-row {
    display: flex;
  }
}
#new-layout-2020 .entry-content > section > article.flex-row h3, #new-layout-2020 .entry-content .special-tabs .tabcontent > section > article.flex-row h3 {
  text-align: center;
}
#new-layout-2020 .entry-content > section > article .row.row-bottom, #new-layout-2020 .entry-content .special-tabs .tabcontent > section > article .row.row-bottom {
  align-items: flex-end;
}
#new-layout-2020 .entry-content > section > article .row.same-height, #new-layout-2020 .entry-content .special-tabs .tabcontent > section > article .row.same-height {
  display: block;
}
@media (min-width: 1024px) {
  #new-layout-2020 .entry-content > section > article .row.same-height, #new-layout-2020 .entry-content .special-tabs .tabcontent > section > article .row.same-height {
    display: flex;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
  }
}
#new-layout-2020 .entry-content > section > article .row.same-height > div[class^="col-md-"], #new-layout-2020 .entry-content .special-tabs .tabcontent > section > article .row.same-height > div[class^="col-md-"] {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}
#new-layout-2020 .entry-content > section > article .row.same-height > div[class^="col-md-"] > .kachel, #new-layout-2020 .entry-content .special-tabs .tabcontent > section > article .row.same-height > div[class^="col-md-"] > .kachel {
  height: 100%;
}
#new-layout-2020 .entry-content > section > article .col, #new-layout-2020 .entry-content .special-tabs .tabcontent > section > article .col {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  padding: 0 15px;
}
#new-layout-2020 .entry-content > section > article .col + .col, #new-layout-2020 .entry-content .special-tabs .tabcontent > section > article .col + .col {
  margin-top: 45px;
}
@media (min-width: 768px) {
  #new-layout-2020 .entry-content > section > article .col + .col, #new-layout-2020 .entry-content .special-tabs .tabcontent > section > article .col + .col {
    margin-top: 0;
  }
}
#new-layout-2020 .entry-content > section > article .col .col-icon, #new-layout-2020 .entry-content .special-tabs .tabcontent > section > article .col .col-icon {
  margin-bottom: 0;
  font-size: 3em;
  text-align: center;
}
#new-layout-2020 .entry-content > section > article .responsive-tabs-wrapper, #new-layout-2020 .entry-content .special-tabs .tabcontent > section > article .responsive-tabs-wrapper {
  margin-bottom: 0px;
}
#new-layout-2020 .entry-content > section > article .responsive-tabs-wrapper .responsive-tabs h2.responsive-tabs__heading, #new-layout-2020 .entry-content .special-tabs .tabcontent > section > article .responsive-tabs-wrapper .responsive-tabs h2.responsive-tabs__heading {
  margin-bottom: 0;
}
#new-layout-2020 .entry-content > section > article .responsive-tabs-wrapper .responsive-tabs .responsive-tabs__panel, #new-layout-2020 .entry-content .special-tabs .tabcontent > section > article .responsive-tabs-wrapper .responsive-tabs .responsive-tabs__panel {
  padding-top: 0;
  padding-bottom: 40px;
}
#new-layout-2020 .entry-content > section > article .responsive-tabs-wrapper .responsive-tabs .responsive-tabs__panel img, #new-layout-2020 .entry-content .special-tabs .tabcontent > section > article .responsive-tabs-wrapper .responsive-tabs .responsive-tabs__panel img {
  top: 0;
}
#new-layout-2020 .entry-content > section > article .responsive-tabs-wrapper .responsive-tabs .responsive-tabs__panel > div.white, #new-layout-2020 .entry-content > section > article .responsive-tabs-wrapper .responsive-tabs .responsive-tabs__panel > div.black, #new-layout-2020 .entry-content .special-tabs .tabcontent > section > article .responsive-tabs-wrapper .responsive-tabs .responsive-tabs__panel > div.white, #new-layout-2020 .entry-content .special-tabs .tabcontent > section > article .responsive-tabs-wrapper .responsive-tabs .responsive-tabs__panel > div.black {
  margin-left: -20px;
  margin-right: -20px;
}
#new-layout-2020 .entry-content > section > article .responsive-tabs-wrapper .responsive-tabs .responsive-tabs__panel > div.white .owl-nav .owl-prev, #new-layout-2020 .entry-content > section > article .responsive-tabs-wrapper .responsive-tabs .responsive-tabs__panel > div.white .owl-nav .owl-next, #new-layout-2020 .entry-content > section > article .responsive-tabs-wrapper .responsive-tabs .responsive-tabs__panel > div.black .owl-nav .owl-prev, #new-layout-2020 .entry-content > section > article .responsive-tabs-wrapper .responsive-tabs .responsive-tabs__panel > div.black .owl-nav .owl-next, #new-layout-2020 .entry-content .special-tabs .tabcontent > section > article .responsive-tabs-wrapper .responsive-tabs .responsive-tabs__panel > div.white .owl-nav .owl-prev, #new-layout-2020 .entry-content .special-tabs .tabcontent > section > article .responsive-tabs-wrapper .responsive-tabs .responsive-tabs__panel > div.white .owl-nav .owl-next, #new-layout-2020 .entry-content .special-tabs .tabcontent > section > article .responsive-tabs-wrapper .responsive-tabs .responsive-tabs__panel > div.black .owl-nav .owl-prev, #new-layout-2020 .entry-content .special-tabs .tabcontent > section > article .responsive-tabs-wrapper .responsive-tabs .responsive-tabs__panel > div.black .owl-nav .owl-next {
  color: transparent !important;
}
#new-layout-2020 .entry-content > section > article .responsive-tabs-wrapper .responsive-tabs .responsive-tabs__panel > div.white .owl-nav .owl-prev:hover, #new-layout-2020 .entry-content > section > article .responsive-tabs-wrapper .responsive-tabs .responsive-tabs__panel > div.white .owl-nav .owl-next:hover, #new-layout-2020 .entry-content > section > article .responsive-tabs-wrapper .responsive-tabs .responsive-tabs__panel > div.black .owl-nav .owl-prev:hover, #new-layout-2020 .entry-content > section > article .responsive-tabs-wrapper .responsive-tabs .responsive-tabs__panel > div.black .owl-nav .owl-next:hover, #new-layout-2020 .entry-content .special-tabs .tabcontent > section > article .responsive-tabs-wrapper .responsive-tabs .responsive-tabs__panel > div.white .owl-nav .owl-prev:hover, #new-layout-2020 .entry-content .special-tabs .tabcontent > section > article .responsive-tabs-wrapper .responsive-tabs .responsive-tabs__panel > div.white .owl-nav .owl-next:hover, #new-layout-2020 .entry-content .special-tabs .tabcontent > section > article .responsive-tabs-wrapper .responsive-tabs .responsive-tabs__panel > div.black .owl-nav .owl-prev:hover, #new-layout-2020 .entry-content .special-tabs .tabcontent > section > article .responsive-tabs-wrapper .responsive-tabs .responsive-tabs__panel > div.black .owl-nav .owl-next:hover {
  color: transparent !important;
}
#new-layout-2020 .entry-content > section > article .responsive-tabs-wrapper .responsive-tabs .responsive-tabs__panel > div.white .owl-nav .owl-prev, #new-layout-2020 .entry-content > section > article .responsive-tabs-wrapper .responsive-tabs .responsive-tabs__panel > div.black .owl-nav .owl-prev, #new-layout-2020 .entry-content .special-tabs .tabcontent > section > article .responsive-tabs-wrapper .responsive-tabs .responsive-tabs__panel > div.white .owl-nav .owl-prev, #new-layout-2020 .entry-content .special-tabs .tabcontent > section > article .responsive-tabs-wrapper .responsive-tabs .responsive-tabs__panel > div.black .owl-nav .owl-prev {
  left: 0px;
}
#new-layout-2020 .entry-content > section > article .responsive-tabs-wrapper .responsive-tabs .responsive-tabs__panel > div.white .owl-nav .owl-next, #new-layout-2020 .entry-content > section > article .responsive-tabs-wrapper .responsive-tabs .responsive-tabs__panel > div.black .owl-nav .owl-next, #new-layout-2020 .entry-content .special-tabs .tabcontent > section > article .responsive-tabs-wrapper .responsive-tabs .responsive-tabs__panel > div.white .owl-nav .owl-next, #new-layout-2020 .entry-content .special-tabs .tabcontent > section > article .responsive-tabs-wrapper .responsive-tabs .responsive-tabs__panel > div.black .owl-nav .owl-next {
  right: 1px;
}
#new-layout-2020 .entry-content > section > article .responsive-tabs-wrapper .responsive-tabs .responsive-tabs__panel > .row, #new-layout-2020 .entry-content > section > article .responsive-tabs-wrapper .responsive-tabs .responsive-tabs__panel > .training-list, #new-layout-2020 .entry-content .special-tabs .tabcontent > section > article .responsive-tabs-wrapper .responsive-tabs .responsive-tabs__panel > .row, #new-layout-2020 .entry-content .special-tabs .tabcontent > section > article .responsive-tabs-wrapper .responsive-tabs .responsive-tabs__panel > .training-list {
  margin-top: 30px;
}
#new-layout-2020 .entry-content > section > article .responsive-tabs-wrapper .responsive-tabs .responsive-tabs__panel > .row, #new-layout-2020 .entry-content .special-tabs .tabcontent > section > article .responsive-tabs-wrapper .responsive-tabs .responsive-tabs__panel > .row {
  display: flex;
  flex-wrap: wrap;
}
#new-layout-2020 .entry-content > section > article .responsive-tabs-wrapper .responsive-tabs .responsive-tabs__panel > .row .col-md-3, #new-layout-2020 .entry-content .special-tabs .tabcontent > section > article .responsive-tabs-wrapper .responsive-tabs .responsive-tabs__panel > .row .col-md-3 {
  width: 100%;
}
@media (min-width: 567px) {
  #new-layout-2020 .entry-content > section > article .responsive-tabs-wrapper .responsive-tabs .responsive-tabs__panel > .row .col-md-3, #new-layout-2020 .entry-content .special-tabs .tabcontent > section > article .responsive-tabs-wrapper .responsive-tabs .responsive-tabs__panel > .row .col-md-3 {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  #new-layout-2020 .entry-content > section > article .responsive-tabs-wrapper .responsive-tabs .responsive-tabs__panel > .row .col-md-3, #new-layout-2020 .entry-content .special-tabs .tabcontent > section > article .responsive-tabs-wrapper .responsive-tabs .responsive-tabs__panel > .row .col-md-3 {
    width: 25%;
  }
}
#new-layout-2020 .entry-content > section > article .responsive-tabs-wrapper .responsive-tabs .responsive-tabs__panel > .row .col-top, #new-layout-2020 .entry-content .special-tabs .tabcontent > section > article .responsive-tabs-wrapper .responsive-tabs .responsive-tabs__panel > .row .col-top {
  align-self: flex-start;
}
#new-layout-2020 .entry-content > section > article .responsive-tabs-wrapper .responsive-tabs ul.responsive-tabs__list, #new-layout-2020 .entry-content .special-tabs .tabcontent > section > article .responsive-tabs-wrapper .responsive-tabs ul.responsive-tabs__list {
  margin-left: 10px;
}
#new-layout-2020 .entry-content > section > article .responsive-tabs-wrapper .responsive-tabs ul.responsive-tabs__list .responsive-tabs__list__item, #new-layout-2020 .entry-content .special-tabs .tabcontent > section > article .responsive-tabs-wrapper .responsive-tabs ul.responsive-tabs__list .responsive-tabs__list__item {
  padding-left: 9px;
  padding-right: 9px;
}
#new-layout-2020 .entry-content > section > article .kachel, #new-layout-2020 .entry-content .special-tabs .tabcontent > section > article .kachel {
  margin-top: 0;
  margin-bottom: 30px;
}
#new-layout-2020 .entry-content > section > article .kachel-dark, #new-layout-2020 .entry-content .special-tabs .tabcontent > section > article .kachel-dark {
  background-color: rgba(0, 0, 0, 0.3);
  border-left: 0px;
  border-bottom: 0px;
  border-right: 0px;
  padding: 20px;
  padding-top: 25px;
  color: #ffffff;
}
#new-layout-2020 .entry-content > section > article .kachel-dark h2, #new-layout-2020 .entry-content .special-tabs .tabcontent > section > article .kachel-dark h2 {
  margin-bottom: 30px;
}
#new-layout-2020 .entry-content > section > article .kachel-dark h3, #new-layout-2020 .entry-content .special-tabs .tabcontent > section > article .kachel-dark h3 {
  margin-top: 30px;
  margin-bottom: 12px;
  padding-top: 1px;
  color: inherit;
}
#new-layout-2020 .entry-content > section > article .kachel-dark > h3:first-child, #new-layout-2020 .entry-content .special-tabs .tabcontent > section > article .kachel-dark > h3:first-child {
  margin-top: 3px;
}
#new-layout-2020 .entry-content > section > article .button-100, #new-layout-2020 .entry-content .special-tabs .tabcontent > section > article .button-100 {
  display: block;
  width: 100%;
  background-color: transparent;
  border: 2px solid #363636;
  padding: 10px 30px 11px;
  color: #363636;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  vertical-align: bottom;
}
#new-layout-2020 .entry-content > section > article .button-100:hover, #new-layout-2020 .entry-content .special-tabs .tabcontent > section > article .button-100:hover {
  border: 2px solid #40BA40;
  color: #00eb00;
}
#new-layout-2020 .entry-content > section > article img + .button-100, #new-layout-2020 .entry-content > section > article img + br + .button-100, #new-layout-2020 .entry-content .special-tabs .tabcontent > section > article img + .button-100, #new-layout-2020 .entry-content .special-tabs .tabcontent > section > article img + br + .button-100 {
  margin-top: 3px;
}
#new-layout-2020 .entry-content > section > article.header-left, #new-layout-2020 .entry-content .special-tabs .tabcontent > section > article.header-left {
  display: flex;
}
@media (max-width: 700px) {
  #new-layout-2020 .entry-content > section > article.header-left, #new-layout-2020 .entry-content .special-tabs .tabcontent > section > article.header-left {
    flex-direction: column;
  }
}
#new-layout-2020 .entry-content > section > article.header-left header, #new-layout-2020 .entry-content .special-tabs .tabcontent > section > article.header-left header {
  width: 33.3333333334%;
  padding-right: 10px;
}
@media (max-width: 700px) {
  #new-layout-2020 .entry-content > section > article.header-left header, #new-layout-2020 .entry-content .special-tabs .tabcontent > section > article.header-left header {
    width: 100%;
  }
}
#new-layout-2020 .entry-content > section > article.header-left section, #new-layout-2020 .entry-content .special-tabs .tabcontent > section > article.header-left section {
  width: 66.6666666666%;
}
@media (max-width: 700px) {
  #new-layout-2020 .entry-content > section > article.header-left section, #new-layout-2020 .entry-content .special-tabs .tabcontent > section > article.header-left section {
    width: 100%;
    border-left: none;
    padding-left: 0;
  }
}
#new-layout-2020 .entry-content > section .dark-overlay, #new-layout-2020 .entry-content .special-tabs .tabcontent > section .dark-overlay {
  position: relative;
  /*
				background-color: rgba(240,240,240,0.95);
				*/
  color: #fff;
  padding: 15px;
}
#new-layout-2020 .entry-content > section .dark-overlay h1, #new-layout-2020 .entry-content > section .dark-overlay h2, #new-layout-2020 .entry-content .special-tabs .tabcontent > section .dark-overlay h1, #new-layout-2020 .entry-content .special-tabs .tabcontent > section .dark-overlay h2 {
  color: #fff !important;
}
@media (max-width: 1070px) {
  #new-layout-2020 .entry-content > section .dark-overlay h1, #new-layout-2020 .entry-content > section .dark-overlay h2, #new-layout-2020 .entry-content .special-tabs .tabcontent > section .dark-overlay h1, #new-layout-2020 .entry-content .special-tabs .tabcontent > section .dark-overlay h2 {
    color: #333333 !important;
  }
}
@media (max-width: 1070px) {
  #new-layout-2020 .entry-content > section .dark-overlay, #new-layout-2020 .entry-content .special-tabs .tabcontent > section .dark-overlay {
    background: #ffffff !important;
    padding: 15px;
  }
}
#new-layout-2020 .entry-content > section .dark-overlay.light, #new-layout-2020 .entry-content .special-tabs .tabcontent > section .dark-overlay.light {
  background-color: rgba(0, 0, 0, 0.25);
}
@media (min-width: 1071px) {
  #new-layout-2020 .entry-content > section .dark-overlay.left, #new-layout-2020 .entry-content .special-tabs .tabcontent > section .dark-overlay.left {
    /*background: -moz-linear-gradient(-90deg, rgba(0,235,0,0.4) 20%, rgba(0,148,158,0.6) 60%);
						background: -webkit-linear-gradient(-90deg, rgba(0,235,0,0.4) 20%, rgba(0,148,158,0.6) 60%);
						background: linear-gradient(-90deg, rgba(0,235,0,0.4) 20%, rgba(0,148,158,0.6) 60%);
						filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00eb00",endColorstr="#00949e",GradientType=1);

                        background: -moz-linear-gradient(-90deg, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.2) 44%);
                        background: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.2) 44%);
                        background: linear-gradient(-90deg, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.2) 44%);*/
  }
}
@media (min-width: 1071px) {
  #new-layout-2020 .entry-content > section .dark-overlay.right, #new-layout-2020 .entry-content .special-tabs .tabcontent > section .dark-overlay.right {
    /*background: -moz-linear-gradient(90deg, rgba(0,235,0,0.4) 20%, rgba(0,148,158,0.6) 60%);
						background: -webkit-linear-gradient(90deg, rgba(0,235,0,0.4) 20%, rgba(0,148,158,0.6) 60%);
						background: linear-gradient(90deg, rgba(0,235,0,0.4) 20%, rgba(0,148,158,0.6) 60%);
						filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00eb00",endColorstr="#00949e",GradientType=1);
                        background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.2) 44%);
                        background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.2) 44%);
                        background: linear-gradient(90deg, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.2) 44%);*/
  }
}
#new-layout-2020 .entry-content > section.bg-image, #new-layout-2020 .entry-content .special-tabs .tabcontent > section.bg-image {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0;
}
@media (max-width: 1070px) {
  #new-layout-2020 .entry-content > section.bg-image .success-story-img, #new-layout-2020 .entry-content .special-tabs .tabcontent > section.bg-image .success-story-img {
    display: none;
  }
}
@media (max-width: 1070px) {
  #new-layout-2020 .entry-content > section.bg-image, #new-layout-2020 .entry-content .special-tabs .tabcontent > section.bg-image {
    /*mobile box shadow*/
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1) !important;
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1) !important;
  }
}
#new-layout-2020 .entry-content > section.bg-image.success-story, #new-layout-2020 .entry-content .special-tabs .tabcontent > section.bg-image.success-story {
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1) !important;
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1) !important;
}
#new-layout-2020 .entry-content > section.bg-image.success-story .dark-overlay, #new-layout-2020 .entry-content .special-tabs .tabcontent > section.bg-image.success-story .dark-overlay {
  background: rgba(255, 255, 255, 0.9) !important;
  color: #333333 !important;
}
#new-layout-2020 .entry-content > section.bg-image.success-story .dark-overlay header h2, #new-layout-2020 .entry-content .special-tabs .tabcontent > section.bg-image.success-story .dark-overlay header h2 {
  color: #333333 !important;
}
@media (min-width: 1071px) {
  #new-layout-2020 .entry-content > section.bg-image header button:not(.owl-dot):not(.owl-next):not(.owl-prev), #new-layout-2020 .entry-content > section.bg-image header #new-layout-2020 .button:not(.owl-dot):not(.owl-next):not(.owl-prev), #new-layout-2020 .entry-content > section.bg-image header #new-layout-2020 input[type="button"]:not(.owl-dot):not(.owl-next):not(.owl-prev), #new-layout-2020 .entry-content > section.bg-image header #new-layout-2020 input[type="reset"]:not(.owl-dot):not(.owl-next):not(.owl-prev), #new-layout-2020 .entry-content > section.bg-image header #new-layout-2020 input[type="submit"]:not(.owl-dot):not(.owl-next):not(.owl-prev), #new-layout-2020 .entry-content .special-tabs .tabcontent > section.bg-image header button:not(.owl-dot):not(.owl-next):not(.owl-prev), #new-layout-2020 .entry-content .special-tabs .tabcontent > section.bg-image header #new-layout-2020 .button:not(.owl-dot):not(.owl-next):not(.owl-prev), #new-layout-2020 .entry-content .special-tabs .tabcontent > section.bg-image header #new-layout-2020 input[type="button"]:not(.owl-dot):not(.owl-next):not(.owl-prev), #new-layout-2020 .entry-content .special-tabs .tabcontent > section.bg-image header #new-layout-2020 input[type="reset"]:not(.owl-dot):not(.owl-next):not(.owl-prev), #new-layout-2020 .entry-content .special-tabs .tabcontent > section.bg-image header #new-layout-2020 input[type="submit"]:not(.owl-dot):not(.owl-next):not(.owl-prev) {
    color: #fff !important;
    border: 2px #fff solid;
  }
}
#new-layout-2020 .entry-content > section.bg-image header h1, #new-layout-2020 .entry-content > section.bg-image header h2, #new-layout-2020 .entry-content .special-tabs .tabcontent > section.bg-image header h1, #new-layout-2020 .entry-content .special-tabs .tabcontent > section.bg-image header h2 {
  font-weight: 500;
}
@media (min-width: 1071px) {
  #new-layout-2020 .entry-content > section.bg-image header h1, #new-layout-2020 .entry-content > section.bg-image header h2, #new-layout-2020 .entry-content .special-tabs .tabcontent > section.bg-image header h1, #new-layout-2020 .entry-content .special-tabs .tabcontent > section.bg-image header h2 {
    color: #333;
  }
}
#new-layout-2020 .entry-content > section.bg-image header h1, #new-layout-2020 .entry-content .special-tabs .tabcontent > section.bg-image header h1 {
  /* border-bottom: solid 4px $eb-green; 
						padding-bottom: 20px; */
  font-size: 1.6em;
}
@media (min-width: 450px) {
  #new-layout-2020 .entry-content > section.bg-image header h1, #new-layout-2020 .entry-content .special-tabs .tabcontent > section.bg-image header h1 {
    font-size: 2.2em;
  }
}
@media (min-width: 1071px) {
  #new-layout-2020 .entry-content > section.bg-image header h1, #new-layout-2020 .entry-content .special-tabs .tabcontent > section.bg-image header h1 {
    font-size: 3em;
  }
}
@media (min-width: 1071px) {
  #new-layout-2020 .entry-content > section.bg-image header h2, #new-layout-2020 .entry-content .special-tabs .tabcontent > section.bg-image header h2 {
    font-size: 2.5em;
  }
}
#new-layout-2020 .entry-content > section.bg-image article, #new-layout-2020 .entry-content .special-tabs .tabcontent > section.bg-image article {
  max-width: 1170px;
  margin-right: auto !important;
  margin-left: auto !important;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1071px) {
  #new-layout-2020 .entry-content > section.bg-image article, #new-layout-2020 .entry-content .special-tabs .tabcontent > section.bg-image article {
    min-height: 36vw;
  }
}
@media (min-width: 1071px) {
  #new-layout-2020 .entry-content > section.bg-image article.center, #new-layout-2020 .entry-content .special-tabs .tabcontent > section.bg-image article.center {
    justify-content: center;
    text-align: center;
  }
}
@media (min-width: 1071px) {
  #new-layout-2020 .entry-content > section.bg-image article.right, #new-layout-2020 .entry-content .special-tabs .tabcontent > section.bg-image article.right {
    justify-content: flex-end;
    text-align: right;
  }
}
@media (min-width: 1071px) {
  #new-layout-2020 .entry-content > section.bg-image article.middle, #new-layout-2020 .entry-content .special-tabs .tabcontent > section.bg-image article.middle {
    align-items: center;
  }
}
@media (min-width: 1071px) {
  #new-layout-2020 .entry-content > section.bg-image article.bottom, #new-layout-2020 .entry-content .special-tabs .tabcontent > section.bg-image article.bottom {
    align-items: flex-end;
  }
}
#new-layout-2020 .entry-content > section.bg-image article .highlighted, #new-layout-2020 .entry-content .special-tabs .tabcontent > section.bg-image article .highlighted {
  padding-left: 20px;
  border-left: solid 2px #339933;
}
#new-layout-2020 .entry-content > section.bg-image article .glyphicon, #new-layout-2020 .entry-content .special-tabs .tabcontent > section.bg-image article .glyphicon {
  font-size: 5em;
  color: #339933;
}
@media (max-width: 1070px) {
  #new-layout-2020 .entry-content > section.bg-image article .glyphicon, #new-layout-2020 .entry-content .special-tabs .tabcontent > section.bg-image article .glyphicon {
    font-size: 2em;
  }
}
#new-layout-2020 .entry-content > section.bg-image article .content-wrapper, #new-layout-2020 .entry-content .special-tabs .tabcontent > section.bg-image article .content-wrapper {
  max-width: 850px;
}
#new-layout-2020 .entry-content > section.bg-image article .content-wrapper p, #new-layout-2020 .entry-content .special-tabs .tabcontent > section.bg-image article .content-wrapper p {
  font-size: 16px;
  margin: 18px 0;
}
@media (min-width: 1071px) {
  #new-layout-2020 .entry-content > section.bg-image article .content-wrapper p, #new-layout-2020 .entry-content .special-tabs .tabcontent > section.bg-image article .content-wrapper p {
    font-size: 18px;
  }
}
#new-layout-2020 .entry-content > section.bg-image video, #new-layout-2020 .entry-content > section.bg-image img, #new-layout-2020 .entry-content .special-tabs .tabcontent > section.bg-image video, #new-layout-2020 .entry-content .special-tabs .tabcontent > section.bg-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
}
@media (max-width: 1070px) {
  #new-layout-2020 .entry-content > section.bg-image video, #new-layout-2020 .entry-content > section.bg-image img, #new-layout-2020 .entry-content .special-tabs .tabcontent > section.bg-image video, #new-layout-2020 .entry-content .special-tabs .tabcontent > section.bg-image img {
    position: relative;
    display: block;
  }
}
#new-layout-2020 .entry-content > section.bg-image video + p, #new-layout-2020 .entry-content > section.bg-image img + p, #new-layout-2020 .entry-content .special-tabs .tabcontent > section.bg-image video + p, #new-layout-2020 .entry-content .special-tabs .tabcontent > section.bg-image img + p {
  margin: 0;
}
#new-layout-2020 .entry-content > section.headerelement, #new-layout-2020 .entry-content .special-tabs .tabcontent > section.headerelement {
  position: relative;
}
#new-layout-2020 .entry-content > section.headerelement.headline-overlay, #new-layout-2020 .entry-content .special-tabs .tabcontent > section.headerelement.headline-overlay {
  z-index: 1;
}
#new-layout-2020 .entry-content > section.headerelement.headline-overlay > img, #new-layout-2020 .entry-content .special-tabs .tabcontent > section.headerelement.headline-overlay > img {
  height: auto;
}
#new-layout-2020 .entry-content > section.headerelement.headline-overlay article, #new-layout-2020 .entry-content .special-tabs .tabcontent > section.headerelement.headline-overlay article {
  position: relative;
}
@media (max-width: 1070px) {
  #new-layout-2020 .entry-content > section.headerelement.headline-overlay article, #new-layout-2020 .entry-content .special-tabs .tabcontent > section.headerelement.headline-overlay article {
    background-color: #fff;
    padding: 15px;
    /*mobile box shadow*/
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1) !important;
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1) !important;
  }
}
#new-layout-2020 .entry-content > section.headerelement.headline-overlay article .content-wrapper header, #new-layout-2020 .entry-content .special-tabs .tabcontent > section.headerelement.headline-overlay article .content-wrapper header {
  position: relative;
  bottom: auto;
  padding: 0;
}
@media (min-width: 1071px) {
  #new-layout-2020 .entry-content > section.headerelement.headline-overlay article .content-wrapper header, #new-layout-2020 .entry-content .special-tabs .tabcontent > section.headerelement.headline-overlay article .content-wrapper header {
    position: absolute;
    bottom: -30px;
    padding: 15px;
  }
}
@media (min-width: 1171px) {
  #new-layout-2020 .entry-content > section.headerelement.headline-overlay article .content-wrapper header, #new-layout-2020 .entry-content .special-tabs .tabcontent > section.headerelement.headline-overlay article .content-wrapper header {
    padding: 15px 0;
  }
}
#new-layout-2020 .entry-content > section.headerelement.headline-overlay article .content-wrapper header > *, #new-layout-2020 .entry-content .special-tabs .tabcontent > section.headerelement.headline-overlay article .content-wrapper header > * {
  position: relative;
}
#new-layout-2020 .entry-content > section.headerelement.headline-overlay article .content-wrapper header h1, #new-layout-2020 .entry-content > section.headerelement.headline-overlay article .content-wrapper header h2, #new-layout-2020 .entry-content .special-tabs .tabcontent > section.headerelement.headline-overlay article .content-wrapper header h1, #new-layout-2020 .entry-content .special-tabs .tabcontent > section.headerelement.headline-overlay article .content-wrapper header h2 {
  text-shadow: none;
}
@media (max-width: 1070px) {
  #new-layout-2020 .entry-content > section.headerelement.headline-overlay article .content-wrapper header h1, #new-layout-2020 .entry-content > section.headerelement.headline-overlay article .content-wrapper header h2, #new-layout-2020 .entry-content .special-tabs .tabcontent > section.headerelement.headline-overlay article .content-wrapper header h1, #new-layout-2020 .entry-content .special-tabs .tabcontent > section.headerelement.headline-overlay article .content-wrapper header h2 {
    color: #333333 !important;
  }
}
#new-layout-2020 .entry-content > section.headerelement.headline-overlay article .content-wrapper header h1, #new-layout-2020 .entry-content .special-tabs .tabcontent > section.headerelement.headline-overlay article .content-wrapper header h1 {
  border-bottom: none;
  padding-bottom: 0;
}
@media (min-width: 1071px) {
  #new-layout-2020 .entry-content > section.headerelement.headline-overlay article .content-wrapper header h1, #new-layout-2020 .entry-content .special-tabs .tabcontent > section.headerelement.headline-overlay article .content-wrapper header h1 {
    font-size: 3em;
  }
}
#new-layout-2020 .entry-content > section.headerelement.headline-overlay article .content-wrapper header h2, #new-layout-2020 .entry-content .special-tabs .tabcontent > section.headerelement.headline-overlay article .content-wrapper header h2 {
  margin: 0;
  margin-right: 24px;
  /*@media (min-width: 860px) {
										font-size: 18px;
									}*/
}
#new-layout-2020 .entry-content > section.headerelement.headline-overlay article .content-wrapper header h2, #new-layout-2020 .entry-content > section.headerelement.headline-overlay article .content-wrapper header p, #new-layout-2020 .entry-content > section.headerelement.headline-overlay article .content-wrapper header a, #new-layout-2020 .entry-content > section.headerelement.headline-overlay article .content-wrapper header div, #new-layout-2020 .entry-content .special-tabs .tabcontent > section.headerelement.headline-overlay article .content-wrapper header h2, #new-layout-2020 .entry-content .special-tabs .tabcontent > section.headerelement.headline-overlay article .content-wrapper header p, #new-layout-2020 .entry-content .special-tabs .tabcontent > section.headerelement.headline-overlay article .content-wrapper header a, #new-layout-2020 .entry-content .special-tabs .tabcontent > section.headerelement.headline-overlay article .content-wrapper header div {
  display: inline-block;
  vertical-align: middle;
}
#new-layout-2020 .entry-content > section.headerelement.headline-overlay article .content-wrapper header .button-with-heading, #new-layout-2020 .entry-content .special-tabs .tabcontent > section.headerelement.headline-overlay article .content-wrapper header .button-with-heading {
  display: flex;
  flex-direction: column;
}
#new-layout-2020 .entry-content > section.headerelement.headline-overlay article .content-wrapper header .button-with-heading h2, #new-layout-2020 .entry-content > section.headerelement.headline-overlay article .content-wrapper header .button-with-heading p, #new-layout-2020 .entry-content .special-tabs .tabcontent > section.headerelement.headline-overlay article .content-wrapper header .button-with-heading h2, #new-layout-2020 .entry-content .special-tabs .tabcontent > section.headerelement.headline-overlay article .content-wrapper header .button-with-heading p {
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
}
#new-layout-2020 .entry-content > section.headerelement.headline-overlay article .content-wrapper header p, #new-layout-2020 .entry-content .special-tabs .tabcontent > section.headerelement.headline-overlay article .content-wrapper header p {
  margin-left: auto;
}
#new-layout-2020 .entry-content > section.headerelement.headline-overlay article .content-wrapper header::before, #new-layout-2020 .entry-content .special-tabs .tabcontent > section.headerelement.headline-overlay article .content-wrapper header::before {
  /*content: "";
									display: block;
									position: absolute;
									top: -40px;
									right: -40px;
									left: -30vw;
									height: 256px;
									background: linear-gradient(90deg, rgba(54,54,54,0.95) 30%, rgba(94,94,94,0.95) 75%, rgba(119,119,119,0.95) 100%);
									-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.2);
									-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.2);
									box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.2);
									clip-path: polygon(0 20%, 100% 0, 100% 85%, 0 100%);*/
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  right: -40px;
  left: -30vw;
  height: 200px;
  background: #fff !important;
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1070px) {
  #new-layout-2020 .entry-content > section.headerelement.headline-overlay article .content-wrapper header::before, #new-layout-2020 .entry-content .special-tabs .tabcontent > section.headerelement.headline-overlay article .content-wrapper header::before {
    display: none;
  }
}
#new-layout-2020 .entry-content > section.headerelement.clipped, #new-layout-2020 .entry-content .special-tabs .tabcontent > section.headerelement.clipped {
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}
@media (max-width: 1070px) {
  #new-layout-2020 .entry-content > section.headerelement .dark-overlay article, #new-layout-2020 .entry-content .special-tabs .tabcontent > section.headerelement .dark-overlay article {
    min-height: initial;
  }
}
@media (max-width: 1070px) {
  #new-layout-2020 .entry-content > section.headerelement .dark-overlay article .content-wrapper header h2, #new-layout-2020 .entry-content .special-tabs .tabcontent > section.headerelement .dark-overlay article .content-wrapper header h2 {
    margin-top: 11px;
    margin-bottom: 11px;
    line-height: 1.3;
  }
}
#new-layout-2020 .entry-content > section.headerelement.video-alignment, #new-layout-2020 .entry-content .special-tabs .tabcontent > section.headerelement.video-alignment {
  overflow: hidden;
}
@media (max-width: 1070px) {
  #new-layout-2020 .entry-content > section.headerelement.video-alignment, #new-layout-2020 .entry-content .special-tabs .tabcontent > section.headerelement.video-alignment {
    /*mobile box shadow*/
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1) !important;
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1) !important;
  }
}
#new-layout-2020 .entry-content > section.headerelement.video-alignment video, #new-layout-2020 .entry-content .special-tabs .tabcontent > section.headerelement.video-alignment video {
  height: auto;
  object-fit: unset;
  margin: auto;
}
#new-layout-2020 .entry-content > section.headerelement.video-alignment video.video-top, #new-layout-2020 .entry-content .special-tabs .tabcontent > section.headerelement.video-alignment video.video-top {
  top: 0;
}
#new-layout-2020 .entry-content > section.headerelement.video-alignment video.video-middle, #new-layout-2020 .entry-content .special-tabs .tabcontent > section.headerelement.video-alignment video.video-middle {
  bottom: 0;
}
#new-layout-2020 .entry-content > section.headerelement.video-alignment video.video-bottom, #new-layout-2020 .entry-content .special-tabs .tabcontent > section.headerelement.video-alignment video.video-bottom {
  top: unset;
  bottom: 0;
}
#new-layout-2020 .entry-content > section.headerelement.video-alignment > video, #new-layout-2020 .entry-content .special-tabs .tabcontent > section.headerelement.video-alignment > video {
  display: none;
}
@media (min-width: 1071px) {
  #new-layout-2020 .entry-content > section.headerelement.video-alignment > video, #new-layout-2020 .entry-content .special-tabs .tabcontent > section.headerelement.video-alignment > video {
    display: block;
  }
}
#new-layout-2020 .entry-content > section.headerelement.video-alignment > video + img, #new-layout-2020 .entry-content .special-tabs .tabcontent > section.headerelement.video-alignment > video + img {
  display: block;
}
@media (min-width: 1071px) {
  #new-layout-2020 .entry-content > section.headerelement.video-alignment > video + img, #new-layout-2020 .entry-content .special-tabs .tabcontent > section.headerelement.video-alignment > video + img {
    display: none;
  }
}
#new-layout-2020 .entry-content > section.headerelement header, #new-layout-2020 .entry-content .special-tabs .tabcontent > section.headerelement header {
  padding: 24px 0;
}
@media (max-width: 600px) {
  #new-layout-2020 .entry-content > section.headerelement header, #new-layout-2020 .entry-content .special-tabs .tabcontent > section.headerelement header {
    padding: 0;
  }
}
#new-layout-2020 .entry-content > section.headerelement header h1, #new-layout-2020 .entry-content .special-tabs .tabcontent > section.headerelement header h1 {
  font-size: 1.6em;
}
@media (min-width: 450px) {
  #new-layout-2020 .entry-content > section.headerelement header h1, #new-layout-2020 .entry-content .special-tabs .tabcontent > section.headerelement header h1 {
    font-size: 2.2em;
  }
}
@media (min-width: 1071px) {
  #new-layout-2020 .entry-content > section.headerelement header h1, #new-layout-2020 .entry-content .special-tabs .tabcontent > section.headerelement header h1 {
    font-size: 3em;
  }
}
#new-layout-2020 .entry-content > section.headerelement header h2, #new-layout-2020 .entry-content .special-tabs .tabcontent > section.headerelement header h2 {
  font-size: 1em;
}
@media (min-width: 1071px) {
  #new-layout-2020 .entry-content > section.headerelement header h2, #new-layout-2020 .entry-content .special-tabs .tabcontent > section.headerelement header h2 {
    font-size: 1.5em;
  }
}
#new-layout-2020 .entry-content > section.headerelement header p:last-of-type, #new-layout-2020 .entry-content .special-tabs .tabcontent > section.headerelement header p:last-of-type {
  margin-bottom: 0px;
}
#new-layout-2020 .entry-content > section.headerelement.image-right, #new-layout-2020 .entry-content .special-tabs .tabcontent > section.headerelement.image-right {
  min-height: 500px;
  display: flex;
  align-items: center;
}
@media (max-width: 1070px) {
  #new-layout-2020 .entry-content > section.headerelement.image-right, #new-layout-2020 .entry-content .special-tabs .tabcontent > section.headerelement.image-right {
    padding: 0;
    display: block;
    min-height: auto;
  }
}
#new-layout-2020 .entry-content > section.headerelement.image-right article, #new-layout-2020 .entry-content .special-tabs .tabcontent > section.headerelement.image-right article {
  width: 50%;
  margin-left: auto !important;
  margin-right: 50% !important;
  max-width: 585px;
  position: relative;
}
@media (max-width: 1070px) {
  #new-layout-2020 .entry-content > section.headerelement.image-right article, #new-layout-2020 .entry-content .special-tabs .tabcontent > section.headerelement.image-right article {
    width: 100%;
    max-width: 100%;
    padding: 24px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
#new-layout-2020 .entry-content > section.headerelement.image-right.dark, #new-layout-2020 .entry-content .special-tabs .tabcontent > section.headerelement.image-right.dark {
  background-color: #525252;
}
#new-layout-2020 .entry-content > section.headerelement.image-right.dark article *, #new-layout-2020 .entry-content .special-tabs .tabcontent > section.headerelement.image-right.dark article * {
  color: #fff;
}
#new-layout-2020 .entry-content > section.headerelement.image-right.dark article button, #new-layout-2020 .entry-content .special-tabs .tabcontent > section.headerelement.image-right.dark article button {
  color: #fff !important;
  border-color: #fff;
}
#new-layout-2020 .entry-content > section.headerelement.image-right.light article:before, #new-layout-2020 .entry-content .special-tabs .tabcontent > section.headerelement.image-right.light article:before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 50vw;
  background: #EFEFEF;
  top: 0;
  right: 0;
}
@media (max-width: 1070px) {
  #new-layout-2020 .entry-content > section.headerelement.image-right.light article:before, #new-layout-2020 .entry-content .special-tabs .tabcontent > section.headerelement.image-right.light article:before {
    width: 100%;
  }
}
#new-layout-2020 .entry-content > section.headerelement.image-right.light article .content-wrapper, #new-layout-2020 .entry-content .special-tabs .tabcontent > section.headerelement.image-right.light article .content-wrapper {
  z-index: 1;
  position: relative;
}
#new-layout-2020 .entry-content > section.headerelement.image-right.light article .content-wrapper header h1, #new-layout-2020 .entry-content .special-tabs .tabcontent > section.headerelement.image-right.light article .content-wrapper header h1 {
  color: #3f3f3f;
}
#new-layout-2020 .entry-content > section.headerelement.image-right figure, #new-layout-2020 .entry-content .special-tabs .tabcontent > section.headerelement.image-right figure {
  width: 50%;
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  overflow: hidden;
}
@media (max-width: 1070px) {
  #new-layout-2020 .entry-content > section.headerelement.image-right figure, #new-layout-2020 .entry-content .special-tabs .tabcontent > section.headerelement.image-right figure {
    width: 100%;
    position: relative;
  }
}
#new-layout-2020 .entry-content > section.headerelement.image-right figure img, #new-layout-2020 .entry-content .special-tabs .tabcontent > section.headerelement.image-right figure img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  top: 0;
}
#new-layout-2020 .entry-content > section .collapsible, #new-layout-2020 .entry-content .special-tabs .tabcontent > section .collapsible {
  cursor: pointer;
}
#new-layout-2020 .entry-content > section .collapsible + .content, #new-layout-2020 .entry-content .special-tabs .tabcontent > section .collapsible + .content {
  display: none;
}
#new-layout-2020 .entry-content .owl-stage {
  display: flex;
}
#new-layout-2020 .entry-content .owl-stage .owl-item > *, #new-layout-2020 .entry-content .owl-stage .owl-item > * .kachel {
  height: 100%;
}
#new-layout-2020 .entry-content .special-tabs {
  padding: 45px 0px;
}
@media (min-width: 768px) {
  #new-layout-2020 .entry-content .special-tabs {
    padding: 60px 0;
  }
}
@media (min-width: 1024px) {
  #new-layout-2020 .entry-content .special-tabs {
    padding: 75px 0;
  }
}
@media (min-width: 1170px) {
  #new-layout-2020 .entry-content .special-tabs {
    padding: 90px 0px;
  }
}
#new-layout-2020 .entry-content .special-tabs h2 {
  max-width: 1170px;
  margin: 0 auto;
  margin-bottom: 30px;
  padding: 0 15px;
}
@media (min-width: 1170px) {
  #new-layout-2020 .entry-content .special-tabs h2 {
    padding: 0;
  }
}
#new-layout-2020 .entry-content .special-tabs .tabcontent {
  padding: 0;
  display: none;
}
#new-layout-2020 .entry-content .special-tabs .tabcontent.active {
  display: block;
}
#new-layout-2020 .entry-content .special-tabs .tabcontent > section:first-of-type {
  padding-top: 20px;
}
#new-layout-2020 .entry-content .special-tabs .tab-header {
  display: flex;
  flex-wrap: wrap;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0;
  border-bottom: 2px solid #ddd;
  font-size: 18px;
  line-height: 19px;
}
@media (max-width: 1169px) {
  #new-layout-2020 .entry-content .special-tabs .tab-header {
    padding: 0 15px;
  }
}
#new-layout-2020 .entry-content .special-tabs .tab-header li {
  display: flex;
  align-items: center;
  text-align: center;
  color: #999;
  height: 63px;
  margin: 0;
  margin-right: 10px;
  padding: 10px 12px;
  border-bottom: 4px solid transparent;
  cursor: pointer;
}
#new-layout-2020 .entry-content .special-tabs .tab-header li.active {
  font-weight: bold;
}
#new-layout-2020 .entry-content .special-tabs .tab-header li.active, #new-layout-2020 .entry-content .special-tabs .tab-header li:hover {
  border-bottom: 4px solid #339933;
  color: #666;
}
@media (max-width: 767px) {
  #new-layout-2020 .entry-content .special-tabs .tab-header li {
    margin-right: 0;
  }
}
#new-layout-2020 .entry-content .banner.bg-video {
  position: relative;
  overflow: hidden;
  background: rgba(80, 80, 80, 0.6);
  padding: 0;
  line-height: 0;
  background: black;
  background: -moz-linear-gradient(5deg, rgba(0, 0, 0, 0.5522409647) 28%, rgba(0, 0, 0, 0.4570028695) 41%, rgba(0, 0, 0, 0.2245098723) 53%, rgba(252, 176, 69, 0) 63%);
  background: -webkit-linear-gradient(5deg, rgba(0, 0, 0, 0.5522409647) 28%, rgba(0, 0, 0, 0.4570028695) 41%, rgba(0, 0, 0, 0.2245098723) 53%, rgba(252, 176, 69, 0) 63%);
  background: linear-gradient(5deg, rgba(0, 0, 0, 0.5522409647) 28%, rgba(0, 0, 0, 0.4570028695) 41%, rgba(0, 0, 0, 0.2245098723) 53%, rgba(252, 176, 69, 0) 63%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#fcb045",GradientType=1);
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1070px) {
  #new-layout-2020 .entry-content .banner.bg-video {
    background: none;
  }
}
#new-layout-2020 .entry-content .banner.bg-video video {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
  z-index: -10;
  object-fit: cover;
}
#new-layout-2020 .entry-content .banner.bg-video video + p {
  margin: 0;
}
#new-layout-2020 .entry-content .banner.bg-video article {
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  line-height: 1;
  display: flex;
  align-items: flex-end;
  padding: 24px;
}
@media (max-width: 1070px) {
  #new-layout-2020 .entry-content .banner.bg-video article {
    position: relative;
  }
}
#new-layout-2020 .entry-content .banner.bg-video article > div {
  padding-bottom: 10%;
}
#new-layout-2020 .entry-content .banner.bg-video article header {
  padding-bottom: 10%;
}
#new-layout-2020 .entry-content .banner.bg-video article header h1 {
  font-size: 5em;
  color: #fff;
  text-decoration: underline;
  text-decoration-color: #339933;
  text-decoration-thickness: 5px;
}
@media (max-width: 1070px) {
  #new-layout-2020 .entry-content .banner.bg-video article header h1 {
    font-size: 2.2em;
    color: #333333;
    text-decoration: none;
  }
}
#new-layout-2020 .entry-content .banner.bg-video article header h2 {
  font-size: 1em;
  color: #fff;
}
@media (max-width: 1070px) {
  #new-layout-2020 .entry-content .banner.bg-video article header h2 {
    font-size: 1em;
    color: #333333;
  }
}
@media (max-width: 1070px) {
  #new-layout-2020 .entry-content .banner.bg-video article header {
    padding-bottom: 0;
  }
}
#new-layout-2020 .entry-content .btn {
  position: relative;
  z-index: 5;
  display: inline-block;
  vertical-align: bottom;
  margin: 0;
  padding: 10px 30px 11px;
  border: 2px solid #333333;
  border-radius: 2px;
  font-family: inherit;
  font-size: inherit;
  color: #333333;
  background: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  white-space: inherit;
}
#new-layout-2020 .entry-content .btn a {
  color: inherit;
}
#new-layout-2020 .entry-content .btn:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(51, 51, 51, 0.2);
}
#new-layout-2020 .entry-content .btn.light {
  border: 2px solid #ffffff;
  color: #ffffff;
}
#new-layout-2020 .entry-content .btn.light-dark {
  border: 2px solid #ffffff;
  color: #ffffff;
}
@media (max-width: 1070px) {
  #new-layout-2020 .entry-content .btn.light-dark {
    border: 2px solid #333333;
    color: #333333;
  }
}
#new-layout-2020 .entry-content .btn.light-dark:after {
  background: rgba(255, 255, 255, 0.8);
}
#new-layout-2020 .entry-content .btn.light:after {
  background: rgba(255, 255, 255, 0.8);
}
#new-layout-2020 .entry-content .btn:hover, #new-layout-2020 .entry-content .btn:active {
  color: #333333;
}
#new-layout-2020 .entry-content .btn:hover:after, #new-layout-2020 .entry-content .btn:active:after {
  width: 100%;
}
.wpml-ls-legacy-dropdown {
  width: 100%;
  font-size: 10px;
}
.wpml-ls-legacy-dropdown a {
  border: none;
  padding: 12px;
}
.wpml-ls-legacy-dropdown a.js-wpml-ls-item-toggle.wpml-ls-item-toggle {
  background-color: transparent;
  border: none;
  color: white !important;
  font-size: 8px !important;
}
.wpml-ls-legacy-dropdown a.js-wpml-ls-item-toggle.wpml-ls-item-toggle:after {
  right: 14px;
}
.wpml-ls-legacy-dropdown a.js-wpml-ls-item-toggle.wpml-ls-item-toggle:hover {
  background: #333;
  color: white;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  border: none !important;
}
.col-md-12.staticPos {
  margin-bottom: 0 !important;
}
@media (min-width: 891px) {
  .wpml-ls-legacy-dropdown {
    width: auto;
  }
  .wpml-ls-legacy-dropdown a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .wpml-ls-legacy-dropdown a.js-wpml-ls-item-toggle.wpml-ls-item-toggle {
    height: 50px;
  }
  .wpml-ls-legacy-dropdown a.js-wpml-ls-item-toggle.wpml-ls-item-toggle:after {
    right: 8px;
  }
  .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    opacity: 0;
    transform: translate(0, 10px);
    transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in;
  }
  .wpml-ls-legacy-dropdown:hover a.js-wpml-ls-item-toggle.wpml-ls-item-toggle {
    color: #339933 !important;
    background-color: white !important;
  }
  .wpml-ls-legacy-dropdown:hover .wpml-ls-sub-menu {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.in-tab.kachel {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #ffffff;
  margin-bottom: 35px;
  border-top: 2px solid #339933;
  transition: transform 0.2s;
  padding: 12px;
  position: relative;
  overflow: hidden;
  transition: background-color 1s ease;
}
.in-tab.kachel:empty {
  height: 0 !important;
  visibility: hidden;
  padding: 0;
  margin: 0;
  border: none;
}
.in-tab.kachel:hover {
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
}
.in-tab.kachel .resource {
  line-height: normal;
  color: #333;
  min-height: 78px;
}
.in-tab.kachel .resource a {
  color: #333;
}
.in-tab.kachel .resource__type {
  font-weight: bold;
}
.in-tab.kachel .resource__title {
  font-size: 16px;
}
.in-tab.kachel .header-section {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.in-tab.kachel .kachel__content-wrapper {
  margin-bottom: 12px;
  display: flex;
  flex-direction: column;
}
.in-tab.kachel .kachel__content-wrapper .product, .in-tab.kachel .kachel__content-wrapper .category {
  display: flex;
}
.in-tab.kachel .kachel__content-wrapper .category span:first-of-type {
  margin-right: 24px;
}
.in-tab.kachel .kachel__content-wrapper .product span:first-of-type {
  margin-right: 18px;
}
.in-tab.kachel .kachel__content-wrapper .featured-image {
  position: relative;
  width: 100%;
  padding-bottom: 66%;
}
.in-tab.kachel .kachel__content-wrapper .featured-image img {
  top: 0;
  margin-bottom: 12px;
  width: 100%;
  height: auto;
  position: absolute;
}
.in-tab.kachel .kachel__content-wrapper p {
  font-size: 14px;
  line-height: 22px;
}
.in-tab.kachel .call-to-action {
  margin-top: auto;
  text-align: right;
}
.in-tab.kachel .call-to-action a {
  font-weight: bold;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
}
.in-tab.kachel .call-to-action a span {
  margin-right: 4px;
}
.icon.svg {
  width: 100px;
  top: 0;
}
section.headerelement.bg-image {
  position: relative;
}
#new-layout-2020 section.headerelement.bg-image .seperator {
  position: relative;
  z-index: 1;
}
.banner-overlay {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  /* background-color: rgba(0, 0, 0, 0.7); */
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 6vw;
  padding-left: 0;
}
.banner-overlay:before {
  content: "";
  width: 59vw;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
  height: 100%;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 15% 100%);
}
.banner-overlay .text-wrapper, .banner-overlay .text-wrapper h2 {
  color: #fff;
  text-align: right;
  z-index: 1;
}
#new-layout-2020 .banner-overlay .text-wrapper p {
  font-size: 1.5vw !important;
  font-weight: 100 !important;
  margin-bottom: 0;
}
#new-layout-2020 .banner-overlay .text-wrapper h2 {
  font-size: 2.5vw;
  margin-bottom: 3vw;
}
#new-layout-2020 .banner-overlay .text-wrapper .btn {
  margin-top: 2vw;
  border-radius: 15px;
  font-weight: 600;
  overflow: hidden;
  font-size: 1.25vw;
  padding: 0.75vw 2.5vw;
  color: #ffffff;
  border-color: #ffffff;
  margin-left: 0.5vw;
}
#new-layout-2020 .banner-overlay .text-wrapper .btn:hover {
  color: #333333;
  background-color: rgba(255, 255, 255, 0.8);
}
#new-layout-2020 .entry-content .btn:hover:after, #new-layout-2020 .entry-content .btn:active:after {
  height: 110%;
  width: 110%;
  left: -5%;
  top: -5%;
  bottom: -5%;
  margin: auto;
  display: none;
}
.owl-carousel .owl-item .headerelement.bg-image img {
  width: 100%;
  top: 0;
}
@media (max-width: 700px) {
  .banner-overlay {
    position: relative;
    width: 100% !important;
    display: flex;
    padding: 16px;
    padding-right: 56px;
    left: 0;
  }
  .banner-overlay::before {
    display: none;
  }
  .banner-overlay .text-wrapper, .banner-overlay .text-wrapper h2 {
    color: #333333;
    text-align: left;
  }
  #new-layout-2020 .banner-overlay .text-wrapper p {
    font-size: 1em !important;
  }
  #new-layout-2020 .banner-overlay .text-wrapper h2 {
    font-size: 1.5em;
    margin-bottom: 24px;
  }
  #new-layout-2020 .banner-overlay .text-wrapper .btn {
    color: #333;
    border-color: #333;
    font-size: 1em;
    padding: 5px 16px;
    border-radius: 10px;
    margin-top: 16px;
    margin-bottom: 6px;
  }
  #slider_headerbanner .owl-dots {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }
  #slider_headerbanner .owl-nav {
    display: none !important;
  }
}
#slider_29th_anniversary_autosar .in-tab.kachel .kachel__content-wrapper .featured-image {
  padding-bottom: 56%;
}
#new-layout-2020 .entry-content section.special-tabs.anniversary {
  padding: 0;
}
#new-layout-2020 .entry-content section.special-tabs.anniversary h2 {
  margin-bottom: 0;
}
#new-layout-2020 .entry-content section.special-tabs.anniversary section.content-section {
  padding-bottom: 0;
}
p.stock.out-of-stock ~ p.stock.out-of-stock {
  display: none;
}
