/*Wrapper elements and fonts*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
}

body {
    background: #ffffff;
    font-size: 17px;
    font-family: Arial, sans-serif;
    color: #333333;
    font-weight: 400;
}

header,
main,
div.main,
footer {
    max-width: 1360px;
    width: 100%;
    margin: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    line-height: 1.3;
    margin: 1.5rem 0;
}

h1 {
    font-size: 2.7rem;
    color: #363636;
}

h2 {
    font-size: 2rem;

}

h3 {
    font-size: 1.375rem;
    font-weight: 600;

}

h4 {
    font-size: 1.4rem;

}

h5 {
    font-size: 1.1rem;

}

h6 {
    font-size: 0.9rem;
}

a {
    color: #999999;
}

p {
    margin-bottom: 1em;
}

hr {
    margin: 1em 0;
}

a:hover {
    text-decoration: underline;
}

.orange,
a.orange {
    color: #999999;
}


a.btn,
input#ACTION_SUBMIT_SURVEY_RESPONSE {
    display: inline-block;
    padding: 1em;
    background: #8b8178;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 1em;
    border: none;
}

a.btn:hover,
.right ul.social-nav a:hover,
input#ACTION_SUBMIT_SURVEY_RESPONSE:hover {
    background: #143b5c;
}

/*Helpers*/
.clearfix::after {
    display: block;
    content: "";
    clear: both;
}

/*Structure*/
.one-half {
    display: inline-block;
    width: 46%;
    margin-right: 2em;
    vertical-align: top;
}

.one-half:last-child {
    margin-right: 1em;
}

.one-third {
    display: inline-block;
    width: 33%;
    padding: 0 2%;
    vertical-align: top;
}

.interior {
    margin: auto;
    padding: 1em 2.5em;
}

/*--------navigation---------*/

/*Header*/
.nav-container {
    float: right;
/*    width: 60%; */
    width: 55%;
    display: inline-block;
    text-align: right;
}

.nav-container a {
    text-decoration: none;
}

.intro-nav ul,
.primary-nav ul,
footer ul {
    padding: 0;
    margin: 0;
    list-style: none;

}

.nav-container .intro-nav,
.nav-container .primary-nav {
    display: block;
text-transform:uppercase;
}

footer ul li {
    display: block;
    font-weight:bold;
    margin-bottom:1em;
}
footer ul li ul li {
    margin-bottom: 0;
    font-weight:normal;

}

.intro-nav ul {
    display: block;
}

.intro-nav ul li {
    display: inline-block;
    padding: 1em .5em;
}

.intro-nav ul li a,
footer ul li a {
    font-size: 14px;
    font-weight: bold;
}

.intro-nav ul#social-nav li a {
    font-size: 18px;
}

.intro-nav ul#social-nav li a:hover {}

.intro-nav ul#social-nav li#top-donate {
    background: #8b8178;
    text-transform: uppercase;
    border: #ffffff 1px solid;
    padding: .5em 1em;
}

.intro-nav ul#social-nav li#top-donate a {
    color: #fff;

}

.intro-nav ul#social-nav li.#top-donate:hover {

}

.intro-nav ul#social-nav li.#top-donate:hover a {

}

/*------------------Navigation----------------*/

/*Site navigation*/
.intro-nav {
    margin-bottom: 1.5em;
}

.intro-nav ul.site-nav li ul {
    display: none;
}

.intro-nav ul.site-nav li ul li a {
    display: block;
    padding: 1em;

}

.intro-nav ul.site-nav li ul li {
    border-bottom: #999 1px solid;
}

.intro-nav ul.site-nav li:hover ul li a:hover {
    background: #999;
}

.responsive .primary-nav li.submenu a.sublink:after {
    display: inline-block;
    padding-left: 5px;
    content: "\f078";
    font-size: 12px;
    font-family: "Font Awesome\ 5 Free";
    font-weight: 900;
}


.responsive .primary-nav li.submenu.responsive a.sublink:after {
    content: "\f077";
}

