body {
     font-family: "Montserrat", sans-serif;
     font-weight: 400;
     font-style: normal;
     font-size: 20px;
     line-height: 1.6;
     color: #111821;
}
.mobile-banner {
     display: none;
}
h1 {
     font-family: "Antonio", sans-serif;
     font-size: 6.75rem;
     line-height: 1.1;
     font-weight: 600;
     letter-spacing: 4px;
}
h2 {
     font-family: "Antonio", sans-serif;
     font-size: 2rem;
     line-height: 1;
     font-weight: 300;
}
h2 span {
     font-weight: 600;
     color: #be965c;
}
.dark-blue {
     color: #203a72;
}
.black-text {
     color: #111821;
}
.white {
     color: #fff;
}
.black {
     color: #111821;
}
.gold {
     color: #be965c;
}
.section-padding-0 {
     padding: 0px;
}
.section-padding-100 {
     padding: 100px 0px;
}
.semibold {
     font-weight: 500;
}
.pt100 {
     padding-top: 100px;
}
.pb100 {
     padding-bottom: 100px;
}
.pt50 {
     padding-top: 50px;
}
.pb50 {
     padding-bottom: 50px;
}
.section-spacing {
     margin-bottom: 100px;
}
p:last-child {
     margin-bottom: 0px;
}
.section-padding-100-50 {
     padding-top: 100px;
     padding-bottom: 50px;
}
.top-logo {
     max-width: 175px;
     margin: 0px auto;
}
.content-section {
     padding: 50px 0px;
}
/* backgrounds */
.black-background {
     background-color: #000;
     display: flex;
     justify-content: center;
     flex-direction: column;
     text-align: left;
}
.textcenter {
     text-align: center;
}
/* HOMEPAGE HERO */
.homepage-hero {
     background-color: #111821;
}
.homepage-hero-logo {
     text-align: center;
     padding-top: 50px;
     position: relative;
}
.homepage-hero-left-text {
     position: absolute;
     top: 25%;
     left: 9%;
     z-index: 1000;
}
.homepage-hero-left-title {
     padding: 0px 75% 0px 0px;
}
.homepage-hero-left-paragraph {
     font-size: 18px;
     padding: 30px 75% 0px 0px;
}
.homepage-hero-category-one {
     position: absolute;
     z-index: 1000;
     bottom: 5%;
     left: 2.5%;
}
.homepage-hero-category-two {
     position: absolute;
     z-index: 1000;
     bottom: 5%;
     left: 31.5%;
}
.homepage-hero-category-three {
     position: absolute;
     z-index: 1000;
     bottom: 5%;
     left: 60.3%;
}
.homepage-hero-category {
     font-family: "Antonio", sans-serif;
     color: #fff;
     font-size: 40px;
}
/* CONTENT NO IMAGE */
.content-no-image {}
.content-no-image-title {}
.content-no-image-text {}
/* FULL WIDTH SECTION HEADER */
.full-width-section-header-lines {}
.full-width-section-header-lines img {
     width: 100vw;
}
.full-width-section-header {
     background-color: #111821;
     padding-bottom: 8px;
}
/* COMMUNITY SECTION */
.communities-container {}
.community-left-odd-number {
     display: flex;
     justify-content: center;
     flex-direction: column;
     padding: 0px 5% 0px 5%;
}
.community-right-odd-number {
     position: relative;
}
.community-right-odd-number img {
     width: 100vw;
}
.community-right-even-number {
     display: flex;
     justify-content: center;
     flex-direction: column;
     padding: 0px 5% 0px 5%;
}
.community-left-even-number {
     position: relative;
}
.community-left-even-number img {
     width: 100vw;
}
.community-logo {
     position: absolute;
     z-index: 2000;
     top: 30px;
     left: 30px;
     margin-bottom: 24px;
}
.community-logo img {
     max-width: 150px;
     height: auto;
     margin: 0px auto;
}
.community-title-odd-number {
     margin-bottom: 24px;
}
.community-title-odd-number h2 {
     text-transform: uppercase;
     color: #fff;
}
.community-title-odd-number h2 span {
     font-weight: 700;
     color: #fff;
}
.community-title-even-number {
     margin-bottom: 24px;
}
.community-title-even-number h2 {
     text-transform: uppercase;
     color: #111821;
}
.community-title-even-number h2 span {
     font-weight: 700;
     color: #111821;
}
.community-description {
     font-size: 18px;
     margin-bottom: 24px;
}
.community-button {
     text-align: right;
     position: relative;
     padding-right: 5%;
}
.community-button:before {
     content: "";
     background-image: url("../images/button-gold-line.png");
     position: absolute;
     background-repeat: no-repeat;
     background-position: center;
     width: 4px;
     height: 80px;
     background-size: cover;
     z-index: 2000;
}
.btn-community-white, .btn-community-white:visited {
     outline: none !important;
     -webkit-box-shadow: none !important;
     box-shadow: none !important;
     background-color: transparent !important;
     font-family: "Antonio", sans-serif;
     font-size: 28px !important;
     line-height: 34px !important;
     color: #fff !important;
     font-weight: 400;
     padding: 0px !important;
     margin-top: 90px;
}
.btn-community-white:hover, .btn-community-white:active {
     background-color: transparent !important;
     color: #be965c !important;
     outline: none;
}
.btn-community-black, .btn-community-black:visited {
     outline: none !important;
     -webkit-box-shadow: none !important;
     box-shadow: none !important;
     background-color: transparent !important;
     font-family: "Antonio", sans-serif;
     font-size: 28px !important;
     line-height: 34px !important;
     color: #111821 !important;
     font-weight: 400;
     padding: 0px !important;
     margin-top: 90px;
}
.btn-community-black:hover, .btn-community-black:active {
     background-color: transparent !important;
     color: #be965c !important;
     outline: none;
}
/* FOOTER */
.footer-bkg-outer {
     background-color: #111821;
     padding: 100px 0px;
}
.footer-columns-row {
     max-width: 1480px;
}
.footer-col1 {
     padding-left: 4%;
}
.footer-col1 img {
     max-width: 125px;
     height: auto;
}
.footertext {
     color: #fff;
     font-size: 16px;
     line-height: 26px;
     margin-bottom: 18px;
     font-weight: 300;
}
.footerphone, .footeremail {
     color: #fff;
     font-size: 16px;
     margin-bottom: 2px;
     font-weight: 300;
}
.footer-location-group {
     padding-top: 30px;
}
.footer-location-item-details {
     margin-bottom: 0px;
}
.second-footer {
     background-color: #111821;
     text-align: center;
}
.second-footer-spacing {
     margin-top: 100px;
}
.footer-col3 {
     padding-top: 30px;
}
.footer-col3 img {
     max-width: 175px;
     height: auto;
}
p.copyright {
     font-size: 13px;
     color: #fff;
     font-weight: 300;
}
.cd-top {
     display: inline-block;
     height: 40px;
     width: 40px;
     position: fixed;
     bottom: 40px;
     right: 10px;
     box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
     /* image replacement properties */
     overflow: hidden;
     text-indent: 100%;
     white-space: nowrap;
     background: rgba(190, 150, 92, 0.8) url(../../images/cd-top-arrow.svg) no-repeat center 50%;
     visibility: hidden;
     opacity: 0;
     -webkit-transition: opacity .3s 0s, visibility 0s .3s;
     -moz-transition: opacity .3s 0s, visibility 0s .3s;
     transition: opacity .3s 0s, visibility 0s .3s;
     z-index: 1010;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
     -webkit-transition: opacity .3s 0s, visibility 0s 0s;
     -moz-transition: opacity .3s 0s, visibility 0s 0s;
     transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
     /* the button becomes visible */
     visibility: visible;
     opacity: 1;
}
.cd-top.cd-fade-out {
     /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
     opacity: .5;
}
.no-touch .cd-top:hover {
     background-color: #be965c;
     opacity: 1;
}
/* LINKS */
a.footerphonelink:link, a.footerphonelink:visited {
     font-size: 16px;
     font-weight: 400;
     color: #fff;
     text-decoration: none;
     outline: none;
     border: none;
}
a.footerphonelink:hover, a.footerphonelink:active {
     font-size: 16px;
     font-weight: 400;
     color: #fff;
     text-decoration: none;
     outline: none;
     border: none;
}
a.footeremaillink:link, a.footeremaillink:visited {
     font-size: 16px;
     color: #fff;
     font-weight: 400;
     text-decoration: none;
     outline: none;
     border: none;
}
a.footeremaillink:hover, a.footeremaillink:active {
     font-size: 16px;
     color: #be965c;
     font-weight: 400;
     text-decoration: none;
     outline: none;
     border: none;
}
@media (min-width: 1920px) {}
@media (max-width: 1700px) {
     .homepage-hero-left-text {
          top: 27%;
          left: 7%;
     }
}
@media (max-width: 1600px) {
     .homepage-hero-logo {
          padding-top: 25px;
     }
     h1 {
          font-size: 5.75rem;
          line-height: 1.1;
     }
}
@media (max-width: 1500px) {
     .homepage-hero-left-text {
          top: 29%;
          left: 7%;
     }
     h1 {
          font-size: 5.25rem;
          line-height: 1.1;
     }
     .homepage-hero-left-paragraph {
          font-size: 16px;
     }
     .community-description {
          font-size: 16px;
          margin-bottom: 22px;
     }
     .community-button:before {
          content: "";
          background-image: url("../images/button-gold-line-sm.png");
          height: 40px;
     }
     .btn-community-white, .btn-community-white:visited {
          margin-top: 40px;
     }
     .btn-community-black, .btn-community-black:visited {
          margin-top: 40px;
     }
}
@media (max-width: 1400px) {
     .top-logo {
          max-width: 150px;
     }
     .homepage-hero-left-text {
          top: 27%;
     }
     h1 {
          font-size: 4.75rem;
          line-height: 1.1;
     }
     .homepage-hero-category {
          font-size: 30px;
     }
}
@media (max-width: 1300px) {
     .homepage-hero-left-text {
          left: 3%;
     }
     h1 {
          font-size: 4rem;
          line-height: 1.1;
     }
     .homepage-hero-left-paragraph {
          padding: 20px 70% 0px 0px;
     }
     .community-title-odd-number h2 {
          font-size: 1.75rem;
     }
     .btn-community-white, .btn-community-white:visited {
          font-size: 24px !important;
          line-height: 30px !important;
     }
     .btn-community-black, .btn-community-black:visited {
          font-size: 24px !important;
          line-height: 30px !important;
     }
}
@media (max-width: 1199px) {
     .homepage-hero-logo {
          padding-top: 15px;
     }
     .top-logo {
          max-width: 125px;
     }
     h1 {
          font-size: 3.5rem;
          line-height: 1.1;
     }
     .homepage-hero-left-paragraph {
          padding: 10px 70% 0px 0px;
     }
     .homepage-hero-left-paragraph {
          font-size: 15px;
     }
     .community-description {
          font-size: 14px;
          margin-bottom: 20px;
     }
     .community-button:before {
          content: "";
          background-image: none;
     }
     .btn-community-white, .btn-community-white:visited {
          margin-top: 0px;
     }
     .btn-community-black, .btn-community-black:visited {
          margin-top: 0px;
     }
     .community-logo img {
          max-width: 125px;
     }
}
@media (max-width: 991px) {
     .homepage-hero-left-text {
          display: none;
     }
     .mobile-banner {
          display: block;
          padding-top: 30px;
     }
     .homepage-hero-left-paragraph {
          padding: 30px 5% 30px 5%;
     }
     .homepage-hero-category {
          font-size: 20px;
     }
     .community-left-odd-number {
          padding: 30px 5% 30px 5%;
     }
     .community-right-even-number {
          padding: 30px 5% 30px 5%;
     }
     .community-button:before {
          content: "";
          background-image: url("../images/button-gold-line-sm.png");
          height: 40px;
     }
     .btn-community-white, .btn-community-white:visited {
          margin-top: 40px;
     }
     .btn-community-black, .btn-community-black:visited {
          margin-top: 40px;
     }
     .section-spacing {
          margin-bottom: 50px;
     }
     .footer-columns-row {
          text-align: center;
     }
     .footer-col1 {
          padding-left: 0px;
     }
}
@media (max-width: 767px) {}
@media (max-width: 600px) {
     .section-padding-100-50 {
          padding-top: 50px;
          padding-bottom: 0px;
     }
}
@media (max-width: 500px) {
     .community-logo {
          top: 10px;
          left: 10px;
     }
     .community-logo img {
          max-width: 100px;
     }
}
@media (max-width: 450px) {
     .homepage-hero-category {
          font-size: 18px;
     }
}