/* STYLES FOR LOCATION FLEET */
.locFleet {
    max-width: unset !important;
    margin: 0 !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 433px;
    text-align: center;
    padding: 40px 13.6%;
    background-attachment: fixed;
}
.locFleet h2 {
    padding-bottom: 24px !important;
    margin-bottom: 29px !important;
    margin-top: 20px !important;
    position: relative;
    text-align: center;
}
.locFleet h2::after {
    position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	content: "";
	width: 100%;
	max-width: 256px;
	height: 2px;
	background: #FFF;
}
.locFleet h2 + p {
    text-align: center;
    margin-bottom: 25px !important;
}
.locFleetItemContent {
    background: rgba(0,0,0,0.85);
    padding: 14px 26px 0 19px;
    width: 90%;
    position: relative;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    text-align: left;
}
.locFleetItemContent h3 {
    position: relative;
    padding-bottom: 19px !important;
    margin-bottom: 20px !important;
}
.locFleetItemContent h3::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 110%;
    background:#4A667D;
}
.locFleetItemInfo p, .locFleetItemInfo ul, .locFleetItemInfo h4 {
    color: #FFF !important;
    margin-bottom: 20px;
}
.locFleetItemInfo h5 {
    margin-bottom: 7px;
}
.locFleetItemInfo h6 {
    margin-bottom: 15px;
}
.locFleetItemInfo ul {
    padding-left: 30px !important;
}
.locFleetItemInfo ul li:not(:last-of-type) {
    padding-bottom: 10px;
}
.locFleetItemInfo h4 {
    margin-bottom: 15px !important;
    font-family: 'BauerBodoniStdBlack' !important;
	font-weight: 900;
	font-size: 22px !important;
	color: #FFFFFF !important;
	line-height: 25px;
}
.locFleet .locFleetItemInfo {
    font-family: "Gotham A", "Gotham B" !important;
	font-size: 16px !important;
	color: #FFFFFF !important;
	line-height: 25px !important;
    text-align: left;
}
.locFleetGrid {
    display: grid;
    grid-gap: 44px 34px;
    grid-template-columns: 1fr 1fr;
}
.locFleetImage {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 295px;
}
.locFleetGrid h3 {
    margin-bottom: 15px !important;
    font-family: 'BauerBodoniStdBlack' !important;
	font-weight: 900 !important;
	font-size: 30px !important;
	color: #FFFFFF !important;
	line-height: 37px;
}
.locFleetItemContent p {
    font-family: "Gotham A", "Gotham B" !important;
	font-size: 16px !important;
	color: #FFFFFF !important;
	line-height: 25px !important;
    margin-bottom: 24px !important;
}
.locFleetItemButton {
    background: rgba(0,0,0,0.10) !important;
	border: 2px solid #B2B2B2 !important;
	padding: 9.5px 18.4px !important;
    display: inline;
}
.locFleetItemButton a {
    font-family: "Gotham A", "Gotham B" !important;
	font-size: 15px !important;
	color: #FFFFFF !important;
	text-align: center;
	text-transform: uppercase;
    text-decoration: none;
}
@media only screen and (max-width: 1300px) {
    .locFleet {
        padding: 30px 15px;
    }
}
@media only screen and (max-width: 600px) {
    .locFleetGrid {
       grid-template-columns: 1fr;
       grid-gap: 25px;
    }
}