.intro-nav .icon,
.main-nav .icon {
    display: none;
}

/*Main Nav*/
.main-nav {
    padding: 0;
    height: 175px;
    margin-bottom: 1em;
}

.logo,
.primary-nav {
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.logo {
    line-height: 180px; /* Maintain header alignment */
}

.logo img {
    width: auto;
    height: 175px; /* Keep the new size */
    max-width: 100%;
    object-fit: contain;
    margin-top: 10px; /* Shift the logo 10 pixels lower */	
}

.primary-nav ul li {
    font-size: 18px;
    height: 100%;
    display: inline-block;
    text-align: left;

}

.primary-nav ul li a {
    padding: .5em .75em;
    color: #151515;
    font-weight: bold;
}

.primary-nav ul li:hover a,
.primary-nav ul li:hover a:hover {
    text-decoration: none;
    color: #ffffff;
}

.primary-nav ul li:hover a {
    background: #363636;
}

.primary-nav ul li ul li a:hover {
    background: #636363;
}

.primary-nav ul li ul {
    display: none;
z-index:10;
}

.primary-nav ul li ul li {
    display: block;
    padding: 0;
    padding-bottom: #fff 1px solid;
}

.primary-nav ul li ul li:last-child {
    border-bottom: none;
}

.primary-nav ul li ul li a {
    color: #ffffff;
    display: block;
    padding: 1em;
}


@media screen and (max-width: 1024px) {
    .regional-nav ul {
        width: 85%;
        margin: auto;
    }

    .regional-nav ul li {
        display: block;
    }

}

@media screen and (min-width: 1200px) {
    .intro-nav ul.site-nav li:hover ul {
        display: block;
        z-index: 10;
        position: absolute;
        min-width: 9em;
        background: #363636;
    }

    .intro-nav ul.site-nav li:hover ul li {
        display: block;
        padding: 0;
    }

    .primary-nav ul li:hover a {
        background: #363636;
    }

    .primary-nav ul li ul li a:hover {
        background: #636363;
    }

    .primary-nav ul li:hover ul {
        display: block;
        z-index: 10;
        position: absolute;
        min-width: 9em;
        background: #999999;
        margin-top: 9px;
    }

    .primary-nav ul li ul li {
        border-bottom: #CCC 1px solid;
    }

    .primary-nav ul li ul li:last-child {
        border-bottom: none;
    }


}

@media screen and (max-width: 1200px) {

.nav-container {
  width: 100%;
}

    .intro-nav a {
        color: #fff;
    }

    .main-nav {
        margin-bottom: 0;
    }

    .intro-nav a:hover {
        color: #fff;
        text-decoration: none;
    }

    .nav-container.responsive .intro-nav,
    .nav-container.responsive .primary-nav {
        display: block;
    }

    li.sub-submenu.submenu.responsive ul {
        display: block;
    }

    li.sub-submenu.responsive ul li {
        padding: 0;
    }

    .intro-nav ul.site-nav li.submenu.responsive:hover ul li a {
        padding: 1em;
    }

    .intro-nav ul.site-nav li.submenu.responsive:hover ul li {
        padding: 0;
    }

    .main-nav .primary-nav.responsive li.sub-submenu ul {
        display: none;
    }

    .main-nav .primary-nav.responsive li.sub-submenu.responsive ul {
        display: block;
    }

    .primary-nav li.sub-submenu a.sublink:after {
        display: inline-block;
        padding-left: 5px;
        content: "\f078";
        font-size: 12px;
        font-family: "Font Awesome\ 5 Free";
        display: inline-block;
        font-weight: 900;
    }

    .primary-nav li.sub-submenu.responsive a.sublink:after {
        content: "\f077";
    }

    .logo {
        padding: 1em 0;
    }

    .nav-container .intro-nav,
    .nav-container .primary-nav {
        display: none;
    }

    .nav-container.responsive .intro-nav,
    .nav-container.responsive .primary-nav {
        display: block;
    }

    .intro-nav ul#social-nav li#top-donate {
        display: block;
        text-align: center;
    }

    #mobile-social-links {
        text-align: center;
        padding-bottom: 1em;
    }

    #mobile-social-links li.social-link {
        display: inline-block;
        padding: 0 1em;
    }

    #mobile-social-links li.social-link a,
    #top-enews a {}


    .intro-nav .icon,
    .main-nav .icon {
        display: block;
        text-align: center;
        color: #fff;
        background: #004f83;
        padding: 1em;
        cursor: pointer;
    }

    .responsive .fa-bars:before {
        content: "x";
        font-family: arial;
        font-weight: normal;
        font-size: 21px;
        padding-left: 5px;
    }

    a.icon:hover {
        text-decoration: none;
    }

    .primary-nav {
        position: relative;

    }

    .nav-container.responsive .primary-nav ul li,
    .nav-container.responsive .primary-nav .submenu.responsive ul {
        float: none;
        display: block;
        text-align: left;
    }

    .intro-nav ul#social-nav li a:hover {
        color: #fff;
    }

    .social-nav li#top-enews,
    .social-nav li#top-donate {
        display: block;
    }

    .intro-nav ul#social-nav li#top-donate {
        border: none;
        padding: 1em .5em;
    }

    .intro-nav ul#social-nav li#top-donate:hover,
    .intro-nav ul#social-nav li#top-donate:hover a {

        color: #fff;
        border: none;
    }

    .intro-nav {
        margin-bottom: 0;
    }

    .main-nav {
        padding: 0;
    }

    .logo,
    .nav-container {
        display: block;
        float: none;
    }

    .logo {
        height:auto;
        text-align: center;
line-height:1em;
    }

    .nav-container {
        width: 100%;
        text-align: left;
        background: #363636;
    }

    .primary-nav ul li a {
        display: block;
        height: auto;
        color: #fff;
        padding: .5em;
        font-size: 18px;
    }

    .primary-nav ul li a,
    .main-nav {
        height: auto;
    }

    .primary-nav ul li ul li a {
        font-size: 15px;
        padding: .5em 0 .5em 2em;
    }
}

