/*
 *  Copyright 2017 Adobe Systems Incorporated
 *
 *  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.
 */
/** @define image */
.cmp-image__image {
  width: 100%;
}

/*
 *  Copyright 2016 Adobe Systems Incorporated
 *
 *  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.
 */
.core-form-control {
  display: block;
  width: 100%;
}

/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('vendor/font-awesome/resources/fontawesome-webfont.4.4.0.woff2') format('woff2'), url('vendor/font-awesome/resources/fontawesome-webfont.4.4.0.woff') format('woff'), url('vendor/font-awesome/resources/fontawesome-webfont.4.4.0.ttf') format('truetype'), url('vendor/font-awesome/resources/fontawesome-webfont.4.4.0.svg') 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 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  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 {
  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: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-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-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";
}

.climacons {
  display: inline-block;
  font: normal normal normal 14px/1 climacons-fontfont;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on April 15, 2019 */
@font-face {
  font-family: 'climacons-fontfont';
  src: url('vendor/climacons/resources/climacons-webfont.eot');
}
@font-face {
  font-family: 'climacons-fontfont';
  src: url(data:application/font-woff2;charset=utf-8;base64,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) format('woff2'), url(data:application/font-woff;charset=utf-8;base64,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) format('woff'), url('vendor/climacons/resources/climacons-webfont.ttf') format('truetype'), url('vendor/climacons/resources/climacons-webfont.svg#climacons-fontfont') format('svg');
  font-weight: normal;
  font-style: normal;
}

@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,900,300italic");
/* 
	Main.less
*/
/* 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;
  overflow-x: hidden;
}
ol,
ul {
  padding-left: 40px;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* Screen sizes */
/* Colors */
/* Text size */
/* Typography */
/* Iconography */
/* Components */
/* Grid system */
/*
 * 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 */
/* Element Additions */
.mdc-layout-grid__inner {
  margin: 0 auto;
  max-width: 1280px;
}
body .xf-content-height {
  margin: 0;
}
body.isDesktop .root.responsivegrid,
body.isMobile .root.responsivegrid {
  padding: 0;
}
body.isDesktop .root.responsivegrid > .aem-Grid.aem-Grid--12.aem-Grid--default--12,
body.isMobile .root.responsivegrid > .aem-Grid.aem-Grid--12.aem-Grid--default--12 {
  max-width: none;
}
body.isDesktop .root.responsivegrid > .aem-Grid.aem-Grid--12.aem-Grid--default--12 .aem-Grid.aem-Grid--12.aem-Grid--default--12,
body.isMobile .root.responsivegrid > .aem-Grid.aem-Grid--12.aem-Grid--default--12 .aem-Grid.aem-Grid--12.aem-Grid--default--12 {
  max-width: none;
}
body.isDesktop .root.responsivegrid > .aem-Grid.aem-Grid--12.aem-Grid--default--12 .aem-Grid.aem-Grid--12.aem-Grid--default--12 > .strong-cotton.aem-GridColumn--default--12,
body.isMobile .root.responsivegrid > .aem-Grid.aem-Grid--12.aem-Grid--default--12 .aem-Grid.aem-Grid--12.aem-Grid--default--12 > .strong-cotton.aem-GridColumn--default--12 {
  padding: 0;
}
/* default breakpoint */
.aem-Grid {
  max-width: 1304px;
  margin-left: auto;
  margin-right: auto;
}
.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--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--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--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--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--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--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--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--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--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--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--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--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--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--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--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--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--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--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--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--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--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--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--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: 599px) {
  .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--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--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--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--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--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--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--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--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--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--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--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--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--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--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--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--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--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--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--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--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--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--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--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;
  }
}
/* tablet breakpoint */
@media (min-width: 600px) and (max-width: 839px) {
  .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--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--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--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--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--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--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--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--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--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--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--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--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--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--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--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--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--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--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--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--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--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--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--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;
  }
}
.root.responsivegrid {
  padding: 0 8px;
}
@media (min-width: 840px) {
  .root.responsivegrid {
    padding: 0 12px;
  }
}
.pdf-body .root.responsivegrid {
  padding: 0;
}
.root.responsivegrid .mdc-layout-grid {
  padding-left: 0;
  padding-right: 0;
}
.pdf-body .root.responsivegrid > .aem-Grid.aem-Grid--12.aem-Grid--default--12 .aem-Grid.aem-Grid--12.aem-Grid--default--12 > .aem-GridColumn--default--12,
.pdf-body .root.responsivegrid > .aem-Grid.aem-Grid--12.aem-Grid--default--12 .aem-Grid.aem-Grid--12.aem-Grid--default--12 .aem-GridColumn--default--10 {
  padding: 0;
}
.pdf-body .root.responsivegrid > .aem-Grid.aem-Grid--12.aem-Grid--default--12 .aem-Grid.aem-Grid--12.aem-Grid--default--12 > .aem-GridColumn--default--12:not(.product-cards):not(.profitability-calculator):not(.population-optimizer):not(.pdf-detail),
.pdf-body .root.responsivegrid > .aem-Grid.aem-Grid--12.aem-Grid--default--12 .aem-Grid.aem-Grid--12.aem-Grid--default--12 .aem-GridColumn--default--10:not(.product-cards):not(.profitability-calculator):not(.population-optimizer):not(.pdf-detail) {
  display: none;
}
.pdf-body .root.responsivegrid > .aem-Grid.aem-Grid--12.aem-Grid--default--12 .aem-Grid.aem-Grid--12.aem-Grid--default--12 > .aem-GridColumn--default--12 .text.aem-GridColumn.aem-GridColumn--default--12,
.pdf-body .root.responsivegrid > .aem-Grid.aem-Grid--12.aem-Grid--default--12 .aem-Grid.aem-Grid--12.aem-Grid--default--12 .aem-GridColumn--default--10 .text.aem-GridColumn.aem-GridColumn--default--12 {
  padding: 0;
}
.pdf-body .root.responsivegrid > .aem-Grid.aem-Grid--12.aem-Grid--default--12 .legend-content .aem-Grid.aem-Grid--12.aem-Grid--default--12 > .aem-GridColumn {
  display: block !important;
}
.root.responsivegrid > .aem-Grid.aem-Grid--12.aem-Grid--default--12 .aem-Grid.aem-Grid--12.aem-Grid--default--12 > .aem-GridColumn--default--12 {
  padding: 0 8px;
}
@media (min-width: 720px) {
  .root.responsivegrid > .aem-Grid.aem-Grid--12.aem-Grid--default--12 .aem-Grid.aem-Grid--12.aem-Grid--default--12 > .aem-GridColumn--default--12 {
    padding: 0 12px;
  }
}
.root.responsivegrid > .aem-Grid.aem-Grid--12.aem-Grid--default--12 .aem-Grid.aem-Grid--12.aem-Grid--default--12 > .responsivegrid > .aem-Grid {
  width: auto;
  max-width: none;
  margin: 0 -8px;
}
@media (min-width: 720px) {
  .root.responsivegrid > .aem-Grid.aem-Grid--12.aem-Grid--default--12 .aem-Grid.aem-Grid--12.aem-Grid--default--12 > .responsivegrid > .aem-Grid {
    margin: 0 -12px;
  }
}
.root.responsivegrid > .aem-Grid.aem-Grid--12.aem-Grid--default--12 .aem-Grid.aem-Grid--12.aem-Grid--default--12 > .responsivegrid > .aem-Grid > .aem-GridColumn {
  padding: 0 8px;
}
@media (min-width: 720px) {
  .root.responsivegrid > .aem-Grid.aem-Grid--12.aem-Grid--default--12 .aem-Grid.aem-Grid--12.aem-Grid--default--12 > .responsivegrid > .aem-Grid > .aem-GridColumn {
    padding: 0 12px;
  }
}
.root.responsivegrid > .aem-Grid.aem-Grid--12.aem-Grid--default--12 .aem-Grid.aem-Grid--12.aem-Grid--default--12 > .responsivegrid:not(.aem-GridColumn--default--12) > .aem-Grid {
  margin: 0;
}
@media (min-width: 720px) {
  .root.responsivegrid > .aem-Grid.aem-Grid--12.aem-Grid--default--12 .aem-Grid.aem-Grid--12.aem-Grid--default--12 > .responsivegrid:not(.aem-GridColumn--default--12) > .aem-Grid {
    margin: 0;
  }
}
.root.responsivegrid > .aem-Grid.aem-Grid--12.aem-Grid--default--12 .aem-Grid.aem-Grid--12.aem-Grid--default--12 > .responsivegrid.gray-background {
  position: relative;
  margin-bottom: 1.5rem;
}
.root.responsivegrid > .aem-Grid.aem-Grid--12.aem-Grid--default--12 .aem-Grid.aem-Grid--12.aem-Grid--default--12 > .responsivegrid.gray-background > .aem-Grid {
  position: relative;
  z-index: 2;
  padding-top: 8px;
}
@media (min-width: 720px) {
  .root.responsivegrid > .aem-Grid.aem-Grid--12.aem-Grid--default--12 .aem-Grid.aem-Grid--12.aem-Grid--default--12 > .responsivegrid.gray-background > .aem-Grid {
    padding-top: 12px;
    margin-bottom: -12px;
  }
}
.root.responsivegrid > .aem-Grid.aem-Grid--12.aem-Grid--default--12 .aem-Grid.aem-Grid--12.aem-Grid--default--12 > .responsivegrid.gray-background > .aem-Grid > .aem-GridColumn {
  padding: 0 16px;
}
@media (min-width: 720px) {
  .root.responsivegrid > .aem-Grid.aem-Grid--12.aem-Grid--default--12 .aem-Grid.aem-Grid--12.aem-Grid--default--12 > .responsivegrid.gray-background > .aem-Grid > .aem-GridColumn {
    padding: 0 24px;
  }
}
.root.responsivegrid > .aem-Grid.aem-Grid--12.aem-Grid--default--12 .aem-Grid.aem-Grid--12.aem-Grid--default--12 > .responsivegrid.gray-background:not(.aem-GridColumn--default--12) > .aem-Grid {
  margin-bottom: -8px;
}
@media (min-width: 720px) {
  .root.responsivegrid > .aem-Grid.aem-Grid--12.aem-Grid--default--12 .aem-Grid.aem-Grid--12.aem-Grid--default--12 > .responsivegrid.gray-background:not(.aem-GridColumn--default--12) > .aem-Grid {
    margin-bottom: -12px;
  }
}
.root.responsivegrid > .aem-Grid.aem-Grid--12.aem-Grid--default--12 .aem-Grid.aem-Grid--12.aem-Grid--default--12 > .responsivegrid.gray-background:after {
  content: " ";
  display: block;
  background: #f9f9f9;
  position: absolute;
  width: calc(100% - 16px);
  height: 100%;
  top: 0;
  left: 8px;
}
@media (min-width: 720px) {
  .root.responsivegrid > .aem-Grid.aem-Grid--12.aem-Grid--default--12 .aem-Grid.aem-Grid--12.aem-Grid--default--12 > .responsivegrid.gray-background:after {
    width: calc(100% - 24px);
    left: 12px;
  }
}
.responsivegrid.aem-GridColumn.aem-GridColumn--default--12 {
  padding-left: 0;
  padding-right: 0;
  /*z-index: 3;*/
  position: relative;
}
/* Promo Container Grid Adjustments */
.promo-container > .aem-Grid {
  width: auto;
  max-width: none;
  margin: 0 -8px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.aem-AuthorLayer-Edit .promo-container > .aem-Grid,
.aem-AuthorLayer-Layouting .promo-container > .aem-Grid,
.aem-AuthorLayer-Targeting .promo-container > .aem-Grid {
  display: block;
  margin: 0;
}
@media (min-width: 720px) {
  .promo-container > .aem-Grid {
    margin: 0 -12px;
    flex-direction: row;
  }
}
.promo-container > .aem-Grid > .aem-GridColumn {
  padding: 0 8px 1.5rem;
}
@media (min-width: 720px) {
  .promo-container > .aem-Grid > .aem-GridColumn {
    padding: 0 12px 1.5rem;
  }
}
.promo-container .promo {
  margin-bottom: 0;
  height: 100%;
}
.promo-container .promo .mdc-card {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.promo-container .promo .mdc-card:not(.no-action) {
  padding-bottom: 52px;
}
.promo-container .promo .mdc-card .mdc-card__actions {
  position: absolute;
  bottom: 0;
  width: 100%;
}
/*
	Dopetrope by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/
/* Basic */
body {
  background-color: #ffffff;
}
body .root > .aem-Grid {
  max-width: 1304px;
  margin-left: auto;
  margin-right: auto;
}
body #mainContent:focus {
  outline: none;
}
input,
textarea,
select {
  color: #252122;
  font-size: 12pt;
  font-weight: 300;
  line-height: 1.4rem;
}
@media only screen and (min-width: 600px) and (max-width: 839px), only screen and (min-width: 840px) {
  input,
  textarea,
  select {
    font-size: 1.05rem;
  }
}
strong,
b {
  font-weight: bold;
}
i,
em {
  font-style: italic;
}
sub {
  position: relative;
  top: 0.5em;
  font-size: 0.8em;
}
sup {
  position: relative;
  top: -0.5em;
  font-size: 0.8em;
}
blockquote {
  border-left: solid 0.75em #252122;
  padding: 1em 0 1em 1.5em;
  font-style: italic;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  text-decoration: none;
}
a {
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
br.clear {
  clear: both;
}
hr {
  border-color: #cccccc;
  border: 0;
  border-top: solid 1px;
  height: 1px;
  margin: 2em 0 2em 0;
}
p,
ul,
ol,
dl,
table {
  margin-bottom: 1em;
}
[v-cloak] {
  display: none;
}
.mdc-data-table__cell,
.mdc-data-table__header {
  height: 64px;
}
select:focus::-ms-value {
  color: inherit;
  background: transparent;
}
.mdc-text-field--textarea .mdc-text-field__input {
  margin-top: 12px;
}

@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,900,300italic");
.theme-deltapine #page-header.lmnt-theme-primary-bg {
  background: #226637;
}
.theme-asgrow #page-header .inner-grid .navbar-brand {
  width: 68px;
  height: 50px;
}
@media only screen and (max-width: 599px) {
  .theme-asgrow #page-header .inner-grid .navbar-brand {
    width: 54px;
    height: 40px;
  }
}
.theme-asgrow #page-header .inner-grid .navbar-brand img {
  width: 100%;
  height: 100%;
}
.theme-deltapine #page-header .inner-grid .navbar-brand {
  height: 44px;
  width: 113px;
}
@media only screen and (max-width: 599px) {
  .theme-deltapine #page-header .inner-grid .navbar-brand {
    width: 93px;
    height: 36px;
  }
}
.theme-deltapine #page-header .inner-grid .navbar-brand img {
  width: 100%;
  height: 100%;
}
.theme-dekalb #page-header .inner-grid .navbar-brand {
  height: 50px;
  width: 96px;
}
@media only screen and (max-width: 599px) {
  .theme-dekalb #page-header .inner-grid .navbar-brand {
    height: 40px;
    width: 77px;
  }
}
.theme-dekalb #page-header .inner-grid .navbar-brand img {
  width: 100%;
  height: 100%;
}
#page-header.dad-header .inner-grid {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}
#page-header.dad-header .inner-grid .logos {
  display: flex;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 1023px) {
  #page-header.dad-header .inner-grid .logos {
    left: 2.5rem;
  }
}
#page-header.dad-header .inner-grid .logos .navbar-brand {
  left: 0;
}
.theme-dad #page-header.dad-header .inner-grid .logos .navbar-brand {
  padding: 1rem 1rem 1rem 17px;
  position: relative;
  align-items: center;
}
@media all and (-ms-high-contrast: none) {
  .theme-dad #page-header.dad-header .inner-grid .logos .navbar-brand {
    position: relative;
    left: auto;
    top: auto;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
.theme-dad #page-header.dad-header .inner-grid .logos .navbar-brand img {
  max-height: 44px;
  width: 100%;
}
.theme-dad #page-header.dad-header .inner-grid .logos .navbar-brand.dekalb-logo img {
  max-width: 75px;
}
.theme-dad #page-header.dad-header .inner-grid .logos .navbar-brand.asgrow-logo img {
  max-width: 56px;
}
.theme-dad #page-header.dad-header .inner-grid .logos .navbar-brand.deltapine-logo img {
  max-width: 78px;
}
.theme-dad #page-header.dad-header .inner-grid .logos .navbar-brand:before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  height: calc(100% - 20px);
  width: 1px;
  background-color: rgba(179, 181, 170, 0.75);
}
.theme-dad #page-header.dad-header .inner-grid .logos .navbar-brand:first-child {
  padding-left: 0;
}
.theme-dad #page-header.dad-header .inner-grid .logos .navbar-brand:first-child:before {
  display: none;
}
@media only screen and (max-width: 599px) {
  .theme-dad #page-header.dad-header .inner-grid .logos .navbar-brand {
    padding: 1rem 10px 1rem 11px;
  }
  .theme-dad #page-header.dad-header .inner-grid .logos .navbar-brand img {
    max-height: 30px;
    max-width: 60px;
  }
  .theme-dad #page-header.dad-header .inner-grid .logos .navbar-brand.dekalb-logo img {
    max-width: 50px;
  }
  .theme-dad #page-header.dad-header .inner-grid .logos .navbar-brand.asgrow-logo img {
    max-width: 34px;
  }
  .theme-dad #page-header.dad-header .inner-grid .logos .navbar-brand.deltapine-logo img {
    max-width: 58px;
  }
}
#page-header.dad-header .inner-grid .link-list {
  padding-right: 9%;
}
#page-header.dad-header .inner-grid .search-close,
#page-header.dad-header .inner-grid .header-search {
  color: inherit;
}
@media only screen and (min-width: 1024px) {
  #page-header.dad-header .inner-grid .search-close,
  #page-header.dad-header .inner-grid .header-search {
    right: 6%;
  }
}
@media only screen and (min-width: 840px) and (max-width: 1023px) {
  #page-header.dad-header .inner-grid .search-close,
  #page-header.dad-header .inner-grid .header-search {
    right: 8%;
  }
}
@media only screen and (min-width: 600px) and (max-width: 839px) {
  #page-header.dad-header .inner-grid .search-close,
  #page-header.dad-header .inner-grid .header-search {
    right: 12%;
  }
}
@media only screen and (max-width: 599px) {
  #page-header.dad-header .inner-grid .search-close,
  #page-header.dad-header .inner-grid .header-search {
    right: 16%;
  }
}
@media only screen and (min-width: 1024px) {
  #page-header.dad-header .inner-grid .typeahead-search {
    width: 62%;
    right: 5%;
  }
}
@media only screen and (min-width: 840px) and (max-width: 1023px) {
  #page-header.dad-header .inner-grid .typeahead-search {
    width: 48%;
    right: 7%;
  }
}
@media only screen and (min-width: 600px) and (max-width: 839px) {
  #page-header.dad-header .inner-grid .typeahead-search {
    width: 90%;
    right: 10%;
  }
}
@media only screen and (max-width: 599px) {
  #page-header.dad-header .inner-grid .typeahead-search {
    width: 86%;
    right: 14%;
  }
}
@media only screen and (min-width: 600px) and (max-width: 839px) {
  #page-header.dad-header .inner-grid.search-visible .navbar-brand,
  #page-header.dad-header .inner-grid.search-visible i.header-hamburger {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s .2s, opacity .2s linear;
  }
}
#page-header.dad-header .inner-grid .bayer-logo {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#page-header.dad-header .inner-grid .bayer-logo img {
  width: 39px;
  height: 39px;
  display: block;
}
#page-header.dad-header .primary-nav {
  background-color: inherit;
}
#page-header.dad-header .primary-nav .primary-nav-item {
  margin: 0 1rem;
}
.nav-overlay .brand-logos {
  display: flex;
  align-items: stretch;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.nav-overlay .brand-logos .navbar-brand {
  flex: 0 0 33.3333%;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1rem .5rem;
}
.nav-overlay .brand-logos .navbar-brand img {
  max-height: 42px;
  max-width: 78px;
}
.nav-overlay .brand-logos a {
  width: 33.3333%;
}
.nav-overlay .brand-logos a img {
  width: 100%;
  height: auto;
}
.nav-overlay .primary-nav-mobile ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.nav-overlay .primary-nav-mobile ul li {
  margin: 0;
  list-style: none;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  position: relative;
}
.nav-overlay .primary-nav-mobile ul li a {
  padding: .5rem;
}
.nav-overlay .primary-nav-mobile ul li:before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.12);
}
.nav-overlay .primary-nav-mobile ul li:first-child:before {
  display: none;
}
.nav-overlay .mdc-list.primary-navigation {
  padding-bottom: 0;
}
.nav-overlay .mdc-list.utility-navigation {
  padding-top: 0;
}

@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,900,300italic");
.theme-dad .utility-nav {
  background: #23211C;
}
.theme-dekalb .utility-nav {
  background: #3E3422;
}
.theme-deltapine .utility-nav {
  background: #30864B;
}
.theme-asgrow .utility-nav {
  background: #515344;
}
.utility-nav.dad-utility-nav .utility-wrapper {
  justify-content: space-between;
  display: flex;
  align-items: center;
}
.utility-nav.dad-utility-nav .utility-wrapper > ul > li {
  margin-left: 1.5rem;
  position: relative;
}
.utility-nav.dad-utility-nav .utility-wrapper > ul > li > a {
  display: flex;
}
.utility-nav.dad-utility-nav .utility-wrapper > ul > li > a.active {
  font-weight: bold;
}
.utility-nav.dad-utility-nav .utility-wrapper > ul > li .utility-sub-nav {
  z-index: -1;
  display: none;
  position: absolute;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 170px;
  top: 100%;
  left: -12px;
  line-height: normal;
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  background-color: white;
}
.utility-nav.dad-utility-nav .utility-wrapper > ul > li .utility-sub-nav .utility-sub-nav-item {
  margin: 0;
}
.utility-nav.dad-utility-nav .utility-wrapper > ul > li .utility-sub-nav .utility-sub-nav-item:hover {
  background-color: lightgray;
}
.utility-nav.dad-utility-nav .utility-wrapper > ul > li .utility-sub-nav .utility-sub-nav-item .utility-sub-nav-link {
  color: black;
  text-decoration: none;
  padding: 1rem;
  display: block;
  width: auto;
}
.utility-nav.dad-utility-nav .utility-wrapper > ul > li .utility-sub-nav .utility-sub-nav-item .utility-sub-nav-link.active {
  font-weight: bold;
}
.utility-nav.dad-utility-nav .utility-wrapper > ul > li .utility-sub-nav:hover ~ a {
  border-bottom-width: 2px;
  border-bottom-style: solid;
}
.utility-nav.dad-utility-nav .utility-wrapper > ul > li:hover .utility-sub-nav,
.utility-nav.dad-utility-nav .utility-wrapper > ul > li:focus .utility-sub-nav,
.utility-nav.dad-utility-nav .utility-wrapper > ul > li.focus-within .utility-sub-nav {
  display: block;
  z-index: 6;
}
.utility-nav.dad-utility-nav .utility-wrapper > ul > li:focus-within .utility-sub-nav {
  display: block;
  z-index: 6;
}
@media only screen and (max-width: 1023px) {
  .utility-nav.dad-utility-nav .utility-wrapper > ul > li:not(.location):not(.home) {
    display: none;
  }
}
.utility-nav.dad-utility-nav .utility-wrapper > ul.brand-home > li {
  margin-left: 0;
  margin-right: 1rem;
}
.utility-nav.dad-utility-nav .utility-wrapper > ul.brand-home > li .material-icons {
  font-size: 20px;
}
.utility-nav.dad-utility-nav .utility-wrapper > ul.brand-home > li a {
  text-transform: uppercase;
}

@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,900,300italic");
.theme-dad .secondary-header {
  background: #cccccc;
}
.theme-dekalb .secondary-header {
  background: #FFD22B;
}
.theme-asgrow .secondary-header {
  background: #994A2E;
}
.theme-deltapine .secondary-header {
  background: #ECECEC;
}
.secondary-header .inner-grid {
  margin: 0;
}
.secondary-header .inner-grid > ul {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
  justify-content: flex-end;
}
.secondary-header .inner-grid > ul > li {
  padding: 0 .5rem;
  position: relative;
  z-index: 2;
}
.secondary-header .inner-grid > ul > li > a {
  text-decoration: none;
  padding: .25rem .5rem;
  display: block;
}
.theme-asgrow .secondary-header .inner-grid > ul > li > a {
  color: #fff;
}
.secondary-header .inner-grid > ul > li > a.active {
  font-weight: bold;
}
.theme-asgrow .secondary-header .inner-grid > ul > li:hover > a {
  background: #78351D;
}
.theme-dekalb .secondary-header .inner-grid > ul > li:hover > a {
  background: #ffbd04;
}
.theme-deltapine .secondary-header .inner-grid > ul > li:hover > a {
  background: #ccc;
}
.secondary-header .inner-grid > ul > li:last-child {
  padding-right: 0;
  margin-right: -0.5rem;
}
.secondary-header .inner-grid > ul > li .tertiary-nav {
  z-index: -1;
  display: none;
  position: absolute;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 170px;
  left: -12px;
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  background-color: white;
}
.secondary-header .inner-grid > ul > li .tertiary-nav .tertiary-nav-item:hover {
  background-color: lightgray;
}
.secondary-header .inner-grid > ul > li .tertiary-nav .tertiary-nav-item .tertiary-nav-link {
  color: black;
  text-decoration: none;
  padding: 1rem;
  display: block;
}
.secondary-header .inner-grid > ul > li .tertiary-nav .tertiary-nav-item .tertiary-nav-link.active {
  font-weight: bold;
}
.secondary-header .inner-grid > ul > li .tertiary-nav:hover ~ a {
  border-bottom-width: 2px;
  border-bottom-style: solid;
}
.secondary-header .inner-grid > ul > li:hover .tertiary-nav,
.secondary-header .inner-grid > ul > li:focus .tertiary-nav,
.secondary-header .inner-grid > ul > li.focus-within .tertiary-nav {
  display: block;
  z-index: 1;
}
.secondary-header .inner-grid > ul > li:focus-within .tertiary-nav {
  display: block;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .secondary-header {
    display: none;
  }
}

