:root {
    --ebg-darkblue-color: #142196;
}
body, html {
    width: 100% !important;
    max-width: 100% !important;
    font-size: 16px;
    line-height: normal;
}
.body-container {
    margin: 0 auto !important;
    color: var(--ebg-black-color);
}
.hidden {
    display: none !important;
}
.p-home-v4 {
    font-family: Roboto;
}
.bts5 p {
    line-height: normal;
}

.bts5 strong.semi-bold {
    font-size: 1.15em;
    font-weight: 600;
}

.bts5 .p-home-v4 h3 {
    font-size: 3.125em;
    line-height: 70px;
    font-weight: 300;
    color: var(--ebg-darkblue-color);
    padding: 0;
    font-family: Roboto;
}
.bts5 .btn {
    border-radius: 100px;
}
.bts5 .btn-ebg-accent.btn-disabled,
.bts5 .btn-ebg-accent:disabled {
    background-color: color-mix(in srgb, var(--ebg-accent-color), transparent 25%);    
    color: #FFF;
    border-color: var(--ebg-accent-color);
}
.bts5 .btn-ebg-accent:active {
    background-color: var(--ebg-accent-color) !important;
}
.bts5 .btn-ebg-accent {
    background-color: var(--ebg-accent-color);
    border-color: var(--ebg-accent-color) !important;
    color: #FFF !important;
    font-size: 16px;
    font-family: Roboto;
    letter-spacing: 0.4px;
    padding: 0.75rem 3rem;
}
.bts5 .btn-ebg-accent.wide {
    padding: 0.75em 5em;
}
.bts5 .btn-ebg-accent:hover {
    color: #FFFFFF;
    background-color: color-mix(in srgb, var(--ebg-accent-color), black 10%) !important;
}
.bts5 .p-home-v4 .text-white {
    color: #FFF;
}
.bts5 .p-home-v4 .text-dark-grey {
    color: var(--ebg-black-color);
}
.bts5 .p-home-v4 h1 {
    font-size: 3.75em;
    line-height: 70px;
    font-family: Roboto;
    font-weight: 300;
}
.bts5 .p-home-v4 h4 {
    font-size: 2.5em;
    line-height: normal;
    font-weight: 400;
    padding: 0;
    font-family: Roboto;
}
.bts5 .p-home-v4 h4.smaller {
    font-size: 2.25em;
    font-weight: 300;
}
.bts5 .nav-login-container {
    display: flex;
}

.bts5 .landing-subtext-container {
    width: 100%;
    background-color: #F5F7FB;
    font-size: 20px;
    line-height: 22px;
}
.bts5 .landing-subtext-container p {
    line-height: 30px;
}
.bts5 .landing-subtext-container h3 {
    font-size: 36px;
}

.bts5 .legal-text p {
    font-size: 12px;
}

#flash_container .flash_warning {
    background-color: #FFF !important;
    border: 1px solid #FFAB00 !important;
    border-radius: 5px;
    font: 14px/18px Roboto;
    display: flex;
    position: relative;
    z-index: 1;
}
#flash_container .flash_warning_checkbox {
    width: 40px;
    height: auto;
    background-color: #FFAB00;
    float: left;
    vertical-align: middle;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
}
#flash_container .flash_warning_message {
    padding: 12px 10px 12px 16px;
    width: fit-content;
    background-color: transparent;
    text-align: left;
    color: var(--ebg-black-color);
    font-size: 13px;
}
.bts5 .p-home-v4 .info-title.promo-message {
    font-size: 32px;
    font-weight: 500;
    padding-top: 4px;
}
.bts5 .p-home-v4 .info-title {
    letter-spacing: normal;
    font-size: 24px;
    line-height: 28px;
    color: var(--ebg-black-color);
    margin-bottom: 0.2em;
    font-weight: 400;
}
.bts5 .hr-bottom {
    border-bottom: 2px solid var(--ebg-darkblue-color);
}
.p-home-v4 .container {
    max-width: 1725px;
}

.p-home-v4 .main-refresh-container {
    max-width: 1725px; 
    margin: 0 auto;
}

.p-home-v4 .video-container {
    text-align: center;
    position: relative;
    max-height: 640px;
    overflow: hidden;
}

.p-home-v4 .savings-container h3 {
    max-width: 80%;
    margin: 0 auto;
    font-size: 50px;
}

.p-home-v4 video {
    width: 100%;
    display: block;
}
.p-home-v4 .video-container .video-overlay {
    margin: 0 auto;
}
.p-home-v4 .video-overlay .sub-heading {
    font-size: 36px;
    line-height: 36px;
    font-weight: 300;
}
.p-home-v4 .video-overlay-container {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    color: #FFFFFF;
}
#section-company-registration .shadow-box{
    max-width: 390px;
    padding: 40px 0;
    margin:10px;
}
#section-company-registration .shadow-box h3{
    font-size: 21px;
    color: #333333;
    letter-spacing: 0;
    margin-bottom: 40px;
}
#section-company-registration .full-width .bts5 {
    margin: 40px 0;
}
.bts5 a {
    color: var(--ebg-darkblue-color);
}
.tab-container .nav-tabs .nav-item a:hover,
.bts5 a:hover {
    color: rgba(20, 33, 150, 0.8);
}
.home h2 {
    font-size: 40px;
    line-height: 45px;
    font-weight: 700;
}
.p-home-v4#section-get-started h2+p {
    padding: 0rem 3rem;
}
.home h2, .home h2+p {
    text-align: center;
}
.home p {
    font-size: 26px;
    line-height: 34px;
}
.home .text-small {
    font-size: 20px;
    line-height: 26px;
}
.p-home-v4 .bold,
.home .bold {
    font-weight: 700;
}
.bg-white {
    background: #fff !important;
}
.home .section-spacing {
    margin-top: 4rem;
}
.home .section-spacing.extra {
    margin-top: 7rem !important;
}
.home .container.outer {
    padding: 0;
}
.home #section-get-started {
    margin: 3em 0em 0em 0em;
}
#topnav .topnav-fixtop .right-container {
    line-height: 3rem;
}
.responsive-modal, .ui-widget-overlay {
    background: rgba(0, 0, 0, 0.7) !important;
    opacity: unset !important;
}
.bs-tooltip-arrow,
.bs-tooltip-content {
    background: var(--ebg-black-color);
}
.bs-tooltip-content {
    border-radius: 10px;
}
.padding-5 {
    padding:5px;
}
.padding-15 {
    padding:15px;
}
.padding-40 {
    padding: 2rem;
}
.shadow-box {
    background: #FFFFFF;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.50);
    border-radius: 7px;
    text-align: center;
}
#body_container {
    padding-bottom: 4rem !important;
}
.bg-none{
    background: none !important;
}
.home .brands img {
    margin: 0.7rem;
}
.bts5 .invalid-feedback {
    display: block !important;
}
#privacy_policy_modal .modal-content table.table-outlined {
    border-left: 1px solid var(--ebg-darkblue-color);    
    border-collapse: revert;
}
#privacy_policy_modal .modal-content .table-outlined th {
    border-top: 1px solid var(--ebg-darkblue-color);
    border-right: 1px solid var(--ebg-darkblue-color);
    border-bottom: 1px solid var(--ebg-darkblue-color);
    font-weight: 700;
    padding: 10px;
}
#privacy_policy_modal .modal-content .table-outlined td {
    border-bottom: 1px solid var(--ebg-darkblue-color);
    border-right: 1px solid var(--ebg-darkblue-color);
    padding: 10px;
}

