/* STYLES FOR LOCATION TERMINAL */
.locTerminal {
    max-width: unset !important;
    margin: 0 !important;
    padding: 65px 13.6% 58px 13.6%;
    position: relative;
}
.locTerminalBkg {
	background: repeating-linear-gradient(  45deg,  rgba(0,0,0,0.2),  rgba(0,0,0,0.2) 10px,  rgba(100,100,100,0.3) 10px,  rgba(100,100,100,0.3) 20px);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 320px;
	margin: 0 !important;
	max-width: unset !important;
}
.locTerminalBkg:after {
	background: linear-gradient(to top, rgba(0,0,0,0.9), rgba(0,0,0,0.1) 100%);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 320px;
	content: "";
}
.locTerminal h2 {
    margin: 0 0 43px 0 !important;
	padding-bottom: 20px !important;
	position: relative;
    text-align: center;
}
.locTerminal h2::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	max-width: 256px;
	background: #FFF;
	height: 2px;
}
.locTerminal .locTerminalH5 {
    font-family: "Gotham A", "Gotham B" !important;
	font-weight: normal !important;
	font-size: 22px !important; 
	color: #FFFFFF !important;
	line-height: 31px;
    margin-bottom: 23px !important;
    position: relative;
}
.locTerminalContent {
    position: relative;
}
.locTerminalContent ul, .locTerminalContent ol {
    color: #FFFFFF !important;
    padding-left: 25px !important;
}
.locTerminalContent p {
    font-family: "Gotham A", "Gotham B" !important;
	font-size: 16px !important;
	color: #FFFFFF !important;
	line-height: 25px !important;
}
@media only screen and (max-width: 1300px) {
    .locTerminal {
        padding: 30px 15px 38px 15px;
    }
}