.clear {
    clear: both;
}

.elements-index .heading-medium .medium-margin-bottom {
    margin-bottom: 3vh;
}

.form-wrapper {
    width: 100%;
    margin: 20px auto;
}

.signout-link {
    margin-left: 15px;
    margin-top: 35px;
    font-family: Arial, sans-serif;
    float: left;
}

.dialog[aria-hidden="false"] {
    opacity: 1;
    visibility: visible;
    z-index: 11;
}

.dialog[aria-hidden="true"] {
    opacity: 0;
    visibility: hidden;
}

.dialog-cancel {
    display: inline-block;
    font-size: 1em;
    line-height: 1.25;
    margin-right: .78947em;
    padding: .52632em .78947em .26316em;
}

.dialog {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    padding: 15px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    width: 100%;
    z-index: 0;
}

.dialog:before {
    content: '';
    display: inline-block;
    height: 100%;
    margin-right: -.25em;
    vertical-align: middle;
}

.dialog-holder {
    background-color: #fff;
    border: 10px solid #fff;
    display: inline-block;
    margin: auto;
    max-width: 530px;
    position: relative;
    vertical-align: middle;
}

.dialog-content {
    outline: none;
    padding: 1em;
    text-align: left;
    
}

@media (max-width: 640px) {
    .dialog-heading {
        font-size: 24px;
        line-height: 1.04167;
    }
    .dialog:before {
    display: none;

}
    
}

.dialog-close {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    background-color: transparent;
    border: 0 none;
    cursor: pointer;
    height: 22px;
    margin: auto;
    padding: 0;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 22px;
}

.dialog-heading {
    font-family: Arial, sans-serif;
    font-size: 36px;
    line-height: 1.11111;
    font-weight: 700;
    text-transform: none;
    margin-top: .625em;
    margin-bottom: .41667em;
}

.dialog-close span {
    cursor: pointer;
}

.icon {
    background-size: 100%;
    background-repeat: no-repeat;
    cursor: default;
    display: block;
    height: 22px;
    text-align: center;
    vertical-align: middle;
    width: 22px;
}

.icon a:hover {
    background: transparent;
}

.icon-close {
    background-image: url(../images/icon-close-2x.png);
    display: block;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
not all,
not all,
not all,
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    .icon-close {
        background-image: url(../images/icon-close-2x.png);
        background-size: 100%;
    }
}

.form-group [type=checkbox] {
    content: "";
    border: 2px solid;
    background: transparent;
    width: 34px;
    height: 34px;
    top: 0;
    left: 0;
}

legend {
    font-weight: bold;
}

.formcontainer {
    padding: 15px;
    min-width: 100%;
    background-color: #f8f8f8;
    border: 3px solid #eee;
    margin-bottom: 10px;
    overflow: hidden;
    box-sizing: border-box;
}

.myFundingContainer {
    margin-top: 30px;
	float: right;
}

.full-width {
    width: 100% !important;
}

/* .done-panel {
    margin-top: 20px;
    color: #fff;
    background: #005EB8;
    text-align: center;
    box-sizing: border-box;
    padding: 20px;
} */

/* #done-tick {
  display: inline-block;
  width: 30px;
  height: 16px;
  padding: 4px 15px 4px 4px;
  background-color: #005EB8;
  background-image: url(/university/images/done-tick.png);
  background-repeat: no-repeat;
} */
/* 
@media (min-width: 641px) {
  #done-tick {
    padding: 4px 10px 4px 4px;
    height: 26px;
  }
} */

select {
    background-color: white !important;
}

.grey-text {
    font-family: Arial, sans-serif;
    font-weight: 400;
    text-transform: none;
    font-size: 16px;
    line-height: 1.25;
    display: block;
    color: #6f777b;
    font-weight: normal;
    margin-top: -2px;
    padding-bottom: 2px;
}

.right-floater {
    float: right;
    margin-top: 15px;
}

.right-float {
    float: right;
}

@media (min-width: 641px) {
    .versions-prod {
        padding-top: 50px;
        padding-right: 30px;
        padding-bottom: 20px;
        padding-left: 30px;
    }
}

.versions-prod {
    position: relative;
    overflow: hidden;
    border: 3px solid #2360AC;
    margin-top: 30px;
    margin-bottom: 35px;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
}

.versions-prod:before {
    content: "COURSE DETAILS";
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.2105263158em 0.7894736842em 0.2105263158em 0.7894736842em;
    font-family: Arial, sans-serif;
    font-weight: 400;
    text-transform: none;
    font-size: 16px;
    line-height: 1.25;
    background: #2360AC;
    color: white;
}

.left-float {
    float: left !important;
}

.left-floater {
    float: left;
    margin-top: 15px;
}

.phase-banner p {
	display: flex;
	justfiy-content: space-between;
	flex-wrap: wrap;
}

.phase-banner #sign {
	margin-left: auto;
}

@media ( max-width : 40.0525em) {
	.phase-banner #sign {
		margin-left: 0;
		margin-top: 1rem;
	}
}

.heading-secondary {
    color: #6f777b;
}

.js-table-sortable .sorting-asc:after,
.js-table-sortable .sorting-desc:after {
    margin-left: 4px;
    position: absolute;
}

.js-table-sortable .sorting-desc:after {
    content: '▼';
}

.js-table-sortable .sortable {
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    position: relative;
    text-decoration: underline;

}

.link,
.js-table-sortable .sortable {
  color: #005ea5;
  text-decoration: none;
}

.js-table-sortable .sorting-asc:after {
    content: '▲';
}

.sortAble {
    content: '▼';
}

