html, button, input, select, textarea {
    color: #333
}

body {
    color: #fff;
    font: 1em/1.4 Arial, Helvetica, Geneva, sans-serif
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none
}

::selection {
    background: #b3d4fc;
    text-shadow: none
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

img {
    vertical-align: middle
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

textarea {
    resize: vertical
}

.chromeframe {
    margin: .2em 0;
    background: #ccc;
    color: #000;
    padding: .2em 0
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

img {
    max-width: 100%;
}

.wrapper {
    width: 100%;

}

.inner {
    max-width: 965px;
    padding-left: 30px;
    margin: 0 auto;
}


.column {
    float: left
}

p {
    margin-top: 0
}

ul li {
    color: #005898
}

ul li span {
    color: #333
}

.mid-bar {
    border-top: 45px solid #3379ad;
    padding: 0;
    width: 100%;
    margin-top: 30px
}

.column {
    margin-right: 30px
}

.column.last {
    margin-right: 0
}

header.wrapper {
    background-color: #005898;
    padding: 10px 0
}

#feature {
    padding-top: 40px;
    color: #333
}

#feature .text {
    width: 50%;
}

#headline {
    width: 45%;
}

#bottom {
    background-color: #005898
}

#bottom .inner {
    padding-left: 65px
}

#bottom #links {
    width: 52%;
    padding-top: 10px;
}

#bottom #map {
    width: 44%;
}

#bottom #map img {
    width: 100%;
}

.row {
    margin-bottom: 8px;
    float: left
}

.column.photo {
    width: 25%;
    margin-right: 15px
}

#bottom .column.text {
    width: 70%
}

#bottom .column.text h3 {
    margin-bottom: 0;
    color: #65318f
}

#bottom .column.text h3 a {
    text-decoration: none
}

#bottom .column.text p {
    font-size: 14px;
    line-height: 1.2em;
    margin-bottom: 0
}

#bottom .column.text a {
    color: #fff
}

footer.wrapper {
    background-color: #3379ad;
    font-size: 10px;
    color: #fff;
    padding: 25px 0
}

footer.wrapper a {
    color: #fff;
    text-decoration: none
}

.right {
    float: right
}

.left {
    float: left
}

.moffitt {
    padding-top: 10px
}

#feature-button {
    background: url("../images/arrow.png") -1px center no-repeat #005898;
    display: block;
    border-radius: 20px;
    line-height: 62px;
    padding-left: 55px;
    padding-top: 5px;
    width: 425px;
    height: 68px;
    color: white;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    position: relative;
    -ms-behavior: url("PIE.htc");
}

#feature-button span {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (max-width: 768px) {
    #feature-button {
        width: auto;
        height: auto;
        max-width: 100%;
        line-height: 1.2;
        padding-bottom: 10px;
    }

    #bottom #links {
        width: 47%;
    }

    #bottom #map {
        width: 48%;
    }
}

@media only screen and (max-width: 40em) {

    .inner {
        padding: 0 15px;
    }

    #headline {
        width: 100%;
        padding-bottom: 20px;
    }

    #feature .text {
        width: 100%;
    }

    #feature-button {
        width: auto;
        max-width: 100%;
        height: auto;
        line-height: 1.2;
    }

    #bottom .inner {
        padding: 0 15px;
    }

    #bottom #links {
        width: 100%;
    }

    #bottom #map {
        width: 100%;
        padding-top: 10px;
    }

    #bottom .column .photo {
        width: 28%;
    }

    #bottom .column .text {
        width: 67%;
    }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%
}

.hidden {
    display: none !important;
    visibility: hidden
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

.invisible {
    visibility: hidden
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.clearfix {
    *zoom: 1
}

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a, a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: ""
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr, img {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    @page {
        margin: .5cm
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }
}