/* -- Home Page Content -- */
.hp-video-embed > .hp-video-embed-x-borders:before,
.hp-video-embed > .hp-video-embed-x-borders:after,
.hp-video-embed > .hp-video-embed-y-borders:before,
.hp-video-embed > .hp-video-embed-y-borders:after {
    position: absolute;
    content: '';
    display: block;
    background-color: #e66b2d;
}

.hp-video-embed > .hp-video-embed-x-borders:before,
.hp-video-embed > .hp-video-embed-x-borders:after {
    left: 0;
    right: 0;
    width: 100%;
    height: 6px;
}

.hp-video-embed > .hp-video-embed-x-borders:before {
    top: 0;
}

.hp-video-embed > .hp-video-embed-x-borders:after {
    bottom: 0;
}

.hp-video-embed > .hp-video-embed-y-borders:before,
.hp-video-embed > .hp-video-embed-y-borders:after {
    top: 0;
    bottom: 0;
    height: 100%;
    width: 6px;
}

.hp-video-embed > .hp-video-embed-y-borders:before {
    left: 0;
}

.hp-video-embed > .hp-video-embed-y-borders:after {
    right: 0;
}

.hp-video-preview-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url('/images/content/home/sept2020/video-placeholder.jpg?09032020');
    background-size: cover;
}

.hp-video-preview-wrapper > a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
}

