/* CSS Imports must be located at the top of core.css, so these are embedded first. */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800');

/*
 * 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.
 */
/*
 * 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;
}
/* API function to be called to generate a grid config */
/* maximum amount of grid cells to be provided */
/* default breakpoint >= 1200px */
.aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--1 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 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--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--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--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--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--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--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--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--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--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--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--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--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--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--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--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--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--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--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--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--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--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-GridColumn.aem-GridColumn--default--newline {
  /* newline behavior */
  clear: both !important;
}
.aem-Grid > .aem-GridColumn.aem-GridColumn--default--hide {
  /* hide behavior */
  display: none;
}
/* add gutter in the grid */
.aem-GridColumn {
  padding: 0 1.5rem;
}
/* Large breakpoint < 1200px */
@media (max-width: 1199px) {
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--lg--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--lg--1 > .aem-GridColumn.aem-GridColumn--lg--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--lg--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--lg--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--lg--2 > .aem-GridColumn.aem-GridColumn--lg--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--lg--2 > .aem-GridColumn.aem-GridColumn--lg--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--lg--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--lg--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--lg--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--lg--3 > .aem-GridColumn.aem-GridColumn--lg--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--lg--3 > .aem-GridColumn.aem-GridColumn--lg--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--lg--3 > .aem-GridColumn.aem-GridColumn--lg--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--lg--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--lg--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--lg--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--lg--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--lg--4 > .aem-GridColumn.aem-GridColumn--lg--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--lg--4 > .aem-GridColumn.aem-GridColumn--lg--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--lg--4 > .aem-GridColumn.aem-GridColumn--lg--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--lg--4 > .aem-GridColumn.aem-GridColumn--lg--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--lg--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--lg--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--lg--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--lg--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--lg--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--lg--5 > .aem-GridColumn.aem-GridColumn--lg--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--lg--5 > .aem-GridColumn.aem-GridColumn--lg--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--lg--5 > .aem-GridColumn.aem-GridColumn--lg--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--lg--5 > .aem-GridColumn.aem-GridColumn--lg--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--lg--5 > .aem-GridColumn.aem-GridColumn--lg--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--lg--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--lg--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--lg--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--lg--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--lg--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--lg--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--lg--6 > .aem-GridColumn.aem-GridColumn--lg--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--lg--6 > .aem-GridColumn.aem-GridColumn--lg--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--lg--6 > .aem-GridColumn.aem-GridColumn--lg--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--lg--6 > .aem-GridColumn.aem-GridColumn--lg--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--lg--6 > .aem-GridColumn.aem-GridColumn--lg--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--lg--6 > .aem-GridColumn.aem-GridColumn--lg--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--lg--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--lg--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--lg--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--lg--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--lg--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--lg--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--lg--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--lg--7 > .aem-GridColumn.aem-GridColumn--lg--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--lg--7 > .aem-GridColumn.aem-GridColumn--lg--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--lg--7 > .aem-GridColumn.aem-GridColumn--lg--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--lg--7 > .aem-GridColumn.aem-GridColumn--lg--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--lg--7 > .aem-GridColumn.aem-GridColumn--lg--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--lg--7 > .aem-GridColumn.aem-GridColumn--lg--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--lg--7 > .aem-GridColumn.aem-GridColumn--lg--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--lg--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--lg--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--lg--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--lg--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--lg--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--lg--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--lg--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--lg--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--lg--8 > .aem-GridColumn.aem-GridColumn--lg--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--lg--8 > .aem-GridColumn.aem-GridColumn--lg--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--lg--8 > .aem-GridColumn.aem-GridColumn--lg--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--lg--8 > .aem-GridColumn.aem-GridColumn--lg--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--lg--8 > .aem-GridColumn.aem-GridColumn--lg--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--lg--8 > .aem-GridColumn.aem-GridColumn--lg--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--lg--8 > .aem-GridColumn.aem-GridColumn--lg--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--lg--8 > .aem-GridColumn.aem-GridColumn--lg--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--lg--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--lg--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--lg--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--lg--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--lg--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--lg--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--lg--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--lg--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--lg--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--lg--9 > .aem-GridColumn.aem-GridColumn--lg--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--lg--9 > .aem-GridColumn.aem-GridColumn--lg--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--lg--9 > .aem-GridColumn.aem-GridColumn--lg--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--lg--9 > .aem-GridColumn.aem-GridColumn--lg--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--lg--9 > .aem-GridColumn.aem-GridColumn--lg--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--lg--9 > .aem-GridColumn.aem-GridColumn--lg--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--lg--9 > .aem-GridColumn.aem-GridColumn--lg--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--lg--9 > .aem-GridColumn.aem-GridColumn--lg--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--lg--9 > .aem-GridColumn.aem-GridColumn--lg--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--lg--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--lg--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--lg--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--lg--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--lg--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--lg--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--lg--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--lg--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--lg--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--lg--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--lg--10 > .aem-GridColumn.aem-GridColumn--lg--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--lg--10 > .aem-GridColumn.aem-GridColumn--lg--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--lg--10 > .aem-GridColumn.aem-GridColumn--lg--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--lg--10 > .aem-GridColumn.aem-GridColumn--lg--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--lg--10 > .aem-GridColumn.aem-GridColumn--lg--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--lg--10 > .aem-GridColumn.aem-GridColumn--lg--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--lg--10 > .aem-GridColumn.aem-GridColumn--lg--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--lg--10 > .aem-GridColumn.aem-GridColumn--lg--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--lg--10 > .aem-GridColumn.aem-GridColumn--lg--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--lg--10 > .aem-GridColumn.aem-GridColumn--lg--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--lg--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--lg--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--lg--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--lg--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--lg--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--lg--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--lg--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--lg--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--lg--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--lg--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--lg--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--lg--11 > .aem-GridColumn.aem-GridColumn--lg--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--lg--11 > .aem-GridColumn.aem-GridColumn--lg--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--lg--11 > .aem-GridColumn.aem-GridColumn--lg--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--lg--11 > .aem-GridColumn.aem-GridColumn--lg--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--lg--11 > .aem-GridColumn.aem-GridColumn--lg--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--lg--11 > .aem-GridColumn.aem-GridColumn--lg--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--lg--11 > .aem-GridColumn.aem-GridColumn--lg--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--lg--11 > .aem-GridColumn.aem-GridColumn--lg--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--lg--11 > .aem-GridColumn.aem-GridColumn--lg--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--lg--11 > .aem-GridColumn.aem-GridColumn--lg--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--lg--11 > .aem-GridColumn.aem-GridColumn--lg--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--lg--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--lg--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--lg--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--lg--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--lg--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--lg--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--lg--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--lg--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--lg--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--lg--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--lg--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--lg--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--lg--12 > .aem-GridColumn.aem-GridColumn--lg--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--lg--12 > .aem-GridColumn.aem-GridColumn--lg--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--lg--12 > .aem-GridColumn.aem-GridColumn--lg--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--lg--12 > .aem-GridColumn.aem-GridColumn--lg--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--lg--12 > .aem-GridColumn.aem-GridColumn--lg--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--lg--12 > .aem-GridColumn.aem-GridColumn--lg--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--lg--12 > .aem-GridColumn.aem-GridColumn--lg--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--lg--12 > .aem-GridColumn.aem-GridColumn--lg--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--lg--12 > .aem-GridColumn.aem-GridColumn--lg--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--lg--12 > .aem-GridColumn.aem-GridColumn--lg--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--lg--12 > .aem-GridColumn.aem-GridColumn--lg--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--lg--12 > .aem-GridColumn.aem-GridColumn--lg--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--lg--newline {
    /* newline behavior */
    clear: both !important;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--lg--hide {
    /* hide behavior */
    display: none;
  }
}
/* Medium breakpoint < 992px */
@media (max-width: 991px) {
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--md--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--md--1 > .aem-GridColumn.aem-GridColumn--md--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--md--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--md--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--md--2 > .aem-GridColumn.aem-GridColumn--md--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--md--2 > .aem-GridColumn.aem-GridColumn--md--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--md--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--md--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--md--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--md--3 > .aem-GridColumn.aem-GridColumn--md--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--md--3 > .aem-GridColumn.aem-GridColumn--md--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--md--3 > .aem-GridColumn.aem-GridColumn--md--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--md--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--md--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--md--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--md--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--md--4 > .aem-GridColumn.aem-GridColumn--md--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--md--4 > .aem-GridColumn.aem-GridColumn--md--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--md--4 > .aem-GridColumn.aem-GridColumn--md--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--md--4 > .aem-GridColumn.aem-GridColumn--md--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--md--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--md--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--md--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--md--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--md--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--md--5 > .aem-GridColumn.aem-GridColumn--md--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--md--5 > .aem-GridColumn.aem-GridColumn--md--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--md--5 > .aem-GridColumn.aem-GridColumn--md--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--md--5 > .aem-GridColumn.aem-GridColumn--md--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--md--5 > .aem-GridColumn.aem-GridColumn--md--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--md--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--md--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--md--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--md--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--md--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--md--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--md--6 > .aem-GridColumn.aem-GridColumn--md--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--md--6 > .aem-GridColumn.aem-GridColumn--md--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--md--6 > .aem-GridColumn.aem-GridColumn--md--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--md--6 > .aem-GridColumn.aem-GridColumn--md--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--md--6 > .aem-GridColumn.aem-GridColumn--md--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--md--6 > .aem-GridColumn.aem-GridColumn--md--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--md--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--md--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--md--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--md--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--md--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--md--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--md--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--md--7 > .aem-GridColumn.aem-GridColumn--md--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--md--7 > .aem-GridColumn.aem-GridColumn--md--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--md--7 > .aem-GridColumn.aem-GridColumn--md--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--md--7 > .aem-GridColumn.aem-GridColumn--md--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--md--7 > .aem-GridColumn.aem-GridColumn--md--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--md--7 > .aem-GridColumn.aem-GridColumn--md--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--md--7 > .aem-GridColumn.aem-GridColumn--md--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--md--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--md--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--md--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--md--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--md--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--md--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--md--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--md--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--md--8 > .aem-GridColumn.aem-GridColumn--md--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--md--8 > .aem-GridColumn.aem-GridColumn--md--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--md--8 > .aem-GridColumn.aem-GridColumn--md--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--md--8 > .aem-GridColumn.aem-GridColumn--md--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--md--8 > .aem-GridColumn.aem-GridColumn--md--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--md--8 > .aem-GridColumn.aem-GridColumn--md--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--md--8 > .aem-GridColumn.aem-GridColumn--md--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--md--8 > .aem-GridColumn.aem-GridColumn--md--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--md--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--md--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--md--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--md--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--md--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--md--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--md--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--md--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--md--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--md--9 > .aem-GridColumn.aem-GridColumn--md--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--md--9 > .aem-GridColumn.aem-GridColumn--md--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--md--9 > .aem-GridColumn.aem-GridColumn--md--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--md--9 > .aem-GridColumn.aem-GridColumn--md--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--md--9 > .aem-GridColumn.aem-GridColumn--md--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--md--9 > .aem-GridColumn.aem-GridColumn--md--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--md--9 > .aem-GridColumn.aem-GridColumn--md--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--md--9 > .aem-GridColumn.aem-GridColumn--md--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--md--9 > .aem-GridColumn.aem-GridColumn--md--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--md--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--md--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--md--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--md--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--md--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--md--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--md--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--md--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--md--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--md--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--md--10 > .aem-GridColumn.aem-GridColumn--md--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--md--10 > .aem-GridColumn.aem-GridColumn--md--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--md--10 > .aem-GridColumn.aem-GridColumn--md--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--md--10 > .aem-GridColumn.aem-GridColumn--md--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--md--10 > .aem-GridColumn.aem-GridColumn--md--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--md--10 > .aem-GridColumn.aem-GridColumn--md--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--md--10 > .aem-GridColumn.aem-GridColumn--md--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--md--10 > .aem-GridColumn.aem-GridColumn--md--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--md--10 > .aem-GridColumn.aem-GridColumn--md--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--md--10 > .aem-GridColumn.aem-GridColumn--md--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--md--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--md--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--md--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--md--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--md--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--md--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--md--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--md--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--md--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--md--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--md--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--md--11 > .aem-GridColumn.aem-GridColumn--md--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--md--11 > .aem-GridColumn.aem-GridColumn--md--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--md--11 > .aem-GridColumn.aem-GridColumn--md--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--md--11 > .aem-GridColumn.aem-GridColumn--md--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--md--11 > .aem-GridColumn.aem-GridColumn--md--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--md--11 > .aem-GridColumn.aem-GridColumn--md--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--md--11 > .aem-GridColumn.aem-GridColumn--md--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--md--11 > .aem-GridColumn.aem-GridColumn--md--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--md--11 > .aem-GridColumn.aem-GridColumn--md--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--md--11 > .aem-GridColumn.aem-GridColumn--md--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--md--11 > .aem-GridColumn.aem-GridColumn--md--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--md--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--md--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--md--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--md--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--md--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--md--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--md--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--md--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--md--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--md--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--md--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--md--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--md--12 > .aem-GridColumn.aem-GridColumn--md--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--md--12 > .aem-GridColumn.aem-GridColumn--md--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--md--12 > .aem-GridColumn.aem-GridColumn--md--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--md--12 > .aem-GridColumn.aem-GridColumn--md--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--md--12 > .aem-GridColumn.aem-GridColumn--md--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--md--12 > .aem-GridColumn.aem-GridColumn--md--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--md--12 > .aem-GridColumn.aem-GridColumn--md--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--md--12 > .aem-GridColumn.aem-GridColumn--md--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--md--12 > .aem-GridColumn.aem-GridColumn--md--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--md--12 > .aem-GridColumn.aem-GridColumn--md--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--md--12 > .aem-GridColumn.aem-GridColumn--md--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--md--12 > .aem-GridColumn.aem-GridColumn--md--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--md--newline {
    /* newline behavior */
    clear: both !important;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--md--hide {
    /* hide behavior */
    display: none;
  }
}
/* Small breakpoint < 768px */
@media (max-width: 767px) {
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--sm--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--sm--1 > .aem-GridColumn.aem-GridColumn--sm--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--sm--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--sm--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--sm--2 > .aem-GridColumn.aem-GridColumn--sm--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--sm--2 > .aem-GridColumn.aem-GridColumn--sm--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--sm--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--sm--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--sm--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--sm--3 > .aem-GridColumn.aem-GridColumn--sm--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--sm--3 > .aem-GridColumn.aem-GridColumn--sm--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--sm--3 > .aem-GridColumn.aem-GridColumn--sm--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--sm--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--sm--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--sm--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--sm--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--sm--4 > .aem-GridColumn.aem-GridColumn--sm--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--sm--4 > .aem-GridColumn.aem-GridColumn--sm--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--sm--4 > .aem-GridColumn.aem-GridColumn--sm--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--sm--4 > .aem-GridColumn.aem-GridColumn--sm--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--sm--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--sm--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--sm--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--sm--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--sm--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--sm--5 > .aem-GridColumn.aem-GridColumn--sm--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--sm--5 > .aem-GridColumn.aem-GridColumn--sm--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--sm--5 > .aem-GridColumn.aem-GridColumn--sm--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--sm--5 > .aem-GridColumn.aem-GridColumn--sm--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--sm--5 > .aem-GridColumn.aem-GridColumn--sm--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--sm--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--sm--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--sm--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--sm--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--sm--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--sm--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--sm--6 > .aem-GridColumn.aem-GridColumn--sm--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--sm--6 > .aem-GridColumn.aem-GridColumn--sm--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--sm--6 > .aem-GridColumn.aem-GridColumn--sm--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--sm--6 > .aem-GridColumn.aem-GridColumn--sm--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--sm--6 > .aem-GridColumn.aem-GridColumn--sm--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--sm--6 > .aem-GridColumn.aem-GridColumn--sm--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--sm--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--sm--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--sm--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--sm--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--sm--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--sm--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--sm--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--sm--7 > .aem-GridColumn.aem-GridColumn--sm--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--sm--7 > .aem-GridColumn.aem-GridColumn--sm--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--sm--7 > .aem-GridColumn.aem-GridColumn--sm--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--sm--7 > .aem-GridColumn.aem-GridColumn--sm--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--sm--7 > .aem-GridColumn.aem-GridColumn--sm--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--sm--7 > .aem-GridColumn.aem-GridColumn--sm--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--sm--7 > .aem-GridColumn.aem-GridColumn--sm--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--sm--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--sm--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--sm--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--sm--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--sm--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--sm--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--sm--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--sm--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--sm--8 > .aem-GridColumn.aem-GridColumn--sm--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--sm--8 > .aem-GridColumn.aem-GridColumn--sm--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--sm--8 > .aem-GridColumn.aem-GridColumn--sm--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--sm--8 > .aem-GridColumn.aem-GridColumn--sm--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--sm--8 > .aem-GridColumn.aem-GridColumn--sm--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--sm--8 > .aem-GridColumn.aem-GridColumn--sm--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--sm--8 > .aem-GridColumn.aem-GridColumn--sm--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--sm--8 > .aem-GridColumn.aem-GridColumn--sm--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--sm--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--sm--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--sm--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--sm--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--sm--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--sm--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--sm--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--sm--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--sm--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--sm--9 > .aem-GridColumn.aem-GridColumn--sm--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--sm--9 > .aem-GridColumn.aem-GridColumn--sm--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--sm--9 > .aem-GridColumn.aem-GridColumn--sm--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--sm--9 > .aem-GridColumn.aem-GridColumn--sm--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--sm--9 > .aem-GridColumn.aem-GridColumn--sm--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--sm--9 > .aem-GridColumn.aem-GridColumn--sm--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--sm--9 > .aem-GridColumn.aem-GridColumn--sm--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--sm--9 > .aem-GridColumn.aem-GridColumn--sm--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--sm--9 > .aem-GridColumn.aem-GridColumn--sm--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--sm--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--sm--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--sm--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--sm--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--sm--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--sm--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--sm--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--sm--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--sm--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--sm--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--sm--10 > .aem-GridColumn.aem-GridColumn--sm--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--sm--10 > .aem-GridColumn.aem-GridColumn--sm--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--sm--10 > .aem-GridColumn.aem-GridColumn--sm--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--sm--10 > .aem-GridColumn.aem-GridColumn--sm--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--sm--10 > .aem-GridColumn.aem-GridColumn--sm--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--sm--10 > .aem-GridColumn.aem-GridColumn--sm--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--sm--10 > .aem-GridColumn.aem-GridColumn--sm--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--sm--10 > .aem-GridColumn.aem-GridColumn--sm--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--sm--10 > .aem-GridColumn.aem-GridColumn--sm--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--sm--10 > .aem-GridColumn.aem-GridColumn--sm--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--sm--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--sm--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--sm--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--sm--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--sm--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--sm--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--sm--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--sm--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--sm--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--sm--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--sm--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--sm--11 > .aem-GridColumn.aem-GridColumn--sm--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--sm--11 > .aem-GridColumn.aem-GridColumn--sm--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--sm--11 > .aem-GridColumn.aem-GridColumn--sm--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--sm--11 > .aem-GridColumn.aem-GridColumn--sm--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--sm--11 > .aem-GridColumn.aem-GridColumn--sm--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--sm--11 > .aem-GridColumn.aem-GridColumn--sm--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--sm--11 > .aem-GridColumn.aem-GridColumn--sm--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--sm--11 > .aem-GridColumn.aem-GridColumn--sm--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--sm--11 > .aem-GridColumn.aem-GridColumn--sm--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--sm--11 > .aem-GridColumn.aem-GridColumn--sm--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--sm--11 > .aem-GridColumn.aem-GridColumn--sm--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--sm--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--sm--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--sm--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--sm--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--sm--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--sm--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--sm--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--sm--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--sm--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--sm--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--sm--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--sm--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--sm--12 > .aem-GridColumn.aem-GridColumn--sm--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--sm--12 > .aem-GridColumn.aem-GridColumn--sm--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--sm--12 > .aem-GridColumn.aem-GridColumn--sm--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--sm--12 > .aem-GridColumn.aem-GridColumn--sm--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--sm--12 > .aem-GridColumn.aem-GridColumn--sm--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--sm--12 > .aem-GridColumn.aem-GridColumn--sm--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--sm--12 > .aem-GridColumn.aem-GridColumn--sm--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--sm--12 > .aem-GridColumn.aem-GridColumn--sm--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--sm--12 > .aem-GridColumn.aem-GridColumn--sm--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--sm--12 > .aem-GridColumn.aem-GridColumn--sm--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--sm--12 > .aem-GridColumn.aem-GridColumn--sm--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--sm--12 > .aem-GridColumn.aem-GridColumn--sm--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--sm--newline {
    /* newline behavior */
    clear: both !important;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--sm--hide {
    /* hide behavior */
    display: none;
  }
}
/* Remove left/right padding from AEM Grid first/last child */
.aem-GridColumn-NoLeftPadding {
  padding-left: 0;
}
.aem-GridColumn-NoRightPadding {
  padding-right: 0;
}

/*
 ADOBE CONFIDENTIAL
 __________________

  Copyright 2012 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 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.
 */
@media (max-width: 767px) {

    body {
        padding-left: 0px;
        padding-right: 0px;
    }

    .container {
        padding-left: 0px;
        padding-right: 0px;
    }

}

/*
 ADOBE CONFIDENTIAL
 __________________

  Copyright 2012 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 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.
 */
@media (max-width: 480px) {

    /* IE10 Metro Snap View */
    @-ms-viewport { width: device-width; }

    body {
        min-width: 320px;
    }

    .container {
        padding-left: 0px;
        padding-right: 0px;
    }
}

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	box-shadow: 0 0 5px #ccc;
	border:  5px solid #fff;
	left: -5px;
	background: #fff;
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-ms-transform: translatez(0);
	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../common/core/imgs/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(../common/core/imgs/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(../common/core/imgs/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../common/core/imgs/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../common/core/imgs/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

/* ==========================================================================
    Tooltips -- Version: 1.9.0.1 - Updated: 2/6/2014
   ========================================================================== */
.spectrum-tooltip {
  position: relative;
  color: #3376b2;
  text-decoration: none;
}
.spectrum-tooltip a {
  position: relative;
}
.spectrum-tooltip span.tooltip-text {
  position: absolute;
  left: 50%;
  width: 150px;
  margin-left: -75px;
  padding: .5em 1em;
  border: 3px solid white;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #e0e7eb;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e0e7eb), to(white));
  background-image: -webkit-linear-gradient(top, #e0e7eb, white);
  background-image: -moz-linear-gradient(top, #e0e7eb, white);
  background-image: -ms-linear-gradient(top, #e0e7eb, white);
  background-image: -o-linear-gradient(top, #e0e7eb, white);
  background-image: linear-gradient(top, #e0e7eb, white);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#e0e7eb', EndColorStr='white')";
  zoom: 1;
  color: #333333;
  text-align: center;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-box-shadow: 0 0 3px 0 #333333;
  -moz-box-shadow: 0 0 3px 0 #333333;
  box-shadow: 0 0 3px 0 #333333;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 999999;
}
.spectrum-tooltip:hover span.tooltip-text {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.spectrum-tooltipspan.tooltip-text:hover {
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  cursor: default;
}
.tooltip.above span.tooltip-text {
  bottom: 2em;
}
.tooltip.above span.tooltip-text:before {
  position: absolute;
  bottom: -11px;
  left: 43%;
  width: 0;
  height: 0;
  content: " ";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid white;
  z-index: 5;
}
.tooltip.above span.tooltip-text:after {
  position: absolute;
  display: block;
  left: 43%;
  bottom: -13px;
  width: 0;
  height: 0;
  content: " ";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #999;
}
.tooltip.below span.tooltip-text {
  top: 2em;
}
.tooltip.below span.tooltip-text:before {
  position: absolute;
  top: -11px;
  left: 43%;
  width: 0;
  height: 0;
  content: " ";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid white;
  z-index: 5;
}
.tooltip.below span.tooltip-text:after {
  position: absolute;
  display: block;
  left: 43%;
  top: -13px;
  width: 0;
  height: 0;
  content: " ";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #999;
}

#CQ .x-html-editor-tb .x-btn-text.x-edit-modifytooltip {
  background: url(../../../../apps/spectrum/common/components/content/richtext/clientlibs/icons/modifytooltip.png) center no-repeat;
}

#CQ .x-html-editor-tb .x-btn-text.x-edit-removetooltip {
  background: url(../../../../apps/spectrum/common/components/content/richtext/clientlibs/icons/removetooltip.png) center no-repeat;
}

#CQ .x-html-editor-tb .x-edit-modifyglobaltooltip {
  background: url(../../../../apps/spectrum/common/components/content/richtext/clientlibs/icons/modifyglobaltooltip.png) center no-repeat !important;
}

.spectrum-tooltip{
  position: relative;
  color: #3376b2;
  border-bottom: 1px dotted #3376b2;
  cursor: pointer;
}

.spectrum-tooltip:hover {
  border-bottom-color: #1b405d;
}

.tooltip-popup {
  display: none;
  position: absolute;
  /* top and left positions are set via JS */
  z-index: 99999;
  width: 240px;
  max-width: 100%;
  overflow: hidden;
  /* Add "top" class to point the arrow up */
  /* Add "bottom" class to point the arrow down */
  /* Add "left" class to point the arrow to the left */
  /* Add "right" class to point the arrow to the right */
}

.tooltip-popup .tooltip-content:before, .tooltip-popup .tooltip-wrap:before, .tooltip-popup .tooltip-wrap:after {
  display: block;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
}

.tooltip-popup.top .tooltip-content:before,
.tooltip-popup.top .tooltip-wrap:before,
.tooltip-popup.top .tooltip-wrap:after, .tooltip-popup.bottom .tooltip-content:before,
.tooltip-popup.bottom .tooltip-wrap:before,
.tooltip-popup.bottom .tooltip-wrap:after {
  border-left-color: rgba(255, 255, 255, 0);
  border-right-color: rgba(255, 255, 255, 0);
  left: 50%;
}

.tooltip-popup.left .tooltip-content:before,
.tooltip-popup.left .tooltip-wrap:before,
.tooltip-popup.left .tooltip-wrap:after, .tooltip-popup.right .tooltip-content:before,
.tooltip-popup.right .tooltip-wrap:before,
.tooltip-popup.right .tooltip-wrap:after {
  border-top-color: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(255, 255, 255, 0);
  top: 50%;
}

.tooltip-popup .tooltip-content {
  border: 1px solid #999999;
  position: relative;
}

.tooltip-popup .tooltip-wrap {
  color: #444;
  font-size: 13px;
  line-height: 18px;
  border: 3px solid white;
  padding: 10px;
  z-index: 1;
}

.tooltip-popup .tooltip-wrap:before, .tooltip-popup .tooltip-wrap:after {
  z-index: 2;
}

.tooltip-popup header {
  font-weight: bold;
  font-size: 15px;
  color: #222;
  margin: 0 0 5px;
}

.tooltip-popup.top .tooltip-content:before, .tooltip-popup.bottom .tooltip-content:before {
  border-left-width: 12px;
  border-right-width: 12px;
  margin-left: -12px;
}

.tooltip-popup.top .tooltip-wrap, .tooltip-popup.bottom .tooltip-wrap {
  background-color: #eaeff1;
  background-image: -moz-linear-gradient(270deg, #e0e7eb 0%, #f5f7f8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e0e7eb), color-stop(100%, #f5f7f8));
  background-image: -webkit-linear-gradient(270deg, #e0e7eb 0%, #f5f7f8 100%);
  background-image: -o-linear-gradient(270deg, #e0e7eb 0%, #f5f7f8 100%);
  background-image: -ms-linear-gradient(270deg, #e0e7eb 0%, #f5f7f8 100%);
  background-image: linear-gradient(to bottom, #e0e7eb 0%, #f5f7f8 100%);
}

.tooltip-popup.top .tooltip-wrap:before, .tooltip-popup.bottom .tooltip-wrap:before {
  border-left-width: 11px;
  border-right-width: 11px;
  margin-left: -11px;
}

.tooltip-popup.top .tooltip-wrap:after, .tooltip-popup.bottom .tooltip-wrap:after {
  border-left-width: 9px;
  border-right-width: 9px;
  margin-left: -9px;
}

.tooltip-popup.top {
  padding-top: 12px;
}

.tooltip-popup.top .tooltip-content:before,
.tooltip-popup.top .tooltip-wrap:before,
.tooltip-popup.top .tooltip-wrap:after {
  border-top: 0;
}

.tooltip-popup.top .tooltip-content:before {
  border-bottom: 12px solid #999999;
  top: -12px;
}

.tooltip-popup.top .tooltip-wrap:before {
  border-bottom: 11px solid white;
  top: -11px;
}

.tooltip-popup.top .tooltip-wrap:after {
  border-bottom: 9px solid #e0e7eb;
  top: -6px;
}

.tooltip-popup.bottom {
  padding-bottom: 12px;
}

.tooltip-popup.bottom .tooltip-content:before,
.tooltip-popup.bottom .tooltip-wrap:before,
.tooltip-popup.bottom .tooltip-wrap:after {
  border-bottom: 0;
}

.tooltip-popup.bottom .tooltip-content:before {
  border-top: 12px solid #999999;
  bottom: -12px;
}

.tooltip-popup.bottom .tooltip-wrap:before {
  border-top: 11px solid white;
  bottom: -11px;
}

.tooltip-popup.bottom .tooltip-wrap:after {
  border-top: 9px solid #f5f7f8;
  bottom: -6px;
}

.tooltip-popup.left .tooltip-content:before, .tooltip-popup.right .tooltip-content:before {
  border-top-width: 12px;
  border-bottom-width: 12px;
  margin-top: -12px;
}

.tooltip-popup.left .tooltip-wrap, .tooltip-popup.right .tooltip-wrap {
  background: #e0e7eb;
}

.tooltip-popup.left .tooltip-wrap:before, .tooltip-popup.right .tooltip-wrap:before {
  border-top-width: 11px;
  border-bottom-width: 11px;
  margin-top: -11px;
}

.tooltip-popup.left .tooltip-wrap:after, .tooltip-popup.right .tooltip-wrap:after {
  border-top-width: 9px;
  border-bottom-width: 9px;
  margin-top: -9px;
}

.tooltip-popup.left {
  padding-left: 12px;
}

.tooltip-popup.left .tooltip-content:before,
.tooltip-popup.left .tooltip-wrap:before,
.tooltip-popup.left .tooltip-wrap:after {
  border-left: 0;
}

.tooltip-popup.left .tooltip-content:before {
  border-right: 12px solid #999999;
  left: -12px;
}

.tooltip-popup.left .tooltip-wrap:before {
  border-right: 11px solid white;
  left: -11px;
}

.tooltip-popup.left .tooltip-wrap:after {
  border-right: 9px solid #e0e7eb;
  left: -6px;
}

.tooltip-popup.right {
  padding-right: 12px;
}

.tooltip-popup.right .tooltip-content:before,
.tooltip-popup.right .tooltip-wrap:before,
.tooltip-popup.right .tooltip-wrap:after {
  border-right: 0;
}

.tooltip-popup.right .tooltip-content:before {
  border-left: 12px solid #999999;
  right: -12px;
}

.tooltip-popup.right .tooltip-wrap:before {
  border-left: 11px solid white;
  right: -11px;
}

.tooltip-popup.right .tooltip-wrap:after {
  border-left: 9px solid #e0e7eb;
  right: -6px;
}

/* Tabbed Component v3 | Nov 2016 */

/* Override core CSS */

.tabbedComponent .tab-row {
    display: block;
    box-shadow: none;
    border-radius: 0;
}

.tabbedComponent .tab-row > ul {
    display: block;
}

.tabbedComponent .tab-row ul.nav-tabs .tabbedLabel li {
    padding: 0;
    background-color: transparent;
}

.tabbedComponent .tab-content-container {
    box-shadow: none;
}


/* End core.css overrides */

/* Common Tab styles */

.tabbedComponent .tab-row ul.nav-tabs::after {
    content: '';
    display: table;
    clear: both;
}

.tabbedComponent .tab-row ul.nav-tabs .tab,
.tabbedComponent .tab-row ul.nav-tabs .arrow {
    float: left;
    font-family: Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-style: normal;
    list-style: none;
    margin-bottom: -.1rem;
    display: block;
}

.tabbedComponent .tab-row ul.nav-tabs .tab > a,
.tabbedComponent .tab-row ul.nav-tabs .arrow > a {
    font-family: Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif;
    position: relative;
    border: .1rem solid transparent;
    background-color: #fff;
    display: block;
    padding: 1rem 1.5rem;
    margin-right: 0;
    line-height: 1;
    color: #00629B;
    text-decoration: none;
    -webkit-transition: all 150ms ease-out;
    transition: all 150ms ease-out;
    -webkit-transition-property: color,background-color;
    transition-property: color,background-color;
}

.tabbedComponent .tab-row ul.nav-tabs .tab > a:focus,
.tabbedComponent .tab-row ul.nav-tabs .tab > a:hover,
.tabbedComponent .tab-row ul.nav-tabs .arrow > a:focus,
.tabbedComponent .tab-row ul.nav-tabs .arrow > a:hover {
    color: #0077BC;
}

.tabbedComponent .tab-row ul.nav-tabs .tab.js-active > a,
.tabbedComponent .tab-row ul.nav-tabs .tab.js-active > a:hover,
.tabbedComponent .tab-row ul.nav-tabs .tab.js-active > a:focus {
    color: #333;
    background-color: #fff;
    cursor: default;
}

.tabbedComponent .tab-row ul.nav-tabs .tab > a.details-toggle {
    display: none;
}

.tabbedComponent .tab-row ul.nav-tabs .arrow:first-of-type {
    text-align: left;
}

.tabbedComponent .tab-row ul.nav-tabs .arrow:last-of-type {
    text-align: right;
}

.tabbedComponent .tab-row .tabbedRow {
    display: block;
}

.tabbedComponent .tab-row .tabbedRow li > a {
    margin: 0;
}

.tabbedComponent .tab-row .tabbedRow:first-child li,
.tabbedComponent .tab-row .tabbedRow:last-child li {
    margin-left: 0;
}

.tabbedComponent .tab-content-container {
    border-radius: 0;
    background-color: #fff;
    border: none;
    padding: 1rem;
}

.tabbedComponent .tabbedRow .tabbedContent {
    padding: 1rem;
}


/* Tab Style 1: Default */

.tabbedComponent.tab-style-1 .tab-row ul.nav-tabs .tab,
.tabbedComponent.tab-style-1 .tab-row ul.nav-tabs .arrow {
    margin-left: 0.1rem;
    margin-right: 0.1rem;
    text-align: left;
    width: 100%;
}

.tabbedComponent.tab-style-1 .tab-row ul.nav-tabs .tab > a,
.tabbedComponent.tab-style-1 .tab-row ul.nav-tabs .arrow > a {
    margin: 0;
    color: #00629B;
    background-color: #ededed;
    border-width: .1rem;
    border-style: solid;
    border-color: #eee #eee #ddd;
    border-radius: .4rem .4rem 0 0;
}

.tabbedComponent.tab-style-1 .tab-row ul.nav-tabs .tab > a:focus,
.tabbedComponent.tab-style-1 .tab-row ul.nav-tabs .tab > a:hover,
.tabbedComponent.tab-style-1 .tab-row ul.nav-tabs .arrow > a:focus,
.tabbedComponent.tab-style-1 .tab-row ul.nav-tabs .arrow > a:hover {
    color: #0077BC;
    background-color: #ededed;
    border-color: #eee #eee #ddd;
}

.tabbedComponent.tab-style-1 .tab-row ul.nav-tabs .tab.js-active > a,
.tabbedComponent.tab-style-1 .tab-row ul.nav-tabs .tab.js-active > a:hover,
.tabbedComponent.tab-style-1 .tab-row ul.nav-tabs .tab.js-active > a:focus {
    color: #333;
    background-color: #fff;
    border: .1rem solid #ddd;
    border-bottom-color: transparent;
}

.tabbedComponent.tab-style-1 .tab-row ul.nav-tabs .tab:first-child,
.tabbedComponent.tab-style-1 .tab-row ul.nav-tabs .tab:last-child {
    margin-left: 0;
}

.tabbedComponent.tab-style-1 .tab-row ul.nav-tabs .arrow:first-child {
    margin-right: .1rem;
}

.tabbedComponent.tab-style-1 .tab-row ul.nav-tabs .arrow:last-child {
    margin-left: .1rem;
}

.tabbedComponent.tab-style-1 .tab-content-container {
    border: .1rem solid #ddd;
    border-width: 0 .1rem .1rem;
    background: -webkit-linear-gradient(top,#ffffff,#ffffff 60%,#eef1f3);
    background: linear-gradient(180deg,#ffffff 0%,#ffffff 60%,#eef1f3);
}


/* Tab Style 2: Justified */

.tabbedComponent.tab-style-2 .tab-row ul.nav-tabs {
    border-bottom: none;
}

.tabbedComponent.tab-style-2 .tab-row ul.nav-tabs .tab,
.tabbedComponent.tab-style-2 .tab-row ul.nav-tabs .arrow {
    margin: 0;
    float: left;
    width: 50%;
}

.tabbedComponent.tab-style-2 .tab-row ul.nav-tabs .tab > a,
.tabbedComponent.tab-style-2 .tab-row ul.nav-tabs .arrow > a {
    background: #0077BC;
    border-radius: .5rem;
    color: #fff;
    margin: .2rem;
    padding: 1rem;
    text-decoration: none;
    border: 0.2rem solid #0077BC;
    white-space: nowrap;
    font-weight: 700;
    font-size: 1.7rem;
}

.tabbedComponent.tab-style-2 .tab-row ul.nav-tabs .tab > a:focus,
.tabbedComponent.tab-style-2 .tab-row ul.nav-tabs .tab > a:hover,
.tabbedComponent.tab-style-2 .tab-row ul.nav-tabs .arrow > a:focus,
.tabbedComponent.tab-style-2 .tab-row ul.nav-tabs .arrow > a:hover {
    color: #00629B;
}

.tabbedComponent.tab-style-2 .tab-row ul.nav-tabs .tab.js-active > a,
.tabbedComponent.tab-style-2 .tab-row ul.nav-tabs .tab.js-active > a:hover,
.tabbedComponent.tab-style-2 .tab-row ul.nav-tabs .tab.js-active > a:focus {
    color: #0077BC;
    background: #fff;
}

.tabbedComponent.tab-style-2 .tab-row ul.nav-tabs .tab > a::after {
    font-family: FontAwesome;
    content: '\f105';
    background-repeat: no-repeat;
    display: inline-block;
    position: relative;
    padding-left: .5rem;
    font-size: 75%;
}

.tabbedComponent.tab-style-2 .tab-row .tabbedRow {
    width: auto;
    text-align: center;
}


/* Tab Style 3: Promo */

.tabbedComponent.tab-style-3 .tab-row {
    overflow: hidden;
    text-align: center;
}

.tabbedComponent.tab-style-3 .tab-row ul.nav-tabs {
    border-bottom: none;
}

.tabbedComponent.tab-style-3 .tab-row ul.nav-tabs .tab,
.tabbedComponent.tab-style-3 .tab-row ul.nav-tabs .arrow {
    font-size: 1.7rem;
    margin: 0;
    margin-left: .8rem;
    margin-right: .8rem;
    margin-bottom: .5rem;
    float: none;
    display: inline-block;
}

.tabbedComponent.tab-style-3 .tab-row ul.nav-tabs .tab > a,
.tabbedComponent.tab-style-3 .tab-row ul.nav-tabs .arrow > a {
    color: #fff;
    font-weight: 700;
    border: .1rem solid transparent;
    display: inline-block;
    background-color: transparent;
    padding: 1.5rem;
}

.tabbedComponent.tab-style-3 .tab-row ul.nav-tabs .tab > a:focus,
.tabbedComponent.tab-style-3 .tab-row ul.nav-tabs .tab > a:hover,
.tabbedComponent.tab-style-3 .tab-row ul.nav-tabs .arrow > a:focus,
.tabbedComponent.tab-style-3 .tab-row ul.nav-tabs .arrow > a:hover {
    color: #00629B;
}

.tabbedComponent.tab-style-3 .tab-row ul.nav-tabs .tab > a.details-toggle,
.tabbedComponent.tab-style-3 .tab-row ul.nav-tabs .arrow > a.details-toggle {
    display: none;
}

.tabbedComponent.tab-style-3 .tab-row ul.nav-tabs .tab.js-active > a,
.tabbedComponent.tab-style-3 .tab-row ul.nav-tabs .tab.js-active > a:hover,
.tabbedComponent.tab-style-3 .tab-row ul.nav-tabs .tab.js-active > a:focus {
    border: .1rem solid #FFF;
    box-shadow: 0 0 .5rem 0 #000000;
    background: #fff;
    color: #0077BC;
    border-radius: .5rem;
}

.tabbedComponent.tab-style-3 .tab-row ul.nav-tabs .arrow {
    display: none;
}

.tabbedComponent.tab-style-3 .tab-row ul.nav-tabs .arrow:first-child {
    margin-left: 0;
}

.tabbedComponent.tab-style-3 .tab-row ul.nav-tabs .arrow:last-child {
    margin-right: 0;
}

.tabbedComponent.tab-style-3 .tab-row ul.nav-tabs .arrow a {
    background-color: #fff;
    color: #0077BC;
    border-radius: 0;
}

.tabbedComponent.tab-style-3 .tab-row .tabbedRow {
    display: inline;
}

.tabbedComponent.tab-style-3 .tab-row .tabbedRow .tabbedLabel {
    display: inline;
}


/* Tab Style 4: Side Tabs */

.tabbedComponent.tab-style-4::after {
    content: '';
    display: table;
    clear: both;
}

.tabbedComponent.tab-style-4 .tab-row {
    overflow: initial;
}

.tabbedComponent.tab-style-4 .tab-row ul.nav-tabs {
    border-bottom: none;
}

.tabbedComponent.tab-style-4 .tab-row ul.nav-tabs .tab {
    position: relative;
    margin-bottom: 0;
    width: 100%;
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    z-index: 20;
}

.tabbedComponent.tab-style-4 .tab-row ul.nav-tabs .tab > a:not(.details-toggle) {
    color: #fff;
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding: 2.1rem 1rem 2.1rem 2.5rem;
    border: none;
    border-left-width: .7rem;
    border-left-style: solid;
    border-left-color: transparent;
    border-radius: 0;
    font-weight: 700;
    font-size: 2.2rem;
    width: 100%;
    background-color: #0077BC;
    border-bottom: 0.1rem solid #00629B;
}

.tabbedComponent.tab-style-4 .tab-row ul.nav-tabs .tab > a:not(.details-toggle):focus {
    color: #00629B;
}

.tabbedComponent.tab-style-4 .tab-row ul.nav-tabs .tab.js-active > a:not(.details-toggle),
.tabbedComponent.tab-style-4 .tab-row ul.nav-tabs .tab.js-active > a:not(.details-toggle):focus {
    border: none;
    border-left-style: solid;
    border-left-width: .7rem;
    border-left-color: #FAA41A;
    border-bottom: .1rem solid transparent;
    box-shadow: none;
    color: #fff;
    text-decoration: none;
    background-color: #00629B;
}

.tabbedComponent.tab-style-4 .tab-row ul.nav-tabs .tab.js-active > a:not(.details-toggle)::after,
.tabbedComponent.tab-style-4 .tab-row ul.nav-tabs .tab.js-active > a:not(.details-toggle):focus::after {
    content: '';
    z-index: 10;
    position: absolute;
    border-top-width: 2.2rem;
    border-bottom-width: 0;
    border-left-width: 2.2rem;
    border-right-width: 2.2rem;
    border-top-color: #00629B;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    border-style: solid;
    border-bottom-style: none;
    width: 4.4rem;
    top: auto;
    right: 7.2rem;
    bottom: -2.2rem;
}

.tabbedComponent.tab-style-4 .tab-row ul.nav-tabs .tab.js-active > a.details-toggle,
.tabbedComponent.tab-style-4 .tab-row ul.nav-tabs .tab.js-active > a.details-toggle:hover,
.tabbedComponent.tab-style-4 .tab-row ul.nav-tabs .tab.js-active > a.details-toggle:focus {
    color: #fff;
    background-color: transparent;
    cursor: pointer;
}

.tabbedComponent.tab-style-4 .tab-row ul.nav-tabs .tab.js-active > a.details-toggle::before,
.tabbedComponent.tab-style-4 .tab-row ul.nav-tabs .tab.js-active > a.details-toggle:hover::before,
.tabbedComponent.tab-style-4 .tab-row ul.nav-tabs .tab.js-active > a.details-toggle:focus::before {
    content: 'Hide ';
}

.tabbedComponent.tab-style-4 .tab-row ul.nav-tabs .tab .details-toggle {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    background-color: transparent;
    border: none;
    color: #fff;
    right: 0;
    text-align: right;
    width: auto;
    font-size: 1.8rem;
    text-decoration: none;
    padding: 0;
    padding-right: 2rem;
}

.tabbedComponent.tab-style-4 .tab-row ul.nav-tabs .tab .details-toggle::before {
    content: 'View ';
    display: inline-block;
    padding-right: .5rem;
}

.tabbedComponent.tab-style-4 .tab-row ul.nav-tabs .arrow {
    display: none;
}

.tabbedComponent.tab-style-4 .tab-content-container,
.tabbedComponent.tab-style-4 .tabbedContent {
    border-radius: 0;
    background-color: #f2f2f2;
    box-shadow: none;
    float: left;
    width: 100%;
    padding: 2rem;
}

.tabbedComponent.tab-style-4 .tab-content-container {
    display: none;
}

.tabbedComponent.tab-style-4 .tabbedRow .tabbedContent {
    padding-top: 2.2rem;
}

.tabbedComponent.tab-style-4 .tabbedRow .tabbedContent ul li,
.tabbedComponent.tab-style-4 .tabbedRow .tabbedContent ol li {
    list-style-position: inside;
}


/* Tab Style 5: Grey (used on International) */

.tabbedComponent.tab-style-5::after {
    content: '';
    display: table;
    clear: both;
}

.tabbedComponent.tab-style-5 .tab-row ul.nav-tabs {
    border-bottom: none;
    background-image: -webkit-linear-gradient(top,#f0f0f0,#d8d8d8);
    background-image: linear-gradient(180deg,#f0f0f0 0%,#d8d8d8);
}

.tabbedComponent.tab-style-5 .tab-row ul.nav-tabs .tab,
.tabbedComponent.tab-style-5 .tab-row ul.nav-tabs .arrow {
    margin: 0;
    display: inline-block;
    position: relative;
}

.tabbedComponent.tab-style-5 .tab-row ul.nav-tabs .tab > a,
.tabbedComponent.tab-style-5 .tab-row ul.nav-tabs .arrow > a {
    display: inline-block;
    background-color: transparent;
    border: 0 solid #E7E7E7;
    color: #51565c;
    font-size: 1.2rem;
    font-weight: 700;
    font-family: Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif;
    line-height: 1.45;
    margin: 0;
    box-shadow: 0px 5px 5px -3px rgba(97,97,97,0.82);
    display: block;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 150ms ease-out;
    transition: all 150ms ease-out;
    -webkit-transition-property: color,padding,font-size,border;
    transition-property: color,padding,font-size,border;
    padding: 15px;
}

.tabbedComponent.tab-style-5 .tab-row ul.nav-tabs .tab > a:focus,
.tabbedComponent.tab-style-5 .tab-row ul.nav-tabs .tab > a:hover,
.tabbedComponent.tab-style-5 .tab-row ul.nav-tabs .arrow > a:focus,
.tabbedComponent.tab-style-5 .tab-row ul.nav-tabs .arrow > a:hover {
    color: #0077BC;
}

.tabbedComponent.tab-style-5 .tab-row ul.nav-tabs .tab > a.details-toggle,
.tabbedComponent.tab-style-5 .tab-row ul.nav-tabs .arrow > a.details-toggle {
    display: none;
}

.tabbedComponent.tab-style-5 .tab-row ul.nav-tabs .tab {
    position: relative;
    margin-bottom: 0;
    width: 100%;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    z-index: 10;
}

.tabbedComponent.tab-style-5 .tab-row ul.nav-tabs .tab > a {
    width: 100%;
    background-image: -webkit-linear-gradient(top,#ffffff,#d8d8d8);
    background-image: linear-gradient(180deg,#ffffff 0%,#d8d8d8);
}

.tabbedComponent.tab-style-5 .tab-row ul.nav-tabs .tab > a:before,
.tabbedComponent.tab-style-5 .tab-row ul.nav-tabs .tab > a:after {
    content: '^';
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    font-weight: 700;
    position: absolute;
    line-height: 1;
}

.tabbedComponent.tab-style-5 .tab-row ul.nav-tabs .tab > a::before {
    left: 20px;
}

.tabbedComponent.tab-style-5 .tab-row ul.nav-tabs .tab > a::after {
    right: 20px;
}

.tabbedComponent.tab-style-5 .tab-row ul.nav-tabs .tab.js-active > a {
    border-top: 0.5rem solid #0077BC;
    color: #00629B;
    position: relative;
}

.tabbedComponent.tab-style-5 .tab-row ul.nav-tabs .tab.js-active > a:focus,
.tabbedComponent.tab-style-5 .tab-row ul.nav-tabs .tab.js-active > a:hover {
    color: #00629B;
}

.tabbedComponent.tab-style-5 .tab-row ul.nav-tabs .tab.js-active > a.details-toggle::before,
.tabbedComponent.tab-style-5 .tab-row ul.nav-tabs .tab.js-active > a.details-toggle:hover::before,
.tabbedComponent.tab-style-5 .tab-row ul.nav-tabs .tab.js-active > a.details-toggle:focus::before {
    content: 'Hide ';
}

.tabbedComponent.tab-style-5 .tab-row ul.nav-tabs .tab .details-toggle::before {
    content: 'View ';
    display: inline-block;
    padding-right: .5rem;
}

.tabbedComponent.tab-style-5 .tab-row ul.nav-tabs .tabbedRow {
    width: auto;
    text-align: center;
}

.tabbedComponent.tab-style-5 .tab-row ul.nav-tabs .tabbedRow:first-child .tab.js-active a::before,
.tabbedComponent.tab-style-5 .tab-row ul.nav-tabs .tabbedRow:last-child .tab.js-active a::after {
    display: none;
}

.tabbedComponent.tab-style-5 .tab-content-container,
.tabbedComponent.tab-style-5 .tabbedContent {
    float: left;
    width: 100%;
}

.tabbedComponent.tab-style-5 .tab-content-container {
    background: #f5f3f3;
    background: -webkit-linear-gradient(top,#f5f3f3,#e4e4e4);
    background: linear-gradient(180deg,#f5f3f3 0%,#e4e4e4);
    box-shadow: 0 1.0rem .6rem -.8rem #57595a inset,0 -.6rem .6rem -.8rem #57595a inset;
}

.tabbedComponent.tab-style-5 .tabbedRow .tabbedContent ul li,
.tabbedComponent.tab-style-5 .tabbedRow .tabbedContent ol li {
    list-style-position: inside;
}

@media (min-width: 544px) {
    .tabbedComponent.tab-style-2 .tab-row ul.nav-tabs .tab,
    .tabbedComponent.tab-style-2 .tab-row ul.nav-tabs .arrow {
        width: 33.33333%;
    }
}

@media (min-width: 768px) {
    .tabbedComponent.tab-style-2 .tab-row ul.nav-tabs .tab > a,
    .tabbedComponent.tab-style-2 .tab-row ul.nav-tabs .arrow > a {
        font-size: 2.2rem;
    }
    .tabbedComponent.tab-style-4 .tab-content-container,
    .tabbedComponent.tab-style-4 .tabbedContent {
        padding: 2rem 4rem 4rem;
    }
    .tabbedComponent.tab-style-5 .tab-row ul.nav-tabs .tab > a,
    .tabbedComponent.tab-style-5 .tab-row ul.nav-tabs .arrow > a {
        font-size: 1.6rem;
        padding: 20px;
    }
}

@media (min-width: 992px) {
    .tabbedComponent.tab-style-1 .tab-row ul.nav-tabs .tab,
    .tabbedComponent.tab-style-1 .tab-row ul.nav-tabs .arrow {
        text-align: center;
        width: auto;
        color: #000;
    }
    .tabbedComponent.tab-style-2 .tab-row ul.nav-tabs .tab > a,
    .tabbedComponent.tab-style-2 .tab-row ul.nav-tabs .arrow > a {
        font-size: 2.4rem;
    }
    .tabbedComponent.tab-style-4 .tab-row {
        float: left;
        width: 33.33333%;
    }
    .tabbedComponent.tab-style-4 .tab-row ul.nav-tabs .tab > a:not(.details-toggle) {
        background-color: transparent;
        text-decoration: underline;
        border-bottom-width: 0;
    }
    .tabbedComponent.tab-style-4 .tab-row ul.nav-tabs .tab.js-active > a:not(.details-toggle),
    .tabbedComponent.tab-style-4 .tab-row ul.nav-tabs .tab.js-active > a:not(.details-toggle):focus {
        background-color: #0077BC;
    }
    .tabbedComponent.tab-style-4 .tab-row ul.nav-tabs .tab.js-active > a:not(.details-toggle)::after,
    .tabbedComponent.tab-style-4 .tab-row ul.nav-tabs .tab.js-active > a:not(.details-toggle):focus::after {
        border-top-width: 3.2rem;
        border-bottom-width: 3.2rem;
        border-left-width: 2.5rem;
        border-right-width: 0;
        border-top-color: transparent;
        border-bottom-color: transparent;
        border-left-color: #0077BC;
        border-right-color: transparent;
        border-style: solid;
        height: 0;
        width: 0;
        top: 0;
        right: -2.5rem;
        bottom: auto;
        left: auto;
    }
    .tabbedComponent.tab-style-4 .tab-row ul.nav-tabs .tab .details-toggle {
        display: none;
    }
    .tabbedComponent.tab-style-4 .tab-content-container,
    .tabbedComponent.tab-style-4 .tabbedContent {
        padding: .5rem 4rem 2.5rem;
        float: left;
    }
    .tabbedComponent.tab-style-4 .tab-content-container {
        display: block;
        float: right;
        width: 66.66667%;
    }
    .tabbedComponent.tab-style-5 .tab-row {
        width: 100%;
        display: table;
        overflow: hidden;
    }
    .tabbedComponent.tab-style-5 .tab-row ul.nav-tabs {
        display: table-row;
    }
    .tabbedComponent.tab-style-5 .tab-row ul.nav-tabs .tab,
    .tabbedComponent.tab-style-5 .tab-row ul.nav-tabs .arrow {
        float: none;
    }
    .tabbedComponent.tab-style-5 .tab-row ul.nav-tabs .tab > a,
    .tabbedComponent.tab-style-5 .tab-row ul.nav-tabs .arrow > a {
        font-size: 1.3rem;
        -webkit-transition-property: color;
        transition-property: color;
        padding: 1rem 1.5rem;
        box-shadow: none;
        line-height: 1.15;
    }
    .tabbedComponent.tab-style-5 .tab-row ul.nav-tabs .tab > a {
        border-top: .5rem solid transparent;
        background: transparent;
    }
    .tabbedComponent.tab-style-5 .tab-row ul.nav-tabs .tab > a:before,
    .tabbedComponent.tab-style-5 .tab-row ul.nav-tabs .tab > a:after {
        display: none;
    }
    .tabbedComponent.tab-style-5 .tab-row ul.nav-tabs .tab.js-active {
        z-index: 20;
    }
    .tabbedComponent.tab-style-5 .tab-row ul.nav-tabs .tab.js-active > a {
        background-color: #f5f3f3;
    }
    .tabbedComponent.tab-style-5 .tab-row ul.nav-tabs .tab.js-active > a:before,
    .tabbedComponent.tab-style-5 .tab-row ul.nav-tabs .tab.js-active > a:after {
        content: '';
        position: absolute;
        border-color: #c6c6c6 transparent;
        border-style: solid;
        top: -.6rem;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        display: inline-block;
    }
    .tabbedComponent.tab-style-5 .tab-row ul.nav-tabs .tab.js-active > a:before {
        border-width: 0 0 6rem 0.5rem;
        left: -0.4rem;
    }
    .tabbedComponent.tab-style-5 .tab-row ul.nav-tabs .tab.js-active > a::after {
        border-width: 0 0.5rem 6rem 0;
        right: -0.4rem;
    }
    .tabbedComponent.tab-style-5 .tab-row ul.nav-tabs .arrow {
        display: none;
    }
    .tabbedComponent.tab-style-5 .tab-row ul.nav-tabs .tabbedRow {
        display: table-cell;
    }
    .tabbedComponent.tab-style-5 .tab-content-container {
        border-bottom-left-radius: 1.5rem;
        border-bottom-right-radius: 1.5rem;
        box-shadow: 0rem 2.4rem 3.8rem 0rem rgba(66,65,66,0.5);
    }
}

@media (min-width: 1200px) {
    .tabbedComponent.tab-style-2 .tab-row {
        display: table;
        width: 100%;
    }
    .tabbedComponent.tab-style-2 .tab-row ul.nav-tabs {
        display: table-row;
    }
    .tabbedComponent.tab-style-2 .tab-row ul.nav-tabs .tab,
    .tabbedComponent.tab-style-2 .tab-row ul.nav-tabs .arrow {
        width: 100%;
        float: none;
    }
    .tabbedComponent.tab-style-2 .tab-row ul.nav-tabs .tab > a,
    .tabbedComponent.tab-style-2 .tab-row ul.nav-tabs .arrow > a {
        background: #fff;
        border: 0;
        border-radius: 0;
        color: #0077BC;
        font-size: 1.7rem;
        margin: 0;
        padding: 1rem 1.5rem;
    }
    .tabbedComponent.tab-style-2 .tab-row ul.nav-tabs .tab.js-active > a,
    .tabbedComponent.tab-style-2 .tab-row ul.nav-tabs .tab.js-active > a:hover,
    .tabbedComponent.tab-style-2 .tab-row ul.nav-tabs .tab.js-active > a:focus {
        color: #fff;
        background-color: #0077BC;
        border: 0;
    }
    .tabbedComponent.tab-style-2 .tab-row ul.nav-tabs .tab > a::after {
        display: none;
    }
    .tabbedComponent.tab-style-2 .tab-row ul.nav-tabs .arrow {
        display: table-cell;
    }
    .tabbedComponent.tab-style-2 .tab-row .tabbedRow {
        display: table-cell;
    }
    .tabbedComponent.tab-style-3 .tab-row {
        display: table;
        width: 100%;
    }
    .tabbedComponent.tab-style-3 .tab-row ul.nav-tabs {
        display: table-row;
    }
    .tabbedComponent.tab-style-3 .tab-row ul.nav-tabs .tab,
    .tabbedComponent.tab-style-3 .tab-row ul.nav-tabs .arrow {
        margin-left: 2rem;
        margin-right: 2rem;
        margin-bottom: 0;
        float: none;
    }
    .tabbedComponent.tab-style-3 .tab-row ul.nav-tabs .tab > a,
    .tabbedComponent.tab-style-3 .tab-row ul.nav-tabs .arrow > a {
        margin-top: .5rem;
        margin-bottom: -.1rem;
        padding: 2.5rem 1.25rem;
    }
    .tabbedComponent.tab-style-3 .tab-row ul.nav-tabs .tab.js-active > a,
    .tabbedComponent.tab-style-3 .tab-row ul.nav-tabs .tab.js-active > a:hover,
    .tabbedComponent.tab-style-3 .tab-row ul.nav-tabs .tab.js-active > a:focus {
        margin-top: 1rem;
        border-radius: .5rem .5rem 0 0;
    }
    .tabbedComponent.tab-style-3 .tab-row ul.nav-tabs .arrow {
        display: block;
    }
    .tabbedComponent.tab-style-3 .tab-row .tabbedRow {
        display: table-cell;
    }
    .tabbedComponent.tab-style-3 .tab-row .tabbedRow .tabbedLabel {
        display: inline-block;
    }
    .tabbedComponent.tab-style-4 .tab-row ul.nav-tabs .tab > a:not(.details-toggle) span::after {
        font-family: FontAwesome;
        content: '\f101';
        background-repeat: no-repeat;
        display: inline-block;
        position: relative;
        padding-left: .5rem;
        font-size: 75%;
    }
}

@media (min-width:1200px) and (min-width: 1200px) {
    .tabbedComponent.tab-style-3 .tab-row ul.nav-tabs .arrow {
        display: table-cell;
    }
}

.store-locator .default-map {
    margin: 0;
    min-height:500px;
    width: 100%;
}

.store-list-container{
    width: 100%;
}

.stores-table {
    width: 100%;
    font-size: 1.4rem;
}

.store-info {
    border-bottom: 1px solid #CCC;
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
    cursor: pointer;
}

.store-name {
    display: inline;
    margin-bottom: 1.1rem;
    margin-top: 2.2rem;
    color: #0282b1;
    font-size: 1.6rem;
    font-weight: bold;
}

.store-distance {
    float: right;
    color: #0282b1;
    font-weight: bold;
}

.store-address {
    font-style: italic;
}

.store-distance .store-address {
    line-height: 1.3;
    margin-bottom: 1rem;
}

.spacer.bottom-spacer-1 {
    padding-bottom: 1rem;
}

.spacer.bottom-spacer-2 {
    padding-bottom: 2rem;
}

.spacer.bottom-spacer-3 {
    padding-bottom: 3rem;
}

.spacer.bottom-spacer-4 {
    padding-bottom: 4rem;
}

.spacer.bottom-spacer-5 {
    padding-bottom: 5rem;
}

.sectionContainer > section {
    background-size: contain;
    background-repeat: no-repeat;
    background-color: transparent;
}

/*****
 *	Raymond Heredia (c-raymond.heredia@charter.com)
 * 	12-1-16
 * 	These styles are for the package builder only and assumes a referece to Bootstrap.
 */
.build-custom-package .addOptions.shadow {
    background:#FFF;
    /*background-image: linear-gradient(to right, #ffffff, #efefef 50%, #ffffff);*/
    background-repeat: no-repeat !important;
    padding: 20px 15px 20px 20px !important;
}
.build-custom-package .addOptions {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #ffffff 0px, #e3e3e3 50%, #ffffff 100%) repeat scroll 0 0;
    border: 1px solid #aeaeae;
    margin-bottom: 35px;
    padding: 15px;
}
.build-custom-package .shadow:before,
.build-custom-package .shadow:after {
    background: #777777 none repeat scroll 0 0;
    bottom: 15px;
    -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.35);
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.35);
    content: "";
    left: 15px;
    max-width: 300px;
    position: absolute;
    top: 80%;
    transform: rotate(-3deg);
    width: 50%;
    z-index: -1;
}
.build-custom-package .shadow::after {
    left: auto;
    right: 15px;
    transform: rotate(3deg);
}
.build-custom-package {
    position: relative;
}
.build-custom-package .addOptions {
    background: #FFF;
    border: 1px solid #aeaeae;
    margin-bottom: 35px;
    margin-top: 15px;
    padding: 15px;
}
.build-custom-package .package-choices .radio label.multiline {
    background-image: linear-gradient(to bottom, #3b8076 0px, #3b6261 100%);
    background-repeat: repeat-x;
    color: #ffffff;
    font-family: "open_sansregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 17px;
    font-weight: normal;
    line-height: 30px;
    padding: 4px 15px 6px 10px;
    text-shadow: none;
    width:100%;
}
.build-custom-packageform .radio > label,
.build-custom-packageform label.radio {
    background-color: #e7ecef;
    cursor: pointer;
    display: inline-block;
    width: 100%;
    border: 1px solid #00629b;
    border-radius: 2px;
}
.build-custom-packageform .radio > label.selected,
.build-custom-packageform label.radio.selected {
    background-color: #00629b;
    background-image: linear-gradient(to bottom, #00629b 0px, #00629b 100%);
    background-repeat: repeat-x;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.345) inset;
    color: #ffffff;
    padding-right: 10px;
    text-transform:uppercase;
}
.build-custom-package .btn {
    width: 200px;
}
.build-custom-package .btn {
    -moz-user-select: none;
    border-radius: 2px;
    font-size: 22px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
.build-custom-package .btn.btn-primary {
    background-color: #f66200;
    background-image: none;
    border-color: #f66200;
    font-family: "open_sansbold", "open_sansregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-top: 20px;
    position: relative;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
    text-transform: uppercase;
    font-weight:bold;
}
.build-custom-package .btn-primary.disabled,
.build-custom-package .btn-primary[disabled],
.build-custom-package fieldset[disabled] .btn-primary,
.build-custom-package .btn-primary.disabled:hover,
.build-custom-package .btn-primary[disabled]:hover,
.build-custom-package fieldset[disabled] .btn-primary:hover,
.build-custom-package .btn-primary.disabled:focus,
.build-custom-package .btn-primary[disabled]:focus,
.build-custom-package fieldset[disabled] .btn-primary:focus,
.build-custom-package .btn-primary.disabled:active,
.build-custom-package .btn-primary[disabled]:active,
.build-custom-package fieldset[disabled] .btn-primary:active,
.build-custom-package .btn-primary.disabled.active,
.build-custom-package .btn-primary.active[disabled],
.build-custom-package fieldset[disabled] .btn-primary.active {
    border-color: #6c6c70;
}
.build-custom-package .btn.btn-primary:hover {
    background-color: #dd5800;
}
.build-custom-package .btn.disabled,
.build-custom-package .btn[disabled],
.build-custom-package fieldset[disabled] .btn {
    box-shadow: none;
    cursor: not-allowed;
    opacity: 0.65;
    pointer-events: none;
}
.build-custom-package .package-choices .radio label.multiline .icon-package {
    background: rgba(0, 0, 0, 0) url("core/imgs/custom-package-sprite.png") no-repeat scroll 0 0; /* change this to point to sprite location in AEM */
    display: inline-block;
    height: 30px;
    padding-left: 40px;
}
.build-custom-package .package-choices .radio label.multiline.selected .icon-internet {
    background-position: 0 -30px;
}
.build-custom-package .package-choices .radio label.multiline.selected .fakeinput {
    background-position: 0 -210px;
}
.build-custom-package .package-choices .radio label.multiline.selected .icon-phone {
    background-position: 0 -90px;
}
.build-custom-package .package-choices .radio label.multiline.selected .icon-tv {
    background-position: 0 -149px;
}
.build-custom-package .package-choices {
    padding-top: 12px;
}
.build-custom-package form .radio > label .fakeinput,
.build-custom-package form label.radio .fakeinput {
    background-image: url("core/imgs/form-sprite.png");
    background-position: -4px -231px;
    background-repeat: no-repeat;
    display: inline-block;
    float: left;
    height: 25px;
    line-height: 21px;
    vertical-align: middle;
    width: 26px;
}
.build-custom-package .package-choices .radio label.multiline .fakeinput {
    background-image: url("core/imgs/custom-package-sprite.png");
    background-position: 0 -180px;
    float: right;
    right: 10px;
}
.build-custom-package .package-choices .radio label.multiline .icon-internet {
    background-position: 0 0;
}
.build-custom-package .package-choices .radio label.multiline .icon-phone {
    background-position: 0 -60px;
}
.build-custom-package .package-choices .radio label.multiline .icon-tv {
    background-position: 0 -119px;
}
.build-custom-package form .radio > label input[type="checkbox"],
.build-custom-package form label.radio input[type="checkbox"] {
    opacity: 0;
}
.build-custom-package input[type="checkbox"] {
    float: left;
    margin-left: -20px;
}
.build-custom-package input[type="checkbox"] {
    line-height: normal;
}
.build-custom-package hgroup h1,
.build-custom-package hgroup h6 {
    padding-left:0;
    text-align:left;
}
.build-custom-package .addOptions h1 {
    color: #333333;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 100;
}
.build-custom-package .addOptions h1 {
    line-height: 1.2;
}
.build-custom-package .addOptions h1 {
    display: inline;
}
.build-custom-package h6 em {
    color: #333333;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: italic;
    margin-left: 0;
    font-weight:600;
}
.build-custom-package .package-choices .radio label.multiline.selected,
.build-custom-package .package-choices .checkbox label.multiline.selected {
    background-color: #ffffff;
    background-image: none;
    box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.4) inset, 0 4px 0 rgba(0, 0, 0, 0.05) inset;
    color: #000000;
}

/* MUI 2.4.0 related changes *** start ***/

.muiServiceability .localization--horizontal-1 .react-autosuggest__container,
.muiServiceability .localization--horizontal-2 .react-autosuggest__container,
.muiServiceability .localization--vertical-1 .react-autosuggest__container,
.muiServiceability .localization--vertical-2 .react-autosuggest__container,
.muiServiceability .localization--vertical-3 .react-autosuggest__container {
    position: relative;
}

.muiServiceability .localization--vertical-1 .react-autosuggest__container {
    display: inline-block;
    width: 65%;
}

.muiServiceability .localization--horizontal-1 .react-autosuggest__input,
.muiServiceability .localization--horizontal-2 .react-autosuggest__input,
.muiServiceability .localization--vertical-1 .react-autosuggest__input,
.muiServiceability .localization--vertical-2 .react-autosuggest__input,
.muiServiceability .localization--vertical-3 .react-autosuggest__input {
    width: 240px;
    height: 30px;
    padding: 10px 20px;
    font-family: Helvetica, sans-serif;
    font-weight: 300;
    font-size: 16px;
    border: 1px solid #aaa;
    border-radius: 4px;
}

.muiServiceability .localization--horizontal-1 .react-autosuggest__input:focus,
.muiServiceability .localization--horizontal-2 .react-autosuggest__input:focus,
.muiServiceability .localization--vertical-1 .react-autosuggest__input:focus,
.muiServiceability .localization--vertical-2 .react-autosuggest__input:focus,
.muiServiceability .localization--vertical-3 .react-autosuggest__input:focus {
    outline: none;
}

.muiServiceability .localization--horizontal-1 .react-autosuggest__container--open .react-autosuggest__input,
.muiServiceability .localization--horizontal-2 .react-autosuggest__container--open .react-autosuggest__input,
.muiServiceability .localization--vertical-1 .react-autosuggest__container--open .react-autosuggest__input,
.muiServiceability .localization--vertical-2 .react-autosuggest__container--open .react-autosuggest__input,
.muiServiceability .localization--vertical-3 .react-autosuggest__container--open .react-autosuggest__input {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.muiServiceability .localization--horizontal-1 .react-autosuggest__suggestions-container,
.muiServiceability .localization--horizontal-2 .react-autosuggest__suggestions-container,
.muiServiceability .localization--vertical-1 .react-autosuggest__suggestions-container,
.muiServiceability .localization--vertical-2 .react-autosuggest__suggestions-container,
.muiServiceability .localization--vertical-3 .react-autosuggest__suggestions-container {
    display: none;
}

.muiServiceability .localization--horizontal-1 .react-autosuggest__container--open .react-autosuggest__suggestions-container,
.muiServiceability .localization--horizontal-2 .react-autosuggest__container--open .react-autosuggest__suggestions-container,
.muiServiceability .localization--vertical-1 .react-autosuggest__container--open .react-autosuggest__suggestions-container,
.muiServiceability .localization--vertical-2 .react-autosuggest__container--open .react-autosuggest__suggestions-container,
.muiServiceability .localization--vertical-3 .react-autosuggest__container--open .react-autosuggest__suggestions-container {
    display: block;
    position: absolute;
    width: 280px;
    border: 1px solid #aaa;
    background-color: #fff;
    font-family: Helvetica, sans-serif;
    font-weight: 300;
    font-size: 14px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    z-index: 2;
}

.muiServiceability .localization--horizontal-1.hideLocalizationOnMobile .react-autosuggest__suggestions-container,
.muiServiceability .localization--horizontal-2.hideLocalizationOnMobile .react-autosuggest__suggestions-container,
.muiServiceability .localization--vertical-1.hideLocalizationOnMobile .react-autosuggest__suggestions-container,
.muiServiceability .localization--vertical-2.hideLocalizationOnMobile .react-autosuggest__suggestions-container,
.muiServiceability .localization--vertical-3.hideLocalizationOnMobile .react-autosuggest__suggestions-container {
    display: none;
}

.muiServiceability .localization--horizontal-1 .react-autosuggest__suggestions-list,
.muiServiceability .localization--horizontal-2 .react-autosuggest__suggestions-list,
.muiServiceability .localization--vertical-1 .react-autosuggest__suggestions-list,
.muiServiceability .localization--vertical-2 .react-autosuggest__suggestions-list,
.muiServiceability .localization--vertical-3 .react-autosuggest__suggestions-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 12px;
    text-align: left;
}

.muiServiceability .localization--horizontal-1 .react-autosuggest__suggestion,
.muiServiceability .localization--horizontal-2 .react-autosuggest__suggestion,
.muiServiceability .localization--vertical-1 .react-autosuggest__suggestion,
.muiServiceability .localization--vertical-2 .react-autosuggest__suggestion,
.muiServiceability .localization--vertical-3 .react-autosuggest__suggestion {
    cursor: pointer;
    padding: 3px 20px;
}

.muiServiceability .localization--horizontal-1 li.react-autosuggest__suggestion--highlighted:hover,
.muiServiceability .localization--horizontal-2 li.react-autosuggest__suggestion--highlighted:hover,
.muiServiceability .localization--vertical-1 li.react-autosuggest__suggestion--highlighted:hover,
.muiServiceability .localization--vertical-2 li.react-autosuggest__suggestion--highlighted:hover,
.muiServiceability .localization--vertical-3 li.react-autosuggest__suggestion--highlighted:hover {
    background-color: #0C7EAF;
}

@media (min-width: 768px) {
    .muiServiceability .localization--horizontal-1.hideLocalizationOnMobile .react-autosuggest__suggestions-container,
    .muiServiceability .localization--horizontal-2.hideLocalizationOnMobile .react-autosuggest__suggestions-container,
    .muiServiceability .localization--vertical-1.hideLocalizationOnMobile .react-autosuggest__suggestions-container,
    .muiServiceability .localization--vertical-2.hideLocalizationOnMobile .react-autosuggest__suggestions-container,
    .muiServiceability .localization--vertical-3.hideLocalizationOnMobile .react-autosuggest__suggestions-container {
        display: block;
    }
}

/* MUI 2.4.0 related changes *** end ***/

.muiAddressLookup .localization {
    font-family: Sans-serif;
}
.muiAddressLookup .localization__label {
    color: #666;
    font-size: 13px;
}
.muiAddressLookup .localization--horizontal-1 .localization__input {
    border: 1px solid #666;
    border-radius: 4px;
    color: #00629b;
    font-size: 14px;
    font-weight: 400;
    height: 32px;
    line-height: 25px;
    margin: 5px 10px 0 0;
    padding: 0 5px;
}
.muiAddressLookup .localization--horizontal-1 .localization__input-submit {
    background-image: -webkit-linear-gradient(#feb533, #ffa300);
    background-image: linear-gradient(#feb533, #ffa300);
    border: solid #e69300 0.1rem;
    border-radius: 4px;
    box-shadow: 0 0 3px #491270;
    color: #fff;
    cursor: pointer;
    display: table-cell;
    float: left;
    font-size: 14px;
    font-weight: 700;
    height: 30px;
    margin: 7px 10px;
    position: relative;
    text-align: center;
    text-decoration: none;
    top: -1px;
}
.muiAddressLookup .localization--horizontal-1 .localization__bubble {
    background: #fff;
    border-radius: 5px;
    display: block;
    margin-top: 45px;
    padding: .15em 2.5em .15em 1em;
    position: absolute;
}
.muiAddressLookup .localization--horizontal-1 .localization__bubble-account--error {
    border: 1px solid #d60000;
    color: #e71313;
    margin-top: 45px;
}
.muiAddressLookup .localization--horizontal-1 .localization__bubble-zip--error {
    border: 1px solid #d60000;
    color: #e71313;
    margin-left: 365px;
}
.muiAddressLookup .localization--horizontal-1 .localization__line1 {
    float: left;
    width: 225px;
}
.muiAddressLookup .localization--horizontal-1 .localization__line2 {
    float: left;
}
.muiAddressLookup .localization--horizontal-1 .localization__line2 .localization__info {
    padding-right: 10px;
}
.muiAddressLookup .localization--horizontal-1 .localization__tooltip-text-link {
    color: #666;
    cursor: pointer;
    display: none;
    font-size: smaller;
    font-weight: 700;
    text-decoration: none;
}
.muiAddressLookup .localization--horizontal-1 .localization__info-pop {
    float: left;
    margin: 6px 10px;
    width: 20px;
}
.muiAddressLookup .localization--horizontal-1 .localization__info-pop .localization__tooltip-icon {
    color: #7d7d7d;
    font-size: 28px;
    text-decoration: none;
}
.muiAddressLookup .localization--horizontal-2 .localization__form {
    width: 450px;
}
.muiAddressLookup .localization--horizontal-2 .localization__input {
    border: 1px solid #666;
    border-radius: 4px;
    color: #00629b;
    font-size: 14px;
    font-weight: 400;
    height: 32px;
    line-height: 25px;
    margin: 5px 20px 0 0;
    padding: 0 5px;
    width: 100%;
}
.muiAddressLookup .localization--horizontal-2 .localization__input-submit {
    background-image: -webkit-linear-gradient(#feb533, #ffa300);
    background-image: linear-gradient(#feb533, #ffa300);
    border: 0 none;
    border-radius: 4px;
    box-shadow: 0 0 3px #491270;
    color: #fff;
    cursor: pointer;
    display: table-cell;
    float: left;
    font-size: 14px;
    font-weight: 700;
    height: 30px;
    margin-top: 40px;
    max-width: 108px;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 108px;
}
.muiAddressLookup .localization--horizontal-2 .localization__bubble {
    background: #fff;
    border: 5px;
    display: block;
    padding: .15em 2.5em .15em 1em;
    position: absolute;
    width: 450px;
}
.muiAddressLookup .localization--horizontal-2 .localization__bubble-address1--error {
    border: 1px solid #d60000;
    color: #e71313;
    margin-top: 44px;
}
.muiAddressLookup .localization--horizontal-2 .localization__bubble-zip--error {
    border: 1px solid #d60000;
    color: #e71313;
    margin-top: 116px;
}
.muiAddressLookup .localization--horizontal-2 .localization__bubble-pointer-zip {
    left: 230px;
}
.muiAddressLookup .localization--horizontal-2 .localization__line1 {
    float: left;
    margin-bottom: 25px;
    width: 100%;
}
.muiAddressLookup .localization--horizontal-2 .localization__line2 {
    float: left;
    margin-bottom: 25px;
}
.muiAddressLookup .localization--horizontal-2 .localization__col1 {
    float: left;
    margin: 10px 20px 0 0;
    width: 200px;
}
.muiAddressLookup .localization--horizontal-2 .localization__col2 {
    float: left;
    margin: 10px 20px 0 0;
    width: 100px;
}
.muiAddressLookup .localization--horizontal-2 .localization__tooltip-text {
    clear: both;
    display: block;
    padding-top: 15px;
}
.muiAddressLookup .localization--horizontal-2 .localization__info {
    padding: 10px 0;
}
.muiAddressLookup .localization--horizontal-2 .localization__info-pop .localization__tooltip-icon {
    color: #7d7d7d;
    font-size: 28px;
    margin: 10px 20px 0 0;
}
.muiAddressLookup .localization--vertical-1 .localization__label {
    color: #333;
    display: block;
    margin: 0;
}
.muiAddressLookup .localization--vertical-1 .localization__input {
    border: 1px solid #137ca8;
    border-radius: 0;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .21) inset;
    color: #00629b;
    font-size: 14px;
    font-weight: 400;
    height: 32px;
    line-height: 25px;
    margin-bottom: 5px;
    padding: 0 5px;
}
.muiAddressLookup .localization--vertical-1 .localization__info {
    color: #0090e6;
    font-size: 14px;
    font-weight: 500;
    margin-left: 10px;
}
.muiAddressLookup .localization--vertical-1 .popover {
    max-width: 500px;
}
.muiAddressLookup .popover {
    color: #333;
}
.muiAddressLookup .localization--vertical-2 .localization__input-address1 {
    margin-top: 10px;
    width: 100%;
}
.muiAddressLookup .localization--vertical-3 .localization__input-account {
    margin-bottom: 5px;
    width: 50%;
}
.muiAddressLookup .localization--vertical-3 .localization__input-submit {
    background-image: -webkit-linear-gradient(#feb533, #ffa300);
    background-image: linear-gradient(#feb533, #ffa300);
    border: solid #e69300 0.1rem;
    border-radius: 2px;
    box-shadow: 0 0 3px #491270;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 15px;
    height: 25px;
    line-height: 25px;
    margin: 10px 0;
    max-width: 270px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    width: 100%;
}
.muiAddressLookup .localization--horizontal-1 .localization__label,
.muiAddressLookup .localization--horizontal-2 .localization__info-pop,
.muiAddressLookup .localization--vertical-1 .localization__info-pop .localization__tooltip-icon,
.muiAddressLookup .localization--vertical-2 .localization__label,
.muiAddressLookup .localization--vertical-2 .localization__tooltip-text-link,
.muiAddressLookup .localization--vertical-3 .localization__label,
.localization--vertical-3 .localization__tooltip-text-link {
    display: none;
}
.muiAddressLookup .localization--horizontal-1 .localization__inputs,
.muiAddressLookup .localization--horizontal-2 .localization__inputs {
    display: block;
    padding-bottom: 25px;
    padding-top: 20px;
}
.muiAddressLookup .localization--horizontal-1 .localization__input-address1,
.muiAddressLookup .localization--horizontal-1 .localization__input-apt,
.muiAddressLookup .localization--horizontal-1 .localization__input-zipCode,
.muiAddressLookup .react-autosuggest,
.muiAddressLookup .localization--vertical-1 .localization__input-address1,
.muiAddressLookup .localization--vertical-1 .localization__input-apt,
.muiAddressLookup .localization--vertical-1 .localization__input-zipCode,
.muiAddressLookup .localization--vertical-1 .localization__col1,
.muiAddressLookup .localization--vertical-1 .localization__col2,
.muiAddressLookup .localization--vertical-2 .localization__input-apt,
.muiAddressLookup .localization--vertical-2 .localization__input-zipCode,
.muiAddressLookup .localization--vertical-3 .localization__input-address1,
.muiAddressLookup .localization--vertical-3 .localization__input-apt,
.muiAddressLookup .localization--vertical-3 .localization__input-zipCode {
    width: 100%;
}
.muiAddressLookup .localization--horizontal-1 .localization__bubble-address1--error,
.muiAddressLookup .localization--horizontal-2 .localization__bubble-account--error,
.muiAddressLookup .localization--vertical-1 .localization__bubble-account--error,
.muiAddressLookup .localization--vertical-1 .localization__bubble-address1--error,
.muiAddressLookup .localization--vertical-1 .localization__bubble-zip--error,
.muiAddressLookup .localization--vertical-2 .localization__bubble-account--error,
.muiAddressLookup .localization--vertical-2 .localization__bubble-address1--error,
.muiAddressLookup .localization--vertical-2 .localization__bubble-zip--error,
.muiAddressLookup .localization--vertical-3 .localization__bubble-account--error,
.muiAddressLookup .localization--vertical-3 .localization__bubble-address1--error,
.muiAddressLookup .localization--vertical-3 .localization__bubble-zip--error {
    border: 1px solid #d60000;
    color: #e71313;
}
.muiAddressLookup .localization--horizontal-1 .localization__bubble-pointer,
.muiAddressLookup .localization--horizontal-2 .localization__bubble-pointer,
.muiAddressLookup .localization--vertical-1 .localization__bubble-pointer,
.muiAddressLookup .localization--vertical-2 .localization__bubble-pointer,
.muiAddressLookup .localization--vertical-3 .localization__bubble-pointer {
    background: url('../common/core/imgs/bubble-error-pointer.gif');
    display: block;
    height: 8px;
    left: 10px;
    position: absolute;
    top: -8px;
    width: 10px;
}
.muiAddressLookup .localization--horizontal-1 .localization__street-line-suggestion,
.muiAddressLookup .localization--horizontal-2 .localization__street-line-suggestion,
.muiAddressLookup .localization--vertical-1 .localization__street-line-suggestion,
.muiAddressLookup .localization--vertical-2 .localization__street-line-suggestion,
.muiAddressLookup .localization--vertical-3 .localization__street-line-suggestion {
    font-weight: 700;
    margin-right: 4px;
}
.muiAddressLookup .localization--horizontal-1 .localization__col1,
.muiAddressLookup .localization--horizontal-1 .localization__col2 {
    float: left;
    margin-left: 10px;
    width: 120px;
}
.muiAddressLookup .localization--horizontal-1 .localization__label-address1,
.muiAddressLookup .localization--horizontal-1 .localization__label-apt,
.muiAddressLookup .localization--horizontal-1 .localization__label-zip,
.muiAddressLookup .localization--horizontal-2 .localization__label-address1,
.muiAddressLookup .localization--horizontal-2 .localization__label-apt,
.muiAddressLookup .localization--horizontal-2 .localization__label-zip,
.muiAddressLookup .localization--vertical-1 .localization__label-account,
.muiAddressLookup .localization--vertical-1 .localization__label-address1,
.muiAddressLookup .localization--vertical-1 .localization__label-apt,
.muiAddressLookup .localization--vertical-1 .localization__label-zip,
.muiAddressLookup .localization--vertical-2 .localization__label-account,
.muiAddressLookup .localization--vertical-2 .localization__label-address1,
.muiAddressLookup .localization--vertical-2 .localization__label-apt,
.muiAddressLookup .localization--vertical-2 .localization__label-zip,
.muiAddressLookup .localization--vertical-3 .localization__label-account,
.muiAddressLookup .localization--vertical-3 .localization__label-address1,
.muiAddressLookup .localization--vertical-3 .localization__label-apt,
.muiAddressLookup .localization--vertical-3 .localization__label-zip {
    font-weight: 700;
}
.muiAddressLookup .localization--horizontal-1 .localization__tooltip-text-link:hover,
.muiAddressLookup .localization--horizontal-2 .localization__tooltip-text-link:hover,
.muiAddressLookup .localization--vertical-1 .localization__tooltip-text-link:hover {
    text-decoration: underline;
}
.muiAddressLookup .localization--horizontal-1 .react-autosuggest__suggestions,
.muiAddressLookup .localization--horizontal-2 .react-autosuggest__suggestions,
.muiAddressLookup .localization--vertical-1 .react-autosuggest__suggestions,
.muiAddressLookup .localization--vertical-2 .react-autosuggest__suggestions,
.muiAddressLookup .localization--vertical-3 .react-autosuggest__suggestions {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .15);
    padding: 5px 0;
    position: absolute;
    z-index: 99;
}
.muiAddressLookup .localization--horizontal-1 .react-autosuggest__suggestion,
.muiAddressLookup .localization--horizontal-2 .react-autosuggest__suggestion,
.muiAddressLookup .localization--vertical-1 .react-autosuggest__suggestion,
.muiAddressLookup .localization--vertical-2 .react-autosuggest__suggestion,
.muiAddressLookup .localization--vertical-3 .react-autosuggest__suggestion {
    color: #6c6c70;
    list-style: none;
    padding: 3px 20px;
    text-decoration: underline;
}
.muiAddressLookup .localization--horizontal-1 .react-autosuggest__suggestion--focused,
.muiAddressLookup .localization--horizontal-2 .react-autosuggest__suggestion--focused,
.muiAddressLookup .localization--vertical-1 .react-autosuggest__suggestion--focused,
.muiAddressLookup .localization--vertical-2 .react-autosuggest__suggestion--focused,
.muiAddressLookup .localization--vertical-3 .react-autosuggest__suggestion--focused {
    background-color: #428bca;
    color: #fff;
}
.muiAddressLookup .localization--horizontal-1 .localization__info-pop .tooltip,
.muiAddressLookup .localization--horizontal-2 .localization__info-pop .tooltip,
.muiAddressLookup .localization--vertical-1 .localization__info-pop .tooltip,
.muiAddressLookup .localization--vertical-2 .localization__info-pop .tooltip,
.muiAddressLookup .localization--vertical-3 .localization__info-pop .tooltip {
    opacity: 1;
}
.muiAddressLookup .localization--horizontal-1 .localization__info-pop .tooltip-inner,
.muiAddressLookup .localization--horizontal-2 .localization__info-pop .tooltip-inner,
.muiAddressLookup .localization--vertical-1 .localization__tooltip-text .tooltip-inner,
.muiAddressLookup .localization--vertical-2 .localization__info-pop .tooltip-inner,
.muiAddressLookup .localization--vertical-3 .localization__info-pop .tooltip-inner {
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.53);
    color: #777e84;
}
.muiAddressLookup .localization--horizontal-1 .localization__info-pop .tooltip-arrow,
.muiAddressLookup .localization--horizontal-2 .localization__info-pop .tooltip-arrow,
.muiAddressLookup .localization--vertical-1 .localization__tooltip-text .tooltip-arrow,
.muiAddressLookup .localization--vertical-2 .localization__info-pop .tooltip-arrow,
.muiAddressLookup .localization--vertical-3 .localization__info-pop .tooltip-arrow {
    border-bottom-color: #fff;
}
.muiAddressLookup .localization--horizontal-2 .localization__tooltip-text-link,
.muiAddressLookup .localization--vertical-1 .localization__tooltip-text-link {
    color: #00629b;
    cursor: pointer;
    font-size: smaller;
    font-weight: 700;
    text-decoration: none;
}
.muiAddressLookup .localization--vertical-1 .localization__inputs,
.muiAddressLookup .localization--vertical-2 .localization__inputs,
.muiAddressLookup .localization--vertical-3 .localization__inputs {
    padding-bottom: 25px;
    padding-top: 20px;
    width: 270px;
}
.muiAddressLookup .localization--vertical-1 .localization__input-account,
.muiAddressLookup .localization--vertical-2 .localization__input-account {
    width: 50%;
}
.muiAddressLookup .localization--vertical-1 .localization__input-submit,
.muiAddressLookup .localization--vertical-2 .localization__input-submit {
    background-image: -webkit-linear-gradient(#ffb32e, #fba502);
    background-image: linear-gradient(#ffb32e, #fba502);
    border: 0 none;
    box-shadow: 0 0 3px #491270;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 24px;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    margin: 10px 0;
    max-width: 270px;
    text-align: center;
    text-decoration: none;
    width: 100%;
}
.muiAddressLookup .localization--vertical-1 .localization__bubble,
.muiAddressLookup .localization--vertical-2 .localization__bubble,
.muiAddressLookup .localization--vertical-3 .localization__bubble {
    background: #fff;
    border-radius: 5px;
    display: block;
    margin-top: 7px;
    padding: .15em 2.5em .15em 1em;
    position: relative;
}
.muiAddressLookup .localization--vertical-1 .localization__line1,
.muiAddressLookup .localization--vertical-1 .localization__line2 {
    display: block;
    width: 100%;
}
.muiAddressLookup .localization--vertical-2 .localization__input,
.muiAddressLookup .localization--vertical-3 .localization__input {
    color: #666;
    font-size: 14px;
    font-weight: 400;
    height: 32px;
    line-height: 25px;
    margin-top: 5px;
    padding: 0 5px;
}
.muiAddressLookup .localization--vertical-2 .localization__input-container-account,
.muiAddressLookup .localization--vertical-3 .localization__input-container-account {
    margin-bottom: 5px;
}
.muiAddressLookup .localization--vertical-2 .localization__bubble-pointer-zip,
.muiAddressLookup .localization--vertical-3 .localization__bubble-pointer-zip {
    left: 130px;
}
.muiAddressLookup .localization--vertical-2 .localization__line2,
.muiAddressLookup .localization--vertical-3 .localization__line2 {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
}
.muiAddressLookup .localization--vertical-2 .localization__col1,
.muiAddressLookup .localization--vertical-3 .localization__col1 {
    margin-top: 10px;
    width: 40%;
}
.muiAddressLookup .localization--vertical-2 .localization__col2,
.muiAddressLookup .localization--vertical-3 .localization__col2 {
    margin-left: 10px;
    margin-top: 10px;
    width: 40%;
}
.muiAddressLookup .localization--vertical-2 .localization__info,
.muiAddressLookup .localization--vertical-3 .localization__info {
    color: #0090e6;
    font-size: 14px;
    font-weight: 500;
    margin: 11px 0 0 10px;
}
.muiAddressLookup .localization--vertical-2 .localization__info-pop .localization__tooltip-icon,
.muiAddressLookup .localization--vertical-3 .localization__info-pop .localization__tooltip-icon {
    color: #7d7d7d;
    font-size: 28px;
    margin-left: 10px;
    margin-top: 16px;
    text-decoration: none;
}
.muiAddressLookup .localization--horizontal-1.accountFieldShown .localization__bubble-address1--error {
    margin-left: 276px;
    z-index: 1;
}
.muiAddressLookup .localization--horizontal-1.accountFieldShown .localization__bubble-zip--error {
    margin-left: 640px;
}
.muiAddressLookup .hideLocalizationOnMobile .react-autosuggest__suggestions {
    display: none;
}

.muiAddressLookup .mui-loader-container {
    text-align: center;
}

.muiAddressLookup .mui-loader-container .mui-loader {
    display: inline-block;
    width: 50px;
    height: 50px;
}

.muiAddressLookup .localization.loading {
    display: none;
}

.muiAddressLookup .localization--horizontal-1 .localization__inputs {
    display: table;
    padding: 0;
    position: relative;
}

.muiAddressLookup .localization--horizontal-1 .localization__input,
.muiAddressLookup .localization--horizontal-1 .localization__input-submit {
    box-shadow: none;
    padding: 1.1rem 2.2rem;
    line-height: 1;
    border-width: 1;
    margin: 0;
    font-size: 1.4rem;
    height: auto;
    font-weight: 400;
    font-family: Open Sans,Helvetica,Arial,sans-serif;
}

.muiAddressLookup .localization--horizontal-1 .localization__inputs {
    position: relative;
    display: inline-block;
    padding-right: 3rem;
}

.muiAddressLookup .localization--horizontal-1 .localization__input {
    color: #52565c;
    border-radius: 0;
    border-color: #b5b5b5;
    background-color: #f5f5f5;
    margin: 0;
    font-size: 1.4rem;
}

.muiAddressLookup .localization--horizontal-1 [class*='localization__col'] {
    margin-left: 0;
    max-width: 11rem;
}

.muiAddressLookup .localization--horizontal-1 [class*='localization__col'] .localization__input {
    border-left-width: 0;
}

.muiAddressLookup .localization--horizontal-1 .localization__input-container-address {
    float: left;
}

.muiAddressLookup .localization--horizontal-1 .localization__input-address1 {
    border-bottom-left-radius: 1.4rem;
    border-bottom-right-radius: 0;
    border-top-left-radius: 1.4rem;
    border-top-right-radius: 0;
    padding-left: 3rem;
    background-repeat: no-repeat;
    background-image: url("core/imgs/location-icon.png");
    background-position: 1rem 50%;
}

.muiAddressLookup .localization--horizontal-1 .localization__input-submit {
    color: #fff;
    background-color: #ffa300;
    border-color: #e69300;
    background-image: -webkit-linear-gradient(top, #feb533, #ffa300);
    background-image: linear-gradient(180deg, #feb533, #ffa300);
    border-width: 0.1rem;
    border-radius: 0.4rem;
    text-shadow: 0.1rem 0.1rem 0.3rem #888;
    font-weight: 700;
    font-size: 1.9rem;
    text-transform: uppercase;
    border-bottom-right-radius: 1.4rem;
    border-top-right-radius: 1.4rem;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    padding: 1.1rem 1.8rem;
    text-shadow: none;
    top: auto;
    font-size: 1.4rem;
    line-height: 1.4;
}

.muiAddressLookup .localization--horizontal-1 .localization__input-submit:focus,
.muiAddressLookup .localization--horizontal-1 .localization__input-submit.focus {
    color: #fff;
    background-color: #cc8200;
    border-color: #674200;
}

.muiAddressLookup .localization--horizontal-1 .localization__input-submit:hover,
.muiAddressLookup .localization--horizontal-1 .localization__input-submit:active,
.muiAddressLookup .localization--horizontal-1 .localization__input-submit.active,
.open > .muiAddressLookup .localization--horizontal-1 .localization__input-submit.dropdown-toggle {
    color: #fff;
    background-color: #cc8200;
    border-color: #a96c00;
}

.muiAddressLookup .localization--horizontal-1 .localization__input-submit:active:hover,
.muiAddressLookup .localization--horizontal-1 .localization__input-submit:active:focus,
.muiAddressLookup .localization--horizontal-1 .localization__input-submit:active.focus,
.muiAddressLookup .localization--horizontal-1 .localization__input-submit.active:hover,
.muiAddressLookup .localization--horizontal-1 .localization__input-submit.active:focus,
.muiAddressLookup .localization--horizontal-1 .localization__input-submit.active.focus,
.open > .muiAddressLookup .localization--horizontal-1 .localization__input-submit.dropdown-toggle:hover,
.open > .muiAddressLookup .localization--horizontal-1 .localization__input-submit.dropdown-toggle:focus,
.open > .muiAddressLookup .localization--horizontal-1 .localization__input-submit.dropdown-toggle.focus {
    color: #fff;
    background-color: #a86c00;
    border-color: #674200;
}

.muiAddressLookup .localization--horizontal-1 .localization__input-submit:active,
.muiAddressLookup .localization--horizontal-1 .localization__input-submit.active,
.open > .muiAddressLookup .localization--horizontal-1 .localization__input-submit.dropdown-toggle {
    background-image: none;
}

.muiAddressLookup .localization--horizontal-1 .localization__input-submit.disabled:hover,
.muiAddressLookup .localization--horizontal-1 .localization__input-submit.disabled:focus,
.muiAddressLookup .localization--horizontal-1 .localization__input-submit.disabled.focus,
.muiAddressLookup .localization--horizontal-1 .localization__input-submit[disabled]:hover,
.muiAddressLookup .localization--horizontal-1 .localization__input-submit[disabled]:focus,
.muiAddressLookup .localization--horizontal-1 .localization__input-submit[disabled].focus,
fieldset[disabled] .muiAddressLookup .localization--horizontal-1 .localization__input-submit:hover,
fieldset[disabled] .muiAddressLookup .localization--horizontal-1 .localization__input-submit:focus,
fieldset[disabled] .muiAddressLookup .localization--horizontal-1 .localization__input-submit.focus {
    background-color: #ffa300;
    border-color: #e69300;
}

.muiAddressLookup .localization--horizontal-1 .localization__input-submit .badge {
    color: #ffa300;
    background-color: #fff;
}

.muiAddressLookup .localization--horizontal-1 .localization__info-pop {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: auto;
    margin: 0;
    line-height: .9;
}

.muiAddressLookup .localization--horizontal-1 .localization__info-pop .localization__tooltip-icon {
    color: #ffa300;
    font-size: 2rem;
}

.muiAddressLookup .localization--horizontal-1 .popover {
    max-width: none;
    width: 40rem;
}

.mui-wrapper .form-header {
    color: #003057;
    font-size: 1.4rem;
    font-family: Open Sans,Helvetica,Arial,sans-serif;
    padding-left: 0.5rem;
    margin-top: 1rem;
    margin-bottom: 0.7rem;
}

/* Fixes the smartystreets center alignment issue */
.muiAddressLookup #react-autosuggest-address1 {
    text-align: left;
}

@media (min-width: 768px) {
    .muiAddressLookup .hideLocalizationOnMobile .react-autosuggest__suggestions {
        display: block;
    }
}

.list-style-disc {
  list-style-type: disc;
}

.list-style-circle {
  list-style-type: circle;
}

.list-style-square {
  list-style-type: square;
}

.list-separated li {
  border-bottom: 1px solid #333;
}

.list-inline.list-separated li {
  border-bottom: none;
  border-right: 1px solid #333;
}

.list-separated li:last-of-type,
.list-inline.list-separated li:last-of-type {
  border-bottom: none;
  border-right: none;
}

/* Hiding messageBox on page load */
.linkComponent .link-messagebox,
.linkComponent .js-substitutable {
    display: none;
}
.linkComponent .text-white {
    color: white;
}
.linkComponent .text-underline {
    text-decoration: underline;
}

.customTable table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 .2rem;
}

.customTable th {
    text-align: center;
}

.customTable th:first-child {
    text-align: left;
}

.customTable th:first-child .richtext {
    margin-left: 1.5rem;
}

.customTable th .richtext {
    margin-bottom: 1.5rem;
    font-weight: 300;
    color: #52565c;
    font-size: 1.2rem;
}

.customTable td {
    width: 25%;
    background-color: #efeeee;
    text-align: center;
    vertical-align: middle;
    box-shadow: inset 2.2rem 0 2.8rem -0.7rem rgba(0, 0, 0, 0.1);
    padding: 2% 0.75rem;
    height: 9rem;
}

.customTable td:first-child {
    box-shadow: none;
}

.customTable td:first-child > [class*="row"]::after {
    content: '';
    display: table;
    clear: both;
}

.customTable td:first-child .image {
    display: none;
}

.customTable td:first-child .richtext {
    text-align: left;
}

.customTable td .image,
.customTable td img {
    margin-bottom: 0;
    max-width: 100%;
}

.customTable img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.customTable .richtext {
    font-size: 1.2rem;
    font-weight: 700;
}

.customTable h1,
.customTable h2,
.customTable h3,
.customTable h4,
.customTable h5,
.customTable h6,
.customTable li,
.customTable p {
    font-family: Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif;
    color: #52565c;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .customTable td {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .customTable .richtext {
        font-size: 1.7rem;
    }
}

@media (min-width: 992px) {
    .customTable th .richtext {
        font-size: 2.3rem;
    }

    .customTable td {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .customTable td:first-child .image,
    .customTable td:first-child .richtext {
        float: left;
    }

    .customTable td:first-child .image {
        width: 25%;
        display: block;
    }

    .customTable td:first-child .richtext {
        width: 75%;
        padding-left: 1.5rem;
    }
}

/* Accordion Component */
.accordion .accordion-content {
    display: none;
}

.accordion .accordion-content.js-active {
    display: block;
}

.accordion .cursor-pointer {
    cursor: pointer;
}

/* Simple Accordion */
.accordion .accordion-simple {
    /* */
}

.accordion .accordion-simple .show-details {
    display: inline-block;
}

.accordion .accordion-simple .accordion-header::before {
    content: url(core/imgs/collapse.png);
}

.accordion .accordion-simple .accordion-header.js-active::before {
    content: url(core/imgs/expand.png);
}

/* Show and Hide Accordion */
.accordion .accordion-show-hide {
    /* */
}


/* Show or Hide Toggle Accordion */
.accordion .accordion-show-hide-toggle {
    /* */
}

.accordion .accordion-show-hide-toggle .accordion-header {
    display: none;
}

.accordion .accordion-show-hide-toggle .accordion-header.js-active {
    display: block;
}

.disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.6;
}

.container-fluid { 
    padding: 0; 
}

.channel-logo::before {
  font-family: Channel Logos;
  content: '';
  display: inline-block;
  font-size: 2rem;
}
.logo-ae::before {
  content: "\e600";
}
.logo-max::before {
  content: "\e601";
}
.logo-cnn::before {
  content: "\e602";
}
.logo-epix::before {
  content: "\e604";
}
.logo-espn::before {
  content: "\e605";
}
.logo-hbo::before {
  content: "\e607";
}
.logo-hgtv::before {
  content: "\e608";
}
.logo-showtime::before {
  content: "\e609";
}
.logo-starz::before {
  content: "\e60a";
}
.logo-tmc::before {
  content: "\e60b";
}
.logo-mtv::before {
  content: "\e900";
}
.logo-disc::before {
  content: "\e901";
}
.logo-tlc::before {
  content: "\e902";
}
.logo-fox::before {
  content: "\e903";
}
.logo-hall::before {
  content: "\e904";
}
.logo-encore::before {
  content: "\e905";
}
.logo-nfl-vert::before {
  content: "\e906";
}
.logo-nfl-rz-hz::before {
  content: "\e907";
}
.logo-nfl-rz-vert::before {
  content: "\e908";
}
.logo-nfl-hz::before {
  content: "\e909";
}

