@charset "utf-8";
/* CSS Document */

html {
    width: 100%;
    margin:0;
    padding:0;
}
body {
    width: 100%;
    margin:0;
    padding:0;
}
ul{
    list-style:none;
    padding-left:0;
}
a {
    text-decoration:none;
}
/* ie */
a img{
    border-style:none;
}
h1 {
    text-align:center;
    font-size:36px;
}
h2 {
    text-align:center;
}
h3 {
    font-size:24px;
}
p {
    line-height:26px;
}
#logo {
    width:100%;
    float:none;
    margin-top:30px;
}
#logo img {
    display:block;
    width:45%;
    height:auto;
    margin:0 auto;
}
#locations {
    width:100%;
    float:none;
    font-weight:bold;
    color:#001B70;
    font-size:14px;
    margin:15px 0 0 0;
    box-sizing:border-box;
    text-align:center;
    line-height:20px;
    padding:15px 0;
}
#locations a {
    color:#001B70;
}
#main-nav {
    height: 5px;
    background-color:#001b70;
    margin-top:15px;
}
#main-nav ul {
    display:none;
}
#slider {
    width:100%;
}
#slider-wrap {

}
#slider img {
    width:100%;
    height:auto;
}
#prommos {
    padding:75px 0 0 0;
}
#prommos ul {
    width:100%;
    margin:0 auto;
}
#prommos li {
    width:100%;
    float:none;
    margin:0 0 50px 0;
}
#prommos ul li:last-child {
    margin-right:0;
}
#prommos img {
    display:block;
    width:80%;
    margin:0 auto;
    border:3px solid #ffe400;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
#prommos li div {
    background-color:#ffe400;
    color:black;
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    width: 75%;
    margin: 0 auto;
    padding: 10px 0;
}
#prommos h3 {
    text-align:center;
}
#prommos p {
    width:95%;
    margin:0 auto;
    line-height:22px;
    text-align:center;
    padding-top:5px;
}
#prommos a {
    color:black;
}
.main article {
    width:96%;
    margin:0 auto;
    padding:20px 0;
    box-sizing:border-box;
}
#main-top {
    padding-bottom:30px;
}
#main-bottom {
    background-color:#9bbeff;
}
#main-bottom img {
    margin:0 auto;
    width:80%;
    display:block;
    height:auto;
}
#main-bottom p {
}
footer {
    width:100%;
    background-color:#001b70;
    color:white;
    padding-bottom:10px;
}
footer h3 {
    margin-bottom: 0;
    text-align:center;
}
#footer-wrap {
    width:96%;
    margin:0 auto;
}
#footer-locations {
    width:100%;
    float:left;
    font-size:14px;
    line-height:20px;
}
#footer-locations ul {
    float:none;
    width:100%;
    text-align:center;
}
#footer-nav {
    display:none;
}
#credits {
    font-size:12px;
    text-align:center;
}
#copyright {
    width:100%;
    float:none;
}
#signature {
    width:100%;
    float:none;
}
#signature a {
    color:white;
}
#bbb-seal{
	margin:0 auto;
	width:150px;
}