@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,700,800");
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

progress {
  vertical-align: baseline;
}

template,
[hidden] {
  display: none;
}

a {
  color: #0072b9;
  -webkit-text-decoration-skip: objects;
}

:visited {
  color: #003353;
}

a:active {
  color: #c00;
}

a:active:not(.button) {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

@media print {
  :link,
  :visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
    font-weight: normal;
    font-size: 16px;
    text-decoration: none;
  }
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: '';
  }
}

h1,
.header__site-name {
  font-size: 2rem;
  line-height: 3rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

h2 {
  font-size: 1.5rem;
  line-height: 2.25rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

h3 {
  font-size: 1.25rem;
  line-height: 2.25rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

h4 {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

h5 {
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

h6 {
  font-size: 0.625rem;
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  text-decoration: underline dotted;
}

@media print {
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
}

b,
strong {
  font-weight: inherit;
}

strong,
b {
  font-weight: bolder;
}

pre,
code,
kbd,
samp,
var {
  font-family: Menlo, "DejaVu Sans Mono", "Ubuntu Mono", Courier, "Courier New", monospace, sans-serif;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #fd0;
  color: #000;
}

small {
  font-size: 0.875rem;
}

sub,
sup {
  font-size: 0.625rem;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

.divider,
hr {
  margin: 1.5rem 0;
  border: 0;
  border-top: 1px solid #cccccc;
}

.divider > :first-child, hr > :first-child {
  margin-top: 1.5rem;
}

blockquote {
  margin: 1.5rem 2rem;
}

dl,
menu,
ol,
ul {
  margin: 1.5rem 0;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

dd {
  margin: 0 0 0 32px;
}

[dir="rtl"] dd {
  margin: 0 32px 0 0;
}

menu,
ol,
ul {
  padding: 0 0 0 32px;
}

[dir="rtl"] menu, [dir="rtl"]
ol, [dir="rtl"]
ul {
  padding: 0 32px 0 0;
}

figure {
  margin: 1.5rem 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

p,
pre {
  margin: 1.5rem 0;
}

img {
  border-style: none;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  box-sizing: border-box;
  max-width: 100%;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

input {
  overflow: visible;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type='search']::-webkit-search-cancel-button, [type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: .54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

.button,
button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -moz-appearance: button;
  -webkit-appearance: button;
}

.button,
button,
[type='button'],
[type='reset'],
[type='submit'] {
  display: inline-block;
  padding: 2px 6px;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  color: #000;
}

.button::-moz-focus-inner,
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

.button:-moz-focusring,
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

.button:hover, .button:focus, .button:active,
button:hover,
button:focus,
button:active,
[type='button']:hover,
[type='button']:focus,
[type='button']:active,
[type='reset']:hover,
[type='reset']:focus,
[type='reset']:active,
[type='submit']:hover,
[type='submit']:focus,
[type='submit']:active {
  text-decoration: none;
  color: #000;
}

[disabled].button,
button[disabled],
[disabled][type='button'],
[disabled][type='reset'],
[disabled][type='submit'] {
  cursor: default;
  color: #999999;
}

[disabled].button:hover,
button[disabled]:hover,
[disabled][type='button']:hover,
[disabled][type='reset']:hover,
[disabled][type='submit']:hover, [disabled].button:focus,
button[disabled]:focus,
[disabled][type='button']:focus,
[disabled][type='reset']:focus,
[disabled][type='submit']:focus, [disabled].button:active,
button[disabled]:active,
[disabled][type='button']:active,
[disabled][type='reset']:active,
[disabled][type='submit']:active {
  color: #999999;
}

[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}

fieldset {
  padding: 0.525rem 0.9375rem 0.975rem;
  border: 1px solid #cccccc;
  margin: 0 2px;
}

legend {
  box-sizing: border-box;
  display: table;
  max-width: 100%;
  white-space: normal;
  color: inherit;
  margin-left: -5px;
  padding: 0 5px;
}

label {
  display: block;
  font-weight: bold;
}

optgroup {
  font-weight: bold;
}

textarea {
  overflow: auto;
}

table {
  margin: 1.5rem 0;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

td,
th {
  padding: 0;
}

.layout-3col {
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 0;
  padding-right: 0;
}

.layout-3col:before {
  content: "";
  display: table;
}

.layout-3col:after {
  content: "";
  display: table;
  clear: both;
}

.layout-3col__full, .layout-3col__left-content, .layout-3col__right-content, .layout-3col__left-sidebar, .layout-3col__right-sidebar, .layout-3col__first-left-sidebar, .layout-3col__second-left-sidebar, .layout-3col__col-1, .layout-3col__col-2, .layout-3col__col-3, .layout-3col__col-4, .layout-3col__col-x {
  clear: both;
  padding-left: 20px;
  padding-right: 20px;
  float: left;
  width: 100%;
  margin-left: 0%;
  margin-right: -100%;
}

[dir="rtl"] .layout-3col__full, [dir="rtl"] .layout-3col__left-content, [dir="rtl"] .layout-3col__right-content, [dir="rtl"] .layout-3col__left-sidebar, [dir="rtl"] .layout-3col__right-sidebar, [dir="rtl"] .layout-3col__first-left-sidebar, [dir="rtl"] .layout-3col__second-left-sidebar, [dir="rtl"] .layout-3col__col-1, [dir="rtl"] .layout-3col__col-2, [dir="rtl"] .layout-3col__col-3, [dir="rtl"] .layout-3col__col-4, [dir="rtl"] .layout-3col__col-x {
  float: right;
  margin-right: 0%;
  margin-left: -100%;
}

@media (min-width: 777px) {
  .layout-3col {
    margin-left: -12px;
    margin-right: -13px;
    padding-left: 0;
    padding-right: 0;
  }
  .layout-3col:before {
    content: "";
    display: table;
  }
  .layout-3col:after {
    content: "";
    display: table;
    clear: both;
  }
  [dir="rtl"] .layout-3col {
    margin-left: -13px;
    margin-right: -12px;
  }
  .layout-3col__full, .layout-3col__left-content, .layout-3col__right-content, .layout-3col__left-sidebar, .layout-3col__right-sidebar {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 12px;
    padding-right: 13px;
  }
  [dir="rtl"] .layout-3col__full, [dir="rtl"] .layout-3col__left-content, [dir="rtl"] .layout-3col__right-content, [dir="rtl"] .layout-3col__left-sidebar, [dir="rtl"] .layout-3col__right-sidebar {
    float: right;
    margin-right: 0%;
    margin-left: -100%;
  }
  [dir="rtl"] .layout-3col__full, [dir="rtl"] .layout-3col__left-content, [dir="rtl"] .layout-3col__right-content, [dir="rtl"] .layout-3col__left-sidebar, [dir="rtl"] .layout-3col__right-sidebar {
    padding-left: 13px;
    padding-right: 12px;
  }
  .layout-3col__first-left-sidebar, .layout-3col__col-1, .layout-3col__col-3, .layout-3col__col-x:nth-child(2n + 1) {
    float: left;
    width: 50%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 12px;
    padding-right: 13px;
  }
  [dir="rtl"] .layout-3col__first-left-sidebar, [dir="rtl"] .layout-3col__col-1, [dir="rtl"] .layout-3col__col-3, [dir="rtl"] .layout-3col__col-x:nth-child(2n + 1) {
    float: right;
    margin-right: 0%;
    margin-left: -100%;
  }
  [dir="rtl"] .layout-3col__first-left-sidebar, [dir="rtl"] .layout-3col__col-1, [dir="rtl"] .layout-3col__col-3, [dir="rtl"] .layout-3col__col-x:nth-child(2n + 1) {
    padding-left: 13px;
    padding-right: 12px;
  }
  .layout-3col__second-left-sidebar, .layout-3col__col-2, .layout-3col__col-4, .layout-3col__col-x:nth-child(2n) {
    clear: none;
    float: left;
    width: 50%;
    margin-left: 50%;
    margin-right: -100%;
    padding-left: 12px;
    padding-right: 13px;
  }
  [dir="rtl"] .layout-3col__second-left-sidebar, [dir="rtl"] .layout-3col__col-2, [dir="rtl"] .layout-3col__col-4, [dir="rtl"] .layout-3col__col-x:nth-child(2n) {
    float: right;
    margin-right: 50%;
    margin-left: -100%;
  }
  [dir="rtl"] .layout-3col__second-left-sidebar, [dir="rtl"] .layout-3col__col-2, [dir="rtl"] .layout-3col__col-4, [dir="rtl"] .layout-3col__col-x:nth-child(2n) {
    padding-left: 13px;
    padding-right: 12px;
  }
}

@media (min-width: 999px) {
  .layout-3col__full {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }
  [dir="rtl"] .layout-3col__full {
    float: right;
    margin-right: 0%;
    margin-left: -100%;
  }
  .layout-3col__left-content {
    float: left;
    width: 66.66667%;
    margin-left: 0%;
    margin-right: -100%;
  }
  [dir="rtl"] .layout-3col__left-content {
    float: right;
    margin-right: 0%;
    margin-left: -100%;
  }
  .layout-3col__right-content {
    float: left;
    width: 66.66667%;
    margin-left: 33.33333%;
    margin-right: -100%;
  }
  [dir="rtl"] .layout-3col__right-content {
    float: right;
    margin-right: 33.33333%;
    margin-left: -100%;
  }
  .layout-3col__left-sidebar, .layout-3col__first-left-sidebar, .layout-3col__second-left-sidebar {
    clear: right;
    float: right;
    width: 33.33333%;
    margin-right: 66.66667%;
    margin-left: -100%;
  }
  [dir="rtl"] .layout-3col__left-sidebar, [dir="rtl"] .layout-3col__first-left-sidebar, [dir="rtl"] .layout-3col__second-left-sidebar {
    clear: left;
  }
  [dir="rtl"] .layout-3col__left-sidebar, [dir="rtl"] .layout-3col__first-left-sidebar, [dir="rtl"] .layout-3col__second-left-sidebar {
    float: left;
    margin-left: 66.66667%;
    margin-right: -100%;
  }
  .layout-3col__right-sidebar {
    clear: right;
    float: right;
    width: 33.33333%;
    margin-right: 0%;
    margin-left: -100%;
  }
  [dir="rtl"] .layout-3col__right-sidebar {
    clear: left;
  }
  [dir="rtl"] .layout-3col__right-sidebar {
    float: left;
    margin-left: 0%;
    margin-right: -100%;
  }
  .layout-3col__col-1, .layout-3col__col-x:nth-child(3n+1) {
    clear: both;
    float: left;
    width: 33.33333%;
    margin-left: 0%;
    margin-right: -100%;
  }
  [dir="rtl"] .layout-3col__col-1, [dir="rtl"] .layout-3col__col-x:nth-child(3n+1) {
    float: right;
    margin-right: 0%;
    margin-left: -100%;
  }
  .layout-3col__col-2, .layout-3col__col-x:nth-child(3n+2) {
    clear: none;
    float: left;
    width: 33.33333%;
    margin-left: 33.33333%;
    margin-right: -100%;
  }
  [dir="rtl"] .layout-3col__col-2, [dir="rtl"] .layout-3col__col-x:nth-child(3n+2) {
    float: right;
    margin-right: 33.33333%;
    margin-left: -100%;
  }
  .layout-3col__col-3, .layout-3col__col-x:nth-child(3n) {
    clear: none;
    float: left;
    width: 33.33333%;
    margin-left: 66.66667%;
    margin-right: -100%;
  }
  [dir="rtl"] .layout-3col__col-3, [dir="rtl"] .layout-3col__col-x:nth-child(3n) {
    float: right;
    margin-right: 66.66667%;
    margin-left: -100%;
  }
  .layout-3col__col-4 {
    display: none;
  }
}

.layout-3col__grid-item-container {
  padding-left: 0;
  padding-right: 0;
}

.layout-3col__grid-item-container:before {
  content: "";
  display: table;
}

.layout-3col__grid-item-container:after {
  content: "";
  display: table;
  clear: both;
}

.layout-center {
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  max-width: 1165px;
}

@media (min-width: 777px) {
  .layout-center {
    padding-left: 12px;
    padding-right: 13px;
  }
  [dir="rtl"] .layout-center {
    padding-left: 13px;
    padding-right: 12px;
  }
}

.layout-center--shared-grid,
.layout-center.layout-3col {
  padding-left: 0;
  padding-right: 0;
}

.layout-swap {
  position: relative;
}

@media (min-width: 555px) {
  .layout-swap {
    padding-top: 48px;
  }
}

@media (min-width: 555px) {
  .layout-swap__top {
    position: absolute;
    top: 0;
    height: 48px;
    width: 100%;
  }
}

.box {
  margin-bottom: 1.5rem;
  border: 5px solid #cccccc;
  padding: 1em;
}

.box__title {
  margin: 0;
}

.box:focus, .box:hover, .box.is-focus, .box--is-focus {
  border-color: #000;
}

.box--highlight {
  border-color: #0072b9;
}

.clearfix:before,
.header:before,
.tabs:before {
  content: '';
  display: table;
}

.clearfix:after,
.header:after,
.tabs:after {
  content: '';
  display: table;
  clear: both;
}

.comment__section,
.comments {
  margin: 1.5rem 0;
}

.comment__title {
  margin: 0;
}

.comment__permalink {
  text-transform: uppercase;
  font-size: 75%;
}

.comment--preview,
.comment-preview {
  background-color: #fffadb;
}

.comment--nested,
.indented {
  margin-left: 32px;
}

[dir="rtl"] .comment--nested,
[dir="rtl"] .indented {
  margin-left: 0;
  margin-right: 32px;
}

.header__logo {
  float: left;
  margin: 0 10px 0 0;
  padding: 0;
}

[dir="rtl"] .header__logo {
  float: right;
  margin: 0 0 0 10px;
}

.header__logo-image {
  vertical-align: bottom;
}

.header__name-and-slogan {
  float: left;
}

.header__site-name {
  margin: 0;
}

.header__site-link:link, .header__site-link:visited {
  color: #000;
  text-decoration: none;
}

.header__site-link:hover, .header__site-link:focus {
  text-decoration: underline;
}

.header__site-slogan {
  margin: 0;
}

.header__secondary-menu {
  float: right;
}

[dir="rtl"] .header__secondary-menu {
  float: left;
}

.header__region {
  clear: both;
}

.hidden,
html.js .js-hidden,
html.js .element-hidden,
html.js .js-hide {
  display: none;
}

.highlight-mark,
.new,
.update {
  color: #c00;
  background-color: transparent;
}

.inline-links,
.inline.links {
  padding: 0;
}

.inline-links__item,
.inline.links li {
  display: inline;
  list-style-type: none;
  padding: 0 1em 0 0;
}

[dir="rtl"] .inline-links__item,
[dir="rtl"] .inline.links li,
.inline.links [dir="rtl"] li {
  display: inline-block;
  padding: 0 0 0 1em;
}

.inline-sibling,
.field-label-inline .field-label,
span.field-label {
  display: inline;
  margin-right: 10px;
}

[dir="rtl"] .inline-sibling,
[dir="rtl"] .field-label-inline .field-label,
.field-label-inline [dir="rtl"] .field-label,
[dir="rtl"] span.field-label {
  margin-right: 0;
  margin-left: 10px;
}

.inline-sibling__child,
.inline-sibling *, .field-label-inline .field-label *, span.field-label * {
  display: inline;
}

.inline-sibling__adjacent,
.inline-sibling + *,
.inline-sibling + * > :first-child,
.inline-sibling + * > :first-child > :first-child, .field-label-inline .field-label + *, span.field-label + *, .field-label-inline .field-label + * > :first-child, span.field-label + * > :first-child, .field-label-inline .field-label + * > :first-child > :first-child, span.field-label + * > :first-child > :first-child {
  display: inline;
}

.field-label-inline .field-label,
.field-label-inline .field-items {
  float: none;
}

.messages,
.messages--status {
  margin: 1.5rem 0;
  position: relative;
  padding: 10px 10px 10px 44px;
  border: 1px solid #0072b9;
}

[dir="rtl"] .messages,
[dir="rtl"] .messages--status {
  padding: 10px 44px 10px 10px;
  background-position: 99% 8px;
}

.messages__icon {
  position: absolute;
  top: 50%;
  left: 10px;
  height: 24px;
  width: 24px;
  margin-top: -12px;
  line-height: 1;
}

[dir="rtl"] .messages__icon {
  left: auto;
  right: 0;
}

.messages__icon path {
  fill: #0072b9;
}

.messages__highlight,
.messages--error .error,
.messages.error .error {
  color: #000;
}

.messages__list {
  margin: 0;
}

.messages__item {
  list-style-image: none;
}

.messages--ok-color,
.messages,
.messages--status,
.ok,
.revision-current {
  background-color: #f6fcff;
  color: #0072b9;
}

.messages--warning-color,
.messages--warning,
.messages.warning,
.warning {
  background-color: #fffce6;
  color: #000;
}

.messages--error-color,
.messages--error,
.messages.error,
.error {
  background-color: #fff0f0;
  color: #c00;
}

.messages--warning,
.messages.warning {
  border-color: #fd0;
}

.messages--warning path, .messages.warning path {
  fill: #fd0;
}

.messages--error,
.messages.error {
  border-color: #c00;
}

.messages--error path, .messages.error path {
  fill: #c00;
}

@media print {
  .print-none,
  .toolbar,
  .action-links,
  .links,
  .book-navigation,
  .forum-topic-navigation,
  .feed-icons {
    display: none;
  }
}

.responsive-video,
.media-youtube-video,
.media-vimeo-preview-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

.responsive-video__embed,
.responsive-video iframe,
.media-youtube-video iframe,
.media-vimeo-preview-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.responsive-video--4-3 {
  padding-bottom: 75%;
}

.visually-hidden,
.element-invisible,
.element-focusable,
.breadcrumb__title,
.main-navigation .block-menu .block__title,
.main-navigation .block-menu-block .block__title {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal;
}

.visually-hidden--off,
.visually-hidden--focusable:active,
.visually-hidden--focusable:focus,
.element-focusable:active,
.element-focusable:focus {
  position: static !important;
  clip: auto;
  height: auto;
  width: auto;
  overflow: visible;
}

.watermark {
  font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  height: 0;
  overflow: visible;
  background-color: transparent;
  color: #eeeeee;
  font-size: 75px;
  line-height: 1;
  text-align: center;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  word-wrap: break-word;
}

@media print {
  .breadcrumb {
    display: none;
  }
}

.breadcrumb__list {
  margin: 0;
  padding: 0;
}

.breadcrumb__item {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.more-link,
.more-help-link {
  text-align: right;
}

[dir="rtl"] .more-link,
[dir="rtl"] .more-help-link {
  text-align: left;
}

.more-link__help-icon,
.more-help-link a {
  padding: 1px 0 1px 20px;
  background-image: url(../sass/navigation/more-link/more-link__help-icon.svg);
  background-position: 0 50%;
  background-repeat: no-repeat;
}

[dir="rtl"] .more-link__help-icon,
[dir="rtl"] .more-help-link a,
.more-help-link [dir="rtl"] a {
  padding: 1px 20px 1px 0;
  background-position: 100% 50%;
}

.nav-menu__item,
.menu__item {
  list-style-image: url(../sass/navigation/nav-menu/leaf.svg);
  list-style-type: square;
}

.nav-menu__item.is-expanded, .nav-menu__item--is-expanded,
.is-expanded.menu__item,
.menu__item.is-expanded {
  list-style-image: url(../sass/navigation/nav-menu/expanded.svg);
  list-style-type: circle;
}

.nav-menu__item.is-collapsed, .nav-menu__item--is-collapsed,
.is-collapsed.menu__item,
.menu__item.is-collapsed {
  list-style-image: url(../sass/navigation/nav-menu/collapsed.svg);
  list-style-type: disc;
}

[dir="rtl"] .nav-menu__item.is-collapsed, [dir="rtl"] .nav-menu__item--is-collapsed,
[dir="rtl"] .is-collapsed.menu__item,
[dir="rtl"] .menu__item.is-collapsed {
  list-style-image: url(../sass/navigation/nav-menu/collapsed-rtl.svg);
}

.nav-menu__link.is-active, .nav-menu__link--is-active,
.menu a.active {
  color: #000;
}

.navbar,
.main-navigation .links,
.main-navigation .menu {
  margin: 0;
  padding: 0;
  text-align: left;
}

[dir="rtl"] .navbar,
[dir="rtl"] .main-navigation .links,
.main-navigation [dir="rtl"] .links,
[dir="rtl"]
.main-navigation .menu,
.main-navigation [dir="rtl"] .menu {
  text-align: right;
}

.navbar__item,
.navbar li, .main-navigation .links li,
.main-navigation .menu li {
  float: left;
  padding: 0 10px 0 0;
  list-style-type: none;
  list-style-image: none;
}

[dir="rtl"] .navbar__item, [dir="rtl"]
.navbar li, [dir="rtl"] .main-navigation .links li, .main-navigation [dir="rtl"] .links li, [dir="rtl"]
.main-navigation .menu li,
.main-navigation [dir="rtl"] .menu li {
  float: right;
  padding: 0 0 0 10px;
}

.pager {
  clear: both;
  padding: 0;
  text-align: center;
}

@media print {
  .pager {
    display: none;
  }
}

.pager__item,
.pager__current-item,
.pager-current,
.pager-item,
.pager-first,
.pager-previous,
.pager-next,
.pager-last,
.pager-ellipsis {
  display: inline;
  padding: 0 .5em;
  list-style-type: none;
  background-image: none;
}

.pager__current-item,
.pager-current {
  font-weight: bold;
}

.skip-link {
  display: block;
  padding: 2px 0 3px;
  text-align: center;
}

.skip-link:link, .skip-link:visited {
  background-color: #666666;
  color: #fff;
}

.skip-link__wrapper {
  margin: 0;
}

@media print {
  .skip-link__wrapper {
    display: none;
  }
}

.tabs {
  margin: 1.125rem 0 0;
  line-height: 1.875rem;
  border-bottom: 1px solid #cccccc \0/ie;
  background-image: linear-gradient(to top, #cccccc 1px, transparent 1px);
  padding: 0 2px;
  list-style: none;
  white-space: nowrap;
}

@media print {
  .tabs {
    display: none;
  }
}

.tabs__tab {
  float: left;
  margin: 0 3px;
  border: 1px solid #cccccc;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-color: transparent;
  border-bottom: 0 \0/ie;
  overflow: hidden;
  background: #dddddd;
}

[dir="rtl"] .tabs__tab {
  float: right;
}

.tabs__tab.is-active {
  border-bottom-color: #fff;
}

.tabs__tab-link {
  padding: 0 1.5rem;
  display: block;
  text-decoration: none;
  transition: color .3s, background .3s, border .3s;
  text-shadow: #fff 0 1px 0;
  color: #000;
  background: #dddddd;
  letter-spacing: 1px;
}

.tabs__tab-link:focus, .tabs__tab-link:hover {
  background: #eaeaea;
}

.tabs__tab-link:active, .tabs__tab-link.is-active, .tabs__tab-link--is-active {
  background: #fff;
  text-shadow: none;
}

.tabs--off,
.views-displays .secondary {
  margin: 0;
  border-bottom: 0;
  padding: 0;
  background-image: none;
}

.tabs--secondary {
  margin-top: 1.5rem;
  font-size: 0.875rem;
  background-image: none;
}

.tabs + .tabs--secondary {
  margin-top: 0;
  background-image: linear-gradient(to top, #cccccc 1px, transparent 1px);
}

.tabs--secondary .tabs__tab {
  margin: 0.5625rem 0.1875rem;
  border: 0;
  background: transparent;
}

[dir="rtl"] .tabs--secondary .tabs__tab {
  float: right;
}

.tabs--secondary .tabs__tab.is-active {
  border-bottom-color: transparent;
}

.tabs--secondary .tabs__tab-link {
  border: 1px solid #cccccc;
  border-radius: 24px;
  color: #666666;
  background: #f1f1f1;
  letter-spacing: normal;
}

.tabs--secondary .tabs__tab-link:focus, .tabs--secondary .tabs__tab-link:hover {
  color: #333333;
  background: #dddddd;
  border-color: #999999;
}

.tabs--secondary .tabs__tab-link:active, .tabs--secondary .tabs__tab-link.is-active, .tabs--secondary .tabs__tab-link--is-active {
  color: white;
  text-shadow: #333333 0 1px 0;
  background: #666666;
  border-color: black;
}

.autocomplete,
.form-autocomplete {
  background-image: url(../sass/forms/autocomplete/throbber-inactive.png);
  background-position: 100% center;
  background-repeat: no-repeat;
}

[dir="rtl"] .autocomplete,
[dir="rtl"] .form-autocomplete {
  background-position: 0% center;
}

.autocomplete__list-wrapper,
#autocomplete {
  border: 1px solid;
  overflow: hidden;
  position: absolute;
  z-index: 100;
}

.autocomplete__list,
#autocomplete ul {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

.autocomplete__list-item,
#autocomplete li {
  background: #fff;
  color: #000;
  cursor: default;
  white-space: pre;
}

.autocomplete__list-item.is-selected, .autocomplete__list-item--is-selected,
#autocomplete li.is-selected,
#autocomplete .selected {
  background: #0072b9;
  color: #fff;
}

.autocomplete.is-throbbing, .autocomplete--is-throbbing,
.is-throbbing.form-autocomplete,
.form-autocomplete.throbbing {
  background-image: url(../sass/forms/autocomplete/throbber-active.gif);
}

.collapsible-fieldset,
.collapsible {
  position: relative;
}

.collapsible-fieldset__legend,
.collapsible .fieldset-legend {
  display: block;
  padding-left: 15px;
  background-image: url(../sass/forms/collapsible-fieldset/expanded.svg);
  background-position: 4px 50%;
  background-repeat: no-repeat;
}

[dir="rtl"] .collapsible-fieldset__legend,
[dir="rtl"] .collapsible .fieldset-legend,
.collapsible [dir="rtl"] .fieldset-legend {
  padding-left: 0;
  padding-right: 15px;
  background-position: right 4px top 50%;
}

.collapsible-fieldset__summary,
.collapsible .fieldset-legend .summary {
  color: #999999;
  font-size: .9em;
  margin-left: .5em;
}

.collapsible-fieldset.is-collapsed, .collapsible-fieldset--is-collapsed,
.is-collapsed.collapsible,
.collapsible.collapsed {
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  height: 1em;
}

.collapsible-fieldset.is-collapsed .collapsible-fieldset__wrapper, .collapsible-fieldset--is-collapsed__wrapper, .is-collapsed.collapsible .collapsible-fieldset__wrapper,
.collapsible.collapsed .fieldset-wrapper {
  display: none;
}

.collapsible-fieldset.is-collapsed .collapsible-fieldset__legend, .collapsible-fieldset--is-collapsed__legend, .is-collapsed.collapsible .collapsible-fieldset__legend,
.collapsible.collapsed .fieldset-legend,
.collapsible-fieldset.is-collapsed .collapsible .fieldset-legend,
.collapsible .collapsible-fieldset.is-collapsed .fieldset-legend,
.is-collapsed.collapsible .fieldset-legend {
  background-image: url(../sass/forms/collapsible-fieldset/collapsed.svg);
  background-position: 4px 50%;
}

[dir="rtl"] .collapsible-fieldset.is-collapsed .collapsible-fieldset__legend, [dir="rtl"] .collapsible-fieldset--is-collapsed__legend, [dir="rtl"] .is-collapsed.collapsible .collapsible-fieldset__legend,
[dir="rtl"] .collapsible.collapsed .fieldset-legend,
.collapsible.collapsed [dir="rtl"] .fieldset-legend,
[dir="rtl"] .collapsible-fieldset.is-collapsed .collapsible .fieldset-legend,
.collapsible [dir="rtl"] .collapsible-fieldset.is-collapsed .fieldset-legend,
[dir="rtl"] .is-collapsed.collapsible .fieldset-legend {
  background-image: url(../sass/forms/collapsible-fieldset/collapsed-rtl.svg);
  background-position: right 4px top 50%;
}

.form-item {
  margin: 1.5rem 0;
}

.form-item__required,
.form-required {
  color: #c00;
}

.form-item__description,
.form-item .description {
  font-size: 0.875rem;
}

.form-item--inline div,
.form-item--inline label, .container-inline .form-item div, .container-inline .form-item label {
  display: inline;
}

.form-item--inline__exception,
.container-inline .fieldset-wrapper {
  display: block;
}

.form-item--tight,
.form-item--radio,
.form-type-radio,
.form-type-checkbox,
.password-parent,
.confirm-parent,
table .form-item {
  margin: 0;
}

.form-item--radio .form-item__label, .form-item--radio__label, .form-type-radio .form-item__label,
.form-type-checkbox .form-item__label,
label.option {
  display: inline;
  font-weight: normal;
}

.form-item--radio .form-item__description, .form-item--radio__description, .form-type-radio .form-item__description,
.form-type-checkbox .form-item__description,
.form-type-radio .description,
.form-type-checkbox .description,
.form-item--radio .form-item .description,
.form-item .form-item--radio .description,
.form-type-radio .form-item .description,
.form-item .form-type-radio .description,
.form-type-checkbox .form-item .description,
.form-item
.form-type-checkbox .description {
  margin-left: 1.4em;
}

.form-item.is-error .form-item__widget, .form-item--is-error__widget,
.form-item.is-error input,
.form-item.is-error textarea,
.form-item.is-error select,
.form-item--is-error input,
.form-item--is-error textarea,
.form-item--is-error select,
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid #c00;
}

.form-table__sticky-header,
.sticky-header {
  position: fixed;
  visibility: hidden;
  margin-top: 0;
  background-color: #fff;
}

.form-table__sticky-header.is-sticky, .form-table__sticky-header--is-sticky,
.is-sticky.sticky-header {
  visibility: visible;
}

.form-table__header,
.form-table th,
form table th {
  border-bottom: 3px solid #cccccc;
  padding-right: 1em;
  text-align: left;
}

[dir="rtl"] .form-table__header,
[dir="rtl"] .form-table th,
.form-table [dir="rtl"] th,
[dir="rtl"] form table th,
form table [dir="rtl"] th {
  text-align: right;
  padding-left: 1em;
  padding-right: 0;
}

.form-table__body,
.form-table tbody,
form table tbody {
  border-top: 1px solid #cccccc;
}

.form-table__row,
.form-table tbody tr,
form table tbody tr {
  padding: .1em .6em;
  border-bottom: 1px solid #cccccc;
  background-color: #eeeeee;
}

.form-table__row:nth-child(even),
.form-table tbody tr:nth-child(even),
form table tbody tr:nth-child(even) {
  background-color: #fff;
}

.form-table__row.is-active, .form-table__row--is-active,
.form-table tbody tr.is-active,
form table tbody tr.is-active,
td.active {
  background-color: #dddddd;
}

.form-table__row.is-disabled, .form-table__row--is-disabled,
.form-table tbody tr.is-disabled,
form table tbody tr.is-disabled,
td.menu-disabled {
  background: #cccccc;
}

.form-table__row.is-selected, .form-table__row--is-selected,
.form-table tbody tr.is-selected,
form table tbody tr.is-selected,
tr.selected td {
  background: #fffdf0;
}

.form-table__list,
.form-table ul,
form table ul {
  margin: 0;
}

.form-table__narrow-column,
.form-table th.form-table__narrow-column,
form table th.form-table__narrow-column,
td .checkbox,
th .checkbox {
  width: -moz-min-content;
  width: -webkit-min-content;
  text-align: center;
}

.progress-bar,
.progress {
  font-weight: bold;
}

.progress-bar__bar,
.progress .bar {
  border-radius: 3px;
  margin: 0 .2em;
  border: 1px solid #666666;
  background-color: #cccccc;
}

.progress-bar__fill,
.progress .filled {
  height: 1.5em;
  width: 5px;
  background: #0072b9 url(../sass/forms/progress-bar/progress-bar.gif) repeat 0 0;
}

.progress-bar__percentage,
.progress .percentage {
  float: right;
}

[dir="rtl"] .progress-bar__percentage,
[dir="rtl"] .progress .percentage,
.progress [dir="rtl"] .percentage {
  float: left;
}

.progress-bar--inline,
.ajax-progress-bar {
  width: 16em;
  display: inline-block;
}

[dir="rtl"] .progress-bar--inline,
[dir="rtl"] .ajax-progress-bar {
  float: right;
}

.progress-throbber,
.ajax-progress {
  display: inline-block;
}

[dir="rtl"] .progress-throbber,
[dir="rtl"] .ajax-progress {
  float: right;
}

.progress-throbber__widget,
.ajax-progress .throbber {
  background: url(../sass/forms/progress-throbber/progress-throbber.gif) no-repeat 0 -18px transparent;
  float: left;
  height: 15px;
  margin: 2px;
  width: 15px;
}

[dir="rtl"] .progress-throbber__widget,
[dir="rtl"] .ajax-progress .throbber,
.ajax-progress [dir="rtl"] .throbber {
  float: right;
}

.progress-throbber__widget-in-tr,
tr .ajax-progress .throbber {
  margin: 0 2px;
}

.progress-throbber__message,
.ajax-progress .message {
  padding-left: 20px;
}

.resizable-textarea,
.resizable-textarea textarea {
  width: 100%;
  vertical-align: bottom;
}

.resizable-textarea__grippie,
.resizable-textarea .grippie {
  background: url(../sass/forms/resizable-textarea/grippie.png) no-repeat center 2px #eeeeee;
  border: 1px solid #cccccc;
  border-top-width: 0;
  cursor: s-resize;
  height: 9px;
  overflow: hidden;
}

.table-drag__wrapper,
body.drag {
  cursor: move;
}

.table-drag__item,
tr.drag {
  background-color: #fffadb;
}

.table-drag__item-previous,
tr.drag-previous {
  background-color: #fff7c2;
}

.table-drag__handle,
.tabledrag-handle {
  cursor: move;
  float: left;
  height: 1.7em;
  margin-left: -1em;
  overflow: hidden;
  text-decoration: none;
  font-size: 12px;
}

[dir="rtl"] .table-drag__handle,
[dir="rtl"] .tabledrag-handle {
  float: right;
  margin-right: -1em;
  margin-left: 0;
}

.table-drag__handle:focus, .table-drag__handle:hover,
.tabledrag-handle:focus,
.tabledrag-handle:hover {
  text-decoration: none;
}

.table-drag__handle-icon,
.tabledrag-handle .handle {
  box-sizing: content-box;
  background: url(../sass/forms/table-drag/handle-icon.png) no-repeat 6px 9px;
  height: 13px;
  margin: -.4em .5em;
  padding: .42em .5em;
  width: 13px;
}

.table-drag__handle.is-hover .table-drag__handle-icon, .table-drag__handle-icon--is-hover, .is-hover.tabledrag-handle .table-drag__handle-icon,
.tabledrag-handle-hover .handle,
.table-drag__handle.is-hover .tabledrag-handle .handle,
.tabledrag-handle .table-drag__handle.is-hover .handle,
.is-hover.tabledrag-handle .handle {
  background-position: 6px -11px;
}

.table-drag__toggle-weight-wrapper,
.tabledrag-toggle-weight-wrapper {
  text-align: right;
}

[dir="rtl"] .table-drag__toggle-weight-wrapper,
[dir="rtl"] .tabledrag-toggle-weight-wrapper {
  text-align: left;
}

.table-drag__toggle-weight,
.tabledrag-toggle-weight {
  font-size: .9em;
}

.table-drag__indentation,
.indentation {
  float: left;
  height: 1.7em;
  margin: -.4em .2em -.4em -.4em;
  padding: .42em 0 .42em .6em;
  width: 20px;
}

[dir="rtl"] .table-drag__indentation,
[dir="rtl"] .indentation {
  float: right;
  margin: -.4em -.4em -.4em .2em;
  padding: .42em .6em .42em 0;
}

.table-drag__tree-child,
.table-drag__tree-child-last,
.tree-child-last,
.table-drag__tree-child-horizontal,
.tree-child-horizontal,
.tree-child {
  background: url(../sass/forms/table-drag/tree-child.png) no-repeat 11px center;
}

[dir="rtl"] .table-drag__tree-child,
[dir="rtl"] .table-drag__tree-child-last,
[dir="rtl"] .tree-child-last,
[dir="rtl"] .table-drag__tree-child-horizontal,
[dir="rtl"] .tree-child-horizontal,
[dir="rtl"] .tree-child {
  background-position: -65px center;
}

.table-drag__tree-child-last,
.tree-child-last {
  background-image: url(../sass/forms/table-drag/tree-child-last.png);
}

.table-drag__tree-child-horizontal,
.tree-child-horizontal {
  background-position: -11px center;
}

/**
 * variables
 */
@font-face {
  font-family: 'AvenirNextCondensed-Bold';
  src: url("../fonts/AvenirNextCondensed-Bold.eot");
  src: url("../fonts/AvenirNextCondensed-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNextCondensed-Bold.svg#DINPro-Regular") format("svg");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FE;
}

/**
* Place to drop all of your custom mixins
*/
/**
 * General styling partials
 */
body:after {
  content: 'default';
  display: block;
  display: none;
  position: fixed;
  top: 70px;
  right: 0;
  height: auto;
  padding: 10px 20px;
  color: #2d2d2d;
  background-color: red;
}

@media (min-width: 480px) {
  body:after {
    content: 'break-1';
    background-color: orange;
  }
}

@media (min-width: 768px) {
  body:after {
    content: 'break-2';
    background-color: yellow;
  }
}

@media (min-width: 960px) {
  body:after {
    content: 'break-3';
    background-color: green;
  }
}

@media (min-width: 1200px) {
  body:after {
    content: 'break-4';
    background-color: red;
  }
}

* {
  box-sizing: border-box;
}

*:focus {
  outline: 0;
}

nav.tabs {
  margin-bottom: 1.5em;
}

html {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  color: #2d2d2d;
  line-height: 1.60em;
  font-weight: 500;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
}

body {
  margin: 0;
  padding: 0;
  color: #2d2d2d;
  background-color: #fff;
}

.container {
  position: relative;
  display: block;
  padding: 0 10px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}

.container:after {
  clear: both;
  content: '';
  display: table;
}

.header__logo-image {
  width: 100%;
  min-height: 104px;
}

h1 {
  font-family: "AvenirNextCondensed-Bold", Arial, sans-serif;
  font-size: 3.4em;
  font-style: italic;
  line-height: 1.2em;
}

@media (max-width: 768px) {
  h1 {
    font-size: 2.4rem;
  }
}

a {
  color: inherit;
}

a:hover {
  text-decoration: none;
}

a:visited {
  color: inherit;
}

p {
  margin-bottom: 1em;
  margin-top: 0;
}

p.title {
  margin-bottom: 0;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}

p.title strong {
  color: #2d2d2d;
  line-height: 2.6rem;
  font-size: 2.2rem;
  text-transform: uppercase;
}

p.headtitle {
  margin-bottom: 0;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}

p.headtitle strong {
  background-color: #2d2d2d;
  color: #ffffff;
  line-height: 4.8rem;
  font-size: 3rem;
  text-transform: uppercase;
}

p.subtitle {
  margin-bottom: 0.5em;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 2.4rem;
}

u {
  color: #ffffff;
  background: #d20900;
  text-decoration: none;
}

p.small-title {
  color: #d2232a;
  font-size: 17px !important;
}

a.read-more {
  display: inline-block;
  padding: 7px 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: black;
  transition: all 0.3s ease;
  text-decoration: none;
  border: 1px solid black;
  font-size: 16px;
}

a.read-more:before {
  background: #d2232a;
}

p.read-more-link {
  display: block;
  margin-top: 1.5em;
}

p.read-more-link span {
  display: inline-block;
  padding: 7px 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: black;
  transition: all 0.3s ease;
  background-color: #d2232a;
  color: white;
}

a.read-more-small {
  position: relative;
  padding-right: 1em;
  color: #d2232a;
}

a.read-more-small:after {
  content: "\203A";
  position: absolute;
  right: 5px;
  transition: all 0.3s ease;
  text-decoration: underline;
}

a.read-more-small:after {
  text-decoration: none !important;
}

a.read-more-small:hover {
  text-decoration: none;
}

a.read-more-small:hover:after {
  right: 0;
}

a.more-link {
  display: block;
  text-align: left;
}

.slick-slider {
  padding: 0;
  margin: 0;
}

.slick-slider .slick-dots {
  list-style-type: none;
  position: absolute;
  bottom: 0px;
  text-align: center;
  width: 100%;
  padding-left: 0;
}

.slick-slider .slick-dots li {
  list-style: none;
  width: 20px;
  height: 20px;
  border: 2px solid #cccccc;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  margin: 0 4px;
}

.slick-slider .slick-dots li.slick-active {
  background-color: #cccccc;
}

.slick-slider .slick-dots li button {
  display: none;
}

.slick-slider .arrows {
  width: 40px;
  height: 40px;
  z-index: 2;
  position: absolute;
  bottom: 0;
  background-size: cover;
  cursor: pointer;
  transition: all 0.3s ease;
}

.slick-slider .arrows.arrow-next {
  right: 0;
  background: #cccccc url(../images/arrow-right.png) top left/cover no-repeat;
}

.slick-slider .arrows.arrow-next:hover {
  background: #2d2d2d url(../images/arrow-right.png) top left/cover no-repeat;
}

.slick-slider .arrows.arrow-prev {
  left: 0;
  background: #cccccc url(../images/arrow-left.png) top left/cover no-repeat;
}

.slick-slider .arrows.arrow-prev:hover {
  background: #2d2d2d url(../images/arrow-left.png) top left/cover no-repeat;
}

.slick-slider .arrows.slick-disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.slick-slider .arrows.slick-disabled:hover {
  background-color: #cccccc;
}

.image-gallery_paragraph .slick-slider .arrows {
  width: 50px;
  height: 50px;
  bottom: auto;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.image-gallery_paragraph .slick-slider .arrows.arrow-next {
  right: 10%;
}

.image-gallery_paragraph .slick-slider .arrows.arrow-prev {
  left: 10%;
}


.text-and-gallery_paragraph .slick-slider .arrows {
  bottom: auto;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

figure {
  margin: 0;
  padding: 0;
}

.no-visible {
  display: none;
}

.pager a {
  color: black;
}

/**
 * views
 */
.market-overview {
  width: 100%;
  margin-top: 3em;
  margin-bottom: 3em;
  max-width: 380px;
  margin: 0 auto;
  margin-top: 2em;
  display: table;
}

@media (min-width: 600px) {
  .market-overview {
    float: left;
    max-width: none;
  }
  .market-overview .views-row {
    width: 49.25%;
    margin-right: 1.5%;
    float: left;
    margin-bottom: 1.5%;
  }
  .market-overview .views-row.views-row-even {
    margin-right: 0;
  }
}

@media (min-width: 850px) {
  .market-overview .views-row {
    width: 32.33%;
    margin-right: 1.5%;
    float: left;
    margin-bottom: 1.5%;
  }
  .market-overview .views-row.views-row-even {
    margin-right: 1.5%;
  }
  .market-overview .views-row.third {
    margin-right: 0;
  }
}

.products-overview {
  float: left;
  width: 100%;
  margin: 2.5em 0;
}

.products-overview .views-row {
  margin-bottom: 1em;
}

@media (min-width: 420px) {
  .products-overview .views-row {
    width: 49.25%;
    margin-right: 1.5%;
    float: left;
    margin-bottom: 1.5%;
  }
  .products-overview .views-row.views-row-even {
    margin-right: 0;
  }
}

.products-overview .view-filters {
  margin-bottom: 1em;
}

.products-overview .view-filters label {
  font-weight: 400;
  margin-bottom: 1em;
}

.products-overview .view-filters .form-item {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 1em;
}

.products-overview .view-filters .form-item a {
  padding: 10px 20px;
  display: block;
  text-decoration: none;
  color: white;
  background-color: white;
  border: 1px solid #2d2d2d;
  color: #2d2d2d;
  font-weight: bold;
  transition: color 0.3s ease;
}

.products-overview .view-filters .form-item a.active {
  background-color: #d2232a;
  border-color: #d2232a;
  color: white;
}

.products-overview .view-filters .form-item a:hover {
  color: #d2232a;
}

.products-overview .view-filters .form-item a:hover.active {
  color: white;
}

.products-overview .view-filters .description {
  display: none;
}

@media (min-width: 768px) {
  .products-overview .views-row {
    width: 32.33%;
    margin-right: 1.5%;
    float: left;
  }
  .products-overview .views-row.views-row-even {
    margin-right: 1.5%;
  }
  .products-overview .views-row.third {
    margin-right: 0;
    float: right;
  }
  .products-overview .views-row.third + .views-row {
    clear: both;
  }
}

.product-overview-markets-page .category-label {
  display: none;
}

#products-overview-grid .node-product-teaser {
  width: 100%;
  float: left;
}

@media (min-width: 420px) {
  #products-overview-grid .node-product-teaser {
    width: 48%;
    float: left;
    margin: 1%;
  }
}

@media (min-width: 768px) {
  #products-overview-grid .node-product-teaser {
    width: 32%;
    float: left;
    margin: 0.6%;
  }
}

.small-blog-overview {
  float: left;
  width: 100%;
  margin-top: 2em;
}

@media (min-width: 480px) {
  .small-blog-overview .views-row {
    width: 48.5%;
    margin-right: 1.5%;
    float: left;
  }
  .small-blog-overview .views-row.even {
    margin-right: 0;
  }
}

.front .small-blog-overview .read-more-small:hover {
  color: #d2232a;
}

@media (min-width: 768px) {
  .small-blog-overview {
    width: 40%;
    float: left;
    margin-top: 96px;
    padding-left: 50px;
  }
  .small-blog-overview .views-row {
    width: 100%;
  }
  .small-blog-overview .views-row-1 {
    margin-bottom: 2em;
    position: relative;
  }
  .small-blog-overview .views-row-1:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 91%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    background-color: #474646;
    bottom: -15px;
  }
}

.highlighted-blog > .title {
  margin-bottom: 1.5em;
  text-transform: uppercase;
}

.front .highlighted-blog > .title {
  color: white;
}

.highlighted-blog .higlighted-blog-link {
  text-decoration: none;
  color: white;
}

.highlighted-blog .read-more-small:hover {
  color: #d2232a !important;
}

@media (min-width: 768px) {
  .highlighted-blog {
    width: 60%;
    float: left;
  }
}

.highlighted-blog-blog-page {
  margin-top: 3em;
}

@media (min-width: 768px) {
  .highlighted-blog-blog-page {
    margin-top: 3em;
    margin-bottom: 3em;
  }
}

.blog-page-blog-small-overview {
  margin-top: 3em;
  margin-bottom: 3em;
}

@media (min-width: 768px) {
  .blog-page-blog-small-overview {
    margin-top: 3em;
  }
}

.blog-overview {
  float: left;
  width: 100%;
  margin-bottom: 3em;
}

@media (min-width: 480px) {
  .blog-overview .views-row {
    width: 48.5%;
    margin-right: 1.5%;
    float: left;
  }
  .blog-overview .views-row.even {
    margin-right: 0;
  }
}

.market-info {
  float: left;
  width: 100%;
  color: #999999;
}

.market-info .title {
  color: white;
}

.market-info .cta-quote,
.market-info .market-info {
  float: left;
}

.market-info .market-info {
  width: 100%;
}

.market-info .cta-quote-block {
  border: 1px solid #999999;
  padding: 2em 1em;
  text-align: center;
  color: white;
  margin-top: 2em;
}

.market-info .cta-quote-block .title {
  font-size: 22px;
  line-height: 25px;
}

.market-info .cta-quote-block .read-more {
  margin-top: 1em;
  background-color: #d2232a;
  border: none;
  letter-spacing: 0;
  font-weight: 400;
}

.market-info .cta-quote-block .read-more:before {
  background-color: white;
}

.market-info .cta-quote-block .read-more:hover {
  color: #d2232a !important;
}

.market-info .cta-quote-block p:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .market-info .cta-quote {
    margin-top: 0;
    width: 33.33%;
    float: right;
  }
  .market-info .cta-quote .cta-quote-block {
    width: 80%;
    margin: 0 auto;
  }
  .market-info .market-info {
    width: 60%;
    float: left;
    padding-right: 2em;
  }
}

.history-overview .container > .title {
  margin-bottom: 2em;
  text-align: center;
}

.history-overview .views-row {
  position: relative;
  padding-bottom: 5em;
  padding-left: 3em;
}

.history-overview .views-row:after {
  width: 15px;
  height: 100%;
  background-color: #eeeeee;
  position: absolute;
  content: '';
  left: 8px;
  top: 0;
  z-index: 1;
}

.history-overview .views-row:before {
  width: 31px;
  height: 31px;
  background-image: url("../images-source/history.svg");
  content: '';
  position: absolute;
  top: 0;
  background-size: cover;
  background-repeat: none;
  background-position: center;
  z-index: 2;
  top: 50%;
  left: 0;
}

.history-overview .views-row-first:after {
  height: 70%;
  bottom: 0;
  top: auto;
  border-radius: 10px 10px 0 0;
}

.history-overview .views-row-last:after {
  border-radius: 0 0 10px 10px;
}

@media (min-width: 768px) {
  .history-overview .views-row {
    padding-left: 0;
  }
  .history-overview .views-row:after {
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .history-overview .views-row:before {
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.product-category-overview {
  float: left;
  width: 100%;
  margin: 2.5em 0 4em;
}

.product-category-overview > .title {
  text-align: center;
  margin-bottom: 2em;
}

.product-category-overview .views-row {
  margin-bottom: 1em;
}

.product-category-overview .views-row article {
  margin-left: 1px;
}

.product-category-overview .slick-slider .arrows {
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.product-category-overview .slick-slider .arrows.arrow-prev {
  left: 10px;
}

.product-category-overview .slick-slider .arrows.arrow-next {
  right: 10px;
}

@media (min-width: 480px) {
  .product-category-overview .views-row {
    padding: 0 0.4%;
  }
}

/**
 * Navigation styling partial
 */
.mobile-menu-button {
  display: block;
}

@media (min-width: 960px) {
  .mobile-menu-button {
    display: none;
  }
}

.mobile-menu {
  display: none;
}

.slicknav_menu {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  z-index: 10;
}

.slicknav_menu .slicknav_btn {
  background-color: #d2232a;
}

.slicknav_nav {
  background-color: #d2232a;
  left: 0;
}

.slicknav_nav ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.slicknav_nav a {
  color: white;
  font-size: 20px;
  line-height: 1.6em;
  transition: all 0.2s ease;
}

.slicknav_nav a:hover {
  color: #d2232a;
  background: none;
}

.slicknav_nav a.active {
  color: white;
  font-weight: bold;
}

.node-type-frontpage h1 {
  display: none;
}

.node-type-frontpage .main-menu .menu__link {
  color: #2d2d2d;
}

.main-menu {
  float: right;
  display: none;
  width: 100%;
  margin-top: 1.5em;
}

.main-menu .menu {
  list-style: none;
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: table;
  width: 100%;
}

.main-menu .menu__item {
  display: table-cell;
  text-align: center;
  list-style-image: none;
  list-style-type: none;
}

.main-menu .menu__item.last {
  margin-right: 0 !important;
}

.main-menu .menu__link {
  color: white;
  text-decoration: none;
  font-size: 15px;
  line-height: 1rem;
  padding: 1px 2px;
  position: relative;
  display: block;
  transition: all 0.3s ease;
  text-transform: uppercase;
  border: 1px solid transparent;
  font-weight: bold;
}

.main-menu .menu__link.active, .main-menu .menu__link.is-active-trail, .main-menu .menu__link.active-trail {
  font-weight: bold;
  border: none;
  background: #e51b1b;
  color: white;
}

.main-menu .menu__link.active:hover, .main-menu .menu__link.is-active-trail:hover, .main-menu .menu__link.active-trail:hover {
  color: white;
}

.main-menu .menu__link:hover {
  color: #d2232a;
}

@media (min-width: 960px) {
  .main-menu {
    display: block;
  }
}

@media (min-width: 1200px) {
  .main-menu {
    width: auto;
    margin-top: 3em;
  }
  .main-menu .menu__item {
    float: left;
    margin-right: 14px;
  }
}

.main-menu-footer {
  float: left;
  width: 50%;
}

.main-menu-footer .menu {
  list-style: none;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.main-menu-footer .menu__item {
  list-style-image: none;
  list-style-type: none;
}

.main-menu-footer .menu__item .menu__link {
  color: #999999;
  text-decoration: none;
  position: relative;
  display: block;
  text-transform: uppercase;
  line-height: 34px;
}

.main-menu-footer .menu__item .menu__link.active, .main-menu-footer .menu__item .menu__link.is-active-trail, .main-menu-footer .menu__item .menu__link.active-trail {
  color: white;
  font-weight: bold;
}

.main-menu-footer .menu__item .menu__link:hover {
  color: white;
}

@media (min-width: 480px) {
  .main-menu-footer {
    width: 40%;
  }
  .main-menu-footer .menu {
    /* Chrome, Safari, Opera */
    /* Firefox */
    column-count: 2;
  }
}

.footer-markets-menu {
  float: left;
  width: 50%;
}

.footer-markets-menu .menu {
  list-style: none;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.footer-markets-menu .menu__item {
  list-style-image: none;
  list-style-type: none;
}

.footer-markets-menu .menu__item .menu__link {
  color: #999999;
  text-decoration: none;
  position: relative;
  display: block;
  text-transform: uppercase;
  line-height: 34px;
  font-weight: bold;
}

.footer-markets-menu .menu__item .menu__link.active, .footer-markets-menu .menu__item .menu__link.is-active-trail, .footer-markets-menu .menu__item .menu__link.active-trail {
  color: white;
  font-weight: bold;
}

.footer-markets-menu .menu__item .menu__link:hover {
  color: white;
}

@media (min-width: 480px) {
  .footer-markets-menu {
    width: 20%;
  }
}

.language-switcher {
  float: left;
  position: relative;
  z-index: 11;
}

.language-switcher ul.language {
  list-style: none;
  margin: 0;
  padding: 0;
}

.language-switcher ul.language li {
  float: left;
  margin: 0.3em;
}

.language-switcher ul.language li a, .language-switcher ul.language li span {
  color: black;
  text-decoration: none;
  font-size: 14px;
  padding: 0 2px;
  line-height: 1rem;
  display: block;
  position: relative;
}

.language-switcher ul.language li a {
  color: white;
  transition: all 0.3s ease;
}

.language-switcher ul.language li a.active {
  background-color: #333e48;
  font-weight: bold;
}

.language-switcher ul.language li a.active:before {
  content: '';
  width: 100%;
  height: 1.3rem;
  position: absolute;
  top: -1.3rem;
  left: 0;
  position: absolute;
  display: block;
  background-color: #333e48;
}

.language-switcher ul.language li a.active:hover {
  color: white;
}

.language-switcher ul.language li a:hover {
  color: #d2232a;
}

@media (min-width: 960px) {
  .language-switcher {
    float: right;
  }
}

#breadcrumb {
  display: none;
  margin: 2em 0 0;
}

#breadcrumb .breadcrumb__item a:hover {
  text-decoration: none;
}

#breadcrumb .breadcrumb__separator {
  margin: 0 9px;
}

@media (min-width: 768px) {
  #breadcrumb {
    display: inline-block;
  }
}

.back-button {
  float: right;
  text-align: right;
  margin-top: 2em;
}

.back-button a {
  text-decoration: none;
  color: #d2232a;
  padding-left: 1em;
  position: relative;
}

.back-button a:before {
  content: "\2039";
  position: absolute;
  left: 5px;
  transition: all 0.3s ease;
}

.back-button a:hover {
  color: #2d2d2d;
}

.back-button a:hover:before {
  content: "\2039";
  position: absolute;
  left: 0px;
}

.bottom-menu {
  padding: 1em 0;
  text-align: right;
  font-size: 13px;
}

.bottom-menu p {
  margin-bottom: 0;
}

.bottom-menu a:hover {
  text-decoration: none;
}

/**
 * page styling partials
 * add structure
 */
.wrapper {
  overflow: hidden;
  max-width: 2500px;
  margin: 0 auto;
}

#top,
header,
#navigation,
#hero,
#hero-extend,
#main,
#content-above,
#content,
main,
.sidebar-left,
.sidebar-right,
#content-below,
#content-after,
footer,
#bottom,
#pre-footer {
  width: 100%;
  float: left;
}

#top {
  padding-top: 1em;
}

#top .container {
  max-width: 1500px;
  padding: 0 30px;
}

#pre-footer,
footer {
  background-color: black;
}

footer {
  padding-bottom: 2em;
}

header {
  padding-top: 1em;
  padding-bottom: 2em;
}

header .container {
  max-width: 1500px;
  padding: 0 30px;
}

.header-wrap {
  position: absolute;
  width: 100%;
  z-index: 2;
}

#canvas {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}

#hero {
  padding: 250px 0 170px;
  position: relative;
  background-color: #232323;
  overflow: hidden;
}

#hero .container {
  max-width: 1500px;
  padding: 0 30px;
}

.node-type-market #hero {
  padding: 250px 0 100px;
}

.front #hero {
  padding: 187px 0 55%;
  /*&:before {
        position: absolute;
        content: '';
        display: block;
        background-image: url(../images/group_new.png);
        z-index: 1;
        width: 122vw;
        height: 100%;
        top: 60%;
        max-width: 1500px;
        right: 0%;
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: top right;
        margin-top: 8em;
        pointer-events: none;
  
      }*/
}

.front #hero .top-hero {
  position: absolute;
  content: '';
  display: block;
  z-index: 1;
  width: 122vw;
  height: 100%;
  top: 60%;
  max-width: 1500px;
  right: 0%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top right;
  margin-top: 8em;
  pointer-events: none;
}

