 /* SlickFish */
 body {
 	font-size: 15px;
 	font-weight: 400;
 	color: #60738a;/* gray blue */
 }

.home .site-inner .content {
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
}

.footer-menu {
	border-top: 1px solid #ededee;
	margin-top: 3rem; 
}
@media (max-width: 600px) {
	.footer-menu .col {
		width: 100% !important;
	}
}
@media (max-width: 880px) {
	.sidebar {
	 max-width: none !important;
	}
}

/* DEFAULT SIDEBAR NAV MENU STYLES APPLIED TO CUSTOM MENUS */
.widget_nav_menu ul {
	list-style: none;
	padding: 0;
}
.widget_nav_menu ul li {
	border: 1px solid #efefef;
	border-top: 0;
	position: relative;
}
.widget_nav_menu ul li a {
	display: block;
	outline: 0;
	padding: 0.5em 1em 0.5em 1.3em;
	border-left: 0.3em solid transparent;
	color: #333;
}
.widget_nav_menu ul li:before {
	content: '»';
	left: 0.7em;
	top: 0.5em;
	position: absolute;
	color: #3E97D3;
}
.widget_nav_menu ul .active a,
.widget_nav_menu ul .active > a,
.widget_nav_menu ul > li > a:hover {
 background-color: #F0F0F0;
 text-decoration: none;
 color: #4D6BA6;
}
.widget_nav_menu ul a:hover,
.widget_nav_menu ul a:focus,
.widget_nav_menu ul a:active {
 text-decoration: none;
}
.widget_nav_menu ul .active > a {
 font-weight: 600;
 border-left-color: #4D6BA6;
}
.widget_nav_menu ul .active {
 border-left-color: #4D6BA6;
}
.widget_nav_menu {
	margin-bottom: 2rem;
}
.widget_nav_menu ul {
	border-top: 1px solid #efefef;
}

/* CUSTOMIZE SIDE BAR NAV */
.side-bar-nav ul .current_page_parent {
	border-left-color: #4D6BA6;
}
/*.side-bar-nav ul li:before {
	content: '»';
	left: .7em;
	top: .5em;
	position: absolute;
	color: #3E97D3;
}*/
.side-bar-nav ul .current_page_parent>a {
	background-color: #F0F0F0;
	text-decoration: none;
	color: #4D6BA6;
}
.side-bar-nav ul li.current_page_parent a {
display: block;
outline: 0;
padding: .5em 1em .5em 1.3em;
border-left: .3em solid #4D6BA6;
  font-weight: 600;
}


h1.entry-title {
	font-size: 37px;
}
h1.entry-title span {
	font-size: 26px;
}
.content .entry h2 {
	font-size: 23px;
	/*font-weight: 300;*/
	color: #107fc9;/* med blue */
}
.content .entry h2.dark-blue,
.content .dark-blue
{
	color: #143f91; /* darker blue */
}
h3 {
	font-weight: 600; /* updated on 01.14.2021 - slickfish - to make a little more contrast and easier to read */
	color: #143F91; /* dark blue */
	color: #40C9DB; /* bright teal */
	color: #13a9bd; /* higher contrast teal */
	font-size: 20px;
}

h2 a {
	color: #107fc9; /* regular header blue */
}
h2 a:hover {
	color: #0283f1; /* brighter blue */
}

.fa-youtube,
a .fa-youtube
{
	color: #c00;
}
a:hover .fa-youtube
{
	color: #f00;
}

/* HIDE SIDEBAR ON EDUCATION PAGE */
/*
.page-id-1184 .content-custom {
	width: 100%;
}
.page-id-1184 .sidebar {
	display: none;
}
*/
ul.flatList {
	clear: both;
	padding: 0;
	padding-top: 1em;
	padding-bottom: 1.5em;
	list-style-type: none;
	margin: 0;
	margin-top: 1em;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	overflow: auto;
	text-align: center;
}
ul.flatList li {
	/* float: left; */
	display: inline-block;
	margin-left: 0;
	margin-right: 0.5em;
	text-align: center;
}
ul.flatList li:last-child {
	margin-right: 0;
}
ul.flatList li:first-child {
	margin-left: 0;
}
ul.flatList li:before {
  content: "•";
  padding-right: 0.5em;
  font-size: 1em;
  font-weight: bold;
  color: #40C9DB;
}

/* TEMPORARILY REMOVE SIDEBAR 3RD TIER MENU ITEMS FOR PHONE CALL */
ul.children {
	display: none;
}
.practices-and-services ul.children {
	display: block;
}
.practices-and-services .landing-menu .page_item_has_children ul.children ul.children,
.practices-and-services .sidebar .kb-accordian .page_item_has_children .page_item_has_children ul
{
	display: none;
}

/* add pdf */
a[href $='.pdf']:not(.noicon){
  padding-left: 20px;
  background: transparent url(../img/pdf_17x17.gif) no-repeat left center;
}
.menu-item a[href $='.pdf'] {
	background: none;
	padding-left: 0;
}
.fa-file-pdf {
	--fa-primary-color: OldLace;
	--fa-secondary-color: red;
	--fa-secondary-opacity: 1.0;
}
.fa-file-word {
	--fa-primary-color: OldLace;
	--fa-secondary-color: royalblue;
	--fa-secondary-opacity: 1.0;
}
.fa-youtube {
	--fa-primary-color: OldLace;
	--fa-secondary-color: tomato;
	--fa-secondary-opacity: 1.0;
}
.fa-file-image {
	--fa-primary-color: OldLace;
	--fa-secondary-color: #40C9DB;
	--fa-secondary-opacity: 1.0;
}
.fa-external-link {
	--fa-primary-color: dimgray;
	--fa-secondary-color: Orange;
	--fa-secondary-opacity: 1.0;
}

/* TABLE STYLING */
main .entry-content table {
	border: 1px solid #ccc;
	line-height: normal;
	font-size: 11px;
	padding: 0.5em;
	margin: 0;
	border-collapse: collapse;
}

