/* Stylesheet for additions to CSS outside of SCSS base */
.wex-jump-menu--geos li a svg {
    width: 96px;
    height: 96px;
}

/* rebrand */
@media screen and (min-width: 58.75em) {
    .wex-header .wex-logo img {
        max-width: 125px !important;
    }
}

/* schema */
span.schema-blogpost-headline {
    display: none;
}

span.schema-blogpost-date {
    display: none;
}

span.schema-fleet-card-title {
    display: none;
}

span.schema-payments-101-title {
    display: none;
}

/* for products in topnav */
.wex-products-nav {
    background: #007cbb !important;
}

#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu {
    background: #007cbb;
    background: -moz-linear-gradient(left, #007cbb 0%, #007cbb 76%, #007cbb 77%, #007cbb 99%) !important;
    background: -webkit-linear-gradient(left, #007cbb 0%, #007cbb 76%, #007cbb 77%, #007cbb 99%) !important;
    background: linear-gradient(to right, #007cbb 0%, #007cbb 76%, #007cbb 77%, #007cbb 99%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007cbb', endColorstr='#005588', GradientType=1);
}

.wex-products-topnav ul {
    width: 350px !important;
}

/* sticky nav */
.wex-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    background-color: white;
}

.wex-hero--home,
.wex-hero {
    margin-top: 166px;
}

.wex-subnav-menu.fixed {
    top: 166px;
}

/* login dropdown */
#mega-menu-wrap-wex-top-nav #mega-menu-wex-top-nav > li.mega-menu-flyout ul.mega-sub-menu {
    z-index: 2000000 !important;
    Width: 200px;
}

@media screen and (max-width: 1040px) {
    .wex-hero--home,
    .wex-hero {
        margin-top: 98px;
    }
}

.wex-search-panel {
    position: relative;
    top: 166px;
}

/* give GF error some padding */
.validation_error {
    margin-bottom: 20px;
}

/* increase padding above labels on gravity forms */
#wex-offCanvasContact .gform_wrapper label.gfield_label {
    padding-top: 10px;
}

#wex-flyout-close, #wex-search-close {
    box-shadow: none;
}

#wex-search-close {
    background-color: transparent;
    color: #ffffff;
    font-weight: normal;
}

select:focus {
    outline-style: dotted;
    outline-color: #cccccc;
    outline-width: 1px;
    outline-offset: 7px;
}

/* Button styling for 'contact us' buttons for ADA compliance */
.wex-footer-cta button.wex-gf-offcanvas-button {
    box-shadow: none !important;
}

.wex-footer-cta button.wex-gf-offcanvas-button:hover {
    background-color: transparent;
}

.wex-card img + .wex-card_content button {
    margin-bottom: 16px !important;
}

.wex-card .wex-card_content button {
    width: initial;
}

/* chevrons on links, update for ADA compliance */
.wex-red-angle {
    color: #cf102d !important;
    font-weight: 900;
    font-size: 1.15em;
}

.wex-red-angle-sm {
    color: #cf102d;
    font-weight: 900;
    font-size: .8em;
}

.wex-gray-angle {
    color: red;
    font-weight: 900;
    font-size: 1em;
}

.wex-link--cta:after, a.wex-link--cta-content h3:after {
    content: "" !important;
}

.wex-footer-cta .wex-link--cta:after {
    content: "\f105";
}

.wex-payment101-description {
    font-size: 14px;
    margin-top: 10px;
}

/* blog sidebar */
.wex_sidebar_blog_banner {
    height: 100%;
    padding: 30px 30px 50px 30px;
    color: white;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.wex_sidebar_blog_banner h3 {
    line-height: 1.5em;
    color: white;
}

.wex_sidebar_blog_banner p {
    line-height: 1.8em;
    font-size: 1em;
}

.wex_sidebar_blog_pad {
    height: 20px;
}

.wex_sidebar_blog_cta {
    text-align: left;
}

/* hide honeypot anti spam field */
.gform_validation_container {
    display: none !important;
}

#cookie-notice {
    min-width: 250px;
    width: 250px;
    font-size: .6em;
    line-height: 1.5;
    background-color: #f2f5f8 !important;
}

.cn-button.wp-default {
    font-size: .8em;
    color: #000000 !important;
}

#cn-accept-cookie {
    color: black !important;
}

.cookie-notice-container {
    padding: 10px 10px 0px 10px;
    border-bottom: 8px solid rgba(12, 59, 136, .12);
}