/**************************************************************
/* TAB
/*************************************************************/
.tab-container .nav-tabs {
    border: none;
}
.tab-container .nav-tabs .nav-item a {
    color: #2437E2;
    font-size: 14px;
    border: none;
    border-radius: 0;
    padding: 0.8em 3.4em;
    font-weight: 700;
}
.tab-container .nav-tabs .nav-item.active a {
    background-color: #2437E2;
    color: #fff;
    font-weight: 700; 
}
.nav-tab-separator {
    border-top: 2px solid #2437E2;
}
/**************************************************************
/* MODAL STEPS
/*************************************************************/

.responsive-modal ul{
    background-color: #FFF !important;
}

.responsive-modal .header-stepper .line-separator-stepper {
    display: inline-flex;
    width: 200px;
    align-items: center;
}
.responsive-modal .header-stepper .line-separator-stepper::before {
    content: '';
    flex: 1;
    border-top: 1px solid rgba(20, 33, 150, 0.5);
}
.responsive-modal .header-stepper {
    display : inline-flex;
}
.responsive-modal .header-stepper .ball-step {
    width: 12px;
    height: 12px;
    border: 1px solid rgba(20, 33, 150, 0.5);
    border-radius: 50%;
}
.responsive-modal .header-stepper .ball-step label {
    position: absolute;
    font-size: 12px;
    margin-top: 12px;
    margin-left:-10px;
}
.responsive-modal .header-stepper .ball-step.active {
    background-color: var(--ebg-darkblue-color);
}
.responsive-modal .header-stepper .stepper-welcome {
    margin-left: -25px! important;
}
/**************************************************************
/* INSIDE MODAL
/*************************************************************/

.bts5 .p-home-v4 .modal-body {
    padding: 40px;
}

.responsive-modal {
    color: var(--ebg-black-color);
}
.responsive-modal a {
    font-weight: 700;
}
.responsive-modal .gray-box {
    width: 350px;
    min-height: 300px;
    background: #fff;
    border-radius: 10px;
    padding: 32px 5px;
    box-shadow: 0px 3px 6px rgba(20, 33, 150, 0.102);
}
.responsive-modal h4 {
    font-size: 14px;
    line-height: 19px;
    margin: 0;
}
.responsive-modal h2 {
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
}
.responsive-modal .btn.btn-b,
.responsive-modal .btn-v20 {
    padding: 0.6rem 2rem !important;
    font-size: 16px !important;
}
.responsive-modal .show-password-btn {
    font-size: 12px;   
    position: absolute;
    right: 20px;
    top: 8px;
    color: #999999;
    cursor: pointer;
}
.responsive-modal .already-have-container,
.responsive-modal .forgot-password-content {
    font-size: 14px;
}
.responsive-modal .already-have-container a,
.responsive-modal .forgot-password-content a,
.responsive-modal .forgot-password a {
    color: var(--ebg-black-color);
    font-weight: 400;
}
.responsive-modal .forgot-password {
    padding-bottom: 0.8em;
}
.responsive-modal #member_login_form .center,
.responsive-modal .forgot-password {
    font-size: 14px;
    line-height: 16px;
}
.responsive-modal .line-separator {
    width: 100%;
    height: 0.5px;
    background: var(--ebg-black-color);
    margin: 25px 0;
    box-sizing:border-box;
}
.responsive-modal .shadow-box {
    background: #fff;
    box-shadow: 0px 3px 6px rgb(20 33 150 / 10%);
    border-radius: 10px;
    text-align: center;
    font-size: 14px;
    line-height: 19px;
    width: 160px;
    padding: 20px 0;
    margin: 20px 0;
}
.responsive-modal .line-separator-text {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 15px 40px;
    justify-content: center;
}
.responsive-modal .member-registration-content .line-separator {
    margin: 10px 0 25px 0;
}
.responsive-modal .modal-header {
    background: rgba(20, 33, 150, 0.1);
}
.responsive-modal .modal-header .close {
    color: var(--ebg-darkblue-color);
}
.responsive-modal .arrow-select {
    position: relative;
}
.responsive-modal .selectone-content p {
    font-size: 14px;
    margin-bottom: 0;
}
.responsive-modal .arrow-select:after{
    content: '<>';
    font: 17px "Consolas", monospace;
    color: #333;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    right: 5px;
    top: 7px;
}
#member_login_form .form-check-label {
    font-size: 14px;
}
#member_login_form .form-check-label input {
    padding: 0.5em;
    position: relative;
    top: -3px;
    border-color: var(--ebg-black-color);
}
#member_registration_modal .modal-back-btn {
    position: absolute;
    font-size: 16px;
    cursor: pointer;
    right: auto !important;
}
#member_registration_modal .registration-title {
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
    margin: 25px 0;
}
#member_registration_modal .registration-middle-info .bg-lightgray {
    background: rgba(20, 33, 150, 0.1);
}
#member_registration_modal .registration-middle-info {
    font-size: 12px;
    line-height: 16px;
}
#member_registration_modal .form-group.row .col-form-label {
    text-align: right;
    padding-right: 5px;
}
#member_registration_modal .province-list center {
    color: #999999;
    margin-top: 10px;
    text-align: left;
    font-size: 14px;
}
#member_registration_modal .country-content {
    display: none;
}
#member_registration_modal form {
    margin: 20px 0;
}
#member_registration_modal .disclaimer {
    font-size: 12px;
}
#member_registration_modal .non-us-user {
    font-size: 12px;
}
#registration_welcome_modal h1 {
    font-size: 22px;
    margin: 0;    
    font-weight: 700;
    line-height: 26px;
}
#registration_welcome_modal p {
    font-size: 18px;
}
#registration_welcome_modal p.title {
    font-size: 16px;
    line-height: 21px;
}
#registration_welcome_modal .btn {
    text-align: center;
    margin: 25px 0;
    padding: 0.6rem 10rem !important;
}
#registration_welcome_modal .featured-products {
    margin: 25px 0;
}
#registration_welcome_modal .featured-products img {
    width: 100% !important;
    height: auto !important;
    border-radius: 10px;
}
#registration_welcome_modal .featured-products .img-container {
    margin-bottom: 30px;
}
.p-home-v4 #member_verify_form input[type="text"],
.p-home-v4 #member_verify_form input[type="email"] {   
    border-radius: 5px;
    color: #FFF; /*var(--ebg-black-color);*/
    font-size: 14px;
    box-shadow: none;
    background-color: #444;
    height: 48px;
    border-radius: 10px;
}
.p-home-v4 #member_verify_form input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #FFF;
}
.p-home-v4 #member_verify_form input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #FFF;
   opacity:  1;
}
.p-home-v4 #member_verify_form input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #FFF;
   opacity:  1;
}
.p-home-v4 #member_verify_form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #FFF;
}
.p-home-v4 #member_verify_form input::-ms-input-placeholder { /* Microsoft Edge */
   color:    #FFF;
}

.p-home-v4 #member_verify_form input::placeholder { /* Most modern browsers support this now. */
   color:    #FFF;
}
    
.p-home-v4 #member_login_form input[type="text"],
.p-home-v4 #member_login_form input[type="email"],
.p-home-v4 #member_login_form input[type="password"],
.p-home-v4 #member_registration_form input[type="password"],
.p-home-v4 #member_registration_form input[type="email"],
.p-home-v4 #member_registration_form input[type="text"],
.p-home-v4 #forgot_password_form input[type="email"],
.p-home-v4 #member_registration_form .select-box,
.p-home-v4 #member_registration_form select {
    padding-left: 10px;
    padding-right:30px;
    border: 1px solid var(#AAA) !important;
    border-radius: 10px;
    box-shadow: none;
    color: var(--ebg-black-color);
    font-size: 14px;
    min-height: 48px;
}

