﻿.max-width {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

.cf {
    zoom: 1;
}

.header-banner {
    padding: 20px;
}

.logo {
    float: left;
}

    .logo img {
        width: 100%;
        max-width: 377px;
    }

.customer-services-header {
    color: #ea7600;
    font-size: 120%;
    text-align: right;
}

.telephone {
    float: right;
    text-align: right;
    font-size: 120%;
    position: relative;
    color: #54585a;
}

.skyscrapers {
    clear: both;
    margin-top: 3em;
    padding: 2em 0;
    background-image: url('../images/blue_background.jpg');
    background-repeat: no-repeat;
    background-position: center center;
}

.service-unavailable-message {
    width: 100%;
    color: #54585a;
    padding: 15px;
    background-color: #f8f8f8;
    border-radius: 1em;
    box-shadow: 0px 0px 2px 2px #54585a;
    margin-top:20px;
}
    .service-unavailable-message ul {
        margin:0;
        padding: 0;
    }
    .service-unavailable-message li {
        font-size: 16px;
        margin-bottom: 5px;
        list-style-type:none;
    }

.background--brand-color {
    background-color: #298fc2;
    color: #fff;
}

.legals {
    width: 100%;
    position: fixed;
    bottom: 98px;
}

.background-grey {
    background-color: #e4e5e6;
    height: 75.6px;
}

.footer {
    width: 100%;
    position: fixed;
    bottom: 0;
    padding: 20px;
    clear: both;
    background-color: #298fc2;
    color: #fff;
}
@media only screen and (max-width: 1200px) {
.service-unavailable-message h1{
	font-size:1.8em;
}
	.service-unavailable-message p{
	font-size:1em;
}
}
@media only screen and (max-width: 870px) {
	.max-width {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
.service-unavailable-message h1{
	font-size:1.5em;
}
	.service-unavailable-message p{
	font-size:.8em;
}
}
@media only screen and (max-width: 700px) {
    .header-banner img {
    width:80%;
	height: auto;
}

}
@media only screen and (max-width: 600px) {
	.service-unavailable-message-container{
	margin-bottom:10px;
}
.footer {
   position:fixed;
   margin-top:1px;
}

}