main .entry-content table tr:first-child {
	font-size: 12px;
	background-color: rgba(0,0,0,0.1);

}
main .entry-content table td {
	padding: 0.5em;
	margin: 0;
}
main .entry-content table tr.strong {
	font-weight: bold;
	border-top: 2px solid rgba(0,0,0,0.1);
	border-bottom: 2px solid rgba(0,0,0,0.1);
}
main .entry-content table.normal {
	font-size: 1em;
	line-height: inherit;
}
main .entry-content table.normal tr:first-child {
	font-size: 1em;
	background-color: rgba(0,0,0,0.1);
}
main .entry-content table.normal tr:not(:first-child):not(:last-child) {
	border-bottom: 1px dotted #ccc
}
main .entry-content table.normal tr:first-child th {
	text-transform: uppercase;
	padding: 0.5rem;
	text-align: left;
	color: #143F91; /* dark blue */
}
main .entry-content table.normal tr td:first-child {
	font-size: 1em;
	text-transform: uppercase;
	font-weight: bold;
	color: #107fc9;
}
main .entry-content .red {
	color: #c00;
}
/* FIX IE HAVING TROUBLE WITH CUSTOM IMAGE SIZING IN WORDPRESS - ADD IE TRAGETING AND SET MAX-WIDTHS FOR THOSE IMAGES ONLY */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
   /* IE10+ & 11 CSS styles */
	.page .entry-content .alignright,
	.page .entry-content .alignleft,
	.single .entry-content .alignright,
	.single .entry-content .alignleft
	{
		max-width: 400px;
	}
}
@supports (-ms-accelerator:true) {
   /* Microsoft Edge 12 */
	.page .entry-content .alignright,
	.page .entry-content .alignleft,
	.single .entry-content .alignright,
	.single .entry-content .alignleft
	{
		max-width: 400px;
	}
}
.page img, .page a img {
  image-rendering: auto !important;
}
.content .post img {
  max-width: inherit;
}
img { -ms-interpolation-mode: bicubic; }
/* Phone & Location Information Page */
.phone-location-information .content .entry-content a.mpopup img {
	margin-bottom: 10px;
}
.phone-location-information .content .entry-content h2 {
	text-transform: uppercase;
	font-size: 26px;
	color: #143F91; /* dark blue */
	text-align: center;
}
.phone-location-information .content .entry h2.h4 {
	font-size: 18px;
	margin-top: 2em;
	margin-bottom: 0.1em;
	text-transform: inherit;
	background: #eee;
	padding: 5px 0;
}


#main-nav .super-menu > .sub-menu a:hover,
#main-nav ul > li > .sub-menu > li a:hover
{
	text-decoration: none;
	color: #117FCA; /* blue */
}
#main-nav ul > li > .sub-menu > li a:hover::before {
	text-decoration: none;
}


/* contact page sidebar widgets */
.sidebar #text-22 .has-icon~div, /* contact page sidebar contact info */
.sidebar #text-23 .has-icon~div, /* contact page sidebar contact info */
.sidebar #text-24 .has-icon~div, /* about page sidebar contact info */
.sidebar #text-15 .has-icon~div, /* patient information billing page sidebar */
.sidebar #text-33 .has-icon~div, /* InterMed Flu Vaccine Hours sidebar */
.sidebar #text-34 .has-icon~div, /* InterMed Holiday Hours sidebar */
.sidebar #text-36 .has-icon~div /* New Location announcement - 50 Foden sidebar */
{
	white-space: inherit; /* this controls the width of the sidebar */
}
.sidebar .has-icon~div p {
	white-space: inherit;
}

/* side nav practitioners */
.sidebar .kb-accordian > li > a ~ .children li a {
	color: #4e4e4e;
}
.sidebar #menu-policy-menu li a {
	color: #143f91;
}
.sidebar #menu-policy-menu li.active.menu-item a,
.sidebar #menu-policy-menu li a:hover
{
	color: #0283f1;
}
.sidebar #menu-policy-menu li a[href$='.pdf'] {
	background-image: none;
}
/* current page items in left accordion */
.sidebar .kb-accordian > li > a ~ .children li.current_page_item:before,
.sidebar .kb-accordian > li > a ~ .children .current_page_item > a
{
	color: #143f91; /* darker blue */
}
.sidebar .kb-accordian > li > a ~ .children .current_page_item {
	border-left-color: #efefef; /* soft gray border on the left top and right of li's */
}
.sidebar .kb-accordian > li > a ~ .children .current_page_item > a {
	border-left-color: #143f91; /* darker blue */
}
.sidebar .kb-accordian > li > a ~ .children .current_page_item > a {
	background-color: rgba(240,240,240,0.7);
}
/* hover */
.sidebar .kb-accordian > li > a ~ .children li.current_page_item:hover::before {
	color: #117FCA; /* blue */
}
.sidebar .kb-accordian > li > a ~ .children .current_page_item > a:hover {
	color: #117FCA; /* blue */
}
.sidebar .kb-accordian > li > a ~ .children .current_page_item > a:hover {
	border-left: 0.3em solid #117FCA; /* blue */
}
.sidebar .kb-accordian > li > a ~ .children .current_page_item > a:hover {
	background-color: rgba(240,240,240,1.0);
}


/* Nested sidebar links - 3rd tier like Women's Health > Centering */
/* .kb-accordian>li>a~.children li .children li a,
.kb-accordian>li>a~.children li .children li,
.sidebar .kb-accordian > li > a ~ .children .current_page_item .children li a:hover,
.sidebar .kb-accordian > li > a ~ .children .current_page_item .children li:hover
{
	border-left: 0;
}

.sidebar .children .children {
	padding-left: 1rem;
}
.sidebar .kb-accordian > li > a ~ .children .current_page_item .children li a {
	background-color: white;
} */

/* Team Member Providers select box */
.search-widgets select {
 /* styling */
 background-color: white;
 border: 1px solid #999;
 border-radius: 4px;
 display: inline-block;
 font: inherit;
 line-height: 1.0em;
 padding: 0.5em 3.5em 0.5em 1em;

 height: 2.475em;

 /* reset */
 margin: 0;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}
.single-providers h1.entry-title { /* align the names of providers vertically with sidebar */
	margin-top: 1rem;
}
.single-providers article.entry hr { /* align the names of providers vertically with sidebar */
	margin-top: 1rem;
	clear: both;
}
.single-providers article.entry a.alignright img { /* align the names of providers vertically with sidebar */
	margin-bottom: 1rem;
}
.single-providers a.provider_pic {
	max-width: 300px;
	display: block;
	margin: 0 0 1.5em 1.5em;
	float: right;	
}
@media screen and (max-width: 540px) {
	.single-providers a.provider_pic {
		max-width: none;
		display: block;
		margin: 0 auto 1.0rem;
		float: none;	
	}
}
.single-providers article.entry .ratings-bottom-area {
	border-top: 10px solid #cecece;
	border-color: #117FCA;
	margin-top: 1rem;
	padding-top: 1rem;
}
.single-providers article.entry .ds-summary {
	margin-bottom: 1.5rem;
}
.single-providers article.entry .ds-summary .ds-stars {
	margin-top:2px;
}

/* sidebar contact info text */
.sidebar .widget.widget_text .textwidget div p {
	font-size: 13px;
}
.sidebar .widget.widget_text .textwidget div p strong {
	font-size: 14px;
	font-weight: 600;
}

/* remove the height 37px on the left sidebar News Category widgets */
.sidebar .widget_categories h4 {
	height: auto;
}
/* hide the hero-img specfically on custom post archive page. This helps with the spacing on responsive sizes. */
.post-type-archive-news .site-container .hero-img {
	display: none;
}


