/* General Footer Styling */
#site-footer {
  color: white;
  padding: 30px 0 0px 0;
  min-height: 295px;
}
#site-footer .footerContentWrap {
  background-color: #05473C;
  padding-bottom: 30px;
}

#site-footer .footer-wrapper-link { min-height: 163px; }
#site-footer .footer-contact-address {
  min-height: 48px;
}

#site-footer .footer-separator hr {
  color: #1b7a6a;
  margin: 40px 0;
  opacity: 1;
}
#site-footer .social-icon {
  margin: 0 20px;
}
/* Button Styling */
#site-footer .btn-contact a{ background-color: #2E8676; color: #fff; height: 48px; width: 120px; padding: 16px 0; border: none; line-height: 1; text-align:center; border-radius: 12px; cursor: pointer; }
#site-footer .btn-contact a { color: #fff; height: 48px; width: 120px;font-family: GT-Walsheim-light,sans-serif; text-decoration: none; }
#site-footer .btn-contact a::before {background-color: rgba(0,0,0,.15); content: ""; height: 100%; left: 0; opacity: 0; position: absolute; top: 0; transition: opacity .4s cubic-bezier(.455,.03,.515,.955); width: 100%; z-index: -1;}
#site-footer .btn-contact a:hover { opacity: 0.6;transition: opacity .4s cubic-bezier(.455,.03,.515,.955); }
/* #site-footer .btn-contact a:hover{ color: #2E8676; } */
/* Flexbox Adjustments */
#site-footer .d-flex { display: flex; align-items: center; }

#site-footer .d-flex .btn-contact {
  margin-right: 15px;
}
#site-footer .footer-address-wrapper{
  margin-left: 10px;
}
#site-footer .footer-address-wrapper p a{
  color: #fff;
  font-size: 16px;
  letter-spacing: -.0125rem;  
  line-heighT: 1.25rem;
  cursor: pointer;
  font-family: GT-Walsheim-light;
  text-decoration: underline;
}
#site-footer .d-flex div {
  display: flex;
  flex-direction: row;
}

/* Social Media Icons */
#site-footer .social-links {
  display: flex;
  justify-content: flex-end;
}

#site-footer .social-icon {
  font-size: 25px;
  color: #f7f7f7;
  text-decoration: none;
  transition: color 0.3s;
}

#site-footer .social-icon:first-child {
  margin-left: 0;
}

#site-footer .social-icon:hover {
  color: #007e9d;
}

/* Reset paragraph margin */
#site-footer p {
  margin: 0;font-family: GT-Walsheim-light,sans-serif;
}

/* Links Styling */
#site-footer ul {
  padding-left: 0;
  list-style-type: none;
}

#site-footer ul li {
  margin-bottom: 10px;
}

#site-footer ul li a {
  color: #f7f7f7;font-family: GT-Walsheim-light,sans-serif;
  text-decoration: none;
  font-size: 18px;
  line-height: 1.5;
}

#site-footer ul li a:hover {
  text-decoration: underline;
}

/* Responsive Adjustments */
@media all and (max-width: 991px) {
#site-footer .social-icon { margin: 0 10px; }
	#site-footer ul li.copyright.dyndate, #site-footer ul li.copyright.dyndate > a { font-size: 14px; }
#site-footer .btn-contact a {padding: 14px 0; font-size: 14px; height: 40px; width: 95px;}
#site-footer .social-icon {font-size: 18px;margin: 0 10px;}
}
@media (max-width: 767.7px) {
#site-footer .logo-wrapper img {
  margin-bottom: 20px;
}
#site-footer .footer-mobileLink-wrapper{
  margin-top: 20px;
  
}
#site-footer .button-address-wrapper {
  justify-content: left;
  margin-bottom: 15px;
  margin-top: 15px;
}

#site-footer .social-links {
  justify-content: space-between;
  min-height: 46px;
  margin-top: 10px;
}
}

/* Flexbox Adjustments for Larger Screens (Tablets and Desktops) */
@media (min-width: 768px) {

#site-footer .logo-wrapper img{
  margin-bottom: 20px;
}
.footer-contact-address .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-contact-address .button-address-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.footer-contact-address .social-links {
  display: flex;
  justify-content: flex-end;
}
}

@media (min-width: 992px) {
#site-footer .container-fluid{
  max-width: 960px;
}
}
@media (min-width: 1200px) {
#site-footer .container-fluid{
  max-width: 1140px;
}
}
@media (min-width: 1400px) {
#site-footer .container-fluid{
  max-width: 1320px;
}
}

#site-footer .subscriptionWrapper::after {
  content: " ";
  height: 0;
  clear: both;
  display: block;
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML += '<div class="ie7-clear"></div>' );
}
#site-footer .subscriptionWrapper .registerButton {
  background-color: #2e8676;
  text-decoration: none;
  padding: 16px 0;
  display: inline-block;
  z-index: 5;
  position: relative;
  max-width: 100%;
  height: 48px;
  width: 120px;
  color: #fff;
  border: none;
  line-height: 1;
  text-align: center;
  border-radius: 12px;
  cursor: pointer;
  margin-top: 15px;
}
#site-footer .subscriptionWrapper .registerButton:hover{
  opacity: 0.6;
  transition: opacity .4s cubic-bezier(.455,.03,.515,.955);
}

#site-footer .subscriptionWrapper input {
  border: 1px solid #d6d6d6;
  padding-left: 14px;
  height: 47px;
  line-height: 35px;
  color: #707070;
  font-size: 0.889em;
  margin: 0px 3px 0px 0px;
  outline: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin-top: 10px;
}