.hp-video-preview-wrapper > a > span {
    visibility: hidden;
}


    .header-video-holder {
	    position: relative;
	    text-align: center;
	    width: 100%;
	    overflow: hidden;
	    background-position: center center;
	    background-repeat: no-repeat;
	    background-size: cover;
    }
    .header-video-holder.summer-video-2018 {
        background-image: url('../images/content/home/summer-video-bg-2018.jpg');
    }

    .home-video-content {
	    position: relative;
	    z-index: 250;
	    background-color: transparent;
	    color: #fff;
	    width: 100%;
	    margin: 0 auto;
        text-shadow: 0 1px 5px rgba(0, 0, 0, 0.7)
    }

    /* -- Video Overlay -- */
    .version3 .video-overlay {
        background-image: url('../images/content/home/gridtile.png');
        background-repeat: repeat;
    
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 200;
    }
    .version3 .video-overlay2 {
        background-color: #333333;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 200;
        opacity: 0.3;
    }

    .home-video-content .home-tagline {
	    border-bottom: 1px solid #fff;
	    border-top: 1px solid #fff;
    }

    .home-video-content h1 {
	    font-weight: 700;
        /*font-family: 'Lora', serif;*/
        font-family: 'FFMiloSerifWeb', serif;
	    color: #fff;
    }

    .home-video-content h2 {
        /*font-family: 'Source Sans Pro', sans-serif;*/
    font-family: 'LFTEtica-Regular', sans-serif;
	    color: #fff;
        text-transform: uppercase;
    }

    .home-footer-holder {
	    background: url('../images/content/home/footer-bg.png') 0 0 repeat-x transparent;
	    background-size: cover;
	    min-height: 200px;
    }

    .home-footer {
	    padding: 30px 4%;
        padding-bottom: 35px;
	    color: #fff;
    }
    .home-footer-content {
        margin: 25px 0;
    }

    /* ----------------------------------------------------- */
    .header-video-holder .header-video {
	    position: absolute;
	    min-width: 100%;
	    top: 0;
	    left: 0;
	    background-color: transparent;
	    display: block;
    }
	
    .header-video-holder .header-video video {
	    position: absolute;
	    top: 0;
	    left: 0;
	    display: inline-block;
	    width: auto;
	    height: auto;
	    min-width: 100%;
    }

        @media (max-width: 767px) {

	        .header-video-holder {
		        min-height: 200px;
                height: auto;
		        /*overflow: auto;*/
	        }
	
	        /* don't show the video in small viewports */
	        .header-video-holder .header-video,
	        .header-video-holder .header-video video {
		        display: none;
                /*max-width: 100%;*/
                min-height: 100%;
	        }
	
	        .home-video-content {
		        padding: 20px 8%;
	        }
	        .home-video-content .home-tagline {
		        margin-bottom: 25px;
		        padding: 15px 9px;
	        }
	
	        .home-video-content h1 {
		        font-size: 32px;
	        }
	        .home-video-content h2 {
		        font-size: 14px;
	        }
	        .home-video-content p {
		        margin-top: 18px;
		        margin-bottom: 9px;
	        }
	
	        .home-footer-holder {
		        display: none;
	        }
        }

        @media (min-width: 768px) {
            /* show video for any viewport above 768px */
            .header-video-holder {
	            height: 680px;
	            min-height: 680px;
            }
	
            .home-video-content {
	            padding: 0 9%;
	            margin-top: 170px;
            }
            .home-video-content .home-tagline {
	            margin-bottom: 50px;
	            padding: 30px 20px;
            }
            .home-video-content h1 {
	            font-size: 54px;
            }
            .home-video-content h2 {
	            font-size: 18px;
                letter-spacing: 2px;
            }
            .home-video-content p {
	            margin-top: 18px;
	            margin-bottom: 9px;
            }


            .home-video-content p {
                font-size: 15px;
                font-weight: bold;
                text-shadow: none;
            }
        }

    /* -- Home Page Signup Form -- */
    .bordered-box.home-registration-bordered-box {
        background-color: #ebeaea;
        padding: 60px 45px;
        text-align: center;
    }

        @media (min-width: 768px) {
            .home-registration-form .button-container {
                text-align: right;
            }
        }

    /* ---------- FMAs ---------- */
    .fma-item {
	    position: relative;
	    text-align: center;
	    height: 100%;
	    width: 100%;
        margin-bottom: 30px;
    }

    .fma-image {
	    position: relative;
	    width: 100%;
	    height: auto;
	    overflow: hidden;
    }
    a.fma-link {
	    position: absolute;
	    width: 100%;
	    height: 100%;
	    display: block;
        top: 0;
        left: 0;
    }
    a.fma-link.fma-video {
	    background: url('../images/layout/play-button.png') center center no-repeat transparent;
	    opacity: 0.6;
    }
    .fma-image img {
	    width: 100%;
    }
    .fma-subtitle {
        text-transform: uppercase;
        font-size: 15px;
        margin-top: 5px;
    }
    .fma-message {
        margin-top: 5px;
    }

    /* -- FMA Reason -- */
    .fma-reason {
        margin-bottom: 30px;
    }
    .fma-reason .fma-image .fma-button {
        margin-top: -16px;
    }
    .fma-reason .fma-subtitle {
        margin-top: 30px;
    }
    .fma-reason .fma-subtitle:after {
        content: '';
        display: block;
        border-top: 1px solid #4b4b4b;
        width: 9%;
        margin: 15px auto;
    }
    .fma-reason .fma-text {
        padding-left: 15px;
        padding-right: 15px;
    }

    /* -- FMA Corner and FMA Main -- */
    .fma-wrap-main,
    .fma-wrap-corner {
        position: relative;
        margin-top: 15px;
    }
        
        @media (min-width: 1200px) {
            .fma-main,
            .fma-corner {
                position: absolute;
                background-size: cover;
            }
            .fma-wrap-main {
                float: left;
                width: 656px;
                height: 632px;
            }
            .fma-wrap-corner {
                float: right;
                width: 467px;
                height: 308px;
            }
            .fma-main .fma-image,
            .fma-corner .fma-image {
                    display: none;
            }
        }

    .fma-corner .fma-title,
    .fma-main .fma-title {
        font-family: 'LFTEtica', sans-serif;
	    font-weight: 900;
	    letter-spacing: 3px;
	    text-transform: uppercase;
        color: #f76305;
        margin-top: 5px;
        margin-bottom: 5px;
        line-height: 1.1;
    }
    .fma-corner .fma-title {
	    font-size: 18px;
    }
    .fma-main .fma-title {
	    font-size: 30px;
    }
    .fma-main .fma-button {
        margin-top: 10px;
    }
    .fma-item:hover .btn-secondary {
        background-color: #f76305;
        border-color: #f76305;
    }

    .fma-main .fma-text,
    .fma-corner .fma-text {
	    position: absolute;
	    margin: 0 auto;
	    bottom: 25px;
	    width: 80%;
	    left: 50%;
	    margin-left: -40%;
	    text-align: center;
	    background-color: #fff;
    }
    .fma-main .fma-text {
        padding: 30px 15px; /* added extra 5px extra to account for bordered box */
    }
    .fma-corner .fma-text {
        padding: 15px 15px; /* added extra 5px extra to account for bordered box */
        font-size: 14px;
    }

    .fma-main .fma-text::before,
    .fma-corner .fma-text::before {
        content: '';
        display: block;
        position: absolute;
        top: 5px;
        right: 5px;
        bottom: 5px;
        left: 5px;
        border: 1px solid #f76305;
    }

        @media (max-width: 767px) {
            .fma-main .fma-title {
	            font-size: 20px;
            }
        }

    
    .fma-mobile-buttons {
        margin-bottom: 30px;
    }
    .fma-mobile-buttons .btn {
        margin-bottom: 15px;
    }
    
    /* ---------- End FMAs ---------- */

    #homeSectionExploreTheWonder {
        background-color: #004a6d;
        color: #fff;
        padding: 30px 0;
        text-align: center;
    }
    #homeSectionExploreTheWonder h2,
    #homeSectionExploreTheWonder h3,
    #homeSectionExploreTheWonder h4 {
        color: #fff;
    }
    
    #homeAmenitiesLoadMore {
        margin-top: 45px;
        text-align: center;
    }
    .home-amenity-item {
        margin-bottom: 30px;
        text-align: center;
        opacity: 0;
    }
    .home-amenity-item.fade-in {
        opacity: 1;
        transition: all 0.5s ease-in;
    }
    .home-amenity-item figure img {
        max-width: 100%;
    }
    .home-amenity-item figure figcaption {
        position: relative;
        margin: 15px 0;
        display: inline-block;
        text-align: center;
        text-transform: uppercase;
        font-family: 'LFTEtica', sans-serif;
        font-size: 13px;
        color: #fff;
        white-space: nowrap;
        letter-spacing: 2px;
    }
    .home-amenity-item figure figcaption::after {
        content: '';
        position: absolute;
        display: block;
        width: 100%;
        height: 3px;
        border: 3px solid #f76305;
        bottom: -15px;
    }
    
    #homeSectionHomeownerStories {
        padding: 30px 0;
        text-align: center;
    }
    .homeowner-story-item {
        margin-bottom: 30px;
        text-align: center;
        line-height: 1.3;
    }
    .homeowner-story-item a {
        text-decoration: none;
        color: inherit;
        position: relative;
    }
    .homeowner-story-item a::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: 46px;
        height: 46px;
        font-size: 23px;
        text-align: center;
        line-height: 46px;
        background-color: rgb(0, 0, 0);
        top: 0;
        right: 0;
        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)";
        color: #fff;
        border-bottom-left-radius: 4px;
    }
    .homeowner-story-item figure img {
        max-width: 100%;
    }
    .homeowner-story-item figure figcaption {
        font-size: 16px;
        color: inherit;
    }
    .homeowner-story-item figure figcaption > * {
        margin-bottom: 0;
    }
    .homeowner-story-item figure figcaption > h4 {
        text-transform: uppercase;
    }

    .home-amenity-carousel-item,
    .homeowner-story-carousel-item {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }
    .home-amenity-carousel-item figure img,
    .homeowner-story-carousel-item figure img {
        width: 100%;
    }

    /* -- Bootstrap Carousel --- */
    #amenityCarousel .carousel-control,
    #homeownerStoriesCarousel .carousel-control {
        background-image: none;
    }
    #amenityCarousel .carousel-control .glyphicon {
        margin-top: -50px;
    }
    #homeownerStoriesCarousel .carousel-control .glyphicon {
        margin-top: -60px;
        color: #004a6d;
    }