/*Body*/
.body {
    padding: 0.8em 0 3em 0; /* Reduce top padding while keeping bottom padding as is */
    display: table;
    width: 100%;
}

.body .left,
.body .right {
    display: table-cell;
    vertical-align: top;
}

.body .left {
    width: 70%;
    padding: 0 2.5em;
}

.body .right {
    border-left: #CCC 2px solid;
    padding: 0 2.5em 3em 2.5em;
    width: 30%
}

.body .right .main-section-nav {
    margin-bottom: 1em;
}

.right h3 {
    color: #555555;
    margin-bottom: .5em;
    padding-bottom: 0;
}

.right .callout {
    border: #000 1px solid;
    padding: 1em;
    margin: 1em 0;
}

.right a.btn {
    width: 100%;
    display: block;
}

.right ul.social-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}

.right ul.social-nav li {
    display: inline-block;
    padding: 1em 0;
}

.right ul.social-nav a {
    display: block;
    background: #8b8178;
    color: #fff;
    padding: 10px 0 0 0;
    text-align: center;
    width: 40px;
    height: 40px;
}

.right form input {
    display: inline-block;
    vertical-align: top;
}

.right input[type="text"] {
    padding: .5em;
    width: 80%;
}

.right input[type="submit"] {
    background: #143b5c;
    color: #fff;
    border: none;
    font-size: 20px;
    padding: .22em .7em;
}

@media screen and (max-width: 1200px) {
    .body .left,
    .body .right {
        padding: 0 1em;
    }

    .body .left {
        width: 65%;
    }

    .body .right {
        width: 35%;
    }
}

@media screen and (max-width: 770px) {
    .body {
padding:0;
    }

    .body {
        display: block;
    }

    .body .left,
    .body .right {
        display: block;
        width: 100%;
        margin: 0;
        padding: 1em;
    }

    .body .right {
        border-left: none;
        border-top: #CCC 2px solid;
    }
}

