@charset "utf-8";
/* Goodwyn Building 2026 | Mobile Essentials Stylesheet */
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
:root {
    --main-color: #4fab48;
    --main-color-trans: rgba(79, 171, 72, 0.70);
    --secondary-color: #539cad;
    --secondary-color-trans: rgba(83, 156, 173, 0.70);
    --highlight-color: #2aacc2;
    --highlight-color-trans: rgba(42, 172, 194, 0.70);
    --main-font: "poppins", sans-serif;
    --nav-font: "work sans", sans-serif;
    --accent-color: #E2E2E2;
    --trans-black: rgba(0, 0, 0, 0.80);
}
.main-color {
    color: var(--main-color) !important;
}
.main-bg {
    background-color: var(--main-color);
}
.main-bg-trans {
    background-color: var(--main-color-trans);
}
.main-border {
    border-color: var(--main-color);
}
.secondary-color {
    color: var(--secondary-color);
}
.secondary-bg {
    background-color: var(--secondary-color);
}
.secondary-bg-trans {
    background-color: var(--secondary-color-trans);
}
.secondary-border {
    border-color: var(--secondary-color);
}
.highlight-bg {
    background-color: var(--highlight-color);
}
.highlight-bg-trans {
    background-color: var(--highlight-color-trans);
}
.highlight-border {
    border-color: var(--highlight-color);
}
.black {
    color: #000 !important;
}
.black-bg {
    background-color: #000;
}
.black-border {
    border-color: #000 !important;
}
.trans-black-bg, .trans-black-overflow:before {
    background-color: var(--trans-black);
}
.white-bg {
    background-color: #FFF;
}
.white-border {
    border-color: #FFF !important;
}
.accent-bg, .service-single[data-type="Main"] .variable-bg {
    background-color: var(--accent-color);
}
.trans-white-bg, .trans-white-overflow-bg:before {
    background-color: rgba(255, 255, 255, 0.8);
}
.group:after {
    display: block;
    width: 100%;
    clear: both;
}
.wrapper {
    overflow-x: hidden;
    max-width: 2100px;
    margin: auto;
}
body, html {
    padding: 0;
    margin: 0;
    scroll-behavior: smooth;
}
.page {
    position: relative;
    z-index: 2;
}
body, textarea, input, #contact select {
    font-family: var(--main-font);
    font-size: 16px;
}
.flex, .big-list li {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.space-between {
    justify-content: space-between;
}
.flex.flex-end {
    justify-content: flex-end;
}
.flex.flex-start {
    justify-content: flex-start;
}
.flex.flex-center {
    justify-content: center;
}
.content-block {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
}
.content {
    padding: 18px;
}
.content p {
    line-height: 24px;
}
.small, .content p.small {
    font-size: 14px;
    line-height: 16px;
}
.overlay-content {
    padding-top: 48px;
    padding-bottom: 48px;
}
.overlay-content p {
    font-size: 20px;
    line-height: 28px;
}
.container {
    position: relative;
    margin: auto;
    width: 100%;
    max-width: 1200px;
}
.nine-sixty, .container.nine-sixty {
    max-width: 960px;
}
.seven-twenty, .container.seven-twenty {
    max-width: 720px;
}
.section-block, .border-zone {
    margin: 32px auto;
}
.border-zone {
    border-top: solid 1px #AAAAAA;
    border-bottom: solid 1px #AAAAAA;
}
.flex-fifth, .flex-fourth, .flex-third, .flex-half, .flex-two-thirds, .flex-three-fourths, .flex-four-fifths {
    width: 100%;
}
.black {
    color: #000 !important;
}
.relative-box {
    position: relative;
}
.no-position {
    position: unset !important;
}
.transitional, .icon, .icon i, .et-title, .logo, .logo img, .logo span, .logo span:after, .fp-image-thumb, .header, .nav-container, .scroll-only, .team-contact a {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
.scroll-only {
    display: none;
    max-width: 0;
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
}
.scrolled .scroll-only {
    display: block;
    max-width: 100%;
    opacity: 1;
    pointer-events: all;
}
/*Typography*/
.medium {
    font-size: 20px;
}
.medium-large, .content p.medium-large {
    font-size: 24px;
    line-height: 30px;
}
h1, .large, .content p.large {
    font-size: 32px;
    line-height: 40px;
}
h1, h2, h3, h4, h5, h6, .big-title {
    font-family: var(--main-font);
    font-weight: 700;
}
h1, .main-title {}
h2 {}
h3 {}
.uppercase {
    text-transform: uppercase;
}
.normalcase {
    text-transform: none !important;
}
.spaced {
    letter-spacing: 2px;
}
.bold {
    font-weight: 700 !important;
}
.extrabold {
    font-weight: 900 !important;
}
.align-left {
    text-align: left;
}
.align-center {
    text-align: center;
}
.align-right {
    text-align: right;
}
.no-decoration, .no-decoration:visited, .toggle-decoration, .toggle-decoration:visited {
    text-decoration: none;
}
.toggle-decoration:hover {
    text-decoration: underline;
}
blockquote {
    font-size: 24;
    font-weight: 600;
    letter-spacing: 2px;
}
blockquote:after {
    display: block;
    content: "";
    margin: 12px auto;
    width: 150px;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
}
.page-image img, .hero-image img, .thumb-image img, .splash-image img, .path-details img, .ct-logo img, img.full-width {
    width: 100%;
    vertical-align: middle;
}
.big-title {
    font-size: 64px;
    line-height: 72px;
    text-transform: uppercase;
}
.page-title {
    position: relative;
    color: #000;
    margin: 12px auto;
    font-family: var(--main-font);
    font-size: 44px;
    line-height: 52px;
    font-weight: 700;
    text-transform: uppercase;
}
.page-title.mid-title {
    font-size: 26px;
    letter-spacing: 2px;
    padding-bottom: 8px;
    border-bottom: solid 4px var(--main-color);
}
.white, .white.page-title, .content a.white, .content a.white:visited {
    color: #FFF;
}
.page-title span {
    display: block;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: normal;
}
.page-title span.mini-break {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    text-transform: none;
    max-width: 960px;
    margin: auto;
}
.page-title i {
    font-style: normal;
}
.page-title.intro-title {
    background-color: var(--main-color);
}
.page-title.single-home-title span {
    font-size: 24px;
    line-height: 32px;
}
.single-home-title .communitySlug, .single-home-title .communitySlug:visited {
    text-decoration: none;
    color: var(--highlight-color);
}
.single-home-title .communitySlug:hover {
    text-decoration: underline;
}
.single-home .status-banner {
    top: 0;
}
.header .page-title {
    font-size: 24px;
    line-height: 28px;
}
.header .page-title span {
    font-size: 18px;
    line-height: 22px;
}
.intro-content {
    background-color: #000;
    color: #FFF;
}
.hero-title, .collection-top h3 {
    padding: 16px 24px;
    color: #FFF;
    background-color: var(--trans-black);
}
.hero-title {
    border: solid 2px var(--main-color);
}
.bottom-border {
    border-bottom: solid 12px var(--main-color);
}
.thin-border {
    border-width: 4px !important;
}
.line {
    position: relative;
}
.line:after {
    display: block;
    content: "";
    width: 100%;
    height: 6px;
    background-color: var(--main-color);
}
.line-before {
    padding-top: 12px;
}
.line-before:after {
    position: absolute;
    top: 4px;
}
.line-before.line-extend:after {
    width: 4000px;
    right: 0;
}
.table {
    display: table;
    margin: 0;
}
.overlay h1, .overlay h2 {
    display: table;
    position: relative;
    margin: 0;
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--highlight-color);
}
.overlay h1 span, .overlay h2 span {
    display: block;
    font-size: 24px;
    font-weight: 400;
    border-top: solid 2px var(--highlight-color);
    color: var(--main-color);
}
/*Header*/
.top-bar, .top-bar:after {
    position: relative;
}
.navbar, .navbar:after {
    position: relative;
    color: #FFF;
    background-color: var(--dark-color);
}
.top-bar .button, .top-bar .button:visited {
    margin: 12px auto;
}
/*Interactives*/
.logo {
    display: flex;
    align-items: center;
    margin: auto;
    width: 100%;
    text-decoration: none;
}
.logo img, .page-img img, .flex-img img, .widget-img, .resource-badges img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}
.logo .page-title {
    position: relative;
    margin: 0;
}
.logo .page-title span:after {
    display: block;
    position: absolute;
    content: "";
    width: 0%;
    left: 0;
    bottom: -8px;
}
.logo:hover .page-title span:after {
    width: 100%;
    border-bottom: solid 2px var(--main-color);
}
.logo:hover img {
    transform: translateX(-2px);
}
.yoink {
    position: fixed;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
.navigation {
    width: 100%;
    justify-content: flex-end;
}
.footernav .navigation {
    justify-content: center;
    margin: 32px auto;
}
.navigation ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.mainnav li {
    width: 100%;
}
.navigation a, .navigation a:visited {
    display: block;
    padding: 12px 8px;
    color: var(--main-color);
    font-family: var(--nav-font);
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none !important;
}
.navigation .button, .navigation .button:visited {
    padding: 8px 20px 10px;
}
.navigation a:hover, .navigation .toplink a:hover, .navigation .dropdown.active > a, .navigation .dropdown > a:hover {
    background-color: var(--main-color);
    color: #FFF;
}
.dropdown {
    position: relative;
}
.dropdown ul {
    display: none;
}
.dropdown.active ul {
    display: block;
    text-align: center;
    width: 100%;
    background-color: var(--main-color);
    z-index: 1000;
}
.dropdown.active ul a, .dropdown.active ul a:visited {
    color: #FFF;
    padding: 8px 12px;
}
.dropdown ul a:hover {
    background-color: #000;
}
.button, .button:visited, .blogReadMore a, .blogReadMore a:visited {
    display: table;
    margin: auto;
    padding: 8px 24px 4px;
    font-family: var(--main-font);
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 16px;
    color: #FFF !important;
    background-color: var(--main-color) !important;
    cursor: pointer;
}
.flex-center .button {
    margin: 12px !important;
}
.align-center .button, .align-center .button:visited, .flex-center .align-center .button, .flex-center .align-center .button:visited {
    margin: auto !important;
}
.button:hover, .fp-image-thumb:hover {
    -moz-transform: scale(105%);
    -webkit-transform: scale(105%);
    transform: scale(105%);
    border-radius: 12px;
}
.button:active, .fp-image-thumb:active {
    -moz-transform: scale(103%);
    -webkit-transform: scale(103%);
    transform: scale(103%);
    border-radius: 4px;
}
.button.consult-button {
    font-size: 20px;
}
.blogReadMore {
    display: block;
    margin-top: 12px;
}
.white.button, .white.button:visited {
    color: #FFF;
}
.hidenav-label {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-weight: 700;
    color: #000;
    font-size: 24px;
    padding: 12px;
    cursor: pointer;
}
#main-nav, .ie {
    display: none;
}
.flex-item {
    width: 100%;
    text-align: center;
    margin-bottom: 12px;
}
.flex-item a {
    color: #000;
    letter-spacing: 1px;
    text-decoration: none;
}
.flex-item a:hover {
    text-decoration: underline;
}
#hidenav:checked ~ #main-nav {
    display: flex;
    width: 100%;
}
.burger {
    position: relative;
    width: 30px;
    height: 10px;
    margin-right: 12px;
    overflow: visible;
    display: inline-block;
}
.burger span, .burger span:before, .burger span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 3px;
    width: 30px;
    background: #000;
    position: absolute;
    display: block;
    content: '';
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.burger span:before {
    top: -10px;
}
.burger span:after {
    bottom: -10px;
}
#hidenav:checked ~ label .burger span {
    background-color: transparent;
}
#hidenav:checked ~ label .burger span:before, #hidenav:checked ~ label .burger span:after {
    top: 0;
}
#hidenav:checked ~ label .burger span:before {
    transform: rotate(45deg);
}
#hidenav:checked ~ label .burger span:after {
    transform: rotate(-45deg);
}
.big-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.big-list li {
    position: relative;
    justify-content: space-between;
    align-items: center;
    margin: 24px auto;
}
.big-list i {
    display: block;
    width: 50px;
    min-width: 50px;
    height: 50px;
    line-height: 54px;
    font-size: 36px;
    font-weight: 600;
    font-style: normal;
    text-align: center;
    background-color: var(--main-color);
    color: #FFF;
    border-radius: 50%;
}
.big-list span {
    display: block;
    width: calc(100% - 74px);
}
.path-item {
    cursor: pointer;
}
.path-item:hover {
    background-color: var(--accent-color);
}
.path-item, .path-details span {
    position: relative;
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    padding: 24px 16px 24px 88px
}
.path-item {
    padding-right: 56px;
}
.path-item, .path-preview {
    background-color: #FFF;
    border: solid 1px #000;
}
.efficiency-block .path-details span {
    padding: 24px 16px;
}
.path-item i, .path-details i {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 76px;
    height: 100%;
    font-style: normal;
    font-size: 32px;
    text-align: center;
    line-height: 85px;
    color: var(--main-color);
}
.path-item i {
    border-right: solid 1px #000;
}
.path-item:after {
    display: block;
    position: absolute;
    content: "";
    top: 0;
    right: 12px;
    bottom: 0;
    margin: auto !important;
    width: 40px !important;
    height: 24px !important;
    opacity: 0;
    background-position: -96px -160px;
    transform: translateX(-8px);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.path-preview {
    display: grid;
}
.path-details {
    grid-area: 1 / 1;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate(8px, 8px);
    transition: opacity 0.3s ease, transform 0.35s ease, visibility 0s linear 0.35s;
}
#path-01:checked ~ div #path-01-details, #path-02:checked ~ div #path-02-details, #path-03:checked ~ div #path-03-details, #path-04:checked ~ div #path-04-details, #path-05:checked ~ div #path-05-details, #path-06:checked ~ div #path-06-details, #path-07:checked ~ div #path-07-details, #path-08:checked ~ div #path-08-details, #path-09:checked ~ div #path-09-details {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(0, 0);
    transition: opacity 0.3s ease, transform 0.35s ease, visibility 0s linear 0s;
}
#path-01:checked ~ div .path-item[for="path-01"]:after, #path-02:checked ~ div .path-item[for="path-02"]:after, #path-03:checked ~ div .path-item[for="path-03"]:after, #path-04:checked ~ div .path-item[for="path-04"]:after, #path-05:checked ~ div .path-item[for="path-05"]:after, #path-06:checked ~ div .path-item[for="path-06"]:after, #path-07:checked ~ div .path-item[for="path-07"]:after, #path-08:checked ~ div .path-item[for="path-08"]:after, #path-09:checked ~ div .path-item[for="path-09"]:after, #path-10:checked ~ div .path-item[for="path-10"]:after {
    opacity: 1;
    transform: translateX(0px);
}
#process-steps .path-details img {
    max-height: 200px;
    padding: 8px 0;
    object-fit: contain;
    object-position: center;
    background-color: var(--secondary-color);
}
#process-steps .path-details span {
    font-size: 20px;
    line-height: 24px;
}
.home-thumb-image img, .ct-logo img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
    z-index: 1;
}
.home-thumb .monthly-payment {
    min-height: 28px;
}
.fp-thumb .info-icons {
    min-height: 52px;
}
.community-thumb {
    position: relative;
    display: block;
    width: 49%;
    text-align: center;
    border: solid 2px var(--main-color);
    padding-bottom: 64px;
    margin-bottom: 24px;
}
.community-thumb .com-available {
    min-height: 52px;
}
.single-community .com-available span:last-of-type::before {
    display: inline;
    content: " | ";
}
.ct-logo, .ct-logo:visited {
    display: block;
    position: relative;
    text-decoration: none;
    width: 100%;
    min-height: 164px;
}
.ct-logo img {
    object-fit: contain;
}
.ct-range {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.ct-description {
    position: relative;
    height: 96px;
    overflow: clip;
}
.ct-description:after {
    position: absolute;
    display: block;
    content: "";
    right: 0;
    bottom: 0;
    width: 100%;
    height: 24px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 1) 85%, rgba(255, 255, 255, 1) 100%);
    z-index: 2;
}
.ct-button.button, .ct-button.button:visited {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 16px;
}
.fp-thumb {
    width: 100%;
    max-width: 360px;
    margin: 24px 12px;
    padding: 8px;
    border: solid 1px var(--main-color);
}
.fp-thumb h3 {
    margin: 4px auto;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}
