/*
Custom Styles. Bootstrap Styles are default'
*/

* {
}

.hide {
    display: none;
}

a, input, button {
    -webkit-transition: all ease .2s;
    -moz-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s;
}

body {
    font-family: 'Open Sans', sans-serif;
    background: #fff;
    color: #636666; /*#8f8f8f;*/
    font-size: 16px;
}

/* defaults for the variable WEIGHT and FILL material symbols, override as needed */
.material-symbols-outlined {
    font-variation-settings: 
        'FILL' 1, 
        'wght' 400
}

header.main__header {
    background: #2d6cb1;
}

.page-loading {
    visibility: hidden;
    z-index: 9999;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    top: 50%;
}

a {
    color: #2d6cb1;
}

    a:hover {
        color: #2d6cb1;
    }

hr {
    border-color: #c8c8c8;
    margin: 10px 0 10px 0;
}

h1 {
    margin-top: 0;
    padding-top: 35px;
    font-size: 44px;
    color: #2D6CBE;
    font-weight: 300;
    font-family: Comfortaa, 'Open Sans', sans-serif;
}

h2 {
    margin-top: 0;
    margin-bottom: 24px;
    padding-top: 36px;
    color: #2D6CBE;
    font-weight: 300;
    font-family: Comfortaa, 'Open Sans', sans-serif;
}

h3 {
    margin-top: 0;
    padding-top: 35px;
    font-size: 27px;
    color: #2D6CBE;
    font-weight: 300;
    font-family: Comfortaa, 'Open Sans', sans-serif;
}

    h3 a {
        color: #2D6CBE;
    }

        h3 a:hover {
            text-decoration: none;
            color: #2d6cb1;
        }

h4 {
    font-size: 19px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    text-transform: noen;
    color: #2D6CBE;
}

    h4 a {
        color: #afafaf;
    }

        h4 a:hover {
            text-decoration: none;
            color: #2d6cb1;
        }

h5 {
    font-size: 17px;
    color: #2D6CBE;
    font-weight: normal;
}

.registrationMark {
    vertical-align: text-top;
    font-size: 9px;
    top: -4px !important;
    padding-right: 0 !important;
    margin-left: -30px;
}

/*Container*/
.main__middle__container .row ul, .main__middle__container .row ol {
    padding-left: 20px;
}

.main__middle__container {
    width: 100%;
}

.row {
    padding: 4px 0;
}

.container .row:first-child {
    padding: 4px 0;
}

.col-md-4 {
    padding-bottom: 32px;
}

.clr {
    clear: both;
    margin: 0;
    padding: 0;
    width: 100%
}

/*Main Navigaion Menu*/
.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-toggle:focus {
    outline: 5px auto -webkit-focus-ring-color;
}

.nav-inverted {
    -webkit-transform: rotate(180deg); /* Chrome and other webkit browsers */
    -moz-transform: rotate(180deg); /* FF */
    -o-transform: rotate(180deg); /* Opera */
    -ms-transform: rotate(180deg); /* IE9 */
    transform: rotate(180deg);
    display: inline-block;
    width: 100%;
    text-align: center;
}

.logo-container-base {
    background: white;
    display: inline-block;
    height: 90px;
    margin-left: 20px;
    margin-top: 55px;
    position: relative;
    width: 250px;
    float: right;
}

    .logo-container-base:before {
        border-bottom: 35px solid white;
        border-left: 125px solid transparent;
        border-right: 125px solid transparent;
        content: "";
        height: 0;
        left: 0;
        position: absolute;
        top: -34px;
        width: 0;
    }

.nav-second-logo-container {
    top: 20px;
    position: relative;
    /*left: 10px;*/
}

.nav-second-logo {
    max-width: 210px;
    max-height: 65px; /*Do Not REMOVE. See: CLUB-545*/
    /*border-radius: 100px;*/
}

.navbar-default {
    background: none;
    border: none;
    padding: 0;
    margin-bottom: 0;
}

    .navbar-default .fa {
        font-size: 21px;
        padding-right: 5px;
    }

    .navbar-default .navbar-header {
        float: none;
        /*text-align: center;*/
        /*text-align: left;*/
    }

    .navbar-default .navbar-brand, .navbar-default .navbar-brand:hover {
        display: inline-block;
        margin-bottom: 0px;
        float: none;
        padding: 9px 0 20px;
        height: 115px;
    }

        .navbar-default .navbar-brand a {
            color: #fff;
            text-decoration: none;
        }

        .navbar-default .navbar-brand span {
            display: inline-block;
            margin: 0 12px;
            text-align: center;
            width: 42px;
            color: #2d6cb1;
            background: #fff;
            border-radius: 21px;
        }

        .navbar-default .navbar-brand a span {
            color: #2d6cb1;
        }

    .navbar-default .navbar-collapse {
        border-color: transparent;
        padding-left: 0;
        padding-right: 0;
    }

    .navbar-default .navbar-nav {
        float: none;
        /*text-align: justify;*/
        font-size: 0;
        line-height: 0;
        /*border-bottom: 2px solid #ffffff;*/
    }

        .navbar-default .navbar-nav:after {
            content: "";
            display: inline-block;
            width: 100%;
            height: 0;
        }

        .navbar-default .navbar-nav > li {
            display: inline-block;
            float: none;
            font-size: 13px;
            line-height: 14px;
        }

            .navbar-default .navbar-nav > li > a {
                margin: 0 0 -2px;
                padding: 24px 18px;
                color: #ffffff;
                text-transform: uppercase;
                /*border-bottom: 2px solid #ffffff;*/
            }

                .navbar-default .navbar-nav > li > a:hover,
                .navbar-default .navbar-nav > li:hover > a {
                    color: #ff9224;
                    background: #3574ba;
                    border-bottom: 2px solid #ff9224;
                }

            .navbar-default .navbar-nav > li.active > a,
            .navbar-default .navbar-nav > li.active > a:hover {
                color: #ffffff;
                background: #ff9224;
                border-bottom: 2px solid #ffffff;
            }