/* News & Updates */
.blog-item {
    background-color: #f2f2f1;
    margin-bottom: 20px;
}

.blog-item-header {
    background-color: #4b4b4b;
    position: relative;
    padding-left: 105px;
    padding-right: 25px;
    min-height: 110px;
    display: table;
    width: 100%;
}
.blog-item-date {
    width: 75px;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    padding: 25px 10px;
    position: absolute;
    background-color: #e0e0de;

    font-family: 'Oxygen', sans-serif;
    font-weight: 700;
    line-height: 1;
}

.blog-item-day {
    font-size: 36px;
    border-bottom: 1px solid #4b4b4b;
    padding-bottom: 6px;
    margin-bottom: 6px;

}
.blog-item-month {
    font-size: 16px;
}

.blog-item-title {
    padding: 25px 0;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}
.blog-item-title h3 {
    margin: 0;
    color: #fff;
    line-height: 1.2;
    font-family: 'FFMiloSerifWeb', serif;
    letter-spacing: 1px;
}

.blog-item-image img {
    width: 100%;
}

.blog-item-body {
    padding: 25px 30px;
}
.blog-item-body > h2 {
    font-size: 32px;
}
.blog-item-body > h3 {
    font-size: 20px;
}
.blog-item-social {
    font-family: 'LFETica', sans-serif;
}

.blog-search {
    margin-bottom: 25px;
}


.blog-search input.form-control[type='text'] {
    background-color: #f1f1f0;
    border-color: #f1f1f0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 12px;
}
.blog-search .btn {
    background-color: #e0e0de;
    border-color: #f1f1f0;
}

.mahogany-collapsible {
    list-style: none;
	margin: 0;
	margin-bottom: 25px;
	padding: 0;
}

.mahogany-collapsible li {
	text-align: center;
	background-color: #f1f1f0;
	font-size: 15px;
    text-align: left;
    margin-bottom: 1px;
    
}
.mahogany-collapsible li:not(.mahogany-collapsible-heading):first-child {
    padding-top: 20px;
}
.mahogany-collapsible li > a,
.mahogany-collapsible li div {
    color: inherit;
    display: block;
    padding: 8px 18px;
    text-decoration: none;
}
.mahogany-collapsible li a:hover,
.mahogany-collapsible li a.active {
    /*font-weight: bold;*/
}