.mb-0 {
    margin-bottom: 0;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

@media (min-width: 641px) {

    .heading-xlarge .heading-secondary,
    .heading-xlarge-noback .heading-secondary {
        padding-top: 4px;
        padding-bottom: 6px;
    }
}

.mt-15 {
    margin-top: 1em;
}

.mt-0 {
    margin-top: 0 !important;
}

.dialog,
button {
    font-size: 18px;
}

.withdrawn {
    position: relative;
    overflow: hidden;
    border: 3px solid #B10E1E;
    margin-top: 30px;
    margin-bottom: 35px;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
}

.withdrawn:before {
    content: "STUDENT HAS WITHDRAWN";
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.2105263158em 0.7894736842em 0.2105263158em 0.7894736842em;
    font-family: Arial, sans-serif;
    font-weight: 400;
    text-transform: none;
    font-size: 16px;
    line-height: 1.25;
    background: #B10E1E;
    color: white;
}

.white {
    color: white !important;
}

.tabs .tabs-nav .tabs-list li .selected-tab {
    background-color: #fff;
    color: #333;
    cursor: default;
    text-decoration: none;
    border: 0;
    font-weight: bold;
}

.tabs .tabs-navNote .tabs-list li .selected-tabNote  {
    background-color: #f8f8f8;
    color: #333;
	cursor: default;
    text-decoration: none;
    border: 1px solid #ddd;
    margin-top: 0;
    margin-bottom: 10px;
    padding: 8px;
    font-weight: 400;
    outline: 0;
}
.tabs-navNote a:focus {
	border:0;
	outline: 0;
}

.tabs .tabs-navNote .tabs-list li a {
    background-color: #f8f8f8;
    border: none;
    float: left;
    margin: 0 0.2631578947em 0.2631578947em 0;
    padding: 8px;
    text-align: center;
    text-decoration: none;
}

@media (min-width: 40.0625em) {
    .tabs .tabs-nav .tabs-list li .selected-tab {
        background-color: #fff;
        color: #333;
        cursor: default;
        text-decoration: none;
        border: 1px solid #bfc1c3;
        border-bottom: 1px solid transparent;
        margin-top: 0;
        margin-bottom: 0;
        padding: 0.6842105263em 0.9473684211em 0.7368421053em;
    }
}
@media (min-width: 40.0625em) {
	.formcontainer-tab {
	    padding: 25px;
	    min-width: 100%;
	    background-color: #fff;
	    border: 1px #bfc1c3;
	    border-style: none solid solid solid;
	    margin-bottom: 10px;
	    margin-top: -10px;
	    overflow: hidden;
	    box-sizing: border-box;
	}
}
.heading-xlarge {
    margin-top: 30px;
}
.dont-break-out {

  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;

}

.wordbreak {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;

}
.myFundingBrandContainer {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	margin-top: 2.8em;
}
.myFundingBranding {
	
height: 65px;
	
}
@media (max-width: 40.0625em) {
    .myFundingBrandContainer {
    display: none;
    }
}

.navigation-secondary ul:after {
  content: "";
  display: block;
  clear: both;
}

.navigation-secondary {
  border-bottom: 1px solid #bfc1c3;
  margin: auto;
  max-width: 960px;
}

.navigation-secondary ul {
  margin: 0 auto;
  max-width: 960px;
  padding-left: 0;
}

.navigation-secondary li {
  float: left;
  list-style-type: none;
}

@media (max-width: 640px) {
  .navigation-secondary li {
    border: 0;
    width: 45%;
    background-color: #f8f8f8;
    margin-right: 5px;
  }
  .navigation-secondary:last-child {
  margin-right: 0;
}
}

.navigation-secondary a {
  display: block;
  padding: 15px;
  outline: none;
}

.navigation-secondary a:visited {
  color: #005ea5;
}

.navigation-secondary a:hover {
  background-color: #f8f8f8;
}

.navigation-secondary .active {
  box-shadow: inset 0px -5px 0px 0px #005ea5;
  color: #0b0c0c;
  text-decoration: none;
  background-color: transparent;
}

.navigation-secondary .active:visited {
  color: #0b0c0c;
}



.activeStudent {
    position: relative;
    overflow: hidden;
    border: 3px solid #BFC1C3;
    margin-bottom: 35px;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
}
.activeStudent:before {
    content: "ACCOUNT STATUS: ACTIVE";
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.2105263158em 0.7894736842em 0.2105263158em 0.7894736842em;
    font-family: Arial, sans-serif;
    font-weight: 400;
    text-transform: none;
    font-size: 16px;
    line-height: 1.25;
    background: #BFC1C3;
    color: #333;
}
.notActive {
    position: relative;
    overflow: hidden;
    border: 3px solid #B10E1E;
    margin-bottom: 35px;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
}
.notActive:before {
    content: "ACCOUNT STATUS: NOT ACTIVATED";
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.2105263158em 0.7894736842em 0.2105263158em 0.7894736842em;
    font-family: Arial, sans-serif;
    font-weight: 400;
    text-transform: none;
    font-size: 16px;
    line-height: 1.25;
    background: #B10E1E;
    color: white;
}

.actions li a.action {
	font-size: 18px;
	color: #005eb8;
}
.actions {
display: flex;
}
.actions ul {
	list-style: none;
	display: flex;
}
.actions ul li {
	margin-right: 10px;
	padding: 10px 10px 10px 0;
}

.new {
    padding: 3px;
    background-color: #12623A;
    color: white;
    font-size: 14px;
    margin-left: 5px;
    font-weight: bolder;
}
div#accesibleTableRender >[hidden] {
	display: inline;
	display: initial;
}
.mt-30 {
	margin-top: 20px;
}
.mb-20 {
	margin-bottom: 20px !important;
}
#accessibleTableRender {
	display: none;
}
@media (max-width: 640px) {
	#accessibleTableRender {
	display: block;
	}
	/* #searchresultsTable {
	display: none;
	} */
	#saveButton1 {
	display: none;
	}
	#mobitest p:nth-child(3n) {
	margin-bottom: 20px;	
	}
	#mobitest p:nth-child(3n):after {
	display: inline;
	content:'';
	height:100%;
	border-bottom: 2px solid #bfc1c3;
	}
}
#navigation ul li {
	list-style: none !important;
}
.summary-list {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 400;
	line-height: 1.25;
	margin: 0;
	margin-bottom: 20px;
}

@media ( max-width : 40.0525em) {
	.summary-list__row {
		margin-bottom: 15px;
		border-bottom: 1px solid #b1b4b6;
	}
}

@media ( min-width : 40.0625em) {
	.summary-list__row {
		display: table-row;
	}
}

.summary-list__key {
	margin-bottom: 5px;
	font-weight: 700;
}

@media ( max-width : 40.0525em) {
	.summary-list__value {
		margin-bottom: 15px;
	}
}

.summary-list__key, .summary-list__value {
	word-wrap: break-word;
	overflow-wrap: break-word;
}

@media ( min-width : 40.0625em) {
	.summary-list__key, .summary-list__value, .summary-list__actions {
		padding-top: 10px;
		padding-bottom: 10px;
		border-bottom: 1px solid #b1b4b6;
	}
}

@media ( min-width : 40.0625em) {
	.summary-list__key, .summary-list__value, .summary-list__actions {
		display: table-cell;
		padding-right: 20px;
	}
}

@media ( min-width : 40.0625em) {
	.summary-list__key {
		width: 30%;
	}
}

.summary-list__key, .summary-list__value {
	word-wrap: break-word;
	overflow-wrap: break-word;
}

@media ( min-width : 40.0625em) {
	.summary-list__value {
		width: 50%;
	}
}

@media ( min-width : 40.0625em) {
	.summary-list__key, .summary-list__value, .summary-list__actions {
		display: table-cell;
		padding-right: 20px;
		width: 30%;
	}
}

@media ( max-width : 40.0525em) {
	.summary-list__value {
		margin-bottom: 15px;
	}
}

.summary-list__actions {
	margin-bottom: 15px;
}

@media ( min-width : 40.0625em) {
	.summary-list__actions {
		width: 20%;
		padding-right: 0;
		text-align: right;
	}
}
a>[hidden] {
	display: inline;
	display: initial;
}

.pager {
  padding-top: 0.3125em;
  margin-top: 0.3125em;
  margin-bottom: 0.3125em;
}

@media (min-width: 641px) {
  .pager {
    margin-top: 0.2631578947em;
    margin-bottom: 0.2631578947em;
  }
}

.pager-items li {
  display: inline !important;
}

@media (min-width: 641px) {
  .pager-items {
    display: inline;
  }
  .pager-items li {
    display: inline;
    margin: 0 5px;
  }
  .pager-items li:first-child {
    margin-left: 0;
  }
  .pager-items li:last-child {
    margin-right: 0;
  }
}

.pager-prev, .pager-next {
  margin-right: 10px;
}

@media (min-width: 641px) {
  .pager-prev, .pager-next {
    margin-right: 0;
  }
}

@media (min-width: 641px) {
  .pager-prev {
    margin-right: 10px;
  }
}

@media (min-width: 641px) {
  .pager-next {
    margin-left: 10px;
  }
}

@media (min-width: 641px) {
  .pager-controls {
    float: right;
  }
}

.pagination-simple {
  clear: both;
  padding-top: 2rem;
  margin-top: 2rem;
  border-top: 2px solid #bfc1c3;
}

@media (min-width: 641px) {
  .pagination-simple .previous-page,
  .pagination-simple .next-page {
    float: left;
    width: 50%;
  }
  .pagination-simple .next-page {
    float: right;
    text-align: right;
  }
}

.pagination-simple a {
  display: inline-block;
  text-decoration: none !important;
}

.pagination-simple .prefix {
  font-size: 15px;
  color: #6f777b;
}

.pagination-simple .title {
  display: block;
  text-decoration: underline;
}
.pagerActive {
	background-color: #ffeb3b !important;
	color: #212b32;
	padding: 3px;
}

/**
* Additional NHSUK styles 
**/

