a {
	text-decoration: none;
}
body {
	overflow: hidden;
	background: #eee;
	overflow-y: hidden;
}
.base-nav {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 99;
}
.base-icons {
	display: flex;
	height: 80px;
}
.base-icons .single-base-icon {
	flex: 1;
	padding: 20px 0px;
	background: #26aeb7;
	color: #fff;
	text-align: center;
	text-decoration: none !important;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-size: 13px;
}
.base-icons .single-base-icon i {
	font-size: 19px;
}
.base-icons .single-base-icon.active-icon, .base-icons .single-base-icon:hover {
	background: #148e96;
}
.base-icons .single-base-icon a {
	color: #fff;
	text-decoration: none;
	line-height: 1.1;
}
.t-content-o {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	text-align: center;
}
.t-content-o .vertical-center {
	position: relative;
  top: 20%;
  transform: translateY(-20%);
  padding-bottom: 0px;
}
.t-content-o .home-logo img {
	max-width: 250px;
	max-height: 150px;
	padding-bottom: 20px;
}
.t-content-o .home-title {
	max-width: 650px;
	margin: 0 auto;
	padding-bottom: 20px;
}
.t-content-o .home-title h1 {
	font-size: 30px;
	color: #fff;
}
.t-content-o .home-title h1 span {
	font-size: 25px;
}
.t-content-o .home-contact ul {
	padding-left: 0px !important;
}
.t-content-o .home-contact ul li {
	padding-bottom: 8px;
	list-style: none !important;
}
.t-content-o .home-contact ul li a {
	color: #fff;
	text-decoration: none !important;
	font-size: 18px;
}

.t-content-o .home-address a, .t-content-o .home-address {
	color: #fff;
	text-decoration: none !important;
	font-size: 16px;
}
.t-content-o .home-cta {
	margin-top: 30px;
}
.t-content-o .home-cta .btn-primary {
	padding: 10px 30px;
	background: #26aeb7;
	color: #fff;
	border: 2px solid #26aeb7;
	text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 14px;
}
.t-content-o .home-cta .btn-primary:hover {
	background: transparent;
	color: #26aeb7;
}
#info-section, #map-section {
	display: none;
}
#info-section .container {
	height: calc(100vh - 170px);
	margin-top: 70px;
	overflow-y: auto;
}
.navigation-bar {
	background: #26aeb7;
	height: 50px;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 99;
}
.navigation-bar .back-button {
	position: absolute;
	left: 15px;
	top: 7px;
}
.navigation-bar .back-button a {
	color: #fff;
	font-size: 20px;
}
.navigation-bar .share-button {
	position: absolute;
	right: 15px;
	top: 7px;
}
#shareBtn {
	border: 0px;
	background: transparent;
	border: 0px;
	color: #fff;
	font-size: 20px;
}
.navigation-bar .share-button a {
	color: #fff;
	font-size: 20px;
}
.navigation-bar .page-title-area {
	text-align: center;
	padding: 10px 40px 10px;
	font-size: 18px;
	font-weight: 800;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
.grid-rows {
	margin-top: 40px;
}
#info-section .grid-rows {
	margin-top: 0px;
}
.grid-rows .single-in-grid {
	margin-bottom: 25px;
}
.grid-rows .single-info-icon {
	min-height: 150px;
	text-align: center;
	box-shadow: 0 0 15px 0 rgb(0 0 0 / 15%);
	display: block;
	position: relative;
	height: 100%;
	background: #fff;
}
.grid-rows .single-info-icon:hover {
	box-shadow: 0 0 15px 0 rgb(0 0 0 / 30%);
}
.inner-topic-category-thumbnail img {
	border-radius: 50%;
	width: 50px;
	margin-bottom: 10px;
	padding: 3px;
	border: 1px solid #1b84e7;
}
.grid-rows .single-info-icon .inner-topic-category-icon {
	position: relative;
	padding: 3px;
	border: 1px solid #1b84e7;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	margin: 0 auto 10px;
	text-align: center;
}
.grid-rows .single-info-icon .inner-topic-category-icon .inn-ercirc-square {
	background: red;
	width: 42px;
	height: 42px;
	margin: 0 auto;
	text-align: center;
	border-radius: 50%;
}
.grid-rows .single-info-icon .inner-topic-category-icon .inn-ercirc-square .fa {
	position: absolute;
	left: 0;
	right: 0;
	top: 13px;
	font-size: 20px;
	color: #fff;
}
.grid-rows .single-info-icon .inner-topic-category-icon .fa {

}
.topic-grid-img {
	height: 50px;
	width: 100%;
}
.single-info-icon .vertical-center {
	position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.grid-rows .single-info-icon h4 {
	font-size: 16px;
	text-decoration: none !important;
	letter-spacing: 0.5px;
	color: #26aeb7;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	word-wrap: break-word;
}
.grid-rows .single-info-icon .fa {
	font-size: 36px;
	padding-bottom: 10px;
	color: #26aeb7;
}
#info-section .single-category, #info-section .single-topic {
	display: none;
}
.back-button {
	display: none;
}
.inner-topic {
	background: #fff;
	border-radius: 5px;
	border: 1px solid #eee;
	box-shadow: 0 0 15px 0 rgb(0 0 0 / 5%);
	padding-bottom: 30px;
	margin-top: 0px;
}
.add-fixed-offset-t {
	margin-top: 0px;
}
.inner-topic-content {
	padding: 0px 40px 0px;
}
.inner-topic-content h1, .inner-topic-content h2, .inner-topic-content h3, .inner-topic-content h4, .inner-topic-content h5, .inner-topic-content h6 {
	padding-top: 15px ;
}
.view-title {
	text-align: left;
	padding: 30px 10px 8px;
}
.view-title h3 {
	font-size: 32px;
	padding-left: 15px;
}
.inner-topic-img {
	padding-bottom: 30px;
}
.inner-topic-img img {
	width: 100%;
}
.filter-box {
    padding: 5px 10px;
    border: 1px solid #e8e8e8;
    margin-right: 10px;
}
.marker-filter .filter-box {
	position: relative;
	padding: 8px 10px;
	border: 1px solid #dee2e6;
	margin-bottom: 8px;
}
.marker-filter .filter-box label {
	margin-bottom: 0px !important;
}

