﻿@media (max-width: 745px) {
    #content section .center.container {
        max-width: 95%;
        width: auto;
    }
    #content section .center.container .jumbotron .center.container, .row-fluid fieldset.blueForm {
        margin-bottom: 0px;
        max-width: 100%;
        padding: 0px;
    }
    #header .center a, #header .center img {
        display: block;
        margin: 0 auto;
    }
    #header .center ul.main-menu {
        margin: 0 0 15px;
    }
    .jumbotron p, .row .carousel {
        margin-bottom: 0px;
    }
    .row-fluid fieldset.blueForm div.fld1 {
        display: inline-block;
        width: 100%;
    }
    .row-fluid fieldset.blueForm div.fld2 {
        width: 80%;
    }
    .row-fluid fieldset.blueForm div.fld3 {
        width: 50%;
    }
    .row-fluid fieldset.blueForm div.fld5 {
        width: 30%;
    }
}