/* Borrowed from http://meyerweb.com/eric/tools/css/reset/ */
body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr,
acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s,
samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt,
dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark {
    border: none;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6, p, blockquote, pre, small, strike, strong, sub,
sup, tt, var, b, u, i, center, input, textarea, table, caption, tbody,
tfoot, thead, tr, th, td {
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
    font-weight: normal;
}

ul, ol {
    padding-left: 30px;
    padding-bottom: 15px;
}

a {
    color: #005ea5;
}

a:visited {
    color: #4c2c92;
}

a:hover, a:active {
    color: #2e8aca;
}

a:focus {
    background-color: #ffdd00;
    color: #0b0c0c;
}

a[rel="external"]:after {
    background-position: right 6px;
    content: "\A0\A0\A0\A0";
    background-image: url("../images/external-link.png");
    background-repeat: no-repeat;
}

a[rel="external"]:hover:after {
    background-position: right -382px;
}

.lituk-important, .para-title, strong {
    font-weight: bold;
}

/* clear fix http://css-tricks.com/snippets/css/clear-fix/ */
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

body {
    font-family: Arial, sans-serif;
    font-size: 19px;
    line-height: 1.3157894737;
    -webkit-font-smoothing: antialiased;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

nav {
    background: #fff;
}

nav ol {
    margin: 0;
    padding-left: 5px;
    border-bottom: 2px solid #ddd;
}

nav ol li {
    float: left;
    font-size: 16px;
    margin-left: 1em;
    margin-right: 1em;
    padding-right: 0;
    position: relative;
    top: 2px;
}

nav ol li.selected {
    border-bottom: 2px solid #f00;
}

.custom-postcode-hint-layout a {
    margin-left: 6px;
}

nav ol li a, nav ol li a:hover, nav ol li a:active {
    color: #0b0c0c;
    text-decoration: none;
}

.lituk-footer-container {
    position: relative;
    bottom: 0;
    width: 100%;
    margin-top: auto;
}

.lituk-registration-form {
    /* Make registration forms responsive and centered. Previously set to 200% which
       caused excessive horizontal overflow/margins. Use a sensible max-width so the
       form doesn't become too wide on large screens and remains full-width on small screens. */
    box-sizing: border-box;
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    padding-left: 0.5rem; /* small padding to avoid touching edges on small screens */
    padding-right: 0.5rem;
}

footer {
    border-top: 10px solid #1D70B8;
    background: #f4f8fb;
    margin-top: 2em;
}

footer ul {
    padding-left: 0;
}

footer li {
    display: inline;
    list-style-type: none;
    margin-right: 10px;
}

h1 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.04167;
    padding-bottom: 13px;
    padding-top: 7px;
    margin-bottom: 0.55556em;
}

h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.11111;
    margin-bottom: 0.83333em;
    margin-top: 1.875em;
}

h3 {
    font-size: 19px;
    color: #6f777b;
}

h3 span {
    float: left;
}

h3 a {
    float: right;
}

p {
    margin-bottom: 1.05263em;
    margin-top: 0.26316em;
}

.lituk-largepara {
    font-size: 24px;
}

.lituk-spacerpara {
    margin-top: 75px;
}

hr {
    border: 0;
    border-top: 1px solid #6f777b;
    margin: 15px 0 60px;
}

.lituk-main-myaccount hr {
    margin: 0;
}


header {
    left: 0;
    width: 100%;
}

.footer-bottom-logo {
    float: right;
    background-image: url("../images/logo-gov-crest.svg");
    background-repeat: no-repeat;
    background-position: 50% 0%;
    display: inline-block;
    min-width: 125px;
    padding-top: 112px;
    background-size: 125px 102px;
    text-align: center;
    white-space: nowrap;
    transform: translateY(-40px);
    margin-bottom:-40px
}

.lituk-footerinner {
    min-height: 120px;
    background-position: 100% 50%;
    font-weight: normal !important;
}

.lituk-footerinner ul li a {
    color: black !important;
}

.lituk-navinner, .lituk-main, .lituk-footerinner, .lituk-headerinner {
    max-width: 960px;
    margin: 0 auto;
}


.lituk-headerinner {
    min-height: 60px;
}