/* CONTACT PAGE CALLOUTBOX */
.callOutBox {
	padding: 1rem;
	background: #107fc9;
	margin-bottom: 1.2rem;
	border: 1px solid #3EC9DC;
	color: #fff;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.callOutBox strong {
	text-transform: uppercase;
	display: inline-block;
}
.callOutBox strong:first-of-type {
	margin-bottom: 10px;
}
.callOutBox strong:nth-of-type(2),
.callOutBox strong:nth-of-type(3)
{
	margin-top: 10px;
	font-size: 0.9em;
}
.callOutBox a {
	color: #88effd;
	font-size: 0.9em;
}
.callOutBox a:hover {
	color: #3EC9DC;
}

/* arrows */
.search-widgets select {
	background-color: #f3f3f3;
	background-image: none;
 background-image:
  linear-gradient(45deg, transparent 50%, white 50%),
  linear-gradient(135deg, white 50%, transparent 50%),
  linear-gradient(to right, #6f829a, #6f829a);
 background-position:
  calc(100% - 20px) calc(1em + 2px),
  calc(100% - 15px) calc(1em + 2px),
  100% 0;
 background-size:
  5px 5px,
  5px 5px,
  2.8em 2.8em;
 background-repeat: no-repeat;

 width: inherit;

	/* Add this to hide arrows in select */
	appearance: none;
}

.search-widgets select:focus {
 background-image:
  linear-gradient(45deg, white 50%, transparent 50%),
  linear-gradient(135deg, transparent 50%, white 50%),
  linear-gradient(to right, #143F91, #143F91);
 background-position:
  calc(100% - 15px) 1em,
  calc(100% - 20px) 1em,
  100% 0;
 background-size:
  5px 5px,
  5px 5px,
  2.8em 2.8em;
 background-repeat: no-repeat;
 border-color: #888;
 outline: 0;
}
.search-widgets select:-moz-focusring {
 color: transparent;
 text-shadow: 0 0 0 #000;
}


/* add a break after the strong tag in .provider credentials */
/*.provider-creds p strong {
	display: block;
}*/




/* Soliloquy Slider Caption Styles */
.soliloquy-container .soliloquy-caption {
  position: absolute !important;
  /* display: block !important; */ /* remove this to allow the caption to hide on 600px or smaller screens/mobile. */
  width: 100% !important;
  height: 100% !important;
  z-index: 100 !important;
}
@media screen and (min-width: 601px) {
	.soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
		display: table !important;
		width: 77% !important;
		height: 100% !important;
		margin-left: auto !important;
		margin-right: auto !important;
		/*text-align: center !important;*/
		padding: 20px 0 35px !important;
		background-color: transparent !important;
	}
	.soliloquy-container .soliloquy-caption-inside .caption-wrap {
		display: table-cell !important;
		vertical-align: middle !important;
	}	
}




/* container for the caption itself. */
@media screen and (min-width: 601px) {
	.soliloquy-container .soliloquy-caption-inside .caption-wrap .captionBox {
		max-width: 50%;
		background: rgba(255,255,255,0.9);
		/* border-left: 7px solid #107fc9; */
		border-radius: 6px;
		overflow: visible;
		padding: 0.5rem 1rem;
		text-align: left;
		position: relative;
		-webkit-box-shadow: 1px 1px 5px 0 rgba(0,0,0,.4);
		box-shadow: 1px 1px 5px 0 rgba(0,0,0,.4);	
	}
}
.soliloquy-container .soliloquy-caption-inside .caption-wrap .captionBox {
	padding: 0.5rem 1rem;
	text-align: left;	
}




/* style the text */
.soliloquy-container .soliloquy-caption .caption-wrap h1.caption {
	color: #143f91;
	font-size: 30px;
	font-weight: 700;
	text-shadow: 1px 1px 1px #fff;
	margin: 0;
	line-height: 1.35;
	letter-spacing: -1px !important;
	text-transform: uppercase;	
}
.soliloquy-container .soliloquy-caption .caption-wrap p {
	font-size: 1.3rem;
	font-weight: 500;
	text-shadow: none;
	color: #117fca;
	padding: 0 0 0.5rem;
	line-height: 1.25;
	max-width: 80%;
}

.soliloquy-container .soliloquy-caption .caption-wrap p a.dark {
  color: #143f91; /* dark blue */
  text-decoration: underline;
}
.soliloquy-container .soliloquy-caption .caption-wrap p a.dark:hover {
  color: #0283f1; /* bright blue */
  text-decoration: underline;
  background-color: rgba(255,255,255,0.6);
}
.soliloquy-container .soliloquy-caption .caption-wrap .captionBox a.button {
	color: #fff !important;
	font-weight: 500 !important;
	font-size: 12px;
	background-color: #107fc9;
	border: none;
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 0.5rem 0.75rem;
	border-end-end-radius: 6px;
	border-top-left-radius: 6px;
	text-transform: uppercase;
}
@media screen and (max-width: 1000px) {
	.soliloquy-container .soliloquy-caption .caption-wrap .captionBox a.button {
		border-radius: 6px;
	}
}
.soliloquy-container .soliloquy-caption .caption-wrap .captionBox a.button:hover {
  background-color: #143f91; /* dark blue */
  text-decoration: none;
}
/* positioning of Captions. Left is default */
/* center caption */
.soliloquy-container .caption-center .soliloquy-caption .soliloquy-caption-inside .caption-wrap .captionBox {
	margin-left: auto;
	margin-right: auto;
}
.soliloquy-container .caption-center-bottom .soliloquy-caption .soliloquy-caption-inside .caption-wrap .captionBox {
	width: auto;
	float: none;
	margin-left: auto;
	margin-right: auto;
}

/* caption right */
.soliloquy-container .caption-right .soliloquy-caption .soliloquy-caption-inside .caption-wrap .captionBox {
	float: right;
}
.soliloquy-container .caption-right-bottom .soliloquy-caption .soliloquy-caption-inside .caption-wrap .captionBox {
	float: right;
	position: absolute;
	bottom: 30px;
	right: 11%;
}
.soliloquy-container .caption-left-bottom .soliloquy-caption .soliloquy-caption-inside .caption-wrap .captionBox {
	float: none;
	position: absolute;
	bottom: 30px;
	left: 11%;
}
.soliloquy-container .caption-center-bottom .soliloquy-caption .soliloquy-caption-inside .caption-wrap {
    display: table-cell !important;
    vertical-align: bottom !important;
}

/* moder caption - cleaned up */
/* Hide button on caption if you don't want it. Use class .no-button in .captionBox */
.soliloquy-container .no-button .soliloquy-caption .soliloquy-caption-inside .caption-wrap .captionBox {
	max-width: 64%;
	text-align: center;
}
.soliloquy-container .no-button .soliloquy-caption .soliloquy-caption-inside .caption-wrap p {
	max-width: 100%;
}
.soliloquy-container .no-button .soliloquy-caption .soliloquy-caption-inside .caption-wrap a.button {
	display: none;
}
.soliloquy-container .no-button .overlay-btn {
	position: absolute;
	z-index: 101;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
}
.soliloquy-container .no-button .overlay-btn span {
	display: inline-block;
	text-indent: -10000px;
	overflow: hidden;
}


/* responsive work on caption and positioning */
@media (max-width: 999px) {
	.soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
		width: 90%!important;
	}
	.soliloquy-container .soliloquy-caption-inside .caption-wrap .captionBox {
		max-width: 100%;
	}
  .soliloquy-container .soliloquy-caption {
    bottom: 0px !important;
  }
	.soliloquy-container .soliloquy-caption .caption-wrap h1.caption {
		font-size: 26px;
		line-height: 115%;
		margin-bottom: 5px;
	}
	.soliloquy-container .soliloquy-caption .caption-wrap p {
		font-size: 18px;
	}
	#soliloquy-container-290 .soliloquy-container .soliloquy-id-4597 .captionBox p {
		display: block;
		margin-bottom: 1rem;
	}	
	.soliloquy-container .soliloquy-caption .caption-wrap .captionBox a.button {
		display: inline-block;
		text-transform: uppercase;
		line-height: normal;
		position: static;
		padding: 0.5rem 1rem;
		margin-top: 0.5rem;
	}
}
@media (max-width: 790px) {
	.soliloquy-container .soliloquy-caption .caption-wrap h1.caption {
		font-size: 20px;
	}
	.soliloquy-container .soliloquy-caption .caption-wrap p {
		font-size: 16px;
	}
}
@media (max-width: 600px) {
	 /** Hide the control nav for small devices since they can swipe slides */
  .soliloquy-container .soliloquy-control-nav {
    display: none !important;
  }
	.soliloquy-container .soliloquy-caption .caption-wrap h1.caption {
		font-size: 20px !important;
		font-weight: 400;
	}
	.soliloquy-container .soliloquy-caption .caption-wrap p {
		font-size: 14px;
	}
	.soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
		padding: 1rem !important;
	}

	/* caption right */
	.soliloquy-container .caption-right .soliloquy-caption .soliloquy-caption-inside .caption-wrap .captionBox,
	.soliloquy-container .caption-right-bottom .soliloquy-caption .soliloquy-caption-inside .caption-wrap .captionBox,
	.soliloquy-container .caption-center-bottom .soliloquy-caption .soliloquy-caption-inside .caption-wrap .captionBox,
	.soliloquy-container .caption-left-bottom .soliloquy-caption .soliloquy-caption-inside .caption-wrap .captionBox
	{
		float: none;
		margin-left: auto;
		margin-right: auto;
		left: inherit;
	}
}