ul.dropdown-menu {
    padding: 1px 0 0;
    left: 0 !important;
    background: none;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    border: none;
}

    ul.dropdown-menu li {
        background: rgba(39,43,46,0.9);
        border-bottom: 1px solid #3d3a44;
    }

        ul.dropdown-menu li:last-child {
            border-bottom: none;
        }

    ul.dropdown-menu > li > a {
        color: #bdbdbd;
        font-size: 12px;
        padding: 15px 20px;
        text-transform: uppercase;
    }

        ul.dropdown-menu > li > a:hover {
            color: #ff9224;
            background: none;
        }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #ec6d07;
    background-color: transparent;
}

/*Buttons*/
@media (max-width: 990px) {
    .solicitation {
        text-align: center !important;
    }
    .solicitation-mobile {
        padding-bottom: 0px !important;
    }
}
@media (min-width: 767px) {
    .solicitation-p {
        float:left;
    }
}

.btn {
    font-family: Comfortaa, 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 10px;
}

button.btn-primary:focus {
    outline: none;
}

.btn-secondary {
    padding-left: 40px;
    padding-right: 40px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    color: #444444;
    font-size: 18px;
    line-height: 1.2em;
    border: 1px solid #eeeeee;
    background: #eeeeee;
}

    .btn-secondary:hover, .btn-secondary:focus {
        color: #666666;
        border: 1px solid #eeeeee;
        background: #eeeeee;
    }

.btn-primary {
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    /*color: #ffffff !important;*/
    color: #000000;
    font-size: 18px;
    line-height: 1.2em;
    border: 1px solid #ff9224;
    background: #ff9224;
}

    .btn-primary:hover, .btn-primary:focus {
        color: #ffffff;
        border: 1px solid #2d6cb1;
        background: #2d6cb1;
    }

button.btn-danger {
    background: #BF1E2E;
    color: white;
    border: none;
}

button.btn-danger:hover,
button.btn-danger:focus {
    background: #AF0E1E;
    border: none;

}

button.btn-success {
    background: #257c31;
    color: white;
    border: none;
}

button.btn-success:hover,
button.btn-success:focus {
    background: #156C21;
    border: none;
}


/* Aside */
aside h3 {
    border-top: 1px solid #cccccc;
    line-height: 29px;
    margin-bottom: 40px;
    text-transform: none;
}

    aside h3 span {
        position: relative;
        top: 1px;
        padding-right: 30px;
    }

aside img {
    width: 100%;
    margin-bottom: 10px;
    max-width: 360px;
}

aside ul li {
    border-bottom: 1px solid #cccccc;
    padding: 10px 0;
}

    aside ul li:last-child {
        border-bottom: none;
    }

aside a.btn {
    margin: 5px 0 13px 0;
}

/* Main Content*/
.main-content h2 {
    margin-bottom: 10px;
    line-height: 32px;
    font-size: 28px;
    text-transform: none;
}

    .main-content h2 span {
        position: relative;
        top: 1px;
        padding-right: 30px;
    }

/* Footer */
footer {
    background: #333333;
    padding: 15px 0;
    color: #cccccc;
    box-shadow: 0px 500px 0px 500px #333333;
}

    footer h3 {
        color: #fff;
        text-transform: uppercase;
        padding-bottom: 20px;
        font-weight: 300;
    }

    footer hr {
        border-top: 1px solid #47454a;
        margin: 5px 0 0 0;
    }

    footer p span {
        color: #ffffff;
    }

    footer .text-center {
        padding: 10px 0;
        margin: 0;
    }

    footer a {
        color: #fff;
    }

/*Responsive - debugging default problems*/
.img-responsive {
    margin: 0 auto;
}

.no-margin {
    margin: 0;
}