#hero:after {
  position: absolute;
  content: '';
  background-image: url(../images/seyntex-element.png);
  left: -2px;
  right: 0;
  bottom: 0;
  width: 101%;
  background-size: cover;
  padding-bottom: 23%;
  background-repeat: no-repeat;
  height: auto;
  z-index: 2;
  pointer-events: none;
}

.node-type-market #hero:after {
  background-image: url(../images/line-element-market.png);
}

@media (min-width: 380px) {
  .front #hero .top-hero {
    top: 50%;
  }
}

@media (min-width: 480px) {
  .front #hero .top-hero {
    width: 122vw;
    top: 40%;
  }
}

@media (min-width: 650px) {
  .front #hero .top-hero {
    top: 35%;
  }
}

@media (min-width: 768px) {
  .front #hero .top-hero {
    top: 24%;
  }
  .node-type-market #hero {
    padding: 330px 0 285px;
  }
}

@media (min-width: 960px) {
  .front #hero {
    padding: 350px 0 250px;
  }
  .front #hero .container {
    min-height: 200px;
  }
  .front #hero .top-hero {
    width: 108vw;
    margin-top: 0;
    right: -5%;
  }
}

@media (min-width: 1200px) {
  .front #hero .top-hero {
    background-size: auto;
    background-position: right;
    top: 7%;
    right: -8%;
  }
}

