:root {
    --c-brand-a:#FECB00;
    --c-brand-b:#000000;
    --c-brand-c:#EDE9E3;
    --c-brand-d:#FFFFFF;
    --c-brand-e:rgba(254,203,0, 0.7);
    --c-brand-f:#80BD00;
    --c-brand-g:#5D8608;
    --c-brand-h:rgba(250,250,250,0.5);
    --c-brand-i:#2E2E2E;
    --c-brand-j:#ADADAD;
    --c-brand-k:#666666;
    --c-brand-l:#E8ECF2;
    --c-brand-m:rgba(255,228,120, 0.8);
    --c-brand-n:#FD7E14;
    --c-brand-o: #FAFAFA;
    --c-brand-p: #EEEEEE;
    --c-brand-q:rgba(0,0,0, 0.8);
    --c-brand-r: rgba(250, 250, 250, 0.8);

    /* green: #80bd26
pinky: #ea5084
red #e43939 */

}

/* @font-face {
    font-family: 'Open Sans';
    src: url('../fonts/Raleway-Regular.otf');
} */

@font-face {
    font-family: 'Raleway-Bold';
    src: url('../fonts/Raleway-Bold.ttf');
}

@font-face {
    font-family: 'Raleway-Regular';
    src: url('../fonts/Raleway-Regular.ttf');
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
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,
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,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    /* color: white; */
    font-family: "Raleway-Regular";
    background-color: #00001F;
    position: relative;
}

header {
    color: #ffffff;
    background-color: var(--c-brand-c);
    text-transform: uppercase;
    position: fixed;
    z-index: 3000;
    top: 0;
    width: 100%;
    font-size: 1em;
    line-height: 42px;
    border-bottom: 0.2em inset var(--c-brand-a);
    text-transform: none;
    font-weight: 600;
}

h1 {
    font-family: 'Raleway-Bold-Regular', 'Raleway-Bold';
    font-weight: normal;
    font-style: normal;
    font-size: 32px;
    color: var(--c-brand-b);
    text-align: left;
    line-height: 40px;
}

select::-ms-expand {
    display: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    width: 181px;
    height: 29px;
    background: inherit;
    background-color: rgba(255, 255, 255, 0);
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: var(--c-brand-j);
    border-radius: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: white;
    font-family: 'Raleway-Regular', 'Open Sans';
    font-weight: normal;
    font-style: normal;
    padding-left: 0.3em;
    background-image: url(../images/arrow-select.svg);
    background-size: 1.5em;
    padding-right: 2em;
    background-position: right center;
    background-repeat: no-repeat;
}

option {
    background: var(--c-brand-c);
}

header.scrollDown {
    line-height: 30px;
}

header.scrollDown #headerLogo img {
    /* height: 30px;
    margin-bottom: -0.2em; */
}


#headerLogo .version {
    font-style: normal;
    font-size: 11px;
    color: var(--c-brand-b);
    font-weight: bold;
    background: var(--c-brand-b);
    width: 22px;
    line-height: 22px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    vertical-align: middle;
    margin-top: -1px;
    margin-left: 0.5em;
    margin-right: 0.5em;
}

#headerLogo .beta {
    color: var(--c-brand-a);
    font-family: 'Raleway-Regular', 'Open Sans';
    line-height: 19px;
    font-size: 14px;
    text-transform: none;
    vertical-align: middle;
}

.formattedVersion {
    color: var(--c-brand-a) !important;
}

header.scrollDown .holder {
    /*margin: 6px 40px 3px 40px;*/
    margin-top: 6px;
    margin-bottom: 3px;
    position: relative;
}

header.scrollDown .headerOptions span {
    vertical-align: super;
}

.mainHidden {
    visibility: hidden;
}

.topHalf {

    background-color: var(--c-brand-b);
    min-height: 150px;
    width: 100%;
    padding: 1.45em;
}

.bottomHalf {
    padding: 1.45em;
}

.bottomBar {
    position: relative;
}

h2 {
    font-family: 'Raleway-Regular', 'Open Sans';
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    color: var(--c-brand-b);
    text-align: left;
    line-height: 32px;
}

p {
    font-family: 'Raleway-Regular', 'Open Sans';
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    color: var(--c-brand-b);
    text-align: left;
    line-height: 15px;
}

button {
    cursor: pointer;
    border-width: 0px;
    height: 40px;
    width: 140px;
    background: inherit;
    color: var(--c-brand-b);
    background-color: var(--c-brand-a);
    border: none;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: 'Raleway-Regular', 'Open Sans';
    font-style: normal;
    font-size: 13px;
    font-weight: 600;
}

button img {
    height: 18px;
    width: 18px;
    vertical-align: middle;
    margin-right: 0.3em;
}

