/*--------------------------------------------------------------------------------------*\
| STRUCTURAL
\*--------------------------------------------------------------------------------------*/
html{
    scroll-behavior: smooth
}
.entry-content p > a,
.entry-content li > a{
	text-decoration: underline;
}
body{
    margin: 0;
    overflow-x: hidden;
}
body .wp-block-gallery {
	gap: 12px;
}
.wp-block-list li{
	margin-bottom: 5px;
}
.wp-block-uagb-loop-builder > div {
	width: 100%;
}
h3 > a{
	font-size: inherit !important;
}
body .wp-block-gallery > figure{
	width: calc( 100% / 3 - 8px);
}
.custom-logo-link img{
    height: 75px;
    width: 100px;
}
.wp-block-group__inner-container{
	max-width: 100%;
}

.alignwide{
    display: flex;
}
.wp-block-pgcsimplygalleryblock-masonry {
	box-sizing: border-box;
    width: 100%;
}

.alignfull{
    display: flex;
    width: var(--content-width-full);
}
.entry-content div.are-vertically-aligned-bottom.wp-block-columns{
    align-items: flex-end;
}
.entry-content div.are-vertically-aligned-top.wp-block-columns{
    align-items: flex-start;
}
.wp-block-column{
    max-width: 100%;
}
.wp-block-columns.alignwide > .wp-block-column{
    flex-basis: 0;
    flex-grow: 1;
}
.entry-content > .wp-block-columns > .wp-block-column > .wp-block-columns{
    padding-left: 0;
    padding-right: 0;
}
.entry-content > .wp-block-columns.has-background {
    margin-bottom: var(--content-padding-big);
}
.wp-block-columns.has-background > .wp-block-column{
    padding: var(--content-padding-big) 0;
}