.row.nothing {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

ul.dropdown-menu {
    display: block;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    top: 85% !important;
    opacity: 0;
    visibility: hidden;
}

.dropdown:hover .dropdown-menu {
    top: 100% !important;
    opacity: 1;
    visibility: visible;
}




/*Responsive*/
@media(max-width:1200px) {
    .navbar-default .navbar-nav > li > a {
        font-size: 11px;
        padding: 17px 3px;
    }
}

@media(max-width:880px) {
    .navbar-default .navbar-nav > li > a {
        font-size: 11px;
        padding: 17px 14px;
    }
}

@media(max-width:991px) {
    .navbar-default .fa {
        display: none;
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 12px;
        padding: 17px 3px;
    }
}

@media(min-width:768px) and (max-width: 991px) {
    h1, .text-center.sz60 {
        font-size: 30px;
    }

    h2 {
        font-size: 24px;
    }

    h4 {
        font-size: 12px;
    }

    .nav-justified > li {
        padding: 0 12px;
        display: block;
        float: left;
        width: auto;
    }

    .main__middle__container {
        overflow: hidden;
        max-width: 100%;
    }

    .row {
        padding: 15px 0;
    }
}

@media(max-width:768px) {
    #content > br[style] {
        display: none;
    }

    .dropdown:hover .dropdown-menu {
        display: none;
    }

    .dropdown.open:hover .dropdown-menu {
        display: block;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li {
        border: none;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a {
            color: #fff;
        }

            .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
                color: #ff831f;
            }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        color: #ff831f;
        background-color: transparent;
    }
}

@media(max-width:767px) {
    .navbar-collapse {
        height: 0px;
        overflow: hidden;
        margin-top: 0;
        border-top: none;
        box-shadow: 0 0px 0 rgba(255, 255, 255, 0) inset;
    }

        .navbar-collapse.navbar-left {
            margin-top: 110px;
            margin-bottom: -20px;
        }

        .navbar-collapse.in {
            display: block !important;
        }

    .navbar-default .navbar-nav {
        padding: 0;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li {
            display: block;
            width: 100%;
        }

            .navbar-default .navbar-nav .open .dropdown-menu > li > a {
                color: #2d6cb1;
                display: block;
                width: 100%;
            }

    .dropdown-toggle {
        color: #2d6cb1;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #fff;
        background-color: #222;
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        color: #ffffff;
        background-color: transparent;
    }

    .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 15px;
    }

    .navbar-default .navbar-nav > li {
        display: block;
        padding: 10px 0;
        text-align: center;
        margin-left: -35px;
    }

    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:active {
        background-color: #cccccc;
    }

    .navbar-default .navbar-toggle {
        border-color: #fff;
        top: 10px;
        position: absolute;
        right: 93%;
        margin-right: -22px;
    }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #fff;
        }

        .navbar-default .navbar-toggle:hover .icon-bar {
            background-color: #fff;
        }

    .navbar-default .navbar-nav > li a {
        padding: 5px 0;
    }

    .three-blocks {
        background-size: 100% 100%;
    }

    .navbar-default .navbar-nav > li > a {
        padding: 10px 10px;
    }

    .dropdown:hover .dropdown-menu {
        display: none;
    }

    ul.dropdown-menu {
        visibility: visible;
        opacity: 1;
        display: none;
        position: relative;
        left: 0px;
        top: 0px !important;
    }

    .dropdown:hover .dropdown-menu {
        top: 0 !important;
    }

    .navbar-default .navbar-nav > li {
        margin-left: 0px;
    }

    .open .dropdown-menu, .open:hover .dropdown-menu {
        display: block;
        visibility: visible;
        opacity: 1;
    }

    .navbar-collapse.in {
        max-height: 350px;
    }

    .navbar-default ul.navbar-collapse {
        display: block !important;
        height: 0px;
    }

    .navbar-default .navbar-nav > li {
        padding: 0px;
    }

    .dropdown-menu li {
        border: 0px !important;
    }

    .navbar-default .navbar-nav > li.open {
        border-bottom: 1px solid #2d6cb1;
    }

    .navbar-default .navbar-brand, .navbar-default .navbar-brand:hover {
        padding: 15px 0 15px 0px;
        height: 83px;
    }

    h1, .text-center.sz60 {
        font-size: 24px;
        padding-top: 5px;
    }

    h2 {
        font-size: 22px;
    }

    h3 {
        font-size: 20px;
    }

    .pull-left {
        float: none !important;
    }

    .pull-right {
        float: none !important;
    }

    .main__middle__container {
        overflow: hidden;
        max-width: 100%;
    }

    footer {
        overflow: hidden;
        max-width: 100%;
    }

    footer {
        padding-top: 0px;
    }

    .navbar-default .nav-justified > li.dropdown:hover, .navbar-default .nav-justified > li.dropdown.active {
        border-top: 0px solid #adc648;
    }

    .row {
        padding: 15px 0;
    }
}

@media(max-width:440px) {
    .active {
        opacity: 1;
    }

        .active.left, .active.right {
            left: 0;
            opacity: 0;
            z-index: 1;
        }
}

