html{
	scroll-behavior: auto;
}
.block-column-content-form.v2 .flex{
	flex-direction:column;
}
.gform_required_legend{
	display:none;
}
.block-column-content-form.v2 .flex>.column{
	margin-left:auto;
	margin-right:auto;
}
/*.site-header{
	position:fixed;
	width: 100%;
    background-color: #013138;
    z-index:2;
    height:103px;
}*/
.sticky-head{
    position: fixed;
    width: 100%;
    background-color: #013138;
    z-index:2;
}
/*section{
	scroll-margin-top:130px;
}*/
/* Modal overlay background */
.modal {
    display: none;  /*Hidden by default */
    position: fixed;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Dark overlay */
    overflow: auto; /* Allows scrolling if content is too tall */
}

/* Center modal content dynamically */
.modal-content {
    position: fixed; /* Stay in the same place without scrolling to the top */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Center the modal */
    margin: auto;
    padding: 0px;
    width: 80%;
    max-width: 420px;
    background-color: #000;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}
/* Close button (top-right corner) */
.modal-content .close {
    position: absolute;
    top: -30px;
    right: -20px;
    font-size: 30px;
    cursor: pointer;
}
.popup-video{
	width:100%;
}
.block-header .image.popup{
	position:relative;
	cursor:pointer;
}
img.play-button{
	width: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Center the modal */
}