/*
 *  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.
 */
.cmp-tabs__tablist {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
}
.cmp-tabs__tab {
  box-sizing: border-box;
  border-bottom: 1px solid transparent;
  padding: .5rem 1rem;
  cursor: pointer;
}
.cmp-tabs__tab--active {
  border-color: inherit;
}
.cmp-tabs__tabpanel {
  display: none;
}
.cmp-tabs__tabpanel--active {
  display: block;
}

/*
 *  Copyright 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.
 */
.cmp-carousel__content {
  position: relative;
}
.cmp-carousel__item {
  display: none;
}
.cmp-carousel__item--active {
  display: block;
}
.cmp-carousel__action {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.cmp-carousel__indicators {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.cmp-carousel__indicator {
  position: relative;
  flex: 0 1 auto;
  width: 10px;
  height: 10px;
  margin: 0 7px;
  border-radius: 50%;
  font-size: 0;
  text-indent: -3000px;
  background-color: rgba(0, 0, 0, 0.5);
}
.cmp-carousel__indicator--active {
  background-color: rgba(0, 0, 0, 0.8);
}

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

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

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

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

/*
 *  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--default--1 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--1 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--1 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 20%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 40%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 60%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 80%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 20%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 40%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 60%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 80%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 20%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 40%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 60%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 80%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 20%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 40%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 60%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 80%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 16.66666667%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 83.33333333%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 16.66666667%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 83.33333333%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 16.66666667%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 83.33333333%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 16.66666667%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 83.33333333%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 14.28571429%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 28.57142857%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 42.85714286%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 57.14285714%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 71.42857143%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 85.71428571%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 14.28571429%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 28.57142857%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 42.85714286%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 57.14285714%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 71.42857143%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 85.71428571%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 14.28571429%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 28.57142857%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 42.85714286%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 57.14285714%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 71.42857143%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 85.71428571%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 14.28571429%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 28.57142857%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 42.85714286%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 57.14285714%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 71.42857143%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 85.71428571%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 12.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 37.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 62.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 87.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 12.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 37.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 62.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 87.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 12.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 37.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 62.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 87.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 12.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 37.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 62.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 87.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 11.11111111%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 22.22222222%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 44.44444444%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 55.55555556%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 77.77777778%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 88.88888889%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 11.11111111%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 22.22222222%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 44.44444444%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 55.55555556%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 77.77777778%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 88.88888889%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 11.11111111%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 22.22222222%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 44.44444444%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 55.55555556%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 77.77777778%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 88.88888889%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 11.11111111%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 22.22222222%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 44.44444444%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 55.55555556%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 77.77777778%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 88.88888889%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 10%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 20%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 30%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 40%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 60%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 70%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 80%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 90%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 10%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 20%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 30%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 40%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 60%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 70%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 80%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 90%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 10%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 20%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 30%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 40%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 60%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 70%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 80%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 90%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 10%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 20%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 30%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 40%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 60%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 70%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 80%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 90%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 9.09090909%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 18.18181818%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 27.27272727%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 36.36363636%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 45.45454545%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 54.54545455%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 63.63636364%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 72.72727273%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 81.81818182%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 90.90909091%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--11 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 9.09090909%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 18.18181818%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 27.27272727%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 36.36363636%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 45.45454545%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 54.54545455%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 63.63636364%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 72.72727273%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 81.81818182%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 90.90909091%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--11 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 9.09090909%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 18.18181818%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 27.27272727%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 36.36363636%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 45.45454545%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 54.54545455%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 63.63636364%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 72.72727273%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 81.81818182%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 90.90909091%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--11 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 9.09090909%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 18.18181818%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 27.27272727%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 36.36363636%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 45.45454545%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 54.54545455%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 63.63636364%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 72.72727273%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 81.81818182%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 90.90909091%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--11 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 8.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 16.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 41.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 58.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 83.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--11 {
  float: left;
  clear: none;
  width: 91.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--12 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 8.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 16.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 41.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 58.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 83.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--11 {
  margin-left: 91.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--12 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 8.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 16.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 41.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 58.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 83.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--11 {
  float: left;
  clear: none;
  width: 91.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--12 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 8.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 16.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 41.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 58.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 83.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--11 {
  margin-left: 91.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--12 {
  margin-left: 100%;
}
.aem-Grid > .aem-GridColumn.aem-GridColumn--default--newline {
  /* newline behavior */
  display: block;
  clear: both !important;
}
.aem-Grid > .aem-GridColumn.aem-GridColumn--default--none {
  /* none behavior */
  display: block;
  clear: none !important;
  float: left;
}
.aem-Grid > .aem-GridColumn.aem-GridColumn--default--hide {
  /* hide behavior */
  display: none;
}
/* phone breakpoint */
@media (max-width: 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--phone--1 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--1 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--1 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--2 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--2 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--2 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--2 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--2 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--12 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--12 {
    margin-left: 100%;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--phone--newline {
    /* newline behavior */
    display: block;
    clear: both !important;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--phone--none {
    /* none behavior */
    display: block;
    clear: none !important;
    float: left;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--phone--hide {
    /* hide behavior */
    display: none;
  }
}
/* tablet breakpoint */
@media (min-width: 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--tablet--1 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--1 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--1 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--2 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--2 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--12 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--12 {
    margin-left: 100%;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--tablet--newline {
    /* newline behavior */
    display: block;
    clear: both !important;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--tablet--none {
    /* none behavior */
    display: block;
    clear: none !important;
    float: left;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--tablet--hide {
    /* hide behavior */
    display: none;
  }
}

.toast-placement {
  z-index: 100000;
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 1rem;
  right: 1rem;
  min-width: 250px;
  width: 300px; }

.toast {
  z-index: 100001;
  position: relative;
  width: 100%; }
  .toast .close {
    opacity: 1;
    font-size: 1rem; }
    .toast .close span.brand-CloseExitStop {
      font-size: .7rem;
      color: #ffffff; }
  .toast .close::before {
    margin-right: .25rem;
    font-size: .9rem;
    vertical-align: center;
    color: #ffffff; }

.toast-success .toast-header {
  background-color: #012169;
  border-bottom: 0px; }
  .toast-success .toast-header > [class^="brand-"] {
    margin-right: .5rem; }
  .toast-success .toast-header > [class^="brand-"]::before {
    content: "\e938"; }

.toast-success .toast-body {
  background-color: #012169;
  color: #ffffff; }

.toast-alert .toast-header {
  background-color: #012169;
  border-bottom: 0px; }
  .toast-alert .toast-header > [class^="brand-"] {
    margin-right: .5rem; }
  .toast-alert .toast-header > [class^="brand-"]::before {
    content: "\e97c"; }

.toast-alert .toast-body {
  background-color: #012169;
  color: #ffffff; }

.toast-error .toast-header {
  background-color: #e31837;
  border-bottom: 0px; }
  .toast-error .toast-header > [class^="brand-"] {
    margin-right: .5rem; }
  .toast-error .toast-header > [class^="brand-"]::before {
    content: "\e936"; }

.toast-error .toast-body {
  background-color: #e31837;
  color: #ffffff; }

.toast-info .toast-header {
  background-color: #0052c2;
  border-bottom: 0px; }
  .toast-info .toast-header > [class^="brand-"] {
    margin-right: .5rem; }
  .toast-info .toast-header > [class^="brand-"]::before {
    content: "\e962"; }

.toast-info .toast-body {
  background-color: #0052c2;
  color: #ffffff; }

.toast-graySuccess .toast-header {
  background-color: #ededed;
  border-bottom: 0px;
  color: #012169; }
  .toast-graySuccess .toast-header > [class^="brand-"] {
    margin-right: .5rem; }
  .toast-graySuccess .toast-header > [class^="brand-"]::before {
    content: "\e962"; }
  .toast-graySuccess .toast-header .close::before, .toast-graySuccess .toast-header .close span.brand-CloseExitStop {
    color: black; }

.toast-graySuccess .toast-body {
  background-color: #ededed;
  color: #000000; }

.toast.fade {
  transition: opacity 0.025s linear !important; }

.owl-carousel-indicators-container {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  padding-left: 0;
  margin-right: 0;
  margin-left: 0;
  z-index: 1000; }
  .owl-carousel-indicators-container .owl-carousel-indicators {
    justify-content: center; }
    .owl-carousel-indicators-container .owl-carousel-indicators .owl-dot {
      position: relative;
      flex: 0 1 auto;
      width: 15px;
      height: 15px;
      border: 0px;
      margin: 0px 7px;
      text-indent: -999px;
      border-radius: 15px;
      background-color: #bababa; }
      .owl-carousel-indicators-container .owl-carousel-indicators .owl-dot:hover, .owl-carousel-indicators-container .owl-carousel-indicators .owl-dot:focus, .owl-carousel-indicators-container .owl-carousel-indicators .owl-dot:active {
        background-color: #919191; }
      .owl-carousel-indicators-container .owl-carousel-indicators .owl-dot::before {
        position: absolute;
        top: -10px;
        left: 0;
        display: inline-block;
        width: 100%;
        height: 10px;
        content: ""; }
      .owl-carousel-indicators-container .owl-carousel-indicators .owl-dot::after {
        position: absolute;
        bottom: -10px;
        left: 0;
        display: inline-block;
        width: 100%;
        height: 10px;
        content: ""; }
    .owl-carousel-indicators-container .owl-carousel-indicators .owl-dot.active {
      background-color: #e31837; }
    .owl-carousel-indicators-container .owl-carousel-indicators .owl-dot.active:hover {
      background-color: #012169; }

.btn.owl-prev-slide, .btn.owl-next-slide {
  position: absolute;
  top: 0;
  height: 100%;
  font-size: 1.75rem !important;
  color: #e31837 !important;
  z-index: 1000;
  background: transparent;
  border: none; }

.owl-prev-slide:hover, .owl-next-slide:hover {
  background: transparent;
  color: #012169 !important; }

.owl-prev-slide {
  left: 0; }

.owl-next-slide {
  right: 0; }

.owl-carousel-indicators-container > button {
  color: #e31837; }

.owl-carousel-indicators-container > button:hover {
  color: #012169; }

/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #0052c2;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #f9dad2;
  --red: #dc1431;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #00ad50;
  --teal: #20c997;
  --cyan: #00b7f1;
  --white: #ffffff;
  --gray: #646464;
  --gray-dark: #343a40;
  --primary: #012169;
  --secondary: #f5f5f5;
  --success: #00ad50;
  --info: #ccebf8;
  --warning: #f9dad2;
  --danger: #dc1431;
  --light: #ededed;
  --dark: #000a23;
  --bank-primary-1: #012169;
  --bank-primary-2: #e31837;
  --bank-gray-1: #ededed;
  --bank-gray-2: #f5f5f5;
  --bank-gray-3: #d5d5d5;
  --bank-gray-4: #bababa;
  --bank-secondary-1: #0052c2;
  --bank-secondary-2: #ccebf8;
  --bank-secondary-3: #c41230;
  --black: #000000;
  --white: #ffffff;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1500px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent; }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: "Connections Light", "Connections Regular", "Connections";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  text-align: left;
  background-color: #ffffff; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 1rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #0049AC;
  text-decoration: underline;
  background-color: transparent; }
  a:hover {
    color: #0053C2;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover,
  a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #333;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

select {
  word-wrap: normal; }

button,
[type="button"], [type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

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; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 1rem;
  font-family: "ConnectionsLight";
  font-weight: 500;
  line-height: 1.1; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.96875rem; }

h4, .h4 {
  font-size: 1.6875rem; }

h5, .h5 {
  font-size: 1.40625rem; }

h6, .h6 {
  font-size: 1.125rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.1; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.1; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.1; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.1; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #ededed; }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 1px;
  padding-right: 1px;
  padding-top: 1px;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #000000; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 1rem;
  color: #000000; }

code {
  font-size: 87.5%;
  color: #646464;
  word-break: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #ffffff;
  background-color: #212529; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }
  @media (min-width: 1500px) {
    .container {
      max-width: 1440px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1500px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xxl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xxl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xxl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xxl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xxl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xxl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xxl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xxl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xxl-first {
    order: -1; }
  .order-xxl-last {
    order: 13; }
  .order-xxl-0 {
    order: 0; }
  .order-xxl-1 {
    order: 1; }
  .order-xxl-2 {
    order: 2; }
  .order-xxl-3 {
    order: 3; }
  .order-xxl-4 {
    order: 4; }
  .order-xxl-5 {
    order: 5; }
  .order-xxl-6 {
    order: 6; }
  .order-xxl-7 {
    order: 7; }
  .order-xxl-8 {
    order: 8; }
  .order-xxl-9 {
    order: 9; }
  .order-xxl-10 {
    order: 10; }
  .order-xxl-11 {
    order: 11; }
  .order-xxl-12 {
    order: 12; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.33333%; }
  .offset-xxl-2 {
    margin-left: 16.66667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333%; }
  .offset-xxl-5 {
    margin-left: 41.66667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333%; }
  .offset-xxl-8 {
    margin-left: 66.66667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333%; }
  .offset-xxl-11 {
    margin-left: 91.66667%; } }

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #000000; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #ededed; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #ededed; }
  .table tbody + tbody {
    border-top: 2px solid #ededed; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #ededed; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ededed; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f5f5f5; }

.table-hover tbody tr:hover {
  color: #000000;
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8c1d5; }

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7b8cb1; }

.table-hover .table-primary:hover {
  background-color: #a8b3cc; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #a8b3cc; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #fcfcfc; }

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #fafafa; }

.table-hover .table-secondary:hover {
  background-color: #efefef; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #efefef; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #b8e8ce; }

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #7ad4a4; }

.table-hover .table-success:hover {
  background-color: #a5e2c1; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #a5e2c1; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #f1f9fd; }

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #e4f5fb; }

.table-hover .table-info:hover {
  background-color: #dbeffa; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #dbeffa; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fdf5f2; }

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #fcece8; }

.table-hover .table-warning:hover {
  background-color: #fae4dc; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #fae4dc; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5bdc5; }

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed8594; }

.table-hover .table-danger:hover {
  background-color: #f2a7b2; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #f2a7b2; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fafafa; }

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #f6f6f6; }

.table-hover .table-light:hover {
  background-color: #ededed; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #ededed; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #b8bac1; }

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #7a808d; }

.table-hover .table-dark:hover {
  background-color: #aaadb5; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #aaadb5; }

.table-bank-primary-1,
.table-bank-primary-1 > th,
.table-bank-primary-1 > td {
  background-color: #b8c1d5; }

.table-bank-primary-1 th,
.table-bank-primary-1 td,
.table-bank-primary-1 thead th,
.table-bank-primary-1 tbody + tbody {
  border-color: #7b8cb1; }

.table-hover .table-bank-primary-1:hover {
  background-color: #a8b3cc; }
  .table-hover .table-bank-primary-1:hover > td,
  .table-hover .table-bank-primary-1:hover > th {
    background-color: #a8b3cc; }

.table-bank-primary-2,
.table-bank-primary-2 > th,
.table-bank-primary-2 > td {
  background-color: #f7bec7; }

.table-bank-primary-2 th,
.table-bank-primary-2 td,
.table-bank-primary-2 thead th,
.table-bank-primary-2 tbody + tbody {
  border-color: #f08797; }

.table-hover .table-bank-primary-2:hover {
  background-color: #f4a7b3; }
  .table-hover .table-bank-primary-2:hover > td,
  .table-hover .table-bank-primary-2:hover > th {
    background-color: #f4a7b3; }

.table-bank-gray-1,
.table-bank-gray-1 > th,
.table-bank-gray-1 > td {
  background-color: #fafafa; }

.table-bank-gray-1 th,
.table-bank-gray-1 td,
.table-bank-gray-1 thead th,
.table-bank-gray-1 tbody + tbody {
  border-color: #f6f6f6; }

.table-hover .table-bank-gray-1:hover {
  background-color: #ededed; }
  .table-hover .table-bank-gray-1:hover > td,
  .table-hover .table-bank-gray-1:hover > th {
    background-color: #ededed; }

.table-bank-gray-2,
.table-bank-gray-2 > th,
.table-bank-gray-2 > td {
  background-color: #fcfcfc; }

.table-bank-gray-2 th,
.table-bank-gray-2 td,
.table-bank-gray-2 thead th,
.table-bank-gray-2 tbody + tbody {
  border-color: #fafafa; }

.table-hover .table-bank-gray-2:hover {
  background-color: #efefef; }
  .table-hover .table-bank-gray-2:hover > td,
  .table-hover .table-bank-gray-2:hover > th {
    background-color: #efefef; }

.table-bank-gray-3,
.table-bank-gray-3 > th,
.table-bank-gray-3 > td {
  background-color: #f3f3f3; }

.table-bank-gray-3 th,
.table-bank-gray-3 td,
.table-bank-gray-3 thead th,
.table-bank-gray-3 tbody + tbody {
  border-color: #e9e9e9; }

.table-hover .table-bank-gray-3:hover {
  background-color: #e6e6e6; }
  .table-hover .table-bank-gray-3:hover > td,
  .table-hover .table-bank-gray-3:hover > th {
    background-color: #e6e6e6; }

.table-bank-gray-4,
.table-bank-gray-4 > th,
.table-bank-gray-4 > td {
  background-color: #ececec; }

.table-bank-gray-4 th,
.table-bank-gray-4 td,
.table-bank-gray-4 thead th,
.table-bank-gray-4 tbody + tbody {
  border-color: #dbdbdb; }

.table-hover .table-bank-gray-4:hover {
  background-color: #dfdfdf; }
  .table-hover .table-bank-gray-4:hover > td,
  .table-hover .table-bank-gray-4:hover > th {
    background-color: #dfdfdf; }

.table-bank-secondary-1,
.table-bank-secondary-1 > th,
.table-bank-secondary-1 > td {
  background-color: #b8cfee; }

.table-bank-secondary-1 th,
.table-bank-secondary-1 td,
.table-bank-secondary-1 thead th,
.table-bank-secondary-1 tbody + tbody {
  border-color: #7aa5df; }

.table-hover .table-bank-secondary-1:hover {
  background-color: #a3c1e9; }
  .table-hover .table-bank-secondary-1:hover > td,
  .table-hover .table-bank-secondary-1:hover > th {
    background-color: #a3c1e9; }

.table-bank-secondary-2,
.table-bank-secondary-2 > th,
.table-bank-secondary-2 > td {
  background-color: #f1f9fd; }

.table-bank-secondary-2 th,
.table-bank-secondary-2 td,
.table-bank-secondary-2 thead th,
.table-bank-secondary-2 tbody + tbody {
  border-color: #e4f5fb; }

.table-hover .table-bank-secondary-2:hover {
  background-color: #dbeffa; }
  .table-hover .table-bank-secondary-2:hover > td,
  .table-hover .table-bank-secondary-2:hover > th {
    background-color: #dbeffa; }

.table-bank-secondary-3,
.table-bank-secondary-3 > th,
.table-bank-secondary-3 > td {
  background-color: #eebdc5; }

.table-bank-secondary-3 th,
.table-bank-secondary-3 td,
.table-bank-secondary-3 thead th,
.table-bank-secondary-3 tbody + tbody {
  border-color: #e08493; }

.table-hover .table-bank-secondary-3:hover {
  background-color: #e9a9b3; }
  .table-hover .table-bank-secondary-3:hover > td,
  .table-hover .table-bank-secondary-3:hover > th {
    background-color: #e9a9b3; }

.table-black,
.table-black > th,
.table-black > td {
  background-color: #b8b8b8; }

.table-black th,
.table-black td,
.table-black thead th,
.table-black tbody + tbody {
  border-color: #7a7a7a; }

.table-hover .table-black:hover {
  background-color: #ababab; }
  .table-hover .table-black:hover > td,
  .table-hover .table-black:hover > th {
    background-color: #ababab; }

.table-white,
.table-white > th,
.table-white > td {
  background-color: white; }

.table-white th,
.table-white td,
.table-white thead th,
.table-white tbody + tbody {
  border-color: white; }

.table-hover .table-white:hover {
  background-color: #f2f2f2; }
  .table-hover .table-white:hover > td,
  .table-hover .table-white:hover > th {
    background-color: #f2f2f2; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #ffffff;
  background-color: #012169;
  border-color: #012d8f; }

.table .thead-light th {
  color: #495057;
  background-color: #ededed;
  border-color: #ededed; }

.table-dark {
  color: #ffffff;
  background-color: #012169; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #012d8f; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

@media (max-width: 1499.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xxl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #ededed;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #000000;
    background-color: #ffffff;
    border-color: #0249e7;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(1, 33, 105, 0.25); }
  .form-control::placeholder {
    color: #646464;
    opacity: 1; }
  .form-control:disabled,
  .form-control[readonly] {
    background-color: #ededed;
    opacity: 1; }

select.form-control:focus::-ms-value {
  color: #000000;
  background-color: #ffffff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #000000;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm,
  .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.825rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

select.form-control[size],
select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input:disabled ~ .form-check-label {
    color: #adb5bd; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #00ad50; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #ffffff;
  background-color: rgba(0, 173, 80, 0.9); }

.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: #00ad50;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2300ad50' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:valid:focus,
  .form-control.is-valid:focus {
    border-color: #00ad50;
    box-shadow: 0 0 0 0.2rem rgba(0, 173, 80, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip,
  .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #00ad50;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 2rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2300ad50' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #ffffff no-repeat center right 2rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:valid:focus,
  .custom-select.is-valid:focus {
    border-color: #00ad50;
    box-shadow: 0 0 0 0.2rem rgba(0, 173, 80, 0.25); }
  .was-validated .custom-select:valid ~ .valid-feedback,
  .was-validated .custom-select:valid ~ .valid-tooltip,
  .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip,
.form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #00ad50; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
  color: #00ad50; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before,
  .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #00ad50; }

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip,
.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #00e068;
  background-color: #00e068; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 173, 80, 0.25); }

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #00ad50; }

.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #00ad50; }

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip,
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #00ad50;
  box-shadow: 0 0 0 0.2rem rgba(0, 173, 80, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc1431; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #ffffff;
  background-color: rgba(220, 20, 49, 0.9); }

.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #dc1431;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc1431\" viewBox='-2 -2 7 7'%3e%3cpath stroke=\"%23dc1431' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:invalid:focus,
  .form-control.is-invalid:focus {
    border-color: #dc1431;
    box-shadow: 0 0 0 0.2rem rgba(220, 20, 49, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip,
  .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc1431;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 2rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc1431\" viewBox='-2 -2 7 7'%3e%3cpath stroke=\"%23dc1431' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #ffffff no-repeat center right 2rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:invalid:focus,
  .custom-select.is-invalid:focus {
    border-color: #dc1431;
    box-shadow: 0 0 0 0.2rem rgba(220, 20, 49, 0.25); }
  .was-validated .custom-select:invalid ~ .invalid-feedback,
  .was-validated .custom-select:invalid ~ .invalid-tooltip,
  .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip,
.form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #dc1431; }

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc1431; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before,
  .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #dc1431; }

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip,
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #ed3651;
  background-color: #ed3651; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 20, 49, 0.25); }

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc1431; }

.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc1431; }

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip,
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc1431;
  box-shadow: 0 0 0 0.2rem rgba(220, 20, 49, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-weight: 400;
  color: #000000;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover {
    color: #000000;
    text-decoration: none; }
  .btn:focus,
  .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(1, 33, 105, 0.25); }
  .btn.disabled,
  .btn:disabled {
    opacity: 0.65; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #ffffff;
  background-color: #012169;
  border-color: #012169; }
  .btn-primary:hover {
    color: #ffffff;
    background-color: #011543;
    border-color: #011136; }
  .btn-primary:focus,
  .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(39, 66, 128, 0.5); }
  .btn-primary.disabled,
  .btn-primary:disabled {
    color: #ffffff;
    background-color: #012169;
    border-color: #012169; }
  .btn-primary:not(:disabled):not(.disabled):active,
  .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #011136;
    border-color: #000d2a; }
    .btn-primary:not(:disabled):not(.disabled):active:focus,
    .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(39, 66, 128, 0.5); }

.btn-secondary {
  color: #212529;
  background-color: #f5f5f5;
  border-color: #f5f5f5; }
  .btn-secondary:hover {
    color: #212529;
    background-color: #e2e2e2;
    border-color: gainsboro; }
  .btn-secondary:focus,
  .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(213, 214, 214, 0.5); }
  .btn-secondary.disabled,
  .btn-secondary:disabled {
    color: #212529;
    background-color: #f5f5f5;
    border-color: #f5f5f5; }
  .btn-secondary:not(:disabled):not(.disabled):active,
  .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #212529;
    background-color: gainsboro;
    border-color: #d5d5d5; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus,
    .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(213, 214, 214, 0.5); }

.btn-success {
  color: #ffffff;
  background-color: #00ad50;
  border-color: #00ad50; }
  .btn-success:hover {
    color: #ffffff;
    background-color: #00873e;
    border-color: #007a38; }
  .btn-success:focus,
  .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 185, 106, 0.5); }
  .btn-success.disabled,
  .btn-success:disabled {
    color: #ffffff;
    background-color: #00ad50;
    border-color: #00ad50; }
  .btn-success:not(:disabled):not(.disabled):active,
  .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #ffffff;
    background-color: #007a38;
    border-color: #006d33; }
    .btn-success:not(:disabled):not(.disabled):active:focus,
    .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 185, 106, 0.5); }

.btn-info {
  color: #212529;
  background-color: #ccebf8;
  border-color: #ccebf8; }
  .btn-info:hover {
    color: #212529;
    background-color: #aadef3;
    border-color: #9fd9f2; }
  .btn-info:focus,
  .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(178, 205, 217, 0.5); }
  .btn-info.disabled,
  .btn-info:disabled {
    color: #212529;
    background-color: #ccebf8;
    border-color: #ccebf8; }
  .btn-info:not(:disabled):not(.disabled):active,
  .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #212529;
    background-color: #9fd9f2;
    border-color: #94d5f0; }
    .btn-info:not(:disabled):not(.disabled):active:focus,
    .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(178, 205, 217, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #f9dad2;
  border-color: #f9dad2; }
  .btn-warning:hover {
    color: #212529;
    background-color: #f5beb0;
    border-color: #f3b5a5; }
  .btn-warning:focus,
  .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(217, 191, 185, 0.5); }
  .btn-warning.disabled,
  .btn-warning:disabled {
    color: #212529;
    background-color: #f9dad2;
    border-color: #f9dad2; }
  .btn-warning:not(:disabled):not(.disabled):active,
  .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #f3b5a5;
    border-color: #f2ac9a; }
    .btn-warning:not(:disabled):not(.disabled):active:focus,
    .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(217, 191, 185, 0.5); }

.btn-danger {
  color: #ffffff;
  background-color: #dc1431;
  border-color: #dc1431; }
  .btn-danger:hover {
    color: #ffffff;
    background-color: #b91129;
    border-color: #ad1027; }
  .btn-danger:focus,
  .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(225, 55, 80, 0.5); }
  .btn-danger.disabled,
  .btn-danger:disabled {
    color: #ffffff;
    background-color: #dc1431;
    border-color: #dc1431; }
  .btn-danger:not(:disabled):not(.disabled):active,
  .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #ffffff;
    background-color: #ad1027;
    border-color: #a20f24; }
    .btn-danger:not(:disabled):not(.disabled):active:focus,
    .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(225, 55, 80, 0.5); }

.btn-light {
  color: #212529;
  background-color: #ededed;
  border-color: #ededed; }
  .btn-light:hover {
    color: #212529;
    background-color: #dadada;
    border-color: lightgray; }
  .btn-light:focus,
  .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(206, 207, 208, 0.5); }
  .btn-light.disabled,
  .btn-light:disabled {
    color: #212529;
    background-color: #ededed;
    border-color: #ededed; }
  .btn-light:not(:disabled):not(.disabled):active,
  .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: lightgray;
    border-color: #cdcdcd; }
    .btn-light:not(:disabled):not(.disabled):active:focus,
    .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(206, 207, 208, 0.5); }

.btn-dark {
  color: #ffffff;
  background-color: #000a23;
  border-color: #000a23; }
  .btn-dark:hover {
    color: #ffffff;
    background-color: black;
    border-color: black; }
  .btn-dark:focus,
  .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 47, 68, 0.5); }
  .btn-dark.disabled,
  .btn-dark:disabled {
    color: #ffffff;
    background-color: #000a23;
    border-color: #000a23; }
  .btn-dark:not(:disabled):not(.disabled):active,
  .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #ffffff;
    background-color: black;
    border-color: black; }
    .btn-dark:not(:disabled):not(.disabled):active:focus,
    .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 47, 68, 0.5); }

.btn-bank-primary-1 {
  color: #ffffff;
  background-color: #012169;
  border-color: #012169; }
  .btn-bank-primary-1:hover {
    color: #ffffff;
    background-color: #011543;
    border-color: #011136; }
  .btn-bank-primary-1:focus,
  .btn-bank-primary-1.focus {
    outline-offset:5px;
    outline: #0053C2 1px solid;
    box-shadow: 0 0 0 0.2rem rgba(39, 66, 128, 0.5); }
  .btn-bank-primary-1.disabled,
  .btn-bank-primary-1:disabled {
    color: #ffffff;
    background-color: #012169;
    border-color: #012169; }
  .btn-bank-primary-1:not(:disabled):not(.disabled):active,
  .btn-bank-primary-1:not(:disabled):not(.disabled).active,
  .show > .btn-bank-primary-1.dropdown-toggle {
    color: #ffffff;
    background-color: #011136;
    border-color: #000d2a; }
    .btn-bank-primary-1:not(:disabled):not(.disabled):active:focus,
    .btn-bank-primary-1:not(:disabled):not(.disabled).active:focus,
    .show > .btn-bank-primary-1.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(39, 66, 128, 0.5); }

.btn-bank-primary-2 {
  color: #ffffff;
  background-color: #e31837;
  border-color: #e31837; }
  .btn-bank-primary-2:hover {
    color: #ffffff;
    background-color: #c0142f;
    border-color: #b5132c; }
  .btn-bank-primary-2:focus,
  .btn-bank-primary-2.focus {
    box-shadow: 0 0 0 0.2rem rgba(231, 59, 85, 0.5); }
  .btn-bank-primary-2.disabled,
  .btn-bank-primary-2:disabled {
    color: #ffffff;
    background-color: #e31837;
    border-color: #e31837; }
  .btn-bank-primary-2:not(:disabled):not(.disabled):active,
  .btn-bank-primary-2:not(:disabled):not(.disabled).active,
  .show > .btn-bank-primary-2.dropdown-toggle {
    color: #ffffff;
    background-color: #b5132c;
    border-color: #a91229; }
    .btn-bank-primary-2:not(:disabled):not(.disabled):active:focus,
    .btn-bank-primary-2:not(:disabled):not(.disabled).active:focus,
    .show > .btn-bank-primary-2.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(231, 59, 85, 0.5); }

.btn-bank-gray-1 {
  color: #212529;
  background-color: #ededed;
  border-color: #ededed; }
  .btn-bank-gray-1:hover {
    color: #212529;
    background-color: #dadada;
    border-color: lightgray; }
  .btn-bank-gray-1:focus,
  .btn-bank-gray-1.focus {
    box-shadow: 0 0 0 0.2rem rgba(206, 207, 208, 0.5); }
  .btn-bank-gray-1.disabled,
  .btn-bank-gray-1:disabled {
    color: #212529;
    background-color: #ededed;
    border-color: #ededed; }
  .btn-bank-gray-1:not(:disabled):not(.disabled):active,
  .btn-bank-gray-1:not(:disabled):not(.disabled).active,
  .show > .btn-bank-gray-1.dropdown-toggle {
    color: #212529;
    background-color: lightgray;
    border-color: #cdcdcd; }
    .btn-bank-gray-1:not(:disabled):not(.disabled):active:focus,
    .btn-bank-gray-1:not(:disabled):not(.disabled).active:focus,
    .show > .btn-bank-gray-1.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(206, 207, 208, 0.5); }

.btn-bank-gray-2 {
  color: #212529;
  background-color: #f5f5f5;
  border-color: #f5f5f5; }
  .btn-bank-gray-2:hover {
    color: #212529;
    background-color: #e2e2e2;
    border-color: gainsboro; }
  .btn-bank-gray-2:focus,
  .btn-bank-gray-2.focus {
    box-shadow: 0 0 0 0.2rem rgba(213, 214, 214, 0.5); }
  .btn-bank-gray-2.disabled,
  .btn-bank-gray-2:disabled {
    color: #212529;
    background-color: #f5f5f5;
    border-color: #f5f5f5; }
  .btn-bank-gray-2:not(:disabled):not(.disabled):active,
  .btn-bank-gray-2:not(:disabled):not(.disabled).active,
  .show > .btn-bank-gray-2.dropdown-toggle {
    color: #212529;
    background-color: gainsboro;
    border-color: #d5d5d5; }
    .btn-bank-gray-2:not(:disabled):not(.disabled):active:focus,
    .btn-bank-gray-2:not(:disabled):not(.disabled).active:focus,
    .show > .btn-bank-gray-2.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(213, 214, 214, 0.5); }

.btn-bank-gray-3 {
  color: #212529;
  background-color: #d5d5d5;
  border-color: #d5d5d5; }
  .btn-bank-gray-3:hover {
    color: #212529;
    background-color: #c2c2c2;
    border-color: #bcbcbc; }
  .btn-bank-gray-3:focus,
  .btn-bank-gray-3.focus {
    box-shadow: 0 0 0 0.2rem rgba(186, 187, 187, 0.5); }
  .btn-bank-gray-3.disabled,
  .btn-bank-gray-3:disabled {
    color: #212529;
    background-color: #d5d5d5;
    border-color: #d5d5d5; }
  .btn-bank-gray-3:not(:disabled):not(.disabled):active,
  .btn-bank-gray-3:not(:disabled):not(.disabled).active,
  .show > .btn-bank-gray-3.dropdown-toggle {
    color: #212529;
    background-color: #bcbcbc;
    border-color: #b5b5b5; }
    .btn-bank-gray-3:not(:disabled):not(.disabled):active:focus,
    .btn-bank-gray-3:not(:disabled):not(.disabled).active:focus,
    .show > .btn-bank-gray-3.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(186, 187, 187, 0.5); }

.btn-bank-gray-4 {
  color: #212529;
  background-color: #bababa;
  border-color: #bababa; }
  .btn-bank-gray-4:hover {
    color: #212529;
    background-color: #a7a7a7;
    border-color: #a1a1a1; }
  .btn-bank-gray-4:focus,
  .btn-bank-gray-4.focus {
    box-shadow: 0 0 0 0.2rem rgba(163, 164, 164, 0.5); }
  .btn-bank-gray-4.disabled,
  .btn-bank-gray-4:disabled {
    color: #212529;
    background-color: #bababa;
    border-color: #bababa; }
  .btn-bank-gray-4:not(:disabled):not(.disabled):active,
  .btn-bank-gray-4:not(:disabled):not(.disabled).active,
  .show > .btn-bank-gray-4.dropdown-toggle {
    color: #212529;
    background-color: #a1a1a1;
    border-color: #9a9a9a; }
    .btn-bank-gray-4:not(:disabled):not(.disabled):active:focus,
    .btn-bank-gray-4:not(:disabled):not(.disabled).active:focus,
    .show > .btn-bank-gray-4.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(163, 164, 164, 0.5); }

.btn-bank-secondary-1 {
  color: #ffffff;
  background-color: #0052c2;
  border-color: #0052c2; }
  .btn-bank-secondary-1:hover {
    color: #ffffff;
    background-color: #00429c;
    border-color: #003c8f; }
  .btn-bank-secondary-1:focus,
  .btn-bank-secondary-1.focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 108, 203, 0.5); }
  .btn-bank-secondary-1.disabled,
  .btn-bank-secondary-1:disabled {
    color: #ffffff;
    background-color: #0052c2;
    border-color: #0052c2; }
  .btn-bank-secondary-1:not(:disabled):not(.disabled):active,
  .btn-bank-secondary-1:not(:disabled):not(.disabled).active,
  .show > .btn-bank-secondary-1.dropdown-toggle {
    color: #ffffff;
    background-color: #003c8f;
    border-color: #003782; }
    .btn-bank-secondary-1:not(:disabled):not(.disabled):active:focus,
    .btn-bank-secondary-1:not(:disabled):not(.disabled).active:focus,
    .show > .btn-bank-secondary-1.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 108, 203, 0.5); }

.btn-bank-secondary-2 {
  color: #212529;
  background-color: #ccebf8;
  border-color: #ccebf8; }
  .btn-bank-secondary-2:hover {
    color: #212529;
    background-color: #aadef3;
    border-color: #9fd9f2; }
  .btn-bank-secondary-2:focus,
  .btn-bank-secondary-2.focus {
    box-shadow: 0 0 0 0.2rem rgba(178, 205, 217, 0.5); }
  .btn-bank-secondary-2.disabled,
  .btn-bank-secondary-2:disabled {
    color: #212529;
    background-color: #ccebf8;
    border-color: #ccebf8; }
  .btn-bank-secondary-2:not(:disabled):not(.disabled):active,
  .btn-bank-secondary-2:not(:disabled):not(.disabled).active,
  .show > .btn-bank-secondary-2.dropdown-toggle {
    color: #212529;
    background-color: #9fd9f2;
    border-color: #94d5f0; }
    .btn-bank-secondary-2:not(:disabled):not(.disabled):active:focus,
    .btn-bank-secondary-2:not(:disabled):not(.disabled).active:focus,
    .show > .btn-bank-secondary-2.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(178, 205, 217, 0.5); }

.btn-bank-secondary-3 {
  color: #ffffff;
  background-color: #c41230;
  border-color: #c41230; }
  .btn-bank-secondary-3:hover {
    color: #ffffff;
    background-color: #a10f27;
    border-color: #950e25; }
  .btn-bank-secondary-3:focus,
  .btn-bank-secondary-3.focus {
    box-shadow: 0 0 0 0.2rem rgba(205, 54, 79, 0.5); }
  .btn-bank-secondary-3.disabled,
  .btn-bank-secondary-3:disabled {
    color: #ffffff;
    background-color: #c41230;
    border-color: #c41230; }
  .btn-bank-secondary-3:not(:disabled):not(.disabled):active,
  .btn-bank-secondary-3:not(:disabled):not(.disabled).active,
  .show > .btn-bank-secondary-3.dropdown-toggle {
    color: #ffffff;
    background-color: #950e25;
    border-color: #8a0d22; }
    .btn-bank-secondary-3:not(:disabled):not(.disabled):active:focus,
    .btn-bank-secondary-3:not(:disabled):not(.disabled).active:focus,
    .show > .btn-bank-secondary-3.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(205, 54, 79, 0.5); }

.btn-black {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000; }
  .btn-black:hover {
    color: #ffffff;
    background-color: black;
    border-color: black; }
  .btn-black:focus,
  .btn-black.focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5); }
  .btn-black.disabled,
  .btn-black:disabled {
    color: #ffffff;
    background-color: #000000;
    border-color: #000000; }
  .btn-black:not(:disabled):not(.disabled):active,
  .btn-black:not(:disabled):not(.disabled).active,
  .show > .btn-black.dropdown-toggle {
    color: #ffffff;
    background-color: black;
    border-color: black; }
    .btn-black:not(:disabled):not(.disabled):active:focus,
    .btn-black:not(:disabled):not(.disabled).active:focus,
    .show > .btn-black.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5); }

.btn-white {
  color: #212529;
  background-color: #ffffff;
  border-color: #ffffff; }
  .btn-white:hover {
    color: #212529;
    background-color: #ececec;
    border-color: #e6e6e6; }
  .btn-white:focus,
  .btn-white.focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5); }
  .btn-white.disabled,
  .btn-white:disabled {
    color: #212529;
    background-color: #ffffff;
    border-color: #ffffff; }
  .btn-white:not(:disabled):not(.disabled):active,
  .btn-white:not(:disabled):not(.disabled).active,
  .show > .btn-white.dropdown-toggle {
    color: #212529;
    background-color: #e6e6e6;
    border-color: #dfdfdf; }
    .btn-white:not(:disabled):not(.disabled):active:focus,
    .btn-white:not(:disabled):not(.disabled).active:focus,
    .show > .btn-white.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5); }

.btn-outline-primary {
  color: #012169;
  }
  .btn-outline-primary:hover {
    color: #ffffff;
    background-color: #012169;
    border-color: #012169; }
  .btn-outline-primary:focus,
  .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(1, 33, 105, 0.5); }
  .btn-outline-primary.disabled,
  .btn-outline-primary:disabled {
    color: #012169;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active,
  .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #012169;
    border-color: #012169; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
    .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(1, 33, 105, 0.5); }

.btn-outline-secondary {
  color: #f5f5f5;
  border-color: #f5f5f5; }
  .btn-outline-secondary:hover {
    color: #212529;
    background-color: #f5f5f5;
    border-color: #f5f5f5; }
  .btn-outline-secondary:focus,
  .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5); }
  .btn-outline-secondary.disabled,
  .btn-outline-secondary:disabled {
    color: #f5f5f5;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active,
  .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #212529;
    background-color: #f5f5f5;
    border-color: #f5f5f5; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
    .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5); }

.btn-outline-success {
  color: #00ad50;
  border-color: #00ad50; }
  .btn-outline-success:hover {
    color: #ffffff;
    background-color: #00ad50;
    border-color: #00ad50; }
  .btn-outline-success:focus,
  .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 173, 80, 0.5); }
  .btn-outline-success.disabled,
  .btn-outline-success:disabled {
    color: #00ad50;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active,
  .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #ffffff;
    background-color: #00ad50;
    border-color: #00ad50; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus,
    .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 173, 80, 0.5); }

.btn-outline-info {
  color: #ccebf8;
  border-color: #ccebf8; }
  .btn-outline-info:hover {
    color: #212529;
    background-color: #ccebf8;
    border-color: #ccebf8; }
  .btn-outline-info:focus,
  .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(204, 235, 248, 0.5); }
  .btn-outline-info.disabled,
  .btn-outline-info:disabled {
    color: #ccebf8;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active,
  .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #212529;
    background-color: #ccebf8;
    border-color: #ccebf8; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus,
    .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(204, 235, 248, 0.5); }

.btn-outline-warning {
  color: #f9dad2;
  border-color: #f9dad2; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #f9dad2;
    border-color: #f9dad2; }
  .btn-outline-warning:focus,
  .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(249, 218, 210, 0.5); }
  .btn-outline-warning.disabled,
  .btn-outline-warning:disabled {
    color: #f9dad2;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active,
  .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #f9dad2;
    border-color: #f9dad2; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus,
    .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(249, 218, 210, 0.5); }

.btn-outline-danger {
  color: #dc1431;
  border-color: #dc1431; }
  .btn-outline-danger:hover {
    color: #ffffff;
    background-color: #dc1431;
    border-color: #dc1431; }
  .btn-outline-danger:focus,
  .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 20, 49, 0.5); }
  .btn-outline-danger.disabled,
  .btn-outline-danger:disabled {
    color: #dc1431;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active,
  .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #ffffff;
    background-color: #dc1431;
    border-color: #dc1431; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus,
    .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 20, 49, 0.5); }

.btn-outline-light {
  color: #ededed;
  border-color: #ededed; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #ededed;
    border-color: #ededed; }
  .btn-outline-light:focus,
  .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(237, 237, 237, 0.5); }
  .btn-outline-light.disabled,
  .btn-outline-light:disabled {
    color: #ededed;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active,
  .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #ededed;
    border-color: #ededed; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus,
    .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(237, 237, 237, 0.5); }

.btn-outline-dark {
  color: #000a23;
  border-color: #000a23; }
  .btn-outline-dark:hover {
    color: #ffffff;
    background-color: #000a23;
    border-color: #000a23; }
  .btn-outline-dark:focus,
  .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 10, 35, 0.5); }
  .btn-outline-dark.disabled,
  .btn-outline-dark:disabled {
    color: #000a23;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active,
  .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #ffffff;
    background-color: #000a23;
    border-color: #000a23; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus,
    .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 10, 35, 0.5); }

.btn-outline-bank-primary-1 {
  color: #012169;
  border-color: #012169; }
  .btn-outline-bank-primary-1:hover {
    color: #ffffff;
    background-color: #012169;
    border-color: #012169; }
  .btn-outline-bank-primary-1:focus,
  .btn-outline-bank-primary-1.focus {
    box-shadow: 0 0 0 0.2rem rgba(1, 33, 105, 0.5); }
  .btn-outline-bank-primary-1.disabled,
  .btn-outline-bank-primary-1:disabled {
    color: #012169;
    background-color: transparent; }
  .btn-outline-bank-primary-1:not(:disabled):not(.disabled):active,
  .btn-outline-bank-primary-1:not(:disabled):not(.disabled).active,
  .show > .btn-outline-bank-primary-1.dropdown-toggle {
    color: #ffffff;
    background-color: #012169;
    border-color: #012169; }
    .btn-outline-bank-primary-1:not(:disabled):not(.disabled):active:focus,
    .btn-outline-bank-primary-1:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-bank-primary-1.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(1, 33, 105, 0.5); }

.btn-outline-bank-primary-2 {
  color: #e31837;
  border-color: #e31837; }
  .btn-outline-bank-primary-2:hover {
    color: #ffffff;
    background-color: #e31837;
    border-color: #e31837; }
  .btn-outline-bank-primary-2:focus,
  .btn-outline-bank-primary-2.focus {
    box-shadow: 0 0 0 0.2rem rgba(227, 24, 55, 0.5); }
  .btn-outline-bank-primary-2.disabled,
  .btn-outline-bank-primary-2:disabled {
    color: #e31837;
    background-color: transparent; }
  .btn-outline-bank-primary-2:not(:disabled):not(.disabled):active,
  .btn-outline-bank-primary-2:not(:disabled):not(.disabled).active,
  .show > .btn-outline-bank-primary-2.dropdown-toggle {
    color: #ffffff;
    background-color: #e31837;
    border-color: #e31837; }
    .btn-outline-bank-primary-2:not(:disabled):not(.disabled):active:focus,
    .btn-outline-bank-primary-2:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-bank-primary-2.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(227, 24, 55, 0.5); }

.btn-outline-bank-gray-1 {
  color: #ededed;
  border-color: #ededed; }
  .btn-outline-bank-gray-1:hover {
    color: #212529;
    background-color: #ededed;
    border-color: #ededed; }
  .btn-outline-bank-gray-1:focus,
  .btn-outline-bank-gray-1.focus {
    box-shadow: 0 0 0 0.2rem rgba(237, 237, 237, 0.5); }
  .btn-outline-bank-gray-1.disabled,
  .btn-outline-bank-gray-1:disabled {
    color: #ededed;
    background-color: transparent; }
  .btn-outline-bank-gray-1:not(:disabled):not(.disabled):active,
  .btn-outline-bank-gray-1:not(:disabled):not(.disabled).active,
  .show > .btn-outline-bank-gray-1.dropdown-toggle {
    color: #212529;
    background-color: #ededed;
    border-color: #ededed; }
    .btn-outline-bank-gray-1:not(:disabled):not(.disabled):active:focus,
    .btn-outline-bank-gray-1:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-bank-gray-1.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(237, 237, 237, 0.5); }

.btn-outline-bank-gray-2 {
  color: #f5f5f5;
  border-color: #f5f5f5; }
  .btn-outline-bank-gray-2:hover {
    color: #212529;
    background-color: #f5f5f5;
    border-color: #f5f5f5; }
  .btn-outline-bank-gray-2:focus,
  .btn-outline-bank-gray-2.focus {
    box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5); }
  .btn-outline-bank-gray-2.disabled,
  .btn-outline-bank-gray-2:disabled {
    color: #f5f5f5;
    background-color: transparent; }
  .btn-outline-bank-gray-2:not(:disabled):not(.disabled):active,
  .btn-outline-bank-gray-2:not(:disabled):not(.disabled).active,
  .show > .btn-outline-bank-gray-2.dropdown-toggle {
    color: #212529;
    background-color: #f5f5f5;
    border-color: #f5f5f5; }
    .btn-outline-bank-gray-2:not(:disabled):not(.disabled):active:focus,
    .btn-outline-bank-gray-2:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-bank-gray-2.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5); }

.btn-outline-bank-gray-3 {
  color: #d5d5d5;
  border-color: #d5d5d5; }
  .btn-outline-bank-gray-3:hover {
    color: #212529;
    background-color: #d5d5d5;
    border-color: #d5d5d5; }
  .btn-outline-bank-gray-3:focus,
  .btn-outline-bank-gray-3.focus {
    box-shadow: 0 0 0 0.2rem rgba(213, 213, 213, 0.5); }
  .btn-outline-bank-gray-3.disabled,
  .btn-outline-bank-gray-3:disabled {
    color: #d5d5d5;
    background-color: transparent; }
  .btn-outline-bank-gray-3:not(:disabled):not(.disabled):active,
  .btn-outline-bank-gray-3:not(:disabled):not(.disabled).active,
  .show > .btn-outline-bank-gray-3.dropdown-toggle {
    color: #212529;
    background-color: #d5d5d5;
    border-color: #d5d5d5; }
    .btn-outline-bank-gray-3:not(:disabled):not(.disabled):active:focus,
    .btn-outline-bank-gray-3:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-bank-gray-3.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(213, 213, 213, 0.5); }

.btn-outline-bank-gray-4 {
  color: #bababa;
  border-color: #bababa; }
  .btn-outline-bank-gray-4:hover {
    color: #212529;
    background-color: #bababa;
    border-color: #bababa; }
  .btn-outline-bank-gray-4:focus,
  .btn-outline-bank-gray-4.focus {
    box-shadow: 0 0 0 0.2rem rgba(186, 186, 186, 0.5); }
  .btn-outline-bank-gray-4.disabled,
  .btn-outline-bank-gray-4:disabled {
    color: #bababa;
    background-color: transparent; }
  .btn-outline-bank-gray-4:not(:disabled):not(.disabled):active,
  .btn-outline-bank-gray-4:not(:disabled):not(.disabled).active,
  .show > .btn-outline-bank-gray-4.dropdown-toggle {
    color: #212529;
    background-color: #bababa;
    border-color: #bababa; }
    .btn-outline-bank-gray-4:not(:disabled):not(.disabled):active:focus,
    .btn-outline-bank-gray-4:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-bank-gray-4.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(186, 186, 186, 0.5); }

.btn-outline-bank-secondary-1 {
  color: #0052c2;
  border-color: #0052c2; }
  .btn-outline-bank-secondary-1:hover {
    color: #ffffff;
    background-color: #0052c2;
    border-color: #0052c2; }
  .btn-outline-bank-secondary-1:focus,
  .btn-outline-bank-secondary-1.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 82, 194, 0.5); }
  .btn-outline-bank-secondary-1.disabled,
  .btn-outline-bank-secondary-1:disabled {
    color: #0052c2;
    background-color: transparent; }
  .btn-outline-bank-secondary-1:not(:disabled):not(.disabled):active,
  .btn-outline-bank-secondary-1:not(:disabled):not(.disabled).active,
  .show > .btn-outline-bank-secondary-1.dropdown-toggle {
    color: #ffffff;
    background-color: #0052c2;
    border-color: #0052c2; }
    .btn-outline-bank-secondary-1:not(:disabled):not(.disabled):active:focus,
    .btn-outline-bank-secondary-1:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-bank-secondary-1.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 82, 194, 0.5); }

.btn-outline-bank-secondary-2 {
  color: #ccebf8;
  border-color: #ccebf8; }
  .btn-outline-bank-secondary-2:hover {
    color: #212529;
    background-color: #ccebf8;
    border-color: #ccebf8; }
  .btn-outline-bank-secondary-2:focus,
  .btn-outline-bank-secondary-2.focus {
    box-shadow: 0 0 0 0.2rem rgba(204, 235, 248, 0.5); }
  .btn-outline-bank-secondary-2.disabled,
  .btn-outline-bank-secondary-2:disabled {
    color: #ccebf8;
    background-color: transparent; }
  .btn-outline-bank-secondary-2:not(:disabled):not(.disabled):active,
  .btn-outline-bank-secondary-2:not(:disabled):not(.disabled).active,
  .show > .btn-outline-bank-secondary-2.dropdown-toggle {
    color: #212529;
    background-color: #ccebf8;
    border-color: #ccebf8; }
    .btn-outline-bank-secondary-2:not(:disabled):not(.disabled):active:focus,
    .btn-outline-bank-secondary-2:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-bank-secondary-2.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(204, 235, 248, 0.5); }

.btn-outline-bank-secondary-3 {
  color: #c41230;
  border-color: #c41230; }
  .btn-outline-bank-secondary-3:hover {
    color: #ffffff;
    background-color: #c41230;
    border-color: #c41230; }
  .btn-outline-bank-secondary-3:focus,
  .btn-outline-bank-secondary-3.focus {
    box-shadow: 0 0 0 0.2rem rgba(196, 18, 48, 0.5); }
  .btn-outline-bank-secondary-3.disabled,
  .btn-outline-bank-secondary-3:disabled {
    color: #c41230;
    background-color: transparent; }
  .btn-outline-bank-secondary-3:not(:disabled):not(.disabled):active,
  .btn-outline-bank-secondary-3:not(:disabled):not(.disabled).active,
  .show > .btn-outline-bank-secondary-3.dropdown-toggle {
    color: #ffffff;
    background-color: #c41230;
    border-color: #c41230; }
    .btn-outline-bank-secondary-3:not(:disabled):not(.disabled):active:focus,
    .btn-outline-bank-secondary-3:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-bank-secondary-3.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(196, 18, 48, 0.5); }

.btn-outline-black {
  color: #000000;
  border-color: #000000; }
  .btn-outline-black:hover {
    color: #ffffff;
    background-color: #000000;
    border-color: #000000; }
  .btn-outline-black:focus,
  .btn-outline-black.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }
  .btn-outline-black.disabled,
  .btn-outline-black:disabled {
    color: #000000;
    background-color: transparent; }
  .btn-outline-black:not(:disabled):not(.disabled):active,
  .btn-outline-black:not(:disabled):not(.disabled).active,
  .show > .btn-outline-black.dropdown-toggle {
    color: #ffffff;
    background-color: #000000;
    border-color: #000000; }
    .btn-outline-black:not(:disabled):not(.disabled):active:focus,
    .btn-outline-black:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-black.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }

.btn-outline-white {
  color: #ffffff;
  border-color: #ffffff; }
  .btn-outline-white:hover {
    color: #212529;
    background-color: #ffffff;
    border-color: #ffffff; }
  .btn-outline-white:focus,
  .btn-outline-white.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .btn-outline-white.disabled,
  .btn-outline-white:disabled {
    color: #ffffff;
    background-color: transparent; }
  .btn-outline-white:not(:disabled):not(.disabled):active,
  .btn-outline-white:not(:disabled):not(.disabled).active,
  .show > .btn-outline-white.dropdown-toggle {
    color: #212529;
    background-color: #ffffff;
    border-color: #ffffff; }
    .btn-outline-white:not(:disabled):not(.disabled):active:focus,
    .btn-outline-white:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-white.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.btn-link {
  font-weight: 400;
  color: #0049AC;
  text-decoration: none; }
  .btn-link:hover {
    color: #012169;
    text-decoration: underline; }
  .btn-link:focus,
  .btn-link.focus {
    text-decoration: underline;
    box-shadow: none; }
  .btn-link:disabled,
  .btn-link.disabled {
    color: #646464;
    pointer-events: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.825rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle {
  white-space: nowrap; }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent; }
  .dropdown-toggle:empty::after {
    margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #000000;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15); }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0; }
  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }

@media (min-width: 1500px) {
  .dropdown-menu-xxl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xxl-right {
    right: 0;
    left: auto; } }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #ededed; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover,
  .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f5f5f5; }
  .dropdown-item.active,
  .dropdown-item:active {
    color: #ffffff;
    text-decoration: none;
    background-color: #012169; }
  .dropdown-item.disabled,
  .dropdown-item:disabled {
    color: #646464;
    pointer-events: none;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #646464;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    flex: 1 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1; }
    .btn-group > .btn:focus,
    .btn-group > .btn:active,
    .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 1; }

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px; }

.dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.61875rem;
  padding-left: 0.61875rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 1.125rem;
  padding-left: 1.125rem; }

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px; }

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }
  .btn-group-toggle > .btn input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .form-control-plaintext,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .form-control-plaintext + .form-control,
    .input-group > .form-control-plaintext + .custom-select,
    .input-group > .form-control-plaintext + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group > .custom-file {
    display: flex;
    align-items: center; }

.input-group-prepend,
.input-group-append {
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
    .input-group-prepend .btn:focus,
    .input-group-append .btn:focus {
      z-index: 3; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  text-align: center;
  white-space: nowrap;
  background-color: #ededed;
  border: 1px solid #ededed; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px); }

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px); }

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.825rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 2rem; }

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #000000;
    border-color: #000000;
    background-color: #000000; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(1, 33, 105, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #0249e7; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #ffffff;
    background-color: #2064fd;
    border-color: #2064fd; }
  .custom-control-input:disabled ~ .custom-control-label {
    color: #646464; }
    .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #ededed; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #ffffff;
    border: #adb5bd solid 1px; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50%/50% 50%; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23000000' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #012169;
  background-color: #012169; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23000000' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(1, 33, 105, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(1, 33, 105, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23000000'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(1, 33, 105, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #ffffff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(1, 33, 105, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 2rem 0.375rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1rem center/8px 10px;
  background-color: #ffffff;
  border: 1px solid #ededed;
  border-radius: 0;
  appearance: none; }
  .custom-select:focus {
    border-color: #0249e7;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(1, 33, 105, 0.25); }
    .custom-select:focus::-ms-value {
      color: #000000;
      background-color: #ffffff; }
  .custom-select[multiple],
  .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 1rem;
    background-image: none; }
  .custom-select:disabled {
    color: #646464;
    background-color: #ededed; }
  .custom-select::-ms-expand {
    display: none; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.825rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.5rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #0249e7;
    box-shadow: 0 0 0 0.2rem rgba(1, 33, 105, 0.25); }
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #ededed; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  background-color: #ffffff;
  border: 1px solid #ededed; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 1rem;
    line-height: 1.5;
    color: #000000;
    content: "Browse";
    background-color: #ededed;
    border-left: inherit; }

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: none; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(1, 33, 105, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(1, 33, 105, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(1, 33, 105, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #012169;
    border: 0;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #2064fd; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #012169;
    border: 0;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #2064fd; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #012169;
    border: 0;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #2064fd; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  padding-top: 1px; }

.nav-link {
  display: block;
  padding: 1.15rem 1.25rem !important; }
  .nav-link:hover,
  .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #646464;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #ededed; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent; }
    .nav-tabs .nav-link:hover,
    .nav-tabs .nav-link:focus {
      border-color: #ededed; }
    .nav-tabs .nav-link.disabled {
      color: #646464;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #000000;
    background-color: #ffffff;
    border-color: #ededed; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #ffffff;
  background-color: #012169; }

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0px 0px; }
  .navbar > .container,
  .navbar > .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.9625rem;
  padding-bottom: 0.9625rem;
  margin-right: 0px;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover,
  .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 1.15rem;
  padding-bottom: 1.15rem; }

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent; }
  .navbar-toggler:hover,
  .navbar-toggler:focus {
    text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

@media (max-width: 1499.98px) {
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1500px) {
  .navbar-expand-xxl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xxl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xxl > .container,
    .navbar-expand-xxl > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-xxl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xxl .navbar-toggler {
      display: none; } }

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: #000; }
  .navbar-light .navbar-brand:hover,
  .navbar-light .navbar-brand:focus {
    color: #000; }

.navbar-light .navbar-nav .nav-link {
  color: #000; }
  .navbar-light .navbar-nav .nav-link:hover,
  .navbar-light .navbar-nav .nav-link:focus {
    color: #000; }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: #aaa; }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: #000; }

.navbar-light .navbar-toggler {
  color: #000;
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-light .navbar-text {
  color: #000; }
  .navbar-light .navbar-text a {
    color: #000; }
    .navbar-light .navbar-text a:hover,
    .navbar-light .navbar-text a:focus {
      color: #000; }

.navbar-dark .navbar-brand {
  color: #ffffff; }
  .navbar-dark .navbar-brand:hover,
  .navbar-dark .navbar-brand:focus {
    color: #ffffff; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover,
  .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #ffffff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #ffffff; }
    .navbar-dark .navbar-text a:hover,
    .navbar-dark .navbar-text a:focus {
      color: #ffffff; }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: transparent;
  background-clip: border-box;
  border: 1px solid #ededed; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }

.card-body {
  flex: 1 1 auto;
  padding: 0rem 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; 
  line-height: 1.7rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid #ededed; }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid #ededed; }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img {
  width: 100%; }

.card-img-top {
  width: 100%; }

.card-img-bottom {
  width: 100%; }

.card-deck {
  display: flex;
  flex-direction: column; }
  .card-deck .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-deck {
      flex-flow: row wrap;
      margin-right: -15px;
      margin-left: -15px; }
      .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px; } }

.card-group {
  display: flex;
  flex-direction: column; }
  .card-group > .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-group {
      flex-flow: row wrap; }
      .card-group > .card {
        flex: 1 0 0%;
        margin-bottom: 0; }
        .card-group > .card + .card {
          margin-left: 0;
          border-left: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }

@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.accordion > .card {
  overflow: hidden; }
  .accordion > .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0; }
  .accordion > .card:first-of-type {
    border-bottom: 0; }
  .accordion > .card .card-header {
    margin-bottom: -1px; }

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #ffffff; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #000a23;
    content: "/"; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

.breadcrumb-item.active {
  color: #000000; }

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #e31837;
  background-color: #ffffff;
  border: 1px solid #f5f5f5; }
  .page-link:hover {
    z-index: 2;
    color: #c41230;
    text-decoration: none;
    background-color: #f5f5f5;
    border-color: #f5f5f5; }
  .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(1, 33, 105, 0.25); }

.page-item:first-child .page-link {
  margin-left: 0; }

.page-item.active .page-link {
  z-index: 1;
  color: #ffffff;
  background-color: #e31837;
  border-color: #f5f5f5; }

.page-item.disabled .page-link {
  color: #646464;
  pointer-events: none;
  cursor: auto;
  background-color: #ffffff;
  border-color: #dee2e6; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .badge {
      transition: none; } }
  .badge a.badge:hover,
  .badge a.badge:focus {
    text-decoration: none; }
  .badge:empty {
    display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em; }

.badge-primary {
  color: #ffffff;
  background-color: #012169; }
  .badge-primary a.badge-primary:hover,
  .badge-primary a.badge-primary:focus {
    color: #ffffff;
    background-color: #011136; }
  .badge-primary a.badge-primary:focus,
  .badge-primary a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(1, 33, 105, 0.5); }

.badge-secondary {
  color: #212529;
  background-color: #f5f5f5; }
  .badge-secondary a.badge-secondary:hover,
  .badge-secondary a.badge-secondary:focus {
    color: #212529;
    background-color: gainsboro; }
  .badge-secondary a.badge-secondary:focus,
  .badge-secondary a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5); }

.badge-success {
  color: #ffffff;
  background-color: #00ad50; }
  .badge-success a.badge-success:hover,
  .badge-success a.badge-success:focus {
    color: #ffffff;
    background-color: #007a38; }
  .badge-success a.badge-success:focus,
  .badge-success a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 173, 80, 0.5); }

.badge-info {
  color: #212529;
  background-color: #ccebf8; }
  .badge-info a.badge-info:hover,
  .badge-info a.badge-info:focus {
    color: #212529;
    background-color: #9fd9f2; }
  .badge-info a.badge-info:focus,
  .badge-info a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(204, 235, 248, 0.5); }

.badge-warning {
  color: #212529;
  background-color: #f9dad2; }
  .badge-warning a.badge-warning:hover,
  .badge-warning a.badge-warning:focus {
    color: #212529;
    background-color: #f3b5a5; }
  .badge-warning a.badge-warning:focus,
  .badge-warning a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(249, 218, 210, 0.5); }

.badge-danger {
  color: #ffffff;
  background-color: #dc1431; }
  .badge-danger a.badge-danger:hover,
  .badge-danger a.badge-danger:focus {
    color: #ffffff;
    background-color: #ad1027; }
  .badge-danger a.badge-danger:focus,
  .badge-danger a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(220, 20, 49, 0.5); }

.badge-light {
  color: #212529;
  background-color: #ededed; }
  .badge-light a.badge-light:hover,
  .badge-light a.badge-light:focus {
    color: #212529;
    background-color: lightgray; }
  .badge-light a.badge-light:focus,
  .badge-light a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(237, 237, 237, 0.5); }

.badge-dark {
  color: #ffffff;
  background-color: #000a23; }
  .badge-dark a.badge-dark:hover,
  .badge-dark a.badge-dark:focus {
    color: #ffffff;
    background-color: black; }
  .badge-dark a.badge-dark:focus,
  .badge-dark a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 10, 35, 0.5); }

.badge-bank-primary-1 {
  color: #ffffff;
  background-color: #012169; }
  .badge-bank-primary-1 a.badge-bank-primary-1:hover,
  .badge-bank-primary-1 a.badge-bank-primary-1:focus {
    color: #ffffff;
    background-color: #011136; }
  .badge-bank-primary-1 a.badge-bank-primary-1:focus,
  .badge-bank-primary-1 a.badge-bank-primary-1.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(1, 33, 105, 0.5); }

.badge-bank-primary-2 {
  color: #ffffff;
  background-color: #e31837; }
  .badge-bank-primary-2 a.badge-bank-primary-2:hover,
  .badge-bank-primary-2 a.badge-bank-primary-2:focus {
    color: #ffffff;
    background-color: #b5132c; }
  .badge-bank-primary-2 a.badge-bank-primary-2:focus,
  .badge-bank-primary-2 a.badge-bank-primary-2.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(227, 24, 55, 0.5); }

.badge-bank-gray-1 {
  color: #212529;
  background-color: #ededed; }
  .badge-bank-gray-1 a.badge-bank-gray-1:hover,
  .badge-bank-gray-1 a.badge-bank-gray-1:focus {
    color: #212529;
    background-color: lightgray; }
  .badge-bank-gray-1 a.badge-bank-gray-1:focus,
  .badge-bank-gray-1 a.badge-bank-gray-1.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(237, 237, 237, 0.5); }

.badge-bank-gray-2 {
  color: #212529;
  background-color: #f5f5f5; }
  .badge-bank-gray-2 a.badge-bank-gray-2:hover,
  .badge-bank-gray-2 a.badge-bank-gray-2:focus {
    color: #212529;
    background-color: gainsboro; }
  .badge-bank-gray-2 a.badge-bank-gray-2:focus,
  .badge-bank-gray-2 a.badge-bank-gray-2.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5); }

.badge-bank-gray-3 {
  color: #212529;
  background-color: #d5d5d5; }
  .badge-bank-gray-3 a.badge-bank-gray-3:hover,
  .badge-bank-gray-3 a.badge-bank-gray-3:focus {
    color: #212529;
    background-color: #bcbcbc; }
  .badge-bank-gray-3 a.badge-bank-gray-3:focus,
  .badge-bank-gray-3 a.badge-bank-gray-3.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(213, 213, 213, 0.5); }

.badge-bank-gray-4 {
  color: #212529;
  background-color: #bababa; }
  .badge-bank-gray-4 a.badge-bank-gray-4:hover,
  .badge-bank-gray-4 a.badge-bank-gray-4:focus {
    color: #212529;
    background-color: #a1a1a1; }
  .badge-bank-gray-4 a.badge-bank-gray-4:focus,
  .badge-bank-gray-4 a.badge-bank-gray-4.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(186, 186, 186, 0.5); }

.badge-bank-secondary-1 {
  color: #ffffff;
  background-color: #0052c2; }
  .badge-bank-secondary-1 a.badge-bank-secondary-1:hover,
  .badge-bank-secondary-1 a.badge-bank-secondary-1:focus {
    color: #ffffff;
    background-color: #003c8f; }
  .badge-bank-secondary-1 a.badge-bank-secondary-1:focus,
  .badge-bank-secondary-1 a.badge-bank-secondary-1.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 82, 194, 0.5); }

.badge-bank-secondary-2 {
  color: #212529;
  background-color: #ccebf8; }
  .badge-bank-secondary-2 a.badge-bank-secondary-2:hover,
  .badge-bank-secondary-2 a.badge-bank-secondary-2:focus {
    color: #212529;
    background-color: #9fd9f2; }
  .badge-bank-secondary-2 a.badge-bank-secondary-2:focus,
  .badge-bank-secondary-2 a.badge-bank-secondary-2.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(204, 235, 248, 0.5); }

.badge-bank-secondary-3 {
  color: #ffffff;
  background-color: #c41230; }
  .badge-bank-secondary-3 a.badge-bank-secondary-3:hover,
  .badge-bank-secondary-3 a.badge-bank-secondary-3:focus {
    color: #ffffff;
    background-color: #950e25; }
  .badge-bank-secondary-3 a.badge-bank-secondary-3:focus,
  .badge-bank-secondary-3 a.badge-bank-secondary-3.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(196, 18, 48, 0.5); }

.badge-black {
  color: #ffffff;
  background-color: #000000; }
  .badge-black a.badge-black:hover,
  .badge-black a.badge-black:focus {
    color: #ffffff;
    background-color: black; }
  .badge-black a.badge-black:focus,
  .badge-black a.badge-black.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }

.badge-white {
  color: #212529;
  background-color: #ffffff; }
  .badge-white a.badge-white:hover,
  .badge-white a.badge-white:focus {
    color: #212529;
    background-color: #e6e6e6; }
  .badge-white a.badge-white:focus,
  .badge-white a.badge-white.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #f5f5f5; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0; }

.alert {
  position: relative;
  padding: 1.25rem 1.25rem;
  margin-bottom: 1.5rem;
  border: 1px solid transparent; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4.5rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 1.25rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #000c26;
  background-color: #012169;
  border-color: #3e568d; }
  .alert-primary hr {
    border-top-color: #364b7b; }
  .alert-primary .alert-link {
    color: black; }

.alert-secondary {
  color: #585858;
  background-color: whitesmoke;
  border-color: #f7f7f7; }
  .alert-secondary hr {
    border-top-color: #eaeaea; }
  .alert-secondary .alert-link {
    color: #3f3f3f; }

.alert-success {
  color: #003e1d;
  background-color: #00ad50;
  border-color: #3dc17a; }
  .alert-success hr {
    border-top-color: #37ae6e; }
  .alert-success .alert-link {
    color: #000b05; }

.alert-info {
  color: #495559;
  background-color: #ccebf8;
  border-color: #d8f0fa; }
  .alert-info hr {
    border-top-color: #c1e7f7; }
  .alert-info .alert-link {
    color: #323a3d; }

.alert-warning {
  color: #5a4e4c;
  background-color: #f9dad2;
  border-color: #fae3dd; }
  .alert-warning hr {
    border-top-color: #f7d1c7; }
  .alert-warning .alert-link {
    color: #3e3635; }

.alert-danger {
  color: #4f0712;
  background-color: #dc1431;
  border-color: #e44c62; }
  .alert-danger hr {
    border-top-color: #e1364f; }
  .alert-danger .alert-link {
    color: #200307; }

.alert-light {
  color: #555555;
  background-color: #ededed;
  border-color: #f1f1f1; }
  .alert-light hr {
    border-top-color: #e4e4e4; }
  .alert-light .alert-link {
    color: #3b3b3b; }

.alert-dark {
  color: #00040d;
  background-color: #000a23;
  border-color: #3d4558; }
  .alert-dark hr {
    border-top-color: #333949; }
  .alert-dark .alert-link {
    color: black; }

.alert-bank-primary-1 {
  color: #000c26;
  background-color: #012169;
  border-color: #3e568d; }
  .alert-bank-primary-1 hr {
    border-top-color: #364b7b; }
  .alert-bank-primary-1 .alert-link {
    color: black; }

.alert-bank-primary-2 {
  color: #520914;
  background-color: #e31837;
  border-color: #ea4f67; }
  .alert-bank-primary-2 hr {
    border-top-color: #e73853; }
  .alert-bank-primary-2 .alert-link {
    color: #240409; }

.alert-bank-gray-1 {
  color: #555555;
  background-color: #ededed;
  border-color: #f1f1f1; }
  .alert-bank-gray-1 hr {
    border-top-color: #e4e4e4; }
  .alert-bank-gray-1 .alert-link {
    color: #3b3b3b; }

.alert-bank-gray-2 {
  color: #585858;
  background-color: whitesmoke;
  border-color: #f7f7f7; }
  .alert-bank-gray-2 hr {
    border-top-color: #eaeaea; }
  .alert-bank-gray-2 .alert-link {
    color: #3f3f3f; }

.alert-bank-gray-3 {
  color: #4d4d4d;
  background-color: #d5d5d5;
  border-color: #dfdfdf; }
  .alert-bank-gray-3 hr {
    border-top-color: #d2d2d2; }
  .alert-bank-gray-3 .alert-link {
    color: #343434; }

.alert-bank-gray-4 {
  color: #434343;
  background-color: #bababa;
  border-color: #cbcbcb; }
  .alert-bank-gray-4 hr {
    border-top-color: #bebebe; }
  .alert-bank-gray-4 .alert-link {
    color: #2a2a2a; }

.alert-bank-secondary-1 {
  color: #001e46;
  background-color: #0052c2;
  border-color: #3d7cd1; }
  .alert-bank-secondary-1 hr {
    border-top-color: #2f6fc6; }
  .alert-bank-secondary-1 .alert-link {
    color: #000813; }

.alert-bank-secondary-2 {
  color: #495559;
  background-color: #ccebf8;
  border-color: #d8f0fa; }
  .alert-bank-secondary-2 hr {
    border-top-color: #c1e7f7; }
  .alert-bank-secondary-2 .alert-link {
    color: #323a3d; }

.alert-bank-secondary-3 {
  color: #470611;
  background-color: #c41230;
  border-color: #d24b62; }
  .alert-bank-secondary-3 hr {
    border-top-color: #cd3750; }
  .alert-bank-secondary-3 .alert-link {
    color: #180206; }

.alert-black {
  color: black;
  background-color: black;
  border-color: #3d3d3d; }
  .alert-black hr {
    border-top-color: #303030; }
  .alert-black .alert-link {
    color: black; }

.alert-white {
  color: #5c5c5c;
  background-color: white;
  border-color: white; }
  .alert-white hr {
    border-top-color: #f2f2f2; }
  .alert-white .alert-link {
    color: #434343; }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #ededed; }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  background-color: #012169;
  transition: width 0.6s ease; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar {
      transition: none; } }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
      animation: none; } }

.media {
  display: flex;
  align-items: flex-start; }

.media-body {
  flex: 1; }

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover,
  .list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f5f5f5; }
  .list-group-item-action:active {
    color: #000000;
    background-color: #ededed; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:last-child {
    margin-bottom: 0; }
  .list-group-item.disabled,
  .list-group-item:disabled {
    color: #646464;
    pointer-events: none;
    background-color: #ffffff; }
  .list-group-item.active {
    z-index: 2;
    color: #ffffff;
    background-color: #012169;
    border-color: #012169; }

.list-group-horizontal {
  flex-direction: row; }
  .list-group-horizontal .list-group-item {
    margin-right: -1px;
    margin-bottom: 0; }
    .list-group-horizontal .list-group-item:last-child {
      margin-right: 0; }

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row; }
    .list-group-horizontal-sm .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-sm .list-group-item:last-child {
        margin-right: 0; } }

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row; }
    .list-group-horizontal-md .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-md .list-group-item:last-child {
        margin-right: 0; } }

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row; }
    .list-group-horizontal-lg .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-lg .list-group-item:last-child {
        margin-right: 0; } }

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row; }
    .list-group-horizontal-xl .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-xl .list-group-item:last-child {
        margin-right: 0; } }

@media (min-width: 1500px) {
  .list-group-horizontal-xxl {
    flex-direction: row; }
    .list-group-horizontal-xxl .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-xxl .list-group-item:last-child {
        margin-right: 0; } }

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0; }
  .list-group-flush .list-group-item:last-child {
    margin-bottom: -1px; }

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }

.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0; }

.list-group-item-primary {
  color: #011137;
  background-color: #b8c1d5; }
  .list-group-item-primary.list-group-item-action:hover,
  .list-group-item-primary.list-group-item-action:focus {
    color: #011137;
    background-color: #a8b3cc; }
  .list-group-item-primary.list-group-item-action.active {
    color: #ffffff;
    background-color: #011137;
    border-color: #011137; }

.list-group-item-secondary {
  color: #7f7f7f;
  background-color: #fcfcfc; }
  .list-group-item-secondary.list-group-item-action:hover,
  .list-group-item-secondary.list-group-item-action:focus {
    color: #7f7f7f;
    background-color: #efefef; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #ffffff;
    background-color: #7f7f7f;
    border-color: #7f7f7f; }

.list-group-item-success {
  color: #005a2a;
  background-color: #b8e8ce; }
  .list-group-item-success.list-group-item-action:hover,
  .list-group-item-success.list-group-item-action:focus {
    color: #005a2a;
    background-color: #a5e2c1; }
  .list-group-item-success.list-group-item-action.active {
    color: #ffffff;
    background-color: #005a2a;
    border-color: #005a2a; }

.list-group-item-info {
  color: #6a7a81;
  background-color: #f1f9fd; }
  .list-group-item-info.list-group-item-action:hover,
  .list-group-item-info.list-group-item-action:focus {
    color: #6a7a81;
    background-color: #dbeffa; }
  .list-group-item-info.list-group-item-action.active {
    color: #ffffff;
    background-color: #6a7a81;
    border-color: #6a7a81; }

.list-group-item-warning {
  color: #81716d;
  background-color: #fdf5f2; }
  .list-group-item-warning.list-group-item-action:hover,
  .list-group-item-warning.list-group-item-action:focus {
    color: #81716d;
    background-color: #fae4dc; }
  .list-group-item-warning.list-group-item-action.active {
    color: #ffffff;
    background-color: #81716d;
    border-color: #81716d; }

.list-group-item-danger {
  color: #720a19;
  background-color: #f5bdc5; }
  .list-group-item-danger.list-group-item-action:hover,
  .list-group-item-danger.list-group-item-action:focus {
    color: #720a19;
    background-color: #f2a7b2; }
  .list-group-item-danger.list-group-item-action.active {
    color: #ffffff;
    background-color: #720a19;
    border-color: #720a19; }

.list-group-item-light {
  color: #7b7b7b;
  background-color: #fafafa; }
  .list-group-item-light.list-group-item-action:hover,
  .list-group-item-light.list-group-item-action:focus {
    color: #7b7b7b;
    background-color: #ededed; }
  .list-group-item-light.list-group-item-action.active {
    color: #ffffff;
    background-color: #7b7b7b;
    border-color: #7b7b7b; }

.list-group-item-dark {
  color: #000512;
  background-color: #b8bac1; }
  .list-group-item-dark.list-group-item-action:hover,
  .list-group-item-dark.list-group-item-action:focus {
    color: #000512;
    background-color: #aaadb5; }
  .list-group-item-dark.list-group-item-action.active {
    color: #ffffff;
    background-color: #000512;
    border-color: #000512; }

.list-group-item-bank-primary-1 {
  color: #011137;
  background-color: #b8c1d5; }
  .list-group-item-bank-primary-1.list-group-item-action:hover,
  .list-group-item-bank-primary-1.list-group-item-action:focus {
    color: #011137;
    background-color: #a8b3cc; }
  .list-group-item-bank-primary-1.list-group-item-action.active {
    color: #ffffff;
    background-color: #011137;
    border-color: #011137; }

.list-group-item-bank-primary-2 {
  color: #760c1d;
  background-color: #f7bec7; }
  .list-group-item-bank-primary-2.list-group-item-action:hover,
  .list-group-item-bank-primary-2.list-group-item-action:focus {
    color: #760c1d;
    background-color: #f4a7b3; }
  .list-group-item-bank-primary-2.list-group-item-action.active {
    color: #ffffff;
    background-color: #760c1d;
    border-color: #760c1d; }

.list-group-item-bank-gray-1 {
  color: #7b7b7b;
  background-color: #fafafa; }
  .list-group-item-bank-gray-1.list-group-item-action:hover,
  .list-group-item-bank-gray-1.list-group-item-action:focus {
    color: #7b7b7b;
    background-color: #ededed; }
  .list-group-item-bank-gray-1.list-group-item-action.active {
    color: #ffffff;
    background-color: #7b7b7b;
    border-color: #7b7b7b; }

.list-group-item-bank-gray-2 {
  color: #7f7f7f;
  background-color: #fcfcfc; }
  .list-group-item-bank-gray-2.list-group-item-action:hover,
  .list-group-item-bank-gray-2.list-group-item-action:focus {
    color: #7f7f7f;
    background-color: #efefef; }
  .list-group-item-bank-gray-2.list-group-item-action.active {
    color: #ffffff;
    background-color: #7f7f7f;
    border-color: #7f7f7f; }

.list-group-item-bank-gray-3 {
  color: #6f6f6f;
  background-color: #f3f3f3; }
  .list-group-item-bank-gray-3.list-group-item-action:hover,
  .list-group-item-bank-gray-3.list-group-item-action:focus {
    color: #6f6f6f;
    background-color: #e6e6e6; }
  .list-group-item-bank-gray-3.list-group-item-action.active {
    color: #ffffff;
    background-color: #6f6f6f;
    border-color: #6f6f6f; }

.list-group-item-bank-gray-4 {
  color: #616161;
  background-color: #ececec; }
  .list-group-item-bank-gray-4.list-group-item-action:hover,
  .list-group-item-bank-gray-4.list-group-item-action:focus {
    color: #616161;
    background-color: #dfdfdf; }
  .list-group-item-bank-gray-4.list-group-item-action.active {
    color: #ffffff;
    background-color: #616161;
    border-color: #616161; }

.list-group-item-bank-secondary-1 {
  color: #002b65;
  background-color: #b8cfee; }
  .list-group-item-bank-secondary-1.list-group-item-action:hover,
  .list-group-item-bank-secondary-1.list-group-item-action:focus {
    color: #002b65;
    background-color: #a3c1e9; }
  .list-group-item-bank-secondary-1.list-group-item-action.active {
    color: #ffffff;
    background-color: #002b65;
    border-color: #002b65; }

.list-group-item-bank-secondary-2 {
  color: #6a7a81;
  background-color: #f1f9fd; }
  .list-group-item-bank-secondary-2.list-group-item-action:hover,
  .list-group-item-bank-secondary-2.list-group-item-action:focus {
    color: #6a7a81;
    background-color: #dbeffa; }
  .list-group-item-bank-secondary-2.list-group-item-action.active {
    color: #ffffff;
    background-color: #6a7a81;
    border-color: #6a7a81; }

.list-group-item-bank-secondary-3 {
  color: #660919;
  background-color: #eebdc5; }
  .list-group-item-bank-secondary-3.list-group-item-action:hover,
  .list-group-item-bank-secondary-3.list-group-item-action:focus {
    color: #660919;
    background-color: #e9a9b3; }
  .list-group-item-bank-secondary-3.list-group-item-action.active {
    color: #ffffff;
    background-color: #660919;
    border-color: #660919; }

.list-group-item-black {
  color: black;
  background-color: #b8b8b8; }
  .list-group-item-black.list-group-item-action:hover,
  .list-group-item-black.list-group-item-action:focus {
    color: black;
    background-color: #ababab; }
  .list-group-item-black.list-group-item-action.active {
    color: #ffffff;
    background-color: black;
    border-color: black; }

.list-group-item-white {
  color: #858585;
  background-color: white; }
  .list-group-item-white.list-group-item-action:hover,
  .list-group-item-white.list-group-item-action:focus {
    color: #858585;
    background-color: #f2f2f2; }
  .list-group-item-white.list-group-item-action.active {
    color: #ffffff;
    background-color: #858585;
    border-color: #858585; }

.close {
  float: right;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  color: #000000;
  text-shadow: 0;
  opacity: .5; }
  .close:hover {
    color: #000000;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled):hover,
  .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  appearance: none; }

a.close.disabled {
  pointer-events: none; }

.toast {
  max-width: 300px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid #f5f5f5;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  opacity: 0; }
  .toast:not(:last-child) {
    margin-bottom: 0.75rem; }
  .toast.showing {
    opacity: 1; }
  .toast.show {
    display: block;
    opacity: 1; }
  .toast.hide {
    display: none; }

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

.toast-body {
  padding: 0.75rem; }

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 18999;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    transform: none; }

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 18998;
  width: 100vw;
  height: 100vh;
  background-color: #000000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #ededed; }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #ededed; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Arial, Helvetica Neue;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #012169; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #012169; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #012169; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #012169; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #ffffff;
  text-align: center;
  background-color: #012169; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: Arial, Helvetica Neue;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2); }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before,
    .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
    bottom: calc((0.5rem + 1px) * -1); }
    .bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
      bottom: 0;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
      bottom: 1px;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: #ffffff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
      left: 0;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
      left: 1px;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: #ffffff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
    top: calc((0.5rem + 1px) * -1); }
    .bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
      top: 0;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
      top: 1px;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: #ffffff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
      right: 0;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
      right: 1px;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: #ffffff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb; }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #000000; }

.carousel {
  position: relative; }

.carousel.pointer-event {
  touch-action: pan-y; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner::after {
    display: block;
    clear: both;
    content: ""; }

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-item {
      transition: none; } }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%); }

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%); }

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1; }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
      transition: none; } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #ffffff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
      transition: none; } }
  .carousel-control-prev:hover,
  .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #ffffff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity 0.6s ease; }
    @media (prefers-reduced-motion: reduce) {
      .carousel-indicators li {
        transition: none; } }
  .carousel-indicators .active {
    opacity: 1; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center; }

@keyframes spinner-border {
  to {
    transform: rotate(360deg); } }

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite; }

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em; }

@keyframes spinner-grow {
  0% {
    transform: scale(0); }
  50% {
    opacity: 1; } }

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow 0.75s linear infinite; }

.spinner-grow-sm {
  width: 1rem;
  height: 1rem; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #012169 !important; }

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #011136 !important; }

.bg-secondary {
  background-color: #f5f5f5 !important; }

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: gainsboro !important; }

.bg-success {
  background-color: #00ad50 !important; }

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #007a38 !important; }

.bg-info {
  background-color: #ccebf8 !important; }

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #9fd9f2 !important; }

.bg-warning {
  background-color: #f9dad2 !important; }

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #f3b5a5 !important; }

.bg-danger {
  background-color: #dc1431 !important; }

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #ad1027 !important; }

.bg-light {
  background-color: #ededed !important; }

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: lightgray !important; }

.bg-dark {
  background-color: #000a23 !important; }

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: black !important; }

.bg-bank-primary-1 {
  background-color: #012169 !important; }

a.bg-bank-primary-1:hover,
a.bg-bank-primary-1:focus,
button.bg-bank-primary-1:hover,
button.bg-bank-primary-1:focus {
  background-color: #011136 !important; }

.bg-bank-primary-2 {
  background-color: #e31837 !important; }

a.bg-bank-primary-2:hover,
a.bg-bank-primary-2:focus,
button.bg-bank-primary-2:hover,
button.bg-bank-primary-2:focus {
  background-color: #b5132c !important; }

.bg-bank-gray-1 {
  background-color: #ededed !important; }

a.bg-bank-gray-1:hover,
a.bg-bank-gray-1:focus,
button.bg-bank-gray-1:hover,
button.bg-bank-gray-1:focus {
  background-color: lightgray !important; }

.bg-bank-gray-2 {
  background-color: #f5f5f5 !important; }

a.bg-bank-gray-2:hover,
a.bg-bank-gray-2:focus,
button.bg-bank-gray-2:hover,
button.bg-bank-gray-2:focus {
  background-color: gainsboro !important; }

.bg-bank-gray-3 {
  background-color: #d5d5d5 !important; }

a.bg-bank-gray-3:hover,
a.bg-bank-gray-3:focus,
button.bg-bank-gray-3:hover,
button.bg-bank-gray-3:focus {
  background-color: #bcbcbc !important; }

.bg-bank-gray-4 {
  background-color: #bababa !important; }

a.bg-bank-gray-4:hover,
a.bg-bank-gray-4:focus,
button.bg-bank-gray-4:hover,
button.bg-bank-gray-4:focus {
  background-color: #a1a1a1 !important; }

.bg-bank-secondary-1 {
  background-color: #0052c2 !important; }

a.bg-bank-secondary-1:hover,
a.bg-bank-secondary-1:focus,
button.bg-bank-secondary-1:hover,
button.bg-bank-secondary-1:focus {
  background-color: #003c8f !important; }

.bg-bank-secondary-2 {
  background-color: #ccebf8 !important; }

a.bg-bank-secondary-2:hover,
a.bg-bank-secondary-2:focus,
button.bg-bank-secondary-2:hover,
button.bg-bank-secondary-2:focus {
  background-color: #9fd9f2 !important; }

.bg-bank-secondary-3 {
  background-color: #c41230 !important; }

a.bg-bank-secondary-3:hover,
a.bg-bank-secondary-3:focus,
button.bg-bank-secondary-3:hover,
button.bg-bank-secondary-3:focus {
  background-color: #950e25 !important; }

.bg-black {
  background-color: #000000 !important; }

a.bg-black:hover,
a.bg-black:focus,
button.bg-black:hover,
button.bg-black:focus {
  background-color: black !important; }

.bg-white {
  background-color: #ffffff !important; }

a.bg-white:hover,
a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
  background-color: #e6e6e6 !important; }

.bg-white {
  background-color: #ffffff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #ededed !important; }

.border-top {
  border-top: 1px solid #ededed !important; }

.border-right {
  border-right: 1px solid #ededed !important; }

.border-bottom {
  border-bottom: 1px solid #ededed !important; }

.border-left {
  border-left: 1px solid #ededed !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #012169 !important; }

.border-secondary {
  border-color: #f5f5f5 !important; }

.border-success {
  border-color: #00ad50 !important; }

.border-info {
  border-color: #ccebf8 !important; }

.border-warning {
  border-color: #f9dad2 !important; }

.border-danger {
  border-color: #dc1431 !important; }

.border-light {
  border-color: #ededed !important; }

.border-dark {
  border-color: #000a23 !important; }

.border-bank-primary-1 {
  border-color: #012169 !important; }

.border-bank-primary-2 {
  border-color: #e31837 !important; }

.border-bank-gray-1 {
  border-color: #ededed !important; }

.border-bank-gray-2 {
  border-color: #f5f5f5 !important; }

.border-bank-gray-3 {
  border-color: #d5d5d5 !important; }

.border-bank-gray-4 {
  border-color: #bababa !important; }

.border-bank-secondary-1 {
  border-color: #0052c2 !important; }

.border-bank-secondary-2 {
  border-color: #ccebf8 !important; }

.border-bank-secondary-3 {
  border-color: #c41230 !important; }

.border-black {
  border-color: #000000 !important; }

.border-white {
  border-color: #ffffff !important; }

.border-white {
  border-color: #ffffff !important; }

.rounded-sm {
  border-radius: 0.2rem !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-lg {
  border-radius: 0.3rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1500px) {
  .d-xxl-none {
    display: none !important; }
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-table {
    display: table !important; }
  .d-xxl-table-row {
    display: table-row !important; }
  .d-xxl-table-cell {
    display: table-cell !important; }
  .d-xxl-flex {
    display: flex !important; }
  .d-xxl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

@media (min-width: 1500px) {
  .flex-xxl-row {
    flex-direction: row !important; }
  .flex-xxl-column {
    flex-direction: column !important; }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xxl-wrap {
    flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xxl-fill {
    flex: 1 1 auto !important; }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xxl-start {
    justify-content: flex-start !important; }
  .justify-content-xxl-end {
    justify-content: flex-end !important; }
  .justify-content-xxl-center {
    justify-content: center !important; }
  .justify-content-xxl-between {
    justify-content: space-between !important; }
  .justify-content-xxl-around {
    justify-content: space-around !important; }
  .align-items-xxl-start {
    align-items: flex-start !important; }
  .align-items-xxl-end {
    align-items: flex-end !important; }
  .align-items-xxl-center {
    align-items: center !important; }
  .align-items-xxl-baseline {
    align-items: baseline !important; }
  .align-items-xxl-stretch {
    align-items: stretch !important; }
  .align-content-xxl-start {
    align-content: flex-start !important; }
  .align-content-xxl-end {
    align-content: flex-end !important; }
  .align-content-xxl-center {
    align-content: center !important; }
  .align-content-xxl-between {
    align-content: space-between !important; }
  .align-content-xxl-around {
    align-content: space-around !important; }
  .align-content-xxl-stretch {
    align-content: stretch !important; }
  .align-self-xxl-auto {
    align-self: auto !important; }
  .align-self-xxl-start {
    align-self: flex-start !important; }
  .align-self-xxl-end {
    align-self: flex-end !important; }
  .align-self-xxl-center {
    align-self: center !important; }
  .align-self-xxl-baseline {
    align-self: baseline !important; }
  .align-self-xxl-stretch {
    align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

@media (min-width: 1500px) {
  .float-xxl-left {
    float: left !important; }
  .float-xxl-right {
    float: right !important; }
  .float-xxl-none {
    float: none !important; } }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.w-30 {
  width: 30% !important; }

.w-40 {
  width: 40% !important; }

.w-60 {
  width: 60% !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.h-30 {
  height: 30% !important; }

.h-40 {
  height: 40% !important; }

.h-60 {
  height: 60% !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: transparent; }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

@media (min-width: 1500px) {
  .m-xxl-0 {
    margin: 0 !important; }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important; }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important; }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important; }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important; }
  .m-xxl-1 {
    margin: 0.25rem !important; }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important; }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important; }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important; }
  .m-xxl-2 {
    margin: 0.5rem !important; }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important; }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important; }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important; }
  .m-xxl-3 {
    margin: 1rem !important; }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important; }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important; }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important; }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important; }
  .m-xxl-4 {
    margin: 1.5rem !important; }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important; }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important; }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important; }
  .m-xxl-5 {
    margin: 3rem !important; }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important; }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important; }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important; }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important; }
  .p-xxl-0 {
    padding: 0 !important; }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important; }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important; }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important; }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important; }
  .p-xxl-1 {
    padding: 0.25rem !important; }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important; }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important; }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important; }
  .p-xxl-2 {
    padding: 0.5rem !important; }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important; }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important; }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important; }
  .p-xxl-3 {
    padding: 1rem !important; }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important; }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important; }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important; }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important; }
  .p-xxl-4 {
    padding: 1.5rem !important; }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important; }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important; }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important; }
  .p-xxl-5 {
    padding: 3rem !important; }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important; }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important; }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important; }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important; }
  .m-xxl-n1 {
    margin: -0.25rem !important; }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.25rem !important; }
  .m-xxl-n2 {
    margin: -0.5rem !important; }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -0.5rem !important; }
  .m-xxl-n3 {
    margin: -1rem !important; }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -1rem !important; }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -1rem !important; }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -1rem !important; }
  .m-xxl-n4 {
    margin: -1.5rem !important; }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1.5rem !important; }
  .m-xxl-n5 {
    margin: -3rem !important; }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -3rem !important; }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -3rem !important; }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -3rem !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important; }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important; }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important; } }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

.text-justify {
  text-align: justify !important; }

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

@media (min-width: 1500px) {
  .text-xxl-left {
    text-align: left !important; }
  .text-xxl-right {
    text-align: right !important; }
  .text-xxl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-lighter {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-bolder {
  font-weight: bolder !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #ffffff !important; }

.text-primary {
  color: #012169 !important; }

a.text-primary:hover,
a.text-primary:focus {
  color: #00091d !important; }

.text-secondary {
  color: #f5f5f5 !important; }

a.text-secondary:hover,
a.text-secondary:focus {
  color: #cfcfcf !important; }

.text-success {
  color: #00ad50 !important; }

a.text-success:hover,
a.text-success:focus {
  color: #00612d !important; }

.text-info {
  color: #ccebf8 !important; }

a.text-info:hover,
a.text-info:focus {
  color: #89d1ef !important; }

.text-warning {
  color: #f9dad2 !important; }

a.text-warning:hover,
a.text-warning:focus {
  color: #f0a28e !important; }

.text-danger {
  color: #dc1431 !important; }

a.text-danger:hover,
a.text-danger:focus {
  color: #960e21 !important; }

.text-light {
  color: #ededed !important; }

a.text-light:hover,
a.text-light:focus {
  color: #c7c7c7 !important; }

.text-dark {
  color: #000a23 !important; }

a.text-dark:hover,
a.text-dark:focus {
  color: black !important; }

.text-bank-primary-1 {
  color: #012169 !important; }

a.text-bank-primary-1:hover,
a.text-bank-primary-1:focus {
  color: #00091d !important; }

.text-bank-primary-2 {
  color: #e31837 !important; }

a.text-bank-primary-2:hover,
a.text-bank-primary-2:focus {
  color: #9e1126 !important; }

.text-bank-gray-1 {
  color: #ededed !important; }

a.text-bank-gray-1:hover,
a.text-bank-gray-1:focus {
  color: #c7c7c7 !important; }

.text-bank-gray-2 {
  color: #f5f5f5 !important; }

a.text-bank-gray-2:hover,
a.text-bank-gray-2:focus {
  color: #cfcfcf !important; }

.text-bank-gray-3 {
  color: #d5d5d5 !important; }

a.text-bank-gray-3:hover,
a.text-bank-gray-3:focus {
  color: #afafaf !important; }

.text-bank-gray-4 {
  color: #bababa !important; }

a.text-bank-gray-4:hover,
a.text-bank-gray-4:focus {
  color: #949494 !important; }

.text-bank-secondary-1 {
  color: #0052c2 !important; }

a.text-bank-secondary-1:hover,
a.text-bank-secondary-1:focus {
  color: #003276 !important; }

.text-bank-secondary-2 {
  color: #ccebf8 !important; }

a.text-bank-secondary-2:hover,
a.text-bank-secondary-2:focus {
  color: #89d1ef !important; }

.text-bank-secondary-3 {
  color: #c41230 !important; }

a.text-bank-secondary-3:hover,
a.text-bank-secondary-3:focus {
  color: #7e0c1f !important; }

.text-black {
  color: #000000 !important; }

a.text-black:hover,
a.text-black:focus {
  color: black !important; }

.text-white {
  color: #ffffff !important; }

a.text-white:hover,
a.text-white:focus {
  color: #d9d9d9 !important; }

.text-body {
  color: #000000 !important; }

.text-muted {
  color: #333333 !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #ffffff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #ededed; }
  .table .thead-dark th {
    color: inherit;
    border-color: #ededed; } }

.jumbotron {
  padding: 2rem 2rem; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 4rem; } }

.btn-xl {
  padding: 0.875rem 1.75rem;
  font-size: 1.5rem;
  line-height: 1.865rem;
  border-radius: 0;
  font-size: 1.75rem; }

.alert :last-child {
  margin-bottom: 0 !important; }

.alert .media-body :last-child {
  margin-bottom: 0 !important; }

.nav-tabs .nav-item {
  margin-right: 2px; }

.nav-tabs a.nav-link {
  background-color: #ededed;
  color: #000000; }

.nav-tabs a.nav-link:hover, .nav-tabs .nav-item a.nav-link:focus {
  background-color: #ffffff;
  text-decoration: underline;
  color: #000000;
  border-bottom-color: #fff; }

.nav-tabs a.nav-link.active, .nav-tabs .nav-item.show .nav-link {
  border-bottom-color: #ffffff; }

.text-fine-print {
  font-size: 1rem;
  font-face: arial; }

.close::before {
  content: 'Close';
  margin-right: .5rem;
  font-size: 1.4rem;
  vertical-align: bassline; }

#flag-inappropriate-modal .close::before {
  padding-right: .5rem; }

.close span.brand-CloseExitStop {
  font-size: 1rem; }

.alert-dismissible .close {
  padding: 0.25rem 0.75rem; }

.nav.nav-tabs {
  margin-bottom: 1.5rem; }

.figure-caption {
  font-style: italic; }

.text-decoration-none {
  text-decoration: none !important; }

.navbar li, .nav-pills li, .pagination li, .breadcrumb li {
  margin-bottom: 0; }

/*  buttons. */
.btn {
  font-family: Arial,sans-serif; }
  .btn:focus {
    box-shadow: 0px 0px 0px 0px #ffffff, 0px 0px 0px 1px #0053C2 !important; }

a:not(.btn):focus {
  box-shadow: 0px 0px 0px 0px #ffffff, 0px 0px 0px 1px #0053C2 !important;
  outline: none; }
sup>a:focus{
    padding-block:7px;
}

ul.navbar-nav {
  overflow: visible; }

.btn.btn-outline-white:focus,
.banner-text-white .btn:focus,
.bg-bank-primary-1 .btn:focus,
.bg-bank-primary-2 .btn:focus,
.bg-flagscape-pattern-bank-primary-1 .btn:focus,
.bg-flagscape-pattern-bank-primary-2 .btn:focus {
  box-shadow: 0px 0px 0px 1px #ffffff, 0px 0px 0px 0px #0053C2 !important; }

.banner-text-white a:focus,
.bg-bank-primary-1 a:focus,
.bg-bank-primary-2 a:focus,
.bg-flagscape-pattern-bank-primary-2 a:focus,
.bg-flagscape-pattern-bank-primary-1 a:focus {
  box-shadow: 0px 0px 0px 1px #ffffff, 0px 0px 0px 0px #0053C2 !important; }

.fs-fluid-container.bg-bank-primary-1 .flagscape-portlet-title,
.fs-fluid-container.bg-bank-primary-2 .flagscape-portlet-title,
.fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .flagscape-portlet-title,
.fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .flagscape-portlet-title {
  color: #ffffff; }

div[class*='bg-'].fs-fluid-container .flagscape-portlet-title {
  padding-top: 1.25rem; }

.fs-fluid-container.bg-bank-primary-1 .btn.btn-outline-bank-primary-2.load-more-btn,
.fs-fluid-container.bg-bank-primary-2 .btn.btn-outline-bank-primary-2.load-more-btn,
.fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .btn.btn-outline-bank-primary-2.load-more-btn,
.fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .btn.btn-outline-bank-primary-2.load-more-btn {
  color: #ffffff !important;
  border-color: #ffffff !important; }
  .fs-fluid-container.bg-bank-primary-1 .btn.btn-outline-bank-primary-2.load-more-btn:hover,
  .fs-fluid-container.bg-bank-primary-1 .btn.btn-outline-bank-primary-2.load-more-btn:active,
  .fs-fluid-container.bg-bank-primary-2 .btn.btn-outline-bank-primary-2.load-more-btn:hover,
  .fs-fluid-container.bg-bank-primary-2 .btn.btn-outline-bank-primary-2.load-more-btn:active,
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .btn.btn-outline-bank-primary-2.load-more-btn:hover,
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .btn.btn-outline-bank-primary-2.load-more-btn:active,
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .btn.btn-outline-bank-primary-2.load-more-btn:hover, .fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .btn.btn-outline-bank-primary-2.load-more-btn:active {
    outline-color: #ffffff !important;
    color: #ffffff !important; }

.fs-fluid-container.bg-bank-primary-1 .btn.rss-feed-link,
.fs-fluid-container.bg-bank-primary-2 .btn.rss-feed-link,
.fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .rss-feed-link,
.fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .rss-feed-link {
  color: #ffffff; }
  .fs-fluid-container.bg-bank-primary-1 .btn.rss-feed-link:hover,
  .fs-fluid-container.bg-bank-primary-2 .btn.rss-feed-link:hover,
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .rss-feed-link:hover,
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .rss-feed-link:hover {
    color: #ffffff;
    text-decoration: underline; }

.fs-fluid-container .rss-feed-link {
  margin: 0 auto; }

button.close:focus {
  box-shadow: 0px 0px 0px 0px #ffffff, 0px 0px 0px 1px #0053C2 !important; }

h2 .btn, h3 .btn, h4 .btn, h5 .btn, h6 .btn {
  font-family: ConnectionsLight; }

.btn-link:hover, .btn-link:focus {
  text-decoration: underline; }

.btn-bank-primary-1:hover, .btn-bank-primary-1:active {
  background: #000000; }

.btn-bank-primary-2:hover, .btn-bank-primary-2:active {
  background: #c41230; }

.btn-outline-black:hover, .btn-outline-black:active {
  outline: 2px solid #000000;
  background: transparent !important;
  color: #000000 !important; }

.btn-outline-bank-primary-2:hover, .btn-outline-bank-primary-2:active {
  outline: 2px solid #e31837;
  background: transparent !important;
  color: #e31837 !important; }

.btn-outline-bank-secondary-1:hover, .btn-outline-bank-secondary-1:active {
  outline: 2px solid #0052c2;
  background: transparent !important;
  color: #0052c2 !important; }

.btn-outline-white:hover, .btn-outline-white:active {
  outline: 2px solid #ffffff;
  background: transparent !important;
  color: #ffffff !important; }

.btn:disabled, .btn:disabled:hover {
  background-color: transparent !important;
  border-color: transparent !important;
  outline: 0px !important;
  color: #919191 !important; }

.card-comment {
  flex-direction: row;
  border: 0px; }
  .card-comment .card-row-img {
    flex: 1 0 15%; }
    .card-comment .card-row-img .card-img {
      height: auto !important; }

.card-row {
  flex-direction: row; }

.card-row-right {
  flex-direction: row-reverse; }

.card-row-img {
  flex: 0 0 50%; }

.card-row-img .card-img {
  height: 100%; }

.navbar-light .nav-item a:not(.btn):hover, .navbar-light .nav-item a:not(.btn):focus {
  text-decoration: underline;
  background-color: #ffffff; }

.card-white-overlay .card-img-overlay {
  top: auto !important;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 1.5rem; }

.owl-container .card-white-overlay .card-img-overlay {
  padding-bottom: 3rem; }

.card-black-overlay .card-img-overlay {
  top: auto !important;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 1.5rem;
  color: #ffffff; }

.owl-container .card-black-overlay .card-img-overlay {
  padding-bottom: 3rem; }

.navbar-light.bg-white .nav-item > a {
  border-bottom: 3px solid #ffffff; }
  .navbar-light.bg-white .nav-item > a:hover, .navbar-light.bg-white .nav-item > a:focus {
    text-decoration: none;
    border-bottom: 3px solid #dc1431; }

.article-tools .btn.btn-link {
  font-size: 1.25rem;
  padding: 0.1rem 0.125rem;
  color: #e31837; }
  .article-tools .btn.btn-link:hover, .article-tools .btn.btn-link:active {
    text-decoration: none !important;
    color: #012169; }
  .article-tools .btn.btn-link:focus {
    text-decoration: none !important;
    box-shadow: 0 0 0 0.2rem rgba(231, 59, 85, 0.5); }

.article-tools .btn-bookmark.active {
  color: #012169; }
  .article-tools .btn-bookmark.active:hover, .article-tools .btn-bookmark.active:active {
    color: #e31837; }

.article-tools .btn-like.active {
  color: #012169; }
  .article-tools .btn-like.active:hover, .article-tools .btn-like.active:active {
    color: #e31837; }

.article-tools .counter {
  line-height: 1;
  margin-left: -5px; }

.article-tools .dropdown-menu .dropdown-item:active {
  background-color: #f5f5f5; }

.article-tools .dropdown-menu .dropdown-item span {
  color: #e31837; }

.comment-actions .btn-link span[class^="brand-"] {
  color: #e31837;
  margin-right: .25rem;
  font-size: 1.25rem; }

.comment-actions .btn-link:hover span[class^="brand-"], .comment-actions .btn-link:active span[class^="brand-"] {
  color: #012169;
  margin-right: .25rem; }

.comment-actions .btn-link.active span[class^="brand-"] {
  color: #012169;
  margin-right: .25rem; }

.comment-actions .btn-link.active:hover span[class^="brand-"], .comment-actions .btn-link.active:active span[class^="brand-"] {
  color: #e31837; }

button.btn-collapse.collapsed::after {
  font-family: brand-icons;
  content: '\e93c';
  display: inline-block;
  speak: none;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-left: 1rem; }

button.btn-collapse::after {
  font-family: brand-icons;
  content: '\e93a';
  display: inline-block;
  speak: none;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-left: 1rem; }

.btn-collaspse {
  padding-right: 45px;
  position: relative; }

.btn-collaspse::after {
  font-family: brand-icons;
  content: '\e93a';
  position: absolute;
  color: #ffffff;
  top: 10px;
  right: 15px;
  display: inline-block;
  speak: none;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }

.btn-collaspse.collapsed::after {
  font-family: brand-icons;
  content: '\e93c';
  position: absolute;
  color: #ffffff;
  top: 11px;
  right: 15px;
  display: inline-block;
  speak: none;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }

.accordion {
  margin-bottom: 2rem; }
  .accordion .card {
    border: 0px; }
  .accordion .card-header {
    border-bottom: 0px; }
  .accordion .card-header .h5 {
    position: relative;
    margin-bottom: 0px; }
  .accordion .card-header .h5 .btn {
    font-size: inherit;
    padding-left: 24px; }
  .accordion .card-header button.collapsed::before {
    font-family: brand-icons;
    content: '\e93c';
    position: absolute;
    top: 13px;
    left: 2px;
    display: inline-block;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1;
    -webkit-font-smoothing: antialiased; }
  .accordion .card-header button::before {
    font-family: brand-icons;
    content: '\e93a';
    position: absolute;
    top: 13px;
    left: 0px;
    display: inline-block;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1;
    -webkit-font-smoothing: antialiased; }
  .accordion .card-header button.btn-link {
    text-align: left; }
    .accordion .card-header button.btn-link:hover, .accordion .card-header button.btn-link:focus {
      text-decoration: underline; }
  .accordion .card-body > :last-child {
    margin-bottom: 0px; }
  .accordion .collapse .card-body, .accordion .collapsing .card-body {
    background: #fff; }

.accordion-bank-primary-1 .card-header {
  background-color: #012169; }

.accordion-bank-primary-1 .card-header button.collapsed::before {
  color: #ffffff; }

.accordion-bank-primary-1 .card-header button::before {
  color: #ffffff; }

.accordion-bank-primary-1 .card-header button.btn-link {
  color: #ffffff; }

.accordion-bank-gray-2 .card-header {
  background-color: #f5f5f5; }

.accordion-bank-gray-2 .card-header button.collapsed::before {
  color: #0049AC; }

.accordion-bank-gray-2 .card-header button::before {
  color: #0049AC; }

.accordion-bank-gray-2 .card-header button.btn-link {
  color: #0049AC; }

.accordion-white .card-header {
  background-color: #ffffff; }

.accordion-white .card-header button.collapsed::before {
  color: #0049AC; }

.accordion-white .card-header button::before {
  color: #0049AC; }

.accordion-white .card-header button.btn-link {
  color: #0049AC; }

.table-borderless th, .table-bordered th {
  font-weight: normal; }

.table-borderless thead th, .table-bordered thead th {
  font-size: 1.25rem; }

.table-default {
  border: #ededed solid 1px; }
  .table-default th,
  .table-default td,
  .table-default thead th,
  .table-default tbody + tbody {
    border: 0; }
  .table-default tbody tr:nth-of-type(odd) {
    background-color: #f5f5f5; }
  .table-default tbody tr:hover {
    background-color: #ededed; }
  .table-default th {
    font-weight: normal; }
  .table-default thead th {
    font-size: 1.25rem; }

.toolkit-contact-bar {
  padding: 1rem 0 0 0;
  margin-bottom: 1.5rem;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center; }
  .toolkit-contact-bar .contact-bar-label {
    font-size: 1.5rem;
    margin-right: 1.5rem;
    padding-left: 0; }
  .toolkit-contact-bar a, .toolkit-contact-bar span {
    margin-right: 1.5rem;
    padding-left: 30px;
    margin-bottom: 1rem; }
  .toolkit-contact-bar [class^="contact-"]:before {
    font-size: 1.5rem;
    padding-top: 0px; }
  .toolkit-contact-bar :last-child {
    margin-right: 0; }

.contact-icons-bank-primary-1 a[class^="contact-"]::before, .contact-icons-bank-primary-1 span[class^="contact-"]::before {
  color: #012169 !important; }

.contact-icons-bank-primary-2 a[class^="contact-"]::before, .contact-icons-bank-primary-2 span[class^="contact-"]::before {
  color: #e31837 !important; }

.contact-icons-bank-primary-1 a:hover[class^="contact-"]::before {
  color: #e31837 !important; }

.contact-icons-bank-primary-2 a:hover[class^="contact-"]::before {
  color: #012169 !important; }

.toolkit-banner, .toolkit-banner-md, .toolkit-banner-sm, .toolkit-banner-xs {
  position: relative;
  width: 100%;
  margin-bottom: 2rem; }
  .toolkit-banner .banner-img, .toolkit-banner-md .banner-img, .toolkit-banner-sm .banner-img, .toolkit-banner-xs .banner-img {
    width: 100%;
    height: auto; }
  .toolkit-banner .banner-body, .toolkit-banner-md .banner-body, .toolkit-banner-sm .banner-body, .toolkit-banner-xs .banner-body {
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    padding: 1.25rem; }
    .toolkit-banner .banner-body .card, .toolkit-banner-md .banner-body .card, .toolkit-banner-sm .banner-body .card, .toolkit-banner-xs .banner-body .card {
      height: auto !important; }
      .toolkit-banner .banner-body .card .card-body, .toolkit-banner-md .banner-body .card .card-body, .toolkit-banner-sm .banner-body .card .card-body, .toolkit-banner-xs .banner-body .card .card-body {
        height: auto !important; }

.alert-primary, .alert-success, .alert-dark, .alert-bright-blue, .alert-danger {
  color: #ffffff; }
  .alert-primary .alert-link, .alert-success .alert-link, .alert-dark .alert-link, .alert-bright-blue .alert-link, .alert-danger .alert-link {
    color: #ffffff; }

.alert-secondary {
  color: #000000; }

/*. Content query background */
.post-list .card {
  border: 0px; }

.post-list.list-border .card {
  border: 1px solid #ededed; }

.post-carousel .list-border {
  border: 1px solid #ededed; }

.post-list.post-list-masonry .article-card, .post-list.post-list-thumbnail .article-card, .post-list.post-list-overlay .article-card, .post-list.post-list-span .article-card {
  margin-bottom: .75rem;
  border: 0px; }

.post-list.post-list-masonry.list-border .article-card, .post-list.post-list-thumbnail.list-border .article-card, .post-list.post-list-overlay.list-border .article-card, .post-list.post-list-span.list-border .article-card {
  margin-bottom: .75rem;
  border: 1px solid #ededed; }

.post-list.bg-bank-primary-1 .card {
  background-color: #012169; }
  .post-list.bg-bank-primary-1 .card p, .post-list.bg-bank-primary-1 .card h2, .post-list.bg-bank-primary-1 .card h3, .post-list.bg-bank-primary-1 .card h4, .post-list.bg-bank-primary-1 .card h5, .post-list.bg-bank-primary-1 .card h6, .post-list.bg-bank-primary-1 .card ul, .post-list.bg-bank-primary-1 .card li, .post-list.bg-bank-primary-1 .card div.post-teaser, .post-list.bg-bank-primary-1 .card div.post-contacts {
    color: #ffffff; }
  .post-list.bg-bank-primary-1 .card a:not([class$="vcm-edit"]) {
    color: #ffffff;
    text-decoration: underline; }
    .post-list.bg-bank-primary-1 .card a:not([class$="vcm-edit"]):hover {
      color: #ffffff; }
    .post-list.bg-bank-primary-1 .card a:not([class$="vcm-edit"]):focus {
      outline-color: #ffffff !important; }
  .post-list.bg-bank-primary-1 .card .article-tools .btn.btn-link {
    color: #ffffff; }
    .post-list.bg-bank-primary-1 .card .article-tools .btn.btn-link:hover, .post-list.bg-bank-primary-1 .card .article-tools .btn.btn-link:active {
      color: #e31837; }
    .post-list.bg-bank-primary-1 .card .article-tools .btn.btn-link:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.8) !important; }
  .post-list.bg-bank-primary-1 .card .article-tools .btn-bookmark.active {
    color: #e31837; }
    .post-list.bg-bank-primary-1 .card .article-tools .btn-bookmark.active:hover, .post-list.bg-bank-primary-1 .card .article-tools .btn-bookmark.active:active {
      color: #ffffff; }
    .post-list.bg-bank-primary-1 .card .article-tools .btn-bookmark.active:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.8) !important; }
  .post-list.bg-bank-primary-1 .card .article-tools .btn-like.active {
    color: #e31837; }
    .post-list.bg-bank-primary-1 .card .article-tools .btn-like.active:hover, .post-list.bg-bank-primary-1 .card .article-tools .btn-like.active:active {
      color: #ffffff; }
    .post-list.bg-bank-primary-1 .card .article-tools .btn-like.active:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.8) !important; }
  .post-list.bg-bank-primary-1 .card .article-tools .counter {
    color: #ffffff; }

.post-list.bg-bank-primary-2 .card {
  background-color: #e31837; }
  .post-list.bg-bank-primary-2 .card p, .post-list.bg-bank-primary-2 .card h2, .post-list.bg-bank-primary-2 .card h3, .post-list.bg-bank-primary-2 .card h4, .post-list.bg-bank-primary-2 .card h5, .post-list.bg-bank-primary-2 .card h6, .post-list.bg-bank-primary-2 .card ul, .post-list.bg-bank-primary-2 .card li, .post-list.bg-bank-primary-2 .card div.post-teaser, .post-list.bg-bank-primary-2 .card div.post-contacts {
    color: #ffffff; }
  .post-list.bg-bank-primary-2 .card a:not([class$="vcm-edit"]) {
    color: #ffffff;
    text-decoration: underline; }
    .post-list.bg-bank-primary-2 .card a:not([class$="vcm-edit"]):hover {
      color: #ffffff; }
    .post-list.bg-bank-primary-2 .card a:not([class$="vcm-edit"]):focus {
      outline-color: #ffffff !important; }
  .post-list.bg-bank-primary-2 .card .article-tools .btn.btn-link {
    color: #ffffff; }
    .post-list.bg-bank-primary-2 .card .article-tools .btn.btn-link:hover, .post-list.bg-bank-primary-2 .card .article-tools .btn.btn-link:active {
      color: #012169; }
    .post-list.bg-bank-primary-2 .card .article-tools .btn.btn-link:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.8) !important; }
  .post-list.bg-bank-primary-2 .card .article-tools .btn-bookmark.active {
    color: #012169; }
    .post-list.bg-bank-primary-2 .card .article-tools .btn-bookmark.active:hover, .post-list.bg-bank-primary-2 .card .article-tools .btn-bookmark.active:active {
      color: #ffffff; }
    .post-list.bg-bank-primary-2 .card .article-tools .btn-bookmark.active:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.8) !important; }
  .post-list.bg-bank-primary-2 .card .article-tools .btn-like.active {
    color: #012169; }
    .post-list.bg-bank-primary-2 .card .article-tools .btn-like.active:hover, .post-list.bg-bank-primary-2 .card .article-tools .btn-like.active:active {
      color: #ffffff; }
    .post-list.bg-bank-primary-2 .card .article-tools .btn-like.active:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.8) !important; }
  .post-list.bg-bank-primary-2 .card .article-tools .counter {
    color: #ffffff; }

.post-list.bg-flagscape-pattern-bank-primary-1 {
  background: url("../../../portal/brand/backgrounds/BofA_flagscape_pattern_blue_rgb.svg") center center no-repeat;
  background-size: cover; }
  .post-list.bg-flagscape-pattern-bank-primary-1 .card p, .post-list.bg-flagscape-pattern-bank-primary-1 .card h2, .post-list.bg-flagscape-pattern-bank-primary-1 .card h3, .post-list.bg-flagscape-pattern-bank-primary-1 .card h4, .post-list.bg-flagscape-pattern-bank-primary-1 .card h5, .post-list.bg-flagscape-pattern-bank-primary-1 .card h6, .post-list.bg-flagscape-pattern-bank-primary-1 .card ul, .post-list.bg-flagscape-pattern-bank-primary-1 .card li, .post-list.bg-flagscape-pattern-bank-primary-1 .card div.post-teaser, .post-list.bg-flagscape-pattern-bank-primary-1 .card div.post-contacts {
    color: #ffffff; }
  .post-list.bg-flagscape-pattern-bank-primary-1 .card a:not([class$="vcm-edit"]) {
    color: #ffffff;
    text-decoration: underline; }
    .post-list.bg-flagscape-pattern-bank-primary-1 .card a:not([class$="vcm-edit"]):hover {
      color: #ffffff; }
    .post-list.bg-flagscape-pattern-bank-primary-1 .card a:not([class$="vcm-edit"]):focus {
      outline-color: #ffffff !important; }
  .post-list.bg-flagscape-pattern-bank-primary-1 .card .article-tools .btn.btn-link {
    color: #ffffff; }
    .post-list.bg-flagscape-pattern-bank-primary-1 .card .article-tools .btn.btn-link:hover, .post-list.bg-flagscape-pattern-bank-primary-1 .card .article-tools .btn.btn-link:active {
      color: #e31837; }
    .post-list.bg-flagscape-pattern-bank-primary-1 .card .article-tools .btn.btn-link:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.8) !important; }
  .post-list.bg-flagscape-pattern-bank-primary-1 .card .article-tools .btn-bookmark.active {
    color: #e31837; }
    .post-list.bg-flagscape-pattern-bank-primary-1 .card .article-tools .btn-bookmark.active:hover, .post-list.bg-flagscape-pattern-bank-primary-1 .card .article-tools .btn-bookmark.active:active {
      color: #ffffff; }
    .post-list.bg-flagscape-pattern-bank-primary-1 .card .article-tools .btn-bookmark.active:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.8) !important; }
  .post-list.bg-flagscape-pattern-bank-primary-1 .card .article-tools .btn-like.active {
    color: #e31837; }
    .post-list.bg-flagscape-pattern-bank-primary-1 .card .article-tools .btn-like.active:hover, .post-list.bg-flagscape-pattern-bank-primary-1 .card .article-tools .btn-like.active:active {
      color: #ffffff; }
    .post-list.bg-flagscape-pattern-bank-primary-1 .card .article-tools .btn-like.active:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.8) !important; }
  .post-list.bg-flagscape-pattern-bank-primary-1 .card .article-tools .counter {
    color: #ffffff; }

.fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .post-list .card p,
.fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .post-list .card h2,
.fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .post-list .card h3,
.fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .post-list .card h4,
.fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .post-list .card h5,
.fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .post-list .card h6,
.fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .post-list .card ul,
.fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .post-list .card li,
.fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .post-list .card div.post-teaser,
.fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .post-list .card div.post-contacts,
.fs-fluid-container.bg-bank-primary-1 .post-list .card p, .fs-fluid-container.bg-bank-primary-1 .post-list .card h2, .fs-fluid-container.bg-bank-primary-1 .post-list .card h3, .fs-fluid-container.bg-bank-primary-1 .post-list .card h4, .fs-fluid-container.bg-bank-primary-1 .post-list .card h5, .fs-fluid-container.bg-bank-primary-1 .post-list .card h6, .fs-fluid-container.bg-bank-primary-1 .post-list .card ul, .fs-fluid-container.bg-bank-primary-1 .post-list .card li, .fs-fluid-container.bg-bank-primary-1 .post-list .card div.post-teaser, .fs-fluid-container.bg-bank-primary-1 .post-list .card div.post-contacts {
  color: #ffffff; }

.fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .post-list .card a:not([class$="vcm-edit"]),
.fs-fluid-container.bg-bank-primary-1 .post-list .card a:not([class$="vcm-edit"]) {
  color: #ffffff;
  text-decoration: underline; }
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .post-list .card a:not([class$="vcm-edit"]):hover,
  .fs-fluid-container.bg-bank-primary-1 .post-list .card a:not([class$="vcm-edit"]):hover {
    color: #ffffff; }
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .post-list .card a:not([class$="vcm-edit"]):focus,
  .fs-fluid-container.bg-bank-primary-1 .post-list .card a:not([class$="vcm-edit"]):focus {
    outline-color: #ffffff !important; }

.fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .post-list .card .article-tools .btn.btn-link,
.fs-fluid-container.bg-bank-primary-1 .post-list .card .article-tools .btn.btn-link {
  color: #ffffff; }
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .post-list .card .article-tools .btn.btn-link:hover,
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .post-list .card .article-tools .btn.btn-link:active,
  .fs-fluid-container.bg-bank-primary-1 .post-list .card .article-tools .btn.btn-link:hover, .fs-fluid-container.bg-bank-primary-1 .post-list .card .article-tools .btn.btn-link:active {
    color: #e31837; }
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .post-list .card .article-tools .btn.btn-link:focus,
  .fs-fluid-container.bg-bank-primary-1 .post-list .card .article-tools .btn.btn-link:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.8) !important; }

.fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .post-list .card .article-tools .btn-bookmark.active,
.fs-fluid-container.bg-bank-primary-1 .post-list .card .article-tools .btn-bookmark.active {
  color: #e31837; }
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .post-list .card .article-tools .btn-bookmark.active:hover,
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .post-list .card .article-tools .btn-bookmark.active:active,
  .fs-fluid-container.bg-bank-primary-1 .post-list .card .article-tools .btn-bookmark.active:hover, .fs-fluid-container.bg-bank-primary-1 .post-list .card .article-tools .btn-bookmark.active:active {
    color: #ffffff; }
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .post-list .card .article-tools .btn-bookmark.active:focus,
  .fs-fluid-container.bg-bank-primary-1 .post-list .card .article-tools .btn-bookmark.active:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.8) !important; }

.fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .post-list .card .article-tools .btn-like.active,
.fs-fluid-container.bg-bank-primary-1 .post-list .card .article-tools .btn-like.active {
  color: #e31837; }
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .post-list .card .article-tools .btn-like.active:hover,
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .post-list .card .article-tools .btn-like.active:active,
  .fs-fluid-container.bg-bank-primary-1 .post-list .card .article-tools .btn-like.active:hover, .fs-fluid-container.bg-bank-primary-1 .post-list .card .article-tools .btn-like.active:active {
    color: #ffffff; }
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .post-list .card .article-tools .btn-like.active:focus,
  .fs-fluid-container.bg-bank-primary-1 .post-list .card .article-tools .btn-like.active:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.8) !important; }

.fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .post-list .card .article-tools .counter,
.fs-fluid-container.bg-bank-primary-1 .post-list .card .article-tools .counter {
  color: #ffffff; }

.post-list.bg-flagscape-pattern-bank-primary-2 {
  background: url("../../../portal/brand/backgrounds/BofA_flagscape_pattern_red_rgb.svg") center center no-repeat;
  background-size: cover; }
  .post-list.bg-flagscape-pattern-bank-primary-2 .card p, .post-list.bg-flagscape-pattern-bank-primary-2 .card h2, .post-list.bg-flagscape-pattern-bank-primary-2 .card h3, .post-list.bg-flagscape-pattern-bank-primary-2 .card h4, .post-list.bg-flagscape-pattern-bank-primary-2 .card h5, .post-list.bg-flagscape-pattern-bank-primary-2 .card h6, .post-list.bg-flagscape-pattern-bank-primary-2 .card ul, .post-list.bg-flagscape-pattern-bank-primary-2 .card li, .post-list.bg-flagscape-pattern-bank-primary-2 .card div.post-teaser, .post-list.bg-flagscape-pattern-bank-primary-2 .card div.post-contacts {
    color: #ffffff; }
  .post-list.bg-flagscape-pattern-bank-primary-2 .card a:not([class$="vcm-edit"]) {
    color: #ffffff;
    text-decoration: underline; }
    .post-list.bg-flagscape-pattern-bank-primary-2 .card a:not([class$="vcm-edit"]):hover {
      color: #ffffff; }
    .post-list.bg-flagscape-pattern-bank-primary-2 .card a:not([class$="vcm-edit"]):focus {
      outline-color: #ffffff !important; }
  .post-list.bg-flagscape-pattern-bank-primary-2 .card .article-tools .btn.btn-link {
    color: #ffffff; }
    .post-list.bg-flagscape-pattern-bank-primary-2 .card .article-tools .btn.btn-link:hover, .post-list.bg-flagscape-pattern-bank-primary-2 .card .article-tools .btn.btn-link:active {
      color: #012169; }
    .post-list.bg-flagscape-pattern-bank-primary-2 .card .article-tools .btn.btn-link:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.8) !important; }
  .post-list.bg-flagscape-pattern-bank-primary-2 .card .article-tools .btn-bookmark.active {
    color: #012169; }
    .post-list.bg-flagscape-pattern-bank-primary-2 .card .article-tools .btn-bookmark.active:hover, .post-list.bg-flagscape-pattern-bank-primary-2 .card .article-tools .btn-bookmark.active:active {
      color: #ffffff; }
    .post-list.bg-flagscape-pattern-bank-primary-2 .card .article-tools .btn-bookmark.active:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.8) !important; }
  .post-list.bg-flagscape-pattern-bank-primary-2 .card .article-tools .btn-like.active {
    color: #012169; }
    .post-list.bg-flagscape-pattern-bank-primary-2 .card .article-tools .btn-like.active:hover, .post-list.bg-flagscape-pattern-bank-primary-2 .card .article-tools .btn-like.active:active {
      color: #ffffff; }
    .post-list.bg-flagscape-pattern-bank-primary-2 .card .article-tools .btn-like.active:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.8) !important; }
  .post-list.bg-flagscape-pattern-bank-primary-2 .card .article-tools .counter {
    color: #ffffff; }

.post-list.bg-flagscape-pattern-bank-primary-2 .card p,
.post-list.bg-flagscape-pattern-bank-primary-2 .card h2,
.post-list.bg-flagscape-pattern-bank-primary-2 .card h3,
.post-list.bg-flagscape-pattern-bank-primary-2 .card h4,
.post-list.bg-flagscape-pattern-bank-primary-2 .card h5,
.post-list.bg-flagscape-pattern-bank-primary-2 .card h6,
.post-list.bg-flagscape-pattern-bank-primary-2 .card ul,
.post-list.bg-flagscape-pattern-bank-primary-2 .card li,
.post-list.bg-flagscape-pattern-bank-primary-2 .card div.post-teaser,
.post-list.bg-flagscape-pattern-bank-primary-2 .card div.post-contacts,
.fs-fluid-container.bg-bank-primary-2 .post-list .card p, .fs-fluid-container.bg-bank-primary-2 .post-list .card h2, .fs-fluid-container.bg-bank-primary-2 .post-list .card h3, .fs-fluid-container.bg-bank-primary-2 .post-list .card h4, .fs-fluid-container.bg-bank-primary-2 .post-list .card h5, .fs-fluid-container.bg-bank-primary-2 .post-list .card h6, .fs-fluid-container.bg-bank-primary-2 .post-list .card ul, .fs-fluid-container.bg-bank-primary-2 .post-list .card li, .fs-fluid-container.bg-bank-primary-2 .post-list .card div.post-teaser, .fs-fluid-container.bg-bank-primary-2 .post-list .card div.post-contacts {
  color: #ffffff; }

.post-list.bg-flagscape-pattern-bank-primary-2 .card a:not([class$="vcm-edit"]),
.fs-fluid-container.bg-bank-primary-2 .post-list .card a:not([class$="vcm-edit"]) {
  color: #ffffff;
  text-decoration: underline; }
  .post-list.bg-flagscape-pattern-bank-primary-2 .card a:not([class$="vcm-edit"]):hover,
  .fs-fluid-container.bg-bank-primary-2 .post-list .card a:not([class$="vcm-edit"]):hover {
    color: #ffffff; }
  .post-list.bg-flagscape-pattern-bank-primary-2 .card a:not([class$="vcm-edit"]):focus,
  .fs-fluid-container.bg-bank-primary-2 .post-list .card a:not([class$="vcm-edit"]):focus {
    outline-color: #ffffff !important; }

.post-list.bg-flagscape-pattern-bank-primary-2 .card .article-tools .btn.btn-link,
.fs-fluid-container.bg-bank-primary-2 .post-list .card .article-tools .btn.btn-link {
  color: #ffffff; }
  .post-list.bg-flagscape-pattern-bank-primary-2 .card .article-tools .btn.btn-link:hover,
  .post-list.bg-flagscape-pattern-bank-primary-2 .card .article-tools .btn.btn-link:active,
  .fs-fluid-container.bg-bank-primary-2 .post-list .card .article-tools .btn.btn-link:hover, .fs-fluid-container.bg-bank-primary-2 .post-list .card .article-tools .btn.btn-link:active {
    color: #012169; }
  .post-list.bg-flagscape-pattern-bank-primary-2 .card .article-tools .btn.btn-link:focus,
  .fs-fluid-container.bg-bank-primary-2 .post-list .card .article-tools .btn.btn-link:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.8) !important; }

.post-list.bg-flagscape-pattern-bank-primary-2 .card .article-tools .btn-bookmark.active,
.fs-fluid-container.bg-bank-primary-2 .post-list .card .article-tools .btn-bookmark.active {
  color: #012169; }
  .post-list.bg-flagscape-pattern-bank-primary-2 .card .article-tools .btn-bookmark.active:hover,
  .post-list.bg-flagscape-pattern-bank-primary-2 .card .article-tools .btn-bookmark.active:active,
  .fs-fluid-container.bg-bank-primary-2 .post-list .card .article-tools .btn-bookmark.active:hover, .fs-fluid-container.bg-bank-primary-2 .post-list .card .article-tools .btn-bookmark.active:active {
    color: #ffffff; }

.post-list.bg-flagscape-pattern-bank-primary-2 .card .article-tools .btn-like.active,
.fs-fluid-container.bg-bank-primary-2 .post-list .card .article-tools .btn-like.active {
  color: #012169; }
  .post-list.bg-flagscape-pattern-bank-primary-2 .card .article-tools .btn-like.active:hover,
  .post-list.bg-flagscape-pattern-bank-primary-2 .card .article-tools .btn-like.active:active,
  .fs-fluid-container.bg-bank-primary-2 .post-list .card .article-tools .btn-like.active:hover, .fs-fluid-container.bg-bank-primary-2 .post-list .card .article-tools .btn-like.active:active {
    color: #ffffff; }

.post-list.bg-flagscape-pattern-bank-primary-2 .card .article-tools .counter,
.fs-fluid-container.bg-bank-primary-2 .post-list .card .article-tools .counter {
  color: #ffffff; }

.fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .post-list .card p, .fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .post-list .card h2, .fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .post-list .card h3, .fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .post-list .card h4, .fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .post-list .card h5, .fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .post-list .card h6, .fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .post-list .card ul, .fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .post-list .card li, .fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .post-list .card div.post-teaser, .fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .post-list .card div.post-contacts {
  color: #ffffff; }

.fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .post-list .card a:not([class$="vcm-edit"]) {
  color: #ffffff;
  text-decoration: underline; }
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .post-list .card a:not([class$="vcm-edit"]):hover {
    color: #ffffff; }
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .post-list .card a:not([class$="vcm-edit"]):focus {
    outline-color: #ffffff !important; }

.fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .post-list .card .article-tools .btn.btn-link {
  color: #ffffff; }
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .post-list .card .article-tools .btn.btn-link:hover, .fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .post-list .card .article-tools .btn.btn-link:active {
    color: #012169; }
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .post-list .card .article-tools .btn.btn-link:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.8) !important; }

.fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .post-list .card .article-tools .btn-bookmark.active {
  color: #012169; }
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .post-list .card .article-tools .btn-bookmark.active:hover, .fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .post-list .card .article-tools .btn-bookmark.active:active {
    color: #ffffff; }

.fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .post-list .card .article-tools .btn-like.active {
  color: #012169; }
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .post-list .card .article-tools .btn-like.active:hover, .fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .post-list .card .article-tools .btn-like.active:active {
    color: #ffffff; }

.fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .post-list .card .article-tools .counter {
  color: #ffffff; }

.post-list.background-bank-gray-2 {
  background-color: #f5f5f5; }

.post-list.background-bank-gray-1 {
  background-color: #ededed; }

.post-list.background-flagscape-pattern-bank-gray {
  background: url("../../../portal/brand/backgrounds/BofA_flagscape_pattern_gray_rgb.svg") center center no-repeat;
  background-size: cover; }

.post-carousel .bg-bank-primary-1 .btn.owl-prev-slide,
.post-carousel .bg-bank-primary-1 .btn.owl-next-slide,
.fs-fluid-container.bg-bank-primary-1 .post-carousel .btn.owl-prev-slide, .fs-fluid-container.bg-bank-primary-1 .post-carousel .btn.owl-next-slide {
  color: #ffffff !important; }

.post-carousel .bg-bank-primary-1 .owl-prev-slide:hover,
.post-carousel .bg-bank-primary-1 .owl-next-slide:hover,
.fs-fluid-container.bg-bank-primary-1 .post-carousel .owl-prev-slide:hover, .fs-fluid-container.bg-bank-primary-1 .post-carousel .owl-next-slide:hover {
  color: #bababa !important; }

.post-carousel .bg-bank-primary-1 .owl-carousel-indicators-container > button,
.fs-fluid-container.bg-bank-primary-1 .post-carousel .owl-carousel-indicators-container > button {
  color: #ffffff; }

.post-carousel .bg-bank-primary-1 .owl-carousel-indicators-container > button:hover,
.fs-fluid-container.bg-bank-primary-1 .post-carousel .owl-carousel-indicators-container > button:hover {
  color: #bababa; }

.post-carousel .bg-bank-primary-1 .owl-dot:hover,
.fs-fluid-container.bg-bank-primary-1 .post-carousel .owl-dot:hover {
  background-color: #ffffff !important; }

.post-carousel .bg-bank-primary-1 .owl-dot.active,
.fs-fluid-container.bg-bank-primary-1 .post-carousel .owl-dot.active {
  background-color: #ffffff !important; }

.post-carousel .bg-bank-primary-1 .owl-dot.active:hover,
.fs-fluid-container.bg-bank-primary-1 .post-carousel .owl-dot.active:hover {
  background-color: #bababa !important; }

.post-carousel .bg-bank-primary-1 .card p,
.post-carousel .bg-bank-primary-1 .card h2,
.post-carousel .bg-bank-primary-1 .card h3,
.post-carousel .bg-bank-primary-1 .card h4,
.post-carousel .bg-bank-primary-1 .card h5,
.post-carousel .bg-bank-primary-1 .card h6,
.post-carousel .bg-bank-primary-1 .card ul,
.post-carousel .bg-bank-primary-1 .card li,
.post-carousel .bg-bank-primary-1 .card div.post-contacts,
.post-carousel .bg-bank-primary-1 .card div.post-teaser,
.fs-fluid-container.bg-bank-primary-1 .post-carousel .card p, .fs-fluid-container.bg-bank-primary-1 .post-carousel .card h2, .fs-fluid-container.bg-bank-primary-1 .post-carousel .card h3, .fs-fluid-container.bg-bank-primary-1 .post-carousel .card h4, .fs-fluid-container.bg-bank-primary-1 .post-carousel .card h5, .fs-fluid-container.bg-bank-primary-1 .post-carousel .card h6, .fs-fluid-container.bg-bank-primary-1 .post-carousel .card ul, .fs-fluid-container.bg-bank-primary-1 .post-carousel .card li, .fs-fluid-container.bg-bank-primary-1 .post-carousel .card div.post-contacts, .fs-fluid-container.bg-bank-primary-1 .post-carousel .card div.post-teaser {
  color: #ffffff; }

.post-carousel .bg-bank-primary-1 .card a:not([class$="vcm-edit"]),
.fs-fluid-container.bg-bank-primary-1 .post-carousel .card a:not([class$="vcm-edit"]) {
  color: #ffffff;
  text-decoration: underline; }
  .post-carousel .bg-bank-primary-1 .card a:not([class$="vcm-edit"]):hover,
  .fs-fluid-container.bg-bank-primary-1 .post-carousel .card a:not([class$="vcm-edit"]):hover {
    color: #ffffff; }
  .post-carousel .bg-bank-primary-1 .card a:not([class$="vcm-edit"]):focus,
  .fs-fluid-container.bg-bank-primary-1 .post-carousel .card a:not([class$="vcm-edit"]):focus {
    outline-color: #ffffff !important; }

.post-carousel .bg-bank-primary-1 .card .article-tools .btn.btn-link,
.fs-fluid-container.bg-bank-primary-1 .post-carousel .card .article-tools .btn.btn-link {
  color: #ffffff; }
  .post-carousel .bg-bank-primary-1 .card .article-tools .btn.btn-link:hover,
  .post-carousel .bg-bank-primary-1 .card .article-tools .btn.btn-link:active,
  .fs-fluid-container.bg-bank-primary-1 .post-carousel .card .article-tools .btn.btn-link:hover, .fs-fluid-container.bg-bank-primary-1 .post-carousel .card .article-tools .btn.btn-link:active {
    color: #e31837; }
  .post-carousel .bg-bank-primary-1 .card .article-tools .btn.btn-link:focus,
  .fs-fluid-container.bg-bank-primary-1 .post-carousel .card .article-tools .btn.btn-link:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.8) !important; }

.post-carousel .bg-bank-primary-1 .card .article-tools .btn-bookmark.active,
.fs-fluid-container.bg-bank-primary-1 .post-carousel .card .article-tools .btn-bookmark.active {
  color: #e31837; }
  .post-carousel .bg-bank-primary-1 .card .article-tools .btn-bookmark.active:hover,
  .post-carousel .bg-bank-primary-1 .card .article-tools .btn-bookmark.active:active,
  .fs-fluid-container.bg-bank-primary-1 .post-carousel .card .article-tools .btn-bookmark.active:hover, .fs-fluid-container.bg-bank-primary-1 .post-carousel .card .article-tools .btn-bookmark.active:active {
    color: #ffffff; }

.post-carousel .bg-bank-primary-1 .card .article-tools .btn-like.active,
.fs-fluid-container.bg-bank-primary-1 .post-carousel .card .article-tools .btn-like.active {
  color: #e31837; }
  .post-carousel .bg-bank-primary-1 .card .article-tools .btn-like.active:hover,
  .post-carousel .bg-bank-primary-1 .card .article-tools .btn-like.active:active,
  .fs-fluid-container.bg-bank-primary-1 .post-carousel .card .article-tools .btn-like.active:hover, .fs-fluid-container.bg-bank-primary-1 .post-carousel .card .article-tools .btn-like.active:active {
    color: #ffffff; }

.post-carousel .bg-bank-primary-1 .card .article-tools .counter,
.fs-fluid-container.bg-bank-primary-1 .post-carousel .card .article-tools .counter {
  color: #ffffff; }

.post-carousel .bg-bank-primary-2 .btn.owl-prev-slide,
.post-carousel .bg-bank-primary-2 .btn.owl-next-slide,
.fs-fluid-container.bg-bank-primary-2 .post-carousel .btn.owl-prev-slide, .fs-fluid-container.bg-bank-primary-2 .post-carousel .btn.owl-next-slide {
  color: #ffffff !important; }

.post-carousel .bg-bank-primary-2 .owl-prev-slide:hover,
.post-carousel .bg-bank-primary-2 .owl-next-slide:hover,
.fs-fluid-container.bg-bank-primary-2 .post-carousel .owl-prev-slide:hover, .fs-fluid-container.bg-bank-primary-2 .post-carousel .owl-next-slide:hover {
  color: #bababa !important; }

.post-carousel .bg-bank-primary-2 .owl-carousel-indicators-container > button,
.fs-fluid-container.bg-bank-primary-2 .post-carousel .owl-carousel-indicators-container > button {
  color: #ffffff; }

.post-carousel .bg-bank-primary-2 .owl-carousel-indicators-container > button:hover,
.fs-fluid-container.bg-bank-primary-2 .post-carousel .owl-carousel-indicators-container > button:hover {
  color: #bababa; }

.post-carousel .bg-bank-primary-2 .owl-dot:hover,
.fs-fluid-container.bg-bank-primary-2 .post-carousel .owl-dot:hover {
  background-color: #ffffff !important; }

.post-carousel .bg-bank-primary-2 .owl-dot.active,
.fs-fluid-container.bg-bank-primary-2 .post-carousel .owl-dot.active {
  background-color: #ffffff !important; }

.post-carousel .bg-bank-primary-2 .owl-dot.active:hover,
.fs-fluid-container.bg-bank-primary-2 .post-carousel .owl-dot.active:hover {
  background-color: #bababa !important; }

.post-carousel .bg-bank-primary-2 .card p,
.post-carousel .bg-bank-primary-2 .card h2,
.post-carousel .bg-bank-primary-2 .card h3,
.post-carousel .bg-bank-primary-2 .card h4,
.post-carousel .bg-bank-primary-2 .card h5,
.post-carousel .bg-bank-primary-2 .card h6,
.post-carousel .bg-bank-primary-2 .card ul,
.post-carousel .bg-bank-primary-2 .card li,
.post-carousel .bg-bank-primary-2 .card div.post-contacts,
.post-carousel .bg-bank-primary-2 .card div.post-teaser,
.fs-fluid-container.bg-bank-primary-2 .post-carousel .card p, .fs-fluid-container.bg-bank-primary-2 .post-carousel .card h2, .fs-fluid-container.bg-bank-primary-2 .post-carousel .card h3, .fs-fluid-container.bg-bank-primary-2 .post-carousel .card h4, .fs-fluid-container.bg-bank-primary-2 .post-carousel .card h5, .fs-fluid-container.bg-bank-primary-2 .post-carousel .card h6, .fs-fluid-container.bg-bank-primary-2 .post-carousel .card ul, .fs-fluid-container.bg-bank-primary-2 .post-carousel .card li, .fs-fluid-container.bg-bank-primary-2 .post-carousel .card div.post-contacts, .fs-fluid-container.bg-bank-primary-2 .post-carousel .card div.post-teaser {
  color: #ffffff; }

.post-carousel .bg-bank-primary-2 .card a:not([class$="vcm-edit"]),
.fs-fluid-container.bg-bank-primary-2 .post-carousel .card a:not([class$="vcm-edit"]) {
  color: #ffffff;
  text-decoration: underline; }
  .post-carousel .bg-bank-primary-2 .card a:not([class$="vcm-edit"]):hover,
  .fs-fluid-container.bg-bank-primary-2 .post-carousel .card a:not([class$="vcm-edit"]):hover {
    color: #ffffff; }
  .post-carousel .bg-bank-primary-2 .card a:not([class$="vcm-edit"]):focus,
  .fs-fluid-container.bg-bank-primary-2 .post-carousel .card a:not([class$="vcm-edit"]):focus {
    outline-color: #ffffff !important; }

.post-carousel .bg-bank-primary-2 .card .article-tools .btn.btn-link,
.fs-fluid-container.bg-bank-primary-2 .post-carousel .card .article-tools .btn.btn-link {
  color: #ffffff; }
  .post-carousel .bg-bank-primary-2 .card .article-tools .btn.btn-link:hover,
  .post-carousel .bg-bank-primary-2 .card .article-tools .btn.btn-link:active,
  .fs-fluid-container.bg-bank-primary-2 .post-carousel .card .article-tools .btn.btn-link:hover, .fs-fluid-container.bg-bank-primary-2 .post-carousel .card .article-tools .btn.btn-link:active {
    color: #012169; }
  .post-carousel .bg-bank-primary-2 .card .article-tools .btn.btn-link:focus,
  .fs-fluid-container.bg-bank-primary-2 .post-carousel .card .article-tools .btn.btn-link:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.8) !important; }

.post-carousel .bg-bank-primary-2 .card .article-tools .btn-bookmark.active,
.fs-fluid-container.bg-bank-primary-2 .post-carousel .card .article-tools .btn-bookmark.active {
  color: #012169; }
  .post-carousel .bg-bank-primary-2 .card .article-tools .btn-bookmark.active:hover,
  .post-carousel .bg-bank-primary-2 .card .article-tools .btn-bookmark.active:active,
  .fs-fluid-container.bg-bank-primary-2 .post-carousel .card .article-tools .btn-bookmark.active:hover, .fs-fluid-container.bg-bank-primary-2 .post-carousel .card .article-tools .btn-bookmark.active:active {
    color: #ffffff; }

.post-carousel .bg-bank-primary-2 .card .article-tools .btn-like.active,
.fs-fluid-container.bg-bank-primary-2 .post-carousel .card .article-tools .btn-like.active {
  color: #012169; }
  .post-carousel .bg-bank-primary-2 .card .article-tools .btn-like.active:hover,
  .post-carousel .bg-bank-primary-2 .card .article-tools .btn-like.active:active,
  .fs-fluid-container.bg-bank-primary-2 .post-carousel .card .article-tools .btn-like.active:hover, .fs-fluid-container.bg-bank-primary-2 .post-carousel .card .article-tools .btn-like.active:active {
    color: #ffffff; }

.post-carousel .bg-bank-primary-2 .card .article-tools .counter,
.fs-fluid-container.bg-bank-primary-2 .post-carousel .card .article-tools .counter {
  color: #ffffff; }

.post-carousel .bg-flagscape-pattern-bank-primary-1 .btn.owl-prev-slide,
.post-carousel .bg-flagscape-pattern-bank-primary-1 .btn.owl-next-slide,
.fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .post-carousel .btn.owl-prev-slide, .fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .post-carousel .btn.owl-next-slide {
  color: #ffffff !important; }

.post-carousel .bg-flagscape-pattern-bank-primary-1 .owl-prev-slide:hover,
.post-carousel .bg-flagscape-pattern-bank-primary-1 .owl-next-slide:hover,
.fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .post-carousel .owl-prev-slide:hover, .fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .post-carousel .owl-next-slide:hover {
  color: #bababa !important; }

.post-carousel .bg-flagscape-pattern-bank-primary-1 .owl-carousel-indicators-container > button,
.fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .post-carousel .owl-carousel-indicators-container > button {
  color: #ffffff; }

.post-carousel .bg-flagscape-pattern-bank-primary-1 .owl-carousel-indicators-container > button:hover,
.fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .post-carousel .owl-carousel-indicators-container > button:hover {
  color: #bababa; }

.post-carousel .bg-flagscape-pattern-bank-primary-1 .owl-dot:hover,
.fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .post-carousel .owl-dot:hover {
  background-color: #ffffff !important; }

.post-carousel .bg-flagscape-pattern-bank-primary-1 .owl-dot.active,
.fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .post-carousel .owl-dot.active {
  background-color: #ffffff !important; }

.post-carousel .bg-flagscape-pattern-bank-primary-1 .owl-dot.active:hover,
.fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .post-carousel .owl-dot.active:hover {
  background-color: #bababa !important; }

.post-carousel .bg-flagscape-pattern-bank-primary-1 .card p,
.post-carousel .bg-flagscape-pattern-bank-primary-1 .card h2,
.post-carousel .bg-flagscape-pattern-bank-primary-1 .card h3,
.post-carousel .bg-flagscape-pattern-bank-primary-1 .card h4,
.post-carousel .bg-flagscape-pattern-bank-primary-1 .card h5,
.post-carousel .bg-flagscape-pattern-bank-primary-1 .card h6,
.post-carousel .bg-flagscape-pattern-bank-primary-1 .card ul,
.post-carousel .bg-flagscape-pattern-bank-primary-1 .card li,
.post-carousel .bg-flagscape-pattern-bank-primary-1 .card div.post-contacts,
.post-carousel .bg-flagscape-pattern-bank-primary-1 .card div.post-teaser,
.fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .post-carousel .card p, .fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .post-carousel .card h2, .fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .post-carousel .card h3, .fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .post-carousel .card h4, .fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .post-carousel .card h5, .fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .post-carousel .card h6, .fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .post-carousel .card ul, .fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .post-carousel .card li, .fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .post-carousel .card div.post-contacts, .fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .post-carousel .card div.post-teaser {
  color: #ffffff; }

.post-carousel .bg-flagscape-pattern-bank-primary-1 .card a:not([class$="vcm-edit"]),
.fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .post-carousel .card a:not([class$="vcm-edit"]) {
  color: #ffffff;
  text-decoration: underline; }
  .post-carousel .bg-flagscape-pattern-bank-primary-1 .card a:not([class$="vcm-edit"]):hover,
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .post-carousel .card a:not([class$="vcm-edit"]):hover {
    color: #ffffff; }
  .post-carousel .bg-flagscape-pattern-bank-primary-1 .card a:not([class$="vcm-edit"]):focus,
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .post-carousel .card a:not([class$="vcm-edit"]):focus {
    outline-color: #ffffff !important; }

.post-carousel .bg-flagscape-pattern-bank-primary-1 .card .article-tools .btn.btn-link,
.fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .post-carousel .card .article-tools .btn.btn-link {
  color: #ffffff; }
  .post-carousel .bg-flagscape-pattern-bank-primary-1 .card .article-tools .btn.btn-link:hover,
  .post-carousel .bg-flagscape-pattern-bank-primary-1 .card .article-tools .btn.btn-link:active,
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .post-carousel .card .article-tools .btn.btn-link:hover, .fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .post-carousel .card .article-tools .btn.btn-link:active {
    color: #e31837; }
  .post-carousel .bg-flagscape-pattern-bank-primary-1 .card .article-tools .btn.btn-link:focus,
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .post-carousel .card .article-tools .btn.btn-link:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.8) !important; }

.post-carousel .bg-flagscape-pattern-bank-primary-1 .card .article-tools .btn-bookmark.active,
.fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .post-carousel .card .article-tools .btn-bookmark.active {
  color: #e31837; }
  .post-carousel .bg-flagscape-pattern-bank-primary-1 .card .article-tools .btn-bookmark.active:hover,
  .post-carousel .bg-flagscape-pattern-bank-primary-1 .card .article-tools .btn-bookmark.active:active,
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .post-carousel .card .article-tools .btn-bookmark.active:hover, .fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .post-carousel .card .article-tools .btn-bookmark.active:active {
    color: #ffffff; }

.post-carousel .bg-flagscape-pattern-bank-primary-1 .card .article-tools .btn-like.active,
.fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .post-carousel .card .article-tools .btn-like.active {
  color: #e31837; }
  .post-carousel .bg-flagscape-pattern-bank-primary-1 .card .article-tools .btn-like.active:hover,
  .post-carousel .bg-flagscape-pattern-bank-primary-1 .card .article-tools .btn-like.active:active,
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .post-carousel .card .article-tools .btn-like.active:hover, .fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .post-carousel .card .article-tools .btn-like.active:active {
    color: #ffffff; }

.post-carousel .bg-flagscape-pattern-bank-primary-1 .card .article-tools .counter,
.fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .post-carousel .card .article-tools .counter {
  color: #ffffff; }

.post-carousel .bg-flagscape-pattern-bank-primary-2 .btn.owl-prev-slide,
.post-carousel .bg-flagscape-pattern-bank-primary-2 .btn.owl-next-slide,
.fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .post-carousel .btn.owl-prev-slide, .fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .post-carousel .btn.owl-next-slide {
  color: #ffffff !important; }

.post-carousel .bg-flagscape-pattern-bank-primary-2 .owl-prev-slide:hover,
.post-carousel .bg-flagscape-pattern-bank-primary-2 .owl-next-slide:hover,
.fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .post-carousel .owl-prev-slide:hover, .fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .post-carousel .owl-next-slide:hover {
  color: #bababa !important; }

.post-carousel .bg-flagscape-pattern-bank-primary-2 .owl-carousel-indicators-container > button,
.fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .post-carousel .owl-carousel-indicators-container > button {
  color: #ffffff; }

.post-carousel .bg-flagscape-pattern-bank-primary-2 .owl-carousel-indicators-container > button:hover,
.fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .post-carousel .owl-carousel-indicators-container > button:hover {
  color: #bababa; }

.post-carousel .bg-flagscape-pattern-bank-primary-2 .owl-dot:hover,
.fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .post-carousel .owl-dot:hover {
  background-color: #ffffff !important; }

.post-carousel .bg-flagscape-pattern-bank-primary-2 .owl-dot.active,
.fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .post-carousel .owl-dot.active {
  background-color: #ffffff !important; }

.post-carousel .bg-flagscape-pattern-bank-primary-2 .owl-dot.active:hover,
.fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .post-carousel .owl-dot.active:hover {
  background-color: #bababa !important; }

.post-carousel .bg-flagscape-pattern-bank-primary-2 .card p,
.post-carousel .bg-flagscape-pattern-bank-primary-2 .card h2,
.post-carousel .bg-flagscape-pattern-bank-primary-2 .card h3,
.post-carousel .bg-flagscape-pattern-bank-primary-2 .card h4,
.post-carousel .bg-flagscape-pattern-bank-primary-2 .card h5,
.post-carousel .bg-flagscape-pattern-bank-primary-2 .card h6,
.post-carousel .bg-flagscape-pattern-bank-primary-2 .card ul,
.post-carousel .bg-flagscape-pattern-bank-primary-2 .card li,
.post-carousel .bg-flagscape-pattern-bank-primary-2 .card div.post-contacts,
.post-carousel .bg-flagscape-pattern-bank-primary-2 .card div.post-teaser,
.fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .post-carousel .card p, .fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .post-carousel .card h2, .fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .post-carousel .card h3, .fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .post-carousel .card h4, .fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .post-carousel .card h5, .fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .post-carousel .card h6, .fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .post-carousel .card ul, .fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .post-carousel .card li, .fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .post-carousel .card div.post-contacts, .fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .post-carousel .card div.post-teaser {
  color: #ffffff; }

.post-carousel .bg-flagscape-pattern-bank-primary-2 .card a:not([class$="vcm-edit"]),
.fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .post-carousel .card a:not([class$="vcm-edit"]) {
  color: #ffffff;
  text-decoration: underline; }
  .post-carousel .bg-flagscape-pattern-bank-primary-2 .card a:not([class$="vcm-edit"]):hover,
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .post-carousel .card a:not([class$="vcm-edit"]):hover {
    color: #ffffff; }
  .post-carousel .bg-flagscape-pattern-bank-primary-2 .card a:not([class$="vcm-edit"]):focus,
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .post-carousel .card a:not([class$="vcm-edit"]):focus {
    outline-color: #ffffff !important; }

.post-carousel .bg-flagscape-pattern-bank-primary-2 .card .article-tools .btn.btn-link,
.fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .post-carousel .card .article-tools .btn.btn-link {
  color: #ffffff; }
  .post-carousel .bg-flagscape-pattern-bank-primary-2 .card .article-tools .btn.btn-link:hover,
  .post-carousel .bg-flagscape-pattern-bank-primary-2 .card .article-tools .btn.btn-link:active,
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .post-carousel .card .article-tools .btn.btn-link:hover, .fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .post-carousel .card .article-tools .btn.btn-link:active {
    color: #012169; }
  .post-carousel .bg-flagscape-pattern-bank-primary-2 .card .article-tools .btn.btn-link:focus,
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .post-carousel .card .article-tools .btn.btn-link:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.8) !important; }

.post-carousel .bg-flagscape-pattern-bank-primary-2 .card .article-tools .btn-bookmark.active,
.fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .post-carousel .card .article-tools .btn-bookmark.active {
  color: #012169; }
  .post-carousel .bg-flagscape-pattern-bank-primary-2 .card .article-tools .btn-bookmark.active:hover,
  .post-carousel .bg-flagscape-pattern-bank-primary-2 .card .article-tools .btn-bookmark.active:active,
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .post-carousel .card .article-tools .btn-bookmark.active:hover, .fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .post-carousel .card .article-tools .btn-bookmark.active:active {
    color: #ffffff; }

.post-carousel .bg-flagscape-pattern-bank-primary-2 .card .article-tools .btn-like.active,
.fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .post-carousel .card .article-tools .btn-like.active {
  color: #012169; }
  .post-carousel .bg-flagscape-pattern-bank-primary-2 .card .article-tools .btn-like.active:hover,
  .post-carousel .bg-flagscape-pattern-bank-primary-2 .card .article-tools .btn-like.active:active,
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .post-carousel .card .article-tools .btn-like.active:hover, .fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .post-carousel .card .article-tools .btn-like.active:active {
    color: #ffffff; }

.post-carousel .bg-flagscape-pattern-bank-primary-2 .card .article-tools .counter,
.fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .post-carousel .card .article-tools .counter {
  color: #ffffff; }

.rss-listing.bg-bank-primary-1,
.rss-listing.bg-bank-primary-2,
.rss-listing.bg-flagscape-pattern-bank-primary-1,
.rss-listing.bg-flagscape-pattern-bank-primary-2,
.fs-fluid-container.bg-bank-primary-1 .rss-listing,
.fs-fluid-container.bg-bank-primary-2 .rss-listing,
.fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .rss-listing,
.fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .rss-listing {
  color: #ffffff; }
  .rss-listing.bg-bank-primary-1 p,
  .rss-listing.bg-bank-primary-1 h2,
  .rss-listing.bg-bank-primary-1 h3,
  .rss-listing.bg-bank-primary-1 h4,
  .rss-listing.bg-bank-primary-1 h5,
  .rss-listing.bg-bank-primary-1 h6,
  .rss-listing.bg-bank-primary-1 div.post-contacts,
  .rss-listing.bg-bank-primary-1 div.post-teaser,
  .rss-listing.bg-bank-primary-2 p,
  .rss-listing.bg-bank-primary-2 h2,
  .rss-listing.bg-bank-primary-2 h3,
  .rss-listing.bg-bank-primary-2 h4,
  .rss-listing.bg-bank-primary-2 h5,
  .rss-listing.bg-bank-primary-2 h6,
  .rss-listing.bg-bank-primary-2 div.post-contacts,
  .rss-listing.bg-bank-primary-2 div.post-teaser,
  .rss-listing.bg-flagscape-pattern-bank-primary-1 p,
  .rss-listing.bg-flagscape-pattern-bank-primary-1 h2,
  .rss-listing.bg-flagscape-pattern-bank-primary-1 h3,
  .rss-listing.bg-flagscape-pattern-bank-primary-1 h4,
  .rss-listing.bg-flagscape-pattern-bank-primary-1 h5,
  .rss-listing.bg-flagscape-pattern-bank-primary-1 h6,
  .rss-listing.bg-flagscape-pattern-bank-primary-1 div.post-contacts,
  .rss-listing.bg-flagscape-pattern-bank-primary-1 div.post-teaser,
  .rss-listing.bg-flagscape-pattern-bank-primary-2 p,
  .rss-listing.bg-flagscape-pattern-bank-primary-2 h2,
  .rss-listing.bg-flagscape-pattern-bank-primary-2 h3,
  .rss-listing.bg-flagscape-pattern-bank-primary-2 h4,
  .rss-listing.bg-flagscape-pattern-bank-primary-2 h5,
  .rss-listing.bg-flagscape-pattern-bank-primary-2 h6,
  .rss-listing.bg-flagscape-pattern-bank-primary-2 div.post-contacts,
  .rss-listing.bg-flagscape-pattern-bank-primary-2 div.post-teaser,
  .fs-fluid-container.bg-bank-primary-1 .rss-listing p,
  .fs-fluid-container.bg-bank-primary-1 .rss-listing h2,
  .fs-fluid-container.bg-bank-primary-1 .rss-listing h3,
  .fs-fluid-container.bg-bank-primary-1 .rss-listing h4,
  .fs-fluid-container.bg-bank-primary-1 .rss-listing h5,
  .fs-fluid-container.bg-bank-primary-1 .rss-listing h6,
  .fs-fluid-container.bg-bank-primary-1 .rss-listing div.post-contacts,
  .fs-fluid-container.bg-bank-primary-1 .rss-listing div.post-teaser,
  .fs-fluid-container.bg-bank-primary-2 .rss-listing p,
  .fs-fluid-container.bg-bank-primary-2 .rss-listing h2,
  .fs-fluid-container.bg-bank-primary-2 .rss-listing h3,
  .fs-fluid-container.bg-bank-primary-2 .rss-listing h4,
  .fs-fluid-container.bg-bank-primary-2 .rss-listing h5,
  .fs-fluid-container.bg-bank-primary-2 .rss-listing h6,
  .fs-fluid-container.bg-bank-primary-2 .rss-listing div.post-contacts,
  .fs-fluid-container.bg-bank-primary-2 .rss-listing div.post-teaser,
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .rss-listing p,
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .rss-listing h2,
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .rss-listing h3,
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .rss-listing h4,
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .rss-listing h5,
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .rss-listing h6,
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .rss-listing div.post-contacts,
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .rss-listing div.post-teaser,
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .rss-listing p, .fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .rss-listing h2, .fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .rss-listing h3, .fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .rss-listing h4, .fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .rss-listing h5, .fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .rss-listing h6, .fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .rss-listing div.post-contacts, .fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .rss-listing div.post-teaser {
    color: #ffffff; }
  .rss-listing.bg-bank-primary-1 a:not([class$="vcm-edit"]),
  .rss-listing.bg-bank-primary-2 a:not([class$="vcm-edit"]),
  .rss-listing.bg-flagscape-pattern-bank-primary-1 a:not([class$="vcm-edit"]),
  .rss-listing.bg-flagscape-pattern-bank-primary-2 a:not([class$="vcm-edit"]),
  .fs-fluid-container.bg-bank-primary-1 .rss-listing a:not([class$="vcm-edit"]),
  .fs-fluid-container.bg-bank-primary-2 .rss-listing a:not([class$="vcm-edit"]),
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .rss-listing a:not([class$="vcm-edit"]),
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .rss-listing a:not([class$="vcm-edit"]) {
    color: #ffffff;
    text-decoration: underline; }
    .rss-listing.bg-bank-primary-1 a:not([class$="vcm-edit"]):hover,
    .rss-listing.bg-bank-primary-2 a:not([class$="vcm-edit"]):hover,
    .rss-listing.bg-flagscape-pattern-bank-primary-1 a:not([class$="vcm-edit"]):hover,
    .rss-listing.bg-flagscape-pattern-bank-primary-2 a:not([class$="vcm-edit"]):hover,
    .fs-fluid-container.bg-bank-primary-1 .rss-listing a:not([class$="vcm-edit"]):hover,
    .fs-fluid-container.bg-bank-primary-2 .rss-listing a:not([class$="vcm-edit"]):hover,
    .fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .rss-listing a:not([class$="vcm-edit"]):hover,
    .fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .rss-listing a:not([class$="vcm-edit"]):hover {
      color: #ffffff; }
    .rss-listing.bg-bank-primary-1 a:not([class$="vcm-edit"]):focus,
    .rss-listing.bg-bank-primary-2 a:not([class$="vcm-edit"]):focus,
    .rss-listing.bg-flagscape-pattern-bank-primary-1 a:not([class$="vcm-edit"]):focus,
    .rss-listing.bg-flagscape-pattern-bank-primary-2 a:not([class$="vcm-edit"]):focus,
    .fs-fluid-container.bg-bank-primary-1 .rss-listing a:not([class$="vcm-edit"]):focus,
    .fs-fluid-container.bg-bank-primary-2 .rss-listing a:not([class$="vcm-edit"]):focus,
    .fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .rss-listing a:not([class$="vcm-edit"]):focus,
    .fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .rss-listing a:not([class$="vcm-edit"]):focus {
      outline-color: #ffffff !important; }
  .rss-listing.bg-bank-primary-1 .article-tools .btn.btn-link,
  .rss-listing.bg-bank-primary-2 .article-tools .btn.btn-link,
  .rss-listing.bg-flagscape-pattern-bank-primary-1 .article-tools .btn.btn-link,
  .rss-listing.bg-flagscape-pattern-bank-primary-2 .article-tools .btn.btn-link,
  .fs-fluid-container.bg-bank-primary-1 .rss-listing .article-tools .btn.btn-link,
  .fs-fluid-container.bg-bank-primary-2 .rss-listing .article-tools .btn.btn-link,
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .rss-listing .article-tools .btn.btn-link,
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .rss-listing .article-tools .btn.btn-link {
    color: #ffffff; }
    .rss-listing.bg-bank-primary-1 .article-tools .btn.btn-link:hover,
    .rss-listing.bg-bank-primary-1 .article-tools .btn.btn-link:active,
    .rss-listing.bg-bank-primary-2 .article-tools .btn.btn-link:hover,
    .rss-listing.bg-bank-primary-2 .article-tools .btn.btn-link:active,
    .rss-listing.bg-flagscape-pattern-bank-primary-1 .article-tools .btn.btn-link:hover,
    .rss-listing.bg-flagscape-pattern-bank-primary-1 .article-tools .btn.btn-link:active,
    .rss-listing.bg-flagscape-pattern-bank-primary-2 .article-tools .btn.btn-link:hover,
    .rss-listing.bg-flagscape-pattern-bank-primary-2 .article-tools .btn.btn-link:active,
    .fs-fluid-container.bg-bank-primary-1 .rss-listing .article-tools .btn.btn-link:hover,
    .fs-fluid-container.bg-bank-primary-1 .rss-listing .article-tools .btn.btn-link:active,
    .fs-fluid-container.bg-bank-primary-2 .rss-listing .article-tools .btn.btn-link:hover,
    .fs-fluid-container.bg-bank-primary-2 .rss-listing .article-tools .btn.btn-link:active,
    .fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .rss-listing .article-tools .btn.btn-link:hover,
    .fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .rss-listing .article-tools .btn.btn-link:active,
    .fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .rss-listing .article-tools .btn.btn-link:hover, .fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .rss-listing .article-tools .btn.btn-link:active {
      color: #012169; }
    .rss-listing.bg-bank-primary-1 .article-tools .btn.btn-link:focus,
    .rss-listing.bg-bank-primary-2 .article-tools .btn.btn-link:focus,
    .rss-listing.bg-flagscape-pattern-bank-primary-1 .article-tools .btn.btn-link:focus,
    .rss-listing.bg-flagscape-pattern-bank-primary-2 .article-tools .btn.btn-link:focus,
    .fs-fluid-container.bg-bank-primary-1 .rss-listing .article-tools .btn.btn-link:focus,
    .fs-fluid-container.bg-bank-primary-2 .rss-listing .article-tools .btn.btn-link:focus,
    .fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .rss-listing .article-tools .btn.btn-link:focus,
    .fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .rss-listing .article-tools .btn.btn-link:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.8) !important; }
  .rss-listing.bg-bank-primary-1 .article-tools .btn-bookmark.active,
  .rss-listing.bg-bank-primary-2 .article-tools .btn-bookmark.active,
  .rss-listing.bg-flagscape-pattern-bank-primary-1 .article-tools .btn-bookmark.active,
  .rss-listing.bg-flagscape-pattern-bank-primary-2 .article-tools .btn-bookmark.active,
  .fs-fluid-container.bg-bank-primary-1 .rss-listing .article-tools .btn-bookmark.active,
  .fs-fluid-container.bg-bank-primary-2 .rss-listing .article-tools .btn-bookmark.active,
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .rss-listing .article-tools .btn-bookmark.active,
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .rss-listing .article-tools .btn-bookmark.active {
    color: #012169; }
    .rss-listing.bg-bank-primary-1 .article-tools .btn-bookmark.active:hover,
    .rss-listing.bg-bank-primary-1 .article-tools .btn-bookmark.active:active,
    .rss-listing.bg-bank-primary-2 .article-tools .btn-bookmark.active:hover,
    .rss-listing.bg-bank-primary-2 .article-tools .btn-bookmark.active:active,
    .rss-listing.bg-flagscape-pattern-bank-primary-1 .article-tools .btn-bookmark.active:hover,
    .rss-listing.bg-flagscape-pattern-bank-primary-1 .article-tools .btn-bookmark.active:active,
    .rss-listing.bg-flagscape-pattern-bank-primary-2 .article-tools .btn-bookmark.active:hover,
    .rss-listing.bg-flagscape-pattern-bank-primary-2 .article-tools .btn-bookmark.active:active,
    .fs-fluid-container.bg-bank-primary-1 .rss-listing .article-tools .btn-bookmark.active:hover,
    .fs-fluid-container.bg-bank-primary-1 .rss-listing .article-tools .btn-bookmark.active:active,
    .fs-fluid-container.bg-bank-primary-2 .rss-listing .article-tools .btn-bookmark.active:hover,
    .fs-fluid-container.bg-bank-primary-2 .rss-listing .article-tools .btn-bookmark.active:active,
    .fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .rss-listing .article-tools .btn-bookmark.active:hover,
    .fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .rss-listing .article-tools .btn-bookmark.active:active,
    .fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .rss-listing .article-tools .btn-bookmark.active:hover, .fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .rss-listing .article-tools .btn-bookmark.active:active {
      color: #ffffff; }
  .rss-listing.bg-bank-primary-1 .article-tools .btn-like.active,
  .rss-listing.bg-bank-primary-2 .article-tools .btn-like.active,
  .rss-listing.bg-flagscape-pattern-bank-primary-1 .article-tools .btn-like.active,
  .rss-listing.bg-flagscape-pattern-bank-primary-2 .article-tools .btn-like.active,
  .fs-fluid-container.bg-bank-primary-1 .rss-listing .article-tools .btn-like.active,
  .fs-fluid-container.bg-bank-primary-2 .rss-listing .article-tools .btn-like.active,
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .rss-listing .article-tools .btn-like.active,
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .rss-listing .article-tools .btn-like.active {
    color: #012169; }
    .rss-listing.bg-bank-primary-1 .article-tools .btn-like.active:hover,
    .rss-listing.bg-bank-primary-1 .article-tools .btn-like.active:active,
    .rss-listing.bg-bank-primary-2 .article-tools .btn-like.active:hover,
    .rss-listing.bg-bank-primary-2 .article-tools .btn-like.active:active,
    .rss-listing.bg-flagscape-pattern-bank-primary-1 .article-tools .btn-like.active:hover,
    .rss-listing.bg-flagscape-pattern-bank-primary-1 .article-tools .btn-like.active:active,
    .rss-listing.bg-flagscape-pattern-bank-primary-2 .article-tools .btn-like.active:hover,
    .rss-listing.bg-flagscape-pattern-bank-primary-2 .article-tools .btn-like.active:active,
    .fs-fluid-container.bg-bank-primary-1 .rss-listing .article-tools .btn-like.active:hover,
    .fs-fluid-container.bg-bank-primary-1 .rss-listing .article-tools .btn-like.active:active,
    .fs-fluid-container.bg-bank-primary-2 .rss-listing .article-tools .btn-like.active:hover,
    .fs-fluid-container.bg-bank-primary-2 .rss-listing .article-tools .btn-like.active:active,
    .fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .rss-listing .article-tools .btn-like.active:hover,
    .fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .rss-listing .article-tools .btn-like.active:active,
    .fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .rss-listing .article-tools .btn-like.active:hover, .fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .rss-listing .article-tools .btn-like.active:active {
      color: #ffffff; }
  .rss-listing.bg-bank-primary-1 .article-tools .counter,
  .rss-listing.bg-bank-primary-2 .article-tools .counter,
  .rss-listing.bg-flagscape-pattern-bank-primary-1 .article-tools .counter,
  .rss-listing.bg-flagscape-pattern-bank-primary-2 .article-tools .counter,
  .fs-fluid-container.bg-bank-primary-1 .rss-listing .article-tools .counter,
  .fs-fluid-container.bg-bank-primary-2 .rss-listing .article-tools .counter,
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .rss-listing .article-tools .counter,
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .rss-listing .article-tools .counter {
    color: #ffffff; }

.post-list-basic-structured .bg-bank-primary-1,
.post-list-basic-structured .bg-flagscape-pattern-bank-primary-1,
.fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .post-list-basic-structured,
.fs-fluid-container.bg-bank-primary-1 .post-list-basic-structured {
  color: #ffffff; }
  .post-list-basic-structured .bg-bank-primary-1 p,
  .post-list-basic-structured .bg-bank-primary-1 h2,
  .post-list-basic-structured .bg-bank-primary-1 h3,
  .post-list-basic-structured .bg-bank-primary-1 h4,
  .post-list-basic-structured .bg-bank-primary-1 h5,
  .post-list-basic-structured .bg-bank-primary-1 h6,
  .post-list-basic-structured .bg-bank-primary-1 div,
  .post-list-basic-structured .bg-bank-primary-1 li,
  .post-list-basic-structured .bg-bank-primary-1 ul,
  .post-list-basic-structured .bg-flagscape-pattern-bank-primary-1 p,
  .post-list-basic-structured .bg-flagscape-pattern-bank-primary-1 h2,
  .post-list-basic-structured .bg-flagscape-pattern-bank-primary-1 h3,
  .post-list-basic-structured .bg-flagscape-pattern-bank-primary-1 h4,
  .post-list-basic-structured .bg-flagscape-pattern-bank-primary-1 h5,
  .post-list-basic-structured .bg-flagscape-pattern-bank-primary-1 h6,
  .post-list-basic-structured .bg-flagscape-pattern-bank-primary-1 div,
  .post-list-basic-structured .bg-flagscape-pattern-bank-primary-1 li,
  .post-list-basic-structured .bg-flagscape-pattern-bank-primary-1 ul,
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .post-list-basic-structured p,
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .post-list-basic-structured h2,
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .post-list-basic-structured h3,
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .post-list-basic-structured h4,
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .post-list-basic-structured h5,
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .post-list-basic-structured h6,
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .post-list-basic-structured div,
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .post-list-basic-structured li,
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .post-list-basic-structured ul,
  .fs-fluid-container.bg-bank-primary-1 .post-list-basic-structured p, .fs-fluid-container.bg-bank-primary-1 .post-list-basic-structured h2, .fs-fluid-container.bg-bank-primary-1 .post-list-basic-structured h3, .fs-fluid-container.bg-bank-primary-1 .post-list-basic-structured h4, .fs-fluid-container.bg-bank-primary-1 .post-list-basic-structured h5, .fs-fluid-container.bg-bank-primary-1 .post-list-basic-structured h6, .fs-fluid-container.bg-bank-primary-1 .post-list-basic-structured div, .fs-fluid-container.bg-bank-primary-1 .post-list-basic-structured li, .fs-fluid-container.bg-bank-primary-1 .post-list-basic-structured ul {
    color: #ffffff; }
  .post-list-basic-structured .bg-bank-primary-1 a:not([class$="vcm-edit"]),
  .post-list-basic-structured .bg-flagscape-pattern-bank-primary-1 a:not([class$="vcm-edit"]),
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .post-list-basic-structured a:not([class$="vcm-edit"]),
  .fs-fluid-container.bg-bank-primary-1 .post-list-basic-structured a:not([class$="vcm-edit"]) {
    color: #ffffff;
    text-decoration: underline; }
    .post-list-basic-structured .bg-bank-primary-1 a:not([class$="vcm-edit"]):hover,
    .post-list-basic-structured .bg-flagscape-pattern-bank-primary-1 a:not([class$="vcm-edit"]):hover,
    .fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .post-list-basic-structured a:not([class$="vcm-edit"]):hover,
    .fs-fluid-container.bg-bank-primary-1 .post-list-basic-structured a:not([class$="vcm-edit"]):hover {
      color: #ffffff; }
    .post-list-basic-structured .bg-bank-primary-1 a:not([class$="vcm-edit"]):focus,
    .post-list-basic-structured .bg-flagscape-pattern-bank-primary-1 a:not([class$="vcm-edit"]):focus,
    .fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .post-list-basic-structured a:not([class$="vcm-edit"]):focus,
    .fs-fluid-container.bg-bank-primary-1 .post-list-basic-structured a:not([class$="vcm-edit"]):focus {
      outline-color: #ffffff !important; }
  .post-list-basic-structured .bg-bank-primary-1 .article-tools .btn.btn-link,
  .post-list-basic-structured .bg-flagscape-pattern-bank-primary-1 .article-tools .btn.btn-link,
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .post-list-basic-structured .article-tools .btn.btn-link,
  .fs-fluid-container.bg-bank-primary-1 .post-list-basic-structured .article-tools .btn.btn-link {
    color: #ffffff; }
    .post-list-basic-structured .bg-bank-primary-1 .article-tools .btn.btn-link:hover,
    .post-list-basic-structured .bg-bank-primary-1 .article-tools .btn.btn-link:active,
    .post-list-basic-structured .bg-flagscape-pattern-bank-primary-1 .article-tools .btn.btn-link:hover,
    .post-list-basic-structured .bg-flagscape-pattern-bank-primary-1 .article-tools .btn.btn-link:active,
    .fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .post-list-basic-structured .article-tools .btn.btn-link:hover,
    .fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .post-list-basic-structured .article-tools .btn.btn-link:active,
    .fs-fluid-container.bg-bank-primary-1 .post-list-basic-structured .article-tools .btn.btn-link:hover, .fs-fluid-container.bg-bank-primary-1 .post-list-basic-structured .article-tools .btn.btn-link:active {
      color: #e31837; }
    .post-list-basic-structured .bg-bank-primary-1 .article-tools .btn.btn-link:focus,
    .post-list-basic-structured .bg-flagscape-pattern-bank-primary-1 .article-tools .btn.btn-link:focus,
    .fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .post-list-basic-structured .article-tools .btn.btn-link:focus,
    .fs-fluid-container.bg-bank-primary-1 .post-list-basic-structured .article-tools .btn.btn-link:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.8) !important; }
  .post-list-basic-structured .bg-bank-primary-1 .article-tools .btn-bookmark.active,
  .post-list-basic-structured .bg-flagscape-pattern-bank-primary-1 .article-tools .btn-bookmark.active,
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .post-list-basic-structured .article-tools .btn-bookmark.active,
  .fs-fluid-container.bg-bank-primary-1 .post-list-basic-structured .article-tools .btn-bookmark.active {
    color: #e31837; }
    .post-list-basic-structured .bg-bank-primary-1 .article-tools .btn-bookmark.active:hover,
    .post-list-basic-structured .bg-bank-primary-1 .article-tools .btn-bookmark.active:active,
    .post-list-basic-structured .bg-flagscape-pattern-bank-primary-1 .article-tools .btn-bookmark.active:hover,
    .post-list-basic-structured .bg-flagscape-pattern-bank-primary-1 .article-tools .btn-bookmark.active:active,
    .fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .post-list-basic-structured .article-tools .btn-bookmark.active:hover,
    .fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .post-list-basic-structured .article-tools .btn-bookmark.active:active,
    .fs-fluid-container.bg-bank-primary-1 .post-list-basic-structured .article-tools .btn-bookmark.active:hover, .fs-fluid-container.bg-bank-primary-1 .post-list-basic-structured .article-tools .btn-bookmark.active:active {
      color: #ffffff; }
  .post-list-basic-structured .bg-bank-primary-1 .article-tools .btn-like.active,
  .post-list-basic-structured .bg-flagscape-pattern-bank-primary-1 .article-tools .btn-like.active,
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .post-list-basic-structured .article-tools .btn-like.active,
  .fs-fluid-container.bg-bank-primary-1 .post-list-basic-structured .article-tools .btn-like.active {
    color: #e31837; }
    .post-list-basic-structured .bg-bank-primary-1 .article-tools .btn-like.active:hover,
    .post-list-basic-structured .bg-bank-primary-1 .article-tools .btn-like.active:active,
    .post-list-basic-structured .bg-flagscape-pattern-bank-primary-1 .article-tools .btn-like.active:hover,
    .post-list-basic-structured .bg-flagscape-pattern-bank-primary-1 .article-tools .btn-like.active:active,
    .fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .post-list-basic-structured .article-tools .btn-like.active:hover,
    .fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .post-list-basic-structured .article-tools .btn-like.active:active,
    .fs-fluid-container.bg-bank-primary-1 .post-list-basic-structured .article-tools .btn-like.active:hover, .fs-fluid-container.bg-bank-primary-1 .post-list-basic-structured .article-tools .btn-like.active:active {
      color: #ffffff; }
  .post-list-basic-structured .bg-bank-primary-1 .article-tools .counter,
  .post-list-basic-structured .bg-flagscape-pattern-bank-primary-1 .article-tools .counter,
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .post-list-basic-structured .article-tools .counter,
  .fs-fluid-container.bg-bank-primary-1 .post-list-basic-structured .article-tools .counter {
    color: #ffffff; }

.post-list-basic-structured .bg-bank-primary-2,
.post-list-basic-structured .bg-flagscape-pattern-bank-primary-2,
.fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .post-list-basic-structured,
.fs-fluid-container.bg-bank-primary-2 .post-list-basic-structured {
  color: #ffffff; }
  .post-list-basic-structured .bg-bank-primary-2 p,
  .post-list-basic-structured .bg-bank-primary-2 h2,
  .post-list-basic-structured .bg-bank-primary-2 h3,
  .post-list-basic-structured .bg-bank-primary-2 h4,
  .post-list-basic-structured .bg-bank-primary-2 h5,
  .post-list-basic-structured .bg-bank-primary-2 h6,
  .post-list-basic-structured .bg-bank-primary-2 div,
  .post-list-basic-structured .bg-bank-primary-2 li,
  .post-list-basic-structured .bg-bank-primary-2 ul,
  .post-list-basic-structured .bg-flagscape-pattern-bank-primary-2 p,
  .post-list-basic-structured .bg-flagscape-pattern-bank-primary-2 h2,
  .post-list-basic-structured .bg-flagscape-pattern-bank-primary-2 h3,
  .post-list-basic-structured .bg-flagscape-pattern-bank-primary-2 h4,
  .post-list-basic-structured .bg-flagscape-pattern-bank-primary-2 h5,
  .post-list-basic-structured .bg-flagscape-pattern-bank-primary-2 h6,
  .post-list-basic-structured .bg-flagscape-pattern-bank-primary-2 div,
  .post-list-basic-structured .bg-flagscape-pattern-bank-primary-2 li,
  .post-list-basic-structured .bg-flagscape-pattern-bank-primary-2 ul,
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .post-list-basic-structured p,
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .post-list-basic-structured h2,
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .post-list-basic-structured h3,
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .post-list-basic-structured h4,
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .post-list-basic-structured h5,
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .post-list-basic-structured h6,
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .post-list-basic-structured div,
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .post-list-basic-structured li,
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .post-list-basic-structured ul,
  .fs-fluid-container.bg-bank-primary-2 .post-list-basic-structured p, .fs-fluid-container.bg-bank-primary-2 .post-list-basic-structured h2, .fs-fluid-container.bg-bank-primary-2 .post-list-basic-structured h3, .fs-fluid-container.bg-bank-primary-2 .post-list-basic-structured h4, .fs-fluid-container.bg-bank-primary-2 .post-list-basic-structured h5, .fs-fluid-container.bg-bank-primary-2 .post-list-basic-structured h6, .fs-fluid-container.bg-bank-primary-2 .post-list-basic-structured div, .fs-fluid-container.bg-bank-primary-2 .post-list-basic-structured li, .fs-fluid-container.bg-bank-primary-2 .post-list-basic-structured ul {
    color: #ffffff; }
  .post-list-basic-structured .bg-bank-primary-2 a:not([class$="vcm-edit"]),
  .post-list-basic-structured .bg-flagscape-pattern-bank-primary-2 a:not([class$="vcm-edit"]),
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .post-list-basic-structured a:not([class$="vcm-edit"]),
  .fs-fluid-container.bg-bank-primary-2 .post-list-basic-structured a:not([class$="vcm-edit"]) {
    color: #ffffff;
    text-decoration: underline; }
    .post-list-basic-structured .bg-bank-primary-2 a:not([class$="vcm-edit"]):hover,
    .post-list-basic-structured .bg-flagscape-pattern-bank-primary-2 a:not([class$="vcm-edit"]):hover,
    .fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .post-list-basic-structured a:not([class$="vcm-edit"]):hover,
    .fs-fluid-container.bg-bank-primary-2 .post-list-basic-structured a:not([class$="vcm-edit"]):hover {
      color: #ffffff; }
    .post-list-basic-structured .bg-bank-primary-2 a:not([class$="vcm-edit"]):focus,
    .post-list-basic-structured .bg-flagscape-pattern-bank-primary-2 a:not([class$="vcm-edit"]):focus,
    .fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .post-list-basic-structured a:not([class$="vcm-edit"]):focus,
    .fs-fluid-container.bg-bank-primary-2 .post-list-basic-structured a:not([class$="vcm-edit"]):focus {
      outline-color: #ffffff !important; }
  .post-list-basic-structured .bg-bank-primary-2 .article-tools .btn.btn-link,
  .post-list-basic-structured .bg-flagscape-pattern-bank-primary-2 .article-tools .btn.btn-link,
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .post-list-basic-structured .article-tools .btn.btn-link,
  .fs-fluid-container.bg-bank-primary-2 .post-list-basic-structured .article-tools .btn.btn-link {
    color: #ffffff; }
    .post-list-basic-structured .bg-bank-primary-2 .article-tools .btn.btn-link:hover,
    .post-list-basic-structured .bg-bank-primary-2 .article-tools .btn.btn-link:active,
    .post-list-basic-structured .bg-flagscape-pattern-bank-primary-2 .article-tools .btn.btn-link:hover,
    .post-list-basic-structured .bg-flagscape-pattern-bank-primary-2 .article-tools .btn.btn-link:active,
    .fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .post-list-basic-structured .article-tools .btn.btn-link:hover,
    .fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .post-list-basic-structured .article-tools .btn.btn-link:active,
    .fs-fluid-container.bg-bank-primary-2 .post-list-basic-structured .article-tools .btn.btn-link:hover, .fs-fluid-container.bg-bank-primary-2 .post-list-basic-structured .article-tools .btn.btn-link:active {
      color: #012169; }
    .post-list-basic-structured .bg-bank-primary-2 .article-tools .btn.btn-link:focus,
    .post-list-basic-structured .bg-flagscape-pattern-bank-primary-2 .article-tools .btn.btn-link:focus,
    .fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .post-list-basic-structured .article-tools .btn.btn-link:focus,
    .fs-fluid-container.bg-bank-primary-2 .post-list-basic-structured .article-tools .btn.btn-link:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.8) !important; }
  .post-list-basic-structured .bg-bank-primary-2 .article-tools .btn-bookmark.active,
  .post-list-basic-structured .bg-flagscape-pattern-bank-primary-2 .article-tools .btn-bookmark.active,
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .post-list-basic-structured .article-tools .btn-bookmark.active,
  .fs-fluid-container.bg-bank-primary-2 .post-list-basic-structured .article-tools .btn-bookmark.active {
    color: #012169; }
    .post-list-basic-structured .bg-bank-primary-2 .article-tools .btn-bookmark.active:hover,
    .post-list-basic-structured .bg-bank-primary-2 .article-tools .btn-bookmark.active:active,
    .post-list-basic-structured .bg-flagscape-pattern-bank-primary-2 .article-tools .btn-bookmark.active:hover,
    .post-list-basic-structured .bg-flagscape-pattern-bank-primary-2 .article-tools .btn-bookmark.active:active,
    .fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .post-list-basic-structured .article-tools .btn-bookmark.active:hover,
    .fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .post-list-basic-structured .article-tools .btn-bookmark.active:active,
    .fs-fluid-container.bg-bank-primary-2 .post-list-basic-structured .article-tools .btn-bookmark.active:hover, .fs-fluid-container.bg-bank-primary-2 .post-list-basic-structured .article-tools .btn-bookmark.active:active {
      color: #ffffff; }
  .post-list-basic-structured .bg-bank-primary-2 .article-tools .btn-like.active,
  .post-list-basic-structured .bg-flagscape-pattern-bank-primary-2 .article-tools .btn-like.active,
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .post-list-basic-structured .article-tools .btn-like.active,
  .fs-fluid-container.bg-bank-primary-2 .post-list-basic-structured .article-tools .btn-like.active {
    color: #012169; }
    .post-list-basic-structured .bg-bank-primary-2 .article-tools .btn-like.active:hover,
    .post-list-basic-structured .bg-bank-primary-2 .article-tools .btn-like.active:active,
    .post-list-basic-structured .bg-flagscape-pattern-bank-primary-2 .article-tools .btn-like.active:hover,
    .post-list-basic-structured .bg-flagscape-pattern-bank-primary-2 .article-tools .btn-like.active:active,
    .fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .post-list-basic-structured .article-tools .btn-like.active:hover,
    .fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .post-list-basic-structured .article-tools .btn-like.active:active,
    .fs-fluid-container.bg-bank-primary-2 .post-list-basic-structured .article-tools .btn-like.active:hover, .fs-fluid-container.bg-bank-primary-2 .post-list-basic-structured .article-tools .btn-like.active:active {
      color: #ffffff; }
  .post-list-basic-structured .bg-bank-primary-2 .article-tools .counter,
  .post-list-basic-structured .bg-flagscape-pattern-bank-primary-2 .article-tools .counter,
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .post-list-basic-structured .article-tools .counter,
  .fs-fluid-container.bg-bank-primary-2 .post-list-basic-structured .article-tools .counter {
    color: #ffffff; }

.article-filmstrip.bg-bank-primary-1,
.article-filmstrip.bg-flagscape-pattern-bank-primary-1,
.fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .article-filmstrip,
.fs-fluid-container.bg-bank-primary-1 .article-filmstrip {
  color: #ffffff; }
  .article-filmstrip.bg-bank-primary-1 .btn.owl-prev-slide,
  .article-filmstrip.bg-bank-primary-1 .btn.owl-next-slide,
  .article-filmstrip.bg-flagscape-pattern-bank-primary-1 .btn.owl-prev-slide,
  .article-filmstrip.bg-flagscape-pattern-bank-primary-1 .btn.owl-next-slide,
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .article-filmstrip .btn.owl-prev-slide,
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .article-filmstrip .btn.owl-next-slide,
  .fs-fluid-container.bg-bank-primary-1 .article-filmstrip .btn.owl-prev-slide, .fs-fluid-container.bg-bank-primary-1 .article-filmstrip .btn.owl-next-slide {
    color: #ffffff !important; }
  .article-filmstrip.bg-bank-primary-1 .owl-prev-slide:hover,
  .article-filmstrip.bg-bank-primary-1 .owl-next-slide:hover,
  .article-filmstrip.bg-flagscape-pattern-bank-primary-1 .owl-prev-slide:hover,
  .article-filmstrip.bg-flagscape-pattern-bank-primary-1 .owl-next-slide:hover,
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .article-filmstrip .owl-prev-slide:hover,
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .article-filmstrip .owl-next-slide:hover,
  .fs-fluid-container.bg-bank-primary-1 .article-filmstrip .owl-prev-slide:hover, .fs-fluid-container.bg-bank-primary-1 .article-filmstrip .owl-next-slide:hover {
    color: #bababa !important;
    background-color: transparent; }
  .article-filmstrip.bg-bank-primary-1 .owl-carousel-indicators-container > button,
  .article-filmstrip.bg-flagscape-pattern-bank-primary-1 .owl-carousel-indicators-container > button,
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .article-filmstrip .owl-carousel-indicators-container > button,
  .fs-fluid-container.bg-bank-primary-1 .article-filmstrip .owl-carousel-indicators-container > button {
    color: #ffffff; }
  .article-filmstrip.bg-bank-primary-1 .owl-carousel-indicators-container > button:hover,
  .article-filmstrip.bg-flagscape-pattern-bank-primary-1 .owl-carousel-indicators-container > button:hover,
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .article-filmstrip .owl-carousel-indicators-container > button:hover,
  .fs-fluid-container.bg-bank-primary-1 .article-filmstrip .owl-carousel-indicators-container > button:hover {
    color: #bababa; }
  .article-filmstrip.bg-bank-primary-1 .owl-dot:hover,
  .article-filmstrip.bg-flagscape-pattern-bank-primary-1 .owl-dot:hover,
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .article-filmstrip .owl-dot:hover,
  .fs-fluid-container.bg-bank-primary-1 .article-filmstrip .owl-dot:hover {
    background-color: #ffffff !important; }
  .article-filmstrip.bg-bank-primary-1 .owl-dot.active,
  .article-filmstrip.bg-flagscape-pattern-bank-primary-1 .owl-dot.active,
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .article-filmstrip .owl-dot.active,
  .fs-fluid-container.bg-bank-primary-1 .article-filmstrip .owl-dot.active {
    background-color: #ffffff !important; }
  .article-filmstrip.bg-bank-primary-1 .owl-dot.active:hover,
  .article-filmstrip.bg-flagscape-pattern-bank-primary-1 .owl-dot.active:hover,
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .article-filmstrip .owl-dot.active:hover,
  .fs-fluid-container.bg-bank-primary-1 .article-filmstrip .owl-dot.active:hover {
    background-color: #bababa !important; }
  .article-filmstrip.bg-bank-primary-1 p,
  .article-filmstrip.bg-bank-primary-1 h2,
  .article-filmstrip.bg-bank-primary-1 h3,
  .article-filmstrip.bg-bank-primary-1 h4,
  .article-filmstrip.bg-bank-primary-1 h5,
  .article-filmstrip.bg-bank-primary-1 h6,
  .article-filmstrip.bg-bank-primary-1 div,
  .article-filmstrip.bg-bank-primary-1 li,
  .article-filmstrip.bg-bank-primary-1 ul,
  .article-filmstrip.bg-bank-primary-1 .filmstrip-label,
  .article-filmstrip.bg-flagscape-pattern-bank-primary-1 p,
  .article-filmstrip.bg-flagscape-pattern-bank-primary-1 h2,
  .article-filmstrip.bg-flagscape-pattern-bank-primary-1 h3,
  .article-filmstrip.bg-flagscape-pattern-bank-primary-1 h4,
  .article-filmstrip.bg-flagscape-pattern-bank-primary-1 h5,
  .article-filmstrip.bg-flagscape-pattern-bank-primary-1 h6,
  .article-filmstrip.bg-flagscape-pattern-bank-primary-1 div,
  .article-filmstrip.bg-flagscape-pattern-bank-primary-1 li,
  .article-filmstrip.bg-flagscape-pattern-bank-primary-1 ul,
  .article-filmstrip.bg-flagscape-pattern-bank-primary-1 .filmstrip-label,
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .article-filmstrip p,
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .article-filmstrip h2,
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .article-filmstrip h3,
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .article-filmstrip h4,
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .article-filmstrip h5,
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .article-filmstrip h6,
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .article-filmstrip div,
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .article-filmstrip li,
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .article-filmstrip ul,
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .article-filmstrip .filmstrip-label,
  .fs-fluid-container.bg-bank-primary-1 .article-filmstrip p, .fs-fluid-container.bg-bank-primary-1 .article-filmstrip h2, .fs-fluid-container.bg-bank-primary-1 .article-filmstrip h3, .fs-fluid-container.bg-bank-primary-1 .article-filmstrip h4, .fs-fluid-container.bg-bank-primary-1 .article-filmstrip h5, .fs-fluid-container.bg-bank-primary-1 .article-filmstrip h6, .fs-fluid-container.bg-bank-primary-1 .article-filmstrip div, .fs-fluid-container.bg-bank-primary-1 .article-filmstrip li, .fs-fluid-container.bg-bank-primary-1 .article-filmstrip ul, .fs-fluid-container.bg-bank-primary-1 .article-filmstrip .filmstrip-label {
    color: #ffffff; }
  .article-filmstrip.bg-bank-primary-1 a:not([class$="vcm-edit"]),
  .article-filmstrip.bg-flagscape-pattern-bank-primary-1 a:not([class$="vcm-edit"]),
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .article-filmstrip a:not([class$="vcm-edit"]),
  .fs-fluid-container.bg-bank-primary-1 .article-filmstrip a:not([class$="vcm-edit"]) {
    color: #ffffff;
    text-decoration: underline; }
    .article-filmstrip.bg-bank-primary-1 a:not([class$="vcm-edit"]):hover,
    .article-filmstrip.bg-flagscape-pattern-bank-primary-1 a:not([class$="vcm-edit"]):hover,
    .fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .article-filmstrip a:not([class$="vcm-edit"]):hover,
    .fs-fluid-container.bg-bank-primary-1 .article-filmstrip a:not([class$="vcm-edit"]):hover {
      color: #ffffff; }
    .article-filmstrip.bg-bank-primary-1 a:not([class$="vcm-edit"]):focus,
    .article-filmstrip.bg-flagscape-pattern-bank-primary-1 a:not([class$="vcm-edit"]):focus,
    .fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .article-filmstrip a:not([class$="vcm-edit"]):focus,
    .fs-fluid-container.bg-bank-primary-1 .article-filmstrip a:not([class$="vcm-edit"]):focus {
      outline-color: #ffffff !important; }
  .article-filmstrip.bg-bank-primary-1 .article-tools .btn.btn-link,
  .article-filmstrip.bg-flagscape-pattern-bank-primary-1 .article-tools .btn.btn-link,
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .article-filmstrip .article-tools .btn.btn-link,
  .fs-fluid-container.bg-bank-primary-1 .article-filmstrip .article-tools .btn.btn-link {
    color: #ffffff; }
    .article-filmstrip.bg-bank-primary-1 .article-tools .btn.btn-link:hover,
    .article-filmstrip.bg-bank-primary-1 .article-tools .btn.btn-link:active,
    .article-filmstrip.bg-flagscape-pattern-bank-primary-1 .article-tools .btn.btn-link:hover,
    .article-filmstrip.bg-flagscape-pattern-bank-primary-1 .article-tools .btn.btn-link:active,
    .fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .article-filmstrip .article-tools .btn.btn-link:hover,
    .fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .article-filmstrip .article-tools .btn.btn-link:active,
    .fs-fluid-container.bg-bank-primary-1 .article-filmstrip .article-tools .btn.btn-link:hover, .fs-fluid-container.bg-bank-primary-1 .article-filmstrip .article-tools .btn.btn-link:active {
      color: #e31837; }
    .article-filmstrip.bg-bank-primary-1 .article-tools .btn.btn-link:focus,
    .article-filmstrip.bg-flagscape-pattern-bank-primary-1 .article-tools .btn.btn-link:focus,
    .fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .article-filmstrip .article-tools .btn.btn-link:focus,
    .fs-fluid-container.bg-bank-primary-1 .article-filmstrip .article-tools .btn.btn-link:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.8) !important; }
  .article-filmstrip.bg-bank-primary-1 .article-tools .btn-bookmark.active,
  .article-filmstrip.bg-flagscape-pattern-bank-primary-1 .article-tools .btn-bookmark.active,
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .article-filmstrip .article-tools .btn-bookmark.active,
  .fs-fluid-container.bg-bank-primary-1 .article-filmstrip .article-tools .btn-bookmark.active {
    color: #e31837; }
    .article-filmstrip.bg-bank-primary-1 .article-tools .btn-bookmark.active:hover,
    .article-filmstrip.bg-bank-primary-1 .article-tools .btn-bookmark.active:active,
    .article-filmstrip.bg-flagscape-pattern-bank-primary-1 .article-tools .btn-bookmark.active:hover,
    .article-filmstrip.bg-flagscape-pattern-bank-primary-1 .article-tools .btn-bookmark.active:active,
    .fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .article-filmstrip .article-tools .btn-bookmark.active:hover,
    .fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .article-filmstrip .article-tools .btn-bookmark.active:active,
    .fs-fluid-container.bg-bank-primary-1 .article-filmstrip .article-tools .btn-bookmark.active:hover, .fs-fluid-container.bg-bank-primary-1 .article-filmstrip .article-tools .btn-bookmark.active:active {
      color: #ffffff; }
  .article-filmstrip.bg-bank-primary-1 .article-tools .btn-like.active,
  .article-filmstrip.bg-flagscape-pattern-bank-primary-1 .article-tools .btn-like.active,
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .article-filmstrip .article-tools .btn-like.active,
  .fs-fluid-container.bg-bank-primary-1 .article-filmstrip .article-tools .btn-like.active {
    color: #e31837; }
    .article-filmstrip.bg-bank-primary-1 .article-tools .btn-like.active:hover,
    .article-filmstrip.bg-bank-primary-1 .article-tools .btn-like.active:active,
    .article-filmstrip.bg-flagscape-pattern-bank-primary-1 .article-tools .btn-like.active:hover,
    .article-filmstrip.bg-flagscape-pattern-bank-primary-1 .article-tools .btn-like.active:active,
    .fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .article-filmstrip .article-tools .btn-like.active:hover,
    .fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .article-filmstrip .article-tools .btn-like.active:active,
    .fs-fluid-container.bg-bank-primary-1 .article-filmstrip .article-tools .btn-like.active:hover, .fs-fluid-container.bg-bank-primary-1 .article-filmstrip .article-tools .btn-like.active:active {
      color: #ffffff; }
  .article-filmstrip.bg-bank-primary-1 .article-tools .counter,
  .article-filmstrip.bg-flagscape-pattern-bank-primary-1 .article-tools .counter,
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-1 .article-filmstrip .article-tools .counter,
  .fs-fluid-container.bg-bank-primary-1 .article-filmstrip .article-tools .counter {
    color: #ffffff; }

.article-filmstrip.bg-bank-primary-2,
.article-filmstrip.bg-flagscape-pattern-bank-primary-2,
.fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .article-filmstrip,
.fs-fluid-container.bg-bank-primary-2 .article-filmstrip {
  color: #ffffff; }
  .article-filmstrip.bg-bank-primary-2 .btn.owl-prev-slide,
  .article-filmstrip.bg-bank-primary-2 .btn.owl-next-slide,
  .article-filmstrip.bg-flagscape-pattern-bank-primary-2 .btn.owl-prev-slide,
  .article-filmstrip.bg-flagscape-pattern-bank-primary-2 .btn.owl-next-slide,
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .article-filmstrip .btn.owl-prev-slide,
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .article-filmstrip .btn.owl-next-slide,
  .fs-fluid-container.bg-bank-primary-2 .article-filmstrip .btn.owl-prev-slide, .fs-fluid-container.bg-bank-primary-2 .article-filmstrip .btn.owl-next-slide {
    color: #ffffff !important; }
  .article-filmstrip.bg-bank-primary-2 .owl-prev-slide:hover,
  .article-filmstrip.bg-bank-primary-2 .owl-next-slide:hover,
  .article-filmstrip.bg-flagscape-pattern-bank-primary-2 .owl-prev-slide:hover,
  .article-filmstrip.bg-flagscape-pattern-bank-primary-2 .owl-next-slide:hover,
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .article-filmstrip .owl-prev-slide:hover,
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .article-filmstrip .owl-next-slide:hover,
  .fs-fluid-container.bg-bank-primary-2 .article-filmstrip .owl-prev-slide:hover, .fs-fluid-container.bg-bank-primary-2 .article-filmstrip .owl-next-slide:hover {
    color: #bababa !important;
    background-color: transparent; }
  .article-filmstrip.bg-bank-primary-2 .owl-carousel-indicators-container > button,
  .article-filmstrip.bg-flagscape-pattern-bank-primary-2 .owl-carousel-indicators-container > button,
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .article-filmstrip .owl-carousel-indicators-container > button,
  .fs-fluid-container.bg-bank-primary-2 .article-filmstrip .owl-carousel-indicators-container > button {
    color: #ffffff; }
  .article-filmstrip.bg-bank-primary-2 .owl-carousel-indicators-container > button:hover,
  .article-filmstrip.bg-flagscape-pattern-bank-primary-2 .owl-carousel-indicators-container > button:hover,
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .article-filmstrip .owl-carousel-indicators-container > button:hover,
  .fs-fluid-container.bg-bank-primary-2 .article-filmstrip .owl-carousel-indicators-container > button:hover {
    color: #bababa; }
  .article-filmstrip.bg-bank-primary-2 .owl-dot:hover,
  .article-filmstrip.bg-flagscape-pattern-bank-primary-2 .owl-dot:hover,
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .article-filmstrip .owl-dot:hover,
  .fs-fluid-container.bg-bank-primary-2 .article-filmstrip .owl-dot:hover {
    background-color: #ffffff !important; }
  .article-filmstrip.bg-bank-primary-2 .owl-dot.active,
  .article-filmstrip.bg-flagscape-pattern-bank-primary-2 .owl-dot.active,
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .article-filmstrip .owl-dot.active,
  .fs-fluid-container.bg-bank-primary-2 .article-filmstrip .owl-dot.active {
    background-color: #ffffff !important; }
  .article-filmstrip.bg-bank-primary-2 .owl-dot.active:hover,
  .article-filmstrip.bg-flagscape-pattern-bank-primary-2 .owl-dot.active:hover,
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .article-filmstrip .owl-dot.active:hover,
  .fs-fluid-container.bg-bank-primary-2 .article-filmstrip .owl-dot.active:hover {
    background-color: #bababa !important; }
  .article-filmstrip.bg-bank-primary-2 p,
  .article-filmstrip.bg-bank-primary-2 h2,
  .article-filmstrip.bg-bank-primary-2 h3,
  .article-filmstrip.bg-bank-primary-2 h4,
  .article-filmstrip.bg-bank-primary-2 h5,
  .article-filmstrip.bg-bank-primary-2 h6,
  .article-filmstrip.bg-bank-primary-2 div,
  .article-filmstrip.bg-bank-primary-2 li,
  .article-filmstrip.bg-bank-primary-2 ul,
  .article-filmstrip.bg-bank-primary-2 .filmstrip-label,
  .article-filmstrip.bg-flagscape-pattern-bank-primary-2 p,
  .article-filmstrip.bg-flagscape-pattern-bank-primary-2 h2,
  .article-filmstrip.bg-flagscape-pattern-bank-primary-2 h3,
  .article-filmstrip.bg-flagscape-pattern-bank-primary-2 h4,
  .article-filmstrip.bg-flagscape-pattern-bank-primary-2 h5,
  .article-filmstrip.bg-flagscape-pattern-bank-primary-2 h6,
  .article-filmstrip.bg-flagscape-pattern-bank-primary-2 div,
  .article-filmstrip.bg-flagscape-pattern-bank-primary-2 li,
  .article-filmstrip.bg-flagscape-pattern-bank-primary-2 ul,
  .article-filmstrip.bg-flagscape-pattern-bank-primary-2 .filmstrip-label,
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .article-filmstrip p,
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .article-filmstrip h2,
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .article-filmstrip h3,
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .article-filmstrip h4,
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .article-filmstrip h5,
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .article-filmstrip h6,
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .article-filmstrip div,
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .article-filmstrip li,
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .article-filmstrip ul,
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .article-filmstrip .filmstrip-label,
  .fs-fluid-container.bg-bank-primary-2 .article-filmstrip p, .fs-fluid-container.bg-bank-primary-2 .article-filmstrip h2, .fs-fluid-container.bg-bank-primary-2 .article-filmstrip h3, .fs-fluid-container.bg-bank-primary-2 .article-filmstrip h4, .fs-fluid-container.bg-bank-primary-2 .article-filmstrip h5, .fs-fluid-container.bg-bank-primary-2 .article-filmstrip h6, .fs-fluid-container.bg-bank-primary-2 .article-filmstrip div, .fs-fluid-container.bg-bank-primary-2 .article-filmstrip li, .fs-fluid-container.bg-bank-primary-2 .article-filmstrip ul, .fs-fluid-container.bg-bank-primary-2 .article-filmstrip .filmstrip-label {
    color: #ffffff; }
  .article-filmstrip.bg-bank-primary-2 a:not([class$="vcm-edit"]),
  .article-filmstrip.bg-flagscape-pattern-bank-primary-2 a:not([class$="vcm-edit"]),
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .article-filmstrip a:not([class$="vcm-edit"]),
  .fs-fluid-container.bg-bank-primary-2 .article-filmstrip a:not([class$="vcm-edit"]) {
    color: #ffffff;
    text-decoration: underline; }
    .article-filmstrip.bg-bank-primary-2 a:not([class$="vcm-edit"]):hover,
    .article-filmstrip.bg-flagscape-pattern-bank-primary-2 a:not([class$="vcm-edit"]):hover,
    .fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .article-filmstrip a:not([class$="vcm-edit"]):hover,
    .fs-fluid-container.bg-bank-primary-2 .article-filmstrip a:not([class$="vcm-edit"]):hover {
      color: #ffffff; }
    .article-filmstrip.bg-bank-primary-2 a:not([class$="vcm-edit"]):focus,
    .article-filmstrip.bg-flagscape-pattern-bank-primary-2 a:not([class$="vcm-edit"]):focus,
    .fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .article-filmstrip a:not([class$="vcm-edit"]):focus,
    .fs-fluid-container.bg-bank-primary-2 .article-filmstrip a:not([class$="vcm-edit"]):focus {
      outline-color: #ffffff !important; }
  .article-filmstrip.bg-bank-primary-2 .article-tools .btn.btn-link,
  .article-filmstrip.bg-flagscape-pattern-bank-primary-2 .article-tools .btn.btn-link,
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .article-filmstrip .article-tools .btn.btn-link,
  .fs-fluid-container.bg-bank-primary-2 .article-filmstrip .article-tools .btn.btn-link {
    color: #ffffff; }
    .article-filmstrip.bg-bank-primary-2 .article-tools .btn.btn-link:hover,
    .article-filmstrip.bg-bank-primary-2 .article-tools .btn.btn-link:active,
    .article-filmstrip.bg-flagscape-pattern-bank-primary-2 .article-tools .btn.btn-link:hover,
    .article-filmstrip.bg-flagscape-pattern-bank-primary-2 .article-tools .btn.btn-link:active,
    .fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .article-filmstrip .article-tools .btn.btn-link:hover,
    .fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .article-filmstrip .article-tools .btn.btn-link:active,
    .fs-fluid-container.bg-bank-primary-2 .article-filmstrip .article-tools .btn.btn-link:hover, .fs-fluid-container.bg-bank-primary-2 .article-filmstrip .article-tools .btn.btn-link:active {
      color: #012169; }
    .article-filmstrip.bg-bank-primary-2 .article-tools .btn.btn-link:focus,
    .article-filmstrip.bg-flagscape-pattern-bank-primary-2 .article-tools .btn.btn-link:focus,
    .fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .article-filmstrip .article-tools .btn.btn-link:focus,
    .fs-fluid-container.bg-bank-primary-2 .article-filmstrip .article-tools .btn.btn-link:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.8) !important; }
  .article-filmstrip.bg-bank-primary-2 .article-tools .btn-bookmark.active,
  .article-filmstrip.bg-flagscape-pattern-bank-primary-2 .article-tools .btn-bookmark.active,
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .article-filmstrip .article-tools .btn-bookmark.active,
  .fs-fluid-container.bg-bank-primary-2 .article-filmstrip .article-tools .btn-bookmark.active {
    color: #012169; }
    .article-filmstrip.bg-bank-primary-2 .article-tools .btn-bookmark.active:hover,
    .article-filmstrip.bg-bank-primary-2 .article-tools .btn-bookmark.active:active,
    .article-filmstrip.bg-flagscape-pattern-bank-primary-2 .article-tools .btn-bookmark.active:hover,
    .article-filmstrip.bg-flagscape-pattern-bank-primary-2 .article-tools .btn-bookmark.active:active,
    .fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .article-filmstrip .article-tools .btn-bookmark.active:hover,
    .fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .article-filmstrip .article-tools .btn-bookmark.active:active,
    .fs-fluid-container.bg-bank-primary-2 .article-filmstrip .article-tools .btn-bookmark.active:hover, .fs-fluid-container.bg-bank-primary-2 .article-filmstrip .article-tools .btn-bookmark.active:active {
      color: #ffffff; }
  .article-filmstrip.bg-bank-primary-2 .article-tools .btn-like.active,
  .article-filmstrip.bg-flagscape-pattern-bank-primary-2 .article-tools .btn-like.active,
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .article-filmstrip .article-tools .btn-like.active,
  .fs-fluid-container.bg-bank-primary-2 .article-filmstrip .article-tools .btn-like.active {
    color: #012169; }
    .article-filmstrip.bg-bank-primary-2 .article-tools .btn-like.active:hover,
    .article-filmstrip.bg-bank-primary-2 .article-tools .btn-like.active:active,
    .article-filmstrip.bg-flagscape-pattern-bank-primary-2 .article-tools .btn-like.active:hover,
    .article-filmstrip.bg-flagscape-pattern-bank-primary-2 .article-tools .btn-like.active:active,
    .fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .article-filmstrip .article-tools .btn-like.active:hover,
    .fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .article-filmstrip .article-tools .btn-like.active:active,
    .fs-fluid-container.bg-bank-primary-2 .article-filmstrip .article-tools .btn-like.active:hover, .fs-fluid-container.bg-bank-primary-2 .article-filmstrip .article-tools .btn-like.active:active {
      color: #ffffff; }
  .article-filmstrip.bg-bank-primary-2 .article-tools .counter,
  .article-filmstrip.bg-flagscape-pattern-bank-primary-2 .article-tools .counter,
  .fs-fluid-container.bg-flagscape-pattern-bank-primary-2 .article-filmstrip .article-tools .counter,
  .fs-fluid-container.bg-bank-primary-2 .article-filmstrip .article-tools .counter {
    color: #ffffff; }

.filmstrip-label.bg-bank-primary-1,
.filmstrip-label.bg-bank-primary-2,
.filmstrip-label.bg-flagscape-pattern-bank-primary-1,
.filmstrip-label.bg-flagscape-pattern-bank-primary-2 {
  color: #fff; }

.hot-topic {
  background-color: #ccebf8; }

.hot-topic:hover {
  background-color: #ccebf8; }

.btn {
  white-space: normal; }

.white-shadow {
  text-shadow: 0px 1px 10px white; }

.black-shadow {
  text-shadow: 0px 1px 10px black; }

.font-connections-cond-light {
  font-family: ConnectionsCondLight;
  letter-spacing: 3px; }

.owl-container {
  position: relative; }

.navbar .dropdown-toggle::after {
  display: none; }

.owl-container.owl-slideshow-1-card {
  padding-left: 0;
  padding-right: 0; }

.owl-carousel-1-card .owl-prev-slide, .owl-slideshow-1-card .owl-prev-slide {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  font-size: 1.75rem;
  color: #ededed !important;
  z-index: 1000; }

.owl-carousel-1-card .owl-next-slide, .owl-slideshow-1-card .owl-next-slide {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  font-size: 1.75rem;
  z-index: 1000; }

.owl-carousel-1-card .owl-prev-slide:hover, .owl-slideshow-1-card .owl-prev-slide:hover {
  background: transparent;
  color: #d3d3d3 !important; }

.owl-carousel-1-card .owl-next-slide:hover, .owl-slideshow-1-card .owl-next-slide:hover {
  background: transparent; }

.owl-carousel-1-card .owl-pause-slide {
  margin-right: -7px;
  margin-top: -6px; }

.owl-pause-slide:hover, .owl-pause-slide:active {
  background-color: transparent !important; }

.card-deck-grid .card {
  height: 100%; }

li {
  margin-bottom: 1rem; 
  font-size:18px; }

ol ol, ul ul, ol ul, ul ol {
  margin-top: .5rem; }

.card-img-top {
  min-height: 1px; }

/* IE fix for image scaling in flex object */
.btn-link:hover {
  text-decoration: none; }

.bg-cool-gray-5 {
  background-color: #f5f5f5 !important; }

.bg-cool-gray-10 {
  background-color: #ededed !important; }

.bg-bright-red {
  background-color: #e31837 !important; }

.bg-pale-gray-light {
  background-color: #f5f5f5 !important; }

.bg-merrill-edge-blue {
  background-color: #009cde; }

.bg-merrill-lynch-blue {
  background-color: #0073cf; }

.bg-dark-blue {
  background: #012169 !important; }

.bg-light-blue {
  background: #009cde !important; }

.bg-night-blue {
  background: #000a23 !important; }

.bg-regal-red {
  background: #c41230 !important; }

.bg-dark-red {
  background: #780032 !important; }

.bg-flagscape-pattern-bank-gray {
  background: url("../../../portal/brand/backgrounds/BofA_flagscape_pattern_gray_rgb.svg") center center no-repeat;
  background-size: cover; }

.bg-flagscape-pattern-bank-primary-1 {
  background: url("../../../portal/brand/backgrounds/BofA_flagscape_pattern_blue_rgb.svg") center center no-repeat;
  background-size: cover; }

.bg-flagscape-pattern-bank-primary-2 {
  background: url("../../../portal/brand/backgrounds/BofA_flagscape_pattern_red_rgb.svg") center center no-repeat;
  background-size: cover; }

.bg-flagscape-simplified-pattern-bank-primary-2 {
  background: url("../../../portal/brand/backgrounds/BofA_simplified_flagscape_red.svg") center center no-repeat;
  background-size: cover; }

.bg-flagscape-simplified-pattern-bank-gray {
  background: url("../../../portal/brand/backgrounds/BofA_simplified_flagscape_gray.svg") center center no-repeat;
  background-size: cover; }

.bg-flagscape-simplified-pattern-bank-primary-1 {
  background: url("../../../portal/brand/backgrounds/BofA_simplified_flagscape_blue.svg") center center no-repeat;
  background-size: cover; }

.bg-gray-300 {
  background-color: #dee2e6; }

.bg-gray-400 {
  background-color: #ced4da; }

.bg-gray-500 {
  background-color: #adb5bd; }

.bg-gray-600 {
  background-color: #646464; }

.bg-gray-700 {
  background-color: #495057; }

.bg-gray-800 {
  background-color: #343a40; }

.bg-gray-900 {
  background-color: #212529; }

.bg-black {
  background-color: #000000; }

.text-dark-blue {
  color: #012169 !important; }

.text-light-blue {
  color: #009cde !important; }

.text-night-blue {
  color: #000a23 !important; }

.text-regal-red {
  color: #c41230 !important; }

.text-dark-red {
  color: #780032 !important; }

.text-black {
  color: #000000 !important; }

.text-size-lg {
  font-size: 1.25rem; }

.text-size-sm {
  font-size: 0.875rem; }

.text-size-xl {
  font-size: 1.5rem; }

.text-black-shadow {
  color: #000000;
  text-shadow: -2px 0px 2px white, 0px 2px 2px white, 2px 0px 2px white, 0px -2px 2px white; }

.text-white-shadow {
  color: #ffffff;
  text-shadow: -2px 0px 5px rgba(0, 0, 0, 0.6), 0px 2px 5px rgba(0, 0, 0, 0.6), 2px 0px 5px rgba(0, 0, 0, 0.6), 0px -2px 5px rgba(0, 0, 0, 0.6); }

section {
  overflow: hidden; }

.border-dark-blue {
  border-color: #012169 !important; }

.border-light-blue {
  border-color: #009cde !important; }

.border-night-blue {
  border-color: #000a23 !important; }

.border-regal-red {
  border-color: #c41230 !important; }

.border-dark-red {
  border-color: #780032 !important; }

.bg-opacity-white {
  background-color: rgba(255, 255, 255, 0.7); }

.bg-opacity-dark {
  background-color: rgba(0, 0, 0, 0.7); }

.banner-text-black, .banner-text-black p, .banner-text-black ul {
  color: #000000; }

.banner-text-white, .banner-text-white p, .banner-text-white ul {
  color: #ffffff; }

.banner-text-black-shadow, .banner-text-black-shadow p, .banner-text-black-shadow ul {
  color: #000000;
  text-shadow: -2px 0px 2px white, 0px 2px 2px white, 2px 0px 2px white, 0px -2px 2px white; }

.banner-text-white-shadow, .banner-text-white-shadow p, .banner-text-white-shadow ul {
  color: #ffffff;
  text-shadow: -2px 0px 5px rgba(0, 0, 0, 0.6), 0px 2px 5px rgba(0, 0, 0, 0.6), 2px 0px 5px rgba(0, 0, 0, 0.6), 0px -2px 5px rgba(0, 0, 0, 0.6); }

.banner-text-black-shadow a {
  text-shadow: -2px 0px 2px white, 0px 2px 2px white, 2px 0px 2px white, 0px -2px 2px white; }

.banner-text-black-shadow a.btn, .banner-text-black-shadow button {
  text-shadow: none; }

.banner-text-white-shadow a:not(.btn), .banner-text-white-shadow :not(button) {
  text-shadow: -2px 0px 5px rgba(0, 0, 0, 0.6), 0px 2px 5px rgba(0, 0, 0, 0.6), 2px 0px 5px rgba(0, 0, 0, 0.6), 0px -2px 5px rgba(0, 0, 0, 0.6); }

.banner-text-white a:not(.btn), .banner-text-white-shadow a:not(.btn) {
  color: #ffffff;
  text-decoration: underline; }

.banner-text-white a:hover:not(.btn), .banner-text-white-shadow a:hover:not(.btn) {
  color: #ffffff; }

.breadcrumb-item + .breadcrumb-item::before {
  content: ">";
  color: #919191; }

  a {display: inline-block}

/* CONNECTIONS Light FONT
-------------------------------------------------- */
@font-face {
  font-family: 'ConnectionsLight';
  src: url("../../../etc.clientlibs/newsroom/clientlibs/clientlib-base/resources/ConnectionsLight.eot");
  src: local("nosuchfontexists"), url("../../../etc.clientlibs/newsroom/clientlibs/clientlib-base/resources/ConnectionsLight.eot?#iefix") format("embedded-opentype"), url("../../../etc.clientlibs/newsroom/clientlibs/clientlib-base/resources/ConnectionsLight.woff") format("woff"), url("../../../etc.clientlibs/newsroom/clientlibs/clientlib-base/resources/ConnectionsLight.ttf") format("truetype"), url("../../../etc.clientlibs/newsroom/clientlibs/clientlib-base/resources/ConnectionsLight.svg#ConnectionsLight") format("svg");
  font-weight: normal;
  font-style: normal; }

/* CONNECTIONS Light FONT
-------------------------------------------------- */
@font-face {
  font-family: 'ConnectionsRegular';
  src: url("../../../etc.clientlibs/newsroom/clientlibs/clientlib-base/resources/Connections.eot");
  src: local("nosuchfontexists"), url("../../../etc.clientlibs/newsroom/clientlibs/clientlib-base/resources/Connections.eot?#iefix") format("embedded-opentype"), url("../../../etc.clientlibs/newsroom/clientlibs/clientlib-base/resources/Connections.woff") format("woff"), url("../../../etc.clientlibs/newsroom/clientlibs/clientlib-base/resources/Connections.ttf") format("truetype"), url("../../../etc.clientlibs/newsroom/clientlibs/clientlib-base/resources/Connections.svg#Connections") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Bank Icons FONT
-------------------------------------------------- */
@font-face {
  font-family: 'brand-icons';
  src: url("../../../etc.clientlibs/newsroom/clientlibs/clientlib-base/resources/brand-icons.eot?a4g4ix");
  src: url("../../../etc.clientlibs/newsroom/clientlibs/clientlib-base/resources/brand-icons.eot?a4g4ix#iefix") format("embedded-opentype"), url("../../../etc.clientlibs/newsroom/clientlibs/clientlib-base/resources/brand-icons.ttf?a4g4ix") format("truetype"), url("../../../etc.clientlibs/newsroom/clientlibs/clientlib-base/resources/brand-icons.woff?a4g4ix") format("woff"), url("../../../etc.clientlibs/newsroom/clientlibs/clientlib-base/resources/brand-icons.svg?a4g4ix#brand-icons") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="brand-"], [class*=" brand-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'brand-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-xs:before {
  font-size: 1rem; }

.icon-sm:before {
  font-size: 1.25rem; }

.icon-md:before {
  font-size: 2rem; }

.icon-lg:before {
  font-size: 3rem; }

.icon-xl:before {
  font-size: 4rem; }

.icon-xxl:before {
  font-size: 6rem; }

.brand-ATM:before {
  content: "\e981"; }

.brand-Account:before {
  content: "\e97a"; }

.brand-AccountManagement:before {
  content: "\e97b"; }

.brand-AddPlus:before {
  content: "\e97d"; }

.brand-Alert:before {
  content: "\e97c"; }

.brand-Announcements:before {
  content: "\e980"; }

.brand-ArrowDecreaseRisk:before {
  content: "\e949"; }

.brand-ArrowDown:before {
  content: "\e97e"; }

.brand-ArrowIncreaseImprove:before {
  content: "\e985"; }

.brand-ArrowUp:before {
  content: "\e97f"; }

.brand-Auto:before {
  content: "\e982"; }

.brand-AwardsRecognitionExcellence:before {
  content: "\e983"; }

.brand-Awareness:before {
  content: "\e984"; }

.brand-BA360:before {
  content: "\e986"; }

.brand-Back:before {
  content: "\e987"; }

.brand-Bank:before {
  content: "\e988"; }

.brand-BankAmeriDeals:before {
  content: "\e989"; }

.brand-Benefits:before {
  content: "\e98a"; }

.brand-Book:before {
  content: "\e98b"; }

.brand-Bookmark:before {
  content: "\e952"; }

.brand-BusinessExpenses:before {
  content: "\e98c"; }

.brand-Calculator:before {
  content: "\e98d"; }

.brand-Calendar:before {
  content: "\e98e"; }

.brand-Call:before {
  content: "\e98f"; }

.brand-Camera:before {
  content: "\e990"; }

.brand-Candle:before {
  content: "\e991"; }

.brand-CapitalizeOnLosses:before {
  content: "\e992"; }

.brand-Card:before {
  content: "\e993"; }

.brand-CarouselCalendar:before {
  content: "\e994"; }

.brand-Cash:before {
  content: "\e995"; }

.brand-Cash360:before {
  content: "\e953"; }

.brand-CashFlow:before {
  content: "\e996"; }

.brand-CashProConnect:before {
  content: "\e954"; }

.brand-CashProFes:before {
  content: "\e955"; }

.brand-CashVaultService:before {
  content: "\e997"; }

.brand-Checkmark:before {
  content: "\e998"; }

.brand-Checks:before {
  content: "\e999"; }

.brand-Choice:before {
  content: "\e958"; }

.brand-ClickSelect:before {
  content: "\e99a"; }

.brand-CloseExitStop:before {
  content: "\e99b"; }

.brand-CloudComputing:before {
  content: "\e959"; }

.brand-CommercialRealEstate:before {
  content: "\e99c"; }

.brand-CompareBalance:before {
  content: "\e99e"; }

.brand-Customization:before {
  content: "\e99d"; }

.brand-Dashboard:before {
  content: "\e93e"; }

.brand-Dental:before {
  content: "\e93f"; }

.brand-Deposit:before {
  content: "\e940"; }

.brand-DigitalMortgageExperience:before {
  content: "\e941"; }

.brand-Document:before {
  content: "\e942"; }

.brand-Download:before {
  content: "\e943"; }

.brand-Drugstore:before {
  content: "\e944"; }

.brand-EducationStudentCollegeDevelopment:before {
  content: "\e945"; }

.brand-Energy:before {
  content: "\e946"; }

.brand-Excel:before {
  content: "\e99f"; }

.brand-Family:before {
  content: "\e947"; }

.brand-Fast:before {
  content: "\e948"; }

.brand-Fingerprint:before {
  content: "\e94a"; }

.brand-Flag:before {
  content: "\e94b"; }

.brand-Food:before {
  content: "\e94c"; }

.brand-FullServicePayroll:before {
  content: "\e94d"; }

.brand-Gas:before {
  content: "\e94e"; }

.brand-Gift:before {
  content: "\e94f"; }

.brand-GiftCard:before {
  content: "\e950"; }

.brand-Giving:before {
  content: "\e951"; }

.brand-Goal:before {
  content: "\e956"; }

.brand-Government:before {
  content: "\e9a0"; }

.brand-Guidelines:before {
  content: "\e957"; }

.brand-Health:before {
  content: "\e95a"; }

.brand-Heat:before {
  content: "\e95b"; }

.brand-HelpQuestions:before {
  content: "\e95c"; }

.brand-HomeEquityGeneral:before {
  content: "\e95d"; }

.brand-HomePage:before {
  content: "\e95e"; }

.brand-HomeShelterHomeLoans:before {
  content: "\e95f"; }

.brand-Hotel:before {
  content: "\e960"; }

.brand-Hurricane:before {
  content: "\e961"; }

.brand-Informational:before {
  content: "\e962"; }

.brand-Innovation:before {
  content: "\e963"; }

.brand-InsuranceProtection:before {
  content: "\e964"; }

.brand-Interest:before {
  content: "\e965"; }

.brand-Investing:before {
  content: "\e966"; }

.brand-KeepTheChange:before {
  content: "\e967"; }

.brand-KeyAccess:before {
  content: "\e9a1"; }

.brand-Lawyer:before {
  content: "\e968"; }

.brand-Leisure:before {
  content: "\e969"; }

.brand-LikeKudos:before {
  content: "\e96a"; }

.brand-Link:before {
  content: "\e96b"; }

.brand-Loans:before {
  content: "\e96c"; }

.brand-Location:before {
  content: "\e96d"; }

.brand-Login:before {
  content: "\e96e"; }

.brand-Logout:before {
  content: "\e96f"; }

.brand-Mail:before {
  content: "\e970"; }

.brand-MarketRegionGlobal:before {
  content: "\e971"; }

.brand-Medical:before {
  content: "\e9a2"; }

.brand-Menu:before {
  content: "\e972"; }

.brand-MerchantServices:before {
  content: "\e973"; }

.brand-Military:before {
  content: "\e974"; }

.brand-Mobile:before {
  content: "\e975"; }

.brand-MobileBanking:before {
  content: "\e976"; }

.brand-MobileInvest:before {
  content: "\e9a3"; }

.brand-MobileScrollTap:before {
  content: "\e977"; }

.brand-Navigation:before {
  content: "\e978"; }

.brand-NewFeature:before {
  content: "\e979"; }

.brand-Offer:before {
  content: "\e910"; }

.brand-Online:before {
  content: "\e911"; }

.brand-OnlineInvesting:before {
  content: "\e9a4"; }

.brand-OvernightShipping:before {
  content: "\e912"; }

.brand-PDF:before {
  content: "\e9a5"; }

.brand-Paperless:before {
  content: "\e913"; }

.brand-PartnershipNetworking:before {
  content: "\e915"; }

.brand-PaymentBillPay:before {
  content: "\e914"; }

.brand-PeopleBoy:before {
  content: "\e916"; }

.brand-PeopleGirl:before {
  content: "\e917"; }

.brand-PeopleGroup:before {
  content: "\e918"; }

.brand-PeopleMan:before {
  content: "\e919"; }

.brand-PeopleTeam:before {
  content: "\e91a"; }

.brand-PeopleWoman:before {
  content: "\e91b"; }

.brand-Phishing:before {
  content: "\e9a6"; }

.brand-PlanTools:before {
  content: "\e91c"; }

.brand-Podcast:before {
  content: "\e91d"; }

.brand-PowerPoint:before {
  content: "\e9a7"; }

.brand-PreferredRewards:before {
  content: "\e91e"; }

.brand-Printer:before {
  content: "\e91f"; }

.brand-Refresh:before {
  content: "\e920"; }

.brand-Reminder:before {
  content: "\e921"; }

.brand-RemoteDeposit:before {
  content: "\e922"; }

.brand-RequestZelle:before {
  content: "\e923"; }

.brand-Research:before {
  content: "\e924"; }

.brand-RestaurantDining:before {
  content: "\e925"; }

.brand-Retirement:before {
  content: "\e926"; }

.brand-Rewards:before {
  content: "\e927"; }

.brand-Savings:before {
  content: "\e928"; }

.brand-SearchExamine:before {
  content: "\e929"; }

.brand-Security:before {
  content: "\e92a"; }

.brand-SendZelle:before {
  content: "\e92b"; }

.brand-Settings:before {
  content: "\e92c"; }

.brand-Share:before {
  content: "\e92d"; }

.brand-ShoppingEntertainment:before {
  content: "\e92e"; }

.brand-ShoppingGrocery:before {
  content: "\e92f"; }

.brand-SignEdit:before {
  content: "\e930"; }

.brand-SmallBusiness:before {
  content: "\e931"; }

.brand-Snow:before {
  content: "\e932"; }

.brand-Speech:before {
  content: "\e933"; }

.brand-Spending:before {
  content: "\e934"; }

.brand-SplitZelle:before {
  content: "\e935"; }

.brand-StockCertificate:before {
  content: "\e9a8"; }

.brand-StopNone:before {
  content: "\e936"; }

.brand-Storm:before {
  content: "\e937"; }

.brand-Success:before {
  content: "\e938"; }

.brand-SympathyConcern:before {
  content: "\e939"; }

.brand-SystemDown:before {
  content: "\e93a"; }

.brand-SystemLeft:before {
  content: "\e93b"; }

.brand-SystemRight:before {
  content: "\e93c"; }

.brand-SystemUp:before {
  content: "\e93d"; }

.brand-Taxes:before {
  content: "\e900"; }

.brand-Text:before {
  content: "\e901"; }

.brand-Thought:before {
  content: "\e902"; }

.brand-Thumbtack:before {
  content: "\e903"; }

.brand-Time:before {
  content: "\e904"; }

.brand-ToolsResources:before {
  content: "\e905"; }

.brand-Transfer:before {
  content: "\e906"; }

.brand-Travel:before {
  content: "\e907"; }

.brand-TropicalStorm:before {
  content: "\e908"; }

.brand-Uncategorized:before {
  content: "\e909"; }

.brand-Unlock:before {
  content: "\e90a"; }

.brand-UpDown:before {
  content: "\e9a9"; }

.brand-Video:before {
  content: "\e90b"; }

.brand-VideoConference:before {
  content: "\e90c"; }

.brand-Views:before {
  content: "\e90d"; }

.brand-Wifi:before {
  content: "\e9aa"; }

.brand-Withdraw:before {
  content: "\e90e"; }

.brand-Word:before {
  content: "\e9ab"; }

.brand-Work:before {
  content: "\e90f"; }

.brand-ZipFile:before {
  content: "\e9ac"; }

.brand-ExternalLink:before {
  content: "\e9ad"; }

.brand-Image:before {
  content: "\e9ae"; }

.brand-amanda-pony:before {
  content: "\e9af"; }

.brand-ACH:before {
  content: "\e9b0"; }

.brand-Archive:before {
  content: "\e9b1"; }

.brand-Attachment:before {
  content: "\e9b2"; }

.brand-Bonds:before {
  content: "\e9b3"; }

.brand-CardView:before {
  content: "\e9b4"; }

.brand-CashProAssistant:before {
  content: "\e9b5"; }

.brand-CashProCredit:before {
  content: "\e9b6"; }

.brand-CashProFERMB:before {
  content: "\e9b7"; }

.brand-CashProMobile:before {
  content: "\e9b8"; }

.brand-CashProOnline:before {
  content: "\e9b9"; }

.brand-CashProPayments:before {
  content: "\e9ba"; }

.brand-CashProReceivables:before {
  content: "\e9bb"; }

.brand-CashProResearch:before {
  content: "\e9bc"; }

.brand-CashProTrade:before {
  content: "\e9bd"; }

.brand-ChartView:before {
  content: "\e9be"; }

.brand-Clearing:before {
  content: "\e9bf"; }

.brand-Collapse:before {
  content: "\e9c0"; }

.brand-CommunicationServices:before {
  content: "\e9c1"; }

.brand-Consolidate:before {
  content: "\e9c2"; }

.brand-Copy:before {
  content: "\e9c3"; }

.brand-DataTransmission:before {
  content: "\e9c4"; }

.brand-DigitalDisbursements:before {
  content: "\e9c5"; }

.brand-eBam:before {
  content: "\e9c6"; }

.brand-ETF:before {
  content: "\e9c7"; }

.brand-Expand:before {
  content: "\e9c8"; }

.brand-FamilySecurity:before {
  content: "\e9c9"; }

.brand-FastForward:before {
  content: "\e9ca"; }

.brand-Filter:before {
  content: "\e9cb"; }

.brand-Folder:before {
  content: "\e9cc"; }

.brand-Funds:before {
  content: "\e9cd"; }

.brand-GlobalCustody:before {
  content: "\e9ce"; }

.brand-Hide:before {
  content: "\e9cf"; }

.brand-Inbox:before {
  content: "\e9d0"; }

.brand-ListView:before {
  content: "\e9d1"; }

.brand-Lockbox:before {
  content: "\e9d2"; }

.brand-Materials:before {
  content: "\e9d3"; }

.brand-Metals:before {
  content: "\e9d4"; }

.brand-Mitigation:before {
  content: "\e9d5"; }

.brand-Pause:before {
  content: "\e9d6"; }

.brand-Pets:before {
  content: "\e9d7"; }

.brand-Play:before {
  content: "\e9d8"; }

.brand-PortfolioSnapshot:before {
  content: "\e9d9"; }

.brand-Profile:before {
  content: "\e9da"; }

.brand-RatingStar:before {
  content: "\e9db"; }

.brand-Reply:before {
  content: "\e9dc"; }

.brand-Rewind:before {
  content: "\e9dd"; }

.brand-Save:before {
  content: "\e9de"; }

.brand-Send:before {
  content: "\e9df"; }

.brand-Sweeps:before {
  content: "\e9e0"; }

.brand-TableSortAscending:before {
  content: "\e9e1"; }

.brand-TableSortDescending:before {
  content: "\e9e2"; }

.brand-Trade:before {
  content: "\e9e3"; }

.brand-Trash:before {
  content: "\e9e4"; }

.brand-Upload:before {
  content: "\e9e5"; }

.brand-VolumeHigh:before {
  content: "\e9e6"; }

.brand-VolumeLow:before {
  content: "\e9e7"; }

.brand-VolumeMedium:before {
  content: "\e9e8"; }

.brand-VolumeMute:before {
  content: "\e9e9"; }

.brand-Zelle:before {
  content: "\e9ea"; }

.brand-BabyCarriage:before {
  content: "\e9eb"; }

.brand-Disability:before {
  content: "\e9ec"; }

.w-xs-25 {
  width: 25% !important; }

.w-xs-30 {
  width: 30% !important; }

.w-xs-40 {
  width: 40% !important; }

.w-xs-50 {
  width: 50% !important; }

.w-xs-60 {
  width: 60% !important; }

.w-xs-75 {
  width: 75% !important; }

.w-xs-100 {
  width: 100% !important; }

.w-xs-auto {
  width: auto !important; }

.h-xs-25 {
  height: 25% !important; }

.h-xs-50 {
  height: 50% !important; }

.h-xs-75 {
  height: 75% !important; }

.h-xs-100 {
  height: 100% !important; }

.h-xs-auto {
  height: auto !important; }

@media (min-width: 576px) {
  .w-sm-25 {
    width: 25% !important; }
  .w-sm-30 {
    width: 30% !important; }
  .w-sm-40 {
    width: 40% !important; }
  .w-sm-50 {
    width: 50% !important; }
  .w-sm-60 {
    width: 60% !important; }
  .w-sm-75 {
    width: 75% !important; }
  .w-sm-100 {
    width: 100% !important; }
  .w-sm-auto {
    width: auto !important; }
  .h-sm-25 {
    height: 25% !important; }
  .h-sm-50 {
    height: 50% !important; }
  .h-sm-75 {
    height: 75% !important; }
  .h-sm-100 {
    height: 100% !important; }
  .h-sm-auto {
    height: auto !important; } }

@media (min-width: 768px) {
  .w-md-25 {
    width: 25% !important; }
  .w-md-30 {
    width: 30% !important; }
  .w-md-40 {
    width: 40% !important; }
  .w-md-50 {
    width: 50% !important; }
  .w-md-60 {
    width: 60% !important; }
  .w-md-75 {
    width: 75% !important; }
  .w-md-100 {
    width: 100% !important; }
  .w-md-auto {
    width: auto !important; }
  .h-md-25 {
    height: 25% !important; }
  .h-md-50 {
    height: 50% !important; }
  .h-md-75 {
    height: 75% !important; }
  .h-md-100 {
    height: 100% !important; }
  .h-md-auto {
    height: auto !important; } }

@media (min-width: 992px) {
  .w-lg-25 {
    width: 25% !important; }
  .w-lg-30 {
    width: 30% !important; }
  .w-lg-40 {
    width: 40% !important; }
  .w-lg-50 {
    width: 50% !important; }
  .w-lg-60 {
    width: 60% !important; }
  .w-lg-75 {
    width: 75% !important; }
  .w-lg-100 {
    width: 100% !important; }
  .w-lg-auto {
    width: auto !important; }
  .h-lg-25 {
    height: 25% !important; }
  .h-lg-50 {
    height: 50% !important; }
  .h-lg-75 {
    height: 75% !important; }
  .h-lg-100 {
    height: 100% !important; }
  .h-lg-auto {
    height: auto !important; } }

@media (min-width: 1200px) {
  .w-xl-25 {
    width: 25% !important; }
  .w-xl-30 {
    width: 30% !important; }
  .w-xl-40 {
    width: 40% !important; }
  .w-xl-50 {
    width: 50% !important; }
  .w-xl-60 {
    width: 60% !important; }
  .w-xl-75 {
    width: 75% !important; }
  .w-xl-100 {
    width: 100% !important; }
  .w-xl-auto {
    width: auto !important; }
  .h-xl-25 {
    height: 25% !important; }
  .h-xl-50 {
    height: 50% !important; }
  .h-xl-75 {
    height: 75% !important; }
  .h-xl-100 {
    height: 100% !important; }
  .h-xl-auto {
    height: auto !important; } }

@media (min-width: 1500px) {
  .w-xxl-25 {
    width: 25% !important; }
  .w-xxl-30 {
    width: 30% !important; }
  .w-xxl-40 {
    width: 40% !important; }
  .w-xxl-50 {
    width: 50% !important; }
  .w-xxl-60 {
    width: 60% !important; }
  .w-xxl-75 {
    width: 75% !important; }
  .w-xxl-100 {
    width: 100% !important; }
  .w-xxl-auto {
    width: auto !important; }
  .h-xxl-25 {
    height: 25% !important; }
  .h-xxl-50 {
    height: 50% !important; }
  .h-xxl-75 {
    height: 75% !important; }
  .h-xxl-100 {
    height: 100% !important; }
  .h-xxl-auto {
    height: auto !important; } }

.col-xl-9 .display-3, .col-xl-6 .display-3 {
  font-size: 3.5rem; }

.col-xl-9 .display-4, .col-xl-6 .display-4 {
  font-size: 2.8125rem; }

.col-xl-9 h1, .col-xl-9 .h1, .col-xl-6 h1, .col-xl-6 .h1 {
  font-size: 2.25rem; }

.col-xl-9 h2, .col-xl-9 .h2, .col-xl-6 h2, .col-xl-6 .h2 {
  font-size: 1.96875rem; }

.col-xl-9 h3, .col-xl-9 .h3, .col-xl-6 h3, .col-xl-6 .h3 {
  font-size: 1.6875rem; }

.col-xl-9 h4, .col-xl-9 .h4, .col-xl-6 h4, .col-xl-6 .h4 {
  font-size: 1.40625rem; }

.col-xl-9 h5, .col-xl-9 .h5, .col-xl-6 h5, .col-xl-6 .h5 {
  font-size: 1.40625rem; }

.col-xl-9 h6, .col-xl-9 .h6, .col-xl-6 h6, .col-xl-6 .h6 {
  font-size: 1.125rem; }

.col-xl-3 .display-3 {
  font-size: 2.8125rem; }

.col-xl-3 .display-4 {
  font-size: 2.25rem; }

.col-xl-3 h1, .col-xl-3 .h1 {
  font-size: 2.5rem; }

.col-xl-3 h2, .col-xl-3 .h2 {
  font-size: 2rem; }

.col-xl-3 h3, .col-xl-3 .h3 {
  font-size: 1.5rem; }

.col-xl-3 h4, .col-xl-3 .h4 {
  font-size: 1.40625rem; }

.col-xl-3 h5, .col-xl-3 .h5 {
  font-size: 1.40625rem; }

.col-xl-3 h6, .col-xl-3 .h6 {
  font-size: 1.125rem; }

.col-xl-9 .btn-xl {
  padding: 0.5rem 1.5rem;
  font-size: 1.40625rem;
  line-height: 1.5;
  border-radius: 0; }

.col-xl-9 .btn-lg, .col-xl-9 .btn-group-lg > .btn {
  padding: 0.375rem 1rem;
  font-size: 1.125rem;
  line-height: 1.4; }

.col-xl-3 .btn-xl, .col-xl-3 .btn-lg, .col-xl-3 .btn-group-lg > .btn, .col-xl-3 .btn {
  padding: 0.25rem 0.825rem;
  font-size: 0.98438rem;
  line-height: 1.5;
  border-radius: 0; }

@media (max-width: 1199.98px) {
  .display-3 {
    font-size: 3.5rem; }
  .display-4 {
    font-size: 2.8125rem; }
  h1, .h1 {
    font-size: 2.5rem; }
  h2, .h2 {
    font-size: 2rem; }
  h3, .h3 {
    font-size: 1.5rem; }
  h4, .h4 {
    font-size: 1.40625rem; }
  h5, .h5 {
    font-size: 1.40625rem; }
  h6, .h6 {
    font-size: 1.125rem; }
  .col-xl-9 h2, .col-xl-9 .h2 {
    font-size: 2rem; }
  .col-xl-9 h3, .col-xl-9 .h3 {
    font-size: 1.5rem; }
  .btn-xl {
    padding: 0.5rem 1.5rem;
    font-size: 1.40625rem;
    line-height: 1.5;
    border-radius: 0; }
  .btn-lg, .btn-group-lg > .btn, .btn-group-lg > .btn {
    padding: 0.375rem 1rem;
    font-size: 1.125rem;
    line-height: 1.4; }
  .col-xl-9 .btn-xl, .col-xl-9 .btn, .col-xl-9 .btn-lg, .col-xl-9 .btn-group-lg > .btn {
    padding: 0.25rem 0.825rem;
    font-size: 0.98438rem;
    line-height: 1.5;
    border-radius: 0; } }

@media (max-width: 991.98px) {
  .col-xl-9 .btn-xl, .col-xl-3 .btn-xl {
    padding: 0.5rem 1.5rem;
    font-size: 1.40625rem;
    line-height: 1.5;
    border-radius: 0; }
  .col-xl-9 .btn-lg, .col-xl-9 .btn-group-lg > .btn, .col-xl-3 .btn-lg, .col-xl-3 .btn-group-lg > .btn {
    padding: 0.375rem 1rem;
    font-size: 1.125rem;
    line-height: 1.4; }
  .col-xl-3 .display-3 {
    font-size: 3.5remrem; }
  .col-xl-3 .display-4 {
    font-size: 2.8125rem; }
  .col-xl-3 h1, .col-xl-3 .h1 {
    font-size: 2.25rem; }
  .col-xl-3 h2, .col-xl-3 .h2 {
    font-size: 1.96875rem; }
  .col-xl-3 h3, .col-xl-3 .h3 {
    font-size: 1.6875rem; }
  .col-xl-3 h4, .col-xl-3 .h4 {
    font-size: 1.40625rem; }
  .col-xl-3 h5, .col-xl-3 .h5 {
    font-size: 1.40625rem; }
  .col-xl-3 h6, .col-xl-3 .h6 {
    font-size: 1.125rem; }
  .col-xl-9 h2, .col-xl-9 .h2 {
    font-size: 1.96875rem; }
  .col-xl-9 h3, .col-xl-9 .h3 {
    font-size: 1.6875rem; }
  .toolkit-banner-md .banner-body {
    position: relative !important;
    margin-top: 2rem; }
    .toolkit-banner-md .banner-body .banner-text-white, .toolkit-banner-md .banner-body .banner-text-white p, .toolkit-banner-md .banner-body .banner-text-white ul {
      color: #000000; }
    .toolkit-banner-md .banner-body .banner-text-white a:not(.btn) {
      color: #0052c2;
      text-decoration: none; }
    .toolkit-banner-md .banner-body .banner-text-white a:hover:not(.btn) {
      color: #0052c2;
      text-decoration: underline; }
    .toolkit-banner-md .banner-body .btn-outline-white {
      color: #000000 !important;
      border-color: #000000; }
    .toolkit-banner-md .banner-body .btn-outline-white:hover {
      color: #000000 !important;
      outline-color: #000000; }
  .media-md {
    display: block; }
    .media-md .media-body {
      margin-top: 1rem; } }

@media (max-width: 767.98px) {
  .display-3 {
    font-size: 2.8125rem; }
  .display-4 {
    font-size: 2.25rem; }
  h1, .h1 {
    font-size: 1.96875rem; }
  h2, .h2 {
    font-size: 2rem; }
  h3, .h3 {
    font-size: 1.40625rem; }
  h4, .h4 {
    font-size: 1.40625rem; }
  h5, .h5 {
    font-size: 1.40625rem; }
  h6, .h6 {
    font-size: 1.125rem; }
  .col-xl-3 .display-3 {
    font-size: 2.8125rem; }
  .col-xl-3 .display-4 {
    font-size: 2.25rem; }
  .col-xl-3 h1, .col-xl-3 .h1 {
    font-size: 1.96875rem; }
  .col-xl-3 h2, .col-xl-3 .h2 {
    font-size: 1.6875rem; }
  .col-xl-3 h3, .col-xl-3 .h3 {
    font-size: 1.40625rem; }
  .col-xl-3 h4, .col-xl-3 .h4 {
    font-size: 1.40625rem; }
  .col-xl-3 h5, .col-xl-3 .h5 {
    font-size: 1.40625rem; }
  .col-xl-3 h6, .col-xl-3 .h6 {
    font-size: 1.125rem; }
  .col-xl-9 h2, .col-xl-9 .h2 {
    font-size: 1.6875rem; }
  .col-xl-9 h3, .col-xl-9 .h3 {
    font-size: 1.40625rem; }
  .col-xl-9 .btn, .col-xl-3 .btn {
    padding: 0.25rem 0.825rem;
    font-size: 0.98438rem;
    line-height: 1.5;
    border-radius: 0; }
  .btn-xl, .btn-lg, .btn-group-lg > .btn, .btn, .col-xl-9 .btn-xl, .col-xl-9 .btn-lg .col-xl-9 .btn, .col-xl-9 .btn-group-lg > .btn .col-xl-9 .btn, .col-xl-3 .btn-xl, .col-xl-3 .btn-lg .col-xl-3 .btn, .col-xl-3 .btn-group-lg > .btn .col-xl-3 .btn {
    padding: 0.25rem 0.825rem;
    font-size: 0.98438rem;
    line-height: 1.5;
    border-radius: 0; }
  .toolkit-banner-sm .banner-body {
    position: relative !important;
    margin-top: 2rem; }
    .toolkit-banner-sm .banner-body .banner-text-white, .toolkit-banner-sm .banner-body .banner-text-white p, .toolkit-banner-sm .banner-body .banner-text-white ul {
      color: #000000; }
    .toolkit-banner-sm .banner-body .banner-text-white a:not(.btn) {
      color: #0052c2;
      text-decoration: none; }
    .toolkit-banner-sm .banner-body .banner-text-white a:hover:not(.btn) {
      color: #0052c2;
      text-decoration: underline; }
    .toolkit-banner-sm .banner-body .btn-outline-white {
      color: #000000;
      border-color: #000000; }
    .toolkit-banner-sm .banner-body .btn-outline-white:hover {
      outline-color: #000000;
      color: #000000 !important; }
  .media-sm {
    display: block; }
    .media-sm .media-body {
      margin-top: 1rem; } }

@media (max-width: 575.98px) {
  .toolkit-banner-xs .banner-body {
    position: relative !important;
    margin-top: 2rem; }
    .toolkit-banner-xs .banner-body .banner-text-white, .toolkit-banner-xs .banner-body .banner-text-white p, .toolkit-banner-xs .banner-body .banner-text-white ul {
      color: #000000; }
    .toolkit-banner-xs .banner-body .banner-text-white a:not(.btn) {
      color: #0052c2;
      text-decoration: none; }
    .toolkit-banner-xs .banner-body .banner-text-white a:hover:not(.btn) {
      color: #0052c2;
      text-decoration: underline; }
    .toolkit-banner-xs .banner-body .btn-outline-white {
      color: #000000;
      border-color: #000000; }
    .toolkit-banner-xs .banner-body .btn-outline-white:hover {
      outline-color: #000000;
      color: #000000 !important; }
  .media-xs {
    display: block; }
    .media-xs .media-body {
      margin-top: 1rem; } }

.btn-primary-solid {
  color: #ffffff;
  background-color: #e31837;
  border: 1px solid #e31837; }
  .btn-primary-solid:hover {
    color: #ffffff;
    background-color: #c41230;
    text-decoration: underline;
    border-color: #c41230; }
  .btn-primary-solid:active {
    color: #ffffff;
    background-color: #780032;
    text-decoration: underline;
    border-color: #780032; }
.guideContainerNode .mobileLayout{
  display: none !important;
}
.tooltip-inner {
	border: 1px solid black;
	background-color: white;
	color: black;
	font-size: 12px;
}

.mb-zm {
	margin-bottom: 0 !important;
	font-size: 1.40625rem;
	font-family: "ConnectionsLight";
}

.card-title >a > p  {
  color: #0049ac !important; }

.card-title >a > p:hover {
  color: #012169 !important; }
  
.cmp-text > p > img, .cmp-text > p > a > img  {
	padding: 12px;
}
@media (min-width: 576px) {
 /*
    .container {
        max-width: 100%;
        padding-left: 20px;
    }
 */

}

@media (min-width: 768px) {
 /*
  .container{
        max-width: 100%;
        padding-left: 25px;
    }

 */
}

@media (min-width: 992px){
 /*
  .container {
        max-width: 100%;
        padding-left: 25px;
    }
*/
}
@media (min-width: 1200px){
  /*
   .container {
        max-width: 1270px;
        //padding-left: 25px;

    } */
/*
.row{
       margin-left : 0px;
       margin-right : 0px;
    }
*/
}      

.xf-web-container > .container {
  width : 100%;
  margin: 0;
  padding : 0;      
}
section.column-layout {

    margin-bottom : 20px; 
}




 /*Header Component CSS */

  .header .row {
      margin-left : 0 !important;
      margin-right : 0 !important;
   }

  .header .topbar {
    height: 37px;
    background-color : #f5f5f5; 
  }

  .header .nav1 {
    font-family: 'Connections', Arial;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
  }

  .header .nav-desktop  .nav1 { 
     margin-left : -15px;
   }

  .header .nav2 {
	font-family: 'Connections', Arial;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;

  }

  .header .nav-level2 .container {
        padding-left: -1px !important;
    }

 .header .nav1 a {
    text-decoration : none;
    color : #333333;
    padding-left:  28px ;
    padding-right:  28px ;
   }


  .header .nav2 a {
    text-decoration : none;
    color : #333333;
    padding-right: 28px;
   }


  .header .navbar { 
     padding : 0;
   }

  .header .nav2 li {
    padding-top : 15px ;
    padding-bottom : 15px;
   }


.header toolkit-banner > .row {
  margin-right : 0 !important;
  margin-left : 0 !umportant;
}

.header img.banner-img {
    width: 100% !important;
}

nav.nav3 ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 50px;
}

.header .nav3 a {
    font-family: 'Connections', Arial;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    text-decoration: none;
    color: #333;
    padding-right: 28px;
}

.header .h1 {
	font-family: 'Connections Light', 'Connections Regular', 'Connections';
    font-weight: 300;
    font-style: normal;
    font-size: 40px;
    color: #000000;
 }

.header .pt-3{
	padding-top: 1rem !important;
	padding-left: 1rem !important;
	}
.header .h1:hover {
    text-decoration : underline;
    cursor : pointer;
}

.header .banner-tagline {
	background-color: rgba(255, 255, 255, 0.8);
    }

.header .banner-body .h1 a {
    color: black;
}

.header .decoration-underlined {

    box-sizing: border-box;
    border-width: 2px;
    border-style: solid;
    border-color: rgba(227, 24, 55, 1);
    border-left: 0px;
    border-top: 0px;
    border-right: 0px;
    border-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    display: block;
    margin-top: 10px;
    margin-bottom: -10px;
}

.header .nav3 a:hover {
    background-color: rgba(237, 237, 237, 1)  !important;
 }

.header .menu-bar {
    border-width: 0px;
    left: -1px;
    top: -1px;
    width: 37px;
    height: 6px;
    margin-top : 5px;
    margin-bottom : -2px;
    margin-right : 5px;
    display : block;        
    background : url('../../../content/dam/newsroom/images/header/menu-bar.png') repeat-y;
 }


.header .share-text {
   font-size : 14px;
 }

.header a.mx-1 {
    vertical-align: text-bottom;
} 

.header .banner-body {
    align-items: flex-end !important;
    bottom: 0 !important;
    box-sizing: border-box !important;
    color: #000 !important;
    display: flex !important;
    font-family: Arial,"Helvetica Neue" !important;
    font-size: 16px !important;
    font-weight: 400;
    justify-content: flex-start;
    left: 0 !important;
    line-height: 24px !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0;
    padding-top: 0;
    right: 0;
    text-align: left;
    text-size-adjust: 100%;
    width: 100% !important;
}

.header .banner-tagline {
    background-color:rgba(255, 255, 255, 0.8) !important;
    box-sizing:border-box !important;
    color:rgb(0, 0, 0) !important;
    display:block !important;
    font-family:Arial, "Helvetica Neue" !important;
    font-size:16px !important;
    font-weight:400 !important;
    height:76px !important;
    line-height:24px !important;
    text-align:left !important;
    text-size-adjust:100% !important;
    margin-top: -100px !important;
}    


.header .bg-bank-gray-2.mb-3 {
    background-color:rgb(245, 245, 245) !important;
    box-sizing:border-box !important;
    color:rgb(0, 0, 0) !important;
    display:block !important;
    font-family:Arial, "Helvetica Neue" !important;
    font-size:16px !important;
    font-weight:400 !important;
    height:61.5px !important;
    line-height:24px !important;
    margin-bottom:16px !important;
    text-align:left !important;
    text-size-adjust:100% !important;
}

.header .bg-bank-gray-2.mb-3 .container{
    height:61.5px !important;
    padding-left : -1px !important;
}


.header .bg-bank-gray-2.mb-3 .row{
    height:61.5px !important;
}

.header .bg-bank-gray-2.mb-3 .navbar {
    padding: 0 !important;
    height: 61.5px !important;
}

.header .nav3 a {
    font-family: 'Connections', Arial;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    text-decoration: none;
    color: #333;
    padding-right: 28px;
    height: 61.5px !important;
    line-height: 61.5px !important;
}                


.header .nav3 .nav-link {
    display: block;
    padding: 0rem 1rem !important;
}

.header .banner-tagline .col-6 {
    padding-left: 0px !important;
}

.header .nav-mobile .nav-link { 
		padding: .5rem 1rem !important;
        font-family : Arial, Helvetica !important;
 }

.header .nav-mobile .nav1 .nav-link { 
	padding: .5rem 1rem !important;
}

.header .nav-mobile .nav-link.btn-menu { 
    	padding: 1.15rem 1.25rem !important;
        font-family : Arial, Helvetica !important;
    } 
#newsroom-hamburger-menu .btn-menu > span.brand-Menu:before {content: "\e99b";}
#newsroom-hamburger-menu .btn-menu.collapsed > span.brand-Menu:before {content: "\e972"}
#newsroom-hamburger-menu #nav-main-toggle .navbar-nav > .nav-item > .nav-link {color: #0049AC;font-size: 16px;border-top: 1px solid #ededed;padding-top: .75rem !important;padding-bottom: .75rem !important;}
#newsroom-hamburger-menu #nav-main-toggle .navbar-nav > .nav-item:first-child > .nav-link {border-top: 0px;}
#newsroom-hamburger-menu #nav-main-toggle .navbar-nav > .nav-item > .nav-link:hover {color: #012169;text-decoration: underline}
#other-menu-toggle  .navbar-nav > .nav-item > .nav-link {color: #0049AC !important;font-size: 14px !important;padding-left: 1.5rem !important}
#other-menu-toggle  .navbar-nav > .nav-item > .nav-link:hover {color: #012169 !important;text-decoration: underline !important}
#skiptocontent a {border-radius: 0;padding: 6px;position: relative;top: 0;left: -200px;color: white;border-right: 1px solid white;border-bottom: 1px solid white;border-bottom-right-radius: 8px;background: #012169;z-index: 1000000;}
#skiptocontent a:focus {position: relative;left: 50px;top: 50px;outline-color: #00FFFFFF;z-index: 1000000;}

@media (min-width: 500px) {
   .header .nav-mobile .container {
        max-width: 100% !important;
        margin : 0px !important;
   }
}

@media (min-width: 750px){
    .header .nav-mobile .nav-link.btn-menu {
        padding: 1.15rem 1rem !important;
        font-family: Arial, Helvetica !important;
    }
}

@media(max-width: 780px){
  .header a.mobile-bank-logo.m-0 {
    margin-left: 34% !important;
   }

}

@media(max-width: 740px){
  .header a.mobile-bank-logo.m-0 {
    margin-left: 34% !important;
   }

}

@media(max-width: 560px){
  .header a.mobile-bank-logo.m-0 {
    margin-left: 15% !important;
    /* float: left; */
   }

}        

@media(max-width: 450px){
  .header a.mobile-bank-logo.m-0 {
    margin-left: 15% !important;
    /* float: left; */
   }

    .header .nav-mobile .nav-link.btn-menu {
        padding: 1.15rem 1rem !important;
        font-family: Arial, Helvetica !important;
    }
}

@media(max-width: 380px){
  .header a.mobile-bank-logo.m-0 {
    margin-left: 15% !important;
    /* float: left; */
   }

    .header .nav-mobile .nav-link.btn-menu {
        padding: 1.15rem 1rem 1.15rem 0px !important;
        font-family: Arial, Helvetica !important;
    }

} 

@media(max-width: 350px){
  .header a.mobile-bank-logo.m-0 {
    margin-left: 5% !important;
    /* float: left; */
   }

   .header .nav-mobile .nav-link.btn-menu {
    padding: 1.15rem 1rem 1.15em 0 !important;
    font-family: Arial, Helvetica !important;
   }

}  

@media (min-width: 756px) {
   .header .nav-mobile .container {
        max-width: 100% !important;
        margin : 0px 1em !important;
   }
}


@media (max-width : 560px) {

   .header .nav-mobile .row {
    	margin: 0;
    }

     .header .nav-mobile  .border-bank-primary-1 {
    	border-color: #012169 !important;
	}

	.header .nav-mobile .border-bottom {
    	border-bottom: 1px solid #ededed !important;
	}



   .header .nav-mobile .navbar-collapse li:hover { 
     background-color : white !important;
     text-decoration : underline !important;
   }

   .header .nav-mobile .navbar-collapse li:active {
	 background-color: #f5f5f5 !important;
    }  

}


.header .nav-mobile .bg-bank-gray-2 {
    	background-color: #f5f5f5 !important;
	}

.header .nav-mobile #otherMenuLink {
       padding-top : 15px !important;
       padding-bottom : 15px !important;
       color : black !important;                         
  } 

.header .nav-mobile .nav1 a {

   font-family: 'Connections', Arial;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color : black !important;
 }

 .header .nav-mobile .nav1 a:hover {
	background-color : #fff !important;
    text-decoration : underline !important;
 }           

.header .nav-mobile .subscribe-link {
	color: #0049AC !important;
}

.header .navbar.nav3 li.active {
	background-color: rgba(255, 255, 255, 1);
    border-top : 2px solid red;              
}

.header .navbar.nav3 li.active:active {
	background-color: rgba(255, 255, 255, 1);
    border-top : 2px solid red;
}
.nav-link.btn-menu.collapsed{
                    text-decoration:none ;

}
                
 .header .nav1 a:hover,.header .nav2 a:hover, .header .nav3 a:hover{
     text-decoration : underline;
     color : #0053C2;
}
.header .nav1 a:focus,.header .nav2 a:focus, .header .nav3 a:focus{
    outline-color: #0053C2 !important;
    text-decoration : underline !important ;
    color : #0053C2 !important;
    box-shadow: 0px 0px 0px 0px #ffffff, 0px 0px 0px 1px #0053C2 !important;
}
            
.accessible-text {
    clip: rect(1px,1px,1px,1px) !important;
    clip-path: insert(50%);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    margin: -1px;
}

.share-section{
	padding-top:4px;
}

.header-logo{
    display: flex;
    align-items: center;
}

.header-logo li {
    margin: 0px;
}
section.subscribe-and-search input[name=keywords] {
	width : 257px;
} 

section.subscribe-and-search .form-control:focus {
   box-shadow : none;
   border-color : transparent;
}

section.subscribe-and-search .input-group {
  width : 100%; 
} 

section.subscribe-and-search .input-group-append {

  height: 38px;  
  z-index : 1000;  
    box-sizing: border-box;
}

section.subscribe-and-search .input-group:focus-within {
	outline : 2px solid black;
} 

section.subscribe-and-search button.btn.btn-outline-light.top-search-btn.py-1.border-left-0 {
    padding : 0px !important;
}

.search-image {
	width : 32px;
}

@media(min-width:1200px) {
    section.subscribe-and-search .row {
        margin-top: 7px;
        margin-bottom : 7px;
    }
}

@media(max-width: 900px){

    section.search-results .col-lg-10 {
        padding-left: 1em !important;
        padding-right: 1em !important;
    }

	section.search-results .col-lg-9 {
		padding-left : 0;
	}

	section.search-results .col-lg-9 > div {
        padding-left : 0;
	}

	section.search-results .col-lg-3 {
       display:none !important;
	}

    section.search-results .sorting-bar li {
        text-align: center;
        width: 50%;
    }

}

#guideContainer-rootPanel-guideheader___guide-item {
display:none !important;
}
section.search-results .search-filters button.active {
   border-color : #e31837; 
}

section.search-results .search-filters button {
    border-width: 2px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-color: #ededed;
    position: relative;
    top: 2px;

}


section.search-results {
  padding-top: 10px;
  padding-bottom : 50px;
}

section.search-results .heading {
    padding-right: 0;
    padding-left: 0;
}

section.search-results .container.search-input.input-group {
    padding-left: 0;
    padding-right: 0;
}

section.search-results input.keywords.form-control {
   box-shadow : none;
}

section.search-results input.keywords.form-control:focus {
   border : none;
    outline : 2px solid black;
}

section.search-results .result-rows {
    margin-top: 25px;
}

section.search-results .row.result {
    margin-bottom: 2em;
}


section.search-results .row-pagination .section {
	display: inline-flex;
}

section.search-results .row-pagination .col-lg-12 {
  text-align: right;
}

section.search-results .row-pagination .items-stats.section {
    padding-right: 80px;
    font-family: 'Connections';
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
}

section.search-results .row-pagination .page-select-dropdown.section {
    padding-right : 30px;
} 


section.search-results .row-pagination .page-select-dropdown.section .group {
    border: 1px solid #ddd;
    width: 80px;
    margin-top: -5px;
}

section.search-results .row-pagination .page-select-dropdown.section .group:focus-within {
  outline : 2px solid black;
  box-sizing : border-box;
}



section.search-results .row-pagination .page-select-dropdown.section  .label {
    font-family: 'Connections';
    font-weight: 400;
    font-style: normal;
	font-size: 14px;
 margin-right: 20px;
}

section.search-results .row-pagination .page-select-dropdown.section input#pages-cb1-input {
    width: 40px;
    border: 0;
    box-sizing : border-box;
    font-family: Connections, Arial;
    font-weight: 400;
    font-style: normal;
    color: rgb(153, 153, 153);
    display : inline;
}



section.search-results .row-pagination .page-select-dropdown.section input#pages-cb1-input:focus {
   outline : none;
}




section.search-results .row-pagination .page-select-dropdown.section ul#pages-sel-lb1 {
    list-style: none;
    padding-left: 0px;

    margin-left: -2px;
    border: 1px solid #ddd;
    margin-top: 6px;
    z-index : 1000;
    margin-bottom : 0;


    position : absolute;
}

section.search-results .row-pagination .page-select-dropdown.section li#pages-sel-lb1-1 {
    list-style: none;
    width: 82px;
    text-align: left;
    padding: 10px;
    font-family: 'Connections', Arial;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #000000;
    margin-bottom: 0;
}

section.search-results .row-pagination .page-select-dropdown.section li#pages-sel-lb1-1:hover {
 background-color : #bbb; 

}

section.search-results .col-lg-3 {
    padding-left: 0;
    max-width: 24%;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    height: 122px;
    overflow: hidden;
}

section.search-results .col-lg-9 {
    display: inline-table;
    word-break: break-word;
}


section.search-results .col-lg-3 img.thumbnail {
    max-width: 100%;
    max-height: 100%;
    margin-top: 4px;
}

section.search-results  .page-type {
    font-family: 'Connections Bold', 'Connections Regular', 'Connections', Arial;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    color: #000000;
    margin-bottom: 0.5em;
}

section.search-results  .path {
    box-shadow: none;
    font-family: 'Connections', Arial;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    color: #0049AC;
    line-height: 28px;
    padding-left: 5px;
    margin-bottom: 0.5em;
}

section.search-results  .path > a {display: inline-block}

section.search-results .col-lg-12 {
   padding-left : 0;
}

section.search-results .col-lg-12 .path {
   padding-left: 0;
}

section.search-results  .excerpt {
    font-family: 'Connections Regular', 'Connections', Arial;
    font-weight: 400;
    color: #333333;
    font-style: normal;
    font-size: 14px;
    padding-left: 5px;
    margin-bottom: 0.5em;
}

section.search-results .col-lg-12 .excerpt {
   padding-left: 0;
}

section.search-results .biline {
    font-family: 'Connections Italic', 'Connections Regular', 'Connections', Arial;
    font-weight: 400;
    font-style: italic;
    font-size: 18px;
    padding-left: 5px;
    margin-bottom: 0.5em;
}

section.search-results .col-lg-12 .biline {
   padding-left: 0;
}

section.search-results .pubdate {
    margin-bottom: 0.5em;
    font-family: 'Arial';
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #333;
    padding-left: 5px;
}

section.search-results .col-lg-12 .pubdate {
   padding-left: 0;
}

section.search-results h1 {
    font-family: 'Connections Light', 'Connections Regular', 'Connections', Arial;
    font-weight: 300;
    font-style: normal;
    color: #E31837;
}    

section.search-results .col-lg-10 {
    padding-left: 80px;
    padding-right: 100px;
}

section.search-results input[class='keywords'] {

    width: 100%;
    font-family: Connections, Arial;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    color: rgb(102, 102, 102);
    height: 38px;
    padding-top : 5px;
    padding-right : 5px;
    padding-bottom: 5px;
    padding-left : 10px;
    line-height: 38px;

}

section.search-results input[class='keywords']:focus {
	border-radius : 0px;
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 1);
}

section.search-results .sorting-bar {

  margin-top : 25px;
  font-family: 'Connections', Arial;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #000000;  
}

section.search-results .sorting-bar ul {
  border-bottom : #ccc 2px solid;
  height : 41px;
}

section.search-results .sorting-bar li {
  padding-left : 15px;
  padding-right : 40px;
  height : 100%;
  margin-top: 2px;  
  margin-bottom : 0;
}

section.search-results .sorting-bar li.decorated {
  border-bottom : 2px #E31837 solid;
  margin-top: 2px;
  padding-bottom: 2px;
}


section.search-results span.pager {
	font-size : 14px;
}

section.search-results .form-inline {
    float: right;
}

section.search-results span.pager-items {
    margin-right: 65px;
    font-size : 14px;
}


section.search-results .pager span.mr-1 {
    margin-right: 20px !important;
    font-size : 14px;
}

section.search-results .page-display {
    font-size : 14px;
    margin-right : 5px;
}

section.search-results select#pagesize {
    margin-right: 20px;
    font-size : 14px;
}

section.search-results button span.small {
    display: inline-block;
    width: 17px;
    height: 20px;
    background-size: 15px 20px;
    background-position : 0px 3px;    
    /* margin-top: 7px; */
}


section.search-results button.desc span.small {
	padding: 0px !important;
}

section.search-results button.asc span.small {
    padding: 0px !important;  
}

section.search-results button.btn.btn-outline-light.top-search-btn {
    padding: 0px !important;    
}

section.search-results button.hide {
	display:none;
}

section.search-results span.brand-SystemRight.small {
    background-image : url(../../../content/dam/newsroom/icons/bofa_right-arrow-icon.svg/jcr:content/renditions/original);
    display: inline-block;
    border: 0px solid red;
    background-position: 0px 2px !important;

}

section.search-results span.brand-SystemRight:before {
    content:'';
}

section.search-results span.brand-SystemLeft.small {
    background-image : url(../../../content/dam/newsroom/icons/bofa_icon_left2_280rgb.svg/jcr:content/renditions/original);
    display: inline-block;
    border: 0px solid red;
    background-position: 0px 2px !important;

}

section.search-results span.brand-SystemLeft:before {
    content:'';
}

@media (max-width: 900px) {

    section.search-results .col-lg-10 {
        padding-left: 0em !important;
        padding-right: 0em !important;
    }
      section.search-results .search-filters button {
        width : 49.7%;
        font-size : 14px;
      }

    section.search-results .result-rows .row.result > .container {
        padding-left: 0;
        padding-right: 0;
    }

    section.search-results .path {
        font-size: 18px;
    }

    section.search-results .biline {
        font-size : 16px;
    }
    section.search-results select#pagesize {
       width : 41px;

    }
}

@media (max-width: 450px) {
    section.search-results .search-filters button {
        width: 49%;
        height: 100%;
        padding-right: 0;
        padding-left: 0;
        text-align: center;
        padding-bottom: 1em;
    }



}

.form-control.pagesize{
            padding-left:0;
            padding-right:0;
        }
.btn-group-sm>.btn{
            padding-left:0;
            padding-right:0;
        }
.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}

.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
section.press-release .columnlayout {
  margin-top: 35px;
  margin-bottom: 25px;
}

section.press-release > .container > div > .richtext {
  padding-left : 15px !important;
}

section.press-release h1{

    font-family: 'ConnectionsLight';
    font-size: 40px;
    color: #000000;
    line-height: 1.25em;
}

section.press-release .col-lg-9 {
  padding-right : 4em;

}

section.press-release .col-lg-9 .byline {

    font-size: 24px;
    color: #000000;
	font-family: 'ConnectionsLight';
    line-height: 1.25em;
}

section.press-release .pub-date {
    font-family: 'connections';
    font-size: 14px;
    color: #000000;
    margin-bottom: 25px;
    margin-top: 15px;
}

section.press-release .categories {
    font-family: 'ConnectionsLight';
    color: #012169;
    font-size: 18pt;
    line-height: 1.5em;
}

section.press-release .container {
   padding-left : 75px !important;
}

section.press-release div.richtext + div.image {
    margin-top: -30px;
}

section.press-release  div.image  + div.richtext {
    margin-top: 20px;
}

section.press-release .richtext p {
    font-family: 'connections';
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 28px;
    color: #000000;
}

section.press-release .category-list li {
    font-family: 'Connections', Arial;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color: #0049AC;
    line-height: 24px;
    list-style: none; 
    margin-bottom: 1em;
}

/*section.press-release .category-list li:hover {
   text-decoration : underline;
   color : #333;
}*/

section.press-release .category-list {
    margin: 0;

    padding: 0px;
}

section.press-release {
	word-wrap: break-word;
}

section.press-releases {
    background-color: #F5F5F5;
    padding-top: 2.5em;
    max-width: 1110px;
    padding-bottom: 3.5em;
}


section.press-releases h2 {
    color: #E31837;
    font-family: 'Connections', Arial;
    font-weight: normal;
    font-style: normal;
    font-size: 32px;
    margin-bottom: 20px;
}   

section.press-releases .sidebar {
    padding-right: 0.5em;
    padding-top: 65px;
    padding-left: 30px;
    margin-left: -10px;
}

section.press-releases .sidebar h3 {
    margin-bottom : 0.6em;
} 

section.press-releases .cmp-text {
    font-family: 'Connections Regular', 'Connections', Arial;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color: #000000;
    line-height: 25px;
}

section.press-releases.comp-editmode-border .cmp-text {
   border : 0.5px black dotted !important;
}

section.press-releases .sidebar .margintop-2pt5 {
    margin-top :2.5em;
} 

section.press-releases .sidebar .quarter-results img {
    margin-top: -10px;
    margin-left: 8px;
}

section.press-releases .sidebar .quarter-results a.nav-link.py-2 {
    padding-left: 4px !important;
    font-family: 'Connections', Arial;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color: #0049AC;
}

section.press-releases .sidebar .quarter-results a.nav-link.py-2:hover{
	color :rgb(1, 33, 105);
    text-decoration: underline;

}

.more-pr-btn {
    font-size: .875rem;
    padding: 10px 75px;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.home-pr-block .card-body, .home-twitter-block .card-body {
    background-color: #FFFFFF;
}

@media (min-width: 1500px){
	section.press-releases  {
    	max-width: 1270px; 
    }        
}
@media (min-width: 1020px) and (max-width: 1024px){

    section.press-releases  {
        max-width: 1024px;
        padding-left: 45px;
    }

} 

@media (max-width : 768px){

    section.press-releases .container {
        padding-left: 1.5em;
    }

    section.press-releases .col-md-8.pl-0 {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
}

@media (max-width: 450px) {
   section.press-releases .home-pr-block {
        padding: 0;
    }

    section.press-releases .container {
        padding-left: 0;
        padding-right: 0;
    }

    section.press-releases .col-md-8.pl-0 {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        padding-right: 0;
    }

    section.press-releases .sidebar {
        padding-right: 0.5em;
        padding-top: 65px;
        padding-left: 15px;
        margin-left: -10px;
    }

}

section.press-releases-list {
    min-height: 620px;
    padding-bottom: 20px;
}


section.press-releases-list .dropdown-menu.show {
    width: 100%;
    padding: 10px;
     margin-top : 10px;
}


section.press-releases-list .dropdown-menu.show ul {
    list-style: none;
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-flow: row wrap;
    margin-top : 0px;
}


section.press-releases-list .dropdown-menu.show li.dropdown-container {
    list-style: none;
    display: block;
    font-size: 18px;
    color: #012169;
    font-family: 'Connections', Arial;
    font-weight: 400;
    font-style: normal;
    flex: 1 0 33.3% 
    /* padding-top: 13%; */
    /* display: table-cell; */
}


section.press-releases-list .dropdown-menu.show a.dropdown-item {
    display: block;
    padding: auto 10px;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: normal;
    background-color: transparent;
    border: 0;
}

section.press-releases-list li.btn.btn-bank-gray-1.pill {
    border: 1px solid lightgray;
    border-radius: 3px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-top: 0px;
    position: static;
    top: 0;
}

section.press-releases-list button#FilterCatButton {
    padding-top: 0px;
    padding-bottom: 0px;
    display:inline-block;
    position: absolute;
    left: 184px;
    top: 12px;
    font-size:14px
    margin:0;
    border-radius: 5px
}

section.press-releases-list .dropdown-menu.show li:hover {
	 background-color: #f5f5f5;
	 color: #0053C2 important;
	 text-decoration: underline; 
}

section.press-releases-list a.dropdown-item {
    white-space : inherit;
    display:block;
    height : 100%;
}

section.press-releases-list .pager {
    padding-top: 30px;
}

section.press-releases-list span.pager {
	font-size : 14px;
}

section.press-releases-list .form-inline {
    float: right;
}

section.press-releases-list span.pager-items {
    margin-right: 65px;
    font-size : 14px;
}


section.press-releases-list .pager span.mr-1 {
    margin-right: 20px !important;
    font-size : 14px;
}

section.press-releases-list .page-display {
    font-size : 14px;
    margin-right : 5px;
}

section.press-releases-list select#pagesize {
    margin-right: 20px;
    font-size : 14px;
}

section.press-releases-list button span.small {
    display: inline-block;
    width: 17px;
    height: 20px;
    background-size: 15px 20px;
    background-position : 0px 3px;    
    /* margin-top: 7px; */
}


section.press-releases-list button.hide {
	display:none;
}

section.press-releases-list span.brand-SystemRight.small {
    background-image : url(../../../content/dam/newsroom/icons/bofa_right-arrow-icon.svg/jcr:content/renditions/original);
    display: inline-block;
    border: 0px solid red;
    background-position: 0px 2px !important;

}

section.press-releases-list span.brand-SystemRight:before {
    content:'';
}


section.press-releases-list span.brand-SystemLeft.small {
    background-image : url(../../../content/dam/newsroom/icons/bofa_icon_left2_280rgb.svg/jcr:content/renditions/original);
    display: inline-block;
    border: 0px solid red;
    background-position: 0px 2px !important;

}

section.press-releases-list span.brand-SystemLeft:before {
    content:'';
}
section.press-releases-list ul.list-unstyled {
    margin-left: 20px;
}


section.press-releases-list  span.clse {
    margin-left: 5px;
    color: #000;
    opacity: 0.6;
}

section.press-releases-list .card-columns {
    margin-top: 18px;
    column-gap : 3rem;
}


section.press-releases-list .filter-menu {
   display:none;
}

section.press-releases-list .filter-menu label {

    display : block;

} 

section.press-releases-list .filter-menu select {
	width : 100%;
}



@media (min-width: 769px) {

   .d-md-inline {
        display: inline-block !important;

    }

    .dropdown-menu.d-md-inline {
       width: 100%;
	}   


	section.press-releases-list .filter-mobile-section {
	   display:none;	
	}
	
	
}

@media (max-width: 768px){
	section.press-releases-list .col-md-10.col-sm-12 {
        width : 100%;
        max-width : 100%;
        flex: 0 0 100%;
	}
}


@media (max-width : 700px) {
	section.press-releases-list .col-md-10.col-sm-12 {
        padding-left : 0;
        padding-right : 0;
        width : 100%;
        max-width : 100%;
        flex: 0 0 100%;
	}
}

@media (max-width: 768px) {

    section.press-releases-list .col {
       /* padding-left: 0;
        padding-right: 0;
      */
    }

    section.press-releases-list .filter-menu .col-lg-6 {
        width: 49%;
        padding: 0;
        display: inline-block;

    }

    section.press-releases-list .filter-menu {
        width: 100%;
        background-color: rgba(237, 237, 237, 1);
        padding: 35px;
    }

    section.press-releases-list label.filters {
       display: block;
        font-family: 'Connections', Arial;
        font-weight: 400;
        font-style: normal;
        font-size: 20px;
        text-align : center;
    }

    section.press-releases-list .filter-menu label {

        display: block;
        width : 100%;
        font-size: 18px;
    	color: #000000;
    	line-height: 20px;
    	font-family: 'Connections', Arial;
    	font-weight: 400;
    	font-style: normal;
    }

    section.press-releases-list .filter-menu select{
        width : 100%;
        margin-bottom : 15px;
    }

    section.press-releases-list .filter-menu .custom-select {
        background-image: url(../../../content/dam/newsroom/icons/bofa_down-arrow_icon.svg/jcr:content/renditions/original);
        background-size: 20px;
        height: 45px;
        padding-right : 45px;
    }


    section.press-releases-list .filter-mobile-section {
        display: block;
        width: 100%;
    }

    section.press-releases-list .filter-mobile-section .filter-btn {
        color : white;
        width: 124px;
        height: 45px;
        background: inherit;
        background-color: rgba(1, 33, 105, 1);
        border: none;
        border-radius: 5px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        font-family: 'Connections', Arial;
        font-weight: 400;
        font-style: normal;
        font-size: 18px;
        margin-bottom: 15px;
    }


    section.press-releases-list .cancel-section button {
        font-family: 'Connections';
        font-weight: 400;
        font-style: normal;
        font-size: 18px;
        color: #012169;
        width: 123px;
        height: 45px;
        background: inherit;
        background-color: rgba(255, 255, 255, 0);
        box-sizing: border-box;
        border-width: 1px;
        border-style: solid;
        border-color: rgba(1, 33, 105, 1);
        border-radius: 5px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        font-family: 'Connections';
        font-weight: 400;
        font-style: normal;
        font-size: 18px;
        color: #012169;
    	display : inline-block;
        float: right;
        margin-right : 8%;
    }  

    section.press-releases-list .apply-section button {
        font-family: 'Connections';
        font-weight: 400;
        font-style: normal;
        font-size: 18px;
        color: #FFFFFF;
        width: 123px;
        height: 45px;
        background: inherit;
        background-color: rgba(1, 33, 105, 1);
        border: none;
        border-radius: 5px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        font-family: 'Connections';
        font-weight: 400;
        font-style: normal;
        font-size: 18px;
         display : inline-block;
        float: left;
    	margin-left : 8%;
    }

    section.press-releases-list h1.text-bank-primary-2 {
        width: 100%;
    }

	section.press-releases-list  .card-columns {
     width : 100%;
     column-count : 1;

    }


    section.press-releases-list .card-title {

        font-family: 'Connections', Arial;
        font-weight: 400;
        font-style: normal;
        font-size: 18px;
        color: #0049AC;
        line-height: 23px;
    }

    section.press-releases-list .card-text.font-italic {
        font-family: 'Connections Italic', 'Connections Regular', 'Connections', Arial;
        font-weight: 400;
        font-style: italic;
        font-size: 16px;
        color: #333333;
    }

    section.press-releases-list .card-text .text-muted {
        font-family: 'Arial';
        font-weight: 400;
        font-style: normal;
        font-size: 14px;
        color: #646464;
    }

    section.press-releases-list select#pagesize {
        margin-right: 0px;
        font-size: 14px;
        width: 70px;
        display: inline-block;
    }

    section.press-releases-list .form-inline {
        float: right;
        width: 100%;
        display: table;
    }

    section.press-releases-list .pager span.mr-1 {
        font-size: 14px;
        display: inline-block;
        width: 12%;
        padding-left: 7px;
        margin-right: 0% !important;
    }

    section.press-releases-list .text-bank-primary-2 {
        color: #e31837 !important;
        margin-top: 16px;
    	font-size : 28px;
    }

    section.press-releases-list button.btn.prev.text-bank-primary-1.show {
        padding-left: 0px;
        padding-right: 0px;
    }

    section.press-releases-list button.btn.next.text-bank-primary-1.show {
        padding-left: 0px;
        padding-right: 0px;
    }



     section.press-releases-list .page-display {
        font-size: 14px;
        /* padding: 0px 8%; */
        display: inline-block;
        margin-left: 15%;
        margin-right: 15%;
    }

    section.press-releases-list .btn-group.btn-group-sm.mx-1 {
        margin: 0;
    }

section.press-releases-list .d-md-block {
    display: none !important;
}

}

@media (min-width:700px) and (max-width: 768px){

    section.press-releases-list .form-inline {
        display: block; 
        width : 530px;
    }

    section.press-releases-list .form-inline {
        float: right;
    }
    
    section.press-releases-list span.pager-items {
        margin-right: 65px;
        font-size : 14px;
    }


    section.press-releases-list .pager span.mr-1 {
        margin-right: 20px !important;
        font-size : 14px;
    }
    
    section.press-releases-list .page-display {
        font-size : 14px;
        margin-right : 0px;
        margin-left : 0px;
    }
    
    section.press-releases-list select#pagesize {
        margin-right: 20px;
        font-size : 14px;
    }
    
    section.press-releases-list button span.small {
        display: inline-block;
        width: 17px;
        height: 20px;
        background-size: 15px 20px;
        background-position : 0px 3px;    
        /* margin-top: 7px; */
    }
}

@media (min-width:400px) and (max-width: 420px){

     section.press-releases-list .page-display {
        margin-left: 17%;
        margin-right: 16%;
    }
}


@media (max-width : 500px) {

    section.press-releases-list .col {
        padding-left: 0;
        padding-right: 0;

    }
}

@media (min-width:375px) and (max-width: 380px){

     section.press-releases-list .page-display {
        margin-left: 13%;
        margin-right: 14%;
    }
}

@media (min-width:350px) and (max-width: 370px){

     section.press-releases-list .page-display {
        margin-left: 12%;
        margin-right: 12%;
    }
}


@media (min-width:310px) and (max-width: 325px){

     section.press-releases-list .page-display {
        margin-left: 8%;
        margin-right: 8%;
    }
}

.filter-list {
    font-size: 1.125rem;
    margin-top: 120px;
    max-width: 70%;
}



.filter-container {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    width:65vw;
}

.filter-categories {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;  /* NEW */
    width: 100%;
  }

}


@media (min-width: 769px){
    section.press-releases-list .d-lg-block {
        display: block !important;
    }
}
.card1{
 font-family:'Connections', Arial;
    }

.side-filter-list .active {
	border-left: 4px solid red;
	background-color: #f5f5f5 !important;
	font-family: 'Connections Bold', 'Connections', sans-serif;
	font-weight: 600;
	display: block;
}

.side-filter-list a:hover {
	background-color: #f5f5f5 !important;
	display: block;
}

.side-nav {
	padding: 4px;
	display: flex;
	color: #000000;
	text-decoration: none;
}

.card-columns>.card>.card-body>.card-title {
	font-size: 1.40625rem;
}

.side-filter-list a:focus {
	background-color: #f5f5f5;
	color: #0053c2;
    text-decoration: underline;
}

section.press-releases-list .dropdown-menu.show a:focus {
    color: #0053c2;
    background-color: #f5f5f5;
    text-decoration: underline;
}

section.press-releases-list .dropdown-menu.show a:hover {
    color: #0053c2;
    background-color: #f5f5f5;
    text-decoration: underline;
}
/*section.press-release-card-jumbo {
  display: block;
  min-height : 511px; 
}

section.press-release-card-jumbo.comp-editmode-border img {
 width: 100%;
 min-height:511px;
 border : 0.5px dotted black;
 display: block;
}

section.press-release-card-jumbo .article-header {

    font-family: 'Connections', Arial;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    color: #0049AC;
    line-height: 28px;
    margin-top: 35%;
}    

section.press-release-card-jumbo .col-lg-4 {
  padding-left : 3em;
  padding-right : 3em;

}

section.press-release-card-jumbo .biline {

   font-family: 'Connections Italic', 'Connections Regular', 'Connections', Arial;
    font-weight: 400;
    font-style: italic;
    font-size: 18px;
    margin-top: 1.5em;
}   

section.press-release-card-jumbo .pub-date {
    font-family: 'Arial';
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #646464;
    margin-top: 1em;
}*/


@media (max-width: 430px){
    section.press-release-card-jumbo .card-body {
        flex: 1 1 auto;
        padding: 1.25rem 0 0;
    }
}

.col-md-4>.card-body>.card-title {
	font-size: 1.40625rem;
}
section.exec-bio {
    margin-top: 30px;
}



section.exec-bio .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

section.exec-bio .bio-section {
    padding-bottom: 60px;
}

section.exec-bio .bio-section .col-lg-4 {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 60px;
}

section.exec-bio .bio-section .col-lg-8 {
    padding-right: 60px;
}

section.exec-bio .bio-section .bioname {
    font-family: 'Connections Light', 'Connections';
    font-weight: 300;
    font-style: normal;
    color: #E31837;
    font-size: 40px;
    margin-bottom: 0;
}

section.exec-bio .bio-section .exectitle {
    font-family: 'Connections', Arial;
    font-weight: 400;
    font-style: normal;
    font-size: 32px;
    color: #000000;
    margin-bottom: 1em;
}

section.exec-bio .bio-section p {
    font-family: 'Connections', Arial;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color: #000000;
    line-height: 28px;
}

section.exec-bio .bio-section a {
    font-family: 'Connections', Arial;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color: #0049AC;
    line-height: 24px;
}

section.exec-bio .bio-resources {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: rgba(245, 245, 245, 1);
}

section.exec-bio .bio-resources h4 {
    font-family: 'Connections', Arial;
    font-weight: 400;
    font-style: normal;
    color: #000000;
    font-size: 24px;
    text-align: left;
    margin-bottom: 1em;
}

section.exec-bio .bio-resources .col-lg-6 h4:nth-child(3) {
    margin-top: 70px;
}

section.exec-bio .bio-resources a {
    font-family: 'Connections';
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color: #0049AC;
    line-height: 24px;
}

section.exec-bio .bio-resources a:hover {
    color: #000;
}

section.exec-bio .bio-resources .cmp-text p,
section.exec-bio .bio-resources .cmp-text h1,
section.exec-bio .bio-resources .cmp-text h2,
section.exec-bio .bio-resources .cmp-text h3,
section.exec-bio .bio-resources .cmp-text h4,
section.exec-bio .bio-resources .cmp-text h5,
section.exec-bio .bio-resources .cmp-text h6 {
    font-family: 'Connections Bold', 'Connections Regular', 'Connections';
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    line-height: 28px;
}

section.exec-bio .bio-resources .col-lg-6 .cmp-text p {
    margin-bottom: -7px;
}

section.exec-bio .bio-media {
    padding-top: 60px;
    padding-bottom: 60px;
}

section.exec-bio .bio-media h2 {
    font-family: 'Connections', Arial;
    font-weight: 400;
    font-style: normal;
    color: #000000;
    font-size: 24px;
    text-align: left;
    margin-bottom: 1em;
}

section.exec-bio .bio-media .gallery-title {
    font-family: 'Connections', Arial;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color: #0049AC;
    line-height: 24px;
}

section.exec-bio .bio-media .col-lg-4 {
    padding-right: 60px;
}


@media (min-width: 1200px){

    section.exec-bio .container {
        max-width: 1154px;
        padding: 0;
        /* margin-left: -10px; */
    }

}


@media (min-width: 1500px) {
    section.exec-bio .container {
        max-width: 1270px;
        padding-left: 0px;
    }
}





@media (max-width: 780px) {
    section.exec-bio .bio-section .container {
        max-width: 100% !important;
        padding: 0;
    }
    section.exec-bio .bio-resources .container {
        max-width: 100% !important;
        padding: 0;
    }
    section.exec-bio .bio-media .container {
        max-width: 100% !important;
        padding: 0;
    }
    section.exec-bio .bio-section .col-lg-4 {
        padding-right: 1em;
        padding-left: 1em;
    }
    section.exec-bio .bio-section .col-lg-8 {
        padding-right: 1em;
        padding-left: 1em;
    }
    section.exec-bio .bio-resources .col-lg-6 {
        padding-right: 1em;
        padding-left: 1em;
    }
    section.exec-bio .bio-media .col-lg-4 {
        padding-right: 1em;
        padding-left: 1em;
    }
    section.exec-bio .bio-media .col-lg-12 {
        padding-right: 1em;
        padding-left: 1em;
    }
    section.exec-bio .bio-media .col-lg-12 {
        padding-right: 1em;
        padding-left: 1em;
    }
    section.exec-bio .bio-media .gallery-title {
        margin-bottom: 30px;
    }
    section.exec-bio .bio-resources .col-lg-6:nth-child(2) h4 {
        margin-top: 40px;
    }

    section.exec-bio .bio-resources .col-lg-6 h4:nth-child(3) { 
        margin-top: 40px;
    }
}

@media (max-width: 576px) {
    section.exec-bio {
        margin-top: 20px;
        margin-right: 0px;
    }
    section.exec-bio .bio-section .container {
        max-width: 100% !important;
    }
    section.exec-bio .bio-section .col-lg-8 {
        margin-left: 5px;
        margin-right: 10px;
    }
    section.exec-bio .bio-section .col-lg-4 {
        padding-bottom: 20px;
    }
    section.exec-bio .bio-section {
        padding-bottom: 30px;
    }
    section.exec-bio .bio-section .bioname {
        font-size: 28px;
    }
    section.exec-bio .bio-section .exectitle {
        font-size: 20px;
        margin-top: 10px;
    }
    section.exec-bio .bio-resources {
        padding-top: 40px;
    }
    section.exec-bio .bio-media .row {
        margin: 0;
        padding: 0;
    }
    section.exec-bio .bio-media {
        padding-top: 40px;
        padding-bottom: 60px;
    }
    section.exec-bio .bio-media .gallery-title {
        font-size: 14px;
        margin-top: 7px;
        display: block;
    }
    section.exec-bio .bio-media .gallery-title br {
        display: none;
    }
    section.exec-bio .bio-media h4 {
        font-size: 20px;
    }
    section.exec-bio .cmp-text p {
        font-size: 14px;
    }
    section.exec-bio .cmp-text p a {
        font-size: 14px;
    }
}

section.exec-bios-list .row {
      margin-left : 0 !important;
      margin-right : 0 !important;
}

section.exec-bios-list .image.responsive a:focus {
    box-shadow: 0px 0px 0px 0px #ffffff, 0px 0px 0px 0px #fff !important;
        outline: none;
} 


section.exec-bios-list .col-lg-3 {
    padding-right: 25px;
    margin-bottom : 40px;
}

section.exec-bios-list h1 {
    margin-bottom : 0.75em; 
	font-family: 'Connections Light', 'Connections', Arial;
    font-weight: 300;
    font-style: normal;
    font-size: 40px;
    color: #E31837;
}
section.exec-bios-list .bio-image {
    width: 100%;
}

section.exec-bios-list .bio-path {
    font-family: 'Connections', Arial;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    color: #0049AC;
    line-height: 24px;
    margin-top: 0.5em;
    display:block;
}

section.exec-bios-list .bio-title {
    margin-top: 0.5em;
    display:block;
    font-family: 'Connections';
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color: #000000;
    line-height: 1.1;
}


@media (min-width: 768px) 
{
    section.exec-bios-list .container {
        max-width: 100% !important;
    }
}    


@media (min-width: 576px) {

    section.exec-bios-list .container {
        max-width: 100% !important;
    }
	section.exec-bios-list .col-lg-12 {
		padding-left : 0 !important;
	}
    section.exec-bios-list .col-lg-3 {
       width: 25% !important;
        display: inline-table;
        padding-left: 3px !important;
        margin-left: -5px;
        }

   section.exec-bios-list .col-lg-3:nth-child(1) {
        margin-left : 0px;  
    }
} 

@media (max-width: 575px) {

	section.exec-bios-list .col-lg-12 {
		padding-left : 0 !important;
	}

   section.exec-bios-list .col-lg-3 {
        width: 100% !important;
        display: inline-block !important;
        padding-left : 0 !important;

    }

   section.exec-bios-list .col-lg-3:nth-child(1) {
        margin-left : 0px;  
    }

	section.exec-bios-list .col-lg-3 .image.responsive {
         width: 33.3%;
         display: table-cell;
    }

    section.exec-bios-list .col-lg-3 .bio-detail.responsive {
         width: 66.3%;
         display: table-cell;
         line-height : 100%;
         vertical-align : middle;   
    }

	section.exec-bios-list .col-lg-3 .bio-detail-container {

        display : block;
        padding-right : 5px ;
        padding-left: 20px;
    }

   section.exec-bios-list .bio-title {
    font-size : 14px;
   } 

   section.exec-bios-list .bio-path {
    font-size : 24px;
	}

   section.exec-bios-list h1 {
    font-size: 28px;
   }

}

@media (max-width: 370px) {

    section.exec-bios-list .col-lg-3 .bio-detail-container {

        padding-right: 0px;
        padding-left: 21px;
    }

   section.exec-bios-list .bio-title {
    font-size : 14px;
   } 

   section.exec-bios-list .bio-path {
    font-size : 20px;
	}

   section.exec-bios-list h1 {
    font-size: 28px;
   }
}

@media (min-width: 1200px)
{
  section.exec-bios-list .container {
    max-width: 1140px !important;
	}
}    
section.exec-photo-gallery {
  padding-bottom : 30px;
}

section.exec-photo-gallery .col-lg-3 {
	display : inline-table;
    margin-bottom: 25px;
}

section.exec-photo-gallery .modal img.modal-photo {
	width : 100%;
}

section.exec-photo-gallery .col-lg-3:nth-child(1) {
   padding-left : 0 !important;
}


section.exec-photo-gallery h1 {
    margin-bottom: .75em;
    font-family: 'Connections Light','Connections',Arial;
    font-weight: 300;
    font-style: normal;
    font-size: 40px;
    color: #e31837;
}

section.exec-photo-gallery img.exec-photo {
    max-width: 100%;
}


section.exec-photo-gallery .photo-caption h3 {
    margin-top: .5em;
    display: block;
    font-family: 'Connections';
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color: #000;
}

@media (min-width: 1200px){
    section.exec-photo-gallery .container {
        max-width: 1140px !important;
    }
}

@media (min-width: 576px) {

    section.exec-photo-gallery .col-lg-3 {
        padding-right : 17px;
        margin-left: 0;
        padding-left : 0;
        max-width : 24.5%;
    }
}


@media (max-width: 575px) {

    section.exec-photo-gallery h1 {
       font-size : 28px;
       margin-top: 0.65em;
    }

    section.exec-photo-gallery .col-lg-3 {
        width: 100% !important;
        padding-left: 0 !important;
        padding-right : 10px !important;
        display : inline-block;
        margin-bottom : 15px;
    }

    section.exec-photo-gallery .col-lg-3 .image.responsive {
        display: inline-table;
        width: 33.3%;
        float : left;
    }

   section.exec-photo-gallery .col-lg-3 .photo-caption {
        display: inline-table;
        padding-left : 15px;
        width : 66.6%;
        box-sizing : border-box;
    }

	section.exec-photo-gallery .photo-caption h3 {
        font-size: 14px;
	}

}


@media (max-width: 380px) {

    section.exec-photo-gallery .col-lg-3 a.download {
		margin-top: -15px;
        display : block;
    }

}


@media (max-width: 325px) {
    section.exec-photo-gallery .photo-caption h3 {
        font-size: 12px;
    }
}
section.twitter-news {
    padding-bottom: 2em;
    display: block;
    min-height: 600px;
}


@media (max-width : 768px){

    section.twitter-news iframe {
	position: static;
    visibility: visible;
    display: inline-block;
    width: 700px !important;
    padding: 0px;
    border: none;
    max-width: 100%;
    min-width: 180px;
    margin-top: 0px;
    margin-bottom: 0px;
    height: 1201.44px;
    }


}




section.customer-service  {
  display : block;
  min-height : 363px;

}

section.customer-service .col-lg-5{
    padding-left: 3em; 
    padding-right: 3em;
}

section.customer-service h3 {
    color: #E31837;
    font-family: 'Connections', Arial;
    font-weight: normal;
    font-style: normal;
    font-size: 32px;
    margin-top: 23%;

}

section.customer-service  img {
  min-height: 363px;
  width : 100%;
  display: block;
}

section.customer-service.comp-editmode-border img {
	border: 0.5px black dotted !important;
}

section.lob-disclaimer .container {
    border-top: #ccc solid 1.25px;
    padding-top: 60px;
    padding-left: 75px;
    padding-right: 50px;
    margin-top: 20px;
}

section.lob-disclaimer p {

    font-family: 'Connections', Arial;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 28px;
    color: #333333;
}


section .disclaimer-top {
    padding-left: 5px;
    padding-right: 5px;
}

section .disclaimer-bottom {
    padding-left: 5px;
    padding-right: 5px;
}

section.lob-disclaimer .small-heading p {
	margin-bottom : 0px;
}

section.contacts .container {
    padding-left: 60px;
    padding-bottom : 110px;
}


section.contacts .col-lg-4 {
    display: inline-table;
    padding-right : 60px;
    box-sizing : border-box;
    margin-right: 25px;
    max-width : 30%;
}

section.contacts h3,section.contacts h1, section.contacts h2, 
section.contacts h4, section.contacts h5, section.contacts h6{
	font-family: 'Connections';
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color: #E31837;
    display:block;
}  

section.contacts p {
    display:block;
    font-family: 'Connections';
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 28px;

}

section.contacts .cmp-text {
  display: inline-table;
}
section.contacts a {
    color: #012169;
    text-decoration : underline;
}    
/*Footer Component CSS */


/* .footerbar {
	background-color : #012169;
	color: white;
}

.ctalinks {
	padding:0;
}

.ctalinks li {
	list-style: none; 
	margin-bottom: 10px;
	font-size: 10px;
}

.ctalinks li:first-child {
	font-size: 20px;
	font-weight: normal;
}

.ctalinks a {
	color: #fff;
}

.cta-group-left, .cta-group-right {
	margin-top: 20px;
	margin-bottom: 20px;
}

.cta-group-left {
	border-right: 1px solid #fff;
} 

.cta-group-right {
	border-left: 1px solid #fff;
} */

.disclaimer-logo{
	padding-top:50px;
	padding-bottom:30px;
}

.disclaimer-text p, .disclaimer-copyright .cmp-text p, .disclaimer-sociallinks p{
	font-size: 12px;
}

.disclaimer-bottom .col-lg-2, .disclaimer-links ul, .social-icons ul {
	padding-inline-start: 0px;
	padding-inline-end: 0px;
}

.disclaimer-links li, .disclaimer-sociallinks li{
	list-style: none;
	float: left;
	margin-right: 10px;
	font-size: 12px;
}

.disclaimer-links li {
	border-right: 1px solid #000;
	padding-right: 10px;
}

.disclaimer-links li:last-child{
	border-right: none;
	padding-right: 0px;;
}

.disclaimer-copyright{
	float: left;
}

.disclaimer-links{
	float: left;
}

.disclaimer-bottom .col-lg-2{
	padding-top: 20px;
}

.footer-nav {
    padding: 1rem;
    padding-top: 3rem;
    padding-bottom:3rem;
    word-wrap: break-word;
}


@media (min-width: 1500px) {
.footer .container {
    max-width: 1300px;
    width: 100%;
    margin-left: auto;
    padding-left: 1rem;
}
}

.footer-legal {
    font-size: .75rem;
    padding: 3rem !important;
}

.footer-nav .footer-nav-col-1 {
    border-width: 1px;
    border-style: solid;
    border-color: #FFF;
    border-left: 0px;
    border-top: 0px;
    border-bottom: 0px;
    border-radius: 0px;
}

.footer-nav h5 {
    font-weight: bold;
    font-size: 1.125rem;
    margin-bottom: 1.25rem;
}

.footer-nav a, .nav-item a {
    color: #FFF;
    padding: 0;
    font-size: 0.875rem;
}

.cta-links li:first-child a {
	font-size: 18px;
}

.cta-links li a {
	font-size: 14px;
}

.footer-center-links {
	padding-top: 50px;
}

.footer-center-links li {
	border-right: 1px solid #fff;
	list-style: none;
	float: left;
}

.footer-center-links li:last-child {
	border-right: none;
	padding-right: 0px;;
}

.cookie-center-link a{�
    font-size: 12px!important;
}
.font_sm {
    font-size:12px !important;
}

.connect-us {
	padding-left: 15px !important;
}

.ot-sdk-show-settings {
	color: #0049ac !important;
    text-decoration: underline !important;
    cursor: pointer;
}
.comp-editmode-border {
     border : 0.5px black dotted !important;
}

.comp-editmode-border div.richtext {
  border : 0.5px black dotted !important;
}

.comp-editmode-border div.image {
  margin-top: 40px !important; 
  border : 0.5px black dotted !important;
}  


.awards-recognition .nav-pills li {
    border: 1px solid rgba(1, 33, 105, 1);
    border-left: 0;
}

.awards-recognition .tab-content li {
    padding-left: 0;
}
.awards-recognition .tab-content ul {
    padding-left: 1rem;
    margin-top:2.5rem;
    list-style: none;
}
.awards-recognition .nav-pills li.in {
    background-color: rgba(1, 33, 105, 1);

}
.awards-recognition .nav-pills li a.nav-link {
    padding: .25rem 1.25rem !important;
}

.awards-recognition .nav-pills li.in a { 
    color:#FFFFFF;   
}

.awards-recognition .nav-pills li a { 
    color:#333333;   
}

.awards-recognition .nav-pills li:first-child {
    border: 1px solid rgba(1, 33, 105, 1);
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.awards-recognition .nav-pills li:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.awards-recognition tab-content {
    font-size: 1.125rem;
}

.awards-description li{
	list-style-type: disc;
}
@media(min-width:1500px) {
    .container {
        max-width: 1270px;
        padding-left: 0px;
    }

    .row {
        margin-left: 0;
        margin-right: 0
    }

    section.press-release .container {
        padding-left: 0px !important;
    }

    .home-pr-block, .home-twitter-block {
        padding: 3rem;
    }
}

@media (max-width: 768px) {
    section.press-release .container {
        padding-left: 0 !important;
    }
    
}

@media (min-width: 576px) {
    .card-columns {
        column-count: 2;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }

    .card-columns .card {
        display: inline-block;
        width: 100%;
    }
}

@media (max-width: 450px) {
    .mobile-bank-logo {
        height: 60px;
        width: 240px;
        background-size: 240px 60px;
        margin-top: .25rem
    }

    .nav-mobile .nav-title {
        font-size: 1.5rem;
    }

    .row {
        margin-left: 0;
        margin-right: 0
    }

    section.press-release .container {
        padding-left: 0 !important;
    }

    .home-pr-block, .home-twitter-block {
        padding: 1rem;
    }
    
}

@media (max-width: 400px) {
    .mobile-bank-logo {
        height: 56px;
        width: 215px;
        background-size: 215px 56px;
        margin-top: .5rem
    }

    .nav-mobile .nav-title {
        font-size: 1.5rem;
    }

    .row {
        margin-left: 0;
        margin-right: 0
    }

    section.press-release .container {
        padding-left: 0 !important;
    }
    .awards-recognition tab-content {
        font-size: .875rem;
    }

    .pager { 
        justify-content: flex-start !important;
    }
}
.home-twitter-block {
    background: -webkit-linear-gradient(top, rgba(227, 24, 55, 1) 75%, #ffffff 50%);
    background: -moz-linear-gradient(top,  rgba(227, 24, 55, 1) 75%, #ffffff 50%);
    background: -o-linear-gradient(top,  rgba(227, 24, 55, 1) 75%, #ffffff 50%);
    background: -ms-linear-gradient(top,  rgba(227, 24, 55, 1) 75%, #ffffff 50%);
    background: linear-gradient(top,  rgba(227, 24, 55, 1) 75%, #ffffff 50%);
}
#horizontal-cards {
	margin-bottom:1rem !important;
}

#horizontal-cards .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: 100%;
    word-wrap: break-word;
    background-color: transparent;
    background-clip: border-box;
    border: 1px solid #ededed;
}

#horizontal-cards .container {
    max-width: 1110px !important;
    padding-right: 0px;
    padding-left: 0px;
}
.home-twitter-block .card-body .card-title{
	color: rgb(227, 24, 55) !important;
	font-size: 32px;
}
.home-twitter-block .card-body .card-desc{
	font-size: 18px;
}

.home-twitter-block .p-4{
	padding: 1.5rem !important;
    padding-top: 5rem !important;
}
.home-twitter-block .card-body .card-desc a{
	font-size: 18px;
	text-decoration:underline;
}
.home-twitter-block .card-body {
    background-color: #fff;
}


@media (min-width: 1500px){
	#horizontal-cards .container {
        max-width: 1270px !important;
        padding-right: 0px;
        padding-left: 0px;
    }      
}
.cookie-strap {
    color: #FFF;
    background-color: rgba(1, 33, 105, .9);
    padding: 1.75rem;
    font-size: 1.125rem;
}

.cookie-strap a {
    color: #FFF;
    text-decoration: underline;
}

.btn-secondary-solid-reverse {
  color: #012169;
  background-color: #ffffff;
  border: 1px solid #ffffff; }
  .btn-secondary-solid-reverse:hover {
    color: #ffffff;
    background-color: #0073cf;
    text-decoration: underline;
    border-color: #0073cf; }
  .btn-secondary-solid-reverse:active {
    color: #ffffff;
    background-color: #0052c2;
    text-decoration: underline;
    border-color: #0052c2; }

.btn-secondary-outline-reverse {
  color: #ffffff;
  background-color: transparent;
  border: 1px solid #ffffff; }
  .btn-secondary-outline-reverse:hover {
    color: #ffffff;
    background-color: #0073cf;
    text-decoration: underline;
    border-color: #0073cf; }
  .btn-secondary-outline-reverse:active {
    color: #ffffff;
    background-color: #0052c2;
    text-decoration: underline;
    border-color: #0052c2; }

.btn:disabled, .btn:disabled:hover {
  background-color: #ededed !important;
  border-color: #ededed !important;
  outline: 0px !important;
  color: #646464 !important; }



.strap-close {
  float: right;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
  color: #ffffff;
  text-shadow: 0;
  padding-bottom: 2rem;
  padding-left: 2rem;
  background-color: transparent;
  border: 0;
  appearance: none;
  opacity: .5; }
  .close:hover {
    color: #ffffff;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled):hover,
  .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  appearance: none; }

a.close.disabled {
  pointer-events: none; }
.color-red {
	color: #e31837;
}

.color-blue {
	color: #012169;
}

.color-black {
	color: #000000;
}

.acronym {
	
}

.section-header{
    font-size: 24px;
    font-family: 'ConnectionsLight';
    color: #e31837;
    line-height: 1.5em;
    display: block;
    margin-top: 50px !important;
}

.section-subheader{
    font-size: 20px;
    font-family: 'ConnectionsLight';
    line-height: 1.5em;
    color: #000000;
}

.media-contact-header{
    font-size: 18pt;
    font-family: 'ConnectionsLight';
    line-height: 1.5em;
    color: #012169;
}

.footnote-body{
    font-size: 14px;
    font-family: 'Connections';
    line-height: 1.25em;
    color: #000000;
}

.caption{
    font-size: 16px;
    font-family: 'ConnectionsLight';
    line-height: 1.25em;
    color: #000000;
}
 .accordion .card-header .h5 .section-header{
	font-size: 24px;
    font-family: 'ConnectionsLight';
    color: #e31837;
    line-height: 1.5em;
    display: block;
    margin-top: 0px !important;
}

.accordion .collapse .card-body .section-header{
	font-size: 24px;
    font-family: 'ConnectionsLight';
    color: #e31837;
    line-height: 1.5em;
    display: block;
    margin-top: 0px !important;
}

.accordion .card-header{
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 1px;
}

/*----------------------ACCORDION ICON COLOR CHANGE FUNCTIONALITY ------------------- */

.accordion-white .red-icon button::before, .accordion-white .red-icon button.collapsed::before{
    color:#E31837 !important;
}

.accordion .red-icon button.btn-link:hover, .accordion .red-icon button.btn-link:focus {
    color:#E31837 !important;
}

.accordion-white .bold-icon button::before, .accordion-white .bold-icon button.collapsed::before{
    font-weight: bold;
}

.accordion-white .black-icon button::before, .accordion-white .black-icon button.collapsed::before{
    color:#000000;
}

.accordion .black-icon button.btn-link:hover, .accordion .black-icon button.btn-link:focus {
    color:#000000 !important;
}

.accordion-white .medium-icon button::before, .accordion-white .medium-icon button.collapsed::before{
    font-size:16px;
    padding-top:3px;
}

.accordion-white .small-icon button::before, .accordion-white .small-icon button.collapsed::before{
    font-size:12px;
    padding-top:6px;
}

/*----------------------ACCORDION ICON COLOR CHANGE FUNCTIONALITY ------------------- */

.card .card-header .h5 .btn {
	font-family: "ConnectionsLight";
}
