@font-face {
    font-family: 'liberation_sansregular';
    src: url('fonts/LiberationSans-Regular-webfont.eot');
    src: url('fonts/LiberationSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/LiberationSans-Regular-webfont.woff') format('woff'),
         url('fonts/LiberationSans-Regular-webfont.ttf') format('truetype'),
         url('fonts/LiberationSans-Regular-webfont.svg#liberation_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}



/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: 'liberation_sansregular';
}



h1, h2, h3, h4, h5 {
	font-family: 'liberation_sansregular';
	color: #152140;
}
.slidertitle{
	font-size: 36px;
}

 .error {
  color: red;
}

img {
    max-width: 100%;
}

/* Full Width Wrapper Styles */

.gray-full-wrapper{
	background-color: #dddee4;
	padding: 15px;
	padding-top: 25px;
}

.blue-full-wrapper{
	background-color: #152140;
	padding: 15px;
	padding-top: 25px;
}


.header-phone{
	text-align: right;
	font-size: 18px;
	margin-top:17px;
}

.header-search{
	text-align: right;
}

.community-explore > ul > li {
	padding: 0px 15px 0px 5px;
}

.community-short-dec > ul {
	margin-left: 0px !important;
	padding-left: 5px;
}

.footer-social-icon{
	padding-right: 15px;
}
/* Global Styles */


.main-nav-mobile-button {
	display: none;
}

@media (max-width: 768px) {

	.footer-logos {
		margin-top: 15px;
		margin-bottom: 15px;
	}


	.main-nav-mobile-button {
		display: block;
		border: solid 1px #152140;
	}

	.main-nav-mobile-button > .icon-bar {
		background-color: #152140;
	}

	.main-nav-hide {
		display: none;
	}
	.mobile-header{
		margin-bottom: 10px;;
	}
}

/* Home Page Styles */

.gho-story h2{
	margin-top: 0px;
}

.hp-story{
	color: #ffffff;
}

.hp-story a{
	color: #ffffff;
}

.original-price {
	text-decoration: line-through;
	color: red;
}

.hp-white-bar{
	padding-top: 25px;
	padding-bottom: 10px;
}

.hp-promos a {
	color: #404042;
}

.hp-promos a:hover {
	color: #404042;
	text-decoration: none;
}

/* Newsletter Styles */

.newsletter{
    text-align:center;
    background: #152140;
    padding: 20px 0 3px 0;
    width: 100%;
    overflow:hidden;
    margin:0 auto;
 }

.newsletter p {
	font-family: 'liberation_sansregular';
	font-size: 21px;
    padding: 0 !important;
    margin-bottom: 13px !important;
    color: #fff;
    float:left;
    margin-right: 20px;
}

.newsletter-content{
    width:570px;
    margin: 0 auto;
    text-align:center;
    display:block;
    margin:0 auto;
    display:inline-block;
	border: solid 0px white;
}

.newsletterField {
    border: none !important;
    padding: 6px;
    margin-right: 10px;
    width: 37% !important;
    color: #000;
    float:left;
    border: 1px solid #717171;
}

.signUpBtn{
    border-radius: 0 !important;
    border:none !important;
    background: #428bca;
    color: #fff;
    padding:5px 20px;
    font-size: 16px;
    float:left;

}

/* Community Detail */

.community-navigation-bar {
	font-size: 16px;
}

.community-navigation {
	background-color: #152140;
	color: #ffffff;
	border: 0px;
	border-radius: 0px;
	margin-bottom: 0px;
}

.community-navigation > .navbar-collapse > .nav > li > a {
	color: #ffffff;
}


.community-ss-overlay {
	background-color: #ffffff;
	width: 1170px;
	padding-left: 20px;
	background-color:rgba(225,225,225,0.80);
}

.community-list-name {
background: #750f24; /* Old browsers */
background: -moz-linear-gradient(top,  #750f24 0%, #a31d38 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#750f24), color-stop(100%,#a31d38)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #750f24 0%,#a31d38 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #750f24 0%,#a31d38 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #750f24 0%,#a31d38 100%); /* IE10+ */
background: linear-gradient(to bottom,  #750f24 0%,#a31d38 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#750f24', endColorstr='#a31d38',GradientType=0 ); /* IE6-9 */
}

/* Model Styles */

.model-sub-nav {
	color:#152140;
	background-color: #f8f8fa;
	border:solid 1px #c8c8ce;
}

.model-sub-nav a {
	color:#152140;
	font-size: 16px;
}

.pages-sub-nav a {
	color:#152140;
	background-color: #f8f8fa;
}

.pages-sub-nav a:hover {
	color:#152140;
	background-color: #eeeeee;
}


.model-blue-button {
	float: right;
	background-color: #152140;
	margin-top: 20px;
}

@media (max-width: 768px) {

	.model-blue-button {
		margin-top: 0px;
	}

}

/* White sub Navigation Box */

.white-sub-nav h3 {
	font-size: 36px;
	margin-top: 0px;
}

.white-sub-nav > ul > li > a {
	font-size: 17px;
	color: #404042;
	padding: 5px 15px 5px 5px;
}

.white-sub-nav > ul > li > a:hover {
	background-color: #dddee4;
}

/* Blue sub Navigation Box */

.blue-sub-nav h3 {
	font-size: 36px;
	margin-top: 0px;
}

.blue-sub-nav > ul > li > a {
	font-size: 16px;
	color: #ffffff;
	padding: 2px 15px 2px 5px;
}

.blue-sub-nav > ul > li > a:hover {
	background-color: #dddee4;
	color: #404042;
}

.footer-nav a {
	color: #36466f;
}

.footer-nav li {
	padding-top: 5px;
	padding-bottom: 5px;
}

.com-blue > ul > li > a {
	padding: 5px 15px 5px 5px;
}

@media (max-width: 768px) {
	.main-logo {
		margin: 0 auto;
	}

	.header-phone{
		display: none;
	}

	.header-search{
		margin-top: 10px;
	}

	.full-width-at-mobile {
		width: 100%;
	}

	.top-margin-at-mobile {
		margin-top: 20px;
	}

	.white-sub-nav {
		margin-bottom: 10px;
	}

	.gho-story{
		margin-top: 20px;
	}

	.border-bottom-home{
			border-bottom: 0px !important;
		}


	.guild-map{
		display: none;
	}
}


.finance-logo {
	float: right;
	margin-bottom: 20px;
	margin-left: 10px;
}

@media (max-width: 995px) {

	.finance-logo {
		float: none;
		margin-left: 5%;
		width: 90%;
	}

}
.tablesorter-header-inner {
	cursor: pointer;
}


/*
new nav styles (Andrew)
*/


.community-nav  {
	margin:0 !important;
	padding:0 !important;
}
.community-li {
	list-style: none;
	background-color: #922e38;
	/*padding: 10px;*/
	width: 50%;
	float:left;
	border: solid thin #ffffff;
	font-size: 16px;
	font-weight:500;
	line-height:1.2em;
}

	.community-li a{
		color: #ffffff;
		display: block;
		padding: 6px 10px 6px 10px;
		position: relative;
	}

.community-li a:hover {
	background-color: #ffffff;
	color: #922e38;
}

.community-li:hover {
    border-color: #922e38;
}

.community-li a svg {
    font-size: 32px;
    margin-top: 6px;
    margin-bottom: 6px;
}

.community-li span {
	/* padding-top: 11px; */
	/* float:left; */
	position: absolute;
	top: 50%;
	display: block;
	transform: translateY(-50%);
	padding-left: 50px;
	}

.community-li img{
	width: 23%;
	padding-right: 10px;
	padding-top:5px;
	float:left;
}

@media only screen and (max-width: 1200px) {

	.community-li {
		font-size: 14px;
	}

	.community-li span {
	/* padding-top: 8px; */
	}

}

@media only screen and (max-width: 991px) {

	.community-li span {
	/* padding-top: 11px; */
	}
}

@media only screen and (max-width: 767px) {

	.community-li img{
		min-width: 43px;
		width: 15%;
	}

	.community-li {
		font-size: 16px;
	}

	.community-li span {
		/* padding-top: 16px; */
	}

}


@media only screen and (max-width: 371px) {

	.community-li img{
		width: 15%;
		float:none;
		text-align:center;
	}

	.community-li span {
		/* float:none; */
		/* width: 100%; */
		/* text-align:center; */
		/* margin-top: 30px !important; */
		/* padding-top: 16px; */
	}

	.community-li {
		float:none;
		width: 100%;
	}

}


.floorplan-button {
	/* padding-bottom: 6px !important; */
}

.floorplan-button-text {
	padding-top: 0px !important;
}

.footer-logos {
    margin-top: 24px;
}



@media only screen and (max-width: 1199px) {
	.floorplan-button {
		/* padding-bottom: 6px !important; */
	}
}

@media only screen and (max-width: 990px) {
	.floorplan-button {
		/* padding-bottom: 5px !important; */
	}
}

@media only screen and (max-width: 765px) {
	.floorplan-button {
		/* padding-bottom: 6px !important; */
	}
	.floorplan-button-text {
		padding-top: 4px !important;
	}

}

@media only screen and (max-width: 675px) {
	.floorplan-button {
		/* padding-bottom: 5px !important; */
	}
	.floorplan-button-text {
		padding-top: 3px !important;
	}
}

@media only screen and (max-width: 375px) {
	.floorplan-button {
		/* padding-bottom: 9px !important; */
	}
	.floorplan-button-text {
		padding-top: 3px !important;
	}
	.interactive-break {
		display: none;
	}
}

img.footer-img {
    display: inline-block;
    width: 100px;
}

.mobile-sticky {
    display: none;
}

@media (max-width: 767px) {
    .mobile-sticky {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: #373b55;
        z-index: 9999;
    }
    .mobile-sticky a {
        font-size: 7vw;
        font-weight: bold;
        color: #fff;
        width: 50%;
        display: block;
        float: left;
        text-align: center;
        padding: 12px 0;
    }
    .mobile-sticky>a:last-child {
        background-color: #152240;
    }
    .mobile-sticky a:hover {
        background-color: #0e182f;
    }
    body {
    padding-bottom: 80px;
}
}

.panel-default > .panel-heading.cta-heading {
    color: #fff;
    background-color: #922e38;
}

.panel-heading.cta-heading.big-text {
    border-radius: 3px;
    font-size: 2em;
    font-weight: bold;
}

.phone-list-item {
    border: 1px solid #ccc;
    padding-bottom: 20px;
}

.phone-list-item h3 {
    font-size: 22px;
}

.grecaptcha-badge{
	visibility: collapse !important;
}


a.skip-nav {
    left:-999px;
    position:absolute;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
    z-index:-999;
}
a.skip-nav:focus, a.skip-nav:active {
    color: #fff;
    background-color:#000;
    left: auto;
    top: auto;
    width: 30%;
    height: auto;
    overflow:auto;
    margin: 10px 35%;
    padding:5px;
    border-radius: 15px;
    border:4px solid yellow;
    text-align:center;
    font-size:1.2em;
    z-index:999;
}

.gray-full-wrapper *:not(.footer-nav) a {
    color: #36466f;
}
main:focus {
    outline: none;
}


.myDivToPrint {
  margin-bottom: 15px;
}
#publicAwareness {
  position: relative;
float: right;
padding: 6px 10px;
margin-right: 15px;
margin-bottom: 8px;
margin-top: -3px;
display: none;
}

@media only screen and (max-width: 767px) {
  #publicAwareness {
    display: inline-block;
  }
}

.tourBtns a {
  margin-top: 5px;
}
