@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Titillium+Web:400,300,700,600");
@import url("https://fonts.googleapis.com/css?family=Amatic+SC:400,700");
html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

nav.tabs,
#admin-menu {
  display: none; }

html body.admin-menu {
  margin-top: 0px !important; }

nav ul.primary {
  width: 100%;
  margin: 0 0 0.8395061728em 0; }
  nav ul.primary li {
    margin-bottom: 0.1679012346em;
    display: block; }
    nav ul.primary li a {
      background: #CCCCCC;
      padding: 0.1679012346em 0.8395061728em;
      text-decoration: none;
      color: #FFFFFF; }
      nav ul.primary li a:hover {
        background: #e6e5e5; }
      nav ul.primary li a.active {
        background: #999999; }

li.krumo-child {
  float: none; }

.messages {
  width: 100%;
  float: left;
  margin: 1.6790123457em 0;
  padding: 0.8395061728em;
  border: 1px solid #be7;
  color: #234600;
  background: #f8fff0; }
  .messages.warning {
    color: #840;
    border-color: #ed5;
    background: #fffce5; }
  .messages.error {
    color: #8c2e0b;
    border-color: #ed541d;
    background: #fef5f1; }

.contextual-links-region {
  outline: none !important;
  position: relative !important;
  overflow: visible !important; }

.contextual-links-region-active {
  outline: #999 dashed 1px !important; }

div.contextual-links-wrapper {
  display: none !important;
  font-size: 90% !important;
  position: absolute !important;
  right: 5px !important;
  /* LTR */
  top: 2px !important;
  z-index: 999 !important;
  border: 0 !important;
  margin-top: 0em !important;
  margin-bottom: 0em !important;
  padding: 0 !important; }

html.js div.contextual-links-wrapper {
  display: block !important; }

a.contextual-links-trigger {
  background: transparent url(../img/gear-select.png) no-repeat 2px 0 !important;
  border: 1px solid transparent !important;
  display: none !important;
  height: 18px !important;
  margin: 0 !important;
  padding: 0 2px !important;
  outline: none !important;
  text-indent: 34px !important;
  /* LTR */
  width: 28px !important;
  overflow: hidden !important;
  border-radius: 4px !important; }

a.contextual-links-trigger:before {
  content: "" !important;
  display: inline !important;
  background: transparent !important; }

a.contextual-links-trigger:after {
  content: "" !important;
  display: inline !important;
  background: transparent !important; }

a.contextual-links-trigger:hover,
div.contextual-links-active a.contextual-links-trigger {
  background-position: 2px -18px !important;
  background: transparent url(../img/gear-select.png) no-repeat 2px 0 !important; }

div.contextual-links-active a.contextual-links-trigger {
  background-color: #fff !important;
  border-color: #ccc !important;
  border-bottom: none !important;
  position: relative !important;
  z-index: 1 !important;
  border-radius: 4px 4px 0 0 !important; }

div.contextual-links-wrapper ul.contextual-links {
  width: auto !important;
  float: none !important;
  background-color: #fff !important;
  border: 1px solid #ccc !important;
  display: none !important;
  margin: 0 !important;
  padding: 0.25em 0 !important;
  position: absolute !important;
  right: 0 !important;
  text-align: left !important;
  top: 18px !important;
  white-space: nowrap !important;
  z-index: 5 !important;
  border-radius: 4px 0 4px 4px !important;
  max-height: none !important; }

.contextual-links-region:hover a.contextual-links-trigger,
div.contextual-links-active a.contextual-links-trigger,
div.contextual-links-active ul.contextual-links {
  display: block !important; }

ul.contextual-links li {
  text-align: left !important;
  line-height: 100% !important;
  list-style: none !important;
  list-style-image: none !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  display: inline !important; }

ul.contextual-links li:before {
  content: none !important; }

ul.contextual-links li:after {
  content: none !important; }

div.contextual-links-wrapper a {
  text-decoration: none !important; }

ul.contextual-links li a {
  color: #333 !important;
  background: transparent !important;
  display: block !important;
  margin: 0.25em 0 !important;
  padding: 0.25em 1em 0.25em 0.5em !important;
  text-indent: 0 !important;
  border: 0 !important;
  min-height: inherit !important;
  line-height: inherit !important; }

ul.contextual-links li a:before {
  content: "" !important;
  display: inline !important;
  background: transparent !important; }

ul.contextual-links li a:after {
  content: "" !important;
  display: inline !important;
  background: transparent !important; }

ul.contextual-links li a:hover {
  background-color: #bfdcee !important;
  text-decoration: none !important; }

@media screen and (min-width: 30em) {
  nav ul.primary li {
    display: inline; }
    nav ul.primary li a {
      padding: 0.1679012346em 0.8395061728em;
      color: #FFFFFF;
      display: inline-block; } }

@media screen and (min-width: 48em) {
  nav ul.primary {
    border-bottom: 1px solid #CCCCCC;
    margin: 0.8395061728em 0;
    padding-left: 1.6790123457em;
    white-space: nowrap; }
    nav ul.primary li {
      display: inline; }
      nav ul.primary li a {
        padding: 0 1.6790123457em;
        display: inline-block; }
  html body.admin-menu {
    margin-top: 29px !important; }
  nav.tabs,
  #admin-menu {
    display: block; } }

#firebug-lite {
  display: none; }

#mobileperfbkmdiv {
  display: none !important; }

.element-invisible, .sharelinks, .breadcrumb__title, .seo-filter__collapse.seo-filter-collapsed {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }

.flex-direction-nav .flex-prev:after, .flex-direction-nav .flex-next:after, .faq__question:after, #mobile-menu p.title:after, #mobile-menu.open p.title:after, #cboxClose:before, #cboxNext:before, #cboxPrevious:before, .ft-social .facebook, .ft-social .googleplus, .ft-social .linkedin, .sharelinks .linkedin, .ft-social .pinterest, #top .searchbox p.title:after, .theaim, .ft-social .twitter, .ft-social .vimeo, .ft-social .youtube {
  background-image: url(../img/spritesheet.png);
  background-repeat: no-repeat; }
  html.svg .flex-direction-nav .flex-prev:after, .flex-direction-nav html.svg .flex-prev:after, html.svg .flex-direction-nav .flex-next:after, .flex-direction-nav html.svg .flex-next:after, html.svg .faq__question:after, html.svg #mobile-menu p.title:after, #mobile-menu html.svg p.title:after, html.svg #cboxClose:before, html.svg #cboxNext:before, html.svg #cboxPrevious:before, html.svg .ft-social .facebook, .ft-social html.svg .facebook, html.svg .ft-social .googleplus, .ft-social html.svg .googleplus, html.svg .ft-social .linkedin, .ft-social html.svg .linkedin, html.svg .sharelinks .linkedin, .sharelinks html.svg .linkedin, html.svg .ft-social .pinterest, .ft-social html.svg .pinterest, html.svg #top .searchbox p.title:after, #top .searchbox html.svg p.title:after, html.svg .theaim, html.svg .ft-social .twitter, .ft-social html.svg .twitter, html.svg .ft-social .vimeo, .ft-social html.svg .vimeo, html.svg .ft-social .youtube, .ft-social html.svg .youtube {
    background-image: url(../img/spritesheet.svg); }

.flex-direction-nav .flex-prev:after {
  background-position: 0 -25px; }

.flex-direction-nav .flex-prev:after {
  width: 25px;
  height: 25px; }

.flex-direction-nav .flex-next:after {
  background-position: 0 -50px; }

.flex-direction-nav .flex-next:after {
  width: 25px;
  height: 25px; }

.faq__question:after {
  background-position: 0 -146px; }

.faq__question:after {
  width: 11.031px;
  height: 6.97px; }

#mobile-menu p.title:after {
  background-position: 0 -153px; }

#mobile-menu p.title:after {
  width: 34px;
  height: 35px; }

#mobile-menu.open p.title:after {
  background-position: 0 -188px; }

#mobile-menu.open p.title:after {
  width: 34px;
  height: 35px; }

#cboxClose:before {
  background-position: 0 -267px; }

#cboxClose:before {
  width: 20px;
  height: 20px; }

#cboxNext:before {
  background-position: 0 -287px; }

#cboxNext:before {
  width: 19.1px;
  height: 36.7px; }

#cboxPrevious:before {
  background-position: 0 -324px; }

#cboxPrevious:before {
  width: 19.1px;
  height: 36.7px; }

.ft-social .facebook {
  background-position: 0 -361px; }

.ft-social .facebook {
  width: 39px;
  height: 38px; }

.ft-social .googleplus {
  background-position: 0 -430px; }

.ft-social .googleplus {
  width: 37.7px;
  height: 31px; }

.ft-social .linkedin {
  background-position: 0 -575px; }

.ft-social .linkedin {
  width: 37.1px;
  height: 31px; }

.sharelinks .linkedin {
  background-position: 0 -606px; }

.sharelinks .linkedin {
  width: 37.1px;
  height: 31px; }

.ft-social .pinterest {
  background-position: 0 -637px; }

.ft-social .pinterest {
  width: 30.1px;
  height: 31px; }

#top .searchbox p.title:after {
  background-position: 0 -699px; }

#top .searchbox p.title:after {
  width: 17px;
  height: 17px; }

.theaim {
  background-position: 0 -716px; }

.theaim {
  width: 80px;
  height: 17px; }

.ft-social .twitter {
  background-position: 0 -733px; }

.ft-social .twitter {
  width: 47.6px;
  height: 31px; }

.ft-social .vimeo {
  background-position: 0 -795px; }

.ft-social .vimeo {
  width: 42.1px;
  height: 31px; }

.ft-social .youtube {
  background-position: 0 -826px; }

.ft-social .youtube {
  width: 38px;
  height: 38px; }

body {
  -webkit-tap-highlight-color: rgba(9, 78, 169, 0.5);
  -webkit-text-size-adjust: 100%;
  font-family: "Titillium Web", Arial, sans-serif;
  font-size: 1.125em;
  line-height: 1.8888888889em;
  background-color: #f6f6f6; }

h1,
h2,
h3,
p.title {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-character: "-";
  -moz-hyphenate-character: "-";
  -ms-hyphenate-character: "-";
  -o-hyphenate-character: "-";
  hyphenate-character: "-";
  -ms-word-break: normal;
  word-break: normal;
  word-wrap: break-word;
  margin: 0 0 0.8395061728em; }

h1 {
  font-size: 1.5555555556em;
  line-height: 1.8888888889em; }

h2 {
  font-size: 1.2222222222em;
  line-height: 1.8545454545em; }

h3, p.title {
  font-size: 1em;
  line-height: 1.8888888889em; }

h4,
h5,
h6 {
  margin-bottom: 0.4197530864em;
  font-weight: bold; }

p {
  font-size: 1em;
  margin: 0 0 1.2592592593em; }

.clear {
  clear: both; }

p.intro {
  font-size: 1.1111111111em; }

blockquote {
  padding: 0.8395061728em 1.2592592593em; }
  blockquote p {
    margin-bottom: 0; }

b, strong, caption, th, thead, dt, legend {
  font-weight: bold; }

cite, dfn, em, i {
  font-style: italic;
  font-weight: normal; }

abbr, acronym {
  text-transform: uppercase; }

sup, sub {
  line-height: 0; }

sup {
  vertical-align: super; }

sub {
  vertical-align: sub; }

code, kbd, samp, pre, tt, var {
  font-family: mono-space, monospace; }

.rteright {
  text-align: right; }

.rtecenter {
  text-align: center; }

.rtejustify {
  text-align: justify; }

a {
  cursor: pointer;
  text-decoration: none; }

#content article a {
  text-decoration: underline; }

#content article h3 a, #content article p.title a {
  text-decoration: none; }

.btn {
  display: inline-block;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #FFFFFF;
  padding: 0.4197530864em 0.8395061728em;
  text-decoration: none !important; }