input[type=submit] {
    border-width: 0px;
    width: 140px;
    height: 40px;
    background: inherit;
    background-color: var(--c-brand-a);
    border: none;
    border-radius: 0;
    letter-spacing: 0.1em;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: 'Raleway-Regular', 'Open Sans';
    font-weight: 600;
    font-style: normal;
    font-size: 13px;
    color: var(--c-brand-b);
    margin-bottom: 0.2em;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.inputHolder {
    margin: 1em 0 2em 0;
}

.inputHolder label {
    font-family: 'Raleway-Regular', 'Open Sans';
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    color: var(--c-brand-b);
    text-align: left;
}

.overlayBox .inputHolder label {
    color: var(--c-brand-d);
}

.inputHolder input {
    width: 100%;
    margin-top: 0.4em;
    height: 38px;
    background-color: transparent;
    font-family: 'Raleway-Regular', 'Open Sans';
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    text-decoration: none;
    color: var(--c-brand-b);
    text-align: left;
    border: 1px solid var(--c-brand-k);
    outline-style: none;
    text-indent: 1em;
    font-variant-numeric: lining-nums;
}

.input_error, .inputError {
    font-family: 'Raleway-Regular', 'Open Sans';
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    color: var(--c-brand-n);
    text-align: left;
    margin-top: 0.3em;
}

.processing input[type=submit] {
    pointer-events: none;
    color: var(--c-brand-a);
    background-color: white;
}


header .holder {
    /* margin: 18px 40px 12px 40px; */
    position: relative;
}

header .headerElements {
    display: inline-block;
}

header .headerOptions {
    font-size: 16px;
    position: absolute;
    right: 0;
    font-size: 16px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    margin-right: 1em;

}

header .headerOptions span,
header .headerOptions a {
    vertical-align: baseline;
    color: var(--c-brand-b);
}

header .headerOptions span.headerPageLink,
header .headerOptions a {
    cursor: pointer;
    margin-left: 1.2em;
    padding-bottom: 0.3em;
    font-family: "Raleway-Bold";
}

header .headerOptions span.headerPageLink:hover,
header .headerOptions a:hover {
    border-bottom: 1px solid var(--c-brand-b);
    /* color: var(--c-brand-d); */
}

header .headerOptions a.currentPage {
    border-bottom: 1px solid var(--c-brand-b);
}

header .headerOptions a.currentPage:hover {
    border-color: var(--c-brand-b);
}

header #headerLogo {
    font-family: 'Raleway-Bold-Regular', 'Raleway-Bold';
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    cursor: pointer;
    vertical-align: middle;
    margin-left: 0.5em;
}

header #headerLogo img {
    /* height: 42px;
    margin-right: 0.3em;
    margin-bottom: -0.4em; */
    vertical-align: middle;
}

header #headerLogo img.dsch {
    width: 200px;
}

header #headerLogo img.catapult {
    width: 130px;
    margin-left: 1em;
}

header.scrollDown {
    line-height: 30px;
}

header.scrollDown #headerLogo img {
    /* height: 30px; */
}

header.scrollDown #headerLogo img.dsch {
    width: 140px;
}

header.scrollDown #headerLogo img.catapult {
    width: 90px;
    margin-left: 0.7em;
}

header #headerLogo span:not(.stagingWarning):not(.free):not(.companiesHouseDetails) {
    text-transform: lowercase !important;
}

header.scrollDown #headerLogo span:not(.stagingWarning):not(.free) {
    display: none;
}

#headerLogo span {}

header.scrollDown .holder {
    /*  margin: 6px 40px 3px 40px;*/
    margin-top: 6px;
    margin-bottom: 3px;
    position: relative;
}

header.scrollDown .headerOptions span,
header.scrollDown .headerOptions a {
    vertical-align: unset;
}

.headerElements .orange {
    border-color: var(--c-brand-n) !important;
}

.headerElements .pink {
    color: var(--c-brand-a) !important;
    border-color: var(--c-brand-a) !important;
}


#mobileOptions {
    display: none;
    cursor: pointer;
}

#mobileOptions svg {
    width: 30px;
    height: 30px;
    vertical-align: middle;
}

#mobileOptions svg * {
    fill: var(--c-brand-b) !important;
}

#mobileOptions:hover svg * {
    fill: var(--c-brand-d) !important;
}

#headerLogo .free, .companiesHouseDetails {
    font-family: 'Raleway-Regular';
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    color: var(--c-brand-k);
    line-height: 20px;
    margin-left: 0.3em;
    vertical-align: middle;
    text-transform: none;
    cursor: default;
}

.companiesHouseDetails {
    margin-left: 0;
    font-size: 12px;
    padding-top: 0.2em;
    display: block;
}

.companiesHouseDetails {
    color: var(--c-brand-i);
}

button.unlock {
    text-transform: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    font-family: 'Raleway-Regular', 'Open Sans';
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    color: var(--c-brand-k);
    background-color: transparent;
    width: auto;
    background-position: left center;
    background-repeat: no-repeat;
    height: auto;
    border-radius: 0;
    background-image: url("../images/lock-closed-gold.svg");
    background-size: 15px 15px;
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 17px;
    margin: 0 0.4em;
    letter-spacing: normal;
}

#messageOverlay button.unlock {
    margin: 0;
    margin-top: 0.7em;
}

header button.unlock {
    vertical-align: middle;
}

button.unlock:hover {
    color: #ffffff;
}

button.unlock:hover {
    background-image: url("../images/lock-closed-white.svg");
}