.lituk-section {
    margin-top: 1.4em;
    display: block;
    position: relative;
    padding-bottom: 10px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.lituk-navinner {
    padding: 1em 0 0 0;
}

.lituk-navinner hr {
    margin: 15px 0;
}

.bookings-selection a:focus {
    outline: 4px solid #ffdd00;
}

.lituk-navinner > div a {
    padding: 15px 25px;
    float: left;
    text-decoration: none;
    background-color: #dee0e2;
    font-size: 16px;
    margin-right: 15px;
}

.lituk-navinner > div a.selected {
    outline: 4px solid #ffdd00;
    background-color: #fff;
}

.lituk-message-block.error a{
    color: #9E0000 !important;
    text-decoration: none;
}

.lituk-message-block.error a:hover,
.lituk-message-block.error a:focus {
    color: #9e0000 !important;
    text-decoration: none;
}

.lituk-centre-details .lituk-google-transport a:visited {
    color: #005ea5;
}

.lituk-navinner > div a:last-child {
    float: right;
    margin-right: 0;
}

.lituk-footerinner {
    padding: 1em 0;
}

.lituk-logo {
    float: left;
    background: url("../images/uk-visa-logo.png") no-repeat;
    background-size: 100%;
    height: 50px;
    width: 325px;
    margin-right: 40px;
    margin-top:10px;
}

.lituk-helpline {
    font-size: 16px;
    padding: 15px 0;
    margin: 0;
}

.lituk-help-section-header{
    font-size: 16px;
    margin-bottom:0 !important;
}

.lituk-help-section-text{
    font-size: 12px
}

.lituk-headertop {
    background: #252525;
    color: #fff;
}

/* Blue bar below header */
.header-bar {
    height: 8px;
    background-color: #1D70B8;
    max-width: 960px;
    margin: 0 auto;
}

.lituk-headertop a {
    color: #ddd;
    height: 45px;
    text-decoration: none;
    display: block;
    padding-right: 15px;
}

.page-header-nav a {
    padding-top: 20px;
    padding-left: 15px;
    display: block;
    height: 35px;
}

.lituk-headertop a.selected, .lituk-headertop .page-header-nav a:hover {
    color: #fff;
}

.page-header-nav a:hover:focus {
    color: #0b0c0c;
}

.lituk-headertop .logout, .lituk-headertop .login {
    float: right;
    height: 30px;
    padding-top: 5px;
    margin-top: 13px;
    background: #3d3d3d;
    cursor: pointer;
}

.lituk-headertop .logout:hover, .lituk-headertop .login:hover {
    background: #3d3d3d;
}

.lituk-headertop button#logout:hover, .lituk-headertop button#login:hover {
    color: #fff;
}

.lituk-hinttext {
    color: #6f777b;
}

.lituk-hinttext-radio {
    padding-top: 1.28em;
}

.lituk-hinttext-radio-2lines {
    padding-top: 0.6em;
}

.lituk-date-wrapper {
    float: left;
    width: 20%;
}

.lituk-custom-width {
    width: 99%;
}

.lituk-twothirds {
    width: 66%;
}

.lituk-onethird {
    width: 33%;
}

.lituk-float {
    float: left;
}

.lituk-question {
    font-weight: bold;
}

.lituk-radiocheck {
    margin-right: 10px;
    float: left;
    margin-bottom: 5px;
    margin-top: 5px;
    background: none repeat scroll 0 0 #dee0e2;
    border: 1px solid #dee0e2;
    cursor: pointer;
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 18px 30px 15px 45px;
    position: relative;
}

.lituk-radiocheck:hover {
    border-color: #0b0c0c;
}

.lituk-radiocheck input {
    cursor: pointer;
    left: 15px;
    position: absolute;
    top: 18px;
    z-index: 99;
}

.lituk-radiocheck.selected {
    background: none;
    border-color: #0b0c0c;
}

.focused {
    outline: 4px solid #ffdd00;
}

.bypass-reason-block{
    margin-top: 100px;
}

.form-control {
    border: 2px solid #0b0c0c;
    font-family: Arial, sans-serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.31579;
    padding: 4px;
    text-transform: none;
    width: 67%;
    margin-bottom: 30px;
}

.form-control-short {
    width: 30%;
}

.form-control-auto {
    width: auto;
}

.error-link-login {
    color: inherit;
    text-decoration: none;
}

.error-link-login:hover {
    text-decoration: underline;
}

label.error, .form-control.error {
    border: 3px solid #f00;
    background-color: #ffe2e2;
}

.alternative-heading h3 {
    color: black;
    font-weight: bold;
}

.lituk-message-block {
    padding: 10px 15px;
    border-radius: 5px;
    margin-bottom: 15px;
}

.lituk-message-block li {
    list-style-type: none;
}

.lituk-message-block li span {
    font-weight: bold;
}

.lituk-message-block.error {
    background-color: #ffe2e2;
    color: #9E0000;
}

.lituk-message-block.error h3 {
    color: inherit;
}

.lituk-message-block.error h3 span {
    float: inherit;
}

.lituk-message-block.ok {
    background-color: #3daf8d;
    color: #35400A;
}