/* Accordion */
.accordionHeader {
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

/* Treeview Styles */

.NodeStyle {
    color: #2E4d7B !important;
}

.HoverNodeStyle {
    color: #2E4d7B !important;
}

.SelectedNodeStyle {
    color: #2E4d7B !important;
}

.intrinsic-container {
    position: relative;
    height: 0;
    overflow: hidden;
}

    .intrinsic-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.skip {
    position: absolute;
    top: -1000px;
    left: -1000px;
    height: 1px;
    width: 1px;
    text-align: left;
    overflow: hidden;
    color: #fff;
}

a.skip:active,
a.skip:focus,
a.skip:hover {
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    overflow: visible;
    color: #fff;
}

.loading {
    font-family: Arial;
    font-size: 10pt;
    border: 5px solid #67CFF5;
    width: 200px;
    height: 200px;
    display: none;
    position: fixed;
    background-color: White;
    z-index: 999;
}

.DealLogo {
    float: right;
    vertical-align: top;
    /*position: relative;
    vertical-align: top;*/
    /*margin: 10px;*/
    max-width: 100%;
    height: auto;
    text-align: right;
    padding-bottom: 20px;
    display: block;
}

.box2, .box2_rightbar {
    margin: 0px;
    padding: 10px;
    border-radius: 10px;
    /*background:#fff;
    box-shadow: 0px 0px 5px rgba(0,0,0,.5);*/
}

.box2_rightbar {
    margin: 0px;
    padding: 8px;
}

    .box2, .box2 p, .box2 label, .box2_rightbar p {
        font-size: 12px;
        color: #555;
    }

        .box2.rec {
        }

        .box2.halfright {
            width: 670px;
            min-height: 300px;
            float: right;
        }

        .box2.columnLeft {
            width: 220px;
            margin-right: 2px;
            margin-bottom: 0;
            float: left;
            clear: left;
            padding-left: 10px;
            /*min-height:420px;*/
        }


.modal-header .close {
    color: #636666 !important;
    opacity: 1;
}

.GridTable th {
    background-color: #2d6cb1;
    text-align: center;
    font-weight: bold;
    color: white;
}

/*nav search*/
.navSearch {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

    .navSearch:before,
    .navSearch:after {
        display: table;
        content: " ";
    }

    .navSearch:after {
        clear: both;
    }

    .navSearch > li {
        position: relative;
        display: block;
    }

        .navSearch > li > a {
            position: relative;
            display: block;
            padding: 5px 6px;
        }

            .navSearch > li > a:hover,
            .navSearch > li > a:focus {
                text-decoration: none;
                background-color: #eeeeee;
            }

        .navSearch > li.disabled > a {
            color: #999999;
        }

            .navSearch > li.disabled > a:hover,
            .navSearch > li.disabled > a:focus {
                color: #999999;
                text-decoration: none;
                cursor: not-allowed;
                background-color: transparent;
            }

    .navSearch .open > a,
    .navSearch .open > a:hover,
    .navSearch .open > a:focus {
        background-color: #eeeeee;
        border-color: #428bca;
    }

        .navSearch .open > a .caret,
        .navSearch .open > a:hover .caret,
        .navSearch .open > a:focus .caret {
            border-top-color: #2a6496;
            border-bottom-color: #2a6496;
        }

    .navSearch .nav-divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .navSearch > li > a > img {
        max-width: none;
    }

.StripeElement {
    background-color: white;
    height: 40px;
    padding: 10px 12px;
    border-radius: 4px;
    border: 1px solid transparent;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

.FullScreenOverlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.4);
    overflow-y: hidden;
    transition: 0.5s;
}

.FullScreenOverlay-Content {
    position: relative;
    top: 40%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    font-size: 25px;
    color: white;
    background-color: darkorange;
    display: inline-block;
}

#card-errors {
    color: red;
}



@media(max-width: 767px) {
    nav.navbar > .row:first-child {
        padding: 0px;
        display: flex;
        flex-direction: column;
        position: relative;
    }

    .nav-inverted {
        -webkit-transform: rotate(180deg); /* Chrome and other webkit browsers */
        -moz-transform: rotate(180deg); /* FF */
        -o-transform: rotate(180deg); /* Opera */
        -ms-transform: rotate(180deg); /* IE9 */
        transform: rotate(180deg);
        display: inline-block;
        width: 100%;
        text-align: center;
    }

    .logo-container-base {
        margin-left: initial;
        margin-top: initial;
        width: initial;
        max-height: 100px;
        height: initial;
        float: none;
        display: block;
    }

        .logo-container-base:before {
            border-bottom: none;
            border-left: none;
            border-right: none;
            border-left: none;
            border-right: none;
            content: "";
            height: initial;
            left: initial;
            position: initial;
            top: initial;
            width: initial;
        }

    .nav-second-logo-container {
        position: relative;
        left: initial;
        top: initial;
        display: flex;
        justify-content: center;
    }

    .nav-second-logo {
        width: auto;
        height: 100%;
        max-height: 90px;
        padding-top: initial;
    }

    #ctl00_ctl00_ContentPlaceHolder1_FirstLogoContainer {
        height: 80px;
        display: flex;
        justify-content: flex-start;
    }

    #ctl00_ctl00_ContentPlaceHolder1_SecondLogoContainer {
        background-color: white;
        padding: 10px;
        margin: -1px;
        max-width: 100%;
    }

    #ctl00_ctl00_ContentPlaceHolder1_navHeader {
        text-align: initial; /* intending to override the inline rule 'text-align: left' */
    }

    .navbar-header button.navbar-toggle {
        top: 5px;
        right: 8%;
        z-index: 1;
    }

    #ctl00_ctl00_ContentPlaceHolder1_logo {
        width: auto;
        height: 100%;
    }

        #ctl00_ctl00_ContentPlaceHolder1_logo.navbar-brand {
            padding: 15px 0 10px;
            max-width: 100%;
        }

    #ctl00_ctl00_ContentPlaceHolder1_FILogo {
        width: 50px;
        height: auto;
    }
}

