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;
  -webkit-box-shadow: 7px 7px 5px 0px rgba(50,50,50,0.75);
          box-shadow: 7px 7px 5px 0px rgba(50,50,50,0.75);
  border: solid 1px #83939c;
  -webkit-font-variant-ligatures: none;
          font-variant-ligatures: none;
}
#ag-inner-wrapper {
  padding: 35px 35px 20px 130px;
}
#ag,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
  font-family: 'Source Sans Pro', Arial, Helvetica, Sans-Serif;
  color: #444;
  font-size: 15px;
  line-height: 19px;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
  margin: 15px 0;
}
h1 {
  position: relative;
  color: #0072bc;
  font-size: 28px;
  line-height: 35px;
  margin-top: 18px;
  margin-bottom: 10px;
}
h1:before {
  position: absolute;
  content: '';
  width: 88px;
  height: 1px;
  background-color: #b9c2c7;
  left: -130px;
  top: 16px;
}
h1:after {
  position: absolute;
  content: '';
  width: 12px;
  height: 12px;
  background-color: #e30510;
  left: -31px;
  top: 11px;
  border-radius: 50%;
}
h2 {
  font-size: 18px;
  line-height: 20px;
  margin-top: 2px;
}
h3,
p[role="heading"][aria-level="3"] {
  color: #0072bc;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 0;
  font-weight: bold;
}
h3 + p,
p[role="heading"][aria-level="3"] + p,
h3 + ul,
p[role="heading"][aria-level="3"] + ul {
  margin-top: 0;
}
a {
  color: #0072bc;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 1px dotted;
}
a:hover {
  border-bottom: 1px solid;
}
ul {
  list-style-type: none;
}
ul li {
  position: relative;
  padding-left: 22px;
}
ul li:before {
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  left: 0;
  top: 8px;
  background: #0072bc;
}
ul ul {
  margin: 0;
}
.header {
  position: relative;
}
.header .logo {
  position: absolute;
  top: 0;
  right: 15px;
  max-width: 144px;
  width: 100%;
  height: auto;
  border: none;
}
.header .intro-headline {
  font-size: 34px;
  line-height: 38px;
  color: #0072bc;
  font-weight: bold;
  padding-bottom: 5px;
  padding-top: 50px;
  width: calc(100% - 140px);
}
.header .hero {
  display: block;
  max-width: calc(100% + 40px);
  margin: 20px -5px;
}
.header .intro {
  color: #0072bc;
}
.resp-quali {
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -5px;
}
.resp-quali > div {
  width: calc(50% - 18px);
}
.contact {
  margin-top: 15px;
}
.footer {
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #e2e8ec;
  margin: 30px 0 30px -5px;
  width: calc(100% + 40px);
}
.footer > p,
.footer > img {
  font-size: 16px;
  color: #0072bc;
  font-weight: bold;
  margin: 20px 35px 20px 20px;
}
@media all and (max-width: 699px) {
  #ag {
    border: none;
  }
  #ag-inner-wrapper {
    padding-left: 35px;
  }
  h1:after {
    left: -25px;
  }
}
@media all and (max-width: 639px) {
  .header .logo {
    position: relative;
    left: 0;
  }
  .header .intro-headline {
    width: auto;
  }
  .resp-quali {
    display: block;
    margin-top: 25px;
  }
  .resp-quali > div {
    width: auto;
  }
}
@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;
  }
}