/* Phase banner */
.nhsuk-tag {
  display: inline-block;
  outline: 2px solid transparent;
  outline-offset: -2px;
  color: #fff;
  background-color: #005eb8;
  letter-spacing: 1px;
  text-decoration: none;
  /* text-transform: uppercase; */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1;
  padding-top: 5px;
  padding-right: 8px;
  padding-bottom: 4px;
  padding-left: 8px;
}
@media (min-width: 40.0625em) {
  .nhsuk-tag {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
  }
}
.nhsuk-tag--inactive {
  background-color: #505a5f;
}
.nhsuk-tag--grey {
  color: #383f43;
  background: #eeefef;
}
.nhsuk-phase-banner {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #b1b4b6;
}
.nhsuk-phase-banner__content {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.14286;
  color: #0b0c0c;
  display: table;
  margin: 0;
}
@media (min-width: 40.0625em) {
  .nhsuk-phase-banner__content {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
  }
}
@media print {
  .nhsuk-tag {
    font-size: 14pt;
    line-height: 1;
  }
  .nhsuk-phase-banner__content {
    font-size: 14pt;
    line-height: 1.2;
    color: #000;
  }
}
.nhsuk-phase-banner__content__tag {
  margin-right: 10px;
}
.nhsuk-phase-banner__text {
  display: table-cell;
  vertical-align: middle;
}

/* Colour variants */
.nhsuk-tag--white {
  background-color: #ffffff;
  border-color: #212b32;
  color: #212b32;
}
  
.nhsuk-tag--grey {
  background-color: #dbe0e3;
  border-color: #354550;
  color: #354550;
}
  
.nhsuk-tag--green {
  background-color: #cce5d8;
  border-color: #004c23;
  color: #004c23;
}
  
.nhsuk-tag--aqua-green {
  background-color: #ccedeb;
  border-color: #00524d;
  color: #00524d;
}
  
.nhsuk-tag--blue {
  background-color: #ccdff1;
  border-color: #004281;
  color: #004281;
}
  
.nhsuk-tag--purple {
  background-color: #d6cce3;
  border-color: #240050;
  color: #240050;
}
  
.nhsuk-tag--pink {
  background-color: #efd3e3;
  border-color: #57133a;
  color: #57133a;
}
  
.nhsuk-tag--red {
  background-color: #f7d4d1;
  border-color: #6b140e;
  color: #6b140e;
}
  
.nhsuk-tag--orange {
  background-color: #ffdc8e;
  border-color: #4d3708;
  color: #4d3708;
}
  
.nhsuk-tag--yellow {
  background-color: #fff59d;
  border-color: #4d4712;
  color: #4d4712; 
}
  
/* Remove tag border */
.nhsuk-tag--no-border {
  border: 0; 
}


/* OGL Footer */
.app-ogl-footer {
  background-color: #d8dde0;
}
.app-ogl-footer--text {
  font-weight: 400;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.71429;
  padding-bottom: 24px;
  color: #4c6272;
  margin-bottom: 0;
  padding-bottom: 24px;
}
@media (min-width: 40.0625em) {
  .app-ogl-footer--text {
    font-size:16px;
    font-size: 1rem;
    line-height: 1.5;
    padding-bottom:32px;
    margin-top: 0px;
  }
}
@media print {
  .app-ogl-footer--text {
    font-size: 14pt;
    line-height: 1.2;
  }
}
.app-ogl-footer--text svg {
  margin-right: 8px;
  position: relative;
  top: 2px;
}

/* Timeout modal */
.modal-dialog__inner {
  font-family: 'Frutiger W01',Arial,Sans-serif;
}
.dialog-button.modal-dialog__inner__button.js-dialog-close {
  font-family: 'Frutiger W01',Arial,Sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 28px;
  -webkit-appearance: none;
  background-color: #007f3b;
  border: 2px solid transparent;
  border-radius: 4px;
  box-shadow: 0 4px 0 #00401e;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  margin-top: 0;
  padding: 12px 16px;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: auto;
}
@media (min-width: 40.0625em) {
  .dialog-button.modal-dialog__inner__button.js-dialog-close {
    font-size:19px;
    font-size: 1.1875rem;
    line-height: 1.47368;
  }
}
@media print {
  .dialog-button.modal-dialog__inner__button.js-dialog-close {
    font-size: 14pt;
    line-height: 1.15;
  }
}
@media (min-width: 40.0625em) {
  .dialog-button.modal-dialog__inner__button.js-dialog-close {
    margin-bottom:36px;
  }
}
@media (max-width: 40.0525em) {
  .dialog-button.modal-dialog__inner__button.js-dialog-close {
    padding:8px 16px;
  }
}
.dialog-button.modal-dialog__inner__button.js-dialog-close:active,.dialog-button.modal-dialog__inner__button.js-dialog-close:hover,.dialog-button.modal-dialog__inner__button.js-dialog-close:link,.dialog-button.modal-dialog__inner__button.js-dialog-close:visited {
  color: #fff;
  text-decoration: none;
}
.dialog-button.modal-dialog__inner__button.js-dialog-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.dialog-button.modal-dialog__inner__button.js-dialog-close:hover {
  background-color: #00662f;
}
.dialog-button.modal-dialog__inner__button.js-dialog-close:focus {
  background: #ffeb3b;
  box-shadow: 0 4px 0 #212b32;
  color: #212b32;
  outline: 4px solid transparent;
}
.dialog-button.modal-dialog__inner__button.js-dialog-close:focus:visited {
  color: #212b32;
}
.dialog-button.modal-dialog__inner__button.js-dialog-close:focus:visited:active {
  color: #fff;
}
.dialog-button.modal-dialog__inner__button.js-dialog-close:active {
  background: #00401e;
  box-shadow: none;
  color: #fff;
  top: 4px;
}
.dialog-button.modal-dialog__inner__button.js-dialog-close::before {
  background: 0 0;
  bottom: -6px;
  content: '';
  display: block;
  left: -2px;
  position: absolute;
  right: -2px;
  top: -2px;
}
.dialog-button.modal-dialog__inner__button.js-dialog-close:active::before {
  top: -6px;
}

/* header fix */
.nhsuk-header__logo--only {
  max-width: 100%;
}
@media (min-width: 40.0625em) {
  .nhsuk-header__logo--only .nhsuk-header__link--service {
    max-width: none;
  }
}


/* accessible skip link colour */
a.nhsuk-skip-link {
  color: #212b32;
  background: #ffeb3b;
}
/* select width */
.nhsuk-select {
  width:100%;
}

/* print styles */
@media print {
	a:link:after, a:visited:after {
		content: normal !important;
	}
	hide, .no-print {
		display: none !important;
		height: 0;
	}
	.no-print, .no-print * {
		display: none !important;
		height: 0;
	}
}
/* responsive table */
.nhsuk-table-responsive {
  margin-bottom: 0;
  width: 100%;
}

