<style>

a {
    color: #009900;
}


.ec-green {
    color: #009900;
}

.warningRed {
    color: #F8203D;
}

.warningYellow {
    color: #FFDC00;
}

.warningGreen {
    color: #009900;
}

.warningBlack {
	color: #000000;
}

body {
    background: #000000;
	margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    height: auto !important;
    width: 99%;
    min-height: 100%;
    background-size: cover !important;
}

#header {
	padding-top: 1rem;
	padding-left: 1rem;
	padding-right: 1rem;
	height: 75px;
	top: 0;
}

#header a {
	float:left;
}

.fLeft {
    float: left;
	margin-top: 10px;
}

.fRight {
    float: right;
	width: 15%;
}

.sticky {
    position: sticky;
    top: 4px;
    z-index: 99;
	background: #000000;
}

#safety-content {
	width: 85%;
	display: inline-block;
	margin: 50px 25px;
	background: #FFFFFF;
	border-radius: 15px;
	text-align: center;
	padding: 10px;
	border: 5px solid #FFDC00;
}

#safety-text {
	padding: 10px;
}

#safety-content h2 {
	color: #000000;
	margin-bottom: 50px;
}

#safety-content h3 {
	color: #000000;
	margin-top: 50px;
}

.safety-btns {
    display: flex;
    justify-content: center;
	padding: 15px 15px 20px 15px;
}

.safe-btn {
    background-color: #FFDC00;
    border: 0;
    width: 45%;
    padding: 15px;
    font-weight: 700;
    border-radius: 15px;
    font-size: 18px;
}

#content {
	width: 98%;
	display: inline-block;
	margin: 5px;
	background: #000000;
	border-radius: 15px;
	padding-left: 20px;
}

#content h2 {
	text-align: center;
	color: #FFFFFF;
}

#content h4 {
	text-align: center;
	color: #FFFFFF;
	font-weight: normal;
}

.content-box {
    float: left;
    width: 180px;
    height: 180px;
    margin-left: 30px;
	margin-bottom: 30px;
	border: 5px solid #FFDC00;
    border-radius: 10px;
	cursor: pointer;
	background:#009900;
}

.content-box a {
	text-decoration: none;
}

.content-box p {
	color: #FFFFFF;
    text-align: center;
    font-weight: 600;
    padding-left: 5px;
    padding-right: 5px;
	margin-block-start: 0em;
    margin-block-end: 0em;
}

.content-box img {
	cursor: pointer;
	width: 90px;
}

.imageAlign {
	display: flex;
    justify-content: center;
	height: 120px;
}

.title-box {
	width: 95%;
	display: inline-block;
	margin: 25px 0 25px 30px;
	background: #FFFFFF;
	border-radius: 15px;
	padding: 10px;
	border: 5px solid #FFDC00;
}

#content .title-box h2 {
	text-align: center;
	color: #000000;
}

#content .title-box h4 {
	text-align: center;
	color: #000000;
	font-weight: normal;
}

#page-content {
	width: 96%;
	display: inline-block;
	margin: 25px;
	background: #FFFFFF;
	border-radius: 15px;
	padding: 10px;
	border: 5px solid #FFDC00;
}

.page-title {
    font-size: 28px;
    color: #FFDC00;
    text-align: center;
    font-weight: 600;
}

.page-detail {
	margin: 20px;
}

.page-img {
	display: flex;
	justify-content: center;
	width: 100%;
}

.page-img img {
	width: 15%;
}

#warning-content .content-box {
    background:#FFFFFF;
	margin-left: 25px;
}

#warning-content .content-box p {
	color: #009900;
}

#warning-content img {
	width: 186px;
}

#warning-content .tech-content-box {
    float: left;
    width: 180px;
    height: 190px;
    margin-left: 25px;
	margin-bottom: 30px;
	border: 5px solid #FFDC00;
    border-radius: 10px;
	cursor: pointer;
	background:#009900;
}

#warning-content .tech-content-box a {
	text-decoration: none;
}

#warning-content .tech-content-box p {
	color: #FFFFFF;
    text-align: center;
    font-weight: 600;
    padding-left: 5px;
    padding-right: 5px;
	margin-block-start: 0em;
    margin-block-end: 0em;
}

#warning-content .tech-content-box img {
	cursor: pointer;
	width: 90px;
}

.tel-btn {
    background-color: #FFDC00;
    height: 40px;
    border: 0;
    padding: 10px;
	width: 25%;
    display: flex;
    justify-content: center;
	border-radius: 15px;
}

.tel-btn a {
    color: #000000;
    font-size: 28px;
    text-decoration: none;
    font-weight: 700;
}