@media (min-width: 1500px) {
  .front #hero .top-hero {
    right: 5%;
  }
}

#hero-extend {
  background-color: #232323;
  padding: 2em 0 4em;
  color: white;
}

#hero-extend .read-more,
#hero-extend .read-more-small {
  color: white;
  border-color: white;
}

.node-type-jobs #top, .node-type-jobs header,
.node-type-blog #top,
.node-type-blog header {
  background-color: #232323;
}

#content-after {
  padding: 20px 0 50px;
}

.front #content-after {
  background-color: #2d2d2d;
  padding: 40px 0 70px;
  margin-top: 4em;
  position: relative;
  margin-top: 7em;
}

.front #content-after:after {
  position: absolute;
  content: '';
  background-image: url(../images/line-element-blog.png);
  pointer-events: none;
  left: -2px;
  right: 0;
  bottom: 100%;
  width: 101%;
  background-size: cover;
  padding-bottom: 23%;
  background-repeat: no-repeat;
  height: auto;
}

@media (min-width: 768px) {
  .front #content-after {
    margin-top: 17em;
  }
}

body.page-user .header-wrap #top,
body.page-user .header-wrap header {
  background-color: #232323;
}

@media (min-width: 768px) {
  body.no-right-sidebar main,
  body.maintenance-page main {
    float: left;
    width: 100%;
  }
  body.one-sidebar.one-sidebar-left main {
    width: 70%;
    float: left;
  }
  body.one-sidebar.one-sidebar-left .sidebar-left {
    width: 30%;
    float: left;
  }
  body.one-sidebar.one-sidebar-right main {
    width: 80%;
    float: left;
  }
  body.one-sidebar.one-sidebar-right .sidebar-right {
    width: 20%;
    float: left;
  }
  body.two-sidebars main {
    width: 50%;
    float: left;
  }
  body.two-sidebars .sidebar-left {
    width: 30%;
    float: left;
  }
  body.two-sidebars .sidebar-right {
    width: 20%;
    float: right;
  }
}