.nhsuk-table-responsive thead {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

@media (min-width: 48.0625em) {
  .nhsuk-table-responsive thead {
    clip:auto;
    -webkit-clip-path: initial;
    clip-path: initial;
    display: table-header-group;
    height: auto;
    overflow: auto;
    position: relative;
    width: auto;
  }
}

.nhsuk-table-responsive .nhsuk-table__body .nhsuk-table-responsive__heading {
  font-weight: 600;
  padding-right: 16px;
  text-align: left;
}

@media (min-width: 48.0625em) {
  .nhsuk-table-responsive .nhsuk-table__body .nhsuk-table-responsive__heading {
    display:none;
  }
}

.nhsuk-table-responsive .nhsuk-table__body .nhsuk-table__row {
  display: block;
  margin-bottom: 24px;
}

.nhsuk-table-responsive .nhsuk-table__body .nhsuk-table__row:last-child {
  margin-bottom: 0;
}

@media (min-width: 48.0625em) {
  .nhsuk-table-responsive .nhsuk-table__body .nhsuk-table__row {
    display:table-row;
  }
}

.nhsuk-table-responsive .nhsuk-table__body .nhsuk-table__row th {
  text-align: right;
}

@media (min-width: 48.0625em) {
  .nhsuk-table-responsive .nhsuk-table__body .nhsuk-table__row th {
    text-align:left;
  }
}

.nhsuk-table-responsive .nhsuk-table__body .nhsuk-table__row td {
  display: block;
  display: flex;
  justify-content: space-between;
  min-width: 1px;
}

@media all and (-ms-high-contrast: none) {
  .nhsuk-table-responsive .nhsuk-table__body .nhsuk-table__row td {
    display: block;
  }
}

@media (min-width: 48.0625em) {
  .nhsuk-table-responsive .nhsuk-table__body .nhsuk-table__row td {
    display:table-cell;
  }
}

@media (max-width: 48.0525em) {
  .nhsuk-table-responsive .nhsuk-table__body .nhsuk-table__row td {
    padding-right:0;
    text-align: right;
  }

  .nhsuk-table-responsive .nhsuk-table__body .nhsuk-table__row td:last-child {
    border-bottom: 3px solid #d8dde0;
  }
}

.nhsuk-table__header--numeric,.nhsuk-table__cell--numeric {
  text-align: right;
}

/* sign in bar */
.nhsuk-text-right {
  text-align: right;
}

/* card word wrap */
.nhsuk-card__content {
  word-break: break-word;
  hyphens: auto;
  font-size: 1em;
}

/* done panel */
.nhsbsa-done-panel {
	background-color: #005EB8;
	text-align: center;
	color: white;
	padding: 20px;
	margin: 0px 0px 30px 0px;
}
/* .nhsbsa-done-tick {
  background-image: url(../images/nhsbsa-tick.png);
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: 0px;
  padding-left: 50px;
} */

/* NHSUK tab display */
.nhsuk-tabs {
  margin-top: 4px;
  margin-bottom: 32px;
}
@media (min-width: 40.0625em) {
  .nhsuk-tabs {
    margin-top: 4px;
  }
}
@media (min-width: 40.0625em) {
  .nhsuk-tabs {
    margin-bottom: 40px;
  }
}
.nhsuk-tabs__title {
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  color: #212b32;
  margin-bottom: 8px;
}
@media (min-width: 40.0625em) {
  .nhsuk-tabs__title {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.47368;
  }
}
@media print {
  .nhsuk-tabs__title {
    font-size: 14pt;
    line-height: 1.15;
  }
}
.nhsuk-tabs__list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 32px;
}
@media (min-width: 40.0625em) {
  .nhsuk-tabs__list {
    margin-bottom: 40px;
  }
}
.nhsuk-tabs__list-item {
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  margin-left: 32px;
}
@media (min-width: 40.0625em) {
  .nhsuk-tabs__list-item {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.47368;
  }
}
@media print {
  .nhsuk-tabs__list-item {
    font-size: 14pt;
    line-height: 1.15;
  }
}
.nhsuk-tabs__list-item:before {
  color: #212b32;
  content: ' \2014';
  margin-left: -32px;
  padding-right: 4px;
}
.nhsuk-tabs__tab {
  color: #005eb8;
  display: inline-block;
  margin-bottom: 8px;
}
.nhsuk-tabs__tab:visited {
  color: #330072;
}
.nhsuk-tabs__tab:hover {
  color: #7c2855;
  text-decoration: none;
}
.nhsuk-tabs__tab:focus {
  background-color: #ffeb3b;
  box-shadow: 0 -2px #ffeb3b, 0 4px #212b32;
  color: #212b32;
  outline: 4px solid transparent;
  text-decoration: none;
}
.nhsuk-tabs__tab:focus:hover {
  text-decoration: none;
}
.nhsuk-tabs__tab:focus:visited {
  color: #212b32;
}
.nhsuk-tabs__tab:focus .nhsuk-icon {
  fill: #212b32;
}
.nhsuk-tabs__tab:active {
  color: #002f5c;
}
.nhsuk-tabs__panel {
  margin-bottom: 48px;
}
@media (min-width: 40.0625em) {
  .nhsuk-tabs__panel {
    margin-bottom: 56px;
  }
}
@media (min-width: 40.0625em) {
  .js-enabled .nhsuk-tabs__list {
    border-bottom: 1px solid #d8dde0;
    margin-bottom: 0;
  }
  .js-enabled .nhsuk-tabs__list:after {
    clear: both;
    content: "";
    display: block;
  }
  .js-enabled .nhsuk-tabs__title {
    display: none;
  }
  .js-enabled .nhsuk-tabs__list-item {
    background-color: #d8dde0;
    float: left;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 4px;
    padding: 8px 24px;
    position: relative;
    text-align: center;
  }
  .js-enabled .nhsuk-tabs__list-item:before {
    content: none;
  }
  .js-enabled .nhsuk-tabs__list-item--selected {
    background-color: #ffffff;
    border: 1px solid #d8dde0;
    border-bottom: 0;
    margin-bottom: -1px;
    margin-top: -4px;
    padding-bottom: 13px;
    padding-left: 23px;
    padding-right: 23px;
    padding-top: 11px;
    position: relative;
  }
  .js-enabled .nhsuk-tabs__list-item--selected .nhsuk-tabs__tab {
    text-decoration: none;
  }
  .js-enabled .nhsuk-tabs__tab {
    margin-bottom: 0;
  }
  .js-enabled .nhsuk-tabs__tab:link, .js-enabled .nhsuk-tabs__tab:visited {
    color: #212b32;
  }
  .js-enabled .nhsuk-tabs__tab:hover {
    color: rgba(33, 43, 50, 0.99);
  }
  .js-enabled .nhsuk-tabs__tab:active, .js-enabled .nhsuk-tabs__tab:focus {
    color: #212b32;
  }
  .js-enabled .nhsuk-tabs__tab:after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
  .js-enabled .nhsuk-tabs__panel {
    margin-bottom: 0;
    background-color: #ffffff;
    border: 1px solid #d8dde0;
    border-top: 0;
    padding: 40px 24px;
  }
}
@media (min-width: 40.0625em) and (min-width: 40.0625em) {
  .js-enabled .nhsuk-tabs__panel {
    margin-bottom: 0;
  }
}
@media (min-width: 40.0625em) {
  .js-enabled .nhsuk-tabs__panel > :last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 40.0625em) {
  .js-enabled .nhsuk-tabs__panel--hidden {
    display: none;
  }
}

/* signed in header */
.nhsbsa-text__white {
  color: #fff;
}
.nhsbsa-signout__link{
  text-decoration: underline;
  color:#fff;
}
.nhsbsa-signout__link:hover, .nhsbsa-signout__link:visited {
  text-decoration: none;
  color:#fff;
}
.nhsbsa-signout__link:active {
  background-color: #ffeb3b;
  box-shadow: 0 -2px #ffeb3b,0 4px #212b32;
  color: #212b32;
  outline: 4px solid transparent;
  text-decoration: none;
}
.nhsbsa-sign-in__container {
  display: flex;
  flex-direction: column;
}
.nhsbsa-heading-space {
  margin-top:20px;
  display:inline-block;
}
#signInName {
  display: block;
  margin-right: 0px;
  border-right: none;
}
.nhsuk-header__menu-toggle{
  margin-bottom: 10px;
}
@media (min-width: 48.0625em) {
  .nhsbsa-sign-in__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 10px;
  }
  .nhsbsa-heading-space {
    margin-top:0px;
  }
  #signInName {
    display: inline-block;
    margin-right: 16px !important;
    border-right: 2px solid white;
  }
  .nhsuk-header__menu-toggle{
    float: right;
  }
}
@media only screen and (max-width: 320px) {
  .nhsbsa-sign-in__container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: nowrap;
    flex-direction: column;
    gap: 10px;
  }
  .nhsuk-header__menu {
    float: left;
  }
}
@media (max-width: 40.0525em) {
  .nhsuk-header__menu-toggle {
    right: 0px;
    margin-bottom: 10px;
  }
}

a.table-header__button:focus {
  text-decoration: none;
}


