

video {
  width: 100%;
}
.mejs-container {
  width: 100% !important;
}
.mejs-layers .mejs-layer {
  width: 100% !important;
}
.mejs-mediaelement {
  position: relative !important;
  top: 0;
  left: 0;
  width: 100%;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
main {
  min-height: 900px;
  padding-top: 64px;
}
.logo a img {
  height: 58px;
}
.logo-text {
  margin-top: 22px;
  float: left;
  font-family: 'Notera', sans-serif !important;
  font-size: 30px;
  color: #005695;
}
.page-top {
  padding-top: 20px;
}
.page-header {
  position: relative;
  z-index: 1;
  background-position: center center;
  background-size: cover;
  height: 500px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
    .page-header {
        height: 300px;
    }
}
.page-header-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.page-header h1 {
  text-align: center;
  color: #ffffff;
	font-weight: 100;
}
.nav-menu-inner button {
  vertical-align: 0;
}
hr {
  border-color: lightgrey;
}
.btn {
  /*    background-color: ButtonFace;*/
  border-radius: 10px;
  background-color: #74BC4A;
  color: #fff !important;
}
.module-button {
  width: 100%;
  margin-bottom: 20px;
  padding: 20px 5px;
  display: inline-block;
}
.quiz-questions ul {
  margin-left: 0;
  margin-top: 10px;
  padding-left: 0;
}
.quiz-answers li {
  list-style: none;
}
.quiz-answers li label {
  margin: 0;
}
.pass-section {
  font-size: 24px;
  background-color: green;
  color: white;
  padding: 100px;
  text-align: center;
}
.no-section {
  font-size: 20px;
  color: black;
  padding: 50px;
  text-align: center;
}
@media (max-width: 768px) {
  .pass-section {
    padding: 40px 20px;
  }
}
.pass-section p {
  font-size: 24px;
  line-height: 40px;
  background-color: green;
  color: white;
  padding: 30px;
  text-align: center;
}
.fail-section {
  font-size: 24px;
  background-color: red;
  color: white;
  padding: 100px;
  text-align: center;
}
.module-failed {
  color: red;
}
.module-passed {
  color: green;
}
.module-submitted {
  color: darkorange;
}
.quiz-mark {
  font-size: 32px;
  font-weight: bold;
}
.cert-filter {
  width: 150px;
  height: 106px;
  margin-left: 20px;
  margin-right: 20px;
}
.greyed {
  opacity: 1;
}
.module-menu-image {
  height: 141px;
  width: 255px;
}
.view-certificate-link {
  text-decoration: underline;
}
.report-table td {
  text-align: center;
}
.report-table td img {
    width: auto;
    height: 3rem;
}
.tlc-validation-error {
  border: 1px solid red;
  padding: 5px;
  padding-left: 20px;
  background-color: #ff3d3d;
  color: white;
}
.youtube-wrapper {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.youtube-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero-centre-logo {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.policies-table {
  width: 100%;
}
.policies-table td {
  text-align: left;
}
.policies-table td img {
  width: 30px;
  height: 30px;
}
.policies-table td .view-link {
  text-decoration: underline;
}
.policy-declaration p {
  color: #000;
  font-size: large;
  line-height: 33px;
}
#chk-agree {
  width: 25px;
  height: 25px;
  text-align: right;
}
.policy-tick {
  width: 25px;
  height: 25px;
  text-align: right;
}
.tlcForm .btn {
  width: 100% !important;
  margin-bottom: 20px !important;
  padding: 20px 5px !important;
  display: inline-block !important;
  border-style: none !important;
}
.standard-link {
  text-decoration: underline;
}
.button-active {
  background-color: grey;
}
#policypiechart,
#certpiechart,
#modulepiechart {
  height: 600px;
}
.downloadable-asset {
    margin-bottom: 30px;
    text-align: center;
}
.downloadable-asset h2 {
    text-align: left;
	font-size: 2rem;
}
.downloadable-asset img {
  width: 50px !important;
  height: 50px !important;
}
@media (max-width: 768px) {
    .downloadable-asset h2 {
        letter-spacing: 1.8px;
        line-height: 1.6;
    }
    .downloadable-asset img {
        width: 50px !important;
        height: 50px !important;
    }
}
.page-link {
  color: #323232;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #323232;
  border-color: #323232;
}
.hide {
  display: none;
}
.learningplan-answers li {
  list-style: none;
  display: inline-block;
}
.learningplan-answers li label {
  margin: 0;
}
.learningplanmandatoryevidenceupload .umbraco-forms-field-wrapper {
    position: relative;
    border: 4px dashed #035292;
}
.learningplanmandatoryevidenceupload .umbraco-forms-field-wrapper:before {
    position: absolute;
    z-index: 5;
    content: "Drag your evidence here or click in this area.";
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    pointer-events: none;
    text-align: center;
}
.learningplanmandatoryevidenceupload .umbraco-forms-field-wrapper input[type=file] {
    position: relative;
    z-index: 10;
    opacity: 0;
    width: 100%;
    height: 200px;
}
.learningplanmandatoryevidenceupload p {
    width: calc(100% + 8px);
    padding: 10px;
    background: #035292;
    color: #fff;
    text-align: center;
    font-weight: 700;
    margin: 0 -4px -4px;
}
.client-course-page-table {
    width: 100%;
}
.client-course-page-table td {
  text-align: left;
}
.client-course-page-table td img {
  width: 123px;
  height: 70px;
}
.client-course-page-table td .view-link {
  text-decoration: underline;
}
.white-link {
  color: white;
  text-decoration: underline;
  font-size: 70%;
}
.sickness-answers {
  padding-left: 50px;
  font-size: 120%;
}
@media (max-width: 768px) {
    .sickness-answers {
        padding-left: 0;
        padding-top: 7px;
    }
}
.sickness-radio-wrapper {
  margin-left: 0;
  margin-top: 10px;
}
.calendar-table td {
  border: 1px solid black;
  text-align: center;
  width: 14%;
  vertical-align: top !important;
}
.calendar-table .cal-bankholiday {
  background-color: cornflowerblue;
  vertical-align: top !important;
}
.calendar-table .cal-weekend {
  background-color: lightcyan;
  vertical-align: top !important;
}
.calendar-table .cal-unselected {
  padding: 8px;
  background-color: ButtonFace;
  color: black;
}
.calendar-table .cal-selected {
  padding: 8px;
  background-color: #808080;
  color: white;
}
.calendar-table .cal-requested {
  padding: 8px;
  background-color: #ffd24d;
  color: black;
}
.calendar-table .cal-approved {
  padding: 8px;
  background-color: lightgreen;
  color: black;
}
.calendar-table .cal-rejected {
  padding: 8px;
  background-color: red;
  color: white;
}
.annual-leave-key {
  padding-top: 80px;
}
.annual-leave-key td {
  padding: 5px;
}
.annual-leave-key td img {
  width: 40px !important;
  height: 35px !important;
}
.annual-leave-btn {
  margin-top: 20px;
}
.annual-leave-btn h3 {
  line-height: 1.4;
  color: #fff;
}
@media (max-width: 768px) {
  .annual-leave-btn {
    margin-top: 0;
  }
  .annual-leave-key {
    padding: 40px 0;
  }
}
.approveRejectUnselectedButton {
  background-color: ButtonFace;
  color: black;
  width: 100px;
}
.approveRejectSelectedButton {
  background-color: #808080;
  color: white;
  width: 100px;
}
.approveButton {
  background-color: #98FB98;
  color: white;
  width: 100px;
}
.rejectButton {
  background-color: red;
  color: white;
  width: 100px;
}
.approveRadio {
  background-color: #e0ffe0;
  min-height: 70px;
  font-size: 11px;
  padding-top: 5px;
}
.rejectRadio {
  background-color: #f5d6d6;
  padding-top: 5px;
  min-height: 70px;
  font-size: 11px;
}
.blankRadio {
  background-color: lightyellow;
  padding-top: 5px;
  min-height: 70px;
  font-size: 11px;
}
.approvedLabel {
  background-color: green;
  color: white;
  padding-top: 5px;
  min-height: 70px;
  font-size: 11px;
}
.approvedLabel a {
  font-size: 10px;
  text-decoration: underline !important;
}
.rejectedLabel {
  background-color: red;
  color: white;
  padding-top: 5px;
  min-height: 70px;
  font-size: 11px;
}
.rejectedLabel a {
  font-size: 10px;
  text-decoration: underline !important;
}
#membersOnLeave {
  margin-top: 80px;
}
#membersOnLeave ul li {
  list-style: none;
  font-style: italic;
}
.cal-link {
  text-decoration: underline !important;
}
.sessionSection {
  text-align: center;
  min-height: 130px;
  vertical-align: middle;
}
.learner-inactive {
  background-color: darkgray;
  font-style: italic;
}
.activated-section {
  font-size: 20px;
  background-color: green;
  color: white;
  padding: 80px;
  text-align: center;
}
.activated-section a {
  color: white;
  text-decoration: underline;
}
.notactivated-section {
  font-size: 20px;
  background-color: red;
  color: white;
  padding: 80px;
  text-align: center;
}
.already-activated-section {
  font-size: 20px;
  background-color: goldenrod;
  color: white;
  padding: 80px;
  text-align: center;
}
.already-activated-section a {
  color: white;
  text-decoration: underline;
}
.team-item {
  padding-bottom: 15px;
}
input[type="checkbox"] {
  transform: scale(1.5, 1.5);
}
.checkbox-enrol {
  margin-bottom: 0 !important;
}