.btn--default {
  color: #000000;
  background: #FFFFFF;
  border-color: #CCCCCC; }
  .btn--default:hover {
    background: #EEEEEE; }

.btn--more {
  color: #92083a;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.7777777778em; }
  .btn--more:after {
    content: ' >'; }
  .btn--more:hover {
    text-decoration: none;
    color: #7ea6a3; }

.btn--link {
  color: #337AB7;
  background: transparent; }
  .btn--link:hover {
    text-decoration: underline !important; }

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

.gmnoprint img {
  max-width: none; }

.ie8 img {
  width: auto; }

img.left {
  float: left;
  margin: 0 0.8395061728em 0.8395061728em 0; }

img.right {
  float: right;
  margin: 0 0 0.8395061728em 0.8395061728em; }

img.fullwidth {
  min-width: 140%;
  margin: 0.5555555556em 0 0.5555555556em -20%; }

article ul,
article ol,
body.cke_show_borders ul,
body.cke_show_borders ol {
  padding-left: 1.6790123457em;
  margin-bottom: 0.8395061728em;
  overflow: hidden; }

article ul,
body.cke_show_borders ul {
  list-style: square; }

article ol,
body.cke_show_borders ol {
  list-style: decimal; }

article li.rtecenter,
body.cke_show_borders li.rtecenter {
  list-style-position: inside; }

.table-field {
  width: 100%;
  float: left;
  padding-top: .5em;
  margin-bottom: .5em; }

.table-field__head {
  display: none; }

.table-field__row {
  padding-top: .5em;
  margin-bottom: .5em; }

.table-field__cell {
  padding: .5ex .5em; }
  .table-field__cell.odd {
    background: #EEEEEE; }
  .table-field__cell.even {
    background: #CCCCCC; }
  .table-field__cell:before {
    content: " " attr(data-label) ":  ";
    display: inline-block;
    font-weight: bold; }

@media screen and (min-width: 48em) {
  .table-field {
    display: table;
    table-layout: fixed;
    padding-top: 1em;
    margin-bottom: 1em; }
  .table-field__head {
    display: table-header-group;
    background: #828282;
    color: #FFFFFF;
    font-weight: bold; }
  .table-field__body {
    display: table-row-group; }
  .table-field__row {
    display: table-row; }
    .table-field__row.odd {
      background: #EEEEEE; }
    .table-field__row.even {
      background: #CCCCCC; }
  .table-field__cell {
    display: table-cell; }
    .table-field__cell.odd, .table-field__cell.even {
      background: transparent; }
    .table-field__cell:before {
      content: none; }
  img.fullwidth {
    min-width: 140%;
    margin: 2.2222222222em 0 2.2222222222em -20%; } }

button,
input[type="button"] {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

*:focus {
  outline: none; }

input {
  border-radius: 0; }

input::selection,
textarea::selection {
  background-color: #094EA9;
  color: #FFFFFF; }

input::-webkit-selection,
textarea::-webkit-selection {
  background-color: #094EA9;
  color: #FFFFFF; }

input::-moz-selection,
textarea::-moz-selection {
  background-color: #094EA9;
  color: #FFFFFF; }

input::-o-selection,
textarea::-o-selection {
  background-color: #094EA9;
  color: #FFFFFF; }

input::-ms-selection,
textarea::-ms-selection {
  background-color: #094EA9;
  color: #FFFFFF; }

form > * {
  width: 100%;
  float: left;
  margin-bottom: 0.4197530864em; }

fieldset > * {
  width: 100%;
  float: left; }

form,
input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"],
textarea,
select {
  width: 100%;
  float: left; }

input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="submit"],
textarea,
select {
  border: 1px solid #CCCCCC;
  font-size: 1.125em; }
  input[type="text"]:focus,
  input[type="tel"]:focus,
  input[type="password"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="submit"]:focus,
  textarea:focus,
  select:focus {
    outline: 1px solid #094EA9; }

input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"],
input[type="number"] {
  padding: 0 0.4197530864em; }

.ie8 input[type="text"],
.ie8 input[type="tel"],
.ie8 input[type="password"],
.ie8 input[type="email"],
.ie8 input[type="number"] {
  line-height: 35px; }

textarea {
  padding: 0.4197530864em;
  font-family: "Titillium Web", Arial, sans-serif;
  resize: vertical;
  max-size: 100%; }

input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="checkbox"],
input[type="radio"],
label,
legend {
  height: 35px; }

select {
  padding: 0.4197530864em; }

label {
  line-height: 35px; }

input[type="checkbox"],
input[type="radio"] {
  border: 0;
  float: left;
  margin: 0;
  padding: 0; }
  input[type="checkbox"] + label,
  input[type="radio"] + label {
    width: 95%;
    padding-left: 0.8395061728em; }

input[type="submit"] {
  width: 100%;
  float: right;
  cursor: pointer;
  display: block;
  padding: 0.4197530864em 1.6790123457em;
  background: #CCCCCC; }
  input[type="submit"]:hover {
    background: #EEEEEE; }

label,
legend,
small {
  width: 100%;
  float: left; }

label.required:after {
  content: " *"; }

small {
  font-size: 0.6111111111em;
  line-height: 1.8888888889em; }

.form-radios,
.form-checkboxes {
  width: 100%;
  float: left; }
  .form-radios > div,
  .form-checkboxes > div {
    width: 100%;
    float: left;
    margin-bottom: 0.4197530864em; }
  .form-radios label,
  .form-checkboxes label {
    width: auto;
    float: left;
    margin: 0;
    padding: 0 0 0 5px; }
  .form-radios input,
  .form-radios label,
  .form-checkboxes input,
  .form-checkboxes label {
    height: 20px;
    line-height: 15px; }

input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"],
input[type="submit"],
textarea {
  -webkit-appearance: none; }

.url-textfield {
  display: none; }

.searchbox_detail {
  overflow: hidden;
  margin-bottom: 1.3888888889em; }
  .searchbox_detail form > * {
    float: none; }
  .searchbox_detail input {
    font-size: 0.6666666667em;
    font-weight: 600;
    margin: 0; }
  .searchbox_detail input[type="text"] {
    color: #92083a;
    opacity: 0.8;
    position: relative;
    border: 2px solid #92083a; }
    .searchbox_detail input[type="text"]:focus {
      outline: none;
      border: 2px solid #92083a; }
    .searchbox_detail input[type="text"]::selection {
      background: #92083a; }
  .searchbox_detail input[type="submit"] {
    background: #92083a;
    color: #FFFFFF;
    text-transform: uppercase;
    outline: 0;
    border: 0;
    padding: 0.6666666667em 0; }

.webform-client-form-22 {
  width: 100%;
  float: left;
  font-size: 1.4444444444em; }
  .webform-client-form-22 label {
    font-family: "Amatic SC", cursive;
    width: 150px; }
  .webform-client-form-22 .mandatory_text {
    font-weight: 300;
    margin-bottom: 1.6666666667em;
    font-family: "Titillium Web", Arial, sans-serif;
    font-size: 0.5555555556em; }
  .webform-client-form-22 .right .address, .webform-client-form-22 .right .postal_code, .webform-client-form-22 .right .city, .webform-client-form-22 .right .country, .webform-client-form-22 .url-textfield {
    display: none; }
  .webform-client-form-22 .company,
  .webform-client-form-22 .name,
  .webform-client-form-22 .first_name,
  .webform-client-form-22 .address,
  .webform-client-form-22 .country,
  .webform-client-form-22 .telephone,
  .webform-client-form-22 div.email,
  .webform-client-form-22 .your_product,
  .webform-client-form-22 .postal_code,
  .webform-client-form-22 .city,
  .webform-client-form-22 .question_remark {
    line-height: 25px;
    margin-bottom: 1.175308642em;
    background: #FFFFFF;
    padding: 0.4444444444em 0.2777777778em; }
    .webform-client-form-22 .company label,
    .webform-client-form-22 .name label,
    .webform-client-form-22 .first_name label,
    .webform-client-form-22 .address label,
    .webform-client-form-22 .country label,
    .webform-client-form-22 .telephone label,
    .webform-client-form-22 div.email label,
    .webform-client-form-22 .your_product label,
    .webform-client-form-22 .postal_code label,
    .webform-client-form-22 .city label,
    .webform-client-form-22 .question_remark label {
      padding-left: 0.8333333333em;
      padding-right: 0.8333333333em;
      color: #000000;
      float: left; }
    .webform-client-form-22 .company.focus,
    .webform-client-form-22 .name.focus,
    .webform-client-form-22 .first_name.focus,
    .webform-client-form-22 .address.focus,
    .webform-client-form-22 .country.focus,
    .webform-client-form-22 .telephone.focus,
    .webform-client-form-22 div.email.focus,
    .webform-client-form-22 .your_product.focus,
    .webform-client-form-22 .postal_code.focus,
    .webform-client-form-22 .city.focus,
    .webform-client-form-22 .question_remark.focus {
      border: 1px solid #92083a;
      box-shadow: inset 0 0 0 1px #92083a, 0 0 0 1px #92083a; }
  .webform-client-form-22 .input {
    display: block;
    overflow: hidden; }
  .webform-client-form-22 .form-input-wrap {
    display: block;
    overflow: hidden; }
  .webform-client-form-22 .question_remark {
    position: relative; }
    .webform-client-form-22 .question_remark label {
      width: 100%;
      color: #000000;
      padding-left: 0.8333333333em;
      -webkit-transition: all 0.25s ease-out;
      -moz-transition: all 0.25s ease-out;
      transition: all 0.25s ease-out;
      padding-right: 0.5555555556em; }
    .webform-client-form-22 .question_remark.focus {
      border: 1px solid #92083a;
      box-shadow: inset 0 0 0 1px #92083a, 0 0 0 1px #92083a; }
  .webform-client-form-22 input[type="text"],
  .webform-client-form-22 input[type="email"],
  .webform-client-form-22 textarea {
    max-width: none;
    font-size: 0.7777777778em;
    line-height: 1.8888888889em;
    line-height: 2.2857142857em;
    font-weight: 400;
    color: #000000;
    text-align: left;
    background: transparent;
    border: 0; }
    .webform-client-form-22 input[type="text"]:focus,
    .webform-client-form-22 input[type="email"]:focus,
    .webform-client-form-22 textarea:focus {
      outline: 0; }
  .webform-client-form-22 input[type="text"],
  .webform-client-form-22 input[type="email"] {
    border: 0;
    padding: 0 1.0714285714em; }
    .webform-client-form-22 input[type="text"]:focus,
    .webform-client-form-22 input[type="email"]:focus {
      outline: none; }
  .webform-client-form-22 textarea {
    padding: 1rem 1.0714285714em 0;
    line-height: 1.5em; }
  .webform-client-form-22 .form-actions {
    width: 100%; }
    .webform-client-form-22 .form-actions input {
      padding: 10px 40px; }
  .webform-client-form-22 .form-radios {
    margin-top: 0.2777777778em; }
    .webform-client-form-22 .form-radios input:checked + label:before {
      background: #92083a; }
    .webform-client-form-22 .form-radios label {
      position: relative;
      padding-left: 1.9444444444em;
      margin-bottom: 0.2777777778em; }
      .webform-client-form-22 .form-radios label:before {
        content: '';
        width: 15px;
        height: 15px;
        border-radius: 50%;
        position: absolute;
        top: 0;
        left: 0;
        border: 2px solid #000000; }
    .webform-client-form-22 .form-radios input[type=radio] {
      display: none; }
  .webform-client-form-22 label:after {
    color: #92083a; }
  .webform-client-form-22 .webform-submit {
    background: #92083a;
    color: #FFFFFF;
    text-transform: uppercase;
    font-family: "Amatic SC", cursive;
    font-weight: bold;
    border: 1px solid #92083a; }
    .webform-client-form-22 .webform-submit:hover {
      background: transparent;
      color: #92083a;
      border: 1px solid #92083a; }

@media screen and (min-width: 30em) {
  input[type="submit"] {
    width: auto; }
  .searchbox_detail {
    text-align: center; }
    .searchbox_detail input[type="text"] {
      width: 70%;
      margin: 0; }
    .searchbox_detail input[type="submit"] {
      width: 30%;
      margin: 0;
      float: right; }
    .searchbox_detail form > * {
      float: none;
      margin: 0; } }

@media screen and (min-width: 48em) {
  input[type="text"],
  input[type="tel"],
  input[type="email"],
  input[type="password"],
  textarea,
  select,
  small,
  .form-radios,
  .form-checkboxes {
    max-width: 26.6666666667em; }
  .searchbox_detail {
    width: 60%; }
    .searchbox_detail input[type="text"],
    .searchbox_detail input[type="submit"] {
      font-size: 1em; }
    .searchbox_detail input {
      padding: 20px 15px; }
    .searchbox_detail input[type="submit"] {
      padding: 9px 0; } }

@media screen and (min-width: 60em) {
  input[type="text"],
  input[type="tel"],
  input[type="email"],
  input[type="password"],
  textarea,
  select,
  small,
  .form-radios,
  .form-checkboxes {
    max-width: 42.6666666667em; } }

.col-12,
.col-123,
.col-13,
.col-124,
.col-14,
.cel-12,
.cel-123,
.cel-13,
.cel-124,
.cel-14 {
  width: 100%;
  float: left; }
  .col-12 > *:not(.contextual-links-wrapper),
  .col-123 > *:not(.contextual-links-wrapper),
  .col-13 > *:not(.contextual-links-wrapper),
  .col-124 > *:not(.contextual-links-wrapper),
  .col-14 > *:not(.contextual-links-wrapper),
  .cel-12 > *:not(.contextual-links-wrapper),
  .cel-123 > *:not(.contextual-links-wrapper),
  .cel-13 > *:not(.contextual-links-wrapper),
  .cel-124 > *:not(.contextual-links-wrapper),
  .cel-14 > *:not(.contextual-links-wrapper) {
    width: 100%;
    float: left; }
  .ie8 .col-12 > *, .ie8
  .col-123 > *, .ie8
  .col-13 > *, .ie8
  .col-124 > *, .ie8
  .col-14 > *, .ie8
  .cel-12 > *, .ie8
  .cel-123 > *, .ie8
  .cel-13 > *, .ie8
  .cel-124 > *, .ie8
  .cel-14 > * {
    width: 100%;
    float: left; }
  .flexbox .col-12,
  .flexbox .col-12 > *, .flexbox
  .col-123,
  .flexbox
  .col-123 > *, .flexbox
  .col-13,
  .flexbox
  .col-13 > *, .flexbox
  .col-124,
  .flexbox
  .col-124 > *, .flexbox
  .col-14,
  .flexbox
  .col-14 > *, .flexbox
  .cel-12,
  .flexbox
  .cel-12 > *, .flexbox
  .cel-123,
  .flexbox
  .cel-123 > *, .flexbox
  .cel-13,
  .flexbox
  .cel-13 > *, .flexbox
  .cel-124,
  .flexbox
  .cel-124 > *, .flexbox
  .cel-14,
  .flexbox
  .cel-14 > * {
    display: flex;
    flex-flow: row wrap; }

@media screen and (min-width: 48em) {
  .col-12,
  .col-123,
  .col-124,
  .cel-12 > *:not(.contextual-links-wrapper) > *,
  .cel-123 > *:not(.contextual-links-wrapper) > *,
  .cel-124 > *:not(.contextual-links-wrapper) > * {
    width: 48.5714285714%;
    margin-right: 2.8571428571%;
    float: left; }
  .col-12:nth-of-type(2n),
  .col-123:nth-of-type(2n),
  .col-124:nth-of-type(2n),
  .cel-12 > *:not(.contextual-links-wrapper) > .even,
  .cel-123 > *:not(.contextual-links-wrapper) > .even,
  .cel-124 > *:not(.contextual-links-wrapper) > .even,
  .cel-12 > *:not(.contextual-links-wrapper) > :nth-of-type(2n),
  .cel-123 > *:not(.contextual-links-wrapper) > :nth-of-type(2n),
  .cel-124 > *:not(.contextual-links-wrapper) > :nth-of-type(2n) {
    width: 48.5714285714%;
    margin-right: 0;
    float: right; }
  .ie8 .cel-12 > * > *,
  .ie8 .cel-123 > * > *,
  .ie8 .cel-124 > * > * {
    width: 48.5714285714%;
    margin-right: 2.8571428571%;
    float: left; }
  .ie8 .cel-12 > * > .even,
  .ie8 .cel-123 > * > .even,
  .ie8 .cel-124 > * > .even {
    width: 48.5714285714%;
    margin-right: 0;
    float: right; }
  .col-13,
  .cel-13 > *:not(.contextual-links-wrapper) > * {
    width: 31.4285714286%;
    margin-right: 2.8571428571%;
    float: left; }
  .col-13:nth-of-type(3n),
  .cel-13 > *:not(.contextual-links-wrapper) > .third,
  .cel-13 > *:not(.contextual-links-wrapper) > :nth-of-type(3n) {
    width: 31.4285714286%;
    margin-right: 0;
    float: right; }
  .col-14,
  .cel-14 > *:not(.contextual-links-wrapper) > * {
    width: 22.8571428571%;
    margin-right: 2.8571428571%;
    float: left; }
  .col-14:nth-of-type(4n),
  .cel-14 > *:not(.contextual-links-wrapper) > .fourth,
  .cel-14 > *:not(.contextual-links-wrapper) > :nth-of-type(4n) {
    width: 22.8571428571%;
    margin-right: 0;
    float: right; } }

@media screen and (min-width: 60em) {
  .col-123,
  .col-123:nth-of-type(2n),
  .cel-123 > *:not(.contextual-links-wrapper) > *,
  .cel-123 > *:not(.contextual-links-wrapper) > .even,
  .cel-123 > *:not(.contextual-links-wrapper) > :nth-of-type(2n) {
    width: 31.914893617%;
    margin-right: 2.1276595745%;
    float: left; }
  .col-123:nth-of-type(3n),
  .cel-123 > *:not(.contextual-links-wrapper) > .third,
  .cel-123 > *:not(.contextual-links-wrapper) > :nth-of-type(3n) {
    width: 31.914893617%;
    margin-right: 0;
    float: right; }
  .ie8 .cel-123 > * > *,
  .ie8 .cel-123 > * > .even {
    width: 31.914893617%;
    margin-right: 2.1276595745%;
    float: left; }
  .ie8 .cel-123 > * > .third,
  .ie8 .cel-123 > * > :first-child + .even + .odd,
  .ie8 .cel-123 > * > :first-child + .even + .odd + .even + .odd + .even {
    width: 31.914893617%;
    margin-right: 0;
    float: right; }
  .col-124,
  .col-124:nth-of-type(2n),
  .cel-124 > *:not(.contextual-links-wrapper) > *,
  .cel-124 > *:not(.contextual-links-wrapper) > .even,
  .cel-124 > *:not(.contextual-links-wrapper) > :nth-of-type(2n) {
    width: 23.4042553191%;
    margin-right: 2.1276595745%;
    float: left; }
  .col-124:nth-of-type(4n),
  .cel-124 > *:not(.contextual-links-wrapper) > .fourth,
  .cel-124 > *:not(.contextual-links-wrapper) > :nth-of-type(4n) {
    width: 23.4042553191%;
    margin-right: 0;
    float: right; }
  .ie8 .cel-124 > * > *,
  .ie8 .cel-124 > * > .even {
    width: 23.4042553191%;
    margin-right: 2.1276595745%;
    float: left; }
  .ie8 .cel-124 > * > .fourth,
  .ie8 .cel-124 > * > :first-child + .even + .odd + .even,
  .ie8 .cel-124 > * > :first-child + .even + .odd + .even + .odd + .even + .odd + .even {
    width: 23.4042553191%;
    margin-right: 0;
    float: right; } }

#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden; }

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%; }

#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left; }

#cboxContent {
  position: relative;
  overflow: hidden; }

#cboxLoadedContent {
  overflow: visible !important; }

#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer; }

#cboxPrevious,
#cboxNext {
  position: absolute;
  top: 50%;
  width: 35px;
  height: 60px;
  margin-top: -30px;
  text-indent: -9999px;
  background: #000000;
  background: rgba(0, 0, 0, 0.5); }
  #cboxPrevious:before,
  #cboxNext:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -18px;
    margin-left: -9px; }
  #cboxPrevious:hover,
  #cboxNext:hover {
    background: rgba(0, 0, 0, 0.75); }

#cboxPrevious {
  left: 0; }

#cboxNext {
  right: 0; }

#cboxClose {
  position: absolute;
  width: 35px;
  height: 35px;
  top: 0;
  right: 0;
  text-indent: -9999px;
  background: #000000;
  background: rgba(0, 0, 0, 0.5); }
  #cboxClose:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -10px; }
  #cboxClose:hover {
    background: rgba(0, 0, 0, 0.75); }

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none; }

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0; }

#cboxTitle {
  position: absolute;
  top: 0.8395061728em;
  left: 0.8395061728em;
  padding: 0.4197530864em;
  background: #FFFFFF; }

#cboxOverlay {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  background: #FFFFFF; }

#cboxLoadingGraphic {
  background: url("../img/colorbox-loading.gif") no-repeat center center; }

#cboxLoadingOverlay {
  background: #FFFFFF; }

.flexslider {
  position: relative; }
  .flexslider > div {
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0); }
  .flexslider .slides {
    list-style: none;
    margin: 0;
    padding: 0; }
  .flexslider .slides > li {
    position: relative;
    -webkit-backface-visibility: hidden;
    list-style: none;
    display: none; }
    .flexslider .slides > li:first-child {
      display: inline-block; }
  .flexslider img {
    width: 100%;
    height: auto;
    display: block; }

.flex-pauseplay span {
  text-transform: capitalize; }

.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

.flex-viewport {
  max-height: 1000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
  width: 100%; }

.loading .flex-viewport {
  max-height: 300px; }

.flex-direction-nav {
  list-style: none;
  margin: 0;
  padding: 0; }
  .flex-direction-nav a {
    position: absolute;
    top: 50%;
    margin-top: -13px;
    cursor: pointer;
    text-indent: -9999px;
    width: 46px;
    height: 46px; }
    .flex-direction-nav a:after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -13px;
      margin-left: -13px; }
  .flex-direction-nav .flex-prev {
    left: 0; }
  .flex-direction-nav .flex-next {
    right: 0; }

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }
  .flex-control-nav li {
    margin: 0 0.4197530864em;
    display: inline-block; }
    .flex-control-nav li a {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
      -moz-opacity: 0.5;
      -khtml-opacity: 0.5;
      opacity: 0.5;
      border-radius: 20px;
      background: #828282;
      width: 11px;
      height: 11px;
      display: block;
      cursor: pointer;
      text-indent: -9999px; }

.flex-control-paging li a:hover,
.flex-control-paging li a.flex-active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1; }

.flex-control-thumbs li {
  float: left; }

.flex-control-thumbs img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  opacity: 0.75;
  width: 100%;
  display: block;
  cursor: pointer; }
  .flex-control-thumbs img:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1; }

.flex-control-thumbs .flex-active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1; }

@media screen and (min-width: 30em) {
  .flex-direction-nav a {
    background: rgba(255, 255, 255, 0.5); } }

.d-col2 > *:not(.contextual-links-wrapper) {
  width: 46.6666666667%;
  margin-right: 6.6666666667%;
  float: left; }
  .d-col2 > *:not(.contextual-links-wrapper):nth-of-type(even), .d-col2 > *:not(.contextual-links-wrapper).even {
    margin-right: 0;
    float: right; }

.d-col3 > *:not(.contextual-links-wrapper) {
  width: 28.8888888889%;
  margin-right: 6.6666666667%;
  float: left; }
  .d-col3 > *:not(.contextual-links-wrapper):nth-of-type(odd), .d-col3 > *:not(.contextual-links-wrapper).even {
    margin-right: 6.6666666667%;
    float: left; }
  .d-col3 > *:not(.contextual-links-wrapper):nth-of-type(3n), .d-col3 > *:not(.contextual-links-wrapper).third {
    margin-right: 0;
    float: right; }

.d-w-col2 > *:not(.contextual-links-wrapper) > * {
  width: 46.6666666667%;
  margin-right: 6.6666666667%;
  float: left; }
  .d-w-col2 > *:not(.contextual-links-wrapper) > *:nth-of-type(even), .d-w-col2 > *:not(.contextual-links-wrapper) > *.even {
    margin-right: 0;
    float: right; }

.d-w-col3 > *:not(.contextual-links-wrapper) > * {
  width: 28.8888888889%;
  margin-right: 6.6666666667%;
  float: left; }
  .d-w-col3 > *:not(.contextual-links-wrapper) > *:nth-of-type(odd), .d-w-col3 > *:not(.contextual-links-wrapper) > *.even {
    margin-right: 6.6666666667%;
    float: left; }
  .d-w-col3 > *:not(.contextual-links-wrapper) > *:nth-of-type(3n), .d-w-col3 > *:not(.contextual-links-wrapper) > *.third {
    margin-right: 0;
    float: right; }

.d-1-1 {
  width: 100%;
  margin-right: 0;
  float: left; }
  .d-1-1.d-col2 > *:not(.contextual-links-wrapper) {
    width: 46.6666666667%;
    margin-right: 6.6666666667%;
    float: left; }
    .d-1-1.d-col2 > *:not(.contextual-links-wrapper):nth-of-type(even), .d-1-1.d-col2 > *:not(.contextual-links-wrapper).even {
      margin-right: 0;
      float: right; }
  .d-1-1.d-col3 > *:not(.contextual-links-wrapper) {
    width: 28.8888888889%;
    margin-right: 6.6666666667%;
    float: left; }
    .d-1-1.d-col3 > *:not(.contextual-links-wrapper):nth-of-type(odd), .d-1-1.d-col3 > *:not(.contextual-links-wrapper).even {
      margin-right: 6.6666666667%;
      float: left; }
    .d-1-1.d-col3 > *:not(.contextual-links-wrapper):nth-of-type(3n), .d-1-1.d-col3 > *:not(.contextual-links-wrapper).third {
      margin-right: 0;
      float: right; }
  .d-1-1.d-w-col2 > *:not(.contextual-links-wrapper) > * {
    width: 46.6666666667%;
    margin-right: 6.6666666667%;
    float: left; }
    .d-1-1.d-w-col2 > *:not(.contextual-links-wrapper) > *:nth-of-type(even), .d-1-1.d-w-col2 > *:not(.contextual-links-wrapper) > *.even {
      margin-right: 0;
      float: right; }
  .d-1-1.d-w-col3 > *:not(.contextual-links-wrapper) > * {
    width: 28.8888888889%;
    margin-right: 6.6666666667%;
    float: left; }
    .d-1-1.d-w-col3 > *:not(.contextual-links-wrapper) > *:nth-of-type(odd), .d-1-1.d-w-col3 > *:not(.contextual-links-wrapper) > *.even {
      margin-right: 6.6666666667%;
      float: left; }
    .d-1-1.d-w-col3 > *:not(.contextual-links-wrapper) > *:nth-of-type(3n), .d-1-1.d-w-col3 > *:not(.contextual-links-wrapper) > *.third {
      margin-right: 0;
      float: right; }

.d-1-2 {
  width: 46.6666666667%;
  margin-right: 6.6666666667%;
  float: left; }
  .d-1-2.d-col2 > *:not(.contextual-links-wrapper) {
    width: 42.8571428571%;
    margin-right: 14.2857142857%;
    float: left; }
    .d-1-2.d-col2 > *:not(.contextual-links-wrapper):nth-of-type(even), .d-1-2.d-col2 > *:not(.contextual-links-wrapper).even {
      margin-right: 0;
      float: right; }
  .d-1-2.d-col3 > *:not(.contextual-links-wrapper) {
    width: 23.8095238095%;
    margin-right: 14.2857142857%;
    float: left; }
    .d-1-2.d-col3 > *:not(.contextual-links-wrapper):nth-of-type(odd), .d-1-2.d-col3 > *:not(.contextual-links-wrapper).even {
      margin-right: 14.2857142857%;
      float: left; }
    .d-1-2.d-col3 > *:not(.contextual-links-wrapper):nth-of-type(3n), .d-1-2.d-col3 > *:not(.contextual-links-wrapper).third {
      margin-right: 0;
      float: right; }
  .d-1-2.d-w-col2 > *:not(.contextual-links-wrapper) > * {
    width: 42.8571428571%;
    margin-right: 14.2857142857%;
    float: left; }
    .d-1-2.d-w-col2 > *:not(.contextual-links-wrapper) > *:nth-of-type(even), .d-1-2.d-w-col2 > *:not(.contextual-links-wrapper) > *.even {
      margin-right: 0;
      float: right; }
  .d-1-2.d-w-col3 > *:not(.contextual-links-wrapper) > * {
    width: 23.8095238095%;
    margin-right: 14.2857142857%;
    float: left; }
    .d-1-2.d-w-col3 > *:not(.contextual-links-wrapper) > *:nth-of-type(odd), .d-1-2.d-w-col3 > *:not(.contextual-links-wrapper) > *.even {
      margin-right: 14.2857142857%;
      float: left; }
    .d-1-2.d-w-col3 > *:not(.contextual-links-wrapper) > *:nth-of-type(3n), .d-1-2.d-w-col3 > *:not(.contextual-links-wrapper) > *.third {
      margin-right: 0;
      float: right; }

.d-1-2-end {
  width: 46.6666666667%;
  margin-right: 0;
  float: right; }
  .d-1-2-end.d-col2 > *:not(.contextual-links-wrapper) {
    width: 42.8571428571%;
    margin-right: 14.2857142857%;
    float: left; }
    .d-1-2-end.d-col2 > *:not(.contextual-links-wrapper):nth-of-type(even), .d-1-2-end.d-col2 > *:not(.contextual-links-wrapper).even {
      margin-right: 0;
      float: right; }
  .d-1-2-end.d-col3 > *:not(.contextual-links-wrapper) {
    width: 23.8095238095%;
    margin-right: 14.2857142857%;
    float: left; }
    .d-1-2-end.d-col3 > *:not(.contextual-links-wrapper):nth-of-type(odd), .d-1-2-end.d-col3 > *:not(.contextual-links-wrapper).even {
      margin-right: 14.2857142857%;
      float: left; }
    .d-1-2-end.d-col3 > *:not(.contextual-links-wrapper):nth-of-type(3n), .d-1-2-end.d-col3 > *:not(.contextual-links-wrapper).third {
      margin-right: 0;
      float: right; }
  .d-1-2-end.d-w-col2 > *:not(.contextual-links-wrapper) > * {
    width: 42.8571428571%;
    margin-right: 14.2857142857%;
    float: left; }
    .d-1-2-end.d-w-col2 > *:not(.contextual-links-wrapper) > *:nth-of-type(even), .d-1-2-end.d-w-col2 > *:not(.contextual-links-wrapper) > *.even {
      margin-right: 0;
      float: right; }
  .d-1-2-end.d-w-col3 > *:not(.contextual-links-wrapper) > * {
    width: 23.8095238095%;
    margin-right: 14.2857142857%;
    float: left; }
    .d-1-2-end.d-w-col3 > *:not(.contextual-links-wrapper) > *:nth-of-type(odd), .d-1-2-end.d-w-col3 > *:not(.contextual-links-wrapper) > *.even {
      margin-right: 14.2857142857%;
      float: left; }
    .d-1-2-end.d-w-col3 > *:not(.contextual-links-wrapper) > *:nth-of-type(3n), .d-1-2-end.d-w-col3 > *:not(.contextual-links-wrapper) > *.third {
      margin-right: 0;
      float: right; }

.d-1-3 {
  width: 28.8888888889%;
  margin-right: 6.6666666667%;
  float: left; }
  .d-1-3.d-col2 > *:not(.contextual-links-wrapper) {
    width: 38.4615384615%;
    margin-right: 23.0769230769%;
    float: left; }
    .d-1-3.d-col2 > *:not(.contextual-links-wrapper):nth-of-type(even), .d-1-3.d-col2 > *:not(.contextual-links-wrapper).even {
      margin-right: 0;
      float: right; }
  .d-1-3.d-col3 > *:not(.contextual-links-wrapper) {
    width: 17.9487179487%;
    margin-right: 23.0769230769%;
    float: left; }
    .d-1-3.d-col3 > *:not(.contextual-links-wrapper):nth-of-type(odd), .d-1-3.d-col3 > *:not(.contextual-links-wrapper).even {
      margin-right: 23.0769230769%;
      float: left; }
    .d-1-3.d-col3 > *:not(.contextual-links-wrapper):nth-of-type(3n), .d-1-3.d-col3 > *:not(.contextual-links-wrapper).third {
      margin-right: 0;
      float: right; }
  .d-1-3.d-w-col2 > *:not(.contextual-links-wrapper) > * {
    width: 38.4615384615%;
    margin-right: 23.0769230769%;
    float: left; }
    .d-1-3.d-w-col2 > *:not(.contextual-links-wrapper) > *:nth-of-type(even), .d-1-3.d-w-col2 > *:not(.contextual-links-wrapper) > *.even {
      margin-right: 0;
      float: right; }
  .d-1-3.d-w-col3 > *:not(.contextual-links-wrapper) > * {
    width: 17.9487179487%;
    margin-right: 23.0769230769%;
    float: left; }
    .d-1-3.d-w-col3 > *:not(.contextual-links-wrapper) > *:nth-of-type(odd), .d-1-3.d-w-col3 > *:not(.contextual-links-wrapper) > *.even {
      margin-right: 23.0769230769%;
      float: left; }
    .d-1-3.d-w-col3 > *:not(.contextual-links-wrapper) > *:nth-of-type(3n), .d-1-3.d-w-col3 > *:not(.contextual-links-wrapper) > *.third {
      margin-right: 0;
      float: right; }

.d-2-3 {
  width: 64.4444444444%;
  margin-right: 6.6666666667%;
  float: left; }
  .d-2-3.d-col2 > *:not(.contextual-links-wrapper) {
    width: 44.8275862069%;
    margin-right: 10.3448275862%;
    float: left; }
    .d-2-3.d-col2 > *:not(.contextual-links-wrapper):nth-of-type(even), .d-2-3.d-col2 > *:not(.contextual-links-wrapper).even {
      margin-right: 0;
      float: right; }
  .d-2-3.d-col3 > *:not(.contextual-links-wrapper) {
    width: 26.4367816092%;
    margin-right: 10.3448275862%;
    float: left; }
    .d-2-3.d-col3 > *:not(.contextual-links-wrapper):nth-of-type(odd), .d-2-3.d-col3 > *:not(.contextual-links-wrapper).even {
      margin-right: 10.3448275862%;
      float: left; }
    .d-2-3.d-col3 > *:not(.contextual-links-wrapper):nth-of-type(3n), .d-2-3.d-col3 > *:not(.contextual-links-wrapper).third {
      margin-right: 0;
      float: right; }
  .d-2-3.d-w-col2 > *:not(.contextual-links-wrapper) > * {
    width: 44.8275862069%;
    margin-right: 10.3448275862%;
    float: left; }
    .d-2-3.d-w-col2 > *:not(.contextual-links-wrapper) > *:nth-of-type(even), .d-2-3.d-w-col2 > *:not(.contextual-links-wrapper) > *.even {
      margin-right: 0;
      float: right; }
  .d-2-3.d-w-col3 > *:not(.contextual-links-wrapper) > * {
    width: 26.4367816092%;
    margin-right: 10.3448275862%;
    float: left; }
    .d-2-3.d-w-col3 > *:not(.contextual-links-wrapper) > *:nth-of-type(odd), .d-2-3.d-w-col3 > *:not(.contextual-links-wrapper) > *.even {
      margin-right: 10.3448275862%;
      float: left; }
    .d-2-3.d-w-col3 > *:not(.contextual-links-wrapper) > *:nth-of-type(3n), .d-2-3.d-w-col3 > *:not(.contextual-links-wrapper) > *.third {
      margin-right: 0;
      float: right; }

.d-1-3-end {
  width: 28.8888888889%;
  margin-right: 0;
  float: right; }
  .d-1-3-end.d-col2 > *:not(.contextual-links-wrapper) {
    width: 38.4615384615%;
    margin-right: 23.0769230769%;
    float: left; }
    .d-1-3-end.d-col2 > *:not(.contextual-links-wrapper):nth-of-type(even), .d-1-3-end.d-col2 > *:not(.contextual-links-wrapper).even {
      margin-right: 0;
      float: right; }
  .d-1-3-end.d-col3 > *:not(.contextual-links-wrapper) {
    width: 17.9487179487%;
    margin-right: 23.0769230769%;
    float: left; }
    .d-1-3-end.d-col3 > *:not(.contextual-links-wrapper):nth-of-type(odd), .d-1-3-end.d-col3 > *:not(.contextual-links-wrapper).even {
      margin-right: 23.0769230769%;
      float: left; }
    .d-1-3-end.d-col3 > *:not(.contextual-links-wrapper):nth-of-type(3n), .d-1-3-end.d-col3 > *:not(.contextual-links-wrapper).third {
      margin-right: 0;
      float: right; }
  .d-1-3-end.d-w-col2 > *:not(.contextual-links-wrapper) > * {
    width: 38.4615384615%;
    margin-right: 23.0769230769%;
    float: left; }
    .d-1-3-end.d-w-col2 > *:not(.contextual-links-wrapper) > *:nth-of-type(even), .d-1-3-end.d-w-col2 > *:not(.contextual-links-wrapper) > *.even {
      margin-right: 0;
      float: right; }
  .d-1-3-end.d-w-col3 > *:not(.contextual-links-wrapper) > * {
    width: 17.9487179487%;
    margin-right: 23.0769230769%;
    float: left; }
    .d-1-3-end.d-w-col3 > *:not(.contextual-links-wrapper) > *:nth-of-type(odd), .d-1-3-end.d-w-col3 > *:not(.contextual-links-wrapper) > *.even {
      margin-right: 23.0769230769%;
      float: left; }
    .d-1-3-end.d-w-col3 > *:not(.contextual-links-wrapper) > *:nth-of-type(3n), .d-1-3-end.d-w-col3 > *:not(.contextual-links-wrapper) > *.third {
      margin-right: 0;
      float: right; }

.d-2-3-end {
  width: 64.4444444444%;
  margin-right: 0;
  float: right; }
  .d-2-3-end.d-col2 > *:not(.contextual-links-wrapper) {
    width: 44.8275862069%;
    margin-right: 10.3448275862%;
    float: left; }
    .d-2-3-end.d-col2 > *:not(.contextual-links-wrapper):nth-of-type(even), .d-2-3-end.d-col2 > *:not(.contextual-links-wrapper).even {
      margin-right: 0;
      float: right; }
  .d-2-3-end.d-col3 > *:not(.contextual-links-wrapper) {
    width: 26.4367816092%;
    margin-right: 10.3448275862%;
    float: left; }
    .d-2-3-end.d-col3 > *:not(.contextual-links-wrapper):nth-of-type(odd), .d-2-3-end.d-col3 > *:not(.contextual-links-wrapper).even {
      margin-right: 10.3448275862%;
      float: left; }
    .d-2-3-end.d-col3 > *:not(.contextual-links-wrapper):nth-of-type(3n), .d-2-3-end.d-col3 > *:not(.contextual-links-wrapper).third {
      margin-right: 0;
      float: right; }
  .d-2-3-end.d-w-col2 > *:not(.contextual-links-wrapper) > * {
    width: 44.8275862069%;
    margin-right: 10.3448275862%;
    float: left; }
    .d-2-3-end.d-w-col2 > *:not(.contextual-links-wrapper) > *:nth-of-type(even), .d-2-3-end.d-w-col2 > *:not(.contextual-links-wrapper) > *.even {
      margin-right: 0;
      float: right; }
  .d-2-3-end.d-w-col3 > *:not(.contextual-links-wrapper) > * {
    width: 26.4367816092%;
    margin-right: 10.3448275862%;
    float: left; }
    .d-2-3-end.d-w-col3 > *:not(.contextual-links-wrapper) > *:nth-of-type(odd), .d-2-3-end.d-w-col3 > *:not(.contextual-links-wrapper) > *.even {
      margin-right: 10.3448275862%;
      float: left; }
    .d-2-3-end.d-w-col3 > *:not(.contextual-links-wrapper) > *:nth-of-type(3n), .d-2-3-end.d-w-col3 > *:not(.contextual-links-wrapper) > *.third {
      margin-right: 0;
      float: right; }

.d-1-4 {
  width: 20%;
  margin-right: 6.6666666667%;
  float: left; }
  .d-1-4.d-col2 > *:not(.contextual-links-wrapper) {
    width: 33.3333333333%;
    margin-right: 33.3333333333%;
    float: left; }
    .d-1-4.d-col2 > *:not(.contextual-links-wrapper):nth-of-type(even), .d-1-4.d-col2 > *:not(.contextual-links-wrapper).even {
      margin-right: 0;
      float: right; }
  .d-1-4.d-col3 > *:not(.contextual-links-wrapper) {
    width: 11.1111111111%;
    margin-right: 33.3333333333%;
    float: left; }
    .d-1-4.d-col3 > *:not(.contextual-links-wrapper):nth-of-type(odd), .d-1-4.d-col3 > *:not(.contextual-links-wrapper).even {
      margin-right: 33.3333333333%;
      float: left; }
    .d-1-4.d-col3 > *:not(.contextual-links-wrapper):nth-of-type(3n), .d-1-4.d-col3 > *:not(.contextual-links-wrapper).third {
      margin-right: 0;
      float: right; }
  .d-1-4.d-w-col2 > *:not(.contextual-links-wrapper) > * {
    width: 33.3333333333%;
    margin-right: 33.3333333333%;
    float: left; }
    .d-1-4.d-w-col2 > *:not(.contextual-links-wrapper) > *:nth-of-type(even), .d-1-4.d-w-col2 > *:not(.contextual-links-wrapper) > *.even {
      margin-right: 0;
      float: right; }
  .d-1-4.d-w-col3 > *:not(.contextual-links-wrapper) > * {
    width: 11.1111111111%;
    margin-right: 33.3333333333%;
    float: left; }
    .d-1-4.d-w-col3 > *:not(.contextual-links-wrapper) > *:nth-of-type(odd), .d-1-4.d-w-col3 > *:not(.contextual-links-wrapper) > *.even {
      margin-right: 33.3333333333%;
      float: left; }
    .d-1-4.d-w-col3 > *:not(.contextual-links-wrapper) > *:nth-of-type(3n), .d-1-4.d-w-col3 > *:not(.contextual-links-wrapper) > *.third {
      margin-right: 0;
      float: right; }

.d-2-4 {
  width: 46.6666666667%;
  margin-right: 6.6666666667%;
  float: left; }
  .d-2-4.d-col2 > *:not(.contextual-links-wrapper) {
    width: 42.8571428571%;
    margin-right: 14.2857142857%;
    float: left; }
    .d-2-4.d-col2 > *:not(.contextual-links-wrapper):nth-of-type(even), .d-2-4.d-col2 > *:not(.contextual-links-wrapper).even {
      margin-right: 0;
      float: right; }
  .d-2-4.d-col3 > *:not(.contextual-links-wrapper) {
    width: 23.8095238095%;
    margin-right: 14.2857142857%;
    float: left; }
    .d-2-4.d-col3 > *:not(.contextual-links-wrapper):nth-of-type(odd), .d-2-4.d-col3 > *:not(.contextual-links-wrapper).even {
      margin-right: 14.2857142857%;
      float: left; }
    .d-2-4.d-col3 > *:not(.contextual-links-wrapper):nth-of-type(3n), .d-2-4.d-col3 > *:not(.contextual-links-wrapper).third {
      margin-right: 0;
      float: right; }
  .d-2-4.d-w-col2 > *:not(.contextual-links-wrapper) > * {
    width: 42.8571428571%;
    margin-right: 14.2857142857%;
    float: left; }
    .d-2-4.d-w-col2 > *:not(.contextual-links-wrapper) > *:nth-of-type(even), .d-2-4.d-w-col2 > *:not(.contextual-links-wrapper) > *.even {
      margin-right: 0;
      float: right; }
  .d-2-4.d-w-col3 > *:not(.contextual-links-wrapper) > * {
    width: 23.8095238095%;
    margin-right: 14.2857142857%;
    float: left; }
    .d-2-4.d-w-col3 > *:not(.contextual-links-wrapper) > *:nth-of-type(odd), .d-2-4.d-w-col3 > *:not(.contextual-links-wrapper) > *.even {
      margin-right: 14.2857142857%;
      float: left; }
    .d-2-4.d-w-col3 > *:not(.contextual-links-wrapper) > *:nth-of-type(3n), .d-2-4.d-w-col3 > *:not(.contextual-links-wrapper) > *.third {
      margin-right: 0;
      float: right; }

.d-3-4 {
  width: 73.3333333333%;
  margin-right: 6.6666666667%;
  float: left; }
  .d-3-4.d-col2 > *:not(.contextual-links-wrapper) {
    width: 45.4545454545%;
    margin-right: 9.0909090909%;
    float: left; }
    .d-3-4.d-col2 > *:not(.contextual-links-wrapper):nth-of-type(even), .d-3-4.d-col2 > *:not(.contextual-links-wrapper).even {
      margin-right: 0;
      float: right; }
  .d-3-4.d-col3 > *:not(.contextual-links-wrapper) {
    width: 27.2727272727%;
    margin-right: 9.0909090909%;
    float: left; }
    .d-3-4.d-col3 > *:not(.contextual-links-wrapper):nth-of-type(odd), .d-3-4.d-col3 > *:not(.contextual-links-wrapper).even {
      margin-right: 9.0909090909%;
      float: left; }
    .d-3-4.d-col3 > *:not(.contextual-links-wrapper):nth-of-type(3n), .d-3-4.d-col3 > *:not(.contextual-links-wrapper).third {
      margin-right: 0;
      float: right; }
  .d-3-4.d-w-col2 > *:not(.contextual-links-wrapper) > * {
    width: 45.4545454545%;
    margin-right: 9.0909090909%;
    float: left; }
    .d-3-4.d-w-col2 > *:not(.contextual-links-wrapper) > *:nth-of-type(even), .d-3-4.d-w-col2 > *:not(.contextual-links-wrapper) > *.even {
      margin-right: 0;
      float: right; }
  .d-3-4.d-w-col3 > *:not(.contextual-links-wrapper) > * {
    width: 27.2727272727%;
    margin-right: 9.0909090909%;
    float: left; }
    .d-3-4.d-w-col3 > *:not(.contextual-links-wrapper) > *:nth-of-type(odd), .d-3-4.d-w-col3 > *:not(.contextual-links-wrapper) > *.even {
      margin-right: 9.0909090909%;
      float: left; }
    .d-3-4.d-w-col3 > *:not(.contextual-links-wrapper) > *:nth-of-type(3n), .d-3-4.d-w-col3 > *:not(.contextual-links-wrapper) > *.third {
      margin-right: 0;
      float: right; }

.d-1-4-end {
  width: 20%;
  margin-right: 0;
  float: right; }
  .d-1-4-end.d-col2 > *:not(.contextual-links-wrapper) {
    width: 33.3333333333%;
    margin-right: 33.3333333333%;
    float: left; }
    .d-1-4-end.d-col2 > *:not(.contextual-links-wrapper):nth-of-type(even), .d-1-4-end.d-col2 > *:not(.contextual-links-wrapper).even {
      margin-right: 0;
      float: right; }
  .d-1-4-end.d-col3 > *:not(.contextual-links-wrapper) {
    width: 11.1111111111%;
    margin-right: 33.3333333333%;
    float: left; }
    .d-1-4-end.d-col3 > *:not(.contextual-links-wrapper):nth-of-type(odd), .d-1-4-end.d-col3 > *:not(.contextual-links-wrapper).even {
      margin-right: 33.3333333333%;
      float: left; }
    .d-1-4-end.d-col3 > *:not(.contextual-links-wrapper):nth-of-type(3n), .d-1-4-end.d-col3 > *:not(.contextual-links-wrapper).third {
      margin-right: 0;
      float: right; }
  .d-1-4-end.d-w-col2 > *:not(.contextual-links-wrapper) > * {
    width: 33.3333333333%;
    margin-right: 33.3333333333%;
    float: left; }
    .d-1-4-end.d-w-col2 > *:not(.contextual-links-wrapper) > *:nth-of-type(even), .d-1-4-end.d-w-col2 > *:not(.contextual-links-wrapper) > *.even {
      margin-right: 0;
      float: right; }
  .d-1-4-end.d-w-col3 > *:not(.contextual-links-wrapper) > * {
    width: 11.1111111111%;
    margin-right: 33.3333333333%;
    float: left; }
    .d-1-4-end.d-w-col3 > *:not(.contextual-links-wrapper) > *:nth-of-type(odd), .d-1-4-end.d-w-col3 > *:not(.contextual-links-wrapper) > *.even {
      margin-right: 33.3333333333%;
      float: left; }
    .d-1-4-end.d-w-col3 > *:not(.contextual-links-wrapper) > *:nth-of-type(3n), .d-1-4-end.d-w-col3 > *:not(.contextual-links-wrapper) > *.third {
      margin-right: 0;
      float: right; }

.d-2-4-end {
  width: 46.6666666667%;
  margin-right: 0;
  float: right; }
  .d-2-4-end.d-col2 > *:not(.contextual-links-wrapper) {
    width: 42.8571428571%;
    margin-right: 14.2857142857%;
    float: left; }
    .d-2-4-end.d-col2 > *:not(.contextual-links-wrapper):nth-of-type(even), .d-2-4-end.d-col2 > *:not(.contextual-links-wrapper).even {
      margin-right: 0;
      float: right; }
  .d-2-4-end.d-col3 > *:not(.contextual-links-wrapper) {
    width: 23.8095238095%;
    margin-right: 14.2857142857%;
    float: left; }
    .d-2-4-end.d-col3 > *:not(.contextual-links-wrapper):nth-of-type(odd), .d-2-4-end.d-col3 > *:not(.contextual-links-wrapper).even {
      margin-right: 14.2857142857%;
      float: left; }
    .d-2-4-end.d-col3 > *:not(.contextual-links-wrapper):nth-of-type(3n), .d-2-4-end.d-col3 > *:not(.contextual-links-wrapper).third {
      margin-right: 0;
      float: right; }
  .d-2-4-end.d-w-col2 > *:not(.contextual-links-wrapper) > * {
    width: 42.8571428571%;
    margin-right: 14.2857142857%;
    float: left; }
    .d-2-4-end.d-w-col2 > *:not(.contextual-links-wrapper) > *:nth-of-type(even), .d-2-4-end.d-w-col2 > *:not(.contextual-links-wrapper) > *.even {
      margin-right: 0;
      float: right; }
  .d-2-4-end.d-w-col3 > *:not(.contextual-links-wrapper) > * {
    width: 23.8095238095%;
    margin-right: 14.2857142857%;
    float: left; }
    .d-2-4-end.d-w-col3 > *:not(.contextual-links-wrapper) > *:nth-of-type(odd), .d-2-4-end.d-w-col3 > *:not(.contextual-links-wrapper) > *.even {
      margin-right: 14.2857142857%;
      float: left; }
    .d-2-4-end.d-w-col3 > *:not(.contextual-links-wrapper) > *:nth-of-type(3n), .d-2-4-end.d-w-col3 > *:not(.contextual-links-wrapper) > *.third {
      margin-right: 0;
      float: right; }

.d-3-4-end {
  width: 73.3333333333%;
  margin-right: 0;
  float: right; }
  .d-3-4-end.d-col2 > *:not(.contextual-links-wrapper) {
    width: 45.4545454545%;
    margin-right: 9.0909090909%;
    float: left; }
    .d-3-4-end.d-col2 > *:not(.contextual-links-wrapper):nth-of-type(even), .d-3-4-end.d-col2 > *:not(.contextual-links-wrapper).even {
      margin-right: 0;
      float: right; }
  .d-3-4-end.d-col3 > *:not(.contextual-links-wrapper) {
    width: 27.2727272727%;
    margin-right: 9.0909090909%;
    float: left; }
    .d-3-4-end.d-col3 > *:not(.contextual-links-wrapper):nth-of-type(odd), .d-3-4-end.d-col3 > *:not(.contextual-links-wrapper).even {
      margin-right: 9.0909090909%;
      float: left; }
    .d-3-4-end.d-col3 > *:not(.contextual-links-wrapper):nth-of-type(3n), .d-3-4-end.d-col3 > *:not(.contextual-links-wrapper).third {
      margin-right: 0;
      float: right; }
  .d-3-4-end.d-w-col2 > *:not(.contextual-links-wrapper) > * {
    width: 45.4545454545%;
    margin-right: 9.0909090909%;
    float: left; }
    .d-3-4-end.d-w-col2 > *:not(.contextual-links-wrapper) > *:nth-of-type(even), .d-3-4-end.d-w-col2 > *:not(.contextual-links-wrapper) > *.even {
      margin-right: 0;
      float: right; }
  .d-3-4-end.d-w-col3 > *:not(.contextual-links-wrapper) > * {
    width: 27.2727272727%;
    margin-right: 9.0909090909%;
    float: left; }
    .d-3-4-end.d-w-col3 > *:not(.contextual-links-wrapper) > *:nth-of-type(odd), .d-3-4-end.d-w-col3 > *:not(.contextual-links-wrapper) > *.even {
      margin-right: 9.0909090909%;
      float: left; }
    .d-3-4-end.d-w-col3 > *:not(.contextual-links-wrapper) > *:nth-of-type(3n), .d-3-4-end.d-w-col3 > *:not(.contextual-links-wrapper) > *.third {
      margin-right: 0;
      float: right; }

.d-end {
  margin-right: 0;
  float: right; }

.d-not-end {
  margin-right: 6.6666666667%;
  float: left; }

@media screen and (min-width: 30em) {
  .b1-col2 > *:not(.contextual-links-wrapper) {
    width: 47.8260869565%;
    margin-right: 4.347826087%;
    float: left; }
    .b1-col2 > *:not(.contextual-links-wrapper):nth-of-type(even), .b1-col2 > *:not(.contextual-links-wrapper).even {
      margin-right: 0;
      float: right; }
  .b1-col3 > *:not(.contextual-links-wrapper) {
    width: 30.4347826087%;
    margin-right: 4.347826087%;
    float: left; }
    .b1-col3 > *:not(.contextual-links-wrapper):nth-of-type(odd), .b1-col3 > *:not(.contextual-links-wrapper).even {
      margin-right: 4.347826087%;
      float: left; }
    .b1-col3 > *:not(.contextual-links-wrapper):nth-of-type(3n), .b1-col3 > *:not(.contextual-links-wrapper).third {
      margin-right: 0;
      float: right; }
  .b1-w-col2 > *:not(.contextual-links-wrapper) > * {
    width: 47.8260869565%;
    margin-right: 4.347826087%;
    float: left; }
    .b1-w-col2 > *:not(.contextual-links-wrapper) > *:nth-of-type(even), .b1-w-col2 > *:not(.contextual-links-wrapper) > *.even {
      margin-right: 0;
      float: right; }
  .b1-w-col3 > *:not(.contextual-links-wrapper) > * {
    width: 30.4347826087%;
    margin-right: 4.347826087%;
    float: left; }
    .b1-w-col3 > *:not(.contextual-links-wrapper) > *:nth-of-type(odd), .b1-w-col3 > *:not(.contextual-links-wrapper) > *.even {
      margin-right: 4.347826087%;
      float: left; }
    .b1-w-col3 > *:not(.contextual-links-wrapper) > *:nth-of-type(3n), .b1-w-col3 > *:not(.contextual-links-wrapper) > *.third {
      margin-right: 0;
      float: right; }
  .b1-1-1 {
    width: 100%;
    margin-right: 0;
    float: left; }
    .b1-1-1.b1-col2 > *:not(.contextual-links-wrapper) {
      width: 47.8260869565%;
      margin-right: 4.347826087%;
      float: left; }
      .b1-1-1.b1-col2 > *:not(.contextual-links-wrapper):nth-of-type(even), .b1-1-1.b1-col2 > *:not(.contextual-links-wrapper).even {
        margin-right: 0;
        float: right; }
    .b1-1-1.b1-col3 > *:not(.contextual-links-wrapper) {
      width: 30.4347826087%;
      margin-right: 4.347826087%;
      float: left; }
      .b1-1-1.b1-col3 > *:not(.contextual-links-wrapper):nth-of-type(odd), .b1-1-1.b1-col3 > *:not(.contextual-links-wrapper).even {
        margin-right: 4.347826087%;
        float: left; }
      .b1-1-1.b1-col3 > *:not(.contextual-links-wrapper):nth-of-type(3n), .b1-1-1.b1-col3 > *:not(.contextual-links-wrapper).third {
        margin-right: 0;
        float: right; }
    .b1-1-1.b1-w-col2 > *:not(.contextual-links-wrapper) > * {
      width: 47.8260869565%;
      margin-right: 4.347826087%;
      float: left; }
      .b1-1-1.b1-w-col2 > *:not(.contextual-links-wrapper) > *:nth-of-type(even), .b1-1-1.b1-w-col2 > *:not(.contextual-links-wrapper) > *.even {
        margin-right: 0;
        float: right; }
    .b1-1-1.b1-w-col3 > *:not(.contextual-links-wrapper) > * {
      width: 30.4347826087%;
      margin-right: 4.347826087%;
      float: left; }
      .b1-1-1.b1-w-col3 > *:not(.contextual-links-wrapper) > *:nth-of-type(odd), .b1-1-1.b1-w-col3 > *:not(.contextual-links-wrapper) > *.even {
        margin-right: 4.347826087%;
        float: left; }
      .b1-1-1.b1-w-col3 > *:not(.contextual-links-wrapper) > *:nth-of-type(3n), .b1-1-1.b1-w-col3 > *:not(.contextual-links-wrapper) > *.third {
        margin-right: 0;
        float: right; }
  .b1-1-2 {
    width: 47.8260869565%;
    margin-right: 4.347826087%;
    float: left; }
    .b1-1-2.b1-col2 > *:not(.contextual-links-wrapper) {
      width: 45.4545454545%;
      margin-right: 9.0909090909%;
      float: left; }
      .b1-1-2.b1-col2 > *:not(.contextual-links-wrapper):nth-of-type(even), .b1-1-2.b1-col2 > *:not(.contextual-links-wrapper).even {
        margin-right: 0;
        float: right; }
    .b1-1-2.b1-col3 > *:not(.contextual-links-wrapper) {
      width: 27.2727272727%;
      margin-right: 9.0909090909%;
      float: left; }
      .b1-1-2.b1-col3 > *:not(.contextual-links-wrapper):nth-of-type(odd), .b1-1-2.b1-col3 > *:not(.contextual-links-wrapper).even {
        margin-right: 9.0909090909%;
        float: left; }
      .b1-1-2.b1-col3 > *:not(.contextual-links-wrapper):nth-of-type(3n), .b1-1-2.b1-col3 > *:not(.contextual-links-wrapper).third {
        margin-right: 0;
        float: right; }
    .b1-1-2.b1-w-col2 > *:not(.contextual-links-wrapper) > * {
      width: 45.4545454545%;
      margin-right: 9.0909090909%;
      float: left; }
      .b1-1-2.b1-w-col2 > *:not(.contextual-links-wrapper) > *:nth-of-type(even), .b1-1-2.b1-w-col2 > *:not(.contextual-links-wrapper) > *.even {
        margin-right: 0;
        float: right; }
    .b1-1-2.b1-w-col3 > *:not(.contextual-links-wrapper) > * {
      width: 27.2727272727%;
      margin-right: 9.0909090909%;
      float: left; }
      .b1-1-2.b1-w-col3 > *:not(.contextual-links-wrapper) > *:nth-of-type(odd), .b1-1-2.b1-w-col3 > *:not(.contextual-links-wrapper) > *.even {
        margin-right: 9.0909090909%;
        float: left; }
      .b1-1-2.b1-w-col3 > *:not(.contextual-links-wrapper) > *:nth-of-type(3n), .b1-1-2.b1-w-col3 > *:not(.contextual-links-wrapper) > *.third {
        margin-right: 0;
        float: right; }
  .b1-1-2-end {
    width: 47.8260869565%;
    margin-right: 0;
    float: right; }
    .b1-1-2-end.b1-col2 > *:not(.contextual-links-wrapper) {
      width: 45.4545454545%;
      margin-right: 9.0909090909%;
      float: left; }
      .b1-1-2-end.b1-col2 > *:not(.contextual-links-wrapper):nth-of-type(even), .b1-1-2-end.b1-col2 > *:not(.contextual-links-wrapper).even {
        margin-right: 0;
        float: right; }
    .b1-1-2-end.b1-col3 > *:not(.contextual-links-wrapper) {
      width: 27.2727272727%;
      margin-right: 9.0909090909%;
      float: left; }
      .b1-1-2-end.b1-col3 > *:not(.contextual-links-wrapper):nth-of-type(odd), .b1-1-2-end.b1-col3 > *:not(.contextual-links-wrapper).even {
        margin-right: 9.0909090909%;
        float: left; }
      .b1-1-2-end.b1-col3 > *:not(.contextual-links-wrapper):nth-of-type(3n), .b1-1-2-end.b1-col3 > *:not(.contextual-links-wrapper).third {
        margin-right: 0;
        float: right; }
    .b1-1-2-end.b1-w-col2 > *:not(.contextual-links-wrapper) > * {
      width: 45.4545454545%;
      margin-right: 9.0909090909%;
      float: left; }
      .b1-1-2-end.b1-w-col2 > *:not(.contextual-links-wrapper) > *:nth-of-type(even), .b1-1-2-end.b1-w-col2 > *:not(.contextual-links-wrapper) > *.even {
        margin-right: 0;
        float: right; }
    .b1-1-2-end.b1-w-col3 > *:not(.contextual-links-wrapper) > * {
      width: 27.2727272727%;
      margin-right: 9.0909090909%;
      float: left; }
      .b1-1-2-end.b1-w-col3 > *:not(.contextual-links-wrapper) > *:nth-of-type(odd), .b1-1-2-end.b1-w-col3 > *:not(.contextual-links-wrapper) > *.even {
        margin-right: 9.0909090909%;
        float: left; }
      .b1-1-2-end.b1-w-col3 > *:not(.contextual-links-wrapper) > *:nth-of-type(3n), .b1-1-2-end.b1-w-col3 > *:not(.contextual-links-wrapper) > *.third {
        margin-right: 0;
        float: right; }
  .b1-1-3 {
    width: 30.4347826087%;
    margin-right: 4.347826087%;
    float: left; }
    .b1-1-3.b1-col2 > *:not(.contextual-links-wrapper) {
      width: 42.8571428571%;
      margin-right: 14.2857142857%;
      float: left; }
      .b1-1-3.b1-col2 > *:not(.contextual-links-wrapper):nth-of-type(even), .b1-1-3.b1-col2 > *:not(.contextual-links-wrapper).even {
        margin-right: 0;
        float: right; }
    .b1-1-3.b1-col3 > *:not(.contextual-links-wrapper) {
      width: 23.8095238095%;
      margin-right: 14.2857142857%;
      float: left; }
      .b1-1-3.b1-col3 > *:not(.contextual-links-wrapper):nth-of-type(odd), .b1-1-3.b1-col3 > *:not(.contextual-links-wrapper).even {
        margin-right: 14.2857142857%;
        float: left; }
      .b1-1-3.b1-col3 > *:not(.contextual-links-wrapper):nth-of-type(3n), .b1-1-3.b1-col3 > *:not(.contextual-links-wrapper).third {
        margin-right: 0;
        float: right; }
    .b1-1-3.b1-w-col2 > *:not(.contextual-links-wrapper) > * {
      width: 42.8571428571%;
      margin-right: 14.2857142857%;
      float: left; }
      .b1-1-3.b1-w-col2 > *:not(.contextual-links-wrapper) > *:nth-of-type(even), .b1-1-3.b1-w-col2 > *:not(.contextual-links-wrapper) > *.even {
        margin-right: 0;
        float: right; }
    .b1-1-3.b1-w-col3 > *:not(.contextual-links-wrapper) > * {
      width: 23.8095238095%;
      margin-right: 14.2857142857%;
      float: left; }
      .b1-1-3.b1-w-col3 > *:not(.contextual-links-wrapper) > *:nth-of-type(odd), .b1-1-3.b1-w-col3 > *:not(.contextual-links-wrapper) > *.even {
        margin-right: 14.2857142857%;
        float: left; }
      .b1-1-3.b1-w-col3 > *:not(.contextual-links-wrapper) > *:nth-of-type(3n), .b1-1-3.b1-w-col3 > *:not(.contextual-links-wrapper) > *.third {
        margin-right: 0;
        float: right; }
  .b1-2-3 {
    width: 65.2173913043%;
    margin-right: 4.347826087%;
    float: left; }
    .b1-2-3.b1-col2 > *:not(.contextual-links-wrapper) {
      width: 46.6666666667%;
      margin-right: 6.6666666667%;
      float: left; }
      .b1-2-3.b1-col2 > *:not(.contextual-links-wrapper):nth-of-type(even), .b1-2-3.b1-col2 > *:not(.contextual-links-wrapper).even {
        margin-right: 0;
        float: right; }
    .b1-2-3.b1-col3 > *:not(.contextual-links-wrapper) {
      width: 28.8888888889%;
      margin-right: 6.6666666667%;
      float: left; }
      .b1-2-3.b1-col3 > *:not(.contextual-links-wrapper):nth-of-type(odd), .b1-2-3.b1-col3 > *:not(.contextual-links-wrapper).even {
        margin-right: 6.6666666667%;
        float: left; }
      .b1-2-3.b1-col3 > *:not(.contextual-links-wrapper):nth-of-type(3n), .b1-2-3.b1-col3 > *:not(.contextual-links-wrapper).third {
        margin-right: 0;
        float: right; }
    .b1-2-3.b1-w-col2 > *:not(.contextual-links-wrapper) > * {
      width: 46.6666666667%;
      margin-right: 6.6666666667%;
      float: left; }
      .b1-2-3.b1-w-col2 > *:not(.contextual-links-wrapper) > *:nth-of-type(even), .b1-2-3.b1-w-col2 > *:not(.contextual-links-wrapper) > *.even {
        margin-right: 0;
        float: right; }
    .b1-2-3.b1-w-col3 > *:not(.contextual-links-wrapper) > * {
      width: 28.8888888889%;
      margin-right: 6.6666666667%;
      float: left; }
      .b1-2-3.b1-w-col3 > *:not(.contextual-links-wrapper) > *:nth-of-type(odd), .b1-2-3.b1-w-col3 > *:not(.contextual-links-wrapper) > *.even {
        margin-right: 6.6666666667%;
        float: left; }
      .b1-2-3.b1-w-col3 > *:not(.contextual-links-wrapper) > *:nth-of-type(3n), .b1-2-3.b1-w-col3 > *:not(.contextual-links-wrapper) > *.third {
        margin-right: 0;
        float: right; }
  .b1-1-3-end {
    width: 30.4347826087%;
    margin-right: 0;
    float: right; }
    .b1-1-3-end.b1-col2 > *:not(.contextual-links-wrapper) {
      width: 42.8571428571%;
      margin-right: 14.2857142857%;
      float: left; }
      .b1-1-3-end.b1-col2 > *:not(.contextual-links-wrapper):nth-of-type(even), .b1-1-3-end.b1-col2 > *:not(.contextual-links-wrapper).even {
        margin-right: 0;
        float: right; }
    .b1-1-3-end.b1-col3 > *:not(.contextual-links-wrapper) {
      width: 23.8095238095%;
      margin-right: 14.2857142857%;
      float: left; }
      .b1-1-3-end.b1-col3 > *:not(.contextual-links-wrapper):nth-of-type(odd), .b1-1-3-end.b1-col3 > *:not(.contextual-links-wrapper).even {
        margin-right: 14.2857142857%;
        float: left; }
      .b1-1-3-end.b1-col3 > *:not(.contextual-links-wrapper):nth-of-type(3n), .b1-1-3-end.b1-col3 > *:not(.contextual-links-wrapper).third {
        margin-right: 0;
        float: right; }
    .b1-1-3-end.b1-w-col2 > *:not(.contextual-links-wrapper) > * {
      width: 42.8571428571%;
      margin-right: 14.2857142857%;
      float: left; }
      .b1-1-3-end.b1-w-col2 > *:not(.contextual-links-wrapper) > *:nth-of-type(even), .b1-1-3-end.b1-w-col2 > *:not(.contextual-links-wrapper) > *.even {
        margin-right: 0;
        float: right; }
    .b1-1-3-end.b1-w-col3 > *:not(.contextual-links-wrapper) > * {
      width: 23.8095238095%;
      margin-right: 14.2857142857%;
      float: left; }
      .b1-1-3-end.b1-w-col3 > *:not(.contextual-links-wrapper) > *:nth-of-type(odd), .b1-1-3-end.b1-w-col3 > *:not(.contextual-links-wrapper) > *.even {
        margin-right: 14.2857142857%;
        float: left; }
      .b1-1-3-end.b1-w-col3 > *:not(.contextual-links-wrapper) > *:nth-of-type(3n), .b1-1-3-end.b1-w-col3 > *:not(.contextual-links-wrapper) > *.third {
        margin-right: 0;
        float: right; }
  .b1-2-3-end {
    width: 65.2173913043%;
    margin-right: 0;
    float: right; }
    .b1-2-3-end.b1-col2 > *:not(.contextual-links-wrapper) {
      width: 46.6666666667%;
      margin-right: 6.6666666667%;
      float: left; }
      .b1-2-3-end.b1-col2 > *:not(.contextual-links-wrapper):nth-of-type(even), .b1-2-3-end.b1-col2 > *:not(.contextual-links-wrapper).even {
        margin-right: 0;
        float: right; }
    .b1-2-3-end.b1-col3 > *:not(.contextual-links-wrapper) {
      width: 28.8888888889%;
      margin-right: 6.6666666667%;
      float: left; }
      .b1-2-3-end.b1-col3 > *:not(.contextual-links-wrapper):nth-of-type(odd), .b1-2-3-end.b1-col3 > *:not(.contextual-links-wrapper).even {
        margin-right: 6.6666666667%;
        float: left; }
      .b1-2-3-end.b1-col3 > *:not(.contextual-links-wrapper):nth-of-type(3n), .b1-2-3-end.b1-col3 > *:not(.contextual-links-wrapper).third {
        margin-right: 0;
        float: right; }
    .b1-2-3-end.b1-w-col2 > *:not(.contextual-links-wrapper) > * {
      width: 46.6666666667%;
      margin-right: 6.6666666667%;
      float: left; }
      .b1-2-3-end.b1-w-col2 > *:not(.contextual-links-wrapper) > *:nth-of-type(even), .b1-2-3-end.b1-w-col2 > *:not(.contextual-links-wrapper) > *.even {
        margin-right: 0;
        float: right; }
    .b1-2-3-end.b1-w-col3 > *:not(.contextual-links-wrapper) > * {
      width: 28.8888888889%;
      margin-right: 6.6666666667%;
      float: left; }
      .b1-2-3-end.b1-w-col3 > *:not(.contextual-links-wrapper) > *:nth-of-type(odd), .b1-2-3-end.b1-w-col3 > *:not(.contextual-links-wrapper) > *.even {
        margin-right: 6.6666666667%;
        float: left; }
      .b1-2-3-end.b1-w-col3 > *:not(.contextual-links-wrapper) > *:nth-of-type(3n), .b1-2-3-end.b1-w-col3 > *:not(.contextual-links-wrapper) > *.third {
        margin-right: 0;
        float: right; }
  .b1-1-4 {
    width: 21.7391304348%;
    margin-right: 4.347826087%;
    float: left; }
    .b1-1-4.b1-col2 > *:not(.contextual-links-wrapper) {
      width: 40%;
      margin-right: 20%;
      float: left; }
      .b1-1-4.b1-col2 > *:not(.contextual-links-wrapper):nth-of-type(even), .b1-1-4.b1-col2 > *:not(.contextual-links-wrapper).even {
        margin-right: 0;
        float: right; }
    .b1-1-4.b1-col3 > *:not(.contextual-links-wrapper) {
      width: 20%;
      margin-right: 20%;
      float: left; }
      .b1-1-4.b1-col3 > *:not(.contextual-links-wrapper):nth-of-type(odd), .b1-1-4.b1-col3 > *:not(.contextual-links-wrapper).even {
        margin-right: 20%;
        float: left; }
      .b1-1-4.b1-col3 > *:not(.contextual-links-wrapper):nth-of-type(3n), .b1-1-4.b1-col3 > *:not(.contextual-links-wrapper).third {
        margin-right: 0;
        float: right; }
    .b1-1-4.b1-w-col2 > *:not(.contextual-links-wrapper) > * {
      width: 40%;
      margin-right: 20%;
      float: left; }
      .b1-1-4.b1-w-col2 > *:not(.contextual-links-wrapper) > *:nth-of-type(even), .b1-1-4.b1-w-col2 > *:not(.contextual-links-wrapper) > *.even {
        margin-right: 0;
        float: right; }
    .b1-1-4.b1-w-col3 > *:not(.contextual-links-wrapper) > * {
      width: 20%;
      margin-right: 20%;
      float: left; }
      .b1-1-4.b1-w-col3 > *:not(.contextual-links-wrapper) > *:nth-of-type(odd), .b1-1-4.b1-w-col3 > *:not(.contextual-links-wrapper) > *.even {
        margin-right: 20%;
        float: left; }
      .b1-1-4.b1-w-col3 > *:not(.contextual-links-wrapper) > *:nth-of-type(3n), .b1-1-4.b1-w-col3 > *:not(.contextual-links-wrapper) > *.third {
        margin-right: 0;
        float: right; }
  .b1-2-4 {
    width: 47.8260869565%;
    margin-right: 4.347826087%;
    float: left; }
    .b1-2-4.b1-col2 > *:not(.contextual-links-wrapper) {
      width: 45.4545454545%;
      margin-right: 9.0909090909%;
      float: left; }
      .b1-2-4.b1-col2 > *:not(.contextual-links-wrapper):nth-of-type(even), .b1-2-4.b1-col2 > *:not(.contextual-links-wrapper).even {
        margin-right: 0;
        float: right; }
    .b1-2-4.b1-col3 > *:not(.contextual-links-wrapper) {
      width: 27.2727272727%;
      margin-right: 9.0909090909%;
      float: left; }
      .b1-2-4.b1-col3 > *:not(.contextual-links-wrapper):nth-of-type(odd), .b1-2-4.b1-col3 > *:not(.contextual-links-wrapper).even {
        margin-right: 9.0909090909%;
        float: left; }
      .b1-2-4.b1-col3 > *:not(.contextual-links-wrapper):nth-of-type(3n), .b1-2-4.b1-col3 > *:not(.contextual-links-wrapper).third {
        margin-right: 0;
        float: right; }
    .b1-2-4.b1-w-col2 > *:not(.contextual-links-wrapper) > * {
      width: 45.4545454545%;
      margin-right: 9.0909090909%;
      float: left; }
      .b1-2-4.b1-w-col2 > *:not(.contextual-links-wrapper) > *:nth-of-type(even), .b1-2-4.b1-w-col2 > *:not(.contextual-links-wrapper) > *.even {
        margin-right: 0;
        float: right; }
    .b1-2-4.b1-w-col3 > *:not(.contextual-links-wrapper) > * {
      width: 27.2727272727%;
      margin-right: 9.0909090909%;
      float: left; }
      .b1-2-4.b1-w-col3 > *:not(.contextual-links-wrapper) > *:nth-of-type(odd), .b1-2-4.b1-w-col3 > *:not(.contextual-links-wrapper) > *.even {
        margin-right: 9.0909090909%;
        float: left; }
      .b1-2-4.b1-w-col3 > *:not(.contextual-links-wrapper) > *:nth-of-type(3n), .b1-2-4.b1-w-col3 > *:not(.contextual-links-wrapper) > *.third {
        margin-right: 0;
        float: right; }
  .b1-3-4 {
    width: 73.9130434783%;
    margin-right: 4.347826087%;
    float: left; }
    .b1-3-4.b1-col2 > *:not(.contextual-links-wrapper) {
      width: 47.0588235294%;
      margin-right: 5.8823529412%;
      float: left; }
      .b1-3-4.b1-col2 > *:not(.contextual-links-wrapper):nth-of-type(even), .b1-3-4.b1-col2 > *:not(.contextual-links-wrapper).even {
        margin-right: 0;
        float: right; }
    .b1-3-4.b1-col3 > *:not(.contextual-links-wrapper) {
      width: 29.4117647059%;
      margin-right: 5.8823529412%;
      float: left; }
      .b1-3-4.b1-col3 > *:not(.contextual-links-wrapper):nth-of-type(odd), .b1-3-4.b1-col3 > *:not(.contextual-links-wrapper).even {
        margin-right: 5.8823529412%;
        float: left; }
      .b1-3-4.b1-col3 > *:not(.contextual-links-wrapper):nth-of-type(3n), .b1-3-4.b1-col3 > *:not(.contextual-links-wrapper).third {
        margin-right: 0;
        float: right; }
    .b1-3-4.b1-w-col2 > *:not(.contextual-links-wrapper) > * {
      width: 47.0588235294%;
      margin-right: 5.8823529412%;
      float: left; }
      .b1-3-4.b1-w-col2 > *:not(.contextual-links-wrapper) > *:nth-of-type(even), .b1-3-4.b1-w-col2 > *:not(.contextual-links-wrapper) > *.even {
        margin-right: 0;
        float: right; }
    .b1-3-4.b1-w-col3 > *:not(.contextual-links-wrapper) > * {
      width: 29.4117647059%;
      margin-right: 5.8823529412%;
      float: left; }
      .b1-3-4.b1-w-col3 > *:not(.contextual-links-wrapper) > *:nth-of-type(odd), .b1-3-4.b1-w-col3 > *:not(.contextual-links-wrapper) > *.even {
        margin-right: 5.8823529412%;
        float: left; }
      .b1-3-4.b1-w-col3 > *:not(.contextual-links-wrapper) > *:nth-of-type(3n), .b1-3-4.b1-w-col3 > *:not(.contextual-links-wrapper) > *.third {
        margin-right: 0;
        float: right; }
  .b1-1-4-end {
    width: 21.7391304348%;
    margin-right: 0;
    float: right; }
    .b1-1-4-end.b1-col2 > *:not(.contextual-links-wrapper) {
      width: 40%;
      margin-right: 20%;
      float: left; }
      .b1-1-4-end.b1-col2 > *:not(.contextual-links-wrapper):nth-of-type(even), .b1-1-4-end.b1-col2 > *:not(.contextual-links-wrapper).even {
        margin-right: 0;
        float: right; }
    .b1-1-4-end.b1-col3 > *:not(.contextual-links-wrapper) {
      width: 20%;
      margin-right: 20%;
      float: left; }
      .b1-1-4-end.b1-col3 > *:not(.contextual-links-wrapper):nth-of-type(odd), .b1-1-4-end.b1-col3 > *:not(.contextual-links-wrapper).even {
        margin-right: 20%;
        float: left; }
      .b1-1-4-end.b1-col3 > *:not(.contextual-links-wrapper):nth-of-type(3n), .b1-1-4-end.b1-col3 > *:not(.contextual-links-wrapper).third {
        margin-right: 0;
        float: right; }
    .b1-1-4-end.b1-w-col2 > *:not(.contextual-links-wrapper) > * {
      width: 40%;
      margin-right: 20%;
      float: left; }
      .b1-1-4-end.b1-w-col2 > *:not(.contextual-links-wrapper) > *:nth-of-type(even), .b1-1-4-end.b1-w-col2 > *:not(.contextual-links-wrapper) > *.even {
        margin-right: 0;
        float: right; }
    .b1-1-4-end.b1-w-col3 > *:not(.contextual-links-wrapper) > * {
      width: 20%;
      margin-right: 20%;
      float: left; }
      .b1-1-4-end.b1-w-col3 > *:not(.contextual-links-wrapper) > *:nth-of-type(odd), .b1-1-4-end.b1-w-col3 > *:not(.contextual-links-wrapper) > *.even {
        margin-right: 20%;
        float: left; }
      .b1-1-4-end.b1-w-col3 > *:not(.contextual-links-wrapper) > *:nth-of-type(3n), .b1-1-4-end.b1-w-col3 > *:not(.contextual-links-wrapper) > *.third {
        margin-right: 0;
        float: right; }
  .b1-2-4-end {
    width: 47.8260869565%;
    margin-right: 0;
    float: right; }
    .b1-2-4-end.b1-col2 > *:not(.contextual-links-wrapper) {
      width: 45.4545454545%;
      margin-right: 9.0909090909%;
      float: left; }
      .b1-2-4-end.b1-col2 > *:not(.contextual-links-wrapper):nth-of-type(even), .b1-2-4-end.b1-col2 > *:not(.contextual-links-wrapper).even {
        margin-right: 0;
        float: right; }
    .b1-2-4-end.b1-col3 > *:not(.contextual-links-wrapper) {
      width: 27.2727272727%;
      margin-right: 9.0909090909%;
      float: left; }
      .b1-2-4-end.b1-col3 > *:not(.contextual-links-wrapper):nth-of-type(odd), .b1-2-4-end.b1-col3 > *:not(.contextual-links-wrapper).even {
        margin-right: 9.0909090909%;
        float: left; }
      .b1-2-4-end.b1-col3 > *:not(.contextual-links-wrapper):nth-of-type(3n), .b1-2-4-end.b1-col3 > *:not(.contextual-links-wrapper).third {
        margin-right: 0;
        float: right; }
    .b1-2-4-end.b1-w-col2 > *:not(.contextual-links-wrapper) > * {
      width: 45.4545454545%;
      margin-right: 9.0909090909%;
      float: left; }
      .b1-2-4-end.b1-w-col2 > *:not(.contextual-links-wrapper) > *:nth-of-type(even), .b1-2-4-end.b1-w-col2 > *:not(.contextual-links-wrapper) > *.even {
        margin-right: 0;
        float: right; }
    .b1-2-4-end.b1-w-col3 > *:not(.contextual-links-wrapper) > * {
      width: 27.2727272727%;
      margin-right: 9.0909090909%;
      float: left; }
      .b1-2-4-end.b1-w-col3 > *:not(.contextual-links-wrapper) > *:nth-of-type(odd), .b1-2-4-end.b1-w-col3 > *:not(.contextual-links-wrapper) > *.even {
        margin-right: 9.0909090909%;
        float: left; }
      .b1-2-4-end.b1-w-col3 > *:not(.contextual-links-wrapper) > *:nth-of-type(3n), .b1-2-4-end.b1-w-col3 > *:not(.contextual-links-wrapper) > *.third {
        margin-right: 0;
        float: right; }
  .b1-3-4-end {
    width: 73.9130434783%;
    margin-right: 0;
    float: right; }
    .b1-3-4-end.b1-col2 > *:not(.contextual-links-wrapper) {
      width: 47.0588235294%;
      margin-right: 5.8823529412%;
      float: left; }
      .b1-3-4-end.b1-col2 > *:not(.contextual-links-wrapper):nth-of-type(even), .b1-3-4-end.b1-col2 > *:not(.contextual-links-wrapper).even {
        margin-right: 0;
        float: right; }
    .b1-3-4-end.b1-col3 > *:not(.contextual-links-wrapper) {
      width: 29.4117647059%;
      margin-right: 5.8823529412%;
      float: left; }
      .b1-3-4-end.b1-col3 > *:not(.contextual-links-wrapper):nth-of-type(odd), .b1-3-4-end.b1-col3 > *:not(.contextual-links-wrapper).even {
        margin-right: 5.8823529412%;
        float: left; }
      .b1-3-4-end.b1-col3 > *:not(.contextual-links-wrapper):nth-of-type(3n), .b1-3-4-end.b1-col3 > *:not(.contextual-links-wrapper).third {
        margin-right: 0;
        float: right; }
    .b1-3-4-end.b1-w-col2 > *:not(.contextual-links-wrapper) > * {
      width: 47.0588235294%;
      margin-right: 5.8823529412%;
      float: left; }
      .b1-3-4-end.b1-w-col2 > *:not(.contextual-links-wrapper) > *:nth-of-type(even), .b1-3-4-end.b1-w-col2 > *:not(.contextual-links-wrapper) > *.even {
        margin-right: 0;
        float: right; }
    .b1-3-4-end.b1-w-col3 > *:not(.contextual-links-wrapper) > * {
      width: 29.4117647059%;
      margin-right: 5.8823529412%;
      float: left; }
      .b1-3-4-end.b1-w-col3 > *:not(.contextual-links-wrapper) > *:nth-of-type(odd), .b1-3-4-end.b1-w-col3 > *:not(.contextual-links-wrapper) > *.even {
        margin-right: 5.8823529412%;
        float: left; }
      .b1-3-4-end.b1-w-col3 > *:not(.contextual-links-wrapper) > *:nth-of-type(3n), .b1-3-4-end.b1-w-col3 > *:not(.contextual-links-wrapper) > *.third {
        margin-right: 0;
        float: right; }
  .b1-end {
    margin-right: 0;
    float: right; }
  .b1-not-end {
    margin-right: 4.347826087%;
    float: left; } }

@media screen and (min-width: 48em) {
  .b2-col2 > *:not(.contextual-links-wrapper) {
    width: 48.5714285714%;
    margin-right: 2.8571428571%;
    float: left; }
    .b2-col2 > *:not(.contextual-links-wrapper):nth-of-type(even), .b2-col2 > *:not(.contextual-links-wrapper).even {
      margin-right: 0;
      float: right; }
  .b2-col3 > *:not(.contextual-links-wrapper) {
    width: 31.4285714286%;
    margin-right: 2.8571428571%;
    float: left; }
    .b2-col3 > *:not(.contextual-links-wrapper):nth-of-type(odd), .b2-col3 > *:not(.contextual-links-wrapper).even {
      margin-right: 2.8571428571%;
      float: left; }
    .b2-col3 > *:not(.contextual-links-wrapper):nth-of-type(3n), .b2-col3 > *:not(.contextual-links-wrapper).third {
      margin-right: 0;
      float: right; }
  .b2-w-col2 > *:not(.contextual-links-wrapper) > * {
    width: 48.5714285714%;
    margin-right: 2.8571428571%;
    float: left; }
    .b2-w-col2 > *:not(.contextual-links-wrapper) > *:nth-of-type(even), .b2-w-col2 > *:not(.contextual-links-wrapper) > *.even {
      margin-right: 0;
      float: right; }
  .b2-w-col3 > *:not(.contextual-links-wrapper) > * {
    width: 31.4285714286%;
    margin-right: 2.8571428571%;
    float: left; }
    .b2-w-col3 > *:not(.contextual-links-wrapper) > *:nth-of-type(odd), .b2-w-col3 > *:not(.contextual-links-wrapper) > *.even {
      margin-right: 2.8571428571%;
      float: left; }
    .b2-w-col3 > *:not(.contextual-links-wrapper) > *:nth-of-type(3n), .b2-w-col3 > *:not(.contextual-links-wrapper) > *.third {
      margin-right: 0;
      float: right; }
  .b2-1-1 {
    width: 100%;
    margin-right: 0;
    float: left; }
    .b2-1-1.b2-col2 > *:not(.contextual-links-wrapper) {
      width: 48.5714285714%;
      margin-right: 2.8571428571%;
      float: left; }
      .b2-1-1.b2-col2 > *:not(.contextual-links-wrapper):nth-of-type(even), .b2-1-1.b2-col2 > *:not(.contextual-links-wrapper).even {
        margin-right: 0;
        float: right; }
    .b2-1-1.b2-col3 > *:not(.contextual-links-wrapper) {
      width: 31.4285714286%;
      margin-right: 2.8571428571%;
      float: left; }
      .b2-1-1.b2-col3 > *:not(.contextual-links-wrapper):nth-of-type(odd), .b2-1-1.b2-col3 > *:not(.contextual-links-wrapper).even {
        margin-right: 2.8571428571%;
        float: left; }
      .b2-1-1.b2-col3 > *:not(.contextual-links-wrapper):nth-of-type(3n), .b2-1-1.b2-col3 > *:not(.contextual-links-wrapper).third {
        margin-right: 0;
        float: right; }
    .b2-1-1.b2-w-col2 > *:not(.contextual-links-wrapper) > * {
      width: 48.5714285714%;
      margin-right: 2.8571428571%;
      float: left; }
      .b2-1-1.b2-w-col2 > *:not(.contextual-links-wrapper) > *:nth-of-type(even), .b2-1-1.b2-w-col2 > *:not(.contextual-links-wrapper) > *.even {
        margin-right: 0;
        float: right; }
    .b2-1-1.b2-w-col3 > *:not(.contextual-links-wrapper) > * {
      width: 31.4285714286%;
      margin-right: 2.8571428571%;
      float: left; }
      .b2-1-1.b2-w-col3 > *:not(.contextual-links-wrapper) > *:nth-of-type(odd), .b2-1-1.b2-w-col3 > *:not(.contextual-links-wrapper) > *.even {
        margin-right: 2.8571428571%;
        float: left; }
      .b2-1-1.b2-w-col3 > *:not(.contextual-links-wrapper) > *:nth-of-type(3n), .b2-1-1.b2-w-col3 > *:not(.contextual-links-wrapper) > *.third {
        margin-right: 0;
        float: right; }
  .b2-1-2 {
    width: 48.5714285714%;
    margin-right: 2.8571428571%;
    float: left; }
    .b2-1-2.b2-col2 > *:not(.contextual-links-wrapper) {
      width: 47.0588235294%;
      margin-right: 5.8823529412%;
      float: left; }
      .b2-1-2.b2-col2 > *:not(.contextual-links-wrapper):nth-of-type(even), .b2-1-2.b2-col2 > *:not(.contextual-links-wrapper).even {
        margin-right: 0;
        float: right; }
    .b2-1-2.b2-col3 > *:not(.contextual-links-wrapper) {
      width: 29.4117647059%;
      margin-right: 5.8823529412%;
      float: left; }
      .b2-1-2.b2-col3 > *:not(.contextual-links-wrapper):nth-of-type(odd), .b2-1-2.b2-col3 > *:not(.contextual-links-wrapper).even {
        margin-right: 5.8823529412%;
        float: left; }
      .b2-1-2.b2-col3 > *:not(.contextual-links-wrapper):nth-of-type(3n), .b2-1-2.b2-col3 > *:not(.contextual-links-wrapper).third {
        margin-right: 0;
        float: right; }
    .b2-1-2.b2-w-col2 > *:not(.contextual-links-wrapper) > * {
      width: 47.0588235294%;
      margin-right: 5.8823529412%;
      float: left; }
      .b2-1-2.b2-w-col2 > *:not(.contextual-links-wrapper) > *:nth-of-type(even), .b2-1-2.b2-w-col2 > *:not(.contextual-links-wrapper) > *.even {
        margin-right: 0;
        float: right; }
    .b2-1-2.b2-w-col3 > *:not(.contextual-links-wrapper) > * {
      width: 29.4117647059%;
      margin-right: 5.8823529412%;
      float: left; }
      .b2-1-2.b2-w-col3 > *:not(.contextual-links-wrapper) > *:nth-of-type(odd), .b2-1-2.b2-w-col3 > *:not(.contextual-links-wrapper) > *.even {
        margin-right: 5.8823529412%;
        float: left; }
      .b2-1-2.b2-w-col3 > *:not(.contextual-links-wrapper) > *:nth-of-type(3n), .b2-1-2.b2-w-col3 > *:not(.contextual-links-wrapper) > *.third {
        margin-right: 0;
        float: right; }
  .b2-1-2-end {
    width: 48.5714285714%;
    margin-right: 0;
    float: right; }
    .b2-1-2-end.b2-col2 > *:not(.contextual-links-wrapper) {
      width: 47.0588235294%;
      margin-right: 5.8823529412%;
      float: left; }
      .b2-1-2-end.b2-col2 > *:not(.contextual-links-wrapper):nth-of-type(even), .b2-1-2-end.b2-col2 > *:not(.contextual-links-wrapper).even {
        margin-right: 0;
        float: right; }
    .b2-1-2-end.b2-col3 > *:not(.contextual-links-wrapper) {
      width: 29.4117647059%;
      margin-right: 5.8823529412%;
      float: left; }
      .b2-1-2-end.b2-col3 > *:not(.contextual-links-wrapper):nth-of-type(odd), .b2-1-2-end.b2-col3 > *:not(.contextual-links-wrapper).even {
        margin-right: 5.8823529412%;
        float: left; }
      .b2-1-2-end.b2-col3 > *:not(.contextual-links-wrapper):nth-of-type(3n), .b2-1-2-end.b2-col3 > *:not(.contextual-links-wrapper).third {
        margin-right: 0;
        float: right; }
    .b2-1-2-end.b2-w-col2 > *:not(.contextual-links-wrapper) > * {
      width: 47.0588235294%;
      margin-right: 5.8823529412%;
      float: left; }
      .b2-1-2-end.b2-w-col2 > *:not(.contextual-links-wrapper) > *:nth-of-type(even), .b2-1-2-end.b2-w-col2 > *:not(.contextual-links-wrapper) > *.even {
        margin-right: 0;
        float: right; }
    .b2-1-2-end.b2-w-col3 > *:not(.contextual-links-wrapper) > * {
      width: 29.4117647059%;
      margin-right: 5.8823529412%;
      float: left; }
      .b2-1-2-end.b2-w-col3 > *:not(.contextual-links-wrapper) > *:nth-of-type(odd), .b2-1-2-end.b2-w-col3 > *:not(.contextual-links-wrapper) > *.even {
        margin-right: 5.8823529412%;
        float: left; }
      .b2-1-2-end.b2-w-col3 > *:not(.contextual-links-wrapper) > *:nth-of-type(3n), .b2-1-2-end.b2-w-col3 > *:not(.contextual-links-wrapper) > *.third {
        margin-right: 0;
        float: right; }
  .b2-1-3 {
    width: 31.4285714286%;
    margin-right: 2.8571428571%;
    float: left; }
    .b2-1-3.b2-col2 > *:not(.contextual-links-wrapper) {
      width: 45.4545454545%;
      margin-right: 9.0909090909%;
      float: left; }
      .b2-1-3.b2-col2 > *:not(.contextual-links-wrapper):nth-of-type(even), .b2-1-3.b2-col2 > *:not(.contextual-links-wrapper).even {
        margin-right: 0;
        float: right; }
    .b2-1-3.b2-col3 > *:not(.contextual-links-wrapper) {
      width: 27.2727272727%;
      margin-right: 9.0909090909%;
      float: left; }
      .b2-1-3.b2-col3 > *:not(.contextual-links-wrapper):nth-of-type(odd), .b2-1-3.b2-col3 > *:not(.contextual-links-wrapper).even {
        margin-right: 9.0909090909%;
        float: left; }
      .b2-1-3.b2-col3 > *:not(.contextual-links-wrapper):nth-of-type(3n), .b2-1-3.b2-col3 > *:not(.contextual-links-wrapper).third {
        margin-right: 0;
        float: right; }
    .b2-1-3.b2-w-col2 > *:not(.contextual-links-wrapper) > * {
      width: 45.4545454545%;
      margin-right: 9.0909090909%;
      float: left; }
      .b2-1-3.b2-w-col2 > *:not(.contextual-links-wrapper) > *:nth-of-type(even), .b2-1-3.b2-w-col2 > *:not(.contextual-links-wrapper) > *.even {
        margin-right: 0;
        float: right; }
    .b2-1-3.b2-w-col3 > *:not(.contextual-links-wrapper) > * {
      width: 27.2727272727%;
      margin-right: 9.0909090909%;
      float: left; }
      .b2-1-3.b2-w-col3 > *:not(.contextual-links-wrapper) > *:nth-of-type(odd), .b2-1-3.b2-w-col3 > *:not(.contextual-links-wrapper) > *.even {
        margin-right: 9.0909090909%;
        float: left; }
      .b2-1-3.b2-w-col3 > *:not(.contextual-links-wrapper) > *:nth-of-type(3n), .b2-1-3.b2-w-col3 > *:not(.contextual-links-wrapper) > *.third {
        margin-right: 0;
        float: right; }
  .b2-2-3 {
    width: 65.7142857143%;
    margin-right: 2.8571428571%;
    float: left; }
    .b2-2-3.b2-col2 > *:not(.contextual-links-wrapper) {
      width: 47.8260869565%;
      margin-right: 4.347826087%;
      float: left; }
      .b2-2-3.b2-col2 > *:not(.contextual-links-wrapper):nth-of-type(even), .b2-2-3.b2-col2 > *:not(.contextual-links-wrapper).even {
        margin-right: 0;
        float: right; }
    .b2-2-3.b2-col3 > *:not(.contextual-links-wrapper) {
      width: 30.4347826087%;
      margin-right: 4.347826087%;
      float: left; }
      .b2-2-3.b2-col3 > *:not(.contextual-links-wrapper):nth-of-type(odd), .b2-2-3.b2-col3 > *:not(.contextual-links-wrapper).even {
        margin-right: 4.347826087%;
        float: left; }
      .b2-2-3.b2-col3 > *:not(.contextual-links-wrapper):nth-of-type(3n), .b2-2-3.b2-col3 > *:not(.contextual-links-wrapper).third {
        margin-right: 0;
        float: right; }
    .b2-2-3.b2-w-col2 > *:not(.contextual-links-wrapper) > * {
      width: 47.8260869565%;
      margin-right: 4.347826087%;
      float: left; }
      .b2-2-3.b2-w-col2 > *:not(.contextual-links-wrapper) > *:nth-of-type(even), .b2-2-3.b2-w-col2 > *:not(.contextual-links-wrapper) > *.even {
        margin-right: 0;
        float: right; }
    .b2-2-3.b2-w-col3 > *:not(.contextual-links-wrapper) > * {
      width: 30.4347826087%;
      margin-right: 4.347826087%;
      float: left; }
      .b2-2-3.b2-w-col3 > *:not(.contextual-links-wrapper) > *:nth-of-type(odd), .b2-2-3.b2-w-col3 > *:not(.contextual-links-wrapper) > *.even {
        margin-right: 4.347826087%;
        float: left; }
      .b2-2-3.b2-w-col3 > *:not(.contextual-links-wrapper) > *:nth-of-type(3n), .b2-2-3.b2-w-col3 > *:not(.contextual-links-wrapper) > *.third {
        margin-right: 0;
        float: right; }
  .b2-1-3-end {
    width: 31.4285714286%;
    margin-right: 0;
    float: right; }
    .b2-1-3-end.b2-col2 > *:not(.contextual-links-wrapper) {
      width: 45.4545454545%;
      margin-right: 9.0909090909%;
      float: left; }
      .b2-1-3-end.b2-col2 > *:not(.contextual-links-wrapper):nth-of-type(even), .b2-1-3-end.b2-col2 > *:not(.contextual-links-wrapper).even {
        margin-right: 0;
        float: right; }
    .b2-1-3-end.b2-col3 > *:not(.contextual-links-wrapper) {
      width: 27.2727272727%;
      margin-right: 9.0909090909%;
      float: left; }
      .b2-1-3-end.b2-col3 > *:not(.contextual-links-wrapper):nth-of-type(odd), .b2-1-3-end.b2-col3 > *:not(.contextual-links-wrapper).even {
        margin-right: 9.0909090909%;
        float: left; }
      .b2-1-3-end.b2-col3 > *:not(.contextual-links-wrapper):nth-of-type(3n), .b2-1-3-end.b2-col3 > *:not(.contextual-links-wrapper).third {
        margin-right: 0;
        float: right; }
    .b2-1-3-end.b2-w-col2 > *:not(.contextual-links-wrapper) > * {
      width: 45.4545454545%;
      margin-right: 9.0909090909%;
      float: left; }
      .b2-1-3-end.b2-w-col2 > *:not(.contextual-links-wrapper) > *:nth-of-type(even), .b2-1-3-end.b2-w-col2 > *:not(.contextual-links-wrapper) > *.even {
        margin-right: 0;
        float: right; }
    .b2-1-3-end.b2-w-col3 > *:not(.contextual-links-wrapper) > * {
      width: 27.2727272727%;
      margin-right: 9.0909090909%;
      float: left; }
      .b2-1-3-end.b2-w-col3 > *:not(.contextual-links-wrapper) > *:nth-of-type(odd), .b2-1-3-end.b2-w-col3 > *:not(.contextual-links-wrapper) > *.even {
        margin-right: 9.0909090909%;
        float: left; }
      .b2-1-3-end.b2-w-col3 > *:not(.contextual-links-wrapper) > *:nth-of-type(3n), .b2-1-3-end.b2-w-col3 > *:not(.contextual-links-wrapper) > *.third {
        margin-right: 0;
        float: right; }
  .b2-2-3-end {
    width: 65.7142857143%;
    margin-right: 0;
    float: right; }
    .b2-2-3-end.b2-col2 > *:not(.contextual-links-wrapper) {
      width: 47.8260869565%;
      margin-right: 4.347826087%;
      float: left; }
      .b2-2-3-end.b2-col2 > *:not(.contextual-links-wrapper):nth-of-type(even), .b2-2-3-end.b2-col2 > *:not(.contextual-links-wrapper).even {
        margin-right: 0;
        float: right; }
    .b2-2-3-end.b2-col3 > *:not(.contextual-links-wrapper) {
      width: 30.4347826087%;
      margin-right: 4.347826087%;
      float: left; }
      .b2-2-3-end.b2-col3 > *:not(.contextual-links-wrapper):nth-of-type(odd), .b2-2-3-end.b2-col3 > *:not(.contextual-links-wrapper).even {
        margin-right: 4.347826087%;
        float: left; }
      .b2-2-3-end.b2-col3 > *:not(.contextual-links-wrapper):nth-of-type(3n), .b2-2-3-end.b2-col3 > *:not(.contextual-links-wrapper).third {
        margin-right: 0;
        float: right; }
    .b2-2-3-end.b2-w-col2 > *:not(.contextual-links-wrapper) > * {
      width: 47.8260869565%;
      margin-right: 4.347826087%;
      float: left; }
      .b2-2-3-end.b2-w-col2 > *:not(.contextual-links-wrapper) > *:nth-of-type(even), .b2-2-3-end.b2-w-col2 > *:not(.contextual-links-wrapper) > *.even {
        margin-right: 0;
        float: right; }
    .b2-2-3-end.b2-w-col3 > *:not(.contextual-links-wrapper) > * {
      width: 30.4347826087%;
      margin-right: 4.347826087%;
      float: left; }
      .b2-2-3-end.b2-w-col3 > *:not(.contextual-links-wrapper) > *:nth-of-type(odd), .b2-2-3-end.b2-w-col3 > *:not(.contextual-links-wrapper) > *.even {
        margin-right: 4.347826087%;
        float: left; }
      .b2-2-3-end.b2-w-col3 > *:not(.contextual-links-wrapper) > *:nth-of-type(3n), .b2-2-3-end.b2-w-col3 > *:not(.contextual-links-wrapper) > *.third {
        margin-right: 0;
        float: right; }
  .b2-1-4 {
    width: 22.8571428571%;
    margin-right: 2.8571428571%;
    float: left; }
    .b2-1-4.b2-col2 > *:not(.contextual-links-wrapper) {
      width: 43.75%;
      margin-right: 12.5%;
      float: left; }
      .b2-1-4.b2-col2 > *:not(.contextual-links-wrapper):nth-of-type(even), .b2-1-4.b2-col2 > *:not(.contextual-links-wrapper).even {
        margin-right: 0;
        float: right; }
    .b2-1-4.b2-col3 > *:not(.contextual-links-wrapper) {
      width: 25%;
      margin-right: 12.5%;
      float: left; }
      .b2-1-4.b2-col3 > *:not(.contextual-links-wrapper):nth-of-type(odd), .b2-1-4.b2-col3 > *:not(.contextual-links-wrapper).even {
        margin-right: 12.5%;
        float: left; }
      .b2-1-4.b2-col3 > *:not(.contextual-links-wrapper):nth-of-type(3n), .b2-1-4.b2-col3 > *:not(.contextual-links-wrapper).third {
        margin-right: 0;
        float: right; }
    .b2-1-4.b2-w-col2 > *:not(.contextual-links-wrapper) > * {
      width: 43.75%;
      margin-right: 12.5%;
      float: left; }
      .b2-1-4.b2-w-col2 > *:not(.contextual-links-wrapper) > *:nth-of-type(even), .b2-1-4.b2-w-col2 > *:not(.contextual-links-wrapper) > *.even {
        margin-right: 0;
        float: right; }
    .b2-1-4.b2-w-col3 > *:not(.contextual-links-wrapper) > * {
      width: 25%;
      margin-right: 12.5%;
      float: left; }
      .b2-1-4.b2-w-col3 > *:not(.contextual-links-wrapper) > *:nth-of-type(odd), .b2-1-4.b2-w-col3 > *:not(.contextual-links-wrapper) > *.even {
        margin-right: 12.5%;
        float: left; }
      .b2-1-4.b2-w-col3 > *:not(.contextual-links-wrapper) > *:nth-of-type(3n), .b2-1-4.b2-w-col3 > *:not(.contextual-links-wrapper) > *.third {
        margin-right: 0;
        float: right; }
  .b2-2-4 {
    width: 48.5714285714%;
    margin-right: 2.8571428571%;
    float: left; }
    .b2-2-4.b2-col2 > *:not(.contextual-links-wrapper) {
      width: 47.0588235294%;
      margin-right: 5.8823529412%;
      float: left; }
      .b2-2-4.b2-col2 > *:not(.contextual-links-wrapper):nth-of-type(even), .b2-2-4.b2-col2 > *:not(.contextual-links-wrapper).even {
        margin-right: 0;
        float: right; }
    .b2-2-4.b2-col3 > *:not(.contextual-links-wrapper) {
      width: 29.4117647059%;
      margin-right: 5.8823529412%;
      float: left; }
      .b2-2-4.b2-col3 > *:not(.contextual-links-wrapper):nth-of-type(odd), .b2-2-4.b2-col3 > *:not(.contextual-links-wrapper).even {
        margin-right: 5.8823529412%;
        float: left; }
      .b2-2-4.b2-col3 > *:not(.contextual-links-wrapper):nth-of-type(3n), .b2-2-4.b2-col3 > *:not(.contextual-links-wrapper).third {
        margin-right: 0;
        float: right; }
    .b2-2-4.b2-w-col2 > *:not(.contextual-links-wrapper) > * {
      width: 47.0588235294%;
      margin-right: 5.8823529412%;
      float: left; }
      .b2-2-4.b2-w-col2 > *:not(.contextual-links-wrapper) > *:nth-of-type(even), .b2-2-4.b2-w-col2 > *:not(.contextual-links-wrapper) > *.even {
        margin-right: 0;
        float: right; }
    .b2-2-4.b2-w-col3 > *:not(.contextual-links-wrapper) > * {
      width: 29.4117647059%;
      margin-right: 5.8823529412%;
      float: left; }
      .b2-2-4.b2-w-col3 > *:not(.contextual-links-wrapper) > *:nth-of-type(odd), .b2-2-4.b2-w-col3 > *:not(.contextual-links-wrapper) > *.even {
        margin-right: 5.8823529412%;
        float: left; }
      .b2-2-4.b2-w-col3 > *:not(.contextual-links-wrapper) > *:nth-of-type(3n), .b2-2-4.b2-w-col3 > *:not(.contextual-links-wrapper) > *.third {
        margin-right: 0;
        float: right; }
  .b2-3-4 {
    width: 74.2857142857%;
    margin-right: 2.8571428571%;
    float: left; }
    .b2-3-4.b2-col2 > *:not(.contextual-links-wrapper) {
      width: 48.0769230769%;
      margin-right: 3.8461538462%;
      float: left; }
      .b2-3-4.b2-col2 > *:not(.contextual-links-wrapper):nth-of-type(even), .b2-3-4.b2-col2 > *:not(.contextual-links-wrapper).even {
        margin-right: 0;
        float: right; }
    .b2-3-4.b2-col3 > *:not(.contextual-links-wrapper) {
      width: 30.7692307692%;
      margin-right: 3.8461538462%;
      float: left; }
      .b2-3-4.b2-col3 > *:not(.contextual-links-wrapper):nth-of-type(odd), .b2-3-4.b2-col3 > *:not(.contextual-links-wrapper).even {
        margin-right: 3.8461538462%;
        float: left; }
      .b2-3-4.b2-col3 > *:not(.contextual-links-wrapper):nth-of-type(3n), .b2-3-4.b2-col3 > *:not(.contextual-links-wrapper).third {
        margin-right: 0;
        float: right; }
    .b2-3-4.b2-w-col2 > *:not(.contextual-links-wrapper) > * {
      width: 48.0769230769%;
      margin-right: 3.8461538462%;
      float: left; }
      .b2-3-4.b2-w-col2 > *:not(.contextual-links-wrapper) > *:nth-of-type(even), .b2-3-4.b2-w-col2 > *:not(.contextual-links-wrapper) > *.even {
        margin-right: 0;
        float: right; }
    .b2-3-4.b2-w-col3 > *:not(.contextual-links-wrapper) > * {
      width: 30.7692307692%;
      margin-right: 3.8461538462%;
      float: left; }
      .b2-3-4.b2-w-col3 > *:not(.contextual-links-wrapper) > *:nth-of-type(odd), .b2-3-4.b2-w-col3 > *:not(.contextual-links-wrapper) > *.even {
        margin-right: 3.8461538462%;
        float: left; }
      .b2-3-4.b2-w-col3 > *:not(.contextual-links-wrapper) > *:nth-of-type(3n), .b2-3-4.b2-w-col3 > *:not(.contextual-links-wrapper) > *.third {
        margin-right: 0;
        float: right; }
  .b2-1-4-end {
    width: 22.8571428571%;
    margin-right: 0;
    float: right; }
    .b2-1-4-end.b2-col2 > *:not(.contextual-links-wrapper) {
      width: 43.75%;
      margin-right: 12.5%;
      float: left; }
      .b2-1-4-end.b2-col2 > *:not(.contextual-links-wrapper):nth-of-type(even), .b2-1-4-end.b2-col2 > *:not(.contextual-links-wrapper).even {
        margin-right: 0;
        float: right; }
    .b2-1-4-end.b2-col3 > *:not(.contextual-links-wrapper) {
      width: 25%;
      margin-right: 12.5%;
      float: left; }
      .b2-1-4-end.b2-col3 > *:not(.contextual-links-wrapper):nth-of-type(odd), .b2-1-4-end.b2-col3 > *:not(.contextual-links-wrapper).even {
        margin-right: 12.5%;
        float: left; }
      .b2-1-4-end.b2-col3 > *:not(.contextual-links-wrapper):nth-of-type(3n), .b2-1-4-end.b2-col3 > *:not(.contextual-links-wrapper).third {
        margin-right: 0;
        float: right; }
    .b2-1-4-end.b2-w-col2 > *:not(.contextual-links-wrapper) > * {
      width: 43.75%;
      margin-right: 12.5%;
      float: left; }
      .b2-1-4-end.b2-w-col2 > *:not(.contextual-links-wrapper) > *:nth-of-type(even), .b2-1-4-end.b2-w-col2 > *:not(.contextual-links-wrapper) > *.even {
        margin-right: 0;
        float: right; }
    .b2-1-4-end.b2-w-col3 > *:not(.contextual-links-wrapper) > * {
      width: 25%;
      margin-right: 12.5%;
      float: left; }
      .b2-1-4-end.b2-w-col3 > *:not(.contextual-links-wrapper) > *:nth-of-type(odd), .b2-1-4-end.b2-w-col3 > *:not(.contextual-links-wrapper) > *.even {
        margin-right: 12.5%;
        float: left; }
      .b2-1-4-end.b2-w-col3 > *:not(.contextual-links-wrapper) > *:nth-of-type(3n), .b2-1-4-end.b2-w-col3 > *:not(.contextual-links-wrapper) > *.third {
        margin-right: 0;
        float: right; }
  .b2-2-4-end {
    width: 48.5714285714%;
    margin-right: 0;
    float: right; }
    .b2-2-4-end.b2-col2 > *:not(.contextual-links-wrapper) {
      width: 47.0588235294%;
      margin-right: 5.8823529412%;
      float: left; }
      .b2-2-4-end.b2-col2 > *:not(.contextual-links-wrapper):nth-of-type(even), .b2-2-4-end.b2-col2 > *:not(.contextual-links-wrapper).even {
        margin-right: 0;
        float: right; }
    .b2-2-4-end.b2-col3 > *:not(.contextual-links-wrapper) {
      width: 29.4117647059%;
      margin-right: 5.8823529412%;
      float: left; }
      .b2-2-4-end.b2-col3 > *:not(.contextual-links-wrapper):nth-of-type(odd), .b2-2-4-end.b2-col3 > *:not(.contextual-links-wrapper).even {
        margin-right: 5.8823529412%;
        float: left; }
      .b2-2-4-end.b2-col3 > *:not(.contextual-links-wrapper):nth-of-type(3n), .b2-2-4-end.b2-col3 > *:not(.contextual-links-wrapper).third {
        margin-right: 0;
        float: right; }
    .b2-2-4-end.b2-w-col2 > *:not(.contextual-links-wrapper) > * {
      width: 47.0588235294%;
      margin-right: 5.8823529412%;
      float: left; }
      .b2-2-4-end.b2-w-col2 > *:not(.contextual-links-wrapper) > *:nth-of-type(even), .b2-2-4-end.b2-w-col2 > *:not(.contextual-links-wrapper) > *.even {
        margin-right: 0;
        float: right; }
    .b2-2-4-end.b2-w-col3 > *:not(.contextual-links-wrapper) > * {
      width: 29.4117647059%;
      margin-right: 5.8823529412%;
      float: left; }
      .b2-2-4-end.b2-w-col3 > *:not(.contextual-links-wrapper) > *:nth-of-type(odd), .b2-2-4-end.b2-w-col3 > *:not(.contextual-links-wrapper) > *.even {
        margin-right: 5.8823529412%;
        float: left; }
      .b2-2-4-end.b2-w-col3 > *:not(.contextual-links-wrapper) > *:nth-of-type(3n), .b2-2-4-end.b2-w-col3 > *:not(.contextual-links-wrapper) > *.third {
        margin-right: 0;
        float: right; }
  .b2-3-4-end {
    width: 74.2857142857%;
    margin-right: 0;
    float: right; }
    .b2-3-4-end.b2-col2 > *:not(.contextual-links-wrapper) {
      width: 48.0769230769%;
      margin-right: 3.8461538462%;
      float: left; }
      .b2-3-4-end.b2-col2 > *:not(.contextual-links-wrapper):nth-of-type(even), .b2-3-4-end.b2-col2 > *:not(.contextual-links-wrapper).even {
        margin-right: 0;
        float: right; }
    .b2-3-4-end.b2-col3 > *:not(.contextual-links-wrapper) {
      width: 30.7692307692%;
      margin-right: 3.8461538462%;
      float: left; }
      .b2-3-4-end.b2-col3 > *:not(.contextual-links-wrapper):nth-of-type(odd), .b2-3-4-end.b2-col3 > *:not(.contextual-links-wrapper).even {
        margin-right: 3.8461538462%;
        float: left; }
      .b2-3-4-end.b2-col3 > *:not(.contextual-links-wrapper):nth-of-type(3n), .b2-3-4-end.b2-col3 > *:not(.contextual-links-wrapper).third {
        margin-right: 0;
        float: right; }
    .b2-3-4-end.b2-w-col2 > *:not(.contextual-links-wrapper) > * {
      width: 48.0769230769%;
      margin-right: 3.8461538462%;
      float: left; }
      .b2-3-4-end.b2-w-col2 > *:not(.contextual-links-wrapper) > *:nth-of-type(even), .b2-3-4-end.b2-w-col2 > *:not(.contextual-links-wrapper) > *.even {
        margin-right: 0;
        float: right; }
    .b2-3-4-end.b2-w-col3 > *:not(.contextual-links-wrapper) > * {
      width: 30.7692307692%;
      margin-right: 3.8461538462%;
      float: left; }
      .b2-3-4-end.b2-w-col3 > *:not(.contextual-links-wrapper) > *:nth-of-type(odd), .b2-3-4-end.b2-w-col3 > *:not(.contextual-links-wrapper) > *.even {
        margin-right: 3.8461538462%;
        float: left; }
      .b2-3-4-end.b2-w-col3 > *:not(.contextual-links-wrapper) > *:nth-of-type(3n), .b2-3-4-end.b2-w-col3 > *:not(.contextual-links-wrapper) > *.third {
        margin-right: 0;
        float: right; }
  .b2-end {
    margin-right: 0;
    float: right; }
  .b2-not-end {
    margin-right: 2.8571428571%;
    float: left; } }

@media screen and (min-width: 60em) {
  .b3-col2 > *:not(.contextual-links-wrapper) {
    width: 48.9361702128%;
    margin-right: 2.1276595745%;
    float: left; }
    .b3-col2 > *:not(.contextual-links-wrapper):nth-of-type(even), .b3-col2 > *:not(.contextual-links-wrapper).even {
      margin-right: 0;
      float: right; }
  .b3-col3 > *:not(.contextual-links-wrapper) {
    width: 31.914893617%;
    margin-right: 2.1276595745%;
    float: left; }
    .b3-col3 > *:not(.contextual-links-wrapper):nth-of-type(odd), .b3-col3 > *:not(.contextual-links-wrapper).even {
      margin-right: 2.1276595745%;
      float: left; }
    .b3-col3 > *:not(.contextual-links-wrapper):nth-of-type(3n), .b3-col3 > *:not(.contextual-links-wrapper).third {
      margin-right: 0;
      float: right; }
  .b3-w-col2 > *:not(.contextual-links-wrapper) > * {
    width: 48.9361702128%;
    margin-right: 2.1276595745%;
    float: left; }
    .b3-w-col2 > *:not(.contextual-links-wrapper) > *:nth-of-type(even), .b3-w-col2 > *:not(.contextual-links-wrapper) > *.even {
      margin-right: 0;
      float: right; }
  .b3-w-col3 > *:not(.contextual-links-wrapper) > * {
    width: 31.914893617%;
    margin-right: 2.1276595745%;
    float: left; }
    .b3-w-col3 > *:not(.contextual-links-wrapper) > *:nth-of-type(odd), .b3-w-col3 > *:not(.contextual-links-wrapper) > *.even {
      margin-right: 2.1276595745%;
      float: left; }
    .b3-w-col3 > *:not(.contextual-links-wrapper) > *:nth-of-type(3n), .b3-w-col3 > *:not(.contextual-links-wrapper) > *.third {
      margin-right: 0;
      float: right; }
  .b3-1-1 {
    width: 100%;
    margin-right: 0;
    float: left; }
    .b3-1-1.b3-col2 > *:not(.contextual-links-wrapper) {
      width: 48.9361702128%;
      margin-right: 2.1276595745%;
      float: left; }
      .b3-1-1.b3-col2 > *:not(.contextual-links-wrapper):nth-of-type(even), .b3-1-1.b3-col2 > *:not(.contextual-links-wrapper).even {
        margin-right: 0;
        float: right; }
    .b3-1-1.b3-col3 > *:not(.contextual-links-wrapper) {
      width: 31.914893617%;
      margin-right: 2.1276595745%;
      float: left; }
      .b3-1-1.b3-col3 > *:not(.contextual-links-wrapper):nth-of-type(odd), .b3-1-1.b3-col3 > *:not(.contextual-links-wrapper).even {
        margin-right: 2.1276595745%;
        float: left; }
      .b3-1-1.b3-col3 > *:not(.contextual-links-wrapper):nth-of-type(3n), .b3-1-1.b3-col3 > *:not(.contextual-links-wrapper).third {
        margin-right: 0;
        float: right; }
    .b3-1-1.b3-w-col2 > *:not(.contextual-links-wrapper) > * {
      width: 48.9361702128%;
      margin-right: 2.1276595745%;
      float: left; }
      .b3-1-1.b3-w-col2 > *:not(.contextual-links-wrapper) > *:nth-of-type(even), .b3-1-1.b3-w-col2 > *:not(.contextual-links-wrapper) > *.even {
        margin-right: 0;
        float: right; }
    .b3-1-1.b3-w-col3 > *:not(.contextual-links-wrapper) > * {
      width: 31.914893617%;
      margin-right: 2.1276595745%;
      float: left; }
      .b3-1-1.b3-w-col3 > *:not(.contextual-links-wrapper) > *:nth-of-type(odd), .b3-1-1.b3-w-col3 > *:not(.contextual-links-wrapper) > *.even {
        margin-right: 2.1276595745%;
        float: left; }
      .b3-1-1.b3-w-col3 > *:not(.contextual-links-wrapper) > *:nth-of-type(3n), .b3-1-1.b3-w-col3 > *:not(.contextual-links-wrapper) > *.third {
        margin-right: 0;
        float: right; }
  .b3-1-2 {
    width: 48.9361702128%;
    margin-right: 2.1276595745%;
    float: left; }
    .b3-1-2.b3-col2 > *:not(.contextual-links-wrapper) {
      width: 47.8260869565%;
      margin-right: 4.347826087%;
      float: left; }
      .b3-1-2.b3-col2 > *:not(.contextual-links-wrapper):nth-of-type(even), .b3-1-2.b3-col2 > *:not(.contextual-links-wrapper).even {
        margin-right: 0;
        float: right; }
    .b3-1-2.b3-col3 > *:not(.contextual-links-wrapper) {
      width: 30.4347826087%;
      margin-right: 4.347826087%;
      float: left; }
      .b3-1-2.b3-col3 > *:not(.contextual-links-wrapper):nth-of-type(odd), .b3-1-2.b3-col3 > *:not(.contextual-links-wrapper).even {
        margin-right: 4.347826087%;
        float: left; }
      .b3-1-2.b3-col3 > *:not(.contextual-links-wrapper):nth-of-type(3n), .b3-1-2.b3-col3 > *:not(.contextual-links-wrapper).third {
        margin-right: 0;
        float: right; }
    .b3-1-2.b3-w-col2 > *:not(.contextual-links-wrapper) > * {
      width: 47.8260869565%;
      margin-right: 4.347826087%;
      float: left; }
      .b3-1-2.b3-w-col2 > *:not(.contextual-links-wrapper) > *:nth-of-type(even), .b3-1-2.b3-w-col2 > *:not(.contextual-links-wrapper) > *.even {
        margin-right: 0;
        float: right; }
    .b3-1-2.b3-w-col3 > *:not(.contextual-links-wrapper) > * {
      width: 30.4347826087%;
      margin-right: 4.347826087%;
      float: left; }
      .b3-1-2.b3-w-col3 > *:not(.contextual-links-wrapper) > *:nth-of-type(odd), .b3-1-2.b3-w-col3 > *:not(.contextual-links-wrapper) > *.even {
        margin-right: 4.347826087%;
        float: left; }
      .b3-1-2.b3-w-col3 > *:not(.contextual-links-wrapper) > *:nth-of-type(3n), .b3-1-2.b3-w-col3 > *:not(.contextual-links-wrapper) > *.third {
        margin-right: 0;
        float: right; }
  .b3-1-2-end {
    width: 48.9361702128%;
    margin-right: 0;
    float: right; }
    .b3-1-2-end.b3-col2 > *:not(.contextual-links-wrapper) {
      width: 47.8260869565%;
      margin-right: 4.347826087%;
      float: left; }
      .b3-1-2-end.b3-col2 > *:not(.contextual-links-wrapper):nth-of-type(even), .b3-1-2-end.b3-col2 > *:not(.contextual-links-wrapper).even {
        margin-right: 0;
        float: right; }
    .b3-1-2-end.b3-col3 > *:not(.contextual-links-wrapper) {
      width: 30.4347826087%;
      margin-right: 4.347826087%;
      float: left; }
      .b3-1-2-end.b3-col3 > *:not(.contextual-links-wrapper):nth-of-type(odd), .b3-1-2-end.b3-col3 > *:not(.contextual-links-wrapper).even {
        margin-right: 4.347826087%;
        float: left; }
      .b3-1-2-end.b3-col3 > *:not(.contextual-links-wrapper):nth-of-type(3n), .b3-1-2-end.b3-col3 > *:not(.contextual-links-wrapper).third {
        margin-right: 0;
        float: right; }
    .b3-1-2-end.b3-w-col2 > *:not(.contextual-links-wrapper) > * {
      width: 47.8260869565%;
      margin-right: 4.347826087%;
      float: left; }
      .b3-1-2-end.b3-w-col2 > *:not(.contextual-links-wrapper) > *:nth-of-type(even), .b3-1-2-end.b3-w-col2 > *:not(.contextual-links-wrapper) > *.even {
        margin-right: 0;
        float: right; }
    .b3-1-2-end.b3-w-col3 > *:not(.contextual-links-wrapper) > * {
      width: 30.4347826087%;
      margin-right: 4.347826087%;
      float: left; }
      .b3-1-2-end.b3-w-col3 > *:not(.contextual-links-wrapper) > *:nth-of-type(odd), .b3-1-2-end.b3-w-col3 > *:not(.contextual-links-wrapper) > *.even {
        margin-right: 4.347826087%;
        float: left; }
      .b3-1-2-end.b3-w-col3 > *:not(.contextual-links-wrapper) > *:nth-of-type(3n), .b3-1-2-end.b3-w-col3 > *:not(.contextual-links-wrapper) > *.third {
        margin-right: 0;
        float: right; }
  .b3-1-3 {
    width: 31.914893617%;
    margin-right: 2.1276595745%;
    float: left; }
    .b3-1-3.b3-col2 > *:not(.contextual-links-wrapper) {
      width: 46.6666666667%;
      margin-right: 6.6666666667%;
      float: left; }
      .b3-1-3.b3-col2 > *:not(.contextual-links-wrapper):nth-of-type(even), .b3-1-3.b3-col2 > *:not(.contextual-links-wrapper).even {
        margin-right: 0;
        float: right; }
    .b3-1-3.b3-col3 > *:not(.contextual-links-wrapper) {
      width: 28.8888888889%;
      margin-right: 6.6666666667%;
      float: left; }
      .b3-1-3.b3-col3 > *:not(.contextual-links-wrapper):nth-of-type(odd), .b3-1-3.b3-col3 > *:not(.contextual-links-wrapper).even {
        margin-right: 6.6666666667%;
        float: left; }
      .b3-1-3.b3-col3 > *:not(.contextual-links-wrapper):nth-of-type(3n), .b3-1-3.b3-col3 > *:not(.contextual-links-wrapper).third {
        margin-right: 0;
        float: right; }
    .b3-1-3.b3-w-col2 > *:not(.contextual-links-wrapper) > * {
      width: 46.6666666667%;
      margin-right: 6.6666666667%;
      float: left; }
      .b3-1-3.b3-w-col2 > *:not(.contextual-links-wrapper) > *:nth-of-type(even), .b3-1-3.b3-w-col2 > *:not(.contextual-links-wrapper) > *.even {
        margin-right: 0;
        float: right; }
    .b3-1-3.b3-w-col3 > *:not(.contextual-links-wrapper) > * {
      width: 28.8888888889%;
      margin-right: 6.6666666667%;
      float: left; }
      .b3-1-3.b3-w-col3 > *:not(.contextual-links-wrapper) > *:nth-of-type(odd), .b3-1-3.b3-w-col3 > *:not(.contextual-links-wrapper) > *.even {
        margin-right: 6.6666666667%;
        float: left; }
      .b3-1-3.b3-w-col3 > *:not(.contextual-links-wrapper) > *:nth-of-type(3n), .b3-1-3.b3-w-col3 > *:not(.contextual-links-wrapper) > *.third {
        margin-right: 0;
        float: right; }
  .b3-2-3 {
    width: 65.9574468085%;
    margin-right: 2.1276595745%;
    float: left; }
    .b3-2-3.b3-col2 > *:not(.contextual-links-wrapper) {
      width: 48.3870967742%;
      margin-right: 3.2258064516%;
      float: left; }
      .b3-2-3.b3-col2 > *:not(.contextual-links-wrapper):nth-of-type(even), .b3-2-3.b3-col2 > *:not(.contextual-links-wrapper).even {
        margin-right: 0;
        float: right; }
    .b3-2-3.b3-col3 > *:not(.contextual-links-wrapper) {
      width: 31.1827956989%;
      margin-right: 3.2258064516%;
      float: left; }
      .b3-2-3.b3-col3 > *:not(.contextual-links-wrapper):nth-of-type(odd), .b3-2-3.b3-col3 > *:not(.contextual-links-wrapper).even {
        margin-right: 3.2258064516%;
        float: left; }
      .b3-2-3.b3-col3 > *:not(.contextual-links-wrapper):nth-of-type(3n), .b3-2-3.b3-col3 > *:not(.contextual-links-wrapper).third {
        margin-right: 0;
        float: right; }
    .b3-2-3.b3-w-col2 > *:not(.contextual-links-wrapper) > * {
      width: 48.3870967742%;
      margin-right: 3.2258064516%;
      float: left; }
      .b3-2-3.b3-w-col2 > *:not(.contextual-links-wrapper) > *:nth-of-type(even), .b3-2-3.b3-w-col2 > *:not(.contextual-links-wrapper) > *.even {
        margin-right: 0;
        float: right; }
    .b3-2-3.b3-w-col3 > *:not(.contextual-links-wrapper) > * {
      width: 31.1827956989%;
      margin-right: 3.2258064516%;
      float: left; }
      .b3-2-3.b3-w-col3 > *:not(.contextual-links-wrapper) > *:nth-of-type(odd), .b3-2-3.b3-w-col3 > *:not(.contextual-links-wrapper) > *.even {
        margin-right: 3.2258064516%;
        float: left; }
      .b3-2-3.b3-w-col3 > *:not(.contextual-links-wrapper) > *:nth-of-type(3n), .b3-2-3.b3-w-col3 > *:not(.contextual-links-wrapper) > *.third {
        margin-right: 0;
        float: right; }
  .b3-1-3-end {
    width: 31.914893617%;
    margin-right: 0;
    float: right; }
    .b3-1-3-end.b3-col2 > *:not(.contextual-links-wrapper) {
      width: 46.6666666667%;
      margin-right: 6.6666666667%;
      float: left; }
      .b3-1-3-end.b3-col2 > *:not(.contextual-links-wrapper):nth-of-type(even), .b3-1-3-end.b3-col2 > *:not(.contextual-links-wrapper).even {
        margin-right: 0;
        float: right; }
    .b3-1-3-end.b3-col3 > *:not(.contextual-links-wrapper) {
      width: 28.8888888889%;
      margin-right: 6.6666666667%;
      float: left; }
      .b3-1-3-end.b3-col3 > *:not(.contextual-links-wrapper):nth-of-type(odd), .b3-1-3-end.b3-col3 > *:not(.contextual-links-wrapper).even {
        margin-right: 6.6666666667%;
        float: left; }
      .b3-1-3-end.b3-col3 > *:not(.contextual-links-wrapper):nth-of-type(3n), .b3-1-3-end.b3-col3 > *:not(.contextual-links-wrapper).third {
        margin-right: 0;
        float: right; }
    .b3-1-3-end.b3-w-col2 > *:not(.contextual-links-wrapper) > * {
      width: 46.6666666667%;
      margin-right: 6.6666666667%;
      float: left; }
      .b3-1-3-end.b3-w-col2 > *:not(.contextual-links-wrapper) > *:nth-of-type(even), .b3-1-3-end.b3-w-col2 > *:not(.contextual-links-wrapper) > *.even {
        margin-right: 0;
        float: right; }
    .b3-1-3-end.b3-w-col3 > *:not(.contextual-links-wrapper) > * {
      width: 28.8888888889%;
      margin-right: 6.6666666667%;
      float: left; }
      .b3-1-3-end.b3-w-col3 > *:not(.contextual-links-wrapper) > *:nth-of-type(odd), .b3-1-3-end.b3-w-col3 > *:not(.contextual-links-wrapper) > *.even {
        margin-right: 6.6666666667%;
        float: left; }
      .b3-1-3-end.b3-w-col3 > *:not(.contextual-links-wrapper) > *:nth-of-type(3n), .b3-1-3-end.b3-w-col3 > *:not(.contextual-links-wrapper) > *.third {
        margin-right: 0;
        float: right; }
  .b3-2-3-end {
    width: 65.9574468085%;
    margin-right: 0;
    float: right; }
    .b3-2-3-end.b3-col2 > *:not(.contextual-links-wrapper) {
      width: 48.3870967742%;
      margin-right: 3.2258064516%;
      float: left; }
      .b3-2-3-end.b3-col2 > *:not(.contextual-links-wrapper):nth-of-type(even), .b3-2-3-end.b3-col2 > *:not(.contextual-links-wrapper).even {
        margin-right: 0;
        float: right; }
    .b3-2-3-end.b3-col3 > *:not(.contextual-links-wrapper) {
      width: 31.1827956989%;
      margin-right: 3.2258064516%;
      float: left; }
      .b3-2-3-end.b3-col3 > *:not(.contextual-links-wrapper):nth-of-type(odd), .b3-2-3-end.b3-col3 > *:not(.contextual-links-wrapper).even {
        margin-right: 3.2258064516%;
        float: left; }
      .b3-2-3-end.b3-col3 > *:not(.contextual-links-wrapper):nth-of-type(3n), .b3-2-3-end.b3-col3 > *:not(.contextual-links-wrapper).third {
        margin-right: 0;
        float: right; }
    .b3-2-3-end.b3-w-col2 > *:not(.contextual-links-wrapper) > * {
      width: 48.3870967742%;
      margin-right: 3.2258064516%;
      float: left; }
      .b3-2-3-end.b3-w-col2 > *:not(.contextual-links-wrapper) > *:nth-of-type(even), .b3-2-3-end.b3-w-col2 > *:not(.contextual-links-wrapper) > *.even {
        margin-right: 0;
        float: right; }
    .b3-2-3-end.b3-w-col3 > *:not(.contextual-links-wrapper) > * {
      width: 31.1827956989%;
      margin-right: 3.2258064516%;
      float: left; }
      .b3-2-3-end.b3-w-col3 > *:not(.contextual-links-wrapper) > *:nth-of-type(odd), .b3-2-3-end.b3-w-col3 > *:not(.contextual-links-wrapper) > *.even {
        margin-right: 3.2258064516%;
        float: left; }
      .b3-2-3-end.b3-w-col3 > *:not(.contextual-links-wrapper) > *:nth-of-type(3n), .b3-2-3-end.b3-w-col3 > *:not(.contextual-links-wrapper) > *.third {
        margin-right: 0;
        float: right; }
  .b3-1-4 {
    width: 23.4042553191%;
    margin-right: 2.1276595745%;
    float: left; }
    .b3-1-4.b3-col2 > *:not(.contextual-links-wrapper) {
      width: 45.4545454545%;
      margin-right: 9.0909090909%;
      float: left; }
      .b3-1-4.b3-col2 > *:not(.contextual-links-wrapper):nth-of-type(even), .b3-1-4.b3-col2 > *:not(.contextual-links-wrapper).even {
        margin-right: 0;
        float: right; }
    .b3-1-4.b3-col3 > *:not(.contextual-links-wrapper) {
      width: 27.2727272727%;
      margin-right: 9.0909090909%;
      float: left; }
      .b3-1-4.b3-col3 > *:not(.contextual-links-wrapper):nth-of-type(odd), .b3-1-4.b3-col3 > *:not(.contextual-links-wrapper).even {
        margin-right: 9.0909090909%;
        float: left; }
      .b3-1-4.b3-col3 > *:not(.contextual-links-wrapper):nth-of-type(3n), .b3-1-4.b3-col3 > *:not(.contextual-links-wrapper).third {
        margin-right: 0;
        float: right; }
    .b3-1-4.b3-w-col2 > *:not(.contextual-links-wrapper) > * {
      width: 45.4545454545%;
      margin-right: 9.0909090909%;
      float: left; }
      .b3-1-4.b3-w-col2 > *:not(.contextual-links-wrapper) > *:nth-of-type(even), .b3-1-4.b3-w-col2 > *:not(.contextual-links-wrapper) > *.even {
        margin-right: 0;
        float: right; }
    .b3-1-4.b3-w-col3 > *:not(.contextual-links-wrapper) > * {
      width: 27.2727272727%;
      margin-right: 9.0909090909%;
      float: left; }
      .b3-1-4.b3-w-col3 > *:not(.contextual-links-wrapper) > *:nth-of-type(odd), .b3-1-4.b3-w-col3 > *:not(.contextual-links-wrapper) > *.even {
        margin-right: 9.0909090909%;
        float: left; }
      .b3-1-4.b3-w-col3 > *:not(.contextual-links-wrapper) > *:nth-of-type(3n), .b3-1-4.b3-w-col3 > *:not(.contextual-links-wrapper) > *.third {
        margin-right: 0;
        float: right; }
  .b3-2-4 {
    width: 48.9361702128%;
    margin-right: 2.1276595745%;
    float: left; }
    .b3-2-4.b3-col2 > *:not(.contextual-links-wrapper) {
      width: 47.8260869565%;
      margin-right: 4.347826087%;
      float: left; }
      .b3-2-4.b3-col2 > *:not(.contextual-links-wrapper):nth-of-type(even), .b3-2-4.b3-col2 > *:not(.contextual-links-wrapper).even {
        margin-right: 0;
        float: right; }
    .b3-2-4.b3-col3 > *:not(.contextual-links-wrapper) {
      width: 30.4347826087%;
      margin-right: 4.347826087%;
      float: left; }
      .b3-2-4.b3-col3 > *:not(.contextual-links-wrapper):nth-of-type(odd), .b3-2-4.b3-col3 > *:not(.contextual-links-wrapper).even {
        margin-right: 4.347826087%;
        float: left; }
      .b3-2-4.b3-col3 > *:not(.contextual-links-wrapper):nth-of-type(3n), .b3-2-4.b3-col3 > *:not(.contextual-links-wrapper).third {
        margin-right: 0;
        float: right; }
    .b3-2-4.b3-w-col2 > *:not(.contextual-links-wrapper) > * {
      width: 47.8260869565%;
      margin-right: 4.347826087%;
      float: left; }
      .b3-2-4.b3-w-col2 > *:not(.contextual-links-wrapper) > *:nth-of-type(even), .b3-2-4.b3-w-col2 > *:not(.contextual-links-wrapper) > *.even {
        margin-right: 0;
        float: right; }
    .b3-2-4.b3-w-col3 > *:not(.contextual-links-wrapper) > * {
      width: 30.4347826087%;
      margin-right: 4.347826087%;
      float: left; }
      .b3-2-4.b3-w-col3 > *:not(.contextual-links-wrapper) > *:nth-of-type(odd), .b3-2-4.b3-w-col3 > *:not(.contextual-links-wrapper) > *.even {
        margin-right: 4.347826087%;
        float: left; }
      .b3-2-4.b3-w-col3 > *:not(.contextual-links-wrapper) > *:nth-of-type(3n), .b3-2-4.b3-w-col3 > *:not(.contextual-links-wrapper) > *.third {
        margin-right: 0;
        float: right; }
  .b3-3-4 {
    width: 74.4680851064%;
    margin-right: 2.1276595745%;
    float: left; }
    .b3-3-4.b3-col2 > *:not(.contextual-links-wrapper) {
      width: 48.5714285714%;
      margin-right: 2.8571428571%;
      float: left; }
      .b3-3-4.b3-col2 > *:not(.contextual-links-wrapper):nth-of-type(even), .b3-3-4.b3-col2 > *:not(.contextual-links-wrapper).even {
        margin-right: 0;
        float: right; }
    .b3-3-4.b3-col3 > *:not(.contextual-links-wrapper) {
      width: 31.4285714286%;
      margin-right: 2.8571428571%;
      float: left; }
      .b3-3-4.b3-col3 > *:not(.contextual-links-wrapper):nth-of-type(odd), .b3-3-4.b3-col3 > *:not(.contextual-links-wrapper).even {
        margin-right: 2.8571428571%;
        float: left; }
      .b3-3-4.b3-col3 > *:not(.contextual-links-wrapper):nth-of-type(3n), .b3-3-4.b3-col3 > *:not(.contextual-links-wrapper).third {
        margin-right: 0;
        float: right; }
    .b3-3-4.b3-w-col2 > *:not(.contextual-links-wrapper) > * {
      width: 48.5714285714%;
      margin-right: 2.8571428571%;
      float: left; }
      .b3-3-4.b3-w-col2 > *:not(.contextual-links-wrapper) > *:nth-of-type(even), .b3-3-4.b3-w-col2 > *:not(.contextual-links-wrapper) > *.even {
        margin-right: 0;
        float: right; }
    .b3-3-4.b3-w-col3 > *:not(.contextual-links-wrapper) > * {
      width: 31.4285714286%;
      margin-right: 2.8571428571%;
      float: left; }
      .b3-3-4.b3-w-col3 > *:not(.contextual-links-wrapper) > *:nth-of-type(odd), .b3-3-4.b3-w-col3 > *:not(.contextual-links-wrapper) > *.even {
        margin-right: 2.8571428571%;
        float: left; }
      .b3-3-4.b3-w-col3 > *:not(.contextual-links-wrapper) > *:nth-of-type(3n), .b3-3-4.b3-w-col3 > *:not(.contextual-links-wrapper) > *.third {
        margin-right: 0;
        float: right; }
  .b3-1-4-end {
    width: 23.4042553191%;
    margin-right: 0;
    float: right; }
    .b3-1-4-end.b3-col2 > *:not(.contextual-links-wrapper) {
      width: 45.4545454545%;
      margin-right: 9.0909090909%;
      float: left; }
      .b3-1-4-end.b3-col2 > *:not(.contextual-links-wrapper):nth-of-type(even), .b3-1-4-end.b3-col2 > *:not(.contextual-links-wrapper).even {
        margin-right: 0;
        float: right; }
    .b3-1-4-end.b3-col3 > *:not(.contextual-links-wrapper) {
      width: 27.2727272727%;
      margin-right: 9.0909090909%;
      float: left; }
      .b3-1-4-end.b3-col3 > *:not(.contextual-links-wrapper):nth-of-type(odd), .b3-1-4-end.b3-col3 > *:not(.contextual-links-wrapper).even {
        margin-right: 9.0909090909%;
        float: left; }
      .b3-1-4-end.b3-col3 > *:not(.contextual-links-wrapper):nth-of-type(3n), .b3-1-4-end.b3-col3 > *:not(.contextual-links-wrapper).third {
        margin-right: 0;
        float: right; }
    .b3-1-4-end.b3-w-col2 > *:not(.contextual-links-wrapper) > * {
      width: 45.4545454545%;
      margin-right: 9.0909090909%;
      float: left; }
      .b3-1-4-end.b3-w-col2 > *:not(.contextual-links-wrapper) > *:nth-of-type(even), .b3-1-4-end.b3-w-col2 > *:not(.contextual-links-wrapper) > *.even {
        margin-right: 0;
        float: right; }
    .b3-1-4-end.b3-w-col3 > *:not(.contextual-links-wrapper) > * {
      width: 27.2727272727%;
      margin-right: 9.0909090909%;
      float: left; }
      .b3-1-4-end.b3-w-col3 > *:not(.contextual-links-wrapper) > *:nth-of-type(odd), .b3-1-4-end.b3-w-col3 > *:not(.contextual-links-wrapper) > *.even {
        margin-right: 9.0909090909%;
        float: left; }
      .b3-1-4-end.b3-w-col3 > *:not(.contextual-links-wrapper) > *:nth-of-type(3n), .b3-1-4-end.b3-w-col3 > *:not(.contextual-links-wrapper) > *.third {
        margin-right: 0;
        float: right; }
  .b3-2-4-end {
    width: 48.9361702128%;
    margin-right: 0;
    float: right; }
    .b3-2-4-end.b3-col2 > *:not(.contextual-links-wrapper) {
      width: 47.8260869565%;
      margin-right: 4.347826087%;
      float: left; }
      .b3-2-4-end.b3-col2 > *:not(.contextual-links-wrapper):nth-of-type(even), .b3-2-4-end.b3-col2 > *:not(.contextual-links-wrapper).even {
        margin-right: 0;
        float: right; }
    .b3-2-4-end.b3-col3 > *:not(.contextual-links-wrapper) {
      width: 30.4347826087%;
      margin-right: 4.347826087%;
      float: left; }
      .b3-2-4-end.b3-col3 > *:not(.contextual-links-wrapper):nth-of-type(odd), .b3-2-4-end.b3-col3 > *:not(.contextual-links-wrapper).even {
        margin-right: 4.347826087%;
        float: left; }
      .b3-2-4-end.b3-col3 > *:not(.contextual-links-wrapper):nth-of-type(3n), .b3-2-4-end.b3-col3 > *:not(.contextual-links-wrapper).third {
        margin-right: 0;
        float: right; }
    .b3-2-4-end.b3-w-col2 > *:not(.contextual-links-wrapper) > * {
      width: 47.8260869565%;
      margin-right: 4.347826087%;
      float: left; }
      .b3-2-4-end.b3-w-col2 > *:not(.contextual-links-wrapper) > *:nth-of-type(even), .b3-2-4-end.b3-w-col2 > *:not(.contextual-links-wrapper) > *.even {
        margin-right: 0;
        float: right; }
    .b3-2-4-end.b3-w-col3 > *:not(.contextual-links-wrapper) > * {
      width: 30.4347826087%;
      margin-right: 4.347826087%;
      float: left; }
      .b3-2-4-end.b3-w-col3 > *:not(.contextual-links-wrapper) > *:nth-of-type(odd), .b3-2-4-end.b3-w-col3 > *:not(.contextual-links-wrapper) > *.even {
        margin-right: 4.347826087%;
        float: left; }
      .b3-2-4-end.b3-w-col3 > *:not(.contextual-links-wrapper) > *:nth-of-type(3n), .b3-2-4-end.b3-w-col3 > *:not(.contextual-links-wrapper) > *.third {
        margin-right: 0;
        float: right; }
  .b3-3-4-end {
    width: 74.4680851064%;
    margin-right: 0;
    float: right; }
    .b3-3-4-end.b3-col2 > *:not(.contextual-links-wrapper) {
      width: 48.5714285714%;
      margin-right: 2.8571428571%;
      float: left; }
      .b3-3-4-end.b3-col2 > *:not(.contextual-links-wrapper):nth-of-type(even), .b3-3-4-end.b3-col2 > *:not(.contextual-links-wrapper).even {
        margin-right: 0;
        float: right; }
    .b3-3-4-end.b3-col3 > *:not(.contextual-links-wrapper) {
      width: 31.4285714286%;
      margin-right: 2.8571428571%;
      float: left; }
      .b3-3-4-end.b3-col3 > *:not(.contextual-links-wrapper):nth-of-type(odd), .b3-3-4-end.b3-col3 > *:not(.contextual-links-wrapper).even {
        margin-right: 2.8571428571%;
        float: left; }
      .b3-3-4-end.b3-col3 > *:not(.contextual-links-wrapper):nth-of-type(3n), .b3-3-4-end.b3-col3 > *:not(.contextual-links-wrapper).third {
        margin-right: 0;
        float: right; }
    .b3-3-4-end.b3-w-col2 > *:not(.contextual-links-wrapper) > * {
      width: 48.5714285714%;
      margin-right: 2.8571428571%;
      float: left; }
      .b3-3-4-end.b3-w-col2 > *:not(.contextual-links-wrapper) > *:nth-of-type(even), .b3-3-4-end.b3-w-col2 > *:not(.contextual-links-wrapper) > *.even {
        margin-right: 0;
        float: right; }
    .b3-3-4-end.b3-w-col3 > *:not(.contextual-links-wrapper) > * {
      width: 31.4285714286%;
      margin-right: 2.8571428571%;
      float: left; }
      .b3-3-4-end.b3-w-col3 > *:not(.contextual-links-wrapper) > *:nth-of-type(odd), .b3-3-4-end.b3-w-col3 > *:not(.contextual-links-wrapper) > *.even {
        margin-right: 2.8571428571%;
        float: left; }
      .b3-3-4-end.b3-w-col3 > *:not(.contextual-links-wrapper) > *:nth-of-type(3n), .b3-3-4-end.b3-w-col3 > *:not(.contextual-links-wrapper) > *.third {
        margin-right: 0;
        float: right; }
  .b3-end {
    margin-right: 0;
    float: right; }
  .b3-not-end {
    margin-right: 2.1276595745%;
    float: left; } }

.clearfloat:after {
  content: "";
  display: table;
  clear: both; }

.user-form .form-actions {
  margin-bottom: 0; }

.user-form.login .links a {
  float: left;
  clear: both; }

.user-form.register .user-details {
  margin-bottom: 1.6790123457em; }

.user-form.register .user-psw {
  margin-bottom: 0; }

.password-parent,
.password-strength,
.confirm-parent,
.password-confirm,
.password-suggestions {
  width: 100%;
  float: left; }

.password-parent,
.confirm-parent {
  margin-bottom: 0.4197530864em; }

.password-strength-title {
  float: left; }

.password-strength-text,
.password-confirm span {
  float: right;
  font-weight: bold; }

.password-suggestions {
  margin-top: 0.4197530864em; }

@media screen and (min-width: 48em) {
  .user-form {
    width: 48.7179487179%;
    margin-right: 2.5641025641%;
    float: left; } }

.ie8 #ie7 {
  display: none; }

.ajax-progress-throbber {
  display: none; }

#logo {
  width: 60%;
  margin-right: 6.6666666667%;
  float: left;
  margin: 0.8333333333em 0;
  text-align: center; }
  #logo img {
    float: left; }

body:after {
  content: "default";
  display: block;
  height: 0;
  overflow: hidden; }

.wrapper {
  overflow: hidden; }

.container {
  max-width: 66.6666666667em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 0 0.5555555556em;
  clear: both; }
  .container::after {
    clear: both;
    content: "";
    display: table; }

#top,
.wrapper > header,
#mobile-menu,
#slider,
#main,
#sidebar-left,
#content,
#content-top-full,
#sidebar-right,
.wrapper > footer,
#bottom,
article,
.blog__related-products,
.blog__related-items {
  width: 100%;
  float: left; }

#top {
  background: #92083a; }

.wrapper > header {
  padding: 0;
  background: #FFFFFF; }

#content {
  margin-bottom: 1.6790123457em; }

.wrapper > footer {
  padding: 1.1111111111em 0;
  background: #92083a;
  color: #FFFFFF; }

body.cke_editable {
  margin: 0 auto;
  max-width: 17.7777777778em; }

a[href^="fax:"] {
  color: inherit;
  cursor: text;
  text-decoration: none !important; }
  a[href^="fax:"]:hover {
    text-decoration: none !important; }

#bottom {
  background: #92083a; }

@media screen and (min-width: 30em) {
  body.cke_editable {
    margin: 0 auto;
    max-width: 26.6666666667em; }
  body:after {
    content: "break-1"; } }

@media screen and (min-width: 48em) {
  body.cke_editable {
    margin: 0 auto;
    max-width: 42.6666666667em; }
  body:after {
    content: "break-2"; }
  #logo {
    width: auto;
    float: left;
    margin: 0.5555555556em 0; }
  a[href^="tel:"] {
    color: inherit;
    cursor: text;
    text-decoration: none !important; }
    a[href^="tel:"]:hover {
      text-decoration: none !important; }
  #content {
    width: 54.2857142857%;
    margin-right: 2.8571428571%;
    float: left; }
  body.no-left-sidebar.no-right-sidebar #content,
  body.maintenance-page #content {
    float: left;
    width: 100%; }
  body.no-left-sidebar #content {
    width: 77.1428571429%;
    margin-right: 2.8571428571%;
    float: left; }
  body.no-right-sidebar #content {
    width: 77.1428571429%;
    margin-right: 0;
    float: right; }
  #sidebar-left {
    width: 20%;
    margin-right: 2.8571428571%;
    float: left; }
  #sidebar-right {
    width: 20%;
    margin-right: 0;
    float: right; } }