#popmake-12617, #popmake-12684, #popmake-13260 {
    width: 537px !important;
    height: 304px !important;
    background-image: url("/wp-content/uploads/2020/03/flyout-bg.jpg");
    background-repeat: no-repeat;
}

.pum-theme-11830 .pum-content + .pum-close, .pum-theme-enterprise-blue .pum-content + .pum-closedir {
    background-color: transparent;
    color: black;
    font-family: Open Sans;
}

/* adjustments for layering of slide out form and belly band with bottom Notification banner */
#wex-offCanvasContact {
    z-index: 10001;
    z-index: 2000000001;
}

.js-off-canvas-overlay.is-overlay-fixed {
    z-index: 10000;
}

/* bug in fleet slide out menu */
.gfield_18wheeler, .gfield_interestedFactoring, .gfield_textpermission {
    position: relative;
}

.gfield_legal_textpermission {
    font-size: .8em;
}

/* locations flyout */
.wex-locations-container {
    width: 537px;
    height: 304px;
}

.wex-locations-item {
    margin-bottom: 0px;
}

.wex-locations-first-item {
    margin-bottom: 0px;
    margin-top: 5px;
}

.wex-gallery-img {
    text-align: center;
}

.wex-gallery-img img:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
}

.wex-gallery-bottom {
    margin-top: 20px;
}

.wex-erg-container {
    text-align: center;
}

.wex-erg-icon {
    max-width: 125px;
    margin-right: 20px;
}

.wex-erg-description {
    margin-left: 20px !important;
}

.faces-overlay-image {
    display: block;
    float: left;
    width: 50%;
}

.faces-overlay-text {
    width: 50%;
    float: left;
    padding-top: 20px 0px 20px 20px;
    background-image: url(/wp-content/uploads/2019/10/lightbox-quotes.png);
    background-position: top left;
    background-repeat: no-repeat;
}

.faces-overlay-text-container {
    padding: 80px 0px 30px 30px;
    font-size: 1.2em;
}

.wex-close-popup {
    background-color: white;
    padding: 0px 0px 0px 30px;
    box-shadow: none;
}

/* Infographic */
.wex-infographic-outer {
    background-repeat: no-repeat;
    width: 100%;
    color: white;
}

.wex-infographic-inner {
    padding: 50px;
    width: 60%;
    font-size: 1.4em;
    line-height: 1.2;
}


/*********** WEX Health DBI Integration ********/
/*
.page-item-14080 {
display:none;
}
*/
.wex-health-percent {
    font-size: 52px;
    color: #007cba;
    margin-bottom: 0px;
}

.wex-mt-90 {
    margin-top: 90px;
}

.wex-mt-80 {
    margin-top: 80px;
}

.wex-mt-70 {
    margin-top: 70px;
}

.wex-mt-60 {
    margin-top: 60px;
}

.wex-mt-50 {
    margin-top: 50px;
}

.wex-mt-40 {
    margin-top: 40px;
}

.wex-mt-35 {
    margin-top: 3.5rem;
}

.wex-mt-30 {
    margin-top: 30px;
}

.wex-mt-20 {
    margin-top: 20px;
}

.wex-mt-10 {
    margin-top: 10px;
}

.wex-mt-5 {
    margin-top: 5px;
}

.wex-mt-3 {
    margin-top: 3rem;
}

.wex-mb-4 {
    margin-bottom: .4rem;
}

.wex-mb-40 {
    margin-bottom: 40px;
}

.wex-mr-30 {
    margin-right: 30px;
}

.wex-mr-20 {
    margin-right: 20px;
}

.wex-lh-12 {
    line-height: 1.2;
}

.wex-lh-11 {
    line-height: 1.1;
}

.wex-mb-0 {
    margin-bottom: 0px;
}

.wex-p-50 {
    padding: 50px;
}

.wex-p-20 {
    padding: 20px;
}

.wex-m-2 {
    margin: 2rem;
}

.wex-al {
    text-align: left;
}

.wex-jump-somewhere {
    color: #999999;
}

.wex-list-none {
    list-style-type: none;
}

.wex-hsa-box {
    background-size: 100px;
    min-height: 420px;
    background-color: #ffffff;
    padding-top: 3.5rem;
    padding-left: 2rem;
    text-align: center;
}

.wex-hsa-box-rt {
    background-color: #ffffff;
    margin: 0;
    padding: 0px;
    height: 100%;
}

