div.scrollem {
            margin: 4px, 4px;
            padding: 4px;
            
            /*width: 500px;
	 		text-align: justify;
	background-color: green;*/
		
            height: 500px;
            overflow-x: hidden;
            overflow-y: auto;
           
        }
.newestlisting p {
    line-height: 18px;
}
.paginationNav{display: block;font-size: 12px;}
.pagination-content .pagination li a {
    background: #f5f5f5 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 50%;
    color: #606060;
    display: inline-block;
    font-family: "montserratregular";
    font-size: 18px;
	font-weight: 800;
    height: 40px;
    line-height: 42px;
    margin: 0 10px;
    padding: 0;
    text-align: center;
    width: 40px;
}
.pagination-content .pagination li a:hover {
    background: #7dbd70 none repeat scroll 0 0;
    color: #ffffff;  
	text-decoration: none;
}
.radio-group{width:100%;display:inline-flex;overflow-x:scroll;}
.radio{
    display:block;
    /*width:15px;
    height: 15px;*/
    border-radius: 3px;
    background-color:#ffffff;
    border: 1px solid #999999;
    cursor:pointer;
    margin: 4px 10px 4px 0px; 
	padding:10px;
	text-transform: uppercase;
	text-align: center;
	font-size:.6em;
	width:150px;
}
			.sized{width:200px!important;}
			.radio h5{font-size:250%;}
.mrstrong{color:#000000;font-weight: bolder!important;}
			.fancy{margin-bottom: 4px;padding-bottom: 4px;}	
			.fancy2{margin-bottom: 10px;padding-bottom: 10px;text-align: center;display:block;}	
			.fancy2 span{display:block;font-weight: normal;font-size:80%;}
			.mrgreen{color:#95c41f;}
.radio.selected{
    border-color: #999999;
	background-color: #95c41f;
	color:#ffffff;}
.radio.selected h5{color:#ffffff;}
			.goodBG{background: #F5F5F5;}
			.mintxt{font-weight: 100!important;color:#5A5858;font-size:90%;}
			.highlights h2 span{font-weight: 100!important;color:#5A5858;font-size:50%;display:block;}
			.highlights h2{font-size:1.8em;}
			.smBaths{display: inline-block;font-size:60%;}
			.img-fluid{margin:0 4px 4px 0;}
			a.whiteLink{color:#ffffff;text-decoration: underline;}
			a:hover.whiteLink{color:#95c41f;text-decoration: none;}
			.single-contact-info {
    float: left;
    width: 100%!important;
	padding: 10px 0 0 0;
}
			.single-contact-info img {
    left: 0;
    position: absolute;
    top: 0;
}
			.favs .info-text{border-bottom: dotted 2px #999999;padding-bottom: 14px;margin-bottom:4px;}
			div.style-customizer .content-chooser {width:98%;}

.radio-toolbar {
  margin-top: 10px;
}

.radio-toolbar input[type="radio"],.radio-toolbar input[type="checkbox"]  {
  opacity: 1;
  position: fixed;
  width: 0;
}

.radio-toolbar label {
    display: block;
    background-color: #fff;
    padding: 20px 20px;
	margin-bottom:12px;
    font-family: sans-serif, Arial;
    font-size: 22px;
    border: 1px solid #cccccc;
    border-radius: 4px;
}

.radio-toolbar label:hover {
  background-color: #F5F5F5;
}

.radio-toolbar input[type="radio"]:focus + label, .radio-toolbar input[type="checkbox"]:focus + label {
    /*border: 1px dashed #FC0000;*/
}

.radio-toolbar input[type="radio"]:checked + label, .radio-toolbar input[type="checkbox"]:checked + label  {
    background-color: var(--secondary);
    border-color: #010CB7;
	color:#fff;
	font-weight: 700;
}
			
.stepper-wrapper {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.stepper-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;

  @media (max-width: 768px) {
    font-size: 12px;
  }
}

.stepper-item::before {
  position: absolute;
  content: "";
  border-bottom: 2px solid #ccc;
  width: 100%;
  top: 20px;
  left: -50%;
  z-index: 2;
}

.stepper-item::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #ccc;
  width: 100%;
  top: 20px;
  left: 50%;
  z-index: 2;
}

.stepper-item .step-counter {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ccc;
  margin-bottom: 6px;
}

.stepper-item.active {
  font-weight: bold;
	/*background-color:#d50707;	*/
}

.stepper-item.active .step-counter{
  /*font-weight: bold;*/
	background-color: var(--primary);
	color:#ffffff;
}			
			
.stepper-item.completed .step-counter {
  background-color: var(--tertiary);
	color:#ffffff;
}

.stepper-item.completed::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #002d75;
  width: 100%;
  top: 20px;
  left: 50%;
  z-index: 3;
	color:#ffffff;
}

.stepper-item:first-child::before {
  content: none;
}
.stepper-item:last-child::after {
  content: none;
}