/* Begin Soltech - Grid Mobile View Update - August 2019 */
*:not([colspan="999"]) > .GridTable > tbody > tr[onmouseout] img[src*="expand"],
*:not([colspan="999"]) > .GridTable > tbody > tr[onmouseout]
img[src*="collapse"] {
    width: 45px;
    height: 30px;
    padding: 5px 10px;
    background-color: #afafb1;
    border-radius: 3px;
    border: 2px solid #000000;
    float: right;
}

@media(max-width: 767px) {
    .GridTable tr {
        display: flex;
        flex-direction: column;
        padding: 15px;
    }

    *:not([colspan="999"]) > .GridTable > tbody > tr.gridHighlightedRow {
        margin-top: 10px;
        background-color: #ffffff;
        border-radius: 10px;
        border: 1px solid #eeeeee;
        -webkit-filter: drop-shadow(4px 4px 2px rgba(0, 0, 0, 0.1));
        filter: drop-shadow(4px 4px 2px rgba(0, 0, 0, 0.1));
    }

    *:not([colspan="999"]) > .GridTable > tbody > tr[onmouseout] {
        margin-top: 20px;
        background-color: #ffffff;
        border-radius: 10px;
        border: 1px solid #eeeeee;
    }

        *:not([colspan="999"]) > .GridTable > tbody > tr[onmouseout] img[src*="expand"],
        *:not([colspan="999"]) > .GridTable > tbody > tr[onmouseout]
        img[src*="collapse"] {
            width: 45px;
            height: 30px;
            padding: 5px 10px;
            background-color: #7ac143;
            border-radius: 3px;
            border: 2px solid #000000;
            float: right;
        }

    *:not([colspan="999"]) > .GridTable > tbody > tr.gridHighlightedRow + tr:not([onmouseover]) > [colspan="999"]
    tr {
        margin-top: 10px;
        background-color: #ffffff;
        border-radius: 10px;
        border: 1px solid #eeeeee;
        padding: 10px;
        -webkit-filter: drop-shadow(4px 4px 2px rgba(0, 0, 0, 0.1));
        filter: drop-shadow(4px 4px 2px rgba(0, 0, 0, 0.1));
    }

    *:not([colspan="999"]) > .GridTable > tbody > tr.gridHighlightedRow + tr:not([onmouseover]) > [colspan="999"] {
        border-left: 2px dashed rgba(0,0,0,0.07);
        margin-bottom: 50px;
    }

    .GridTable tr.gridHighlightedRow {
    }

    .GridTable tr .GridTable tr:last-child {
    }

    .GridTable tr td {
        width: 100% !important;
        border: none;
    }

        .GridTable tr td:last-child-of-type {
            border-bottom: 1px solid #cccccc;
        }

        .GridTable tr td .btn-primary {
            width: 100%;
        }

        .GridTable tr td[colspan="999"] div table {
            float: right;
        }

        .GridTable tr td[colspan="999"] {
            /* border-left: 10px solid #000; */
            padding-left: 20%;
        }

    .nav-pills > li {
        float: none;
    }

    #navDeals {
        padding-bottom: 20px;
        border-bottom: none;
    }

        #navDeals li {
            float: none;
        }

            #navDeals li a {
                border: 1px solid rgba(0,0,0,0.1);
                border-radius: 4px;
                margin-bottom: 5px;
            }

            #navDeals li.active a {
                background-color: rgba(0,0,0,0.1);
            }
}

/*score tracker styles*/

@media(min-width: 300px) {
    .score-tracker-iframe-wrapper {
        height: 525px;
    }
}

@media(min-width: 500px) {
    .score-tracker-iframe-wrapper {
        height: 600px;
    }
}

@media(min-width: 750px) {
    .score-tracker-iframe-wrapper {
        height: 700px;
    }
}

@media(min-width: 1200px) {
    .score-tracker-iframe-wrapper {
        height: 800px;
    }
}

/* CFM Alerts Styles  */
.GridTable.alerts tr {
    border-bottom: solid 1px #eeeeee;
    position:relative;
}
@media(max-width: 767px) {
   .GridTable.alerts th {
       display:none;
   } 
   /* Large View Alert text that covers whole row. */
  .GridTable.alerts td a.view {
      font-size:1.25em;
      position:absolute;
      display:block;
      height:100%;
      width:100%;
  }
  .GridTable.alerts tr td:not(:first-child) {
      margin-top:1.50em;
  }
  .GridTable.alerts tr td:last-child {
      margin-top: 0;
      margin-bottom: 0;
  }
  .GridTable.alerts td:last-child span.status {
      font-size:.75em;
  }
}

@media(min-width: 767px) {
 .GridTable.alerts td,
 .GridTable.alerts th {
    padding: 15px; 
  }   
}

.GridTable.alerts tr th {
    background: none;
    color: inherit;
    text-align:left;
}
.GridTable.alerts tr.unread {
    font-weight:bold;
}
.GridTable.alerts tr.unread span.status:after {
    content:"Unread";
}
.list-app-store li .ios,
.list-app-store li .android,
div[id*=divAppDownload] {
    max-width: 10em;
    display: inline-block;
}