.mahogany-collapsible li.sub-item > a {
    padding-left: 36px;
}

.mahogany-collapsible li:nth-child(2) {
    padding-top: 8px;
}

.mahogany-collapsible li.mahogany-collapsible-heading {
	position: relative;
	background-color: #f76305;
	color: #fff;
    text-transform: uppercase;
    font-family: 'LFTEtica', sans-serif;
    font-weight: bold;
}
.mahogany-collapsible li.mahogany-collapsible-heading:after {
	top: 100%;
	left: 30px;
	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: 10px;
	margin-left: -10px;
}
.mahogany-collapsible li.mahogany-collapsible-heading a {
    color: #fff;
}


/* Amenities Map */
.amenities-map {
    position: relative;
    width: 100%;
    overflow: visible;    
}
.amenities-map img.main {
    width: 100%;
    position: relative;
    z-index: 0;
}
.amenities-map img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.amenities-map img.label {
    z-index: 10;
}

.amenity-labels {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}

.amenity-active-layers img {
    display: none; /* hidden by default */
}

.amenity-active-layers img.active {
    display: block;
}


/* percentages are based off of 957px x 832px original image size */
.amenity-label-hotspots > div {
    position: absolute;
    height: 4.947%;
    background-color: transparent;
    z-index: 20;
    display: block;
}

.amenity-label-hotspots .beach-club {
    width: 21.702%;
    top: 58.304%;
    left: 62.021%;
}
.amenity-label-hotspots .info-centre {
    /*
    removed
    width: 17.241%;
    top: 12.861%;
    left: 35.632%;
    */
}
.amenity-label-hotspots .mahogany-lake {
    width: 13.830%;
    top: 68.905%;
    left: 55.426%;
}
.amenity-label-hotspots .parks {
    width: 17.766%;
    top: 36.160%;
    left: 52.021%;
}
.amenity-label-hotspots .south-health {
    width: 19.468%;
    top: 84.099%;
    left: 36.809%;
}
.amenity-label-hotspots .urban-village {
    width: 13.298%;
    top: 68.316%;
    left: 30.319%;
}
.amenity-label-hotspots .west-beach {
    width: 11.915%;
    top: 26.384%;
    left: 38.085%;
}
.amenity-label-hotspots .wetlands {
    width: 14.894%;
    top: 20.730%;
    right: 48.404%;
}
.amenity-label-hotspots .village-market {
    width: 20.745%;
    top: 37.338%;
    left: 21.915%;
}

.amenity-labels img {
    display: none;
}
.amenity-labels img.active {
    display: block;
}

.amenity-hotspot {
    cursor: pointer;
}
.amenity-hotspot.active {
    z-index: 40;
}
.amenity-hotspot.active div {
    display: block;
}

.amenity-hotspot > .amenity-details {
    position: absolute;
    top: -20px;
    left: 0px;
    width: 285px;
    display: none;
    z-index: 30;
}

.amenity-details {
    padding: 25px;
    background-color: #002f46;
    color: #fff;
}
.amenity-details > h3 {
    margin: 0;
    color: #fff;
}

p.amenity-button-holder {
    margin-top: 30px;
}
p.amenity-button-holder .btn {
    white-space: normal;
    margin-bottom: 5px;
}

.amenity-hotspot.wetlands > div {
    right: 0;
    left: auto;
}
.amenity-hotspot.south-health > div {
    top: -180px;
}

a.amenity-map-download {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    z-index: 101;
}

/* for the extra small viewport of the amenity map */
.amenity-xs-details .amenity-details-holder {
    display: none;
    background-color: #002f46;
    color: #fff;
    padding: 25px;
}
.amenity-xs-details .amenity-details-holder h3 {
    color: #fff;
}
.amenity-xs-details.details-active .amenity-details-holder {
    display: block;
}
.amenity-xs-details.details-active .amenity-xs-legend {
    display: none;
}

.amenity-details {
    padding: 25px;
    background-color: #002f46;
    color: #fff;
}
.amenity-details > h3 {
    margin: 0;
    color: #fff;
}


.amenity-xs-label {
    position: absolute;
    display: block;
}
.amenity-xs-label:before {
    display: block;
    background-color: #f76305;
    position: absolute;
    border-radius: 100%;
    width: 100%;
    height: 100%;
    text-align: center;
    border: 2px solid #fff;
    content: '';
    box-shadow: 0px 0px 0px 2pt #f76305;
}
.amenity-xs-label span {
    position: absolute;
    display: block;
    width: 100%;
    text-align: center;
    height: 30px;
    top: 50%;
    margin-top: -15px;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
}


