body,
body * {
  margin: 0;
  padding: 0;
}
#ag {
  width: 100%;
  max-width: 780px;
  margin: min(20px, max(0px, calc(50vw - 390px))) auto;
  text-align: left;
  background: #fff;
  border: 1px solid #999;
  -webkit-font-variant-ligatures: none;
          font-variant-ligatures: none;
}
#ag,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
  font-family: 'Roboto', Arial, Sans-Serif;
  color: #000;
  font-size: 14px;
  line-height: 19px;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
  margin: 15px 0;
}
h1 {
  color: #163f91;
  font-size: 28px;
  line-height: 32px;
}
h2 {
  color: #163f91;
  font-size: 18px;
  line-height: 20px;
  margin-top: -13px;
}
#ag h3,
p[role="heading"][aria-level="3"] {
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
}
#ag h3 + p,
p[role="heading"][aria-level="3"] + p,
#ag h3 + ul,
p[role="heading"][aria-level="3"] + ul {
  margin-top: 0;
}
a {
  color: #1949aa;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  color: #163f91;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
ul {
  list-style-type: none;
}
ul li {
  padding-left: 15px;
  position: relative;
}
ul li:before {
  position: absolute;
  top: 6px;
  left: 1px;
  content: "";
  height: 5px;
  width: 5px;
  border-radius: 5px;
  background-color: #163f91;
}
ul ul {
  margin: 0;
}
header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row-wrap;
          flex-flow: row-wrap;
  border-bottom: 30px solid #94c0e0;
}
header .logo-wrapper {
  width: 50%;
}
header .logo-wrapper img.logo {
  display: block;
  width: 80%;
  max-width: 300px;
  margin: 35px auto 45px auto;
}
header .hero-wrapper {
  width: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
main {
  padding: 5px 45px 30px 45px;
}
a.apply {
  background-color: #94c0e0;
  color: #163f91;
  text-shadow: 0 0 15px #fff;
  display: inline-block;
  padding: 15px 25px;
  font-weight: bold;
  text-decoration: none;
  font-size: 18px;
  margin: 5px 0 15px 0;
}
a.apply:hover {
  background-color: #163f91;
  color: #fff;
  text-shadow: none;
}
@media all and (max-width: 699px) {
  #ag {
    border: none;
  }
  h1 {
    font-size: 22px;
    line-height: 27px;
  }
  h2,
  a.apply {
    font-size: 16px;
    line-height: 21px;
  }
  main {
    padding: 5px 25px 10px 25px;
  }
}
@media all and (max-width: 620px) {
  header .logo-wrapper {
    width: 100%;
  }
  header .hero-wrapper {
    display: none;
  }
}
@media (max-width: 480px) {
  #ag {
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
  }
}
@media print {
  #ag {
    margin: 0;
    max-width: 100%;
    border-width: 0;
  }
  header,
  [itemprop] {
    page-break-inside: avoid;
  }
}
