.contentTitle, .contentTitle a {
    font-weight: 600;
}

.button {
    padding: 15px 75px;
}
.navContent li .button {
    padding: 1em 1em;
}
.primaryContent > div:first-child .pageTitle {
    color: #378482;
    letter-spacing: .1em;
    padding-left: .1em;
    background: white;
    padding: 15px;
    border-bottom: 2px solid rgba(101, 203, 153, 0.64);
}

/*unique simple list structure*/

/*Targets the parent container of the simple list items*/
.primaryContent > div:nth-child(2) .itemsCollectionContent,
.items_c52d64cc500048e386628bcea50624a7,
.items_df621f8523994966bcde7ddc8d36c8e4,
.items_a5d804924a3e47928434de9657eb4549 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
	align-items: center;
}


@media (min-width: 992px) {
    .primaryContent > div:nth-child(2) .itemsCollectionContent > div:first-child,
    .items_c52d64cc500048e386628bcea50624a7 > div:first-child,
    .items_df621f8523994966bcde7ddc8d36c8e4 > div:first-child {
        width: 30%;
    }
    .primaryContent > div:nth-child(2) .itemsCollectionContent > div:last-child,
    .items_c52d64cc500048e386628bcea50624a7 > div:last-child,
    .items_df621f8523994966bcde7ddc8d36c8e4 > div:last-child {
        width: 66%;
        border-left: 2px solid #a0a0a0;
        padding-left: 60px;
    }
    
    /* our area teal list*/
    
    .items_a5d804924a3e47928434de9657eb4549 > div:last-child  {
        width: 30%;
    }
    .items_a5d804924a3e47928434de9657eb4549 > div:first-child  {
        width: 66%;
        border-right: 2px solid #ffffff;
        padding-right: 60px;
    }
}

@media (min-width: 768px) {
    div.blockWrap_dd943fca7a9e432e927b0d071dcdae63 {
        width: 85% !important;
    }
    div.blockWrap_f11bafc84ed74b3e8771672f75563163 {
        width: 10% !important;
    }
    .socialIconsContainer .maxWidth--content {
        text-align: right !important;
    }
    
    #page_f3a0620d8c1d4c1582ca264707a86639 div.layoutC .contentImg,
    #page_f3a0620d8c1d4c1582ca264707a86639 div.layoutD .contentImg{
        display: none;
    }
}

@media (max-width: 767px) {
    .footerContainer .txa0,
    .footerContent .blockInnerContent, 
    .footerContent .itemsCollectionContent, 
    .footerContent .definitionListContainer dl, 
    .footerContent .definitionListContainer .contentTitle, 
    .footerContent .contentTitle, 
    .footerContent .blockForm { 
        text-align: center !important;
    }
   .primaryContent > div:first-child {
       padding-top: 50px !important;
       padding-bottom: 50px !important;
   }
    .blockText {
        padding-bottom: 50px !important;
    }
}

/*ANTERO FLOOR PLAN-----------equalize simple list blocks*/

/*Targets the parent container of the simple list items*/
.items_d01210e95740439e8963c45140bbe0c2 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}
/*Targets the child flex items*/
.items_d01210e95740439e8963c45140bbe0c2 > .item {
	display: flex;
	flex-direction: column;
}
/* Popup Styles */

.dismiss{
cursor: pointer;
}
/* End Popup Styles */