body {
    font-family: Arial, sans-serif;
    color: #062133;
    line-height: 1.6;

}
#app{
    min-width: 500px;
    margin:auto;
    max-width: 1000px;

}
.mainImage{
    background: url("../images/main-background.png");
    background-size:     cover;
    background-repeat:   no-repeat;
    background-position: center center;
    height: 260px;
    width: 100%;
}
header {
    background-color: #ffffff;
    text-align: center;
    border-bottom: 2px solid #ccc;
    position: relative;
    height: 150px;
    margin: 20px 0 20px 0;
    padding-top: 20px
}
header .header{
    margin-left: 0;
}
#menu{
    border-bottom: 2px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
#menu a{

}
#menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

#menu li {
    display:inline;
}

#menu li a {
    padding:5px 10px;
    color: #1e1e1e;
    text-align: center;
    border-right: 2px solid #ccc;
    width: auto;
    text-decoration: none;

}
#menu li a.last{
    border: none;
}
iframe {
    border:0;
}
.sidebarContainer ul li a{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#content span.bold{
    font-weight: bold;
}
h1, h2, h3{
    color: #034E7B;
    font-size: 25px;
    text-transform: uppercase;
    text-align: left;
    margin:0;
    text-align: left;
}
.blogPost h3{
    font-size: 22px;
    text-transform: capitalize;
}
.blogpPost h4{
    font-size: 18px;
    text-transform: capitalize;
}
h4{
    color: #1e1e1e;
    font-size: 20px;
    margin: 0;
    text-transform: uppercase;
    text-align: left;
}
.services h4{
    text-align: center ;
}
header h1 {
    margin: 0 0 0 30px;
    font-size: 30px;
    text-wrap: auto;
    max-width: 300px;
    text-transform: uppercase;
}
.logo{
    position: absolute;
    right:0px;
    top:0px;
    width:161px;
    padding-top:5px;
    border-top: #034E7B 5px solid;
}
.break{
    width:100%;
}
.content {
    display: flex;
    flex-wrap: wrap;

}
.column {
    flex: 1;
    min-width: 350px;
    padding: 20px 30px;

}
.grey{
    background-color: #d9d9d9;
}
.noSubHeader{
    padding-top: 40px;
}
.emergency h4
{
    width:100%
}
.aboutus p{
    padding: 10px 20px;
}
.cta{
    margin-bottom: 30px;
    text-align: right;
}
.cta a{
    color: #034E7B;
    font-weight: bold;
    text-decoration: none;

}
.services {
    display: flex;
    justify-content: space-around;
    background-color: #034E7B;
    color: #fff;
    font-size: 12px;
}
.service {
    text-align: center;
    flex: 1;
    padding: 10px;

}
.service img {
    max-width: 50px;
    margin: 0 0 10px 0;
}
footer {
    text-align: center;
    background-color: #f2f2f2;
    padding: 10px;
}
.services h4{
    color: #71f8fd;
    font-size: 16px
}
footer a {
    color: #003366;
    text-decoration: none;
}
#footerNavigation{
    min-height:40px;
}
#footerNavigation a{
    width:40%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #003366;
}
.postMenu a{
    color: #062133;
    text-decoration: none;

}
.postMenu li{
    padding: 7px
}
#footerNavigation a.left{
    float:left

}
#footerNavigation a.right{
    float: right;
}
.services{
    padding: 10px;
}
@media (max-width: 1000px) {
    .content {
        flex-direction: column;
    }
    .services {
        flex-direction: column;
        align-items: center;
    }
}