.contact-btn {
    background-color: #FFDC00;
    height: 40px;
    border: 0;
    padding: 10px;
	width: 25%;
    display: flex;
    justify-content: center;
	margin: 8px;
	border-radius: 15px;
}

.contact-btn a {
    color: #000000;
    font-size: 28px;
    text-decoration: none;
    font-weight: 700;
}

.station-finder {
	display: flex;
    justify-content: center;
}

.station-finder a {
	color: #000000;
}

.station-btn {
	background-color: #FFDC00;
    border: 0;
    padding: 10px;
	width: 26%;
	font-size: 20px;
    text-decoration: none;
    font-weight: 700;
	text-align: center;
	border-radius: 15px;
}

.phone-icon {
    padding-right: 10px;
	width: 15% !important;
}

.redirect-btn {
    background-color: #FFDC00;
    width: 100%;
    height: 58px;
    border: 0;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
	white-space: pre;
	cursor: pointer;
	text-align: center;
	border-radius: 15px;
}

.redirect-btn span {
    color: #000000;
    text-decoration: none;
	font-size: 18px;
    font-weight: 700;
}

.page-img a {
	display: flex;
	justify-content: center;
	text-decoration: none;
}

a {
    color: #009900;
	text-decoration: underline;
	text-decoration-color: #009900;
	font-weight: 600;
}

/* Tablets */
@media only screen and (min-width: 1500px) {
	#page-content {
		width: 95%;
	}

	#content {
        padding-left: 45px;
		margin-left: 0;
		width: 97%;
	}

	.content-box {
		margin-left: 12px;
	}

	.title-box {
		margin-left: 12px;
	}

	#warning-content {
		margin-left: 30px;
	}

}

/* Tablets */
@media only screen and (max-width: 992px) {
	.fRight {
		width: 200px;
	}

	#page-content {
		width: 92%;
	}

	.content-box {
		margin-left: 8px;
	}

	.title-box {
		margin-left: 8px;
	}

	.tel-btn {
		width: 40%;
	}

	.station-btn {
		width: 48%;
	}

	#warning-content .content-box {
		width: 170px;
		margin-left: 8px;
	}

	#warning-content .content-box img {
		max-height: 6rem;
		width: 170px;
	}

	#warning-content .tech-content-box {
		width: 170px;
		margin-left: 8px;
		height: 180px;
	}

	#warning-content .tech-content-box img {
		max-height: 6rem;
		width: 80px;
	}
}

/* Mobiles */
@media only screen and (max-width: 480px) {
	#header {
		padding-right: 0;
	}
	
	#header a {
		text-align: center;
	}
	
	.fRight {
		width: 200px;
	}

	.customer-logo img {
		width: 50% !important;
	}

	#content {
		margin: 7px;
		padding-left: 0;
	}

	#content img {
		height: 45px;
	}

	.content-box {
		width: 42%;
		margin-left: 14px;
	}

	.title-box {
		width: 85%;
		margin-left: 14px;
	}

	#content .content-box img {
		max-height: 8rem;
		height: 130px;
	}

	#page-content {
		margin: 10px 0px 5px 0px;
		width: 93%;
        padding: 5px 12px;
	}

	#safety-content {
		width: 80%;
	}

	.page-img img {
		width: 50%;
	}

	.tel-btn {
		width: 100%;
	}

	.contact-btn {
		width: 90%;
	}

	.station-btn {
		width: 100%;
		padding: 10px 0;
		font-size: 18px;
	}

	#warning-content .content-box {
        margin-left: 12px;
    }

	#warning-content img {
		width: 130px;
	}

	#warning-content .content-box img {
        max-height: 6rem;
        width: 140px;
    }
	
	#warning-content .tech-content-box {
        margin-left: 12px;
    }

	#warning-content .tech-content-box img {
        max-height: 6rem;
        width: 100px;
	}

	#warning-content .tech-content-box .imageAlign {
		height: 110px;
	}

}

/* Mobiles */
@media only screen and (max-width: 420px) {
	
	.page-detail {
		margin: 10px;
	}
	
	#warning-content .content-box {
	    width: 150px;
	}

	#warning-content .tech-content-box {
        width: 150px;
	}

	#page-content {
		padding: 5px 10px;
	}

}

/* Mobiles */
@media only screen and (max-width: 400px) {
	
	.page-detail {
		margin: 10px;
	}
	
	#warning-content .content-box {
	    width: 140px;
	}

	#warning-content .tech-content-box {
        width: 140px;
	}

	#page-content {
		padding: 5px 10px;
	}

}

</style>