.wp-block-columns >.wp-block-column:not(:first-child){
    margin-left: max( 50px , calc(calc(100vw - var(--content-width-big)) /2) );
}
figure{
    margin: 0;
}
.entry-content div.wp-block-columns{
    gap: 0;
    align-items: flex-start;
	box-sizing: border-box;
	min-width: 100%;
}
.wp-block-buttons{
    margin-top: 1em;
    margin-bottom: 1em;
}
.wp-block-button{
    display: flex;
}
.entry-footer{
    display: none;
}
.entry-content figure.wp-block-image{
    height: 450px;
}
.entry-content figure.wp-block-image.big{
    height: 750px;
}
.entry-content img{
    width: 100%;
    height: 450px;
    object-fit: cover;
}
.entry-content figure.big img{
    height: 750px;
}
.entry-content .wp-block-cover img{
    object-fit: cover;
}
.has-text-align-center{
    text-align: center;
}
.has-text-align-left{
    text-align: left;
}
.has-text-align-right{
    text-align: right;
}
.entry-content > .wp-block-columns > .wp-block-column > .wp-block-columns{
    margin-bottom: var(--content-padding-big);
}
.is-vertically-aligned-center{
    align-self: center;
}
.entry-content{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.entry-content > h1{
    text-align: center;
    max-width: 80%;
    padding-bottom: 0;
}
figure.wp-block-video > video{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.wp-block-pullquote::before{
	content: '';
	background-image: url(/wp-content/uploads/2022/07/quote.svg);
    position: relative;
	display: inline-block;
    width: 75px;
    height: 54px;
    left: calc(50% - 37.5px);
}
blockquote p{
	font-family: 'Crimson Pro', serif;
	font-weight: bold;
	font-size: 30px;
	text-align: center;
	margin-bottom: 0.5em;

}
blockquote{
	text-align: center;
}
cite{
	font-weight: 300;
}



/*--------------------------------------------------------------------------------------*\
| BUTTONS
\*--------------------------------------------------------------------------------------*/
div > .wp-block-buttons{
	gap: 0;
}
.wp-block-button{
	margin-bottom: 0.5em;
}
.entry-content .wp-block-button:nth-child(odd){
    background-color: var(--color-light-blue);
    transition: 0.15s ease-in-out;
	clip-path: polygon(0px 0px, 100% 0px, calc(100% - 0px) 100%, 0 100%);
}
.entry-content .wp-block-button:nth-child(odd):hover{
	 clip-path: var(--clip-path-both-reverse);	
}
.entry-content .wp-block-button:nth-child(odd) a, body .entry-content .gform_button.button{
    border: 1px solid var(--color-light-blue);
	background-color: unset;
    padding: 16px 32px;
    color: var(--color-white);
    font-weight: 300;
    position: relative;
    transition: 0.15s ease-in-out;
	border-radius: unset;
}
body .entry-content .gform_button.button{
	color: var(--color-light-blue);
}
.entry-content .wp-block-button:nth-child(odd):hover a{
	background-color: transparent;
}

.entry-content .wp-block-button:nth-child(even){
    clip-path: polygon(0 0, 100% 0, calc(100% - 0px) 100%, 0 100%);
    transition: 0.15s ease-in-out;
}
.entry-content .wp-block-button:nth-child(even) a {
	border-radius: unset;
    border: 1px solid var(--color-light-gray);
    padding: 16px 32px;
    color: var(--color-black);
    font-weight: 300;
    position: relative;
    transition: 0.15s ease-in-out;
	background-color: var(--color-light-gray);
}
.entry-content .wp-block-button:nth-child(even):hover{
    clip-path: var(--clip-path-both-reverse);
}
.entry-content .wp-block-button:nth-child(even) a:hover{
    transition: 0.15s;
}
.entry-content .wp-block-button:nth-child(even) a::after{
    content: '';
    position: absolute;
    width: calc(100%);
    height: 100%;
    top: 0;
    left: 0;
    background-color: var(--color-white);
    z-index: -1;
}


picture{
	width: 100%;
}
.entry-content .wp-block-button a:hover::before{
    clip-path: polygon(100% 0, 100% 39%, 100% 99%, 0% 100%, 0 50%, 0% 0%);
}

footer .footer-two-one a, header .header-options a{
    border: 1px solid var(--color-white);
    border-radius: 26px;
    padding: 8px 16px;
    color: var(--color-white);
	line-height: 1;
}
footer .footer-two-one a:hover, header .header-options a:hover{
    color: var(--color-light-green);;
    background-color: var(--color-white);
    transition: 0.15s;
}
.error404 .alignwide{
	display: flex;
	flex-direction: column;
}


/*--------------------------------------------------------------------------------------*\
| MEDIA QUERIES
\*--------------------------------------------------------------------------------------*/
@media screen and (max-width: 1800px){
	.wp-block-columns >.wp-block-column:not(:first-child){
    	margin-left: max( 50px , calc(calc(100vw - var(--content-width-medium)) /2) );
	}
 
	
    .entry-content img, .entry-content .wp-block-cover picture{
        height: 400px;
    }
    .entry-content figure.wp-block-image{
        height: 400px;
    }
    .entry-content figure.wp-block-image.big{
        height: 550px;
    }
    .entry-content figure.big img{
        height: 550px;
    }
}
@media screen and (max-width: 1350px){

	.entry-content > *{
		padding-bottom: var(--content-padding-big);
	}

}
@media screen and (max-width: 1000px){

	.entry-content > *{
		padding-bottom: var(--content-padding-medium);
	}
	.entry-content .wp-block-cover picture{
		height: 100%;
	}
	.entry-content img, .entry-content figure.wp-block-image{
		height: 300px;
	}
	.wp-block-columns.has-background > .wp-block-column{
		padding: var(--content-padding-small) 0;
	}
}
@media screen and (max-width: 768px){
	body .entry-content > div.team.wp-block-columns.alignwide.has-background > div {
		padding-top: calc(var(--content-padding-medium) );
	}

    .alignwide{
        flex-direction: column;
    }
	.alignwide > .wp-block-column{
		width: 100%;
	}
    .wp-block-columns >.wp-block-column:not(:first-child){
        margin-left: 0 ;
    }
	.entry-content > .wp-block-columns > .wp-block-column > .wp-block-columns {
    	margin-bottom: var(--content-padding-small);
	}
	.entry-content figure.big img, .entry-content figure.big{
		max-height: 350px;
	}
	.entry-content img, .entry-content figure.wp-block-image{
		height: 200px;
	}
}
@media screen and (max-width: 550px){
	div > .wp-block-buttons{
		gap: 0.5em;
	}

	.wp-block-spacer{
		display: none;
	}
}
