#main-wrapper {
    position: relative;
    min-height: 100vh;
}

#content-wrap {
    padding-bottom: 220px;
}

#footer-2 {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 220px;
}

#footer-2 img {
    max-width: 70px;
}

.navbar-header, .navbar-brand {
    height: 100px;
}

.navbar-default .navbar-brand {
    padding: 5px 0px;
}

.home_banner {
    max-height: 100%;
    width: auto;
}

.alert-warning.top-alert {
    color: #7b4e0e;
    background: #fce1ba;
    border: none;
    margin-bottom: 0px;
}

.fullwidthbanner
{
    background-color: #ecf0f1;
    max-height: 400px;
}

.endorsed-list {
    list-style-type:none;
    padding-left: 120px;
    font-size: 16px;
}

.coverage-title {
    margin-top: 28px;
}
.coverage-list {
    list-style-type:none;
}

#testimonials-container {

    padding-top: 60px;
    padding-bottom: 60px;
}

#caroufredsel-testimonials-container {

    text-align: center;
    margin-top: 50px;
    font-size: 40px;
}


#caroufredsel-testimonials-container div {

    text-align: center;

}



#findAgent {

    font-weight:bold;
    background-color: #ffffff;
}

.help {

    text-align: center;
    padding-top: 20px;
}

#contact {

    background-color: #fff;
}

#contact .panel {


}


#blog-container {

    padding-top: 50px;
    padding-bottom: 50px;
}

#blog-container .post {

    margin-bottom: 40px;
}

#news-alert {
	position: absolute;
	right: 5px;
	top: 15px;
	z-index: 3000;
}

#news-alert .subpage-title {
	margin-bottom:15px;
}

#news-alert .colored-wrapper .post-meta {
	margin-top:10px;
}

#news-alert .post.post-2 {
	padding-bottom: 0px;
}

.alert-default {
	background-color: #ecf0f1;
}

#awesome-callout li {

  font-size: 16px;
  list-style-type: square;

}

span.news-content {

    font-size: 15px;
}

/* listing agent by state */

.listing {

    padding-top: 40px;
    padding-bottom: 40px;

}

.stateList {

  background-color: #ecf0f1;
  margin-bottom:40px;
  padding: 25px;

}

/* FIND-AGENT */
.hammer-platinum {
    color: #A0A0A0;
}

.hammer-gold {
    color: #DAA520;
}

.hammer-silver {
    color: #E0E0E0;
}

.hammer-base {
    display: none;
}

#loading-note {
    position: absolute;
    top: 0;
    width: 100%;
    background: rgba(255,255,255,.8);
    margin-top: 5em;
    left: 0;
    height: 85%;
}

#loading-note p {
    text-align: center;
    margin-top: 5em;
    font-size: 1.7em;
}

.portfolio-filter.nav-pills > li > a {
    border: none;
}

.portfolio-item {
    border: 1px solid #ecf0f1;
    min-height: 161px;
}

.portfolio-content p {
    text-align: left;
}

.portfolio-content h5 {
    text-align: left;
    height: 2em;
    overflow: hidden;
}

.image-caption {
    position: absolute;
    bottom: 3em;
    right: 15px;
    color: #fff;
    font-weight: 600;
    padding: 5px 15px;
    margin: 0;
}

.premier-agent {
    background: rgba(218,165,32,.75);
}

.new-agent {
    background: rgba(75,172,75,.8);
}

.listing .nav-pills > li + li {
    margin-left: 0px;
}
/* margin helpers */

.m-b-0 {
    margin-bottom: 0px;
}

.m-b-5 {
    margin-bottom: 5px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-b-15 {
    margin-bottom: 15px;
}

.m-b-30 {
    margin-bottom: 30px;
}

.m-t-0 {
    margin-top: 0px;
}

.m-t-10 {
    margin-top: 10px;
}

.m-t-30 {
    margin-top: 30px;
}

.m-t-60 {
    margin-top: 60px;
}

.p-b-0 {
    padding-bottom: 0px;
}

.p-t-0 {
    padding-top: 0px;
}

.p-t-15 {
    padding-top: 15px;
}

.text-dark {
    color: #2c3e50;
}

@media screen and (max-width:1200px) {
    #nahb_slogan {
        width: 100px;
    }
}

@media (min-width: 768px) and (max-width: 998px) {
	#news-alert span.news-content {
		font-size: 10px;
	}
	.alert.alert-info {
		padding: 10px;
	}
	#news-alert h5.news-headline {
		margin-bottom: 0px;
	}
}

@media (max-width: 840px) {
	#news-alert span.news-content {
		font-size: 8px;
	}
	#news-alert h5.news-headline {
		font-size: 10px;
	}
}

@media (max-width: 789px) {
    #content-wrap {
        padding-bottom: 650px;
    }

    #footer-2 {
        height: 650px;
    }

    #footer-2 img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}