@media screen and (min-width: 60em) {
  body.cke_editable {
    margin: 0 auto;
    max-width: 53.3333333333em; }
  body:after {
    content: "break-3"; }
  #content {
    width: 48.9361702128%;
    margin-right: 2.1276595745%;
    float: left; }
  body.no-left-sidebar #content {
    width: 74.4680851064%;
    margin-right: 2.1276595745%;
    float: left; }
  body.no-right-sidebar #content {
    width: 74.4680851064%;
    margin-right: 0;
    float: right; }
  #sidebar-left {
    width: 23.4042553191%;
    margin-right: 2.1276595745%;
    float: left; }
  #sidebar-right {
    width: 23.4042553191%;
    margin-right: 0;
    float: right; } }

@media screen and (min-width: 75em) {
  .ie8 .container {
    width: 66.6666666667em; }
  body.cke_editable {
    margin: 0 auto;
    max-width: 66.6666666667em; }
  body:after {
    content: "break-4"; }
  #content {
    width: 45.7627118644%;
    margin-right: 1.6949152542%;
    float: left; }
  body.no-left-sidebar #content {
    width: 72.8813559322%;
    margin-right: 1.6949152542%;
    float: left; }
  body.no-right-sidebar #content {
    width: 72.8813559322%;
    margin-right: 0;
    float: right; }
  #sidebar-left {
    width: 25.4237288136%;
    margin-right: 1.6949152542%;
    float: left; }
  #sidebar-right {
    width: 25.4237288136%;
    margin-right: 0;
    float: right; } }

