.gpl-hero,
.gpl-hero-text {
    flex-direction: column;
    display: flex;
}
.gpl-hero-links ul li a:hover,
.gpl-hero-links ul li.active {
    color: #24844d;
    border-bottom: 4px solid #24844d;
    padding-bottom: 4px;
}
.gpl-share-close button:hover,
.gpl-share-visible a:hover,
.gpl-share-visible button:hover {
    box-shadow: inset 0 0 0 2px #2fac66;
    background-color: #f5fbf7;
    border-color: #2fac66;
}
.gpl-chart-dt svg,
.gpl-chart-yab svg {
    overflow: visible;
    height: 100%;
    width: 100%;
}
.gpl-bglight {
    background-color: #f5f5f7;
    margin-bottom: 1.5rem;
}
.gpl-hero {
    padding-bottom: 1rem;
    padding-top: 0.75rem;
    align-items: start;
}
.gpl-hero-logo {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    width: 100%;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
    background-color: #fff;
    border-radius: .25rem;
}
@media (min-width: 768px) {
    .gpl-hero-logo {
        width: 116px;
        border-radius: 1rem;
    }
}
.gpl-hero-logo > img {
    display: inline-block;
    width: 116px;
    height: 116px;
    border-radius: 1rem;
    padding: .375rem;
    margin: 0 auto;
}
.gpl-hero-text {
    align-self: left;
    flex-grow: 1;
    align-items: left;
    text-align: left;
}
.gpl-hero-text h1 {
    font-size: 1.75rem;
    margin: 0;
    letter-spacing: -1px;
    line-height: 2.375rem;
}
@media (min-width: 992px) {
    .gpl-hero-text h1 {
        margin: 0 0 0.25rem;
    }
}
.gpl-content,
.gpl-hero-text-subtitle {
    display: flex;
    flex-direction: column;
}
.gpl-hero-text-subtitle > p {
    display: block;
    font-size: 1rem;
    line-height: 1.325;
    margin: 0.25rem 0 0;
    font-weight: 500;
    color: #525252;
    position: relative;
}
.gpl-hero-links ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    font-weight: 500;
}
.gpl-hero-links ul li {
    list-style-type: none;
    padding: 0;
    margin: 0 1rem 0 0;
    display: flex;
    font-weight: 500;
    color: #525252;
}
.gpl-content-nav a:hover,
.gpl-content-nav-title button:hover,
.gpl-elevators > li > a:hover,
.gpl-toc-nav li a:hover,
.navigate-to-external:hover {
    text-decoration: underline;
    color: #3161ab;
}
.gpl-hero-links ul li a {
    display: block;
    color: #24844d;
    text-decoration: none;
}
.gpl-hero-links ul li a:hover {
    text-decoration: none;
}
.gpl-hero-text-subtitle > p > a {
    font-weight: 700;
    text-decoration: none;
    color: #23804b;
}
.gpl-breadcrumbs li a:hover,
.gpl-hero-text-subtitle > p > a:hover,
.gpl-table caption > a:hover {
    text-decoration: underline;
}
.gpl-hero-text-title {
    display: flex;
    align-items: start;
    flex-direction: row;
}
.gpl-hero-text-title .btn {
    margin-right: .5rem;
    padding: 0.375rem 0.75rem 0.375rem 0.375rem;
    font-weight: 700;
    box-shadow: none;
    border-color: #f0f0f0;
    background-color: #f4f4f4;
    border-radius: 256px;
    cursor: pointer;
    margin-top: .5rem;
}
.gpl-hero-text-title .btn > svg {
    width: 16px;
    margin-bottom: -3px;
}
.gpl-hero-actions {
    display: flex;
    align-items: center;
}
.gpl-hero-actions .btn {
    margin-right: 0.5rem;
}
.gpl-hero-actions .btn:last-of-type {
    margin-right: 0;
}
.gpl-content-nav {
    flex-grow: 0;
    flex-shrink: 0;
}
.gpl-content-nav > span.gpl-content-nav-title {
    display: block;
    margin-bottom: 1.5rem;
}
.gpl-content-nav-title > strong > span > svg {
    width: 22px;
    height: 22px;
    margin-top: -3px;
    margin-right: 0.5rem;
}
.gpl-content-nav-title button {
    margin: 0;
    padding: 0;
    border: none;
    background-color: transparent;
    color: #1c643a;
}
.gpl-content-nav > ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    line-height: 1.2;
    display: none;
}
.gpl-content-nav > ul.expanded {
    display: block !important;
}
.gpl-content-nav a {
    text-decoration: none;
    font-weight: 500;
    color: #1c643a;
}
.gpl-content-nav > ul > li > a {
    font-weight: 500;
}
.gpl-content-nav > ul > li > ul {
    margin: 0 0 1.5rem;
    padding: 0 0 0 1rem;
    list-style-type: none;
}
.gpl-content-nav > ul > li > ul > li {
    margin-top: 0.875rem;
}
.gpl-content-center {
    flex-shrink: 1;
    flex-grow: 1;
}
.gpl-content-center h2 {
    margin-top: 0;
    padding-top: 3rem;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
    font-size: 1.5rem;
    border-bottom: 2px solid #e5e5e7;
    scroll-margin-top: 45px;
}
.gpl-content-center h2:first-of-type {
    margin-top: 0;
    padding-top: 0;
    scroll-margin-top: 90px;
}
.gpl-content-center h3 {
    padding-top: 0;
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
}
.gpl-content-center p {
    line-height: 1.5;
    color: #555;
    margin-top: 0;
}
.gpl-content-end {
    flex-shrink: 0;
    flex-grow: 0;
}
.gpl-block {
    margin-bottom: 3rem;
}
.gpl-block h2 {
    margin: 0 0 1.375rem;
    padding: 0;
    font-size: 1.5rem;
    line-height: 1.2;
}
.gpl-block p {
    padding: 0;
    margin: 0 0 1rem;
    line-height: 1.5;
    color: #555;
}
.gpl-company-links > li,
.gpl-company-links > li > a {
    margin-top: 0.5rem;
    font-weight: 500;
}
.gpl-table-tools {
    padding: .5rem .5rem;
    background-color: #f5f5f7;
    border-radius: .5rem .5rem 0 0;
    color: #555;
    margin-bottom: 1px;
}

