/*
########### RTX FOOTER CSS ###########
 Stylesheet for RTX footer
 Last updated: July 26, 2022
######################################
*/



#footer-social-subscribe {
  background-color:rgb(255,205,0);
}

#social-media-list a {
  display: inline-block;
  margin-right: 1.5rem;
  margin-bottom: 0.8rem;
}
.social {
  height: 2rem;
}

#subscribe-form .form-control {
  border-color: white;
  border-width: 0.15rem;
  background-color: transparent;
}
#subscribe-form ::placeholder {
  color: rgb(70,70,70);
  font-style: italic; 
}
#subscribe-form .form-control:focus {
  color: black;
  font-style: normal; 
}
#subscribe-form button {
  border-color: white;
  border-width: 0.15rem;
  background-color: transparent;
  color: black;
  text-transform: uppercase;
}
#subscribe-form button:hover {
  background-color: white;
}

#FooterBottom {
  color:white !important;
}
#FooterBottom h5 {
  text-transform: uppercase; 
  color:white !important;
  font-size: 1.0rem !important;
}
#FooterBottom li {
  font-size: 0.9rem;
  color:rgba(245,245,245,1.00); 
}
#FooterBottom li a {
  padding:3px;
  padding-top:2px;
  padding-bottom:2px;
  margin-top:2px;
  margin-bottom:2px;  
  color:rgba(225,225,225,1.00);
  text-decoration: none;
  display:inline-block;
}
#FooterBottom li a:hover {
  color:rgba(255,255,255,1.00);
}
#FooterBottom .rtx-list-columns-small {
    -webkit-columns: 2; -moz-columns: 2; columns: 2;
  }


@media (max-width: 991.98px) {
  
  #FooterBottom .rtx-list-columns-small {
    -webkit-columns: 1; -moz-columns: 1; columns: 1; 
  }
  
}

@media (max-width: 450px) {

  #FooterBottom .rtx-list-columns-small {
    -webkit-columns: 2; -moz-columns: 2; columns: 2;
  }
  
}
  