.p-home-v4 #member_registration_form .select-box.select-one {
    padding-top: 14px;
}

.p-home-v4 #member_registration_form .province-list center {
    text-align: left;
    margin-top: 0px;
    color: rgba(20, 33, 150, 0.5);
}
.p-home-v4 .small-form-label {
    font-size: 12px;
    line-height: 13px;
    visibility: hidden;
}
.p-home-v4 .form-group input.is-invalid {
    background: none;
}
.p-home-v4.responsive-modal .modal-dialog {
    margin-top: 4%;
}
.p-home-v4.responsive-modal .modal-content {
    width: fit-content;
    max-width: 460px;
    width: 460px;
}
.p-home-v4.responsive-modal .white-box .form-group .input-group-append .btn {
    padding-right: 5px;
}
.p-home-v4 .invalid-feedback {
    font-size: 11px;
}
.p-home-v4.responsive-modal .input-group-append .fa, 
.p-home-v4.responsive-modal .input-group-append .bi {
    color: var(--ebg-black-color);
}
.p-home-v4 #member_registration_form .read-only {
    background-color: #FFF;
    color: rgba(51, 51, 51, 0.5) !important;
}
.p-home-v4.responsive-modal .non-us-user-label, 
.p-home-v4.responsive-modal .disclaimer a, 
.p-home-v4.responsive-modal .disclaimer {
    font-size: 12px;
}
.p-home-v4.responsive-modal .non-us-user-label {
    line-height: 27px;
}
.p-home-v4.responsive-modal .non-us-user-switch-container .form-check-input {
    flex-grow: 0.15;
    width: 1.9em;
}
.p-home-v4.responsive-modal span.close {
    position: absolute;
    z-index: 10;
    font-size: 30px;
    right: 5%;
    top: 2%;    
    cursor: pointer;
    opacity: 1;
    font-weight: normal;
    color: var(--ebg-black-color);
}
.p-home-v4 .info-tooltip {
    background: #FFF;    
    border: 1px solid var(--ebg-black-color);
    border-radius: 10px !important;
    padding: 1em;
    margin-top: 3px;
    z-index: 10;
    position: absolute;  
    word-wrap: break-word;
    font-size: 12px;
    display: none;
}
.p-home-v4 .info-tooltip .info-tooltip-arrow {
    position: absolute;
    width: 10px;
    height: 10px;
    transform: rotate(135deg);
    border-left: 1px solid var(--ebg-black-color);
    border-bottom: 1px solid var(--ebg-black-color);
    background: #FFF;
    right: 5%;
    top: -4%;
}
.p-home-v4 .info-tooltip .info-tooltip-close {
    position: absolute;
    right: 2%;
    top: 2%;
    line-height: 12px;
    color: var(--ebg-black-color);
}
.p-home-v4.responsive-modal h2 {
    font-size: 20px;
    line-height: 25px;
    padding: 0.75em 0 0 0;
}
.p-home-v4.responsive-modal h3 {
    font-size: 16px;
    line-height: 20px;
    padding: 0.6em 0.75em 0em 0.75em;
}
.p-home-v4.responsive-modal .non-us-user-switch-container .form-switch {
    display: flex;
    justify-content: space-between;
    padding-left: 1em;
}
.p-home-v4 .arrow-select{
    position: relative;
}
.p-home-v4 .arrow-select:after{
    content: '>';
    font: 17px "Consolas", monospace;
    color: var(--ebg-black-color);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    right: 5px;
    top: 14px;
}
.p-home-v4.responsive-modal .form-group.companycode-content {
    position: relative;
}

.p-home-v4 .login-register .form-group {
    max-width: 300px;
    margin: 0 auto;
}


/**************************************************************
/* TOP FLOATING NAV
/*************************************************************/
#topnav .nav-links .nav-item,
#topnav .nav-links {
    height: 100%;
}
#topnav .nav-links .nav-item {
    align-content: center;
}
#topnav .nav-links a {
    font-size: 16px;
    line-height: 20px;
    color: var(--ebg-primary-color);
    text-transform: uppercase;
    text-decoration: none;
    padding: 0 min(2.2vw, 3rem);
    height: 100%;
    align-content: center;
    display: block;
    font-weight: 400;
}
#topnav .nav-links .nav-item a:hover {
    text-decoration: none !important;
}
#topnav .nav-links .nav-item:hover {
    background-color: var(--ebg-primary-light-color);
}
#topnav .nav-links .nav-item.active a {
    color: #FFF;
}
#topnav .nav-links .nav-item.active {
    color: #FFF;
    background-color: var(--ebg-primary-color);
}
#topnav #member_verify_form_nav .btn-ebg-accent {
    padding: 0.2em 1.5em;
    font-size: 14px;
}
#topnav #member_verify_form_nav input {
    padding: 0.2em 1em;
    font-size: 15px;
    width: 250px;
    border-top-left-radius: 25px !important;
    border-bottom-left-radius: 25px !important;
    height: 48px;
}
#topnav .nav-links a:hover {
    text-decoration: underline !important;
}
#topnav {
    position: sticky;
    top: 0;
    z-index: 10;
}
#topnav .alert {
    margin: 0 0 0.4em 0;
    padding: 0.3em;
}
.p-home-v4 .bts5 .input-group .btn-ebg-accent {
    border-top-right-radius: 100px !important;
    border-bottom-right-radius: 100px !important;
}