.home-thumb-image, .home-thumb-image:visited {
    display: block;
    position: relative;
    width: 100%;
    height: 200px;
    text-decoration: none;
    color: inherit;
}
.cat-title {
    display: table;
    margin: 8px auto 12px;
    padding: 0 8px;
    border-bottom: solid 3px var(--main-color);
}
.single-listing .price-field {
    font-size: 32px;
    margin: 0 auto;
    padding: 4px 0;
}
.fp-thumb .info-icons {
    margin-bottom: 12px;
}
.info-icons div {
    width: 50%;
    text-align: center;
}
.single-listing .info-icons div {
    position: relative;
    width: auto;
    margin: 8px;
    padding: 4px 4px 8px;
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
}
.single-listing .info-icons div:after, .features h3:after, .line-title:after {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 6px;
    border-radius: 4px;
    background-color: var(--main-color);
}
.line-title:after {
    width: 80%;
}
.line-title {
    position: relative;
    display: table;
    margin: auto;
    padding-bottom: 8px;
}
.line-title.secondary-line:after {
    background-color: var(--secondary-color);
}
.listing-details p:first-of-type {
    margin-top: 0;
}
.status-banner, .thumb-price {
    position: absolute;
    z-index: 2;
    padding: 4px 12px;
}
.status-banner {
    display: table;
    margin: auto;
    top: -8px;
    left: 0;
    right: 0;
    text-align: center;
    color: #FFF;
    background-color: var(--main-color);
}
.single-listing .status-banner {
    top: 0;
}
.thumb-price {
    padding: 8px 24px 4px;
    left: 0;
    bottom: 12px;
}
.status-banner[data-content=""] {}
.flex-chunk {
    display: flex;
    color: #FFF;
    margin: 12px;
}
.flex-chunk div {
    width: 100%;
    padding: 12px;
    align-self: center;
}
.flex-chunk.flex-two-thirds {
    background-color: var(--main-color);
    font-size: 88px;
    text-align: center;
}
.flex-chunk.flex-third {
    background-color: var(--highlight-color);
}
.bg-box {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 12px 0;
}
.bgb-overlay:after {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.60);
    z-index: 1;
}
.bg-box-content, .content.bg-box-content {
    position: relative;
    padding: 0 18px;
    z-index: 2;
}
.fixed-bg {
    background-attachment: fixed;
}
.overflow-bg:before, .overlay {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    text-indent: -9999px;
    overflow: hidden;
}
.overflow-bg h2, .overflow-bg p {
    position: relative;
    z-index: 2;
}
.flex-half.overflow-bg:before {
    width: 50%;
    right: auto;
}
.offset-p {
    border-left: solid 3px #000;
    padding-left: 24px;
}
.text-line span {
    position: relative;
    display: table;
    padding: 18px;
    font-family: var(--main-font);
    font-size: 24px;
    text-transform: uppercase;
    background-color: #FFF;
    z-index: 2;
}
.text-line:before {
    position: absolute;
    content: "";
    top: 52%;
    left: -2000px;
    width: 4000px;
    border-top: solid 1px #AAAAAA;
    z-index: 1;
}
.page-title.sm-title, .sm-title {
    font-size: 24px;
}
.checklist {
    list-style-type: none;
    padding: 0;
}
.checklist li {
    position: relative;
    padding: 4px 8px 4px 42px;
    margin: 0;
    font-size: 20px;
}
.checklist li:before {
    position: absolute;
    display: block;
    content: "";
    top: -8px;
    left: 0;
    margin: auto;
    background-size: 114px;
    background-position: -72px -86px;
}
.collection-top {
    position: relative;
}
.collection-top h3 {
    position: absolute;
    width: 80%;
    top: 40%;
    left: 0;
    right: 0;
    margin: auto;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
}
.collection-content {
    position: relative;
    padding-bottom: 64px;
}
.collection-content p {
    margin: 0 auto;
}
.collection-content a, .collection-content a:visited {
    position: absolute;
    width: 80%;
    left: 0;
    right: 0;
    bottom: 12px;
    font-size: 20px;
    letter-spacing: 3px;
}
.team-member {
    margin-bottom: 32px;
}
.page-title.team-title {
    margin: 0 auto;
    padding: 12px;
    background-color: #FFF;
    font-size: 24px;
    letter-spacing: 3px;
}
.page-title.team-title span {
    display: block;
    border-top: solid 4px var(--main-color);
    margin-top: 8px;
    padding-top: 8px;
    font-size: 20px;
    text-transform: none;
}
.testimonial {
    position: relative;
    width: 100%;
    max-width: 760px;
    margin: auto;
    padding: 0 88px;
    text-align: center;
}
.testimonial-block .testimonial {
    border-bottom: solid 4px var(--main-color);
    margin-bottom: 64px;
}
.testimonial span {
    display: block;
    font-style: italic;
    text-align: center;
    padding: 24px;
}
.testimonial::before, .testimonial::after {
    position: absolute;
    display: block;
    content: '"';
    width: 60px;
    height: 60px;
    color: var(--main-color);
    font-size: 200px;
    top: 20%;
    left: 0;
    font-style: italic;
    font-weight: 600;
    text-indent: -28px;
    line-height: 162px;
}
.testimonial:after {
    left: auto;
    right: 0;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.ahf-year {
    border-top: solid 1px #000;
    margin-top: 24px;
    margin-bottom: 24px;
}
.ahf-year h3 {
    font-size: 24px;
    margin: 4px auto;
}
.ahf-year p {
    margin: 0 auto;
}
.border {
    border: solid 4px var(--main-color);
}
.top-border {
    border-top: solid 8px;
}
.offer-block[data-offer=""] .offer, .no-offer, .toggle-block[data-use=""], .toggle-block[data-use="NO"] {
    display: none;
}
.offer-block[data-offer=""] .no-offer {
    display: block;
}
.bio-image {
    padding-top: 20px;
    text-align: center;
}
.bio-image img {
    display: inline-block;
    width: 100%;
    max-width: 300px;
}
.contact-form input, .contact-form textarea, #newsletter input, .donation-zone input, .contact-form select {
    display: block;
    width: 100%;
    padding: 8px;
    font-size: 20px;
    border: solid 3px var(--accent-color);
    border-radius: 4px;
}
.contact-form label:not(.show-label) {
    display: none;
}
.form-group {
    padding: 8px;
}
.contact-form textarea {
    min-height: 200px;
}
.contact-form .flex {
    margin-bottom: 12px;
}
.contact-form .flex-half {
    width: 49%;
    margin-right: 2%;
}
.contact-form .flex-half {
    margin-right: 0;
}
#total {
    position: relative;
    padding-left: 12px;
    pointer-events: none;
    border-top: solid 2px #AAAAAA;
    margin-bottom: 24px;
}
#total input {
    border: none;
}
#total:before {
    display: block;
    position: absolute;
    content: "$";
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    font-size: 24px;
    font-weight: bold;
    height: 100%;
    width: 24px;
    line-height: 46px;
}
textarea, input {
    width: 100%;
    padding: 8px;
    border: none;
}
.donation-zone input.button {
    display: table;
    width: auto;
    padding: 10px 16px 12px;
    border: none;
}
.donation-zone h3 {
    margin-top: 36px;
}
.donation-buttons .button, .donation-buttons .button:visited {
    padding: 4px 12px 6px;
    margin-right: 8px;
}
.donation-buttons .button:last-of-type {
    margin-right: none;
}
.donation-buttons .button.active {
    background-color: #000 !important;
}
.isRequired, .isRequired:active, .isRequired:focus {
    border: solid 3px rgba(255, 255, 255, 0);
    background-color: #FFF;
}
#results {
    text-align: center;
    width: 100%;
    height: 80px;
    font-weight: bold;
    overflow: auto;
}
.hide-overflow {
    overflow: hidden;
}
.footer-logos, .unlist {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.gallery-block[data-content="YES"] {
    display: block;
}
.gallery-content a, .gallery-content a:visited {
    display: block;
    width: 50%;
    padding: 12px;
}
.gallery-content img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    object-position: center;
}
.contact-info {
    margin-top: 64px;
}
.contact-info .social-icons {
    justify-content: flex-start;
}
.contact-info p {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 2px;
    margin: 12px auto;
}
.social-media a, .socail-media a:visited, .toplink a, .toplink a:visited {
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.social-media a, .social-media a:visited, .widget:before, .checklist li:before, .path-item:after, .contact-title:after, .team-contact a {
    display: block;
    width: 30px;
    height: 30px;
    margin: 8px 4px;
    overflow: hidden;
    text-indent: -9999px;
    background-image: url(/images/assets/icon-spritesheet.png);
    background-repeat: no-repeat;
}
.team-contact a, .team-contact a:visited {
    width: 32px;
    height: 32px;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    border-radius: 40%;
    border: solid 2px var(--main-color);
    background-color: rgba(255, 255, 255, 0);
}
.team-contact a[href=""], a[href="mailto:"], a[href="tel:"] {
    display: none !important;
}
.team-contact a:hover {
    background-color: var(--highlight-color-trans);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    border-radius: 50%;
}
.team-contact a:active {
    -moz-transform: scale(1.01);
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
}
.team-email {
    background-position: -64px -248px;
}
.team-phone {
    background-position: -96px -248px;
}
.contact-title:after {
    position: relative;
    content: "";
    width: 120px;
    height: 120px;
    margin: auto;
    background-position: -32px 0;
}
.disclaimer {
    font-size: 12px;
    line-height: 16px !important;
}
.widget {
    flex-wrap: wrap;
    font-size: 20px;
    line-height: 22px;
}
.widget span {
    display: block;
    margin: 4px auto auto;
    max-width: 240px;
    text-align: center;
}
.widget:before {
    display: block;
    content: "";
    margin: auto;
    width: 64px;
    height: 64px;
    background-position: -32px -120px;
}
.widget-exterior:before {
    background-position: 0 -184px;
}
.widget-interior:before {
    background-position: -64px -184px;
}
.widget-construction:before {
    background-position: 0 -248px;
}
.features h3 {
    position: relative;
    display: table;
    margin: 12px auto 24px;
    padding-bottom: 8px;
    text-align: center;
}
.features > div {
    position: relative;
    display: table;
    padding-bottom: 6px;
    margin: auto auto 6px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
}
.features > div:after {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 12px;
    height: 4px;
    background-color: var(--accent-color);
    border-radius: 4px;
}
.features > div:last-of-type::after {
    display: none;
}
.warranty-section .flex .page-title {
    font-size: 28px;
}
.facebook {
    background-position: 0 0;
}
.instagram {
    background-position: 0 -32px;
}
.youtube {
    background-position: 0 -64px;
}
.social-icons a:hover {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    -webkit-transform: scale(108%);
    -moz-transform: scale(108%);
    transform: scale(108%);
}
.social-icons a:active {
    -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    -webkit-transform: scale(96%);
    -moz-transform: scale(96%);
    transform: scale(96%);
}
.social-icons a[href=""], .social-icons a[href="#"], .gallery-block[data-content=""], .hide-field[data-content=""], .gallery-block[data-content="NO"], .collection-thumb-name[data-content=""] .display-name, .main-name, .toggle-block[data-use="NO"], .spash-title[data-content=""] .alt-text, .main-text, .hide-field[data-content=""], .hide-field[data-content="NO"], .et-field[data-content=""], .et-field[data-date=""], .hide-field[data-content="$0"], .hide-field[data-content="0"], .bath-icon span[data-content=""] .bath-special, .bath-default, .garage-icon span[data-content=""] .garage-special, .garage-default, .has-carport, #listing-details[data-type="Condominium"] .has-garage, .fp-thumb[data-type="Condominium"] .has-garage, .thumb-price[data-price="$0"], .thumb-price[data-price=""], .acreage[data-content="1"] i, #plat-map[href="NONE"], .alt-field[data-alt=""] .alt-text, .alt-field .def-text, .button[href=""] {
    display: none;
}
.spash-title[data-content=""] .main-text, .bath-icon span[data-content=""] .bath-default, .garage-icon span[data-content=""] .garage-default, #listing-details[data-type="Condominium"] .has-carport, .fp-thumb[data-type="Condominium"] .has-carport, .alt-field[data-alt=""] .def-text {
    display: inline;
}
.info-icons i, .alt-field i {
    font-style: normal;
}
.collection-thumb-name[data-content=""] .main-name {
    display: block;
}
.event-thumb a, .event-thumb a:visited {
    color: #000 !important;
    text-decoration: none;
}
.et-title {
    font-family: var(--main-font);
    font-weight: 700;
    text-transform: uppercase;
}
.et-content span {
    display: block;
}
.text-us-cta {
    position: relative;
    width: 100%;
    max-width: 460px;
}
.text-us-cta img {
    width: 100%;
    vertical-align: middle;
}
.text-us-cta span {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80%;
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 1px;
    color: #FFF;
    padding: 12px;
}
.text-us-cta i {
    display: block;
    font-style: normal;
    font-size: 115%;
    line-height: 118%;
}
.single-listing .vip-tour-cta, #communities-page .vip-tour-cta {
    margin-bottom: 24px;
}
.available-thumbs .button[href="/available-homes"] {
    display: none;
}
@keyframes bob {
    0% {
        transform: translateY(0)
    }
    50% {
        transform: translateY(4px)
    }
    100% {
        transform: translateY(0)
    }
}
.icon, .icon:visited {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    color: #000;
    font-size: 14px;
    line-height: 16px;
    text-decoration: none;
    width: 280px;
    border-right: solid 1px #AAAAAA;
    margin: 12px;
}
.icon i {
    display: block;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 6px;
    font-style: normal;
    text-transform: uppercase;
}
.icon span {
    display: block;
    padding: 8px;
    width: calc(100% - 92px);
}
.icon:last-of-type {
    border-right: none;
}
.icon:before {
    position: relative;
    display: block;
    content: "";
    width: 85px;
    height: 85px;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    background-image: url("../images/icon-spritesheet.png");
    background-position: 0 0;
    background-repeat: no-repeat;
}
.icon-attend:before {
    background-position: 0 -85px;
}
.icon-join:before {
    background-position: 0 -170px;
}
.icon-give-back:before {
    background-position: 0 -255px;
}
.icon-informed:before {
    background-position: 0 -340px;
}
.icon:hover {
    opacity: 0.8;
}
.icon:hover i, .event-thumb:hover .et-title {
    transform: translateX(4px);
}
.icon:hover::before, .event-thumb:hover .event-date {
    animation-name: bob;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
}
.event-thumb {
    margin: 24px auto;
}
.event-thumb span {
    display: block;
}
.event-date {
    width: 80px;
    padding: 8px;
    border: solid 1px #AAAAAA;
    border-radius: 12px;
    font-family: var(--main-font);
    text-align: center;
}
.date-month {
    color: var(--main-color);
    font-size: 24px;
    text-transform: uppercase;
}
.date-day {
    font-size: 40px;
    line-height: 40px;
    border-bottom: solid 1px #AAAAAA;
    padding-bottom: 8px;
}
.map-zone iframe {
    width: 100%;
    min-height: 250px;
}
.blog-first-image img {
    width: 100%;
}
.blogArticle h2 a, .blogArticle h2 a:visited {
    color: var(--main-color);
}
.blog-roll ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.blog-categories a, .blog-categories a:visited {
    color: var(--main-color);
}
.blog-roll .button, .blog-roll .button:visited {
    font-size: 20px;
}
.blogRecent {
    margin-bottom: 8px;
}
.recent-blogs {
    max-height: 300px;
    overflow-y: scroll;
}
.full-width {
    width: 100%;
    max-width: 100%;
}
.flex-buttons {
    justify-content: center;
}
.flex-buttons .button, .flex-buttons .button:visited {
    margin: 12px;
}
.content a, .content a:visited {
    color: var(--main-color);
}
.footer {
    border-top: solid 8px var(--main-color);
    background-color: #000;
    -moz-box-shadow: 0px 500px 0px 500px #000;
    -webkit-box-shadow: 0px 500px 0px 500px #000;
    box-shadow: 0px 500px 0px 500px #000;
}
.footer .page-title {
    font-size: 36px;
    line-height: 44px;
    margin-left: 8px;
}
.footer .page-title span {
    font-size: 24px;
    line-height: 28px;
}
.footer a, .footer a:visited {
    color: var(--main-color);
    text-decoration: underline;
}
.footer-border {
    margin-top: 12px;
    border-top: solid 4px var(--highlight-color);
}
.footer-border > .content {
    padding-top: 0;
}
.footer-border p {
    margin: 4px auto;
}
.video-container, .html-video-container {
    position: relative;
    margin-top: 36px;
    padding-bottom: 54.8%;
    height: 0;
    overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed, .html-video-container video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
    height: 100%;
    margin: auto;
}
@media (max-width: 768px) {
    .page-title {
        display: table;
    }
    .button, .button:visited, .blogReadMore a, .blogReadMore a:visited {
        margin: auto;
    }
    .overlay-content {
        background-color: #000;
    }
    .icon {
        border-right: none;
    }
    .event-thumb {
        max-width: 280px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    .event-date {
        margin: auto;
    }
}
/* Owl Carousel */
.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}
.owl-theme .owl-nav [class*='owl-']:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none;
}
.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}
.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}
ul.owl-carousel, .owl-carousel ul {
    padding: 0;
    margin: 0;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}