.amenity-map-xs-labels {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.amenity-map-xs-labels .amenity-xs-label {
    width: 7.576%;
    height: 8.850%;
    cursor: pointer;
}


.amenity-map-xs-labels .amenity-xs-label.info-centre {
    left: 15.530%;
    top: 26.106%;
}
.amenity-map-xs-labels .amenity-xs-label.wetlands {
    left: 26.515%;
    top: 23.894%;
}
.amenity-map-xs-labels .amenity-xs-label.west-beach {
    left: 68.182%;
    top: 20.796%;
}
.amenity-map-xs-labels .amenity-xs-label.mahogany-lake {
    left: 40.530%;
    top: 32.743%;
}
.amenity-map-xs-labels .amenity-xs-label.urban-village {
    left: 21.212%;
    top: 37.611%;
}
.amenity-map-xs-labels .amenity-xs-label.beach-club {
    left: 50.000%;
    top: 46.460%;
}
.amenity-map-xs-labels .amenity-xs-label.parks {
    left: 36.742%;
    top: 46.460%;
}
.amenity-map-xs-labels .amenity-xs-label.south-health {
    left: 10.606%;
    top: 90.708%;
}
.amenity-map-xs-labels .amenity-xs-label.village-market {
    left: 9.574%;
    top: 34.158%;
}

.amenity-xs-details {
    margin-top: 20px;
    position: relative;
}

.amenity-xs-details .amenity-xs-label {
    top: 0;
    left: 15px;
    width: 25px;
    height: 25px;
}
.amenity-xs-details .amenity-xs-label span {
    font-size: 18px;
}

.amenity-xs-instruction {
    background-color: #e0e0de;
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    text-align: center;
    text-transform: uppercase;
}
                

.amenity-xs-legend {
    margin-top: 20px;
}
.amenity-xs-legend .col {
    margin: 12px 0;
    padding-left: 50px;
}

@media (max-width: 767px) {
    .no_inner_content_padding .content-section {
        padding-bottom: 0px;
    }
}


/* gallery */
.gallery-main-image .item img {
    min-width: 100%;
}

.gallery-main-image .item {
    text-align: center;
}
.gallery-main-image .item i {
    font-size: 40px;
    vertical-align: middle;
    opacity: 0.5;
    /*
    position: absolute;
    top: 50%;
    margin-top: -20px;
    */
}

.gallery-thumbs img {
    width: 100%;
    
}
.gallery-thumbs .col {
    margin: 15px 0;
}

.thumb-item {
    position: relative;
}
.thumb-item a.thumb-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
    color: #fff;
}
.thumb-item.image-type-video a.thumb-link: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;
}

.thumb-item.image-type-video a.thumb-link:hover:after {
    background-color: #00adef;
    content: '\f04b';
}


.gallery-main-image .carousel-caption {
    position: static;
    color: inherit;
    text-shadow: none;
    text-align: left;
}

.gallery-carousel-controls {
    text-align: right;
    text-transform: uppercase;
    font-family: 'LFTEtica', sans-serif;
    border-bottom: 1px solid #bcb5ab;
    margin: 15px 0;
    padding-bottom: 15px;
}
.gallery-carousel-controls a {
    color: #4b4b4b;
}


/* House Cards */
.house-card {
    font-family: 'LFTEtica', sans-serif;
	border: 1px solid #e0e0de;
	background-color: #fff;
	overflow: visible;
    margin-bottom: 20px;
    font-size: 13px;
}

