div#container {
    font-family: 'Roboto Condensed', sans-serif;
    margin: 0 auto;
    width: 90%;
    position: relative;
}

nav {
    width: 100%;
    height: 80px;
    text-align: center;
    background-color: #2296F3;
    border-bottom: 1px solid #b6b6b6;
}

nav ul {
    list-style-type: none;
    position: absolute;
    left: 320px;
}

nav ul li {
    display: inline;
}

nav ul li a {
    text-decoration: none;
    color: #FFF;
    height: 80px;
    font-size: 22px;
    line-height: 80px;
    margin-right: 20px;
}

nav ul li a:active {
    color: #000;
}

nav ul li a:hover {
    color: #000;
}

nav ul li a:focus {
    border: 1px dotted #f4f4f4;
}

header {
    width: 100%;
    height: 160px;
    max-height: 200px;
    background-color: #FFFFFF;
}

header p {
    padding: 10px;
    clear: both;
    font-weight: 400;
    float: right;
    font-size: 28px;
    color: rgb(116, 194, 255);
}

.logo {
    box-sizing: border-box;
    position: absolute;
    top: 15px;
    left: 100px;
    width: 180px;
    height: auto;
    background-color: #2296F3;
    border: 10px solid rgba(255, 255, 255, .8);
    z-index: 1;
    text-align: center;
    margin-bottom: 10px;
}

.logo img {
    max-width: 100%;
}

main section {
    float: left;
    padding: 10px 0px 10px 0px;
    width: 60%;
    height: auto;
    margin-bottom: 10px;
}

main .locationfullwidth {
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

main .locationfullwidth iframe {
    margin-bottom: 30px;
}

main section h1 {
    font-weight: 500;
    color: #1186E9;
    font-size: 26px;
    margin-bottom: 20px;
}

main section p {
    margin: 15px 0px;
    font-size: 18px;
    line-height: 145%;
    max-width: 40em;
}

main section strong {
    font-size: 20px;
    font-weight: bold;
    color: #2296F3;
}

main section img {
    margin: 10px 0px;
    max-width: 100%;
}

main section ul {
    margin: 20px 0px;
    list-style-type: disc;
    list-style-position: inside;
}

main section ul li {
    line-height: 40px;
    font-size: 18px;
}

main section li p {
    font-size: 18px;
}

main section table {
    margin: 20px 0px;
    width: 100%;
    border-collapse: collapse;
}

main section table tr {}

main section table tr th {
    font-weight: 800;
    font-size: 20px;
    padding: 10px;
    background-color: #1186E9;
    color: #FFF;
    border: 1px solid #1186E9;
}

main section table tr td {
    font-size: 18px;
    border: 1px solid #1186E9;
    padding: 10px;
}

main aside {
    float: left;
    width: 39%;
    margin-left: 1%;
    height: auto;
    margin-bottom: 10px;
}

main aside h2 {
    font-weight: 500;
    color: #1186E9;
    font-size: 26px;
    margin: 10px 0px;
}

main aside img {
    margin: 10px 0px;
    max-width: 100%;
}

main section form label {
    margin-bottom: 5px;
}

main section form input[type=text] {
    border: 1px solid #1186E9;
    display: block;
    margin-bottom: 10px;
    width: 220px;
    height: 30px;
    font-size: 14px;
}

main section form input[type=submit] {
    margin-top: 10px;
    padding: 10px;
    display: block;
    color: #FFF;
    font-size: 18px;
    background-color: #1186E9;
    border: 1px solid #1186E9;
}

main section form textarea {
    border: 1px solid #1186E9;
    display: block;
    width: 220px;
    height: 150px;
}

footer {
    background-color: #2296F3;
    float: left;
    width: 100%;
    clear: both;
    margin-bottom: 10px;
}

footer section {
    float: left;
    width: 50%;
}

footer section h2 {
    padding: 20px;
    color: #FFF;
    font-size: 22px;
    margin-bottom: 20px;
}

footer section p {
    padding: 5px 20px;
    margin-bottom: 20px;
    display: block;
    font-size: 18px;
}

footer section img {
    margin-right: 10px;
}

footer section a {
    color: #000;
    text-decoration: none;
}

footer section a:hover {
    color: #FFF;
}

footer section a:focus {
    border: 1px dotted #f4f4f4;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .logo {
        left: 0px;
        width: 100%;
        position: relative;
        top: 0px;
        height: auto;
        background-color: #2296F3;
        border: 0px;
    }
    .logo img {
        max-width: 100%;
    }
    header {
        display: none;
    }
    nav {
        height: auto;
        float: left;
        width: 100%;
        background-color: #FFF;
        margin-bottom: 20px;
    }
    nav ul {
        height: auto;
        border-bottom: 0px;
        position: relative;
        left: 0px;
        width: 100%;
    }
    nav ul li {
        display: block;
        border-bottom: 1px solid #b9d4ff;
        background-color: #1186E9;
    }
    nav ul li a {
        margin-right: 0px;
        font-size: 18px;
        display: block;
        line-height: 40px;
        height: 40px;
        vertical-align: middle;
    }
    main section {
        width: 100%;
        padding: 0px;
    }
    main aside {
        float: left;
        display: block;
        width: 100%;
        margin-left: 0%;
    }
    footer section {
        display: block;
        width: 100%;
        float: left;
    }
    main section form input[type=submit] {
        margin-top: 10px;
        padding: 10px;
        display: block;
        color: #FFF;
        font-size: 18px;
        background-color: #1186E9;
        border: 1px solid #1186E9;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .logo {
        left: 0px;
        width: 100%;
        position: relative;
        top: 0px;
        height: auto;
    }
    .logo img {
        max-width: 100%;
    }
    header {
        display: none;
    }
    nav {
        height: auto;
        float: left;
        width: 100%;
    }
    nav ul {
        height: auto;
        border-bottom: 0px;
        position: relative;
        left: 0px;
        width: 100%;
    }
    nav ul li {
        display: inline;
    }
    nav ul li a {
        margin-right: 20px;
        height: 40px;
        font-size: 18px;
        line-height: 40px;
        color: #FFF;
    }
}