.wex-hsa-date {
    color: #CE0E2D;
    font-weight: 900;
    margin: 0px;
}

.wex-hsa-date-1 {
    font-family: Roboto Condensed;
    font-size: 3em;
    margin: 0px;
}

.wex-health-box-pad {
    margin-top: 0px;
}

.wex-benefits-platform {
    text-align: center;
}

.wex-trusted-by {
    color: #aaaaaa;
    margin-top: 40px;
}

.wex-health-logos {
    margin-top: 10px;
    text-align: left;
}

.wex-health-fine {
    font-size: 13px;
    font-style: italic;
}

.wex-health-box {
    background: #F7F7F9;
    padding: 20px 20px 20px 20px;
    margin-bottom: 25px;
}

.wex-health-box-step1 {
    margin-bottom: 20px;
    text-align: left;
}

.wex-health-box-no-bg {
    border-bottom: 8px solid #DAE0EC;
    margin-bottom: 20px;
}

.wex-health-box-wh {
    background: #ffffff;
    padding: 20px;
    border-bottom: 8px solid #DAE0EC;
    margin-bottom: 20px;
}

.wex-circle-icon {
    margin-top: 5px;
    Margin-bottom: 5px;
}

.wex-dbi-lander-top {
    background: url(https://www.wexinc.com/wp-content/themes/WEX/assets/images/hero-bg_short.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.wex-dbi-lander-top1 {
    margin-top: -25px;
}

.wex-dbi-lander-80 {
    margin: 80px 0;
    color: #ffffff;
}

.wex-dbi-lander-bottom {
    background-color: #474747;
    position: relative;
    bottom: 0;
    width: 100%;
}

.wex-dbi-lander-wh {
    color: #ffffff;
}

@media screen and (max-width: 63.9375em) {
    .wex-circle-icon {
        margin-top: 30px;
    }

    .wex-health-box-pad {
        margin-top: 30px;
    }
}

/*********** END WEX Health DBI Integration ********/


.google-data-studio1, .google-data-studio2, .google-data-studio3, .google-data-studio4 {
    position: relative;
    padding-bottom: 56.33%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.google-data-studio1 iframe, .google-data-studio2 iframe, .google-data-studio3 iframe, .google-data-studio4 iframe,
.google-data-studio1 object, .google-data-studio2 object, .google-data-studio3 object, .google-data-studio4 object,
.google-data-studio1 embed, .google-data-studio2 embed, .google-data-studio3 embed, .google-data-studio4 embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.wex-data-viz-head {
    margin-right: 3.2rem !important;
    text-align: center;
    font-weight: bold;
}

.wex-data-viz-head-last {
    text-align: center;
    font-weight: bold;
}

.wex-insights-container {
    background-color: #fafafa;
    border: 1px solid #e1e1e1;
    padding: 20px 20px 0px 0px;
    margin-bottom: 30px;
}

.wex-red-question {
    color: #cd1a34;
}

.wex-fine-print {
    font-size: .8em;
}

.wex-insights-img {
    width: 70%;
    margin-left: 20px;
}

.wex-team-headshot {
    text-align: center;
}

.wex-team-headshot .h4 {
    margin-bottom: 0px;
}

.wex-team-headshot img {
    width: 80%;
}

.wex-bar-chart-container {
    margin-bottom: 20px;
    margin-top: 20px;
}

.wex-bar-chart-row {
    width: 90%;
    height: 10px;
    background-color: white;
    margin-bottom: 0px;
}

.wex-bar-chart-col1 {
    background-color: white;
    width: 35%;
    float: left;
    text-align: right;
    text-transform: uppercase;
    font-weight: bold;
    font-size: .6em;
    line-height: 2.2em;
}

.wex-bar-chart-col2 {
    background-color: white;
    width: 5%;
    float: left;
    text-align: center;
    line-height: 1em;
}

.wex-bar-chart-col3 {
    background-color: white;
    width: 60%;
    float: left;
    color: #ffffff;
    border: 0px solid black;
    font-size: .7em;
    line-height: 1.9em;
    font-weight: bold;
}

.wex-tooltip {
    position: relative;
    display: inline-block;
}

.wex-tooltip .wex-tooltiptext {
    visibility: hidden;
    width: 350px;
    background-color: #333333;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 50%;
    margin-left: -175px;
    font-size: .8em;
    line-height: 1.5em;
}

.wex-tooltip:hover .wex-tooltiptext {
    visibility: visible;
}

.wex-tooltip .wex-tooltiptext::after {
    content: " ";
    position: absolute;
    top: 100%; /* At the bottom of the tooltip */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

.wex-diagram-zoom {
    text-align: center;
    width: 100%;
}

.wex-diagram-zoom img {
    width: 1500px;
}

.breakUp {
    border-bottom: 1px solid #333333;
    margin: 25px 0px;
    width: 100%;
}

@media screen and (max-width: 63.9375em) {
    .position-right.is-transition-push#wex-offCanvasMainNav {
        z-index: 100001;
    }

    .wex-insights-img {
        max-width: 20%;
    }
}

.wex-dual-left {
    padding-right: 10px !important;
}

/* ADA compliance for checkmarks in unordered lists */
ul.wex-feature-list li:before {
    content: '';
}

.wex-feature-list li {
    position: relative; /* make each li a reference frame for absolute positioning of internal content */
}

.wex-feature-list li .fas {
    position: absolute;
    left: -30px; /* move the icon into the empty space created by the ul's padding */
    top: 4px; /* visually align the checkmark to look nice with the chosen font */
    color: #81bc00;
    line-height: 26px;
}

/* ADA compliance */
.wex-img-onclick {
    cursor: pointer;
}

/* ADA for home grown instagram widget */
#wex_instagram_feed_container {
    display: inline;
    width: 100%;
}

#wex_instagram_feed_list li {
    display: inline;
}

