.page-template-tpl-location .grey-bg{
	background-color: #F5F5F4;
}
.page-template-tpl-location .white-bg{
	background-color: #ffffff;
}
.page-template-tpl-location section.section{
	padding-block: 64px;
}
.page-template-tpl-location .grey-bg + .grey-bg,
.page-template-tpl-location .white-bg + .white-bg{
	padding-top: 0;
}
.page-template-tpl-location section.section h2{
	font-size: 30px;
    line-height: 40px;
    color: #51515A;
    margin: 0 0 15px;
	font-weight: 600;
}
.page-template-tpl-location section.section h3{
	font-size: 22px;
    line-height: 1.3;
    color: #51515A;
    margin: 0 0 15px;
}
.page-template-tpl-location section.section .wysiwyg-content{
	font-weight: 300;
    font-size: 17px;
    line-height: 28px;
    color: #51515A;
}
.wysiwyg-content ul li{
	padding-left: 29px;
	position: relative;
    margin-bottom: 5px;
}
.wysiwyg-content ul li:before{
	position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    background-image: url('data:image/svg+xml,<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_3_290)"><path d="M11.7047 5.28769L6.71315 0.296094C6.31946 -0.0975993 5.68095 -0.0975993 5.28725 0.296094C4.89356 0.689787 4.89356 1.3283 5.28725 1.72199L9.56543 6.00014L5.28725 10.2783C4.89356 10.672 4.89356 11.3105 5.28725 11.7042C5.68095 12.0979 6.31946 12.0979 6.71315 11.7042L11.7047 6.71259C12.0984 6.31988 12.0984 5.68139 11.7047 5.28769ZM5.70293 4.98543L1.74004 0.808704C1.34183 0.389542 0.696855 0.389542 0.298652 0.808704C-0.0995506 1.22787 -0.0995506 1.90784 0.298652 2.32752L3.54111 5.74484L0.298652 9.16216C-0.0995506 9.58134 -0.0995506 10.2618 0.298652 10.681C0.696855 11.1002 1.34183 11.1002 1.74004 10.681L5.70293 6.50424C6.10113 6.08508 6.10113 5.4051 5.70293 4.98543Z" fill="%23158FC4"/></g><defs><clipPath id="clip0_3_290"><rect width="12" height="12" fill="white"/></clipPath></defs></svg>');
    left: 0;
    top: 9px;
    background-repeat: no-repeat;
    background-size: contain;
}
.page-template-tpl-location section.section strong{
	font-weight: 600;
}
.page-template-tpl-location .wysiwyg-content *{
	margin-bottom: 15px;
}
.page-template-tpl-location .wysiwyg-content > *:last-child{
	margin-bottom: 0;
}
.page-template-tpl-location .btn-primary {
    background: #F1A800;
    border-radius: 27.5px;
    font-weight: 600;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    letter-spacing: 0.233px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 5px 35px 6px 53px;
    display: inline-block;
    margin: 24px 0 0;
}

.page-template-tpl-location .btn-primary:hover {
    background: #0085bf;
    color: #fff;
    border-color: #0085bf;
}