.lituk-message-block.message {
    background-color: #f7e9de;
    color: #753E0B;
}

.lituk-message-block.banner {
    background-color: #f6c0a9;
    color: #0b0c0c;
}

.lituk-message-block.banner a {
    color: #003A66;
}

label {
    margin-bottom: 5px;
    text-transform: none;
    color: #0b0c0c;
    display: block;
    outline: none;
}

.form-control.lituk-num {
    width: 75%;
}

.form-control.lituk-year {
    width: 95%;
}

.form-control.lituk-radio-input {
    margin-top: 1.1em;
    width: 50%;
}

.form-submit:focus, .form-control:focus, .button:focus, button:focus {
    outline: 4px solid #ffdd00;
}

.form-submit:focus, .button:focus, button:focus {
    outline: 4px solid #ffdd00;
    outline-offset: 0;
    box-shadow: none;
    border-radius: 0;
}

.form-control:focus {
    outline: 4px solid #ffdd00;
    outline-offset: 0;
    box-shadow: none;
}

.form-control.error:focus {
    border-color: initial;
}

.form-submit:before, .button:before {
    background: none;
    content: "";
    display: block;
    height: 110%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.form-submit, .button {
    background-color: #27823b;
    border: 0;
    box-shadow: 0 2px 0 #003518;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 1em;
    line-height: 1.25;
    margin: 1em 15px 15px 0;
    padding: 0.5em 0.8em 0.25em;
    position: relative;
    text-decoration: none;
    vertical-align: top;
}

.button[disabled="disabled"] {
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.button[disabled="disabled"]:focus, .button[disabled="disabled"]:hover {
    background-color: #27823b;
    outline: none;
}

.button {
    padding-bottom: 0.35em;
}

.button.form-cancel, .form-submit.form-cancel {
    background-color: #954d4e;
    box-shadow: 0 2px 0 #731314;
}

.button-get-started, .button-big {
    font-family: Arial, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
    padding: 0.36842em 0.84211em 0.21053em 0.84211em;
    text-transform: none;
}

.button-get-started {
    background-image: url("../images/icon-pointer.png");
    background-position: 100% 50%;
    background-repeat: no-repeat;
    padding: 0.36842em 2.15789em 0.21053em 0.84211em;
}

.form-submit:focus, .form-submit:hover, .form-submit:link, .form-submit:visited,
.button:focus, .button:hover {
    background-color: #00692f;
}

.button.form-cancel:focus, .button.form-cancel:hover, .form-submit.form-cancel:focus,
.form-submit.form-cancel:hover, .form-submit.form-cancel:link,
.form-submit.form-cancel:visited {
    background-color: #731314;
}

:focus {
    outline: none;
}

.button:focus, .button:hover, .button:link, .button:visited {
    color: #fff;
}

.button-blue {
    background-color: #005ea5;
    max-width: 140px;
    text-align: center;
}

.button-blue:focus, .button-blue:hover {
    background-color: #004080;
}

.form-left {
    float: left;
}

.form-right {
    float: right;
}

.lituk-confirmation-list {
    display: grid;
    grid-template-columns: max-content 1fr;
    row-gap: 0.5em;
    column-gap: 1.5em;
    padding-left: 8px;
    align-items: center;
}

.lituk-confirmation-list dt {
    grid-column: 1;
    font-weight: bold;
    text-align: left;
}

.lituk-confirmation-list dd {
    grid-column: 2;
    margin: 0;
}

.lituk-confirmname, .lituk-confirmdata {
    float: left;
    padding: 1%;
    min-height: 25px;
}

.lituk-confirmname {
    width: 250px;
}

.lituk-confirmdata {
    width: 60%;
    background: #f2f5f5;
    padding: 10px 1%;
}

.lituk-confirmblock {
    margin-bottom: 25px;
}

.lituk-print {
    background-image: url("../images/icon-print.png");
    background-position: 0 50%;
    background-repeat: no-repeat;
    padding: 5px 0 5px 50px;
}

.lituk-accordion > h4 {
    color: #005ea5;
    margin: 15px 0;
    padding-left: 25px;
}

.lituk-accordion > h4:hover {
    cursor: pointer;
}

.lituk-accordion > div {
    padding-left: 15px;
    border-left: 2px solid #a1acb2;
}

.lituk-accordion > li {
    margin-bottom: 1.05263em;
    margin-top: 0.26316em;
}

.lituk-acc-open, .lituk-acc-closed {
    background-image: url("../images/lituk-accordion.png");
    background-repeat: no-repeat;
    background-position: 0 -33px;
}

.lituk-acc-open {
    background-position: 0 6px;
}

.lituk-datenav {
    margin: 0;
    padding: 20px 15px 0;
    min-height: 45px;
    background-color: #dee0e2;
}

.lituk-datenav a {
    font-size: 16px;
    background-image: url('../images/icons-datenav.png');
    background-repeat: no-repeat;
    text-decoration: none;
}

.lituk-datenav .earlier {
    background-position: 0 2px;
    padding-left: 20px;
}

.lituk-datenav .later {
    background-position: 100% -35px;
    padding-right: 20px;
}

.lituk-datenav p {
    margin: 0;
    width: 50%;
    float: left;
    text-align: center;
    font-weight: bold;
}

.lituk-datenav h2 {
    margin: 0;
    width: 50%;
    float: left;
    text-align: center;
    font-size: 19px;
}

.lituk-bookingdata {
    margin-bottom: 15px;
}

.lituk-datenav a {
    color: #000;
}

.lituk-datenav a:first-child {
    width: 20%;
    float: left;
    text-align: left;
}

.lituk-datenav a:last-child {
    width: 20%;
    float: right;
    text-align: right;
}

.lituk-bookingdata .lituk-bookingday:first-child .arrow,
.lituk-bookingdata .lituk-bookingday:first-child a {
    margin-left: 0;
}

.lituk-chosencentre {
    border: 4px solid #ffdd00;
}

.lituk-chosencentre > div {
    padding: 30px;
}

.lituk-chosencentre .form-submit {
    margin-left: 15px;
}

.lituk-chosencentre.lituk-cc-confirm {
    border: 1px solid #dee0e2;
}

.lituk-chosencentre p {
    margin-bottom: 0;
}

.lituk-chosencentre input {
    float: right;
    margin-top: 0;
}

.lituk-mb-address p, .lituk-cc-address {
    float: left;
    width: 34%;
}

.lituk-confirm-address {
    width: 50%;
}

.lituk-display-result {
    width: auto !important;
}

.lituk-cc-info {
    float: right;
    width: 30%;
}

.lituk-cc-address h4, .lituk-cc-results h4, .lituk-cc-info h4 {
    padding-bottom: 10px;
    font-weight: bold;
}

.lituk-cc-address h4 span {
    font-weight: normal;
}

.lituk-cc-address h3, .lituk-cc-results h3, .lituk-cc-info h3 {
    padding-bottom: 10px;
    font-weight: bold;
    color: inherit;
}

.lituk-cc-address h3 span {
    font-weight: normal;
}

.lituk-cc-address h2 {
    padding-left: 30px;
    background-image: url('../images/map-marker.png');
    background-repeat: no-repeat;
    background-position: 1% 0;
    font-size: inherit;
    margin: 0px;
    padding-bottom: 10px;
    font-weight: bold;
}

.lituk-cc-address span.sub_title {
    padding-bottom: 10px;
    font-weight: bold;
    color: inherit;
    padding-left: 30px;
    background-image: url('../images/map-marker.png');
    background-repeat: no-repeat;
    background-position: 1% 0;
}

.lituk-cc-addressrepeat {
    float: left;
}

.lituk-mb-buttons, .lituk-cc-buttons {
    float: right;
    width: 22%;
}

.lituk-mb-buttons input {
    margin-top: 0;
}

.lituk-cc-buttons input, .lituk-cc-buttons .button {
    float: right;
    min-width: 150px;
    text-align: center;
}

.lituk-chosencentre h4 {
    border-bottom: 1px solid #a1acb2;
    padding-bottom: 10px;
    font-weight: bold;
    margin-bottom: 15px;
}

.lituk-chosencentre h4 span:first-child {
    float: left;
}

.lituk-chosencentre h4 span:last-child {
    float: right;
    font-weight: normal;
    font-size: 16px;
}

.lituk-chosencentre .lituk-cc-address h4 span:last-child {
    float: none;
}

.lituk-paymentinfo {
    border: 1px solid #dee0e2;
    background: #f8f9f9;
    margin-bottom: 30px;
    padding: 30px 30px 5px 30px;
}

.lituk-paymentinfo div {
    width: 40%;
    float: left;
}

.custom-verification-note p {
    color: #B30000;
}

.lituk-paymentinfo > div > p:first-child {
    background-image: url("../images/card_logos.png");
    background-repeat: no-repeat;
    background-position: top right;
    padding-right: 150px;
}

.lituk-paymentinfo > div > p span {
    font-weight: bold;
}

.lituk-paymentinfo > p {
    float: right;
    width: 50%;
    font-weight: bold;
    color: #f00;
}

.lituk-resultslot {
    border: 2px solid #104f75;
    margin-bottom: 15px;
}

.lituk-resultslot .description {
    margin: 0;
    background-color: #104f75;
    color: #fff;
    text-align: center;
    padding: 31px 25px;
    width: 128px;
    min-width: 110px;
    float: left;
}

.lituk-resultslot > p, .lituk-resultslot > div {
    float: left;
}

.lituk-resultslot > p {
    margin: 0;
    background-color: #104f75;
    color: #fff;
    font-size: 32px;
    text-align: center;
    padding: 56px 25px;
    min-width: 110px;
}

.lituk-resultslot > p.full-date {
    font-size: 19px;
    padding: 37px 25px;
}

.lituk-resultslot > p.full-date span {
    font-size: 24px;
}

.lituk-resultslot .arrow {
    width: 0;
    height: 0;
    border-top: 81px solid transparent;
    border-left: 50px solid #104f75;
    border-bottom: 81px solid transparent;
    float: left;
}

.lituk-cc-address p {
    margin-bottom: 0;
    padding-left: 30px;
}

.lituk-cc-result {
    margin: 15px 0 15px;
}

.lituk-main-myaccount h2 {
    width: 40%;
}

.lituk-main-myaccount div h2 {
    float: left;
    margin-top: 1em;
}

.lituk-float-right {
    float: right;
}

.lituk-margin-right-0 {
    margin-right: 0;
}

.lituk-margin-right-10 {
    margin-right: 10;
}

.bookings-selection {
    margin: 0;
    padding-left: 0;
}

.bookings-selection li {
    float: left;
    margin: 0;
    padding-left: 10px;
    list-style-type: none;
    width: 32%;
    font-size: initial;
}

.bookings-selection li:first-child {
    padding-left: 0;
}

.bookings-selection a {
    display: block;
    background-color: #edeef2;
    padding: 1em 0;
    color: #969696;
    text-align: center;
    text-decoration: none;
}

.bookings-selection a .number-bookings {
    background-color: #969696;
    color: #edeef2;
    display: inline-block;
    border-radius: 15px;
    min-width: 25px;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
}

.bookings-selection .provisional .selected {
    background-color: #9e0442;
    color: #fff;
}

.bookings-selection .confirmed .selected {
    background-color: #338241;
    color: #fff;
}

.bookings-selection .results .selected {
    background-color: #104f75;
    color: #fff;
}

.bookings-selection .selected .number-bookings {
    background-color: #fff;
    color: #338241;
}

.bookings-selection .provisional .selected .number-bookings {
    color: #9e0442;
}

.bookings-selection .provisional .arrow {
    border-top: 25px solid #9e0442;
}

.bookings-selection .provisional a {
    color: #9e0442;
    background-color: #fbe8d7;
    border-top: 1px solid #9e0442;
    border-left: 1px solid #9e0442;
    border-right: 1px solid #9e0442;
    border-radius: 3px;
}

.bookings-selection .provisional span {
    color: #fff;
    background-color: #9e0442;
}

.bookings-selection .confirmed .arrow {
    border-top: 25px solid #338241;
}

.bookings-selection .confirmed a {
    color: #23582D;
    background-color: #dff0d8;
    border-top: 1px solid #338241;
    border-left: 1px solid #338241;
    border-right: 1px solid #338241;
    border-radius: 3px;
}

.bookings-selection .confirmed span {
    color: #fff;
    background-color: #338241;
}

.bookings-selection .results .arrow {
    border-top: 25px solid #104f75;
}

.bookings-selection .results a {
    color: #104f75;
    background-color: #c1e2f6;
    border-top: 1px solid #338241;
    border-left: 1px solid #338241;
    border-right: 1px solid #338241;
    border-radius: 3px;
}

.bookings-selection .results span {
    color: #fff;
    background-color: #104f75;
}

.bookings-selection li a:hover {
    cursor: pointer;
}

.hidden {
    display: none;
}

.bookings-selection .arrow {
    height: 25px;
    -webkit-mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCIgWw0KCTwhRU5USVRZIG5zX3N2ZyAiaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPg0KCTwhRU5USVRZIG5zX3hsaW5rICJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4NCl0+DQo8c3ZnICB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iJm5zX3N2ZzsiIHhtbG5zOnhsaW5rPSImbnNfeGxpbms7IiB3aWR0aD0iMjY1Ljg3NCIgaGVpZ2h0PSIxMzcuODciDQoJIG92ZXJmbG93PSJ2aXNpYmxlIiAgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cG9seWdvbiBzdHJva2U9IiMwMDAwMDAiIHBvaW50cz0iMjY1Ljg3NCwwLjUgMTM3Ljg3LDIwLjUgMC44NjYsMC41ICIvPg0KPC9zdmc+DQo=);
    mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCIgWw0KCTwhRU5USVRZIG5zX3N2ZyAiaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPg0KCTwhRU5USVRZIG5zX3hsaW5rICJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4NCl0+DQo8c3ZnICB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iJm5zX3N2ZzsiIHhtbG5zOnhsaW5rPSImbnNfeGxpbms7IiB3aWR0aD0iMjY1Ljg3NCIgaGVpZ2h0PSIxMzcuODciDQoJIG92ZXJmbG93PSJ2aXNpYmxlIiAgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cG9seWdvbiBzdHJva2U9IiMwMDAwMDAiIHBvaW50cz0iMjY1Ljg3NCwwLjUgMTM3Ljg3LDIwLjUgMC44NjYsMC41ICIvPg0KPC9zdmc+DQo=);

    -webkit-mask-size: 100%;
    mask-size: 100%;

    -webkit-mask-position-y: -1px;
    mask-position-y: -1px;
}