/**
 * block styling partial
 */
.box-dark {
  background-color: #232323;
  display: inline-block;
  margin: 0 0 15px 0;
}

.box-dark h1 {
  font-style: normal;
  margin: 0;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 900;
}

.intro-block {
  color: white;
}

.intro-block .frontpage-arrow {
  display: none;
}

.intro-block .background-image {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  background-position: bottom center;
  background-repeat: no-repeat;
}

.intro-block .background-image.market {
  background-size: cover;
  background-repeat: no-repeat;
}

.intro-block .mood-movie {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
}

.intro-block .read-more,
.intro-block .read-more-small {
  margin-top: 2em;
  color: white;
  border-color: white;
}

.intro-block .text {
  position: relative;
  z-index: 1;
  font-weight: 400;
}

@media (min-width: 480px) {
  .intro-block .text {
    max-width: 65%;
  }
  .front .intro-block .text {
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .intro-block .text {
    max-width: 45%;
  }
  .intro-block .frontpage-arrow {
    display: block;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 9rem;
    width: 96px;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #000000;
    font-size: .8rem;
    line-height: 1rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 5;
    transition: all 0.3s ease;
  }
  .intro-block .frontpage-arrow:hover {
    bottom: 8.5rem;
  }
  .intro-block .background-image.market {
    background-size: cover;
    background-position: top center;
  }
  .page-node-5 .intro-block .background-image.market,
  .page-node-6 .intro-block .background-image.market,
  .page-node-7 .intro-block .background-image.market,
  .page-node-8 .intro-block .background-image.market {
    background-position: 41% 10%;
  }
}

@media (min-width: 960px) {
  .front .intro-block .text {
    max-width: 35%;
  }
}

@media (min-width: 1500px) {
  .front .intro-block .text {
    background-color: transparent;
    padding: 0;
  }
}

.not-front .intro-block .frontpage-arrow {
  display: none;
}

.market-info-text {
  margin-top: 3em;
  margin-bottom: 3em;
}

.market-info-text .fluid-width-video-wrapper {
  margin-top: 2em;
  padding-top: 56%;
}

.market-info-text .fluid-width-video-wrapper iframe {
  border: none;
}

@media (min-width: 768px) {
  .market-info-text .text {
    width: 33.33%;
    float: left;
  }
  .market-info-text .video {
    width: 60%;
    float: right;
  }
  .market-info-text .video .fluid-width-video-wrapper {
    margin-top: 0;
  }
}

div.footer-logo {
  width: 100%;
  text-align: center;
  float: left;
  padding: 1.5em 3em 0 0;
}

div.footer-logo img {
  max-width: 300px;
}

@media (min-width: 480px) {
  div.footer-logo {
    width: 40%;
    text-align: left;
  }
}

.about-block {
  width: 100%;
  float: left;
  padding: 2.5em 1.5em 1.5em 0;
  color: #999999;
}

@media (min-width: 480px) {
  .about-block {
    width: 60%;
  }
}

.contact-footer-block {
  width: 100%;
  float: left;
  color: #999999;
  margin-bottom: 1em;
}

.contact-footer-block a:hover {
  text-decoration: none;
}

@media (min-width: 480px) {
  .contact-footer-block {
    width: 40%;
    margin-bottom: 0;
  }
}

.contact-block {
  margin-top: 2em;
}

.contact-block p.title {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.3em;
  margin-bottom: 0.2em;
}

@media (min-width: 480px) {
  .contact-block {
    width: 30%;
    float: right;
  }
}

.contact-form {
  margin-top: 2em;
  background-color: #eeeeee;
  padding: 1.5em;
}

@media (min-width: 480px) {
  .contact-form {
    width: 60%;
    float: left;
    margin-bottom: 4em;
  }
}

.vacancy-text-block {
  background-color: #eeeeee;
  padding: 1.5em;
  margin-bottom: 2em;
}

@media (min-width: 768px) {
  .vacancy-text-block {
    width: 45%;
    float: right;
  }
}

/**
 * entities styling partial
 */
.node-market-teaser {
  text-align: center;
  position: relative;
  background-color: #232323;
}

.node-market-teaser a.link-teaser {
  display: block;
  position: relative;
  color: white;
  overflow: hidden;
}

.node-market-teaser a.link-teaser:hover .teaser-text {
  top: 15%;
}

.node-market-teaser a.link-teaser:hover .teaser-intro-text {
  opacity: 1;
  filter: alpha(opacity=100);
}

.node-market-teaser a.link-teaser:hover:after {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.node-market-teaser a.link-teaser:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: black;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.3s ease;
}

.node-market-teaser .teaser-readmore-link {
  color: #d2232a;
  text-decoration: underline;
  margin-top: 0.5em;
}

.node-market-teaser .teaser-readmore-link:hover {
  text-decoration: none;
}

.node-market-teaser .teaser-text {
  position: absolute;
  top: 5%;
  transition: all 0.3s ease;
  text-align: center;
  width: 100%;
  padding: 0 8%;
  z-index: 2;
}

.node-market-teaser .teaser-text .title {
  font-size: 22px;
  line-height: 36px;
  margin-bottom: 0;
}

.node-market-teaser .teaser-text .teaser-intro-text {
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.3s ease;
}

@media (min-width: 480px) {
  .node-market-teaser img {
    display: block;
  }
}

.node-market.view-mode-full {
  text-align: center;
}

@media (min-width: 768px) {
  .node-market.view-mode-full {
    max-width: 45%;
    margin: 3em auto 0;
  }
}

.node-product-teaser {
  position: relative;
  text-align: left;
  border: 1px solid #cccccc;
}

.node-product-teaser .title {
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  color: #d2232a;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 0.2em;
}

.node-product-teaser .title a {
  color: inherit;
  text-decoration: none;
}

.node-product-teaser .category-label {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #d2232a;
  color: white;
  padding: 5px 10px;
  font-size: 14px;
}

.node-product-teaser .text-wrap {
  padding: 1.5em 10%;
}

.node-product-teaser .slick-slider {
  margin: 0;
}

#products-overview-grid .node-product-teaser {
  height: 533px;
}