.house-title {
	height: 72px;
	overflow: hidden;
	background-color: #e0e0de;
	padding: 14px;  
}
.house-builder,
.house-type {
	margin-bottom: 6px;
	margin-top: 0;
	line-height: 1;
}
.house-builder {
	color: #696969;
    font-family: 'FFMiloSerifWeb', serif;
    font-size: 16px;
}
.house-type {
	font-size: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.house-image {
	overflow: hidden;
    position: relative;
}
.house-image img {
	width: 100%;
}

.house-image a {
    text-decoration: none;
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
}

.house-card .house-collection-name {
    height: 36px;
    padding: 0 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-family: 'LFTEtica', sans-serif;
    font-weight: bold;
    text-align: center;
    line-height: 36px;
    letter-spacing: 3px;
    
}

.house-card .house-collection-name.collection-boulevardcollection {
    background-color: #817c00;
}
.house-card .house-collection-name.collection-boulevardcollection:before {
    content: 'Boulevard Collection';
}

.house-card .house-collection-name.collection-islandcollection {
    background-color: #818054;
}
.house-card .house-collection-name.collection-islandcollection:before {
    content: 'Island Collection';
}
.house-card .house-collection-name.collection-reservecollection {
    background-color: #717073;
}
.house-card .house-collection-name.collection-reservecollection:before {
    content: 'Reserve Collection';
}
.house-card .house-collection-name.collection-lakelandcollection {
    background-color: #005a84;
}
.house-card .house-collection-name.collection-lakelandcollection:before {
    content: 'Lakeland Collection';
}
.house-card .house-collection-name.collection-westmanvillagecollection {
    background-color: #1b4350;
}
.house-card .house-collection-name.collection-westmanvillagecollection:before {
    content: 'Westman Village Collection';
}


.house-info {
    padding: 10px 20px;
}
.house-info table {
    width: 100%;
}
.house-info table tr {
    border-top: 1px solid #696969;
}
.house-info table tr:first-child {
    border-top: none;
}
.house-info table tr th {
    padding: 9px 9px 9px 0;
    vertical-align: top;
    width: 25%;
}
.house-info table tr td {
    padding: 9px;
    vertical-align: top;
    position: relative;
    padding-left: 25px;
}
.house-info table tr td span {
    display: block;
}
.house-info table tr td a.email {
    display: inline-block;
    position: absolute;
    left: 0;
    color: inherit;
    width: 1em;
}
.house-info table tr td a.email:before {
    font-family: FontAwesome;
    content: "\f0e0";
    position: absolute;
    left: 0;
    
}
.house-info table tr td a.email:hover {
    color: #005581;
}


/* Home Type Information */
.home-icon {
    display: inline-block;
    /*background-image: url('../images/content/choose-your-home/house-types-sprite-inverse.png?v=20171010');*/
    width: 60px;
    height: 60px;
    /*background-size: 240px 420px;*/
}
/*.home-icon.home-icon-condos { background-position: 0 0 ; }
.home-icon.home-icon-townhomes { background-position: 0 0 ; }
.home-icon.home-icon-street-towns { background-position: -60px 0 ; }
.home-icon.home-icon-attached,
.home-icon.home-icon-paired { background-position: 0 -60px ; }
.home-icon.home-icon-laned { background-position: 0 -120px ; }
.home-icon.home-icon-rear-attached { background-position: -60px -120px ; }
.home-icon.home-icon-front-garage { background-position: 0 -180px ; }
.home-icon.home-icon-lakeside-estate { background-position: 0 -240px ; }
.home-icon.home-icon-lakefront-estate { background-position: -60px -240px ; }
.home-icon.home-icon-estate-condos { background-position: -180px -240px ; }
.home-icon.home-icon-island-estate { background-position: 0 -300px ; }
.home-icon.home-icon-executive-paired { background-position: -120px -240px ; }
.home-icon.home-icon-westman-condos { background-position: 0 -360px ; }
.home-icon.home-icon-westman-estate-condos { background-position: -60px -360px ; }
.home-icon.home-icon-westman-rental-condos,
.home-icon.home-icon-rental-apartments { background-position: -120px -360px ; }
.home-icon.home-icon-westman-retirement-condos { background-position: -180px -360px ; }*/

.home-icon-o {
    display: inline-block;
    /*background-image: url('../images/content/choose-your-home/house-types-sprite.png?v=20171010');*/
    width: 60px;
    height: 60px;
    /*background-size: 240px 360px;*/
    vertical-align: middle;
}
/*.home-icon-o.home-icon-condos { background-position: -60px -120px ; }
.home-icon-o.home-icon-townhomes { background-position: -60px -120px ; }
.home-icon-o.home-icon-street-towns { background-position:60px 0 ; }
.home-icon-o.home-icon-street-towns,
.home-icon-o.home-icon-streettowns { background-position: -60px 0 ; }
.home-icon-o.home-icon-attached, .home-icon-o.home-icon-paired { background-position: 0 0 ; }
.home-icon-o.home-icon-laned { background-position: 0 -60px ; }
.home-icon-o.home-icon-rear-attached, .home-icon-o.home-icon-rearattachedgarage { background-position: 0 -120px ; }
.home-icon-o.home-icon-front-garage, .home-icon-o.home-icon-frontgarage { background-position: -60px -60px ; }
.home-icon-o.home-icon-lakeside-estate, .home-icon-o.home-icon-lakesideestate { background-position: 0px -180px ; }
.home-icon-o.home-icon-lakefront-estate, .home-icon-o.home-icon-lakefrontestate { background-position: -60px -180px ; }
.home-icon-o.home-icon-estate-condos, .home-icon-o.home-icon-estatecondos { background-position: -120px -180px ; }
.home-icon-o.home-icon-island-estate, .home-icon-o.home-icon-islandestate { background-position: 0 -240px ; }
.home-icon-o.home-icon-executive-paired, .home-icon-o.home-icon-executivepaired { background-position: -60px -240px ; }
.home-icon-o.home-icon-westman-condos, .home-icon-o.home-icon-westmancondos { background-position: 0 -300px }
.home-icon-o.home-icon-westman-estate-condos, .home-icon-o.home-icon-westmanestatecondos { background-position: -60px -300px }
.home-icon-o.home-icon-westman-rental-condos,
.home-icon-o.home-icon-westmanrentalcondos,
.home-icon-o.home-icon-rental-apartments,
.home-icon-o.home-icon-rentalapartments { background-position: -120px -300px }
.home-icon-o.home-icon-westman-retirement-condos, .home-icon-o.home-icon-westmanretirementcondos { background-position: -180px -300px }*/

.collection-home-icon {
    display: inline-block;
}

.home-type-results {
    margin: 30px 0;
}

.home-type-result {
    position: relative;
}
.home-type-result .home-icons {
    /*position: absolute;
    left: 0;
    top: 0;
    width: 60px;*/
    display: table-cell;
    width: 60px;
    padding-right: 20px;
    vertical-align: top;
}
.home-type-result-details {
    /*padding-left: 80px;
    position: relative;*/
    display: table;
}
.home-type-desc {
    padding-top: 10px;
    display: table-cell;
    vertical-align: top;
}

.home-type-result-buttons {
    margin-top: 50px;
    text-align: center;
}
.home-type-result-buttons .btn-mahogany {
    width: 85%;
    text-align: center;
}

@media (max-width: 767px) {

    .home-type-result-details {
        padding-left: 0;
    }

    .home-type-result-details h3 {
        text-align: center;
        padding-left: 75px;
        padding-right: 75px;
    }
    .home-type-desc {
        text-align: center;
    }

    .home-type-result-buttons {
        margin-top: 20px;
    }
    .home-type-result-buttons .btn-mahogany {
        width: 60%;
    }
}



/* Mahogany Collections */

.collection-item .collection-item-main-image img {
    width: 100%;
}

.collection-title {
    background-color: #f1f1f0;
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    margin-bottom: 30px;
    position: relative;
    padding-right: 145px;
}
.collection-title h3,
.collection-title h4 {
    margin: 0;
    text-transform: uppercase;
}
.collection-title img {
    height: 100%;
    position: absolute;
    right: 15px;
    top: 0;
}

@media (max-width: 500px) {
    .collection-title img {
        height: 65%;
    }
}


.collection-home-types {
    margin: 25px 0;
}
.collection-home-types .col {
    min-height: 60px;
    margin: 12.5px 0;
}

.collection-home-type {
    position: relative;
    padding-left: 75px;
    padding-top: 8px;
}

.collection-home-type .home-icon-o {
    position: absolute;
    left: 0;
    top: 0;
}
.collection-home-type h4 {
    text-transform: uppercase;   
    font-family: 'LFTEtica-SemiBold', sans-serif;
}
.collection-home-type h4,
.collection-home-type .address,
.collection-home-type .phone-number {
    display: block;
    line-height: 1.2;
    margin: 5px 0;
}
.collection-home-type .address > a, 
.collection-home-type .phone-number > a {
    text-decoration: underline;
}

.collection-item-buttons .btn-mahogany {
    width: 100%;
}


/* Individual Collection Details Page */
.find-show-home-map-holder {
    margin: -20px 0;
    background-color: #f1f1f0;
    position: relative;
    z-index: 10;
}

.find-show-home-bar {
    background-color: #f76305;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    height: 48px;
    line-height: 48px;
    margin-bottom: 1px;
    z-index: 11;
}

.find-show-home-bar > a,
.find-show-home-bar > span {
    position: absolute;
    display: inline-block;
    width: 300px;
    left: 50%;
    margin-left: -150px;
    background-color: #f76305;
    /*font-family: 'Source Sans Pro', sans-serif;*/
    font-family: 'LFTEtica-Regular', sans-serif;
    letter-spacing: 2px;
    z-index: 10;
}
.find-show-home-bar: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: 12px;
	margin-left: -12px;
}

