/* WordPress Block Defaults */




.site-footer{
	padding: var(--spacing-lg);
	padding-top: var(--spacing-xxl);
	background-color: #013337;
	color:#fff;
}

.lower-footer{
	padding-left: var(--spacing-lg);
	padding-right: var(--spacing-lg);
}


.site-footer a{
	color:#fff;
	text-decoration: none;
	font-size: .952381vw;
}

p.footer-title{
	 font-size: var(--font-size-body-2);
	margin-bottom: var(--spacing-sm);
	font-weight: 600;
    color:#fff;
}


ul#Footer\ Copy {
    display: flex;
    justify-content: center;
}

ul#Footer\ Copy li {
    margin-right: 5px;
    margin-left: 5px;
    font-size: 13px;
    margin-bottom: 0px;
    font-weight: 600;
}

ul#Footer\ Copy li a{
	color: var(--primary-color);
	text-decoration: none;
}


.site-footer li {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeIn 0.3s ease-in-out forwards;
	margin-bottom:5px!important;
}

.site-footer li a:hover{
	color: #fc6900!important;
}
.site-footer li {
    animation-delay: 0.1s;
}


@keyframes fadeIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.footer-img img {
    /* padding-top: 15px; */
    height: 35px;
}

.footer-img a {
    overflow: hidden;
    height: 100%;
    display: block;
}


.mid-footer{
	padding-top:var(--space-10);
}

.mid-section-footer .container{
	padding-top:var(--spacing-xxl);
	padding-bottom:var(--spacing-xl);
}

.top-section-footer{
	width: 100%;
}


.lower-footer .container {
    align-items: center;
}

.mid-section-footer p{
    color: #fff;
}


p.bottom-copywrite {
    float: right;
    font-size: 13px;
    color: #114c52;
    font-weight: 500;
    margin-bottom: 0;
}

.lower-footer{
	padding-top: var(--space-3);
	padding-bottom:var(--space-3) ;
}



.bottom-social-media {
  flex-grow: 1;
  display: inherit;
  margin-bottom: auto;
  margin-top: auto;
  align-self: flex-end;
  display: grid;
  display: flex;
  height: 100%;
  align-content: end;
  align-items: flex-end;
}



ul.social-group-pb {
    display: flex;
    align-items: flex-end;
  justify-content: space-between;
width: 125px;
   
}


li.social-icon-link {
    background: #ffffff;
    border-radius: 100%;
    width: 45px;
    height: 45px;
    padding: 5px;
    margin-left: 4px;
	margin-right: 4px;
	margin-bottom: 0;
}




.mc4wp-form-fields {
    float: left;
    width: 70%;
}


/* Style the form container */
.signup-form {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #004c4c; /* Adjust to your desired background color */
    padding: 10px;
    border: 2px solid #ffffff; /* White border */
    border-radius: 4px; /* Rounded corners */
    max-width: 500px;
    margin: 0 auto; /* Center the form */
}

/* Style the input field */
.signup-form input[type="email"] {
    flex: 1;
    border: none;
    padding: 10px;
    font-size: 16px;
    color: #fff; /* Input text color */
    background-color: transparent; /* Transparent background */
    outline: none; /* Remove default outline */
}

/* Placeholder styling */
.signup-form input[type="email"]::placeholder {
    color: #8aa9a9; /* Adjust placeholder color */
    font-style: italic;
}

/* Style the submit button */
.signup-form button {
   border: none;
background-color: #ffffff;
color: #004c4c;
font-size: 16px;
font-weight: bold;
padding: 15px 20px;
cursor: pointer;
border-radius: 4px;
transition: all 0.3s ease;
}

/* Hover effect for the button */
.signup-form button:hover {
    background-color: #8aa9a9; /* Button hover color */
    color: #ffffff; /* Text color on hover */
}

















@media (max-width: 768px) {
	ul#Footer\ Copy {
    display: flex;
    justify-content: flex-start;
	}
	p.bottom-copywrite {
    float: left;
	}
	.mc4wp-form-fields {
  float: left;
  width: 100%;
	}
	ul.social-group-pb {
  display: flex;
  align-items: flex-end;
  align-content: end;
  justify-content: start;
  width: 100%;
  margin-top: 50px;
	}
    .site-footer{
        padding: 0;
        padding-top:var(--spacing-sm);
        padding-bottom: var(--spacing-sm);
    }
}
