img {
  max-width: 100%;
  height: auto;
}

.govuk-main-wrapper {
  padding-top: 0;
}

.aeh-header {
  padding: 20px;
  background-color: #009ddb;
}
.aeh-header-main {
  background-color: #ffdd00;
  border-bottom: 5px solid #0b0c0c;
  padding: 10px;
  margin-bottom: 10px;
  font-weight: 100;
}
.aeh-header-sub {
  color: #ffffff;
  margin-bottom: 0;
  font-weight: 100;
}

.aeh-section {
  border-top: 1px solid #b1b4b6;
  padding: 20px 0;
}
.aeh-list>li {
    margin-top: 20px;
}

.govuk-inset-text {
	margin-top: 0;
	padding: 0 15px;
}

.aeh-float-left {
  float: left;
}
.aeh-float-right {
  float: right;
}
.aeh-float-clear {
  display: block;
  content: "";
  clear: both;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.hmrc-banner {
  padding: 10px 0 8px;
  position: relative;
}
.hmrc-banner span {
  display: table-cell;
  vertical-align: baseline;
}
.hmrc-banner p {
  display: table;
  margin: 0;
  color: #000;
  font-family: "nta", Arial, sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 14px;
  line-height: 1.14286;
}
.organisation-logo {
  padding: 3px 0 3px 30px;
  background: url("../images/crests/hmrc_crest_18px.png") 5px center no-repeat;
  background-size: auto 20px;
  border-left: 2px solid #009390;
}
.organisation-logo p {
  font: 13px/16px Helvetica, Arial;
  margin: 0;
}
@media (min-width: 641px) {
  .hmrc-banner {
    padding-bottom: 10px;
  }
  .hmrc-banner p {
    font-size: 16px;
    line-height: 1.25;
  }
  .organisation-logo {
    background-size: auto 26px;
    padding: 3px 0 3px 38px;
  }
  .organisation-logo p {
    font: 18px/22px Helvetica, Arial;
  }
}
@media (max-width: 480px) {
  .aeh-float-left, .aeh-float-right {
    display: block;
    content: "";
    clear: both;
    float: none;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) {
  .organisation-logo {
    background-image: url("../images/crests/hmrc_crest_18px_x2.png");
  }
}