#topnav .topnav-fixtop {
    height: 92px;
    box-shadow: 0px 2px 14px 0px #0308211F;
}
.bts5 #topnav .topnav-fixtop > .bts5,
.bts5 #topnav .topnav-fixtop .fixtop-content {
    height: 100%;
}
.bts5 #topnav #member_verify_form_nav .invalid-feedback {
    position: absolute;
    font-size: 10px;
    margin-left: 4%;
    display: none !important;
}
.bts5 #topnav .nav-login-container {
    padding-right: min(2vw, 2.5rem);
}
.bts5 #topnav .nav-image-container {
    padding-left: min(2vw, 2.5rem);
}
#topnav span.vertical-separator{
    border-right: 1px solid #2437E2;
    margin: 0 20px;
    padding: 0.5em 0;
}
/**************************************************************
/* BUTTONS
/*************************************************************/
.btn-v20, .bts5 .btn-b, .btn-v20.btn-v20-height-sm {
    border-radius: 100px !important;   
    text-transform: none !important;
    outline: none !important;
    font-weight: 700 !important;
    font-family: 'Roboto', 'san-serif' !important;
    font-size: 20px !important;
    line-height: 20px !important;
    border: 1px solid #2437E2 !important;
    padding: 0.88rem 2.5rem !important;    
}
.bts5 .btn-b,
.btn-v20-primary,
.btn-v20-primary:active,
.btn-v20-primary:visited,
.btn-v20-primary:focus {
    background-color: #2437E2 !important;
    border-color: #2437E2 !important;
    color: #fff !important;
}
.btn-v20:disabled {
    background: rgba(36, 55, 226, 0.8) !important;
    border-color: #2437E2 !important;
    color: #fff !important;
}
.bts5 .btn-b:hover,
.btn-v20-primary:hover {
    background: rgba(17, 32, 161, 1) !important;
    border-color: rgb(17, 32, 161) !important;
    color: #fff !important;
}
.bts5 .btn-b:hover {
    border-width: 1px !important;
}
.btn-v20-secondary,
.btn-v20-secondary:active,
.btn-v20-secondary:visited,
.btn-v20-secondary:focus {
    border-color: #2437E2 !important;
    color: #2437E2 !important;
    background-color: #fff !important;
}
.btn-v20-secondary:hover {
    background: rgba(36, 55, 226, 0.05) !important;
    border-color: #2437E2 !important;
    color: #2437E2 !important;
}
.btn-v20.btn-v20-width-auto {
    padding-left: 2.8em !important;
    padding-right: 2.8em !important;
    margin: 0 !important;
}
.p-home-v4.responsive-modal .white-box .input-group-append .btn:focus {
    box-shadow: none;
    outline: none;
    border: none;
}
.p-home-v4 .center {
    text-align: center;
}
.p-home-v4 .no-padding {
    padding: 0 !important;
}
.p-home-v4 .alert {
    font-size: 12px;
    line-height: normal;
    text-align: left;
    padding: 1em;
}
.responsive-modal .accept_sweepstakes,
.p-home-v4 .form-group .form-control {
    font-size: 14px;
}
.p-home-v4 .input-group-append {
    position: absolute;
    right: 0;
    top: -3px;
}
/**************************************************************
/* SECTIONS
/*************************************************************/
.home .hero div div {
    background: #ccc;
}
.home .collage .concert {
    width: 28%;
}
.home .collage .theme-park {
    width: 40%;
    margin: 0 15px;
}
.home .collage .rental-car {
    width: 28%;
    margin-top: 9rem; 
}
.home .collage .hotel {
    margin-top: 1rem;
    margin-left: 15px;
}
.home .collage .shopping {
    margin-top: -3rem;
}
.home .collage.middle.section-spacing {
    margin-top: 0rem;
}
.home .discover {
    margin-top: 3rem !important;
}
.home .rp-landing-subtext {
    text-align: center;
}
.home .rp-landing-subtext a {
    font-weight: 700;
}
.home_registration_carousel .slick-dots {
    position: absolute;
}
.home_registration_carousel,.home_registration_carousel .slick-list,
.home_registration_carousel .slick-track.home_registration_carousel .slick-track .item {
    width: 100%;
}
.home_registration_carousel {
    max-width: 650px;
    max-height: 433px;
}
.home_registration_carousel .slick-track .product-image {
    border-radius: 10px;
}
.home_registration_carousel .withgradient:before, 
.responsive-modal .withgradient:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(53,53,53,0.26) 51%, rgba(53,53,53,0.45) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(53,53,53,0.26) 51%,rgba(53,53,53,0.45) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(53,53,53,0.26) 51%,rgba(53,53,53,0.45) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#73353535',GradientType=0 );
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.home_registration_carousel .item.image,
.home_registration_carousel .item.video {
    width: 100%;
    min-height: 100% !important;
}
.home_registration_carousel.slider .sl-arrow.slick-disabled {
    display: none;
    visibility: hidden;
}
.home_registration_carousel.slider .sl-arrow {
    position: absolute;
    height: 20px;
    width: 20px;
    text-align: center;
    color: #fff;
    font-weight: normal;
    opacity: 0.8;
}
.home_registration_carousel.slider .sl-arrow.next {
    position: absolute;
    right: 5%;
    top: 50%;
    border-right: 4px solid #fff;
    border-top: 4px solid #fff;
    transform: rotate(45deg);
}
.home_registration_carousel.slider .sl-arrow.prev {
    z-index: 2;
    position: absolute;
    left: 5%;
    top: 50%;
    border-left: 4px solid #fff;
    border-bottom: 4px solid #fff;
    transform: rotate(45deg);
}
.home_registration_carousel.slider .sl-arrow:hover {
    cursor: pointer;
}
.home_registration_carousel.slider .slick-dots {
    text-align: center !important;
    width: 100%;
    margin: -25px 0 0 0;
}
.home_registration_carousel.slider .slick-dots ul {
    text-align: center;
    margin: 0px auto;
}
.home_registration_carousel.slider .slick-dots li {
    display: inline-block;
}
.home_registration_carousel.slider .slick-dots button {
    background: #fff;
    text-indent: -9999px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    border: none;
    width: 15px;
    height: 15px;
    margin-left: 5px;
    margin-top: 3px;
    outline: none !important;
    border-radius: 50%;
    padding: 0;
}
.home_registration_carousel.slider .slick-dots .slick-active button {
    background: #2437E2;
    background-repeat: no-repeat;
    background-size: cover;
    border: none;
}
.home_registration_carousel .carousel.headline {
    position: absolute;
    text-align: center;
    width: 100%;
    font-weight: bold;
    font-size: 36px;
    color: #fff;
    top: 70%;
}
.home_registration_carousel .carousel.subtext {
    position: absolute;
    text-align: center;
    width: 100%;
    font-size: 24px;
    color: #FFF;
    top: 80%;
}
.home_registration_carousel .item.slick-slide{
    position: relative;
    outline: none;
}
.sel-radio {
  display: none;
}

#select-op-btn {
  width: inherit;
}

ul#options {
  cursor: pointer;
  list-style-type: none;
  border-color: #333;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
}

ul#options li h3 {
    font-size: 18px;
    line-height: 24px;
    padding: 10px 10px 0px 10px;
    margin-bottom: 0;
    margin-top: 0;
    color: var(--ebg-black-color);
}
ul#options li h5 {
    font-size: 12px;
    line-height: 16px;
    padding: 0px 10px 10px 10px;
    margin-bottom: 0;
    margin-top: 0;
}

ul#options li:hover {
  background-color: #E8F0FE;
}
.js-drop {
  display: none;
}
.js-option {
  display: inline-block;
}
.p-home-v4 .home-logo-limit,
.p-home-v4 .img-logo {
    max-height: 83px;
    width: 200px;
    height: auto;
    object-fit: contain;
}
.p-home-v4 .home-header-line {
    width: 100%;
    display: flex;
    height: 60px;
}
.p-home-v4 .home-logo-name-tagline h3 {
    font: 16px/18px Roboto;
}
.p-home-v4 .home-logo-name-tagline p {
    font: 14px/16px Roboto;
}
.p-home-v4 .home-logo-name-tagline h3 {
    font: 16px/18px Roboto;
    letter-spacing: .1px;
    font-weight: 900;
}
.p-home-v4 .home-logo-name-tagline p {
    font: 14px/16px Roboto;
    letter-spacing: .1px;
    font-weight: 700;
    margin: 5px 5px 5px 0;
}
.p-home-v4 .home-affiliate-logo {
    display: flex;
    align-items: center;
}
.p-home-v4 .right-container {
    display: flex;
}
.p-home-v4 .home-header-line .home-help-login {
    display: flex;
    width: 100%;
}
.p-home-v4 .home-header-line .need-help {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}
.p-home-v4 .input-group>.form-control:focus {
    z-index: 0;
}
.hr-section-divider {
    margin-top: 60px;
    background-color: yellow;
}
.bts5 .p-home-v4 .modal-dialog-centered {
    justify-content: center;
}
.p-home-v4 .bts5 .form-group,
.bts5 .p-home-v4 .form-group {
    margin-top: 10px;
    margin-bottom: 10px;
}
.p-home-v4 .check-mark {
    background: url('/common_resources/tawframework/img/check-mark-circle.png') no-repeat center;
    width: 50px;
    height: 50px;
    display: block;
    background-size: 100%;
}
.p-home-v4 .check-mark {
    float: left;
}
.p-home-v4 .savings-item {
    text-align: center;
    padding: 2rem;
}
.p-home-v4 .savings-item p {
    font-size: 20px;
    line-height: 26px;
    margin-top: 30px;
}
.p-home-v4 .savings-item .semi-bold {
    font-weight: 500;
}
.p-home-v4 .shopping-brands-container {
    padding: 1rem 5rem;
}
.p-home-v4 .partner-container {
    background-color: var(--ebg-darkblue-color);
    padding: 4rem 0 4rem 0;
    margin-bottom: 1.5rem;
}
.p-home-v4 .partner-container .logo {
    padding: 1rem 1.5rem;
}

