footer .component.rich-text.col-12.position-left {
    text-align: left;
    padding-left: 0
}

footer p.text-inline {
    display: inline-block;
}

footer svg.vistra-logo {
    position: relative;
    top: 4px;
    margin-left: 8px;
}

.txumaster .footer-copyright .social-links ul li a.facebook:before {

    font-size: 18px;
    padding: 5px 9px;
}

.txumaster .footer-copyright .image .component-content
{
float:left;
}

@media (max-width: 767px) {
  .only-desktop {
    display: none !important;
  }
  .txumaster #footer .footer-copyright.footer-top {
    margin-bottom: 0;
  }
  .txumaster #footer .file-type-icon-media-link {
    padding-left: 0;
  }
  .txumaster #footer .file-type-icon-media-link .component-content {
    float: none;
    margin-top: 0;
    margin-bottom: 16px;
  }  
  .txumaster #footer .footer-copyright .only-mobile .component-content p {
    font-size: 16px;
    font-family: "Myriad Pro Black";
  }
  .txumaster #footer .footer-copyright .social-links ul li {
    margin: 0px 10px;
    width: auto;
    max-width: 30px;
    margin-top: 24px;
  }
  .txumaster #footer .position-left {
    padding: 0;
    text-align: center;
  }
  .txumaster #footer .position-left .component-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
  .txumaster #footer .position-left .component-content svg {
    position: relative;
    top: 0;
    margin-left: 0;
    margin-bottom: 32px;
  }
  .txumaster #footer .position-left .component-content p {
    font-family: "Myriad Pro Regular";
  }
  .txumaster #footer .position-left .component-content p.text-inline {
    /* padding-right: 16px; */
    /* /* border-right: 1px solid white; */ */
    /* margin-right: 16px; */
    line-height: 24px;
    }
 .txumaster #footer .position-left .component-content p.text-inline {
    margin-bottom: 16px;
	line-height: 24px;
  }
  .txumaster .footer-copyright .social-links {
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  .only-mobile {
    display: none !important;
  }
}

.txumaster .component.link-list.col-12.only-desktop.social-links h3 {
    color: white;
    font-size: 18px;   
    text-align: left;
    line-height: 56px;
    margin-bottom: -0.25px;
}

.txumaster .component.link-list.col-12.only-mobile.social-links h3 {
    display: none;
}

.txumaster footer .footer-copyright .position-left.only-desktop p {
    font-family: "Myriad Pro Bold";
    font-size: 18px;
    line-height: 24px;
    margin-top: 32px;
}