.node-blog-highlighted .title, .node-blog-teaser .title {
  font-size: 22px;
  line-height: 25px;
  text-transform: uppercase;
  margin-bottom: 0.2em;
}

.node-blog-highlighted .title a, .node-blog-teaser .title a {
  text-decoration: none;
  color: #2d2d2d;
  transition: color 0.3s ease;
}

.node-blog-highlighted .title a:hover, .node-blog-teaser .title a:hover {
  color: #d2232a;
}

.node-blog-highlighted .read-more-small, .node-blog-teaser .read-more-small {
  color: #d2232a;
  transition: color 0.3s ease;
}

.node-blog-highlighted .read-more-small:hover, .node-blog-teaser .read-more-small:hover {
  color: #2d2d2d;
  text-decoration: none;
}

.node-blog-highlighted .date-display-single, .node-blog-teaser .date-display-single {
  margin-bottom: 1em;
  display: block;
}

.front .node-blog-highlighted, .front .node-blog-teaser {
  color: white;
}

.front .node-blog-highlighted .title a,
.front .node-blog-highlighted .date-display-single, .front .node-blog-teaser .title a,
.front .node-blog-teaser .date-display-single {
  color: white;
}

.front .node-blog-highlighted .more-link, .front .node-blog-teaser .more-link {
  color: #d2232a;
}

