














































.app-masthead {
  padding: 20px;
  color: #ffffff;
  background-color: #1d70b8;
  margin-bottom: 30px;
}
.app-masthead .govuk-input {
  border: 0;
}
.app-masthead #changeUrl.govuk-form-group {
  margin-bottom: 0;
}
.app-masthead #changeUrl.govuk-form-group .govuk-button.govuk-button--start {
  background-color: #f3f2f1;
  color: #1d70b8;
}
.app-masthead #changeUrl.govuk-form-group .govuk-button.govuk-button--start:hover {
  background-color: #e8f1f8;
}
.app-masthead #changeUrl.govuk-form-group .govuk-button.icon {
  height: 41px;
  width: 40px;
  background-color: #0b0c0c;
  display: block;
  background-repeat: no-repeat;
  margin-bottom: 0;
  box-shadow: none;
}
.app-masthead #changeUrl.govuk-form-group .govuk-button.icon img {
  position: absolute;
  clip: rect(23px, 26px, 44px, 8px);
  top: -15px;
  left: 0;
}
.app-masthead a {
  color: #ffffff;
  font-weight: 600;
  margin-top: 10px;
  display: block;
  text-align: right;
}
@media (min-width: 20em) {
  .app-masthead #tt-overlay, .app-masthead #tt-showAllValues {
    background-color: white;
    width: 100%;
    font-family: "nta", Arial, sans-serif;
    border-radius: 4px;
  }
  .app-masthead .autocomplete__input--default {
    padding: 10px;
    border: 0;
  }
  .app-masthead #awarding-body-input {
    border-radius: 4px;
    padding: 10px;
  }
}
@media (min-width: 40.0625em) {
  .app-masthead .autocomplete__input--default {
    padding: 8px;
  }
  .app-masthead #awarding-body-input {
    border-radius: 4px;
    padding: 5px;
  }
}

.app-masthead.no-margins {
  margin-left: -35px;
  margin-right: -35px;
  margin-top: -20px;
}

@media (min-width: 40.0625em) {
  .app-masthead.no-margins {
    margin-top: -40px;
  }
}
@media (min-width: 20em) {
  .app-masthead-v2 #tt-overlay, .app-masthead-v2 #tt-showAllValues, .app-masthead-v2 #tt-Frameworks {
    background-color: white;
    width: 100%;
    font-family: "nta", Arial, sans-serif;
    border-radius: 4px;
  }
}

.standard-search .govuk-form-group {
  display: flex;
  margin-bottom: 0;
}
.standard-search .govuk-form-group .govuk-button {
  height: 40px;
  width: 40px;
  background-color: #0b0c0c;
  display: block;
  background-repeat: no-repeat;
  margin-bottom: 0;
}
.standard-search .govuk-form-group .govuk-button img {
  position: absolute;
  clip: rect(23px, 26px, 44px, 8px);
  top: -15px;
  left: 0;
}
.standard-search a {
  color: #ffffff;
  font-weight: 600;
  margin-top: 10px;
  display: block;
  text-align: right;
}
@media (min-width: 20em) {
  .standard-search #tt-overlay, .standard-search #tt-showAllValues {
    background-color: white;
    width: 100%;
    font-family: "nta", Arial, sans-serif;
  }
  .standard-search .autocomplete__input--default {
    padding: 9px;
    height: 42px;
  }
}
@media (min-width: 40.0625em) {
  .standard-search .autocomplete__input--default {
    padding: 6px;
  }
}

.autocomplete__wrapper {
  position: relative;
}

.autocomplete__hint, .autocomplete__input {
  -webkit-appearance: none;
  border: 2px solid;
  border-radius: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-bottom: 0;
  width: 100%;
}

.autocomplete__input {
  background-color: transparent;
  position: relative;
}

.autocomplete__hint {
  color: #bfc1c3;
  position: absolute;
}

.autocomplete__input--default {
  padding: 4px;
}

.autocomplete__input--focused {
  outline-offset: 0;
  outline: 3px solid #ffdd00;
  box-shadow: inset 0 0 0 2px;
}

.autocomplete__input--show-all-values {
  padding: 4px 34px 4px 4px;
  cursor: pointer;
}

.autocomplete__dropdown-arrow-down {
  z-index: -1;
  display: inline-block;
  position: absolute;
  right: 8px;
  width: 24px;
  height: 24px;
  top: 10px;
}

.autocomplete__menu {
  background-color: #fff;
  border: 2px solid #0b0c0c;
  border-top: 0;
  color: #34384b;
  margin: 0;
  max-height: 342px;
  overflow-x: hidden;
  padding: 0;
  width: 100%;
  width: calc(100% - 4px);
}

.autocomplete__menu--visible {
  display: block;
}

.autocomplete__menu--hidden {
  display: none;
}

.autocomplete__menu--overlay {
  box-shadow: rgba(0, 0, 0, 0.256863) 0 2px 6px;
  left: 0;
  position: absolute;
  top: 100%;
  z-index: 100;
}

.autocomplete__menu--inline {
  position: relative;
}

.autocomplete__option {
  border-bottom: solid #bfc1c3;
  border-width: 1px 0;
  cursor: pointer;
  display: block;
  position: relative;
}

.autocomplete__option > * {
  pointer-events: none;
}

.autocomplete__option:first-of-type {
  border-top-width: 0;
}

.autocomplete__option:last-of-type {
  border-bottom-width: 0;
}

.autocomplete__option--odd {
  background-color: #fafafa;
}

.autocomplete__option--focused, .autocomplete__option:hover {
  background-color: #005ea5;
  border-color: #005ea5;
  color: #fff;
  outline: 0;
}

.autocomplete__option--no-results {
  background-color: #fafafa;
  color: #646b6f;
  cursor: not-allowed;
}

.autocomplete__hint, .autocomplete__input, .autocomplete__option {
  font-size: 16px;
  line-height: 1.25;
}

.autocomplete__hint, .autocomplete__option {
  padding: 4px;
}

@media (min-width: 641px) {
  .autocomplete__hint, .autocomplete__input, .autocomplete__option {
    font-size: 19px;
    line-height: 1.31579;
  }
}
.white-space-no-wrap {
  white-space: nowrap;
}

.max-width-break-word {
  max-width: 450px;
  word-wrap: break-word;
}

.break-word {
  word-wrap: break-word;
}

.titan-flex-input {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  display: flex;
}

.titan-td-list {
  margin-top: 0;
  margin-bottom: 0px;
  padding-left: 0;
  list-style-type: none;
}

.titan-ul-list {
  padding-left: 0;
}

.titan-status-heading {
  display: flex;
  align-items: flex-start;
}

.titan-status-heading > h2 {
  margin-right: 10px;
}

.titan-status-heading > strong {
  margin-top: 3px;
}

.govuk-link {
  cursor: pointer;
}

.govuk-summary-list__key-learner-results {
  width: 20% !important;
}

.govuk-table tr:nth-last-child(2) td.titan__row-final,
.govuk-table tr:nth-last-child(2) th.titan__row-final {
  border-bottom: 1px solid #0b0c0c !important;
}

.titan__row-total {
  border-bottom: 0px !important;
}

.govuk-tag {
  text-transform: uppercase;
  font-weight: 700 !important;
  max-width: 250px !important;
}

.govuk-checkboxes__input {
  height: 35px;
}

.govuk-checkboxes--small .govuk-checkboxes__item {
  min-height: 0;
  margin-bottom: 0;
  float: left;
}

.checkboxes_label_table {
  max-width: none !important;
}