.svg-icon {
    display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  vertical-align: middle;
}

p,
.p {
    margin: 0 0 15px;
}

a {
    text-decoration: underline;
}
.color-inherit {
    color: inherit;
}

sup {
    top: -0.3em;
}

.img-100 {
    width: 100%;
}

.serif {
    font-family: 'FFMiloSerifWeb', serif !important;
}
.sans-serif {
    font-family: 'LFTEtica', sans-serif !important;
}

.text-underline {
    text-decoration: underline;
}

ul.list-indented {
    margin-left: 1em;
}
ul.list-bulleted {
    list-style: none;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
}
ul.list-bulleted > li {
    padding-left: 1.125em;
    position: relative;
}

ul.list-bulleted > li::before {
    content: '\2022';
    font-family: sans-serif;
    position: absolute;
    left: 1px;
}

.heading,
.sub-heading {
    font-family: 'FFMiloSerifWeb', serif;
    color: #005581;
    line-height: 1.2;
}

.brand-primary {
	/* Mahogany Blue */
	color: #005581;
}

.brand-secondary {
	/* Mahogany Orange */
	color: #f76305; /* this color is also used in the build of bootstrap... be sure to change it there too */
}

a.iconned {
    color: #bcb5ab;
}
a.iconned:hover {
    color: #4b4b4b;
}

.text-white {
	color: #fff;
}
.text-unstyle {
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    font-weight: normal;
}
.leading-text {
	margin-top: 0;
}

.top-margin-large {
    margin-top: 60px;
}

.abs-btn-wrapper {
	position: absolute;
	left: 50%;
	bottom: -17px;
}

.abs-btn-wrapper a.btn {
	left: -50%;
	position: relative;
}

.block {
    display: block;
}

.indent {
    padding-left: 20px;
}

.no-margin {
    margin: 0;
}


/* custom extended Bootstrap button classes */
/* you need to apply the Bootstrap base class of .btn and the new .btn-mahogany base class in order to get them to work */
.btn {
    -moz-box-shadow: none;
    box-shadow: none;
    background-image: none;
    font-family: 'LFTEtica', sans-serif;
    font-weight: bold;
    letter-spacing: 2px;
    text-decoration: none;
}

.btn-wrappable {
    white-space: normal;
}

.btn-full {
    width: 100%;
}


.btn-outline-white,
.btn-outline-white:hover {
	outline: 2px solid #fff;
}

.btn-outline-large,
.btn-outline-large:hover {
	outline-width: 6px;
}

.btn-bg-transparent {
	background-color: transparent;
}

.btn-mahogany,
.button-home-filter {
	border-width: 2px;
	text-transform: uppercase;
	font-family: 'LFTEtica', sans-serif;
    font-weight: bold;
}

.button-default,
.button-default:focus {
    color: #f76305;
    border-color: #f76305;
    background-color: #fff;
}

.no-touch .button-default:hover,
.no-touch .button-submit:hover,
.no-touch .button-default:active,
.no-touch .button-submit:active {
	color: #005581;
    border-color: #005581; 
}

.button-default-inverse,
.button-default-inverse:focus,
.no-touch .button-default-inverse:focus {
	background-color: #f76305;
    border-color: #f76305;
	color: #fff;
}

.no-touch .button-default-inverse:hover,
.no-touch .button-default-inverse:active {
    background-color: #005581;
    border-color: #005581;
    color: #fff;
}

.button-home-filter {
    color: #005581;
    border-color: #fff;
    background-color: #002f47;
    font-family: 'LFTEtica', sans-serif;
}

.button-home-filter {
	font-size: 11px;
	color: #fff;
	border-color: #fff;
	letter-spacing: 1px;
	margin-right: 8px;
	margin-bottom: 8px;
}
.amenity-filter-buttons .button-home-filter {
    font-size: 14px;
    font-weight: normal;
    margin-right: 0;
    width: 100%;
}

.no-touch .button-home-filter:hover,
.button-home-filter.active {
	background-color: #fff;
    color: #005581;
    border-color: #fff;
    -moz-box-shadow: none;
    box-shadow: none;
}

.button-home-filter-price {
    text-transform: none;
}

.button-video {
    color: #fff;
    border-color: #fff;
    background-color: transparent;
    padding-left: 25px;
    padding-right: 25px;
}