#lituk-map, .lituk-centre-list {
    width: 45%;
    float: right;
}

#lituk-map {
    margin-right: 15px;
}

.lituk-centre-list {
    width: 53%;
}

.lituk-centre-details {
    border: 2px solid #2b8cc4;
    padding: 15px;
    margin-bottom: 15px;
}

.lituk-centre-details input {
    float: left;
}

.lituk-centre-details h4 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 15px;
    width: 100%;
    float: left;
}

.lituk-centre-details h4 span:first-child {
    font-weight: bold;
    float: left;
}

.lituk-centre-details h4 span:last-child {
    float: right;
    font-size: 16px;
}

.lituk-centre-details h2 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 15px;
    width: -moz-available; /* WebKit-based browsers will ignore this. */
    width: -webkit-fill-available; /* Mozilla-based browsers will ignore this. */
    width: fill-available;
    float: left;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin-top: inherit;
}

.lituk-centre-details h2 {
    padding-left: 30px;
    background-image: url("../images/map-marker.png");
    background-repeat: no-repeat;
    background-position: 1% 0;
}

.lituk-centre-details h2.no_border {
    border-bottom: none;
    margin-top: 0px;
}

.lituk-centre-details h2 span:first-child {
    font-weight: bold;
    float: left;
}

.lituk-centre-details h2 span:last-child {
    float: right;
    font-size: 16px;
}