button.unlock:focus {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.stagingWarning {
    pointer-events: none;
    color: var(--c-brand-n) !important;
    text-transform: none;
    font-size: 16px;
    margin-left: 2em;
}

footer.holder {
    padding: 20px 40px;
    position: relative;

    /*    height: 180px;*/
}

footer {
    display: block;
    width: 100%;
    z-index: 1800;
    background-color: var(--c-brand-c);
}

footer .panel,
footer p {
    line-height: 2.2em;
}

footer .panel {
    display: inline-block;
    width: 25%;
    margin-bottom: 20px;
    min-height: 90px;
    vertical-align: top;
    width: 19%;
}

footer svg {
    width: 20px;
}

footer svg:hover * {
    fill: var(--c-brand-b) !important;
}

footer .explanationWarning  {
    color: #DC3545;
    font-family: "Raleway-Bold";
    text-transform: uppercase;
    margin: 0.5em 0 1em;
    font-size: 15px;
    line-height: normal;
}

a {
    text-decoration: none;
    color: inherit;
}

.input_error {
    font-family: 'Raleway-Regular', 'Open Sans';
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    color: var(--c-brand-n);
    text-align: left;
}

footer img {
    /* width: 150px; */
    margin-top: 0.6em;
    max-width: 150px;
    max-height: 4em;
}

footer h3 {
    font-family: "Raleway-Bold";
    text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 0px;
    border-bottom-width: 0;
    color: var(--c-brand-b);
}

footer a {
    color: var(--c-brand-b);
    cursor: pointer;
}

#releaseNotesLink {
    font-family: "Raleway-Bold";
    font-size: 15px;
    text-decoration: underline;
    text-decoration-color: inherit;
}


#releaseNotesLink:hover {
    text-decoration-color: var(--c-brand-a);
}

#headerLogo h1 {
    display: inline-block;
    line-height: normal;
    font-size: 28px;
    vertical-align: middle;
    margin-left: 0.7em;
}

/*
p {
    word-wrap: break-word;
    line-height: normal;
}*/

footer .social img,
footer .social svg {
    width: 36px;
    height: 36px;
    padding: 6px;
}

footer .social {
    list-style: none;
}

.social li {
    display: inline-block;
}

ol,
ul {
    list-style: none;
}

footer h4 {
    font-family: "Raleway-Bold";
    text-transform: uppercase;
    color: var(--c-brand-b);
    text-align: left;
    font-size: 13px;
}

footer p {
    font-size: 13px;
    color: var(--c-brand-b);
}

footer .disclaimer {
    font-size: 12px;
    color: var(--c-brand-b);
}

footer .disclaimer {
    margin-bottom: 0.5em;
}
footer a:hover {
    text-decoration: underline;
    text-decoration-color: var(--c-brand-a);
    font-weight: bold;
}

#mobileOptionsBar {
    display: none;
    width: 242px;
    height: 100%;
    position: fixed;
    background-color: var(--c-brand-i);
    color: white;
    right: 0;
    z-index: 3011;
    top: 0;
    overflow-y: auto;
    overflow-x: hidden;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transition: transform 0.3s;
    -webkit-transition: transform 0.3s;
}

/*#mobileOptionsBar {
    z-index: 3011;

    transform: translateX(100%);
    -webkit-transform: translateX(100%);
}*/

#mobileOptionsBarHolder {
    margin: 3em 2.5em 0 1em
}

#mobileOptionsBarHolder .barOptionTitle:hover a,
#mobileOptionsBarHolder .barOptionTitle:hover span {
    border-bottom: 1px solid var(--c-brand-a);
}

#mobileOptionsBar .barOptionTitle {
    padding-bottom: 0.5em;
    padding-top: 0.5em;
    cursor: pointer;
    font-weight: 600;
}

#mobileOptionsBar .barOptionTitle a,
#mobileOptionsBar .barOptionTitle span {
    padding-bottom: 0.2em;
}

.hidden {
    display: none !important;
}

#mobileOptionsBar .mobileActionBarClose {
    display: none;
    cursor: pointer;
    color: var(--c-brand-a);
    border-bottom: 1px solid var(--c-brand-a);
    line-height: 18px;
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 2.5em;
    margin-top: 1em;
}

#mobileOptionsBar .mobileActionBarClose:hover {
    color: var(--c-brand-d);
    border-bottom-color: var(--c-brand-d);
}

#mobileOptionsBar .mobileActionBarClose {
    display: block;
}

#mobileOptionsBar .mobileActionBarClose span {
    font-size: 40px;
}

.overlay {
    position: fixed;
    background-color: var(--c-brand-h);
    width: 100%;
    height: 100%;
    /*    z-index: 2000;*/
    z-index: 3500;
    top: 0;
    display: none;
}

.overlayVisible {
    display: block;
}

.overlay .overlayWrapper {
    height: 100vh;
}

.overlay .overlayBox {
    color: white;
    background-color: var(--c-brand-i);
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: var(--c-brand-k);
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 0 0.5em;
    max-width: 560px;
}

.overlayContent h2 {
    color: var(--c-brand-d);
}

#messageOverlay.overlayVisible {
    z-index: 4500;
}

#subscribeOverlay {
    position: absolute;
    top: 0;
    width: 100vw;
    max-width: 100%;
    min-height: 100vh;
    height: 100%;
}