.nhsuk-select.nhsuk-select--custom-width {
  width: 100%;
  max-width: 100%;
}

.nhsuk-custom-three-column {
  display: inline-block;
  width: 33%;
}

.nhsuk-custom-four-column {
  display: inline-block;
  width: 24%;
}

.nhsuk-inset-text.nhsuk-inset--custom-width {
  width: 100%;
  max-width: 100%;
}

/* Thymeleaf checkbox fix */
.nhsuk-checkboxes__input+input+.nhsuk-checkboxes__label::before {
  background: #fff;
  border: 2px solid #4c6272;
  box-sizing: border-box;
  content: '';
  height: 40px;
  left: 0;
  position: absolute;
  top: 0;
  width: 40px;
}

.nhsuk-checkboxes__input+input+.nhsuk-checkboxes__label::after {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  background: 0 0;
  border: solid;
  border-top-color: transparent;
  border-width: 0 0 4px 4px;
  content: '';
  height: 10px;
  left: 10px;
  opacity: 0;
  position: absolute;
  top: 13px;
  transform: rotate(-45deg);
  width: 22px;
}

.nhsuk-checkboxes__input:focus+input+.nhsuk-checkboxes__label::before {
  border: 4px solid #212b32;
  box-shadow: 0 0 0 4px #ffeb3b;
}

.nhsuk-checkboxes__input:checked+input+.nhsuk-checkboxes__label::after {
  opacity: 1;
}

.nhsuk-checkboxes__input:disabled,.nhsuk-checkboxes__input:disabled+input+.nhsuk-checkboxes__label {
  cursor: default;
}

.nhsuk-checkboxes__input:disabled+input+.nhsuk-checkboxes__label {
  opacity: .5;
}

/* Filter */
.moj-filter {
  background-color: #ffffff;
  /* box-shadow: inset 0 0 0 1px #f0f4f5; */
  border: 1px solid #d8dde0;
  margin-bottom: 24px;
}
  
.moj-filter__header {
  background-color: #aeb7bd;
  font-size: 0;
  padding: 8px 24px;
  text-align: left;
}

.moj-filter__header:after {
  content: "";
  display: inline-block;
  width: 100%;
}

.moj-filter__header [class^=nhsuk-heading-] {
  margin-bottom: 0;
}
  
.moj-filter__legend {
  overflow: visible;
  width: 100%;
}

.moj-filter__legend button {
  background-color: transparent;
  box-sizing: border-box;
  border-radius: 0;
  border: 0 none;
  cursor: pointer;
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: left;
  width: 100%;
  -webkit-appearance: none;
}

.moj-filter__legend button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.moj-filter__legend button::after {
  background-position: 0 0;
  content: "";
  display: block;
  height: 16px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  right: 0;
  width: 16px;
}

.moj-filter__legend button[aria-expanded=true]::after {
  background-position: 16px 16px;
}

.moj-filter__header-title, .moj-filter__header-action {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
  
.moj-filter__close {
  color: #212b32;
  cursor: pointer;
  background-color: transparent;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
}

.moj-filter__close:focus {
  outline: none;
}

.moj-filter__close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.moj-filter__close::before {
  content: "";
  display: inline-block;
  height: 14px;
  margin-right: 4px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 14px;
}  

.moj-filter__selected {
  background-color: #d8dde0;
  box-shadow: inset 0 0 0 1px #f0f4f5;
  padding: 24px;
}

.moj-filter__selected ul:last-of-type {
  margin-bottom: 0;
}

.moj-filter__selected-heading {
  font-size: 0;
  text-align: justify;
}

.moj-filter__selected-heading:after {
  content: "";
  display: inline-block;
  width: 100%;
}
  
.moj-filter__heading-title, .moj-filter__heading-action {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
  
.moj-filter-tags {
  font-size: 0;
  margin-bottom: 24px;
  padding-left: 0;
}

.moj-filter-tags li {
  display: inline-block;
  margin-right: 8px;
}
  
.moj-filter__tag {
  background-color: #ffffff;
  border: 1px solid #212b32;
  color: #212b32;
  display: inline-block;
  margin-top: 4px;
  padding: 4px;
  text-decoration: none;
}

.moj-filter__tag:link, .moj-filter__tag:visited {
  color: #212b32;
}

.moj-filter__tag:hover {
  background-color: #212b32;
  color: #ffffff;
}

.moj-filter__tag:after {
  background-image: url(.../icon-close.svg);
  content: "";
  display: inline-block;
  font-weight: bold;
  height: 10px;
  margin-left: 4px;
  vertical-align: middle;
  width: 10px;
}

.moj-filter__options {
  box-shadow: inset 0 0 0 1px #f0f4f5;
  margin-top: -1px;
  padding: 24px;
}

.moj-filter__options div:last-of-type {
  margin-bottom: 0;
}  

/* Filter reset button */
.nhsuk-filter-link {
  margin-bottom: 16px;
}

.nhsuk-filter-link__link {
  font-size: 16px;
  line-height: 1.71429;
  color: #005eb8;
  background: 0 0;
  border: 0;
  cursor: pointer;
  display: inline-block;
  padding: 0px;
  position: relative;
  text-decoration: none;
}

@media (min-width: 40.0625em) {
  .nhsuk-filter-link__link {  
    font-size:19px;
    line-height: 1.5;
  }
}

@media print {
  .nhsuk-filter-link__link {
    font-size: 14pt;
    line-height: 1.2;
  }
}

.nhsuk-filter-link__link:visited {
  color: #330072;
}

.nhsuk-filter-link__link:hover {
  color: #7c2855;
  text-decoration: none;
}

.nhsuk-filter-link__link:focus {
  background-color: #ffeb3b;
  box-shadow: 0 -2px #ffeb3b,0 4px #212b32;
  color: #212b32;
  outline: 4px solid transparent;
  text-decoration: none;
}

.nhsuk-filter-link__link:focus:hover {
  text-decoration: none;
}

.nhsuk-filter-link__link:focus:visited {
  color: #212b32;
}

.nhsuk-filter-link__link:focus .nhsuk-icon {
  fill: #212b32;
}

.nhsuk-back-link__link:active {
  color: #002f5c;
}

.nhsuk-filter-link__link .nhsuk-icon__chevron-left {
  height: 24px;
  left: -8px;
  position: absolute;
  top: -1px;
  width: 24px;
}

.nhsuk-filter-link__link:visited {
  color: #005eb8;
}

.nhsuk-filter-link__link:hover {
  color: #7c2855;
  text-decoration: underline;
}

.nhsuk-filter-link__link:hover .nhsuk-icon__chevron-left {
  fill: #7c2855;
}

.nhsuk-filter-link__link:focus .nhsuk-icon__chevron-left {
  fill: #212b32;
}

/* utility classes */
@media screen and (min-width: 769px) and (max-width: 845px) {
  .tablet-link-break {
    word-break:break-word;
  }
}

#resetForm {
  margin-top: 0px;
  margin-left: 0px;
  padding-bottom: 0px;
}

@media (min-width: 641px) {
  #resetForm {
    margin-top: -78px;
    margin-left: 190px;
    padding-bottom: 18px;
  }
}

/* Skip link target */
h1:focus-visible {
	outline: none /* due to DAC report Dec 2022 */
}

/* Activity panel */
.nhsbsa-activity-panel {
  background: #fff;
  border: 1px solid #d8dde0;
  padding: 25px 25px 0px 25px;
}

/* Featured list */
.featured-list {
  list-style: none;
  margin: 24px 0 32px;
  padding-left: 0;
}
  
@media (min-width: 40.0625em) {
  .featured-list {
    margin: 20px 0 32px;
  }
}
  
.featured-list--item {
  margin-bottom: 32px;
}
  
@media (min-width: 40.0625em) {
  .featured-list--item {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    padding-left: 64px;
  }
}
  
.featured-list--item__content {
  max-width: 99.99%;
  width: 99.99%;
}
  
