/*
Montserrat is google font in dsp_htmlHead.cfm

fonts changed to
headings 	= Playfair Display Regular 	| font-family: 'Playfair Display', serif;
body		= Oxygen Light				| font-family: 'Oxygen', sans-serif;
Script?		= Alex Brush				| font-family: 'Alex Brush', cursive;

*/

.h1-style {
    font-weight: 900;
    color: #08306d;
    font-size: 36px;
}

a {
    color: #383838;
    font-weight: 400;
    text-decoration: underline;
}

a:hover {
    color: gray;
}

.img-responsive {
    margin: 0 auto;
}

.text-nowrap {
    white-space: nowrap;
}

/* a img:hover{
	opacity:.6;
	-webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a img{
	-webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
} */

a.anchor {
    display: block;
    position: relative;
    top: -120px;
    visibility: hidden;
}

iframe {
    border: 0;
    width: 100%;
}

body {
    font-family: 'Oxygen', sans-serif;
    font-weight: 400;
    color: #383838;
}

h1, h2, h3, h4, h5 {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    color: #08306d;
}

h1 a, h2 a, h3 a, h4 a, h5 a {
    color: #08306d;
    font-weight: 400;
}

h1 {
    font-weight: 900;
    color: #08306d;
}

.orangeheader {
    color: #d46000;
}

.darkheader {
    color: #383838;
}

.blueheader {
    color: #08306d !important;
}

.whiteheader {
    color: #fff !important;
}

.searchtitle {
    color: white !important;
}

.fullwidthrowcolored {
    background-color: #fcd700;
    padding: 30px;
}

.footerrow {
    background: #dbdcdb;
    padding: 20px 0;
    color: #555555;
    font-size: 14px;
}

.footerrow a {
    color: #555555;
    padding: 4px 0;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-weight: normal;
}

.footerrow a:hover {
    color: #000000;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.footerrow h4 {
    color: white;
    margin-bottom: 10px;
    margin-top: 10px;
    display: inline-block;
}

.footerdivider:after {
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(27, 75, 133, 1) 50%, rgba(255, 255, 255, 0) 100%);
    width: 1px;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    min-height: 70px;
}

.footercol {
    padding: 0 50px;
}

.subfooter {
    padding: 30px 0;
    color: #fff;
    background-image: url('https://thegovegroup.imgix.net/footer_image_new.png?auto=format'); /* ?auto=format */
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    background-color: #fff;
}

.subfootercontainer {
    background-color: rgba(8, 48, 109, .4);
    padding: 20px;
    border-radius: 5px;
}

.subfooter a {
    color: #fff;
}

@media screen and (max-width: 991px) {
    .footerdivider:after {
        background: none;
    }
}

@media screen and (max-width: 767px) {
    .socialicons {
        text-align: center;
        padding-bottom: 10px;
    }

    .footermission {
        text-align: center;
    }
}

.socialicons {
    padding-top: 0px;
}

.socialicons a {
    padding-right: 20px;
}

.socialwhite {
    color: #ffffff;
    z-index: 1;
    font-weight: normal;
}

.socialred {
    color: #000;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.socialicons a:hover .socialred {
    color: #d46000;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.socialicons a:hover .socialwhite {
    color: #ffffff;
}

.socialfacebook {
    color: #3b5998;
}

.socialtwitter {
    color: #1da1f2;
}

.socialyoutube {
    color: #ff0000;
}

.socialpinterest {
    color: #bd081c;
}

.sociallinkedin {
    color: #007bb5;
}

.socialinstagram {
    color: #c32aa3;
}

.socialflickr {
    color: #f40083;
}

.socialhouzz {
    color: #4dbc15;
}

.socialblog {
    color: #ff4500;
}

.socialhud {
    color: #163667;
}

.socialiconsheader {
    padding-top: 0;
    float: right;
}

.socialiconsheader .fa-stack {
    padding-top: 9px;
}

.socialwhiteheader {
    color: #ffffff;
    z-index: 1;
}

.socialredheader {
    color: #000000;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.socialiconsheader a:hover .socialredheader {
    color: #78b500;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.topbufferlarger {
    margin-top: 60px;
}

.topbufferlarge {
    margin-top: 40px;
}

.topbuffer {
    margin-top: 30px;
}

.topbuffersmall {
    margin-top: 15px;
}

.topbuffersmaller {
    margin-top: 10px;
}

.bottombufferlarger {
    margin-bottom: 60px;
}

.bottombufferlarge {
    margin-bottom: 40px;
}

.bottombuffer {
    margin-bottom: 30px;
}

.bottombuffersmall {
    margin-bottom: 15px;
}

.bottombuffersmaller {
    margin-bottom: 10px;
}

.rotate15 {
    transform: rotate(-15deg);
}

/* ********** tiny nav **************      */
/* styles for desktop */
.tinynav {
    display: none
}

/* styles for mobile */
@media screen and (max-width: 1050px) {
    .tinynav {
        display: block;
        border: 1px solid #ccc;
    }

    #nav {
        display: none
    }

    #nav2 {
        display: none
    }
}

/* **************** tiny nav ************* */


/* ****************************** start nav *******************************/
.navsearchholder {
    float: left;
}

.navsearch {
    width: 210px;
    margin-right: 10px;
    padding: 0px 12px 0 12px;
    border: 1px solid #cccccc;
    box-shadow: none;
}

.navsearchholder .glyphicon {
    margin-right: 0px;
}

.ui-menu {
    z-index: 10000 !important;
}

.navcontainer {
    /* width:1130px; */ /* was 951 the 994 */
}

@media screen and (max-width: 993px) {
    /* was 950 */
    .navcontainer {
        width: 100%;
    }
}

.navbar {
    min-height: 90px;
    margin-bottom: 0;
}

.navholder {
    z-index: 1040;
    width: 100%;
    background: rgba(255, 255, 255, 1);
    /* -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,.1);
	box-shadow: 		0 0 3px 0 rgba(0,0,0,.1); */
    /* position:			fixed;  */
}

.navbar-default {
    border: none;
    background: none;
    z-index: 1;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 75px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}

.stickynavigationmenu {
    width: 100%;
    background: #ffffff;
    z-index: 100000;
    transform: translate3d(0px, 0px, 0px); /* hack for sticky disappearing on ios 9.1 http://stackoverflow.com/questions/32875046/ios-9-safari-changing-an-element-to-fixed-position-while-scrolling-wont-paint */
}

.homenavcolorblock {
    position: absolute;
    top: 0;
    height: 90px;
    width: 100%;
    background: rgba(255, 255, 255, .85);
    z-index: 1;
    display: block;
}

.nav-indent {
    padding-left: 24px !important;
}

.navon {
    /* color:			#08306d !important;
	background:		#dbdcdb; */
    text-decoration: none;
}

.dropdown-menu {
    /* background-color:	#08306d;  */
    background-color: rgba(255, 255, 255, .85);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 10px 0px;
    border: 0px solid white;


}

.dropdown-menu-padded {
    padding: 10px;
    border: 0px solid white;
}

.dropdown-menu-wide {
    min-width: 160px;
}

.dropdown-menu a {
    color: #383838; /* #04294b; */
    padding: 0;
    text-decoration: none;
}

@media only screen and (max-width: 500px) {
    .dropdown-menu {
        padding: 10px;
    }
}

.grid-demo ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.grid-demo li {
    padding: 1px 10px 1px 10px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #000000;
    margin: -3px 0 5px 0;
}

.grid-demo li:hover {
    color: #ffffff;
    background: #d46000;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.nav > li > a {
    /*  padding: 10px 25px; */
    padding-right: 22px;
    padding-left: 22px;
    font-size: 1.0em;
}

.navbar-default .navbar-nav > li > a {
    color: #000;
    text-decoration: none;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    /* color: 				#fff !important;
    background-color: 	#717171; */
    text-decoration: none;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .active > a {
    color: #fff;
    background-color: #717171;
    background-image: none;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #717171 !important;
}

.navbar-nav {
    float: right;
    margin-top: 40px;
}

.dropdown-menu > li > a {
    color: white;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
    background-color: #8298a2;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: #5c6c73;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.navbar-brand {
    padding: 15px 15px;
}

.rednavbutton {
    background-color: #850002;
}

.navmetroarea {
    padding-left: 10px !important;
}

.navcity {
    padding-left: 10px !important;
}

.navcommunity {
    padding: 0px 8px 0px 12px !important;
    margin-top: -6px;
}

.navcommunity a {
    color: #fcd700;
    font-weight: normal;
    font-size: 13px;
}

.dropdown-item {
    color: white;
}

.secondarynav {
    position: absolute;
    top: 10px;
    right: 10px;
}

.secondarynav a {
    color: #000;
    padding: 10px;
    font-size: 1em;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-weight: 400;
    text-decoration: none;
}

.secondarynav a:hover {
    /* color: 				#d46000 !important; */
    text-decoration: none;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.secondaryNavPhone a {
    color: #717171;
    font-family: 'Oxygen', sans-serif;
    font-weight: 700;
    font-style: normal;
}

/* ******************************   end nav *******************************/


/* ***************************8 start map containers ********************************* */
#map_canvas {
    height: 700px;
    padding: 6px;
    border: 1px solid black;
    -webkit-box-shadow: rgba(64, 64, 64, 0.5) 0 2px 5px;
    -moz-box-shadow: rgba(64, 64, 64, 0.5) 0 2px 5px;
    box-shadow: rgba(64, 64, 64, 0.1) 0 2px 5px;
    width: 100%;
}

/* fixes error with the diaplsy of the controls and the info window */
#map_canvas img {
    max-width: none;
}