.front .node-blog-highlighted .more-link:hover, .front .node-blog-teaser .more-link:hover {
  color: white;
}

.node-blog-highlighted {
  position: relative;
}

.node-blog-highlighted .image img {
  display: block;
}

.node-blog-highlighted .text {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1em 2em;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7db9e8+0,000000+10&0+0,1+36 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(125, 185, 232, 0) 0%, rgba(0, 0, 0, 0.28) 10%, black 36%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */
}

.node-blog-highlighted .more-link:hover {
  color: white;
}

.node-blog-teaser {
  padding: 1em;
  text-align: left;
}

.node-usp-teaser {
  text-align: center;
}

.node-usp-teaser .icon {
  margin-bottom: 1em;
}

.node-usp-teaser .usp-title {
  color: #d2232a;
  font-size: 17px !important;
}

.field-collection-container {
  border: none;
  margin-bottom: 0;
}

.node-history-teaser {
  position: relative;
}

@media (min-width: 768px) {
  .node-history-teaser .text {
    position: absolute;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    width: 45%;
    background-color: rgba(216, 216, 217, 0.8);
    padding: 2em;
  }
  .views-row-odd .node-history-teaser .text {
    right: 0;
  }
  .views-row-odd .node-history-teaser .image {
    float: left;
  }
  .views-row-even .node-history-teaser .text {
    left: 0;
  }
  .views-row-even .node-history-teaser .image {
    float: right;
  }
}

