/*
 *  Copyright 2018 Adobe Systems Incorporated
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */
/*
 * ADOBE CONFIDENTIAL
 *
 * Copyright 2015 Adobe Systems Incorporated
 * All Rights Reserved.
 *
 * NOTICE:  All information contained herein is, and remains
 * the property of Adobe Systems Incorporated and its suppliers,
 * if any.  The intellectual and technical concepts contained
 * herein are proprietary to Adobe Systems Incorporated and its
 * suppliers and may be covered by U.S. and Foreign Patents,
 * patents in process, and are protected by trade secret or copyright law.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe Systems Incorporated.
 */
/* grid component */
.aem-Grid {
  display: block;
  width: 100%;
}
.aem-Grid::before,
.aem-Grid::after {
  display: table;
  content: " ";
}
.aem-Grid::after {
  clear: both;
}
/* placeholder for new components */
.aem-Grid-newComponent {
  clear: both;
  margin: 0;
}
/* column of a grid */
.aem-GridColumn {
  box-sizing: border-box;
  clear: both;
}
/* force showing hidden */
.aem-GridShowHidden > .aem-Grid > .aem-GridColumn {
  display: block !important;
}
/* Generates all the rules for the grid columns up to the given amount of column */
/* Generates all the rules for the grid column offset up to the given amount of column */
/* Generates all the rules for the grid and columns for the given break point and total of columns */
/* Generates all the rules for the grids and columns */
/* API function to be called to generate a grid config */
/* maximum amount of grid cells to be provided */
/* default breakpoint */
.aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 20%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 40%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 60%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 80%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 20%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 40%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 60%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 80%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 16.66666667%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 83.33333333%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 16.66666667%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 83.33333333%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 14.28571429%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 28.57142857%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 42.85714286%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 57.14285714%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 71.42857143%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 85.71428571%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 14.28571429%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 28.57142857%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 42.85714286%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 57.14285714%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 71.42857143%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 85.71428571%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 12.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 37.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 62.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 87.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 12.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 37.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 62.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 87.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 11.11111111%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 22.22222222%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 44.44444444%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 55.55555556%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 77.77777778%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 88.88888889%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 11.11111111%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 22.22222222%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 44.44444444%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 55.55555556%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 77.77777778%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 88.88888889%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 10%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 20%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 30%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 40%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 60%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 70%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 80%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 90%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 10%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 20%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 30%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 40%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 60%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 70%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 80%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 90%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 9.09090909%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 18.18181818%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 27.27272727%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 36.36363636%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 45.45454545%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 54.54545455%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 63.63636364%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 72.72727273%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 81.81818182%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 90.90909091%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--11 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 9.09090909%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 18.18181818%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 27.27272727%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 36.36363636%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 45.45454545%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 54.54545455%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 63.63636364%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 72.72727273%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 81.81818182%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 90.90909091%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--11 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 8.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 16.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 41.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 58.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 83.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--11 {
  float: left;
  clear: none;
  width: 91.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--12 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 8.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 16.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 41.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 58.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 83.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--11 {
  margin-left: 91.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--12 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--1 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--1 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--1 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 20%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 40%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 60%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 80%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 20%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 40%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 60%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 80%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 16.66666667%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 83.33333333%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 16.66666667%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 83.33333333%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 14.28571429%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 28.57142857%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 42.85714286%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 57.14285714%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 71.42857143%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 85.71428571%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 14.28571429%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 28.57142857%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 42.85714286%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 57.14285714%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 71.42857143%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 85.71428571%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 12.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 37.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 62.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 87.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 12.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 37.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 62.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 87.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 11.11111111%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 22.22222222%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 44.44444444%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 55.55555556%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 77.77777778%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 88.88888889%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 11.11111111%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 22.22222222%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 44.44444444%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 55.55555556%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 77.77777778%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 88.88888889%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 10%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 20%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 30%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 40%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 60%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 70%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 80%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 90%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 10%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 20%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 30%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 40%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 60%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 70%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 80%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 90%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 9.09090909%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 18.18181818%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 27.27272727%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 36.36363636%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 45.45454545%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 54.54545455%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 63.63636364%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 72.72727273%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 81.81818182%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 90.90909091%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--11 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 9.09090909%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 18.18181818%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 27.27272727%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 36.36363636%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 45.45454545%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 54.54545455%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 63.63636364%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 72.72727273%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 81.81818182%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 90.90909091%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--11 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 8.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 16.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 41.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 58.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 83.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--11 {
  float: left;
  clear: none;
  width: 91.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--12 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 8.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 16.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 41.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 58.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 83.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--11 {
  margin-left: 91.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--12 {
  margin-left: 100%;
}
.aem-Grid > .aem-GridColumn.aem-GridColumn--default--newline {
  /* newline behavior */
  display: block;
  clear: both !important;
}
.aem-Grid > .aem-GridColumn.aem-GridColumn--default--none {
  /* none behavior */
  display: block;
  clear: none !important;
  float: left;
}
.aem-Grid > .aem-GridColumn.aem-GridColumn--default--hide {
  /* hide behavior */
  display: none;
}
/* phone breakpoint */
@media (max-width: 650px) {
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--12 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--1 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--1 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--1 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--2 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--2 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--2 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--2 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--2 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--12 {
    margin-left: 100%;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--phone--newline {
    /* newline behavior */
    display: block;
    clear: both !important;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--phone--none {
    /* none behavior */
    display: block;
    clear: none !important;
    float: left;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--phone--hide {
    /* hide behavior */
    display: none;
  }
}
/* tablet breakpoint */
@media (min-width: 651px) and (max-width: 1200px) {
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--12 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--1 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--1 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--1 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--2 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--2 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--12 {
    margin-left: 100%;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--tablet--newline {
    /* newline behavior */
    display: block;
    clear: both !important;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--tablet--none {
    /* none behavior */
    display: block;
    clear: none !important;
    float: left;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--tablet--hide {
    /* hide behavior */
    display: none;
  }
}


@font-face {
  font-family: "Helvetica Regular";
  src: url(../../brunswick-framework/clientlibs/clientlib-sitelib/resources/fonts/Helvetica-Regular.ttf);
}
@font-face {
  font-family: "Helvetica Bold";
  src: url(../../brunswick-framework/clientlibs/clientlib-sitelib/resources/fonts/Helvetica-Bold.ttf);
}
@font-face {
  font-family: "HelveticaNeue Regular";
  src: url(../../brunswick-framework/clientlibs/clientlib-sitelib/resources/fonts/HelveticaNeue-Regular.ttf);
}
@font-face {
  font-family: "Lato";
  font-style: "normal";
  font-weight: 700;
  src: url(../../brunswick-framework/clientlibs/clientlib-sitelib/resources/fonts/Lato-Bold.ttf);
}
@font-face {
  font-family: "Lato";
  font-style: "normal";
  font-weight: 300;
  src: url(../../brunswick-framework/clientlibs/clientlib-sitelib/resources/fonts/Lato-Light.ttf);
}
@font-face {
  font-family: "Lato";
  font-style: "normal";
  font-weight: 400;
  src: url(../../brunswick-framework/clientlibs/clientlib-sitelib/resources/fonts/Lato-Regular.ttf);
}
@font-face {
  font-family: "Raleway";
  font-style: "normal";
  font-weight: 700;
  src: url(../../brunswick-framework/clientlibs/clientlib-sitelib/resources/fonts/Raleway-Bold.ttf);
}
@font-face {
  font-family: "Raleway";
  font-style: "normal";
  font-weight: 200;
  src: url(../../brunswick-framework/clientlibs/clientlib-sitelib/resources/fonts/Raleway-ExtraLight.ttf);
}
@font-face {
  font-family: "Raleway";
  font-style: "normal";
  font-weight: 400;
  src: url(../../brunswick-framework/clientlibs/clientlib-sitelib/resources/fonts/Raleway-Regular.ttf);
}
@font-face {
  font-family: "Raleway";
  font-style: Italic;
  font-weight: 700;
  src: url(../../brunswick-framework/clientlibs/clientlib-sitelib/resources/fonts/Raleway-BoldItalic.ttf);
}
@font-face {
  font-family: "Raleway";
  font-style: "normal";
  font-weight: 800;
  src: url(../../brunswick-framework/clientlibs/clientlib-sitelib/resources/fonts/Raleway-ExtraBold.ttf);
}
@font-face {
  font-family: "Raleway";
  font-style: Italic;
  font-weight: 800;
  src: url(../../brunswick-framework/clientlibs/clientlib-sitelib/resources/fonts/Raleway-ExtraBoldItalic.ttf);
}
@font-face {
  font-family: "Raleway";
  font-style: "normal";
  font-weight: 200;
  src: url(../../brunswick-framework/clientlibs/clientlib-sitelib/resources/fonts/Raleway-ExtraLight.ttf);
}
@font-face {
  font-family: "Raleway";
  font-style: Italic;
  font-weight: 200;
  src: url(../../brunswick-framework/clientlibs/clientlib-sitelib/resources/fonts/Raleway-ExtraLightItalic.ttf);
}
@font-face {
  font-family: "Raleway";
  font-style: "normal";
  font-weight: 300;
  src: url(../../brunswick-framework/clientlibs/clientlib-sitelib/resources/fonts/Raleway-Light.ttf);
}
@font-face {
  font-family: "Raleway";
  font-style: "normal";
  font-weight: 500;
  src: url(../../brunswick-framework/clientlibs/clientlib-sitelib/resources/fonts/Raleway-Medium.ttf);
}
@font-face {
  font-family: "Raleway";
  font-style: Italic;
  font-weight: 500;
  src: url(../../brunswick-framework/clientlibs/clientlib-sitelib/resources/fonts/Raleway-MediumItalic.ttf);
}
@font-face {
  font-family: "Raleway";
  font-style: "normal";
  font-weight: 900;
  src: url(../../brunswick-framework/clientlibs/clientlib-sitelib/resources/fonts/Raleway-Black.ttf);
}
@font-face {
  font-family: "Raleway";
  font-style: Italic;
  font-weight: 900;
  src: url(../../brunswick-framework/clientlibs/clientlib-sitelib/resources/fonts/Raleway-BlackItalic.ttf);
}
@font-face {
  font-family: "Raleway";
  font-style: Italic;
  font-weight: 200;
  src: url(../../brunswick-framework/clientlibs/clientlib-sitelib/resources/fonts/Raleway-Italic.ttf);
}
@font-face {
  font-family: "Montserrat";
  font-style: "normal";
  font-weight: 700;
  src: url(../../brunswick-framework/clientlibs/clientlib-sitelib/resources/fonts/Montserrat-Bold.ttf);
}
@font-face {
  font-family: "Montserrat";
  font-style: "normal";
  font-weight: 600;
  src: url(../../brunswick-framework/clientlibs/clientlib-sitelib/resources/fonts/Montserrat-SemiBold.ttf);
}
@font-face {
  font-family: "Montserrat";
  font-style: "normal";
  font-weight: 400;
  src: url(../../brunswick-framework/clientlibs/clientlib-sitelib/resources/fonts/Montserrat-Regular.ttf);
}
@font-face {
  font-family: "Montserrat";
  font-style: "normal";
  font-weight: 500;
  src: url(../../brunswick-framework/clientlibs/clientlib-sitelib/resources/fonts/Montserrat-Medium.ttf);
}
@font-face {
  font-family: "Montserrat";
  font-style: Italic;
  font-weight: 400;
  src: url(../../brunswick-framework/clientlibs/clientlib-sitelib/resources/fonts/Montserrat-Italic.ttf);
}
@font-face {
  font-family: "Baskerville";
  font-weight: 400;
  src: url(../../brunswick-framework/clientlibs/clientlib-sitelib/resources/fonts/Baskerville-Regular.ttf);
}
@font-face {
  font-family: "Baskerville";
  font-weight: 400;
  font-style: Italic;
  src: url(../../brunswick-framework/clientlibs/clientlib-sitelib/resources/fonts/Baskerville-Italic.ttf);
}
@font-face {
  font-family: "Lora";
  font-weight: 400;
  src: url(../../brunswick-framework/clientlibs/clientlib-sitelib/resources/fonts/Lora-Regular.ttf);
}
@font-face {
  font-family: "Lora";
  font-weight: 400;
  font-style: Italic;
  src: url(../../brunswick-framework/clientlibs/clientlib-sitelib/resources/fonts/Lora-Italic.ttf);
}
@font-face {
  font-family: "Jost Regular";
  font-weight: 400;
  src: url(../../brunswick-framework/clientlibs/clientlib-sitelib/resources/fonts/Jost-Regular.ttf);
}
@font-face {
  font-family: "Jost Regular";
  font-weight: 400;
  font-style: Italic;
  src: url(../../brunswick-framework/clientlibs/clientlib-sitelib/resources/fonts/Jost-Italic.ttf);
}
@font-face {
  font-family: "Black Vietnam Pro Bold";
  font-style: "normal";
  font-weight: 700;
  src: url(../../brunswick-framework/clientlibs/clientlib-sitelib/resources/fonts/BlackVietnamPro-Bold.ttf);
}
@font-face {
  font-family: "AvenirBook";
  src: url(../../brunswick-framework/clientlibs/clientlib-sitelib/resources/fonts/AvenirLTStd-Book.otf);
}
@font-face {
  font-family: "AvenirMedium";
  src: url(../../brunswick-framework/clientlibs/clientlib-sitelib/resources/fonts/AvenirLTStd-Medium.otf);
}
@font-face {
  font-family: "AvenirBlack";
  src: url(../../brunswick-framework/clientlibs/clientlib-sitelib/resources/fonts/AvenirLTStd-Roman.otf);
}
.sprite_fbs-backward-arrow-small-2x,
.sprite_fbs-down-arrow-small-2x,
.sprite_fbs-forward-arrow-small-2x,
.sprite_fbs-up-arrow-small-2x,
.sprite_fbs-icon-menu-more-2x,
.sprite_fbs-backward-arrow-small,
.sprite_fbs-down-arrow-small,
.sprite_fbs-forward-arrow-small,
.sprite_fbs-up-arrow-small,
.sprite_fbs-minimise-icon-2x,
.sprite_fbs-fish-icon-2x,
.sprite_fbs-export-2x,
.sprite_fbs-add-2x,
.sprite_fbs-alert-2x,
.sprite_fbs-attachment-2x,
.sprite_fbs-backward-arrow-2x,
.sprite_fbs-bag-2x,
.sprite_fbs-bedroom-2x,
.sprite_fbs-bluetooth-2x,
.sprite_fbs-bookmark-2x,
.sprite_fbs-calendar-2x,
.sprite_fbs-camera-2x,
.sprite_fbs-cancel-2x,
.sprite_fbs-chart-2x,
.sprite_fbs-comment-2x,
.sprite_fbs-comments-2x,
.sprite_fbs-compose-2x,
.sprite_fbs-delete-2x,
.sprite_fbs-down-arrow-2x,
.sprite_fbs-explore-2x,
.sprite_fbs-facebook-2x,
.sprite_fbs-favorite-2x,
.sprite_fbs-feed-2x,
.sprite_fbs-folder-2x,
.sprite_fbs-forward-arrow-2x,
.sprite_fbs-globe-icon-2x,
.sprite_fbs-google-plus-2x,
.sprite_fbs-heart-2x,
.sprite_fbs-help-2x,
.sprite_fbs-instagram-2x,
.sprite_fbs-lock-2x,
.sprite_fbs-menu-2x,
.sprite_fbs-messages-2x,
.sprite_fbs-microphone-2x,
.sprite_fbs-mobile-2x,
.sprite_fbs-no-2x,
.sprite_fbs-options-2x,
.sprite_fbs-pause-2x,
.sprite_fbs-phone-2x,
.sprite_fbs-photos-2x,
.sprite_fbs-places-2x,
.sprite_fbs-price-2x,
.sprite_fbs-profile-2x,
.sprite_fbs-quote-2x,
.sprite_fbs-refresh-2x,
.sprite_fbs-search-2x,
.sprite_fbs-sections-2x,
.sprite_fbs-settings-2x,
.sprite_fbs-skip-next-2x,
.sprite_fbs-skip-previous-2x,
.sprite_fbs-speaker-2x,
.sprite_fbs-thumbs-down-2x,
.sprite_fbs-thumbs-up-2x,
.sprite_fbs-time-2x,
.sprite_fbs-travel-2x,
.sprite_fbs-twitter-2x,
.sprite_fbs-up-arrow-2x,
.sprite_fbs-videos-2x,
.sprite_fbs-warning-2x,
.sprite_fbs-web-2x,
.sprite_fbs-wifi-2x,
.sprite_fbs-yes-2x,
.sprite_fbs-boat-icon-2x,
.sprite_fbs-icon-boxes-sm-2x,
.sprite_fbs-icon-boxes-2x,
.sprite_fbs-icon-list-2x,
.sprite_fbs-icon-menu-more,
.sprite_fbs-fish-icon,
.sprite_fbs-minimise-icon,
.sprite_fbs-export,
.sprite_fbs-add,
.sprite_fbs-alert,
.sprite_fbs-attachment,
.sprite_fbs-backward-arrow,
.sprite_fbs-bag,
.sprite_fbs-bedroom,
.sprite_fbs-bluetooth,
.sprite_fbs-bookmark,
.sprite_fbs-calendar,
.sprite_fbs-camera,
.sprite_fbs-cancel,
.sprite_fbs-chart,
.sprite_fbs-comment,
.sprite_fbs-comments,
.sprite_fbs-compose,
.sprite_fbs-delete,
.sprite_fbs-down-arrow,
.sprite_fbs-explore,
.sprite_fbs-facebook,
.sprite_fbs-favorite,
.sprite_fbs-feed,
.sprite_fbs-folder,
.sprite_fbs-forward-arrow,
.sprite_fbs-globe-icon,
.sprite_fbs-google-plus,
.sprite_fbs-heart,
.sprite_fbs-help,
.sprite_fbs-instagram,
.sprite_fbs-lock,
.sprite_fbs-menu,
.sprite_fbs-messages,
.sprite_fbs-microphone,
.sprite_fbs-mobile,
.sprite_fbs-no,
.sprite_fbs-options,
.sprite_fbs-pause,
.sprite_fbs-phone,
.sprite_fbs-photos,
.sprite_fbs-places,
.sprite_fbs-price,
.sprite_fbs-profile,
.sprite_fbs-quote,
.sprite_fbs-refresh,
.sprite_fbs-search,
.sprite_fbs-sections,
.sprite_fbs-settings,
.sprite_fbs-skip-next,
.sprite_fbs-skip-previous,
.sprite_fbs-speaker,
.sprite_fbs-thumbs-down,
.sprite_fbs-thumbs-up,
.sprite_fbs-time,
.sprite_fbs-travel,
.sprite_fbs-twitter,
.sprite_fbs-up-arrow,
.sprite_fbs-videos,
.sprite_fbs-warning,
.sprite_fbs-web,
.sprite_fbs-wifi,
.sprite_fbs-yes,
.sprite_fbs-boat-icon,
.sprite_fbs-icon-boxes-sm,
.sprite_fbs-icon-boxes,
.sprite_fbs-icon-list {
  background: url('../../../content/dam/brunswick-shared/sprite_brunswick.png') no-repeat;
  display: inline-block;
  overflow: hidden;
  text-align: left;
  text-indent: -9999px;
}
.sprite_fbs-backward-arrow-small-2x {
  background-position: -20px 0px;
  height: 100px;
  width: 100px;
}
.sprite_fbs-down-arrow-small-2x {
  background-position: -20px -120px;
  height: 100px;
  width: 100px;
}
.sprite_fbs-forward-arrow-small-2x {
  background-position: -20px -240px;
  height: 100px;
  width: 100px;
}
.sprite_fbs-up-arrow-small-2x {
  background-position: -20px -360px;
  height: 100px;
  width: 100px;
}
.sprite_fbs-icon-menu-more-2x {
  background-position: -20px -480px;
  height: 60px;
  width: 60px;
}
.sprite_fbs-backward-arrow-small {
  background-position: -20px -560px;
  height: 50px;
  width: 50px;
}
.sprite_fbs-down-arrow-small {
  background-position: -20px -630px;
  height: 50px;
  width: 50px;
}
.sprite_fbs-forward-arrow-small {
  background-position: -20px -700px;
  height: 50px;
  width: 50px;
}
.sprite_fbs-up-arrow-small {
  background-position: -20px -770px;
  height: 50px;
  width: 50px;
}
.sprite_fbs-minimise-icon-2x {
  background-position: -20px -840px;
  height: 36px;
  width: 36px;
}
.sprite_fbs-fish-icon-2x {
  background-position: -20px -896px;
  height: 30px;
  width: 35px;
}
.sprite_fbs-export-2x {
  background-position: -20px -946px;
  height: 32px;
  width: 34px;
}
.sprite_fbs-add-2x {
  background-position: -20px -998px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-alert-2x {
  background-position: -20px -1050px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-attachment-2x {
  background-position: -20px -1102px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-backward-arrow-2x {
  background-position: -20px -1154px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-bag-2x {
  background-position: -20px -1206px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-bedroom-2x {
  background-position: -20px -1258px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-bluetooth-2x {
  background-position: -20px -1310px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-bookmark-2x {
  background-position: -20px -1362px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-calendar-2x {
  background-position: -20px -1414px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-camera-2x {
  background-position: -20px -1466px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-cancel-2x {
  background-position: -20px -1518px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-chart-2x {
  background-position: -20px -1570px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-comment-2x {
  background-position: -20px -1622px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-comments-2x {
  background-position: -20px -1674px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-compose-2x {
  background-position: -20px -1726px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-delete-2x {
  background-position: -20px -1778px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-down-arrow-2x {
  background-position: -20px -1830px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-explore-2x {
  background-position: -20px -1882px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-facebook-2x {
  background-position: -20px -1934px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-favorite-2x {
  background-position: -20px -1986px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-feed-2x {
  background-position: -20px -2038px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-folder-2x {
  background-position: -20px -2090px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-forward-arrow-2x {
  background-position: -20px -2142px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-globe-icon-2x {
  background-position: -20px -2194px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-google-plus-2x {
  background-position: -20px -2246px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-heart-2x {
  background-position: -20px -2298px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-help-2x {
  background-position: -20px -2350px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-instagram-2x {
  background-position: -20px -2402px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-lock-2x {
  background-position: -20px -2454px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-menu-2x {
  background-position: -20px -2506px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-messages-2x {
  background-position: -20px -2558px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-microphone-2x {
  background-position: -20px -2610px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-mobile-2x {
  background-position: -20px -2662px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-no-2x {
  background-position: -20px -2714px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-options-2x {
  background-position: -20px -2766px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-pause-2x {
  background-position: -20px -2818px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-phone-2x {
  background-position: -20px -2870px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-photos-2x {
  background-position: -20px -2922px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-places-2x {
  background-position: -20px -2974px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-price-2x {
  background-position: -20px -3026px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-profile-2x {
  background-position: -20px -3078px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-quote-2x {
  background-position: -20px -3130px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-refresh-2x {
  background-position: -20px -3182px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-search-2x {
  background-position: -20px -3234px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-sections-2x {
  background-position: -20px -3286px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-settings-2x {
  background-position: -20px -3338px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-skip-next-2x {
  background-position: -20px -3390px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-skip-previous-2x {
  background-position: -20px -3442px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-speaker-2x {
  background-position: -20px -3494px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-thumbs-down-2x {
  background-position: -20px -3546px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-thumbs-up-2x {
  background-position: -20px -3598px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-time-2x {
  background-position: -20px -3650px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-travel-2x {
  background-position: -20px -3702px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-twitter-2x {
  background-position: -20px -3754px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-up-arrow-2x {
  background-position: -20px -3806px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-videos-2x {
  background-position: -20px -3858px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-warning-2x {
  background-position: -20px -3910px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-web-2x {
  background-position: -20px -3962px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-wifi-2x {
  background-position: -20px -4014px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-yes-2x {
  background-position: -20px -4066px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-boat-icon-2x {
  background-position: -20px -4118px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-icon-boxes-sm-2x {
  background-position: -20px -4170px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-icon-boxes-2x {
  background-position: -20px -4222px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-icon-list-2x {
  background-position: -20px -4274px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-icon-menu-more {
  background-position: -20px -4326px;
  height: 30px;
  width: 30px;
}
.sprite_fbs-fish-icon {
  background-position: -76px -840px;
  height: 15px;
  width: 18px;
}
.sprite_fbs-minimise-icon {
  background-position: -76px -875px;
  height: 18px;
  width: 18px;
}
.sprite_fbs-export {
  background-position: -75px -913px;
  height: 16px;
  width: 17px;
}
.sprite_fbs-add {
  background-position: -74px -949px;
  height: 16px;
  width: 16px;
}
.sprite_fbs-alert {
  background-position: -74px -985px;
  height: 16px;
  width: 16px;
}
.sprite_fbs-attachment {
  background-position: -72px -1021px;
  height: 16px;
  width: 16px;
}
.sprite_fbs-backward-arrow {
  background-position: -72px -1057px;
  height: 16px;
  width: 16px;
}
.sprite_fbs-bag {
  background-position: -72px -1093px;
  height: 16px;
  width: 16px;
}
.sprite_fbs-bedroom {
  background-position: -72px -1129px;
  height: 16px;
  width: 16px;
}
.sprite_fbs-bluetooth {
  background-position: -72px -1165px;
  height: 16px;
  width: 16px;
}
.sprite_fbs-bookmark {
  background-position: -72px -1201px;
  height: 16px;
  width: 16px;
}
.sprite_fbs-calendar {
  background-position: -72px -1237px;
  height: 16px;
  width: 16px;
}
.sprite_fbs-camera {
  background-position: -72px -1273px;
  height: 16px;
  width: 16px;
}
.sprite_fbs-cancel {
  background-position: -72px -1309px;
  height: 16px;
  width: 16px;
}
.sprite_fbs-chart {
  background-position: -72px -1345px;
  height: 16px;
  width: 16px;
}
.sprite_fbs-comment {
  background-position: -72px -1381px;
  height: 16px;
  width: 16px;
}
.sprite_fbs-comments {
  background-position: -72px -1417px;
  height: 16px;
  width: 16px;
}
.sprite_fbs-compose {
  background-position: -72px -1453px;
  height: 16px;
  width: 16px;
}
.sprite_fbs-delete {
  background-position: -72px -1489px;
  height: 16px;
  width: 16px;
}
.sprite_fbs-down-arrow {
  background-position: -72px -1525px;
  height: 16px;
  width: 16px;
}
.sprite_fbs-explore {
  background-position: -72px -1561px;
  height: 16px;
  width: 16px;
}
.sprite_fbs-facebook {
  background-position: -72px -1597px;
  height: 16px;
  width: 16px;
}
.sprite_fbs-favorite {
  background-position: -72px -1633px;
  height: 16px;
  width: 16px;
}
.sprite_fbs-feed {
  background-position: -72px -1669px;
  height: 16px;
  width: 16px;
}
.sprite_fbs-folder {
  background-position: -72px -1705px;
  height: 16px;
  width: 16px;
}
.sprite_fbs-forward-arrow {
  background-position: -72px -1741px;
  height: 16px;
  width: 16px;
}
.sprite_fbs-globe-icon {
  background-position: -72px -1777px;
  height: 16px;
  width: 16px;
}
.sprite_fbs-google-plus {
  background-position: -72px -1813px;
  height: 16px;
  width: 16px;
}
.sprite_fbs-heart {
  background-position: -72px -1849px;
  height: 16px;
  width: 16px;
}
.sprite_fbs-help {
  background-position: -72px -1885px;
  height: 16px;
  width: 16px;
}
.sprite_fbs-instagram {
  background-position: -72px -1921px;
  height: 16px;
  width: 16px;
}
.sprite_fbs-lock {
  background-position: -72px -1957px;
  height: 16px;
  width: 16px;
}
.sprite_fbs-menu {
  background-position: -72px -1993px;
  height: 16px;
  width: 16px;
}
.sprite_fbs-messages {
  background-position: -72px -2029px;
  height: 16px;
  width: 16px;
}
.sprite_fbs-microphone {
  background-position: -72px -2065px;
  height: 16px;
  width: 16px;
}
.sprite_fbs-mobile {
  background-position: -72px -2101px;
  height: 16px;
  width: 16px;
}
.sprite_fbs-no {
  background-position: -72px -2137px;
  height: 16px;
  width: 16px;
}
.sprite_fbs-options {
  background-position: -72px -2173px;
  height: 16px;
  width: 16px;
}
.sprite_fbs-pause {
  background-position: -72px -2209px;
  height: 16px;
  width: 16px;
}
.sprite_fbs-phone {
  background-position: -72px -2245px;
  height: 16px;
  width: 16px;
}
.sprite_fbs-photos {
  background-position: -72px -2281px;
  height: 16px;
  width: 16px;
}
.sprite_fbs-places {
  background-position: -72px -2317px;
  height: 16px;
  width: 16px;
}
.sprite_fbs-price {
  background-position: -72px -2353px;
  height: 16px;
  width: 16px;
}
.sprite_fbs-profile {
  background-position: -72px -2389px;
  height: 16px;
  width: 16px;
}
.sprite_fbs-quote {
  background-position: -72px -2425px;
  height: 16px;
  width: 16px;
}
.sprite_fbs-refresh {
  background-position: -72px -2461px;
  height: 16px;
  width: 16px;
}
.sprite_fbs-search {
  background-position: -72px -2497px;
  height: 16px;
  width: 16px;
}
.sprite_fbs-sections {
  background-position: -72px -2533px;
  height: 16px;
  width: 16px;
}
.sprite_fbs-settings {
  background-position: -72px -2569px;
  height: 16px;
  width: 16px;
}
.sprite_fbs-skip-next {
  background-position: -72px -2605px;
  height: 16px;
  width: 16px;
}
.sprite_fbs-skip-previous {
  background-position: -72px -2641px;
  height: 16px;
  width: 16px;
}
.sprite_fbs-speaker {
  background-position: -72px -2677px;
  height: 16px;
  width: 16px;
}
.sprite_fbs-thumbs-down {
  background-position: -72px -2713px;
  height: 16px;
  width: 16px;
}
.sprite_fbs-thumbs-up {
  background-position: -72px -2749px;
  height: 16px;
  width: 16px;
}
.sprite_fbs-time {
  background-position: -72px -2785px;
  height: 16px;
  width: 16px;
}
.sprite_fbs-travel {
  background-position: -72px -2821px;
  height: 16px;
  width: 16px;
}
.sprite_fbs-twitter {
  background-position: -72px -2857px;
  height: 16px;
  width: 16px;
}
.sprite_fbs-up-arrow {
  background-position: -72px -2893px;
  height: 16px;
  width: 16px;
}
.sprite_fbs-videos {
  background-position: -72px -2929px;
  height: 16px;
  width: 16px;
}
.sprite_fbs-warning {
  background-position: -72px -2965px;
  height: 16px;
  width: 16px;
}
.sprite_fbs-web {
  background-position: -72px -3001px;
  height: 16px;
  width: 16px;
}
.sprite_fbs-wifi {
  background-position: -72px -3037px;
  height: 16px;
  width: 16px;
}
.sprite_fbs-yes {
  background-position: -72px -3073px;
  height: 16px;
  width: 16px;
}
.sprite_fbs-boat-icon {
  background-position: -72px -3109px;
  height: 16px;
  width: 16px;
}
.sprite_fbs-icon-boxes-sm {
  background-position: -72px -3145px;
  height: 16px;
  width: 16px;
}
.sprite_fbs-icon-boxes {
  background-position: -72px -3181px;
  height: 16px;
  width: 16px;
}
.sprite_fbs-icon-list {
  background-position: -72px -3217px;
  height: 16px;
  width: 16px;
}
body {
  background-color: #000;
}
@font-face {
  font-family: "Liberator";
  src: url("../../../content/dam/lund/general/fonts/Liberator.woff") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Open Sans";
  src: url("../../../content/dam/lund/general/fonts/OpenSans-Bold.woff") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Open Sans";
  src: url("../../../content/dam/lund/general/fonts/OpenSans-Regular.woff") format("truetype");
  font-weight: 400;
}
.cta-solid-red {
  background-color: #A41E22 !important;
}
.cta-light-grey {
  background-color: #6c757d !important;
}
.cta-navy {
  background-color: #002855 !important;
}
.cta-white {
  background-color: #FFFFFF !important;
}
.cta-white {
  background-color: #ffffff !important;
  color: #a41e22 !important;
  border: 2px solid #a41e22 !important;
}
.cta-white:hover {
  color: #ffffff !important;
  background-color: #a41e22 !important;
}
.cta-white:active {
  color: #ffffff !important;
  background-color: #a41e22 !important;
}
.cta-black {
  background-color: #060505 !important;
  color: #ffffff !important;
}
.cta-black:hover {
  background-color: #312c2c !important;
  color: #ffffff;
}
.cta-black:active {
  background-color: #060505;
  color: #ffffff;
}
.cta-solid-red {
  background-color: #a41e22 !important;
  color: #ffffff !important;
}
.cta-solid-red:hover {
  background-color: #540c15 !important;
  color: #ffffff !important;
}
.cta-solid-red:active {
  background-color: #a41e22 !important;
  color: #ffffff !important;
}
.cta-solid-black-border {
  background-color: #060505 !important;
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
}
.cta-solid-black-border:hover {
  background-color: #312c2c !important;
  color: #ffffff !important;
}
.cta-solid-black-border:active {
  background-color: #312c2c !important;
  color: #ffffff !important;
}
.cta-black-border {
  background-color: #312c2c !important;
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
}
.cta-black-border:hover {
  background-color: #312c2c !important;
  color: #ffffff !important;
}
.cta-black-border:active {
  background-color: #060505 !important;
  color: #ffffff !important;
}
.cta-solid-red-border {
  background-color: #a41e22 !important;
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
}
.cta-solid-red-border:hover {
  background-color: #540c15 !important;
  color: #ffffff !important;
}
.cta-solid-red-border:active {
  background-color: #a41e22 !important;
  color: #ffffff !important;
}
.cta-white-border {
  background-color: #ffffff !important;
  color: #a41e22 !important;
  border: 2px solid #a41e22 !important;
}
.cta-white-border:hover {
  color: #ffffff !important;
  background-color: #a41e22 !important;
}
.cta-white-border:active {
  background-color: #ffffff !important;
  color: #a41e22 !important;
  border: 2px solid #a41e22 !important;
}
.cta-grey-border {
  background-color: #ffffff !important;
  color: #a41e22 !important;
  border: 2px solid #DBDAD9 !important;
}
.cta-grey-border:hover {
  color: #ffffff !important;
  background-color: #a41e22 !important;
}
.cta-grey-border:active {
  color: #ffffff !important;
  background-color: #a41e22 !important;
}
.cta-blue-border {
  background-color: #ffffff !important;
  color: #060505 !important;
  border: 2px solid #296d98 !important;
}
.list-cta.ttil-link-center .cta-blue-border:hover,
.cta-blue-border:hover {
  color: #ffffff !important;
  background-color: #296d98 !important;
}
.list-cta.ttil-link-center .cta-blue-border:hover,
.cta-blue-border:active {
  color: #ffffff !important;
  background-color: #296d98 !important;
}
.icon-twitter:before {
  content: "\e942";
}
.icon-facebook:before {
  content: "\e911";
}
h1,
h2,
h3,
h5 {
  font-family: 'Liberator';
  font-weight: 900;
}
h1 {
  font-size: 85px;
}
@media (max-width: 767px) {
  h1 {
    font-size: 48px;
  }
}
h2 {
  font-size: 65px;
}
@media (max-width: 992px) {
  h2 {
    font-size: 38px;
  }
}
h3 {
  font-size: 50px;
}
@media (max-width: 992px) {
  h3 {
    font-size: 24px;
  }
}
h4 {
  font-family: 'Montserrat';
  font-size: 20px;
  font-weight: 800;
}
@media (max-width: 992px) {
  h4 {
    font-size: 14px;
  }
}
h5 {
  font-size: 25px;
}
@media (max-width: 992px) {
  h5 {
    font-size: 16px;
  }
}
h6 {
  font-family: 'Montserrat';
  font-size: 14px;
}
.h5-black,
.h5-white {
  font-family: 'Liberator', serif;
  font-weight: 900;
  font-size: 24px;
}
@media (max-width: 992px) {
  .h5-black,
  .h5-white {
    font-size: 16px;
  }
}
.h1-white,
.h1-black {
  font-family: 'Liberator', serif;
  font-size: 85px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .h1-white,
  .h1-black {
    font-size: 48px;
  }
}
.h1-black {
  color: #000;
}
.h2-white,
.h2-black {
  font-family: 'Liberator', serif;
  font-weight: 900;
  font-size: 65px;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .h2-white,
  .h2-black {
    font-size: 38px;
  }
}
.h2-black {
  color: #000;
}
.h3-black,
.h3-white {
  font-family: 'Liberator', serif;
  font-weight: 900;
  font-size: 50px;
  color: #000;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .h3-black,
  .h3-white {
    font-size: 24px;
  }
}
.h3-white {
  color: #fff;
}
.h4-white,
.h4-black {
  font-family: 'Montserrat';
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
}
@media (max-width: 992px) {
  .h4-white,
  .h4-black {
    font-size: 14px;
  }
}
.h4-black {
  color: #000;
}
.h5-black,
.h5-white {
  font-family: 'Liberator', serif;
  font-weight: 900;
  font-size: 24px;
  color: #000;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .h5-black,
  .h5-white {
    font-size: 16px;
  }
}
.h5-white {
  color: #fff;
}
.h6-white,
.h6-black {
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .h6-white,
  .h6-black {
    font-size: 14px;
  }
}
.h6-black {
  color: #000;
}
.opensans-black,
.text-large,
.text-small,
.text-medium {
  font-family: "Open Sans";
  color: #000;
}
.opensans-white,
.text-md {
  font-family: "Open Sans";
  color: #fff;
}
.text-large {
  font-size: 20px;
}
@media (max-width: 992px) {
  .text-large {
    font-size: 14px;
  }
}
.text-small {
  font-size: 14px;
}
@media (max-width: 992px) {
  .text-small {
    font-size: 10px;
  }
}
.text-medium {
  font-size: 16px;
}
@media (max-width: 992px) {
  .text-medium {
    font-size: 14px;
  }
}
.text-md {
  font-size: 16px;
}
@media (max-width: 992px) {
  .text-md {
    font-size: 14px;
  }
}
.primary-btn {
  border: 2px solid #ffffff;
  background-color: #a41e22;
  font-family: "Montserrat";
  font-weight: 800;
  font-size: 14px;
  color: #fff;
  border-radius: 0;
  text-transform: uppercase;
}
.primary-btn:hover {
  background-color: #540c15;
  border: 2px solid #ffffff;
  color: #fff;
}
.primary-btn:focus {
  outline: 1px auto -webkit-focus-ring-color;
}
.primary-btn.btn_md {
  width: 270px;
  padding: 12px 0;
}
@media (max-width: 767px) {
  .primary-btn.btn_md {
    width: 100%;
    padding: 10px 0;
  }
}
#viewmap {
  top: 75px;
}
.la-grid--6-6 > .aem-Grid {
  padding: 3rem 50px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
.la-grid--6-6 > .aem-Grid::before,
.la-grid--6-6 > .aem-Grid::after {
  display: none;
}
.la-grid--6-6 > .aem-Grid p {
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .la-grid--6-6 > .aem-Grid {
    grid-template-columns: 1fr;
    padding: 1.5rem 28px;
  }
}
.no-padding-top {
  padding-top: 0;
}
.no-padding-bottom {
  padding-bottom: 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .paddingTop10,
  .paddingTop15 {
    padding-top: 10px !important;
  }
  .paddingTop20,
  .paddingTop25 {
    padding-top: 20px !important;
  }
  .paddingTop30,
  .paddingTop35 {
    padding-top: 30px !important;
  }
  .paddingTop45,
  .paddingTop50,
  .paddingTop55,
  .paddingTop65 {
    padding-top: 40px !important;
  }
  .paddingTop73,
  .paddingTop72,
  .paddingTop80,
  .paddingTop90 {
    padding-top: 50px !important;
  }
  .paddingRight10,
  .paddingRight15 {
    padding-right: 10px !important;
  }
  .paddingRight20,
  .paddingRight25 {
    padding-right: 20px !important;
  }
  .paddingRight30,
  .paddingRight35 {
    padding-right: 30px !important;
  }
  .paddingRight45,
  .paddingRight50,
  .paddingRight55,
  .paddingRight65 {
    padding-right: 40px !important;
  }
  .paddingRight73,
  .paddingRight72,
  .paddingRight80,
  .paddingRight90 {
    padding-right: 50px !important;
  }
  .paddingBottom10,
  .paddingBottom15 {
    padding-bottom: 10px !important;
  }
  .paddingBottom20,
  .paddingBottom25 {
    padding-bottom: 20px !important;
  }
  .paddingBottom30,
  .paddingBottom35 {
    padding-bottom: 30px !important;
  }
  .paddingBottom45,
  .paddingBottom50,
  .paddingBottom55,
  .paddingBottom65 {
    padding-bottom: 40px !important;
  }
  .paddingBottom73,
  .paddingBottom72,
  .paddingBottom80,
  .paddingBottom90 {
    padding-bottom: 50px !important;
  }
  .paddingLeft10,
  .paddingLeft15 {
    padding-left: 10px !important;
  }
  .paddingLeft20,
  .paddingLeft25 {
    padding-left: 20px !important;
  }
  .paddingLeft30,
  .paddingLeft35 {
    padding-left: 30px !important;
  }
  .paddingLeft45,
  .paddingLeft50,
  .paddingLeft55,
  .paddingLeft65 {
    padding-left: 40px !important;
  }
  .paddingLeft73,
  .paddingLeft72,
  .paddingLeft80,
  .paddingLeft90 {
    padding-left: 50px !important;
  }
}
@media (max-width: 767px) {
  .paddingTop10,
  .paddingTop15 {
    padding-top: 10px !important;
  }
  .paddingTop20,
  .paddingTop25,
  .paddingTop30,
  .paddingTop35 {
    padding-top: 20px !important;
  }
  .paddingTop45,
  .paddingTop50,
  .paddingTop55,
  .paddingTop65,
  .paddingTop73,
  .paddingTop72,
  .paddingTop80,
  .paddingTop90 {
    padding-top: 30px !important;
  }
  .paddingRight10,
  .paddingRight15 {
    padding-right: 10px !important;
  }
  .paddingRight20,
  .paddingRight25,
  .paddingRight30,
  .paddingRight35 {
    padding-right: 20px !important;
  }
  .paddingRight45,
  .paddingRight50,
  .paddingRight55,
  .paddingRight65,
  .paddingRight73,
  .paddingRight72,
  .paddingRight80,
  .paddingRight90 {
    padding-right: 30px !important;
  }
  .paddingBottom10,
  .paddingBottom15 {
    padding-bottom: 10px !important;
  }
  .paddingBottom20,
  .paddingBottom25,
  .paddingBottom30,
  .paddingBottom35 {
    padding-bottom: 20px !important;
  }
  .paddingBottom45,
  .paddingBottom50,
  .paddingBottom55,
  .paddingBottom65,
  .paddingBottom73,
  .paddingBottom72,
  .paddingBottom80,
  .paddingBottom90 {
    padding-bottom: 30px !important;
  }
  .paddingLeft10,
  .paddingLeft15 {
    padding-left: 10px !important;
  }
  .paddingLeft20,
  .paddingLeft25,
  .paddingLeft30,
  .paddingLeft35 {
    padding-left: 20px !important;
  }
  .paddingLeft45,
  .paddingLeft50,
  .paddingLeft55,
  .paddingLeft65,
  .paddingLeft73,
  .paddingLeft72,
  .paddingLeft80,
  .paddingLeft90 {
    padding-left: 30px !important;
  }
}
.marginTop-25 {
  margin-top: -25px !important;
}
.marginTop-35 {
  margin-top: -35px !important;
}
.marginTop-45 {
  margin-top: -45px !important;
}
.marginTop-55 {
  margin-top: -55px !important;
}
select,
.searchicon,
.fa-search,
button,
a,
.b-switch-btn,
.icon-Search,
.li-div,
.styledSelect,
.select-cat-years,
.boat-list .filter,
.clse-menu,
.clse-filter {
  cursor: pointer !important;
}
select.keyboard-focus {
  border: 3px solid #000 !important;
}
.model-list-view .view_heading .lines-tb {
  padding: 14px 0 8px !important;
}
#loading_spinner {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999999;
}
#loading_spinner .fa.fa-spinner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 50px;
  height: 50px;
  margin: auto;
}
#loading_spinner .fa.fa-spinner:before {
  color: #a41e22;
}
.top-element-cmp {
  padding-top: 54px !important;
}
#BoatRegistrationLink {
  Outline: 1px solid #cecece;
}
.container-fixed {
  float: none !important;
  max-width: 1366px !important;
  margin: 0 auto !important;
}
@media (max-width: 767px) {
  .responsivegrid.container-fixed {
    width: 96% !important;
    margin: auto !important;
  }
}
.btn.focus,
.btn:focus {
  box-shadow: none !important;
}
.share-social-media-links a:hover,
.f-nav-right a:hover {
  text-decoration: initial !important;
}
.text .tc-black.cmp-text {
  margin-bottom: 10px;
}
#chat-on-left-side .embeddedServiceHelpButton .helpButton {
  left: 12px;
  width: 10%;
}
@media (max-width: 767px) {
  #chat-on-left-side .embeddedServiceHelpButton .helpButton {
    left: 8px;
    bottom: 55px;
  }
}
#chat-on-left-side .embeddedServiceSidebar.layout-docked .dockableContainer {
  left: 12px;
}
#chat-on-left-side .embeddedServiceSidebarMinimizedDefaultUI {
  left: 12px;
}
.campaign-styles .responsivegrid .title .cmp-title .head-width .cmp-title-heading {
  display: block;
  font-size: 65px;
  line-height: 60px;
  letter-spacing: 0em;
  text-align: left;
  font-weight: 500;
}
@media (max-width: 767px) {
  .campaign-styles .responsivegrid .title .cmp-title .head-width .cmp-title-heading {
    font-size: 38px;
  }
}
.campaign-styles .responsivegrid .cmp-text p {
  font-size: 16px;
}
@media (max-width: 767px) {
  .campaign-styles .responsivegrid .cmp-text p {
    font-size: 14px;
  }
}
.campaign-styles .text .cmp-text {
  font-size: 16px;
}
@media (max-width: 767px) {
  .campaign-styles .ttil .ttil-comp .ttil_view4 .performance-ttil-page .perform-heading {
    font-size: 38px;
  }
}
a.ot-sdk-show-settings {
  color: white;
  text-decoration: underline;
  cursor: pointer;
}
a.ot-sdk-show-settings:hover,
a.ot-sdk-show-settings:active {
  color: white;
  text-decoration: underline;
}

.margin-top10 {
  margin-top: 10px;
}
.search-tiles {
  background-color: white;
}
.search-tiles #orderSummaryBackBtn {
  color: #000000;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 20px;
  font-family: Montserrat;
}
.search-tiles .f27 {
  color: #000000;
  text-transform: uppercase;
  font-weight: 900;
  font-family: Liberator;
}
.search-tiles #inventoryCountryCode {
  max-width: 46%;
  flex: 0 0 46%;
  margin-top: 10px;
}
.search-tiles #inventoryCountryCode .searchicon {
  color: #A41E22;
  top: 22px;
  right: 5px;
}
.search-tiles .search-text {
  border: none;
  border-bottom: 2px solid #54575A;
}
.search-tiles .results {
  font-weight: 800;
  font-size: 20px;
  margin-top: 30px;
}
.search-tiles .m-left-content {
  color: #000000 !important;
  font-weight: 800 !important;
  font-size: 20px !important;
  font-family: Montserrat !important;
}
.search-tiles .m-right-content {
  color: #000000 !important;
  font-weight: 600 !important;
  font-size: 15px !important;
  font-family: Open Sans !important;
}
.search-tiles .bg-gray .PGdate {
  font-size: 14px !important;
  font-family: Open Sans;
  color: #000000;
}
.search-tiles .bg-gray .PGdate.f-semi {
  font-weight: 800;
  font-family: Montserrat;
  font-size: 14px;
}
.search-tiles .bg-white .row {
  padding: 0px 10px;
}
.search-tiles .bg-white .PGdate {
  font-size: 11px;
  font-family: Open Sans;
  color: #000000;
}
.search-tiles .bg-white .PGdate.f-bold {
  font-weight: 600;
  font-size: 13px;
}
.search-tiles .bg-white .btn-small {
  border: 2px solid #B0011F;
  background-color: #ffffff;
  color: #A41E22;
  font-weight: 800 !important;
  font-size: 14px !important;
}
.search-tiles .bg-white .btn-small:hover {
  background-color: #B0011F;
  color: #ffffff;
}
.search-tiles .bg-white .tile-title {
  max-width: 100%;
  flex: 0 0 100%;
}
.search-tiles .bg-white h3.year {
  font-size: 15px;
}
.search-tiles .bg-white .margin-6 {
  background: #DBDAD9;
  padding-bottom: 5px;
  padding-left: 7px;
  padding-right: 7px;
}
.search-tiles .p-3 {
  font-size: 14px;
}
@media (min-width: 1025px) {
  .search-tiles .f27 {
    font-size: 50px;
    max-width: 41.6667%;
    flex: 0 0 40%;
  }
}
@media (max-width: 1025px) {
  .search-tiles .f27 {
    font-size: 48px;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .search-tiles #inventoryCountryCode {
    max-width: 75%;
    flex: 0 0 100%;
  }
}
@media (max-width: 471px) {
  .search-tiles .f27 {
    font-size: 24px;
  }
  .search-tiles .col.text-right {
    display: none;
  }
  .search-tiles #inventoryCountryCode {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.inventory-order .order-container {
  margin-top: 0px !important;
  padding: 0;
}
.inventory-order .order-container #inventoryPlaceOrder {
  width: 100% !important;
  margin-left: 0;
}
.inventory-order .order-container .row {
  margin: 0;
}
.inventory-order .order-container #orderSummaryBackBtn {
  color: #000000;
  margin-left: 0px;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 20px;
  font-family: Montserrat;
}
.inventory-order .order-container .order-body {
  padding-left: 0px;
}
.inventory-order .order-container .order-left-panel {
  background-color: white;
  padding-top: 25px;
}
.inventory-order .order-container .order-left-panel h1 {
  color: #000000 !important;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 50px !important;
  font-family: Liberator;
  margin-top: 20px;
}
.inventory-order .order-container .order-left-panel #paymentInfoInv {
  margin-right: 0;
}
.inventory-order .order-container .order-left-panel .infoNavBar-dropdown {
  margin: 0 15px;
  width: 93%;
}
.inventory-order .order-container .order-left-panel .order-btn {
  margin: 0 15px;
  background-color: #A41E22;
}
.inventory-order .order-container .order-left-panel .pc-header {
  color: #A41E22;
}
.inventory-order .order-container .order-left-panel ul.infoNavBar > li {
  font-size: 24px;
  font-family: 'Liberator';
  font-weight: 900;
  color: #54575A;
  margin: 0 auto;
}
.inventory-order .order-container .order-left-panel ul.infoNavBar > li a {
  color: #54575A;
  font-size: 24px;
}
.inventory-order .order-container .order-left-panel ul.infoNavBar > li a.active {
  color: #A41E22;
  border-bottom: 2px solid #A90E13;
  border-top: 2px solid #A90E13;
}
.inventory-order .order-container .order-left-panel .infoNavBar-mobile {
  display: none;
}
.inventory-order .order-container .order-left-panel .main-slider-padding .flex-direction-nav .flex-prev {
  opacity: 1;
  left: 65px;
}
.inventory-order .order-container .order-left-panel .main-slider-padding .flex-direction-nav .flex-prev:focus.flex-prev {
  left: 65px;
}
.inventory-order .order-container .order-left-panel .main-slider-padding .flex-direction-nav .flex-next {
  opacity: 1;
  right: 100px;
}
.inventory-order .order-container .order-left-panel .main-slider-padding .flex-direction-nav .flex-next:focus.flex-next {
  right: 100px;
}
.inventory-order .order-container .order-left-panel .main-slider-padding a:before {
  color: #ffffff;
}
.inventory-order .order-container .order-left-panel .order-options .white-bg {
  background-color: #EFEFEF;
}
.inventory-order .order-container .order-left-panel .order-options .column-header {
  color: #000000 !important;
  font-weight: 800 !important;
  font-size: 20px !important;
  font-family: Montserrat !important;
}
.inventory-order .order-container .order-left-panel .order-options .content-header {
  color: #A41E22;
  font-weight: 800;
}
.inventory-order .order-container .order-right-Panel {
  padding-left: 10px;
  padding-top: 25px;
  margin-top: 0px;
}
.inventory-order .order-container .order-right-Panel .placeOrder-text {
  color: #ffffff !important;
  font-weight: 800 !important;
  font-size: 20px !important;
  font-family: 'Montserrat' !important;
}
.inventory-order .order-container .order-right-Panel .placeOrder {
  color: #ffffff;
}
.inventory-order .order-container .order-right-Panel .placeOrder .submitOrderText {
  width: 95%;
  position: relative;
  margin: 0 auto;
}
.inventory-order .order-container .order-right-Panel .placeOrder .placeOrderInner {
  width: 95%;
  margin: 0 auto;
  position: relative;
}
.inventory-order .order-container .order-right-Panel .placeOrder p {
  font-family: 'Open Sans';
}
.inventory-order .order-container .order-right-Panel .dealerDetails {
  width: 95%;
  position: relative;
  margin: 0 auto;
}
.inventory-order .order-container .order-right-Panel .dealerDetails h3 {
  color: #ffffff !important;
  font-weight: 800 !important;
  font-size: 20px !important;
  font-family: 'Montserrat' !important;
}
.inventory-order .order-container .order-right-Panel .dealerDetails .address #area {
  font-weight: 800;
  font-size: 14px;
  font-family: 'Montserrat';
}
.inventory-order .order-container .order-right-Panel .dealerDetails .address #locality {
  font-size: 14px;
  font-family: 'Open Sans';
}
.inventory-order .order-container .order-right-Panel .dealerDetails .address button {
  font-family: 'Montserrat';
  border: 2px solid #B0011F;
  color: #B0011F;
  background-color: #ffffff;
}
.inventory-order .order-container .order-right-Panel .dealerDetails .address button:hover {
  background-color: #B0011F;
  color: #ffffff;
}
.inventory-order .order-container #calcPayInv {
  background-color: #A41E22;
}
.inventory-order .order-container #calcPayInv:hover {
  background-color: #540C15;
  color: #ffffff;
}
.inventory-order .order-container .infoMatter {
  margin-left: 30px;
}
@media (min-width: 769px) {
  .inventory-order .order-container .order-left-panel .flexslider.main-slider-padding {
    padding: 0 80px 15px 40px !important;
  }
  .inventory-order .order-container .order-left-panel .flexslider.tiles-slider-padding {
    padding: 0 40px 15px !important;
  }
  .inventory-order .order-container .order-left-panel > div:first-child {
    padding-left: 40px;
  }
}
@media (max-width: 768px) {
  .inventory-order .order-container .order-left-panel .payment-calc-sec {
    padding: 0 15px;
  }
  .inventory-order .order-container .order-left-panel .flexslider.main-slider-padding {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .inventory-order .order-container .order-left-panel .tiles-slider-padding {
    display: block;
  }
  .inventory-order .order-container .order-left-panel .main-slider-padding .flex-direction-nav .flex-prev {
    left: 10px;
  }
  .inventory-order .order-container .order-left-panel .main-slider-padding .flex-direction-nav .flex-prev:focus.flex-prev {
    left: 10px;
  }
  .inventory-order .order-container .order-left-panel .main-slider-padding .flex-direction-nav .flex-next {
    right: 10px;
  }
  .inventory-order .order-container .order-left-panel .main-slider-padding .flex-direction-nav .flex-next:focus.flex-next {
    right: 10px;
  }
  .inventory-order .order-container .order-right-Panel .address {
    width: 97%;
  }
}
@media (max-width: 481px) {
  .inventory-order .order-container .order-left-panel #orderSummaryBackBtn {
    font-size: 14px;
    margin-left: 12px;
  }
  .inventory-order .order-container .order-left-panel h1 {
    font-size: 24px !important;
    margin-left: 15px;
  }
  .inventory-order .order-container .order-left-panel h1 .heading__next {
    padding-top: 10px;
    font-size: 20px;
  }
  .inventory-order .order-container .order-left-panel .infoMatter .infoDetails {
    margin: 0 15px;
  }
  .inventory-order .order-container .order-left-panel .payment-calc-sec.js-payment-hide {
    margin-left: 0;
  }
  .inventory-order .order-container .order-left-panel .infoNavBar-mobile {
    display: block;
  }
  .inventory-order .order-container .order-left-panel .infoNavBar-mobile .infoNavBar-dropdown {
    margin: 0 10px;
    width: 94%;
  }
  .inventory-order .order-container .order-left-panel ul.infoNavBar {
    display: none;
  }
}
div.inventory-order .payment-calc-sec > p {
  font: 14px 'Montserrat' !important;
  color: #2b2b2b;
}
@media (min-width: 768px) and (max-width: 991px) {
  div.inventory-order .payment-calc-sec > p {
    padding: 0px 20px;
  }
}
@media (max-width: 800px) {
  div.inventory-order .payment-calc-sec > p {
    font: 12px 'Montserrat' !important;
  }
}
.find-dealer-inventory .modal-content .find-title {
  margin-bottom: 20px;
}
.find-dealer-inventory .modal-content #invInput {
  border: 0;
  border-bottom: 2px solid #333;
}
.find-dealer-inventory .modal-content #inventoryErrMsg button {
  color: #fff !important;
  min-width: 150px;
  background: #a41e22 !important;
  border-color: #fff !important;
}
.find-dealer-inventory .modal-content #inventoryErrMsg button:hover {
  background: #540c15 !important;
}
.find-inv.modal .autocomplete-items {
  position: relative !important;
  width: 667px;
  margin: auto;
}
@media (max-width: 680px) {
  .find-inv.modal .autocomplete-items {
    width: 100%;
  }
}
.inventory-search {
  margin-top: 40px;
}
.mega-menu .modal-content {
  min-height: 260px;
}
@media (max-width: 990px) {
  .mega-menu .modal-content {
    top: -170px;
  }
}
.mega-menu .modal-content .close.col-12 {
  position: absolute;
  right: 10px;
  width: 20px;
  z-index: 999999;
  cursor: pointer;
}
.mega-menu .modal-content #find-inventory .title .cmp-title__text {
  margin-top: 30px;
}
.mega-menu .modal-content #find-inventory #search {
  position: relative;
}
@media (max-width: 870px) {
  .mega-menu .modal-content #find-inventory #search {
    width: 100% !important;
    right: auto !important;
  }
}
.search-tiles #orderSummaryBackBtn {
  margin-left: 10px;
}
@media (max-width: 670px) {
  .search-tiles #orderSummaryBackBtn {
    margin-left: -8px;
  }
}
.search-tiles > h1 {
  max-width: 93% !important;
  margin-left: 16px !important;
  flex: 0 0 95% !important;
}
@media (max-width: 670px) {
  .search-tiles > h1 {
    margin-left: 8px !important;
  }
}
.search-tiles .bg-white h3.year {
  color: #000;
  font: 600 15px 'Open Sans' !important;
}
.search-tiles .bg-white .bg-gray {
  background-color: #dbdad9 !important;
}
@media (max-width: 670px) {
  .inventory-order .order-container .row {
    padding-right: 10px;
  }
}
@media (max-width: 670px) {
  .d-block.d-sm-none.hin-price > div {
    float: left;
    clear: none;
  }
  .d-block.d-sm-none.hin-price > div:nth-child(odd) {
    width: 60%;
    margin-left: 2%;
    text-align: left;
  }
  .d-block.d-sm-none.hin-price > div:nth-child(even) {
    width: 35%;
    text-align: right;
    padding-top: 10px;
  }
  .order-right-Panel .iframe-mobile iframe {
    height: 1030px !important;
  }
  .order-right-Panel .submitOrderText,
  .order-right-Panel .placeOrderInner {
    padding: 10px;
  }
}
.boat-configurator .share-email-dropdown {
  padding: 15px 10px !important;
}
.boat-configurator .share-email-dropdown .dropdown-item {
  padding: 0 !important;
  display: flex;
}
.boat-configurator .share-email-dropdown .dropdown-item .fa {
  padding: 0 10px 0 0 !important;
}
#edt {
  color: #a41e22 !important;
}
.modal-dialog .view-your-summary-info .cmp-container .title .cmp-title h3 .cmp-title__text,
.modal-dialog .view-your-summary-info .sign-in .cmp-container .title .cmp-title h3 .cmp-title__text,
.modal-dialog .view-your-summary-info .cmp-container .title .cmp-title h3 .cmp-title-heading,
.modal-dialog .view-your-summary-info .sign-in .cmp-container .title .cmp-title h3 .cmp-title-heading {
  font: 800 20px 'Montserrat' !important;
}
.modal-dialog .view-your-summary-info .cmp-container .text .cmp-text,
.modal-dialog .view-your-summary-info .sign-in .cmp-container .text .cmp-text,
.modal-dialog .view-your-summary-info .cmp-container .text .cmp-text > p,
.modal-dialog .view-your-summary-info .sign-in .cmp-container .text .cmp-text > p {
  font: normal 20px 'Open Sans' !important;
}
.modal-dialog .view-your-summary-info form#black-form .cmp-form-options__legend + .cmp-form-options__field-label > .cmp-form-options__field-description,
.modal-dialog .view-your-summary-info .sign-in form#black-form .cmp-form-options__legend + .cmp-form-options__field-label > .cmp-form-options__field-description {
  font: normal 14px 'Open Sans' !important;
}
.modal-dialog .view-your-summary-info .cmp-form-options__help-message p,
.modal-dialog .view-your-summary-info .sign-in .cmp-form-options__help-message p {
  font: normal 12px 'Open Sans' !important;
}
.modal-dialog .view-your-summary-info .cmp-form-options__help-message p a,
.modal-dialog .view-your-summary-info .sign-in .cmp-form-options__help-message p a {
  color: #fff !important;
  text-decoration: underline;
}
.modal-dialog .view-your-summary-info .modal-close,
.modal-dialog .view-your-summary-info .sign-in .modal-close {
  color: #fff !important;
  font-size: 30px;
  opacity: 1;
}
.modal-dialog .view-your-summary-info .title .cmp-title h4,
.modal-dialog .view-your-summary-info .sign-in .title .cmp-title h4 {
  margin-bottom: 0 !important;
}
.modal-dialog .view-your-summary-info .title .cmp-title h4 > a.cmp-title__link .cmp-title-heading,
.modal-dialog .view-your-summary-info .sign-in .title .cmp-title h4 > a.cmp-title__link .cmp-title-heading {
  font: bold 20px 'Open Sans' !important;
  text-decoration: underline;
}
.boatbuilder .boat-configurator .choose,
.boatbuilder .boat-configurator .boat-tab-container .nav-item a,
.boatbuilder .boat-configurator .info-sm-view .nav-item a {
  font: 900 24px 'Liberator' !important;
}
@media (min-width: 992px) {
  .boatbuilder .boat-configurator div.buttons > button:last-child,
  .boatbuilder .boat-configurator #sbmtBtn > div,
  .boatbuilder .boat-configurator #nxtBckBtns > div {
    font: 800 14px 'Montserrat' !important;
  }
}
.boatbuilder .boat-configurator .infoDetails,
.boatbuilder .boat-configurator .spec-accordion-view .list-group-flush .list-group-item {
  font: normal 18px 'Montserrat' !important;
}
.boatbuilder .boat-configurator footer.m-d-none > p {
  font: normal 12px 'Open Sans' !important;
  color: #060505 !important;
}
.boatbuilder .boat-configurator .colors div.colorsList > div > p,
.boatbuilder .boat-configurator .disclaimer-text {
  font: normal 14px 'Open Sans' !important;
}
@media (min-width: 780px) {
  .rightSide.full-height {
    margin-top: 50px;
  }
}
.inactive > a {
  cursor: not-allowed;
}
.find-inv p.errormessage {
  padding-left: 30px;
}
#summary-dealer .cmp-text.c-link > p,
#summary-email .cmp-text.c-link > p {
  font-weight: normal !important;
}
@media (min-width: 780px) {
  div.order-container .order-right-Panel .placeOrder .placeOrder-text {
    font: 800 20px 'Montserrat' !important;
  }
}
@media (min-width: 800px) {
  .order-right-Panel .iframe-desktop {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .boatbuilder .boat-configurator span.prnt-shr-wrp .print-smry,
  .boatbuilder .boat-configurator span.prnt-shr-wrp .dropdown-wrp .dropdown {
    overflow: hidden;
  }
}
@media (max-width: 670px) {
  .boat-configurator #paymentInfo li:last-child {
    display: block !important;
  }
  .boat-configurator #paymentInfo li:last-child #emiMonth {
    padding-left: 16px;
  }
}
.inventory-order .order-container .order-left-panel ul.infoNavBar > li a.active {
  padding: 4px 0 0;
}
.inventory-order .order-container .modal-content .iframe-desktop {
  max-height: 830px;
  overflow: hidden;
}
.inventory-order .flexslider .flex-next,
.inventory-order .flexslider .flex-prev {
  font-size: 0px !important;
}
@media (min-width: 576px) {
  #contact-dealer .container.responsivegrid {
    max-width: initial;
  }
}
.inventory-order .flexslider .flex-direction-nav a.flex-next:before {
  content: "\f105";
}
.inventory-order .flexslider .flex-direction-nav a.flex-prev:before {
  content: "\f104";
}
.inventory-order .order-container .order-left-panel .main-slider-padding a:before {
  font-size: 50px;
}
@media (max-width: 768px) {
  .inventory-order .order-container .flexslider.tiles-slider-padding {
    padding: 0px !important;
  }
  .inventory-order .order-container .flex-direction-nav .flex-next {
    right: -14px;
  }
  .inventory-order .order-container .flex-direction-nav .flex-prev {
    left: -14px;
  }
}
.boat-configurator #save-boat .cmp-text.c-link > p {
  font-size: 17px !important;
}
.boat-configurator #save-boat .cmp-text.c-link > p a {
  font: bold 17px "Open Sans";
}
.search-tiles .bg-white .tile-price {
  display: none !important;
}
#view_your_sum_modal .modal-content .view-your-summary-info #line-divider-text p {
  bottom: 18px !important;
  font-size: 16px !important;
}
.boat-configurator #view_your_sum_modal .cmp-text.c-link > p,
.boat-configurator .view-your-summary-info .cmp-text.c-link > p {
  font-size: 17px !important;
}
#get-a-quote .button.aem-GridColumn--default--none.aem-GridColumn.aem-GridColumn--default--6.aem-GridColumn--offset--default--0 {
  width: 95%;
  max-width: 100%;
}
#get-a-quote form#black-form button {
  width: 95%;
  max-width: 100%;
  position: relative;
  margin: 0 auto !important;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .inventory-order .order-container .order-right-Panel .placeOrder {
    margin-top: 28px;
  }
}
@media (min-width: 1201px) {
  .inventory-order .order-container .order-right-Panel .placeOrder {
    margin-top: 85px;
  }
}
@media (max-width: 991px) {
  .inventory-order .order-container .iframe-tab #inventoryPlaceOrder {
    height: 100vh;
  }
}
@media (max-width: 1024px) and (orientation: landscape) {
  .order-container p.mar-bot-3.font-lato {
    font-size: 12px;
  }
}
#contactDealer .dealerForm .modal_header {
  font-family: 'Liberator';
  font-weight: 900;
  font-size: 25px;
  color: #111111;
}
#contactDealer .modal-content .close {
  right: 20px;
  top: 20px;
  font-size: 35px;
  font-weight: normal;
  opacity: 1;
  padding: 0;
  background-color: transparent;
  border: 0;
  color: #000;
}
#contactDealer .modal-dialog .dealerForm .modal_header {
  padding-left: 15px ;
  padding-right: 15px ;
}
#contactDealer .modal-dialog .dealerForm .modal_header ~ p {
  padding-left: 15px ;
  padding-right: 15px ;
}

.h5-white {
  font-family: 'Liberator', serif;
  font-weight: 900;
  font-size: 24px;
}
@media (max-width: 992px) {
  .h5-white {
    font-size: 16px;
  }
}
.h1-black {
  font-family: 'Liberator', serif;
  font-size: 85px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .h1-black {
    font-size: 48px;
  }
}
.h2-black {
  font-family: 'Liberator', serif;
  font-weight: 900;
  font-size: 65px;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .h2-black {
    font-size: 38px;
  }
}
.h3-white {
  font-family: 'Liberator', serif;
  font-weight: 900;
  font-size: 50px;
  color: #000;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .h3-white {
    font-size: 24px;
  }
}
.h4-black {
  font-family: 'Montserrat';
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
}
@media (max-width: 992px) {
  .h4-black {
    font-size: 14px;
  }
}
.h5-white {
  font-family: 'Liberator', serif;
  font-weight: 900;
  font-size: 24px;
  color: #000;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .h5-white {
    font-size: 16px;
  }
}
.h6-black {
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .h6-black {
    font-size: 14px;
  }
}
.text-large,
.text-small,
.text-medium {
  font-family: "Open Sans";
  color: #000;
}
.text-md {
  font-family: "Open Sans";
  color: #fff;
}
.card-view-details {
  clear: both;
  margin-top: 75px;
}
.card-view-details .card {
  min-height: 220px;
  position: relative;
  height: 100%;
}
.card-view-details .card-body {
  padding-top: 20px;
}
.card-view-details .sub-title {
  font-size: 14px;
  font-weight: bold;
}
.card-view-details .sub-item {
  font-weight: normal;
  font-size: 14px;
}
.resultscard.dealerlocater-details a.b-blue-btn {
  margin-left: 20px;
}
.dealerlocater.resultscard.dealerlocater-details .card-body a.b-blue-btn {
  margin-left: 20px;
}
.dealerlocater .py-3.back a.searchback:before {
  color: #000;
  content: "\f053";
  font: 100 14px/1 FontAwesome;
}
.left-cards-panel .card {
  padding: 0px 15px;
}
.card-body .card-body {
  position: relative;
}
.typesavalable {
  position: absolute;
  right: 40px;
  top: 0px;
  font-size: 14px;
  font-family: Montserrat;
}
.typesavalable div:first-child {
  font-weight: bold;
}
.typesavalable div.distance {
  padding-left: 12px;
}
.row.contactdealer {
  width: 100%;
  margin: 10px;
}
.dealerlocater.resultscard.dealerlocater-details {
  background-color: #ffffff;
}
.dealerlocater.resultscard.dealerlocater-details .viewInventory {
  width: 100%;
}
.dealerlocater.resultscard.dealerlocater-details .typesavalable div {
  font-weight: normal;
}
.dealerlocater.resultscard.dealerlocater-details .card {
  border: 1px solid #DBDAD9;
  padding-left: 10px;
}
.dealer-details .dealerlocater-details.resultscard .searchback {
  font: normal normal 800 14px/18px Montserrat;
  letter-spacing: 0.14px;
  color: #000000;
  text-transform: uppercase;
  opacity: 1;
  font-weight: 800;
}
.dealer-details .dealerlocater-details.resultscard .left-cards-panel .card .distance .sub-title {
  margin-bottom: 2px;
  text-align: left;
  font: normal normal 600 14px/22px Open Sans;
  letter-spacing: 0px;
  color: #000000;
}
.dealer-details .dealerlocater-details.resultscard .left-cards-panel .card .distance .sub-item {
  text-align: left;
  font: normal normal normal 14px/22px Open Sans;
  letter-spacing: 0px;
  color: #000000;
}
.dealer-details .dealerlocater-details.resultscard .left-cards-panel .card {
  margin-bottom: 0px;
  padding: 15px;
}
.dealer-details .dealerlocater-details.resultscard .left-cards-panel:first-child .card .card-body {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.dealer-details .dealerlocater-details.resultscard .left-cards-panel:first-child .viewInventory a {
  margin-left: 0px;
}
.dealer-details .dealerlocater-details.resultscard .left-cards-panel:first-child .card .card-body .distance,
.dealer-details .dealerlocater-details.resultscard .left-cards-panel:first-child .card .card-body .address {
  width: 60%;
  display: block;
}
.dealer-details .dealerlocater-details.resultscard .left-cards-panel:first-child .card .card-body .typesavalable {
  left: 60%;
}
.dealer-details .dealerlocater-details.resultscard .left-cards-panel:first-child .card .card-body .card-lable {
  clear: both;
}
.dealer-details .dealerlocater-details.resultscard .left-cards-panel:first-child .card .card-body .row.contactdealer {
  margin: 0px;
}
.dealer-details .dealerlocater-details.resultscard .left-cards-panel:first-child .card .card-body .col-12.detaildealer {
  padding-left: 5px;
  margin-left: 0px !important;
}
.dealer-details .dealerlocater-details.resultscard .left-cards-panel:first-child .card .card-body .phone-link {
  text-align: left;
  font: normal normal normal 14px/22px Open Sans;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}
.dealer-locator .modal#dealerBrowserBlock .modal-dialog {
  width: 450px;
  max-width: 100%;
}
.dealer-locator .modal#dealerBrowserBlock .modal-dialog .modal-content.allowbox {
  height: 250px;
}
.dealer-locator .modal#dealerBrowserBlock .modal-dialog .modal-content.allowbox .modal-header {
  padding: 0 0.5rem;
}
.dealer-locator .modal#dealerBrowserBlock .modal-dialog .modal-content.allowbox .modal-body {
  padding: 0 1rem;
}
.dealer-locator .modal#dealerBrowserBlock .modal-dialog .modal-content.allowbox .modal-body h2,
.dealer-locator .modal#dealerBrowserBlock .modal-dialog .modal-content.allowbox .modal-body p {
  text-align: left;
  color: #060505;
}
.dealer-locator .modal#dealerBrowserBlock .modal-dialog .modal-content.allowbox .modal-body .modalbuttons {
  justify-content: left !important;
}
.dealer-locator .modal#dealerBrowserBlock .modal-dialog .modal-content.allowbox .modal-body .modalbuttons button {
  width: auto;
  background-color: #a41e22;
  color: #ffffff;
  border: 1px solid #F2F3F4;
  border-radius: 25px;
  height: 50px;
  margin: 0 auto;
  /*just to override width of otther css*/
}
.dealer-locator .dealerlocater .mapPop {
  max-width: 440px;
  width: 100%;
  min-height: 100px;
  background-color: #ffffff;
  position: absolute;
  bottom: 2rem;
  left: 1.5rem;
  padding: 1rem;
}
@media (max-width: 991px) {
  .dealer-locator .dealerlocater .jumbotron.sidevar {
    padding: 2rem 2rem 2rem 2rem;
  }
}
.dealer-locator .dealerlocater .jumbotron.sidevar {
  background-color: #ffffff;
  padding: 0rem 2rem 0rem 2rem;
}
.dealer-locator .dealerlocater .jumbotron.sidevar .finddealer h1 {
  text-align: left;
  font: normal normal 900 24px/24px Liberator;
  letter-spacing: 0.24px;
  color: #060505;
  text-transform: uppercase;
  opacity: 1;
}
.dealer-locator .dealerlocater .jumbotron.sidevar label.formlabel.dealeraddress {
  margin-top: 15px;
}
.dealer-locator .dealerlocater .jumbotron.sidevar .dropdowndealer .formlabel:empty {
  display: none;
}
.dealer-locator .dealerlocater .jumbotron.sidevar .dropdowndealer br {
  display: none;
}
.dealer-locator .dealerlocater .jumbotron.sidevar .dropdowndealer .dealercountry.custom-select {
  margin-bottom: 20px;
}
.dealer-locator .dealerlocater .jumbotron.sidevar .dropdowndealer .uselocation {
  margin-top: 8px;
}
.dealer-locator .dealerlocater .jumbotron.sidevar .dropdowndealer .uselocation a {
  font-family: 'Liberator';
  font-size: 12px;
  text-decoration: none;
  cursor: pointer;
}
.dealer-locator .dealerlocater .jumbotron.sidevar .accordiondealer {
  margin-top: 4rem;
}
.dealer-locator .dealerlocater .jumbotron.sidevar .accordiondealer .card-header {
  padding-left: 36px;
}
.dealer-locator .dealerlocater .jumbotron.sidevar .accordiondealer .card-header a {
  padding-left: 0;
  position: relative;
}
.dealer-locator .dealerlocater .jumbotron.sidevar .accordiondealer .card-header a .card-lable {
  font-size: 18px;
  font-family: 'Liberator';
}
.dealer-locator .dealerlocater .jumbotron.sidevar .accordiondealer .card-header i.fa.fa-chevron-down {
  float: none;
  left: -24px;
  clear: both;
  position: absolute;
  top: 5px;
  font-size: 12px;
}
.dealer-locator .dealerlocater .jumbotron.sidevar .accordiondealer .card-body > div,
.dealer-locator .dealerlocater .jumbotron.sidevar .accordiondealer .card-body > .viewlable {
  padding-left: 12px;
}
.dealer-locator .dealerlocater .jumbotron.sidevar .accordiondealer .card-body .address,
.dealer-locator .dealerlocater .jumbotron.sidevar .accordiondealer .card-body .distance,
.dealer-locator .dealerlocater .jumbotron.sidevar .accordiondealer .card-body .viewlable {
  font-family: 'Liberator';
}
.dealer-locator .dealerlocater .jumbotron.sidevar .accordiondealer .card-body .distance {
  font-size: 14px;
}
.dealer-locator .dealerlocater .jumbotron.sidevar .accordiondealer .card-body a {
  color: #a41e22;
}
.dealer-locator .dealerlocater .jumbotron.sidevar .accordiondealer .card-body a i.fa {
  color: #a41e22;
}
.dealer-locator .dealerlocater .jumbotron.sidevar .accordiondealer .card-body a.phone-link {
  color: #060505;
  font-family: 'Liberator';
  font-weight: normal;
}
.dealer-locator .dealerlocater .jumbotron.sidevar .accordiondealer .card-body a.phone-link .viewlable {
  padding-left: 12px;
  display: inline-block;
  padding-top: 0;
}
@media (max-width: 760px) {
  .dealer-locator .dealerlocater .mapPop {
    max-width: 100%;
    position: relative;
    bottom: auto;
    left: auto;
    padding: 1rem;
  }
}
.select-items {
  overflow-y: scroll;
  max-height: 277px;
}
input#myInput[name="myCountry"] {
  border: 0px solid #54575A;
  border-bottom: 2px solid #54575A;
}
.dropdowndealer .searchicon {
  color: #a41e22;
  font-size: 22px;
}
/*.uselocation a{color:@color_red;} */
.uselocation .fa.fa-location-arrow {
  color: #a41e22;
}
.accordiondealer .cardswrap {
  margin-right: -53px;
  margin-left: -32px;
}
.dealer-locator .dealerlocater .jumbotron.sidevar .accordiondealer .card-header i.fa.fa-chevron-down {
  color: #a41e22;
  font-size: 15px;
}
.dealerlocater .b-blue-btn,
.dealerlocater .b-blue-btn:hover {
  background: #a41e22;
}
.card-body .contactdealer a {
  color: #a41e22;
}
.contactdealer .detaildealer .fa {
  color: #a41e22;
}
/* #dealercountry{display:none;} */
.accordiondealer .card {
  border-bottom: 0px;
  margin-bottom: 0px;
}
.filter-boat-wrap {
  clear: both;
  font-size: 30px;
}
.filter-boat-wrap .dealerfilter {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.formlabel.filter-boat-label {
  font-size: 14px;
  text-transform: uppercase;
  color: #000000;
}
/*
.select-wrap{border: 2px solid #54575A;display:block;position:relative;}
.select-wrap:after {
    content: "\f107";
    font-family: FontAwesome;
    color: #54575A;
    padding: 12px 8px;
    position: absolute; right: 0; top: 0;
    background: transparent;
    z-index: 1;
    text-align: center;
    width: 10%;
    height: 100%;      
    pointer-events: none;
    box-sizing: border-box; 
    top:-10px;
}
.select-wrap select.inputbox{border:0px;}

*/
.dealer-locator .dealerlocater .jumbotron.sidevar .accordiondealer .card-header a .card-lable,
.detailscard .card-body .card-lable:first-child,
.resultscard .card-lable:first-child {
  color: #060505;
  font-size: 24px;
  font-family: 'Liberator';
}
.dealer-locator .dealerlocater .jumbotron.sidevar .accordiondealer .card-header {
  padding-left: 3.6rem;
}
.dealer-locator .dealerlocater .jumbotron.sidevar .accordiondealer .card-body {
  padding-left: 3rem !important;
}
.dealer-locator .dealerlocater .jumbotron.sidevar .accordiondealer .card-body .distance,
.dealer-locator .dealerlocater .jumbotron.sidevar .accordiondealer .card-body .address,
.dealer-locator .dealerlocater .jumbotron.sidevar .accordiondealer .card-body a.phone-link,
.dealer-locator .dealerlocater .jumbotron.sidevar .accordiondealer .card-body .viewlable,
.dealer-locator .contactdealer a {
  font-family: "Open Sans";
}
.dealerlocater .b-blue-btn {
  font-family: "Montserrat";
}
.resultscard .searchback {
  color: #000000 !important;
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: bold;
}
.resultscard .fa-arrow-left::before {
  color: #000000;
  content: "\f053";
}
.left-cards-panel {
  padding: 20px !important;
}
#viewmap {
  top: 75px;
  height: 100%;
}
.dealercountry .select-selected {
  border: 2px solid #54575A;
  display: block;
  position: relative;
}
.dealer-locator .dealerlocater .jumbotron.sidevar .dropdowndealer .dealercountry.custom-select {
  border-width: 0px;
}
.dealercountry .select-selected::after {
  content: "\f107";
  font-family: FontAwesome;
  color: #54575a;
  position: absolute;
  right: 0px;
  z-index: 1;
  text-align: center;
  width: 10%;
  height: 100%;
  pointer-events: none;
  box-sizing: border-box;
  top: -10px !important;
  padding: 12px 8px;
  background: transparent;
  border-width: 0px;
  font-size: 30px;
}
.left-cards-panel .card {
  height: 107%;
}
.left-cards-panel + .col-lg-8 {
  height: 100%;
}
.uselocation a {
  color: #000000 !important;
  font-family: 'Open Sans' !important;
  font-size: 16px;
  font-weight: 600;
}
.uselocation .fa.fa-location-arrow {
  color: #000000 !important;
  font-size: 16px;
  font-weight: 600;
}
.dealer-locator .dealerlocater .jumbotron.sidevar .accordiondealer .card-body {
  position: relative;
}
.dealer-locator .dealerlocater .jumbotron.sidevar .accordiondealer .type-sold {
  position: absolute;
  top: 0px;
  right: 100px;
  font-size: 14px;
  font-family: Montserrat;
}
.dealer-locator .dealerlocater .jumbotron.sidevar .accordiondealer .type-sold p {
  font-size: 14px;
  font-family: Montserrat;
  color: #000;
}
/* Override.less */
.select-wrap {
  position: relative;
  border-radius: 0px;
  width: 100%;
  background-color: transparent;
  padding: 0px;
  border-width: 0px;
}
.select-wrap select {
  display: none !important;
  /*hide original SELECT element:*/
}
.select-wrap .select-selected-opt {
  border: 2px solid #54575A;
  display: block;
  position: relative;
}
/*style the arrow inside the select element:*/
.select-wrap .select-selected-opt:after {
  content: "\f107";
  font-family: FontAwesome;
  color: #54575a;
  position: absolute;
  right: 0px;
  z-index: 1;
  text-align: center;
  width: 10%;
  height: 100%;
  pointer-events: none;
  box-sizing: border-box;
  top: -10px;
  padding: 12px 8px;
  background: transparent;
  border-width: 0px;
  font-size: 30px;
}
/*point the arrow upwards when the select box is open (active):*/
/*style the items (options), including the selected item:*/
.select-wrap .select-items-opt div,
.select-selected-opt {
  color: #000000;
  padding: 8px 16px;
  cursor: pointer;
  user-select: none;
}
/*style items (options):*/
.select-wrap .select-items-opt {
  position: absolute;
  background-color: white;
  top: 100%;
  left: 0px;
  right: 0px;
  z-index: 99;
  border-width: 1px;
  border-style: solid;
  border-color: #637083;
  border-image: initial;
}
/*hide the items when the select box is closed:*/
.select-wrap .select-hide-opt {
  display: none;
}
.select-wrap .select-items-opt div:hover,
.same-as-selected-opt {
  background-color: rgba(0, 0, 0, 0.1);
}
.select-wrap .select-wrap {
  display: none;
  z-index: 2;
  position: relative;
  background-color: transparent;
}
.select-wrap {
  display: block;
}
.select-wrap .select-items-opt div,
.select-wrap .select-selected-opt {
  color: black;
  padding: 12px;
  cursor: pointer;
  user-select: none;
  font-size: 14px;
}
.dealer-locator .dealerlocater .jumbotron.sidevar .accordiondealer {
  max-height: 100%;
  overflow-x: hidden;
}
.finddealer #placeIdSearch input:focus {
  box-shadow: none;
}
.dealer-locator .dealerlocater .jumbotron.sidevar .accordiondealer .card-header a .card-lable {
  text-align: left !important;
  font: normal normal 900 24px/24px Liberator !important;
  letter-spacing: 0.24px !important;
  color: #060505 !important;
  text-transform: uppercase !important;
  opacity: 1 !important;
}
.dealer-locator .dealerlocater .jumbotron.sidevar .accordiondealer .card-body a.b-blue-btn {
  text-align: center !important;
  font: normal normal 800 14px/18px Montserrat !important;
  letter-spacing: 0.14px !important;
  color: #FFFFFF !important;
  text-transform: uppercase !important;
  opacity: 1;
}
.dealer-locator .contactdealer .accordiondealer .card-body a .fa + span {
  text-align: left !important;
  text-decoration: underline !important;
  font: normal normal normal 14px/22px 'Open Sans' !important;
  letter-spacing: 0px !important;
  color: #A41E22 !important;
  opacity: 1 !important;
}
.dealer-locator .uselocation a {
  text-align: right;
  font: normal normal 600 16px/24px 'Open Sans' !important;
  letter-spacing: 0px !important;
  color: #000000;
  opacity: 1;
}
.dealer-locator .formlabel.filter-boat-label {
  text-align: left;
  font: normal normal 800 14px/18px Montserrat !important;
  letter-spacing: 0.14px;
  color: #000000;
  text-transform: uppercase;
  opacity: 1;
}
#dealerLocationModal .modal-body .modalheader {
  text-align: left;
  font: normal normal 900 24px/24px Liberator;
  letter-spacing: 0.24px;
  color: #060505;
  text-transform: uppercase;
  opacity: 1;
}
#dealerLocationModal button.allowbutton {
  background-color: #A41E22 !important;
  color: #ffffff !important;
}
#dealerLocationModal button.allowbutton:hover {
  background-color: #540C15 !important;
  color: #ffffff !important;
}
#dealerLocationModal button.allowbutton:active {
  background-color: #A41E22 !important;
  color: #ffffff !important;
}
#dealerLocationModal button.blockbutton {
  background-color: #ffffff !important;
  color: #A41E22 !important;
  border: 2px solid #A41E22 !important;
}
#dealerLocationModal button.blockbutton:hover {
  color: #ffffff !important;
  background-color: #A41E22 !important;
}
#dealerLocationModal button.blockbutton:active {
  background-color: #ffffff !important;
  color: #A41E22 !important;
  border: 2px solid #A41E22 !important;
}
@media (max-width: 870px) {
  .dealerlocater {
    margin-top: 40px;
    padding-right: 0 !important;
  }
}
.dealerlocater .card-view-details .card .card-body {
  padding: 0 !important;
}
.dealerlocater .typesavalable {
  width: 130px;
}
.dealerlocater .accordiondealer .type-sold {
  right: 39px !important;
}
.dealer-locator .dealerlocater .jumbotron.sidevar .accordiondealer .type-sold p {
  font: normal 14px Open Sans;
}
@media (max-width: 670px) {
  .dealercountry .select-selected:after {
    top: 0 !important;
  }
}
.dealercountry .finddealer .inputbox {
  padding-right: 44px;
}
@media (max-width: 760px) {
  #accordion .card-body {
    padding-left: 3rem !important;
  }
}
.dealercountry .select-items {
  z-index: 2;
}
@media (max-width: 767px) {
  .dealer-locator .dealerlocater .jumbotron.sidevar .dealer-results-section .accordiondealer {
    overflow-x: hidden;
  }
  .dealer-locator .dealerlocater .jumbotron.sidevar .dealer-results-section .accordiondealer .card-header {
    padding-left: 3.5rem;
  }
  .dealer-locator .dealerlocater .jumbotron.sidevar .dealer-results-section #accordion .card-body {
    padding: 0px 43px !important;
  }
}
.dealer-locator .accordiondealer .card-body .distance,
.dealer-locator .accordiondealer .card-body .type-sold p {
  color: #060505;
}
.dealer-locator .accordiondealer .card-body .title,
.dealer-locator .accordiondealer .card-body .address,
.dealer-locator .accordiondealer .card-body .phone-link,
.dealer-locator .accordiondealer .card-body .type-sold {
  color: #000;
}
.card-body .address,
.card-body .distance,
.card-body .phone-link {
  width: 70%;
}
.contactModalDealerLocator span.cmp-form-options__field-description {
  border: 0px;
  top: 0px;
}
.contactModalDealerLocator .cmp-form .cmp-form-text .cmp-form-text__text,
.contactModalDealerLocator .cmp-form-options select {
  border: 0;
  border-bottom: 2px solid #333;
  border-radius: 0px;
}
.contactModalDealerLocator .dl-contact-form-modal-popup {
  padding: 20px 0px;
}
.contactModalDealerLocator .dl-contact-form-modal-popup h1,
.contactModalDealerLocator .dl-contact-form-modal-popup h2,
.contactModalDealerLocator .dl-contact-form-modal-popup h3,
.contactModalDealerLocator .dl-contact-form-modal-popup h4,
.contactModalDealerLocator .dl-contact-form-modal-popup h5,
.contactModalDealerLocator .dl-contact-form-modal-popup h6 {
  color: #000;
}
#contactModalDealerLocator button.close.modal-close {
  right: 20px;
  top: -4px;
}

.dealer-card,
.row.video-block {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.dealerimg-container,
.dealer-media,
.dealer-video-container {
  width: 97%;
  margin: auto;
}
.dealeres-header .navbar.navbar-expand-lg.bg-light {
  background: #dbdad9 !important;
}
.dealeres-header .navbar-light .navbar-nav .nav-link,
.dealeres-header .head-logo h3.brand-ref {
  font: 900 20px 'Montserrat';
  color: #000000;
  text-transform: uppercase;
}
@media (max-width: 780px) {
  .dealeres-header .navbar-light .navbar-nav .nav-link,
  .dealeres-header .head-logo h3.brand-ref {
    font: 900 14px 'Montserrat';
  }
}
.dealeres-header .content-subs {
  padding-top: 20px;
}
.dealeres-header h3.ex-title {
  font: 600 20px 'Open Sans';
  color: #000000;
}
.dealeres-header li.nav-item a {
  font: 500 14px 'Open Sans';
  color: #a41e22;
  text-transform: initial;
}
@media (max-width: 780px) {
  .dealeres-header li.nav-item a {
    font: 500 12px 'Open Sans';
  }
}
.media-img-block h2.img-block-head,
.media-video-block h2.img-block-head,
.items-list h2.img-block-head,
.resource-search h2.img-block-head,
.media-img-block h2.filterLabel,
.media-video-block h2.filterLabel,
.items-list h2.filterLabel,
.resource-search h2.filterLabel {
  font: 900 50px 'Liberator';
  color: #000000;
}
@media (max-width: 780px) {
  .media-img-block h2.img-block-head,
  .media-video-block h2.img-block-head,
  .items-list h2.img-block-head,
  .resource-search h2.img-block-head,
  .media-img-block h2.filterLabel,
  .media-video-block h2.filterLabel,
  .items-list h2.filterLabel,
  .resource-search h2.filterLabel {
    font: 900 24px 'Liberator';
  }
}
.media-img-block .media-block-popup .modal-name,
.media-video-block .media-block-popup .modal-name,
.items-list .media-block-popup .modal-name,
.resource-search .media-block-popup .modal-name,
.media-img-block figcaption,
.media-video-block figcaption,
.items-list figcaption,
.resource-search figcaption {
  font: 500 20px 'Open Sans' !important;
  color: #000000 !important;
}
.media-img-block .media-block-popup .modal-date,
.media-video-block .media-block-popup .modal-date,
.items-list .media-block-popup .modal-date,
.resource-search .media-block-popup .modal-date,
.media-img-block time,
.media-video-block time,
.items-list time,
.resource-search time {
  font: 500 12px 'Open Sans' !important;
  color: #060505;
}
.media-img-block ul.modal-spec li,
.media-video-block ul.modal-spec li,
.items-list ul.modal-spec li,
.resource-search ul.modal-spec li {
  background: #dbdad9;
  font: 500 12px 'Open Sans';
  color: #060505;
}
.media-img-block ul.modal-share li,
.media-video-block ul.modal-share li,
.items-list ul.modal-share li,
.resource-search ul.modal-share li,
.media-img-block .emailshare,
.media-video-block .emailshare,
.items-list .emailshare,
.resource-search .emailshare,
.media-img-block .img-popup,
.media-video-block .img-popup,
.items-list .img-popup,
.resource-search .img-popup,
.media-img-block .copy-Url,
.media-video-block .copy-Url,
.items-list .copy-Url,
.resource-search .copy-Url,
.media-img-block ul.modal-share li a,
.media-video-block ul.modal-share li a,
.items-list ul.modal-share li a,
.resource-search ul.modal-share li a,
.media-img-block .links li,
.media-video-block .links li,
.items-list .links li,
.resource-search .links li,
.media-img-block .email,
.media-video-block .email,
.items-list .email,
.resource-search .email,
.media-img-block .dwnload,
.media-video-block .dwnload,
.items-list .dwnload,
.resource-search .dwnload,
.media-img-block .copy,
.media-video-block .copy,
.items-list .copy,
.resource-search .copy {
  font: 500 16px 'Open Sans' !important;
  color: #a41e22 !important;
  text-decoration: underline !important;
}
.media-img-block ul.modal-share li:hover,
.media-video-block ul.modal-share li:hover,
.items-list ul.modal-share li:hover,
.resource-search ul.modal-share li:hover,
.media-img-block .emailshare:hover,
.media-video-block .emailshare:hover,
.items-list .emailshare:hover,
.resource-search .emailshare:hover,
.media-img-block .img-popup:hover,
.media-video-block .img-popup:hover,
.items-list .img-popup:hover,
.resource-search .img-popup:hover,
.media-img-block .copy-Url:hover,
.media-video-block .copy-Url:hover,
.items-list .copy-Url:hover,
.resource-search .copy-Url:hover,
.media-img-block ul.modal-share li a:hover,
.media-video-block ul.modal-share li a:hover,
.items-list ul.modal-share li a:hover,
.resource-search ul.modal-share li a:hover,
.media-img-block .links li:hover,
.media-video-block .links li:hover,
.items-list .links li:hover,
.resource-search .links li:hover,
.media-img-block .email:hover,
.media-video-block .email:hover,
.items-list .email:hover,
.resource-search .email:hover,
.media-img-block .dwnload:hover,
.media-video-block .dwnload:hover,
.items-list .dwnload:hover,
.resource-search .dwnload:hover,
.media-img-block .copy:hover,
.media-video-block .copy:hover,
.items-list .copy:hover,
.resource-search .copy:hover {
  color: #a41e22 !important;
}
.media-img-block ul.modal-share li .lowResDown,
.media-video-block ul.modal-share li .lowResDown,
.items-list ul.modal-share li .lowResDown,
.resource-search ul.modal-share li .lowResDown,
.media-img-block .emailshare .lowResDown,
.media-video-block .emailshare .lowResDown,
.items-list .emailshare .lowResDown,
.resource-search .emailshare .lowResDown,
.media-img-block .img-popup .lowResDown,
.media-video-block .img-popup .lowResDown,
.items-list .img-popup .lowResDown,
.resource-search .img-popup .lowResDown,
.media-img-block .copy-Url .lowResDown,
.media-video-block .copy-Url .lowResDown,
.items-list .copy-Url .lowResDown,
.resource-search .copy-Url .lowResDown,
.media-img-block ul.modal-share li a .lowResDown,
.media-video-block ul.modal-share li a .lowResDown,
.items-list ul.modal-share li a .lowResDown,
.resource-search ul.modal-share li a .lowResDown,
.media-img-block .links li .lowResDown,
.media-video-block .links li .lowResDown,
.items-list .links li .lowResDown,
.resource-search .links li .lowResDown,
.media-img-block .email .lowResDown,
.media-video-block .email .lowResDown,
.items-list .email .lowResDown,
.resource-search .email .lowResDown,
.media-img-block .dwnload .lowResDown,
.media-video-block .dwnload .lowResDown,
.items-list .dwnload .lowResDown,
.resource-search .dwnload .lowResDown,
.media-img-block .copy .lowResDown,
.media-video-block .copy .lowResDown,
.items-list .copy .lowResDown,
.resource-search .copy .lowResDown,
.media-img-block ul.modal-share li a[aria-label="High-Res copy"],
.media-video-block ul.modal-share li a[aria-label="High-Res copy"],
.items-list ul.modal-share li a[aria-label="High-Res copy"],
.resource-search ul.modal-share li a[aria-label="High-Res copy"],
.media-img-block .emailshare a[aria-label="High-Res copy"],
.media-video-block .emailshare a[aria-label="High-Res copy"],
.items-list .emailshare a[aria-label="High-Res copy"],
.resource-search .emailshare a[aria-label="High-Res copy"],
.media-img-block .img-popup a[aria-label="High-Res copy"],
.media-video-block .img-popup a[aria-label="High-Res copy"],
.items-list .img-popup a[aria-label="High-Res copy"],
.resource-search .img-popup a[aria-label="High-Res copy"],
.media-img-block .copy-Url a[aria-label="High-Res copy"],
.media-video-block .copy-Url a[aria-label="High-Res copy"],
.items-list .copy-Url a[aria-label="High-Res copy"],
.resource-search .copy-Url a[aria-label="High-Res copy"],
.media-img-block ul.modal-share li a a[aria-label="High-Res copy"],
.media-video-block ul.modal-share li a a[aria-label="High-Res copy"],
.items-list ul.modal-share li a a[aria-label="High-Res copy"],
.resource-search ul.modal-share li a a[aria-label="High-Res copy"],
.media-img-block .links li a[aria-label="High-Res copy"],
.media-video-block .links li a[aria-label="High-Res copy"],
.items-list .links li a[aria-label="High-Res copy"],
.resource-search .links li a[aria-label="High-Res copy"],
.media-img-block .email a[aria-label="High-Res copy"],
.media-video-block .email a[aria-label="High-Res copy"],
.items-list .email a[aria-label="High-Res copy"],
.resource-search .email a[aria-label="High-Res copy"],
.media-img-block .dwnload a[aria-label="High-Res copy"],
.media-video-block .dwnload a[aria-label="High-Res copy"],
.items-list .dwnload a[aria-label="High-Res copy"],
.resource-search .dwnload a[aria-label="High-Res copy"],
.media-img-block .copy a[aria-label="High-Res copy"],
.media-video-block .copy a[aria-label="High-Res copy"],
.items-list .copy a[aria-label="High-Res copy"],
.resource-search .copy a[aria-label="High-Res copy"],
.media-img-block ul.modal-share li a[aria-label="High-Res Download"],
.media-video-block ul.modal-share li a[aria-label="High-Res Download"],
.items-list ul.modal-share li a[aria-label="High-Res Download"],
.resource-search ul.modal-share li a[aria-label="High-Res Download"],
.media-img-block .emailshare a[aria-label="High-Res Download"],
.media-video-block .emailshare a[aria-label="High-Res Download"],
.items-list .emailshare a[aria-label="High-Res Download"],
.resource-search .emailshare a[aria-label="High-Res Download"],
.media-img-block .img-popup a[aria-label="High-Res Download"],
.media-video-block .img-popup a[aria-label="High-Res Download"],
.items-list .img-popup a[aria-label="High-Res Download"],
.resource-search .img-popup a[aria-label="High-Res Download"],
.media-img-block .copy-Url a[aria-label="High-Res Download"],
.media-video-block .copy-Url a[aria-label="High-Res Download"],
.items-list .copy-Url a[aria-label="High-Res Download"],
.resource-search .copy-Url a[aria-label="High-Res Download"],
.media-img-block ul.modal-share li a a[aria-label="High-Res Download"],
.media-video-block ul.modal-share li a a[aria-label="High-Res Download"],
.items-list ul.modal-share li a a[aria-label="High-Res Download"],
.resource-search ul.modal-share li a a[aria-label="High-Res Download"],
.media-img-block .links li a[aria-label="High-Res Download"],
.media-video-block .links li a[aria-label="High-Res Download"],
.items-list .links li a[aria-label="High-Res Download"],
.resource-search .links li a[aria-label="High-Res Download"],
.media-img-block .email a[aria-label="High-Res Download"],
.media-video-block .email a[aria-label="High-Res Download"],
.items-list .email a[aria-label="High-Res Download"],
.resource-search .email a[aria-label="High-Res Download"],
.media-img-block .dwnload a[aria-label="High-Res Download"],
.media-video-block .dwnload a[aria-label="High-Res Download"],
.items-list .dwnload a[aria-label="High-Res Download"],
.resource-search .dwnload a[aria-label="High-Res Download"],
.media-img-block .copy a[aria-label="High-Res Download"],
.media-video-block .copy a[aria-label="High-Res Download"],
.items-list .copy a[aria-label="High-Res Download"],
.resource-search .copy a[aria-label="High-Res Download"],
.media-img-block ul.modal-share li a[aria-label="Low-Res copy"],
.media-video-block ul.modal-share li a[aria-label="Low-Res copy"],
.items-list ul.modal-share li a[aria-label="Low-Res copy"],
.resource-search ul.modal-share li a[aria-label="Low-Res copy"],
.media-img-block .emailshare a[aria-label="Low-Res copy"],
.media-video-block .emailshare a[aria-label="Low-Res copy"],
.items-list .emailshare a[aria-label="Low-Res copy"],
.resource-search .emailshare a[aria-label="Low-Res copy"],
.media-img-block .img-popup a[aria-label="Low-Res copy"],
.media-video-block .img-popup a[aria-label="Low-Res copy"],
.items-list .img-popup a[aria-label="Low-Res copy"],
.resource-search .img-popup a[aria-label="Low-Res copy"],
.media-img-block .copy-Url a[aria-label="Low-Res copy"],
.media-video-block .copy-Url a[aria-label="Low-Res copy"],
.items-list .copy-Url a[aria-label="Low-Res copy"],
.resource-search .copy-Url a[aria-label="Low-Res copy"],
.media-img-block ul.modal-share li a a[aria-label="Low-Res copy"],
.media-video-block ul.modal-share li a a[aria-label="Low-Res copy"],
.items-list ul.modal-share li a a[aria-label="Low-Res copy"],
.resource-search ul.modal-share li a a[aria-label="Low-Res copy"],
.media-img-block .links li a[aria-label="Low-Res copy"],
.media-video-block .links li a[aria-label="Low-Res copy"],
.items-list .links li a[aria-label="Low-Res copy"],
.resource-search .links li a[aria-label="Low-Res copy"],
.media-img-block .email a[aria-label="Low-Res copy"],
.media-video-block .email a[aria-label="Low-Res copy"],
.items-list .email a[aria-label="Low-Res copy"],
.resource-search .email a[aria-label="Low-Res copy"],
.media-img-block .dwnload a[aria-label="Low-Res copy"],
.media-video-block .dwnload a[aria-label="Low-Res copy"],
.items-list .dwnload a[aria-label="Low-Res copy"],
.resource-search .dwnload a[aria-label="Low-Res copy"],
.media-img-block .copy a[aria-label="Low-Res copy"],
.media-video-block .copy a[aria-label="Low-Res copy"],
.items-list .copy a[aria-label="Low-Res copy"],
.resource-search .copy a[aria-label="Low-Res copy"],
.media-img-block ul.modal-share li a[aria-label="High-ResCopy Link"],
.media-video-block ul.modal-share li a[aria-label="High-ResCopy Link"],
.items-list ul.modal-share li a[aria-label="High-ResCopy Link"],
.resource-search ul.modal-share li a[aria-label="High-ResCopy Link"],
.media-img-block .emailshare a[aria-label="High-ResCopy Link"],
.media-video-block .emailshare a[aria-label="High-ResCopy Link"],
.items-list .emailshare a[aria-label="High-ResCopy Link"],
.resource-search .emailshare a[aria-label="High-ResCopy Link"],
.media-img-block .img-popup a[aria-label="High-ResCopy Link"],
.media-video-block .img-popup a[aria-label="High-ResCopy Link"],
.items-list .img-popup a[aria-label="High-ResCopy Link"],
.resource-search .img-popup a[aria-label="High-ResCopy Link"],
.media-img-block .copy-Url a[aria-label="High-ResCopy Link"],
.media-video-block .copy-Url a[aria-label="High-ResCopy Link"],
.items-list .copy-Url a[aria-label="High-ResCopy Link"],
.resource-search .copy-Url a[aria-label="High-ResCopy Link"],
.media-img-block ul.modal-share li a a[aria-label="High-ResCopy Link"],
.media-video-block ul.modal-share li a a[aria-label="High-ResCopy Link"],
.items-list ul.modal-share li a a[aria-label="High-ResCopy Link"],
.resource-search ul.modal-share li a a[aria-label="High-ResCopy Link"],
.media-img-block .links li a[aria-label="High-ResCopy Link"],
.media-video-block .links li a[aria-label="High-ResCopy Link"],
.items-list .links li a[aria-label="High-ResCopy Link"],
.resource-search .links li a[aria-label="High-ResCopy Link"],
.media-img-block .email a[aria-label="High-ResCopy Link"],
.media-video-block .email a[aria-label="High-ResCopy Link"],
.items-list .email a[aria-label="High-ResCopy Link"],
.resource-search .email a[aria-label="High-ResCopy Link"],
.media-img-block .dwnload a[aria-label="High-ResCopy Link"],
.media-video-block .dwnload a[aria-label="High-ResCopy Link"],
.items-list .dwnload a[aria-label="High-ResCopy Link"],
.resource-search .dwnload a[aria-label="High-ResCopy Link"],
.media-img-block .copy a[aria-label="High-ResCopy Link"],
.media-video-block .copy a[aria-label="High-ResCopy Link"],
.items-list .copy a[aria-label="High-ResCopy Link"],
.resource-search .copy a[aria-label="High-ResCopy Link"],
.media-img-block ul.modal-share li a[aria-label="Low-ResCopy Link"],
.media-video-block ul.modal-share li a[aria-label="Low-ResCopy Link"],
.items-list ul.modal-share li a[aria-label="Low-ResCopy Link"],
.resource-search ul.modal-share li a[aria-label="Low-ResCopy Link"],
.media-img-block .emailshare a[aria-label="Low-ResCopy Link"],
.media-video-block .emailshare a[aria-label="Low-ResCopy Link"],
.items-list .emailshare a[aria-label="Low-ResCopy Link"],
.resource-search .emailshare a[aria-label="Low-ResCopy Link"],
.media-img-block .img-popup a[aria-label="Low-ResCopy Link"],
.media-video-block .img-popup a[aria-label="Low-ResCopy Link"],
.items-list .img-popup a[aria-label="Low-ResCopy Link"],
.resource-search .img-popup a[aria-label="Low-ResCopy Link"],
.media-img-block .copy-Url a[aria-label="Low-ResCopy Link"],
.media-video-block .copy-Url a[aria-label="Low-ResCopy Link"],
.items-list .copy-Url a[aria-label="Low-ResCopy Link"],
.resource-search .copy-Url a[aria-label="Low-ResCopy Link"],
.media-img-block ul.modal-share li a a[aria-label="Low-ResCopy Link"],
.media-video-block ul.modal-share li a a[aria-label="Low-ResCopy Link"],
.items-list ul.modal-share li a a[aria-label="Low-ResCopy Link"],
.resource-search ul.modal-share li a a[aria-label="Low-ResCopy Link"],
.media-img-block .links li a[aria-label="Low-ResCopy Link"],
.media-video-block .links li a[aria-label="Low-ResCopy Link"],
.items-list .links li a[aria-label="Low-ResCopy Link"],
.resource-search .links li a[aria-label="Low-ResCopy Link"],
.media-img-block .email a[aria-label="Low-ResCopy Link"],
.media-video-block .email a[aria-label="Low-ResCopy Link"],
.items-list .email a[aria-label="Low-ResCopy Link"],
.resource-search .email a[aria-label="Low-ResCopy Link"],
.media-img-block .dwnload a[aria-label="Low-ResCopy Link"],
.media-video-block .dwnload a[aria-label="Low-ResCopy Link"],
.items-list .dwnload a[aria-label="Low-ResCopy Link"],
.resource-search .dwnload a[aria-label="Low-ResCopy Link"],
.media-img-block .copy a[aria-label="Low-ResCopy Link"],
.media-video-block .copy a[aria-label="Low-ResCopy Link"],
.items-list .copy a[aria-label="Low-ResCopy Link"],
.resource-search .copy a[aria-label="Low-ResCopy Link"],
.media-img-block ul.modal-share li a[aria-label="High-ResDownload"],
.media-video-block ul.modal-share li a[aria-label="High-ResDownload"],
.items-list ul.modal-share li a[aria-label="High-ResDownload"],
.resource-search ul.modal-share li a[aria-label="High-ResDownload"],
.media-img-block .emailshare a[aria-label="High-ResDownload"],
.media-video-block .emailshare a[aria-label="High-ResDownload"],
.items-list .emailshare a[aria-label="High-ResDownload"],
.resource-search .emailshare a[aria-label="High-ResDownload"],
.media-img-block .img-popup a[aria-label="High-ResDownload"],
.media-video-block .img-popup a[aria-label="High-ResDownload"],
.items-list .img-popup a[aria-label="High-ResDownload"],
.resource-search .img-popup a[aria-label="High-ResDownload"],
.media-img-block .copy-Url a[aria-label="High-ResDownload"],
.media-video-block .copy-Url a[aria-label="High-ResDownload"],
.items-list .copy-Url a[aria-label="High-ResDownload"],
.resource-search .copy-Url a[aria-label="High-ResDownload"],
.media-img-block ul.modal-share li a a[aria-label="High-ResDownload"],
.media-video-block ul.modal-share li a a[aria-label="High-ResDownload"],
.items-list ul.modal-share li a a[aria-label="High-ResDownload"],
.resource-search ul.modal-share li a a[aria-label="High-ResDownload"],
.media-img-block .links li a[aria-label="High-ResDownload"],
.media-video-block .links li a[aria-label="High-ResDownload"],
.items-list .links li a[aria-label="High-ResDownload"],
.resource-search .links li a[aria-label="High-ResDownload"],
.media-img-block .email a[aria-label="High-ResDownload"],
.media-video-block .email a[aria-label="High-ResDownload"],
.items-list .email a[aria-label="High-ResDownload"],
.resource-search .email a[aria-label="High-ResDownload"],
.media-img-block .dwnload a[aria-label="High-ResDownload"],
.media-video-block .dwnload a[aria-label="High-ResDownload"],
.items-list .dwnload a[aria-label="High-ResDownload"],
.resource-search .dwnload a[aria-label="High-ResDownload"],
.media-img-block .copy a[aria-label="High-ResDownload"],
.media-video-block .copy a[aria-label="High-ResDownload"],
.items-list .copy a[aria-label="High-ResDownload"],
.resource-search .copy a[aria-label="High-ResDownload"] {
  font: 500 12px 'Open Sans' !important;
  color: #060505 !important;
  text-decoration: none !important;
  margin-left: 22px;
}
.viewmore-btn button.btnn.btn-show,
.Facet-Groups button.btnn.btn-show,
.col-12.row button.btnn.btn-show,
section button.btnn.btn-show,
.viewmore-btn #apply-Button,
.Facet-Groups #apply-Button,
.col-12.row #apply-Button,
section #apply-Button,
.viewmore-btn #viewMoreDealer,
.Facet-Groups #viewMoreDealer,
.col-12.row #viewMoreDealer,
section #viewMoreDealer,
.viewmore-btn .filter-btn,
.Facet-Groups .filter-btn,
.col-12.row .filter-btn,
section .filter-btn {
  font: 900 14px 'Montserrat';
  background: #a41e22 !important;
  cursor: pointer;
  color: #ffffff !important;
}
@media (max-width: 780px) {
  .viewmore-btn button.btnn.btn-show,
  .Facet-Groups button.btnn.btn-show,
  .col-12.row button.btnn.btn-show,
  section button.btnn.btn-show,
  .viewmore-btn #apply-Button,
  .Facet-Groups #apply-Button,
  .col-12.row #apply-Button,
  section #apply-Button,
  .viewmore-btn #viewMoreDealer,
  .Facet-Groups #viewMoreDealer,
  .col-12.row #viewMoreDealer,
  section #viewMoreDealer,
  .viewmore-btn .filter-btn,
  .Facet-Groups .filter-btn,
  .col-12.row .filter-btn,
  section .filter-btn {
    font: 900 12px 'Montserrat';
  }
}
.details {
  padding: 0 20px 20px;
}
.details h6 {
  font: 700 20px 'Open Sans';
  color: #000000;
}
@media (max-width: 780px) {
  .details h6 {
    font: 700 16px 'Open Sans';
  }
}
.details p {
  font: 500 16px 'Open Sans';
  color: #000000;
}
@media (max-width: 780px) {
  .details p {
    font: 500 14px 'Open Sans';
  }
}
.dealer-card > p {
  font: 700 16px 'Open Sans';
  color: #000000;
}
.dealer-footer p,
.dealer-footer li,
.dealer-footer a {
  font: 500 12px 'Avenir';
  color: #ffffff;
}
.dealerimg-container .modal-body .text-title,
.media-block-popup .modal-body .text-title {
  font: 500 16px 'Open Sans';
  color: #ffffff;
}
.dealerimg-container .modal-body .text-date,
.media-block-popup .modal-body .text-date,
.dealerimg-container .modal-body .text-desc,
.media-block-popup .modal-body .text-desc {
  font: 500 12px 'Open Sans';
  color: #ffffff;
}
.dealerimg-container .modal-body .text-desc,
.media-block-popup .modal-body .text-desc {
  font: 500 12px 'Open Sans';
  color: #ffffff;
}
.dealerimg-container .modal-body .modal-share li,
.media-block-popup .modal-body .modal-share li,
.dealerimg-container .modal-body .modal-share li a,
.media-block-popup .modal-body .modal-share li a {
  font: 900 14px 'Open Sans' !important;
  color: #ffffff !important;
}
@media (max-width: 780px) {
  .dealerimg-container .modal-body .modal-share li,
  .media-block-popup .modal-body .modal-share li,
  .dealerimg-container .modal-body .modal-share li a,
  .media-block-popup .modal-body .modal-share li a {
    font: 500 18px 'Open Sans' !important;
  }
}
.dealerimg-container .modal-body .modal-share li span,
.media-block-popup .modal-body .modal-share li span,
.dealerimg-container .modal-body .modal-share li a span,
.media-block-popup .modal-body .modal-share li a span {
  display: block;
  font: 500 12px 'Open Sans' !important;
  margin-left: 26px;
  padding: 0;
}
@media (max-width: 780px) {
  .dealerimg-container .modal-body .modal-share li span,
  .media-block-popup .modal-body .modal-share li span,
  .dealerimg-container .modal-body .modal-share li a span,
  .media-block-popup .modal-body .modal-share li a span {
    font: 500 10px 'Open Sans' !important;
  }
}
.dealerimg-container .modal-body ul.modal-share li a[download],
.media-block-popup .modal-body ul.modal-share li a[download] {
  margin-left: 0;
}
.dealer-footer p,
.dealer-footer li,
.dealer-footer a {
  font: 500 12px 'Open Sans';
  color: #ffffff;
}
.resource-search .Facet-Groups .dropdown .Group_drpdwn {
  background: #dbdad9;
  border: 1px solid #54575a;
}
.resource-search .Facet-Groups .dropdown .Group_drpdwn > span {
  font: 500 16px 'Open Sans';
  color: #000000;
  text-transform: none;
}
.dropdown-content,
.dropdown-content li {
  background-color: none !important;
}
.dropdown-content .fil-desc,
.dropdown-content li .fil-desc {
  font: 500 14px 'Open Sans';
  color: #000000;
}
.resource-search .Facet-Groups .dropdown .Group_drpdwn {
  background: none;
  border: 1px solid #54575a;
}
.resource-search .Facet-Groups .dropdown .Group_drpdwn > span {
  font: 500 16px 'Open Sans';
  color: #000000;
  text-transform: none;
}
.resource-search .Facet-Groups .dropdown input[type="checkbox"]:checked + .fil-tickMark {
  background-color: #262C3C;
}
.resource-search .Facet-Groups .dropdown input[type="checkbox"]:checked + .fil-tickMark + .fil-desc {
  font: 500 14px 'Open Sans';
  color: #262C3C;
}
.resource-search .Facet-Groups .fil-tickMark + .fil-desc {
  font: 500 14px 'Open Sans';
  color: #060505;
}
.dropdown-content,
.dropdown-content li {
  background-color: #eee !important;
}
@media (min-width: 860px) {
  .footer-sub {
    display: flex !important;
  }
  .footer-sub li {
    padding-right: 20px;
  }
}
@media (max-width: 780px) {
  .dealeres-header .navbar.navbar-expand-lg.bg-light {
    background: #ffffff !important;
  }
  .dealeres-header .navbar-collapse {
    padding: 0;
  }
  .dealeres-header .navbar-collapse .nav-item {
    background: #dbdad9;
    padding: 7px 10px;
  }
  .dealeres-header .navbar-collapse .nav-item > a {
    font: 500 14px 'Open Sans';
    color: #000000;
  }
  .dealeres-header .navbar-collapse .nav-item .dropdown-menu.sub-menu {
    margin: 0 -11px;
  }
  .dealeres-header .searchtxt {
    font: 900 12px 'Montserrat' !important;
    color: #ffffff;
    text-transform: uppercase;
    padding: 10px 20px;
  }
  .dealeres-header .search-model-view {
    background: #000000;
  }
  .dealeres-header form {
    margin-top: 30px;
  }
  .dealeres-header form input {
    font: 500 14px 'Open Sans';
    padding: 8px;
    color: #dbdad9;
    border-bottom: 2px solid #ffffff;
  }
  .dealeres-header form button {
    right: 6px !important;
    bottom: 6px !important;
  }
  .resource-search .Facet-Groups .dropdown .Group_drpdwn {
    background: #dbdad9;
  }
  .resource-search .dropdown ul li {
    background-color: #ffffff !important;
  }
}
/*.media-img-block ul.modal-share li {
    flex: 0 1 50%;
}*/
.media-img-block .media-block-popup .image-cont figcaption {
  min-height: 120px;
}
@media (min-width: 800px) {
  .head-logo.container-fixed {
    margin: 20px 0px !important;
    max-width: 100% !important;
  }
}
.head-logo input[type="text"]#searchvalDealer {
  width: 280px;
}
.img-block {
  display: flex;
}
.twin-cnt .items-list {
  display: flex;
}
.twin-cnt .items-list a > img {
  height: auto !important;
}
.links img,
.modal-share li img {
  height: auto !important;
  cursor: pointer;
}
.search-Container .Search_Result .S_Content .Url {
  display: block;
  width: 100%;
}
.box-cnt li {
  background: #dbdad9;
  font: 500 12px 'Open Sans' !important;
  color: #060505;
}
@media (min-width: 800px) {
  .box-cnt li {
    font: 500 10px 'Open Sans' !important;
  }
}
.resource-search figcaption {
  min-height: 50px;
}
@media (max-width: 670px) {
  .dealeres-header form input {
    background: #54575a !important;
  }
}
@media (max-width: 670px) {
  .dealeres-header form .fa.fa-search {
    color: #ffffff;
  }
}
@media (max-width: 670px) {
  .dealeres-header .searchtxt .search-tog > button {
    color: #ffffff;
    font-size: 20px;
  }
}
@media (min-width: 680px) and (max-width: 820px) {
  .search-list .searchTxt {
    display: none !important;
  }
  ul.search-list li:last-child {
    top: 0;
  }
  .dealeres-header form {
    margin-top: 0;
  }
}
.modal-share a > img[alt="view video"] {
  width: 30px !important;
}
.search-Container .search-resultbox .search-tag {
  text-transform: uppercase;
  margin-bottom: 10px;
}
.search-Container .Search_Result .search-card .S_Content .Url {
  text-align: left;
  text-decoration: underline;
  font: normal 12px/15px Open Sans;
  letter-spacing: 0;
  color: #a41e22;
  padding: 0;
}
.search-Container .Facet-Groups #apply-Btn button:hover {
  background: #ffffff !important;
  border: 1px solid #a41e22 !important;
  color: #a41e22 !important;
}
.dealer-header-reference .dropdown-menu {
  top: 46px;
}
.dealer-header-reference .dropdown-menu .product-sub ul {
  padding: 0 7px !important;
}
@media (max-width: 980px) {
  .media-video-block .media-block-popup a.img-popup .imageplay {
    top: 32% !important;
  }
}
@media (min-width: 780px) and (max-width: 1000px) {
  .search-container.desk {
    margin-right: 44px;
  }
  .dealeres-header .navbar.navbar-expand-lg.bg-light {
    float: right;
    top: -30px;
    background: none !important;
  }
}
@media (min-width: 780px) and (max-width: 1000px) {
  .search-container.desk {
    margin-right: 44px;
  }
  .dealeres-header .navbar.navbar-expand-lg.bg-light {
    float: right;
    top: -30px;
    background: none !important;
  }
}
@media (min-width: 730px) {
  .imgDiv .video-tag img {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 760px) {
  .imgDiv .video-tag img {
    left: auto !important;
    top: auto !important;
    margin: 20px 0 0 30% !important;
  }
  .resource-search .filterLabel {
    padding: 0 20px;
  }
  .resource-search .filter-btn {
    margin: 0 20px 20px;
    width: 90%;
  }
}
@media (min-width: 440px) and (max-width: 760px) {
  .twin-cnt .items-list {
    max-width: 50%;
  }
  .twin-cnt .items-list .imgDiv video {
    height: auto !important;
  }
}
@media (min-width: 500px) and (max-width: 650px) {
  .imgDiv .video-tag img {
    margin: 40px 0 0 34% !important;
  }
}
@media (min-width: 660px) and (max-width: 760px) {
  .imgDiv .video-tag img {
    margin: 70px 0 0 39% !important;
  }
}
@media (max-width: 660px) {
  .media-img-block .modal-content .modal-body ul.modal-share li {
    flex: 0 50% !important;
  }
}
@media (min-width: 1000px) and (max-width: 1080px) {
  .imgDiv video {
    margin-top: -18px;
  }
  .imgDiv .video-tag img {
    top: 50px !important;
  }
}
@media (min-width: 1080px) and (max-width: 1200px) {
  .imgDiv video {
    margin-top: -12px;
  }
  .imgDiv .video-tag img {
    top: 60px !important;
  }
}
.dealer-card-sub p > a {
  color: #a41e22 !important;
}

.h5-white {
  font-family: 'Liberator', serif;
  font-weight: 900;
  font-size: 24px;
}
@media (max-width: 992px) {
  .h5-white {
    font-size: 16px;
  }
}
.h1-black {
  font-family: 'Liberator', serif;
  font-size: 85px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .h1-black {
    font-size: 48px;
  }
}
.h2-black {
  font-family: 'Liberator', serif;
  font-weight: 900;
  font-size: 65px;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .h2-black {
    font-size: 38px;
  }
}
.h3-white {
  font-family: 'Liberator', serif;
  font-weight: 900;
  font-size: 50px;
  color: #000;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .h3-white {
    font-size: 24px;
  }
}
.h4-black {
  font-family: 'Montserrat';
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
}
@media (max-width: 992px) {
  .h4-black {
    font-size: 14px;
  }
}
.h5-white {
  font-family: 'Liberator', serif;
  font-weight: 900;
  font-size: 24px;
  color: #000;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .h5-white {
    font-size: 16px;
  }
}
.h6-black {
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .h6-black {
    font-size: 14px;
  }
}
.text-large,
.text-small,
.text-medium {
  font-family: "Open Sans";
  color: #000;
}
.text-md {
  font-family: "Open Sans";
  color: #fff;
}
.guided-selling-container {
  background-color: #ffffff;
  padding-top: 144px;
  font-family: 'Open Sans';
}
.guided-selling-container .steps-wizard {
  padding: 0 1rem;
}
.guided-selling-container .steps-wizard .wizard-step-container:before {
  height: 3px;
  top: 7px;
  background: #dbdad9;
}
.guided-selling-container .steps-wizard .wizard-step-container .step-title {
  font-family: 'Open Sans';
  font-size: 16px;
  color: #9d9d9d;
}
.guided-selling-container .steps-wizard .wizard-step-container .wizard-step-link {
  width: 16px;
  height: 16px;
  visibility: hidden;
  border: none;
}
.guided-selling-container .steps-wizard .wizard-step-container .wizard-step-link .fa.fa-check {
  display: none;
}
.guided-selling-container .steps-wizard .wizard-step-container .wizard-step-link .number {
  font-family: inherit;
  font-size: inherit;
  display: flex;
  justify-content: center;
  margin: -50% auto;
}
.guided-selling-container .steps-wizard .wizard-step-container .wizard-step-link .tick-icon {
  display: none;
}
.guided-selling-container .steps-wizard .wizard-step-container.active:before {
  background: #a41e22;
}
.guided-selling-container .steps-wizard .wizard-step-container.active .wizard-step-link {
  visibility: visible;
  background: #a41e22;
}
.guided-selling-container .steps-wizard .wizard-step-container.active .step-title {
  color: #a41e22;
}
.guided-selling-container .steps-wizard .wizard-step-container.step-completed:before {
  background: #54575a;
}
.guided-selling-container .steps-wizard .wizard-step-container.step-completed .wizard-step-link {
  visibility: visible;
  background: #54575a;
}
.guided-selling-container .steps-wizard .wizard-step-container.step-completed .step-title {
  color: #000000;
}
.guided-selling-container .step-content-container {
  margin: auto;
  padding: 1rem;
}
.guided-selling-container .step-content-container .nounderline {
  text-decoration: none;
}
.guided-selling-container .step-content-container .question-container {
  padding: 0 0 0 0.5rem;
}
@media (max-width: 767px) {
  .guided-selling-container .step-content-container .question-container {
    padding: 0;
  }
}
.guided-selling-container .step-content-container .question-container .question {
  text-align: left;
  font-size: 24px;
  font-weight: normal;
  font-family: 'Liberator';
  letter-spacing: 0.24;
  color: #060505;
}
.guided-selling-container .step-content-container .selection-format-label {
  margin: 26px 0;
  font-family: 'Open Sans';
  color: #000000;
  font-size: 16px;
  font-style: normal;
}
.guided-selling-container .step-content-container .step-content {
  padding: 1rem 0.5rem;
}
@media (max-width: 767px) {
  .guided-selling-container .step-content-container .step-content.step-3,
  .guided-selling-container .step-content-container .step-content.step-6 {
    padding-right: 30px;
  }
}
.guided-selling-container .step-content-container .options-container {
  display: flex;
}
.guided-selling-container .step-content-container .options-container .card-content {
  height: 100%;
  display: block;
  border: none;
}
.guided-selling-container .step-content-container .options-container .card-content .card-box {
  border: none;
}
.guided-selling-container .step-content-container .options-container .card-content .card-box .card-body .card-title {
  color: #000000;
  font-weight: 800;
  font-family: 'Montserrat';
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.14px;
  margin-bottom: 0.5rem;
}
.guided-selling-container .step-content-container .options-container .card-content .card-box .card-body .card-description {
  font-weight: normal;
  font-family: 'Open Sans';
  font-size: 14px;
  letter-spacing: 0;
  color: #000;
}
.guided-selling-container .step-content-container .options-container .card-content .card-box .card-img {
  border-radius: unset;
}
.guided-selling-container .step-content-container .options-container.rounded-img-format .card-content .card-box .card-img {
  border-radius: 50%;
}
.guided-selling-container .step-content-container .options-container .option-card {
  padding: 0;
  box-sizing: border-box;
  margin: 0.5rem;
  background: #ffffff;
  box-shadow: 0px 3px 6px #00000029;
  border: none;
}
.guided-selling-container .step-content-container .options-container .option-card.answer-selected {
  outline: 4px solid #a41e22;
}
.guided-selling-container .step-content-container .options-container .option-card.answer-selected:focus {
  outline: 4px solid #a41e22;
}
.guided-selling-container .step-content-container .options-container .option-card.disabled {
  border: none;
  opacity: 0.5;
}
.guided-selling-container .step-content-container .options-container .option-card.disabled .card-content {
  cursor: not-allowed;
}
.guided-selling-container .step-content-container .options-container .slider {
  width: 100%;
  min-height: 50px;
  align-items: center;
  display: flex;
  padding: 3rem 0;
}
.guided-selling-container .step-content-container .options-container .slider .slider-track {
  width: 100%;
  height: 4px;
  background: #54575a;
  display: flex;
  align-items: center;
  position: relative;
}
.guided-selling-container .step-content-container .options-container .slider .slider-track .slider-nodes-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.guided-selling-container .step-content-container .options-container .slider .slider-track .slider-nodes-container .slider-node {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #54575a;
  position: relative;
}
.guided-selling-container .step-content-container .options-container .slider .slider-track .slider-nodes-container .slider-node .slider-node-label {
  top: 1.5rem;
  position: absolute;
  left: -2.7rem;
  width: 100px;
  font-size: 14px;
  color: #000000;
  text-align: center;
}
.guided-selling-container .step-content-container .options-container .slider .slider-track .slider-nodes-container .slider-node:first-child .slider-node-label {
  left: -5px;
  text-align: left;
}
.guided-selling-container .step-content-container .options-container .slider .slider-track .slider-nodes-container .slider-node:last-child {
  right: -5px;
}
.guided-selling-container .step-content-container .options-container .slider .slider-track .slider-nodes-container .slider-node:last-child .slider-node-label {
  left: auto;
  right: 0;
  text-align: right;
}
.guided-selling-container .step-content-container .options-container .slider .slider-track .slider-button {
  width: 32px;
  height: 32px;
  background: #a41e22;
  border: 3px solid #a41e22;
  border-radius: 50%;
  left: 0px;
  position: absolute;
}
.guided-selling-container .step-content-container .options-container .slider .slider-track .slider-button .slider-value {
  font-size: 14px;
  font-weight: bold;
  font-family: 'Open Sans';
  color: #000000;
  background: #e8eaed;
  left: -1.7rem;
}
.guided-selling-container .step-content-container .options-container .slider .slider-track .slider-button .slider-value.last-node {
  left: auto;
}
.guided-selling-container .step-content-container .options-container .slider .slider-track .slider-button .slider-value.first-node {
  left: 0;
}
.guided-selling-container .step-content-container .options-container .min-max-slider {
  width: 100%;
  height: 100px;
  align-items: flex-end;
  display: flex;
}
.guided-selling-container .step-content-container .options-container .min-max-slider .slider-track {
  width: 100%;
  height: 4px;
  background: #54575a;
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 3rem;
}
.guided-selling-container .step-content-container .options-container .min-max-slider .slider-track .slider-nodes-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.guided-selling-container .step-content-container .options-container .min-max-slider .slider-track .slider-nodes-container .slider-node {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #54575a;
  position: relative;
}
.guided-selling-container .step-content-container .options-container .min-max-slider .slider-track .slider-nodes-container .slider-node .slider-node-label {
  top: 20px;
  position: relative;
  font-size: 14px;
  font-family: 'Open Sans';
  font-weight: normal;
}
.guided-selling-container .step-content-container .options-container .min-max-slider .slider-track .slider-min-max-btn-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  left: 0;
  height: 14px;
  border-radius: 5px;
  background: #a41e22;
  border: 3px solid #a41e22;
  border-left: none;
  border-right: none;
}
.guided-selling-container .step-content-container .options-container .min-max-slider .slider-track .slider-min-max-btn-container .slider-min-button,
.guided-selling-container .step-content-container .options-container .min-max-slider .slider-track .slider-min-max-btn-container .slider-max-button {
  width: 32px;
  height: 32px;
  background: #a41e22;
  border-radius: 50%;
  border: 3px solid #a41e22;
}
.guided-selling-container .step-content-container .options-container .min-max-slider .slider-track .slider-min-max-btn-container .min-max-selection-content {
  width: 100px;
  height: 1.5rem;
  top: -1.5rem;
  border-radius: 4px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e8eaed;
  font-weight: bold;
  font-size: 14px;
  color: #000000;
}
.guided-selling-container .step-content-container .options-container .min-max-slider .slider-track .slider-min-max-btn-container .min-max-selection-content .min-max-value {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  font-family: 'Open Sans';
}
.guided-selling-container .step-content-container .options-container .min-max-slider .slider-track .slider-min-max-btn-container .min-max-selection-content .min-max-value .min-value {
  padding-right: 3px;
}
.guided-selling-container .step-content-container .options-container .min-max-slider .slider-track .slider-min-max-btn-container .min-max-selection-content .min-max-value .max-value {
  padding-left: 3px;
}
.guided-selling-container .step-content-container .summary-step .recommendation-back-link {
  position: relative;
  font-weight: normal;
  color: #000000;
  font-family: 'Open Sans';
  font-size: 16px;
  padding-left: 30px;
}
.guided-selling-container .step-content-container .summary-step .recommendation-back-link:before {
  position: absolute;
  content: "\f060";
  font: 500 18px/1 FontAwesome !important;
  color: #373737;
  left: -5px;
  top: -5px;
}
.guided-selling-container .step-content-container .summary-step .recommendation-back-link:hover {
  text-decoration: none;
}
.guided-selling-container .step-content-container .summary-step .recommendation-restart-link {
  position: relative;
  font-weight: normal;
  color: #000000;
  font-family: 'Open Sans';
  font-size: 16px;
  padding-left: 50px;
}
.guided-selling-container .step-content-container .summary-step .recommendation-restart-link:before {
  position: absolute;
  content: "\f060";
  font: 500 18px/1 FontAwesome !important;
  color: #373737;
  left: -5px;
  top: -5px;
  margin-left: 20px;
}
.guided-selling-container .step-content-container .summary-step .recommendation-restart-link:hover {
  text-decoration: none;
}
.guided-selling-container .step-content-container .summary-step .top-picks-title {
  font-family: 'Liberator';
  font-weight: 900;
  font-size: 24px;
  text-align: left;
  opacity: 1;
  letter-spacing: 0.24px;
  color: #060505;
  margin: 40px 0;
}
.guided-selling-container .step-content-container .summary-step .recommendation-step .recommendation .recommendation-cqp-label {
  text-transform: uppercase;
  color: #000000;
  font-size: 20px;
  text-align: center;
  font-family: 'Montserrat';
  font-weight: 800;
}
.guided-selling-container .step-content-container .summary-step .recommendation-step .recommendation .recommendation-card .card-title {
  font: normal 20px 'Open Sans';
  text-align: left;
  padding-left: 22px;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #000000;
}
.guided-selling-container .step-content-container .summary-step .recommendation-step .recommendation .recommendation-card .card-buttons {
  display: flex;
  padding: 0;
}
.guided-selling-container .step-content-container .summary-step .recommendation-step .recommendation .recommendation-card .card-buttons .learn-more-btn,
.guided-selling-container .step-content-container .summary-step .recommendation-step .recommendation .recommendation-card .card-buttons .build-price-btn {
  border: 2px solid #a41e22;
  font-family: 'Open Sans';
  letter-spacing: 0;
  color: #373737;
  text-transform: uppercase;
  flex: 1 1 auto;
  font: 600 16px 'Montserrat';
}
.guided-selling-container .step-content-container .summary-step .recommendation-step .recommendation .recommendation-card .card-buttons .learn-more-btn:hover,
.guided-selling-container .step-content-container .summary-step .recommendation-step .recommendation .recommendation-card .card-buttons .build-price-btn:hover {
  background: #a41e22;
  color: #ffffff;
}
.guided-selling-container .step-content-container .summary-step .recommendation-step .recommendation .recommendation-card .card-buttons .build-price-btn {
  background-color: #a41e22;
  color: #ffffff;
  border: none;
}
.guided-selling-container .step-content-container .summary-step .recommendation-step .recommendation .recommendation-card .card-buttons .build-price-btn:hover {
  background: #540c15;
  color: #ffffff;
}
.guided-selling-container .step-content-container .summary-step .recommendation-step .recommendation .recommendation-card .specs-title-section {
  padding: 5px 10px 0;
}
.guided-selling-container .step-content-container .summary-step .recommendation-step .recommendation .recommendation-card .specs-title-section .specs-title {
  color: #000000;
  font: 550 16px 'Open Sans';
  text-transform: uppercase;
}
.guided-selling-container .step-content-container .summary-step .recommendation-step .recommendation .recommendation-card .specs-container {
  padding: 0 22px;
}
.guided-selling-container .step-content-container .summary-step .recommendation-step .recommendation .recommendation-card .specs-container .specs-row {
  display: flex;
  padding: 2px 0;
  align-items: center;
}
.guided-selling-container .step-content-container .summary-step .recommendation-step .recommendation .recommendation-card .specs-container .specs-row.specs-header .spec-title,
.guided-selling-container .step-content-container .summary-step .recommendation-step .recommendation .recommendation-card .specs-container .specs-row.specs-header .spec-value {
  color: #000000;
  font: 600 16px 'Open Sans';
  text-transform: uppercase;
}
.guided-selling-container .step-content-container .summary-step .recommendation-step .recommendation .recommendation-card .specs-container .specs-row .spec-title,
.guided-selling-container .step-content-container .summary-step .recommendation-step .recommendation .recommendation-card .specs-container .specs-row .spec-value {
  color: #000000;
  font: normal 14px 'Open Sans';
}
.guided-selling-container .step-content-container .summary-step .recommendation-step .recommendation .recommendation-card .more-less-link {
  color: #000000;
  font-size: 16px;
  font-family: 'Open Sans';
}
.guided-selling-container .step-content-container .summary-step .recommendation-step .recommendation .recommendation-card .more-less-link:after {
  color: #060505;
  content: '\f078';
  font: normal normal normal 14px/1 FontAwesome;
  width: 20px;
  height: 17px;
  top: -1px;
}
.guided-selling-container .step-content-container .summary-step .recommendation-step .recommendation .recommendation-card .more-less-link.less-link:after {
  content: '\f077';
}
.guided-selling-container .step-content-container .summary-step .recommendation-step .recommendation .recommendation-card .more-content {
  color: #000000;
}
.guided-selling-container .step-content-container .summary-step .recommendation-step .recommendation .recommendation-card .more-content .key-features-title,
.guided-selling-container .step-content-container .summary-step .recommendation-step .recommendation .recommendation-card .more-content .key-feature-list-item {
  font-family: 'Open Sans';
}
.guided-selling-container .step-nav-container {
  display: flex;
  margin: auto;
  padding: 0 1.5rem 1rem;
  justify-content: space-between;
}
.guided-selling-container .step-nav-container .step-nav-left {
  padding-left: 10px;
}
.guided-selling-container .step-nav-container .step-nav-right {
  padding-right: 0.5rem;
}
.guided-selling-container .step-nav-container .btn {
  width: 148px;
  height: 48px;
  border-radius: 0rem;
  background: #a41e22;
  cursor: pointer;
  color: #ffffff;
  font-weight: 800;
  font-family: 'Montserrat';
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.14px;
}
@media (max-width: 1024px) {
  .guided-selling-container .step-nav-container .btn:hover {
    background-color: #a41e22;
    color: #ffffff;
  }
}
@media (min-width: 1025px) {
  .guided-selling-container .step-nav-container .btn:hover {
    background: #540c15;
    color: #ffffff;
  }
}
.guided-selling-container .step-nav-container .btn[disabled] {
  background: #9d9d9d;
  cursor: not-allowed;
  opacity: 1;
}
.guided-selling-container .step-nav-container .btn[disabled]:hover {
  background: #9d9d9d;
  color: #ffffff;
}
.guided-selling-container .step-nav-container .btn.back-button {
  background-color: #ffffff;
  color: #a41e22;
  border: 2px solid #a41e22;
  opacity: 1;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  font-family: 'Open Sans';
  letter-spacing: 0;
}
@media (max-width: 1024px) {
  .guided-selling-container .step-nav-container .btn.back-button:hover {
    background-color: #ffffff;
    color: #a41e22;
  }
}
@media (min-width: 1025px) {
  .guided-selling-container .step-nav-container .btn.back-button:hover {
    background-color: #a41e22;
    color: #ffffff;
  }
}
.guided-selling-container .step-nav-container .btn.back-button.gs-hide-btn {
  visibility: hidden;
  display: block;
}
.guided-selling-container .step-nav-container .btn.restart-button {
  background-color: #ffffff;
  color: #a41e22;
  border: 2px solid #a41e22;
  opacity: 1;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  font-family: 'Open Sans';
  letter-spacing: 0;
}
@media (max-width: 1024px) {
  .guided-selling-container .step-nav-container .btn.restart-button:hover {
    background-color: #ffffff;
    color: #a41e22;
  }
}
@media (min-width: 1025px) {
  .guided-selling-container .step-nav-container .btn.restart-button:hover {
    background-color: #a41e22;
    color: #ffffff;
  }
}
.guided-selling-container .step-nav-container .btn.restart-button.gs-hide-btn {
  visibility: hidden;
  display: block;
}
.guided-selling-container .step-nav-container .btn.gs-hide-btn {
  display: none;
}
.guided-selling-container .steps-wizard .wizard-step-container .wizard-step-link.wizard-step-number {
  width: 38px;
  height: 38px;
  margin: -10px -10px 10px -10px;
}
.guided-selling-container .steps-wizard .wizard-step-container .wizard-step-link.wizard-step-number .number {
  margin: 0% auto;
}
.guided-selling-container .steps-wizard .wizard-step-container.step-completed .fa.fa-check {
  display: block;
  margin: 5px;
}
@media (max-width: 767px) {
  .guided-selling-container .steps-wizard .wizard-step-container .step-title {
    font-size: 10px;
  }
  .guided-selling-container .question-container .question {
    font-size: 24px !important;
  }
  .guided-selling-container .step-content-container .selection-format-label {
    color: #373737;
  }
  .guided-selling-container .step-content-container .options-container .card-content .card-box .card-body {
    padding: 5px 12px;
  }
  .guided-selling-container .step-content-container .options-container .card-content .card-box .card-body .card-title {
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 0.5rem;
  }
  .guided-selling-container .step-content-container .summary-step .recommendation-step .recommendation .recommendation-card .more-less-section .more-less-link {
    border-bottom: none;
  }
  .guided-selling-container .step-nav-container {
    position: fixed;
    bottom: 0;
    margin-bottom: 0;
    margin-top: 0;
    left: 0;
    right: 0;
    padding: 0;
    z-index: 9;
  }
  .guided-selling-container .step-nav-container .step-nav-left {
    padding: 0;
    margin: 0;
    flex: 1;
  }
  .guided-selling-container .step-nav-container .step-nav-left .btn {
    width: 100%;
    padding: 0;
    margin: 0;
    background: #ffffff;
  }
  .guided-selling-container .step-nav-container .step-nav-left .btn.gs-hide-btn {
    display: none;
  }
  .guided-selling-container .step-nav-container .step-nav-right {
    padding: 0;
    margin: 0;
    flex: 1;
  }
  .guided-selling-container .step-nav-container .step-nav-right .btn {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .guided-selling-container .step-nav-container .step-nav-right .btn.gs-hide-btn {
    display: none;
  }
}
.guided-selling-container .step-content-container .nounderline.card-title,
.step-content a[title="back"] {
  text-transform: uppercase;
}
.more-less-link {
  text-transform: capitalize !important;
}
@media (max-width: 780px) {
  .guided-selling-container .step-content-container .step-1 .card-title {
    font: 600 14px 'Open Sans';
    color: #373737;
  }
}
@media (max-width: 780px) {
  .guided-selling-container .step-content-container .step-1 .card-description {
    font: normal 12px 'Open Sans';
    color: #060505;
  }
}
@media (max-width: 780px) {
  .guided-selling-container .step-content-container .summary-step .recommendation-step .recommendation:nth-child(odd) {
    padding-left: 0 !important;
  }
}
@media (max-width: 780px) {
  .guided-selling-container .step-nav-container {
    padding: 12px;
  }
}
@media (max-width: 780px) {
  .guided-selling-container .summary-step.step-7 {
    padding: 1rem 0;
  }
}
.more-content p.more-content-item {
  color: #000;
  font: normal 14px 'Open Sans' !important;
  margin-bottom: 5px !important;
}
div.guided-selling-container {
  padding-top: 140px !important;
}
@media (max-width: 800px) {
  div.guided-selling-container {
    padding-top: 100px !important;
  }
}
@media (max-width: 780px) {
  div.guided-selling-container .step-nav-container,
  div.guided-selling-container .step-content-container {
    padding: 0 !important;
  }
}
.guided-selling-container .steps-wizard .wizard-step-container .step-title {
  color: #54575a !important;
}
.guided-selling-container .step-content-container .options-container .slider .slider-track .slider-nodes-container .slider-node,
.guided-selling-container .step-content-container .options-container .slider .slider-track,
.guided-selling-container .step-content-container .options-container .min-max-slider .slider-track,
.guided-selling-container .step-content-container .options-container .min-max-slider .slider-track .slider-nodes-container .slider-node {
  background: #9d9d9d !important;
}
.guided-selling-container .step-content-container .options-container .option-card {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}



@media (max-width: 640px) {
  .photo-slideimg {
    max-width: 50%;
    width: 50%;
    flex: 0 0 50%;
    margin: 0 0% 0px;
  }
  .photostack-gallery .innerPopup .modal-dialog {
    max-width: 80%;
  }
}
.photostack-gallery .innerPopup button.close {
  left: auto !important;
}
.media-gallery-photo-stack div img.boat-image {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.h5-white {
  font-family: 'Liberator', serif;
  font-weight: 900;
  font-size: 24px;
}
@media (max-width: 992px) {
  .h5-white {
    font-size: 16px;
  }
}
.h1-black {
  font-family: 'Liberator', serif;
  font-size: 85px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .h1-black {
    font-size: 48px;
  }
}
.h2-black {
  font-family: 'Liberator', serif;
  font-weight: 900;
  font-size: 65px;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .h2-black {
    font-size: 38px;
  }
}
.h3-white,
.ttil + .title .cmp-title.row.col-12 h1 .cmp-title-heading {
  font-family: 'Liberator', serif;
  font-weight: 900;
  font-size: 50px;
  color: #000;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .h3-white,
  .ttil + .title .cmp-title.row.col-12 h1 .cmp-title-heading {
    font-size: 24px;
  }
}
.h4-black {
  font-family: 'Montserrat';
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
}
@media (max-width: 992px) {
  .h4-black {
    font-size: 14px;
  }
}
.h5-white {
  font-family: 'Liberator', serif;
  font-weight: 900;
  font-size: 24px;
  color: #000;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .h5-white {
    font-size: 16px;
  }
}
.h6-black {
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .h6-black {
    font-size: 14px;
  }
}
.text-large,
.text-small,
.text-medium {
  font-family: "Open Sans";
  color: #000;
}
.text-md {
  font-family: "Open Sans";
  color: #fff;
}
.photos .load-more-photos-stack,
.photos .load-less-photos-stack {
  position: relative;
  bottom: 0;
}
.photos .load-more-photos-stack button,
.photos .load-less-photos-stack button {
  height: 46px;
  width: 226px;
  border: 2px solid #B0011F;
  color: #B0011F;
  font-size: 14px;
  font-family: Montserrat;
  font-weight: 900;
  text-transform: uppercase;
}
.ttil + .title .cmp-title.row.col-12 {
  margin: 0 auto;
  padding: 0 !important;
}
.load-more-photos-stack .blue-hover-btn {
  line-height: 21px;
}


.cmp-processoverview__grid {
  display: flex;
  flex-flow: column;
  justify-content: center;
  width: 100%;
  padding: 3rem;
}
@media screen and (max-width: 1500px) {
  .cmp-processoverview__grid {
    padding: 1.5rem;
  }
}
@media screen and (min-width: 1300px) {
  .cmp-processoverview__grid {
    flex-flow: row;
    flex-wrap: wrap;
  }
}
.cmp-processoverview__grid .card-items-4 {
  display: flex;
  flex-wrap: wrap;
}
.cmp-processoverview__grid-column {
  display: flex;
  justify-content: center;
  min-height: 300px;
  width: 100%;
  height: 100%;
  flex-direction: row;
  padding: 0 15px;
  margin: 0px;
  flex-wrap: wrap;
  gap: 3rem;
}
@media screen and (max-width: 1500px) {
  .cmp-processoverview__grid-column {
    gap: 1rem;
  }
}
.cmp-processoverview__grid-column .clickable-card {
  width: 400px;
  min-height: 380px;
}
@media screen and (max-width: 600px) {
  .cmp-processoverview__grid-column .clickable-card {
    min-width: 320px;
    width: 320px;
  }
}
.cmp-processoverview__grid-column .cmp-processoverview-cards__content {
  align-items: center;
  background-color: white;
  text-align: center;
  color: #a41e22;
  display: flex;
  height: 100%;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  max-width: 100%;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.25);
  margin: 25px 0;
}
.cmp-processoverview__grid-column .cmp-processoverview-cards__content:first-of-type {
  margin-top: 0px;
  justify-content: flex-start;
}
.cmp-processoverview__grid-column .cmp-processoverview-cards__content .cmp-processoverview-cards__image .cmp-processoverview-cards__img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
}
.cmp-processoverview__grid-column .cmp-processoverview-cards__content .cmp-processoverview-cards {
  background-color: white;
}
.cmp-processoverview__grid-column .cmp-processoverview-cards__content .cmp-processoverview-cards__title,
.cmp-processoverview__grid-column .cmp-processoverview-cards__content .cmp-processoverview-cards__subtitle,
.cmp-processoverview__grid-column .cmp-processoverview-cards__content .cmp-processoverview-cards__description {
  padding: 0 25px;
}
.cmp-processoverview__grid-column .cmp-processoverview-cards__content .cmp-processoverview-cards__icon {
  padding-top: 25px;
}
.cmp-processoverview__grid-column .cmp-processoverview-cards__content .cmp-processoverview-cards__image {
  width: 100%;
}
.cmp-processoverview__grid-column .cmp-processoverview-cards__content .cmp-processoverview-cards__img {
  display: block;
  margin-bottom: 27px;
}
.cmp-processoverview__grid-column .cmp-processoverview-cards__content .cmp-processoverview-cards__img--hover {
  display: none;
}
.cmp-processoverview__grid-column .cmp-processoverview-cards__content .cmp-processoverview-cards__title {
  font-family: 'Liberator', 'Open Sans', Helvetica, sans-serif;
  font-size: 32px;
  line-height: 30px;
  letter-spacing: 0.92px;
  color: #a41e22;
  margin: 0;
  margin-bottom: 15px;
  text-align: center;
  text-transform: uppercase;
}
.cmp-processoverview__grid-column .cmp-processoverview-cards__content .cmp-processoverview-cards__subtitle {
  font-family: 'Liberator', 'Open Sans', Helvetica, sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  letter-spacing: -0.02rem;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 6px;
  padding: 0 25px;
}
.cmp-processoverview__grid-column .cmp-processoverview-cards__content .cmp-processoverview-cards__description {
  width: 100%;
  height: 100%;
  display: grid;
  flex-direction: column;
  justify-content: center;
  padding: 20px 25px;
  grid-template-columns: 1fr;
}
.cmp-processoverview__grid-column .cmp-processoverview-cards__content .cmp-processoverview-cards__description p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.01rem;
  color: #000000;
  text-align: center;
}
@media (max-width: 767px) {
  .cmp-processoverview__grid-column .cmp-processoverview-cards__content .cmp-processoverview-cards__description p {
    font-size: 14px;
  }
}
.cmp-processoverview__grid-column .cmp-processoverview-cards__content .cmp-processoverview-cards__link {
  text-align: center;
  justify-content: center;
  display: flex;
  width: 100%;
  background: #a41e22 0% 0% no-repeat padding-box;
  border: 2px solid #a41e22;
  cursor: pointer;
  align-self: flex-end;
}
@media screen and (max-width: 400px) {
  .cmp-processoverview__grid-column .cmp-processoverview-cards__content .cmp-processoverview-cards__link {
    width: 80%;
    margin: 0 auto;
  }
}
.cmp-processoverview__grid-column .cmp-processoverview-cards__content .cmp-processoverview-cards__link a {
  font-family: 'Montserrat', 'Open Sans', Helvetica, sans-serif;
  font-weight: 800;
  color: white;
  margin: 0 15px;
  padding: 10px 40px;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 0;
  white-space: nowrap;
  font-size: 14px;
  letter-spacing: 0.6px;
  line-height: 24px;
  height: 50px;
}
.cmp-processoverview__grid-column .cmp-processoverview-cards__content .cmp-processoverview-cards__link a::hover {
  text-decoration: none;
}
.cmp-processoverview__grid-column .cmp-processoverview-cards__content:hover .cmp-processoverview-cards__link {
  background-color: white;
  border: 2px solid #a41e22;
}
.cmp-processoverview__grid-column .cmp-processoverview-cards__content:hover .cmp-processoverview-cards__link a {
  color: #a41e22;
}

.h5-white {
  font-family: 'Liberator', serif;
  font-weight: 900;
  font-size: 24px;
}
@media (max-width: 992px) {
  .h5-white {
    font-size: 16px;
  }
}
.h1-black {
  font-family: 'Liberator', serif;
  font-size: 85px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .h1-black {
    font-size: 48px;
  }
}
.h2-black {
  font-family: 'Liberator', serif;
  font-weight: 900;
  font-size: 65px;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .h2-black {
    font-size: 38px;
  }
}
.h3-white {
  font-family: 'Liberator', serif;
  font-weight: 900;
  font-size: 50px;
  color: #000;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .h3-white {
    font-size: 24px;
  }
}
.h4-black {
  font-family: 'Montserrat';
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
}
@media (max-width: 992px) {
  .h4-black {
    font-size: 14px;
  }
}
.h5-white {
  font-family: 'Liberator', serif;
  font-weight: 900;
  font-size: 24px;
  color: #000;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .h5-white {
    font-size: 16px;
  }
}
.h6-black {
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .h6-black {
    font-size: 14px;
  }
}
.text-large,
.text-small,
.text-medium {
  font-family: "Open Sans";
  color: #000;
}
.text-md {
  font-family: "Open Sans";
  color: #fff;
}
.cta .cta-center {
  text-align: center;
}
.cta .cta-left {
  text-align: left;
}
.cta .cta-right {
  text-align: right;
}
.cta button {
  font-size: 16px;
  font: 800 14px/18px Montserrat;
  display: inline-block;
  background-color: transparent !important;
  color: #FFFFFF !important;
  font-weight: 900;
  text-transform: uppercase;
  transition: .3s;
  width: 286px;
  height: 46px;
  border: 2px solid #A41E22 !important;
}
.cta button .downloadCta:before {
  content: "\e90e";
  font-family: 'icomoon' !important;
  speak: none;
  font-size: 16px;
  padding-bottom: 4px;
  border-bottom: 3px solid;
  margin-right: 26px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cta button.auto {
  width: auto;
  max-width: 100%;
  padding: 0 40px;
}
.cta button.fixed {
  width: 192px;
  max-width: 192px;
}
.cta button.full {
  width: 100%;
  max-width: 100%;
}
.cta button:hover {
  background-color: #A41E22;
  text-decoration: none;
}
.cta button.cta-black {
  background-color: #060505 !important;
  color: #FFFFFF !important;
  border: 2px solid transparent !important;
}
.cta button.cta-black:hover {
  background-color: #312C2C !important;
}
.cta button.cta-solid-red {
  background-color: #A41E22 !important;
  color: #FFFFFF !important;
  border: 2px solid transparent !important;
}
.cta button.cta-solid-red:hover {
  background-color: #540C15 !important;
}
.cta button.cta-white {
  background-color: #FFFFFF !important;
  color: #A41E22 !important;
  border: 2px solid #A41E22 !important;
}
.cta button.cta-white:hover {
  background-color: #A41E22 !important;
  color: #FFFFFF !important;
  border: 2px solid transparent !important;
}
.cta button.cta-black-border {
  background-color: #060505 !important;
  color: #FFFFFF !important;
  border: 2px solid #FFFFFF !important;
}
.cta button.cta-black-border:hover {
  background-color: #312C2C !important;
}
.cta button.cta-solid-red-border {
  background-color: #A41E22 !important;
  color: #FFFFFF !important;
  border: 2px solid #FFFFFF !important;
}
.cta button.cta-solid-red-border:hover {
  background-color: #540C15 !important;
}
.cta button.cta-white-border {
  background-color: #FFFFFF !important;
  color: #A41E22 !important;
  border: 2px solid #A41E22 !important;
}
.cta button.cta-white-border:hover {
  background-color: #A41E22 !important;
  color: #FFFFFF !important;
}
.cta button.cta-black-no-border {
  color: #000000 !important;
  border: none !Important;
}
.cta button.cta-black-no-border:hover {
  color: #000000 !important;
}
.cta button.cta-blue-border {
  color: #ffffff !important;
  background-color: #145C9E !important;
  border: 2px solid #fff !Important;
}
.cta button.cta-blue-border:hover {
  color: #ffffff !important;
  background-color: #145C9E !important;
}
.cta .modal .modal-dialog {
  max-width: 98vw;
}
@media screen and (max-width: 991px) {
  .cta .modal .modal-dialog {
    max-width: 96vw;
  }
}
.cta .modal .modal-dialog .modal-content {
  padding: 1rem;
}
.cta .modal .modal-dialog .modal-content .close {
  text-align: right;
}
@media screen and (min-width: 768px) {
  .cta .modal .modal-dialog .modal-content iframe {
    height: 86vh;
  }
}
.cta-list .cta-center {
  text-align: center;
}
.cta-list .cta-left {
  text-align: left;
}
.cta-list .cta-right {
  text-align: right;
}
.cta-list button {
  font: 800 14px/18px Montserrat;
  display: inline-block;
  background-color: transparent !important;
  color: #FFFFFF !important;
  text-transform: uppercase;
  transition: .3s;
  width: 286px;
  height: 46px;
  border: 2px solid #A41E22 !important;
}
.cta-list button:hover {
  background-color: #A41E22;
  text-decoration: none;
}
.cta-list button.cta-black {
  background-color: #060505 !important;
  color: #FFFFFF !important;
  border: 2px solid transparent !important;
}
.cta-list button.cta-black:hover {
  background-color: #312C2C !important;
}
.cta-list button.cta-solid-red {
  background-color: #A41E22 !important;
  color: #FFFFFF !important;
  border: 2px solid transparent !important;
}
.cta-list button.cta-solid-red:hover {
  background-color: #540C15 !important;
}
.cta-list button.cta-white {
  background-color: #FFFFFF !important;
  color: #A41E22 !important;
  border: 2px solid #A41E22 !important;
}
.cta-list button.cta-white:hover {
  background-color: #A41E22 !important;
  color: #FFFFFF !important;
  border: 2px solid transparent !important;
}
.cta-list button.cta-black-border {
  background-color: #060505 !important;
  color: #FFFFFF !important;
  border: 2px solid #FFFFFF !important;
}
.cta-list button.cta-black-border:hover {
  background-color: #312C2C !important;
}
.cta-list button.cta-solid-red-border {
  background-color: #A41E22 !important;
  color: #FFFFFF !important;
  border: 2px solid #FFFFFF !important;
}
.cta-list button.cta-solid-red-border:hover {
  background-color: #540C15 !important;
}
.cta-list button.cta-white-border {
  background-color: #FFFFFF !important;
  color: #A41E22 !important;
  border: 2px solid #A41E22 !important;
}
.cta-list button.cta-white-border:hover {
  background-color: #A41E22 !important;
  color: #FFFFFF !important;
}
@media (max-width: 760px) {
  .cta button {
    width: 160px;
    max-width: 160px;
    /*just to override width of otther css*/
    font: 800 14px/18px Montserrat;
  }
}
.wr-tag-col p.cat-tag-para {
  font: 600 20px/22px 'Open Sans' !important;
}
@media (max-width: 780px) {
  .wr-tag-col p.cat-tag-para {
    font: 600 18px/22px 'Open Sans' !important;
  }
}
@media (max-width: 700px) {
  .mobile-filter-wrap #sel-cat-container,
  .mobile-filter-wrap #sel-yr-container {
    padding-left: 0 !important;
  }
}
@media (max-width: 700px) {
  .mobile-filter-wrap #sel-cat-container > label,
  .mobile-filter-wrap #sel-yr-container > label {
    padding-left: 0 !important;
  }
}



.h5-white {
  font-family: 'Liberator', serif;
  font-weight: 900;
  font-size: 24px;
}
@media (max-width: 992px) {
  .h5-white {
    font-size: 16px;
  }
}
.h1-black {
  font-family: 'Liberator', serif;
  font-size: 85px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .h1-black {
    font-size: 48px;
  }
}
.h2-black {
  font-family: 'Liberator', serif;
  font-weight: 900;
  font-size: 65px;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .h2-black {
    font-size: 38px;
  }
}
.h3-white {
  font-family: 'Liberator', serif;
  font-weight: 900;
  font-size: 50px;
  color: #000;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .h3-white {
    font-size: 24px;
  }
}
.h4-black {
  font-family: 'Montserrat';
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
}
@media (max-width: 992px) {
  .h4-black {
    font-size: 14px;
  }
}
.h5-white {
  font-family: 'Liberator', serif;
  font-weight: 900;
  font-size: 24px;
  color: #000;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .h5-white {
    font-size: 16px;
  }
}
.h6-black {
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .h6-black {
    font-size: 14px;
  }
}
.text-large,
.text-small,
.text-medium {
  font-family: "Open Sans";
  color: #000;
}
.text-md {
  font-family: "Open Sans";
  color: #fff;
}
.list .list_Gridview .list-view2-title {
  font-size: 65px;
  text-align: center;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-transform: uppercase;
  opacity: 1;
  margin: 0 0 30px;
  font-family: Liberator;
}
.list .list_Gridview-carousel.list_Gridview {
  text-align: center;
}
.list .list-view2-title::after,
.list-view2-title {
  display: inline-block;
  border-bottom: 6px solid #fff;
  border-top: 6px solid #fff;
  text-align: center;
  margin: 0 auto;
}
/*.list-view2-title::after,.list-view2-title::before {
    content: "";
    border-bottom: 6px solid #fff;
    position: relative;
    display: block;
    width: 23%;
    text-align: center;
    margin: 0 auto;
}
.list-view2-title::after {
    top: 0px;
}

.list-view2-title::before {
    top: 0px;
}
*/
.list .list_Gridview .list-tag {
  display: none;
}
.cta-link.ttil-link-center {
  display: none;
}
.list-view2-title + div.Grid-view-col {
  padding: 0px 15px;
}
.list-Gridinfo .list-icon .list-bottom-tag {
  background: #a41e22 0% 0% no-repeat padding-box;
  font-size: 14px;
  font-weight: bold;
}
.list-Gridinfo .list-title {
  color: #000000;
  font-size: 18px;
  font-family: "Open Sans";
  font-weight: 300;
}
.list-cta.ttil-link-center {
  text-align: center;
}
.list-cta.ttil-link-center .h-more-btn {
  display: inline-block;
  width: 80%;
  margin: 0 auto;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 2px solid #B0011F;
  opacity: 1;
  background: #ffffff;
  color: #B0011F;
}
.list-cta.ttil-link-center .h-more-btn:hover {
  color: #ffffff !important;
  background: #A41E22 !important;
}
.list-cta.ttil-link-center .h-more-btn:active {
  background: #ffffff !important;
  color: #A41E22 !important;
  border: 2px solid #A41E22 !important;
}
.list .icon-image .list-info .description p {
  color: white;
}
@media (max-width: 767px) {
  .list.list-display.list-display-2column .list-Gridinfo,
  .list .list_Gridview-carousel .owl-row .owl-navigation.owl-navigation-left,
  .list .list_Gridview-carousel .owl-row .owl-navigation.owl-navigation-right {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .list .list_Gridview-carousel .owl-row {
    padding: 0 45px;
  }
  .list-view2-title::after,
  .list-view2-title::before {
    width: 70%;
    top: 0px;
  }
  .list .list_Gridview .list-view2-title {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  /* .list-view2-title::after,.list-view2-title::before {

		width:70%;

    }
    */
}
.list .list_Gridview-carousel .owl-row {
  padding: 0px 45px;
  position: relative;
}
.list .list_Gridview-carousel .owl-row .owl-navigation {
  height: 47px;
  position: absolute;
  width: 26px;
  cursor: pointer;
  top: 100px !important;
  display: flex;
}
@media (max-width: 767px) {
  .list .list_Gridview-carousel .owl-row .owl-navigation {
    width: 45px !important;
  }
}
.list .list_Gridview-carousel .owl-row .owl-navigation.owl-navigation-left {
  left: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
.list .list_Gridview-carousel .owl-row .owl-navigation.owl-navigation-right {
  right: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
.list .list_Gridview-carousel .owl-row .owl-navigation .left {
  left: -33px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  margin-top: 100px;
}
.list .list_Gridview-carousel .owl-row .owl-navigation .left .fa-angle-left:before {
  font-size: 100px;
  color: #A90E13;
}
.list .list_Gridview-carousel .owl-row .owl-navigation .right {
  right: -33px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  margin-top: 100px;
}
.list .list_Gridview-carousel .owl-row .owl-navigation .right .fa-angle-right:before {
  font-size: 100px;
  color: #A90E13;
}
@media (max-width: 767px) {
  .list .list_Gridview-carousel .owl-row .owl-navigation .right {
    position: absolute;
    right: 0 !important;
  }
}
.list .list_Gridview-carousel .owl-row .owl-columns .owl-carousel .owl-item .item .card.list-Gridinfo {
  width: 95%;
  margin: 0 auto;
}
.list .list_Gridview-carousel .owl-row .owl-columns .owl-carousel .owl-item .item .card.list-Gridinfo .list-icon img {
  height: auto;
  width: auto;
  max-width: 100%;
}
.list .list_Gridview-carousel .owl-row .owl-columns .owl-carousel .owl-item .item .card.list-Gridinfo.remove-shadow {
  box-shadow: none;
  background-color: transparent;
}
.list .list_Gridview-carousel .owl-row .owl-columns .owl-carousel .owl-item .item .card.list-Gridinfo > a {
  display: flex;
}
.list .list_Gridview-carousel .owl-row .owl-columns .owl-carousel .owl-item .item .card.list-Gridinfo .list-icon {
  width: 100%;
}
.list .list_Gridview-carousel .owl-row .owl-columns .owl-carousel .owl-item .item .card.list-Gridinfo .list-details .cta-link {
  font-family: "Montserrat";
  font-weight: bold;
  color: #A90E13;
  position: absolute;
  bottom: 15px;
  right: 0;
}
.list .list_Gridview-carousel .owl-row .owl-columns .owl-carousel .owl-item .item .card.list-Gridinfo .list-details .cta-link a {
  color: #A90E13;
  font-size: 14px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .list .list_Gridview-carousel .owl-row .owl-columns .owl-carousel .owl-item .item .card.list-Gridinfo .list-details .cta-link a {
    font-size: 12px;
    font-family: "Montserrat";
    font-weight: bold;
  }
}
.list .list_Gridview-carousel .owl-row .owl-columns .owl-carousel .owl-item .item .card.list-Gridinfo .list-details .cta-link .fa-angle-right {
  font-size: 22px;
  padding-left: 45px;
  padding-right: 25px;
  font-weight: 600;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .list .list_Gridview-carousel .owl-row .owl-columns .owl-carousel .owl-item .item .card.list-Gridinfo .list-details .cta-link .fa-angle-right {
    font-size: 18px;
    padding-right: 45px;
  }
}
.list-icon .video + .videoicon {
  position: absolute;
  width: 60px;
  left: 38%;
  top: 32%;
  height: 60px;
  color: white;
}
.Grid-view-en #videomodal .modal-content {
  padding: 2% 10% 3% 10%;
  background-color: #000;
}
.Grid-view-en #videomodal button.close span {
  left: 150px;
  position: relative;
  font: 400 13.3333px Arial;
  font-size: 20px;
  color: #ffffff;
  font-weight: normal;
  text-shadow: none;
}
.Grid-view-en #videomodal .modal-header {
  padding: 0px;
  border-bottom: 0px;
}
.list-Gridinfo .list-cta {
  padding-bottom: 30px;
}
.list .list_Gridview-carousel .owl-row .owl-navigation .right .fa-angle-right:before,
.list .list_Gridview-carousel .owl-row .owl-navigation .left .fa-angle-left:before {
  font-size: 35px;
  color: #FFF;
  font-weight: bold;
}
.list-Gridinfo .description {
  color: #000000;
  font-size: 14px;
  font-family: "Open Sans";
}
#videomodal .modal-content {
  background-color: #000;
  border-radius: 0px;
}
#videomodal .modal-header {
  border: 0px;
}
#videomodal .modal-header .close {
  color: #fff;
  opacity: 1;
  font-weight: normal;
}
.list_Gridview .list-right-div .list-title {
  margin-bottom: 10px;
}
.list-Gridinfo .description {
  padding-bottom: 40px;
}
.list .list_Gridview-carousel .owl-row .owl-navigation .right i.fa {
  padding-right: 20px;
}
.list .list_Gridview-carousel .owl-row .owl-navigation .left i.fa {
  padding-left: 20px;
}
.list .list_Gridview-carousel .owl-row .owl-columns .owl-carousel .owl-item .item {
  position: relative;
  height: 100%;
}
.list .list_Gridview-carousel .owl-row .owl-columns .owl-carousel .owl-item .item .card.list-Gridinfo {
  min-height: auto;
  height: auto;
  display: flex;
  flex-grow: 1;
}
.list .list_Gridview-carousel .owl-row .owl-columns .owl-carousel .owl-item .item .card-body {
  padding: 0px;
}
.list .list_Gridview-carousel .owl-row .owl-columns .owl-carousel .owl-item .item .card-content {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.list .list_Gridview-carousel .owl-row .owl-columns .owl-carousel .owl-item .item .description {
  padding-bottom: 15px;
}
.list .list_Gridview-carousel .owl-row .owl-columns .owl-carousel .owl-item .item .list-cta.ttil-link-center {
  position: relative;
  display: flex;
  flex-grow: 1;
  align-items: flex-end;
  width: 100%;
}
.list .list_Gridview-carousel .owl-row .owl-columns .owl-carousel .owl-item .item .list-cta.ttil-link-center a {
  width: 100%;
}
@media (max-width: 600px) {
  .list-view2-title + .owl-row .owl-stage,
  .list-view2-title + .owl-row .owl-stage .item {
    display: flex;
  }
  .list-view2-title + .owl-row .owl-navigation .right {
    margin-top: 40px !important;
  }
  .list-view2-title + .owl-row .owl-navigation .left {
    margin-top: 40px !important;
  }
}
.imgblog {
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}
@media (max-width: 880px) {
  .list-Gridinfo .list-icon .list-bottom-tag,
  .list-cta.ttil-link-center .h-more-btn {
    font-size: 12px;
  }
}
.list-Gridinfo .description {
  font-family: "Open Sans" !important;
}
.list-Gridinfo .list-icon .list-bottom-tag {
  width: auto;
}
.list_Gridview .list-right-div .list-title {
  margin-bottom: 5px;
  min-height: 3em;
}
.list.date-show.aem-GridColumn.aem-GridColumn--default--12 {
  overflow-x: hidden;
}
.card.list-Gridinfo .list-cta.ttil-link-center {
  border: 0;
  width: 100%;
  bottom: 0;
}
.card.list-Gridinfo .videoicon {
  background: none;
}
.card.list-Gridinfo .videoicon > img {
  height: 60px !important;
}
.card.list-Gridinfo .list-cta.ttil-link-center .h-more-btn.cta-navy {
  background: none !important;
}
.list-view2-title::before {
  top: 18px;
}
.list-Gridinfo .list-icon .list-bottom-tag {
  white-space: nowrap;
}
.list .list_Gridview-carousel .owl-row .owl-columns .owl-carousel .owl-item .item,
.list .list_Gridview-carousel .owl-carousel .owl-stage {
  display: flex;
}
.list .list_Gridview-carousel .owl-row .owl-navigation .left {
  margin-top: 40px;
}
@media (max-width: 870px) {
  .list .list_Gridview-carousel .owl-row .owl-navigation.owl-navigation-right {
    margin-top: 40px;
  }
}
@media (max-width: 600px) {
  .list-view2-title + .owl-row .owl-navigation .right {
    margin-top: 0px !important;
  }
}
div.list div.list_Gridview div.list-view2-title {
  padding: 16px 0 5px;
}
.list-view2-title .owl-stage-outer .owl-stage {
  display: flex;
}
.list .list_Gridview .list-view2-title {
  margin-top: 10px;
  padding: 16px 0 5px;
  line-height: 48px;
}
.list_Gridview .list-details .datefiled {
  display: none;
}
.divider .d-lg-block {
  width: 420px;
  margin: auto;
}


.h5-white {
  font-family: 'Liberator', serif;
  font-weight: 900;
  font-size: 24px;
}
@media (max-width: 992px) {
  .h5-white {
    font-size: 16px;
  }
}
.h1-black {
  font-family: 'Liberator', serif;
  font-size: 85px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .h1-black {
    font-size: 48px;
  }
}
.h2-black {
  font-family: 'Liberator', serif;
  font-weight: 900;
  font-size: 65px;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .h2-black {
    font-size: 38px;
  }
}
.h3-white {
  font-family: 'Liberator', serif;
  font-weight: 900;
  font-size: 50px;
  color: #000;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .h3-white {
    font-size: 24px;
  }
}
.h4-black {
  font-family: 'Montserrat';
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
}
@media (max-width: 992px) {
  .h4-black {
    font-size: 14px;
  }
}
.h5-white {
  font-family: 'Liberator', serif;
  font-weight: 900;
  font-size: 24px;
  color: #000;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .h5-white {
    font-size: 16px;
  }
}
.h6-black {
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .h6-black {
    font-size: 14px;
  }
}
.text-large,
.text-small,
.text-medium {
  font-family: "Open Sans";
  color: #000;
}
.text-md {
  font-family: "Open Sans";
  color: #fff;
}
.cmp-text,
.cmp-text p {
  text-align: left;
  font: normal normal normal 16px/26px Open Sans;
  letter-spacing: 0px;
  color: #000000 !important;
}
.cmp-text b {
  font: normal normal 600 20px/26px Open Sans;
}
@media (max-width: 991px) {
  .cmp-text,
  .cmp-text p {
    font-size: 14px;
  }
  .cmp-text b {
    font-weight: normal;
    font-size: 14px;
  }
}
.cmp-text p {
  font-size: 18px;
  color: #FFFFFF;
}
.cmp-text.tc-white p,
.cmp-text.tc-white h1,
.cmp-text.tc-white h2,
.cmp-text.tc-white h3,
.cmp-text.tc-white h4,
.cmp-text.tc-white h5,
.cmp-text.tc-white h6 {
  color: #FFFFFF !important;
}
.cmp-text.tc-red p,
.cmp-text.tc-red h1,
.cmp-text.tc-red h2,
.cmp-text.tc-red h3,
.cmp-text.tc-red h4,
.cmp-text.tc-red h5,
.cmp-text.tc-red h6 {
  color: #A41E22 !important;
}
.cmp-text.tc-black p,
.cmp-text.tc-black h1,
.cmp-text.tc-black h2,
.cmp-text.tc-black h3,
.cmp-text.tc-black h4,
.cmp-text.tc-black h5,
.cmp-text.tc-black h6 {
  color: #060505 !important;
}
.cmp-text p a {
  font-size: 18px;
}
.cmp-container .text .cmp-text.c-link > p {
  font: 16px "Open Sans" !important;
  padding: 4px 5px 0 !important;
}
@media (max-width: 780px) {
  .cmp-container .text .cmp-text.c-link > p {
    font: 14px "Open Sans" !important;
  }
}
@media (max-width: 780px) {
  .hero + .category-container .text .tc-black.cmp-text.c-link p {
    width: 100% !important;
  }
}
.text .cmp-text table {
  margin: 40px auto 30px;
  width: 50%;
}
.text .cmp-text table td {
  padding: 0 6px;
}
.text .cmp-text li a,
.text .cmp-text p a {
  color: #a41e22 !important;
  text-decoration: underline !important;
}
.text .cmp-text li a:hover,
.text .cmp-text p a:hover {
  color: #a41e22 !important;
  text-decoration: underline !important;
}
.text .tc-black.cmp-text.c-link p + h2 {
  margin-bottom: 10px;
}
@media (max-width: 670px) {
  .cmp-container .responsivegrid.container-fixed .text,
  .cmp-container .responsivegrid.container-fluid .text {
    margin: 0 3% !important;
    width: 94% !important;
  }
}
.cmp-container .responsivegrid.container-fixed .text .cmp-text.c-link > p,
.cmp-container .responsivegrid.container-fluid .text .cmp-text.c-link > p {
  margin: 0;
}
.text .tc-black.cmp-text.c-link a {
  font-size: 16px !important;
}
@media (max-width: 880px) {
  .text .tc-black.cmp-text.c-link a {
    font-size: 14px !important;
  }
}
#disclaimer-id {
  font-size: 12px !important;
}
#txt-bg-red-id > p {
  background: #a41e22;
  color: #fff !important;
  text-align: center;
  font: 800 14px "Montserrat";
  cursor: pointer;
}
@media (max-width: 670px) {
  .text + .search .form-inline.dealer-menu.contact-search {
    margin: 20px auto 30px;
  }
}
.form-cont-type .text .cmp-text li a,
.form-cont-type .text .cmp-text p a {
  color: #ffffff !important;
  text-decoration: underline !important;
}

.h5-white {
  font-family: 'Liberator', serif;
  font-weight: 900;
  font-size: 24px;
}
@media (max-width: 992px) {
  .h5-white {
    font-size: 16px;
  }
}
.h1-black {
  font-family: 'Liberator', serif;
  font-size: 85px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .h1-black {
    font-size: 48px;
  }
}
.h2-black {
  font-family: 'Liberator', serif;
  font-weight: 900;
  font-size: 65px;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .h2-black {
    font-size: 38px;
  }
}
.h3-white {
  font-family: 'Liberator', serif;
  font-weight: 900;
  font-size: 50px;
  color: #000;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .h3-white {
    font-size: 24px;
  }
}
.h4-black {
  font-family: 'Montserrat';
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
}
@media (max-width: 992px) {
  .h4-black {
    font-size: 14px;
  }
}
.h5-white {
  font-family: 'Liberator', serif;
  font-weight: 900;
  font-size: 24px;
  color: #000;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .h5-white {
    font-size: 16px;
  }
}
.h6-black {
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .h6-black {
    font-size: 14px;
  }
}
.text-large,
.text-small,
.text-medium {
  font-family: "Open Sans";
  color: #000;
}
.text-md {
  font-family: "Open Sans";
  color: #fff;
}
.title .cmp-title {
  padding: 0;
  margin: 0;
}
.title .cmp-title .hr-width {
  display: none;
}
.title .cmp-title .head-width {
  width: 100%;
}
.title .cmp-title .head-width .cmp-title__text {
  width: 100%;
  margin: 0;
  color: #FFFFFF;
  letter-spacing: 0px;
  font-size: 18px;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.title .cmp-title .head-width .cmp-title__text::before,
.title .cmp-title .head-width .cmp-title__text:after {
  display: none;
}
@media (max-width: 1024px) {
  .title .cmp-title .head-width .cmp-title__text .cmp-title-heading {
    width: unset;
  }
}
.title .cmp-title .head-width h1 .cmp-title-heading {
  font-family: 'Liberator';
  font-weight: 900;
  font-size: 85px;
}
@media (max-width: 767px) {
  .title .cmp-title .head-width h1 .cmp-title-heading {
    font-size: 48px;
  }
}
.title .cmp-title .head-width h2 .cmp-title-heading {
  font-family: 'Liberator';
  font-weight: 900;
  font-size: 65px;
}
@media (max-width: 1024px) {
  .title .cmp-title .head-width h2 .cmp-title-heading {
    font-size: 38px;
  }
}
.title .cmp-title .head-width h3 .cmp-title-heading {
  font-family: 'Liberator';
  font-weight: 900;
  font-size: 50px;
}
@media (max-width: 1024px) {
  .title .cmp-title .head-width h3 .cmp-title-heading {
    font-size: 24px;
  }
}
.title .cmp-title .head-width h4 .cmp-title-heading {
  font-family: 'Montserrat';
  font-weight: 800;
  font-size: 20px;
}
@media (max-width: 1024px) {
  .title .cmp-title .head-width h4 .cmp-title-heading {
    font-size: 14px;
  }
}
.title .cmp-title .head-width h5 .cmp-title-heading {
  font-family: 'Liberator';
  font-weight: 900;
  font-size: 25px;
}
@media (max-width: 1024px) {
  .title .cmp-title .head-width h5 .cmp-title-heading {
    font-size: 16px;
  }
}
.title .cmp-title .head-width h6 .cmp-title-heading {
  font-family: 'Montserrat';
  font-weight: 800;
  font-size: 14px;
}
.title.title-side-lines .cmp-title .head-width .cmp-title__text {
  border-top: 6px solid #fff;
}
.title.title-side-lines .cmp-title .head-width .cmp-title__text .cmp-title-heading {
  display: inline-block;
  position: relative;
  max-width: 76%;
  background: #060505;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .title.title-side-lines .cmp-title .head-width .cmp-title__text .cmp-title-heading {
    padding: 0 10px;
  }
}
.title.title-side-lines .cmp-title .head-width h1 .cmp-title-heading {
  top: -50px;
}
@media (max-width: 767px) {
  .title.title-side-lines .cmp-title .head-width h1 .cmp-title-heading {
    top: -30px;
  }
}
.title.title-side-lines .cmp-title .head-width h2 .cmp-title-heading {
  top: -40px;
}
@media (max-width: 767px) {
  .title.title-side-lines .cmp-title .head-width h2 .cmp-title-heading {
    top: -25px;
  }
}
.title.title-side-lines .cmp-title .head-width h3 .cmp-title-heading {
  top: -30px;
}
@media (max-width: 767px) {
  .title.title-side-lines .cmp-title .head-width h3 .cmp-title-heading {
    top: -15px;
  }
}
.title.title-side-lines .cmp-title .head-width h4 {
  border-top: 4px solid #fff !important;
}
.title.title-side-lines .cmp-title .head-width h4 .cmp-title-heading {
  top: -15px;
}
@media (max-width: 767px) {
  .title.title-side-lines .cmp-title .head-width h4 .cmp-title-heading {
    top: -14px;
  }
}
.title.title-side-lines .cmp-title .head-width h5 {
  border-top: 4px solid #fff !important;
}
.title.title-side-lines .cmp-title .head-width h5 .cmp-title-heading {
  top: -16px;
}
@media (max-width: 767px) {
  .title.title-side-lines .cmp-title .head-width h5 .cmp-title-heading {
    top: -13px;
  }
}
.title.title-side-lines .cmp-title .head-width h6 {
  border-top: 2px solid #fff !important;
}
.title.title-side-lines .cmp-title .head-width h6 .cmp-title-heading {
  top: -12px;
}
@media (max-width: 767px) {
  .title.title-side-lines .cmp-title .head-width h6 .cmp-title-heading {
    top: -30px;
  }
}
.title.title-side-top-lines .cmp-title .head-width .cmp-title__text .cmp-title-heading {
  margin: 0;
  display: inline-block;
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
  padding: 0 0 5px;
}
.title.text-color-red .cmp-title .head-width .cmp-title__text,
.title.text-color-red .cmp-title .head-width .cmp-title-heading {
  color: #A41E22;
}
.title.text-color-red.title-side-lines .cmp-title .head-width .cmp-title__text {
  border-top: 6px solid #A41E22;
}
.title.text-color-red.title-side-lines .cmp-title .head-width h4 {
  border-top: 4px solid #A41E22 !important;
}
.title.text-color-red.title-side-lines .cmp-title .head-width h5 {
  border-top: 4px solid #A41E22 !important;
}
.title.text-color-red.title-side-lines .cmp-title .head-width h6 {
  border-top: 2px solid #A41E22 !important;
}
.title.text-color-red.title-side-top-lines .cmp-title .head-width .cmp-title__text .cmp-title-heading {
  border-top: 4px solid #A41E22;
  border-bottom: 4px solid #A41E22;
}

.h5-white,
.ttvl .ttvl-comp .textAlign .perform-eyebrow,
.ttvl .ttvl-comp .textAlign .perform-subtitle,
.ttvl .video-text-component .jumbotron .text-container .ttvl-view2-eyebrowtext,
.ttvl .video-text-component .jumbotron .text-container .ttvl-view2-text {
  font-family: 'Liberator', serif;
  font-weight: 900;
  font-size: 24px;
}
@media (max-width: 992px) {
  .h5-white,
  .ttvl .ttvl-comp .textAlign .perform-eyebrow,
  .ttvl .ttvl-comp .textAlign .perform-subtitle,
  .ttvl .video-text-component .jumbotron .text-container .ttvl-view2-eyebrowtext,
  .ttvl .video-text-component .jumbotron .text-container .ttvl-view2-text {
    font-size: 16px;
  }
}
.h1-black {
  font-family: 'Liberator', serif;
  font-size: 85px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .h1-black {
    font-size: 48px;
  }
}
.h2-black {
  font-family: 'Liberator', serif;
  font-weight: 900;
  font-size: 65px;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .h2-black {
    font-size: 38px;
  }
}
.h3-white,
.ttvl .ttvl-comp .textAlign .perform-heading {
  font-family: 'Liberator', serif;
  font-weight: 900;
  font-size: 50px;
  color: #000;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .h3-white,
  .ttvl .ttvl-comp .textAlign .perform-heading {
    font-size: 24px;
  }
}
.ttvl .ttvl-comp .textAlign .perform-heading {
  color: #fff;
}
.h4-black {
  font-family: 'Montserrat';
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
}
@media (max-width: 992px) {
  .h4-black {
    font-size: 14px;
  }
}
.h5-white,
.ttvl .ttvl-comp .textAlign .perform-eyebrow,
.ttvl .ttvl-comp .textAlign .perform-subtitle,
.ttvl .video-text-component .jumbotron .text-container .ttvl-view2-eyebrowtext,
.ttvl .video-text-component .jumbotron .text-container .ttvl-view2-text {
  font-family: 'Liberator', serif;
  font-weight: 900;
  font-size: 24px;
  color: #000;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .h5-white,
  .ttvl .ttvl-comp .textAlign .perform-eyebrow,
  .ttvl .ttvl-comp .textAlign .perform-subtitle,
  .ttvl .video-text-component .jumbotron .text-container .ttvl-view2-eyebrowtext,
  .ttvl .video-text-component .jumbotron .text-container .ttvl-view2-text {
    font-size: 16px;
  }
}
.ttvl .ttvl-comp .textAlign .perform-eyebrow,
.ttvl .ttvl-comp .textAlign .perform-subtitle,
.ttvl .video-text-component .jumbotron .text-container .ttvl-view2-eyebrowtext,
.ttvl .video-text-component .jumbotron .text-container .ttvl-view2-text {
  color: #fff;
}
.h6-black {
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .h6-black {
    font-size: 14px;
  }
}
.text-large,
.text-small,
.text-medium,
.ttvl .ttvl-comp .textAlign .perform-headingdescript {
  font-family: "Open Sans";
  color: #000;
}
.text-md {
  font-family: "Open Sans";
  color: #fff;
}
.ttvl .ttvl-comp .textAlign .perform-headingdescript {
  font-size: 16px;
}
@media (max-width: 992px) {
  .ttvl .ttvl-comp .textAlign .perform-headingdescript {
    font-size: 14px;
  }
}
.ttvl .ttvl-comp .textAlign button.ttvl-button1 {
  border: 2px solid #ffffff;
  background-color: #a41e22;
  font-family: "Montserrat";
  font-weight: 800;
  font-size: 14px;
  color: #fff;
  border-radius: 0;
  text-transform: uppercase;
}
/*video view less*/
@media (max-width: 800px) {
  .ttvl .ttvl-comp {
    margin: 10px 0;
  }
}
.ttvl .ttvl-comp iframe {
  border: 0;
}
@media (max-width: 580px) {
  .ttvl .ttvl-comp #player6,
  .ttvl .ttvl-comp #ttvlyoutube_video {
    height: 300px;
  }
}
@media (max-width: 669px) {
  .ttvl .ttvl-comp .textAlign {
    text-align: center;
    padding: 20px 10px;
  }
}
@media (max-width: 8000px) and (min-width: 768px) {
  .ttvl .ttvl-comp .textAlign {
    max-width: 68%;
    flex: 0 0 68%;
    margin-left: 30%;
  }
}
.ttvl .ttvl-comp .textAlign .perform-heading {
  line-height: 1;
  font: 50px liberator;
}
@media (max-width: 900px) {
  .ttvl .ttvl-comp .textAlign .perform-heading {
    font: 24px liberator;
    text-align: left;
  }
}
.ttvl .ttvl-comp .textAlign .perform-headingdescript {
  color: #ffffff;
}
.ttvl .ttvl-comp .textAlign .perform-headingdescript p {
  color: #ffffff;
  font: 16px "Open Sans";
  text-align: left;
}
@media (max-width: 900px) {
  .ttvl .ttvl-comp .textAlign .perform-headingdescript p {
    font: 14px "Open Sans";
  }
}
@media (max-width: 880px) {
  .ttvl .ttvl-comp .textAlign .perform-headingdescript p {
    font: 10px "Open Sans";
  }
}
.ttvl .ttvl-comp .textAlign button.ttvl-button1 {
  padding: 10px 22px;
}
@media (min-width: 992px) {
  .ttvl .ttvl-comp .textAlign button.ttvl-button1 {
    min-width: 240px;
  }
}
@media (max-width: 880px) {
  .ttvl .ttvl-comp .textAlign button.ttvl-button1 {
    font: 800 12px 'Montserrat';
  }
}
.ttvl .ttvl-comp .ttil-bg-black .perform-eyebrow,
.ttvl .ttvl-comp .ttil-bg-black .perform-subtitle,
.ttvl .ttvl-comp .ttil-bg-black .perform-heading,
.ttvl .ttvl-comp .ttil-bg-black p {
  color: #ffffff;
}
.ttvl .ttvl-comp .ttil-bg-black .perform-headingdescript h1,
.ttvl .ttvl-comp .ttil-bg-black .perform-headingdescript h2,
.ttvl .ttvl-comp .ttil-bg-black .perform-headingdescript h3,
.ttvl .ttvl-comp .ttil-bg-black .perform-headingdescript h4,
.ttvl .ttvl-comp .ttil-bg-black .perform-headingdescript h5,
.ttvl .ttvl-comp .ttil-bg-black .perform-headingdescript h6,
.ttvl .ttvl-comp .ttil-bg-black .perform-headingdescript p {
  color: #ffffff;
}
.ttvl .ttvl-comp .ttil-bg-white {
  background-color: #ffffff;
}
.ttvl .ttvl-comp .ttil-bg-white .perform-eyebrow,
.ttvl .ttvl-comp .ttil-bg-white .perform-subtitle,
.ttvl .ttvl-comp .ttil-bg-white .perform-heading,
.ttvl .ttvl-comp .ttil-bg-white p {
  color: #000000;
}
.ttvl .ttvl-comp .ttil-bg-white .perform-headingdescript h1,
.ttvl .ttvl-comp .ttil-bg-white .perform-headingdescript h2,
.ttvl .ttvl-comp .ttil-bg-white .perform-headingdescript h3,
.ttvl .ttvl-comp .ttil-bg-white .perform-headingdescript h4,
.ttvl .ttvl-comp .ttil-bg-white .perform-headingdescript h5,
.ttvl .ttvl-comp .ttil-bg-white .perform-headingdescript h6,
.ttvl .ttvl-comp .ttil-bg-white .perform-headingdescript p {
  color: #000000;
}
.ttvl .ttvl-comp .ttil-bg-white .perform-subtitle {
  margin-bottom: 20px;
}
.ttvl .ttvl-comp .ttil-bg-grey {
  background-color: #cfcfcf;
}
.ttvl .ttvl-comp .ttil-bg-grey .perform-eyebrow,
.ttvl .ttvl-comp .ttil-bg-grey .perform-subtitle,
.ttvl .ttvl-comp .ttil-bg-grey .perform-heading,
.ttvl .ttvl-comp .ttil-bg-grey p {
  color: #000000;
}
.ttvl .ttvl-comp .ttil-bg-grey .perform-headingdescript h1,
.ttvl .ttvl-comp .ttil-bg-grey .perform-headingdescript h2,
.ttvl .ttvl-comp .ttil-bg-grey .perform-headingdescript h3,
.ttvl .ttvl-comp .ttil-bg-grey .perform-headingdescript h4,
.ttvl .ttvl-comp .ttil-bg-grey .perform-headingdescript h5,
.ttvl .ttvl-comp .ttil-bg-grey .perform-headingdescript h6,
.ttvl .ttvl-comp .ttil-bg-grey .perform-headingdescript p {
  color: #000000;
}
.ttvl .ttvl-comp .ttil-bg-dark-grey {
  background-color: #888888;
}
.ttvl .ttvl-comp .ttil-bg-dark-grey .perform-eyebrow,
.ttvl .ttvl-comp .ttil-bg-dark-grey .perform-subtitle,
.ttvl .ttvl-comp .ttil-bg-dark-grey .perform-heading,
.ttvl .ttvl-comp .ttil-bg-dark-grey p {
  color: #ffffff;
}
.ttvl .ttvl-comp .ttil-bg-dark-grey .perform-headingdescript h1,
.ttvl .ttvl-comp .ttil-bg-dark-grey .perform-headingdescript h2,
.ttvl .ttvl-comp .ttil-bg-dark-grey .perform-headingdescript h3,
.ttvl .ttvl-comp .ttil-bg-dark-grey .perform-headingdescript h4,
.ttvl .ttvl-comp .ttil-bg-dark-grey .perform-headingdescript h5,
.ttvl .ttvl-comp .ttil-bg-dark-grey .perform-headingdescript h6,
.ttvl .ttvl-comp .ttil-bg-dark-grey .perform-headingdescript p {
  color: #ffffff;
}
.ttvl .ttvl-comp .ttil-bg-beige {
  background-color: #f6f3ee;
}
.ttvl .ttvl-comp .ttil-bg-pale-grey {
  background-color: #f2f3f4;
}
@media (min-width: 670px) {
  .ttvl .ttvl-comp .lund-home-video {
    width: 68%;
    max-width: 68%;
    flex: auto;
    padding-left: 0px;
  }
}
@media (max-width: 1400px) {
  .ttvl .ttvl-comp .lund-home-video iframe {
    height: 520px;
  }
}
@media (max-width: 669px) {
  .ttvl .ttvl-comp .lund-home-video iframe {
    height: 260px;
  }
}
@media (min-width: 670px) and (max-width: 1024px) {
  .ttvl .ttvl-comp .lund-home-video iframe {
    height: 320px;
  }
}
@media (min-width: 670px) {
  .ttvl .ttvl-comp .lund-home-video + .col-md-6.col-12 {
    width: 32%;
    max-width: 32%;
    flex: auto;
    padding: 0 40px 0 20px;
    margin-left: 0;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .ttvl .ttvl-comp .lund-home-video + .col-md-6.col-12 {
    padding: 0 12px;
  }
}
.ttvl .ttvl-comp .lund-home-video + .col-md-6.col-12 .perform-heading {
  padding-bottom: 30px;
}
@media (max-width: 669px) {
  .ttvl .ttvl-comp .lund-home-video + .col-md-6.col-12 .perform-heading {
    text-align: center;
  }
}
@media (max-width: 669px) {
  .ttvl .ttvl-comp .lund-home-video + .col-md-6.col-12 .perform-headingdescript p,
  .ttvl .ttvl-comp .lund-home-video + .col-md-6.col-12 .perform-headingdescript h1,
  .ttvl .ttvl-comp .lund-home-video + .col-md-6.col-12 .perform-headingdescript h2,
  .ttvl .ttvl-comp .lund-home-video + .col-md-6.col-12 .perform-headingdescript h3,
  .ttvl .ttvl-comp .lund-home-video + .col-md-6.col-12 .perform-headingdescript h4,
  .ttvl .ttvl-comp .lund-home-video + .col-md-6.col-12 .perform-headingdescript h5,
  .ttvl .ttvl-comp .lund-home-video + .col-md-6.col-12 .perform-headingdescript h6 {
    text-align: center;
  }
}
.ttvl .ttvl-comp .lund-home-video + .col-md-6.col-12 a {
  display: block;
}
@media (max-width: 669px) {
  .ttvl .ttvl-comp .lund-home-video + .col-md-6.col-12 a {
    text-align: center;
  }
}
.ttvl .ttvl-comp .lund-home-video + .col-md-6.col-12 a > button.ttvl-button1 {
  margin: 0;
}
@media (max-width: 669px) {
  .ttvl .ttvl-comp .lund-home-video.ttvl-img {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
}
.ttvl.ttvltext-right .ttvl-comp .textAlign .perform-heading {
  text-align: right;
}
@media (max-width: 669px) {
  .ttvl.ttvltext-right .ttvl-comp .textAlign .perform-heading {
    text-align: center;
  }
}
.ttvl.ttvltext-right .ttvl-comp .textAlign .perform-headingdescript {
  text-align: right;
}
@media (max-width: 669px) {
  .ttvl.ttvltext-right .ttvl-comp .textAlign .perform-headingdescript {
    text-align: center;
  }
}
.ttvl.ttvltext-right .ttvl-comp .textAlign .perform-headingdescript h1,
.ttvl.ttvltext-right .ttvl-comp .textAlign .perform-headingdescript h2,
.ttvl.ttvltext-right .ttvl-comp .textAlign .perform-headingdescript h3,
.ttvl.ttvltext-right .ttvl-comp .textAlign .perform-headingdescript h4,
.ttvl.ttvltext-right .ttvl-comp .textAlign .perform-headingdescript h5,
.ttvl.ttvltext-right .ttvl-comp .textAlign .perform-headingdescript h6,
.ttvl.ttvltext-right .ttvl-comp .textAlign .perform-headingdescript p {
  text-align: right;
}
@media (max-width: 669px) {
  .ttvl.ttvltext-right .ttvl-comp .textAlign .perform-headingdescript h1,
  .ttvl.ttvltext-right .ttvl-comp .textAlign .perform-headingdescript h2,
  .ttvl.ttvltext-right .ttvl-comp .textAlign .perform-headingdescript h3,
  .ttvl.ttvltext-right .ttvl-comp .textAlign .perform-headingdescript h4,
  .ttvl.ttvltext-right .ttvl-comp .textAlign .perform-headingdescript h5,
  .ttvl.ttvltext-right .ttvl-comp .textAlign .perform-headingdescript h6,
  .ttvl.ttvltext-right .ttvl-comp .textAlign .perform-headingdescript p {
    text-align: center;
  }
}
.ttvl.ttvltext-right .ttvl-comp .textAlign a {
  text-align: right;
}
@media (max-width: 669px) {
  .ttvl.ttvltext-right .ttvl-comp .textAlign a {
    text-align: center;
  }
}
.ttvl.ttvltext-center .ttvl-comp .textAlign .perform-heading {
  text-align: center;
}
.ttvl.ttvltext-center .ttvl-comp .textAlign .perform-headingdescript {
  text-align: center;
}
.ttvl.ttvltext-center .ttvl-comp .textAlign .perform-headingdescript h1,
.ttvl.ttvltext-center .ttvl-comp .textAlign .perform-headingdescript h2,
.ttvl.ttvltext-center .ttvl-comp .textAlign .perform-headingdescript h3,
.ttvl.ttvltext-center .ttvl-comp .textAlign .perform-headingdescript h4,
.ttvl.ttvltext-center .ttvl-comp .textAlign .perform-headingdescript h5,
.ttvl.ttvltext-center .ttvl-comp .textAlign .perform-headingdescript h6,
.ttvl.ttvltext-center .ttvl-comp .textAlign .perform-headingdescript p {
  text-align: center;
}
.ttvl.ttvltext-center .ttvl-comp .textAlign a {
  text-align: center;
}
.ttvl .video-text-component .jumbotron .text-container {
  padding-top: 0;
  padding-left: 0;
}
.ttvl .video-text-component .jumbotron .text-container a {
  line-height: 30px;
}
.ttvl .video-text-component .jumbotron .text-container p {
  font: 500 16px "Open Sans";
  padding: 10px 20px;
}
.ttvl .video-text-component .jumbotron .text-container .ttvl-view2-eyebrowtext,
.ttvl .video-text-component .jumbotron .text-container .ttvl-view2-text,
.ttvl .video-text-component .jumbotron .text-container h1,
.ttvl .video-text-component .jumbotron .text-container h2,
.ttvl .video-text-component .jumbotron .text-container h3,
.ttvl .video-text-component .jumbotron .text-container h4,
.ttvl .video-text-component .jumbotron .text-container h5,
.ttvl .video-text-component .jumbotron .text-container h6 {
  padding-bottom: 0;
}
.ttvl .video-text-component .jumbotron .text-container .ttvl-view2-eyebrowtext {
  text-align: right;
  padding: 20px;
}
.ttvl .video-text-component .jumbotron .text-container .ttvl-view2-text {
  text-align: right;
  padding: 20px;
}
iframe .ytp-large-play-button {
  left: 30% !important;
}

.h5-white,
.cmp-container .accordion .accordion__item .accordion__title {
  font-family: 'Liberator', serif;
  font-weight: 900;
  font-size: 24px;
}
@media (max-width: 992px) {
  .h5-white,
  .cmp-container .accordion .accordion__item .accordion__title {
    font-size: 16px;
  }
}
.h1-black {
  font-family: 'Liberator', serif;
  font-size: 85px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .h1-black {
    font-size: 48px;
  }
}
.h2-black {
  font-family: 'Liberator', serif;
  font-weight: 900;
  font-size: 65px;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .h2-black {
    font-size: 38px;
  }
}
.h3-white {
  font-family: 'Liberator', serif;
  font-weight: 900;
  font-size: 50px;
  color: #000;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .h3-white {
    font-size: 24px;
  }
}
.h4-black {
  font-family: 'Montserrat';
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
}
@media (max-width: 992px) {
  .h4-black {
    font-size: 14px;
  }
}
.h5-white,
.cmp-container .accordion .accordion__item .accordion__title {
  font-family: 'Liberator', serif;
  font-weight: 900;
  font-size: 24px;
  color: #000;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .h5-white,
  .cmp-container .accordion .accordion__item .accordion__title {
    font-size: 16px;
  }
}
.h6-black {
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .h6-black {
    font-size: 14px;
  }
}
.text-large,
.text-small,
.text-medium,
.cmp-container .accordion .accordion__item .accordion__content .text .cmp-text p {
  font-family: "Open Sans";
  color: #000;
}
.text-md {
  font-family: "Open Sans";
  color: #fff;
}
.cmp-container .accordion .accordion__item .accordion__content .text .cmp-text p {
  font-size: 16px;
}
@media (max-width: 992px) {
  .cmp-container .accordion .accordion__item .accordion__content .text .cmp-text p {
    font-size: 14px;
  }
}
.cmp-container .accordion {
  padding: 0;
  position: relative;
}
.cmp-container .accordion .collapsing .side-img {
  display: none;
}
.cmp-container .accordion .collapse .side-img {
  display: none;
}
.cmp-container .accordion .collapse.show .side-img {
  display: block;
  -webkit-animation: fadeInSideImg .3s;
  animation: fadeInSideImg .3s;
  position: absolute;
  top: 0;
  left: -85%;
}
@media (max-width: 1200px) {
  .cmp-container .accordion .collapse.show .side-img {
    top: 0;
  }
}
@media (max-width: 767px) {
  .cmp-container .accordion .collapse.show .side-img {
    position: relative;
    left: 0;
  }
}
.cmp-container .accordion .accordion__item {
  margin-bottom: 20px;
  border-bottom: 2px solid #DBDAD9;
  padding: 20px 0 20px 8px;
}
@media (max-width: 780px) {
  .cmp-container .accordion .accordion__item {
    margin-bottom: 0px;
  }
}
.cmp-container .accordion .accordion__item .accordion__title {
  position: relative;
  padding-left: 40px;
  text-decoration: none;
  cursor: pointer;
}
.cmp-container .accordion .accordion__item .accordion__title:before {
  content: '';
  position: absolute;
  border-right: 3px solid #A41E22;
  border-bottom: 3px solid #A41E22;
  transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  width: 12px;
  height: 12px;
  margin-top: 13px;
  left: 12px;
}
.cmp-container .accordion .accordion__item .accordion__title.collapsed:before {
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-top: 7px;
}
.cmp-container .accordion .accordion__item .accordion__content .text .cmp-text p {
  margin-top: 10px;
}
#accordion .header-acc {
  font: 900 32px 'Liberator';
  color: #000;
}
@media (max-width: 780px) {
  #accordion .header-acc {
    font-size: 24px;
  }
}
#accordion .arr-down .fa:before {
  content: "\f107" !important;
}
@-webkit-keyframes fadeInSideImg {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInSideImg {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.anchorlist-comp .anchorlist_names ul {
  display: flex;
  justify-content: space-between;
  margin: 0 -15px;
  background: #a41e22;
}
@media (max-width: 780px) {
  .anchorlist-comp .anchorlist_names ul {
    display: block;
    padding: 0;
  }
}
.anchorlist-comp .anchorlist_names ul li {
  padding: 32px 1rem;
}
@media (max-width: 780px) {
  .anchorlist-comp .anchorlist_names ul li {
    border-bottom: 1px solid #fff;
    padding: 20px 1rem;
  }
}
.anchorlist-comp .anchorlist_names ul li a {
  font: 800 14px "Montserrat";
  color: #fff;
}
.anchorlist-comp .anchorlist_names.mobView {
  display: none;
}



@media (max-width: 660px) {
  #StateMapSystem .mapWrapper {
    display: block !important;
  }
}
#get-update .responsivegrid .thanksmessage {
  font: normal normal normal 26px 'Open Sans' !important;
  text-align: center;
  color: #FFF;
}
#get-update .responsivegrid .container {
  border: 1px solid #fff;
  width: 98%;
  margin: 0 1%;
  max-width: 100%;
  padding: 2.5% 5%;
}
@media (max-width: 991px) {
  #get-update .responsivegrid .container {
    padding: 5% 5%;
  }
}
#get-update .responsivegrid .container .tc-white h2 {
  font: normal normal 900 85px/80px Liberator;
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  #get-update .responsivegrid .container .tc-white h2 {
    font: normal normal 900 48px/50px Liberator;
  }
}
#get-update .responsivegrid .container .tc-white h2 + p {
  font: normal normal normal 20px/26px 'Open Sans' !important;
}
#get-update .responsivegrid .container form .cmp-form-options__legend + .cmp-form-options__field-label > .cmp-form-options__field-description {
  top: -3px;
}
@media (max-width: 991px) {
  #get-update .responsivegrid .container form .cmp-form-options__legend + .cmp-form-options__field-label > .cmp-form-options__field-description {
    font: normal normal normal 12px/16px 'Open Sans';
  }
}
@media (max-width: 870px) {
  #get-update .responsivegrid .container {
    width: 96%;
    margin: 2%;
  }
}
.category-container .form-invert {
  background-color: transparent !important;
}
#category-container-8ce58b2be2 .model-list-view2 .left-col.d-block.d-sm-none {
  margin-bottom: 0 !important;
}
@media (max-width: 670px) {
  #category-container-8ce58b2be2 .responsivegrid.container-fixed .ttil .view4-grid.ttil_view4 {
    padding-top: 0 !important;
    margin: 0 -6px !important;
  }
}

.title + .faq-container .faq-searchTxt,
.title + .faq-container .faq-item-list {
  display: none;
}
.panel.panel-default {
  line-height: 20px;
}
@media (max-width: 800px) {
  .panel.panel-default .faq-question p {
    font-size: 18px;
    max-width: 96%;
  }
}
.panel.panel-default .faq-anwser p {
  padding-top: 10px;
}
@media (max-width: 800px) {
  .panel.panel-default .faq-anwser p {
    font-size: 12px;
    max-width: 96%;
  }
}

.h5-white {
  font-family: 'Liberator', serif;
  font-weight: 900;
  font-size: 24px;
}
@media (max-width: 992px) {
  .h5-white {
    font-size: 16px;
  }
}
.h1-black {
  font-family: 'Liberator', serif;
  font-size: 85px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .h1-black {
    font-size: 48px;
  }
}
.h2-black {
  font-family: 'Liberator', serif;
  font-weight: 900;
  font-size: 65px;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .h2-black {
    font-size: 38px;
  }
}
.h3-white {
  font-family: 'Liberator', serif;
  font-weight: 900;
  font-size: 50px;
  color: #000;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .h3-white {
    font-size: 24px;
  }
}
.h4-black {
  font-family: 'Montserrat';
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
}
@media (max-width: 992px) {
  .h4-black {
    font-size: 14px;
  }
}
.h5-white {
  font-family: 'Liberator', serif;
  font-weight: 900;
  font-size: 24px;
  color: #000;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .h5-white {
    font-size: 16px;
  }
}
.h6-black {
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .h6-black {
    font-size: 14px;
  }
}
.text-large,
.text-small,
.text-medium {
  font-family: "Open Sans";
  color: #000;
}
.text-md {
  font-family: "Open Sans";
  color: #fff;
}
.faq-container.container-fluid .faq-wrapper input {
  border: 1px solid #54575A;
  font-size: 16px;
  font-family: "Open Sans";
  padding: 0 20px;
  text-align: left;
}
.faq-container {
  background-color: #fff;
}
.faq-item-par .cmp-title .hr-width {
  display: none;
}
.faq-item a {
  display: block;
  width: 100%;
}
.cmp-container .faq-container .cmp-title .cmp-title__text .cmp-title-heading {
  font: 24px Liberator !important;
}
.faq-item-par .cmp-title .head-width {
  margin: 0;
}
.faq-item-par {
  margin-top: 20px;
}
.faq-item-par .cmp-title {
  padding: 0;
  margin: 0;
}
.faq-item-par .cmp-title .cmp-title__text {
  text-align: left;
  color: #A41E22;
  font-family: Liberator;
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 15px;
}
.faq-anwser .cmp-text.c-link a {
  color: #a41e22;
  font-size: 14px;
  font-family: "Open Sans";
  display: inline;
  padding: 0;
  margin: 0;
}
.panel.panel-default .faq-question p {
  font-size: 20px;
  font-family: "Open Sans";
  color: #000000;
  font-weight: 600;
  margin: 7px 0 0 10px;
}
div.faq .ing i {
  border-color: #A41E22;
  border-width: 0 2px 2px 0;
}
.faq-anwser p {
  font-size: 14px;
  font-family: "Open Sans";
  color: #000;
}
.faq-item-par .title:not(:first-child) {
  margin-top: 30px;
}
.faq-item-list {
  top: 115px;
  right: 0;
  padding: 0;
  z-index: 9;
}
div.faq span.btnswitch {
  color: #A41E22;
  font-family: "Open Sans";
  font-size: 20px;
  position: relative;
  top: -4px;
}
.faq-item-list .switch {
  width: 40px;
}
.faq-item-list .slider::before,
.faq-item-list .slider {
  border: 1px solid #A90E13;
}
.faq-item-list input.default:checked + .slider {
  background-color: #A90E13;
  border-color: #a90e13;
}
.faq-item-list input:checked + .slider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
  border: 1px solid #A90E13;
}
@media (max-width: 600px) {
  .faq-container.container-fluid {
    padding: 0 15px !important;
  }
  .cmp-title .cmp-title__text::after,
  .cmp-title .cmp-title__text::before {
    display: none;
  }
  .faq-item-list {
    right: 20px;
  }
  .cmp-title .head-width {
    padding: 0;
  }
  .cmp-title .cmp-title-heading {
    width: 100%;
    font-size: 24px;
  }
  div.faq span.btnswitch {
    font-size: 18px;
  }
}
.faq-item a {
  height: auto !important;
}
.header-reference + .responsivegrid .cmp-container .faq-root-container .faq-item-list {
  top: 0;
}
@media (max-width: 670px) {
  .header-reference + .responsivegrid .cmp-container .faq-root-container .faq-item-par .faq-item {
    margin-left: 0;
    width: 100%;
  }
}
.faq-item-par .title {
  max-width: 90%;
}

.h5-white {
  font-family: 'Liberator', serif;
  font-weight: 900;
  font-size: 24px;
}
@media (max-width: 992px) {
  .h5-white {
    font-size: 16px;
  }
}
.h1-black {
  font-family: 'Liberator', serif;
  font-size: 85px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .h1-black {
    font-size: 48px;
  }
}
.h2-black {
  font-family: 'Liberator', serif;
  font-weight: 900;
  font-size: 65px;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .h2-black {
    font-size: 38px;
  }
}
.h3-white {
  font-family: 'Liberator', serif;
  font-weight: 900;
  font-size: 50px;
  color: #000;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .h3-white {
    font-size: 24px;
  }
}
.h4-black {
  font-family: 'Montserrat';
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
}
@media (max-width: 992px) {
  .h4-black {
    font-size: 14px;
  }
}
.h5-white {
  font-family: 'Liberator', serif;
  font-weight: 900;
  font-size: 24px;
  color: #000;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .h5-white {
    font-size: 16px;
  }
}
.h6-black {
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .h6-black {
    font-size: 14px;
  }
}
.text-large,
.text-small,
.text-medium {
  font-family: "Open Sans";
  color: #000;
}
.text-md {
  font-family: "Open Sans";
  color: #fff;
}
.feature-intro-comp.tl-center .feature-intro-text p,
.feature-intro-subtitle,
.feature-intro-price-details,
.fintroSubText {
  font: 20px "Open Sans";
  color: #fff;
}
.feature-intro-comp .feature-intro-text > p {
  width: 100%;
  margin: auto;
}
@media (min-width: 300px) and (max-width: 700px) {
  .feature-intro-comp.tl-center .feature-intro-text p,
  .feature-intro-subtitle,
  .feature-intro-price-details,
  .fintroSubText {
    font: 18px "Open Sans";
    color: #fff;
  }
  .feature-intro-comp .feature-intro-text > p {
    width: 96%;
    margin: auto;
  }
  .feature-intro-comp.tl-center .fea-intro-title {
    margin-bottom: 0;
  }
}
@media (min-width: 710px) and (max-width: 1030px) {
  .feature-intro-comp.tl-center .feature-intro-text p,
  .feature-intro-subtitle,
  .feature-intro-price-details,
  .fintroSubText {
    font: 14px "Open Sans";
    color: #fff;
  }
  .feature-intro-comp.tl-center .fea-intro-title {
    margin-bottom: 0;
  }
}
.fea-intro-title,
.feature-intro-text p {
  color: #fff !important;
}
.feature-intro-comp h1,
.feature-intro-comp h2,
.feature-intro-comp h3,
.feature-intro-comp h4,
.feature-intro-comp h5,
.feature-intro-comp .fea-intro-title,
.feature-intro-comp .feature-intro-text p {
  color: #fff !important;
}
.feature-intro-comp h1 {
  font: 85px liberator !important;
}
.feature-intro-comp h2 {
  font: 65px liberator !important;
}
.feature-intro-comp h3 {
  font: 50px liberator !important;
}
.feature-intro-comp h4 {
  font: 35px liberator !important;
}
.feature-intro-comp h5 {
  font: 24px liberator !important;
}
@media (max-width: 910px) {
  .feature-intro-comp h1 {
    font: 48px liberator !important;
  }
  .feature-intro-comp h2 {
    font: 38px liberator !important;
  }
  .feature-intro-comp h3 {
    font: 24px liberator !important;
  }
  .feature-intro-comp h4 {
    font: 18px liberator !important;
  }
  .feature-intro-comp h5 {
    font: 16px liberator !important;
  }
}
.feature-intro .fintroSubText p {
  text-align: center;
}
.feature-intro .twoColumn-fintro {
  color: #fff;
}
.feature-intro .twoColumn-fintro .rightPart {
  display: flex;
}
.feature-intro .twoColumn-fintro .rightPart div {
  align-self: center;
}
.feature-intro .twoColumn-fintro .feature-intro-price-details {
  display: block;
  width: 100%;
}
.feature-intro .twoColumn-fintro .feature-intro-cta-list {
  display: block;
  margin-top: 20px;
}
.feature-intro .twoColumn-fintro .feature-intro-cta-list a {
  top: 0;
}
.feature-intro .twoColumn-fintro .feature-intro-subtitle {
  display: block;
  width: 100%;
}
.feature-intro .twoColumn-fintro .fintroSubText {
  width: 100%;
}
.feature-intro .twoColumn-fintro .fintroSubText p {
  text-align: left;
}
.feature-intro .twoColumn-fintro .fintroTitle {
  color: #fff;
}
.feature-intro-comp .feature-intro-text p {
  font: 16px "Open Sans";
}
@media screen (max-width: 800px) {
  .feature-intro-comp .feature-intro-text p {
    font: 14px "Open Sans";
  }
}
@media screen (max-width: 880px) {
  .feature-intro .feature-intro-comp {
    padding: 20px;
  }
}
@media screen (max-width: 880px) {
  .feature-intro .feature-intro-comp .fea-intro-title,
  .feature-intro .feature-intro-comp .feature-intro-text {
    text-align: left !important;
  }
}
.feature-intro-comp.tl-center .fea-intro-title {
  line-height: inherit !important;
}
@media (max-width: 670px) {
  .feature-intro-comp.tl-center .fea-intro-title {
    text-align: left !important;
    padding-left: 20px;
    padding-top: 10px;
  }
}
@media (max-width: 670px) {
  .feature-intro-comp.tl-center .feature-intro-text {
    padding: 0 !important;
  }
}
@media (max-width: 670px) {
  .feature-intro-comp.tl-center .feature-intro-text p {
    text-align: left !important;
    padding-left: 10px;
  }
}
.feature-intro-comp .feature-intro-text {
  margin: auto;
}
@media (min-width: 670px) {
  .feature-intro-comp .feature-intro-text {
    width: 80%;
  }
}

.h5-white {
  font-family: 'Liberator', serif;
  font-weight: 900;
  font-size: 24px;
}
@media (max-width: 992px) {
  .h5-white {
    font-size: 16px;
  }
}
.h1-black {
  font-family: 'Liberator', serif;
  font-size: 85px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .h1-black {
    font-size: 48px;
  }
}
.h2-black {
  font-family: 'Liberator', serif;
  font-weight: 900;
  font-size: 65px;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .h2-black {
    font-size: 38px;
  }
}
.h3-white {
  font-family: 'Liberator', serif;
  font-weight: 900;
  font-size: 50px;
  color: #000;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .h3-white {
    font-size: 24px;
  }
}
.h4-black {
  font-family: 'Montserrat';
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
}
@media (max-width: 992px) {
  .h4-black {
    font-size: 14px;
  }
}
.h5-white {
  font-family: 'Liberator', serif;
  font-weight: 900;
  font-size: 24px;
  color: #000;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .h5-white {
    font-size: 16px;
  }
}
.h6-black {
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .h6-black {
    font-size: 14px;
  }
}
.text-large,
.text-small,
.text-medium {
  font-family: "Open Sans";
  color: #000;
}
.text-md {
  font-family: "Open Sans";
  color: #fff;
}
.hero .hero-overlap-container {
  float: none !important;
  max-width: 1366px !important;
  margin: 0 auto !important;
}
.hero .hero-image,
.hero .hero_video {
  animation-name: heroimage_animation;
  animation-duration: 0.3s;
}
@media (min-width: 900px) {
  .hero .hero-image,
  .hero .hero_video {
    min-height: 250px;
  }
}
.hero .hero-image .heroImage_text,
.hero .hero_video .heroImage_text {
  color: #fff;
}
.hero .hero-image .heroImage_text .hero_eyebrowTxt,
.hero .hero_video .heroImage_text .hero_eyebrowTxt {
  font-family: 'Liberator', serif;
  letter-spacing: 0px;
  font-size: 24px;
  text-transform: uppercase;
  color: #fff;
  padding-top: 20px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .hero .hero-image .heroImage_text .hero_eyebrowTxt,
  .hero .hero_video .heroImage_text .hero_eyebrowTxt {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .hero .hero-image .heroImage_text .hero_eyebrowTxt,
  .hero .hero_video .heroImage_text .hero_eyebrowTxt {
    font-size: 16px;
  }
}
.hero .hero-image .heroImage_text .hero_eyebrowTxt.no-ele-gap,
.hero .hero_video .heroImage_text .hero_eyebrowTxt.no-ele-gap {
  padding-top: 0px !important;
}
.hero .hero-image .heroImage_text .hero_title,
.hero .hero_video .heroImage_text .hero_title {
  font-family: 'Liberator', serif;
  letter-spacing: 0px;
  font-size: 50px;
  text-transform: uppercase;
  color: #FFFFFF;
  line-height: 1.1;
  padding-top: 10px;
  margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .hero .hero-image .heroImage_text .hero_title,
  .hero .hero_video .heroImage_text .hero_title {
    font-size: 38px;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .hero .hero-image .heroImage_text .hero_title,
  .hero .hero_video .heroImage_text .hero_title {
    font-size: 38px;
    padding-bottom: 10px;
  }
}
.hero .hero-image .heroImage_text .hero_title.no-ele-gap,
.hero .hero_video .heroImage_text .hero_title.no-ele-gap {
  margin-bottom: 0px !important;
}
.hero .hero-image .heroImage_text .hero-description,
.hero .hero_video .heroImage_text .hero-description {
  font-family: "Open Sans";
  letter-spacing: 0px;
  font-size: 16px;
  color: #fff;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .hero .hero-image .heroImage_text .hero-description,
  .hero .hero_video .heroImage_text .hero-description {
    font-size: 14px;
  }
}
.hero .hero-image .heroImage_text .hero-description.no-ele-gap,
.hero .hero_video .heroImage_text .hero-description.no-ele-gap {
  padding-bottom: 0px !important;
}
.hero .hero-image .heroImage_text .hero-description p,
.hero .hero_video .heroImage_text .hero-description p {
  width: 100%;
  line-height: 1.3;
  font-family: "Open Sans";
  font-size: 20px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .hero .hero-image .heroImage_text .hero-description p,
  .hero .hero_video .heroImage_text .hero-description p {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .hero .hero-image .heroImage_text .hero-description p,
  .hero .hero_video .heroImage_text .hero-description p {
    font-size: 14px;
  }
}
.hero .hero-image .heroImage_text .hero-description h1,
.hero .hero_video .heroImage_text .hero-description h1,
.hero .hero-image .heroImage_text .hero-description h2,
.hero .hero_video .heroImage_text .hero-description h2,
.hero .hero-image .heroImage_text .hero-description h3,
.hero .hero_video .heroImage_text .hero-description h3,
.hero .hero-image .heroImage_text .hero-description h4,
.hero .hero_video .heroImage_text .hero-description h4,
.hero .hero-image .heroImage_text .hero-description h5,
.hero .hero_video .heroImage_text .hero-description h5,
.hero .hero-image .heroImage_text .hero-description h6,
.hero .hero_video .heroImage_text .hero-description h6,
.hero .hero-image .heroImage_text .hero-description p,
.hero .hero_video .heroImage_text .hero-description p {
  color: #FFFFFF;
}
.hero .hero-image .hero-text-container,
.hero .hero_video .hero-text-container {
  width: 683px;
  max-width: 100%;
}
.hero .hero-image .hero-text-container .heroImage-Text_Link,
.hero .hero_video .hero-text-container .heroImage-Text_Link {
  font-family: 'Montserrat';
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.14px;
  color: #fff;
  text-transform: uppercase;
  opacity: 1;
  display: inline-block;
  background-color: #A41E22;
  font-weight: 800;
  transition: .3s;
  width: 286px;
  height: 48px;
  border: 2px solid #fff;
  margin-bottom: 25px;
}
.hero .hero-image .hero-text-container .heroImage-Text_Link:hover,
.hero .hero_video .hero-text-container .heroImage-Text_Link:hover {
  background-color: #540C15;
  text-decoration: none;
}
.hero .hero-image .hero-text-container.text-bg-color-white,
.hero .hero_video .hero-text-container.text-bg-color-white {
  background-color: #FFFFFF;
  color: #060505;
}
.hero .hero-image .hero-text-container.text-bg-color-white .heroImage_text,
.hero .hero_video .hero-text-container.text-bg-color-white .heroImage_text {
  color: #060505;
}
.hero .hero-image .hero-text-container.text-bg-color-white .heroImage_text h1,
.hero .hero_video .hero-text-container.text-bg-color-white .heroImage_text h1,
.hero .hero-image .hero-text-container.text-bg-color-white .heroImage_text h2,
.hero .hero_video .hero-text-container.text-bg-color-white .heroImage_text h2,
.hero .hero-image .hero-text-container.text-bg-color-white .heroImage_text h3,
.hero .hero_video .hero-text-container.text-bg-color-white .heroImage_text h3,
.hero .hero-image .hero-text-container.text-bg-color-white .heroImage_text h4,
.hero .hero_video .hero-text-container.text-bg-color-white .heroImage_text h4,
.hero .hero-image .hero-text-container.text-bg-color-white .heroImage_text h5,
.hero .hero_video .hero-text-container.text-bg-color-white .heroImage_text h5,
.hero .hero-image .hero-text-container.text-bg-color-white .heroImage_text h6,
.hero .hero_video .hero-text-container.text-bg-color-white .heroImage_text h6,
.hero .hero-image .hero-text-container.text-bg-color-white .heroImage_text p,
.hero .hero_video .hero-text-container.text-bg-color-white .heroImage_text p {
  color: #060505;
}
.hero .hero-image .hero-text-container.text-bg-color-white .hero_eyebrowTxt,
.hero .hero_video .hero-text-container.text-bg-color-white .hero_eyebrowTxt,
.hero .hero-image .hero-text-container.text-bg-color-white .hero_title,
.hero .hero_video .hero-text-container.text-bg-color-white .hero_title,
.hero .hero-image .hero-text-container.text-bg-color-white .hero-description,
.hero .hero_video .hero-text-container.text-bg-color-white .hero-description {
  color: #060505;
}
.hero .hero-image .hero-text-container.text-bg-color-white .hero_eyebrowTxt h1,
.hero .hero_video .hero-text-container.text-bg-color-white .hero_eyebrowTxt h1,
.hero .hero-image .hero-text-container.text-bg-color-white .hero_title h1,
.hero .hero_video .hero-text-container.text-bg-color-white .hero_title h1,
.hero .hero-image .hero-text-container.text-bg-color-white .hero-description h1,
.hero .hero_video .hero-text-container.text-bg-color-white .hero-description h1,
.hero .hero-image .hero-text-container.text-bg-color-white .hero_eyebrowTxt h2,
.hero .hero_video .hero-text-container.text-bg-color-white .hero_eyebrowTxt h2,
.hero .hero-image .hero-text-container.text-bg-color-white .hero_title h2,
.hero .hero_video .hero-text-container.text-bg-color-white .hero_title h2,
.hero .hero-image .hero-text-container.text-bg-color-white .hero-description h2,
.hero .hero_video .hero-text-container.text-bg-color-white .hero-description h2,
.hero .hero-image .hero-text-container.text-bg-color-white .hero_eyebrowTxt h3,
.hero .hero_video .hero-text-container.text-bg-color-white .hero_eyebrowTxt h3,
.hero .hero-image .hero-text-container.text-bg-color-white .hero_title h3,
.hero .hero_video .hero-text-container.text-bg-color-white .hero_title h3,
.hero .hero-image .hero-text-container.text-bg-color-white .hero-description h3,
.hero .hero_video .hero-text-container.text-bg-color-white .hero-description h3,
.hero .hero-image .hero-text-container.text-bg-color-white .hero_eyebrowTxt h4,
.hero .hero_video .hero-text-container.text-bg-color-white .hero_eyebrowTxt h4,
.hero .hero-image .hero-text-container.text-bg-color-white .hero_title h4,
.hero .hero_video .hero-text-container.text-bg-color-white .hero_title h4,
.hero .hero-image .hero-text-container.text-bg-color-white .hero-description h4,
.hero .hero_video .hero-text-container.text-bg-color-white .hero-description h4,
.hero .hero-image .hero-text-container.text-bg-color-white .hero_eyebrowTxt h5,
.hero .hero_video .hero-text-container.text-bg-color-white .hero_eyebrowTxt h5,
.hero .hero-image .hero-text-container.text-bg-color-white .hero_title h5,
.hero .hero_video .hero-text-container.text-bg-color-white .hero_title h5,
.hero .hero-image .hero-text-container.text-bg-color-white .hero-description h5,
.hero .hero_video .hero-text-container.text-bg-color-white .hero-description h5,
.hero .hero-image .hero-text-container.text-bg-color-white .hero_eyebrowTxt h6,
.hero .hero_video .hero-text-container.text-bg-color-white .hero_eyebrowTxt h6,
.hero .hero-image .hero-text-container.text-bg-color-white .hero_title h6,
.hero .hero_video .hero-text-container.text-bg-color-white .hero_title h6,
.hero .hero-image .hero-text-container.text-bg-color-white .hero-description h6,
.hero .hero_video .hero-text-container.text-bg-color-white .hero-description h6,
.hero .hero-image .hero-text-container.text-bg-color-white .hero_eyebrowTxt p,
.hero .hero_video .hero-text-container.text-bg-color-white .hero_eyebrowTxt p,
.hero .hero-image .hero-text-container.text-bg-color-white .hero_title p,
.hero .hero_video .hero-text-container.text-bg-color-white .hero_title p,
.hero .hero-image .hero-text-container.text-bg-color-white .hero-description p,
.hero .hero_video .hero-text-container.text-bg-color-white .hero-description p {
  color: #060505;
}
.hero .hero-image .hero-text-container.text-bg-color-white.hcOpacity,
.hero .hero_video .hero-text-container.text-bg-color-white.hcOpacity {
  background-color: rgba(255, 255, 255, 0.8);
}
.hero .hero-image .hero-text-container.text-bg-color-black,
.hero .hero_video .hero-text-container.text-bg-color-black {
  background-color: #060505;
  color: #FFFFFF;
}
.hero .hero-image .hero-text-container.text-bg-color-black .heroImage_text,
.hero .hero_video .hero-text-container.text-bg-color-black .heroImage_text {
  color: #FFFFFF;
}
.hero .hero-image .hero-text-container.text-bg-color-black .heroImage_text h1,
.hero .hero_video .hero-text-container.text-bg-color-black .heroImage_text h1,
.hero .hero-image .hero-text-container.text-bg-color-black .heroImage_text h2,
.hero .hero_video .hero-text-container.text-bg-color-black .heroImage_text h2,
.hero .hero-image .hero-text-container.text-bg-color-black .heroImage_text h3,
.hero .hero_video .hero-text-container.text-bg-color-black .heroImage_text h3,
.hero .hero-image .hero-text-container.text-bg-color-black .heroImage_text h4,
.hero .hero_video .hero-text-container.text-bg-color-black .heroImage_text h4,
.hero .hero-image .hero-text-container.text-bg-color-black .heroImage_text h5,
.hero .hero_video .hero-text-container.text-bg-color-black .heroImage_text h5,
.hero .hero-image .hero-text-container.text-bg-color-black .heroImage_text h6,
.hero .hero_video .hero-text-container.text-bg-color-black .heroImage_text h6,
.hero .hero-image .hero-text-container.text-bg-color-black .heroImage_text p,
.hero .hero_video .hero-text-container.text-bg-color-black .heroImage_text p {
  color: #FFFFFF;
}
.hero .hero-image .hero-text-container.text-bg-color-black .hero_eyebrowTxt,
.hero .hero_video .hero-text-container.text-bg-color-black .hero_eyebrowTxt,
.hero .hero-image .hero-text-container.text-bg-color-black .hero_title,
.hero .hero_video .hero-text-container.text-bg-color-black .hero_title,
.hero .hero-image .hero-text-container.text-bg-color-black .hero-description,
.hero .hero_video .hero-text-container.text-bg-color-black .hero-description {
  color: #FFFFFF;
}
.hero .hero-image .hero-text-container.text-bg-color-black .hero_eyebrowTxt h1,
.hero .hero_video .hero-text-container.text-bg-color-black .hero_eyebrowTxt h1,
.hero .hero-image .hero-text-container.text-bg-color-black .hero_title h1,
.hero .hero_video .hero-text-container.text-bg-color-black .hero_title h1,
.hero .hero-image .hero-text-container.text-bg-color-black .hero-description h1,
.hero .hero_video .hero-text-container.text-bg-color-black .hero-description h1,
.hero .hero-image .hero-text-container.text-bg-color-black .hero_eyebrowTxt h2,
.hero .hero_video .hero-text-container.text-bg-color-black .hero_eyebrowTxt h2,
.hero .hero-image .hero-text-container.text-bg-color-black .hero_title h2,
.hero .hero_video .hero-text-container.text-bg-color-black .hero_title h2,
.hero .hero-image .hero-text-container.text-bg-color-black .hero-description h2,
.hero .hero_video .hero-text-container.text-bg-color-black .hero-description h2,
.hero .hero-image .hero-text-container.text-bg-color-black .hero_eyebrowTxt h3,
.hero .hero_video .hero-text-container.text-bg-color-black .hero_eyebrowTxt h3,
.hero .hero-image .hero-text-container.text-bg-color-black .hero_title h3,
.hero .hero_video .hero-text-container.text-bg-color-black .hero_title h3,
.hero .hero-image .hero-text-container.text-bg-color-black .hero-description h3,
.hero .hero_video .hero-text-container.text-bg-color-black .hero-description h3,
.hero .hero-image .hero-text-container.text-bg-color-black .hero_eyebrowTxt h4,
.hero .hero_video .hero-text-container.text-bg-color-black .hero_eyebrowTxt h4,
.hero .hero-image .hero-text-container.text-bg-color-black .hero_title h4,
.hero .hero_video .hero-text-container.text-bg-color-black .hero_title h4,
.hero .hero-image .hero-text-container.text-bg-color-black .hero-description h4,
.hero .hero_video .hero-text-container.text-bg-color-black .hero-description h4,
.hero .hero-image .hero-text-container.text-bg-color-black .hero_eyebrowTxt h5,
.hero .hero_video .hero-text-container.text-bg-color-black .hero_eyebrowTxt h5,
.hero .hero-image .hero-text-container.text-bg-color-black .hero_title h5,
.hero .hero_video .hero-text-container.text-bg-color-black .hero_title h5,
.hero .hero-image .hero-text-container.text-bg-color-black .hero-description h5,
.hero .hero_video .hero-text-container.text-bg-color-black .hero-description h5,
.hero .hero-image .hero-text-container.text-bg-color-black .hero_eyebrowTxt h6,
.hero .hero_video .hero-text-container.text-bg-color-black .hero_eyebrowTxt h6,
.hero .hero-image .hero-text-container.text-bg-color-black .hero_title h6,
.hero .hero_video .hero-text-container.text-bg-color-black .hero_title h6,
.hero .hero-image .hero-text-container.text-bg-color-black .hero-description h6,
.hero .hero_video .hero-text-container.text-bg-color-black .hero-description h6,
.hero .hero-image .hero-text-container.text-bg-color-black .hero_eyebrowTxt p,
.hero .hero_video .hero-text-container.text-bg-color-black .hero_eyebrowTxt p,
.hero .hero-image .hero-text-container.text-bg-color-black .hero_title p,
.hero .hero_video .hero-text-container.text-bg-color-black .hero_title p,
.hero .hero-image .hero-text-container.text-bg-color-black .hero-description p,
.hero .hero_video .hero-text-container.text-bg-color-black .hero-description p {
  color: #FFFFFF;
}
.hero .hero-image .hero-text-container.text-bg-color-black.hcOpacity,
.hero .hero_video .hero-text-container.text-bg-color-black.hcOpacity {
  background-color: rgba(0, 0, 0, 0.8);
}
.hero .hero-image .hero-text-container.text-color-tc-red .hero_eyebrowTxt,
.hero .hero_video .hero-text-container.text-color-tc-red .hero_eyebrowTxt,
.hero .hero-image .hero-text-container.text-color-tc-red .hero_title,
.hero .hero_video .hero-text-container.text-color-tc-red .hero_title,
.hero .hero-image .hero-text-container.text-color-tc-red .hero-description,
.hero .hero_video .hero-text-container.text-color-tc-red .hero-description {
  color: #a41e22 !important;
}
.hero .hero-image .hero-text-container.text-color-tc-red .hero_eyebrowTxt h1,
.hero .hero_video .hero-text-container.text-color-tc-red .hero_eyebrowTxt h1,
.hero .hero-image .hero-text-container.text-color-tc-red .hero_title h1,
.hero .hero_video .hero-text-container.text-color-tc-red .hero_title h1,
.hero .hero-image .hero-text-container.text-color-tc-red .hero-description h1,
.hero .hero_video .hero-text-container.text-color-tc-red .hero-description h1,
.hero .hero-image .hero-text-container.text-color-tc-red .hero_eyebrowTxt h2,
.hero .hero_video .hero-text-container.text-color-tc-red .hero_eyebrowTxt h2,
.hero .hero-image .hero-text-container.text-color-tc-red .hero_title h2,
.hero .hero_video .hero-text-container.text-color-tc-red .hero_title h2,
.hero .hero-image .hero-text-container.text-color-tc-red .hero-description h2,
.hero .hero_video .hero-text-container.text-color-tc-red .hero-description h2,
.hero .hero-image .hero-text-container.text-color-tc-red .hero_eyebrowTxt h3,
.hero .hero_video .hero-text-container.text-color-tc-red .hero_eyebrowTxt h3,
.hero .hero-image .hero-text-container.text-color-tc-red .hero_title h3,
.hero .hero_video .hero-text-container.text-color-tc-red .hero_title h3,
.hero .hero-image .hero-text-container.text-color-tc-red .hero-description h3,
.hero .hero_video .hero-text-container.text-color-tc-red .hero-description h3,
.hero .hero-image .hero-text-container.text-color-tc-red .hero_eyebrowTxt h4,
.hero .hero_video .hero-text-container.text-color-tc-red .hero_eyebrowTxt h4,
.hero .hero-image .hero-text-container.text-color-tc-red .hero_title h4,
.hero .hero_video .hero-text-container.text-color-tc-red .hero_title h4,
.hero .hero-image .hero-text-container.text-color-tc-red .hero-description h4,
.hero .hero_video .hero-text-container.text-color-tc-red .hero-description h4,
.hero .hero-image .hero-text-container.text-color-tc-red .hero_eyebrowTxt h5,
.hero .hero_video .hero-text-container.text-color-tc-red .hero_eyebrowTxt h5,
.hero .hero-image .hero-text-container.text-color-tc-red .hero_title h5,
.hero .hero_video .hero-text-container.text-color-tc-red .hero_title h5,
.hero .hero-image .hero-text-container.text-color-tc-red .hero-description h5,
.hero .hero_video .hero-text-container.text-color-tc-red .hero-description h5,
.hero .hero-image .hero-text-container.text-color-tc-red .hero_eyebrowTxt h6,
.hero .hero_video .hero-text-container.text-color-tc-red .hero_eyebrowTxt h6,
.hero .hero-image .hero-text-container.text-color-tc-red .hero_title h6,
.hero .hero_video .hero-text-container.text-color-tc-red .hero_title h6,
.hero .hero-image .hero-text-container.text-color-tc-red .hero-description h6,
.hero .hero_video .hero-text-container.text-color-tc-red .hero-description h6,
.hero .hero-image .hero-text-container.text-color-tc-red .hero_eyebrowTxt p,
.hero .hero_video .hero-text-container.text-color-tc-red .hero_eyebrowTxt p,
.hero .hero-image .hero-text-container.text-color-tc-red .hero_title p,
.hero .hero_video .hero-text-container.text-color-tc-red .hero_title p,
.hero .hero-image .hero-text-container.text-color-tc-red .hero-description p,
.hero .hero_video .hero-text-container.text-color-tc-red .hero-description p {
  color: #a41e22 !important;
}
.hero .hero-image .hero-text-container.text-color-tc-black .hero_eyebrowTxt,
.hero .hero_video .hero-text-container.text-color-tc-black .hero_eyebrowTxt,
.hero .hero-image .hero-text-container.text-color-tc-black .hero_title,
.hero .hero_video .hero-text-container.text-color-tc-black .hero_title,
.hero .hero-image .hero-text-container.text-color-tc-black .hero-description,
.hero .hero_video .hero-text-container.text-color-tc-black .hero-description {
  color: #000 !important;
}
.hero .hero-image .hero-text-container.text-color-tc-black .hero_eyebrowTxt h1,
.hero .hero_video .hero-text-container.text-color-tc-black .hero_eyebrowTxt h1,
.hero .hero-image .hero-text-container.text-color-tc-black .hero_title h1,
.hero .hero_video .hero-text-container.text-color-tc-black .hero_title h1,
.hero .hero-image .hero-text-container.text-color-tc-black .hero-description h1,
.hero .hero_video .hero-text-container.text-color-tc-black .hero-description h1,
.hero .hero-image .hero-text-container.text-color-tc-black .hero_eyebrowTxt h2,
.hero .hero_video .hero-text-container.text-color-tc-black .hero_eyebrowTxt h2,
.hero .hero-image .hero-text-container.text-color-tc-black .hero_title h2,
.hero .hero_video .hero-text-container.text-color-tc-black .hero_title h2,
.hero .hero-image .hero-text-container.text-color-tc-black .hero-description h2,
.hero .hero_video .hero-text-container.text-color-tc-black .hero-description h2,
.hero .hero-image .hero-text-container.text-color-tc-black .hero_eyebrowTxt h3,
.hero .hero_video .hero-text-container.text-color-tc-black .hero_eyebrowTxt h3,
.hero .hero-image .hero-text-container.text-color-tc-black .hero_title h3,
.hero .hero_video .hero-text-container.text-color-tc-black .hero_title h3,
.hero .hero-image .hero-text-container.text-color-tc-black .hero-description h3,
.hero .hero_video .hero-text-container.text-color-tc-black .hero-description h3,
.hero .hero-image .hero-text-container.text-color-tc-black .hero_eyebrowTxt h4,
.hero .hero_video .hero-text-container.text-color-tc-black .hero_eyebrowTxt h4,
.hero .hero-image .hero-text-container.text-color-tc-black .hero_title h4,
.hero .hero_video .hero-text-container.text-color-tc-black .hero_title h4,
.hero .hero-image .hero-text-container.text-color-tc-black .hero-description h4,
.hero .hero_video .hero-text-container.text-color-tc-black .hero-description h4,
.hero .hero-image .hero-text-container.text-color-tc-black .hero_eyebrowTxt h5,
.hero .hero_video .hero-text-container.text-color-tc-black .hero_eyebrowTxt h5,
.hero .hero-image .hero-text-container.text-color-tc-black .hero_title h5,
.hero .hero_video .hero-text-container.text-color-tc-black .hero_title h5,
.hero .hero-image .hero-text-container.text-color-tc-black .hero-description h5,
.hero .hero_video .hero-text-container.text-color-tc-black .hero-description h5,
.hero .hero-image .hero-text-container.text-color-tc-black .hero_eyebrowTxt h6,
.hero .hero_video .hero-text-container.text-color-tc-black .hero_eyebrowTxt h6,
.hero .hero-image .hero-text-container.text-color-tc-black .hero_title h6,
.hero .hero_video .hero-text-container.text-color-tc-black .hero_title h6,
.hero .hero-image .hero-text-container.text-color-tc-black .hero-description h6,
.hero .hero_video .hero-text-container.text-color-tc-black .hero-description h6,
.hero .hero-image .hero-text-container.text-color-tc-black .hero_eyebrowTxt p,
.hero .hero_video .hero-text-container.text-color-tc-black .hero_eyebrowTxt p,
.hero .hero-image .hero-text-container.text-color-tc-black .hero_title p,
.hero .hero_video .hero-text-container.text-color-tc-black .hero_title p,
.hero .hero-image .hero-text-container.text-color-tc-black .hero-description p,
.hero .hero_video .hero-text-container.text-color-tc-black .hero-description p {
  color: #000 !important;
}
.hero .hero-image .hero-text-container.text-color-tc-white .hero_eyebrowTxt,
.hero .hero_video .hero-text-container.text-color-tc-white .hero_eyebrowTxt,
.hero .hero-image .hero-text-container.text-color-tc-white .hero_title,
.hero .hero_video .hero-text-container.text-color-tc-white .hero_title,
.hero .hero-image .hero-text-container.text-color-tc-white .hero-description,
.hero .hero_video .hero-text-container.text-color-tc-white .hero-description {
  color: #fff !important;
}
.hero .hero-image .hero-text-container.text-color-tc-white .hero_eyebrowTxt h1,
.hero .hero_video .hero-text-container.text-color-tc-white .hero_eyebrowTxt h1,
.hero .hero-image .hero-text-container.text-color-tc-white .hero_title h1,
.hero .hero_video .hero-text-container.text-color-tc-white .hero_title h1,
.hero .hero-image .hero-text-container.text-color-tc-white .hero-description h1,
.hero .hero_video .hero-text-container.text-color-tc-white .hero-description h1,
.hero .hero-image .hero-text-container.text-color-tc-white .hero_eyebrowTxt h2,
.hero .hero_video .hero-text-container.text-color-tc-white .hero_eyebrowTxt h2,
.hero .hero-image .hero-text-container.text-color-tc-white .hero_title h2,
.hero .hero_video .hero-text-container.text-color-tc-white .hero_title h2,
.hero .hero-image .hero-text-container.text-color-tc-white .hero-description h2,
.hero .hero_video .hero-text-container.text-color-tc-white .hero-description h2,
.hero .hero-image .hero-text-container.text-color-tc-white .hero_eyebrowTxt h3,
.hero .hero_video .hero-text-container.text-color-tc-white .hero_eyebrowTxt h3,
.hero .hero-image .hero-text-container.text-color-tc-white .hero_title h3,
.hero .hero_video .hero-text-container.text-color-tc-white .hero_title h3,
.hero .hero-image .hero-text-container.text-color-tc-white .hero-description h3,
.hero .hero_video .hero-text-container.text-color-tc-white .hero-description h3,
.hero .hero-image .hero-text-container.text-color-tc-white .hero_eyebrowTxt h4,
.hero .hero_video .hero-text-container.text-color-tc-white .hero_eyebrowTxt h4,
.hero .hero-image .hero-text-container.text-color-tc-white .hero_title h4,
.hero .hero_video .hero-text-container.text-color-tc-white .hero_title h4,
.hero .hero-image .hero-text-container.text-color-tc-white .hero-description h4,
.hero .hero_video .hero-text-container.text-color-tc-white .hero-description h4,
.hero .hero-image .hero-text-container.text-color-tc-white .hero_eyebrowTxt h5,
.hero .hero_video .hero-text-container.text-color-tc-white .hero_eyebrowTxt h5,
.hero .hero-image .hero-text-container.text-color-tc-white .hero_title h5,
.hero .hero_video .hero-text-container.text-color-tc-white .hero_title h5,
.hero .hero-image .hero-text-container.text-color-tc-white .hero-description h5,
.hero .hero_video .hero-text-container.text-color-tc-white .hero-description h5,
.hero .hero-image .hero-text-container.text-color-tc-white .hero_eyebrowTxt h6,
.hero .hero_video .hero-text-container.text-color-tc-white .hero_eyebrowTxt h6,
.hero .hero-image .hero-text-container.text-color-tc-white .hero_title h6,
.hero .hero_video .hero-text-container.text-color-tc-white .hero_title h6,
.hero .hero-image .hero-text-container.text-color-tc-white .hero-description h6,
.hero .hero_video .hero-text-container.text-color-tc-white .hero-description h6,
.hero .hero-image .hero-text-container.text-color-tc-white .hero_eyebrowTxt p,
.hero .hero_video .hero-text-container.text-color-tc-white .hero_eyebrowTxt p,
.hero .hero-image .hero-text-container.text-color-tc-white .hero_title p,
.hero .hero_video .hero-text-container.text-color-tc-white .hero_title p,
.hero .hero-image .hero-text-container.text-color-tc-white .hero-description p,
.hero .hero_video .hero-text-container.text-color-tc-white .hero-description p {
  color: #fff !important;
}
@media (max-width: 767px) {
  .hero .hero-image img {
    height: 35vh;
  }
}
@media (max-width: 767px) {
  .hero .hero_Imagecomponent .hero-image {
    height: 35vh;
  }
  .hero .hero_Imagecomponent .hero-image .hero-text-container {
    position: absolute !important;
    bottom: 0px !important;
  }
  .hero .hero_Imagecomponent .hero-image .show-img {
    top: 35%;
    height: 11.5vh;
  }
  .hero .hero-image .hero-text-container.text-bg-color-white.hcOpacity {
    background-color: #fff;
  }
}
.hero {
  /*@media only screen and (min-device-width: 668px) and (max-device-width: 736px) and (orientation: landscape) {
        .mobile-video-cnt {
            .hero_video {
                .hero-video-overlay {
                    top: 432px;
                    position: relative;
                }
            }
        }
       }*/
}
.hero .hero_video {
  max-height: 80vh;
}
.hero .hero_video video {
  max-height: 80vh;
}
.hero .hero_video .hero-text-container .hero-description {
  padding-bottom: 0;
}
.hero .hero_video .playWrapper .playBtn {
  z-index: 2;
}
@media (max-width: 767px) {
  .hero .hero_video .playWrapper .playBtn {
    z-index: 9;
    top: -400px;
  }
}
.hero.hero-bg-img-padding .hero-image {
  /*.hero-text-container {
				.hero_title {
					display: inline;
				    padding: 10px 10px 0;
				}
				&.text-bg-color-white {
					background-color: transparent;
					.hero_title {
						background-color: #fff;
					}
					&.hcOpacity {
						.hero_title {
							background-color:rgba(255, 255, 255, 0.8);
						}
					}
				}
				&.text-bg-color-black {
					background-color: transparent;
					.hero_title {
						background-color: #000;
					}
					&.hcOpacity {
						.hero_title {
							background-color:rgba(0, 0, 0, 0.8);
						}
					}
				}
			}*/
}
.hero.hero-bg-img-padding .hero-image > img {
  position: absolute;
}
@media (min-width: 3500px) {
  .hero.hero-bg-img-padding .hero-image > img {
    top: 360px;
  }
}
@media (max-width: 3499px) {
  .hero.hero-bg-img-padding .hero-image > img {
    top: 310px;
  }
}
@media (max-width: 2500px) {
  .hero.hero-bg-img-padding .hero-image > img {
    top: 250px;
  }
}
@media (max-width: 2000px) {
  .hero.hero-bg-img-padding .hero-image > img {
    top: 180px;
  }
}
@media (max-width: 1599px) {
  .hero.hero-bg-img-padding .hero-image > img {
    top: 120px;
  }
}
@media (max-width: 1300px) {
  .hero.hero-bg-img-padding .hero-image > img {
    top: 120px;
  }
}
@media (max-width: 992px) {
  .hero.hero-bg-img-padding .hero-image > img {
    top: 80px;
  }
}
@media (max-width: 767px) {
  .hero.hero-bg-img-padding .hero-image > img {
    top: 40px;
  }
}
@media (max-width: 767px) {
  .hero .mobile-video-cnt .hero_video {
    min-height: 440px;
  }
  .hero .mobile-video-cnt .hero_video .hero-video-overlay {
    top: 225px;
    position: relative;
  }
  .hero .mobile-video-cnt #bgvideo {
    top: 0;
    position: absolute;
    height: 225px;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .hero .mobile-video-cnt .hero_video .hero-video-overlay {
    top: 250px;
    position: relative;
  }
  .hero .mobile-video-cnt #bgvideo {
    top: 0;
    position: absolute;
    height: 250px;
  }
}
@media only screen and (min-device-width: 559px) and (max-device-width: 667px) and (orientation: landscape) {
  .hero .mobile-video-cnt .hero_video .hero-video-overlay {
    position: relative;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .hero .mobile-video-cnt #bgvideo {
    top: 33px;
    position: relative;
  }
}
.hero.hero-content-large .hero-text-container {
  width: 900px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .hero.hero-content-large .hero-text-container {
    left: 0px !important;
  }
}
.hero.hero-content-large .hero-text-container.text-bg-color-black {
  background-color: rgba(0, 0, 0, 0.8);
  padding-bottom: 0;
  margin-bottom: 20px;
}
.hero.hero-content-large .hero-text-container .heroImage_text .hero_eyebrowTxt {
  font-size: 26px;
}
@media (max-width: 1024px) {
  .hero.hero-content-large .hero-text-container .heroImage_text .hero_eyebrowTxt {
    font-size: 18px;
  }
}
.hero.hero-content-large .hero-text-container .heroImage_text .hero_title {
  font-size: 85px;
}
@media (max-width: 1024px) {
  .hero.hero-content-large .hero-text-container .heroImage_text .hero_title {
    font-size: 48px;
    line-height: 1;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .hero.hero-content-large .hero-text-container .heroImage_text .hero_title {
    padding-top: 0px;
  }
}
.hero.hero-content-large .hero-text-container .heroImage_text .hero-description {
  font-size: 16px;
}
@media (max-width: 1024px) {
  .hero.hero-content-large .hero-text-container .heroImage_text .hero-description {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .hero.hero-content-large .hero-text-container .heroImage_text .hero-description {
    padding-bottom: 0px;
  }
}
.hero.hero-content-large .hero_video .hero-text-container.text-bg-color-black {
  padding: 20px 20px 1px;
  margin: 0;
  bottom: 70px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .hero.hero-content-large .hero_video .hero-text-container.text-bg-color-black {
    margin-bottom: 31px;
  }
}
.hero.hero-content-large .hero_video .hero-text-container.text-bg-color-black div.hero_title {
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .hero.hero-content-large.hero-text-container-bottom .hero-text-container {
    bottom: 0% !important;
    margin-bottom: 0px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .hero.hero-content-large.hero-text-container-top .hero-text-container {
    top: 0% !important;
  }
}
@media (max-width: 767px) {
  .hero.hero-content-bottom .hero-text-container {
    position: relative;
    top: 0;
    left: auto !important;
    transform: unset !important;
    text-align: center !important;
  }
  .hero.hero-content-bottom .hero-text-container h1,
  .hero.hero-content-bottom .hero-text-container h2,
  .hero.hero-content-bottom .hero-text-container h3,
  .hero.hero-content-bottom .hero-text-container h4,
  .hero.hero-content-bottom .hero-text-container h5,
  .hero.hero-content-bottom .hero-text-container h6,
  .hero.hero-content-bottom .hero-text-container p {
    text-align: center !important;
  }
}
.hero.hero-content-bottom .hero-text-container .heroImage_text .hero_title {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .hero.hero-content-bottom.hero-content-left .hero-text-container {
    text-align: center !important;
    left: auto !important;
  }
  .hero.hero-content-bottom.hero-content-left .hero-text-container h1,
  .hero.hero-content-bottom.hero-content-left .hero-text-container h2,
  .hero.hero-content-bottom.hero-content-left .hero-text-container h3,
  .hero.hero-content-bottom.hero-content-left .hero-text-container h4,
  .hero.hero-content-bottom.hero-content-left .hero-text-container h5,
  .hero.hero-content-bottom.hero-content-left .hero-text-container h6,
  .hero.hero-content-bottom.hero-content-left .hero-text-container p {
    text-align: center !important;
  }
  .hero.hero-content-bottom.hero-content-center .hero-text-container {
    text-align: center !important;
    left: auto !important;
  }
  .hero.hero-content-bottom.hero-content-center .hero-text-container h1,
  .hero.hero-content-bottom.hero-content-center .hero-text-container h2,
  .hero.hero-content-bottom.hero-content-center .hero-text-container h3,
  .hero.hero-content-bottom.hero-content-center .hero-text-container h4,
  .hero.hero-content-bottom.hero-content-center .hero-text-container h5,
  .hero.hero-content-bottom.hero-content-center .hero-text-container h6,
  .hero.hero-content-bottom.hero-content-center .hero-text-container p {
    text-align: center !important;
  }
  .hero.hero-content-bottom.hero-content-right .hero-text-container {
    text-align: center !important;
    left: auto !important;
  }
  .hero.hero-content-bottom.hero-content-right .hero-text-container h1,
  .hero.hero-content-bottom.hero-content-right .hero-text-container h2,
  .hero.hero-content-bottom.hero-content-right .hero-text-container h3,
  .hero.hero-content-bottom.hero-content-right .hero-text-container h4,
  .hero.hero-content-bottom.hero-content-right .hero-text-container h5,
  .hero.hero-content-bottom.hero-content-right .hero-text-container h6,
  .hero.hero-content-bottom.hero-content-right .hero-text-container p {
    text-align: center !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .hero.hero-content-top .hero-text-container {
    /*  top: -20px !important; */
    transform: unset !important;
  }
}
@media (max-width: 767px) {
  .hero.hero-content-top .hero-text-container {
    position: absolute !important;
    /* top: -30px !important;  */
    left: 0px !important;
    bottom: 0px !important;
    transform: unset !important;
    padding: 16px !important;
  }
}
@media (max-width: 767px) {
  .hero.hero-text-container-middle.hero-text-container-left .hero-text-container {
    transform: unset !important;
  }
}
@media (max-width: 767px) {
  .hero.hero-text-container-middle.hero-text-container-right .hero-text-container {
    transform: unset !important;
  }
}
@media (max-width: 767px) {
  .hero.hero-text-container-middle.hero-text-container-center .hero-text-container {
    transform: unset !important;
  }
}
.hero.hero-image-opacity .hero-image {
  position: relative;
}
.hero.hero-image-opacity .hero-image:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.7), transparent);
  left: 0;
  top: 0;
  z-index: 0;
}
@media (max-width: 600px) {
  .hero.hero-image-opacity .hero-image:before {
    height: 0;
    background: none;
  }
}
.hero.hero-bg-black {
  background: #000;
}
.hero.hero-bg-white {
  background: #fff;
}
.hero.hero-bg-bermuda-gray {
  background: #708eaa;
}
.hero.hero-bg-dark-muted-orange {
  background: #ce704c;
}
.hero.hero-bg-quill-gray {
  background: #dbdad8;
}
.hero.hero-bg-hemlock {
  background: #616940;
}
.hero.hero-bg-muted-orange {
  background: #d4724b;
}
.hero.hero-bg-san-marino {
  background: #4e6da6;
}
.hero.hero-content-left .hero-text-container h1,
.hero.hero-content-left .hero-text-container h2,
.hero.hero-content-left .hero-text-container h3,
.hero.hero-content-left .hero-text-container h4,
.hero.hero-content-left .hero-text-container h5,
.hero.hero-content-left .hero-text-container h6 {
  text-align: left;
}
.hero.hero-content-center .hero-text-container h1,
.hero.hero-content-center .hero-text-container h2,
.hero.hero-content-center .hero-text-container h3,
.hero.hero-content-center .hero-text-container h4,
.hero.hero-content-center .hero-text-container h5,
.hero.hero-content-center .hero-text-container h6 {
  text-align: center;
}
.hero.hero-content-right .hero-text-container h1,
.hero.hero-content-right .hero-text-container h2,
.hero.hero-content-right .hero-text-container h3,
.hero.hero-content-right .hero-text-container h4,
.hero.hero-content-right .hero-text-container h5,
.hero.hero-content-right .hero-text-container h6 {
  text-align: right;
}
.hero h1 {
  font-size: 85px !important;
}
@media (max-width: 1024px) {
  .hero h1 {
    font-size: 48px !important;
  }
}
.hero h2 {
  font-size: 65px !important;
}
@media (max-width: 1024px) {
  .hero h2 {
    font-size: 38px !important;
  }
}
.hero h3 {
  font-size: 50px !important;
}
@media (max-width: 1024px) {
  .hero h3 {
    font-size: 24px !important;
  }
}
.hero h4 {
  font-size: 20px !important;
}
@media (max-width: 1024px) {
  .hero h4 {
    font-size: 14px !important;
  }
}
.hero h5 {
  font-size: 25px !important;
}
@media (max-width: 1024px) {
  .hero h5 {
    font-size: 16px !important;
  }
}
.hero h6 {
  font-size: 14px !important;
}
.hero .hero-overlap-container {
  padding: 20px;
  position: relative;
  margin-top: -70px !important;
  max-width: 712px !important;
}
@media (max-width: 1024px) {
  .hero .hero-overlap-container {
    margin-top: -45px !important;
  }
}
.hero .hero-overlap-container .title .cmp-title .head-width .cmp-title__text {
  background-color: rgba(0, 0, 0, 0.8);
}
.hero .hero-overlap-container.text-bg-color-white .title .cmp-title .head-width .cmp-title__text {
  background-color: rgba(255, 255, 255, 0.8);
  color: #060505;
}
.hero .hero-overlap-container.text-bg-color-black .title .cmp-title .head-width .cmp-title__text {
  background-color: rgba(0, 0, 0, 0.8);
  color: #FFFFFF;
}
.hero.bg-align-with-text.hero-text-container-left .hero_Imagecomponent .hero-image .hero-text-container,
.hero.bg-align-with-text.hero-text-container-left .hero_video .hero-text-container {
  left: 0%;
  width: auto;
  margin: 0;
}
.hero.bg-align-with-text.hero-text-container-left .hero_Imagecomponent .hero-image .hero-text-container .hero_title,
.hero.bg-align-with-text.hero-text-container-left .hero_video .hero-text-container .hero_title,
.hero.bg-align-with-text.hero-text-container-left .hero_Imagecomponent .hero-image .hero-text-container .hero-description,
.hero.bg-align-with-text.hero-text-container-left .hero_video .hero-text-container .hero-description {
  margin: 0;
  padding: 0;
}
.hero.bg-align-with-text.hero-text-container-right .hero_Imagecomponent .hero-image .hero-text-container,
.hero.bg-align-with-text.hero-text-container-right .hero_video .hero-text-container {
  right: 0%;
  width: auto;
  margin: 0;
  left: unset !important;
}
.hero.bg-align-with-text.hero-text-container-right .hero_Imagecomponent .hero-image .hero-text-container .hero_title,
.hero.bg-align-with-text.hero-text-container-right .hero_video .hero-text-container .hero_title,
.hero.bg-align-with-text.hero-text-container-right .hero_Imagecomponent .hero-image .hero-text-container .hero-description,
.hero.bg-align-with-text.hero-text-container-right .hero_video .hero-text-container .hero-description {
  margin: 0;
  padding: 0;
}
.hero.bg-align-with-text.hero-text-container-top.hero-text-container-left .hero-text-container {
  top: 14%;
  left: 0%;
  width: auto;
  margin: 0;
}
.hero.bg-align-with-text.hero-text-container-top.hero-text-container-left .hero-text-container .hero_title,
.hero.bg-align-with-text.hero-text-container-top.hero-text-container-left .hero-text-container .hero-description {
  margin: 0;
  padding: 0;
}
.hero.bg-align-with-text.hero-text-container-top.hero-text-container-right .hero-text-container {
  top: 14%;
  right: 0%;
  width: auto;
  margin: 0;
  left: unset !important;
}
.hero.bg-align-with-text.hero-text-container-top.hero-text-container-right .hero-text-container .hero_title,
.hero.bg-align-with-text.hero-text-container-top.hero-text-container-right .hero-text-container .hero-description {
  margin: 0;
  padding: 0;
}
.hero.bg-align-with-text.hero-text-container-middle.hero-text-container-left .hero-text-container {
  transform: translateY(50%);
  bottom: 50%;
  left: 0%;
  width: auto;
  margin: 0;
}
.hero.bg-align-with-text.hero-text-container-middle.hero-text-container-left .hero-text-container .hero_title,
.hero.bg-align-with-text.hero-text-container-middle.hero-text-container-left .hero-text-container .hero-description {
  margin: 0;
  padding: 0;
}
.hero.bg-align-with-text.hero-text-container-middle.hero-text-container-right .hero-text-container {
  transform: translateY(50%);
  bottom: 50%;
  right: 0%;
  width: auto;
  margin: 0;
  left: unset !important;
}
.hero.bg-align-with-text.hero-text-container-middle.hero-text-container-right .hero-text-container .hero_title,
.hero.bg-align-with-text.hero-text-container-middle.hero-text-container-right .hero-text-container .hero-description {
  margin: 0;
  padding: 0;
}
.hero.bg-align-with-text.hero-text-container-bottom.hero-text-container-left .hero-text-container {
  bottom: 10% !important;
  left: 0;
}
.hero.bg-align-with-text.hero-text-container-bottom.hero-text-container-right .hero-text-container {
  bottom: 10% !important;
}
.hero.text-bg-color-within-text .hero-overlap-container .title .cmp-title .head-width .cmp-title__text {
  background-color: unset !important;
}
.hero.text-bg-color-within-text .hero-overlap-container .title .cmp-title .head-width .cmp-title__text .cmp-title-heading {
  background-color: rgba(0, 0, 0, 0.8) !important;
  padding: 10px 10px 5px 10px;
}
.hero.text-bg-color-within-text .hero-overlap-container.text-bg-color-white .title .cmp-title .head-width .cmp-title__text {
  background-color: unset !important;
}
.hero.text-bg-color-within-text .hero-overlap-container.text-bg-color-white .title .cmp-title .head-width .cmp-title__text .cmp-title-heading {
  background-color: rgba(255, 255, 255, 0.8) !important;
  padding: 10px 10px 5px 10px;
}
.hero.text-bg-color-within-text .hero-overlap-container.text-bg-color-black .title .cmp-title .head-width .cmp-title__text {
  background-color: unset !important;
}
.hero.text-bg-color-within-text .hero-overlap-container.text-bg-color-black .title .cmp-title .head-width .cmp-title__text .cmp-title-heading {
  background-color: rgba(0, 0, 0, 0.8) !important;
  padding: 10px 10px 5px 10px;
}
@media (max-width: 500px) {
  .hero-youtube-video #player0 {
    width: 100% !important;
    height: 300px !important;
  }
}
@media (min-width: 501px) and (max-width: 900px) {
  .hero-youtube-video #player0 {
    width: 100% !important;
    height: 500px !important;
  }
}
@media (min-width: 768px) {
  .hero-bg-img-padding.hero-content-large .hero-text-container {
    background-color: transparent !important;
  }
  .hero-bg-img-padding.hero-content-large .hero-text-container .heroImage_text {
    display: inline-block;
  }
  .hero-bg-img-padding.hero-content-large .hero-text-container h1 {
    padding: 8px 5px 0;
    line-height: 1;
  }
  .hero-bg-img-padding.hero-content-large .hero-text-container.text-bg-color-white .heroImage_text h1,
  .hero-bg-img-padding.hero-content-large .hero-text-container.text-bg-color-white .heroImage_text h2,
  .hero-bg-img-padding.hero-content-large .hero-text-container.text-bg-color-white .heroImage_text h3,
  .hero-bg-img-padding.hero-content-large .hero-text-container.text-bg-color-white .heroImage_text h4,
  .hero-bg-img-padding.hero-content-large .hero-text-container.text-bg-color-white .heroImage_text h5,
  .hero-bg-img-padding.hero-content-large .hero-text-container.text-bg-color-white .heroImage_text h6,
  .hero-bg-img-padding.hero-content-large .hero-text-container.text-bg-color-white .heroImage_text p {
    background-color: #FFFFFF;
  }
  .hero-bg-img-padding.hero-content-large .hero-text-container.text-bg-color-white.hcOpacity h1,
  .hero-bg-img-padding.hero-content-large .hero-text-container.text-bg-color-white.hcOpacity h2,
  .hero-bg-img-padding.hero-content-large .hero-text-container.text-bg-color-white.hcOpacity h3,
  .hero-bg-img-padding.hero-content-large .hero-text-container.text-bg-color-white.hcOpacity h4,
  .hero-bg-img-padding.hero-content-large .hero-text-container.text-bg-color-white.hcOpacity h5,
  .hero-bg-img-padding.hero-content-large .hero-text-container.text-bg-color-white.hcOpacity h6,
  .hero-bg-img-padding.hero-content-large .hero-text-container.text-bg-color-white.hcOpacity p {
    background-color: rgba(255, 255, 255, 0.8);
  }
  .hero-bg-img-padding.hero-content-large .hero-text-container.text-bg-color-black .heroImage_text h1,
  .hero-bg-img-padding.hero-content-large .hero-text-container.text-bg-color-black .heroImage_text h2,
  .hero-bg-img-padding.hero-content-large .hero-text-container.text-bg-color-black .heroImage_text h3,
  .hero-bg-img-padding.hero-content-large .hero-text-container.text-bg-color-black .heroImage_text h4,
  .hero-bg-img-padding.hero-content-large .hero-text-container.text-bg-color-black .heroImage_text h5,
  .hero-bg-img-padding.hero-content-large .hero-text-container.text-bg-color-black .heroImage_text h6,
  .hero-bg-img-padding.hero-content-large .hero-text-container.text-bg-color-black .heroImage_text p {
    background-color: #060505;
  }
  .hero-bg-img-padding.hero-content-large .hero-text-container.text-bg-color-black.hcOpacity h1,
  .hero-bg-img-padding.hero-content-large .hero-text-container.text-bg-color-black.hcOpacity h2,
  .hero-bg-img-padding.hero-content-large .hero-text-container.text-bg-color-black.hcOpacity h3,
  .hero-bg-img-padding.hero-content-large .hero-text-container.text-bg-color-black.hcOpacity h4,
  .hero-bg-img-padding.hero-content-large .hero-text-container.text-bg-color-black.hcOpacity h5,
  .hero-bg-img-padding.hero-content-large .hero-text-container.text-bg-color-black.hcOpacity h6,
  .hero-bg-img-padding.hero-content-large .hero-text-container.text-bg-color-black.hcOpacity p {
    background-color: rgba(0, 0, 0, 0.8);
  }
}
@media (max-width: 767px) {
  .hero-bg-img-padding.hero-content-large .hero-text-container {
    padding: 5px 2px;
  }
  .hero-bg-img-padding.hero-content-large .hero-text-container h1,
  .hero-bg-img-padding.hero-content-large .hero-text-container h2,
  .hero-bg-img-padding.hero-content-large .hero-text-container h3,
  .hero-bg-img-padding.hero-content-large .hero-text-container h4,
  .hero-bg-img-padding.hero-content-large .hero-text-container h5,
  .hero-bg-img-padding.hero-content-large .hero-text-container h6,
  .hero-bg-img-padding.hero-content-large .hero-text-container p {
    margin-bottom: 0;
    margin-top: 5px;
  }
}

.h5-white {
  font-family: 'Liberator', serif;
  font-weight: 900;
  font-size: 24px;
}
@media (max-width: 992px) {
  .h5-white {
    font-size: 16px;
  }
}
.h1-black {
  font-family: 'Liberator', serif;
  font-size: 85px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .h1-black {
    font-size: 48px;
  }
}
.h2-black {
  font-family: 'Liberator', serif;
  font-weight: 900;
  font-size: 65px;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .h2-black {
    font-size: 38px;
  }
}
.h3-white {
  font-family: 'Liberator', serif;
  font-weight: 900;
  font-size: 50px;
  color: #000;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .h3-white {
    font-size: 24px;
  }
}
.h4-black {
  font-family: 'Montserrat';
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
}
@media (max-width: 992px) {
  .h4-black {
    font-size: 14px;
  }
}
.h5-white {
  font-family: 'Liberator', serif;
  font-weight: 900;
  font-size: 24px;
  color: #000;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .h5-white {
    font-size: 16px;
  }
}
.h6-black {
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .h6-black {
    font-size: 14px;
  }
}
.text-large,
.text-small,
.text-medium {
  font-family: "Open Sans";
  color: #000;
}
.text-md {
  font-family: "Open Sans";
  color: #fff;
}
.herolist .image-carousel .owl-row .owl-columns .owl-item .container .carousel-info.s-1 a .c_button {
  border: 2px solid #ffffff;
  background-color: #a41e22;
  font-family: "Montserrat";
  font-weight: 800;
  font-size: 14px;
  color: #fff;
  border-radius: 0;
  text-transform: uppercase;
}
.herolist .owl-stage-outer {
  padding-top: 54px;
}
.herolist .image-carousel .carousel-control-prev {
  background: transparent;
  top: 43%;
  left: 1rem;
}
@media (max-width: 767px) {
  .herolist .image-carousel .carousel-control-prev {
    top: 25%;
  }
}
.herolist .image-carousel .carousel-control-prev .fa::before {
  font-size: 4rem;
  color: #A41E22;
}
.herolist .image-carousel .carousel-control-next {
  background: transparent;
  top: 43%;
  right: 1rem;
}
@media (max-width: 767px) {
  .herolist .image-carousel .carousel-control-next {
    top: 25%;
  }
}
.herolist .image-carousel .carousel-control-next .fa::before {
  font-size: 4rem;
  color: #A41E22;
}
.herolist .image-carousel .owl-row .owl-columns .owl-item .container .carousel-info.s-1 {
  width: auto;
  height: auto;
  position: absolute;
  top: 15%;
  left: 5%;
  z-index: 1;
  text-align: left;
  background-color: rgba(6, 5, 5, 0.75);
  padding: 30px;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .herolist .image-carousel .owl-row .owl-columns .owl-item .container .carousel-info.s-1 {
    width: 50%;
    top: 7%;
    left: 8%;
  }
}
@media (max-width: 767px) {
  .herolist .image-carousel .owl-row .owl-columns .owl-item .container .carousel-info.s-1 {
    width: 80%;
    height: 277px;
    position: relative;
    top: -20px;
    background-color: #060505;
    padding: 15px 16px 0;
    left: 0;
    margin: 0 auto;
  }
}
.herolist .image-carousel .owl-row .owl-columns .owl-item .container .carousel-info.s-1 img {
  margin: 0 auto;
}
.herolist .image-carousel .owl-row .owl-columns .owl-item .container .carousel-info.s-1 .c_title {
  font-family: "Montserrat";
  font-weight: 900;
  font-size: 20px;
  color: #fff;
  margin-top: 20px;
  text-align: left;
}
@media (max-width: 1024px) {
  .herolist .image-carousel .owl-row .owl-columns .owl-item .container .carousel-info.s-1 .c_title {
    font-size: 14px;
  }
}
.herolist .image-carousel .owl-row .owl-columns .owl-item .container .carousel-info.s-1 .c_description {
  font-family: "Open Sans";
  font-weight: normal;
  color: #fff;
  margin-top: 15px;
  font-size: 16px;
  text-align: left;
  width: 100%;
}
.herolist .image-carousel .owl-row .owl-columns .owl-item .container .carousel-info.s-1 .c_description p {
  color: #fff;
  text-align: left;
}
.herolist .image-carousel .owl-row .owl-columns .owl-item .container .carousel-info.s-1 .c_description h1,
.herolist .image-carousel .owl-row .owl-columns .owl-item .container .carousel-info.s-1 .c_description h2,
.herolist .image-carousel .owl-row .owl-columns .owl-item .container .carousel-info.s-1 .c_description h3,
.herolist .image-carousel .owl-row .owl-columns .owl-item .container .carousel-info.s-1 .c_description h4,
.herolist .image-carousel .owl-row .owl-columns .owl-item .container .carousel-info.s-1 .c_description h5,
.herolist .image-carousel .owl-row .owl-columns .owl-item .container .carousel-info.s-1 .c_description h6 {
  margin-bottom: 0px;
  color: #fff;
  text-align: left;
}
@media (max-width: 1024px) {
  .herolist .image-carousel .owl-row .owl-columns .owl-item .container .carousel-info.s-1 .c_description {
    font-size: 14px;
  }
}
.herolist .image-carousel .owl-row .owl-columns .owl-item .container .carousel-info.s-1 a {
  display: block;
  text-align: left;
}
.herolist .image-carousel .owl-row .owl-columns .owl-item .container .carousel-info.s-1 a:hover {
  text-decoration: none;
}
.herolist .image-carousel .owl-row .owl-columns .owl-item .container .carousel-info.s-1 a .c_button {
  width: 290px;
  padding: 12px 0;
  position: relative;
  bottom: 0;
  display: inline-block;
  margin: 0px;
  min-height: 48px;
  height: auto;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .herolist .image-carousel .owl-row .owl-columns .owl-item .container .carousel-info.s-1 a .c_button {
    left: 0px;
  }
}
@media (max-width: 767px) {
  .herolist .image-carousel .owl-row .owl-columns .owl-item .container .carousel-info.s-1 a .c_button {
    left: 0px;
    height: auto !important;
    width: 248px;
  }
}
.herolist .image-carousel .owl-row .owl-columns .owl-item .container .carousel-info.s-1 a .c_button:hover {
  background-color: #540c15;
  border: 2px solid #ffffff;
  color: #fff;
}
.herolist .image-carousel .owl-row .owl-columns .owl-item .container .carousel-info.s-1 a .c_button .fa {
  display: none;
}
.herolist .image-carousel .owl-row .owl-columns .fds {
  text-align: center;
  position: relative;
  z-index: 1;
  background: transparent linear-gradient(180deg, transparent 0 0, #000000 100%) 0 0 no-repeat padding-box;
  padding: 24px 0px;
}
@media (max-width: 767px) {
  .herolist .image-carousel .owl-row .owl-columns .fds {
    padding: 0 0 24px 0;
  }
}
.herolist .image-carousel .owl-row .owl-columns .fds .data-box1 {
  display: inline-block;
  border: 2px solid #296d98;
  margin: 0 30px;
  text-align: left;
  width: 320px;
  min-height: 50px;
  height: 100%;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .herolist .image-carousel .owl-row .owl-columns .fds .data-box1 {
    width: 202px;
    margin: 0 20px;
  }
}
@media (max-width: 767px) {
  .herolist .image-carousel .owl-row .owl-columns .fds .data-box1 {
    border: none;
    width: 170px;
    margin: 0px auto;
  }
}
.herolist .image-carousel .owl-row .owl-columns .fds .data-box1 .c_button1 {
  display: flex;
  flex-direction: column;
  color: #fff;
  font-weight: 900;
  transition: .3s;
  width: 100%;
}
.herolist .image-carousel .owl-row .owl-columns .fds .data-box1 .c_button1:hover {
  background-color: #296d98;
  text-decoration: none;
}
.herolist .image-carousel .owl-row .owl-columns .fds .data-box1 .c_button1 .c-button_text1 {
  vertical-align: middle;
  font-weight: 900;
  display: flex;
  align-items: center;
  text-align: center;
  line-height: 22px;
}
@media (max-width: 767px) {
  .herolist .image-carousel .owl-row .owl-columns .fds .data-box1 .c_button1 .c-button_text1 {
    flex-direction: column;
  }
}
.herolist .image-carousel .owl-row .owl-columns .fds .data-box1 .c_button1 .c-button_text1 img {
  position: relative;
  top: -3px;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .herolist .image-carousel .owl-row .owl-columns .fds .data-box1 .c_button1 .c-button_text1 img {
    padding: 0px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .herolist .image-carousel .owl-row .owl-columns .fds .data-box1 .c_button1 .c-button_text1 img {
    height: 50px;
  }
}
.herolist .image-carousel .owl-row .owl-columns .fds .data-box1 .c_button1 .c-button_text1 span {
  font-family: 'Liberator', serif;
  font-size: 20px;
  font-weight: 800;
}
@media (max-width: 1024px) and (min-width: 300px) {
  .herolist .image-carousel .owl-row .owl-columns .fds .data-box1 .c_button1 .c-button_text1 span {
    font-size: 14px;
  }
}
.herolist.herolistcontent-left .image-carousel .owl-row .owl-columns .owl-item .container .carousel-info.s-1 {
  text-align: left;
}
@media (max-width: 767px) {
  .herolist.herolistcontent-left .image-carousel .owl-row .owl-columns .owl-item .container .carousel-info.s-1 {
    text-align: center;
  }
}
.herolist.herolistcontent-left .image-carousel .owl-row .owl-columns .owl-item .container .carousel-info.s-1 .c_title {
  text-align: left;
}
@media (max-width: 767px) {
  .herolist.herolistcontent-left .image-carousel .owl-row .owl-columns .owl-item .container .carousel-info.s-1 .c_title {
    text-align: center;
  }
}
.herolist.herolistcontent-left .image-carousel .owl-row .owl-columns .owl-item .container .carousel-info.s-1 .c_description p {
  text-align: left;
}
@media (max-width: 767px) {
  .herolist.herolistcontent-left .image-carousel .owl-row .owl-columns .owl-item .container .carousel-info.s-1 .c_description p {
    text-align: center;
  }
}
.herolist.herolistcontent-left .image-carousel .owl-row .owl-columns .owl-item .container .carousel-info.s-1 .c_description h1,
.herolist.herolistcontent-left .image-carousel .owl-row .owl-columns .owl-item .container .carousel-info.s-1 .c_description h2,
.herolist.herolistcontent-left .image-carousel .owl-row .owl-columns .owl-item .container .carousel-info.s-1 .c_description h3,
.herolist.herolistcontent-left .image-carousel .owl-row .owl-columns .owl-item .container .carousel-info.s-1 .c_description h4,
.herolist.herolistcontent-left .image-carousel .owl-row .owl-columns .owl-item .container .carousel-info.s-1 .c_description h5,
.herolist.herolistcontent-left .image-carousel .owl-row .owl-columns .owl-item .container .carousel-info.s-1 .c_description h6 {
  text-align: left;
}
@media (max-width: 767px) {
  .herolist.herolistcontent-left .image-carousel .owl-row .owl-columns .owl-item .container .carousel-info.s-1 .c_description h1,
  .herolist.herolistcontent-left .image-carousel .owl-row .owl-columns .owl-item .container .carousel-info.s-1 .c_description h2,
  .herolist.herolistcontent-left .image-carousel .owl-row .owl-columns .owl-item .container .carousel-info.s-1 .c_description h3,
  .herolist.herolistcontent-left .image-carousel .owl-row .owl-columns .owl-item .container .carousel-info.s-1 .c_description h4,
  .herolist.herolistcontent-left .image-carousel .owl-row .owl-columns .owl-item .container .carousel-info.s-1 .c_description h5,
  .herolist.herolistcontent-left .image-carousel .owl-row .owl-columns .owl-item .container .carousel-info.s-1 .c_description h6 {
    text-align: center;
  }
}
.herolist.herolistcontent-left .image-carousel .owl-row .owl-columns .owl-item .container .carousel-info.s-1 a {
  text-align: left;
}
@media (max-width: 767px) {
  .herolist.herolistcontent-left .image-carousel .owl-row .owl-columns .owl-item .container .carousel-info.s-1 a {
    text-align: center;
  }
}
.herolist.herolistcontent-right .image-carousel .owl-row .owl-columns .owl-item .container .carousel-info.s-1 {
  text-align: right;
}
@media (max-width: 767px) {
  .herolist.herolistcontent-right .image-carousel .owl-row .owl-columns .owl-item .container .carousel-info.s-1 {
    text-align: center;
  }
}
.herolist.herolistcontent-right .image-carousel .owl-row .owl-columns .owl-item .container .carousel-info.s-1 .c_title {
  text-align: right;
}
@media (max-width: 767px) {
  .herolist.herolistcontent-right .image-carousel .owl-row .owl-columns .owl-item .container .carousel-info.s-1 .c_title {
    text-align: center;
  }
}
.herolist.herolistcontent-right .image-carousel .owl-row .owl-columns .owl-item .container .carousel-info.s-1 .c_description p {
  text-align: right;
}
@media (max-width: 767px) {
  .herolist.herolistcontent-right .image-carousel .owl-row .owl-columns .owl-item .container .carousel-info.s-1 .c_description p {
    text-align: center;
  }
}
.herolist.herolistcontent-right .image-carousel .owl-row .owl-columns .owl-item .container .carousel-info.s-1 .c_description h1,
.herolist.herolistcontent-right .image-carousel .owl-row .owl-columns .owl-item .container .carousel-info.s-1 .c_description h2,
.herolist.herolistcontent-right .image-carousel .owl-row .owl-columns .owl-item .container .carousel-info.s-1 .c_description h3,
.herolist.herolistcontent-right .image-carousel .owl-row .owl-columns .owl-item .container .carousel-info.s-1 .c_description h4,
.herolist.herolistcontent-right .image-carousel .owl-row .owl-columns .owl-item .container .carousel-info.s-1 .c_description h5,
.herolist.herolistcontent-right .image-carousel .owl-row .owl-columns .owl-item .container .carousel-info.s-1 .c_description h6 {
  text-align: right;
}
@media (max-width: 767px) {
  .herolist.herolistcontent-right .image-carousel .owl-row .owl-columns .owl-item .container .carousel-info.s-1 .c_description h1,
  .herolist.herolistcontent-right .image-carousel .owl-row .owl-columns .owl-item .container .carousel-info.s-1 .c_description h2,
  .herolist.herolistcontent-right .image-carousel .owl-row .owl-columns .owl-item .container .carousel-info.s-1 .c_description h3,
  .herolist.herolistcontent-right .image-carousel .owl-row .owl-columns .owl-item .container .carousel-info.s-1 .c_description h4,
  .herolist.herolistcontent-right .image-carousel .owl-row .owl-columns .owl-item .container .carousel-info.s-1 .c_description h5,
  .herolist.herolistcontent-right .image-carousel .owl-row .owl-columns .owl-item .container .carousel-info.s-1 .c_description h6 {
    text-align: center;
  }
}
.herolist.herolistcontent-right .image-carousel .owl-row .owl-columns .owl-item .container .carousel-info.s-1 a {
  text-align: right;
}
@media (max-width: 767px) {
  .herolist.herolistcontent-right .image-carousel .owl-row .owl-columns .owl-item .container .carousel-info.s-1 a {
    text-align: center;
  }
}
.herolist.herolistcontent-center .image-carousel .owl-row .owl-columns .owl-item .container .carousel-info.s-1 {
  text-align: center;
}
.herolist.herolistcontent-center .image-carousel .owl-row .owl-columns .owl-item .container .carousel-info.s-1 .c_description p {
  text-align: center;
}
.herolist.herolistcontent-center .image-carousel .owl-row .owl-columns .owl-item .container .carousel-info.s-1 .c_description h1,
.herolist.herolistcontent-center .image-carousel .owl-row .owl-columns .owl-item .container .carousel-info.s-1 .c_description h2,
.herolist.herolistcontent-center .image-carousel .owl-row .owl-columns .owl-item .container .carousel-info.s-1 .c_description h3,
.herolist.herolistcontent-center .image-carousel .owl-row .owl-columns .owl-item .container .carousel-info.s-1 .c_description h4,
.herolist.herolistcontent-center .image-carousel .owl-row .owl-columns .owl-item .container .carousel-info.s-1 .c_description h5,
.herolist.herolistcontent-center .image-carousel .owl-row .owl-columns .owl-item .container .carousel-info.s-1 .c_description h6 {
  text-align: center;
}
.herolist.herolistcontent-center .image-carousel .owl-row .owl-columns .owl-item .container .carousel-info.s-1 a {
  text-align: center;
}
.herolist.herolisttext-left .image-carousel .owl-row .owl-columns .owl-item .container .carousel-info.s-1 {
  top: 15%;
  left: 5%;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .herolist.herolisttext-left .image-carousel .owl-row .owl-columns .owl-item .container .carousel-info.s-1 {
    width: 50%;
    top: 3%;
    left: 8%;
  }
}
@media (max-width: 767px) {
  .herolist.herolisttext-left .image-carousel .owl-row .owl-columns .owl-item .container .carousel-info.s-1 {
    width: 80%;
    height: 277px;
    position: relative;
    top: -20px;
    background-color: #060505;
    padding: 15px 16px 0;
    left: 0;
    margin: 0 auto;
  }
}
.herolist.herolisttext-right .image-carousel .owl-row .owl-columns .owl-item .container .carousel-info.s-1 {
  top: 15%;
  right: 5%;
  left: unset;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .herolist.herolisttext-right .image-carousel .owl-row .owl-columns .owl-item .container .carousel-info.s-1 {
    width: 50%;
    top: 3%;
    right: 8%;
  }
}
@media (max-width: 767px) {
  .herolist.herolisttext-right .image-carousel .owl-row .owl-columns .owl-item .container .carousel-info.s-1 {
    width: 80%;
    height: 277px;
    position: relative;
    top: -20px;
    background-color: #060505;
    padding: 15px 16px 0;
    left: 0;
    margin: 0 auto;
  }
}
.herolist.herolisttext-center .image-carousel .owl-row .owl-columns .owl-item .container .carousel-info.s-1 {
  top: 50%;
  left: 50%;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .herolist.herolisttext-center .image-carousel .owl-row .owl-columns .owl-item .container .carousel-info {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .herolist.herolisttext-center .image-carousel .owl-row .owl-columns .owl-item .container .carousel-info {
    width: 80%;
    height: 277px;
    position: relative;
    top: -20px;
    background-color: #060505;
    padding: 15px 16px 0;
    left: 0;
    margin: 0 auto;
  }
}

.h5-white {
  font-family: 'Liberator', serif;
  font-weight: 900;
  font-size: 24px;
}
@media (max-width: 992px) {
  .h5-white {
    font-size: 16px;
  }
}
.h1-black {
  font-family: 'Liberator', serif;
  font-size: 85px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .h1-black {
    font-size: 48px;
  }
}
.h2-black {
  font-family: 'Liberator', serif;
  font-weight: 900;
  font-size: 65px;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .h2-black {
    font-size: 38px;
  }
}
.h3-white {
  font-family: 'Liberator', serif;
  font-weight: 900;
  font-size: 50px;
  color: #000;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .h3-white {
    font-size: 24px;
  }
}
.h4-black {
  font-family: 'Montserrat';
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
}
@media (max-width: 992px) {
  .h4-black {
    font-size: 14px;
  }
}
.h5-white {
  font-family: 'Liberator', serif;
  font-weight: 900;
  font-size: 24px;
  color: #000;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .h5-white {
    font-size: 16px;
  }
}
.h6-black {
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .h6-black {
    font-size: 14px;
  }
}
.text-large,
.text-small,
.text-medium {
  font-family: "Open Sans";
  color: #000;
}
.text-md {
  font-family: "Open Sans";
  color: #fff;
}



.h5-white {
  font-family: 'Liberator', serif;
  font-weight: 900;
  font-size: 24px;
}
@media (max-width: 992px) {
  .h5-white {
    font-size: 16px;
  }
}
.h1-black {
  font-family: 'Liberator', serif;
  font-size: 85px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .h1-black {
    font-size: 48px;
  }
}
.h2-black {
  font-family: 'Liberator', serif;
  font-weight: 900;
  font-size: 65px;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .h2-black {
    font-size: 38px;
  }
}
.h3-white {
  font-family: 'Liberator', serif;
  font-weight: 900;
  font-size: 50px;
  color: #000;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .h3-white {
    font-size: 24px;
  }
}
.h4-black {
  font-family: 'Montserrat';
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
}
@media (max-width: 992px) {
  .h4-black {
    font-size: 14px;
  }
}
.h5-white {
  font-family: 'Liberator', serif;
  font-weight: 900;
  font-size: 24px;
  color: #000;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .h5-white {
    font-size: 16px;
  }
}
.h6-black {
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .h6-black {
    font-size: 14px;
  }
}
.text-large,
.text-small,
.text-medium {
  font-family: "Open Sans";
  color: #000;
}
.text-md {
  font-family: "Open Sans";
  color: #fff;
}
.search-Container .Search_Result.Grid-Type .card {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: none;
}
.search-Container .Search_Result.Grid-Type .card a:hover {
  color: #000000;
}
.search-Container .Search_Result .search-card .S_Title {
  text-align: left;
  font: normal normal 600 20px/26px Open Sans;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}
.search-Container .Search_Result .search-card .S_Title a {
  color: #000000;
}
.search-Container .Search_Result .search-card .S_Description {
  text-align: left;
  font: normal normal normal 14px/22px Open Sans;
  letter-spacing: 0px;
  color: #000000;
}
.search-Container .Search_Result .search-card .S_Description a {
  color: #000;
}
.search-Container .Search_Result .search-card .S_Content .Badge {
  background: #a41e22 0% 0% no-repeat padding-box;
  border: 1px solid #DBDAD9;
  text-align: center;
  font: normal normal 600 12px/15px Open Sans;
  letter-spacing: 0px;
  color: #FFFFFF;
  border-radius: 0px;
}
.search-Container .Search_Result .search-card .S_Content .Url a {
  text-align: left;
  text-decoration: underline;
  font: normal normal normal 12px/15px Open Sans;
  letter-spacing: 0px;
  color: #A41E22;
}
.search-Container .viewmorebutton {
  height: auto;
  background: #060505 0% 0% no-repeat padding-box;
  border: 2px solid #FFFFFF;
  text-align: center;
  font: normal normal 800 14px/18px Montserrat;
  letter-spacing: 0.14px;
  color: #FFFFFF;
  text-transform: uppercase;
  padding: 15px 55px;
}
.search-Container .Search_Bar #SearchText_input {
  border: none;
  border-bottom: 2px solid #54575A;
  text-align: left;
  font: normal normal normal 16px/24px Open Sans;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}
.search-Container .Search_Bar #Search-icon.icon-Search:before {
  color: #A41E22;
  font-size: 22px;
}
.search-Container .Search_Bar .ViewType span {
  border: 2px solid #A41E22;
}
.search-Container .Search_Bar .ViewType span.active {
  background: #a41e22 0% 0% no-repeat padding-box;
  border: 2px solid #A41E22;
}
.search-Container .Search_Bar .ViewType span:first-child {
  border-radius: 4px 0px 0px 4px;
}
.search-Container .Search_Bar .ViewType span:last-child {
  border-radius: 0px 4px 4px 0px;
}
.search-Container .Search_Bar .icon-icon-boxes-sm:before {
  color: #A90E13;
}
.search-Container .Search_Bar .icon-icon-list:before {
  color: #A90E13;
}
.search-Container .search-resultbox .search-tag {
  background: #a41e22 0% 0% no-repeat padding-box;
  text-align: left;
  font: normal normal normal 16px/24px Open Sans;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  border-radius: 0px;
}
.search-Container {
  margin: 0 auto;
  width: 90%;
}
.search-Container .search-title {
  text-align: left;
  font: normal normal 900 50px/50px Liberator;
  letter-spacing: 0px;
  color: #000000;
  text-transform: uppercase;
  opacity: 1;
}
.search-Container .searchCount {
  padding-top: 20px;
  display: block;
  text-align: left;
  font: normal normal 800 14px/18px Montserrat;
  letter-spacing: 0.14px;
  color: #A41E22;
  text-transform: uppercase;
  opacity: 1;
}
.search-Container .ToggleBar_Facets p {
  text-align: left;
  font: normal normal 900 24px/24px Liberator;
  letter-spacing: 0.24px;
  color: #060505;
  text-transform: uppercase;
  opacity: 1;
}
.search-Container .ToggleBar_Facets > .row {
  margin: 0 !important;
}
.search-Container .ToggleBar_Facets .toggleTabs.active {
  background: #a41e22 0% 0% no-repeat padding-box;
  border: 2px solid #A41E22;
  opacity: 1;
}
.search-Container .ToggleBar_Facets .dropdown .Group_drpdwn {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 2px solid #54575A;
  opacity: 1;
}
.search-Container .ToggleBar_Facets .dropdown .Group_drpdwn .down-arrow {
  color: #54575A;
}
.search-Container .ToggleBar_Facets .dropdown ul {
  background: #eeeeee 0% 0% no-repeat padding-box;
  border: 2px solid #54575A;
  border-top: none;
}
.search-Container .ToggleBar_Facets .dropdown ul li {
  background-color: transparent;
  border: 1px solid transparent;
}
.search-Container .ToggleBar_Facets .dropdown .custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1rem;
  margin-top: 5px;
  border-radius: 0px;
}
.search-Container .ToggleBar_Facets .dropdown .custom-control-label {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 2px solid #54575A;
  padding-left: 32px;
  height: 32px;
}
.search-Container .ToggleBar_Facets .dropdown .custom-control-label::before {
  display: none;
}
.search-Container .ToggleBar_Facets .dropdown .custom-control-input:checked ~ .custom-control-label {
  border: 2px solid #54575A;
}
.search-Container .ToggleBar_Facets .Facet-Groups {
  margin-top: 20px;
}
.search-Container .ToggleBar_Facets .Facet-Groups .custom-control-label span {
  top: 5px;
  text-align: left;
  font: normal normal normal 12px/16px Open Sans;
  letter-spacing: 0px;
  color: #060505;
  opacity: 1;
}
.search-Container .ToggleBar_Facets .Facet-Groups .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  left: 12px;
  top: 3px;
  border-color: #A41E22;
}
.search-Container .ToggleBar_Facets .Facet-Groups #apply-Btn button {
  background: #a41e22 0% 0% no-repeat padding-box;
  text-align: center;
  font: normal normal 800 12px/16px Montserrat;
  letter-spacing: 0.12px;
  color: #FFFFFF;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .ViewType span {
    border: 2px solid #A41E22;
  }
  .ViewType span.active {
    background: #a41e22 0% 0% no-repeat padding-box;
    border: 2px solid #A41E22;
  }
  .ViewType span:first-child {
    border-radius: 4px 0px 0px 4px;
  }
  .ViewType span:last-child {
    border-radius: 0px 4px 4px 0px;
  }
  .icon-icon-boxes-sm:before {
    color: #A90E13;
  }
  .icon-icon-list:before {
    color: #A90E13;
  }
  .Filter-button {
    background-color: transparent;
    border: none;
    text-align: right;
    text-decoration: underline;
    font: normal normal normal 16px/24px Open Sans;
    letter-spacing: 0px;
    color: #A41E22;
    opacity: 1;
    display: inline-block;
    padding: 0px;
    height: auto;
    margin: 0px 5px;
    margin-top: 0px;
    margin-right: 5px;
    margin-bottom: 0px;
    margin-left: 5px;
    position: relative;
    top: -50px;
    text-transform: none;
  }
  .Search_Result .search-card .S_Title {
    text-align: left;
    font: normal normal 600 16px/24px Open Sans;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
  }
  .Search_Result .search-card .S_Description {
    text-align: left;
    font: normal normal normal 12px/15px Open Sans;
    letter-spacing: 0px;
    color: #000000;
  }
  .Search_Result .search-card .S_Content .Badge {
    background: #a41e22 0% 0% no-repeat padding-box;
    border: 1px solid #DBDAD9;
    text-align: center;
    font: normal normal 600 12px/15px Open Sans;
    letter-spacing: 0px;
    color: #FFFFFF;
    border-radius: 0px;
  }
  .Search_Result .search-card .S_Content .Url a {
    text-align: left;
    text-decoration: underline;
    font: normal normal normal 12px/15px Open Sans;
    letter-spacing: 0px;
    color: #A41E22;
    word-break: break-all;
  }
}
.search-resultbox {
  margin-bottom: 30px;
}

.h5-white {
  font-family: 'Liberator', serif;
  font-weight: 900;
  font-size: 24px;
}
@media (max-width: 992px) {
  .h5-white {
    font-size: 16px;
  }
}
.h1-black {
  font-family: 'Liberator', serif;
  font-size: 85px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .h1-black {
    font-size: 48px;
  }
}
.h2-black {
  font-family: 'Liberator', serif;
  font-weight: 900;
  font-size: 65px;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .h2-black {
    font-size: 38px;
  }
}
.h3-white {
  font-family: 'Liberator', serif;
  font-weight: 900;
  font-size: 50px;
  color: #000;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .h3-white {
    font-size: 24px;
  }
}
.h4-black {
  font-family: 'Montserrat';
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
}
@media (max-width: 992px) {
  .h4-black {
    font-size: 14px;
  }
}
.h5-white {
  font-family: 'Liberator', serif;
  font-weight: 900;
  font-size: 24px;
  color: #000;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .h5-white {
    font-size: 16px;
  }
}
.h6-black {
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .h6-black {
    font-size: 14px;
  }
}
.text-large,
.text-small,
.text-medium {
  font-family: "Open Sans";
  color: #000;
}
.text-md {
  font-family: "Open Sans";
  color: #fff;
}
.share-social-media-links span.share-text {
  background: #a41e22 0% 0% no-repeat padding-box;
  border: 2px solid transparent;
  opacity: 1;
  color: #FFF;
  text-align: center;
  font: normal normal 800 14px/18px Montserrat;
  letter-spacing: 0.14px;
  text-transform: uppercase;
  padding: 8px 12px;
}
.share-social-media-links a {
  padding: 4px 12px;
}
.share-social-media-links a span {
  color: #A41E22;
  font-size: 25px;
  top: 5px;
  position: relative;
}
@media (max-width: 570px) {
  .share {
    width: 300px;
    padding: 20px 0 !important;
  }
}
@media (max-width: 570px) {
  .share .share-social-media-links {
    width: 300px;
  }
}

.fmly-nav-component .jumbotron .text-container a {
  font-weight: 900 !important;
}
@media (min-width: 880px) {
  .tab-lftcnt > h3 {
    padding-left: 24px;
  }
}

.h5-white {
  font-family: 'Liberator', serif;
  font-weight: 900;
  font-size: 24px;
}
@media (max-width: 992px) {
  .h5-white {
    font-size: 16px;
  }
}
.h1-black {
  font-family: 'Liberator', serif;
  font-size: 85px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .h1-black {
    font-size: 48px;
  }
}
.h2-black {
  font-family: 'Liberator', serif;
  font-weight: 900;
  font-size: 65px;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .h2-black {
    font-size: 38px;
  }
}
.h3-white {
  font-family: 'Liberator', serif;
  font-weight: 900;
  font-size: 50px;
  color: #000;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .h3-white {
    font-size: 24px;
  }
}
.h4-black {
  font-family: 'Montserrat';
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
}
@media (max-width: 992px) {
  .h4-black {
    font-size: 14px;
  }
}
.h5-white {
  font-family: 'Liberator', serif;
  font-weight: 900;
  font-size: 24px;
  color: #000;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .h5-white {
    font-size: 16px;
  }
}
.h6-black {
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .h6-black {
    font-size: 14px;
  }
}
.text-large,
.text-small,
.text-medium {
  font-family: "Open Sans";
  color: #000;
}
.text-md {
  font-family: "Open Sans";
  color: #fff;
}
.navigator-blog {
  padding-top: 50px;
  overflow: hidden;
}
.navigator-blog .navigator-img .overlay div > a {
  color: #fff;
}
.navigator-blog .navigator-img .overlay div > a .view-more {
  text-decoration: underline;
}
.navigator-blog .tilelist-title {
  text-align: center;
  font: normal normal 900 48px/48px Liberator;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-transform: uppercase;
  opacity: 1;
  max-width: 80%;
}
.navigator-blog .overlay {
  text-align: left;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 5%;
  transform: none;
  right: 15%;
}
.navigator-blog .overlay a:hover {
  text-decoration: none;
}
.navigator-blog .navigator-img .overlay p.btm-text.view-more {
  font-weight: bold;
}
.tilelist .navigator-img .black-overlay .icon-Down-arrow:before {
  display: block;
}
.navigator-blog .overlay .overlay-text {
  text-align: left;
  font: 50px/48px Liberator;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-transform: uppercase;
  opacity: 1;
  max-width: 80%;
}
.navigator-blog .navigator-img .black-overlay {
  display: block !important;
  background: transparent linear-gradient(180deg, transparent 0%, #000000 100%) 0% 0% no-repeat padding-box;
  opacity: 1;
}
.navigator-blog .navigator-img .black-overlay .icon-Down-arrow:before,
.navigator-blog .navigator-img:hover .black-overlay .icon-Down-arrow:before {
  content: "\f054";
  display: inline-block;
  font: normal normal normal 32px/32px FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: #FFFFFF;
  position: relative;
  top: 25px;
}
.navigator-blog .navigator-img .black-overlay .icon-Down-arrow {
  position: absolute;
  bottom: 30%;
  right: 0%;
  font-size: 40px;
  background-color: rgba(0, 0, 0, 0.6);
  width: 60px;
  height: 60px;
}
.navigator-blog .navigator-img .overlay p.btm-text,
.navigator-blog .navigator-img .overlay p {
  text-align: left;
  font: normal 16px/24px Open Sans;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  max-width: 80%;
}
@media screen (max-width: 780px) {
  .navigator-blog .navigator-img .overlay p.btm-text,
  .navigator-blog .navigator-img .overlay p {
    font: normal 14px/24px Open Sans;
  }
}
.hide-description .overlay p.btm-text {
  display: none;
}
@media (max-width: 991px) {
  .navigator-blog {
    padding: 12px;
    padding-bottom: 30px;
  }
  .navigator-blog .tilelist-title {
    font: normal normal 900 24px/24px Liberator;
  }
  .navigator-blog .overlay .overlay-text {
    font: normal normal 900 24px/24px Liberator;
  }
  .navigator-blog .navigator-img .overlay .icon-Down-arrow {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .navigator-blog {
    padding: 0px;
    padding-bottom: 40px;
  }
  .navigator-blog .img-card {
    margin-top: 12px;
  }
  .navigator-blog .img-card:not(:first-child) {
    width: 100%;
  }
  .navigator-blog .img-card:first-child,
  .navigator-blog .img-card:first-child .black-overlay {
    padding: inherit;
  }
  .navigator-blog .img-card:not(:first-child) .overlay .overlay-text {
    /* line-height: 34px;
        letter-spacing: 3px;
        font-size: 30px;
            margin-bottom: 10px; */
    font-size: 24px;
    letter-spacing: initial;
    line-height: initial;
  }
}
.navigator-blog .navigator-img > a,
.navigator-blog .overlay > a {
  cursor: default;
}
.navigator-blog .navigator-img .overlay .icon-Down-arrow {
  cursor: pointer;
}
@media (max-width: 800px) {
  .navigator-blog .navigator-img .overlay p.btm-text,
  .navigator-blog .navigator-img .overlay p {
    font: normal 14px/17px 'Open Sans' !important;
  }
}
@media (max-width: 800px) {
  .navigator-blog .overlay .overlay-text {
    margin-bottom: 10px !important;
  }
}

.h5-white,
.topic-container h5.title {
  font-family: 'Liberator', serif;
  font-weight: 900;
  font-size: 24px;
}
@media (max-width: 992px) {
  .h5-white,
  .topic-container h5.title {
    font-size: 16px;
  }
}
.h1-black {
  font-family: 'Liberator', serif;
  font-size: 85px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .h1-black {
    font-size: 48px;
  }
}
.h2-black,
.topic-container h2.title {
  font-family: 'Liberator', serif;
  font-weight: 900;
  font-size: 65px;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .h2-black,
  .topic-container h2.title {
    font-size: 38px;
  }
}
.h3-white,
.topic-container h3.title {
  font-family: 'Liberator', serif;
  font-weight: 900;
  font-size: 50px;
  color: #000;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .h3-white,
  .topic-container h3.title {
    font-size: 24px;
  }
}
.topic-container h3.title {
  color: #fff;
}
.h4-black {
  font-family: 'Montserrat';
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
}
@media (max-width: 992px) {
  .h4-black {
    font-size: 14px;
  }
}
.h5-white,
.topic-container h5.title {
  font-family: 'Liberator', serif;
  font-weight: 900;
  font-size: 24px;
  color: #000;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .h5-white,
  .topic-container h5.title {
    font-size: 16px;
  }
}
.topic-container h5.title {
  color: #fff;
}
.h6-black {
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .h6-black {
    font-size: 14px;
  }
}
.text-large,
.text-small,
.text-medium {
  font-family: "Open Sans";
  color: #000;
}
.text-md,
.topic-container .left-head .description p {
  font-family: "Open Sans";
  color: #fff;
}
.topic-container .left-head .description p {
  font-size: 16px;
}
@media (max-width: 992px) {
  .topic-container .left-head .description p {
    font-size: 14px;
  }
}
.topic-container .topic-cta .lg-orange-btn {
  border: 2px solid #ffffff;
  background-color: #a41e22;
  font-family: "Montserrat";
  font-weight: 800;
  font-size: 14px;
  color: #fff;
  border-radius: 0;
  text-transform: uppercase;
}
.topic-container .topic-cta .lg-orange-btn:hover {
  background-color: #540c15;
  border: 2px solid #ffffff;
  color: #fff;
}
.topic-container .topic-cta .lg-orange-btn:focus {
  outline: 1px auto -webkit-focus-ring-color;
}
.topic-container .topic-cta .lg-orange-btn.btn_md {
  width: 270px;
  padding: 12px 0;
}
@media (max-width: 767px) {
  .topic-container .topic-cta .lg-orange-btn.btn_md {
    width: 100%;
    padding: 10px 0;
  }
}
.topic-container {
  /*.left-topic {
	    height: 500px;
	}*/
}
.topic-container h2.title {
  margin-bottom: 10px;
  font: 65px liberator !important;
}
@media (max-width: 910px) {
  .topic-container h2.title {
    font: 38px liberator !important;
  }
}
.topic-container h3.title {
  margin-bottom: 0;
  font: 50px liberator !important;
}
@media (max-width: 910px) {
  .topic-container h3.title {
    font: 24px liberator !important;
  }
}
.topic-container h5.title {
  margin-bottom: 0;
}
.topic-container .left-head .description {
  /*@media(min-width: 992px) {
            width: 760px;
            margin: 0 auto;
        }*/
}
.topic-container .tl-color-white .left-head .description p {
  color: #000;
}
.topic-container .bg-transparent.tl-center {
  position: relative;
  top: 20px;
}
.topic-container .topic-cta {
  text-decoration: none;
}
.topic-container .topic-cta .lg-orange-btn {
  padding: 11px;
}
.topic-container .tl-color-none {
  background-color: inherit;
  color: #FFFFFF;
}
.topic-container .tl-color-none h1,
.topic-container .tl-color-none h2,
.topic-container .tl-color-none h3,
.topic-container .tl-color-none h4,
.topic-container .tl-color-none h5,
.topic-container .tl-color-none h6,
.topic-container .tl-color-none li {
  color: #FFFFFF;
}
.topic-container .tl-color-none .description {
  color: #FFFFFF !important;
}
.topic-container .tl-color-black {
  background-color: #060505 !important;
  color: #FFFFFF;
}
.topic-container .tl-color-black h1,
.topic-container .tl-color-black h2,
.topic-container .tl-color-black h3,
.topic-container .tl-color-black h4,
.topic-container .tl-color-black h5,
.topic-container .tl-color-black h6,
.topic-container .tl-color-black li {
  color: #FFFFFF;
}
.topic-container .tl-color-black .description {
  color: #FFFFFF !important;
}
.topic-container .tl-color-light-grey {
  background-color: #DBDAD9 !important;
  color: #060505;
}
.topic-container .tl-color-light-grey h1,
.topic-container .tl-color-light-grey h2,
.topic-container .tl-color-light-grey h3,
.topic-container .tl-color-light-grey h4,
.topic-container .tl-color-light-grey h5,
.topic-container .tl-color-light-grey h6,
.topic-container .tl-color-light-grey li {
  color: #060505;
}
.topic-container .tl-color-light-grey .description {
  color: #060505 !important;
}
.topic-container .tl-color-dark-grey {
  background-color: #54575A !important;
  color: #FFFFFF;
}
.topic-container .tl-color-dark-grey h1,
.topic-container .tl-color-dark-grey h2,
.topic-container .tl-color-dark-grey h3,
.topic-container .tl-color-dark-grey h4,
.topic-container .tl-color-dark-grey h5,
.topic-container .tl-color-dark-grey h6,
.topic-container .tl-color-dark-grey li {
  color: #FFFFFF;
}
.topic-container .tl-color-dark-grey .description {
  color: #FFFFFF !important;
}
.topic-container .tl-color-white {
  background-color: #FFFFFF !important;
  color: #060505;
}
.topic-container .tl-color-white h1,
.topic-container .tl-color-white h2,
.topic-container .tl-color-white h3,
.topic-container .tl-color-white h4,
.topic-container .tl-color-white h5,
.topic-container .tl-color-white h6,
.topic-container .tl-color-white li {
  color: #060505;
}
.topic-container .tl-color-white .description {
  color: #060505 !important;
}
.topic-container .cta-list button {
  display: inline-block;
  background-color: transparent !important;
  color: #FFFFFF !important;
  font-weight: 900;
  text-transform: uppercase;
  transition: .3s;
  width: 286px;
  height: 46px;
  border: 2px solid #A41E22 !important;
}
.topic-container .cta-list button:hover {
  background-color: #A41E22;
  text-decoration: none;
}
.topic-container .cta-list button.cta-black {
  background-color: #060505 !important;
  color: #FFFFFF !important;
  border: 2px solid transparent !important;
}
.topic-container .cta-list button.cta-black:hover {
  background-color: #312C2C !important;
}
.topic-container .cta-list button.cta-solid-red {
  background-color: #A41E22 !important;
  color: #FFFFFF !important;
  border: 2px solid transparent !important;
}
.topic-container .cta-list button.cta-solid-red:hover {
  background-color: #540C15 !important;
}
.topic-container .cta-list button.cta-white {
  background-color: #FFFFFF !important;
  color: #A41E22 !important;
  border: 2px solid #A41E22 !important;
}
.topic-container .cta-list button.cta-white:hover {
  background-color: #A41E22 !important;
  color: #FFFFFF !important;
  border: 2px solid transparent !important;
}
.topic-container .cta-list button.cta-black-border {
  background-color: #060505 !important;
  color: #FFFFFF !important;
  border: 2px solid #FFFFFF !important;
}
.topic-container .cta-list button.cta-black-border:hover {
  background-color: #312C2C !important;
}
.topic-container .cta-list button.cta-solid-red-border {
  background-color: #A41E22 !important;
  color: #FFFFFF !important;
  border: 2px solid #FFFFFF !important;
}
.topic-container .cta-list button.cta-solid-red-border:hover {
  background-color: #540C15 !important;
}
.topic-container .cta-list button.cta-white-border {
  background-color: #FFFFFF !important;
  color: #A41E22 !important;
  border: 2px solid #A41E22 !important;
}
.topic-container .cta-list button.cta-white-border:hover {
  background-color: #A41E22 !important;
  color: #FFFFFF !important;
}
.topiclink .left-head .title {
  font: 900 50px 'Liberator';
  color: #fff;
}
@media screen (max-width: 780px) {
  .topiclink .left-head .title {
    font: 900 38px 'Liberator';
  }
}
.topiclink .left-head .description {
  width: 100%;
}
.topiclink .left-head .description > p {
  font: normal 20px 'Open Sans';
  color: #fff;
}
@media screen (max-width: 780px) {
  .topiclink .left-head .description > p {
    font: normal 18px 'Open Sans';
  }
}
@media (max-width: 800px) {
  .topiclink .left-head .description > p {
    font: normal 18px 'Open Sans';
  }
  .h2-white,
  .h2-black,
  .model-list-view .view_heading h2,
  .h2-black,
  .topic-container h2.title {
    text-align: center;
  }
}
/*
.left-head {
    .title+.description {
        @media (min-width: 800px) {
            width: 80% !important;
        }
    }
}*/
.category-container + .topiclink .topic-container .left-head h5 {
  font: 900 24px 'Liberator' !important;
}
@media (max-width: 800px) {
  .category-container + .topiclink .topic-container .left-head h5 {
    font: 900 16px 'Liberator' !important;
  }
}
.category-container + .topiclink .topic-container .left-head h2 {
  font: 900 50px 'Liberator' !important;
}
@media (max-width: 800px) {
  .category-container + .topiclink .topic-container .left-head h2 {
    font: 900 38px 'Liberator' !important;
  }
}
@media (max-width: 800px) {
  .hero + .topiclink .left-head .description > p {
    font: normal 14px 'Open Sans' !important;
  }
}
.category-container + .topiclink .topic-container .left-topic,
.hero + .topiclink .topic-container .left-topic {
  min-height: 250px;
  height: auto;
  padding-bottom: 70px;
}
.video-list + .topiclink .topic-container .left-topic {
  padding-top: 15px;
}
.video-list + .topiclink .topic-container .left-topic .left-head {
  margin-top: 0px;
}

.h5-white,
.ttil .ttil-comp .view11 h5 {
  font-family: 'Liberator', serif;
  font-weight: 900;
  font-size: 24px;
}
@media (max-width: 992px) {
  .h5-white,
  .ttil .ttil-comp .view11 h5 {
    font-size: 16px;
  }
}
.h1-black {
  font-family: 'Liberator', serif;
  font-size: 85px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .h1-black {
    font-size: 48px;
  }
}
.h2-black {
  font-family: 'Liberator', serif;
  font-weight: 900;
  font-size: 65px;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .h2-black {
    font-size: 38px;
  }
}
.h3-white,
.ttil .ttil-comp .view11 h3 {
  font-family: 'Liberator', serif;
  font-weight: 900;
  font-size: 50px;
  color: #000;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .h3-white,
  .ttil .ttil-comp .view11 h3 {
    font-size: 24px;
  }
}
.h4-black {
  font-family: 'Montserrat';
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
}
@media (max-width: 992px) {
  .h4-black {
    font-size: 14px;
  }
}
.h5-white,
.ttil .ttil-comp .view11 h5 {
  font-family: 'Liberator', serif;
  font-weight: 900;
  font-size: 24px;
  color: #000;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .h5-white,
  .ttil .ttil-comp .view11 h5 {
    font-size: 16px;
  }
}
.h6-black {
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .h6-black {
    font-size: 14px;
  }
}
.text-large,
.text-small,
.text-medium,
.ttil .ttil-comp .view11 .ttil_view11_txt_1,
.ttil .ttil-comp .view11 .ttil_view11_txt_2 {
  font-family: "Open Sans";
  color: #000;
}
.text-md {
  font-family: "Open Sans";
  color: #fff;
}
.ttil .ttil-comp .view11 .ttil_view11_txt_1 {
  font-size: 20px;
}
@media (max-width: 992px) {
  .ttil .ttil-comp .view11 .ttil_view11_txt_1 {
    font-size: 14px;
  }
}
.ttil .ttil-comp .view11 .ttil_view11_txt_2 {
  font-size: 14px;
}
@media (max-width: 992px) {
  .ttil .ttil-comp .view11 .ttil_view11_txt_2 {
    font-size: 10px;
  }
}
.ttil .ttil-comp .view11 .ttil_view11_btn {
  border: 2px solid #ffffff;
  background-color: #a41e22;
  font-family: "Montserrat";
  font-weight: 800;
  font-size: 14px;
  color: #fff;
  border-radius: 0;
  text-transform: uppercase;
}
.ttil .ttil-comp .modal .modal-dialog .modal-content .close {
  text-align: right;
}
.ttil .ttil-comp .view5-btn-div button,
.ttil .ttil-comp .data-box button,
.ttil .ttil-comp .ttil-cta button {
  display: inline-block;
  background-color: transparent !important;
  color: #FFFFFF !important;
  font-weight: 800;
  text-transform: uppercase;
  transition: .3s;
  width: 286px;
  height: 46px;
  border: 2px solid #A41E22 !important;
}
.ttil .ttil-comp .view5-btn-div button:hover,
.ttil .ttil-comp .data-box button:hover,
.ttil .ttil-comp .ttil-cta button:hover {
  background-color: #A41E22;
  text-decoration: none;
}
.ttil .ttil-comp .view5-btn-div button.cta-black,
.ttil .ttil-comp .data-box button.cta-black,
.ttil .ttil-comp .ttil-cta button.cta-black {
  background-color: #060505 !important;
  color: #FFFFFF !important;
  border: 2px solid transparent !important;
}
.ttil .ttil-comp .view5-btn-div button.cta-black:hover,
.ttil .ttil-comp .data-box button.cta-black:hover,
.ttil .ttil-comp .ttil-cta button.cta-black:hover {
  background-color: #312C2C !important;
}
.ttil .ttil-comp .view5-btn-div button.cta-solid-red,
.ttil .ttil-comp .data-box button.cta-solid-red,
.ttil .ttil-comp .ttil-cta button.cta-solid-red {
  background-color: #A41E22 !important;
  color: #FFFFFF !important;
  border: 2px solid transparent !important;
}
.ttil .ttil-comp .view5-btn-div button.cta-solid-red:hover,
.ttil .ttil-comp .data-box button.cta-solid-red:hover,
.ttil .ttil-comp .ttil-cta button.cta-solid-red:hover {
  background-color: #540C15 !important;
}
.ttil .ttil-comp .view5-btn-div button.cta-white,
.ttil .ttil-comp .data-box button.cta-white,
.ttil .ttil-comp .ttil-cta button.cta-white {
  background-color: #FFFFFF !important;
  color: #A41E22 !important;
  border: 2px solid #A41E22 !important;
}
.ttil .ttil-comp .view5-btn-div button.cta-white:hover,
.ttil .ttil-comp .data-box button.cta-white:hover,
.ttil .ttil-comp .ttil-cta button.cta-white:hover {
  background-color: #A41E22 !important;
  color: #FFFFFF !important;
  border: 2px solid transparent !important;
}
.ttil .ttil-comp .view5-btn-div button.cta-black-border,
.ttil .ttil-comp .data-box button.cta-black-border,
.ttil .ttil-comp .ttil-cta button.cta-black-border {
  background-color: #060505 !important;
  color: #FFFFFF !important;
  border: 2px solid #FFFFFF !important;
}
.ttil .ttil-comp .view5-btn-div button.cta-black-border:hover,
.ttil .ttil-comp .data-box button.cta-black-border:hover,
.ttil .ttil-comp .ttil-cta button.cta-black-border:hover {
  background-color: #312C2C !important;
}
.ttil .ttil-comp .view5-btn-div button.cta-solid-red-border,
.ttil .ttil-comp .data-box button.cta-solid-red-border,
.ttil .ttil-comp .ttil-cta button.cta-solid-red-border {
  background-color: #A41E22 !important;
  color: #FFFFFF !important;
  border: 2px solid #FFFFFF !important;
}
.ttil .ttil-comp .view5-btn-div button.cta-solid-red-border:hover,
.ttil .ttil-comp .data-box button.cta-solid-red-border:hover,
.ttil .ttil-comp .ttil-cta button.cta-solid-red-border:hover {
  background-color: #540C15 !important;
}
.ttil .ttil-comp .view5-btn-div button.cta-white-border,
.ttil .ttil-comp .data-box button.cta-white-border,
.ttil .ttil-comp .ttil-cta button.cta-white-border {
  background-color: #FFFFFF !important;
  color: #A41E22 !important;
  border: 2px solid #A41E22 !important;
}
.ttil .ttil-comp .view5-btn-div button.cta-white-border:hover,
.ttil .ttil-comp .data-box button.cta-white-border:hover,
.ttil .ttil-comp .ttil-cta button.cta-white-border:hover {
  background-color: #A41E22 !important;
  color: #FFFFFF !important;
}
.ttil .ttil-comp .ttil-view1 .card .card-eyebrow {
  font-family: 'Liberator', serif;
  font-size: 24px;
  text-align: left;
  letter-spacing: 0.24px;
  padding-bottom: 21px;
  text-transform: uppercase;
}
.ttil .ttil-comp .ttil-view1 .card .card-title .spcl-heading {
  font-family: 'Liberator', serif;
  font-size: 50px;
  text-align: left;
  letter-spacing: 0px;
  padding-bottom: 21px;
  margin-bottom: 0px;
  text-transform: uppercase;
  color: #000000;
}
.ttil .ttil-comp .ttil-view1 .card .card-content {
  font-family: "Open Sans";
  font-size: 20px;
  text-align: left;
  letter-spacing: 0px;
  padding-bottom: 10px;
}
.ttil .ttil-comp .ttil-view1 .card .card-content ul li:before {
  content: "\2192";
  border-width: 0.35em 0 0.35em 0.45em;
  display: block;
  height: 10px;
  width: 17px;
  left: -1.5em;
  top: 0.7em;
  position: relative;
}
.ttil .ttil-comp .ttil-view1 .card .card-subTitle {
  margin-bottom: 20px;
}
.ttil .ttil-comp .ttil-view1 .card.ttil-bg-white {
  background-color: #FFFFFF !important;
}
.ttil .ttil-comp .ttil-view1 .card.ttil-bg-grey {
  background-color: #DBDAD9 !important;
}
.ttil .ttil-comp .ttil-view1 .card.ttil-bg-black {
  background-color: #060505 !important;
}
.ttil .ttil-comp .ttil-view1 .card.ttil-bg-black .card-eyebrow {
  color: #FFFFFF !important;
}
.ttil .ttil-comp .ttil-view1 .card.ttil-bg-black .card-title .spcl-heading {
  color: #FFFFFF !important;
}
.ttil .ttil-comp .ttil-view1 .card.ttil-bg-black .card-content {
  color: #FFFFFF !important;
}
.ttil .ttil-comp .ttil-view1 .card.ttil-bg-black .card-content ul li:before {
  color: #FFFFFF !important;
}
.ttil .ttil-comp .ttil-view1 .card.ttil-bg-black .card-subTitle {
  color: #FFFFFF !important;
}
.ttil .ttil-comp .ttil-view1 .card.ttil-bg-dark-grey {
  background-color: #54575A !important;
}
.ttil .ttil-comp .ttil-view1 .card.ttil-bg-dark-grey .card-eyebrow {
  color: #FFFFFF !important;
}
.ttil .ttil-comp .ttil-view1 .card.ttil-bg-dark-grey .card-title .spcl-heading {
  color: #FFFFFF !important;
}
.ttil .ttil-comp .ttil-view1 .card.ttil-bg-dark-grey .card-content {
  color: #FFFFFF !important;
}
.ttil .ttil-comp .ttil-view1 .card.ttil-bg-dark-grey .card-content ul li:before {
  color: #FFFFFF !important;
}
.ttil .ttil-comp .ttil-view1 .card.ttil-bg-dark-grey .card-subTitle,
.ttil .ttil-comp .ttil-view1 .card.ttil-bg-dark-grey .perform-headingdescript > h2 {
  color: #FFFFFF !important;
}
.ttil .ttil-comp .ttil-view1 .card.ttil-bg-grey .perform-headingdescript > h2 {
  color: #FFFFFF !important;
}
.ttil .ttil-comp .ttil-view1 .card.ttil-bg-red {
  background-color: #A41E22 !important;
}
.ttil .ttil-comp .ttil-view1 .card.ttil-bg-red .card-eyebrow {
  color: #FFFFFF !important;
}
.ttil .ttil-comp .ttil-view1 .card.ttil-bg-red .card-title .spcl-heading {
  color: #FFFFFF !important;
}
.ttil .ttil-comp .ttil-view1 .card.ttil-bg-red .card-content {
  color: #FFFFFF !important;
}
.ttil .ttil-comp .ttil-view1 .card.ttil-bg-red .card-content ul li:before {
  color: #FFFFFF !important;
}
.ttil .ttil-comp .ttil-view1 .card.ttil-bg-red .card-subTitle {
  color: #FFFFFF !important;
}
.ttil .ttil-comp .ttil-view1 .tt-v2-image .card-img-top {
  height: 100%;
}
.ttil .ttil-comp .ttil-view1 .ttil-cta button {
  font-family: 'Montserrat';
  font-size: 14px;
  margin-right: 0px;
}
.ttil .ttil-comp .card .grey-btn {
  width: 200px;
}
.ttil .ttil-comp .card .card-subTitle {
  margin-top: 10px;
  margin-bottom: 10px;
}
.ttil .ttil-comp .view2 .card-img-overlay .card.floating-box {
  text-align: center;
}
.ttil .ttil-comp .view2 .card-img-overlay .card.floating-box .card-body .ttil-eyebrow {
  font-family: 'Liberator', serif;
  font-size: 24px;
  letter-spacing: 0.24px;
  padding-bottom: 21px;
  text-transform: uppercase;
}
.ttil .ttil-comp .view2 .card-img-overlay .card.floating-box .card-body .spcl-heading {
  font-family: 'Liberator', serif;
  font-size: 50px;
  letter-spacing: 0px;
  padding-bottom: 21px;
  margin-bottom: 0px;
  text-transform: uppercase;
  color: #000000;
}
.ttil .ttil-comp .view2 .card-img-overlay .card.floating-box .card-body .spcl-text {
  font-family: "Open Sans";
  font-size: 20px;
  text-align: center;
  letter-spacing: 0px;
  padding-bottom: 10px;
}
.ttil .ttil-comp .view2 .card-img-overlay .card.floating-box .card-body .spcl-text p {
  text-align: center;
}
.ttil .ttil-comp .view2 .card-img-overlay .card.floating-box .card-body .spcl-subtitle {
  margin-bottom: 20px;
}
.ttil .ttil-comp .view2 .card-img-overlay .card.floating-box .ttil-cta button {
  margin-right: 20px;
}
.ttil .ttil-comp .view2 .card-img-overlay .card.floating-box.ttil-bg-white {
  background-color: #FFFFFF !important;
}
.ttil .ttil-comp .view2 .card-img-overlay .card.floating-box.ttil-bg-grey {
  background-color: #DBDAD9 !important;
}
.ttil .ttil-comp .view2 .card-img-overlay .card.floating-box.ttil-bg-black {
  background-color: #060505 !important;
}
.ttil .ttil-comp .view2 .card-img-overlay .card.floating-box.ttil-bg-black .card-body .ttil-eyebrow {
  color: #FFFFFF !important;
}
.ttil .ttil-comp .view2 .card-img-overlay .card.floating-box.ttil-bg-black .card-body .spcl-heading {
  color: #FFFFFF !important;
}
.ttil .ttil-comp .view2 .card-img-overlay .card.floating-box.ttil-bg-black .card-body .spcl-text {
  color: #FFFFFF !important;
}
.ttil .ttil-comp .view2 .card-img-overlay .card.floating-box.ttil-bg-black .card-body .spcl-text p {
  color: #FFFFFF !important;
}
.ttil .ttil-comp .view2 .card-img-overlay .card.floating-box.ttil-bg-black .card-body .spcl-subtitle {
  color: #FFFFFF !important;
}
.ttil .ttil-comp .view2 .card-img-overlay .card.floating-box.ttil-bg-dark-grey {
  background-color: #54575A !important;
}
.ttil .ttil-comp .view2 .card-img-overlay .card.floating-box.ttil-bg-dark-grey .card-body .ttil-eyebrow {
  color: #FFFFFF !important;
}
.ttil .ttil-comp .view2 .card-img-overlay .card.floating-box.ttil-bg-dark-grey .card-body .spcl-heading {
  color: #FFFFFF !important;
}
.ttil .ttil-comp .view2 .card-img-overlay .card.floating-box.ttil-bg-dark-grey .card-body .spcl-text {
  color: #FFFFFF !important;
}
.ttil .ttil-comp .view2 .card-img-overlay .card.floating-box.ttil-bg-dark-grey .card-body .spcl-text p {
  color: #FFFFFF !important;
}
.ttil .ttil-comp .view2 .card-img-overlay .card.floating-box.ttil-bg-dark-grey .card-body .spcl-subtitle {
  color: #FFFFFF !important;
}
.ttil .ttil-comp .view2 .card-img-overlay .card.floating-box.ttil-bg-red {
  background-color: #A41E22 !important;
}
.ttil .ttil-comp .view2 .card-img-overlay .card.floating-box.ttil-bg-red .card-body .ttil-eyebrow {
  color: #FFFFFF !important;
}
.ttil .ttil-comp .view2 .card-img-overlay .card.floating-box.ttil-bg-red .card-body .spcl-heading {
  color: #FFFFFF !important;
}
.ttil .ttil-comp .view2 .card-img-overlay .card.floating-box.ttil-bg-red .card-body .spcl-text {
  color: #FFFFFF !important;
}
.ttil .ttil-comp .view2 .card-img-overlay .card.floating-box.ttil-bg-red .card-body .spcl-text p {
  color: #FFFFFF !important;
}
.ttil .ttil-comp .view2 .card-img-overlay .card.floating-box.ttil-bg-red .card-body .spcl-subtitle {
  color: #FFFFFF !important;
}
.ttil .ttil-comp .view3 .row .card {
  text-align: left;
  padding: 50px;
  border: 0px solid rgba(0, 0, 0, 0.125);
  margin: 0px;
}
.ttil .ttil-comp .view3 .row .card .card3-eyebrow {
  font-family: 'Liberator', serif;
  font-size: 24px;
  letter-spacing: 0.24px;
  padding-bottom: 21px;
}
.ttil .ttil-comp .view3 .row .card .card3-title .spcl-heading {
  font-family: 'Liberator', serif;
  font-size: 50px;
  letter-spacing: 0px;
  padding-bottom: 21px;
  margin-bottom: 0px;
  text-transform: uppercase;
  color: #000000;
}
.ttil .ttil-comp .view3 .row .card .card3-text {
  font-family: "Open Sans";
  font-size: 20px;
  text-align: left;
  letter-spacing: 0px;
  padding-bottom: 10px;
}
.ttil .ttil-comp .view3 .row .card .card3-text p {
  text-align: left;
}
.ttil .ttil-comp .view3 .row .card .card3-text ul li:before {
  content: "\2192";
  border-width: 0.35em 0 0.35em 0.45em;
  display: block;
  height: 10px;
  width: 17px;
  left: -1.5em;
  top: 0.7em;
  position: relative;
}
.ttil .ttil-comp .view3 .row .card .card3-subTitle {
  margin-bottom: 20px;
}
.ttil .ttil-comp .view3 .row .card .ttil-cta button {
  margin-right: 20px;
}
.ttil .ttil-comp .view3 .row.ttil-bg-white {
  background-color: #FFFFFF !important;
}
.ttil .ttil-comp .view3 .row.ttil-bg-white .card {
  background-color: #FFFFFF !important;
}
.ttil .ttil-comp .view3 .row.ttil-bg-grey {
  background-color: #DBDAD9 !important;
}
.ttil .ttil-comp .view3 .row.ttil-bg-grey .card {
  background-color: #DBDAD9 !important;
}
.ttil .ttil-comp .view3 .row.ttil-bg-black {
  background-color: #060505 !important;
}
.ttil .ttil-comp .view3 .row.ttil-bg-black .card {
  background-color: #060505 !important;
}
.ttil .ttil-comp .view3 .row.ttil-bg-black .card .card3-eyebrow {
  color: #FFFFFF !important;
}
.ttil .ttil-comp .view3 .row.ttil-bg-black .card .card3-title .spcl-heading {
  color: #FFFFFF !important;
}
.ttil .ttil-comp .view3 .row.ttil-bg-black .card .card3-text {
  color: #FFFFFF !important;
}
.ttil .ttil-comp .view3 .row.ttil-bg-black .card .card3-text p {
  color: #FFFFFF !important;
}
.ttil .ttil-comp .view3 .row.ttil-bg-black .card .card3-text ul li:before {
  color: #FFFFFF !important;
}
.ttil .ttil-comp .view3 .row.ttil-bg-black .card .card3-subTitle {
  color: #FFFFFF !important;
}
.ttil .ttil-comp .view3 .row.ttil-bg-dark-grey {
  background-color: #54575A !important;
}
.ttil .ttil-comp .view3 .row.ttil-bg-dark-grey .card {
  background-color: #54575A !important;
}
.ttil .ttil-comp .view3 .row.ttil-bg-dark-grey .card .card3-eyebrow {
  color: #FFFFFF !important;
}
.ttil .ttil-comp .view3 .row.ttil-bg-dark-grey .card .card3-title .spcl-heading {
  color: #FFFFFF !important;
}
.ttil .ttil-comp .view3 .row.ttil-bg-dark-grey .card .card3-text {
  color: #FFFFFF !important;
}
.ttil .ttil-comp .view3 .row.ttil-bg-dark-grey .card .card3-text p {
  color: #FFFFFF !important;
}
.ttil .ttil-comp .view3 .row.ttil-bg-dark-grey .card .card3-text ul li:before {
  color: #FFFFFF !important;
}
.ttil .ttil-comp .view3 .row.ttil-bg-dark-grey .card .card3-subTitle {
  color: #FFFFFF !important;
}
.ttil .ttil-comp .view3 .row.ttil-bg-red {
  background-color: #A41E22 !important;
}
.ttil .ttil-comp .view3 .row.ttil-bg-red .card {
  background-color: #A41E22 !important;
}
.ttil .ttil-comp .view3 .row.ttil-bg-red .card .card3-eyebrow {
  color: #FFFFFF !important;
}
.ttil .ttil-comp .view3 .row.ttil-bg-red .card .card3-title .spcl-heading {
  color: #FFFFFF !important;
}
.ttil .ttil-comp .view3 .row.ttil-bg-red .card .card3-text {
  color: #FFFFFF !important;
}
.ttil .ttil-comp .view3 .row.ttil-bg-red .card .card3-text p {
  color: #FFFFFF !important;
}
.ttil .ttil-comp .view3 .row.ttil-bg-red .card .card3-text ul li:before {
  color: #FFFFFF !important;
}
.ttil .ttil-comp .view3 .row.ttil-bg-red .card .card3-subTitle {
  color: #FFFFFF !important;
}
.ttil .ttil-comp .ttil_view9 .performance-ttil-page,
.ttil .ttil-comp .ttil_view6 .performance-ttil-page,
.ttil .ttil-comp .ttil_view5 .performance-ttil-page {
  padding-top: 20px;
  padding-bottom: 20px;
}
.ttil .ttil-comp .ttil_view9 .performance-ttil-page .perform-eyebrow,
.ttil .ttil-comp .ttil_view6 .performance-ttil-page .perform-eyebrow,
.ttil .ttil-comp .ttil_view5 .performance-ttil-page .perform-eyebrow {
  font-family: 'Liberator', serif;
  font-size: 20px;
  letter-spacing: 0.24px;
  padding-bottom: 21px;
}
@media (max-width: 870px) {
  .ttil .ttil-comp .ttil_view9 .performance-ttil-page .perform-eyebrow,
  .ttil .ttil-comp .ttil_view6 .performance-ttil-page .perform-eyebrow,
  .ttil .ttil-comp .ttil_view5 .performance-ttil-page .perform-eyebrow {
    font-size: 14px;
  }
}
.ttil .ttil-comp .ttil_view9 .performance-ttil-page .perform-subheading,
.ttil .ttil-comp .ttil_view6 .performance-ttil-page .perform-subheading,
.ttil .ttil-comp .ttil_view5 .performance-ttil-page .perform-subheading {
  font-family: "Open Sans";
  font-size: 20px;
  text-align: left;
  letter-spacing: 0px;
  padding-bottom: 10px;
}
.ttil .ttil-comp .ttil_view9 .performance-ttil-page .perform-heading,
.ttil .ttil-comp .ttil_view6 .performance-ttil-page .perform-heading,
.ttil .ttil-comp .ttil_view5 .performance-ttil-page .perform-heading {
  font-family: 'Liberator', serif;
  font-size: 50px;
  letter-spacing: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  text-transform: uppercase;
  color: #000000;
}
@media (max-width: 870px) {
  .ttil .ttil-comp .ttil_view9 .performance-ttil-page .perform-heading,
  .ttil .ttil-comp .ttil_view6 .performance-ttil-page .perform-heading,
  .ttil .ttil-comp .ttil_view5 .performance-ttil-page .perform-heading {
    font-size: 38px;
  }
}
.ttil .ttil-comp .ttil_view9 .performance-ttil-page .perform-headingdescript,
.ttil .ttil-comp .ttil_view6 .performance-ttil-page .perform-headingdescript,
.ttil .ttil-comp .ttil_view5 .performance-ttil-page .perform-headingdescript {
  font-family: "Open Sans";
  font-size: 20px;
  text-align: left;
  letter-spacing: 0px;
  padding-bottom: 10px;
  padding-top: 35px;
}
.ttil .ttil-comp .ttil_view9 .performance-ttil-page .perform-headingdescript p,
.ttil .ttil-comp .ttil_view6 .performance-ttil-page .perform-headingdescript p,
.ttil .ttil-comp .ttil_view5 .performance-ttil-page .perform-headingdescript p {
  text-align: left;
  font-size: 20px;
}
.ttil .ttil-comp .ttil_view9 .performance-ttil-page .perform-headingdescript ul li:before,
.ttil .ttil-comp .ttil_view6 .performance-ttil-page .perform-headingdescript ul li:before,
.ttil .ttil-comp .ttil_view5 .performance-ttil-page .perform-headingdescript ul li:before {
  content: "\2192";
  border-width: 0.35em 0 0.35em 0.45em;
  display: block;
  height: 10px;
  width: 17px;
  left: -1.5em;
  top: 0.7em;
  position: relative;
}
.ttil .ttil-comp .ttil_view9 .performance-ttil-page .view5-btn-div,
.ttil .ttil-comp .ttil_view6 .performance-ttil-page .view5-btn-div,
.ttil .ttil-comp .ttil_view5 .performance-ttil-page .view5-btn-div {
  margin-top: 20px;
}
.ttil .ttil-comp .ttil_view9 .row.ttil-bg-white,
.ttil .ttil-comp .ttil_view6 .row.ttil-bg-white,
.ttil .ttil-comp .ttil_view5 .row.ttil-bg-white {
  background-color: #FFFFFF !important;
}
.ttil .ttil-comp .ttil_view9 .row.ttil-bg-white .performance-ttil-page,
.ttil .ttil-comp .ttil_view6 .row.ttil-bg-white .performance-ttil-page,
.ttil .ttil-comp .ttil_view5 .row.ttil-bg-white .performance-ttil-page {
  background-color: #FFFFFF !important;
}
.ttil .ttil-comp .ttil_view9 .row.ttil-bg-grey,
.ttil .ttil-comp .ttil_view6 .row.ttil-bg-grey,
.ttil .ttil-comp .ttil_view5 .row.ttil-bg-grey {
  background-color: #DBDAD9 !important;
}
.ttil .ttil-comp .ttil_view9 .row.ttil-bg-grey .performance-ttil-page,
.ttil .ttil-comp .ttil_view6 .row.ttil-bg-grey .performance-ttil-page,
.ttil .ttil-comp .ttil_view5 .row.ttil-bg-grey .performance-ttil-page {
  background-color: #DBDAD9 !important;
}
.ttil .ttil-comp .ttil_view9 .row.ttil-bg-black,
.ttil .ttil-comp .ttil_view6 .row.ttil-bg-black,
.ttil .ttil-comp .ttil_view5 .row.ttil-bg-black {
  background-color: #060505 !important;
}
.ttil .ttil-comp .ttil_view9 .row.ttil-bg-black .performance-ttil-page,
.ttil .ttil-comp .ttil_view6 .row.ttil-bg-black .performance-ttil-page,
.ttil .ttil-comp .ttil_view5 .row.ttil-bg-black .performance-ttil-page {
  background-color: #060505 !important;
}
.ttil .ttil-comp .ttil_view9 .row.ttil-bg-black .performance-ttil-page .perform-eyebrow,
.ttil .ttil-comp .ttil_view6 .row.ttil-bg-black .performance-ttil-page .perform-eyebrow,
.ttil .ttil-comp .ttil_view5 .row.ttil-bg-black .performance-ttil-page .perform-eyebrow {
  color: #FFFFFF !important;
}
.ttil .ttil-comp .ttil_view9 .row.ttil-bg-black .performance-ttil-page .perform-heading,
.ttil .ttil-comp .ttil_view6 .row.ttil-bg-black .performance-ttil-page .perform-heading,
.ttil .ttil-comp .ttil_view5 .row.ttil-bg-black .performance-ttil-page .perform-heading {
  color: #FFFFFF !important;
}
.ttil .ttil-comp .ttil_view9 .row.ttil-bg-black .performance-ttil-page .perform-subheading,
.ttil .ttil-comp .ttil_view6 .row.ttil-bg-black .performance-ttil-page .perform-subheading,
.ttil .ttil-comp .ttil_view5 .row.ttil-bg-black .performance-ttil-page .perform-subheading,
.ttil .ttil-comp .ttil_view9 .row.ttil-bg-black .performance-ttil-page .perform-headingdescript,
.ttil .ttil-comp .ttil_view6 .row.ttil-bg-black .performance-ttil-page .perform-headingdescript,
.ttil .ttil-comp .ttil_view5 .row.ttil-bg-black .performance-ttil-page .perform-headingdescript {
  color: #FFFFFF !important;
}
.ttil .ttil-comp .ttil_view9 .row.ttil-bg-black .performance-ttil-page .perform-subheading p,
.ttil .ttil-comp .ttil_view6 .row.ttil-bg-black .performance-ttil-page .perform-subheading p,
.ttil .ttil-comp .ttil_view5 .row.ttil-bg-black .performance-ttil-page .perform-subheading p,
.ttil .ttil-comp .ttil_view9 .row.ttil-bg-black .performance-ttil-page .perform-headingdescript p,
.ttil .ttil-comp .ttil_view6 .row.ttil-bg-black .performance-ttil-page .perform-headingdescript p,
.ttil .ttil-comp .ttil_view5 .row.ttil-bg-black .performance-ttil-page .perform-headingdescript p {
  color: #FFFFFF !important;
}
.ttil .ttil-comp .ttil_view9 .row.ttil-bg-black .performance-ttil-page .perform-subheading ul li:before,
.ttil .ttil-comp .ttil_view6 .row.ttil-bg-black .performance-ttil-page .perform-subheading ul li:before,
.ttil .ttil-comp .ttil_view5 .row.ttil-bg-black .performance-ttil-page .perform-subheading ul li:before,
.ttil .ttil-comp .ttil_view9 .row.ttil-bg-black .performance-ttil-page .perform-headingdescript ul li:before,
.ttil .ttil-comp .ttil_view6 .row.ttil-bg-black .performance-ttil-page .perform-headingdescript ul li:before,
.ttil .ttil-comp .ttil_view5 .row.ttil-bg-black .performance-ttil-page .perform-headingdescript ul li:before {
  color: #FFFFFF !important;
}
.ttil .ttil-comp .ttil_view9 .row.ttil-bg-dark-grey,
.ttil .ttil-comp .ttil_view6 .row.ttil-bg-dark-grey,
.ttil .ttil-comp .ttil_view5 .row.ttil-bg-dark-grey {
  background-color: #54575A !important;
}
.ttil .ttil-comp .ttil_view9 .row.ttil-bg-dark-grey .performance-ttil-page,
.ttil .ttil-comp .ttil_view6 .row.ttil-bg-dark-grey .performance-ttil-page,
.ttil .ttil-comp .ttil_view5 .row.ttil-bg-dark-grey .performance-ttil-page {
  background-color: #54575A !important;
}
.ttil .ttil-comp .ttil_view9 .row.ttil-bg-dark-grey .performance-ttil-page .perform-eyebrow,
.ttil .ttil-comp .ttil_view6 .row.ttil-bg-dark-grey .performance-ttil-page .perform-eyebrow,
.ttil .ttil-comp .ttil_view5 .row.ttil-bg-dark-grey .performance-ttil-page .perform-eyebrow {
  color: #FFFFFF !important;
}
.ttil .ttil-comp .ttil_view9 .row.ttil-bg-dark-grey .performance-ttil-page .perform-heading,
.ttil .ttil-comp .ttil_view6 .row.ttil-bg-dark-grey .performance-ttil-page .perform-heading,
.ttil .ttil-comp .ttil_view5 .row.ttil-bg-dark-grey .performance-ttil-page .perform-heading {
  color: #FFFFFF !important;
}
.ttil .ttil-comp .ttil_view9 .row.ttil-bg-dark-grey .performance-ttil-page .perform-subheading,
.ttil .ttil-comp .ttil_view6 .row.ttil-bg-dark-grey .performance-ttil-page .perform-subheading,
.ttil .ttil-comp .ttil_view5 .row.ttil-bg-dark-grey .performance-ttil-page .perform-subheading,
.ttil .ttil-comp .ttil_view9 .row.ttil-bg-dark-grey .performance-ttil-page .perform-headingdescript,
.ttil .ttil-comp .ttil_view6 .row.ttil-bg-dark-grey .performance-ttil-page .perform-headingdescript,
.ttil .ttil-comp .ttil_view5 .row.ttil-bg-dark-grey .performance-ttil-page .perform-headingdescript {
  color: #FFFFFF !important;
}
.ttil .ttil-comp .ttil_view9 .row.ttil-bg-dark-grey .performance-ttil-page .perform-subheading p,
.ttil .ttil-comp .ttil_view6 .row.ttil-bg-dark-grey .performance-ttil-page .perform-subheading p,
.ttil .ttil-comp .ttil_view5 .row.ttil-bg-dark-grey .performance-ttil-page .perform-subheading p,
.ttil .ttil-comp .ttil_view9 .row.ttil-bg-dark-grey .performance-ttil-page .perform-headingdescript p,
.ttil .ttil-comp .ttil_view6 .row.ttil-bg-dark-grey .performance-ttil-page .perform-headingdescript p,
.ttil .ttil-comp .ttil_view5 .row.ttil-bg-dark-grey .performance-ttil-page .perform-headingdescript p {
  color: #FFFFFF !important;
}
.ttil .ttil-comp .ttil_view9 .row.ttil-bg-dark-grey .performance-ttil-page .perform-subheading ul li:before,
.ttil .ttil-comp .ttil_view6 .row.ttil-bg-dark-grey .performance-ttil-page .perform-subheading ul li:before,
.ttil .ttil-comp .ttil_view5 .row.ttil-bg-dark-grey .performance-ttil-page .perform-subheading ul li:before,
.ttil .ttil-comp .ttil_view9 .row.ttil-bg-dark-grey .performance-ttil-page .perform-headingdescript ul li:before,
.ttil .ttil-comp .ttil_view6 .row.ttil-bg-dark-grey .performance-ttil-page .perform-headingdescript ul li:before,
.ttil .ttil-comp .ttil_view5 .row.ttil-bg-dark-grey .performance-ttil-page .perform-headingdescript ul li:before {
  color: #FFFFFF !important;
}
.ttil .ttil-comp .ttil_view9 .row.ttil-bg-red,
.ttil .ttil-comp .ttil_view6 .row.ttil-bg-red,
.ttil .ttil-comp .ttil_view5 .row.ttil-bg-red {
  background-color: #A41E22 !important;
}
.ttil .ttil-comp .ttil_view9 .row.ttil-bg-red .performance-ttil-page,
.ttil .ttil-comp .ttil_view6 .row.ttil-bg-red .performance-ttil-page,
.ttil .ttil-comp .ttil_view5 .row.ttil-bg-red .performance-ttil-page {
  background-color: #A41E22 !important;
}
.ttil .ttil-comp .ttil_view9 .row.ttil-bg-red .performance-ttil-page .perform-eyebrow,
.ttil .ttil-comp .ttil_view6 .row.ttil-bg-red .performance-ttil-page .perform-eyebrow,
.ttil .ttil-comp .ttil_view5 .row.ttil-bg-red .performance-ttil-page .perform-eyebrow {
  color: #FFFFFF !important;
}
.ttil .ttil-comp .ttil_view9 .row.ttil-bg-red .performance-ttil-page .perform-heading,
.ttil .ttil-comp .ttil_view6 .row.ttil-bg-red .performance-ttil-page .perform-heading,
.ttil .ttil-comp .ttil_view5 .row.ttil-bg-red .performance-ttil-page .perform-heading {
  color: #FFFFFF !important;
}
.ttil .ttil-comp .ttil_view9 .row.ttil-bg-red .performance-ttil-page .perform-subheading,
.ttil .ttil-comp .ttil_view6 .row.ttil-bg-red .performance-ttil-page .perform-subheading,
.ttil .ttil-comp .ttil_view5 .row.ttil-bg-red .performance-ttil-page .perform-subheading,
.ttil .ttil-comp .ttil_view9 .row.ttil-bg-red .performance-ttil-page .perform-headingdescript,
.ttil .ttil-comp .ttil_view6 .row.ttil-bg-red .performance-ttil-page .perform-headingdescript,
.ttil .ttil-comp .ttil_view5 .row.ttil-bg-red .performance-ttil-page .perform-headingdescript {
  color: #FFFFFF !important;
}
.ttil .ttil-comp .ttil_view9 .row.ttil-bg-red .performance-ttil-page .perform-subheading p,
.ttil .ttil-comp .ttil_view6 .row.ttil-bg-red .performance-ttil-page .perform-subheading p,
.ttil .ttil-comp .ttil_view5 .row.ttil-bg-red .performance-ttil-page .perform-subheading p,
.ttil .ttil-comp .ttil_view9 .row.ttil-bg-red .performance-ttil-page .perform-headingdescript p,
.ttil .ttil-comp .ttil_view6 .row.ttil-bg-red .performance-ttil-page .perform-headingdescript p,
.ttil .ttil-comp .ttil_view5 .row.ttil-bg-red .performance-ttil-page .perform-headingdescript p {
  color: #FFFFFF !important;
}
.ttil .ttil-comp .ttil_view9 .row.ttil-bg-red .performance-ttil-page .perform-subheading ul li:before,
.ttil .ttil-comp .ttil_view6 .row.ttil-bg-red .performance-ttil-page .perform-subheading ul li:before,
.ttil .ttil-comp .ttil_view5 .row.ttil-bg-red .performance-ttil-page .perform-subheading ul li:before,
.ttil .ttil-comp .ttil_view9 .row.ttil-bg-red .performance-ttil-page .perform-headingdescript ul li:before,
.ttil .ttil-comp .ttil_view6 .row.ttil-bg-red .performance-ttil-page .perform-headingdescript ul li:before,
.ttil .ttil-comp .ttil_view5 .row.ttil-bg-red .performance-ttil-page .perform-headingdescript ul li:before {
  color: #FFFFFF !important;
}
.ttil .ttil-comp .ttil_view4 {
  margin: 0px;
}
.ttil .ttil-comp .ttil_view4 .performance-ttil-image {
  padding: 1.5rem 1rem;
}
.ttil .ttil-comp .ttil_view4 .performance-ttil-page {
  padding: 1rem;
}
.ttil .ttil-comp .ttil_view4 .performance-ttil-page .perform-eyebrow {
  font-family: 'Liberator', serif;
  font-size: 24px;
  letter-spacing: 0.24px;
  padding-bottom: 21px;
}
.ttil .ttil-comp .ttil_view4 .performance-ttil-page .perform-heading {
  font-family: 'Liberator', serif;
  font-size: 50px;
  letter-spacing: 0px;
  padding-bottom: 21px;
  margin-bottom: 0px;
  text-transform: uppercase;
  color: #000000;
}
.ttil .ttil-comp .ttil_view4 .performance-ttil-page .perform-headingdescript {
  font-family: "Open Sans";
  font-size: 20px;
  text-align: left;
  letter-spacing: 0px;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .ttil .ttil-comp .ttil_view4 .performance-ttil-page .perform-headingdescript {
    font-size: 14px;
  }
}
.ttil .ttil-comp .ttil_view4 .performance-ttil-page .perform-headingdescript p {
  text-align: left;
  font-family: "Open Sans";
  font-size: 20px;
}
@media (max-width: 767px) {
  .ttil .ttil-comp .ttil_view4 .performance-ttil-page .perform-headingdescript p {
    font-size: 14px;
  }
}
.ttil .ttil-comp .ttil_view4 .performance-ttil-page .perform-headingdescript ul li:before {
  content: "\2022";
  border-width: 0.35em 0 0.35em 0.45em;
  display: block;
  height: 10px;
  width: 17px;
  left: -1.5em;
  top: 0.7em;
  position: relative;
}
.ttil .ttil-comp .ttil_view4 .performance-ttil-page .perform-subtitle {
  margin-bottom: 20px;
}
.ttil .ttil-comp .ttil_view4 .performance-ttil-page .perform-disclaimer p {
  text-align: left;
  font-family: "Open Sans";
  font-size: 14px;
  margin-top: 76px;
}
@media (max-width: 767px) {
  .ttil .ttil-comp .ttil_view4 .performance-ttil-page .perform-disclaimer p {
    margin-top: 46px;
    font-size: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ttil .ttil-comp .ttil_view4 .performance-ttil-page .perform-disclaimer p {
    margin-top: 20px;
  }
}
.ttil .ttil-comp .ttil_view4 .performance-ttil-page .data-box button {
  margin-right: 20px;
}
.ttil .ttil-comp .ttil_view4 .performance-ttil-page .data-box .grey-btn,
.ttil .ttil-comp .ttil_view4 .performance-ttil-page .data-box2 .grey-btn {
  width: auto;
  height: auto;
  min-width: 258px;
  padding: 0 30px;
  max-width: 100%;
  font-size: 16px;
  border-width: 1px;
  border-style: solid;
  letter-spacing: 1px;
  min-height: 44px;
  font-weight: 800;
  text-transform: uppercase;
}
.ttil .ttil-comp .ttil_view4 .performance-ttil-page .perform-eyebrow,
.ttil .ttil-comp .ttil_view4 .performance-ttil-page .perform-heading,
.ttil .ttil-comp .ttil_view4 .performance-ttil-page .perform-subtitle,
.ttil .ttil-comp .ttil_view4 .performance-ttil-page .perform-headingdescript p,
.ttil .ttil-comp .ttil_view4 .performance-ttil-page .perform-disclaimer {
  color: white;
}
.ttil .ttil-comp .ttil_view4 .row.ttil-bg-white {
  background-color: #FFFFFF !important;
}
.ttil .ttil-comp .ttil_view4 .row.ttil-bg-white .performance-ttil-page {
  background-color: #FFFFFF !important;
}
.ttil .ttil-comp .ttil_view4 .row.ttil-bg-grey {
  background-color: #DBDAD9 !important;
}
.ttil .ttil-comp .ttil_view4 .row.ttil-bg-grey .performance-ttil-page {
  background-color: #DBDAD9 !important;
}
.ttil .ttil-comp .ttil_view4 .row.ttil-bg-black {
  background-color: #060505 !important;
}
.ttil .ttil-comp .ttil_view4 .row.ttil-bg-black .performance-ttil-page {
  background-color: #060505 !important;
}
.ttil .ttil-comp .ttil_view4 .row.ttil-bg-black .performance-ttil-page .perform-eyebrow {
  color: #FFFFFF !important;
}
.ttil .ttil-comp .ttil_view4 .row.ttil-bg-black .performance-ttil-page .perform-heading {
  color: #FFFFFF !important;
}
.ttil .ttil-comp .ttil_view4 .row.ttil-bg-black .performance-ttil-page .perform-headingdescript {
  color: #FFFFFF !important;
}
.ttil .ttil-comp .ttil_view4 .row.ttil-bg-black .performance-ttil-page .perform-headingdescript p {
  color: #FFFFFF !important;
}
.ttil .ttil-comp .ttil_view4 .row.ttil-bg-black .performance-ttil-page .perform-headingdescript ul li:before {
  color: #FFFFFF !important;
}
.ttil .ttil-comp .ttil_view4 .row.ttil-bg-dark-grey {
  background-color: #54575A !important;
}
.ttil .ttil-comp .ttil_view4 .row.ttil-bg-dark-grey .performance-ttil-page {
  background-color: #54575A !important;
}
.ttil .ttil-comp .ttil_view4 .row.ttil-bg-dark-grey .performance-ttil-page .perform-eyebrow {
  color: #FFFFFF !important;
}
.ttil .ttil-comp .ttil_view4 .row.ttil-bg-dark-grey .performance-ttil-page .perform-heading {
  color: #FFFFFF !important;
}
.ttil .ttil-comp .ttil_view4 .row.ttil-bg-dark-grey .performance-ttil-page .perform-headingdescript {
  color: #FFFFFF !important;
}
.ttil .ttil-comp .ttil_view4 .row.ttil-bg-dark-grey .performance-ttil-page .perform-headingdescript p {
  color: #FFFFFF !important;
}
.ttil .ttil-comp .ttil_view4 .row.ttil-bg-dark-grey .performance-ttil-page .perform-headingdescript ul li:before {
  color: #FFFFFF !important;
}
.ttil .ttil-comp .ttil_view4 .row.ttil-bg-red {
  background-color: #A41E22 !important;
}
.ttil .ttil-comp .ttil_view4 .row.ttil-bg-red .performance-ttil-page {
  background-color: #A41E22 !important;
}
.ttil .ttil-comp .ttil_view4 .row.ttil-bg-red .performance-ttil-page .perform-eyebrow {
  color: #FFFFFF !important;
}
.ttil .ttil-comp .ttil_view4 .row.ttil-bg-red .performance-ttil-page .perform-heading {
  color: #FFFFFF !important;
}
.ttil .ttil-comp .ttil_view4 .row.ttil-bg-red .performance-ttil-page .perform-headingdescript {
  color: #FFFFFF !important;
}
.ttil .ttil-comp .ttil_view4 .row.ttil-bg-red .performance-ttil-page .perform-headingdescript p {
  color: #FFFFFF !important;
}
.ttil .ttil-comp .ttil_view4 .row.ttil-bg-red .performance-ttil-page .perform-headingdescript ul li:before {
  color: #FFFFFF !important;
}
@media only screen and (max-width: 767px) {
  .ttil .ttil-comp .ttil_view4 .performance-ttil-image,
  .ttil .ttil-comp .ttil_view4 .performance-ttil-page {
    margin-top: 0;
  }
}
.ttil .ttil-comp .ttil-view10 .ttil-bgview .ttil-text-container.ttil-right .ttil-cta button {
  margin-right: 0;
  margin-left: 20px;
}
.ttil .ttil-comp .ttil-view10 .ttil-bgview .ttil-text-container .tt-v10-text .ttil-eyebrow {
  font-family: 'Liberator', serif;
  font-size: 24px;
  letter-spacing: 0.24px;
}
@media (max-width: 1024px) {
  .ttil .ttil-comp .ttil-view10 .ttil-bgview .ttil-text-container .tt-v10-text .ttil-eyebrow {
    font-size: 22px;
  }
}
.ttil .ttil-comp .ttil-view10 .ttil-bgview .ttil-text-container .tt-v10-text .ttil-title .spcl-heading {
  font-family: 'Liberator', serif;
  font-size: 50px;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #262c3c;
}
@media (max-width: 1024px) {
  .ttil .ttil-comp .ttil-view10 .ttil-bgview .ttil-text-container .tt-v10-text .ttil-title .spcl-heading {
    font-size: 30px;
  }
}
.ttil .ttil-comp .ttil-view10 .ttil-bgview .ttil-text-container .tt-v10-text .ttil-content,
.ttil .ttil-comp .ttil-view10 .ttil-bgview .ttil-text-container .tt-v10-text .ttil-subTitle {
  font-family: "Open Sans";
  font-size: 20px;
  letter-spacing: 0px;
  padding: 15px;
}
.ttil .ttil-comp .ttil-view10 .ttil-bgview .ttil-text-container .ttil-cta button {
  margin-bottom: 20px;
}
.ttil .ttil-comp .ttil-view10 .ttil-bgview .ttil-text-container.ttil-bg-white .tt-v10-text {
  background-color: #FFFFFF;
  color: #212529;
  opacity: 0.7;
}
.ttil .ttil-comp .ttil-view10 .ttil-bgview .ttil-text-container.ttil-bg-white .tt-v10-text .spcl-heading {
  color: #212529;
}
.ttil .ttil-comp .ttil-view10 .ttil-bgview .ttil-text-container.ttil-bg-white .tt-v10-text .ttil-content p {
  color: #212529;
}
.ttil .ttil-comp .ttil-view10 .ttil-bgview .ttil-text-container.ttil-bg-grey .tt-v10-text {
  background-color: #DBDAD9;
  color: #212529;
  opacity: 0.7;
}
.ttil .ttil-comp .ttil-view10 .ttil-bgview .ttil-text-container.ttil-bg-grey .tt-v10-text .spcl-heading {
  color: #212529;
}
.ttil .ttil-comp .ttil-view10 .ttil-bgview .ttil-text-container.ttil-bg-grey .tt-v10-text .ttil-content p {
  color: #212529;
}
.ttil .ttil-comp .ttil-view10 .ttil-bgview .ttil-text-container.ttil-bg-black .tt-v10-text {
  background-color: #060505;
  color: #FFFFFF;
  opacity: 0.7;
}
.ttil .ttil-comp .ttil-view10 .ttil-bgview .ttil-text-container.ttil-bg-black .tt-v10-text .spcl-heading {
  color: #FFFFFF;
}
.ttil .ttil-comp .ttil-view10 .ttil-bgview .ttil-text-container.ttil-bg-black .tt-v10-text .ttil-content p {
  color: #FFFFFF;
}
.ttil .ttil-comp .ttil-view10 .ttil-bgview .ttil-text-container.ttil-bg-dark-grey .tt-v10-text {
  background-color: #54575A;
  color: #262c3c;
  opacity: 0.7;
}
.ttil .ttil-comp .ttil-view10 .ttil-bgview .ttil-text-container.ttil-bg-dark-grey .tt-v10-text .spcl-heading {
  color: #262c3c;
}
.ttil .ttil-comp .ttil-view10 .ttil-bgview .ttil-text-container.ttil-bg-dark-grey .tt-v10-text .ttil-content p {
  color: #262c3c;
}
.ttil .ttil-comp .ttil-view10 .ttil-bgview .ttil-text-container.ttil-bg-red .tt-v10-text {
  background-color: #A41E22;
  color: #FFFFFF;
  opacity: 0.7;
}
.ttil .ttil-comp .ttil-view10 .ttil-bgview .ttil-text-container.ttil-bg-red .tt-v10-text .spcl-heading {
  color: #FFFFFF;
}
.ttil .ttil-comp .ttil-view10 .ttil-bgview .ttil-text-container.ttil-bg-red .tt-v10-text .ttil-content p {
  color: #FFFFFF;
}
/*phone*/
@media only screen and (max-width: 767px) {
  .ttil .ttil-comp .row.align-items-center {
    margin: 0px;
  }
  .ttil .ttil-comp .ttil-view10 .ttil-bgview .ttil-text-container {
    max-width: 100%;
    margin: 0 auto;
    bottom: 20%;
  }
  .ttil .ttil-comp .ttil-view10 .ttil-bgview .ttil-text-container.ttil-left {
    left: 0%;
  }
  .ttil .ttil-comp .ttil-view10 .ttil-bgview .ttil-text-container .tt-v10-text {
    padding: 0 10px;
  }
  .ttil .ttil-comp .ttil-view10 .ttil-bgview .ttil-text-container .tt-v10-text .ttil-eyebrow {
    font-family: "Open Sans";
    font-size: 20px;
    letter-spacing: 1.1px;
  }
  .ttil .ttil-comp .ttil-view10 .ttil-bgview .ttil-text-container .tt-v10-text .ttil-title .spcl-heading {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 1.3px;
    padding-bottom: 13px;
  }
  .ttil .ttil-comp .ttil-view10 .ttil-bgview .ttil-text-container .tt-v10-text .spcl-content {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 22px;
    padding-bottom: 20px;
  }
  .ttil .ttil-comp .ttil-view10 .ttil-bgview .ttil-text-container .tt-v10-text .ttil-cta button {
    margin: 5px;
    font-size: 14px;
    padding: 16px 0;
    line-height: 14px;
    letter-spacing: 0.7px;
    text-aling: center;
  }
  .ttil .ttil-comp .ttil-view1 .tt-v2-image {
    width: 100%;
  }
  .ttil .ttil-comp .ttil-view1 .tt-v2-image .card-img-top {
    height: 100%;
  }
  .ttil .ttil-comp .ttil-view1 .tt-v2-text {
    padding: 40px 22px;
  }
  .ttil .ttil-comp .ttil-view1 .ttil-cta button {
    margin: 10px;
  }
  .ttil .ttil-comp .ttil-view1 .card .card-eyebrow {
    font-size: 20px;
  }
  .ttil .ttil-comp .ttil-view1 .card .card-title .spcl-heading {
    font-size: 24px;
  }
  .ttil .ttil-comp .ttil-view1 .card .card-content {
    font-size: 18px;
  }
  .ttil .ttil-comp .ttil-view1 .card .card-content ul li:before {
    font-size: 18px;
  }
  .ttil .ttil-comp .ttil-view1 .card .card-subTitle {
    font-size: 18px;
  }
  .ttil .ttil-comp .view2 .card-img-overlay .card.floating-box .ttil-cta button {
    margin: 10px;
  }
  .ttil .ttil-comp .view2 .card-body .ttil-eyebrow {
    font-size: 20px;
  }
  .ttil .ttil-comp .view2 .card-body .spcl-heading {
    font-size: 24px;
  }
  .ttil .ttil-comp .view2 .card-body .spcl-text {
    font-size: 18px;
  }
  .ttil .ttil-comp .view2 .card-body .spcl-text p {
    font-size: 18px;
  }
  .ttil .ttil-comp .view2 .card-body .spcl-subtitle {
    font-size: 18px;
  }
  .view3 .col-md-5.performance-ttil-image {
    padding: 0px;
  }
  .view3 .card {
    padding: 50px 30px !important;
  }
  .view3 .card .ttil-cta button {
    margin: 10px;
  }
  .view3 .card .card3-eyebrow {
    font-size: 20px;
  }
  .view3 .card .card3-title .spcl-heading {
    font-size: 24px;
  }
  .view3 .card .card3-text {
    font-size: 18px;
  }
  .view3 .card .card3-text p {
    font-size: 18px;
  }
  .view3 .card .card3-text ul li:before {
    font-size: 18px;
  }
  .view3 .card .card3-subTitle {
    font-size: 18px;
  }
  .ttil_view4 .row.align-items-center {
    margin: 0px;
  }
  .ttil_view4 .col-md-6.performance-ttil-image {
    padding: 0px;
  }
  .ttil_view4 .performance-ttil-page .data-box button {
    margin: 10px;
  }
  .ttil_view4 .performance-ttil-page .perform-eyebrow {
    font-size: 20px;
  }
  .ttil_view4 .performance-ttil-page .perform-heading {
    font-size: 24px;
  }
  .ttil_view4 .performance-ttil-page .perform-headingdescript {
    font-size: 18px;
  }
  .ttil_view4 .performance-ttil-page .perform-headingdescript p {
    font-size: 18px;
  }
  .ttil_view4 .performance-ttil-page .perform-headingdescript ul li:before {
    font-size: 18px;
  }
  .ttil_view4 .performance-ttil-page .perform-subtitle {
    font-size: 18px;
  }
  .ttil_view4 .performance-ttil-page .perform-disclaimer p {
    font-size: 18px;
  }
  .ttil_view9 .performance-ttil-image,
  .ttil_view6 .performance-ttil-image,
  .ttil_view5 .performance-ttil-image {
    padding: 0px;
  }
  .ttil_view9 .performance-ttil-page .view5-btn-div button,
  .ttil_view6 .performance-ttil-page .view5-btn-div button,
  .ttil_view5 .performance-ttil-page .view5-btn-div button {
    margin: 10px;
  }
  .ttil_view9 .performance-ttil-page .perform-eyebrow,
  .ttil_view6 .performance-ttil-page .perform-eyebrow,
  .ttil_view5 .performance-ttil-page .perform-eyebrow {
    font-size: 20px;
  }
  .ttil_view9 .performance-ttil-page .perform-subheading,
  .ttil_view6 .performance-ttil-page .perform-subheading,
  .ttil_view5 .performance-ttil-page .perform-subheading {
    font-size: 18px;
  }
  .ttil_view9 .performance-ttil-page .perform-heading,
  .ttil_view6 .performance-ttil-page .perform-heading,
  .ttil_view5 .performance-ttil-page .perform-heading {
    font-size: 24px;
  }
  .ttil_view9 .performance-ttil-page .perform-headingdescript,
  .ttil_view6 .performance-ttil-page .perform-headingdescript,
  .ttil_view5 .performance-ttil-page .perform-headingdescript {
    font-size: 18px;
  }
  .ttil_view9 .performance-ttil-page .perform-headingdescript p,
  .ttil_view6 .performance-ttil-page .perform-headingdescript p,
  .ttil_view5 .performance-ttil-page .perform-headingdescript p {
    font-size: 18px;
  }
  .ttil_view9 .performance-ttil-page .perform-headingdescript ul li:before,
  .ttil_view6 .performance-ttil-page .perform-headingdescript ul li:before,
  .ttil_view5 .performance-ttil-page .perform-headingdescript ul li:before {
    font-size: 18px;
  }
}
/*tablet*/
@media only screen and (min-width:768px) and (max-width:1024px) {
  .ttil .ttil-comp .ttil-view10 .ttil-bgview .ttil-text-container .tt-v10-text .ttil-cta button {
    margin-bottom: 15px;
  }
  .ttil .ttil-comp .ttil-view10 .ttil-bgview .ttil-text-container .tt-v10-text .ttil-eyebrow {
    font-size: 16px;
  }
  .ttil .ttil-comp .ttil-view10 .ttil-bgview .ttil-text-container .tt-v10-text .ttil-title .spcl-heading {
    font-size: 24px;
  }
  .ttil .ttil-comp .ttil-view10 .ttil-bgview .ttil-text-container .tt-v10-text .spcl-content {
    font-size: 14px;
  }
  .ttil .ttil-comp .row.align-items-center {
    margin: 0px;
  }
  .ttil .ttil-comp .ttil-view1 .tt-v2-image {
    padding: 0px;
    width: 100%;
  }
  .ttil .ttil-comp .ttil-view1 .tt-v2-image .card-img-top {
    height: 100%;
  }
  .ttil .ttil-comp .ttil-view1 .tt-v2-text {
    padding: 40px 113px;
  }
  .ttil .ttil-comp .ttil-view1 .ttil-cta button {
    margin-right: 38px;
  }
  .ttil .ttil-comp .ttil-view1 .card .card-eyebrow {
    font-size: 16px;
  }
  .ttil .ttil-comp .ttil-view1 .card .card-title .spcl-heading {
    font-size: 24px;
  }
  .ttil .ttil-comp .ttil-view1 .card .card-content {
    font-size: 14px;
  }
  .ttil .ttil-comp .ttil-view1 .card .card-content ul li:before {
    font-size: 14px;
  }
  .ttil .ttil-comp .ttil-view1 .card .card-subTitle {
    font-size: 14px;
  }
  .ttil .ttil-comp .view2 .card-img-overlay .card.floating-box .ttil-cta button {
    margin-right: 38px;
  }
  .ttil .ttil-comp .view2 .card-body .ttil-eyebrow {
    font-size: 1px;
  }
  .ttil .ttil-comp .view2 .card-body .spcl-heading {
    font-size: 24px;
  }
  .ttil .ttil-comp .view2 .card-body .spcl-text {
    font-size: 14px;
  }
  .ttil .ttil-comp .view2 .card-body .spcl-text p {
    font-size: 14px;
  }
  .ttil .ttil-comp .view2 .card-body .spcl-subtitle {
    font-size: 14px;
  }
  .ttil .ttil-comp .view3 .card .ttil-cta button {
    margin-right: 38px;
  }
  .ttil .ttil-comp .view3 .card .card3-eyebrow {
    font-size: 16px;
  }
  .ttil .ttil-comp .view3 .card .card3-title .spcl-heading {
    font-size: 24px;
  }
  .ttil .ttil-comp .view3 .card .card3-text {
    font-size: 14px;
  }
  .ttil .ttil-comp .view3 .card .card3-text p {
    font-size: 14px;
  }
  .ttil .ttil-comp .view3 .card .card3-text ul li:before {
    font-size: 14px;
  }
  .ttil .ttil-comp .view3 .card .card3-subTitle {
    font-size: 14px;
  }
  .ttil .ttil-comp .view3 .col-md-5.performance-ttil-image {
    padding: 0px;
  }
  .ttil .ttil-comp .view3 .col-md-5.performance-ttil-image,
  .ttil .ttil-comp .view3 .col-md-7.performance-ttil-content {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .ttil .ttil-comp .ttil_view4 .col-md-6.performance-ttil-image {
    padding: 0px;
  }
  .ttil .ttil-comp .ttil_view4 .performance-ttil-page .data-box .grey-btn,
  .ttil .ttil-comp .ttil_view4 .performance-ttil-page .data-box2 .grey-btn {
    width: 200px;
  }
  .ttil .ttil-comp .ttil_view4 .performance-ttil-page .data-box button {
    margin-right: 20px;
  }
  .ttil .ttil-comp .ttil_view4 .performance-ttil-page .perform-eyebrow {
    font-size: 16px;
  }
  .ttil .ttil-comp .ttil_view4 .performance-ttil-page .perform-heading {
    font-size: 24px;
  }
  .ttil .ttil-comp .ttil_view4 .performance-ttil-page .perform-headingdescript {
    font-size: 14px;
  }
  .ttil .ttil-comp .ttil_view4 .performance-ttil-page .perform-headingdescript p {
    font-size: 14px;
  }
  .ttil .ttil-comp .ttil_view4 .performance-ttil-page .perform-headingdescript ul li:before {
    font-size: 14px;
  }
  .ttil .ttil-comp .ttil_view4 .performance-ttil-page .perform-subtitle {
    font-size: 14px;
  }
  .ttil .ttil-comp .ttil_view4 .performance-ttil-page .perform-disclaimer p {
    font-size: 14px;
  }
  .ttil .ttil-comp .ttil_view4 .col-md-6.performance-ttil-image,
  .ttil .ttil-comp .ttil_view4 .col-md-6.performance-ttil-page {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .ttil .ttil-comp .ttil_view9 .performance-ttil-page .perform-eyebrow,
  .ttil .ttil-comp .ttil_view6 .performance-ttil-page .perform-eyebrow,
  .ttil .ttil-comp .ttil_view5 .performance-ttil-page .perform-eyebrow {
    font-size: 16px;
  }
  .ttil .ttil-comp .ttil_view9 .performance-ttil-page .perform-subheading,
  .ttil .ttil-comp .ttil_view6 .performance-ttil-page .perform-subheading,
  .ttil .ttil-comp .ttil_view5 .performance-ttil-page .perform-subheading {
    font-size: 16px;
  }
  .ttil .ttil-comp .ttil_view9 .performance-ttil-page .perform-heading,
  .ttil .ttil-comp .ttil_view6 .performance-ttil-page .perform-heading,
  .ttil .ttil-comp .ttil_view5 .performance-ttil-page .perform-heading {
    font-size: 24px;
  }
  .ttil .ttil-comp .ttil_view9 .performance-ttil-page .perform-headingdescript,
  .ttil .ttil-comp .ttil_view6 .performance-ttil-page .perform-headingdescript,
  .ttil .ttil-comp .ttil_view5 .performance-ttil-page .perform-headingdescript {
    font-size: 14px;
  }
  .ttil .ttil-comp .ttil_view9 .performance-ttil-page .perform-headingdescript p,
  .ttil .ttil-comp .ttil_view6 .performance-ttil-page .perform-headingdescript p,
  .ttil .ttil-comp .ttil_view5 .performance-ttil-page .perform-headingdescript p {
    font-size: 14px;
  }
  .ttil .ttil-comp .ttil_view9 .performance-ttil-page .perform-headingdescript ul li:before,
  .ttil .ttil-comp .ttil_view6 .performance-ttil-page .perform-headingdescript ul li:before,
  .ttil .ttil-comp .ttil_view5 .performance-ttil-page .perform-headingdescript ul li:before {
    font-size: 14px;
  }
  .ttil .ttil-comp .ttil_view9 .col-md-4.performance-ttil-image {
    padding: 0px;
  }
  .ttil .ttil-comp .ttil_view5 .row.justify-content-center.p-4 {
    padding: 0px !important;
  }
  .ttil .ttil-comp .ttil_view5 .col-md-3.performance-ttil-image {
    padding: 0px;
  }
  .ttil .ttil-comp .ttil_view6 .row.justify-content-center.p-4 {
    padding: 0px !important;
  }
  .ttil .ttil-comp .ttil_view6 .col-md-5.performance-ttil-image {
    padding: 0px;
  }
  .view11 .img-fluid {
    height: auto;
  }
  .ttil .ttil-comp .ttil_view4 .performance-ttil-page .perform-heading {
    font-size: 38px;
  }
}
.ttil .ttil-comp .ttil-view10 .ttil-bgview img {
  height: max-content;
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .ttil .ttil-comp .ttil_view4.aboutUs .col-md-6.performance-ttil-image,
  .ttil .ttil-comp .ttil_view4.aboutUs .col-md-6.performance-ttil-page {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .ttil .ttil-comp .ttil_view4.aboutUs .col-md-6.performance-ttil-page {
    padding: 25px;
  }
  .ttil .ttil-comp .ttil_view4.aboutUs .col-md-6.performance-ttil-page .perform-heading {
    padding-bottom: 10px;
  }
  .ttil .ttil-comp .ttil_view4.aboutUs .col-md-6.performance-ttil-page .data-box .grey-btn,
  .ttil .ttil-comp .ttil_view4.aboutUs .col-md-6.performance-ttil-page .ttil .ttil-comp .ttil_view4 .performance-ttil-page .data-box2 .grey-btn {
    width: auto;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .ttil .ttil-comp .ttil_view4.aboutUs .performance-ttil-page .perform-headingdescript p {
    font-size: 15px;
    text-align: center;
  }
  .ttil .ttil-comp .ttil_view4.aboutUs .data-box .grey-btn,
  .ttil .ttil-comp .ttil_view4.aboutUs .ttil .ttil-comp .ttil_view4 .performance-ttil-page .data-box2 .grey-btn {
    width: auto;
    margin: 0;
    padding: 0px 20px;
  }
  .ttil .ttil-comp .ttil_view4.aboutUs .performance-ttil-page {
    padding: 20px 20px 54px 20px;
  }
  .ttil .ttil-comp .ttil_view4.aboutUs .performance-ttil-page .data-box.ttil-link-left,
  .ttil .ttil-comp .ttil_view4.aboutUs .performance-ttil-page .perform-heading {
    text-align: center;
  }
  .ttil .ttil-comp .ttil_view4.aboutUs .perform-heading {
    padding-bottom: 10px;
  }
}
.ttil .ttil-comp .ttil-view10 .ttil-bgview .ttil-text-container .ttil-cta .ttil-button2 {
  margin-right: 0px;
}
.ttil .ttil-comp .view11 .content-left {
  padding: 40px;
}
@media (max-width: 992px) {
  .ttil .ttil-comp .view11 .content-left {
    padding: 20px 30px;
  }
}
.ttil .ttil-comp .view11 h5 {
  padding-top: 0;
  letter-spacing: 0px;
}
@media (max-width: 992px) {
  .ttil .ttil-comp .view11 h5 {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .ttil .ttil-comp .view11 h5 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 0;
  }
}
.ttil .ttil-comp .view11 h3 {
  text-align: left;
  letter-spacing: 0px;
  margin-bottom: 20px;
  line-height: 1;
}
@media (max-width: 767px) {
  .ttil .ttil-comp .view11 h3 {
    text-align: center;
  }
}
.ttil .ttil-comp .view11 .ttil_view11_txt_1 {
  width: 280px;
  margin-bottom: 12px;
  font-family: Open Sans;
}
@media (max-width: 992px) {
  .ttil .ttil-comp .view11 .ttil_view11_txt_1 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .ttil .ttil-comp .view11 .ttil_view11_txt_1 {
    text-align: center;
  }
}
.ttil .ttil-comp .view11 .ttil_view11_txt_1 p {
  margin-bottom: 0;
  font-family: Open Sans;
}
@media (max-width: 767px) {
  .ttil .ttil-comp .view11 .ttil_view11_txt_1 p {
    text-align: center;
    font-size: 18px;
  }
}
.ttil .ttil-comp .view11 .ttil_view11_txt_2 {
  margin-top: 12px;
}
@media (max-width: 767px) {
  .ttil .ttil-comp .view11 .ttil_view11_txt_2 {
    text-align: center;
  }
}
.ttil .ttil-comp .view11 .ttil_view11_btn {
  width: 270px;
  padding: 12px 0;
  font-weight: 800;
}
.ttil .ttil-comp .view11 .ttil_view11_btn button.cta-solid-red {
  display: block;
}
@media (max-width: 992px) {
  .ttil .ttil-comp .view11 .ttil_view11_btn {
    padding: 10px 0;
    width: 182px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .ttil .ttil-comp .view11 .ttil_view11_btn {
    width: 100%;
  }
}
.ttil .ttil-comp .ttil_view9 .performance-ttil-page .perform-headingdescript p {
  font-size: 16px;
}
.ttil-comp .ttil_view9 .performance-ttil-page .btnn {
  width: 50%;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 800;
}
.ttil .ttil-comp .ttil_view9 .performance-ttil-page .view5-btn-div {
  margin-top: 15px;
}
@media (max-width: 992px) {
  .ttil .ttil-comp .ttil_view9 .performance-ttil-page {
    padding-left: 2%;
    padding-right: 5%;
  }
}
@media (max-width: 767px) {
  .ttil .ttil-comp .ttil_view9 .performance-ttil-page .perform-headingdescript p {
    text-align: center;
    font-family: "Open Sans";
    font-size: 14px;
  }
  .ttil .ttil-comp .ttil_view9 .performance-ttil-page .view5-btn-div.ttil-link-left {
    text-align: center;
  }
  .ttil-comp .ttil_view9 .performance-ttil-page .btnn {
    width: 80%;
    font-size: 12px;
  }
}
.ttil .ttil-comp .performance-ttil-page .perform-headingdescript > p,
.ttil .ttil-comp .performance-ttil-page .perform-headingdescript ul li,
.ttil .ttil-comp .performance-ttil-page .perform-headingdescript a {
  font: 16px "Open Sans" !important;
}
@media (max-width: 800px) {
  .ttil .ttil-comp .performance-ttil-page .perform-headingdescript > p,
  .ttil .ttil-comp .performance-ttil-page .perform-headingdescript ul li,
  .ttil .ttil-comp .performance-ttil-page .perform-headingdescript a {
    font: 14px "Open Sans" !important;
  }
}
.ttil .ttil-comp .cta-blue-border {
  border: 2px solid #296d98 !important;
  background-color: transparent !important;
  color: #fff !important;
}
.ttil .ttil-comp .cta-blue-border:hover {
  background-color: #296d98 !important;
}
.ttil .ttil-comp .cta-grey-border {
  border: 2px solid #dbdad9 !important;
  background: none !important;
  color: #a41e22 !important;
}
.ttil .ttil-comp .cta-grey-border:hover {
  border: 2px solid #a41e22 !important;
}
.ttil .ttil-comp button.cta-black {
  background-color: #060505 !important;
  color: #FFFFFF !important;
  border: 2px solid transparent !important;
}
.ttil .ttil-comp button.cta-black:hover {
  background-color: #312C2C !important;
}
.ttil .ttil-comp button.cta-solid-red {
  background-color: #A41E22 !important;
  color: #FFFFFF !important;
  border: 2px solid transparent !important;
}
.ttil .ttil-comp button.cta-solid-red:hover {
  background-color: #540C15 !important;
}
.ttil .ttil-comp button.cta-white {
  background-color: #FFFFFF !important;
  color: #A41E22 !important;
  border: 2px solid #A41E22 !important;
}
.ttil .ttil-comp button.cta-white:hover {
  background-color: #A41E22 !important;
  color: #FFFFFF !important;
  border: 2px solid transparent !important;
}
.ttil .ttil-comp button.cta-black-border {
  background-color: #060505 !important;
  color: #FFFFFF !important;
  border: 2px solid #FFFFFF !important;
}
.ttil .ttil-comp button.cta-black-border:hover {
  background-color: #312C2C !important;
}
.ttil .ttil-comp button.cta-solid-red-border {
  background-color: #A41E22 !important;
  color: #FFFFFF !important;
  border: 2px solid #FFFFFF !important;
}
.ttil .ttil-comp button.cta-solid-red-border:hover {
  background-color: #540C15 !important;
}
.ttil .ttil-comp button.cta-white-border {
  background-color: #FFFFFF !important;
  color: #A41E22 !important;
  border: 2px solid #A41E22 !important;
}
.ttil .ttil-comp button.cta-white-border:hover {
  background-color: #A41E22 !important;
  color: #FFFFFF !important;
}
.ttil .ttil-comp button.cta-black-no-border {
  color: #000000 !important;
  border: none !important;
}
.ttil .ttil-comp button.cta-black-no-border:hover {
  color: #000000 !important;
}
.ttil .ttil-comp button.cta-blue-border {
  color: #ffffff !important;
  background-color: #145C9E !important;
  border: 2px solid #fff !important;
}
.ttil .ttil-comp button.cta-blue-border:hover {
  color: #ffffff !important;
  background-color: #145C9E !important;
}
.ttil .ttil-comp h1,
.ttil .ttil-comp h1 > .cmp-title-heading {
  font: 85px liberator !important;
  color: #000 !important;
}
@media (max-width: 910px) {
  .ttil .ttil-comp h1,
  .ttil .ttil-comp h1 > .cmp-title-heading {
    font: 48px liberator !important;
  }
}
.ttil .ttil-comp h2,
.ttil .ttil-comp h2 > .cmp-title-heading {
  font: 65px liberator !important;
  color: #000 !important;
}
@media (max-width: 910px) {
  .ttil .ttil-comp h2,
  .ttil .ttil-comp h2 > .cmp-title-heading {
    font: 38px liberator !important;
  }
}
.ttil .ttil-comp h3,
.ttil .ttil-comp h3 > .cmp-title-heading {
  font: 50px liberator !important;
  color: #000 !important;
}
@media (max-width: 910px) {
  .ttil .ttil-comp h3,
  .ttil .ttil-comp h3 > .cmp-title-heading {
    font: 24px liberator !important;
  }
}
.ttil + .category-container .performance-ttil-image + .performance-ttil-page .perform-headingdescript > p {
  color: #fff !important;
  font: 20px "Open Sans" !important;
}
@media (max-width: 800px) {
  .ttil + .category-container .performance-ttil-image + .performance-ttil-page .perform-headingdescript > p {
    font: 18px "Open Sans" !important;
  }
}
.category-container .ttil-bg-grey .performance-ttil-image + .performance-ttil-page .perform-headingdescript > p,
.category-container .ttil-bg-white .performance-ttil-image + .performance-ttil-page .perform-headingdescript > p {
  color: #000 !important;
}
.category-container .ttil-bg-dark-grey .performance-ttil-image + .performance-ttil-page .perform-headingdescript > h2 {
  color: #fff !important;
}
.hero + .category-container .responsivegrid + .responsivegrid .ttil .ttil-comp .ttil-bg-black .performance-ttil-page {
  padding: 0 10px 0 40px !important;
}
.hero + .category-container .responsivegrid + .responsivegrid .ttil .ttil-comp .ttil-bg-black .performance-ttil-page .perform-eyebrow {
  padding-bottom: 0 !important;
}
.hero + .category-container .responsivegrid + .responsivegrid .ttil .ttil-comp .ttil-bg-black .performance-ttil-page .data-box > a {
  display: inline-block;
  margin-bottom: 8px;
}
@media (min-width: 680px) {
  .hero + .category-container .responsivegrid + .responsivegrid .ttil .ttil-comp .ttil-bg-black .performance-ttil-page .data-box > a {
    width: 47% !important;
  }
}
.hero + .category-container .responsivegrid + .responsivegrid .ttil .ttil-comp .ttil-bg-black .performance-ttil-page .data-box > a button {
  font-size: 14px !important;
  min-width: 98% !important;
  padding: 0 10px !important;
}
@media (max-width: 800px) {
  .hero + .category-container .responsivegrid + .responsivegrid .ttil .ttil-comp .ttil-bg-black .performance-ttil-page .data-box > a button {
    font-size: 12px !important;
  }
}
@media (min-width: 680) and (max-width: 800px) {
  .hero + .category-container .responsivegrid + .responsivegrid .ttil .ttil-comp .ttil-bg-black .performance-ttil-page .data-box > a button {
    width: 96%;
  }
}
@media (max-width: 680px) {
  .ttil .ttil-comp .ttil_view4 .performance-ttil-page {
    padding: 15px 15px 0 !important;
  }
}
@media (max-width: 680px) {
  .hero + .category-container .responsivegrid + .responsivegrid .ttil .ttil-comp .ttil-bg-black .performance-ttil-page {
    padding: 0 10px 0 10px !important;
  }
}
@media (max-width: 680px) {
  .hero + .category-container .responsivegrid + .responsivegrid .ttil .ttil-comp .ttil-bg-black .performance-ttil-page .perform-eyebrow,
  .hero + .category-container .responsivegrid + .responsivegrid .ttil .ttil-comp .ttil-bg-black .performance-ttil-page .perform-heading {
    text-align: center;
  }
}
.hero + .category-container .responsivegrid + .responsivegrid .ttil .ttil-comp .ttil-bg-black .performance-ttil-page .data-box.ttil-link-left > a {
  width: 100%;
}
.hero + .category-container .responsivegrid + .responsivegrid .ttil .ttil-comp .ttil-bg-black .performance-ttil-page .data-box.ttil-link-left > a button {
  width: 95%;
}
.ttil .ttil-comp .view11 .ttil_view11_txt_1 {
  width: auto !important;
}
@media (max-width: 1024px) and (min-width: 700px) {
  .ttil .ttil-comp .ttil_view4 .col-md-6.performance-ttil-image,
  .ttil .ttil-comp .ttil_view4 .col-md-6.performance-ttil-page {
    flex: 0 0 50%;
  }
}
@media (max-width: 1024px) and (min-width: 900px) {
  .hero + .category-container .responsivegrid + .responsivegrid .ttil .ttil-comp .ttil-bg-black .performance-ttil-page .data-box.ttil-link-left > a {
    width: 44% !important;
  }
}
@media (max-width: 980px) {
  .ttil .ttil-comp .performance-ttil-page {
    margin-top: 14px;
  }
}
@media (max-width: 880px) {
  .list .list_Gridview .list-view2-title {
    font-size: 38px;
  }
}
@media (max-width: 880px) {
  .view5-btn-div.ttil-link-left .ttil_view9_btn {
    font-size: 12px !important;
  }
}
@media (max-width: 500px) {
  #player2 {
    height: 250px !important;
  }
}
.ttil .ttil-comp .ttil-bg-black h1,
.ttil .ttil-comp .ttil-bg-black h1 > .cmp-title-heading {
  font: 85px 'liberator';
  color: #fff !important;
}
@media (max-width: 870px) {
  .ttil .ttil-comp .ttil-bg-black h1,
  .ttil .ttil-comp .ttil-bg-black h1 > .cmp-title-heading {
    font-size: 48px;
  }
}
.ttil .ttil-comp .ttil-bg-black h2,
.ttil .ttil-comp .ttil-bg-black h2 > .cmp-title-heading {
  font: 65px 'liberator';
  color: #fff !important;
}
@media (max-width: 870px) {
  .ttil .ttil-comp .ttil-bg-black h2,
  .ttil .ttil-comp .ttil-bg-black h2 > .cmp-title-heading {
    font-size: 38px;
  }
}
.ttil .ttil-comp .ttil-bg-black h3,
.ttil .ttil-comp .ttil-bg-black h3 > .cmp-title-heading {
  font: 50px 'liberator';
  color: #fff !important;
  text-align: left !important;
}
@media (max-width: 870px) {
  .ttil .ttil-comp .ttil-bg-black h3,
  .ttil .ttil-comp .ttil-bg-black h3 > .cmp-title-heading {
    font-size: 24px;
  }
}
.ttil .ttil-comp .ttil-bg-black h4,
.ttil .ttil-comp .ttil-bg-black h4 > .cmp-title-heading {
  font: 24px 'liberator';
  color: #fff !important;
}
@media (max-width: 870px) {
  .ttil .ttil-comp .ttil-bg-black h4,
  .ttil .ttil-comp .ttil-bg-black h4 > .cmp-title-heading {
    font-size: 18px;
  }
}
.ttil .ttil-comp .ttil-bg-black h5,
.ttil .ttil-comp .ttil-bg-black h5 > .cmp-title-heading {
  font: 20px 'liberator';
  color: #fff !important;
}
@media (max-width: 870px) {
  .ttil .ttil-comp .ttil-bg-black h5,
  .ttil .ttil-comp .ttil-bg-black h5 > .cmp-title-heading {
    font-size: 14px;
  }
}
.ttil .ttil-comp .ttil-bg-black h6,
.ttil .ttil-comp .ttil-bg-black h6 > .cmp-title-heading {
  font: 14px 'liberator';
  color: #fff !important;
}
@media (max-width: 767px) {
  .ttil .ttil-comp .ttil_view9 .performance-ttil-page .perform-headingdescript h1,
  .ttil .ttil-comp .ttil_view9 .performance-ttil-page .perform-headingdescript h2,
  .ttil .ttil-comp .ttil_view9 .performance-ttil-page .perform-headingdescript h3,
  .ttil .ttil-comp .ttil_view9 .performance-ttil-page .perform-headingdescript h4,
  .ttil .ttil-comp .ttil_view9 .performance-ttil-page .perform-headingdescript h5,
  .ttil .ttil-comp .ttil_view9 .performance-ttil-page .perform-headingdescript h6 {
    text-align: center !important;
  }
}
.ttil .ttil-comp .ttil_view4 .performance-ttil-page .data-box.ttil-link-left {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) and (max-width: 1026px) {
  .ttil-comp .view11 .img-fluid {
    height: 100%;
    /* display: flex; */
  }
}

@media (min-width: 1024px) {
  .responsivegrid.form-left > .aem-Grid {
    display: grid;
    grid-template-columns: minmax(500px, 40%) auto;
  }
  .responsivegrid.form-left > .aem-Grid > .hero {
    grid-column: 1 / 3;
  }
  .responsivegrid.form-left > .aem-Grid > .hero .hero-image {
    display: grid;
    grid-template-columns: minmax(500px, 40%) auto;
  }
  .responsivegrid.form-left > .aem-Grid > .hero .hero-image .show-img {
    grid-column: 1 / 3;
  }
  .responsivegrid.form-left > .aem-Grid > .hero .hero-image .hero-text-container {
    grid-column: 2 / 3;
  }
  .responsivegrid.form-left > .aem-Grid > .hero .hero-text-container {
    display: none;
  }
}
.responsivegrid.form-left > .aem-Grid > .responsivegrid {
  background-color: #000000;
}
@media (min-width: 1024px) {
  .responsivegrid.form-left > .aem-Grid > .responsivegrid {
    margin: 0 0 0 0 !important;
    padding: 4rem 64px 1rem;
  }
  .responsivegrid.form-left > .aem-Grid > .responsivegrid .aem-Grid {
    width: auto !important;
    margin: 0 !important;
  }
  .responsivegrid.form-left > .aem-Grid > .responsivegrid .aem-Grid .title {
    width: auto !important;
    margin: 0 !important;
  }
}
@media (min-width: 1024px) and (min-width: 1366px) {
  .responsivegrid.form-left > .aem-Grid > .responsivegrid .aem-Grid {
    max-width: 80%;
  }
}
@media (min-width: 1024px) and (max-width: 1365px) {
  .responsivegrid.form-left > .aem-Grid > .responsivegrid .aem-Grid {
    max-width: 100%;
  }
}
.responsivegrid.form-left > .aem-Grid > .responsivegrid p,
.responsivegrid.form-left > .aem-Grid > .responsivegrid h1,
.responsivegrid.form-left > .aem-Grid > .responsivegrid h2,
.responsivegrid.form-left > .aem-Grid > .responsivegrid h3,
.responsivegrid.form-left > .aem-Grid > .responsivegrid h4,
.responsivegrid.form-left > .aem-Grid > .responsivegrid h5,
.responsivegrid.form-left > .aem-Grid > .responsivegrid label,
.responsivegrid.form-left > .aem-Grid > .responsivegrid select,
.responsivegrid.form-left > .aem-Grid > .responsivegrid option,
.responsivegrid.form-left > .aem-Grid > .responsivegrid input {
  color: #ffffff;
}
.responsivegrid.form-left > .aem-Grid > .responsivegrid button {
  background: #ffffff;
}
.responsivegrid.form-left > .aem-Grid > .responsivegrid .title .cmp-title .head-width .cmp-title-heading {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: 0em;
  text-align: left;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .responsivegrid.form-right > .aem-Grid {
    display: grid;
    grid-template-columns: auto minmax(500px, 40%);
  }
  .responsivegrid.form-right > .aem-Grid > .hero {
    grid-column: 1 / 3;
  }
  .responsivegrid.form-right > .aem-Grid > .hero .hero-image {
    display: grid;
    grid-template-columns: auto minmax(500px, 40%);
  }
  .responsivegrid.form-right > .aem-Grid > .hero .hero-image .show-img {
    grid-column: 1 / 3;
  }
  .responsivegrid.form-right > .aem-Grid > .hero .hero-image .hero-text-container {
    grid-column: 1 / 2;
  }
  .responsivegrid.form-right > .aem-Grid > .hero .hero-text-container {
    display: none;
  }
}
.responsivegrid.form-right > .aem-Grid > .responsivegrid {
  background-color: #000000;
}
@media (min-width: 1024px) {
  .responsivegrid.form-right > .aem-Grid > .responsivegrid {
    margin: 0 0 0 0 !important;
    padding: 4rem 64px 1rem;
  }
  .responsivegrid.form-right > .aem-Grid > .responsivegrid .aem-Grid {
    width: auto !important;
    margin: 0 !important;
  }
  .responsivegrid.form-right > .aem-Grid > .responsivegrid .aem-Grid .title {
    width: auto !important;
    margin: 0 !important;
  }
}
@media (min-width: 1024px) and (min-width: 1366px) {
  .responsivegrid.form-right > .aem-Grid > .responsivegrid .aem-Grid {
    max-width: 80%;
  }
}
@media (min-width: 1024px) and (max-width: 1365px) {
  .responsivegrid.form-right > .aem-Grid > .responsivegrid .aem-Grid {
    max-width: 100%;
  }
}
.responsivegrid.form-right > .aem-Grid > .responsivegrid p,
.responsivegrid.form-right > .aem-Grid > .responsivegrid h1,
.responsivegrid.form-right > .aem-Grid > .responsivegrid h2,
.responsivegrid.form-right > .aem-Grid > .responsivegrid h3,
.responsivegrid.form-right > .aem-Grid > .responsivegrid h4,
.responsivegrid.form-right > .aem-Grid > .responsivegrid h5,
.responsivegrid.form-right > .aem-Grid > .responsivegrid label,
.responsivegrid.form-right > .aem-Grid > .responsivegrid select,
.responsivegrid.form-right > .aem-Grid > .responsivegrid option,
.responsivegrid.form-right > .aem-Grid > .responsivegrid input {
  color: #ffffff;
}
.responsivegrid.form-right > .aem-Grid > .responsivegrid button {
  background: #ffffff;
}
.responsivegrid.form-right > .aem-Grid > .responsivegrid .title .cmp-title .head-width .cmp-title-heading {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: 0em;
  text-align: left;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .responsivegrid.form-left > .aem-Grid > .responsivegrid,
  .responsivegrid.form-right > .aem-Grid > .responsivegrid {
    width: 100vw !important;
    grid-row: none;
    margin: 0 !important;
    background-color: #000000;
  }
  #hero-video-modal,
  .sprite_fbs-icon-boxes {
    display: none;
  }
  .responsivegrid.form-left > .aem-Grid {
    grid-template-columns: 5rem;
  }
}
.unstyled-marketo .mktoForm {
  text-align: inherit;
}
.unstyled-marketo .mktoForm .mktoClear {
  clear: none;
  float: inherit;
}
.unstyled-marketo .mktoForm div,
.unstyled-marketo .mktoForm span,
.unstyled-marketo .mktoForm label,
.unstyled-marketo .mktoForm p {
  text-align: inherit;
  margin: 0;
  padding: 0;
}
.unstyled-marketo .mktoForm input,
.unstyled-marketo .mktoForm select,
.unstyled-marketo .mktoForm textarea {
  margin: 0;
}
.unstyled-marketo .mktoForm * {
  font-family: inherit;
}
.unstyled-marketo .mktoForm .mktoOffset,
.unstyled-marketo .mktoForm .mktoGutter,
.unstyled-marketo .mktoForm .mktoFieldWrap,
.unstyled-marketo .mktoForm .mktoLabel,
.unstyled-marketo .mktoForm .mktoField,
.unstyled-marketo .mktoForm .mktoPlaceholder,
.unstyled-marketo .mktoForm .mktoLogicalField,
.unstyled-marketo .mktoForm fieldset,
.unstyled-marketo .mktoForm fieldset legend,
.unstyled-marketo .mktoForm a.mktoNotYou,
.unstyled-marketo .mktoForm .mktoAsterix,
.unstyled-marketo .mktoForm .mktoRadioList,
.unstyled-marketo .mktoForm .mktoCheckboxList,
.unstyled-marketo .mktoForm .mktoRadioList > label,
.unstyled-marketo .mktoForm .mktoCheckboxList > label,
.unstyled-marketo .mktoForm .mktoRadioList > label > input,
.unstyled-marketo .mktoForm .mktoCheckboxList > label > input,
.unstyled-marketo .mktoForm .mktoRadioList > input,
.unstyled-marketo .mktoForm .mktoCheckboxList > input,
.unstyled-marketo .mktoForm .mktoLabelToLeft > label,
.unstyled-marketo .mktoForm .mktoLabelToLeft input[type=checkbox],
.unstyled-marketo .mktoForm .mktoLabelToLeft input[type=radio],
.unstyled-marketo .mktoForm .mktoLayoutAbove .mktoRequiredField .mktoAsterix,
.unstyled-marketo .mktoForm .mktoRequiredField .mktoAsterix,
.unstyled-marketo .mktoForm .mktoRequiredField label.mktoLabel,
.unstyled-marketo .mktoForm input[type=text],
.unstyled-marketo .mktoForm input[type=url],
.unstyled-marketo .mktoForm input[type=email],
.unstyled-marketo .mktoForm input[type=tel],
.unstyled-marketo .mktoForm input[type=number],
.unstyled-marketo .mktoForm input[type=date],
.unstyled-marketo .mktoForm input[type=range],
.unstyled-marketo .mktoForm textarea.mktoField,
.unstyled-marketo .mktoForm select.mktoField,
.unstyled-marketo .mktoForm .mktoFormRow,
.unstyled-marketo .mktoForm .mktoFormCol,
.unstyled-marketo .mktoForm .mktoButtonRow,
.unstyled-marketo .mktoForm textarea.mktoField,
.unstyled-marketo .mktoForm .mktoLayoutCenter .mktoLabel,
.unstyled-marketo .mktoForm .mktoLayoutAbove .mktoGutter,
.unstyled-marketo .mktoForm .mktoLayoutAbove .mktoLabel,
.unstyled-marketo .mktoForm .mktoLayoutAbove .mktoRadioList,
.unstyled-marketo .mktoForm .mktoLayoutAbove .mktoCheckboxList,
.unstyled-marketo .mktoForm .mktoLayoutAbove .mktoField,
.unstyled-marketo .mktoForm .mktoLayoutAbove .mktoLogicalField,
.unstyled-marketo .mktoForm .mktoLayoutAbove textarea.mktoField,
.unstyled-marketo .mktoForm .mktoError,
.unstyled-marketo .mktoForm .mktoError .mktoErrorArrowWrap,
.unstyled-marketo .mktoForm .mktoError .mktoErrorArrow,
.unstyled-marketo .mktoForm .mktoError .mktoErrorMsg,
.unstyled-marketo .mktoForm .mktoError .mktoErrorMsg .mktoErrorDetail,
.unstyled-marketo .mktoForm button.mktoButton,
.unstyled-marketo .mktoForm .mktoNoJS .mktoLabel,
.unstyled-marketo .mktoForm .mktoNoJS input[type=text],
.unstyled-marketo .mktoForm .mktoRangeField .mktoRangeValue,
.unstyled-marketo .mktoForm .mktoRangeField .mktoRangeValueArrowWrap,
.unstyled-marketo .mktoForm .mktoRangeField .mktoRangeValueArrow,
.unstyled-marketo .mktoForm .mktoRangeField .mktoRangeValueText,
.unstyled-marketo .mktoForm .mktoModal,
.unstyled-marketo .mktoForm .mktoModal .mktoModalMask,
.unstyled-marketo .mktoForm .mktoModal .mktoModalContent,
.unstyled-marketo .mktoForm .mktoModal .mktoModalClose {
  float: none;
  display: block;
  text-align: inherit;
  margin: 0;
  padding: 0;
  font-family: inherit;
  line-height: inherit;
  font-size: inherit;
  color: inherit;
  background-color: inherit;
  border: none;
  height: auto;
  width: auto;
  cursor: inherit;
  position: static;
  z-index: auto;
  opacity: 1;
  box-shadow: none;
  border-radius: 0;
}
@media only screen and (max-width: 480px) {
  .unstyled-marketo .mktoForm,
  .unstyled-marketo .mktoForm * {
    padding: 0;
  }
}
.unstyled-marketo .mktoForm input[type=text],
.unstyled-marketo .mktoForm input[type=url],
.unstyled-marketo .mktoForm input[type=email],
.unstyled-marketo .mktoForm input[type=tel],
.unstyled-marketo .mktoForm input[type=number],
.unstyled-marketo .mktoForm input[type=date],
.unstyled-marketo .mktoForm textarea.mktoField,
.unstyled-marketo .mktoForm select.mktoField {
  padding: 0;
}
.unstyled-marketo .mktoForm[data-unstyle='true'] {
  visibility: hidden;
}
.unstyled-marketo .mktoForm[data-styles-ready="true"] {
  visibility: visible;
}
.unstyled-marketo .hero-image img {
  max-height: 100%;
}
.unstyled-marketo .mktoForm,
.unstyled-marketo .mktoLabel,
.unstyled-marketo .mktoCheckboxList,
.unstyled-marketo .mktoHtmlText,
.unstyled-marketo .mktoFieldWrap,
.unstyled-marketo .mktoErrorMsg,
.unstyled-marketo input[type='text'],
.unstyled-marketo input[type='email'],
.unstyled-marketo input[type='tel'],
.unstyled-marketo input[type='date'],
.unstyled-marketo textarea,
.unstyled-marketo select {
  width: 100% !important;
}
.unstyled-marketo .mktoForm {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  row-gap: 20px;
}
.unstyled-marketo .mktoForm .mktoButtonRow {
  display: flex;
  position: relative;
  justify-content: center;
}
.unstyled-marketo .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton {
  text-align: center;
  background-image: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  border-radius: 0;
  width: 333px;
  height: 50px;
  max-width: inherit;
  color: #ffffff;
  background: #a41e22;
  border: transparent;
}
@media (max-width: 1024px) {
  .unstyled-marketo .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton {
    border-radius: 0;
    color: #ffffff;
    background: #a41e22;
    border: transparent;
  }
}
@media (max-width: 768px) {
  .unstyled-marketo .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton {
    width: 100%;
  }
}
.unstyled-marketo .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton:hover {
  cursor: pointer;
}
.unstyled-marketo .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton:active,
.unstyled-marketo .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton:hover,
.unstyled-marketo .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton:focus {
  background-image: none;
  background: #4d1317;
  color: #ffffff;
  border: 0.2rem solid #4d1317;
}
@media (max-width: 1024px) {
  .unstyled-marketo .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton:active,
  .unstyled-marketo .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton:hover,
  .unstyled-marketo .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton:focus {
    background: #4d1317;
    color: #ffffff;
    border: 0.2rem solid #4d1317;
  }
}
@media (max-width: 768px) {
  .unstyled-marketo .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton:hover {
    background: #a41e22;
    color: #ffffff;
    border: transparent;
  }
}
@media (max-width: 768px) {
  .unstyled-marketo .mktoForm .mktoButtonRow .mktoButtonWrap {
    display: flex;
    flex: 1;
    margin-bottom: 3rem;
  }
  .unstyled-marketo .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton {
    flex: 1;
  }
}
.unstyled-marketo .mktoForm .mktoFormRow {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 20px;
}
.unstyled-marketo .mktoForm .mktoFormRow.mktoHidden {
  display: none;
}
.unstyled-marketo .mktoForm .mktoFormRow .mktoGutter.mktoHasWidth {
  display: none;
}
.unstyled-marketo .mktoForm .mktoFormRow > .mktoPlaceholder {
  display: none;
}
.unstyled-marketo .mktoForm .mktoFormRow:has( > .mktoPlaceholder:only-child) {
  display: none;
}
.unstyled-marketo .mktoForm .mktoFormRow:has(>input[type='hidden']:only-child) {
  display: none;
}
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol {
  position: relative;
  flex: 1 1 calc(50% - 20px);
  min-width: 0;
}
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap.mktoRequiredField > .mktoError {
  order: 2;
}
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap.mktoRequiredField > .mktoField {
  order: -1;
}
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap.mktoRequiredField > .mktoLabel {
  order: 1;
}
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap.mktoRequiredField > .mktoInstruction {
  order: 3;
}
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap:has( .mktoCheckboxList) > .mktoLabel {
  padding-bottom: 10px;
  padding-left: 0;
  font-size: 14px;
  color: #000000;
}
@media (max-width: 1024px) {
  .unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap:has( .mktoCheckboxList) > .mktoLabel {
    color: #000000;
  }
}
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap:has( .mktoCheckboxList) > .mktoLabel b {
  font-weight: 700;
  color: #000000;
}
@media (max-width: 1024px) {
  .unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap:has( .mktoCheckboxList) > .mktoLabel b {
    color: #000000;
  }
}
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoError {
  position: inherit !important;
  left: 0;
  right: 0 !important;
  bottom: 0 !important;
  font-size: 14px;
  padding-top: 5px;
  color: #ff0008;
}
@media (max-width: 1024px) {
  .unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoError {
    color: #ff0008;
  }
}
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoError .mktoErrorArrowWrap {
  display: none;
}
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoError .mktoErrorMsg {
  margin: 0;
  background-color: inherit;
  box-shadow: none;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  max-width: 100%;
  text-shadow: none;
  padding: 0;
  background-image: none;
  border: none;
}
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoError .mktoErrorMsg .mktoErrorDetail {
  display: inline-block;
}
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoLabel {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 12px;
  color: #000000;
}
@media (max-width: 1024px) {
  .unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoLabel {
    color: #000000;
  }
}
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoLabel > .mktoAsterix {
  display: none;
}
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoField {
  text-align: left;
  margin: 0;
  background: none;
  color: #000000;
  caret-color: #757575;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  background: transparent;
  border-radius: 0;
  border-bottom: 1px solid #000000;
}
@media (max-width: 1024px) {
  .unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoField {
    color: #000000;
    caret-color: #757575;
  }
}
@media (max-width: 1024px) {
  .unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoField {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    background: transparent;
    border-radius: 0;
    border-bottom: 1px solid #000000;
  }
  .unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoField + .mktoLabel {
    z-index: 1;
    background: #ffffff !important;
  }
}
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoHtmlText {
  flex: 1;
  text-align: left;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
}
@media (max-width: 1024px) {
  .unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoHtmlText {
    color: #000000;
  }
}
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoHtmlText b,
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoHtmlText strong {
  font-weight: 700;
}
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoHtmlText a {
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
  color: #000000;
}
@media (max-width: 1024px) {
  .unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoHtmlText a {
    color: #000000;
  }
}
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoCheckboxList {
  padding: 0;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 10px;
  position: relative;
}
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoCheckboxList label {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
  color: #000000;
}
@media (max-width: 1024px) {
  .unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoCheckboxList label {
    color: #000000;
  }
}
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoCheckboxList label b {
  font-weight: 700;
}
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoCheckboxList label small {
  font-size: 13px;
}
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoCheckboxList label a {
  color: #000000;
}
@media (max-width: 1024px) {
  .unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoCheckboxList label a {
    color: #000000;
  }
}
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoCheckboxList > input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  vertical-align: middle;
  cursor: pointer;
  z-index: 1;
}
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoCheckboxList > input[type="checkbox"] + label {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  line-height: 1.5;
}
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoCheckboxList > input[type="checkbox"] + label:before {
  content: '';
  left: 0;
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  text-align: center;
  margin-right: 10px;
  border: 2px solid #000000;
  background: #ffffff;
}
@media (max-width: 1024px) {
  .unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoCheckboxList > input[type="checkbox"] + label:before {
    border: 2px solid #000000;
    background: #ffffff;
  }
}
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoCheckboxList > input[type="checkbox"]:checked + label:before {
  content: "\f00c";
  font-family: 'FontAwesome';
  color: #000000;
  background: #ffffff;
}
@media (max-width: 1024px) {
  .unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoCheckboxList > input[type="checkbox"]:checked + label:before {
    color: #000000;
    background: #ffffff;
  }
}
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoCheckboxList input.mktoField {
  grid-column: 1;
  cursor: pointer;
  width: 24px;
  height: 24px;
}
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoCheckboxList input.mktoField + label {
  grid-column: 1;
}
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoCheckboxList input.mktoField:checked {
  accent-color: transparent;
}
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoCheckboxList.mktoInvalid > input[type="checkbox"] + label:before {
  border-color: #ff0008;
}
@media (max-width: 1024px) {
  .unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoCheckboxList.mktoInvalid > input[type="checkbox"] + label:before {
    border-color: #ff0008;
  }
}
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap:has( .mktoCheckboxList) {
  display: flex;
}
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap:has( .mktoCheckboxList) > .mktoLabel {
  order: -1;
}
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoRequiredField:has( .mktoCheckboxList) > .mktoLabel > .mktoAsterix {
  display: none;
}
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='text'].mktoField,
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='email'].mktoField,
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='tel'].mktoField,
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='date'].mktoField,
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap textarea.mktoField,
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap select.mktoField {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #000000;
  caret-color: #000000;
}
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='text'].mktoField:-webkit-autofill,
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='email'].mktoField:-webkit-autofill,
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='tel'].mktoField:-webkit-autofill,
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='date'].mktoField:-webkit-autofill,
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap textarea.mktoField:-webkit-autofill,
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap select.mktoField:-webkit-autofill,
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='text'].mktoField:-webkit-autofill:hover,
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='email'].mktoField:-webkit-autofill:hover,
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='tel'].mktoField:-webkit-autofill:hover,
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='date'].mktoField:-webkit-autofill:hover,
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap textarea.mktoField:-webkit-autofill:hover,
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap select.mktoField:-webkit-autofill:hover,
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='text'].mktoField:-webkit-autofill:focus,
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='email'].mktoField:-webkit-autofill:focus,
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='tel'].mktoField:-webkit-autofill:focus,
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='date'].mktoField:-webkit-autofill:focus,
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap textarea.mktoField:-webkit-autofill:focus,
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap select.mktoField:-webkit-autofill:focus,
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='text'].mktoField:-webkit-autofill:active,
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='email'].mktoField:-webkit-autofill:active,
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='tel'].mktoField:-webkit-autofill:active,
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='date'].mktoField:-webkit-autofill:active,
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap textarea.mktoField:-webkit-autofill:active,
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap select.mktoField:-webkit-autofill:active {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #000000;
}
@media (max-width: 1024px) {
  .unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='text'].mktoField:-webkit-autofill,
  .unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='email'].mktoField:-webkit-autofill,
  .unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='tel'].mktoField:-webkit-autofill,
  .unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='date'].mktoField:-webkit-autofill,
  .unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap textarea.mktoField:-webkit-autofill,
  .unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap select.mktoField:-webkit-autofill,
  .unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='text'].mktoField:-webkit-autofill:hover,
  .unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='email'].mktoField:-webkit-autofill:hover,
  .unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='tel'].mktoField:-webkit-autofill:hover,
  .unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='date'].mktoField:-webkit-autofill:hover,
  .unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap textarea.mktoField:-webkit-autofill:hover,
  .unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap select.mktoField:-webkit-autofill:hover,
  .unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='text'].mktoField:-webkit-autofill:focus,
  .unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='email'].mktoField:-webkit-autofill:focus,
  .unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='tel'].mktoField:-webkit-autofill:focus,
  .unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='date'].mktoField:-webkit-autofill:focus,
  .unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap textarea.mktoField:-webkit-autofill:focus,
  .unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap select.mktoField:-webkit-autofill:focus,
  .unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='text'].mktoField:-webkit-autofill:active,
  .unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='email'].mktoField:-webkit-autofill:active,
  .unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='tel'].mktoField:-webkit-autofill:active,
  .unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='date'].mktoField:-webkit-autofill:active,
  .unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap textarea.mktoField:-webkit-autofill:active,
  .unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap select.mktoField:-webkit-autofill:active {
    -webkit-text-fill-color: #000000;
  }
}
@media (max-width: 1024px) {
  .unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='text'].mktoField,
  .unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='email'].mktoField,
  .unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='tel'].mktoField,
  .unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='date'].mktoField,
  .unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap textarea.mktoField,
  .unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap select.mktoField {
    color: #000000;
    caret-color: #000000;
  }
}
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='text'].mktoField ~ .mktoLabel,
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='email'].mktoField ~ .mktoLabel,
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='tel'].mktoField ~ .mktoLabel,
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='date'].mktoField ~ .mktoLabel,
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap textarea.mktoField ~ .mktoLabel,
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap select.mktoField ~ .mktoLabel {
  font-family: 'Roboto', sans-serif;
  align-items: center;
  margin-bottom: 0;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 8px;
  width: fit-content !important;
  line-height: 1.5;
  padding-left: 0;
  margin-top: -9px;
  display: flex;
  visibility: hidden;
}
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='text'].mktoField:focus ~ .mktoLabel,
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='email'].mktoField:focus ~ .mktoLabel,
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='tel'].mktoField:focus ~ .mktoLabel,
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='date'].mktoField:focus ~ .mktoLabel,
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap textarea.mktoField:focus ~ .mktoLabel,
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap select.mktoField:focus ~ .mktoLabel {
  visibility: visible;
  transition: 0.2s ease-in-out transform;
  z-index: 1;
}
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='text'].mktoField.mktoValid ~ .mktoLabel,
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='email'].mktoField.mktoValid ~ .mktoLabel,
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='tel'].mktoField.mktoValid ~ .mktoLabel,
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='date'].mktoField.mktoValid ~ .mktoLabel,
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap textarea.mktoField.mktoValid ~ .mktoLabel,
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap select.mktoField.mktoValid ~ .mktoLabel {
  visibility: visible;
  z-index: 1;
  opacity: 1;
  transition: 0.2s ease-in-out transform;
}
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='text'].mktoField:placeholder-shown ~ .mktoLabel,
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='email'].mktoField:placeholder-shown ~ .mktoLabel,
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='tel'].mktoField:placeholder-shown ~ .mktoLabel,
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='date'].mktoField:placeholder-shown ~ .mktoLabel,
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap textarea.mktoField:placeholder-shown ~ .mktoLabel,
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap select.mktoField:placeholder-shown ~ .mktoLabel {
  visibility: hidden;
  z-index: -1;
  transition: 0.2s ease-in-out transform;
}
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='text'].mktoField:placeholder-shown:focus ~ .mktoLabel,
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='email'].mktoField:placeholder-shown:focus ~ .mktoLabel,
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='tel'].mktoField:placeholder-shown:focus ~ .mktoLabel,
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='date'].mktoField:placeholder-shown:focus ~ .mktoLabel,
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap textarea.mktoField:placeholder-shown:focus ~ .mktoLabel,
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap select.mktoField:placeholder-shown:focus ~ .mktoLabel {
  visibility: visible;
  transition: 0.2s ease-in-out transform;
  z-index: 1;
}
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='text'].mktoField .mktoRequiredField .mktoError,
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='email'].mktoField .mktoRequiredField .mktoError,
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='tel'].mktoField .mktoRequiredField .mktoError,
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='date'].mktoField .mktoRequiredField .mktoError,
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap textarea.mktoField .mktoRequiredField .mktoError,
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap select.mktoField .mktoRequiredField .mktoError {
  order: 2;
}
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='text'].mktoField .mktoRequiredField .mktoField,
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='email'].mktoField .mktoRequiredField .mktoField,
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='tel'].mktoField .mktoRequiredField .mktoField,
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='date'].mktoField .mktoRequiredField .mktoField,
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap textarea.mktoField .mktoRequiredField .mktoField,
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap select.mktoField .mktoRequiredField .mktoField {
  order: -1;
}
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='text'].mktoField .mktoRequiredField .mktoLabel,
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='email'].mktoField .mktoRequiredField .mktoLabel,
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='tel'].mktoField .mktoRequiredField .mktoLabel,
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='date'].mktoField .mktoRequiredField .mktoLabel,
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap textarea.mktoField .mktoRequiredField .mktoLabel,
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap select.mktoField .mktoRequiredField .mktoLabel {
  order: 1;
}
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='text'].mktoField .mktoRequiredField .mktoLabel > .mktoAsterix,
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='email'].mktoField .mktoRequiredField .mktoLabel > .mktoAsterix,
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='tel'].mktoField .mktoRequiredField .mktoLabel > .mktoAsterix,
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='date'].mktoField .mktoRequiredField .mktoLabel > .mktoAsterix,
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap textarea.mktoField .mktoRequiredField .mktoLabel > .mktoAsterix,
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap select.mktoField .mktoRequiredField .mktoLabel > .mktoAsterix {
  display: inline-block;
  padding-right: 2px;
  color: inherit;
  font-size: inherit;
}
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='text'].mktoField .mktoRequiredField .mktoInstruction,
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='email'].mktoField .mktoRequiredField .mktoInstruction,
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='tel'].mktoField .mktoRequiredField .mktoInstruction,
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='date'].mktoField .mktoRequiredField .mktoInstruction,
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap textarea.mktoField .mktoRequiredField .mktoInstruction,
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap select.mktoField .mktoRequiredField .mktoInstruction {
  order: 3;
}
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='text'].mktoField.mktoInvalid::placeholder,
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='email'].mktoField.mktoInvalid::placeholder,
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='tel'].mktoField.mktoInvalid::placeholder,
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='date'].mktoField.mktoInvalid::placeholder,
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap textarea.mktoField.mktoInvalid::placeholder,
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap select.mktoField.mktoInvalid::placeholder {
  color: #ff0008;
}
@media (max-width: 1024px) {
  .unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='text'].mktoField.mktoInvalid::placeholder,
  .unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='email'].mktoField.mktoInvalid::placeholder,
  .unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='tel'].mktoField.mktoInvalid::placeholder,
  .unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='date'].mktoField.mktoInvalid::placeholder,
  .unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap textarea.mktoField.mktoInvalid::placeholder,
  .unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap select.mktoField.mktoInvalid::placeholder {
    color: #ff0008;
  }
}
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='text'].mktoField.mktoInvalid,
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='email'].mktoField.mktoInvalid,
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='tel'].mktoField.mktoInvalid,
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='date'].mktoField.mktoInvalid,
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap textarea.mktoField.mktoInvalid,
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap select.mktoField.mktoInvalid {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  background: transparent;
  border-radius: 0;
  transition: 0.2s ease-in-out transform;
  border-bottom: 1px solid #ff0008;
  color: #ff0008;
}
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='text'].mktoField.mktoInvalid:focus::placeholder,
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='email'].mktoField.mktoInvalid:focus::placeholder,
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='tel'].mktoField.mktoInvalid:focus::placeholder,
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='date'].mktoField.mktoInvalid:focus::placeholder,
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap textarea.mktoField.mktoInvalid:focus::placeholder,
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap select.mktoField.mktoInvalid:focus::placeholder {
  color: #757575;
  caret-color: #757575;
}
@media (max-width: 1024px) {
  .unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='text'].mktoField.mktoInvalid:focus::placeholder,
  .unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='email'].mktoField.mktoInvalid:focus::placeholder,
  .unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='tel'].mktoField.mktoInvalid:focus::placeholder,
  .unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='date'].mktoField.mktoInvalid:focus::placeholder,
  .unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap textarea.mktoField.mktoInvalid:focus::placeholder,
  .unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap select.mktoField.mktoInvalid:focus::placeholder {
    color: #757575;
  }
}
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='text'].mktoField.mktoInvalid:focus,
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='email'].mktoField.mktoInvalid:focus,
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='tel'].mktoField.mktoInvalid:focus,
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='date'].mktoField.mktoInvalid:focus,
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap textarea.mktoField.mktoInvalid:focus,
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap select.mktoField.mktoInvalid:focus {
  border-bottom: 1px solid #000000;
  color: #000000;
}
@media (max-width: 1024px) {
  .unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='text'].mktoField.mktoInvalid,
  .unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='email'].mktoField.mktoInvalid,
  .unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='tel'].mktoField.mktoInvalid,
  .unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='date'].mktoField.mktoInvalid,
  .unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap textarea.mktoField.mktoInvalid,
  .unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap select.mktoField.mktoInvalid {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    background: transparent;
    border-radius: 0;
    transition: 0.2s ease-in-out transform;
    border-bottom: 1px solid #ff0008;
  }
  .unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='text'].mktoField.mktoInvalid:focus,
  .unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='email'].mktoField.mktoInvalid:focus,
  .unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='tel'].mktoField.mktoInvalid:focus,
  .unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='date'].mktoField.mktoInvalid:focus,
  .unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap textarea.mktoField.mktoInvalid:focus,
  .unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap select.mktoField.mktoInvalid:focus {
    border-bottom: 1px solid #000000;
    color: #000000;
  }
}
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='text'].mktoField,
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='email'].mktoField,
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='tel'].mktoField,
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='date'].mktoField,
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap textarea.mktoField {
  outline-width: 0 !important;
  box-sizing: border-box;
  height: 44px;
  padding: 8px;
  line-height: 30px;
}
@media (max-width: 768px) {
  .unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='text'].mktoField,
  .unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='email'].mktoField,
  .unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='tel'].mktoField,
  .unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='date'].mktoField,
  .unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap textarea.mktoField {
    font-family: 'Roboto', sans-serif !important;
    height: 44px !important;
    font-size: 16px !important;
    line-height: 30px !important;
  }
}
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='text'].mktoField::placeholder,
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='email'].mktoField::placeholder,
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='tel'].mktoField::placeholder,
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='date'].mktoField::placeholder,
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap textarea.mktoField::placeholder {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #757575;
  caret-color: #757575;
}
@media (max-width: 1024px) {
  .unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='text'].mktoField::placeholder,
  .unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='email'].mktoField::placeholder,
  .unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='tel'].mktoField::placeholder,
  .unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type='date'].mktoField::placeholder,
  .unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap textarea.mktoField::placeholder {
    color: #757575;
    caret-color: #757575;
  }
}
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap select.mktoField {
  height: 44px;
  padding: 0 0 0 8px;
  outline-width: 0 !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background: transparent url("../../../etc.clientlibs/brunswick-framework/clientlibs/clientlib-sitelib/resources/images/dropdownarrow.svg") no-repeat calc(100% - 5px) center;
  background-size: 16px;
}
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap select.mktoField option {
  background: transparent;
}
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap select.mktoField.empty {
  color: #757575;
}
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap select.mktoField.empty option {
  color: #757575;
}
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap select.mktoField:focus {
  color: #000000;
  caret-color: #000000;
}
@media (max-width: 1024px) {
  .unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap select.mktoField:focus {
    color: #000000;
    caret-color: #000000;
  }
}
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap select.mktoField[value=''] {
  color: #757575;
  caret-color: #757575;
}
@media (max-width: 1024px) {
  .unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap select.mktoField[value=''] {
    color: #757575;
  }
}
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap select.mktoField.mktoInvalid {
  color: #ff0008;
  caret-color: #ff0008;
  background: transparent url("../../../etc.clientlibs/brunswick-framework/clientlibs/clientlib-sitelib/resources/images/dropdownarrow.svg") no-repeat calc(100% - 5px) center;
  background-size: 16px;
}
@media (max-width: 1024px) {
  .unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap select.mktoField.mktoInvalid {
    color: #ff0008;
    caret-color: #ff0008;
    background: transparent url("../../../etc.clientlibs/brunswick-framework/clientlibs/clientlib-sitelib/resources/images/dropdownarrow.svg") no-repeat calc(100% - 5px) center;
    background-size: 16px;
  }
}
.unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap select.mktoField.mktoInvalid:focus {
  color: #000000;
  caret-color: #ff0008;
}
@media (max-width: 1024px) {
  .unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap select.mktoField.mktoInvalid:focus {
    color: #000000;
    caret-color: #ff0008;
  }
}
@media (max-width: 768px) {
  .unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap select.mktoField {
    font-family: 'Roboto', sans-serif !important;
    font-size: 16px !important;
    height: 44px !important;
    padding: 0 0 0 8px !important;
  }
}
@media (max-width: 768px) {
  .unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .unstyled-marketo .mktoForm .mktoFormRow {
    flex-direction: column;
  }
  .unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol {
    width: 100%;
    max-width: 100% !important;
  }
  .unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol select,
  .unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol input[type='text'] {
    width: 100%;
  }
  .unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol:only-child,
  .unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol:nth-child(1):nth-last-child(2),
  .unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol:nth-child(2):nth-last-child(1) {
    flex: 1 1 100%;
  }
  .unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol:nth-child(1):nth-last-child(3) {
    flex: 1 1 100%;
  }
  .unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol:nth-child(2):nth-last-child(2),
  .unstyled-marketo .mktoForm .mktoFormRow .mktoFormCol:nth-child(3):nth-last-child(1) {
    flex: 1 1 100%;
  }
}
#main-content .responsivegrid.form-left .aem-Grid .unstyled-marketo,
#main-content .responsivegrid.form-right .aem-Grid .unstyled-marketo {
  max-width: none;
}
#main-content .responsivegrid.form-left .aem-Grid .unstyled-marketo .mktoFieldWrap input[type='text'].mktoField ~ .mktoLabel,
#main-content .responsivegrid.form-right .aem-Grid .unstyled-marketo .mktoFieldWrap input[type='text'].mktoField ~ .mktoLabel,
#main-content .responsivegrid.form-left .aem-Grid .unstyled-marketo .mktoFieldWrap input[type='email'].mktoField ~ .mktoLabel,
#main-content .responsivegrid.form-right .aem-Grid .unstyled-marketo .mktoFieldWrap input[type='email'].mktoField ~ .mktoLabel,
#main-content .responsivegrid.form-left .aem-Grid .unstyled-marketo .mktoFieldWrap input[type='tel'].mktoField ~ .mktoLabel,
#main-content .responsivegrid.form-right .aem-Grid .unstyled-marketo .mktoFieldWrap input[type='tel'].mktoField ~ .mktoLabel,
#main-content .responsivegrid.form-left .aem-Grid .unstyled-marketo .mktoFieldWrap input[type='date'].mktoField ~ .mktoLabel,
#main-content .responsivegrid.form-right .aem-Grid .unstyled-marketo .mktoFieldWrap input[type='date'].mktoField ~ .mktoLabel,
#main-content .responsivegrid.form-left .aem-Grid .unstyled-marketo .mktoFieldWrap select ~ .mktoLabel,
#main-content .responsivegrid.form-right .aem-Grid .unstyled-marketo .mktoFieldWrap select ~ .mktoLabel {
  background: #000000;
}
@media (min-width: 1024px) {
  #main-content .responsivegrid.form-left .aem-Grid .unstyled-marketo input,
  #main-content .responsivegrid.form-right .aem-Grid .unstyled-marketo input,
  #main-content .responsivegrid.form-left .aem-Grid .unstyled-marketo select,
  #main-content .responsivegrid.form-right .aem-Grid .unstyled-marketo select {
    border: #FFFFFF solid 1px;
    border-radius: 4px;
  }
  #main-content .responsivegrid.form-left .aem-Grid .unstyled-marketo input.mktoInvalid,
  #main-content .responsivegrid.form-right .aem-Grid .unstyled-marketo input.mktoInvalid,
  #main-content .responsivegrid.form-left .aem-Grid .unstyled-marketo select.mktoInvalid,
  #main-content .responsivegrid.form-right .aem-Grid .unstyled-marketo select.mktoInvalid {
    border-color: #A41E22;
  }
  #main-content .responsivegrid.form-left .aem-Grid .unstyled-marketo input:focus,
  #main-content .responsivegrid.form-right .aem-Grid .unstyled-marketo input:focus,
  #main-content .responsivegrid.form-left .aem-Grid .unstyled-marketo select:focus,
  #main-content .responsivegrid.form-right .aem-Grid .unstyled-marketo select:focus {
    border-color: #FFFFFF;
    caret-color: #A8A8AC;
    color: #FFFFFF;
  }
  #main-content .responsivegrid.form-left .aem-Grid .unstyled-marketo .mktoFormCol:has(.mktoCheckboxList),
  #main-content .responsivegrid.form-right .aem-Grid .unstyled-marketo .mktoFormCol:has(.mktoCheckboxList) {
    flex: 1 100%;
  }
  #main-content .responsivegrid.form-left .aem-Grid .unstyled-marketo .mktoFormRow:has(input[type="hidden"]),
  #main-content .responsivegrid.form-right .aem-Grid .unstyled-marketo .mktoFormRow:has(input[type="hidden"]) {
    display: none;
  }
}
#main-content .responsivegrid .aem-Grid .unstyled-marketo {
  padding: 50px;
}
@media (min-width: 1024px) {
  #main-content .responsivegrid .aem-Grid .unstyled-marketo {
    max-width: 50%;
    margin: auto;
    float: none;
  }
}
#main-content .responsivegrid .aem-Grid .unstyled-marketo .mktoAsterix {
  display: none;
}
#main-content .responsivegrid .aem-Grid .unstyled-marketo .mktoLabel {
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
}
#main-content .responsivegrid .aem-Grid .unstyled-marketo label {
  color: #FFFFFF;
}
#main-content .responsivegrid .aem-Grid .unstyled-marketo .mktoFieldWrap input[type='text'].mktoField ~ .mktoLabel,
#main-content .responsivegrid .aem-Grid .unstyled-marketo .mktoFieldWrap input[type='email'].mktoField ~ .mktoLabel,
#main-content .responsivegrid .aem-Grid .unstyled-marketo .mktoFieldWrap input[type='tel'].mktoField ~ .mktoLabel,
#main-content .responsivegrid .aem-Grid .unstyled-marketo .mktoFieldWrap input[type='date'].mktoField ~ .mktoLabel,
#main-content .responsivegrid .aem-Grid .unstyled-marketo .mktoFieldWrap select ~ .mktoLabel {
  background: #000000 !important;
}
#main-content .responsivegrid .aem-Grid .unstyled-marketo h2 {
  text-align: center;
}
#main-content .responsivegrid .aem-Grid .unstyled-marketo .cmp-text p {
  text-align: center;
}
#main-content .responsivegrid .aem-Grid .unstyled-marketo .mktoButton {
  border: #FFFFFF solid 2px;
  background-color: #A2242B;
  height: 50px;
  min-width: 240px;
  background-image: none;
  text-transform: uppercase;
}
#main-content .responsivegrid .aem-Grid .unstyled-marketo .mktoButton:hover {
  background-color: #540C15 !important;
}
#main-content .responsivegrid .aem-Grid .unstyled-marketo input {
  background: none;
  border: none;
  border-bottom: #A8A8AC solid 1px;
  caret-color: #A8A8AC;
  height: 44px;
  color: #FFFFFF;
  border-radius: unset;
}
#main-content .responsivegrid .aem-Grid .unstyled-marketo input.mktoInvalid {
  border-color: #A41E22;
  caret-color: #A41E22;
  color: #A41E22;
}
#main-content .responsivegrid .aem-Grid .unstyled-marketo input.mktoInvalid::placeholder {
  color: #A41E22;
}
#main-content .responsivegrid .aem-Grid .unstyled-marketo input::placeholder {
  color: #A8A8AC;
}
#main-content .responsivegrid .aem-Grid .unstyled-marketo input:focus {
  border-color: #FFFFFF;
  caret-color: #A8A8AC;
  color: #FFFFFF;
}
#main-content .responsivegrid .aem-Grid .unstyled-marketo input:focus::placeholder {
  color: #A8A8AC;
}
#main-content .responsivegrid .aem-Grid .unstyled-marketo input[type="checkbox"] {
  display: none;
}
#main-content .responsivegrid .aem-Grid .unstyled-marketo select {
  background: none;
  color: #A8A8AC;
  height: 44px;
  border: none;
  border-bottom: #A8A8AC solid 1px;
  border-radius: unset;
}
#main-content .responsivegrid .aem-Grid .unstyled-marketo select.mktoInvalid {
  border-color: #A41E22;
  caret-color: #A41E22;
  color: #A41E22;
}
#main-content .responsivegrid .aem-Grid .unstyled-marketo select:focus {
  border-color: #A8A8AC;
  caret-color: #A8A8AC;
  color: #A8A8AC;
}
#main-content .responsivegrid .aem-Grid .unstyled-marketo select option {
  background-color: #212529;
}
#main-content .responsivegrid .aem-Grid .unstyled-marketo .mktoCheckboxList.mktoInvalid label:before {
  border: 2px solid #A41E22;
}
#main-content .responsivegrid .aem-Grid .unstyled-marketo .mktoErrorMsg {
  color: #A41E22;
  font-size: 12px;
  line-height: 14px;
}
#main-content .responsivegrid .aem-Grid .unstyled-marketo .mktoPlaceholder {
  display: none;
}
#main-content .responsivegrid .aem-Grid .unstyled-marketo .mktoHtmlText {
  color: #FFFFFF;
}
#main-content .responsivegrid .aem-Grid .unstyled-marketo .mktoHtmlText a {
  color: #FFFFFF;
  text-decoration: underline;
}

.h5-white {
  font-family: 'Liberator', serif;
  font-weight: 900;
  font-size: 24px;
}
@media (max-width: 992px) {
  .h5-white {
    font-size: 16px;
  }
}
.h1-black {
  font-family: 'Liberator', serif;
  font-size: 85px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .h1-black {
    font-size: 48px;
  }
}
.h2-black {
  font-family: 'Liberator', serif;
  font-weight: 900;
  font-size: 65px;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .h2-black {
    font-size: 38px;
  }
}
.h3-white {
  font-family: 'Liberator', serif;
  font-weight: 900;
  font-size: 50px;
  color: #000;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .h3-white {
    font-size: 24px;
  }
}
.h4-black {
  font-family: 'Montserrat';
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
}
@media (max-width: 992px) {
  .h4-black {
    font-size: 14px;
  }
}
.h5-white {
  font-family: 'Liberator', serif;
  font-weight: 900;
  font-size: 24px;
  color: #000;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .h5-white {
    font-size: 16px;
  }
}
.h6-black {
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .h6-black {
    font-size: 14px;
  }
}
.text-large,
.text-small,
.text-medium {
  font-family: "Open Sans";
  color: #000;
}
.text-md {
  font-family: "Open Sans";
  color: #fff;
}
.cmp-form .cmp-form-button[type=submit],
.cmp-form .cmp-form-button[type=button] {
  border: 2px solid #ffffff;
  background-color: #a41e22;
  font-family: "Montserrat";
  font-weight: 800;
  font-size: 14px;
  color: #fff;
  border-radius: 0;
  text-transform: uppercase;
}
form#signup_form .cmp-form-text label:empty,
form#signup_form fieldset label:empty {
  display: none;
}
form#signup_form .cmp-form-text h4,
form#signup_form fieldset h4,
form#signup_form .cmp-form-text legend,
form#signup_form fieldset legend,
form#signup_form .cmp-form-text p,
form#signup_form fieldset p {
  color: #262c3c;
}
form#signup_form .cmp-form-button:hover {
  background-color: #6e0b0e;
  color: #ffffff;
}
form#signup_form .cmp-form-button {
  margin-left: 1rem;
}
form#signup_form .cmp-form-options__field-description:hover,
form#signup_form .cmp-form-options--checkbox input:checked ~ .cmp-form-options__field-description {
  border: 1px solid #a90e13;
}
form#signup_form button.cmp-form-button,
form#signup_form .cmp-form-options {
  display: none;
}
form#signup_form .cmp-form-options__field-description:after {
  border-color: #a90e13;
}
form#signup_form .cmp-form .options {
  margin: 0% !important;
}
form select {
  -webkit-appearance: auto !important;
  -moz-appearance: auto !important;
  appearance: auto !important;
}
.form-container-fluid {
  width: 100%;
  max-width: 100%;
}
.cmp-form a {
  color: #a41e22;
}
.cmp-form .deskLefColPad {
  padding-right: 20px;
}
.cmp-form legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
.cmp-form .cmp-title {
  padding: 10px 20px;
}
.cmp-form .cmp-title h3 > .cmp-title-heading span {
  font-family: 'Montserrat';
  font-weight: 800;
}
.cmp-form .error_message {
  color: #f00;
  display: block;
}
.cmp-form .cmp-form-options {
  margin: 10px 5px 10px 5px;
  padding-top: 2px;
}
.cmp-form .cmp-form-options label.cmp-form-options__label {
  font-family: 'Montserrat';
  color: #000;
  font-weight: 800;
  font-size: 14px;
  display: block;
  margin-bottom: 0;
}
.cmp-form .cmp-form-options .cmp-form-options__field.cmp-form-options__field--drop-down {
  border: 0;
  width: 100%;
  border-bottom: 2px solid #333;
  padding: 9px 8px;
  background-color: #54575a;
  color: #000;
  font: 500 16px 'Open Sans';
}
.cmp-form .cmp-form-text {
  margin: 10px 5px 10px 5px;
}
.cmp-form .cmp-form-text label {
  font-family: 'Montserrat';
  color: #000;
  font-weight: 900;
  font-size: 14px;
  display: block;
  margin-bottom: 0;
}
.cmp-form .cmp-form-text .cmp-form-text__text {
  font-family: 'Open Sans';
  font-size: 16px;
  color: #000;
  border: 0;
  border-bottom: 2px solid #333;
  width: 100%;
  padding: 10px 8px;
  background-color: transparent;
}
.cmp-form .cmp-form-text .cmp-form-text__text::placeholder {
  color: #000;
}
.cmp-form .cmp-form-options--checkbox.cmp-form-option--flex .cmp-form-options__field-label {
  display: flex;
}
.cmp-form .cmp-form-options--checkbox .cmp-form-options__field-label {
  position: relative;
  padding-right: 15px;
}
.cmp-form .cmp-form-options--checkbox .cmp-form-options__field-label + .cmp-form-options__help-message p {
  font-size: 12px;
}
.cmp-form .cmp-form-options--checkbox .cmp-form-options__field-description {
  font: 500 14px 'Montserrat';
  position: relative;
  top: 1px;
  padding-left: 20px;
}
.cmp-form .cmp-form-options--checkbox .cmp-form-options__field-description + .tickMark {
  position: absolute;
  width: 24px;
  height: 24px;
  content: "";
  left: 0;
  top: -2px;
  background: #fff;
  border: 2px solid #54575a;
  cursor: pointer;
}
.cmp-form .cmp-form-options--checkbox input[type="checkbox"] {
  position: relative;
  left: -2px;
  opacity: 0;
}
.cmp-form .cmp-form-options--checkbox input[type="checkbox"]:checked ~ .tickMark:after {
  position: absolute;
  width: 8px;
  height: 17px;
  content: '';
  top: 0;
  border-style: solid;
  border-color: #a41E22;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  cursor: pointer;
  left: 5px;
  z-index: 1;
}
.cmp-form .cmp-form-button[type=submit] {
  width: 100%;
  height: 44px;
  background-color: #a41e22 !important;
}
.cmp-form .cmp-form-button[type=button] {
  width: 100%;
  height: 44px;
  border-color: #a41e22;
  color: #a41e22;
  background-color: #fff !important;
}
.cmp-form .text textarea {
  width: 100%;
  min-height: 90px;
  resize: none;
  margin-top: 4px;
}
.cmp-form .text p {
  font: 900 14px "Montserrat";
}
form#black-form a {
  color: #fff;
  text-decoration: underline;
}
form#black-form legend {
  color: #fff;
}
form#black-form p {
  color: #fff;
}
form#black-form p.error {
  color: #900000;
}
form#black-form .cmp-form-text label {
  color: #fff;
}
form#black-form .cmp-form-text .cmp-form-text__text {
  background: #54575a;
  color: #fff;
  font: normal 16px "Open Sans";
  border-bottom: 1px solid #fff;
}
form#black-form .cmp-form-text .cmp-form-text__text::placeholder {
  color: #fff;
}
form#black-form .cmp-form-options label.cmp-form-options__label {
  color: #fff;
}
form#black-form .cmp-form-options .cmp-form-options__field.cmp-form-options__field--drop-down {
  color: #fff;
}
form#black-form .cmp-form-options__legend + .cmp-form-options__field-label > .cmp-form-options__field-description {
  color: #fff;
}
form#black-form .cmp-form-options__legend + .cmp-form-options__field-label > .cmp-form-options__field-description + .tickMark {
  background: #000;
  border: 2px solid #ffff;
}
form#black-form p.error {
  color: #FFFFFF;
}
.cmp-container .text .cmp-text.c-link > p {
  width: 100% !important;
}
.cmp-container .text .cmp-text.c-link > p b {
  font: 900 14px "Montserrat";
}
@media (max-width: 767px) {
  .cmp-form .deskLefColPad {
    padding-right: 0px;
  }
  .cmp-form .cmp-form-options,
  .cmp-form .cmp-form-text {
    margin: 10px 0px 10px 0px;
  }
}
#summary-dealer button {
  display: none !important;
}
.modal-content {
  border-radius: 0px;
}
.form-thank.thankclass p {
  color: #2B2B2B;
  font-size: 14px;
  font-family: Montserrat;
  font-weight: normal;
  text-align: left;
}
.form-thank.thankclass button {
  font-size: 14px;
  font-weight: 900;
  padding: 10px;
  float: none;
  width: 35%;
  position: relative;
  margin: 0 auto;
  opacity: 1;
  text-shadow: none;
}
.form-thank.thankclass .thanksmessagecta {
  background-color: #ffffff !important;
  color: #a41e22 !important;
  border: 2px solid #a41e22 !important;
}
.form-thank.thankclass .thanksmessagecta:hover {
  color: #ffffff !important;
  background-color: #a41e22 !important;
}
.form-thank.thankclass .thanksmessagecta:active {
  background-color: #ffffff !important;
  color: #a41e22 !important;
  border: 2px solid #a41e22 !important;
}
.form-thank.email-update-form-success p {
  color: white;
  text-align: center;
}
#emailSignUpForm.hide-text .cmp-form-options__help-message,
#emailSignUpForm.hide-text .cmp-form-button,
#emailSignUpForm.hide-text .cmp-form-options--checkbox,
#emailSignUpForm.hide-text input[name="zipcode"] {
  display: none;
}
#emailSignUpForm {
  color: white;
  max-width: 400px;
}
#emailSignUpForm a {
  color: #fff;
  text-decoration: underline;
}
#emailSignUpForm .cmp-form-text .cmp-form-text__text {
  border: 1px solid white;
  color: white;
  background-color: black;
  width: 29rem;
}
#emailSignUpForm .cmp-form-text .cmp-form-text__text::placeholder {
  color: white;
}
@media (max-width: 992px) {
  #emailSignUpForm .cmp-form-text .cmp-form-text__text {
    width: 15rem;
  }
}
#emailSignUpForm .cmp-form-options__legend {
  font-size: 1rem;
  width: fit-content;
  display: inline;
  margin-left: 2.5rem;
}
#emailSignUpForm .cmp-form-options {
  position: relative;
}
#emailSignUpForm .cmp-form-options .cmp-form-options__field-label {
  position: absolute;
  top: -1.75rem;
}
#emailSignUpForm .cmp-form-options__help-message {
  font-size: .65rem;
}
@media (max-width: 991px) {
  .cmp-form .cmp-text b {
    font-weight: bold !important;
  }
}
@media (max-width: 767px) {
  #get-free-catalog .aem-Grid.aem-Grid--phone--12 > .options.aem-GridColumn.aem-GridColumn--phone--12 {
    margin: 0 3%;
    width: 94%;
  }
}
#get-a-quote .thankclass .thanksmessage,
#get-update .thankclass.black-form .thanksmessage {
  font: 600 20px 'Montserrat';
  color: #FFFFFF;
  text-align: center;
}
#become-a-dealer .thankclass .thanksmessage,
#get-free-catalog .thankclass .thanksmessage,
#get-update .thankclass .thanksmessage {
  font: 600 20px 'Montserrat';
  color: #000000;
  text-align: center;
}
#summary-dealer form#black-form .cmp-form-options.cmp-form-options--checkbox .cmp-form-options__legend + .cmp-form-options__field-label > .cmp-form-options__field-description {
  font-size: 12px !important;
  top: -3px;
}
#summary-dealer form#black-form .cmp-form-options.cmp-form-options--checkbox .cmp-form-options__help-message p {
  font-size: 12px !important;
}
#black-form select option {
  background: #54575a;
  color: #fff;
}
@media (max-width: 767px) {
  #become-a-dealer .options {
    margin: 0px 3% !important;
  }
}
.mega-menu .modal.mega-menu-modal .modal-content .close {
  font-size: 37px;
  font-weight: normal;
  text-shadow: none;
  top: 10px;
}

@font-face {
  font-family: "Helvetica Regular";
  src: url(../../brunswick-framework/clientlibs/clientlib-sitelib/resources/fonts/Helvetica-Regular.ttf);
}
@font-face {
  font-family: "Helvetica Bold";
  src: url(../../brunswick-framework/clientlibs/clientlib-sitelib/resources/fonts/Helvetica-Bold.ttf);
}
@font-face {
  font-family: "HelveticaNeue Regular";
  src: url(../../brunswick-framework/clientlibs/clientlib-sitelib/resources/fonts/HelveticaNeue-Regular.ttf);
}
@font-face {
  font-family: "Lato";
  font-style: "normal";
  font-weight: 700;
  src: url(../../brunswick-framework/clientlibs/clientlib-sitelib/resources/fonts/Lato-Bold.ttf);
}
@font-face {
  font-family: "Lato";
  font-style: "normal";
  font-weight: 300;
  src: url(../../brunswick-framework/clientlibs/clientlib-sitelib/resources/fonts/Lato-Light.ttf);
}
@font-face {
  font-family: "Lato";
  font-style: "normal";
  font-weight: 400;
  src: url(../../brunswick-framework/clientlibs/clientlib-sitelib/resources/fonts/Lato-Regular.ttf);
}
@font-face {
  font-family: "Raleway";
  font-style: "normal";
  font-weight: 700;
  src: url(../../brunswick-framework/clientlibs/clientlib-sitelib/resources/fonts/Raleway-Bold.ttf);
}
@font-face {
  font-family: "Raleway";
  font-style: "normal";
  font-weight: 200;
  src: url(../../brunswick-framework/clientlibs/clientlib-sitelib/resources/fonts/Raleway-ExtraLight.ttf);
}
@font-face {
  font-family: "Raleway";
  font-style: "normal";
  font-weight: 400;
  src: url(../../brunswick-framework/clientlibs/clientlib-sitelib/resources/fonts/Raleway-Regular.ttf);
}
@font-face {
  font-family: "Raleway";
  font-style: Italic;
  font-weight: 700;
  src: url(../../brunswick-framework/clientlibs/clientlib-sitelib/resources/fonts/Raleway-BoldItalic.ttf);
}
@font-face {
  font-family: "Raleway";
  font-style: "normal";
  font-weight: 800;
  src: url(../../brunswick-framework/clientlibs/clientlib-sitelib/resources/fonts/Raleway-ExtraBold.ttf);
}
@font-face {
  font-family: "Raleway";
  font-style: Italic;
  font-weight: 800;
  src: url(../../brunswick-framework/clientlibs/clientlib-sitelib/resources/fonts/Raleway-ExtraBoldItalic.ttf);
}
@font-face {
  font-family: "Raleway";
  font-style: "normal";
  font-weight: 200;
  src: url(../../brunswick-framework/clientlibs/clientlib-sitelib/resources/fonts/Raleway-ExtraLight.ttf);
}
@font-face {
  font-family: "Raleway";
  font-style: Italic;
  font-weight: 200;
  src: url(../../brunswick-framework/clientlibs/clientlib-sitelib/resources/fonts/Raleway-ExtraLightItalic.ttf);
}
@font-face {
  font-family: "Raleway";
  font-style: "normal";
  font-weight: 300;
  src: url(../../brunswick-framework/clientlibs/clientlib-sitelib/resources/fonts/Raleway-Light.ttf);
}
@font-face {
  font-family: "Raleway";
  font-style: "normal";
  font-weight: 500;
  src: url(../../brunswick-framework/clientlibs/clientlib-sitelib/resources/fonts/Raleway-Medium.ttf);
}
@font-face {
  font-family: "Raleway";
  font-style: Italic;
  font-weight: 500;
  src: url(../../brunswick-framework/clientlibs/clientlib-sitelib/resources/fonts/Raleway-MediumItalic.ttf);
}
@font-face {
  font-family: "Raleway";
  font-style: "normal";
  font-weight: 900;
  src: url(../../brunswick-framework/clientlibs/clientlib-sitelib/resources/fonts/Raleway-Black.ttf);
}
@font-face {
  font-family: "Raleway";
  font-style: Italic;
  font-weight: 900;
  src: url(../../brunswick-framework/clientlibs/clientlib-sitelib/resources/fonts/Raleway-BlackItalic.ttf);
}
@font-face {
  font-family: "Raleway";
  font-style: Italic;
  font-weight: 200;
  src: url(../../brunswick-framework/clientlibs/clientlib-sitelib/resources/fonts/Raleway-Italic.ttf);
}
@font-face {
  font-family: "Montserrat";
  font-style: "normal";
  font-weight: 700;
  src: url(../../brunswick-framework/clientlibs/clientlib-sitelib/resources/fonts/Montserrat-Bold.ttf);
}
@font-face {
  font-family: "Montserrat";
  font-style: "normal";
  font-weight: 600;
  src: url(../../brunswick-framework/clientlibs/clientlib-sitelib/resources/fonts/Montserrat-SemiBold.ttf);
}
@font-face {
  font-family: "Montserrat";
  font-style: "normal";
  font-weight: 400;
  src: url(../../brunswick-framework/clientlibs/clientlib-sitelib/resources/fonts/Montserrat-Regular.ttf);
}
@font-face {
  font-family: "Montserrat";
  font-style: "normal";
  font-weight: 500;
  src: url(../../brunswick-framework/clientlibs/clientlib-sitelib/resources/fonts/Montserrat-Medium.ttf);
}
@font-face {
  font-family: "Montserrat";
  font-style: Italic;
  font-weight: 400;
  src: url(../../brunswick-framework/clientlibs/clientlib-sitelib/resources/fonts/Montserrat-Italic.ttf);
}
@font-face {
  font-family: "Baskerville";
  font-weight: 400;
  src: url(../../brunswick-framework/clientlibs/clientlib-sitelib/resources/fonts/Baskerville-Regular.ttf);
}
@font-face {
  font-family: "Baskerville";
  font-weight: 400;
  font-style: Italic;
  src: url(../../brunswick-framework/clientlibs/clientlib-sitelib/resources/fonts/Baskerville-Italic.ttf);
}
@font-face {
  font-family: "Lora";
  font-weight: 400;
  src: url(../../brunswick-framework/clientlibs/clientlib-sitelib/resources/fonts/Lora-Regular.ttf);
}
@font-face {
  font-family: "Lora";
  font-weight: 400;
  font-style: Italic;
  src: url(../../brunswick-framework/clientlibs/clientlib-sitelib/resources/fonts/Lora-Italic.ttf);
}
@font-face {
  font-family: "Jost Regular";
  font-weight: 400;
  src: url(../../brunswick-framework/clientlibs/clientlib-sitelib/resources/fonts/Jost-Regular.ttf);
}
@font-face {
  font-family: "Jost Regular";
  font-weight: 400;
  font-style: Italic;
  src: url(../../brunswick-framework/clientlibs/clientlib-sitelib/resources/fonts/Jost-Italic.ttf);
}
@font-face {
  font-family: "Black Vietnam Pro Bold";
  font-style: "normal";
  font-weight: 700;
  src: url(../../brunswick-framework/clientlibs/clientlib-sitelib/resources/fonts/BlackVietnamPro-Bold.ttf);
}
@font-face {
  font-family: "AvenirBook";
  src: url(../../brunswick-framework/clientlibs/clientlib-sitelib/resources/fonts/AvenirLTStd-Book.otf);
}
@font-face {
  font-family: "AvenirMedium";
  src: url(../../brunswick-framework/clientlibs/clientlib-sitelib/resources/fonts/AvenirLTStd-Medium.otf);
}
@font-face {
  font-family: "AvenirBlack";
  src: url(../../brunswick-framework/clientlibs/clientlib-sitelib/resources/fonts/AvenirLTStd-Roman.otf);
}
.sprite_fbs-backward-arrow-small-2x,
.sprite_fbs-down-arrow-small-2x,
.sprite_fbs-forward-arrow-small-2x,
.sprite_fbs-up-arrow-small-2x,
.sprite_fbs-icon-menu-more-2x,
.sprite_fbs-backward-arrow-small,
.sprite_fbs-down-arrow-small,
.sprite_fbs-forward-arrow-small,
.sprite_fbs-up-arrow-small,
.sprite_fbs-minimise-icon-2x,
.sprite_fbs-fish-icon-2x,
.sprite_fbs-export-2x,
.sprite_fbs-add-2x,
.sprite_fbs-alert-2x,
.sprite_fbs-attachment-2x,
.sprite_fbs-backward-arrow-2x,
.sprite_fbs-bag-2x,
.sprite_fbs-bedroom-2x,
.sprite_fbs-bluetooth-2x,
.sprite_fbs-bookmark-2x,
.sprite_fbs-calendar-2x,
.sprite_fbs-camera-2x,
.sprite_fbs-cancel-2x,
.sprite_fbs-chart-2x,
.sprite_fbs-comment-2x,
.sprite_fbs-comments-2x,
.sprite_fbs-compose-2x,
.sprite_fbs-delete-2x,
.sprite_fbs-down-arrow-2x,
.sprite_fbs-explore-2x,
.sprite_fbs-facebook-2x,
.sprite_fbs-favorite-2x,
.sprite_fbs-feed-2x,
.sprite_fbs-folder-2x,
.sprite_fbs-forward-arrow-2x,
.sprite_fbs-globe-icon-2x,
.sprite_fbs-google-plus-2x,
.sprite_fbs-heart-2x,
.sprite_fbs-help-2x,
.sprite_fbs-instagram-2x,
.sprite_fbs-lock-2x,
.sprite_fbs-menu-2x,
.sprite_fbs-messages-2x,
.sprite_fbs-microphone-2x,
.sprite_fbs-mobile-2x,
.sprite_fbs-no-2x,
.sprite_fbs-options-2x,
.sprite_fbs-pause-2x,
.sprite_fbs-phone-2x,
.sprite_fbs-photos-2x,
.sprite_fbs-places-2x,
.sprite_fbs-price-2x,
.sprite_fbs-profile-2x,
.sprite_fbs-quote-2x,
.sprite_fbs-refresh-2x,
.sprite_fbs-search-2x,
.sprite_fbs-sections-2x,
.sprite_fbs-settings-2x,
.sprite_fbs-skip-next-2x,
.sprite_fbs-skip-previous-2x,
.sprite_fbs-speaker-2x,
.sprite_fbs-thumbs-down-2x,
.sprite_fbs-thumbs-up-2x,
.sprite_fbs-time-2x,
.sprite_fbs-travel-2x,
.sprite_fbs-twitter-2x,
.sprite_fbs-up-arrow-2x,
.sprite_fbs-videos-2x,
.sprite_fbs-warning-2x,
.sprite_fbs-web-2x,
.sprite_fbs-wifi-2x,
.sprite_fbs-yes-2x,
.sprite_fbs-boat-icon-2x,
.sprite_fbs-icon-boxes-sm-2x,
.sprite_fbs-icon-boxes-2x,
.sprite_fbs-icon-list-2x,
.sprite_fbs-icon-menu-more,
.sprite_fbs-fish-icon,
.sprite_fbs-minimise-icon,
.sprite_fbs-export,
.sprite_fbs-add,
.sprite_fbs-alert,
.sprite_fbs-attachment,
.sprite_fbs-backward-arrow,
.sprite_fbs-bag,
.sprite_fbs-bedroom,
.sprite_fbs-bluetooth,
.sprite_fbs-bookmark,
.sprite_fbs-calendar,
.sprite_fbs-camera,
.sprite_fbs-cancel,
.sprite_fbs-chart,
.sprite_fbs-comment,
.sprite_fbs-comments,
.sprite_fbs-compose,
.sprite_fbs-delete,
.sprite_fbs-down-arrow,
.sprite_fbs-explore,
.sprite_fbs-facebook,
.sprite_fbs-favorite,
.sprite_fbs-feed,
.sprite_fbs-folder,
.sprite_fbs-forward-arrow,
.sprite_fbs-globe-icon,
.sprite_fbs-google-plus,
.sprite_fbs-heart,
.sprite_fbs-help,
.sprite_fbs-instagram,
.sprite_fbs-lock,
.sprite_fbs-menu,
.sprite_fbs-messages,
.sprite_fbs-microphone,
.sprite_fbs-mobile,
.sprite_fbs-no,
.sprite_fbs-options,
.sprite_fbs-pause,
.sprite_fbs-phone,
.sprite_fbs-photos,
.sprite_fbs-places,
.sprite_fbs-price,
.sprite_fbs-profile,
.sprite_fbs-quote,
.sprite_fbs-refresh,
.sprite_fbs-search,
.sprite_fbs-sections,
.sprite_fbs-settings,
.sprite_fbs-skip-next,
.sprite_fbs-skip-previous,
.sprite_fbs-speaker,
.sprite_fbs-thumbs-down,
.sprite_fbs-thumbs-up,
.sprite_fbs-time,
.sprite_fbs-travel,
.sprite_fbs-twitter,
.sprite_fbs-up-arrow,
.sprite_fbs-videos,
.sprite_fbs-warning,
.sprite_fbs-web,
.sprite_fbs-wifi,
.sprite_fbs-yes,
.sprite_fbs-boat-icon,
.sprite_fbs-icon-boxes-sm,
.sprite_fbs-icon-boxes,
.sprite_fbs-icon-list {
  background: url('../../../content/dam/brunswick-shared/sprite_brunswick.png') no-repeat;
  display: inline-block;
  overflow: hidden;
  text-align: left;
  text-indent: -9999px;
}
.sprite_fbs-backward-arrow-small-2x {
  background-position: -20px 0px;
  height: 100px;
  width: 100px;
}
.sprite_fbs-down-arrow-small-2x {
  background-position: -20px -120px;
  height: 100px;
  width: 100px;
}
.sprite_fbs-forward-arrow-small-2x {
  background-position: -20px -240px;
  height: 100px;
  width: 100px;
}
.sprite_fbs-up-arrow-small-2x {
  background-position: -20px -360px;
  height: 100px;
  width: 100px;
}
.sprite_fbs-icon-menu-more-2x {
  background-position: -20px -480px;
  height: 60px;
  width: 60px;
}
.sprite_fbs-backward-arrow-small {
  background-position: -20px -560px;
  height: 18px;
  width: 50px;
}
.sprite_fbs-down-arrow-small {
  background-position: -20px -630px;
  height: 18px;
  width: 50px;
}
.sprite_fbs-forward-arrow-small {
  background-position: -20px -700px;
  height: 18px;
  width: 50px;
}
.sprite_fbs-up-arrow-small {
  background-position: -20px -770px;
  height: 18px;
  width: 50px;
}
.sprite_fbs-minimise-icon-2x {
  background-position: -20px -840px;
  height: 36px;
  width: 36px;
}
.sprite_fbs-fish-icon-2x {
  background-position: -20px -896px;
  height: 30px;
  width: 35px;
}
.sprite_fbs-export-2x {
  background-position: -20px -946px;
  height: 32px;
  width: 34px;
}
.sprite_fbs-add-2x {
  background-position: -20px -998px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-alert-2x {
  background-position: -20px -1050px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-attachment-2x {
  background-position: -20px -1102px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-backward-arrow-2x {
  background-position: -20px -1154px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-bag-2x {
  background-position: -20px -1206px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-bedroom-2x {
  background-position: -20px -1258px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-bluetooth-2x {
  background-position: -20px -1310px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-bookmark-2x {
  background-position: -20px -1362px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-calendar-2x {
  background-position: -20px -1414px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-camera-2x {
  background-position: -20px -1466px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-cancel-2x {
  background-position: -20px -1518px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-chart-2x {
  background-position: -20px -1570px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-comment-2x {
  background-position: -20px -1622px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-comments-2x {
  background-position: -20px -1674px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-compose-2x {
  background-position: -20px -1726px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-delete-2x {
  background-position: -20px -1778px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-down-arrow-2x {
  background-position: -20px -1830px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-explore-2x {
  background-position: -20px -1882px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-facebook-2x {
  background-position: -20px -1934px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-favorite-2x {
  background-position: -20px -1986px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-feed-2x {
  background-position: -20px -2038px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-folder-2x {
  background-position: -20px -2090px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-forward-arrow-2x {
  background-position: -20px -2142px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-globe-icon-2x {
  background-position: -20px -2194px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-google-plus-2x {
  background-position: -20px -2246px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-heart-2x {
  background-position: -20px -2298px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-help-2x {
  background-position: -20px -2350px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-instagram-2x {
  background-position: -20px -2402px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-lock-2x {
  background-position: -20px -2454px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-menu-2x {
  background-position: -20px -2506px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-messages-2x {
  background-position: -20px -2558px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-microphone-2x {
  background-position: -20px -2610px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-mobile-2x {
  background-position: -20px -2662px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-no-2x {
  background-position: -20px -2714px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-options-2x {
  background-position: -20px -2766px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-pause-2x {
  background-position: -20px -2818px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-phone-2x {
  background-position: -20px -2870px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-photos-2x {
  background-position: -20px -2922px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-places-2x {
  background-position: -20px -2974px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-price-2x {
  background-position: -20px -3026px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-profile-2x {
  background-position: -20px -3078px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-quote-2x {
  background-position: -20px -3130px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-refresh-2x {
  background-position: -20px -3182px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-search-2x {
  background-position: -20px -3234px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-sections-2x {
  background-position: -20px -3286px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-settings-2x {
  background-position: -20px -3338px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-skip-next-2x {
  background-position: -20px -3390px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-skip-previous-2x {
  background-position: -20px -3442px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-speaker-2x {
  background-position: -20px -3494px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-thumbs-down-2x {
  background-position: -20px -3546px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-thumbs-up-2x {
  background-position: -20px -3598px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-time-2x {
  background-position: -20px -3650px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-travel-2x {
  background-position: -20px -3702px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-twitter-2x {
  background-position: -20px -3754px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-up-arrow-2x {
  background-position: -20px -3806px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-videos-2x {
  background-position: -20px -3858px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-warning-2x {
  background-position: -20px -3910px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-web-2x {
  background-position: -20px -3962px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-wifi-2x {
  background-position: -20px -4014px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-yes-2x {
  background-position: -20px -4066px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-boat-icon-2x {
  background-position: -20px -4118px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-icon-boxes-sm-2x {
  background-position: -20px -4170px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-icon-boxes-2x {
  background-position: -20px -4222px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-icon-list-2x {
  background-position: -20px -4274px;
  height: 32px;
  width: 32px;
}
.sprite_fbs-icon-menu-more {
  background-position: -20px -4326px;
  height: 30px;
  width: 30px;
}
.sprite_fbs-fish-icon {
  background-position: -76px -840px;
  height: 15px;
  width: 18px;
}
.sprite_fbs-minimise-icon {
  background-position: -76px -875px;
  height: 18px;
  width: 18px;
}
.sprite_fbs-export {
  background-position: -75px -913px;
  height: 16px;
  width: 17px;
}
.sprite_fbs-add {
  background-position: -74px -949px;
  height: 16px;
  width: 16px;
}
.sprite_fbs-alert {
  background-position: -74px -985px;
  height: 16px;
  width: 16px;
}
.sprite_fbs-attachment {
  background-position: -72px -1021px;
  height: 16px;
  width: 16px;
}
.sprite_fbs-backward-arrow {
  background-position: -72px -1057px;
  height: 16px;
  width: 16px;
}
.sprite_fbs-bag {
  background-position: -72px -1093px;
  height: 16px;
  width: 16px;
}
.sprite_fbs-bedroom {
  background-position: -72px -1129px;
  height: 16px;
  width: 16px;
}
.sprite_fbs-bluetooth {
  background-position: -72px -1165px;
  height: 16px;
  width: 16px;
}
.sprite_fbs-bookmark {
  background-position: -72px -1201px;
  height: 16px;
  width: 16px;
}
.sprite_fbs-calendar {
  background-position: -72px -1237px;
  height: 16px;
  width: 16px;
}
.sprite_fbs-camera {
  background-position: -72px -1273px;
  height: 16px;
  width: 16px;
}
.sprite_fbs-cancel {
  background-position: -72px -1309px;
  height: 16px;
  width: 16px;
}
.sprite_fbs-chart {
  background-position: -72px -1345px;
  height: 16px;
  width: 16px;
}
.sprite_fbs-comment {
  background-position: -72px -1381px;
  height: 16px;
  width: 16px;
}
.sprite_fbs-comments {
  background-position: -72px -1417px;
  height: 16px;
  width: 16px;
}
.sprite_fbs-compose {
  background-position: -72px -1453px;
  height: 16px;
  width: 16px;
}
.sprite_fbs-delete {
  background-position: -72px -1489px;
  height: 16px;
  width: 16px;
}
.sprite_fbs-down-arrow {
  background-position: -72px -1525px;
  height: 16px;
  width: 16px;
}
.sprite_fbs-explore {
  background-position: -72px -1561px;
  height: 16px;
  width: 16px;
}
.sprite_fbs-facebook {
  background-position: -72px -1597px;
  height: 16px;
  width: 16px;
}
.sprite_fbs-favorite {
  background-position: -72px -1633px;
  height: 16px;
  width: 16px;
}
.sprite_fbs-feed {
  background-position: -72px -1669px;
  height: 16px;
  width: 16px;
}
.sprite_fbs-folder {
  background-position: -72px -1705px;
  height: 16px;
  width: 16px;
}
.sprite_fbs-forward-arrow {
  background-position: -72px -1741px;
  height: 16px;
  width: 16px;
}
.sprite_fbs-globe-icon {
  background-position: -72px -1777px;
  height: 16px;
  width: 16px;
}
.sprite_fbs-google-plus {
  background-position: -72px -1813px;
  height: 16px;
  width: 16px;
}
.sprite_fbs-heart {
  background-position: -72px -1849px;
  height: 16px;
  width: 16px;
}
.sprite_fbs-help {
  background-position: -72px -1885px;
  height: 16px;
  width: 16px;
}
.sprite_fbs-instagram {
  background-position: -72px -1921px;
  height: 16px;
  width: 16px;
}
.sprite_fbs-lock {
  background-position: -72px -1957px;
  height: 16px;
  width: 16px;
}
.sprite_fbs-menu {
  background-position: -72px -1993px;
  height: 16px;
  width: 16px;
}
.sprite_fbs-messages {
  background-position: -72px -2029px;
  height: 16px;
  width: 16px;
}
.sprite_fbs-microphone {
  background-position: -72px -2065px;
  height: 16px;
  width: 16px;
}
.sprite_fbs-mobile {
  background-position: -72px -2101px;
  height: 16px;
  width: 16px;
}
.sprite_fbs-no {
  background-position: -72px -2137px;
  height: 16px;
  width: 16px;
}
.sprite_fbs-options {
  background-position: -72px -2173px;
  height: 16px;
  width: 16px;
}
.sprite_fbs-pause {
  background-position: -72px -2209px;
  height: 16px;
  width: 16px;
}
.sprite_fbs-phone {
  background-position: -72px -2245px;
  height: 16px;
  width: 16px;
}
.sprite_fbs-photos {
  background-position: -72px -2281px;
  height: 16px;
  width: 16px;
}
.sprite_fbs-places {
  background-position: -72px -2317px;
  height: 16px;
  width: 16px;
}
.sprite_fbs-price {
  background-position: -72px -2353px;
  height: 16px;
  width: 16px;
}
.sprite_fbs-profile {
  background-position: -72px -2389px;
  height: 16px;
  width: 16px;
}
.sprite_fbs-quote {
  background-position: -72px -2425px;
  height: 16px;
  width: 16px;
}
.sprite_fbs-refresh {
  background-position: -72px -2461px;
  height: 16px;
  width: 16px;
}
.sprite_fbs-search {
  background-position: -72px -2497px;
  height: 16px;
  width: 16px;
}
.sprite_fbs-sections {
  background-position: -72px -2533px;
  height: 16px;
  width: 16px;
}
.sprite_fbs-settings {
  background-position: -72px -2569px;
  height: 16px;
  width: 16px;
}
.sprite_fbs-skip-next {
  background-position: -72px -2605px;
  height: 16px;
  width: 16px;
}
.sprite_fbs-skip-previous {
  background-position: -72px -2641px;
  height: 16px;
  width: 16px;
}
.sprite_fbs-speaker {
  background-position: -72px -2677px;
  height: 16px;
  width: 16px;
}
.sprite_fbs-thumbs-down {
  background-position: -72px -2713px;
  height: 16px;
  width: 16px;
}
.sprite_fbs-thumbs-up {
  background-position: -72px -2749px;
  height: 16px;
  width: 16px;
}
.sprite_fbs-time {
  background-position: -72px -2785px;
  height: 16px;
  width: 16px;
}
.sprite_fbs-travel {
  background-position: -72px -2821px;
  height: 16px;
  width: 16px;
}
.sprite_fbs-twitter {
  background-position: -72px -2857px;
  height: 16px;
  width: 16px;
}
.sprite_fbs-up-arrow {
  background-position: -72px -2893px;
  height: 16px;
  width: 16px;
}
.sprite_fbs-videos {
  background-position: -72px -2929px;
  height: 16px;
  width: 16px;
}
.sprite_fbs-warning {
  background-position: -72px -2965px;
  height: 16px;
  width: 16px;
}
.sprite_fbs-web {
  background-position: -72px -3001px;
  height: 16px;
  width: 16px;
}
.sprite_fbs-wifi {
  background-position: -72px -3037px;
  height: 16px;
  width: 16px;
}
.sprite_fbs-yes {
  background-position: -72px -3073px;
  height: 16px;
  width: 16px;
}
.sprite_fbs-boat-icon {
  background-position: -72px -3109px;
  height: 16px;
  width: 16px;
}
.sprite_fbs-icon-boxes-sm {
  background-position: -72px -3145px;
  height: 16px;
  width: 16px;
}
.sprite_fbs-icon-boxes {
  background-position: -72px -3181px;
  height: 16px;
  width: 16px;
}
.sprite_fbs-icon-list {
  background-position: -72px -3217px;
  height: 16px;
  width: 16px;
}
.faq-container.container-fluid {
  padding: 0px 15%;
}
.faq-container.container-fluid input[type="checkbox"] {
  opacity: 0;
  position: absolute;
}
.faq-container.container-fluid span#switch {
  padding: 1rem 1rem 1rem 1rem;
}
.faq-container.container-fluid .faq-title-0 {
  color: #002f5f;
  font-family: "Raleway";
  font-weight: 200;
  font-size: 40px;
  text-align: left;
}
.faq-container.container-fluid input[type="checkbox"].ios-switch + div {
  -webkit-transition-duration: .4s;
  -webkit-transition-property: background-color, box-shadow;
  background-color: white;
  border-radius: 999px;
  border: 1px solid #f28033;
  box-shadow: inset 0 0 0 0px #F3F1E8;
  height: 20px;
  vertical-align: middle;
  width: 40px;
}
.faq-container.container-fluid input[type="checkbox"].ios-switch:checked + div {
  background-color: #3b89ec;
  background-position: 0 0;
  border: 1px solid #0e62cd;
  box-shadow: inset 0 0 0 10px #3b89ff;
  width: 40px;
}
.faq-container.container-fluid input[type="checkbox"].ios-switch:checked + div > div {
  -moz-transform: translate3d(20px, 0, 0);
  -webkit-transform: translate3d(20px, 0, 0);
  background-color: #ffffff;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3), 0px 0px 0 1px #0850ac;
}
.faq-container.container-fluid input[type="checkbox"].tinyswitch.ios-switch + div {
  height: 18px;
  width: 34px;
}
.faq-container.container-fluid input[type="checkbox"].bigswitch.ios-switch + div {
  height: 25px;
  width: 50px;
}
.faq-container.container-fluid input[type="checkbox"].green.ios-switch:checked + div {
  background-color: #00e359;
  border: 1px solid #00a23f;
  box-shadow: inset 0 0 0 10px #00e359;
}
.faq-container.container-fluid input[type="checkbox"].green.ios-switch:checked + div > div {
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3), 0 0 0 1px #00a23f;
}
.faq-container.container-fluid input[type="checkbox"].ios-switch + div > div {
  -moz-transition-duration: 0.4s;
  -moz-transition-property: transform, background-color;
  -moz-transition-timing-function: cubic-bezier(0.54, 1.85, 0.5, 1);
  -webkit-transition-duration: 0.4s;
  -webkit-transition-property: transform, background-color, box-shadow;
  -webkit-transition-timing-function: cubic-bezier(0.54, 1.85, 0.5, 1);
  background: #ffffff;
  border-radius: inherit;
  box-shadow: 0px 2px 5px #f08083, 0px 0px 0 1px #f08083;
  float: left;
  height: 18px;
  margin-left: 1px;
  margin-top: 1px;
  pointer-events: none;
  width: 18px;
}
.faq-container.container-fluid input[type="checkbox"].bigswitch.ios-switch + div > div {
  height: 23px;
  margin-top: 1px;
  width: 23px;
}
.faq-container.container-fluid input[type="checkbox"].bigswitch.ios-switch:checked + div > div {
  -moz-transform: translate3d(16px, 0, 0);
  -webkit-transform: translate3d(25px, 0, 0);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3), 0px 0px 0 1px #0850ac;
}
.faq-container.container-fluid input[type="checkbox"].blue.ios-switch:checked + div {
  background-color: #002f5f;
  border: 1px solid #002f5f;
  box-shadow: inset 0 0 0 10px #002f5f;
}
.faq-container.container-fluid .faq-title {
  color: #002f5f;
  font-size: 20px;
  font-weight: bold;
  padding: 20px 0 0px 0px;
  text-align: left;
}
.faq-container.container-fluid .panel.panel-default {
  padding: 15px 0px;
}
.faq-container.container-fluid .panel.panel-default span {
  color: #767676;
  font-family: "Lato";
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0px;
  text-align: left;
  text-decoration: none;
}
.faq-container.container-fluid .panel-body {
  font-size: 14px;
}
.faq-container.container-fluid .panel-body p {
  font-family: "Lato";
  font-weight: 700;
  font-weight: bold;
}
.faq-container.container-fluid i.fa.fa-search.searchtxt {
  color: #002f5f;
  position: absolute;
  right: 20px;
  top: calc(45%);
}
.faq-container.container-fluid .faq-wrapper {
  padding: 20px 0px;
  position: relative;
}
.faq-container.container-fluid .faq-wrapper input {
  color: #767676;
  font-family: "Lato";
  font-weight: 400;
  font-size: 14px;
  padding-left: 5px;
  width: 100%!important;
}
.faq-container.container-fluid .float-right.faq-searchTxt label {
  margin: 0;
}
.faq-container.container-fluid .container-fluid.faq-container {
  padding: 0% 15%;
}
.faq-container.container-fluid .accordin-switch.text-right label {
  margin: 0;
}
@media (max-width: 767px) {
  .faq-title-0 {
    text-align: center;
  }
}
.accordion__content {
  line-height: 26px;
}

