.facetwp-facet {
margin-bottom: 0 !important;
} #site-navigation {
box-shadow: 0 2px 2px -2px rgba(0,0,0,.2) !important;
} .fl-post-title {
font-weight: 500 !important;
text-align: right !important;
} .fl-post-more-link a {
color: rgb(84, 124, 184) !important;
font-weight: 600 !important;
text-decoration: none !important;
border-bottom: 0.09em solid #d0ddf2 !important;
} .fl-post-more-link a:hover {
color: rgb(249, 147, 77) !important;
font-weight: 600 !important;
text-decoration: none !important;
border-bottom: 0.09em solid #557cb8 !important;
} .postcontent a {
text-decoration: none !important;
border-bottom: 0.09em solid #d0ddf2 !important;
} .postcontent a:hover {
text-decoration: none !important;
border-bottom: 0.09em solid #557cb8 !important;
} .fl-post-grid-post {
background-color: rgb(247, 247, 247) !important;
border-left: 2px none rgb(84, 124, 184) !important;
border-style: none !important;
} .fl-post-text {
margin-top: -4px !important;
border-left: 2px dotted rgb(84, 124, 184) !important;
} .fl-post-meta {
color: rgb(249, 147, 77) !important;
font-size: 12px !important;
text-align: right !important;
} #content .fl-node-5ec53cc05fa29 {
border-bottom: 2px dotted rgb(84, 124, 184) !important;
} @media (min-width: 768px) and (max-width: 979px) {  #post-2354 .facetwp-dropdown {
float: right !important;
}
} @media (max-width: 767px) {  #mobile-header img {
margin-left: 7px !important;
} .menu-item a {
line-height: 1.8 !important;
} #generate-slideout-menu .grid-parent {
padding-top: 15px !important;
} #post-2354 .facetwp-dropdown {
margin-right: auto !important;
margin-left: auto !important;
position: relative !important;
display: block !important;
} .sub-menu a {
color: rgba(184, 84, 84, 0.74) !important;
}
} @media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {  .sticky-navigation-logo img {
height: 60px !important;
} #menu-ofa-menu-1 {
}
}.lsb-visually-hidden {
position: absolute !important;
width: 1px !important;
height: 1px !important;
margin: -1px !important;
padding: 0 !important;
overflow: hidden !important;
white-space: nowrap !important;
border: 0 !important;
clip-path: inset(50%) !important;
}:root {
--lsb-error-color: #dc3545;
}
.lsb-form-global-error {
color: #dc3545;
color: var(--lsb-error-color);
font-size: 1.2em;
margin-bottom: 1em;
line-height: 1.2;
}
.lsb-form-field-wrapper {
font-size: 1rem;
display: block;
margin-bottom: 1rem;
}
.lsb-form-label {
margin-bottom: .5rem;
display: inline-block;
}
.lsb-form-input {
display: block;
width: 100%;
padding: .375rem .75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-radius: .25rem;
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.lsb-form-field-has-error .lsb-form-input-has-error {
border-color: #dc3545;
border-color: var(--lsb-error-color);
}
.lsb-form-field-has-error .lsb-form-check-label {
color: #dc3545;
color: var(--lsb-error-color);
}
.lsb-form-field-error-feedback {
color: #dc3545;
color: var(--lsb-error-color);
font-size: 1.3em;
margin-bottom: 1em;
line-height: 1.3;
}
.lsb-loader {
display: inline-block;
width: 2rem;
height: 2rem;
vertical-align: -.125em;
border: .25em solid currentColor;
border-right-color: transparent;
border-radius: 50%;
-webkit-animation: .75s linear infinite lsb-spin;
animation: .75s linear infinite lsb-spin;
}
@keyframes lsb-spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}