.lituk-centre-details .form-submit {
    margin: 0;
    float: right;
}

.lituk-slot-key {
    border: 2px solid #000000;
    padding: 15px;
    margin-bottom: 15px;
}

.lituk-slot-key * {
    float: left;
}

.lituk-slot-key h4 {
    font-size: 19px;
    font-weight: bold;
}

.lituk-slot-key h2 {
    font-size: 19px;
    font-weight: bold;
    line-height: inherit;
    margin-bottom: inherit;
    margin-top: inherit;
}

.lituk-slot-key p {
    font-size: 16px;
    margin-top: 0;
}

.special-arr .lituk-centre-details div, .special-arr p {
    padding-left: 30px;
}

.lituk-formnav-buttons input:last-child {
    float: right;
    margin-right: 0;
}

.lituk-formnav-buttons input:first-child {
    float: left;
}

.lituk-yourbooking-data {
    float: left;
    width: 54%;
}

#lituk-yourbooking-map {
    float: left;
    width: 432px;
    border-left: 2px solid #2b8cc4;
    border-bottom: 2px solid #2b8cc4;

}

.lituk-yourbooking-centre {
    display: grid;
    grid-template-columns: minmax(0, 50%) 1fr;
    row-gap: 0.5em;
    column-gap: 1.5em;
    align-items: center;
    padding-left: 8px;
    padding-right: 8px;
}