/* ***************************** end map containers *************************************** */


/* **************************** back to top ************************/
.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 70px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    /* image replacement properties */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(212, 96, 0, 0.8) url(/images/cd-top-arrow.svg) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;

    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
}

.cd-top.cd-fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: .5;
}

.no-touch .cd-top:hover {
    background-color: #e86256;
    opacity: 1;
}

@media only screen and (min-width: 768px) {
    .cd-top {
        right: 20px;
        bottom: 70px;
    }
}

@media only screen and (min-width: 1024px) {
    .cd-top {
        height: 60px;
        width: 60px;
        right: 30px;
        bottom: 70px;
    }
}

/* **************************** back to top ************************/


/* model panel holder *************************************************************************/

.modelholder {
    width: 25%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: .8em;
}

.detailmenuheader {
    background-color: #e8e8e8;
    padding: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border-left: 5px solid #ddd;
}

/* model panel holder *************************************************************************/


.columns4 {
    -webkit-column-width: 200px; /* Chrome, Safari, Opera */
    -moz-column-width: 200px; /* Firefox */
    column-width: 200px;
    -webkit-column-count: 4; /* Chrome, Safari, Opera */
    -moz-column-count: 4; /* Firefox */
    column-count: 4;
    -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
    column-gap: 40px;
    column-rule-color: #ccc; /* Optional */
    column-rule-style: solid; /* Optional */
    column-rule-width: 1px; /* Optional */
    text-align: justify; /* Optional */
}

.columns3 {
    -webkit-column-width: 275px; /* Chrome, Safari, Opera */
    -moz-column-width: 275px; /* Firefox */
    column-width: 275px;
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
    -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
    column-gap: 40px;
    column-rule-color: #ccc; /* Optional */
    column-rule-style: solid; /* Optional */
    column-rule-width: 1px; /* Optional */
    text-align: justify; /* Optional */
}

.columns2 {
    -webkit-column-width: 350px; /* Chrome, Safari, Opera */
    -moz-column-width: 350px; /* Firefox */
    column-width: 350px;

    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
    column-gap: 40px;
    column-rule-color: #ccc; /* Optional */
    column-rule-style: solid; /* Optional */
    column-rule-width: 1px; /* Optional */
    text-align: justify; /* Optional */
}

.columns2small {
    -webkit-column-width: 150px; /* Chrome, Safari, Opera */
    -moz-column-width: 150px; /* Firefox */
    column-width: 150px;

    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-gap: 20px; /* Chrome, Safari, Opera */
    -moz-column-gap: 20px; /* Firefox */
    column-gap: 20px;
    column-rule-color: #ffffff00; /* Optional */
    column-rule-style: solid; /* Optional */
    column-rule-width: 1px; /* Optional */
}

/* Pagination *******************************************************************/
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #003362;
    border-color: #003362;
}

/* Pagination *******************************************************************/


/********************************** start siteplan  **************************************************************/
/* not sure what this is */
.siteplancolumn {
    float: left;
    width: 45%;
    margin-left: 5%;
}

.parent {
    border: 1px solid #d3d3d3;
}

.mapmenu {
    position: absolute;
    top: 0;
    margin-left: 0;
    margin-right: 0;
    z-index: 100;
    width: 91px;
    background-color: #ffffff;
    padding: 2px;
    text-align: center;
    border: 1px solid #d3d3d3;
    -webkit-box-shadow: 3px 3px 10px 3px rgba(0, 0, 0, .5);
    box-shadow: 3px 3px 10px 3px rgba(0, 0, 0, .5);
}

.mapmenumobile {
    display: none;
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #ffffff;
    padding: 2px;
    text-align: center;
    border: 1px solid #d3d3d3;
    z-index: 100;
    -webkit-box-shadow: 3px 3px 10px 3px rgba(0, 0, 0, .5);
    box-shadow: 3px 3px 10px 3px rgba(0, 0, 0, .5);
}

.mobilekey {
    display: none;
}

.zoom-in, .zoom-out, .reset {
    padding: 5px 0px 5px 5px;
}

input[type=range][orient=vertical] {
    writing-mode: bt-lr; /* IE */
    -webkit-appearance: slider-vertical; /* WebKit */
    width: 8px;
    height: 75px;
    padding: 0 5px;
    text-align: center;
    margin: 0 auto;
}

.keyitem {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 5px 0;
    border-top: 1px solid #d3d3d3;
}

.keycolor {
    width: 12px;
    height: 12px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid black;
    margin: 0 auto;
}

.keyname {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.keyitemmobile {
    margin: 0 auto;
    text-align: center;
    padding: 5px 0;
    border-top: 1px solid #d3d3d3d3;
    width: 33.333%;
    float: left;
}

.keycolormobile {
    width: 12px;
    height: 12px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #d3d3d3;
    margin: 0 auto;
}

.keynamemobile {
    margin: 0 auto;
    text-align: center;
}


.interactivesiteplandata {
    text-align: left;
    padding: 5px;
}

.interactivesiteplandata td {
    text-align: left;
    padding: 5px;
}

@media screen and (max-width: 767px) {
    .mapmenu {
        display: none;
    }

    .mapmenumobile {
        display: block;
    }

    .mobilekey {
        display: block;
    }

    .keyitemmobile {
        width: 50%;
    }
}

/* @media screen and (max-width: 960px) {
	.interactivesiteplankey{
		width: 100%;
	}
}

@media screen and (max-width: 625px) {
	.keyitem{
		width:50%;
	}
}

@media screen and (max-width: 500px) {
	.keyitem{
		width:33.3333%;
	}
}

@media screen and (max-width: 500px) {
	.siteplancolumn{
		width:100%;
		float:none;
	}
	.keyitem{
		width:100%;
		float:none;
	}
} */
/********************************** end siteplan  **************************************************************/

/* ********************* start inventory model list containers ********************************* */
.tablewide {
    width: 100%;
}

.tablenarrow {
    display: none;
}

.tablesingle {
    background: #edede9;
    border: 1px solid #dad9d7;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    align: left;
    text-align: left;
    margin-top: 10px;
    padding: 5px;
}

@media screen and (max-width: 650px) {

    .tablewide {
        display: none;
    }

    .tablenarrow {
        display: block;
    }
}

/***************************** TABLESORTER **********************************/

table.tablesorter {
    background-color: #e5e5e5;
    margin: 10px 0pt 15px;
    width: 100%;
    text-align: left;
}

table.tablesorter thead tr th, table.tablesorter tfoot tr th {
    background-color: #68532a;
    border: 0px solid #FFF;
    font-size: 8pt;
    padding: 4px;
    color: White;
}

table.tablesorter thead tr .header {
    background-image: url(bg.gif);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}

table.tablesorter tbody td {
    color: #000000;
    padding: 4px;
    background-color: #FFF;
    vertical-align: top;
}

table.tablesorter tbody tr.odd td {
    background-color: #ffffff;
}

table.tablesorter tbody tr.even td {
    background-color: #f1f1f1;
}

table.tablesorter thead tr .headerSortUp {
    background-image: url(/tablesorter/asc.gif);
}

table.tablesorter thead tr .headerSortDown {
    background-image: url(/tablesorter/desc.gif);
}

table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
    background-color: #816734;
}


/* *********************   end inventory model list containers ********************************* */

/* ******************************** inventory search **************************** */
.inventorysearch {
    width: 33%;
    float: left;
    padding: .3em;
    margin: 0 auto;
    text-align: center;
}

.inventorysearchform {

}

/* ***************************************** end inventory search **************************** */


.modelimageholder {
    min-height: 173px;
}

@media (max-width: 1220px) {
    .modelimageholder {
        min-height: 135px;
    }
}

@media (max-width: 990px) {
    .modelimageholder {
        min-height: 235px;
    }
}


.smallmodels {
    min-height: 100px;

}

@media (max-width: 1050px) {
    .smallmodels {
        min-height: 75px;
    }
}

@media (max-width: 991px) {
    .smallmodels {
        min-height: 141px;
    }
}

.teamholder {
    border: 1px solid #d9d9d9;
    padding: 10px 0;
    margin: 10px 0;
}

/* ****************************************************************************************************************************************************/
/* ****************************************************************************************************************************************************/
/* ****************************************************************************************************************************************************/
/* ****************************************************************************************************************************************************/
/* ****************************************************************************************************************************************************/


