.home-page-hero img.hero{
    height: auto;
    width: 100%;
}


.home-page-hero{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background-color: #000000;
}

.home-page-hero .route-schedules{
    width: 66.66%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background 0.5s ease;
}

.home-page-hero .route-schedules label{
    width: 0px;
    height: 0px;
    overflow: hidden;
    display: block;
}

.home-page-hero .route-schedules select{
    background-image: url(../images/Dropdown_Arrow.svg) !important;
    background-repeat: no-repeat !important;
    background-position: right 1.5rem center !important;
    padding: 1rem 2rem;
    font-size: 1.75rem;
    font-family: canada-type-gibson, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: auto;
    margin-top: 3rem;
    display: block;
    -webkit-appearance: none;
    color:#000;
    /* border-bottom: 5px solid #E42311;
    border-left: 0;
    border-right: 0; */
}

.home-page-hero .route-schedules:hover{
    background:  #262626;
}

.home-page-hero .route-schedules input.bin-button{
    background: #fff;
    color:#000;
    font-size: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 1rem 3rem;
    font-weight: 600;
    font-family: canada-type-gibson, sans-serif;
    margin: 1.5rem auto 3rem;
    display: block;
    cursor: pointer;
    border-bottom: 5px solid #E42311;
    border-top: 5px solid #fff;
    border-left: 0px solid #fff;
    border-right: 0px solid #fff;
    transition: border 0.2s ease;
}

.home-page-hero .route-schedules input.bin-button:hover{
    border-bottom: 5px solid #E42311;
    border-top: 5px solid #E42311;
    border-left: 5px solid #E42311;
    border-right: 5px solid #E42311;
}


.home-page-hero .hero-links{
    display: flex;
    flex-direction: column;
    border-left: 1px solid #fff;
    flex: 1;
    font-size: 1.75rem;
    font-weight: 400;
    letter-spacing: 1px;
}

.home-page-hero .hero-links .trip-planner:before{
    background-image: url(../images/Trip_Planner_Icon.svg);
}

.home-page-hero .hero-links .track-your-bus:before{
    background-image: url(../images/Track_Your_Bus_Icon.svg);
}

.home-page-hero .hero-links .trip-planner:before,
.home-page-hero .hero-links .track-your-bus:before{
    content: '';
    width: 64px;
    height: 64px;
    background-size: cover;
    display: inline-block;
    margin-right: 1.25rem;
    vertical-align: -1.25rem;
}



.home-page-hero .hero-links a{
    width: 100%;
    margin: auto;
    padding: 3rem 0;
    display: block;
    text-decoration: none;
    color: #fff;
    position: relative;
}

.home-page-hero .hero-links a:hover{
    background-color: #262626;
}

.home-page-hero .hero-links a div{
    position: relative;
    max-width: 21rem;
    left: 50%;
    transform: translateX(-50%);
}