.sameLine label {
    display: inline !important;
    font-weight: normal;
    font-size: 15px;
}

/*Help Tip */

.help-tip {
    position: absolute;
    bottom: 64px;
    right: 18px;
    text-align: center;
    background-color: #BCDBEA;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    font-size: 14px;
    line-height: 26px;
    cursor: default;
}

.help-tip:before {
    content: '?';
    font-weight: bold;
    color: #fff;
}

.help-tip:hover p {
    display: block;
    transform-origin: 100% 0%;
    -webkit-animation: fadeIn 0.3s ease-in-out;
    animation: fadeIn 0.3s ease-in-out;
}

.help-tip p { /* The tooltip */
    display: none;
    text-align: left;
    background-color: #1E2021;
    padding: 20px;
    width: 300px;
    position: absolute;
    z-index: 10;
    border-radius: 3px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    right: -4px;
    color: #FFF;
    font-size: 13px;
    line-height: 1.4;
}

.help-tip p:before { /* The pointer of the tooltip */
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-bottom-color: #1E2021;
    right: 10px;
    top: -12px;
}

.help-tip p:after { /* Prevents the tooltip from being hidden */
    width: 100%;
    height: 40px;
    content: '';
    position: absolute;
    top: -40px;
    left: 0;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
        transform: scale(0.6);
    }

    100% {
        opacity: 100%;
        transform: scale(1);
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 100%;
    }
}

/*Accept Terms Scroller*/

.container.-legal {
    padding: 20px;
    border-radius: 6px;
    border: solid 1px #D8D8D8;
    background: #FFFFFF;
    margin-top: 40px;
}

@media (min-width: 768px) {
    .container.-legal {
        padding: 30px 25px;
        margin-top: 25px;
    }
}

.container.-legal .scrolling-wrapper {
    padding-right: 20px;
    margin-right: -20px;
    max-height: 156px;
    overflow-y: auto;
}

@media (min-width: 768px) {
    .container.-legal .scrolling-wrapper {
        max-height: 140px;
    }
}

.legal-text,
.container.-legal {
    color: #333333;
}

    .legal-text h3, .legal-text p,
    .container.-legal h3,
    .container.-legal p {
        font-size: 1.5rem;
        line-height: 1.25;
    }

    .legal-text h3,
    .container.-legal h3 {
        display: block;
        font-weight: 900;
        padding-top: 0;
    }

    .legal-text p,
    .container.-legal p {
        font-weight: 400;
    }

    .legal-text.-benefits,
    .container.-legal.-benefits {
        display: none;
    }

@media (min-width: 768px) {
    .legal-text.-benefits,
    .container.-legal.-benefits {
        display: block;
        padding-top: 60px;
    }
}

.legal-area .checkbox-group,
.legal-area .container.-legal {
    width: 100%;
}

label.checkbox {
    font-weight:normal;
}

@media (max-width: 991px) {
   /*Align text to center.*/
  .text-xs-center {
    text-align: center !important;
  } 

  /*Set bottom padding*/
  .pb-xs-1 {
      padding-bottom: 10px !important;
  }
}

.table-cart-h2 {
    border-top: 0px !important;
}

.table-cart-h4 {
    border-top: 0px !important;
}

@media (max-width: 767px) {
    .table-cart-h2 {
        font-size: 21px !important;
        padding-top: 0 !important;
    }

    .table-cartview-h2 {
        font-size: 12px !important;
        padding-top: 0 !important;
    }

    table h2 {
        border-top: none !important;
    }

    .table-cart-h4 {
        font-size: 15px !important;
    }

    .table-cartview-h4 {
        font-size: 10px !important;
    }

    .h4-reduce-margin {
        margin-right: 12px !important;
    }

    table .btn-cart {
        font-size: 10px;
    }

    .remove-width {
        width: auto !important;
    }
}

/* DealSearch */
#divFuelRewardsBanner:hover {
    cursor: pointer;
}

#deal-carousel{
    width: 100%;
    padding: 4px;
}

.deal-carousel-banner{
    width: 100%;
}

.deal-carousel-terms-link {
    position: absolute;
    right: -1px;
    top: 0;
    padding: 10px;
    background: linear-gradient(to bottom left, rgb(255,255,255,80%) 40%, transparent 50%);
    color: black;
    font-weight: bold;
    height: 115px;
    width: 175px;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    text-align: right;
}

.deal-carousel-terms-link:hover {
    color: black;
}

#movieDealsLnk:hover {
    cursor: pointer;
}

#MovieDeals {
    top: calc(25%);
}

.btn-primary.btn.button--loading{
    background: #2d6cb1;
}

.button--loading::after {
    content: ""; 
    height: 2rem; 
    width: 2rem; 
    display:inherit;
    position: relative; 
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 4px solid transparent;
    border-top-color: #fff;
    border-radius: 50%;
    margin: auto;
    color: #fff;
    animation: spinner 1s ease infinite;
}


@keyframes spinner {
    from {
        transform:rotate(0turn);
    }
    To {
        transform:rotate(1turn);
    }
}

/*Display employee info info based on if the are you an employee checkbox is checked*/
.cellphoneclaim .box:has(#rowChkEmployee label.checkbox > input:not(:checked)) #rowJobTitle {
    transition: opacity 0.5s linear;
    opacity: 0;
    height: 1px;
    overflow: hidden;
}