.featured-list--item__number {
  display: none;
  font-weight: 600;
  margin-bottom: 16px;
}
  
@media (min-width: 40.0625em) {
  .featured-list--item__number {
    display: block;
    left: -64px;
    margin: 0;
    position: absolute;
  }
}
  
.featured-list--item__number--mobile {
  display: block;
}
  
@media (min-width: 40.0625em) {
  .featured-list--item__number--mobile {
    display: none;
  }
}
  
.featured-list--item__heading {
  -ms-flex-align: center;
  align-items: center;
  border-top: 4px solid #005eb8;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
  padding-top: 16px;
  position: relative;
}
  
@media (min-width: 40.0625em) {
  .featured-list--item__heading {
    padding-top: 32px;
  }
}
          
.app-task-list {
  list-style-type: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}
  
@media (min-width: 40.0625em) {
  .app-task-list {
    min-width: 550px;
  }
}
  
.app-task-list__section {
  display: table;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.11111;
}
  
@media print {
  .app-task-list__section {
    font-family: sans-serif;
  }
}
  
@media (min-width: 40.0625em) {
  .app-task-list__section {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
  }
}
  
@media print {
  .app-task-list__section {
    font-size: 18pt;
    line-height: 1.15;
  }
}
  
.app-task-list__section-number {
  display: table-cell; 
}
  
@media (min-width: 40.0625em) {
  .app-task-list__section-number {
    min-width: 30px;
    padding-right: 0;
    border: 0;
  }
}
  
.app-task-list__items {
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  margin-bottom: 40px;
  list-style: none;
  padding-left: 0;
}
  
@media print {
  .app-task-list__items {
    font-family: sans-serif;
  }
}
  
@media (min-width: 40.0625em) {
  .app-task-list__items {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.31579;
  }
}
  
@media print {
  .app-task-list__items {
    font-size: 14pt;
    line-height: 1.15;
  }
}
  
@media (min-width: 40.0625em) {
  .app-task-list__items {
    margin-bottom: 60px;
  }
}
  
@media (min-width: 40.0625em) {
  .app-task-list__items {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.3157894737;
    margin-bottom: 60px;
    padding-left: 30px;
  }
}

.app-task-list__item {
  border-bottom: 1px solid #d8dde0;
  margin-bottom: 0 !important;
  padding-top: 10px;
  padding-bottom: 10px;
}
  
.app-task-list__item:after {
  content: "";
  display: block;
  clear: both;
}
  
.app-task-list__item:first-child {
  border-top: 1px solid #d8dde0;
}
  
.app-task-list__task-name {
  display: block;
}
  
@media (min-width: 28.125em) {
  .app-task-list__task-name {
    float: left;
  }
}
  
.app-task-list__tag,
.app-task-list__task-completed {
  margin-top: 10px;
  margin-bottom: 5px;
}
  
@media (min-width: 28.125em) {
  .app-task-list__tag,
  .app-task-list__task-completed {
    float: right;
    margin-top: 0;
    margin-bottom: 0;
  } 
} 

/* Count styles */
.nhsbsa-count-error-message{
  color: #d5281b;
} 
.nhsbsa-character-count__status:after{
  content: "";
}
.nhsbsa-character-count__message:after {
  content: "";
}

/* action-block */
.nhsbsa-action-block {
  background-color: #fff;
  padding: 20px 20px 0px 20px;
  margin-bottom: 20px;
  border: 1px solid #d8dde0;
}
.nhsbsa-action-block .nhsuk-button {
  width: 100%;
}
.nhsbsa-u-font-size-80 {
  font-size: 64px!important;
  font-size: 4rem!important;
  line-height: 1.125!important;
}
@media screen and (max-width: 810px) and (min-width: 769px) {
  .nhsbsa-action-block-text__container {
    min-height: 130px;
  }
} 
@media screen and (max-width: 1011px) and (min-width: 811px) {
  .nhsbsa-action-block-text__container {
    min-height: 110px;
  }
}  
@media (min-width: 1012px) {
  .nhsbsa-u-font-size-80 {
    font-size: 80px!important;
    font-size: 5rem!important;
    line-height: 1.125!important;
  }
  .nhsbsa-action-block-text__container {
    min-height: 80px;
  }
}