.wex_instagram_feed_item {
    float: left;
    width: 21%;
    margin-right: 20px;
}


.wex-section-accordion {
    margin-bottom: 20px !important;
}

/* ADA live chat */
a.chat-rectangle, a.chat-rectangle:active, a.chat-rectangle:link, a.chat-rectangle:visited {
    color: #666666 !important;
}

/* resources pagination */
.pagination-next:after,
.pagination-previous:before {
    content: "" !important;
}

.wex-darker-text {
    color: #333333 !important;
}

/*********** colors for ADA ***********/
body, .wp-caption-text, .wex-news_title {
    color: #333333 !important;
}

.wex-news .wex-news_insight-type {
    color: #555555 !important;
}

label, .wex-form--subscribe {
    color: #333333 !important;
}

.validation_error, .validation_message, .validation_list {
    color: #333333 !important;
    font-weight: bold !important;
}

ol li::marker {
    font-weight: bold;
}

ol li a {
    font-weight: normal;
    color: #333333 !important;
}

/*********** colors for ADA ***********/

/* bug in fixed header on mobile - fix jump in header when sidenav opens */
@media screen and (max-width: 63.9375em) {
    .position-right.is-transition-push#wex-offCanvasMainNav {
        background: #007cbb;
        z-index: 10001;
    }

    .wex_instagram_feed_item {
        width: 100%;
        margin-right: 0px;
    }
}

.js-off-canvas-overlay.is-overlay-fixed {
    position: fixed;
    z-index: 10000;
}

/* corp payments */
.wex-cp-img {
    margin-bottom: 10px;
    margin-top: 10px;
}

/************ styles for previous/next blog post function RK *************/

.previous-next-links {
    margin-bottom: 0.22222rem;
    line-height: 1.6;
    font-size: 1.1rem;
    font-family: Roboto Condensed, Open Sans, Helvetica, Roboto, Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    color: #333;
    text-rendering: optimizeLegibility;
}

.previous-next-links a {
    text-decoration: none;
}

.previous-next-links span.fas.fa-angle-left {
    color: #cf102d;
}

.previous-next-links span.fas.fa-angle-right {
    color: #cf102d;
}

.wex-blog-nav .fas {
    color: #333;
    transition: left .5s ease-out, right .5s ease-out;
    position: relative;
    font-weight: 900;
    font-size: 1.3em;
}

.wex-blog-nav .fas-v1 {
    color: #555;
    transition: left .5s ease-out, right .5s ease-out;
    position: absolute;
}

.image-previous {
    float: left;
    width: 250px;
}

.wex-blog-nav ul {
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 0;
    margin-bottom: 0;
    flex-wrap: nowrap;
    gap: 0px 24px;
}

.wex-blog-nav-blog-title ul {
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    margin-left: 0;
    margin-bottom: 0;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 0px 24px;
}

.wex-blog-nav-blog-title ul > li {
    width: 40%
}

