* {
    margin: 0;
}

html, body {
    height: 100%;
}

body {
    background: #fff;
}

/* Push footer to bottom */
.pmd_wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -262px;
    background-color: #fff;
}

footer, .pmd_push {
    height: 259px;
}

/* Heading Styles */
h2 {
    font-family: 'Oswald', sans-serif;
    color: #555;
    letter-spacing:-1px;
}

h3 {
    font-family: 'Oswald', sans-serif;
    color: #555;
    letter-spacing:-1px;
}

h1 small, h2 small, h3 small {
    letter-spacing: normal;
    text-shadow: 0 0 0;
}

.well h3 {
    text-transform: none;
    font-size: 18px;
}

h3 small, .well h3 {
    text-transform: none;
}

/* Accents */
span.undercolor {
    border-bottom: 2px solid #FFAA00;
}

.top_links {
    float: right;
    font-size: 11px;
    display: block;
    background-color: #E0E0E0;
    padding: 1px 8px;
    border-radius: 0px 0px 2px 2px;
    color: #666;
}

.top_links a {
    color: #666;
}

.top_links ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.top_links ul li {
    display: inline;
    padding: 0 8px 0 0;
}

.pmd_topbar {
    height: 120px;
    background: #fff;
}

.pmd_topbar .header {
    border-top: 3px solid #E0E0E0;
    background: none;
}

.btn-toolbar {
    margin-top: 15px;
}

.hero {
    background: #F8F8F8;
    border-top: 1px solid #EFEFEF;
    border-bottom: 1px solid #EFEFEF;
    padding: 25px 0 31px;
}

.hero h1 {
    text-shadow: 1px 1px 0 #F6F6F6 , 2px 2px 0 #D6D6D6;
    line-height: 50px;
    font-family: 'Oswald', sans-serif;
    color: #666;
    font-size: 30px;
    margin: 0px;
}

.hero p {
    padding: 15px 0 15px 0;
    font-size: 20px;
    color: #555;
    line-height: 32px;
}

.subpage h1 {
    line-height: 38px;
    text-shadow: none;
}

.align-center {
    text-align: center;
}

/** Footer Changes **/
footer .footer-bottom {
    height: 30px;
    background: #1B1B1B;
    padding: 15px 0 15px 0;
}

footer .footer-bottom .copyright {
    margin-top: 5px;
}

footer .footer-bottom .connect {
    margin-top: 5px;
}

footer .social img {
    margin-left: 10px;
}

footer a {
    color: #A8A8A8;
}

footer a:hover {
    color: #fff;
}

footer h4 {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    margin: 0 0 3px 0;
}

footer ul li {
    line-height: 25px;
}

footer {
    border-top: 3px solid #E0E0E0;
    background: #252525;
    color: #A8A8A8;
    font-size: 12px;
}

footer p {
    padding: 3px 0;
}

footer .footer-top {
    padding-top: 19px;
}

footer [class^="icon-"], footer [class*=" icon-"] {
    margin-top: 0px;
}

.news_headline {
    margin: 25px 0 25px 0;
}

.h2-image {
    float: left;
    padding-right: 10px;
    padding-top: 15px;
}

/* Index page */
.features-row {
    margin-top: 30px;
}

.container-content, .container-subpage {
    padding: 30px;
    background-color: white;
}

.container-lists ul, ul.pmd_list {
    list-style: disc inside none;
    margin: 0 0 9px 5px;
}

.container-lists ul li, ul.pmd_list li {
    list-style: none inside none;
    background: url("./bullet.png") no-repeat scroll left 3px transparent;
    margin: 0 0 0 0px;
    padding: 0 0 0 20px;
    line-height: 22px;
}

/** Slider Modifications **/
.hero p.flex-caption {
    padding: 2%;
    font-size: 14px;
    color: white;
    line-height: 19px;
    font-weight: bold;
    text-align: center;
}

#top_line {
    height: 5px;
    background-color: #3A87AD;
}

/* Tabs */
.tabbable ul.nav {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.tab-content-bordered {
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 20px;
}

/* Customer Websites */
.website {
    margin-bottom: 20px;
    min-height: 100px;
}

.website .website_image {
    border: 5px solid #EEE;
}

.website .website_date_label {
    font-size: 10px;
    font-weight: bold;
}

.website .website_date {
    font-size: 10px;
}

.website h2 {
    margin: 0px;
}

legend {
    font-family: 'Oswald', sans-serif;
    color: #555;
    font-style: normal;
    letter-spacing:-1px;
    font-size: 18px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 10px;
}

address {
    line-height: 16px;
    margin-bottom: 15px;
}