.cellphoneclaim .box:has(#rowChkEmployee label.checkbox > input:checked) #rowJobTitle {
    transition: opacity 0.5s linear;
    opacity: 1;
    height: auto;
    overflow: hidden;
}

/*Display Ach info based on if the Ach checkbox is checked*/
.cellphoneclaim .box:has(#checkBoxACHWrapper label.checkbox > input:not(:checked)) .accountInfo {
    transition: opacity 0.5s linear;
    opacity: 0;
    height: 1px;
    overflow: hidden;
    padding: 0px;
}

.cellphoneclaim .box:has(#checkBoxACHWrapper label.checkbox > input:not(:checked)) .accountInfo  {
    transition: opacity 0.5s linear;
    opacity: 0;
    height: 1px;
    overflow: hidden;
    padding: 0px;
}

/*Display Ach info based on if the Ach checkbox is checked*/
.cellphoneclaim .box:has(#checkBoxACHWrapper label.checkbox > input:not(:checked)) .accountInfo {
    transition: opacity 0.5s linear;
    opacity: 0;
    height: 1px;
    overflow: hidden;
    padding: 0px;
}

.cellphoneclaim .box:has(#checkBoxACHWrapper label.checkbox > input:checked) .accountInfo {
    transition: opacity 0.5s linear;
    opacity: 1;
    height: auto;
    overflow: hidden;
}


/* Hacky layout fix for form fields that don't follow normal bootstrap flow. */
#useGeoLocation {
    margin-left:0 !important;
    margin-top:10px;
    margin-bottom:-15px;
}

a[href="cellphoneclaim.aspx"] {
    margin-left:10%;
}

/* Fuel Rewards */
.fr-access-content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.fr-access-content h4,
.fr-access-content p {
    max-width: 800px
}

.fr-access-content h4 {
    font-size: 2rem;
}

.fr-banner {
    width: 100%;
}

.fr-access-content h2 {
    margin: 15px;
    padding: 0;
    color: black;
    font-weight: bold;
}

.fr-access-content h4 {
    margin: 5px 15px;
    font-weight: normal
}

.fr-access-content h4 {
    margin: 5px 15px;
    font-weight: normal
}

.fr-access-disclaimer {
    margin: 5px 15px;
}

.fr-access-btn-wrapper {
    margin: 0 15px;
}

#offer-terms-modal {
    overflow-y: unset;
}

.fr-welcome-grid {
    margin: auto;
    max-width: 900px;
    display: grid;
    grid-template-columns: 1fr;
}

.fr-section-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: 1rem;
    height: 100%;
    padding: 5rem;
}

.fr-section-content img {
    height: 5em;
}

.fr-section-content.fr-section3>img {
    height: 7em;
}

.fr-section-content h2,
.fr-section-content h4 {
    font-weight: bold;    
}

.fr-section-content h2 {
    color: black;    
}

.fr-section-content h4 {
    font-size: 2rem;
}

.fr-section-content .app-link-image {
    height: 5rem;
    margin: 1rem;
}

.fr-section-img {
    max-width: 100%;
}

.fr-section1 {
    background-color: #f7f7f7;
}

@media(min-width: 1440px){
    .fr-welcome-grid {
        max-width: 1920px;
        display: grid;
        grid-template-columns: repeat(6, 1fr);
    }

    .fr-section1.fr-section-content {
        grid-column: 1/4;
        grid-row: 1;
    }

    .fr-section1.fr-section-img {
        grid-column: 4/7;
        grid-row: 1;
        padding-top: 3rem;
    }

    .fr-section2.fr-section-content {
        grid-column: 3/7;
        grid-row: 2;
    }

    .fr-section2.fr-section-img {
        grid-column: 1/3;
        grid-row: 2;
    }

    .fr-section3.fr-section-content {
        grid-column: 1/3;
        grid-row: 3;
    }

    .fr-section3.fr-section-img {
        grid-column: 3/7;
        grid-row: 3;
    }

    .fr-section-content {
        padding: 3rem 3rem 3rem 15rem;
    }
}

/*Buttons*/
a.btn, .btn, a.btn-secondary,
.btn-secondary, input[type=file]::file-selector-button, a.btn-primary,
.btn-primary {
    display: inline-block;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-family: "Open Sans", sans-serif;
    color: #2b2b2b;
    border: 1px solid #eeeeee;
    border-radius: 4px;
    background: #eeeeee;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 300;
}

input[type=file]::file-selector-button, a.btn-primary,
.btn-primary {
    color: #fff;
    border: 1px solid #3278c5;
    background: #2d6cb1;
    padding: 6px 20px 6px 20px;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.2em;
}

    input[type=file]:hover::file-selector-button,
    .btn-primary:hover, input[type=file]:focus::file-selector-button,
    .btn-primary:focus {
        color: #2d6cb1 !important;
        border: 1px solid #2d6cb1;
        background: none;
    }

@media (max-width: 767px) {
    input[type=file]::file-selector-button, a.btn-primary,
    .btn-primary {
        white-space: normal !important;
    }
}