.wex-blog-nav-blog-title ul li:last-of-type a {
    margin-right: 20px;
}

.wex-blog-nav-blog-title img {
    margin-bottom: 0px !important;
}

.wex-blog-nav-blog-title ul li:first-of-type a {
    margin-left: 0px;
}

.wex-blog-nav-blog-title ul li:last-of-type a {
    margin-right: 0px;
}

.cell-border {
    border-bottom: 8px solid rgba(12, 59, 136, .08);
    border-left: 1px solid rgba(12, 59, 136, .08);
    border-right: 1px solid rgba(12, 59, 136, .08);
}

.wex-news-alt {
    flex-direction: column;
}

.wex-news-alt .wex-news-alt_info > :last-child {
    padding-bottom: 20px;
}

.wex-news-alt--tall .wex-news-alt_image {
    border-bottom: none;
}

.wex-news-alt--tall .wex-news-alt_info {
    margin-top: 0;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    background-color: #ffffff;
}

.wex-news-alt_title {
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 20px;
    display: block;
}

/*
.cell > h2 {
    text-align: center;
}
*/
.cell-recommended-v3 > h2 {
    text-align: center;
}

.cell-recommended-v3 > h6 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
}

.cell > h6 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
}

.wex-news-alt .wex-news-alt_category {
    font-family: Roboto Condensed, Open Sans, Helvetica, Roboto, Arial, sans-serif;
    color: #cf102d;
    font-size: 1.11111rem;
    text-decoration: none;
}

.wex-news-alt .wex-news-alt_insight-type {
    font-size: .77778rem;
    text-transform: uppercase;
    margin-top: 0.44444rem;
    color: #747575;
}

/*************styles for recommended reading blog module RK************/

.recommended-title-links {
    margin-bottom: .5rem;
}

/***********styles for featured content module RK**************/

.img-featured-content {
    float: right;
    display: inline-block;
}

.cropped {
    width: 463px;
    height: 299px;
    object-fit: cover;
}

.featured-content-text {
    vertical-align: text-bottom;
}

/***********styles for regulatory compliance notices page template RK**************/

.regulatory-compliance-links h4 {
    margin-bottom: .5rem;
}

/*======================SCP Image/Text Content Block CSS RK==================*/

div.cps.grid-x.grid-margin-x {
    align-items: center;
}

/*=========================Blogs Page New CSS RK====================*/

.wex-button-menu-new li a {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
}

@media screen and (min-width: 47.5em) {
    [data-trigger-wex-tabs] .wex-button-menu li a {
        padding: 0.8rem;
    }
}

/**********************styles for Resources & Knowledge 2022 RK*********************/

.grid-x-resources > .cell-resources {
    background-color: #F6F7FA;
}

.grid-x-resources-carousel {
    display: flex;
    flex-flow: row wrap;
    align-content: flex-start;
    align-items: center;
}

.wex-news-alt--tall-resources-carousel .wex-news-alt_info-resources-carousel {
    background-color: none;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 30px;
    padding-right: 10px;
    width: 100%;
}

.wex-news-alt--tall-resources .wex-news-alt_info-resources {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    background-color: #F6F7FA;
}

.wex-news_category-resources {
    font-size: 16px;
}

.wex-news-alt-resources .wex-news-alt_category-resources {
    font-family: Roboto Condensed, Open Sans, Helvetica, Roboto, Arial, sans-serif;
    color: #cf102d;
    font-size: 18px;
    text-decoration: none;
}

.wex-news-alt-resources .wex-news-alt_insight-type-resources {
    font-size: .77778rem;
    text-transform: uppercase;
    margin-top: 20px;
    color: #747575;
}

.resource-dropdowns {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    align-content: center;
}

@media screen and (max-width: 1200px) {
    .wex-resource-type-select {
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        align-content: left;
        align-items: flex-start;
    }

    .resources-submit {
        padding-bottom: 20px;
    }
}

.wex-select-inline-lob {
    padding-right: 15px;
}

.wex-select-inline-lob select {
    padding-right: 7.333rem;
}

.wex-select-inline-type {
    padding-right: 15px;
}

.wex-select-inline-type select {
    padding-right: 10.333rem;
}

.wex-pagination-resources {
    /*display: inline-block;*/
    text-align: right;
}

/*.wex-pagination-resources li:last-child {
    display: inline-block;
}

.pagination-resources a, .pagination-resources button {
    display: inline-block;
    text-align: right;
    padding: 0.16667rem 0.55556rem;
    border-radius: 4px;
    color: #000;
}*/