.home-page-hero .hero-links a span{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.home-page-hero .hero-links a span:before{
    vertical-align: -1rem;
    margin-left: 1rem;
}
.home-page-hero .hero-links a:first-of-type{
    border-bottom: 1px solid #fff;
}
.home-page-hero .hero-links a:first-of-type:after{
    display: none;
}


/* Homepage Tabbed Content */

.homepage-tabs{
    display: flex;
}




    .tabs-content{
        background: url(../images/hp/hero.jpg) no-repeat center center;
        background-size: cover;
        height: 445px;
        width: 66%;
        }

        .tabs-content .tabs{
            width: 33%;
            display: flex;
            flex-direction: column;
        }

        .tabs-content .tab{
            height: 100%;
            margin: 0 auto;
            max-width: 1250px;
            padding: 90px 2% 0;
            position: relative;
            }

            .tabs-content-left{
                color: #fff;
                float: left;
                width: 62%;
                }
			
			#tab-trip .tabs-content-left	{
				width: 100%;
			}

                h1, .h1{
                    color: #fff;
                    /* font: 5.9rem/5.9rem montserratbold, arial, sans-serif; */
                    font-family: canada-type-gibson, sans-serif;
                    font-size: 3.9rem;
                    line-height: 3.9rem;
                    margin: 0 0 40px;
                    text-transform: uppercase;
                    }

                .mobile-h1{
                    display: none;
                    }
					
				.tab label {
					display: none;
				}

                .tab select{
                    border: 2px solid #782E8D;
                    border-radius: 5px;
                    color: #4D4D4D;
                    font-size: 1.7rem;
                    font-style: italic;
                    margin-bottom: 25px;
                    padding: 7px;
                    width: 100%;
                    }

                .tab select:focus{
                    outline: none;
                    }

                /* .tab input[type="submit"]{
                    background: #782e7d;
                    border: 0;
                    border-radius: 5px;
                    box-shadow: inset 0 0 0 4px transparent;
                    color: #fff;
                    cursor: pointer;
                    font-size: 1.8rem;
                    padding: 10px 40px;
                    position: relative;
                    text-decoration: none;
                    transition: box-shadow .3s;
                    }

                    .tab input[type="submit"]:hover,
                    .tab input[type="submit"]:focus{
                        box-shadow: inset 0 0 0 4px #b646be;
                        outline: none;
                        }

                    .tab input[type="submit"]:after{
                        color: #782e7d;
                        content: "a";
                        font: 2.2rem/2.2rem metro-rta;
                        margin-top: -10px;
                        position: absolute;
                        right: 25px;
                        top: 50%;
                        transition: color .3s, right .3s;
                        }

                    .tab input[type="submit"]:hover:after{
                        color: #dc57e5;
                        right: 5px;
                        } */

                       .tab input[type="submit"]{
                            background: #fff;
                            border: 6px solid #fff;
                            border-bottom: 6px solid #EE3524;
                            color: #000;
                            cursor: pointer;
                            padding: 13px 45px;
                            position: relative;
                            text-decoration: none;
                            transition: border .3s;
                            position: relative;
                            font-weight: 600;
                            font-size: 1.5rem;
                            font-family: 'canada-type-gibson', sans-serif;
                            text-transform: uppercase;
                            letter-spacing: 1px;
                        }
                        
                        .tab input[type="submit"]:hover,
                        .tab input[type="submit"]:focus{
                            border: 6px solid #EE3524;
                        }

                        /* .tab input[type="submit"]:after{
                            display: block;
                            content: "";
                            position: absolute;
                            bottom: 0;
                            left: 0;
                            background: #EE3524;
                            height: 5px;
                            width: 100%;
                        } */



                .tab .btn{
                    display: inline-block;
                    margin-top: 10px;
                    }

                .tab .btn + .btn{
                    margin-left: 15px;
                    }

                .tabs-content-right{
                    margin-top: -117px;
                    position: absolute;
                    right: 2%;
                    top: 50%;
                    width: 320px;
                    }

                    .tab-nav{
                        display: none;
                        background-color: #fff;
                        border-radius: 4px;
                        border-bottom: 5px solid #79357d;
                        border-top: 10px solid #79357d;
                        }

                        .tab-nav a{
                            border-top: 4px solid #ddd;
                            color: #262626;
                            display: block;
                            /* font: 2rem/2rem montserratregular, arial, sans-serif; */
                            font-family: canada-type-gibson, sans-serif;
                            font-size: 2rem;
                            line-height: 2rem;
                            padding: 10px 5px 10px 45px;
                            position: relative;
                            text-decoration: none;
                            text-transform: uppercase;
                            }

                        .tab-nav a:hover,
                        .tab-nav a:focus{
                            background: #f1e9f1;
                            }

                        .tab-nav a:first-child{
                            border: 0;
                            }

                            .tab-nav a span{
                                display: inline-block;
                                vertical-align: middle;
                                }

                            .tab-nav a i{
                                color: #782e7d;
                                display: inline-block;
                                font-size: 2.3rem;
                                vertical-align: middle;
                                }

                            .tab-nav a:before{
                                font-size: 2.5rem;
                                left: 10px;
                                margin-top: 11px;
                                position: absolute;
                                top: 0;
                                }

            /* Specific Tabs */

            #tab-services .tabs-content-right{
                margin-top: -172px;
                }

                #tab-services .tab-nav{
                    border-bottom: 5px solid #ca4701;
                    border-top: 10px solid #ca4701;
                    }

                    #tab-services .tab-nav a:hover,
                    #tab-services .tab-nav a:focus{
                        background: #FFEEE5;
                        }

                        #tab-services .tab-nav a i{
                            color: #ca4701;
                            }

            #tab-trip .tabs-content-right{
                margin-top: -206px;
                }

                #tab-trip .tab-nav{
                    border-bottom: 5px solid #d7164c;
                    border-top: 10px solid #d7164c;
                    height: 305px;
                    width: 265px;
                    }

                    #tab-trip iframe{
                        margin: 10px;
                        }

            #tab-track .tabs-content-right{
                margin-top: -192px;
                }

        .tabs-nav{
            margin: 0;
            padding: 0;

            }

            .tabs-nav li{
                background-color: #79357d;
                float: left;
                list-style: none;
                margin: 0;
                position: relative;
                transition: margin-top .3s;
                width: 100%;
                }

                .tabs-nav li a{
                    color: #fff;
                    display: block;
                    /* font: 2.3rem/2.3rem montserratregular, arial, sans-serif; */
                    font-family: canada-type-gibson, sans-serif;
                    font-size: 2.3rem;
                    line-height: 2.3rem;
                    padding: 40px 0 30px;
                    text-align: center;
                    text-decoration: none;
                    text-transform: uppercase;
                    transition: padding-bottom .3s;
                    }

                .tabs-nav li.tabs-nav-trip a{
                    background-color: #d7164b;
                    }

                .tabs-nav li.tabs-nav-track a{
                    background-color: #ad1307;
                    }

                .tabs-nav li.tabs-nav-services a{
                    background-color: #ca4701;
                    }

                    .tabs-nav li a span:first-child{
                        left: 50%;
                        margin-left: -11px;
                        opacity: 0;
                        position: absolute;
                        top: 21px;
                        transition: all .4s;
                        }

                    .tabs-nav li a:hover span,
                    .tabs-nav li a:focus span,
                    .tabs-nav li.current a span{
                        opacity: 1;
                        top: 2px;
                        }

                    .tabs-nav li a i{
                        display: block;
                        /* font: 7.6rem/7.6rem montserratregular, arial, sans-serif; */
                        font-family: canada-type-gibson, sans-serif;
                        font-size: 7.6rem;
                        line-height: 7.6rem;
                    }