.owl-dots {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.owl-dot {
    display: block;
    margin: 4px;
    width: 20px;
    height: 20px;
    border: solid 2px var(--highlight-color) !important;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0) !important;
}
.owl-dot.active {
    background-color: var(--highlight-color) !important;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 45%;
    left: 8px;
    width: 42px;
    height: 42px;
    color: var(--highlight-color) !important;
    font-size: 64px !important;
    line-height: 40px !important;
    font-weight: 700 !important;
    border-radius: 50%;
    border: solid 4px var(--highlight-color) !important;
    opacity: 0.7;
}
.thumbnail-gallery.owl-carousel .owl-nav button.owl-prev, .thumbnail-gallery.owl-carousel .owl-nav button.owl-next {
    top: 30%;
}
.owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-next:hover {
    opacity: 1;
}
.owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: 8px;
}
.fp-images {
    margin: auto;
    max-width: 480px;
}
.fp-image-thumb, .fp-images img {
    display: block;
    width: 100%;
}
.play-video i {
    position: absolute;
    display: block;
    top: 33%;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    margin: auto;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    letter-spacing: 2px;
    color: #FFF;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    z-index: 5;
}
.play-video i:before {
    position: relative;
    display: block;
    margin: auto;
    content: "";
    text-indent: -9999px;
    width: 50px;
    height: 50px;
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAAAzCAYAAAA6oTAqAAAACXBIWXMAAAsSAAALEgHS3X78AAABdElEQVRogeXa702DUBSH4bfGAbpBO4IjOIIj4CZuom7QETpCR6AbuMHxA/5Mg7dK4f45B9+EhAJNeNIGLuRuzIy1dNf6BHL2LzAvwAkw4Ah0dU5nYWY2Xk6WrjezLnG8m2W8obsCCYEa/826CT/mDngF+onHV2vJBcAdKsfVzA0q56W5OarEfaYZquRNszqqxgigGqrmcKY4qsXYrBiq5UAzO8rDqDkbygNGLUZ5wqjZKI8YdTPKM0ZNRkXAqD9RkTDqEvVwuSMiRu2AA7DVhsgYGEBP+hAdA7DXyhow360Bc9BKdMw7w8tKIC7mDDwzut/cNzmV+Z0ZXh2/pXZGwfyKUN4xkxDKK+YmhPKGmYVQXjCLEKo1JgtCtcJkRajamCIIVQtTFKFKY6ogVClMVYTKjWmCULkwTRFqKcYFQo2fZ/qJ39PzxB4nEODHpIZ91AkNlpihoVkaH5EQWjZmyflmW+CR4Y3h8Wtx3zVMyKK+0Ej2CZpY11Nopd1ZAAAAAElFTkSuQmCC)
}
.play-video:hover i {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.gallery ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.gallery li {
    display: block;
    width: 48%;
    margin: 1%;
}
.gallery li img {
    position: absolute;
    top: 0;
    left: -50%;
    right: -50%;
    bottom: 0;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.gallery li a {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.5%;
    overflow: hidden;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    opacity: 0.8;
}
.gallery li:hover a {
    transform: scale(1.1, 1.1);
    opacity: 1;
}
.gallery-nav {
    text-align: center;
}
.gallery-nav a {
    display: block;
    font-size: 18px;
    margin-bottom: 12px;
}