#lines-of-business option {
    background-color: #666666;
    color: #fff;
    border-radius: 10px;
}

#resource_type option {
    background-color: #666666;
    color: #fff;
    border-radius: 10px;
}

.resources-submit {
    padding-top: 4px;
    display: inline-block;
}

.resources-submit-button {
    height: 40px;
    width: 110px;
    background-color: #333;
    color: #fff;
    border: none;
}

.resources-submit-button:hover {
    background-color: #666;
    color: #fff;
    border: none;
    cursor: pointer;
}

.resources-reset a {
    font-size: 15px;
    color: #666;
}

.resources-reset::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    color: #666;
    content: "\f057";
}

.wex-news-alt_title-resources {
    min-height: 80px;
}

section.hidden-resources {
    display: none;
}

/*=========================Benefits Buzz Subscribe Form CSS==============*/


.benefits-buzz-subscribe-form > .gfield_label {
    color: #fff !important;
}

body #gform_wrapper_54 .gform_body .gform_fields .gfield .ginput_container_email input {
    /* border: 1px #253746; */
    background-color: #fff;
}

body #gform_wrapper_54 .validation_error {
    display: none;
}

#gform_wrapper_54 ol.validation_list li a {
    display: none;
}

body #gform_wrapper_54 .gform_body .gform_fields .gfield_error .validation_message {
    color: #C8102E !important;
}

body #gform_confirmation_wrapper_54 .gform_confirmation_message {
    color: #fff !important;
}

li.captcha-51 > label.gfield_label {
    color: #fff !important;
}

.fa-times-circle:before {
    color: #fff;
}

/*============================Popup Maker CSS RK==============*/

.pum-overlay.pum-active,
.pum-overlay.pum-active .popmake.active {
    display: block !important;
}

.pum-content.popmake-content::before {
    content: none !important;
    display: none !important;
}

/*======= New Resources Pages ======*/

.wex-news-alt_title-resources {
    min-height: 110px;
}

.wex-news-alt_title-standalone {
    min-height: 110px;
}

/*================= Get Started 2021 Page CSS ===================*/

.button-flyin {
    margin-top: -2px;
}