.no-touch .button-video:hover {
    color: #f76305;
    background-color: #fff;
    text-shadow: none;
}

.button-home-footer {
    color: #fff;
    border-color: #f76305;
    background-color: transparent;
}

.no-touch .button-home-footer:hover {
    border-color: #fff;
    color: #005581;
    background-color: #fff;
}


.button-submit {
	border-color: #a7a7a7;
	color: #a7a7a7;
	background-color: #fff;
}
/*.button-submit:after {
	content: 'Submit';
	text-transform: uppercase;
}*/

.btn-secondary {
    background-color: #002f47;
    border-color: #002f47;
    color: #fff;
}

.btn-teal,
.btn-teal:active,
.btn-teal:hover {
    background-color: #2dbfc2;
    border-color: #2dbfc2;
    color: #fff;
}

.btn.btn-fma {
    font-size: 14px;
    white-space: normal;
}

.btn-block {
    display: block;
}

    @media (min-width: 421px) {
        .btn.btn-fma {
            font-size: 18px;
            white-space: normal;
        }
    }

@media (max-width: 767px) {
	.button-header {
		letter-spacing: 0;
	}
}
/* end custom button classes */


.hr {
	border-top: 1px solid transparent;
	border-color: #bcb5ab;
	text-align: left;
	margin-left: 0px;
}

.hr.small-margin {
	margin-top: 10px;
	margin-bottom: 10px;
}
.hr.medium-margin {
	margin-top: 20px;
	margin-bottom: 20px;
}
.hr.large-margin {
	margin: 36px 0;
}
.hr.larger-margin {
	margin: 54px 0;
}

.hr.on-dark-bg {
	border-color: #fff;
}

.hr.on-light-bg {
	border-color: #bcb5ab;
}

.hr.hr-short {
	width: 7%;
}
.hr.hr-medium {
	width: 20%;
}
.hr.hr-secondary {
    border-color: #f76305;
}

.hr.hr-with-button {
	position: relative;
}

@media (max-width: 767px) {
	.template-a-item .hr {   
		margin-left: auto;
		margin-right: auto;

	}
    .hr.xs-left {
        margin-left: 0;
    }
}

a.play-button-overlay {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    color: #fff;
}
a.play-button-overlay:hover:after {
    background-color: #00adef;
    content: '\f04b';
}
a.play-button-overlay:after {
    position: absolute;
    content: "\f04b";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 76px;
    height: 46px;
    font-size: 23px;
    text-align: center;
    line-height: 46px;
    background-color: rgb(0, 0, 0);
    top: 50%;
    margin-top: -23px;
    left: 50%;
    margin-left: -38px;
    background-color: rgba(0, 0, 0, 0.6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
    border-radius: 4px;
}


/* ---------- Template A ---------- */
.template-a-item {
	border-bottom: 1px solid #bcb5ab;
	margin: 20px 0;
}

.template-a-item:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
.template-a-item .col {
	margin-bottom: 20px;
}
.template-a-item.template-a-home .template-a-image {
	margin-bottom: 30px;
}

.template-a-image img {
	width: 100%;
}

.template-a-button-holder {
	margin-top: 25px;
}
.template-a-button-holder .btn-mahogany {
    width: 180px;
    line-height: 1.2;
    white-space: normal;
    font-size: 12px;
}

.template-a-text > h3,
.template-c-text > h3 {
    text-transform: uppercase;
}

@media (max-width: 767px) {
	.template-a-text,
	.template-c-text {
		text-align: center;
	}
}

@media (min-width: 768px) {

	.template-a-item:last-child,
	.template-a-item.template-a-home:last-child {
		border-bottom: none;
		margin-bottom: 0;
	}
	.template-a-item.template-a-home {
		margin: 60px 0;
	}
	.template-a-item.template-a-home .template-a-image {
		margin-bottom: 60px;
	}
}
/* ---------- End Template A ---------- */

.mahogany-social-icons > a,
.mahogany-social-icons > span {
    font-size: 20px;
	padding: 0 12px;
	color: #bcb5ab;
	text-decoration: none;
    cursor: pointer;
}

.mahogany-social-icons > a:hover,
.mahogany-social-icons > span:hover {
    color: inherit;
}

/* ---------- Template C ---------- */
.template-c-item {
	margin: 30px 0;
}

.template-c-item .col {
	margin: 20px 0;
}

.template-c-social-icons,
.content-inline-social-icons {
	margin: 20px -12.5px;
}

.template-c-social-icons .mahogany-social-icons > a,
.template-c-social-icons .mahogany-social-icons > span,
.content-inline-social-icons .mahogany-social-icons > a {
    display: inline-block;
}

.content-inline-social-icons .mahogany-social-icons {
    display: inline;
}

.content-inline-social-icons > span,
.content-inline-social-icons .mahogany-social-icons > span {
    display: inline;
    padding: 0 12px;
}



.template-c-item img {
	width: 100%;
}

img.img-normal {
    width: auto;
}

ul.template-c-facts {
	list-style: none;
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
}

.template-c-facts li {
	padding: 24px 26px;
	text-align: center;
	background-color: #f1f1f0;
	font-size: 16px;
}
.template-c-facts li:nth-child(even) {
    background-color: #f1f1f0;
}
.template-c-facts li:nth-child(odd) {
    background-color: #e0e0de;
}

.template-c-facts li.heading {
	position: relative;
	background-color: #f76305;
	color: #fff;
	font-size: 30px;
    font-family: 'ScriptMTStd-Bold', cursive;
    text-transform: none;
}
.template-c-facts li.heading:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(247, 99, 5, 0);
	border-top-color: #f76305;
	border-width: 15px;
	margin-left: -15px;
}