.node-jobs.view-mode-full {
  margin-bottom: 3em;
}

.node-blog-full {
  margin-bottom: 3em;
}

@media (min-width: 768px) {
  .node-blog-full .left {
    width: 60%;
    float: left;
  }
  .node-blog-full .right {
    width: 30%;
    float: right;
  }
}

.node-jobs-teaser p.title a {
  color: #2d2d2d;
  text-decoration: none;
  transition: all 0.3s ease;
}

.node-jobs-teaser p.title a:hover {
  color: #d2232a;
}

.node-jobs-teaser .read-more-small {
  color: #d2232a;
}

.node-jobs-teaser .read-more-small:hover {
  text-decoration: none;
}

@media (min-width: 768px) {
  .contact-map {
    width: 30%;
    float: right;
  }
}

/**
 * paragarphs
 */
.paragraph {
  float: left;
  width: 100%;
  padding: 8em 0;
}

.paragraph.white {
  color: white;
}

.paragraph.white .read-more {
  color: white;
  border-color: white;
}

.paragraph.background-black {
  background-color: #232323;
  color: white;
}

.paragraph.background-black .small-title,
.paragraph.background-black .title {
  color: white;
}

.paragraph.background-black .read-more {
  color: white;
  border-color: white;
}

.paragraph p:last-of-type {
  margin-bottom: 0;
}

