@media screen and (max-width: 800px) {
	.desktop-only {
        display:none !important;
    }
	.mobile-only {
        display:block !important;
    }
	a.desktop-only {
        display:none !important;
    }
	a.mobile-only {
        display:inline !important;
    }
	.tiled-gallery type-circle {
		text-align: center;
	}
	h3.banner-subtitle {
		font-size:22px;
	}
}

@media screen and  (min-width:801px) {
    .mobile-only {
        display:none !important;
    }
	.desktop-only {
        display:block !important;
    }
	a.mobile-only {
        display:none !important;
    }
	a.desktop-only {
        display:inline !important;
    }
	h2.banner-title {
		margin-left: 200px;
	}
	h3.banner-subtitle {
		margin-left: 350px;
		font-size:24px;
	}
	.gallery-group {
		min-width: 260px;
	}
}

.page-template-panel-page .hentry.has-post-thumbnail::before {
    background: rgba(0,0,0,0);
}

#actionbar {
	display: none;
}

.post-navigation {
	display: none;
}

h4 {
	color: #116291 !important;
}

h5 {
	color: #116291;
	font-size:24px;
	margin-bottom:5px;
}

span.yellow-highlight {
	background-color: #FEFF49;
	padding: 3px 6px;
}

span.blue-highlight {
	background-color: #e5f4f8;
	padding: 3px 6px;
}

span.blue-text {
	color: #2dc8fc;
}

span.testimonial-entry-title {
	color: #FFF !important;
}

ul.checkmark {
  list-style: none;
}

ul.checkmark li:before {
    content:"\2713\0020";
}

div.team-container {
	text-align: center;
	margin: 5px;
	/* border: 1px solid #1799b7;*/
	min-width: 275px;
	float: left;
}

div.team-headshot > a {
	text-decoration: none;
	box-shadow: none;
}

div.team-headshot > a img {
	width:175px;height:175px;
	border-radius: 50%;
	margin: 10px;
}

div.team-info {
	color: #ffffff;
	/* background-color:#1799b7; */
	font-size:18px;
}

div.team-info a {
	color: #ffffff;
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
	box-shadow: none;
}

img.headshot {
	width: 150px;
	float: left;
	margin: 0 10px 5px 0;
	border-radius: 50%;
}

img.icon {
	width: 20px;
	margin-right: 5px;
}

ul.quotes {
	list-style-image: url('https://twincitiescare.comm/wp-content/uploads/2018/05/icon-blue-double-quote-right.png');
}

ul.quotes > li > a {
	list-style-image: url('https://twincitiescare.comm/wp-content/uploads/2018/05/icon-blue-double-quote-right.png');
	text-decoration: none;
	box-shadow: none;
	font-style: italic;
}

a.no-underline {
	text-decoration: none;
	box-shadow: none;
}

footer#colophon {
  display: none;
}