#subscribeOverlay .overlayBox {
    top: 2em;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.overlay .buttonBar button:nth-child(2) {
    margin-left: 0.5em;
}

.overlayBox .overlayClose {
    text-align: right;
    font-family: 'Raleway-Regular', 'Open Sans';
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    color: var(--c-brand-a);
    line-height: 30px;
}

.overlayBox .overlayClose span, .overlayBox .overlayClose button {
    cursor: pointer;

}


.overlayBox .overlayContent {
    margin: 0 1.8em;
}

.overlayBox .overlayContent .buttonBar {
    margin-top: 2em;
    margin-bottom: 1.2em;
}

.overlayBox .overlayClose span:hover {
    color: var(--c-brand-d);
    /*    background-color: rgba(0, 0, 0, 0.7);*/
}

.overlayBox select option {
    background-color: var(--c-brand-i);
}

.overlayBox h1 {
    color: var(--c-brand-d);
}

.overlayBox .overlayContent p {
    font-family: 'Raleway-Regular', 'Open Sans';
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    color: var(--c-brand-d);
    text-align: left;
    margin-top: 0.5em;
}

.overlayBox .overlayContent input:not[type=checkbox] {
    width: 100%;
    margin-top: 0.5em;
    height: 38px;
    background-color: transparent;
    font-family: 'Raleway-Regular', 'Open Sans';
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    text-decoration: none;
    color: var(--c-brand-b);
    text-align: left;
    border: 1px solid var(--c-brand-k);
    outline-style: none;
    text-indent: 1em;
}

.overlayContent svg.warning {
    height: 14px;
    margin-bottom: -1px;
    margin-right: 2px;
}

.overlayContent .overlayTitle {
    font-family: 'Raleway-Bold'
}

#managementOverlay .overlayBox {
    min-width: 600px;
}

.overlay[category="message"] .overlayBox {
    min-width: 450px;
}

.orange {
    color: var(--c-brand-n) !important;
}

.pink, .yellow {
    color: var(--c-brand-a) !important;
}

.green {
    color: var(--c-brand-f) !important;
}

.blue {
    color: var(--c-brand-b) !important;
}


#maskOverlay {
    z-index: 3000;
}

.mobileVisible {
    display: block;
    transform: translateX(0%) !important;
    -webkit-transform: translateX(0%) !important;
}

.topBarHolder {
    padding-top: 1em;
    margin-bottom: 0.5em;
    color: white;
}

.dashboardPanelHolder {
    margin-left: -1em;
    margin-bottom: 1.5em;
    width: 100%;
}

.titleBar {
    position: relative;
    margin-bottom: 0.5em;
}

.titleBar .titleActionHolder {
    position: absolute;
    right: 0;
    top: 0;
}

@media screen and (max-width: 1000px) {
    header .holder {
        /* margin-left: 1em;
        margin-right: 1em; */
    }

    footer .panel {
        width: 100%;
    }

    #main {
        margin-left: 1em !important;
        margin-right: 1em !important;
    }

    .topBarHolder {
        padding-top: 1em;
    }


}

#main {
    background-color: #00001F;
    color: white;
    padding-bottom: 5em;
    position: relative;
    min-height: 100vh;
    margin-left: 2.5em;
    margin-right: 2.5em;
}

.actionsHolder {
    margin-top: 0.3em;
    margin-top: 0 !important;
    margin-bottom: 1em;
}

.actionsHolder * {
    display: inline-block;
    vertical-align: middle;
}

.noCompaniesFound {
    font-size: 13px;
}

.noCompaniesFound svg,
.noCompaniesFound img {
    height: 15px;
    width: 15px;
    margin-right: 0.5em;
}

.trainingSetCompaniesList,
.trainingSetListHolder {
    margin: 1em 0;
}

.trainingSetListHolder .trainingSetListItem {
    padding: 2em 0;
}

.trainingSetListItem:nth-child(1) {
    border-top: 1px solid var(--c-brand-k);
}

.trainingSetListItem,
.trainingSetCompaniesList .trainingSetCompany,
#sicCodeFiltersList .sicCodeFilter {
    position: relative;
    font-weight: 400;
    font-size: 13px;
    text-align: left;
    line-height: 15px;
    max-width: 700px;
    color: var(--c-brand-f);
    border-bottom: 1px solid var(--c-brand-k);
    padding: 1em 0;
}

.trainingSetCompany.unavailable {
    color: #525252 !important;
}

.trainingSetListItem div,
.trainingSetCompany div,
.sicCodeFilter div {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}

.trainingSetCompanyNumber,
.sicCodeFilter .sicCodeNumber {
    width: 15%;
}

.trainingSetListHolder .trainingSetCompanyName {
    width: 45%;
    padding-right: 0;
}

.trainingSetListHolder .companyActionsHolder {
    text-align: right;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 0;
}

.companyActionsHolder .companyAction {
    margin: 0 0.5em;
    cursor: pointer;
    overflow: visible !important;
}

.companyActionsHolder .companyAction:hover a {
    color: white;
}

.trainingSetListHolder button {
    width: auto;
    padding-left: 1.5em;
    padding-right: 1.5em;
    margin-left: 1em;
}