/*homepage*/
.slide-container {
    position: relative;
}

.slide-container {
    border-top: #363636 5px solid;
    border-bottom: #363636 5px solid;
    width: 100%;
}

.slide-container .slick-dots {
    bottom: 30px;
    text-align: right;
    padding-right: 2em;
}

.slick-dots li.slick-active button:before {
    opacity: .8;
    color: #999999;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.slick-dots li button:before {
    font-size: 13px;
    opacity: .7;
}

.slider {
    background-size: cover;
    height: 400px;
}

.slide-body {
    position: absolute;
    top: 15%;
    left: 5%;
    width: 100%;
    max-width: 375px;
    z-index: 1;
}

.slide-body a.btn:first-child {
    margin-right: .5em;
}

.slide-body .slide-text {
    background-color: rgba(0, 0, 0, 0.7);
    width: 90%;
    margin: 0 0 .5em auto;
    padding: 1.5em;
    color: #fff;
}

.home-tile {
    display: inline-block;
    width: 48%;
    padding: .5em;
    margin: 0 0 -5px 0;
}

.home-tile:nth-child(odd) {
   /* border-right: #ccc 1px solid;*/
}

.slick-next:before,
.slick-prev:before {
    color: #999999 !important;
}

.slick-next {
    right: 0;
}

.slick-prev {
    left: 0;
}

.tile {
    height: 210px;
    width: 100%;
    position: relative;
    /*border: #ccc 3px solid; */
    background-position: center;
    background-size: cover;
}

.tile-text {
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 1em .2em;
}

@media screen and (max-width: 1200px) {
    .home-tile {
        width: 100%;
padding:1.5em;
    }

    .home-tile:nth-child(odd) {
        border-right: none;
    }
}



/*Interior Page*/
div.title {
    height: 300px;
    background-size: cover;
    position: relative;
    border-top: #363636 4px solid;
}

div.title .title-text {
    position: absolute;
    bottom: 10%;
    left: 1%;
    color: #fff;
    font-size: 22px;
    padding: .5em;
    background-color: rgba(0, 0, 0, 0.7);
    width: auto;
}

.breadcrumbs {
    background: #363636;
    color: #fff;
    padding: 1.5em;
    font-size: 13px;
    display: none;
}

.breadcrumbs a {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
}

.breadcrumbs .breadcrumbItem,
.index-breadcrumbs .breadcrumb:last-child {
    color: #999999;
}


/*Section Navigation*/
.section-navigation {
    margin-bottom: 2em;
}

.section-navigation h4 {
    background: #363636;
    color: #fff;
    padding: .5em 0;
    text-align: center;
    display: block;
    margin: 0;
}

.section-navigation .linksetMenu,
.right-box {
    padding: 1em;
    border: #ccc 2px solid;
}

.right-box {
    margin-bottom: 1em;
}

.section-navigation ul.sub-nav li ul {
    display: none;
}

.section-navigation ul.sub-nav li.parentOfActive ul,
.section-navigation ul.sub-nav li.active ul {
    display: block;
}

.linksetSubMenu-2 {
    padding-left: 1.5em;
}

.linksetSubMenu-3 {
    padding-left: 3em;
}

.section-navigation a {
    color: #999999;
    text-decoration: none;
    line-height: 1.4
}

.section-navigation a:hover {
    color: #363636;
    text-decoration: underline;
}



.section-navigation ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.section-navigation ul ul {
    padding-left: 1.5em;
}

.section-navigation ul ul ul {
    padding-left: 1.5em;
}

img.align-left {
    float: left;
    margin: 0 2em 1em 0;
}

/*Survivor Content Type*/
.survivor img {
    max-width: 25%;
}

.survivor-item {
    display: inline-block;
    vertical-align: top;
    width: 15%;
    margin: 0 .5em;
}

.survivor-detail img {
    max-width: 100%;
}

.survivor-item a {
    color: #666;
    font-size: 14px;
    text-decoration: none;
}