.marker-filter .filter-box .category-color-box {
	height: 13px;
    width: 13px;
    background: red;
    position: absolute;
    left: -15px;
    top: 13px;
    border-radius: 50%;
    margin-left: 45px;
    vertical-align: middle;
}
.marker-filter .filter-box .category-name-filter {
	position: absolute;
	left: 50px;
	top: 15px;
	font-size: 12px;
	line-height: 0.8;
	
}
.category-color-box.box-light-blue {
	background: #0dbfeb !important;
}
.category-color-box.box-black {
	background: #000000 !important;
}
.category-color-box.box-blue {
	background: #0e5daf !important;
}
.category-color-box.box-gray {
	background: #898a8a !important;
}
.category-color-box.box-green {
	background: #13ac03 !important;
}
.category-color-box.box-orange {
	background: #f18109 !important;
}
.category-color-box.box-pink {
	background: #e04ff1 !important;
}
.category-color-box.box-purple {
	background: #a209f1 !important;
}
.category-color-box.box-red {
	background: #e22929 !important;
}
.category-color-box.box-teal {
	background: #02958c !important;
}
.category-color-box.box-yellow {
	background: #e7da0b !important;
}
.acf-map {
	width: 100%;
	height: calc(100vh - 130px);
}
.acf-map img {
   max-width: inherit !important;
}
.map-filters-outside {
	position: fixed;
	bottom: 80px;
	left:0;
	right: 0;
	width: 100%;
	background: #eee;
	height: 50px;
	text-align: center;
}
.modal-backdrop {
	z-index: 99;
	display: none;
}
.modal-dialog, .modal {
	z-index: 1100;
}
.center-filter .btn {
	margin-top: 5px;
	background: #26aeb7;
	border: 2px solid #26aeb7;
	padding: 0.375rem 50px;
}
.filter-box{
	display: block;
	text-align: left;
	margin-right: 0px;
	border: 0px;
	text-align: left;
}
.portfolio-modal .modal-body {
	margin-top: -30px;
}
.gm-style .gm-style-iw-c {
	border-radius: 0px !important;
	width: 300px !important;
	padding: 15px 25px !important;
}
.gm-style-iw-chr {
	position: absolute;
    top: -8px;
    right: -8px;
}
.gm-ui-hover-effect:focus {
	outline: 0px !important;
}
.inside-marker h5 {
	font-size: 15px;
}
.inside-marker .marker-address {
	margin-bottom: 5px;
	font-size: 11px;
}

