:root{
	--primary-color: #32276d;
	--secondary-color: #ff253a;
}

*{
	box-sizing: border-box;
}

a{
	color: var(--primary-color);
	text-decoration: none !important;
	transition: all .3s ease-in;
}
a:hover{
	color: var(--secondary-color);
}

p:empty{
	margin: 0;
	display: none;
}

body:not(.home) .content-container{
	padding-top: 45px;
	padding-bottom: 45px;
}

body.home .content-container {
    padding: 0;
}

.section {
    padding: 45px 0;
} 
.section:nth-child(2n+2){
	background: #f6f4ff;
}

.section-content {
    background: #fefefe;
}

.section-title {
    margin-bottom: 1.8rem;
    text-align: center;
    color: var(--primary-color);
}

.banner {
    min-height: 350px;
    background: var(--primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
	position: relative;
}

.banner::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(/wp-content/uploads/2025/08/amtrak-bg-texture.png);
    mix-blend-mode: overlay;
    opacity: 0.2;
}

.banner h1, .banner a, .banner p{
	color: #fff;
} 
.banner p{
	margin: 0px 0 15px;
	font-size: 1.15rem;
}
.banner h1{
	margin-bottom: 15px; 
}
/* .banner .banner-inner {
    margin: auto;
    text-align: center;
} */

.banner .banner-inner .search-form input[type=search], .banner .banner-inner .search-form input.search-field {
    padding-right: 80px;
    border-radius: 24px;
}
.banner .banner-inner .search-form .search-submit[type=submit] {
    background: var(--secondary-color);
    width: 70px;
    border-radius: 24px;
	margin: 2px;
}

.banner .banner-inner .search-form .kadence-search-icon-wrap {
    color: #ffffff;
}


.card{
    border-radius: 8px;
    height: 100%;
	background: #fff;
}

.card-body{
    padding: 10px;
    display: flex;
    align-items: center;
    height: 100%;
}

.site-middle-footer-wrap ul{
	margin: 0;
	padding: 0;
}
.site-middle-footer-wrap ul > li{
	list-style: none;
	overflow: hidden;
	text-overflow: ellipsis;
    white-space: nowrap
}

.sidebar-below-header .other-pages li a,
.site-middle-footer-wrap .widget ul>li>a,
a.list-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}


.list-unstyled {
    padding: 0;
    margin: 0;
    list-style: none
}

.list-unstyled li {
    line-height: 1.8
}

.list-unstyled li>a {
    display: block;
/*     padding: .1em 0; */
    text-decoration: none
}

.site-main .has-vivid-cyan-blue-background-color {
    background-color: #0d3654 !important;
	padding-top: 15px;
	padding-bottom: 15px;
}

.sidebar, .primary-sidebar .sidebar-inner-wrap {
    position: sticky;
    top: 0
}

.sidebar-title {
    font-size: 1.6rem;
    font-weight: 600;
    box-shadow: 0 0 20px #ddd;
    padding: 0 12px;
    border-radius: 8px;
    background: var(--primary-color);
    color: #fff;
}

.sidebar-below-header .sub-title {
    text-align: center;
    color: #3e3e3e;
    font-size: 18px;
    font-weight: 600;
    padding: 5px 0;
    border-radius: 10px;
    margin-top: 10px!important;
    border: 1px solid #ccc
}

.sidebar-below-header .other-pages {
    list-style: none;
    padding: 0;
    margin: 0
}

.sidebar-below-header .other-pages li {
    padding: 8px 0
}

.sidebar-below-header .other-pages li:not(:last-child) {
    border-bottom: 1px solid #cecece
}

.sidebar-below-header .other-pages li a {
    text-decoration: none;
    font-size: 1rem;
    color: #111;
    font-weight: 500;
    display: block
}

.sidebar-below-header .other-pages li a:hover {
    text-decoration: underline
}

.wp-block-yoast-faq-block {
    padding: 10px;
    border: 1px solid #ccc
}

.schema-faq-section {
    border-bottom: 1px solid #d1dfee;
    margin-bottom: 20px;
    background-color: #fdfeff;
    padding: 5px
}


/* Inner Page */
.parent-airline{
	min-height: 300px;
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
    background: var(--primary-color);
}

.entry.loop-entry{
	border-radius: 8px;
}
.loop-entry .entry-header{
	margin: 0;
}
.loop-entry .entry-header .entry-title {
    font-size: 16px;
    font-weight: normal;
    color: var(--primary-color);
}

.banner .container-fluid{
	position: relative;
	z-index: 5;
}

.banner-cta {
    background: #fff;
    padding: 10px 15px;
    border-radius: 24px;
    text-align: center;
}

.banner-cta a {
    background: var(--primary-color);
    color: #fff;
    padding: 4px 8px;
    display: block;
    font-size: 28px;
    border-radius: 100px;
    font-weight: 600;
}

.banner-cta p {
    font-weight: 600;
    font-size: 1.6rem;
    margin: 4px 0;
	color: var(--global-palette4);
}

.banner-cta .cta-text-content{
    font-size: 1rem;
}

.other_locations h4{
    margin-bottom: 16px;
}
.other_locations ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.other_locations ul>li{
    margin-bottom: 10px;
}
.other_locations ul>li>a{
    display: block;
    background: #ebe7ff;
    padding: 10px;
    border-radius: 10px;
}

body{
	margin-bottom: 46px;
}

a.footer-cta {
    position: fixed;
    bottom: 0;
    z-index: 99;
    display: block;
    background: var(--primary-color);
    color: #fff;
    padding: 4px 10px;
    width: 100%;
    text-align: center;
    font-size: 24px;
}

@media screen and (min-width: 1080px){
/* 	.banner .banner-inner{
		max-width: 70%;
	} */
	.banner .banner-inner .search-form .kadence-search-icon-wrap {
		right: 8px;
	}
	
	.other_locations ul{
		column-count: 2;
	}
}