.template-c-facts.template-c-community-map li {
	text-align: left;
	background-color: #f1f1f0;
}
.template-c-facts h3.sub-heading {
	font-size: 21px;
    letter-spacing: 0;
}

.template-c-carousel {
	margin-bottom: 65px;
}

.template-c-carousel .carousel-indicators {
	right: 0;
	left: auto;
	bottom: -35px;
	margin: 0;
	width: auto;
	/*font-family: 'Source Sans Pro', sans-serif;*/
    font-family: 'LFTEtica', sans-serif;
	font-size: 12px;
	font-weight: 700;
	
}
.template-c-carousel .carousel-indicators li {
	border-radius: 0;
	height: 18px;
	width: 30px;
	border-color: #f76305;
	color: #f76305;
	text-indent: 0;
	background-color: transparent;
	line-height: 16px;
	text-align: center;
	margin: 0;
	float: left;
	border-left-width: 0;
}
.template-c-carousel .carousel-indicators li:first-child {
	border-left-width: 1px;
}
.template-c-carousel .carousel-indicators li.active {
	background-color: #f76305;
	color: #fff;
}

/* ---------- End Template C ---------- */





/* base collection heading class */
.collection-heading {
    position: relative;
    background-color: #f1f1f0;
    margin: 0;
    padding: 0;
}

.collection-image {
    display: inline-block;
    background-position: left center;
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: cover;
}

.collection-image.collection-image-heading {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    min-height: 100px;
}

.collection-image.collection-image-inline {
    min-width: 110px;
    float: left;
    width: 105px;
    min-height: 50px;
    margin-right: 15px;
    margin-bottom: 10px;
}

.collection-heading-text {
    line-height: 1.2;
    margin: 0;
}
                        
.collection-image.reservecollection { background-image: url('../images/content/choose-your-home/collections/reserve.jpg'); }
.collection-image.boulevardcollection { background-image: url('../images/content/choose-your-home/collections/boulevard.jpg'); }
.collection-image.lakelandcollection { background-image: url('../images/content/choose-your-home/collections/lakeland.jpg'); }
.collection-image.islandcollection { background-image: url('../images/content/choose-your-home/collections/island.jpg'); }
.collection-image.westmanvillagecollection { background-image: url('../images/content/choose-your-home/collections/westman-village.jpg'); }

/* -- Section Headings -- */
.section-heading {    
    margin-bottom: 30px;
}
.section-heading > * {
    margin-top: 0;
    margin-bottom: 8px;
    line-height: 1.1;
}
.section-heading .callout {
    line-height: 1.1;
}
.section-heading h1 {
    font-family: 'FFMiloSerifWeb', serif;
    text-transform: none;
    letter-spacing: 0;
}
.section-heading em {
    font-style: normal;
    font-family: 'ScriptMTStd-Bold', cursive;
    text-transform: none;
    font-size: 44px;
    color: #f76305;
    letter-spacing: 0;
}

.section-heading .main-head em,
.section-heading .sub-head em {
    font-size: 1.8em;
    font-weight: normal;
}