/*
..######...########.##....##.########.########.....###....##......
.##....##..##.......###...##.##.......##.....##...##.##...##......
.##........##.......####..##.##.......##.....##..##...##..##......
.##...####.######...##.##.##.######...########..##.....##.##......
.##....##..##.......##..####.##.......##...##...#########.##......
.##....##..##.......##...###.##.......##....##..##.....##.##......
..######...########.##....##.########.##.....##.##.....##.########
 */
span.file {
  display: block;
  margin-bottom: .5em; }
  span.file img {
    margin: .25em .5em .25em 0; }

.overview {
  float: left;
  width: 100%; }
  .overview > * {
    float: left;
    width: 100%;
    margin: 0.4197530864em 0; }

ul.responsive {
  width: 100%;
  float: left;
  list-style: none;
  padding: 0 !important;
  margin-bottom: 0.8395061728em !important; }
  ul.responsive li:nth-child(odd) {
    width: 46.6666666667%;
    margin-right: 6.6666666667%;
    float: left;
    clear: both; }
  ul.responsive li:nth-child(even) {
    width: 46.6666666667%;
    margin-right: 0;
    float: right; }

ul.imgs-block {
  width: 100%;
  float: left;
  margin-bottom: 1.6790123457em !important;
  padding: 0 !important; }
  ul.imgs-block li {
    width: 25%;
    float: left;
    display: inline;
    padding: 0 0.1679012346em; }
    ul.imgs-block li:first-child {
      width: 100%;
      margin-bottom: 0.3358024691em; }
  ul.imgs-block img {
    display: block;
    width: 100%;
    height: auto; }