.find-show-home-bar hr {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin: 0;
    z-index: 0;
    border-color: #fff;
}

.find-show-home-google-maps-holder {
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.40);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.40);
    height: 350px;
    overflow: hidden;
    z-index: 9;
}

   @media (max-width: 590px) {
            .find-show-home-google-maps-holder {
                height: 200px;
            }
        }
   
.collection-details {
    position: relative;
    padding-left: 170px;
}
.collection-details-main-image {
    position: absolute;
    left: -15px;
    top: 0;
    width: 140px;
    height: 140px;
}

@media (max-width: 767px) {
    .collection-details {
        padding-left: inherit;
    }
    .collection-details-main-image {
        position: relative;
        float: right;
        width: 80px;
        height: 80px;
        margin-left: 15px;
        margin-bottom: 15px;
    }
}



/* extended collection heading for Show Homes & Builder Pages -- Base is in common.css */
.collection-heading-show-homes .collection-image-heading,
.collection-heading-builder .collection-image-heading {
    min-width: 210px;
}

/* collection heading for show homes */
.collection-heading-show-homes {
    padding: 20px;
    padding-left: 240px;
    
}

@media (max-width: 490px) {
    .collection-heading-show-homes {
        padding: 20px;
        padding-left: 120px;
        height: 110px;
    }

    .collection-heading-show-homes .collection-image-heading {
        min-width: 110px;
    }

    .collection-heading-text {
        font-size: 20px;
    }
}