.lituk-yourbooking-centre dt {
    grid-column: 1;
    font-weight: bold;
    text-align: left;
    overflow-wrap: break-word;
    word-break: break-word;
}

.lituk-yourbooking-centre dd {
    grid-column: 2;
    margin: 0;
}

.lituk-yourbooking-centre .title {
    font-weight: bold;
}

.lituk-yourbooking-centre span {
    display: inline-block;
    vertical-align: top;
}

.lituk-readhandbook img, .lituk-change-test {
    float: left;
    margin-right: 15px;
}

.lituk-readhandbook ul {
    padding-left: 265px;
}

.lituk-cancel-test {
    float: left;
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive::before {
    display: block;
    content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-21by9::before {
    padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive-4by3::before {
    padding-top: 75%;
}

.embed-responsive-1by1::before {
    padding-top: 100%;
}

@media ( max-width: 640px) {
    .lituk-bookingdayZZ, .lituk-onethird, .lituk-twothirds,
    .lituk-confirmname, .lituk-confirmdata {
        width: 100%;
    }

    .lituk-bookingday .arrow, .bookings-selection .arrow {
        display: none;
    }
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
    src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"),
    url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"),
    url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

.glyphicon, .glyphicon-search {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-search-button {
    margin: -3px 15px 5px 15px;
    width: 4em;
}

.glyphicon-search:before {
    content: "\e003";
}

.glyphicon-earphone:before {
    content: "\e182";
}

#logo-container {
    padding: 0;
}

#copyright-logo-container {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom:40px;
}

.lituk-headerinner a:first-child:focus {
    outline: 0;
}

.page-header-nav a:focus {
    color: #0b0c0c;
    outline: 0;
}

#lituk-yourbooking-map {
    width: 437px;
    height: 662px;
}

.lituk-centre-list {
    min-height: 750px;
}

.lituk-centre-list.mod {
    float: left;
}


#lituk-map {
    height: 662px;
}

.icon {
    height: 32px;
    width: 32px;
    background-repeat: no-repeat;
    display: inline-block;
}

.lituk-centre-details a:visited {
    color: white;
}

.lituk-centre-details p {
    margin-bottom: 0;
}

.parking {
    background: url("../images/facility-icons/parking.svg");
    background-size: 32px 32px;
}

.disabled-parking {
    background: url("../images/facility-icons/disabled-parking.svg");
    background-size: 32px 32px;
}

.wheel-chair-access {
    background: url("../images/facility-icons/wheel-chair-access.svg");
    background-size: 32px 32px;
}

.guide-dogs {
    background: url("../images/facility-icons/guide-dogs.svg");
    background-size: 32px 32px;
}

.lifts {
    background: url("../images/facility-icons/lifts.svg");
    background-size: 32px 32px;
}

.creche {
    background: url("../images/facility-icons/creche.svg");
    background-size: 32px 32px;
}

.cafe {
    background: url("../images/facility-icons/cafe.svg");
    background-size: 32px 32px;
}

.visuallyhidden {
    position: absolute;
    left: -9999em;
}

.lituk-direct-summary {
    background: #dee0e2;
    padding: 2%;
    width: 30%;
}

.lituk-direct-summary h2 {
    margin-top: 0;
}

.lituk-panel-indent {
    clear: both;
    border-left: 4px solid #bfc1c3;
    padding: 10px 0 10px 15px;
    margin: 30px 15px 45px 0;
}

.optional-section {
    display: none;
}

.optional-section-open {
    display: block;
}

a.form-single-button {
    text-align: center;
    padding: 10px;
}

a.form-single-button:visited {
    color: white;
}

.lituk-cc-address {
    padding-left: 30px;
    padding-top: 5px;
}

.lituk-cc-results {
    padding-left: 30px;
    margin: 15px 0 15px;
}

address {
    font-style: normal;
}

.lituk-help-notice {
    background: url("../images/icon-important.png") no-repeat scroll 5px 5px;
}

.lituk-help-notice {
    padding-top: 1px;
}

.lituk-help-notice li {
    font-weight: 600;
    padding: 0px 10px 0px 30px;
    font-size: 19px;
    margin: 10px 0px;
    color: #0b0c0c;
}

#addv-side-text {
    margin-left: 1%;
    border: black;
    border-style: solid;
}