.p-home-v4 .partner-container .logo-row {
    margin-top: 50px !important;
}

.bts5  .p-home-v4 .partner-container .img-fluid {
    max-height: 70px;
}

.p-home-v4 .savings-container,
.p-home-v4 .funlife-container,
.p-home-v4 .testimonials-container,
.p-home-v4 .products-container {
    padding: 4rem 3rem;
}

.p-home-v4 .products-container p {
    margin-top: 30px;
    font-size: 20px;
}

.p-home-v4 .testimonials .slick-track {
    display: flex !important;
}
.p-home-v4 .testimonials .slick-slide {
    height: inherit !important;
}
.p-home-v4 .testimonial {
    padding: 0.5rem 2rem;
    margin-top: 2rem;
    height: 100%;
}
.p-home-v4 .testimonial img {
    width: 108px;
    border-radius: 50%;
    margin-right: 1.3rem;
    display: inline-block;
}
.p-home-v4 .testimonial .handle {
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    color: #4D4E4D;
    display: inline-block;
}
.p-home-v4 .testimonial h4 {
    color: var(--ebg-darkblue-color);
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
}
.p-home-v4 .testimonial p {
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
}
.p-home-v4 .testimonial.border-right {
    border-right: 1px solid rgba(0, 0, 0, 0.3);
}
.p-home-v4 .testimonials .sl-arrow {
    position: absolute;
    text-align: center;
    bottom: -5%;
    line-height: 0;
    font-size: 70px;
    color: var(--ebg-darkgray-color);
    cursor: pointer;
}
.p-home-v4 .testimonials .sl-arrow.prev {
    padding-right: 0.8em;
}
.p-home-v4 .testimonials .sl-arrow.next {
    padding-left: 0.8em;
}
.p-home-v4 .testimonials .sl-arrow.slick-disabled {
    color: #CCC;
}
.p-home-v4 .funlife-container h5,
.p-home-v4 .funlife-container .slogan {
    color: var(--ebg-accent-color);
}
.p-home-v4 .funlife-container .spaced-text {
    font-size: 20px;
    line-height: 27px;
    color: var(--ebg-black-color);
}
.p-home-v4 .funlife-container .funlife-about {
    padding-right: 2em;
}
.p-home-v4 .funlife-container h5 {
    font-size: 40px;
    line-height: 48px;
    text-transform: uppercase;
    font-weight: 400;
    padding-top: 0.3em;
}
.p-home-v4 .funlife-container h4 {
    background: url('/common_resources/img/ebg_v2/star_42.svg') no-repeat left;
    padding-left: 1.2em;
}
.p-home-v4 .funlife-container .slogan {
    font-weight: 300;
    font-size: 40px;
    line-height: 37px;
}
.p-home-v4 .funlife-container .hr-bottom {
    border-bottom-color: var(--ebg-black-color);
}
.p-home-v4 .funlife-container .funlife-main {
    padding-top: 1.5em;
}
.p-home-v4 .shopping-brand-header.hr-bottom {
    border-bottom-color: rgba(0, 0, 0, 0.2);
    margin: 2em 0 0.5em 0;
}
.p-home-v4 .shopping-brand-header .sbh {
    margin-bottom: 0.5em;
    font-weight: 500;
    font-size: 24px;
    line-height: 26px;
}
.p-home-v4 .shopping-brand {
    margin: 1em 0;
}
.p-home-v4 .product img,
.p-home-v4 .shopping-brand img {    
    border-radius: 16px;
    aspect-ratio: 5 / 3;
}

.p-home-v4 .product .product-logo img {
    border-radius: 0px !important;
    aspect-ratio: auto !important;
} 

.p-home-v4 .product .info,
.p-home-v4 .shopping-brand .info {
    padding: 0.5em;
}
.p-home-v4 .product .info p,
.p-home-v4 .shopping-brand .info p {
    margin: 0;
}
.bts5 .p-home-v4 .shopping-brands-container h4 {
    font-size: 36px;
    line-height: 36px;
    font-weight: 300;
}
.p-home-v4 .products {
    margin-top: 40px;
}
.p-home-v4 .product {
    float: left;
    display: inline-block;
    max-width: 450px;
    margin-right: 1.5em;
}
.p-home-v4 .products .sl-arrow {
    position: absolute;
    top: 0;
    margin-top: 2.75em;
    font-size: 40px;
    line-height: 35px;
    border-radius: 50px;
    z-index: 5;
    background-color: #FFFFFF;
    text-align: left;
    width: 40px;
    height: 40px;
    color: #2537E2;
    cursor: pointer;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
}
.p-home-v4 .products .sl-arrow.slick-disabled {
    display: none !important;
}
.p-home-v4 .products .sl-arrow.prev {
    left: -0.5em;
    padding-left: 0.3em;
    max-width: 40px;
}
.p-home-v4 .products .sl-arrow.next {
    right: -0.5em;
    padding-right: 0.3em;
    text-align: right;
    max-width: 40px;
}

