/* CSS Document */
/*	phe radiation safety website
 *	author:    Neale Thomas Hall 
 */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
html,
button,
input,
select,
textarea,
body {
  font-size: 15px;
  line-height: 21px;
  font-family: 'Helvetica Neue', Arial, Helvetica, Arial, sans-serif;
}
body {
  margin: 0;
  padding: 0;
  background-color: #fff;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
a,
a:active,
a:visited,
a:hover,
a:focus {
  outline: none;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
ul,
ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
label {
  cursor: pointer;
}
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
  margin-right: 5px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
  /*resize: vertical;*/
}
*[contenteditable=true] {
  outline: none;
}
td {
  vertical-align: top;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.invisible {
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.fltL {
  float: left;
}
.fltR {
  float: right;
}
.clrL {
  clear: left;
}
.clrR {
  clear: right;
}
.clr {
  clear: both;
}
.lf {
  float: left;
}
.rf {
  float: right;
}
.clearfloat {
  clear: both;
  height: 0px;
  font-size: 1px;
  line-height: 0px;
  margin: 0px;
  padding: 0px;
  width: 0px;
}
.clearLeftfloat {
  clear: left;
  height: 0;
  font-size: 1px;
  line-height: 0px;
}
.clearRightfloat {
  clear: left;
  height: 0;
  font-size: 1px;
  line-height: 0px;
}
.phelinks a,
.phelinks a:active,
.phelinks a:visited,
.phelinks a:hover,
.phelinks a:focus {
  color: #39836e;
  text-decoration: none;
  outline: none;
}
.phelinks a:active,
.phelinks a:hover {
  text-decoration: underline;
}
.phelinksShow a,
.phelinksShow a:active,
.phelinksShow a:visited,
.phelinksShow a:hover,
.phelinksShow a:focus {
  color: #39836e;
  text-decoration: underline;
  outline: none;
}
.phelinksShow a:active,
.phelinksShow a:hover {
  color: #00c7a9;
  color: #48a78c;
}
a,
a:visited {
  color: #2e3191;
}
a:hover {
  color: #151744;
}
a:active {
  color: #2e3191;
}
img.left {
  border: 0;
  margin: 5px 20px 20px 0px;
  float: left;
}
img.right {
  border: 0;
  margin: 5px 0px 20px 20px;
  float: right;
}
.uiButton,
.uiButtonActive,
.uiButtonSuper,
.uiButtonOff,
button {
  position: relative;
  overflow: visible;
  display: inline-block;
  zoom: 1;
  /* zoom and *display = ie7 hack for display:inline-block */
  *display: inline;
  vertical-align: baseline;
  outline: none;
  cursor: pointer;
  white-space: nowrap;
  min-width: 40px;
  padding: 0.25em 1em;
  margin: 2px 0px 5px;
  font-family: 'Helvetica Neue', Arial, Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 23px;
  border: none;
  text-align: center;
  text-decoration: none;
  color: #fff;
}
.uiButton.Small,
.uiButtonActive.Small,
.uiButtonSuper.Small,
.uiButtonOff.Small,
button.Small {
  padding: 0.15em 0.5em;
  font-size: 14px;
  line-height: 20px;
}
.uiButton {
  color: #000;
  background: #e4e4e5;
  -webkit-box-shadow: 0 2px 0 #bebebe;
  -moz-box-shadow: 0 2px 0 #bebebe;
  box-shadow: 0 2px 0 #bebebe;
}
.uiButton a,
a.uiButton {
  color: #000;
}
.uiButton:hover {
  background-color: #d7d7d8;
}
.uiButton:active {
  top: 2px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #d7d7d8;
}
.uiButtonActive {
  color: #fff !important;
  background-color: #008270 !important;
  -webkit-box-shadow: 0 2px 0 #000;
  -moz-box-shadow: 0 2px 0 #000;
  box-shadow: 0 2px 0 #000;
}
.uiButtonActive:hover,
.uiButtonActive:active {
  background-color: #009b86 !important;
}
.uiButtonActive a,
a.uiButtonActive {
  color: #fff !important;
}
.uiButtonActive:hover {
  background-color: #009b86 !important;
}
.uiButtonActive:active {
  top: 2px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #009b86 !important;
}
.uiButtonSuper,
button {
  color: #fff !important;
  background-color: #f47738;
  -webkit-box-shadow: 0 2px 0 #000;
  -moz-box-shadow: 0 2px 0 #000;
  box-shadow: 0 2px 0 #000;
}
.uiButtonSuper:hover,
button:hover,
.uiButtonSuper:active,
button:active {
  background-color: #f58850;
}
.uiButtonSuper a,
button a,
a.uiButtonSuper,
abutton {
  color: #fff !important;
}
.uiButtonSuper:hover,
button:hover {
  background-color: #f58850;
}
.uiButtonSuper:active,
button:active {
  top: 2px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #f58850;
}
.uiButton.QTY,
.uiButtonActive.QTY,
.uiButtonSuper.QTY {
  font-size: 14px;
  padding: 0px 3px 4px;
  min-width: 10px;
  font-weight: bold;
}
.searchpanelinput {
  position: relative;
}
.searchpanelinput input[type="text"] {
  width: 635px;
  height: 23px;
}
.searchpanelinput .submit {
  position: absolute;
  z-index: 4;
  right: 0;
  top: 1px;
  width: 35px;
  height: 35px;
  border: 1px solid #0b0c0c;
  border-width: 0 0 0 1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  overflow: hidden;
  text-indent: -5000px;
  cursor: pointer;
  color: #fff;
  background: #0b0c0c url(../gfx/PHEui/search-button.png) no-repeat 0px 50%;
  outline: none;
}
.faqsearch-panel .Question {
  padding: 0;
}
table.tbl-invisible {
  background: none;
  border: none;
}
.tbl.tbl-coursedetail {
  border-bottom: 1px solid #cccccc;
}
.tbl.tbl-coursedetail div.tbl-coursetitle {
  font-weight: 500;
  font-size: 25px;
  line-height: 31px;
}
.tbl.tbl-coursedetail td {
  vertical-align: middle;
}
.tbl.tbl-stepthru {
  border: none;
}
.tbl.tbl-stepthru td {
  border-top: 3px solid #fff;
  border-right: 5px solid #fff;
  border-bottom: 3px solid #fff;
  border-left: none;
  text-align: center;
  width: 25%;
  padding: 5px;
  color: #9f9f9f;
  background: #f8f8f8;
  font-weight: 500;
}
.tbl.tbl-stepthru td.stepthru-complete,
.tbl.tbl-stepthru td.stepthru-active {
  color: #fff;
  background: #95d0cb;
}
.tbl.tbl-stepthru td.stepthru-active {
  background: #28a197;
  font-size: 21px;
  border-bottom-color: #28a197;
  border-top-color: #28a197;
}
.tbl.tbl-basket td {
  vertical-align: middle;
}
.tbl.tbl-basket tr.GridTotal,
.tbl.tbl-basket tr.GridGrandTotal {
  background: #fff;
}
.tbl.tbl-basket tr.GridTotal td,
.tbl.tbl-basket tr.GridGrandTotal td {
  text-align: right;
  vertical-align: middle;
  white-space: nowrap;
  border-top: none;
}
.tbl.tbl-basket tr.GridTotal td.GridValue,
.tbl.tbl-basket tr.GridGrandTotal td.GridValue {
  font-weight: 500;
  border-top: 1px solid #cccccc;
  font-size: 16px;
}
.tbl.tbl-basket tr.GridGrandTotal td {
  font-weight: 500 !important;
  font-size: 22px !important;
  line-height: 28px;
}
.tbl.tbl-basket tr.GridGrandTotal td.GridValue {
  border-top: 2px solid #4d4d4d;
}
.tbl td div.tbl-coursetitle,
.tbl td div.tbl-hubservice,
.tbl td div.tbl-producttitle {
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  vertical-align: middle;
}
.tbl td div.tbl-coursetitle a,
.tbl td div.tbl-hubservice a,
.tbl td div.tbl-producttitle a,
.tbl td div.tbl-coursetitle a:active,
.tbl td div.tbl-hubservice a:active,
.tbl td div.tbl-producttitle a:active,
.tbl td div.tbl-coursetitle a:visited,
.tbl td div.tbl-hubservice a:visited,
.tbl td div.tbl-producttitle a:visited,
.tbl td div.tbl-coursetitle a:hover,
.tbl td div.tbl-hubservice a:hover,
.tbl td div.tbl-producttitle a:hover,
.tbl td div.tbl-coursetitle a:focus,
.tbl td div.tbl-hubservice a:focus,
.tbl td div.tbl-producttitle a:focus {
  color: #000;
  text-decoration: none;
  outline: none;
}
.tbl td div.tbl-coursetitle a:active,
.tbl td div.tbl-hubservice a:active,
.tbl td div.tbl-producttitle a:active,
.tbl td div.tbl-coursetitle a:hover,
.tbl td div.tbl-hubservice a:hover,
.tbl td div.tbl-producttitle a:hover {
  text-decoration: underline;
}
.tbl td div.tbl-hubservice {
  font-size: 20px;
  line-height: 21px;
  padding-bottom: 3px;
}
.tbl td span.tbl-date {
  padding-right: 20px;
}
.tbl td span.tbl-primary,
.tbl td.BasketHeading {
  font-size: 16px;
  font-weight: 500;
}
.tbl td.BasketTotal {
  border-top: 1px solid #4d4d4d;
  font-size: 16px;
  font-weight: 500;
  text-align: right;
  white-space: nowrap;
}
.tbl td span.tbl-item,
.tbl td .tbl-item span {
  padding-right: 20px;
}
.tbl td span.tbl-item:last-child,
.tbl td .tbl-item span:last-child {
  padding-right: 5px;
}
.tbl td .tbl-Sml {
  font-size: 13px;
  line-height: 17px;
  color: #6d7676;
}
.tbl td.tbl-cost,
.tbl td.BasketSubtotal {
  font-size: 16px;
  text-align: right;
  vertical-align: middle;
  white-space: nowrap;
}
.tbl td .tbl-crossfullprice,
.tbl td .crossfullprice {
  font-size: 15px;
  font-weight: normal;
  color: #a1a8a8;
  text-decoration: line-through;
  padding-right: 5px;
}
.tbl td.tbl-action {
  vertical-align: middle;
  padding: 12px 10px 3px;
  text-align: left;
  white-space: nowrap;
}
.tbl td .tbl-alert {
  background-color: #f47738;
  font-style: italic;
  padding: 1px 5px;
  color: #fff;
  font-size: 13px;
  line-height: 19px;
}
.tbl td .tbl-earlybirdAnnounce,
.tbl td .BasketError {
  font-style: italic;
  color: #f47738;
}
.tbl td .dicountinput {
  width: 50px;
  margin: 3px 0px;
  padding: 2px;
}
.tbl .BasketSubtotal {
  text-align: right;
}
.tbl-glossary {
  width: 100%;
  margin-bottom: 21px;
  background: none;
}
.tbl-glossary td {
  line-height: 21px;
  text-align: left;
  vertical-align: top;
  border: 1px solid #cccccc;
  background-color: #f8f8f8;
  text-align: center;
}
.tbl-glossary td a {
  display: block;
  padding: 10px;
}
.tbl-glossary td a:hover {
  background-color: #ebebeb;
}
table {
  max-width: 100%;
  background-color: #f8f8f8;
  background-color: #fff;
  border-collapse: collapse;
  border-spacing: 0;
}
table .align-left {
  text-align: left !important;
}
table .align-right {
  text-align: right !important;
}
table .align-center {
  text-align: center !important;
}
table .align-vtop {
  vertical-align: top !important;
}
table .align-vmiddle {
  vertical-align: middle !important;
}
table .align-vbottom {
  vertical-align: bottom !important;
}
.tbl,
.type1 {
  width: 100%;
  margin-bottom: 21px;
}
.tbl th,
.type1 th,
.tbl td,
.type1 td {
  padding: 10px;
  padding: 10px 10px 10px 0;
  line-height: 21px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #cccccc;
}
.tbl tr.BasketSubline td,
.type1 tr.BasketSubline td {
  border-top: 1px solid #ebebeb;
}
.tbl td.tbl-gap,
.type1 td.tbl-gap,
.tbl th.tbl-gap,
.type1 th.tbl-gap {
  width: 5px;
  border-top: 0;
  padding: 10px 5px;
}
.tbl th,
.type1 th {
  font-weight: 500;
  background-color: #f0f0f0;
  background-color: #fff;
}
.tbl thead th,
.type1 thead th {
  vertical-align: bottom;
}
.tbl caption + thead tr:first-child th,
.type1 caption + thead tr:first-child th,
.tbl caption + thead tr:first-child td,
.type1 caption + thead tr:first-child td,
.tbl colgroup + thead tr:first-child th,
.type1 colgroup + thead tr:first-child th,
.tbl colgroup + thead tr:first-child td,
.type1 colgroup + thead tr:first-child td,
.tbl thead:first-child tr:first-child th,
.type1 thead:first-child tr:first-child th,
.tbl thead:first-child tr:first-child td,
.type1 thead:first-child tr:first-child td {
  border-top: 0;
}
.tbl th.txtright,
.type1 th.txtright,
.tbl td.txtright,
.type1 td.txtright {
  text-align: right;
}
.tbl th.Stress,
.type1 th.Stress,
.tbl td.Stress,
.type1 td.Stress {
  font-weight: bold;
}
.tbl th.Overline,
.type1 th.Overline,
.tbl td.Overline,
.type1 td.Overline {
  border-top: 1px solid #999999;
}
.tbl th.NoOverline,
.type1 th.NoOverline,
.tbl td.NoOverline,
.type1 td.NoOverline {
  border-top: 1px solid transparent;
}
.tbl tr.tbl-rowExpand td,
.type1 tr.tbl-rowExpand td {
  border-top: 1px solid transparent;
  padding-top: 0px;
}
.tbl tr.tbl-secondaryheader th,
.type1 tr.tbl-secondaryheader th {
  background-color: #f5f5f5;
}
.tbl.smallertd td {
  line-height: 19px;
  font-size: 13px;
}
/* invisible lines */
.tbl-invisible th,
.tbl-invisible td {
  border-top: 1px solid transparent;
}
/* condensed padding */
.tbl-compact th,
.tbl-compact td {
  padding: 3px 6px;
}
/* Alternate rows */
.tbl-linetint tbody tr:nth-child(odd) td,
.tbl-linetint tbody tr:nth-child(odd) th {
  background-color: rgba(100, 100, 100, 0.05);
}
/* rolllover */
.tbl-cellvcentre td,
.tbl-cellvcentre th {
  vertical-align: middle;
}
/* Datagrid style */
.tbl-grid {
  border: 1px solid #cccccc;
  border-collapse: separate;
  *border-collapse: collapsed;
  border-left: 0;
}
.tbl-grid th,
.tbl-grid td {
  border-left: 1px solid #cccccc;
}
.tbl-grid caption + thead tr:first-child th,
.tbl-grid caption + tbody tr:first-child th,
.tbl-grid caption + tbody tr:first-child td,
.tbl-grid colgroup + thead tr:first-child th,
.tbl-grid colgroup + tbody tr:first-child th,
.tbl-grid colgroup + tbody tr:first-child td,
.tbl-grid thead:first-child tr:first-child th,
.tbl-grid tbody:first-child tr:first-child th,
.tbl-grid tbody:first-child tr:first-child td {
  border-top: 0;
}
.showtick {
  background: url(../gfx/PHEui/ic-greentick.png) no-repeat center 0px;
  height: 28px;
}
input,
input[type=text],
input[type=search],
input[type=password],
input[type=file],
textarea,
select {
  font-size: 17px;
  line-height: 23px;
  font-weight: 500;
  outline: none;
  padding: 5px;
  margin: 1px;
  border-top: 1px solid #a1acb2;
  border-right: 1px solid #d9dee0;
  border-bottom: 1px solid #d9dee0;
  border-left: 1px solid #a1acb2;
}
select {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #fff;
  border-bottom: 1px solid #a1acb2;
  border-left: 1px solid #d9dee0;
  border-top: 1px solid #d9dee0;
  border-right: 1px solid #a1acb2;
}
.accountdropcontent input[type=text]:focus,
.Question input[type=text]:focus,
.accountdropcontent input[type=search]:focus,
.Question input[type=search]:focus,
.accountdropcontent input[type=password]:focus,
.Question input[type=password]:focus,
.accountdropcontent input[type=file]:focus,
.Question input[type=file]:focus,
.accountdropcontent textarea:focus,
.Question textarea:focus,
.accountdropcontent select:focus,
.Question select:focus {
  border: 3px solid #fac14f;
  padding: 4px;
  margin: 0px;
}
.Formbox {
  background: #f8f8f8;
  padding: 15px;
}
.Formbox h2 {
  padding-top: 21px;
  font-weight: 500;
}
.primary-page-section.show-sidebar .Formbox {
  padding: 15px 15px 15px 45px;
}
.Question {
  padding: 5px 0 20px;
}
.Question .stdwidth {
  width: 580px;
}
.Question select.stdwidth {
  width: 592px;
}
.Question .shrtwidth {
  width: 145px;
}
.Question .vshrtwidth {
  width: 93px;
}
.Question .Fixed {
  fillont-size: 17px;
  line-height: 23px;
  font-weight: 500;
}
.QuestionSubmit {
  padding: 0.75em 0em 1em;
  margin-top: 1em;
}
.Question label,
.QuestionSubmit label {
  margin: 0.4em 10px 0px 0px;
  display: block;
  font-size: 17px;
  line-height: 23px;
}
.Question .Lineup {
  margin: 3px 0px;
}
.Question .Inline {
  float: left;
  margin: 3px 10px 0px 0px;
}
.Offeracceptance .Question .Inline {
  color: #333;
}
.Question .tickset {
  float: left;
}
.Question .tickset .tick {
  padding: 5px 0px;
}
.Question .tickset .tick input {
  margin: 0px 10px 0px 0px;
}
.Question .Fixed {
  width: 300px;
  margin-top: 0.4em;
  color: #000000;
}
.FormError {
  font-weight: bold;
  font-size: 1.25em;
  padding: 10px 0px 20px;
  color: #00ad93;
}
/*Text Field styling classes*/
.textfieldRequiredMsg,
.textfieldInvalidFormatMsg,
.textfieldMinValueMsg,
.textfieldMaxValueMsg,
.textfieldMinCharsMsg,
.textfieldMaxCharsMsg,
.textfieldValidMsg {
  display: none;
  padding: 15px 0 5px;
}
.textfieldRequiredState .textfieldRequiredMsg,
.textfieldInvalidFormatState .textfieldInvalidFormatMsg,
.textfieldMinValueState .textfieldMinValueMsg,
.textfieldMaxValueState .textfieldMaxValueMsg,
.textfieldMinCharsState .textfieldMinCharsMsg,
.textfieldMaxCharsState .textfieldMaxCharsMsg {
  display: block;
  color: #f47738;
}
.textfieldValidState input,
input.textfieldValidState {
  background-color: #FFF;
}
input.textfieldRequiredState,
.textfieldRequiredState input,
input.textfieldInvalidFormatState,
.textfieldInvalidFormatState input,
input.textfieldMinValueState,
.textfieldMinValueState input,
input.textfieldMaxValueState,
.textfieldMaxValueState input,
input.textfieldMinCharsState,
.textfieldMinCharsState input,
input.textfieldMaxCharsState,
.textfieldMaxCharsState input {
  background-color: #fdebe1;
}
.textfieldFocusState input,
input.textfieldFocusState {
  background-color: #FFF;
}
.textfieldFlashText input,
input.textfieldFlashText {
  color: red !important;
}
.govuk-form-group {
  margin-bottom: 20px;
}
.govuk-form-group:after {
  content: "";
  display: block;
  clear: both;
}
.govuk-form-group .govuk-form-group:last-of-type {
  margin-bottom: 0;
}
.govuk-label {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  color: #0b0c0c;
  display: block;
  margin-bottom: 5px;
}
.govuk-hint {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  display: block;
  margin-bottom: 15px;
  color: #626a6e;
}
input.govuk-input,
input[type=text].govuk-input,
input[type=search].govuk-input,
input[type=password].govuk-input,
input[type=file].govuk-input {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  height: 2.5rem;
  margin-top: 0;
  padding: 5px;
  border: 2px solid #0b0c0c;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input.govuk-input:focus,
input[type=text].govuk-input:focus,
input[type=search].govuk-input:focus,
input[type=password].govuk-input:focus,
input[type=file].govuk-input:focus {
  outline: 3px solid #fd0;
  outline-offset: 0;
  -webkit-box-shadow: inset 0 0 0 2px;
  box-shadow: inset 0 0 0 2px;
}
.govuk-input::-webkit-outer-spin-button,
.govuk-input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.govuk-input[type="number"] {
  -moz-appearance: textfield;
}
.govuk-textarea {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  min-height: 40px;
  margin-bottom: 20px;
  padding: 5px;
  resize: vertical;
  border: 2px solid #0b0c0c;
  border-radius: 0;
  -webkit-appearance: none;
}
.govuk-textarea:focus {
  outline: 3px solid #fd0;
  outline-offset: 0;
  -webkit-box-shadow: inset 0 0 0 2px;
  box-shadow: inset 0 0 0 2px;
}
.govuk-select {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  height: 40px;
  height: 2.5rem;
  padding: 5px;
  border: 2px solid #0b0c0c;
}
.govuk-select:focus {
  outline: 3px solid #fd0;
  outline-offset: 0;
  -webkit-box-shadow: inset 0 0 0 2px;
  box-shadow: inset 0 0 0 2px;
}
.govuk-select option:active,
.govuk-select option:checked,
.govuk-select:focus::-ms-value {
  color: #fff;
  background-color: #1d70b8;
}
.govuk-checkboxes__item {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  display: block;
  position: relative;
  min-height: 40px;
  margin-bottom: 10px;
  padding-left: 40px;
  clear: left;
}
@media print {
  .govuk-checkboxes__item {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-checkboxes__item {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.31579;
  }
}
@media print {
  .govuk-checkboxes__item {
    font-size: 14pt;
    line-height: 1.15;
  }
}
.govuk-checkboxes__item:last-child,
.govuk-checkboxes__item:last-of-type {
  margin-bottom: 0;
}
.govuk-checkboxes__input {
  cursor: pointer;
  position: absolute;
  z-index: 1;
  top: -2px;
  left: -2px;
  width: 44px;
  height: 44px;
  margin: 0;
  opacity: 0;
}
.govuk-checkboxes__label {
  display: inline-block;
  margin-bottom: 0;
  padding: 8px 15px 5px;
  cursor: pointer;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
.govuk-checkboxes__label::before {
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border: 2px solid currentColor;
  background: transparent;
}
.govuk-checkboxes__label::after {
  content: "";
  position: absolute;
  top: 11px;
  left: 9px;
  width: 18px;
  height: 7px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border: solid;
  border-width: 0 0 5px 5px;
  border-top-color: transparent;
  opacity: 0;
  background: transparent;
}
.govuk-checkboxes__hint {
  display: block;
  padding-right: 15px;
  padding-left: 15px;
}
.govuk-checkboxes__input:focus + .govuk-checkboxes__label::before {
  border-width: 4px;
  -webkit-box-shadow: 0 0 0 3px #fd0;
  box-shadow: 0 0 0 3px #fd0;
}
.govuk-checkboxes__input:checked + .govuk-checkboxes__label::after {
  opacity: 1;
}
.govuk-checkboxes__input:disabled,
.govuk-checkboxes__input:disabled + .govuk-checkboxes__label {
  cursor: default;
}
.govuk-checkboxes__input:disabled + .govuk-checkboxes__label {
  opacity: 0.5;
}
.govuk-checkboxes__conditional {
  margin-bottom: 15px;
  margin-left: 18px;
  padding-left: 33px;
  border-left: 4px solid #b1b4b6;
}
.govuk-checkboxes__conditional--hidden {
  display: none;
}
.govuk-checkboxes__conditional > :last-child {
  margin-bottom: 0;
}
.govuk-input--error {
  border: 4px solid #d4351c;
}
.govuk-input--error:focus {
  border-color: #0b0c0c;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.govuk-form-group--error {
  padding-left: 15px;
  border-left: 5px solid #d4351c;
}
.govuk-form-group--error .govuk-input {
  border: 4px solid #d4351c;
}
.govuk-form-group--error .govuk-input:focus {
  border-color: #0b0c0c;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.govuk-form-group--error .govuk-textarea {
  border: 4px solid #d4351c;
}
.govuk-form-group--error .govuk-textarea:focus {
  border-color: #0b0c0c;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.govuk-form-group--error .govuk-select {
  border: 4px solid #d4351c;
}
.govuk-form-group--error .govuk-select:focus {
  border-color: #0b0c0c;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.govuk-error-message {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  display: none;
  margin-bottom: 15px;
  clear: both;
  color: #d4351c;
}
.govuk-form-group--error .govuk-error-message {
  display: block;
}
.govuk-visually-hidden {
  display: none;
}
.wrapper {
  position: relative;
  width: 966px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
}
.wrapper:before,
.wrapper:after {
  content: " ";
  display: table;
}
.wrapper:after {
  clear: both;
}
.phe-header,
.phe-header-site,
.phe-header-mainnav {
  position: relative;
  *zoom: 1;
}
.phe-header:before,
.phe-header-site:before,
.phe-header-mainnav:before,
.phe-header:after,
.phe-header-site:after,
.phe-header-mainnav:after {
  content: " ";
  display: table;
}
.phe-header:after,
.phe-header-site:after,
.phe-header-mainnav:after {
  clear: both;
}
.phe-header {
  z-index: Z-phesection;
  background-color: #000;
  color: #fff;
  height: 48px;
}
.phe-header .organisation a {
  display: block;
  background-image: url(../gfx/PHEui/org_ident_x4.png);
  background-repeat: no-repeat;
  background-size: 260px 48px;
  width: 260px;
  height: 48px;
}
.phe-header .organisation span {
  display: none;
}
.ie7 .phe-header .organisation a,
.ie8 .phe-header .organisation a {
  background-image: url(../gfx/PHEui/org_ident.png);
}
.phe-header-site {
  z-index: Z-sitesection;
  background-color: #f5f5f5;
  border-bottom: 1px solid #cccccc;
  min-height: 60px;
}
.phe-header-site h1 {
  line-height: 27px;
  font-size: 21px;
  font-weight: normal;
  color: #007a68;
  padding: 15px 0 0;
  margin: 0;
  float: left;
}
.phe-header-site h1 a {
  color: #007a68;
  text-decoration: none;
  outline: none;
}
.phe-header-site h1 a:active,
.phe-header-site h1 a:hover {
  text-decoration: underline;
}
.phe-header-mainnav {
  z-index: Z-mainnavsection;
  background-color: #f5f5f5;
}
.phe-page {
  position: relative;
  z-index: Z-pagesection;
  *zoom: 1;
}
.phe-page:before,
.phe-page:after {
  content: " ";
  display: table;
}
.phe-page:after {
  clear: both;
}
.phe-page .organisation {
  border-left: 2px solid #00ad93;
  margin: 0;
  padding: 0;
  width: 219px;
  position: absolute;
  top: 40px;
  right: -2px;
  bottom: auto;
  left: auto;
}
.phe-page .organisation a {
  background-image: url(../gfx/PHEui/org_crest_x4.png);
  background-repeat: no-repeat;
  background-position: 6px 0;
  background-size: 24px 20px;
  color: #0b0c0c;
  text-decoration: none;
  outline: none;
  display: block;
  cursor: pointer;
  font-family: Helvetica, Arial;
  font-size: 13px;
  font-weight: normal;
  line-height: 15px;
  padding: 22px 0 0 6px;
}
.ie7 .phe-page .organisation a,
.ie8 .phe-page .organisation a {
  background-image: url(../gfx/PHEui/org_crest.png);
}
.phe-page .organisation a:active,
.phe-page .organisation a:hover {
  text-decoration: underline;
}
.page-header {
  position: relative;
  width: 717px;
  padding: 55px 0 30px 0;
  margin: 0;
  min-height: 30px;
}
.primary-page-section {
  position: relative;
  width: 966px;
  float: none;
  *zoom: 1;
}
.primary-page-section:before,
.primary-page-section:after {
  content: " ";
  display: table;
}
.primary-page-section:after {
  clear: both;
}
.primary-page-section.show-sidebar {
  width: 717px;
  float: left;
}
.account-area .primary-page-section {
  float: right;
}
.secondary-page-section {
  position: relative;
  width: 219px;
  float: right;
}
.account-area .secondary-page-section {
  float: left;
}
.phe-footer {
  margin: 80px 0 0;
  min-height: 300px;
  background-color: #dee0e2;
  border-top: 10px solid #00ad93;
  color: #4d4d4d;
  padding: 70px 0 20px;
}
.phe-footer h4 {
  border-bottom: 1px solid #a1acb2;
  color: #4d4d4d;
  line-height: 29px;
  font-size: 23px;
  font-weight: normal;
  margin: 0 0 40px 0;
}
.phe-footer a,
.phe-footer a:active,
.phe-footer a:visited,
.phe-footer a:hover,
.phe-footer a:focus {
  color: #4d4d4d;
  text-decoration: underline;
  outline: none;
}
.phe-footer a:active,
.phe-footer a:hover {
  color: #272727;
}
.phe-footer ul {
  list-style: none;
  list-style-image: none;
  position: relative;
  padding: 0;
  margin: 0 0 40px 0;
  *zoom: 1;
}
.phe-footer ul:before,
.phe-footer ul:after {
  content: " ";
  display: table;
}
.phe-footer ul:after {
  clear: both;
}
.phe-footer .phe-footer-explore li {
  margin: 0 0 21px;
  display: block;
  width: 46%;
  float: left;
  clear: left;
}
.phe-footer .phe-footer-explore li:nth-child(even) {
  float: right;
  clear: none;
}
.phe-footer .phe-footer-footernav {
  border-top: 1px solid #a1acb2;
  padding: 21px 0 40px;
  position: relative;
  min-height: 160px;
}
.phe-footer .phe-footer-footernav ul {
  width: 70%;
  padding: 65px 0 0 0;
}
.phe-footer .phe-footer-footernav ul li {
  display: inline-block;
  margin: 0 21px 15px 0;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
.phe-footer .phe-footer-footernav .phe-footer-copyright {
  position: absolute;
  right: 0;
  top: 30px;
  background-image: url(../gfx/PHEui/govuk-crest.png);
  background-repeat: no-repeat;
  background-position: center 0;
  width: 300px;
  height: 30px;
  padding: 110px 0 0 0;
  text-align: center;
}
.document-header {
  position: relative;
  padding: 55px 0 30px 0;
  margin: 0;
  min-height: 30px;
  border-bottom: 1px solid #ccc;
}
.document-header .document-header-type {
  width: 66.6666%;
  color: #626a6e;
  font-size: 21px;
  line-height: 1.25;
  padding: 0;
  margin: 0;
}
.document-header .document-header-title {
  width: 66.6666%;
  color: #0b0c0c;
  font-size: 38px;
  line-height: 1.11111111;
  padding: 0;
  margin: 0 0 30px 0;
}
.document-header .document-header-synopsis {
  width: 66.6666%;
  color: #0b0c0c;
  font-size: 21px;
  line-height: 1.25;
  padding: 0;
  margin: 20px 0;
}
.document-metadata {
  font-size: 14px;
  padding: 15px 0 30px;
}
.document-main-body-wrapper {
  padding-left: 15px;
  padding-right: 15px;
}
.govuk-grid-column-two-thirds,
.govuk-grid-column-one-third {
  float: left;
}
.govuk-grid-column-two-thirds {
  width: 66.6666%;
  padding-right: 15px;
  margin-left: -15px;
}
.govuk-grid-column-one-third {
  width: 33.3333%;
  margin-right: -15px;
  margin-left: 15px;
}
.document-main-body h2 {
  font-size: 24px;
  padding: 0;
  margin: 40px 0 20px ;
}
.document-main-body h2:first-child {
  margin: 0 0 20px;
}
.document-main-body h3 {
  font-size: 18px;
}
.document-main-body p {
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 10px 0;
}
.document-main-body ul,
.document-main-body li {
  font-size: 16px;
  line-height: 26px;
}
.document-main-body ul {
  margin-bottom: 30px;
}
.document-main-body-section {
  margin: 0 0 30px ;
}
.document-main-body-navigation {
  border-top: 2px solid #00ad93;
  padding: 15px 0 0 ;
  margin: 50px 0 0;
}
.document-main-body-navigation .document-support-heading {
  font-size: 16px;
  margin: 20px 0 0;
}
.document-main-body-navigation .document-support-list {
  list-style: none;
  font-size: 14px;
  margin: 0 0 15px;
}
.document-support-body-section:first-child {
  border-top: 2px solid #00ad93;
}
.document-support-body-section img {
  margin: 20px 0;
}
.document-support-body-section .document-support-heading {
  font-size: 16px;
  margin: 20px 0 0;
}
.document-support-body-section .document-support-list {
  list-style: none;
  font-size: 14px;
  padding: 0 0 10px;
  margin: 0;
}
.document-support-body-section .document-support-item-link {
  margin: 0 0 10px 0;
}
.document-support-body-section .document-support-item-link a {
  color: #39836e;
}
.navigation ul,
.navigation ol {
  list-style: none !important;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
.navigation.subnavspot {
  background-color: #f5f5f5;
  margin: 0 0 40px 0;
  padding: 15px 0 0;
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
}
.navigation.subnavspot p {
  margin: 0;
  padding: 0 15px 15px;
  font-size: 21px;
  line-height: 25px;
}
.navigation.subnavspot li {
  padding: 0;
}
.navigation.subnavspot li a {
  display: block;
  padding: 13px 15px;
  line-height: 20px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  border-top: 1px solid #cfcfcf;
  text-decoration: none !important;
}
.navigation.subnavspot li a:hover {
  background-color: #ededed;
  text-decoration: underline !important;
}
.navigation.subnavspot li a.selectedpage {
  background-color: #dcdcdc;
  color: #000 !important;
  text-decoration: none !important;
}
.navigation.subnavspot li a,
.navigation.subnavspot li a:visited {
  color: #2e3191;
}
.navigation.subnavspot li a:hover {
  color: #151744;
}
.navigation.subnavspot li a:active {
  color: #2e3191;
}
.phe-header-site {
  z-index: 20;
  position: relative;
}
.phe-header-site .keynavbloc ul {
  list-style: none;
  margin: 0;
  padding: 10px 0 0;
  float: right;
}
.phe-header-site .keynavbloc li {
  display: inline;
}
.phe-header-site .keynavbloc li a.keynavblocItem {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 10px 8px;
  color: #0b0c0c;
  text-decoration: none !important;
  outline: none;
  background: none;
}
.phe-header-site .keynavbloc li a.keynavblocItem.selected {
  color: #fff;
  background-color: #000;
}
.phe-header-site .keynavbloc li a:active,
.phe-header-site .keynavbloc li a:hover {
  text-decoration: underline;
}
.accountdrop {
  position: relative;
}
.accountdrop .accountdropcontent {
  position: absolute;
  top: 28px;
  right: 0px;
  bottom: auto;
  left: auto;
  display: none;
  width: 240px;
  background: #e3e3e3;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.35);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.35);
  padding: 15px 15px 0;
}
.accountdrop .accountdropcontent input[type="submit"] {
  width: 238px;
}
.accountdrop .accountdropcontent input[type="text"],
.accountdrop .accountdropcontent input[type="password"] {
  width: 225px;
}
.accountdrop .accountdropcontent .uiButtonActive {
  width: 202px;
  margin-bottom: 15px;
}
.accountdrop:hover a.accountdroproll {
  background: #e3e3e3 !important;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.35);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.35);
}
.accountdrop:hover .accountdropcontent {
  display: block;
}
.phe-header-mainnav .mainnavbloc {
  border-bottom: 10px solid #00ad93;
}
.phe-header-mainnav .mainnavbloc ul {
  border-bottom: 5px solid #000;
  list-style: none;
  margin: 0;
  padding: 4px 0 0;
}
.phe-header-mainnav .mainnavbloc li {
  display: inline;
}
.phe-header-mainnav .mainnavbloc li a {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 10px 8px;
  color: #0b0c0c;
  text-decoration: none;
  outline: none;
  background: none;
}
.phe-header-mainnav .mainnavbloc li a.selected {
  color: #fff;
  background-color: #000;
}
.phe-header-mainnav .mainnavbloc li a:active,
.phe-header-mainnav .mainnavbloc li a:hover {
  text-decoration: underline;
}
.secondary-page-section .shoppingbasket {
  background-color: #f5f5f5;
  margin: 0 0 40px 0;
  padding: 15px;
}
.secondary-page-section .shoppingbasket .panelBasketcount {
  margin: 0;
  padding: 5px 15px 15px 37px;
  font-size: 21px;
  line-height: 25px;
  background-image: url(../gfx/PHEui/ic-shoppingbasket.svg);
  background-repeat: no-repeat;
  background-position: 0px 0;
}
.ie7 .secondary-page-section .shoppingbasket .panelBasketcount,
.ie8 .secondary-page-section .shoppingbasket .panelBasketcount {
  background-image: url(../gfx/PHEui/ic-shoppingbasket.png);
}
.secondary-page-section .shoppingbasket a.uiButtonSuper {
  display: block;
}
/* ------- Terms and conditions scroll box  ------- */
.tcbox {
  height: 250px;
  overflow: scroll;
  padding: 15px;
  border: 1px solid #cccccc;
  margin: 0 0 40px 0;
}
.tcconfirmbox {
  background-color: #f8f8f8;
  padding: 15px;
  border: 1px solid #cccccc;
  margin: 0 0 40px 0;
}
.ModalOverlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: scroll;
  padding: 85px 0px 0px;
  /*width: 990px;*/
  text-align: left;
  z-index: 99999989;
}
.Modal {
  position: relative;
  z-index: 99999999;
  width: 860px;
  margin: 0px auto;
  padding: 0 0 40px 0;
}
.ModalOverlay .backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  opacity: 0.65;
  filter: alpha(opacity=65);
}
.Modal .FullPanelWrap {
  margin: 0px;
  padding: 0px;
  width: 860px;
}
.Modal.fixedfullscreen .FullPanelWrap {
  width: auto;
}
.Modal .BasePanel {
  position: relative;
  background: #fff;
  padding: 30px 0px;
  -webkit-box-shadow: 0px 1px 20px #000;
  -moz-box-shadow: 0px 1px 20px #000;
  box-shadow: 0px 1px 20px #000;
}
.Modal.fixedfullscreen .BasePanel {
  position: fixed;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  width: auto;
  height: auto;
  min-height: auto;
  min-width: auto;
  margin: 0;
  overflow-y: scroll;
  padding: 0;
}
.Modal.fixedfullscreen .BasePanel .PanelBody,
.Modal.fixedfullscreen .BasePanel .Panelitem {
  padding: 0 !important;
  margin: 0 !important;
}
.Modal .Panelitem {
  padding: 0px 35px 5px;
}
.Modal .PanelBody {
  background: none;
  border-top-style: none;
}
.Modal .PanelFooter {
  background: none;
  text-align: right;
  border-style: none;
  padding: 15px 35px 5px;
}
.PanelBody h2,
.PanelBody h3,
.PanelBody h4,
.PanelBody h5 {
  margin: 7px 0 30px 0;
}
.PanelBody h4 {
  margin: 15px 0;
}
.BasketModal .PanelBody h4 {
  clear: both;
}
ul.modalCheckgrid {
  margin: 0px 0px 40px;
  padding: 0px;
  list-style: none;
}
ul.modalCheckgrid li {
  margin: 0 0 15px;
  padding: 0px;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  width: 48%;
}
ul.modalCheckgrid li label {
  padding-left: 5px;
}
.PanelAlert {
  margin: 20px 0 !important;
  position: relative;
  clear: both;
  overflow: auto;
  color: #f47738;
  min-height: 10px;
}
.BasketBook {
  padding: 25px 0px 0px;
  height: 50px;
  text-align: right;
}
.menuBlock h3 {
  font-weight: bold;
  font-family: 'Helvetica Neue', Arial, Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 21px;
  text-transform: uppercase;
  color: #FFF;
  margin: 0px;
  padding: 5px;
  background: #333333;
}
.menuBlock ul {
  margin: 0px 0px 20px;
  padding: 0px;
  list-style: none;
}
.menuBlock li {
  margin: 0px;
  padding: 0px;
}
.menuBlock li a {
  display: block;
  margin: 0px;
  color: #575757;
  text-decoration: none;
  background-color: #f5f5f5;
  padding: 10px 5px 12px;
}
.menuBlock li a:hover,
.menuBlock li a:active {
  text-decoration: underline;
  background-color: #e8e8e8;
}
.menuBlock li a.selected {
  color: #000;
  font-weight: 500;
  background-color: #dcdcdc;
}
.menuBlock li a.selected:hover,
.menuBlock li a.selected:active {
  text-decoration: underline;
}
.TDtitle {
  font-size: 1.25em;
  color: #000;
}
.maindata,
.Scopedesc {
  font-size: 17px;
  line-height: 23px;
  font-weight: 500;
  width: 75%;
}
.Offeracceptance {
  clear: both;
  margin: 35px 0px;
  padding: 15px 0px 0px;
  background: #F3F3F4;
  border: 1px solid #d9d9d9;
  padding: 10px 15px;
}
.Question .PaymentOption label {
  width: auto;
  float: none;
  margin: 0px;
}
.signupoptions {
  margin: 10px 0px 10px 210px;
}
p {
  font-family: 'Helvetica Neue', Arial, Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 21px;
  color: #0b0c0c;
  padding: 0 0 10px 0;
  margin: 0;
}
p small {
  font-size: 13px;
}
p.lrg {
  font-size: 17px;
}
strong {
  font-weight: 500;
}
.stress {
  text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0 0 7px 0;
  margin: 0 0 10px 0;
  font-family: inherit;
  font-weight: 500;
  color: #0b0c0c;
  text-transform: none;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  color: #0b0c0c;
}
h1 {
  font-size: 36px;
  line-height: 42px;
}
h1 small {
  font-size: 23px;
}
h2 {
  line-height: 27px;
  font-size: 21px;
  padding: 0 0 7px 0;
  margin: 0 0 21px 0;
  /*  &.overline {
  	border-bottom:none !important;
  	border-top: @Textunderline;
  	padding-top: @baseLineHeight;
  	//margin-top: floor(@baseLineHeight / 2 );
  }*/
}
h2 small {
  font-size: 18px;
}
h3 {
  font-size: 17px;
  line-height: 21px;
  padding: 0 0 10px 0;
  margin: 0 ;
}
h3 small {
  font-size: 16px;
}
.overline {
  border-bottom: none !important;
  border-top: 1px solid #cccccc;
  padding-top: 21px;
}
.underline {
  border-bottom: 1px solid #cccccc;
}
/* Unordered and Ordered lists */
ul,
ol {
  padding: 0;
  margin: 0 0 10px 20px;
  *zoom: 1;
}
ul:before,
ol:before,
ul:after,
ol:after {
  content: " ";
  display: table;
}
ul:after,
ol:after {
  clear: both;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li {
  line-height: 21px;
  margin: 0;
}
ul.simple,
ol.simple {
  margin-left: 0;
  list-style: none;
}
ul.li-byside {
  *zoom: 1;
}
ul.li-byside:before,
ul.li-byside:after {
  content: " ";
  display: table;
}
ul.li-byside:after {
  clear: both;
}
ul.li-byside li {
  float: left;
  margin-right: 20px;
}
/* Description Lists */
dl {
  margin-bottom: 21px;
}
dt,
dd {
  line-height: 21px;
}
dt {
  line-height: 20px;
}
dd {
  margin-left: 0;
  margin-bottom: 15px;
}
.dl-byside dt {
  float: left;
  width: 30%;
  clear: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-byside dd {
  margin-left: 130px;
  margin-left: 33%;
  margin-bottom: 0;
}
.sidebysidelist ul {
  list-style: disc;
}
.sidebysidelist li {
  margin: 0 0 21px;
  list-style: disc;
  display: block;
  width: 46%;
  float: left;
  clear: left;
}
.sidebysidelist li:nth-child(even) {
  float: right;
  clear: none;
}
.page-element {
  position: relative;
  padding: 0;
  margin: 0 0 40px 0;
  *zoom: 1;
}
.page-element:before,
.page-element:after {
  content: " ";
  display: table;
}
.page-element:after {
  clear: both;
}
.page-element .element-overline {
  border-top: 1px solid #cccccc;
  height: 32px;
}
.page-element.tight {
  margin: 0;
}
.page-element .element-basic {
  /*h2.overline {
				border-bottom:none;
				border-top: @Textunderline;
				padding-top: @baseLineHeight;
				margin-top: floor(@baseLineHeight / 2 );
			}*/
}
.page-element .element-basic h2 {
  border-bottom: 1px solid #cccccc;
}
.page-element .element-basic h2.overline.faq {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.page-element .element-basic.overline {
  border-bottom: none;
  border-top: 1px solid #cccccc;
  padding-top: 21px;
}
.page-element .element-basic.overline h2 {
  border-bottom: none;
}
.page-element .element-basic .element-2col {
  width: 342px;
  float: left;
  clear: left;
}
.page-element .element-basic .element-2col:nth-child(even) {
  float: right;
  clear: none;
}
.page-element .element-basic .phe-highlight-panel {
  position: relative;
  padding: 40px;
  background-color: #f0f0f0;
}
.page-element .element-basic .phe-highlight-panel h3,
.page-element .element-basic .phe-highlight-panel h2,
.page-element .element-basic .phe-highlight-panel p {
  margin-left: 259px;
  border: none;
}
.page-element .element-basic .phe-highlight-panel p {
  font-size: 18px;
  line-height: 24px;
}
.page-element .element-basic .phe-highlight-panel .display {
  width: 219px;
  height: 145px;
  position: absolute;
  top: 40px;
  right: auto;
  bottom: auto;
  left: 40px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.page-element .element-basic .HubPromo-features {
  position: relative;
}
.page-element .element-basic .HubPromo-features ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-element .element-basic .HubPromo-features li {
  display: block;
  border-top: 1px solid #cccccc;
  padding: 20px 0 40px 0;
  margin: 0 30px 0 0;
  width: 30%;
  float: left;
}
.page-element .element-basic .HubPromo-features li strong {
  display: block;
  font-size: 17px;
  line-height: 23px;
  margin: 0 0 7px 0;
}
.page-element .element-attract {
  background-color: #f5f5f5;
  background-position: 0 0;
  background-repeat: no-repeat;
  height: 327px;
  width: 100%;
}
.page-element .element-threeboxes {
  *zoom: 1;
  margin-left: -15px;
  width: 749px;
}
.page-element .element-threeboxes:before,
.page-element .element-threeboxes:after {
  content: " ";
  display: table;
}
.page-element .element-threeboxes:after {
  clear: both;
}
.page-element .element-threeboxes .linkbox {
  width: 219px;
  float: left;
  margin: 0 15px;
}
.page-element .element-threeboxes h3 {
  color: #00ad93;
  padding: 22px 0 0 0;
}
.page-element .element-threeboxes p {
  font-size: 13px;
  line-height: 19px;
}
.page-element .element-faq .element-faq-question {
  padding: 10px 15px 15px;
  padding: 7px 5px 8px 0;
  border-top: 1px solid #dcdcdc;
}
.page-element .element-faq .element-faq-answer {
  padding: 15px 15px 30px;
  padding: 7px 5px 8px 0;
  margin: 0 0 20px 0;
}
.page-element .element-resource {
  background-color: #f8f8f8;
  padding: 10px 15px 15px;
  border-top: 1px solid #dcdcdc;
}
.page-element .element-resource h3 {
  font-weight: normal;
  padding: 0;
  margin: 0 0 5px 0;
  margin: 0;
}
.page-element .element-resource p {
  font-size: 13px;
  line-height: 19px;
  margin: 0;
  padding: 0;
}
.page-element .element-pagelink {
  margin: 0;
}
.page-element .element-picturelink {
  position: relative;
  padding-left: 234px;
  min-height: 150px;
  *zoom: 1;
}
.page-element .element-picturelink:before,
.page-element .element-picturelink:after {
  content: " ";
  display: table;
}
.page-element .element-picturelink:after {
  clear: both;
}
.page-element .element-picturelink h2 {
  border-bottom: 1px solid #cccccc;
}
.page-element .element-picturelink.overline {
  border-bottom: none;
  border-top: 1px solid #cccccc;
  padding-top: 21px;
}
.page-element .element-picturelink.overline h2 {
  border-bottom: none;
}
.page-element .element-picturelink h2 a {
  color: #0b0c0c;
  text-decoration: none !important;
  outline: none;
}
.page-element .element-picturelink a:active,
.page-element .element-picturelink a:hover {
  text-decoration: underline;
}
.page-element .element-picturelink .picturelink-image {
  position: absolute;
  left: 0;
  top: 5px;
  z-index: 1;
  width: 219px;
  height: 150px;
  *zoom: 1;
}
.page-element .element-picturelink .picturelink-image:before,
.page-element .element-picturelink .picturelink-image:after {
  content: " ";
  display: table;
}
.page-element .element-picturelink .picturelink-image:after {
  clear: both;
}
.page-element.halfWidth {
  width: 47%;
  margin-right: 20px;
  float: left;
  *zoom: 1;
}
.page-element.halfWidth:before,
.page-element.halfWidth:after {
  content: " ";
  display: table;
}
.page-element.halfWidth:after {
  clear: both;
}
.page-element.halfWidth h2 {
  border-bottom: none;
  border-top: 1px solid #cccccc;
  padding: 10px 0 0;
  font-size: 17px;
  line-height: 21px;
}
.page-element.halfWidth .element-picturelink {
  padding-left: 0;
}
.page-element.halfWidth .element-picturelink .picturelink-image {
  width: 100px;
  height: 70px;
  position: relative;
  float: left;
}
.page-element.halfWidth .element-picturelink .picturelink-content,
.page-element.halfWidth .element-picturelink .picturelink-link {
  position: relative;
  float: right;
  width: 220px;
  font-size: 13px;
  line-height: 19px;
}
.page-element.halfWidth .element-picturelink .picturelink-content p,
.page-element.halfWidth .element-picturelink .picturelink-link p {
  font-size: 13px;
  line-height: 19px;
  margin-top: 0;
}
.page-element .element-contactdetails h2 {
  margin: 0;
}
.page-element .element-contactdetails .element-contactdetails-block {
  margin: 0 0 15px;
  *zoom: 1;
}
.page-element .element-contactdetails .element-contactdetails-block:before,
.page-element .element-contactdetails .element-contactdetails-block:after {
  content: " ";
  display: table;
}
.page-element .element-contactdetails .element-contactdetails-block:after {
  clear: both;
}
.page-element .element-contactdetails .element-contactdetails-block p.adr,
.page-element .element-contactdetails .element-contactdetails-block p.tel {
  float: left;
  width: 25%;
}
dl.page-element .element-glossary {
  *zoom: 1;
}
dl.page-element .element-glossary:before,
dl.page-element .element-glossary:after {
  content: " ";
  display: table;
}
dl.page-element .element-glossary:after {
  clear: both;
}
.page-element .element-glossary h2 {
  background-color: #f8f8f8;
  padding: 21px 10px;
  margin: 0;
}
.page-element .element-glossary dt {
  position: relative;
  display: block;
  color: #00ad93;
  color: #39836e;
  font-weight: 500;
  padding: 15px 0 0 0;
  width: 219px;
  clear: both;
  float: left;
}
.page-element .element-glossary dd {
  position: relative;
  display: block;
  border-top: 1px solid #dcdcdc;
  padding: 15px 0 15px 249px;
}
.highlight-panel {
  background: #f8f8f8;
  padding: 15px;
  margin: 20px 0 35px 0;
  border: 1px solid #dfdfdf;
}
.faqsearch-panel {
  background: #f8f8f8;
  padding: 15px;
  margin: 0 0 35px 0;
  border: 1px solid #dfdfdf;
}
.element-basicimg img {
  position: relative;
  border: 0;
  margin: 0 20px 20px 20px;
  float: none;
}
.element-basicimg img.left {
  border: 0;
  margin: 0 20px 20px 0;
  float: left;
}
.element-basicimg img.right {
  border: 0;
  margin: 0 0 20px 20px;
  float: right;
}
.contentLP {
  width: 48%;
  float: left;
}
.contentRP {
  width: 48%;
  float: right;
}
.spotpanel {
  position: relative;
  border-top: 1px solid #cccccc;
  padding-top: 21px;
  margin: 0 0 40px 0;
}
.spotpanel p {
  font-size: 13px;
  line-height: 19px;
}
.spotpanel .officecontactus p {
  font-size: 15px;
  line-height: 19px;
}
.spotpanel .spotlink {
  font-size: 13px;
  line-height: 19px;
}
.spotCalltoaction {
  position: relative;
  margin: 0 0 40px 0;
}
.spotCalltoaction .uiButton,
.spotCalltoaction .uiButton,
.spotCalltoaction .uiButtonActive,
.spotCalltoaction .uiButtonSuper,
.spotCalltoaction .uiButtonOff {
  width: 184px;
}
.search-find-layout a,
.search-find-layout a:active,
.search-find-layout a:focus,
.search-find-layout a:hover,
.search-find-layout a:visited {
  color: #39836e;
}
.search-find-layout .search-find-layout-searchbox {
  width: 717px;
  position: relative;
  margin-bottom: 20px;
  margin-top: 30px;
  display: table;
}
.search-find-layout .search-find-layout-searchbox .govuk-label {
  position: absolute;
  left: 0px;
  top: -30px;
  z-index: 1;
}
.search-find-layout .govuk-search {
  display: table-cell;
  height: 40px !important ;
}
.search-find-layout .govuk-searchbox-group {
  display: table-row;
}
.search-find-layout .govuk-search-submitwrapper {
  display: table-cell;
  position: relative;
  left: -1px;
}
.search-find-layout .govuk-search-submit {
  border: 0;
  box-shadow: none;
  cursor: pointer;
  border-radius: 0;
  position: relative;
  padding: 0;
  margin: 0 0 20px 0;
  width: 40px;
  height: 40px;
  background-color: #00ad93;
  background-image: url(/cms/assets/gfx/PHEui/search-button.png);
  background-repeat: no-repeat;
  background-position: 2px 50%;
  text-indent: -5000px;
  overflow: hidden;
}
.search-find-layout .govuk-search-submit:active {
  top: 0;
}
.search-find-layout .govuk-search-submit:hover {
  background-color: #00c7a9;
}
.search-find-layout .search-find-layout-searchfilter.searchfilter-horizontal {
  width: 100%;
}
.search-find-layout .search-find-layout-searchfilter.searchfilter-horizontal .govuk-checkboxes .govuk-checkboxes__item {
  display: inline-block;
  background-color: #548798;
  margin-right: 15px;
}
.search-find-layout .search-find-layout-searchfilter {
  width: 219px;
  float: left;
}
.search-find-layout .search-find-layout-searchresult {
  width: 717px;
  float: left;
}
.search-find-layout .search-find-layout-searchresult .result-info {
  margin: 0 0 20px 0;
  border-bottom: solid 1px #0b0c0c;
}
.search-find-layout .search-find-layout-searchresult .result-info h2 {
  font-size: 19px;
  line-height: 25px;
  margin-bottom: 10px;
  padding: 0;
  font-weight: normal;
}
.search-find-layout .search-find-layout-searchresult .finder-results-list {
  list-style: none;
  margin: 0 0 20px;
}
.search-find-layout .search-find-layout-searchresult .finder-results-list .finder-results-item {
  border-bottom: 1px solid #b1b4b6;
  list-style: none;
  margin-bottom: 20px;
  padding-bottom: 30px;
}
.search-find-layout .search-find-layout-searchresult .finder-results-list .finder-results-item .finder-results-item-link {
  font-size: 19px;
  line-height: 25px;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
.search-find-layout .search-find-layout-searchresult .finder-results-list .finder-results-item .finder-results-item-description {
  font-size: 16px;
  line-height: 1.5;
  color: #0b0c0c;
  margin: 5px 0;
  padding: 0;
}
.search-find-layout .search-find-layout-searchresult .finder-results-list .finder-results-item .finder-results-item-metadata {
  list-style: none;
  font-size: 13px;
  line-height: 1;
  color: #0b0c0c;
  margin: 5px 0;
  padding: 0;
}
.search-find-layout .search-find-layout-searchresult .finder-results-list .finder-results-item .finder-results-item-metadata li {
  display: inline-block;
  padding-right: 10px;
}
.search-find-layout nav.pager .pager-controls {
  font-size: 19px;
  line-height: 25px;
}
.search-find-layout nav.pager .pager-controls a {
  text-decoration: none;
  padding: 5px 10px;
}
.search-find-layout nav.pager .pager-controls a.active {
  color: #0b0c0c;
  border: none;
  cursor: default;
}
.search-find-layout nav.pager .pager-controls a.active:hover,
.search-find-layout nav.pager .pager-controls a.active:focus {
  background-color: transparent;
}
.search-find-layout nav.pager .pager-controls a:hover,
.search-find-layout nav.pager .pager-controls a:focus {
  background-color: #f3f2f1;
}
.search-find-layout nav.pager .pager-controls .pager-items {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.search-find-layout nav.pager .pager-controls .pager-items li {
  display: inline-block;
  font-weight: 700;
}