/* Homepage Alerts & News Section */

.alerts-news{
    background: #ffffff;
    /* float: left; */
    width: 100%;
    }

    .an-alerts{
        /* float: left; */
        overflow: hidden;
        position: relative;
        width: 35%;
        display: none;
        }

    .an-alerts:after{
        background-color: #f0eaf0;
        content: "";
        height: 1000px;
        position: absolute;
        right: 0;
        top: 0;
        width: 3px;
        }

        .an-alerts p{
            line-height: 1.8rem;
            margin: 0;
            }

            .an-title{
                /* font: 3.6rem/3.6rem montserratregular, arial, sans-serif; */
                font-family: canada-type-gibson, sans-serif;
                font-size: 3.6rem;
                line-height: 3.6rem;
                margin: 55px 0 30px;
                text-align: center;
                text-transform: uppercase;
                }

                .an-alerts .an-title a{
                    color: #c1212b;
                    }

                .an-title a{
                    color: #262626;
                    text-decoration: none;
                    }

            .an-alert{
                background: #fbfafb;
                border-bottom: 2px solid #e9e9ed;
                display: block;
                margin: 0 6%;
                padding: 10px 40px 10px 63px;
                position: relative;
                text-decoration: none;
                }

            .an-alerts p:last-child .an-alert{
                border: none;
                margin-bottom: 50px;
                }

            .an-alert:before{
                color: #c1212b;
                content: "e";
                font: 3rem/3rem metro-rta;
                position: absolute;
                left: 13px;
                top: 10px;
                }

            .an-alert:after{
                color: #808080;
                content: "a";
                font: 3rem/3rem metro-rta;
                margin-top: -15px;
                position: absolute;
                right: 13px;
                top: 50%;
                }

            .an-alert:hover,
            .an-alert:focus{
                background: #f7f0f7;
                }

                .an-alerts-title{
                    border-bottom: 1px solid transparent;
                    color: #c1212b;
                    display: inline-block;
                    font-size: 1.9rem;
                    line-height: 2.3rem;
                    margin-bottom: 6px;
                    transition: border .3s;
                    }

                .an-alert:hover .an-alerts-title{
                    border-bottom: 1px solid #c1212b;
                    }

                .an-alerts-routes{
                    color: #5e5e5e;
                    display: block;
                    font-size: 1.55rem;
                    margin-bottom: 6px;
                    }

                .an-alerts-dates{
                    color: #c1212b;
                    display: block;
                    font-size: 1.35rem;
                    }


    /* Homepage Rotator */

    .an-news{
        /* float: right; */
        width: 100%;
        }

        .gallery-wrap{
            float: left;
            /* padding: 0 7.5% 0 7.5%; */
            position: relative;
            /* width: 85%; */
            width: 100%;
            }

            .gallery-wrap:before{
                content: 'News & Updates';
                display: none;
                background: #781D7E;
                color:#fff;
                width: 100%;
                font-weight: 600;
                text-align:center;
                letter-spacing: 1px;
                margin-bottom: 1rem;
                padding: 0.75rem 0;
                font-size: 1.4rem;
            }

            .gallery{
                background: url(../images/loading.gif) no-repeat center center;
                float: left;
                margin: 0 auto;
                overflow: hidden;
                padding: 0;
                position: relative;
                -webkit-user-select: none;
                width: 100%;
                z-index: 5;
                }

                .gallery-feature{
                    float: left;
                    height: 100%;
                    margin: 0 auto;
                    position: relative;
                    width: 100%;
                    }

                    .gallery-inner{
                        position: absolute;
                        top: 0;
                        left: 0;
                        }

                        .gallery .slide{
                            background: #fff;
                            float: left;
                            opacity: 0.6;
                            position: relative;
                            display: none;
                            display: flex !important;
        
                            }
                            .gallery .slide.active{
                            }

                            .slide-contents{
                                width: 45%;
                                justify-content: center;
                                display: flex;
                                flex-direction: column;
                                padding-right: 5%;
                                padding-left: 5%;
                                }
                                
                                section.join-our-team .left .left-content img.mobile-only{
                                    display: none;
                                }
                                section.join-our-team .left .left-content img.desktop-only{
                                    display: block;
                                }
          

                                .slide-title{
                                    font-size: 1.75rem;
                                    line-height: 2rem;
                                    font-weight: 600;
                                    margin-bottom: 1.5rem;
                                    }

                                    .slide-title:before{
                                        content: 'News & Updates';
                                        font-size: 2.5rem;
                                        color: #781D7E;
                                        margin-bottom: 2rem;
                                        display: block;
                                        letter-spacing: 1px;
                                    }

                                .slide-copy{
                                    display: block;
                                    font-size: 1.125rem;
                                    /* line-height: 1.25rem; */
                                    }
                                    .slide-copy p{
                                        font-size: 1.125rem;
                                        /* line-height: 1.25rem; */
                                        letter-spacing: 1px;
                                    }

                                .slide-copy .btn{
                                    display: inline-block;
                                    background: unset;
                                    padding: unset;
                                    border: unset;
                                    font-size: 1.125rem;
                                    text-transform: none;
                                    font-weight: 400;
                                    text-decoration: underline;
                                    }

                                    .slide-copy .btn:after{
                                        display: none;
                                    }
                                    .slide-copy .btn:hover{
                                        text-decoration: none;
                                    }

                            .slide-image{
                                /* float: left; */
                                width: 56.25%;
                                /* margin-right: 8%; */
                                /* margin-left: 4rem; */
                                }

                            .gallery .slide img{
                                display: block;
                                margin: 0 auto;
                                }

                        .gallery .slide.active{
                            opacity: 1;
                            display: block;
                            }

                        .gallery .slide.active + .slide{
                            margin-top: -1rem;
                        }

                .gallery-indication{
                    bottom: 20px;
                    position: absolute;
                    right: 9%;
                    z-index: 99;
                    }

                    .indicator{
                        background: #fff;
                        border-radius: 50%;
                        border: 1px solid #781D7E;
                        display: inline-block;
                        height: 14px;
                        margin: 0 3px;
                        vertical-align: middle;
                        width: 14px;
                        }

                    .indicator.active{
                        background: #781D7E;
                        }

                .gallery-nav{
                    left: 0;
                    margin-top: -20px;
                    position: absolute;
                    top: 50%;
                    width: 100%;
                    z-index:99;
                    }
                        .gallery-nav .next,
                        .gallery-nav .prev{
                            border-radius: 0px;
                        }
                        .gallery-nav .next{
                            float: right;
                            /* margin-right: 3%; */
                            }

                            .next i.icon-arrow:before,
                            .prev i.icon-arrow-left:before{
                                font-family: "metro-rta-2023" !important;
                                content: "\74" !important;
                                display: block;
                                
                            }

                            .next i.icon-arrow:before{
                                transform: rotate(-90deg) translateY(3px);
                            }
                            .prev i.icon-arrow-left:before{
                                transform: rotate(90deg) translateY(3px);
                            }

                            .next i, .prev i{
                                background-color: #D8D8D8;
                                border-radius: 3px;
                                color: #333333;
                                display: inline-block;
                                font-size: 1.5rem;
                                line-height: 1.9rem;
                                padding: 0.5rem;
                                transition: all .3s;
                                vertical-align: middle;
                                }

                            .next:hover i,
                            .prev:hover i{
                                background-color: #b2b2b2;
                                color: #333333;
                                }