.section-heading .sub-head {
    font-weight: normal;
    font-size: 16px;
}

    @media (max-width: 767px) {
        .section-heading .main-head {
            font-size: 21px;
        }
        .section-heading .sub-head {
            font-size: 15px;
        }
        .section-heading em {
            font-size: 30px;
        }
    }

/* Filter Boxes */
.col-filter-box-bg {
	background-color: #002f47;
	color: #fff;
	margin-bottom: 30px;
	position: relative;
}

 .col-filter-by-right .col-filter-box-bg:before {
	position: absolute;
	content: 'OR';
	background-color: #f76305;
	width: 45px;
	height: 45px;
	border-radius: 100%;
	color: #fff;
	text-align: center;
	line-height: 45px;
	left: -37.5px;
	top: 18px;
	font-size: 18px;
    font-family: 'LFTEtica', sans-serif;
}

.col-filter-box-content {
	padding: 20px;
}

.col-filter-by-full {
    margin-left: -15px;
    margin-right: -15px;
}

.col-filter-by-left .col-filter-box-bg {
	margin-left: -15px;
}

.col-filter-by-right .col-filter-box-bg {
	margin-right: -15px;
}

.home-filter-buttons {
	margin-top: 10px;
	margin-bottom: 20px;
}
.home-filter-buttons:last-child {
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.col-filter-by-left .col-filter-box-bg,
	.col-filter-by-right .col-filter-box-bg	{
		margin-left: 0;
		margin-right: 0;
	}
	.col-filter-box-content {
		padding: 10px 20px;
	}

    .col-filter-box-content h3 {
        margin: 0;
    }

	.col-filter-by-right .col-filter-box-bg:before {
		top: -37.5px;
		left: 50%;
		margin-left: -22.5px;
	}
}


.map-box {
    border: 1px solid #bcb5ab;
    overflow: hidden;
}
.map-box-full-responsive {
    width: 100%;
    height: 300px;
}

.map-box-footer {
    height: 200px;
}

iframe.mahogany-video {
    margin: 0;
    padding: 0;
    display: block;
}

.responsive-video-embed {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}
.responsive-video-embed iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.banner {
    display: block;
}
.banner img {
    width: 100%;
}


.form-group {
  position: relative;
  margin-bottom: 20px; }
  .form-group.group-with-next {
    margin-bottom: 5px; }
  .form-group.form-group-end {
    margin-bottom: 30px; }
  .form-group.has-custom-error .error-holder:before {
    content: attr(data-custom-error-message);
    position: absolute;
    display: inline-block;
    padding: 1px 7px;
    background-color: #da8d49;
    color: #fff;
    font-size: 11px;
      font-family: Helvetica, Arial, sans-serif;
      font-weight: normal;
    white-space: no-wrap;
    z-index: 10;
    bottom: 100%;
    margin-bottom: 3px;
    right: 0; }
  .form-group.has-custom-error .error-holder:after {
    content: '';
    position: absolute;
    border: solid transparent;
    border-top-color: #da8d49;
    border-width: 7px;
    margin-bottom: -11px;
    margin-right: 20px;
    bottom: 100%;
    right: 0;
    z-index: 11; }
  .form-group.has-custom-error .error-holder.error-left:before {
    left: 0;
    right: unset; }
  .form-group.has-custom-error .error-holder.error-left:after {
    left: 0;
    right: auto;
    margin-left: 20px;
    margin-right: auto; }
  .form-group.has-custom-error .error-holder.error-bottom:before {
    top: 100%;
    bottom: auto;
    margin-bottom: 0;
    margin-top: 3px; }
  .form-group.has-custom-error .error-holder.error-bottom:after {
    top: 100%;
    bottom: auto;
    border-bottom-color: #da8d49;
    border-top-color: transparent;
    margin-bottom: 0;
    margin-top: -11px; }



.bordered-box {
    position: relative;
    border: 4px solid #f76305;
    padding: 10px;
}
@media (min-width: 992px) {
    .bordered-box {
        padding: 24px;
        border-width: 6px;
    }
}
/*.bordered-box:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 24px solid #fff;
}*/
.bordered-box-default {
    margin-bottom: 30px;
}
.bordered-box-default .bordered-box-inner {
    background-color: #ebeaea;
    padding: 45px 45px;
}


.bg-teal {
    background-color: #2dbfc2;
}