/* navigation stuff to change the break point */
@media (max-width: 992px) {
    /* .breadcrumb {
       margin-bottom: 20px;
	 } */
    .navbar-header {
        float: none;
        margin-bottom: 0px;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
        margin-top: 45px;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin: 6px 0 7.5px 0;
    }

    .navbar-nav > li {
        float: none;
    }

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .collapse.in {
        display: block !important;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: #f0f0f0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        border-top: 1px solid white;

        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        min-height: 57px;
    }

    .form-control-feedback {
        /* position:		relative; */
        right: 0px !important;
        /* top: 			-34px !important; */
    }


    .loginbutton {
        border-left: none;
    }
}

/* end change break point */


@media (max-width: 400px) {
    .navbar-brand {
        width: 65%;
    }

    .navbar {
        min-height: 95px;
    }

    .navbar-toggle {
        margin-top: 52px;
    }

    .navbar-header {
        margin-bottom: 0;
    }

}

/* end main nav */

@media (max-width: 992px) {
    .modelholder {
        width: 50%;
    }
}

@media (max-width: 900px) {
    #map_canvas {
        width: 80%;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .full-width-at-mobile {
        width: 100%;
    }


    /* navigation stuff */
    .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 {
        padding-right: 15px;;
    }

    .header-second-nav-buttons {
        display: none;
    }

    .logo {
        margin: 0 auto;
    }

    .footerrow {
        text-align: center;
    }

}

@media (max-width: 675px) {
    #map_canvas {
        height: 350px;
        width: 90%;
    }
}

@media (max-width: 600px) {

    .modelholder {
        width: 100%;
        float: none;
    }

}

@media (max-width: 500px) {
    .breadcrumb {
        display: none;
    }

    .navholder {
        /*margin-bottom:		45px; */
    }

    .modelimageholder {
        min-height: auto;
    }
}

@media (max-width: 450px) {
    .teamcontainer {
        width: 100%;
        float: none;
    }

    .navbar-brand {
        padding: 9px 5px;
    }
}


.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;

}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-wrapper {
    width: 90%;
    max-width: 100%;
}

.video-thumbnail {
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin: 10px;
}

.video-thumbnail:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    content: "\f144";
    font-family: "Font Awesome 5 Pro";
    font-size: 50px;
    color: #fff;
    opacity: .8;
    text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
    pointer-events: none;
}

.video-thumbnail:hover:before {
    color: #eee;
}

.blogimagetopbottom {
    display: table;
}

.blogimageleft {
    float: left;
    margin: 10px 20px 20px 20px;
    display: table;
}

.blogimageleft img {
    display: block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
}

@media (max-width: 600px) {
    .blogimageleft img {
        float: none;
        margin: 0 auto;
    }

    .blogimageleft {
        float: none;
    }
}

.blogimageright {
    float: right;
    margin: 10px 20px 20px 20px;
    display: table;
}

.blogimageright img {
    display: block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
}

@media (max-width: 600px) {
    .blogimageright img {
        float: none;
        margin: 0 auto;
    }

    .blogimageright {
        float: none;
    }
}

.blogimagecaption {
    font-style: italic;
    font-size: 14px;
    display: table-caption;
    caption-side: bottom;
}


/* ******************************* start community list & grid view *********************************** */
.glyphicon {
    margin-right: 5px;
}

.itemtagline {
    background-color: #003264;
    color: #ffffff;
    padding: 5px;
}

.itemtaglinetype {
    font-size: 12px;
    padding-top: 3px;
}

.itemtaglineprice {
    color: #fcd700;
    font-weight: bold;
    font-size: 15px;
}

.communityspecsmainfont {
    font-size: 15px !important;
}

.communityspecsquickmovein {
    color: #4572b7;
}

