
footer .upper-footer{
  background-color: #CB333B;
  padding: 3.5% 0;
}
footer .lower-footer{
  background-color: #FFFFFF; 
  padding: 3% 0 2% 0;
  color: #CB333B;
}
footer .logo{
  line-height: 0; 
}
footer .logo.mobile{
  display: none; 
}
footer .line{
  height: 1px;
  background-color: #CB333B;
  line-height:0;
}
footer .line.first{
  width: 27%; 
}
footer .line.second{
  width: 20%; 
}
footer .tc__line.tc__bottom{
  text-align: center; 
}
footer .cta-intro {
  line-height: 1.5em;
  font-family: "proxima-nova", Arial, sans-serif;
  border-radius: 0;
  font-size: 48px;
  white-space: nowrap;
  color: #ffffff;
  text-align: center;
  margin-bottom: 40px;
}
footer .cta:hover{
  background: #ffffff !important;
  color: #CB333B !important;
  border-color: #CB333B !important;
}
footer .cta-container{
  padding: 0 10px; 
  text-align: center;
}
footer .follow-links{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; 
  width: 16%;
  line-height: 0;
}
footer .fine-print-container .pr, footer .fine-print-container .legal{
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 4px);
}
footer .fine-print-container p, footer .fine-print-container a{
  font-size: 12px;
  color: #CB333B;
}
footer .fine-print-container {
  padding-top: 4.9%;
}
footer .fine-print-container .pr{
  text-align: left;
}
footer .fine-print-container .legal{
  text-align: right;
}
footer .legal .copyright, footer .legal .privacy {
  display: inline-block;
}
footer .lower-footer-container.column-container{
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
footer .mission {
  font-family: Prospectus Std,Georgia,serif;
  font-weight: 700;
  font-size: 30px;
  font-style: italic;
  color: #cb333b;
}

footer .fine-print-container .legal ul { display: flex; flex-wrap: wrap; justify-content: flex-end; align-items: center; list-style: none; margin: 0;    padding: 0; }
footer .fine-print-container .legal ul li { margin-left: 45px; margin-top: .6em; margin-bottom: .6em; }

@media(max-width: 1280px){
  footer .cta-intro {
    font-size: 42px;
  }
  footer .line.first{
    width: 21%; 
  }
  footer .line.second{
    width: 13%; 
  }
}


@media(max-width: 1170px){
  footer .fine-print-container .legal ul li { margin-left: 25px;}
}

@media(max-width: 960px){
  footer .cta-intro {
    font-size: 42px;
  }
  footer .upper-footer {
    padding: 15% 0;
  }
  footer .logo.desktop{
    display: none; 
  }
  footer .logo.mobile{
    display: block;
    text-align: center;
  }
  footer .lower-footer-container.column-container{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  footer .line.first{
    display: none;
  }
  footer .line.second{
    width: 100%; 
  }
  footer .mission{
    margin-bottom: 18px; 
  }
  footer .follow-links{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px 0;
    width: 100%;
  }
  footer .follow-link{
    margin: 0 13px;
  }
  footer .fine-print-container .pr, footer .fine-print-container .legal, footer .legal .copyright, footer .legal .privacy{
    display: block;
    text-align:center;
    width: 100%;
  }
  footer .fine-print-container {
    padding-top: 0;
    padding-bottom: 3%;
    max-width: 325px;
    margin: 0 auto;
  }
  footer .lower-footer { padding: 5% 0 4% 0;  }
  footer .fine-print-container .legal ul { justify-content: center;}
}
@media(max-width: 600px){
  footer .cta-intro {
    font-size: 26px;
  }
  footer .upper-footer {
    padding: 30% 0;
  } 
  footer .fine-print-container p, footer .fine-print-container a {
    font-size: 13px;
    color: #cb333b;
  }
}
@media(max-width: 320px){
  footer .cta-intro {
    white-space: normal;
  } 
}
/* Staggered Animation*/
.come-in {
  -webkit-transform: translateY(150px);
  -ms-transform: translateY(150px);
  transform: translateY(150px);
  opacity: 0;
  -webkit-animation: come-in 0.5s ease forwards;
  animation: come-in 0.5s ease forwards;
}
.come-in:nth-child(2) {
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s; 
}
.come-in:nth-child(3) {
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s; 
}
.come-in:nth-child(4) {
  -webkit-animation-duration: 1.0s;
  animation-duration: 1.0s; 
}
.come-in:nth-child(5) {
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s; 
}
@-webkit-keyframes come-in {
  to { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1;}
}

@keyframes come-in {
  to { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1;}
}