@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,900,300italic");
.product-detail-grid {
  padding-top: 0;
}
.product-detail-grid .product-new {
  position: relative;
  margin-top: -30px;
}
.product-detail-grid .product-new .square-div {
  height: 40px;
  width: 53px;
}
.product-detail-grid .product-new .triangle-div {
  width: 0;
  height: 0;
  border-left: 26px solid transparent;
  border-right: 27px solid transparent;
  border-top: 10px solid;
}
.product-detail-grid .product-new .new-tag {
  padding-top: 18px;
  padding-left: 0;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.product-detail-grid.pdf-detail {
  padding: 0;
}
.product-detail-grid.pdf-detail > .mdc-layout-grid__inner {
  display: block;
}
.product-detail-grid.pdf-detail .mdc-layout-grid__inner {
  max-width: none;
}
.product-detail-grid.pdf-detail .product-detail-header-pdf {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  color: #000;
}
.product-detail-grid.pdf-detail .product-detail-header-pdf .hybrid {
  font-size: 36px;
}
.product-detail-grid.pdf-detail .product-detail-header-pdf h1 {
  display: inline-block;
}
.product-detail-grid.pdf-detail .product-detail-header-pdf h1 .mdc-product-card {
  border: none;
  padding: 0;
  height: 17px;
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.product-detail-grid.pdf-detail .product-detail-header-pdf h1 .mdc-product-card .mdc-product-card__tagline {
  right: auto;
}
.product-detail-grid.pdf-detail .product-detail-header-pdf span {
  padding-left: .5rem;
}
.product-detail-grid.pdf-detail .product-detail-header-pdf span img {
  width: 24px;
}
.product-detail-grid.pdf-detail .product-detail-header-pdf .brand-blend {
  font-size: 24px;
  font-weight: bold;
  flex: 0 0 100%;
  padding: 0;
}
.product-detail-grid.pdf-detail .product-details-column,
.product-detail-grid.pdf-detail .product-characteristics-pdf {
  margin-top: 0;
  margin-bottom: 0;
  background: none;
}
.product-detail-grid.pdf-detail .product-details-column .characteristic-group,
.product-detail-grid.pdf-detail .product-characteristics-pdf .characteristic-group {
  margin-bottom: 2rem;
}
.product-detail-grid.pdf-detail .product-details-column .characteristic-group h6,
.product-detail-grid.pdf-detail .product-characteristics-pdf .characteristic-group h6 {
  font-size: 9px;
  margin-bottom: 10px;
  color: #000;
}
.product-detail-grid.pdf-detail .product-details-column .characteristic-group table td,
.product-detail-grid.pdf-detail .product-characteristics-pdf .characteristic-group table td {
  color: #000;
  font-size: 9px;
  padding: .375rem 0;
}
.product-detail-grid.pdf-detail .product-details-column .characteristic-group table td img,
.product-detail-grid.pdf-detail .product-characteristics-pdf .characteristic-group table td img {
  vertical-align: middle;
  width: 13px;
}
.product-detail-grid.pdf-detail .product-details-column .mdc-typography--overline {
  font-size: 10px;
  font-weight: bold;
  color: #000;
  letter-spacing: normal;
  text-transform: none;
}
.product-detail-grid.pdf-detail .product-details-column .mdc-typography--overline.align-left {
  text-align: left;
}
.product-detail-grid.pdf-detail .product-details-column .full-width-pdf-column {
  clear: both;
  background: #fafafa;
}
.product-detail-grid.pdf-detail .product-details-column .full-width-pdf-column .region,
.product-detail-grid.pdf-detail .product-details-column .full-width-pdf-column .season {
  font-size: 10px;
}
.product-detail-grid.pdf-detail .product-details-column .full-width-pdf-column .region strong,
.product-detail-grid.pdf-detail .product-details-column .full-width-pdf-column .season strong {
  color: #000;
}
.product-detail-grid.pdf-detail .product-details-column .full-width-pdf-column .detail-list {
  padding-left: 0;
  margin-top: 10px;
  font-size: 10px;
}
.product-detail-grid.pdf-detail .product-details-column .full-width-pdf-column .detail-list li {
  margin-left: 14px;
  padding-bottom: 4px;
}
.product-detail-grid.pdf-detail .product-details-column .full-width-pdf-column.highlight-strength ul li:first-child {
  list-style: none;
  margin-left: 0;
}
.product-detail-grid.pdf-detail .product-details-column .full-width-pdf-column.notes-column {
  height: 138px;
}
.product-detail-grid.pdf-detail .product-details-column .full-width-pdf-column:first-child {
  border-bottom: 0 !important;
}
.product-detail-grid.pdf-detail .product-details-column .half-column {
  background: #fafafa;
}
.product-detail-grid.pdf-detail .product-details-column .half-column .trait,
.product-detail-grid.pdf-detail .product-details-column .half-column .maturity {
  padding-top: 2.5rem;
  min-height: 150px;
}
.product-detail-grid.pdf-detail .product-details-column .half-column .trait .mdc-typography--overline,
.product-detail-grid.pdf-detail .product-details-column .half-column .maturity .mdc-typography--overline {
  top: 1rem;
}
.product-detail-grid.pdf-detail .product-details-column .half-column .trait.label-hidden,
.product-detail-grid.pdf-detail .product-details-column .half-column .maturity.label-hidden {
  padding-top: 1.5rem;
}
.product-detail-grid.pdf-detail .product-details-column .half-column .maturity-value {
  font-size: 36px;
  font-weight: 300;
}
.product-detail-grid.pdf-detail .product-details-column .half-column .maturity-value.mdc-typography--headline5 {
  padding: 0;
  font-size: 1rem;
}
.product-detail-grid.pdf-detail .product-details-column .half-column.large .maturity {
  border-right: 0;
}
.product-detail-grid.pdf-detail .product-details-column .half-column .trait .trait-image {
  max-width: 130px;
  max-height: 50px;
}
.product-detail-grid.pdf-detail .product-details-column .half-column .trait.label-hidden .trait-image {
  max-width: 85%;
}
.product-detail-grid.pdf-detail .pdf-footer {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
.product-detail-grid.pdf-detail .key-header {
  margin-bottom: 10px;
}
.product-detail-grid.pdf-detail .legend-content p {
  font-size: 11px;
}
.product-detail-grid.pdf-detail .legend-content h4 {
  font-size: 15px;
}
.product-detail-grid.pdf-detail .disclaimer {
  top: 100%;
}
.product-detail-grid.pdf-detail .disclaimer .legal {
  margin-top: 2vw;
}
.product-detail-grid.pdf-detail .disclaimer .legal p {
  font-size: 8px;
  color: #999999;
  margin: 0;
}
@media only screen and (max-width: 599px) {
  .product-detail-grid .hero-container.image {
    min-height: 190px;
  }
}
.product-detail-grid .hero-box .mdc-typography--headline6 {
  text-transform: uppercase;
}
.product-detail-grid .hero-box .mdc-typography--headline3 span img {
  width: 30px;
  position: relative;
  top: -2px;
}
.product-detail-grid .hero-box .mdc-typography--headline3 span.product-name {
  position: relative;
  display: inline-block;
  height: 48px;
}
@media only screen and (max-width: 599px) {
  .product-detail-grid .hero-box .mdc-typography--headline3 span.product-name {
    height: auto;
    position: static;
  }
}
.product-detail-grid .hero-box .mdc-typography--headline3 span .mdc-product-card {
  position: absolute;
  border: 0;
  background: none;
  padding: 0;
  height: 0;
}
.product-detail-grid .hero-box .mdc-typography--headline3 span .mdc-product-card .mdc-product-card__tagline {
  top: -14px;
  left: 2px;
  right: auto;
  padding-top: 1px;
  padding-bottom: 0;
  height: 14px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 599px) {
  .product-detail-grid .hero-box .mdc-typography--headline3 span .mdc-product-card {
    top: 14px;
    left: 0;
  }
}
@media only screen and (max-width: 599px) {
  .product-detail-grid .hero-box .mdc-typography--headline3 {
    /*font-size: 2rem;*/
  }
  .product-detail-grid .hero-box .mdc-typography--headline3 span img {
    width: 24px;
  }
}
.product-detail-grid .product-detail-header {
  display: flex;
  justify-content: space-between;
}
.product-detail-grid .product-detail-header .actions {
  text-align: left;
}
@media only screen and (min-width: 840px) {
  .product-detail-grid .product-detail-header {
    align-items: flex-start;
  }
  .product-detail-grid .product-detail-header .actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
    flex: 1;
  }
  .product-detail-grid .product-detail-header .actions .main-actions {
    white-space: nowrap;
    padding-left: .5rem;
  }
  .product-detail-grid .product-detail-header .actions .main-actions button,
  .product-detail-grid .product-detail-header .actions .main-actions a {
    margin: 0.5rem 0;
  }
  .product-detail-grid .product-detail-header .actions .main-actions button.mobile-only,
  .product-detail-grid .product-detail-header .actions .main-actions a.mobile-only {
    display: none;
  }
  .product-detail-grid .product-detail-header .actions .share-actions {
    padding-left: .5rem;
  }
}
@media only screen and (min-width: 600px) and (max-width: 839px) {
  .product-detail-grid .product-detail-header {
    display: block;
  }
  .product-detail-grid .product-detail-header .actions {
    margin: 1rem 0 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    flex: 1;
  }
  .product-detail-grid .product-detail-header .actions .main-actions {
    white-space: nowrap;
    padding-right: .5rem;
  }
  .product-detail-grid .product-detail-header .actions .main-actions button,
  .product-detail-grid .product-detail-header .actions .main-actions a {
    margin: 0.5rem 0;
  }
  .product-detail-grid .product-detail-header .actions .main-actions button.mobile-only,
  .product-detail-grid .product-detail-header .actions .main-actions a.mobile-only {
    display: none;
  }
}
@media only screen and (max-width: 599px) {
  .product-detail-grid .product-detail-header {
    display: block;
  }
  .product-detail-grid .product-detail-header .actions {
    margin: 1rem 0 0;
    display: flex;
  }
  .product-detail-grid .product-detail-header .actions .main-actions {
    display: flex;
  }
  .product-detail-grid .product-detail-header .actions button,
  .product-detail-grid .product-detail-header .actions a {
    margin: 0;
  }
  .product-detail-grid .product-detail-header .actions button.planning-rate,
  .product-detail-grid .product-detail-header .actions a.planning-rate,
  .product-detail-grid .product-detail-header .actions button.my-seed,
  .product-detail-grid .product-detail-header .actions a.my-seed {
    display: none;
  }
  .product-detail-grid .product-detail-header .actions button.mobile-only,
  .product-detail-grid .product-detail-header .actions a.mobile-only {
    display: inline-block;
  }
  .product-detail-grid .product-detail-header .actions button.hide-mobile,
  .product-detail-grid .product-detail-header .actions a.hide-mobile {
    display: none;
  }
}
.product-detail-grid .logo-image {
  max-width: 160px;
  max-height: 55px;
  float: right;
}
.product-detail-grid .product-details {
  display: flex;
  flex-wrap: wrap;
}
.product-detail-grid .product-details,
.product-detail-grid .product-details-column {
  background: #f9f9f9;
  margin: 1.5rem 0 2.5rem;
}
.product-detail-grid .product-details div,
.product-detail-grid .product-details-column div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 600px) and (max-width: 839px), only screen and (min-width: 840px) {
  .product-detail-grid .product-details h6,
  .product-detail-grid .product-details-column h6 {
    text-align: center;
  }
}
@media only screen and (max-width: 599px) {
  .product-detail-grid .product-details h6,
  .product-detail-grid .product-details-column h6 {
    text-align: left;
  }
}
.product-detail-grid .product-details .stacked-column,
.product-detail-grid .product-details-column .stacked-column {
  display: flex;
  flex-direction: column;
  max-width: 33.3333%;
  width: 100%;
}
.product-detail-grid .product-details .stacked-column > div,
.product-detail-grid .product-details-column .stacked-column > div {
  border-top: 3px solid #fff;
}
@media only screen and (min-width: 600px) and (max-width: 839px), only screen and (min-width: 840px) {
  .product-detail-grid .product-details .stacked-column > div,
  .product-detail-grid .product-details-column .stacked-column > div {
    height: auto;
  }
}
.product-detail-grid .product-details .stacked-column > div:first-child,
.product-detail-grid .product-details-column .stacked-column > div:first-child {
  border-top: 0;
}
.product-detail-grid .product-details .half-column,
.product-detail-grid .product-details-column .half-column {
  width: 50%;
  float: left;
}
.product-detail-grid .product-details .half-column .maturity,
.product-detail-grid .product-details-column .half-column .maturity,
.product-detail-grid .product-details .half-column .trait,
.product-detail-grid .product-details-column .half-column .trait,
.product-detail-grid .product-details .half-column .region,
.product-detail-grid .product-details-column .half-column .region {
  min-height: 150px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-detail-grid .product-details .half-column .maturity .mdc-typography--overline,
.product-detail-grid .product-details-column .half-column .maturity .mdc-typography--overline,
.product-detail-grid .product-details .half-column .trait .mdc-typography--overline,
.product-detail-grid .product-details-column .half-column .trait .mdc-typography--overline,
.product-detail-grid .product-details .half-column .region .mdc-typography--overline,
.product-detail-grid .product-details-column .half-column .region .mdc-typography--overline {
  position: absolute;
  top: 1.5rem;
  width: 100%;
  left: 0;
}
.product-detail-grid .product-details .half-column .maturity .trait-link,
.product-detail-grid .product-details-column .half-column .maturity .trait-link,
.product-detail-grid .product-details .half-column .trait .trait-link,
.product-detail-grid .product-details-column .half-column .trait .trait-link,
.product-detail-grid .product-details .half-column .region .trait-link,
.product-detail-grid .product-details-column .half-column .region .trait-link {
  position: absolute;
  bottom: 1rem;
  width: 100%;
  left: 0;
}
.product-detail-grid .product-details .half-column.large,
.product-detail-grid .product-details-column .half-column.large {
  width: 100%;
}
.product-detail-grid .product-details .stacked-column,
.product-detail-grid .product-details-column .stacked-column,
.product-detail-grid .product-details .half-column,
.product-detail-grid .product-details-column .half-column {
  text-align: center;
  /*&.trait-hidden {
                @media @tablet, @desktop {
                    .maturity {
                        height: 100%;
                        border-bottom: 0;
                    }
                    &.region-visible {
                        .maturity,
                        .region {
                            height: 50%;
                        }
                    }
                }
                @media @mobile {
                    .maturity {
                        border-bottom: 0;
                    }
                }
            }

            &.maturity-hidden {
                @media @tablet, @desktop {
                    .trait {
                        height: 100%;
                    }
                    &.region-visible {
                        .trait,
                        .region {
                            height: 50%;
                        }
                    }
                }
            }

            &.trait-hidden.maturity-hidden {
                @media @tablet, @desktop {
                    .region {
                        border-top: 0;
                        height: 100%;
                    }
                }
            }*/
}
.product-detail-grid .product-details .stacked-column > div,
.product-detail-grid .product-details-column .stacked-column > div,
.product-detail-grid .product-details .half-column > div,
.product-detail-grid .product-details-column .half-column > div {
  padding: 1.5rem;
}
@media only screen and (min-width: 600px) and (max-width: 839px), only screen and (min-width: 840px) {
  .product-detail-grid .product-details .stacked-column > div,
  .product-detail-grid .product-details-column .stacked-column > div,
  .product-detail-grid .product-details .half-column > div,
  .product-detail-grid .product-details-column .half-column > div {
    min-height: 150px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 3rem;
    flex: 1;
  }
  .product-detail-grid .product-details .stacked-column > div.trait,
  .product-detail-grid .product-details-column .stacked-column > div.trait,
  .product-detail-grid .product-details .half-column > div.trait,
  .product-detail-grid .product-details-column .half-column > div.trait {
    padding-top: 1.5rem;
  }
  .product-detail-grid .product-details .stacked-column > div .mdc-typography--overline,
  .product-detail-grid .product-details-column .stacked-column > div .mdc-typography--overline,
  .product-detail-grid .product-details .half-column > div .mdc-typography--overline,
  .product-detail-grid .product-details-column .half-column > div .mdc-typography--overline {
    position: absolute;
    top: 1.5rem;
    width: 100%;
    left: 0;
  }
  .product-detail-grid .product-details .stacked-column > div .trait-link,
  .product-detail-grid .product-details-column .stacked-column > div .trait-link,
  .product-detail-grid .product-details .half-column > div .trait-link,
  .product-detail-grid .product-details-column .half-column > div .trait-link {
    position: absolute;
    bottom: 1rem;
    width: 100%;
    left: 0;
  }
}
.product-detail-grid .product-details .stacked-column .maturity-column,
.product-detail-grid .product-details-column .stacked-column .maturity-column,
.product-detail-grid .product-details .half-column .maturity-column,
.product-detail-grid .product-details-column .half-column .maturity-column {
  border-right: 3px solid #fff;
}
.product-detail-grid .product-details .stacked-column .trait img,
.product-detail-grid .product-details-column .stacked-column .trait img,
.product-detail-grid .product-details .half-column .trait img,
.product-detail-grid .product-details-column .half-column .trait img {
  max-width: 190px;
  max-height: 50px;
}
@media only screen and (min-width: 600px) and (max-width: 839px) {
  .product-detail-grid .product-details .stacked-column .trait img,
  .product-detail-grid .product-details-column .stacked-column .trait img,
  .product-detail-grid .product-details .half-column .trait img,
  .product-detail-grid .product-details-column .half-column .trait img {
    max-width: 140px;
  }
}
@media only screen and (max-width: 599px) {
  .product-detail-grid .product-details .stacked-column .trait img,
  .product-detail-grid .product-details-column .stacked-column .trait img,
  .product-detail-grid .product-details .half-column .trait img,
  .product-detail-grid .product-details-column .half-column .trait img {
    max-width: 130px;
    max-height: 35px;
  }
}
@media only screen and (max-width: 599px) {
  .product-detail-grid .product-details .stacked-column .trait.label-hidden img,
  .product-detail-grid .product-details-column .stacked-column .trait.label-hidden img,
  .product-detail-grid .product-details .half-column .trait.label-hidden img,
  .product-detail-grid .product-details-column .half-column .trait.label-hidden img {
    max-width: 75%;
    max-height: 45px;
  }
}
.product-detail-grid .product-details .stacked-column .trait .trait-image,
.product-detail-grid .product-details-column .stacked-column .trait .trait-image,
.product-detail-grid .product-details .half-column .trait .trait-image,
.product-detail-grid .product-details-column .half-column .trait .trait-image {
  max-width: 120px;
}
.product-detail-grid .product-details .stacked-column .spacer,
.product-detail-grid .product-details-column .stacked-column .spacer,
.product-detail-grid .product-details .half-column .spacer,
.product-detail-grid .product-details-column .half-column .spacer {
  padding: 0;
}
.product-detail-grid .product-details .stacked-column .spacer.show-mobile,
.product-detail-grid .product-details-column .stacked-column .spacer.show-mobile,
.product-detail-grid .product-details .half-column .spacer.show-mobile,
.product-detail-grid .product-details-column .half-column .spacer.show-mobile {
  display: none;
}
.product-detail-grid .product-details .stacked-column .spacer.mdc-typography--headline3,
.product-detail-grid .product-details-column .stacked-column .spacer.mdc-typography--headline3,
.product-detail-grid .product-details .half-column .spacer.mdc-typography--headline3,
.product-detail-grid .product-details-column .half-column .spacer.mdc-typography--headline3 {
  padding: 1.5rem 0 .5rem;
}
.product-detail-grid .product-details .stacked-column .trait-link,
.product-detail-grid .product-details-column .stacked-column .trait-link,
.product-detail-grid .product-details .half-column .trait-link,
.product-detail-grid .product-details-column .half-column .trait-link {
  opacity: .5;
}
@media only screen and (min-width: 600px) and (max-width: 839px), only screen and (min-width: 840px) {
  .product-detail-grid .product-details .stacked-column.no-image .maturity,
  .product-detail-grid .product-details-column .stacked-column.no-image .maturity,
  .product-detail-grid .product-details .half-column.no-image .maturity,
  .product-detail-grid .product-details-column .half-column.no-image .maturity,
  .product-detail-grid .product-details .stacked-column.no-image .region,
  .product-detail-grid .product-details-column .stacked-column.no-image .region,
  .product-detail-grid .product-details .half-column.no-image .region,
  .product-detail-grid .product-details-column .half-column.no-image .region {
    height: 50%;
  }
  .product-detail-grid .product-details .stacked-column.no-image .region,
  .product-detail-grid .product-details-column .stacked-column.no-image .region,
  .product-detail-grid .product-details .half-column.no-image .region,
  .product-detail-grid .product-details-column .half-column.no-image .region {
    border-bottom: 0;
    border-top: 0;
  }
}
@media only screen and (max-width: 599px) {
  .product-detail-grid .product-details .stacked-column.no-image .maturity,
  .product-detail-grid .product-details-column .stacked-column.no-image .maturity,
  .product-detail-grid .product-details .half-column.no-image .maturity,
  .product-detail-grid .product-details-column .half-column.no-image .maturity {
    border-bottom: 0;
  }
}
.product-detail-grid .product-details .stacked-column.no-image .trait,
.product-detail-grid .product-details-column .stacked-column.no-image .trait,
.product-detail-grid .product-details .half-column.no-image .trait,
.product-detail-grid .product-details-column .half-column.no-image .trait {
  display: none;
}
@media only screen and (max-width: 599px) {
  .product-detail-grid .product-details .stacked-column,
  .product-detail-grid .product-details-column .stacked-column,
  .product-detail-grid .product-details .half-column,
  .product-detail-grid .product-details-column .half-column {
    max-width: 100%;
  }
  .product-detail-grid .product-details .stacked-column > div,
  .product-detail-grid .product-details-column .stacked-column > div,
  .product-detail-grid .product-details .half-column > div,
  .product-detail-grid .product-details-column .half-column > div {
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: auto;
  }
  .product-detail-grid .product-details .stacked-column > div.label-hidden,
  .product-detail-grid .product-details-column .stacked-column > div.label-hidden,
  .product-detail-grid .product-details .half-column > div.label-hidden,
  .product-detail-grid .product-details-column .half-column > div.label-hidden {
    justify-content: flex-end;
  }
  .product-detail-grid .product-details .stacked-column .spacer,
  .product-detail-grid .product-details-column .stacked-column .spacer,
  .product-detail-grid .product-details .half-column .spacer,
  .product-detail-grid .product-details-column .half-column .spacer {
    padding: 0;
  }
  .product-detail-grid .product-details .stacked-column .spacer img,
  .product-detail-grid .product-details-column .stacked-column .spacer img,
  .product-detail-grid .product-details .half-column .spacer img,
  .product-detail-grid .product-details-column .half-column .spacer img {
    max-width: 100px;
  }
  .product-detail-grid .product-details .stacked-column .spacer.hide-mobile,
  .product-detail-grid .product-details-column .stacked-column .spacer.hide-mobile,
  .product-detail-grid .product-details .half-column .spacer.hide-mobile,
  .product-detail-grid .product-details-column .half-column .spacer.hide-mobile {
    display: none;
  }
  .product-detail-grid .product-details .stacked-column .spacer.show-mobile,
  .product-detail-grid .product-details-column .stacked-column .spacer.show-mobile,
  .product-detail-grid .product-details .half-column .spacer.show-mobile,
  .product-detail-grid .product-details-column .half-column .spacer.show-mobile {
    display: block;
    text-align: right;
  }
  .product-detail-grid .product-details .stacked-column .trait-link,
  .product-detail-grid .product-details-column .stacked-column .trait-link,
  .product-detail-grid .product-details .half-column .trait-link,
  .product-detail-grid .product-details-column .half-column .trait-link {
    display: none;
  }
}
.product-detail-grid .product-details .detail-column,
.product-detail-grid .product-details-column .detail-column {
  flex: auto;
  max-width: 33.3333%;
  width: 100%;
  border-left: 3px solid #fff;
  padding: 1.5rem;
}
.product-detail-grid .product-details .detail-column.wide-column,
.product-detail-grid .product-details-column .detail-column.wide-column {
  max-width: 66.6666%;
}
.product-detail-grid .product-details .detail-column.full-width-column,
.product-detail-grid .product-details-column .detail-column.full-width-column {
  max-width: none;
  border-left: 0;
  border-top: 0;
}
.product-detail-grid .product-details .detail-column.double-column,
.product-detail-grid .product-details-column .detail-column.double-column {
  max-width: 50%;
}
.product-detail-grid .product-details .detail-column ul,
.product-detail-grid .product-details-column .detail-column ul {
  margin: 1rem 0 0;
  padding: 0 0 0 18px;
}
.product-detail-grid .product-details .detail-column.strengths-column ul,
.product-detail-grid .product-details-column .detail-column.strengths-column ul {
  padding: 0;
}
.product-detail-grid .product-details .detail-column.strengths-column ul li,
.product-detail-grid .product-details-column .detail-column.strengths-column ul li {
  margin-left: 18px;
}
.product-detail-grid .product-details .detail-column.strengths-column.highlight-strength ul li:first-child,
.product-detail-grid .product-details-column .detail-column.strengths-column.highlight-strength ul li:first-child {
  list-style: none;
  margin-left: 0;
}
.product-detail-grid .product-details .detail-column.strengths-column.double-column,
.product-detail-grid .product-details-column .detail-column.strengths-column.double-column {
  border-left: 0;
  border-top: 0;
}
@media only screen and (min-width: 840px) {
  .product-detail-grid .product-details .detail-column.strengths-column,
  .product-detail-grid .product-details-column .detail-column.strengths-column {
    display: flex;
    align-items: center;
    position: relative;
    padding-top: 2.5rem;
  }
  .product-detail-grid .product-details .detail-column.strengths-column h6,
  .product-detail-grid .product-details-column .detail-column.strengths-column h6 {
    position: absolute;
    top: 1.5rem;
    left: 0;
    width: 100%;
  }
}
@media only screen and (min-width: 840px) {
  .product-detail-grid .product-details .detail-column.tips-column,
  .product-detail-grid .product-details-column .detail-column.tips-column {
    display: flex;
    align-items: center;
    position: relative;
    padding-top: 2.5rem;
  }
  .product-detail-grid .product-details .detail-column.tips-column h6,
  .product-detail-grid .product-details-column .detail-column.tips-column h6 {
    position: absolute;
    top: 1.5rem;
    left: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 599px) {
  .product-detail-grid .product-details .detail-column,
  .product-detail-grid .product-details-column .detail-column {
    max-width: 100%;
    border-left: 0;
    border-top: 3px solid #fff;
    padding: 1rem;
  }
  .product-detail-grid .product-details .detail-column.wide-column,
  .product-detail-grid .product-details-column .detail-column.wide-column,
  .product-detail-grid .product-details .detail-column.double-column,
  .product-detail-grid .product-details-column .detail-column.double-column {
    max-width: 100%;
  }
}
@media only screen and (min-width: 600px) and (max-width: 839px) {
  .product-detail-grid .product-details .detail-column.strengths-column,
  .product-detail-grid .product-details-column .detail-column.strengths-column {
    flex: auto;
    max-width: 66.6666%;
    width: 100%;
  }
  .product-detail-grid .product-details .detail-column.strengths-column.full-width-column,
  .product-detail-grid .product-details-column .detail-column.strengths-column.full-width-column {
    max-width: 100%;
  }
  .product-detail-grid .product-details .detail-column.tips-column,
  .product-detail-grid .product-details-column .detail-column.tips-column {
    max-width: 100%;
    width: 100%;
    flex: auto;
    border-left: 0;
    border-top: 3px solid #fff;
  }
}
.product-detail-grid .product-details .full-width-column,
.product-detail-grid .product-details-column .full-width-column {
  flex: 0 0 100%;
}
.product-detail-grid .product-details .full-width-column .key-ratings li,
.product-detail-grid .product-details-column .full-width-column .key-ratings li {
  display: inline-flex;
}
.product-detail-grid .product-details .full-width-column,
.product-detail-grid .product-details-column .full-width-column,
.product-detail-grid .product-details .full-width-pdf-column,
.product-detail-grid .product-details-column .full-width-pdf-column {
  border-top: 3px solid #fff;
  padding: 1.5rem;
}
@media only screen and (max-width: 599px) {
  .product-detail-grid .product-details .full-width-column,
  .product-detail-grid .product-details-column .full-width-column,
  .product-detail-grid .product-details .full-width-pdf-column,
  .product-detail-grid .product-details-column .full-width-pdf-column {
    padding: 1rem;
  }
}
.product-detail-grid .product-details .full-width-column:first-child,
.product-detail-grid .product-details-column .full-width-column:first-child,
.product-detail-grid .product-details .full-width-pdf-column:first-child,
.product-detail-grid .product-details-column .full-width-pdf-column:first-child {
  border-top: 0;
  border-bottom: 3px solid #fff;
}
.product-detail-grid .product-details .full-width-column .detail-list,
.product-detail-grid .product-details-column .full-width-column .detail-list,
.product-detail-grid .product-details .full-width-pdf-column .detail-list,
.product-detail-grid .product-details-column .full-width-pdf-column .detail-list {
  margin: 1rem 0 0;
}
.product-detail-grid .product-details .full-width-column ul.key-ratings,
.product-detail-grid .product-details-column .full-width-column ul.key-ratings,
.product-detail-grid .product-details .full-width-pdf-column ul.key-ratings,
.product-detail-grid .product-details-column .full-width-pdf-column ul.key-ratings {
  margin: 1rem 0 0;
  padding: 0;
}
.product-detail-grid .product-details .full-width-column ul.key-ratings li,
.product-detail-grid .product-details-column .full-width-column ul.key-ratings li,
.product-detail-grid .product-details .full-width-pdf-column ul.key-ratings li,
.product-detail-grid .product-details-column .full-width-pdf-column ul.key-ratings li {
  list-style: none;
  align-items: center;
  margin-right: 2rem;
  margin-top: .5rem;
}
@media only screen and (max-width: 599px) {
  .product-detail-grid .product-details .full-width-column ul.key-ratings li,
  .product-detail-grid .product-details-column .full-width-column ul.key-ratings li,
  .product-detail-grid .product-details .full-width-pdf-column ul.key-ratings li,
  .product-detail-grid .product-details-column .full-width-pdf-column ul.key-ratings li {
    display: flex;
    flex: 0 0 100%;
  }
}
.product-detail-grid .product-details .full-width-column ul.key-ratings li span,
.product-detail-grid .product-details-column .full-width-column ul.key-ratings li span,
.product-detail-grid .product-details .full-width-pdf-column ul.key-ratings li span,
.product-detail-grid .product-details-column .full-width-pdf-column ul.key-ratings li span {
  padding: 0 .5rem;
  line-height: 1;
}
.product-detail-grid .product-details .full-width-column.legend,
.product-detail-grid .product-details-column .full-width-column.legend,
.product-detail-grid .product-details .full-width-pdf-column.legend,
.product-detail-grid .product-details-column .full-width-pdf-column.legend {
  padding: 0;
}
.product-detail-grid .product-details .full-width-column.legend > h6,
.product-detail-grid .product-details-column .full-width-column.legend > h6,
.product-detail-grid .product-details .full-width-pdf-column.legend > h6,
.product-detail-grid .product-details-column .full-width-pdf-column.legend > h6 {
  padding: 1.5rem;
  cursor: pointer;
  position: relative;
}
@media only screen and (max-width: 599px) {
  .product-detail-grid .product-details .full-width-column.legend > h6,
  .product-detail-grid .product-details-column .full-width-column.legend > h6,
  .product-detail-grid .product-details .full-width-pdf-column.legend > h6,
  .product-detail-grid .product-details-column .full-width-pdf-column.legend > h6 {
    padding: 1rem;
  }
}
.product-detail-grid .product-details .full-width-column.legend > h6 i,
.product-detail-grid .product-details-column .full-width-column.legend > h6 i,
.product-detail-grid .product-details .full-width-pdf-column.legend > h6 i,
.product-detail-grid .product-details-column .full-width-pdf-column.legend > h6 i {
  position: absolute;
  right: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 599px) {
  .product-detail-grid .product-details .full-width-column.legend > h6 i,
  .product-detail-grid .product-details-column .full-width-column.legend > h6 i,
  .product-detail-grid .product-details .full-width-pdf-column.legend > h6 i,
  .product-detail-grid .product-details-column .full-width-pdf-column.legend > h6 i {
    right: 1rem;
  }
}
.product-detail-grid .product-details .full-width-column.legend .legend-content,
.product-detail-grid .product-details-column .full-width-column.legend .legend-content,
.product-detail-grid .product-details .full-width-pdf-column.legend .legend-content,
.product-detail-grid .product-details-column .full-width-pdf-column.legend .legend-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease-out;
}
.product-detail-grid .product-details .full-width-column.legend .legend-content.expanded,
.product-detail-grid .product-details-column .full-width-column.legend .legend-content.expanded,
.product-detail-grid .product-details .full-width-pdf-column.legend .legend-content.expanded,
.product-detail-grid .product-details-column .full-width-pdf-column.legend .legend-content.expanded {
  max-height: 5000px;
  transition: max-height 0.5s ease-in;
}
.product-detail-grid .product-details .full-width-column.legend .legend-content .inner,
.product-detail-grid .product-details-column .full-width-column.legend .legend-content .inner,
.product-detail-grid .product-details .full-width-pdf-column.legend .legend-content .inner,
.product-detail-grid .product-details-column .full-width-pdf-column.legend .legend-content .inner {
  padding: 0 1.5rem 1.5rem;
}
@media only screen and (max-width: 599px) {
  .product-detail-grid .product-details .full-width-column.legend .legend-content .inner,
  .product-detail-grid .product-details-column .full-width-column.legend .legend-content .inner,
  .product-detail-grid .product-details .full-width-pdf-column.legend .legend-content .inner,
  .product-detail-grid .product-details-column .full-width-pdf-column.legend .legend-content .inner {
    padding: 0 1rem 1rem;
  }
}
.product-detail-grid .product-details .full-width-pdf-column.local-header,
.product-detail-grid .product-details-column .full-width-pdf-column.local-header {
  font-size: 10px;
}
.product-detail-grid .product-details .full-width-pdf-column,
.product-detail-grid .product-details-column .full-width-pdf-column {
  padding: 1rem 1.5rem;
}
.product-detail-grid .product-characteristics {
  margin-bottom: 2.5rem;
}
@media only screen and (min-width: 600px) and (max-width: 839px), only screen and (min-width: 840px) {
  .product-detail-grid .product-characteristics {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }
}
@media only screen and (min-width: 600px) and (max-width: 839px), only screen and (min-width: 840px) {
  .product-detail-grid .product-characteristics .characteristic-group {
    padding-right: 15%;
  }
}
.product-detail-grid .product-characteristics-pdf .grid-sizer {
  width: 48%;
}
.product-detail-grid .product-characteristics-pdf .gutter-sizer {
  width: 4%;
}
.product-detail-grid .product-characteristics-pdf .grid-col {
  width: 48%;
  float: left;
}
.product-detail-grid .product-characteristics-pdf .grid-col.grid-col-1 {
  margin-right: 2%;
}
.product-detail-grid .product-characteristics-pdf .grid-col.grid-col-2 {
  margin-left: 2%;
}
.product-detail-grid .product-characteristics .characteristic-group,
.product-detail-grid .product-characteristics-pdf .characteristic-group {
  margin-bottom: 2.5rem;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  border-bottom: 1px solid transparent;
}
.product-detail-grid .product-characteristics .characteristic-group:only-child,
.product-detail-grid .product-characteristics-pdf .characteristic-group:only-child {
  padding: 0;
  -webkit-column-span: all;
  column-span: all;
}
.product-detail-grid .product-characteristics .characteristic-group h6,
.product-detail-grid .product-characteristics-pdf .characteristic-group h6 {
  margin-bottom: 1rem;
  font-weight: bold;
}
.product-detail-grid .product-characteristics .characteristic-group h6 i,
.product-detail-grid .product-characteristics-pdf .characteristic-group h6 i {
  display: none;
}
@media only screen and (max-width: 599px) {
  .product-detail-grid .product-characteristics .characteristic-group h6,
  .product-detail-grid .product-characteristics-pdf .characteristic-group h6 {
    cursor: pointer;
    position: relative;
    padding-right: 2.5rem;
  }
  .product-detail-grid .product-characteristics .characteristic-group h6 i,
  .product-detail-grid .product-characteristics-pdf .characteristic-group h6 i {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 599px) {
  .product-detail-grid .product-characteristics .characteristic-group .characteristic-table,
  .product-detail-grid .product-characteristics-pdf .characteristic-group .characteristic-table {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease-out;
  }
  .product-detail-grid .product-characteristics .characteristic-group .characteristic-table.expanded,
  .product-detail-grid .product-characteristics-pdf .characteristic-group .characteristic-table.expanded {
    max-height: 5000px;
    transition: max-height 0.5s ease-in;
  }
}
.product-detail-grid .product-characteristics .characteristic-group table,
.product-detail-grid .product-characteristics-pdf .characteristic-group table {
  width: 100%;
  border-top: 1px solid rgba(71, 71, 71, 0.22);
  border-collapse: collapse;
  margin: 0;
}
.product-detail-grid .product-characteristics .characteristic-group table td,
.product-detail-grid .product-characteristics-pdf .characteristic-group table td {
  border-bottom: 1px solid rgba(71, 71, 71, 0.22);
  padding: .5rem 0;
}
.product-detail-grid .product-characteristics .characteristic-group table td img,
.product-detail-grid .product-characteristics-pdf .characteristic-group table td img {
  width: 18px;
  vertical-align: middle;
}
.product-detail-grid .product-characteristics .characteristic-group table td:nth-child(2n),
.product-detail-grid .product-characteristics-pdf .characteristic-group table td:nth-child(2n) {
  text-align: right;
}
.product-detail-grid .mdc-product-card {
  min-width: 0;
  padding-bottom: 60px;
  height: 100%;
  position: relative;
}
.product-detail-grid .mdc-product-card .mdc-product-card__header {
  min-height: 51px;
}
.product-detail-grid .mdc-product-card .mdc-product-card__header .close-icon {
  display: none;
}
.product-detail-grid .mdc-product-card .mdc-product-card__header .mdc-product-card__identity {
  -ms-word-break: normal;
  word-break: normal;
}
.product-detail-grid .mdc-product-card .mdc-product-card__header .mdc-product-card__identity .mdc-typography--headline5 {
  padding: .25rem 0;
  line-height: normal;
  display: block;
  color: inherit;
}
.product-detail-grid .mdc-product-card .mdc-product-card__header .mdc-product-card__identity.has-avatar {
  padding-right: 95px;
}
.product-detail-grid .mdc-product-card .mdc-product-card__avatar.disabled-mask {
  overflow: visible;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: auto;
  height: auto;
}
.product-detail-grid .mdc-product-card .mdc-product-card__avatar.disabled-mask img {
  object-fit: inherit;
  max-width: 70px;
  max-height: 39px;
  height: auto;
  width: auto;
}
.product-detail-grid .mdc-product-card .mdc-product-card__feature .mdc-product-card__avatar.disabled-mask {
  margin: -15px 0;
}
.product-detail-grid .mdc-product-card .mdc-product-card__editor-content td:nth-child(2n) {
  text-align: right;
}
.product-detail-grid .mdc-product-card .product-card__footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  display: flex;
  padding: 0 0.5rem;
  align-items: center;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.product-detail-grid .mdc-product-card .product-card__footer .mdc-card__divider {
  position: absolute;
  width: 100%;
  top: 0;
  left: -1px;
}
.product-detail-grid .mdc-product-card .product-card__footer .product-card__actions {
  display: flex;
}
.product-detail-grid .mdc-typography--headline5 {
  padding-bottom: 1.5rem;
}
.product-detail-grid .see-all {
  margin-bottom: 1.5rem;
}
.product-detail-grid .mdc-layout-grid__inner .promo .promo-background {
  z-index: -1;
}

@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,900,300italic");
.plot-detail-grid {
  padding-top: 0;
}
.plot-detail-grid.pdf-detail {
  padding-bottom: 0;
}
.plot-detail-grid.pdf-detail .logo-image {
  max-width: 160px;
  max-height: 55px;
  float: right;
}
.plot-detail-grid.pdf-detail .pdf-header .mdc-typography--headline6 {
  text-transform: uppercase;
  font-size: 16px;
  color: #000;
  letter-spacing: 1px;
  margin-bottom: .25rem;
}
.plot-detail-grid.pdf-detail .pdf-header .mdc-typography--headline4 {
  font-size: 36px;
  color: #000;
  letter-spacing: -0.75px;
}
.plot-detail-grid.pdf-detail .pdf-header-boxes {
  display: flex;
  color: #000;
  box-sizing: border-box;
  margin-bottom: 2rem;
}
.plot-detail-grid.pdf-detail .pdf-header-boxes * {
  box-sizing: border-box;
}
.plot-detail-grid.pdf-detail .pdf-header-boxes .pdf-box {
  flex-grow: 1;
  flex-basis: 0;
  background: #f9f9f9;
  padding: .75rem 1.5rem;
}
.plot-detail-grid.pdf-detail .pdf-header-boxes .pdf-box.brand-average {
  color: #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-top: 36px;
  max-width: 20%;
}
.plot-detail-grid.pdf-detail .pdf-header-boxes .pdf-box.brand-average .label {
  position: absolute;
  top: 1rem;
  width: 100%;
  text-align: center;
  font-size: 10px;
  font-weight: 700;
}
.plot-detail-grid.pdf-detail .pdf-header-boxes .pdf-box.brand-average .label span {
  display: block;
  padding-top: 2px;
}
.plot-detail-grid.pdf-detail .pdf-header-boxes .pdf-box.brand-average .data {
  font-size: 32px;
}
.plot-detail-grid.pdf-detail .pdf-header-boxes .pdf-box.brand-average:first-child {
  border-right: 3px solid #fff;
}
.plot-detail-grid.pdf-detail .pdf-header-boxes .pdf-stacked-boxes {
  flex-grow: 1;
  flex-basis: 0;
  background: #f9f9f9;
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
}
.plot-detail-grid.pdf-detail .pdf-header-boxes .pdf-stacked-boxes .pdf-stacked {
  height: 50%;
  padding: .75rem 1.5rem;
}
.plot-detail-grid.pdf-detail .pdf-header-boxes .pdf-stacked-boxes .pdf-stacked:first-child {
  border-bottom: 3px solid #fff;
}
.plot-detail-grid.pdf-detail .pdf-header-boxes .pdf-stacked-boxes .pdf-stacked .data {
  text-align: right;
  text-transform: capitalize;
}
.plot-detail-grid.pdf-detail .pdf-header-boxes .pdf-box-data {
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  color: #000;
  padding: .25rem 0;
}
.plot-detail-grid.pdf-detail .pdf-header-boxes .pdf-box-data .label {
  font-weight: 700;
}
.plot-detail-grid.pdf-detail .pdf-header-boxes .pdf-box-data .data {
  text-transform: capitalize;
}
.plot-detail-grid.pdf-detail .mdc-data-table {
  background: none;
}
.plot-detail-grid.pdf-detail .silage.mdc-data-table {
  white-space: normal;
  border-bottom: 1px solid #cccccc;
  border-top: 0;
  overflow: visible;
  width: 90%;
}
.plot-detail-grid.pdf-detail .silage.mdc-data-table .mdc-data-table__content {
  margin-bottom: 0;
}
.plot-detail-grid.pdf-detail .silage.mdc-data-table tbody .mdc-data-table__row {
  border-color: #cccccc;
  height: 40px;
}
.plot-detail-grid.pdf-detail .silage.mdc-data-table tbody .mdc-data-table__row.table-header {
  border-top: 0;
  height: 130px;
}
.plot-detail-grid.pdf-detail .silage.mdc-data-table .mdc-data-table__cell,
.plot-detail-grid.pdf-detail .silage.mdc-data-table .mdc-data-table__header {
  padding: 0 12px;
  height: 40px;
}
.plot-detail-grid.pdf-detail .silage .mdc-data-table__header {
  font-weight: bold;
  line-height: normal;
  white-space: nowrap;
  text-align: left;
  position: relative;
  overflow: visible;
}
.plot-detail-grid.pdf-detail .silage .mdc-data-table__header span {
  display: block;
  position: absolute;
  transform: rotate(-45deg);
  transform-origin: bottom left;
  right: 50%;
  left: 50%;
  bottom: .5rem;
}
.plot-detail-grid.pdf-detail .silage .mdc-data-table__content .mdc-data-table__header:nth-child(1),
.plot-detail-grid.pdf-detail .silage .mdc-data-table__content .mdc-data-table__cell:nth-child(1) {
  padding-left: 12px;
}
.plot-detail-grid.pdf-detail .silage .mdc-data-table__content .mdc-data-table__header:nth-child(2),
.plot-detail-grid.pdf-detail .silage .mdc-data-table__content .mdc-data-table__cell:nth-child(2) {
  padding-left: 0;
}
.plot-detail-grid.pdf-detail .mdc-data-table__content .mdc-data-table__header:nth-child(1),
.plot-detail-grid.pdf-detail .mdc-data-table__content .mdc-data-table__cell:nth-child(1) {
  padding-left: 0;
}
.plot-detail-grid.pdf-detail .mdc-data-table__content .mdc-data-table__header:nth-child(2),
.plot-detail-grid.pdf-detail .mdc-data-table__content .mdc-data-table__cell:nth-child(2) {
  padding-left: 12px;
}
.plot-detail-grid.pdf-detail .mdc-data-table {
  white-space: normal;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
}
.plot-detail-grid.pdf-detail .mdc-data-table thead .mdc-data-table__row {
  height: auto;
  border-bottom: 0;
}
.plot-detail-grid.pdf-detail .mdc-data-table thead .mdc-data-table__row th {
  height: auto;
}
.plot-detail-grid.pdf-detail .mdc-data-table thead .mdc-data-table__row th .th-inner-content {
  display: flex;
  height: 48px;
  align-items: center;
}
.plot-detail-grid.pdf-detail .mdc-data-table thead .mdc-data-table__row th:not(.align-left) .th-inner-content {
  justify-content: center;
}
.plot-detail-grid.pdf-detail .mdc-data-table tbody .mdc-data-table__row {
  border-color: #cccccc;
}
.plot-detail-grid.pdf-detail .mdc-data-table tbody .mdc-data-table__row:first-child {
  border-top: 1px solid #cccccc;
}
.plot-detail-grid.pdf-detail .mdc-data-table tbody .mdc-data-table__row.expanded {
  height: 118px;
}
.plot-detail-grid.pdf-detail .mdc-data-table tbody .mdc-data-table__row.expanded td {
  padding-top: 66px;
}
.plot-detail-grid.pdf-detail .mdc-data-table tbody .mdc-data-table__row .trial-name {
  padding-right: 8px;
}
.plot-detail-grid.pdf-detail .mdc-data-table tbody .mdc-data-table__row .disabled-mask img {
  max-height: 20px;
}
.plot-detail-grid.pdf-detail .mdc-data-table__cell,
.plot-detail-grid.pdf-detail .mdc-data-table__header {
  color: #000;
  font-size: 10px;
  height: 44px;
  text-align: center;
  padding: 0 12px;
}
.plot-detail-grid.pdf-detail .mdc-data-table__cell.align-left,
.plot-detail-grid.pdf-detail .mdc-data-table__header.align-left {
  text-align: left;
}
.plot-detail-grid.pdf-detail .mdc-data-table__header {
  font-weight: bold;
  line-height: normal;
}
.plot-detail-grid.pdf-detail .mdc-data-table__header.no-wrap {
  white-space: nowrap;
}
.plot-detail-grid.pdf-detail .disclaimer {
  page-break-inside: avoid !important;
  top: 100%;
}
.plot-detail-grid.pdf-detail .disclaimer .legal {
  margin-top: 2vw;
  page-break-inside: avoid !important;
}
.plot-detail-grid.pdf-detail .disclaimer .legal p {
  font-size: 8px;
  color: #999999;
  margin: 0;
}
.plot-detail-grid.pdf-detail .table-cotton .mdc-data-table__cell,
.plot-detail-grid.pdf-detail .table-cotton .mdc-data-table__header {
  font-size: 9px;
  padding: 0 12px;
}
.plot-detail-grid .plot-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
.plot-detail-grid .plot-header .actions {
  white-space: nowrap;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 599px) {
  .plot-detail-grid .plot-header .actions .hide-mobile {
    display: none;
  }
}
.plot-detail-grid .plot-header .actions .show-mobile {
  display: none;
}
@media only screen and (max-width: 599px) {
  .plot-detail-grid .plot-header .actions .show-mobile {
    display: block;
  }
}
.plot-detail-grid .plot-header .mdc-button__secondary {
  margin-right: 1rem;
}
@media only screen and (max-width: 599px) {
  .plot-detail-grid .plot-header .mdc-button__secondary {
    min-width: 48px;
    justify-content: flex-end;
    margin-right: .25rem;
  }
  .plot-detail-grid .plot-header .mdc-button__secondary i {
    margin-right: 0;
  }
  .plot-detail-grid .plot-header .mdc-button__secondary span {
    display: none;
  }
}
.plot-detail-grid .plot-header .plot-print-download span {
  display: none;
}
.plot-detail-grid .plot-header .mdc-button__tertiary {
  min-width: 48px;
}
.plot-detail-grid .plot-header .mdc-button__tertiary i {
  margin-right: 0;
}
.plot-detail-grid .plot-header.align-right {
  justify-content: flex-end;
}
.plot-detail-grid .plot-blocks {
  margin-bottom: 2.5rem;
}
.plot-detail-grid .plot-blocks > div {
  border-bottom: 1px solid rgba(71, 71, 71, 0.22);
  padding: .5rem 0;
}
.plot-detail-grid .plot-blocks > div .mdc-typography--overline {
  padding-bottom: .25rem;
  opacity: .75;
}
.plot-detail-grid .trials {
  margin-bottom: 2.5rem;
}
.plot-detail-grid .trials .mdc-data-table__container {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}
.plot-detail-grid .dataTables_wrapper {
  width: 100%;
  min-width: 350px;
}
.plot-detail-grid .mdc-data-table__content {
  margin: 0;
  min-width: 350px;
}
.plot-detail-grid .mdc-data-table__content .orig {
  display: none;
}
@media only screen and (min-width: 600px) and (max-width: 839px), only screen and (min-width: 840px) {
  .plot-detail-grid .mdc-data-table__content .show-mobile,
  .plot-detail-grid .mdc-data-table__content .mobile-title {
    display: none;
  }
  .plot-detail-grid .mdc-data-table__content .mdc-data-table__header {
    background: transparent;
  }
  .plot-detail-grid .mdc-data-table__content .mdc-data-table__header,
  .plot-detail-grid .mdc-data-table__content .mdc-data-table__cell {
    outline-style: none;
  }
  .plot-detail-grid .mdc-data-table__content .mdc-data-table__header:nth-child(2),
  .plot-detail-grid .mdc-data-table__content .mdc-data-table__cell:nth-child(2) {
    padding-left: 24px;
  }
}
@media only screen and (max-width: 599px) {
  .plot-detail-grid .mdc-data-table__content {
    width: 100% !important;
  }
  .plot-detail-grid .mdc-data-table__content .mdc-data-table__cell:first-of-type,
  .plot-detail-grid .mdc-data-table__content .mdc-data-table__header:first-of-type {
    padding-left: 0;
    height: 32px;
  }
  .plot-detail-grid .mdc-data-table__content .mdc-data-table__cell,
  .plot-detail-grid .mdc-data-table__content .mdc-data-table__header {
    padding: 0;
  }
  .plot-detail-grid .mdc-data-table__content .hide-mobile {
    display: none;
  }
  .plot-detail-grid .mdc-data-table__content thead .mdc-data-table__row {
    height: auto;
  }
  .plot-detail-grid .mdc-data-table__content thead .mdc-data-table__row .mdc-data-table__header {
    height: auto;
    padding: .75rem 0;
    display: none;
    background: transparent;
    outline-style: none;
  }
  .plot-detail-grid .mdc-data-table__content thead .mdc-data-table__row .mdc-data-table__header.mobile-sort {
    display: table-cell;
    min-width: 150px;
  }
  .plot-detail-grid .mdc-data-table__content tbody .mdc-data-table__row {
    max-height: 33px;
    overflow: hidden;
    transition: max-height 0.35s ease-out;
    cursor: pointer;
    padding-bottom: 5px;
    padding-top: 5px;
  }
  .plot-detail-grid .mdc-data-table__content tbody .mdc-data-table__row:hover {
    background: transparent;
  }
  .plot-detail-grid .mdc-data-table__content tbody .mdc-data-table__row .mdc-data-table__cell {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .plot-detail-grid .mdc-data-table__content tbody .mdc-data-table__row .mdc-data-table__cell .mobile-title {
    width: 150px;
  }
  .plot-detail-grid .mdc-data-table__content tbody .mdc-data-table__row .mdc-data-table__cell.mobile-trigger .mobile-title {
    display: none;
  }
  .plot-detail-grid .mdc-data-table__content tbody .mdc-data-table__row .mdc-data-table__cell.mobile-trigger i {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .plot-detail-grid .mdc-data-table__content tbody .mdc-data-table__row.expanded {
    max-height: 1000px;
    transition: max-height 0.5s ease-in;
  }
}
.plot-detail-grid .mdc-data-table__content .hide {
  display: none;
}
.plot-detail-grid .plot-details {
  margin-bottom: 1rem;
}
.plot-detail-grid .mdc-product-card {
  min-width: 0;
  padding-bottom: 60px;
  height: 100%;
  position: relative;
}
.plot-detail-grid .mdc-product-card .mdc-product-card__header {
  min-height: 51px;
  padding-right: 60px;
}
.plot-detail-grid .mdc-product-card .mdc-product-card__header .close-icon {
  display: none;
}
.plot-detail-grid .mdc-product-card .product-card__footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  display: flex;
  padding: 0 0.5rem;
  align-items: center;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.plot-detail-grid .mdc-product-card .product-card__footer .mdc-card__divider {
  position: absolute;
  width: 100%;
  top: 0;
  left: -1px;
}
.plot-detail-grid .mdc-product-card .product-card__footer .product-card__actions {
  display: flex;
}
.plot-detail-grid .trial-name {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}
.plot-detail-grid .mdc-product-card__avatar.disabled-mask {
  overflow: visible;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding-left: 0.5rem;
  width: auto;
  height: auto;
}
.plot-detail-grid .mdc-product-card__avatar.disabled-mask img {
  object-fit: inherit;
  max-width: 70px;
  max-height: 39px;
  height: auto;
  width: auto;
}
@media only screen and (max-width: 599px) {
  .plot-detail-grid .mdc-product-card__avatar.disabled-mask img {
    max-height: 30px;
  }
}
.plot-detail-grid .legend {
  margin-bottom: 2.5rem;
}
.plot-detail-grid .calculation {
  margin-bottom: 1rem;
}
.plot-detail-grid .calculation .mdc-text-field__input {
  -moz-appearance: textfield;
}
.plot-detail-grid .calculation .mdc-text-field__input::-webkit-outer-spin-button,
.plot-detail-grid .calculation .mdc-text-field__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.plot-detail-grid .hidden-content {
  -webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
}
.plot-detail-grid .hidden-content .legend-trigger {
  padding: 1rem 1.5rem;
  cursor: pointer;
  position: relative;
}
.plot-detail-grid .hidden-content .legend-trigger i {
  position: absolute;
  right: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 599px) {
  .plot-detail-grid .hidden-content .legend-trigger {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .plot-detail-grid .hidden-content .legend-trigger i {
    right: 1rem;
  }
}
.plot-detail-grid .hidden-content .legend-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease-out;
}
.plot-detail-grid .hidden-content .legend-content.expanded {
  max-height: 5000px;
  transition: max-height 0.5s ease-in;
}
.plot-detail-grid .hidden-content .legend-content .inner {
  padding: 0 1.5rem 1.5rem;
}
@media only screen and (max-width: 599px) {
  .plot-detail-grid .hidden-content .legend-content .inner {
    padding: 0 1rem 1rem;
  }
}
.plot-detail-grid .hidden-content .legend-content .mdc-textfield {
  width: 100%;
}
.theme-channel .mdc-data-table thead > tr,
.theme-channel .mdc-data-table thead .mdc-data-table__row {
  border-bottom: 4px solid #006c67;
}

@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,900,300italic");
.top-contact-hero {
  padding-top: 0;
  padding-bottom: 0;
}
.top-contact-hero .hero {
  margin: 0;
}
.contact-profile .contact-details {
  grid-template-columns: auto 1fr;
  grid-template-rows: auto 1fr;
  grid-template-areas: "Thumb Name" "Thumb Info";
}
.contact-profile .contact-details.no-img {
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-template-areas: "Name" "Info";
}
.contact-profile .contact-details.no-img .thumb {
  display: none;
}
@media only screen and (max-width: 599px) {
  .contact-profile .contact-details {
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    grid-template-areas: "Thumb Name" "Info Info";
  }
}
.contact-profile .contact-details .title {
  grid-area: Title;
}
@media only screen and (max-width: 599px) {
  .contact-profile .contact-details .title {
    font-size: 1.25rem;
    line-height: 1;
  }
}
.contact-profile .contact-details .thumb {
  grid-area: Thumb;
}
.contact-profile .contact-details .thumb img {
  width: 100%;
  height: auto;
  max-width: 150px;
}
@media only screen and (max-width: 599px) {
  .contact-profile .contact-details .thumb img {
    max-width: 64px;
  }
}
.contact-profile .contact-details .name-title {
  grid-area: Name;
  position: relative;
}
.contact-profile .contact-details .info {
  grid-area: Info;
  position: relative;
}
.contact-profile .contact-details .info > div {
  padding: .25rem 0;
}
.contact-profile .contact-details .info > div:first-child {
  padding-top: 0;
}
.contact-profile .contact-details .info > div:last-child {
  padding-bottom: 0;
}
@media all and (-ms-high-contrast: none) {
  .contact-profile .contact-details {
    display: -ms-grid;
    -ms-grid-columns: auto 1fr;
    -ms-grid-rows: auto 1fr;
  }
  .contact-profile .contact-details .thumb {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-col: 1;
    -ms-grid-col-span: 1;
  }
  .contact-profile .contact-details .name {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-col: 2;
    -ms-grid-col-span: 1;
  }
  .contact-profile .contact-details .info {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-col: 2;
    -ms-grid-col-span: 1;
  }
}
.contact-profile .mdc-textfield {
  width: 100%;
}
.contact-profile .mdc-textfield.textarea {
  height: 120px;
  align-items: flex-start;
}
.contact-profile .mdc-textfield.textarea .mdc-text-field__input {
  height: calc(120px - 32px);
  padding-top: 20px;
  resize: none;
}
.contact-profile .mdc-textfield.textarea .mdc-floating-label {
  bottom: auto;
  top: 18px;
}
.contact-profile .mdc-textfield.mdc-text-field--upgraded:not(.mdc-text-field--fullwidth):not(.mdc-text-field--box) {
  margin-top: 0;
  margin-bottom: 16px;
}
.contact-profile .mdc-textfield.mdc-text-field--upgraded:not(.mdc-text-field--fullwidth):not(.mdc-text-field--box).textarea {
  margin-bottom: 0;
}
.contact-profile .mdc-checkbox {
  margin-left: -10px;
}
.contact-profile .privacy-statement {
  margin-top: -10px;
}
.contact-profile .mdc-text-field-helper-text:not(.grecaptcha-error) {
  position: absolute;
  bottom: -2px;
  margin: 0;
  left: 1rem;
}
.contact-profile .contact-form {
  padding-top: 0;
}
.contact-profile .contact-form .mdc-layout-grid__cell {
  position: relative;
}
.contact-profile .contact-form .mdc-card__divider {
  margin-bottom: .5rem;
}

@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,900,300italic");
body.nav-open {
  overflow-y: hidden;
  height: 100vh;
}
.skip-link {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
}
.skip-link:focus,
.skip-link:active {
  left: auto;
  top: auto;
  width: 275px;
  height: 36px;
  overflow: hidden;
  margin: 0;
  text-align: center;
  z-index: 999;
  -webkit-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.4);
}
#app-bar {
  position: relative;
  z-index: 6;
}
.overlay-open #app-bar {
  z-index: 1;
}
.primary-grid {
  padding-top: 0;
  padding-bottom: 0;
}
#page-header {
  position: relative;
}
#page-header.lmnt-theme-primary-bg,
.page-scrolled #page-header {
  z-index: 3;
  -webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.page-scrolled #page-header {
  position: fixed;
  width: 100%;
  z-index: 3;
  top: 0;
  -webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
@media only screen and (min-width: 840px), only screen and (min-width: 600px) and (max-width: 839px) {
  #page-header .primary-grid {
    height: 84px;
  }
}
@media only screen and (max-width: 599px) {
  #page-header .primary-grid {
    height: 62px;
  }
}
#page-header .inner-grid {
  align-items: center;
  position: relative;
  height: 100%;
}
@media all and (-ms-high-contrast: none) {
  #page-header .inner-grid {
    justify-content: flex-end;
  }
}
#page-header .inner-grid .navbar-brand {
  display: flex;
  position: relative;
  visibility: visible;
  opacity: 1;
  transition: opacity .2s linear;
  margin: 0;
}
@media all and (-ms-high-contrast: none) {
  #page-header .inner-grid .navbar-brand {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
#page-header .inner-grid .navbar-brand img {
  height: 44px;
  width: auto;
}
@media only screen and (max-width: 599px) {
  #page-header .inner-grid .navbar-brand img {
    height: 38px;
  }
}
#page-header .inner-grid .link-list {
  padding-right: 3%;
  height: 100%;
  margin: 0;
}
#page-header .inner-grid .link-list li {
  cursor: pointer;
}
#page-header .inner-grid .header-search {
  cursor: pointer;
  margin-top: -1px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: none;
  padding: 0;
  border: none;
  color: inherit;
}
#page-header .inner-grid .search-close {
  cursor: pointer;
  margin-top: -1px;
  position: absolute;
  right: 10px;
  z-index: 7;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: none;
  padding: 0;
  border: none;
  color: inherit;
}
#page-header .inner-grid .header-hamburger {
  display: none;
  cursor: pointer;
  border: none;
  background: none;
  color: inherit;
}
#page-header .inner-grid .link-list,
#page-header .inner-grid .header-search {
  visibility: visible;
  opacity: 1;
  transition: opacity .2s linear;
}
#page-header .inner-grid .search-close {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s .2s, opacity .2s linear;
}
#page-header .inner-grid .typeahead-search {
  position: absolute;
  z-index: 6;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (min-width: 840px) {
  #page-header .inner-grid .typeahead-search {
    width: 70%;
  }
}
@media only screen and (min-width: 600px) and (max-width: 839px) {
  #page-header .inner-grid .typeahead-search {
    width: 60%;
  }
}
@media only screen and (max-width: 599px) {
  #page-header .inner-grid .typeahead-search {
    width: 100%;
  }
}
#page-header .inner-grid .typeahead-search .search-input {
  width: 100%;
  margin: 0;
  height: 50px;
}
#page-header .inner-grid .typeahead-search .search-input.mdc-text-field--with-leading-icon .mdc-text-field__icon,
#page-header .inner-grid .typeahead-search .search-input.mdc-text-field--with-trailing-icon .mdc-text-field__icon {
  bottom: 13px;
}
#page-header .inner-grid .typeahead-search .search-input.mdc-text-field--with-leading-icon .mdc-text-field__icon.voice-icon,
#page-header .inner-grid .typeahead-search .search-input.mdc-text-field--with-trailing-icon .mdc-text-field__icon.voice-icon {
  pointer-events: auto;
  cursor: pointer;
  left: auto;
  right: 50px;
  padding: 0;
  background: none;
  border: none;
}
#page-header .inner-grid .typeahead-search .search-input.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label {
  bottom: 16px;
  opacity: 1;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