/* Homepage Content Area */

/* Join Our Team */

section.join-our-team{
    display: flex;
    flex-direction:row;
    flex-wrap: wrap;
    background: #000;
    }

    section.join-our-team .left,
    section.join-our-team .right{
        width: 50%;
        }

        section.join-our-team .left{
            justify-content: center;
            display: flex;
            flex-direction: column;
        }

        section.join-our-team .left .left-content{
            padding: 2rem 7rem;
        }

        section.join-our-team .left .left-content p,
        section.join-our-team .left .left-content a:not(.btn),
        section.join-our-team .left .left-content h2{
            color: #fff;
            letter-spacing: 1px;
        }

        section.join-our-team .right img{
            min-height: 100%;
            height: auto;
            width: 100%;
            object-fit: cover;
        }




section.hp-our-services-e-spot{
    display: flex;
    flex-direction:row;
    flex-wrap: wrap;
    background: #fff;
    padding: 4rem 1.5rem;
}

section.hp-our-services-e-spot .headline-container{
    width: 100%;
    padding: 1rem;
}

section.hp-our-services-e-spot h2.headline-container{
    color: #000;
    font-size: 2rem;
    padding-bottom: 3rem;
    padding-top: 3rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

section.hp-our-services-e-spot p,
section.hp-our-services-e-spot ul > li{
    letter-spacing: 0.8px;
    font-size: 1.125rem;
    line-height: 1.7rem;
}

section.hp-our-services-e-spot p:last-child{
    margin-bottom: 0;
}

section.hp-our-services-e-spot p:first-child{
    margin-bottom: 30px !important;
}


section.hp-our-services-e-spot p a{
    font-weight: 500;
    color:#000;
}

section.hp-our-services-e-spot .flex-col{
    width: 33.33%;
}


.metro-direct .col-content{
    /* border-left: 3px solid #EE3524; */
}
.metro-select .col-content{
    /* border-left: 3px solid #781D7E; */
}

.metro-ada .col-content{
    /* border-left: 3px solid #000000; */
}




section.hp-our-services-e-spot{
    padding: 1rem 6rem;
    padding-bottom: 4rem;
    justify-content: center;
}

section.hp-our-services-e-spot .col-content{
    padding: 0 3rem 0 3rem;
    height: 100%;
}

section.hp-our-services-e-spot .col-3{
    width: calc(33.33% - 6rem);

}

section.hp-our-services-e-spot .col-3 .col-content{
    padding: 0 0 0 2rem;
}

section.hp-our-services-e-spot .col-1 .col-content,
section.hp-our-services-e-spot .col-2 .col-content{
   padding: 0 6rem 0 2rem;
}

section.hp-our-services-e-spot .col-content img{
    /* margin-bottom: 1.5rem; */
}

