
	/* Reasons 2 Book Link */
	.interrupter-band .interrupter-band-text a.lnk {
		background: none!important;
		border-radius: 0!important;
		color: #127F4A!important;
		font-size: inherit;
		margin: 0;
		padding: 0;
		text-decoration: underline;
	}
	/* End Reasons 2 Book Link */
	
    /* Booking Widget Hero Section */
    .img-container.bg-img {
        background-color: #f0f0ef;
        background-image: url('https://www.enterprise.com/content/dam/ecom/sem-testing/2016-kia-optima-sense-sedan-angular-front.png');
        background-position: 110%;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .img-container.bg-img img {
        display: none;
    }

    .content-container-hero {
        display: block;
        left: 50%;
        margin: 20px auto 0;
        padding: 0 0 0 10px;
        position: absolute;
        top: 0;
        transform: translateX(-50%);
        width: 100%;
    }

    .content-container-hero .top, .content-container-hero .bottom {
		display: block;
        font-weight: 700;
        line-height: 1;
        margin: 0;
    }

    .content-container-hero .top {
        font-size: 18px;
    }

    .content-container-hero .bottom {
        font-size: 20px;
    }

    .booking-widget-hero + .reservationWidget{
        min-height: 300px;
    }

    /* Reservation Widget CTA Desktop */
    
    .reservation-widget-renting-desktop {
        display: none;
    }
    
    /* Reservation Widget CTA Mobile */

    .reservation-widget-renting-mobile {
        background-color: #f0f0ef;
        display: block;
        padding: 15px 0;
        position: relative;
        right: -0;
        text-align: center;
        width: 100%;
    }

    .reservation-widget-renting-mobile p.para {
        margin: 0;
        font-size: 16px;
        font-weight: 600;
    }

    .reservation-widget-renting-mobile a {
        color: #127F4A;
        font-size: 16px;
        font-weight: 500;
        margin: 0;
        position: relative;
        text-decoration: none;
    }

    .reservation-widget-renting-mobile a::after {
        border: none;
        border-bottom: 2px solid #127F4A;
        border-right: 2px solid #127F4A;
        content: '';
        height: 4px;
        margin-left: 3px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%) rotate(-45deg);
        width: 4px;
    }

    /* Three Col Section */

    .three-col-container {
        display: block;
        margin: 20px auto;
        padding: 0 15px;
    }

    .three-col-container .three-col-content {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }

    .three-col-container .three-col-content .content-block {
        background-color: #fff;
        border: 1px solid #c5c5c5;
        display: flex;
        flex: 1;
        margin: 10px auto;
        padding: 20px;
    }

    .three-col-container .three-col-content .content-block:first-of-type, .three-col-container .three-col-content .content-block:last-of-type {
        margin: 0;
    }

    .three-col-container .three-col-content .content-block .icon {
        display: flex;
        height: auto;
        margin: 0 20px 0 0;
        width: 50px;
    }

    .three-col-container .three-col-content .content-block .icon img {
        align-self: center;
    }

    .three-col-container .three-col-content .content-block .icon svg .cls-1 {
        fill: #169a5a;
    }

    .three-col-container .three-col-content .content-block .right-content {
        align-items: flex-start;
        display: flex;
        flex: 1;
        flex-direction: column;
    }

    .three-col-container .three-col-content .content-block .right-content .title {
        font-size: 20px;
        font-weight: 700;
        margin: 0 0 10px;
    }

    .three-col-container .three-col-content .content-block .right-content .para {
        margin: 0;
    }

    /* Popular Long Term Section */

    .industry-leader-container {
        display: flex;
        flex-direction: column;
        padding: 20px;
    }

    .industry-leader-container h2 {
        display: block;
        margin: 0 auto 10px;
        order: 1;
        text-align: center;
        text-transform: capitalize;
        width: 100%;
    }

    .industry-leader-container p.para {
        display: block;
        font-size: 17px;
        order: 2;
        text-align: center;
    }

    .industry-leader-container .cta-container {
        display: block;
        order: 4;
        text-align: center;
    }

    .industry-leader-container .vehicles-four-up-container {
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin: 0 auto 20px;
        order: 3;
        width: 100%;
    }

    .industry-leader-container .vehicles-four-up-container .vehicle-content {
        display: flex;
        max-width: 340px;
        width: 100%;
    }

    .interrupter-band-text p.subheadline {
        display: none;
    }

    .interrupter-band-text p a {
        text-decoration: underline;
    }

    .interrupter-band-text p span {
        font-weight: 700;
    }

    .interrupter-band.border-true .content-block:before {
        height: 97% !important;
    }

    @media all and (min-width: 637px) {
        /* Booking Widget Hero Section */

        .content-container-hero {
            margin: 50px auto 0;
            width: 100%;
        }

        .content-container-hero .top {
            font-size: 24px;
        }

        .content-container-hero .bottom {
            font-size: 30px;
        }
    }

    @media screen and (min-width: 749px) { 
        /* Booking Widget Hero Section */

        .content-container-hero .bottom {
            font-size: 40px;
        }

        /* Interrupter Small Band */

        .interrupter-band-text p.subheadline {
            display: inline-block;
        }

        .interrupter-band.border-true .content-block:before {
            height: auto !important;
        }
        
    }
    @media screen and (min-width: 885px) {
        /* Booking Widget Hero Section */

        .img-container.bg-img {
            background-position: 100%;
        }

        .content-container-hero {
            margin: 20px auto 0;
            padding: 0;
            width: 100%;
        }

        .content-container-hero .top {
            font-size: 40px;
        }

        .content-container-hero .bottom {
            font-size: 50px;
        }

        /* Reservation Widget CTA Desktop */
        
        .cf.reservation-toggle-header-container {
            position: relative;
        }
        
        .reservation-widget-renting-desktop {
            background-color: transparent;
            display: block;
            padding: 5px 0;
            position: absolute;
            right: -10px;
            text-align: right;
            width: auto;
        }
        
        .reservation-widget-renting-desktop p.para {
            font-size: 16px;
            font-weight: 600;
            margin: 0;
            text-align: right;
        }
        
        .reservation-widget-renting-desktop a {
            color: #127F4A;
            font-size: 16px;
            font-weight: 500;
            margin: 0;
            position: relative;
            right: 10px;
            text-decoration: none;
        }
        
        .reservation-widget-renting-desktop a::after {
            border: none;
            border-bottom: 2px solid #127F4A;
            border-right: 2px solid #127F4A;
            content: '';
            height: 4px;
            margin-left: 3px;
            position: absolute;
            top: 50%;
            transform: translateY(-50%) rotate(-45deg);
            width: 4px;
        }
        
        /* Reservation Widget CTA Mobile */

        .reservation-widget-renting-mobile {
            display: none;
        }

        /* Three Col Section */
        
        .three-col-container .three-col-content {
            flex-direction: row;
        }
        
        .three-col-container .three-col-content .content-block {
            background-color: #f0f0ef;
            margin: 0 10px;
        }

        .three-col-container .three-col-content .content-block .icon {
            width: 60px;
        }

        /* Popular Long Term Section */

        .industry-leader-container {
            padding: 40px 0 20px;
        }

        .industry-leader-container .cta-container {
            display: block;
            order: 3;
            text-align: center;
        }

        .industry-leader-container .vehicles-four-up-container {
            margin: auto;
            order: 4;
            width: 90%;
        }

        .industry-leader-container .industry-content-container {
            flex-direction: row;
        }
    }

    @media all and (min-width: 61.25em) {
        /* Booking Widget Hero Section */

        .booking-widget-hero + .reservationWidget{
            margin-top: -340px;
        }
        
        .content-container-hero {
            margin: 20px auto 0;
            width: 65.6875rem;
        }
    }

    @media all and (min-width: 1260px) {
        .content-container-hero .bottom {
            font-size: 50px;
        }
    }
    /* AS 4132022 - Added max width for the res widget inner container 
     * on these screen port instances to prevent the text from getting cut off */
    @media (max-width: 979px) and (min-width: 885px) {
        .inner-container.collapsed {
            max-width: 85%;
        }
    }
	
	@media screen and (max-width: 991px) {
		.reservation-toggle-header-container h1, .reservation-toggle-header-container h2 {
			margin-bottom: 1rem
		}
		.booking-widget-hero + .reservationWidget{
			min-height: unset;
		}
	}