#page-header .inner-grid .typeahead-search .search-input.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  opacity: 0;
}
#page-header .inner-grid .typeahead-search .search-input .mdc-text-field__input {
  padding-right: 90px;
}
#page-header .inner-grid .typeahead-search .search-input .mdc-notched-outline,
#page-header .inner-grid .typeahead-search .search-input .mdc-notched-outline__idle {
  border: 0;
  background-color: rgba(0, 0, 0, 0.15);
  height: 100%;
  width: 100%;
  border-radius: 4px;
}
#page-header .inner-grid .typeahead-search .search-input.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
#page-header .inner-grid .typeahead-search .search-input.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
#page-header .inner-grid .typeahead-search .search-input.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border: 0;
}
#page-header .inner-grid .mdc-dropdown-list-container.autocomplete {
  top: 52px;
}
@media only screen and (min-width: 600px) and (max-width: 839px), only screen and (min-width: 840px) {
  #page-header .inner-grid .mdc-dropdown-list-container.autocomplete {
    width: calc(100% - 2rem);
    left: 1rem;
  }
}
#page-header .inner-grid .mdc-dropdown-list-container.autocomplete .mdc-list-item {
  height: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
#page-header .inner-grid.search-visible .link-list,
#page-header .inner-grid.search-visible .header-search {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s .2s, opacity .2s linear;
}
#page-header .inner-grid.search-visible .search-close {
  visibility: visible;
  opacity: .7;
  transition: opacity .2s linear;
}
@media only screen and (max-width: 599px) {
  #page-header .inner-grid.search-visible .navbar-brand,
  #page-header .inner-grid.search-visible .header-hamburger {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s .2s, opacity .2s linear;
  }
}
#page-header .inner-grid.has-bayer-logo .link-list {
  padding-right: 10%;
  padding-left: 1%;
}
@media only screen and (min-width: 1024px) {
  #page-header .inner-grid.has-bayer-logo .header-search,
  #page-header .inner-grid.has-bayer-logo .search-close {
    right: 6%;
  }
}
@media only screen and (min-width: 840px) and (max-width: 1023px) {
  #page-header .inner-grid.has-bayer-logo .header-search,
  #page-header .inner-grid.has-bayer-logo .search-close {
    right: 8%;
  }
}
@media only screen and (min-width: 600px) and (max-width: 839px) {
  #page-header .inner-grid.has-bayer-logo .header-search,
  #page-header .inner-grid.has-bayer-logo .search-close {
    right: 12%;
  }
}
@media only screen and (max-width: 599px) {
  #page-header .inner-grid.has-bayer-logo .header-search,
  #page-header .inner-grid.has-bayer-logo .search-close {
    right: 16%;
  }
}
@media only screen and (min-width: 1024px) {
  #page-header .inner-grid.has-bayer-logo .typeahead-search {
    width: 62%;
    right: 5%;
  }
}
@media only screen and (min-width: 840px) and (max-width: 1023px) {
  #page-header .inner-grid.has-bayer-logo .typeahead-search {
    width: 48%;
    right: 7%;
  }
}
@media only screen and (min-width: 600px) and (max-width: 839px) {
  #page-header .inner-grid.has-bayer-logo .typeahead-search {
    width: 90%;
    right: 10%;
  }
}
@media only screen and (max-width: 599px) {
  #page-header .inner-grid.has-bayer-logo .typeahead-search {
    width: 86%;
    right: 14%;
  }
}
@media only screen and (min-width: 600px) and (max-width: 839px) {
  #page-header .inner-grid.has-bayer-logo.search-visible .navbar-brand,
  #page-header .inner-grid.has-bayer-logo.search-visible .header-hamburger {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s .2s, opacity .2s linear;
  }
}
#page-header .inner-grid .bayer-logo {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#page-header .inner-grid .bayer-logo img {
  width: 39px;
  height: 39px;
  display: block;
}
.primary-nav {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-around;
  list-style: none;
  position: relative;
  z-index: 5;
  height: 100%;
  background-color: inherit;
}
.primary-nav .primary-nav-item {
  position: relative;
}
.primary-nav .primary-nav-item .primary-nav-link {
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 0 8px;
  display: flex;
  align-items: center;
  height: calc(100% - 2px);
  border-bottom: 2px solid transparent;
}
.primary-nav .primary-nav-item .primary-nav-link .active-bar {
  display: none;
}
.primary-nav .primary-nav-item .primary-nav-link.active .active-bar {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
.lmnt-theme-primary-bg .primary-nav .primary-nav-item .primary-nav-link.active .active-bar {
  background: #fff;
}
.primary-nav .primary-nav-item:hover .secondary-nav,
.primary-nav .primary-nav-item:focus .secondary-nav,
.primary-nav .primary-nav-item.focus-within .secondary-nav {
  display: block;
}
.primary-nav .primary-nav-item:hover .primary-nav-link,
.primary-nav .primary-nav-item:focus .primary-nav-link,
.primary-nav .primary-nav-item.focus-within .primary-nav-link {
  border-bottom-width: 2px;
  border-bottom-style: solid;
  background-color: rgba(0, 0, 0, 0.15);
}
.primary-nav .primary-nav-item:focus-within .secondary-nav {
  display: block;
}
.secondary-nav {
  z-index: -1;
  display: none;
  position: absolute;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 250px;
  left: -12px;
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  background-color: white;
}
.secondary-nav .secondary-nav-item {
  position: relative;
}
.secondary-nav .secondary-nav-item:hover {
  background-color: lightgray;
}
.secondary-nav .secondary-nav-item .secondary-nav-link {
  color: black;
  text-decoration: none;
  padding: 20px;
  display: block;
}
.secondary-nav .secondary-nav-item .secondary-nav-link.active {
  font-weight: bold;
}
.secondary-nav:hover ~ a {
  border-bottom-width: 2px;
  border-bottom-style: solid;
}
.nav-overlay {
  visibility: hidden;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
}
.nav-overlay .primary-nav-drawer {
  height: 100%;
  position: fixed;
  z-index: 3;
  top: 0;
  left: -100%;
  width: 280px;
  overflow-x: hidden;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  background-color: #ffffff;
}
.nav-overlay .primary-nav-drawer a {
  text-decoration: none;
  display: inherit;
}
.nav-overlay .primary-nav-drawer .mdc-list-item {
  cursor: pointer;
}
.nav-overlay .primary-nav-drawer .mdc-list-item.active {
  background-color: lightgray;
}
.nav-overlay .primary-nav-drawer .primary-nav-accordion-chevron {
  position: absolute;
  right: 26px;
  top: 16px;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
}
.nav-overlay .primary-nav-drawer .primary-nav-accordion-chevron.open {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=180, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
.nav-overlay .primary-nav-drawer .mdc-sub-list {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  max-height: 0;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.nav-overlay .primary-nav-drawer .mdc-sub-list li {
  list-style: none;
  padding: 12px 24px;
}
.nav-overlay .primary-nav-drawer .mdc-sub-list li a {
  font-size: 80%;
}
.nav-overlay .primary-nav-drawer .mdc-sub-list li:hover {
  background-color: #dce2ed;
}
.nav-overlay .primary-nav-drawer .mdc-sub-list li.active {
  background-color: #dce2ed;
}
.nav-overlay .primary-nav-drawer .mdc-sub-list.open {
  height: auto;
  max-height: 400px;
}
.nav-overlay.open {
  visibility: visible;
  cursor: pointer;
}
.nav-overlay.open::before {
  content: "";
  background: rgba(0, 0, 0, 0.32);
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.nav-overlay.open .primary-nav-drawer {
  left: 0;
}
@media only screen and (max-width: 1023px) {
  #page-header .inner-grid .navbar-brand {
    left: 2.5rem;
  }
  #page-header .inner-grid .header-hamburger {
    display: block;
    position: absolute;
    left: -1rem;
    padding: 1rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    visibility: visible;
    opacity: 1;
    transition: opacity .2s linear;
  }
  #page-header .inner-grid .header-search {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .link-list {
    display: none;
  }
}

@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,900,300italic");
.utility-nav {
  background: #4a4a4a;
  height: 32px;
  line-height: 32px;
  color: white;
}
.utility-nav .mdc-layout-grid {
  padding-top: 0;
  padding-bottom: 0;
}
.utility-nav .mdc-layout-grid .mdc-layout-grid__cell {
  margin: 0;
  width: 100%;
}
.utility-nav .utility-wrapper > ul {
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
  margin: 0;
  padding: 0;
}
.utility-nav .utility-wrapper > ul > li {
  display: flex;
  align-items: center;
  margin-left: 2.5rem;
  position: relative;
}
.utility-nav .utility-wrapper > ul > li a {
  color: white;
  text-decoration: none;
}
.utility-nav .utility-wrapper > ul > li.location {
  height: 32px;
}
.utility-nav .utility-wrapper > ul > li.location i {
  font-size: 1rem;
}
.utility-nav .utility-wrapper > ul > li.location a {
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
  width: auto;
  max-width: 0;
  overflow: hidden;
}
.utility-nav .utility-wrapper > ul > li.location a span {
  display: inline-block;
  padding-left: 0.625rem;
}
.utility-nav .utility-wrapper > ul > li.location .zip {
  margin: 0 0 0 0.325rem;
  background: none;
  border: none;
  color: white;
  width: 52px;
  height: 18px;
  text-align: center;
  outline-style: none;
  border-bottom: 1px solid transparent;
  transition: .2s;
  line-height: normal;
  padding: 0;
}
.utility-nav .utility-wrapper > ul > li.location .zip:focus {
  background-color: rgba(245, 245, 245, 0.2);
  border-bottom-color: #ffffff;
}
.utility-nav .utility-wrapper > ul > li.location .zip:focus + a {
  max-width: 200px;
}
.utility-nav .utility-wrapper > ul > li.location .zip:invalid {
  width: 70px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.utility-nav .utility-wrapper > ul > li.location .zip::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
}
.utility-nav .utility-wrapper > ul > li.location .zip::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
}
.utility-nav .utility-wrapper > ul > li.location .zip:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .utility-nav .utility-wrapper > ul > li:not(.location):not(.home) {
    display: none;
  }
}
.utility-nav .utility-wrapper > ul > li .utility-sub-nav {
  z-index: -1;
  display: none;
  position: absolute;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 170px;
  top: 100%;
  left: -12px;
  line-height: normal;
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  background-color: white;
}
.utility-nav .utility-wrapper > ul > li .utility-sub-nav .utility-sub-nav-item {
  margin: 0;
}
.utility-nav .utility-wrapper > ul > li .utility-sub-nav .utility-sub-nav-item:hover {
  background-color: lightgray;
}
.utility-nav .utility-wrapper > ul > li .utility-sub-nav .utility-sub-nav-item .utility-sub-nav-link {
  color: black;
  text-decoration: none;
  padding: 1rem;
  display: block;
  width: auto;
}
.utility-nav .utility-wrapper > ul > li .utility-sub-nav .utility-sub-nav-item .utility-sub-nav-link.active {
  font-weight: bold;
}
.utility-nav .utility-wrapper > ul > li .utility-sub-nav:hover ~ a {
  border-bottom-width: 2px;
  border-bottom-style: solid;
}
.utility-nav .utility-wrapper > ul > li:last-child .utility-sub-nav {
  left: auto;
  right: -12px;
}
.utility-nav .utility-wrapper > ul > li:hover .utility-sub-nav,
.utility-nav .utility-wrapper > ul > li:focus .utility-sub-nav,
.utility-nav .utility-wrapper > ul > li.focus-within .utility-sub-nav {
  display: block;
  z-index: 6;
}
.utility-nav .utility-wrapper > ul > li:focus-within .utility-sub-nav {
  display: block;
  z-index: 6;
}