/* Soliloquy Slider MOBILE SHOW CAPTION STYLES */
@media (max-width: 600px) {
	#soliloquy-container-290 .soliloquy-viewport {
		height: 100% !important;
	}
	.soliloquy-container .soliloquy-wrap {
		height: auto !important;
	}
	/*#soliloquy-container-290 #soliloquy-290 .soliloquy-item.soliloquy-image-slide {
		width: 100% !important;
		height: 100% !important;
		position: relative !important; 		
		z-index: 0 !important;
		margin-right: 0 !important;
		overflow: auto !important;
	}*/
	#soliloquy-container-290 .soliloquy-caption-mobile .soliloquy-caption-inside {
		background-color: #f1f1f1;
		min-height: 160px;
	}
	#soliloquy-container-290 #soliloquy-290 .soliloquy-caption {
		position: relative !important;
		z-index: 0 !important;
	}
	#soliloquy-container-290 .soliloquy-container .soliloquy-caption .caption-wrap p {
		display: block;
		margin-bottom: 0 !important;
	}
	#soliloquy-container-290 .soliloquy-container .soliloquy-caption .caption-wrap .captionBox a.button {
		margin-top: 0 !important;
	}
	#soliloquy-container-290 .soliloquy-container .soliloquy-caption-inside .caption-wrap .captionBox {
		box-shadow: none !important;
		background: transparent;
		border-radius: 0;
		padding: 0;
	}
	.soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
		width: 100% !important;
	}
}
@media screen and (min-width: 601px) {
	.soliloquy-id-4597 .soliloquy-caption p {
		margin-bottom: 1rem;
	}
}


/* TOP RIGHT HEADER - NEWS BLOCK */
@media (max-width:380px) {
	.news-alert:before {
		margin-right: 5px;
	}
	/*.news-alert h2 {
		padding-left: 10px;
	}*/
}
.news-alert h2 {
	margin-bottom: 0;
}
.news-alert-link .news-alert .news-alert-content {
	line-height: 125%;
}

.news-alert:before {
	background-repeat: no-repeat;
}


@media screen and (min-width: 500px) {
	.news-alert:before {
		background-size: cover !important;
		background-position: center;
	}
}



/* fix Safari blinking on transition */
.cards .news-card .news-card-content,
.cards .card .card-inner .card-content
{
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
}
.cards .news-card .news-card-content {
	max-height: 56px;
  overflow: hidden;
}
/*.cards .news-card .news-card-img {
	display: none;
}*/
/* BOARD */
.board {
	clear: both;
	margin-bottom: 1.2em;
	padding-bottom: 1.2em;
	border-bottom: 1px solid #eee;
	overflow: auto;
	font-size: 0.9em;
}
.board a img {
	border: 1px solid #C3C7D1;
}
.board a:hover img {
	border-color: #117FCA;
}
.board a strong {
	font-size: 1.3em;
}
.board a strong em {
	font-weight: 400;
}



/* BLUE BUTTONS : MyInterMed and Online Bill Pay */
.footer-menu .btn.online-bill-pay {
	margin-bottom: 1em;
}
.footer-menu .btn.online-bill-pay::before {
	content: none;
	/* content: "\f09d";
	font-family: 'fontawesome';
	color: #fff;
font-size: 1.2em;
font-weight: normal;
	padding-right: 5px; */

}
.footer-menu .btn {
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	padding-left: 1.5em;
	padding-right: 1.5em;
	text-align: left;
}
.footer-menu .btn.intermed-login::before,
#site-header .btn.intermed-login::before
{
	content: none;
	/* content: "\f007";
	font-family: 'Font Awesome 5 Pro';
	color: #fff;
	font-size: 1.2em;
	font-weight: normal;
	padding-right: 5px; */
}
#site-header .btn.intermed-login {
	padding-right: 1.5em;
	padding-left: 1.5em;
}

/* BLUE BUTTONS : Page > MyInterMed */
/* .page .entry-content p .btn.myIntermedSignUp::before,
.page .entry-content p .btn.myIntermedLogin::before
{
	font-family: 'Font Awesome 5 Pro';
	color: #fff;
	font-size: 1.2em;
	font-weight: normal;
	padding-right: 5px;
}
.page .entry-content p .btn.myIntermedSignUp::before {
	content: "\f830";
}
.page .entry-content p .btn.myIntermedLogin::before {
	content: "\f2f6";
}*/

