@font-face {
  font-family: 'Muli';
  font-weight: 200;
  font-style: normal;
  src: url("fonts/muli/Muli-ExtraLight.ttf?orgId=00D180000002Jc6") format("truetype");
}

@font-face {
  font-family: 'Muli';
  font-weight: 200;
  font-style: italic;
  src: url("fonts/muli/Muli-ExtraLightItalic.ttf?orgId=00D180000002Jc6") format("truetype");
}

@font-face {
  font-family: 'Muli';
  font-weight: 300;
  font-style: normal;
  src: url("fonts/muli/Muli-Light.ttf?orgId=00D180000002Jc6") format("truetype");
}

@font-face {
  font-family: 'Muli';
  font-weight: 300;
  font-style: italic;
  src: url("fonts/muli/Muli-LightItalic.ttf?orgId=00D180000002Jc6") format("truetype");
}

@font-face {
  font-family: 'Muli';
  font-weight: 400;
  font-style: normal;
  src: url("fonts/muli/Muli-Regular.ttf?orgId=00D180000002Jc6") format("truetype");
}

@font-face {
  font-family: 'Muli';
  font-weight: 400;
  font-style: italic;
  src: url("fonts/muli/Muli-Italic.ttf?orgId=00D180000002Jc6") format("truetype");
}

@font-face {
  font-family: 'Muli';
  font-weight: 600;
  font-style: normal;
  src: url("fonts/muli/Muli-SemiBold.ttf?orgId=00D180000002Jc6") format("truetype");
}

@font-face {
  font-family: 'Muli';
  font-weight: 600;
  font-style: italic;
  src: url("fonts/muli/Muli-SemiBoldItalic.ttf?orgId=00D180000002Jc6") format("truetype");
}

@font-face {
  font-family: 'Muli';
  font-weight: 700;
  font-style: normal;
  src: url("fonts/muli/Muli-Bold.ttf?orgId=00D180000002Jc6") format("truetype");
}

@font-face {
  font-family: 'Muli';
  font-weight: 700;
  font-style: italic;
  src: url("fonts/muli/Muli-BoldItalic.ttf?orgId=00D180000002Jc6") format("truetype");
}

@font-face {
  font-family: 'Muli';
  font-weight: 800;
  font-style: normal;
  src: url("fonts/muli/Muli-ExtraBold.ttf?orgId=00D180000002Jc6") format("truetype");
}

@font-face {
  font-family: 'Muli';
  font-weight: 800;
  font-style: italic;
  src: url("fonts/muli/Muli-ExtraBoldItalic.ttf?orgId=00D180000002Jc6") format("truetype");
}

@font-face {
  font-family: 'Muli';
  font-weight: 900;
  font-style: normal;
  src: url("fonts/muli/Muli-Black.ttf?orgId=00D180000002Jc6") format("truetype");
}

@font-face {
  font-family: 'Muli';
  font-weight: 900;
  font-style: italic;
  src: url("fonts/muli/Muli-BlackItalic.ttf?orgId=00D180000002Jc6") format("truetype");
}

html, body, h1, h2, h3, h4, h5, h6, p, span, input, button, a {
  font-family: Muli;
}

html, body, h1, h2, h3, h4, h5, h6, p, span, input, button, a, .popover {
  font-family: Muli;
  font-size: 16px;
}

a {
  font-size: 16px;
}

p.note {
  font-size: 14px;
}

p.collapsed {
  overflow: hidden;
}

.note label, .note li {
  font-size: 14px;
}

.DesktopPage_Header, h2 {
  font-family: Muli;
  font-size: 30px;
  text-align: left;
}

.MobilePage_Header, h3 {
  font-family: Muli;
  font-size: 24px;
  font-weight: 600;
  text-align: left;
}

.Text-Style {
  font-family: Muli;
  font-size: 18px;
  line-height: 1.33;
  text-align: left;
  color: #008b95;
}

.MobileCard_Title {
  font-family: Muli;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  color: #3d3d3d;
}

.DesktopTopnav {
  font-family: Muli;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  color: #75787b;
}

.InputActive {
  font-family: Muli;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  color: #3d3d3d;
}

.Filterbar {
  font-family: Muli;
  font-size: 16px;
  font-weight: 600;
  text-align: right;
  color: #ffffff;
}

.InputPlaceholder {
  font-family: Muli;
  font-size: 16px;
  text-align: left;
  color: #000000;
}

.MobilePage_Subheader {
  font-family: Muli;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  color: #ffffff;
}