.companyAction .actionControl {
    position: relative;
    vertical-align: middle;
    padding-left: 2em;
}

.companyAction .actionControl::before {
    content: "";
    position: absolute;
    width: 1.9em;
    height: 1.9em;
    top: 0;
    left: 0;
    /*    background-size: 1.8em 1.8em;
    background-position: left center;*/
    background-position: center;
    background-repeat: no-repeat;
}

.actionControl.company-url::before {
    background-size: 18px 20px;
    background-image: url(../images/globe_blue_underline.svg);
}

.actionControl.company-url:hover::before {
    background-image: url(../images/globe_white_underline.svg);
}

.actionControl.company-location::before {
    background-size: 14px 23px;
    background-image: url(../images/mapmarker-underline-blue.svg);
}

.actionControl.company-location:hover::before {
    background-image: url(../images/mapmarker-underline-white.svg);
}

.companyActionsHolder button svg {
    vertical-align: sub;
    margin-right: 0.3em;
}

.companyAction svg {
    width: 20px;
    height: 20px;
    border-bottom: 1px solid;
    padding-bottom: 3px;
    margin-right: 0.4em;
    vertical-align: middle;
    margin-bottom: 2px;
}

.companyAction.companyActionPostcode {
    width: 90px;
    overflow: hidden;
    text-align: left;
    color: var(--c-brand-b);
}

.trainingSetListItem a,
.trainingSetCompaniesList a {
    color: inherit;
    cursor: pointer;
    text-decoration: underline;
}

.trainingSetListItem .inactiveSearchAhead svg,
.trainingSetListItem .inactiveSearchAhead img {
    vertical-align: middle;
    margin-right: 0.3em;
    height: 14px;
    width: 14px;
}

.trainingSetListItem .inactiveSearchAhead span {
    vertical-align: middle;
    text-transform: uppercase;
}

.trainingSetListItem .inactiveSearchAhead.include svg path {
    fill: var(--c-brand-f) !important;
}

.trainingSetListItem .inactiveSearchAhead.exclude svg path {
    fill: var(--c-brand-n) !important;
}


.companyActionsHolder button svg * {
    fill: white !important;
}

.companyAction a {
    color: var(--c-brand-b);
    text-decoration: none;
}

.companyActionsHolder .companyAction:hover svg * {
    fill: white !important;
}


.sicCodeFilter .deleteCompany {
    cursor: pointer;
    position: absolute;
    right: 0;
}

.trainingSetCompany .deleteCompany:hover svg,
.sicCodeFilter .deleteCompany:hover svg {
    border-color: white;
}

.sicCodeFilter .deleteCompany:hover svg path {
    fill: white !important;
}

.sicCodeFilter .deleteCompany svg {
    width: 16px;
    height: 16px;
    padding: 0 1px 2px 1px;
    border-bottom: 1px solid var(--c-brand-b);
}

.trainingSetCompany .delete_company {
    border-radius: 0;
    position: absolute;
    right: 0;
    border-bottom: 1px solid var(--c-brand-b);
    width: 1.2em;
    background-size: 1.1em 1.1em;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/trash-blue.svg);
}

.trainingSetCompany .delete_company:hover {
    background-image: url(../images/trash-white.svg);
    border-bottom-color: white;
}

.actionControl,
button.actionControl {
    font-size: 13px;
    /* text-transform: uppercase; */
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    font-family: 'Raleway-Regular', 'Open Sans';
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    color: var(--c-brand-b);
    background-color: transparent;
    width: auto;
    background-position: left center;
    background-repeat: no-repeat;
    height: auto;
    border-radius: 0;
    letter-spacing: 0.1em;
    font-weight: 600;
}

button.actionControl:focus {
    outline: none !important;
}

button:not(.actionControl):focus {
    outline: 0;
    box-shadow: 0 0 0 1px white;
}


select:focus {
    border-color: white !important;
    outline: 0;
}

.actionControl * {
    vertical-align: middle;
}

.actionControl svg,
.actionControl img {
    height: 15px;
    width: 15px;
    margin-right: 0.25em;
}

.actionControl svg.underline {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: inherit;
    padding-bottom: 2px;
}

.actionControl.chevron-right {
    background-image: url(../images/arrow-right-blue.svg);
    padding-left: 16px;
    background-size: 9px 16px;
}

.actionControl.chevron-right:hover {
    color: var(--c-brand-a);
}

.actionControl svg path {
    fill: var(--c-brand-b);
}

.actionControl svg rect {
    fill: var(--c-brand-b);
}

.actionControl:hover {
    color: white;
}

.actionControl:hover svg path {
    fill: white !important;
}

.actionControl:hover svg rect {
    fill: white !important;
}

.searchAheadInProgress {
    pointer-events: none;
}

.searchAheadInProgress button:not(#showBatchSearchButton):not(.add-many) {
    background-color: white !important;
    color: var(--c-brand-a) !important;
}

#strongPasswordLink {
    text-decoration: underline;
}


button img.addImage {
    vertical-align: middle;
    width: 15px;
    height: 15px;
    margin-right: 0.3em;
}