#addv-side-text h2 {
    font-size: 20px;
    margin-left: 2%;
}

#addv-side-text p {
    font-size: 18px;
    margin-left: 2%;
}

#addv-side-text li {
    font-size: 18px;
}

#addv-inner-text {
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 1%;
    background-color: #53b5e1;
    border: #53b5e1;
    border-style: solid;
}

#addv-inner-text a {
    color: #002138;
}

.table {
    border: solid black;
    margin-bottom: 5%;
}

#addv-table table {
    width: 100%;
    border: 1px
}

#addv-table table, th, td {
    border: 1px solid black;
    border-collapse: separate;
    padding: 15px;
    text-align: left;
    vertical-align: top;
}

#addv-table th {
    background-color: #27823b;
    color: white;
}

#addv-table td {
    font-size: 15px;
}

#addv-table tr:hover {
    background-color: #f5f5f5;
}

/* Accessibility styles */

.lituk-width-container {
    max-width: 960px;
    margin-right: 15px;
    margin-left: 15px
}

@supports (margin: max(calc(0px))) {
    .lituk-width-container {
        margin-right: max(15px, calc(15px + env(safe-area-inset-right)));
        margin-left: max(15px, calc(15px + env(safe-area-inset-left)))
    }
}

@media (min-width: 40.0625em) {
    .lituk-width-container {
        margin-right: 30px;
        margin-left: 30px
    }

    @supports (margin: max(calc(0px))) {
        .lituk-width-container {
            margin-right: max(30px, calc(15px + env(safe-area-inset-right)));
            margin-left: max(30px, calc(15px + env(safe-area-inset-left)))
        }
    }
}