/**************************************************************
                  XL? SIZE
/*************************************************************/
@media only screen and (min-width: 1680px) {
    .body-container, #header_container {
        max-width: unset !important;      
    }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) {
    .p-home-v4 .products .sl-arrow {
        margin-top: 2.3em;
    }
}
/**************************************************************
                  LG? SIZE
/*************************************************************/
@media (max-width: 1259px) {  
    .home .collage .hotel {
        width: 35%;
    }
    .home .collage .shopping {
        margin-top: -2rem;
        width: 40%;
    }
    .home .collage.middle.section-spacing {
        margin-top: 0rem;
    }
    .p-home-v4 .products .sl-arrow {
        margin-top: 2em;
    }
    .bts5 .p-home-v4 h3 {
        font-size: 50px;
        line-height: 55px;
    }
    .bts5 .p-home-v4 h1 {
        font-size: 50px;
        line-height: 55px;
    }
    .p-home-v4 .video-overlay .sub-heading {
        font-size: 30px;
    }
    .bts5 .landing-subtext-container h3 {
        font-size: 36px;
        line-height: 35px;
    }
}
/**************************************************************
                  MD SIZE
/*************************************************************/
@media (width: 992px) {
    .bts5 #topnav .nav-links-container {
        padding: 0;
        order: 2 !important;
    }
    .bts5 #topnav .nav-image-container {
        order: 1 !important;
    }
    .bts5 #topnav .nav-login-container {
        order: 3 !important;
    }
    .bts5 #topnav .topnav-fixtop .fixtop-content {
        padding-top: 0px !important;
    }
    .bts5 #topnav .topnav-fixtop .nav-links {
        margin-top: 0px !important;
        height: 92px !important;
    }
}
@media (max-width: 992px) {
    .btn-v20, .bts5 .btn-b, .btn-v20.btn-v20-height-sm {
        padding: 0.8rem 1.5rem !important;
        font-size: 14px !important;
        line-height: 16px !important;
    }
    .btn-v20.btn-v20-height-sm {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important;
    }
    .bts5 .p-home-v4 h1 {
        font-size: 40px;
        line-height: 45px;
    }
    .p-home-v4 .video-overlay .sub-heading {
        font-size: 25px;
    }
    .home h2 {
        font-size: 30px;
        line-height: 36px;
        font-weight: 700;
    }
    .home p {
        font-size: 18px;
        line-height: 24px;
    }
    .home .text-small {
        font-size: 16px;
        line-height: 21px;
    }
    .home .collage img {
        width: 250px !important;
        margin: 10px !important;
        height: auto !important;
    }    
    .home_registration_carousel .carousel.subtext{
        font-size: 16px !important;
    }
    .home_registration_carousel .carousel.headline{
        font-size: 20px !important;
    }
    .home_registration_carousel.slider .slick-dots button {
        width: 10px;
        height: 10px;
    }
    .home .brands img {
        width: 190px;
        margin: 0.7rem 1rem;
    }
    .p-home-v4 .home-header-line {
        width: 100%;
        display: flex;
        height: auto;
        max-height: 65px;
    }
    .p-home-v4 .home-logo-name-tagline {
        display: flex;
        flex-direction: column;
        min-width: 60%;
    }
    .p-home-v4 .home-logo-name-tagline h3 {
        font: 13px/15px Roboto;
        letter-spacing: .1px;
        font-weight: 900;
        margin-top: 0;
    }
    .p-home-v4 .home-logo-name-tagline p {
        font: 11px/13px Roboto;
        letter-spacing: .1px;
        font-weight: 700;
        margin: 2px 2px 2px 0;
    }
    #section-company-registration .shadow-box{
        min-height: 190px;
    }
    .p-home-v4 .products .sl-arrow {
        margin-top: 1.2em;
    }
    .bts5 #topnav .topnav-fixtop {
        height: auto;
    }
    .bts5 #topnav .topnav-fixtop .fixtop-content {
        padding: 16px 0 0 0;
    }
    .bts5 #topnav .topnav-fixtop .nav-links {
        width: 100%;
        height: 54px;
        margin: 12px 0 0 0;
    }
    .bts5 #topnav .topnav-fixtop .nav-item {
        width: 50%;
        text-align: center;
    }
    .bts5 #topnav .nav-image-container {
        padding-left: min(3vw, 2.5rem);
    }
    .bts5 #topnav .nav-login-container {
        padding-right: min(3vw, 2.5rem);
    }
    .bts5 #topnav .nav-links-container {
        padding: 0;
        order: 3;
    }
    .bts5 #topnav .nav-image-container {
        order: 1;
    }
    .bts5 #topnav .nav-login-container {
        order: 2;
    }
    .bts5 #topnav #member_verify_form_nav input {
        width: auto;
        max-width: 250px;
    }
    .bts5 #topnav #member_verify_form_nav .input-group {
        justify-content: end;
    }
    .bts5 #topnav #member_verify_form_nav {
        width: 100%;
    }
    .bts5 #topnav #member_verify_form_nav .invalid-feedback {
        padding-left: 11%;
    }
    .bts5 .p-home-v4 .info-title {
        font-size: 16px;
        line-height: 20px;
    }
    .bts5 .p-home-v4 .info-title.promo-message {
        font-size: 18px;
        font-weight: 500;
    }
    .bts5 .p-home-v4 h3 {
        font-size: 40px;
        line-height: 45px;
    }
    .bts5 .landing-subtext-container h3 {
        font-size: 36px;
        line-height: 35px;
    }
}
/**************************************************************
                  SM SIZE
/*************************************************************/
@media (max-width: 767.98px) {
    .bts5 #topnav .nav-links-container {
        padding: 0;
        order: 2 !important;
    }
    .bts5 #topnav .nav-image-container {
        order: 1 !important;
    }
    .bts5 #topnav .nav-login-container {
        order: 3 !important;
        justify-content: center;
        margin: 16px 0;
    }
    .bts5 #topnav #member_verify_form_nav {
        width: unset;
    }
    .bts5 #topnav .nav-links a {
        font-size: 14px;
        line-height: 14px;
        font-weight: 700
    }
    .bts5 #topnav .topnav-fixtop .nav-links {
        height: 48px;
    }
}
@media (max-width: 767px) {
    .site-refresh .body-container {
        margin: 0;
    }
    #topnav .btn-v20.btn-v20-height-sm {
        padding: 0.8rem 1.7rem !important;
    }
    .p-home-v4 #member_verify_form input[type="text"],
    .p-home-v4 #member_verify_form input[type="email"]{
        height: 48px;
    }
    .p-home-v4 .video-container video{
        height: 452px !important;
        position: relative;
        left: calc(90vw - 100vw);
        width: auto;
    }
    
    .btn-v20, .bts5 .btn-b {
        padding: 0.8rem 2.5rem !important;
        font-size: 14px !important;
        line-height: 16px !important;
    }
    .home h2 {
        font-size: 30px;
        line-height: 36px;
        font-weight: 700;
    }
    .home p {
        font-size: 18px;
        line-height: 24px;
    }
    .home .text-small {
        font-size: 16px;
        line-height: 21px;
    }
    .home .collage img {
        width: 155px !important;
        margin: 11px !important;
        height: 90px !important;
    }
    .home .section-spacing.extra,
    .home .section-spacing {
        margin-top: 2.5rem !important;
    }
    .home_registration_carousel .carousel.subtext{
        font-size: 16px !important;
    }
    .home_registration_carousel .carousel.headline{
        font-size: 20px !important;
    }
    .home_registration_carousel.slider .slick-dots button {
        width: 10px;
        height: 10px;
    }
    .ui-dialog-content iframe, .ui-dialog-content embed{
        max-width: 300px;
        max-height: 400px;
    }
    .home-_registration_carousel .slick-list iframe{
        min-height: 275px;
    }
    .home .rp-landing-subtext {
        text-align: left;
    }
    #body_container {
        padding-bottom: 3rem !important;
    }
    .footer-fluid .footer-section {
        margin-top: 1.5rem;
    }
    .footer-fluid .footer-section:first-child {
        margin-top: 0;
    }
    .footer-fluid .footer-indent {
        margin-left: 1.6rem;
    }
    .footer-fluid .stay-connected {
        text-align: left;
    }
    .footer-fluid .stay-connected a {
        color: rgba(36, 55, 226, 1);
        font-size: 20px;
        font-weight: 700;
        text-align: right;
    }
    .footer-fluid .open-arrow,
    .footer-fluid .close-arrow {        
        height: 0.7em;
        width: 0.7em;
        display: inline-block;
        margin: 0 1rem 0 0;        
    }
    .footer-fluid .open-arrow,
    .footer-fluid .close-arrow {
        border-left: 3px solid rgba(20, 33, 150, 0.5);
        border-bottom: 3px solid rgba(20, 33, 150, 0.5);        
    }
    .footer-fluid .close-arrow {
        transform: rotate(225deg);
    }
    .footer-fluid .open-arrow {
        transform: rotate(315deg);
    }
    #member_registration_modal .modal-back-btn {
        font-size: 14px;
    }
    #member_registration_modal .form-group.row .col-form-label{
        text-align: left;
    }
    .home .btn-v20.btn-v20-width-auto {
        width: 100% !important;
    }
    .home .brands img {
        width: 150px;
        margin: 0.7rem 2rem;
    }
    #registration_welcome_modal .btn {
        width: 100% !important;
        padding: 0.8rem 0rem !important;
    }
    #privacy_policy_modal .modal-content table.table-outlined {
        font-size: 11px;
        line-height: 12px;
    }
    #privacy_policy_modal .modal-content table.table-outlined th,
    #privacy_policy_modal .modal-content table.table-outlined td {
        padding: 0px;
    }
    .p-home-v4 .home-header-line {
        width: 100%;
        display: flex;
        height: auto;
        max-height: 65px;
    }
    .p-home-v4 .home-logo-name-tagline {
        display: flex;
        flex-direction: column;
        min-width: 60%;
    }
    .p-home-v4 .home-logo-name-tagline h3 {
        font: 13px/15px Roboto;
        letter-spacing: .1px;
        font-weight: 900;
        margin-top: 0;
    }
    .p-home-v4 .home-logo-name-tagline p {
        font: 11px/13px Roboto;
        letter-spacing: .1px;
        font-weight: 700;
        margin: 2px 2px 2px 0;
    }
    #section-company-registration .shadow-box{
        min-height: unset;
    }
    .p-home-v4 .testimonial.border-right {
        border-right: none;
    }
    .p-home-v4 .shopping-brands-container {
        padding: 1rem 3rem;
    }
    .p-home-v4 .savings-container,
    .p-home-v4 .products-container,
    .p-home-v4 .funlife-container,
    .p-home-v4 .testimonials-container {
        padding: 1rem 1rem 3rem 1rem;
    }
    
    .p-home-v4 .products-container p {
        font-size: 16px;
        line-height: 24px;
    }
    
    .p-home-v4 .savings-container h3 {
        max-width: 100%;
        margin: 0 auto;
    }
    
    .p-home-v4 .products .sl-arrow {
        display: none;
    }
    .p-home-v4 .savings-item {
        padding: 0.5rem 1.0rem;
    }
    .bts5 .p-home-v4 h4 {
        font-size: 28px;
        line-height: 30px;
    }
    .bts5 .p-home-v4 h4.smaller {
        font-size: 22px;
        line-height: 36px;
    }
    .bts5 .p-home-v4 h1 {
        font-size: 30px;
        line-height: 42px;
    }
    .bts5 .p-home-v4 h3.large {
        font-size: 30px;
        line-height: 42px;
    }
    .bts5 .p-home-v4 h3 {
        font-size: 28px;
        line-height: 36px;
    }
    .bts5 .p-home-v4 h4.small,
    .bts5 .p-home-v4 h3.small {
        font-size: 24px;
        line-height: 30px;
    }
    .bts5 .p-home-v4 .funlife-container .slogan {
        font-size: 22px;
        line-height: 25px;
    }
    .bts5 .p-home-v4 .sub-heading {
        font-size: 1em;
        margin: 0 0 0.8em 0;
        line-height: 1.1em;
    }
    .p-home-v4 .partner-container {
        padding: 2rem 0;
    }
    .p-home-v4 .video-container .form-group {
        margin: 0.5em auto 0.5em auto;
    }
    .p-home-v4 .funlife-container h4 {
        line-height: 45px;
        padding-left: 1.7em;
    }
    .bts5 .btn-ebg-accent.wide {
        /*padding: 0.5em 3em;*/
        font-size: 15px;
    }
    .bts5 .p-home-v4 .info-title {
        font-size: 16px;
        line-height: 20px;
    }
    .bts5 .p-home-v4 .info-title.promo-message {
        font-size: 18px;
        font-weight: 500;
    }
    
    #topnav #member_verify_form_nav input {
        padding: 0.2em 1em;
        font-size: 15px;
        width: 175px;
        border-top-left-radius: 25px !important;
        border-bottom-left-radius: 25px !important;
    }
    
    .bts5  .p-home-v4 .partner-container .img-fluid {
        max-width: 80%;
        max-height: 60px;
        height: 60px    ;
    }
    
    .p-home-v4 .partner-container .logo-row {
        margin-top: 30px !important;
    }
    
    .p-home-v4 .savings-item p {
        font-size: 16px;
        line-height: 24px;
    }
    
    .p-home-v4 .funlife-container .funlife-main {
        padding-top: 0px;
    }
    
    .bts5 .landing-subtext-container p {
        font-size: 16px;
        line-height: 24px;
    }
    .bts5 #topnav .nav-image-container {
        order: 1;
    }
    .bts5 #topnav .nav-login-container {
        order: 3;
    }
    .bts5 #topnav .nav-links-container {
        order: 2;
    }
    .bts5 #topnav #member_verify_form_nav .input-group {
        justify-content: center;
    }
    .bts5 #topnav .topnav-fixtop .nav-links {
        height: 48px;
    }
    .bts5 #topnav .nav-links a {
        font-size: 14px;
        line-height: 14px;
        font-weight: 700;
    }
    .bts5 #topnav .nav-login-container {
        margin: 16px 0;
    }
    .bts5 #topnav .nav-login-container,
    .bts5 #topnav .nav-image-container {
        padding: 0;
    }
    .bts5 #topnav #member_verify_form_nav {
        width: auto;
    }
    .bts5 .landing-subtext-container h3 {
        font-size: 28px;
        line-height: 30px;
    }
}
/**************************************************************
                  XS SIZE
/*************************************************************/
@media (max-width: 575px) {
    .bts5 .p-home-v4 .modal-body {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    
    .p-home-v4.responsive-modal .modal-content {
        width: 100% !important;
        max-width: 100% !important;
    }
    
    .p-home-v4.responsive-modal .modal-dialog {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .p-home-v4.responsive-modal .container-fluid {
        max-width: 360px !important;
    }
    .p-home-v4 .video-container video{
        height: 452px !important;
        position: relative;
        left: calc(50vw - 100vw);
        width: auto;
    }
    .btn-v20, .bts5 .btn-b,
    #topnav .btn-v20.btn-v20-height-sm {
        padding: 0.8rem 2.5rem !important;
        font-size: 14px !important;
        line-height: 16px !important;
    }
    .responsive-modal .btn-v20 {
        font-size: 14px !important;
    }
    .home h2 {
        font-size: 26px;
        line-height: 30px;
    }
    .home p {
        font-size: 18px;
        line-height: 23px;
    }
    .home h2, .home h2+p {
        text-align: left;
    }
    .home .text-small {
        font-size: 16px;
        line-height: 21px;
    }
    .home .tab-container .nav-tabs .nav-item a {
        padding: 0.8em 3em;
    }
    .home .tab-container {
        padding: 0;
    }
    .home .tab-container .nav-item {
        flex-basis: 50%;
    }
    .home .collage.section-spacing {
        margin: 0 !important;
    }   
    .home .collage img.concert {
        width: inherit !important;
        height: inherit !important;
        margin: 0 !important;
    }
    .home .collage img {
        width: 50% !important;
        margin: 0 !important;
        height: auto !important;
        padding-top: 0.8rem;
    }
    .home .collage .shopping,
    .home .collage .theme-park {
        padding-right: 0.4rem;
        padding-left: 0 !important;
    }
    .home .collage.bottom img,
    .home .collage.middle img {
        float: left;
        padding-left: 0.4rem;
    }    
    .home .discover {
        margin-top: 2rem !important; 
    }
    .responsive-modal .gray-box{
        width: 100% !important;
    }
    .responsive-modal .shadow-box {   
        font-size: 12px;
        line-height: 17px;
        width: 150px;
    }
    #topnav .vertical-separator {
        display: none;
    }
    .bts5 .btn-b,
    #topnav .btn-v20.btn-v20-height-sm {
        padding: 0.8rem 3.5rem !important;
    }
    #topnav .topnav-fixtop .col-8 {
        width: inherit;
    }
    .p-home-v4.responsive-modal h2 {
        padding-right: 1em;
        padding-left: 1em;
    }
    .p-home-v4.responsive-modal h3 {
        padding-right: 1em;
        padding-left: 1em;
    }
    .p-home-v4.responsive-modal .row .no-padding-xs {
        padding: 0;
    }
    .p-home-v4.responsive-modal {
        /*background-color: #FFF !important;*/
    }
    .home #section-get-started {
        margin: 2em 0em 0em 0em;
    }
    .p-home-v4 .hero img {
        border-radius: 10px;       
    }
    .p-home-v4 .hero {
        margin-bottom: 1.5em;
    }
    .p-home-v4#section-get-started h2+p {
        padding: 0;
    }
    #topnav.p-home-v4 {
        height: auto;
    }
    #topnav .topnav-fixtop .col-8.right-container {
        width: 66.66%;
    }
    #topnav .topnav-fixtop .col-8.right-container .pull-right {
        margin: 0;
        line-height: 24px;
    }
    #topnav .topnav-fixtop .btn-v20-primary {
        width: 100% !important;
    }
    #topnav .topnav-fixtop .btn-v20-secondary {
        margin-bottom: 20px !important;
        float: right;
    }
    #topnav .topnav-fixtop .pull-right {
        margin-top: -30px;
    }
    .padding-40 {
        padding: 1.5em;
    }
    .home .brands img {
        width: 100px;
        margin: 0.7rem 1.8rem;
    }
    .need-help {
        margin-top: 20px;
    }
    #topnav .home-header-line {
        width: 100%;
        display: flex;
        height: auto;
        max-height: 35px;
    }
    #topnav .home-logo-name-tagline {
        display: flex;
        flex-direction: column;
        min-width: 60%;
    }
    #topnav .home-logo-name-tagline h3 {
        font: 12px/14px Roboto;
        letter-spacing: .1px;
        font-weight: 900;
        margin-top: 0;
    }
    .p-home-v4 .home-logo-limit,
    .p-home-v4 .img-logo {
        max-width: 200px;
        max-height: 83px;
        width: auto;
        height: auto;
    }
    #topnav .affiliate_logo_header_divider {
        margin: 0 5px;
        background-color: yellow;
    }
    #section-company-registration .shadow-box{
        font-size: 12px;
        padding: 20px 0;
    }
    #section-company-registration .shadow-box h3 {
        font-size: 14px;
        margin-bottom: 10px;
    }
    #topnav #member_verify_form_nav input {
        padding: 0.2em 1em;
        font-size: 15px;
        width: 175px;
        border-top-left-radius: 25px !important;
        border-bottom-left-radius: 25px !important;
    }
}
@media (max-width: 500px) {

    .need-help {
        font-size: 15px;
        text-wrap: nowrap;
        margin-top: 20px;
    }
}
/* END OF HOME REFRESH */