.page-template-tpl-location .btn-primary:after {
    content: "\f101";
    font-size: 22px;
    margin: 0 0 0 19px;
    position: relative;
    top: 3px;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
.page-template-tpl-location .wysiwyg-content .text-link {
    color: #f1a803;
    font-weight: 600;
}

.page-template-tpl-location .wysiwyg-content .text-link:hover {
    color: #2a68a5;
}

.page-template-tpl-location .wysiwyg-content .text-link:after {
    content: '\f101';
    margin: 0 0 0 9px;
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}


/* Richtext CSS */
.page-template-tpl-location .richtext-section .content-wrapper {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

/* Two col Content CSS */
.two-col-content-section .row{
	row-gap: 40px;	
}

/* Two col image content */
.page-template-tpl-location .image-text-section .img-position-left{
	order: -1;
}
.page-template-tpl-location .image-text-section .img-position-right{
	order: 1;
}
.page-template-tpl-location .image-text-section .image-wrapper img{
	width: 100%;
}
.page-template-tpl-location .image-text-section .img-position-left ~ .content-wrapper > div {
    padding-left: 20px;
}
.page-template-tpl-location .image-text-section .img-position-right ~ .content-wrapper > div {
    padding-right: 20px;
}

@media screen and (max-width: 767px){
	.page-template-tpl-location .image-text-section .image-wrapper{
		order: -1;
		margin-bottom: 20px;
	}
	.page-template-tpl-location .image-text-section .content-wrapper > div{
		padding: 0 !important;
	}
}

/* multicolumn css */
.page-template-tpl-location .multi-column-section .section-head {
    margin-bottom: 32px;
    display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
}
.page-template-tpl-location .multi-column-section .section-head * {
    margin: 0 !important;
}
.page-template-tpl-location .multi-column-section .multicolumn-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(340px,1fr));
    gap: 20px;
}

.page-template-tpl-location .multi-column-section .grid-item{
    padding: 20px;
    background-color: #f6f7f9;
	border: 1px solid #D2D2D2;
}
.page-template-tpl-location .multi-column-section.grey-bg .grid-item{
	background-color: #ffffff;
}
.page-template-tpl-location .multi-column-section .item-head > *{
    font-weight: 600;
    line-height: 1.2;
}


/* Accordion CSS */
.page-template-tpl-location .accordion-section details::details-content,
.page-template-tpl-location .accordion-section details .details-content {
    block-size: 0;
    overflow-y: clip;
    opacity: 0;
    interpolate-size: allow-keywords;
    transition: content-visibility 0.3s allow-discrete, opacity 0.3s ease, block-size 0.3s ease;
}
.page-template-tpl-location .accordion-section details[open]::details-content,
.page-template-tpl-location .accordion-section details[open] .details-content {
    opacity: 1;
    block-size: auto;
}


.page-template-tpl-location .accordion-section details.accordion {
    background-color: #ffffff;
    border: 1px solid #D2D2D2;
    padding: 20px 30px 20px 80px;
    position: relative;
}
.page-template-tpl-location .accordion-section details.accordion + details.accordion {
    margin-top: 20px;
}
.page-template-tpl-location .accordion-section summary.accordion-header {
    list-style: none;
    font-family: Titillium Web;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 2;
    color: #51515A;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
	align-items: center;
}

.page-template-tpl-location .accordion-section .accordion-body {
    font-family: Titillium Web;
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 28px;
    color: #51515A;
    padding: 24px 0;
}

.page-template-tpl-location .accordion-section details.accordion:before {
    content: 'Q.';
    width: 40px;
    height: 40px;
    background: #0085BF;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 38px;
    color: #FFFFFF;
    padding: 0 10px 0;
    position: absolute;
    top: 20px;
    left: 20px;
}

.page-template-tpl-location .accordion-section summary.accordion-header:after {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url('data:image/svg+xml,<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.71 8.31V6.63H6.5V0.599999H8.21V6.63H14.09V8.31H8.21V14.4H6.5V8.31H0.71Z" fill="%23BABABA"/></svg>'); 
    background-position: center;
    background-repeat: no-repeat;
}

.page-template-tpl-location .accordion-section details[open] summary.accordion-header::after {
    background-image: url('data:image/svg+xml,<svg width="10" height="3" viewBox="0 0 10 3" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.13 2.53V0.85H9.25V2.53H0.13Z" fill="%23BABABA"/></svg>');
}
.page-template-tpl-location .accordion-section details[open]{
    background: rgba(0, 0, 0, 0.0001);
    box-shadow: 0px 11px 34px rgba(0, 0, 0, 0.104977);
    border-color: transparent;
}


/* Map Section */
.map-wrapper iframe {
    height: auto !important;
    width: 100% !important;
    aspect-ratio: 16/8;
}