/*
 *  Copyright 2020 Adobe
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */
.cmp-pdfviewer__content {
  height: 500px;
}
.pdfviewer:not(.cq-Editable-dom) .cmp-pdfviewer__full-window-borderless {
  height: 100vh;
  position: fixed;
  width: 100vw;
  top: 0;
  left: 0;
  z-index: 9999;
}
.pdfviewer.cq-Editable-dom .cmp-pdfviewer__full-window-borderless {
  height: 500px;
}

@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
  -webkit-padding-start: 0px;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  margin: .67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('basf/css/fonts/glyphicons-halflings-regular.eot');
  src: url('basf/css/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('basf/css/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('basf/css/fonts/glyphicons-halflings-regular.woff') format('woff'), url('basf/css/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('basf/css/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Roboto regular', Arial;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: 'Roboto regular', Arial;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: 'Roboto regular', Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  line-break: auto;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after,
.cs_search-component div[data-cmp-list-filter] .level1 > ul:before,
.cs_search-component div[data-cmp-list-filter] .level1 > ul:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after,
.cs_search-component div[data-cmp-list-filter] .level1 > ul:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*# sourceMappingURL=bootstrap.css.map */
/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */
.tooltipster-default {
  border-radius: 5px;
  border: 2px solid #000;
  background: #4c4c4c;
  color: #fff;
}
/* Use this next selector to style things like font-size and line-height: */
.tooltipster-default .tooltipster-content {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
  padding: 8px 10px;
  overflow: hidden;
}
/* This next selector defines the color of the border on the outside of the arrow. This will automatically match the color and size of the border set on the main tooltip styles. Set display: none; if you would like a border around the tooltip but no border around the arrow */
.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
  /* border-color: ... !important; */
}
/* If you're using the icon option, use this next selector to style them */
.tooltipster-icon {
  cursor: help;
  margin-left: 4px;
}
/* This is the base styling required to make all Tooltipsters work */
.tooltipster-base {
  padding: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999999;
  pointer-events: none;
  width: auto;
  overflow: visible;
}
.tooltipster-base .tooltipster-content {
  overflow: hidden;
}
/* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */
.tooltipster-arrow {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.tooltipster-arrow span,
.tooltipster-arrow-border {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
}
.tooltipster-arrow-top span,
.tooltipster-arrow-top-right span,
.tooltipster-arrow-top-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-top: 8px solid;
  bottom: -7px;
}
.tooltipster-arrow-top .tooltipster-arrow-border,
.tooltipster-arrow-top-right .tooltipster-arrow-border,
.tooltipster-arrow-top-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-top: 9px solid;
  bottom: -7px;
}
.tooltipster-arrow-bottom span,
.tooltipster-arrow-bottom-right span,
.tooltipster-arrow-bottom-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-bottom: 8px solid;
  top: -7px;
}
.tooltipster-arrow-bottom .tooltipster-arrow-border,
.tooltipster-arrow-bottom-right .tooltipster-arrow-border,
.tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-bottom: 9px solid;
  top: -7px;
}
.tooltipster-arrow-top span,
.tooltipster-arrow-top .tooltipster-arrow-border,
.tooltipster-arrow-bottom span,
.tooltipster-arrow-bottom .tooltipster-arrow-border {
  left: 0;
  right: 0;
  margin: 0 auto;
}
.tooltipster-arrow-top-left span,
.tooltipster-arrow-bottom-left span {
  left: 6px;
}
.tooltipster-arrow-top-left .tooltipster-arrow-border,
.tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  left: 5px;
}
.tooltipster-arrow-top-right span,
.tooltipster-arrow-bottom-right span {
  right: 6px;
}
.tooltipster-arrow-top-right .tooltipster-arrow-border,
.tooltipster-arrow-bottom-right .tooltipster-arrow-border {
  right: 5px;
}
.tooltipster-arrow-left span,
.tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-left: 8px solid;
  top: 50%;
  margin-top: -7px;
  right: -7px;
}
.tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-left: 9px solid;
  margin-top: -8px;
}
.tooltipster-arrow-right span,
.tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-right: 8px solid;
  top: 50%;
  margin-top: -7px;
  left: -7px;
}
.tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-right: 9px solid;
  margin-top: -8px;
}
/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */
.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
}
.tooltipster-fade-show {
  opacity: 1;
}
.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-backface-visibility: hidden;
}
.tooltipster-grow-show {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -moz-transform: rotateZ(4deg);
  -o-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
}
.tooltipster-swing-show {
  opacity: 1;
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}
.tooltipster-fall {
  top: 0;
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  top: 0px !important;
  opacity: 0;
}
.tooltipster-slide {
  left: -40px;
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  -ms-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  left: 0px !important;
  opacity: 0;
}
/* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */
.tooltipster-content-changing {
  opacity: 0.5;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
/*
 * @version v4.0
 * @date 2-21-2017
 * @timestamp 12:8:49
 */
html.modal-open body {
  overflow: hidden;
  position: relative;
}
#cboxOverlay {
  background-color: rgba(0, 0, 0, 0.8) !important;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 960;
}
#cboxOverlay:after {
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  width: 21px;
  height: 21px;
  z-index: 1;
  content: '\f00d';
  font-family: FontAwesome;
  font-size: 1.5rem;
  line-height: 0.7;
  padding: 12px;
  box-sizing: content-box;
}
@media (min-width: 768px) {
  #cboxOverlay:after {
    font-size: 1.3rem;
  }
}
#cboxOverlay:hover:after {
  background-position: bottom center;
}
#colorbox {
  outline: 0;
  z-index: 999;
  /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
  /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
}
#colorbox .cboxIframe {
  background: transparent;
  width: 100%;
  height: 100%;
}
#colorbox #cboxError {
  padding: 50px;
}
#colorbox #cboxLoadedContent {
  border: 0;
}
#colorbox #cboxTitle {
  position: absolute;
  top: -20px;
  left: 0;
}
#colorbox #cboxCurrent {
  position: absolute;
  top: -20px;
  right: 0;
}
#colorbox #cboxClose,
#colorbox #cboxNext,
#colorbox #cboxPrevious,
#colorbox #cboxSlideshow {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
  cursor: pointer;
}
#colorbox #cboxClose:active,
#colorbox #cboxNext:active,
#colorbox #cboxPrevious:active,
#colorbox #cboxSlideshow:active {
  outline: 0;
}
#colorbox #cboxSlideshow {
  position: absolute;
  top: -20px;
  right: 90px;
}
#colorbox #cboxPrevious {
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -32px;
  width: 28px;
  height: 65px;
  text-indent: -9999px;
}
#colorbox #cboxPrevious:hover {
  background-position: bottom left;
}
#colorbox #cboxNext {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -32px;
  width: 28px;
  height: 65px;
  text-indent: -9999px;
}
#colorbox #cboxNext:hover {
  background-position: bottom right;
}
#colorbox #cboxClose {
  position: fixed;
  top: 0px;
  right: 0px;
  display: block;
  width: 45px;
  height: 45px;
  text-indent: -9999px;
}
#colorbox #cboxClose:after {
  content: '\f00d';
  font-family: FontAwesome;
  font-size: 1.5rem;
  position: absolute;
  top: 6px;
  left: 9px;
  width: 30px;
  height: 30px;
  text-indent: 0;
}
@media (min-width: 768px) {
  #colorbox #cboxClose:after {
    font-size: 1.3rem;
  }
}
#colorbox #colorbox.ajax #cboxClose {
  top: 0.5em;
  right: 0.5em;
}
@media (min-width: 768px) {
  #colorbox #colorbox.ajax #cboxClose {
    top: 1.5em;
    right: 1.5em;
  }
}
#colorbox #cboxClose:hover {
  background-position: bottom center;
}
#colorbox .modal-content {
  padding: 40px;
  border-radius: 0;
  border: 0;
}
#colorbox a {
  cursor: pointer;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #ffffff url('basf/css/libs/ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Icons */
}
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('basf/css/libs/fonts/slick.eot');
  src: url('basf/css/libs/fonts/slick.eot?#iefix') format('embedded-opentype'), url('basf/css/libs/fonts/slick.woff') format('woff'), url('basf/css/libs/fonts/slick.ttf') format('truetype'), url('basf/css/libs/fonts/slick.svg#slick') format('svg');
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000000;
  opacity: 0.75;
}
.slinky-menu {
  overflow: hidden;
  transform: translateZ(0);
}
.slinky-menu > ul {
  left: 0;
  position: relative;
  transform: translateZ(0);
}
.slinky-menu ul,
.slinky-menu li {
  list-style: none;
  margin: 0;
}
.slinky-menu ul {
  width: 100%;
}
.slinky-menu a {
  align-items: center;
  display: flex;
}
.slinky-menu a span {
  flex: 1;
  line-height: 1.4;
}
.slinky-menu li ul {
  display: none;
  left: 100%;
  position: absolute;
  top: 0;
}
.slinky-menu .header {
  display: flex;
}
.slinky-menu .header .title {
  flex: 1;
  line-height: 1.4;
  margin: 0;
  order: 1;
}
.slinky-theme-default {
  background: #f6f7f8;
}
.slinky-theme-default .title {
  color: #333;
  padding: 1em;
}
.slinky-theme-default li {
  line-height: 1;
}
.slinky-theme-default a:not(.back) {
  color: #333;
  padding: 1em;
}
.slinky-theme-default a:not(.back):hover {
  background: rgba(90, 200, 250, 0.25);
}
.slinky-theme-default a:not(.back):active {
  background: rgba(90, 200, 250, 0.5);
}
.slinky-theme-default .next::after,
.slinky-theme-default .back::before {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+ICAgIDxwYXRoIGQ9Ik0xMi4yMTkgMi4yODFMMTAuNzggMy43MiAxOC4wNjIgMTFIMnYyaDE2LjA2M2wtNy4yODIgNy4yODEgMS40MzggMS40MzggOS05IC42ODctLjcxOS0uNjg3LS43MTl6IiAvPjwvc3ZnPg==) center no-repeat;
  background-size: 1em;
  content: '';
  height: 1em;
  opacity: 0.25;
  transition: 200ms;
  width: 1em;
}
.slinky-theme-default .next::after {
  margin-left: 1em;
}
.slinky-theme-default .back::before {
  padding: 1em;
  transform: scaleX(-1);
}
.slinky-theme-default .next:hover::after,
.slinky-theme-default .back:hover::before {
  opacity: 0.75;
}
.slinky-theme-default .next:active::after,
.slinky-theme-default .back:active::before {
  opacity: 1;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url('basf/css/fonts/font-awesome/font-files/fontawesome-webfont.eot?v=4.7.0');
  src: url('basf/css/fonts/font-awesome/font-files/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('basf/css/fonts/font-awesome/font-files/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('basf/css/fonts/font-awesome/font-files/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('basf/css/fonts/font-awesome/font-files/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('basf/css/fonts/font-awesome/font-files/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
@font-face {
  font-family: "BASFIconFont";
  font-style: normal;
  font-weight: normal;
  src: url("basf/css/fonts/resources/111541749-BASF_Iconfont.eot?#iefix") format("embedded-opentype"), url("basf/css/fonts/resources/111541749-BASF_Iconfont.woff") format("woff"), url("basf/css/fonts/resources/111541749-BASF_Iconfont.ttf") format("truetype"), url("basf/css/fonts/resources/111541749-BASF_Iconfont.svg#BASFIconFont") format("svg");
}
@font-face {
  font-family: "BASFIconFontNewStyle";
  font-style: normal;
  font-weight: normal;
  src: url("basf/css/fonts/resources/BASF_Icons.eot?#iefix") format("embedded-opentype"), url("basf/css/fonts/resources/BASF_Icons.woff") format("woff"), url("basf/css/fonts/resources/BASF_Icons.ttf") format("truetype"), url("basf/css/fonts/resources/BASF_Icons.svg#BASFIconFontNewStyle") format("svg");
}
@font-face {
  font-family: "BASFIconFontNewStyle";
  src: url("basf/css/fonts/resources/icomoon.eot?74eee8");
  src: url("basf/css/fonts/resources/icomoon.eot?74eee8#iefix") format("embedded-opentype"), url("basf/css/fonts/resources/icomoon.ttf?74eee8") format("truetype"), url("basf/css/fonts/resources/icomoon.woff?74eee8") format("woff"), url("basf/css/fonts/resources/icomoon.svg?74eee8#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Roboto regular";
  font-style: normal;
  font-weight: normal;
  src: url("basf/css/fonts/resources/roboto-v27-latin-regular.eot") format("embedded-opentype"), url("basf/css/fonts/resources/roboto-v27-latin-regular.ttf") format("truetype"), url("basf/css/fonts/resources/roboto-v27-latin-regular.woff") format("woff"), url("basf/css/fonts/resources/roboto-v27-latin-regular.woff2") format("woff2");
}
@font-face {
  font-family: "Roboto heavy";
  font-style: normal;
  font-weight: normal;
  src: url("basf/css/fonts/resources/roboto-v27-latin-900.eot") format("embedded-opentype"), url("basf/css/fonts/resources/roboto-v27-latin-900.ttf") format("truetype"), url("basf/css/fonts/resources/roboto-v27-latin-900.woff") format("woff"), url("basf/css/fonts/resources/roboto-v27-latin-900.woff2") format("woff2");
}
@font-face {
  font-family: "Roboto medium";
  font-style: normal;
  font-weight: normal;
  src: url("basf/css/fonts/resources/roboto-v27-latin-500.eot") format("embedded-opentype"), url("basf/css/fonts/resources/roboto-v27-latin-500.ttf") format("truetype"), url("basf/css/fonts/resources/roboto-v27-latin-500.woff") format("woff"), url("basf/css/fonts/resources/roboto-v27-latin-500.woff2") format("woff2");
}
@font-face {
  font-family: "Roboto light";
  font-style: normal;
  font-weight: normal;
  src: url("basf/css/fonts/resources/roboto-v27-latin-100.eot") format("embedded-opentype"), url("basf/css/fonts/resources/roboto-v27-latin-100.ttf") format("truetype"), url("basf/css/fonts/resources/roboto-v27-latin-100.woff") format("woff"), url("basf/css/fonts/resources/roboto-v27-latin-100.woff2") format("woff2");
}
@font-face {
  font-family: "Roboto bold";
  font-style: normal;
  font-weight: normal;
  src: url("basf/css/fonts/resources/roboto-v27-latin-700.eot") format("embedded-opentype"), url("basf/css/fonts/resources/roboto-v27-latin-700.ttf") format("truetype"), url("basf/css/fonts/resources/roboto-v27-latin-700.woff") format("woff"), url("basf/css/fonts/resources/roboto-v27-latin-700.woff2") format("woff2");
}
@font-face {
  font-family: "Roboto condensed";
  font-style: normal;
  font-weight: normal;
  src: url("basf/css/fonts/resources/roboto-v27-latin-300.eot") format("embedded-opentype"), url("basf/css/fonts/resources/roboto-v27-latin-300.ttf") format("truetype"), url("basf/css/fonts/resources/roboto-v27-latin-300.woff") format("woff"), url("basf/css/fonts/resources/roboto-v27-latin-300.woff2") format("woff2");
}
body {
  font-family: 'Roboto regular', Arial;
  color: #333;
  font-size: .875rem;
  line-height: 1.5625rem;
}
.nav > li > a {
  padding: 0;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  border: 0;
  background-color: transparent;
}
@media screen and (min-width: 768px) {
  .row {
    display: flex;
    flex-flow: row;
    flex: 1 1 auto;
  }
}
.column {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .column {
    width: 50%;
  }
}
ul {
  margin-top: 15px;
  list-style-position: outside;
  list-style-type: disc;
  padding-left: 20px;
}
ul li {
  margin-bottom: 10px;
}
ol {
  margin-top: 15px;
  list-style-position: outside;
  list-style-type: decimal;
  padding-left: 20px;
}
ol li {
  margin-bottom: 10px;
}
#loginpage-grid .column {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}
#loginpage-grid .column:nth-child(1) {
  background: #dcdcdc;
}
#loginpage-grid .row {
  height: 100%;
}
.row {
  margin-right: 0;
  margin-left: 0;
}
.checkbox input[type="checkbox"] {
  margin-left: 0;
}
.container {
  width: 100%;
  flex: 1 0 auto;
  display: flex;
  flex-flow: column;
  padding-right: 0;
  padding-left: 0;
  min-height: 1px;
}
hr {
  border-top: 1px solid #312525;
}
.flex-container > * {
  padding: 15px;
  -webkit-flex: 1 100%;
  flex: 1 100%;
}
a :active {
  text-decoration: underline;
}
img {
  max-width: 100%;
}
.clearfix:after,
.cs_search-component div[data-cmp-list-filter] .level1 > ul:after {
  display: block;
  content: "";
  clear: both;
}
html {
  height: 100%;
  font-size: 16px;
  -ms-overflow-style: scrollbar;
}
body {
  font-family: 'Roboto regular', Arial;
}
main {
  flex: 1 0 auto;
  display: flex;
  flex-flow: column;
}
footer {
  margin-top: 30px;
  background: #7c7c7c;
  color: white;
  padding: 20px;
}
.main-logo {
  float: left;
}
.page-title {
  float: left;
  margin: 20px 20px 20px 0;
  padding: 15px;
  border-left: 1px solid white;
  color: white;
}
.header-menu {
  background: #dcdcdc;
}
.header-menu ul {
  margin-bottom: 0;
}
.header-menu ul li {
  display: inline;
}
.header-menu ul li.active {
  text-decoration: underline;
}
.header-menu ul li a {
  padding: 15px;
  color: black;
  text-decoration: none;
}
.flex-row {
  display: flex;
  flex-flow: row;
  flex: 1 1 auto;
}
.tab-content > div {
  width: 100%;
}
.footer-menu {
  margin-top: 10px;
  margin-bottom: 0;
}
.footer-menu li {
  list-style-type: none;
  display: block;
  float: left;
  padding: 0 20px;
  border-right: 1px solid white;
}
.footer-menu li:first-child {
  padding-left: 0;
}
.footer-menu li:last-child {
  border: none;
}
.footer-menu li a {
  color: white;
}
.nav-tabs {
  border-bottom: 0;
}
.sectionnav {
  background: #dcdcdc;
}
.sectionnav .basf-section-nav {
  margin: 10px;
}
.sectionnav .basf-section-nav ul li {
  display: inline;
  padding: 10px;
}
.sectionnav .basf-section-nav ul li a {
  color: #7c7c7c;
}
.icon-style i:before {
  font-family: BASFIconFont;
}
.icon {
  position: relative;
  top: 3px;
  display: inline-block;
  font-family: BASFIconFont;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon.hide {
  display: none;
}
.icon-typ-bigicon:before {
  font-size: 1.25rem;
}
.icon-typ-0:before {
  font-size: 1.5rem;
}
.icon-typ-1:before {
  font-size: 1.25rem;
}
.icon-typ-2:before {
  font-size: 1.125rem;
}
.icon-typ-3:before {
  font-size: 0.9375rem;
}
.icon-typ-4:before {
  font-size: 0.625rem;
}
.icon-typ-5:before {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .icon-typ-big:before {
    font-size: 1.75rem;
  }
  .icon-typ-0:before {
    font-size: 1.75rem;
  }
  .icon-typ-1:before {
    font-size: 1.65rem;
  }
  .icon-typ-2:before {
    font-size: 1.375rem;
  }
  .icon-typ-3:before {
    font-size: 1.25rem;
  }
  .icon-typ-4:before {
    font-size: 1.125rem;
  }
  .icon-typ-5:before {
    font-size: 0.9375rem;
  }
  .icon-typ-6:before {
    font-size: 0.625rem;
  }
}
header {
  background: #21a0d2;
}
header .main-header {
  padding: 0 15px;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  header .main-header {
    padding: 0 30px;
  }
}
.footer-menu li a:hover {
  color: #21a0d2;
}
.sectionnav .section-nav ul li a:hover {
  color: #21a0d2;
}
.action-menu li button {
  color: #21a0d2;
}
.crop-template h5,
.product-template h5 {
  color: #21a0d2;
}
.btn-submit,
.see-all {
  background: #21a0d2 !important;
}
.customer-page-link :hover {
  color: #21a0d2;
}
.notetaker .back-to-customers a {
  color: #21a0d2;
}
.notetaker .new-note-submit {
  background: #21a0d2;
}
.search-submit {
  background: #21a0d2;
}
.recent-search:hover {
  color: #21a0d2;
}
.search-results-filters li:hover {
  color: #21a0d2;
}
.search-results-filters li.active {
  color: #21a0d2;
}
.clear-searches {
  color: #21a0d2;
}
.headline p a,
.paragraph p a,
.headline li a,
.paragraph li a {
  color: #21a0d2;
}
.headline p a:hover,
.paragraph p a:hover,
.headline li a:hover,
.paragraph li a:hover {
  text-decoration: none;
  color: #7c7c7c;
}
.headline p a .icon,
.paragraph p a .icon,
.headline li a .icon,
.paragraph li a .icon {
  position: relative;
  top: 1px;
  margin: 0 5px;
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.bknd-theme-color,
.background-site-theme {
  background-color: #21a0d2;
}
a,
button {
  font-family: 'Roboto regular', Arial;
}
b,
strong {
  font-family: 'Roboto bold', Arial;
}
input[type=text]::-ms-clear {
  display: none;
}
span.external .icon,
span.external-no-circle .icon {
  top: 0px;
  margin-right: 2px;
}
/*
 * Hide only visually, but have it available for screenreaders
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.cmp-global--pale-dark-green {
  background-color: #D9EBE2;
}
.cmp-global--pale-dark-blue {
  background-color: #E0E9F2;
}
.cmp-global--pale-light-green {
  background-color: #E0EED2;
}
.cmp-global--pale-light-blue {
  background-color: #E0F2F9;
}
.cmp-global--pale-red {
  background-color: #F8E0E4;
}
.cmp-global--pale-orange {
  background-color: #FEEFDA;
}
.cmp-global--copytext-grey {
  color: #333333;
}
body {
  font-size: 0.875rem;
  font-family: 'Roboto regular', Arial;
}
h1,
h1 p,
h2,
h2 p,
h3,
h3 p,
h4,
h4 p {
  margin: 0;
}
h1,
h2 {
  margin-bottom: 1.875rem;
}
h3 {
  margin-bottom: 0.9375rem;
}
h4 {
  margin-bottom: 1.25rem;
}
h2,
h3 {
  margin-top: 0.9375rem;
}
h1,
h2,
h3 {
  font-family: 'Roboto regular', Arial;
  color: #333333;
}
h1 {
  font-size: 2rem;
  line-height: 2.25rem;
}
h2 {
  font-size: 1.0625rem;
  line-height: 1.25rem;
}
h3 {
  font-size: 1.0625rem;
  line-height: 1.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
}
h4 {
  font-family: 'Roboto bold', Arial;
  color: #333333;
  font-size: 0.9375rem;
  line-height: 1.25rem;
}
sup {
  position: relative;
  font-size: 0.6em;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.7em;
}
i,
em {
  font-style: italic;
}
.introtext {
  margin-bottom: 3.75rem;
}
.introtext p {
  color: #7c7c7c;
  font-family: 'Roboto regular', Arial;
  line-height: 1.625rem;
  font-size: 1.25rem;
  margin-bottom: 0;
}
.copytext {
  margin-bottom: 1.875rem;
}
.copytext p {
  color: #333333;
  font-family: 'Roboto regular', Arial;
  line-height: 1.5625rem;
  font-size: 0.9375rem;
  margin-bottom: 0;
}
.footnote {
  margin-bottom: 0;
}
.footnote p {
  color: #333333;
  font-family: 'Roboto regular', Arial;
  line-height: 1.125rem;
  font-size: 0.8125rem;
  margin-bottom: 0;
}
@media screen and (min-width: 480px) {
  h1 {
    font-size: 2rem;
    line-height: 2.25rem;
  }
  h2 {
    font-size: 1.375rem;
    line-height: 1.75rem;
  }
  .introtext p {
    line-height: 1.75rem;
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 2.25rem;
    line-height: 2.8125rem;
  }
  h2 {
    font-size: 1.375rem;
    line-height: 1.75rem;
  }
}
@media screen and (min-width: 992px) {
  h1 {
    font-size: 3rem;
    line-height: 3.4375rem;
  }
  h2 {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
  h3 {
    font-size: 1.125rem;
    line-height: 1.375rem;
  }
  .introtext p {
    line-height: 1.875rem;
    font-size: 1.5rem;
  }
}
.text-orange {
  color: #f39500;
}
.text-red {
  color: #c50022;
}
.text-dark-blue {
  color: #004a96;
}
.text-light-blue {
  color: #21a0d2;
}
.text-dark-green {
  color: #00793a;
}
.text-light-green {
  color: #65ac1e;
}
@media print {
  body {
    max-width: 8.27in;
  }
  a[href]:after {
    font-size: 12px;
  }
  a[href]:after {
    content: none !important;
  }
  .masthead {
    background-color: #000000 !important;
  }
  .masthead a[href]:after {
    content: none;
  }
  #global-nav-container,
  #site-navigation,
  nav.bread-crumb {
    display: none !important;
  }
  .page-info .print {
    display: none !important;
  }
  .iframe-video,
  .video-wrapper {
    display: none !important;
  }
  .video-wrapper ~ .caption:before {
    display: inline-block;
    content: "(video)";
  }
  #aemFormFrame table {
    table-layout: fixed;
    page-break-inside: avoid;
  }
  #aemFormFrame table tr {
    display: grid;
  }
  #aemFormFrame thead {
    width: 20%;
    float: left;
  }
  #aemFormFrame thead th {
    width: 100% !important;
  }
  #aemFormFrame tbody {
    width: 80%;
    float: left;
  }
  #aemFormFrame tbody tr td:first .row {
    width: 33%;
    float: left;
  }
  #aemFormFrame tbody .guideTableNode table.nowrap td:not(.child) .guideFieldWidget {
    width: 100%;
  }
  #aemFormFrame tbody .guideFieldNode:not(.guideButton):not(.guideTextDraw):not(.guideChart) {
    margin: 0;
    padding: 0;
  }
  #aemFormFrame .guideFieldWidget input {
    height: 30px !important;
  }
}
.clearfix,
.cs_search-component div[data-cmp-list-filter] .level1 > ul {
  zoom: 1;
}
.clearfix:after,
.clearfix:before,
.cs_search-component div[data-cmp-list-filter] .level1 > ul:after,
.cs_search-component div[data-cmp-list-filter] .level1 > ul:before {
  content: "";
  display: table;
}
.clearfix:after,
.cs_search-component div[data-cmp-list-filter] .level1 > ul:after {
  clear: both;
}
.fixed-ratio-image-common,
.image-video-tile div.cell-background {
  position: relative;
  overflow: hidden;
}
.fixed-ratio-image-common:before,
.image-video-tile div.cell-background:before {
  display: block;
  content: "";
  width: 100%;
}
.no-objectfit .fixed-ratio-image-common img,
.no-objectfit .image-video-tile div.cell-background img {
  width: 100%;
  height: auto;
}
.no-objectfit .fixed-ratio-image-common img,
.no-objectfit .image-video-tile div.cell-background img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: none;
  max-height: none;
}
.no-objectfit.no-object-fit .fixed-ratio-image-common img,
.no-objectfit.no-object-fit .image-video-tile div.cell-background img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: middle;
  font-family: 'object-fit: cover;';
  transform: translate(0%, 0%);
}
.fixed-ratio-image-common img,
.image-video-tile div.cell-background img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: middle;
  object-position: middle;
}
.link-list-group a,
.link-list-group button {
  font-family: 'Roboto regular', Arial;
}
.link-list-group .icon-style {
  position: relative;
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  top: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
}
.link-list-group.vertical a,
.link-list-group.vertical button {
  display: block;
  margin: 0 auto;
}
.link-list-group.vertical a:last-child,
.link-list-group.vertical button:last-child {
  margin-bottom: 0;
}
.link-list-group.vertical button {
  margin-bottom: 10px;
}
.link-list-group.vertical a {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .link-list-group.vertical a {
    margin-bottom: 16px;
  }
}
.link-list-group a {
  text-decoration: none;
  line-height: 1.5625rem;
  color: #21a0d2;
  font-size: .875rem;
  font-weight: bold;
}
.link-list-group a .icon {
  padding-right: 4px;
  margin: 10px 0;
}
.link-list-group a span {
  font-weight: normal;
}
.link-list-group a:hover {
  color: #7c7c7c;
  text-decoration: none;
}
.link-list-group .type1 {
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .link-list-group .type1 {
    font-size: 1.25rem;
  }
}
.link-list-group .type2 {
  font-size: 1.375rem;
}
@media screen and (min-width: 768px) {
  .link-list-group .type2 {
    font-size: 1.125rem;
  }
}
.link-list-group .type3 {
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .link-list-group .type3 {
    font-size: 0.9375rem;
  }
}
.link-list-group .type4 {
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .link-list-group .type4 {
    font-size: 0.625rem;
  }
}
.link-list-group .type5 {
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .link-list-group .type5 {
    font-size: 1.5rem;
  }
}
.link-list-group .type6 {
  font-size: 0.625rem;
}
@media screen and (min-width: 768px) {
  .link-list-group .type6 {
    font-size: 1.25rem;
  }
}
.paragraph-group ul {
  list-style-type: disc;
}
.paragraph-group ol {
  list-style-type: decimal;
}
.paragraph-group .icon {
  font-style: italic;
}
.paragraph-group .icon.icon {
  font-style: normal;
}
.paragraph-group span.external .external-link {
  top: 0;
  color: #21a0d2;
  margin-right: 0.5rem;
}
.paragraph-group span.external:hover .external-link,
.paragraph-group span.external:hover a {
  color: #7c7c7c;
}
.downloadInfo {
  margin-right: 1%;
}
@media (max-width: 991px) {
  .downloadInfo {
    width: 48% !important;
  }
}
@media (max-width: 767px) {
  .downloadInfo {
    width: 80% !important;
    margin: 0;
  }
}
.downloadInfo.flex {
  display: flex;
}
.downloadInfo .stateInfoContainer {
  padding-left: 10px;
  margin-bottom: 10px;
}
.downloadInfo .stateInfoContainer .infoHeader {
  color: #65AC1E;
}
.downloadInfo .stateInfoContainer .infoHeader p {
  font-family: 'Roboto bold', Arial;
  font-size: 16px;
}
.downloadInfo .stateInfoContainer p {
  font-size: 15px;
  font-family: 'Roboto regular', Arial;
  margin-bottom: 0;
}
.downloadInfo .stateInfoContainer.none p {
  font-size: 20px;
  line-height: 34px;
  color: black;
}
.downloadInfo .downloadIcon .icon {
  color: #65AC1E;
  z-index: -1;
}
.downloadInfo.cq-Editable-dom {
  display: block !important;
}
.downloadInfo .noLink a,
.downloadInfo .noLink .icon {
  color: black !important;
  cursor: pointer;
}
.stateDrop {
  width: 100%;
  margin-bottom: 10px;
}
.stateDrop li {
  list-style: none;
}
.stateDrop label {
  display: block;
  font-family: 'Roboto bold', Arial;
  font-size: 16px;
}
.stateDrop .stateDropdownMap {
  margin-top: 30px;
  width: 60%;
  float: left;
  position: relative;
}
.stateDrop .stateDropdownList {
  margin-bottom: 30px;
  width: 60%;
  float: left;
}
.stateDrop .stateDropdownList > ul {
  padding: 0;
  margin-top: 5px;
}
.stateDrop .stateDropdownList .stateShownList {
  width: 33%;
  min-width: 300px;
  height: 50px;
  padding: 10px;
  float: right;
  font-size: 20px;
  color: #000;
  display: none;
}
.stateDrop .stateDropdownList .stateShownList p {
  padding: 12px;
  margin: 0;
}
.stateDrop .stateDropdownList .stateShownList .selectStateList {
  padding-left: 0 !important;
  display: none;
  background: #f0f0f0;
  max-height: 300px;
  overflow: scroll;
  width: 100%;
  margin-top: 0;
  border-top: 1px solid #777;
  position: relative;
  z-index: 5;
}
.stateDrop .stateDropdownList .stateShownList .selectStateList li {
  padding: 5px 0px 5px 13px;
}
.stateDrop .stateDropdownList .stateShownList .selectStateList li:hover {
  background: #ddd;
}
.stateDrop .selectStateMap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.stateDrop path:hover {
  stroke-width: 2px;
  stroke-linejoin: round;
  cursor: pointer;
}
.stateDrop .stateName {
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 12px;
}
.stateDrop .hoverName {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  color: #ffffff;
  background-color: #000;
  border-radius: 5px;
  padding: 5px;
}
.stateDrop .downloadinfoAll {
  width: 40%;
  float: right;
}
.stateDrop .stateDownloadContainer {
  margin: 30px 0;
}
.stateDrop .infoContainer {
  display: flex;
  flex-wrap: wrap;
}
.stateDrop .availableState {
  fill: #93C461;
}
.stateDrop .colorGreen {
  fill: #65ac1e;
}
.engeniaText .textContainer.green-background {
  background-color: #ebf5e7;
  padding: 10px 15px;
}
.engeniaText .textContainer .headline.bold {
  font-weight: bold;
}
.engeniaText .textContainer .headline.lightWeight {
  font-family: 'Roboto regular', Arial;
}
.engeniaText .textContainer .headline.h1 {
  font-size: 48px;
  line-height: 57px;
}
.engeniaText .textContainer .headline.h2 {
  font-size: 30px;
  line-height: 40px;
}
.engeniaText .textContainer .headline.h3 {
  font-size: 24px;
  line-height: 30px;
}
.engeniaText .textContainer .headline.dark {
  color: #000;
}
.engeniaText .textContainer .headline.light {
  color: #7c7c7c;
}
.engeniaText .textContainer .headline.green {
  color: #65ac1e;
}
.engeniaText .textContainer .text ol {
  padding-left: 0;
  counter-reset: item;
}
.engeniaText .textContainer .text ol li {
  display: block;
  margin-left: 2em;
}
.engeniaText .textContainer .text ol li::before {
  content: counter(item) ". ";
  counter-increment: item;
  position: absolute;
  margin-left: -2em;
  font-weight: 400 !important;
}
.engeniaText .textContainer .text.bold {
  font-weight: bold;
}
.engeniaText .textContainer .text.lightWeight {
  font-family: 'Roboto regular', Arial;
}
.engeniaText .textContainer .text.p1 {
  font-size: 24px;
  line-height: 30px;
}
.engeniaText .textContainer .text.p2 {
  font-size: 20px;
  line-height: 34px;
}
.engeniaText .textContainer .text.p3 {
  font-size: 15px;
  line-height: 20px;
}
.engeniaText .textContainer .text.dark {
  color: #000;
}
.engeniaText .textContainer .text.light {
  color: #7c7c7c;
}
.engeniaText .textContainer .text.green {
  color: #65ac1e;
}
.engeniaText .textContainer .text.green-bullets ul li {
  list-style-type: square;
}
.engeniaText .textContainer .text.green-bullets ul ::marker {
  color: #65ac1e;
  font-size: 150%;
}
.checklistItems {
  display: flex;
  margin-bottom: 25px;
}
.checklistItems .image {
  margin-right: 25px;
}
.checklistItems .image .imageContainer {
  width: 60px;
  height: 60px;
}
.checklistItems .image img {
  max-width: 100%;
}
.checklistItems .itemText h2 {
  font-size: 24px;
  margin: 3px 0;
  font-family: 'Roboto regular', Arial;
  color: #777;
  font-weight: 200;
}
.checklistItems .itemText .text {
  margin: 0;
  font-size: 15px;
  font-family: 'Roboto regular', Arial;
}
.checklistItems .itemText .text a {
  color: #65ac1e;
  font-weight: bold;
}
.checklistItems.normal {
  margin-bottom: 25px !important;
}
.checklistItems.bold .itemText h2 {
  font-weight: bold;
  font-size: 30px;
  line-height: 1.2;
  color: black;
}
.checklistItems .green-background .text {
  background-color: #ebf5e7;
  padding: 0 15px;
}
.checklistItems .green-bullets ul li {
  list-style-type: square;
}
.checklistItems .green-bullets ul ::marker {
  color: #65ac1e;
  font-size: 150%;
}
.grid-column .checklistItems {
  margin: 0;
}
.labelList {
  /* Create a custom checkbox */
}
.labelList #listLabel {
  column-count: 4;
}
@media (max-width: 991px) {
  .labelList #listLabel {
    column-count: 3;
  }
}
@media (max-width: 767px) {
  .labelList #listLabel {
    column-count: 2;
  }
}
.labelList #listLabel .listLabelItem {
  list-style: none;
  font-size: 15px;
  margin-bottom: 0;
  font-family: 'Roboto regular', Arial;
}
.labelList #listLabel .listLabelItem:before {
  font-size: 25px;
  vertical-align: middle;
  margin-right: 15px;
}
.card-area .cardBorder {
  width: 100%;
}
.notetaker {
  padding: 20px;
  height: 100%;
}
.notetaker .back-to-customers {
  display: block;
  border-radius: 10px;
  float: left;
  font-size: 18px;
}
.notetaker .back-to-customers:hover {
  background: #dcdcdc;
}
.notetaker .back-to-customers a {
  display: block;
  padding: 10px;
}
.notetaker .new-note-title {
  text-align: left;
  margin: 0;
  padding: 12px;
  border-bottom: 1px solid #dcdcdc;
  color: #7c7c7c;
}
.notetaker .old-notes {
  padding: 15px;
  font-style: italic;
  color: #7c7c7c;
}
.notetaker .customer-note-form {
  display: block;
  height: calc(100% - 40px);
}
.notetaker .customer-note-form .form-group {
  height: 100%;
}
.notetaker .customer-note-form .form-group textarea {
  height: calc(100% - 40px);
  border: 0;
  box-shadow: none;
  font-size: 16px;
}
.notetaker .customer-note-form .form-group textarea:focus {
  border: 0;
  box-shadow: none;
}
.notetaker .customer-note-form .form-group .form-control:focus {
  border: 0;
  box-shadow: none;
}
.notetaker .note-body {
  clear: both;
  display: flex;
  flex-flow: row;
  flex: 1 1 auto;
  height: 100%;
}
.col-md-3 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 25%;
  float: left;
}
.col-md-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 75%;
  float: left;
}
.col-md-4 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 33%;
  float: left;
}
.search-container {
  position: relative;
}
.filter-form,
.recent-searches {
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px solid black;
}
@media screen and (max-width: 767px) {
  .filter-form {
    display: none;
  }
}
.filter-form h4 {
  color: #21a0d2;
}
.search-submit {
  position: absolute;
  top: 0;
  padding: 5px 10px;
  right: 0px;
  border-radius: 5px;
  color: #ffffff;
}
.toggle-carat .icon {
  font-size: 29px;
  float: right;
  margin-top: -7px;
  transition: transform 0.5s;
}
.recent-search {
  cursor: pointer;
  color: #7c7c7c;
}
.search-results-filters {
  margin-top: 10px;
}
.search-results-filters li {
  display: inline;
  padding: 10px;
  cursor: pointer;
  color: #7c7c7c;
}
.search-results-filters li.active {
  cursor: initial;
}
.business-image {
  float: left;
  border-radius: 100px;
  max-width: 100px;
}
.business-info {
  padding: 10px;
  float: left;
}
.business-info span {
  display: block;
}
.business-info span.result-name {
  font-weight: bold;
}
.business-info span.company-name {
  margin-top: 13px;
}
.clear-searches {
  cursor: pointer;
}
.suggestions {
  display: none;
  position: absolute;
  background: #dcdcdc;
  width: 100%;
  padding: 13px;
  z-index: 10;
  top: 34px;
}
.add-customer {
  color: #dcdcdc;
  float: right;
  cursor: pointer;
  font-size: 24px;
  margin-right: 5px;
}
.add-customer .fa-star {
  display: none;
}
.add-customer.favorite-customer .fa-star {
  display: block;
  color: #21a0d2;
}
.add-customer.favorite-customer .fa-star-o {
  display: none;
}
.cardBorder,
.saved-customer {
  width: 100%;
  border: 1px solid #7c7c7c;
  padding: 10px;
  margin: 5px;
  float: left;
}
@media screen and (min-width: 480px) {
  .cardBorder,
  .saved-customer {
    width: calc(50% - 10px);
  }
}
@media screen and (min-width: 768px) {
  .cardBorder,
  .saved-customer {
    width: calc(33.33% - 10px);
  }
}
.cardBorder:hover .add-customer,
.saved-customer:hover .add-customer,
.cardBorder:hover .remove-customer,
.saved-customer:hover .remove-customer {
  color: #7c7c7c;
}
.card-area .saved-customer {
  width: 100%;
}
.c_state {
  max-height: 350px;
  height: 40%;
  overflow: scroll;
}
.customer-actions {
  float: right;
  margin-right: 5px;
}
.customer-actions span {
  display: block;
  font-size: 24px;
  color: #7c7c7c;
  cursor: pointer;
}
.customer-actions span.disabled {
  color: #dcdcdc;
  cursor: initial;
}
.customer-page-link {
  text-decoration: none;
  color: #7c7c7c;
}
.search-container .checkbox {
  height: 30px;
  width: 100%;
  padding-left: 20px;
  float: left;
}
.search-container .checkbox label {
  margin-bottom: 1.25em;
  display: inline-block;
  position: relative;
  padding-left: 5px;
  margin-left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}
.search-container .checkbox label:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 22px;
  height: 22px;
  left: 0;
  top: -1px;
  margin-left: -30px;
  border: 1px solid #a6a6a6;
  border-radius: 3px;
  background-color: #ffffff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  outline: none;
}
.search-container .checkbox label:after {
  display: inline-block;
  position: absolute;
  width: 22px;
  height: 22px;
  left: -29px;
  font-size: 21px;
  color: #22201d;
  top: 50%;
  -webkit-transform: translateY(-66%);
  transform: translateY(-66%);
  outline: none;
}
.search-container .checkbox input[type="checkbox"] {
  display: none;
}
.search-container .checkbox input[type="checkbox"]:checked + label::after {
  font-family: "FontAwesome";
  content: "\f00c";
}
.pagination {
  width: 100%;
}
.pagination ul {
  text-align: center;
}
.pagination ul li {
  display: inline;
  padding: 10px;
}
.pagination ul li a {
  color: #21a0d2;
}
.pagination ul li a.active-page {
  color: black;
  text-decoration: underline;
  cursor: initial;
}
.search-results .product-template {
  width: 100%;
  margin-right: 10px;
  margin-bottom: 10px;
  min-height: 140px;
}
@media screen and (min-width: 480px) {
  .search-results .product-template {
    width: calc(50% - 20px);
    min-height: 170px;
  }
}
@media screen and (min-width: 768px) {
  .search-results .product-template {
    width: calc(33.33% - 20px);
  }
}
.product-search {
  display: block;
}
@media screen and (min-width: 992px) {
  .product-search {
    display: none;
  }
}
.table-results {
  table-layout: fixed;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .table-results {
    display: none;
  }
}
.table-results .header-row {
  background: #dcdcdc;
}
.table-results .data-row:nth-child(odd) {
  background: #f0f0f0;
}
.table-results th,
.table-results td {
  padding: 6px 2px;
}
.table-results td {
  color: #7c7c7c;
}
.table-results td:first-child {
  color: #21a0d2;
  font-weight: bold;
}
.filter-section {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
  float: left;
}
@media screen and (min-width: 768px) {
  .filter-section {
    width: 25%;
  }
}
.results-section {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
  float: left;
}
@media screen and (min-width: 768px) {
  .results-section {
    width: 75%;
  }
}
.search-submit {
  background: #21a0d2;
}
.recent-search:hover {
  color: #21a0d2;
}
.search-results-filters li:hover {
  color: #21a0d2;
}
.search-results-filters li.active {
  color: #21a0d2;
}
.cardBorder:hover .add-customer:hover,
.cardBorder:hover .remove-customer:hover {
  color: #21a0d2;
}
.image-result {
  width: 100%;
  display: block;
  float: left;
  clear: left;
  margin: 15px 0;
}
.image-result img {
  max-width: 100px;
  float: left;
}
.image-result .result-content {
  width: calc(100% - 100px);
  float: left;
}
.article-result {
  width: 100%;
  display: block;
  float: left;
  clear: left;
  margin: 15px 0;
}
span.article-title,
span.asset-title {
  font-weight: bold;
  font-size: 1.25rem;
  color: #21a0d2;
}
.result-content {
  padding: 10px;
}
.result-content span {
  width: 100%;
  display: block;
}
span.article-description,
span.asset-description {
  color: #333333;
}
.searchpills.site-search-switch button {
  background: #f0f0f0;
  color: #333333;
  float: left;
  border-style: none;
  cursor: pointer;
  display: inline-block;
  font-size: .875rem;
  font-weight: 900;
  height: 2.5rem;
  margin: 0;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: .4375rem;
  white-space: nowrap;
}
.searchpills.site-search-switch button:first-child {
  margin-right: 10px;
}
.searchpills.site-search-switch button.disabled {
  background: #21a0d2;
  color: #ffffff;
}
#products.cs_search-component .sort {
  float: right;
}
#products.cs_search-component .cs_search-results .cs_search-results-area {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 1.5rem;
}
@media screen and (max-width: 991px) {
  #products.cs_search-component .cs_search-results .cs_search-results-area {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  #products.cs_search-component .cs_search-results .cs_search-results-area {
    grid-template-columns: 1fr;
    grid-gap: 1rem;
  }
}
#products.cs_search-component .cs_search-results .cs_search-results-area .cs_row-result {
  border: 1px solid #dcdcdc;
  padding: 1rem;
}
#products.cs_search-component .cs_search-results .cs_search-results-area .cs_row-result:hover {
  border: 1px solid #21a0d2;
}
.left-content {
  color: #7c7c7c;
  float: left;
  background: #dcdcdc;
  padding: 20px;
}
.right-content {
  color: #7c7c7c;
  float: left;
  padding: 20px;
}
.login-form {
  max-width: 350px;
}
.btn-submit,
.see-all {
  color: #ffffff;
  width: 100%;
  max-width: 350px;
}
.profile-section,
.company,
.coworkers,
.recentactivity,
.productsused,
.cropinfo {
  padding: 20px;
}
.profile-section {
  border-bottom: 1px solid #dcdcdc;
}
.profile-section .row {
  width: 100%;
}
.profile-section .contact-info .icon {
  margin-right: 10px;
}
.product-template,
.crop-template {
  border: 1px solid #dcdcdc;
  padding: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  width: calc(50% - 20px);
  float: left;
}
.product-template h5,
.crop-template h5 {
  font-weight: bold;
}
.product-template h5 .product-id,
.crop-template h5 .product-id {
  font-weight: regular;
  color: #dcdcdc;
}
.product-template .product-description,
.crop-template .product-description {
  color: #7c7c7c;
}
.contact-template {
  width: calc(50% - 10px);
  float: left;
}
@media (min-width: 1200px) {
  .contact-template {
    width: calc(33.33% - 10px);
  }
}
.contact-template i.fa-user-circle-o {
  width: 100%;
  font-size: 75px;
  text-align: center;
}
.contact-template h5 {
  text-align: center;
  clear: left;
  width: 100%;
  font-weight: bold;
}
.contact-template .contact-phone,
.contact-template .contact-email {
  text-align: center;
  clear: left;
  width: 100%;
  display: block;
}
.action-menu {
  float: right;
  border: 1px solid #dcdcdc;
}
.action-menu li {
  display: inline;
}
.action-menu li button {
  background: white;
  border: none;
  margin-top: 0;
}
.building-icon {
  float: left;
  padding: 15px;
  margin-right: 50px;
}
.company-info {
  float: left;
  position: relative;
}
.company-info .contact-info .fa-map-marker {
  position: absolute;
  left: -35px;
  font-size: 35px;
  top: 65px;
}
.address-info {
  float: left;
  position: relative;
}
.address-info .contact-info .fa-map-marker {
  position: absolute;
  left: -35px;
  font-size: 35px;
  top: 15px;
}
.profile-component .basf_id,
.profile-component .customer-title-role {
  width: 100%;
  display: block;
}
.profile-component .contact-info {
  position: relative;
}
.profile-component .contact-info .fa-envelope,
.profile-component .contact-info .fa-phone {
  position: absolute;
  left: -35px;
  top: 3px;
}
.distributor-image,
.retailer-image {
  display: none;
}
.company-profile-section {
  width: 100%;
}
.profile-image-and-bio,
.contact-details {
  width: 100%;
  float: left;
  display: block;
}
@media screen and (min-width: 992px) {
  .profile-image-and-bio,
  .contact-details {
    width: 50%;
  }
}
.contact-bio {
  float: left;
  padding: 10px;
}
.contact-details {
  float: left;
  padding: 10px;
}
.phone-and-email,
.address-info {
  width: calc(100% - 170px);
  margin-left: 170px;
  float: left;
  display: block;
  padding: 10px;
}
@media screen and (min-width: 992px) {
  .phone-and-email,
  .address-info {
    width: 50%;
    margin-left: 0;
  }
}
/**
 * File: news.less
 * Copyright: MRM//McCann 2018
 */
.basf-component.article-small {
  display: block;
}
.text.parbase {
  padding: 0 15px;
}
.cmp-title {
  padding: 0 15px;
  margin-top: 1rem;
}
.cmp-title h1,
.cmp-title h2 {
  color: #21a0d2;
}
.topstories {
  padding: 15px 0;
  border-bottom: 1px solid #dcdcdc;
}
#news-middle-section {
  border-bottom: 1px solid #dcdcdc;
}
.top-stories .story-item {
  margin: 15px;
  width: 100%;
  background: #f0f0f0;
}
@media screen and (min-width: 480px) {
  .top-stories .story-item {
    width: calc(50% - 30px);
    float: left;
  }
}
@media screen and (min-width: 768px) {
  .top-stories .story-item {
    width: calc(25% - 30px);
  }
}
.top-stories .story-item:first-child {
  width: 100%;
}
@media screen and (min-width: 480px) {
  .top-stories .story-item:first-child {
    width: calc(50% - 30px);
    float: left;
  }
}
@media screen and (min-width: 768px) {
  .top-stories .story-item:first-child {
    width: calc(50% - 30px);
  }
}
.top-stories .story-item p {
  padding: 0 10px;
  color: #7c7c7c;
}
.story-item h1,
.story-item h2 {
  margin-bottom: 0;
}
.basf-standard-grid .grid-column .teaser,
.basf-standard-grid .grid-column .teaser-component,
.basf-standard-grid .grid-column .tile {
  height: 100%;
}
/**
 * File: teaser.less
 * Author: Tony Herford
 * Copyright: MRM//McCann 2018
 */
.teaser-component .tile {
  background: #f0f0f0;
}
.teaser-component .tile.bknd-theme-color {
  background: #21a0d2;
}
.teaser-component.teaser-tile {
  padding: 15px;
}
.teaser-component.teaser-tile .teaser-title {
  color: #7c7c7c;
}
.teaser-component.teaser-tile .teaser-description {
  padding: 5px 10px;
  color: #7c7c7c;
}
.teaser-component.teaser-tile .teaser-img {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-top: 56.25%;
}
.teaser-component.teaser-tile .teaser-img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.teaser-component.promo-tile .teaser-img img {
  width: 100%;
}
.teaser-component.promo-tile .teaser-title {
  padding: 20px;
  color: #7c7c7c;
  margin: 0;
}
.teaser-component.promo-tile .teaser-title h2,
.teaser-component.promo-tile .teaser-title h3,
.teaser-component.promo-tile .teaser-title h4 {
  margin: 0;
}
.teaser-component.promo-tile .teaser-title h3 {
  white-space: normal;
}
.teaser-component.promo-tile #mCSB_1_scrollbar_horizontal {
  display: none !important;
}
.teaser-component.promo-tile .teaser-description {
  padding: 0 20px 20px;
  color: #7c7c7c;
  font-family: 'Roboto regular', Arial;
  font-size: 0.9375rem;
  overflow: auto;
}
@media screen and (max-width: 479px) {
  .teaser-component.promo-tile .teaser-description {
    width: 100%;
  }
  .teaser-component.promo-tile .teaser-description #mCSB_1_scrollbar_horizontal {
    display: block !important;
  }
}
.teaser-component.promo-tile .link-list-group {
  padding: 15px 20px;
}
.teaser-component.promo-tile .link-list-group .link-list-container a .icon {
  margin: 0;
}
.teaser-component.promo-tile .link-wrapper {
  align-content: stretch;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 0 20px 20px;
}
.teaser-component.promo-tile .link-wrapper .link-list-text {
  font-size: 0.9rem;
  padding: 4px 5px 7px 4px;
  line-height: 1;
  color: #21a0d2;
}
.teaser-component.promo-tile .link-wrapper svg {
  height: 24px;
  width: 24px;
}
.teaser-component .link-list-container {
  padding-bottom: 15px;
}
@media screen and (max-width: 479px) {
  .teaser-component .link-list-container {
    padding-bottom: 0;
  }
}
.product-downloads.teaser-component .link-list-container a,
.product-labels.teaser-component .link-list-container a {
  display: flex;
  padding-bottom: 5px;
}
.product-downloads.teaser-component .link-list-container a .icon,
.product-labels.teaser-component .link-list-container a .icon {
  top: 3px;
  padding-right: 7px;
}
@media screen and (max-width: 479px) {
  .product-downloads.teaser-component .link-list-container a .icon,
  .product-labels.teaser-component .link-list-container a .icon {
    top: 0;
  }
}
.teaser-component .show-more {
  color: #21a0d2;
  padding: 0 20px 15px;
}
.teaser-component .show-more .icon {
  vertical-align: middle;
  display: inline-block;
}
.teaser-component .show-more:active,
.teaser-component .show-more:focus,
.teaser-component .show-more:hover {
  text-decoration: none;
}
@media screen and (min-width: 480px) {
  .teaser-component .product-slider {
    padding: 15px 0 20px;
    margin-left: -20px;
    margin-right: -20px;
  }
}
.teaser-component .product-slider .slick-slide {
  float: none;
  position: relative;
  flex-grow: 1;
  align-items: stretch;
  display: flex;
  flex-flow: column;
  height: auto;
}
.teaser-component .product-slider .slick-slide > div {
  position: relative;
  display: flex;
  flex-flow: column;
  flex-grow: 1;
  align-items: stretch;
  min-height: 1px;
}
@media screen and (min-width: 480px) {
  .teaser-component .product-slider .slick-slide > div {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.teaser-component .product-slider .slick-list > .slick-track {
  margin-left: 0;
  display: flex;
  flex-flow: row;
  flex: 1 1 auto;
  justify-content: center;
}
.teaser-component .product-slider .product-slide {
  padding: 0;
  background-color: #f0f0f0;
  display: flex !important;
  flex-flow: column;
  flex-grow: 1;
  min-height: 1px;
}
.teaser-component .product-slider .product-slide .related-product-image {
  min-height: 1px;
}
.teaser-component .product-slider .product-slide .related-product-thumb-spacer {
  padding-top: 50%;
  width: 100%;
}
.teaser-component .product-slider .product-slide .related-product-thumb {
  width: 100%;
}
.teaser-component .product-slider .product-slide .product-title {
  padding: 20px;
  color: #7c7c7c;
}
.teaser-component .product-slider .product-slide .product-description {
  padding: 0 20px;
  color: #7c7c7c;
}
.teaser-component .product-slider .product-slide .read-more {
  padding: 20px;
  color: #21a0d2;
  display: inline-block;
}
.teaser-component .product-slider .product-controls {
  position: relative;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 20px;
}
.teaser-component .product-slider .product-controls .controls {
  height: 30px;
  position: relative;
}
.teaser-component .product-slider .product-controls .controls > button {
  background: transparent;
  border: 0;
  vertical-align: middle;
  height: 30px;
}
.teaser-component .product-slider .product-controls .controls > button.product-next,
.teaser-component .product-slider .product-controls .controls > button.product-prev {
  height: 30px;
  width: 45px;
  position: relative;
  color: #21a0d2;
  overflow: hidden;
  padding: 6px;
}
.teaser-component .product-slider .product-controls .controls > button.product-next.slick-hidden,
.teaser-component .product-slider .product-controls .controls > button.product-prev.slick-hidden {
  display: none;
}
.teaser-component .product-slider .product-controls .controls > button.product-next:active,
.teaser-component .product-slider .product-controls .controls > button.product-prev:active,
.teaser-component .product-slider .product-controls .controls > button.product-next:focus,
.teaser-component .product-slider .product-controls .controls > button.product-prev:focus,
.teaser-component .product-slider .product-controls .controls > button.product-next:hover,
.teaser-component .product-slider .product-controls .controls > button.product-prev:hover {
  text-decoration: none;
}
.teaser-component .product-slider .product-controls .controls > button.product-next.slick-disabled,
.teaser-component .product-slider .product-controls .controls > button.product-prev.slick-disabled {
  opacity: 0.5;
  cursor: default;
}
.teaser-component .product-slider .product-controls .controls > button.product-next:after,
.teaser-component .product-slider .product-controls .controls > button.product-prev:after {
  content: "\e002";
  font-family: BASFIconFont;
  display: block;
  width: 10px;
  height: 20px;
  font-size: 24px;
  outline: 0;
  right: 20px;
  line-height: 1;
  margin: auto;
}
.teaser-component .product-slider .product-controls .controls > button.product-prev:after {
  transform: scaleX(-1);
  right: auto;
  left: 20px;
}
.teaser-component .product-slider .product-controls .controls .product-pager {
  display: inline-block;
  vertical-align: middle;
  height: 30px;
  padding: 6px;
}
.teaser-component .product-slider .product-controls .controls .product-pager .pager-text {
  line-height: 1;
}
@media screen and (min-width: 480px) {
  .teaser-component .product-slider .product-controls .controls .product-pager .pager-text {
    display: none;
  }
}
.teaser-component .product-slider .product-controls .controls .product-pager .slick-dots {
  position: relative;
  top: 0;
  line-height: 0;
}
@media screen and (max-width: 479px) {
  .teaser-component .product-slider .product-controls .controls .product-pager .slick-dots {
    display: none !important;
  }
}
.teaser-component .product-slider .product-controls .controls .product-pager .slick-dots li:before {
  content: none;
}
.teaser-component .product-slider .product-controls .controls .product-pager .slick-dots button {
  background: #21a0d2;
  text-indent: -9999px;
  display: block;
  width: 12px;
  height: 12px;
  margin: 4px;
  outline: 0;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.teaser-component .product-slider .product-controls .controls .product-pager .slick-dots button:before {
  content: none;
}
.teaser-component .product-slider .product-controls .controls .product-pager .slick-dots .slick-active button {
  background: #7c7c7c;
}
.teaser-component.noButtonMargin button {
  margin-left: 0 !important;
}
.teaser-component .additional-details {
  display: none;
}
.ag__global-site .teaser-component.promo-tile.teaser-image-left .tile {
  overflow: hidden;
}
.ag__global-site .teaser-component.promo-tile.teaser-image-left .tile > div {
  float: left!important;
  width: 60%!important;
}
.ag__global-site .teaser-component.promo-tile.teaser-image-left .tile > div:first-child {
  float: left!important;
  width: 40%!important;
  height: 100%;
}
.ag__global-site .teaser-component.promo-tile.teaser-image-left .tile .teaser-title {
  padding-bottom: 10px;
}
.ag__global-site .teaser-component.promo-tile.teaser-image-left .tile .teaser-description {
  padding-bottom: 0;
}
.ag__global-site .teaser-component.promo-tile.teaser-image-left .tile .teaser-img img {
  object-fit: cover;
  height: 100%;
  padding: 0;
}
.ag__global-site .teaser-component.promo-tile.teaser-image-left.padding .teaser-img img {
  object-fit: cover;
  height: auto;
  min-height: 60%;
  padding: 20px 0 0 20px;
}
@media screen and (max-width: 479px) {
  .ag__global-site .teaser-component.promo-tile.teaser-image-left-mobile .tile {
    overflow: hidden;
  }
  .ag__global-site .teaser-component.promo-tile.teaser-image-left-mobile .tile > div {
    float: left!important;
    width: 60%!important;
  }
  .ag__global-site .teaser-component.promo-tile.teaser-image-left-mobile .tile > div:first-child {
    float: left!important;
    width: 40%!important;
    height: 100%;
  }
  .ag__global-site .teaser-component.promo-tile.teaser-image-left-mobile .tile .teaser-title {
    padding-bottom: 10px;
  }
  .ag__global-site .teaser-component.promo-tile.teaser-image-left-mobile .tile .teaser-description {
    padding-bottom: 0;
  }
  .ag__global-site .teaser-component.promo-tile.teaser-image-left-mobile .tile .teaser-img img {
    object-fit: cover;
    height: 100%;
    padding: 0;
  }
}
.image-video {
  /*height: 100%;*/
}
.root.responsivegrid.full-bleed {
  max-width: none;
}
.root.responsivegrid.full-bleed .image-video-tile {
  width: 100vw;
  left: 50%;
  position: relative;
  translate: -50%;
}
.image-video-tile {
  width: 100%;
}
.image-video-tile img.cell-background {
  height: 100%;
}
.image-video-tile > [style*="background-color:#"],
.image-video-tile > [style*="background-color: rgb"] {
  height: 100%;
}
.image-video-tile .video video {
  width: 100%;
  display: block;
}
.image-video-tile .overlay-wrapper {
  width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  pointer-events: none;
}
@media screen and (max-width: 479px) {
  .image-video-tile .overlay-wrapper {
    position: relative;
  }
}
.image-video-tile .overlay-wrapper .overlay-content .paragraph-group .text {
  width: 65%;
  margin: 0 auto;
  line-height: 33px;
}
@media (max-width: 768px) {
  .image-video-tile .overlay-wrapper .overlay-content .paragraph-group .text {
    width: 100%;
    line-height: 25px;
    font-size: 13px;
  }
}
.image-video-tile .cell-content {
  box-sizing: border-box;
  pointer-events: none;
}
.image-video-tile .cell-content img,
.image-video-tile .cell-content span {
  display: inline-block;
}
.image-video-tile .cell-content a,
.image-video-tile .cell-content button {
  pointer-events: all;
}
.image-video-tile .cell-content.nine-box {
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 479px) {
  .image-video-tile .cell-content.nine-box {
    position: relative;
  }
}
.image-video-tile .cell-content.nine-box .overlay-content {
  display: inline-block;
}
.image-video-tile .cell-content.nine-box.top {
  top: 0;
}
.image-video-tile .cell-content.nine-box.bottom {
  bottom: 56px;
}
.image-video-tile .cell-content.nine-box.middle {
  top: 50%;
  transform: translateY(-50%);
}
.image-video-tile .cell-content.nine-box.left {
  text-align: left;
  left: 15px;
}
.image-video-tile .cell-content.nine-box.right {
  text-align: right;
  right: 15px;
}
.image-video-tile .cell-content.nine-box.center {
  text-align: center;
}
.image-video-tile.floating-title {
  position: relative;
}
.image-video-tile.floating-title .cell-content .overlay-content {
  margin: 15px;
  width: calc(100% - 2 * 15px);
}
@media screen and (min-width: 768px) {
  .image-video-tile.floating-title .cell-content .overlay-content {
    margin: 30px;
    width: calc(100% - 4 * 15px);
  }
}
.image-video-tile.overlay-title .cell-content {
  box-sizing: border-box;
}
.image-video-tile.overlay-title .cell-content .overlay-content {
  padding: 15px;
}
.image-video-tile.overlay-title .overlay-bottom .overlay-content {
  width: 100%;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 991px) {
  .image-video-tile.overlay-title .overlay-bottom .overlay-content {
    flex-direction: column;
  }
}
.image-video-tile.overlay-title .overlay-bottom .overlay-content > div {
  position: static;
  margin: 0;
  align-self: center;
}
@media screen and (max-width: 991px) {
  .image-video-tile.overlay-title .overlay-bottom .overlay-content > div {
    align-self: flex-start;
    flex: 0 0 100%;
  }
}
@media screen and (max-width: 991px) {
  .image-video-tile.overlay-title .overlay-bottom .overlay-content .headline-group {
    margin-bottom: 20px;
  }
}
.image-video-tile.overlay-title .overlay-bottom .overlay-content .link-list-group {
  margin-left: auto;
}
@media screen and (max-width: 991px) {
  .image-video-tile.overlay-title .overlay-bottom .overlay-content .link-list-group {
    margin-left: 0;
  }
}
.image-video-tile.overlay-title .hero-title,
.image-video-tile.overlay-title .tile-text,
.image-video-tile.overlay-title .tile-title {
  flex: 1;
}
.image-video-tile .link-list-overlay.bottom {
  bottom: 0;
  position: absolute;
  margin: 15px;
}
.image-video-tile .link-list-overlay.bottom.right {
  right: 0;
}
.image-video-tile .link-list-overlay.left {
  left: 0;
}
.image-video-tile .link-list-overlay.inline {
  display: inline-block;
}
.image-video-tile img.cell-background {
  width: 100%;
  object-fit: cover;
  vertical-align: middle;
  font-family: 'object-fit: cover;';
}
.no-objectfit .image-video-tile img.cell-background {
  object-fit: cover;
  object-position: middle;
  font-family: 'object-fit: cover;';
}
@media screen and (max-width: 479px) {
  .image-video-tile > div[class*="sm"] {
    position: relative;
    overflow: hidden;
  }
  .image-video-tile > div[class*="sm"] .sm-16-9:before {
    padding-top: 56.25%;
  }
  .image-video-tile > div[class*="sm"] .sm-4-3:before {
    padding-top: 75%;
  }
  .image-video-tile > div[class*="sm"] .sm-1-1:before {
    padding-top: 100%;
  }
  .image-video-tile > div[class*="sm"] .sm-2-1:before {
    padding-top: 50%;
  }
  .image-video-tile > div[class*="sm"] .sm-3-1:before {
    padding-top: 33.33333333%;
  }
  .image-video-tile > div[class*="sm"] .sm-4-1:before {
    padding-top: 25%;
  }
  .image-video-tile > div[class*="sm"] .sm-1-2:before {
    padding-top: 200%;
  }
  .image-video-tile > div[class*="sm"]:before {
    display: block;
    content: "";
    width: 100%;
  }
  .no-objectfit .image-video-tile > div[class*="sm"] img {
    width: 100%;
    height: auto;
  }
  .no-objectfit .image-video-tile > div[class*="sm"] img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: none;
    max-height: none;
  }
  .no-objectfit.no-object-fit .image-video-tile > div[class*="sm"] img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: middle;
    font-family: 'object-fit: cover;';
    transform: translate(0%, 0%);
  }
  .image-video-tile > div[class*="sm"] img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: middle;
    object-position: middle;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .image-video-tile > div[class*="st"] {
    position: relative;
    overflow: hidden;
  }
  .image-video-tile > div[class*="st"] .st-16-9:before {
    padding-top: 56.25%;
  }
  .image-video-tile > div[class*="st"] .st-4-3:before {
    padding-top: 75%;
  }
  .image-video-tile > div[class*="st"] .st-1-1:before {
    padding-top: 100%;
  }
  .image-video-tile > div[class*="st"] .st-2-1:before {
    padding-top: 50%;
  }
  .image-video-tile > div[class*="st"] .st-3-1:before {
    padding-top: 33.33333333%;
  }
  .image-video-tile > div[class*="st"] .st-4-1:before {
    padding-top: 25%;
  }
  .image-video-tile > div[class*="st"] .st-1-2:before {
    padding-top: 200%;
  }
  .image-video-tile > div[class*="st"]:before {
    display: block;
    content: "";
    width: 100%;
  }
  .no-objectfit .image-video-tile > div[class*="st"] img {
    width: 100%;
    height: auto;
  }
  .no-objectfit .image-video-tile > div[class*="st"] img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: none;
    max-height: none;
  }
  .no-objectfit.no-object-fit .image-video-tile > div[class*="st"] img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: middle;
    font-family: 'object-fit: cover;';
    transform: translate(0%, 0%);
  }
  .image-video-tile > div[class*="st"] img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: middle;
    object-position: middle;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .image-video-tile > div[class*="md"] {
    position: relative;
    overflow: hidden;
  }
  .image-video-tile > div[class*="md"] .md-16-9:before {
    padding-top: 56.25%;
  }
  .image-video-tile > div[class*="md"] .md-4-3:before {
    padding-top: 75%;
  }
  .image-video-tile > div[class*="md"] .md-1-1:before {
    padding-top: 100%;
  }
  .image-video-tile > div[class*="md"] .md-2-1:before {
    padding-top: 50%;
  }
  .image-video-tile > div[class*="md"] .md-3-1:before {
    padding-top: 33.33333333%;
  }
  .image-video-tile > div[class*="md"] .md-4-1:before {
    padding-top: 25%;
  }
  .image-video-tile > div[class*="md"] .md-1-2:before {
    padding-top: 200%;
  }
  .image-video-tile > div[class*="md"]:before {
    display: block;
    content: "";
    width: 100%;
  }
  .no-objectfit .image-video-tile > div[class*="md"] img {
    width: 100%;
    height: auto;
  }
  .no-objectfit .image-video-tile > div[class*="md"] img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: none;
    max-height: none;
  }
  .no-objectfit.no-object-fit .image-video-tile > div[class*="md"] img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: middle;
    font-family: 'object-fit: cover;';
    transform: translate(0%, 0%);
  }
  .image-video-tile > div[class*="md"] img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: middle;
    object-position: middle;
  }
}
@media screen and (min-width: 992px) {
  .image-video-tile > div[class*="lg"] {
    position: relative;
    overflow: hidden;
  }
  .image-video-tile > div[class*="lg"] .lg-16-9:before {
    padding-top: 56.25%;
  }
  .image-video-tile > div[class*="lg"] .lg-4-3:before {
    padding-top: 75%;
  }
  .image-video-tile > div[class*="lg"] .lg-1-1:before {
    padding-top: 100%;
  }
  .image-video-tile > div[class*="lg"] .lg-2-1:before {
    padding-top: 50%;
  }
  .image-video-tile > div[class*="lg"] .lg-3-1:before {
    padding-top: 33.33333333%;
  }
  .image-video-tile > div[class*="lg"] .lg-4-1:before {
    padding-top: 25%;
  }
  .image-video-tile > div[class*="lg"] .lg-1-2:before {
    padding-top: 200%;
  }
  .image-video-tile > div[class*="lg"]:before {
    display: block;
    content: "";
    width: 100%;
  }
  .no-objectfit .image-video-tile > div[class*="lg"] img {
    width: 100%;
    height: auto;
  }
  .no-objectfit .image-video-tile > div[class*="lg"] img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: none;
    max-height: none;
  }
  .no-objectfit.no-object-fit .image-video-tile > div[class*="lg"] img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: middle;
    font-family: 'object-fit: cover;';
    transform: translate(0%, 0%);
  }
  .image-video-tile > div[class*="lg"] img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: middle;
    object-position: middle;
  }
}
.image-video-tile iframe.iframe-video,
.image-video-tile video.dam-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pattern-grid .image-video-tile.overlay-title .cell-content .overlay-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.pattern-grid .image-video-tile {
  position: static;
}
.pattern-grid .image-video-tile img.cell-background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.aem-AuthorLayer-Edit .pattern-grid .image-video-tile {
  position: relative;
}
.aem-AuthorLayer-Edit .pattern-grid .image-video-tile .cell-background {
  position: static;
}
.aem-AuthorLayer-Edit .pattern-grid .image-video-tile div.cell-background {
  min-height: 400px;
}
.aem-AuthorLayer-Edit .pattern-grid .image-video-tile > div[class*="sm"]:before,
.aem-AuthorLayer-Edit .pattern-grid .image-video-tile > div[class*="md"]:before,
.aem-AuthorLayer-Edit .pattern-grid .image-video-tile > div[class*="lg"]:before {
  padding-top: 0;
}
.aem-AuthorLayer-Edit .image-video-tile {
  position: relative;
  display: initial;
}
.aem-AuthorLayer-Edit .image-video-tile img.cell-background {
  width: 33%;
  float: left;
  padding: 5px;
  object-fit: cover;
  vertical-align: middle;
  font-family: 'object-fit: cover;';
}
.lead-details .profileImg {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  margin: 10px 15px;
}
.lead-details .name {
  font-weight: 700;
  padding: 15px;
}
.lead-details .leadDetailsContainer {
  margin-bottom: 10px;
}
.lead-details .lead-details {
  border-bottom: 1px solid #dac9c9;
}
.lead-details .stepStages {
  height: 16px;
  width: 80%;
  background-color: #ddded9;
  border-radius: 10px;
  margin-top: 15px;
  font-size: 11px;
  text-align: center;
  color: #fff;
}
.lead-details .newStage {
  background-color: #e87f12fa;
  border-radius: 10px;
  height: 16px;
}
.lead-details .leadDetailHead {
  font-weight: 700;
}
.lead-details .contactDetailsHead {
  font-weight: 700;
  padding: 10px 1px;
}
.lead-company .companyImg {
  width: 110px;
  height: 130px;
  padding: 20px;
}
.lead-company .companyHead {
  font-weight: 700;
  padding: 20px;
}
.lead-company .lead-company {
  border-bottom: 1px solid #dac9c9;
  margin-bottom: 10px;
}
.lead-company .companyName {
  font-weight: 700;
  padding-top: 50px;
}
.activityContainer .list-inline > li {
  border-right: 1px solid;
  color: #32d832;
  padding: 0px 10px;
  margin-top: 10px;
  height: 16px;
}
.activityContainer .extendedList {
  border-right: 0px !important;
  font-weight: 800;
  font-size: 25px;
}
.activityContainer .pastActivity {
  color: #bfbbbb;
  font-weight: 600;
}
.activityContainer .nextSteps {
  font-weight: 600;
  color: #bfbbbb;
  padding: 10px 5px;
}
.activityContainer .activityHead {
  font-weight: 600;
}
.activityContainer .pastActivityList {
  list-style-type: none;
  padding: 10px;
  line-height: 2.5;
}
.activityContainer .nextStepsList {
  line-height: 2.5;
  padding: 10px;
  list-style-type: none;
}
.activityContainer .nextStepsContainer {
  padding: 25px 20px;
}
.activityContainer .pastActivityContainer {
  padding: 25px 20px;
}
.activityContainer .activityContainer {
  padding: 10px 20px;
}
.activityContainer .pastDate {
  color: #bfbbbb;
  font-size: 11px;
}
.agenda .borderLine {
  border-top: 1px solid;
  margin: 2px 10px;
}
.agenda .today {
  font-weight: 500;
  font-size: 23px;
  padding: 5px;
}
.agenda .date-time {
  color: #5e5e5e;
  font-weight: 600;
  font-size: 20px;
  padding: 9px 10px;
}
.agenda .appointment {
  padding-bottom: 20px;
}
.agenda .appointment img {
  float: left;
  margin: 2px 10px;
}
.agenda .appointment .info {
  float: left;
  padding-top: 5px;
}
.agenda .appointment .btn-group {
  float: left;
  clear: both;
  margin-top: 10px;
  padding-left: 10px;
}
.agenda .appointment .preCallList {
  float: left;
  padding: 1px 10px;
  font-size: 15px;
  font-style: italic;
  width: 100%;
}
.agenda .appointment .preCallList > p {
  margin: 0px !important;
}
.agenda .appointment .preCallList .preCall {
  opacity: 0.5;
}
.agenda .appointment .relatedNewsContainer {
  float: left;
  clear: both;
  margin: 10px;
}
.agenda .appointment .relatedNewsContainer li {
  font-weight: bold;
}
.agenda .appointment .relatedNewsContainer .newsDate {
  opacity: 0.5;
  font-size: 12px;
  margin: 1px !important;
}
.agenda .appointment .relatedNewsContainer .relatedNews {
  opacity: 0.5;
  color: #21a0d2;
}
.agenda .appointment .title {
  display: block;
  color: #21a0d2;
  font-weight: bold;
}
.agenda .appointment .name {
  display: block;
}
.agenda .appointment .btn {
  border-color: #21a0d2;
  color: #21a0d2;
}
.upcoming h3,
.upcoming hr {
  flex: 0 0 100%;
}
.upcoming h3 {
  color: #5e5e5e;
  font-size: 2rem;
  font-weight: bold;
}
.upcoming .basf-component {
  display: flex;
  flex-wrap: wrap;
}
.upcoming .scheduleBtn {
  padding: 6px 15px;
  float: right;
  margin-right: 15px;
  margin-top: 5px;
  color: #21a0d2;
}
.upcoming .calendarBtn {
  width: 100%;
}
.upcoming .followupLabel {
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  opacity: 0.8;
  padding: 5px;
}
.upcoming .fa {
  font-size: x-large;
}
.upcoming .fa-flag {
  font-size: 30px;
  margin-right: 15px;
  display: block;
  float: right;
}
.upcoming .borderLine {
  border-top: 1px solid;
  width: 100%;
  margin: 5px 10px;
}
.upcoming .card {
  flex: 1 1 100%;
  padding: 0 20px 20px 0;
}
@media (min-width: 600px) {
  .upcoming .card {
    flex: 1 1 50%;
  }
}
@media (min-width: 768px) {
  .upcoming .card {
    flex: 1 1 33%;
  }
}
@media (max-width: 768px) {
  .upcoming .card {
    flex: 1 1 50%;
    padding: 10px;
  }
}
.upcoming .card * {
  display: block;
}
.upcoming .card a,
.upcoming .card a:hover,
.upcoming .card a:focus {
  color: #21a0d2;
}
.carousel-cmp {
  position: relative;
  overflow: hidden;
}
.carousel-cmp .slider-nav .slick-current img {
  border: 4px solid #21a0d2;
}
.carousel-cmp .slider-for {
  margin-bottom: 0.5rem;
}
.carousel-cmp .slider-for .image-video-tile.floating-title .cell-content .overlay-content {
  margin-left: 60px;
  margin-right: 60px;
}
.carousel-cmp.dots-bottom .slider-for {
  margin-bottom: 2rem;
}
.carousel-cmp.dots-bottom.thumbnail-overlay-bottom[data-arrows-with-thumbnails=true][data-thumbnails-visible=true] .slider-nav,
.carousel-cmp.dots-bottom.thumbnail-outside-left[data-arrows-with-thumbnails=true][data-thumbnails-visible=true] .slider-nav,
.carousel-cmp.dots-bottom.thumbnail-outside-bottom[data-arrows-with-thumbnails=true][data-thumbnails-visible=true] .slider-nav,
.carousel-cmp.dots-bottom.thumbnail-outside-right[data-arrows-with-thumbnails=true][data-thumbnails-visible=true] .slider-nav {
  bottom: 16px;
}
.carousel-cmp.dots-bottom.thumbnail-outside-bottom[data-arrows-with-thumbnails=true][data-thumbnails-visible=true] .slider-nav {
  margin-bottom: 1rem;
}
.carousel-cmp .slider-nav .slick-list {
  display: none;
}
.carousel-cmp .slider-nav .slick-list img:hover {
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .carousel-cmp .slider-nav .slick-list {
    display: block;
  }
  .carousel-cmp.dots-bottom.thumbnail-overlay-bottom[data-arrows-with-thumbnails=true][data-thumbnails-visible=true] .slider-nav {
    bottom: calc(25px + 2rem);
  }
}
.carousel-cmp .slick-dots button:before {
  font-size: 3rem;
  color: #21a0d2;
}
.carousel-cmp .slick-dots .slick-active button:before {
  color: #21a0d2;
}
.carousel-cmp .slick-next,
.carousel-cmp .slick-prev {
  z-index: 2;
  width: 2rem;
  height: 2rem;
}
.carousel-cmp.thumbnail-outside-bottom .slider-nav .slick-slide,
.carousel-cmp.thumbnail-outside-top .slider-nav .slick-slide,
.carousel-cmp.thumbnail-overlay-bottom .slider-nav .slick-slide,
.carousel-cmp.thumbnail-overlay-top .slider-nav .slick-slide {
  margin: 0 0.5rem;
}
.carousel-cmp.thumbnail-outside-left .slider-nav .slick-slide,
.carousel-cmp.thumbnail-outside-right .slider-nav .slick-slide,
.carousel-cmp.thumbnail-overlay-left .slider-nav .slick-slide,
.carousel-cmp.thumbnail-overlay-right .slider-nav .slick-slide {
  margin: 0.5rem 0;
}
.carousel-cmp.thumbnail-outside-left .slider-nav .slick-slide.slick-current,
.carousel-cmp.thumbnail-outside-right .slider-nav .slick-slide.slick-current,
.carousel-cmp.thumbnail-overlay-left .slider-nav .slick-slide.slick-current,
.carousel-cmp.thumbnail-overlay-right .slider-nav .slick-slide.slick-current {
  margin: calc(0.5rem - 2px) 0;
}
.carousel-cmp .slick-prev {
  left: 25px;
}
.carousel-cmp .slick-prev:before {
  font-family: BASFIconFontNewStyle;
  content: "\e902";
  color: #21a0d2;
  font-size: 2rem;
}
.carousel-cmp .slick-next {
  right: 25px;
}
.carousel-cmp .slick-next:before {
  font-family: BASFIconFontNewStyle;
  content: "\e906";
  color: #21a0d2;
  font-size: 2rem;
}
.carousel-cmp[data-arrows-with-thumbnails=true][data-thumbnails-visible=true] .slider-nav .slick-prev {
  left: -25px;
}
.carousel-cmp[data-arrows-with-thumbnails=true][data-thumbnails-visible=true] .slider-nav .slick-next {
  right: -25px;
}
.carousel-cmp.thumbnail-outside-left[data-arrows-with-thumbnails=true] .slider-nav .slick-prev:before,
.carousel-cmp.thumbnail-outside-right[data-arrows-with-thumbnails=true] .slider-nav .slick-prev:before,
.carousel-cmp.thumbnail-overlay-left[data-arrows-with-thumbnails=true] .slider-nav .slick-prev:before,
.carousel-cmp.thumbnail-overlay-right[data-arrows-with-thumbnails=true] .slider-nav .slick-prev:before {
  content: "\e908";
}
.carousel-cmp.thumbnail-outside-left[data-arrows-with-thumbnails=true] .slider-nav .slick-next:before,
.carousel-cmp.thumbnail-outside-right[data-arrows-with-thumbnails=true] .slider-nav .slick-next:before,
.carousel-cmp.thumbnail-overlay-left[data-arrows-with-thumbnails=true] .slider-nav .slick-next:before,
.carousel-cmp.thumbnail-overlay-right[data-arrows-with-thumbnails=true] .slider-nav .slick-next:before {
  content: "\e903";
}
.carousel-cmp.thumbnail-overlay-left .slider-nav,
.carousel-cmp.thumbnail-overlay-right .slider-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.carousel-cmp.thumbnail-outside-bottom .slider-nav,
.carousel-cmp.thumbnail-outside-top .slider-nav,
.carousel-cmp.thumbnail-overlay-bottom .slider-nav,
.carousel-cmp.thumbnail-overlay-top .slider-nav {
  max-width: 50%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .carousel-cmp.thumbnail-outside-bottom.dots-top .slider-for,
  .carousel-cmp.thumbnail-outside-left.dots-top .slider-for,
  .carousel-cmp.thumbnail-outside-right.dots-top .slider-for,
  .carousel-cmp.thumbnail-outside-top.dots-top .slider-for,
  .carousel-cmp.thumbnail-overlay-bottom.dots-top .slider-for,
  .carousel-cmp.thumbnail-overlay-left.dots-top .slider-for,
  .carousel-cmp.thumbnail-overlay-right.dots-top .slider-for,
  .carousel-cmp.thumbnail-overlay-top.dots-top .slider-for {
    margin-bottom: 2rem;
  }
}
.carousel-cmp.thumbnail-outside-bottom.dots-top .slider-for .slick-dots,
.carousel-cmp.thumbnail-outside-left.dots-top .slider-for .slick-dots,
.carousel-cmp.thumbnail-outside-right.dots-top .slider-for .slick-dots,
.carousel-cmp.thumbnail-outside-top.dots-top .slider-for .slick-dots,
.carousel-cmp.thumbnail-overlay-bottom.dots-top .slider-for .slick-dots,
.carousel-cmp.thumbnail-overlay-left.dots-top .slider-for .slick-dots,
.carousel-cmp.thumbnail-overlay-right.dots-top .slider-for .slick-dots,
.carousel-cmp.thumbnail-overlay-top.dots-top .slider-for .slick-dots {
  bottom: -25px;
}
@media screen and (min-width: 768px) {
  .carousel-cmp.thumbnail-outside-bottom.dots-top .slider-for .slick-dots,
  .carousel-cmp.thumbnail-outside-left.dots-top .slider-for .slick-dots,
  .carousel-cmp.thumbnail-outside-right.dots-top .slider-for .slick-dots,
  .carousel-cmp.thumbnail-outside-top.dots-top .slider-for .slick-dots,
  .carousel-cmp.thumbnail-overlay-bottom.dots-top .slider-for .slick-dots,
  .carousel-cmp.thumbnail-overlay-left.dots-top .slider-for .slick-dots,
  .carousel-cmp.thumbnail-overlay-right.dots-top .slider-for .slick-dots,
  .carousel-cmp.thumbnail-overlay-top.dots-top .slider-for .slick-dots {
    bottom: 25px;
  }
}
.carousel-cmp.thumbnail-overlay-bottom .slider-nav {
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
}
.carousel-cmp.thumbnail-overlay-bottom.dots-top[data-dots=true] .slider-nav {
  bottom: 70px;
}
.carousel-cmp.thumbnail-overlay-top .slider-nav {
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
}
.carousel-cmp.thumbnail-overlay-left .slider-nav,
.carousel-cmp.thumbnail-overlay-right .slider-nav {
  max-width: 130px;
  min-width: 130px;
  width: 130px;
}
.carousel-cmp.thumbnail-overlay-left .slider-nav .slick-prev,
.carousel-cmp.thumbnail-overlay-right .slider-nav .slick-prev {
  top: -15px;
}
.carousel-cmp.thumbnail-overlay-left .slider-nav .slick-next,
.carousel-cmp.thumbnail-overlay-right .slider-nav .slick-next {
  bottom: -45px;
  top: auto;
}
.carousel-cmp.thumbnail-overlay-left[data-arrows-with-thumbnails=true] .slider-nav {
  left: 25px;
}
.carousel-cmp.thumbnail-overlay-left .slider-nav {
  left: 70px;
}
.carousel-cmp.thumbnail-overlay-left .slider-nav .slick-next,
.carousel-cmp.thumbnail-overlay-left .slider-nav .slick-prev {
  left: 40px;
}
.carousel-cmp.thumbnail-overlay-right[data-arrows-with-thumbnails=true] .slider-nav {
  right: 25px;
}
.carousel-cmp.thumbnail-overlay-right .slider-nav {
  right: 70px;
}
.carousel-cmp.thumbnail-overlay-right .slider-nav .slick-next,
.carousel-cmp.thumbnail-overlay-right .slider-nav .slick-prev {
  right: 55px;
  left: auto;
}
.carousel-cmp.thumbnail-outside-left,
.carousel-cmp.thumbnail-outside-right,
.carousel-cmp.thumbnail-outside-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.carousel-cmp.thumbnail-outside-top .slider-nav {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  margin-bottom: 0.5rem;
}
.carousel-cmp.thumbnail-outside-top .slider-for {
  width: 100%;
}
.carousel-cmp.thumbnail-outside-left .slider-nav,
.carousel-cmp.thumbnail-outside-right .slider-nav {
  display: none;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 130px;
  flex: 0 0 130px;
}
.carousel-cmp.thumbnail-outside-left .slider-nav .slick-prev,
.carousel-cmp.thumbnail-outside-right .slider-nav .slick-prev {
  top: 25px;
  left: 50px;
}
.carousel-cmp.thumbnail-outside-left .slider-nav .slick-next,
.carousel-cmp.thumbnail-outside-right .slider-nav .slick-next {
  bottom: 25px;
  left: 50px;
  top: auto;
}
@media screen and (min-width: 768px) {
  .carousel-cmp.thumbnail-outside-left .slider-nav,
  .carousel-cmp.thumbnail-outside-right .slider-nav {
    display: block;
    margin: -0.5rem 0;
  }
}
@media screen and (min-width: 768px) {
  .carousel-cmp.thumbnail-outside-left[data-arrows-with-thumbnails=true] .slider-nav,
  .carousel-cmp.thumbnail-outside-right[data-arrows-with-thumbnails=true] .slider-nav {
    padding: 15px 0;
    margin: 0;
  }
}
.carousel-cmp.thumbnail-outside-left[data-arrows-with-thumbnails=true] .slider-nav .slick-prev,
.carousel-cmp.thumbnail-outside-right[data-arrows-with-thumbnails=true] .slider-nav .slick-prev {
  -webkit-transform: none;
  transform: none;
  position: relative;
  left: 40px;
  top: auto;
}
.carousel-cmp.thumbnail-outside-left[data-arrows-with-thumbnails=true] .slider-nav .slick-next,
.carousel-cmp.thumbnail-outside-right[data-arrows-with-thumbnails=true] .slider-nav .slick-next {
  -webkit-transform: none;
  transform: none;
  position: relative;
  left: 40px;
  bottom: auto;
}
.carousel-cmp.thumbnail-outside-left .slider-for,
.carousel-cmp.thumbnail-outside-right .slider-for {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .carousel-cmp.thumbnail-outside-left .slider-for,
  .carousel-cmp.thumbnail-outside-right .slider-for {
    width: calc(100% - 130px - 0.5rem);
  }
}
.carousel-cmp.thumbnail-outside-left .slider-nav {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.carousel-cmp.show-multiple .slider-for .slick-list {
  margin: 0 -1rem;
}
.carousel-cmp.show-multiple .slider-for .slick-slide {
  margin: 1rem;
}
.carousel-cmp.show-multiple .slider-for .slick-arrow {
  background-color: rgba(100, 100, 100, 0.7);
  border-radius: 50%;
  border: 1px solid #dcdcdc;
  width: 50px;
  height: 50px;
}
.carousel-cmp.show-multiple .slider-for .slick-arrow::before {
  font-size: 1.1rem;
  color: #ffffff;
  width: 50px;
  line-height: 50px;
  position: absolute;
  top: -1px;
}
.carousel-cmp.show-multiple .slider-for .slick-prev {
  left: 1rem;
}
.carousel-cmp.show-multiple .slider-for .slick-prev:before {
  left: -1px;
}
@media screen and (max-width: 479px) {
  .carousel-cmp.show-multiple .slider-for .slick-prev {
    left: 1%;
  }
  .carousel-cmp.show-multiple .slider-for .slick-prev::before {
    left: 2px;
  }
}
.carousel-cmp.show-multiple .slider-for .slick-next {
  right: 1rem;
}
.carousel-cmp.show-multiple .slider-for .slick-next:before {
  left: 1px;
}
@media screen and (max-width: 479px) {
  .carousel-cmp.show-multiple .slider-for .slick-next {
    right: 1%;
  }
  .carousel-cmp.show-multiple .slider-for .slick-next::before {
    left: 2px;
  }
}
.carousel-cmp.show-multiple .slider-for .teaser-component img {
  height: 225px;
  object-fit: cover;
}
.ag__global-site .carousel-cmp.show-multiple .slider-for .slick-list {
  padding-top: 2rem;
}
.ag__global-site .carousel-cmp.show-multiple .slick-arrow {
  background-color: #21a0d2;
  top: 0;
  transform: translateY(0);
  height: 32px;
  width: 32px;
}
.ag__global-site .carousel-cmp.show-multiple .slick-arrow::before {
  width: 32px;
  line-height: 32px;
}
.ag__global-site .carousel-cmp.show-multiple .slick-prev {
  right: 40px;
  left: auto;
}
.ag__global-site .carousel-cmp.show-multiple .slick-prev::before {
  left: -3px;
}
.ag__global-site .carousel-cmp.show-multiple .slick-next {
  right: 0;
}
.ag__global-site .carousel-cmp.show-multiple .slick-next::before {
  left: 2px;
}
.carousel-cmp.carousel-zoom .slider-for .slick-current {
  overflow: hidden;
}
.carousel-cmp.carousel-zoom .slider-for .slick-current img {
  -webkit-animation-name: zoom;
  animation-name: zoom;
  -webkit-animation-duration: 15s;
  animation-duration: 15s;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  to {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
@keyframes zoom {
  from {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  to {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
.story-article p {
  padding: 10px 20px;
}
@media screen and (min-width: 768px) {
  .story-article p {
    padding: 10px 100px;
  }
}
.story-article .story-title {
  font-weight: bold;
  color: #21a0d2;
  font-weight: 1.5em;
}
.cls-1 {
  fill: none;
  stroke: #000;
  stroke-linejoin: round;
  stroke-width: 0.97px;
  pointer-events: all;
}
.cls-1.active,
.cls-1.highlight,
.cls-1:hover {
  cursor: pointer;
}
.cls-1 .white-text {
  fill: #ffffff;
  stroke: #ffffff;
}
.cls-1 .black-text {
  fill: #000000;
  stroke: #000000;
}
.pestcontrol-map .cls-1.region-1 {
  fill: #b2c8df;
}
.pestcontrol-map .cls-1.region-1.active,
.pestcontrol-map .cls-1.region-1.highlight,
.pestcontrol-map .cls-1.region-1:hover {
  fill: #8eaed0;
}
.pestcontrol-map .cls-1.region-2 {
  fill: #adadad;
}
.pestcontrol-map .cls-1.region-2.active,
.pestcontrol-map .cls-1.region-2.highlight,
.pestcontrol-map .cls-1.region-2:hover {
  fill: #949494;
}
.pestcontrol-map .cls-1.region-3 {
  fill: #cbdbea;
}
.pestcontrol-map .cls-1.region-3.active,
.pestcontrol-map .cls-1.region-3.highlight,
.pestcontrol-map .cls-1.region-3:hover {
  fill: #a7c2db;
}
.pestcontrol-map .cls-1.region-4 {
  fill: #d3d3d3;
}
.pestcontrol-map .cls-1.region-4.active,
.pestcontrol-map .cls-1.region-4.highlight,
.pestcontrol-map .cls-1.region-4:hover {
  fill: #bababa;
}
.pestcontrol-map .cls-1.region-5 {
  fill: #a6a6a6;
}
.pestcontrol-map .cls-1.region-5.active,
.pestcontrol-map .cls-1.region-5.highlight,
.pestcontrol-map .cls-1.region-5:hover {
  fill: #8d8d8d;
}
.pestcontrol-map .cls-1.region-6 {
  fill: #8daed0;
}
.pestcontrol-map .cls-1.region-6.active,
.pestcontrol-map .cls-1.region-6.highlight,
.pestcontrol-map .cls-1.region-6:hover {
  fill: #6994c1;
}
.pestcontrol-map .cls-1.region-7 {
  fill: #5989bb;
}
.pestcontrol-map .cls-1.region-7.active,
.pestcontrol-map .cls-1.region-7.highlight,
.pestcontrol-map .cls-1.region-7:hover {
  fill: #4170a0;
}
.pestcontrol-map .cls-1.region-8 {
  fill: #919191;
}
.pestcontrol-map .cls-1.region-8.active,
.pestcontrol-map .cls-1.region-8.highlight,
.pestcontrol-map .cls-1.region-8:hover {
  fill: #787878;
}
.pestcontrol-map .cls-1.region-9 {
  fill: #666666;
}
.pestcontrol-map .cls-1.region-9.active,
.pestcontrol-map .cls-1.region-9.highlight,
.pestcontrol-map .cls-1.region-9:hover {
  fill: #4d4d4d;
}
.pestcontrol-map .cls-1.region-10 {
  fill: #cecdcd;
}
.pestcontrol-map .cls-1.region-10.active,
.pestcontrol-map .cls-1.region-10.highlight,
.pestcontrol-map .cls-1.region-10:hover {
  fill: #b5b3b3;
}
.pestcontrol-map .cls-1.region-11 {
  fill: #4e81b7;
}
.pestcontrol-map .cls-1.region-11.active,
.pestcontrol-map .cls-1.region-11.highlight,
.pestcontrol-map .cls-1.region-11:hover {
  fill: #3d6895;
}
.pestcontrol-map .cls-1.region-12 {
  fill: #ccdbea;
}
.pestcontrol-map .cls-1.region-12.active,
.pestcontrol-map .cls-1.region-12.highlight,
.pestcontrol-map .cls-1.region-12:hover {
  fill: #a8c2db;
}
.pestcontrol-map .cls-1.region-13 {
  fill: #2566a6;
}
.pestcontrol-map .cls-1.region-13.active,
.pestcontrol-map .cls-1.region-13.highlight,
.pestcontrol-map .cls-1.region-13:hover {
  fill: #1c4c7c;
}
.pestcontrol-map .cls-1.region-14 {
  fill: #004a96;
}
.pestcontrol-map .cls-1.region-14.active,
.pestcontrol-map .cls-1.region-14.highlight,
.pestcontrol-map .cls-1.region-14:hover {
  fill: #003163;
}
.pestcontrol-map .cls-1.region-15 {
  fill: #676767;
}
.pestcontrol-map .cls-1.region-15.active,
.pestcontrol-map .cls-1.region-15.highlight,
.pestcontrol-map .cls-1.region-15:hover {
  fill: #4e4e4e;
}
.pestcontrol-map .cls-1.region-16 {
  fill: #7ea4c9;
}
.pestcontrol-map .cls-1.region-16.active,
.pestcontrol-map .cls-1.region-16.highlight,
.pestcontrol-map .cls-1.region-16:hover {
  fill: #5a8bba;
}
.pestcontrol-map .cls-1.region-17 {
  fill: #004a96;
}
.pestcontrol-map .cls-1.region-17.active,
.pestcontrol-map .cls-1.region-17.highlight,
.pestcontrol-map .cls-1.region-17:hover {
  fill: #003163;
}
.pestcontrol-map .cls-1.region-18 {
  fill: #333333;
}
.pestcontrol-map .cls-1.region-18.active,
.pestcontrol-map .cls-1.region-18.highlight,
.pestcontrol-map .cls-1.region-18:hover {
  fill: #1a1a1a;
}
.turf-map .cls-1.region-1 {
  fill: #b2d7c5;
}
.turf-map .cls-1.region-1.active,
.turf-map .cls-1.region-1.highlight,
.turf-map .cls-1.region-1:hover {
  fill: #90c6ac;
}
.turf-map .cls-1.region-2 {
  fill: #8cc3a6;
}
.turf-map .cls-1.region-2.active,
.turf-map .cls-1.region-2.highlight,
.turf-map .cls-1.region-2:hover {
  fill: #6ab28c;
}
.turf-map .cls-1.region-3 {
  fill: #5ba880;
}
.turf-map .cls-1.region-3.active,
.turf-map .cls-1.region-3.highlight,
.turf-map .cls-1.region-3:hover {
  fill: #488867;
}
.turf-map .cls-1.region-4 {
  fill: #1c874e;
}
.turf-map .cls-1.region-4.active,
.turf-map .cls-1.region-4.highlight,
.turf-map .cls-1.region-4:hover {
  fill: #135d36;
}
.turf-map .cls-1.region-5 {
  fill: #99c9b1;
}
.turf-map .cls-1.region-5.active,
.turf-map .cls-1.region-5.highlight,
.turf-map .cls-1.region-5:hover {
  fill: #78b798;
}
.turf-map .cls-1.region-6 {
  fill: #409b6a;
}
.turf-map .cls-1.region-6.active,
.turf-map .cls-1.region-6.highlight,
.turf-map .cls-1.region-6:hover {
  fill: #317751;
}
.turf-map .cls-1.region-7 {
  fill: #5ba880;
}
.turf-map .cls-1.region-7.active,
.turf-map .cls-1.region-7.highlight,
.turf-map .cls-1.region-7:hover {
  fill: #488867;
}
.turf-map .cls-1.region-8 {
  fill: #04793b;
}
.turf-map .cls-1.region-8.active,
.turf-map .cls-1.region-8.highlight,
.turf-map .cls-1.region-8:hover {
  fill: #024823;
}
.turf-map .cls-1.region-9 {
  fill: #8cc3a6;
}
.turf-map .cls-1.region-9.active,
.turf-map .cls-1.region-9.highlight,
.turf-map .cls-1.region-9:hover {
  fill: #6ab28c;
}
.turf-map .cls-1.region-10 {
  fill: #4fa173;
}
.turf-map .cls-1.region-10.active,
.turf-map .cls-1.region-10.highlight,
.turf-map .cls-1.region-10:hover {
  fill: #3e7f5b;
}
.turf-map .cls-1.region-11 {
  fill: #0a7842;
}
.turf-map .cls-1.region-11.active,
.turf-map .cls-1.region-11.highlight,
.turf-map .cls-1.region-11:hover {
  fill: #064928;
}
.turf-map .cls-1.region-12 {
  fill: #4fa175;
}
.turf-map .cls-1.region-12.active,
.turf-map .cls-1.region-12.highlight,
.turf-map .cls-1.region-12:hover {
  fill: #3e7f5c;
}
.turf-map .cls-1.region-13 {
  fill: #048438;
}
.turf-map .cls-1.region-13.active,
.turf-map .cls-1.region-13.highlight,
.turf-map .cls-1.region-13:hover {
  fill: #035323;
}
.turf-map .cls-1.region-14 {
  fill: #beddcd;
}
.turf-map .cls-1.region-14.active,
.turf-map .cls-1.region-14.highlight,
.turf-map .cls-1.region-14:hover {
  fill: #9dcbb3;
}
.turf-map .cls-1.region-15 {
  fill: #04793b;
}
.turf-map .cls-1.region-15.active,
.turf-map .cls-1.region-15.highlight,
.turf-map .cls-1.region-15:hover {
  fill: #024823;
}
.turf-map .cls-1.region-16 {
  fill: #5ba67f;
}
.turf-map .cls-1.region-16.active,
.turf-map .cls-1.region-16.highlight,
.turf-map .cls-1.region-16:hover {
  fill: #488666;
}
.turf-map .cls-1.region-17 {
  fill: #add7c3;
}
.turf-map .cls-1.region-17.active,
.turf-map .cls-1.region-17.highlight,
.turf-map .cls-1.region-17:hover {
  fill: #8bc6aa;
}
.plants-map .cls-1.region-1 {
  fill: #feddb2;
}
.plants-map .cls-1.region-1.active,
.plants-map .cls-1.region-1.highlight,
.plants-map .cls-1.region-1:hover {
  fill: #fdc780;
}
.plants-map .cls-1.region-2 {
  fill: #fccc8c;
}
.plants-map .cls-1.region-2.active,
.plants-map .cls-1.region-2.highlight,
.plants-map .cls-1.region-2:hover {
  fill: #fbb65a;
}
.plants-map .cls-1.region-3 {
  fill: #fbb24c;
}
.plants-map .cls-1.region-3.active,
.plants-map .cls-1.region-3.highlight,
.plants-map .cls-1.region-3:hover {
  fill: #fa9d1a;
}
.plants-map .cls-1.region-4 {
  fill: #fa8f00;
}
.plants-map .cls-1.region-4.active,
.plants-map .cls-1.region-4.highlight,
.plants-map .cls-1.region-4:hover {
  fill: #c77200;
}
.plants-map .cls-1.region-5 {
  fill: #fcd298;
}
.plants-map .cls-1.region-5.active,
.plants-map .cls-1.region-5.highlight,
.plants-map .cls-1.region-5:hover {
  fill: #fbbc66;
}
.plants-map .cls-1.region-6 {
  fill: #fbb659;
}
.plants-map .cls-1.region-6.active,
.plants-map .cls-1.region-6.highlight,
.plants-map .cls-1.region-6:hover {
  fill: #faa027;
}
.plants-map .cls-1.region-7 {
  fill: #fab357;
}
.plants-map .cls-1.region-7.active,
.plants-map .cls-1.region-7.highlight,
.plants-map .cls-1.region-7:hover {
  fill: #f99d25;
}
.plants-map .cls-1.region-8 {
  fill: #fb9919;
}
.plants-map .cls-1.region-8.active,
.plants-map .cls-1.region-8.highlight,
.plants-map .cls-1.region-8:hover {
  fill: #dd7f04;
}
.plants-map .cls-1.region-9 {
  fill: #fccc8c;
}
.plants-map .cls-1.region-9.active,
.plants-map .cls-1.region-9.highlight,
.plants-map .cls-1.region-9:hover {
  fill: #fbb65a;
}
.plants-map .cls-1.region-10 {
  fill: #fab24c;
}
.plants-map .cls-1.region-10.active,
.plants-map .cls-1.region-10.highlight,
.plants-map .cls-1.region-10:hover {
  fill: #f99d1a;
}
.plants-map .cls-1.region-11 {
  fill: #f39609;
}
.plants-map .cls-1.region-11.active,
.plants-map .cls-1.region-11.highlight,
.plants-map .cls-1.region-11:hover {
  fill: #c27807;
}
.plants-map .cls-1.region-12 {
  fill: #fab861;
}
.plants-map .cls-1.region-12.active,
.plants-map .cls-1.region-12.highlight,
.plants-map .cls-1.region-12:hover {
  fill: #f8a230;
}
.plants-map .cls-1.region-13 {
  fill: #f8981c;
}
.plants-map .cls-1.region-13.active,
.plants-map .cls-1.region-13.highlight,
.plants-map .cls-1.region-13:hover {
  fill: #da7e07;
}
.plants-map .cls-1.region-14 {
  fill: #fde3c0;
}
.plants-map .cls-1.region-14.active,
.plants-map .cls-1.region-14.highlight,
.plants-map .cls-1.region-14:hover {
  fill: #fbcd8f;
}
.plants-map .cls-1.region-15 {
  fill: #f8981c;
}
.plants-map .cls-1.region-15.active,
.plants-map .cls-1.region-15.highlight,
.plants-map .cls-1.region-15:hover {
  fill: #da7e07;
}
.plants-map .cls-1.region-16 {
  fill: #fdba69;
}
.plants-map .cls-1.region-16.active,
.plants-map .cls-1.region-16.highlight,
.plants-map .cls-1.region-16:hover {
  fill: #fca337;
}
.plants-map .cls-1.region-17 {
  fill: #ffe2af;
}
.plants-map .cls-1.region-17.active,
.plants-map .cls-1.region-17.highlight,
.plants-map .cls-1.region-17:hover {
  fill: #ffd07c;
}
.rep-heading {
  color: #21a0d2;
}
.rep-info {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .rep-info {
    width: 50%;
  }
}
.sales-rep-profile {
  background: #f0f0f0;
  float: left;
  clear: left;
  padding: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media screen and (min-width: 992px) {
  .sales-rep-profile {
    margin: 20px 20px 20px 0;
  }
}
.rep-details {
  width: 60%;
}
.rep-image {
  width: 40%;
}
.rep-image img {
  width: 100%;
}
.rep-details,
.rep-image {
  float: left;
  display: block;
}
.rep-details span,
.rep-image span {
  width: 100%;
  display: block;
  padding: 2px 10px;
}
.rep-details .rep-title,
.rep-image .rep-title {
  font-weight: bold;
}
.rep-details .rep-name h4,
.rep-image .rep-name h4 {
  color: #21a0d2;
  font-weight: bold;
  font-size: 1rem;
  text-transform: uppercase;
}
.rep-details .rep-title,
.rep-image .rep-title {
  font-weight: bold;
}
.rep-details .rep-phone a,
.rep-image .rep-phone a {
  color: #333333;
}
.rep-email a {
  color: #21a0d2;
}
.rf_search-form {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}
@media all and (min-width: 768px) {
  .rf_search-form {
    width: 50%;
  }
}
.rf_search-box {
  width: 100%;
  position: relative;
}
.rf_search-string {
  background-color: white;
  border: 1px solid #dcdcdc;
  width: calc(100% - 39px);
  height: 35px;
  padding: 2px;
  padding-right: 42px;
  vertical-align: bottom;
}
.rf_user-location {
  background: #21a0d2;
  border: 0;
  color: white;
  width: 35px;
  height: 35px;
  padding: 0;
}
.rf_user-location .icon {
  top: 0;
  padding: 7px;
  font-size: 26px;
  vertical-align: -webkit-baseline-middle;
}
.rf_search-submit {
  color: #21a0d2;
  white-space: nowrap;
  cursor: pointer;
  border-style: none;
  background: transparent;
  font-weight: 900;
  padding: 4px 8px;
  display: inline-block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0;
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}
.rf_suggestion-area {
  top: 100%;
  left: 38px;
  width: calc(100% - 39px);
  position: absolute;
  background: lightgray;
  padding-left: 0;
  margin: 0;
  display: none;
  z-index: 1;
}
.rf_suggestion-area li {
  padding: 6px;
  margin-bottom: 0;
  list-style-type: none;
  cursor: pointer;
}
@media (min-width: 768px) {
  .rf_results-area {
    display: flex;
    flex-direction: row;
  }
}
.rf_list-results {
  flex-direction: column;
  width: 100%;
}
@media all and (min-width: 768px) {
  .rf_list-results {
    width: 50%;
  }
}
@media all and (max-width: 767px) {
  .rf_list-results {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.rf_list-results dl,
.rf_list-results ul {
  padding-left: 0;
}
@media all and (min-width: 768px) {
  .rf_list-results dl,
  .rf_list-results ul {
    padding-right: 15px;
  }
}
.rf_list-results dl dd,
.rf_list-results ul dd,
.rf_list-results dl dt,
.rf_list-results ul dt,
.rf_list-results dl li,
.rf_list-results ul li {
  padding: 5px 13px;
  margin-right: 15px;
  list-style-type: none;
  cursor: pointer;
}
.rf_list-results dl dd.active,
.rf_list-results ul dd.active,
.rf_list-results dl dt.active,
.rf_list-results ul dt.active,
.rf_list-results dl li.active,
.rf_list-results ul li.active {
  background: #f0f0f0;
}
.rf_list-results dl dd div,
.rf_list-results ul dd div,
.rf_list-results dl dt div,
.rf_list-results ul dt div,
.rf_list-results dl li div,
.rf_list-results ul li div {
  line-height: 1.25rem;
}
.rf_list-results dl dd div .icon,
.rf_list-results ul dd div .icon,
.rf_list-results dl dt div .icon,
.rf_list-results ul dt div .icon,
.rf_list-results dl li div .icon,
.rf_list-results ul li div .icon {
  vertical-align: text-top;
}
.rf_list-results dl dt,
.rf_list-results ul dt {
  font-weight: bold;
  font-size: 1.25rem;
  cursor: default;
}
@media all and (min-width: 768px) {
  .rf_list-results dl.rf_two_column,
  .rf_list-results ul.rf_two_column {
    float: left;
    width: 50%;
  }
}
.rf_list-results dl.rf_two_column dd,
.rf_list-results ul.rf_two_column dd,
.rf_list-results dl.rf_two_column dt,
.rf_list-results ul.rf_two_column dt,
.rf_list-results dl.rf_two_column li,
.rf_list-results ul.rf_two_column li {
  width: 100%;
}
.rf_map-results {
  display: none;
  flex-direction: column;
  width: 100%;
}
@media all and (min-width: 768px) {
  .rf_map-results {
    width: 50%;
  }
}
.rf_map-results .rf_map {
  height: 400px;
  width: 100%;
}
.rf_map-results > div {
  width: 100%;
  display: block;
}
.rf_requery-by-map {
  display: none;
}
.rf_product-select {
  width: 100%;
  display: none;
  padding: 0 0 20px;
  position: relative;
}
.rf_product-select .icon {
  position: absolute;
  top: 12px;
  left: calc(50% - 30px);
  color: #21a0d2;
}
.rf_product-options {
  width: 50%;
  background-image: none;
  background-color: #ffffff;
  font-size: 16px;
  height: 35px;
  border-radius: 0;
  border: 1px solid #dcdcdc;
  color: #333333;
  -webkit-border-radius: 0px;
  padding: 2px 5px;
}
.rf_dropdown-validation-error {
  display: none;
  color: #c50022;
}
.paragraph-style.reduced-spacing h1,
.headline-style.reduced-spacing h1,
.paragraph-style.reduced-spacing h2,
.headline-style.reduced-spacing h2,
.paragraph-style.reduced-spacing h3,
.headline-style.reduced-spacing h3,
.paragraph-style.reduced-spacing h4,
.headline-style.reduced-spacing h4,
.paragraph-style.reduced-spacing h5,
.headline-style.reduced-spacing h5 {
  margin-bottom: 0;
  line-height: 0.5;
}
.paragraph-style.reduced-spacing ol li,
.headline-style.reduced-spacing ol li {
  margin-bottom: 5px;
}
.paragraph-style.reduced-spacing .introtext,
.headline-style.reduced-spacing .introtext,
.paragraph-style.reduced-spacing .copytext,
.headline-style.reduced-spacing .copytext {
  margin-bottom: 1rem;
}
.revxfields-map .btn {
  margin-bottom: 0rem;
  letter-spacing: -0.025rem;
  text-transform: uppercase;
  box-shadow: 0 4px 7px -1px rgba(0, 0, 0, 0.11), 0 2px 4px -1px rgba(0, 0, 0, 0.07);
  background-size: 150%;
  background-position-x: 25%;
  border-radius: 10px;
  padding: .5rem 1rem;
  width: 100%;
  text-align: left;
  color: gray;
  font-weight: 500;
}
.revxfields-map .form-control {
  letter-spacing: -0.025rem;
  text-transform: uppercase;
  font-weight: 500;
  border: 0;
  height: 36px;
  color: #555;
  box-shadow: 0 4px 7px -1px rgba(0, 0, 0, 0.11), 0 2px 4px -1px rgba(0, 0, 0, 0.07) !important;
  background-size: 150%;
  background-position-x: 25%;
  border-radius: 10px;
  padding: .5rem 1rem;
  width: 100%;
  text-align: left;
}
.revxfields-map .dropdown-menu {
  color: #555;
  font-weight: 500;
  border-radius: 10px;
  box-shadow: 0 4px 7px -1px rgba(0, 0, 0, 0.11), 0 2px 4px -1px rgba(0, 0, 0, 0.07) !important;
  border: 0;
  width: 100%;
}
.revxfields-map .dropdown-menu > li > a {
  padding: 5px 15px;
  font-size: 16px;
}
.revxfields-map .panel {
  border-radius: 15px;
  box-shadow: 0 4px 7px -1px rgba(0, 0, 0, 0.11), 0 2px 4px -1px rgba(0, 0, 0, 0.07) !important;
  display: block;
  border: 0;
}
.revxfields-map .panel-heading {
  background-color: #fff;
  border-bottom: 0;
  text-align: center;
  font-family: 'Roboto';
  color: #000;
}
.revxfields-map .panel-heading#revytek-header {
  color: #c60022;
  font-size: 2rem;
  font-weight: 700;
}
.revxfields-map .panel-heading#veltyma-header {
  color: #20a0d2;
  font-size: 2rem;
  font-weight: 700;
}
.revxfields-map .panel-heading sup {
  font-size: 0.5rem;
  font-weight: 300;
}
.revxfields-map .panel-heading span {
  font-size: 0.5rem;
  font-weight: 300;
}
.revxfields-map #map {
  border-radius: 15px;
  box-shadow: 0 4px 7px -1px rgba(0, 0, 0, 0.11), 0 2px 4px -1px rgba(0, 0, 0, 0.07) !important;
  display: block;
  height: 600px;
  width: 100%;
  margin: 0 15px;
}
.revxfields-map .btn-default {
  border: 0;
  color: gray;
  font-weight: 500;
}
.revxfields-map .dropdown-toggle::after {
  font-size: 8px;
  float: right;
  padding: 5px 0px;
  content: "\e903";
  display: inline-block;
  font-family: BASFIconFontNewStyle;
  transform: rotate(0deg);
  transition: transform .2s linear;
}
.revxfields-map .icon.icon-style.arrow-forward-new {
  top: 50%;
}
.revxfields-map .icon.icon-style.arrow-back-new {
  top: 50%;
}
.revxfields-map .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(180deg);
  transition: transform .2s linear;
}
.revxfields-map .flex-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.revxfields-map .flex-container::before {
  content: "";
}
.revxfields-map .flex-container::after {
  content: "";
}
.revxfields-map #reset-filters {
  color: #fff;
}
.revxfields-map .ndvi-image {
  width: 500px;
}
.revxfields-map .progress-bar {
  height: 30px;
  border-radius: 0 5px 5px 0;
  box-shadow: none;
  text-align: right;
  padding: 5px 10px;
  font-size: 14px;
}
.revxfields-map .progress-bar.revytek {
  background-color: #d43f3a;
}
.revxfields-map .progress-bar.veltyma {
  background-color: #20a0d2;
}
.revxfields-map .progress {
  width: 48%;
  height: 30px;
  background-color: transparent;
  border-radius: 0 5px 5px 0;
  box-shadow: none;
  margin-left: 10px;
}
.revxfields-map .marker-info {
  display: flex;
}
.revxfields-map .product-name {
  color: white;
  width: 48%;
  height: 30px;
  padding: 5px 10px;
  overflow: hidden;
  font-size: 14px;
  white-space: nowrap;
  border-radius: 5px 0 0 5px;
  text-overflow: ellipsis;
  background-color: black;
}
.revxfields-map .revxfields-header {
  display: flex;
  flex-direction: column;
  padding: 20px 0px 10px 0px;
}
.revxfields-map .revxfields-header .full-width {
  display: flex;
  justify-content: center;
}
.revxfields-map .revxfields-header .full-width .header-text {
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0;
  padding: 0;
  border: 0;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
.revxfields-map .revxfields-header .full-width .header-text.revxfields {
  font-size: 1.7rem;
}
.revxfields-map .revxfields-header .full-width .header-text.revxfields .green {
  color: #65ac1e;
  padding-left: 2px;
}
.revxfields-map .revxfields-header .full-width .header-text.revxfields .green .thin {
  font-weight: 100;
}
.revxfields-map .revxfields-header .full-width .header-text.difference {
  font-size: 2.2rem;
}
.revxfields-map .revxfields-subheader {
  padding: 0px 20px 0px 20px;
  font-size: 14px;
}
.cookie-consent-cmp {
  display: none;
  position: absolute;
  width: 100%;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cookie-consent-cmp.top {
  top: 0;
}
.cookie-consent-cmp.bottom {
  bottom: 0;
  position: fixed;
  z-index: 50;
}
.cookie-consent-cmp a {
  color: #21a0d2;
}
.cookie-consent-cmp a i.external-link {
  position: relative;
  top: 1px;
  margin: 0 5px;
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.cookie-consent-cmp .content {
  margin: 0 auto;
  max-width: 1200px;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.cookie-consent-cmp .content > div {
  color: #000000;
  line-height: 1.5625rem;
  font-size: 0.875rem;
}
.cookie-consent-cmp .content .textbox-container {
  -webkit-box-flex: 0;
  -ms-flex: auto;
  flex: auto;
  padding: 0 15px;
  text-align: center;
  width: 100%;
}
.cookie-consent-cmp .content .textbox-container .cookie-link,
.cookie-consent-cmp .content .textbox-container .cookie-text {
  display: inline;
}
.cookie-consent-cmp .content .cookie-button {
  -webkit-box-flex: 0;
  -ms-flex: auto;
  flex: auto;
  padding: 15px 15px 0;
  text-align: center;
}
.cookie-consent-cmp .content .cookie-button button {
  border: 0;
  padding: 5px 20px;
  color: #21a0d2;
  background-color: #dcdcdc;
}
@media screen and (min-width: 768px) {
  .cookie-consent-cmp .content .textbox-container {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: auto;
  }
  .cookie-consent-cmp .content .textbox-container .cookie-link,
  .cookie-consent-cmp .content .textbox-container .cookie-text {
    display: inline;
  }
  .cookie-consent-cmp .content .cookie-button {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    padding: 0 15px;
  }
}
nav.bread-crumb {
  display: flex;
  height: 24px;
  margin: 25px 0 40px;
  width: 100%;
  overflow: hidden;
}
.ag__global-site nav.bread-crumb {
  margin: 1rem 0 1.5rem;
}
@media screen and (max-width: 479px) {
  nav.bread-crumb {
    display: none;
  }
  .ag__global-site nav.bread-crumb {
    display: flex;
    height: auto;
  }
}
nav.bread-crumb .crumbs {
  display: inline-block;
  width: 99%;
  height: 30px;
  position: relative;
  overflow: hidden;
}
nav.bread-crumb .crumbs.show-left-arrow,
nav.bread-crumb .crumbs.show-right-arrow {
  width: calc(100% - 44px);
}
nav.bread-crumb .crumbs.show-left-arrow.crumbs.show-right-arrow {
  width: calc(100% - 78px);
}
nav.bread-crumb .left-arrow,
nav.bread-crumb .right-arrow {
  width: 0;
  display: inline-block;
  overflow: hidden;
  transition: width 0.3s ease;
  height: 23px;
  top: 3px;
  position: relative;
}
nav.bread-crumb .left-arrow a,
nav.bread-crumb .right-arrow a {
  color: #21a0d2;
  position: relative;
  cursor: pointer;
  font-weight: 400;
  font-family: inherit;
  top: -4px;
  display: inline-block;
  width: 34px;
  line-height: 0;
}
nav.bread-crumb .left-arrow a:active,
nav.bread-crumb .right-arrow a:active,
nav.bread-crumb .left-arrow a:focus,
nav.bread-crumb .right-arrow a:focus,
nav.bread-crumb .left-arrow a:hover,
nav.bread-crumb .right-arrow a:hover {
  text-decoration: none;
}
nav.bread-crumb .left-arrow a:before {
  content: "\e902";
  position: relative;
  top: 6px;
  left: -5px;
  font-size: 16px;
  font-weight: 400;
  font-family: BASFIconFontNewStyle;
}
nav.bread-crumb .left-arrow.show-arrow {
  width: 34px;
  padding-left: 5px;
}
@media screen and (max-width: 479px) {
  .ag__global-site nav.bread-crumb .left-arrow {
    width: 14px;
    padding-left: 4px;
    margin-right: 10px;
  }
}
nav.bread-crumb .right-arrow {
  padding-left: 0;
}
nav.bread-crumb .right-arrow a {
  padding-left: 0;
  padding-right: 5px;
}
nav.bread-crumb .right-arrow a:after {
  content: "\e906";
  position: relative;
  top: 6px;
  right: -5px;
  font-size: 16px;
  font-weight: 400;
  font-family: BASFIconFontNewStyle;
}
nav.bread-crumb .right-arrow.show-arrow {
  width: 34px;
  padding-right: 5px;
}
nav.bread-crumb ol {
  list-style: none;
  white-space: nowrap;
  top: 0;
  left: 0;
  position: absolute;
  margin: 0;
  transition: left 0.3s ease-in-out;
  padding-left: 0;
}
nav.bread-crumb ol li.active a,
nav.bread-crumb ol li:last-child a {
  color: #333333;
}
nav.bread-crumb ol li {
  display: inline-block;
  white-space: nowrap;
  margin-bottom: 0;
}
nav.bread-crumb ol li a {
  color: #21a0d2;
  font-size: .875rem;
  line-height: 1.5625rem;
}
nav.bread-crumb ol li span {
  font-family: 'Roboto regular', Arial;
  font-size: .875rem;
  line-height: 1.5625rem;
}
nav.bread-crumb ol li.crumbs-agriculture-2 {
  display: none;
}
@media screen and (max-width: 479px) {
  nav.bread-crumb ol li {
    display: none;
  }
  nav.bread-crumb ol li:last-child {
    display: inline-block;
  }
  nav.bread-crumb ol li:after {
    content: none !important;
  }
  nav.bread-crumb ol li.active a {
    color: #21a0d2;
  }
}
nav.bread-crumb ol li:after {
  content: "\e002";
  font-family: BASFIconFont;
  padding-left: 15px;
  padding-right: 15px;
  color: #dcdcdc;
  position: relative;
  top: 1px;
  font-weight: 100;
  width: 40px;
  display: inline-block;
}
nav.bread-crumb ol li:last-of-type:after {
  content: none;
}
.ag__global-site nav.bread-crumb .crumbs.show-last ol a {
  color: #21a0d2;
}
@media screen and (max-width: 479px) {
  .ag__global-site nav.bread-crumb .crumbs.show-last ol li:last-child {
    display: inline-block;
    vertical-align: middle;
  }
  .ag__global-site nav.bread-crumb .crumbs.show-last ol li:last-child a::before {
    content: 'Return to ';
    display: inline-block;
  }
}
.ag__global-site nav.bread-crumb .crumbs:not(.show-last) ol a {
  color: #21a0d2;
}
@media screen and (max-width: 479px) {
  .ag__global-site nav.bread-crumb .crumbs:not(.show-last) ol li:nth-last-child(2) {
    display: inline-block;
    vertical-align: middle;
  }
  .ag__global-site nav.bread-crumb .crumbs:not(.show-last) ol li:nth-last-child(2) a::before {
    content: 'Return to ';
    display: inline-block;
  }
  .ag__global-site nav.bread-crumb .crumbs:not(.show-last) ol Li:last-child {
    display: none;
  }
}
#site-navigation .title-bar {
  flex-wrap: wrap;
}
#site-navigation .breadcrumb-title {
  display: none;
}
#site-navigation .breadcrumb-title {
  flex: 0 0 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 12px;
  margin-top: -12px;
  margin-bottom: 5px;
  margin-left: 2px;
}
.ag__global-site #site-navigation .breadcrumb-title {
  white-space: normal;
  overflow: unset;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  padding-top: 0.5rem;
  margin-left: 0;
  line-height: 1.1;
}
.sitemap h2,
.sitemap h3,
.sitemap h4,
.sitemap h5,
.sitemap h6,
.sitemap p {
  margin: 0 0 0.5rem;
  color: #21a0d2;
  display: block;
  max-width: none;
  white-space: normal;
  font-family: 'Roboto regular', Arial;
}
.sitemap h2:hover,
.sitemap h3:hover,
.sitemap h4:hover,
.sitemap h5:hover,
.sitemap h6:hover,
.sitemap p:hover {
  color: #7c7c7c;
}
.sitemap h5,
.sitemap h6,
.sitemap p {
  font-size: 0.75rem;
  line-height: 1.0625rem;
}
.sitemap .site-nav > li {
  margin: 1.5rem 0 0;
}
.sitemap .site-nav > li:first-child {
  margin: 0;
}
.sitemap ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sitemap ul li {
  margin-bottom: 0;
}
.sitemap ul li > ul > li a h2:before,
.sitemap ul li > ul > li a h3:before,
.sitemap ul li > ul > li a h4:before,
.sitemap ul li > ul > li a h5:before,
.sitemap ul li > ul > li a h6:before,
.sitemap ul li > ul > li a p:before {
  content: "\e003";
  display: inline-block;
  font-family: BASFIconFont;
  font-size: 1.25em;
  margin-right: 0.4em;
  position: relative;
  top: 2px;
}
.sitemap ul ul {
  margin-left: 1.5rem;
}
.sitemap a {
  text-decoration: none;
  display: inline-block;
}
/**
 * File: basf-section.less
 * Author: Tony Herford
 * Copyright: MRM//McCann 2018
 */
.section {
  min-height: 1px;
}
.basf-section {
  margin: auto;
  position: relative;
}
.basf-section[data-span=fixed] {
  width: 100%;
  max-width: 1200px;
  padding: 0 15px;
}
@media screen and (min-width: 992px) {
  .basf-section[data-span=fixed] {
    padding: 0 30px;
  }
}
.basf-section .basf-section[data-span=fixed] {
  padding: 0;
}
.basf-section[data-imagesscale=fit] {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 479px) {
  .basf-section[data-viewport=tabletabove] {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .basf-section[data-viewport=mobile] {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .basf-section[data-viewport=tabletbelow] {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .basf-section[data-viewport=desktop] {
    display: none;
  }
}
@media screen and (max-width: 479px) {
  .basf-section[data-viewport=tablet] {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .basf-section[data-viewport=tablet] {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .basf-section[data-sidebar=true] > .content > div.accordion-content > div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .basf-section[data-sidebar=true] > .content > div.accordion-content > div div.main {
    flex: 0 1 65%;
    order: 1;
    overflow: hidden;
  }
  .basf-section[data-sidebar=true] > .content > div.accordion-content > div aside.sidebar {
    flex: 0 1 33%;
    order: 1;
    max-width: 33%;
  }
  .basf-section[data-sidebar=true] > .content > div.accordion-content > div aside.sidebar.left {
    order: 0;
  }
}
.basf-section[data-accordion=true] {
  border-top: 1px solid #000000;
}
.basf-section[data-accordion=true][data-border-bottom=true] > .content {
  border-bottom: 1px solid #000000;
}
.basf-section[data-accordion=true] > .content {
  margin-bottom: 30px;
}
.basf-section[data-accordion=true] > .content > div.accordion-content {
  overflow: hidden;
  display: none;
  margin-bottom: 20px;
}
html.aem-AuthorLayer-Edit .basf-section[data-accordion=true] > .content > div.accordion-content {
  display: block;
}
.basf-section[data-accordion=true] > .content > a:active:hover,
.basf-section[data-accordion=true] > .content > a:link,
.basf-section[data-accordion=true] > .content > a {
  text-decoration: none;
}
.basf-section[data-accordion=true] > .content > a:active:hover > h2,
.basf-section[data-accordion=true] > .content > a:link > h2,
.basf-section[data-accordion=true] > .content > a > h2 {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  margin-top: 6px;
  color: #21a0d2;
}
.basf-section[data-accordion=true] > .content > a:active:hover > h2:after,
.basf-section[data-accordion=true] > .content > a:link > h2:after,
.basf-section[data-accordion=true] > .content > a > h2:after {
  content: "\e004";
  color: inherit;
  background-color: transparent;
  display: block;
  font-family: BASFIconFont;
  font-size: 24px;
  height: 20px;
  width: 20px;
  line-height: 1.2;
  position: absolute;
  text-align: right;
  top: 0;
  right: 10px;
  transition: transform 0.5s ease;
  margin-top: 2px;
  margin-bottom: 8px;
}
.basf-section[data-accordion=true].open .content > a > h2:after {
  transform: rotate(180deg);
}
.basf-section.bknd-section ul li {
  color: black;
  list-style-type: none;
}
.basf-section.bknd-section ul li:before {
  content: '\2022';
  color: #ffffff;
  padding-right: 0.5em;
}
.basf-section.bknd-section ol {
  list-style: none;
  counter-reset: counter;
}
.basf-section.bknd-section ol li:before {
  content: "." counter(counter);
  color: #ffffff;
  display: inline-block;
  width: 1em;
  margin: 0 0.5em;
  text-align: right;
  direction: rtl;
}
.basf-section.bknd-section ol li {
  counter-increment: counter;
}
.ag__global-site .basf-section .headline-style {
  padding: 0;
}
.ag__global-site .basf-section[data-border-bottom=true] > .content {
  margin-top: 2rem;
  border-bottom: 1px solid #333333;
}
.ag__global-site .basf-section[data-accordion=true] > .content > a:active:hover > h2,
.ag__global-site .basf-section[data-accordion=true] > .content > a:link > h2,
.ag__global-site .basf-section[data-accordion=true] > .content > a > h2 {
  color: #333333;
}
.ag__global-site .basf-section[data-accordion=true] > .content .product-downloads .tile {
  background-color: transparent!important;
}
.ag__global-site .basf-section[data-accordion=true] > .content .product-downloads .teaser-title {
  display: none;
}
.ag__global-site .basf-section[data-accordion=true] > .content .product-downloads .link-list-group {
  padding: 0;
}
.ag__global-site .basf-section[data-accordion=true] > .content .product-downloads .link-list-group a:hover {
  color: #21a0d2;
  text-decoration: underline;
}
.ag__global-site .basf-section[data-accordion=true] > .content .product-downloads .link-list-group a .icon {
  color: #21a0d2;
}
@media screen and (max-width: 479px) {
  .ag__global-site .basf-section[data-accordion=true] > .content .product-downloads .link-list-group a .icon {
    font-size: 1.075rem;
    margin-top: 4px;
  }
}
.ag__global-site .basf-section[data-accordion=true] > .content .product-downloads .link-list-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
}
@media screen and (max-width: 991px) {
  .ag__global-site .basf-section[data-accordion=true] > .content .product-downloads .link-list-container {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 479px) {
  .ag__global-site .basf-section[data-accordion=true] > .content .product-downloads .link-list-container {
    grid-template-columns: 1fr;
  }
}
.ag__global-site .basf-section[data-accordion=true] > .content .product-downloads .link-list-container a {
  flex-wrap: nowrap;
  line-height: 1.2rem;
}
div[data-cmp-video] {
  max-width: 1200px;
  margin: 0 auto;
}
div[data-cmp-video] .video-wrapper {
  position: relative;
  overflow: hidden;
  margin: 0 0 10px;
}
div[data-cmp-video] .video-wrapper iframe,
div[data-cmp-video] .video-wrapper video,
div[data-cmp-video] .video-wrapper img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
div[data-cmp-video] .video-wrapper:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
div[data-cmp-video] a.open-modal {
  display: block;
  width: 100%;
  position: relative;
}
div[data-cmp-video] a.open-modal img {
  width: 100%;
}
div[data-cmp-video] .play-overlay {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 0;
}
div[data-cmp-video] .play-overlay .play-btn {
  background-color: #21a0d2;
  height: 48px;
  width: 68px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 25%;
}
div[data-cmp-video] .play-overlay .play-btn:hover,
div[data-cmp-video] .play-overlay .play-btn:hover:active,
div[data-cmp-video] .play-overlay .play-btn:active,
div[data-cmp-video] .play-overlay .play-btn:focus,
div[data-cmp-video] .play-overlay .play-btn *:hover,
div[data-cmp-video] .play-overlay .play-btn *:hover:active,
div[data-cmp-video] .play-overlay .play-btn *:active,
div[data-cmp-video] .play-overlay .play-btn *:focus {
  text-decoration: none;
}
div[data-cmp-video] .play-overlay .play-btn.icon-style.play:before {
  font-size: 40px;
  color: #ffffff;
  line-height: 1.2;
  display: block;
  width: 18px;
  height: 18px;
  margin: auto;
  padding-left: 2px;
}
div[data-cmp-video] .caption {
  padding: 1.4rem;
}
.text-image .image-align-left img,
.text-image .image-align-right img {
  width: 100%;
  margin-top: 6px;
}
@media screen and (min-width: 768px) {
  .text-image .image-align-left.image-size-small,
  .text-image .image-align-right.image-size-small {
    width: 33.3333%;
    max-width: 336px;
  }
}
@media screen and (min-width: 768px) {
  .text-image .image-align-left.image-size-medium,
  .text-image .image-align-right.image-size-medium {
    width: 50%;
    max-width: 528px;
  }
}
@media screen and (min-width: 768px) {
  .text-image .image-align-left.image-size-large,
  .text-image .image-align-right.image-size-large {
    width: 100%;
  }
}
.text-image .image-align-left {
  padding-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .text-image .image-align-left {
    float: left;
    margin-right: 15px;
    padding-right: 15px;
  }
}
.text-image .image-align-right {
  padding-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .text-image .image-align-right {
    float: right;
    margin-left: 15px;
    padding-left: 15px;
  }
}
.text-image .image-align-right.image-size-large {
  margin-left: 0;
  padding-left: 0;
}
.text-image .text-image-caption {
  font-family: 'Roboto regular', Arial;
  font-size: 0.8125rem;
  color: #333333;
}
.text-image img {
  width: 100%;
}
.text-image .image-size-medium div.img-wrapper,
.text-image .image-size-small div.img-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}
.text-image .image-size-medium div.img-wrapper .magnify-image,
.text-image .image-size-small div.img-wrapper .magnify-image {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 32px;
  text-align: center;
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #21a0d2;
  border-radius: 50%;
  background: radial-gradient(circle at center, #ffffff 0%, #ffffff 20%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (max-width: 767px) {
  .text-image .image-size-medium div.img-wrapper .magnify-image,
  .text-image .image-size-small div.img-wrapper .magnify-image {
    display: none;
  }
}
.text-image .image-size-medium div.img-wrapper .magnify-image:active:hover,
.text-image .image-size-small div.img-wrapper .magnify-image:active:hover,
.text-image .image-size-medium div.img-wrapper .magnify-image:focus,
.text-image .image-size-small div.img-wrapper .magnify-image:focus,
.text-image .image-size-medium div.img-wrapper .magnify-image:hover,
.text-image .image-size-small div.img-wrapper .magnify-image:hover {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .text-image .image-align-top.image-size-small div.img-wrapper {
    width: 33.3333%;
    max-width: 336px;
  }
}
@media screen and (min-width: 768px) {
  .text-image .image-align-top.image-size-medium div.img-wrapper {
    width: 50%;
    max-width: 528px;
  }
}
@media screen and (min-width: 768px) {
  .text-image .image-align-top.image-size-large div.img-wrapper {
    width: 100%;
  }
}
.text-image .left {
  text-align: left;
}
.text-image .center {
  text-align: center;
}
.text-image .right {
  text-align: right;
}
@media screen and (max-width: 479px) {
  .text-image .copytext {
    margin-bottom: 1.875rem;
  }
  .text-image .copytext p {
    line-height: 1.5625rem;
    font-size: 0.8rem;
  }
}
/**
 * File: language-switcher.less
 * Author: Tony Herford
 * Copyright: MRM//McCann 2018
 */
.down-arrow-style {
  content: "\e004";
  color: #21a0d2;
  background-color: transparent;
  display: block;
  font-family: BASFIconFont;
  font-size: 24px;
  height: 20px;
  width: 20px;
  line-height: 1.2;
  position: absolute;
  text-align: right;
  top: 0;
  right: 10px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  margin-top: 8px;
  margin-bottom: 8px;
}
.dropdown-style {
  position: absolute;
  top: 40px;
  background: #ffffff;
  width: 100%;
  display: none;
  overflow-y: auto;
  z-index: 90;
  max-height: calc(100vh - (190px + 130px + 20px));
}
.dropdown-items-style {
  color: #333333;
  display: block;
  padding: 10px 15px;
  overflow: hidden;
}
.dropdown-items-style.active {
  background-color: #f8f8f8;
  color: #21a0d2;
}
[cmp-language-switch],
[cmp-language-switch-v2] {
  text-align: right;
}
[cmp-language-switch] a,
[cmp-language-switch-v2] a {
  font-family: 'Roboto regular', Arial;
}
[cmp-language-switch] h3,
[cmp-language-switch-v2] h3 {
  margin-bottom: 0.9375rem !important;
  font-weight: bold;
}
[cmp-language-switch] .nav-btn,
[cmp-language-switch-v2] .nav-btn {
  background-color: #ffffff;
  display: inline-block;
  width: 45px;
  line-height: 45px;
  height: 45px;
  text-align: center;
  text-decoration: none;
  color: #21a0d2;
}
@media screen and (max-width: 767px) {
  [cmp-language-switch] .nav-btn,
  [cmp-language-switch-v2] .nav-btn {
    font-size: 1.375rem;
  }
}
[cmp-language-switch] .nav-btn .world,
[cmp-language-switch-v2] .nav-btn .world {
  position: relative;
  top: 3px;
  display: inline-block;
  font-family: BASFIconFontNewStyle;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[cmp-language-switch] .nav-btn.active,
[cmp-language-switch-v2] .nav-btn.active {
  background-color: #f0f0f0;
}
[cmp-language-switch] .nav-btn.active .world:before,
[cmp-language-switch-v2] .nav-btn.active .world:before {
  content: "\e910";
}
[cmp-language-switch] .nav-btn.active .close-new,
[cmp-language-switch-v2] .nav-btn.active .close-new {
  color: #000000;
}
[cmp-language-switch] .nav-btn:active,
[cmp-language-switch-v2] .nav-btn:active,
[cmp-language-switch] .nav-btn:focus,
[cmp-language-switch-v2] .nav-btn:focus,
[cmp-language-switch] .nav-btn:hover,
[cmp-language-switch-v2] .nav-btn:hover,
[cmp-language-switch] .nav-btn:hover:active,
[cmp-language-switch-v2] .nav-btn:hover:active,
[cmp-language-switch] .nav-btn *:active,
[cmp-language-switch-v2] .nav-btn *:active,
[cmp-language-switch] .nav-btn *:focus,
[cmp-language-switch-v2] .nav-btn *:focus,
[cmp-language-switch] .nav-btn *:hover,
[cmp-language-switch-v2] .nav-btn *:hover,
[cmp-language-switch] .nav-btn *:hover:active,
[cmp-language-switch-v2] .nav-btn *:hover:active {
  text-decoration: none;
}
[cmp-language-switch] .wrapper,
[cmp-language-switch-v2] .wrapper {
  display: none;
  text-align: left;
  width: 100%;
  opacity: 1;
  overflow: auto;
  right: 0;
  position: absolute;
  top: 45px;
  z-index: 110;
  -webkit-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
  background-color: #f0f0f0;
}
@media (min-width: 1200px) {
  [cmp-language-switch] .wrapper,
  [cmp-language-switch-v2] .wrapper {
    width: 100vw;
    right: calc((100vw - 1200px)/-2);
  }
}
[cmp-language-switch] .wrapper.opened,
[cmp-language-switch-v2] .wrapper.opened {
  border-bottom: 2px solid #21a0d2;
}
[cmp-language-switch] .wrapper li a,
[cmp-language-switch-v2] .wrapper li a,
[cmp-language-switch] .wrapper p a,
[cmp-language-switch-v2] .wrapper p a {
  border-bottom: none;
}
[cmp-language-switch] .wrapper .inner,
[cmp-language-switch-v2] .wrapper .inner {
  max-width: 1200px;
  margin: auto;
  visibility: visible;
  padding: 20px 35px;
  width: 100%;
  height: 100%;
  line-height: 1;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  background-size: 60%;
  background-position: calc(100% - 100px) 20px;
  background-repeat: no-repeat;
}
[cmp-language-switch] .wrapper .selected-label,
[cmp-language-switch-v2] .wrapper .selected-label {
  color: #21a0d2;
  padding: 15px;
}
[cmp-language-switch] .wrapper .not-visible,
[cmp-language-switch-v2] .wrapper .not-visible {
  display: none;
}
[cmp-language-switch] .wrapper a,
[cmp-language-switch-v2] .wrapper a {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  [cmp-language-switch] .wrapper .selected-label,
  [cmp-language-switch-v2] .wrapper .selected-label {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  [cmp-language-switch] .wrapper,
  [cmp-language-switch-v2] .wrapper {
    height: 100vh;
    background-size: calc(100% - 40px);
    background-position: 20px 20px;
  }
}
[cmp-language-switch] .wrapper .language-list a,
[cmp-language-switch-v2] .wrapper .language-list a,
[cmp-language-switch] .wrapper .language-list span,
[cmp-language-switch-v2] .wrapper .language-list span {
  list-style: none;
  display: inline-block;
  padding: 2px 15px;
  color: #21a0d2;
}
[cmp-language-switch] .wrapper .language-list a:nth-child(1n+3),
[cmp-language-switch-v2] .wrapper .language-list a:nth-child(1n+3),
[cmp-language-switch] .wrapper .language-list span:nth-child(1n+3),
[cmp-language-switch-v2] .wrapper .language-list span:nth-child(1n+3) {
  border-left: 1px solid #21a0d2;
}
[cmp-language-switch] .wrapper .language-list a:hover,
[cmp-language-switch-v2] .wrapper .language-list a:hover {
  color: #7c7c7c;
}
[cmp-language-switch] .wrapper .language-list span,
[cmp-language-switch-v2] .wrapper .language-list span {
  color: inherit;
}
[cmp-language-switch] .wrapper .region-list a,
[cmp-language-switch-v2] .wrapper .region-list a,
[cmp-language-switch] .wrapper .region-list span,
[cmp-language-switch-v2] .wrapper .region-list span {
  list-style: none;
  display: inline-block;
  padding: 2px 15px;
  color: #21a0d2;
}
[cmp-language-switch] .wrapper .region-list a:nth-child(1n+3),
[cmp-language-switch-v2] .wrapper .region-list a:nth-child(1n+3),
[cmp-language-switch] .wrapper .region-list span:nth-child(1n+3),
[cmp-language-switch-v2] .wrapper .region-list span:nth-child(1n+3) {
  border-left: 1px solid #21a0d2;
}
[cmp-language-switch] .wrapper .region-list a:hover,
[cmp-language-switch-v2] .wrapper .region-list a:hover {
  color: #7c7c7c;
}
[cmp-language-switch] .wrapper .region-list span,
[cmp-language-switch-v2] .wrapper .region-list span {
  color: inherit;
}
[cmp-language-switch] .wrapper .language-layer,
[cmp-language-switch-v2] .wrapper .language-layer {
  display: none;
}
@media screen and (min-width: 768px) {
  [cmp-language-switch] .wrapper .language-layer,
  [cmp-language-switch-v2] .wrapper .language-layer {
    display: block;
  }
}
[cmp-language-switch] .wrapper .language-layer div.language-copyline,
[cmp-language-switch-v2] .wrapper .language-layer div.language-copyline {
  margin-bottom: 15px;
}
[cmp-language-switch] .wrapper .language-layer div.language-copyline span,
[cmp-language-switch-v2] .wrapper .language-layer div.language-copyline span {
  font-family: 'Roboto regular', Arial;
}
[cmp-language-switch] .wrapper .language-layer .language-list-container,
[cmp-language-switch-v2] .wrapper .language-layer .language-list-container {
  display: inline;
}
[cmp-language-switch] .wrapper .language-layer .language-list-container .language-list,
[cmp-language-switch-v2] .wrapper .language-layer .language-list-container .language-list {
  padding: 0;
  margin: 0 5px;
  display: inline;
}
[cmp-language-switch] .wrapper .language-layer .language-list-container .language-list li,
[cmp-language-switch-v2] .wrapper .language-layer .language-list-container .language-list li {
  display: inline;
}
[cmp-language-switch] .wrapper .language-layer .language-list-container .language-list li span,
[cmp-language-switch-v2] .wrapper .language-layer .language-list-container .language-list li span {
  padding: 0 10px;
}
[cmp-language-switch] .wrapper .language-layer .language-list-container .region-list,
[cmp-language-switch-v2] .wrapper .language-layer .language-list-container .region-list {
  padding: 0;
  margin: 0 5px;
  display: inline;
}
[cmp-language-switch] .wrapper .language-layer .language-list-container .region-list li,
[cmp-language-switch-v2] .wrapper .language-layer .language-list-container .region-list li {
  display: inline;
}
[cmp-language-switch] .wrapper .language-layer .language-list-container .region-list li span,
[cmp-language-switch-v2] .wrapper .language-layer .language-list-container .region-list li span {
  padding: 0 10px;
}
[cmp-language-switch] .wrapper .region-nav,
[cmp-language-switch-v2] .wrapper .region-nav {
  position: relative;
  margin-top: 5px;
}
[cmp-language-switch] .wrapper .region-nav .region-select,
[cmp-language-switch-v2] .wrapper .region-nav .region-select {
  position: relative;
}
@media screen and (max-width: 767px) {
  [cmp-language-switch] .wrapper .region-nav .region-select,
  [cmp-language-switch-v2] .wrapper .region-nav .region-select {
    min-height: 50px;
    border-top: 1px solid #7c7c7c;
    top: 30px;
  }
  [cmp-language-switch] .wrapper .region-nav .region-select .regions,
  [cmp-language-switch-v2] .wrapper .region-nav .region-select .regions {
    position: absolute;
    top: 40px;
    background: #ffffff;
    width: 100%;
    display: none;
    overflow-y: auto;
    z-index: 90;
    max-height: calc(100vh - (190px + 130px + 20px));
  }
  [cmp-language-switch] .wrapper .region-nav .region-select:after,
  [cmp-language-switch-v2] .wrapper .region-nav .region-select:after {
    content: "\e004";
    color: #21a0d2;
    background-color: transparent;
    display: block;
    font-family: BASFIconFont;
    font-size: 24px;
    height: 20px;
    width: 20px;
    line-height: 1.2;
    position: absolute;
    text-align: right;
    top: 0;
    right: 10px;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    margin-top: 8px;
    margin-bottom: 8px;
  }
  [cmp-language-switch] .wrapper .region-nav .region-select.open:after,
  [cmp-language-switch-v2] .wrapper .region-nav .region-select.open:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  [cmp-language-switch] .wrapper .region-nav .region-select a,
  [cmp-language-switch-v2] .wrapper .region-nav .region-select a {
    color: #333333;
    display: block;
    padding: 10px 15px;
    overflow: hidden;
  }
  [cmp-language-switch] .wrapper .region-nav .region-select a.active,
  [cmp-language-switch-v2] .wrapper .region-nav .region-select a.active {
    background-color: #f8f8f8;
    color: #21a0d2;
  }
}
@media screen and (min-width: 768px) {
  [cmp-language-switch] .wrapper .region-nav .region-select .selected-region,
  [cmp-language-switch-v2] .wrapper .region-nav .region-select .selected-region,
  [cmp-language-switch] .wrapper .region-nav .region-select a.global,
  [cmp-language-switch-v2] .wrapper .region-nav .region-select a.global {
    display: none;
  }
  [cmp-language-switch] .wrapper .region-nav .region-select a,
  [cmp-language-switch-v2] .wrapper .region-nav .region-select a {
    color: #fff;
    padding: 6px 15px;
    font-weight: 700;
    background-color: #21a0d2;
    cursor: pointer;
    display: inline-block;
    margin-right: 20px;
  }
  [cmp-language-switch] .wrapper .region-nav .region-select a.active,
  [cmp-language-switch-v2] .wrapper .region-nav .region-select a.active {
    background-color: #333333;
  }
}
[cmp-language-switch] .wrapper .location-nav .lang-list ul,
[cmp-language-switch-v2] .wrapper .location-nav .lang-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  [cmp-language-switch] .wrapper .location-nav .lang-list ul,
  [cmp-language-switch-v2] .wrapper .location-nav .lang-list ul {
    margin: 20px 0;
    -webkit-column-count: 2;
    column-count: 2;
  }
}
@media screen and (min-width: 992px) {
  [cmp-language-switch] .wrapper .location-nav .lang-list ul,
  [cmp-language-switch-v2] .wrapper .location-nav .lang-list ul {
    -webkit-column-count: 3;
    column-count: 3;
  }
}
@media screen and (min-width: 768px) {
  [cmp-language-switch] .wrapper .location-nav .lang-list,
  [cmp-language-switch-v2] .wrapper .location-nav .lang-list {
    display: none;
  }
  [cmp-language-switch] .wrapper .location-nav .lang-list.active,
  [cmp-language-switch-v2] .wrapper .location-nav .lang-list.active {
    display: block;
  }
  [cmp-language-switch] .wrapper .location-nav .lang-list li,
  [cmp-language-switch-v2] .wrapper .location-nav .lang-list li {
    padding-left: 15px;
    border-left: 1px solid #21a0d2;
    margin-bottom: 0;
    width: 100%;
  }
  [cmp-language-switch] .wrapper .location-nav .lang-list li span,
  [cmp-language-switch-v2] .wrapper .location-nav .lang-list li span {
    padding: 5px 15px 5px 0;
    display: inline-block;
  }
  [cmp-language-switch] .wrapper .location-nav .lang-list li span.active a:first-of-type,
  [cmp-language-switch-v2] .wrapper .location-nav .lang-list li span.active a:first-of-type {
    color: #333333;
  }
  [cmp-language-switch] .wrapper .location-nav .lang-list li span.active a:first-of-type:hover,
  [cmp-language-switch-v2] .wrapper .location-nav .lang-list li span.active a:first-of-type:hover {
    color: #7c7c7c;
  }
  [cmp-language-switch] .wrapper .location-nav .lang-list li span:hover a:first-of-type,
  [cmp-language-switch-v2] .wrapper .location-nav .lang-list li span:hover a:first-of-type {
    color: #7c7c7c;
  }
  [cmp-language-switch] .wrapper .location-nav .lang-list li a,
  [cmp-language-switch-v2] .wrapper .location-nav .lang-list li a {
    display: inline-block;
    padding: 5px 10px;
    color: #21a0d2;
    font-weight: 400;
    font-size: 14px;
  }
  [cmp-language-switch] .wrapper .location-nav .lang-list li a:nth-child(1n+2),
  [cmp-language-switch-v2] .wrapper .location-nav .lang-list li a:nth-child(1n+2) {
    border-right: 1px solid #21a0d2;
  }
  [cmp-language-switch] .wrapper .location-nav .lang-list li a:last-of-type,
  [cmp-language-switch-v2] .wrapper .location-nav .lang-list li a:last-of-type {
    border-right: none;
  }
  [cmp-language-switch] .wrapper .location-nav .lang-list li a:empty,
  [cmp-language-switch-v2] .wrapper .location-nav .lang-list li a:empty {
    padding: 0;
  }
  [cmp-language-switch] .wrapper .location-nav .lang-list li a.active,
  [cmp-language-switch-v2] .wrapper .location-nav .lang-list li a.active {
    color: #333333;
  }
  [cmp-language-switch] .wrapper .location-nav .lang-list li a:hover,
  [cmp-language-switch-v2] .wrapper .location-nav .lang-list li a:hover {
    color: #7c7c7c;
  }
  [cmp-language-switch] .wrapper .location-nav .lang-list li a:first-of-type,
  [cmp-language-switch-v2] .wrapper .location-nav .lang-list li a:first-of-type {
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  [cmp-language-switch] .wrapper .location-nav,
  [cmp-language-switch-v2] .wrapper .location-nav {
    position: relative;
    border-top: 1px solid #7c7c7c;
    min-height: 50px;
    top: 50px;
  }
  [cmp-language-switch] .wrapper .location-nav a.language-item,
  [cmp-language-switch-v2] .wrapper .location-nav a.language-item {
    display: none !important;
    cursor: pointer;
  }
  [cmp-language-switch] .wrapper .location-nav .lang-list,
  [cmp-language-switch-v2] .wrapper .location-nav .lang-list {
    position: absolute;
    top: 40px;
    background: #ffffff;
    width: 100%;
    display: none;
    overflow-y: auto;
    z-index: 90;
    max-height: calc(100vh - (190px + 130px + 20px));
  }
  [cmp-language-switch] .wrapper .location-nav:after,
  [cmp-language-switch-v2] .wrapper .location-nav:after {
    content: "\e004";
    color: #21a0d2;
    background-color: transparent;
    display: block;
    font-family: BASFIconFont;
    font-size: 24px;
    height: 20px;
    width: 20px;
    line-height: 1.2;
    position: absolute;
    text-align: right;
    top: 0;
    right: 10px;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    margin-top: 8px;
    margin-bottom: 8px;
  }
  [cmp-language-switch] .wrapper .location-nav.open:after,
  [cmp-language-switch-v2] .wrapper .location-nav.open:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  [cmp-language-switch] .wrapper .location-nav a,
  [cmp-language-switch-v2] .wrapper .location-nav a {
    color: #333333;
    display: block;
    padding: 10px 15px;
    overflow: hidden;
  }
  [cmp-language-switch] .wrapper .location-nav a.active,
  [cmp-language-switch-v2] .wrapper .location-nav a.active {
    background-color: #f8f8f8;
    color: #21a0d2;
  }
  [cmp-language-switch] .wrapper .location-nav a.active,
  [cmp-language-switch-v2] .wrapper .location-nav a.active {
    color: #21a0d2;
  }
}
[cmp-language-switch] .wrapper .available-languages-container,
[cmp-language-switch-v2] .wrapper .available-languages-container {
  position: relative;
  top: 70px;
}
[cmp-language-switch] .wrapper .available-languages-container .available-languages,
[cmp-language-switch-v2] .wrapper .available-languages-container .available-languages {
  padding: 30px 0;
}
[cmp-language-switch] .wrapper .available-languages-container .available-languages a:last-of-type,
[cmp-language-switch-v2] .wrapper .available-languages-container .available-languages a:last-of-type {
  border-bottom: 1px solid #7c7c7c;
}
[cmp-language-switch] .wrapper .available-languages-container .available-languages a,
[cmp-language-switch-v2] .wrapper .available-languages-container .available-languages a {
  display: block !important;
  padding: 10px 0;
  border-top: 1px solid #7c7c7c;
  display: block;
  color: #21a0d2;
}
@media screen and (min-width: 768px) {
  [cmp-language-switch] .wrapper .available-languages-container,
  [cmp-language-switch-v2] .wrapper .available-languages-container {
    display: none;
  }
}
[cmp-language-switch] .wrapper .further-languages,
[cmp-language-switch-v2] .wrapper .further-languages {
  color: #21a0d2;
}
@media screen and (max-width: 767px) {
  [cmp-language-switch] .wrapper .further-languages,
  [cmp-language-switch-v2] .wrapper .further-languages {
    display: none;
  }
}
[cmp-language-switch] .wrapper .further-languages .icon-style,
[cmp-language-switch-v2] .wrapper .further-languages .icon-style {
  top: 2px;
  position: relative;
  margin-right: 7px;
}
[cmp-language-switch] .wrapper .global-languages h3,
[cmp-language-switch-v2] .wrapper .global-languages h3 {
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  [cmp-language-switch] .wrapper .global-languages,
  [cmp-language-switch-v2] .wrapper .global-languages {
    display: none;
  }
}
[cmp-language-switch] .wrapper .global-languages a,
[cmp-language-switch-v2] .wrapper .global-languages a {
  color: #21a0d2;
}
[cmp-language-switch] .wrapper .global-languages a:hover,
[cmp-language-switch-v2] .wrapper .global-languages a:hover {
  color: #7c7c7c;
}
[cmp-language-switch] .wrapper .global-languages a:first-of-type,
[cmp-language-switch-v2] .wrapper .global-languages a:first-of-type {
  padding: 2px 0;
  color: inherit;
}
/**
 * Region switcher extra code
 */
[cmp-language-switch] .wrapper .region-list a {
  list-style: none;
  display: inline-block;
  padding: 2px 15px;
  /* color: #65ac1e; */
}
[cmp-language-switch-v2] .wrapper .region-list span {
  list-style: none;
  display: inline-block;
  padding: 2px 15px;
  /* color: #65ac1e;*/
}
#header-location-box {
  cursor: pointer;
}
#header-location-box .wrapper .region-list {
  display: flex;
  align-items: baseline;
  margin: 0;
}
#header-location-box .wrapper .region-list a {
  color: #333333;
  padding: 0;
  margin: 0 0.5rem;
  cursor: pointer;
}
#header-location-box .wrapper .region-list a.active {
  border-bottom: 3px solid #333333;
}
#header-location-box .wrapper .region-list li:not(:last-child)::after {
  color: #333333;
}
#header-location-box #header-region-switcher {
  display: flex;
  padding-left: 5px;
  margin-top: 0;
}
#header-location-box #header-region-switcher > li {
  display: inline;
  list-style: none;
  margin: 0;
}
#header-location-box .header-region-switcher {
  display: flex;
  padding-left: 5px;
  margin-top: 0;
}
#header-location-box .header-region-switcher > li {
  display: inline;
  list-style: none;
  margin: 0;
}
#header-location-box .header-region-switcher > li a {
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 0.5rem;
  background-color: transparent;
  width: auto;
  line-height: normal;
  height: auto;
}
#header-location-box .header-region-switcher > li a:hover {
  border-bottom: 3px solid #65ac1e;
}
#header-location-box .header-region-switcher > li::after {
  content: "|";
  color: transparent;
  font-family: 'Roboto regular', Arial;
  display: inline-block;
  padding: 0.3rem 0.3rem 0 0;
}
#header-location-box .header-region-switcher > li:not(:last-child)::after {
  color: #ffffff;
}
/**** Region switcher code end ****/
.basf-standard-grid {
  width: 100%;
}
.basf-standard-grid .grid {
  margin: auto;
  background-size: cover;
}
.basf-standard-grid .grid[data-span="fixed"] {
  max-width: 1200px;
  padding: 0 15px;
}
@media screen and (min-width: 992px) {
  .basf-standard-grid .grid[data-span="fixed"] {
    padding: 0 30px;
  }
}
.basf-section .basf-standard-grid .grid[data-span="fixed"],
.basf-standard-grid .basf-standard-grid .grid[data-span="fixed"] {
  padding: 0;
}
.basf-standard-grid .grid[data-border] {
  padding: 15px;
}
@media screen and (min-width: 992px) {
  .basf-standard-grid .grid[data-border] {
    padding: 30px;
  }
}
.basf-section .basf-standard-grid .grid[data-border] {
  padding: 15px;
}
@media screen and (min-width: 992px) {
  .basf-section .basf-standard-grid .grid[data-border] {
    padding: 30px;
  }
}
.basf-standard-grid .grid[data-imageoverlay] {
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.5);
}
.basf-standard-grid .grid[data-span='full'] {
  max-width: 100%;
}
@media screen and (min-width: 992px) {
  .basf-standard-grid .grid[data-bottomPadding='yes'] .grid-row,
  .basf-standard-grid .grid[data-bottomPadding='yes'] + .spacer {
    margin-bottom: 20px;
  }
  .basf-standard-grid .grid[data-bottomPadding='yes'][data-verticalpadding="small"] .grid-row,
  .basf-standard-grid .grid[data-bottomPadding='yes'][data-verticalpadding="small"].basf-standard-grid .grid[data-bottomPadding='yes'] + .spacer {
    margin-bottom: 10px;
  }
  .basf-standard-grid .grid[data-bottomPadding='yes'][data-verticalpadding="large"] .grid-row,
  .basf-standard-grid .grid[data-bottomPadding='yes'][data-verticalpadding="large"].basf-standard-grid .grid[data-bottomPadding='yes'] + .spacer {
    margin-bottom: 30px;
  }
  .basf-standard-grid .grid[data-bottomPadding='yes'][data-verticalpadding="extralarge"] .grid-row,
  .basf-standard-grid .grid[data-bottomPadding='yes'][data-verticalpadding="extralarge"].basf-standard-grid .grid[data-bottomPadding='yes'] + .spacer {
    margin-bottom: 40px;
  }
  .basf-standard-grid .grid[data-bottomPadding='yes'] .grid-row:last-of-type {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  .basf-standard-grid .grid[data-bottomPadding='yes'] .grid-column {
    margin-bottom: 20px;
  }
  .basf-standard-grid .grid[data-bottomPadding='yes'][data-verticalpadding="small"] .grid-column {
    margin-bottom: 10px;
  }
  .basf-standard-grid .grid[data-bottomPadding='yes'][data-verticalpadding="large"] .grid-column {
    margin-bottom: 30px;
  }
  .basf-standard-grid .grid[data-bottomPadding='yes'][data-verticalpadding="extralarge"] .grid-column {
    margin-bottom: 40px;
  }
  .basf-standard-grid .grid[data-bottomPadding='yes'][data-bottomPadding='yes'][data-border] .grid-column:last-of-type {
    margin-bottom: 0;
  }
}
.basf-standard-grid .grid .content {
  height: 100%;
}
.basf-standard-grid .grid .content > div {
  height: 100%;
}
.basf-standard-grid .grid .content .aem-Grid {
  height: 100%;
}
.basf-standard-grid .grid .grid-column {
  overflow: hidden;
}
.basf-standard-grid .grid[data-columns='4'] .grid-row,
.basf-standard-grid .grid[data-columns='3'] .grid-row,
.basf-standard-grid .grid[data-columns='2'] .grid-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.basf-standard-grid .grid[data-columns='4'] > .grid-row > .grid-column,
.basf-standard-grid .grid[data-columns='3'] > .grid-row > .grid-column,
.basf-standard-grid .grid[data-columns='2'] > .grid-row > .grid-column {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 50%;
}
@media screen and (max-width: 767px) {
  .basf-standard-grid .grid[data-columns='2'][data-stack='right'] .grid-row .grid-column:last-child,
  .basf-standard-grid .grid[data-columns='3'][data-stack='right'] .grid-row .grid-column:last-child {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .basf-standard-grid .grid[data-columns='2'][data-stack='right'] .grid-row .grid-column:first-child,
  .basf-standard-grid .grid[data-columns='3'][data-stack='right'] .grid-row .grid-column:first-child {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: 1;
    order: 1;
  }
  .basf-standard-grid .grid[data-columns='4'][data-stack='right'] .grid-row .grid-column:nth-child(1) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .basf-standard-grid .grid[data-columns='4'][data-stack='right'] .grid-row .grid-column:nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .basf-standard-grid .grid[data-columns='4'][data-stack='right'] .grid-row .grid-column:nth-child(3) {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .basf-standard-grid .grid[data-columns='4'][data-stack='right'] .grid-row .grid-column:nth-child(4) {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}
@media screen and (min-width: 768px) {
  .basf-standard-grid .grid[data-columns='2'][data-columnType='left'] > .grid-row > .grid-column:first-child,
  .basf-standard-grid .grid[data-columns='2'][data-columnType='right'] > .grid-row > .grid-column:last-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33.3333%;
    flex: 0 1 33.3333%;
  }
  .basf-standard-grid .grid[data-columns='2'][data-columnType='left'] > .grid-row > .grid-column:last-child,
  .basf-standard-grid .grid[data-columns='2'][data-columnType='right'] > .grid-row > .grid-column:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 66.6666%;
    flex: 0 1 66.6666%;
  }
  .basf-standard-grid .grid[data-columns='3'] > .grid-row > .grid-column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
  }
  .basf-standard-grid .grid[data-columns='4'] > .grid-row > .grid-column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
  .basf-standard-grid .grid[data-columns='2'][data-columnType='left'][data-gutter='yes'] > .grid-row > .grid-column:first-child,
  .basf-standard-grid .grid[data-columns='2'][data-columnType='right'][data-gutter='yes'] > .grid-row > .grid-column:last-child {
    -ms-flex-preferred-size: calc((100% - 40px) / 3);
    flex-basis: calc((100% - 40px) / 3);
  }
  .basf-standard-grid .grid[data-columns='2'][data-columnType='left'][data-gutter='yes'] > .grid-row > .grid-column:last-child,
  .basf-standard-grid .grid[data-columns='2'][data-columnType='right'][data-gutter='yes'] > .grid-row > .grid-column:first-child {
    -ms-flex-preferred-size: calc(((100% - 40px) / 3)*2);
    flex-basis: calc(((100% - 40px) / 3)*2);
  }
  .basf-standard-grid .grid[data-columns='2'][data-columnType='half'][data-gutter='yes'] > .grid-row > .grid-column {
    -ms-flex-preferred-size: calc((100% - 40px) / 2);
    flex-basis: calc((100% - 40px) / 2);
  }
  .basf-standard-grid .grid[data-columns='3'][data-gutter='yes'] > .grid-row > .grid-column {
    -ms-flex-preferred-size: calc((100% - (40px*2)) / 3);
    flex-basis: calc((100% - (40px*2)) / 3);
  }
  .basf-standard-grid .grid[data-columns='4'][data-gutter='yes'] > .grid-row > .grid-column {
    -ms-flex-preferred-size: calc((100% - (40px*3)) / 4);
    flex-basis: calc((100% - (40px*3)) / 4);
  }
  .basf-standard-grid .grid[data-columns='3'][data-columntype='center'] > .grid-row > .grid-column {
    -ms-flex-preferred-size: calc((100% - (2 * 40px)) / 2);
    flex-basis: calc((100% - (2 * 40px)) / 2);
  }
  .basf-standard-grid .grid[data-columns='3'][data-columntype='center'] > .grid-row > .grid-column:first-child,
  .basf-standard-grid .grid[data-columns='3'][data-columntype='center'] > .grid-row > .grid-column:last-child {
    -ms-flex-preferred-size: calc((100% - (2 * 40px)) / 4);
    flex-basis: calc((100% - (2 * 40px)) / 4);
  }
  .basf-standard-grid .grid[data-columns='3'][data-columntype='centerLarge'] > .grid-row > .grid-column {
    -ms-flex-preferred-size: calc((100% - (2 * 40px)) / 1.5);
    flex-basis: calc((100% - (2 * 40px)) / 1.5);
  }
  .basf-standard-grid .grid[data-columns='3'][data-columntype='centerLarge'] > .grid-row > .grid-column:first-child,
  .basf-standard-grid .grid[data-columns='3'][data-columntype='centerLarge'] > .grid-row > .grid-column:last-child {
    -ms-flex-preferred-size: calc((100% - (2 * 40px)) / 5);
    flex-basis: calc((100% - (2 * 40px)) / 5);
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .basf-standard-grid .grid[data-columns='4'] .grid-row .grid-column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .basf-standard-grid .grid[data-columns='2'][data-stack='left'] > .grid-row > .grid-column,
  .basf-standard-grid .grid[data-columns='2'][data-stack='right'] > .grid-row > .grid-column,
  .basf-standard-grid .grid[data-columns='3'][data-stack='left'] > .grid-row > .grid-column,
  .basf-standard-grid .grid[data-columns='3'][data-stack='right'] > .grid-row > .grid-column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .basf-standard-grid .grid[data-columns='3'][data-stack='left'] .grid-row .grid-column:first-child,
  .basf-standard-grid .grid[data-columns='3'][data-stack='right'] .grid-row .grid-column:first-child,
  .basf-standard-grid .grid[data-columns='3'][data-stack='left'] .grid-row .grid-column:last-child,
  .basf-standard-grid .grid[data-columns='3'][data-stack='right'] .grid-row .grid-column:last-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .basf-standard-grid .grid[data-columns='3'][data-stack='left'][data-bottomPadding='yes'] .grid-row .grid-column:first-child,
  .basf-standard-grid .grid[data-columns='3'][data-stack='right'][data-bottomPadding='yes'] .grid-row .grid-column:first-child,
  .basf-standard-grid .grid[data-columns='3'][data-stack='left'][data-bottomPadding='yes'] .grid-row .grid-column:last-child,
  .basf-standard-grid .grid[data-columns='3'][data-stack='right'][data-bottomPadding='yes'] .grid-row .grid-column:last-child {
    margin-bottom: 20px;
  }
  .basf-standard-grid .grid[data-columns='3'][data-stack='left'][data-verticalpadding="small"] .grid-row .grid-column:first-child,
  .basf-standard-grid .grid[data-columns='3'][data-stack='right'][data-verticalpadding="small"] .grid-row .grid-column:first-child,
  .basf-standard-grid .grid[data-columns='3'][data-stack='left'][data-verticalpadding="small"] .grid-row .grid-column:last-child,
  .basf-standard-grid .grid[data-columns='3'][data-stack='right'][data-verticalpadding="small"] .grid-row .grid-column:last-child {
    margin-bottom: 10px;
  }
  .basf-standard-grid .grid[data-columns='3'][data-stack='left'][data-verticalpadding="large"] .grid-row .grid-column:first-child,
  .basf-standard-grid .grid[data-columns='3'][data-stack='right'][data-verticalpadding="large"] .grid-row .grid-column:first-child,
  .basf-standard-grid .grid[data-columns='3'][data-stack='left'][data-verticalpadding="large"] .grid-row .grid-column:last-child,
  .basf-standard-grid .grid[data-columns='3'][data-stack='right'][data-verticalpadding="large"] .grid-row .grid-column:last-child {
    margin-bottom: 30px;
  }
  .basf-standard-grid .grid[data-columns='3'][data-stack='left'][data-verticalpadding="extralarge"] .grid-row .grid-column:first-child,
  .basf-standard-grid .grid[data-columns='3'][data-stack='right'][data-verticalpadding="extralarge"] .grid-row .grid-column:first-child,
  .basf-standard-grid .grid[data-columns='3'][data-stack='left'][data-verticalpadding="extralarge"] .grid-row .grid-column:last-child,
  .basf-standard-grid .grid[data-columns='3'][data-stack='right'][data-verticalpadding="extralarge"] .grid-row .grid-column:last-child {
    margin-bottom: 40px;
  }
  .basf-standard-grid .grid[data-columns='3'][data-stack='right'] .grid-row .grid-column:first-child,
  .basf-standard-grid .grid[data-columns='3'][data-stack='left'] .grid-row .grid-column:last-child {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .basf-standard-grid .grid[data-columns='4'][data-stack='right'] .grid-row .grid-column:nth-last-child(2),
  .basf-standard-grid .grid[data-columns='4'][data-stack='right'] .grid-row .grid-column:nth-last-child(1),
  .basf-standard-grid .grid[data-columns='4'][data-stack='left'] .grid-row .grid-column:nth-child(1),
  .basf-standard-grid .grid[data-columns='4'][data-stack='left'] .grid-row .grid-column:nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .basf-standard-grid .grid[data-columns='4'][data-stack='right'] .grid-row .grid-column:nth-last-child(2),
  .basf-standard-grid .grid[data-columns='4'][data-stack='right'] .grid-row .grid-column:nth-last-child(1),
  .basf-standard-grid .grid[data-columns='4'][data-stack='left'] .grid-row .grid-column:nth-child(1),
  .basf-standard-grid .grid[data-columns='4'][data-stack='left'] .grid-row .grid-column:nth-child(2) {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: -1;
    order: -1;
  }
  .basf-standard-grid .grid[data-columns='3'][data-stack='left'][data-gutter='yes'] .grid-row .grid-column,
  .basf-standard-grid .grid[data-columns='3'][data-stack='right'][data-gutter='yes'] .grid-row .grid-column {
    -ms-flex-preferred-size: calc((100% - 40px) / 2);
    flex-basis: calc((100% - 40px) / 2);
  }
  .basf-standard-grid .grid[data-columns='3'][data-stack='left'][data-gutter='yes'] .grid-row .grid-column:first-child,
  .basf-standard-grid .grid[data-columns='3'][data-stack='right'][data-gutter='yes'] .grid-row .grid-column:last-child {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .basf-standard-grid .grid[data-columns='2'][data-columnType='left'][data-gutter='yes'] > .grid-row > .grid-column:first-child,
  .basf-standard-grid .grid[data-columns='2'][data-columnType='right'][data-gutter='yes'] > .grid-row > .grid-column:last-child {
    -ms-flex-preferred-size: calc((100% - 40px) / 2);
    flex-basis: calc((100% - 40px) / 2);
  }
  .basf-standard-grid .grid[data-columns='2'][data-columnType='left'][data-gutter='yes'] > .grid-row > .grid-column:last-child,
  .basf-standard-grid .grid[data-columns='2'][data-columnType='right'][data-gutter='yes'] > .grid-row > .grid-column:first-child {
    -ms-flex-preferred-size: calc((100% - 40px) / 2);
    flex-basis: calc((100% - 40px) / 2);
  }
  .basf-standard-grid .grid[data-columns='2'][data-columnType='half'][data-gutter='yes'] > .grid-row > .grid-column {
    -ms-flex-preferred-size: calc((100% - 40px) / 2);
    flex-basis: calc((100% - 40px) / 2);
  }
  .basf-standard-grid .grid[data-columns='3'][data-gutter='yes'] > .grid-row > .grid-column {
    -ms-flex-preferred-size: calc(((100% - 40px) / 3)*2);
    flex-basis: calc(((100% - 40px) / 3)*2);
  }
  .basf-standard-grid .grid[data-columns='4'][data-gutter='yes'] > .grid-row > .grid-column {
    -ms-flex-preferred-size: calc((100% - (40px)) / 2);
    flex-basis: calc((100% - (40px)) / 2);
  }
  .basf-standard-grid .grid[data-columns='3'][data-stack='left'][data-gutter='yes'][data-columntype='center'] .grid-row .grid-column,
  .basf-standard-grid .grid[data-columns='3'][data-stack='right'][data-gutter='yes'][data-columntype='center'] .grid-row .grid-column {
    -ms-flex-preferred-size: calc((100% - (2 * 40px)) / 3);
    flex-basis: calc((100% - (2 * 40px)) / 3);
  }
}
@media screen and (min-width: 768px) {
  .basf-standard-grid .grid[data-columns='4'] .grid-row,
  .basf-standard-grid .grid[data-columns='3'] .grid-row,
  .basf-standard-grid .grid[data-columns='2'] .grid-row {
    margin-left: auto;
    margin-right: auto;
  }
  .basf-standard-grid .grid[data-columns='2'][data-columnType='left'][data-gutter='yes'] > .grid-row > .grid-column:first-child,
  .basf-standard-grid .grid[data-columns='2'][data-columnType='right'][data-gutter='yes'] > .grid-row > .grid-column:last-child {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
  .basf-standard-grid .grid[data-columns='2'] > .grid-row > .grid-column,
  .basf-standard-grid .grid[data-columns='2'][data-columnType='half'] > .grid-row > .grid-column {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
  .basf-standard-grid .grid[data-columns='2'][data-columnType='left'][data-gutter='yes'] > .grid-row > .grid-column:last-child,
  .basf-standard-grid .grid[data-columns='2'][data-columnType='right'][data-gutter='yes'] > .grid-row > .grid-column:first-child {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
  .basf-standard-grid .grid[data-columns='2'][data-columnType='half'][data-gutter='yes'] > .grid-row > .grid-column {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
  .basf-standard-grid .grid[data-columns='3'][data-gutter='yes'] .grid-column,
  .basf-standard-grid .grid[data-columns='4'][data-gutter='yes'] .grid-column {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
}
.grid-column {
  padding: 0 0 10px;
}
@media screen and (max-width: 479px) {
  .grid-column {
    padding: 0 5px 10px;
  }
}
@media screen and (max-width: 767px) and (min-width: 500px) {
  #reps .basf-standard-grid .grid[data-columns='4'] .grid-column,
  .basf-standard-grid .grid[data-columns='3'] .grid-column,
  .basf-standard-grid .grid[data-columns='2'] .grid-column {
    -ms-flex-preferred-size: calc((100% - (40px)) / 2) !important;
    flex-basis: calc((100% - (40px)) / 2) !important;
  }
  #reps img {
    max-width: 275px;
  }
}
@media print {
  #reps {
    page-break-before: always;
  }
  #reps .grid-row {
    display: block;
  }
  #reps .grid-column {
    display: block;
    flex-basis: calc(15%) !important;
    width: 25% !important;
    float: left;
    padding: 5px;
  }
  #reps .grid-column .link-list-container {
    word-break: break-word;
  }
}
.global-nav-searchbar-container {
  position: absolute;
  left: 0;
  width: 100%;
  background: white;
  top: 0;
  z-index: 999;
}
@media screen and (min-width: 992px) {
  .global-nav-searchbar-container {
    border-bottom: 2px solid #dcdcdc;
  }
}
.global-nav-searchbar-container.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1001;
}
.global-nav-searchbar-trigger {
  padding: 15px 15px 13px 15px !important;
  top: 0 !important;
}
.global-nav-searchbar {
  position: relative;
  background: #ffffff;
  max-width: 1200px;
  margin: 0 auto;
}
.global-nav-searchbar .searchbar-input {
  width: 0;
  height: 80px;
  display: inline-block;
  position: relative;
  right: 0;
  left: 0;
  border: 0;
  border-radius: 0;
  padding: 0 50px 0 25px;
  z-index: 1;
  font-size: 36px;
  float: right;
  color: #000;
}
.icon-new-style {
  display: inline-block;
  font-family: BASFIconFontNewStyle;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  z-index: 1;
  background: transparent;
  border: 0;
  padding: 20px 15px;
}
.icon-new-style:before {
  font-size: 36px;
  transition: font .5s;
  -webkit-transition: font .5s;
  -moz-transition: font .5s;
  -o-transition: font .5s;
  -ms-transition: font .5s;
  content: "\e937";
}
.searchform-submit {
  color: #21a0d2;
}
/**
 * File: filter.less
 * Author: Tony Herford
 * Copyright: MRM//McCann 2018
 */
.cs_search-component {
  width: 100%;
  max-width: 1200px;
}
.cs_search-component ul {
  margin-top: 0;
  list-style-position: none;
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
.cs_search-component .filter-close-icon-style {
  content: "\e910";
  font-family: BASFIconFontNewStyle;
  font-size: 0.9375rem;
  position: absolute;
  right: 8px;
  font-weight: 400;
  color: #ffffff;
  opacity: 0;
  transition: opacity 0.2s ease;
  top: 50%;
  transform: translate(0, -50%);
}
.cs_search-component div[data-cmp-list-filter] {
  width: 100%;
  margin: 10px auto 0;
  max-width: 1200px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .cs_search-component div[data-cmp-list-filter] {
    border-top: 2px solid #7c7c7c;
    border-bottom: 2px solid #7c7c7c;
  }
}
.cs_search-component div[data-cmp-list-filter] .wrapper {
  max-width: 100%;
  position: relative;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .cs_search-component div[data-cmp-list-filter] .wrapper {
    display: none;
    overflow: hidden;
  }
}
.cs_search-component div[data-cmp-list-filter] a.filter-label {
  padding: 10px 15px;
  width: 100%;
  display: none;
}
.cs_search-component div[data-cmp-list-filter] a.filter-label:after {
  content: "\e908";
  color: #21a0d2;
  background-color: transparent;
  display: block;
  font-family: BASFIconFontNewStyle;
  font-size: 0.9375rem;
  height: 20px;
  width: 20px;
  line-height: 1.2;
  position: absolute;
  text-align: right;
  top: 4px;
  right: 15px;
  transition: transform 0.5s ease;
  margin-top: 8px;
  margin-bottom: 8px;
  transform: rotate(-180deg);
}
.cs_search-component div[data-cmp-list-filter] a.filter-label.filter-open:after {
  transform: rotate(0);
}
@media screen and (max-width: 767px) {
  .cs_search-component div[data-cmp-list-filter] a.filter-label {
    display: block;
    font-size: 1.25rem;
    line-height: 1.625rem;
    color: #21a0d2;
    font-weight: normal;
    min-height: 50px;
  }
}
.cs_search-component div[data-cmp-list-filter] a.filter-label:active,
.cs_search-component div[data-cmp-list-filter] a.filter-label:focus,
.cs_search-component div[data-cmp-list-filter] a.filter-label:hover {
  text-decoration: none;
}
.cs_search-component div[data-cmp-list-filter] span.cs_filter-by-label {
  padding: 1rem 1rem 1rem 0;
  width: 100%;
  display: none;
}
@media screen and (min-width: 768px) {
  .cs_search-component div[data-cmp-list-filter] span.cs_filter-by-label {
    float: left;
    width: auto;
    display: inline-block;
  }
}
.cs_search-component div[data-cmp-list-filter] .level1 {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  float: left;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .cs_search-component div[data-cmp-list-filter] .level1 {
    width: 100%;
  }
  .cs_search-component div[data-cmp-list-filter] .level1.open {
    transform: translateX(-100%);
  }
}
.cs_search-component div[data-cmp-list-filter] .level1 > ul > li {
  padding-bottom: 0;
  margin-bottom: 0;
  display: block;
  width: 100%;
  font-weight: bold;
}
.cs_search-component div[data-cmp-list-filter] .level1 > ul > li.active {
  background-color: #21a0d2;
}
.cs_search-component div[data-cmp-list-filter] .level1 > ul > li.active > a,
.cs_search-component div[data-cmp-list-filter] .level1 > ul > li.active > a:before {
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .cs_search-component div[data-cmp-list-filter] .level1 > ul > li {
    float: left;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .cs_search-component div[data-cmp-list-filter] .level1 > ul > li {
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 900;
  }
}
.cs_search-component div[data-cmp-list-filter] .level1 > ul > li > a {
  padding: 1rem 25px 1rem 42px;
  display: block;
  position: relative;
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .cs_search-component div[data-cmp-list-filter] .level1 > ul > li > a {
    border-top: 1px solid #dcdcdc;
    padding: 10px 25px 10px 28px;
  }
}
.cs_search-component div[data-cmp-list-filter] .level1 > ul > li > a:active,
.cs_search-component div[data-cmp-list-filter] .level1 > ul > li > a:focus,
.cs_search-component div[data-cmp-list-filter] .level1 > ul > li > a:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .cs_search-component div[data-cmp-list-filter] .level1 > ul > li:last-of-type a {
    border-bottom: 1px solid #dcdcdc;
  }
}
.cs_search-component div[data-cmp-list-filter] .level1 > ul > li > a:after {
  content: none;
}
.cs_search-component div[data-cmp-list-filter] .level1 > ul > li > a:before {
  content: "\e908";
  color: #21a0d2;
  background-color: transparent;
  display: block;
  font-family: BASFIconFontNewStyle;
  font-size: 0.625rem;
  height: 15px;
  width: 14px;
  line-height: 1.2;
  position: absolute;
  text-align: right;
  top: 1rem;
  left: 23px;
  transition: transform 0.5s ease;
  margin-top: 2px;
  margin-bottom: 2px;
  transform: rotate(-180deg);
}
@media screen and (max-width: 767px) {
  .cs_search-component div[data-cmp-list-filter] .level1 > ul > li > a:before {
    left: 5px;
  }
}
@media screen and (max-width: 767px) {
  .cs_search-component div[data-cmp-list-filter] .level1 > ul > li > a:before {
    transform: rotate(90deg);
    right: 0;
    top: 6px;
    margin-top: 8px;
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 768px) {
  .cs_search-component div[data-cmp-list-filter] .level1 > ul > li.active a:before {
    transform: rotate(0);
  }
}
.cs_search-component div[data-cmp-list-filter] .level2 .mobile-close-btn {
  position: absolute;
  right: 10px;
  top: 10px;
  border: none;
  opacity: 0.7;
  display: block;
}
@media screen and (min-width: 768px) {
  .cs_search-component div[data-cmp-list-filter] .level2 .mobile-close-btn {
    display: none;
  }
}
.cs_search-component div[data-cmp-list-filter] .level2 .mobile-close-btn:hover {
  opacity: 1;
  text-decoration: none;
}
.cs_search-component div[data-cmp-list-filter] .level2 .mobile-close-btn .icon {
  color: #7c7c7c;
}
.cs_search-component div[data-cmp-list-filter] .level2 .close-btn {
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
  border: none;
  opacity: 0.7;
  display: none;
}
@media screen and (min-width: 768px) {
  .cs_search-component div[data-cmp-list-filter] .level2 .close-btn {
    display: block;
  }
}
.cs_search-component div[data-cmp-list-filter] .level2 .close-btn:hover {
  opacity: 1;
  text-decoration: none;
}
.cs_search-component div[data-cmp-list-filter] .level2 .close-btn .icon {
  color: #7c7c7c;
}
.cs_search-component div[data-cmp-list-filter] .level2 ul {
  display: none;
  overflow: hidden;
  margin: 1rem 0 0;
  list-style: none;
  background: #dcdcdc;
  position: absolute;
  z-index: 1;
  left: 0;
  width: 100%;
  border-radius: 0px;
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .cs_search-component div[data-cmp-list-filter] .level2 ul {
    padding: 10px 30px 10px 10px;
  }
  .cs_search-component div[data-cmp-list-filter] .level2 ul .icon-typ-2:before {
    font-size: 0.9375rem;
  }
}
.cs_search-component div[data-cmp-list-filter] .level2 ul > li {
  padding-bottom: 0;
  float: left;
  width: auto;
  margin-bottom: 0;
}
.cs_search-component div[data-cmp-list-filter] .level2 ul > li > a {
  padding: 5px 10px;
  margin: 5px 6px;
  background-color: #ffffff;
  color: #333333;
  border-radius: 0px;
  position: relative;
  transition: padding-right 0.3s ease;
  text-decoration: none;
  display: block;
  font-weight: 400;
  border-bottom: none;
}
.cs_search-component div[data-cmp-list-filter] .level2 ul > li > a:after {
  content: "\e910";
  font-family: BASFIconFontNewStyle;
  font-size: 0.9375rem;
  position: absolute;
  right: 8px;
  font-weight: 400;
  color: #ffffff;
  opacity: 0;
  transition: opacity 0.2s ease;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  .cs_search-component div[data-cmp-list-filter] .level2 ul > li > a:after {
    top: 50%;
    transform: translate(0, -50%);
    right: 14px;
  }
}
.cs_search-component div[data-cmp-list-filter] .level2 ul > li > a[aria-checked=true] {
  padding-right: 40px;
  background-color: #21a0d2;
  color: #ffffff;
}
.cs_search-component div[data-cmp-list-filter] .level2 ul > li > a[aria-checked=true]:after {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .cs_search-component div[data-cmp-list-filter] .level2 {
    left: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    display: none;
  }
  .cs_search-component div[data-cmp-list-filter] .level2.active {
    display: block;
  }
  .cs_search-component div[data-cmp-list-filter] .level2 ul {
    position: relative;
    display: block;
  }
}
.cs_search-component div[data-cmp-list-filter] .level2 .level2-label {
  margin-bottom: 0;
  margin-top: 0;
  padding: 8px 0;
  margin-left: 15px;
}
.cs_search-component div[data-cmp-list-filter] .level2 a.back-btn {
  background-color: transparent;
  color: #21a0d2;
  padding: 10px 0 10px 25px;
  margin-left: 15px;
  margin-right: 15px;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  font-weight: bold;
  position: relative;
  display: block;
  min-height: 44px;
}
.cs_search-component div[data-cmp-list-filter] .level2 a.back-btn:active,
.cs_search-component div[data-cmp-list-filter] .level2 a.back-btn:focus,
.cs_search-component div[data-cmp-list-filter] .level2 a.back-btn:hover {
  text-decoration: none;
}
.cs_search-component div[data-cmp-list-filter] .level2 a.back-btn:before {
  content: "\e908";
  color: #21a0d2;
  background-color: transparent;
  display: block;
  font-family: BASFIconFontNewStyle;
  font-size: 0.625rem;
  height: 20px;
  width: 20px;
  line-height: 1.2;
  position: absolute;
  text-align: right;
  top: 6px;
  left: 6px;
  margin-top: 8px;
  margin-bottom: 8px;
  transform: rotate(-90deg);
}
@media screen and (min-width: 768px) {
  .cs_search-component div[data-cmp-list-filter] .level2 a.back-btn,
  .cs_search-component div[data-cmp-list-filter] .level2 h2.level2-label {
    display: none;
    padding: 5px 10px;
  }
}
.cs_search-component div[data-cmp-list-filter] .pills {
  clear: both;
  position: relative;
  padding: 0;
}
.cs_search-component div[data-cmp-list-filter] .pills a {
  padding: 5px 40px 5px 10px;
  margin: 5px 12px 5px 0;
  background-color: #dcdcdc;
  color: #333333;
  border-radius: 0px;
  position: relative;
  transition: padding-right 0.3s ease;
  text-decoration: none;
  display: inline-block;
}
.cs_search-component div[data-cmp-list-filter] .pills a:after {
  content: "\e910";
  font-family: BASFIconFontNewStyle;
  font-size: 0.9375rem;
  position: absolute;
  right: 8px;
  font-weight: 400;
  color: #ffffff;
  opacity: 0;
  transition: opacity 0.2s ease;
  top: 50%;
  transform: translate(0, -50%);
  opacity: 1;
  right: 14px;
  color: #333333;
}
.cs_search-component div[data-cmp-list-filter] .pills .remove-all {
  display: none;
  padding-right: 10px;
}
.cs_search-component div[data-cmp-list-filter] .pills .remove-all:after {
  content: none;
}
.cs_search-component div[data-cmp-list-filter] .pills .pill + .remove-all {
  display: inline-block;
}
.cs_search-component div[data-cmp-list-filter] .filter-open ~ .pills {
  display: block;
}
.cs_search-component div[data-cmp-list-filter] a {
  color: #21a0d2;
}
#site-navigation.overlay,
.site-navigation.overlay {
  position: relative;
  top: -0.5rem;
}
@media screen and (min-width: 992px) {
  #site-navigation.overlay,
  .site-navigation.overlay {
    top: -34px;
  }
}
#site-navigation.overlay nav,
.site-navigation.overlay nav {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 479px) {
  #site-navigation,
  .site-navigation {
    width: 100vw;
  }
}
#site-navigation *,
.site-navigation * {
  margin: 0;
  padding: 0;
}
#site-navigation a,
.site-navigation a {
  text-decoration: none;
  font-family: 'Roboto regular', Arial;
  font-weight: bold;
}
#site-navigation a:active,
.site-navigation a:active {
  color: #333333 !important;
}
#site-navigation .main-menu,
.site-navigation .main-menu {
  background-color: #21a0d2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  width: 100%;
}
#site-navigation .main-menu > li > ul,
.site-navigation .main-menu > li > ul {
  display: none;
}
#site-navigation .main-menu > li > a,
.site-navigation .main-menu > li > a {
  background: transparent;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffffff;
  display: inline-block;
  height: 41px;
  line-height: 41px;
  margin: 2px;
  outline: 0;
  padding: 0 25px;
}
#site-navigation .main-menu > li > a:hover,
.site-navigation .main-menu > li > a:hover {
  background-color: #ffffff;
  color: #000000;
}
#site-navigation .main-menu > li > a:focus,
.site-navigation .main-menu > li > a:focus {
  background-color: #ffffff;
  border-bottom: 2px solid #000000;
  color: #000000;
  height: 43px;
  margin-bottom: 0;
}
#site-navigation .main-menu > li > a .icon,
.site-navigation .main-menu > li > a .icon {
  margin-left: 10px;
}
#site-navigation .main-menu > li.has-subnav > a:after,
.site-navigation .main-menu > li.has-subnav > a:after {
  content: "\e903";
  position: relative;
  display: inline-block;
  top: 0;
  font-family: BASFIconFontNewStyle;
  font-style: normal;
  font-weight: 400;
  margin-left: 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.6em;
  -webkit-transition: top 0.5s ease, -webkit-transform 0.5s ease;
  transition: top 0.5s ease, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, top 0.5s ease;
  transition: transform 0.5s ease, top 0.5s ease, -webkit-transform 0.5s ease;
}
#site-navigation .main-menu > li.has-subnav.active > a:after,
.site-navigation .main-menu > li.has-subnav.active > a:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  top: -3px;
}
#site-navigation .main-menu .flyout,
.site-navigation .main-menu .flyout {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 33%;
}
#site-navigation .main-menu > li > .subnav-wrapper,
.site-navigation .main-menu > li > .subnav-wrapper {
  display: none;
  width: 100%;
  background-color: #ffffff;
  position: absolute;
  z-index: 20;
  left: 0;
  border-bottom: 4px solid #21a0d2;
  overflow: hidden;
}
#site-navigation .main-menu > li > .subnav-wrapper > ul,
.site-navigation .main-menu > li > .subnav-wrapper > ul {
  background: #ffffff;
  -webkit-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
#site-navigation .main-menu > li > .subnav-wrapper > ul.subnav,
.site-navigation .main-menu > li > .subnav-wrapper > ul.subnav {
  z-index: 50;
  position: relative;
}
#site-navigation .main-menu > li > .subnav-wrapper > ul.level2,
.site-navigation .main-menu > li > .subnav-wrapper > ul.level2 {
  z-index: 30;
}
#site-navigation .main-menu > li > .subnav-wrapper > ul.level3,
.site-navigation .main-menu > li > .subnav-wrapper > ul.level3 {
  z-index: 20;
}
#site-navigation .main-menu > li > .subnav-wrapper > ul.active,
.site-navigation .main-menu > li > .subnav-wrapper > ul.active {
  height: 100%;
  background-color: #f0f0f0;
}
#site-navigation .main-menu > li > .subnav-wrapper li.has-subnav > a,
.site-navigation .main-menu > li > .subnav-wrapper li.has-subnav > a {
  position: relative;
}
#site-navigation .main-menu > li > .subnav-wrapper li.has-subnav > a:after,
.site-navigation .main-menu > li > .subnav-wrapper li.has-subnav > a:after {
  content: "\e002";
  font-family: BASFIconFont;
  font-size: 18px;
  padding-right: 10px;
  position: absolute;
  right: 5px;
  top: 8px;
}
#site-navigation .main-menu > li > .subnav-wrapper li.has-subnav > ul,
.site-navigation .main-menu > li > .subnav-wrapper li.has-subnav > ul {
  display: none;
}
#site-navigation .main-menu > li > .subnav-wrapper ul,
.site-navigation .main-menu > li > .subnav-wrapper ul {
  -ms-flex-line-pack: justify;
  align-content: space-between;
  padding: 10px 0 15px;
  width: 33%;
}
#site-navigation .main-menu > li > .subnav-wrapper ul a,
.site-navigation .main-menu > li > .subnav-wrapper ul a {
  display: block;
  color: #21a0d2;
  margin: 0 20px;
  padding: 8px 15px 8px 0;
}
#site-navigation .main-menu > li > .subnav-wrapper ul a.active,
.site-navigation .main-menu > li > .subnav-wrapper ul a.active {
  color: #333333;
}
#site-navigation .main-menu > li > .subnav-wrapper ul .header,
.site-navigation .main-menu > li > .subnav-wrapper ul .header {
  color: #21a0d2;
  border-bottom: 1px solid #dcdcdc;
  border-top: 1px solid #dcdcdc;
  margin-bottom: 12px;
  margin: 0 20px;
  position: relative;
}
#site-navigation .main-menu > li > .subnav-wrapper ul .header a,
.site-navigation .main-menu > li > .subnav-wrapper ul .header a,
#site-navigation .main-menu > li > .subnav-wrapper ul .header span,
.site-navigation .main-menu > li > .subnav-wrapper ul .header span {
  display: block;
  margin: 0 20px;
  padding: 10px 0 10px 10px;
  line-height: 1.4;
}
#site-navigation .main-menu > li > .subnav-wrapper ul .header:before,
.site-navigation .main-menu > li > .subnav-wrapper ul .header:before {
  content: "\e003";
  position: absolute;
  font-family: BASFIconFont;
  font-size: 25px;
  left: 0;
  top: 6px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  #site-navigation nav,
  .site-navigation nav {
    display: none;
  }
}
#site-navigation .title-bar,
.site-navigation .title-bar {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #dcdcdc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 68px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 17px;
}
.ag__global-site #site-navigation .title-bar,
.ag__global-site .site-navigation .title-bar {
  height: auto;
  padding: 22px 17px;
  align-items: flex-start;
}
#site-navigation .title-bar a,
.site-navigation .title-bar a {
  color: #21a0d2;
}
#site-navigation .title-bar a:hover,
.site-navigation .title-bar a:hover {
  color: #7c7c7c;
}
#site-navigation .title-bar a *:hover,
.site-navigation .title-bar a *:hover,
#site-navigation .title-bar a *:hover:active,
.site-navigation .title-bar a *:hover:active,
#site-navigation .title-bar a *:active,
.site-navigation .title-bar a *:active,
#site-navigation .title-bar a *:focus,
.site-navigation .title-bar a *:focus {
  text-decoration: none;
}
#site-navigation .title-bar .contact-link span,
.site-navigation .title-bar .contact-link span {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25px;
  flex: 0 0 25px;
}
@media screen and (max-width: 767px) {
  #site-navigation .title-bar .contact-link span,
  .site-navigation .title-bar .contact-link span {
    display: none;
  }
}
.ag__global-site #site-navigation .title-bar .contact-link span,
.ag__global-site .site-navigation .title-bar .contact-link span {
  display: none;
}
#site-navigation .title-bar .icon.user-new,
.site-navigation .title-bar .icon.user-new {
  margin-right: 10px;
  margin-left: 19px;
  vertical-align: top;
}
#site-navigation .title-bar .title,
.site-navigation .title-bar .title {
  color: #000000 !important;
  font-size: 2rem;
  font-weight: normal;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  #site-navigation .title-bar .title,
  .site-navigation .title-bar .title {
    width: calc(100% - 45px);
    overflow: hidden;
    text-overflow: ellipsis;
    height: 1em;
    padding-top: 2px;
  }
}
.ag__global-site #site-navigation .title-bar .title,
.ag__global-site .site-navigation .title-bar .title {
  white-space: normal;
  line-height: 1;
  font-size: 1rem;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .ag__global-site #site-navigation .title-bar .title,
  .ag__global-site .site-navigation .title-bar .title {
    overflow: auto;
    text-overflow: initial;
    height: auto;
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  #site-navigation .title-bar,
  .site-navigation .title-bar {
    margin-bottom: 20px;
  }
  .ag__global-site #site-navigation .title-bar,
  .ag__global-site .site-navigation .title-bar {
    margin-bottom: 0;
  }
}
#site-navigation ul,
.site-navigation ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
#global-nav-container .link-list a:not(.heading) {
  padding-bottom: 10px;
  margin-bottom: 0;
}
header.header .main-header {
  background: #21a0d2;
  margin: 0;
  max-width: none;
  padding: 0;
  position: relative;
  width: 100%;
  min-height: 45px;
  /*.sub-menu-type-1 {
        align-content: space-between;
		box-sizing: border-box;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		margin: 0 auto;
		max-width: 1200px;
		padding: 0 15px;

        ul {
			box-sizing: border-box;
            display: block;
			padding: 0 20px;
            width: calc(100%/3);

            li {
				padding-bottom: 10px;
				&:first-child {padding-bottom: 0px;}
			}

            .heading {
                border-bottom: 1px solid @light-grey;
                display: block;
                font-size: 1.5rem;
                font-weight: 100;
                line-height: 2rem;
                margin-bottom: 17px;
                padding: .25em 0;
            }
        }
	}

	.sub-menu-type-2 {
		box-sizing: border-box;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		margin: 0 auto;
		max-width: 1200px;
		padding: 0 20px;

		.link-list {
			box-sizing: border-box;
			padding: 0 15px;
			width: ~"calc(100%*2/3)";

			.heading {
				border-bottom: 1px solid @light-grey;
				display: block;
				font-size: 1.5rem;
				font-weight: 100;
				line-height: 2rem;
				margin-bottom: 17px;
				padding: .25em 0;
			}

			ul {
				display: flex;
				flex-direction: column;
				flex-wrap: wrap;
				height: 460px !important;
				line-height: 45px;
				padding: 0;
				width: 100%;
			}
		}

	}

	.sub-menu-type-3 {
        align-content: space-between;
		box-sizing: border-box;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		margin: 65px auto 15px;
		max-width: 1200px;
		padding: 0 20px;

        ul {
			box-sizing: border-box;
            display: block;
			padding: 0 15px;
            width: calc(100%/3);

			.caption {font-size: 1rem;}

            li {
				padding-bottom: 10px;
				&:first-child {padding-bottom: 0px;}
			}

			.icon {
				font-size: 20px;
				margin-right: 10px;
				position: relative;
				top: 3px;
			}
        }
	}*/
}
@media screen and (min-width: 992px) {
  header.header .main-header {
    padding: 0;
  }
}
header.header .main-header a,
header.header .main-header a.home-link:hover {
  color: #21a0d2;
  text-decoration: none;
}
header.header .main-header ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
header.header .main-header #global-nav-container {
  background-color: #ffffff;
  position: relative;
}
header.header .main-header #global-nav-container.sticky {
  border-bottom: 2px solid #dcdcdc;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 950;
}
header.header .main-header #global-nav-container.sticky > div > .section {
  top: 45px;
}
header.header .main-header #sticky-nav-placeholder {
  display: none;
  opacity: 0;
}
header.header .main-header #global-nav-container.sticky + #sticky-nav-placeholder {
  display: block;
}
header.header .main-header #global-navigation {
  align-items: center;
  background-color: #ffffff;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1200px;
  min-height: 45px;
  padding: 0 35px;
  position: relative;
}
header.header .main-header #global-navigation > ul > li:not(:first-child) > a:hover {
  color: #7c7c7c;
}
@media screen and (max-width: 767px) {
  header.header .main-header #global-navigation {
    padding: 0;
  }
}
header.header .main-header #global-nav-container > div > .section {
  background: #f0f0f0;
  border-bottom: 2px solid #21a0d2;
  display: none;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 950;
  max-height: calc(100vh - 140px);
  overflow-y: auto;
}
header.header .main-header #global-nav-container > div > .section .menu-1 .headline h2 {
  margin-bottom: .75rem;
}
header.header .main-header #global-nav-container > div > .section a:active {
  color: #000000 !important;
}
header.header .main-header #global-nav-container > div > .section .link-list a {
  line-height: 25px;
  padding-bottom: 10px;
}
header.header .main-header #global-nav-container > div > .section .link-list a:not(.heading) {
  float: left;
  clear: both;
}
header.header .main-header #global-nav-container > div > .section .link-list a .icon.angle-right-circle.type1 {
  margin: 0;
}
header.header .main-header #global-nav-container > div > .section .link-list a .icon.angle-right-circle.type1:before {
  font-size: 27px;
  vertical-align: middle;
}
header.header .main-header #global-nav-container > div > .section .link-list a.heading {
  padding-top: 15px;
}
header.header .main-header #global-nav-container > div > .section .standard-grid:last-child {
  margin-bottom: 20px;
}
header.header .main-header #global-nav-container .grid {
  margin: 0 auto;
  padding: 0 15px;
}
header.header .main-header #global-nav-container .grid-row {
  /*margin: 10px 0;*/
}
header.header .main-header #global-nav-container .grid-column .content {
  padding: 0 20px;
}
header.header .main-header #global-nav-container .grid-column .grid-column,
header.header .main-header #global-nav-container .grid .grid {
  padding: 0;
}
header.header .main-header #global-nav-container .headline {
  clear: both;
}
header.header .main-header #global-nav-container #teaser {
  background: #e7e7e7;
  box-sizing: border-box;
  margin-top: -20px;
  padding: 15px;
}
header.header .main-header #global-nav-container #teaser .link-list:not(:last-child) {
  margin-bottom: 30px;
}
header.header .main-header #global-nav-container .teaser {
  margin-top: 65px;
}
header.header .main-header #global-nav-container .teaser-component.promo-tile .teaser-title {
  color: #333333;
  font-size: 1rem;
  margin: 10px 0 10px;
  padding: 0;
}
header.header .main-header #global-nav-container .teaser-component.promo-tile .link-list-group {
  padding-left: 0;
  padding-right: 0;
}
header.header .main-header #global-nav-container .teaser-component.promo-tile .link-list-group .link-list-container {
  margin-bottom: 20px;
}
header.header .main-header #global-nav-container .teaser-component.promo-tile .link-list-group .link-list-container .icon.angle-right-circle.type1 {
  margin: 0;
}
header.header .main-header #global-nav-container .teaser-component.promo-tile .link-list-group .link-list-container .icon.angle-right-circle.type1:before {
  font-size: 27px;
  vertical-align: middle;
}
header.header .main-header #global-nav-container .teaser .tile img {
  width: 100%;
}
header.header .main-header #global-nav-container .basf-standard-grid .grid .content {
  height: auto;
}
header.header .main-header .hamburger-menu {
  align-self: flex-start;
  font-size: .875rem;
  font-weight: bold;
}
header.header .main-header .hamburger-menu button {
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: #21a0d2;
  cursor: pointer;
  font-family: BASFIconFontNewStyle;
  font-weight: normal !important;
  height: 45px;
  line-height: normal;
  margin: 0 !important;
  margin-right: 10px !important;
  outline: 0;
  padding: 10px;
  width: 40px;
}
header.header .main-header .hamburger-menu button:before {
  content: "\e926";
  font-size: 22px;
}
header.header .main-header .hamburger-menu button:hover {
  color: #21a0d2 !important;
}
header.header .main-header .hamburger-menu button.active {
  background-color: #f0f0f0;
  color: #000000 !important;
}
header.header .main-header .hamburger-menu button.active::before {
  content: "\e910";
}
@media screen and (max-width: 479px) {
  header.header .main-header .hamburger-menu span {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  header.header .main-header .hamburger-menu {
    display: none;
  }
}
header.header .main-header .main-logo {
  float: none;
  max-height: 100%;
}
header.header .main-header .main-menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 0;
  margin-top: 0;
}
header.header .main-header .main-menu li {
  margin-bottom: 0;
}
header.header .main-header .main-menu a {
  font-weight: bold;
}
header.header .main-header .main-menu .icon {
  margin-right: 10px;
  top: 0;
}
header.header .main-header .main-menu .site-label {
  font-family: 'Roboto regular', Arial;
  font-size: .875rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  header.header .main-header .main-menu {
    background: #f0f0f0;
    display: none;
    left: 0;
    padding: 0 15px 20px;
    position: absolute;
    top: 45px;
    width: 100%;
    z-index: 950;
  }
}
header.header .main-header .main-menu button {
  background-color: transparent;
  border: none;
  border-radius: 0;
  color: #21a0d2;
  cursor: pointer;
  font-weight: bold;
  line-height: 2.5rem;
  margin-left: 30px;
  outline: 0;
}
header.header .main-header .main-menu button:hover {
  color: #7c7c7c;
}
header.header .main-header .main-menu > li {
  box-sizing: border-box;
  height: 45px;
  margin-right: 25px;
}
header.header .main-header .main-menu > li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  header.header .main-header .main-menu > li {
    border-top: 2px solid #dcdcdc;
    margin-right: 0;
    padding: 10px 0;
  }
}
header.header .main-header .main-menu > li:first-child {
  border-top: none !important;
}
header.header .main-header .main-menu > li > a {
  box-sizing: border-box;
  display: inline-block;
  font-size: .875rem;
  height: 45px;
  line-height: 45px;
  position: relative;
}
header.header .main-header .main-menu > li > a.active,
header.header .main-header .main-menu > li > a:focus {
  border-bottom: 2px solid #000000;
  color: #333333;
}
@media screen and (max-width: 767px) {
  header.header .main-header .main-menu > li > a::after {
    content: "\e002";
    font-family: BASFIconFont;
    font-size: 18px;
    line-height: normal;
    padding-right: 10px;
    position: absolute;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  header.header .main-header .main-menu > li > a {
    line-height: normal;
    width: 100%;
  }
}
header.header .main-header .main-menu > li:first-child > a {
  border-bottom: none;
  color: #000000;
}
header.header .main-header .main-menu > li:first-child > a.active,
header.header .main-header .main-menu > li:first-child > a:focus {
  border-bottom: none;
  color: #000000;
}
@media screen and (max-width: 767px) {
  header.header .main-header .main-menu > li:first-child > a::after {
    content: none;
  }
}
header.header .main-header .main-menu > li:first-child > a:hover {
  color: #21a0d2 !important;
}
header.header .main-header .main-menu > li:first-child > a :active {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  header.header .main-header .main-menu > li:first-child > a {
    width: auto;
  }
}
header.header .main-header .masthead {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin: 0 auto;
  max-width: 1200px;
  padding-left: 15px;
}
header.header .main-header .masthead * {
  color: #ffffff !important;
}
header.header .main-header .masthead a {
  display: block;
  height: 80px;
  width: 160px;
}
@media screen and (max-width: 767px) {
  header.header .main-header .masthead {
    padding-left: 0;
  }
}
header.header .main-header .tools-menu {
  align-self: flex-start;
  background: #ffffff;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
header.header .main-header .tools-menu button {
  background-color: transparent;
  border: none;
  border-radius: 0;
  color: #21a0d2;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  line-height: 2.5rem;
  /*margin-left: 30px;*/
}
header.header .main-header .tools-menu button.btn-share-close {
  color: #000000;
}
header.header .main-header .tools-menu i.icon {
  font-size: 1.15rem;
}
header.header .main-header .tools-menu i.icon.email {
  font-size: 1.5rem;
}
header.header .main-header .tools-menu .share-widget,
header.header .main-header .tools-menu .widget-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  line-height: 45px;
}
header.header .main-header .tools-menu .share-widget a {
  padding: 0 10px;
}
header.header .main-header .tools-menu .share-widget a:hover {
  color: #7c7c7c;
}
@media screen and (min-width: 992px) {
  header.header .main-header .tools-menu {
    padding-right: 15px;
  }
  header.header .main-header .tools-menu .share-widget a {
    padding: 0 15px;
  }
}
header.header .main-header .tools-menu .widget-buttons button {
  padding: 0;
  width: 40px;
}
header.header .main-header .tools-menu .widget-buttons button:hover {
  color: #7c7c7c;
}
@media screen and (max-width: 767px) {
  header.header .main-header .tools-menu {
    padding-right: 10px;
  }
}
header.header .main-header #logo-container > * {
  color: #ffffff !important;
}
header.header .main-header #logo-container a {
  display: block;
  height: 80px;
  width: 160px;
}
header.header .main-header .max-width-1200 {
  background-color: inherit;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 35px;
}
header.header .main-header .back-btn {
  padding: 10px 10px 10px 25px;
  font-weight: bold;
  display: block;
  cursor: pointer;
}
header.header .main-header .back-btn .icon-style.arrow-back:before {
  vertical-align: middle;
  padding-right: 10px;
}
#page-footer * {
  margin: 0;
  padding: 0;
}
#page-footer.dark {
  background-color: #7c7c7c;
}
#page-footer.dark * {
  color: #ffffff;
}
#page-footer.dark #footer-nav a:hover {
  background: #ffffff;
  color: #7c7c7c;
}
#page-footer.dark #social-nav i:hover {
  color: #dcdcdc;
}
#page-footer.light {
  background-color: #f0f0f0;
}
#page-footer.light * {
  color: #333333;
}
#page-footer.light #footer-nav a:hover {
  background: #333333;
  color: #f0f0f0;
}
#page-footer.light #social-nav i:hover {
  color: #7c7c7c;
}
#page-footer a {
  text-decoration: none;
}
#page-footer ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
#page-footer .footer-nav-section .standard-grid .grid-column {
  margin-bottom: 1.375rem;
}
#page-footer .footer-nav-section .standard-grid .link-list-group a {
  float: left;
  clear: both;
  padding: 2px 4px;
}
#page-footer .footer-nav-section .standard-grid .link-list-group a:hover {
  background: #ffffff;
  color: #7c7c7c;
}
#page-footer .footer-nav-section .standard-grid .link-list-group a:hover .icon {
  color: #7c7c7c;
}
#page-footer .footer-nav-section .standard-grid .paragraph h4 p {
  padding-left: 4px;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
#page-footer .footer-nav-section .link-list-group {
  line-height: 0.75rem;
}
#page-footer .footer-nav-section .link-list-group a {
  padding-left: 2px;
  font-weight: normal;
  margin-bottom: 1rem;
  line-height: 0.75rem;
  display: inline-block;
  margin-right: -3px;
}
#page-footer .footer-nav-section .copytext {
  margin-bottom: 1.875rem;
}
#page-footer .footer-nav-section .copytext p {
  font-size: 0.75rem;
  line-height: 0.85rem;
  margin-left: 2px;
}
#page-footer .footer-nav-section .link-list-group .copy-link:after {
  content: " | ";
  padding: 0 10px;
}
#page-footer .footer-nav-section .link-list-group .copy-link:last-child:after {
  content: "";
  padding: 0;
}
#page-footer .footer-nav-section .aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--3 {
  width: 100%;
}
#page-footer .footer-nav-section .aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--9 {
  width: 100%;
}
@media screen and (min-width: 992px) {
  #page-footer .footer-nav-section .aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--3 {
    width: calc((100% - (15px*3)) / 4);
  }
  #page-footer .footer-nav-section .aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--9 {
    width: calc(((100% - (15px*3)) / 4) * 3);
    margin-left: 15px;
  }
}
#page-footer #social-nav {
  border-bottom: 1px solid #9c9c9c;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 40px;
  padding-bottom: 20px;
}
@media (max-width: 599px) {
  #page-footer #social-nav > * {
    width: 100% !important;
  }
}
#page-footer #social-nav h2,
#page-footer #social-nav h3,
#page-footer #social-nav h4 {
  font-size: 1.5rem;
  line-height: 1.875rem;
  box-sizing: border-box;
  width: 25%;
  padding-left: 4px;
}
@media (max-width: 599px) {
  #page-footer #social-nav h2,
  #page-footer #social-nav h3,
  #page-footer #social-nav h4 {
    margin-bottom: 10px;
  }
}
#page-footer #social-nav ul {
  font-size: 1.35rem;
  width: 75%;
}
#page-footer #social-nav ul li {
  float: left;
  padding-right: 30px;
}
#page-footer #social-nav ul li:last-child {
  padding: 0;
}
@media (max-width: 599px) {
  #page-footer #social-nav ul li {
    padding-left: 4px;
  }
}
#page-footer .wrapper {
  background-color: inherit;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1200px;
  padding: 30px 30px;
}
/**
 * File: related-products.less
 * Author: Tony Herford
 * Copyright: MRM//McCann 2018
 */
[data-cmp-related-products][hide-images] img {
  display: none;
}
[data-cmp-related-products] .read-more,
[data-cmp-related-products] .show-all {
  color: #21a0d2;
}
[data-cmp-related-products] .read-more .icon,
[data-cmp-related-products] .show-all .icon {
  vertical-align: middle;
  display: inline-block;
}
[data-cmp-related-products] .read-more:active,
[data-cmp-related-products] .show-all:active,
[data-cmp-related-products] .read-more:focus,
[data-cmp-related-products] .show-all:focus,
[data-cmp-related-products] .read-more:hover,
[data-cmp-related-products] .show-all:hover {
  text-decoration: none;
}
@media screen and (min-width: 480px) {
  [data-cmp-related-products] .product-slider {
    padding: 15px 0 20px;
    margin-left: -20px;
    margin-right: -20px;
  }
}
[data-cmp-related-products] .product-slider .slick-slide {
  float: none;
  position: relative;
  flex-grow: 1;
  align-items: stretch;
  display: flex;
  flex-flow: column;
  height: auto;
}
[data-cmp-related-products] .product-slider .slick-slide > div {
  position: relative;
  display: flex;
  flex-flow: column;
  flex-grow: 1;
  align-items: stretch;
  min-height: 1px;
}
@media screen and (min-width: 480px) {
  [data-cmp-related-products] .product-slider .slick-slide > div {
    padding-left: 20px;
    padding-right: 20px;
  }
}
[data-cmp-related-products] .product-slider .slick-list > .slick-track {
  margin-left: 0;
  display: flex;
  flex-flow: row;
  flex: 1 1 auto;
  justify-content: center;
}
[data-cmp-related-products] .product-slider .product-slide {
  padding: 0;
  background-color: #f0f0f0;
  display: flex !important;
  flex-flow: column;
  flex-grow: 1;
  min-height: 1px;
}
[data-cmp-related-products] .product-slider .product-slide .related-product-image {
  min-height: 1px;
}
[data-cmp-related-products] .product-slider .product-slide .related-product-thumb-spacer {
  padding-top: 50%;
  width: 100%;
}
[data-cmp-related-products] .product-slider .product-slide .related-product-thumb {
  width: 100%;
}
[data-cmp-related-products] .product-slider .product-slide .product-title {
  padding: 20px;
  color: #7c7c7c;
}
[data-cmp-related-products] .product-slider .product-slide .product-description {
  padding: 0 20px;
  color: #7c7c7c;
}
[data-cmp-related-products] .product-slider .product-slide .read-more {
  padding: 20px;
  color: #21a0d2;
  display: inline-block;
}
[data-cmp-related-products] .product-slider .product-controls {
  position: relative;
  text-align: center;
  padding-top: 10px;
}
[data-cmp-related-products] .product-slider .product-controls .controls {
  height: 30px;
  position: relative;
}
[data-cmp-related-products] .product-slider .product-controls .controls > button {
  background: transparent;
  border: 0;
  vertical-align: middle;
  height: 30px;
}
[data-cmp-related-products] .product-slider .product-controls .controls > button.product-next,
[data-cmp-related-products] .product-slider .product-controls .controls > button.product-prev {
  height: 30px;
  width: 45px;
  position: relative;
  color: #21a0d2;
  overflow: hidden;
  padding: 6px;
}
[data-cmp-related-products] .product-slider .product-controls .controls > button.product-next.slick-hidden,
[data-cmp-related-products] .product-slider .product-controls .controls > button.product-prev.slick-hidden {
  display: none;
}
[data-cmp-related-products] .product-slider .product-controls .controls > button.product-next:active,
[data-cmp-related-products] .product-slider .product-controls .controls > button.product-prev:active,
[data-cmp-related-products] .product-slider .product-controls .controls > button.product-next:focus,
[data-cmp-related-products] .product-slider .product-controls .controls > button.product-prev:focus,
[data-cmp-related-products] .product-slider .product-controls .controls > button.product-next:hover,
[data-cmp-related-products] .product-slider .product-controls .controls > button.product-prev:hover {
  text-decoration: none;
}
[data-cmp-related-products] .product-slider .product-controls .controls > button.product-next.slick-disabled,
[data-cmp-related-products] .product-slider .product-controls .controls > button.product-prev.slick-disabled {
  opacity: 0.5;
  cursor: default;
}
[data-cmp-related-products] .product-slider .product-controls .controls > button.product-next:after,
[data-cmp-related-products] .product-slider .product-controls .controls > button.product-prev:after {
  content: "\e002";
  font-family: BASFIconFont;
  display: block;
  width: 10px;
  height: 20px;
  font-size: 24px;
  outline: 0;
  right: 20px;
  line-height: 1;
  margin: auto;
}
[data-cmp-related-products] .product-slider .product-controls .controls > button.product-prev:after {
  transform: scaleX(-1);
  right: auto;
  left: 20px;
}
[data-cmp-related-products] .product-slider .product-controls .controls .product-pager {
  display: inline-block;
  vertical-align: middle;
  height: 30px;
  padding: 6px;
}
[data-cmp-related-products] .product-slider .product-controls .controls .product-pager .pager-text {
  line-height: 1;
}
@media screen and (min-width: 480px) {
  [data-cmp-related-products] .product-slider .product-controls .controls .product-pager .pager-text {
    display: none;
  }
}
[data-cmp-related-products] .product-slider .product-controls .controls .product-pager .slick-dots {
  position: relative;
  top: 0;
  line-height: 0;
}
@media screen and (max-width: 479px) {
  [data-cmp-related-products] .product-slider .product-controls .controls .product-pager .slick-dots {
    display: none !important;
  }
}
[data-cmp-related-products] .product-slider .product-controls .controls .product-pager .slick-dots li:before {
  content: none;
}
[data-cmp-related-products] .product-slider .product-controls .controls .product-pager .slick-dots button {
  background: #21a0d2;
  text-indent: -9999px;
  display: block;
  width: 12px;
  height: 12px;
  margin: 4px;
  outline: 0;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
[data-cmp-related-products] .product-slider .product-controls .controls .product-pager .slick-dots button:before {
  content: none;
}
[data-cmp-related-products] .product-slider .product-controls .controls .product-pager .slick-dots .slick-active button {
  background: #7c7c7c;
}
[data-cmp-related-products].has-hover .product-slider .product-controls .controls .product-pager .slick-dots button:focus,
[data-cmp-related-products].has-hover .product-slider .product-controls .controls .product-pager .slick-dots button:hover {
  background: #7c7c7c;
}
[data-cmp-related-products] .cs_sort-options dd {
  cursor: pointer;
}
[data-cmp-related-products] .slick-dots {
  display: none !important;
}
[data-cmp-related-products] .slick-dotted + .product-controls .slick-dots,
[data-cmp-related-products] .slick-dotted + .product-controls .slick-hidden {
  display: block !important;
}
.ag__global-site [data-cmp-related-products] .product-slider .read-more span {
  position: relative;
  top: 3px;
}
.ag__global-site [data-cmp-related-products] .product-slider .product-slide .product-title {
  color: #333333;
  margin: 0;
}
.ag__global-site [data-cmp-related-products] .product-slider .product-slide .product-description {
  color: #333333;
}
.ag__global-site [data-cmp-related-products] .product-slider .product-slide .addReadMore.showlesscontent .text-part2,
.ag__global-site [data-cmp-related-products] .product-slider .product-slide .addReadMore.showlesscontent .less-link {
  display: none;
}
.ag__global-site [data-cmp-related-products] .product-slider .product-slide .addReadMore.showmorecontent .more-link {
  display: none;
}
.ag__global-site [data-cmp-related-products] .product-slider .product-slide .addReadMore .more-link,
.ag__global-site [data-cmp-related-products] .product-slider .product-slide .addReadMore .less-link {
  margin-left: 2px;
  color: #7c7c7c;
  font-size: .85rem;
  cursor: pointer;
}
.ag__global-site [data-cmp-related-products] .product-slider .product-slide .addReadMoreWrapTxt.showmorecontent .text-part2,
.ag__global-site [data-cmp-related-products] .product-slider .product-slide .addReadMoreWrapTxt.showmorecontent .less-link {
  display: block;
}
.enforce-thumb-ratio {
  margin-top: 56.25%;
}
/**
 * File: contact-tile.less
 * Author: Tony Herford
 * Copyright: MRM//McCann 2018
 */
.prcontact {
  padding-bottom: 20px;
  border-bottom: 1px solid #7c7c7c;
}
.prcontact img {
  float: left;
  width: 25%;
}
.prcontact .contact-info-block {
  padding: 0 15px;
  float: left;
  width: 75%;
  font-size: 14px;
}
.prcontact .contact-info-block .icon-style {
  position: relative;
  top: 3px;
  margin-right: 5px;
}
.prcontact .contact-info-block .icon-typ-1:before {
  font-size: 1.25rem;
}
.prcontact .contact-info-block .profile-fname,
.prcontact .contact-info-block .profile-lname {
  font-weight: 700;
}
.prcontact .contact-info-block .email {
  color: #21a0d2;
  white-space: nowrap;
}
.prcontact .contact-info-block .phone {
  white-space: nowrap;
  color: #21a0d2;
}
.prcontact .contact-info-block .phone .phone-label {
  display: inline;
}
.prcontact .contact-info-block .phone .phone-value {
  display: inline;
  white-space: nowrap;
}
body.app .table-results td,
body.app .cardBorder,
body.app .product-template {
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 900px) {
  body.app .search-container .checkbox label {
    white-space: nowrap;
  }
  body.app .filter-form {
    overflow: hidden;
  }
}
body.app #global-nav-container {
  display: none !important;
}
body.app nav#social-nav {
  display: none !important;
}
body.app nav#footer-nav {
  display: none !important;
}
body.app div.print {
  display: none !important;
}
body.app nav#legal {
  display: unset!important;
  flex-direction: unset !important;
  flex-wrap: unset !important;
  font-size: unset !important;
}
body.app .wrapper {
  padding: 0 !important;
  max-width: unset !important;
  margin: 0 !important;
}
body.app form.login-form button * {
  color: white;
}
/*
 * ADOBE CONFIDENTIAL
 *
 * Copyright 2015 Adobe Systems Incorporated
 * All Rights Reserved.
 *
 * NOTICE:  All information contained herein is, and remains
 * the property of Adobe Systems Incorporated and its suppliers,
 * if any.  The intellectual and technical concepts contained
 * herein are proprietary to Adobe Systems Incorporated and its
 * suppliers and may be covered by U.S. and Foreign Patents,
 * patents in process, and are protected by trade secret or copyright law.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe Systems Incorporated.
 */
/* grid component */
.aem-Grid {
  display: block;
  width: 100%;
}
.aem-Grid::before,
.aem-Grid::after {
  display: table;
  content: " ";
}
.aem-Grid::after {
  clear: both;
}
/* placeholder for new components */
.aem-Grid-newComponent {
  clear: both;
  margin: 0;
}
/* column of a grid */
.aem-GridColumn {
  box-sizing: border-box;
  clear: both;
}
/* force showing hidden */
.aem-GridShowHidden > .aem-Grid > .aem-GridColumn {
  display: block !important;
}
/* Generates all the rules for the grid columns up to the given amount of column */
/* Generates all the rules for the grid column offset up to the given amount of column */
/* Generates all the rules for the grid and columns for the given break point and total of columns */
/* Generates all the rules for the grids and columns */
/* API function to be called to generate a grid config */
/* maximum amount of grid cells to be provided */
/* default breakpoint */
.aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 20%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 40%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 60%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 80%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 20%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 40%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 60%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 80%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 16.66666667%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 83.33333333%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 16.66666667%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 83.33333333%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 14.28571429%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 28.57142857%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 42.85714286%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 57.14285714%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 71.42857143%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 85.71428571%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 14.28571429%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 28.57142857%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 42.85714286%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 57.14285714%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 71.42857143%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 85.71428571%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 12.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 37.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 62.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 87.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 12.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 37.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 62.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 87.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 11.11111111%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 22.22222222%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 44.44444444%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 55.55555556%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 77.77777778%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 88.88888889%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 11.11111111%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 22.22222222%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 44.44444444%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 55.55555556%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 77.77777778%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 88.88888889%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 10%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 20%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 30%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 40%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 60%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 70%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 80%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 90%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 10%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 20%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 30%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 40%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 60%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 70%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 80%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 90%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 9.09090909%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 18.18181818%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 27.27272727%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 36.36363636%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 45.45454545%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 54.54545455%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 63.63636364%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 72.72727273%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 81.81818182%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 90.90909091%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--11 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 9.09090909%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 18.18181818%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 27.27272727%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 36.36363636%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 45.45454545%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 54.54545455%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 63.63636364%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 72.72727273%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 81.81818182%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 90.90909091%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--11 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 8.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 16.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 41.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 58.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 83.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--11 {
  float: left;
  clear: none;
  width: 91.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--12 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 8.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 16.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 41.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 58.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 83.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--11 {
  margin-left: 91.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--12 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--1 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--1 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--1 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 20%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 40%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 60%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 80%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 20%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 40%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 60%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 80%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 16.66666667%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 83.33333333%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 16.66666667%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 83.33333333%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 14.28571429%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 28.57142857%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 42.85714286%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 57.14285714%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 71.42857143%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 85.71428571%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 14.28571429%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 28.57142857%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 42.85714286%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 57.14285714%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 71.42857143%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 85.71428571%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 12.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 37.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 62.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 87.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 12.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 37.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 62.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 87.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 11.11111111%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 22.22222222%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 44.44444444%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 55.55555556%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 77.77777778%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 88.88888889%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 11.11111111%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 22.22222222%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 44.44444444%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 55.55555556%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 77.77777778%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 88.88888889%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 10%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 20%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 30%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 40%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 60%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 70%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 80%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 90%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 10%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 20%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 30%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 40%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 60%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 70%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 80%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 90%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 9.09090909%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 18.18181818%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 27.27272727%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 36.36363636%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 45.45454545%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 54.54545455%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 63.63636364%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 72.72727273%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 81.81818182%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 90.90909091%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--11 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 9.09090909%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 18.18181818%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 27.27272727%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 36.36363636%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 45.45454545%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 54.54545455%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 63.63636364%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 72.72727273%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 81.81818182%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 90.90909091%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--11 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 8.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 16.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 41.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 58.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 83.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--11 {
  float: left;
  clear: none;
  width: 91.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--12 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 8.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 16.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 41.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 58.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 83.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--11 {
  margin-left: 91.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--12 {
  margin-left: 100%;
}
.aem-Grid > .aem-GridColumn.aem-GridColumn--default--newline {
  /* newline behavior */
  display: block;
  clear: both !important;
}
.aem-Grid > .aem-GridColumn.aem-GridColumn--default--none {
  /* none behavior */
  display: block;
  clear: none !important;
  float: left;
}
.aem-Grid > .aem-GridColumn.aem-GridColumn--default--hide {
  /* hide behavior */
  display: none;
}
/* phone breakpoint */
@media (max-width: 480px) {
  .aem-Grid {
    /* hide and none behavior for mobile breakpoint */
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--12 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--1 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--1 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--1 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--2 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--2 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--2 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--2 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--2 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--12 {
    margin-left: 100%;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--phone--newline {
    /* newline behavior */
    display: block;
    clear: both !important;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--phone--none {
    /* none behavior */
    display: block;
    clear: none !important;
    float: left;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--phone--hide {
    /* hide behavior */
    display: none;
  }
  .aem-Grid .aem-GridColumn.aem-GridColumn--mobile--hide {
    display: none;
  }
  .aem-Grid .aem-GridColumn.aem-GridColumn--mobile--none {
    display: block;
    clear: none !important;
    float: left;
  }
}
/* tablet breakpoint */
@media (min-width: 481px) and (max-width: 1200px) {
  .aem-Grid {
    /* hide and none behavior for tablet-portrait breakpoint */
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--12 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--1 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--1 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--1 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--2 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--2 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--12 {
    margin-left: 100%;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--tablet--newline {
    /* newline behavior */
    display: block;
    clear: both !important;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--tablet--none {
    /* none behavior */
    display: block;
    clear: none !important;
    float: left;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--tablet--hide {
    /* hide behavior */
    display: none;
  }
  .aem-Grid .aem-GridColumn.aem-GridColumn--tablet-portrait--hide {
    display: none;
  }
  .aem-Grid .aem-GridColumn.aem-GridColumn--tablet-portrait--none {
    display: block;
    clear: none !important;
    float: left;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .aem-Grid.aem-Grid--default--12 .aem-GridColumn.aem-GridColumn--offset--tablet-landscape--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--default--12 .aem-GridColumn.aem-GridColumn--offset--tablet-landscape--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--default--12 .aem-GridColumn.aem-GridColumn--offset--tablet-landscape--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--default--12 .aem-GridColumn.aem-GridColumn--offset--tablet-landscape--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--default--12 .aem-GridColumn.aem-GridColumn--offset--tablet-landscape--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--default--12 .aem-GridColumn.aem-GridColumn--offset--tablet-landscape--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--default--12 .aem-GridColumn.aem-GridColumn--offset--tablet-landscape--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--default--12 .aem-GridColumn.aem-GridColumn--offset--tablet-landscape--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--default--12 .aem-GridColumn.aem-GridColumn--offset--tablet-landscape--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--default--12 .aem-GridColumn.aem-GridColumn--offset--tablet-landscape--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--default--12 .aem-GridColumn.aem-GridColumn--offset--tablet-landscape--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--default--12 .aem-GridColumn.aem-GridColumn--offset--tablet-landscape--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--default--12 .aem-GridColumn.aem-GridColumn--tablet-landscape--1 {
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--default--12 .aem-GridColumn.aem-GridColumn--tablet-landscape--2 {
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--default--12 .aem-GridColumn.aem-GridColumn--tablet-landscape--3 {
    width: 25%;
  }
  .aem-Grid.aem-Grid--default--12 .aem-GridColumn.aem-GridColumn--tablet-landscape--4 {
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--default--12 .aem-GridColumn.aem-GridColumn--tablet-landscape--5 {
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--default--12 .aem-GridColumn.aem-GridColumn--tablet-landscape--6 {
    width: 50%;
  }
  .aem-Grid.aem-Grid--default--12 .aem-GridColumn.aem-GridColumn--tablet-landscape--7 {
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--default--12 .aem-GridColumn.aem-GridColumn--tablet-landscape--8 {
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--default--12 .aem-GridColumn.aem-GridColumn--tablet-landscape--9 {
    width: 75%;
  }
  .aem-Grid.aem-Grid--default--12 .aem-GridColumn.aem-GridColumn--tablet-landscape--10 {
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--default--12 .aem-GridColumn.aem-GridColumn--tablet-landscape--11 {
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--default--12 .aem-GridColumn.aem-GridColumn--tablet-landscape--12 {
    width: 100%;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .aem-Grid.aem-Grid--default--12 .aem-GridColumn.aem-GridColumn--offset--tablet-portrait--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--default--12 .aem-GridColumn.aem-GridColumn--offset--tablet-portrait--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--default--12 .aem-GridColumn.aem-GridColumn--offset--tablet-portrait--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--default--12 .aem-GridColumn.aem-GridColumn--offset--tablet-portrait--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--default--12 .aem-GridColumn.aem-GridColumn--offset--tablet-portrait--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--default--12 .aem-GridColumn.aem-GridColumn--offset--tablet-portrait--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--default--12 .aem-GridColumn.aem-GridColumn--offset--tablet-portrait--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--default--12 .aem-GridColumn.aem-GridColumn--offset--tablet-portrait--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--default--12 .aem-GridColumn.aem-GridColumn--offset--tablet-portrait--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--default--12 .aem-GridColumn.aem-GridColumn--offset--tablet-portrait--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--default--12 .aem-GridColumn.aem-GridColumn--offset--tablet-portrait--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--default--12 .aem-GridColumn.aem-GridColumn--offset--tablet-portrait--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--default--12 .aem-GridColumn.aem-GridColumn--tablet-portrait--1 {
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--default--12 .aem-GridColumn.aem-GridColumn--tablet-portrait--2 {
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--default--12 .aem-GridColumn.aem-GridColumn--tablet-portrait--3 {
    width: 25%;
  }
  .aem-Grid.aem-Grid--default--12 .aem-GridColumn.aem-GridColumn--tablet-portrait--4 {
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--default--12 .aem-GridColumn.aem-GridColumn--tablet-portrait--5 {
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--default--12 .aem-GridColumn.aem-GridColumn--tablet-portrait--6 {
    width: 50%;
  }
  .aem-Grid.aem-Grid--default--12 .aem-GridColumn.aem-GridColumn--tablet-portrait--7 {
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--default--12 .aem-GridColumn.aem-GridColumn--tablet-portrait--8 {
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--default--12 .aem-GridColumn.aem-GridColumn--tablet-portrait--9 {
    width: 75%;
  }
  .aem-Grid.aem-Grid--default--12 .aem-GridColumn.aem-GridColumn--tablet-portrait--10 {
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--default--12 .aem-GridColumn.aem-GridColumn--tablet-portrait--11 {
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--default--12 .aem-GridColumn.aem-GridColumn--tablet-portrait--12 {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .aem-Grid.aem-Grid--default--12 .aem-GridColumn.aem-GridColumn--offset--mobile--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--default--12 .aem-GridColumn.aem-GridColumn--offset--mobile--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--default--12 .aem-GridColumn.aem-GridColumn--offset--mobile--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--default--12 .aem-GridColumn.aem-GridColumn--offset--mobile--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--default--12 .aem-GridColumn.aem-GridColumn--offset--mobile--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--default--12 .aem-GridColumn.aem-GridColumn--offset--mobile--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--default--12 .aem-GridColumn.aem-GridColumn--offset--mobile--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--default--12 .aem-GridColumn.aem-GridColumn--offset--mobile--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--default--12 .aem-GridColumn.aem-GridColumn--offset--mobile--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--default--12 .aem-GridColumn.aem-GridColumn--offset--mobile--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--default--12 .aem-GridColumn.aem-GridColumn--offset--mobile--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--default--12 .aem-GridColumn.aem-GridColumn--offset--mobile--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--default--12 .aem-GridColumn.aem-GridColumn--mobile--1 {
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--default--12 .aem-GridColumn.aem-GridColumn--mobile--2 {
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--default--12 .aem-GridColumn.aem-GridColumn--mobile--3 {
    width: 25%;
  }
  .aem-Grid.aem-Grid--default--12 .aem-GridColumn.aem-GridColumn--mobile--4 {
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--default--12 .aem-GridColumn.aem-GridColumn--mobile--5 {
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--default--12 .aem-GridColumn.aem-GridColumn--mobile--6 {
    width: 50%;
  }
  .aem-Grid.aem-Grid--default--12 .aem-GridColumn.aem-GridColumn--mobile--7 {
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--default--12 .aem-GridColumn.aem-GridColumn--mobile--8 {
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--default--12 .aem-GridColumn.aem-GridColumn--mobile--9 {
    width: 75%;
  }
  .aem-Grid.aem-Grid--default--12 .aem-GridColumn.aem-GridColumn--mobile--10 {
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--default--12 .aem-GridColumn.aem-GridColumn--mobile--11 {
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--default--12 .aem-GridColumn.aem-GridColumn--mobile--12 {
    width: 100%;
  }
}
/**
 * File: mobile-nav.less
 * Author: Tony Herford
 * Copyright: MRM//McCann 2018
 */
.mobile-nav {
  position: absolute;
  top: 45px;
  width: 100%;
  z-index: 99999;
}
.mobile-nav .menu {
  transition: transform 0.3s ease-out;
}
@media screen and (min-width: 992px) {
  .mobile-nav .menu {
    display: none;
  }
}
.mobile-nav .init-hide {
  display: none;
}
.mobile-nav .menu-hide {
  position: absolute;
  transform: translateX(-100vw);
}
.mobile-nav .basf-menu-theme {
  background: #f0f0f0;
  border-bottom: 2px solid #21a0d2;
  max-height: calc(100vh - 45px);
}
.mobile-nav .basf-menu-theme.scroll {
  overflow-y: auto;
}
.mobile-nav .basf-menu-theme .back-item {
  display: block;
  border-bottom: 1px solid #7c7c7c;
  position: relative;
}
.mobile-nav .basf-menu-theme .back-item a {
  border-bottom: 0;
  font-weight: normal;
  padding-left: 25px;
}
.mobile-nav .basf-menu-theme .back-item a:before {
  margin-left: -25px;
  position: absolute;
  top: 13px;
}
.mobile-nav .basf-menu-theme .title {
  display: inline-block;
}
.mobile-nav .basf-menu-theme ul {
  padding: 15px !important;
  margin: 0;
}
.mobile-nav .basf-menu-theme li {
  line-height: 1;
}
.mobile-nav .basf-menu-theme a {
  color: #21a0d2;
  display: block;
  position: relative;
  padding: 10px 5px 10px 0;
  font-size: 1rem;
  line-height: 20px;
  font-weight: 900;
  outline: 0;
  border-bottom: 2px solid #dcdcdc;
}
.mobile-nav .basf-menu-theme a:active {
  color: #333333;
}
.mobile-nav .basf-menu-theme a span {
  display: inline-block;
  width: calc(100% - 20px);
}
.mobile-nav .basf-menu-theme a:active,
.mobile-nav .basf-menu-theme a:focus,
.mobile-nav .basf-menu-theme a:hover,
.mobile-nav .basf-menu-theme a:hover:active,
.mobile-nav .basf-menu-theme a *:active,
.mobile-nav .basf-menu-theme a *:focus,
.mobile-nav .basf-menu-theme a *:hover,
.mobile-nav .basf-menu-theme a *:hover:active {
  text-decoration: none;
}
.mobile-nav .basf-menu-theme li:last-child > a {
  border-bottom: 0;
}
.mobile-nav .basf-menu-theme li.mobile-nav-header > div {
  padding: 10px 5px 10px 0;
  font-size: 1rem;
  line-height: 20px;
  font-weight: 900;
  outline: 0;
  border-bottom: 2px solid #dcdcdc;
}
.mobile-nav .basf-menu-theme li.mobile-nav-header a {
  display: inline-block;
  border-bottom: 0;
  padding: 0;
  margin-right: 10px;
  color: #333333;
}
.mobile-nav .basf-menu-theme li.mobile-nav-header a:active,
.mobile-nav .basf-menu-theme li.mobile-nav-header a:focus,
.mobile-nav .basf-menu-theme li.mobile-nav-header a:hover,
.mobile-nav .basf-menu-theme li.mobile-nav-header a:hover:active,
.mobile-nav .basf-menu-theme li.mobile-nav-header a *:active,
.mobile-nav .basf-menu-theme li.mobile-nav-header a *:focus,
.mobile-nav .basf-menu-theme li.mobile-nav-header a *:hover,
.mobile-nav .basf-menu-theme li.mobile-nav-header a *:hover:active {
  text-decoration: none;
}
.mobile-nav .basf-menu-theme ul > li > ul > li.header > header.title {
  display: block;
  padding: 10px 5px 10px 32px;
  color: #21a0d2;
  border-bottom: 2px solid #dcdcdc;
  background: #f0f0f0;
  position: relative;
}
.mobile-nav .basf-menu-theme ul > li > ul > li.header > header.title a span {
  font-family: 'Roboto regular', Arial;
  font-size: 1.5rem;
  font-weight: 100;
  line-height: 2rem;
}
.mobile-nav .basf-menu-theme ul > li > ul > li.header > header:before {
  content: "\e003";
  font-family: BASFIconFont;
  font-size: 27px;
  position: absolute;
  top: 16px;
  left: 0;
}
.mobile-nav .basf-menu-theme ul > li > ul > li.header > header a {
  padding: 5px 0;
  border-bottom: 0;
}
.mobile-nav .basf-menu-theme .back::before,
.mobile-nav .basf-menu-theme .next::after {
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  content: "\e000";
  font-family: BASFIconFont;
  font-size: 19px;
  position: relative;
  top: 2px;
  text-indent: 0;
  font-weight: bold;
}
.mobile-nav .basf-menu-theme .next::after {
  float: right;
  margin-right: 5px;
  transform: scaleX(-1);
}
.mobile-nav .basf-menu-theme .back::before {
  margin-right: 1em;
}
.mobile-nav .basf-menu-theme .back:hover::before,
.mobile-nav .basf-menu-theme .next:hover::after {
  opacity: 0.75;
}
.mobile-nav .basf-menu-theme .back:active::before,
.mobile-nav .basf-menu-theme .next:active::after {
  opacity: 1;
}
.mobile-nav a[href="/content/basf/cxm/agriculture/us/en.html"] {
  color: #333333 !important;
}
/**
 * File: product-benefits.less
 * Author: Tony Herford
 * Copyright: MRM//McCann 2018
 */
.basf-component.product-description,
.basf-component.product-general-info {
  margin-bottom: 20px;
}
.basf-component.product-benefits {
  --text-color: #ffffff;
  --background-color: #21a0d2;
  background: var(--background-color, #21a0d2);
  margin-bottom: 20px;
  padding: 10px 10px 0;
}
.basf-component.product-benefits.bg-orange {
  --background-color: #f39500;
}
.basf-component.product-benefits.bg-red {
  --background-color: #c50022;
}
.basf-component.product-benefits.bg-darkblue {
  --background-color: #004a96;
}
.basf-component.product-benefits.bg-lightblue {
  --background-color: #21a0d2;
}
.basf-component.product-benefits.bg-darkgreen {
  --background-color: #00793a;
}
.basf-component.product-benefits.bg-lightgreen {
  --background-color: #65ac1e;
}
.basf-component.product-benefits.bg-cmp-global--pale-dark-green {
  --background-color: #D9EBE2;
}
.basf-component.product-benefits.bg-cmp-global--pale-dark-blue {
  --background-color: #E0E9F2;
}
.basf-component.product-benefits.bg-cmp-global--pale-light-green {
  --background-color: #E0EED2;
}
.basf-component.product-benefits.bg-cmp-global--pale-light-blue {
  --background-color: #E0F2F9;
}
.basf-component.product-benefits.bg-cmp-global--pale-red {
  --background-color: #F8E0E4;
}
.basf-component.product-benefits.bg-cmp-global--pale-orange {
  --background-color: #FEEFDA;
}
.basf-component.product-benefits.bg-cmp-global--copytext-grey {
  color: #333333;
}
.basf-component.product-benefits .overlay {
  display: none;
}
.basf-component.product-benefits h2 {
  line-height: 1;
  margin: 10px 0;
}
.basf-component.product-benefits h2,
.basf-component.product-benefits p {
  color: var(--text-color, #ffffff);
}
.basf-component.product-benefits ul {
  list-style: none;
  padding-left: 0;
}
.basf-component.product-benefits ul li {
  color: var(--text-color, #ffffff);
  padding-left: 25px;
  padding-bottom: 10px;
  line-height: 1;
  display: block;
  margin-bottom: 0;
}
.basf-component.product-benefits ul li:before {
  content: "\2714";
  padding-right: 0.5em;
  margin-left: -22px;
  font-family: BASFIconFontNewStyle;
}
.cs_search-component a.cs_result-link div {
  color: #333333;
}
.cs_search-component a.cs_result-link div.cs_result-field-title {
  color: #333333;
  font-family: 'Roboto regular', Arial;
}
.cs_search-component a.cs_result-link div.cta-text {
  color: #21a0d2;
}
.cs_search-component .sort-options dt,
.cs_search-component .sort-options dd {
  padding: 0.5rem 1rem;
}
.cs_search-component .cs_search-results {
  border-top: 1px solid #dcdcdc;
}
.cs_search-component .cs_row-result {
  border-bottom: 1px solid #dcdcdc;
  padding: 1.5rem 0.5rem;
}
.cs_search-component .cs_row-result.showDocumentTools a.cs_result-link {
  width: 70%;
  float: left;
}
.cs_search-component .cs_row-result.showDocumentTools .download-section {
  width: 30%;
  float: left;
  border-top: 1px solid #7c7c7c;
  border-bottom: 1px solid #7c7c7c;
  padding: 0 10px;
  color: #7c7c7c;
}
.cs_search-component .cs_row-result.showDocumentTools .download-section span,
.cs_search-component .cs_row-result.showDocumentTools .download-section a {
  padding: 0 4px;
}
.cs_search-component .cs_row-result.showDocumentTools .download-section a {
  color: #21a0d2;
}
.cs_search-component .cs_row-result.showDocumentTools .download-section a .preview {
  font-size: 1.3rem;
}
.cs_search-component .cs_row-result a:hover,
.cs_search-component .cs_row-result a:active,
.cs_search-component .cs_row-result a:focus {
  text-decoration: none;
}
.cs_search-component .cs_row-result a:hover .cs_result-field-title,
.cs_search-component .cs_row-result a:hover .cta-text {
  color: #7c7c7c;
}
.cs_search-component .cs_row-result a .cs_text-field:active,
.cs_search-component .cs_row-result a .cta-text:active {
  text-decoration: none;
}
.cs_search-component .cs_row-result .cta-text {
  font-weight: bold;
  font-size: 14px;
}
.cs_search-component .cs_row-result .cta-text .icon {
  font-size: 24px;
  top: 3px;
}
.cs_search-component .cs_search-string {
  padding: 0.775rem;
  background: none repeat scroll 0 0 #f0f0f0;
  border-color: #b8b8b8;
  border-style: solid none none;
  border-width: 1.5px 0 0;
}
.cs_search-component .cs_search-form {
  position: relative;
  margin: 0 0 2rem 0;
}
.cs_search-component .cs_search-submit-text {
  display: none;
}
.cs_search-component .cs_search-submit {
  position: absolute;
  right: 8px;
  height: 100%;
  width: auto;
  padding: 1rem 1.25rem;
  border: 0;
  background: transparent;
  color: #ffffff;
  background: #21a0d2;
}
.cs_search-component .cs_search-submit:before {
  font-family: BASFIconFontNewStyle;
  content: "\e937";
}
.cs_search-component .cs_result-field-image {
  float: left;
  padding-right: 1.5rem;
  width: 15%;
}
@media screen and (max-width: 767px) {
  .cs_search-component .cs_result-field-image {
    display: none;
  }
}
.cs_search-component .cs_text-results-column {
  width: 85%;
  float: left;
}
@media screen and (max-width: 767px) {
  .cs_search-component .cs_text-results-column {
    width: 100%;
  }
}
.cs_search-component .cs_text-field {
  margin-bottom: 0.5rem;
}
.cs_search-component .cs_icon {
  font-family: BASFIconFontNewStyle;
  font-size: 16px;
  vertical-align: text-bottom;
}
.cs_search-component .cs_icon.cs_icon-preview:before {
  content: "\e915";
}
.cs_search-component .showMoreLink {
  background: #21a0d2;
  color: #ffffff;
  float: left;
  border-style: none;
  cursor: pointer;
  display: inline-block;
  font-size: .875rem;
  font-weight: 900;
  height: 2.5rem;
  margin: 0;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: .4375rem;
  white-space: nowrap;
}
.cs_search-component .showMoreLink:hover {
  background: #7c7c7c;
  text-decoration: none;
}
.cs_search-component .filters,
.cs_search-component .sort {
  width: 100% !important;
  margin: 5px !important;
}
@media screen and (min-width: 992px) {
  .cs_search-component .filters,
  .cs_search-component .sort {
    width: 50% !important;
    margin: 0 !important;
  }
}
.missing-image-span {
  width: 150px;
  height: 93px;
  display: block;
}
.page-info {
  margin-top: 25px;
}
.page-info .back,
.page-info .print,
.page-info .date {
  margin-bottom: 1rem;
}
.page-info .back button,
.page-info .print button {
  white-space: nowrap;
  cursor: pointer;
  line-height: 2.5rem;
  border-style: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0;
  font-size: .875rem;
}
.page-info .back button .icon,
.page-info .print button .icon {
  padding-right: 8px;
}
.page-info .back.back-inline {
  display: inline-block;
}
.page-info .back button {
  background-color: #21a0d2;
  font-weight: 900;
  height: 2.5rem;
  padding: 0 20px;
  display: inline-block;
  color: #ffffff;
  font-family: 'Roboto bold', Arial;
}
.page-info .back button .icon {
  font-size: 0.9375rem;
}
.page-info .back button:hover {
  background-color: #7c7c7c;
}
@media screen and (max-width: 767px) {
  .page-info .back.back-inline {
    display: block;
  }
  .page-info .back button {
    width: 100%;
  }
}
.page-info .print {
  display: inline-block;
}
.page-info .print button {
  background-color: transparent;
  padding: 0;
  color: #21a0d2;
  font-size: .875rem;
  font-family: 'Roboto regular', Arial;
}
.page-info .print button .icon {
  font-size: 1.25rem;
  margin: 0;
}
.page-info .print button:hover {
  color: #7c7c7c;
}
.page-info .date {
  float: right;
  font-size: .875rem;
  color: #7c7c7c;
  font-family: 'Roboto regular', Arial;
  line-height: 2.5rem;
}
@media screen and (max-width: 767px) {
  .page-info .date.date-block {
    float: initial;
    text-align: center;
    display: block;
  }
}
.other-products a {
  text-decoration: none;
  color: #21a0d2;
}
.other-products a .icon {
  top: 0;
  margin-right: 0.5rem;
}
.other-products a:hover {
  color: #7c7c7c;
}
.other-products h3,
.other-products p {
  margin: 0;
  color: #333333;
}
.other-products ul,
.other-products li {
  margin: 0;
  padding: 0;
}
.other-products ul {
  list-style: none;
}
.other-products li {
  margin-left: 1rem;
}
.other-products ul {
  margin-bottom: 1rem;
}
.focus-style {
  outline: 0;
  -webkit-box-shadow: 0 0 5px 1px rgba(33, 160, 210, 0.6);
  box-shadow: 0 0 5px 1px rgba(33, 160, 210, 0.6);
}
.form-wrapper {
  max-width: 100%;
  width: 100%;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 768px) {
  .form-wrapper {
    max-width: 66.666%;
  }
}
.form-wrapper .errorMsg {
  padding: 20px;
  font-size: 1.5rem;
  border: 1px solid #21a0d2;
  color: #c50022;
}
.form-wrapper .thankYouMsg {
  background-color: #21a0d2;
  color: #ffffff;
  font-size: 1.5rem;
  padding: 20px;
}
form.cmp-form label {
  font-family: 'Roboto bold', Arial;
  font-size: 0.9375rem;
  line-height: 1.25rem;
  color: #333333;
  font-weight: 400;
  margin-bottom: 0;
}
form.cmp-form .form-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 20px;
  margin-bottom: 0;
  /* CAUTION: IE hackery ahead */
}
form.cmp-form .form-group > label {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  min-width: 100%;
  max-width: 100%;
  padding: 7px 15px 1.25rem 0;
}
form.cmp-form .form-group > div {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  min-width: 100%;
  max-width: 100%;
}
form.cmp-form .form-group > div > * {
  width: 100%;
}
@media screen and (min-width: 768px) {
  form.cmp-form .form-group > label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 7px 15px 1.25rem;
  }
  form.cmp-form .form-group > label.error {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    min-width: 100%;
    max-width: 100%;
  }
  form.cmp-form .form-group > div {
    padding-left: 15px;
    padding-right: 15px;
  }
  form.cmp-form .form-group > label + div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666%;
    flex: 0 0 66.666%;
    max-width: 66.666%;
  }
  form.cmp-form .form-group > div > * {
    width: 100%;
  }
}
form.cmp-form .form-group input:not([type="checkbox"]),
form.cmp-form .form-group select,
form.cmp-form .form-group textarea,
form.cmp-form .form-group.cmp-form-options--checkbox span.fakeCheckbox {
  background-color: #f0f0f0;
  border: 0;
  border-radius: 0;
  border-top: 1px solid #7c7c7c;
  height: 40px;
  margin-bottom: 5px;
  padding: 5px 20px;
}
form.cmp-form .form-group input:not([type="checkbox"]):focus,
form.cmp-form .form-group select:focus,
form.cmp-form .form-group textarea:focus,
form.cmp-form .form-group.cmp-form-options--checkbox span.fakeCheckbox:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 5px 1px rgba(33, 160, 210, 0.6);
  box-shadow: 0 0 5px 1px rgba(33, 160, 210, 0.6);
}
form.cmp-form .form-group select {
  padding-right: 36px;
}
form.cmp-form .form-group.cmp-form-options--checkbox span.cmp-form-options__field-description,
form.cmp-form .form-group.cmp-form-options--radio span.cmp-form-options__field-description {
  width: 70%;
  display: inline-block;
}
form.cmp-form .form-group textarea {
  resize: none;
  height: 215px;
}
form.cmp-form .form-group .tooltipster {
  color: #21a0d2;
  margin-left: 10px;
}
form.cmp-form .form-group button[type="reset"],
form.cmp-form .form-group button[type="submit"],
form.cmp-form .form-group input[type="button"],
form.cmp-form .form-group input[type="reset"],
form.cmp-form .form-group input[type="submit"],
form.cmp-form .form-group a.button {
  cursor: pointer;
  background-color: #dcdcdc;
  border-style: none;
  font-weight: 900;
  min-height: 2.5rem;
  padding: 15px 20px;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 10px 0 0;
  font-size: 0.875rem;
  width: 100%;
  text-align: center;
}
form.cmp-form .form-group button[type="reset"]:focus,
form.cmp-form .form-group button[type="submit"]:focus,
form.cmp-form .form-group input[type="button"]:focus,
form.cmp-form .form-group input[type="reset"]:focus,
form.cmp-form .form-group input[type="submit"]:focus,
form.cmp-form .form-group a.button:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 5px 1px rgba(33, 160, 210, 0.6);
  box-shadow: 0 0 5px 1px rgba(33, 160, 210, 0.6);
}
@media screen and (min-width: 768px) {
  form.cmp-form .form-group button[type="reset"],
  form.cmp-form .form-group button[type="submit"],
  form.cmp-form .form-group input[type="button"],
  form.cmp-form .form-group input[type="reset"],
  form.cmp-form .form-group input[type="submit"],
  form.cmp-form .form-group a.button {
    white-space: nowrap;
    display: inline-block;
    width: auto;
  }
}
form.cmp-form .form-group button[type="submit"] {
  background-color: #21a0d2;
  color: #ffffff;
}
form.cmp-form .form-group button[type="reset"] {
  color: #21a0d2;
}
@media screen and (min-width: 768px) {
  form.cmp-form .form-group button[type="reset"] {
    margin-left: 20px;
  }
}
form.cmp-form .form-group .button.reset:hover,
form.cmp-form .form-group .button.resetw:hover,
form.cmp-form .form-group .button.submit:hover,
form.cmp-form .form-group .button.submitw:hover,
form.cmp-form .form-group .reset:hover,
form.cmp-form .form-group .resetw:hover,
form.cmp-form .form-group .submit:hover,
form.cmp-form .form-group .submitw:hover,
form.cmp-form .form-group button.reset:hover,
form.cmp-form .form-group button.resetw:hover,
form.cmp-form .form-group button.submit:hover,
form.cmp-form .form-group button.submitw.pressed,
form.cmp-form .form-group button.submitw:hover {
  color: #ffffff;
}
form.cmp-form .form-group select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
}
form.cmp-form .form-group .field.select {
  position: relative;
}
form.cmp-form .form-group .field.select:before {
  content: "\e004";
  cursor: default;
  color: #21a0d2;
  background-color: transparent;
  display: block;
  font-family: BASFIconFont;
  font-size: 24px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  padding-right: 10px;
  position: absolute;
  text-align: right;
  top: 4px;
  right: 5px;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  form.cmp-form .form-group .field.select:before {
    top: 2px;
    right: 15px;
  }
}
form.cmp-form .form-group select::-ms-expand {
  display: none;
  /* remove default arrow in IE 10 and 11 */
}
form.cmp-form .form-group input::-ms-clear,
form.cmp-form .form-group .form-control::-ms-clear {
  display: none;
}
form.cmp-form .form-group .error {
  color: #c50022 !important;
}
form.cmp-form .form-group.error:after {
  content: "\e014";
  color: #c50022;
  font-family: BASFIconFont;
  font-size: 25px;
  position: absolute;
  top: 2px;
  right: 0;
}
@media screen and (min-width: 768px) {
  form.cmp-form .form-group.error:after {
    top: 0;
    left: calc(91.666% - 5px);
    right: auto;
  }
}
form.cmp-form .form-group.valid:after {
  content: "\e082";
  color: #333333;
  font-family: BASFIconFont;
  font-size: 25px;
  position: absolute;
  top: 2px;
  right: 0;
}
@media screen and (min-width: 768px) {
  form.cmp-form .form-group.valid:after {
    top: 0;
    left: calc(91.666% - 5px);
    right: auto;
  }
}
form.cmp-form .form-group.cmp-recaptcha.valid:after {
  content: none;
}
@media screen and (max-width: 479px) {
  form.cmp-form .form-group.cmp-recaptcha.error:after {
    top: auto;
    bottom: 32px;
  }
}
form.cmp-form .form-group.success > div:after {
  content: "\e082";
  font-family: BASFIconFont;
  font-size: 21px;
  position: absolute;
}
form.cmp-form .form-group .radio {
  padding-left: 10px;
  padding-top: 2px;
}
form.cmp-form .form-group.cmp-form-options--checkbox,
form.cmp-form .form-group.cmp-form-options--radio {
  padding-left: 10px;
  padding-top: 2px;
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
form.cmp-form .form-group.cmp-form-options--checkbox .cmp-form-options__field-label,
form.cmp-form .form-group.cmp-form-options--radio .cmp-form-options__field-label {
  flex: none;
  max-width: 100%;
  padding: 0;
  margin: 0;
  width: 100%;
}
form.cmp-form .form-group.cmp-form-options--checkbox.form-group.error:after,
form.cmp-form .form-group.cmp-form-options--radio.form-group.error:after,
form.cmp-form .form-group.cmp-form-options--checkbox.form-group.valid:after,
form.cmp-form .form-group.cmp-form-options--radio.form-group.valid:after {
  top: 15px;
}
form.cmp-form .form-group.error input,
form.cmp-form .form-group.error select,
form.cmp-form .form-group.error span.fakeCheckbox,
form.cmp-form .form-group.error span.fakeRadio,
form.cmp-form .form-group.error textarea {
  background-color: #eba6b2 !important;
}
form.cmp-form .form-group input[type="checkbox"] {
  opacity: 0;
  position: relative;
  left: 20px;
}
form.cmp-form .form-group input[type="radio"] {
  opacity: 0;
  position: relative;
  left: 20px;
  height: 10px;
}
form.cmp-form .form-group input[type="checkbox"] ~ .fakeCheckbox {
  display: inline-block;
  height: 20px;
  width: 20px;
  position: relative;
  padding: 0;
  vertical-align: top;
  margin-right: 10px;
}
form.cmp-form .form-group input[type="radio"] ~ .fakeRadio {
  background-color: #f0f0f0;
  display: inline-block;
  height: 20px;
  width: 20px;
  position: relative;
  vertical-align: top;
  border-radius: 50%;
  border: 1px solid #7c7c7c;
  margin-right: 10px;
}
form.cmp-form .form-group input[type="radio"]:focus ~ .fakeRadio {
  outline: 0;
  -webkit-box-shadow: 0 0 5px 1px rgba(33, 160, 210, 0.6);
  box-shadow: 0 0 5px 1px rgba(33, 160, 210, 0.6);
}
form.cmp-form .form-group input[type="checkbox"]:checked ~ .fakeCheckbox:before {
  content: "\00d7";
  position: absolute;
  top: -2px;
  left: 3px;
  font-size: 25px;
}
form.cmp-form .form-group input[type="radio"]:checked ~ .fakeRadio:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  display: block;
  background-color: #000000;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
form.cmp-form .form-group input[type="checkbox"]:focus ~ .fakeCheckbox {
  outline: 0;
  -webkit-box-shadow: 0 0 5px 1px rgba(33, 160, 210, 0.6);
  box-shadow: 0 0 5px 1px rgba(33, 160, 210, 0.6);
}
form.cmp-form .form-group.email label .icon {
  cursor: pointer;
}
form.cmp-form .form-group #recaptchaContainer {
  padding-left: 0;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  form.cmp-form .form-group #recaptchaContainer {
    padding-left: 25px;
  }
}
@media screen and (min-width: 992px) {
  form.cmp-form .form-group #recaptchaContainer {
    padding-left: calc(25% + 15px);
  }
}
form.cmp-form .form-group label[for=hiddenRecaptcha] {
  padding-left: 0;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  form.cmp-form .form-group label[for=hiddenRecaptcha] {
    padding-left: 25px;
  }
}
@media screen and (min-width: 992px) {
  form.cmp-form .form-group label[for=hiddenRecaptcha] {
    padding-left: calc(25% + 15px);
  }
}
.cs_search-sort-search-results .cs_sort-options {
  font-weight: bold;
  color: #21a0d2;
}
.cs_search-sort-search-results .cs_sort-options .selected {
  background: #21a0d2;
  color: #ffffff;
}
.cs_search-sort-search-results .cs_sort-options dt {
  color: #333333;
}
.table {
  --header-color: #21a0d2;
  --header-text-color: #ffffff;
  --graded-color: #9bd4eb;
  --trans-color: rgba(33, 150, 210, 0.6);
}
.table.theme-red {
  --header-color: #c50022;
  --graded-color: #eba6b2;
  --trans-color: rgba(197, 0, 34, 0.6);
}
.table.theme-orange {
  --header-color: #f39500;
  --graded-color: #facf8c;
  --trans-color: rgba(243, 149, 0, 0.6);
}
.table.theme-darkblue {
  --header-color: #004a96;
  --graded-color: #a6c0da;
  --trans-color: rgba(0, 74, 150, 0.6);
}
.table.theme-lightblue {
  --header-color: #21a0d2;
  --graded-color: #9bd4eb;
  --trans-color: rgba(33, 150, 210, 0.6);
}
.table.theme-darkgreen {
  --header-color: #00793a;
  --graded-color: #a6d0ba;
  --trans-color: rgba(0, 121, 58, 0.6);
}
.table.theme-light-green {
  --header-color: #65ac1e;
  --graded-color: #bada9a;
  --trans-color: rgba(101, 172, 30, 0.6);
}
.table table {
  background-color: #ffffff;
}
.table table th,
.table table td {
  padding: 5px 10px;
}
.table table th {
  background-color: var(--header-color);
  color: var(--header-text-color);
  border-bottom: 1px solid var(--header-text-color);
}
.table table th.visuallyhidden {
  padding: 0;
}
.table table th .cq-wcm-foundation-aria-visuallyhidden {
  display: block;
  height: 1px;
  width: 1px;
  overflow: hidden;
  position: absolute;
  top: -10px;
}
.table table td {
  background-color: var(--graded-color);
}
.table table tbody tr:nth-child(even) td {
  background-color: var(--trans-color);
}
.cmp-table--black-text {
  color: #333333;
}
.cmp-table--white-text {
  color: #ffffff;
}
.calculator {
  /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you hover the mouse over it*/
  /* stripe the odd product rows grey */
  /*********** styles shared with top of page (steps directions table etc.) ***************/
}
.calculator .container {
  /* border: 2px solid red; */
  max-width: 1024px;
  margin: 0 auto;
}
.calculator .my-accordion,
.calculator .accordion {
  /* background-color: #eee; */
  color: #444;
  cursor: pointer;
  padding: 18px;
  /* width: 100%; */
  font-size: 24px;
  text-align: left;
  border: none;
  border-bottom: 1px solid #ddd;
  outline: none;
  transition: 0.4s;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .calculator .my-accordion,
  .calculator .accordion {
    font-size: 22px;
  }
}
.calculator .accordion-arrow {
  transform: rotate(-90deg);
  transition: all 0.3s ease;
  color: #004A96;
  font-weight: bold;
  pointer-events: none;
}
.calculator .accordion-arrow-down {
  transform: rotate(90deg);
  transition: all 0.3s ease;
  font-weight: bold;
  pointer-events: none;
}
.calculator .active,
.calculator .accordion:hover {
  background-color: #eeeeee;
}
.calculator .panel {
  padding: 0 5px;
  background-color: #fff;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  margin-bottom: 0;
  box-shadow: none;
}
@media screen and (max-width: 767px) {
  .calculator .panel {
    padding: 0;
  }
}
.calculator .category-subtotal-container {
  text-align: right;
  border: 1px solid #dddddd;
}
.calculator .category-header {
  font-weight: bold;
  border-bottom: 1px solid #615E5E;
}
.calculator .product-list-ul {
  font-size: 16px;
  padding: 0;
  list-style-type: none;
}
@media screen and (max-width: 767px) {
  .calculator .product-list-ul {
    font-size: 13px;
  }
}
.calculator .product-listing {
  display: flex;
  flex-direction: row;
  /* justify-content: space-between; */
  justify-content: flex-start;
  padding: 10px 5px;
}
@media screen and (max-width: 767px) {
  .calculator .product-listing {
    padding: 10px 0;
  }
}
.calculator .product-name {
  margin: 0 8px;
  flex: 2.2;
  max-width: 385px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .calculator .product-name {
    flex: 2.0;
    max-width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .calculator .product-name {
    margin: 0 3px;
    flex: 2.0;
    max-width: 23%;
    word-break: break-word;
  }
}
.calculator .product-package {
  margin: 0 8px;
  flex: 0.9;
  max-width: 125px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .calculator .product-package {
    flex: 0.6;
    max-width: 15%;
    word-break: break-word;
  }
}
@media screen and (max-width: 767px) {
  .calculator .product-package {
    margin: 0 3px;
    flex: 0.6;
    max-width: 18%;
    word-break: break-word;
  }
}
.calculator .product-listprice {
  margin: 0 8px;
  flex: 0.5;
  max-width: 110px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .calculator .product-listprice {
    max-width: 12%;
  }
}
@media screen and (max-width: 767px) {
  .calculator .product-listprice {
    margin: 0 3px;
    flex: 0.4;
    max-width: 14%;
  }
}
.calculator .product-quantity {
  margin: 0 22px 0 20px;
  flex: 0.4;
  max-width: 110px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .calculator .product-quantity {
    margin: 0 10px;
    max-width: 13%;
  }
}
@media screen and (max-width: 767px) {
  .calculator .product-quantity {
    margin: 0 5px;
    max-width: 17%;
  }
}
.calculator .product-quantity-input {
  font-size: 16px;
  border: none;
  border-bottom: 1px solid #B8B8B8;
  background-color: transparent;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .calculator .product-quantity-input {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .calculator .product-quantity-input {
    font-size: 13px;
  }
}
.calculator .product-subtotal {
  margin: 0 8px;
  flex: 0.5;
}
@media screen and (max-width: 767px) {
  .calculator .product-subtotal {
    margin: 0 3px;
    word-break: break-word;
  }
}
.calculator .product-name-4col {
  margin: 0 8px;
  flex: 2.2;
  max-width: 405px;
}
.calculator .product-package-4col {
  margin: 0 10px;
  flex: 0.9;
  max-width: 170px;
}
.calculator .product-quantity-4col {
  margin: 0 40px 0 10px;
  flex: 0.4;
  max-width: 110px;
}
.calculator .product-subtotal-4col {
  margin: 0 40px;
  flex: 0.5;
}
.calculator .product-list-ul > .product-stripe:nth-child(odd) {
  background-color: #eee;
}
.calculator .product-request-purchase a {
  color: #ffffff;
}
.calculator .product-request-purchase:hover,
.calculator .product-request-purchase:link,
.calculator .product-request-purchase:active,
.calculator .product-request-purchase:focus,
.calculator .product-request-purchase:visited {
  text-decoration: none;
}
.calculator .product-request-purchase {
  display: block;
  text-decoration: none;
  width: 206px;
  color: #ffffff;
  background-color: #004A96;
  font-size: 16px;
  padding: 15px 15px 15px 15px;
  text-align: center;
  outline: none;
}
.calculator .width-50-percent {
  width: 49%;
  display: inline-block;
  font-size: 16px;
}
.calculator .rebate-summary-container {
  width: 34%;
  display: inline-block;
  font-size: 16px;
  margin-right: 1px;
}
@media screen and (max-width: 767px) {
  .calculator .rebate-summary-container {
    width: 100%;
    padding-right: 20px;
  }
}
.calculator .rebate-level-circle {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
}
.calculator .rebate-summary-ul {
  list-style-type: none;
  margin: 0;
  max-width: 350px;
}
@media screen and (max-width: 767px) {
  .calculator .rebate-summary-ul {
    max-width: 100%;
  }
}
.calculator .rebate-summary {
  display: flex;
  /* justify-content: flex-start | flex-end | center | space-between | space-around | space-evenly; */
  justify-content: space-between;
  margin-bottom: 10px;
  font-weight: bold;
}
.calculator .rebate-flex-container {
  display: flex;
  justify-content: space-between;
  /* align-items: stretch | flex-start | flex-end | center | baseline; */
  margin-top: 25px;
}
.calculator #rebate-level-achieved {
  display: flex;
  justify-content: end;
  align-items: center;
  text-transform: capitalize;
}
@media (max-width: 576px) {
  .calculator .width-50-percent {
    width: 100%;
    margin-bottom: 15px;
  }
  .calculator .rebate-flex-container {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    margin-top: 25px;
  }
}
.calculator .level-circle {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: block;
}
.calculator .level-circle-bronze {
  background-color: #AB7A13;
}
.calculator .level-circle-silver {
  background-color: #9B9B9B;
}
.calculator .level-circle-gold {
  background-color: #DBB80B;
}
.calculator .level-circle-platinum {
  background-color: #d4d4d4;
}
.calculator .level-circle-diamond {
  background-color: #FFF;
  border: 0.5px solid #9B9B9B;
}
@media print {
  .calculator .product-name {
    margin: 0 5px;
    flex: 1.2;
    max-width: 30%;
  }
  .calculator .product-package {
    margin: 0 5px;
    flex: 0.6;
    max-width: 15%;
  }
  .calculator .product-listprice {
    margin: 0 5px;
    flex: 0.4;
    max-width: 12%;
  }
  .calculator .product-quantity {
    margin: 0 10px;
    flex: 0.5;
    max-width: 13%;
  }
  .calculator .product-subtotal {
    margin: 0 5px;
    flex: 0.5;
    max-width: 14%;
  }
  .calculator .rebate-summary-container {
    width: 50%;
  }
  .calculator .product-quantity-input {
    width: 85%;
  }
  .calculator .rebate-summary-ul {
    max-width: 100%;
  }
  .calculator .product-listing {
    display: flex;
  }
  .calculator .product-stripe {
    display: none;
  }
  .calculator .product-stripe.isActiveRow {
    display: flex;
  }
  .calculator .accordion {
    display: none;
  }
  .calculator .accordion.active {
    display: flex;
  }
  .calculator .product-request-purchase {
    display: none;
  }
}
.container-floating {
  width: 1200px;
  margin: 0 auto;
}
.container-floating .back-button {
  float: left;
  margin-top: 34px;
  color: #65ac1e;
}
.container-floating .calculator-clickhere {
  margin-top: 34px;
  display: inline-block;
}
.container-floating .step-button {
  float: right;
}
.step-1-msg-encartis,
.step-1-msg-alucoin {
  margin-top: 40px;
  float: right;
  width: 350px;
}
.step-1-msg-encartis h4,
.step-1-msg-alucoin h4 {
  font-size: 20px;
  color: #f39500;
  margin: 0px;
  padding: 0px;
}
.step-1-msg-encartis p,
.step-1-msg-alucoin p {
  font-size: 18px;
  color: #444;
  margin: 15px 0px 0px 0px;
  padding: 0px;
  font-family: 'Roboto bold', Arial;
}
.step-1-msg-encartis p.kickergreencolor,
.step-1-msg-alucoin p.kickergreencolor {
  color: #65ac1e;
}
.encartisTableValue td,
.alucionTableValue td {
  color: #65ac1e !important;
}
.calculator-initital-floater {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #FFFFFF;
  border-top: 6px solid #65ac1e;
  z-index: 20;
  font-size: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #65ac1e;
  cursor: pointer;
  text-align: center;
}
.calculator-bottom-floater {
  display: none;
}
.calculator-bottom-floater .calculator-close {
  position: Absolute;
  right: 40px;
  top: 10px;
  font-size: 25px;
  font-weight: bold;
  color: #f39500;
  cursor: pointer;
}
.eop-calculator .calculator {
  font-size: 16px;
  /* stripe the odd product rows grey */
}
.eop-calculator .calculator .container {
  /* border: 2px solid red; */
  max-width: 1024px;
  margin: 0 auto;
}
.eop-calculator .calculator .category-subtotal-container {
  text-align: right;
  border: 1px solid #dddddd;
}
.eop-calculator .calculator .category-header {
  font-weight: bold;
  border-bottom: 0;
}
.eop-calculator .calculator .category-header div {
  border-bottom: 1px solid #605e5e;
}
.eop-calculator .calculator .product-list-ul {
  font-size: 16px;
  padding: 0;
  list-style-type: none;
}
.eop-calculator .calculator .product-listing {
  display: flex;
  flex-direction: row;
  /* justify-content: space-between; */
  justify-content: flex-start;
  padding: 0px 5px;
}
.eop-calculator .calculator .product-listing > div {
  padding: 4px 0;
  margin: 0 10px;
  border-bottom: 1px solid #B8B8B8;
}
.eop-calculator .calculator .product-listing > div.product-name,
.eop-calculator .calculator .product-listing > div.product-cases-needed,
.eop-calculator .calculator .product-listing > div.product-cost-acre-before,
.eop-calculator .calculator .product-listing > div.product-total-sales,
.eop-calculator .calculator .product-listing > div.product-cost-acre-after,
.eop-calculator .calculator .product-listing > div.other-product-row-sales,
.eop-calculator .calculator .product-listing > div.product-purchase-period,
.eop-calculator .calculator .product-listing > div.product-redemption-value {
  border-bottom: 0;
}
.eop-calculator .calculator .product-listing > div.header {
  line-height: 1.3;
}
.eop-calculator .calculator .product-listing.bluecolor .product-name b {
  color: #21A0D2;
}
.eop-calculator .calculator .product-listing.orangecolor .product-name b {
  color: #f39500;
}
.eop-calculator .calculator .product-listing.titlegreencolor .product-name b {
  color: #65ac1e;
}
.eop-calculator .calculator .product-listing .product-name {
  color: #7c7c7c;
}
.eop-calculator .calculator .product-listing .product-name b {
  color: #333;
}
.eop-calculator .calculator .product-listing .product-name.header {
  color: #333;
}
.eop-calculator .calculator .product-listing.category-header > div {
  border-bottom: 1px solid #615e5e;
}
.eop-calculator .calculator li:last-of-type.product-listing > div {
  border-bottom: 1px solid #645E5E;
}
.eop-calculator .calculator li:last-of-type.product-listing > div.product-name,
.eop-calculator .calculator li:last-of-type.product-listing > div.product-cases-needed,
.eop-calculator .calculator li:last-of-type.product-listing > div.product-cost-acre-before,
.eop-calculator .calculator li:last-of-type.product-listing > div.product-total-sales,
.eop-calculator .calculator li:last-of-type.product-listing > div.product-cost-acre-after,
.eop-calculator .calculator li:last-of-type.product-listing > div.other-product-row-sales,
.eop-calculator .calculator li:last-of-type.product-listing > div.product-purchase-period,
.eop-calculator .calculator li:last-of-type.product-listing > div.product-redemption-value {
  border-bottom: 1px solid #645E5E;
}
.eop-calculator .calculator .product-name {
  margin: 0 8px;
  flex: 2.2;
  max-width: 271px;
}
.eop-calculator .calculator .product-name.header {
  align-self: flex-end;
}
.eop-calculator .calculator .product-use-area {
  margin: 0 8px;
  flex: 0.9;
  max-width: 119px;
}
.eop-calculator .calculator .product-use-area.header {
  align-self: flex-end;
}
.eop-calculator .calculator .select {
  font-size: 16px;
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #7c7c7c;
  position: relative;
  width: 100%;
}
.eop-calculator .calculator input {
  color: #7c7c7c;
}
.eop-calculator .calculator select::-ms-expand {
  display: none;
}
.eop-calculator .calculator .product-select {
  position: relative;
}
.eop-calculator .calculator .product-select .icon {
  right: 13px;
  font-size: 8px;
  top: 13px;
  position: absolute;
  color: #21a0d2;
}
.eop-calculator .calculator .product-acres {
  flex: 0.4;
  max-width: 78px;
}
.eop-calculator .calculator .product-acres.header {
  align-self: flex-end;
  margin: 0 10px;
}
.eop-calculator .calculator .product-application-rate {
  margin: 0 10px;
  flex: 0.4;
  max-width: 160px;
}
.eop-calculator .calculator .product-application-rate.header {
  margin: 0 10px;
  align-self: flex-end;
}
.eop-calculator .calculator .product-application-number {
  flex: 0.4;
  max-width: 160px;
}
.eop-calculator .calculator .product-application-number.header {
  align-self: flex-end;
}
.eop-calculator .calculator .product-cases-needed {
  margin: 0 10px;
  flex: 0.4;
  max-width: 78px;
}
.eop-calculator .calculator .product-cases-needed.header {
  align-self: flex-end;
}
.eop-calculator .calculator #second-calc-section .product-cases-needed {
  margin: 0 10px;
}
.eop-calculator .calculator .product-cost-acre-before {
  margin: 0 12px;
  flex: 0.5;
  max-width: 122px;
}
.eop-calculator .calculator .product-cost-acre-before.header {
  align-self: flex-end;
}
.eop-calculator .calculator .product-cost-acre-after {
  margin: 0;
  flex: 0.5;
  max-width: 122px;
}
.eop-calculator .calculator .product-cost-acre-after.header {
  align-self: flex-end;
}
.eop-calculator .calculator .product-redemption-value {
  margin: 0 20px 0 55px;
  flex: 0.4;
  max-width: 286px;
}
.eop-calculator .calculator .product-redemption-value.header {
  align-self: flex-end;
}
.eop-calculator .calculator #second-calc-section .product-redemption-value {
  max-width: 128px;
}
.eop-calculator .calculator #third-calc-section .product-name {
  max-width: 376px;
}
.eop-calculator .calculator #third-calc-section .product-cases-purchased,
.eop-calculator .calculator #third-calc-section .other-product-row-sales,
.eop-calculator .calculator #third-calc-section .product-total-sales,
.eop-calculator .calculator #third-calc-section .product-redemption-value {
  max-width: 254px;
  margin: 0 10px;
  flex: 0.3;
}
.eop-calculator .calculator .product-cases-purchased {
  flex: 0.3;
  max-width: 198px;
}
.eop-calculator .calculator .product-cases-purchased.header {
  align-self: flex-end;
}
.eop-calculator .calculator #second-calc-section .product-cases-purchased {
  max-width: 90px;
}
.eop-calculator .calculator #second-calc-section .product-cases-purchased input {
  padding: 4px 2px 2px;
}
.eop-calculator .calculator #second-calc-section .product-cases-purchased input:first-child {
  padding: 4px 2px;
  border-bottom: 1px solid #B8B8B8;
  width: 100%;
}
.eop-calculator .calculator .product-total-sales {
  margin: 0 0 0 73px;
  flex: 0.2;
  max-width: 169px;
}
.eop-calculator .calculator .product-total-sales.header {
  align-self: flex-end;
}
.eop-calculator .calculator #second-calc-section .product-total-sales {
  margin: 0 10px;
}
.eop-calculator .calculator .product-purchase-period {
  margin: 0;
  flex: 1.9;
  max-width: 175px;
  line-height: 28px;
}
.eop-calculator .calculator .product-purchase-period.header {
  align-self: flex-end;
}
.eop-calculator .calculator .product-quantity-input {
  font-size: 16px;
  border: none;
  background-color: transparent;
}
.eop-calculator .calculator .subtotal-section {
  margin: 50px 0;
  padding: 12px 5px;
  border: 1px solid #333;
}
.eop-calculator .calculator .subtotal-section .product-name {
  max-width: 100%;
}
.eop-calculator .calculator .product-subtotal {
  margin: 0 8px;
  flex: 0.5;
}
.eop-calculator .calculator .product-name-4col {
  margin: 0 8px;
  flex: 2.2;
  max-width: 405px;
}
.eop-calculator .calculator .product-package-4col {
  margin: 0 10px;
  flex: 0.9;
  max-width: 170px;
}
.eop-calculator .calculator .product-quantity-4col {
  margin: 0 40px 0 10px;
  flex: 0.4;
  max-width: 110px;
}
.eop-calculator .calculator .product-subtotal-4col {
  margin: 0 40px;
  flex: 0.5;
}
.eop-calculator .calculator .product-stripe:nth-child(odd) {
  background-color: #f3f3f3;
}
.eop-calculator .first-calc-section {
  border-top: 2px solid black;
  padding-top: 1.5rem;
}
.eop-calculator .second-calc-section {
  border-top: 2px solid black;
  margin-top: 40px;
}
.eop-calculator .other-subtotal,
.eop-calculator .other-product-row-sales,
.eop-calculator .qualified-product-row-sales,
.eop-calculator .product-cases-needed,
.eop-calculator .product-cost-acre-before,
.eop-calculator .product-cost-acre-after,
.eop-calculator .qualifying-subtotal {
  font-family: 'Roboto bold', Arial;
}
.eop-calculator .other-product-row-sales {
  margin-left: 73px;
}
.eop-calculator .totals {
  border-bottom: 2px solid black;
  padding-bottom: 50px;
  margin-bottom: 20px;
  padding-top: 30px;
}
.eop-calculator .totals-headers {
  float: left;
  width: 30%;
}
.eop-calculator .totals-headers p {
  font-family: 'Roboto bold', Arial;
}
.eop-calculator .totals-values {
  float: left;
  width: 50%;
}
.eop-calculator .totals-values span {
  width: 100%;
  float: left;
  font-family: 'Roboto bold', Arial;
  margin-bottom: 10px;
}
.eop-calculator .print-section {
  float: right;
  width: 20%;
}
.eop-calculator .print-section .button-section {
  float: right;
  width: 100%;
  margin-bottom: 15px;
}
.eop-calculator .print-section button {
  border: none;
  color: white;
  padding: 12px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  font-family: 'Roboto bold', Arial;
}
.eop-calculator .print-section button.print-button {
  float: right;
  background-color: #21a0d2;
  margin: 0 0 0 10px;
}
@media screen and (max-width: 767px) {
  .eop-calculator .print-section button.print-button {
    margin: 0 0 10px;
  }
}
.eop-calculator .print-section button.reset-button {
  float: right;
  background-color: #7c7c7c;
  margin: 0 10px 0 0;
}
@media screen and (max-width: 767px) {
  .eop-calculator .print-section button.reset-button {
    margin: 0 0 10px;
  }
}
.eop-calculator .print-section p {
  font-size: 12px;
  line-height: 16px;
  margin: 0;
  text-align: right;
}
.eop-calculator .calculator-parsys-1 .paragraph {
  margin-top: 16px;
}
.eop-calculator .calculator-parsys-1 .copytext {
  margin-bottom: 2.5rem;
}
.eop-calculator .calculator-parsys-2 {
  margin-top: 60px;
}
.eop-calculator .calculator-parsys-2 .teaser {
  margin-bottom: 35px;
}
.eop-calculator .calculator-parsys-3 {
  margin-top: 50px;
}
.eop-calculator .calculator-parsys-4 .paragraph.aem-GridColumn {
  border-bottom: 2px solid black;
  padding: 2rem 0 0;
}
.eop-calculator .calculator-parsys-5 .copytext ol {
  font-size: 0.8rem;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  margin-bottom: 23px;
  margin-top: 15px;
  margin-left: 15px;
}
.eop-calculator .calculator-parsys-5 .copytext ol li {
  padding: 0;
  margin-bottom: 0;
  padding-left: 20px;
}
.eop-calculator .calculator-parsys-5 .copytext p {
  line-height: 1rem;
  font-size: 0.8rem;
}
.eop-calculator .table table td {
  color: #000;
}
.eop-calculator .table table tbody td {
  background: #f0f0f0;
}
.eop-calculator .table table tbody tr:nth-child(even) td {
  background: white;
}
.eop-calculator input[type=number]::-webkit-inner-spin-button,
.eop-calculator input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.eop-calculator .order-note {
  padding: 25px 0;
  font-size: 12px;
}
@media print {
  input {
    line-height: 20px !important;
  }
  #eop-intro-section {
    display: none;
  }
  .teaser-component.promo-tile .teaser-title {
    padding: 0;
  }
  .calculator-parsys-1 .aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--6 {
    width: 100%;
  }
  .calculator-parsys-1 * {
    font-size: 12px;
  }
  .calculator-parsys-2,
  .calculator-parsys-3 {
    display: none;
  }
  .eop-calculator .calculator .product-select .icon {
    display: none;
  }
  .eop-calculator .calculator .product-stripe {
    display: none;
  }
  .eop-calculator .calculator .product-stripe.isActiveRow {
    display: flex;
  }
  .eop-calculator .calculator * {
    font-size: 12px !important;
  }
  .eop-calculator .calculator li.product-listing > div {
    white-space: pre-line;
    /* These are technically the same, but use both */
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;
    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    margin: 0 4px;
  }
  .eop-calculator .calculator .product-name {
    max-width: 138px;
  }
  .eop-calculator .calculator .product-use-area {
    max-width: 66px;
  }
  .eop-calculator .calculator .product-acres {
    max-width: 47px;
  }
  .eop-calculator .calculator .product-acres.header {
    margin: 0 4px;
  }
  .eop-calculator .calculator .product-application-rate {
    flex: 1;
    width: 75px !important;
    max-width: 75px;
  }
  .eop-calculator .calculator .product-application-rate.header {
    margin: 0 4px;
  }
  .eop-calculator .calculator .product-application-number {
    max-width: 80px;
  }
  .eop-calculator .calculator .product-cases-needed {
    max-width: 50px;
    flex: 1;
  }
  .eop-calculator .calculator #second-calc-section .product-cases-needed {
    margin: 0 4px;
  }
  .eop-calculator .calculator .product-cost-acre-before {
    max-width: 130px;
  }
  .eop-calculator .calculator #second-calc-section .product-redemption-value {
    max-width: 75px;
    flex: 1;
  }
  .eop-calculator .calculator .product-purchase-period {
    max-width: 76px;
  }
  .eop-calculator .calculator .product-cost-acre-after {
    max-width: 146px;
  }
  .eop-calculator .calculator .product-cases-purchased,
  .eop-calculator .calculator #second-calc-section .product-cases-purchased {
    max-width: 65px;
    flex: 1;
  }
  .eop-calculator .calculator .product-total-sales,
  .eop-calculator .calculator #second-calc-section .product-total-sales {
    margin: 0 4px;
    flex: 1;
    max-width: 80px;
  }
  .eop-calculator .calculator #third-calc-section .product-redemption-value {
    margin: 0 4px;
  }
  .eop-calculator .calculator #third-calc-section .product-name {
    max-width: 250px;
  }
  .eop-calculator .calculator #third-calc-section .product-cases-purchased {
    flex: 1;
    max-width: 135px;
    margin: 0 4px;
  }
  .eop-calculator .calculator #third-calc-section .product-total-sales {
    margin: 0 4px;
  }
  .print-section {
    display: none;
  }
  .footer {
    display: none;
  }
  .scroll-top-component {
    display: none;
  }
}
.scroll-top-component #top-button {
  display: inline-block;
  background-color: rgba(85, 85, 85, 0.5);
  width: 50px;
  height: 50px;
  text-align: center;
  position: fixed;
  bottom: 50px;
  right: 0;
  padding: 0px 10px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 7899;
  color: #fff;
  font-size: 12px;
}
.scroll-top-component #top-button:hover {
  cursor: pointer;
  text-decoration: none;
}
.scroll-top-component #top-button.show {
  opacity: 1;
  visibility: visible;
}
.scroll-top-component a :active {
  text-decoration: none;
}
.two-column-widget-area {
  width: 100%;
  padding: 15px;
  background: #f0f0f0;
  height: 100%;
}
.two-column-widget-area .link-list-group.vertical a {
  margin-bottom: 0;
}
.two-column-widget-area .top-parsys {
  width: 100%;
  float: left;
}
.two-column-widget-area .left-parsys {
  float: left;
  width: 100%;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .two-column-widget-area .left-parsys {
    padding-right: 8px;
    width: 50%;
  }
}
.two-column-widget-area .right-parsys {
  float: left;
  width: 100%;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .two-column-widget-area .right-parsys {
    padding-left: 8px;
    width: 50%;
  }
}
.twocolumnwidgetarea {
  height: 100%;
}
.iframe-container.sixteenNine {
  position: relative;
  padding-top: 56.25%;
}
.iframe-container.fourThree {
  position: relative;
  padding-top: 75%;
}
.iframe-container.sixteenNine iframe,
.iframe-container.fourThree iframe {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  top: 0;
  left: 0;
}
.twitter-container {
  background-color: #dddddd;
  display: inline-block;
  padding: 20px 20px 13px;
}
@media screen and (max-width: 479px) {
  .basf-standard-grid.mobile-one-column .twitter {
    text-align: center;
  }
}
.doc_print {
  color: #65ac1e;
  border: 0;
  background-color: #fff;
  font-size: 15px;
}
.doc_print_sel {
  color: #65ac1e;
  border: 0;
  background-color: #fff;
  font-size: 15px;
}
.box {
  margin-right: 17px;
  float: left;
}
.print_icon {
  padding-bottom: 4px;
  vertical-align: middle;
}
.clear_btn {
  border: 0;
  background-color: #fff;
  color: #65ac1e;
}
.count-checkboxes-wrapper {
  float: left;
  font-size: 20px;
  font-weight: bold;
}
@media print {
  .masthead {
    display: none;
  }
  .header {
    display: none;
  }
  .basf-component basf-component-container {
    display: block;
  }
  #site-navigation {
    display: block;
  }
  .basf-section[data-accordion=true] > .content > div.accordion-content {
    display: block !important;
  }
  .footer {
    display: block;
  }
  .input-icon {
    display: none;
  }
  #SelectedProducts {
    display: none;
  }
  .printTime {
    visibility: visible !important;
    position: absolute;
    left: 0;
    top: 0;
  }
  .new {
    display: none;
  }
  .author-mode {
    display: none;
  }
  #printBox {
    display: none;
  }
}
.input-icon {
  background-color: #f0f0f0;
  text-align: center;
  padding: 40px;
  margin-bottom: 20px;
}
.typed-text {
  display: inline-block;
  width: 800px;
  height: 40px;
  margin-top: 10px;
  padding: 0px 27px;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  line-height: 1.42857143;
}
#side-search {
  margin-top: 4px;
  z-index: 1;
  margin-right: -25px;
  color: #65ac1e;
  vertical-align: middle;
}
#SelectedProducts {
  width: 70%;
  float: left;
  margin-left: 20px;
}
#printBox {
  width: 25%;
  float: right;
}
.highlight {
  background-color: #65ac1e;
}
.reset_btn {
  float: left;
  padding-left: 10px;
  font-size: 15px;
  display: none;
}
.no-results-label {
  display: none;
  padding: 2rem 2rem 1rem 0rem;
  border-bottom: 1px solid #d3d3d3;
}
.printTime {
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
.noSelection {
  display: none;
  padding: 2rem 2rem 1rem 0rem;
  border-bottom: 1px solid #d3d3d3;
}
.checkmark {
  top: 10px;
  left: 0;
  margin-right: 8px !important;
}
.checkmark::after {
  content: "";
  position: absolute;
  display: none;
}
ul {
  counter-reset: checked;
}
li input:checked {
  counter-increment: checked;
}
.count:after {
  content: counter(checked);
}
.product-chip {
  display: flex;
  flex-flow: row wrap;
  position: relative;
}
.product-chip > .item {
  display: inline-block;
  border: 2px solid #dcdcdc;
  box-shadow: 0 2px 12px -6px rgba(0, 0, 0, 0.5);
  margin: 0px;
  display: flex;
  align-items: center;
  flex: 0 1 calc(18%);
}
.product-chip > .item:first-child {
  margin-left: 0;
}
.product-chip .item__image {
  width: 100px;
  height: 100px;
  object-fit: cover;
  align-self: flex-start;
}
.product-chip .item__title {
  font-family: 'Roboto medium', Arial;
  text-transform: uppercase;
  font-size: 20px;
  color: #333;
  display: inline-block;
  text-align: center;
  opacity: .87;
  vertical-align: middle;
  line-height: 24px;
  margin: 0;
  padding: 0 10px;
  flex: 1 1 auto;
}
.product-chip.item-1 > .item,
.product-chip.item-2 > .item,
.product-chip.item-3 > .item {
  flex: 0 1 auto;
}
@media screen and (max-width: 479px) {
  .product-chip.item-1 > .item,
  .product-chip.item-2 > .item,
  .product-chip.item-3 > .item {
    flex: 0 1 100%;
  }
}
.product-chip.item-1 .item__title,
.product-chip.item-2 .item__title,
.product-chip.item-3 .item__title {
  padding: 0 32px;
}
@media screen and (max-width: 479px) {
  .product-chip.item-1 .item__title,
  .product-chip.item-2 .item__title,
  .product-chip.item-3 .item__title {
    text-align: right;
    position: absolute;
    right: 1rem;
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid #ffffff;
  }
}
/* For 4 items */
.product-chip.item-4 > .item {
  flex: 0 1 calc(23%);
}
.product-chip.item-4 > .item:nth-child(4n+0),
.product-chip > .item:nth-child(5n+0) {
  margin-right: 0;
}
.product-chip.item-4 > .item:nth-child(4n+1),
.product-chip > .item:nth-child(5n+1) {
  margin-left: 0;
}
@media screen and (max-width: 479px) {
  .standard-grid .grid-column:nth-child(odd) .product-chip > .item {
    margin-left: 0;
  }
  .standard-grid .grid-column:nth-child(odd) .item__title {
    padding: 3px 10px 3px 24px;
  }
  .standard-grid .grid-column:nth-child(even) .product-chip > .item {
    margin-right: 0;
  }
  .standard-grid .grid-column:nth-child(even) .item__title {
    padding: 3px 0 3px 24px;
  }
}
.product-portfolio .cs_search-sort-search-results {
  display: none;
}
.product-portfolio .searchresults {
  box-shadow: inset 0 2px 12px -6px rgba(0, 0, 0, 0.5);
  padding: 2rem 0 3rem;
  background-color: #f0f0f0;
}
.product-portfolio .cs_search-results {
  border-top: none;
  max-width: 1200px;
  margin: 0 auto;
}
.product-portfolio .cs_search-results .cs_results-count {
  display: none!important;
}
.product-portfolio .cs_search-results .cs_search-results-area {
  display: flex;
  flex-flow: wrap;
  overflow: hidden;
}
.product-portfolio .cs_search-results .cs_search-results-area .cs_row-result {
  background-color: #ffffff;
  border: 1px solid #dcdcdc;
  margin: 0.7rem 0.5rem;
  padding: 1rem 1.5rem;
  flex: 0 0 23%;
  box-shadow: 0 2px 12px -6px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  transition: all .4s;
}
@media screen and (min-width: 768px) {
  .product-portfolio .cs_search-results .cs_search-results-area .cs_row-result {
    transform: translateX(15px);
    -webkit-transform: translateX(15px);
  }
}
@media screen and (max-width: 767px) {
  .product-portfolio .cs_search-results .cs_search-results-area .cs_row-result {
    padding: .5rem;
    flex: 0 0 45%;
  }
}
@media screen and (min-width: 768px) {
  .product-portfolio .cs_search-results .cs_search-results-area.load-left .cs_row-result {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
  }
  .product-portfolio .cs_search-results .cs_search-results-area.load-left .cs_row-result.results-animate {
    position: relative;
    transform: translateX(15px);
    -webkit-transform: translateX(15px);
  }
  .product-portfolio .cs_search-results .cs_search-results-area.load-right .cs_row-result {
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
  }
  .product-portfolio .cs_search-results .cs_search-results-area.load-right .cs_row-result.results-animate {
    position: relative;
    transform: translateX(15px);
    -webkit-transform: translateX(15px);
  }
  .product-portfolio .cs_search-results .cs_search-results-area.load-more .cs_row-result {
    opacity: 0;
    transform: translateY(20%);
    -webkit-transform: translateY(20%);
  }
  .product-portfolio .cs_search-results .cs_search-results-area.load-more .cs_row-result.results-animate {
    opacity: 1;
    position: relative;
    transform: translate(15px, 0);
    -webkit-transform: translate(15px, 0);
  }
}
@media screen and (max-width: 767px) {
  .product-portfolio .cs_search-results .cs_search-results-area.load-more .cs_row-result {
    opacity: 0;
    transform: translateY(20%);
    -webkit-transform: translateY(20%);
  }
  .product-portfolio .cs_search-results .cs_search-results-area.load-more .cs_row-result.results-animate {
    opacity: 1;
    position: relative;
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
}
.product-portfolio .cs_search-results .cs_search-results-area .cs_result-field-short_description {
  height: 220px;
  max-height: 220px;
}
.product-portfolio .cs_search-results .cs_search-results-area .prd-card-mobile {
  margin-right: 20px;
  margin-left: 20px;
  flex: 100%!important;
}
.product-portfolio .cs_search-results .cs_search-results-area .prd-card-mobile .cs_result-field-short_description {
  height: 180px;
  max-height: 180px;
}
.product-portfolio .cs_search-results .cs_search-results-area .cs_result-indication {
  text-align: center;
  font-size: 0.625rem;
  line-height: 1rem;
  text-transform: uppercase;
  padding-bottom: 2px;
  margin-bottom: 2rem;
  position: relative;
}
.product-portfolio .cs_search-results .cs_search-results-area .cs_result-indication::after {
  content: "";
  width: 70px;
  border-bottom: 2px solid #21a0d2;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.product-portfolio .cs_search-results .cs_search-results-area .cs_result-field-title {
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: -1px;
  margin-bottom: 2rem;
  font-family: 'Roboto bold', Arial;
  color: #21a0d2;
}
.product-portfolio .cs_search-results .cs_search-results-area .cs_result-field-title img {
  height: 75px;
}
@media screen and (max-width: 767px) {
  .product-portfolio .cs_search-results .cs_search-results-area .cs_result-field-title img {
    height: 52px;
  }
}
.product-portfolio .cs_search-results .cs_search-results-area .cta-text {
  text-align: center;
}
.product-portfolio .cs_search-results .cs_search-results-area .cta-text .cs_result-link {
  width: 100%;
  text-transform: uppercase;
  margin: 0 0 .5rem 0;
  color: #333333;
}
.product-portfolio .cs_search-results .cs_search-results-area .cta-text .cs_result-link.button {
  line-height: 2.5rem;
  display: block;
  border: none;
  cursor: pointer;
  border-radius: 0;
  font-weight: bold;
  background-color: #21a0d2;
  color: #ffffff;
}
.product-portfolio .cs_search-results .cs_search-results-area .cta-text .cs_result-link.button:hover {
  background-color: #7c7c7c;
}
/**
 * File: filter.less
 * Author: Tony Herford
 * Copyright: MRM//McCann 2018
 */
.product-portfolio .cs_search-component {
  max-width: 100%;
  background-color: #ffffff;
}
.product-portfolio .cs_search-component div[data-cmp-list-filter] {
  width: 100%;
  max-width: 100%;
  margin-top: 0;
}
.product-portfolio .cs_search-component div[data-cmp-list-filter] .wrapper {
  max-width: 1200px;
  margin: 0 auto;
  display: block;
  overflow: auto;
}
.product-portfolio .cs_search-component div[data-cmp-list-filter] ul {
  padding-left: 0;
}
.product-portfolio .cs_search-component div[data-cmp-list-filter] ul li {
  padding: 0;
}
.product-portfolio .cs_search-component div[data-cmp-list-filter] .inline ul {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  .product-portfolio .cs_search-component div[data-cmp-list-filter] .inline ul {
    flex-wrap: wrap;
    flex-direction: row;
  }
}
.product-portfolio .cs_search-component div[data-cmp-list-filter] .inline ul li {
  display: inline;
  list-style-type: none;
  padding: 0 1rem;
}
.product-portfolio .cs_search-component div[data-cmp-list-filter] .inline ul li a {
  font-family: 'Roboto bold', Arial;
  font-size: 0.875rem;
  line-height: 41px;
  height: 41px;
  display: inline-block;
  letter-spacing: 1.35px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0;
  color: #333333;
}
.product-portfolio .cs_search-component div[data-cmp-list-filter] .inline ul li a[aria-checked=true],
.product-portfolio .cs_search-component div[data-cmp-list-filter] .inline ul li a:hover {
  color: #21a0d2;
  border-bottom: 5px solid #21a0d2;
}
@media screen and (max-width: 767px) {
  .product-portfolio .cs_search-component div[data-cmp-list-filter] .inline ul li a {
    font-size: .75rem;
    letter-spacing: 1px;
  }
}
.news-feed .cs_search-sort-search-results,
.news-feed .cs_result-field-content_type {
  display: none;
}
.news-feed .searchresults {
  padding: 0 0 1rem;
}
.news-feed .cs_search-results {
  border-top: none;
  max-width: 1200px;
  margin: 0 auto;
}
.news-feed .cs_search-results .cs_results-count,
.news-feed .cs_search-results .cs_result-field-language {
  display: none!important;
}
.news-feed .cs_search-results .cs_search-results-area .cs_row-result {
  border-bottom: none;
  margin: 0;
  padding: 0;
  display: flex!important;
  flex-direction: column;
}
.news-feed .cs_search-results .cs_search-results-area .cs_row-result div {
  order: 99;
}
.news-feed .cs_search-results .cs_search-results-area .cs_row-result .cs_result-field-page_type {
  order: 2;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 1.1px;
  padding-bottom: .4rem;
  font-family: 'Roboto regular', Arial;
  font-weight: bold;
  color: #21a0d2;
}
.news-feed .cs_search-results .cs_search-results-area .cs_row-result .cs_result-field-image {
  width: 100%;
  order: 1;
  padding-bottom: 1rem;
  padding-right: 0;
}
@media screen and (max-width: 479px) {
  .news-feed .cs_search-results .cs_search-results-area .cs_row-result .cs_result-field-image {
    display: block;
  }
}
.news-feed .cs_search-results .cs_search-results-area .cs_row-result .cs_result-field-image img {
  width: 100%;
  height: 10vw;
  max-height: 200px;
  object-fit: cover;
  object-position: center top;
}
@media screen and (max-width: 479px) {
  .news-feed .cs_search-results .cs_search-results-area .cs_row-result .cs_result-field-image img {
    height: 100px;
  }
}
.news-feed .cs_search-results .cs_search-results-area .cs_row-result .cs_result-field-title {
  order: 3;
  font-size: 20px;
  line-height: 25px;
  font-family: 'Roboto regular', Arial;
  font-weight: bold;
  color: #000000;
}
.news-feed .cs_search-results .cs_search-results-area .cs_row-result .cs_result-field.link-list-group {
  padding-top: .5rem;
}
.news-feed .cs_search-results .cs_search-results-area .cs_row-result .cs_result-link {
  width: 100%;
  text-transform: uppercase;
  color: #333333;
}
.news-feed .cs_search-results .cs_search-results-area .cs_row-result .cs_result-link.button {
  line-height: 2.5rem;
  display: block;
  border: none;
  cursor: pointer;
  border-radius: 0;
  font-weight: bold;
  background-color: #21a0d2;
  color: #ffffff;
}
.news-feed .cs_search-results .cs_search-results-area .cs_row-result .cs_result-link.button:hover {
  background-color: #7c7c7c;
}
.news-feed .cs_search-results .cs_search-results-area .slick-track {
  left: -20%;
}
.news-feed .cs_search-results .cs_search-results-area .slick-slide {
  padding: 0 12px;
}
.news-feed .cs_search-results .cs_search-results-area .slick-arrow {
  background-color: #333333;
  border-radius: 50%;
  border: 1px solid #dcdcdc;
  width: 60px;
  height: 60px;
}
.news-feed .cs_search-results .cs_search-results-area .slick-arrow::before {
  font-size: 1.3rem;
  color: #ffffff;
  width: 60px;
  line-height: 60px;
  position: absolute;
  top: 1px;
}
.news-feed .cs_search-results .cs_search-results-area .slick-prev {
  display: none!important;
}
.news-feed .cs_search-results .cs_search-results-area .slick-next {
  right: 8%;
}
.news-feed .cs_search-results .cs_search-results-area .slick-next:before {
  left: 2px;
  font-family: BASFIconFontNewStyle;
  content: "\e906";
}
@media screen and (max-width: 479px) {
  .news-feed .cs_search-results .cs_search-results-area .slick-next {
    right: 3%;
  }
  .news-feed .cs_search-results .cs_search-results-area .slick-next::before {
    left: 2px;
  }
}
.basf-section .faq-search .paragraph:first-of-type .paragraph-group > h1,
.basf-section.bknd-section .faq-search .paragraph:first-of-type .paragraph-group > h1,
.basf-section .faq-search .paragraph:first-of-type .paragraph-group h2,
.basf-section.bknd-section .faq-search .paragraph:first-of-type .paragraph-group h2,
.basf-section .faq-search .paragraph:first-of-type .paragraph-group h3,
.basf-section.bknd-section .faq-search .paragraph:first-of-type .paragraph-group h3,
.basf-section .faq-search .paragraph:first-of-type .paragraph-group h4,
.basf-section.bknd-section .faq-search .paragraph:first-of-type .paragraph-group h4 {
  display: none;
}
.basf-section .faq-search .cs_result-field-title,
.basf-section.bknd-section .faq-search .cs_result-field-title {
  font-size: 20px;
  line-height: 26px;
}
@media screen and (min-width: 992px) {
  .basf-section .faq-search .cs_result-field-title,
  .basf-section.bknd-section .faq-search .cs_result-field-title {
    font-size: 2rem;
    line-height: 2.7rem;
  }
}
.basf-section .faq-search .teaser .tile,
.basf-section.bknd-section .faq-search .teaser .tile {
  height: auto;
}
.button-bar .button-bar-container {
  border-top: 1px solid #555555;
  border-bottom: 1px solid #555555;
  padding: 1.25rem 0;
  display: flex;
  justify-content: space-between;
}
.button-bar .button-bar-container .link-list-container {
  display: flex;
  flex: 1;
}
.button-bar .button-bar-container .link-item {
  padding-right: 1rem;
  width: auto;
  display: inline-block;
}
.button-bar .button-bar-container .link-item a {
  text-transform: uppercase;
  font-family: 'Roboto bold', Arial;
}
.button-bar .button-bar-container .link-item a span {
  display: none;
}
.button-bar .button-bar-container .button-list-container a span {
  color: #7c7c7c;
  padding-left: 1rem;
  font-size: 28px;
}
.button-bar .button-bar-container .button-list-container a span:hover {
  color: #21a0d2;
}
@media screen and (max-width: 479px) {
  .button-bar .button-bar-container .button-list-container a span {
    padding-left: .5rem;
  }
}
.calendar-component .fc .fc-button-primary {
  background-color: #21a0d2;
  border-color: #21a0d2;
  border-radius: 0;
}
.calendar-component .fc-h-event {
  background-color: #21a0d2;
  border-color: #21a0d2;
}
.calendar-component .calendar-event-detail {
  display: none;
}
#colorbox.calendar-event-modal .calendar-event-detail {
  display: block;
}
#colorbox.calendar-event-modal .calendar-event-detail .event-title {
  position: relative;
  left: 0;
}
@media screen and (max-width: 767px) {
  #colorbox.calendar-event-modal .calendar-event-detail .event-title {
    padding: 0 1rem;
  }
}
#colorbox.calendar-event-modal .calendar-event-detail .event-title h1,
#colorbox.calendar-event-modal .calendar-event-detail .event-title p {
  color: #ffffff;
  margin: 0 1rem;
  text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.75);
}
#colorbox.calendar-event-modal .calendar-event-detail .header-image {
  width: 100%;
}
#colorbox.calendar-event-modal .calendar-event-detail .event-body {
  display: flex;
}
#colorbox.calendar-event-modal .calendar-event-detail .event-body .body-image {
  flex: 0 0 40%;
}
@media screen and (max-width: 767px) {
  #colorbox.calendar-event-modal .calendar-event-detail .event-body .body-image {
    display: none;
  }
}
#colorbox.calendar-event-modal .calendar-event-detail .event-body .description {
  flex: 1 0 60%;
  color: #333333;
  padding-bottom: 2rem;
}
#colorbox.calendar-event-modal .calendar-event-detail .event-body .body-image + .description {
  padding-left: 2rem;
}
@media screen and (max-width: 767px) {
  #colorbox.calendar-event-modal .calendar-event-detail .event-body .body-image + .description {
    padding: 1rem;
  }
}
#colorbox.calendar-event-modal .calendar-event-detail .event-body .event-label {
  font-family: 'Roboto bold', Arial;
}
#colorbox.calendar-event-modal .calendar-event-detail .button-style {
  margin: 1rem 0 0 0;
}
.cmp-product-card {
  box-shadow: 0 2px 12px -6px rgba(0, 0, 0, 0.5);
  padding: 1rem 1rem;
  border: 1px solid #dcdcdc;
  background-color: #ffffff;
}
.cmp-product-card .cs_text-field.cs_result-field-short_description {
  line-height: normal;
  height: 275px;
  margin-bottom: 0.5rem;
}
.cmp-product-card .cs_result-field-image {
  margin-bottom: 1rem;
  text-align: center;
  width: 100%;
}
.cmp-product-card .cs_result-field-image img {
  max-height: 75px;
}
.cmp-product-card .cs_row-result {
  opacity: 1;
  position: relative;
  transform: translate(15px, 0);
  box-shadow: 0 2px 12px -6px rgba(0, 0, 0, 0.5);
  transition: all 0.4s;
  background-color: #ffffff;
  border: 1px solid #dcdcdc;
  margin: 0.7rem 0.5rem;
  padding: 1rem 1.5rem;
}
.cmp-product-card .cs_result-indication {
  margin: auto;
  text-align: center;
  font-size: 0.625rem;
  line-height: 1rem;
  text-transform: uppercase;
  padding-bottom: 2px;
  margin-bottom: 1rem;
  position: relative;
  border-bottom: 2px solid #21a0d2;
  height: 35px;
}
.cmp-product-card .cta-text {
  text-align: center;
}
.cmp-product-card .cta-text .cs_result-link {
  width: 100%;
  text-transform: uppercase;
  margin: 0 0 0.5rem 0;
  color: #333333;
}
.cmp-product-card .cta-text .cs_result-link.button {
  line-height: 2rem;
  font-size: smaller;
  display: block;
  border: none;
  cursor: pointer;
  border-radius: 0;
  font-weight: bold;
  background-color: #21a0d2;
  color: #ffffff;
}
.cmp-product-card .cta-text .cs_result-link.button:hover {
  background-color: #7c7c7c;
  text-decoration: none;
}
@media (min-width: 768px) and (max-width: 1120px) {
  .cmp-product-card .cs_text-field.cs_result-field-short_description {
    height: 350px;
  }
}
@media (max-width: 320px) {
  .cmp-product-card .cs_text-field.cs_result-field-short_description {
    height: 300px;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  .cmp-product-card .cs_text-field.cs_result-field-short_description {
    line-height: normal;
    height: 250px;
  }
  .cmp-product-card .cs_result-field-image {
    margin-bottom: 1rem;
    text-align: center;
    width: 100%;
    display: block;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .cmp-product-card .cs_text-field.cs_result-field-short_description {
    line-height: normal;
    height: 275px;
  }
  .cmp-product-card .cs_result-field-image {
    display: block;
  }
}
.cmp-navigation-list .tab-content .fade {
  height: 0;
  overflow: hidden;
}
.cmp-navigation-list .tab-content .fade.in {
  height: auto;
  overflow: visible;
}
.cmp-navigation-list .basf-standard-grid .grid[data-columns="4"] .grid-row {
  justify-content: space-around;
}
.cmp-navigation-list .aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--11 {
  width: 100%;
}
.cmp-navigation-list .inline ul {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row;
  padding: 0px;
}
@media screen and (max-width: 767px) {
  .cmp-navigation-list .inline ul {
    flex-wrap: wrap;
    flex-direction: row;
  }
}
.cmp-navigation-list .inline ul li {
  display: inline;
  list-style-type: none;
  padding: 0 1rem;
}
.cmp-navigation-list .inline ul li a {
  font-family: 'Roboto bold', Arial;
  font-size: 0.875rem;
  line-height: 41px;
  height: 41px;
  display: inline-block;
  letter-spacing: 1.35px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0;
  color: #333333;
}
.cmp-navigation-list .inline ul li a[aria-checked="true"],
.cmp-navigation-list .inline ul li a:hover {
  color: #21a0d2;
  border-bottom: 5px solid #21a0d2;
}
@media screen and (max-width: 767px) {
  .cmp-navigation-list .inline ul li a {
    font-size: 0.75rem;
    letter-spacing: 1px;
  }
}
.cmp-resource-listing .hybrid-select,
.cmp-resource-listing .content-select {
  height: fit-content;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  max-width: 50%;
}
.cmp-resource-listing .content-section .link-list-container a {
  display: flex;
  padding-bottom: 5px;
}
.cmp-resource-listing .content-section .link-list-container .link-style .icon.icon-style.preview.type1:before {
  font-family: BASFIconFontNewStyle;
  content: "\e913";
  font-size: 0.75rem;
  color: #65ac1e;
}
.cmp-resource-listing .content-section .link-list-group .link-list-container a .icon {
  margin: 0;
  top: 3px;
  padding-right: 7px;
  color: #65ac1e;
}
.cmp-resource-listing .filters-section .sub-heading {
  padding-right: 10px;
  line-height: 50px;
}
.cmp-resource-listing .empty-space {
  padding-bottom: 15px;
}
.cmp-resource-listing .filters-section {
  background-color: #d7d7d7;
  display: flex;
  padding: 10px 10px 10px 10px;
}
.cmp-resource-listing .filter-heading {
  color: #569f19;
  font-size: 21px;
  font-family: sans-serif;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(25%);
  font-weight: 700;
}
.cmp-resource-listing .hybrid {
  display: flex;
  padding-left: 8%;
}
.cmp-resource-listing .content-type {
  display: flex;
  padding-left: 8%;
}
.cmp-resource-listing .downloads {
  display: flex;
  padding-bottom: 15px;
}
@media (max-width: 540px) {
  .cmp-resource-listing .hybrid,
  .cmp-resource-listing .content-type {
    padding-bottom: 10px;
    padding-left: 0px;
  }
  .cmp-resource-listing .hybrid-select,
  .cmp-resource-listing .content-select {
    height: fit-content;
  }
  .cmp-resource-listing .filters-section {
    display: flex;
    padding-right: 10px;
    flex-direction: column;
    padding: 10px 10px 0px 10px;
  }
  .cmp-resource-listing .sub-heading {
    padding-right: 10px;
    line-height: 0px !important;
  }
  .cmp-resource-listing .filter-heading {
    color: #569f19;
    font-size: 21px;
    font-family: sans-serif;
    top: 50%;
    font-weight: 700;
    -webkit-transform: translateY(0%);
    padding-bottom: 15px;
  }
  .cmp-resource-listing .hybrid-select {
    margin-left: 16%;
  }
  .cmp-resource-listing .hybrid-select,
  .cmp-resource-listing .content-select {
    height: fit-content;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    width: 40%;
  }
}
@media (min-width: 480px) and (max-width: 540px) {
  .cmp-resource-listing .content-select {
    margin-left: 4%;
  }
}
.cmp-text .text-tick {
  position: relative;
  padding-left: 35px;
}
.cmp-text .text-tick:before {
  display: block;
  font-weight: 400;
  font-family: BASFIconFontNewStyle;
  content: "\e90f";
  background: #21a0d2;
  border-radius: 50px;
  font-size: 1rem;
  padding: 7px 5px;
  position: absolute;
  left: 0px;
  line-height: 1;
  color: #ffffff;
}
.basf-tabs-comp .cmp-tabs__tablist {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
}
.basf-tabs-comp .cmp-tabs__tab {
  box-sizing: border-box;
  border: 1px solid #65ac1e;
  padding: 1.5rem 10rem;
  cursor: pointer;
  margin: auto;
  margin-bottom: 3rem;
  font-family: Arial Bold, Arial, sans-serif;
  font-size: 24px;
  color: #65ac1e;
}
.basf-tabs-comp .cmp-tabs__tab--active {
  border-color: inherit;
  color: white;
  background-color: #65ac1e;
}
.basf-tabs-comp .cmp-tabs__tabpanel {
  display: none;
}
.basf-tabs-comp .cmp-tabs__tabpanel--active {
  display: block;
}
@media (max-width: 480px) {
  .basf-tabs-comp .cmp-tabs__tab {
    padding: 1.5rem 5rem;
    font-size: 20px;
    text-align: center;
  }
}
.brand-regular .cmp-tabs__tablist {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
  margin-bottom: 20px;
}
.brand-regular .cmp-tabs__tab {
  cursor: pointer;
  font-weight: bold;
  border: none;
  padding: 0px;
  margin: .5rem 1rem;
}
.brand-regular .cmp-tabs__tab--active {
  color: #65ac1e;
  border-bottom: 5px solid #65ac1e;
}
.brand-regular .cmp-tabs__tabpanel {
  display: none;
}
.brand-regular .cmp-tabs__tabpanel--active {
  display: block;
}
@media (max-width: 480px) {
  .brand-regular .cmp-tabs__tab {
    text-align: center;
  }
  .brand-regular .cmp-tabs__tablist {
    justify-content: center;
  }
}
.boxed-component {
  padding: 10px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.boxed-component p {
  margin: 0px;
}
.countdown-section {
  display: inline-block;
  text-align: center;
  margin: 0 5px;
  font-family: Arial, sans-serif;
}
.countdown-value {
  font-size: 24px;
  font-weight: bold;
}
.countdown-label {
  font-size: 12px;
}
.paragraph-tiny {
  font-size: 12px;
}
.paragraph-small {
  font-size: 14px;
}
.paragraph-emphasis {
  font-size: 18px;
}
.paragraph-big {
  font-size: 20px;
}
@media (max-width: 480px) {
  .boxed-component {
    flex-direction: column;
    text-align: center;
  }
  .boxed-component > div {
    padding: 5px;
  }
}
.multi-image-mobile {
  display: none;
}
.multi-image-desktop {
  display: block;
}
@media only screen and (max-width: 480px) {
  .multi-image-desktop {
    display: none;
  }
  .multi-image-mobile {
    display: block !important;
  }
}
.product-tiles {
  --bg-color: #f0f9fc;
  --button-color: #21a0d2;
  --button-text-color: #ffffff;
  --title-color: #333333;
  --text-color: #666666;
  --section-border-color: #b8b8b8;
  --tile-border-color: #dedede;
  --new-color: #915a01;
  --side-padding: 0;
  --grid-gap: 2rem;
  --min-tile-width: 325px;
  --show-more-width: calc(31.3333%);
}
div[data-theme="basf.cxm.orange"] .product-tiles,
.product-tiles .theme-orange {
  --bg-color: #fef8ee;
  --button-color: #f39500;
  --button-text-color: #000000;
}
div[data-theme="basf.cxm.red"] .product-tiles,
.product-tiles .theme-red {
  --bg-color: #f9e4e8;
  --button-color: #c50022;
  --button-text-color: #ffffff;
}
div[data-theme="basf.cxm.dk-blue"] .product-tiles,
.product-tiles .theme-darkblue {
  --bg-color: #dce6f0;
  --button-color: #004a96;
  --button-text-color: #ffffff;
}
div[data-theme="basf.cxm.lt-blue"] .product-tiles,
.product-tiles .theme-lightblue {
  --bg-color: #dbeff8;
  --button-color: #21a0d2;
  --button-text-color: #000000;
}
div[data-theme="basf.cxm.dk-green"] .product-tiles,
.product-tiles .theme-darkgreen {
  --bg-color: #d8eae1;
  --button-color: #00793a;
  --button-text-color: #ffffff;
}
div[data-theme="basf.cxm.lt-green"] .product-tiles,
.product-tiles .theme-lightgreen {
  --bg-color: #edf5e5;
  --button-color: #65ac1e;
  --button-text-color: #ffffff;
}
.product-tiles .tiles-header {
  display: flex;
  padding: 1rem 0;
  justify-content: space-between;
}
.product-tiles .tiles-header .show-all {
  color: var(--button-color);
  text-decoration: underline;
  display: none;
}
@media (max-width: 480px) {
  .product-tiles {
    --min-tile-width: calc(348px);
    --show-more-width: 100%;
  }
}
.product-tiles .product-tiles-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(var(--min-tile-width), auto));
  gap: var(--grid-gap);
  padding: 0 var(--side-padding);
}
.product-tiles .product-tiles-wrapper .tile {
  display: grid;
  grid-template-rows: max-content 1fr;
  border-top: thin var(--tile-border-color) solid;
}
.product-tiles .product-tiles-wrapper .tile .header {
  padding: 1rem;
}
.product-tiles .product-tiles-wrapper .tile .header .brand {
  margin: 0 0 0.5rem 0;
  font-size: 1.125rem;
  line-height: 1.375rem;
}
.product-tiles .product-tiles-wrapper .tile .header .brand.new::after {
  content: "NEW";
  display: flex;
  align-items: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath d='m29.902 19.75-2.761-2.46c-.801-.712-.801-1.88 0-2.59l2.761-2.462c.801-.715.59-1.375-.472-1.48l-3.664-.348c-1.059-.098-1.633-1.012-1.266-2.023l1.945-5.414c.364-1.016-.082-1.383-.992-.82l-4.32 2.671c-.434.27-.957.352-1.453.223a1.87 1.87 0 0 1-1.157-.906l-1.566-2.793c-.523-.942-1.395-.946-1.93-.012l-1.453 2.527c-.539.934-1.773 1.332-2.742.89L8.273 3.579c-.972-.45-1.718.067-1.66 1.145l.137 2.586c.059 1.078-.738 2.187-1.766 2.464l-2.472.66c-1.028.282-1.215 1.09-.414 1.801L4.859 14.7c.801.711.801 1.875 0 2.59L2.098 19.75c-.801.71-.59 1.402.468 1.531l3.352.407c1.055.128 1.644 1.074 1.309 2.097L5.507 29c-.339 1.023.145 1.422 1.067.887l3.942-2.282a2.111 2.111 0 0 1 2.765.653l1.637 2.46c.594.895 1.488.848 1.984-.109l1.438-2.77a1.99 1.99 0 0 1 2.637-.87l2.777 1.386c.953.477 1.687-.015 1.633-1.09l-.14-2.585c-.056-1.078.737-2.184 1.769-2.465l2.468-.664c1.032-.278 1.22-1.09.418-1.801Zm-12.3 2.648h-3.204V19.2h3.204Zm0-4.796h-3.204v-8h3.204Zm0 0' style='stroke:none;fill-rule:nonzero;fill:%23915A01;fill-opacity:1'/%3E%3C/svg%3E");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  height: 24px;
  width: 55px;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--new-color);
  float: right;
}
.product-tiles .product-tiles-wrapper .tile .header .variety {
  margin: 0;
  font-weight: 900;
  font-size: 1.5rem;
  line-height: 1.875rem;
}
.product-tiles .product-tiles-wrapper .tile .body {
  padding: 0 1rem 1rem;
  background-color: var(--bg-color);
}
.product-tiles .product-tiles-wrapper .tile .body .section {
  color: var(--text-color);
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  border-top: 1px solid var(--section-border-color);
}
.product-tiles .product-tiles-wrapper .tile .body .section:first-child {
  border-top: 0;
}
.product-tiles .product-tiles-wrapper .tile .body .section .title {
  color: var(--title-color);
  font-weight: bold;
  text-transform: uppercase;
}
.product-tiles .product-tiles-wrapper .tile .body .section ul {
  margin: 0;
}
.product-tiles .product-tiles-wrapper .tile .body .section ul li {
  margin: 0;
}
.product-tiles .product-tiles-wrapper .tile .footer {
  margin-top: auto;
}
.product-tiles .product-tiles-wrapper .tile .footer .btn-primary {
  background-color: var(--button-color);
  color: var(--button-text-color);
  border: 0;
  display: block;
  padding: 1rem;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.product-tiles .tiles-footer {
  padding: 1rem 0;
  display: flex;
  justify-content: space-around;
}
.product-tiles .tiles-footer .show-more {
  background-color: var(--button-color);
  color: var(--button-text-color);
  border: 0;
  display: none;
  padding: 1rem;
  width: var(--show-more-width);
}
.comparison-slider {
  zoom: 1;
}
.comparison-slider:after,
.comparison-slider:before {
  content: "";
  display: table;
}
.comparison-slider:after {
  clear: both;
}
.comparison-slider .comparison-slider-wrapper {
  position: relative;
  -webkit-user-select: none;
  /* Safari */
  -ms-user-select: none;
  /* IE 10 and IE 11 */
  user-select: none;
  /* Standard syntax */
}
.comparison-slider .comparison-slider-wrapper .caption {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: max-content;
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  padding: 1rem;
}
.comparison-slider .comparison-slider-wrapper .comparison-image {
  pointer-events: none;
}
.comparison-slider .comparison-slider-wrapper .comparison-image img {
  max-width: none;
  margin: 0;
  padding: 0;
}
.comparison-slider .comparison-slider-wrapper .image1 img {
  max-width: 100%;
}
.comparison-slider .comparison-slider-wrapper .image1 .caption {
  right: 0;
  left: auto;
}
.comparison-slider .comparison-slider-wrapper .image2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
  border-right: 5px solid #ffffff;
}
.comparison-slider .comparison-slider-wrapper .divider {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: calc(-53%) -50%;
  border-radius: 50%;
  padding: 0;
  margin: 0;
  border: 3px solid #000000;
  height: 106px;
  scale: 0.55;
}
.comparison-slider .dragging {
  cursor: col-resize;
}
.text-image-link {
  word-wrap: break-word;
  padding: 10px 10px 10px 10px;
}
.text-image-link .image-align-left img,
.text-image-link .image-align-right img {
  width: 100%;
  margin-top: 6px;
}
@media screen and (min-width: 768px) {
  .text-image-link .image-align-left.image-size-small,
  .text-image-link .image-align-right.image-size-small {
    width: 33.3333%;
    max-width: 336px;
  }
}
@media screen and (min-width: 768px) {
  .text-image-link .image-align-left.image-size-medium,
  .text-image-link .image-align-right.image-size-medium {
    width: 50%;
    max-width: 528px;
  }
}
@media screen and (min-width: 768px) {
  .text-image-link .image-align-left.image-size-large,
  .text-image-link .image-align-right.image-size-large {
    width: 100%;
  }
}
.text-image-link .image-align-left {
  padding-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .text-image-link .image-align-left {
    float: left;
    margin-right: 15px;
    padding-right: 15px;
  }
}
.text-image-link .image-align-right {
  padding-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .text-image-link .image-align-right {
    float: right;
    margin-left: 15px;
    padding-left: 15px;
  }
}
.text-image-link .image-align-right.image-size-large {
  margin-left: 0;
  padding-left: 0;
}
.text-image-link img {
  width: 100%;
}
.text-image-link .image-size-medium div.img-wrapper,
.text-image-link .image-size-small div.img-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .text-image-link .image-align-top.image-size-small div.img-wrapper {
    width: 33.3333%;
    max-width: 336px;
  }
}
@media screen and (min-width: 768px) {
  .text-image-link .image-align-top.image-size-medium div.img-wrapper {
    width: 50%;
    max-width: 528px;
  }
}
@media screen and (min-width: 768px) {
  .text-image-link .image-align-top.image-size-large div.img-wrapper {
    width: 100%;
  }
}
.text-image-link .left {
  text-align: left;
}
.text-image-link .center {
  text-align: center;
}
.text-image-link .right {
  text-align: right;
}
.text-image-link .textimage-text a {
  font-family: 'Roboto bold', Arial;
  font-size: 0.875rem;
  font-weight: bold;
  color: black;
  text-decoration: none;
}
.text-image-link .textimage-text a:hover {
  color: #65ac1e;
}
.text-image-link .caption-top {
  padding-bottom: 10px;
  height: 40px;
  line-height: 1rem;
}
.text-image-link .caption-bottom {
  padding-top: 10px;
  height: 40px;
  line-height: 1rem;
}
.sticky-navigation {
  width: 100%;
  text-align: center;
}
.sticky-navigation .sticky-navigation-nav-element {
  position: relative;
  background-color: #333333;
  z-index: 5;
  margin: 3rem auto;
  right: 0;
  left: 0;
}
.sticky-navigation .sticky-navigation-nav-element.manualLinks {
  margin: -1px auto 3rem !important;
}
.sticky-navigation .sticky-navigation-nav-element .navLinkUl {
  position: relative;
  padding: 0;
  margin: 0;
  list-style-type: none;
  overflow-y: hidden;
  white-space: nowrap;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.sticky-navigation .sticky-navigation-nav-element .navLinkUl::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.sticky-navigation .sticky-navigation-nav-element .navLinkUl .sticky-nav-button,
.sticky-navigation .sticky-navigation-nav-element .navLinkUl .sticky-nav-link {
  padding: 15px 20px;
  background-color: #333333;
  border: 0;
  box-shadow: none;
  border-radius: 0px;
  color: white;
  font-size: 14px;
  outline: none;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 0;
}
.sticky-navigation .sticky-navigation-nav-element .navLinkUl .sticky-nav-button a,
.sticky-navigation .sticky-navigation-nav-element .navLinkUl .sticky-nav-link a {
  color: white;
}
.sticky-navigation .sticky-navigation-nav-element .navLinkUl .sticky-nav-button.sticky-nav-button-selected,
.sticky-navigation .sticky-navigation-nav-element .navLinkUl .sticky-nav-link.sticky-nav-button-selected {
  background-color: #21a0d2;
}
.sticky-navigation .sticky-navigation-nav-element .nav-arrow {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 30px;
  z-index: 10;
  background-color: black;
}
.sticky-navigation .sticky-navigation-nav-element .nav-arrow:after {
  content: "";
  position: absolute;
  color: white;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2rem;
}
.sticky-navigation .sticky-navigation-nav-element .nav-arrow-left {
  left: 0;
  padding-right: 20px;
}
.sticky-navigation .sticky-navigation-nav-element .nav-arrow-right {
  right: 0;
  border-width: 7px 10px 7px 0;
  padding-right: 20px;
}
.sticky-navigation .sticky-navigation-nav-element.is-overflown .nav-arrow {
  display: block;
}
.sticky-navigation .sticky-navigation-nav-element .nav-arrow:after {
  content: ">";
}
.sticky-navigation .sticky-navigation-nav-element .nav-arrow-left:after {
  content: "<";
}
.sticky-navigation .sticky-navigation-nav-element .nav-arrow-right:after {
  content: ">";
}
@media (max-width: 600px) {
  .sticky-navigation .sticky-navigation-nav-element .nav-arrow {
    display: block;
  }
  .sticky-navigation .sticky-navigation-nav-element .nav-arrow:after {
    content: ">";
  }
  .sticky-navigation .sticky-navigation-nav-element .nav-arrow-left:after {
    content: "<";
  }
  .sticky-navigation .sticky-navigation-nav-element .nav-arrow-right:after {
    content: ">";
  }
  .sticky-navigation .sticky-navigation-nav-element .navLinkUl {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.agriculture .harvest_calculator {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
  border: 1px solid #ccc;
}
.agriculture .harvest_calculator table {
  width: 100%;
  font-weight: bold;
}
.agriculture .harvest_calculator table tr td {
  width: 12%;
  height: 40px;
  border: 1px solid #898989;
  text-align: center;
  vertical-align: middle;
}
.agriculture .harvest_calculator table tr td:first-child {
  width: 40%;
  text-align: left;
  border-left: 1px solid #898989;
  padding-left: 10px;
  font-weight: normal;
  line-height: 1;
}
.agriculture .harvest_calculator table tr td span:last-child {
  font-size: 8px;
}
.agriculture .harvest_calculator table tr td:nth-child(2) {
  border: 2px solid #21a0d2;
  color: #21a0d2;
}
.agriculture .harvest_calculator table tr td:nth-child(3) {
  color: #A3A30F;
}
.agriculture .harvest_calculator table tr td:nth-child(4) {
  color: #DD6912;
}
.agriculture .harvest_calculator table tr td:nth-child(5) {
  color: #BC2F15;
}
.agriculture .harvest_calculator table tr td:nth-child(6) {
  color: #E20505;
}
.cmp-harvest-calculator-header {
  background-color: #21a0d2;
  padding: 30px 20px;
  row-gap: 20px;
  display: flex;
  flex-direction: column;
}
.cmp-harvest-calculator-header h3 {
  color: white;
  font-size: 30px;
  line-height: 36px;
  text-transform: capitalize;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .cmp-harvest-calculator-header h3 {
    font-size: 18px;
  }
}
.cmp-harvest-calculator-header-top {
  display: flex;
  gap: 10px;
}
.cmp-harvest-calculator-header-top div:first-child {
  color: white;
}
.cmp-harvest-calculator-header-top div:first-child span:first-child {
  color: white;
}
.cmp-harvest-calculator-header-top div:nth-child(2) {
  flex: 1;
}
.cmp-harvest-calculator-header-top div:nth-child(2)::before {
  content: "";
  border-bottom: 1px solid white;
  width: 100%;
  margin-bottom: 5px;
  display: inline-block;
}
.cmp-harvest-calculator-header-top div:last-child {
  font-size: 30px;
  color: #287403;
  font-weight: bold;
  text-transform: uppercase;
}
.cmp-harvest-calculator-trademark {
  display: flex;
  flex-direction: column;
}
.cmp-harvest-calculator-trademark span:first-child {
  color: #21a0d2;
  font-size: 28px;
}
.cmp-harvest-calculator-trademark span:first-child span {
  vertical-align: super;
}
.cmp-harvest-calculator-trademark span:last-child {
  font-size: 12px;
}
.cmp-harvest-calculator-desc {
  padding: 20px calc(40px);
}
@media screen and (max-width: 991px) {
  .cmp-harvest-calculator-desc {
    padding: 20px;
  }
}
.cmp-harvest-calculator-desc i {
  color: #21a0d2;
  font-style: normal;
  font-weight: bold;
}
.cmp-harvest-calculator-caption {
  display: flex;
  border-top: 2px solid #21a0d2;
  padding: 20px calc(40px) 0;
  justify-content: space-between;
  padding-right: 80px;
}
@media screen and (max-width: 991px) {
  .cmp-harvest-calculator-caption {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.cmp-harvest-calculator-caption img {
  width: 60px;
  height: 100%;
}
.cmp-harvest-calculator-caption h2 {
  font-size: 2.5rem;
  color: #21a0d2;
}
@media screen and (max-width: 991px) {
  .cmp-harvest-calculator-caption h2 {
    font-size: 20px;
  }
}
.cmp-harvest-calculator-content {
  display: flex;
  flex-direction: column;
  margin: 0 20px 20px;
  border: 1px solid #dcdcdc;
}
.cmp-harvest-calculator-input {
  display: flex;
  flex-direction: row;
  column-gap: 30px;
  background-color: #dcdcdc;
  padding: 20px 20px;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .cmp-harvest-calculator-input {
    flex-direction: column;
    row-gap: 10px;
  }
}
.cmp-harvest-calculator-input > div {
  display: flex;
  flex-direction: column;
}
.cmp-harvest-calculator-input label {
  font-weight: normal;
  font-size: 12pt;
}
.cmp-harvest-calculator-input button {
  background-color: #21a0d2;
  color: white;
  height: 100%;
  border: none;
  padding: 10px 20px;
  text-transform: uppercase;
}
.cmp-harvest-calculator-input input {
  text-align: right;
}
.cmp-harvest-calculator-speed {
  display: none;
  background-color: #F2F2F2;
}
.cmp-harvest-calculator-speed tr:first-child td:not( :nth-child(2)) {
  border-top: none !important;
}
.cmp-harvest-calculator-speed tr:last-child td:not( :nth-child(2)) {
  border-bottom: none !important;
}
.cmp-harvest-calculator-speed td:last-child {
  border-right: none !important;
}
.cmp-harvest-calculator-speed td:first-child {
  border-left: none !important;
}
.cmp-harvest-calculator-result {
  margin: 0 20px 30px;
  display: none;
}
.cmp-harvest-calculator-result img {
  width: 25px;
}
.cmp-harvest-calculator-result > div:first-child {
  margin-left: 20px;
  margin-bottom: 15px;
  font-size: 25px;
  font-weight: bold;
}
.cmp-harvest-calculator-math {
  margin: 40px 0 0;
}
.cmp-harvest-calculator-math img {
  width: 40px;
  transform: rotate(270deg);
  margin: 0 20px;
}
.cmp-harvest-calculator-math > div:first-child {
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
}
.cmp-harvest-calculator-math > div:first-child > div:first-child {
  color: #898989;
  border: 1px solid #898989;
  height: 50px;
  padding: 5px 10px;
  width: 140px;
  line-height: 20px;
  align-content: center;
}
@media screen and (max-width: 991px) {
  .cmp-harvest-calculator-math > div:first-child > div:first-child {
    font-size: 12px;
  }
}
.cmp-harvest-calculator-math > div:first-child button {
  border: none;
  background-color: #D8D8D8;
  width: 150px;
  font-size: 18px;
}
@media screen and (max-width: 991px) {
  .cmp-harvest-calculator-math > div:first-child button {
    font-size: 16px;
  }
}
.cmp-harvest-calculator-math td {
  border: 1px solid #898989;
}
.cmp-harvest-calculator-math-info {
  margin: 0 20px 30px 20px;
  display: none;
}
.cmp-harvest-calculator-math-info > div:first-child {
  margin-left: 20px;
  margin-bottom: 15px;
  font-size: 25px;
  font-weight: bold;
}
#cboxOverlay:after {
  content: none;
}
#colorbox {
  opacity: 0;
  background-color: #ffffff;
}
#colorbox.video #cboxWrapper {
  background-color: #000000;
}
@media screen and (min-width: 768px) {
  #colorbox #cboxBottomCenter,
  #colorbox #cboxTopCenter {
    background-color: #ffffff;
    height: 60px;
  }
  #colorbox #cboxMiddleLeft,
  #colorbox #cboxMiddleRight {
    background-color: #ffffff;
    width: 60px;
  }
  #colorbox #cboxBottomLeft,
  #colorbox #cboxBottomRight,
  #colorbox #cboxTopLeft,
  #colorbox #cboxTopRight {
    width: 60px;
    height: 60px;
    background-color: #ffffff;
  }
}
#colorbox #cboxClose {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  color: #21a0d2;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #colorbox #cboxClose {
    position: fixed;
  }
}
#colorbox #cboxClose:after {
  content: '\e910';
  font-family: BASFIconFontNewStyle;
  font-size: 2.5rem;
  position: absolute;
  height: 40px;
  width: 40px;
  top: 1px;
  left: 0;
  text-indent: 0;
  line-height: 1;
  outline: none;
}
body.cq-wcm-edit .tooltip-container {
  display: block;
}
.tooltip-container {
  display: none;
}
.tooltipster-default {
  color: #ffffff;
}
.tooltipster-default h2 {
  color: #ffffff;
}
.tooltipster-default p {
  color: #ffffff;
}
.tooltipster-white {
  color: #333333;
  background-color: #ffffff;
  border: 1px solid #333;
  display: block;
  max-width: 250px;
}
.tooltipster-white .tooltipster-content {
  display: block;
  padding: 16px 20px;
  min-width: 200px;
}
.tooltipster-white .tooltip-wrapper {
  position: relative;
  padding-top: 20px;
}
.tooltipster-white .tooltip-wrapper > a {
  position: absolute;
  right: 5px;
  top: -13px;
  cursor: pointer;
}
.tooltipster-content {
  font-size: 14px;
  line-height: 26px;
  padding: 15px;
  overflow: hidden;
}
.tooltipster-icon {
  cursor: help;
  margin-left: 4px;
}
.tooltipster-default {
  background: #21a0d2;
}
.tooltipster-base {
  padding: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999999;
  pointer-events: auto;
  width: auto;
  overflow: visible;
}
.tooltipster-base .tooltipster-content {
  overflow: hidden;
}
.tooltipster-arrow {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.tooltipster-arrow span {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
}
.tooltipster-arrow-top.tooltipster-arrow {
  top: 1px;
}
.tooltipster-arrow-bottom.tooltipster-arrow {
  top: -1px;
}
.tooltipster-arrow-border {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
}
.tooltipster-arrow-top span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-top: 8px solid;
  bottom: -7px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.tooltipster-arrow-top .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-top: 9px solid;
  bottom: -7px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.tooltipster-arrow-top-right span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-top: 8px solid;
  bottom: -7px;
  right: 6px;
}
.tooltipster-arrow-top-right .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-top: 9px solid;
  bottom: -7px;
  right: 5px;
}
.tooltipster-arrow-top-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-top: 8px solid;
  bottom: -7px;
  left: 6px;
}
.tooltipster-arrow-top-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-top: 9px solid;
  bottom: -7px;
  left: 5px;
}
.tooltipster-arrow-bottom span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-bottom: 8px solid;
  top: -7px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.tooltipster-arrow-bottom .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-bottom: 9px solid;
  top: -7px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.tooltipster-arrow-bottom-right span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-bottom: 8px solid;
  top: -7px;
  right: 6px;
}
.tooltipster-arrow-bottom-right .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-bottom: 9px solid;
  top: -7px;
  right: 5px;
}
.tooltipster-arrow-bottom-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-bottom: 8px solid;
  top: -7px;
  left: 6px;
}
.tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-bottom: 9px solid;
  top: -7px;
  left: 5px;
}
.tooltipster-arrow-left span {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-left: 8px solid;
  top: 20px;
  right: -7px;
}
.tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-left: 8px solid;
  top: 20px;
  right: -7px;
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-left: 9px solid;
  margin-top: -8px;
}
.tooltipster-arrow-right span {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-right: 8px solid;
  top: 20px;
  left: -7px;
}
.tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-right: 8px solid;
  top: 20px;
  left: -7px;
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-right: 9px solid;
  margin-top: -8px;
}
.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
}
.tooltipster-fade-show {
  opacity: 1;
}
.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-backface-visibility: hidden;
}
.tooltipster-grow-show {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -moz-transform: rotateZ(4deg);
  -o-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
}
.tooltipster-swing-show {
  opacity: 1;
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}
.tooltipster-fall {
  top: 0;
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  top: 0 !important;
  opacity: 0;
}
.tooltipster-slide {
  left: -40px;
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  -ms-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  left: 0 !important;
  opacity: 0;
}
.tooltipster-content-changing {
  opacity: .5;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
@media (max-width: 767px) {
  .tooltipster-close-style .tooltipster-content {
    padding-right: 30px;
  }
  .tooltipster-close-style .tooltipster-content:after {
    content: "\e013";
    position: absolute;
    top: 10px;
    font-family: BASFIconFont;
    font-size: 1.5rem;
    font-weight: 400;
    right: 10px;
  }
  .tooltipster-close-style .tooltipster-content:after {
    color: #21a0d2;
  }
}
.button-style.corporate-to-dark-grey,
.button-style.grey-to-dark-grey,
.button-style.transparent,
.button-style.white-to-dark-grey {
  padding: 0 20px;
  line-height: 2.5rem;
  border: none;
  cursor: pointer;
  border-radius: 0;
  font-weight: bold;
  margin-left: 20px;
}
.button-style.corporate-to-dark-grey {
  background-color: #21a0d2;
  color: #ffffff;
}
.button-style.corporate-to-dark-grey:hover {
  background-color: #7c7c7c;
}
.button-style.grey-to-dark-grey {
  background-color: #dcdcdc;
  color: #21a0d2;
}
.button-style.grey-to-dark-grey:hover {
  background-color: #7c7c7c;
  color: #ffffff;
}
.button-style.transparent {
  background-color: transparent;
  color: #21a0d2;
}
.button-style.transparent:hover {
  color: #7c7c7c;
}
.button-style.white-to-dark-grey {
  background-color: #ffffff;
  color: #21a0d2;
}
.button-style.white-to-dark-grey:hover {
  background-color: #7c7c7c;
}
.button-style.pdfbutton-align {
  left: 50%;
  margin-top: 20px;
  position: relative;
  margin-left: -100px;
}
.button-style.corporate-orange {
  --bg-color: #f39500;
  --text-color: #ffffff;
}
.button-style.corporate-pale-orange {
  --bg-color: #feefda;
  --text-color: #333333;
}
.button-style.corporate-red {
  --bg-color: #c50022;
  --text-color: #ffffff;
}
.button-style.corporate-pale-red {
  --bg-color: #f8e0e4;
  --text-color: #333333;
}
.button-style.corporate-darkblue {
  --bg-color: #004a96;
  --text-color: #ffffff;
}
.button-style.corporate-pale-dark-blue {
  --bg-color: #e0e9f2;
  --text-color: #333333;
}
.button-style.corporate-lightblue {
  --bg-color: #21a0d2;
  --text-color: #ffffff;
}
.button-style.corporate-pale-light-blue {
  --bg-color: #e0f2f9;
  --text-color: #333333;
}
.button-style.corporate-darkgreen {
  --bg-color: #00793a;
  --text-color: #ffffff;
}
.button-style.corporate-pale-dark-green {
  --bg-color: #d9ebe2;
  --text-color: #333333;
}
.button-style.corporate-lightgreen {
  --bg-color: #65ac1e;
  --text-color: #ffffff;
}
.button-style.corporate-pale-light-green {
  --bg-color: #e0eed2;
  --text-color: #333333;
}
.button-style.corporate-orange,
.button-style.corporate-red,
.button-style.corporate-darkblue,
.button-style.corporate-lightblue,
.button-style.corporate-darkgreen,
.button-style.corporate-lightgreen,
.button-style.corporate-pale-orange,
.button-style.corporate-pale-red,
.button-style.corporate-pale-dark-blue,
.button-style.corporate-pale-light-blue,
.button-style.corporate-pale-dark-green,
.button-style.corporate-pale-light-green {
  padding: 0 20px;
  line-height: 2.5rem;
  border: none;
  cursor: pointer;
  border-radius: 0;
  font-weight: bold;
  margin-left: 20px;
  background-color: var(--bg-color);
  color: var(--text-color);
}
.button-style.corporate-orange:hover,
.button-style.corporate-red:hover,
.button-style.corporate-darkblue:hover,
.button-style.corporate-lightblue:hover,
.button-style.corporate-darkgreen:hover,
.button-style.corporate-lightgreen:hover,
.button-style.corporate-pale-orange:hover,
.button-style.corporate-pale-red:hover,
.button-style.corporate-pale-dark-blue:hover,
.button-style.corporate-pale-light-blue:hover,
.button-style.corporate-pale-dark-green:hover,
.button-style.corporate-pale-light-green:hover {
  background-color: #dcdcdc;
  color: var(--bg-color);
}
.button-style.corporate-pale-orange:hover,
.button-style.corporate-pale-red:hover,
.button-style.corporate-pale-dark-blue:hover,
.button-style.corporate-pale-light-blue:hover,
.button-style.corporate-pale-dark-green:hover,
.button-style.corporate-pale-light-green:hover {
  color: var(--text-color);
}
.paragraph-style.lead .text {
  margin-bottom: 1.875rem;
}
.paragraph-style.lead .text p {
  color: #7c7c7c;
  font-family: 'Roboto regular', Arial;
  line-height: 1.25rem;
  font-size: .875rem;
  margin-bottom: 0;
  max-height: 2.5rem;
  overflow: hidden;
}
.paragraph-style.force-height-overlay {
  height: inherit;
}
@media screen and (max-width: 479px) {
  .headline-style {
    padding: .5rem;
  }
}
.headline-style.lead .text {
  margin-bottom: 1.875rem;
}
.headline-style.lead .text p {
  color: #7c7c7c;
  font-family: 'Roboto regular', Arial;
  line-height: 1.25rem;
  font-size: .875rem;
  margin-bottom: 0;
  max-height: 2.5rem;
  overflow: hidden;
}
.headline-style.underlined h1 {
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 17px;
  padding: .25em 0;
}
.headline-style.underlined h2 {
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 17px;
  padding: .25em 0;
}
.headline-style.underlined h3 {
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 17px;
  padding: .25em 0;
}
.headline-style.underlined h4 {
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 17px;
  padding: .25em 0;
}
.icon-style {
  font-style: normal;
}
.icon-style.add-to-download-list,
.icon-style.add-to-download-list-circle,
.icon-style.angle-right,
.icon-style.angle-right-circle,
.icon-style.biodegradability,
.icon-style.biodiversity,
.icon-style.blog,
.icon-style.blog-circle,
.icon-style.calendar,
.icon-style.calendar-circle,
.icon-style.climate-change,
.icon-style.close-fullscreen,
.icon-style.close-fullscreen-circle,
.icon-style.comments,
.icon-style.comments-circle,
.icon-style.compare-to-last-year,
.icon-style.compare-to-last-year-circle,
.icon-style.composite,
.icon-style.composite-circle,
.icon-style.contact-person,
.icon-style.contact-person-circle,
.icon-style.cost-savings,
.icon-style.delete,
.icon-style.delete-circle,
.icon-style.download-list,
.icon-style.download-list-circle,
.icon-style.durability,
.icon-style.email,
.icon-style.email-circle,
.icon-style.emissions,
.icon-style.energy,
.icon-style.error-warning,
.icon-style.error-warning-circle,
.icon-style.expand,
.icon-style.expand-circle,
.icon-style.external-link,
.icon-style.external-link-circle,
.icon-style.faq,
.icon-style.faq-circle,
.icon-style.fax,
.icon-style.fax-circle,
.icon-style.film-file,
.icon-style.film-file-circle,
.icon-style.glossary,
.icon-style.glossary-circle,
.icon-style.health-and-safety,
.icon-style.help,
.icon-style.help-circle,
.icon-style.home,
.icon-style.home-circle,
.icon-style.hot-spot,
.icon-style.hot-spot-circle,
.icon-style.image-file,
.icon-style.image-file-circle,
.icon-style.imprint,
.icon-style.imprint-circle,
.icon-style.industrial-facility,
.icon-style.industrial-facility-circle,
.icon-style.information,
.icon-style.information-circle,
.icon-style.jobs,
.icon-style.jobs-circle,
.icon-style.lab,
.icon-style.lab-circle,
.icon-style.language,
.icon-style.language-circle,
.icon-style.list-view,
.icon-style.list-view-circle,
.icon-style.location,
.icon-style.location-circle,
.icon-style.location-marker,
.icon-style.location-marker-circle,
.icon-style.logged-in,
.icon-style.logged-in-circle,
.icon-style.login,
.icon-style.login-circle,
.icon-style.molecular-structure,
.icon-style.molecular-structure-circle,
.icon-style.news,
.icon-style.news-circle,
.icon-style.office,
.icon-style.office-circle,
.icon-style.ok-validation,
.icon-style.ok-validation-circle,
.icon-style.open-fullscreen,
.icon-style.open-fullscreen-circle,
.icon-style.play,
.icon-style.play-circle,
.icon-style.presentation,
.icon-style.presentation-circle,
.icon-style.press-release,
.icon-style.press-release-circle,
.icon-style.preview,
.icon-style.preview-circle,
.icon-style.print,
.icon-style.print-circle,
.icon-style.rating,
.icon-style.rating-circle,
.icon-style.renewables,
.icon-style.ressource-efficiency,
.icon-style.settings,
.icon-style.settings-circle,
.icon-style.share-graphs,
.icon-style.share-graphs-circle,
.icon-style.share-statistics-bars,
.icon-style.share-statistics-bars-circle,
.icon-style.shopping-cart,
.icon-style.shopping-cart-circle,
.icon-style.sitemap,
.icon-style.sitemap-circle,
.icon-style.sound-off,
.icon-style.sound-off-circle,
.icon-style.sound-on,
.icon-style.sound-on-circle,
.icon-style.target,
.icon-style.target-circle,
.icon-style.telephone,
.icon-style.telephone-circle,
.icon-style.thumbnails-view,
.icon-style.thumbnails-view-circle,
.icon-style.trend-continuing,
.icon-style.trend-continuing-circle,
.icon-style.trend-descending,
.icon-style.trend-descending-circle,
.icon-style.trend-rising,
.icon-style.trend-rising-circle,
.icon-style.tv-footage,
.icon-style.tv-footage-circle,
.icon-style.un-goals,
.icon-style.waste-reduction,
.icon-style.water,
.icon-style.web-cast,
.icon-style.web-cast-circle,
.icon-style.world,
.icon-style.world-circle {
  font-family: BASFIconFont;
}
.icon-style.add-new,
.icon-style.add-circle-new,
.icon-style.arrow-back-new,
.icon-style.arrow-down-new,
.icon-style.arrow-dropdown-down-new,
.icon-style.arrow-dropdown-up-new,
.icon-style.arrow-forward-new,
.icon-style.arrow-jump-back-new,
.icon-style.arrow-up-new,
.icon-style.attachment-new,
.icon-style.attention-new,
.icon-style.bookmark-new,
.icon-style.calendar-new,
.icon-style.cart-new,
.icon-style.check-new,
.icon-style.check-circle-new,
.icon-style.close-new,
.icon-style.close-circle-new,
.icon-style.comment-new,
.icon-style.icon-download,
.icon-style.download-new,
.icon-style.edit-new,
.icon-style.eye-new,
.icon-style.facebook-new,
.icon-style.filter-new,
.icon-style.flickr-new,
.icon-style.full-view-new,
.icon-style.full-view-end-new,
.icon-style.google-plus-new,
.icon-style.heart-new,
.icon-style.home-new,
.icon-style.instagram-new,
.icon-style.key-new,
.icon-style.letter-new,
.icon-style.Link-circle-new,
.icon-style.linked-in-new,
.icon-style.location-new,
.icon-style.lock-new,
.icon-style.lock-open-new,
.icon-style.menu-new,
.icon-style.messenger-new,
.icon-style.mobile-new,
.icon-style.more-options-new,
.icon-style.movie-new,
.icon-style.notification-new,
.icon-style.pause-new,
.icon-style.pause-circle-new,
.icon-style.pdf-new,
.icon-style.picture-new,
.icon-style.picture-slideshow-new,
.icon-style.pinterest-new,
.icon-style.print-new,
.icon-style.question-new,
.icon-style.reload-new,
.icon-style.remove-new,
.icon-style.remove-circle-new,
.icon-style.renren-new,
.icon-style.search-new,
.icon-style.send-new,
.icon-style.settings-new,
.icon-style.share-new,
.icon-style.slide-share-new,
.icon-style.star-new,
.icon-style.tap-new,
.icon-style.trash-new,
.icon-style.twitter-new,
.icon-style.upload-new,
.icon-style.user-new,
.icon-style.wechat-new,
.icon-style.weibo-new,
.icon-style.whats-app-new,
.icon-style.world-new,
.icon-style.xing-new,
.icon-style.Youku-new,
.icon-style.youtube-new {
  font-family: BASFIconFontNewStyle;
}
.icon-style.add-new:before {
  content: "\e901";
}
.icon-style.add-circle-new:before {
  content: "\e900";
}
.icon-style.add-to-download-list:before {
  content: "\e072";
}
.icon-style.add-to-download-list-circle:before {
  content: "\e073";
}
.icon-style.angle-right:before {
  content: "\e002";
}
.icon-style.angle-right-circle:before {
  content: "\e003";
}
.icon-style.arrow-back-new:before {
  content: "\e902";
}
.icon-style.arrow-down-new:before {
  content: "\e903";
}
.icon-style.arrow-dropdown-down-new:before {
  content: "\e904";
}
.icon-style.arrow-dropdown-up-new:before {
  content: "\e905";
}
.icon-style.arrow-forward-new:before {
  content: "\e906";
}
.icon-style.arrow-jump-back-new:before {
  content: "\e907";
}
.icon-style.arrow-up-new:before {
  content: "\e908";
}
.icon-style.attachment-new:before {
  content: "\e909";
}
.icon-style.attention-new:before {
  content: "\e90a";
}
.icon-style.biodegradability:before {
  content: "\e102";
}
.icon-style.biodiversity:before {
  content: "\e104";
}
.icon-style.blog:before {
  content: "\e092";
}
.icon-style.blog-circle:before {
  content: "\e093";
}
.icon-style.bookmark-new:before {
  content: "\e90b";
}
.icon-style.calendar:before {
  content: "\e034";
}
.icon-style.calendar-new:before {
  content: "\e90c";
}
.icon-style.calendar-circle:before {
  content: "\e035";
}
.icon-style.cart-new:before {
  content: "\e90d";
}
.icon-style.check-new:before {
  content: "\e90f";
}
.icon-style.check-circle-new:before {
  content: "\e90e";
}
.icon-style.climate-change:before {
  content: "\e106";
}
.icon-style.close-new:before {
  content: "\e911";
}
.icon-style.close-circle-new:before {
  content: "\e910";
}
.icon-style.close-fullscreen:before {
  content: "\e07a";
}
.icon-style.close-fullscreen-circle:before {
  content: "\e07b";
}
.icon-style.comment-new:before {
  content: "\e912";
}
.icon-style.comments:before {
  content: "\e02a";
}
.icon-style.comments-circle:before {
  content: "\e02b";
}
.icon-style.compare-to-last-year:before {
  content: "\e060";
}
.icon-style.compare-to-last-year-circle:before {
  content: "\e061";
}
.icon-style.composite:before {
  content: "\e04e";
}
.icon-style.composite-circle:before {
  content: "\e04f";
}
.icon-style.contact-person:before {
  content: "\e06e";
}
.icon-style.contact-person-circle:before {
  content: "\e06e";
}
.icon-style.cost-savings:before {
  content: "\e108";
}
.icon-style.delete:before {
  content: "\e02c";
}
.icon-style.delete-circle:before {
  content: "\e02d";
}
.icon-style.download-new:before {
  content: "\e913";
}
.icon-style.icon-download:before {
  content: "\e913";
}
.icon-style.download-list:before {
  content: "\e070";
}
.icon-style.download-list-circle:before {
  content: "\e071";
}
.icon-style.durability:before {
  content: "\e10a";
}
.icon-style.edit-new:before {
  content: "\e914";
}
.icon-style.email:before {
  content: "\e024";
}
.icon-style.email-circle:before {
  content: "\e025";
}
.icon-style.emissions:before {
  content: "\e10c";
}
.icon-style.energy:before {
  content: "\e10e";
}
.icon-style.error-warning:before {
  content: "\e014";
}
.icon-style.error-warning-circle:before {
  content: "\e015";
}
.icon-style.expand:before {
  content: "\e084";
}
.icon-style.expand-circle:before {
  content: "\e085";
}
.icon-style.external-link:before {
  content: "\e016";
}
.icon-style.external-link-circle:before {
  content: "\e017";
}
.icon-style.eye-new:before {
  content: "\e915";
}
.icon-style.facebook-new:before {
  content: "\e916";
}
.icon-style.faq:before {
  content: "\e058";
}
.icon-style.faq-circle:before {
  content: "\e059";
}
.icon-style.fax:before {
  content: "\e076";
}
.icon-style.fax-circle:before {
  content: "\e077";
}
.icon-style.film-file:before {
  content: "\e04c";
}
.icon-style.film-file-circle:before {
  content: "\e04d";
}
.icon-style.filter-new:before {
  content: "\e917";
}
.icon-style.flickr-new:before {
  content: "\e918";
}
.icon-style.full-view-new:before {
  content: "\e91a";
}
.icon-style.full-view-end-new:before {
  content: "\e919";
}
.icon-style.glossary:before {
  content: "\e05e";
}
.icon-style.glossary-circle:before {
  content: "\e05f";
}
.icon-style.google-plus-new:before {
  content: "\e91b";
}
.icon-style.health-and-safety:before {
  content: "\e110";
}
.icon-style.heart-new:before {
  content: "\e91c";
}
.icon-style.help:before {
  content: "\e010";
}
.icon-style.help-circle:before {
  content: "\e011";
}
.icon-style.home-new:before {
  content: "\e91d";
}
.icon-style.home-circle:before {
  content: "\e033";
}
.icon-style.hot-spot:before {
  content: "\e080";
}
.icon-style.hot-spot-circle:before {
  content: "\e081";
}
.icon-style.image-file:before {
  content: "\e056";
}
.icon-style.image-file-circle:before {
  content: "\e057";
}
.icon-style.imprint:before {
  content: "\e042";
}
.icon-style.imprint-circle:before {
  content: "\e043";
}
.icon-style.industrial-facility:before {
  content: "\e03e";
}
.icon-style.industrial-facility-circle:before {
  content: "\e03f";
}
.icon-style.information:before {
  content: "\e00e";
}
.icon-style.information-circle:before {
  content: "\e00f";
}
.icon-style.instagram-new:before {
  content: "\e91e";
}
.icon-style.jobs:before {
  content: "\e074";
}
.icon-style.jobs-circle:before {
  content: "\e075";
}
.icon-style.key-new:before {
  content: "\e91f";
}
.icon-style.lab:before {
  content: "\e036";
}
.icon-style.lab-circle:before {
  content: "\e037";
}
.icon-style.language:before {
  content: "\e07c";
}
.icon-style.language-circle:before {
  content: "\e07d";
}
.icon-style.letter-new:before {
  content: "\e920";
}
.icon-style.Link-circle-new:before {
  content: "\e921";
}
.icon-style.linked-in-new:before {
  content: "\e922";
}
.icon-style.list-view:before {
  content: "\e030";
}
.icon-style.list-view-circle:before {
  content: "\e031";
}
.icon-style.location:before {
  content: "\e086";
}
.icon-style.location-new:before {
  content: "\e923";
}
.icon-style.location-circle:before {
  content: "\e087";
}
.icon-style.location-marker:before {
  content: "\e088";
}
.icon-style.location-marker-circle:before {
  content: "\e089";
}
.icon-style.lock-new:before {
  content: "\e925";
}
.icon-style.lock-open-new:before {
  content: "\e924";
}
.icon-style.logged-in:before {
  content: "\e022";
}
.icon-style.logged-in-circle:before {
  content: "\e023";
}
.icon-style.login:before {
  content: "\e020";
}
.icon-style.login-circle:before {
  content: "\e021";
}
.icon-style.menu-new:before {
  content: "\e926";
}
.icon-style.messenger-new:before {
  content: "\e927";
}
.icon-style.mobile-new:before {
  content: "\e92a";
}
.icon-style.molecular-structure:before {
  content: "\e040";
}
.icon-style.molecular-structure-circle:before {
  content: "\e041";
}
.icon-style.more-options-new:before {
  content: "\e92b";
}
.icon-style.movie-new:before {
  content: "\e92c";
}
.icon-style.news:before {
  content: "\e08a";
}
.icon-style.news-circle:before {
  content: "\e08b";
}
.icon-style.notification-new:before {
  content: "\e92d";
}
.icon-style.office:before {
  content: "\e05a";
}
.icon-style.office-circle:before {
  content: "\e05b";
}
.icon-style.ok-validation:before {
  content: "\e082";
}
.icon-style.ok-validation-circle:before {
  content: "\e083";
}
.icon-style.open-fullscreen:before {
  content: "\e078";
}
.icon-style.open-fullscreen-circle:before {
  content: "\e079";
}
.icon-style.pause-new:before {
  content: "\e92f";
}
.icon-style.pause-circle-new:before {
  content: "\e92e";
}
.icon-style.pdf-new:before {
  content: "\e930";
}
.icon-style.picture-new:before {
  content: "\e932";
}
.icon-style.picture-slideshow-new:before {
  content: "\e931";
}
.icon-style.pinterest-new:before {
  content: "\e93c";
}
.icon-style.play:before {
  content: "\e090";
}
.icon-style.play-circle:before {
  content: "\e091";
}
.icon-style.presentation:before {
  content: "\e08c";
}
.icon-style.presentation-circle:before {
  content: "\e08d";
}
.icon-style.press-release:before {
  content: "\e06a";
}
.icon-style.press-release-circle:before {
  content: "\e06b";
}
.icon-style.preview:before {
  content: "\e06c";
}
.icon-style.preview-circle:before {
  content: "\e06d";
}
.icon-style.print:before {
  content: "\e028";
}
.icon-style.print-new:before {
  content: "\e933";
}
.icon-style.print-circle:before {
  content: "\e029";
}
.icon-style.question-new:before {
  content: "\e934";
}
.icon-style.rating:before {
  content: "\e03c";
}
.icon-style.rating-circle:before {
  content: "\e03d";
}
.icon-style.reload-new:before {
  content: "\e935";
}
.icon-style.remove-new:before {
  content: "\e929";
}
.icon-style.remove-circle-new:before {
  content: "\e928";
}
.icon-style.renewables:before {
  content: "\e118";
}
.icon-style.renren-new:before {
  content: "\e936";
}
.icon-style.ressource-efficiency:before {
  content: "\e112";
}
.icon-style.search-new:before {
  content: "\e937";
}
.icon-style.send-new:before {
  content: "\e938";
}
.icon-style.settings:before {
  content: "\e038";
}
.icon-style.settings-new:before {
  content: "\e939";
}
.icon-style.settings-circle:before {
  content: "\e039";
}
.icon-style.share-new:before {
  content: "\e93a";
}
.icon-style.share-graphs:before {
  content: "\e054";
}
.icon-style.share-graphs-circle:before {
  content: "\e055";
}
.icon-style.share-statistics-bars:before {
  content: "\e052";
}
.icon-style.share-statistics-bars-circle:before {
  content: "\e053";
}
.icon-style.shopping-cart:before {
  content: "\e050";
}
.icon-style.shopping-cart-circle:before {
  content: "\e051";
}
.icon-style.sitemap:before {
  content: "\e05c";
}
.icon-style.sitemap-circle:before {
  content: "\e05d";
}
.icon-style.slide-share-new:before {
  content: "\e93b";
}
.icon-style.sound-off:before {
  content: "\e04a";
}
.icon-style.sound-off-circle:before {
  content: "\e04b";
}
.icon-style.sound-on:before {
  content: "\e048";
}
.icon-style.sound-on-circle:before {
  content: "\e049";
}
.icon-style.star-new:before {
  content: "\e93f";
}
.icon-style.tap-new:before {
  content: "\e940";
}
.icon-style.target:before {
  content: "\e046";
}
.icon-style.target-circle:before {
  content: "\e047";
}
.icon-style.telephone:before {
  content: "\e026";
}
.icon-style.telephone-circle:before {
  content: "\e027";
}
.icon-style.thumbnails-view:before {
  content: "\e02e";
}
.icon-style.thumbnails-view-circle:before {
  content: "\e02f";
}
.icon-style.trash-new:before {
  content: "\e943";
}
.icon-style.trend-continuing:before {
  content: "\e066";
}
.icon-style.trend-continuing-circle:before {
  content: "\e067";
}
.icon-style.trend-descending:before {
  content: "\e062";
}
.icon-style.trend-descending-circle:before {
  content: "\e063";
}
.icon-style.trend-rising:before {
  content: "\e064";
}
.icon-style.trend-rising-circle:before {
  content: "\e065";
}
.icon-style.tv-footage:before {
  content: "\e068";
}
.icon-style.tv-footage-circle:before {
  content: "\e069";
}
.icon-style.twitter-new:before {
  content: "\e94c";
}
.icon-style.un-goals:before {
  content: "\e114";
}
.icon-style.upload-new:before {
  content: "\e944";
}
.icon-style.user-new:before {
  content: "\e945";
}
.icon-style.waste-reduction:before {
  content: "\e116";
}
.icon-style.water:before {
  content: "\e100";
}
.icon-style.web-cast:before {
  content: "\e044";
}
.icon-style.web-cast-circle:before {
  content: "\e045";
}
.icon-style.wechat-new:before {
  content: "\e946";
}
.icon-style.weibo-new:before {
  content: "\e947";
}
.icon-style.whats-app-new:before {
  content: "\e948";
}
.icon-style.world:before {
  content: "\e03a";
}
.icon-style.world-new:before {
  content: "\e949";
}
.icon-style.world-circle:before {
  content: "\e03b";
}
.icon-style.xing-new:before {
  content: "\e94a";
}
.icon-style.Youku-new:before {
  content: "\e94b";
}
.icon-style.youtube-new:before {
  content: "\e93e";
}
.link-style.heading {
  font-family: 'Roboto regular', Arial;
  border-bottom: 1px solid #dcdcdc;
  display: block;
  font-size: 1.5rem;
  font-weight: 100;
  line-height: 2rem;
  margin-bottom: 17px !important;
  padding: 0.25em 0;
}
.link-style.copy-link {
  font-size: 0.75rem;
  line-height: 0.75rem;
}
.link-style.open-accordion {
  color: #21a0d2;
}
.link-style.product-link .external-link-circle {
  display: none;
}
.link-style.corporate-orange {
  --text-color: #f39500;
}
.link-style.corporate-red {
  --text-color: #c50022;
}
.link-style.corporate-darkblue {
  --text-color: #004a96;
}
.link-style.corporate-lightblue {
  --text-color: #21a0d2;
}
.link-style.corporate-darkgreen {
  --text-color: #00793a;
}
.link-style.corporate-lightgreen {
  --text-color: #65ac1e;
}
.link-style.corporate-orange,
.link-style.corporate-red,
.link-style.corporate-darkblue,
.link-style.corporate-lightblue,
.link-style.corporate-darkgreen,
.link-style.corporate-lightgreen {
  color: var(--text-color);
}
.link-style.corporate-orange:hover,
.link-style.corporate-red:hover,
.link-style.corporate-darkblue:hover,
.link-style.corporate-lightblue:hover,
.link-style.corporate-darkgreen:hover,
.link-style.corporate-lightgreen:hover {
  color: var(--text-grey);
}
.link-item {
  width: 100%;
}
#page-footer .footer-nav-section .link-list-group.horizontal .link-item,
.link-list-group.horizontal .link-item {
  display: inline;
  padding-left: 2px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  #page-footer .footer-nav-section .link-list-group.horizontal .link-item,
  .link-list-group.horizontal .link-item {
    margin-bottom: 1rem !important;
    width: auto;
    line-height: 0.75rem;
    display: inline-block;
    margin-right: -3px;
  }
  #page-footer .footer-nav-section .link-list-group.horizontal .link-item a,
  .link-list-group.horizontal .link-item a {
    padding-left: unset;
    font-weight: unset;
    margin-bottom: unset;
    line-height: unset;
    display: unset;
    margin-right: unset;
  }
}
.basf-standard-grid-style.mobile-one-column,
.basf-standard-grid-style.tablet-one-column,
.basf-standard-grid-style.auto-adjust-width {
  color: black;
}
@media screen and (max-width: 479px) {
  .basf-standard-grid.mobile-one-column > .grid > .grid-row > .grid-column {
    flex: 0 0 100%!important;
  }
}
.basf-standard-grid.mobile-one-column .link-list-group.vertical {
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .basf-standard-grid.tablet-one-column > .grid > .grid-row > .grid-column,
  .basf-standard-grid.auto-adjust-width > .grid > .grid-row > .grid-column {
    flex: 0 0 100%!important;
  }
}
.basf-standard-grid.tablet-one-column .link-list-group.vertical,
.basf-standard-grid.auto-adjust-width .link-list-group.vertical {
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .basf-standard-grid.auto-adjust-width [data-columns='2'] > .grid-row > .grid-column {
    flex-grow: 1 !important;
  }
  .basf-standard-grid.auto-adjust-width [data-columns='2'] > .grid-row > .grid-column:first-child {
    -ms-flex-preferred-size: auto!important;
    flex-basis: auto!important;
  }
}
#living-acre-resources .text-image .image-align-left img,
#living-acre-resources .text-image .image-align-left,
#living-acre-resources .grid-column {
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .agriculture .basf-standard-grid .grid[data-columns='4'] .grid-column,
  .agriculture .basf-standard-grid .grid[data-columns='3'] .grid-column,
  .agriculture .basf-standard-grid .grid[data-columns='2'] .grid-column {
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
  }
}
.agriculture a {
  color: #21a0d2;
}
.agriculture a:hover {
  color: #7c7c7c;
}
.agriculture .basf-component.product-description {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.ag__global-site .agriculture .basf-component.product-description {
  margin-top: 0;
}
.ag__global-site .agriculture .basf-component.product-description p {
  font-size: 1.25rem;
  line-height: 1.6rem;
}
@media screen and (max-width: 991px) {
  .ag__global-site .agriculture .basf-component.product-description p {
    font-size: 1rem;
    line-height: 1.3rem;
  }
}
.agriculture .basf-component.product-description p {
  color: #7c7c7c;
  font-size: 1.5rem;
  line-height: 1.875rem;
}
.agriculture .basf-component.teaser-component.promo-tile.product.product-downloads .tile,
.agriculture .basf-component.teaser-component.promo-tile.product.product-labels .tile {
  height: 100%;
}
.agriculture .basf-component.teaser-component.promo-tile.product.product-downloads .tile h2.teaser-title,
.agriculture .basf-component.teaser-component.promo-tile.product.product-labels .tile h2.teaser-title {
  color: #333333;
}
@media screen and (max-width: 479px) {
  .agriculture .copytext p {
    word-break: break-word;
  }
}
.agriculture table tr td,
.agriculture table tr th {
  border-left: 1px solid #ffffff;
}
.agriculture table tr td:first-child,
.agriculture table tr th:first-child {
  border-left: none;
}
@media screen and (max-width: 767px) {
  .engenia .basf-standard-grid .grid[data-columns='4'] .grid-column,
  .engenia .basf-standard-grid .grid[data-columns='3'] .grid-column,
  .engenia .basf-standard-grid .grid[data-columns='2'] .grid-column {
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
  }
}
.engenia .basf-section[data-accordion=true] > .content > a:active:hover > h2,
.engenia .basf-section[data-accordion=true] > .content > a:link > h2,
.engenia .basf-section[data-accordion=true] > .content > a > h2 {
  margin: 0;
  color: #000000;
  font-size: 28px;
}
.engenia .basf-section[data-accordion=true] > .content > a:active:hover > h2:after,
.engenia .basf-section[data-accordion=true] > .content > a:link > h2:after,
.engenia .basf-section[data-accordion=true] > .content > a > h2:after {
  color: #000000;
}
.engenia .basf-section[data-accordion=true] > .content {
  margin: 15px auto;
}
#header-location-box [cmp-language-switch],
#header-location-box [cmp-language-switch-v2] {
  display: flex;
}
#header-location-box #header-language-switcher,
#header-location-box .header-language-switcher {
  display: flex;
  padding-left: 5px;
  margin-top: 0;
}
#header-location-box #header-language-switcher > li,
#header-location-box .header-language-switcher > li {
  display: inline;
  list-style: none;
  margin: 0;
}
#header-location-box #header-language-switcher > li::after,
#header-location-box .header-language-switcher > li::after {
  content: "|";
  color: transparent;
  font-family: 'Roboto regular', Arial;
  display: inline-block;
  padding: .3rem .3rem 0 0;
}
#header-location-box #header-language-switcher > li:not(:last-child)::after,
#header-location-box .header-language-switcher > li:not(:last-child)::after {
  color: #ffffff;
}
#header-location-box #header-language-switcher > li a,
#header-location-box .header-language-switcher > li a {
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 .5rem;
  background-color: transparent;
  width: auto;
  line-height: normal;
  height: auto;
}
#header-location-box #header-language-switcher > li a.loc-btn,
#header-location-box .header-language-switcher > li a.loc-btn {
  text-decoration: underline;
  text-transform: lowercase;
}
#header-location-box .wrapper {
  position: absolute;
  top: 48px;
  left: 0;
  display: none;
  color: #333333;
}
#header-location-box .wrapper.opened {
  border-bottom: none;
  box-shadow: inset 0px 1px 8px -2px rgba(80, 80, 80, 0.5);
}
#header-location-box .wrapper .inner {
  padding: 1.2rem 1rem .5rem;
}
#header-location-box .wrapper .language-list {
  display: flex;
  align-items: baseline;
  margin: 0;
}
#header-location-box .wrapper .language-list li:not(:last-child)::after {
  color: #333333;
}
#header-location-box .wrapper .language-list a {
  color: #333333;
  padding: 0;
  margin: 0 .5rem;
}
#header-location-box .wrapper .language-list a:hover {
  border-bottom: 3px solid #21a0d2;
}
#header-location-box .wrapper .language-list a.active {
  border-bottom: 3px solid #333333;
}
#header-location-box .wrapper .input-container {
  margin-bottom: 1rem;
}
#header-location-box .wrapper .input-container label {
  display: block;
}
#header-location-box .wrapper .input-container .error-msg {
  display: none;
  color: #c50022;
  margin-top: 5px;
}
#header-location-box .wrapper .input-container input {
  width: 200px;
  font-size: 1rem;
  color: #333333;
  border: none;
  padding: .5rem;
  background-color: #ffffff;
}
#header-location-box .wrapper .input-container input.error-warning {
  border: 1px solid #c50022;
  background-color: rgba(208, 2, 27, 0.1);
  color: #c50022;
}
#header-location-box .wrapper .input-container input.error-warning ~ .error-msg {
  display: block;
}
.showcaseplots__headerCnt .image.logo,
.showcaseplots__headerCnt .showcaseplots__headerSearchBtn,
.cmp-navigation__item-link span:before {
  background-color: #21a0d2 !important;
}
#site-navigation .title-bar a.title {
  font-size: 2rem !important;
  text-transform: capitalize !important;
}
.site-navigation .title-bar {
  margin-top: 34px !important;
}
.header {
  background-color: transparent;
  position: relative;
}
.header .top-header {
  padding: 11px 16px;
  display: flex;
  background-color: #21a0d2;
}
.header .top-header .header-flag {
  margin-top: 5px;
}
.header .header-menu {
  margin-left: auto;
  background-color: #21a0d2;
  color: #FFFFFF;
  display: flex;
}
.header .header-menu .link-list .link-item {
  font-family: 'Roboto regular', Arial;
  font-weight: bold;
  line-height: 17px;
  font-size: 14px;
  padding: 0;
  white-space: nowrap;
}
.header .header-menu .link-list .link-item a,
.header .header-menu .link-list .link-item button {
  color: #FFFFFF;
  font-family: 'Roboto regular', Arial;
  text-decoration: none;
  line-height: 17px;
  font-size: 14px;
  text-transform: uppercase;
}
.header .header-menu .link-list .link-item a .icon,
.header .header-menu .link-list .link-item button .icon {
  margin: 0;
}
.header .header-menu .link-list .link-item:not(:last-child)::after {
  content: "|";
  color: #dcdcdc;
  font-family: 'Roboto regular', Arial;
  display: inline-block;
  padding: 0 .6rem;
}
.header .header-menu .content .accordion-content .main .aem-Grid {
  display: flex;
}
.header .site-nav {
  display: flex;
  width: 100%;
}
.header .site-nav .basf-logo {
  height: 50px;
  width: auto;
  margin: 30px 40px;
}
.header .site-nav .site-nav-menu {
  margin: 35px 0 16px;
  flex-grow: 1;
}
.header .site-nav .site-nav-menu .site-navigation .main-menu {
  background: transparent;
  margin: 0;
}
.header .site-nav .site-nav-menu .site-navigation .main-menu li {
  padding: 0 15px;
}
.header .site-nav .site-nav-menu .site-navigation .main-menu li a {
  font-family: 'Roboto bold', Arial;
  font-size: 0.875rem;
  letter-spacing: 1.35px;
  text-decoration: none;
  text-transform: uppercase;
  color: #333333;
  padding: 0;
}
.header .site-nav .site-nav-menu .site-navigation .main-menu li a:hover {
  color: #65ac1e;
  border-bottom: 5px solid #65ac1e;
}
.header .site-nav .site-nav-menu .site-navigation .main-menu li .subnav-wrapper {
  background-color: #f0f0f0;
  border-bottom: none;
  width: 100vw;
  text-align: center;
}
.header .site-nav .site-nav-menu .site-navigation .main-menu li .subnav {
  display: flex;
  width: auto;
  background-color: #f0f0f0;
}
.header .site-nav .site-nav-menu .site-navigation .main-menu li .subnav .header {
  display: none;
}
@media screen and (max-width: 991px) {
  .header .site-nav .basf-logo {
    height: 30px;
    width: auto;
    margin: .5rem;
  }
  .header .site-nav .site-nav-menu {
    display: none;
  }
}
.header #global-navigation-xf {
  display: flex;
  width: 100%;
  font-family: 'Roboto bold', Arial;
  font-size: 0.875rem;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #f0f0f0;
}
@media screen and (max-width: 991px) {
  .header #global-navigation-xf {
    padding: 10px 10px 0;
    background-color: #ffffff;
  }
}
.header #global-navigation-xf .hamburger-menu {
  text-align: right;
  font-size: .875rem;
  font-weight: normal;
}
.header #global-navigation-xf .hamburger-menu button {
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: #333333;
  cursor: pointer;
  font-family: BASFIconFontNewStyle;
  font-weight: normal !important;
  height: 45px;
  line-height: normal;
  margin: 0 !important;
  margin-right: 10px !important;
  outline: 0;
  padding: 10px;
  width: 40px;
}
.header #global-navigation-xf .hamburger-menu button:before {
  content: "\e926";
  font-size: 22px;
}
.header #global-navigation-xf .hamburger-menu button:hover {
  color: #21a0d2 !important;
}
.header #global-navigation-xf .hamburger-menu button.active {
  background-color: #f0f0f0;
  color: #000000 !important;
}
.header #global-navigation-xf .hamburger-menu button.active::before {
  content: "\e910";
}
@media screen and (max-width: 479px) {
  .header #global-navigation-xf .hamburger-menu span {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .header #global-navigation-xf .hamburger-menu {
    display: none;
  }
}
.header #global-navigation-xf .mobile-nav {
  top: 155px;
  right: 0;
  overflow-x: hidden;
}
.header #global-navigation-xf .mobile-nav .menu-hide {
  position: absolute;
  transform: translateX(200vw);
}
.header #global-navigation-xf .tools-menu label {
  display: flex;
  align-items: center;
  margin-right: 1rem;
  text-transform: uppercase;
}
.header #global-navigation-xf .tools-menu button {
  background-color: transparent;
  border: none;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  line-height: 2.5rem;
  text-transform: uppercase;
}
.header #global-navigation-xf .tools-menu button span {
  padding: .7rem!important;
}
.header .global-nav-searchbar-container {
  top: 55px;
}
.header #header-location-box,
.header #header-nav-box {
  color: #FFFFFF;
  font-size: 14px;
  letter-spacing: -0.26px;
  line-height: 17px;
  display: flex;
}
.header #header-location-box #header-language-switcher,
.header #header-nav-box #header-language-switcher {
  margin: 0;
}
.header #header-location-box p,
.header #header-nav-box p {
  padding: 0;
  margin: 0;
}
.header #change-location-button {
  padding-left: 10px;
  font-size: 12px;
  color: #ffffff;
}
.header .vert-line {
  margin-right: 7px;
  font-weight: 100;
}
.header .bold-text {
  font-weight: bold;
}
.header .med-text {
  font-size: 14;
}
.header .search-icon {
  margin-right: 10px;
}
@media screen and (max-width: 991px) {
  .header .top-header {
    display: none;
  }
  .header #header-location-box {
    margin-bottom: 10px;
  }
}
#header-location-box .wrapper.opened {
  z-index: 1000;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .header .top-header .header-flag {
    margin-top: 0;
  }
  .header .top-header {
    display: block;
    padding: 6px 8px;
  }
  .header #header-location-box #header-language-switcher,
  .header #header-nav-box #header-language-switcher {
    flex-wrap: wrap;
  }
  #header-location-box #header-language-switcher > li,
  #header-location-box .header-language-switcher > li {
    flex: 1 1 100%;
    text-align: left;
  }
  #header-location-box #header-language-switcher > li span,
  #header-location-box .header-language-switcher > li span {
    padding-left: 5px;
  }
  #header-location-box #header-language-switcher > li::after,
  #header-location-box .header-language-switcher > li::after {
    content: none;
  }
  .header .header-menu .link-list .link-item {
    margin-bottom: .5rem!important;
  }
  #header-location-box .wrapper {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .showcaseplots__headerCnt .showcaseplots__headerSearchBtn {
    background: none!important;
  }
}
header.header .main-header .masthead {
  justify-content: space-between;
}
header.header .main-header .masthead .authentication-floater-container {
  display: flex;
  position: relative;
  align-items: center;
  cursor: pointer;
}
header.header .main-header .masthead .authentication-floater-container span {
  font-weight: 900;
  color: #fff;
  font-size: 16px;
  vertical-align: middle;
}
header.header .main-header .masthead .authentication-floater-container .login-floater {
  box-shadow: 0px 0px 9px 6px rgba(163, 163, 163, 0.2);
  position: absolute;
  top: 60px;
  right: 0;
  background-color: #FFF;
  padding: 30px;
  width: 450px;
  min-height: 500px;
  z-index: 100;
}
@media (max-width: 767px) {
  header.header .main-header .masthead .authentication-floater-container .login-floater {
    width: 300px;
  }
}
header.header .main-header .masthead .authentication-floater-container .login-floater .modal-close-container {
  display: flex;
  justify-content: flex-end;
}
header.header .main-header .masthead .authentication-floater-container .login-floater .modal-close-container span {
  color: black !important;
}
header.header .main-header .masthead .authentication-floater-container .login-floater h2 {
  color: #333333 !important;
  text-align: center;
  font-size: 40px;
  font-weight: 900;
}
@media (max-width: 767px) {
  header.header .main-header .masthead .authentication-floater-container .login-floater h2 {
    font-size: 20px;
  }
}
header.header .main-header .masthead .authentication-floater-container .login-floater .border-para {
  color: #333333 !important;
  text-align: center;
  width: 250px;
  margin: 0px auto;
  padding: 0px !important;
  font-weight: 900;
  font-size: 18px;
}
@media (max-width: 767px) {
  header.header .main-header .masthead .authentication-floater-container .login-floater .border-para {
    font-size: 18px;
  }
}
header.header .main-header .masthead .authentication-floater-container .login-floater .account-deatils {
  border-top: 3px solid #f0f0f0;
  border-bottom: 3px solid #f0f0f0;
  margin: 30px auto;
  width: 100%;
  padding: 30px 0px;
}
header.header .main-header .masthead .authentication-floater-container .login-floater .account-deatils a {
  display: inline-block;
  width: 100%;
  background-color: #f0f0f0;
  color: #333333 !important;
  padding: 10px;
  margin-bottom: 30px;
  border: none !important;
  height: auto;
  text-align: center;
}
header.header .main-header .masthead .authentication-floater-container .login-floater .account-deatils a:nth-child(3) {
  margin-bottom: 0px;
}
header.header .main-header .masthead .authentication-floater-container .login-floater .account-deatils button {
  display: inline-block;
  width: 100%;
  background-color: #f0f0f0;
  color: #333333 !important;
  padding: 10px;
  margin-bottom: 30px;
  border: none !important;
}
header.header .main-header .masthead .authentication-floater-container .login-floater .signOututton {
  padding: 10px 0px;
  color: #fff !important;
  display: inline-block;
  border: none !important;
  width: 100%;
  background-color: #21a0d2;
}
.modal-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100vh;
  justify-content: center;
  align-self: center;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}
* {
  padding: 0px;
  margin: 0px;
}
a:hover {
  text-decoration: none;
  text-emphasis: none;
}
.label-container {
  display: block;
  position: relative;
  padding-left: 35px;
  padding-bottom: 10px;
  padding-top: 10px;
  margin-bottom: 12px;
  margin-top: 12px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Roboto regular', Arial;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
}
.label-container:hover input ~ .checkmark {
  background-color: #ccc;
}
.label-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
}
.label-container input::after {
  content: "";
  position: absolute;
  display: none;
}
.label-container input:checked ~ .checkmark {
  background-color: #f0f0f0;
  border: 1px solid #dcdcdc;
}
.label-container input:checked ~ .checkmark:after {
  left: 8px;
  top: 4px;
  width: 7px;
  height: 13px;
  border: solid #337ab7;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.label-container input:checked ~ .checkmark::after {
  display: block;
}
.label-container .checkmark {
  position: absolute;
  top: 10px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.label-container .checkmark::after {
  content: "";
  position: absolute;
  display: none;
}
.container {
  width: 100%;
  margin: 0 auto;
}
.calc-footer-container {
  width: 1200px;
  margin: 0 auto;
  height: 100%;
}
.clear-fix::after {
  content: "";
  clear: both;
  display: table;
}
a.green-button {
  background-color: #21a0d2;
  border: 0;
  outline: 0;
  color: #FDFDFD;
  font-size: 16px;
  font-weight: 500;
  padding: 14px;
}
a.green-button span {
  font-size: 18px;
  font-weight: 600;
}
a.green-button:hover {
  color: #FDFDFD !important;
}
.anchor-button {
  margin: 0px 35px;
  color: #21a0d2;
  font-family: 'Roboto bold', Arial;
  font-size: 16px;
}
.anchor-button:hover,
.anchor-button:focus {
  color: #21a0d2 !important;
  text-decoration: none;
}
a.anchor-button:hover {
  color: #21a0d2 !important;
}
.horizontal-line-container {
  position: relative;
}
.horizontal-line-container .horizontal-line {
  position: absolute;
  z-index: 0;
  border: 2px solid #f0f0f0;
  width: 65%;
  top: 58px;
  left: 208px;
}
.steps-container {
  z-index: 1;
  width: 1000px;
  margin: 40px auto;
  display: flex;
  justify-content: space-around;
}
.steps-container .step {
  text-align: center;
  color: #A3A3A3;
  font-size: 14px;
}
.steps-container .step span {
  display: inline-block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #f0f0f0;
  color: #7c7c7c;
  line-height: 36px;
  text-align: center;
  font-family: 'Roboto bold', Arial;
  font-weight: 900;
  margin-bottom: 5px;
  cursor: pointer;
}
.steps-container .step .step-green {
  background-color: #21a0d2;
  color: #FFFFFF;
}
.order-details-container {
  padding: 40px 20px;
  margin-top: 20px;
  box-shadow: 0px 0px 4px 2px rgba(221, 221, 221, 0.3);
}
.order-details-container h1 {
  padding: 0px 20px;
}
.order-details-container .order-details-table {
  margin-top: 60px;
}
.order-details-container .order-details-table .order-details-header {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding: 0px 10px;
}
.order-details-container .order-details-table .order-details-header div {
  padding: 10px 0px;
  font-size: 16px;
  font-family: 'Roboto regular', Arial;
  margin: 0px 10px;
  border-bottom: 1px solid #000000;
  flex-basis: 25%;
}
.order-details-container .order-details-table .order-details-content {
  margin-bottom: 10px;
}
.order-details-container .order-details-table .order-details-content .accordian-header {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding: 0px 10px;
  background-color: #f0f0f0;
}
.order-details-container .order-details-table .order-details-content .accordian-header div {
  padding: 28px 0px;
  min-height: 100px;
  font-size: 16px;
  font-family: 'Roboto regular', Arial;
  margin: 0px 10px;
  flex-basis: 25%;
}
.order-details-container .order-details-table .order-details-content .accordian-header div a {
  color: #333333;
  display: block;
  padding: 10px 0px;
}
.order-details-container .order-details-table .order-details-content .accordian-header div a img {
  margin-right: 10px;
}
.order-details-container .order-details-table .order-details-content .accordian-header div a .icon {
  color: #21a0d2;
}
.order-details-container .order-details-table .order-details-content .accordian-content .container {
  margin-top: 40px;
  width: 100%;
}
.order-details-container .order-details-table .order-details-content .accordian-content .container .review-table-container {
  margin-bottom: 0px;
}
.EOP-ac-container #terms-of-use div {
  width: 800px;
  margin: 0 auto;
}
.EOP-ac-container .inner-container {
  width: 1200px;
  padding: 40px;
  background: #FFF;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .EOP-ac-container .inner-container {
    width: 90%;
    overflow: scroll;
    height: 500px;
  }
}
.EOP-ac-container .inner-container .modal-close-container {
  display: flex;
  justify-content: flex-end;
}
.EOP-ac-container .inner-container .modal-close-container span {
  font-weight: 900;
  font-size: 24px;
  cursor: pointer;
}
.EOP-ac-container .inner-container h1 {
  width: 800px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .EOP-ac-container .inner-container h1 {
    width: 90%;
  }
}
.EOP-ac-container .inner-container p {
  width: 800px;
  margin: 40px auto;
  font-weight: 400;
  color: #333333;
  line-height: 1.9;
}
@media (max-width: 1024px) {
  .EOP-ac-container .inner-container p {
    width: 90%;
  }
}
.EOP-ac-container .inner-container .flex-button-container {
  width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #dcdcdc;
}
@media (max-width: 1024px) {
  .EOP-ac-container .inner-container .flex-button-container {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .EOP-ac-container .inner-container .flex-button-container {
    flex-direction: column;
  }
}
.EOP-ac-container .inner-container .flex-button-container:last-child {
  margin-bottom: 0px;
}
.EOP-ac-container .inner-container .flex-button-container .green-button {
  padding: 20px 40px;
  flex-basis: 50%;
  text-align: center;
}
.EOP-ac-container .inner-container .flex-button-container .green-button:hover {
  color: #fff;
  text-decoration: none;
}
.EOP-ac-container .inner-container .flex-button-container p {
  margin: 0px 60px;
  line-height: 1.6;
}
.EOP-ac-container .inner-container .button-floateer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 767px) {
  .EOP-ac-container .inner-container .button-floateer {
    flex-direction: column;
  }
}
.EOP-ac-container .inner-container .button-floateer .green-button {
  padding: 14px 30px;
}
.green-button {
  background-color: #21a0d2;
  border: 0;
  outline: 0;
  color: #FDFDFD;
  font-size: 16px;
  font-weight: 500;
  padding: 14px;
}
.green-button span {
  font-size: 18px;
  font-weight: 600;
}
.calculator-container {
  margin-bottom: 250px;
}
.calculator-container:last-child {
  margin-bottom: 0px;
}
.calculator-container .container h2 {
  padding: 20px;
  color: #FFFFFF;
  background-color: #65ac1e;
  font-family: 'Roboto regular', Arial;
  margin-top: 0px;
}
.calculator-container .container p {
  margin-top: 16px;
  margin-bottom: 40px;
  line-height: 25px;
  font-size: 15px;
  font-family: 'Roboto regular', Arial;
  padding-left: 20px;
  padding-right: 20px;
}
.calculator-container .container p span {
  display: inline-block;
  font-weight: 900;
  padding: 5px 0px;
}
.calculator-container .container .calculator {
  margin-bottom: 20px;
}
.calculator-container .container .calculator .first-calc-section {
  border-top: 2px solid black;
  padding-top: 1.5rem;
}
.calculator-container .container .calculator .second-calc-section {
  margin-top: 0px;
}
.calculator-container .container .calculator .padding-section {
  padding-top: 15px;
}
.calculator-container .container .review-container {
  margin-bottom: 50px;
}
.calculator-container .container .review-container .flex-header {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding: 0px 5px;
}
.calculator-container .container .review-container .flex-header div {
  color: #333;
  line-height: 1.3;
  align-self: flex-end;
  padding: 4px 0;
  margin: 0 10px;
  font-size: 100%;
  font: inherit;
  flex-basis: 16.66666667%;
  vertical-align: baseline;
  border-bottom: 1px solid #645E5E;
}
.calculator-container .container .review-container .flex-header div:nth-child(1) {
  flex-basis: 25%;
}
.calculator-container .container .review-container .alternate-row-highlight:nth-child(even) {
  background-color: #f0f0f0;
}
.calculator-container .container .review-container .alternate-row-highlight div {
  padding: 20px 0px;
  border: none;
  align-self: flex-start;
}
.calculator-container .container .review-container .product-listing:nth-child(odd) {
  background-color: #FFFFFF;
}
.calculator-container .container .review-container .product-listing:nth-child(even) {
  background-color: #f3f3f3;
}
.calculator-container .container .review-container .product-listing div {
  padding: 10px 0px;
  max-width: unset !important;
}
.calculator-container .container .review-container .product-listing div:first-child {
  max-width: 15%;
}
.calculator-container .container .review-table-container {
  margin-bottom: 80px;
}
.calculator-container .container .review-table-container .revirew-table {
  float: left;
  width: 60%;
}
.calculator-container .container .review-table-container .revirew-table .total-table {
  width: 100%;
  border-top: 2px solid #7c7c7c;
  margin-top: 16px;
  padding-top: 16px;
}
.calculator-container .container .review-table-container .revirew-table .total-table table {
  width: 100%;
}
.calculator-container .container .review-table-container .revirew-table .total-table table tr:nth-child(1) td {
  font-size: 22px;
}
.calculator-container .container .review-table-container .revirew-table .total-table table tr td {
  font-size: 16px;
  font-family: 'Roboto regular', Arial;
  font-weight: bold;
}
.calculator-container .container .review-table-container .revirew-table .total-table table tr td:nth-child(2) {
  text-align: right;
}
.calculator-container .container .review-table-container .revirew-table table {
  width: 100%;
}
.calculator-container .container .review-table-container .revirew-table table tr td {
  font-size: 16px;
  font-family: 'Roboto regular', Arial;
  font-weight: bold;
  padding: 5px 0px;
}
.calculator-container .container .review-table-container .revirew-table table tr td:nth-child(2) {
  text-align: right;
}
.calculator-container .container .review-table-container .revirew-table #loged-in.action-container {
  padding: 40px 0px;
  display: flex;
}
.calculator-container .container .review-table-container .revirew-table #loged-in.action-container .button-container {
  flex-basis: 80%;
}
.calculator-container .container .review-table-container .revirew-table #loged-in.action-container .action-icon-container {
  flex-basis: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.calculator-container .container .review-table-container .revirew-table #loged-in.action-container .action-icon-container img {
  padding-left: 20px;
  cursor: pointer;
}
.calculator-container .container .review-table-container .revirew-table #loged-out.action-container {
  padding: 40px 0px;
  padding-bottom: 10px;
}
.calculator-container .container .review-table-container .revirew-table .account-create-msg {
  padding: 0px;
}
.calculator-container .container .review-table-container .spray-program-section {
  float: right;
  width: 35%;
}
.calculator-container .container .review-table-container .spray-program-section .authored-content {
  background-color: #f0f0f0;
  padding: 20px;
  min-height: 150px;
  margin-bottom: 20px;
}
.calculator-container .container .review-table-container .spray-program-section .authored-content h2 {
  padding: 0px;
  background-color: transparent;
  color: #333333;
  font-size: 16px;
  font-weight: 900;
  margin-bottom: 16px;
}
.calculator-container .container .review-table-container .spray-program-section .authored-content p {
  padding: 0px;
  margin: 0px;
}
.calculator-container .container .review-table-container .spray-program-section .regional-spray {
  background-color: #f0f0f0;
  padding: 20px;
  min-height: 150px;
  margin-bottom: 20px;
}
.calculator-container .container .review-table-container .spray-program-section .regional-spray h2 {
  padding: 0px;
  background-color: transparent;
  color: #333333;
  font-size: 26px;
  margin-bottom: 15px;
}
.calculator-container .container .review-table-container .spray-program-section .regional-spray a {
  color: #21a0d2;
  font-weight: 600;
  line-height: 18px;
}
.calculator-container .container .review-table-container .spray-program-section .regional-spray a span {
  line-height: 22px;
  vertical-align: top;
}
.calculator-container .container .review-table-container .spray-program-section .regional-spray a:hover {
  text-decoration: none;
}
.calculator-container .container .review-table-container .spray-program-section .regional-spray a .icon {
  font-size: 18px;
}
.calculator-bottom-floater {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #FFFFFF;
  border-top: 6px solid #21a0d2;
  z-index: 20;
}
.calculator-bottom-floater .calc-footer-container {
  padding-top: 1px;
}
.calculator-bottom-floater .calc-footer-container .floating-container-left {
  float: left;
  width: 400px;
  padding-top: 45px;
}
.calculator-bottom-floater .calc-footer-container .floating-container-left h2 {
  font-family: 'Roboto bold', Arial;
  font-weight: 700;
  font-size: 20px;
  margin-top: 0px;
  line-height: 1.3;
}
.calculator-bottom-floater .calc-footer-container .floating-container-left .slider {
  padding-top: 42px;
  padding-bottom: 20px;
}
.calculator-bottom-floater .calc-footer-container .floating-container-left .slider .slider-graph {
  width: 300px;
  height: 10px;
  background-color: #dcdcdc;
  border-radius: 10px;
  position: relative;
}
.calculator-bottom-floater .calc-footer-container .floating-container-left .slider .slider-graph .brand {
  position: absolute;
  top: -23px;
  font-size: 12px;
  width: 70px;
  height: 50px;
}
.calculator-bottom-floater .calc-footer-container .floating-container-left .slider .slider-graph .brand span {
  display: inline-block;
  width: 100%;
  text-align: center;
  position: absolute;
  background-color: transparent;
  line-height: 1;
}
.calculator-bottom-floater .calc-footer-container .floating-container-left .slider .slider-graph .brand span:nth-child(1) {
  top: 0;
}
.calculator-bottom-floater .calc-footer-container .floating-container-left .slider .slider-graph .brand span:nth-child(2) {
  bottom: 0;
}
.calculator-bottom-floater .calc-footer-container .floating-container-left .slider .slider-graph span {
  display: inherit;
  width: 52%;
  height: 10px;
  border-radius: 10px;
}
.calculator-bottom-floater .calc-footer-container .floating-container-left .slider .three-points .brand:nth-child(1) {
  left: 0%;
}
.calculator-bottom-floater .calc-footer-container .floating-container-left .slider .three-points .brand:nth-child(2) {
  left: calc(50% - 35px);
}
.calculator-bottom-floater .calc-footer-container .floating-container-left .slider .three-points .brand:nth-child(3) {
  right: 0%;
}
.calculator-bottom-floater .calc-footer-container .floating-container-left .slider .four-points .brand:nth-child(1) {
  left: 0%;
}
.calculator-bottom-floater .calc-footer-container .floating-container-left .slider .four-points .brand:nth-child(2) {
  left: calc(38% - 35px);
}
.calculator-bottom-floater .calc-footer-container .floating-container-left .slider .four-points .brand:nth-child(3) {
  left: calc(63% - 35px);
}
.calculator-bottom-floater .calc-footer-container .floating-container-left .slider .four-points .brand:nth-child(4) {
  right: 0%;
}
.calculator-bottom-floater .calc-footer-container .slider-container-orange h2 span {
  color: #f39500;
}
.calculator-bottom-floater .calc-footer-container .slider-container-orange .slider .slider-graph .brand {
  font-weight: 900;
  color: #dcdcdc;
}
.calculator-bottom-floater .calc-footer-container .slider-container-orange .slider .slider-graph .brand::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 20px;
  background-color: #dcdcdc;
  top: 17px;
  left: calc(50% - 1px);
  z-index: 0;
}
.calculator-bottom-floater .calc-footer-container .slider-container-orange .slider .slider-graph .brand-color {
  color: #f39500;
}
.calculator-bottom-floater .calc-footer-container .slider-container-orange .slider .slider-graph .brand-color::after {
  background-color: #f39500;
}
.calculator-bottom-floater .calc-footer-container .slider-container-orange .slider .slider-graph span {
  background-color: #f39500;
}
.calculator-bottom-floater .calc-footer-container .slider-container-green h2 span {
  color: #21a0d2;
}
.calculator-bottom-floater .calc-footer-container .slider-container-green .slider .slider-graph .brand {
  font-weight: 900;
  color: #dcdcdc;
}
.calculator-bottom-floater .calc-footer-container .slider-container-green .slider .slider-graph .brand::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 20px;
  background-color: #dcdcdc;
  top: 17px;
  left: calc(50% - 1px);
  z-index: 0;
}
.calculator-bottom-floater .calc-footer-container .slider-container-green .slider .slider-graph .brand-color {
  color: #21a0d2;
}
.calculator-bottom-floater .calc-footer-container .slider-container-green .slider .slider-graph .brand-color::after {
  background-color: #21a0d2;
}
.calculator-bottom-floater .calc-footer-container .slider-container-green .slider .slider-graph span {
  background-color: #21a0d2;
}
.calculator-bottom-floater .calc-footer-container .grey-container {
  background-color: #f3f3f3;
}
.calculator-bottom-floater .calc-footer-container .floating-container-right {
  float: right;
  width: 800px;
  padding-right: 35px;
}
.calculator-bottom-floater .calc-footer-container .floating-container-right .table-container {
  width: calc(340px);
  margin-left: 30px;
  margin-right: 30px;
  position: relative;
  float: left;
  padding-top: 45px;
}
.calculator-bottom-floater .calc-footer-container .floating-container-right .table-container .firstTable {
  border-bottom: 1px solid #7c7c7c;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.calculator-bottom-floater .calc-footer-container .floating-container-right .table-container:nth-child(3) {
  padding-top: 0px;
}
.calculator-bottom-floater .calc-footer-container .floating-container-right .table-container .footer-accordian-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 45px;
  text-align: center;
}
.calculator-bottom-floater .calc-footer-container .floating-container-right .table-container .footer-accordian-icon img {
  position: absolute;
  top: calc(50% -  8px);
  left: calc(50% -  12px);
}
.calculator-bottom-floater .calc-footer-container .floating-container-right .table-container .footer-accordian-icon .chevron-up {
  transform: rotate(180deg);
}
.calculator-bottom-floater .calc-footer-container .floating-container-right .table-container .footer-accordian-icon .icon {
  color: #21a0d2;
  font-size: 24px;
  line-height: 45px;
}
.calculator-bottom-floater .calc-footer-container .floating-container-right .table-container table tr td {
  font-size: 16px;
  font-weight: 600;
  width: 400px;
  padding-bottom: 10px;
  color: #333333;
  font-family: 'Roboto regular', Arial;
}
.calculator-bottom-floater .calc-footer-container .floating-container-right .table-container table tr td span {
  font-size: 14px;
  display: block;
}
.calculator-bottom-floater .calc-footer-container .floating-container-right .table-container table tr td:nth-child(2) {
  text-align: right;
}
.calculator-bottom-floater .calc-footer-container .floating-container-right .table-container .DypTableOrange tr td {
  color: #f39500;
}
.calculator-bottom-floater .calc-footer-container .floating-container-right .step-1-msg {
  float: left;
  width: 365px;
  padding-top: 45px;
  display: flex;
  justify-content: center;
}
.calculator-bottom-floater .calc-footer-container .floating-container-right .step-1-msg p {
  font-family: 'Roboto bold', Arial;
  text-align: left;
  color: #f39500;
  font-weight: 900;
  font-size: 18px;
}
.calculator-bottom-floater .calc-footer-container .floating-container-right .table-container-full-width {
  width: calc(100% -  30px);
  position: relative;
  margin-right: 0px;
}
.calculator-bottom-floater .calc-footer-container .floating-container-right .table-container-full-width .total-table {
  width: calc(340px);
  margin-top: 10px;
  margin-bottom: 30px;
  padding-top: 20px;
  border-top: 2px solid #7C7C7C;
  float: left;
}
.calculator-bottom-floater .calc-footer-container .floating-container-right .table-container-full-width .total-table table tr:nth-child(1) td {
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 5px;
  line-height: 1;
  font-family: 'Roboto bold', Arial;
}
.calculator-bottom-floater .calc-footer-container .floating-container-right .table-container-full-width .total-table table tr:nth-child(2) {
  font-size: 18px;
  font-weight: 600;
  font-family: 'Roboto regular', Arial;
}
.calculator-bottom-floater .calc-footer-container .floating-container-right .table-container-full-width .button-container {
  float: right;
  width: calc(365px);
  position: absolute;
  right: 0;
  bottom: 35px;
  height: 72px;
}
.calculator-bottom-floater .calc-footer-container .floating-container-right .table-container-full-width .button-container .buttons {
  right: 0;
  position: absolute;
  display: flex;
  justify-content: end;
  align-items: center;
}
.calculator-bottom-floater .calc-footer-container .floating-container-right .table-container-full-width .button-container .buttons .green-button {
  text-align: left;
  padding-right: 52px;
  line-height: 1.3;
  position: relative;
}
.calculator-bottom-floater .calc-footer-container .floating-container-right .table-container-full-width .button-container .buttons .green-button img {
  position: absolute;
  right: 12px;
  top: calc(50% - 16px);
}
.calculator-bottom-floater .calc-footer-container .floating-container-right .table-container-full-width .button-container .buttons .green-button .icon {
  color: #FFFFFF;
  position: absolute;
  right: 12px;
  top: 34%;
  font-size: 32px;
}
.calculator-bottom-floater .calc-footer-container .floating-container-right .table-container-full-width .button-container .buttons a {
  margin: 0px 35px;
  color: #21a0d2;
  font-family: 'Roboto bold', Arial;
  font-size: 16px;
}
.calculator-bottom-floater .calc-footer-container .floating-container-right .table-container-full-width .button-container .buttons a:hover,
.calculator-bottom-floater .calc-footer-container .floating-container-right .table-container-full-width .button-container .buttons a:focus {
  color: #21a0d2 !important;
  text-decoration: none;
}
.calculator-bottom-floater .bottom .calc-footer-container .floating-container-left {
  padding-top: 10px;
}
.calculator-bottom-floater .bottom .calc-footer-container .floating-container-left ol {
  list-style: decimal;
  width: 300px;
  margin-bottom: 20px;
  font-weight: 900;
}
.calculator-bottom-floater .bottom .calc-footer-container .floating-container-left ol li {
  color: #7c7c7c;
}
.calculator-bottom-floater .bottom .calc-footer-container .floating-container-right {
  padding-top: 10px;
  padding-right: 0px;
}
.calculator-bottom-floater .bottom .calc-footer-container .floating-container-right .rebate-earned {
  padding: 10px;
  padding-bottom: 0px;
  margin: 0px;
  text-align: center;
  background-color: #7c7c7c;
  color: #FFFFFF;
}
.calculator-bottom-floater .bottom .calc-footer-container .floating-container-right .values-table {
  width: 100%;
  margin-bottom: 20px;
}
.calculator-bottom-floater .bottom .calc-footer-container .floating-container-right .values-table thead {
  background-color: #7c7c7c;
  color: #FFFFFF;
}
.calculator-bottom-floater .bottom .calc-footer-container .floating-container-right .values-table thead tr td {
  padding: 10px;
  text-align: center;
}
.calculator-bottom-floater .bottom .calc-footer-container .floating-container-right .values-table tbody tr {
  border-bottom: 1px solid #7c7c7c;
}
.calculator-bottom-floater .bottom .calc-footer-container .floating-container-right .values-table tbody tr:last-child {
  border-bottom: none;
}
.calculator-bottom-floater .bottom .calc-footer-container .floating-container-right .values-table tbody tr td {
  padding: 10px;
  text-align: center;
  color: #7c7c7c;
}
.modal-overlay {
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  overflow-y: scroll;
  padding: 50px 0px;
}
.modal-overlay .shareDetails {
  background-color: #fff;
  width: 900px;
  padding: 50px 140px;
  height: 100%;
  overflow: scroll;
}
.modal-overlay .shareDetails h2 {
  font-size: 35px;
  margin-bottom: 30px;
  margin-top: 0px;
  font-family: 'Roboto regular', Arial;
}
.modal-overlay .shareDetails p {
  font-size: 14px;
  font-weight: lighter;
  color: #7c7c7c;
  margin: 40px 0px;
}
.modal-overlay .shareDetails .formelements {
  margin-bottom: 60px;
}
.modal-overlay .shareDetails .inuput-contaoner {
  margin-bottom: 30px;
}
.modal-overlay .shareDetails .inuput-contaoner label {
  color: #7c7c7c;
  font-weight: lighter;
  font-size: 14px;
}
.modal-overlay .shareDetails .inuput-contaoner input {
  width: 100%;
  display: block;
  background-color: #FFFFFF;
  font-size: 20px;
  color: #7c7c7c;
  border: none;
  padding: 12px 0px;
  border-bottom: 1px solid black;
}
.modal-overlay .shareDetails .floating-input-container .left {
  float: left;
  width: 45%;
}
.modal-overlay .shareDetails .floating-input-container .right {
  float: right;
  width: 45%;
}
.modal-overlay .shareDetails .floating-button-cntainer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 20px;
}
.modal-overlay form {
  background-color: #fff;
  width: 900px;
  padding: 50px 140px;
  height: 100%;
  overflow: scroll;
}
.modal-overlay form h2 {
  font-size: 35px;
  margin-bottom: 30px;
  margin-top: 0px;
  font-family: 'Roboto regular', Arial;
}
.modal-overlay form p {
  font-size: 14px;
  font-weight: lighter;
  color: #7c7c7c;
  margin: 40px 0px;
}
.modal-overlay form .inuput-contaoner {
  margin-bottom: 30px;
}
.modal-overlay form .inuput-contaoner label {
  color: #7c7c7c;
  font-weight: lighter;
  font-size: 14px;
}
.modal-overlay form .inuput-contaoner input {
  width: 100%;
  display: block;
  background-color: #f0f0f0;
  font-size: 20px;
  color: #7c7c7c;
  border: none;
  padding: 12px;
}
.modal-overlay form .floating-input-container .left {
  float: left;
  width: 45%;
}
.modal-overlay form .floating-input-container .right {
  float: right;
  width: 45%;
}
.modal-overlay form .floating-button-cntainer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 20px;
}
.greenborder {
  border: 2px solid #21a0d2 !important;
}
.course-profile-container .course-profile-table .course-profile-content .course-profile-row .course-action-icons a {
  color: #21a0d2 !important;
}
.facilitytext_paragraph a {
  color: #21a0d2 !important;
}
.basf-component h1 span {
  color: #21a0d2 !important;
}