.inside-marker .inside-marker-des {
	margin-bottom: 0px;
	font-size: 12px;
	line-height: 1.4;
}
.inner-topic-content blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
.inner-topic-content blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
.inner-topic-content blockquote p {
  display: inline;
}
.inner-topic-content a:hover {
	text-decoration: underline;
}
.inner-topic-content .alignright { float: right; }
.inner-topic-content .alignleft { float: left; }
.inner-topic-content .aligncenter { display: block; margin-left: auto; margin-right: auto; }
.inner-topic-content img.alignleft {
	float: left;
	padding-right: 20px;
	padding-bottom: 10px;
}
.inner-topic-content img.alignright {
	float: right;
	padding-left: 20px;
	padding-bottom: 10px;
}
.inner-topic-content img.aligncenter {
	display: block; margin-left: auto; margin-right: auto;
}
.inner-topic-content img {
	max-width: 100%;
	height: auto;
}
#sharing-modal .modal-body {
	padding: 0 20px;
}
#sharing-modal .modal-body {
	font-size: 18px;
}
#sharing-modal .modal-body .alert {
	font-size: 12px;
	padding: 8px 10px;
	border-radius: 0px;
}
#sharing-modal .modal-body h3 {
	font-size: 20px;
	margin-bottom: 10px;
}
.share-inputs .copy-share-link {
    position: absolute;
    left: 5px;
    top: 5px;
    border: 0px;
    padding: 4px 6px;
    border-radius: 2px;
    box-shadow: none;
    cursor: pointer;
    font-size: 12px;
}
.share-inputs input {
    width: 100%;
    padding: 7px 5px 7px 70px;
    font-size: 12px;
    border: 1px solid rgba(118, 118, 118, 0.3);
}
.share-inputs .input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
.cost-breakdown.monthly-costs {
	display: none;
}
.signin-wrapper {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
}
.signin-box p {
	color: rgba(0,0,0,0.6);
	font-size: 14px;
}
.signin-box p a {
	color: #ee5055;
}
.signin-box {
    width: 400px;
    background-color: #fff;
    border: 1px solid #ced4da;
    padding: 40px;
}
.signin-box .slim-logo {
    margin-right: 0;
    margin-bottom: 40px;
}
.signin-box .slim-logo img {
	width: 250px;
}
.signin-title-primary {
    color: #212529;
    font-size: 28px;
}
.signin-title-secondary {
    font-weight: 300;
    margin-bottom: 50px;
    font-size: 18px;
}
.btn-signin {
	width: 100%;
    font-weight: 500;
    font-size: 16px;
    padding: 10px 20px;
    margin-bottom: 40px;
    border: 0;
	background: #ff585d;
	color: #fff;
}
.btn-signin:hover, .btn-signin:active {
	background: #ee5055;
}
.topic-sep {
	margin-bottom: 30px;
}
.topic-sep hr {
	height: 1px;
}

/* Star Rating */
/****** Style Star Rating Widget *****/
.feedback-outer {
	position: relative;
	overflow: hidden;
	display: block;
	padding: 0px 40px 0px;
}
.rating {
  border: none;
  float: left;
  display: block;
  position: relative;
}

.rating > input {
  display: none;
}
.rating > label:before {
  margin: 5px;
  font-size: 3.25em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}

.rating > .half:before {
  content: "\f089";
  position: absolute;
}

.rating > label {
  color: #ddd;
  float: right;
}

/***** CSS Magic to Highlight Stars on Hover *****/

.rating > input:checked ~ label, /* show gold star when clicked */
.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label {
  color: #ffd700;
} /* hover previous stars in list */

.rating > input:checked + label:hover, /* hover current star when changing rating */
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating > input:checked ~ label:hover ~ label {
  color: #ffed85;
}
.print-button, #shareBtn {
	display: inline-block;
	float: left;
	padding: 0 5px;
}
.print-button {
	padding: 0px;
}
.printBtn {
	background: transparent;
	border: 0px;
	font-size: 20px;
}
@media (max-width: 1200px) {
	.inner-topic {
		padding-bottom: 80px;
	}
}
@media (max-width: 992px) {
	.base-icons {
	    height: 70px;
	}
	.base-icons .single-base-icon {
		flex: 1;
		padding: 15px 0px;
	}
	.acf-map {
		height: calc(100vh - 120px);
	}
	.map-filters-outside {
		bottom: 70px;
	}
	.t-content-o .home-title h1 {
		font-size: 24px;
	}
	.t-content-o .home-title h1 span {
		font-size: 20px;
	}
	.t-content-o .home-contact ul li a, .t-content-o .home-address a {
		font-size: 16px;
	}
	.inner-topic {
		padding-bottom: 80px;
	}
}
@media (max-width: 767px) {
	.grid-rows .single-info-icon {
		min-height: 120px;
	}
	.grid-rows .single-info-icon .fa {
		font-size: 28px;
		padding-bottom: 10px;
	}
	.grid-rows .single-info-icon h4 {
		font-size: 14px;
	}
	.t-content-o .home-title {
		padding-left: 15px;
		padding-right: 15px;
	}
	.view-title h3 {
		font-size: 24px;
	}
	.grid-rows {
		margin-top: 20px;
	}
	.inner-topic-content {
		padding: 0px 20px 00px;
	}
	.inner-topic-content img.alignleft {
		float: none;
		display: block;
		padding-right: 0;
		margin-left: auto; margin-right: auto;
	}
	.inner-topic-content img.alignright {
		float: none;
		margin-left: auto; margin-right: auto;
		display: block;
		padding-left: 0px;
	}
	.t-content-o .home-logo img {
		max-height: 120px;
	}
	.t-content-o .vertical-center {
	  top: 15%;
	  transform: translateY(-15%);
	}
	.inner-topic {
		padding-bottom: 120px;
	}
	.add-fixed-offset-t {
		padding-bottom: 120px;
	}
	.navigation-bar .share-button {
		right: 10px;
		top: 10px;
	}
	.rating > label:before {
		font-size: 2.8rem;	
	}
	.feedback-outer {
		padding: 0px 20px 0px;
	}
}