@media (max-width: 1200px) {
    .itemtaglinetype {
        font-size: 14px;
        padding-top: 5px;
    }

    .itemtaglineprice {
        font-size: 18px;
    }

    .communityspecsmainfont {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .itemtaglinetype {
        padding-top: 0;
    }
}


.itemborder {
    border: 1px solid #3d3d3d;
}

.caption {
    /* padding:10px;*/
}

.thumbnail {
    margin-bottom: 0;
    padding: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.item.list-group-item {
    float: none;
    width: 100%;
    background-color: #fff;
    margin-bottom: 10px;
    border: none;
    height: auto !important;
}

.item.list-group-item:nth-of-type(odd):hover, .item.list-group-item:hover {
    background: #ededed;
}

.item.list-group-item .list-group-image {
    margin-right: 10px;
    /* max-width:400px; */
}

.item.list-group-item .thumbnail {
    margin-bottom: 0px;
}

.item.list-group-item .caption {
    /* padding: 9px 9px 0px 9px; */
}

.item.list-group-item:nth-of-type(odd) {
    /* background: #eeeeee; */
}

.item.list-group-item:before, .item.list-group-item:after {
    display: table;
    content: " ";
}

.item.list-group-item img {
    float: left;
}

.item.list-group-item:after {
    clear: both;
}

.list-group-item-text {
    margin: -10px 0 0 0;
}

/* ******************************* end community list & grid view *********************************** */
.communityspecs {
    border: 1px solid #e7e7e7;
    border-left: none;
    text-align: center;
    font-size: 11px;
    padding: 0 0 0 0;
    background-color: #ffffff;
}

.communityphonelink {
    color: #000000;
    font-size: 16px !important;
}

@media (max-width: 1200px) {
    .communityspecs {
        font-size: 13px;
    }

    .communityphonelink {
        font-size: 18px !important;
    }
}


.itemimagebox {
    position: relative;
}

.cover-img {
    aspect-ratio: 70/39;
    overflow: hidden;
}

.cover-img img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.communityspecstitles {
    background: #e7e7e7;
    padding: 2px 2px 4px 2px;
}

.communityspecsvalues {
    padding: 2px 2px;
}

.communityspecsfirst {
    border-left: 1px solid #e7e7e7;
    z-index: 1;

}

.communityspecssecond {
    z-index: 1;
}

.communityspecsthird {
    z-index: 1;
}

.communityspecsfourth {
    z-index: 1;
}

.communityspecs2 {
    border: 1px solid #e7e7e7;
    border-top: none;
    background-color: #ffffff;
}

.communityspecs2padding {
    padding: 3px;
}

.communityspecs3padding {
    padding: 3px;
    font-size: 10px;
}

.communityspecs2 i {
    line-height: 1.2;
}

.communitylargebutton {
    padding: 0 6px;
    font-size: 16px;
}

.communitysmallbutton {
    padding: 5px 0px;
    font-size: 13px;
}

@media (max-width: 1200px) {
    .communitylargebutton {
        padding: 6px 12px;
        font-size: 14px;
    }

    .communitysmallbutton {
        padding: 5px 10px;
        font-size: 12px;
    }

    .communityspecs3padding {
        font-size: 12px;
    }
}

.itemincentivesavailable {
    margin-bottom: 20px;
}

.itemincentivesavailable {
    background-color: #003264;
    font-size: 12px;
    padding: 5px;
    border-radius: 0 0 10px 10px;
    color: #fcd700;
    font-weight: normal;
}

.itemincentivesavailable:hover {
    color: #003264;
    background-color: #fcd700;
}

.itemfloatingdiv {
    position: absolute;
    top: 5px;
    left: 0;
    width: 100%;
    padding: 3px 5px;
}

.itemfloatingdivmodel {
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    padding: 3px 15px 0 15px;
    font-family: 'Oxygen', sans-serif;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    text-shadow: 0 0 5px #000;
}

.modelliststatus {
    padding-top: 8px;
    font-size: 10px;
}

.itemshare {
    /* color:				white;
	font-size:			20px;
	text-shadow:		0 0 5px #000;
	max-width: 			25px;*/
    padding: 0 5px;
}

.itemsharebutton {
    border: none;
    background: rgba(0, 55, 100, 0.2);
    text-shadow: 0 0 5px #000;
}

.itemsharebutton:hover {
    background: #003264
}

.itemmarketingstatus {
    color: #fff;
    border: 1px solid #fff;
    /* background:	#08306d; */
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px;
}

.itemfavorite {
    /* max-width: 	25px;
	float:		right; */
    padding: 3px 5px;
}

.itemfavorite a {
    color: white;
    font-size: 20px;
    text-shadow: 0 0 5px #000;
}

.itemfavoritebutton {
    border: none;
    background: rgba(0, 55, 100, 0.2);
    text-shadow: 0 0 5px #000;
    padding: 3px 5px;
}

.itemfavoritebutton:hover {
    background: #003264
}

.itemfloatingdivtitle {
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    padding: 3px 5px;
}

.itemtext1, .itemtext1 a {
    font-family: 'Oxygen', sans-serif;
    color: #fff;
    font-size: 26px;
    font-weight: 800;
    text-shadow: 0 0 5px #000;
}

.itemtext2 {
    font-size: 20px;
    font-weight: 800;
    text-shadow: 0 0 5px #000;
    font-family: 'Oxygen', sans-serif;
    color: #fff;
}

.itemtext3 {
    font-size: 16px;
    font-weight: 400;
    text-shadow: 0 0 5px #000;
    font-family: 'Oxygen', sans-serif;
    color: #fff;
}

/*@media (max-width: 991px) {
	.communityspecsthird{
		border-left: 1px solid #3d3d3d;
		border-top:		none;
	}
	.communityspecsfourth{
		border-top:		none;
	}
}
 @media (max-width: 767px) {
	.communityspecsfirst {
      border-right: none;
  	  border-top: none;
	 }
	.communityspecssecond{
		border-left: 1px solid #3d3d3d;
		border-top:		none;
	}
	.communityspecsthird {
      border-right: none;
	 }
	.communityspecsfourth{
		border-left: 1px solid #3d3d3d;
		border-top:		none;
	}
}	 */

.communityrowpadding {
    padding-bottom: 20px;
}

.communityrow {
    background-color: #e9eae9;
}

.buttonbar {
    margin-bottom: 10px;
    white-space: normal;
}

/* *************************************** corner ribbon snipe *****************************************/
/* https://www.bootply.com/374ITzgbk4 */
.ribbonbox {
    width: 100%;
    /* height:100%; all of a sudden seems to be causing issues */
    position: absolute; /* was relative */
    top: 0; /* added */
    border: none;
    background: #eee;
    float: left;
    /* margin:20px*/
}

.ribbon {
    position: absolute;
    left: -5px; /* was right */
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 200px;
    height: 200px;
    text-align: right;
}

.ribbon span {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    line-height: 30px;
    transform: rotate(-45deg); /* was 45 */
    width: 200px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#9BC90D 0%, #79A70A 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 46px;
    left: -38px; /* was right */
}

.ribbon span::before {
    content: '';
    position: absolute;
    right: 0px; /* was left */
    top: 100%;
    z-index: -1;
    border-right: 3px solid #79A70A;
    border-left: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #79A70A;
}

.ribbon span::after {
    content: '';
    position: absolute;
    left: 0%;
    top: 100%;
    z-index: -1;
    border-right: 3px solid transparent;
    border-left: 3px solid #79A70A;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #79A70A;
}

/* ribbon community ------------------------------------------------------------------- */
.ribbonboxcommunity {
    width: 100%;
    /* height:100%; all of a sudden seems to be causing issues */
    position: absolute; /* was relative */
    top: 0; /* added */
    border: none;
    background: #eee;
    float: left;
    /* margin:20px*/
}

.ribboncommunity {
    position: absolute;
    left: -5px; /* was right */
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 200px;
    height: 200px;
    text-align: right;
    pointer-events: none;
}

.ribboncommunity span {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    line-height: 30px;
    transform: rotate(-45deg); /* was 45 */
    width: 200px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#9BC90D 0%, #79A70A 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 46px;
    left: -38px; /* was right */
}

.ribboncommunity span::before {
    content: '';
    position: absolute;
    right: 0px; /* was left */
    top: 100%;
    z-index: -1;
    border-right: 3px solid #79A70A;
    border-left: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #79A70A;
}

.ribboncommunity span::after {
    content: '';
    position: absolute;
    left: 0%;
    top: 100%;
    z-index: -1;
    border-right: 3px solid transparent;
    border-left: 3px solid #79A70A;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #79A70A;
}

@media (max-width: 500px) {
    .ribboncommunity span {
        font-size: 12px;
        top: 30px;
        left: -49px;
    }

    .ribboncommunity span::before {
        right: 22px;
    }
}

/* ribbon colors ------------------------------------------------------------------- */
.red span {
    background: #F70505;
}

.red span::before {
    border-right-color: #8F0808;
    border-top-color: #8F0808;
}

.red span::after {
    border-left-color: #8F0808;
    border-top-color: #8F0808;
}

.blue span {
    background: #2989d8;
}

.blue span::before {
    border-right-color: #1e5799;
    border-top-color: #1e5799;
}

.blue span::after {
    border-left-color: #1e5799;
    border-top-color: #1e5799;
}

.green span {
    background: #9BC90D;
}

.green span::before {
    border-right-color: #1e5799;
    border-top-color: #79A70A;
}

.green span::after {
    border-left-color: #1e5799;
    border-top-color: #79A70A;
}


.redlist {
    background: #F70505;
}

.redlist::before {
    border-right-color: #8F0808;
    border-top-color: #8F0808;
}

.redlist::after {
    border-left-color: #8F0808;
    border-top-color: #8F0808;
}

.bluelist {
    background: #2989d8;
}

.bluelist::before {
    border-right-color: #1e5799;
    border-top-color: #1e5799;
}

.bluelist::after {
    border-left-color: #1e5799;
    border-top-color: #1e5799;
}

.greenlist {
    background: #9BC90D;
}

.greenlist::before {
    border-right-color: #1e5799;
    border-top-color: #79A70A;
}

.greenlist::after {
    border-left-color: #1e5799;
    border-top-color: #79A70A;
}


/* community list --------------------------------------------------------------------- */
.amountleftribbonbox {
    width: 100%;
    /* height:100%; all of a sudden seems to be causing issues */
    position: absolute; /* was relative */
    top: 0; /* added */
    border: none;
    background: #eee;
    float: left;
    /* margin:20px*/
    pointer-events: none;
}

.amountleftribbon {
    position: absolute;
    left: -5px; /* was right */
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 200px;
    height: 200px;
    text-align: right;
}

.amountleftribbon span {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    line-height: 30px;
    transform: rotate(-45deg); /* was 45 */
    width: 200px;
    display: block;
    background: #8f0808;
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 46px;
    left: -38px; /* was right */
}

.amountleftribbon span::before {
    content: '';
    position: absolute;
    right: 0px; /* was left */
    top: 100%;
    z-index: -1;
    border-right: 3px solid #8f0808;
    border-left: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #8f0808;
}

.amountleftribbon span::after {
    content: '';
    position: absolute;
    left: 0%;
    top: 100%;
    z-index: -1;
    border-right: 3px solid transparent;
    border-left: 3px solid #8f0808;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #8f0808;
}

/* community detail ------------------------------------------------------------------- */
.amountleftribbonboxcommunitydetail {
    width: 100%;
    /* height:100%; all of a sudden seems to be causing issues */
    position: absolute; /* was relative */
    top: 0; /* added */
    border: none;
    background: #eee;
    float: left;
    /* margin:20px*/
    pointer-events: none;
}

.amountleftribboncommunitydetail {
    position: absolute;
    left: -5px; /* was right */
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 200px;
    height: 200px;
    text-align: right;
}

.amountleftribboncommunitydetail span {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    line-height: 30px;
    transform: rotate(-45deg); /* was 45 */
    width: 347px;
    display: block;
    background: #8f0808;
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 67px;
    left: -93px; /* was right */
}

.amountleftribboncommunitydetail span::before {
    content: '';
    position: absolute;
    right: 43px; /* was left */
    top: 30px;
    z-index: -1;
    border-right: 3px solid #8f0808;
    border-left: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #8f0808;
}

.amountleftribboncommunitydetail span::after {
    content: '';
    position: absolute;
    left: 0%;
    top: 100%;
    z-index: -1;
    border-right: 3px solid transparent;
    border-left: 3px solid #8f0808;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #8f0808;
}

@media (max-width: 500px) {
    .amountleftribboncommunitydetail span {
        font-size: 12px;
        top: 30px;
        left: -125px;
    }

    .amountleftribboncommunitydetail span::before {
        right: 95px;
    }
}

/* *************************************** corner ribbon snipe *****************************************/

/* ********************************* Home Search Form & map ************************************************/

.homesearchmapwrapper {
    position: relative;
    /* overflow:				hidden;*/
    overflow: visible !important;
}

.homesearchmapwrapper-homeonly {
    top: -90px;
    z-index: 0; /* was -1 */
}

.homesearchmapwrapper-subpages {
    /* top: 			90px; */
}


.homesearch {
    color: white;
    background: #003264;
    border: none;
    font-size: 18px;
    max-width: 600px;
    margin: 0 auto;
}

.homesearch::placeholder {
    color: #ffffff;
    opacity: 1;
}

homesearch:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ffffff;
}

homesearch::-ms-input-placeholder { /* Microsoft Edge */
    color: #ffffff;
}


.homesearchbutton {
    color: white;
    -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, .50);
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .50);
    /* text-shadow: 0 0 2px #000000; */
    margin-bottom: 5px;
}

.homesearchmap {
    position: relative;
    /* overflow:				hidden; */
}

.mapcommunityoverlaybutton {
    position: absolute;
    top: 0;
    right: 60px;
    z-index: 100;
    background: #0055b9;
    color: #ffffff;
    padding: 5px 10px;
    cursor: pointer;
}

.mapcommunityoverlaybutton a {
    color: #ffffff;
}

.mapcommunityoverlaybutton:hover {
    background: #003264;
}

.mapcommunityoverlay {
    position: absolute;
    top: 0;
    right: 10px;
    z-index: 100;
    background-color: #363838;
    height: 100%;
    width: 290px;
    padding: 10px;
    overflow-x: hidden;
    overflow-y: scroll;
    color: #ffffff;
    display: none;
}

