/*styles for the template partial Hero and Hero type 1*/
section.floorplan-browser {
	padding: 0;
  }
  
  section.floorplan-browser.archive-floorplan {
	padding-top: 40px;
  }
  
  section.floorplan-browser .plan-cards {
	padding: 0 !important;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
  }
  
  section.floorplan-browser .tax-filter {
	display: flex;
	padding: 0;
  }
  
  section.floorplan-browser .terms {
	margin-left: 5%;
	margin-right: 6%;
  }
  
  section.floorplan-browser .floorplan-term {
	width: 90px;
	height: 90px;
	border: solid 1px;
	display: inline-flex;
	border-radius: 50%;
	text-align: center;
	margin-left: 40px;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
	cursor: pointer;
  }
  
  section.floorplan-browser .plan-cards .card .plan-content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
  }
  
  section.floorplan-browser .plan-content .title {
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 100%;
	text-transform: uppercase;
	hyphens: auto;
  }
  
  .plan-content h3 {
	padding: 0px;
	margin: 20px 0px 0px 0px;
  }
  
  section.floorplan-browser .card .inner {
	position: relative;
	padding-top: 30px;
  }
  
  section.floorplan-browser .card .pas-button {
	display: block;
	margin-top: 0px;
	width: 100%;
	margin-left: -15px;
	margin-right: -15px;
  }
  
  section.floorplan-browser a.more-link {
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
  }
  
  /*filters for floorplan-archive*/
  section.floorplan-browser .filter-wrap {
	display: flex;
	margin-left: -50%;
	margin: 40px 0;
	position: relative;
  }
  
  section.floorplan-browser select.pas-button {
	border: solid 1px;
	width: 110%;
	max-width: 285px;
	-webkit-appearance: none;
	-moz-appearance: none;
  }
  
  section.floorplan-browser .filter-wrap > span {
	position: absolute;
	right: 30px;
	top: 21px;
	z-index: -1;
  }
  
  section.floorplan-browser select.pas-button {
	background-color: transparent !important;
  }
  
  section.floorplan-browser .filter-wrap span.icon-chevron-right {
	transform: rotate(90deg);
  }
  
  section.floorplan-browser .reset-link {
	cursor: pointer;
	opacity: 0.9;
  }
  
  section.floorplan-browser .reset-link:hover {
	opacity: 1;
  }
  
  /***********************/
  /* Responsive styles */
  /***********************/
  @media (max-width: 768px) {
	section.floorplan-browser .tax-filter {
	  flex-direction: column;
	}
  
	section.floorplan-browser .floorplan-term {
	  margin: 10px 0;
	}
  
	section.floorplan-browser .terms {
	  margin-top: 28px;
	}
  }
  
  @media (min-width: 768px) {
	section.floorplan-browser .tax-filter {
	  margin-right: 5%;
	}
  
	section.floorplan-browser .plan-cards .card .plan-content {
	  min-height: 520px;
	}
  }
  
  /* Changing the perfect floorplan for middle resolutions  -J */
  @media (min-width: 993px) and (max-width: 1300px) {
	section.floorplan-browser .section-header {
	  top: 80px !important;
	  margin-bottom: 6%;
	  padding: 62px 40px 50px 100px;
	  right: 9%;
	  /*
		  left: 7%;
		  */
	}
  
	section.floorplan-browser .tax-filter {
	  margin-right: 10%;
	  margin-top: 4%;
	}
  }
  /*end edit*/
  
  @media (max-width: 768px) {
	.floorPlanButton {
	  width: 59% !important;
	  margin-top: 4rem !important;
	  margin: 0 auto !important;
	}
  
	.floor-plan.card .inner > *:not(.card-image) {
	  padding: 0 20%;
	}
  
	section.floorplan-browser .terms {
	  justify-content: space-between;
	  display: flex;
	}
  
	section.floorplan-browser .tax-filter .v-center-line {
	  display: none;
	}
  }
  
  @media (max-width: 992px) {
	.floorPlanButton {
	  left: -6%;
	  top: 17px !important;
	}
  
	.floorPlanLine span {
	  width: 91.5% !important;
	  padding-top: 3%;
	}
  
	section.floorplan-browser .plan-cards .card .plan-content {
	  min-height: 480px;
	}
  }
  @media (min-width: 992px) {
	section.floorplan-browser.top-overlap .section-header {
	  margin-top: -190px;
	}
  
	section.floorplan-browser .section-header {
	  padding: 0px 150px;
	}
  
	section.floorplan-browser .card .pas-button {
	  margin-left: 0;
	  margin-right: 0;
	}
  
	.floorPlanButton {
	  left: -6%;
	  top: 17px !important;
	}
  
	.floorPlanLine span {
	  width: 91.5% !important;
	  padding-top: 3%;
	}
  
	section.floorplan-browser .section-header {
	  padding: 62px 150px 50px 150px;
	  right: 9%;
	  height: 23%;
	}
  
	section.floorplan-browser .tax-filter {
	  margin-right: 10%;
	  padding-bottom: 2%;
	}
  
	section.floorplan-browser .plan-cards .card .plan-content {
	  min-height: 480px;
	}
  }
  
  @media (min-width: 1200px) {
	section.floorplan-browser .plan-cards .card .plan-content {
	  min-height: 450px;
	}
  
	section.floorplan-browser .card .inner {
	  padding: 30px 15px;
	}
  }
  
  @media (min-width: 1800px) {
	.flooplansButtonsLeft {
	  /*margin: 0px 165px !important;*/
	}
	section.floorplan-browser .tax-filter {
	  margin-right: 17%;
	}
	section.floorplan-browser .plan-filters .v-center-line {
	  margin-left: -100%;
	}
  }
  
  @media (max-width: 970px) {
	section.floorplan-browser .plan-filters .v-center-line {
	  margin-left: -100%;
	}
  }
  section.floorplan-browser .plan-filters .v-center-line {
	margin-left: -100%;
  }
  
  /********* Changing the padding according to design (for middle resolutions) -J *******/
  
  /* For regular Resolutions */
  
  section.floorplan-browser .plan-cards .card .plan-content {
	margin-bottom: -100px;
  }
  section.floorplan-browser .plan-cards .card .plan-content {
	min-height: 450px;
  }
  section.floorplan-browser .plan-cards {
	margin-top: rem !important;
  }
  section.floorplan-browser a.more-link {
	margin-top: -12rem;
  }
  .floor-plan ul.meta-list {
	margin-top: -9rem;
	margin-top: -11rem;
  }
  section.floorplan-browser .card .pas-button {
	margin-top: 0rem !important;
	top: -11rem;
  }
  
  section.floorplan-browser .plan-content .title {
	width: 120%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2; /* number of lines to show */
	-webkit-box-orient: vertical;
  }
  
  /* For Middle Resolutions */
  
  @media (min-width: 992px) and (max-width: 1650px) {
	section.floorplan-browser .plan-cards {
	  margin-top: 2rem !important;
	  margin-bottom: -3rem !important;
	}
	section.floorplan-browser .card .pas-button {
	  /*
		  margin-top: 0rem;
		  top: -120px;
		  */
	}
  
	.floor-plan ul.meta-list {
	  margin-top: -8.5rem;
	  margin-bottom: -7rem;
	}
  
	section.floorplan-browser .card .pas-button {
	  margin-top: 0rem !important;
	  top: -9rem;
	}
	section.floorplan-browser a.more-link {
	  margin-top: -2rem;
	}
	section.floorplan-browser .plan-content .title {
	  width: 120%;
	  overflow: hidden;
	  text-overflow: ellipsis;
	  display: -webkit-box;
	  -webkit-line-clamp: 2;
	  -webkit-box-orient: vertical;
	}
  }
  
  /* Avoid Overlap floor plan browser and full width column */
  
  /*
  @media (min-width: 992px) and (max-width: 1500px){
	  section.floorplan-browser.top-overlap .section-header {
		  margin-top: -100px;
	  }
	  
  }
  */
  
  /*Margin change for lower resolutions -j */
  
  @media (min-width: 768px) and (max-width: 997px) {
	section.floorplan-browser .plan-cards {
	  margin-top: 2rem !important;
	  margin-bottom: -3rem !important;
	}
	section.floorplan-browser .card .pas-button {
	  margin-top: 0rem;
	  top: -130px;
	}
  
	.floor-plan ul.meta-list {
	  margin-top: -9rem;
	  margin-bottom: -6rem;
	}
  
	section.floorplan-browser a.more-link {
	  margin-top: -2rem;
	}
  
	section.floorplan-browser .plan-content .title {
	  width: 120%;
	  overflow: hidden;
	  text-overflow: ellipsis;
	  display: -webkit-box;
	  -webkit-line-clamp: 2;
	  -webkit-box-orient: vertical;
	}
  }
  
  /*MOBILE*/
  
  @media (max-width: 600px) {
	section.floorplan-browser .card .pas-button {
	  margin-top: 0rem !important;
	  top: -9rem;
	}
  
	.floor-plan ul.meta-list {
	  margin-top: -9rem;
	  margin-bottom: -6rem;
	}
  
	section.floorplan-browser a.more-link {
	  margin-top: -2rem;
	}
  }
  
  @media (min-width: 768px) and (max-width: 1900px) {
	section.floorplan-browser {
	  padding-bottom: 4rem;
	}
  }
  
  /* For the "browse all floor plans button" */
  @media (min-width: 978px) and (max-width: 1200px) {
	section.floorplan-browser .tax-filter {
	  margin-right: auto;
	}
  }
  
  /* find your perfect floorplan text resize for this set of specific resolutions -j*/
  
  @media (min-width: 1500px) and (max-width: 1685px) {
	.floorplan-browser .section-subtitle {
	  font-size: 60px;
	  width: 100%;
	}
  }
  
  /* Changing the Width to avoid Overlap  -J */
  
  @media (min-width: 576px) {
	section.floorplan-browser .card .pas-button {
	  width: 140% !important;
	}
  }
  
  @media (min-width: 768px) {
	section.floorplan-browser .card .pas-button {
	  width: 100% !important;
	}
  }
  
  @media (min-width: 992px) {
	section.floorplan-browser .card .pas-button {
	  width: 110% !important;
	}
  }
  
  @media (min-width: 1200px) {
	section.floorplan-browser .card .pas-button {
	  width: 115% !important;
	}
  }
  
  @media (min-width: 1800px) {
	section.floorplan-browser .card .pas-button {
	  width: 100% !important;
	}
  }
  