.basic-profiler-choice-icon {
    display: none;
}

@media(min-width: 768px){
    .basic-profiler-choice-icon {
        display: block;
        width: 100px;
    }
}

.tlcForm label {
  display: inline !important;
}
.tlcForm .umbraco-forms-label {
  color: #323232;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  font-weight: 100;
  margin-top: 0px;
  margin-bottom: 10px;
  display: block;
  margin-block-start: 1.33rem;
  margin-block-end: 1.33rem;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
.tlcForm .umbraco-forms-field-wrapper {
  margin: 20px;
}
.accordion-row-title {
  /*background-color: lightgray;
    margin-bottom:5px;*/
}
.grey-form {
  background-color: whitesmoke;
  padding: 20px;
}
.search-section {
  position: absolute;
  top: 80px;
  width: 100%;
  z-index: 100;
  opacity: 0.8;
}
.search-section input {
  height: 47px;
}
.carehub-uploader-mobile form {
  position: relative;
  top: 20%;
  margin-bottom: 50px;
  text-align: center;
}
.carehub-uploader-mobile form p {
  width: 100%;
  text-align: center;
  color: #000;
}
.carehub-uploader-mobile form input {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
}
.carehub-uploader-mobile form .file-button {
  margin: 0;
  border: none;
  height: 70px;
  margin-top: -1px;
  margin-left: -4px;
  transition: all 0.2s ease;
  outline: none;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 10px;
  background-color: #74BC4A;
  color: #fff;
  width: 100%;
}
.carehub-uploader-mobile form .file-button-2 {
  margin: 0;
  border: none;
  height: 70px;
  margin-top: -1px;
  margin-left: -4px;
  transition: all 0.2s ease;
  outline: none;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 10px;
  background-color: grey;
  color: #fff;
  width: 90%;
  border-color: #000;
}
.carehub-uploader-mobile form button:hover {
  background: #149174;
  color: #0C5645;
}
.carehub-uploader-mobile form button:active {
  border: 0;
}
.carehub-uploader-desktop {
  /* used in asset manager*/
}
.carehub-uploader-desktop form {
  position: relative;
  top: 20%;
  margin-bottom: 120px;
  left: 50%;
  margin-left: -250px;
  width: 500px;
  height: 200px;
  border: 4px dashed #035292;
}
.evidence-review-uploader .carehub-uploader-desktop form {
    border: none;
}
.evidence-review-uploader textarea {
    width: 100%;
    resize:vertical;
}
.carehub-uploader-desktop form p {
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 170px;
  color: #000;
  font-size: 1.5rem;
}
.carehub-uploader-desktop form input {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
}
.carehub-uploader-desktop form button {
  margin: 0;
  border: none;
  width: 500px;
  margin-top: -1px;
  margin-left: -4px;
  border-radius: 4px;
  transition: all 0.2s ease;
  outline: none;
}
.evidence-review-uploader .carehub-uploader-desktop form button, .evidence-review-uploader .carehub-uploader-mobile form button {
    width: 100px;
    padding: 10px;
}
.carehub-uploader-desktop form button:hover {
  background: #149174;
  color: #0C5645;
}
.carehub-uploader-desktop form button:active {
  border: 0;
}
.evidence-review-message > div {
    padding: 40px 0;
    text-align: center;
}
.evidence-review-message p {
    font-size: 24px;
    margin: 0 0 30px;
}
.evidence-review-message p:last-child {
    margin: 0;
}
.evidence-review-message .btn {
    padding: 10px;
}
.download-button {
    width: 100%;
    margin-bottom: 20px;
    display: inline-block;
    background-color: darkgray;
    padding-top: 27px;
    padding-bottom: 27px;
}
.helpVideo {
  object-fit: initial;
  width: 100% !important;
  height: auto !important;
}
.passFail {
  width: 100%;
  text-align: center;
}
.passFail label {
  display: inline;
}
.passFail input {
  display: inline;
}

.carehub-asset-uploader form {
    position: relative;
    top: 20%;
    margin-bottom: 50px;
    left: 50%;
    margin-left: -250px;
    width: 500px;
    height: 200px;
    border: 4px dashed #035292;
}

.carehub-asset-uploader form p {
    width: 100%;
    text-align: center;
    color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.carehub-asset-uploader form input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
}

.carehub-asset-uploader form button {
    margin: 0;
    /*color: #fff;*/
    border: none;
    width: 500px;
    height: 43px;
    margin-top: -1px;
    margin-left: -4px;
    border-radius: 4px;
    border-bottom: 4px solid ButtonFace;
    transition: all 0.2s ease;
    outline: none;
}

.carehub-asset-uploader form button:hover {
    background: #149174;
    color: #0C5645;
}

.carehub-asset-uploader form button:active {
    border: 0;
}

.documentNameSection {
    position: relative;
    top: 20%;
    margin-bottom: 20px;
    left: 50%;
    margin-left: -250px;
    width: 500px;
}

@media (max-width: 768px) {
    .carehub-asset-uploader form {
        left: auto;
        margin-left: 0;
        width: 100%;
    }

    .documentNameSection {
        left: auto;
        margin-left: 0;
        width: 100%;
    }
}

.fas {
  font-weight: 400 !important;
  color: #035292;
}
.fa {
  font-weight: 400 !important;
  color: #035292;
}
.fa-icon {
  font-size: 40px !important;
}
.fa-icon-heavy {
  font-size: 40px !important;
  font-weight: 700 !important;
}
.icon-image {
  width: 30px;
}

/*-------------------------------------------------------------------------------------------*/
/* Robin Added STYLE    ||---------------------------- */

	html{
		/*font-size: 62.5%;*/
		font-size:12px;
	}

	
	body{
		font-size: 1rem;
	}
	h1{
		font-size: 4rem;
		font-weight: 100;
	}
	h2{
		font-size: 3.5rem;
		font-weight: 100;
	}
	h3{
		font-size: 3rem;
		font-weight: 100;
	}
	h4{
		font-size: 2.5rem;
		font-weight: 100;
	}
	h5{
		font-size: 2rem;
		font-weight: 100;
	}
	h6{
		font-size: 1.5rem;
		font-weight: 100;
	}
	
.homebox_main {
    padding: 10px;
    border-radius: 10px;
    background: #f8f8f8;
	margin: 15px 0;
}
	
.homebox_main:nth-child(1) {
	margin: 0 0;
}
	
.homebox_main h1, .homebox_main h2, .homebox_main h3, .homebox_main h4, .homebox_main h5, .homebox_main h6 {
	font-weight: 100;
    line-height: 4rem;
    padding-left: 0px;
}
	
.homebox_main h2 span {
	font-weight: 500;
}
	
.homebox_secondary {
    padding: 15px;
    border-radius: 20px;
    background: #fff;
}
	
.homebox_inner {
    padding: 10px;
    border-radius: 20px;
    background: #fff;
}

.landingpage_box {
    padding: 10px;
    border-radius: 10px;
    background: #f8f8f8;
	margin: 15px 0;
	height: 220px
}
	
.landingpage_box:hover {
	background: #74BC4A;
}
	
.landingpage_box:nth-child(1) {
	margin: 0 0;
}
	
.landingpage_box_inner {
	position: absolute; 
	top: 50%; 
	left: 50%; 
	transform: translate(-50%,-50%); 
	text-align: center;
}
	
.landingpage_box h5 {
	font-weight: 100;
    padding: 10px 0 0;
}

.landingpage_box_dominos {
    padding: 10px;
    border-radius: 10px;
    background: #004775;
	color: #ffffff;
	margin: 15px 0;
	height: 220px
}
	
.landingpage_box_dominos:hover {
	background: #2B2326;
}
	
.landingpage_box_dominos:nth-child(1) {
	margin: 0 0;
}



.landingpage_box_envivo {
    padding: 10px;
    border-radius: 10px;
    background: #702F8A;
	color: #ffffff;
	margin: 15px 0;
	height: 220px
}
	
.landingpage_box_envivo:hover {
	background: #00BAB3;
}
	
.landingpage_box_envivo:nth-child(1) {
	margin: 0 0;
}


.landingpage_box_dhl {
    padding: 10px;
    border-radius: 10px;
    background: #d40510;
	color: #ffffff;
	margin: 15px 0;
	height: 220px
}
	
.landingpage_box_dhl:hover {
	background: #ffcc00;
}
	
.landingpage_box_dhl:nth-child(1) {
	margin: 0 0;
}
	
.landingpage_box_inner_dominos, .landingpage_box_inner_envivo, .landingpage_box_inner_dhl {
	position: absolute; 
	top: 50%; 
	left: 50%; 
	transform: translate(-50%,-50%); 
	text-align: center;
}
	
.landingpage_box_dominos h5, .landingpage_box_envivo h5, .landingpage_box_dhl h5 {
	font-weight: 100;
    padding: 10px 0 0;
	color: #ffffff;
}
	
.margin_tb{
	margin: 10px 0;
}
	
.accordion {
  background-color: #f8f8f8;
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 2rem;
  transition: 0.4s;
  padding: 5px 0;
  font-weight: 100;
}

.panel {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
	
.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}


	
.cert-filter {
    width: auto;
    height: auto;
    margin-left: 0px;
    margin-right: 0px;
	padding: 0 10px;
}
	
.module-menu-image {
    width: 100%;
}

button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}

ul.clientbreadcrumb {
  padding: 10px 16px;
  list-style: none;
  /*background-color: #eee;*/
}
ul.clientbreadcrumb li {
  display: inline;
  font-size: 18px;
}
ul.clientbreadcrumb li+li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}
ul.clientbreadcrumb li a {
  /*color: #0275d8;*/
  text-decoration: none;
}


ul.clientbreadcrumb li a:hover {
  color: #005695;
  text-decoration: underline;
}

/*-------------------------------------------------------------------------------------------*/