@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,900,300italic");
footer.contact-active {
  padding-bottom: 56px;
}
.footer.aem-GridColumn {
  padding: 0;
}
#page-footer {
  color: #4d4d4d;
  position: relative;
  z-index: 0;
  /* OneTrust Button Override */
}
#page-footer:after {
  content: " ";
  position: absolute;
  display: block;
  height: 100%;
  background-color: #d9d9d9;
  width: 100%;
  left: 0;
  top: 0;
}
#page-footer .mdc-layout-grid {
  position: relative;
  z-index: 1;
}
#page-footer .lmnt-theme-editor-content {
  margin-bottom: 0;
}
#page-footer .lmnt-theme-editor-content *:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 840px) {
  #page-footer .footer-top .mdc-layout-grid__inner {
    justify-content: space-between;
  }
}
#page-footer .footer-bottom {
  font-size: .75rem;
}
#page-footer .footer-bottom img {
  max-width: 100%;
  height: auto;
}
#page-footer .onetrust-button {
  padding: 0;
  margin-top: .5rem;
}
#page-footer .optanon-show-settings-popup-wrapper,
#page-footer .optanon-show-settings-popup-wrapper *,
#page-footer .optanon-show-settings-popup-wrapper div,
#page-footer .optanon-show-settings-popup-wrapper span,
#page-footer .optanon-show-settings-popup-wrapper ul,
#page-footer .optanon-show-settings-popup-wrapper li,
#page-footer .optanon-show-settings-popup-wrapper a,
#page-footer .optanon-show-settings-popup-wrapper p,
#page-footer #optanon-show-settings-popup ul,
#page-footer #optanon-show-settings-popup li,
#page-footer #optanon-show-settings-popup a,
#page-footer #optanon-show-settings-popup span {
  font-family: inherit !important;
  font-size: inherit !important;
  letter-spacing: inherit !important;
  text-transform: inherit !important;
  height: 100%;
}
#page-footer .optanon-show-settings-popup-wrapper {
  height: 100%;
}
#page-footer .optanon-show-settings-popup-wrapper .optanon-show-settings-left,
#page-footer .optanon-show-settings-popup-wrapper .optanon-show-settings-right {
  display: none !important;
}
#page-footer .optanon-show-settings-popup-wrapper .optanon-show-settings-middle {
  background: transparent !important;
  border: 0 !important;
  height: 100% !important;
  padding: 0 !important;
}
#page-footer .optanon-show-settings-popup-wrapper .optanon-show-settings-middle .optanon-show-settings {
  padding: 0 1rem !important;
  display: flex;
  align-items: center;
}
.footer-menu .mdc-typography--headline6 {
  padding-bottom: .5rem;
}
.footer-menu-title {
  font-size: 1rem;
  color: #4d4d4d;
  text-transform: uppercase;
  padding-bottom: 1rem;
}
.footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-link {
  font-size: 1rem;
  text-decoration: none;
  color: #4d4d4d;
}
#footer-social-media.left {
  order: -1;
}
@media only screen and (min-width: 840px) {
  #footer-social-media.right {
    grid-row-start: 1;
    order: 2;
  }
  #footer-social-media.right.mdc-layout-grid__cell--span-3-desktop {
    grid-column-start: 10;
  }
  #footer-social-media.right.mdc-layout-grid__cell--span-4-desktop {
    grid-column-start: 9;
  }
  #footer-social-media.right.mdc-layout-grid__cell--span-2-desktop {
    grid-column-start: 11;
  }
}
@media only screen and (min-width: 600px) and (max-width: 839px) {
  #footer-social-media.right {
    grid-row-start: 1;
    grid-column-start: 5;
  }
}
@media only screen and (max-width: 599px) {
  #footer-social-media.right {
    order: 20;
  }
}
.social-media-links {
  display: flex;
  padding-bottom: 1rem;
}
.social-box {
  display: block;
  padding-right: 8px;
  font-size: 1.5rem;
  color: #4d4d4d;
}
.pdf-body .optanon-alert-box-wrapper {
  display: none !important;
}

