body, html{
    height: 100%;
    font-family: 'Montserrat', sans-serif; //Arial, Helvetica, sans-serif;
}

.company-green{
    background-color: #245004;
    color: #FFF;
}

.company-orange{
    background-color: #FAA620;
}

.home-container{
    padding-top: 50px;
    margin: 5px;
}

.pull-right{
    float: right;
}

.row{
    margin-right: 0px;
    margin-left: 0px;
}

/* company logo */

.navigation{
    height: 80px
}

.top-image{
    position: absolute;
    margin: 5px 5px 5px 20px;
    height: 70px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    z-index: 10;
}

@keyframes slideFromTop {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0);
    }
}

.image-panel{
    height: 80px;
    width: 100%;
    background-color: black;
}

.link-bar{
    position: relative;
    z-index: 1;
    width: 100%;
    min-height: 50px;
    padding-left: 180px;
    margin-top: -65px;
}

.nav-list-link:hover{
    color: white;
    text-decoration: none;
    background-color: #2c6006;
}

.nav-list-link.active{
    color: white;
    text-decoration: none;
    background-color: #2c6006;
}

.nav-list-master{
    width: 100%;
    margin: 0px;
    text-align: right;
}

@media (max-width: 1033.98px) {
    .full-sized-list {
        display: none;
        list-style: none;
    }
    .expand-button{
        display: block;
        background-color: transparent;
        border: none;
        float: right;
    }
    .nav-list-link{
        display: inline-block;
        width: 100%;
        height: 50px;
        text-align: center;
        color: white;
        text-decoration: none;
        padding-top:12px;
    }
    .link-bar{
        padding-left:0px;
    }
}

@media (min-width: 1034px) {
    .top-image{
        animation: 2s ease 0s 1 slideFromTop;
    }
    .full-sized-list {
        display: block;
    }
    .expand-button{
        display: none;
    }
    .nav-list-item{
        display: inline;
    }
    .nav-list-link{
        display: inline-block;
        width: 19%;
        height: 50px;
        text-align: center;
        color: white;
        text-decoration: none;
        padding-top:12px;
    }
}

.toggle-button{
    margin:10px;
}

/* Footer */
footer{
    padding: 15px;
    background-color: #245004;
    font-size: 14px;
}
.vertical-bar{
    border: 2px solid #FAA620;
}
.footer-text, .footer-text>a{
    margin-bottom: 5px;
    color: #eee;
}

.footer-text>img{
    width: 25px;
    height: 25px;
}

/* Home Page */
.media-container{
    width:100%;
    height: 40vw;
    position: relative;
    overflow: hidden;
}

.entry-video{
    width: 100%;
}

.success-banner{
    position: absolute;
    top:0;
    left: 0;
    right: 0;
}

.video-text{
    position: absolute;
    width: 25%;
    top: 40%;
    left: 10%;
    color: white;
    padding: 10px 75px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color: black;
    padding: 20px;
    border-radius: 5px;
    opacity: 0.8;
}

.video-text-login{
    left: 37%;
    top: 20%;
    opacity: 0.9;
    background-color: white;
    color: black;
    max-height: 60%;
    overflow-x: auto;
}