.page .entry-content p .btn.myIntermedSignUp,
.page .entry-content p .btn.myIntermedLogin,
.page .entry-content p .btn.myIntermedReset
{
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	padding-left: 1.5em;
	padding-right: 1.5em;
	text-align: left;
	font-size: 1.2em;
	margin: 0 1rem;
}
@media screen and (max-width: 600px) {
	.page .entry-content p .btn.myIntermedSignUp,
	.page .entry-content p .btn.myIntermedLogin,
	.page .entry-content p .btn.myIntermedReset
	{
		margin: 0 0 1rem;
		display: block;
		max-width: 300px;
	}
}
.page .entry-content p .btn.myIntermedReset {
	background-color: #c00;
}
.page .entry-content p .btn.myIntermedReset:hover {
  background-color: #900;
}


/* Contact Page Map */
.google-map {
	position: relative;
	padding-bottom: 120%; /* aspect ratio */
	height: 0;
	overflow: hidden;
}
.google-map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}


/* phone and location info page */
.page-id-48 div.col.col-sm-4:nth-of-type(2) {
	border-right: 2px solid rgba(17,127,202,0.5);
	border-left: 2px solid rgba(17,127,202,0.5);
}


/* HOME */
/* make thumbnail pics square - client request */
.home .cards .card .card-img img {
	border-radius: inherit;
}

/* PROVIDERS */
/* remove banner on single provider pages & specific About pages. */
.single-providers section.hero-img,
.board-members section.hero-img,
.senior-leadership-team section.hero-img,
.academic-affiliations section.hero-img
{
	display: none;
}



/* WOMEN'S HEALTH BLOG STYLING */
.blog .media-r .entry-title,
.archive .media-r .entry-title
{
	font-size: 23px;
}
.blog .media-r .entry-content,
.blog .media-r .read-more,
.archive .media-r .entry-content,
.archive .media-r .read-more
{
	font-size: 1.2em;
}
.sidebar.blog-footer .h-providers {
	font-size: 1em;
	line-height: 1.8em;
}
sidebar.blog-footer .contact-info {
	font-size: inherit;
	line-height: inherit;
}
.blog-pagination a,
.block-meta,
.sidebar.blog-footer .contact-info
{
	font-size: 1.0em;
}
.ssba {
	font-size: inherit;
}

#ssba-classic-2 .ssbp-text { display: none !important; }
#ssba-classic-2 a {
	margin-left: 4px;
	margin-right: 4px;
}
.sidebar .blog_promo_btn {
	display: block;
	width: 90%;
	margin: 2.5em auto;
	overflow: auto;
	-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;

	background: #ffe8b5;
	text-decoration: none;
	border: 1px solid #dedede;
}
.single.single-post .sidebar .blog_promo_btn {
	display: none;
}
.sidebar .blog_promo_btn span {
	display: block;
	font-size: 14px;
	font-weight: 700;
	color: #617489;
	text-align: center;
	padding: 5px 0;
}
.sidebar .blog_promo_btn span:last-of-type {
	font-size: 12px;
	font-weight: 400;
}
.sidebar .blog_promo_btn img {
	display: block;
	width: 100%;
	margin: 0 auto;
}
.sidebar .blog_promo_btn:hover {
	background-color: #f4f4f4;
	border-color: #1d81c7;
}
.sidebar .blog_promo_btn:hover span {
	color: #1d81c7;
}




/* back to blog button */
#text-32 h4 {
	display: none;
}
#lc_taxonomy-2 {
	margin-bottom: 1.5rem;
}
#text-32 {
	margin-bottom: 2rem;
}
.blog_btn {
	/*background: #F0F0F0;
	padding: 6px 10px;
	font-size: 1em;
	line-height: normal;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	border: 1px solid #ccc;
	text-decoration: none;
	color: #117FCA;
	font-weight: bold;
	display: block;
	max-width: 90%;
	margin: 0 auto;
	text-align: center;*/

	display: inline-block;
	background-color: #1478f6;
	color: #fff;
	padding: 0.6rem 1.0rem;
	font-weight: 700;
	font-size: 0.9em;
  width: 100%;
}
.blog_btn:hover {
	/*background: #4D6BA6;
text-decoration: none;
color: #fff;
border-color: #117FCA;*/

  text-decoration: none;
  background-color: #0860cf;
  color: rgba(255,255,255,0.8);
}

.back-to-blog {
	display: inline-block;
	background-color: #1478f6;
	color: #fff;
	padding: 1rem 1.3rem;
	font-weight: 700;
	font-size: 1.0em;
}
.back-to-blog:active, .back-to-blog:focus, .back-to-blog:hover {
  text-decoration: none;
  background-color: #0860cf;
  color: rgba(255,255,255,0.8);
}

/* hide Centering h1.entry-title on the Centering page */
.centering .content .entry > h1.entry-title {
	display: none;
}
.centering .content .entry .entry-content > h1 {
	margin-top: 0;
	font-size: 37px;
	line-height: 1.2;
	font-weight: 300;
	margin-bottom: .4em;
	font-family: inherit;
}
/*
.centering .content .entry .entry-content > p {
	margin-bottom: 0;
}
*/

/* Pagination */
.single-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
    -ms-flex-pack: justify;
      justify-content: space-between;
  border-top: 1px solid #eee;
  padding-top: 1rem;
}

.post-type-archive-news .archive .entry-content {
	margin-bottom: 2.5em;
}

/* remove reCAPTCHA badge from all pages except Contact, and myIntermed. */
body:not(.contact-directions):not(.sign-up-for-myintermed):not(.secure-file-upload):not(.vaccination-request) .grecaptcha-badge {
  visibility: collapse !important;
}

/* new font awesome icons */
h2 .far,
h2 .fab,
h2 .fas,
h2 .fad,
h3 .far,
h3 .fab,
h3 .fas,
h3 .fad,
h4 .far,
h4 .fab,
h4 .fas,
h4 .fad
 {
 color: #fff;
 background-color: #117EC9;
 font-size: 0.8em;
 padding: 0.3em;
 margin-right: 0.5rem;
 position: relative;
}

h2 .far::after,
h2 .fab::after,
h2 .fas::after,
h2 .fad::after
h3 .far::after,
h3 .fab::after,
h3 .fas::after,
h3 .fad::after
h4 .far::after,
h4 .fab::after,
h4 .fas::after,
h4 .fad::after
{
 content: '';
 background: #ffffff url(../img/corner-piece.png) no-repeat top left;
 position: absolute;
 bottom: 0;
 right: 0;
 width: 8px;
 height: 8px;
 -webkit-background-size: 8px 8px;
     background-size: 8px;
}
.content .entry .sf-icon .far,
.content .entry .sf-icon .fab,
.content .entry .sf-icon .fas,
.content .entry .sf-icon .fad
{
 position: relative;
 padding: 0;
 bottom: -0.4rem;
}
.sidebar .has-icon .far,
.sidebar .has-icon .fab,
.sidebar .has-icon .fas,
.sidebar .has-icon .fad
{
 font-size: 1.55em;
 padding: 0.3em 0.4em;
 margin-right: 1rem;
 position: relative;
}