.gpl-table-tools label {
    font-size: .875rem;
    margin-right: .25rem;
}

.gpl-table-tools select {
    width: 100%;
    max-width: 250px;
}

.gpl-table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 1rem;
}
.gpl-table caption {
    caption-side: bottom;
    text-align: left;
    font-style: italic;
    font-size: 0.875rem;
    padding: 0.5rem 0;
    color: #757575;
}
.gpl-table caption > a {
    color: #757575;
    text-decoration: none;
}
.gpl-table th {
    font-size: .75rem;
    background-color: #f5f5f7;
    text-transform: uppercase;
    font-weight: 500;
    color: #555;
}
.gpl-table td,
.gpl-table th {
    text-align: left;
    border-bottom: 1px dashed #d5d5d7;
    padding: 0.25rem 0.5rem;
    width: 33.333333%;
    position: relative;
}

.gpl-table-extended td,
.gpl-table-extended th {
    width: 20%;
}

.gpl-table-extended tr > th:nth-child(3),
.gpl-table-extended tr > th:nth-child(4),
.gpl-table-extended tr > th:nth-child(5),
.gpl-table-extended tr > td:nth-child(3),
.gpl-table-extended tr > td:nth-child(4),
.gpl-table-extended tr > td:nth-child(5),
.gpl-table-extended td.gpl-oc {
    text-align: right;
    width: 15%;
}

