.headerIcon {
	font-size: 1.75rem !important;	
}

.m-form .m-form__group {
	padding-bottom: 0;	
}

#map_canvas {
	width: 100%;
	height: 400px;
}

.propertyNotes {
	height: 400px;
	overflow: auto;
}

.addTextUp {
	position: fixed;
	width: 48%;
	top: 100px;
	right: 30px;
	z-index: 99;
}

.hiddenFields {
	display: none;	
}

.multiple-items {
	max-height: 190px;
	overflow-y: hidden;
}

.pic-wrap {
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    outline: 0;
    margin-right: 1rem;
    background: no-repeat;
}

.multiple-items.slick-initialized {
	overflow-y: visible;
}

.slick-slide img {
	width: 100%;
}


.businessCard {
	border: solid 1px #EEE;
	padding: 10px;
	margin: 0 0 20px 0;
}

.businessCardIcon {
	font-size: 45px;
	color: #EEE;	
}

.businessCardSpace {
	margin: -5px 0 5px 0;	
}

img.loadscript {
	margin: 0 auto;
	display: block;
	padding: 2rem 0;
}

.note-editable {
	font-family: Arial;
	font-size: 14px!important;
}


.rowBorder {
	border-bottom: solid 1px #EEE;
	padding-bottom: 20px;
	margin-bottom: 15px;	
}

.rowSpace {
	padding-top: 20px;
}

.b5 {
	font-weight: 500;
}

.m-form.m-form--label-align-right .m-form__group>label {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
	font-weight: 600;
	margin-bottom: -2px;
}

.greenBorder {
	border-color: #34bfa3;
}

p {
	margin-bottom: 0px;
}

.magazineHeading {
	width: 575px;
	font-family: sofia-pro;
	line-height: 3.188rem;
	font-size: 2.75rem;
	color: #000;
	font-weight: 600;
	margin: auto;
}

.magazineHeading:focus {
	color: #000;
}

.magazineSubHeading:focus {
	color: #000;
}

.magazineText:focus {
	color: #000;
}

.magazineSubHeading {
	width: 575px;
	font-family: sofia-pro;
	line-height: 1.4rem;
	font-size: 2.0rem;
	color: #000;
	font-weight: 600;
	margin: auto;
}

.magazineText {
	width: 575px;
	font-family: sofia-pro;
	line-height: 1.813rem;
	font-size: 1.20rem;
	color: #000;
	margin: auto;
}