
/* LAYOUT */

.container {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}
.row {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}
[class*=' col-'] {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}
hr {
    border-color: #ccc !important;
    border-width: 1px !important;
    border-style: solid !important;
}

/* TYPOGRAPHY */

* {
    margin: 0 !important;
    padding: 0 !important;
    font-family: 'Muli', arial, helvetica, san-serif !important;
    font-size: 12pt !important;
    position: relative !important;
}
body {
    color: #000 !important;
    background: #fff !important;
}
.page-title, h1 {
    font-size: 18pt !important;
}
.featurette-heading {
    font-size: 14pt !important;
    margin-bottom: 10px !important;
}

/* BLOCK STYLE */

p,
h1, h2, h3, h4, h5, h6,
.connect a,
.account a,
#content_Map_Map {
    display: block !important;
}

/* INLINE STYLE */

.breadcrumb li,
.breadcrumb li a {
    display: inline-block !important;
}

/* MARGIN/PADDING */

.footer-primary address,
.account {
    margin-top: 20px !important;
}
.panel-details {
    margin-top: 10px !important;
}
.breadcrumb,
.awards .award {
    margin: 10px 0 !important;
}
hr,
.awards,
.pagination-results,
.page-title, h1 {
    margin: 20px 0 !important;
}
.carousel-inner .item,
.featured-partner-ads div,
.panel-listing,
.featurette .box {
    margin-bottom: 20px !important;
}

/* IMAGES */

.header-brand-logo img {
    width: 200px !important;
    height: auto !important;
}
.footer-secondary img {
    height: 20px !important;
}
.award-excellence img,
.award-smart img {
    width: 50px !important;
}
.carousel-inner img {
    width: 200px !important;
    height: auto !important; 
}
.featurette .box img {
    width: 200px !important;
    height: auto !important;
}
.listing .panel-thumb img {
    width: 200px !important;
    height: auto !important;
}
#content_PrimaryImage {
    width: 200px !important;
    height: auto !important;
    margin: 10px 0 !important;
}
.featured-partner-ads img {
    width: 200px !important;
    height: auto !important;
}

/* LINKS */

a{
    color: #000 !important;
}
a[href]:after {
    content:"";
}

/* HIDE */

/* hide homepage elements */

.four-block,
.header-utility,
.weather,
.search,
nav#mobileNav,
.navbar,
.carousel-indicators,
.carousel-control,
.chute,
.featurette-link,
.featurette.topics {
    display: none !important;
}

/* hide sidebar elements */

.well-sidebar {
    display: none !important;
}

/* hide listing elements */

.pagination,
.well-filters {
    display: none !important;
}

/* hide basic page elements */

.map-filters,
.map-layers,
.map-layers-xs,
.profile-map,
.panel-details .panel-thumb p a.fancy_box_group, 
.panel-details .panel-text .btn-group,
#content_BlogCategoriesLink,
#content_ImageViewMore,
.breadcrumb,
.media-heading br,
.second-level-nav {
    display: none !important;
}

/* hide footer elements */

.footer-primary #Footer_SiteLogo,
.footer-logo,
.footer-shortcuts,
.link-divider,
.footer-container-main hr,
.footer-container-subscribe,
.footer-primary .list-group,
.footer-secondary .share,
.footer-secondary .download,
.footer-secondary .connect,
.footer-bottom .account {
    display: none !important;
}