/* roboto-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-v30-latin-regular.eot") /* IE9 Compat Modes */;
  src: url("../fonts/roboto-v30-latin-regular.eot?#iefix") format('embedded-opentype'), url("../fonts/roboto-v30-latin-regular.woff2") format('woff2'), url("../fonts/roboto-v30-latin-regular.woff") format('woff'), url("../fonts/roboto-v30-latin-regular.ttf") format('truetype'), url("../fonts/roboto-v30-latin-regular.svg#Roboto") format('svg') /* Legacy iOS */;
}
/* roboto-italic - latin */
@font-face {
  font-display: swap /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */;
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/roboto-v30-latin-italic.eot") /* IE9 Compat Modes */;
  src: url("../fonts/roboto-v30-latin-italic.eot?#iefix") format('embedded-opentype'), url("../fonts/roboto-v30-latin-italic.woff2") format('woff2'), url("../fonts/roboto-v30-latin-italic.woff") format('woff'), url("../fonts/roboto-v30-latin-italic.ttf") format('truetype'), url("../fonts/roboto-v30-latin-italic.svg#Roboto") format('svg') /* Legacy iOS */;
}
/* roboto-700 - latin */
@font-face {
  font-display: swap /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-v30-latin-700.eot") /* IE9 Compat Modes */;
  src: url("../fonts/roboto-v30-latin-700.eot?#iefix") format('embedded-opentype'), url("../fonts/roboto-v30-latin-700.woff2") format('woff2'), url("../fonts/roboto-v30-latin-700.woff") format('woff'), url("../fonts/roboto-v30-latin-700.ttf") format('truetype'), url("../fonts/roboto-v30-latin-700.svg#Roboto") format('svg') /* Legacy iOS */;
}
/* roboto-700italic - latin */
@font-face {
  font-display: swap /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */;
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/roboto-v30-latin-700italic.eot") /* IE9 Compat Modes */;
  src: url("../fonts/roboto-v30-latin-700italic.eot?#iefix") format('embedded-opentype'), url("../fonts/roboto-v30-latin-700italic.woff2") format('woff2'), url("../fonts/roboto-v30-latin-700italic.woff") format('woff'), url("../fonts/roboto-v30-latin-700italic.ttf") format('truetype'), url("../fonts/roboto-v30-latin-700italic.svg#Roboto") format('svg') /* Legacy iOS */;
}
body,
body * {
  margin: 0;
  padding: 0;
}
#ag {
  width: 100%;
  max-width: 778px;
  margin: min(20px, max(0px, calc(50vw - 389px))) auto;
  text-align: left;
  background: #fff;
  border: 1px solid #999;
  -webkit-font-variant-ligatures: none;
          font-variant-ligatures: none;
  font-family: 'Roboto', sans-serif;
  color: #000;
  font-size: 13px;
  line-height: 18px;
}
#ag h1,
#ag h2,
#ag h3,
#ag h4,
#ag h5,
#ag h6,
#ag p,
#ag ul,
#ag ol {
  font-family: 'Roboto', sans-serif;
  color: #000;
  font-size: 13px;
  line-height: 18px;
  padding-top: 15px;
}
#ag h1 {
  font-size: 28px;
  line-height: 32px;
  color: #168b33;
}
#ag h2 {
  font-size: 18px;
  line-height: 20px;
  padding-top: 2px;
}
#ag h3,
#ag p[role="heading"][aria-level="3"] {
  font-size: 15px;
  line-height: 20px;
  color: #168b33;
  font-weight: bold;
}
#ag a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#ag a:hover {
  color: inherit;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#ag ul {
  padding-left: 15px;
}
#ag ul li {
  padding-left: 4px;
  padding-top: 2px;
}
#ag ul li:first-child {
  padding-top: 0;
}
#ag ul ul {
  list-style-type: disc;
}
#ag .hero {
  display: block;
  width: 100%;
}
#ag main {
  padding: 0 min(35px, 4.5vw) 15px min(35px, 4.5vw);
}
#ag main .job p,
#ag main .job ul {
  padding-top: 0;
  margin: 2px 0;
}
#ag main .job p[role="heading"][aria-level="3"] {
  padding-top: 13px;
}
@media all and (max-width: 779px) {
  #ag {
    border: none;
  }
}
@media (max-width: 480px) {
  #ag {
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
  }
  h1 {
    -webkit-hyphens: initial;
        -ms-hyphens: initial;
            hyphens: initial;
  }
}
@media print {
  #ag {
    margin: 0;
    max-width: 100%;
    border-width: 0;
  }
  header,
  [itemprop] {
    page-break-inside: avoid;
  }
}
