.footer .ms-footer__link {
    color: #ecc058 !important;
}

.social-media-item span.footer-separator {
	display: none !important;
}

/* Changes Twitter Icon in Footer to X-Twitter using Font Awesome 6 */
.social-media, .social-media-item span {
    font-family: "Font Awesome 6 Brands" !important;	
    margin-right: 1rem;
}
 
 /* Changes Twitter icon to X */
.social-media-twitter::before, .social-media-item-twitter span::before {
content: "\e61b";
}

/* Reserve Cloud Widget */

/* Recap Header */
fieldset.rc-fieldset legend.rc-legend {
    margin-left: 0 !important;
    font-weight: normal !important;
    border: 1px dashed #ecc058;
    padding-left: 5px;
}
legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 17px;
    line-height: inherit;
    color: #ecc058;
    white-space: normal;
}

/* Section Header */
.rc-section-line-color {
  background-color: initial !important;
  color: #ecc058;
  margin-top: 12px;
  margin-bottom: 5px;
  font-weight: normal;
  font-size: 15px;
  padding: 0px;
}

/* Field Labels */
div.rc-label-column {
    text-align: left;
    padding: 0px 5px 0px 4px;
    word-wrap: break-word;
    line-height: 14px;
    font-size: 12px;
    font-weight: 100;
}

/* Home Tiles */


.containerhome img {
  padding-top: 10px;
  padding-bottom: 20px;
  max-width: 100%;
  max-height: 100%;
  display: block;
  
}

div.landing-promo {
  background-color: #F1F1F1;
}


