/*Interior Slider*/
.interior-slider {
    height: 300px;
    width: 80%;
    margin: auto;
}

.interior-slider img {
    max-height: 295px;
    margin: auto;
}

.interior-slider .slick-next:before,
.interior-slider .slick-prev:before {
    color: #333 !important;
}

/*Footer*/
footer {
    background: #000000;
    color: #fff;
    padding: 1em;
    margin-bottom: 1em;
}

footer div {
    display: inline-block;
    width: auto;
    max-width: 30%;
    vertical-align: top;
    padding: 0 2em;
}

footer div.copy {
    width: 100%;
    max-width: 100%;
    display: block;
    text-align: right;
    font-size: 14px;
    padding: 2em 0 0 0;
}

footer a {
    color: #999999;
    font-weight: bold;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}

footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 1200px) {
    footer div:nth-child(1) {
        width: 100%;
        display: block;
        max-width: 100%;
        margin-bottom: 1em;
    }
}


/*Search */
.searchNavigation {
    border-top: #ccc 1px solid;
}

.searchNavigation:first-of-type {
    display: none;
}

.section-navigation ul.sub-nav li.parentOfActive ul {
    display: none;
}

.section-navigation ul.sub-nav li.parentOfActive ul.parentOfActive,
.section-navigation ul.sub-nav li.active ul {
    display: block;
}

/*Incremental Additions*/
table.index-table td {
    padding: 1em;
}

table.index-table td img {
    width: 100%;
  /*  border: #ccc 3px solid; */
}

@media screen and (max-width: 770px) {
table.index-table td {
    width: 100%;
 display:block;
}
}
img {
    max-width: 100%;
}

.left-align {
    float: left;
    margin: 0 1em 1em 0;
}

.right-align {
    float: right;
    margin: 0 0 1em 1em;
}

.ui-container {
    padding: 15px 20px 20px 20px;
    max-width: 1360px;
    width: 100%;
    margin: auto;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.ui-title {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
	margin-top: 0px;
}

.ui-introduction {
    font-size: 16px;
    color: #555;
    text-align: center;
    margin-bottom: 25px;
    line-height: 1.6;
}

/* Film grid layout */
.ui-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Change from auto-fit to 3 fixed columns */
    gap: 20px;
    margin-bottom: 20px;
}

/* Film grid layout
.ui-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin-bottom: 20px;
}
 */

.ui-film-item {
    padding: 10px;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    text-align: center; /* Center-align content */
}

/*
.ui-film-item img {
    width: 290x;
    height: 169px;
    border-radius: 5px;
    margin-bottom: 0px; /* Reduced space below thumbnail */
}
*/

.ui-film-item img {
    width: 100%; 
    height: auto;
    display: block;
    border-radius: 8px;
}

.ui-film-title {
    font-size: 14px;
    font-weight: bold;
    margin: 5px 0; /* Space between title and description */
    color: #333333;
}

.ui-film-description {
    font-size: 13px;
    color: #666666;
    margin: 3px 0; /* Minimal space between description and checkbox */
    text-align: left; /* Align text to the left */
}

.film-checkbox {
    margin-top: 5px;
}

.film-checkbox + label {
  display: inline-block;
  font-size: 85%;
  transform: translateY(-1.5px);
  line-height: normal;
}

/* Compact layout for responsiveness */
@media (max-width: 768px) {
    .ui-film-item {
        padding: 8px;
		box-sizing: border-box;
    }
    
    .ui-film-title {
        font-size: 15px;
		width: 100%;
        max-width: 290px;
		margin-left: auto;
        margin-right: auto;
        margin-top: 5px; /* Maintain or adjust top margin as needed */
    }
    
/*  
  .ui-film-description {
        font-size: 13px;
		width: 100%;
        width: calc(100% + 24px); 
		max-width: 290px;
        margin: 0px auto;
		box-sizing: border-box;
    }
*/
	
	.ui-film-description {
    font-size: 13px;
    width: auto; 
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    display: block;
	}

}