.hbspt-form input:not([type=submit]):not([type=checkbox]):not([type=radio]) {
    width: 100%;
    margin-top: 0.4em;
    height: 38px;
    background-color: transparent;
    font-family: 'Raleway-Regular', 'Open Sans';
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    text-decoration: none;
    color: var(--c-brand-d);
    text-align: left;
    border: 1px solid var(--c-brand-k);
    outline-style: none;
    text-indent: 1em;
}

.hbspt-form .hs-form-booleancheckbox {
    margin-top: 0.8em;
}

.hbspt-form {
    margin-top: 0;
}

.hbspt-form p {
    margin: 0.5em 0;
}

.hbspt-form label {
    font-family: 'Raleway-Regular', 'Open Sans';
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    color: var(--c-brand-d);
    text-align: left;
}

.hbspt-form input[type=submit] {
    margin-top: 1em;
    margin-bottom: 4em;
    float: right;
}

.hbspt-form input[type=submit]:hover {
    color:  var(--c-brand-a);
    background-color:  var(--c-brand-b);
}

.hbspt-form .hs-form-required {
    color: var(--c-brand-n);
}

.hbspt-form .submitted-message {
    overflow: hidden;
    padding-bottom: 4em;
    font-size: 13px;
}

.hbspt-form .hs-error-msgs label {
    font-family: 'Raleway-Regular', 'Open Sans';
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    color: var(--c-brand-n) !important;
    text-align: left;
}

.hbspt-form .cookie-reset-container {
    font-family: 'Raleway-Regular', 'Open Sans';
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    color: var(--c-brand-b);
    margin-bottom: 0;
}

.hbspt-form .cookie-reset-container a {}

.hbspt-form .cookie-reset-container a:hover {
    color: #ffffff;
}

.hbspt-form .legal-consent-container {
    margin-top: 2.5em;
}

.hbspt-form fieldset {
    margin-bottom: 0.5em !important;
    max-width: none !important;
}

.hbspt-form .hs-form-field {
    margin-bottom: 1em !important;
}

.hbspt-form .hs-form-radio-display input {
    vertical-align: sub;
}

.hbspt-form .hs-form-radio-display span {
    margin-left: 0.4em;
    vertical-align: middle;
}

.hbspt-form textarea {
    width: 100%;
    margin-top: 0.4em;
    height: 38px;
    background-color: transparent;
    font-family: 'Raleway-Regular', 'Open Sans';
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    text-decoration: none;
    color: var(--c-brand-b);
    text-align: left;
    border: 1px solid var(--c-brand-k);
    outline-style: none;
    text-indent: 0.8em;
    padding-top: 0.8em;
    height: 5em;
}

.hbspt-form input[type=radio] {
    opacity: 0;
    position: fixed;
    width: 0;
}

.hbspt-form input[type=radio] + span, #directorySigninForm input[type="checkbox"] + label, #directoryRegisterForm input[type="checkbox"] + label {
    background-image: url("../images/checkbox-off.svg");
    background-size: 16px 16px;
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 22px;
    cursor: pointer;
    padding-top: 3px;
    padding-bottom: 3px;
}

.hbspt-form input[type=radio]:checked + span, #directorySigninForm input[type="checkbox"]:checked + label, #directoryRegisterForm input[type="checkbox"]:checked + label {
    background-image: url("../images/checkbox-on.svg");
}

#directorySigninForm input[type="checkbox"], #directoryRegisterForm input[type="checkbox"] {
    margin: 0;
    padding: 0;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: auto;
}

#directorySigninForm .inputHolder, #directoryRegisterForm .inputHolder {
    position: relative;
}

body,
#main {
    background: var(--c-brand-o);
    /*
    background: #312b5a;
    background: var(--c-brand-d);
      background: linear-gradient(125deg,var(--c-brand-d) 60%,#5e5880);
      background-size: 100vw 100vh;
    background-repeat: no-repeat;
     background-attachment: fixed;
*/
}

#main {

}

.mainButton:hover {
    background: var(--c-brand-b) !important;
    color: var(--c-brand-a) !important;
}

.mainButton:focus {
    outline: 0;
    box-shadow: 0 0 0 1px var(--c-brand-b) !important;
}

header .extraControlsHolder {
    margin-left: 0.4em;
}

header .extraControlsHolder input[type="checkbox"] {
    opacity: 0;
    position: fixed;
    width: 0;
}

#headerExtraControlsCheckbox:checked + label {
    background-color: var(--c-brand-i);
    -webkit-box-shadow: inset 0px 0px 0px 1px var(--c-brand-k);
    -moz-box-shadow: inset 0px 0px 0px 1px var(--c-brand-k);
    box-shadow: inset 0px 0px 0px 1px var(--c-brand-k);
}

.headerExtraControlsLabel {
    position: relative;
    display: inline-block;
}

.headerExtraControlsLabel * {
    display: inline-block;
    vertical-align: middle;
}

.headerExtraOptionsIcon {
    height: 1.5em;
}

.headerExtraControlsLabel .headerExtraControlsToggle {
    border: 1px solid transparent;
    width: 1.9em;
    cursor: pointer;
    margin: 0 0.4em;
    padding: 0;
    background-size: 1.7em 1.7em;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/header-options-black.svg);
}