/* RESPONSIVE MODAL
 *
 * THIS FILE SHOULD NOT BE CHANGED
 * Responsive Modal css can be used for 
 * desktop and mobile
 *
 * THIS FILE SHOULD NOT BE CHANGED
*/
.responsive-modal {
    display: none; 
    position: fixed;
    left: 0;
    top: 0;
    padding: 0px 0px;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    z-index: 999999;
}
.responsive-modal .modal-content{
    border-radius: 10px;
    position: relative;
    background-color: #FFF;
    margin: 0 auto;
    max-width: 880px;
    width: 98%;
    min-height: 200px;
}
.responsive-modal .modal-header{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding:20px;
    height : 20px; 
    background: #F5F5F5;
}
.responsive-modal .modal-header .close {
    position: absolute;
    color: #aaaaaa;
    right: 20px;
    font-size: 28px;
    font-weight: 100;
}
.responsive-modal .modal-header .close:hover,
.responsive-modal .modal-header .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.responsive-modal .modal-header .modal-title{
    font-size: 22px;
    font-weight: 600;
}
.responsive-modal .modal-header .modal-title img{
    max-height: 50px;
    margin-top:-15px
}
.popup-open{
    position: relative;
}
.popup-description{
    border-radius:10px;
    display: none;
    position: absolute;
    top: 0;
    max-width: 300px;
    background:#003366;
    padding:30px 20px 20px 20px;
    color: white;
    text-align: left;
    z-index: 9999999;
}
.popup-description span.close-popup{
    position: absolute;
    right: 10px;
    top: 5px;
    color: white;
    cursor: pointer;
    font-size: 25px;
}
/* END RESPONSIVE MODAL */




