/*
 *  Copyright 2018 Adobe
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */
.cmp-tabs__tablist {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
}
.cmp-tabs__tab {
  box-sizing: border-box;
  border-bottom: 1px solid transparent;
  padding: .5rem 1rem;
  cursor: pointer;
}
.cmp-tabs__tab--active {
  border-color: inherit;
}
.cmp-tabs__tabpanel {
  display: none;
}
.cmp-tabs__tabpanel--active {
  display: block;
}

/*
 *  Copyright 2017 Adobe
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */
/** @define breadcrumb */
.cmp-breadcrumb {
  display: inline-block;
  list-style: none;
  padding: 0;
}
.cmp-breadcrumb__item {
  display: inline-block;
  vertical-align: top;
}

/*
 *  Copyright 2017 Adobe
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */
.cmp-search {
  position: relative;
}
.cmp-search__field {
  position: relative;
  height: 2rem;
}
.cmp-search__input {
  padding-left: 2rem;
  padding-right: 2rem;
  height: 100%;
  width: 100%;
}
.cmp-search__icon {
  display: block;
  position: absolute;
  left: .5rem;
  top: .5rem;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMTE1MnB4IiBoZWlnaHQ9IjExNTJweCIgdmlld0JveD0iMCAwIDExNTIgMTE1MiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTE1MiAxMTUyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGQ9Ik02NzIsMEM0MDYuOTAzLDAsMTkyLDIxNC45MDMsMTkyLDQ4MGMwLDk1LjcsMjguMDExLDE4NC44NTUsNzYuMjc1LDI1OS43MjVDMTgxLjY0Niw4MjYuMzU0LDQ4LjA3NSw5NTkuOTI1LDM2LDk3Mg0KCWMtMTgsMTgtMzYsMzYtMzYsNzJzMTgsNTQsMzYsNzJzMzYuMDEyLDM2LDcyLDM2czU0LTE4LDcyLTM2YzEyLjA3NS0xMi4wNzUsMTQ1LjY0Ni0xNDUuNjQ2LDIzMi4yNzUtMjMyLjI3NQ0KCUM0ODcuMTQ0LDkzMS45ODgsNTc2LjMsOTYwLDY3Miw5NjBjMjY1LjA5NywwLDQ4MC0yMTQuOTAzLDQ4MC00ODBDMTE1MiwyMTQuOTAzLDkzNy4wOTcsMCw2NzIsMHogTTY3Miw4MTYNCgljLTE4NS41NjgsMC0zMzYtMTUwLjQzMy0zMzYtMzM2YzAtMTg1LjU2OCwxNTAuNDMyLTMzNiwzMzYtMzM2YzE4NS41NjcsMCwzMzYsMTUwLjQzMiwzMzYsMzM2QzEwMDgsNjY1LjU2Nyw4NTcuNTY3LDgxNiw2NzIsODE2eiINCgkvPg0KPC9zdmc+DQo=");
  background-size: contain;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
}
.cmp-search__loading-indicator {
  display: none;
  position: absolute;
  top: .5rem;
  left: .5rem;
  border: 3px solid #ccc;
  border-top-color: #333;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  animation: cmp-search__loading-indicator-spin 2s linear infinite;
}
@keyframes cmp-search__loading-indicator-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.cmp-search__clear {
  display: none;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
}
.cmp-search__clear-icon {
  position: absolute;
  top: .5rem;
  right: .5rem;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMTE1MnB4IiBoZWlnaHQ9IjExNTJweCIgdmlld0JveD0iMCAwIDExNTIgMTE1MiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTE1MiAxMTUyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGlkPSJYTUxJRF85XyIgZD0iTTgyLjYsOTM3LjJsMzYyLTM2Mkw4NCwyMTQuOGMtMTQuMS0xNC4xLTE0LjEtMzYuOSwwLTUxbDgxLjItODEuMmMxNC4xLTE0LjEsMzYuOS0xNC4xLDUxLDBsMzYwLjUsMzYwLjUNCglMOTM3LjIsODIuNmMxNC4xLTE0LjEsMzYuOS0xNC4xLDUxLDBsODEuMiw4MS4yYzE0LjEsMTQuMSwxNC4xLDM2LjksMCw1MUw3MDguOSw1NzUuM2wzNjAuNSwzNjAuNWMxNC4xLDE0LjEsMTQuMSwzNi45LDAsNTENCglsLTgxLjIsODEuMmMtMTQuMSwxNC4xLTM2LjksMTQuMS01MSwwTDU3Ni43LDcwNy41bC0zNjIsMzYyYy0xNC4xLDE0LjEtMzYuOSwxNC4xLTUxLDBsLTgxLjItODEuMg0KCUM2OC41LDk3NC4yLDY4LjUsOTUxLjMsODIuNiw5MzcuMnoiLz4NCjwvc3ZnPg0K");
  background-size: contain;
  width: 1rem;
  height: 1rem;
}
.cmp-search__results {
  display: none;
  overflow-y: auto;
  min-width: 100%;
  max-height: 10rem;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999999;
  border: 1px solid #ccc;
  background: #fff;
}
.cmp-search__item {
  display: block;
}
.cmp-search__item--is-focused {
  background-color: #ccc;
}

/*
 *  Copyright 2018 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.
 */
/*
 * ADOBE CONFIDENTIAL
 *
 * Copyright 2015 Adobe Systems Incorporated
 * All Rights Reserved.
 *
 * NOTICE:  All information contained herein is, and remains
 * the property of Adobe Systems Incorporated and its suppliers,
 * if any.  The intellectual and technical concepts contained
 * herein are proprietary to Adobe Systems Incorporated and its
 * suppliers and may be covered by U.S. and Foreign Patents,
 * patents in process, and are protected by trade secret or copyright law.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe Systems Incorporated.
 */