/*================benefitexpress page CSS=======================*/
.be-grey-circles {
    display: flex;
    background-image: url(https://www.wexinc.com/wp-content/uploads/2022/06/grey_circle_arrow_190px.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: top;
    text-align: center;
    vertical-align: middle;
    flex-direction: column;
    background-size: contain;
    /*justify-content: space-around;*/
}

.be-grey-circle {
    display: flex;
    background-image: url(https://www.wexinc.com/wp-content/uploads/2022/06/grey_circle_2.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: top;
    text-align: center;
    vertical-align: middle;
    flex-direction: column;
    background-size: contain;
    /*justify-content: space-around;*/
}

.be-navy-arrows {
    display: flex;
    background-image: url(https://www.wexinc.com/wp-content/uploads/2022/06/navy-arrows.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    flex-direction: column;
    justify-content: space-around;
}

h2.be-2001 {
    color: #c8102e;
    padding-top: 45px;
    padding-right: 50px;
}

h2.be-2021 {
    color: #c8102e;
    padding-right: 47px;
}

h5.be-2022 {
    color: #c8102e;
    line-height: 1rem;
    margin-bottom: 0px;
    padding-right: 47px;
    padding-top: 35px;
}

p.be-2021 {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    padding-top: 40px;
}

p.be-2022 {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    padding-top: 33px;
}

@media screen and (max-width: 1200px) {

    h2.be-2001 {
        font-size: 1.8rem;
        color: #c8102e;
        padding-top: 40px;
        padding-right: 50px;
    }

    h2.be-2021 {
        font-size: 1.8rem;
        color: #c8102e;
        padding-right: 47px;
    }

    h5.be-2022 {
        font-size: 0.9rem;
        color: #c8102e;
        line-height: 1rem;
        margin-bottom: 0px;
        padding-right: 47px;
        padding-top: 30px;
    }

    p.be-2021 {
        font-size: 14px;
        font-weight: bold;
        text-align: left;
        padding-top: 40px;
    }

    p.be-2022 {
        font-size: 14px;
        font-weight: bold;
        text-align: left;
        padding-top: 33px;
    }


}

@media screen and (max-width: 1024px) {

    h2.be-2001 {
        font-size: 1.4rem;
        color: #c8102e;
        padding-top: 35px;
        padding-right: 40px;
    }

    h2.be-2021 {
        font-size: 1.4rem;
        color: #c8102e;
        padding-right: 40px;
    }

    h5.be-2022 {
        font-size: 0.7rem;
        color: #c8102e;
        line-height: 1rem;
        margin-bottom: 0px;
        padding-right: 40px;
        padding-top: 25px;
    }

    p.be-2021 {
        font-size: 14px;
        font-weight: bold;
        text-align: left;
        padding-top: 30px;
    }

    p.be-2022 {
        font-size: 14px;
        font-weight: bold;
        text-align: left;
        padding-top: 23px;
    }

}

@media screen and (max-width: 768px) {

    h2.be-2001 {
        font-size: 1.2rem;
        color: #c8102e;
        padding-top: 25px;
        padding-right: 30px;
    }

    h2.be-2021 {
        font-size: 1.2rem;
        color: #c8102e;
        padding-right: 30px;
    }

    h5.be-2022 {
        font-size: 0.6rem;
        color: #c8102e;
        line-height: 1rem;
        margin-bottom: 0px;
        padding-right: 30px;
        padding-top: 15px;
    }

    p.be-2021 {
        font-size: 14px;
        font-weight: bold;
        text-align: left;
        padding-top: 25px;
    }

    p.be-2022 {
        font-size: 14px;
        font-weight: bold;
        text-align: left;
        padding-top: 18px;
    }

}

@media screen and (max-width: 638px) {

    h2.be-2001 {
        font-size: 2.222rem;
        color: #c8102e;
        padding-top: 75px;
        padding-right: 80px;
    }

    h2.be-2021 {
        font-size: 2.222rem;
        color: #c8102e;
        padding-right: 80px;
    }

    h5.be-2022 {
        font-size: 1.111rem;
        color: #c8102e;
        line-height: 1rem;
        margin-bottom: 0px;
        padding-right: 80px;
        padding-top: 65px;
    }

    p.be-2021 {
        font-size: 14px;
        font-weight: bold;
        text-align: left;
        padding-top: 65px;
    }

    p.be-2022 {
        font-size: 14px;
        font-weight: bold;
        text-align: left;
        padding-top: 58px;
    }

}

@media screen and (max-width: 560px) {

    h2.be-2001 {
        font-size: 2.222rem;
        color: #c8102e;
        padding-top: 60px;
        padding-right: 70px;
    }

    h2.be-2021 {
        font-size: 2.222rem;
        color: #c8102e;
        padding-right: 70px;
    }

    h5.be-2022 {
        font-size: 1.111rem;
        color: #c8102e;
        line-height: 1rem;
        margin-bottom: 0px;
        padding-right: 70px;
        padding-top: 55px;
    }

    p.be-2021 {
        font-size: 14px;
        font-weight: bold;
        text-align: left;
        padding-top: 60px;
    }

    p.be-2022 {
        font-size: 14px;
        font-weight: bold;
        text-align: left;
        padding-top: 53px;
    }

}

@media screen and (max-width: 500px) {

    h2.be-2001 {
        font-size: 2.222rem;
        color: #c8102e;
        padding-top: 50px;
        padding-right: 60px;
    }

    h2.be-2021 {
        font-size: 2.222rem;
        color: #c8102e;
        padding-right: 60px;
    }

    h5.be-2022 {
        font-size: 1.111rem;
        color: #c8102e;
        line-height: 1rem;
        margin-bottom: 0px;
        padding-right: 60px;
        padding-top: 45px;
    }

    p.be-2021 {
        font-size: 14px;
        font-weight: bold;
        text-align: left;
        padding-top: 60px;
    }

    p.be-2022 {
        font-size: 14px;
        font-weight: bold;
        text-align: left;
        padding-top: 48px;
    }

}

@media screen and (max-width: 468px) {

    h2.be-2001 {
        font-size: 1.8rem;
        color: #c8102e;
        padding-top: 55px;
        padding-right: 55px;
    }

    h2.be-2021 {
        font-size: 1.8rem;
        color: #c8102e;
        padding-right: 55px;
    }

    h5.be-2022 {
        font-size: 0.9rem;
        color: #c8102e;
        line-height: 1rem;
        margin-bottom: 0px;
        padding-right: 55px;
        padding-top: 45px;
    }

    p.be-2021 {
        font-size: 14px;
        font-weight: bold;
        text-align: left;
        padding-top: 50px;
    }

    p.be-2022 {
        font-size: 14px;
        font-weight: bold;
        text-align: left;
        padding-top: 38px;
    }

}

@media screen and (max-width: 400px) {

    h2.be-2001 {
        font-size: 1.8rem;
        color: #c8102e;
        padding-top: 45px;
        padding-right: 45px;
    }

    h2.be-2021 {
        font-size: 1.8rem;
        color: #c8102e;
        padding-right: 45px;
    }

    h5.be-2022 {
        font-size: 0.9rem;
        color: #c8102e;
        line-height: 1rem;
        margin-bottom: 0px;
        padding-right: 45px;
        padding-top: 35px;
    }

    p.be-2021 {
        font-size: 14px;
        font-weight: bold;
        text-align: left;
        padding-top: 40px;
    }

    p.be-2022 {
        font-size: 14px;
        font-weight: bold;
        text-align: left;
        padding-top: 33px;
    }

}

@media screen and (max-width: 370px) {

    h2.be-2001 {
        font-size: 1.4rem;
        color: #c8102e;
        padding-top: 40px;
        padding-right: 45px;
    }

    h2.be-2021 {
        font-size: 1.4rem;
        color: #c8102e;
        padding-right: 45px;
    }

    h5.be-2022 {
        font-size: 0.7rem;
        color: #c8102e;
        line-height: 1rem;
        margin-bottom: 0px;
        padding-right: 45px;
        padding-top: 30px;
    }

    p.be-2021 {
        font-size: 14px;
        font-weight: bold;
        text-align: left;
        padding-top: 25px;
    }

    p.be-2022 {
        font-size: 14px;
        font-weight: bold;
        text-align: left;
        padding-top: 18px;
    }

}

/*======================Stephanie's Pages Benefits Form CSS=====================*/

.page-id-16762 .benefits-buzz-subscribe-form > .gfield_label {
    color: #333 !important;
}

.page-id-16762 li.captcha-51 > label.gfield_label {
    color: #333 !important;
}

.page-id-16763 .benefits-buzz-subscribe-form > .gfield_label {
    color: #333 !important;
}

.page-id-16763 li.captcha-51 > label.gfield_label {
    color: #333 !important;
}

.page-id-16764 .benefits-buzz-subscribe-form > .gfield_label {
    color: #333 !important;
}

.page-id-16764 li.captcha-51 > label.gfield_label {
    color: #333 !important;
}

/*========New R&K Page Most Popular Resources CSS========*/

.wex-news-alt_title_mp {
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 20px;
    display: block;
    min-height: 60px;
}

/*=========== WEX-1071 / Developer portal mega menu =============*/
@media screen and (min-width: 1025px) {
    .mega-menu-item-16969 {
        margin: 40px 0 0 0 !important;
        padding: 0px 0px 0px 30px !important;
        border-left: solid 2px #ffffff6b !important;
        height: 90% !important;
    }
}

@media screen and (max-width: 1024px) {
    .mega-menu-item-16969 .mega-sub-menu {
        display: none !important;
    }

    .mega-menu-item-16971 .mega-sub-menu {
        display: none !important;
    }
}

/*=========== WEX-1230 / If my browser is set to dark mode (Firefox only), the dropdowns on Gravity Forms are dark too ========*/
.gform-body select,
.gform-body select:focus {
    background-color: rgb(245 247 250);
}

/*=========== Match your military skills page - iframe styling ========*/
.page-id-19864 iframe {
    border:none;
    margin-top:30px;
}

/*=============WEX-1648 / My HSA Planner new page======================*/
ul.hsa-planner {
    margin-left: 2.5rem;
}

.piggybank-rectangle {
    box-sizing: border-box;
    width: auto;
    min-height: 297px;
    /* Sky Blue/-4 */
    background: #F1FAFE;
    /* Grays / 7 */
    border: 1px solid #D3D2D2;
    border-radius: 5px;
    margin-left: 1px;
    margin-right: 2px;
}

.piggybank-wex-logo {
    width: 125px;
    float: left;
    margin-left: -15px
}

.piggybank-left {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 20px;
}

.piggybank-right {
    background: url('/wp-content/uploads/2023/05/hsa-planner-img.png');
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: top;
}

@media screen and (max-width: 940px) {
    .piggybank-right {
        display: none;
    }
}