/* collection heading for builder collections */
.collection-heading-builder {
    margin: -20px;
    padding: 30px 20px;
    padding-left: 240px;
    margin-bottom: 20px;
    line-height: 1.2;
    min-height: 100px;
}



/* Builder Information Page */
.builder-info {
    margin: 60px 0;
}

.builder-logo {
    max-width: 250px;
}

.builder-image {
    width :100%;
}

.builder-collection-item {
    box-shadow:	0 0px 6px 0px rgba(0, 0, 0, 0.20);
    padding: 20px;
    margin: 35px 0;
}

.builder-collection-more-info .row > .col {
    margin-bottom: 20px;
}

.builder-collection-contact-info {
    position: relative;
    padding-left: 60px;
    margin-bottom: 10px;
    padding-top: 3px;
}
.builder-collection-contact-info > a {
    position: absolute;
    width: 45px;
    height: 45px;
    display: block;
    background-color: #bcb5ab;
    color: #fff;
    border-radius: 100%;
    left: 0;
    top: 4px;
    line-height: 45px;
    text-align: center;
}

.builder-collection-buttons > a {
    margin-bottom: 10px;
}

.builder-collection-url > div {
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow-x: hidden;

}

@media (max-width: 767px) {
    .collection-heading-builder {
        padding: 15px;
        min-height: inherit;
    }
}


/* Show Homes Page */
.show-home-collection-item {
    margin-bottom: 20px;
}

.show-home-types .col {
    margin: 20px 0;
}

.show-home-home-type .col {
    margin: 25px 0;
}

.show-home-home-type .collection-home-type {
    padding-top: 0;
}

.show-home-collection-actions {
    margin: 5px 0;
}

.show-home-info {
    position: relative;
}

@media (max-width: 991px) {
    .show-home-home-type .col {
        margin: 10px 0;
    }
}


/* FAQs */
.faq-section {
    border-bottom: 1px solid #bcb5ab;
}
.faq {
    margin: 25px 0;
}

.faq-numbered {
    padding-left: 70px;
    position: relative;
}
.faq-num {
    position: absolute;
    left: 0;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 44px;
    border-radius: 100%;
    background-color: #eeeeee;
    font-family: 'LFTEtica', sans-serif;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #fff;
    padding-left: 1px;
}

.faq-num-question {
    background-color: #005581;
}
.faq-num-answer {
    background-color: #f76305;
}
            
.faq-question {
    /*text-transform: uppercase;*/
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 25px;
}

.faq-num-section {
    padding-top: 3px;
}

.faq-collapser {
    cursor: pointer;
}
.faq-collapser:before {
    /*text-transform: uppercase;*/
    font-size: 15px;
    font-weight: bold;
}
.question-collapser:before {
    content: 'Read the Answer +';
}
.answer-collapser:before {
    content: 'Close -';
}

.question-collapser {
    color: #bcb5ab;
}
.question-collapser.collapsed {
    color: #f76305;
}

.school-program {
    margin-bottom: 20px;
}
.school-program-heading {
    margin: 0;
}

@media (max-width: 590px) {
    .faq-answer .faq-num-section {
        margin-left: -70px;
    }
    .faq-answer .faq-num {
        left: -70px;
    }
}


.fma-photo-text-strip {
    background-color: #2dbfc2;
    overflow-y: hidden;
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}

.fma-photo-text-strip--photo-wrapper {
    display: block;
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}
    .fma-photo-text-strip--photo-wrapper img {
        max-width: 100%;
        border: 6px solid #fff;
        transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
    }

.fma-photo-text-strip--text-wrapper p {
    margin-top: 5px;
    margin-bottom: 5px;
}

.fma-photo-text-strip--text-wrapper {
    padding: 15px 30px;
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1.1;
}


@media (min-width: 768px) {
    .fma-photo-text-strip {
        text-align: left;
    }

    .fma-photo-text-strip--photo-wrapper {
        display: inline-block;
        max-width: 24%;
        padding-left: 30px;
        vertical-align: middle;
        overflow-y: visible;
        overflow-x: visible;
        margin-bottom: 0px;
    }

    .fma-photo-text-strip--text-wrapper {
        max-width: 75%;
        display: inline-block;
        vertical-align: middle;
        font-size: 1.5rem;
    }
}