.video-qr-image{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.video-image{
    max-width:100%;
}

.application-link{
    text-decoration: none;
}

.application-link:hover{
    color: #fff;
    text-decoration: none !important;
}

.community-header{
    margin-left: 25px;
}

.link-to-all{
        text-align: center;
        font-size: 20px;
        color: white;
        background-color: black;
        opacity: 0.8;
    }
.link-to-all>span{
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

@media (min-width: 768px){
    .featured-image {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        width: 100%;
        height: 15vw;
        border-radius: 10px;
    }
    .link-to-all{
        line-height: 15vw;
    }
}

@media (max-width: 768px){
    .featured-image {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        width: 100%;
        height: 68vw;
        border-radius: 10px;
    }
    .link-to-all{
        line-height: 68vw;
    }
}

.featured-text{
    text-decoration: none !important;
    color: black;
}

.featured-text:hover{
    color: black;
}

.apartment-name{
    line-height: 20px;
    height: 40px;
    font-size: 20px;
    margin-top: 2px;
    margin-bottom: 2px;
}

.apartment-phone{
    font-size: 14px;
    margin-top: 2px;
    margin-bottom: 2px;
}

.apartment-city{
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 2px;
}

.mission-container{
    position: relative;
    width: 100%;
}

.mission-img{
    width: 100%;
}

.mission-statement{
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 50%;
    background-color: white;
    color: #245004;
    padding: 20px;
    opacity: 0.8;
}

.mission-text{
    font-size: 18px;
    margin: auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    height: 200px;
}

@media (min-width: 992px){
    .index-end-half{
        width: 45%;
        margin: 2%;
        display: inline-block;
        vertical-align:top;
    }
}

@media (max-width: 991.98px){
    .index-end-half{
        width: 100%;
    }
}

.quick-links{
    display: inline-block;
    width: 49%;
    padding: 0 15px 0 15px;
    margin-bottom: 15px;
    position: relative;
}

.quick-links-img{
    width: 100%;
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.quick-links-text{
    border-radius: 0px 0px 5px 5px;
    padding: 15px;
    padding-top: 10px;
    font-size: 20px;
    position: absolute;
    bottom: 0px;
    left: 15px;
    right:15px;
    color: white;
    background: black;
    opacity: 0.8;
    text-align: center;
    top: 70%;
    transition: top 0.5s, padding-top 0.5s, border-radius 0.5s;
}

.quick-links-text:hover{
    border-radius: 5px;
    top: 0px;
    padding-top: 20%;
    color: white;
    background: black;
    opacity: 0.8;
    text-align: center;
    text-decoration: none;
}

.quick-links-description {
  visibility: hidden;
  opacity: 0;
  transition: opacity .8s, visibility .8s;
}

.quick-links-text:hover .quick-links-description{
    visibility: visible;
    opacity: 1;
}


/* Company */
.company{
    /*padding-top: 55px;*/
    margin: 5px;
}
.company-photo {
    width: 100%;
    border-radius: 3px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.horizontal-divider{
    width: 70%;
    margin: 0px 25px 25px 25px;
    border-top: 1px solid #245004;;
    border-bottom: 1px solid #245004;
    position: relative;
    top: 0;
    left: 12%;
}

.number-overview{
    width: 100%;
    font-size: 30px;
    text-align: center;
}

/* Communities */

.communities-row{
    border-bottom: 2px solid black;
    margin-bottom: 15px;
    margin-top: 15px;
}

.communities-no-results{
    text-align: center;
    font-size: 24px;
    border-bottom: none;
}

/* Community */
.cover-container{
    position: relative;
    width: 100%;
}

.cover-img{
    width: 100%;
    min-height: 75px;
}

.cover-txt{
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    background-color: black;
    opacity: 0.8;
    color: white;
    padding: 5px 10px 10px 20px;
}

.cover-btn{
    position: absolute;
    bottom: 5px;
    right: 5px;
}

.cover-title{
    float:left;
    font-size:40px;
}

.cover-address{
    float:right;
    font-size:20px;
}

@media (max-width: 991.98px){
    .cover-title {
        font-size: 20px;
    }
    .cover-address{
        margin-top: 0px;
    }
}

@media (max-width: 768px){
    .cover-address{
        display: none;
    }
 }

 .community-link-container{
    width:100%;
    border:1px solid black;
    border-radius: 2px;

 }

 .community-link-container>a{
    width:100%;
    display: block;
    padding: 10px;
    border-bottom: 1px solid black;
    color: #f8f8f8;
    background-color: #245004;
    opacity: 0.8;
    transition: opacity 1s, border-bottom 1s;
 }

 .community-link-container>a:hover{
    text-decoration:none;
    opacity: 1;
    border-bottom: 3px solid black;
 }

 .link-arrow{
    float: right;
    font-weight: bold;
 }

  .no-bottom-border{
    border-bottom: 0px solid black !important;
 }

  .no-bottom-border:hover{
    transition: border-bottom 1s;
    border-bottom: 2px solid black !important;
 }

 .community-section-title {
    text-align: center;
	overflow: hidden;
	margin: 10px;
}

.community-section-title span {
	display: inline-block;
    position: relative;
}

.community-section-title span:before, .community-section-title span:after {
    content: "";
    border-bottom: 2px solid #245004;
    width: 3em;
    margin: 0 1.5em;
    position: absolute;
    bottom: .5em;
}

.community-section-title span:before {
    right: 100%;
}

.community-section-title span:after {
    left: 100%;
}

.amenities-list {
    list-style: none;
    padding-left: 0px;
}

.amenity{
    font-size: 20px;
    margin-left: 15px;
    display: inline;
}

.floorplan-panel {
    border: 1px solid black;
}

.floorplan-title{
    width: 100%;
    background-color: #e2e2e2;
    border-bottom: 1px solid black;
}

.floorplan-name{
    font-size: 20px;
}

.floorplan-photo{
    width: 100%;
}

.floorplan-footer{
    font-size: 20px;
    width: 100%;
    padding: 10px;
    border-top: 1px solid black;
}

.media-link{
    text-align: center;
    border: 1px solid black;
    display: block;
    padding: 10px;
    border-radius: 2px;
    color: #f8f8f8;
    background-color: #245004;
    opacity: 0.8;
    transition: opacity 1s, border-bottom 1s;
}

.media-link:hover{
    text-decoration:none;
    opacity: 1;
    color: #f8f8f8;
}

.contact-button{
    border: 1px solid black;
    padding: 15px;
    margin: 10px;
    display: inline-block;
    color: black;
    background-color: #e8e8e8;
    width: 80%;
}

.contact-button:hover{
    text-decoration: none;
    color: black;
    background-color: #dadada;
}

@media (min-width: 994px){
    .main-parent{
        width: 640px;
        height: 480px;
        max-width: 100%;
        max-height: 100%;
        display : flex;
        align-items : center;
        position: relative;
    }
}

@media (min-width: 576px) and (max-width: 994px){
    .gallery-main-parent{
        width: 100%;
        height:350px;
        display : flex;
        align-items : center;
        position: relative;
    }
}

@media (max-width: 576px){
    .gallery-main-parent{
        width: 100%;
        height: 60vw;
        display : flex;
        align-items : center;
        position: relative;
    }
}

.gallery-main{
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.gallery-parent{
    display: inline-block;
    width: 125px;
    height: 125px;
    margin: 10px;
}

.gallery-img {
  width: 100%;
  height: 100%;
}

.office-hours-container{
    border-left: 2px solid black;
    border-right: 2px solid black;
}

.office-hours {
    width: 100%;
    margin-top: 35px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 50px;
    font-size: 20px;
}

.office-hours-day{
    float:right;
    padding-right: 15px;
}

.office-hours-time{
    padding-left: 15px;
}





@media (min-width: 768px){
    .album-div {
        width: 97%;
        height: 22vw;
        display : flex;
        align-items : center;
        background-color: #aaa;
    }
 }

 @media (max-width: 768px){
    .album-div {
        width: 97%;
        height: 65vw;
        display : flex;
        align-items : center;
        background-color: #aaa;
    }
 }

@media (min-width: 768px)
    .album-image
        max-width: 100%
        max-height: 22vw
        margin: auto


@media (max-width: 768px)
    .album-image
        max-width: 100%
        max-height: 65vw
        margin: auto


/
.album-button
    display: block !imporant;
    position: absolute
    bottom: 2%
    z-index: 11
    left: 0
    right: 0
    margin-left: auto
    margin-right: auto;
    width: 65px;
}*/

.album-banner{
    display: block !important;
    position: absolute;
    bottom: -1px;
    z-index: 10;
    width:100%;
    height: 70px;
    left: 0;
}

.contact-panel{
    width: 97%;
    background-color: #fff;
    border-left: 1px solid #2c6006;
    border-right: 1px solid #2c6006;
}

.section-header{
    border-top: 1px solid #2c6006;
    border-bottom: 1px solid #2c6006;
    font-size: 18px;
}

.floor-plan{
    width: 100%;
}

.floor-plan a{
    display: block;
    width: 100%;
    color: #000;
    font-size: 20px;
    padding: 10px;
    text-decoration: underline;
}

.floor-plan a:hover{
    color: #000;
    background-color: #eee;
}

/* Photo Modal */
.modal-album{
    width: 33%;
}
@media (min-width: 994px){
    .modal-main-photo-container{
        margin-left: 70px;
        width: 640px;
        height: 480px;
        max-width: 100%;
        max-height: 100%;
        background-color:#aaa;
        display : flex;
        align-items : center;
        position: relative;
    }
}

@media (min-width: 576px) and (max-width: 994px){
    .modal-main-photo-container{
        width: 100%;
        height:350px;
        background-color:#aaa;
        display : flex;
        align-items : center;
        position: relative;
    }
}

@media (max-width: 576px){
    .modal-main-photo-container{
        width: 100%;
        height: 60vw;
        background-color:#aaa;
        display : flex;
        align-items : center;
        position: relative;
    }
}

.modal-main-photo{
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.modal-right-container{
    position: absolute;
    top: 0;
    bottom: 0;
    right:0;
    width: 10%;
    display : flex;
    align-items : center;
    background:rgba(100,100,100,0);
}

.modal-right-container:hover{
    position: absolute;
    top: 0;
    bottom: 0;
    right:0;
    width: 10%;
    display : flex;
    align-items : center;
    background:rgba(100,100,100,0.5);
}

.modal-left-container{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 10%;
    display : flex;
    align-items : center;
    background:rgba(100,100,100,0);
}

.modal-left-container:hover{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 10%;
    display : flex;
    align-items : center;
    background:rgba(100,100,100,0.5);
}

.modal-arrow{
    margin: auto;
}

/*  */

@media (min-width: 994px){
    .modal-ribbon-image{
        margin: 5px;
        width: 170px;
        height: 125px;
    }
}

@media (min-width: 576px) and (max-width: 994px){
    .modal-ribbon-image{
        margin: 5px;
        width: 95px;
        height: 75px;
    }
}

@media (max-width: 576px){
    .modal-ribbon-image{
        margin: 1%;
        margin-top: 5px;
        width: 20%;
        height: 15vw;
    }
}

.max-fill{
    width: 100%;
    height: 100%;
}

.selected-image{
    border: 3px solid;
    color: #245004;
}

@media (min-width: 994px){
    .modal-ribbon-button-media{
        height: 125px;
    }
}

@media (min-width: 576px) and (max-width: 994px){
    .modal-ribbon-button-media{
        height: 75px;
    }
}

@media (max-width: 576px){
    .modal-ribbon-button-media{
        height: 15vw;
    }
}
.modal-ribbon-button{
    margin-top: 5px;
    margin-bottom: 5px;
    width: 20px;
    background-color: rgba(100,100,100,0.5);
}

/* Map */
#map {
    height: 400px;
    width: 100%;
}
.map{
    height: 400px;
    width: 100%;
}
/* Community Filter */
.input-button{
    width: 100%;
}

.input-container{
    position: relative;
}

.input-list{
    position: absolute;
    width: 100%;
    z-index: 10;
    max-height: 200px;
    overflow-y: scroll;
}

/* Team Services */
.iframe-container{
    width: 100%;
    height: 50vw;
    min-height: 500px;
    padding: 50px;
}

.iframe-container>iframe{
    width: 100%;
    height: 100%;
}

.service-link {
    text-align: center;
    display: inline-block;
    width: 100%;
    color: #000;
    background-color: #ababab;
    padding: 10px;
    border-radius: 3px;
}

.service-link:hover {
    text-decoration: none;
    color: #000;
    background-color: #bbbbbb;
}

/* Forms */
.form-button{
    float: right;
    color: #fff;
    background-color: #245004;
    border-color: #2c6006;
}

.form-button:hover{
    background-color: #2c6006;
    border-color: #2c6006;
}

.form-button:focus, .form-button.focus {
    box-shadow: 0 0 0 0.2rem #2c6006;
}

.form-button-secondary{
    float: right;
    color: #fff;
    background-color: #FAA620;
    border-color: #fcad2e;
}

.form-button-secondary:hover{
    background-color: #fcad2e;
    border-color: #fcad2e;
}

.form-button-secondary:focus, .form-button-secondary.focus {
    box-shadow: 0 0 0 0.2rem #fcad2e;
}

/* Testimonials */
.blockquote{
    font-size: 16px;
    color: #000;
    display:block;
    padding: 15px 15px 5px;
    margin: 0px;
    width: 70%;
    position: relative;
}

.blockquote:hover{
    text-decoration: none;
    color: #000;
    background-color: #eee;
}

.blockquote-left{
  text-align: left;
  border-left: 5px solid #FAA620;

}

.blockquote-right{
  margin-left: 25%;
  text-align: right;
  border-right: 5px solid #245004;
}

.blockquote p:before {
  content: '\2014 ';
}

.blockquote p{
    padding: 0px;
    font-weight: bold;
}

/* Loading */

.loading-text{
    margin-bottom: 150px;
}

.sk-cube-grid {
  width: 102px;
  height: 102px;
  margin: 150px auto 15px auto;
}

.sk-cube-grid .sk-cube-green {
  width: 24px;
  height: 24px;
  margin: 5px;
  border-radius: 2px;
  background-color: #245004;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 2s infinite ease-in-out;
          animation: sk-cubeGridScaleDelay 2s infinite ease-in-out;
}

.sk-cube-grid .sk-cube-yellow {
  width: 24px;
  height: 24px;
  margin: 5px;
  border-radius: 2px;
  background-color: #FAA620;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 2s infinite ease-in-out;
          animation: sk-cubeGridScaleDelay 2s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s; }
.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s; }
.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1);
  }
}

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1);
  }
}

