/* footer */

:root {
  --footer-color:var(--cms-white);
  --footer-bg-main:var(--cms-blue);
  --footer-button-text: white;
  --footer-button-bg: var(--cms-blue);
  --footer-button-text-hover: var(--cms-blue-light);
  --footer-button-bg-hover: var(--cms-blue);
}

.fauxgram-follow { 
  background-color:var(--cms-blue-light);
  background-image:url('https://ctycms.com/tx-fort-worth/diamonds-overlay-blue-medium.svg');
  background-repeat:no-repeat;
  background-position:center center;
  background-size:cover;
}

.fauxgram-follow a { padding:90px 0; }
@media screen and (min-width: 992px) {
.fauxgram-follow a { padding:0; }
}

.fauxgram-icon { font-size: 46px; line-height: 1; margin-bottom: 0.25rem; }
.fauxgram-headline-dfwi { color:inherit; font-weight:800; font-size:1.4rem; line-height:1.2; margin:0.25rem 0; text-transform:uppercase; }
.fauxgram-handle-dfwi { color:inherit; font-weight:600; font-size:0.9rem; line-height:1.2; padding-bottom:20px; }


.footer-main { background-color:var(--footer-bg-main); color:var(--footer-color); padding:2rem 0; }

.footer-logo { width:100%; max-width:300px; margin:1rem auto; }

.footer-address { font-size:0.9rem; margin:0 0 1rem 0; }
.footer-address a { color:inherit; }
.footer-address a:hover { color:inherit; }

.footer-headline { font-size:1.3rem; margin-top:1rem; margin-bottom:0.5rem; }
.footer-subscribe { margin-bottom:1rem; }
.btn-brand-footer { 
  background-color:var(--footer-button-bg); 
  border:0;  
  color:var(--footer-button-text); 
  font-size:16px; line-height:30px; text-transform:none; letter-spacing:0.020rem; 
  border-radius:20px; 
  margin: 0; 
  padding: 0px 12px; 
  transition:var(--cty-transition-hover);  
  text-decoration:none; 
}
.btn-brand-footer:hover {  
  background-color:var(--footer-button-bg-hover); 
  color:var(--footer-button-text-hover);  
  text-decoration:none; 
}

.footer-social { display:block; margin:0.5rem 0; }
.footer-social a { display:inline-block; width:30px; height:30px; font-size:18px; line-height:30px; border-radius:50%; text-align:center; margin:0 8px; }
.footer-social a { text-decoration:none; color:var(--footer-button-text); background-color:var(--footer-button-bg); border:none; transition: all 0.15s linear 0s; }
.footer-social a:hover { color:var(--footer-button-text-hover); background-color:var(--footer-button-bg-hover); }

ul.footer-links { margin:1rem 0; padding:0; list-style:none; }
ul.footer-links li { margin:0 0 0.25rem 0; padding:0; list-style:none; font-size:0.9rem; }
ul.footer-links li a { text-decoration:none; color:white;  text-transform:uppercase; font-weight:600; letter-spacing:0.050rem; }
ul.footer-links li a:hover { text-decoration:none; color:var(--cms-blue-light); }


.footer-break { background-color:var(--footer-bg-legal);  }
.footer-break-line { border-top:1px solid var(--footer-color); opacity:0.5; }

.footer-legal { background-color:var(--cms-blue); color:var(--cms-white); padding:2rem 0; border-top:1px solid #2a4476; }
.footer-legal p { color:inherit; margin:0; font-size:0.8rem; font-weight:400; }
.footer-legal a { color:inherit; }
.footer-legal a:hover { color:inherit; }

.footer-legal-links { margin-top:1rem; font-size:0.8rem; font-weight:400; }
.footer-legal-links a { display:inline-block; padding:0 0.5rem; }

@media screen and (min-width: 992px) {
  .footer-main { padding:1rem 0 1.5rem 0; }
  .footer-logo { margin:1rem 0; }
  .footer-address { margin:0; }

  .footer-social a { margin:0 1rem 0 0; }

  .footer-legal { padding:1rem 0; }
  .footer-legal-links { margin:0; }
  .footer-legal-links a { padding:0 0 0 1rem; }

}