@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,900,300italic");
.email-overlay {
  visibility: hidden;
  position: fixed;
  top: 35%;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-left: -16px;
  z-index: 7;
}
.email-overlay:before {
  content: '';
  background: rgba(0, 0, 0, 0.65);
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.email-overlay.open {
  visibility: visible;
}
.email-overlay .email-container {
  background-color: #ffffff;
  width: 400px;
  height: 200px;
  z-index: 3;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.email-overlay .email-container .email-close {
  position: absolute;
  right: 0;
  font-size: 22px;
  padding: 1rem;
  cursor: pointer;
  top: 0;
}
.email-overlay .email-container .mdc-textfield {
  width: 70%;
}
.email-overlay .email-container .mdc-button {
  width: 25%;
  margin-top: 1rem;
}

@media print {
  #app-bar {
    display: none !important;
  }
  .social-share {
    display: none !important;
  }
  footer {
    display: none !important;
  }
  .grecaptcha-badge {
    display: none !important;
  }
  .optanon-alert-box-wrapper {
    display: none !important;
  }
  #optanon {
    display: none !important;
  }
  .page-feedback {
    display: none !important;
  }
}

@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,900,300italic");
@media only screen and (max-width: 599px) {
  .product-cards .local-ratings-key-container {
    margin-top: 1rem;
  }
}
.local-ratings-key-container .key-ratings {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
}
.product-cards .local-ratings-key-container .key-ratings {
  margin: 0 0 1rem;
}
.local-ratings-key-container .key-ratings li {
  margin: .5rem 0;
  padding: 0 1rem 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  list-style: none;
  display: flex;
  align-items: center;
  flex: 0 0 22%;
}
.product-cards .local-ratings-key-container .key-ratings li {
  flex: 0 0 33.3333%;
}
@media only screen and (max-width: 599px) {
  .product-cards .local-ratings-key-container .key-ratings li {
    flex: 0 0 100%;
  }
}
.local-ratings-key-container .key-ratings li span {
  font-size: 11px;
  padding-left: .5rem;
}
.local-ratings-key-container .key-ratings li img {
  width: 24px;
  vertical-align: middle;
}

@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,900,300italic");
.loading-spinner {
  position: relative;
  top: 0;
  display: flex;
  height: 100%;
  width: 100vw;
  background-color: #ffffff;
  z-index: 3;
  margin-left: -1rem;
}
.loading-spinner .mdc-circular-progress {
  top: 0;
  width: 90px;
  margin-top: 5rem;
}
@media all and (min-width: 840px) {
  .loading-spinner {
    width: 100%;
    margin-left: 0;
  }
  .loading-spinner .mdc-circular-progress {
    margin-top: 8rem;
  }
}
.population-optimizer .loading-spinner .mdc-circular-progress {
  margin-top: 1rem;
}
@media all and (min-width: 840px) {
  .population-optimizer .loading-spinner .mdc-circular-progress {
    margin-top: 4rem;
  }
}

@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,900,300italic");
.grecaptcha-error {
  color: #b00020;
  margin-top: 1rem;
}
.grecaptcha-error.active {
  opacity: 1;
}
.grecaptcha-badge {
  z-index: 1;
}

