/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
html,
body {
  height: 100%;
}
* {
  box-sizing: border-box;
}
div {
  position: relative;
}
.article-teasers-area {
  background-image: url('/assets/rudecenter_mechanic.jpg');
  background-size: cover;
  background-position: center;
}
.article-teasers-area .article-teasers-container {
  padding: 4% 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.article-teasers-area .article-teasers-container .article-teasers {
  background-color: #f7f7e5;
  width: 100%;
  max-width: 590px;
  padding: 3em 3em 5em 3em;
}
@media screen and (max-width: 769px) {
  .article-teasers-area .article-teasers-container .article-teasers {
    padding: 10% 10% 20% 10%;
  }
}
.article-teasers-area .article-teasers-container .article-teasers .details-container,
.article-teasers-area .article-teasers-container .article-teasers .image-container {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow: hidden;
}
.article-teasers-area .article-teasers-container .article-teasers .details-container .details,
.article-teasers-area .article-teasers-container .article-teasers .image-container .details,
.article-teasers-area .article-teasers-container .article-teasers .details-container .image,
.article-teasers-area .article-teasers-container .article-teasers .image-container .image {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  transition: transform 500ms ease-in-out 100ms;
}
.article-teasers-area .article-teasers-container .article-teasers .image-container {
  overflow: visible;
}
.article-teasers-area .article-teasers-container .article-teasers .split-slider-navigation {
  -ms-flex-pack: end;
      justify-content: flex-end;
  bottom: auto;
}
.article-teasers-area .article-teasers-container .article-teasers .split-slider-navigation .dot:before {
  background-color: #0d79a3;
}
.article-teasers-area .article-teasers-container .article-teasers .split-slider-navigation .dot.active:before {
  background-color: #d1d1d1;
}
body.au2parts .right-column .dealer-search {
  margin-bottom: 20px;
}
body.au2parts .dealer-search {
  background-color: white;
  padding: 20px 15px 40px 15px;
}
body.au2parts .dealer-search h2 {
  padding-left: 5px;
  padding-bottom: 0px;
}
body.au2parts .dealer-search .input-wrapper {
  margin-top: 20px;
  border: solid 3px #EEEEEE;
  border-radius: 20px;
  height: 40px;
}
body.au2parts .dealer-search input {
  line-height: 34px;
  height: 34px;
  background-color: transparent;
  border: 0px;
  width: 100%;
  padding: 0px 0px 0px 20px;
  font-size: 14px;
  outline: none;
}
body.au2parts .round-button {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  border-width: 0px;
  font-family: inherit;
  border-radius: 50%;
  top: 2px;
  right: 2px;
  background-color: #404040;
  color: white;
  text-align: center;
  font-size: 24px;
  line-height: 30px;
  cursor: pointer;
  padding: 0px;
}
body.au2parts .round-button.down {
  transform: rotate(90deg);
  pointer-events: none;
}
body.au2parts select {
  position: absolute;
  border: none;
  box-shadow: none;
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  width: 100%;
  height: 100%;
  font-size: 14px;
  padding-left: 20px;
  cursor: pointer;
  color: #404040;
}
body.au2parts select::-ms-expand {
  display: none;
}
body.au2parts select:invalid {
  color: gray;
}
body.au2parts select option {
  color: #404040;
}
body.au2parts select#dealer-dropdown.locked {
  opacity: 0.25;
  cursor: default;
}
body.au2parts select#dealer-dropdown.locked option {
  display: none;
}
body.au2parts .main-content,
body.cac .main-content,
body.rudecenter .main-content,
body.au2parts .normal-content,
body.cac .normal-content,
body.rudecenter .normal-content {
  padding-top: 4%;
}
body.au2parts .main-content .crumb,
body.cac .main-content .crumb,
body.rudecenter .main-content .crumb,
body.au2parts .normal-content .crumb,
body.cac .normal-content .crumb,
body.rudecenter .normal-content .crumb {
  padding-bottom: 15px;
}
body.au2parts .main-content,
body.cac .main-content,
body.rudecenter .main-content,
body.au2parts .page-section,
body.cac .page-section,
body.rudecenter .page-section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  body.au2parts .main-content,
  body.cac .main-content,
  body.rudecenter .main-content,
  body.au2parts .page-section,
  body.cac .page-section,
  body.rudecenter .page-section {
    display: block;
  }
  body.au2parts .main-content .left-column,
  body.cac .main-content .left-column,
  body.rudecenter .main-content .left-column,
  body.au2parts .page-section .left-column,
  body.cac .page-section .left-column,
  body.rudecenter .page-section .left-column,
  body.au2parts .main-content .right-column,
  body.cac .main-content .right-column,
  body.rudecenter .main-content .right-column,
  body.au2parts .page-section .right-column,
  body.cac .page-section .right-column,
  body.rudecenter .page-section .right-column {
    width: 100%;
    padding-right: 0;
  }
}
body.au2parts .main-content h1,
body.cac .main-content h1,
body.rudecenter .main-content h1,
body.au2parts .page-section h1,
body.cac .page-section h1,
body.rudecenter .page-section h1 {
  word-wrap: break-word;
}
body.au2parts .main-content p,
body.cac .main-content p,
body.rudecenter .main-content p,
body.au2parts .page-section p,
body.cac .page-section p,
body.rudecenter .page-section p {
  padding-bottom: 1em;
}
body.au2parts .main-content p:last-child,
body.cac .main-content p:last-child,
body.rudecenter .main-content p:last-child,
body.au2parts .page-section p:last-child,
body.cac .page-section p:last-child,
body.rudecenter .page-section p:last-child {
  padding-bottom: 0;
}
body.au2parts .main-content .dateline,
body.cac .main-content .dateline,
body.rudecenter .main-content .dateline,
body.au2parts .page-section .dateline,
body.cac .page-section .dateline,
body.rudecenter .page-section .dateline {
  opacity: 0.5;
  padding-bottom: 1em;
}
body.au2parts .main-content .dealer-details,
body.cac .main-content .dealer-details,
body.rudecenter .main-content .dealer-details,
body.au2parts .page-section .dealer-details,
body.cac .page-section .dealer-details,
body.rudecenter .page-section .dealer-details {
  padding-top: 40px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.25;
  padding-bottom: 1.5em;
}
body.au2parts .main-content img,
body.cac .main-content img,
body.rudecenter .main-content img,
body.au2parts .page-section img,
body.cac .page-section img,
body.rudecenter .page-section img {
  max-width: 100%;
}
body.au2parts .left-column,
body.cac .left-column,
body.rudecenter .left-column {
  max-width: 600px;
  padding-right: 20px;
  padding-bottom: 2em;
}
body.au2parts .left-column.all-the-way,
body.cac .left-column.all-the-way,
body.rudecenter .left-column.all-the-way {
  -ms-flex-positive: 1;
      flex-grow: 1;
  max-width: none;
}
body.au2parts .left-column .dealer-list-section,
body.cac .left-column .dealer-list-section,
body.rudecenter .left-column .dealer-list-section {
  background-color: transparent;
}
body.au2parts .left-column .dealer-list-container,
body.cac .left-column .dealer-list-container,
body.rudecenter .left-column .dealer-list-container {
  width: 100%;
}
body.au2parts .left-column .dealer-list-container .list-item,
body.cac .left-column .dealer-list-container .list-item,
body.rudecenter .left-column .dealer-list-container .list-item {
  color: inherit;
  cursor: pointer;
}
body.au2parts .left-column .youtube-embed,
body.cac .left-column .youtube-embed,
body.rudecenter .left-column .youtube-embed {
  padding-bottom: 1em;
}
body.au2parts .left-column .youtube-embed .youtube-container:after,
body.cac .left-column .youtube-embed .youtube-container:after,
body.rudecenter .left-column .youtube-embed .youtube-container:after {
  background-image: url('../assets/icon_play.png');
  width: 45px;
  height: 45px;
}
body.au2parts .right-column,
body.cac .right-column,
body.rudecenter .right-column {
  min-width: 280px;
  max-width: 400px;
  padding-bottom: 2em;
}
body.au2parts .right-column .info-box,
body.cac .right-column .info-box,
body.rudecenter .right-column .info-box {
  margin-bottom: 2em;
}
body.cac .left-column {
  width: 67%;
  max-width: 700px;
}
body.cac .right-column {
  width: 33%;
}
.info-box img {
  display: block;
  position: relative;
  width: 100%;
  z-index: 2;
}
.info-box .content {
  padding: 20px;
}
body.au2parts .info-box {
  border: solid 5px white;
  border-radius: 10px;
}
body.au2parts img {
  background-color: #EEEEEE;
}
body.au2parts .page-top-map img {
  background-color: transparent;
}
body.au2parts .pic-bottom-border {
  height: 20px;
  border-radius: 10px;
  background-color: white;
  margin-top: -15px;
  z-index: 1;
  position: absolute;
  left: -3px;
  right: -3px;
}
body.cac .right-column .info-box {
  display: block;
  position: relative;
  border: solid 20px #c1c9c2;
  margin-bottom: 0;
  border-top-width: 0;
}
body.cac .right-column .info-box:after {
  z-index: 3;
}
body.cac .right-column .info-box:first-child {
  border-top-width: 20px;
}
body.au2parts .people {
  background-color: white;
  padding-bottom: 60px;
  padding-top: 6em;
}
body.au2parts .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.au2parts .container .person {
  width: 23.7%;
  margin-bottom: 5%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
body.au2parts .container .person .department {
  overflow: visible;
}
body.au2parts .container .person .department h2 {
  position: absolute;
  bottom: 0px;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  body.au2parts .container .person .department h2 {
    position: relative;
  }
}
body.au2parts .container .person:nth-child(n+5) .department h2 {
  position: relative;
}
@media screen and (max-width: 960px) {
  body.au2parts .container .person {
    width: 32%;
  }
  body.au2parts .container .person:nth-child(n+4) .department h2 {
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  body.au2parts .container .person {
    width: 49%;
  }
  body.au2parts .container .person:nth-child(n+3) .department h2 {
    position: relative;
  }
}
@media screen and (max-width: 400px) {
  body.au2parts .container .person {
    width: 100%;
  }
  body.au2parts .container .person .department h2 {
    position: relative;
  }
}
body.au2parts .container .person img {
  display: block;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  filter: grayscale(100%);
}
body.au2parts .container .person .details {
  padding: 10px 30px 30px 30px;
  background-color: #dedede;
  -ms-flex-positive: 1;
      flex-grow: 1;
}
body.au2parts .container .person .details h2 {
  font-size: 18px;
}
body.au2parts .container .person .details .occupation {
  min-height: 2em;
  padding-bottom: 0.5em;
}
body.au2parts .container .person .details a {
  color: inherit;
}
body.au2parts .container .person.ghost {
  height: 0px;
  margin-bottom: 0px;
}
body.au2parts,
body.rudecenter {
  padding-top: 124px;
}
body.au2parts .mainmenu-container,
body.rudecenter .mainmenu-container {
  background-color: #404040;
  position: fixed;
  top: 0px;
  width: 100%;
  height: 124px;
  z-index: 99;
  color: white;
}
body.au2parts .mainmenu-container label.menu-burger,
body.rudecenter .mainmenu-container label.menu-burger {
  border-color: white;
  z-index: 102;
  top: 50px;
}
body.au2parts .mainmenu-container label.menu-burger:after,
body.rudecenter .mainmenu-container label.menu-burger:after {
  background-color: white;
}
body.au2parts .mainmenu-container .logo-container,
body.rudecenter .mainmenu-container .logo-container {
  z-index: 101;
  position: absolute;
  top: 0px;
  height: 124px;
  width: 130px;
  background-image: url("/assets/au2parts_logo.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
}
body.au2parts .mainmenu-container .logo-container a,
body.rudecenter .mainmenu-container .logo-container a {
  display: inline-block;
  height: 100%;
  opacity: 0;
}
body.au2parts .multilevel-navigation,
body.rudecenter .multilevel-navigation {
  background-color: #404040;
  z-index: 100;
  padding-top: 124px;
}
@media screen and (min-width: 769px) {
  body.au2parts .multilevel-navigation,
  body.rudecenter .multilevel-navigation {
    background-color: transparent;
    padding-top: 0px;
    text-align: right;
  }
}
body.au2parts .multilevel-navigation li,
body.rudecenter .multilevel-navigation li {
  line-height: 40px;
}
body.au2parts .multilevel-navigation li a,
body.rudecenter .multilevel-navigation li a,
body.au2parts .multilevel-navigation li label,
body.rudecenter .multilevel-navigation li label {
  padding-left: 30px;
  display: block;
}
@media screen and (min-width: 769px) {
  body.au2parts .multilevel-navigation li a,
  body.rudecenter .multilevel-navigation li a,
  body.au2parts .multilevel-navigation li label,
  body.rudecenter .multilevel-navigation li label {
    padding-right: 30px;
    padding-left: 0px;
  }
}
body.au2parts .multilevel-navigation li label.unfolder,
body.rudecenter .multilevel-navigation li label.unfolder {
  padding: 0px;
}
body.au2parts .multilevel-navigation li:last-child > a,
body.rudecenter .multilevel-navigation li:last-child > a,
body.au2parts .multilevel-navigation li:last-child > label,
body.rudecenter .multilevel-navigation li:last-child > label {
  padding-right: 0px;
}
body.au2parts .multilevel-navigation li.active-path,
body.rudecenter .multilevel-navigation li.active-path,
body.au2parts .multilevel-navigation li.hover,
body.rudecenter .multilevel-navigation li.hover {
  color: #B01F24;
}
body.au2parts .multilevel-navigation ul.level-2,
body.rudecenter .multilevel-navigation ul.level-2 {
  font-size: 0px;
  background-color: #404040;
  color: white;
}
@media screen and (min-width: 769px) {
  body.au2parts .multilevel-navigation ul.level-2,
  body.rudecenter .multilevel-navigation ul.level-2 {
    background-color: transparent;
  }
}
body.au2parts .multilevel-navigation ul.level-2 > li,
body.rudecenter .multilevel-navigation ul.level-2 > li {
  font-size: 17px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
body.au2parts .multilevel-navigation ul.level-2 > li:last-child,
body.rudecenter .multilevel-navigation ul.level-2 > li:last-child {
  border-bottom: 0px;
}
@media screen and (min-width: 769px) {
  body.au2parts .multilevel-navigation ul.level-2 > li,
  body.rudecenter .multilevel-navigation ul.level-2 > li {
    border-bottom: 0px;
    height: 124px;
    line-height: 124px;
  }
}
body.au2parts .multilevel-navigation ul.level-3,
body.rudecenter .multilevel-navigation ul.level-3 {
  background-color: white;
  color: black;
}
@media screen and (min-width: 769px) {
  body.au2parts .multilevel-navigation ul.level-3,
  body.rudecenter .multilevel-navigation ul.level-3 {
    height: 62px;
  }
  body.au2parts .multilevel-navigation ul.level-3:before,
  body.rudecenter .multilevel-navigation ul.level-3:before {
    /*
                    MOST horrible hack here.
                    Lets white box behind sub-menu break outside site wrappers.
                    */
    content: "";
    position: absolute;
    left: 0px;
    display: block;
    height: 100%;
    background-color: white;
    width: 10000px;
    transform: translateX(-2500px);
  }
}
body.au2parts .multilevel-navigation ul.level-3 > li,
body.rudecenter .multilevel-navigation ul.level-3 > li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
body.au2parts .multilevel-navigation ul.level-3 > li:last-child,
body.rudecenter .multilevel-navigation ul.level-3 > li:last-child {
  border-bottom: 0px;
}
@media screen and (min-width: 769px) {
  body.au2parts .multilevel-navigation ul.level-3 > li,
  body.rudecenter .multilevel-navigation ul.level-3 > li {
    border-bottom: 0px;
    height: 62px;
    line-height: 62px;
    vertical-align: top;
    position: relative;
  }
  body.au2parts .multilevel-navigation ul.level-3 > li:hover,
  body.rudecenter .multilevel-navigation ul.level-3 > li:hover {
    color: #B01F24;
  }
}
body.au2parts .multilevel-navigation .level-2 a,
body.rudecenter .multilevel-navigation .level-2 a,
body.au2parts .multilevel-navigation .level-3 a,
body.rudecenter .multilevel-navigation .level-3 a {
  color: inherit;
  text-decoration: none;
}
body.au2parts .multilevel-navigation ul li.nav-search form,
body.rudecenter .multilevel-navigation ul li.nav-search form {
  padding: 5px 30px;
}
@media screen and (min-width: 769px) {
  body.au2parts .multilevel-navigation ul li.nav-search form,
  body.rudecenter .multilevel-navigation ul li.nav-search form {
    padding: 0;
  }
}
body.au2parts .multilevel-navigation ul li.nav-search input.nav-search-field,
body.rudecenter .multilevel-navigation ul li.nav-search input.nav-search-field {
  border: 0;
  outline: 0;
  line-height: 20px;
  padding: 0.25em 0.5em;
  width: 100%;
  border-radius: 10px;
}
@media screen and (max-width: 769px) {
  .full-width-wrapper.mobile-no-wrap,
  .site-width-wrapper.mobile-no-wrap {
    width: 100%;
    padding: 0px;
  }
  .full-width-wrapper.mobile-no-wrap .logo-container,
  .site-width-wrapper.mobile-no-wrap .logo-container {
    left: 20px;
  }
  .full-width-wrapper.mobile-no-wrap label.menu-burger,
  .site-width-wrapper.mobile-no-wrap label.menu-burger {
    right: 20px;
  }
}
body.cac .squares {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.cac .squares .square {
  width: 20%;
  position: relative;
}
@media screen and (max-width: 767px) {
  body.cac .squares .square {
    width: 50%;
  }
}
body.cac .squares .square .square-inner {
  width: 100%;
  background-color: grey;
  padding-bottom: 100%;
  background-size: cover;
  background-position: center;
}
body.cac .squares .square .link-stripe {
  position: absolute;
  bottom: 0px;
  width: 100%;
  background-color: rgba(35, 48, 42, 0.9);
  transition: background-color 250ms;
  color: white;
  padding: 1em;
  line-height: 1.5;
}
body.cac .squares .square .link-stripe h4 {
  font-size: 1.2vw;
  opacity: 0.5;
  font-weight: 400;
}
body.cac .squares .square .link-stripe h3 {
  font-size: 1.4vw;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  body.cac .squares .square .link-stripe h4 {
    font-size: 2.6vw;
  }
  body.cac .squares .square .link-stripe h3 {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 500px) {
  body.cac .squares .square .link-stripe h3,
  body.cac .squares .square .link-stripe h4 {
    font-size: inherit;
  }
}
body.cac .squares .square:hover .link-stripe {
  background-color: rgba(27, 100, 65, 0.9);
}
body.cac .squares .square .overlay-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  color: white;
  text-decoration: none;
  font-size: 1.44vw;
  line-height: 1.25;
  text-align: center;
}
@media screen and (max-width: 767px) {
  body.cac .squares .square .overlay-text {
    font-size: 3.6vw;
  }
}
body.cac .squares .square.nolink {
  cursor: default;
  pointer-events: none;
}
body.cac {
  padding-top: 164px;
}
body.cac .mainmenu-container {
  background-color: #c1c9c2;
  position: fixed;
  top: 0px;
  width: 100%;
  height: 164px;
  z-index: 99;
  color: #23302a;
  padding-right: 80px;
  border-bottom: solid 62px #23302a;
}
body.cac .mainmenu-container label.menu-burger {
  border-color: #23302a;
  z-index: 102;
  top: 36px;
}
body.cac .mainmenu-container label.menu-burger:after {
  background-color: #23302a;
}
body.cac .mainmenu-container .logo-container {
  z-index: 101;
  position: absolute;
  top: 0px;
  height: 102px;
  transition: height 200ms ease-in-out;
  width: 140px;
  background-image: url("/assets/cac_logo.svg");
  background-size: auto 80%;
  background-repeat: no-repeat;
  background-position: left center;
}
body.cac .mainmenu-container .logo-container a {
  display: inline-block;
  height: 100%;
  opacity: 0;
}
@media screen and (min-width: 769px) {
  body.cac .mainmenu-container .logo-container {
    height: 164px;
  }
}
body.cac .mainmenu-container .blurb {
  position: absolute;
  top: 0;
  left: 110px;
  font-size: 12px;
  max-width: 530px;
  height: 102px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
body.cac.scrolled .mainmenu-container .logo-container,
body.cac.submenu-open .mainmenu-container .logo-container,
body.cac.subpage .mainmenu-container .logo-container {
  height: 102px;
}
body.cac.subpage {
  padding-top: 164px;
}
body.cac .multilevel-navigation {
  background-color: #c1c9c2;
  z-index: 100;
  padding-top: 102px;
}
@media screen and (min-width: 769px) {
  body.cac .multilevel-navigation {
    background-color: transparent;
    padding-top: 0px;
    text-align: right;
  }
}
body.cac .multilevel-navigation li {
  line-height: 40px;
}
body.cac .multilevel-navigation li a,
body.cac .multilevel-navigation li label {
  padding-left: 30px;
  display: block;
}
@media screen and (min-width: 769px) {
  body.cac .multilevel-navigation li a,
  body.cac .multilevel-navigation li label {
    padding-right: 30px;
    padding-left: 0px;
  }
}
body.cac .multilevel-navigation li label.unfolder {
  padding: 0px;
}
body.cac .multilevel-navigation li:last-child > a,
body.cac .multilevel-navigation li:last-child > label {
  padding-right: 0px;
}
body.cac .multilevel-navigation ul.level-2 {
  font-size: 0px;
  background-color: #c1c9c2;
  color: #23302a;
}
@media screen and (min-width: 769px) {
  body.cac .multilevel-navigation ul.level-2 {
    background-color: transparent;
  }
}
body.cac .multilevel-navigation ul.level-2 > li {
  font-size: 17px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
body.cac .multilevel-navigation ul.level-2 > li:last-child {
  border-bottom: 0px;
}
@media screen and (min-width: 769px) {
  body.cac .multilevel-navigation ul.level-2 > li {
    border-bottom: 0px;
    height: 102px;
    line-height: 102px;
  }
}
body.cac .multilevel-navigation ul.level-3 {
  background-color: #23302a;
  color: white;
}
@media screen and (min-width: 769px) {
  body.cac .multilevel-navigation ul.level-3 {
    height: 62px;
  }
  body.cac .multilevel-navigation ul.level-3:before {
    /*
                    MOST horrible hack here.
                    Lets white box behind sub-menu break outside site wrappers.
                    */
    content: "";
    position: absolute;
    left: 0px;
    display: block;
    height: 100%;
    background-color: #23302a;
    width: 10000px;
    transform: translateX(-2500px);
  }
}
body.cac .multilevel-navigation ul.level-3 > li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
body.cac .multilevel-navigation ul.level-3 > li:last-child {
  border-bottom: 0px;
}
@media screen and (min-width: 769px) {
  body.cac .multilevel-navigation ul.level-3 > li {
    border-bottom: 0px;
    height: 62px;
    line-height: 62px;
    vertical-align: top;
    position: relative;
  }
}
body.cac .multilevel-navigation .level-2 a,
body.cac .multilevel-navigation .level-3 a {
  color: inherit;
  text-decoration: none;
}
@media screen and (max-width: 769px) {
  .full-width-wrapper.mobile-no-wrap,
  .site-width-wrapper.mobile-no-wrap {
    width: 100%;
    padding: 0px;
  }
  .full-width-wrapper.mobile-no-wrap .logo-container,
  .site-width-wrapper.mobile-no-wrap .logo-container {
    left: 20px;
  }
  .full-width-wrapper.mobile-no-wrap label.menu-burger,
  .site-width-wrapper.mobile-no-wrap label.menu-burger {
    right: 20px;
  }
}
.dealer-list-section {
  background-color: #209740;
}
.dealer-list-section .dealer-list-container {
  padding-top: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.dealer-list-section .dealer-list-container.filled {
  padding-top: 40px;
  padding-bottom: 60px;
}
.dealer-list-section .dealer-list-container .list-item {
  color: white;
  font-size: 18px;
  padding-bottom: 2em;
  width: 25%;
  padding-right: 10px;
}
.dealer-list-section .dealer-list-container .list-item a,
.dealer-list-section .dealer-list-container .list-item .underline {
  color: inherit;
  font-weight: 700;
  text-decoration: none;
}
.dealer-list-section .dealer-list-container .list-item a:hover,
.dealer-list-section .dealer-list-container .list-item .underline:hover {
  text-decoration: underline;
}
.dealer-list-section .dealer-list-container .list-item .underline {
  text-decoration: underline;
}
.dealer-list-section .dealer-list-container .list-item.highlight:before {
  content: '';
  display: block;
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  pointer-events: none;
}
@media screen and (max-width: 900px) {
  .dealer-list-section .dealer-list-container .list-item {
    width: 33%;
  }
}
@media screen and (max-width: 700px) {
  .dealer-list-section .dealer-list-container .list-item {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .dealer-list-section .dealer-list-container .list-item {
    width: 100%;
  }
}
body.caccert .hero {
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  overflow: hidden;
}
body.caccert .hero h1 {
  font-size: 76px;
  font-weight: 800;
  line-height: 1.25em;
  padding-top: 1em;
  color: white;
  text-align: center;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 800px) {
  body.caccert .hero h1 {
    font-size: 36px;
  }
}
body.caccert .hero:before {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.55);
}
body.caccert .hero:after {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 153, 102, 0.35);
  z-index: 1;
}
body.caccert .hero .dart-teaser {
  position: absolute;
  display: block;
  left: 50%;
  bottom: 20px;
  width: 40px;
  height: 40px;
  border: solid 2px white;
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: 2;
  text-align: center;
  color: white;
  line-height: 30px;
  font-size: 30px;
  cursor: pointer;
}
body.caccert .hero .dart-teaser:after {
  position: absolute;
  display: block;
  content: '';
  left: 9px;
  top: 4px;
  width: 16px;
  height: 16px;
  border-top: solid 3px white;
  border-right: solid 3px white;
  border-radius: 3px;
  transform: rotate(135deg);
}
.topmenu {
  position: absolute;
  top: 0px;
  color: white;
  font-weight: 400;
  font-size: 16px;
  text-align: right;
  z-index: 2;
}
.topmenu .site-width-wrapper {
  min-height: 105px;
  padding-top: 50px;
  background-image: url('/assets/cac_cert_logo.svg');
  background-repeat: no-repeat;
  background-size: 190px;
  background-position: 0px 25px;
}
.topmenu .item {
  line-height: 50px;
  display: inline-block;
  padding-left: 5em;
  cursor: pointer;
}
.topmenu .item:hover {
  text-decoration: underline;
}
@media screen and (max-width: 800px) {
  .topmenu .item {
    display: none;
  }
}
.columns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.columns.two .column {
  width: 49%;
}
@media screen and (max-width: 800px) {
  .columns {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .columns.two .column {
    width: 100%;
  }
}
.filterable-items {
  padding-top: 5%;
  padding-bottom: 5%;
}
.filterable-items .tools {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.filterable-items .tools .type {
  padding: 3px 6px;
  cursor: pointer;
}
.filterable-items .tools .type.active {
  background-color: #eeeeee;
}
body.cac .language-selector {
  position: fixed;
  top: 20px;
  right: 0;
  z-index: 100;
}
body.cac .language-selector .icon {
  width: 60px;
  height: 60px;
  background-color: #23302a;
  background-image: url('/assets/icon_globe.svg');
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
}
body.cac .language-selector .language {
  display: none;
  background-color: #1b6441;
  color: white;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
}
body.cac .language-selector .language a {
  color: white;
}
body.cac .language-selector .language.current {
  text-decoration: underline;
}
body.cac .language-selector .language:last-child {
  padding-bottom: 8px;
}
body.cac .language-selector:hover .icon {
  height: 68px;
  border-bottom: solid 8px #1b6441;
}
body.cac .language-selector:hover .language {
  display: block;
}
.map-section {
  background-color: #209740;
  min-height: 50%;
  height: 600px;
  max-height: 90%;
}
.map-section .map {
  width: 100%;
  height: 100%;
  background-color: #ededed;
}
.map-section .map-search-container {
  position: absolute;
  top: 0px;
  left: 0px;
  padding-top: 40px;
  pointer-events: none;
}
.map-section .map-search-container .map-search-box {
  width: 33%;
  min-width: 300px;
}
.map-section .map-search-container .map-search-box .info-box {
  background-color: white;
  color: #209740;
  font-size: 24px;
  font-weight: 700;
  padding: 1em;
  padding-right: 30%;
  margin-bottom: 10px;
  border-radius: 10px;
  background-image: url('/assets/icon_search.svg');
  background-repeat: no-repeat;
  background-size: 20%;
  background-position: right 10% center;
}
.map-section .map-search-container .map-search-box form .input-box {
  padding: 10px;
  border-radius: 10px;
  background-color: white;
  display: -ms-flexbox;
  display: flex;
  pointer-events: all;
}
.map-section .map-search-container .map-search-box form .input-box input {
  display: block;
  width: 66%;
  height: 30px;
  line-height: 30px;
  border: solid 1px #dedede;
  border-right: solid 1px #209740;
  padding-left: 10px;
  border-radius: 7px 0px 0px 7px;
  outline: none;
  pointer-events: none;
  opacity: 0.25;
}
.map-section .map-search-container .map-search-box form .input-box .search-submit {
  width: 33%;
  background-color: #209740;
  height: 30px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.25);
  font-weight: 700;
  border-radius: 0px 7px 7px 0px;
}
.map-section .map-search-container .map-search-box form.active input {
  pointer-events: all;
  opacity: 1;
}
.map-section .map-search-container .map-search-box form.active .search-submit {
  color: white;
  cursor: pointer;
}
.map-section .search-scroll-target {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 5%;
  pointer-events: none;
}
input.multilevel-navigation-check {
  display: none;
}
input.multilevel-navigation-check:checked + .multilevel-navigation {
  height: 100%;
  position: fixed;
  width: 100%;
  overflow-y: auto;
}
label.menu-burger {
  display: block;
  position: absolute;
  right: 0px;
  top: 20px;
  width: 32px;
  height: 24px;
  border-top: 4px solid red;
  border-bottom: 4px solid red;
  cursor: pointer;
}
label.menu-burger:after {
  content: "";
  background-color: red;
  display: block;
  position: absolute;
  width: 32px;
  height: 4px;
  top: 6px;
}
@media screen and (min-width: 769px) {
  label.menu-burger {
    display: none;
  }
}
.multilevel-navigation {
  height: 0px;
  overflow-y: hidden;
}
@media screen and (min-width: 769px) {
  .multilevel-navigation {
    height: auto;
    overflow-y: visible;
  }
  .multilevel-navigation ul {
    text-align: right;
  }
}
.multilevel-navigation li {
  position: relative;
}
@media screen and (min-width: 769px) {
  .multilevel-navigation li {
    display: inline-block;
    position: static;
  }
}
.multilevel-navigation ul.level-2 label {
  cursor: pointer;
}
.multilevel-navigation ul.level-2 label.unfolder {
  display: block;
  position: absolute;
  right: 24px;
  top: 10px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: solid 1px rgba(255, 255, 255, 0.5);
}
.multilevel-navigation ul.level-2 label.unfolder:before,
.multilevel-navigation ul.level-2 label.unfolder:after {
  position: absolute;
  display: block;
  width: 8px;
  height: 1px;
  left: 4px;
  top: 12px;
  background-color: rgba(255, 255, 255, 0.5);
  content: "";
  transform: rotate(45deg);
}
.multilevel-navigation ul.level-2 label.unfolder:after {
  transform: rotate(-45deg);
  left: 9.5px;
}
@media screen and (min-width: 769px) {
  .multilevel-navigation ul.level-2 label.unfolder {
    display: none;
  }
}
.multilevel-navigation ul.level-2 input[type="checkbox"] {
  display: none;
}
.multilevel-navigation ul.level-2 input[type="checkbox"]:checked + ul.level-3 {
  display: block;
}
@media screen and (min-width: 769px) {
  .multilevel-navigation ul.level-2 li.hover ul {
    display: block;
  }
}
.multilevel-navigation ul.level-3 {
  display: none;
}
@media screen and (min-width: 769px) {
  .multilevel-navigation ul.level-3 {
    position: absolute;
    left: 0px;
    width: 100%;
  }
}
.round-dart-button {
  display: block;
  font-size: 32px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: #B01F24;
  cursor: pointer;
  /*&:before {
        position: relative;
        display: block;
        color: white;
        content: ">";
        text-align: center;
        line-height: 32px;
        font-size: 24px;
        transform: rotate(90deg);
    }*/
}
.round-dart-button:before,
.round-dart-button:after {
  position: absolute;
  display: block;
  width: 0.4em;
  height: 0.1em;
  left: 0.19em;
  top: 0.47em;
  border-radius: 0.2em;
  background-color: white;
  content: "";
  transform: rotate(45deg);
}
.round-dart-button:after {
  transform: rotate(-45deg);
  left: 0.42em;
}
.skew-link-boxes {
  padding-bottom: 6%;
}
@media screen and (max-width: 767px) {
  .skew-link-boxes {
    padding-top: 2em;
  }
}
.skew-link-box {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 2em;
}
.skew-link-box .pic {
  width: 30%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transform: translateY(1em);
  z-index: 2;
}
.skew-link-box .pic.corner-arrow:after {
  transform: translate(50%, -1em);
}
.skew-link-box .blurb {
  width: 70%;
  background-color: #e9edea;
  border-bottom: solid 3px #c1c9c2;
  padding: 4% 8%;
  z-index: 1;
  min-height: 210px;
}
@media screen and (max-width: 767px) {
  .skew-link-box {
    display: block;
    padding-bottom: 3em;
  }
  .skew-link-box .pic,
  .skew-link-box .blurb {
    width: 100%;
  }
  .skew-link-box .pic {
    width: 100%;
    padding-bottom: 50%;
    transform: translateY(0);
  }
  .skew-link-box .pic.corner-arrow:after {
    transform: translate(0, -1em);
  }
  .skew-link-box .blurb {
    padding-top: 1em;
  }
}
.split-slider-navigation {
  position: absolute;
  bottom: 20px;
  width: 100%;
  height: 36px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.split-slider-navigation .dot {
  width: 36px;
  height: 36px;
  cursor: pointer;
}
.split-slider-navigation .dot:before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 50%;
  top: 50%;
  background-color: white;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.split-slider-navigation .dot.active:before {
  background-color: #505050;
}
.grid-section .grid-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-bottom: 2em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid-section .grid-row .grid-area:first-child {
  padding-right: 20px;
}
.grid-section .grid-row .grid-area:last-child {
  padding-left: 20px;
}
.grid-section .grid-row .grid-area.grid-area-12 {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.grid-section .grid-row .grid-area.grid-area-8 {
  width: 66.67%;
}
.grid-section .grid-row .grid-area.grid-area-7 {
  width: 58%;
}
.grid-section .grid-row .grid-area.grid-area-6 {
  width: 50%;
}
.grid-section .grid-row .grid-area.grid-area-5 {
  width: 42%;
}
.grid-section .grid-row .grid-area.grid-area-4 {
  width: 33.33%;
}
.grid-section .grid-row .grid-area.grid-area-4:first-child {
  padding-right: 26px;
}
.grid-section .grid-row .grid-area.grid-area-4:last-child {
  padding-left: 26px;
}
.grid-section .grid-row .grid-area.grid-area-4:nth-child(2) {
  padding-right: 13px;
  padding-left: 13px;
}
.grid-section .grid-row .grid-area .grid-control {
  padding-bottom: 1em;
}
.grid-section .grid-row .grid-area img {
  max-width: 100%;
}
.grid-section .grid-row .grid-area p {
  padding-bottom: 1em;
}
.grid-section .grid-row .grid-area p:last-child {
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .grid-section .grid-row .grid-area.grid-area-8,
  .grid-section .grid-row .grid-area.grid-area-7,
  .grid-section .grid-row .grid-area.grid-area-6,
  .grid-section .grid-row .grid-area.grid-area-5,
  .grid-section .grid-row .grid-area.grid-area-4,
  .grid-section .grid-row .grid-area.grid-area-4:nth-child(2) {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
.grid-section .grid-row.grid-row-4x4x4 .grid-area {
  display: -ms-flexbox;
  display: flex;
}
.grid-section .grid-row.grid-row-4x4x4 .grid-area.grid-area-4 .grid-control {
  border: solid 1px black;
  padding: 1em;
}
.unfolder-check {
  display: none;
}
.unfolder-label .hide-on-check {
  opacity: 1;
  transition: opacity 100ms ease-in-out 500ms;
}
.unfolder-check + .unfolder {
  height: auto;
  max-height: 0px;
  overflow: hidden;
  transition: max-height 1s ease-in-out;
}
.unfolder-check:checked + .unfolder {
  max-height: 1000px;
}
.unfolder-check:checked ~ .unfolder-label .hide-on-check {
  opacity: 0;
}
.fullvideo {
  width: 100%;
}
.fullvideo video {
  width: 100%;
  display: block;
}
.youtube-container {
  width: 100%;
  padding-bottom: 56.25%;
  padding-left: 0% !important;
  padding-right: 0% !important;
  background-position: center;
  background-size: cover;
  cursor: pointer;
}
.youtube-container:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: background-color 250ms;
}
.youtube-container:after {
  content: '';
  display: block;
  position: absolute;
  width: 90px;
  height: 90px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url('../assets/icon_play.svg');
  background-size: contain;
  background-repeat: no-repeat;
}
.youtube-container iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
.youtube-container:hover:before {
  background-color: rgba(0, 0, 0, 0.25);
}
.youtube-container.activated:before,
.youtube-container.activated:after {
  display: none;
}
body.au2parts .box-list,
body.cac .box-list {
  background-color: white;
  padding-bottom: 5%;
}
body.au2parts .box-list .box-container,
body.cac .box-list .box-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.au2parts .box-list .box-container .box,
body.cac .box-list .box-container .box {
  background-color: #EEEEEE;
  color: inherit;
  text-decoration: none;
  display: block;
  width: 49%;
  margin-bottom: 2%;
}
@media screen and (max-width: 767px) {
  body.au2parts .box-list .box-container .box,
  body.cac .box-list .box-container .box {
    width: 100%;
  }
}
body.au2parts .box-list .box-container .box .image,
body.cac .box-list .box-container .box .image {
  padding-bottom: 30%;
  background-size: cover;
  background-position: center;
  background-color: #EEEEEE;
}
body.au2parts .box-list .box-container .box .details,
body.cac .box-list .box-container .box .details {
  padding: 15px 30px 30px 30px;
}
body.au2parts .box-list .box-container .box .details .prehead,
body.cac .box-list .box-container .box .details .prehead {
  padding-bottom: 0.3em;
}
body.au2parts .box-list .box-container .box .details .cta,
body.cac .box-list .box-container .box .details .cta {
  text-transform: uppercase;
  font-weight: 700;
  padding-top: 0.5em;
}
body.au2parts .box-list .box-container .box:hover,
body.cac .box-list .box-container .box:hover {
  background-color: #404040;
  color: white;
}
body.au2parts .box-list .box-container .box.ghost,
body.cac .box-list .box-container .box.ghost {
  height: 0px;
}
body.au2parts .box-list .box-container.cacsquares .box,
body.cac .box-list .box-container.cacsquares .box {
  background-color: transparent;
}
body.au2parts .box-list .box-container.cacsquares .box .image,
body.cac .box-list .box-container.cacsquares .box .image {
  padding-bottom: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #EEEEEE;
}
body.au2parts .box-list .box-container.cacsquares .box .details,
body.cac .box-list .box-container.cacsquares .box .details {
  display: none;
  /*padding: 15px 0px 25px 0px;
                        display: flex;
                        flex-direction: column-reverse;

                        font-size: 17px;
                        line-height: 1;
                        h2 {
                            font-size: inherit;
                        }
                        .prehead {
                            color: @color-cac-green;
                        }*/
}
body.au2parts .box-list .box-container.three-per-line .box,
body.cac .box-list .box-container.three-per-line .box {
  width: 32%;
}
@media screen and (max-width: 767px) {
  body.au2parts .box-list .box-container.three-per-line .box,
  body.cac .box-list .box-container.three-per-line .box {
    width: 49%;
  }
}
@media screen and (max-width: 460px) {
  body.au2parts .box-list .box-container.three-per-line .box,
  body.cac .box-list .box-container.three-per-line .box {
    width: 100%;
  }
}
body.au2parts .box-list .box-container.three-per-line .box .image,
body.cac .box-list .box-container.three-per-line .box .image {
  padding-bottom: 60%;
}
body.au2parts .box-list .box-container.three-per-line .box.au2cloud .image,
body.cac .box-list .box-container.three-per-line .box.au2cloud .image {
  background-position: center bottom;
}
body.au2parts .box-list .box-container.four-per-line .box,
body.cac .box-list .box-container.four-per-line .box {
  width: 24%;
}
@media screen and (max-width: 767px) {
  body.au2parts .box-list .box-container.four-per-line .box,
  body.cac .box-list .box-container.four-per-line .box {
    width: 49%;
  }
}
@media screen and (max-width: 460px) {
  body.au2parts .box-list .box-container.four-per-line .box,
  body.cac .box-list .box-container.four-per-line .box {
    width: 100%;
  }
}
body.au2parts .box-list .box-container.four-per-line .box .image,
body.cac .box-list .box-container.four-per-line .box .image {
  padding-bottom: 75%;
}
body.au2parts .box-list .box-container.six-per-line .box,
body.cac .box-list .box-container.six-per-line .box {
  width: 15%;
}
@media screen and (max-width: 767px) {
  body.au2parts .box-list .box-container.six-per-line,
  body.cac .box-list .box-container.six-per-line {
    width: 32%;
  }
}
@media screen and (max-width: 460px) {
  body.au2parts .box-list .box-container.six-per-line,
  body.cac .box-list .box-container.six-per-line {
    width: 49%;
  }
}
body.au2parts .box-list .box-container.eight-per-line .box,
body.cac .box-list .box-container.eight-per-line .box {
  width: 11.5%;
}
@media screen and (max-width: 767px) {
  body.au2parts .box-list .box-container.eight-per-line,
  body.cac .box-list .box-container.eight-per-line {
    width: 32%;
  }
}
@media screen and (max-width: 460px) {
  body.au2parts .box-list .box-container.eight-per-line,
  body.cac .box-list .box-container.eight-per-line {
    width: 49%;
  }
}
body.cac .box-list {
  padding-top: 1%;
}
body.au2parts .contact-streamer {
  background-color: #B01F24;
  color: white;
  padding-top: 40px;
  padding-bottom: 30px;
  background-image: url('/assets/mail-bg.svg');
  background-repeat: no-repeat;
  background-position: calc(50% + 500px) 50%;
  background-size: auto 140%;
}
@media screen and (max-width: 767px) {
  body.au2parts .contact-streamer {
    background-image: none;
  }
}
body.au2parts .contact-streamer .site-width-wrapper {
  display: -ms-flexbox;
  display: flex;
}
body.au2parts .contact-streamer .site-width-wrapper .details {
  width: 25%;
}
body.au2parts .contact-streamer .site-width-wrapper .contact-form {
  width: 50%;
}
body.au2parts .contact-streamer .site-width-wrapper .contact-form .contact-feedback {
  display: none;
  position: absolute;
}
body.au2parts .contact-streamer .site-width-wrapper .contact-form .contact-feedback.show {
  display: block;
}
body.au2parts .contact-streamer .site-width-wrapper .contact-form form.hide {
  opacity: 0;
  pointer-events: none;
}
body.au2parts .contact-streamer .site-width-wrapper .contact-form .form-line {
  padding-bottom: 15px;
  font-size: 0px;
}
body.au2parts .contact-streamer .site-width-wrapper .contact-form .form-line input {
  border: 0px;
  outline: 0px;
  border-radius: 17px;
  height: 34px;
  width: 33%;
  padding-left: 20px;
  margin-right: 2%;
  font-family: inherit;
}
body.au2parts .contact-streamer .site-width-wrapper .contact-form .form-line .select-wrapper {
  border-radius: 17px;
  height: 34px;
  width: 33%;
  background-color: white;
  display: inline-block;
  vertical-align: middle;
}
body.au2parts .contact-streamer .site-width-wrapper .contact-form .form-line .select-wrapper .round-button {
  background-color: white;
  color: #B01F24;
}
body.au2parts .contact-streamer .site-width-wrapper .contact-form .form-line textarea {
  border: 0px;
  outline: 0px;
  width: 68%;
  height: 100px;
  border-radius: 20px;
  padding: 15px 20px;
  font-family: inherit;
}
body.au2parts .contact-streamer .site-width-wrapper .contact-form .form-submitter {
  display: inline-block;
  font-size: 16px;
  font-weight: 900;
  height: 34px;
  line-height: 34px;
  padding: 0px 40px 0px 15px;
  background-color: white;
  color: #404040;
  border-radius: 17px;
  vertical-align: bottom;
  margin-left: 2%;
  opacity: 0.25;
}
body.au2parts .contact-streamer .site-width-wrapper .contact-form .form-submitter.active {
  cursor: pointer;
  opacity: 1;
}
body.au2parts .contact-streamer .site-width-wrapper .contact-form .form-submitter .round-button {
  font-weight: normal;
  background-color: #B01F24;
  color: white;
}
@media screen and (max-width: 767px) {
  body.au2parts .contact-streamer .site-width-wrapper {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  body.au2parts .contact-streamer .site-width-wrapper .details {
    width: 100%;
    padding-bottom: 40px;
  }
  body.au2parts .contact-streamer .site-width-wrapper .contact-form {
    width: 100%;
  }
  body.au2parts .contact-streamer .site-width-wrapper .contact-form .form-line input,
  body.au2parts .contact-streamer .site-width-wrapper .contact-form .form-line .select-wrapper {
    width: 49%;
    margin-right: 1%;
  }
  body.au2parts .contact-streamer .site-width-wrapper .contact-form .form-line textarea {
    width: 100%;
  }
  body.au2parts .contact-streamer .site-width-wrapper .contact-form .form-line .form-submitter {
    margin-left: 0%;
    margin-top: 15px;
  }
}
body.au2parts .dealer-streamer {
  background-color: #404040;
  padding-top: 20px;
  padding-bottom: 20px;
}
body.au2parts .dealer-streamer .site-width-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
body.au2parts .dealer-streamer .site-width-wrapper .map-bubble {
  width: 220px;
  min-width: 220px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  z-index: 22;
}
body.au2parts .dealer-streamer .site-width-wrapper .map-bubble img {
  display: block;
  -ms-flex: none;
      flex: none;
  width: 100%;
  transform: scale(1.4);
  border-radius: 50%;
  overflow: hidden;
  border: solid 6px #404040;
}
body.au2parts .dealer-streamer .site-width-wrapper .blurb {
  color: white;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  padding: 0px 80px 0px 80px;
  min-width: 10px;
  /* IE 11 needs this to not fuck stuff up */
}
body.au2parts .dealer-streamer .site-width-wrapper .info-box {
  min-width: 280px;
}
@media screen and (max-width: 767px) {
  body.au2parts .dealer-streamer .site-width-wrapper .map-bubble,
  body.au2parts .dealer-streamer .site-width-wrapper .blurb {
    display: none;
  }
  body.au2parts .dealer-streamer .site-width-wrapper .info-box {
    width: 100%;
  }
}
body.au2parts .filterable-items .tools label {
  font-size: 25px;
  line-height: 40px;
  font-weight: 900;
  text-transform: uppercase;
  -ms-flex-positive: 1;
      flex-grow: 1;
}
body.au2parts .filterable-items .tools .type {
  line-height: 40px;
  padding: 0px 20px;
  background-color: white;
  border-radius: 20px;
  margin-left: 1em;
  text-transform: uppercase;
  margin-bottom: 1em;
}
body.au2parts .filterable-items .tools .type.active {
  background-color: #404040;
  color: white;
  font-weight: 700;
}
body.au2parts .filterable-items .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-top: 30px;
}
body.au2parts .filterable-items .container .item {
  width: 32%;
  display: none;
  margin-bottom: 20px;
  text-decoration: none;
  color: inherit;
  background-color: white;
}
body.au2parts .filterable-items .container .item img {
  width: 100%;
  display: block;
}
body.au2parts .filterable-items .container .item.ghost {
  height: 0px;
  overflow: hidden;
  display: block;
}
body.au2parts .filterable-items .container .item .details {
  padding: 30px;
}
body.au2parts .filterable-items .container .item .details .type {
  padding-bottom: 0.5em;
}
body.au2parts .filterable-items .container .item .details h2 {
  word-wrap: break-word;
}
body.au2parts .filterable-items .container .item .details .cta {
  padding-top: 0.5em;
  text-transform: uppercase;
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  body.au2parts .filterable-items .container .item {
    width: 49%;
  }
}
@media screen and (max-width: 767px) {
  body.au2parts .filterable-items .container .item {
    width: 100%;
  }
}
body.au2parts .filterable-items .container.lazy .item.ghost {
  display: none;
}
body.au2parts .footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 4%;
  background-image: url("/assets/au2parts_logo_cutout.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
body.au2parts .footer .footer-logo {
  width: 25%;
  height: 100px;
  background-image: url("/assets/au2parts_logo_footerx.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
}
body.au2parts .footer .footer-info {
  -ms-flex-positive: 1;
      flex-grow: 1;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
}
body.au2parts .footer .footer-menu {
  line-height: 2;
  width: 25%;
  text-align: right;
}
body.au2parts .footer .footer-menu a {
  display: block;
  color: inherit;
  text-decoration: none;
}
body.au2parts .footer .grobowski {
  width: 100%;
  text-align: center;
  padding: 1em;
  font-size: 14px;
  opacity: 0.35;
}
@media screen and (max-width: 767px) {
  body.au2parts .footer {
    -ms-flex-direction: column;
        flex-direction: column;
    background-image: none;
  }
  body.au2parts .footer .footer-logo {
    width: 100%;
    height: 80px;
    background-position: center center;
  }
  body.au2parts .footer .footer-info {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  body.au2parts .footer .footer-menu {
    width: 100%;
    text-align: center;
  }
}
body.au2parts .frontpage-boxes {
  padding-top: 5%;
}
body.au2parts .frontpage-boxes .big-box {
  padding-bottom: 3%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
body.au2parts .frontpage-boxes .big-box .image-container {
  width: 74.66%;
  min-height: 200px;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
body.au2parts .frontpage-boxes .big-box .image {
  width: 100%;
  height: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: transform 500ms ease-in-out;
}
body.au2parts .frontpage-boxes .big-box .details-container {
  width: 24%;
  background-color: #EEEEEE;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
body.au2parts .frontpage-boxes .big-box .details {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 20px 40px 20px 20px;
  transition: transform 500ms ease-in-out 100ms;
}
body.au2parts .frontpage-boxes .big-box .details .prehead {
  padding-bottom: 0.5em;
}
body.au2parts .frontpage-boxes .big-box .details a {
  display: block;
  text-decoration: none;
  font-weight: 700;
  color: inherit;
  text-transform: uppercase;
  padding-top: 1em;
}
@media screen and (max-width: 767px) {
  body.au2parts .frontpage-boxes .big-box {
    display: block;
  }
  body.au2parts .frontpage-boxes .big-box .image-container {
    width: 100%;
    height: 300px;
  }
  body.au2parts .frontpage-boxes .big-box .details-container {
    width: 100%;
  }
}
body.au2parts .frontpage-boxes .small-boxes .box.downloads {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 20px 40px 20px 20px;
}
body.au2parts .frontpage-boxes .small-boxes .box.downloads .image {
  padding-bottom: 0%;
  -ms-flex-positive: 1;
      flex-grow: 1;
  background-image: url('/assets/icon-folder.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
  margin-top: 15px;
  margin-bottom: 15px;
}
body.au2parts .frontpage-boxes .small-boxes .box.downloads:hover {
  background-color: #EEEEEE;
  color: #404040;
}
body.au2parts .frontpage-boxes .small-boxes .box.downloads a {
  color: inherit;
  text-decoration: none;
  padding-top: 0.5em;
}
body.au2parts .frontpage-boxes .small-boxes .box.downloads a:hover {
  text-decoration: underline;
}
body.au2parts .frontpage-boxes .small-boxes .box.au2cloud {
  background-color: #B01F24;
  color: white;
}
body.au2parts .frontpage-boxes .small-boxes .box.au2cloud .prehead {
  position: absolute;
  padding: 20px 20px 0px 20px;
}
body.au2parts .frontpage-boxes .small-boxes .box.au2cloud .image {
  background-color: transparent;
  background-image: url('/assets/icon-cloud.svg');
  background-size: auto 90%;
  background-position: left -10px bottom;
  background-repeat: no-repeat;
}
body.au2parts .hvem-er-vi {
  background-color: white;
  padding-top: 20px;
  padding-bottom: 50px;
}
body.au2parts .hvem-er-vi h2 {
  font-size: 35px;
  text-align: center;
}
body.au2parts .hvem-er-vi blockquote {
  font-size: 35px;
  padding: 1em;
  text-align: center;
  font-weight: 400;
  font-style: italic;
  line-height: 1.5;
}
body.au2parts .hvem-er-vi .columns {
  font-size: 16px;
  padding-top: 2em;
  padding-bottom: 2em;
}
body.au2parts .site,
body.cac .site,
body.rudecenter .site {
  min-height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
body.au2parts .page-top-image,
body.cac .page-top-image,
body.rudecenter .page-top-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
body.au2parts .page-top-image,
body.cac .page-top-image,
body.rudecenter .page-top-image,
body.au2parts .page-top-map,
body.cac .page-top-map,
body.rudecenter .page-top-map {
  max-height: 30vh;
  min-height: 150px;
}
body.au2parts .page-top-image:before,
body.cac .page-top-image:before,
body.rudecenter .page-top-image:before,
body.au2parts .page-top-map:before,
body.cac .page-top-map:before,
body.rudecenter .page-top-map:before {
  display: block;
  content: "";
  position: relative;
  padding-bottom: 25%;
}
body.au2parts {
  font-size: 16px;
  line-height: 1.5;
  font-family: 'Rubik', sans-serif;
  background-color: #EEEEEE;
  color: #59595a;
  height: 100%;
}
body.au2parts h1,
body.au2parts h2 {
  font-size: 52px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1;
  padding-bottom: 0.4em;
}
@media screen and (max-width: 767px) {
  body.au2parts h1,
  body.au2parts h2 {
    font-size: 25px;
  }
}
body.au2parts h1.thin,
body.au2parts h2.thin,
body.au2parts h1 .thin,
body.au2parts h2 .thin {
  font-weight: 400;
}
body.au2parts a {
  color: #B01F24;
}
body.au2parts h2 {
  font-size: 25px;
}
body.au2parts .page-top-map .map {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  position: absolute;
}
body.au2parts .bottom-bow {
  background-image: url("/assets/bottom-bow.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  padding-bottom: 120px;
  background-size: 100% 120px;
}
@media screen and (max-width: 767px) {
  body.au2parts .bottom-bow {
    background-size: 200% 120px;
  }
}
body.au2parts .top-bow {
  background-image: url("/assets/bottom-bow.png");
  background-repeat: no-repeat;
  background-position: top 180px center;
  padding-top: 20px;
}
body.au2parts .top-bow:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 180px;
  background-color: #EEEEEE;
}
body.au2parts .round-dart-button {
  margin: 0px auto;
}
body.au2parts .lazy-incrementer.hidden {
  display: none;
}
body.au2parts .page-section .section-content {
  padding-top: 5%;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 40% auto;
}
@media screen and (max-width: 1000px) {
  body.au2parts .page-section .section-content {
    background-image: none !important;
  }
}
body.cac .corner-arrow {
  position: relative;
}
body.cac .corner-arrow:after {
  display: block;
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 20%;
  height: 0px;
  padding-bottom: 20%;
  background-color: rgba(35, 48, 42, 0.9);
  transition: background-color 250ms;
  background-image: url('/assets/arrow_right_white.svg');
  background-repeat: no-repeat;
  background-size: 35%;
  background-position: center;
}
body.cac .corner-arrow:hover:after,
body.cac .corner-arrow.always-on:after {
  background-color: rgba(27, 100, 65, 0.9);
}
body.cac .concepts-frontpage {
  background-color: #e9edea;
  padding-top: 6%;
  padding-bottom: 4%;
}
body.cac .concepts-frontpage .text-content {
  text-align: center;
  padding-bottom: 3em;
}
body.cac .concepts-frontpage h2 {
  font-size: 1.6vw;
  color: #23302a;
  padding-bottom: 0.25em;
}
@media screen and (max-width: 767px) {
  body.cac .concepts-frontpage h2 {
    font-size: 20px;
  }
}
body.cac .concepts-frontpage .boxes {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
body.cac .concepts-frontpage .boxes .box {
  position: relative;
  display: block;
  width: 28%;
  background-color: white;
  margin-bottom: 2em;
  text-decoration: none;
  color: inherit;
  border-bottom: solid 3px #d5dada;
}
body.cac .concepts-frontpage .boxes .box .pic {
  padding-bottom: 56%;
  background-size: cover;
  background-position: center;
}
body.cac .concepts-frontpage .boxes .box .white {
  padding: 1em 1.5em;
}
body.cac .concepts-frontpage .boxes .box .white h4 {
  font-size: 1.3vw;
}
@media screen and (max-width: 767px) {
  body.cac .concepts-frontpage .boxes .box {
    width: 46%;
  }
  body.cac .concepts-frontpage .boxes .box .white h4 {
    font-size: inherit;
  }
}
@media screen and (max-width: 500px) {
  body.cac .concepts-frontpage .boxes .box {
    width: 100%;
  }
}
body.cac .department-people {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 4%;
}
body.cac .department-people h2 {
  width: 100%;
  line-height: 4em;
  min-height: 1em;
}
body.cac .department-people .person {
  width: 14.5%;
  min-width: 190px;
  padding-bottom: 3em;
}
body.cac .department-people .person img {
  display: block;
  max-width: 100%;
  margin-bottom: 0.5em;
}
body.cac .department-people .person.ghost {
  height: 0px;
}
body.cac .footer {
  background-color: #c1c9c2;
  padding-top: 2em;
  padding-bottom: 3%;
  min-height: 160px;
}
body.cac .footer h2 {
  font-size: 1.3vw;
  color: #23302a;
  padding-bottom: 0.75em;
}
body.cac .footer .site-width-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
body.cac .footer .footer-contact {
  width: 320px;
  min-width: 300px;
  max-width: 100%;
}
body.cac .footer .footer-contact h2,
body.cac .footer .footer-contact div {
  padding-left: 45px;
  padding-bottom: 0.75em;
}
body.cac .footer .footer-contact .address {
  background-image: url('/assets/icon_address.svg');
  background-size: 18px auto;
  background-repeat: no-repeat;
}
body.cac .footer .footer-contact .phone {
  background-image: url('/assets/icon_phone.svg');
  background-size: 22px auto;
  background-repeat: no-repeat;
}
body.cac .footer .footer-contact .mail {
  background-image: url('/assets/icon_mail.svg');
  background-size: 22px auto;
  background-repeat: no-repeat;
  background-position: left top 5px;
}
body.cac .footer .footer-info {
  width: 40%;
  max-width: 100%;
}
body.cac .footer .footer-logo {
  -ms-flex-positive: 1;
      flex-grow: 1;
  background-image: url('/assets/cac_logo.svg');
  background-repeat: no-repeat;
  background-size: 30% auto;
  background-position: center top 1em;
}
@media screen and (max-width: 767px) {
  body.cac .footer h2 {
    font-size: inherit;
  }
  body.cac .footer .footer-logo {
    display: none;
  }
  body.cac .footer .footer-info {
    width: auto;
  }
}
@media screen and (max-width: 630px) {
  body.cac .footer .site-width-wrapper {
    display: block;
  }
  body.cac .footer .footer-info {
    padding-left: 45px;
    padding-right: 45px;
    padding-top: 20px;
  }
}
body.cac .site {
  min-height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
body.cac .hero {
  color: #23302a;
  background-color: #c1c9c2;
  max-height: 700px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-top: 5%;
  padding-bottom: 5%;
}
body.cac .hero .site-width-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-positive: 1;
      flex-grow: 1;
}
body.cac .hero .hero-text {
  width: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  padding-right: 5%;
}
body.cac .hero .hero-text h1 {
  font-size: 4vw;
  line-height: 1.25;
  padding-bottom: 0.2em;
}
body.cac .hero .hero-text p {
  padding-bottom: 1em;
}
body.cac .hero .hero-logo {
  width: 50%;
  background-image: url('/assets/cac_logo.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
  overflow: hidden;
}
body.cac .hero .hero-logo video {
  position: absolute;
  right: -20%;
  top: 50%;
  transform: translateY(-60%);
  width: 230%;
}
@media screen and (max-width: 767px) {
  body.cac .hero .hero-text {
    width: 100%;
  }
  body.cac .hero .hero-text h1 {
    font-size: 8vw;
  }
  body.cac .hero .hero-logo {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  body.cac .hero .hero-text h1 {
    font-size: 11vw;
  }
}
body.cac .link-button {
  display: inline-block;
  padding: 0em 5em 0em 2em;
  line-height: 2em;
  background-color: #1b6441;
  color: white;
  border-radius: 1em;
  background-image: url('/assets/arrow_right_white.svg');
  background-repeat: no-repeat;
  background-size: auto 50%;
  background-position: right 6% center;
}
.cac-map {
  background-color: yellow;
  max-height: 30vh;
  min-height: 300px;
}
.cac-map:before {
  display: block;
  content: "";
  position: relative;
  padding-bottom: 25%;
}
.cac-map .map-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: green;
}
body.cac {
  font-family: 'Fira Sans', sans-serif;
  background-color: #c1c9c2;
  line-height: 1.25;
}
body.cac h1,
body.cac h2 {
  color: #35403b;
  padding-bottom: .3em;
}
body.cac h1 {
  font-size: 32px;
}
body.cac h2 {
  font-size: 25px;
}
body.cac a {
  color: #1b6441;
  text-decoration: none;
}
body.cac .site-width-wrapper {
  width: 1295px;
}
body.cac .mainpage {
  background-color: white;
}
body.cac .timeline-intro {
  padding-top: 6%;
  padding-bottom: 4%;
}
body.cac .timeline-intro h2 {
  font-size: 1.6vw;
  color: #23302a;
}
body.cac .timeline-intro .site-width-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.cac .timeline-intro .site-width-wrapper .the-button {
  -ms-flex-positive: 1;
      flex-grow: 1;
  text-align: right;
  padding-top: 2%;
  padding-right: 15%;
}
body.cac .timeline-intro .site-width-wrapper .pics {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  transform: translateY(-1.5em);
}
body.cac .timeline-intro .site-width-wrapper .pics .pic {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  display: -ms-flexbox;
  display: flex;
}
body.cac .timeline-intro .site-width-wrapper .pics .pic img {
  width: 100%;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
body.cac .timeline-intro .site-width-wrapper .pics .spacer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
body.cac .timeline-intro .site-width-wrapper .pics .spacer1 {
  width: 20%;
}
body.cac .timeline-intro .site-width-wrapper .pics .spacer2 {
  width: 5%;
}
body.cac .timeline-intro .text-content {
  width: 40%;
}
@media screen and (max-width: 767px) {
  body.cac .timeline-intro h2 {
    font-size: 3.2vw;
  }
  body.cac .timeline-intro .text-content {
    width: 100%;
  }
  body.cac .timeline-intro .site-width-wrapper .the-button {
    text-align: left;
    padding-right: 0%;
    padding-bottom: 3%;
  }
  body.cac .timeline-intro .site-width-wrapper .pics {
    transform: none;
  }
  body.cac .timeline-intro .site-width-wrapper .pics .spacer {
    display: none;
  }
}
body.cac .timeline {
  background-color: white;
}
body.cac .timeline .timeline-box {
  background-color: #e9edea;
  padding: 3% 7% 7% 7%;
}
body.cac .timeline .timeline-box .entry {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding-bottom: 3%;
  min-height: 200px;
}
body.cac .timeline .timeline-box .entry .pic {
  width: 30%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
body.cac .timeline .timeline-box .entry .pic.corner-arrow:after {
  transform: rotate(90deg);
}
body.cac .timeline .timeline-box .entry .blurb {
  width: 70%;
  background-color: #e9edea;
  padding: 0% 3%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  body.cac .timeline .timeline-box .entry {
    display: block;
    padding-bottom: 3em;
  }
  body.cac .timeline .timeline-box .entry .pic,
  body.cac .timeline .timeline-box .entry .blurb {
    width: 100%;
  }
  body.cac .timeline .timeline-box .entry .pic {
    width: 100%;
    padding-bottom: 50%;
  }
  body.cac .timeline .timeline-box .entry .blurb {
    padding-top: 1em;
  }
}
body {
  font-size: 16px;
  line-height: 1.5;
  font-family: 'Open Sans', sans-serif;
}
h2 {
  font-size: 44px;
  font-weight: 700;
}
@media screen and (max-width: 800px) {
  h2 {
    font-size: 28px;
  }
}
h3 {
  font-size: 28px;
  font-weight: 700;
}
.full-width-wrapper {
  width: 100%;
  padding: 0px 20px;
}
.site-width-wrapper {
  width: 1180px;
  max-width: 100%;
  margin: 0 auto;
}
.section {
  padding-top: 2em;
  padding-bottom: 6em;
}
.section h2,
.section h3 {
  text-align: center;
  color: #209740;
  padding-bottom: 1em;
}
.section p {
  padding-bottom: 1em;
}
.garanti {
  background-color: #dedede;
}
.garanti h2 {
  padding-left: 10%;
  padding-right: 10%;
}
.departments-contact-form {
  background-color: #e9edea;
  padding: 2em;
}
.departments-contact-form form {
  padding-top: 1em;
  height: auto;
  max-height: 1000px;
  overflow-y: hidden;
  transition: max-height 1s ease-out;
}
.departments-contact-form form.hide {
  max-height: 0px;
}
.departments-contact-form form input {
  display: block;
  width: 100%;
  font-size: 16px;
  padding-left: 20px;
  height: 57px;
  line-height: 57px;
  border: 0px;
  font-family: inherit;
}
.departments-contact-form form textarea {
  width: 100%;
  padding: 20px;
  font-family: inherit;
  font-size: 16px;
  border: 0px;
  height: 240px;
}
.departments-contact-form form input,
.departments-contact-form form .styled-dropdown,
.departments-contact-form form textarea {
  margin-bottom: 1em;
  outline: 0;
}
.departments-contact-form form .styled-dropdown {
  width: 100%;
  background-color: white;
  height: 57px;
  border-bottom: solid 3px #d5dada;
  background-image: url('/assets/arrow_down_green.svg');
  background-repeat: no-repeat;
  background-size: 22px 12px;
  background-position: right 20px center;
}
.departments-contact-form form .styled-dropdown select {
  font-size: 16px;
  padding-left: 20px;
}
.departments-contact-form form .button-area {
  text-align: right;
  padding-right: 2em;
}
.departments-contact-form form .button-area .link-button {
  color: rgba(255, 255, 255, 0.25);
}
.departments-contact-form form .button-area .link-button.active {
  cursor: pointer;
  color: white;
}
.styled-dropdown select {
  position: absolute;
  border: none;
  box-shadow: none;
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  width: 100%;
  height: 100%;
  cursor: pointer;
  color: #404040;
}
.styled-dropdown select:invalid {
  color: gray;
}
.styled-dropdown select option {
  color: #404040;
}
.styled-dropdown select#dealer-dropdown.locked {
  opacity: 0.25;
  cursor: default;
}
.styled-dropdown select#dealer-dropdown.locked option {
  display: none;
}
body.cACContact .right-column h2 {
  padding-top: 1em;
}
body.cACContact .right-column h2:first-child {
  padding-top: 0;
}
body.cac .departments {
  background-color: white;
}
body.cac .departments .department-picker {
  background-color: #e9edea;
  padding: 3% 20px 3% 20px;
}
body.cac .departments .department-picker a {
  display: inline-block;
  padding-right: 2em;
  line-height: 3em;
}
body.cac .departments .department-picker a.current {
  font-weight: 700;
}
body.rudecenter.dieselhybrid .dealer-search {
  background-image: url('/assets/red-searcher.svg');
}
@media screen and (max-width: 769px) {
  body.rudecenter.dieselhybrid .dealer-search {
    background-image: none;
  }
}
body.rudecenter.dieselhybrid.rudecenterFrontpage .site .page-top-image:before {
  width: 100%;
  height: 100%;
  background-image: none;
  position: absolute;
  background-color: rgba(42, 74, 104, 0.4);
}
body.rudecenter.dieselhybrid.rudecenterFrontpage .site .hero h1 {
  font-size: 5.5vw;
}
body.rudecenter.dieselhybrid.rudecenterFrontpage .site .hero h2 {
  font-size: 2vw;
}
@media screen and (max-width: 769px) {
  body.rudecenter.dieselhybrid.rudecenterFrontpage .site .hero h1 {
    font-size: 11.5vw;
  }
  body.rudecenter.dieselhybrid.rudecenterFrontpage .site .hero h2 {
    font-size: 5vw;
  }
}
body.rudecenter.dieselhybrid .mainmenu-container .logo-container {
  width: 250px;
  background-image: url('/assets/dieselhybrid_logo.png');
}
body.rudecenter.dieselhybrid .mainmenu-container .multilevel-navigation ul li.nav-search input.nav-search-field {
  background-color: rgba(0, 0, 0, 0.1);
}
body.rudecenter.dieselhybrid .contact-area {
  background-color: #2a4a68;
}
body.rudecenter.dieselhybrid .contact-area:before {
  background-image: url('/assets/dieselhybrid_propel_white.png');
  opacity: .2;
  background-size: 55% auto;
  background-position: top right;
}
body.rudecenter.dieselhybrid .footer .footer-logo {
  background-image: url('/assets/dieselhybrid_propel.png');
}
body.rudecenter.dieselhybrid .footer .footer-facebook a {
  color: #2a4a68;
  background-image: url('/assets/dieselhybrid_facebook.svg');
}
body.rudecenter.dieselhybrid .site .has-corner-star:before {
  background-image: url('/assets/dieselhybrid_propel.png');
  width: 70px;
  height: 70px;
  background-size: 130%;
  background-position: right -25px top -40px;
}
body.rudecenter.dieselhybrid .site .has-bg-star:before {
  background-image: url('/assets/dieselhybrid_propel.png');
}
body.rudecenter.dieselhybrid .dealer-list-container .list-item.highlighted {
  background-color: white;
  color: #a7111e;
}
body.rudecenter.dieselhybrid .search-result-page .box {
  background-color: #eeeee2;
  color: #back;
  padding: 3%;
  display: block;
  text-decoration: none;
  width: 48%;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  body.rudecenter.dieselhybrid .search-result-page .box {
    width: 100%;
  }
}
footer.full-width-wrapper {
  background-color: #303030;
  padding-top: 50px;
  padding-bottom: 100px;
  font-size: 14px;
  color: white;
}
footer.full-width-wrapper h4 {
  font-size: 18px;
  font-weight: 700;
}
footer.full-width-wrapper .site-width-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
footer.full-width-wrapper .site-width-wrapper .left,
footer.full-width-wrapper .site-width-wrapper .right {
  width: 32%;
  min-width: 320px;
}
@media screen and (max-width: 650px) {
  footer.full-width-wrapper .site-width-wrapper {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  footer.full-width-wrapper .site-width-wrapper .left,
  footer.full-width-wrapper .site-width-wrapper .right {
    width: 100%;
    padding-bottom: 20px;
  }
}
footer.full-width-wrapper .site-width-wrapper .left {
  padding-top: 80px;
  background-image: url('/assets/tekno.svg');
  background-repeat: no-repeat;
  background-size: 147px;
}
footer.full-width-wrapper .site-width-wrapper .right form.hide {
  display: none;
}
footer.full-width-wrapper .site-width-wrapper .right p {
  padding: 5px 0px 25px 0px;
}
footer.full-width-wrapper .site-width-wrapper .right input,
footer.full-width-wrapper .site-width-wrapper .right textarea {
  width: 100%;
  border-radius: 8px;
  border: 0px;
  outline: none;
  line-height: 37px;
  padding-left: 20px;
  margin-bottom: 10px;
}
footer.full-width-wrapper .site-width-wrapper .right textarea {
  height: 140px;
  line-height: 1.25;
  font-family: inherit;
  padding-top: 10px;
}
footer.full-width-wrapper .site-width-wrapper .right .contact-submit {
  border-radius: 8px;
  line-height: 37px;
  background-color: #209740;
  color: white;
  text-align: center;
  font-weight: 700;
  opacity: 0.5;
}
footer.full-width-wrapper .site-width-wrapper .right .contact-submit.active {
  cursor: pointer;
  opacity: 1;
}
footer.full-width-wrapper .site-width-wrapper .right .contact-feedback {
  opacity: 0;
  transition: opacity 500ms ease-in 500ms;
}
footer.full-width-wrapper .site-width-wrapper .right .contact-feedback.show {
  opacity: 1;
}
body.au2parts.liquimoly .mainmenu-container {
  background-color: black;
}
body.au2parts.liquimoly .mainmenu-container .logo-container {
  background-image: url('/assets/longlife_logo.png');
}
body.au2parts.liquimoly .dealer-streamer .site-width-wrapper .map-bubble img {
  border-color: #e31f2a;
}
body.au2parts.liquimoly .frontpage-boxes .small-boxes .box.au2cloud {
  background-color: #e31f2a;
}
body.au2parts.liquimoly .bottom-bow {
  background-image: none;
  padding-bottom: 40px;
  border-bottom: solid 80px white;
}
body.au2parts.liquimoly .footer-wrapper {
  background-color: black;
}
body.au2parts.liquimoly .footer {
  background-image: none;
  color: white;
}
body.au2parts.liquimoly .footer .footer-logo {
  background-image: url('/assets/longlife_logo.png');
}
body.au2parts.liquimoly .footer .grobowski a {
  color: inherit;
  text-decoration: none;
}
body.au2parts.liquimoly .blue-red-gradient {
  background: #0459a9;
  background: linear-gradient(122deg, #0459a9 0%, #e31f2a 100%);
}
body.au2parts.liquimoly .blue-red-gradient .tools {
  color: #eeeeee;
}
body.au2parts.liquimoly .blue-red-gradient .tools .type {
  background-color: #eeeeee;
  color: #606060;
  font-weight: 400;
}
body.au2parts.liquimoly .blue-red-gradient .tools .type.active {
  font-weight: 900;
}
body.au2parts.liquimoly .lazy-incrementer {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}
.longlife-offers {
  padding-top: 2em;
}
.longlife-offers .offer-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-bottom: 2em;
}
.longlife-offers .offer-item .offer-icon {
  width: 120px;
  max-width: 20%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.longlife-offers .offer-item .offer-text {
  padding-left: 2em;
  font-weight: bold;
}
body.liquimoly .dealer-list-container .offer-icons {
  padding-top: 1em;
  max-width: 200px;
}
body.liquimoly .dealer-list-container .offer-icons img {
  width: 50px;
  max-width: 100%;
  margin-right: 5%;
}
.longlife-offers-legend {
  background-color: white;
  padding-bottom: 5em;
}
.longlife-offers-legend .site-width-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.longlife-offers-legend .site-width-wrapper .column {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .longlife-offers-legend .site-width-wrapper .column {
    width: 100%;
  }
}
.longlife-offers-legend .site-width-wrapper .column img {
  background-color: transparent;
  max-width: 100%;
}
.longlife-offers-legend .site-width-wrapper .column .offer-text {
  padding-right: 2em;
}
body.rudecenter .contact-area {
  background-color: #0d79a3;
  padding-top: 3em;
  padding-bottom: 3em;
}
body.rudecenter .contact-area:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url('/assets/rudecenter_cross.png');
  background-position: top 7% right -20%;
  background-repeat: no-repeat;
  background-size: 70% auto;
  opacity: .3;
}
body.rudecenter .contact-area .contact-container {
  display: -ms-flexbox;
  display: flex;
}
body.rudecenter .contact-area .contact-container .contact-form-box {
  width: 380px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #f7f7e5;
  padding: 3em;
}
body.rudecenter .contact-area .contact-container .contact-form-box input[type=text],
body.rudecenter .contact-area .contact-container .contact-form-box .styled-dropdown {
  margin-bottom: 20px;
}
body.rudecenter .contact-area .contact-container .contact-form-box h4 {
  color: #0d79a3;
  text-transform: uppercase;
  padding-bottom: 1em;
  font-size: 22px;
}
body.rudecenter .contact-area .contact-container .contact-form-box .umbraco-forms-label,
body.rudecenter .contact-area .contact-container .contact-form-box .umbraco-forms-tooltip {
  display: none;
}
body.rudecenter .contact-area .contact-container .contact-text {
  color: white;
  padding-left: 7%;
  padding-top: 4%;
}
body.rudecenter .contact-area .contact-container .contact-text h1,
body.rudecenter .contact-area .contact-container .contact-text h2 {
  color: white;
}
@media screen and (max-width: 769px) {
  body.rudecenter .contact-area .contact-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
  body.rudecenter .contact-area .contact-container .contact-form-box {
    width: 100%;
  }
  body.rudecenter .contact-area .contact-container .contact-text {
    width: 100%;
    padding-left: 0;
    padding-bottom: 2em;
  }
}
body.rudecenter input[type=text],
body.rudecenter .styled-dropdown {
  width: 100%;
  border-width: 0 0 1px 0;
  border-color: #0d79a3;
  border-style: solid;
  background-color: transparent;
  line-height: 40px;
  height: 40px;
  font-size: 14px;
  color: black;
  outline: 0;
  font-family: inherit;
}
body.rudecenter textarea {
  border: solid 1px #0d79a3;
  font-family: inherit;
  color: black;
  width: 100%;
  height: 80px;
  padding: 0.5em;
  background-color: transparent;
  margin: 20px 0 10px 0   ;
}
body.rudecenter input:-webkit-autofill,
body.rudecenter input:-webkit-autofill:hover,
body.rudecenter input:-webkit-autofill:focus,
body.rudecenter input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #f7f7e5 inset !important;
}
body.rudecenter .styled-dropdown {
  height: 40px;
}
body.rudecenter .styled-dropdown:before {
  position: absolute;
  width: 30px;
  height: 40px;
  line-height: 40px;
  content: "v";
  color: #0d79a3;
  top: 0;
  right: 0;
  text-align: center;
  font-weight: 500;
  font-family: inherit;
  font-size: 10px;
  transform: scaleX(2);
}
body.rudecenter input[type=submit] {
  border: 0;
  width: 100%;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
}
body.rudecenter .dealer-search {
  padding: 50px 0 0 0;
  background-image: url('/assets/dblue-searcher.svg');
  background-repeat: no-repeat;
  background-size: 438px auto;
  background-position: right top -65px;
}
@media screen and (max-width: 769px) {
  body.rudecenter .dealer-search {
    background-image: none;
  }
}
body.rudecenter .dealer-search #dealer-search-input {
  width: 250px;
}
body.rudecenter .dealer-search #dealer-search-submit {
  width: 250px;
  text-align: center;
}
body.rudecenter .dealer-search .dealer-search-hidden {
  height: auto;
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s ease-in;
  padding-top: 130px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.rudecenter .dealer-search .dealer-search-hidden.show {
  max-height: 2000px;
  padding-bottom: 50px;
}
body.rudecenter .dealer-search .dealer-search-hidden .dealer-list-container {
  -ms-flex-positive: 1;
      flex-grow: 1;
  min-width: 250px;
  padding-right: 20px;
  padding-bottom: 30px;
}
body.rudecenter .dealer-search .dealer-search-hidden .dealer-list-container a {
  color: inherit;
  text-decoration: none;
  line-height: 30px;
}
body.rudecenter .dealer-search .dealer-search-hidden .dealer-list-container a:hover {
  color: #0d79a3;
}
body.rudecenter .dealer-search .dealer-search-hidden .dealer-map-container {
  width: 100%;
  max-width: 650px;
}
body.rudecenter .dealer-map-container {
  height: 400px;
}
body.rudecenter .dealer-map-container .map {
  width: 100%;
  height: 100%;
  background-color: #ededed;
}
body.rudecenter .dealer-list-container .list-item.highlighted {
  background-color: white;
}
body.rudecenter .footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}
body.rudecenter .footer .footer-logo {
  width: 33%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-image: url('/assets/rudecenter_cross.png');
  background-size: cover;
  background-position: center 30%;
  background-repeat: no-repeat;
}
body.rudecenter .footer .footer-info {
  width: 43%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-top: 4em;
  padding-bottom: 4em;
  padding-left: 4em;
}
body.rudecenter .footer .footer-info a {
  color: inherit;
  text-decoration: none;
}
body.rudecenter .footer .footer-info a:hover {
  color: #0d79a3;
}
body.rudecenter .footer .footer-facebook {
  width: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
}
body.rudecenter .footer .footer-facebook a {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  color: #0d79a3;
  line-height: 4em;
  padding-left: 5em;
  background-image: url('/assets/dblue_rudecenter_facebook.svg');
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 769px) {
  body.rudecenter .footer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
  body.rudecenter .footer .footer-logo {
    display: none;
  }
  body.rudecenter .footer .footer-info {
    width: 100%;
    padding-left: 0;
  }
  body.rudecenter .footer .footer-facebook {
    width: 100%;
    -ms-flex-pack: start;
        justify-content: flex-start;
    padding-bottom: 4em;
  }
}
body.rudecenter.rudecenterFrontpage .site .page-top-image {
  max-height: none;
  height: auto;
}
body.rudecenter.rudecenterFrontpage .site .page-top-image:before {
  padding-bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url('/assets/hole_in_glass.png');
  position: absolute;
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
}
body.rudecenter.rudecenterFrontpage .site .page-top-image.hide-glass:before {
  background-image: none;
}
body.rudecenter.rudecenterFrontpage .site .hero {
  padding: 5em 0;
}
body.rudecenter.rudecenterFrontpage .site .hero h1,
body.rudecenter.rudecenterFrontpage .site .hero h2 {
  color: white;
  line-height: 0.9;
}
body.rudecenter.rudecenterFrontpage .site .hero h1 {
  font-size: 8vw;
}
body.rudecenter.rudecenterFrontpage .site .hero h2 {
  font-size: 3vw;
}
@media screen and (max-width: 769px) {
  body.rudecenter.rudecenterFrontpage .site .hero h1 {
    font-size: 16vw;
  }
  body.rudecenter.rudecenterFrontpage .site .hero h2 {
    font-size: 6vw;
  }
}
body.rudecenter {
  font-family: 'Montserrat', sans-serif;
  background-color: #f7f7e5;
  font-weight: 500;
}
body.rudecenter .site .all-content {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
body.rudecenter .site .page-top-image {
  height: 700px;
  max-height: 60vh;
}
body.rudecenter .site h1,
body.rudecenter .site h2 {
  font-size: 40px;
  text-transform: uppercase;
  color: #0d79a3;
  padding-bottom: .25em;
  line-height: 1.1;
}
body.rudecenter .site h2 {
  font-size: 22px;
}
body.rudecenter .site .left-column,
body.rudecenter .site .right-column {
  padding-bottom: 5em;
}
body.rudecenter .site .right-column {
  width: 33%;
}
body.rudecenter .site .has-bg-star:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('/assets/rudecenter_cross.png');
  background-repeat: no-repeat;
  background-position: right -300px top 150px;
  opacity: 0.1;
}
body.rudecenter .site .has-corner-star:before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 110px;
  height: 110px;
  background-image: url('/assets/rudecenter_cross.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right -43px top -43px;
}
body.rudecenter .site .link-button {
  display: inline-block;
  padding: 0.75em 2em;
  color: white;
  background-color: #0d79a3;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 1em;
}
body.rudecenter .site .link-button.inactive {
  color: rgba(255, 255, 255, 0.25);
  cursor: default;
}
body.rudecenter.rudecenterDealerpage .right-column .subnav {
  color: #0d79a3;
  font-size: 14px;
}
body.rudecenter.rudecenterDealerpage .right-column .subnav a {
  display: inline;
  font-size: inherit;
}
body.rudecenter .search-result-page {
  -ms-flex-positive: 1;
      flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
body.rudecenter .search-result-page h1 {
  padding-bottom: 1em;
  width: 100%;
}
body.rudecenter .search-result-page .box {
  background-color: #eeeee2;
  color: #0caeec;
  padding: 3%;
  display: block;
  text-decoration: none;
  width: 48%;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  body.rudecenter .search-result-page .box {
    width: 100%;
  }
}
body.rudecenter .subnav {
  background-color: #eeeee2;
  padding: 10%;
}
body.rudecenter .subnav h2 {
  padding-bottom: .5em;
}
body.rudecenter .subnav a {
  display: block;
  text-decoration: none;
  font-size: 14px;
  color: #0d79a3;
  padding-bottom: .75em;
}
body.rudecenter .subnav a.active {
  font-weight: 700;
}
body.rudecenter {
  padding-top: 100px;
}
body.rudecenter .mainmenu-container {
  background-color: #f7f7e5;
  padding: 0 6% 0 3%;
  height: 100px;
}
body.rudecenter .mainmenu-container .logo-container {
  width: 150px;
  height: 100px;
  background-image: url('/assets/rudecenter_logo.png');
}
body.rudecenter .mainmenu-container label.menu-burger {
  border-color: #0d79a3;
}
body.rudecenter .mainmenu-container label.menu-burger:after {
  background-color: #0d79a3;
}
body.rudecenter .mainmenu-container .multilevel-navigation {
  background-color: #f7f7e5;
  padding-top: 100px;
}
@media screen and (min-width: 769px) {
  body.rudecenter .mainmenu-container .multilevel-navigation {
    padding-top: 0;
  }
}
body.rudecenter .mainmenu-container .multilevel-navigation ul.level-2 {
  background-color: transparent;
}
body.rudecenter .mainmenu-container .multilevel-navigation ul.level-2 label.unfolder {
  border-color: #0d79a3;
}
body.rudecenter .mainmenu-container .multilevel-navigation ul.level-2 label.unfolder:before,
body.rudecenter .mainmenu-container .multilevel-navigation ul.level-2 label.unfolder:after {
  background-color: #0d79a3;
}
body.rudecenter .mainmenu-container .multilevel-navigation li {
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  color: #0d79a3;
}
body.rudecenter .mainmenu-container .multilevel-navigation li a,
body.rudecenter .mainmenu-container .multilevel-navigation li label {
  padding-right: 0;
}
@media screen and (min-width: 769px) {
  body.rudecenter .mainmenu-container .multilevel-navigation ul.level-2 > li {
    height: 100px;
    line-height: 100px;
    position: relative;
  }
  body.rudecenter .mainmenu-container .multilevel-navigation ul.level-2 > li > a,
  body.rudecenter .mainmenu-container .multilevel-navigation ul.level-2 > li > label.name {
    margin-left: 45px;
  }
  body.rudecenter .mainmenu-container .multilevel-navigation ul.level-2 > li.active-path > a,
  body.rudecenter .mainmenu-container .multilevel-navigation ul.level-2 > li.hover > a,
  body.rudecenter .mainmenu-container .multilevel-navigation ul.level-2 > li.active-path label.name,
  body.rudecenter .mainmenu-container .multilevel-navigation ul.level-2 > li.hover label.name {
    position: relative;
  }
  body.rudecenter .mainmenu-container .multilevel-navigation ul.level-2 > li.active-path > a:after,
  body.rudecenter .mainmenu-container .multilevel-navigation ul.level-2 > li.hover > a:after,
  body.rudecenter .mainmenu-container .multilevel-navigation ul.level-2 > li.active-path label.name:after,
  body.rudecenter .mainmenu-container .multilevel-navigation ul.level-2 > li.hover label.name:after {
    display: block;
    position: absolute;
    content: '';
    width: 100%;
    height: 4px;
    background-color: #0d79a3;
    bottom: 30px;
  }
  body.rudecenter .mainmenu-container .multilevel-navigation ul.level-2 > li.nav-search {
    padding-left: 45px;
  }
  body.rudecenter .mainmenu-container .multilevel-navigation ul.level-2 > li.nav-search form {
    padding: 0;
  }
}
body.rudecenter .mainmenu-container .multilevel-navigation ul.level-3 {
  background-color: #f7f7e5;
  height: auto;
  padding-bottom: 4em;
  left: auto;
  right: 0;
  width: auto;
}
body.rudecenter .mainmenu-container .multilevel-navigation ul.level-3:before {
  background-color: #f7f7e5;
}
@media screen and (max-width: 769px) {
  body.rudecenter .mainmenu-container .multilevel-navigation ul.level-3 {
    padding-bottom: 1em;
  }
}
body.rudecenter .mainmenu-container .multilevel-navigation ul.level-3 li {
  font-weight: 500;
  font-size: 14px;
  text-transform: none;
  color: black;
  height: 34px;
  line-height: 34px;
  display: block;
  border-bottom: 0;
  white-space: nowrap;
}
body.rudecenter .mainmenu-container .multilevel-navigation ul li.nav-search form {
  padding: 20px 20px 0 30px;
}
body.rudecenter .mainmenu-container .multilevel-navigation ul li.nav-search input.nav-search-field {
  background-color: white;
  border-radius: 0;
}
@media screen and (max-width: 769px) {
  body.rudecenter .full-width-wrapper.mobile-no-wrap,
  body.rudecenter .site-width-wrapper.mobile-no-wrap {
    width: 100%;
    padding: 0px;
  }
  body.rudecenter .full-width-wrapper.mobile-no-wrap .logo-container,
  body.rudecenter .site-width-wrapper.mobile-no-wrap .logo-container {
    left: 25px;
  }
}
.unfolder-label {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #209740;
  cursor: pointer;
}
.unfolder-label:before {
  display: block;
  position: absolute;
  left: 50%;
  top: 30px;
  transform: translateX(-50%);
  content: "+";
  width: 30px;
  height: 30px;
  border: solid 1px #209740;
  color: #209740;
  border-radius: 50%;
  font-size: 40px;
  line-height: 30px;
  text-align: center;
}
.unfolder-check:checked ~ .unfolder-label:before {
  transform: translateX(-50%) rotate(45deg);
}
