.internal-page {
	background: #F1F3F8;
}

.contentarea {
	box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.4);
	background: #fff;
	margin-bottom: 43px;
}

.insurance-logos {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-gap: 10px;
    margin: 25px 0;
}

.insurance-logos br {
	display: none;
}

.gallery .pics {
	margin: 5px;
}

@supports (object-fit: cover) {
	.gallery .pics img {
		width: 380px;
		height: 380px;
	}
}

/* SIDEBAR 
-----------------------------------------------*/
.sidebar-holder {
	max-width: 333px;
	width: 100%;
	margin: 0 0 0 auto;
}

.sidebar-holder h3 {
    margin: 0 0 15px;
    font-family: 'Nunito';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 38px;
	letter-spacing: 0.64px;
	color: #222C44;
}

.sidebar-holder .patient-name {
	font-family: 'Libre Baskerville';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	letter-spacing: 0.52px;
	color: #222C44;
	margin: 0;
}

.sidebar-holder .reviews-section p {
	font-family: 'Nunito';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 25px;
	text-align: center;
	letter-spacing: 0.64px;
	color: #222C44;
	margin: 0 0 12px;
}

.reviews-section.outer {
    background: #EDEBEB;
    padding: 22px 7px 21px 12px;
    position: relative;
}

.reviews-section.outer:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 6px;
    z-index: 3;
    background: linear-gradient(90deg, #C39846 1%, #FCE5AF 25%, #FFFFFF 50%, #FCE5AF 75%, #C39846 100%);
}

.reviews-section.outer:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 6px;
    z-index: 3;
    background: linear-gradient(90deg, #C39846 1%, #FCE5AF 25%, #FFFFFF 50%, #FCE5AF 75%, #C39846 100%);
}

.reviews-section .arrow,
.reviews-section .number-crumb-container,
.hours-section .formatted-hours tr:first-of-type {
	display: none;
}

.sidebar-holder hr {
    margin: 91px 0 68px;
}

.affiliations h3 {
	font-family: 'Libre Baskerville';
	font-style: normal;
	font-weight: 700;
	font-size: 28px;
	line-height: 38px;
	letter-spacing: 0.64px;
	color: #222C44;
	margin: 83px 0 44px;
}

.affiliations .awards {
	display: grid;
	grid-gap: 20px;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto;
}

.affiliations .logo-box {
    max-width: 156px;
    width: 100%;
    min-height: 157px;
    background: #F1F3F8;
    border: 2px solid #FEF8EB;
    border-radius: 4px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    display: flex;
    justify-content: center;
    align-items: center;
}

.sidebar-holder .formatted-hours td,
.sidebar-holder .hours-note {
    padding: 0 0 11px;
    font-family: 'Nunito';
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 16px;
	letter-spacing: 0.97px;
	text-transform: uppercase;
	color: #222C44;
}

.sidebar-holder .hours-note {
	font-style: italic;
}

.sidebar-holder .formatted-hours {
    width: 100%;
}

.cc-c {
    margin: 40px 0px 40px 0px;
}

.cc-disclaimer {
    font-style: oblique;
    opacity: .7;
    font-size: 15px;
}

.first-column {
    width: 50%;
    margin-right: 25px;
}

.second-column {
    width: 50%;
}

.column-holders {
    display: flex;
    flex-direction: row;
}

em {
    font-size: 12px;
}

.checks-container {
    display: grid;
    flex-direction: row;
    justify-content: space-between;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 125px 125px 125px;
}
.checks {
    display: flex;
    flex-direction: row;
    margin-right: 5px;
    align-items: center;
}


.checks p {
    margin-bottom: 0px;
    font-size: 18px;
}

.checks img {
    width: 55px;
    height: 55px;
}

/* FINANCIAL OPTIONS */

.gold-hr {
	width: 760px;
	height: 6px;
	margin: 1em auto;
	-webkit-background: var(--Linear, linear-gradient(90deg, #C39846 1%, #FCE5AF 25%, #FFF 50%, #FCE5AF 75%, #C39846 100%));
	-moz-background: var(--Linear, linear-gradient(90deg, #C39846 1%, #FCE5AF 25%, #FFF 50%, #FCE5AF 75%, #C39846 100%));
	background: var(--Linear, linear-gradient(90deg, #C39846 1%, #FCE5AF 25%, #FFF 50%, #FCE5AF 75%, #C39846 100%));
}

.member-top {
    border-left: 1px solid #C39846;
  	border-right: 1px solid #C39846;
	background-image: linear-gradient(90deg, #C39846 1%, #FCE5AF 25%, #FFFFFF 50%, #FCE5AF 75%, #C39846 100%), linear-gradient(90deg, #C39846 1%, #FCE5AF 25%, #FFFFFF 50%, #FCE5AF 75%, #C39846 100%);
	background-size: 100% 1px;
	background-position: 0 0, 0 100%;
	background-repeat: no-repeat;
}

p.large-p {
    font-family: "Open Sans", sans-serif;
    font-size: 23px;
}

.membership h3 {
    font-size: 32px;
    line-height: 1;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
}

.checkmarks {
	padding: 1em;
}

.check-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-gap: 0.5em;
    margin: 1em auto;
}

.blue-bar {
	background-color: #222C44;
	color: #FEF8EB;
	padding: 2em;
}

.blue-bar,
.blue-bar h2,
.blue-bar h3,
.blue-bar p.small,
.blue-bar p.small em {
    color: #FEF8EB;
}

.blue-bar p.small em {
    font-size: 12px;
	line-height: 1.6;
}

.price-wrap {
    display: flex;
    justify-content: space-between;
}

.price-box {
    padding: 5px;
    border-right: 1px solid #FCE5AF;
    flex: 1;
}

p.small,
p.small em {
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    line-height: 1.8;
    margin: 0.5em 0;
    padding: 0 0.5em;
}

.blue-bar p.small {
    line-height: 1.6;
}

.price-box:last-child {
    border-right: unset;
}

.additional {
    border-top: 1px solid #FCE5AF;
    padding: 1.5em;
}

.list-wrap {
    display: flex;
    align-items: flex-start;
    grid-gap: 10%;
}

/* RESPONSIVE 
-----------------------------------------------*/



@media (max-width: 991px) {
	.sidebar-holder {
	    margin: 100px auto 0 auto;
	}
}

@media (max-width: 800px) {
	.price-wrap {
		flex-flow: column;
		padding: 1em 0.5em;
	}
	.price-box {
		border-right: unset;
		border-bottom: 1px solid #FCE5AF;
		padding: 0.5em;
	}
	.price-box:last-child {
		border-bottom: unset;
	}
}

@media (max-width: 600px) {
	.sidebar-holder h3 {
	    font-size: 18px;
	}

	.affiliations h3 {
	    font-size: 24px;
	}

	.sidebar-holder .formatted-hours td, .sidebar-holder .hours-note {
	    font-size: 12px;
	}
}

@media (max-width: 480px) {
	.gallery .pics {
		margin: 0 0 10px;
	}
	
	@supports (object-fit: cover) {
		.gallery .pics img {
			width: 300px;
			height: 300px;
		}
	}
}