.spinner {
	display: block;
	width: 24px;
	height: 24px;
	background: transparent;
	box-sizing: border-box;
	border-top: 4px solid white;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-radius: 100%;
	animation: spin 0.6s ease-out infinite;
    margin: 0px 30px;
}
@keyframes spin {
	100% {transform: rotate(360deg)}
}

.edit-image {
    height: 250px;
}

/**
New home page
*/

.transparent-navigation {
    position: absolute;
    height: 80px;
    width: 100%;
}

.transparent-image-panel{
    height: 80px;
    width: 100%;
}

.navigation-box {
    background-color: #245004;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    opacity: 0.8;
    color: #FFF;
}

.main-container{
    width: auto;
    margin: auto;
    max-width: 1400px;
    padding: 0px 32px;
}

.gallery-container {
    height: 700px !important;
    width: 100%;
    position: relative;
}

.gallery-container-sm {
    height: 525px !important;
    width: 100%;
    position: relative;
}

.slide-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.slide-show-front {
    opacity: 1;
    overflow: hidden;
    transition: all 1s;
}

.slide-show-back {
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: all 1s;
}

.stat-container {
    position: relative;
    top: -62.5px;
    max-width: 1250px;
    padding: 0px 32px;
    width: auto;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}

@media (min-width: 875px){
    .stat-box {
        flex: 0 0 33.33%;
        max-width: 33.33%;
        text-align: center;
    }  
}

