* {
margin: 0;
}
html {
font-size: 16px;
overflow: auto;
}
body {
font-size: 100%;
line-height: 1.4;
}
h2,
h3 {
margin-top: 1.5em;
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
.ast-container,
.ast-container-fluid {
padding-left: 0 !important;
padding-right: 0 !important;
}
#masthead {
box-shadow: 0 0 11px rgba(0, 0, 0, 0.1);
} #masthead {
position: sticky;
width: 100vw;
top: 0;
border: 1px solid #f0f0f0;
border-width: 0 0 1px 0;
}
.main-header-menu {
gap: 0 1.5rem;
}
.ast-builder-menu-1 .menu-item > .menu-link {
padding: 0.55em 0;
line-height: 1;
transition: 0.25s;
}
.ast-builder-menu-1 .menu-item > .menu-link {
color: var(--ast-global-color-2);
background: linear-gradient(90deg, #046bd2 30%, #70cd30 70%) bottom / 0% 2px no-repeat transparent;
}
.ast-builder-menu-1 .menu-item > .menu-link:hover {
background-size: 100% 2px;
}
.site-footer {
font-size: 0.875rem;
}
.site-primary-footer-wrap {
border: 0px;
padding: 2rem 0;
}
#astra-footer-menu {
display: flex;
flex-direction: column;
@media (min-width: 1024px) {
flex-direction: row;
flex-wrap: wrap;
}
}
#astra-footer-menu .menu-item {
margin: 0 0;
&:not(:last-child) {
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (min-width: 1024px) {
margin: 0 0 0.75rem;
flex-direction: row;
flex-wrap: wrap;
&:not(:last-child) {
border-bottom: 0px;
border-right: 1px solid rgba(255, 255, 255, 0.2);
}
}
}
#astra-footer-menu .menu-item a {
color: #ffffff;
display: block;
padding: 1rem 0.75rem;
justify-content: center;
@media (min-width: 1024px) {
padding: 0 1rem;
}
}