.sidebar h4.has-icon .svg-inline--fa {
	color: #fff;
	background-color: #117EC9;
	padding: 0.2em;
	margin-right: 0.5rem;
	position: relative;
	font-size: 2em;
	/*padding: 0.3em 0.4em;
	margin-right: 1rem;*/
	border-radius: 15%;
}

/* FLU PAGE INFO /flu */
.flu .content .entry > .entry-title { /* hide the first header on the page */
	display: none;
}
.content .entry .announce {
	background-color: rgba(245, 225, 206, 1);
	border-radius: 10px;
	padding: 1rem 1rem;
	color: #4f5e71;
	font-weight: 600;
	margin-bottom: 1.25rem;
	border: 5px solid rgba(255,0,0,0.3);
}
.content .entry .announce h2 {
	text-shadow: 2px 0px 0px rgba(255,255,255,0.4);
	color: #4f5e71;
	font-weight: 700;
	text-transform: uppercase;
}
.content .entry .announce h2::before {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;

	content: "\f0a1";
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	padding-right: 8px;
}


.site-inner main .entry-content ol.normal {
	padding: inherit;
	list-style: inherit;
	list-style-position: outside;
	margin-left: 2rem;
	list-style-type: decimal;
}
.site-inner main .entry-content ol.normal li {
	margin-bottom: 1em;
	color: #60738a;
}
.site-inner main .entry-content ol.normal ol {
	list-style-type: lower-alpha;
	margin-left: 3rem;
	margin-top: 0.4rem;
}
.site-inner main .entry-content ol.normal ol li {
	margin-bottom: 0.5em;
}
.site-inner main .entry-content ol.normal li::before {
	content: inherit;
}


/* ALERT - ANNOUNCEMENTS STYLING */
.news-alert-link:hover {
 text-decoration: none;
}
.news-alert-icon {
	width: 4rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2.5em;
	background-color: #0283f1;
	color: white;
}
#main-nav .super-menu>.sub-menu a:hover,
.news-alert-link .news-alert:hover .news-alert-content
{
	 text-decoration: none;
}

@media screen and (min-width: 901px) {
	.news-alert {
		padding-right: 1rem;
	}
}
@media screen and (min-width: 768px) and (max-width: 900px) {
	.news-alert {
		padding-right: 1rem;
		height: inherit;
	}
	/*.news-alert-icon {
		width: 100% !important;
		height: 2em !important;
	}*/
	.news-alert:after {
		background: none;
	}
}
@media screen and (max-width: 767px) {
	/*.news-alert-icon {
		width: inherit !important;
    	height: 4rem !important;
	}*/
	.news-alert {
		padding: 1rem;
		height: auto;
	}
	.news-alert:after {
		background: none;
	}
	.news-alert h2 {
		white-space: inherit;
		overflow: auto;
		padding-bottom: 0.5rem;
	}
}
@media screen and (max-width: 500px) {
	.news-alert {
		margin-bottom: 0;
	}
	/* TEMP HIDE NEWS ALERT ICON or ANNOUNCEMENT ICON from smallest screens 01.30.2024 */
	.news-alert-icon {
		display: none;
	}
}

/* FULLWIDTH - FULL WIDTH TEMPLATE */
.fullwidth .content-custom {
	width: 100%;
}
.fullwidth aside.sidebar {
	width: 0;
	display: none;
}


/* override the media.sass for font awesome */
.sidebar a[href*="//"]:not([href*="intermed.com"]),
.main a[href*="//"]:not([href*="intermed.com"])
{
 	/*padding-left: 1.2rem;*/
 	padding-left: 0;
 	/*position: relative;
 	display: inline-block;*/
}
.sidebar a[href*="//"]:not([href*="intermed.com"])::before,
.main a[href*="//"]:not([href*="intermed.com"])::before
{
 		/*font-family: "Font Awesome 5 Duotone";
 		font-weight: 900;*/
 		/*content: "\f08e";*/
 		content: "";
 		/*font-size: 13px;
 		color: $link-color;
 		padding-left: 7px;
 		position: absolute;
 		left: -5px;
 		top: 1px;*/
}

/* hide telehealth menu buttons from sidebar */
.sidebar .side-bar-nav li.page-item-3336,
.sidebar .side-bar-nav li.page-item-3379,
.sidebar .side-bar-nav li.page-item-3382,
.sidebar .side-bar-nav li.page-item-3385
{
	display: none;
}


/* fix hompeage tiles */
.cards .card:last-child .card-inner>div::before,
.cards .card .card-inner>div:before
{
	width: inherit;
}

/* remove names and style share buttons on bottom of single posts in Women's Blog */
main article .ssba .ssbp-text {
	display: none !important;
}
main article .ssba div a {
	padding: 0 0.25rem;
}


/* FORM WORK */
.wpcf7-form .clearfix {
  display:block;
}
.wpcf7-form .clearfix:after {
  content:"\0020";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
  overflow:hidden;
  margin-bottom:10px;
}
.wpcf7-form .wpcf7-submit {
	margin-top: 1rem;
}
.wpcf7-form .cf7dropzone {
	margin-bottom: 2rem;
}
@media screen and (min-width: 800px) {
	.wpcf7-form .leftCol,
	.wpcf7-form .rightCol
	{
		width: 48%;
		float: left;
		margin-right:2%;
	}

	.wpcf7-form .smallCol {
		width: 10%;
		float: left;
		margin-right: 2%;
	}
	.wpcf7-form .smallLeftCol,
	.wpcf7-form .smallRightCol
	{
		width: 42%;
		float: left;
		margin-right:2%;
	}
}


@media screen and (min-width: 800px) {
	main article.entry .entry-content .rightCol {
		float: right;
		width: 280px;
		margin-left: 1.4rem;
	}
}

.entry-content a.funBtn {
	/*text-align: center;*/
	max-width: 13rem;
	display: block;
	line-height: 1.3;
	background: #ececec;
	font-weight: 600;
	border-radius: 10px;
	padding: 0.7rem;
	margin-bottom: 1.5rem;
	margin-right: 1rem;
	float: left;
	border-width: 3px;
	border-style: solid;
	border-color: #dadada;
	transition: .3s all ease-in-out;
}
.entry-content a.funBtn:hover {
	text-decoration: none;
	color: #006bc8;
	background-color: #eee;
	border-color: #bbb;
}
.entry-content a.funBtn:hover svg {
	color: #006bc8;
}
@media screen and (max-width: 400px) {
	.entry-content a.funBtn {
		margin-right: auto;
		margin-left: auto;
		max-width: none;
		width: 70%;
		float: none;
		margin-bottom: 1rem;
	}
}

.entry-content a.funBtn:not(svg) {
	font-size: 0.9em;
}
.entry-content a.funBtn svg {
	margin: 0 0.5rem 0.5rem 0;
	font-size: 4em;
	display: block;
	float: left;
}
.entry-content a.pdfBtn,
.entry-content a.pdfBtn svg
{
	color: #c00;
}
.entry-content a.pdfBtn:hover,
.entry-content a.pdfBtn:hover svg
{
	color: #f00;
}
.entry-content a.pdfBtn:hover {
	border-color: #f00;
}
@media screen and (min-width: 600px) {
	body.page.fullwidth .page-header > .wrap > h1 {
		display: none;
	}
}

