.navigation {
z-index: 999;
position: relative;
}
.divider {
bottom: 0;
background-position: bottom;
z-index: -1
}
.wp-block-navigation__container {
padding: 1rem !important;
}
.cta-button a {
background-color: var(--wp--preset--color--custom-ally);
border-radius: 0px;
color: var(--wp--preset--color--base);
box-shadow: var(--wp--preset--shadow--outlined);
font-family: inherit;
font-size: inherit;
line-height: inherit;
padding: calc(0.667em + 2px) calc(1.333em + 2px);
text-decoration: none;
}
.hero-upcoming-events {
width: 465px;
position: absolute;
right: 0;
z-index: 1;
top: 60px;
border-radius: 8px;
padding: 0.5rem;
}
@media (max-width: 600px) {
.hide-on-mobile {
display:none
}
.cta-button a.wp-block-navigation-item__content {
padding: 1rem !important;
color: var(--wp--preset--color--base) !important;
}
.wp-block-navigation-item__content {
color:#000 !important
}
}
.rel {
position: relative;
}
.alt-list {
list-style-type: none;
}
.alt-list li {
margin-bottom: 1rem;
}
.divider:before {
bottom: -2px !important }
.dropdown ul {
display: inline-block !important;
width: auto !important;
right: auto !important;
left: unset !important;
}       @media (min-width: 1200px) {
.elipses-lg  {
position: absolute;
z-index: 1;
left: 0%;
top: -14%;
bottom: 0%;
}
.hero-image {
position: relative;
width: 100%
}
.hero-image img  {
position: absolute;
z-index: 0;
top: 50%;  
left: 50%; 
transform: translate(-27%, -43%);
width: 68%;
max-width:1306px
}
}