/* Equalize Simple List Blocks Pediatric Page*/

/* Change item class here */
.items_e596ea5e51144d099dd39993c560ed95 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_e596ea5e51144d099dd39993c560ed95 > .item {
	display: flex;
	flex-direction: column;
}
.block_ac5a679e01b64e2c946ab35831af6139 {
    text-align:center!important;
}    
.block_ac5a679e01b64e2c946ab35831af6139 h2 {
    font-size: 2.25em;
}


/* =========================================
   Smile Kings - Contact Locations
   ========================================= */

.sk-contact-locations {
	max-width: 1050px;
	margin: 0 auto;
	padding: 55px 24px 20px;
	color: #171717;
	box-sizing: border-box;
}

.sk-contact-locations *,
.sk-contact-locations *::before,
.sk-contact-locations *::after {
	box-sizing: border-box;
}


/* Intro
----------------------------------------- */

.sk-contact-intro {
	text-align: center;
	margin-bottom: 30px;
}

.sk-contact-intro h2 {
	margin: 0;
	color: #0867ad;
	font-size: 36px;
	line-height: 1.2;
	font-weight: 700;
}

.sk-contact-rule {
	width: 110px;
	height: 3px;
	margin: 18px auto 20px;
	background: #0875c1;
}

.sk-contact-intro p {
	margin: 0;
	font-size: 20px;
	line-height: 1.5;
}


/* Two-column layout
----------------------------------------- */

.sk-location-grid {
	display: flex;
	gap: 55px;
	align-items: stretch;
}


/* Location cards
----------------------------------------- */

.sk-location-card {
	flex: 1 1 0;
	min-width: 0;
	background: #fff;
	border: 1px solid #b9c5cf;
	border-radius: 7px;
	overflow: hidden;
}

.sk-location-card h3 {
	margin: 0;
	padding: 17px 20px;
	background: #252525;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-size: 19px;
	line-height: 1.3;
	font-weight: 700;
	letter-spacing: 0.02em;
}

.sk-location-card-body {
	display: flex;
	flex-direction: column;
	height: calc(100% - 57px);
	padding: 35px 34px 28px;
}

.sk-address {
	padding: 4px 0 4px 18px;
	border-left: 3px solid #0875c1;
	border-bottom: 0;
	font-size: 19px;
	line-height: 1.55;
}
.sk-phone {
	margin: 26px 0 26px;
	padding-top: 22px;
	border-top: 1px solid #d5dce2;
	font-size: 18px;
	line-height: 1.4;
}

.sk-phone a {
	margin-left: 7px;
	color: #0867ad;
	text-decoration: none;
	font-weight: 700;
}

.sk-phone a:hover,
.sk-phone a:focus {
	text-decoration: underline;
}


/* Booking buttons
----------------------------------------- */

.sk-book-btn {
	display: block;
	width: 100%;
	margin-top: auto;
	padding: 15px 20px;
	background: #086dbc;
	color: #fff !important;
	text-align: center;
	text-decoration: none !important;
	text-transform: uppercase;
	font-size: 17px;
	line-height: 1.2;
	font-weight: 700;
	border-radius: 4px;
	transition:
		background-color 0.2s ease,
		transform 0.2s ease;
}

.sk-book-btn:hover {
	background: #075b9d;
	transform: translateY(-1px);
}

.sk-book-btn:focus {
	outline: 3px solid #8cc9f4;
	outline-offset: 3px;
}


/* Hours
----------------------------------------- */

.sk-hours {
	margin-top: 30px;
	padding: 25px 24px 28px;
	background: #ffffff;
	border: 1px solid #d4e0e8;
	border-radius: 10px;
	text-align: center;
}
.sk-hours h3 {
	margin: 0;
	color: #0867ad;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 1.2;
	font-weight: 700;
}

.sk-hours-rule {
	width: 55px;
	height: 3px;
	margin: 10px auto 15px;
	background: #0875c1;
}

.sk-hours p {
	margin: 0;
	font-size: 18px;
	line-height: 1.5;
}