/* Licensing section */
.ui-license-info {
    padding: 20px;
    background-color: #f1f1f1;
    border-radius: 8px;
    margin-top: 20px;
}

.ui-license-info ul {
    list-style: disc;
    padding-left: 20px;
}

/* Form section */
.form-section {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
}

.form-section-hidden {
    display: none !important;
}

#form-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: auto;
}

.form-section.loading {
    position: relative !important;
    opacity: 0.5;
    pointer-events: none;
}

.form-spinner i {
    color: #0078ae;
    font-size: 3rem;
}

.ui-form-layout {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date"],
select,
textarea {
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 100%;
    box-sizing: border-box;
    transition: border-color 0.3s ease;
}

input::placeholder {
    color: #999;
    font-style: italic;
}

/* Properly style the select to match input fields */
select {
    padding: 10px;
    border-radius: 4px;
    font-size: 14px;
    width: 100%;
}

/* Visual cues for validation feedback */
input:invalid,
select:invalid {
    border: 1.5px solid #ff4d4d;
    background-color: #ffeeee;
}

input:valid {
    border: 1.5px solid #66cc66;
    background-color: #f0fff0;
}

textarea {
    resize: vertical;
}

/* Form submit button */
.form-submit-group {
    display: flex;
    justify-content: center;
    width: 100%;
    padding-top: 20px;
}

.submit-button {
    background-color: #0078ae;
    color: #fff;
    padding: 12px 30px;
    border: none;
    border-radius: 1.65rem;
    font-size: 1.2rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.submit-button:hover {
    background-color: #005b85;
}

.confirmation-message {
    padding: 20px 30px;
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
    border-radius: 10px;
    font-size: 18px;
    font-family: 'Arial, sans-serif';
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    margin: 30px auto;
    max-width: 600px;
    animation: fadeIn 0.5s ease-out forwards;
    text-align: left;
}

/* Icon for success */
.confirmation-message i {
    font-size: 28px;
    color: #28a745;
    flex-shrink: 0;
}

/* Smooth fade-in animation */
@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive design */
@media (max-width: 768px) {
    .ui-grid {
        grid-template-columns: 1fr;
    }

    .submit-button {
        width: auto;
        padding: 10px 20px;
        font-size: 1rem;
    }
}

#cv-poweredBy {
  display: none;
}
.body .left {width:100%;}

footer {
    padding: 2em;
    background: #004f83; /* Updated background color */
}

footer div.footer-logo,
footer div.follow {
    display: inline-block;
    width: 48%;
    max-width: 100%;
    vertical-align: top;
    padding: 0;
}

footer div.footer-logo {
    padding-top: 1.25em; /* Adjusted padding for vertical alignment */
    width: 46%;
    padding-left: 1em; /* Maintain consistent distance from the left border */
}

footer div.footer-logo img {
    width: 100%;
    max-width: 220px; /* Keeps the logo size similar to the old version */
    height: auto;
}

footer div.follow {
    text-align: right;
    width: 48%;
}

footer div.follow div {
    font-size: 16px;
    padding: 0;
}

footer ul#footer-social-nav li {
    display: inline-block;
    padding: 0 .5em;
    color: #fff;
}

footer ul#footer-social-nav li a {
    color: #fff;
    font-size: 30px;
}

footer div.copy {
    text-align: right;
padding: 1em 0 0 0;
width:97%;
}

footer div.footer-contact {
    color: #fff;
    width: 100%;
    max-width: 100%;
}

.footer-contact a {
    color: #fff;
}

.footer-contact a {
	font-weight:normal;
}
.footer-contact a i {
    display: inline-block;
    padding-left: .2em;
}
.footer-contact a:last-child {
    padding-left: 1em;
}

@media screen and (max-width: 770px) {
    footer div.footer-logo,
    footer div.follow {
        width: 100%;
        text-align: center;
        padding: .2em 0;
    }
footer div.footer-logo, footer div.follow {
    display: block;
    width: 100%;
    max-width: 100%;
}
}