.mapcommunityoverlay a {
    color: #ffffff;
}

.mapcommunityoverlayclose {
    float: right;
    cursor: pointer;
    padding: 0 2px;
    width: 32px;
    text-align: center;
    margin: 0 0 0 10px;
}

.mapcommunityoverlayclosebutton {
    float: right;
    color: #dddddd;
    text-align: center;
}

.mapcommunityoverlayclosebutton:hover {
    color: #fcd700;
}

.mapcommunityoverlayclosebuttontext {
    line-height: 1;
}

.mapcommunityextrasmall {
    font-size: 70%;
    padding-top: 2px;
}

.mapcommunityoverlayphone {
    padding: 5px 0 0 0;
    font-size: .85em;
}

.mapcommunityoverlayphone a {
    color: #fcd700;
}

@media (max-width: 1420px) {
    .mapcommunityoverlay {
        display: none;
    }

    .mapcommunityoverlaybutton {
        display: none;
    }
}

.homesearchform {
    background-color: transparent;
    color: #ffffff;
    position: absolute;
    bottom: 25px;
    z-index: 2;
    width: 100%;
    pointer-events: none; /* this is so the map buttons will still work. */
}

.homesearchformbackground {
    /* background-color:		rgba(245,245,245,.1);  */
    /* border-radius:			5px; */
    padding: 10px 20px 10px 20px;
    pointer-events: auto;
}

.homesearchform h1 {
    color: #ffffff;
}

.homesearchselect {
    background-color: rgba(0, 0, 0, .5);
    color: #ffffff;
    border-radius: 3px;
    border: 1px solid #FFFFFF;
    margin-bottom: 5px;
}

.homesearchselect:hover {
    color: #ffffff !important;
}

.homesearchselect:active {
    color: #ffffff !important;
}

.homesearchselect:focus {
    color: #ffffff !important;
}

.homesearchform .dropdown-menu {
    background-color: RGBA(0, 0, 0, .5);
    border-radius: 3px;
}

.homesearchform .dropdown-menu li {
    padding: 5px 0;
}

.homesearch-hometype {
    width: 120px !important;
    border-right: none;
}

.homesearch-price {
    width: 83px !important;
    border-right: none;
}

.homesearch-bed {
    width: 75px !important;
    border-right: none;
}

.homesearch-city {
    width: 75px !important;
    border-right: none;
}

@media (max-width: 767px) {
    .homesearch-hometype {
        width: 100% !important;
        border-right: none;
    }

    .homesearch-price {
        width: 100% !important;
        border-right: none;
    }

    .homesearch-bed {
        width: 100% !important;
        border-right: none;
    }

    .homesearch-city {
        width: 100% !important;
        border-right: none;
    }
}


.homesmallbuttons {
    font-size: .625em;
}

.homesmallbuttons a {
    color: #ffffff;
}


@media (max-width: 767px) {
    .homesearchselect {
        text-align: left;
    }

    .homesearchmorebutton {
        width: 100%;
        padding-bottom: 5px;
    }

    .homesearchmorebutton .caret {
        position: absolute;
        right: 1%;
        top: 42%;
    }

    .homesearchform .dropdown-menu {
        width: 100%;
    }
}


@media (max-width: 1200px) {
    .homesearchform {
        position: relative;
        bottom: 0;
        z-index: 2;
        width: 100%;
    }
}

.homegooglemap {
    position: absolute;
    background-color: white;
    width: 100%;
    z-index: 1;
    top: 1000px;
    opacity: 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    top: -200%;
}

.viewthemap {
    position: relative;
    top: 0;
    z-index: 1;
    cursor: pointer;
}

#map_canvas_home {
    height: 700px;
    /*height: 0!important;*/
    overflow: hidden;
    padding-bottom: 36.2757%;

    padding: 6px;
    border: 1px solid black;
    -webkit-box-shadow: rgba(64, 64, 64, 0.5) 0 2px 5px;
    -moz-box-shadow: rgba(64, 64, 64, 0.5) 0 2px 5px;
    box-shadow: rgba(64, 64, 64, 0.1) 0 2px 5px;
    width: 100%;
}

/* fixes error with the diaplsy of the controls and the info window */
#map_canvas_home img {
    max-width: none;
}

/* ********************************* Home Search Form & map ************************************************/
@media (max-width: 991px) {
    .text-center-medium {
        text-align: center;
    }
}

/* community text overlay ******************************************************************************* */
.communitylogo-top {
    background-color: transparent;
    position: absolute;
    top: 25px;
    left: calc(50% - 25%);
    z-index: 0;
    width: 50%;
    text-align: center;
    pointer-events: none; /* this is so the map buttons will still work. */
}

