.gfield label.gfield_label,
.gfield .gfield_label,
.gfield legend {
font-size: 18px;
font-weight: 700;
color: #000;
margin: 0 0 10px 0;
display: block;
}
.gfield label {
font-size: 0.9em;
color: var(--grey);
margin-top: 10px;
}
.gfield_label .gfield_required_text {
display: inline-block;
padding-left: 5px;
color: var(--grey);
}
::placeholder {
color: #b3b3b3;
}
.validation_message {
background-color: var(--teal);
color: var(--white);
padding: 5px 10px;
font-size: 12px;
border-radius: 4px;
position: relative;
margin-top: 5px;
display: inline-block;
}
.content_dark .wp_content div.validation_message {
color: var(--white);
}
.validation_message::after {
content: "";
display: block;
position: absolute;
border: 10px solid rgba(0, 0, 0, 0);
border-bottom-color: var(--teal);
width: 0;
height: 0;
top: -19px;
left: 20px;
}
.gform_submission_error {
margin-bottom: 20px;
padding: 10px 20px;
font-size: 15px;
color: var(--white);
background: var(--teal);
}
.content_dark .wp_content h2.gform_submission_error {
color: var(--white);
font-family: "Signika Negative", sans-serif;
border-radius: 5px;
}
.gfield.gfield_error input[type="text"],
.gfield.gfield_error input[type="email"],
.gfield.gfield_error textarea,
.gfield.gfield_error select {
border: 1px solid var(--teal);
}
.gfield input[type="text"],
.gfield input[type="email"],
.gfield textarea,
.gfield select.gfield_select,
.gfield input[type="tel"] {
height: 45px;
color: #404040;
padding-left: 15px;
width: 100%;
border-radius: 6px;
}
.content_light .gfield input[type="text"],
.content_light .gfield input[type="email"],
.content_light .gfield input[type="tel"],
.content_light .gfield input[type="url"],
.content_light .gfield textarea.textarea,
.content_light .gfield select.gfield_select {
background: var(--white);
color: var(--grey);
}
.content_light .gfield input[type="text"]::placeholder,
.content_light .gfield input[type="email"]::placeholder,
.content_light .gfield input[type="tel"]::placeholder,
.content_light .gfield input[type="url"]::placeholder,
.content_light .gfield textarea::placeholder {
color: var(--grey);
}
.gfield select {
background: #fff calc(100% - 20px) center no-repeat
url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='15'%3E%3Cpath fill-rule='evenodd' fill='%23a8c128' d='M27 1L14 15 0 1l1-1 13 13L26 0l1 1z'/%3E%3C/svg%3E");
padding-right: 70px;
}
.content_light .gform_wrapper .button.black {
background: var(--white);
color: var(--grey);
}
.gform_footer {
margin-top: 30px;
}
.gform_fields {
display: flex;
flex-wrap: wrap;
gap: 30px;
}
.gfield {
flex-basis: 100%;
position: relative;
}
fieldset.gfield {
border: none;
padding: 0;
margin: 0;
}
fieldset.gfield legend {
float: left;
}
fieldset.gfield legend + * {
clear: both;
}
.gfield.gfield--width-half {
flex-basis: calc(50% - 15px);
}
.gfield.gfield--width-third {
flex-basis: calc(33.333% - 20px);
}
.gfield.gfield--width-quarter {
flex-basis: calc(25% - 23px);
}
.gfield_visibility_hidden {
display: none;
}
.gfield.hidden_label .gfield_label {
display: none;
}
.gfield textarea {
height: 100px;
padding-top: 20px;
}
.ginput_complex {
display: flex;
gap: 15px;
}
.ginput_container_address {
flex-wrap: wrap;
}
.ginput_container_name span {
flex-grow: 1;
}
.ginput_container_address span {
flex-basis: calc(50% - 8px);
}
.ginput_container_address span:nth-child(1),
.ginput_container_address span:nth-child(2) {
flex-basis: 100%;
}
.gfield input[type="text"] + label,
.gfield select + label {
margin-top: 10px;
display: block;
}
.screen-reader-text {
display: none;
}
.gfield.captcha_field {
margin: 0;
padding: 0;
}
.gfield.captcha_field .gfield_label {
display: none;
}
.ginput_container_fileupload .validation_message--hidden-on-empty {
display: none;
}
.gfield.captcha_field {
margin: 0;
padding: 0;
position: absolute;
}
@media (max-width: 850px) {
.gfield.gfield--width-half,
.gfield.gfield--width-third {
flex-basis: 100%;
}
.gfield.gfield--width-quarter {
flex-basis: calc(50% - 15px);
}
.gform_fields {
gap: 15px;
}
}.fc_banner {
background: linear-gradient(0deg, #05577a 0%, #0a2450 49%, #0d013a 99%);
display: flex;
gap: 60px;
align-items: center;
justify-content: center;
}
.fc_banner.larger_banner {
min-height: 100vh;
}
.fc_banner {
display: flex;
flex-flow: column;
}
.fc_banner.larger_banner svg {
flex-shrink: 0;
}
.fc_banner.larger_banner.default_banner .left_content {
flex: 1;
width: 100%;
display: flex;
flex-flow: column;
align-items: center;
justify-content: center;
}
.fc_banner.larger_banner.default_banner .left_content .banner-large {
color: var(--lime);
}
.fc_banner.larger_banner .the_usps {
margin-top: auto;
}
.fc_banner.larger_banner.two_column_banner .col_wrapper {
width: 100%;
gap: var(--gap-l);
display: flex;
justify-content: space-between;
align-items: center;
flex: 1;
}
.fc_banner:not(.larger_banner) .left_content p {
max-width: 800px;
}
@media (min-width: 1200px) {
.fc_banner.two_column_banner .col_wrapper > div {
width: 50%;
}
}
@media (max-width: 1200px) {
.fc_banner.two_column_banner .col_wrapper {
flex-flow: column;
}
}
@media (min-width: 1024px) {
.fc_banner {
padding-top: 130px;
padding-bottom: 60px;
min-height: 700px;
}
#e0ospzik5HV1 {
max-width: 800px;
}
#mobile-hero-svg {
display: none;
}
.fc_banner .wp_content p[style*="center"] {
margin: 0 auto 1em;
}
.fc_banner .usp {
max-width: 450px;
}
}
@media (max-width: 1024px) {
#e0ospzik5HV1 {
display: none;
}
#mobile-hero-svg {
max-width: 100%;
}
.fc_banner {
padding-top: 115px;
padding-bottom: 30px;
gap: 0;
}
.fc_banner.larger_banner.two_column_banner {
min-height: calc(100vh - 145px);
height: auto;
}
}.fc_usps .the_usps:after,
.fc_usps .the_usps:before {
background: var(--teal-light);
}.fc_simple_content.circle_bg {
position: relative;
isolation: isolate;
}
.fc_simple_content.circle_bg:not([style*="background"]) {
background-position: 0 100%;
background-repeat: no-repeat;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1186' height='1017' fill='none'%3E%3Ccircle cx='349.5' cy='836.5' r='836.5' fill='%23fff' fill-opacity='.1'/%3E%3Cpath fill='%23fff' fill-opacity='.15' d='M874.74 1015.47c0 350.25-283.93 634.19-634.18 634.19-350.25 0-634.18-283.94-634.18-634.19 0-350.25 283.93-634.18 634.18-634.18 350.25 0 634.18 283.93 634.18 634.18Z'/%3E%3Ccircle cx='158.86' cy='1174.99' r='443.54' fill='%23fff' fill-opacity='.2'/%3E%3C/svg%3E");
}
.fc_simple_content.circle_bg[style*="background"]:after {
content: "";
display: block;
position: absolute;
z-index: -1;
top: 0;
left: 0;
height: 100%;
width: 100%;
opacity: 0.2;
background: 0 100% no-repeat
url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 711 583'%3E%3Cpath fill='%23026773' d='M213.5 995C488.26 995 711 772.26 711 497.5S488.26 0 213.5 0-284 222.74-284 497.5c0 139.23 57.19 265.1 149.36 355.4a375.74 375.74 0 0 1-93.83-248.96c0-208.3 168.87-377.17 377.18-377.17 208.3 0 377.17 168.86 377.17 377.17 0 208.3-168.86 377.18-377.17 377.18a378 378 0 0 1-91.67-11.22A497.01 497.01 0 0 0 213.5 995Z'/%3E%3Cpath fill='%230092A4' d='M148.71 971.86c203.2 0 367.92-164.73 367.92-367.92 0-203.2-164.72-367.92-367.92-367.92-203.2 0-367.91 164.72-367.91 367.92 0 118.88 56.38 224.6 143.87 291.86-54.2-48.31-88.34-118.66-88.34-196.99 0-145.69 118.1-263.79 263.8-263.79 145.68 0 263.78 118.1 263.78 263.8 0 145.68-118.1 263.78-263.79 263.78-19.81 0-39.11-2.18-57.67-6.32a367.92 367.92 0 0 0 106.26 15.58Z'/%3E%3Cpath fill='%230092A4' d='M103.43 953.33c139.04-1.78 251.21-115.05 251.21-254.52 0-140.57-113.96-254.53-254.53-254.53-140.58 0-254.54 113.96-254.54 254.53A253.57 253.57 0 0 0-91 866.94a175.07 175.07 0 0 1-21.77-84.82c0-97.13 78.74-175.86 175.86-175.86 97.13 0 175.86 78.73 175.86 175.86 0 83.24-57.83 152.97-135.51 171.2Z'/%3E%3C/svg%3E");
}
.fc_simple_content.circle_bg.content_light .wp_content a:not(.wp_exclude) {
color: var(--white);
}.single_post_list {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: var(--gap-xl) 10px;
}
.read_more {
font-size: 12px;
text-transform: uppercase;
}
@media (max-width: 1680px) {
.single_post_list {
grid-template-columns: repeat(3, 1fr);
}
}
@media (max-width: 1250px) {
.single_post_list {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 768px) {
.single_post_list {
display: flex;
flex-flow: column;
align-items: center;
}
}
.single_post {
position: relative;
aspect-ratio: 360 / 504;
width: 100%;
max-width: 360px;
}
.single_post.content_light {
background: none;
}
.single_post:focus .post_excerpt,
.single_post:hover .post_excerpt {
opacity: 1;
visibility: visible;
height: 100%;
width: 100%;
background: linear-gradient(
229deg,
rgba(168, 193, 40, 0.9) 0.57%,
rgba(2, 103, 115, 0.9) 56.75%,
rgba(2, 103, 115, 0.9) 100%
);
}
.post_excerpt {
height: 0;
visibility: hidden;
opacity: 0;
transition:
opacity 0.3s,
background 0.3s;
position: absolute;
z-index: 8;
inset: 0 0 auto auto;
color: var(--white);
display: flex;
align-items: center;
justify-content: center;
padding: 20px;
text-align: center;
}
.post_thumb {
aspect-ratio: 360 / 364;
width: 100%;
max-width: 360px;
background: top center / cover no-repeat;
}
.post_data {
display: flex;
flex-flow: column;
gap: 5px;
justify-content: center;
align-items: center;
background: var(--teal);
color: var(--white);
padding: clamp(15px, 4vw, 30px);
min-height: 153px;
}
.post_data > * {
margin: 0;
}
.post_data .email {
display: flex;
gap: 10px;
align-items: center;
color: var(--white);
text-decoration: none;
max-width:100%;
overflow-wrap: anywhere;
font-size: 15px;
}
.post_data .email:hover {
text-decoration: underline;
}
.post_data .email:before {
content: "";
display: block;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='15' fill='none'%3E%3Cpath fill='%23fff' d='M18 0H3A2.5 2.5 0 0 0 .5 2.5v10A2.5 2.5 0 0 0 3 15h15a2.5 2.5 0 0 0 2.5-2.5v-10A2.5 2.5 0 0 0 18 0ZM3 1.88h15c.34 0 .63.28.63.62v.87L12.1 8.76c-.9.75-2.32.75-3.22 0l-6.52-5.4V2.5c0-.34.29-.63.63-.63Zm15 11.25H3a.63.63 0 0 1-.63-.63V5.8l5.32 4.44a4.42 4.42 0 0 0 5.62 0l5.31-4.43v6.69c0 .34-.28.63-.62.63Z'/%3E%3C/svg%3E");
height: 15px;
width: 21px;
flex-shrink: 0;
}
@media (max-width: 768px) {
.post_data .email {
font-size: 14px;
}
}