ul.pager {
  width: 100%;
  float: left;
  text-align: center;
  list-style-type: none;
  margin: 2.2222222222em 0; }
  ul.pager li {
    display: inline-block;
    padding: 0.2777777778em 0.5555555556em;
    font-size: 0.8888888889em;
    line-height: 1.3888888889em;
    font-weight: 700;
    text-transform: uppercase; }
  ul.pager a {
    display: inline-block;
    border: 1px solid #000000;
    border: 0;
    color: #000000;
    text-decoration: none !important; }
  ul.pager .pager__item--current, ul.pager .pager__item:hover {
    background: #92083a;
    color: #FFFFFF;
    border-radius: 50%; }
    ul.pager .pager__item--current a, ul.pager .pager__item:hover a {
      color: #FFFFFF; }
    ul.pager .pager__item--current.pager__item--next, ul.pager .pager__item--current.pager__item--prev, ul.pager .pager__item--current.pager__item--first, ul.pager .pager__item--current.pager__item--last, ul.pager .pager__item:hover.pager__item--next, ul.pager .pager__item:hover.pager__item--prev, ul.pager .pager__item:hover.pager__item--first, ul.pager .pager__item:hover.pager__item--last {
      border-radius: 0; }

.sharelinks {
  text-align: right;
  margin: 1.1111111111em 0; }
  .sharelinks a {
    display: inline-block;
    text-indent: -9999px;
    margin-right: .25em;
    text-align: left; }
    .sharelinks a:hover {
      opacity: 0.75; }
  .sharelinks .facebook {
    background: url("../img/facebook.png") no-repeat center center;
    width: 35px;
    height: 35px; }
  .sharelinks .googleplus {
    background: url("../img/googleplus.png") no-repeat center center;
    width: 35px;
    height: 35px; }
  .sharelinks .pinterest {
    background: url("../img/pinterest.png") no-repeat center center;
    width: 35px;
    height: 35px; }
  .sharelinks .twitter {
    background: url("../img/twitter.png") no-repeat center center;
    width: 35px;
    height: 35px; }

/*
8b    d8 888888 8888b.  88    db         dP"Yb  88   88 888888 88""Yb 88 888888 .dP"Y8
88b  d88 88__    8I  Yb 88   dPYb       dP   Yb 88   88 88__   88__dP 88 88__   `Ybo."
88YbdP88 88""    8I  dY 88  dP__Yb      Yb b dP Y8   8P 88""   88"Yb  88 88""   o.`Y8b
88 YY 88 888888 8888Y"  88 dP""""Yb      `"YoYo `YbodP' 888888 88  Yb 88 888888 8bodP'
*/
@media screen and (min-width: 30em) {
  ul.responsive li:nth-child(odd),
  ul.responsive li:nth-child(even) {
    width: 30.4347826087%;
    margin-right: 4.347826087%;
    float: left; }
  ul.responsive li:nth-child(odd) {
    clear: none; }
  ul.responsive li:nth-child(3n) {
    width: 30.4347826087%;
    margin-right: 0;
    float: right; }
  ul.responsive li:nth-child(3n) + li {
    clear: both; } }

@media screen and (min-width: 48em) {
  ul.imgs-block {
    width: 31.4285714286%;
    margin-right: 2.8571428571%;
    float: left; }
  .sharelinks {
    width: 100%;
    float: left;
    clip: auto;
    height: auto;
    overflow: auto !important;
    position: relative !important;
    margin-bottom: 1.6790123457em; }
  ul.pager {
    text-align: right; } }

@media screen and (min-width: 60em) {
  ul.responsive li:nth-child(odd),
  ul.responsive li:nth-child(even),
  ul.responsive li:nth-child(3n) {
    width: 23.4042553191%;
    margin-right: 2.1276595745%;
    float: left; }
  ul.responsive li:nth-child(3n) + li {
    clear: none; }
  ul.responsive li:nth-child(4n) {
    width: 23.4042553191%;
    margin-right: 0;
    float: right; }
  ul.responsive li:nth-child(4n) + li {
    clear: both; }
  .ie8 ul.responsive li {
    width: 23.4042553191%;
    margin-right: 2.1276595745%;
    float: left;
    display: inline; }
  .ie8 ul.responsive li.omega {
    width: 23.4042553191%;
    margin-right: 0;
    float: right; }
  .ie8 ul.responsive li.omega + li {
    clear: both; } }

/*
.##....##..#######..########..########..######.
.###...##.##.....##.##.....##.##.......##....##
.####..##.##.....##.##.....##.##.......##......
.##.##.##.##.....##.##.....##.######....######.
.##..####.##.....##.##.....##.##.............##
.##...###.##.....##.##.....##.##.......##....##
.##....##..#######..########..########..######.
*/
.overview__news {
  margin-top: 0.8395061728em; }
  .overview__news p {
    margin-bottom: 0.8395061728em; }
  .overview__news .btn--more {
    float: right; }

.overview__news--teaser img {
  float: left; }

.overview__news--latest {
  background: #EEEEEE;
  padding: 0.8395061728em; }

.node-type-news p.colorbox {
  margin: 0 0.4197530864em 0.4197530864em 0;
  float: left; }

.faq__item {
  margin-bottom: 0.1111111111em; }

.faq__question {
  position: relative;
  background: #EEEEEE;
  padding: 0.6666666667em 2.2222222222em 0.8333333333em 1.1111111111em;
  font-weight: 600;
  color: #92083a;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 0; }
  .faq__question:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0.8333333333em;
    margin-top: -0.1944444444em;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .faq__question.open, .faq__question:hover {
    background: #CCCCCC; }
  .faq__question.open:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }

.faq__answer {
  display: none;
  padding: 0.8333333333em 0 1.1111111111em; }

/*
8b    d8 888888 8888b.  88    db         dP"Yb  88   88 888888 88""Yb 88 888888 .dP"Y8
88b  d88 88__    8I  Yb 88   dPYb       dP   Yb 88   88 88__   88__dP 88 88__   `Ybo."
88YbdP88 88""    8I  dY 88  dP__Yb      Yb b dP Y8   8P 88""   88"Yb  88 88""   o.`Y8b
88 YY 88 888888 8888Y"  88 dP""""Yb      `"YoYo `YbodP' 888888 88  Yb 88 888888 8bodP'
*/
@media screen and (min-width: 48em) {
  .faq__item {
    width: 77.1428571429%;
    margin-right: 2.8571428571%;
    float: left; } }

/*
..#######.##.....##..######..########..#######..##.....##.....########.##....##.########.##.########.##.########..######.
.##.......##.....##.##....##....##....##.....##.###...###.....##.......###...##....##....##....##....##.##.......##....##
.##.......##.....##.##..........##....##.....##.####.####.....##.......####..##....##....##....##....##.##.......##......
.##.......##.....##..######.....##....##.....##.##.###.##.....######...##.##.##....##....##....##....##.######....######.
.##.......##.....##.......##....##....##.....##.##.....##.....##.......##..####....##....##....##....##.##.............##
.##.......##.....##.##....##....##....##.....##.##.....##.....##.......##...###....##....##....##....##.##.......##....##
..#######..#######...######.....##.....#######..##.....##.....########.##....##....##....##....##....##.########..######.
*/
.branch__item {
  margin-bottom: 1.2592592593em; }

/*
8b    d8 888888 8888b.  88    db         dP"Yb  88   88 888888 88""Yb 88 888888 .dP"Y8
88b  d88 88__    8I  Yb 88   dPYb       dP   Yb 88   88 88__   88__dP 88 88__   `Ybo."
88YbdP88 88""    8I  dY 88  dP__Yb      Yb b dP Y8   8P 88""   88"Yb  88 88""   o.`Y8b
88 YY 88 888888 8888Y"  88 dP""""Yb      `"YoYo `YbodP' 888888 88  Yb 88 888888 8bodP'
*/
/*
.########....###....##.....##..#######..##....##..#######..##.....##.##....##
....##......##.##....##...##..##.....##.###...##.##.....##.###...###..##..##.
....##.....##...##....##.##...##.....##.####..##.##.....##.####.####...####..
....##....##.....##....###....##.....##.##.##.##.##.....##.##.###.##....##...
....##....#########...##.##...##.....##.##..####.##.....##.##.....##....##...
....##....##.....##..##...##..##.....##.##...###.##.....##.##.....##....##...
....##....##.....##.##.....##..#######..##....##..#######..##.....##....##...
*/
/*
8b    d8 888888 8888b.  88    db         dP"Yb  88   88 888888 88""Yb 88 888888 .dP"Y8
88b  d88 88__    8I  Yb 88   dPYb       dP   Yb 88   88 88__   88__dP 88 88__   `Ybo."
88YbdP88 88""    8I  dY 88  dP__Yb      Yb b dP Y8   8P 88""   88"Yb  88 88""   o.`Y8b
88 YY 88 888888 8888Y"  88 dP""""Yb      `"YoYo `YbodP' 888888 88  Yb 88 888888 8bodP'
*/
article[id="46"] + .categories__overview .categories,
article[id="80"] + .categories__overview .categories {
  width: 100%; }
  article[id="46"] + .categories__overview .categories .category__item,
  article[id="80"] + .categories__overview .categories .category__item {
    width: 50%;
    margin-right: 0; }
    article[id="46"] + .categories__overview .categories .category__item:first-child,
    article[id="80"] + .categories__overview .categories .category__item:first-child {
      padding-right: 12.5px; }
    article[id="46"] + .categories__overview .categories .category__item:last-child,
    article[id="80"] + .categories__overview .categories .category__item:last-child {
      padding-left: 12.5px; }

.language {
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
  margin-top: 0.7222222222em; }
  .language li {
    float: left;
    margin-left: 0.1679012346em; }
  .language a,
  .language span {
    display: block;
    padding: 0 0.4197530864em;
    line-height: 1.9444444444em;
    color: #FFFFFF;
    border: 2px solid transparent;
    font-size: 0.6666666667em;
    text-transform: uppercase; }
  .language span {
    text-decoration: line-through; }
  .language a.active, .language a:hover {
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
    font-weight: 600; }

.intro__block {
  float: left; }
  .intro__block h2 {
    color: #92083a;
    font-family: "Titillium Web", Arial, sans-serif; }

#top .searchbox {
  display: none; }

.searchbox input {
  font-size: 0.6666666667em;
  font-weight: 600;
  margin: 0; }

.searchbox input[type="text"] {
  color: #92083a;
  opacity: 0.8;
  position: relative;
  border: 2px solid #FFFFFF; }
  .searchbox input[type="text"]:focus {
    outline: none;
    border: 2px solid #FFFFFF; }

.searchbox input[type="submit"] {
  background: #92083a;
  color: #FFFFFF;
  text-transform: uppercase;
  outline: 0;
  border: 0;
  padding: 0.6666666667em 0; }

.insert-header {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%; }
  .insert-header img {
    width: 100%; }

#slider {
  position: relative; }
  #slider .banner__item:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000000;
    z-index: 2;
    -webkit-transition: opacity, 0.35s;
    -moz-transition: opacity, 0.35s;
    transition: opacity, 0.35s;
    opacity: 0.2; }
  #slider .searchbox {
    position: absolute !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 3;
    padding: 0 0.5555555556em;
    width: 100%; }
    #slider .searchbox p {
      color: #FFFFFF;
      font-size: 2em;
      line-height: 0.8333333333em;
      font-family: "Amatic SC", cursive;
      margin-bottom: 0.5555555556em; }
    #slider .searchbox input {
      font-size: 1em;
      font-weight: 600;
      margin: 0; }
    #slider .searchbox input[type="text"] {
      color: #92083a;
      opacity: 0.8;
      position: relative;
      border: 2px solid #FFFFFF; }
      #slider .searchbox input[type="text"]:focus {
        outline: none;
        border: 2px solid #FFFFFF; }
    #slider .searchbox input[type="submit"] {
      background: #92083a;
      color: #FFFFFF;
      text-transform: uppercase;
      outline: 0;
      border: 0;
      padding: 0.2222222222em 0; }
  #slider form > * {
    margin: 0; }