/* DARKEN ANNOUNCEMENT BAR */
.right-header .news-alert-icon,
.right-header .news-alert-link .news-alert-icon
{
	background-color: #163d8b;
}
.right-header .news-alert h2,
.right-header .news-alert-link .news-alert h2
{
	color: #163d8b;
	font-weight: 600;
}
.right-header .news-alert-content a,
.right-header .news-alert-link .news-alert-content p {
	color: #163d8b;
}
.right-header .news-alert-link {
	height: 100%;
	transition: .3s all ease-in-out;
}
.right-header .news-alert-link:hover .news-alert-icon {
	background-color: #002a80;
}
.news-alert-link:hover .news-alert,
.news-alert-link:hover .news-alert::after
{
	background-color: #d4d7de;
}
.news-alert-link .news-alert,
.news-alert-link .news-alert-icon,
.news-alert-link:hover .news-alert,
.news-alert-link:hover .news-alert-icon,
.news-alert-link .news-alert::after,
.news-alert-link:hover .news-alert::after
{
	transition: .3s all ease-in-out;
}
.overflow-hidden {
  overflow: hidden !important;
}
.h-screen {
  height: 100vh !important;
}
.modal-hidden {
  display: none !important;
}
.transition-all {
  transition-property: all;
}
.duration-300 {
  transition-duration: .3s;
}
.scale-95 {
  --transform-scale-x: .95;
  --transform-scale-y: .95;
}
.scale-100 {
  --transform-scale-x: 1;
  --transform-scale-y: 1;
}
.transform {
  --transform-translate-x: 0;
  --transform-translate-y: 0;
  --transform-rotate: 0;
  --transform-skew-x: 0;
  --transform-skew-y: 0;
  --transform-scale-x: 1;
  --transform-scale-y: 1;
  transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}

/* detect IE 10 and higher */
#ieBtn .btn,
#modalBtn .btn
{
	border-radius: 5px;
}
#ieBtn {
	max-width: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5rem;
	padding: 2rem;
	background-color: aliceblue;
	border: 2px solid #60738a;
	border-radius: 10px;

	display: none;
}
#ieBtn p,
#modalBtn p
{
	margin-bottom: 0.5rem;
}
#ieBtn h4 {
	margin: 0 auto; 
	text-align: center; 
	border-radius: 5px;
}
#modalBtn h4 {
	text-align: center;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) { 
	/* IE10+ specific styles go here */ 
	#ieBtn {
		display: inherit;
	}	
	#modalBtn {
		display: none;
	}
 }
 
 
 /* CAREERS CUSTOM SIDEBAR MENU */
 
 /* Careers page, and Physician Careers, Living in Maine page */
.page-id-37 .side-bar-nav ul .page-item-37 > a,
.page-id-4647 .side-bar-nav ul .page-item-4647 > a,
.page-id-4721 .side-bar-nav ul .page-item-4721 > a,
.page-id-4852 .side-bar-nav ul .page-item-4852 > a,
.page-id-5123 .side-bar-nav ul .page-item-5123 > a
{
	font-weight: 600;
	border-left-color: #4D6BA6;
	background-color: #F0F0F0;
	text-decoration: none;
	color: #4D6BA6;
}

.page-id-37 .side-bar-nav ul .page-item-37 > a:hover,
.page-id-4647 .side-bar-nav ul .page-item-4647 > a:hover,
.page-id-4721 .side-bar-nav ul .page-item-4721 > a:hover,
.page-id-4852 .side-bar-nav ul .page-item-4852 > a:hover,
.page-id-5123 .side-bar-nav ul .page-item-5123 > a:hover
{
	text-decoration: none;
	background-color: #F0F0F0;
	color:#4D6BA6;
}
.side-bar-nav ul li.physician-openings::before,
.side-bar-nav ul li.non-physician-openings::before,
.side-bar-nav ul li.physician-openings:hover::before,
.side-bar-nav ul li.non-physician-openings:hover::before
{
	content: '»';
	left: .7em;
	top: .5em;
	position: absolute;
	z-index: 999;
	color: #3E97D3;
}
.side-bar-nav ul li.physician-openings a,
.side-bar-nav ul li.non-physician-openings a,
.side-bar-nav ul li.physician-openings:hover a,
.side-bar-nav ul li.non-physician-openings:hover a
{
	display: block;
}


.healowBlock {
	display: flex;
	flex-flow: row wrap;
}
.healowBlock .healowCol {
	flex: 1;
	margin-bottom: 1rem;
}
.healowBlock img {
	display: inline;
	height: auto;
	width: 100px;
	margin-right: 1rem;
}


.funBox {
	margin: 1rem auto;
	text-align: center;
	border: 3px solid #dff2ff;
	padding: 1.1rem 1rem;
	max-width: 70%;
	border-radius: 8px;
	background-color: #2f9de7;
	color: #fff;
	line-height: 1.2;
	font-size: 1.2em;
	box-shadow: inset 0 0 2rem 0 rgba(255,255,255,0.4);
}
.funBox p {
	margin-bottom: 0.5rem;
	font-weight: 700;
}
.content .entry .funBox h2 {
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 1.1em;
	margin-top: 0.2rem;
}
.funBox h3 {
	font-weight: 900;
	text-transform: uppercase;
	color: bisque;
	font-size: 2.1em;
	margin-bottom: 1rem;
	text-shadow: 2px 2px 2px rgba(0, 97, 131, 0.6);
	margin-top: 0.6rem;
}

.funBox a {
	color: bisque;
	margin-top: 1.2rem;
	display: block;	
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
  text-shadow: 2px 2px 2px rgba(0, 97, 131, 0.6);
}
.funBox a:hover {
	color: #fff;
	padding-left: 1rem;
	padding-right: 1rem;
	text-decoration: none;
}
.funBox a svg {
	color: bisque;
  transition: all 0.3s ease-in-out;
}
.funBox a:hover svg {
	transform: translateX(0.5rem);
  color:#fff;
}

.blueBox {
	background-color: #d6e4f3;
	padding: 1rem; 
	border: 1px solid #ccc;
}
.blueBox h2 {
	text-align: center; 
	color: #2560a7; 
	margin-bottom: 1.2rem;
}
.blueBox .content-column .one_fourth {
	text-align: center;
}
.blueBox .content-column a {
	text-align: center; 
	display: inline-block; 
	padding: 0; 
	background: none; 
	color: #2560a7;
}
.blueBox .content-column svg {
	font-size: 3.5rem;
}
.blueBox .content-column span {
	clear:both; 
	display: block
}

.checkList {
	margin-left:2rem;
}
.checkList svg {
	color: #007dff;
}

p.centerThis {
	text-align: center; 
	margin: 2rem;
}
p.centerThis a.btn {
	margin: 1.5rem auto; 
	font-size: 1.2em; 
	font-weight: bold;
}