.gpl-table-extended td:last-child {
    background: linear-gradient(90deg, #fff 20%, #fafaf4 90%);
}

.gpl-elevators > li,
.gpl-table td.solid-border,
.gpl-table th {
    border-bottom: 1px solid #e5e5e7;
}
.gpl-table td.top-align {
    vertical-align: top;
}
.gpl-table td:first-child,
.gpl-table th:first-child {
    text-align: left;
}
.gpl-company-links,
.gpl-elevators {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.gpl-elevators > li {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}
.gpl-elevators > li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.gpl-elevators > li > a {
    text-decoration: none;
    color: #24844d;
    font-weight: 700;
}
.gpl-elevators > li > address,
.gpl-elevators > li > span.phone {
    font-style: normal;
    color: #555;
    padding-top: 0.5rem;
    line-height: 1.5;
}
.gpl-elevators > li > span.phone {
    display: block;
}
.gpl-company-links > li > a {
    color: #24844d;
}
.gpl-subscription-banner {
    background-color: #fff;
    padding: 1.5rem;
    border-radius: 1rem;
    margin-bottom: 1.5rem;
    background-position: top 16px right -64px;
    background-repeat: no-repeat;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 1px inset;
}
.gpl-subscription-banner > h2 {
    margin: 0 0 1rem;
    border-width: 0;
    padding: 0;
}
.gpl-subscription-banner > p {
    margin: 0 0 1rem;
    padding: 0;
    line-height: 1.5;
}
.gpl-subscription-banner > p > strong {
    font-weight: 700;
    color: #24844d;
}
.gpl-subscription-banner > p > br {
    display: none;
}
.gpl-subscription-banner-footer {
    display: flex;
    flex-direction: column;
}
.gpl-subscription-banner-footer > div {
    margin-top: 1rem;
    font-size: .875rem;
    align-content: center;
}
.gpl-subscription-banner-footer > div > strong {
    display: block;
}
@media (min-width: 768px) {
    .gpl-subscription-banner-footer {
        flex-direction: row;
        justify-content: center;
    }
    .gpl-subscription-banner-footer > div {
        margin-top: 0;
        margin-left: 1rem;
    }
    .gpl-hero {
        flex-direction: row;
        align-items: left;
        align-items: center;
    }
    .gpl-hero-text {
        padding: 0 2rem;
    }
    .gpl-hero-logo {
        margin-bottom: 0;
    }
    .gpl-share-btn {
        margin-left: 1rem!important;
    }
}
@media (min-width: 992px) {
    .gpl-share-btn {
        margin-top: .125rem!important;
    }
    .gpl-subscription-banner-footer {
        justify-content: left;
    }
    .gpl-block {
        padding-left: 1.5rem;
    }
    .gpl-content,
    .gpl-hero-text-subtitle {
        flex-direction: row;
    }
    .gpl-hero-text-subtitle > p {
        margin: 0 0 0 1.5rem;
    }
    .gpl-hero-text-subtitle > p::before {
        content: "";
        position: absolute;
        display: block;
        background-color: #525252;
        width: 4px;
        height: 4px;
        border-radius: 4px;
        left: -14px;
        top: 50%;
        margin-top: -2px;
    }
    .gpl-hero-text-subtitle > p:first-child {
        margin: 0;
    }
    .gpl-content-nav-title button,
    .gpl-content-nav-title > strong > span,
    .gpl-hero-text-subtitle > p:first-child::before {
        display: none;
    }
    .gpl-content-nav {
        width: 122px;
        margin-right: 2rem;
    }
    .gpl-content-nav > ul {
        display: block;
    }
    .gpl-content-nav-title {
        font-size: 0.875rem;
    }
    .gpl-content-nav-title a:hover {
        text-decoration: none;
        color: #2fac66;
    }
    .gpl-content-nav > ul > li > ul {
        padding-left: 0.675rem;
    }
    .gpl-content-center {
        padding-right: 1.5rem;
    }
    .gpl-content-end {
        width: 380px;
        border-left: 2px solid #e5e5e7;
        padding-top: .25rem;
    }
}
@media (min-width: 1200px) {
    .gpl-subscription-banner > p > br {
        display: inline;
    }
    .gpl-subscription-banner {
        background-image: url(/img/fbx/bg-banner-sub@2x.webp);
        background-size: 430px;
        text-align: left;
    }
    .gpl-subscription-banner > h2,
    .gpl-subscription-banner > p {
        max-width: 50%;
    }
}
.gpl-bold {
    font-weight: 700;
}
.gpl-share-btn {
    font-size: 1rem;
    line-height: 1.325;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid #c0c5c3;
    border-radius: 3rem;
    color: #484b4f;
    background-color: #fff;
    cursor: pointer;
    overflow: hidden;
    width: 32px;
    height: 32px;
    padding: 5px 3px;
    min-width: 32px;
    margin-left: .5rem;
    margin-top: .25rem;
}
@media (min-width: 992px) {
    .gpl-share-btn {
        overflow: visible;
        width: auto;
        height: auto;
        padding: .325rem .75rem;
        min-width: 32px;
    }
}
.gpl-share-btn svg {
    width: 22px;
    margin-right: 0.325rem;
    margin-top: -4px;
    fill: #484b4f;
}
.gpl-share-btn:hover {
    border-color: #2fac66;
    box-shadow: inset 0 0 0 1px #2fac66;
    background-color: #f5fbf7;
}
.gpl-breadcrumbs li:first-child:before,
.gpl-share {
    display: none;
}
.gpl-share-visible {
    z-index: 1009000;
    display: block;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    animation: 0.4s fbx-nav-account-bg;
}
.gpl-share-visible ul {
    display: flex !important;
    flex-direction: column;
    padding: 0;
    margin: 0;
    list-style-type: none;
    font-size: 2rem;
    font-weight: 700;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    animation: 0.4s gpl-share-slide;
    border-radius: 1rem 0 0 1rem;
    width: 90%;
}
@keyframes gpl-share-slide {
    0% {
        right: -320px;
    }
    100% {
        right: 0;
    }
}
.gpl-share-visible > ul > li {
    padding-left: 1rem;
    padding-right: 1rem;
}
.gpl-share-visible a,
.gpl-share-visible li > button {
    font-size: 1rem;
    padding: 0.75rem 1rem;
    font-weight: 500;
    color: #484b4f;
    line-height: 1.2;
    text-decoration: none;
    display: block;
    border-radius: 1rem;
    background-color: transparent;
    border: none;
}
.gpl-share-visible li > button {
    width: 100%;
    text-align: left;
    cursor: pointer;
}
.gpl-share-visible a svg,
.gpl-share-visible button svg {
    width: 20px;
    margin-right: 0.75rem;
    opacity: 0.5;
    margin-top: -3px;
}
.gpl-share-visible a:hover,
.gpl-share-visible button:hover {
    text-decoration: none;
}
.gpl-share-title {
    font-size: 1rem;
    padding: 0 1rem;
}
.gpl-share-visible ul > li > hr {
    display: block;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    background-color: #f5f5f7 !important;
    opacity: 1;
    height: 1px;
    overflow: hidden;
    border: none;
}
.gpl-share-close {
    display: block;
    padding: 0.5rem 0;
    text-align: right;
}
.gpl-share-close button {
    width: 2rem;
    height: 2rem;
    font-size: 1.5rem;
    background-color: #fff;
    border: none;
    border-radius: 0.5rem;
    cursor: pointer;
    line-height: 1 !important;
}
@media (min-width: 992px) {
    .gpl-share-visible ul {
        width: 320px;
    }
    .fbx-nav-account-visible > ul > li > hr {
        border: none;
        height: 1px;
    }
}
.gpl-breadcrumbs {
    margin: 0;
    padding: 0.75rem 0 0;
    list-style-type: none;
    display: flex;
    flex-direction: row;
    font-size: 0.875rem;
}
.gpl-bdg-fob,
.gpl-bdg-special {
    font-size: 0.75rem;
    font-weight: 500;
    padding: 0 0.125rem;
    margin-top: -2px;
    position: relative;
    line-height: 1.3;
    margin-left: 0.25rem;
}
.gpl-breadcrumbs li {
    margin-right: 0.325rem;
    font-weight: 500;
}
.gpl-breadcrumbs li::before {
    content: "›";
    display: inline-block;
    opacity: 0.5;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1;
}
.gpl-breadcrumbs li a {
    text-decoration: none;
    color: #525252;
}
.gpl-breadcrumbs li:last-of-type {
    font-weight: 700;
    color: #525252;
}
.gpl-bdg-fob {
    text-transform: uppercase;
    border: 1px solid #c5b2f6;
    display: inline-block;
    border-radius: 0.25rem;
    color: #3d3358;
    background-color: #e8e1fa;
}
.gpl-bdg-special {
    border: 1px solid #e5f6b2;
    display: inline-block;
    border-radius: 0.25rem;
    color: #525833;
    background-color: #f8fae1;
}
.gpl-bdg-info,
.gpl-chart-xa span {
    text-align: center;
    padding-top: 2px;
    display: inline-block;
}
.gpl-bdg-info {
    font-family: Courier New;
    background-color: #f5f5f7;
    color: #343333;
    width: 19px;
    line-height: 1;
    border-radius: 19px;
    padding-bottom: 1px;
    cursor: help;
    position: absolute;
    right: 7px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 700;
}
.gpl-bdg-info:hover {
    background-color: #6d6ddb;
    color: #fff;
}
.gpl-disclaimer {
    display: block;
    font-size: 0.875rem;
    color: #444;
    padding: 1rem 0;
    border-top: 1px solid #f5f5f7;
    margin-top: 1rem;
    background-color: #fafafa;
    margin-bottom: 2px;
}
.gpl-disclaimer a {
    color: inherit;
}

.gpl-disclaimer a:hover {
    color: #3161ab;
}
.gpl-deldesc {
    display: block;
    margin-top: -2px;
}
.yt-container {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
    aspect-ratio: 16/9;
    width: 100% !important;
    background-position: center;
    background-size: cover;
    cursor: pointer;
    border-radius: 0.5rem;
}
.yt-container > svg {
    width: 68px;
}
.yt-container iframe {
    aspect-ratio: 16/9;
    width: 100% !important;
}
.vimeo-container {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
    aspect-ratio: 16/9;
    width: 100% !important;
    cursor: pointer;
    position: relative;
}
.vimeo-container > img {
    width: 100%;
    height: auto;
    border-radius: 0.5rem;
}
.vimeo-container > span {
    background-color: #000;
    border-radius: 5px;
    position: absolute;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    justify-items: center;
    width: 56px;
    height: 32px;
    top: 50%;
    margin-top: -16px;
}
.gpl-chart {
    height: 175px;
    margin-bottom: 1rem;
    position: relative;
    font-size: 13px;
}
.gpl-chart-xa,
.gpl-chart-xa svg {
    position: absolute;
    width: 100%;
    padding-left: 50px;
}
.gpl-chart-xa {
    bottom: 0;
    height: 20px;
    display: flex;
    align-items: end;
}
.gpl-chart-xa svg {
    height: 100%;
    left: 0;
}
.gpl-chart-xa span {
    width: 16.666666%;
    height: 15px;
    line-height: 13px;
    position: relative;
    background-color: #fff;
}
.gpl-chart-yab {
    height: 150px;
    margin-top: 5px;
    position: absolute;
    width: 100%;
}
.gpl-chart-yab > span {
    display: inline-block;
    background-color: #fff;
    width: 50px;
    left: 0;
    position: absolute;
    text-align: right;
}
.gpl-chart-yab > span > span {
    transform: translateY(-50%);
    position: absolute;
    background-color: #fff;
    width: 50px;
    left: 0;
    padding-right: 5px;
}
.gpl-chart-yab-st {
    stroke: #f0f0f0;
    stroke-width: 1px;
}
.gpl-chart-xa-st,
.gpl-chart-yab-stbm {
    stroke: #d5d5d7;
    stroke-width: 1px;
}
.gpl-chart-dt {
    position: absolute;
    top: 5px;
    left: 0;
    padding-left: 50px;
    height: 150px;
    width: 100%;
}
.gpl-chart-lgnd-cp,
.gpl-chart-lgnd-mp {
    padding-left: 8px;
    display: inline-block;
}
.gpl-chart-dt-ln {
    stroke: #24844d;
    stroke-width: 8px;
    fill: none;
}
.gpl-chart-lgnd {
    display: flex;
    font-size: 13px;
    line-height: 13px;
    justify-content: space-evenly;
}
.gpl-chart-lgnd-cp {
    border-left: 13px solid #2fac66;
}
.gpl-chart-lgnd-mp {
    border-left: 13px solid #3161ab;
}
.gpl-region-nav {
    margin: 0 0 .75rem;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
}
.gpl-region-nav li {
    margin-right: 0.25rem;
    margin-bottom: 0.5rem;
}
.gpl-region-nav li:first-child {
    margin-right: 0.5rem;
    color: #555;
    align-content: center;
    width: 100%;
}
@media (min-width: 426px) {
    .gpl-region-nav li:first-child {
        width: auto;
    }
}
.gpl-region-nav li:last-child {
    margin-right: 0;
}
.gpl-region-nav li a,
.gpl-region-nav li > strong {
    padding: 0.25rem 0.75rem;
    border: 1px solid #c0c5c3;
    border-radius: 2rem;
    display: inline-block;
    outline: 0 !important;
    font-weight: 700;
    text-decoration: none;
    color: #484b4f;
}
.gpl-region-nav li a:hover,
.gpl-region-nav li > strong {
    border-color: #2fac66 !important;
    box-shadow: inset 0 0 0 1px #2fac66;
    background-color: #f5fbf7;
}
.gpl-region-nav li a.canada-region,
.gpl-region-nav li strong.canada-region {
    background-image: url(/img/fbx/canada-maple-leaf.svg);
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: 0.75rem center;
    padding-left: 2rem;
}
.gpl-summary {
    margin-bottom: 1.5rem;
    background-color: #f5f5f7;
    padding: 1.5rem;
    border-radius: 1rem;
}
.gpl-summary-eyebrow {
    color: #23804b;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}
.gpl-summary h2,
.gpl-summary h3,
.gpl-summary ul:last-child {
    margin-bottom: 0;
}
.gpl-summary h2 {
    border: none;
    padding: 0;
}
.gpl-summary h3 {
    font-size: 1.125rem;
    font-weight: 700;
}
.gpl-summary h3 a {
    color: inherit;
}
.gpl-summary p {
    color: inherit;
}
.gpl-summary ul {
    margin: 0 0 1.5rem;
    padding: 0 0 0 2.5rem;
    list-style-type: none;
}
.gpl-summary ul > li {
    position: relative;
}
.gpl-summary ul > li::before {
    content: "―";
    opacity: 0.5;
    margin-right: 0.5rem;
    position: absolute;
    left: -1.75rem;
}
.gpl-summary-footer {
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #555 !important;
    border-top: 1px solid #e5e5e7;
    padding-top: 0.5rem;
    margin-top: 1rem!important;
}
.gpl-summary-footer a {
    color: inherit;
}
.gpl-summary-footer a:hover {
    color: #3161ab;
}
.gpl-toc-nav li a,
.navigate-to-external {
    text-decoration: none;
    color: #24844d;
    font-weight: 500;
}
.navigate-to-external svg {
    margin-left: 0.25rem;
    height: 0.75rem;
    margin-top: -1px;
}
.gpl-toc-nav {
    margin-bottom: 2rem;
    color: #555;
}
.gpl-toc-nav li {
    margin-bottom: 0.5rem;
}
.gpl-toc-nav-col {
    column-width: 250px;
}

.gpl-video-container {
    position: relative;
    padding-bottom: 56.30%;
    border-radius: .5rem;
    margin:0 0 1rem 0;
    background-color: #f5f5f7;
}

.gpl-video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: .5rem;
}

.btn-compare-prices {
    padding: .25rem 1.125rem .25rem .5rem;
    font-weight: 500;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512" fill="%23fff"><!--!Font Awesome Free 6.7.2 by @@fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d="M285.5 273L91.1 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.7-22.7c-9.4-9.4-9.4-24.5 0-33.9L188.5 256 34.5 101.3c-9.3-9.4-9.3-24.5 0-33.9l22.7-22.7c9.4-9.4 24.6-9.4 33.9 0L285.5 239c9.4 9.4 9.4 24.6 0 33.9z"></path></svg>');
    background-size: 7px;
    background-position: center right 7px;
    background-repeat: no-repeat;
}

.btn-get-started-banner {
    padding-right: 3rem;
}

.btn-get-started-banner svg {
    margin-left: .5rem;
    width: 23px;
    height: 23px;
    position: absolute;
    margin-top: -2px;
}

/* .gpl-summary-cr {
    position: relative;
}

.gpl-summary-cr > ul {
    max-height: 256px;
    overflow: hidden;
}

.gpl-summary-region-expand {
    content: '';
    position: absolute;
    display: flex;
    height: 128px;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(transparent 0px,rgba(245,245,247,0.9) 52px,#f5f5f7 80px);
    align-items: end;
}

.gpl-summary-region-expand > button {
    display: block;
    width: 100%;
    border: solid 1px #24844d;
    background-color: #f5f5f7;
    padding: .875rem;
    border-radius: 2rem;
    line-height: 1rem;
    cursor: pointer;
    position: relative;
}

.gpl-summary-region-expand > button > svg {
    margin-left: .5rem;
}

.gpl-summary-region-expand > button:hover {
    border-color: #2fac66;
    box-shadow: inset 0 0 0 1px #2fac66;
    background-color: #f5fbf7;
}

.gpl-summary-nr .gpl-summary-region-expand {
    display: none;
} */

.gpl-summary-overflow {
    overflow: hidden;
    max-height: 350px;
    position: relative;
    transition: max-height 1s ease;
    margin-bottom: 1.5rem;
    border-radius: 1rem;
}

.gpl-summary-overflow::after {
    content: '';
    position: absolute;
    display: flex;
    height: 128px;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(transparent 0px,rgba(245,245,247,0.9) 52px,#f5f5f7 80px);
    align-items: end;
}

.gpl-summary-overflow.expanded {
    max-height: 20000px;
}

.gpl-summary-overflow.expanded::after {
    display: none;
}

.show-more-btn {
    display: block;
    margin-top: 10px;
    cursor: pointer;
    background: #24844d;
    color: #fff;
    border: none;
    padding: 1rem 0;
    border-radius: .25rem .25rem 1rem 1rem;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1000;
}


.show-more-btn:hover {
    border-color: #2fac66;
    background-color: #2fac66;
}

.show-more-btn svg {
    margin-left: .5rem;
}


.gpl-hero-logo-aurora-coop { background-color: #3a4536!important; }
.gpl-hero-logo-fvc { background-color: #17191a!important; }
.gpl-hero-logo-michael-foods { background-color: #1e262c!important; }
.gpl-hero-logo-new-coop { background-color: #000!important; }
.gpl-hero-logo-stateline-coop { background-color: #000!important; }
.gpl-hero-logo-sunrise { background-color: #2d2d2a!important; }
.gpl-hero-logo-west-con { background-color: #b40b0f!important; }
.gpl-hero-logo-the-andersons-thompsons { background: linear-gradient(#000 50%, #FFF 50.000001%); }

/* @media (min-width: 1400px) {
    .fbx-container {
        width: 1320px;
    }
    .gpl-content-end {
        width: 440px;
    }
} */

#scrollToTopBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    padding: 10px 15px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    background-color: #24844d;
    border-color: #24844d;
    color: #fff;
    border: none;
    border-radius: 100%;
    padding: 0;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .25);
    cursor: pointer;
}

#scrollToTopBtn.show {
    opacity: 1;
    visibility: visible;
}

#scrollToTopBtn > svg {
    display: block;
    transform: scale(1.5);
}