.shadowed-white {
    -webkit-filter: drop-shadow(3px 3px 5px #ffffff) drop-shadow(-3px -3px 5px #ffffff);
    filter: drop-shadow(3px 3px 5px #ffffff) drop-shadow(-3px -3px 5px #ffffff);
}

@media (max-width: 1000px) {
    .communitylogo-top {
        left: 40%;
        width: 20%;
    }
}

.communitytitle-top {
    background-color: transparent;
    position: absolute;
    top: 25px;
    z-index: 2;
    width: 100%;
    text-align: center;
    pointer-events: none; /* this is so the map buttons will still work. */
}

.communitytitle-bottom {
    background-color: transparent;
    position: absolute;
    bottom: 25px;
    z-index: 2;
    width: 100%;
    text-align: center;
}

.communitytitle-large {
    color: white;
    text-shadow: 2px 2px 2px #000, 0px 0px 10px #000;
    font-size: 40px;
    font-weight: 700;
}

.communitytitle-medium {
    color: white;
    text-shadow: 2px 2px 2px #000, 0px 0px 10px #000;
    font-size: 32px;
    font-weight: 300;
}

.communitytitle-small {
    color: white;
    text-shadow: 2px 2px 2px #000, -1px -1px 10px #000;
    font-size: 24px;
    font-weight: 400;
}

@media (max-width: 800px) {
    .communitytitle-top {
        background-color: #003264;
        position: relative;
        top: 0;
        padding: 10px 20px 20px;
    }

    .communitytitle-bottom {
        background-color: #0055b9;
        position: relative;
        top: 0;
        padding: 10px 20px 20px;
    }

    .communitytitle-large {
        font-size: 32px;
    }

    .communitytitle-medium {
        font-size: 24px;
    }

    .communitytitle-small {
        font-size: 18px;
    }
}

/* *********************************************************************************************************** */


/* community page */
.communitydata {
    margin-bottom: 20px;
    position: relative;
    height: 50px;
    padding: 0;
}

.communitydata-text-container {
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 100%;
}

@media (max-width: 991px) {
    .communitydata {
        margin-bottom: 0;
        height: auto;
        position: static;
    }

    .communitydata-text-container {
        position: static;
        top: 0;
        transform: translate(0, 0);
        padding: 5px 0;
    }
}

.communitynavigation {
    background-color: #b9b9b9;
    margin-bottom: 20px;
    font-size: 85%;
}

.communitynavigation2 {
    display: none;
    margin-top: 20px;
}

@media (max-width: 1050px) {
    .communitynavigation {
        display: none;
    }

    .communitynavigation2 {
        display: block;
    }
}

.communitynavigation > li > a {
    position: relative;
}

.communitynavigation ul {
    padding: 0;
    list-style-type: none;
    text-align: center;
    margin-bottom: 0;
}

.communitynavigation li {
    /* float:					left; */
    text-align: center;
    border-left: 5px solid white;
    width: 18%;
    display: inline-block;

}

.communitynavigation li:last-child {
    border-right: 5px solid white;
}

.communitynavigation li a {
    color: white;
    display: block;
    padding: 10px 20px;
}

.communitynavigation li:hover {
    background-color: #78b500;
}

.brochurepickeraddress {
    border-left: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    padding: 10px;
}

@media (max-width: 704px) {
    .titlepipe {
        display: none;
    }
}

.viewall {
    color: #2f63d8;
}

.underline {
    text-decoration: underline;
}

.promos-nav {
    width: 260px;
}

.dropdownminwidth {
    /* min-width:250px; */
}


.homemetroarea {
}

.homemetroarea a:hover .homemetroareaheader {
    background-color: #0055b9;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.homemetroareaitem {
    min-height: 300px;
    background-size: cover !important;
    border: 1px solid white;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 10px;
}

.homemetroareaitem:hover {
    border: 1px solid #fcd700;
}

.homemetroareatext {
    color: white;
    width: 100%;
    text-align: center;
    text-shadow: 0 0 5px #000;
    text-transform: uppercase;
}

.homemetroareaheader {
    background-color: #003264;
    color: white;
    padding: 5px 5px 8px 5px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.homemetroareashare {
    position: absolute;
    bottom: 15px;
    left: 30px;
    color: white;
    font-size: 30px;
    text-shadow: 0 0 5px #000;
    width: 50px;
}

.homemetroareashare:hover {
    /*background: 		#003264 */
}

.homemetroareasharebutton {
    border: none;
    background: rgba(0, 55, 100, 0.2);
    text-shadow: 0 0 5px #000;
}

.spotlight-desktop {
    display: block;
}

.spotlight-mobile {
    display: none;
}

@media (max-width: 1000px) {
    .spotlight-desktop {
        display: none;
    }

    .spotlight-mobile {
        display: block;
        padding: 20px;
    }
}

.spotlightcircleholder {
    overflow: hidden;
    max-height: 375px;
}

.spotlightcircle {
    border-radius: 288px;
    border: 10px solid white;
    height: 530px;
    padding: 25px;
    position: relative;
    /* top: 50%; */
    -ms-transform: translateY(-15%);
    -webkit-transform: translateY(-15%);
    transform: translateY(-15%);
}

.spotlightcircletext {
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.spotlightbg {
    /* background-image:		url('/images/marble-pattern.jpg');*/
    background-image: url('/images/crossword.png');
}

.spotlightbg-white {
    background: rgba(255, 255, 255, .7);
    color: #08306d;
}

.spotlightbg-blue {
    background: rgba(8, 48, 109, .7);
    color: #ffffff;
}

.spotlightbg-orange {
    background: rgba(212, 96, 0, .7);
    color: #ffffff;
}

.spotlightbg-white-mobile {
    background: #ffffff;
}

.spotlightbg-blue-mobile {
    background: #08306d;
}

.spotlightbg-orange-mobile {
    background: #d46000;
}

.spotlight-font1 {
    font-size: 24px;
    font-weight: 400;
    line-height: 1em;
    padding-bottom: 20px;
    font-family: "Playfair Display", serif;
    color: #08306d;
}

.spotlight-font2 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1em;
    color: #08306d;
    padding-bottom: 20px;
}

.spotlightfont1-white {
    color: #08306d;
}

.spotlightfont2-white {
    color: #08306d;
}

.spotlightfont1-blue {
    color: #ffffff;
}

.spotlightfont2-blue {
    color: #ffffff;
}

.spotlightfont1-orange {
    color: #ffffff;
}

.spotlightfont2-orange {
    color: #ffffff;
}

.spotlight-learnmore {
    background: #0055b9;
    padding: 5px 10px 8px;
    color: #ffffff;
}

@media (max-width: 1100px) {
    .spotlight-font1 {
        font-size: 22px;
    }

    .spotlight-font2 {
        font-size: 16px;
    }
}


.popuppromo-font1 {
    font-size: 42px;
    font-weight: 900;
    line-height: 1em;
    padding-bottom: 20px;
}

.popuppromo-font2 {
    font-size: 36px;
    font-weight: 900;
    line-height: 1em;
}

.popuppromofont1-white {
    color: #383838;
}

.popuppromofont2-white {
    color: #fcd700;
}

@media (max-width: 767px) {
    .popuppromo-font1 {
        font-size: 32px;
    }

    .popuppromo-font2 {
        font-size: 24px;
    }

    #map_canvas_home {
        height: 0;
    }
}


/* ********************** mobile footer ****************************** */
.mobile-footer {
    display: none;
}

/* @media only screen and (max-width: 767px){ */
.subfooter {
    padding: 20px 15px 60px 15px;
}

.mobile-footer {
    display: block;
    border: 0px;
    border-radius: 0px;
    background: #08306d;
    text-align: center;
    position: fixed;
    width: 100%;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 50;
    border-top: 2px solid white;
}

.mobile-footer ul {
    display: block !important;
    margin: 0 auto !important;
    width: 100% !important;
    text-align: center !Important;
    padding: 0 !important;
}

.mobile-footer li {
    list-style: none !important;
    padding: 15px !important;
    display: inline-block !important;
}

.mobile-footer li a {
    color: #fff !important;
    font-size: 16px !Important;
    text-decoration: none;
}

.mobile-footer li:hover {
    background: #d46000 !important;
}

.emailicon:before {
    height: 100%;
}

/* } */
/* *********************  mobile footer  ******************************* */

.myhubblebackground {
    height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
}

.myhubbletitle {
    color: white;
    text-shadow: -2px 2px 0px rgba(0, 0, 0, .5), 0px 0px 10px rgba(0, 0, 0, .5);
    font-size: 42px;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* community detail *********************************************************************/
.bluedotsrow {
    margin-top: -15px;
}

.sharedetailpage {
    background: #0055b9;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    float: right;
    text-align: center;
    padding: 4px 2px 0 0px;
    margin: 0 5px 20px 5px;
}

.sharedetailpage a {
    color: white;
    font-size: 30px;
}

.sharedetailpagebutton {
    border: none;
}

.sharedetailpagebutton:hover, .sharedetailpage:hover {
    background: #003264
}

.sharedetailpage:after {
    content: "Share";
    font-size: 12px;
    color: #0055b9;
}

/**********************************************************************/
/* old */
.favoritedetailpage {
    padding-top: 4px;
    margin: 0 5px 20px 5px;
}

.favoritedetailpage a {
    color: #dd6000;
    font-size: 30px;
}

.favoritedetailpagebutton {
    border: none;
}

.favoritedetailpagebutton:hover, .favoritedetailpage:hover {
    color: #08306d;
}

/* .favoritedetailpage:after{
	content:			"Save";
	font-size:			10px;
	color:				#08306d;
} */
/* new */
.detailheart {
    color: #dd6000 !important;
}

.detailheartgray {
    color: #dbdcdb !important;
}

.detailheartgray2 {
    color: #666666 !important;
}

.detailheartwhite {
    color: #ffffff !important;
}

.btn-plain {
    border: none;
    background: none;
}

:focus {
    outline: none;
}

/**********************************************************************/
.comparedetailpage {
    background: #0055b9;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    float: right;
    text-align: center;
    padding-top: 4px;
    margin: 0 5px 20px 5px;
}

.comparedetailpage a {
    color: white;
    font-size: 30px;
}

.comparedetailpagebutton {
    border: none;
}

.comparedetailpagebutton:hover, .comparedetailpage:hover {
    background: #003264
}

.comparedetailpage:after {
    content: "Compare";
    font-size: 12px;
    color: #0055b9;
}

@media only screen and (max-width: 500px) {
    .bluedotsrow {
        margin-top: 15px;
    }
}

/**********************************************************************/

.detailnavactive {
    background: #005589;
    border: 1px solid #ffffff;
    color: white !important;
}

.detailaccordioncontent {
    padding: 20px;
    margin: 0 15px;
    min-height: 250px;
    -webkit-box-shadow: 6px 6px 5px 0 rgba(0, 0, 0, .1);
    box-shadow: 6px 6px 5px 0 rgba(0, 0, 0, .1);
    line-height
}

.detailaccordioncontent dd {
    padding-bottom: 0px;
    color: #4572b7; /* 451f20 */
}

.detailaccordioncontent dd a {
    color: #0055b9;
}

.detailaccordioncontent li {
    margin-left: -15px;
    word-break: break-all;
}

.detailthirdcolumncontent dd {
    color: #aaaaaa;
}

.detaillinks a {
    color: #0055b9;
    text-decoration: underline;
}

.graydivider {
    background-color: #e9eae9;
    color: #383838;
    padding: 10px;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    margin-top: 20px;
    /* margin-bottom:			20px; */
}

.agentimage {
    border: 1px solid #e9eae9;
    border-radius: 50%;
}

.agents-right a {
    color: #aaaaaa;
    font-weight: normal;
    padding-left: 10px;
    font-size: 13px;
}

/* end community detail *********************************************************************/
/* model Detail ******************************************************************************/
.modeldetailbuynow {
    padding: 0 10px 10px 10px;
}

.modeldetailbuyerschoice {
    background-color: #717171;
    color: #ffffff;
    padding: 5px 20px;
    font-size: 13px;
    margin-bottom: 10px;
}

.modeldetailbuyerschoice a {
    color: white;
}

.warrantyinfobox {
    -webkit-box-shadow: 5px 5px 10px 3px rgba(151, 151, 151, .3);
    box-shadow: 5px 5px 10px 3px rgba(151, 151, 151, .3);
    padding: 15px;
}

@media only screen and (max-width: 1200px) {
    .warrantyinfobox {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 900px) {
    .warrantyinfobox h2 {
        font-size: 20px;
    }
}

.energyinfobox {
    -webkit-box-shadow: 5px 5px 10px 3px rgba(151, 151, 151, .3);
    box-shadow: 5px 5px 10px 3px rgba(151, 151, 151, .3);
    padding: 15px;
}

@media only screen and (max-width: 1200px) {
    .energyinfobox {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 900px) {
    .energyinfobox h2 {
        font-size: 20px;
    }
}

.locationbox, .locationbox h4, .locationbox h3 {
    color: #797f78;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.locationlink {
    color: #797f78;
    font-weight: normal;
}

.designslideshowname {
    position: absolute;
    bottom: 10px;
    color: #ffffff;
    font-size: 42px;
    font-family: 'Oxygen', sans-serif;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.teamhr {
    border-top: 2px solid #0055b9 !important;
    margin-top: 2px;
    margin-bottom: 2px;
    border: 0;
}

.fancybox-content {
    background: rgba(30, 30, 30, .6) !important;
    color: #ffffff !important;
}

.fancybox-content a {
    color: #ffffff !important;
}

.elevation-caption {
    position: absolute;
    top: 44px;
    background: rgba(153, 153, 153, .5);
    padding: 10px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    font-size: 24px;
}

.modeldetailcommunities a {
    font-weight: 400;
    text-decoration: underline;
    text-decoration-color: #afafaf;
}

.footeraddressfield {
    border: none;
    height: 30px;
    max-width: 100% !important;
}

.footeraddressbutton {
    height: 30px;
    padding: 3px 12px;
}

.socialpadding {
    margin: 0 6px;
}

.footerformmargin {
    margin: -10px 0 0 0;
}

@media only screen and (max-width: 991px) {
    .footerformmargin {
        margin: 10px 0 0 0;
    }
}

@media only screen and (max-width: 767px) {
    .footeraddressbutton {
        margin-top: 10px;
    }
}

.galleryitem {
    font-size: 20px;
}

.galleryiteminner {
    color: #606060;
    border: 1px solid #eeece5;
    padding-top: 5px;
    background: transparent;
}

.galleryiteminner:hover {
    background-color: #eeece5
}

.galleryiteminneron {
    background-color: #f3f3f3;
}

.panel-heading:hover {
    cursor: pointer;
}

.panel-title {
    position: relative;
    font-size: 24px;
}

.panel-title::after {
    content: "\e114";
    color: #333;
    top: -2px;
    right: 0px;
    position: absolute;
    font-family: "Glyphicons Halflings"
}

.panel-title[aria-expanded="true"]::after {
    content: "\e113";
}

.donationsbox {
    width: 450px;
    margin: 0 auto;
    font-size: 1.75em;
    font-weight: bold;
}

.donationsleft {
    float: left;
    width: 50%;
    background: #0055b9;
    color: white;
}

.donationsright {
    width: 50%;
    float: right;
    background: #fcd700;
    color: #0055b9;
}

@media (max-width: 500px) {
    .donationsleft {
        float: none;
        width: 100%;
    }

    .donationsright {
        width: 100%;
        float: none;
    }
}

.smarthublogos {
    /*padding-bottom: 15px;
   padding: 3px;
    margin-top: 3px;
    margin-bottom: 3px;
    border-radius: 5px;
    height: 32px;
   width: 84px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;*/
    margin-bottom: 15px;
}

.smarthubby {
    color: #fcd700 !important;
}

.calloutboxtext {
    padding-top: 15px;
    color: #7d7d7d;
    background: white;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
}

.calloutboxtext strong {
    color: #000000 !important;
}

.smarthubinfobox {
    -webkit-box-shadow: 5px 5px 10px 3px rgba(151, 151, 151, .3);
    box-shadow: 5px 5px 10px 3px rgba(151, 151, 151, .3);
    padding: 0 15px 0 15px;
}

@media only screen and (max-width: 1200px) {
    .smarthubinfobox {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 900px) {
    .smarthubinfobox h2 {
        font-size: 20px;
    }
}

.smarthubbg-white {
    background: #ffffff;
}

.smarthubbg-blue {
    background: #0055b9;
}

.smarthubbg-yellow {
    background: #fcd700;
}

.smarthubbgfont-white h3 {
    color: #383838 !important;
}

.smarthubbgfont-blue h3 {
    color: #fcd700 !important;
}

.smarthubbgfont-yellow h3 {
    color: #0055b9 !important;
}

.calloutheader-left {
    padding-top: 11px;
    padding-bottom: 5px;
}

.calloutheader-right {
    padding-top: 5px;
    padding-bottom: 5px;
}

.socialiconstopnav .fa-stack {
    /* height: 1.5em; */
    line-height: 1.5em;
    position: relative;
    vertical-align: middle;
    width: 2.0em;

}

.socialiconstopnav .socialwhite {
    top: 3px;
}

.sidebarbody a {
    /* color:		#0055b9; */
}

/* start jquery UI - for autocomplete */
.ui-widget {
    font-family: 'Oxygen', sans-serif !important;
    font-size: 1em !important;
}

.ui-corner-all {
    border-bottom: 1px solid #dbdcdb;
}

.ui-menu .ui-menu-item a {
    padding: .5em .4em !important;
}

/* Interaction states
----------------------------------*/
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    border: 1px solid #d46000 !important;
    background: #d46000 !important;
    font-weight: bold;
    color: #fff !important;
    border-radius: 0 !important;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    -moz-border-radius-bottomright: 0px !important;
    -webkit-border-bottom-right-radius: 0px !important;
    -khtml-border-bottom-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    -moz-border-radius-bottomleft: 0px !important;
    -webkit-border-bottom-left-radius: 0px !important;
    -khtml-border-bottom-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    -moz-border-radius-topright: 0px !important;
    -webkit-border-top-right-radius: 0px !important;
    -khtml-border-top-right-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    -moz-border-radius-topleft: 0px !important;
    -webkit-border-top-left-radius: 0px !important;
    -khtml-border-top-left-radius: 0px !important;
    border-top-left-radius: 0px !important;
}

@media (max-width: 1200px) {
    .ui-widget {
        left: 40px !important;
    }
}

/* end jquery UI - for autocomplete */

/* home search */
.mlssearchholder {
    position: absolute;
    /* bottom:			30px; */
    width: 100%;
    text-align: center;

}

.mlssearch {
    width: 100%;
    margin-right: 10px;
    padding: 0px 12px 0 12px;
    border: 1px solid #cccccc;
    box-shadow: none;
}

.mlssearchfield {
    background: rgba(219, 220, 219, .5);
    height: fit-content;
    padding: 20px;
}

.mlssearchholder .glyphicon {
    margin-right: 0px;
}

.mlssearchholder .form-group {
    margin-bottom: 0px;
}

@media (max-width: 1000px) {
    .mlssearchholder {
        position: relative;
        bottom: 0;
        background-color: #08306d;
    }

    .mlssearchfield {
        background: rgba(219, 220, 219, 0);
    }

}

/* end home search */

/* gove home */
.homecirclecontainer {
    background-image: url('/images/homebackgrounds/logo_bg.png');
    background-color: #f0f0f0;
    background-position: center center;
    background-repeat: no-repeat;
}

.homecircle {
    background: #08306d;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    display: flex; /* or inline-flex */
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.homecircletext {
    text-transform: uppercase;
    color: white;
    font-weight: normal;
    padding: 15px 15px 15px 15px;
}

.homecirclenumber {
    color: #fff;
    font-size: 56px;
    font-family: 'Playfair Display', serif;
}

.homecirclenumbersmall {
    color: #fff;
    font-size: 24px;
    font-weight: 200;
    font-family: 'Playfair Display', serif;
}

.homecircletop {
    margin-bottom: -15px;
}

.homecirclebottom {
    margin-bottom: -5px;
}

.sideborder {
    border-color: #dbdcdb;
    border-style: solid;
    border-width: 0 1px 1px 1px;
}

.openhousebg {
    background-color: white;
}

.openhouse-image {
    position: relative;
}

.openhouse-date {
    position: absolute;
    border-radius: 4px;
    padding: 5px 8px 4px;
    font-size: 0.85em;
    line-height: 1;
    text-align: center;
    font-weight: 600;
    color: #fff;
    background-color: #d46000;
    z-index: 2;
    left: 25px;
}

.openhouse-date1 {
    top: 10px;
}

.openhouse-date2 {
    top: 36px;
}

.openhouse-date3 {
    top: 62px;
}

.openhouse-date4 {
    top: 88px;
}

.openhouse-date5 {
    top: 114px;
}

.openhouse-date-model {
    border-radius: 4px;
    padding: 10px 8px 12px;
    font-size: 1em;
    line-height: 1.25em;
    text-align: center;
    font-weight: 600;
    color: #fff;
    background-color: #d46000;
    z-index: 2;
}

.owl-prev, .owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block !important;
    border: 0px solid black;
    background: rgba(0, 0, 0, .5);
}

.owl-prev {
    left: 15px;
}

.owl-next {
    right: 15px;
}

.owl-prev i, .owl-next i {
    transform: scale(2, 2);
    color: #fff;
    background: rgba(8, 48, 109, .5);
    padding-left: 3px;
    padding-right: 3px;
    border: 0px solid black;
}

.owl-carousel .owl-nav button.owl-next:focus, .owl-carousel .owl-nav button.owl-prev:focus,
.owl-carousel .owl-nav button.owl-next:active, .owl-carousel .owl-nav button.owl-prev:active {
    border: 0px solid black;
    outline: none;
}

.disabled i, .disabled i {
    color: #999;
}

/* end gove home */

/* owl 2 */
#owl-carousel2 .owl-prev, #owl-carousel2 .owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 36%;
    transform: translateY(-50%);
    display: block !important;
    border: 0px solid black;
    background: rgba(0, 0, 0, 0);
}

#owl-carousel2 .owl-prev {
    left: 15px;
}

#owl-carousel2 .owl-next {
    right: 15px;
}

#owl-carousel2 .owl-prev i, #owl-carousel2 .owl-next i {
    transform: scale(2, 2);
    color: #fff;
    background: rgba(212, 96, 0, .5);
    padding-left: 3px;
    padding-right: 3px;
    border: 0px solid black;
}

#owl-carousel2 {
    padding: 20px 40px;
}

/* end owl 2 */

.specialhr hr {
    background: url('/images/instagram-color.png') no-repeat top center;
    background-size: contain;
    display: block;
    height: 100px;
    border: 0;
    position: relative;
}

.specialhr hr:before,
.specialhr hr:after {
    content: '';
    display: block;
    position: absolute;
    background: #d7d7d7;
    height: 2px;
    top: 50px;
}

.specialhr hr:before {
    left: 0;
    right: 50%;
    margin-right: 80px;
}

.specialhr hr:after {
    right: 0;
    left: 50%;
    margin-left: 80px;
}

.navheader {
    font-weight: 600;
    font-family: "Playlist Display", serif;
}

.navheader:hover {
    background: none !important;
    color: #383838 !important;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

.wavybackground {
    /* background:			#f0f0f0; */
    background-image: url('/images/crossword.png');
}

.greenarrow {
    color: #2bb658;
}

.redarrow {
    color: #e11919;
}

.text-center .categoryfilterslist {
    margin: 0;
    text-align: center;
}

.categoryfilterslist li {
    display: inline-block;
    padding: 10px;
    margin: 0;
    background-color: #dbdcdb;
}

.categoryfilterslist li:hover {
    background-color: #717171;
    color: #ffffff;
}

.categoryfilterslist .catactive li {
    /* color:			#ffffff;
	background: 	#08306d; */
    text-decoration: underline;

}

/* open house */
.openhouselistbg {
    border: 1px solid #dbdcdb;
    padding-left: 0;
    padding-right: 0;
}

/* open house */

/* new community */
.subnavigationrow {
    background-color: #e6e7e9;
    padding: 0;
}

.subnavigationbar {
    display: table; /* Allow the centering to work */
    margin: 0 auto;
}

.subnavigationrow ul {
    margin-bottom: 0px;
}

.subnavigationrow li {
    display: inline;
    text-align: center;
}

.subnavigationrow li:hover {
    text-decoration: underline;
}

.itemspec {
    background: red;
    color: white;
}

.btn-subnav {
    border-radius: 0;
    text-transform: none;
    background-image: none;
    /*   color: 				#ffffff;
    background-color: 	#d46000;
    border-color: 		#d46000; */
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 14px;
    padding: 15px 10px;
}

.btn-subnav:hover {
    text-decoration: underline;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn-subnav:active {
    text-decoration: underline;
    border-radius: 0;
    background-image: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn-subnav:active:hover {
    background-color: #08306d;
}

@media (max-width: 500px) {
    .subnavigationbar {
        text-align: center;
    }

    .subnavigationbar ul {
        margin-left: -40px;
    }

    .btn-subnav {
        padding: 3px 10px
    }
}

/* end new comm */

/* start floating footer links */
.flotatingfooterlinks {
    display: inline-block;
    position: fixed;
    bottom: 65px;
    right: 100px;
    box-shadow: 0 0 10px rgb(0 0 0 / 5%);
    z-index: 1;

}

@media (max-width: 500px) {
    .flotatingfooterlinks {
        right: 59px;
    }
}

/* end floating footer links */

.agentattribute {
    border-radius: 0px;
    padding: 0px 8px;
    font-size: 0.85em;
    line-height: 2.25em;
    text-align: center;
    font-weight: 400;
    color: #d46000;
    border: 1px solid #d46000;
    background-color: #fff;
    z-index: 2;
    white-space: nowrap;
    float: left;
    margin: 5px 5px 5px 5px;
}

.topproducer {
    position: absolute;
    top: 10px;
    right: 15px;
    /* color:			#ffffff; */
    /* padding-top:	25px; */
    /* background-image:	url('/images/top-producer-badge.svg'); */
    width: 170px;
    height: 150px;
}

@media (max-width: 500px) {
    .topproducer {
        width: 120px;
    }
}

.commlistname {
    font-size: 20px;
    font-weight: 800 !important;
}

.itemdivtitle {
    border: 1px solid #dbdcdb;
    padding: 15px;
}

/* comm tabs */
.hometabsbutton {
    width: 50%
}

.hometabsbuttonfull {
    width: 100%
}

.hometabs > li > a {
    background: #f3f3f3;
    border-radius: 0;
    /* border: 0px solid green !important; */
}

.clear-tab-format {
    /* border: 0px solid green !important; */
}

.hometabs > li.active > a.listingbutton, .hometabs > li.active > a.listingbutton:hover, .hometabs > li.active > a.listingbutton:focus {
    border: 1px solid #37377b !important;
    color: #37377b !important;
    border-radius: 0;
}

.hometabs > li.active > a.floorplansbutton, .hometabs > li.active > a.floorplansbutton:hover, .hometabs > li.active > a.floorplansbutton:focus {
    border: 1px solid #d46000 !important;
    color: #d46000 !important;
    border-radius: 0;
}

.nav-tabs {
    border-bottom: 0px solid #dbdcdb;
}

/* comm tabs */

.agentspotlight {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
    top: -15px;
    padding-right: 30px;
}

.repeatclient {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
    top: 0px; /* was -15px */
    margin-left: -23px;
    pointer-events: none;
}


.verticalcenter {
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 768px) {
    .verticalcenter {
        position: unset;
        top: 0;
        -ms-transform: translateY(0%);
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

.modelspecs {
    font-size: 2em;
}

.modelvirtualtouricon {
    background-image: url(/images/360vt.png);
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 53px;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.builderlogooverlay {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* start constant contact mods */
.ctct-form-defaults {
    background-image: url('/images/crossword.png');
}

.ctct-form-element {
    display: block !important;
    width: 100% !important;
    height: 34px !important;
    padding: 6px 12px !important;
    font-size: 14px !important;
    line-height: 1.42857143 !important;
    color: #555 !important;
    background-color: #fff !important;
    background-image: none;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%) !important;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%) !important;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s !important;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s !important;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s !important;
}

.ctct-form-button {
    color: #08306d !important;
    background-color: #ffffff !important;
    -webkit-transition: all 0.3s ease-in-out !important;
    transition: all 0.3s ease-in-out !important;
    border-radius: 0px !important;
    text-transform: uppercase !important;
    display: inline-block !important;
    margin-bottom: 0 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.42857143 !important;
    text-align: center !important;
    white-space: nowrap !important;
    vertical-align: middle !important;
    -ms-touch-action: manipulation !important;
    touch-action: manipulation !important;
    cursor: pointer !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    background-image: none !important;
    border: 1px solid #08306d !important;
    padding: 12px 24px !important;
    width: auto !important;
}

.ctct-form-button:hover {
    color: #d46000 !important;
    background-color: #fff !important;
    border-color: #d46000 !important;
    -webkit-transition: all 0.3s ease-in-out !important;
    transition: all 0.3s ease-in-out !important;
}

/* start extra stuff for community detail */
/* had to be on the comm detail as it would inpact the fotoer */
/* end extra stuff for community detail */

/* end constant contact mods */

.modelmainimage {
    border: 4px solid #939598;
}

.modelfloorplanimage {
    border: 2px solid #939598;
}

.communitynavdropdown {
    width: 660px;
}

.landdevelopmentmapkey {
    position: absolute;
    bottom: 10px;
    right: 20px;
    border: 1px solid #eee;
    padding: 0px;
    background: white;
}

.communitiesmapkey {
    position: absolute;
    bottom: 25px;
    left: 8px;
    border: 1px solid #eee;
    padding: 0px;
    background: white;
}

@media screen and (max-width: 500px) {
    .landdevelopmentmapkey {
        right: 40px;
        font-size: 12px;
    }

    .landdevelopmentmapkey img {
        width: 18px;
    }

    .communitiesmapkey {
        left: 28px;
        font-size: 12px;
    }

    .communitiesmapkey img {
        width: 18px;
    }
}

.downarrow {
    position: absolute;
    bottom: 45px;
    width: 100%;
    text-align: center;
    z-index: 98; /* was 100; */
}

.downarrow a, .downarrow a:hover {
    color: white;
    text-shadow: 0 0 10px #000;
}

.downarrow a:hover {
    color: #d46000;
    text-shadow: 0 0 10px #fff;
}

@media screen and (max-width: 800px) {
    .downarrow {
        position: fixed;
        bottom: 64px;
    }
}

@media screen and (max-width: 667px) {
    .downarrow {
        display: none !important;
    }
}

@media screen and (max-width: 767px) {
    .imgmax275 {
        max-width: 275px;
    }
}


.commsearchcontainer, .commsearchcontainerresetting {
    background: #08306d;
    color: white;
    padding: 20px;
}

.commsearchcontainerresetting {
    min-height: 175px;
}