.headerExtraControlsLabel .headerExtraControlsToggle:hover {
    background-image: url(../images/header-options-white.svg);
}

#headerExtraControlsCheckbox:checked + label .headerExtraControlsToggle {
    padding: 0 0.4em;
    border-bottom-color: transparent;
    background-image: url(../images/header-options-yellow.svg);
}

#headerExtraControlsCheckbox:checked + label .headerExtraControlsToggle:hover {
    background-image: url(../images/header-options-white.svg);
}

.headerExtraControls {
    visibility: hidden;
    position: absolute;
    right: 0;
    top: 100%;
    background-color: var(--c-brand-i);
    width: 185px;
    z-index: 10;
    border: 1px solid var(--c-brand-k);
    padding: 0 0.5em 0.3em 0.5em;
    margin-top: -1px;
    line-height: normal;
}

.headerExtraControls button {
    border-bottom: 1px solid var(--c-brand-k);
    width: 100%;
    text-align: left;
    padding: 0.5em 0;
    background-size: 1.4em 1.4em;
    background-position: left center;
    background-repeat: no-repeat;
    color: var(--c-brand-a);
    font-size: 15px;
    letter-spacing: 0.1em;
    text-transform: none;
    font-weight: 600;
}

.headerExtraControls button:hover {
    color: var(--c-brand-d);
}

#headerExtraControlsCheckbox:checked + label .headerExtraControls {
    visibility: visible;
}

header.scrollDown .headerExtraControlsLabel .headerExtraControlsToggle {
   vertical-align: bottom;
}

.dealroom img {
    height: 16px;
    vertical-align: middle;
    margin-left: 0.5em;
    margin-right: 0.1em;
    margin-bottom: 2px;
}

.lightcast img {
    height: 20px;
    vertical-align: middle;
    margin-left: 0.5em;
    margin-right: 0.1em;
    margin-bottom: 2px;
    background-color: var(--c-brand-b);
    padding: 2px;
    cursor: pointer;
}

#headerSignin, #headerSignout {
    cursor: pointer;
    margin-left: 1.2em;
    font-family: "Raleway-Bold";
    font-size: 16px;
    width: auto;
    border: 1px solid var(--c-brand-b);
    padding-left: 1em;
    padding-right: 1em;
    background-image: url(../images/director_black.svg);
    background-position: 15% center;
    background-repeat: no-repeat;
    background-size: 21px;
    padding-left: 2.4em;
}

.directoryAdminOverlay button.actionControl {
    margin-left: 0 !important;
    color: var(--c-brand-a) !important;
    padding: 0;
}

.directoryAdminOverlay button.actionControl:hover {
    color: var(--c-brand-d) !important;
    background-color: initial !important;
}

#headerSignin:hover,  #headerSignout:hover {
    color: var(--c-brand-a);
    background-color: var(--c-brand-b);
    /* border-color: var(--c-brand-d); */
    background-image: url(../images/director_yellow.svg);
}

#headerSignout, #mobileHeaderSignout {
    display: none;
}

header.userLoggedIn #headerSignout {
    display: inline-block;
}

header.userLoggedIn #headerSignin, #mobileOptionsBar.userLoggedIn #mobileHeaderSignin {
    display: none;
}

#mobileOptionsBar.userLoggedIn #mobileHeaderSignout {
    display: block;
}

header:not(.userLoggedIn) #mySearchesLink, header:not(.userLoggedIn) #adminLink {
    display: none;
}

.directoryAdminOverlay button.actionControl {
    float: right;
    margin-top: 0.5em;
}

.formTwoColumn {
    display: flex;
    gap: 10px;
    margin: 1em 0 1.5em 0;
}

.formTwoColumn .inputHolder {
    display: flex;
    flex-flow: column;
    width: 100%;
    margin: 0;
}

#activateDirectoryUserResponseOverlay .overlayContent {
    display: none;
    margin-top: 1em;
}

#activateDirectoryUserResponseOverlay.accountActivationError .activateDirectoryUserErrorContent {
    display: block;
}

#activateDirectoryUserResponseOverlay.accountActivationSuccess .activateDirectoryUserSuccessContent {
    display: block;
}

#directorySigninButton:disabled, #directoryRegisterButton:disabled {
    cursor: not-allowed;
    color: var(--c-brand-a);
    background-color: var(--c-brand-b);
}

#eulaLink, .eulaLink {
    text-decoration: underline;
    cursor: pointer;
}

#eulaLink:hover, .eulaLink:hover {
    color: var(--c-brand-a);
}

#directorySignupOverlay {
    min-height: 100%;
    position: absolute;
}

#directorySignupOverlay .overlayBox {
    left: 50% !important;
    top: 3em !important;
    -webkit-transform: translate(-50%, 0) !important;
    transform: translate(-50%, 0) !important;
}

.registerNotice {
    color: #DC3545;
    font-size: 11px;
    font-weight: bold;
}

.tooltipExplanationHolder input {
    display: none;
}

.tooltipExplanationHolder input:checked + label .questionMark {
    background-color: var(--c-brand-b);
    color: var(--c-brand-a);
}

.tooltipExplanationHolder label {
    font-family: 'Raleway-Regular', 'Open Sans';
    font-size: 16px;
    position: relative;
} 