.ctas {
  width: 100%;
  float: left; }

.cta {
  width: 100%;
  float: left;
  margin-bottom: 1.6790123457em;
  padding: 0.8395061728em;
  text-align: center;
  background: #EEEEEE;
  border: 1px solid #000000; }
  .cta p.title {
    margin: 0; }
  .cta p {
    margin: 0.8395061728em 0 0 0; }

.cta-overview {
  list-style-type: none;
  padding: 0;
  float: left;
  width: 100%; }

.not-front .cta__plantengids {
  margin-right: 0;
  float: right; }
  .not-front .cta__plantengids .block__content {
    position: relative;
    min-height: 140px; }
    .not-front .cta__plantengids .block__content p {
      position: absolute;
      left: 50%;
      top: 50%;
      z-index: 5;
      transform: translate(-50%, -50%);
      margin: 0; }
  .not-front .cta__plantengids a {
    position: relative; }
    .not-front .cta__plantengids a:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background: #000000;
      z-index: 2;
      -webkit-transition: opacity, 0.35s;
      -moz-transition: opacity, 0.35s;
      transition: opacity, 0.35s;
      opacity: 0.2; }

.cta__sellingpoints, .cta__faq, .cta__diagnosis, .cta__plantengids {
  background: #7ea6a3;
  border: 0;
  color: #FFFFFF;
  margin-bottom: 0; }
  .cta__sellingpoints a, .cta__faq a, .cta__diagnosis a, .cta__plantengids a {
    color: #FFFFFF; }
    .cta__sellingpoints a p, .cta__faq a p, .cta__diagnosis a p, .cta__plantengids a p {
      color: #FFFFFF; }
    #content .cta__sellingpoints a, #content .cta__faq a, #content .cta__diagnosis a, #content .cta__plantengids a {
      color: #FFFFFF; }
  .cta__sellingpoints a:hover .block__content p, .cta__faq a:hover .block__content p, .cta__diagnosis a:hover .block__content p, .cta__plantengids a:hover .block__content p {
    background: #92083a;
    -webkit-transition: -webkit-transform, 0.35s;
    -moz-transition: -moz-transform, 0.35s;
    transition: transform, 0.35s; }
  .cta__sellingpoints .block__content p, .cta__faq .block__content p, .cta__diagnosis .block__content p, .cta__plantengids .block__content p {
    margin: 1.3888888889em 0;
    display: inline-block;
    border: 4px solid #FFFFFF;
    border-radius: 4px;
    padding: 0.4444444444em 0.8333333333em;
    font-family: "Amatic SC", cursive;
    font-size: 1.1111111111em;
    letter-spacing: 0.1111111111em;
    -webkit-transition: -webkit-transform, 0.35s;
    -moz-transition: -moz-transform, 0.35s;
    transition: transform, 0.35s; }
    .cta__sellingpoints .block__content p:before, .cta__faq .block__content p:before, .cta__diagnosis .block__content p:before, .cta__plantengids .block__content p:before {
      content: '';
      width: 30px;
      height: 30px;
      margin-right: 0.5555555556em;
      background: url("../img-src/icon/icon_search.svg") no-repeat center center;
      background-size: cover;
      float: left; }

.categories__overview .cta__collection {
  width: 100%;
  float: left; }

.cta__collection {
  width: 90%;
  float: none;
  margin: 0 auto;
  clear: both; }
  .cta__collection .cta__sellingpoints, .cta__collection .cta__diagnosis {
    margin: 0.5555555556em 0; }

.cta__faq .block__content p:before, .cta__diagnosis .block__content p:before, .cta__plantengids .block__content p:before {
  display: none; }

.cta__diagnosis {
  background: #92083a; }
  .cta__diagnosis a:hover .block__content p {
    background: #7ea6a3; }

.cta__plantengids {
  background: none; }
  .cta__plantengids.block--has-link > a {
    padding: 0; }
  .cta__plantengids .block__content {
    padding: 0.8333333333em;
    background-repeat: no-repeat;
    background-size: cover; }

.cta__image {
  padding: 0;
  border: 0;
  margin: 0; }
  .cta__image .block__content {
    height: 170px;
    background-size: cover;
    background-repeat: no-repeat; }

.block--has-link {
  padding: 0; }
  .block--has-link > a {
    display: block;
    color: inherit;
    padding: 0.8395061728em; }

.header-image {
  width: 100%;
  float: left; }
  .header-image img {
    display: block;
    width: 100%; }

.flexslider {
  width: 100%;
  float: left;
  margin-bottom: 1.6790123457em; }
  .flexslider .banner-textgroup {
    width: 100%;
    float: left;
    background: #EEEEEE;
    padding: 0.4197530864em;
    text-align: center; }
  .flexslider h2,
  .flexslider h3,
  .flexslider p.title,
  .flexslider p {
    margin: 0; }

#map-canvas {
  width: 100%;
  margin: 2.2222222222em 0; }

.contact, .main__contact, .main-contact-map {
  width: 100%;
  float: left; }

.main__contact {
  background: #92083a;
  padding: 0.8333333333em;
  color: #FFFFFF;
  text-align: center;
  font-size: 0.7777777778em; }
  .main__contact a {
    color: #FFFFFF; }

.locations__overview {
  width: 100%; }
  .locations__overview .contact__item {
    text-align: center;
    margin: 2.2222222222em 0; }
    .locations__overview .contact__item .contact__name {
      color: #92083a; }
    .locations__overview .contact__item a {
      color: #92083a; }

#map-canvas #edit-city {
  font-size: 1.5555555556em;
  margin-top: 15px;
  margin-left: 15px;
  border: 1px solid #92083a;
  padding: 10px 15px;
  color: #92083a; }

.ft-block {
  float: left;
  width: 100%;
  margin-bottom: 1.1111111111em; }
  .ft-block p.title {
    text-transform: uppercase;
    font-weight: bold; }

.ft-sitemap, .ft-contact, .ft-newsletter, .ft-social {
  margin: 1.1111111111em 0;
  text-align: center; }
  .ft-sitemap p.title, .ft-contact p.title, .ft-newsletter p.title, .ft-social p.title {
    font-family: "Amatic SC", cursive;
    font-size: 1.6666666667em;
    margin: 0; }
  .ft-sitemap .nav__list li a, .ft-contact .nav__list li a, .ft-newsletter .nav__list li a, .ft-social .nav__list li a {
    color: #FFFFFF;
    font-size: 0.7777777778em; }
  .ft-sitemap .block__content p, .ft-contact .block__content p, .ft-newsletter .block__content p, .ft-social .block__content p {
    color: #FFFFFF;
    font-size: 0.7777777778em; }
    .ft-sitemap .block__content p a, .ft-contact .block__content p a, .ft-newsletter .block__content p a, .ft-social .block__content p a {
      color: #FFFFFF; }
  .ft-sitemap form.webform-client-form .url-textfield, .ft-contact form.webform-client-form .url-textfield, .ft-newsletter form.webform-client-form .url-textfield, .ft-social form.webform-client-form .url-textfield {
    display: none; }
  .ft-sitemap form.webform-client-form ::selection, .ft-contact form.webform-client-form ::selection, .ft-newsletter form.webform-client-form ::selection, .ft-social form.webform-client-form ::selection {
    background: #7ea6a3; }
  .ft-sitemap form.webform-client-form ::-moz-selection, .ft-contact form.webform-client-form ::-moz-selection, .ft-newsletter form.webform-client-form ::-moz-selection, .ft-social form.webform-client-form ::-moz-selection {
    background: #7ea6a3; }
  .ft-sitemap form.webform-client-form div, .ft-contact form.webform-client-form div, .ft-newsletter form.webform-client-form div, .ft-social form.webform-client-form div {
    margin-bottom: 0; }
  .ft-sitemap form.webform-client-form input.email, .ft-contact form.webform-client-form input.email, .ft-newsletter form.webform-client-form input.email, .ft-social form.webform-client-form input.email {
    outline: none;
    font-size: 0.8888888889em;
    color: #a4a4a4;
    border: 0;
    text-align: center; }
  .ft-sitemap form.webform-client-form input.form-submit, .ft-contact form.webform-client-form input.form-submit, .ft-newsletter form.webform-client-form input.form-submit, .ft-social form.webform-client-form input.form-submit {
    background: #7ea6a3;
    color: #FFFFFF;
    text-transform: uppercase;
    border: 0;
    outline: 0;
    font-size: 0.8888888889em; }
    .ft-sitemap form.webform-client-form input.form-submit:hover, .ft-contact form.webform-client-form input.form-submit:hover, .ft-newsletter form.webform-client-form input.form-submit:hover, .ft-social form.webform-client-form input.form-submit:hover {
      background: #FFFFFF;
      color: #92083a; }

.ft-menu {
  width: 46.6666666667%;
  margin-right: 6.6666666667%;
  float: left;
  padding-left: 1.6666666667em; }
  .ft-menu .nav__list a {
    color: #CCCCCC;
    font-size: 0.6666666667em; }

.ft-theaim {
  width: 46.6666666667%;
  margin-right: 0;
  float: right;
  padding-right: 1.6666666667em; }

.theaim {
  float: right;
  margin: 0 auto;
  display: block;
  opacity: 0.4; }
  .theaim:hover {
    opacity: 0.3; }

.ft-social {
  width: 100%;
  float: left;
  margin-bottom: 2.0987654321em;
  text-align: center; }
  .ft-social a {
    text-indent: -9999px;
    display: inline-block;
    margin: 0 .3em; }
    .ft-social a:hover {
      opacity: 0.75; }

.home-intro .block__content > p {
  overflow: hidden;
  margin: 0.8333333333em 0;
  text-align: center;
  font-weight: 700;
  color: #92083a;
  font-family: "Amatic SC", cursive;
  font-size: 1.6666666667em;
  letter-spacing: 0.0833333333em;
  display: table;
  white-space: nowrap; }
  .home-intro .block__content > p:before, .home-intro .block__content > p:after {
    border-top: 1px solid #7ea6a3;
    content: '';
    display: table-cell;
    position: relative;
    top: 0.5em;
    width: 45%; }
  .home-intro .block__content > p:before {
    right: 1.5%; }
  .home-intro .block__content > p:after {
    left: 1.5%; }

.latest-myhome, .latest-mygarden {
  -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.15);
  margin: 0.5555555556em 0;
  float: left;
  height: 170px;
  width: 100%;
  position: relative; }
  .latest-myhome .wrapper_image, .latest-mygarden .wrapper_image {
    background-size: cover;
    width: 100%;
    height: 100%; }
  .latest-myhome a, .latest-mygarden a {
    display: block; }
    .latest-myhome a:before, .latest-mygarden a:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background: #000000;
      z-index: 2;
      -webkit-transition: opacity, 0.35s;
      -moz-transition: opacity, 0.35s;
      transition: opacity, 0.35s;
      opacity: 0.2; }
  .latest-myhome a:hover h3, .latest-myhome a:hover p.title, .latest-mygarden a:hover h3, .latest-mygarden a:hover p.title {
    border-bottom: 2px solid transparent;
    -webkit-transition: -webkit-transform, 0.35s;
    -moz-transition: -moz-transform, 0.35s;
    transition: transform, 0.35s; }
  .latest-myhome a:hover:before, .latest-mygarden a:hover:before {
    opacity: 0.1; }
  .latest-myhome h3, .latest-myhome p.title, .latest-mygarden h3, .latest-mygarden p.title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
    font-weight: 300;
    font-family: "Amatic SC", cursive;
    font-size: 1.8888888889em;
    line-height: 1.3333333333em;
    -webkit-transition: -webkit-transform, 0.35s;
    -moz-transition: -moz-transform, 0.35s;
    transition: transform, 0.35s;
    z-index: 3;
    pointer-events: none; }

.block-newsletter {
  background: #7ea6a3;
  float: left;
  width: 100%;
  -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.15);
  margin: 0.5555555556em 0;
  padding: 1.3888888889em; }
  .block-newsletter p.title {
    color: #FFFFFF;
    font-weight: 300;
    font-family: "Amatic SC", cursive;
    font-size: 1.5555555556em;
    text-align: center;
    position: relative;
    padding-bottom: 0.5555555556em; }
    .block-newsletter p.title:after {
      content: '';
      border-bottom: 2px solid #FFFFFF;
      width: 40%;
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%); }
  .block-newsletter form.webform-client-form ::selection {
    background: #7ea6a3; }
  .block-newsletter form.webform-client-form ::-moz-selection {
    background: #7ea6a3; }
  .block-newsletter form.webform-client-form div {
    margin-bottom: 0; }
  .block-newsletter form.webform-client-form input.email {
    outline: none;
    font-size: 0.8888888889em;
    color: #a4a4a4;
    border: 0;
    text-align: center; }
  .block-newsletter form.webform-client-form input.form-submit {
    background: #92083a;
    color: #FFFFFF;
    text-transform: uppercase;
    border: 0;
    outline: 0;
    font-size: 0.8888888889em; }
    .block-newsletter form.webform-client-form input.form-submit:hover {
      background: #FFFFFF;
      color: #92083a; }

.cta-naturen {
  -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.15);
  margin: 2.2222222222em 0;
  float: left;
  height: 170px;
  width: 100%;
  position: relative; }
  .cta-naturen a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0; }
    .cta-naturen a:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background: #000000;
      z-index: 2;
      -webkit-transition: opacity, 0.35s;
      -moz-transition: opacity, 0.35s;
      transition: opacity, 0.35s;
      opacity: 0.2; }
  .cta-naturen a:hover p.title {
    border-bottom: 2px solid transparent;
    -webkit-transition: -webkit-transform, 0.35s;
    -moz-transition: -moz-transform, 0.35s;
    transition: transform, 0.35s; }
  .cta-naturen a:hover:before {
    opacity: 0.1; }
  .cta-naturen .block__content {
    background-size: cover;
    width: 100%;
    height: 100%;
    background-position: center top; }
  .cta-naturen p.title {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
    font-weight: 300;
    font-family: "Amatic SC", cursive;
    font-size: 1.3333333333em;
    line-height: 1.3333333333em;
    -webkit-transition: -webkit-transform, 0.35s;
    -moz-transition: -moz-transform, 0.35s;
    transition: transform, 0.35s;
    z-index: 3;
    pointer-events: none; }

#content-top-full .actions__overview {
  float: left;
  width: 100%;
  background: url("../img/bg_newsitems.jpg") no-repeat top center;
  background-size: cover; }
  #content-top-full .actions__overview ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: left;
    width: 100%; }
    #content-top-full .actions__overview ul li {
      float: left;
      width: 100%;
      margin: 0.5555555556em 0; }
      #content-top-full .actions__overview ul li article {
        display: block; }
        #content-top-full .actions__overview ul li article .actions__content {
          text-align: center; }
          #content-top-full .actions__overview ul li article .actions__content h3, #content-top-full .actions__overview ul li article .actions__content p.title {
            font-size: 1.6666666667em;
            margin: 0.5555555556em 0;
            position: relative;
            padding-bottom: 0.5555555556em; }
            #content-top-full .actions__overview ul li article .actions__content h3 a, #content-top-full .actions__overview ul li article .actions__content p.title a {
              color: #92083a;
              font-family: "Amatic SC", cursive;
              text-decoration: none; }
            #content-top-full .actions__overview ul li article .actions__content h3:after, #content-top-full .actions__overview ul li article .actions__content p.title:after {
              content: '';
              border-bottom: 2px solid #92083a;
              width: 70px;
              position: absolute;
              bottom: 0;
              left: 50%;
              transform: translateX(-50%); }
          #content-top-full .actions__overview ul li article .actions__content :last-child a {
            color: #92083a;
            text-transform: uppercase;
            font-weight: 700;
            font-size: 0.7777777778em; }
            #content-top-full .actions__overview ul li article .actions__content :last-child a:after {
              content: ' >'; }
            #content-top-full .actions__overview ul li article .actions__content :last-child a:hover {
              text-decoration: underline; }

