body {
    max-width: 100vw !important;
    overflow-x: hidden !important;
}

.header-f .column-1 {
    width: 35% !important;
    margin: 0 !important;
}

.header-f .column-2 {
    width: 65% !important;
    margin: 0 !important;
}

.grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
/*SEO Homepage Custom Accordion*/
.accordion_container {
  width: 100%;
  padding: 15px 0 20px 0;
}

.accordion_head {
  background-color: #009485;
  cursor: pointer;
  margin: 0 0 1px 0;
  padding: 2px 6px;
  font-weight: bold;
  border-radius: 20px;
}
.accordion_head:hover{
    background-color: #00c7b3;
}
.accordion_head h2{
    color: #ffff;
	font-size: 18px;
	font-weight: bold;
	margin: 5px 10px;
    text-align: center;
}
.accordion_body {
  background: transparent;
  padding: 2px 6px;
}

.accordion_body p {
  padding: 2px 2px;
  margin: 0px!important;
}
.homea{
	font-weight: bold;
}
.homeh2 {
	font-size: 18px;
	font-weight: bold;
}

.plusminus {
  float: right;
}
/*SEO Homepage Custom Accordion END*/

.grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.staff-cont img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.staff-cont p {
    margin-top: 10px;
    text-align: center;
}

/* inner */

.alias-phone_footer p {
    text-align: center;
}

@media (min-width: 1000px) {
    .alias-banner img {
        min-height: 80vh !important;
        object-fit: contain !important;
    }
}

@media (min-width: 1450px) {
    .alias-banner img {
        min-height: 100vh !important;
    }
}

@media (min-width: 991px) {
    .alias-phone_footer p {
        text-align: right;
    }

    .alias-banner .banner-a .banner__text-wrapper {
        background-color: rgba(0, 0, 0, 0.4);
    }

    .alias-banner .banner-a .banner__title {
        color: white !important;
    }

    .alias-footer_yt_inner > *{
        max-width: 90% !important;
    }
}

@media (max-width: 991px) {
    .grid-3 {
        grid-template-columns: repeat(2, 1fr);
    }

    .alias-partial-header-g {
        display: none;
    }

    #ple_fixed {
        display: none !important;
    }

    .alias-pcontent a {
        word-break: break-all !important;
    }

    .grid-4 {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 400px) {
    .img-cont {
        width: 100% !important;
        max-width: 100% !important;
    }

    .alias-pcontent img {
        width: 100% !important;
        max-width: 100% !important;
    }

    .grid-3 {
        grid-template-columns: 1fr;
    }

    .s-hidden {
        display: none !important;
    }

    .grid-4 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 400px) {
    .grid-4 {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}
/*  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 THREE  */
.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 66.13%; }
.span_1_of_3 { width: 32.26%; }

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
}
/*  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%; }
}
@media screen and (max-width: 767.98px) {
    #id_02766e5a-a9d3-5bf5-80ca-7939310e80fe .section__column-2.ple-column-padding {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}