.paragraph p.title {
  font-weight: 600;
  font-size: 30px;
  line-height: 1.3em;
}

.text-and-background-image_paragraph {
  text-align: center;
  position: relative;
  padding: 4em 0;
}

.text-and-background-image_paragraph.design {
  padding: 8em 0 4em;
}

.text-and-background-image_paragraph.design:after {
  /*position: absolute;
		    content:'';
		    background-image: url(../images/paragraph-line.png);
		    left: -2px;
		    right: 0;
		    top: -4px;
		    width: 101%;
		    background-size: cover;
		    padding-bottom: 12%;
		    background-repeat: no-repeat;
		    height: auto;*/
}

@media (min-width: 768px) {
  .text-and-background-image_paragraph .body-text_wrapper {
    max-width: 50%;
    margin: 0 auto;
  }
  .text-and-background-image_paragraph.design {
    padding: 8em 0;
  }
}

.usp-overview_paragraph {
  float: left;
  width: 100%;
}

.usp-overview_paragraph .views-row {
  margin-bottom: 3.5em;
}

.usp-overview_paragraph .views-row.views-row-last {
  margin-bottom: 0;
}

@media (min-width: 480px) {
  .usp-overview_paragraph .views-row {
    width: 32.33%;
    margin-right: 1.5%;
    float: left;
    margin-bottom: 0;
  }
  .usp-overview_paragraph .views-row.third {
    margin-right: 0;
  }
}

.image-gallery_paragraph {
  text-align: center;
}

.image-gallery_paragraph .body-text_wrapper {
  margin-bottom: 3em !important;
}

@media (min-width: 768px) {
  .image-gallery_paragraph .body-text_wrapper {
    max-width: 50%;
    margin: 0 auto;
  }
}

.lists-overview_paragraph {
  /*	@media (min-width: $break-1) {

	}*/
}

.lists-overview_paragraph .field-collection-wrapper {
  float: left;
  width: 100%;
}

.lists-overview_paragraph p.title {
  margin-bottom: 1em;
}

.lists-overview_paragraph p.small-title {
  font-size: 19px !important;
}

.lists-overview_paragraph .field-collection-item {
  width: 100%;
  float: left;
}

@media (min-width: 768px) {
  .lists-overview_paragraph.items-1 .field-collection-item {
    max-width: 75%;
  }
}

.lists-overview_paragraph.items-2 .field-collection-item {
  margin-bottom: 1.5em;
}

@media (min-width: 480px) {
  .lists-overview_paragraph.items-2 .field-collection-item {
    margin-bottom: 0;
    width: 48%;
    margin-right: 2%;
  }
}

.lists-overview_paragraph.items-3 .field-collection-item {
  margin-bottom: 1.5em;
}

@media (min-width: 768px) {
  .lists-overview_paragraph.items-3 .field-collection-item {
    margin-bottom: 0;
    width: 32.33%;
    margin-right: 1.5%;
    float: left;
  }
  .lists-overview_paragraph.items-3 .field-collection-item.third {
    margin-right: 0;
  }
}

.text-and-image_paragraph .text,
.text-and-gallery_paragraph .text {
  margin-bottom: 2em;
}

@media (min-width: 768px) {
  .text-and-image_paragraph .text,
  .text-and-gallery_paragraph .text {
    width: 33.33%;
    margin-bottom: 0;
  }
  .text-and-image_paragraph .image,
  .text-and-gallery_paragraph .image {
    width: 60%;
  }
  .text-and-image_paragraph.left .image,
  .text-and-gallery_paragraph.left .image {
    float: left;
  }
  .text-and-image_paragraph.left .text,
  .text-and-gallery_paragraph.left .text {
    float: right;
  }
  .text-and-image_paragraph.right .image,
  .text-and-gallery_paragraph.right .image {
    float: right;
  }
  .text-and-image_paragraph.right .text,
  .text-and-gallery_paragraph.right .text {
    float: left;
  }
}

.text-and-video_paragraph {
  background-color: #ededed;
  padding: 3em 0;
}

.text-and-video_paragraph .text {
  margin-bottom: 2em;
}

@media (min-width: 768px) {
  .text-and-video_paragraph .text {
    width: 33.33%;
    margin-bottom: 0;
    float: left;
  }
  .text-and-video_paragraph .video {
    float: right;
    width: 60%;
  }
  .text-and-video_paragraph .video .fluid-width-video-wrapper {
    width: 100%;
    position: relative;
    padding: 0;
    padding-top: 56%;
  }
}

.partner_paragraph .partner-overview {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.partner_paragraph .partner-overview li {
  display: inline-block;
  width: 19%;
  padding: 1em;
}

.partner_paragraph .partner-overview li img {
  margin: 0 auto;
}

.text-and-menu_paragraph .text {
  margin-bottom: 2em;
}

.text-and-menu_paragraph .links-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 75px;
}

.text-and-menu_paragraph .links-menu li {
  padding-left: 4em;
  padding-bottom: 2em;
  font-weight: bold;
  position: relative;
}

.text-and-menu_paragraph .links-menu li a {
  color: #999999;
}

.text-and-menu_paragraph .links-menu li a:hover {
  text-decoration: none;
}

.text-and-menu_paragraph .links-menu li:before {
  content: '';
  border-radius: 50%;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 7px;
  left: 0;
  background-color: #232323;
}

.text-and-menu_paragraph .links-menu li:after {
  position: absolute;
  content: '';
  height: 100%;
  width: 1px;
  background-color: #232323;
  left: 4px;
  top: 8px;
}

.text-and-menu_paragraph .links-menu li.last:after {
  content: none;
}

@media (min-width: 768px) {
  .text-and-menu_paragraph .text {
    width: 60%;
    margin-bottom: 0;
    float: left;
  }
  .text-and-menu_paragraph .links {
    float: right;
    width: 33.33%;
  }
}

.banner-logo_paragraph .title {
  text-align: center;
  margin-bottom: 2em !important;
}

.banner-logo_paragraph .logo-banner {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.banner-logo_paragraph .logo-banner li {
  display: inline-block;
  width: 49.4%;
  margin-bottom: 1em;
}

@media (min-width: 480px) {
  .banner-logo_paragraph .logo-banner li {
    width: 32.4%;
  }
}

@media (min-width: 768px) {
  .banner-logo_paragraph .logo-banner li {
    width: 16%;
  }
}

.page-node-59 .banner-logo_paragraph {
  padding-bottom: 0;
}

.page-node-59 .lists-overview_paragraph {
  padding: 1em 0;
}

/**
 * Form styling partial
 */
.contact-form .form-item,
#user-login .form-item {
  float: left;
  width: 100%;
  margin: 0 0 1em 0;
}

.contact-form .form-item label,
#user-login .form-item label {
  line-height: 48px;
  font-size: 15px;
}

.contact-form .form-item label.option,
#user-login .form-item label.option {
  line-height: 1.2em;
}

.contact-form .form-item input,
#user-login .form-item input {
  height: 48px;
  line-height: 48px;
  padding: 0 8px;
  border: 1px solid #D8D8D8;
}

.contact-form .form-item input[type='checkbox'],
#user-login .form-item input[type='checkbox'] {
  height: auto;
}

.contact-form .form-item textarea,
#user-login .form-item textarea {
  border: 1px solid #D8D8D8;
  padding: 0 5px;
}

.contact-form .webform-submit,
.contact-form .form-submit,
#user-login .webform-submit,
#user-login .form-submit {
  background: none;
  border: none;
  font-weight: bold;
  color: white;
  background-color: #d2232a;
  line-height: 48px;
  padding: 0 30px;
}

#user-login {
  margin: 3em 0;
}

#sliding-popup {
  width: 100%;
  background-color: #232323;
  color: #ffffff;
  padding: 15px 0;
}

#sliding-popup h2 {
  margin: 0;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}

#sliding-popup p {
  margin-bottom: 5px;
}

#sliding-popup .popup-content #popup-text {
  margin-bottom: 15px;
  float: none;
  width: auto;
}

#sliding-popup button {
  display: inline-block;
  padding: 3px 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 1px solid white;
  background-color: transparent;
  color: white;
  font-size: .8rem;
}

#sliding-popup button.eu-cookie-compliance-more-button {
  text-decoration: underline;
  display: inline;
  padding: 0;
  border: none;
}

#sliding-popup button.agree-button {
  background-color: #d2232a;
}

#sliding-popup button.eu-cookie-withdraw-tab {
  background-color: #d2232a;
  border: none;
  left: 0;
  -ms-transform: translate(0, -100%);
      transform: translate(0, -100%);
}

#sliding-popup .eu-cookie-compliance-categories {
  clear: both;
  width: 100%;
}

#sliding-popup .eu-cookie-compliance-categories .eu-cookie-compliance-category {
  float: left;
  padding-right: 25px;
  margin-bottom: 25px;
}

#sliding-popup .eu-cookie-compliance-categories .eu-cookie-compliance-category input {
  float: left;
  margin: 6px 5px 0 0;
}

#sliding-popup .eu-cookie-compliance-categories .eu-cookie-compliance-categories-buttons {
  clear: both;
  float: left;
}

.view-home-top-content .paragraph:first-child {
  padding-top: 4em;
  padding-bottom: 1em;
}

.view-home-top-content .text-full-width_paragraph {
  padding-top: 2em;
}

.jobs-overview {
  padding: 0;
}

.jobs-overview .view-content {
  display: flex;
  flex-wrap: wrap;
}

.jobs-overview .views-row {
  width: 100%;
  margin-bottom: 4em;
}

.jobs-overview .views-row > article {
  height: 100%;
  display: flex;
  flex-flow: column;
  align-items: start;
}

.jobs-overview .views-row > article .read-more-small {
  margin-top: auto;
}

@media (min-width: 960px) {
  .jobs-overview .views-row {
    width: 48%;
  }
  .jobs-overview .views-row:nth-child(2n) {
    margin-left: 4%;
  }
}