@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,900,300italic");
.feedback-btn {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  background: #fafafa;
  border: 1px solid #979797;
  text-decoration: none;
  padding: .5rem 1rem;
  position: fixed;
  top: 45%;
  right: -1px;
  z-index: 6;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transform-origin: right bottom;
}
.feedback-btn i {
  position: relative;
  top: 2px;
  padding-right: .75rem;
}
.feedback-btn span {
  font-weight: 500;
}
.feedback-btn:hover,
.feedback-btn:focus {
  background: #eeeeee;
}
.feedback-overlay {
  position: relative;
  z-index: 7;
  display: none;
}
.feedback-overlay.feedback-opened {
  visibility: visible;
}
.feedback-overlay .feedback-bg {
  background: rgba(0, 0, 0, 0.65);
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.feedback-overlay .feedback-container {
  background: #fff;
  width: calc(100% - 2.5rem);
  max-width: 560px;
  padding: 1.5rem 1.75rem;
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 8;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.feedback-overlay .feedback-container h6 {
  margin-bottom: 1rem;
}
.feedback-overlay .feedback-container .mdc-icon-button {
  position: absolute;
  top: .5rem;
  right: .5rem;
}
.feedback-overlay .feedback-container .mdc-icon-button:focus:before {
  opacity: .1;
}
@media only screen and (max-width: 599px) {
  .feedback-overlay .feedback-container {
    top: 1.5rem;
  }
}
.feedback-overlay .exit-text {
  display: none;
}
.feedback-overlay .feedback-text {
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 599px) {
  .feedback-overlay .feedback-text {
    display: none;
  }
}
.feedback-overlay .feedback-form .mdc-select {
  width: 100%;
}
.feedback-overlay .feedback-form .mdc-select select:required {
  box-shadow: none;
}
.feedback-overlay .feedback-form .mdc-select .mdc-notched-outline,
.feedback-overlay .feedback-form .mdc-select .mdc-notched-outline__idle {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.feedback-overlay .feedback-form .mdc-textfield {
  width: 100%;
  margin: 1.5rem 0;
}
.feedback-overlay .feedback-form .mdc-textfield.textarea {
  height: 115px;
}
.feedback-overlay .feedback-form .mdc-textfield.textarea textarea {
  resize: none;
  padding-left: 15px;
  padding-right: 15px;
  overflow: auto;
}
.feedback-overlay .feedback-form .mdc-textfield.textarea .mdc-floating-label {
  bottom: auto;
  top: 18px;
}
.feedback-overlay .feedback-form .radio-group {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}
.feedback-overlay .feedback-form .radio {
  padding: 0 1rem;
}
.feedback-overlay .feedback-form .radio .radio-item {
  padding: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 40px;
  width: 40px;
  cursor: pointer;
}
.feedback-overlay .feedback-form .radio .radio-item:before,
.feedback-overlay .feedback-form .radio .radio-item:after {
  display: none;
}
.feedback-overlay .feedback-form .radio .radio-item input {
  margin: 0;
  padding: 0;
  opacity: 0;
  cursor: inherit;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.feedback-overlay .feedback-form .radio .radio-item input:not(:checked) + label {
  color: inherit;
  opacity: .6;
}
.feedback-overlay .feedback-form .radio .radio-item input:focus + label {
  position: relative;
}
.feedback-overlay .feedback-form .radio .radio-item input:focus + label:before {
  position: absolute;
  content: "";
  width: 200%;
  height: 200%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
}
.feedback-overlay .feedback-form .form-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.feedback-overlay .feedback-form .form-actions button {
  margin-left: 1rem;
}

@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,900,300italic");
.contact-me-wrapper {
  position: fixed;
  bottom: 0;
  width: 100vw;
  z-index: 6;
}
.contact-me-wrapper.open .contact-container {
  max-height: 800px;
}
.contact-me-wrapper.open .contact-me-overlay {
  visibility: visible;
  opacity: 1;
}
.contact-me-wrapper > .mdc-button {
  width: 100%;
  height: 56px;
  z-index: 1;
}
.contact-me-wrapper .contact-container {
  background: #fff;
  padding: 0;
  text-align: center;
  position: relative;
  max-height: 0;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.contact-me-wrapper .contact-container .no-results {
  padding: 2.5rem 0 2rem;
}
.contact-me-wrapper .contact-container .rep-carousel {
  margin: 0 auto;
  padding: 2rem 0 1.5rem;
  max-width: 280px;
}
@media (min-width: 1200px) {
  .contact-me-wrapper .contact-container .rep-carousel {
    max-width: 1080px;
  }
}
@media (min-width: 1000px) and (max-width: 1199px) {
  .contact-me-wrapper .contact-container .rep-carousel {
    max-width: 880px;
  }
}
@media (min-width: 700px) and (max-width: 999px) {
  .contact-me-wrapper .contact-container .rep-carousel {
    max-width: 640px;
  }
}
.contact-me-wrapper .contact-container .rep-card {
  position: relative;
  background: #f5f5f5;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12), 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  padding: 10px 1.5rem 1rem;
  overflow: hidden;
  margin: 0;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
}
.contact-me-wrapper .contact-container .rep-card .thumbnail {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
  height: 90px;
  width: 100%;
}
.contact-me-wrapper .contact-container .rep-card .thumbnail.no-img {
  height: 62px;
}
.contact-me-wrapper .contact-container .rep-card .thumbnail img {
  height: 90px;
  width: auto;
}
.contact-me-wrapper .contact-container .rep-card .info {
  flex-grow: 1;
  width: 100%;
}
.contact-me-wrapper .contact-container .rep-card .info .name {
  margin: 1rem 0 .5rem;
}
.contact-me-wrapper .contact-container .rep-card .info .title {
  margin-bottom: 1rem;
}
.contact-me-wrapper .contact-container .rep-card .mdc-button {
  width: 80%;
  margin: .5rem 0;
}
.contact-me-wrapper .contact-container .rep-card .header {
  position: absolute;
  width: 100%;
  height: 62px;
  top: 0;
  left: 0;
}
.contact-me-wrapper .contact-container .view-all {
  margin-bottom: 1.5rem;
}
.contact-me-wrapper .contact-container .zip-input {
  padding: 2.5rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-me-wrapper .contact-container .zip-input .mdc-text-field {
  margin: 0 1rem 0 0;
}
@media only screen and (max-width: 599px) {
  .contact-me-wrapper .contact-container .zip-input {
    flex-direction: column;
  }
  .contact-me-wrapper .contact-container .zip-input .mdc-text-field {
    margin: 0 0 1rem 0;
  }
}
.contact-me-wrapper .contact-me-overlay {
  height: 100vh;
  width: 100vw;
  background: rgba(0, 0, 0, 0.65);
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  opacity: 0;
  visibility: hidden;
}
/* 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: .5rem 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
@media (max-width: 499px) {
  .slick-list {
    overflow: visible;
  }
}
.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: flex;
  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: auto;
  min-height: 1px;
  flex: 1;
  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-slide > div {
  padding: 0 1.5rem;
  height: 100%;
}
@media (min-width: 1200px) {
  .slick-slide > div {
    padding: 0 2.5rem;
  }
}
@media (min-width: 1000px) and (max-width: 1199px) {
  .slick-slide > div {
    padding: 0 1.5rem;
  }
}
@media (min-width: 700px) and (max-width: 999px) {
  .slick-slide > div {
    padding: 0 1.5rem;
  }
}
.slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff none;
  border: 2px solid #666666;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  height: 32px;
  width: 32px;
  padding: 0;
  color: #666666;
  cursor: pointer;
  z-index: 1;
}
.slick-arrow i {
  font-size: 28px;
}
.slick-arrow.slick-prev {
  left: -2rem;
}
@media (min-width: 1200px) {
  .slick-arrow.slick-prev {
    left: -3rem;
  }
}
@media (min-width: 1000px) and (max-width: 1199px) {
  .slick-arrow.slick-prev {
    left: -2rem;
  }
}
@media (min-width: 700px) and (max-width: 999px) {
  .slick-arrow.slick-prev {
    left: -1.25rem;
  }
}
.slick-arrow.slick-next {
  right: -2rem;
}
@media (min-width: 1200px) {
  .slick-arrow.slick-next {
    right: -3rem;
  }
}
@media (min-width: 1000px) and (max-width: 1199px) {
  .slick-arrow.slick-next {
    right: -2rem;
  }
}
@media (min-width: 700px) and (max-width: 999px) {
  .slick-arrow.slick-next {
    right: -1.25rem;
  }
}
.slick-arrow.slick-disabled {
  opacity: .3;
  cursor: default;
}
.slick-arrow.slick-hidden {
  display: none;
}

.video {
  margin-bottom: 1.5rem;
}
.video .dimensions {
  display: inline-block;
  width: 100%;
}
.video .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 0;
  height: 0;
}
.video .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lmnt-theme-editor-content {
  margin-bottom: 1.5rem;
}
.text .onetrust-button {
  padding: 0;
  margin-bottom: 1.5rem;
}
.text .optanon-show-settings-popup-wrapper,
.text .optanon-show-settings-popup-wrapper *,
.text .optanon-show-settings-popup-wrapper div,
.text .optanon-show-settings-popup-wrapper span,
.text .optanon-show-settings-popup-wrapper ul,
.text .optanon-show-settings-popup-wrapper li,
.text .optanon-show-settings-popup-wrapper a,
.text .optanon-show-settings-popup-wrapper p,
.text #optanon-show-settings-popup ul,
.text #optanon-show-settings-popup li,
.text #optanon-show-settings-popup a,
.text #optanon-show-settings-popup span {
  font-family: inherit !important;
  font-size: inherit !important;
  letter-spacing: inherit !important;
  text-transform: inherit !important;
  height: 100%;
}
.text .optanon-show-settings-popup-wrapper {
  height: 100%;
}
.text .optanon-show-settings-popup-wrapper .optanon-show-settings-left,
.text .optanon-show-settings-popup-wrapper .optanon-show-settings-right {
  display: none !important;
}
.text .optanon-show-settings-popup-wrapper .optanon-show-settings-middle {
  background: transparent !important;
  border: 0 !important;
  height: 100% !important;
  padding: 0 !important;
}
.text .optanon-show-settings-popup-wrapper .optanon-show-settings-middle .optanon-show-settings {
  padding: 0 1rem !important;
  display: flex;
  align-items: center;
}

@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,900,300italic");
.tabs {
  /* Accordion */
  /* Tab */
}
.tabs .primary-nav-drawer {
  margin-bottom: 1.5rem;
}
.tabs .primary-nav-drawer .mdc-drawer__content {
  padding: 0;
  overflow: visible;
}
.tabs .primary-nav-drawer .mdc-drawer__content .mdc-list {
  padding: 0;
}
.tabs .primary-nav-drawer .mdc-drawer__content .mdc-list .mdc-list-item-container {
  -webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #fff;
  overflow: hidden;
  -webkit-transition: margin 225ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: margin 225ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: margin 225ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: margin 225ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: margin 225ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
}
.tabs .primary-nav-drawer .mdc-drawer__content .mdc-list .mdc-list-item-container:first-of-type {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.tabs .primary-nav-drawer .mdc-drawer__content .mdc-list .mdc-list-item-container:last-of-type {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.tabs .primary-nav-drawer .mdc-drawer__content .mdc-list .mdc-list-item-container .mdc-list-item {
  cursor: pointer;
  height: auto;
  padding: 14px 46px 14px 16px;
}
.tabs .primary-nav-drawer .mdc-drawer__content .mdc-list .mdc-list-item-container .mdc-list-item a {
  text-decoration: none;
  display: inherit;
}
.tabs .primary-nav-drawer .mdc-drawer__content .mdc-list .mdc-list-item-container .mdc-list-item .mdc-list-item__text {
  white-space: normal;
  padding: .5rem 2rem .5rem 0;
  line-height: normal;
}
.tabs .primary-nav-drawer .mdc-drawer__content .mdc-list .mdc-list-item-container.active {
  margin: 16px 0;
  border-radius: 4px;
}
.tabs .primary-nav-drawer .mdc-drawer__content .mdc-list .mdc-list-item-container.active:first-of-type {
  margin-top: 0;
}
.tabs .primary-nav-drawer .mdc-drawer__content .mdc-list .mdc-list-item-container.active:last-of-type {
  margin-bottom: 0;
}
.tabs .primary-nav-drawer .mdc-drawer__content .mdc-list .primary-nav-accordion-chevron {
  position: absolute;
  right: .75rem;
  top: 50%;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tabs .primary-nav-drawer .mdc-drawer__content .mdc-list .primary-nav-accordion-chevron.open {
  -webkit-transform: translateY(-50%) scale(1, -1);
  -ms-transform: translateY(-50%) scale(1, -1);
  transform: translateY(-50%) scale(1, -1);
}
.tabs .primary-nav-drawer .mdc-drawer__content .mdc-list .mdc-sub-list {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  max-height: 0;
  margin: 0;
  overflow: hidden;
  list-style: none;
  padding: 0;
}
.tabs .primary-nav-drawer .mdc-drawer__content .mdc-list .mdc-sub-list > li {
  padding: 12px 16px 1px;
  margin-bottom: 0;
}
.tabs .primary-nav-drawer .mdc-drawer__content .mdc-list .mdc-sub-list.open {
  height: auto;
  max-height: 3000px !important;
}
.tabs .mdc-tab-bar .mdc-tab .mdc-tab__content {
  flex-direction: inherit;
}
.tabs .mdc-tab-bar .mdc-tab .mdc-tab__content .mdc-tab__text-label {
  padding: 0;
}
.tabs .mdc-tab-bar .mdc-tab:hover::before {
  position: absolute;
  opacity: 0.08;
  background-color: #fff;
  content: '';
  height: 100%;
  width: 100%;
}
.tabs .mdc-tab-bar .mdc-tab-scroller {
  position: relative;
}
.tabs .mdc-tab-bar .scroll-trigger {
  display: none;
  position: absolute;
  top: 0;
  height: 100%;
  align-items: center;
  z-index: 1;
}
.tabs .mdc-tab-bar .scroll-trigger.scroll-left {
  left: 0;
}
.tabs .mdc-tab-bar .scroll-trigger.scroll-right {
  right: 0;
}
.tabs .mdc-tab-bar .scroll-trigger.active {
  display: flex;
}
@media only screen and (min-width: 840px) {
  .tabs .mdc-tab-bar .scroll-trigger.active {
    display: none;
  }
}
.tabs .mdc-content {
  margin-bottom: 30px;
  display: none;
  padding: 1rem 1rem 1px;
  -webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.tabs .mdc-content.active {
  display: block;
}

/* Screen sizes */
/* Colors */
/* Text size */
/* Typography */
/* Iconography */
/* Components */
/* Grid system */
.filterable-table-header {
  margin-bottom: 1.5rem;
  display: flex;
  justify-content: space-between;
}
.filterable-table-header .filter-wrapper {
  flex: 0 0 33.3333%;
}
.filterable-table-header .filter-wrapper .mdc-select {
  width: 100%;
}
@media only screen and (max-width: 599px) {
  .filterable-table-header {
    display: block;
  }
  .filterable-table-header .filter-wrapper {
    margin-top: 1.5rem;
  }
}
.table .lmnt-theme-editor-content table {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.table .filterable {
  margin-bottom: 3.5rem;
}
.table .filterable .mdc-data-table {
  overflow: visible;
}
.table .filterable .dataTables_info {
  position: absolute;
  bottom: -2rem;
  padding: 0 1.5rem;
}
.lmnt-theme-editor-content .mdc-data-table__content {
  margin: 0;
}
.lmnt-theme-editor-content .dataTable {
  position: relative;
  min-width: 320px;
  width: 100% !important;
}
.lmnt-theme-editor-content .dataTable caption {
  position: absolute;
  width: calc(100% - 2em);
  bottom: 0;
  left: 0;
  /*min-width: ~"calc(600px - 2em)";*/
}
.lmnt-theme-editor-content .dataTable tr.parent {
  border-bottom: 0;
}
.lmnt-theme-editor-content .dataTable th {
  text-align: left;
}
.dataTables_wrapper .dataTables_filter {
  display: none;
}
.dataTables_wrapper th {
  cursor: pointer;
  white-space: nowrap;
}
.dataTables_wrapper th:after {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 1rem;
  color: currentColor;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  position: relative;
  top: 2px;
  margin-left: 0.5rem;
  opacity: .7;
}
.dataTables_wrapper th.sorting_asc:after {
  content: "arrow_upward";
}
.dataTables_wrapper th.sorting_desc:after {
  content: "arrow_upward";
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.dataTables_wrapper th:hover:after {
  content: "arrow_upward";
  color: rgba(0, 0, 0, 0.36);
}
.dataTables_wrapper .mdc-data-table__cell,
.dataTables_wrapper .mdc-data-table__header {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.theme-channel .lmnt-theme-editor-content thead > tr {
  border-bottom: 4px solid #006c67;
}
/* DataTables required CSS */
table.fixedHeader-floating {
  position: fixed !important;
}
table.fixedHeader-floating.no-footer {
  border-bottom-width: 0;
}
table.fixedHeader-locked {
  position: absolute !important;
}
@media print {
  table.fixedHeader-floating {
    display: none;
  }
}
/* Custom CSS for fixedHeader */
.theme-channel table.fixedHeader-floating,
.theme-channel table.fixedHeader-locked {
  background: #fff;
}
.theme-dekalb table.fixedHeader-floating,
.theme-dekalb table.fixedHeader-locked {
  background: #f5f5f5;
}
.theme-asgrow table.fixedHeader-floating,
.theme-asgrow table.fixedHeader-locked {
  background: #fafaf0;
}
.theme-deltapine table.fixedHeader-floating,
.theme-deltapine table.fixedHeader-locked {
  background: #f5f5f5;
}
.theme-latijereta table.fixedHeader-floating,
.theme-latijereta table.fixedHeader-locked {
  background: #fff9f1;
}
.theme-monsoy table.fixedHeader-floating,
.theme-monsoy table.fixedHeader-locked {
  background: #fff;
}
.theme-dad table.fixedHeader-floating,
.theme-dad table.fixedHeader-locked {
  background: #fff;
}
.theme-channel table.fixedHeader-floating tr,
.theme-channel table.fixedHeader-locked tr {
  border-bottom: 4px solid #006c67;
}
.theme-dekalb table.fixedHeader-floating tr,
.theme-dekalb table.fixedHeader-locked tr {
  border-bottom: 1px solid rgba(17, 16, 14, 0.12);
}
.theme-asgrow table.fixedHeader-floating tr,
.theme-asgrow table.fixedHeader-locked tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.theme-deltapine table.fixedHeader-floating tr,
.theme-deltapine table.fixedHeader-locked tr {
  border-bottom: 1px solid rgba(29, 29, 29, 0.12);
}
.theme-latijereta table.fixedHeader-floating tr,
.theme-latijereta table.fixedHeader-locked tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.theme-monsoy table.fixedHeader-floating tr,
.theme-monsoy table.fixedHeader-locked tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.theme-dad table.fixedHeader-floating tr,
.theme-dad table.fixedHeader-locked tr {
  border-bottom: 1px solid rgba(69, 66, 60, 0.12);
}
table.fixedHeader-floating tr th,
table.fixedHeader-locked tr th,
table.fixedHeader-floating tr td,
table.fixedHeader-locked tr td {
  white-space: nowrap;
  cursor: pointer;
  height: 48px;
  text-align: left !important;
}
.theme-channel table.fixedHeader-floating tr th,
.theme-channel table.fixedHeader-locked tr th,
.theme-channel table.fixedHeader-floating tr td,
.theme-channel table.fixedHeader-locked tr td {
  font-family: Gotham SSm A, Gotham SSm B, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, helvetica, arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 1rem;
  line-height: 1.75;
  font-weight: 400;
  letter-spacing: .00625rem;
  text-decoration: inherit;
  text-transform: inherit;
  color: #006c67;
  font-size: .75rem;
  text-align: inherit;
  height: 64px;
}
.theme-dekalb table.fixedHeader-floating tr th,
.theme-dekalb table.fixedHeader-locked tr th,
.theme-dekalb table.fixedHeader-floating tr td,
.theme-dekalb table.fixedHeader-locked tr td {
  font-family: Gotham SSm A, Gotham SSm B, Lucida Grande, Lucida Sans Unicode, Lucida Sans, geneva, verdana, helvetica, arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 1rem;
  line-height: 1.75;
  font-weight: 300;
  letter-spacing: .00625rem;
  text-decoration: inherit;
  text-transform: inherit;
  color: #9a9a9a;
  font-size: .75rem;
  text-align: inherit;
}
.theme-asgrow table.fixedHeader-floating tr th,
.theme-asgrow table.fixedHeader-locked tr th,
.theme-asgrow table.fixedHeader-floating tr td,
.theme-asgrow table.fixedHeader-locked tr td {
  font-family: whitney, Whitney SSm A, Whitney SSm B, helvetica, arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 1rem;
  line-height: 1.75;
  font-weight: 300;
  letter-spacing: .03125rem;
  text-decoration: inherit;
  text-transform: inherit;
  color: #9a9a9a;
  font-size: .75rem;
  text-align: inherit;
}
.theme-deltapine table.fixedHeader-floating tr th,
.theme-deltapine table.fixedHeader-locked tr th,
.theme-deltapine table.fixedHeader-floating tr td,
.theme-deltapine table.fixedHeader-locked tr td {
  font-family: Roboto, Arial Narrow, helvetica, arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: .0375rem;
  text-decoration: inherit;
  text-transform: inherit;
  color: #9a9a9a;
  font-size: .75rem;
  text-align: inherit;
}
.theme-latijereta table.fixedHeader-floating tr th,
.theme-latijereta table.fixedHeader-locked tr th,
.theme-latijereta table.fixedHeader-floating tr td,
.theme-latijereta table.fixedHeader-locked tr td {
  font-family: Roboto, Arial Narrow, helvetica, arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 1rem;
  line-height: 1.75;
  font-weight: 400;
  letter-spacing: .03125rem;
  text-decoration: inherit;
  text-transform: inherit;
  color: #9a9a9a;
  font-size: .75rem;
  text-align: inherit;
}
.theme-monsoy table.fixedHeader-floating tr th,
.theme-monsoy table.fixedHeader-locked tr th,
.theme-monsoy table.fixedHeader-floating tr td,
.theme-monsoy table.fixedHeader-locked tr td {
  font-family: proxima-nova;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 1rem;
  line-height: 1.75;
  font-weight: 400;
  letter-spacing: .03125em;
  text-decoration: inherit;
  text-transform: inherit;
  color: #9a9a9a;
  font-size: .75rem;
  text-align: inherit;
}
.theme-dad table.fixedHeader-floating tr th,
.theme-dad table.fixedHeader-locked tr th,
.theme-dad table.fixedHeader-floating tr td,
.theme-dad table.fixedHeader-locked tr td {
  font-family: Whitney SSm A, Whitney SSm B, helvetica, arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 1rem;
  line-height: 1.75;
  font-weight: 500;
  letter-spacing: .03125em;
  text-decoration: inherit;
  text-transform: inherit;
  color: #9a9a9a;
  font-size: .75rem;
  text-align: inherit;
}
table.fixedHeader-floating tr th:after,
table.fixedHeader-locked tr th:after,
table.fixedHeader-floating tr td:after,
table.fixedHeader-locked tr td:after {
  content: "";
  display: inline-block;
  font-family: Material Icons;
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
  font-size: 1rem;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform .2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  vertical-align: sub;
  position: relative;
  top: 2px;
  margin-left: 0.5rem;
  opacity: .7;
}
.theme-channel table.fixedHeader-floating tr th:after,
.theme-channel table.fixedHeader-locked tr th:after,
.theme-channel table.fixedHeader-floating tr td:after,
.theme-channel table.fixedHeader-locked tr td:after {
  color: #006c67;
}
table.fixedHeader-floating tr th:hover:after,
table.fixedHeader-locked tr th:hover:after,
table.fixedHeader-floating tr td:hover:after,
table.fixedHeader-locked tr td:hover:after {
  content: "arrow_upward";
  color: rgba(41, 41, 41, 0.38);
}
table.fixedHeader-floating tr th[aria-sort=descending],
table.fixedHeader-locked tr th[aria-sort=descending],
table.fixedHeader-floating tr td[aria-sort=descending],
table.fixedHeader-locked tr td[aria-sort=descending],
table.fixedHeader-floating tr th[aria-sort=ascending],
table.fixedHeader-locked tr th[aria-sort=ascending],
table.fixedHeader-floating tr td[aria-sort=ascending],
table.fixedHeader-locked tr td[aria-sort=ascending] {
  color: #292929;
}
table.fixedHeader-floating tr th[aria-sort=descending]:after,
table.fixedHeader-locked tr th[aria-sort=descending]:after,
table.fixedHeader-floating tr td[aria-sort=descending]:after,
table.fixedHeader-locked tr td[aria-sort=descending]:after,
table.fixedHeader-floating tr th[aria-sort=ascending]:after,
table.fixedHeader-locked tr th[aria-sort=ascending]:after,
table.fixedHeader-floating tr td[aria-sort=ascending]:after,
table.fixedHeader-locked tr td[aria-sort=ascending]:after {
  content: "arrow_upward";
}
table.fixedHeader-floating tr th[aria-sort=descending]:after,
table.fixedHeader-locked tr th[aria-sort=descending]:after,
table.fixedHeader-floating tr td[aria-sort=descending]:after,
table.fixedHeader-locked tr td[aria-sort=descending]:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
table.fixedHeader-floating .mdc-data-table__cell,
table.fixedHeader-locked .mdc-data-table__cell,
table.fixedHeader-floating .mdc-data-table__header,
table.fixedHeader-locked .mdc-data-table__header {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
  cursor: default !important;
  padding-bottom: .5rem;
  padding-top: .5rem;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before {
  display: none !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child,
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child {
  position: relative;
  padding-left: 3rem;
  cursor: pointer;
}
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
  top: 50%;
  left: 1rem;
  position: absolute;
  display: inline-block;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  content: "expand_more";
  color: #292929;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: .7;
}
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
  content: "expand_less";
}
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child {
  padding-left: 27px;
}
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child:before {
  top: 5px;
  left: 4px;
  height: 14px;
  width: 14px;
  border-radius: 14px;
  line-height: 14px;
  text-indent: 3px;
}
table.dataTable.dtr-column > tbody > tr > td.control,
table.dataTable.dtr-column > tbody > tr > th.control {
  position: relative;
  cursor: pointer;
}
table.dataTable.dtr-column > tbody > tr > td.control:before,
table.dataTable.dtr-column > tbody > tr > th.control:before {
  top: 50%;
  left: 50%;
  height: 16px;
  width: 16px;
  margin-top: -10px;
  margin-left: -10px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 14px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: 'Courier New', Courier, monospace;
  line-height: 14px;
  content: '+';
  background-color: #31b131;
}
table.dataTable.dtr-column > tbody > tr.parent td.control:before,
table.dataTable.dtr-column > tbody > tr.parent th.control:before {
  content: '-';
  background-color: #d33333;
}
table.dataTable > tbody > tr.child:hover,
table.dataTable > tbody > tr.child:hover > td {
  background: transparent !important;
}
table.dataTable > tbody > tr.child ul.dtr-details {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
table.dataTable > tbody > tr.child ul.dtr-details > li {
  border-bottom: 0;
  padding: 0.5em 0;
  font-size: .85rem;
}
table.dataTable > tbody > tr.child ul.dtr-details > li:first-child {
  padding-top: 0;
}
table.dataTable > tbody > tr.child ul.dtr-details > li:last-child {
  border-bottom: none;
}
table.dataTable > tbody > tr.child span.dtr-title {
  display: inline-block;
  min-width: 6rem;
  font-weight: bold;
}
div.dtr-modal {
  position: fixed;
  box-sizing: border-box;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  padding: 10em 1em;
}
div.dtr-modal div.dtr-modal-display {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 50%;
  overflow: auto;
  margin: auto;
  z-index: 102;
  background-color: #f5f5f7;
  border: 1px solid black;
  border-radius: 0.5em;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
}
div.dtr-modal div.dtr-modal-content {
  position: relative;
  padding: 1em;
}
div.dtr-modal div.dtr-modal-close {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 22px;
  height: 22px;
  border: 1px solid #eaeaea;
  background-color: #f9f9f9;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  z-index: 12;
}
div.dtr-modal div.dtr-modal-close:hover {
  background-color: #eaeaea;
}
div.dtr-modal div.dtr-modal-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 767px) {
  div.dtr-modal div.dtr-modal-display {
    width: 95%;
  }
}

@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,900,300italic");
.subscribe-grain-marketing .form-section {
  margin-bottom: 1.5rem;
}
.subscribe-grain-marketing .mdc-form-field {
  margin-left: -11px;
  align-items: flex-start;
}
.subscribe-grain-marketing .mdc-form-field .mdc-checkbox {
  top: -10px;
}
.subscribe-grain-marketing .mdc-form-field label {
  padding-bottom: 11px;
}
.subscribe-grain-marketing .mdc-form-field label p {
  margin: 0;
}
.subscribe-grain-marketing .mdc-form-field label.checkbox-required p:after {
  content: "*";
  margin-left: 1px;
}
@media only screen and (min-width: 600px) and (max-width: 839px) {
  .subscribe-grain-marketing .mdc-layout-grid__cell {
    grid-column-start: 2;
  }
}
@media only screen and (min-width: 840px) {
  .subscribe-grain-marketing .mdc-layout-grid__cell {
    grid-column-start: 4;
  }
}
.subscribe-grain-marketing .mdc-text-field--upgraded:not(.mdc-text-field--fullwidth):not(.mdc-text-field--box) {
  width: 100%;
}

@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,900,300italic");
.subscribe .form-section {
  margin-bottom: 1.5rem;
}
.subscribe .mdc-form-field {
  margin-left: -11px;
  align-items: flex-start;
}
.subscribe .mdc-form-field .mdc-checkbox {
  top: -10px;
}
.subscribe .mdc-form-field label {
  padding-bottom: 11px;
}
.subscribe .mdc-form-field label p {
  margin: 0;
}
.subscribe .mdc-form-field label.checkbox-required p:after {
  content: "*";
  margin-left: 1px;
}
@media only screen and (min-width: 600px) and (max-width: 839px) {
  .subscribe .mdc-layout-grid__cell {
    grid-column-start: 2;
  }
}
@media only screen and (min-width: 840px) {
  .subscribe .mdc-layout-grid__cell {
    grid-column-start: 4;
  }
}
.subscribe .mdc-text-field--upgraded:not(.mdc-text-field--fullwidth):not(.mdc-text-field--box) {
  width: 100%;
}

/* Screen sizes */
/* Colors */
/* Text size */
/* Typography */
/* Iconography */
/* Components */
/* Grid system */

@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,900,300italic");
.social-share {
  margin-bottom: 1.5rem;
}
.social-share .social-share-wrapper {
  display: flex;
  align-items: center;
}
.social-share .social-share-wrapper.align-left {
  justify-content: flex-start;
}
.social-share .social-share-wrapper.align-center {
  justify-content: center;
}
.social-share .social-share-wrapper.align-right {
  justify-content: flex-end;
}
@media only screen and (max-width: 599px) {
  .social-share .social-share-wrapper.align-left,
  .social-share .social-share-wrapper.align-center,
  .social-share .social-share-wrapper.align-right {
    justify-content: flex-start;
  }
}
.social-share .social-share-wrapper span {
  margin-right: 10px;
}
.social-share .social-share-wrapper .mdc-icon-button {
  text-align: center;
}

@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,900,300italic");
.social-feed-container .social-feed.instagram .instagram-media {
  max-width: none !important;
  width: 100% !important;
}

@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,900,300italic");
.site-section-search {
  position: relative;
}
.site-section-search .horizontal {
  position: relative;
  z-index: 2;
}
.site-section-search .horizontal .mdc-layout-grid__inner {
  justify-content: center;
}
.site-section-search .horizontal .mdc-textfield {
  margin: 0;
  z-index: 1;
}
@media only screen and (min-width: 840px) {
  .site-section-search .horizontal .mdc-textfield {
    grid-column-start: 2;
  }
}
@media only screen and (max-width: 599px) {
  .site-section-search .horizontal .search-button {
    text-align: center;
  }
}
@media only screen and (min-width: 600px) and (max-width: 839px), only screen and (min-width: 840px) {
  .site-section-search .horizontal .search-button {
    align-self: center;
  }
}
@media all and (-ms-high-contrast: none) and (max-width: 599px), (-ms-high-contrast: active) {
  .site-section-search .horizontal .search-button {
    margin-top: 1.5rem;
  }
}
@media all and (-ms-high-contrast: none) and (min-width: 600px), (-ms-high-contrast: active) {
  .site-section-search .horizontal .search-button {
    margin-left: 1.5rem;
  }
}
.site-section-search .stacked .mdc-layout-grid__inner {
  justify-content: center;
}
.site-section-search .stacked .mdc-textfield {
  margin: 0;
  z-index: 1;
}
@media only screen and (min-width: 600px) and (max-width: 839px) {
  .site-section-search .stacked .mdc-textfield {
    grid-column-start: 2;
  }
}
@media only screen and (min-width: 840px) {
  .site-section-search .stacked .mdc-textfield {
    grid-column-start: 4;
  }
}
.site-section-search .stacked .search-button {
  text-align: center;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .site-section-search .stacked .search-button {
    margin-top: 1.5rem;
  }
}
.site-section-search .search-bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: calc(-100vw / 2 + 50%);
  height: 100%;
  width: 100vw;
  overflow: hidden;
  background: #f9f9f9;
}

@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,900,300italic");
.sidebar-links {
  margin-bottom: 1.5rem;
}
.sidebar-links .mdc-list {
  padding: 0;
}
.sidebar-links .mdc-list .mdc-list-item {
  height: auto;
  padding: .25rem 0;
  font-weight: bold;
  text-decoration: underline;
}

@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,900,300italic");
.seed-finder-entry-wrapper {
  position: relative;
}
.seed-finder-entry-wrapper .bg-overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  left: calc(-100vw / 2 + 50%);
  height: 100%;
  width: 100vw;
  overflow: hidden;
}
.seed-finder-entry-wrapper .bg-overlay.gray-bg {
  background: #f9f9f9;
}
.seed-finder-entry-wrapper .seed-finder {
  position: relative;
  z-index: 2;
  padding-bottom: 1.5rem;
}
.seed-finder-entry-wrapper .seed-finder > .mdc-layout-grid {
  padding-top: 3rem;
}
.seed-finder-entry-wrapper .seed-finder .mdc-text-field {
  width: 100%;
  margin-bottom: 0;
}
.seed-finder-entry-wrapper .seed-finder .mdc-select {
  width: 100%;
  margin: 10px 0 0;
}
@media only screen and (max-width: 599px) {
  .seed-finder-entry-wrapper .seed-finder .mdc-select {
    margin: 0;
  }
}
.seed-finder-entry-wrapper .seed-finder .entry-title {
  margin-bottom: 1.5rem;
}
.seed-finder-entry-wrapper .product-list {
  position: relative;
  z-index: 2;
}
.seed-finder-entry-wrapper .product-list > .mdc-layout-grid {
  padding-top: 0;
  padding-bottom: 3rem;
}
.seed-finder-entry-wrapper .product-list .seed-finder-card .mdc-card-header {
  padding: 0;
  background-color: transparent;
  min-height: 2px;
}
.seed-finder-entry-wrapper .product-list .seed-finder-card .product-header {
  padding-top: 1rem;
}
.seed-finder-entry-wrapper .product-list .seed-finder-card .crop-list ul {
  padding: 0;
}
.seed-finder-entry-wrapper .product-list .seed-finder-card .crop-list ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.seed-finder-entry-wrapper .product-list .seed-finder-card .mdc-card__actions {
  border-top: 0;
  padding-top: .5rem;
  justify-content: flex-start;
}
.seed-finder-entry-wrapper .entry-image img {
  max-width: 100%;
  display: block;
}
@media only screen and (max-width: 599px), only screen and (min-width: 600px) and (max-width: 839px) {
  .seed-finder-entry-wrapper .entry-image {
    display: none;
  }
}

@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,900,300italic");
.search-results .mdc-textfield {
  width: 100%;
  margin-bottom: 2rem;
}
.search-results .typeahead-search {
  position: relative;
  z-index: 5;
}
.search-results .typeahead-search .autocomplete {
  position: absolute;
}
.search-results .typeahead-search .autocomplete .mdc-list-item {
  height: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.search-results .typeahead-search .voice-icon {
  left: auto;
  right: 15px;
  pointer-events: auto;
  cursor: pointer;
  background: none;
  padding: 0;
  border: none;
}
.search-results .results-meta {
  border-bottom: 1px solid rgba(41, 41, 41, 0.22);
  padding-bottom: .5rem;
}
@media only screen and (max-width: 599px) {
  .search-results .product-col {
    order: 2;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(41, 41, 41, 0.22);
  }
}
@media only screen and (min-width: 600px) and (max-width: 839px), only screen and (min-width: 840px) {
  .search-results .product-col {
    padding-left: 1rem;
    border-left: 1px solid rgba(41, 41, 41, 0.22);
  }
}
.search-results .product-col h3 {
  padding-bottom: 1rem;
}
@media only screen and (max-width: 599px) {
  .search-results .content-col {
    order: 3;
  }
}
.search-results .results-list {
  margin: 0 -1rem;
  width: auto;
  padding: 0;
}
.search-results .results-list .mdc-list-item {
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  height: auto;
}
.search-results .results-list .mdc-list-item a {
  display: block;
  color: inherit;
  text-decoration: none;
  padding: 1rem;
}
.search-results .results-list .mdc-list-item h6 {
  margin-bottom: .5rem;
}
.search-results .results-list .mdc-list-item *:last-child {
  margin-bottom: 0;
}
.search-results .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: .5rem 0 1.5rem;
}
.search-results .pagination button {
  margin: 0 .75rem;
}
.typeahead-search ul.mdc-list {
  line-height: 1.4rem;
}
.typeahead-search ul.mdc-list li.active,
.typeahead-search ul.mdc-list li:hover {
  background: lightgrey;
}

.quote {
  margin-bottom: 1.5rem;
  position: relative;
}
.quote .bg-image,
.quote .bg-color {
  position: absolute;
  z-index: -1;
  left: .75rem;
  height: 100%;
  width: calc(100% - 1.5rem);
  background-size: cover;
}
@media only screen and (max-width: 599px) {
  .quote .bg-image,
  .quote .bg-color {
    left: .5rem;
    width: calc(100% - 1rem);
  }
}
.quote .bg-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-blend-mode: luminosity;
}
.quote .bg-image .bg-filter {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.85;
}
blockquote.quote-wrapper {
  border-left: none;
  font-style: normal;
}
.root.responsivegrid blockquote.quote-wrapper {
  padding: 1.5rem;
}
blockquote.quote-wrapper footer {
  display: flex;
  padding-top: .5rem;
}
blockquote.quote-wrapper footer cite span:before {
  position: relative;
  content: ', ';
  display: inline;
}
blockquote.quote-wrapper .quote-image-col {
  max-height: 280px;
}
@media only screen and (max-width: 599px) {
  blockquote.quote-wrapper .quote-image-col {
    text-align: center;
  }
}
blockquote.quote-wrapper .quote-image-col img {
  max-width: 100%;
  height: auto;
}
blockquote.quote-wrapper .quote-text-col.lmnt-theme-primary-bg,
blockquote.quote-wrapper .quote-text-col.lmnt-theme-secondary-bg {
  background-color: transparent;
}
blockquote.quote-wrapper .quote-text-col.light-text .mdc-typography--headline5,
blockquote.quote-wrapper .quote-text-col.light-text .mdc-typography--overline {
  color: #fff;
}
blockquote.quote-wrapper.text-center {
  text-align: center;
}
blockquote.quote-wrapper.text-center .quote-text-col footer {
  justify-content: center;
}
blockquote.quote-wrapper.quote-align-right .quote-text-col {
  order: 1;
}
blockquote.quote-wrapper.quote-align-right .quote-image-col {
  order: 2;
}
blockquote.quote-wrapper.quote-align-center {
  text-align: center;
}
@media only screen and (min-width: 600px) and (max-width: 839px) {
  blockquote.quote-wrapper.quote-align-center .quote-image-col {
    grid-column-start: 4;
  }
}
@media only screen and (min-width: 840px) {
  blockquote.quote-wrapper.quote-align-center .quote-image-col {
    grid-column-start: 6;
  }
}
@media only screen and (min-width: 600px) and (max-width: 839px) {
  blockquote.quote-wrapper.quote-align-center .quote-text-col {
    grid-column-start: 1;
    grid-column-end: 9;
  }
}
@media only screen and (min-width: 840px) {
  blockquote.quote-wrapper.quote-align-center .quote-text-col {
    grid-column-start: 2;
  }
}
blockquote.quote-wrapper.quote-align-center .quote-text-col footer {
  justify-content: center;
}

.question-component-container {
  position: relative;
  min-height: 365px;
  padding: 3rem 0;
  display: flex;
  align-items: center;
}
.question-component-container .mdc-layout-grid__inner {
  position: relative;
  z-index: 2;
  width: 100%;
}
.question-component-container:after {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background: #f9f9f9;
  position: absolute;
  left: calc(-100vw / 2 + 50%);
  top: 0;
  z-index: 1;
  overflow: hidden;
}
.question-component-container h5 {
  text-transform: uppercase;
}
.question-component-container h5.question-headline {
  text-align: center;
  margin: 0 auto 1.5rem;
  max-width: 500px;
}
@media only screen and (min-width: 600px) and (max-width: 839px), only screen and (max-width: 599px) {
  .question-component-container h5 {
    text-align: center;
  }
}
.question-component-container .actions {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.question-component-container .actions button {
  margin: 0 1rem;
  min-width: 155px;
}
@media only screen and (max-width: 599px) {
  .question-component-container .actions {
    flex-direction: column;
    margin: -0.5rem 0;
  }
  .question-component-container .actions button {
    margin: .5rem auto;
  }
}
.question-component-container .result-headline {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 599px), only screen and (min-width: 600px) and (max-width: 839px) {
  .question-component-container .result-headline {
    justify-content: center;
  }
}
@media only screen and (min-width: 600px) and (max-width: 839px) {
  .question-component-container .article-card {
    grid-column-start: 2;
  }
}
.question-component-container .mdc-card-container a {
  text-decoration: none;
  display: block;
  color: inherit;
  height: 100%;
}
.question-component-container .mdc-card-container .mdc-typography--overline {
  opacity: 0.5;
  padding-bottom: 0.5rem;
}
.question-component-container .mdc-card-container .header-text {
  padding: 1rem;
}
.question-component-container .mdc-card-container .mdc-typography--caption {
  padding-bottom: 1rem;
}
.question-component-container .mdc-card-container .mdc-card__actions {
  padding-top: 1.5rem;
}

@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,900,300italic");
.promo {
  margin-bottom: 1.5rem;
}
.promo .mdc-card-header {
  padding: 0;
  background: transparent;
  min-height: 2px;
}
.promo .card-body-text {
  padding: 1rem 1rem 0;
  width: 100%;
  margin: 0;
}
.promo .promo-text.text-right {
  text-align: right;
}
.promo .promo-text.text-right .promo-button .button-alignment {
  justify-content: flex-end;
}
.promo .promo-text.text-center {
  text-align: center;
}
.promo .promo-text.text-center .promo-button .button-alignment {
  justify-content: center;
}
.promo .promo-text .mdc-typography--headline4 {
  padding-bottom: 1rem;
}
.promo .promo-text .mdc-typography--headline6 {
  padding-bottom: 1rem;
}
.promo .mdc-card__actions {
  border-top: 0;
  padding-top: 0;
  justify-content: flex-start;
}
.promo .promo-title {
  line-height: 1.3;
  font-size: 20px;
  margin-bottom: 1rem;
}
.promo .promo-subtitle {
  line-height: 1.5;
  font-size: 14px;
}
.promo .promo-button {
  margin-top: 1rem;
}
.promo.promo-large {
  position: relative;
}
.root .promo.promo-large.mdc-layout-grid,
.xf-content-height .promo.promo-large.mdc-layout-grid {
  padding: 0;
  margin-bottom: 1.5rem;
}
.root .promo.promo-large.mdc-layout-grid .mdc-layout-grid__inner,
.xf-content-height .promo.promo-large.mdc-layout-grid .mdc-layout-grid__inner {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  z-index: 2;
}
.promo.promo-large .promo-background {
  content: " ";
  position: absolute;
  display: block;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.promo.promo-large .promo-background.gray-bg {
  background: #f9f9f9;
}
.promo.promo-large .promo-image {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.promo.promo-large .promo-image .cmp-image,
.promo.promo-large .promo-image .mdc-card__media {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
}
.promo.promo-large .promo-image a {
  flex-shrink: 0;
  display: block;
}
.promo.promo-large .promo-image img {
  display: block;
  flex-shrink: 0;
  width: 100%;
}
@media only screen and (max-width: 599px), only screen and (min-width: 600px) and (max-width: 839px) {
  .promo.promo-large .promo-image {
    order: 1;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 840px) {
  .promo.promo-large .promo-image {
    margin-top: 0;
    margin-bottom: 0;
  }
  .promo.promo-large .promo-image.mdc-layout-grid__cell--order-12 {
    margin-right: 0;
  }
  .promo.promo-large .promo-image:not(.mdc-layout-grid__cell--order-12) {
    margin-left: 0;
  }
}
.promo.promo-large .promo-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.5rem 1.5rem 1.5rem 0;
}
.promo.promo-large .promo-text.mdc-layout-grid__cell--order-1 {
  padding-left: 1.5rem;
  padding-right: 0;
}
@media only screen and (max-width: 599px), only screen and (min-width: 600px) and (max-width: 839px) {
  .promo.promo-large .promo-text {
    padding: 0 1.5rem 1.5rem 1.5rem;
    order: 2;
    margin-bottom: 0;
    margin-right: 0;
    margin-left: 0;
  }
  .promo.promo-large .promo-text.mdc-layout-grid__cell--order-1 {
    padding-right: 1.5rem;
  }
}
@media only screen and (min-width: 840px) {
  .promo.promo-large .promo-text {
    margin-top: 0;
    margin-bottom: 0;
  }
  .promo.promo-large .promo-text.mdc-layout-grid__cell--order-1 {
    padding-right: 0;
    margin-left: 0;
  }
  .promo.promo-large .promo-text:not(.mdc-layout-grid__cell--order-1) {
    margin-right: 0;
  }
}
.promo.promo-large .promo-text .mdc-typography--body1 .lmnt-theme-editor-content {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  margin-bottom: 0;
}
.promo.promo-large .promo-text .mdc-typography--body1 .lmnt-theme-editor-content p {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.promo.promo-large .promo-text.lmnt-theme-primary-bg .lmnt-theme-editor-content h1,
.promo.promo-large .promo-text.lmnt-theme-secondary-bg .lmnt-theme-editor-content h1,
.promo.promo-large .promo-text.lmnt-theme-primary-bg .lmnt-theme-editor-content h2,
.promo.promo-large .promo-text.lmnt-theme-secondary-bg .lmnt-theme-editor-content h2,
.promo.promo-large .promo-text.lmnt-theme-primary-bg .lmnt-theme-editor-content h3,
.promo.promo-large .promo-text.lmnt-theme-secondary-bg .lmnt-theme-editor-content h3,
.promo.promo-large .promo-text.lmnt-theme-primary-bg .lmnt-theme-editor-content h4,
.promo.promo-large .promo-text.lmnt-theme-secondary-bg .lmnt-theme-editor-content h4,
.promo.promo-large .promo-text.lmnt-theme-primary-bg .lmnt-theme-editor-content h5,
.promo.promo-large .promo-text.lmnt-theme-secondary-bg .lmnt-theme-editor-content h5,
.promo.promo-large .promo-text.lmnt-theme-primary-bg .lmnt-theme-editor-content h6,
.promo.promo-large .promo-text.lmnt-theme-secondary-bg .lmnt-theme-editor-content h6 {
  color: inherit;
}
.promo.promo-large .promo-title {
  font-size: 34px;
}
.promo.promo-large .promo-subtitle {
  font-size: 1rem;
}
.promo.promo-large .promo-button {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 0;
}
.promo.promo-large .promo-button a {
  margin-right: 1rem;
  margin-top: 1rem;
  white-space: nowrap;
}
@media only screen and (max-width: 599px) {
  .promo.promo-large .promo-button {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .promo.promo-large .promo-button a {
    margin-right: 0;
  }
}
.promo.promo-small {
  background: white;
}
.promo.promo-small .promo-title {
  font-size: 20px;
}
.promo.promo-small .promo-image {
  width: 100%;
  margin: 0;
  display: block;
  overflow: hidden;
}
.promo.promo-small .promo-image img,
.promo.promo-small .promo-image a {
  display: block;
  margin: 0;
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .promo.promo-small {
    max-width: 600px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 839px) {
  .promo.promo-small {
    max-width: 50vw;
  }
}
@media only screen and (min-width: 840px) {
  .promo.promo-small {
    max-width: 50vw;
  }
}
.promo.promo-small .lmnt-theme-editor-content {
  margin-bottom: 1rem;
}
.promo.promo-small .lmnt-theme-editor-content p:last-of-type {
  margin-bottom: 0;
}
.promo.promo-sidebar {
  background: white;
}
.promo.promo-sidebar .promo-image {
  width: 100%;
  margin: 0;
  display: block;
  overflow: hidden;
}
.promo.promo-sidebar .promo-image img,
.promo.promo-sidebar .promo-image a {
  display: block;
  margin: 0;
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .promo.promo-sidebar {
    max-width: 300px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 839px) {
  .promo.promo-sidebar {
    max-width: 33.33vw;
  }
}
@media only screen and (min-width: 840px) {
  .promo.promo-sidebar {
    max-width: 33.33vw;
  }
}
.promo.promo-sidebar .lmnt-theme-editor-content {
  margin-bottom: 1rem;
}
.promo.promo-sidebar .lmnt-theme-editor-content p:last-of-type {
  margin-bottom: 0;
}
.promo.promo-expandable {
  background: white;
}
.promo.promo-expandable .promo-image {
  width: 100%;
  margin: 0;
  display: block;
  overflow: hidden;
}
.promo.promo-expandable .promo-image img,
.promo.promo-expandable .promo-image a {
  display: block;
  margin: 0;
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .promo.promo-expandable {
    max-width: 660px;
  }
}
.promo.promo-expandable .promo-text .mdc-typography--headline6 {
  padding-bottom: 0;
}
.promo.promo-expandable .promo-text .text-wrapper {
  display: none;
}
.promo.promo-expandable .promo-text .lmnt-theme-editor-content {
  margin-bottom: 1rem;
}
.promo.promo-expandable .promo-text .lmnt-theme-editor-content p:last-of-type {
  margin-bottom: 0;
}
.promo.promo-expandable .expandable-header {
  position: relative;
  margin-bottom: .75rem;
  padding-right: 48px;
}
.promo.promo-expandable .expandable-header .mdc-typography--body2 {
  margin: 0;
}
.promo.promo-expandable .expandable-header .expandable-icon {
  position: absolute;
  right: -0.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: .54;
}
.promo.promo-expandable .expandable-header .expandable-icon i {
  cursor: pointer;
}
.promo.promo-bar {
  position: relative;
}
.promo.promo-bar .card-body-text {
  padding: 1rem 0;
}
.promo.promo-bar .card-body-text.lmnt-theme-primary-bg .lmnt-theme-editor-content h1,
.promo.promo-bar .card-body-text.lmnt-theme-secondary-bg .lmnt-theme-editor-content h1,
.promo.promo-bar .card-body-text.lmnt-theme-primary-bg .lmnt-theme-editor-content h2,
.promo.promo-bar .card-body-text.lmnt-theme-secondary-bg .lmnt-theme-editor-content h2,
.promo.promo-bar .card-body-text.lmnt-theme-primary-bg .lmnt-theme-editor-content h3,
.promo.promo-bar .card-body-text.lmnt-theme-secondary-bg .lmnt-theme-editor-content h3,
.promo.promo-bar .card-body-text.lmnt-theme-primary-bg .lmnt-theme-editor-content h4,
.promo.promo-bar .card-body-text.lmnt-theme-secondary-bg .lmnt-theme-editor-content h4,
.promo.promo-bar .card-body-text.lmnt-theme-primary-bg .lmnt-theme-editor-content h5,
.promo.promo-bar .card-body-text.lmnt-theme-secondary-bg .lmnt-theme-editor-content h5,
.promo.promo-bar .card-body-text.lmnt-theme-primary-bg .lmnt-theme-editor-content h6,
.promo.promo-bar .card-body-text.lmnt-theme-secondary-bg .lmnt-theme-editor-content h6 {
  color: inherit;
}
.promo.promo-bar .mdc-typography--headline5 {
  margin-bottom: 0;
}
.promo.promo-bar .lmnt-theme-editor-content {
  margin-bottom: 0;
}
.promo.promo-bar .lmnt-theme-editor-content *:last-of-type {
  margin-bottom: 0;
}
.root .promo.promo-bar.mdc-layout-grid,
.xf-content-height .promo.promo-bar.mdc-layout-grid {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 1.5rem;
}
.root .promo.promo-bar.mdc-layout-grid .mdc-layout-grid__inner,
.xf-content-height .promo.promo-bar.mdc-layout-grid .mdc-layout-grid__inner {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  z-index: 2;
}
.promo.promo-bar .promo-background {
  content: " ";
  position: absolute;
  display: block;
  z-index: 1;
  top: 0;
  left: calc(-100vw / 2 + 50%);
  height: 100%;
  width: 100vw;
  overflow: hidden;
}
.promo.promo-bar .promo-background.gray-bg {
  background: #f9f9f9;
}
.promo.promo-bar .promo-button {
  margin-top: 0;
  align-self: center;
  white-space: nowrap;
}
.promo.promo-bar .promo-text {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.promo.promo-bar .promo-text.lmnt-theme-primary-bg,
.promo.promo-bar .promo-text.lmnt-theme-secondary-bg {
  background-color: transparent;
}
@media only screen and (max-width: 599px) {
  .promo.promo-bar .promo-text {
    flex-wrap: wrap;
  }
}
.promo.promo-bar .promo-button a {
  white-space: nowrap;
  margin-left: 1rem;
}
@media only screen and (max-width: 599px) {
  .promo.promo-bar .promo-button {
    display: flex;
    width: 100%;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
  }
  .promo.promo-bar .promo-button a {
    margin-left: 0;
    margin-top: 1rem;
  }
}
.promo.promo-bar .text-right .promo-title {
  order: 12;
}
@media only screen and (max-width: 599px) {
  .promo.promo-bar .text-right .promo-title {
    order: 1;
  }
}
@media only screen and (min-width: 840px) {
  .promo.promo-bar .text-right .promo-title {
    grid-column-start: auto;
  }
}
.promo.promo-bar .text-right .promo-button {
  order: 1;
}
@media only screen and (max-width: 599px) {
  .promo.promo-bar .text-right .promo-button {
    order: 12;
  }
}
@media only screen and (min-width: 840px) {
  .promo.promo-bar .text-right .promo-button {
    grid-column-start: 2;
  }
}
.promo.promo-bar .promo-background .bar-background-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-blend-mode: luminosity;
  height: 100%;
}
.promo.promo-bar .promo-background .bg-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.85;
}
@media all and (-ms-high-contrast: none) and (min-width: 840px), (-ms-high-contrast: active) {
  .promo.promo-large .promo-text,
  .promo.promo-large .promo-image {
    width: calc(50% - 12px);
  }
}
@media all and (-ms-high-contrast: none) and (max-width: 839px), (-ms-high-contrast: active) {
  .promo.promo-large .promo-text,
  .promo.promo-large .promo-image {
    width: 100%;
  }
}

@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,900,300italic");
.pipeline {
  text-align: left !important;
}
.pipeline .pipeline {
  margin-bottom: 1.5rem;
}
.pipeline .pipeline-items {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  margin-top: 2.5rem;
}
.pipeline .pipeline-items:after {
  position: absolute;
  display: block;
  content: " ";
  height: 100%;
  width: 2px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #808080;
}

@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,900,300italic");
.pipeline-card {
  width: 40%;
  position: relative;
  overflow: visible;
}
.pipeline-card .mdc-card-header {
  padding: 0;
  background-color: transparent;
  min-height: 2px;
}
.pipeline-card:after {
  position: absolute;
  display: block;
  content: " ";
  height: 2px;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  background-color: #808080;
}
.pipeline-card:nth-child(odd) {
  margin: 0 0 2.5rem;
}
.pipeline-card:nth-child(odd):after {
  right: -25%;
}
.pipeline-card:nth-child(even) {
  margin: 5.5rem 0 0 auto;
}
.pipeline-card:nth-child(even):after {
  left: -25%;
}
@media only screen and (max-width: 599px) {
  .pipeline-card {
    width: 100%;
  }
  .pipeline-card:after {
    display: none;
  }
  .pipeline-card:nth-child(even),
  .pipeline-card:nth-child(odd) {
    margin: 2.5rem 0 0 !important;
  }
  .pipeline-card:first-child {
    margin: 0;
  }
}
.pipeline-card .pipeline-media {
  z-index: 2;
  position: relative;
  background: #fff;
}
.pipeline-card .pipeline-media.image {
  overflow: hidden;
}
.pipeline-card .pipeline-media.image img {
  display: block;
  width: 100%;
}
.pipeline-card .pipeline-media.video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
}
.pipeline-card .pipeline-media.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pipeline-card .pipeline-media.audio {
  padding: 1rem 1rem 0;
  margin: 0;
}
.pipeline-card .pipeline-media.audio audio {
  width: 100%;
}
.pipeline-card .pipeline-media.audio p:last-child {
  margin: 0;
}
.pipeline-card .mdc-card__content {
  background: #fff;
  padding: 1rem;
  z-index: 2;
}
.pipeline-card .mdc-card__content h6 {
  padding: 0;
}
.pipeline-card .mdc-card__content p {
  margin-bottom: 0;
  padding-bottom: 0;
}
.pipeline-card .mdc-card__content p:last-child {
  margin-top: 1rem;
}
.pipeline-card .mdc-card__content .mdc-button {
  align-self: flex-start;
}
.pipeline-card .mdc-card__actions {
  background: #fff;
  z-index: 2;
  border-top: 0;
  padding-top: 0;
  justify-content: flex-start;
}
.pipeline-card .mdc-card__actions.no-action {
  padding: 0;
  min-height: 0;
}

@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,900,300italic");
.page-feedback {
  margin-bottom: 2.5rem;
}
.page-feedback .feedback-pre > h6 {
  text-align: center;
}
.page-feedback .feedback-pre .mdc-form-field {
  justify-content: center;
  width: 100%;
  margin-bottom: 1.5em;
}
.page-feedback .feedback-pre .mdc-form-field .mdc-radio:not(:first-child) {
  margin-left: 2rem;
}
.page-feedback .feedback-pre .mdc-form-field .mdc-radio ~ label {
  margin: 0;
}
.page-feedback .feedback-pre .mdc-form-field .mdc-radio .mdc-radio__native-control:enabled + .mdc-radio__background .mdc-radio__inner-circle,
.page-feedback .feedback-pre .mdc-form-field .mdc-radio .mdc-radio__native-control:enabled:checked + .mdc-radio__background .mdc-radio__outer-circle {
  border-color: var(--mdc-theme-primary, #016a65);
}
.page-feedback .feedback-pre .mdc-form-field .mdc-radio .mdc-radio__background:before {
  background-color: var(--mdc-theme-primary, #016a65);
}
.page-feedback .feedback-pre .mdc-form-field .mdc-radio:before,
.page-feedback .feedback-pre .mdc-form-field .mdc-radio:after {
  background-color: var(--mdc-theme-primary, #016a65);
}
.page-feedback .feedback-pre .mdc-text-field--textarea {
  margin-bottom: 1.5rem;
}
.page-feedback .hide {
  display: none;
}
.page-feedback .feedback-post {
  text-align: center;
}

/* Screen sizes */
/* Colors */
/* Text size */
/* Typography */
/* Iconography */
/* Components */
/* Grid system */
.divider-small {
  height: 1rem;
}
.divider-medium {
  height: 2rem;
}
@media only screen and (max-width: 599px) {
  .divider-medium {
    height: 1rem;
  }
}
@media only screen and (max-width: 599px) {
  .divider-large {
    height: 1rem;
  }
}
@media only screen and (min-width: 600px) and (max-width: 839px) {
  .divider-large {
    height: 2rem;
  }
}
@media only screen and (min-width: 840px) {
  .divider-large {
    height: 4rem;
  }
}

@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,900,300italic");
.markets-weather-container .location {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
}
.markets-weather-container .location i {
  font-size: 1rem;
  color: #cccccc;
}
.markets-weather-container .location input {
  padding: 0;
  width: 55px;
  margin: 0 0.625rem 0 0.5rem;
  border: 0;
  color: #cccccc;
}
.markets-weather-container .location .zip-update {
  text-decoration: none;
}
.markets-weather-container .weather-container .weather-header {
  padding: 1rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.markets-weather-container .weather-container .weather-header h6 {
  font-size: 24px;
}
.markets-weather-container .weather-container .weather-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 0 1rem;
}
.markets-weather-container .weather-container .weather-body.border-bottom {
  border-bottom: 1px solid #cccccc;
}
.markets-weather-container .weather-container .weather-body .current-forecast {
  font-size: 64px;
  margin-bottom: 16px;
}
.markets-weather-container .weather-container .weather-body .current-weather {
  display: flex;
  flex-direction: column;
}
.markets-weather-container .weather-container .weather-body .current-weather .temperature {
  margin-top: 8px;
  font-size: 34px;
  font-weight: normal;
}
.markets-weather-container .weather-container .weather-body .current-weather .conditions {
  font-size: 16px;
  text-transform: capitalize;
  color: #cccccc;
  margin: 6px 0;
}
.markets-weather-container .weather-container .weather-body .current-weather .place {
  font-size: 20px;
  margin-bottom: 24px;
  font-weight: 500;
}
.markets-weather-container .weather-container .weather-body .forecast {
  list-style: none;
  padding: 0;
  width: 80%;
}
.markets-weather-container .weather-container .weather-body .forecast li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.markets-weather-container .weather-container .weather-body .forecast li > span {
  display: flex;
  flex: 1;
  font-size: 16px;
  height: 50px;
  align-items: center;
}
.markets-weather-container .weather-container .weather-body .forecast li .low-high {
  justify-content: center;
}
.markets-weather-container .weather-container .weather-body .forecast li .low-high .vertical-bar {
  margin: 0 0.5rem;
}
.markets-weather-container .weather-container .weather-body .forecast li .weather-icon {
  justify-content: flex-end;
  font-size: 32px;
}
.markets-weather-container .weather-container .weather-body .forecast li .weather-icon > span {
  width: 28px;
  text-align: left;
}
.markets-weather-container .markets-container .markets-header {
  padding: 1rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.markets-weather-container .markets-container .markets-header h6 {
  font-size: 24px;
}
.markets-weather-container .markets-container .markets-body table {
  width: 100%;
  text-align: left;
  margin: 0;
  position: relative;
}
.markets-weather-container .markets-container .markets-body table thead {
  background-color: #cccccc;
}
.markets-weather-container .markets-container .markets-body table thead th {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 12px;
}
.markets-weather-container .markets-container .markets-body table thead th:first-child {
  padding-left: 1rem;
}
.markets-weather-container .markets-container .markets-body table thead th:nth-child(3),
.markets-weather-container .markets-container .markets-body table thead th:nth-child(4) {
  text-align: right;
}
.markets-weather-container .markets-container .markets-body table thead th:nth-child(4) {
  padding-right: 1rem;
}
.markets-weather-container .markets-container .markets-body table tbody tr td {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 14px;
}
.markets-weather-container .markets-container .markets-body table tbody tr td.positive {
  color: green;
}
.markets-weather-container .markets-container .markets-body table tbody tr td.negative {
  color: red;
}
.markets-weather-container .markets-container .markets-body table tbody tr td:first-child {
  padding-left: 1rem;
}
.markets-weather-container .markets-container .markets-body table tbody tr td:nth-child(3),
.markets-weather-container .markets-container .markets-body table tbody tr td:nth-child(4) {
  text-align: right;
}
.markets-weather-container .markets-container .markets-body table tbody tr td:nth-child(4) {
  padding-right: 1rem;
}
.markets-weather-container .markets-container .markets-body table tbody tr.border {
  height: 1px;
  background-color: #cccccc;
  margin: 0 1rem;
  position: absolute;
  width: calc(100% - 2rem);
}
.markets-weather-container .disclaimer {
  padding: 1rem;
}
.markets-weather-container .disclaimer p {
  margin: 0;
}
.markets-weather-container .disclaimer p:first-child {
  margin-bottom: 0.5rem;
}

@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,900,300italic");
.insect-forecast-container hr {
  margin: 1rem 0;
}
.insect-forecast-container .insect-forecast-list-item .list-item-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.insect-forecast-container .insect-forecast-list-item .list-item-header .list-item-pubdate {
  font-weight: 600;
  margin-bottom: 1rem;
}
.insect-forecast-container .insect-forecast-list-item .list-item-header .list-item-title {
  margin-bottom: 2rem;
}
.insect-forecast-container .insect-forecast-list-item .list-item-header .list-item-insect-logo {
  height: 100%;
  max-height: 62px;
}
.insect-forecast-container .insect-forecast-list-item .list-item-map {
  max-width: 100%;
  width: 100%;
}
.insect-forecast-container .insect-forecast-list-item .list-item-description {
  margin-top: 2rem;
  margin-bottom: 4rem;
}

/* Screen sizes */
/* Colors */
/* Text size */
/* Typography */
/* Iconography */
/* Components */
/* Grid system */
.hero {
  position: relative;
  z-index: 1;
  margin-bottom: 1.5rem;
}
.hero .material-icons {
  position: absolute;
  bottom: 10px;
  right: 0;
  color: #fff;
  display: none;
  z-index: 3;
}
.hero .material-icons.active {
  display: block;
}
.hero-background .bg-image,
.hero-background .bg-color,
.hero-background .bg-video {
  position: absolute;
  z-index: 1;
  top: 0;
  left: calc(-100vw / 2 + 50%);
  height: 100%;
  width: 100vw;
  overflow: hidden;
}
.hero-background .bg-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.hero-background .bg-image .bg-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.85;
}
.hero-background .bg-video .bg-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.hero-background .bg-video .bg-overlay.lmnt-theme-primary-bg {
  opacity: 0.65;
}
.hero-background .bg-video .bg-overlay.lmnt-theme-secondary-bg {
  opacity: 0.65;
}
.hero-background .bg-video .video-foreground {
  height: 300%;
  top: -100%;
}
.hero-background .bg-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  transform: translateX(-50%) translateY(-50%);
}
.hero-background .bg-video video.video-top {
  top: 0;
  transform: translateX(-50%) translateY(0);
}
.hero-background .bg-video video.video-bottom {
  top: auto;
  bottom: 0;
  transform: translateX(-50%) translateY(0);
}
.hero-container {
  position: relative;
  z-index: 2;
  overflow: auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
  min-height: 450px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 599px) {
  .hero-container {
    padding-top: 1.5rem;
    padding-bottom: 2.5rem;
  }
}
.hero-container .mdc-layout-grid__inner {
  width: 100%;
}
@media only screen and (max-width: 599px) {
  .hero-container .mdc-layout-grid__inner.no-gap {
    grid-gap: 0;
  }
}
.hero-container .mdc-layout-grid__cell {
  align-self: center;
}
@media only screen and (min-width: 840px) {
  .hero-container .no-left-media {
    grid-column-start: 7;
    margin-left: auto;
  }
}
@media only screen and (min-width: 600px) and (max-width: 839px) {
  .hero-container .no-left-media {
    grid-column-start: 5;
    margin-left: auto;
  }
}
.hero-container.color,
.hero-container.none {
  min-height: 0;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media only screen and (max-width: 599px) {
  .hero-container.color,
  .hero-container.none {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.hero-container.color .mdc-typography--headline4,
.hero-container.none .mdc-typography--headline4 {
  padding-bottom: 0;
}
.hero-container.color .mdc-typography--headline6,
.hero-container.none .mdc-typography--headline6 {
  padding-top: 0.5rem;
}
.hero-container.image {
  min-height: 275px;
}
.hero-container.image.hero-large {
  min-height: 450px;
}
@media only screen and (max-width: 599px) {
  .hero-container.image.hero-large {
    min-height: 225px;
  }
}
.hero-container.video {
  margin: 0;
}
.hero-box.lmnt-theme-primary-bg,
.hero-box.lmnt-theme-secondary-bg {
  background-color: transparent;
}
.hero-box.light-text .mdc-typography--headline1,
.hero-box.light-text .mdc-typography--headline2,
.hero-box.light-text .mdc-typography--headline3,
.hero-box.light-text .mdc-typography--headline4,
.hero-box.light-text .mdc-typography--headline5,
.hero-box.light-text .mdc-typography--headline6,
.hero-box.light-text .mdc-typography--body1 {
  color: #fff;
}
.hero-box.center-align {
  text-align: center;
}
.hero-box.right-align {
  text-align: right;
}
.hero-action-bar {
  position: relative;
}
@media only screen and (max-width: 599px) {
  .hero .mdc-typography--headline1 {
    font-size: 3rem;
    margin: .5rem 0;
  }
  .hero .mdc-typography--headline2 {
    font-size: 2.5rem;
    margin: .5rem 0;
  }
  .hero .mdc-typography--headline3 {
    font-size: 2.125rem;
    margin: .5rem 0;
  }
  .hero .mdc-typography--headline4 {
    font-size: 1.825rem;
    margin: .5rem 0;
  }
}
.hero .mdc-typography--body1 {
  padding-bottom: 0;
}
.hero .mdc-typography--body1 .lmnt-theme-editor-content {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.hero .mdc-typography--body1 .lmnt-theme-editor-content p {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
@media only screen and (max-width: 599px) {
  .hero .mdc-typography--body1 .lmnt-theme-editor-content p {
    font-size: .825rem;
  }
}
.foreground-media .fg-image,
.foreground-media .fg-video {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 599px) {
  .foreground-media .fg-image,
  .foreground-media .fg-video {
    margin-top: 1rem;
  }
}
.foreground-media .fg-image img {
  height: auto;
  width: 100%;
  display: block;
}
.foreground-media .fg-video .video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
}
.foreground-media .fg-video .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.headline {
  margin-bottom: 1.5rem;
}
.headline .left {
  text-align: left;
}
.headline .right {
  text-align: right;
}
.headline .center {
  text-align: center;
}

@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,900,300italic");
.harvest-entry-wrapper {
  position: relative;
}
.harvest-entry-wrapper .bg-overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  left: calc(-100vw / 2 + 50%);
  height: 100%;
  width: 100vw;
  overflow: hidden;
}
.harvest-entry-wrapper .bg-overlay.gray-bg {
  background: #f9f9f9;
}
.harvest-entry-wrapper .harvest-entry {
  position: relative;
  z-index: 2;
}
.harvest-entry-wrapper .harvest-entry > .mdc-layout-grid {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.harvest-entry-wrapper .harvest-entry .mdc-text-field {
  margin-bottom: 0;
}
.harvest-entry-wrapper .harvest-entry .mdc-form-field {
  margin-right: 1rem;
}
.harvest-entry-wrapper .harvest-entry .select-label {
  font-weight: bold;
}
.harvest-entry-wrapper .harvest-entry .entry-title {
  margin-bottom: 1.5rem;
}
.harvest-entry-wrapper .entry-image img {
  max-width: 100%;
  display: block;
}
@media only screen and (max-width: 599px), only screen and (min-width: 600px) and (max-width: 839px) {
  .harvest-entry-wrapper .entry-image {
    display: none;
  }
}

@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,900,300italic");
.global-contact-us .form-section {
  margin-bottom: 1.5rem;
}
.global-contact-us .form-section.contact-information {
  margin-bottom: 0;
}
.global-contact-us .mdc-form-field {
  width: 100%;
  margin-left: -11px;
  align-items: flex-start;
}
.global-contact-us .mdc-form-field label {
  padding-top: 11px;
}
.global-contact-us .mdc-form-field label p {
  margin: 0;
}
@media only screen and (min-width: 600px) and (max-width: 839px) {
  .global-contact-us .mdc-layout-grid__cell {
    grid-column-start: 2;
  }
}
@media only screen and (min-width: 840px) {
  .global-contact-us .mdc-layout-grid__cell {
    grid-column-start: 4;
  }
}
.global-contact-us .mdc-text-field--upgraded:not(.mdc-text-field--fullwidth):not(.mdc-text-field--box) {
  width: 100%;
}

@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,900,300italic");
.form .form-section {
  margin-bottom: 1.5rem;
}
.form .form-section.contact-information {
  margin-bottom: 0;
}
.form .mdc-form-field {
  width: 100%;
  margin-left: -11px;
  align-items: flex-start;
}
.form .mdc-form-field label {
  padding-top: 11px;
}
.form .mdc-form-field label p {
  margin: 0;
}
@media only screen and (min-width: 600px) and (max-width: 839px) {
  .form .mdc-layout-grid__cell {
    grid-column-start: 2;
  }
}
@media only screen and (min-width: 840px) {
  .form .mdc-layout-grid__cell {
    grid-column-start: 4;
  }
}
.form .mdc-text-field--upgraded:not(.mdc-text-field--fullwidth):not(.mdc-text-field--box) {
  width: 100%;
  margin-top: 10px;
}

/* Screen sizes */
/* Colors */
/* Text size */
/* Typography */
/* Iconography */
/* Components */
/* Grid system */

@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,900,300italic");
.featured-products-wrapper .featured-content > .mdc-layout-grid__inner {
  position: relative;
}
.featured-products-wrapper .featured-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media only screen and (max-width: 599px) {
  .featured-products-wrapper .featured-header {
    flex-direction: column;
  }
}
.featured-products-wrapper .featured-header .change-zip {
  white-space: nowrap;
  margin-left: 1.5rem;
  display: flex;
  height: 40px;
  align-items: center;
}
@media only screen and (max-width: 599px) {
  .featured-products-wrapper .featured-header .change-zip {
    margin-left: 0;
    margin-top: 1rem;
  }
}
.featured-products-wrapper .featured-header .change-zip i {
  font-size: 1rem;
}
.featured-products-wrapper .featured-header .change-zip a {
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
  width: auto;
  max-width: 0;
  overflow: hidden;
}
.featured-products-wrapper .featured-header .change-zip a span {
  display: inline-block;
  padding-left: 0.625rem;
}
.featured-products-wrapper .featured-header .change-zip a.disabled {
  cursor: not-allowed;
}
.featured-products-wrapper .featured-header .change-zip .zip {
  margin: 0 0 0 0.325rem;
  background: none;
  border: none;
  color: #000;
  width: 52px;
  height: 18px;
  text-align: center;
  outline-style: none;
  border-bottom: 1px solid transparent;
  transition: .2s;
  line-height: normal;
  padding: 0;
}
.featured-products-wrapper .featured-header .change-zip .zip:focus {
  background-color: rgba(0, 0, 0, 0.2);
  border-bottom-color: #000000;
}
.featured-products-wrapper .featured-header .change-zip .zip:focus + a {
  max-width: 200px;
}
.featured-products-wrapper .featured-header .change-zip .zip:invalid {
  width: 70px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.featured-products-wrapper .featured-header .change-zip .zip::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
}
.featured-products-wrapper .featured-header .change-zip .zip::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
}
.featured-products-wrapper .featured-header .change-zip .zip:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
}
.featured-products-wrapper .mdc-product-card {
  min-width: 0;
  height: 100%;
  padding-bottom: 60px;
  position: relative;
}
.featured-products-wrapper .mdc-product-card .mdc-product-card__header {
  min-height: 51px;
}
.featured-products-wrapper .mdc-product-card .mdc-product-card__header .mdc-product-card__identity.has-avatar {
  padding-right: 95px;
}
.featured-products-wrapper .mdc-product-card .mdc-product-card__avatar.disabled-mask {
  overflow: visible;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: auto;
  height: auto;
}
.featured-products-wrapper .mdc-product-card .mdc-product-card__avatar.disabled-mask img {
  object-fit: inherit;
  max-width: 70px;
  max-height: 39px;
  height: auto;
  width: auto;
}
.featured-products-wrapper .mdc-product-card .mdc-product-card__feature .mdc-product-card__avatar.disabled-mask {
  margin: -15px 0;
}
.featured-products-wrapper .mdc-product-card .mdc-product-card__actions:not(.lmnt-theme-primary-bg) .mdc-form-field .mdc-checkbox {
  margin-left: -11px;
}
.featured-products-wrapper .mdc-product-card .mdc-product-card__actions:not(.lmnt-theme-primary-bg) .mdc-form-field label {
  padding-left: 0;
}
.featured-products-wrapper .mdc-product-card .product-card__footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  display: flex;
  padding: 0 0.5rem;
  align-items: center;
  justify-content: flex-start;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.featured-products-wrapper .mdc-product-card .product-card__footer .mdc-card__divider {
  position: absolute;
  width: 100%;
  top: 0;
  left: -1px;
}
.featured-products-wrapper .mdc-product-card .product-card__footer .product-card__actions {
  display: flex;
}
.featured-products-wrapper .mdc-product-card .product-card__footer .my-seed-list-icon {
  color: rgba(71, 71, 71, 0.54);
}
.featured-products-wrapper .zip-input {
  display: flex;
  align-items: center;
}
.featured-products-wrapper .zip-input .mdc-textfield {
  width: 100%;
  max-width: 300px;
  margin: 0;
}
.featured-products-wrapper .zip-input .search-button {
  display: inline-block;
  margin-left: 2rem;
}
@media only screen and (max-width: 599px) {
  .featured-products-wrapper .zip-input {
    display: block;
  }
  .featured-products-wrapper .zip-input .search-button {
    display: block;
    margin-left: 0;
    margin-top: 1rem;
  }
}
.featured-products-wrapper .no-result {
  margin-top: 2rem;
  display: flex;
  flex-direction: row;
}
.featured-products-wrapper .no-result .error-text {
  margin-left: 1rem;
}
.featured-products-wrapper .no-result .error-text h6 {
  margin-bottom: 0.5rem;
}
.featured-products-wrapper .no-result .error-text h6 a {
  text-decoration: underline;
}
.featured-products-wrapper .lmnt-theme-editor-content {
  margin-bottom: 0;
}
.featured-products-wrapper .lmnt-theme-editor-content *:last-of-type {
  margin-bottom: 0;
}
.featured-products-wrapper .mdc-button:focus:before {
  opacity: .1;
}

@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,900,300italic");
.featured-harvest-es > .featured-harvest-es-wrapper > .mdc-layout-grid > .mdc-layout-grid__inner {
  display: none;
}
.featured-harvest-es > .featured-harvest-es-wrapper > .mdc-layout-grid > .mdc-layout-grid__inner.loaded {
  display: grid;
}
.featured-harvest-es .mdc-product-card {
  min-width: 0;
  padding-bottom: 60px;
  position: relative;
  height: 100%;
}
.featured-harvest-es .mdc-product-card .mdc-product-card__header {
  min-height: 51px;
}
.featured-harvest-es .mdc-product-card .mdc-product-card__header .mdc-product-card__identity {
  -ms-word-break: normal;
  word-break: normal;
}
.featured-harvest-es .mdc-product-card .mdc-product-card__header .mdc-product-card__identity .mdc-typography--headline5 {
  padding: .25rem 0;
  line-height: normal;
  display: block;
  color: inherit;
}
.featured-harvest-es .mdc-product-card .mdc-product-card__header .mdc-product-card__identity.has-avatar {
  padding-right: 95px;
}
.featured-harvest-es .mdc-product-card .mdc-product-card__avatar.disabled-mask {
  overflow: visible;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: auto;
  height: auto;
}
.featured-harvest-es .mdc-product-card .mdc-product-card__avatar.disabled-mask img {
  object-fit: inherit;
  max-width: 70px;
  max-height: 39px;
  height: auto;
  width: auto;
}
.featured-harvest-es .mdc-product-card .mdc-product-card__feature .mdc-product-card__avatar.disabled-mask {
  margin: -15px 0;
}
.featured-harvest-es .mdc-product-card .mdc-product-card__editor-content td:nth-child(2n) {
  text-align: right;
}
.featured-harvest-es .mdc-product-card .product-card__footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  display: flex;
  padding: 0 0.5rem;
  align-items: center;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.featured-harvest-es .mdc-product-card .product-card__footer .mdc-card__divider {
  position: absolute;
  width: 100%;
  top: 0;
  left: -1px;
}
.featured-harvest-es .mdc-product-card .product-card__footer .product-card__actions {
  display: flex;
}
.featured-harvest-es .component-body-text p {
  margin: 0;
}
.featured-harvest-es .loading-spinner {
  padding-bottom: 10rem;
  position: relative;
}
@media all and (-ms-high-contrast: none) {
  .featured-harvest-es > .featured-harvest-es-wrapper > .mdc-layout-grid > .mdc-layout-grid__inner.loaded {
    display: -webkit-box;
    display: flex;
  }
}

@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,900,300italic");
.featured-harvest > .featured-harvest-wrapper > .mdc-layout-grid > .mdc-layout-grid__inner {
  display: none;
}
.featured-harvest > .featured-harvest-wrapper > .mdc-layout-grid > .mdc-layout-grid__inner.loaded {
  display: grid;
}
.featured-harvest .mdc-product-card {
  min-width: 0;
  padding-bottom: 60px;
  position: relative;
  height: 100%;
}
.featured-harvest .mdc-product-card .mdc-product-card__header {
  min-height: 51px;
}
.featured-harvest .mdc-product-card .mdc-product-card__header .mdc-product-card__identity {
  -ms-word-break: normal;
  word-break: normal;
}
.featured-harvest .mdc-product-card .mdc-product-card__header .mdc-product-card__identity .mdc-typography--headline5 {
  padding: .25rem 0;
  line-height: normal;
  display: block;
  color: inherit;
}
.featured-harvest .mdc-product-card .mdc-product-card__header .mdc-product-card__identity.has-avatar {
  padding-right: 95px;
}
.featured-harvest .mdc-product-card .mdc-product-card__avatar.disabled-mask {
  overflow: visible;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: auto;
  height: auto;
}
.featured-harvest .mdc-product-card .mdc-product-card__avatar.disabled-mask img {
  object-fit: inherit;
  max-width: 70px;
  max-height: 39px;
  height: auto;
  width: auto;
}
.featured-harvest .mdc-product-card .mdc-product-card__feature .mdc-product-card__avatar.disabled-mask {
  margin: -15px 0;
}
.featured-harvest .mdc-product-card .mdc-product-card__editor-content td:nth-child(2n) {
  text-align: right;
}
.featured-harvest .mdc-product-card .product-card__footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  display: flex;
  padding: 0 0.5rem;
  align-items: center;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.featured-harvest .mdc-product-card .product-card__footer .mdc-card__divider {
  position: absolute;
  width: 100%;
  top: 0;
  left: -1px;
}
.featured-harvest .mdc-product-card .product-card__footer .product-card__actions {
  display: flex;
}
.featured-harvest .component-body-text p {
  margin: 0;
}
.featured-harvest .loading-spinner {
  padding-bottom: 10rem;
  position: relative;
}
@media all and (-ms-high-contrast: none) {
  .featured-harvest > .featured-harvest-wrapper > .mdc-layout-grid > .mdc-layout-grid__inner.loaded {
    display: -webkit-box;
    display: flex;
  }
}

@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,900,300italic");
.featured-contact .mdc-card {
  padding-bottom: 52px;
  position: relative;
  min-width: 0;
  height: 100%;
}
.featured-contact .mdc-card.no-footer {
  padding-bottom: 0;
}
.featured-contact .mdc-card .mdc-product-card__header {
  min-height: 1px;
  padding-right: 60px;
}
.featured-contact .mdc-card .mdc-product-card__header .dealer-logos {
  flex: 0 0 100%;
  padding: 1rem 1rem 0 1rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.featured-contact .mdc-card .mdc-product-card__header .dealer-logos img {
  max-width: 60px;
  max-height: 35px;
  margin-right: .75rem;
}
.featured-contact .mdc-card .mdc-product-card__header .mdc-product-card__avatar {
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.featured-contact .mdc-card .mdc-product-card__header .mdc-product-card__avatar.disabled-mask {
  overflow: visible;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding-left: 0.5rem;
  width: auto;
  height: auto;
}
.featured-contact .mdc-card .mdc-product-card__header .mdc-product-card__avatar.disabled-mask img {
  object-fit: inherit;
  max-width: 70px;
  max-height: 39px;
  height: auto;
  width: auto;
}
@media only screen and (max-width: 599px) {
  .featured-contact .mdc-card .mdc-product-card__header .mdc-product-card__avatar.disabled-mask img {
    max-height: 30px;
  }
}
.featured-contact .mdc-card .mdc-card__body {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.featured-contact .mdc-card .mdc-card__body p {
  margin: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.featured-contact .mdc-card .mdc-card__actions {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 52px;
  display: flex;
  padding: 0 0.5rem;
  align-items: center;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.featured-contact .mdc-card .mdc-card__actions .mdc-card__divider {
  position: absolute;
  width: 100%;
  top: 0;
  left: -1px;
}
.featured-contact .lmnt-theme-editor-content {
  margin: 0;
}
.featured-contact .lmnt-theme-editor-content > *:last-of-type {
  margin-bottom: 0;
}

@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,900,300italic");
.featured-articles a {
  text-decoration: none;
}
.featured-articles .mdc-card-container,
.featured-articles .mdc-card-container > a,
.featured-articles .mdc-card {
  height: 100%;
}
.featured-articles .mdc-card-container > a {
  display: block;
}
.featured-articles .mdc-card {
  padding-bottom: 54px;
  position: relative;
}
.featured-articles .mdc-card .mdc-card__body {
  overflow: visible;
}
.featured-articles .mdc-card .mdc-card-header {
  padding: 0;
  background: transparent;
  min-height: 1px;
}
.featured-articles .mdc-card .mdc-card-header .image {
  overflow: hidden;
}
.featured-articles .mdc-card .mdc-card-header img {
  height: auto;
  max-width: 100%;
  display: block;
  width: 100%;
}
.featured-articles .mdc-card .mdc-card__body.header-text {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.featured-articles .mdc-card .mdc-card__body.header-text .mdc-typography--overline {
  opacity: .5;
  padding-bottom: .5rem;
}
.featured-articles .mdc-card .mdc-card__body.header-text .mdc-typography--subtitle2 {
  padding-top: .5rem;
}
.featured-articles .mdc-card .mdc-typography--caption {
  padding-bottom: 1rem;
}
.featured-articles .mdc-card .mdc-card__actions {
  border-top: 0;
  padding-top: 0;
  justify-content: flex-start;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.featured-articles .mdc-card .mdc-card__actions.no-button {
  padding: 0;
  min-height: 0;
}

.decision-tree {
  position: relative;
}
.decision-tree .decision-tree-container > .decision-tree:before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #cccccc;
  position: absolute;
  left: 50%;
}
.decision-tree .decision-tree-container .decision-questions-column {
  grid-column-start: 2;
  text-align: center;
}
.decision-tree .decision-tree-container .decision-questions-column .progress-bar {
  font-size: 12px;
  position: relative;
  display: flex;
  justify-content: space-around;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
.decision-tree .decision-tree-container .decision-questions-column .progress-bar span {
  font-weight: 900;
  height: 22px;
  width: 22px;
  display: flex;
  border: 3px solid #006c67;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 1;
  color: white;
  background-color: #006c67;
}
.decision-tree .decision-tree-container .decision-questions-column .progress-bar span.active {
  color: #006c67;
  background-color: white;
  cursor: default;
}
.decision-tree .decision-tree-container .decision-questions-column .progress-bar span.disabled {
  cursor: default;
  background-color: #cccccc;
  border-color: #cccccc;
}
.decision-tree .decision-tree-container .decision-questions-column .decision-container .question-container h5 {
  margin-bottom: 2rem;
}
.decision-tree .decision-tree-container .decision-questions-column .decision-container .question-container p.question {
  margin-bottom: 2rem;
}
.decision-tree .decision-tree-container .decision-questions-column .decision-container .mdc-form-field {
  display: flex;
  justify-content: flex-start;
}
.decision-tree .decision-tree-container .decision-questions-column .decision-container .mdc-form-field label {
  font-size: 12px;
  margin: 0;
}
.decision-tree .decision-tree-container .decision-questions-column .decision-container .answers-container {
  display: inline-block;
  margin-bottom: 3rem;
}
.decision-tree .decision-tree-container .decision-questions-column .decision-container .decision-button-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.decision-tree .decision-tree-container .decision-questions-column .decision-container .decision-button-container .invisible {
  opacity: 0;
}
.decision-tree .decision-tree-container .decision-questions-column .decision-container .decision-button-container .mdc-button__label {
  display: flex;
  align-items: center;
}
.decision-tree .decision-tree-container .decision-questions-column .decision-container .decision-button-container .mdc-button__label i {
  font-size: 16px;
}
.decision-tree .decision-tree-container .decision-questions-column .decision-container .decision-button-container .previous i {
  margin-right: 10px;
}
.decision-tree .decision-tree-container .decision-questions-column .decision-container .decision-button-container .next i {
  margin-left: 10px;
}
.decision-tree .decision-tree-container .decision-results-column {
  grid-column-start: 8;
}
.decision-tree .decision-tree-container .decision-results-column h6 {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.decision-tree .decision-tree-container .bottom-container {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  text-align: center;
  grid-column-start: 2;
}
.decision-tree .decision-tree-container .bottom-container h5 {
  margin-bottom: 3rem;
}
.decision-tree .decision-tree-container .bottom-container button {
  margin-bottom: 1rem;
}
.decision-tree .decision-tree-container .bottom-container button.previous .mdc-button__label {
  display: flex;
  align-items: center;
}
.decision-tree .decision-tree-container .bottom-container button.previous .mdc-button__label i {
  font-size: 16px;
  margin-right: 10px;
}
@media only screen and (min-width: 840px) {
  .decision-tree .decision-tree-container .decision-results-column .bottom-container {
    display: none;
  }
}
@media only screen and (min-width: 600px) and (max-width: 839px) {
  .decision-tree .decision-tree-container {
    border: 0;
  }
  .decision-tree .decision-tree-container > .decision-tree:before {
    display: none;
  }
  .decision-tree .decision-tree-container .decision-questions-column {
    grid-column-start: 2;
  }
  .decision-tree .decision-tree-container .decision-questions-column .bottom-container {
    display: none;
  }
  .decision-tree .decision-tree-container .decision-results-column {
    padding-top: 2rem;
    border: 0;
    grid-column-start: 2;
  }
  .decision-tree .decision-tree-container .decision-results-column h6 {
    margin-top: 0;
  }
}
@media only screen and (max-width: 599px) {
  .decision-tree .decision-tree-container {
    border: 0;
  }
  .decision-tree .decision-tree-container > .decision-tree:before {
    display: none;
  }
  .decision-tree .decision-tree-container .decision-questions-column {
    grid-column-start: 1;
  }
  .decision-tree .decision-tree-container .decision-questions-column .bottom-container {
    display: none;
  }
  .decision-tree .decision-tree-container .decision-results-column {
    padding-top: 2rem;
    border: 0;
    grid-column-start: 1;
  }
  .decision-tree .decision-tree-container .decision-results-column h6 {
    margin-top: 0;
  }
  .decision-tree .decision-tree-container .decision-results-column .slick-initialized {
    width: 75%;
    margin: auto;
  }
}
.decision-tree .decision-enter-active,
.decision-tree .decision-leave-active {
  transition: opacity 0.2s ease-in-out, transform 0.2s ease;
}
.decision-tree .decision-enter-active {
  transition-delay: 0.2s;
}
.decision-tree .decision-enter {
  opacity: 0;
  transform: translateX(200px);
}
.decision-tree .decision-enter-to {
  opacity: 1;
  transform: translateX(0px);
}
.decision-tree .decision-leave {
  opacity: 1;
  transform: translateX(0px);
}
.decision-tree .decision-leave-to {
  opacity: 0;
  transform: translateX(-200px);
}

@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,900,300italic");
.dealer-card {
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 840px) {
  .dealer-card {
    max-width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--default--12 .dealer-card:nth-child(3n+4) {
    clear: left;
  }
}
@media only screen and (min-width: 600px) and (max-width: 839px) {
  .dealer-card {
    max-width: 50%;
  }
  .aem-Grid.aem-Grid--default--12 .dealer-card:nth-child(2n+3) {
    clear: left;
  }
}
.dealer-card .mdc-card-header-text {
  height: auto;
}
.dealer-card .mdc-card-header-text .mdc-typography--body2 {
  margin-top: .25rem;
}
.dealer-card .mdc-card__body {
  margin-top: 1rem;
  margin-bottom: .5rem;
}
.dealer-card .mdc-card__body p {
  margin-bottom: .5rem;
}

/* Screen sizes */
/* Colors */
/* Text size */
/* Typography */
/* Iconography */
/* Components */
/* Grid system */
.carousel {
  margin-bottom: 1.5rem;
}
.cmp-carousel__content {
  position: relative;
}
.cmp-carousel__item {
  display: none;
}
.cmp-carousel__item--active {
  display: block;
}
.cmp-carousel__actions {
  position: absolute;
  right: -12px;
  z-index: 2;
}
.cmp-carousel__action {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.cmp-carousel__action--disabled {
  display: none;
}
.cmp-carousel__indicators {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
  align-items: center;
  height: 48px;
}
@media only screen and (max-width: 599px) {
  .cmp-carousel__indicators {
    justify-content: flex-start;
    margin-left: -7px;
  }
}
.cmp-carousel__indicator {
  position: relative;
  flex: 0 1 auto;
  width: 10px;
  height: 10px;
  margin: 0 7px;
  border-radius: 50%;
  font-size: 0;
  text-indent: -3000px;
}
.cmp-carousel__indicator:not(.lmnt-theme-primary-bg) {
  background-color: #d9d9d9;
  cursor: pointer;
}
.cmp-carousel__indicator--active {
  background-color: rgba(0, 0, 0, 0.8);
}
.cmp-carousel__item > div {
  margin-bottom: .5rem;
}
.cmp-carousel__item .hero-container.image {
  min-height: 322px;
}
.cmp-carousel__item .hero-container.image:after {
  content: '';
  min-height: inherit;
  font-size: 0;
}

/* Screen sizes */
/* Colors */
/* Text size */
/* Typography */
/* Iconography */
/* Components */
/* Grid system */
.button {
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 599px) {
  .button a {
    width: 100%;
  }
}
.button-alignment {
  display: flex;
  padding-top: 0;
  padding-bottom: 0;
}
.button-alignment.center {
  justify-content: center;
}

/* Screen sizes */
/* Colors */
/* Text size */
/* Typography */
/* Iconography */
/* Components */
/* Grid system */
.breadcrumb {
  margin-bottom: 1.5rem;
}
.breadcrumb .breadcrumb-separator::before {
  content: '/';
  margin: 0 8px;
}
.breadcrumb a:last-child {
  cursor: default;
  pointer-events: none;
  text-decoration: none;
}

@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,900,300italic");
.bag-conversion .input-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bag-conversion .input-container .input-field {
  width: 40%;
  min-width: 200px;
}
.bag-conversion .input-container .input-field .mdc-textfield {
  width: 100%;
}
.bag-conversion .input-container .input-field.first {
  margin-right: 1rem;
}
.bag-conversion .input-container .input-field.last {
  margin-left: 1rem;
}
.bag-conversion .output-container {
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 1.5rem 0;
}
.bag-conversion .output-container .output-area {
  background: #f9f9f9;
  width: 50%;
  padding: 1rem;
}
.bag-conversion .output-container .output-area.first {
  margin: 0 .5rem 0 0;
}
.bag-conversion .output-container .output-area.last {
  margin: 0 0 0 .5rem;
}
.bag-conversion .output-container .output-area .result {
  font-size: 3.5em;
  padding: 2.5rem 0 2rem;
}
@media only screen and (min-width: 600px) and (max-width: 839px) {
  .bag-conversion .input-container .input-field {
    width: 50%;
  }
  .bag-conversion .input-container .input-field.first {
    margin-right: .5rem;
  }
  .bag-conversion .input-container .input-field.last {
    margin-left: .5rem;
  }
}
@media only screen and (max-width: 599px) {
  .bag-conversion .input-container {
    flex-wrap: wrap;
  }
  .bag-conversion .input-container .input-field {
    width: 100%;
  }
  .bag-conversion .input-container .input-field.first,
  .bag-conversion .input-container .input-field.last {
    margin: 1rem 0 0;
  }
  .bag-conversion .output-container {
    flex-wrap: wrap;
  }
  .bag-conversion .output-container .output-area {
    width: 100%;
  }
  .bag-conversion .output-container .output-area.first {
    margin: 0 0 1rem;
  }
  .bag-conversion .output-container .output-area.last {
    margin: 0;
  }
}

@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,900,300italic");
.author-card {
  margin-bottom: 1.5rem;
}
.author-card .author-media {
  padding: 0 10px 0 0;
}
.author-card .author-media img {
  max-width: 100%;
}
.author-card .author-text .mdc-typography--button {
  line-height: 1rem;
  color: gray;
  letter-spacing: 0.125rem;
  margin-bottom: 1em;
}
.author-card .author-text .email {
  text-decoration: none;
  color: #252122;
}
.author-card .author-text .tel {
  margin: 8px 0 0;
}

/* Screen sizes */
/* Colors */
/* Text size */
/* Typography */
/* Iconography */
/* Components */
/* Grid system */
.audio {
  margin-bottom: 1.5rem;
}
.audio p {
  word-break: break-word;
  margin: 0;
}

@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,900,300italic");
.adaptive-image {
  margin-bottom: 2rem;
}
.adaptive-image .ad-image > img {
  width: 100%;
}
@media only screen and (max-width: 599px) {
  .adaptive-image {
    margin-bottom: 2.3333rem;
  }
  .adaptive-image .ad-image-mob-medium-adaptive > img {
    max-width: 555px;
  }
  .adaptive-image .ad-image-mob-small-adaptive > img {
    max-width: 360px;
  }
  .adaptive-image .ad-image-mob-xsmall-adaptive > img {
    max-width: 262px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 839px) {
  .adaptive-image {
    margin-bottom: 2.6666rem;
  }
  .adaptive-image .ad-image-tab-large-adaptive > img {
    max-width: 750px;
  }
  .adaptive-image .ad-image-tab-medium-adaptive > img {
    max-width: 555px;
  }
  .adaptive-image .ad-image-tab-small-adaptive > img {
    max-width: 360px;
  }
  .adaptive-image .ad-image-tab-xsmall-adaptive > img {
    max-width: 262px;
  }
}
@media only screen and (min-width: 840px) {
  .adaptive-image .ad-image-desktop-large-adaptive > img {
    max-width: 750px;
  }
  .adaptive-image .ad-image-desktop-medium-adaptive > img {
    max-width: 555px;
  }
  .adaptive-image .ad-image-desktop-small-adaptive > img {
    max-width: 360px;
  }
  .adaptive-image .ad-image-desktop-xsmall-adaptive > img {
    max-width: 262px;
  }
}
@media only screen and (min-width: 840px) {
  .adaptive-image {
    margin-bottom: 3rem;
  }
}
.adaptive-image img {
  width: auto;
  height: auto;
  max-width: 100%;
}