@media (max-width: 875px){
    .stat-box {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }  
}

.stat-circle {
    width: 125px;
    height: 125px;
    border-radius: 62.5px;
    border: 1px solid black;
    text-align: center;
    display: inline-block;
    font-size: 55px;
    padding: 20px;
    background-color: #245004;
    color: white;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 20%), 0 0px 5px 0 rgb(0 0 0 / 19%);
}
/*
.generic-container {
    position: relative;
    height: auto;
    padding: 17px;
}*/

.mission-container{
    display: flex;
    flex-wrap: wrap;
}

@media (min-width: 870px){
    .mission-image-right{
        overflow: hidden;
        object-fit: cover;
        width:100%;
        padding: 0px 0px 0px 100px
    }

    .mission-image-left{
        overflow: hidden;
        object-fit: cover;
        width:100%;
        padding: 0px 100px 0px 0px
    }

    .mission-half{
        flex: 0 0 50%;
        max-width: 50%;
    }

    .mission-quarter{
        flex: 0 0 25%;
        max-width: 25%;
    }
    
    .mission-three-quarter{
        flex: 0 0 75%;
        max-width: 75%;
    }
}

@media (max-width: 870px){
    .mission-image-left{
        overflow: hidden;
        object-fit: cover;
        width:100%;
        padding: 10px 100px;
    }

    .mission-image-right{
        overflow: hidden;
        object-fit: cover;
        width:100%;
        padding: 10px 100px;
    }

    .mission-half{
        flex: 0 0 100%;
        max-width: 100%;
    }

    .mission-quarter{
        flex: 0 0 100%;
        max-width: 100%;
    }

    .mission-three-quarter{
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 1200px){
    .featured-image-quarter {
        flex: 0 0 25%;
        max-width: 25%;
        text-align: center;
    }
}

@media (max-width: 1200px) and (min-width: 660px){
    .featured-image-quarter {
        flex: 0 0 50%;
        max-width: 50%;
        text-align: center;
    }
}

@media (max-width: 660px){
    .featured-image-quarter {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }
}

.home-text {
    padding: 25px 0px;
}

.featured-image-title {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 30px 0px
}

.featured-image-home {
    overflow: hidden;
    object-fit: cover;
    width:275px;
    height:275px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}

.featured-image-name {
    text-align: center;
    color: black;
}

.featured-image-name:hover {
    color: black;
}

.center-button {
    text-align: center
}

.see-all-button{
    color: #fff !important;
    background-color: #245004;
    border-color: #2c6006;
}

.see-all-button:hover{
    background-color: #2c6006;
    border-color: #2c6006;
    color: #fff !important;
}

.see-all-button:focus, .form-button.focus {
    box-shadow: 0 0 0 0.2rem #2c6006;
}

.italic-centered{
    font-style: italic;
    text-align: center;
    margin-top: 20px
}

.title-container {
    position: relative;
    top: -62.5px;
    max-width: 1250px;
    padding: 0px 32px 10px 32px;
    width: auto;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    background-color: white;
    border-radius: 5px;
    min-height: 100px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.title-text {
    font-size:40px;
    display: block;
    width: 100%;
    text-align: center;
}

.title-contact {
    display: block;
    width: 100%;
    font-size: 18px;
    font-style: italic;
    text-align: center;
}

.title-link {
    color: black;
}

.title-link:hover{
    color: black;
    text-decoration: underline;
}

.title-link-container{
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.title-offpage-link {
    color: black;
    font-size: 20px;
    padding: 0px 25px;
}

.title-offpage-link:hover{
    color: black;
    text-decoration: underline;
}

.floorplan-list-container{
    display: inline-block;
}

.floorplan-list-style{
    list-style: none;
}

.floorplan-list-item{
    padding-top: 15px;
    padding-bottom: 15px
}

.floorplan-list-link:hover{
    border-bottom: 2px solid #245004;
    cursor: pointer;
}

.floorplan-list-link-active{
    border-bottom: 2px solid #245004;
}

@media (min-width: 870px){
    .floorplan-card-container{
        width: 33%;
        padding: 20px;
        display: inline-block;
    }

    .media-card-container-container{
        width: 25%;
        padding: 20px;
        display: inline-block;
    }
}

@media (max-width: 870px){
    .floorplan-card-container{
        width: 100%;
        padding: 20px;
        display: inline-block;
    }

    .media-card-container-container{
        width: 100%;
        padding: 20px;
        display: inline-block;
    }
}

.floorplan-image {
    width: 100%;
}

.floorplan-card{
    width: 100%;
    background-color: #f8f9fa;
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.floorplan-card-title {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}

.floorplan-details{
    text-align: center;
    font-size: 16px;
}

.floorplan-price{
    text-align: center;
    font-style: italic;
}

.pdf-button {
    width: 100%;
    text-align: center;
    display: block;
    margin-top: 10px;
    border-top: 1px solid black;
    padding: 10px;
    color: black;
}

.pdf-button:hover {
    color: black;
    background-color: #FAA620;
    transition:all 2s linear;
}

.amenity-selector {
    display: inline-block;
    width: 100%;
    margin-left: 30px;
    margin-right: 30px;
}

.amenity-selector-link {
    width: 40%;
    margin: 1% 5%;
    display: inline-block;
    color: black;
    text-align: center;
}

.amenity-selector-link:hover {
    color: black;
    border-bottom: 2px solid #245004;
    cursor: pointer;
}

.amenity-selector-link-active {
    border-bottom: 2px solid #245004;
}

.amenity-list-container {
    width: 100%;
}

.amenity-list {
    width: 50%;
    padding: 15px;
    display: inline-block
}

.media-card-container {
    width: 100%;
}

.media-icon {
    font-size: 75px;
    width: 100%;
    text-align: center;
}

.media-title {
    font-size: 18px;
    text-align: center;
    width: 100%;
}

.media-card-container {
    width: 100%;
    height: 100%;
    color: black;
    display: block;
    border-radius: 5px;
    padding: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.media-card-container:hover{
    color: black;
    background-color: #245004;
    cursor: pointer;
    text-decoration: none;
    transition:all 2s linear;
}

/** For community list page */
.main-list-container{
    width: auto;
    margin: auto;
    padding: 0px;
}

.list-title-container {
    position: relative;
    max-width: 1250px;
    padding: 20px 10px;
    width: auto;
    margin: -62.5px auto 10px auto;
    display: flex;
    flex-wrap: wrap;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    z-index: 10;
}

.list-title-text {
    font-size:40px;
    display: block;
    width: 100%;
    text-align: center;
}

.list-community-padding {
    padding: 10px;
}

.list-container {
    height: 500px;
    width: 100%;
    padding: 0px 20px;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: lightgrey;
}




.list-card {
    width: 100%;
    margin: 20px 0px;
    padding: 10px;
    background-color: #fff;
    box-shadow: 1px 1px 5px 1px #9fa0a3;
    overflow: hidden; /*Allows parent to resize to float child height*/
}

.list-card-image-container {
    float: left;
    width: 285px;
    height: 200px;
    overflow: hidden;
    display: block;
}

.list-card-image {
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.list-card-text-container {
    padding: 10px 15px 0 10px;
    margin-left: 300px;
    position: relative;
}

.list-card-name {
    width: 100%;
    font-style: bold;
    font-size: 20px;
}

.list-card-city {
    width: 100%;
    font-size: 12px;
}

.list-card-contact {
    width: 100%;
    margin-top: 15px;
    font-size: 14px;
    color: #245004;
    font-weight: 700;
}

.list-details-button {
    position: absolute;
    top: 140px;
    font-size: 20px;
    padding: 10px 50px;
}


.community-image-quarter {
    padding: 10px;
    align-items: center;
    justify-content: center;
}
.community-image-card {
    width: 275px;
    height: 100%;
    display: inline-block;
    color: black;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    border-radius: 5px;
}

.community-image-card:hover{
    color: black;
}

.community-image-image {
    overflow: hidden;
    object-fit: cover;
    width:275px;
    height:275px;
    border-radius: 5px 5px 0px 0px;
}

.community-city {
    width: 100%;
    font-size: 12px;
}

.community-name {
    width: 100%;
    font-style: bold;
    font-size: 20px;
}

.community-contact {
    width: 100%;
    font-size: 14px;
}