.faqBox {
	margin-bottom: 2rem;
}
.faqBox .collapseomatic,
.faqBox .colomat-swap
{
	font-weight: bold;
	font-size: 1.1em;
}
.faqBox .collapseomatic_content.containit {
	background-color: rgba(0,0,0,0.04);
	color: #007dff;
	font-weight: 600;
	line-height: 1.7;
	padding: 2rem 1.2rem;
	position: relative;
	margin-top: 0.9rem;
}
.faqBox .collapseomatic_content.containit::before {
	content: '';
	position: absolute;
	width: 0; 
	height: 0; 
	border-left: 1rem solid transparent;
	border-right: 1rem solid transparent;
	border-bottom: 12px solid rgba(0,0,0,0.04);
	top: -12px;
	left: 1rem;
}


/* TABLE VACCINE STYLES */
#tablepress-1,
#tablepress-1 .row-1.odd,
#tablepress-1 .row-2.even
{
	font-size: 1rem;
}
#tablepress-1 .row-2.even,
#tablepress-1 .column-1 
{
	font-weight: bold;
}
#tablepress-1 .column-1 {
	text-align: center;
	background-color: #b0d8ec;
	color: #477b9e;
	border-color: #d9edf7;
}
#tablepress-1 .row-1.odd .column-1 {
	width: 30%;
}
#tablepress-1 .column-2,
#tablepress-1 .column-3,
#tablepress-1 .column-4
{
	text-align: center;
}
#tablepress-1 .row-2.even .column-2,
#tablepress-1 .row-2.even .column-3,
#tablepress-1 .row-2.even .column-4
{
	background-color: #e8f7ff;
}

main .entry-content table#tablepress-2 tr:first-child,
main .entry-content table#tablepress-2 
{
	font-size: 0.9rem;
}

#tablepress-2 .column-1,
#tablepress-2 .column-3 
{
	width: 30%;
}
main .entry-content table#tablepress-2 thead tr:first-child
{
	font-size: 1.1rem;
}
[id^='tablepress-'].tablepress td, 
[id^='tablepress-'].tablepress th
{
	padding: 1rem;
}

/* Hide Secure File Upload Confirmation page from the Menu. */
.sidebar .page_item.page-item-5330,
.footer-menu .page_item.page-item-5330 {
	display: none;
}
body.page-id-5317 {
	background: none;
	background-color: white;
}
.page-id-5317 .site-container
{
	display: none !important;
}


/* ACCORDION SMALL STYLES */
.ea-card h3.ea-header {
	font-size: 18px;
	font-weight: 600;
}
[id^="sp-ea-"].sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a,
[id^="sp-ea-"].sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a .ea-expand-icon
{
	color: #117fca;
}
[id^="sp-ea-"].sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a:hover,
[id^="sp-ea-"].sp-ea-one.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a:hover .ea-expand-icon
{
	color: #146398 !important;
}
[id^="sp-ea-"].sp-easy-accordion>.sp-ea-single {
	background: #fff !important;
}
[id^="sp-ea-"].sp-easy-accordion>.sp-ea-single:hover {
	background: #f0f0f0 !important;
}
[id^="sp-ea-"].sp-easy-accordion>.ea-card.sp-ea-single.ea-expand {
	background: #f0f0f0 !important; /* #d6e5f9 */
}

/* FOOTER AND HEADER SOCIAL ICONS */
.kb-social li a {
	color: #117FCA;
}
footer .kb-social li a {
	color: #fff;
	font-size: 1.5em !important;
 }
footer .kb-social li:last-of-type a {
	color: #fff;
	font-size: 1.2em !important;
}


/* REMOVE BULLETS FROM EDUCATION PAGE LISTS */
.education main .entry .entry-content ul {
	list-style: none;
	margin-bottom: 2rem;
	padding-left: 1rem;
}
.education .content .entry h2 {
	font-size: 1.2rem;
	text-transform: uppercase;
	font-weight: 500;
	color: #143F91;
}

#main-nav ul>li>.sub-menu>li a {
	font-weight: 500;
}
#main-nav .sub-menu {
	background-color: rgba(255,255,255,.98);
}


/* PATIENT INFORMATION / BILLING / LIBRARY / ETC PAGES TILES */
.tiled_group {
	margin: 2rem 0;
	padding-top: 1rem;
	border-top: 1px solid #ccc;
}
.tiled_group .tiled {
	display: flex;
	gap: 0.6rem;
	flex-wrap: wrap;
	/* align-items: center;
	justify-content: center; */
}
.tiled_group .tiled a {
	border: 2px solid #fff;
	background-color: #0283f1;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 0.9rem;
	max-width: 300px;
	display: flex;
	border-radius: 8px;
	text-align: center;
	line-height: 1.35;
	padding: 0.8rem 0.7rem;
}
.tiled_group .tiled a:hover {
	color: #143f91;
	background-color: white;
	text-decoration: none;
	border-color: #143f91;
}

/* SUB MENU STYLING OVERRIDE */
#main-nav .super-menu > .sub-menu > .menu-item {
	background-color: rgba(255,255,255,.98);
}
#main-nav .super-menu.menu-patient-information > .sub-menu > .menu-item:nth-child(n + 4) {
	padding: 0 0 0.5rem;
}


/* HOURS OF OPERATION GRID */
/*
.hours-grid {
	max-width: 1200px;
	margin: 0 auto;
	display: grid;
	grid-gap: 1rem;
}
*/
.hours-grid > div {
	/* background-color: dodgerblue;
	color: white; */
	/* padding: 1rem;
	height: auto;
	text-align: center; */
	padding-top: 2rem;
}
.hours-grid div:first-of-type {
	padding-top: 0;
}

.hours-grid > div h3 {
	/*text-transform: uppercase;*/
	font-weight: bold;
	color: #46def2;
	color: #117FCA;
}
/*
.hours-grid > div strong {
    text-transform: uppercase;
    display: block;
}
.hours-grid > div strong:last-of-type {
    margin-top: 0.5rem;
}
*/
/* Screen larger than 600px? 2 column */
/*
@media (min-width: 600px) {
	.hours-grid { grid-template-columns: repeat(2, 1fr); }
}
*/


/* SUB MENU HIDES */
body.page-id-37 #custom_html-3 nav.side-bar-nav ul li.page_item.page-item-4721,
body.parent-pageid-37 #custom_html-3 nav.side-bar-nav ul li.page_item.page-item-4721 
{ /* hide Careers > Physician Careers from sidebar menu */
	display: none;
}

/* special width captions on homepage slider */
@media screen and (min-width: 1000px) {
	.soliloquy-caption-inside .captionBox.special-caption {
		max-width: 450px !important;
		right: 2rem !important;
	}
}
@media screen and (max-width: 600px) {
	.soliloquy-caption-inside .captionBox.special-caption {
		position: relative !important;
		bottom: inherit !important;
		right: inherit !important;
	}
}