/* OQSHA subdomain brand theme: RenewSys
   SubDomain ID: renewsys
   Requires document.documentElement.dataset.subDomain = "renewsys"
   Asset paths are relative to /themes/renewsys.css
*/
html[data-sub-domain="renewsys"] {
  --brand-primary: #008DD2;
  --brand-primary-rgb: 0, 141, 210;
  --brand-hover: #007BB7;
  --brand-disabled: #A8D8F0;
  --brand-on-primary: #FFFFFF;
  --brand-disabled-text: #FFFFFF;
  --brand-link: #008DD2;
  --brand-soft: #EBF6FB;

  --client-logo-url: url("../assets/logos/renewsys-logo.png");
  --client-building-url: url("../assets/buildings/renewsys-building.jpg");
  --client-building-position: center 52%;
  --client-logo-width: 98px;
  --client-logo-height: 42px;
  --nav-oqsha-height: 42px;

  --image-gradient-top: .03;
  --image-gradient-mid: .15;
  --image-gradient-bottom: .84;
  --image-brand-wash: .20;

}