.btn-secondary:hover,
.btn-secondary:focus {
    color: #636666 !important;
    border: 1px solid #eeeeee !important;
    background: #eeeeee !important;
}

select.error, textarea.error, input.error {
    outline: max(2px, 0.15em) solid red !important;
    outline-offset: max(2px, 0.15em);
    box-shadow: none;
}

select:focus, textarea:focus, input:focus {
    border-color: #2d6cb1 !important;
    outline: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

input[type=file]::file-selector-button {
    -webkit-appearance: none;
}

    input[type=file]::file-selector-button:hover, input[type=file]::file-selector-button:focus {
        color: #2d6cb1 !important;
        border: 1px solid #2d6cb1;
    }

input[type=checkbox] {
    /* Add if not using autoprefixer */
    -webkit-appearance: none;
    /* Remove most all native input styles */
    -moz-appearance: none;
    appearance: none;
    /* For iOS < 15 */
    background-color: var(--form-background);
    /* Not removed via appearance */
    margin-left: -30px !important;
    font: inherit;
    color: currentColor;
    width: 1.15em;
    height: 1.15em;
    border: 0.15em solid currentColor;
    border-radius: 0.15em;
    transform: translateY(-0.075em);
    display: grid;
    place-content: center;
}

    input[type=checkbox]::before {
        content: "";
        width: 0.65em;
        height: 0.65em;
        -webkit-clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
        clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
        transform: scale(0);
        transform-origin: bottom left;
        transition: 120ms transform ease-in-out;
        box-shadow: inset 1em 1em var(--form-control-color);
        /* Windows High Contrast Mode */
        background-color: currentColor;
    }

    input[type=checkbox]:checked:before {
        transform: scale(1);
    }

    input[type=checkbox]:disabled {
        --form-control-color: var(--form-control-disabled);
        color: var(--form-control-disabled);
        cursor: not-allowed;
    }

label.checkbox {
    margin-left: 20px;
}

.help-tip {
    background: #2d6cb1;
    font-weight: normal;
    top: -5px;
}

header.main__header {
    background: #2d6cb1;
    color: #506984;
}

header .powered-by {
    background: #eeeeee;
    text-align: right;
    padding: 5px 25px;
    margin-bottom: -1px;
}

@media (max-width: 767px) {
    header .powered-by {
        text-align: center;
    }
}

header .powered-by figure img {
    max-height: 30px;
    filter: grayscale(1);
}

@media (max-width: 767px) {
    header .powered-by figure img {
        max-height: 20px;
    }
}

header .powered-by figure figcaption {
    color: black;
}

/*Buttons*/
a.btn, .btn, a.btn-primary,
.btn-primary, a.btn-secondary,
.btn-secondary, input[type=file]::file-selector-button {
    display: inline-block;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-family: "Open Sans", sans-serif;
    color: #2b2b2b;
    border: 1px solid #eeeeee;
    border-radius: 4px;
    background: #eeeeee;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 300;
}

a.btn-primary,
.btn-primary, input[type=file]::file-selector-button {
    color: #000000;
    border: 1px solid #ff9224;
    background: #ff9224;
    padding: 6px 20px 6px 20px;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.2em;
}

    .btn-primary:hover, input[type=file]:hover::file-selector-button,
    .btn-primary:focus, input[type=file]:focus::file-selector-button {
        color: #fff !important;
        border: 1px solid #2d6cb1;
        background: #2d6cb1;
    }

@media (max-width: 767px) {
    a.btn-primary,
    .btn-primary, input[type=file]::file-selector-button {
        white-space: normal !important;
    }
}

.icon-scale {
    max-width: 100%;
    max-height: 64px;
    height: 100%;
    margin-top: 18px;
    margin-bottom: 5px;
}

.cellphoneclaim input[type=checkbox] {
    margin-left: -30px !important;
    display: grid;
}

input[type=checkbox] {
    margin-left: 0px !important;
    display: inline-grid;
}

@media (max-width: 767px) {
    .security a.btn.btn-primary {
        margin-left: 0;
    }

    #telehealthLogo {
        width: 300px;
    }
}

#webDescription_36 > img {
    width: 200px;
}

/* TU OTP Styles */
.webDWrapper {
    margin-bottom: 15px;
}

.otp-method-container {
    margin: 30px auto 0;
}

.otp-method-container .p-b-0 {
    padding: 0;
}

.otp-method-container .otp-method-radio:checked + label {
    outline: 4px solid #ddd;
    font-weight: normal;
}

.otp-method-container h3 {
    margin-top: 0;
    padding-top: 0;
    font-weight: bold;
    font-size: 2rem;
}

.otp-method-container p {
    font-weight: normal;
}

.otp-method-container p.p4 {
    font-size: 1.2rem;
}

.otp-method-container .otp-method {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 20px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    margin-right: 20px;
    cursor: pointer;
}

.otp-method-container .otp-method-radio {
    display: none;
}

.alert-bell {
    vertical-align: middle;
    margin-right: 5px;
    width: 75px; /* Default width for desktop and larger screens */
    height: auto; /* Maintain aspect ratio */
}

/* Media query for mobile devices (screens up to 768px wide) */
@media (max-width: 768px) {
    .alert-bell {
        width: 40px; /* Width for mobile */
    }
}