#-the-aim-search-api-search-form {
  width: 100%;
  max-width: 35.5555555556em;
  padding: 10px;
  float: none; }
  #top #-the-aim-search-api-search-form {
    margin: 0 auto; }
  #-the-aim-search-api-search-form .form-input-wrap {
    float: left;
    margin: 0;
    width: 75%; }
    #-the-aim-search-api-search-form .form-input-wrap input {
      height: 50px;
      border: none;
      width: 100%; }
  #-the-aim-search-api-search-form .form-submit {
    width: 25%;
    float: left;
    background: #7ea6a3;
    color: #FFFFFF;
    border: none;
    font-family: "Amatic SC", cursive;
    height: 50px;
    font-size: 1.3333333333em; }
    #top #-the-aim-search-api-search-form .form-submit {
      margin: -8px 0 0; }

#content article h1 {
  font-size: 2.2222222222em;
  margin: 0 0 0.5555555556em 0;
  position: relative;
  padding-bottom: 0.2777777778em;
  color: #92083a;
  font-family: "Amatic SC", cursive; }
  #content article h1:after {
    content: '';
    border-bottom: 2px solid #92083a;
    width: 70px;
    position: absolute;
    bottom: 0;
    left: 0; }

#content article p.intro, #content article li.intro {
  color: #362d2d; }

#content article p a, #content article li a {
  color: #7ea6a3; }

.categories__overview {
  float: left;
  width: 100%; }
  .categories__overview .category__item {
    margin: 0.5555555556em 0;
    float: left;
    height: 170px;
    width: 100%;
    position: relative;
    overflow: hidden; }
    .categories__overview .category__item a {
      display: block;
      width: 100%;
      height: 100%;
      padding: 0;
      position: relative;
      background-size: cover; }
      .categories__overview .category__item a:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: #000000;
        z-index: 2;
        -webkit-transition: opacity, 0.35s;
        -moz-transition: opacity, 0.35s;
        transition: opacity, 0.35s;
        opacity: 0.2; }
      .categories__overview .category__item a p.title {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #FFFFFF;
        border-bottom: 2px solid #FFFFFF;
        font-weight: 300;
        font-family: "Amatic SC", cursive;
        font-size: 1.8888888889em;
        line-height: 1.3333333333em;
        text-align: center;
        -webkit-transition: -webkit-transform, 0.35s;
        -moz-transition: -moz-transform, 0.35s;
        transition: transform, 0.35s;
        z-index: 3;
        pointer-events: none; }
      .categories__overview .category__item a img {
        background-size: cover; }
    .categories__overview .category__item a:hover p.title {
      border-bottom: 2px solid transparent;
      -webkit-transition: -webkit-transform, 0.35s;
      -moz-transition: -moz-transform, 0.35s;
      transition: transform, 0.35s; }
  .categories__overview .categories__overview-column {
    float: left;
    width: 100%;
    list-style-type: none;
    padding: 0; }
    .categories__overview .categories__overview-column .category__item {
      margin: 0.5555555556em 0;
      float: left;
      height: 170px;
      width: 100%;
      position: relative;
      overflow: hidden;
      clear: both; }
      .categories__overview .categories__overview-column .category__item a {
        display: block;
        width: 100%;
        height: 100%;
        padding: 0;
        position: relative;
        background-size: cover; }
        .categories__overview .categories__overview-column .category__item a:before {
          content: '';
          position: absolute;
          width: 100%;
          height: 100%;
          left: 0;
          top: 0;
          background: #000000;
          z-index: 2;
          -webkit-transition: opacity, 0.35s;
          -moz-transition: opacity, 0.35s;
          transition: opacity, 0.35s;
          opacity: 0.2; }
        .categories__overview .categories__overview-column .category__item a p.title {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          color: #FFFFFF;
          border-bottom: 2px solid #FFFFFF;
          font-weight: 300;
          font-family: "Amatic SC", cursive;
          font-size: 1.8888888889em;
          line-height: 1.3333333333em;
          text-align: center;
          -webkit-transition: -webkit-transform, 0.35s;
          -moz-transition: -moz-transform, 0.35s;
          transition: transform, 0.35s;
          z-index: 3;
          pointer-events: none; }
        .categories__overview .categories__overview-column .category__item a img {
          background-size: cover; }
      .categories__overview .categories__overview-column .category__item a:hover p.title {
        border-bottom: 2px solid transparent;
        -webkit-transition: -webkit-transform, 0.35s;
        -moz-transition: -moz-transform, 0.35s;
        transition: transform, 0.35s; }
    .categories__overview .categories__overview-column .category__item {
      margin: 0.5555555556em 0;
      float: left;
      height: 170px;
      width: 100%;
      position: relative;
      overflow: hidden;
      clear: both; }
      .categories__overview .categories__overview-column .category__item.cta__sellingpoints, .categories__overview .categories__overview-column .category__item.cta__diagnosis {
        position: relative;
        padding: 0; }
        .categories__overview .categories__overview-column .category__item.cta__sellingpoints .block__content, .categories__overview .categories__overview-column .category__item.cta__diagnosis .block__content {
          position: absolute;
          top: 50%;
          left: 50%;
          width: 100%;
          transform: translate(-50%, -50%); }
          .categories__overview .categories__overview-column .category__item.cta__sellingpoints .block__content p, .categories__overview .categories__overview-column .category__item.cta__diagnosis .block__content p {
            margin: 0;
            font-size: 1em; }
        .categories__overview .categories__overview-column .category__item.cta__sellingpoints a, .categories__overview .categories__overview-column .category__item.cta__diagnosis a {
          position: relative;
          height: 170px; }
          .categories__overview .categories__overview-column .category__item.cta__sellingpoints a:before, .categories__overview .categories__overview-column .category__item.cta__diagnosis a:before {
            content: none; }
      .categories__overview .categories__overview-column .category__item a {
        display: block;
        width: 100%;
        height: 100%;
        padding: 0;
        position: relative;
        background-size: cover; }
        .categories__overview .categories__overview-column .category__item a:before {
          content: '';
          position: absolute;
          width: 100%;
          height: 100%;
          left: 0;
          top: 0;
          background: #000000;
          z-index: 2;
          -webkit-transition: opacity, 0.35s;
          -moz-transition: opacity, 0.35s;
          transition: opacity, 0.35s;
          opacity: 0.2; }
        .categories__overview .categories__overview-column .category__item a p.title {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          color: #FFFFFF;
          border-bottom: 2px solid #FFFFFF;
          font-weight: 300;
          font-family: "Amatic SC", cursive;
          font-size: 1.8888888889em;
          line-height: 1.3333333333em;
          text-align: center;
          -webkit-transition: -webkit-transform, 0.35s;
          -moz-transition: -moz-transform, 0.35s;
          transition: transform, 0.35s;
          z-index: 3;
          pointer-events: none; }
        .categories__overview .categories__overview-column .category__item a img {
          background-size: cover; }
      .categories__overview .categories__overview-column .category__item a:hover p.title {
        border-bottom: 2px solid transparent;
        -webkit-transition: -webkit-transform, 0.35s;
        -moz-transition: -moz-transform, 0.35s;
        transition: transform, 0.35s; }

#content .overview__news article {
  background: #FFFFFF; }
  #content .overview__news article .article__left,
  #content .overview__news article .blog__image {
    margin-bottom: 1.1111111111em;
    float: left;
    width: 100%; }
    #content .overview__news article .article__left img,
    #content .overview__news article .blog__image img {
      width: 100%; }
  #content .overview__news article p.title,
  #content .overview__news article h3,
  #content .overview__news article p.title {
    font-family: "Amatic SC", cursive;
    font-size: 1.8888888889em;
    line-height: 1.3333333333em;
    position: relative;
    font-size: 1.6666666667em;
    margin: 0.5555555556em 0;
    padding-bottom: 0.5555555556em;
    text-align: center;
    clear: both; }
    #content .overview__news article p.title:after,
    #content .overview__news article h3:after,
    #content .overview__news article p.title:after {
      content: '';
      border-bottom: 2px solid #92083a;
      width: 70px;
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%); }
      #content .overview__news article p.title:after:hover,
      #content .overview__news article h3:after:hover,
      #content .overview__news article p.title:after:hover {
        border-bottom: 0;
        -webkit-transition: -webkit-transform, 0.35s;
        -moz-transition: -moz-transform, 0.35s;
        transition: transform, 0.35s; }
    #content .overview__news article p.title a,
    #content .overview__news article h3 a,
    #content .overview__news article p.title a {
      font-weight: bold;
      color: #92083a;
      text-decoration: none; }
  #content .overview__news article p,
  #content .overview__news article .blog__content {
    padding: 0 1.1111111111em; }
  #content .overview__news article a.btn--more {
    width: 100%;
    text-align: center; }

ul.taxonomy-content {
  list-style-type: none;
  padding: 0;
  margin: 0;
  float: left;
  width: 100%; }
  ul.taxonomy-content li {
    background: #FFFFFF;
    margin-bottom: 1.1111111111em; }
    ul.taxonomy-content li .blog__image img {
      float: left; }
    ul.taxonomy-content li .blog__content {
      text-align: center;
      padding: 0 1.1111111111em; }
    ul.taxonomy-content li h3, ul.taxonomy-content li p.title {
      font-family: "Amatic SC", cursive;
      font-size: 1.8888888889em;
      line-height: 1.3333333333em;
      position: relative;
      font-size: 1.6666666667em;
      margin: 0.5555555556em 0;
      padding-bottom: 0.5555555556em;
      float: left;
      width: 100%; }
      ul.taxonomy-content li h3:after, ul.taxonomy-content li p.title:after {
        content: '';
        border-bottom: 2px solid #92083a;
        width: 70px;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%); }
        ul.taxonomy-content li h3:after:hover, ul.taxonomy-content li p.title:after:hover {
          border-bottom: 0;
          -webkit-transition: -webkit-transform, 0.35s;
          -moz-transition: -moz-transform, 0.35s;
          transition: transform, 0.35s; }
      ul.taxonomy-content li h3 a, ul.taxonomy-content li p.title a {
        color: #92083a;
        text-decoration: none; }
    ul.taxonomy-content li img {
      width: 100%; }
    ul.taxonomy-content li a.btn--more {
      width: 100%;
      text-align: center; }
    ul.taxonomy-content li:last-child {
      margin-bottom: 0; }

.back__link {
  float: left;
  width: 100%; }

#content .blog__related-products p.title {
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: #000000;
  margin: 1.3888888889em 0;
  padding: 0.5555555556em 0 0 0; }

#content .blog__related-products article {
  background: #FFFFFF;
  text-align: center;
  margin: 0.5555555556em 0;
  padding: 1.1111111111em; }
  #content .blog__related-products article .products__image {
    width: 150px;
    margin: 0 auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
    min-height: 150px;
    padding-bottom: 0.8333333333em;
    margin-bottom: 0.2777777778em; }
  #content .blog__related-products article .products__content {
    height: 100%; }
    #content .blog__related-products article .products__content h3, #content .blog__related-products article .products__content p.title {
      margin: 0;
      font-weight: 700;
      text-transform: uppercase; }
      #content .blog__related-products article .products__content h3 a, #content .blog__related-products article .products__content p.title a {
        color: #000000;
        text-decoration: none; }

ul.product_categories {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%; }
  ul.product_categories li {
    float: left;
    width: 100%;
    background: #FFFFFF;
    text-align: center;
    margin: 0.5555555556em 0;
    padding: 1.1111111111em; }
    ul.product_categories li .products__image {
      width: 200px;
      margin: 0 auto;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      height: 100%;
      min-height: 150px;
      padding-bottom: 0.8333333333em;
      margin-bottom: 1.1111111111em; }
    ul.product_categories li .products__content {
      height: 100%; }
      ul.product_categories li .products__content h3, ul.product_categories li .products__content p.title {
        margin: 0;
        font-weight: 700;
        text-transform: uppercase;
        font-family: "Titillium Web", Arial, sans-serif;
        font-size: 0.8888888889em; }
        ul.product_categories li .products__content h3:after, ul.product_categories li .products__content p.title:after {
          content: none; }
        ul.product_categories li .products__content h3 a, ul.product_categories li .products__content p.title a {
          color: #000000;
          text-decoration: none; }

.blog__related-items p.title, .blog__related p.title {
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: #92083a;
  margin: 1.3888888889em 0;
  padding: 0.5555555556em 0 0 0; }

.blog__related-items a, .blog__related a {
  display: block; }
  .blog__related-items a:before, .blog__related a:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000000;
    z-index: 2;
    -webkit-transition: opacity, 0.35s;
    -moz-transition: opacity, 0.35s;
    transition: opacity, 0.35s;
    opacity: 0.2; }
  .blog__related-items a:hover::before, .blog__related a:hover::before {
    opacity: 0.5;
    -webkit-transition: opacity, 0.35s;
    -moz-transition: opacity, 0.35s;
    transition: opacity, 0.35s; }

.blog__related-items article, .blog__related article {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  height: 140px;
  margin: 0.5555555556em 0;
  float: left;
  width: 100%;
  position: relative;
  text-align: center;
  overflow: hidden; }
  .blog__related-items article img, .blog__related article img {
    float: left; }
  .blog__related-items article h3, .blog__related-items article p.title, .blog__related article h3, .blog__related article p.title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFFFFF;
    font-weight: 300;
    font-family: "Amatic SC", cursive;
    font-size: 1.8888888889em;
    line-height: 1.3333333333em;
    -webkit-transition: -webkit-transform, 0.35s;
    -moz-transition: -moz-transform, 0.35s;
    transition: transform, 0.35s;
    z-index: 3;
    pointer-events: none; }

.brands {
  display: none; }

.taxonomy-children {
  padding: 0;
  list-style-type: none; }
  .taxonomy-children li {
    width: 100%;
    float: left;
    display: block;
    height: 100px;
    margin: 0.5555555556em 0; }
    .taxonomy-children li a {
      display: block;
      width: 100%;
      height: 100%;
      padding: 0;
      position: relative;
      background-size: cover; }
      .taxonomy-children li a:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: #000000;
        z-index: 2;
        -webkit-transition: opacity, 0.35s;
        -moz-transition: opacity, 0.35s;
        transition: opacity, 0.35s;
        opacity: 0.2; }
      .taxonomy-children li a p.title {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #FFFFFF;
        border-bottom: 2px solid #FFFFFF;
        font-weight: 300;
        font-family: "Amatic SC", cursive;
        font-size: 1.8888888889em;
        line-height: 1.3333333333em;
        text-align: center;
        -webkit-transition: -webkit-transform, 0.35s;
        -moz-transition: -moz-transform, 0.35s;
        transition: transform, 0.35s;
        z-index: 3;
        pointer-events: none; }
    .taxonomy-children li a:hover p.title {
      border-bottom: 2px solid transparent;
      -webkit-transition: -webkit-transform, 0.35s;
      -moz-transition: -moz-transform, 0.35s;
      transition: transform, 0.35s; }

.search-result {
  margin-bottom: 1.3888888889em;
  padding: 0.8333333333em;
  background: white; }
  .search-result h3 a, .search-result p.title a {
    color: #92083a; }
  .search-result p {
    margin-left: 0.8333333333em; }

#map-overview {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  max-height: 560px; }

.js-more {
  color: #92083a;
  font-weight: 700;
  text-align: center;
  cursor: pointer; }

@media screen and (min-width: 30em) {
  #slider .searchbox, #top .searchbox {
    width: 80%;
    text-align: center; }
    #slider .searchbox input[type="text"], #top .searchbox input[type="text"] {
      width: 70%;
      margin: 0; }
    #slider .searchbox input[type="submit"], #top .searchbox input[type="submit"] {
      width: 30%;
      margin: 0;
      float: right; }
  #slider form > *, #top form > * {
    float: none; }
  .language {
    width: auto;
    margin-left: 0.2777777778em;
    margin-top: 1em; }
    .language a,
    .language span {
      font-size: 0.7777777778em; }
  .not-front .cta__plantengids .block__content {
    min-height: 180px; }
  .cta__sellingpoints .block__content p, .cta__diagnosis .block__content p, .cta__faq .block__content p, .cta__plantengids .block__content p {
    font-size: 1.6666666667em; }
  .not-front .cta__sellingpoints .block__content p, .not-front .cta__diagnosis .block__content p, .not-front .cta__faq .block__content p, .not-front .cta__plantengids .block__content p {
    font-size: 1.1111111111em; }
  .ft-sitemap,
  .ft-newsletter {
    width: 47.8260869565%;
    margin-right: 4.347826087%;
    float: left;
    text-align: left;
    padding-left: 1.6666666667em; }
    .ft-sitemap a:hover,
    .ft-newsletter a:hover {
      text-decoration: underline; }
  .ft-contact,
  .ft-social {
    text-align: right;
    width: 47.8260869565%;
    margin-right: 0;
    float: right;
    padding-right: 1.6666666667em; }
    .ft-contact a:hover,
    .ft-social a:hover {
      text-decoration: underline; }
  .ft-newsletter form.webform-client-form input.form-submit {
    width: 100%; }
  .ft-social a {
    text-align: left; }
  .block-newsletter form.webform-client-form div.email {
    width: 60%;
    float: left;
    text-align: left; }
    .block-newsletter form.webform-client-form div.email input[type="email"] {
      height: 50px; }
  .block-newsletter form.webform-client-form div.form-actions {
    width: 40%;
    float: right; }
    .block-newsletter form.webform-client-form div.form-actions input[type="submit"] {
      width: 100%;
      height: 50px; }
  .cta-naturen {
    height: 200px; }
    .cta-naturen p.title {
      font-size: 1.6666666667em; }
  .cta__image .block__content {
    height: 200px; }
  .categories__overview .category__item {
    height: 200px; }
  .categories__overview .categories__overview-column .category__item, .categories__overview .categories__overview-column div.cta__sellingpoints a, .categories__overview .categories__overview-column div.cta__diagnosis a {
    height: 200px; } }

@media screen and (min-width: 48em) {
  #top .searchbox {
    display: block;
    width: auto;
    float: right;
    margin-left: 6px;
    margin-right: 16px;
    margin-top: 4px;
    position: relative; }
    #top .searchbox p.title {
      text-indent: -9999px;
      cursor: pointer;
      display: block; }
      #top .searchbox p.title:after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        height: 18px;
        width: 18px; }
    #top .searchbox form {
      display: none;
      position: absolute;
      top: 7px;
      left: 20px;
      width: 200px; }
    #top .searchbox input {
      font-size: 0.5555555556em; }
    #top .searchbox input[type="text"] {
      width: 100%;
      margin: 0;
      opacity: 1; }
    #top .searchbox input[type="submit"] {
      margin: 0;
      position: absolute;
      background: transparent;
      color: #000000;
      right: 0;
      top: 4px; }
  #slider .searchbox {
    width: 60%; }
    #slider .searchbox p {
      font-size: 2.3333333333em; }
  .locations__overview .contact__item {
    width: 30%;
    margin-right: 1.9444444444em;
    float: left;
    border-bottom: 1px solid #92083a;
    min-height: 200px; }
    .locations__overview .contact__item:last-child {
      margin-right: 0; }
  .language {
    margin-top: 0.7777777778em; }
    .language li {
      position: relative; }
      .language li:last-child:before {
        content: '/';
        color: #FFFFFF;
        position: absolute;
        left: -5px; }
    .language a,
    .language span {
      border: none;
      text-transform: none; }
    .language a.active {
      border: none;
      color: #FFFFFF;
      font-weight: 700; }
    .language a:hover {
      text-decoration: underline;
      font-weight: normal;
      border: none;
      font-weight: 700; }
  .contact {
    width: 54.2857142857%;
    margin-right: 2.8571428571%;
    float: left; }
  .main__contact {
    width: 42.8571428571%;
    margin-right: 0;
    float: right;
    text-align: left;
    padding: 2.7777777778em; }
  .ft-sitemap,
  .ft-contact {
    width: 31.4285714286%;
    margin-right: 2.8571428571%;
    float: left; }
  .ft-contact {
    padding-right: 0; }
  .ft-newsletter,
  .ft-social {
    width: 31.4285714286%;
    margin-right: 0;
    float: right;
    text-align: right; }
  .ft-newsletter {
    padding-right: 1.6666666667em; }
  .ft-contact {
    text-align: center; }
  .latest-myhome {
    width: 48.5714285714%;
    margin-right: 0;
    float: right;
    height: 340px; }
  .latest-mygarden {
    width: 48.5714285714%;
    margin-right: 2.8571428571%;
    float: left;
    height: 38.8888888889em; }
  .home-intro .block__content > p {
    margin: 1.6666666667em 0;
    width: 100%; }
  .block-newsletter {
    height: 340px;
    width: 48.5714285714%;
    margin-right: 0;
    float: right;
    padding: 2.7777777778em 2.7777777778em; }
    .block-newsletter p.title {
      text-align: center;
      font-size: 1.6666666667em; }
      .block-newsletter p.title:after {
        width: 40%;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%); }
    .block-newsletter form.webform-client-form div.email {
      width: 100%;
      float: left;
      text-align: center; }
      .block-newsletter form.webform-client-form div.email input[type="email"] {
        height: 50px; }
    .block-newsletter form.webform-client-form div.form-actions {
      width: 100%;
      float: right; }
      .block-newsletter form.webform-client-form div.form-actions input[type="submit"] {
        width: 100%;
        height: 50px; }
  .cta-naturen {
    height: 340px; }
    .cta-naturen p.title {
      font-size: 2.2222222222em; }
  .categories__overview .category__item {
    height: 250px;
    width: 48.5714285714%;
    margin-right: 2.8571428571%;
    float: left; }
    .categories__overview .category__item.even {
      margin-right: 0;
      float: right; }
  .categories__overview .categories__overview-column .category__item {
    height: 250px;
    width: 48.5714285714%;
    margin-right: 2.8571428571%;
    float: left; }
    .categories__overview .categories__overview-column .category__item.even {
      margin-right: 0;
      float: right;
      clear: right; }
    .categories__overview .categories__overview-column .category__item.cta__sellingpoints a {
      height: 250px; }
    .categories__overview .categories__overview-column .category__item.cta__diagnosis {
      margin-right: 0;
      float: right;
      clear: right; }
      .categories__overview .categories__overview-column .category__item.cta__diagnosis a {
        height: 250px; }
  .categories__overview .categories__overview-column.latest div.odd {
    width: 100%;
    float: left; }
  #content-top-full .actions__overview {
    padding: 2.7777777778em; }
    #content-top-full .actions__overview ul li article .actions__image {
      width: 48.5714285714%;
      margin-right: 2.8571428571%;
      float: left;
      padding-top: 2.7777777778em;
      padding-left: 0.8333333333em; }
      #content-top-full .actions__overview ul li article .actions__image img {
        border: 10px solid #FFFFFF;
        -ms-transform: rotate(4deg);
        -webkit-transform: rotate(4deg);
        transform: rotate(4deg);
        -webkit-box-shadow: 20px 20px 30px 0px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 20px 20px 30px 0px rgba(0, 0, 0, 0.25);
        box-shadow: 20px 20px 30px 0px rgba(0, 0, 0, 0.25); }
    #content-top-full .actions__overview ul li article .actions__content {
      width: 42.8571428571%;
      margin-right: 0;
      float: right;
      text-align: left; }
      #content-top-full .actions__overview ul li article .actions__content h3:after, #content-top-full .actions__overview ul li article .actions__content p.title:after {
        left: 0;
        transform: none; }
    #content-top-full .actions__overview ul li.even article .actions__image {
      width: 48.5714285714%;
      margin-right: 0;
      float: right; }
      #content-top-full .actions__overview ul li.even article .actions__image img {
        -ms-transform: rotate(-4deg);
        -webkit-transform: rotate(-4deg);
        transform: rotate(-4deg); }
    #content-top-full .actions__overview ul li.even article .actions__content {
      float: left; }
  #content article .two-columns .col1-2, #content article .two-columns .col2-2 {
    width: 48.5714285714%;
    margin-right: 2.8571428571%;
    float: left; }
  #content article .two-columns .col2-2 {
    margin-right: 0;
    float: right; }
  .cta__image .block__content {
    height: 300px; }
  #content .overview__news article.odd {
    width: 48.5714285714%;
    margin-right: 2.8571428571%;
    float: left; }
  #content .overview__news article.even {
    width: 48.5714285714%;
    margin-right: 0;
    float: right; }
  ul.taxonomy-content li.odd {
    width: 48.5714285714%;
    margin-right: 2.8571428571%;
    float: left; }
  ul.taxonomy-content li.even {
    width: 48.5714285714%;
    margin-right: 0;
    float: right; }
  ul.taxonomy-content li a.btn--more {
    width: 100%;
    text-align: center; }
  .cta-overview li {
    width: 48.5714285714%;
    margin-right: 2.8571428571%;
    float: left; }
    .cta-overview li.even {
      margin-right: 0;
      float: right; }
    .cta-overview li .cta__sellingpoints,
    .cta-overview li .cta__diagnosis {
      width: 100%;
      float: left; }
  .cta__collection .cta__sellingpoints, .cta__collection .cta__diagnosis {
    width: 48.5714285714%;
    margin-right: 2.8571428571%;
    float: left; }
  .cta__collection .cta__diagnosis {
    margin-right: 0;
    float: right; }
  #content .blog__related-products {
    width: 48.5714285714%;
    margin-right: 2.8571428571%;
    float: left; }
    #content .blog__related-products p.title {
      text-align: left;
      margin: 0.5555555556em; }
    #content .blog__related-products article {
      height: 140px; }
      #content .blog__related-products article .products__image {
        width: 31.4285714286%;
        margin-right: 2.8571428571%;
        float: left;
        text-align: left;
        border-right: 1px solid #CCCCCC;
        min-height: auto; }
      #content .blog__related-products article .products__content {
        width: 54.2857142857%;
        margin-right: 0;
        float: right;
        position: relative; }
        #content .blog__related-products article .products__content h3, #content .blog__related-products article .products__content p.title {
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          text-align: left;
          font-size: 0.8888888889em; }
  .blog__related-items, .blog__related {
    width: 48.5714285714%;
    margin-right: 0;
    float: right; }
    .blog__related-items p.title, .blog__related p.title {
      text-align: left;
      margin: 0.5555555556em; }
    .blog__related-items article, .blog__related article {
      height: 140px;
      overflow: hidden; }
  #content article.is-promo .product__image {
    width: 20%;
    margin-right: 2.8571428571%;
    float: left; }
  #content article.is-promo .products__content {
    width: 77.1428571429%;
    margin-right: 0;
    float: right; }
  #content article .product__image {
    width: 37.1428571429%;
    margin-right: 2.8571428571%;
    float: left;
    background: #FFFFFF;
    text-align: center;
    padding: 1.1111111111em 0;
    margin-top: 1.1111111111em; }
  #content article .products__content {
    width: 60%;
    margin-right: 0;
    float: right; }
    #content article .products__content h1 {
      margin-top: 0; }
    #content article .products__content .file {
      float: left;
      width: 100%;
      background: url("../img/icon_download.png") no-repeat center left;
      padding-left: 1.3888888889em; }
      #content article .products__content .file a {
        color: #000000; }
        #content article .products__content .file a:hover {
          text-decoration: none; }
  #content article .product__body {
    float: left;
    width: 100%;
    margin: 1.3888888889em 0; }
    #content article .product__body .product__packages .table-field__head {
      background: none;
      color: #000000; }
      #content article .product__body .product__packages .table-field__head .table-field__cell:last-child {
        text-align: right; }
    #content article .product__body .product__packages .table-field {
      margin: 0; }
    #content article .product__body .product__packages .table-field__body .table-field__row {
      background: none; }
      #content article .product__body .product__packages .table-field__body .table-field__row .table-field__cell {
        border-top: 2px solid #92083a;
        border-bottom: 2px solid #92083a; }
        #content article .product__body .product__packages .table-field__body .table-field__row .table-field__cell.even {
          text-align: right; }
    #content article .product__body .product__table .table-field__row {
      background: none; }
      #content article .product__body .product__table .table-field__row .table-field__cell {
        border-bottom: 1px solid #d1d1d1; }
        #content article .product__body .product__table .table-field__row .table-field__cell.even {
          text-align: right; }
      #content article .product__body .product__table .table-field__row:last-child .table-field__cell {
        border: 0; }
  .brands {
    display: block;
    float: left;
    width: 100%;
    padding: 2rem 0;
    background: #FFFFFF; }
    .brands .title {
      overflow: hidden;
      margin: 0.8333333333em auto;
      text-align: center;
      font-weight: 700;
      color: #92083a;
      font-family: "Amatic SC", cursive;
      font-size: 1.6666666667em;
      letter-spacing: 0.0833333333em;
      display: table;
      white-space: nowrap;
      max-width: 1180px; }
      .brands .title:before, .brands .title:after {
        border-top: 1px solid #7ea6a3;
        content: '';
        display: table-cell;
        position: relative;
        top: 0.85em;
        width: 45%; }
      .brands .title:before {
        right: 1.5%; }
      .brands .title:after {
        left: 1.5%; }
    .brands ul {
      list-style-type: none;
      display: table;
      width: 100%;
      margin: 0 auto; }
      .brands ul li {
        display: table-cell;
        vertical-align: middle;
        margin: 0 0.8333333333em; }
  .taxonomy-children li {
    width: 48.5714285714%;
    margin-right: 2.8571428571%;
    float: left; }
    .taxonomy-children li.even {
      margin-right: 0;
      float: right; }
    .taxonomy-children li a {
      font-size: 0.7777777778em; } }

