@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');

/* font-family: 'Roboto', sans-serif; */

/* GLOBAL CUSTOM STYLES */

#content {
  font-family: 'Roboto', sans-serif !important;
  color: #000000;
}

#content div {
  font-family: 'Roboto', sans-serif !important;
  /* color: #000000; */
}

#content span {
  font-family: 'Roboto', sans-serif !important;
  /* color: #000000; */
}

#content h1 {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 700 !important;
  font-size: 32px !important;
  font-size: 2em !important;
  color: #000000;
}

#content h2 {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 500 !important;
  font-size: 26px !important;
  font-size: 1.625em !important;
  color: #000000;
}

#content h3 {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 500 !important;
  font-size: 18px !important;
  font-size: 1.125em !important;
  /* Needed if strictly interpreting style guide: */
  /* color: #000000 !important; */
}

#content h4 {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 500 !important;
  /* Needed if strictly interpreting style guide: */
  /* color: #000000 !important; */
}

#content h5 {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 500 !important;
  /* color: #000000 !important; */
}

#content h6 {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 500 !important;
  /* Needed if strictly interpreting style guide: */
  /* color: #000000 !important; */
}

#content p {
  font-family: 'Roboto', sans-serif !important;
  font-size: 14px !important;
  font-size: .875em !important;
  color: #000000 !important;
  /* max-width: 55em !important; */
}

#content ul:not([class]) {
  max-width: 55em !important;
  font-family: 'Roboto', sans-serif !important;
  font-size: 14px !important;
  font-size: .875em !important;
  margin-left: 50px !important;
  line-height: 1.46 !important;
  color: #000000 !important;
  list-style-position: outside !important;
}

#content ol:not([class]) {
  max-width: 55em !important;
  font-family: 'Roboto', sans-serif !important;
  font-size: 14px !important;
  font-size: .875em !important;
  margin-left: 50px !important;
  line-height: 1.46 !important;
  color: #000000 !important;
  list-style-position: outside !important;
}

#content a {
  font-family: 'Roboto', sans-serif !important;
}

#content i {
  font-family: 'Roboto', sans-serif !important;
}

#content input {
  font-family: 'Roboto', sans-serif !important;
}

#content select {
  font-family: 'Roboto', sans-serif !important;
}