.sk-hours-divider {
	display: inline-block;
	margin: 0 18px;
	color: #0875c1;
	font-weight: 700;
}


/* Tablet
----------------------------------------- */

@media only screen and (max-width: 900px) {

	.sk-contact-locations {
		padding-top: 45px;
	}

	.sk-location-grid {
		gap: 28px;
	}

	.sk-contact-intro h2 {
		font-size: 31px;
	}

	.sk-location-card-body {
		padding: 30px 25px 25px;
	}

	.sk-address {
		font-size: 17px;
	}

	.sk-phone {
		font-size: 17px;
	}
}


/* Mobile
----------------------------------------- */

@media only screen and (max-width: 700px) {

	.sk-contact-locations {
		padding: 35px 16px 10px;
	}

	.sk-contact-intro {
		margin-bottom: 25px;
	}

	.sk-contact-intro h2 {
		font-size: 27px;
	}

	.sk-contact-intro p {
		font-size: 17px;
	}

	.sk-contact-rule {
		width: 80px;
		margin-top: 14px;
		margin-bottom: 16px;
	}

	.sk-location-grid {
		flex-direction: column;
		gap: 24px;
	}
.sk-location-card {
	flex: 0 0 auto;
	width: 100%;
}
	.sk-location-card h3 {
		padding: 14px 15px;
		font-size: 16px;
	}

	.sk-location-card-body {
		height: auto;
		padding: 26px 22px 22px;
	}

	.sk-address {
		padding-left: 14px;
		padding-bottom: 22px;
		font-size: 16px;
	}

	.sk-phone {
		margin: 20px 0 22px;
		font-size: 16px;
	}

	.sk-book-btn {
		padding: 14px 16px;
		font-size: 15px;
	}

	.sk-hours {
		margin-top: 24px;
		padding: 22px 18px;
	}

	.sk-hours h3 {
		font-size: 21px;
	}

	.sk-hours p {
		font-size: 16px;
	}

	.sk-hours p span {
		display: block;
	}

	.sk-hours-divider {
		display: none !important;
	}
}


/* Very small phones
----------------------------------------- */

@media only screen and (max-width: 400px) {

	.sk-contact-intro h2 {
		font-size: 24px;
	}

	.sk-location-card-body {
		padding-left: 18px;
		padding-right: 18px;
	}

	.sk-location-card h3 {
		font-size: 15px;
	}

	.sk-address,
	.sk-phone,
	.sk-hours p {
		font-size: 15px;
	}
}

/* Nav Dropdowns */

.navContent ul li ul a {
    white-space: normal !important;
    overflow: visible !important;
}

@media only screen and (min-width: 768px) {
    .navContent ul li ul {
        min-width: 250px !important;
        right: auto !important; 
    }
}
.blogsPermalink-featuredImage--classic img {
    object-position: center 25%;
}
.blogsPermalink-meta .pageTitle {
    color: #000
}
.blockContent .maxWidth--content .blockText p:first-of-type {
  display: none;
}
.blogsPermalink-meta .pageTitle {
    margin-bottom: 0.5rem;
    font-size: 36px;
    letter-spacing: normal;
}
@media (max-width: 991px){
  .blockContent .item {
    width:48%;
    margin: 2%;
    margin-left: 0;
  }
}
@media (max-width: 767px){
  .blockContent .item {
    width:100%;
    margin:15px 0;
    float: none;
  }
}
.block_blogsCollection .blockInnerContent a:not(.button) {
    color: #0868a9;    
}
.block_blogsCollection .blockInnerContent a:not(.button):hover {
    color: #8b8b8b;    
}
.announcement-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 11111;
    background: #1369a7;
    color: #fff;
    text-align: center;
    padding: 8px 0px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
}
.announcement-bar a {
    color: #fff;
    text-decoration: underline;
}
.announcement-bar a:hover {
    color: #121212;
}
.headerAndNavContent {
    padding-top: 24px;
}
@media (max-width: 505px) {
    .headerAndNavContent {
        padding-top: 40px;
     }
 }