/* Pagination component */
.nhsbsa-pagination-next__link {
  padding: 0px;
  margin: 0px;
}
.nhsbsa-pagination-li {
  display: inline-block;
  color: #005EA5;
  display: inline-block;
  padding: 0px 5px 0px 5px;
  margin-right: 15px;
  text-decoration: none;
  margin-bottom: 0px;
}
.nhsbsa-pagination-li:first-child {
  padding-right: 5px;
  padding-left: 0px; 
}
.nhsbsa-pagination__padding {
  padding-left: 15px;
}
.nhsbsa-pagination {
  padding: 0;
  display: flex;
  flex-direction: row;
  margin-bottom: 0px;
  flex-wrap: wrap;
}
.nhsbsa-pagination__item {
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.nhsbsa-pagination__link {
  display: block;
  padding: 5px 10px;
  text-decoration: underline;
  font-size: 19px;

}
.nhsbsa-pagination__current {
  color: #4c6272 !important;
  font-weight: 700;
  border: none;
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
.nhsbsa-pagination__summary {
  margin-left: auto;
  -webkit-font-smoothing: antialiased;
  padding: 8px 0;
  font-size: 19px;
}
.nhsbsa-pagination__nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 20px;
}
.nhsbsa-summary__alignment {
  text-align: left;
}
.nhsbsa-pagination-next__link {
  padding: 0px;
  margin: 0px;
}
.nhsbsa-pagination__link:hover {
  text-decoration: none;
}
/* buttons */
button.nhsbsa-pagination__link {
  background-color: transparent;
  color: #005eb8;
  border: none;
}
button.nhsbsa-pagination__link:hover {
  color: #7c2855;
  text-decoration: none;
  cursor: pointer;
}
button.nhsbsa-pagination__link:focus {
  background-color: #ffeb3b;
  box-shadow: 0 -2px #ffeb3b, 0 4px #212b32;
  color: #212b32;
  outline: 4px solid transparent;
  text-decoration: none;
}
@media (min-width: 641px) {
  .nhsbsa-summary__alignment {
    text-align: right;
  }
}
@media (max-width: 640px) {
  .nhsbsa-pagination__summary {
    margin-left: 0;
    font-size: 16px;
  }
  .nhsbsa-pagination__nav {
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .nhsbsa-pagination__link {
    font-size: 16px;
  }
}

/* Smaller checkboxes */
.nhsuk-checkboxes--small-inline {
  display:block;
  gap: 20px;
}
@media(min-width: 40.0625em) {
  .nhsuk-checkboxes--small-inline {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}

.nhsuk-checkboxes--small .nhsuk-checkboxes__item {
  min-height: 0;
  margin-bottom: 0;
  padding-left: 34px;
  float: left;
}
.nhsuk-checkboxes--small .nhsuk-checkboxes__item:after {
  content: "";
  display: block;
  clear: both;
}
.nhsuk-checkboxes--small .nhsuk-checkboxes__input {
  left: -10px;
}
.nhsuk-checkboxes--small .nhsuk-checkboxes__label {
  margin-top: -2px;
  padding: 13px 15px 13px 1px;
  float: left;
}
@media(min-width: 40.0625em) {
  .nhsuk-checkboxes--small .nhsuk-checkboxes__label {
    padding: 11px 15px 10px 1px;
  }
}
.nhsuk-checkboxes--small .nhsuk-checkboxes__label:before {
  top: 8px;
  width: 24px;
  height: 24px;
}
.nhsuk-checkboxes--small .nhsuk-checkboxes__label:after {
  top: 15px;
  left: 6px;
  width: 12px;
  height: 6.5px;
  border-width: 0 0 3px 3px;
}
.nhsuk-checkboxes--small .nhsuk-checkboxes__hint {
  padding: 0;
  clear: both;
}
.nhsuk-checkboxes--small .nhsuk-checkboxes__conditional {
  margin-left: 10px;
  padding-left: 20px;
  clear: both;
}
.nhsuk-checkboxes--small .nhsuk-checkboxes__item:hover .nhsuk-checkboxes__input:not(:disabled)+.nhsuk-checkboxes__label:before {
  box-shadow: 0 0 0 10px #b1b4b6;
}
.nhsuk-checkboxes--small .nhsuk-checkboxes__item:hover .nhsuk-checkboxes__input:focus+.nhsuk-checkboxes__label:before {
  box-shadow: 0 0 0 3px #ffeb3b, 0 0 0 10px #b1b4b6
}
@media(hover: none), (pointer: coarse) {
  .nhsuk-checkboxes--small .nhsuk-checkboxes__item:hover .nhsuk-checkboxes__input:not(:disabled)+.nhsuk-checkboxes__label:before {
    box-shadow: initial;
  }
  .nhsuk-checkboxes--small .nhsuk-checkboxes__item:hover .nhsuk-checkboxes__input:focus+.nhsuk-checkboxes__label:before {
    box-shadow: 0 0 0 3px #ffeb3b;
  }
}
/* Small checkboxes in table */
td > .nhsuk-checkboxes--small > .nhsuk-checkboxes__item > .nhsuk-checkboxes__label:before {
  top: 10px;
  left: 10px;
}
td > .nhsuk-checkboxes--small > .nhsuk-checkboxes__item > .nhsuk-checkboxes__label:after{
  top: 17px;
  left: 16px;
}
@media only screen and (min-width:613px) {
  td > .nhsuk-checkboxes--small > .nhsuk-checkboxes__item > .nhsuk-checkboxes__label:before {
    top: 2px;
    left: 10px;
  }
  td > .nhsuk-checkboxes--small > .nhsuk-checkboxes__item > .nhsuk-checkboxes__label:after{
    top: 8px;
    left: 16px;
  }
}
@media only screen and (min-width:769px) {
  td > .nhsuk-checkboxes--small > .nhsuk-checkboxes__item {
    margin-left: 10px;
  }
  td > .nhsuk-checkboxes--small > .nhsuk-checkboxes__item > .nhsuk-checkboxes__label:before {
    top: 0px;
  }
  td > .nhsuk-checkboxes--small > .nhsuk-checkboxes__item > .nhsuk-checkboxes__label:after{
    top: 7px;
  }
} 

@media screen and (min-width: 553px) and (max-width: 612px) {
  .nhsuk-checkboxes--small .nhsuk-checkboxes__item {
    top: -10px;
  }
}

.nhsbsa-table-select td.nhsbsa-checkbox-td {
	border-left: 3px solid transparent;
}
.nhsbsa-row--selected {
  background-color: #fff;
} 
.nhsbsa-row--selected td:first-child {
  border-left:3px solid #225EB8 !important;
}
.nhsbsa-row--selected:hover{
  background-color: #fff;
}
.nhsbsa-checkbox-td {
  width: 150px;
}
/* Smaller checkboxes w/ hidden inpit */
.nhsuk-checkboxes--small input+.nhsuk-checkboxes__label {
  margin-top: -2px;
  padding: 13px 15px 13px 1px;
  float: left;
}
@media(min-width: 40.0625em) {
  .nhsuk-checkboxes--small input+.nhsuk-checkboxes__label {
    padding: 11px 15px 10px 1px;
  }
}
.nhsuk-checkboxes--small input+.nhsuk-checkboxes__label:before {
  top: 8px;
  width: 24px;
  height: 24px;
}
.nhsuk-checkboxes--small input+.nhsuk-checkboxes__label:after {
  top: 15px;
  left: 6px;
  width: 12px;
  height: 6.5px;
  border-width: 0 0 3px 3px;
}
.nhsuk-checkboxes--small .nhsuk-checkboxes__item:hover .nhsuk-checkboxes__input:not(:disabled)+input+.nhsuk-checkboxes__label:before {
  box-shadow: 0 0 0 10px #b1b4b6;
}
.nhsuk-checkboxes--small .nhsuk-checkboxes__item:hover .nhsuk-checkboxes__input:focus+input+.nhsuk-checkboxes__label:before {
  box-shadow: 0 0 0 3px #ffeb3b, 0 0 0 10px #b1b4b6
}
@media(hover: none), (pointer: coarse) {
  .nhsuk-checkboxes--small .nhsuk-checkboxes__item:hover .nhsuk-checkboxes__input:not(:disabled)+input+.nhsuk-checkboxes__label:before {
    box-shadow: initial;
  }
  .nhsuk-checkboxes--small .nhsuk-checkboxes__item:hover .nhsuk-checkboxes__input:focus+input+.nhsuk-checkboxes__label:before {
    box-shadow: 0 0 0 3px #ffeb3b;
  }
}
/* Small checkboxes in table */
td > .nhsuk-checkboxes--small > .nhsuk-checkboxes__item > input+.nhsuk-checkboxes__label:before {
  top: 10px;
  left: 10px;
}
td > .nhsuk-checkboxes--small > .nhsuk-checkboxes__item > input+.nhsuk-checkboxes__label:after{
  top: 17px;
  left: 16px;
}
@media only screen and (min-width:613px) {
  td > .nhsuk-checkboxes--small > .nhsuk-checkboxes__item > input+.nhsuk-checkboxes__label:before {
    top: 2px;
    left: 10px;
  }
  td > .nhsuk-checkboxes--small > .nhsuk-checkboxes__item > input+.nhsuk-checkboxes__label:after{
    top: 8px;
    left: 16px;
  }
}
@media only screen and (min-width:769px) {
  td > .nhsuk-checkboxes--small > .nhsuk-checkboxes__item > input+.nhsuk-checkboxes__label:before {
    top: 0px;
  }
  td > .nhsuk-checkboxes--small > .nhsuk-checkboxes__item > input+.nhsuk-checkboxes__label:after{
    top: 7px;
  }
}

.nhsbsa-break-text{
  word-break: break-word;
} 

/* NVDA space fix */ 
.nhsuk-u-visually-hidden:before{
  content: "\00a0";
}
.nhsuk-u-visually-hidden:after{
  content: "\00a0";
}

a.nhsuk-button.clicked-link:focus {
  color: #fff;
}

/* Utility classes */
/* Custom widths */
.nhsuk-u-width-forty, .nhsuk-u-width-twenty, .nhsuk-u-width-eighty, .nhsuk-u-width-thirty, .nhsuk-u-width-fifty, .nhsuk-u-width-sixty {
  width: 100%!important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-width-forty {
    width:40%!important;
  }
  .nhsuk-u-width-twenty {
    width:20%!important;
  }
  .nhsuk-u-width-eighty {
    width: 80% !important;
  }
  .nhsuk-u-width-sixty {
    width: 60% !important;
  }
  .nhsuk-u-width-fifty {
    width: 50% !important;
  }
  .nhsuk-u-width-thirty {
    width: 30% !important;
  }
}

/* display none property */
.nhsbsa-display__none{
  display:none;
}

/* Skip link a11y fix */
.nhsuk-skip-link:focus {
  display: block;
  position: static;
  padding: 10px;
}

/* warning row */
.nhsbsa-warning-row {
  background-color: #fff9c4;
  box-shadow: -5px 0 0 0 #4c6272, 5px 0 0 0 #fff9c4;
  margin-top: -15px;
  padding-top: 15px;
}
.nhsbsa-warning-row > .nhsuk-summary-list__key, .nhsbsa-warning-row > .nhsuk-summary-list__value {
  padding-left: 10px;
}
@media (min-width: 40.0625em) {
  .nhsbsa-warning-row {
    background-color: #fff9c4;
    margin-top: 0px;
    padding-top: 0px;
  }
  .nhsbsa-warning-row > .nhsuk-summary-list__value {
    padding-left: 0px;
  }
}
/* nav header */
.app-header__navigation-item__item--current .nhsuk-header__navigation-link {
  font-weight: 600;
}
.app-header__navigation-item__item--current {
  border-left: 5px solid #005eb8;
}
@media (min-width: 61.875em) {
  .app-header__navigation-item__item--current {
    box-shadow:inset 0 -4px 0 #d8dde0;
    border-left: none;
  }
}

/* Dashboard */
.nhsbsa-display-flex{
  display: flex;
  align-items: center;
}
.nhsbsa-width-40 {
  width: 40%;
}

/* Smaller font table */
#cost-breakdown-table td, #cost-breakdown-table th {
  font-size: 1rem;
}
.nhsbsa-empty-head {
  border-bottom: 2px solid #d8dde0;
}

/* NHSBSA cards */
.nhsbsa-card {
  border: 1px solid #aeb7bd; 
  border-bottom-width: 4px;
  width: 100%;
  margin-bottom: 20px;
}
.nhsbsa-card-content-head, .nhsbsa-card-content-button {
  background: #fff;
}
.nhsbsa-card-content-link {
  background: #D8DDE0;
}
.nhsbsa-card-content-head, .nhsbsa-card-content-link {
  padding: 24px;
}
.nhsbsa-card-content-button {
  padding: 0px 24px; 
}
@media (min-width: 40.0625em) {
  .nhsbsa-card-content-head, .nhsbsa-card-content-link {
    padding: 32px;
  }
  .nhsbsa-card-content-button {
    padding: 0px 32px; 
  }
}

/* Student Services breakdown details */
@media screen and (min-width: 48.0525em) {
  .ss-details-desktop {
    display: block; /* Show the desktop view */
  }
  .ss-details-mobile {
    display: none !important; /* Hide the mobile view */
  }
}
@media screen and (max-width: 48.0525em) {
  .ss-details-desktop {
    display: none !important; /* Hide the desktop view */
  }
  .ss-details-mobile {
    display: block;
    padding-left: 10px;
    border-left: 4px solid #d8dde0; /* Show the mobile view */
  }
}
.ss-details-text {
  padding-right: 0px;
  padding-left: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 8px;
  border-left: 4px solid #d8dde0;
}

.ss-details-summary-list {
  font-size: 1rem;
  margin-bottom: 0px;
}

.ss-details-summary-list__key {
  width: 80% !important;
  text-align: left;
}

.ss-details-summary-list__value {
  padding-right: 0px;
}

/**
 * Expander variation.
 *
 * 1. !important used because the icon is populated
 *    by the JavaScript polyfill
 * 2. Remove the default hover, focus and active
 *    styles for this component.
 * 3. -2px left margin to align the icon to the content.
 * 4. When a group of details is used reduce the
 *    margin between them so they sit together.
 */
.nhsuk-expander-warning {
  background-color: #fff9c4;
  border: 1px solid #d8dde0;
  border-bottom-width: 4px;
}

.nhsuk-expander-warning:hover {
  border-color: #aeb7bd;
}

.nhsuk-expander-warning .nhsuk-details__summary {
  background-color: #ffeb3b;
  border-top: 4px solid transparent;
  display: block;
  padding: 20px 24px 24px;
}

@media (max-width: 40.0525em) {
  .nhsuk-expander-warning .nhsuk-details__summary {
    padding: 12px 16px 16px;
  }
}
.nhsuk-expander-warning .nhsuk-details__summary:before {
  display: none !important; /* stylelint-disable-line declaration-no-important */ /* [1] */
}

.nhsuk-expander-warning .nhsuk-details__summary:hover .nhsuk-details__summary-text {
  color: #7c2855;
}

.nhsuk-expander-warning .nhsuk-details__summary:focus {
  box-shadow: none;
}

.nhsuk-expander-warning .nhsuk-details__summary:focus .nhsuk-details__summary-text {
  background-color: #ffeb3b;
  box-shadow: 0 -2px #ffeb3b, 0 4px #212b32;
  color: #212b32;
  outline: 4px solid transparent;
  text-decoration: none;
}

.nhsuk-expander-warning .nhsuk-details__summary:focus .nhsuk-details__summary-text:before {
  background: #ffeb3b url("data:image/svg+xml,%3Csvg class='nhsuk-icon nhsuk-icon__plus' xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24' aria-hidden='true'%3E%3Ccircle cx='12' cy='12' r='10' fill='002f5c'%3E%3C/circle%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M12 8v8M8 12h8'%3E%3C/path%3E%3C/svg%3E%0A") left -2px center no-repeat;
}

.nhsuk-expander-warning .nhsuk-details__summary-text {
  background-color: #ffeb3b;
  color: #212b32;
  cursor: pointer;
  display: inline-block;
  padding: 4px 4px 4px 38px;
  position: relative;
}

.nhsuk-expander-warning .nhsuk-details__summary-text:before {
  background: #ffeb3b url("data:image/svg+xml,%3Csvg class='nhsuk-icon nhsuk-icon__plus' xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24' aria-hidden='true'%3E%3Ccircle cx='12' cy='12' r='10' fill='002f5c'%3E%3C/circle%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M12 8v8M8 12h8'%3E%3C/path%3E%3C/svg%3E%0A") left -2px center no-repeat;
  content: "";
  display: inline-block;
  height: 32px;
  left: 0;
  position: absolute;
  top: calc(50% - 16px);
  width: 32px;
}

.nhsuk-expander-warning .nhsuk-details__text {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  border-left: 0;
  margin-left: 0;
  margin-top: 0;
}

@media (min-width: 40.0625em) {
  .nhsuk-expander-warning .nhsuk-details__text {
    padding-bottom: 24px;
  }
}
@media (min-width: 40.0625em) {
  .nhsuk-expander-warning .nhsuk-details__text {
    padding-left: 24px;
  }
}
@media (min-width: 40.0625em) {
  .nhsuk-expander-warning .nhsuk-details__text {
    padding-right: 24px;
  }
}
@media (min-width: 40.0625em) {
  .nhsuk-expander-warning .nhsuk-details__text {
    padding-top: 24px;
  }
}
.nhsuk-expander-warning[open] {
  border-bottom-width: 1px;
}

.nhsuk-expander-warning[open] .nhsuk-details__summary:focus:hover .nhsuk-details__summary-text {
  text-decoration: none;
}

.nhsuk-expander-warning[open] .nhsuk-details__summary:focus .nhsuk-details__summary-text::before {
  background: #ffeb3b url("data:image/svg+xml,%3Csvg class='nhsuk-icon nhsuk-icon__minus' xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24' aria-hidden='true'%3E%3Ccircle cx='12' cy='12' r='10' fill='002f5c'%3E%3C/circle%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M8 12h8'%3E%3C/path%3E%3C/svg%3E%0A") left -2px center no-repeat; /* [3] */
}

.nhsuk-expander-warning[open] .nhsuk-details__summary-text::before {
  background: #ffeb3b url("data:image/svg+xml,%3Csvg class='nhsuk-icon nhsuk-icon__minus' xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24' aria-hidden='true'%3E%3Ccircle cx='12' cy='12' r='10' fill='002f5c'%3E%3C/circle%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M8 12h8'%3E%3C/path%3E%3C/svg%3E%0A") left -2px center no-repeat; /* [3] */
}

.nhsuk-expander-warning-group {
  /* [4] */
  margin-bottom: 16px;
}

.nhsuk-expander-warning-group > .nhsuk-details {
  margin-bottom: 8px;
}

@media (min-width: 40.0625em) {
  .nhsuk-expander-warning-group > .nhsuk-details {
    margin-bottom: 8px;
  }
}
@media (min-width: 40.0625em) {
  .nhsuk-expander-warning-group {
    margin-bottom: 24px;
  }
}

.nhsbsa-overflow-wrap {
    overflow-wrap: anywhere;
}