body {

    font-family: "PT Sans";
    font-size: 14px;
    background: #d2f0e4;
    color: #009369;
}

.header__title {
	font-family: 'PT Sans' sans-serif;
	font-weight: bolder;
	text-align: center;
	font-size: 5rem;
	margin-bottom: 0;
	position: relative;
	text-transform: uppercase;
	margin-top: 0;
}

.header__paragraph {
	font-family: 'PT Sans', sans-serif;
	font-weight: bold;
	text-align: center;
	font-size: 1rem;
	margin-bottom: 2rem;
	text-transform: uppercase;
}

.content {
	background-color: #eefafa;
}

.content__list {
	padding: 0;
	list-style-type: none;
	text-align: left;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 1.2rem;
	font-style: normal;
}

.content__hr {
	background-color: #009369;
	height: 5px;
	border: none;
	margin: 0;
	position: relative;
	right: 1rem;
	z-index: 997

}

.content__img {
	position: relative;
	top: 0.5rem;
	left: 3.5rem;
	z-index: 999;
}

.content__paragraph { 
	text-align: left;
	font-weight: bold;
	font-family: 'Montserrat', serif;
	font-size: 1.1rem;
	line-height: 1;
 }

.row--padding {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.details { 
	font-family: 'Montserrat', serif;
	font-weight: lighter;
	text-align: left;
}

.details__heading { 
	font-size: 1rem;
	font-weight: lighter;
	text-transform: uppercase;
	margin-bottom: 1rem;
 }

 .details__list {
 	list-style: none;
 	padding: 0;
 	font-size: 1rem;
 }
 .details__list li::before { 
 	content: "- ";

  }

 .details__list--no-dash li::before {
 	content:"";
 }

@media only screen and (max-width: 990px) {
	.content__img { 
	top: 0;
	left: 0;
	bottom: 2rem;
	width: 100%;
	 }

	.content__list {
		font-size: 1rem;
	}
	 .header__title {
	 	font-size: 2rem;
	 }

	}

@media only screen and (min-width: 2000px)
{
	.content__img {
		left: 5vw;
	}
}

@media only scroll-behavior: and (max-width: 1024px)
{
.content__img {
    position: relative;
    top: 0.5rem;
    right: 0.75rem;
    z-index: 999;
}

}

    #mapkit-3076 {
        height:500px;
        width:1200px;
    }