.tooltipExplanationHolder label .questionMark {
    color: var(--c-brand-b);
    background-color: var(--c-brand-a);
    border-radius: 50%;
    width: 20px;
    display: inline-block;
    line-height: 18px;
    text-align: center;
    cursor: pointer;
    border: 1px solid var(--c-brand-b);
}

.tooltipExplanationHolder label .questionMark:hover {
    color: var(--c-brand-a);
    background-color: var(--c-brand-b);
    border: 1px solid var(--c-brand-a);
}

.tooltipExplanation p, .tooltipExplanation a, .fieldHolder .tooltipExplanation a:hover {
    color: var(--c-brand-d) !important;
} 

.tooltipExplanation a {
    text-decoration: underline;
    font-weight: bold;
}

.tooltipExplanation a:hover {
    text-decoration-color: var(--c-brand-a);
}

.tooltipExplanation i {
    font-style: italic;
}

.tooltipExplanation p:not(:last-child) {
    margin-bottom: 1em;
}

.tooltipExplanationHolder input:checked + label .tooltipExplanation {
    visibility: visible;
}

.tooltipExplanationHolder label .tooltipExplanation {
    color: #FFFFFF;
    visibility: hidden;
    position: absolute;
    right: 0;
    top: 100%;
    background-color: var(--c-brand-i);
    z-index: 10;
    border: 1px solid var(--c-brand-k);
    padding: 0 0.5em 0.3em 0.5em;
    z-index: 600;
    width: 380px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    text-align: left;
    display: block;
    margin-top: 0.5em;
    cursor: default;
    padding: 0.6em 1em 0.8em 1em;
    font-size: 13px;
    font-weight: normal;
}

.fileInputHolder {
    color: white;
    font-size: 13px;
    line-height: normal;
    border: 1px dashed var(--c-brand-j);
    margin: 0 0.7em 0 0;
    width: 100%;
    text-indent: 1em;
    height: 42px;
    margin-top: 0.4em;
}

.fileInputHolder label:hover {
    color: var(--c-brand-d) !important;
}

.fileInputHolder input {
    opacity: 0;
    width: 0;
    height: 0;
}

.fileInputHolder label {
    color: var(--c-brand-a) !important;
    cursor: pointer;
    line-height: 42px;
}

.fileInputHolder.fileInputHolderDragOver {
    border-color: var(--c-brand-a);
    background-color: rgba(255, 255, 255, 0.15) !important;
}

.file_input_error {
    font-size: 13px;
    color: var(--c-brand-n);
    margin-top: 0.3em;
}

.file_input_success {
    font-size: 13px;
    color: var(--c-brand-f);
    margin-top: 0.3em;
}

.float-right {
    float: right;
}

.flex-row-holder {
    display: flex;
}

.flex-row-holder .flex-grow {
    flex-grow: 1;
}

.flex-row-holder.align-center {
    align-items: center;
}

.flex-row-holder.flex-end {
    justify-content: flex-end;
}

.title__flex-holder {

}

.title__flex-holder-controls {
    align-self: end;
    margin-right: 1em;
}

.title__flex-holder-logo {

}

@media screen and (max-width: 900px) {
    #mobileOptions {
        display: block;
    }

    #desktopOptions {
        display: none;
    }
}

@media screen and (max-width: 800px) {
    h1 {
        font-size: 26px;
        line-height: 28px;
    }



    #headerLogo span {
        display: none;
    }

    .overlayBox {
        width: 95% !important;
    }

    .overlayBox .overlayContent button,
    .overlayBox input[type=submit] {
        width: 40%;
        text-indent: 0;
    }

    .trainingSetListHolder .trainingSetCompanyName {
        width: 45%;
    }

    /*    .trainingSetListHolder .companyActionsHolder .companyAction {
        display: none;
    }*/
    .trainingSetListHolder .companyActionsHolder .companyAction span {
        display: none;
    }

    .trainingSetListHolder .companyActionsHolder button span {
        display: none;
    }

    .trainingSetListHolder .companyActionsHolder button svg {
        margin-right: 0;
    }

    .trainingSetListHolder .companyActionsHolder .companyAction {
        width: auto !important;
    }

    .trainingSetListHolder .trainingSetCompanyName {
        width: 60%;
    }

    #managementOverlay .overlayBox {
        min-width: auto;
    }

}

@media screen and (max-width: 1200px) {
    .companiesHouseDetails {
        display: none;
    }

    #headerLogo h1 {
        font-size: 22px;
        line-height: 60px;
    }
}

@media screen and (max-width: 1100px) {

    header #headerLogo img.dsch {
        display: none;
    }

    #headerLogo h1 {
        vertical-align: text-top;
        margin-left: 0;
    }

    header {
        padding: 0.6em 0;
    }
}

@media screen and (max-width: 620px) {
    .trainingSetListHolder .trainingSetCompanyName {
        width: 50%;
    }
}

@media screen and (min-width: 901px) {
    #maskOverlay {
        display: none !important;
    }

    #mobileOptionsBar {
        transform: translateX(100%) !important;
        -webkit-transform: translateX(100%) !important;
    }



}