@media screen and (min-width: 60em) {
  #slider .searchbox {
    width: 40%; }
    #slider .searchbox p {
      font-size: 3.5555555556em;
      line-height: 1em; }
  .cta__collection .cta__sellingpoints, .cta__collection .cta__diagnosis {
    width: 48.9361702128%;
    margin-right: 2.1276595745%;
    float: left; }
  .cta__collection .cta__diagnosis {
    margin-right: 0;
    float: right; }
  .ft-sitemap,
  .ft-contact {
    width: 23.4042553191%;
    margin-right: 2.1276595745%;
    float: left; }
  .ft-newsletter {
    width: 23.4042553191%;
    margin-right: 2.1276595745%;
    float: left; }
    .ft-newsletter form.webform-client-form div.email input {
      text-align: left;
      margin-bottom: 0.2777777778em;
      padding: 0 0.8333333333em; }
  .ft-social {
    width: 14.8936170213%;
    margin-right: 0;
    float: right; }
  .ft-contact, .ft-newsletter, .ft-social, .ft-sitemap, .ft-menu, .ft-theaim {
    text-align: left;
    padding: 0; }
  .latest-mygarden {
    width: 48.9361702128%;
    margin-right: 2.1276595745%;
    float: left; }
  .latest-myhome {
    width: 48.9361702128%;
    margin-right: 0;
    float: right; }
  .latest-myhome h3, .latest-myhome p.title,
  .latest-mygarden h3,
  .latest-mygarden p.title {
    font-size: 2.2222222222em; }
  .block-newsletter {
    width: 48.9361702128%;
    margin-right: 0;
    float: right; }
    .block-newsletter p.title {
      font-size: 2.2222222222em;
      text-align: left; }
      .block-newsletter p.title:after {
        transform: none;
        left: 0; }
    .block-newsletter form.webform-client-form div.email {
      width: 60%;
      float: left;
      text-align: left; }
      .block-newsletter form.webform-client-form div.email input[type="email"] {
        height: 50px;
        text-align: left;
        padding: 0 0.8333333333em; }
    .block-newsletter form.webform-client-form div.form-actions {
      width: 40%;
      float: right; }
      .block-newsletter form.webform-client-form div.form-actions input[type="submit"] {
        width: 100%;
        height: 50px; }
  .cta-naturen {
    height: 460px; }
  #content-top-full .actions__overview {
    padding: 3.8888888889em; }
  .cta__image .block__content {
    height: 350px; }
  .categories__overview .category__item.odd, .categories__overview .category__item.even, .categories__overview .category__item.cta__sellingpoints, .categories__overview .category__item.cta__diagnosis {
    height: 250px;
    width: 31.914893617%;
    margin-right: 2.1276595745%;
    float: left; }
    .categories__overview .category__item.odd:nth-child(3n), .categories__overview .category__item.even:nth-child(3n), .categories__overview .category__item.cta__sellingpoints:nth-child(3n), .categories__overview .category__item.cta__diagnosis:nth-child(3n) {
      margin-right: 0;
      float: right; }
  .categories__overview .category__item.third {
    margin-right: 0;
    float: right; }
  .categories__overview .categories__overview-column {
    width: 31.914893617%;
    margin-right: 2.1276595745%;
    float: left; }
    .categories__overview .categories__overview-column.third {
      margin-right: 0;
      float: right; }
    .categories__overview .categories__overview-column.even div.odd {
      height: 250px; }
    .categories__overview .categories__overview-column.even div.even {
      height: 250px; }
    .categories__overview .categories__overview-column.side-by-side {
      width: 100%;
      float: left; }
      .categories__overview .categories__overview-column.side-by-side .category__item.odd, .categories__overview .categories__overview-column.side-by-side .category__item.even {
        width: 48.9361702128%;
        margin-right: 2.1276595745%;
        float: left;
        height: 250px; }
        .categories__overview .categories__overview-column.side-by-side .category__item.odd.even, .categories__overview .categories__overview-column.side-by-side .category__item.even.even {
          margin-right: 0;
          float: right; }
    .categories__overview .categories__overview-column .category__item.odd, .categories__overview .categories__overview-column .category__item.even, .categories__overview .categories__overview-column .category__item.cta__sellingpoints, .categories__overview .categories__overview-column .category__item.cta__diagnosis {
      height: 250px;
      width: 100%;
      float: left; }
    .categories__overview .categories__overview-column .category__item.third {
      margin-right: 0;
      float: right; }
    .categories__overview .categories__overview-column .category__item.even {
      height: 250px; }
    .categories__overview .categories__overview-column .category__item.cta__sellingpoints a {
      height: 250px; }
    .categories__overview .categories__overview-column .category__item.cta__diagnosis {
      margin-right: 0;
      float: right; }
      .categories__overview .categories__overview-column .category__item.cta__diagnosis a {
        height: 250px; }
    .categories__overview .categories__overview-column.latest {
      width: 100%;
      float: left; }
      .categories__overview .categories__overview-column.latest div.odd, .categories__overview .categories__overview-column.latest div.even, .categories__overview .categories__overview-column.latest div.cta__sellingpoints {
        width: 31.914893617%;
        margin-right: 2.1276595745%;
        float: left;
        height: 250px;
        clear: none; }
      .categories__overview .categories__overview-column.latest div.cta__diagnosis {
        width: 31.914893617%;
        margin-right: 0;
        float: right;
        height: 250px; }
  .not-front .cta__sellingpoints.tripple, .not-front .cta__diagnosis.tripple, .not-front .cta__plantengids.tripple {
    width: 31.914893617%;
    margin-right: 2.1276595745%;
    float: left; }
    .not-front .cta__sellingpoints.tripple .block__content p, .not-front .cta__diagnosis.tripple .block__content p, .not-front .cta__plantengids.tripple .block__content p {
      font-size: 1.1111111111em; }
  .not-front .cta__plantengids.tripple {
    width: 31.914893617%;
    margin-right: 0;
    float: right; }
    .not-front .cta__plantengids.tripple .block__content {
      min-height: 145px; }
  .not-front .cta__sellingpoints.double, .not-front .cta__diagnosis.double {
    width: 48.9361702128%;
    margin-right: 2.1276595745%;
    float: left; }
    .not-front .cta__sellingpoints.double .block__content, .not-front .cta__diagnosis.double .block__content {
      font-size: 0.7222222222em; }
  .not-front .cta__diagnosis.double {
    margin-right: 0;
    float: right; }
  ul.taxonomy-content li.odd, ul.taxonomy-content li.even {
    width: 100%;
    float: left; }
  ul.taxonomy-content li .blog__image {
    width: 31.914893617%;
    margin-right: 2.1276595745%;
    float: left; }
  ul.taxonomy-content li .blog__content {
    text-align: left;
    padding: 0 0.8333333333em;
    width: 65.9574468085%;
    margin-right: 0;
    float: right; }
    ul.taxonomy-content li .blog__content p {
      margin-bottom: 0.2777777778em; }
    ul.taxonomy-content li .blog__content a.btn--more {
      text-align: left;
      padding: 0; }
    ul.taxonomy-content li .blog__content h3:after, ul.taxonomy-content li .blog__content p.title:after {
      transform: none;
      left: 0; }
  body.node-type-my-garden article, body.node-type-my-home article {
    padding: 0; }
  ul.product_categories li {
    width: 48.9361702128%;
    margin-right: 2.1276595745%;
    float: left; }
    ul.product_categories li.even {
      width: 48.9361702128%;
      margin-right: 0;
      float: right; }
  .taxonomy-children li {
    width: 31.914893617%;
    margin-right: 2.1276595745%;
    float: left;
    clear: none; }
    .taxonomy-children li.even {
      width: 31.914893617%;
      margin-right: 2.1276595745%;
      float: left; }
    .taxonomy-children li.third {
      margin-right: 0;
      float: right; }
  .search-result {
    max-width: 80%; } }

@media screen and (min-width: 75em) {
  .intro__block {
    max-width: 80%; }
  #slider .searchbox {
    width: 50%;
    max-width: 640px; }
    #slider .searchbox input {
      padding: 20px 15px; }
    #slider .searchbox input[type="submit"] {
      padding: 9px 0; }
  .latest-myhome {
    width: 49.1525423729%;
    margin-right: 0;
    float: right; }
  .latest-mygarden {
    width: 49.1525423729%;
    margin-right: 1.6949152542%;
    float: left; }
  .latest-myhome h3, .latest-myhome p.title,
  .latest-mygarden h3,
  .latest-mygarden p.title {
    font-size: 2.6666666667em; }
  .block-newsletter {
    padding: 3.8888888889em;
    width: 49.1525423729%;
    margin-right: 0;
    float: right; }
  #content-top-full .actions__overview {
    padding: 3.8888888889em 0; }
    #content-top-full .actions__overview ul li {
      margin: 2.2222222222em 0; }
  .cta__image .block__content {
    height: 500px; }
  .categories__overview {
    float: none;
    margin: 0 auto;
    width: 100%; }
  .node-type-news article {
    width: 70%;
    float: none;
    margin: 0 auto; }
    .node-type-news article img {
      min-width: 140%;
      margin-left: -20%;
      margin-top: 2.7777777778em;
      margin-bottom: 2.7777777778em; }
  #content .overview__news article.odd, #content .overview__news article.even {
    width: 100%;
    float: left; }
  #content .overview__news article .article__left,
  #content .overview__news article .blog__image {
    width: 32.2033898305%;
    margin-right: 1.6949152542%;
    float: left;
    overflow: hidden;
    margin-bottom: 0; }
    #content .overview__news article .article__left img,
    #content .overview__news article .blog__image img {
      float: left; }
  #content .overview__news article .article__right,
  #content .overview__news article .blog__content {
    width: 66.1016949153%;
    margin-right: 0;
    float: right;
    padding: 0 15px; }
    #content .overview__news article .article__right p.title,
    #content .overview__news article .article__right h3,
    #content .overview__news article .article__right p.title,
    #content .overview__news article .blog__content p.title,
    #content .overview__news article .blog__content h3,
    #content .overview__news article .blog__content p.title {
      text-align: left;
      padding-left: 0;
      padding-bottom: 0.5555555556em; }
      #content .overview__news article .article__right p.title:after,
      #content .overview__news article .article__right h3:after,
      #content .overview__news article .article__right p.title:after,
      #content .overview__news article .blog__content p.title:after,
      #content .overview__news article .blog__content h3:after,
      #content .overview__news article .blog__content p.title:after {
        transform: none;
        left: 0; }
    #content .overview__news article .article__right p,
    #content .overview__news article .blog__content p {
      padding: 0; }
    #content .overview__news article .article__right a.btn--more,
    #content .overview__news article .blog__content a.btn--more {
      text-align: left;
      padding: 0; }
  ul.product_categories li {
    height: 140px;
    width: 49.1525423729%;
    margin-right: 1.6949152542%;
    float: left; }
    ul.product_categories li .products__image {
      width: 32.2033898305%;
      margin-right: 1.6949152542%;
      float: left;
      min-height: auto;
      border-right: 1px solid #CCCCCC;
      min-height: auto; }
    ul.product_categories li .products__content {
      width: 59.3220338983%;
      margin-right: 0;
      float: right;
      text-align: left;
      position: relative; }
      ul.product_categories li .products__content h3, ul.product_categories li .products__content p.title {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        text-align: left;
        font-size: 0.8888888889em; }
  .brands ul {
    width: 60%; } }

.nav__list {
  list-style: none;
  margin: 0;
  padding: 0; }

.nav__link {
  display: block; }

header {
  display: none; }

#mobile-menu {
  float: right;
  color: #000000; }
  #mobile-menu p.title {
    padding: 0;
    line-height: 1.9444444444em;
    font-weight: 700;
    cursor: pointer;
    margin: 0;
    text-indent: -9999px;
    position: absolute;
    top: 10px;
    right: 70px; }
    #mobile-menu p.title:after {
      content: "";
      position: absolute;
      top: 0;
      right: 0.2777777778em; }
  #mobile-menu nav {
    display: none; }
  #mobile-menu .nav__list {
    padding-bottom: 0.5555555556em; }
  #mobile-menu .nav__link {
    padding: 0.3888888889em 0.2777777778em;
    line-height: 1.9444444444em;
    color: inherit; }
  #mobile-menu .nav__item.active .nav__link,
  #mobile-menu .nav__item.active-trail .nav__link,
  #mobile-menu .nav__link:hover {
    background-color: #FFFFFF;
    color: #92083a; }
  #mobile-menu .main-menu-mobile, #mobile-menu .secondary-menu-mobile {
    background: #92083a;
    color: #FFFFFF; }
  #mobile-menu .secondary-menu-mobile {
    font-size: 0.8333333333em; }

.main-menu {
  display: none; }

.secondary-menu {
  float: left;
  width: 100%;
  margin-bottom: 0.8395061728em;
  display: none;
  cursor: pointer; }

.sub-menu {
  float: left;
  width: 100%;
  margin-bottom: 0.5555555556em; }
  .sub-menu .nav__link {
    padding: 0.2777777778em 0.5555555556em;
    margin-bottom: 0.2777777778em;
    color: inherit;
    background: #EEEEEE; }
  .sub-menu .nav__item.active .nav__link,
  .sub-menu .nav__item.active-trail .nav__link,
  .sub-menu .nav__link:hover {
    background: #CCCCCC; }

.footer-menu {
  float: left;
  width: 100%;
  margin-bottom: 1.1111111111em; }
  .footer-menu .nav__list {
    text-align: center; }
  .footer-menu .nav__item {
    display: block; }
  .footer-menu .nav__link {
    color: inherit; }
  .footer-menu .nav__item.active .nav__link,
  .footer-menu .nav__item.active-trail .nav__link,
  .footer-menu .nav__link:hover {
    text-decoration: underline; }

#bottom li.nav__item {
  display: inline-block;
  margin-right: 1rem; }

#breadcrumb {
  float: left;
  width: 100%; }

.breadcrumb__title {
  display: none; }

.breadcrumb__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none; }

.breadcrumb__back,
.back__link {
  display: none;
  margin-bottom: 0.8395061728em;
  float: right;
  font-size: 0.8333333333em;
  color: #92083a; }
  .breadcrumb__back .breadcrumb__link,
  .back__link .breadcrumb__link {
    color: #92083a; }
  .breadcrumb__back .breadcrumb__text:before, .breadcrumb__back .back__text:before,
  .back__link .breadcrumb__text:before,
  .back__link .back__text:before {
    content: '←';
    margin-right: 0.4197530864em;
    text-decoration: none;
    display: inline-block; }

.back__link {
  float: left;
  margin: 1.3888888889em 0; }
  .back__link:hover {
    text-decoration: underline; }

@media screen and (min-width: 30em) {
  .sub-menu .nav__item {
    display: inline-block; }
  #mobile-menu p.title {
    top: 15px;
    right: 80px; }
  .footer-menu .nav__item {
    display: inline-block;
    margin: 0 0.2777777778em; } }

@media screen and (min-width: 48em) {
  #mobile-menu {
    display: none; }
  header {
    display: block; }
  .main-menu {
    display: block !important;
    border: none; }
    .main-menu .nav__title {
      display: none; }
    .main-menu .nav__list {
      display: table !important;
      width: 100%;
      table-layout: fixed; }
    .main-menu .nav__item {
      display: table-cell;
      text-align: center; }
      .main-menu .nav__item.active-trail a {
        border-bottom: 3px solid #92083a;
        -webkit-transition: -webkit-transform, 0.35s;
        -moz-transition: -moz-transform, 0.35s;
        transition: transform, 0.35s;
        color: #92083a; }
      .main-menu .nav__item a {
        display: inline-block;
        border-bottom: 3px solid transparent;
        -webkit-transition: -webkit-transform, 0.35s;
        -moz-transition: -moz-transform, 0.35s;
        transition: transform, 0.35s;
        color: #000000;
        line-height: 4.1875rem; }
        .main-menu .nav__item a:hover, .main-menu .nav__item a.active {
          border-bottom: 3px solid #92083a;
          -webkit-transition: -webkit-transform, 0.35s;
          -moz-transition: -moz-transform, 0.35s;
          transition: transform, 0.35s;
          color: #92083a; }
        .main-menu .nav__item a.active {
          font-weight: 600; }
      .main-menu .nav__item.first {
        background: url("../img-src/icon/home-icon.svg") no-repeat center center;
        position: relative; }
        .main-menu .nav__item.first a {
          position: relative;
          width: 100%;
          text-indent: -9999px;
          border: none !important; }
          .main-menu .nav__item.first a:hover:after, .main-menu .nav__item.first a.active:after {
            content: "";
            width: 15px;
            height: 3px;
            position: absolute;
            bottom: -3px;
            left: 50%;
            margin-left: -8px;
            background: #92083a; }
        .main-menu .nav__item.first:hover, .main-menu .nav__item.first.active {
          background: url("../img-src/icon/home-icon-active.svg") no-repeat center center; }
      .main-menu .nav__item > .active {
        border: 0; }
  .secondary-menu {
    display: block;
    float: right;
    width: auto;
    margin-bottom: 0; }
    .secondary-menu .nav__list {
      display: table;
      width: auto;
      table-layout: fixed; }
    .secondary-menu .nav__item {
      display: table-cell;
      text-align: center;
      -webkit-transition: -webkit-transform, 0.35s;
      -moz-transition: -moz-transform, 0.35s;
      transition: transform, 0.35s; }
    .secondary-menu .nav__link {
      color: #FFFFFF;
      line-height: 1.9444444444em;
      font-size: 0.7777777778em;
      padding: 1.0277777778em 0.5555555556em; }
    .secondary-menu .nav__item.active .nav__link,
    .secondary-menu .nav__item.active-trail .nav__link,
    .secondary-menu .nav__item:hover {
      background: #7ea6a3;
      -webkit-transition: -webkit-transform, 0.35s;
      -moz-transition: -moz-transform, 0.35s;
      transition: transform, 0.35s; }
  .sub-menu .nav__item {
    display: block; }
  .footer-menu {
    width: 20%;
    margin-right: 2.8571428571%;
    float: left;
    margin: 0.2777777778em 0 0; }
    .footer-menu .nav__list {
      text-align: left; }
  #breadcrumb {
    margin: 0.8395061728em 0; }
  .breadcrumb__title {
    display: inline-block; }
  .breadcrumb__list {
    display: inline-block;
    line-height: 1.9444444444em; }
  .breadcrumb__item {
    display: inline-block;
    font-size: 0.8333333333em;
    text-transform: lowercase; }
    .breadcrumb__item:after {
      content: '/';
      font-size: 0.6666666667em;
      margin: 0 0.4197530864em; }
    .breadcrumb__item.last:after {
      content: none; }
  .breadcrumb__link {
    display: inline-block;
    font-weight: 600;
    text-decoration: underline;
    color: #362d2d; }
    .breadcrumb__link:hover {
      text-decoration: none; }
  .breadcrumb__back,
  .back__link {
    display: block; } }

@media screen and (min-width: 60em) {
  .secondary-menu .nav__link {
    font-size: 0.8333333333em;
    padding: 0.8888888889em 1.1111111111em; } }

@media screen and (min-width: 75em) {
  .secondary-menu .nav__link {
    padding: 0.8888888889em 1.6666666667em; }
  .main-menu .nav__list {
    width: 75%;
    margin: 0 auto; } }

.seo-filter {
  float: left;
  width: 100%;
  margin: 1.1111111111em 0;
  padding: 0 0.2777777778em; }

.seo-filter-tag__link {
  display: none; }

.seo-filter__title, .seo-filter .nav__title {
  margin-bottom: 0.3333333333em;
  padding-bottom: 0.3333333333em;
  font-weight: 700;
  font-family: "Amatic SC", cursive;
  font-size: 1.6666666667em;
  color: #92083a;
  position: relative; }
  .seo-filter__title:after, .seo-filter .nav__title:after {
    content: '';
    border-bottom: 2px solid #92083a;
    width: 70px;
    position: absolute;
    bottom: 0;
    left: 0; }

.seo-filter--toggle .seo-filter__content {
  padding-bottom: 0.5555555556em; }

.seo-filter.open .seo-filter__title {
  color: #92083a; }
  .seo-filter.open .seo-filter__title:after {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg); }

.ui-widget {
  font-size: 1.125em; }

.seo-filter__range-slider {
  display: none;
  margin-top: 0.8333333333em;
  height: 0.6666666667em;
  border: 1px solid #92083a;
  border-radius: 0;
  background: #92083a;
  box-shadow: inset 0 0.1111111111em 0.3333333333em #92083a; }
  .seo-filter__range-slider .ui-widget-header {
    background: #92083a; }
  .seo-filter__range-slider .ui-slider-handle {
    width: 1.1111111111em;
    height: 1.1111111111em;
    border: none;
    border-radius: 100%;
    background: green;
    cursor: pointer; }

.seo-filter__range-form {
  margin-top: 0.3888888889em; }
  .seo-filter__range-form input[type="text"] {
    width: 39%;
    margin: 0 0.2777777778em 0 0;
    height: 1.9444444444em;
    line-height: 1.9444444444em;
    background: #FFFFFF; }
  .seo-filter__range-form input[type="submit"] {
    float: left;
    width: 17%;
    height: 1.9444444444em;
    margin: 0;
    padding: 0;
    text-indent: -9999px; }

.seo-filter__list {
  list-style: none;
  margin: 0;
  padding: 0; }
  .seo-filter__list .seo-filter__list {
    padding-left: 1.1111111111em; }

.seo-filter__link, .seo-filter .nav__list .nav__item {
  position: relative;
  padding-left: 1.1111111111em;
  color: #000000;
  text-decoration: none;
  color: #000000; }
  .seo-filter__link a, .seo-filter .nav__list .nav__item a {
    color: #000000; }
  .seo-filter__link a:before, .seo-filter .nav__list .nav__item a:before {
    content: "";
    position: absolute;
    top: 0.5555555556em;
    left: 0;
    width: 0.6666666667em;
    height: 0.6666666667em;
    border: 2px solid #000000;
    background: #FFFFFF; }

.seo-filter .nav__list .nav__list {
  display: none; }
  .seo-filter .nav__list .nav__list a {
    font-size: 0.8333333333em;
    color: #777; }
    .seo-filter .nav__list .nav__list a:before, .seo-filter .nav__list .nav__list a:after {
      content: none; }
  .seo-filter .nav__list .nav__list .nav__item {
    padding-left: 0.3333333333em; }
    .seo-filter .nav__list .nav__list .nav__item.active-trail a {
      color: #92083a; }
    .seo-filter .nav__list .nav__list .nav__item.active-trail:after {
      content: none; }

.seo-filter .nav__list .active-trail .nav__list {
  display: block; }

.seo-filter__link--active:after, .seo-filter .nav__list .nav__item.active-trail:after {
  content: "";
  position: absolute;
  top: 0.6666666667em;
  left: 0.1111111111em;
  width: 0.4444444444em;
  height: 0.4444444444em;
  background: #92083a; }

.seo-filter__toggle {
  font-size: 0.8888888889em;
  line-height: 1.8888888889em;
  font-weight: 400;
  text-transform: lowercase;
  text-decoration: underline;
  cursor: pointer; }

.seo-filter-show-results {
  float: left;
  width: 100%;
  text-align: center;
  cursor: pointer; }

.filter-toggle {
  width: 41.3333333333%;
  margin-right: 6.6666666667%;
  float: left;
  margin-bottom: 0.5555555556em; }
  .filter-toggle p.title {
    position: relative;
    background: green;
    margin-bottom: 0;
    font-size: 1em;
    line-height: 1.8888888889em;
    line-height: 1.9444444444em;
    font-style: italic;
    font-weight: 800;
    cursor: pointer;
    color: #FFFFFF; }
    .filter-toggle p.title:before, .filter-toggle p.title:after {
      content: "";
      position: absolute;
      top: 50%;
      right: 1em;
      margin-top: -0.3333333333em;
      border-top: 0.3333333333em solid transparent;
      border-bottom: 0.3333333333em solid transparent;
      border-left: 0.3333333333em solid #FFFFFF; }
    .filter-toggle p.title:after {
      border-left-color: green;
      right: 1.1111111111em; }

.seo-filter-tags {
  float: left;
  margin-bottom: 0.5555555556em; }

.seo-filter-sort {
  float: left;
  width: 100%;
  margin-bottom: 0.5555555556em; }

.seo-filter-sort__label {
  float: left;
  margin-right: 0.5555555556em;
  line-height: 1.9444444444em;
  font-weight: 800; }

.seo-filter-sort__inner {
  float: left;
  position: relative;
  width: 10.1111111111em;
  border: 1px solid red;
  cursor: pointer; }
  .seo-filter-sort__inner p.title {
    position: relative;
    margin: 0;
    padding: 0 0.6666666667em;
    line-height: 1.9444444444em; }
    .seo-filter-sort__inner p.title:after {
      content: "";
      position: absolute;
      top: 50%;
      right: 0.6666666667em;
      width: 0;
      height: 0;
      margin-top: -0.1666666667em;
      border-right: 0.25em solid transparent;
      border-top: 0.3333333333em solid #000000;
      border-left: 0.25em solid transparent; }
  .seo-filter-sort__inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    display: none;
    top: 2em;
    right: -0.0555555556em;
    left: -0.0555555556em;
    background: #CCCCCC;
    border-left: 1px solid red;
    border-bottom: 1px solid red;
    border-right: 1px solid red; }
    .seo-filter-sort__inner ul a {
      display: block;
      padding: 0 0.6666666667em;
      line-height: 1.9444444444em;
      color: #000000;
      text-decoration: none;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .seo-filter-sort__inner ul a:hover, .seo-filter-sort__inner ul a.active-sort {
        background: #000000;
        color: #FFFFFF; }

.seo-filter__loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.seo-filter__throbber {
  position: absolute;
  top: 50%;
  left: 50%;
  padding-top: 3.3333333333em;
  font-weight: 700;
  text-align: center;
  color: white;
  background: url(../img/filter-loading.gif) no-repeat 50% 0 transparent;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

@media screen and (min-width: 48em) {
  .seo-filter {
    padding: 0;
    margin-bottom: 1.6666666667em; }
  .seo-filter__title {
    margin-bottom: 0.4444444444em;
    padding-bottom: 0.4444444444em;
    border-color: red; }
  .seo-filter--toggle .seo-filter__content {
    display: block !important;
    padding: 0; }
  .seo-filter__range-slider {
    display: block;
    margin-top: 2.2222222222em; }
  .seo-filter__range-form {
    margin: 1.3888888889em 0 0.5555555556em; }
  .seo-filter-show-results {
    display: none; }
  .filter-toggle {
    display: none; } }

/* Mobile display */
@media (max-width: 767px) {
  .seo-filter {
    margin-bottom: 0; }
    .seo-filter .nav__list,
    .seo-filter .js-seo-filter-content {
      display: none; }
    .seo-filter .nav__title,
    .seo-filter .js-seo-filter-title {
      font-size: 24px;
      padding: 0;
      margin: 0; }
      .seo-filter .nav__title:before,
      .seo-filter .js-seo-filter-title:before {
        content: '';
        display: inline-block;
        position: relative;
        top: -2px;
        width: 0;
        height: 0;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 12px solid #92083a;
        margin-right: 12px; }
      .seo-filter .nav__title:after,
      .seo-filter .js-seo-filter-title:after {
        content: none; }
      .seo-filter .nav__title.active:before,
      .seo-filter .js-seo-filter-title.active:before {
        transform: rotate(90deg); }
      .seo-filter .nav__title.active ~ .nav__list,
      .seo-filter .nav__title.active ~ .js-seo-filter-content,
      .seo-filter .js-seo-filter-title.active ~ .nav__list,
      .seo-filter .js-seo-filter-title.active ~ .js-seo-filter-content {
        display: block; } }

@media print {
  * {
    max-width: 100% !important; }
  html {
    width: 100%; }
  h1 {
    font-size: 30pt !important; }
  h2 {
    font-size: 24pt !important; }
  h1, h2 {
    color: #000;
    background: none;
    width: 100% !important;
    display: block; }
  h2, h3, p.title {
    page-break-after: avoid; }
  .contextual-links-wrapper,
  .tabs,
  .language,
  .wrapper > header nav,
  .wrapper > footer,
  #admin-menu,
  #slider,
  #sidebar-right,
  #sidebar-left,
  .home-intro,
  .latest-mygarden,
  .latest-myhome,
  .block-newsletter,
  .cta-naturen,
  .cta__diagnosis,
  .cta__plantengids,
  .actions__overview,
  .cta__sellingpoints,
  .categories__overview,
  .overview__news--teaser,
  .cta_image,
  .cta_faq,
  #footer,
  #content-bottom-full,
  .brands,
  #bottom,
  #mobile-menu {
    display: none; }
  body,
  article {
    width: 100%;
    margin: 0;
    padding: 0; }
  article {
    page-break-before: always; }
  ul,
  img,
  li {
    page-break-inside: avoid; }
  @page {
    margin: 2cm; }
  a {
    font-weight: bolder;
    text-decoration: none; }
  a[href^=http]:after {
    content: " <" attr(href) "> ";
    font-size: 10pt; }
  a[href^="#"]:after {
    content: ""; }
  a:after > img {
    content: ""; }
  a:not(:local-link):after {
    content: " <" attr(href) "> ";
    font-size: 10pt; }
  #logo {
    margin: 0;
    float: left; }
  #content {
    width: 100%;
    float: left; } }

@media print and (color) {
  * {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact; } }

.online-verkooppunten {
  clear: both;
  background: #fff;
  border-top: 10px solid #92083a;
  padding: 15px; }
  .online-verkooppunten:after {
    content: ' ';
    display: table;
    clear: both; }
  .online-verkooppunten .node-online-verkooppunt {
    float: left;
    width: 50%;
    padding: 15px;
    text-align: center; }
    .online-verkooppunten .node-online-verkooppunt a {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 10px;
      height: 120px; }
    .online-verkooppunten .node-online-verkooppunt img {
      max-height: 80px; }
    @media screen and (min-width: 30em) {
      .online-verkooppunten .node-online-verkooppunt {
        width: 33.333333%; } }
    @media screen and (min-width: 48em) {
      .online-verkooppunten .node-online-verkooppunt {
        width: 25%; } }
    @media screen and (min-width: 60em) {
      .online-verkooppunten .node-online-verkooppunt {
        width: 20%; } }

.locations__overview + div .title {
  font-size: 2.2222222222em;
  margin: 0 0 0.5555555556em 0;
  position: relative;
  padding-bottom: 0.2777777778em;
  color: #92083a;
  font-family: "Amatic SC", cursive;
  font-weight: bold; }
  .locations__overview + div .title:after {
    content: '';
    border-bottom: 2px solid #92083a;
    width: 70px;
    position: absolute;
    bottom: 0;
    left: 0; }

.promotie-banner {
  clear: both;
  width: 100vw;
  height: 32.5vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  background: url(../img/herbatak-nl.jpg) no-repeat center center/cover;
  text-align: center; }
  .promotie-banner div {
    height: 100%; }
  .promotie-banner p {
    text-align: center;
    display: block;
    width: 100%;
    height: 100%;
    max-width: 1200px;
    padding: 0 10px;
    margin: 0 auto; }
  .promotie-banner a {
    background: #92083a;
    color: #FFFFFF;
    text-transform: uppercase;
    outline: 0;
    border: 0;
    padding: 0.4444444444em 0.2777777778em;
    font-size: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px; }
    @media screen and (min-width: 30em) {
      .promotie-banner a {
        padding: 0.6666666667em 1.1111111111em;
        font-size: 16px; } }
  html[lang="fr"] .promotie-banner {
    background-image: url(../img/herbatak-fr.jpg); }

.front #slider .searchbox {
  position: relative !important;
  left: 0;
  top: 0;
  margin: 50px auto 0;
  transform: none; }
  .front #slider .searchbox .title {
    color: #222; }

.front .header-image {
  display: none; }

@media only screen and (max-width: 767px) {
  .seo-filter {
    width: auto; }
  .cta__diagnosis {
    background: transparent;
    float: right;
    width: auto; }
    .cta__diagnosis > a {
      padding-right: 0; }
    .cta__diagnosis .block__content p {
      border-color: #7ea6a3;
      color: #7ea6a3;
      margin: 0;
      padding: 12px 8px; }
  .product__image {
    width: 50%;
    float: left;
    margin-right: 15px;
    max-width: 200px; }
  #content article h1 {
    font-size: 32px; }
  .more {
    display: none; } }

/*# sourceMappingURL=style.css.map */