/* START COMPANY SPECIFIC OVERRIDES */

.p-home-v4.company-specific-override .login-wrapper {
    width: 100%;
    text-align: center;
}

.p-home-v4.company-specific-override .site-logo {
    width: 100%;
    text-align:center;
    padding-bottom:10px;
}
.p-home-v4.company-specific-override .site-logo img{
    width: 150px;
}
.p-home-v4.company-specific-override .login-register {
    width: auto;
    max-width: 314px;
    padding: 24px;
    background-color: #FFF;
    text-align: center;
    border-radius: 10px;
    margin:100px auto 0 auto;
}

.p-home-v4.company-specific-override .btn-ebg-primary {
    background-color: var(--ebg-primary-color) !important;
    border-color: var(--ebg-primary-color) !important;
}
.p-home-v4.company-specific-override .btn-ebg-primary:hover {
    background-color: color-mix(in srgb, var(--ebg-primary-color), black 10%) !important;
    border-color: var(--ebg-primary-color) !important;
}

.p-home-v4.company-specific-override .btn-v20-primary {
    background-color: var(--ebg-primary-color) !important;
    border-color: var(--ebg-primary-color) !important;
}
.p-home-v4.company-specific-override .btn-v20-primary:hover {
    background-color: color-mix(in srgb, var(--ebg-primary-color), black 10%) !important;
    border-color: var(--ebg-primary-color) !important;
}

.p-home-v4.company-specific-override .terms-text {
    font-size: 12px;
    margin-top: 30px;
}

.p-home-v4.company-specific-override  input[type="text"], 
.p-home-v4.company-specific-override  input[type="email"] {
    border-radius: 10px !important;
    border: 1px #AAA solid !important;
    height: 48px !important;
    color: var(--ebg-black-color) !important;
    font-size: 14px !important;
    box-shadow: none !important;
    background-color: #FFF !important;
}

.p-home-v4.company-specific-override #member_verify_form input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #999;
}
.p-home-v4.company-specific-override #member_verify_form input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #999;
   opacity:  1;
}
.p-home-v4.company-specific-override #member_verify_form input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #999;
   opacity:  1;
}
.p-home-v4.company-specific-override #member_verify_form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #999;
}
.p-home-v4.company-specific-override #member_verify_form input::-ms-input-placeholder { /* Microsoft Edge */
   color:    #999;
}

.p-home-v4.company-specific-override #member_verify_form input::placeholder { /* Most modern browsers support this now. */
   color:    #999;
}

.p-home-v4.company-specific-override .modal-dialog .site-logo {
    padding-bottom: 0px;
}
.p-home-v4.company-specific-override .modal-dialog h2 {
    padding: 0.1em 0 0 0;
}
.p-home-v4.company-specific-override .modal-dialog p {
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}

@media (max-width: 575px) {   
    .p-home-v4.company-specific-override .p-home-v4.responsive-modal {
        background-color: #FFF !important;
    }
}

/* END COMPANY SPECIFIC OVERRIDES */