@media (min-width: 1020px) {
    .lituk-width-container {
        margin-right: auto;
        margin-left: auto
    }

    @supports (margin: max(calc(0px))) {
        .lituk-width-container {
            margin-right: auto;
            margin-left: auto
        }
    }
}

.lituk-main {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 1.4em;
    display: block;
    position: relative;
    padding-bottom: 10px;
    flex: 1;
    width: 100%;
}

/* Skip link styles */
[href="#main-content"] {
    position: absolute;
    top: 0;
    right: 100%;

}

[href="#main-content"]:focus {
    right: auto;
}

.skip_link:link, .skip_link:visited {
    color: #0b0c0c;
}

@supports (padding: max(calc(0px))) {
    .skip_link {
        padding-right: max(15px, calc(15px + env(safe-area-inset-right)));
        padding-left: max(15px, calc(15px + env(safe-area-inset-left)));
    }
}

@media (min-width: 40.0625em) {
    .skip_link {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.25;
    }
}

.skip_link {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
}

.skip_link:focus, .skip_link:active {
    position: static !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    overflow: visible !important;
    clip: auto !important;
    -webkit-clip-path: none !important;
    clip-path: none !important;
    background: #ffdd00 !important;
    color: #0b0c0c !important;
    font-family: "GDS Transport", Arial, sans-serif !important;
    font-size: 16px !important;
    line-height: 20px !important;
    text-decoration: underline !important;
    text-underline-offset: 2.5px !important;
    padding: 10px 15px !important;
    border: none !important;
    outline: 4px solid #ffdd00 !important;
    outline-offset: 0 !important;
    z-index: 1000 !important;
    display: block !important;
    cursor: pointer !important;
}

span.steps {
    font-size: 19px;
    color: #6f777b;
}

span.steps a {
    float: right;
}

h2.lituk-question {
    margin-bottom: 1.05263em;
    margin-top: 0.26316em;
    font-size: 19px;
}

legend.heading {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0.83333em;
    margin-top: 1.875em;
    line-height: 1.11111;
}

footer ul {
    width: 100%;
}

footer li {
    text-align: left;
    margin-right: 10px;
}

.foot-note {
    font-size: 16px;
}

.footer-crown-logo {
    background-image: url("../images/logo-gov-crown.svg");
    background-size: 100%;
    display: inline-block;
    min-width: 32px;
    height: 30px !important;
    margin-top:20px;
}

/* Medium to large screen logic for footer */
@media (min-width: 768px) {
    footer li {
        width: 50%;
    }

    nav ol li {
        width: initial;
    }

    .lituk-cc-buttons input, .lituk-cc-buttons .button {
        float: right;
    }
}

/* Small screen logic for footer  */
@media (max-width: 767px) and (min-width: 321px) {
    footer li, nav ol li {
        display: list-item;
        width: -moz-available; /* WebKit-based browsers will ignore this. */
        width: -webkit-fill-available; /* Mozilla-based browsers will ignore this. */
        width: fill-available;
    }

    #provisional .lituk-cc-buttons .button {
        float: right;

    }

    .lituk-date-wrapper {
        width: 30%;
    }
}

.last-login {
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 13px;
    margin-bottom: 0.55556cm;
}

.correct-details {
    font-size: 16px;
}

.low-bottom-padding {
    padding-bottom: 6px;
    margin-bottom: 0;
}

.para-top-padding {
    padding-top: 6px;
}

.note-text {
    font-size: 14px;
}

.invisible-unordered-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.lituk-hard-requirement {
    color: #e50000;
}

.lituk-hard-requirement-verified {
    color: #007200;
}

.custom-postcode-hint-layout {
    margin-top: 1%;
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
}

.lituk-i18n {
    position: absolute;
    margin-right: 50px;
    right: 0;
}
.language-link-english {
    margin-right: 5px;
}

.language-link-welsh {
    margin-left: 5px;
}

.warning-text {
    color: #f00;
}

.padded-container {
    padding: 15px;
}

@media (max-width: 800px) {
    #lituk-yourbooking-info,
    #lituk-yourbooking-map {
        width: 100% !important;
        float: none !important;
        display: block;
    }
    .row.gx-0 {
        display: block;
    }
}

.bordered{
    border: 2px solid #000;
    padding: 10px;
    margin-bottom: 24px;
}

.bold-h3 {
    color: #000;
    font-weight: bold;
}

.faq-page li > p {
    margin-bottom: 0;
}

.disabled-container {
    pointer-events: none;
    opacity: 0.7;
    position: relative;
}
