 .editable ul + *, .editable ol + *, .editable__container ul + *, .editable__container ol + * {     clear: none; }

 .section--light .form-a .form__submit input.component__button--1 {
    background-color: #706E6C;

}

.featuredblocks-grid-a .featuredblocks .featuredblock__title {
    font-size: 1rem;
}
/* image side by text */
.text-box {
    display: flex;
    align-items: center;
}
.text-box p {   
    margin-top: 15px;        
}
img.pdf_icon {
    float: left;
    margin-right: 15px;
}
@media only screen and (max-width: 768px) {
    .alias-pcontent img {
        margin: 10px !important;
    }
}

/*center CTA buttons on staff */

.flexcta {
display: flex;
justify-content: center;
}

/* Columns */
.flex-container {
    display: flex;
    flex-wrap: wrap;
}
.col20 {
    width: calc(19% - 4px);
    padding: 10px;
}

.col25 {
    width: calc(24.6% - 4px);
}

.col30 {
    width: 31%;
    padding: 10px;
}

.col70 {
    width: 69%;
    padding: 10px;
}
.col60 {
    width: 59%;
    padding: 10px;
}
.col50 {
    width: 48%;
    padding: 10px;
}
.col40 {
    width: 38%;
    padding: 10px;
}
.spaced {
    justify-content: space-between;
}

@media screen and (max-width: 768px) {
    .col50,
    .col30,
    .col70,
    .col60,
    .col40,
    .col20,
    .col25 {
        width: 100%;
    }

    .alias-pcontent img {
        display: block;
        margin: auto;
        float: none !important;
    }
    .hide_mobile {
        display: none !important;
    }

    .align-left,
    .align-right,
    .align-center {
        display: block !important;
        margin: auto !important;
        float: none !important;
    }
    .section--inner.container.section--light.fix-hover {
        padding-top: 0px !important;
    }
    #ple_column-0 {
        padding-top: 10px !important;
        padding-bottom: 0 !important;
    }
    #ple_column-1 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .section-overlap-container:has(.header-a, .header-b, .header-c, .header-d, .header-e, .header-f, .header-g, .header-h) .section__bg--light-4 .section--inner::before {
        box-shadow: none;
    }
}

.clinical_staff img {
    max-width: 220px;
    height: 336px;
    object-fit: fill;
    max-height: 250px;
}
.clinical_staff a {
    text-decoration: underline;
}
.clinical_staff a:hover {
    color: #3b3734 !important;
}
@media only screen and (max-width: 1199px) {
.clinical_staff img {
    width: 160px;
}
}
@media only screen and (max-width: 768px) {
.clinical_staff img {
    width: 220px;
}
}

.inner_staff img {
    width: 325px;
}
.box {
    background: #2b6ca3;
    border-radius: 16px;
    padding: 40px 20px;
}
.inner_staff a {
    color: #ffffff;
    font-size: 23px;
    line-height: 1.2;
    text-decoration: underline;
}
@media only screen and (max-width: 768px) {
.col30.img_staff_in {
    display: flex;
    justify-content: center;
}
.col30.img_staff_in.staff_inna {
    display: block;
}
}

@media only screen and (max-width: 500px) {
.yt_player {
    aspect-ratio: 16 / 9;
    width: 100%;
    margin-bottom: 20px;
}  
}

@media only screen and (max-width: 1200px) {
.yt_player_inna {
    aspect-ratio: 16 / 9;
    width: 100%;
    margin-bottom: 20px;
}  
}
@media only screen and (max-width: 768px) {
.yt_player_inna {
    aspect-ratio: 16 / 9;
    width: auto;
    margin-bottom: 20px;
}
p.inna_txt {
    text-align: center !important;
}
}
@media only screen and (max-width: 500px) {
.yt_player_inna {
    aspect-ratio: 16 / 9;
    width: 100%;
    margin-bottom: 20px;
}  
}

p.inna_txt {
    text-align: left;
}
.flex-container.spaced.cntr {
    justify-content: space-evenly;
}

@media only screen and (max-width: 1199px) {
.staff_details {
    /* height: 100%; */
    min-height: 120px;
}
}
@media only screen and (max-width: 768px) {
.staff_details {
    /* height: 100%; */
    min-height: auto;
}
}

.section--light h1, .section--light h2, .section--light h3, .section--light h4, .section--light h5, .section--light h6 {
    color: #277C48;
}

.section--light .map-a .map-search__submit {
    color:#277C48;
}

.mobileHeader-logoImg {
    min-height: 100px;
}

.section--light .form-a .form__submit input.component__button--1:hover {
    background-color: #679E99;
    border: 2px solid #679E99;
}

#id_cfbed1bc-9b8e-5573-8f0b-39ea971fdd68::before {
    background-color: white;
}


.form-a .form__input textarea {
    background: rgba(43, 124, 116);
}
/*
.mobileHeader-navWrap {
    background: no-repeat url("/storage/app/media/d5e031_5b9ca101b14547b78503aee08cb18818_20241218_1645.webp");
    opacity: 0.5;
}*/
/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
/*  GRID OF TWO  */
.span_2_of_2 {
	width: 100%;
}
.span_1_of_2 {
	width: 49.2%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col { 
		margin: 1% 0 1% 0%;
	}
}

@media only screen and (max-width: 480px) {
	.span_2_of_2, .span_1_of_2 { width: 100%; }
}