/* grid component */
.aem-Grid {
  display: block;
  width: 100%;
}
.aem-Grid::before,
.aem-Grid::after {
  display: table;
  content: " ";
}
.aem-Grid::after {
  clear: both;
}
/* placeholder for new components */
.aem-Grid-newComponent {
  clear: both;
  margin: 0;
}
/* column of a grid */
.aem-GridColumn {
  box-sizing: border-box;
  clear: both;
}
/* force showing hidden */
.aem-GridShowHidden > .aem-Grid > .aem-GridColumn {
  display: block !important;
}
/* Generates all the rules for the grid columns up to the given amount of column */
/* Generates all the rules for the grid column offset up to the given amount of column */
/* Generates all the rules for the grid and columns for the given break point and total of columns */
/* Generates all the rules for the grids and columns */
/* API function to be called to generate a grid config */
/* maximum amount of grid cells to be provided */
/* default breakpoint */
.aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 20%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 40%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 60%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 80%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 20%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 40%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 60%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 80%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 16.66666667%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 83.33333333%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 16.66666667%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 83.33333333%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 14.28571429%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 28.57142857%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 42.85714286%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 57.14285714%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 71.42857143%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 85.71428571%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 14.28571429%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 28.57142857%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 42.85714286%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 57.14285714%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 71.42857143%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 85.71428571%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 12.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 37.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 62.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 87.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 12.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 37.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 62.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 87.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 11.11111111%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 22.22222222%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 44.44444444%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 55.55555556%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 77.77777778%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 88.88888889%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 11.11111111%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 22.22222222%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 44.44444444%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 55.55555556%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 77.77777778%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 88.88888889%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 10%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 20%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 30%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 40%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 60%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 70%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 80%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 90%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 10%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 20%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 30%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 40%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 60%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 70%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 80%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 90%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 9.09090909%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 18.18181818%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 27.27272727%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 36.36363636%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 45.45454545%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 54.54545455%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 63.63636364%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 72.72727273%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 81.81818182%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 90.90909091%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--11 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 9.09090909%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 18.18181818%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 27.27272727%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 36.36363636%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 45.45454545%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 54.54545455%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 63.63636364%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 72.72727273%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 81.81818182%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 90.90909091%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--11 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 8.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 16.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 41.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 58.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 83.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--11 {
  float: left;
  clear: none;
  width: 91.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--12 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 8.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 16.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 41.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 58.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 83.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--11 {
  margin-left: 91.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--12 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--1 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--1 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--1 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 20%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 40%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 60%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 80%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 20%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 40%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 60%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 80%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 16.66666667%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 83.33333333%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 16.66666667%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 83.33333333%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 14.28571429%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 28.57142857%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 42.85714286%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 57.14285714%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 71.42857143%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 85.71428571%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 14.28571429%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 28.57142857%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 42.85714286%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 57.14285714%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 71.42857143%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 85.71428571%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 12.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 37.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 62.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 87.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 12.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 37.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 62.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 87.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 11.11111111%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 22.22222222%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 44.44444444%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 55.55555556%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 77.77777778%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 88.88888889%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 11.11111111%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 22.22222222%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 44.44444444%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 55.55555556%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 77.77777778%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 88.88888889%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 10%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 20%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 30%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 40%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 60%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 70%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 80%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 90%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 10%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 20%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 30%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 40%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 60%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 70%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 80%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 90%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 9.09090909%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 18.18181818%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 27.27272727%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 36.36363636%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 45.45454545%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 54.54545455%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 63.63636364%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 72.72727273%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 81.81818182%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 90.90909091%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--11 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 9.09090909%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 18.18181818%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 27.27272727%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 36.36363636%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 45.45454545%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 54.54545455%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 63.63636364%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 72.72727273%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 81.81818182%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 90.90909091%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--11 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 8.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 16.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 41.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 58.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 83.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--11 {
  float: left;
  clear: none;
  width: 91.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--12 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 8.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 16.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 41.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 58.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 83.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--11 {
  margin-left: 91.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--12 {
  margin-left: 100%;
}
.aem-Grid > .aem-GridColumn.aem-GridColumn--default--newline {
  /* newline behavior */
  display: block;
  clear: both !important;
}
.aem-Grid > .aem-GridColumn.aem-GridColumn--default--none {
  /* none behavior */
  display: block;
  clear: none !important;
  float: left;
}
.aem-Grid > .aem-GridColumn.aem-GridColumn--default--hide {
  /* hide behavior */
  display: none;
}
/* xsmall breakpoint */
@media (max-width: 479px) {
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--smallphone--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--smallphone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--smallphone--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--smallphone--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--smallphone--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--smallphone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--smallphone--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--smallphone--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--smallphone--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--smallphone--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--smallphone--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--smallphone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--smallphone--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--smallphone--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--smallphone--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--smallphone--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--smallphone--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--smallphone--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--smallphone--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--smallphone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--smallphone--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--smallphone--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--smallphone--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--smallphone--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--smallphone--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--smallphone--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--smallphone--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--smallphone--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--smallphone--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--smallphone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--smallphone--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--smallphone--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--smallphone--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--smallphone--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--smallphone--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--smallphone--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--smallphone--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--smallphone--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--smallphone--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--smallphone--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--smallphone--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--smallphone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--smallphone--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--smallphone--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--smallphone--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--smallphone--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--smallphone--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--smallphone--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--smallphone--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--smallphone--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--smallphone--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--smallphone--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--smallphone--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--smallphone--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--smallphone--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--smallphone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--smallphone--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--smallphone--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--smallphone--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--smallphone--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--smallphone--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--smallphone--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--smallphone--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--smallphone--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--smallphone--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--smallphone--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--smallphone--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--smallphone--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--smallphone--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--smallphone--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--smallphone--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--smallphone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--smallphone--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--smallphone--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--smallphone--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--smallphone--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--smallphone--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--smallphone--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--smallphone--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--smallphone--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--smallphone--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--smallphone--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--smallphone--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--smallphone--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--smallphone--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--smallphone--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--smallphone--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--smallphone--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--smallphone--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--smallphone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--smallphone--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--smallphone--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--smallphone--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--smallphone--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--smallphone--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--smallphone--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--smallphone--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--smallphone--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--smallphone--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--smallphone--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--smallphone--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--smallphone--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--smallphone--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--smallphone--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--smallphone--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--smallphone--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--smallphone--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--smallphone--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--smallphone--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--smallphone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--smallphone--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--smallphone--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--smallphone--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--smallphone--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--smallphone--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--smallphone--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--smallphone--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--smallphone--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--smallphone--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--smallphone--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--smallphone--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--smallphone--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--smallphone--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--smallphone--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--smallphone--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--smallphone--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--smallphone--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--smallphone--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--smallphone--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--smallphone--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--smallphone--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--smallphone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--smallphone--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--smallphone--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--smallphone--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--smallphone--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--smallphone--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--smallphone--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--smallphone--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--smallphone--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--smallphone--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--smallphone--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--smallphone--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--smallphone--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--smallphone--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--smallphone--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--smallphone--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--smallphone--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--smallphone--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--smallphone--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--smallphone--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--smallphone--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--smallphone--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--smallphone--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--smallphone--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--smallphone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--smallphone--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--smallphone--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--smallphone--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--smallphone--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--smallphone--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--smallphone--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--smallphone--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--smallphone--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--smallphone--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--smallphone--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--smallphone--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--smallphone--12 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--smallphone--1 > .aem-GridColumn.aem-GridColumn--smallphone--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--smallphone--1 > .aem-GridColumn.aem-GridColumn--offset--smallphone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--smallphone--1 > .aem-GridColumn.aem-GridColumn--offset--smallphone--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--smallphone--2 > .aem-GridColumn.aem-GridColumn--smallphone--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--smallphone--2 > .aem-GridColumn.aem-GridColumn--smallphone--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--smallphone--2 > .aem-GridColumn.aem-GridColumn--offset--smallphone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--smallphone--2 > .aem-GridColumn.aem-GridColumn--offset--smallphone--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--smallphone--2 > .aem-GridColumn.aem-GridColumn--offset--smallphone--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--smallphone--3 > .aem-GridColumn.aem-GridColumn--smallphone--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--smallphone--3 > .aem-GridColumn.aem-GridColumn--smallphone--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--smallphone--3 > .aem-GridColumn.aem-GridColumn--smallphone--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--smallphone--3 > .aem-GridColumn.aem-GridColumn--offset--smallphone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--smallphone--3 > .aem-GridColumn.aem-GridColumn--offset--smallphone--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--smallphone--3 > .aem-GridColumn.aem-GridColumn--offset--smallphone--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--smallphone--3 > .aem-GridColumn.aem-GridColumn--offset--smallphone--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--smallphone--4 > .aem-GridColumn.aem-GridColumn--smallphone--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--smallphone--4 > .aem-GridColumn.aem-GridColumn--smallphone--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--smallphone--4 > .aem-GridColumn.aem-GridColumn--smallphone--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--smallphone--4 > .aem-GridColumn.aem-GridColumn--smallphone--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--smallphone--4 > .aem-GridColumn.aem-GridColumn--offset--smallphone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--smallphone--4 > .aem-GridColumn.aem-GridColumn--offset--smallphone--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--smallphone--4 > .aem-GridColumn.aem-GridColumn--offset--smallphone--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--smallphone--4 > .aem-GridColumn.aem-GridColumn--offset--smallphone--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--smallphone--4 > .aem-GridColumn.aem-GridColumn--offset--smallphone--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--smallphone--5 > .aem-GridColumn.aem-GridColumn--smallphone--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--smallphone--5 > .aem-GridColumn.aem-GridColumn--smallphone--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--smallphone--5 > .aem-GridColumn.aem-GridColumn--smallphone--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--smallphone--5 > .aem-GridColumn.aem-GridColumn--smallphone--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--smallphone--5 > .aem-GridColumn.aem-GridColumn--smallphone--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--smallphone--5 > .aem-GridColumn.aem-GridColumn--offset--smallphone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--smallphone--5 > .aem-GridColumn.aem-GridColumn--offset--smallphone--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--smallphone--5 > .aem-GridColumn.aem-GridColumn--offset--smallphone--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--smallphone--5 > .aem-GridColumn.aem-GridColumn--offset--smallphone--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--smallphone--5 > .aem-GridColumn.aem-GridColumn--offset--smallphone--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--smallphone--5 > .aem-GridColumn.aem-GridColumn--offset--smallphone--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--smallphone--6 > .aem-GridColumn.aem-GridColumn--smallphone--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--smallphone--6 > .aem-GridColumn.aem-GridColumn--smallphone--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--smallphone--6 > .aem-GridColumn.aem-GridColumn--smallphone--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--smallphone--6 > .aem-GridColumn.aem-GridColumn--smallphone--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--smallphone--6 > .aem-GridColumn.aem-GridColumn--smallphone--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--smallphone--6 > .aem-GridColumn.aem-GridColumn--smallphone--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--smallphone--6 > .aem-GridColumn.aem-GridColumn--offset--smallphone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--smallphone--6 > .aem-GridColumn.aem-GridColumn--offset--smallphone--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--smallphone--6 > .aem-GridColumn.aem-GridColumn--offset--smallphone--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--smallphone--6 > .aem-GridColumn.aem-GridColumn--offset--smallphone--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--smallphone--6 > .aem-GridColumn.aem-GridColumn--offset--smallphone--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--smallphone--6 > .aem-GridColumn.aem-GridColumn--offset--smallphone--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--smallphone--6 > .aem-GridColumn.aem-GridColumn--offset--smallphone--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--smallphone--7 > .aem-GridColumn.aem-GridColumn--smallphone--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--smallphone--7 > .aem-GridColumn.aem-GridColumn--smallphone--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--smallphone--7 > .aem-GridColumn.aem-GridColumn--smallphone--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--smallphone--7 > .aem-GridColumn.aem-GridColumn--smallphone--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--smallphone--7 > .aem-GridColumn.aem-GridColumn--smallphone--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--smallphone--7 > .aem-GridColumn.aem-GridColumn--smallphone--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--smallphone--7 > .aem-GridColumn.aem-GridColumn--smallphone--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--smallphone--7 > .aem-GridColumn.aem-GridColumn--offset--smallphone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--smallphone--7 > .aem-GridColumn.aem-GridColumn--offset--smallphone--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--smallphone--7 > .aem-GridColumn.aem-GridColumn--offset--smallphone--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--smallphone--7 > .aem-GridColumn.aem-GridColumn--offset--smallphone--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--smallphone--7 > .aem-GridColumn.aem-GridColumn--offset--smallphone--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--smallphone--7 > .aem-GridColumn.aem-GridColumn--offset--smallphone--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--smallphone--7 > .aem-GridColumn.aem-GridColumn--offset--smallphone--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--smallphone--7 > .aem-GridColumn.aem-GridColumn--offset--smallphone--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--smallphone--8 > .aem-GridColumn.aem-GridColumn--smallphone--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--smallphone--8 > .aem-GridColumn.aem-GridColumn--smallphone--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--smallphone--8 > .aem-GridColumn.aem-GridColumn--smallphone--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--smallphone--8 > .aem-GridColumn.aem-GridColumn--smallphone--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--smallphone--8 > .aem-GridColumn.aem-GridColumn--smallphone--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--smallphone--8 > .aem-GridColumn.aem-GridColumn--smallphone--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--smallphone--8 > .aem-GridColumn.aem-GridColumn--smallphone--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--smallphone--8 > .aem-GridColumn.aem-GridColumn--smallphone--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--smallphone--8 > .aem-GridColumn.aem-GridColumn--offset--smallphone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--smallphone--8 > .aem-GridColumn.aem-GridColumn--offset--smallphone--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--smallphone--8 > .aem-GridColumn.aem-GridColumn--offset--smallphone--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--smallphone--8 > .aem-GridColumn.aem-GridColumn--offset--smallphone--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--smallphone--8 > .aem-GridColumn.aem-GridColumn--offset--smallphone--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--smallphone--8 > .aem-GridColumn.aem-GridColumn--offset--smallphone--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--smallphone--8 > .aem-GridColumn.aem-GridColumn--offset--smallphone--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--smallphone--8 > .aem-GridColumn.aem-GridColumn--offset--smallphone--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--smallphone--8 > .aem-GridColumn.aem-GridColumn--offset--smallphone--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--smallphone--9 > .aem-GridColumn.aem-GridColumn--smallphone--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--smallphone--9 > .aem-GridColumn.aem-GridColumn--smallphone--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--smallphone--9 > .aem-GridColumn.aem-GridColumn--smallphone--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--smallphone--9 > .aem-GridColumn.aem-GridColumn--smallphone--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--smallphone--9 > .aem-GridColumn.aem-GridColumn--smallphone--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--smallphone--9 > .aem-GridColumn.aem-GridColumn--smallphone--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--smallphone--9 > .aem-GridColumn.aem-GridColumn--smallphone--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--smallphone--9 > .aem-GridColumn.aem-GridColumn--smallphone--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--smallphone--9 > .aem-GridColumn.aem-GridColumn--smallphone--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--smallphone--9 > .aem-GridColumn.aem-GridColumn--offset--smallphone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--smallphone--9 > .aem-GridColumn.aem-GridColumn--offset--smallphone--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--smallphone--9 > .aem-GridColumn.aem-GridColumn--offset--smallphone--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--smallphone--9 > .aem-GridColumn.aem-GridColumn--offset--smallphone--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--smallphone--9 > .aem-GridColumn.aem-GridColumn--offset--smallphone--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--smallphone--9 > .aem-GridColumn.aem-GridColumn--offset--smallphone--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--smallphone--9 > .aem-GridColumn.aem-GridColumn--offset--smallphone--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--smallphone--9 > .aem-GridColumn.aem-GridColumn--offset--smallphone--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--smallphone--9 > .aem-GridColumn.aem-GridColumn--offset--smallphone--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--smallphone--9 > .aem-GridColumn.aem-GridColumn--offset--smallphone--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--smallphone--10 > .aem-GridColumn.aem-GridColumn--smallphone--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--smallphone--10 > .aem-GridColumn.aem-GridColumn--smallphone--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--smallphone--10 > .aem-GridColumn.aem-GridColumn--smallphone--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--smallphone--10 > .aem-GridColumn.aem-GridColumn--smallphone--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--smallphone--10 > .aem-GridColumn.aem-GridColumn--smallphone--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--smallphone--10 > .aem-GridColumn.aem-GridColumn--smallphone--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--smallphone--10 > .aem-GridColumn.aem-GridColumn--smallphone--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--smallphone--10 > .aem-GridColumn.aem-GridColumn--smallphone--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--smallphone--10 > .aem-GridColumn.aem-GridColumn--smallphone--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--smallphone--10 > .aem-GridColumn.aem-GridColumn--smallphone--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--smallphone--10 > .aem-GridColumn.aem-GridColumn--offset--smallphone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--smallphone--10 > .aem-GridColumn.aem-GridColumn--offset--smallphone--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--smallphone--10 > .aem-GridColumn.aem-GridColumn--offset--smallphone--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--smallphone--10 > .aem-GridColumn.aem-GridColumn--offset--smallphone--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--smallphone--10 > .aem-GridColumn.aem-GridColumn--offset--smallphone--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--smallphone--10 > .aem-GridColumn.aem-GridColumn--offset--smallphone--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--smallphone--10 > .aem-GridColumn.aem-GridColumn--offset--smallphone--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--smallphone--10 > .aem-GridColumn.aem-GridColumn--offset--smallphone--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--smallphone--10 > .aem-GridColumn.aem-GridColumn--offset--smallphone--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--smallphone--10 > .aem-GridColumn.aem-GridColumn--offset--smallphone--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--smallphone--10 > .aem-GridColumn.aem-GridColumn--offset--smallphone--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--smallphone--11 > .aem-GridColumn.aem-GridColumn--smallphone--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--smallphone--11 > .aem-GridColumn.aem-GridColumn--smallphone--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--smallphone--11 > .aem-GridColumn.aem-GridColumn--smallphone--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--smallphone--11 > .aem-GridColumn.aem-GridColumn--smallphone--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--smallphone--11 > .aem-GridColumn.aem-GridColumn--smallphone--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--smallphone--11 > .aem-GridColumn.aem-GridColumn--smallphone--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--smallphone--11 > .aem-GridColumn.aem-GridColumn--smallphone--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--smallphone--11 > .aem-GridColumn.aem-GridColumn--smallphone--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--smallphone--11 > .aem-GridColumn.aem-GridColumn--smallphone--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--smallphone--11 > .aem-GridColumn.aem-GridColumn--smallphone--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--smallphone--11 > .aem-GridColumn.aem-GridColumn--smallphone--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--smallphone--11 > .aem-GridColumn.aem-GridColumn--offset--smallphone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--smallphone--11 > .aem-GridColumn.aem-GridColumn--offset--smallphone--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--smallphone--11 > .aem-GridColumn.aem-GridColumn--offset--smallphone--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--smallphone--11 > .aem-GridColumn.aem-GridColumn--offset--smallphone--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--smallphone--11 > .aem-GridColumn.aem-GridColumn--offset--smallphone--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--smallphone--11 > .aem-GridColumn.aem-GridColumn--offset--smallphone--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--smallphone--11 > .aem-GridColumn.aem-GridColumn--offset--smallphone--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--smallphone--11 > .aem-GridColumn.aem-GridColumn--offset--smallphone--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--smallphone--11 > .aem-GridColumn.aem-GridColumn--offset--smallphone--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--smallphone--11 > .aem-GridColumn.aem-GridColumn--offset--smallphone--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--smallphone--11 > .aem-GridColumn.aem-GridColumn--offset--smallphone--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--smallphone--11 > .aem-GridColumn.aem-GridColumn--offset--smallphone--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--smallphone--12 > .aem-GridColumn.aem-GridColumn--smallphone--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--smallphone--12 > .aem-GridColumn.aem-GridColumn--smallphone--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--smallphone--12 > .aem-GridColumn.aem-GridColumn--smallphone--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--smallphone--12 > .aem-GridColumn.aem-GridColumn--smallphone--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--smallphone--12 > .aem-GridColumn.aem-GridColumn--smallphone--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--smallphone--12 > .aem-GridColumn.aem-GridColumn--smallphone--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--smallphone--12 > .aem-GridColumn.aem-GridColumn--smallphone--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--smallphone--12 > .aem-GridColumn.aem-GridColumn--smallphone--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--smallphone--12 > .aem-GridColumn.aem-GridColumn--smallphone--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--smallphone--12 > .aem-GridColumn.aem-GridColumn--smallphone--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--smallphone--12 > .aem-GridColumn.aem-GridColumn--smallphone--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--smallphone--12 > .aem-GridColumn.aem-GridColumn--smallphone--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--smallphone--12 > .aem-GridColumn.aem-GridColumn--offset--smallphone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--smallphone--12 > .aem-GridColumn.aem-GridColumn--offset--smallphone--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--smallphone--12 > .aem-GridColumn.aem-GridColumn--offset--smallphone--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--smallphone--12 > .aem-GridColumn.aem-GridColumn--offset--smallphone--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--smallphone--12 > .aem-GridColumn.aem-GridColumn--offset--smallphone--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--smallphone--12 > .aem-GridColumn.aem-GridColumn--offset--smallphone--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--smallphone--12 > .aem-GridColumn.aem-GridColumn--offset--smallphone--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--smallphone--12 > .aem-GridColumn.aem-GridColumn--offset--smallphone--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--smallphone--12 > .aem-GridColumn.aem-GridColumn--offset--smallphone--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--smallphone--12 > .aem-GridColumn.aem-GridColumn--offset--smallphone--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--smallphone--12 > .aem-GridColumn.aem-GridColumn--offset--smallphone--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--smallphone--12 > .aem-GridColumn.aem-GridColumn--offset--smallphone--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--smallphone--12 > .aem-GridColumn.aem-GridColumn--offset--smallphone--12 {
    margin-left: 100%;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--smallphone--newline {
    /* newline behavior */
    display: block;
    clear: both !important;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--smallphone--none {
    /* none behavior */
    display: block;
    clear: none !important;
    float: left;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--smallphone--hide {
    /* hide behavior */
    display: none;
  }
}
/* small breakpoint */
@media (min-width: 480px) and (max-width: 767px) {
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--largephone--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--largephone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--largephone--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--largephone--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--largephone--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--largephone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--largephone--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--largephone--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--largephone--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--largephone--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--largephone--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--largephone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--largephone--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--largephone--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--largephone--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--largephone--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--largephone--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--largephone--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--largephone--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--largephone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--largephone--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--largephone--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--largephone--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--largephone--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--largephone--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--largephone--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--largephone--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--largephone--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--largephone--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--largephone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--largephone--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--largephone--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--largephone--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--largephone--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--largephone--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--largephone--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--largephone--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--largephone--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--largephone--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--largephone--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--largephone--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--largephone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--largephone--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--largephone--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--largephone--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--largephone--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--largephone--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--largephone--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--largephone--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--largephone--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--largephone--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--largephone--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--largephone--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--largephone--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--largephone--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--largephone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--largephone--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--largephone--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--largephone--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--largephone--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--largephone--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--largephone--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--largephone--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--largephone--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--largephone--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--largephone--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--largephone--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--largephone--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--largephone--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--largephone--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--largephone--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--largephone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--largephone--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--largephone--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--largephone--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--largephone--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--largephone--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--largephone--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--largephone--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--largephone--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--largephone--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--largephone--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--largephone--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--largephone--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--largephone--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--largephone--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--largephone--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--largephone--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--largephone--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--largephone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--largephone--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--largephone--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--largephone--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--largephone--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--largephone--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--largephone--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--largephone--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--largephone--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--largephone--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--largephone--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--largephone--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--largephone--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--largephone--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--largephone--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--largephone--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--largephone--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--largephone--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--largephone--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--largephone--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--largephone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--largephone--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--largephone--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--largephone--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--largephone--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--largephone--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--largephone--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--largephone--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--largephone--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--largephone--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--largephone--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--largephone--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--largephone--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--largephone--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--largephone--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--largephone--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--largephone--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--largephone--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--largephone--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--largephone--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--largephone--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--largephone--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--largephone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--largephone--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--largephone--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--largephone--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--largephone--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--largephone--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--largephone--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--largephone--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--largephone--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--largephone--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--largephone--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--largephone--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--largephone--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--largephone--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--largephone--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--largephone--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--largephone--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--largephone--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--largephone--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--largephone--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--largephone--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--largephone--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--largephone--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--largephone--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--largephone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--largephone--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--largephone--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--largephone--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--largephone--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--largephone--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--largephone--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--largephone--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--largephone--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--largephone--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--largephone--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--largephone--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--largephone--12 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--largephone--1 > .aem-GridColumn.aem-GridColumn--largephone--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--largephone--1 > .aem-GridColumn.aem-GridColumn--offset--largephone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--largephone--1 > .aem-GridColumn.aem-GridColumn--offset--largephone--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--largephone--2 > .aem-GridColumn.aem-GridColumn--largephone--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--largephone--2 > .aem-GridColumn.aem-GridColumn--largephone--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--largephone--2 > .aem-GridColumn.aem-GridColumn--offset--largephone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--largephone--2 > .aem-GridColumn.aem-GridColumn--offset--largephone--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--largephone--2 > .aem-GridColumn.aem-GridColumn--offset--largephone--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--largephone--3 > .aem-GridColumn.aem-GridColumn--largephone--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--largephone--3 > .aem-GridColumn.aem-GridColumn--largephone--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--largephone--3 > .aem-GridColumn.aem-GridColumn--largephone--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--largephone--3 > .aem-GridColumn.aem-GridColumn--offset--largephone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--largephone--3 > .aem-GridColumn.aem-GridColumn--offset--largephone--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--largephone--3 > .aem-GridColumn.aem-GridColumn--offset--largephone--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--largephone--3 > .aem-GridColumn.aem-GridColumn--offset--largephone--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--largephone--4 > .aem-GridColumn.aem-GridColumn--largephone--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--largephone--4 > .aem-GridColumn.aem-GridColumn--largephone--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--largephone--4 > .aem-GridColumn.aem-GridColumn--largephone--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--largephone--4 > .aem-GridColumn.aem-GridColumn--largephone--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--largephone--4 > .aem-GridColumn.aem-GridColumn--offset--largephone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--largephone--4 > .aem-GridColumn.aem-GridColumn--offset--largephone--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--largephone--4 > .aem-GridColumn.aem-GridColumn--offset--largephone--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--largephone--4 > .aem-GridColumn.aem-GridColumn--offset--largephone--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--largephone--4 > .aem-GridColumn.aem-GridColumn--offset--largephone--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--largephone--5 > .aem-GridColumn.aem-GridColumn--largephone--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--largephone--5 > .aem-GridColumn.aem-GridColumn--largephone--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--largephone--5 > .aem-GridColumn.aem-GridColumn--largephone--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--largephone--5 > .aem-GridColumn.aem-GridColumn--largephone--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--largephone--5 > .aem-GridColumn.aem-GridColumn--largephone--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--largephone--5 > .aem-GridColumn.aem-GridColumn--offset--largephone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--largephone--5 > .aem-GridColumn.aem-GridColumn--offset--largephone--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--largephone--5 > .aem-GridColumn.aem-GridColumn--offset--largephone--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--largephone--5 > .aem-GridColumn.aem-GridColumn--offset--largephone--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--largephone--5 > .aem-GridColumn.aem-GridColumn--offset--largephone--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--largephone--5 > .aem-GridColumn.aem-GridColumn--offset--largephone--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--largephone--6 > .aem-GridColumn.aem-GridColumn--largephone--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--largephone--6 > .aem-GridColumn.aem-GridColumn--largephone--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--largephone--6 > .aem-GridColumn.aem-GridColumn--largephone--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--largephone--6 > .aem-GridColumn.aem-GridColumn--largephone--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--largephone--6 > .aem-GridColumn.aem-GridColumn--largephone--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--largephone--6 > .aem-GridColumn.aem-GridColumn--largephone--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--largephone--6 > .aem-GridColumn.aem-GridColumn--offset--largephone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--largephone--6 > .aem-GridColumn.aem-GridColumn--offset--largephone--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--largephone--6 > .aem-GridColumn.aem-GridColumn--offset--largephone--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--largephone--6 > .aem-GridColumn.aem-GridColumn--offset--largephone--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--largephone--6 > .aem-GridColumn.aem-GridColumn--offset--largephone--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--largephone--6 > .aem-GridColumn.aem-GridColumn--offset--largephone--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--largephone--6 > .aem-GridColumn.aem-GridColumn--offset--largephone--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--largephone--7 > .aem-GridColumn.aem-GridColumn--largephone--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--largephone--7 > .aem-GridColumn.aem-GridColumn--largephone--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--largephone--7 > .aem-GridColumn.aem-GridColumn--largephone--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--largephone--7 > .aem-GridColumn.aem-GridColumn--largephone--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--largephone--7 > .aem-GridColumn.aem-GridColumn--largephone--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--largephone--7 > .aem-GridColumn.aem-GridColumn--largephone--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--largephone--7 > .aem-GridColumn.aem-GridColumn--largephone--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--largephone--7 > .aem-GridColumn.aem-GridColumn--offset--largephone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--largephone--7 > .aem-GridColumn.aem-GridColumn--offset--largephone--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--largephone--7 > .aem-GridColumn.aem-GridColumn--offset--largephone--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--largephone--7 > .aem-GridColumn.aem-GridColumn--offset--largephone--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--largephone--7 > .aem-GridColumn.aem-GridColumn--offset--largephone--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--largephone--7 > .aem-GridColumn.aem-GridColumn--offset--largephone--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--largephone--7 > .aem-GridColumn.aem-GridColumn--offset--largephone--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--largephone--7 > .aem-GridColumn.aem-GridColumn--offset--largephone--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--largephone--8 > .aem-GridColumn.aem-GridColumn--largephone--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--largephone--8 > .aem-GridColumn.aem-GridColumn--largephone--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--largephone--8 > .aem-GridColumn.aem-GridColumn--largephone--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--largephone--8 > .aem-GridColumn.aem-GridColumn--largephone--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--largephone--8 > .aem-GridColumn.aem-GridColumn--largephone--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--largephone--8 > .aem-GridColumn.aem-GridColumn--largephone--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--largephone--8 > .aem-GridColumn.aem-GridColumn--largephone--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--largephone--8 > .aem-GridColumn.aem-GridColumn--largephone--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--largephone--8 > .aem-GridColumn.aem-GridColumn--offset--largephone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--largephone--8 > .aem-GridColumn.aem-GridColumn--offset--largephone--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--largephone--8 > .aem-GridColumn.aem-GridColumn--offset--largephone--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--largephone--8 > .aem-GridColumn.aem-GridColumn--offset--largephone--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--largephone--8 > .aem-GridColumn.aem-GridColumn--offset--largephone--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--largephone--8 > .aem-GridColumn.aem-GridColumn--offset--largephone--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--largephone--8 > .aem-GridColumn.aem-GridColumn--offset--largephone--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--largephone--8 > .aem-GridColumn.aem-GridColumn--offset--largephone--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--largephone--8 > .aem-GridColumn.aem-GridColumn--offset--largephone--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--largephone--9 > .aem-GridColumn.aem-GridColumn--largephone--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--largephone--9 > .aem-GridColumn.aem-GridColumn--largephone--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--largephone--9 > .aem-GridColumn.aem-GridColumn--largephone--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--largephone--9 > .aem-GridColumn.aem-GridColumn--largephone--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--largephone--9 > .aem-GridColumn.aem-GridColumn--largephone--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--largephone--9 > .aem-GridColumn.aem-GridColumn--largephone--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--largephone--9 > .aem-GridColumn.aem-GridColumn--largephone--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--largephone--9 > .aem-GridColumn.aem-GridColumn--largephone--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--largephone--9 > .aem-GridColumn.aem-GridColumn--largephone--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--largephone--9 > .aem-GridColumn.aem-GridColumn--offset--largephone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--largephone--9 > .aem-GridColumn.aem-GridColumn--offset--largephone--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--largephone--9 > .aem-GridColumn.aem-GridColumn--offset--largephone--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--largephone--9 > .aem-GridColumn.aem-GridColumn--offset--largephone--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--largephone--9 > .aem-GridColumn.aem-GridColumn--offset--largephone--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--largephone--9 > .aem-GridColumn.aem-GridColumn--offset--largephone--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--largephone--9 > .aem-GridColumn.aem-GridColumn--offset--largephone--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--largephone--9 > .aem-GridColumn.aem-GridColumn--offset--largephone--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--largephone--9 > .aem-GridColumn.aem-GridColumn--offset--largephone--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--largephone--9 > .aem-GridColumn.aem-GridColumn--offset--largephone--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--largephone--10 > .aem-GridColumn.aem-GridColumn--largephone--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--largephone--10 > .aem-GridColumn.aem-GridColumn--largephone--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--largephone--10 > .aem-GridColumn.aem-GridColumn--largephone--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--largephone--10 > .aem-GridColumn.aem-GridColumn--largephone--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--largephone--10 > .aem-GridColumn.aem-GridColumn--largephone--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--largephone--10 > .aem-GridColumn.aem-GridColumn--largephone--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--largephone--10 > .aem-GridColumn.aem-GridColumn--largephone--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--largephone--10 > .aem-GridColumn.aem-GridColumn--largephone--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--largephone--10 > .aem-GridColumn.aem-GridColumn--largephone--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--largephone--10 > .aem-GridColumn.aem-GridColumn--largephone--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--largephone--10 > .aem-GridColumn.aem-GridColumn--offset--largephone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--largephone--10 > .aem-GridColumn.aem-GridColumn--offset--largephone--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--largephone--10 > .aem-GridColumn.aem-GridColumn--offset--largephone--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--largephone--10 > .aem-GridColumn.aem-GridColumn--offset--largephone--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--largephone--10 > .aem-GridColumn.aem-GridColumn--offset--largephone--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--largephone--10 > .aem-GridColumn.aem-GridColumn--offset--largephone--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--largephone--10 > .aem-GridColumn.aem-GridColumn--offset--largephone--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--largephone--10 > .aem-GridColumn.aem-GridColumn--offset--largephone--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--largephone--10 > .aem-GridColumn.aem-GridColumn--offset--largephone--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--largephone--10 > .aem-GridColumn.aem-GridColumn--offset--largephone--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--largephone--10 > .aem-GridColumn.aem-GridColumn--offset--largephone--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--largephone--11 > .aem-GridColumn.aem-GridColumn--largephone--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--largephone--11 > .aem-GridColumn.aem-GridColumn--largephone--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--largephone--11 > .aem-GridColumn.aem-GridColumn--largephone--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--largephone--11 > .aem-GridColumn.aem-GridColumn--largephone--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--largephone--11 > .aem-GridColumn.aem-GridColumn--largephone--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--largephone--11 > .aem-GridColumn.aem-GridColumn--largephone--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--largephone--11 > .aem-GridColumn.aem-GridColumn--largephone--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--largephone--11 > .aem-GridColumn.aem-GridColumn--largephone--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--largephone--11 > .aem-GridColumn.aem-GridColumn--largephone--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--largephone--11 > .aem-GridColumn.aem-GridColumn--largephone--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--largephone--11 > .aem-GridColumn.aem-GridColumn--largephone--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--largephone--11 > .aem-GridColumn.aem-GridColumn--offset--largephone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--largephone--11 > .aem-GridColumn.aem-GridColumn--offset--largephone--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--largephone--11 > .aem-GridColumn.aem-GridColumn--offset--largephone--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--largephone--11 > .aem-GridColumn.aem-GridColumn--offset--largephone--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--largephone--11 > .aem-GridColumn.aem-GridColumn--offset--largephone--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--largephone--11 > .aem-GridColumn.aem-GridColumn--offset--largephone--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--largephone--11 > .aem-GridColumn.aem-GridColumn--offset--largephone--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--largephone--11 > .aem-GridColumn.aem-GridColumn--offset--largephone--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--largephone--11 > .aem-GridColumn.aem-GridColumn--offset--largephone--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--largephone--11 > .aem-GridColumn.aem-GridColumn--offset--largephone--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--largephone--11 > .aem-GridColumn.aem-GridColumn--offset--largephone--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--largephone--11 > .aem-GridColumn.aem-GridColumn--offset--largephone--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--largephone--12 > .aem-GridColumn.aem-GridColumn--largephone--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--largephone--12 > .aem-GridColumn.aem-GridColumn--largephone--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--largephone--12 > .aem-GridColumn.aem-GridColumn--largephone--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--largephone--12 > .aem-GridColumn.aem-GridColumn--largephone--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--largephone--12 > .aem-GridColumn.aem-GridColumn--largephone--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--largephone--12 > .aem-GridColumn.aem-GridColumn--largephone--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--largephone--12 > .aem-GridColumn.aem-GridColumn--largephone--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--largephone--12 > .aem-GridColumn.aem-GridColumn--largephone--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--largephone--12 > .aem-GridColumn.aem-GridColumn--largephone--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--largephone--12 > .aem-GridColumn.aem-GridColumn--largephone--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--largephone--12 > .aem-GridColumn.aem-GridColumn--largephone--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--largephone--12 > .aem-GridColumn.aem-GridColumn--largephone--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--largephone--12 > .aem-GridColumn.aem-GridColumn--offset--largephone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--largephone--12 > .aem-GridColumn.aem-GridColumn--offset--largephone--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--largephone--12 > .aem-GridColumn.aem-GridColumn--offset--largephone--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--largephone--12 > .aem-GridColumn.aem-GridColumn--offset--largephone--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--largephone--12 > .aem-GridColumn.aem-GridColumn--offset--largephone--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--largephone--12 > .aem-GridColumn.aem-GridColumn--offset--largephone--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--largephone--12 > .aem-GridColumn.aem-GridColumn--offset--largephone--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--largephone--12 > .aem-GridColumn.aem-GridColumn--offset--largephone--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--largephone--12 > .aem-GridColumn.aem-GridColumn--offset--largephone--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--largephone--12 > .aem-GridColumn.aem-GridColumn--offset--largephone--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--largephone--12 > .aem-GridColumn.aem-GridColumn--offset--largephone--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--largephone--12 > .aem-GridColumn.aem-GridColumn--offset--largephone--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--largephone--12 > .aem-GridColumn.aem-GridColumn--offset--largephone--12 {
    margin-left: 100%;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--largephone--newline {
    /* newline behavior */
    display: block;
    clear: both !important;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--largephone--none {
    /* none behavior */
    display: block;
    clear: none !important;
    float: left;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--largephone--hide {
    /* hide behavior */
    display: none;
  }
}
/* medium breakpoint */
@media (min-width: 768px) and (max-width: 1005px) {
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--12 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--1 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--1 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--1 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--2 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--2 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--12 {
    margin-left: 100%;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--tablet--newline {
    /* newline behavior */
    display: block;
    clear: both !important;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--tablet--none {
    /* none behavior */
    display: block;
    clear: none !important;
    float: left;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--tablet--hide {
    /* hide behavior */
    display: none;
  }
}
/* large breakpoint */
@media (min-width: 1006px) {
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--desktop--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--desktop--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--desktop--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--desktop--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--desktop--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--desktop--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--desktop--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--desktop--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--desktop--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--desktop--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--desktop--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--desktop--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--desktop--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--desktop--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--desktop--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--desktop--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--desktop--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--desktop--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--desktop--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--desktop--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--desktop--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--desktop--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--desktop--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--desktop--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--desktop--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--desktop--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--desktop--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--desktop--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--desktop--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--desktop--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--desktop--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--desktop--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--desktop--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--desktop--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--desktop--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--desktop--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--desktop--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--desktop--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--desktop--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--desktop--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--desktop--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--desktop--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--desktop--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--desktop--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--desktop--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--desktop--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--desktop--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--desktop--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--desktop--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--desktop--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--desktop--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--desktop--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--desktop--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--desktop--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--desktop--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--desktop--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--desktop--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--desktop--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--desktop--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--desktop--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--desktop--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--desktop--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--desktop--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--desktop--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--desktop--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--desktop--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--desktop--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--desktop--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--desktop--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--desktop--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--desktop--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--desktop--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--desktop--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--desktop--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--desktop--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--desktop--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--desktop--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--desktop--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--desktop--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--desktop--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--desktop--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--desktop--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--desktop--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--desktop--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--desktop--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--desktop--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--desktop--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--desktop--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--desktop--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--desktop--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--desktop--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--desktop--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--desktop--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--desktop--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--desktop--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--desktop--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--desktop--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--desktop--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--desktop--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--desktop--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--desktop--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--desktop--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--desktop--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--desktop--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--desktop--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--desktop--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--desktop--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--desktop--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--desktop--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--desktop--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--desktop--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--desktop--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--desktop--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--desktop--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--desktop--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--desktop--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--desktop--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--desktop--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--desktop--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--desktop--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--desktop--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--desktop--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--desktop--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--desktop--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--desktop--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--desktop--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--desktop--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--desktop--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--desktop--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--desktop--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--desktop--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--desktop--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--desktop--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--desktop--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--desktop--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--desktop--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--desktop--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--desktop--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--desktop--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--desktop--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--desktop--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--desktop--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--desktop--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--desktop--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--desktop--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--desktop--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--desktop--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--desktop--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--desktop--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--desktop--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--desktop--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--desktop--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--desktop--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--desktop--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--desktop--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--desktop--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--desktop--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--desktop--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--desktop--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--desktop--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--desktop--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--desktop--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--desktop--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--desktop--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--desktop--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--desktop--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--desktop--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--desktop--12 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--desktop--1 > .aem-GridColumn.aem-GridColumn--desktop--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--desktop--1 > .aem-GridColumn.aem-GridColumn--offset--desktop--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--desktop--1 > .aem-GridColumn.aem-GridColumn--offset--desktop--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--desktop--2 > .aem-GridColumn.aem-GridColumn--desktop--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--desktop--2 > .aem-GridColumn.aem-GridColumn--desktop--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--desktop--2 > .aem-GridColumn.aem-GridColumn--offset--desktop--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--desktop--2 > .aem-GridColumn.aem-GridColumn--offset--desktop--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--desktop--2 > .aem-GridColumn.aem-GridColumn--offset--desktop--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--desktop--3 > .aem-GridColumn.aem-GridColumn--desktop--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--desktop--3 > .aem-GridColumn.aem-GridColumn--desktop--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--desktop--3 > .aem-GridColumn.aem-GridColumn--desktop--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--desktop--3 > .aem-GridColumn.aem-GridColumn--offset--desktop--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--desktop--3 > .aem-GridColumn.aem-GridColumn--offset--desktop--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--desktop--3 > .aem-GridColumn.aem-GridColumn--offset--desktop--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--desktop--3 > .aem-GridColumn.aem-GridColumn--offset--desktop--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--desktop--4 > .aem-GridColumn.aem-GridColumn--desktop--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--desktop--4 > .aem-GridColumn.aem-GridColumn--desktop--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--desktop--4 > .aem-GridColumn.aem-GridColumn--desktop--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--desktop--4 > .aem-GridColumn.aem-GridColumn--desktop--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--desktop--4 > .aem-GridColumn.aem-GridColumn--offset--desktop--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--desktop--4 > .aem-GridColumn.aem-GridColumn--offset--desktop--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--desktop--4 > .aem-GridColumn.aem-GridColumn--offset--desktop--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--desktop--4 > .aem-GridColumn.aem-GridColumn--offset--desktop--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--desktop--4 > .aem-GridColumn.aem-GridColumn--offset--desktop--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--desktop--5 > .aem-GridColumn.aem-GridColumn--desktop--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--desktop--5 > .aem-GridColumn.aem-GridColumn--desktop--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--desktop--5 > .aem-GridColumn.aem-GridColumn--desktop--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--desktop--5 > .aem-GridColumn.aem-GridColumn--desktop--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--desktop--5 > .aem-GridColumn.aem-GridColumn--desktop--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--desktop--5 > .aem-GridColumn.aem-GridColumn--offset--desktop--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--desktop--5 > .aem-GridColumn.aem-GridColumn--offset--desktop--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--desktop--5 > .aem-GridColumn.aem-GridColumn--offset--desktop--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--desktop--5 > .aem-GridColumn.aem-GridColumn--offset--desktop--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--desktop--5 > .aem-GridColumn.aem-GridColumn--offset--desktop--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--desktop--5 > .aem-GridColumn.aem-GridColumn--offset--desktop--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--desktop--6 > .aem-GridColumn.aem-GridColumn--desktop--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--desktop--6 > .aem-GridColumn.aem-GridColumn--desktop--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--desktop--6 > .aem-GridColumn.aem-GridColumn--desktop--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--desktop--6 > .aem-GridColumn.aem-GridColumn--desktop--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--desktop--6 > .aem-GridColumn.aem-GridColumn--desktop--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--desktop--6 > .aem-GridColumn.aem-GridColumn--desktop--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--desktop--6 > .aem-GridColumn.aem-GridColumn--offset--desktop--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--desktop--6 > .aem-GridColumn.aem-GridColumn--offset--desktop--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--desktop--6 > .aem-GridColumn.aem-GridColumn--offset--desktop--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--desktop--6 > .aem-GridColumn.aem-GridColumn--offset--desktop--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--desktop--6 > .aem-GridColumn.aem-GridColumn--offset--desktop--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--desktop--6 > .aem-GridColumn.aem-GridColumn--offset--desktop--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--desktop--6 > .aem-GridColumn.aem-GridColumn--offset--desktop--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--desktop--7 > .aem-GridColumn.aem-GridColumn--desktop--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--desktop--7 > .aem-GridColumn.aem-GridColumn--desktop--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--desktop--7 > .aem-GridColumn.aem-GridColumn--desktop--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--desktop--7 > .aem-GridColumn.aem-GridColumn--desktop--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--desktop--7 > .aem-GridColumn.aem-GridColumn--desktop--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--desktop--7 > .aem-GridColumn.aem-GridColumn--desktop--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--desktop--7 > .aem-GridColumn.aem-GridColumn--desktop--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--desktop--7 > .aem-GridColumn.aem-GridColumn--offset--desktop--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--desktop--7 > .aem-GridColumn.aem-GridColumn--offset--desktop--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--desktop--7 > .aem-GridColumn.aem-GridColumn--offset--desktop--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--desktop--7 > .aem-GridColumn.aem-GridColumn--offset--desktop--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--desktop--7 > .aem-GridColumn.aem-GridColumn--offset--desktop--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--desktop--7 > .aem-GridColumn.aem-GridColumn--offset--desktop--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--desktop--7 > .aem-GridColumn.aem-GridColumn--offset--desktop--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--desktop--7 > .aem-GridColumn.aem-GridColumn--offset--desktop--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--desktop--8 > .aem-GridColumn.aem-GridColumn--desktop--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--desktop--8 > .aem-GridColumn.aem-GridColumn--desktop--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--desktop--8 > .aem-GridColumn.aem-GridColumn--desktop--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--desktop--8 > .aem-GridColumn.aem-GridColumn--desktop--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--desktop--8 > .aem-GridColumn.aem-GridColumn--desktop--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--desktop--8 > .aem-GridColumn.aem-GridColumn--desktop--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--desktop--8 > .aem-GridColumn.aem-GridColumn--desktop--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--desktop--8 > .aem-GridColumn.aem-GridColumn--desktop--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--desktop--8 > .aem-GridColumn.aem-GridColumn--offset--desktop--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--desktop--8 > .aem-GridColumn.aem-GridColumn--offset--desktop--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--desktop--8 > .aem-GridColumn.aem-GridColumn--offset--desktop--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--desktop--8 > .aem-GridColumn.aem-GridColumn--offset--desktop--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--desktop--8 > .aem-GridColumn.aem-GridColumn--offset--desktop--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--desktop--8 > .aem-GridColumn.aem-GridColumn--offset--desktop--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--desktop--8 > .aem-GridColumn.aem-GridColumn--offset--desktop--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--desktop--8 > .aem-GridColumn.aem-GridColumn--offset--desktop--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--desktop--8 > .aem-GridColumn.aem-GridColumn--offset--desktop--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--desktop--9 > .aem-GridColumn.aem-GridColumn--desktop--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--desktop--9 > .aem-GridColumn.aem-GridColumn--desktop--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--desktop--9 > .aem-GridColumn.aem-GridColumn--desktop--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--desktop--9 > .aem-GridColumn.aem-GridColumn--desktop--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--desktop--9 > .aem-GridColumn.aem-GridColumn--desktop--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--desktop--9 > .aem-GridColumn.aem-GridColumn--desktop--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--desktop--9 > .aem-GridColumn.aem-GridColumn--desktop--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--desktop--9 > .aem-GridColumn.aem-GridColumn--desktop--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--desktop--9 > .aem-GridColumn.aem-GridColumn--desktop--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--desktop--9 > .aem-GridColumn.aem-GridColumn--offset--desktop--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--desktop--9 > .aem-GridColumn.aem-GridColumn--offset--desktop--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--desktop--9 > .aem-GridColumn.aem-GridColumn--offset--desktop--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--desktop--9 > .aem-GridColumn.aem-GridColumn--offset--desktop--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--desktop--9 > .aem-GridColumn.aem-GridColumn--offset--desktop--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--desktop--9 > .aem-GridColumn.aem-GridColumn--offset--desktop--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--desktop--9 > .aem-GridColumn.aem-GridColumn--offset--desktop--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--desktop--9 > .aem-GridColumn.aem-GridColumn--offset--desktop--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--desktop--9 > .aem-GridColumn.aem-GridColumn--offset--desktop--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--desktop--9 > .aem-GridColumn.aem-GridColumn--offset--desktop--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--desktop--10 > .aem-GridColumn.aem-GridColumn--desktop--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--desktop--10 > .aem-GridColumn.aem-GridColumn--desktop--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--desktop--10 > .aem-GridColumn.aem-GridColumn--desktop--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--desktop--10 > .aem-GridColumn.aem-GridColumn--desktop--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--desktop--10 > .aem-GridColumn.aem-GridColumn--desktop--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--desktop--10 > .aem-GridColumn.aem-GridColumn--desktop--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--desktop--10 > .aem-GridColumn.aem-GridColumn--desktop--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--desktop--10 > .aem-GridColumn.aem-GridColumn--desktop--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--desktop--10 > .aem-GridColumn.aem-GridColumn--desktop--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--desktop--10 > .aem-GridColumn.aem-GridColumn--desktop--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--desktop--10 > .aem-GridColumn.aem-GridColumn--offset--desktop--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--desktop--10 > .aem-GridColumn.aem-GridColumn--offset--desktop--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--desktop--10 > .aem-GridColumn.aem-GridColumn--offset--desktop--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--desktop--10 > .aem-GridColumn.aem-GridColumn--offset--desktop--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--desktop--10 > .aem-GridColumn.aem-GridColumn--offset--desktop--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--desktop--10 > .aem-GridColumn.aem-GridColumn--offset--desktop--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--desktop--10 > .aem-GridColumn.aem-GridColumn--offset--desktop--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--desktop--10 > .aem-GridColumn.aem-GridColumn--offset--desktop--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--desktop--10 > .aem-GridColumn.aem-GridColumn--offset--desktop--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--desktop--10 > .aem-GridColumn.aem-GridColumn--offset--desktop--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--desktop--10 > .aem-GridColumn.aem-GridColumn--offset--desktop--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--desktop--11 > .aem-GridColumn.aem-GridColumn--desktop--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--desktop--11 > .aem-GridColumn.aem-GridColumn--desktop--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--desktop--11 > .aem-GridColumn.aem-GridColumn--desktop--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--desktop--11 > .aem-GridColumn.aem-GridColumn--desktop--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--desktop--11 > .aem-GridColumn.aem-GridColumn--desktop--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--desktop--11 > .aem-GridColumn.aem-GridColumn--desktop--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--desktop--11 > .aem-GridColumn.aem-GridColumn--desktop--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--desktop--11 > .aem-GridColumn.aem-GridColumn--desktop--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--desktop--11 > .aem-GridColumn.aem-GridColumn--desktop--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--desktop--11 > .aem-GridColumn.aem-GridColumn--desktop--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--desktop--11 > .aem-GridColumn.aem-GridColumn--desktop--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--desktop--11 > .aem-GridColumn.aem-GridColumn--offset--desktop--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--desktop--11 > .aem-GridColumn.aem-GridColumn--offset--desktop--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--desktop--11 > .aem-GridColumn.aem-GridColumn--offset--desktop--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--desktop--11 > .aem-GridColumn.aem-GridColumn--offset--desktop--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--desktop--11 > .aem-GridColumn.aem-GridColumn--offset--desktop--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--desktop--11 > .aem-GridColumn.aem-GridColumn--offset--desktop--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--desktop--11 > .aem-GridColumn.aem-GridColumn--offset--desktop--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--desktop--11 > .aem-GridColumn.aem-GridColumn--offset--desktop--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--desktop--11 > .aem-GridColumn.aem-GridColumn--offset--desktop--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--desktop--11 > .aem-GridColumn.aem-GridColumn--offset--desktop--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--desktop--11 > .aem-GridColumn.aem-GridColumn--offset--desktop--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--desktop--11 > .aem-GridColumn.aem-GridColumn--offset--desktop--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--desktop--12 > .aem-GridColumn.aem-GridColumn--desktop--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--desktop--12 > .aem-GridColumn.aem-GridColumn--desktop--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--desktop--12 > .aem-GridColumn.aem-GridColumn--desktop--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--desktop--12 > .aem-GridColumn.aem-GridColumn--desktop--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--desktop--12 > .aem-GridColumn.aem-GridColumn--desktop--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--desktop--12 > .aem-GridColumn.aem-GridColumn--desktop--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--desktop--12 > .aem-GridColumn.aem-GridColumn--desktop--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--desktop--12 > .aem-GridColumn.aem-GridColumn--desktop--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--desktop--12 > .aem-GridColumn.aem-GridColumn--desktop--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--desktop--12 > .aem-GridColumn.aem-GridColumn--desktop--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--desktop--12 > .aem-GridColumn.aem-GridColumn--desktop--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--desktop--12 > .aem-GridColumn.aem-GridColumn--desktop--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--desktop--12 > .aem-GridColumn.aem-GridColumn--offset--desktop--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--desktop--12 > .aem-GridColumn.aem-GridColumn--offset--desktop--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--desktop--12 > .aem-GridColumn.aem-GridColumn--offset--desktop--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--desktop--12 > .aem-GridColumn.aem-GridColumn--offset--desktop--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--desktop--12 > .aem-GridColumn.aem-GridColumn--offset--desktop--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--desktop--12 > .aem-GridColumn.aem-GridColumn--offset--desktop--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--desktop--12 > .aem-GridColumn.aem-GridColumn--offset--desktop--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--desktop--12 > .aem-GridColumn.aem-GridColumn--offset--desktop--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--desktop--12 > .aem-GridColumn.aem-GridColumn--offset--desktop--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--desktop--12 > .aem-GridColumn.aem-GridColumn--offset--desktop--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--desktop--12 > .aem-GridColumn.aem-GridColumn--offset--desktop--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--desktop--12 > .aem-GridColumn.aem-GridColumn--offset--desktop--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--desktop--12 > .aem-GridColumn.aem-GridColumn--offset--desktop--12 {
    margin-left: 100%;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--desktop--newline {
    /* newline behavior */
    display: block;
    clear: both !important;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--desktop--none {
    /* none behavior */
    display: block;
    clear: none !important;
    float: left;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--desktop--hide {
    /* hide behavior */
    display: none;
  }
}

/*
 * #%L
 * ACS AEM Commons Package
 * %%
 * Copyright (C) 2014 Adobe
 * %%
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 * 
 *      http://www.apache.org/licenses/LICENSE-2.0
 * 
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * #L%
 */
div.generic-text-image div.image {
    float: left;
    margin: 0 0.5em 0.5em 0;
}

div.generic-text-image.image_right div.image {
    float: right;
    margin: 0 0 0.5em 0.5em;
}

/*
 * #%L
 * ACS AEM Commons Package
 * %%
 * Copyright (C) 2014 Adobe
 * %%
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 * 
 *      http://www.apache.org/licenses/LICENSE-2.0
 * 
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * #L%
 */
.acs-commons-resp-colctrl-row {
  box-sizing: border-box;
  margin-left: 0px;
  margin-right: 0px;
  moz-box-sizing: border-box;
  webkit-box-sizing: border-box;
}
.acs-commons-resp-colctrl-row:after {
  clear: both;
  content: " ";
  display: table;
}
/**
@numOfDivisionsOfContainer -  This variable will divide the container div by that many divisions.
For example, we have taken @numOfDivisionsOfContainer as 100.This would mean, if a columns' width is set as 50, then it will have 50% width of the container.
This value can take any number.
This basically loops and creates that many number of classes
**/
.acs-commons-resp-colctrl-col-100 {
  position: relative;
  min-height: 1px;
  padding-left: 1px;
  padding-right: 1px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.acs-commons-resp-colctrl-col-99 {
  position: relative;
  min-height: 1px;
  padding-left: 1px;
  padding-right: 1px;
  width: 99%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.acs-commons-resp-colctrl-col-98 {
  position: relative;
  min-height: 1px;
  padding-left: 1px;
  padding-right: 1px;
  width: 98%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.acs-commons-resp-colctrl-col-97 {
  position: relative;
  min-height: 1px;
  padding-left: 1px;
  padding-right: 1px;
  width: 97%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.acs-commons-resp-colctrl-col-96 {
  position: relative;
  min-height: 1px;
  padding-left: 1px;
  padding-right: 1px;
  width: 96%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.acs-commons-resp-colctrl-col-95 {
  position: relative;
  min-height: 1px;
  padding-left: 1px;
  padding-right: 1px;
  width: 95%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.acs-commons-resp-colctrl-col-94 {
  position: relative;
  min-height: 1px;
  padding-left: 1px;
  padding-right: 1px;
  width: 94%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.acs-commons-resp-colctrl-col-93 {
  position: relative;
  min-height: 1px;
  padding-left: 1px;
  padding-right: 1px;
  width: 93%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.acs-commons-resp-colctrl-col-92 {
  position: relative;
  min-height: 1px;
  padding-left: 1px;
  padding-right: 1px;
  width: 92%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.acs-commons-resp-colctrl-col-91 {
  position: relative;
  min-height: 1px;
  padding-left: 1px;
  padding-right: 1px;
  width: 91%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.acs-commons-resp-colctrl-col-90 {
  position: relative;
  min-height: 1px;
  padding-left: 1px;
  padding-right: 1px;
  width: 90%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.acs-commons-resp-colctrl-col-89 {
  position: relative;
  min-height: 1px;
  padding-left: 1px;
  padding-right: 1px;
  width: 89%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.acs-commons-resp-colctrl-col-88 {
  position: relative;
  min-height: 1px;
  padding-left: 1px;
  padding-right: 1px;
  width: 88%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.acs-commons-resp-colctrl-col-87 {
  position: relative;
  min-height: 1px;
  padding-left: 1px;
  padding-right: 1px;
  width: 87%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.acs-commons-resp-colctrl-col-86 {
  position: relative;
  min-height: 1px;
  padding-left: 1px;
  padding-right: 1px;
  width: 86%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.acs-commons-resp-colctrl-col-85 {
  position: relative;
  min-height: 1px;
  padding-left: 1px;
  padding-right: 1px;
  width: 85%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.acs-commons-resp-colctrl-col-84 {
  position: relative;
  min-height: 1px;
  padding-left: 1px;
  padding-right: 1px;
  width: 84%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.acs-commons-resp-colctrl-col-83 {
  position: relative;
  min-height: 1px;
  padding-left: 1px;
  padding-right: 1px;
  width: 83%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.acs-commons-resp-colctrl-col-82 {
  position: relative;
  min-height: 1px;
  padding-left: 1px;
  padding-right: 1px;
  width: 82%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.acs-commons-resp-colctrl-col-81 {
  position: relative;
  min-height: 1px;
  padding-left: 1px;
  padding-right: 1px;
  width: 81%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.acs-commons-resp-colctrl-col-80 {
  position: relative;
  min-height: 1px;
  padding-left: 1px;
  padding-right: 1px;
  width: 80%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.acs-commons-resp-colctrl-col-79 {
  position: relative;
  min-height: 1px;
  padding-left: 1px;
  padding-right: 1px;
  width: 79%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.acs-commons-resp-colctrl-col-78 {
  position: relative;
  min-height: 1px;
  padding-left: 1px;
  padding-right: 1px;
  width: 78%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.acs-commons-resp-colctrl-col-77 {
  position: relative;
  min-height: 1px;
  padding-left: 1px;
  padding-right: 1px;
  width: 77%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.acs-commons-resp-colctrl-col-76 {
  position: relative;
  min-height: 1px;
  padding-left: 1px;
  padding-right: 1px;
  width: 76%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.acs-commons-resp-colctrl-col-75 {
  position: relative;
  min-height: 1px;
  padding-left: 1px;
  padding-right: 1px;
  width: 75%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.acs-commons-resp-colctrl-col-74 {
  position: relative;
  min-height: 1px;
  padding-left: 1px;
  padding-right: 1px;
  width: 74%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.acs-commons-resp-colctrl-col-73 {
  position: relative;
  min-height: 1px;
  padding-left: 1px;
  padding-right: 1px;
  width: 73%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.acs-commons-resp-colctrl-col-72 {
  position: relative;
  min-height: 1px;
  padding-left: 1px;
  padding-right: 1px;
  width: 72%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.acs-commons-resp-colctrl-col-71 {
  position: relative;
  min-height: 1px;
  padding-left: 1px;
  padding-right: 1px;
  width: 71%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.acs-commons-resp-colctrl-col-70 {
  position: relative;
  min-height: 1px;
  padding-left: 1px;
  padding-right: 1px;
  width: 70%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.acs-commons-resp-colctrl-col-69 {
  position: relative;
  min-height: 1px;
  padding-left: 1px;
  padding-right: 1px;
  width: 69%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.acs-commons-resp-colctrl-col-68 {
  position: relative;
  min-height: 1px;
  padding-left: 1px;
  padding-right: 1px;
  width: 68%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.acs-commons-resp-colctrl-col-67 {
  position: relative;
  min-height: 1px;
  padding-left: 1px;
  padding-right: 1px;
  width: 67%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.acs-commons-resp-colctrl-col-66 {
  position: relative;
  min-height: 1px;
  padding-left: 1px;
  padding-right: 1px;
  width: 66%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.acs-commons-resp-colctrl-col-65 {
  position: relative;
  min-height: 1px;
  padding-left: 1px;
  padding-right: 1px;
  width: 65%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.acs-commons-resp-colctrl-col-64 {
  position: relative;
  min-height: 1px;
  padding-left: 1px;
  padding-right: 1px;
  width: 64%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.acs-commons-resp-colctrl-col-63 {
  position: relative;
  min-height: 1px;
  padding-left: 1px;
  padding-right: 1px;
  width: 63%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.acs-commons-resp-colctrl-col-62 {
  position: relative;
  min-height: 1px;
  padding-left: 1px;
  padding-right: 1px;
  width: 62%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.acs-commons-resp-colctrl-col-61 {
  position: relative;
  min-height: 1px;
  padding-left: 1px;
  padding-right: 1px;
  width: 61%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.acs-commons-resp-colctrl-col-60 {
  position: relative;
  min-height: 1px;
  padding-left: 1px;
  padding-right: 1px;
  width: 60%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.acs-commons-resp-colctrl-col-59 {
  position: relative;
  min-height: 1px;
  padding-left: 1px;
  padding-right: 1px;
  width: 59%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.acs-commons-resp-colctrl-col-58 {
  position: relative;
  min-height: 1px;
  padding-left: 1px;
  padding-right: 1px;
  width: 58%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.acs-commons-resp-colctrl-col-57 {
  position: relative;
  min-height: 1px;
  padding-left: 1px;
  padding-right: 1px;
  width: 57%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.acs-commons-resp-colctrl-col-56 {
  position: relative;
  min-height: 1px;
  padding-left: 1px;
  padding-right: 1px;
  width: 56%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.acs-commons-resp-colctrl-col-55 {
  position: relative;
  min-height: 1px;
  padding-left: 1px;
  padding-right: 1px;
  width: 55%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.acs-commons-resp-colctrl-col-54 {
  position: relative;
  min-height: 1px;
  padding-left: 1px;
  padding-right: 1px;
  width: 54%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.acs-commons-resp-colctrl-col-53 {
  position: relative;
  min-height: 1px;
  padding-left: 1px;
  padding-right: 1px;
  width: 53%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.acs-commons-resp-colctrl-col-52 {
  position: relative;
  min-height: 1px;
  padding-left: 1px;
  padding-right: 1px;
  width: 52%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.acs-commons-resp-colctrl-col-51 {
  position: relative;
  min-height: 1px;
  padding-left: 1px;
  padding-right: 1px;
  width: 51%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.acs-commons-resp-colctrl-col-50 {
  position: relative;
  min-height: 1px;
  padding-left: 1px;
  padding-right: 1px;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.acs-commons-resp-colctrl-col-49 {
  position: relative;
  min-height: 1px;
  padding-left: 1px;
  padding-right: 1px;
  width: 49%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.acs-commons-resp-colctrl-col-48 {
  position: relative;
  min-height: 1px;
  padding-left: 1px;
  padding-right: 1px;
  width: 48%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.acs-commons-resp-colctrl-col-47 {
  position: relative;
  min-height: 1px;
  padding-left: 1px;
  padding-right: 1px;
  width: 47%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.acs-commons-resp-colctrl-col-46 {
  position: relative;
  min-height: 1px;
  padding-left: 1px;
  padding-right: 1px;
  width: 46%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.acs-commons-resp-colctrl-col-45 {
  position: relative;
  min-height: 1px;
  padding-left: 1px;
  padding-right: 1px;
  width: 45%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.acs-commons-resp-colctrl-col-44 {
  position: relative;
  min-height: 1px;
  padding-left: 1px;
  padding-right: 1px;
  width: 44%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.acs-commons-resp-colctrl-col-43 {
  position: relative;
  min-height: 1px;
  padding-left: 1px;
  padding-right: 1px;
  width: 43%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.acs-commons-resp-colctrl-col-42 {
  position: relative;
  min-height: 1px;
  padding-left: 1px;
  padding-right: 1px;
  width: 42%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.acs-commons-resp-colctrl-col-41 {
  position: relative;
  min-height: 1px;
  padding-left: 1px;
  padding-right: 1px;
  width: 41%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.acs-commons-resp-colctrl-col-40 {
  position: relative;
  min-height: 1px;
  padding-left: 1px;
  padding-right: 1px;
  width: 40%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.acs-commons-resp-colctrl-col-39 {
  position: relative;
  min-height: 1px;
  padding-left: 1px;
  padding-right: 1px;
  width: 39%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.acs-commons-resp-colctrl-col-38 {
  position: relative;
  min-height: 1px;
  padding-left: 1px;
  padding-right: 1px;
  width: 38%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.acs-commons-resp-colctrl-col-37 {
  position: relative;
  min-height: 1px;
  padding-left: 1px;
  padding-right: 1px;
  width: 37%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.acs-commons-resp-colctrl-col-36 {
  position: relative;
  min-height: 1px;
  padding-left: 1px;
  padding-right: 1px;
  width: 36%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.acs-commons-resp-colctrl-col-35 {
  position: relative;
  min-height: 1px;
  padding-left: 1px;
  padding-right: 1px;
  width: 35%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.acs-commons-resp-colctrl-col-34 {
  position: relative;
  min-height: 1px;
  padding-left: 1px;
  padding-right: 1px;
  width: 34%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.acs-commons-resp-colctrl-col-33 {
  position: relative;
  min-height: 1px;
  padding-left: 1px;
  padding-right: 1px;
  width: 33%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.acs-commons-resp-colctrl-col-32 {
  position: relative;
  min-height: 1px;
  padding-left: 1px;
  padding-right: 1px;
  width: 32%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.acs-commons-resp-colctrl-col-31 {
  position: relative;
  min-height: 1px;
  padding-left: 1px;
  padding-right: 1px;
  width: 31%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.acs-commons-resp-colctrl-col-30 {
  position: relative;
  min-height: 1px;
  padding-left: 1px;
  padding-right: 1px;
  width: 30%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.acs-commons-resp-colctrl-col-29 {
  position: relative;
  min-height: 1px;
  padding-left: 1px;
  padding-right: 1px;
  width: 29%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.acs-commons-resp-colctrl-col-28 {
  position: relative;
  min-height: 1px;
  padding-left: 1px;
  padding-right: 1px;
  width: 28%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.acs-commons-resp-colctrl-col-27 {
  position: relative;
  min-height: 1px;
  padding-left: 1px;
  padding-right: 1px;
  width: 27%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.acs-commons-resp-colctrl-col-26 {
  position: relative;
  min-height: 1px;
  padding-left: 1px;
  padding-right: 1px;
  width: 26%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.acs-commons-resp-colctrl-col-25 {
  position: relative;
  min-height: 1px;
  padding-left: 1px;
  padding-right: 1px;
  width: 25%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.acs-commons-resp-colctrl-col-24 {
  position: relative;
  min-height: 1px;
  padding-left: 1px;
  padding-right: 1px;
  width: 24%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.acs-commons-resp-colctrl-col-23 {
  position: relative;
  min-height: 1px;
  padding-left: 1px;
  padding-right: 1px;
  width: 23%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.acs-commons-resp-colctrl-col-22 {
  position: relative;
  min-height: 1px;
  padding-left: 1px;
  padding-right: 1px;
  width: 22%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.acs-commons-resp-colctrl-col-21 {
  position: relative;
  min-height: 1px;
  padding-left: 1px;
  padding-right: 1px;
  width: 21%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.acs-commons-resp-colctrl-col-20 {
  position: relative;
  min-height: 1px;
  padding-left: 1px;
  padding-right: 1px;
  width: 20%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.acs-commons-resp-colctrl-col-19 {
  position: relative;
  min-height: 1px;
  padding-left: 1px;
  padding-right: 1px;
  width: 19%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.acs-commons-resp-colctrl-col-18 {
  position: relative;
  min-height: 1px;
  padding-left: 1px;
  padding-right: 1px;
  width: 18%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.acs-commons-resp-colctrl-col-17 {
  position: relative;
  min-height: 1px;
  padding-left: 1px;
  padding-right: 1px;
  width: 17%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.acs-commons-resp-colctrl-col-16 {
  position: relative;
  min-height: 1px;
  padding-left: 1px;
  padding-right: 1px;
  width: 16%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.acs-commons-resp-colctrl-col-15 {
  position: relative;
  min-height: 1px;
  padding-left: 1px;
  padding-right: 1px;
  width: 15%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.acs-commons-resp-colctrl-col-14 {
  position: relative;
  min-height: 1px;
  padding-left: 1px;
  padding-right: 1px;
  width: 14%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.acs-commons-resp-colctrl-col-13 {
  position: relative;
  min-height: 1px;
  padding-left: 1px;
  padding-right: 1px;
  width: 13%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.acs-commons-resp-colctrl-col-12 {
  position: relative;
  min-height: 1px;
  padding-left: 1px;
  padding-right: 1px;
  width: 12%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.acs-commons-resp-colctrl-col-11 {
  position: relative;
  min-height: 1px;
  padding-left: 1px;
  padding-right: 1px;
  width: 11%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.acs-commons-resp-colctrl-col-10 {
  position: relative;
  min-height: 1px;
  padding-left: 1px;
  padding-right: 1px;
  width: 10%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.acs-commons-resp-colctrl-col-9 {
  position: relative;
  min-height: 1px;
  padding-left: 1px;
  padding-right: 1px;
  width: 9%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.acs-commons-resp-colctrl-col-8 {
  position: relative;
  min-height: 1px;
  padding-left: 1px;
  padding-right: 1px;
  width: 8%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.acs-commons-resp-colctrl-col-7 {
  position: relative;
  min-height: 1px;
  padding-left: 1px;
  padding-right: 1px;
  width: 7%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.acs-commons-resp-colctrl-col-6 {
  position: relative;
  min-height: 1px;
  padding-left: 1px;
  padding-right: 1px;
  width: 6%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.acs-commons-resp-colctrl-col-5 {
  position: relative;
  min-height: 1px;
  padding-left: 1px;
  padding-right: 1px;
  width: 5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.acs-commons-resp-colctrl-col-4 {
  position: relative;
  min-height: 1px;
  padding-left: 1px;
  padding-right: 1px;
  width: 4%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.acs-commons-resp-colctrl-col-3 {
  position: relative;
  min-height: 1px;
  padding-left: 1px;
  padding-right: 1px;
  width: 3%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.acs-commons-resp-colctrl-col-2 {
  position: relative;
  min-height: 1px;
  padding-left: 1px;
  padding-right: 1px;
  width: 2%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.acs-commons-resp-colctrl-col-1 {
  position: relative;
  min-height: 1px;
  padding-left: 1px;
  padding-right: 1px;
  width: 1%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}

/*!
 *  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('../../acs-commons/clientlibs/vendor/fontawesome/resources/fonts/fontawesome-webfont.eot?v=4.4.0');
  src: url('../../acs-commons/clientlibs/vendor/fontawesome/resources/fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('../../acs-commons/clientlibs/vendor/fontawesome/resources/fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('../../acs-commons/clientlibs/vendor/fontawesome/resources/fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('../../acs-commons/clientlibs/vendor/fontawesome/resources/fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('../../acs-commons/clientlibs/vendor/fontawesome/resources/fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  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";
}

@font-face {
    font-family: ancestry-icon;
    src: url("clientlib-icons/resources/ancestry-icon.woff2") format("woff2"),url("clientlib-icons/resources/ancestry-icon.woff") format("woff"),url("clientlib-icons/resources/ancestry-icon.ttf") format("truetype"),url("clientlib-icons/resources/ancestry-icon.svg#icon") format("svg")
}

.icon:before,.iconAfter:after {
    font: normal 100%/0 ancestry-icon;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    position: relative;
    speak: none;
    text-transform: none;
    top: .12em
}

.icon:before,span.icon {
    margin-right: .25em
}

.icon:empty:before {
    margin-right: 0
}

.iconAfter:after {
    margin-left: .25em
}

.iconMenu:before {
    content: "\E686"
}

.iconCrop:before {
    content: "\E603"
}

.iconSearch:before {
    content: "\E604"
}

.iconZoomOut:before {
    content: "\E605"
}

.iconZoomIn:before {
    content: "\E606"
}

.iconDna:before {
    content: "\E607"
}

.iconTemple:before {
    content: "\E608"
}

.iconFamilySearch:before {
    content: "\E60A"
}

.iconFamilySearch2:before {
    content: "\E609"
}

.iconStar:before {
    content: "\E60B"
}

.iconStarHalf:before {
    content: "\E60C"
}

.iconStarOutline:before {
    content: "\E60D"
}

.iconClock:before {
    content: "\E60E"
}

.iconEye:before {
    content: "\E60F"
}

.iconFlipVertical2:before {
    content: "\E612"
}

.iconFlipHorizontal2:before {
    content: "\E613"
}

.iconInvert:before {
    content: "\E614"
}

.iconExpand:before {
    content: "\E615"
}

.iconMove:before {
    content: "\E616"
}

.iconFlipVertical:before {
    content: "\E617"
}

.iconFlipHorizontal:before {
    content: "\E618"
}

.iconSync:before {
    content: "\E61D"
}

.iconWebLink:before {
    content: "\E622"
}

.iconMerge:before {
    content: "\E624"
}

.iconStory:before {
    content: "\E625"
}

.iconStories:before {
    content: "\E626"
}

.iconRewind:before {
    content: "\E627"
}

.iconPlay:before {
    content: "\E628"
}

.iconPause:before {
    content: "\E629"
}

.iconStop:before {
    content: "\E62A"
}

.iconFastForward:before {
    content: "\E62B"
}

.iconVideo:before {
    content: "\E62C"
}

.iconVolumeMin:before {
    content: "\E62D"
}

.iconVolumeMedium:before {
    content: "\E62E"
}

.iconVolumeMax:before {
    content: "\E62F"
}

.iconAudio:before {
    content: "\E630"
}

.iconUpload:before {
    content: "\E631"
}

.iconSave:before {
    content: "\E632"
}

.iconFolder:before {
    content: "\E633"
}

.iconDownload:before {
    content: "\E634"
}

.iconStore:before {
    content: "\E63C"
}

.iconSupport:before {
    content: "\E63D"
}

.iconInfo:before {
    content: "\E63F"
}

.iconPrint:before {
    content: "\E640"
}

.iconNoteAlt:before {
    content: "\E641"
}

.iconMilitary:before {
    content: "\E642"
}

.iconList:before {
    content: "\E643"
}

.iconNewWindow:before {
    content: "\E644"
}

.iconLike:before {
    content: "\E645"
}

.iconDislike:before {
    content: "\E646"
}

.iconFlag:before {
    content: "\E647"
}

.iconShare:before {
    content: "\E648"
}

.iconHeart:before {
    content: "\E649"
}

.iconPerson:before {
    content: "\E64A"
}

.iconPersonAdd:before {
    content: "\E64B"
}

.iconPersonFind:before {
    content: "\E69B"
}

.iconPeople:before {
    content: "\E64C"
}

.iconCustomerSupport:before {
    content: "\E64D"
}

.iconMessageBoard:before {
    content: "\E64E"
}

.iconReportError:before {
    content: "\E64F"
}

.iconBeginThread:before {
    content: "\E650"
}

.iconChat:before {
    content: "\E651"
}

.iconTag:before {
    content: "\E652"
}

.iconMinus:before {
    content: "\E654"
}

.iconPlus:before {
    content: "\E655"
}

.iconClose:before {
    content: "\E657"
}

.iconDenied:before {
    content: "\E658"
}

.iconRotateRight:before {
    content: "\E659"
}

.iconRotateLeft:before {
    content: "\E65A"
}

.iconEdit:before {
    content: "\E65B"
}

.iconBookmark:before {
    content: "\E65C"
}

.iconPin:before {
    content: "\E65D"
}

.iconCart:before {
    content: "\E65E"
}

.iconCamera:before {
    content: "\E65F"
}

.iconInbox:before {
    content: "\E660"
}

.iconMailSent:before {
    content: "\E661"
}

.iconFamily:before {
    content: "\E662"
}

.iconCalculator:before {
    content: "\E663"
}

.iconBell:before {
    content: "\E664"
}

.iconGallery:before {
    content: "\E665"
}

.iconCreditCard:before {
    content: "\E666"
}

.iconCalendar:before {
    content: "\E667"
}

.iconWarning:before {
    content: "\E668"
}

.iconAttachment:before {
    content: "\E669"
}

.iconEmail:before {
    content: "\E66A"
}

.iconDocumentAdd:before {
    content: "\E66B"
}

.iconDocument:before {
    content: "\E66C"
}

.iconDocumentPdf:before {
    content: "\E66D"
}

.iconDocumentExcel:before {
    content: "\E66E"
}

.iconDocumentWord:before {
    content: "\E66F"
}

.iconNote:before {
    content: "\E670"
}

.iconHome:before {
    content: "\E671"
}

.iconCenter:before {
    content: "\E672"
}

.iconTreeAdd:before {
    content: "\E673"
}

.iconTreePedigree:before {
    content: "\E674"
}

.iconTreeFamily:before {
    content: "\E675"
}

.iconLightbulb:before {
    content: "\E678"
}

.iconPhone:before {
    content: "\E679"
}

.iconProfileCard:before {
    content: "\E67A"
}

.iconMap:before {
    content: "\E67B"
}

.iconRemove:before {
    content: "\E67C"
}

.iconAdd:before {
    content: "\E67D"
}

.iconImage:before {
    content: "\E67E"
}

.iconSettings:before {
    content: "\E67F"
}

.iconTrash:before {
    content: "\E680"
}

.iconUnlock:before {
    content: "\E681"
}

.iconLock:before {
    content: "\E682"
}

.iconMale:before {
    content: "\E683"
}

.iconFemale:before {
    content: "\E684"
}

.iconTools:before {
    content: "\E68A"
}

.iconUnlink:before {
    content: "\E68B"
}

.iconLink:before {
    content: "\E68C"
}

.iconDrag:before {
    content: "\E68D"
}

.iconTileLarge:before {
    content: "\E68E"
}

.iconTileSmall:before {
    content: "\E68F"
}

.iconBirth:before {
    content: "\E692"
}

.iconMarriage:before {
    content: "\E690"
}

.iconDeath:before {
    content: "\E691"
}

.iconAcademy:before {
    content: "\E69C"
}

.iconFilmstrip:before {
    content: "\E693"
}

.iconMobile:before {
    content: "\E694"
}

.iconDnaMatch:before {
    content: "\E695"
}

.iconDnaCad:before {
    content: "\E696"
}

.iconExpandRight:before {
    content: "\E69D"
}

.iconCollapseRight:before {
    content: "\E69E"
}

.iconVisibilityOn:before {
    content: "\E69F"
}

.iconVisibilityOff:before {
    content: "\E6A0"
}

.iconHighlight:before {
    content: "\E6A1"
}

.iconFtm:before {
    content: "\E900"
}

.iconPersonList:before {
    content: "\E901"
}

.iconTree:before {
    content: "\E903"
}

.iconMicroscope:before {
    content: "\E904"
}

.iconNew:before {
    content: "\E908"
}

.iconCommunities:before {
    content: "\E905"
}

.iconFilter:before {
    content: "\E906"
}

.iconMatches:before {
    content: "\E907"
}

.iconColorFill:before {
    content: "\E909"
}

.iconColorDropper:before {
    content: "\E90A"
}

.iconNoTree:before {
    content: "\E90B"
}

.iconCollapse:before {
    content: "\E90C"
}

.iconRegions:before {
    content: "\E90D"
}

.iconLeaf:before,.iconShakyLeaf:before {
    color: #6ba410;
    content: "\E610"
}

.iconLeafOutline:before {
    color: #6ba410;
    content: "\E687"
}

.iconArchives:before {
    color: #181a1c;
    content: "\E697"
}

.iconFindAGrave:before {
    color: #584d70;
    content: "\E698"
}

.iconFold3:before {
    color: #c24139;
    content: "\E699"
}

.iconNewspapers:before {
    color: #000;
    content: "\E69A"
}

.iconAcom:before {
    color: #9cbe30;
    content: "\E685"
}

.iconTwitter:before {
    color: #59bff0;
    content: "\E635"
}

.iconTumblr:before {
    color: #2c4762;
    content: "\E636"
}

.iconGooglePlus:before {
    color: #dd4b37;
    content: "\E637"
}

.iconYoutube:before {
    color: #dd473b;
    content: "\E638"
}

.iconPinterest:before {
    color: #cc2127;
    content: "\E639"
}

.iconFacebook:before {
    color: #3b5999;
    content: "\E63A"
}

.iconRss:before {
    color: #e98300;
    content: "\E63B"
}

.iconInstagram:before {
    color: #000;
    content: "\E902"
}

.iconColor1:before {
    color: #a9a9a9
}

.icon.bgDark:before {
    color: inherit
}

.iconHelp:before,.iconHelpAfter:after {
    content: "\E63E"
}

.iconAfterCheck:after,.iconCheck:before {
    content: "\E656"
}

.iconArrowLargeRight:before {
    content: "\E611"
}

.iconArrowBack:before {
    content: "\E623"
}

.iconArrowSmallUp:before,.iconArrowSmallUpAfter:after {
    content: "\E61E";
    margin: 0
}

.iconArrowSmallDown:before,.iconArrowSmallDownAfter:after {
    content: "\E621";
    margin: 0
}

.iconArrowSmallLeft:before,.iconArrowSmallLeftAfter:after {
    content: "\E620";
    margin: 0
}

.iconArrowSmallRight:before,.iconArrowSmallRightAfter:after {
    content: "\E61F";
    margin: 0
}

.iconArrowUp:before,.iconArrowUpAfter:after {
    content: "\E61E";
    margin: 0
}

.iconArrowRight:before,.iconArrowRightAfter:after {
    content: "\E61F";
    margin: 0
}

.iconArrowLeft:before,.iconArrowLeftAfter:after {
    content: "\E620";
    margin: 0
}

.iconArrowDown:before,.iconArrowDownAfter:after {
    content: "\E621";
    margin: 0
}

.iconShakyLeaf:before {
    -webkit-animation: grow 1.4s,shake .3s linear 1.5s 3;
    animation: grow 1.4s,shake .3s linear 1.5s 3;
    display: inline-block;
    line-height: 1;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%
}

.icon.iconBars:after {
    font-size: 100%
}

.iconBars:after,.iconBars:before {
    font-family: ancestry-icon;
    font-weight: 400;
    left: 0;
    line-height: 1em;
    position: absolute;
    speak: none;
    text-transform: none;
    top: .04em
}

.iconBars {
    margin: 0 auto;
    min-height: 1.25em;
    padding-left: 1.25em;
    position: relative
}

.iconBars:before {
    content: "\E653";
    opacity: .3
}

.iconBarsLow:before {
    content: "\E688"
}

.iconBarsLow:after {
    content: "\E600"
}

.iconBarsMed:before {
    content: "\E602"
}

.iconBarsMed:after {
    content: "\E689"
}

.iconBarsHigh:before {
    opacity: 1
}

.iconFlushText {
    display: inline-block;
    padding-left: 1.4em
}

.iconFlushText>.icon:first-child {
    display: inline-block;
    margin-left: -1.4em;
    margin-right: 0;
    width: 1.4em
}

.iconFlushText>.icon:first-child:before {
    margin-right: 0
}

.iconLeafImage:before {
    background: url("https://www.ancestrycdn.com/ui-static/i/leaf/2/leaf-30.png") no-repeat 50% 50%;
    background-size: 100% auto;
    content: "";
    display: inline-block;
    height: 30px;
    vertical-align: -6px;
    width: 30px
}

.iconLeafImageSize1:before {
    background-image: url("https://www.ancestrycdn.com/ui-static/i/leaf/2/leaf-50.png");
    height: 50px;
    width: 50px
}

.iconLeafImageSize2:before {
    background-image: url("https://www.ancestrycdn.com/ui-static/i/leaf/2/leaf-100.png");
    height: 100px;
    width: 100px
}

.iconLeafImageSize3:before {
    background-image: url("https://www.ancestrycdn.com/ui-static/i/leaf/2/leaf-140.png");
    height: 140px;
    width: 140px
}

@media (-o-min-device-pixel-ratio: 3/2),(-webkit-min-device-pixel-ratio:1.5),(min-device-pixel-ratio:1.5),(min-resolution:1.5dppx),(min-resolution:144dpi) {
    .iconLeafImage:before {
        background-image:url("https://www.ancestrycdn.com/ui-static/i/leaf/2/leaf-30-2x.png")
    }

    .iconLeafImageSize1:before {
        background-image: url("https://www.ancestrycdn.com/ui-static/i/leaf/2/leaf-50-2x.png")
    }

    .iconLeafImageSize2:before {
        background-image: url("https://www.ancestrycdn.com/ui-static/i/leaf/2/leaf-100-2x.png")
    }

    .iconLeafImageSize3:before {
        background-image: url("https://www.ancestrycdn.com/ui-static/i/leaf/2/leaf-140-2x.png")
    }
}

.iconLeafImagePinned {
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 1
}

.icon:active,.icon:focus,.icon:hover,.iconAfter:active,.iconAfter:focus,.iconAfter:hover,a.icon,button.icon,button.iconAfter {
    text-decoration: none
}

.icon.underline>span,.iconAfter.underline>span,.link.icon:active>span,.link.icon:focus>span,.link.icon:hover>span,.link.iconAfter:active>span,.link.iconAfter:focus>span,.link.iconAfter:hover>span,a.icon:active>span,a.icon:focus>span,a.icon:hover>span,a.iconAfter:active>span,a.iconAfter:focus>span,a.iconAfter:hover>span {
    text-decoration: underline
}

.acom-icon-background {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  font-size: 26px;
  height: 45px;
  margin: 0 auto;
  width: 45px;
}
.xf-content-height {
  margin: 0 !important;
}
html {
  overflow-x: hidden;
}
@font-face {
  font-family: 'Font Awesome 5 Free';
  src: url('../../../etc.clientlibs/ancestry/clientlibs/clientlib-icons/resources/fa-solid-900.woff2') format('woff2'), url('../../../etc.clientlibs/ancestry/clientlibs/clientlib-icons/resources/fa-solid-900.woff') format('woff'), url('../../../etc.clientlibs/ancestry/clientlibs/clientlib-icons/resources/fa-solid-900.ttf') format('truetype');
}
@font-face {
  font-family: 'Ancestry Icons';
  src: url('../../../etc.clientlibs/ancestry/clientlibs/clientlib-icons/resources/ancestry-icon.woff2') format('woff2'), url('../../../etc.clientlibs/ancestry/clientlibs/clientlib-icons/resources/ancestry-icon.woff') format('woff'), url('../../../etc.clientlibs/ancestry/clientlibs/clientlib-icons/resources/ancestry-icon.ttf') format('truetype'), url('../../../etc.clientlibs/ancestry/clientlibs/clientlib-icons/resources/ancestry-icon.svg') format('svg');
}
.cmp-breadcrumb__item:before {
  content: "\003e";
  display: inline-block;
  padding: 0 10px;
}
.cmp-content-block {
  padding: 10px 30px;
}
.cmp-content-block .cmp-content-block__icon-background {
  background-color: #9cbe30;
}
@media (min-width: 1006px) {
  .cmp-content-block .cmp-content-block__icon-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.cmp-content-block .cmp-content-block__icon {
  margin: auto;
}
.cmp-content-block .cmp-content-block__icon:empty:before {
  top: 1px;
}
.cmp-content-block .cmp-content-block__text {
  color: inherit;
  padding: 10px 0;
  text-align: center;
}
.cmp-content-block .cmp-content-block__button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cmp-content-block-style__card .cmp-content-block {
  padding: 40px 20px;
  border-radius: 6px;
}
.background-color__white .cmp-content-block {
  background-color: #fff;
}
.background-color__dark-blue .cmp-content-block {
  background-color: #2d3136;
}
.background-color__black .cmp-content-block {
  background-color: #181a1c;
}
.description-color__black .cmp-content-block__text {
  color: #181a1c;
}
.description-color__white .cmp-content-block__text {
  color: #fff;
}
.icon-color__white .cmp-content-block__icon:before {
  color: #fff;
}
.icon-background-color__blue .cmp-content-block__icon-background {
  background-color: #1b88b0;
}
.icon-background-color__transparent .cmp-content-block__icon-background {
  background-color: transparent;
}
.cmp-line-content-block .cmp-content-block::before {
  background-color: #9cbe30;
  top: 112px;
  content: "";
  height: 250px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2px;
  z-index: -1;
}
.cmp-embed iframe {
  display: block;
}
.centerEmbed .cmp-embed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.centerEmbed .cmp-embed .iframeCon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.paddingLeft25p .cmp-container__container-content {
  padding-left: 25%;
}
@media only screen and (max-width: 767px) {
  .paddingLeft25p .cmp-container__container-content {
    padding-left: 10px;
  }
}
.ancestry-footer .ancestry-cmp-link-list a:not(:hover) {
  color: #36322d;
}
.ancestry-footer .ancestry-cmp-link-list .ancestry-cmp-link-list__link {
  font-size: 14px;
}
.ancestry-footer .ancestry-cmp-link-list__list-item {
  margin: 0;
}
#FooterRegion {
  margin-top: 0 !important;
  padding-top: 30px;
}
#FooterRegion .footerLinks {
  position: relative;
  z-index: 1;
}
.cmp-formelementcon > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cmp-formelementcon > div label {
  margin-bottom: 5px;
}
.cmp-formelementcon > div input {
  background-repeat: no-repeat;
}
.label-left .cmp-formelementcon > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.label-left .cmp-formelementcon > div label {
  margin-right: 5px;
}
.label-left .cmp-formelementcon > div .radio + label,
.label-left .cmp-formelementcon > div .checkbox + label {
  display: block;
  padding: 0 24px 0 0;
  position: relative;
}
.label-left .cmp-formelementcon > div .radio + label:before,
.label-left .cmp-formelementcon > div .checkbox + label:before {
  float: right;
  margin: 1px -24px 0 4px;
}
.label-left .cmp-formelementcon > div .radio + label:after,
.label-left .cmp-formelementcon > div .checkbox + label:after {
  position: absolute;
  top: 10px;
  right: -15px;
}
.label-right .cmp-formelementcon > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.label-right .cmp-formelementcon > div label {
  margin-left: 5px;
}
.label-bottom .cmp-formelementcon > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.label-bottom .cmp-formelementcon > div label {
  margin-top: 5px;
}
.cmp-formelementcon > div label.required {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cmp-formelementcon div label.success,
.cmp-formelementcon div label.invalid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.cmp-formelementcon > div label.invalid {
  color: #c14139;
}
.cmp-formelementcon > div label.invalid:after {
  display: none;
}
.errorMessage.hide,
.calloutWrapper.hide {
  display: none;
}
.helpText:empty {
  display: none;
}
.formCalloutContent:empty {
  display: none;
}
.calloutWrapper {
  position: absolute;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  color: #fff;
}
.cmp-formelementcon.element-labelcon > div {
  display: block;
}
legend.required p,
label.required p {
  display: inline-block;
}
.lrgCheckRadio span {
  display: none;
}
label {
  cursor: pointer;
}
label label {
  display: none !important;
}
label .lrgCheckRadio span:not(.icon) {
  display: inline-block;
  font-weight: 400;
  line-height: 21px;
  margin-top: 6px;
  max-width: 100%;
  padding: 0 0 0 24px;
  width: auto;
}
label .radio-inlabel + .lrgCheckRadio span:not(.icon):before {
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 0 1px #bfbfbf;
  box-shadow: inset 0 0 0 1px #bfbfbf;
  color: #fff;
  content: "";
  float: left;
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  margin: 1px 4px 0 -24px;
  text-align: center;
  text-indent: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 20px;
}
label .radio-inlabel:checked + .lrgCheckRadio span:not(.icon):before {
  background: #fff;
  -webkit-box-shadow: inset 0 0 0 1px #bfbfbf, inset 0 0 0 5px #fff, inset 0 0 0 10px #6ba410;
  box-shadow: inset 0 0 0 1px #bfbfbf, inset 0 0 0 5px #fff, inset 0 0 0 10px #6ba410;
}
label .radio-default__blue .radio-inlabel:checked + .lrgCheckRadio span:not(.icon):before {
  -webkit-box-shadow: inset 0 0 0 1px #bfbfbf, inset 0 0 0 5px #fff, inset 0 0 0 10px #3d769b;
  box-shadow: inset 0 0 0 1px #bfbfbf, inset 0 0 0 5px #fff, inset 0 0 0 10px #3d769b;
}
label .radio-default__purple .radio-inlabel:checked + .lrgCheckRadio span:not(.icon):before {
  -webkit-box-shadow: inset 0 0 0 1px #bfbfbf, inset 0 0 0 5px #fff, inset 0 0 0 10px #5c547a;
  box-shadow: inset 0 0 0 1px #bfbfbf, inset 0 0 0 5px #fff, inset 0 0 0 10px #5c547a;
}
label .radio-small-full__blue .radio-inlabel:checked + .lrgCheckRadio span:not(.icon):before {
  -webkit-box-shadow: inset 0 0 0 1px #1d74f7, inset 0 0 0 4px #fff, inset 0 0 0 10px #1d74f7;
  box-shadow: inset 0 0 0 1px #1d74f7, inset 0 0 0 4px #fff, inset 0 0 0 10px #1d74f7;
}
label .radio-large__green .radio-inlabel + .lrgCheckRadio span:not(.icon):before {
  -webkit-box-shadow: inset 0 -3px 0 #cccccc;
  border: none;
  box-shadow: inset 0 -3px 0 #cccccc;
  height: 30px;
  line-height: 30px;
  margin: 1px 4px 0 -24px;
  width: 30px;
}
label .radio-large__green .radio-inlabel:checked + .lrgCheckRadio span:not(.icon):before {
  background: #fff;
  -webkit-box-shadow: inset 0 3px 2px #b8d94c, inset 0 -3px 0 #48771c, inset 0 0 0 9px #6ba410;
  box-shadow: inset 0 3px 2px #b8d94c, inset 0 -3px 0 #48771c, inset 0 0 0 9px #6ba410;
}
label .radio-inlabel {
  height: 1px !important;
  line-height: 0;
  opacity: 0 !important;
  overflow: hidden;
  position: absolute;
  width: 1px !important;
}
label .lrgCheckRadio span.icon {
  display: inline-block;
  background: #fff;
  border: 3px solid #bbb0a3;
  border-radius: 50%;
  font-size: 20px;
  margin-right: 10px;
  padding: 18px;
  position: relative;
  vertical-align: middle;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
label .lrgCheckRadio span.icon.iconCheck:before {
  display: none;
  left: 50%;
  line-height: normal;
  margin-left: -0.5em;
  margin-top: -0.5em;
  position: absolute;
  top: 50%;
}
label .radio-inlabel:checked + .lrgCheckRadio span {
  border-color: #695e48;
  color: #695e48;
}
label .radio-inlabel:checked + .lrgCheckRadio span.iconCheck:before {
  display: block;
}
label .radio-small-check__green .lrgCheckRadio span.icon {
  border: 1px solid #bbb0a3;
  font-size: 12px;
  margin-right: 5px;
  padding: 9px;
}
label .radio-small-check__green .lrgCheckRadio span.icon.iconCheck:before {
  display: none;
}
label .radio-small-check__green .radio-inlabel:checked + .lrgCheckRadio span.iconCheck {
  border-color: #cfc3b4;
  background-color: #7aa133;
  color: #fff;
}
label .radio-small-check__green .radio-inlabel:checked + .lrgCheckRadio span.iconCheck:before {
  display: block;
}
label .radio-nostyle .radio-inlabel {
  height: inherit !important;
  line-height: inherit;
  opacity: 1 !important;
  overflow: inherit;
  position: static;
  width: inherit !important;
}
label .radio-nostyle .lrgCheckRadio span {
  display: none;
}
label .checkboxNotLabel {
  cursor: pointer;
}
label .checkbox + .checkboxNotLabel {
  color: #181a1c;
  display: inline-block;
  font-weight: 400;
  line-height: 21px;
  margin-bottom: 5px;
  margin-top: 6px;
  max-width: 100%;
  padding: 0 0 0 24px;
  width: auto;
}
label .checkbox + .checkboxNotLabel:before {
  background-color: #fff;
  -webkit-box-shadow: inset 0 0 0 1px #bfbfbf;
  box-shadow: inset 0 0 0 1px #bfbfbf;
  content: "";
  float: left;
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  margin: 1px 4px 0 -24px;
  text-align: center;
  text-indent: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 20px;
  color: transparent;
  border-radius: 3px;
  content: "\E656";
  font-family: ancestry-icon;
  font-weight: 400;
}
label .checkbox:checked + .checkboxNotLabel:before {
  background-color: #6ba410;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}
.hugeCheckbox label {
  line-height: 1.35 !important;
  padding-left: 40px !important;
}
.hugeCheckbox label:before {
  background-color: #fff !important;
  -webkit-box-shadow: inset 0px 0px 0px 3px #3a3f45 !important;
          box-shadow: inset 0px 0px 0px 3px #3a3f45 !important;
  font-size: 20px !important;
  height: 30px !important;
  line-height: 30px !important;
  margin: 6px 10px 0 -40px !important;
  width: 30px !important;
}
.hugeCheckbox .checkbox:checked + label:before {
  background-image: none;
  background-color: #fff !important;
  -webkit-box-shadow: inset 0px 0px 0px 3px #3a3f45 !important;
          box-shadow: inset 0px 0px 0px 3px #3a3f45 !important;
  color: #3a3f45 !important;
}
label .hugeCheckbox .checkbox + .checkboxNotLabel {
  line-height: 1.35;
  padding-left: 40px !important;
}
label .hugeCheckbox .checkbox + .checkboxNotLabel:before {
  background-color: #fff;
  -webkit-box-shadow: inset 0px 0px 0px 3px #3a3f45;
          box-shadow: inset 0px 0px 0px 3px #3a3f45;
  font-size: 20px;
  height: 30px;
  line-height: 30px;
  margin: 6px 10px 0 -40px;
  width: 30px;
}
label .hugeCheckbox .checkbox:checked + .checkboxNotLabel:before {
  background-image: none;
  background-color: #fff !important;
  -webkit-box-shadow: inset 0px 0px 0px 3px #3a3f45 !important;
          box-shadow: inset 0px 0px 0px 3px #3a3f45 !important;
  color: #3a3f45;
}
.input-background__right .cmp-formelementcon > div input {
  background-position: right;
}
.cmp-story-scout-search {
  padding: 30px;
  border-radius: 4px;
}
.cmp-story-scout-search form {
  all: initial;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: inherit;
  font-family: sans-serif;
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  max-width: 530px;
}
.cmp-story-scout-search form p {
  margin-top: initial;
  font-size: 18px;
}
.cmp-story-scout-search form p:first-child {
  margin-top: initial;
}
.cmp-story-scout-search form:not(path) {
  all: initial;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: inherit;
  font-family: sans-serif;
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cmp-story-scout-search form button[type=submit]:focus {
  background: #6ba410;
  outline: 2px solid #ff8e00;
  outline-offset: 2px;
}
.cmp-story-scout-search form button.icon:before {
  margin-right: 0.55em;
}
.cmp-story-scout-search form input[type=radio]:focus {
  outline: 2px solid #ff8e00;
  outline-offset: 2px;
}
.cmp-story-scout-search form main {
  margin-bottom: 1rem;
}
.cmp-story-scout-search form main > section {
  margin-top: 2em;
  display: block;
}
.cmp-story-scout-search form .columns-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cmp-story-scout-search form .columns-2 > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
.cmp-story-scout-search form .columns-2 > *:not(:first-child) {
  margin-top: 0.9em;
}
.cmp-story-scout-search form label:not([for^="stories-connect-in-grand"]) {
  display: inline-block;
  font-size: 1.6em;
  margin-bottom: calc(0.5em / 1.6);
}
.cmp-story-scout-search form input:not([type="radio"]) {
  border: solid calc(0.1em / 1.6) #dedede;
  border-radius: calc(0.3em / 1.6);
  -webkit-box-shadow: inset 0 calc(0.2em / 1.6) 0 0 rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 calc(0.2em / 1.6) 0 0 rgba(0, 0, 0, 0.05);
  color: #333333;
  display: block;
  font-size: 1.6em;
  line-height: 1.75;
  padding: calc(0.6em / 1.6);
  width: 100%;
}
.cmp-story-scout-search form input:not([value=""]) {
  background-color: #fff;
}
.cmp-story-scout-search form input[type="text"] {
  cursor: text;
}
.cmp-story-scout-search form button[type="submit"] {
  background: #6ba410;
  border-radius: calc(0.3em / 1.8);
  color: #ffffff;
  cursor: pointer;
  display: block;
  font-size: 1.8em;
  font-weight: bold;
  margin-top: calc(2em / 1.8);
  padding: calc(1em / 1.8) calc(5.6em / 1.8) calc(1em / 1.8) calc(4em / 1.8);
  text-align: center;
}
.cmp-story-scout-search form button[type="submit"]:hover {
  background: #6ba410;
}
.cmp-story-scout-search form label[for^="stories-connect-in-grand"] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid calc(0.1em / 1.6) #dedede;
  border-radius: calc(0.3em / 1.6);
  cursor: pointer;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6em;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: calc(1em / 1.6);
  position: relative;
}
.cmp-story-scout-search form input[type="radio"] {
  border: solid calc(0.1em / 1.6) #dedede;
  border-radius: 100%;
  cursor: pointer;
  display: block;
  font-size: 1.15em;
  height: calc(1.8em / 1.6);
  width: calc(1.8em / 1.6);
}
.cmp-story-scout-search form input[type="radio"] + svg {
  fill: white;
  display: none;
  height: 1.1em;
  position: absolute;
  right: 0.74em;
  top: 1.55em;
  width: 1.1em;
  background: #6ba410;
  border-radius: 10px;
}
.cmp-story-scout-search form input[type="radio"] + svg path {
  font-size: 1.6em;
}
.cmp-story-scout-search form input[type="radio"]:checked + svg {
  display: block;
}
.cmp-story-scout-search form [class$="-icon"] {
  background: #9bbf30;
  border-radius: 100%;
  padding: calc(1.5em / 1.6);
}
.cmp-story-scout-search form [class$="-icon"] svg {
  fill: white;
  display: block;
  font-size: 3em;
  height: calc(2.5em / 3);
  overflow: hidden;
  width: calc(2.5em / 3);
}
.cmp-story-scout-search form [class^="grand"] {
  padding: calc(0.5em / 1.6) calc(0.5em / 1.6) 0 calc(0.5em / 1.6);
  overflow: hidden;
}
.cmp-story-scout-search form [class^="grand"] svg {
  font-size: calc(5em / 1.6);
}
.cmp-story-scout-search form .grandfather-icon {
  background: #a8e6e6;
}
.cmp-story-scout-search form .grandfather-icon svg {
  fill: #489b9b;
}
.cmp-story-scout-search form .grandmother-icon {
  background: #fcb7bd;
}
.cmp-story-scout-search form .grandmother-icon svg {
  fill: #f06158;
}
.cmp-story-scout-search form span.requiredIndicator {
  font-size: 18px;
}
.cmp-story-scout-search form input[hidden] {
  display: none;
}
.cmp-story-scout-search form .secondTitleForm {
  font-size: 18px;
}
.cmp-story-scout-search form .autocomplete-scout {
  position: relative;
}
.cmp-story-scout-search form .autocomplete-scout .autocompleteCon-scout {
  width: 100%;
  background-color: #fff;
  display: none;
  position: absolute;
  border: 1px solid #ccc;
  z-index: 100;
}
.cmp-story-scout-search form .autocomplete-scout .autocompleteCon-scout.d-autocomplete {
  display: block;
}
.cmp-story-scout-search form .autocomplete-scout li:hover {
  cursor: pointer;
  background: #ddd;
}
.cmp-story-scout-search form .autocomplete-scout li .textWrap {
  font-size: 16px;
  padding: 8px;
  color: #222222;
  cursor: pointer;
}
.cmp-story-scout-search form .autocomplete-scout li .textWrap:hover {
  background-color: #ccc;
}
.cmp-story-scout-search form .ancGrid .ancCol {
  margin-bottom: 1rem;
}
input::-webkit-calendar-picker-indicator {
  display: none;
}
@media (min-width: 320px) {
  .cmp-story-scout-search form .columns-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: initial;
            flex-flow: initial;
  }
  .cmp-story-scout-search form .columns-2 > * {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
  }
  .cmp-story-scout-search form .columns-2 > *:not(:first-child) {
    margin-left: 20px;
    margin-top: auto;
  }
  .cmp-story-scout-search form .errorMessage {
    font-size: 16px;
    display: none;
  }
  .cmp-story-scout-search form .errorMessage.d-block {
    display: inline-block;
    margin-bottom: 0.5rem;
  }
}
@media only screen and (max-width: 1005px) {
  .cmp-story-scout-search .heroText {
    padding-right: 0;
    text-align: center;
  }
  .cmp-story-scout-search .heroText p {
    margin-bottom: 0;
  }
  .cmp-story-scout-search .heroText .cmp-title__text {
    display: none;
  }
  .cmp-story-scout-search h1 {
    margin-bottom: 8px;
  }
  .cmp-story-scout-search .page {
    background-size: 825px;
    background-position: bottom;
  }
  .cmp-story-scout-search {
    max-width: 520px;
    margin: 0 auto;
  }
  .creditTxt {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    left: -90px;
    bottom: 125px;
  }
}
@media only screen and (max-width: 767px) {
  .cmp-story-scout-search form .secondTitleForm {
    text-align: center;
  }
}
.cmp-hello-world-sass:before {
  content: "\003e";
  display: inline-block;
  padding: 0 10px;
}
.hero-wrap {
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #f6f3f0;
}
.hero-wrap .title {
  padding-top: 54px;
  padding-bottom: 30px;
  max-width: 795px;
  margin: 0 auto;
  color: #d37730;
}
.hero-wrap .title img {
  width: 100%;
  display: block;
}
.hero-wrap .sub-title p {
  line-height: 1.1;
  color: #21201d;
  font-size: 28px;
  display: inline-block;
  margin: 0;
}
.hero-wrap .sub-title {
  padding-bottom: 40px;
}
@media (min-width: 1006px) {
  .img-wrap .img {
    height: 300px;
  }
}
@media (max-width: 1399px) {
  .hero-wrap .sub-title {
    padding-bottom: 0;
  }
}
@media (max-width: 1005px) {
  .hero-wrap {
    background-repeat: no-repeat;
    background-size: contain;
  }
  .hero-wrap .sub-title {
    padding-top: 10px;
  }
  .hero-wrap .sub-title p {
    font-size: 24px;
    line-height: 1.25;
  }
  .card-wrap .title h3 {
    font-size: 22px;
    line-height: 1.2;
  }
  .card-wrap .btn span {
    padding: 0 22.6px;
  }
  .card-wrap .container {
    padding: 0;
  }
  .items-wrap .heading {
    padding-top: 55px;
    padding-bottom: 52px;
  }
  .items-wrap .heading h2 {
    font-size: 24px;
  }
  .items-wrap .title h3 {
    margin-top: 10px;
    font-size: 18px;
    line-height: 1;
  }
  .items-wrap .content p {
    font-size: 14px;
  }
  .items-wrap .btn {
    min-width: 147px;
  }
  .slider-wrap .slider-inner .title h2 {
    line-height: 1.35;
    font-size: 18px;
    padding-top: 45px;
  }
  .slider-wrap .slider-item {
    -ms-flex-preferred-size: calc(33% - 20px);
        flex-basis: calc(33% - 20px);
  }
  .slider-wrap .container {
    max-width: 698px;
  }
  .slider-wrap .slider-items {
    max-width: 565px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .slider-wrap .slider-item img {
    max-width: 111px;
    margin-bottom: 20px;
  }
  .slider-wrap .bottom-slide-content {
    font-size: 11.9px;
  }
  .slider-wrap .slider-inner .title h2 {
    max-width: 435px;
  }
  .items-wrap {
    padding-bottom: 68px;
  }
  .items-wrap .inner .img img {
    max-width: 142px;
  }
  .slider-wrap .slider-items.with-btn img.img-fluid {
    max-width: 100%;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .hero-wrap {
    background-repeat: no-repeat;
  }
  .hero-wrap .title {
    padding-top: 32px;
    padding-bottom: 0;
    max-width: 290px;
  }
  .hero-wrap .sub-title p {
    font-size: 16px;
  }
  .img-wrap .img {
    height: 181px;
  }
  .card-wrap .card-content {
    display: none;
  }
  .card-wrap .title h3 {
    font-size: 18px;
  }
  .card-wrap .card-item {
    padding: 16px 0 0;
  }
  .card-wrap .btn-wrap {
    padding-top: 14px;
    padding-bottom: 17px;
  }
  .items-wrap .btn-wrap {
    padding: 25px 0;
  }
  .items-wrap .icons-heading .line-height-1 {
    max-width: 935px;
    padding-top: 106px;
    padding-bottom: 63px;
    margin: 0 auto;
  }
  .items-wrap .icons-heading h2 {
    font-size: 22px;
    padding-bottom: 63px;
  }
  .items-wrap .items-wrap-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .items-wrap .inner .img {
    padding-bottom: 19px;
  }
  .items-wrap .title h3 {
    font-size: 18px;
    line-height: 0.8;
  }
  .items-wrap .content p {
    line-height: 1.15;
  }
  .items-wrap .btn {
    font-size: 14px;
  }
  .items-wrap .items-wrap-row .col-item {
    padding-bottom: 48px;
  }
  .items-wrap .bottom-link {
    padding-bottom: 15px;
  }
  .items-wrap {
    padding-bottom: 0;
  }
  .items-wrap .inner .img img {
    max-width: 130px;
  }
  .slider-wrap .container {
    max-width: 225px;
  }
  .slider-wrap .slider-inner .title h2 {
    font-size: 16px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .slider-wrap .slider-item img {
    max-width: 76px;
  }
  .slider-wrap .bottom-slide-content {
    text-align: center;
    padding-bottom: 13px;
  }
  ul.slick-dots li {
    height: 8px;
    width: 8px;
  }
  .slider-wrap .slider-item:not(:first-child) {
    display: none;
  }
  .slider-wrap .slider-item {
    width: 100%;
    padding: 0 15px;
  }
  .slider-wrap .btn-wrap .btn span {
    padding: 0 17.8px;
  }
  .slider-wrap .btn-wrap .btn {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1005px) {
  .hero-wrap .title {
    padding-top: 42px;
    padding-bottom: 30px;
    max-width: 700px;
  }
  .img-wrap .img {
    height: 222px;
  }
}
.cmp-hero-block {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  height: 270px;
  margin-top: 150px;
  padding: 70px 20px 0px;
  position: relative;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .cmp-hero-block {
    border-radius: 6px;
    margin-top: 0;
  }
}
.cmp-hero .cmp-hero-block .cmp-teaser__description {
  color: #181a1c;
  padding-top: 0;
  font-size: 21.5px;
}
.cmp-hero-block .cmp-teaser__image {
  left: 0;
  position: absolute;
  top: -100px;
  width: 100%;
}
.cmp-hero-block .cmp-teaser__image .cmp-image__image {
  max-width: 100%;
  width: auto;
}
.cmp-hero-block .cmp-teaser__image img {
  max-height: 165px;
}
.cmp-hero-block .cmp-button {
  margin-top: 20px;
}
.cmp-hero-block .cmp-hero-block__icon-wrapper.cmp-teaser__icon-wrapper {
  position: absolute;
  top: -17px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-left: 0;
}
.cmp-hero-block .cmp-hero-block__icon-wrapper.cmp-teaser__icon-wrapper.show-circles {
  top: -29px;
  margin-left: 0;
  left: 13px;
}
@media (max-width: 1005px) {
  .cmp-hero-block .cmp-hero-block__icon-wrapper.cmp-teaser__icon-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cmp-hero-block .cmp-hero-block__icon-wrapper.cmp-teaser__icon-wrapper.show-circles {
    margin-left: 0;
  }
  .cmp-hero-block .cmp-hero-block__icon-wrapper.cmp-teaser__icon-wrapper.show-circles .cmp-teaser__icon-container {
    margin-left: -26px;
    margin-right: 0;
    height: 75px;
    width: 75px;
  }
  .cmp-hero-block .cmp-hero-block__icon-wrapper.cmp-teaser__icon-wrapper.show-circles .cmp-teaser__icon-background {
    margin: 0;
    position: absolute;
    top: 15px;
    left: 15px;
  }
}
.cmp-hero-block .cmp-teaser__icon::before {
  top: 2px;
  left: 1px;
}
.cmp-hero-block .cmp-teaser__description {
  margin: 0 !important;
}
@media (min-width: 1006px) {
  .cmp-hero-block .cmp-teaser__description {
    max-width: none !important;
    padding: 0 !important;
  }
}
.cmp-hero-block-icon-top .cmp-hero .cmp-hero-block {
  margin-top: 90px;
  padding-top: 50px;
}
@media only screen and (max-width: 1005px) {
  .cmp-hero-block-icon-top .cmp-hero .cmp-hero-block {
    margin-top: 60px;
    padding-top: 35px;
  }
}
.cmp-hero-block-half .cmp-hero-block {
  height: auto;
  min-height: 240px;
  padding-left: 3%;
  padding-right: 3%;
}
@media only screen and (max-width: 1005px) {
  .cmp-hero-block-half .cmp-hero-block {
    min-height: 200px;
    padding: 50px 3% 5px;
  }
}
.aem-AuthorLayer-Edit .cmp-hero-block .show-circles .cmp-teaser__icon-background {
  margin: 15px;
}
.cmp-hero-block__badge-wrapper {
  position: absolute;
}
.cmp-hero-block__badge-wrapper.topPosition {
  top: -20px;
}
.cmp-hero-block__badge-wrapper.bottomPosition {
  bottom: -20px;
}
.cmp-hero-block__badge-wrapper.leftPosition {
  left: -20px;
}
.cmp-hero-block__badge-wrapper.rightPosition {
  right: -20px;
}
.cmp-hero-block__badge-wrapper .cmp-teaser__badge-background {
  border-radius: 50%;
  border-style: solid;
  height: 100px;
  line-height: 1em;
  padding-top: 15px;
  width: 100px;
}
.cmp-badge__dashed-border .cmp-teaser__badge-background {
  border-style: dashed;
}
.heightAuto .cmp-hero-block {
  height: auto;
  padding-bottom: 15px;
}
.equalHeightCons .hero-block,
.equalHeightCons .cmp-hero-block {
  height: 100%;
}
.equalHeightCons .cmp-hero-block {
  padding-bottom: 10px;
}
.transparentBkg .cmp-hero-block {
  background-color: transparent;
}
.boxPadding18x15x25 .cmp-hero-block {
  padding: 18px 15px 25px;
}
.boxPadding18x15x15 .cmp-hero-block {
  padding: 18px 15px 15px;
}
.boxPadding10 .cmp-hero-block {
  padding: 10px;
}
.paddingSides15 .cmp-hero-block {
  padding-left: 15px;
  padding-right: 15px;
}
.iconTopPadding .cmp-hero-block {
  padding-top: 40px;
}
.padding-top-45 .cmp-hero-block {
  padding-top: 45px;
}
.padding-bottom-45 .cmp-hero-block {
  padding-bottom: 45px;
}
.no-bottom-padding .cmp-hero-block {
  padding-bottom: 0;
}
.text-align-reset .cmp-hero-block,
.text-align-reset .cmp-button__wrapper {
  text-align: inherit;
}
.image-bottom .cmp-hero-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.image-bottom .cmp-hero-block .cmp-teaser__image {
  left: inherit;
  position: inherit;
  top: inherit;
  width: inherit;
}
.image-bottom .cmp-hero-block .cmp-teaser__image .cmp-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.image-bottom .cmp-hero-block .cmp-teaser__image .cmp-image .cmp-image__image {
  max-height: inherit;
  margin-top: 15px;
  max-width: inherit;
  width: inherit;
}
.image-left .cmp-hero-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.image-left .cmp-hero-block .cmp-teaser__image {
  left: inherit;
  position: inherit;
  top: inherit;
  width: inherit;
}
.image-left .cmp-hero-block .cmp-teaser__image .cmp-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.image-left .cmp-hero-block .cmp-teaser__image .cmp-image .cmp-image__image {
  max-height: inherit;
  margin-right: 20px;
  max-width: inherit;
  width: inherit;
}
.image-right .cmp-hero-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.image-right .cmp-hero-block .cmp-teaser__image {
  left: inherit;
  position: inherit;
  top: inherit;
  width: inherit;
}
.image-right .cmp-hero-block .cmp-teaser__image .cmp-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.image-right .cmp-hero-block .cmp-teaser__image .cmp-image .cmp-image__image {
  max-height: inherit;
  margin-left: 20px;
  max-width: inherit;
  width: inherit;
}
.image-top-align-bottom .cmp-teaser__image {
  top: inherit;
  bottom: calc(50% + 60px);
}
.image-no-minheight .cmp-image__image {
  max-height: inherit;
}
.no-border .cmp-hero-block {
  border: none;
}
.drop-shadow .cmp-hero-block {
  -webkit-box-shadow: 0px -1px 15px 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0px -1px 15px 3px rgba(0, 0, 0, 0.15);
}
.cmp-hero .cmp-hero__content {
  padding-top: 30px;
}
@media only screen and (min-width: 768px) {
  .cmp-hero .cmp-hero__content {
    padding-top: 0;
  }
}
.cmp-hero .cmp-teaser__title {
  font-size: 28px;
  margin: 0 auto;
  text-align: center;
  color: var(--ui-inverted-text-color);
}
@media only screen and (min-width: 768px) {
  .cmp-hero .cmp-teaser__title {
    font-size: 48px;
    font-weight: 200;
  }
}
.cmp-hero .cmp-teaser__title .bgLight .coloraltbg {
  color: #666;
}
.cmp-hero .cmp-teaser__title .bgLight a.coloraltbg {
  color: #666;
}
.cmp-hero .cmp-teaser__title .bgLight .ancBtn {
  background-color: #117fa6;
  color: var(--ui-inverted-text-color) !important;
}
.cmp-hero .cmp-teaser__title .bgLight .ancBtn:not(:active):not(.active):hover {
  background-color: #086383;
}
.cmp-hero .cmp-teaser__title .bgLight .ancBtn:active {
  background-color: #07536e;
}
.cmp-hero .cmp-teaser__title .bgLight .ancBtn.active {
  background-color: #07536e;
}
.cmp-hero .cmp-teaser__title .bgLight .ancBtn.silver {
  background: #ebebeb;
}
.cmp-hero .cmp-teaser__title .bgLight .ancBtn.silver:not(:active):not(.active):hover {
  background: #d6d6d6;
}
.cmp-hero .cmp-teaser__title .bgLight .ancBtn.silver:active {
  background: #b2b2b2;
}
.cmp-hero .cmp-teaser__title .bgLight .ancBtn.silver.active {
  background: #b2b2b2;
}
.cmp-hero .cmp-teaser__title .bgLight .ancBtn.blue {
  background-color: #328800;
}
.cmp-hero .cmp-teaser__title .bgLight .ancBtn.blue:not(:active):not(.active):hover {
  background-color: #276b00;
}
.cmp-hero .cmp-teaser__title .bgLight .ancBtn.blue:active {
  background: #205503;
}
.cmp-hero .cmp-teaser__title .bgLight .ancBtn.blue.active {
  background: #205503;
}
.cmp-hero .cmp-teaser__title .bgLight .ancBtn.orange {
  background-color: #117fa6;
}
.cmp-hero .cmp-teaser__title .bgLight .ancBtn.orange:not(:active):not(.active):hover {
  background-color: #086383;
}
.cmp-hero .cmp-teaser__title .bgLight .ancBtn.orange:active {
  background: #07536e;
}
.cmp-hero .cmp-teaser__title .bgLight .ancBtn.orange.active {
  background: #07536e;
}
.cmp-hero .cmp-teaser__title .bgLight .ancBtn.outline {
  background: #ebebeb;
}
.cmp-hero .cmp-teaser__title .bgLight .ancBtn.outline:not(:active):not(.active):hover {
  background: #d6d6d6;
}
.cmp-hero .cmp-teaser__title .bgLight .ancBtn.outline:active {
  background: #b2b2b2;
}
.cmp-hero .cmp-teaser__title .bgLight .ancBtn.outline.active {
  background: #b2b2b2;
}
.cmp-hero .cmp-teaser__title .bgLight .ancBtn.noBorder {
  background: transparent;
  color: var(--ui-text-color) !important;
}
.cmp-hero .cmp-teaser__title .bgLight .ancBtn.noBorder:not(:active):not(.active):hover {
  background: rgba(0, 0, 0, 0.16);
}
.cmp-hero .cmp-teaser__title .bgLight .ancBtn.noBorder:active {
  background: rgba(0, 0, 0, 0.3);
}
.cmp-hero .cmp-teaser__title .bgLight .ancBtn.noBorder.active {
  background: rgba(0, 0, 0, 0.3);
}
.cmp-hero .cmp-teaser__title .coloraltbg {
  color: #ccc;
}
.cmp-hero .cmp-teaser__title a.coloraltbg {
  color: #ccc;
}
.cmp-hero .cmp-teaser__title > .link {
  color: inherit;
}
.cmp-hero .cmp-teaser__title > a {
  color: inherit;
}
.cmp-hero .cmp-teaser__title .link:disabled {
  color: hsla(0, 0%, 100%, 0.3);
}
.cmp-hero .cmp-teaser__title .loading.ancBtn:before {
  background-image: url(https://www.ancestrycdn.com/ui-static/i/loading/1/loading.png);
}
.cmp-hero .cmp-teaser__title .loading.ancBtn.noBorder:before {
  background-image: url(https://www.ancestrycdn.com/ui-static/i/loading/1/loading-on-dark.png);
}
.cmp-hero .cmp-teaser__title .loading.ancBtn.outline:before {
  background-image: url(https://www.ancestrycdn.com/ui-static/i/loading/1/loading-on-dark.png);
}
.cmp-hero .cmp-teaser__title .loading.ancBtn.silver:before {
  background-image: url(https://www.ancestrycdn.com/ui-static/i/loading/1/loading-on-dark.png);
}
.cmp-hero .cmp-teaser__title .ancBtn {
  background: #fff;
  color: var(--ui-text-color) !important;
}
.cmp-hero .cmp-teaser__title .ancBtn:not(:active):not(.active):hover {
  background: hsla(0, 0%, 100%, 0.6);
}
.cmp-hero .cmp-teaser__title .ancBtn:active {
  background-color: hsla(0, 0%, 100%, 0.3);
}
.cmp-hero .cmp-teaser__title .ancBtn.blue {
  background: #fff;
  color: var(--ui-text-color) !important;
}
.cmp-hero .cmp-teaser__title .ancBtn.blue:not(:active):not(.active):hover {
  background: hsla(0, 0%, 100%, 0.6);
}
.cmp-hero .cmp-teaser__title .ancBtn.blue:active {
  background-color: hsla(0, 0%, 100%, 0.3);
}
.cmp-hero .cmp-teaser__title .ancBtn.orange {
  background: #fff;
  color: var(--ui-text-color) !important;
}
.cmp-hero .cmp-teaser__title .ancBtn.orange:not(:active):not(.active):hover {
  background: hsla(0, 0%, 100%, 0.6);
}
.cmp-hero .cmp-teaser__title .ancBtn.orange:active {
  background-color: hsla(0, 0%, 100%, 0.3);
}
.cmp-hero .cmp-teaser__title .ancBtn.active {
  background-color: hsla(0, 0%, 100%, 0.3);
}
.cmp-hero .cmp-teaser__title .ancBtn.blue.active {
  background-color: hsla(0, 0%, 100%, 0.3);
}
.cmp-hero .cmp-teaser__title .ancBtn.orange.active {
  background-color: hsla(0, 0%, 100%, 0.3);
}
.cmp-hero .cmp-teaser__title .ancBtn.silver {
  background: #838383;
  color: var(--ui-inverted-text-color) !important;
}
.cmp-hero .cmp-teaser__title .ancBtn.silver:not(:active):not(.active):hover {
  background: #6a6a6a;
}
.cmp-hero .cmp-teaser__title .ancBtn.silver:active {
  background: #5b5b5b;
}
.cmp-hero .cmp-teaser__title .ancBtn.silver.active {
  background: #5b5b5b;
}
.cmp-hero .cmp-teaser__title .ancBtn.outline {
  background: #838383;
  color: var(--ui-inverted-text-color) !important;
}
.cmp-hero .cmp-teaser__title .ancBtn.outline:not(:active):not(.active):hover {
  background: #6a6a6a;
}
.cmp-hero .cmp-teaser__title .ancBtn.outline:active {
  background: #5b5b5b;
}
.cmp-hero .cmp-teaser__title .ancBtn.outline.active {
  background: #5b5b5b;
}
.cmp-hero .cmp-teaser__title .ancBtn.noBorder {
  color: var(--ui-inverted-text-color) !important;
}
.cmp-hero .cmp-teaser__title .calloutContent {
  background-color: #262626;
  border: 1px solid hsla(0, 0%, 100%, 0.3);
  color: var(--ui-inverted-text-color);
}
.cmp-hero .cmp-teaser__title .calloutContent .calloutMenu:not(:last-child) {
  border-bottom-color: hsla(0, 0%, 100%, 0.08);
}
.cmp-hero .cmp-teaser__title .calloutPointerShadow {
  background-color: #262626;
  border-color: hsla(0, 0%, 100%, 0.3);
}
.cmp-hero .cmp-teaser__title .calloutMenuTitle {
  color: var(--ui-inverted-text-color);
  border-bottom-color: hsla(0, 0%, 100%, 0.08);
}
.cmp-hero .cmp-teaser__title .calloutMenuItem {
  border-bottom-color: hsla(0, 0%, 100%, 0.08);
}
.cmp-hero .cmp-teaser__title .calloutMenu li {
  border-bottom-color: hsla(0, 0%, 100%, 0.08);
}
.cmp-hero .cmp-teaser__title .calloutMenu .link:hover {
  background-color: #333;
  outline: none;
}
.cmp-hero .cmp-teaser__title .calloutMenu a:focus {
  background-color: #333;
  outline: none;
}
.cmp-hero .cmp-teaser__title .calloutMenu a:hover {
  background-color: #333;
  outline: none;
}
.cmp-hero .cmp-teaser__title .calloutMenu .calloutMenuChecked:after {
  color: var(--ui-inverted-text-color);
}
.cmp-hero .cmp-teaser__title .calloutMenu .calloutMenuUnchecked:after {
  color: var(--ui-inverted-text-color);
}
.cmp-hero .cmp-teaser__title .cardInfo {
  color: inherit;
}
.cmp-hero .cmp-teaser__title .tab {
  color: hsla(0, 0%, 100%, 0.6);
}
.cmp-hero .cmp-teaser__title .tab:focus {
  color: var(--ui-inverted-text-color);
}
.cmp-hero .cmp-teaser__title .tab:hover {
  color: var(--ui-inverted-text-color);
}
.cmp-hero .cmp-teaser__title .tab.active {
  border-bottom-color: #fff;
  color: var(--ui-inverted-text-color);
}
.cmp-hero .cmp-teaser__title .tab.disabled {
  color: hsla(0, 0%, 100%, 0.3);
}
.cmp-hero .cmp-teaser__title .tabsVertical:not(.tabs320):not(.tabs480) .tab.active {
  border-left-color: #fff;
}
.cmp-hero .cmp-teaser__title .tabsOverflowBtn {
  color: var(--ui-inverted-text-color);
}
.cmp-hero .cmp-teaser__title .pageCrumbs a:not(:last-child) {
  color: inherit;
}
.cmp-hero .cmp-teaser__title .pageCrumbs a:only-child {
  color: inherit;
}
.cmp-hero .cmp-teaser__title .pageNav .link {
  color: inherit;
}
.cmp-hero .cmp-teaser__title .pageNav a {
  color: inherit;
}
.cmp-hero .cmp-teaser__title .pageTitle {
  color: inherit;
}
.cmp-hero .cmp-teaser__title span.pageCrumb {
  color: hsla(0, 0%, 100%, 0.6);
}
.cmp-hero .cmp-teaser__title .userCardImg:not([class*=avColor]) {
  color: inherit;
}
.cmp-hero .cmp-teaser__title .SUI_SFS_form label {
  color: #FFFFFF;
}
.cmp-hero .cmp-teaser__description {
  padding-top: 10px;
  text-align: center;
  color: var(--ui-inverted-text-color);
  font-weight: 300;
  font-size: 25px;
}
.cmp-hero .cmp-teaser__description .bgLight .coloraltbg {
  color: #666;
}
.cmp-hero .cmp-teaser__description .bgLight a.coloraltbg {
  color: #666;
}
.cmp-hero .cmp-teaser__description .bgLight .ancBtn {
  background-color: #117fa6;
  color: var(--ui-inverted-text-color) !important;
}
.cmp-hero .cmp-teaser__description .bgLight .ancBtn:not(:active):not(.active):hover {
  background-color: #086383;
}
.cmp-hero .cmp-teaser__description .bgLight .ancBtn:active {
  background-color: #07536e;
}
.cmp-hero .cmp-teaser__description .bgLight .ancBtn.active {
  background-color: #07536e;
}
.cmp-hero .cmp-teaser__description .bgLight .ancBtn.silver {
  background: #ebebeb;
}
.cmp-hero .cmp-teaser__description .bgLight .ancBtn.silver:not(:active):not(.active):hover {
  background: #d6d6d6;
}
.cmp-hero .cmp-teaser__description .bgLight .ancBtn.silver:active {
  background: #b2b2b2;
}
.cmp-hero .cmp-teaser__description .bgLight .ancBtn.silver.active {
  background: #b2b2b2;
}
.cmp-hero .cmp-teaser__description .bgLight .ancBtn.blue {
  background-color: #328800;
}
.cmp-hero .cmp-teaser__description .bgLight .ancBtn.blue:not(:active):not(.active):hover {
  background-color: #276b00;
}
.cmp-hero .cmp-teaser__description .bgLight .ancBtn.blue:active {
  background: #205503;
}
.cmp-hero .cmp-teaser__description .bgLight .ancBtn.blue.active {
  background: #205503;
}
.cmp-hero .cmp-teaser__description .bgLight .ancBtn.orange {
  background-color: #117fa6;
}
.cmp-hero .cmp-teaser__description .bgLight .ancBtn.orange:not(:active):not(.active):hover {
  background-color: #086383;
}
.cmp-hero .cmp-teaser__description .bgLight .ancBtn.orange:active {
  background: #07536e;
}
.cmp-hero .cmp-teaser__description .bgLight .ancBtn.orange.active {
  background: #07536e;
}
.cmp-hero .cmp-teaser__description .bgLight .ancBtn.outline {
  background: #ebebeb;
}
.cmp-hero .cmp-teaser__description .bgLight .ancBtn.outline:not(:active):not(.active):hover {
  background: #d6d6d6;
}
.cmp-hero .cmp-teaser__description .bgLight .ancBtn.outline:active {
  background: #b2b2b2;
}
.cmp-hero .cmp-teaser__description .bgLight .ancBtn.outline.active {
  background: #b2b2b2;
}
.cmp-hero .cmp-teaser__description .bgLight .ancBtn.noBorder {
  background: transparent;
  color: var(--ui-text-color) !important;
}
.cmp-hero .cmp-teaser__description .bgLight .ancBtn.noBorder:not(:active):not(.active):hover {
  background: rgba(0, 0, 0, 0.16);
}
.cmp-hero .cmp-teaser__description .bgLight .ancBtn.noBorder:active {
  background: rgba(0, 0, 0, 0.3);
}
.cmp-hero .cmp-teaser__description .bgLight .ancBtn.noBorder.active {
  background: rgba(0, 0, 0, 0.3);
}
.cmp-hero .cmp-teaser__description .coloraltbg {
  color: #ccc;
}
.cmp-hero .cmp-teaser__description a.coloraltbg {
  color: #ccc;
}
.cmp-hero .cmp-teaser__description > .link {
  color: inherit;
}
.cmp-hero .cmp-teaser__description > a {
  color: inherit;
}
.cmp-hero .cmp-teaser__description .link:disabled {
  color: hsla(0, 0%, 100%, 0.3);
}
.cmp-hero .cmp-teaser__description .loading.ancBtn:before {
  background-image: url(https://www.ancestrycdn.com/ui-static/i/loading/1/loading.png);
}
.cmp-hero .cmp-teaser__description .loading.ancBtn.noBorder:before {
  background-image: url(https://www.ancestrycdn.com/ui-static/i/loading/1/loading-on-dark.png);
}
.cmp-hero .cmp-teaser__description .loading.ancBtn.outline:before {
  background-image: url(https://www.ancestrycdn.com/ui-static/i/loading/1/loading-on-dark.png);
}
.cmp-hero .cmp-teaser__description .loading.ancBtn.silver:before {
  background-image: url(https://www.ancestrycdn.com/ui-static/i/loading/1/loading-on-dark.png);
}
.cmp-hero .cmp-teaser__description .ancBtn {
  background: #fff;
  color: var(--ui-text-color) !important;
}
.cmp-hero .cmp-teaser__description .ancBtn:not(:active):not(.active):hover {
  background: hsla(0, 0%, 100%, 0.6);
}
.cmp-hero .cmp-teaser__description .ancBtn:active {
  background-color: hsla(0, 0%, 100%, 0.3);
}
.cmp-hero .cmp-teaser__description .ancBtn.blue {
  background: #fff;
  color: var(--ui-text-color) !important;
}
.cmp-hero .cmp-teaser__description .ancBtn.blue:not(:active):not(.active):hover {
  background: hsla(0, 0%, 100%, 0.6);
}
.cmp-hero .cmp-teaser__description .ancBtn.blue:active {
  background-color: hsla(0, 0%, 100%, 0.3);
}
.cmp-hero .cmp-teaser__description .ancBtn.orange {
  background: #fff;
  color: var(--ui-text-color) !important;
}
.cmp-hero .cmp-teaser__description .ancBtn.orange:not(:active):not(.active):hover {
  background: hsla(0, 0%, 100%, 0.6);
}
.cmp-hero .cmp-teaser__description .ancBtn.orange:active {
  background-color: hsla(0, 0%, 100%, 0.3);
}
.cmp-hero .cmp-teaser__description .ancBtn.active {
  background-color: hsla(0, 0%, 100%, 0.3);
}
.cmp-hero .cmp-teaser__description .ancBtn.blue.active {
  background-color: hsla(0, 0%, 100%, 0.3);
}
.cmp-hero .cmp-teaser__description .ancBtn.orange.active {
  background-color: hsla(0, 0%, 100%, 0.3);
}
.cmp-hero .cmp-teaser__description .ancBtn.silver {
  background: #838383;
  color: var(--ui-inverted-text-color) !important;
}
.cmp-hero .cmp-teaser__description .ancBtn.silver:not(:active):not(.active):hover {
  background: #6a6a6a;
}
.cmp-hero .cmp-teaser__description .ancBtn.silver:active {
  background: #5b5b5b;
}
.cmp-hero .cmp-teaser__description .ancBtn.silver.active {
  background: #5b5b5b;
}
.cmp-hero .cmp-teaser__description .ancBtn.outline {
  background: #838383;
  color: var(--ui-inverted-text-color) !important;
}
.cmp-hero .cmp-teaser__description .ancBtn.outline:not(:active):not(.active):hover {
  background: #6a6a6a;
}
.cmp-hero .cmp-teaser__description .ancBtn.outline:active {
  background: #5b5b5b;
}
.cmp-hero .cmp-teaser__description .ancBtn.outline.active {
  background: #5b5b5b;
}
.cmp-hero .cmp-teaser__description .ancBtn.noBorder {
  color: var(--ui-inverted-text-color) !important;
}
.cmp-hero .cmp-teaser__description .calloutContent {
  background-color: #262626;
  border: 1px solid hsla(0, 0%, 100%, 0.3);
  color: var(--ui-inverted-text-color);
}
.cmp-hero .cmp-teaser__description .calloutContent .calloutMenu:not(:last-child) {
  border-bottom-color: hsla(0, 0%, 100%, 0.08);
}
.cmp-hero .cmp-teaser__description .calloutPointerShadow {
  background-color: #262626;
  border-color: hsla(0, 0%, 100%, 0.3);
}
.cmp-hero .cmp-teaser__description .calloutMenuTitle {
  color: var(--ui-inverted-text-color);
  border-bottom-color: hsla(0, 0%, 100%, 0.08);
}
.cmp-hero .cmp-teaser__description .calloutMenuItem {
  border-bottom-color: hsla(0, 0%, 100%, 0.08);
}
.cmp-hero .cmp-teaser__description .calloutMenu li {
  border-bottom-color: hsla(0, 0%, 100%, 0.08);
}
.cmp-hero .cmp-teaser__description .calloutMenu .link:hover {
  background-color: #333;
  outline: none;
}
.cmp-hero .cmp-teaser__description .calloutMenu a:focus {
  background-color: #333;
  outline: none;
}
.cmp-hero .cmp-teaser__description .calloutMenu a:hover {
  background-color: #333;
  outline: none;
}
.cmp-hero .cmp-teaser__description .calloutMenu .calloutMenuChecked:after {
  color: var(--ui-inverted-text-color);
}
.cmp-hero .cmp-teaser__description .calloutMenu .calloutMenuUnchecked:after {
  color: var(--ui-inverted-text-color);
}
.cmp-hero .cmp-teaser__description .cardInfo {
  color: inherit;
}
.cmp-hero .cmp-teaser__description .tab {
  color: hsla(0, 0%, 100%, 0.6);
}
.cmp-hero .cmp-teaser__description .tab:focus {
  color: var(--ui-inverted-text-color);
}
.cmp-hero .cmp-teaser__description .tab:hover {
  color: var(--ui-inverted-text-color);
}
.cmp-hero .cmp-teaser__description .tab.active {
  border-bottom-color: #fff;
  color: var(--ui-inverted-text-color);
}
.cmp-hero .cmp-teaser__description .tab.disabled {
  color: hsla(0, 0%, 100%, 0.3);
}
.cmp-hero .cmp-teaser__description .tabsVertical:not(.tabs320):not(.tabs480) .tab.active {
  border-left-color: #fff;
}
.cmp-hero .cmp-teaser__description .tabsOverflowBtn {
  color: var(--ui-inverted-text-color);
}
.cmp-hero .cmp-teaser__description .pageCrumbs a:not(:last-child) {
  color: inherit;
}
.cmp-hero .cmp-teaser__description .pageCrumbs a:only-child {
  color: inherit;
}
.cmp-hero .cmp-teaser__description .pageNav .link {
  color: inherit;
}
.cmp-hero .cmp-teaser__description .pageNav a {
  color: inherit;
}
.cmp-hero .cmp-teaser__description .pageTitle {
  color: inherit;
}
.cmp-hero .cmp-teaser__description span.pageCrumb {
  color: hsla(0, 0%, 100%, 0.6);
}
.cmp-hero .cmp-teaser__description .userCardImg:not([class*=avColor]) {
  color: inherit;
}
.cmp-hero .cmp-teaser__description .SUI_SFS_form label {
  color: #FFFFFF;
}
.cmp-hero .aem-Grid {
  margin: 0 auto;
  max-width: 1400px;
}
@media only screen and (min-width: 768px) {
  .cmp-hero .cmp-hero-block {
    margin: 120px auto 0;
    max-width: 330px;
  }
}
@media only screen and (min-width: 768px) {
  .cmp-hero {
    height: 634px;
    padding-top: 60px;
  }
}
@media only screen and (min-width: 768px) {
  .cmp-hero-block-half .cmp-hero {
    height: 500px;
    padding-top: 50px;
  }
}
@media only screen and (min-width: 1006px) {
  .cmp-hero-block-half .cmp-hero {
    height: 634px;
    padding-top: 60px;
  }
}
.cmp-hero-block-half .cmp-hero .cmp-teaser__title {
  color: var(--ui-inverted-text-color);
}
@media only screen and (min-width: 768px) {
  .cmp-hero-block-half .cmp-hero .cmp-teaser__title {
    font-size: 33px;
    font-weight: 200;
  }
}
@media only screen and (min-width: 1006px) {
  .cmp-hero-block-half .cmp-hero .cmp-teaser__title {
    font-size: 48px;
    font-weight: 200;
  }
}
.cmp-hero-block-half .cmp-hero .cmp-teaser__title .bgLight .coloraltbg {
  color: #666;
}
.cmp-hero-block-half .cmp-hero .cmp-teaser__title .bgLight a.coloraltbg {
  color: #666;
}
.cmp-hero-block-half .cmp-hero .cmp-teaser__title .bgLight .ancBtn {
  background-color: #117fa6;
  color: var(--ui-inverted-text-color) !important;
}
.cmp-hero-block-half .cmp-hero .cmp-teaser__title .bgLight .ancBtn:not(:active):not(.active):hover {
  background-color: #086383;
}
.cmp-hero-block-half .cmp-hero .cmp-teaser__title .bgLight .ancBtn:active {
  background-color: #07536e;
}
.cmp-hero-block-half .cmp-hero .cmp-teaser__title .bgLight .ancBtn.active {
  background-color: #07536e;
}
.cmp-hero-block-half .cmp-hero .cmp-teaser__title .bgLight .ancBtn.silver {
  background: #ebebeb;
}
.cmp-hero-block-half .cmp-hero .cmp-teaser__title .bgLight .ancBtn.silver:not(:active):not(.active):hover {
  background: #d6d6d6;
}
.cmp-hero-block-half .cmp-hero .cmp-teaser__title .bgLight .ancBtn.silver:active {
  background: #b2b2b2;
}
.cmp-hero-block-half .cmp-hero .cmp-teaser__title .bgLight .ancBtn.silver.active {
  background: #b2b2b2;
}
.cmp-hero-block-half .cmp-hero .cmp-teaser__title .bgLight .ancBtn.blue {
  background-color: #328800;
}
.cmp-hero-block-half .cmp-hero .cmp-teaser__title .bgLight .ancBtn.blue:not(:active):not(.active):hover {
  background-color: #276b00;
}
.cmp-hero-block-half .cmp-hero .cmp-teaser__title .bgLight .ancBtn.blue:active {
  background: #205503;
}
.cmp-hero-block-half .cmp-hero .cmp-teaser__title .bgLight .ancBtn.blue.active {
  background: #205503;
}
.cmp-hero-block-half .cmp-hero .cmp-teaser__title .bgLight .ancBtn.orange {
  background-color: #117fa6;
}
.cmp-hero-block-half .cmp-hero .cmp-teaser__title .bgLight .ancBtn.orange:not(:active):not(.active):hover {
  background-color: #086383;
}
.cmp-hero-block-half .cmp-hero .cmp-teaser__title .bgLight .ancBtn.orange:active {
  background: #07536e;
}
.cmp-hero-block-half .cmp-hero .cmp-teaser__title .bgLight .ancBtn.orange.active {
  background: #07536e;
}
.cmp-hero-block-half .cmp-hero .cmp-teaser__title .bgLight .ancBtn.outline {
  background: #ebebeb;
}
.cmp-hero-block-half .cmp-hero .cmp-teaser__title .bgLight .ancBtn.outline:not(:active):not(.active):hover {
  background: #d6d6d6;
}
.cmp-hero-block-half .cmp-hero .cmp-teaser__title .bgLight .ancBtn.outline:active {
  background: #b2b2b2;
}
.cmp-hero-block-half .cmp-hero .cmp-teaser__title .bgLight .ancBtn.outline.active {
  background: #b2b2b2;
}
.cmp-hero-block-half .cmp-hero .cmp-teaser__title .bgLight .ancBtn.noBorder {
  background: transparent;
  color: var(--ui-text-color) !important;
}
.cmp-hero-block-half .cmp-hero .cmp-teaser__title .bgLight .ancBtn.noBorder:not(:active):not(.active):hover {
  background: rgba(0, 0, 0, 0.16);
}
.cmp-hero-block-half .cmp-hero .cmp-teaser__title .bgLight .ancBtn.noBorder:active {
  background: rgba(0, 0, 0, 0.3);
}
.cmp-hero-block-half .cmp-hero .cmp-teaser__title .bgLight .ancBtn.noBorder.active {
  background: rgba(0, 0, 0, 0.3);
}
.cmp-hero-block-half .cmp-hero .cmp-teaser__title .coloraltbg {
  color: #ccc;
}
.cmp-hero-block-half .cmp-hero .cmp-teaser__title a.coloraltbg {
  color: #ccc;
}
.cmp-hero-block-half .cmp-hero .cmp-teaser__title > .link {
  color: inherit;
}
.cmp-hero-block-half .cmp-hero .cmp-teaser__title > a {
  color: inherit;
}
.cmp-hero-block-half .cmp-hero .cmp-teaser__title .link:disabled {
  color: hsla(0, 0%, 100%, 0.3);
}
.cmp-hero-block-half .cmp-hero .cmp-teaser__title .loading.ancBtn:before {
  background-image: url(https://www.ancestrycdn.com/ui-static/i/loading/1/loading.png);
}
.cmp-hero-block-half .cmp-hero .cmp-teaser__title .loading.ancBtn.noBorder:before {
  background-image: url(https://www.ancestrycdn.com/ui-static/i/loading/1/loading-on-dark.png);
}
.cmp-hero-block-half .cmp-hero .cmp-teaser__title .loading.ancBtn.outline:before {
  background-image: url(https://www.ancestrycdn.com/ui-static/i/loading/1/loading-on-dark.png);
}
.cmp-hero-block-half .cmp-hero .cmp-teaser__title .loading.ancBtn.silver:before {
  background-image: url(https://www.ancestrycdn.com/ui-static/i/loading/1/loading-on-dark.png);
}
.cmp-hero-block-half .cmp-hero .cmp-teaser__title .ancBtn {
  background: #fff;
  color: var(--ui-text-color) !important;
}
.cmp-hero-block-half .cmp-hero .cmp-teaser__title .ancBtn:not(:active):not(.active):hover {
  background: hsla(0, 0%, 100%, 0.6);
}
.cmp-hero-block-half .cmp-hero .cmp-teaser__title .ancBtn:active {
  background-color: hsla(0, 0%, 100%, 0.3);
}
.cmp-hero-block-half .cmp-hero .cmp-teaser__title .ancBtn.blue {
  background: #fff;
  color: var(--ui-text-color) !important;
}
.cmp-hero-block-half .cmp-hero .cmp-teaser__title .ancBtn.blue:not(:active):not(.active):hover {
  background: hsla(0, 0%, 100%, 0.6);
}
.cmp-hero-block-half .cmp-hero .cmp-teaser__title .ancBtn.blue:active {
  background-color: hsla(0, 0%, 100%, 0.3);
}
.cmp-hero-block-half .cmp-hero .cmp-teaser__title .ancBtn.orange {
  background: #fff;
  color: var(--ui-text-color) !important;
}
.cmp-hero-block-half .cmp-hero .cmp-teaser__title .ancBtn.orange:not(:active):not(.active):hover {
  background: hsla(0, 0%, 100%, 0.6);
}
.cmp-hero-block-half .cmp-hero .cmp-teaser__title .ancBtn.orange:active {
  background-color: hsla(0, 0%, 100%, 0.3);
}
.cmp-hero-block-half .cmp-hero .cmp-teaser__title .ancBtn.active {
  background-color: hsla(0, 0%, 100%, 0.3);
}
.cmp-hero-block-half .cmp-hero .cmp-teaser__title .ancBtn.blue.active {
  background-color: hsla(0, 0%, 100%, 0.3);
}
.cmp-hero-block-half .cmp-hero .cmp-teaser__title .ancBtn.orange.active {
  background-color: hsla(0, 0%, 100%, 0.3);
}
.cmp-hero-block-half .cmp-hero .cmp-teaser__title .ancBtn.silver {
  background: #838383;
  color: var(--ui-inverted-text-color) !important;
}
.cmp-hero-block-half .cmp-hero .cmp-teaser__title .ancBtn.silver:not(:active):not(.active):hover {
  background: #6a6a6a;
}
.cmp-hero-block-half .cmp-hero .cmp-teaser__title .ancBtn.silver:active {
  background: #5b5b5b;
}
.cmp-hero-block-half .cmp-hero .cmp-teaser__title .ancBtn.silver.active {
  background: #5b5b5b;
}
.cmp-hero-block-half .cmp-hero .cmp-teaser__title .ancBtn.outline {
  background: #838383;
  color: var(--ui-inverted-text-color) !important;
}
.cmp-hero-block-half .cmp-hero .cmp-teaser__title .ancBtn.outline:not(:active):not(.active):hover {
  background: #6a6a6a;
}
.cmp-hero-block-half .cmp-hero .cmp-teaser__title .ancBtn.outline:active {
  background: #5b5b5b;
}
.cmp-hero-block-half .cmp-hero .cmp-teaser__title .ancBtn.outline.active {
  background: #5b5b5b;
}
.cmp-hero-block-half .cmp-hero .cmp-teaser__title .ancBtn.noBorder {
  color: var(--ui-inverted-text-color) !important;
}
.cmp-hero-block-half .cmp-hero .cmp-teaser__title .calloutContent {
  background-color: #262626;
  border: 1px solid hsla(0, 0%, 100%, 0.3);
  color: var(--ui-inverted-text-color);
}
.cmp-hero-block-half .cmp-hero .cmp-teaser__title .calloutContent .calloutMenu:not(:last-child) {
  border-bottom-color: hsla(0, 0%, 100%, 0.08);
}
.cmp-hero-block-half .cmp-hero .cmp-teaser__title .calloutPointerShadow {
  background-color: #262626;
  border-color: hsla(0, 0%, 100%, 0.3);
}
.cmp-hero-block-half .cmp-hero .cmp-teaser__title .calloutMenuTitle {
  color: var(--ui-inverted-text-color);
  border-bottom-color: hsla(0, 0%, 100%, 0.08);
}
.cmp-hero-block-half .cmp-hero .cmp-teaser__title .calloutMenuItem {
  border-bottom-color: hsla(0, 0%, 100%, 0.08);
}
.cmp-hero-block-half .cmp-hero .cmp-teaser__title .calloutMenu li {
  border-bottom-color: hsla(0, 0%, 100%, 0.08);
}
.cmp-hero-block-half .cmp-hero .cmp-teaser__title .calloutMenu .link:hover {
  background-color: #333;
  outline: none;
}
.cmp-hero-block-half .cmp-hero .cmp-teaser__title .calloutMenu a:focus {
  background-color: #333;
  outline: none;
}
.cmp-hero-block-half .cmp-hero .cmp-teaser__title .calloutMenu a:hover {
  background-color: #333;
  outline: none;
}
.cmp-hero-block-half .cmp-hero .cmp-teaser__title .calloutMenu .calloutMenuChecked:after {
  color: var(--ui-inverted-text-color);
}
.cmp-hero-block-half .cmp-hero .cmp-teaser__title .calloutMenu .calloutMenuUnchecked:after {
  color: var(--ui-inverted-text-color);
}
.cmp-hero-block-half .cmp-hero .cmp-teaser__title .cardInfo {
  color: inherit;
}
.cmp-hero-block-half .cmp-hero .cmp-teaser__title .tab {
  color: hsla(0, 0%, 100%, 0.6);
}
.cmp-hero-block-half .cmp-hero .cmp-teaser__title .tab:focus {
  color: var(--ui-inverted-text-color);
}
.cmp-hero-block-half .cmp-hero .cmp-teaser__title .tab:hover {
  color: var(--ui-inverted-text-color);
}
.cmp-hero-block-half .cmp-hero .cmp-teaser__title .tab.active {
  border-bottom-color: #fff;
  color: var(--ui-inverted-text-color);
}
.cmp-hero-block-half .cmp-hero .cmp-teaser__title .tab.disabled {
  color: hsla(0, 0%, 100%, 0.3);
}
.cmp-hero-block-half .cmp-hero .cmp-teaser__title .tabsVertical:not(.tabs320):not(.tabs480) .tab.active {
  border-left-color: #fff;
}
.cmp-hero-block-half .cmp-hero .cmp-teaser__title .tabsOverflowBtn {
  color: var(--ui-inverted-text-color);
}
.cmp-hero-block-half .cmp-hero .cmp-teaser__title .pageCrumbs a:not(:last-child) {
  color: inherit;
}
.cmp-hero-block-half .cmp-hero .cmp-teaser__title .pageCrumbs a:only-child {
  color: inherit;
}
.cmp-hero-block-half .cmp-hero .cmp-teaser__title .pageNav .link {
  color: inherit;
}
.cmp-hero-block-half .cmp-hero .cmp-teaser__title .pageNav a {
  color: inherit;
}
.cmp-hero-block-half .cmp-hero .cmp-teaser__title .pageTitle {
  color: inherit;
}
.cmp-hero-block-half .cmp-hero .cmp-teaser__title span.pageCrumb {
  color: hsla(0, 0%, 100%, 0.6);
}
.cmp-hero-block-half .cmp-hero .cmp-teaser__title .userCardImg:not([class*=avColor]) {
  color: inherit;
}
.cmp-hero-block-half .cmp-hero .cmp-teaser__title .SUI_SFS_form label {
  color: #FFFFFF;
}
.cmp-hero-block-half .cmp-hero .cmp-teaser__description {
  font-weight: 400;
}
@media only screen and (max-width: 1005px) {
  .cmp-hero-block-half .cmp-hero .cmp-teaser__description {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .cmp-hero-block-half .cmp-hero .cmp-hero-block {
    margin-left: 6%;
    margin-right: 6%;
  }
}
@media only screen and (max-width: 767px) {
  .responsive-title .cmp-hero .cmp-teaser__title span {
    font-size: 28px !important;
    font-weight: 200 !important;
  }
}
#affiliateSearchLp {
  background-color: #f5f5f5;
  margin: 0 auto;
  max-width: 100%;
  width: 1800px;
}
#affiliateSearchLp hr {
  border-bottom-color: #3a3f45;
}
.asLpSearchName {
  display: inline-block;
}
#asLpProgressView.progressComplete,
#asLpProgressView:not(.progressComplete) + #asLpContentSections {
  display: none;
}
.asLpHero {
  background-position: 50% 0;
  background-repeat: no-repeat;
  max-width: 100%;
  position: relative;
  background-size: 100% auto;
}
.asLpHero > .page {
  padding: 125px 25px 0;
  width: 690px;
}
.asLpHero .con {
  -webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 480px) {
  .asLpHero > .page {
    min-height: 0px;
    padding: 120px 25px 0;
  }
}
@media only screen and (min-width: 768px) {
  .asLpHero > .page {
    min-height: 0;
    padding: 160px 30px 0;
    width: 1055px;
  }
}
@media only screen and (min-width: 1006px) {
  .asLpHero > .page {
    padding: 260px 50px 0;
  }
}
#asLpProgressView {
  overflow: hidden;
  position: relative;
}
#asLpProgressView > .page {
  padding-bottom: 35px;
  width: 690px;
}
.asLpProgress {
  margin-top: 20px;
}
.asLpProgress .progressBarWidth {
  background-image: -webkit-gradient(linear, left top, right top, from(#6ba410), to(#6ba410));
  background-image: linear-gradient(90deg, #6ba410, #6ba410);
}
.asLpProgress .progressBar,
.asLpProgress .progressBarWidth {
  background-size: 100% 40px;
  height: 40px;
  position: relative;
}
.asLpProgressText {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  left: 0;
  line-height: 1;
  margin-top: -10px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
  z-index: 5;
}
#checkBadgeList {
  display: inline-block;
  text-align: left;
}
#checkBadgeList li {
  margin-top: 10px;
  min-height: 44px;
  padding-left: 64px;
  position: relative;
}
.checkBadge {
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #6ba410;
  display: inline-block;
  height: 44px;
  left: 0;
  margin: 0 5px -5px 0;
  position: absolute;
  top: 0;
  width: 44px;
  vertical-align: middle;
}
.iconCheck.checkBadge::before {
  color: #fff;
  font-size: 24px;
  left: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.checkBadge.icon {
  margin-right: 20px;
}
.checkComplete {
  background-color: #6ba410;
}
@media only screen and (min-width: 480px) {
  .asLpProgressTitle {
    font-size: 24px;
  }
  .asLpProgressTitle > .asLpSearchName {
    display: block;
    font-size: 40px;
  }
  .asLpProgress .progressBar,
  .asLpProgress .progressBarWidth {
    background-size: 100% 65px;
    height: 65px;
  }
}
@media only screen and (min-width: 1006px) {
  #asLpProgressView > .page {
    padding-left: 20px;
    padding-right: 20px;
    width: 1200px;
  }
  .asLpProgress {
    margin: 40px auto 0;
    width: 680px;
  }
  #checkBadgeList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-top: 20px;
  }
  #checkBadgeList li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 20%;
            flex: 0 1 20%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-item-align: auto;
        align-self: auto;
    margin-right: 0;
    max-width: 100%;
    padding-left: 0;
    text-align: center;
  }
  .checkBadge.icon {
    background-size: cover;
    border-radius: 0;
    color: transparent;
    height: 100px;
    margin: 20px 5px 0;
    position: relative;
    width: 169px;
  }
  .checkBadge::before {
    color: transparent;
    top: 50%;
  }
  .checkBadge.checkComplete::before {
    color: #fff;
  }
  .checkBadgeBirth:not(.checkComplete) {
    background-repeat: no-repeat;
  }
  .checkBadgeMarriage:not(.checkComplete) {
    background-repeat: no-repeat;
  }
  .checkBadgeDeath:not(.checkComplete) {
    background-repeat: no-repeat;
  }
  .checkBadgeCensus:not(.checkComplete) {
    background-repeat: no-repeat;
  }
  .checkBadgeImmigration:not(.checkComplete) {
    background-repeat: no-repeat;
  }
}
.asLpHeroCon {
  padding: 30px 20px;
}
.asLpHeroCon .conTitle {
  font-size: 24px;
}
.asLpHero .asLpSearchName {
  display: inline;
}
.asLpHeroCtaBtn {
  margin-top: 20px;
}
@media only screen and (min-width: 480px) {
  .asLpHeroCon .conTitle {
    font-size: 32px;
  }
}
@media only screen and (min-width: 768px) {
  .asLpHeroCon .conTitle {
    font-size: 40px;
  }
}
@media only screen and (min-width: 1006px) {
  .asLpHeroCon {
    padding: 30px 50px;
    text-align: left;
  }
  .asLpHeroFlexContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 160px;
  }
  .asLpHeroFlexItem {
    -ms-flex-item-align: auto;
        align-self: auto;
    max-width: 100%;
  }
  .asLpHeroFlexContainer .asLpHeroFlexItem:last-child {
    padding-left: 20px;
  }
  .asLpHeroFlexItem.conHeader {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 60%;
            flex: 0 1 60%;
  }
  .asLpHeroFlexItem.conBody {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 40%;
            flex: 0 1 40%;
  }
  .asLpHeroCtaBtn {
    float: right;
    margin-top: 0;
  }
}
.asLpResults hr {
  margin: 40px 0;
}
.asLpResults > .page {
  padding: 40px 25px 60px;
  width: 1055px;
}
.asLpResultsFlexContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.asLpResultsFlexItem {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  -ms-flex-item-align: auto;
      align-self: auto;
  max-width: 100%;
}
.asLpCarouselCon {
  padding: 0 20px;
}
.asLpResultsList {
  display: inline-block;
  margin-top: 30px;
  text-align: left;
}
#asLpResultsCarousel {
  margin-top: 40px;
  max-width: 281px;
}
#asLpResultsCarousel .carouselOverlay {
  text-align: center;
}
.asLpResultsCtaCon {
  margin-top: 40px;
}
.asLpFeaturesList {
  display: inline-block;
  margin-top: 20px;
  text-align: left;
}
@media only screen and (min-width: 480px) {
  .asLpResults {
    text-align: center;
  }
  .asLpResultsTitle {
    font-size: 24px;
  }
  #asLpResultsCarousel {
    margin: 40px auto 0;
  }
  .asLpResultsList {
    font-size: 20px;
    text-align: center;
  }
}
@media only screen and (min-width: 1006px) {
  .asLpResults {
    text-align: left;
  }
  .asLpResults hr {
    margin: 60px 0;
  }
  .asLpResults > .page {
    padding: 60px 25px;
  }
  .asLpResultsFlexContainer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .asLpResultsFlexContainer .asLpResultsFlexItem:last-child {
    padding-left: 20px;
  }
  .asLpResultsFlexItem.asLpCarouselConHeader {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 60%;
            flex: 0 1 60%;
  }
  .asLpResultsFlexItem.asLpCarouselConBody {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 40%;
            flex: 0 1 40%;
  }
  .asLpResultsFlexContainer.asLpFeaturesCon {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .asLpResultsFlexItem.asLpFeaturesConHeader {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 40%;
            flex: 0 1 40%;
  }
  .asLpResultsFlexItem.asLpFeaturesConBody {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 60%;
            flex: 0 1 60%;
  }
  .asLpResultsList {
    text-align: left;
  }
  .asLpCarouselCon {
    padding: 0 50px;
  }
  #asLpResultsCarousel {
    float: right;
    margin: 0;
  }
  .asLpFeaturesConHeader {
    text-align: center;
  }
  .asLpFeaturesTitle {
    display: inline-block;
    text-align: left;
  }
  .asLpFeaturesList {
    margin-top: 0;
  }
}
@media only screen and (max-width: 479px) {
  .asLpHero > .page {
    padding: 85px 25px 0;
  }
}
@media only screen and (max-width: 768px) {
  .iconCheck.checkBadge::before {
    position: absolute;
    top: 20px;
  }
}
.img-wrap {
  background-color: #f6f3f0;
}
.img-wrap .img {
  background-repeat: no-repeat;
  background-position: center bottom;
}
.card-wrap {
  text-align: center;
  background-color: #f6f3f0;
}
.card-wrap .card-item {
  background-color: #ebebeb;
  padding: 31px 2px 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 100%;
  border: solid gainsboro 0px;
  padding: 0px;
  height: 100%;
  /* margin-left: 10px; */
  /* margin-left: 30px; */
}
.card-wrap .bottom-link {
  padding-bottom: 15px;
}
.card-wrap .card-inner {
  margin: 0 auto;
  max-width: 440px;
  padding: 0 10px;
}
.card-wrap .title h3 {
  display: inline-block;
  line-height: 1.15;
  font-size: 28px;
  font-family: Helvetica Neue, Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  margin: 0;
  padding-top: 30px;
}
.card-wrap .card-content p {
  margin-top: 11px;
  font-size: 15.5px;
  display: inline-block;
  line-height: 1.35;
  margin-bottom: 0;
}
.card-wrap .btn-wrap {
  padding: 25px 0;
}
.btn {
  -webkit-transition: padding-left 0.2s;
  transition: padding-left 0.2s;
  vertical-align: middle;
  text-align: center;
  text-decoration: none !important;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: 700;
  line-height: 13.9px;
  min-height: 10px;
  padding: 12px 60px;
  border-radius: 25px;
}
.card-wrap .btn span {
  padding: 0 20.1px;
  display: block;
}
.btn.btn-success {
  background-color: #6ba410;
  color: #fff;
  border-color: #6ba410;
}
.btn.btn-success:hover {
  background-color: #42860e;
  color: #fff;
  border-color: #42860e;
}
.card-wrap .row > div:nth-child(2) .card-item {
  background-color: transparent;
}
.card-wrap .bottom-link a {
  cursor: pointer;
  display: inline-block;
  border: 1px solid transparent;
  border-radius: 3px;
  color: #005d7d;
  font-size: 16px;
  line-height: 17px;
  min-height: 20px;
  padding: 1.5px 5px;
}
.card-wrap .bottom-link a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.items-wrap {
  text-align: center;
  background-color: #fff;
  padding-bottom: 118px;
}
.items-wrap .heading {
  max-width: 935px;
  padding-top: 106px;
  padding-bottom: 63px;
  margin: 0 auto;
}
.items-wrap .heading h2 {
  display: inline-block;
  line-height: 1;
  color: #21201d;
  font-size: 38px;
  font-family: Helvetica Neue, Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  margin: 0;
  padding-bottom: 63px;
}
.icons-with-sections .items-wrap .cmp-image__image {
  width: auto;
}
.items-wrap .items-wrap-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.items-wrap .items-wrap-row .col-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.items-wrap .item {
  margin: 0 5px;
  min-width: 1px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.items-wrap .inner {
  width: 100%;
}
.items-wrap .inner .img img {
  display: block;
  margin: 0 auto;
}
.items-wrap .inner .img {
  padding-bottom: 26px;
}
.items-wrap .title h3 {
  display: inline-block;
  line-height: 0.8;
  font-size: 24px;
  font-family: Helvetica Neue, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  margin: 0;
}
.items-wrap .content p {
  margin-top: 10px;
  margin-bottom: 0;
  display: inline-block;
  line-height: 1.1;
  font-size: 18px;
}
.items-wrap .btn-wrap {
  padding: 25px 0;
}
.items-wrap .btn {
  padding: 5px 12px;
  line-height: 18.9px;
  font-size: 16px;
  min-height: 10px;
  min-width: 167px;
}
.items-wrap .btn.btn-secondary {
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
}
.items-wrap .btn span {
  display: block;
}
.items-wrap .btn.btn-secondary:hover {
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
img {
  vertical-align: middle;
  border-style: none;
}
.d-none {
  display: none!important;
}
@media (min-width: 1200px) {
  .container-anc {
    max-width: 1140px;
  }
  .col-anc-4 .col-item {
    max-width: 25%;
  }
  .col-anc-4.items-wrap .cmp-button {
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
  }
  .col-anc-4.items-wrap .cmp-button {
    padding: 5px 12px;
    line-height: 18.9px;
    font-size: 16px;
    min-height: 10px;
    min-width: 167px;
  }
  .col-anc-4.items-wrap .title {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
@media (min-width: 992px) {
  .container-anc {
    max-width: 960px;
  }
}
@media (min-width: 768px) {
  .container-anc {
    max-width: 720px;
  }
  .d-md-none {
    display: none!important;
  }
  .d-md-block {
    display: block!important;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
@media (min-width: 576px) {
  .container-anc {
    max-width: 540px;
  }
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.container-anc {
  max-width: 1519px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
/******Column Controls Starts here ******/
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.icons-with-sections .inner {
  margin: 0 auto;
  max-width: 440px;
  padding: 0 10px;
}
.icons-with-sections .icons-heading .line-height-1 {
  padding-bottom: 63px;
}
.col-anc-4 .items-wrap-row {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.slick-bg-color .slick-slider {
  background-color: #F4F5ED;
}
.image-carousel .slider-wrap .container-anc {
  max-width: 1334px;
}
.image-carousel .btn-wrap .cmp-button,
.icons-with-sections .btn-wrap .cmp-button {
  -webkit-transition: padding-left 0.2s;
  transition: padding-left 0.2s;
  vertical-align: middle;
  text-align: center;
  text-decoration: none !important;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: 700;
  line-height: 13.9px;
  min-height: 10px;
  padding: 12px 60px;
  border-radius: 25px;
}
.slider-wrap {
  text-align: center;
  background-color: #fff;
  padding: 0 15px;
}
.slider-wrap .container {
  max-width: 1263px;
  padding: 0;
  background-color: #f4f5ed;
  border-radius: 10px;
}
.slider-wrap .header img {
  width: 100%;
  display: block;
}
.slider-wrap .slider-inner .title h2 {
  display: inline-block;
  line-height: 1;
  font-family: Helvetica Neue, Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #21201d;
  font-size: 24px;
  padding: 35px 15px 28px;
  width: auto;
  margin: 0;
}
.slider-wrap .slider-inner {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.slider-wrap .slider-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 960px;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.slider-wrap .slider-item {
  min-width: 143px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.slider-wrap .slider-item img {
  display: block;
}
.slider-wrap .bottom-slide-content {
  padding: 19px 20px 10px;
  line-height: 1;
  color: #21201d;
  font-size: 14px;
  text-align: right;
}
.slider-wrap .bottom-slide-content a {
  color: inherit;
  display: inline-block;
  text-decoration: none;
}
.icon:before,
.iconAfter:after {
  font: normal 100%/0 ancestry-icon;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  position: relative;
  speak: none;
  text-transform: none;
  top: 0.12em;
}
.icon:before,
span.icon {
  margin-right: 0.25em;
}
.slick-arrow.iconArrowLeft.slick-disabled:before {
  content: "\E658";
  color: hsla(0, 0%, 100%, 0.2);
  right: -2px;
  top: 1px;
}
.slick-arrow.iconArrowRight.slick-disabled:before {
  content: "\E658";
  color: hsla(0, 0%, 100%, 0.2);
  top: 1px;
  margin-right: 0;
}
.iconArrowRight:before,
.iconArrowRightAfter:after {
  content: "\E61F";
  margin: 0;
}
.iconArrowLeft:before,
.iconArrowLeftAfter:after {
  content: "\E620";
  margin: 0;
}
ul.slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
ul.slick-dots li {
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: 700;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  line-height: 17px;
  margin: 6px 5px;
  border-radius: 100%;
  height: 16px;
  width: 16px;
  overflow: hidden;
}
ul.slick-dots li button {
  padding: 0;
  border: 0;
  font-size: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.6);
}
ul.slick-dots li.slick-active button {
  background: rgba(0, 0, 0, 0.9);
}
ul.slick-dots li button:hover {
  background: rgba(0, 0, 0, 0.75);
}
.slick-arrow {
  background-color: rgba(0, 0, 0, 0.3);
  border: 0;
  border-radius: 100%;
  color: #f5f5f5;
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  width: 40px;
  z-index: 5;
  cursor: pointer;
  text-decoration: none;
  padding: 0;
  outline: 0 !important;
}
.slick-arrow.iconArrowLeft {
  left: 8px;
}
.slick-arrow.iconArrowRight {
  right: 8px;
}
.slick-arrow.iconArrowLeft::before {
  left: -1px;
  top: 1px;
}
.slick-arrow.iconArrowRight::before {
  top: 1px;
}
.slick-arrow.slick-disabled {
  background-color: rgba(0, 0, 0, 0.1);
}
.slick-arrow:not(.slick-disabled):hover {
  background-color: rgba(0, 0, 0, 0.6);
}
.slider-wrap .slider-items.with-btn {
  display: block;
}
.slider-wrap .btn-wrap {
  padding-top: 33px;
}
.slider-wrap .btn-wrap .btn {
  font-size: 16px;
  padding: 5px 12px;
  line-height: 18.9px;
}
.slider-wrap .btn-wrap .btn span {
  padding: 0 48.5px;
}
.legal-print-button > .pagePrint {
  display: block;
}
.strike-through-price {
  position: relative;
  display: inline-block;
  font-weight: 400;
  font-size: 72%;
  margin-right: 5px;
}
.strike-through-price:before {
  content: '';
  position: absolute;
  top: 1px;
  left: -2px;
  display: block;
  width: calc(100% + 4px);
  height: 50%;
  border: solid 0.1em #c14139;
  border-width: 0 0 0.1em 0;
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
}
.legal-text-wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0;
  background-color: #ffffff;
  border-top: solid 1px #ddd;
}
.legal-text__sup {
  top: -1em;
  font-size: 0.61em;
}
.legal-text__sup.legal-text__sup--asterisk {
  top: 0;
  font-size: 1em;
  vertical-align: baseline;
}
.legal-text__paragraph {
  position: relative;
  display: block;
  padding: 20px 20px 10px 28px;
  font-size: 14px;
  margin: 0;
  width: 100%;
  max-width: 960px;
}
.legal-text__paragraph.falseConditional {
  border: dotted red;
}
.legal-text__paragraph > sup:first-of-type {
  position: absolute;
  display: block;
  width: 20px;
  text-align: right;
  top: 20px;
  left: 0;
  font-weight: 600;
  font-size: 1em;
}
.legal-text__paragraph > sup:first-of-type.legal-text__sup--asterisk {
  font-size: 1.23em;
}
.legal-text {
  display: block;
  font-size: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  padding: 20px 0 0 0;
}
.legal-text .legal-text__paragraph {
  padding: 0px 20px 10px 28px;
}
.legal-text .legal-text__paragraph:nth-last-of-type(1) {
  padding: 0px 20px 20px 28px;
}
.legal-text .legal-text__paragraph > sup:first-of-type {
  top: 0;
}
.legal-text-wrap.offerings-variable--control .legal-text {
  max-width: 900px;
}
.offerings-placement--bottom {
  padding-top: 30px;
  border-top: solid 1px #ddd;
}
.offerings-placement--bottom.offerings-style--bonsaigrid,
.offerings-placement--bottom.offerings-style--colorgrid,
.offerings-placement--bottom.offerings-style--greentop {
  border: none;
}
.scroll-highlight {
  position: relative;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.scroll-highlight > * {
  position: relative;
  z-index: 1;
}
.scroll-highlight:before {
  content: '';
  z-index: 0;
  position: absolute;
  display: block;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b8d94c;
  border-radius: 5px;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.scroll-highlight.scroll-highlight--activate:before {
  opacity: 0.42;
}
.withOutline:before {
  outline: orange 3px solid;
  outline-offset: 3px;
}
.header-style .colorstack {
  background-color: #fff;
}
.header-style .colorstack .aboveFoldCon {
  padding: 10px 0 5px;
}
.header-style .colorstack .chooseMemText {
  color: #54534f;
  font-size: 14px;
  margin-bottom: 10px;
  text-align: center;
}
.header-style .colorstack .header-text--sparkly > span {
  font-weight: bold;
}
@media only screen and (min-width: 601px) {
  .header-style.offerings-variable--control {
    margin-bottom: 10px;
  }
}
.header-style .offerPageHeader {
  overflow: hidden;
}
.header-style .page {
  position: relative;
}
.header-style .offerPageHeaderImg {
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: top right;
  position: absolute;
  right: -25px;
  top: 0;
  width: 580px;
  max-width: 50%;
  height: 100%;
}
.header-style .offerPageHeaderImg:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 100%;
}
.header-style .headerContent {
  padding-right: 330px;
  position: relative;
  margin-left: 50px;
  width: 80%;
}
@media only screen and (min-width: 1px) and (max-width: 1199px) {
  .header-style .offerPageTitle {
    font-size: 36px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 1005px) {
  .header-style .offerPageTitle {
    font-size: 32px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .header-style .offerPageTitle {
    font-size: 24px;
    font-weight: normal;
  }
}
@media only screen and (min-width: 1px) and (max-width: 1005px) {
  .header-style .offerPageIntro.text2xlrg {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .header-style .offerPageIntro.text2xlrg {
    font-size: 16px;
  }
}
.header-style .header-text--colorgrid {
  font-size: 19px;
  margin-bottom: -7px;
}
@media only screen and (min-width: 705px) {
  .header-style .header-text--colorgrid {
    font-size: 22px;
  }
}
.header-style .header-text--bonsaigrid {
  max-width: 91%;
}
.header-style .coloraltgreen {
  color: #7e9b27;
}
.header-text--prettygrid .coloraltgreen {
  color: #7e9b27;
}
@media only screen and (min-width: 601px) {
  .header-style--greentop .header-text--prettygrid .coloraltgreen {
    color: #ffffff;
  }
}
.responsiveHeaderContainer {
  background-color: #f7ede3;
  overflow: hidden;
  min-width: 600px;
}
.responsiveHeaderContent {
  position: relative;
  padding: 20px;
  width: 1200px;
  margin: 0 auto;
  max-width: 100%;
  min-height: 200px;
}
.resposiveImageContainer {
  background-size: 100% 100%;
  position: absolute;
  right: -25px;
  top: 0px;
  width: 580px;
  height: 100%;
}
.textContainer {
  padding-right: 330px;
  position: relative;
  height: auto;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.headerTitle {
  font-size: 36px;
  font-weight: 300px;
}
.headerSubtitle {
  font-size: 20px;
}
.header-text {
  display: inherit;
}
.header-text.header-text--greentop--winback {
  font-size: 61%;
}
.header-text__intro {
  display: block;
  font-size: 123%;
}
.header-text.header-text--greentop--winback > .header-text__intro--winback {
  display: inline;
}
.header-text.header-text--colorgrid > .header-text__intro--winback {
  font-size: 100%;
}
.header-text__free-for {
  display: inline-block;
}
.header-text__free-for:before {
  content: '\2014';
}
.currencySelectionCon {
  background-color: #fff;
  float: right;
  padding-top: 10px;
  position: relative;
}
.currencySelectionCon--not-included {
  display: none;
}
.currencySelectionCon #currencySelectionMenu {
  padding-left: 5px;
}
.video-section-outer-wrapper {
  position: relative;
  display: block;
  width: 100%;
  padding: 0 20px;
  background-color: #ffffff;
}
.video-section-outer-wrapper .video-section.video-section--sparkly-dragon {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  margin: 0 auto;
  width: 984px;
  max-width: 100%;
  padding: 30px 0;
  border-top: solid 1px #ddd;
}
@media (min-width: 601px) {
  .video-section-outer-wrapper .video-section.video-section--sparkly-dragon {
    padding: 36px 12px;
  }
}
.video-section-outer-wrapper .video-section.video-section--sparkly-dragon.video-section-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.video-section-outer-wrapper .video-section.video-section--sparkly-dragon.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.video-section-outer-wrapper .video-section.video-section--sparkly-dragon.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.video-section-outer-wrapper .video-section.video-section--sparkly-dragon .hdaw-flex-item {
  margin-right: 27px;
}
.video-section-outer-wrapper .video-section.video-section--sparkly-dragon .ancestry-leaf {
  width: 81px;
  height: 79px;
}
.video-section-outer-wrapper .video-section.video-section--sparkly-dragon .hdaw-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.video-section-outer-wrapper .video-section.video-section--sparkly-dragon .title {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}
@media (min-width: 601px) {
  .video-section-outer-wrapper .video-section.video-section--sparkly-dragon .title {
    text-align: left;
  }
}
.video-section-outer-wrapper .video-section.video-section--sparkly-dragon .subtitle {
  font-size: 18px;
  margin-top: 0;
}
.video-section-outer-wrapper .video-section.video-section--sparkly-dragon button {
  outline: 0!important;
}
.video-section-outer-wrapper .video-section.video-section--sparkly-dragon .watch-now-btn-new {
  border: solid 1px rgba(0, 0, 0, 0.6);
  background: #fff;
  border-radius: 3px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}
.video-section-outer-wrapper .video-section.video-section--sparkly-dragon .watch-now-btn-new > span {
  padding-right: 10px;
}
.video-section-outer-wrapper .video-section.video-section--sparkly-dragon .watch-now-btn-new .youtube-img-new {
  padding: 0 10px;
}
.video-section-outer-wrapper .video-section.video-section--sparkly-dragon .hdaw-flex-item {
  margin-right: 27px;
}
.video-section-outer-wrapper .video-section.video-section--sparkly-dragon .relationship-map {
  position: relative;
  display: block;
  margin: 20px auto 0 auto;
  background-image: url(https://www.ancestrycdn.com/ui-static/i/loading/1/loading.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 263px;
  height: 149px;
  padding-bottom: 0;
}
.video-section-outer-wrapper .video-section.video-section--sparkly-dragon .relationship-map.loadedBgImg {
  background-image: url(https://www.ancestrycdn.com/pro-treeinteractions/prototypes/plan-select-mobile/0.0.25/images/how-ancestry-new.png);
}
@media (min-width: 768px) {
  .video-section-outer-wrapper .video-section.video-section--sparkly-dragon .relationship-map {
    height: 283px;
    width: 497px;
    max-width: 100%;
    margin-top: 0;
    background-image: url(https://www.ancestrycdn.com/ui-static/i/loading/1/loading.png);
  }
  .video-section-outer-wrapper .video-section.video-section--sparkly-dragon .relationship-map.loadedBgImg {
    background-image: url(https://www.ancestrycdn.com/pro-treeinteractions/prototypes/plan-select-mobile/0.0.5/images/how-ancestry.png);
  }
}
.video-section-outer-wrapper .video-section.video-section--sparkly-dragon .relationship-map > * {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.video-section-outer-wrapper .video-section.video-section--sparkly-dragon .how-tree-ancestry-img {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .video-section-outer-wrapper .video-section.video-section--sparkly-dragon .how-tree-ancestry-img {
    width: 497px;
    max-width: 100%;
    margin-top: 0;
  }
}
.video-section-outer-wrapper .video-section.video-section--sparkly-dragon .mb-6 {
  margin-bottom: 30px;
}
.video-section-outer-wrapper .video-section .hdaw-flex-item:not(.relationship-map--video) {
  padding-top: 90px;
}
.features-grid--bonsaigrid {
  position: relative;
  display: block;
  width: 100%;
  padding: 20px 0;
}
.features-grid--bonsaigrid.offerings-variable--sparkly-dragon,
.features-grid--bonsaigrid.offerings-variable--pretty-grid {
  background-color: #fff;
}
.features-grid--bonsaigrid .benefitListCon {
  padding-left: 46px;
  width: calc(100% - 46px);
  max-width: 1000px;
  margin: 0 auto;
}
.features-grid--bonsaigrid .benefitListCon .rounded {
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.features-grid--bonsaigrid .benefitListCon .rounded.topright {
  border-radius: 0 5px 0 0;
}
.features-grid--bonsaigrid .benefitListCon .rounded.topleft {
  border-radius: 5px 0 0 0;
}
.features-grid--bonsaigrid .benefitListCon .rounded.bottom {
  border-radius: 0 0 5px 5px;
}
.features-grid--bonsaigrid .benefitListCon .rounded.bottomright {
  border-radius: 0 0 5px 0;
}
.features-grid--bonsaigrid .testimonials {
  clear: right;
  float: right;
  margin: 65px 0 0;
  max-width: 264px;
  width: 30%;
}
.features-grid--bonsaigrid .testimonials p.quote {
  font-size: 15px;
  font-style: italic;
  line-height: 22px;
  margin: 0 0 10px;
}
.features-grid--bonsaigrid .testimonials p.source {
  text-align: right;
}
.features-grid--bonsaigrid .compareTable2 {
  padding: 0;
  position: relative;
  width: 68%;
}
.features-grid--bonsaigrid .compareTable2 .tableHeadingWrap {
  border-right: 1px solid #ada595;
  display: block;
  padding-top: 55px;
  position: relative;
}
.features-grid--bonsaigrid .compareTable2 .tableHeadingWrap .tableHeading {
  background-color: rgba(134, 202, 227, 0.1);
  border: 1px solid #ada595;
  border-bottom-width: 0;
  border-right-width: 0;
  color: #37494E;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  height: 55px;
  margin: 0;
  padding: 7px 5px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 2px;
  width: 88px;
}
.features-grid--bonsaigrid .compareTable2 .tableHeadingWrap .tableHeading.usTab {
  right: 176px;
}
.features-grid--bonsaigrid .compareTable2 .tableHeadingWrap .tableHeading.worldTab {
  right: 88px;
}
.features-grid--bonsaigrid .compareTable2 .compareTxt {
  background-color: #fff;
  display: block;
  border: 1px solid #ada595;
  border-bottom-width: 0;
  margin-top: 0;
  padding: 7px 274px 7px 12px;
  position: relative;
  zoom: 1;
}
.features-grid--bonsaigrid .compareTable2 .compareTxt .legal-text__paragraph {
  padding: 5px 0 0 28px;
  font-size: 14px;
}
.features-grid--bonsaigrid .compareTable2 .compareTxt .legal-text__paragraph > sup {
  top: 5px;
}
.features-grid--bonsaigrid .compareTable2 .compareTxt.bottom {
  border-bottom-width: 1px;
}
.features-grid--bonsaigrid .compareTable2 .compareTxt.topCompare {
  border-top-left-radius: 5px;
}
.features-grid--bonsaigrid .compareTable2 .compareTxt .leafCol {
  bottom: 0;
  border-left: 1px solid #ada595;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 88px;
  background-color: #f3f6d8;
}
.features-grid--bonsaigrid .compareTable2 .compareTxt .leafCol:nth-of-type(1) {
  background-color: #fffef0;
}
.features-grid--bonsaigrid .compareTable2 .compareTxt .leafCol:nth-last-of-type(1) {
  background-color: #fdf9d8;
}
.features-grid--bonsaigrid .compareTable2 .compareTxt .leafCol > .iconLeaf {
  display: block;
  left: 50%;
  margin-left: -0.5em;
  margin-top: -0.5em;
  position: absolute;
  top: 50%;
}
.features-grid--colorcolumns .compareCon {
  padding: 10px;
  background-color: #fff;
}
.features-grid--colorcolumns .compareTable {
  display: block;
  width: 100%;
  text-align: center;
  margin: 20px 0;
}
.features-grid--colorcolumns .compareTable > * {
  display: block;
  width: 100%;
}
.features-grid--colorcolumns .compareTable caption {
  text-transform: uppercase;
  color: #5e6770;
}
.features-grid--colorcolumns .compareTable tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.features-grid--colorcolumns .compareTable th {
  text-align: center;
  padding: 20px 2px;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.features-grid--colorcolumns .compareTable th.package-heading-cell {
  font-size: 20px;
  font-weight: bold;
  color: #767676;
}
.features-grid--colorcolumns .compareTable th.package-heading-cell.package-heading-cell--smaller {
  font-size: 16px;
}
.features-grid--colorcolumns .compareTable th.package-heading-cell.package-heading-cell--white {
  color: #ffffff;
  background-color: #d6d5d5;
}
.features-grid--colorcolumns .compareTable th.package-heading-cell.package-heading-cell--blue {
  color: #0079a3;
}
.features-grid--colorcolumns .compareTable th.package-heading-cell.package-heading-cell--green {
  color: #6ba410;
}
.features-grid--colorcolumns .compareTable th.package-heading-cell.package-heading-cell--purple {
  color: #655586;
}
.features-grid--colorcolumns .compareTable th.feature-text-cell {
  padding: 30px 2px 10px 2px;
}
.features-grid--colorcolumns .compareTable td {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 4px;
}
.features-grid--colorcolumns .compareTable td:not(:last-child) {
  border-right: 1px #dedede solid;
}
.features-grid--colorcolumns .compareTable td .iconCheck {
  margin: 0;
  color: #767676;
}
.features-grid--colorcolumns .compareTable td .iconCheck.iconCheck--white {
  color: #ffffff;
  background-color: #d6d5d5;
}
.features-grid--colorcolumns .compareTable td .iconCheck.iconCheck--blue {
  color: #0079a3;
}
.features-grid--colorcolumns .compareTable td .iconCheck.iconCheck--green {
  color: #6ba410;
}
.features-grid--colorcolumns .compareTable td .iconCheck.iconCheck--purple {
  color: #655586;
}
.features-grid--colorgrid tr {
  border-bottom: 1px solid #fff;
}
.features-grid--colorgrid tr.hiddenRow {
  display: none;
}
.features-grid--colorgrid .offerLeftCol {
  text-align: right;
  padding: 10px 20px 10px 5px;
}
@media only screen and (max-width: 1005px) {
  .features-grid--colorgrid .offerLeftCol {
    padding-right: 25px;
  }
}
.features-grid--colorgrid p {
  line-height: 1.5em;
}
.features-grid--colorgrid .offerLeftCol p {
  position: relative;
}
.features-grid--colorgrid .offerLeftCol p.legal-text__paragraph {
  margin: 5px 0 0 30px;
}
@media only screen and (max-width: 1005px) {
  .features-grid--colorgrid .offerLeftCol .text2xlrg {
    font-size: 16px;
  }
}
.features-grid--colorgrid .compareCheckCol {
  text-align: center;
  padding: 0;
}
.features-grid--colorgrid .compareCheckCol.columnHead {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  height: 65px;
  font-size: 18px;
  padding: 10px 5px;
  position: relative;
  text-align: center;
  background-color: #9CBE30;
}
.features-grid--colorgrid .compareCheckCol.columnHead.columnHead--blue {
  background-color: #1B88B0;
}
.features-grid--colorgrid .compareCheckCol.columnHead.columnHead--purple {
  background-color: #60527E;
}
.features-grid--colorgrid .compareCheckCol > .iconCheck {
  line-height: 35px;
}
@media only screen and (max-width: 1005px) {
  .features-grid--colorgrid .compareCheckCol .textxlrg {
    font-size: 15px;
  }
}
.features-grid--colorgrid .coloraltBamboo2 {
  color: #7A9C0F;
}
.features-grid--colorgrid .coloraltWave3 {
  color: #1b88b0;
}
.features-grid--colorgrid .coloraltFuji2 {
  color: #60527E;
}
.features-grid--colorgrid.offerings-variable--sparkly-dragon {
  background-color: #fff;
}
.features-grid--colorgrid.offerings-variable--sparkly-dragon .compareCheckCol.columnHead {
  background-color: #6ba410;
}
.features-grid--colorgrid.offerings-variable--sparkly-dragon .compareCheckCol.columnHead.columnHead--blue {
  background-color: #0079a3;
}
.features-grid--colorgrid.offerings-variable--sparkly-dragon .compareCheckCol.columnHead.columnHead--purple {
  background-color: #61527e;
}
.features-grid--colorgrid.offerings-variable--sparkly-dragon .coloraltBamboo2 {
  color: #6ba410;
}
.features-grid--colorgrid.offerings-variable--sparkly-dragon .coloraltWave3 {
  color: #0079a3;
}
.features-grid--colorgrid.offerings-variable--sparkly-dragon .coloraltFuji2 {
  color: #61527e;
}
.features-grid--colorgrid.offerings-variable--pretty-grid {
  background-color: #fff;
}
.features-grid--colorgrid.offerings-variable--pretty-grid .compareCheckCol.columnHead {
  background-color: #0079a3;
}
.features-grid--colorgrid.offerings-variable--pretty-grid .compareCheckCol.columnHead.columnHead--blue {
  background-color: #6ba410;
}
.features-grid--colorgrid.offerings-variable--pretty-grid .compareCheckCol.columnHead.columnHead--purple {
  background-color: #655586;
}
.features-grid--colorgrid.offerings-variable--pretty-grid .coloraltBamboo2 {
  color: #0079a3;
}
.features-grid--colorgrid.offerings-variable--pretty-grid .coloraltWave3 {
  color: #6ba410;
}
.features-grid--colorgrid.offerings-variable--pretty-grid .coloraltFuji2 {
  color: #655586;
}
.features-grid--prettygrid {
  padding-bottom: 20px;
}
@media (min-width: 601px) {
  .features-grid--prettygrid {
    background-color: #fff;
  }
}
.features-grid--prettygrid .page {
  position: relative;
  width: 100%;
  max-width: 1000px;
}
.features-grid--prettygrid table.offerCompareTable {
  border-collapse: separate;
  border-spacing: 4px;
}
.features-grid--prettygrid .offerCompareTable th,
.features-grid--prettygrid .offerCompareTable td {
  padding: 20px 10px;
  vertical-align: middle;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.features-grid--prettygrid .offerCompareTable td {
  background-color: #fff;
}
.features-grid--prettygrid .legal-text__paragraph.legal-text__paragraph--newspapers-basic {
  margin-bottom: 0;
}
.features-grid--prettygrid tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.features-grid--prettygrid tr .package-heading-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  background-color: #767676;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.features-grid--prettygrid tr .package-heading-cell.package-heading-cell--smaller {
  font-size: 15px;
}
.features-grid--prettygrid tr .package-heading-cell.package-heading-cell--white {
  color: #181a1c;
  background-color: #ffffff;
  border: 1px solid #767676;
}
.features-grid--prettygrid tr .package-heading-cell.package-heading-cell--blue {
  background-color: #0079a3;
}
.features-grid--prettygrid tr .package-heading-cell.package-heading-cell--lightgreen {
  color: #181a1c;
  font-size: 94%;
  background-color: #b7d94c80;
}
.features-grid--prettygrid tr .package-heading-cell.package-heading-cell--green {
  background-color: #6ba410;
}
.features-grid--prettygrid tr .package-heading-cell.package-heading-cell--purple {
  background-color: #655586;
}
.features-grid--prettygrid tr .feature-text {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}
.features-grid--prettygrid tr .inclusion-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.features-grid--prettygrid .coloraltblue {
  color: #03678b;
}
.features-grid--sparklydragon {
  background-color: #ffffff;
}
.features-grid--sparklydragon a {
  text-decoration: none;
}
.features-grid--sparklydragon .comparison-chart {
  max-width: 500px;
  width: calc(100% - 20px);
  margin: 0 auto;
  padding: 20px 0;
}
@media (min-width: 768px) {
  .features-grid--sparklydragon .comparison-chart {
    max-width: 1000px;
  }
}
.features-grid--sparklydragon .comparison-chart table {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}
.features-grid--sparklydragon .comparison-chart table tr td,
.features-grid--sparklydragon .comparison-chart table tr th {
  border: 1px solid #ddd;
  padding: 8px;
}
@media (min-width: 768px) {
  .features-grid--sparklydragon .comparison-chart table tr td,
  .features-grid--sparklydragon .comparison-chart table tr th {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .features-grid--sparklydragon .comparison-chart table tr td::first-child,
  .features-grid--sparklydragon .comparison-chart table tr th::first-child {
    padding-left: 0;
  }
}
.features-grid--sparklydragon .comparison-chart table tr th {
  border-bottom: 0;
  border-top-width: 0;
}
.features-grid--sparklydragon .comparison-chart table tr th.rec-acc {
  border-right-width: 0;
  height: 90px;
}
.features-grid--sparklydragon .comparison-chart table tr th.package-heading {
  position: relative;
  color: #767676;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  vertical-align: baseline;
  border: none;
}
@media (min-width: 400px) {
  .features-grid--sparklydragon .comparison-chart table tr th.package-heading {
    font-size: 18px;
  }
}
.features-grid--sparklydragon .comparison-chart table tr th.package-heading.package-heading--blue {
  color: #0079a3;
}
.features-grid--sparklydragon .comparison-chart table tr th.package-heading.package-heading--lightgreen {
  color: #9cbe31;
}
.features-grid--sparklydragon .comparison-chart table tr th.package-heading.package-heading--green {
  color: #6ba410;
}
.features-grid--sparklydragon .comparison-chart table tr th.package-heading.package-heading--purple {
  color: #655586;
}
.features-grid--sparklydragon .comparison-chart table tr th.package-heading > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.features-grid--sparklydragon .comparison-chart table tr th.package-heading > span .package-icon {
  display: block;
  width: 100%;
  margin-bottom: 5px;
}
.features-grid--sparklydragon .comparison-chart table tr th.package-heading .package-icon {
  width: 20px;
  height: 20px;
}
.features-grid--sparklydragon .comparison-chart table tr th.package-heading .package-icon .black-fill {
  fill: #767676;
}
.features-grid--sparklydragon .comparison-chart table tr th.package-heading .package-icon.package-icon--white .white-fill {
  fill: #181a1c;
}
.features-grid--sparklydragon .comparison-chart table tr th.package-heading .package-icon.package-icon--white .black-fill {
  fill: #ffffff;
}
.features-grid--sparklydragon .comparison-chart table tr th.package-heading .package-icon.package-icon--blue .black-fill {
  fill: #0079a3;
}
.features-grid--sparklydragon .comparison-chart table tr th.package-heading .package-icon.package-icon--lightgreen .black-fill {
  fill: #9cbe31;
}
.features-grid--sparklydragon .comparison-chart table tr th.package-heading .package-icon.package-icon--green .black-fill {
  fill: #6ba410;
}
.features-grid--sparklydragon .comparison-chart table tr th.package-heading .package-icon.package-icon--purple .black-fill {
  fill: #655586;
}
.features-grid--sparklydragon .comparison-chart table tr th.records-heading-cell {
  position: relative;
  color: #767676;
  background-color: #ececec;
}
.features-grid--sparklydragon .comparison-chart table tr th.records-heading-cell.records-heading-cell--white {
  color: #ffffff;
}
.features-grid--sparklydragon .comparison-chart table tr th.records-heading-cell.records-heading-cell--blue {
  color: #0079a3;
  background-color: #c5ecf9;
}
.features-grid--sparklydragon .comparison-chart table tr th.records-heading-cell.records-heading-cell--lightgreen {
  color: #9cbe31;
  background-color: #b7d94c26;
}
.features-grid--sparklydragon .comparison-chart table tr th.records-heading-cell.records-heading-cell--green {
  color: #6ba410;
  background-color: #e0f2c4;
}
.features-grid--sparklydragon .comparison-chart table tr th.records-heading-cell.records-heading-cell--purple {
  color: #655586;
  background-color: #dbd1ee;
}
.features-grid--sparklydragon .comparison-chart table tr th.records-heading-cell .triangle {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}
@media (min-width: 769px) {
  .features-grid--sparklydragon .comparison-chart table tr th.records-heading-cell .triangle {
    border: 40px solid #ffffff;
    border-width: 40px 0 0 0;
  }
}
.features-grid--sparklydragon .comparison-chart table tr th.records-heading-cell .triangle svg {
  display: block;
  width: 100%;
  height: 100%;
}
.features-grid--sparklydragon .comparison-chart table tr th.records-heading-cell .triangle svg .black-fill {
  fill: #ffffff;
}
.features-grid--sparklydragon .comparison-chart table tr th.records-heading-cell .record-amount-text {
  position: absolute;
  z-index: 3;
  font-size: 14px;
  font-weight: bold;
  width: 75px;
  padding: 5px;
}
.features-grid--sparklydragon .comparison-chart table tr th.records-heading-cell .record-amount-text.record-amount-text--least {
  bottom: 5px;
  text-align: left;
  left: 0;
}
.features-grid--sparklydragon .comparison-chart table tr th.records-heading-cell .record-amount-text.record-amount-text--most {
  bottom: 45px;
  text-align: right;
  right: 0;
}
.features-grid--sparklydragon .comparison-chart table tr.table-title th:first-child {
  border-left: 0;
}
@media (min-width: 768px) {
  .features-grid--sparklydragon .comparison-chart table tr.table-title th:first-child {
    width: 368px;
  }
}
.features-grid--sparklydragon .comparison-chart table tr.table-title th:last-child {
  border-right: 0;
}
.features-grid--sparklydragon .comparison-chart table tr td {
  text-align: center;
  text-align: -webkit-center;
}
.features-grid--sparklydragon .comparison-chart table tr td:first-child {
  border-left: none;
}
.features-grid--sparklydragon .comparison-chart table tr td:first-child.feature-cell--icon-left {
  position: relative;
  padding: 20px 10px 10px 10px;
}
@media (min-width: 768px) {
  .features-grid--sparklydragon .comparison-chart table tr td:first-child.feature-cell--icon-left {
    padding: 10px 10px 10px 28px;
  }
}
.features-grid--sparklydragon .comparison-chart table tr td:first-child.feature-cell--icon-left .feature-img-new {
  display: inline-block;
  margin: 0 10px 0 0;
  width: 15px;
  height: 15px;
}
@media (min-width: 768px) {
  .features-grid--sparklydragon .comparison-chart table tr td:first-child.feature-cell--icon-left .feature-img-new {
    position: absolute;
    display: block;
    top: 12px;
    left: 0;
    width: 18px;
    height: 18px;
    margin: 0;
  }
}
@media (min-width: 768px) {
  .features-grid--sparklydragon .comparison-chart table tr td:first-child {
    text-align: left;
  }
}
.features-grid--sparklydragon .comparison-chart table tr td:last-child {
  border-right: none;
}
.features-grid--sparklydragon .comparison-chart table tr td span.table-row-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.features-grid--sparklydragon .comparison-chart table tr:nth-child(2) td {
  border-top: none;
}
.features-grid--sparklydragon .comparison-chart table tr.mobile-row th,
.features-grid--sparklydragon .comparison-chart table tr.mobile-row td {
  border: none;
}
.features-grid--sparklydragon .comparison-chart table tr.mobile-row.mobile-row--feature-text td {
  padding: 10px;
}
.features-grid--sparklydragon .comparison-chart table tr.mobile-row.mobile-row--record-access th {
  padding-top: 32px;
}
.features-grid--sparklydragon .comparison-chart table tr.mobile-row.mobile-row--record-access ~ .mobile-row--feature-text td {
  padding: 20px 10px;
}
.features-grid--sparklydragon .comparison-chart table tr.mobile-row.mobile-row--feature-checks {
  padding-bottom: 10px;
}
.features-grid--sparklydragon .align-base {
  vertical-align: baseline;
}
.features-grid--sparklydragon .align-mibble {
  vertical-align: middle;
}
.features-grid--sparklydragon .example-right-align {
  float: right;
  padding-right: 1px;
}
.features-grid--sparklydragon .plan-para-color {
  color: #777;
}
.features-grid--sparklydragon .inclusion-wrapper {
  position: relative;
  display: inline-block;
  width: 90px;
  max-width: 100%;
  height: 40px;
  border-radius: 10px;
  background-color: transparent;
}
.features-grid--sparklydragon .inclusion-wrapper > svg.inclusion-icon {
  position: absolute;
  top: calc(50% - 9px);
  bottom: calc(50% - 9px);
  left: 0;
  right: 0;
  vertical-align: bottom;
  width: 18px;
  height: 18px;
  margin: auto auto;
}
.features-grid--sparklydragon .inclusion-wrapper > svg.inclusion-icon .black-fill {
  fill: #d6d5d5;
}
.features-grid--sparklydragon .inclusion-wrapper.inclusion-wrapper--checkicon.inclusion-wrapper--white {
  background-color: #ffffff;
  border: 1px solid #767676;
}
.features-grid--sparklydragon .inclusion-wrapper.inclusion-wrapper--checkicon.inclusion-wrapper--white > svg.inclusion-icon .black-fill {
  fill: #767676;
}
.features-grid--sparklydragon .inclusion-wrapper.inclusion-wrapper--checkicon.inclusion-wrapper--grey {
  background-color: #ececec;
}
.features-grid--sparklydragon .inclusion-wrapper.inclusion-wrapper--checkicon.inclusion-wrapper--grey > svg.inclusion-icon .black-fill {
  fill: #767676;
}
.features-grid--sparklydragon .inclusion-wrapper.inclusion-wrapper--checkicon.inclusion-wrapper--blue {
  background-color: #c5ecf9;
}
.features-grid--sparklydragon .inclusion-wrapper.inclusion-wrapper--checkicon.inclusion-wrapper--blue > svg.inclusion-icon .black-fill {
  fill: #0079a3;
}
.features-grid--sparklydragon .inclusion-wrapper.inclusion-wrapper--checkicon.inclusion-wrapper--lightgreen {
  background-color: #b7d94c26;
}
.features-grid--sparklydragon .inclusion-wrapper.inclusion-wrapper--checkicon.inclusion-wrapper--lightgreen > svg.inclusion-icon .black-fill {
  fill: #9cbe31;
}
.features-grid--sparklydragon .inclusion-wrapper.inclusion-wrapper--checkicon.inclusion-wrapper--green {
  background-color: #e0f2c4;
}
.features-grid--sparklydragon .inclusion-wrapper.inclusion-wrapper--checkicon.inclusion-wrapper--green > svg.inclusion-icon .black-fill {
  fill: #6ba410;
}
.features-grid--sparklydragon .inclusion-wrapper.inclusion-wrapper--checkicon.inclusion-wrapper--purple {
  background-color: #dbd1ee;
}
.features-grid--sparklydragon .inclusion-wrapper.inclusion-wrapper--checkicon.inclusion-wrapper--purple > svg.inclusion-icon .black-fill {
  fill: #655586;
}
.features-grid--sparklydragon .usdiscovery-bg {
  background-color: #f1f7db;
  position: relative;
  display: inline-block;
}
.features-grid--sparklydragon .usdiscovery-bg:not(.cross-bg) {
  background-color: #c5ecf9;
}
.features-grid--sparklydragon .usdiscovery-bg > svg {
  position: absolute;
  top: calc(50% - 9px);
  bottom: calc(50% - 9px);
  left: 0;
  right: 0;
  margin: auto auto;
  width: 18px;
  height: 18px;
}
.features-grid--sparklydragon .worldexplorer-bg {
  position: relative;
  background-color: #eff9f9;
  display: inline-block;
}
.features-grid--sparklydragon .worldexplorer-bg:not(.cross-bg) {
  background-color: #e0f2c4;
}
.features-grid--sparklydragon .worldexplorer-bg > svg {
  position: absolute;
  top: calc(50% - 9px);
  bottom: calc(50% - 9px);
  left: 0;
  right: 0;
  margin: auto auto;
  width: 18px;
  height: 18px;
}
.features-grid--sparklydragon .allaccess-bg {
  position: relative;
  background-color: #dcdbe0;
  display: inline-block;
}
.features-grid--sparklydragon .allaccess-bg:not(.cross-bg) {
  background-color: #dbd1ee;
}
.features-grid--sparklydragon .allaccess-bg > svg {
  position: absolute;
  top: calc(50% - 9px);
  bottom: calc(50% - 9px);
  left: 0;
  right: 0;
  margin: auto auto;
  width: 18px;
  height: 18px;
}
.features-grid--sparklydragon .cross-bg {
  background-color: #fff;
}
.features-grid--sparklydragon .icon-check-fill-usdis {
  fill: #0079a3;
}
.features-grid--sparklydragon .icon-check-fill-worldex {
  fill: #6ba410;
}
.features-grid--sparklydragon .icon-check-fill-allacc {
  fill: #655586;
}
.features-grid--sparklydragon .plan-comp-check-icon,
.features-grid--sparklydragon .plan-comp-cross-icon {
  vertical-align: bottom;
}
.features-grid--sparklydragon .table-newspapers-img {
  display: block;
  width: 138px;
  height: 24px;
  margin: auto;
}
@media (min-width: 768px) {
  .features-grid--sparklydragon .table-newspapers-img {
    margin: 3px 0 0 0;
  }
}
.features-grid--sparklydragon .table-fold-img {
  display: block;
  width: 103px;
  height: 24px;
  margin: auto;
}
@media (min-width: 768px) {
  .features-grid--sparklydragon .table-fold-img {
    margin: 3px 0 0 0;
  }
}
.features-grid--sparklydragon .flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.features-grid--sparklydragon .flex-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.features-grid--sparklydragon .tooltip {
  position: relative;
  display: inline-block;
  color: #006080;
}
.features-grid--sparklydragon .tooltip > img {
  width: 12px;
  height: 12px;
}
.features-grid--sparklydragon .tooltip .tooltiptext {
  visibility: hidden;
  position: absolute;
  width: 230px;
  background-color: #ffffff;
  color: #000000;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  padding: 10px;
  -webkit-box-shadow: 0 2px 9px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 9px rgba(0, 0, 0, 0.25);
  text-align: left;
}
.features-grid--sparklydragon .tooltip .tooltiptext .legal-text__paragraph {
  padding: 0px 0px 0 15px;
}
.features-grid--sparklydragon .tooltip .tooltiptext .legal-text__paragraph .legal-text__sup {
  top: 0;
  left: -10px;
}
.features-grid--sparklydragon .tooltip:hover .tooltiptext {
  display: block;
  visibility: visible;
  opacity: 1;
}
.features-grid--sparklydragon .tooltip-top {
  bottom: 125%;
  margin-left: -132px;
}
.features-grid--sparklydragon .tooltip-top:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
.features-grid--sparklydragon .basicsubs-wrap {
  color: #181a1c;
}
.features-grid--sparklydragon .plan-inclusions-container {
  position: relative;
}
.features-grid--sparklydragon .plan-inclusions {
  margin: 10px;
}
.features-grid--sparklydragon .plan-inc-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  max-width: 354px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.features-grid--sparklydragon .planTitle.inclusions-title {
  font-size: 20px!important;
}
.features-grid--sparklydragon .plan-inc-head .inclusions-title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 70px;
}
.features-grid--sparklydragon .showall-plan-inc .toggle-plan-inclusions-txt {
  text-decoration: none!important;
}
.features-grid--sparklydragon .feature-wrap-new {
  margin-bottom: 25px;
}
.features-grid--sparklydragon .feature-img-new {
  -ms-flex-item-align: baseline;
      align-self: baseline;
  margin-right: 10px;
}
.features-grid--sparklydragon .feature-subtitle-new {
  margin-top: 5px;
  color: #777;
}
.features-grid--sparklydragon .mobile-support-img {
  margin-top: 3px;
}
.features-grid--sparklydragon .help-contact {
  margin-left: 3px;
}
.features-grid--sparklydragon .support-timings-txt {
  color: #777;
}
@media (min-width: 768px) {
  .features-grid--sparklydragon .includedInPlanText {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.features-grid--sparklydragon .showHideBtn {
  display: inline-block;
  font-weight: 400;
  margin-left: 20px;
}
.features-grid--sparklydragon .legal-text__paragraph.legal-text__paragraph--newspapers-basic {
  margin: 0;
}
.features-grid--sparklydragon .legal-text__paragraph.legal-text__paragraph--newspapers-basic .legal-text__sup {
  display: none;
}
.features-grid--sparklydragon button {
  outline: 0!important;
}
.features-grid--sparklydragon .btn-pointer {
  cursor: pointer;
}
.features-grid--sparklydragon .color-usdiscovery {
  color: #0079a3;
}
.features-grid--sparklydragon .color-worldexplorer {
  color: #6ba410;
}
.features-grid--sparklydragon .color-allaccess {
  color: #655586;
}
.features-grid--sparklydragon .rel-pos {
  position: relative;
}
.features-grid--sparklydragon .textCenter {
  text-align: center;
}
.features-grid--sparklydragon .hide {
  display: none!important;
}
@media (min-width: 768px) {
  .features-grid--sparklydragon .show768 {
    display: block!important;
  }
}
@media (min-width: 1005px) {
  .features-grid--sparklydragon .hidden-lg-up {
    display: none!important;
  }
}
@media (min-width: 768px) {
  .features-grid--sparklydragon .hidden-md-up {
    display: none!important;
  }
}
.features-grid--sparklydragon hr {
  border-bottom: 1px solid #cccbca;
}
.features-grid--sparklydragon .hr-line {
  margin: 10px;
  border-bottom: solid 1px #cccbca;
}
.features-grid--sparklydragon .hr-gradient-line {
  border: none;
  background: -webkit-gradient(linear, left top, right top, from(#cccbca), to(rgba(195, 195, 195, 0)));
  background: linear-gradient(to right, #cccbca, rgba(195, 195, 195, 0));
  height: 1px;
}
.features-grid--sparklydragon .mt-0 {
  margin-top: 0;
}
.features-grid--sparklydragon .mr-1 {
  margin-right: 5px;
}
.features-grid--sparklydragon .mb-4 {
  margin-bottom: 20px;
}
.features-grid--sparklydragon .rt-img-override p img {
  width: 40%;
}
.offerings-style.offerings-style--colorstack {
  background-color: #fff;
  padding-bottom: 30px;
}
.offerings-style.offerings-style--colorstack .all-options__durations {
  display: block;
  padding: 0 0 5px 0;
}
@media only screen and (min-width: 601px) {
  .offerings-style.offerings-style--colorstack .all-options__durations {
    padding: 20px 0;
  }
}
.offerings-style.offerings-style--colorstack .all-options__durations .pill-buttons {
  display: block;
  grid-auto-columns: 35px;
  padding: 0 10px;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.offerings-style.offerings-style--colorstack .all-options__durations .pill-buttons button {
  position: relative;
  border: 1px solid #54534f;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 7px;
  text-align: center;
  width: 147px;
  margin: 1px -10px;
}
.offerings-style.offerings-style--colorstack .all-options__durations .pill-buttons button.privateRow {
  display: block;
  margin: 1px auto;
}
.offerings-style.offerings-style--colorstack .all-options__durations .pill-buttons button.inactivePill {
  background-color: #fff;
  color: #54534f;
  z-index: 1;
}
.offerings-style.offerings-style--colorstack .all-options__durations .pill-buttons button.activePill {
  background-color: #54534f;
  color: #fff;
  z-index: 10;
}
.offerings-style.offerings-style--colorstack .all-options__durations .pill-buttons button.activePill.iconCheck:before {
  font-size: 72%;
  margin-left: -15px;
  margin-right: 10px;
}
.offerings-style.offerings-style--colorstack .all-options__durations .pill-buttons button > span {
  display: block;
  font-size: 0.72em;
  margin: -2px;
}
.offerings-style.offerings-style--colorstack .all-options__durations .ldbm-buttons {
  text-align: center;
  width: 190px;
  margin: 5px 0 5px calc(50% - 31px);
}
.offerings-style.offerings-style--colorstack .all-options__durations .ldbm-buttons > button {
  color: #1B88B0;
  font-size: 14px;
  text-decoration: underline;
  font-weight: bold;
  background: transparent;
  border: none;
}
.offerings-style.offerings-style--colorstack .all-options__packages .package-row {
  position: relative;
  overflow: hidden;
  display: block;
  background-color: #767676;
  width: 100%;
  height: auto;
  margin-bottom: 2px;
}
.offerings-style.offerings-style--colorstack .all-options__packages .package-row.package-row--white {
  background-color: #fff;
  border: 1px solid #a9a9a9;
  border-width: 0.5px 0;
}
.offerings-style.offerings-style--colorstack .all-options__packages .package-row.package-row--blue {
  background-color: #0079a3;
}
.offerings-style.offerings-style--colorstack .all-options__packages .package-row.package-row--lightgreen {
  background-color: #b7d94c80;
}
.offerings-style.offerings-style--colorstack .all-options__packages .package-row.package-row--green {
  background-color: #6ba410;
}
.offerings-style.offerings-style--colorstack .all-options__packages .package-row.package-row--purple {
  background-color: #655586;
}
.offerings-style.offerings-style--colorstack .all-options__packages .package-row__label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
.offerings-style.offerings-style--colorstack .all-options__packages .package-row__label input {
  display: none;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.offerings-style.offerings-style--colorstack .all-options__packages .package-row__left-image-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  background-color: rgba(255, 255, 255, 0.42);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.offerings-style.offerings-style--colorstack .all-options__packages .package-row__left-image-container.package-row__left-image-container--white {
  background-color: #a9a9a9;
}
.offerings-style.offerings-style--colorstack .all-options__packages .package-row__left-image-container .package-row__left-image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 72%;
  height: 0;
  padding-bottom: 72%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
}
.offerings-style.offerings-style--colorstack .all-options__packages .package-row__left-image-container .package-row__left-image .package-icon {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: auto;
}
.offerings-style.offerings-style--colorstack .all-options__packages .package-row__left-image-container .package-row__left-image .package-icon .black-fill {
  fill: #767676;
}
.offerings-style.offerings-style--colorstack .all-options__packages .package-row__left-image-container .package-row__left-image .package-icon.package-icon--white .white-fill {
  fill: #181a1c;
}
.offerings-style.offerings-style--colorstack .all-options__packages .package-row__left-image-container .package-row__left-image .package-icon.package-icon--white .black-fill {
  fill: #fff;
}
.offerings-style.offerings-style--colorstack .all-options__packages .package-row__left-image-container .package-row__left-image .package-icon.package-icon--blue .black-fill {
  fill: #0079a3;
}
.offerings-style.offerings-style--colorstack .all-options__packages .package-row__left-image-container .package-row__left-image .package-icon.package-icon--lightgreen .white-fill {
  fill: #9cbe31;
}
.offerings-style.offerings-style--colorstack .all-options__packages .package-row__left-image-container .package-row__left-image .package-icon.package-icon--lightgreen .black-fill {
  fill: #ffffff;
}
.offerings-style.offerings-style--colorstack .all-options__packages .package-row__left-image-container .package-row__left-image .package-icon.package-icon--green .black-fill {
  fill: #6ba410;
}
.offerings-style.offerings-style--colorstack .all-options__packages .package-row__left-image-container .package-row__left-image .package-icon.package-icon--purple .black-fill {
  fill: #655586;
}
.offerings-style.offerings-style--colorstack .all-options__packages .package-row__info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #fff;
  font-size: 16px;
  width: calc(100% - 80px);
  padding: 12px;
}
.offerings-style.offerings-style--colorstack .all-options__packages .package-row__info.package-row__info--white {
  color: #181a1c;
}
.offerings-style.offerings-style--colorstack .all-options__packages .package-row__info.package-row__info--lightgreen {
  color: #181a1c;
  font-size: 94%;
}
.offerings-style.offerings-style--colorstack .all-options__packages .package-row__desc-name {
  display: block;
  width: calc(100% - 25px);
  font-size: 125%;
  font-weight: 200;
  line-height: 100%;
  border-bottom: 1px solid #fff;
  padding: 0 0 12px 0;
}
.offerings-style.offerings-style--colorstack .all-options__packages .package-row__desc-name.package-row__desc-name--white {
  border-color: #181a1c;
}
.offerings-style.offerings-style--colorstack .all-options__packages .package-row__desc-name.package-row__desc-name--lightgreen {
  border-color: #181a1c;
}
@media only screen and (min-width: 350px) {
  .offerings-style.offerings-style--colorstack .all-options__packages .package-row__desc-name {
    width: calc(100% - 45px);
  }
}
.offerings-style.offerings-style--colorstack .all-options__packages .package-row__desc-name * {
  display: inline;
}
.offerings-style.offerings-style--colorstack .all-options__packages .package-row__desc-name strong {
  font-size: 85%;
  margin-top: 3px;
  display: inline-block;
  width: 184px;
}
@media only screen and (min-width: 450px) {
  .offerings-style.offerings-style--colorstack .all-options__packages .package-row__desc-name strong {
    width: auto;
  }
}
.offerings-style.offerings-style--colorstack .all-options__packages .package-row__desc-name .legal-text__sup {
  top: -0.6em;
  line-height: 15px;
}
.offerings-style.offerings-style--colorstack .all-options__packages .package-row__arrow {
  display: block;
  width: 25px;
  font-size: 187.5%;
  line-height: 15px;
  text-align: right;
  margin-right: 0;
}
@media only screen and (min-width: 350px) {
  .offerings-style.offerings-style--colorstack .all-options__packages .package-row__arrow {
    width: 45px;
  }
}
.offerings-style.offerings-style--colorstack .all-options__packages .package-row__price-text {
  padding: 10px 10px 0 0;
  min-width: 60%;
}
.offerings-style.offerings-style--colorstack .all-options__packages .package-row__price-text > span {
  display: block;
  font-size: 81.25%;
  font-weight: 400;
  line-height: 161%;
}
.offerings-style.offerings-style--colorstack .all-options__packages .package-row__price-text > span:first-of-type {
  font-size: 100%;
  font-weight: 600;
}
.offerings-style.offerings-style--colorstack .all-options__packages .package-row__price-text > span .price-text__light {
  font-weight: 400;
}
.offerings-style.offerings-style--colorstack .all-options__packages .package-row__price-text > span .price-text__heavy {
  font-weight: 600;
}
.offerings-style.offerings-style--colorstack .all-options__packages .package-row__support-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  border-left: 1px solid #fff;
  font-size: 87.5%;
  font-weight: 200;
  height: 40px;
  line-height: 123%;
  margin-top: 10px;
  padding: 0 5px 0 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.offerings-style.offerings-style--colorstack .all-options__packages .package-row__support-text > strong {
  font-size: 114.28%;
}
.offerings-style.offerings-style--colorstack .all-options__packages .package-row__support-text.package-row__support-text--promo {
  width: auto;
  max-width: 30%;
}
.offers-config-form .config-object-container,
.offers-config-form .config-array-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  border: 1px solid lightgrey;
}
.offers-config-form .config-array-container {
  max-height: 500px;
  overflow-y: auto;
}
.offers-config-form .config-object-container .config-object-container .config-object-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.offers-config-form .config-object,
.offers-config-form .config-item {
  padding-bottom: 5px;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.offers-config-form .config-item {
  padding-left: 10px;
}
.offers-config-form .config-object {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.offers-config-form .config-array {
  padding-left: 10px;
  padding-bottom: 5px;
  display: block;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.offers-config-form .offers-submit-button {
  margin-left: 10px;
}
.offers-config-form .offer-config-field {
  display: inline;
  height: 33px;
}
.offers-config-form .offer-config-label {
  display: inline;
  margin-right: 10px;
  cursor: default;
}
.offers-config-form .offer-config-input {
  width: inherit;
}
.offerings-style--prettygrid {
  background-color: #fff;
}
.offerings-style--prettygrid .offers-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  width: 1200px;
  margin: 0 auto;
}
.offerings-style--prettygrid .offers-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 40px 0 20px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 900px) {
  .offerings-style--prettygrid .offers-form {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.offerings-style--prettygrid .offers-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0 5px 20px 5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.offerings-style--prettygrid .offers-grid .offers-grid__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-size: 14px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.offerings-style--prettygrid .offers-grid .offers-grid__cell {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  color: #181a1c;
  background-color: #ffffff;
  max-width: 260px;
  padding: 10px;
  -webkit-box-shadow: 0 0 0 2px #f0efe9;
          box-shadow: 0 0 0 2px #f0efe9;
  margin: 0 5px;
}
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--column-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ffff;
  text-align: center;
  background-color: #767676;
  padding: 20px 10px 10px 10px;
  border-radius: 8px 8px 0 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--column-label .cell-content {
  display: block;
  width: 100%;
}
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--column-label .cell-package-name {
  font-size: 142%;
}
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--column-label .cell-package-description {
  display: none;
  margin: 0;
}
@media (min-width: 769px) {
  .offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--column-label .cell-package-description {
    display: block;
  }
}
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--column-label .badge {
  font-size: 14px;
  background-color: #71b5b0;
  -webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -15px;
  width: 80%;
  max-width: 180px;
}
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--column-label .badge.badge--tier0 {
  font-size: 90%;
}
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--column-label .badge + h2 {
  margin-top: 10px;
}
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__column-renewal-text {
  background-color: #f5f5f5;
  color: #181a1c;
  text-align: center;
  line-height: 123%;
  font-size: 90%;
  -webkit-box-shadow: 0 0 0 2px #f0efe9;
          box-shadow: 0 0 0 2px #f0efe9;
  padding: 10px;
  position: relative;
}
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__column-renewal-text .column-free-text {
  display: block;
  color: #005c7d;
  font-style: italic;
  font-size: 123%;
  margin: 0 0 2px 0;
}
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--row-label {
  text-align: right;
  max-width: 110px;
  background-color: #f8f7f3;
  min-width: 130px;
  border-radius: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--row-label.position-first,
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--row-label.position-only {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--row-label.position-last,
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--row-label.position-only {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--row-label .duration-text {
  font-size: 20px;
}
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--row-label .renew-cancel-text {
  font-size: 13px;
  font-style: italic;
  text-align: right;
}
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--offer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  padding: 0;
  font-size: inherit;
}
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--offer.position-last {
  border-radius: 0 0 8px 8px;
}
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--offer .registration-list-items {
  display: block;
  font-size: 42%;
  font-weight: 400;
  width: 100%;
  margin: 20px 10px;
}
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--offer .registration-list-items .bulleted {
  margin: 0 0 0 10px;
}
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--offer .registration-list-items .bulleted li {
  line-height: 123%;
}
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--offer input {
  height: 30px;
  line-height: 0;
  opacity: 0!important;
  overflow: hidden;
  position: absolute;
  width: 1px;
}
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--offer input + label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  font-weight: 400;
  max-width: 100%;
  font-size: 200%;
  line-height: 80%;
  padding: 20px 10px 15px 10px;
  position: relative;
  width: 100%;
}
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--offer input + label.offer-label--freemium {
  z-index: 2;
  background-color: #ffffff;
  border-radius: 0 0 8px 8px;
  -webkit-box-shadow: 0 0 0 2px #f0efe9;
          box-shadow: 0 0 0 2px #f0efe9;
}
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--offer input + label:before {
  content: "";
  display: block;
  color: #fff;
  text-align: center;
  text-indent: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 20px;
  height: 20px;
  line-height: 30px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.2);
  margin: 0 5px 0 0;
}
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--offer input + label .price-info {
  position: relative;
  display: block;
  font-size: 100%;
  line-height: 80%;
  width: calc(100% - 25px);
}
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--offer input + label .price-info.price-info--content-tier2 {
  width: calc(100% - 40px);
}
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--offer input + label .price-info.price-info--content-tier3 {
  width: calc(100% - 40px);
}
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--offer input + label .price-info span {
  vertical-align: top;
  line-height: 0.5em;
}
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--offer input + label .price-info .currency-symbol {
  font-size: 35%;
}
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--offer input + label .price-info .integer {
  font-size: 100%;
}
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--offer input + label .price-info .decimal-point {
  display: none;
}
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--offer input + label .price-info .decimal-number {
  font-size: 61%;
}
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--offer input + label .price-info .strike-through-price {
  opacity: 0.85;
  color: #767676;
}
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--offer input + label .price-info .strike-through-price .legal-text__sup {
  font-size: 37%;
  line-height: 0.5em;
}
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--offer input + label .price-info .per-duration {
  font-size: 42%;
  line-height: 100%;
}
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--offer input + label .price-info .per-duration:before {
  content: '/';
  font-size: 142%;
}
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--offer input + label .price-info .ldbm-addon {
  display: block;
  width: 100%;
  font-size: 50%;
  margin: 6px 0 0 6px;
}
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--offer input + label .ldbm-toggle-button {
  display: block;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  width: 100%;
  margin: 12px 0 0 0;
}
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--offer input + label .savings-text {
  display: block;
  color: #6ba410;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  text-align: center;
  width: 100%;
  margin: 15px 0 0 0;
}
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--offer input + label.offer-label--size-tier1 {
  font-size: 246%;
}
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--offer input + label.offer-label--size-tier2 {
  font-size: 284%;
}
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--offer input + label.offer-label--size-tier3 {
  font-size: 370%;
}
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--offer input + label.offer-label--size-tier2,
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--offer input + label.offer-label--size-tier3 {
  padding: 25px 15px 25px 15px;
}
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--offer input + label.offer-label--size-tier2:before,
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--offer input + label.offer-label--size-tier3:before {
  width: 30px;
  height: 30px;
  margin: 0 10px 0 0;
}
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--offer input + label.offer-label--size-tier2 .registration-list-items,
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--offer input + label.offer-label--size-tier3 .registration-list-items {
  font-size: 16px;
}
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--offer input + label.offer-label--size-tier2 .ldbm-addon,
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--offer input + label.offer-label--size-tier3 .ldbm-addon {
  font-size: 18px;
}
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--offer input + label.offer-label--size-tier2 .ldbm-toggle-button,
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--offer input + label.offer-label--size-tier3 .ldbm-toggle-button {
  font-size: 16px;
  margin: 15px 0 0 0;
}
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--offer input + label.offer-label--size-tier2 .savings-text,
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--offer input + label.offer-label--size-tier3 .savings-text {
  font-size: 20px;
}
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--offer input:checked + label,
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--offer input label.active {
  background-color: #f0efe9;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 0 5px #f0efe9;
          box-shadow: 0 0 0 5px #f0efe9;
  z-index: 2;
}
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--offer input:checked + label:before,
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--offer input label.active:before {
  background: #fff;
  -webkit-box-shadow: inset 0 3px 2px #b8d94c, inset 0 -3px 0 rgba(0, 0, 0, 0.2), inset 0 0 0 6px #6ba410;
          box-shadow: inset 0 3px 2px #b8d94c, inset 0 -3px 0 rgba(0, 0, 0, 0.2), inset 0 0 0 6px #6ba410;
}
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--offer input:checked + label.offer-label--size-tier2:before,
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--offer input label.active.offer-label--size-tier2:before,
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--offer input:checked + label.offer-label--size-tier3:before,
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--offer input label.active.offer-label--size-tier3:before {
  -webkit-box-shadow: inset 0 3px 2px #b8d94c, inset 0 -3px 0 rgba(0, 0, 0, 0.2), inset 0 0 0 9px #6ba410;
          box-shadow: inset 0 3px 2px #b8d94c, inset 0 -3px 0 rgba(0, 0, 0, 0.2), inset 0 0 0 9px #6ba410;
}
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--white {
  color: #181a1c;
  background-color: #ffff;
}
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--blue {
  background-color: #0079a3;
}
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--lightgreen {
  color: #181a1c;
  font-size: 94%;
  background-color: #b7d94c80;
}
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--green {
  background-color: #6ba410;
}
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--purple {
  background-color: #655586;
}
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--empty {
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.offerings-style--prettygrid .offers-grid .ldbm-toggle-button {
  display: block;
  font-size: 16px;
}
.offerings-style--prettygrid .offers-grid .legal-wrapper {
  display: block;
}
.offerings-style--prettygrid .offers-grid.offers-grid--row-labels-true .offers-grid__cell {
  max-width: 215px;
}
.offerings-style--prettygrid .offers-grid.offers-grid--cta-placement-side {
  max-width: calc(100% - 300px);
  width: auto;
  display: block;
}
.offerings-style--prettygrid .offers-grid.offers-grid--cta-placement-side .legal-text__paragraph {
  margin-left: 0;
}
@media (max-width: 900px) {
  .offerings-style--prettygrid .cta-arrow {
    display: none !important;
  }
}
.offerings-style--prettygrid .autoWidthBadge {
  overflow: hidden;
  white-space: nowrap;
  width: auto !important;
}
.offerings-style--prettygrid .autoWidthBadge p {
  font-size: 90%;
}
.offerings-style--prettygrid .offers-form__cta {
  text-align: center;
  display: block;
  width: calc(100% - 140px);
}
.offerings-style--prettygrid .offers-form__cta .cta-arrow {
  display: none;
  border: 5px solid transparent;
  border-left-color: #b8d94c;
  border-width: 90px 0 90px 38px;
  font-size: 0;
  height: 0;
  line-height: 0;
  vertical-align: middle;
  width: 0;
}
.offerings-style--prettygrid .offers-form__cta .submit-button {
  vertical-align: middle;
  font-size: 20px;
  line-height: 30px;
  min-height: 50px;
  padding: 9px 34px;
  min-width: 50%;
}
.offerings-style--prettygrid .offers-form__cta.offers-form__cta--row-labels-true {
  margin-left: 140px;
}
.offerings-style--prettygrid .offers-form__cta.offers-form__cta--placement-side {
  width: auto;
  margin: 0;
  -ms-flex-item-align: center;
      align-self: center;
  text-align: left;
  padding-right: 10px;
}
.offerings-style--prettygrid .offers-form__cta.offers-form__cta--placement-side .cta-arrow {
  display: inline;
}
.offerings-style--prettygrid .offers-form__cta.offers-form__cta--placement-side .submit-button {
  width: auto;
  margin-left: 10px;
}
.flexNoWrap > .cmp-item-list > .cmp-item-list__items {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media only screen and (max-width: 767px) {
  .profileCardResponsive__2cards .cmp-item-list__items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .profileCardResponsive__2cards .profileCmpCon .desktopCardCta {
    display: none;
  }
  .profileCardResponsive__2cards .profileCmpCon .tabMobCardCta {
    display: block;
  }
}
@media only screen and (max-width: 1005px) {
  .profileCardResponsive__3cards .profileCmpCon {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .profileCardResponsive__3cards .profileCmpCon .imgNameCon {
    text-align: center;
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .profileCardResponsive__3cards .cmp-item-list__items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .profileCardResponsive__3cards .profileCmpCon {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .profileCardResponsive__3cards .profileCmpCon .imgNameCon {
    text-align: left;
    width: 150px;
  }
  .profileCardResponsive__3cards .profileCmpCon .desktopCardCta {
    display: none;
  }
  .profileCardResponsive__3cards .profileCmpCon .tabMobCardCta {
    display: block;
  }
}
.equalHeightCons .profilecard {
  height: 100%;
}
.profileCmpCon {
  background: #fff;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 15px 10px;
  height: 100%;
  width: auto;
}
.profileCmpCon .imgNameCon {
  margin-right: 10px;
  width: 150px;
}
.profileCmpCon img {
  border-radius: 5px;
  width: 150px;
}
.profileCmpCon .profileName {
  display: block;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.profileCmpCon .profileTitle {
  margin: 0;
  font-size: 19px;
}
.profileCmpCon .profileText {
  margin-top: 10px;
  margin-bottom: 15px;
}
.profileCmpCon .tabMobCardCta {
  display: none;
}
@media only screen and (max-width: 479px) {
  .profileCmpCon {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .profileCmpCon .imgNameCon {
    text-align: center !important;
    width: auto !important;
  }
  .profileCmpCon .desktopCardCta {
    display: block !important;
  }
  .profileCmpCon .tabMobCardCta {
    display: none !important;
  }
}
.largeCards .profileCmpCon {
  padding: 20px 15px;
}
.largeCards .profileCmpCon .imgNameCon {
  margin-right: 10px;
  width: 40%;
  max-width: 175px;
}
.largeCards .profileCmpCon img {
  border-radius: 10px;
  width: 175px;
}
.largeCards .profileCmpCon .profileTextCon {
  width: 60%;
}
.largeCards .profileCmpCon .profileTitle {
  font-size: 32px;
  font-weight: 200;
}
.largeCards .profileCmpCon .profileText {
  margin-bottom: 15px;
}
.largeCards .profileCmpCon .tabMobCardCta {
  display: none;
}
@media only screen and (max-width: 1399px) {
  .largeCards .profileCmpCon {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .largeCards .profileCmpCon .imgNameCon,
  .largeCards .profileCmpCon .profileTextCon {
    width: 100%;
    max-width: 100%;
  }
  .largeCards .profileCmpCon .imgNameCon {
    text-align: center;
  }
}
@media only screen and (max-width: 1005px) {
  .largeCards .profileCmpCon {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 640px;
  }
  .largeCards .profileCmpCon .imgNameCon {
    width: 175px;
    max-width: inherit;
  }
  .largeCards .profileCmpCon .profileTextCon {
    width: inherit;
    max-width: inherit;
  }
  .largeCards .profileCmpCon .desktopCardCta {
    display: none;
  }
  .largeCards .profileCmpCon .tabMobCardCta {
    display: block;
  }
}
@media only screen and (max-width: 479px) {
  .largeCards .profileCmpCon {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .largeCards .profileCmpCon .imgNameCon {
    text-align: center !important;
    width: auto !important;
  }
  .largeCards .profileCmpCon .desktopCardCta {
    display: block;
  }
  .largeCards .profileCmpCon .tabMobCardCta {
    display: none;
  }
}
.transparentBkgCard .profileCmpCon {
  background: transparent;
}
.bgDark .SUI_SFS_form label {
  color: #FFFFFF;
}
.bgDark .SUI_SFS_form .exact-filter .locationButton {
  color: #ffffff;
}
@media only screen and (min-width: 1006px) {
  .SUI_SFS_form .form .ancCol {
    max-width: 100%;
    min-width: 0;
  }
  .formLargest label {
    font-size: 16px;
  }
}
.cmp-searchrecords-container {
  height: 500px;
  margin: auto;
  position: relative;
  max-width: 990px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1005px) {
  .cmp-searchrecords-container {
    background-size: cover;
  }
}
@media only screen and (max-width: 875px) {
  .cmp-searchrecords-container {
    background-position: -80px -17px;
    background-size: 111%;
    height: 760px;
    background-repeat: no-repeat;
  }
}
@media only screen and (max-width: 767px) {
  .cmp-searchrecords-container {
    display: block;
    background-size: 117%;
    height: inherit;
    padding-top: 35%;
  }
}
@media only screen and (max-width: 479px) {
  .cmp-searchrecords-container {
    background-position: -63px -20px;
    background-size: 120%;
  }
}
.cmp-searchrecords-container .left-container-wrapper {
  -webkit-box-flex: 60%;
      -ms-flex: 60%;
          flex: 60%;
}
.cmp-searchrecords-container .right-container-wrapper {
  -webkit-box-flex: 40%;
      -ms-flex: 40%;
          flex: 40%;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 500px;
  right: 0;
  padding: 100px 20px 0;
  position: absolute;
  width: 33%;
}
@media only screen and (max-width: 1005px) {
  .cmp-searchrecords-container .right-container-wrapper {
    width: 36%;
  }
}
@media only screen and (max-width: 875px) {
  .cmp-searchrecords-container .right-container-wrapper {
    height: auto;
    right: 50%;
    margin-right: -300px;
    padding: 20px 30px;
    top: 440px;
    width: 600px;
  }
}
@media only screen and (max-width: 767px) {
  .cmp-searchrecords-container .right-container-wrapper {
    right: 0;
    margin-right: 0;
    padding-bottom: 10px;
    width: 100%;
    top: auto;
    height: inherit;
    position: relative;
  }
}
@media only screen and (max-width: 479px) {
  .cmp-searchrecords-container .right-container-wrapper {
    padding: 20px 15px 10px;
  }
}
.cmp-searchrecords-container .display-text {
  background-color: rgba(155, 192, 28, 0.7);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  left: 0;
  position: absolute;
  height: 500px;
  padding: 70px 30px 0 50px;
  width: 35%;
}
.cmp-searchrecords-container .display-text .searchrecords-title {
  font-size: 48px;
  line-height: 55px;
  font-weight: 200;
}
.cmp-searchrecords-container .display-text .searchrecords-description {
  font-size: 32px;
  line-height: 42px;
  font-weight: 200;
}
@media only screen and (max-width: 1005px) {
  .cmp-searchrecords-container .display-text .searchrecords-title {
    font-size: 42px;
    line-height: 50px;
  }
  .cmp-searchrecords-container .display-text .searchrecords-description {
    font-size: 28px;
    line-height: 35px;
  }
}
@media only screen and (max-width: 875px) {
  .cmp-searchrecords-container .display-text {
    height: 200px;
    padding: 20px 20px 0;
    text-align: center;
    top: 275px;
    width: 100%;
  }
  .cmp-searchrecords-container .display-text .searchrecords-title {
    font-size: 48px;
    margin-bottom: 0;
  }
  .cmp-searchrecords-container .display-text .searchrecords-description {
    font-weight: 400;
  }
}
@media only screen and (max-width: 767px) {
  .cmp-searchrecords-container .display-text {
    height: inherit;
    padding: 15px 10px 20px;
    position: inherit;
    top: 0;
  }
  .cmp-searchrecords-container .display-text .searchrecords-title {
    font-size: 40px;
    line-height: 45px;
  }
  .cmp-searchrecords-container .display-text .searchrecords-description {
    font-size: 24px;
    line-height: 30px;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 479px) {
  .cmp-searchrecords-container .display-text {
    padding: 15px 15px 20px;
  }
  .cmp-searchrecords-container .display-text .searchrecords-title {
    display: none;
  }
  .cmp-searchrecords-container .display-text .searchrecords-description {
    font-size: 22px;
    line-height: 28px;
    margin-top: 0;
  }
}
.cmp-search-records-form .alert {
  position: absolute;
  top: 25px;
}
@media (min-width: 875px) and (max-width: 896px) {
  .cmp-search-records-form .alert {
    padding: 10px 20px 10px 57px;
  }
}
@media only screen and (max-width: 875px) {
  .cmp-search-records-form .alert {
    position: relative;
    margin: -20px 0 14px;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media only screen and (max-width: 767px) {
  .cmp-search-records-form .alert {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 479px) {
  .cmp-search-records-form .alert {
    margin: 0 10px 25px;
  }
}
.cmp-search-records-form #generic-error {
  top: 10px;
  padding: 10px 10px 10px 57px;
  margin-right: 10px;
}
@media (min-width: 394px) and (max-width: 875px) {
  .cmp-search-records-form #generic-error {
    padding: 20px 10px 20px 57px;
    top: unset;
    margin: 10px 0 -5px;
  }
}
@media (min-width: 394px) and (max-width: 875px) {
  .cmp-search-records-form #generic-error {
    top: unset;
  }
}
.cmp-search-records-form .form-text {
  color: #7a9c0f;
  line-height: 24px;
}
.cmp-search-records-form .form-text .form-title {
  font-size: 22px;
  font-weight: 900;
}
@media only screen and (max-width: 479px) {
  .cmp-search-records-form .form-text .form-title {
    font-size: 15px;
    font-weight: 400;
  }
}
@media only screen and (max-width: 875px) {
  .cmp-search-records-form .form-text {
    text-align: center;
  }
  .cmp-search-records-form .form-text p {
    display: inline-block;
  }
}
@media only screen and (max-width: 479px) {
  .cmp-search-records-form .form-text {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: -10px;
  }
}
.cmp-search-records-form p {
  margin-top: 0px;
}
.cmp-search-records-form #search-form label {
  display: block;
  font-weight: 400;
  margin: 15px 0 10px;
}
.cmp-search-records-form #search-form input {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  -webkit-box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, 0.05) !important;
          box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, 0.05) !important;
  color: #181a1c;
  font: inherit;
  outline: none;
  padding: 5px 4px 5px 6px;
  text-align: left;
  vertical-align: middle;
  height: 36px;
}
.cmp-search-records-form #search-form .input-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cmp-search-records-form #search-form .input-fields input.name-field {
  width: 48%;
  margin-right: 3%;
}
.cmp-search-records-form #search-form .input-fields input.location {
  width: 73%;
  margin-right: 3%;
}
.cmp-search-records-form #search-form .input-fields input.year-field {
  width: 23%;
  margin-right: 3%;
}
.cmp-search-records-form .button-wrapper {
  margin-top: 20px;
  float: left;
}
.cmp-search-records-form .button-wrapper .searchform-submit-button {
  line-height: 21.9px;
  min-height: 40px;
  padding: 8px 14px 8px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #6ba410;
  border: 1px solid transparent;
  border-radius: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff !important;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: bold;
  text-align: center;
  text-decoration: none !important;
  text-indent: 0;
  -webkit-transition: 0.2s padding-left;
  transition: 0.2s padding-left;
  vertical-align: middle;
}
@media only screen and (max-width: 875px) {
  .cmp-search-records-form .button-wrapper {
    clear: both;
    padding: 20px 0 10px;
    text-align: center;
    margin-top: 0;
    float: none;
  }
}
@media (min-width: 767px) and (max-width: 875px) {
  .cmp-search-records-form .name-details {
    float: left;
    width: 45%;
    padding-right: 2%;
  }
  .cmp-search-records-form .birth-details {
    float: left;
    width: 55%;
    padding-right: 2%;
  }
  .cmp-search-records-form .lived-in-details {
    padding-top: 1px;
  }
  .cmp-search-records-form .marriage-details {
    float: left;
    width: 55%;
    padding-right: 2%;
  }
}
.hitcount-results-modal {
  padding: 30px 50px 20px 120px;
  position: relative;
}
.hitcount-results-modal .modal-main-text {
  font-size: 36px;
  font-weight: 200;
  line-height: 1.35;
}
.hitcount-results-modal .modal-sub-text {
  font-size: 18px;
  margin-bottom: 25px;
  margin-top: 0px;
}
.hitcount-results-modal .searchform-modal-button {
  line-height: 21.9px;
  min-height: 40px;
  padding: 8px 14px 8px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #6ba410;
  border: 1px solid transparent;
  border-radius: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff !important;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: bold;
  text-align: center;
  text-decoration: none !important;
  text-indent: 0;
  -webkit-transition: 0.2s padding-left;
  transition: 0.2s padding-left;
  vertical-align: middle;
}
.hitcount-results-modal::before {
  background: #1b88b0;
  border-radius: 36px;
  color: #fff;
  display: block;
  font-size: 40px;
  left: 20px;
  padding: 36px 17px;
  position: absolute;
  top: 25px;
  content: "\e670";
  font: normal 230%/0 "ancestry-icon";
}
@media only screen and (max-width: 479px) {
  .hitcount-results-modal::before {
    display: none!important;
  }
  .hitcount-results-modal {
    padding: 30px 20px;
  }
}
.genealogy-search-pages .cmp-search-records-form .button-wrapper .searchform-submit-button {
  background-color: #e3720f;
  padding: 5px 12px;
  line-height: 18.9px;
  min-height: 30px;
}
@media only screen and (max-width: 875px) {
  .genealogy-search-pages .cmp-search-records-form .button-wrapper {
    text-align: left;
  }
}
@media (min-width: 767px) and (max-width: 875px) {
  .genealogy-search-pages .cmp-search-records-form .name-details {
    float: none;
    width: 100%;
    padding-right: 0;
  }
  .genealogy-search-pages .cmp-search-records-form .birth-details {
    float: none;
    width: 100%;
    padding-right: 0;
  }
  .genealogy-search-pages .cmp-search-records-form .lived-in-details {
    padding-top: 1px;
  }
  .genealogy-search-pages .cmp-search-records-form .marriage-details {
    float: none;
    width: 100%;
    padding-right: 0;
  }
}
.genealogy-search-pages .cmp-search-records-form #search-form label {
  font-weight: bold;
}
@media only screen and (max-width: 479px) {
  .genealogy-search-pages .cmp-search-records-form #search-form .input-fields {
    display: block;
  }
  .genealogy-search-pages .cmp-search-records-form #search-form .input-fields input.name-field,
  .genealogy-search-pages .cmp-search-records-form #search-form .input-fields input.location,
  .genealogy-search-pages .cmp-search-records-form #search-form .input-fields input.year-field {
    width: 100%;
    margin-right: 2%;
    margin-top: 10px;
  }
}
.genderCon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.genderCon div:first-child {
  margin-right: 20px;
}
.conBody {
  margin: 0 auto;
  max-width: 950px;
}
#discoverSubmit {
  margin-top: 10px;
}
.searchwidget label.hide {
  display: none !important;
}
.switchtoggle,
.switchtoggle .cmtyMapSwitch + .switchLabelHandle {
  position: relative;
}
.switchConLabel,
.switchtoggle .toggleSwitch ~ .switchConAfter,
.switchtoggle .toggleSwitch:checked ~ .switchConBefore {
  display: none;
}
.switchtoggle .toggleSwitch:checked ~ .switchConAfter,
.aem-AuthorLayer-Edit .switchConLabel,
.aem-AuthorLayer-Edit .switchtoggle .toggleSwitch ~ .switchConAfter,
.aem-AuthorLayer-Edit .switchtoggle .toggleSwitch:checked ~ .switchConBefore {
  display: block;
}
/*Testimonials Subsection styles*/
.subsecTestimonial {
  background-color: #f8f7f3;
}
.subsecTestimonial .widthContain {
  margin: 0 auto;
  padding: 0 0 0 20px;
  position: relative;
  max-width: 1200px;
  width: 100%;
  z-index: 1;
}
.testimonialThumbsCon {
  left: 80px;
  position: absolute;
  top: 30px;
  z-index: 2;
}
h4.testimonialThumbTitle {
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.testimonialThumbsCon li {
  float: left;
  width: 66px;
}
.testimonialThumbsCon li ~ li {
  margin-left: 14px;
}
.testimonialThumb {
  background-position: 50% 50%;
  border: 1px solid #7a9c0f;
  border-radius: 40px;
  display: block;
  margin: 0 auto;
  padding: 30px;
  position: relative;
  top: 0;
  z-index: 2;
}
.testimonialThumb:before {
  background-image: url('https://www.ancestrycdn.com/mars/landing/lohp/2016/subsections/subsec-testimonials-thumbs-select-sprite.png');
  content: "";
  display: none;
  left: -8px;
  height: 81px;
  position: absolute;
  top: -7px;
  width: 72px;
  z-index: 1;
}
.testimonialThumb:hover {
  border-width: 3px;
  top: -2px;
}
.testimonialThumb.dnaTab:before {
  background-position: -77px 0;
}
.testimonialThumb.fhdnaTab:before {
  background-position: -151px 0;
}
.testimonialThumb.fhTab {
  border-color: #7a9c0f;
}
.testimonialThumb.dnaTab {
  border-color: #03678b;
}
.testimonialThumb.fhdnaTab {
  border-color: #3b7c77;
}
.activeThumb .testimonialThumb:before,
.testimonialCon.activeTestimonial {
  display: block;
}
.testimonialsWrapper .ancGrid {
  margin-top: 0 !important;
}
.testimonialCon {
  display: none;
}
.testimonialTextCon {
  height: 612px;
  padding-top: 140px;
}
.testimonialTitle {
  color: #7a9c0f;
  font-size: 42px;
  font-style: italic;
  margin-left: 10px;
  position: relative;
}
.testimonialTitle:before {
  content: '“';
  left: -20px;
  position: absolute;
  top: 0;
}
.dnaStory .testimonialTitle {
  color: #03678b;
}
.fhdnaStory .testimonialTitle {
  color: #3d7b77;
}
.testimonialCon p {
  font-size: 19px;
  margin-left: 55px;
}
.ctaCon span {
  display: none;
  margin: 10px;
}
.fhdnaStory .ctaCon span,
.fhStory .ctaCon span.fhBtn,
.dnaStory .ctaCon span.dnaBtn {
  display: inline-block;
}
.testimonialCon .testimonialImgCon {
  overflow: hidden;
  vertical-align: bottom;
}
.testimonialHero {
  background-position: 50% 0;
  background-repeat: no-repeat;
  top: 0;
  height: 612px;
  overflow: hidden;
  position: absolute;
  max-width: 570px;
  width: 100%;
}
.subsecTestimonial .ancGridEqual {
  margin-right: 0;
}
@media only screen and (max-width: 1005px) {
  .testimonialThumbsCon {
    left: 45px;
  }
  .testimonialCon p {
    margin-left: 25px;
  }
}
@media only screen and (max-width: 875px) {
  .testimonialTextCon {
    height: inherit;
  }
  .testimonialTitle {
    font-size: 30px;
  }
  .testimonialCon p {
    font-size: 17px;
    margin-left: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonialThumbsCon {
    left: 30px;
  }
  .testimonialThumbsCon li ~ li {
    margin-left: 5px;
  }
  .testimonialTitle {
    font-size: 28px;
    font-weight: normal;
  }
  .testimonialCon p {
    margin-left: 15px;
  }
  .testimonialCon .testimonialImgCon {
    overflow: hidden;
    vertical-align: bottom;
  }
  .testimonialHero {
    bottom: inherit;
    top: 0;
  }
}
@media only screen and (max-width: 479px) {
  .testimonialThumbsCon {
    left: 15px;
  }
}
*.tab.cmp-tabs__tab--active {
  border-bottom-color: #9cbe30;
  color: #181a1c;
  cursor: default;
}
/****************************************
	Connected tabs
*****************************************/
.tabsConnected .tabsCon {
  font-size: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tabsConnected .tab {
  border: 2px solid rgba(0, 0, 0, 0.8);
  border-left-width: 1px;
  border-radius: 0;
  border-right-width: 1px;
  margin: 0;
  padding-bottom: 1px;
  padding-top: 1px;
}
.tabsConnected .tab:first-child {
  border-bottom-left-radius: 3px;
  border-left-width: 2px;
  border-top-left-radius: 3px;
}
.tabsConnected .tab:last-child {
  border-bottom-right-radius: 3px;
  border-right-width: 2px;
  border-top-right-radius: 3px;
}
.tabsConnected .tab.cmp-tabs__tab--active {
  background: rgba(0, 0, 0, 0.8);
  border-color: transparent;
  color: #fff;
  cursor: default;
}
.tabsConnected .tab:not(.cmp-tabs__tab--active):hover {
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
}
/****************************************
	Extra Tab Styles
*****************************************/
.tabsCentered .tabsCon {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tabFont24px .tabsCon {
  font-size: 24px;
}
.cmp-header {
  background: #fff;
}
.cmp-header__container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  line-height: 50px;
  margin: 0;
  max-width: 1250px;
  padding: 0 15px;
}
@media only screen and (min-width: 768px) {
  .cmp-header__container {
    height: 55px;
    line-height: 55px;
  }
}
@media only screen and (min-width: 1250px) {
  .cmp-header__container {
    margin: 0 auto;
  }
}
.cmp-header__logo {
  max-width: 183px;
}
.cmp-header__logo .cmp-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cmp-header__logo img,
.cmp-header__logo a {
  height: 25px;
  width: auto;
}
@media only screen and (min-width: 768px) {
  .cmp-header__logo img,
  .cmp-header__logo a {
    height: 32px;
    width: 183px;
  }
}
.cmp-header__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cmp-header__secondary-nav,
.cmp-header__primary-nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 19px;
  text-transform: uppercase;
}
.cmp-header__secondary-nav a,
.cmp-header__primary-nav a {
  margin-left: 15px;
}
@media only screen and (max-width: 1005px) {
  .cmp-header__secondary-nav a.iconAfter:after,
  .cmp-header__primary-nav a.iconAfter:after {
    display: none;
  }
}
@media only screen and (max-width: 1005px) {
  .cmp-header__secondary-nav .hide-md,
  .cmp-header__primary-nav .hide-md {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .cmp-header__secondary-nav .hide-sm,
  .cmp-header__primary-nav .hide-sm {
    display: none;
  }
}
.cmp-header__secondary-nav {
  margin-left: auto;
}
@media only screen and (max-width: 480px) {
  .cmp-header__small-font {
    font-size: 14px;
  }
  .cmp-header__small-font a {
    white-space: nowrap;
  }
}
.cmp-header a.greyLinks {
  color: #545454;
}
.cmp-header a.ancBtn.greyLinks {
  background-color: #ccc8bf;
}
.cmp-header a.ancBtn.greyLinks:hover,
.cmp-header a.ancBtn.greyLinks:focus {
  background-color: #b4aea0;
}
.cmp-header a.ancBtn.greyLinks:active {
  background-color: #545454;
}
.transparentBkg .cmp-header {
  background-color: transparent;
}
@media only screen and (max-width: 1005px) {
  .responsive-header-links .cmp-header a {
    font-size: 13px;
  }
  .responsive-header-links .cmp-header a.ancBtn.lrg {
    font-size: 14px;
    min-height: 33px;
    padding: 5px 9px;
  }
}
#legalBody {
  /*.modalTrigger > img,
  .privAnswer img { margin:20px auto; max-width:100%; }*/
}
#legalBody nav.pageCrumbs {
  display: none;
}
#legalBody ol,
#legalBody ul {
  list-style: none;
  text-indent: 0;
}
#legalBody .bulleted:first-child,
#legalBody .list:first-child,
#legalBody .numbered:first-child {
  margin-top: 0;
}
#legalBody .bulleted li,
#legalBody .list li,
#legalBody .numbered li {
  margin-top: 5px;
}
#legalBody .bulleted .numbered,
#legalBody .numbered {
  list-style: decimal;
}
#legalBody .list .list,
#legalBody .numbered {
  margin: 10px 0 0 20px;
}
#legalBody .bulleted {
  margin: 10px 0 0 10px;
}
#legalBody .bulleted > li:before {
  content: "\2022";
  display: block;
  font-weight: 700;
  height: 0;
  margin-left: -10px;
  opacity: 0.5;
}
#legalBody .bulleted .bulleted li:before {
  content: "\25e6";
}
#legalBody .bulleted .bulleted .bulleted li:before {
  content: "\25aa";
}
#legalBody .text + .text {
  padding-top: 45px;
}
#legalBody .cmp-item-list__item p {
  margin-top: 10px;
}
#legalBody .transparencyIcon:before {
  background: url("https://www.ancestrycdn.com/mars/landing/privacy-statement/privacy-statement-icons-transparency.png") no-repeat;
}
#legalBody .simplicityIcon:before {
  background: url("https://www.ancestrycdn.com/mars/landing/privacy-statement/privacy-statement-icons-simplicity.png") no-repeat;
}
#legalBody .controlIcon:before {
  background: url("https://www.ancestrycdn.com/mars/landing/privacy-statement/privacy-statement-icons-control.png") no-repeat;
}
#legalBody .privacyIcons {
  display: inline-block;
  margin-top: 20px;
  margin-left: 0;
}
#legalBody .privacyIcons:before {
  background-size: contain;
  content: "";
  display: inline-block;
  float: left;
  height: 60px;
  margin-right: 5px;
  width: 70px;
}
#legalBody .accordionSection p {
  font-size: 20px;
}
#legalBody #languageSelect {
  float: right;
  margin: 0 0 20px 20px;
}
#legalBody > .root > .aem-Grid > .responsivegrid > .aem-Grid > .container > .cmp-container > .cmp-container__container-content > .aem-Grid > .itemlist > .cmp-item-list > .cmp-item-list__items > .cmp-item-list__item-wrapper:nth-child(2) {
  width: 33.334%;
}
#legalBody .privWrap {
  background-color: #fff;
}
#legalBody .privSection {
  padding: 45px 115px;
}
#legalBody .privSubPageHeader {
  padding: 16px 115px 0;
}
#legalBody .privHeading {
  font-size: 60px;
  text-align: center;
}
#legalBody .privHeadCopy {
  border-bottom: 17px solid #648200;
  padding: 20px 115px 30px;
}
#legalBody .privHero {
  background: url("//c.mfcreative.com/mars/landing/privacy/privacy-hero.jpg") center top no-repeat;
  display: table-cell;
  height: 369px;
  max-width: 100%;
  padding: 20px 20px 40px;
  vertical-align: bottom;
  width: 1200px;
}
#legalBody .privSubTitle {
  font-size: 48px;
  text-align: center;
}
#legalBody .privPrinciples p {
  margin-top: 24px;
}
#legalBody .privPrinciples .privSubTitle {
  color: #1b88b0;
}
#legalBody .privSection p:not(:first-child) {
  margin-top: 20px;
}
#legalBody .privCollect {
  background: url("//c.mfcreative.com/mars/landing/privacy/privacy-dots.jpg") center top repeat-y;
  -webkit-box-shadow: inset 0 -30px 40px #fff;
          box-shadow: inset 0 -30px 40px #fff;
  max-width: 100%;
}
#legalBody .privHover {
  background: none;
  border: none;
}
#legalBody .privHover:hover .privCircle,
#legalBody .privHover:active .privCircle,
#legalBody .privHover:hover .privButton,
#legalBody .privHover:active .privButton {
  -webkit-box-shadow: 0 0 10px #000;
          box-shadow: 0 0 10px #000;
}
#legalBody .privCircle {
  background-color: #9cbe30;
  border: none;
  border-radius: 50%;
  display: block;
  height: 156px;
  margin: 20px auto;
  position: relative;
  width: 156px;
}
#legalBody .privCircle:before {
  background: url("//c.mfcreative.com/mars/landing/privacy/privacy-trans.png") no-repeat;
  bottom: 0;
  content: "";
  display: block;
  height: 61px;
  left: 0;
  margin: auto;
  overflow: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 84px;
}
#legalBody .privDNAHealth .privCircle {
  background-color: #03678b;
}
#legalBody .privOnline .privCircle {
  background-color: #60527e;
}
#legalBody .privDNAHealth .privCircle:before {
  background-position: -84px 0;
  height: 70px;
  width: 53px;
}
#legalBody .privOnline .privCircle:before {
  background-position: -136px 0;
  height: 72px;
  width: 113px;
}
#legalBody .privButton {
  background-color: #fff;
  border: 1px solid #9cbe30;
  border-radius: 3px;
  color: #9cbe30;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  line-height: 34px;
  padding: 0 20px;
  text-transform: uppercase;
}
#legalBody .privDNAHealth .privButton {
  border-color: #03678b;
  color: #03678b;
}
#legalBody .privOnline .privButton {
  border-color: #60527e;
  color: #60527e;
}
#legalBody .privModalHead {
  border-radius: 5px 5px 0 0;
  padding: 20px;
}
#legalBody .privModalCopy {
  padding: 32px 48px 24px 60px;
}
#legalBody .privQuestion {
  border-bottom: 1px solid #bebbb3;
  cursor: pointer;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.4em;
  margin: 0;
  padding: 14px 40px 14px 0;
  position: relative;
  -moz-transition: background 2s ease;
  -o-transition: background 2s ease;
  -webkit-transition: background 2s ease;
}
#legalBody .privQuestion:hover {
  background: #f8f6f2;
  -webkit-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
#legalBody .privQuestion.icon:before {
  color: #7a9c0f;
  font-size: 20px;
  margin-right: 0;
  position: absolute;
  right: 12px;
  top: 50%;
}
#legalBody .privAnswer {
  border-bottom: 1px solid #bebbb3;
  padding: 20px;
}
#legalBody .collapsed {
  display: none;
}
#legalBody .privLinks {
  border-top: 17px solid #648200;
  font-size: 20px;
  padding: 45px 50px 45px 115px;
}
#legalBody .privLinks h3 {
  font-size: 24px;
}
#legalBody .privLinks li {
  margin-top: 10px;
}
#legalBody .modalTrigger {
  clear: right;
  float: right;
  margin: 0 0 20px 20px;
  max-width: 35%;
}
#legalBody .accordionSection img {
  display: block;
  margin: 20px auto;
  max-width: 100%;
}
#legalBody .mainColumn > .cmp-container__container-content > .text > .cmp-text > img {
  display: block;
  margin: 20px auto;
  max-width: 100%;
}
#legalBody .accordionSection > .accordionCon .answerCon .paddingSpan p img {
  clear: right;
  float: right;
  margin: 0 0 20px 20px;
  max-width: 40%;
}
@media only screen and (max-width: 767px) {
  #legalBody .privHeading {
    font-size: 48px;
  }
  #legalBody .privSubPageHeader {
    padding: 10px 50px 0;
  }
  #legalBody .privHeadCopy,
  #legalBody .privSection {
    padding: 20px 50px;
  }
  #legalBody .privHeadCopy .text3xlrg,
  #legalBody .privSection p,
  #legalBody .privSection li {
    font-size: 18px;
  }
  #legalBody .privSubTitle {
    font-size: 36px;
  }
  #legalBody .privModalCopy {
    padding: 20px;
  }
}
@media only screen and (max-width: 479px) {
  #legalBody .privHero {
    height: auto;
    padding: 20px;
  }
  #legalBody .privHeading {
    font-size: 36px;
  }
  #legalBody .privSubPageHeader,
  #legalBody .privModalCopy {
    padding: 10px;
  }
  #legalBody .privHeadCopy,
  #legalBody .privSection {
    padding: 20px 10px;
  }
  #legalBody .privHeadCopy .text3xlrg,
  #legalBody .privSection p,
  #legalBody .privSection li {
    font-size: 16px;
  }
  #legalBody .privSubTitle {
    font-size: 24px;
  }
  #legalBody .privModalHead {
    border-radius: 0;
  }
  #legalBody .privQuestion {
    font-size: 20px;
  }
  #legalBody .privAnswer {
    padding: 20px 0;
  }
}
#legalBody .privFooter {
  border-top: 18px solid #678f00;
  padding: 46px 0 40px;
}
#legalBody .privFooter .page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#legalBody .privFootLinks {
  margin-left: 10px;
}
#legalBody .privFootLinks p,
#legalBody .privFootLinks li {
  font-size: 16px;
  font-weight: normal;
  text-align: left;
}
#legalBody .privFootLinks p {
  font-weight: bold;
}
#legalBody .privFootLinks ul {
  line-height: 1.5;
  margin-left: 0;
  margin-top: 10px;
}
#legalBody .privFootLinks li {
  list-style: none;
}
@media (max-width: 860px) {
  #legalBody .privFooter {
    padding-top: 0;
  }
  #legalBody .privFooter .page {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 300px;
  }
  #legalBody .privFootLinks,
  #legalBody .privFootLinks:first-child {
    margin-left: 0;
  }
  #legalBody .privFootLinks {
    margin-top: 20px;
  }
  #legalBody .privFootLinks br {
    display: none;
  }
}


