

/* Skills4Work Colours */
.mb-prussblu {
    background-color:#0B3C5D;
}
.mb-skyblu {
    background-color:#BCFBFF;
}
.mb-goldleaf {
    background-color:#D9B310;
}
.mb-ivoryblack {
    background-color:#1D2731;
}
.mb-summersky {
    background-color:#286DA8;
}
.mb-warmpeach {
    background-color:#CD5360;
}
.mb-field {
    background-color:#B37D4E;
}
.mb-breeze {
    background-color:#438496;
}

.mb-grassy {
    background-color:#83FF8F;
}

.mb-cream {
background-color:#FFFFBF;
}

.mb-beige {
background-color:#FFF4DE;
}

.mb-yellow {
background-color:#F4FF53;
}

.mb-palegreen {
background-color:#B2FFAF;
}

/* -------- Turn on borders for DIVs etc. ------------ */

.borderon {border:2px solid black; }

.borderoff {border:none; }

/* -------- Text colouring/weight -------- */

.blktxt {color:#000; font-weight:bold;}

.dblutxt {color:#020080; font-weight:bold;}

.blutxt {color:#160dff;}

.pbtxt {color:#0B3C5D;}

.gltxt {color:#D9B310;}

.grntxt {color:#8fff9b;}

.wptxt {color:#CD5360;}

.yeltxt {color:#FFFC2E; }

.whttxt {color: #FFF; }

.redtxt {color:#FF0000;}

.ppltxt {color:#C81EBC; }

.grytxt {color:#8A8988; }

.strongtxt {font-weight:bold; }

.undtxt {text-decoration:underline; }

.charitytxt {color:#0900AC; font-weight:bold; font-size:1.2em;}

.italictxt {font-style:italic; }

.undltxt {text-decoration:underline; }

.medtxt {font-size:1.6em; }

.smltxt {font-size:0.9em; }

/* ----------- Text alignment options ------------ */

.rttxt {text-align:right; }

.lttxt {text-align:left; }

.cnttxt {text-align:center; }

.centblock {display:block; margin-left:auto; margin-right:auto;}

.rndcorners {border-radius:10px 10px; box-shadow: 3px 3px #6A6A6A;}

/* ------- Centre object on page ---------- */

.setcentre {display:block; margin:20px auto;}

/* ---------------------------------------- */

.wide100 {width:100px; }

.boxshade {box-shadow:8px 8px 4px #888; }

.floatboxright {display:block; float:right; margin-right:30px; margin-top:20px;}

/* Set up Header area to hold 3 sections */

.mainlogo {
width:50%; height:auto; float:left;
}

.newspanel {
width:45%; height:90px; float:right; border:1px solid #000; border-radius:10px; margin-bottom:10px; padding:10px; line-height:1.2;
}

.newspanel a:visited {color:#098E00; }

.licences {
width:100%; height:auto; float:left; border-top:2px solid #1EB693; border-bottom:2px dotted #1EB693; margin-bottom:15px;
}

.newlogos {
width:650px; padding:0px 20px; margin:10px auto; background-color:#FFC669; border:5px ridge #FFAC37;
}

.imgborder {
 margin:10px;
}

.toppad {
padding-top:15px;
}

/* ---------- Misc Bits & Pieces --------------------*/

#player-overlay {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 999;
}

video {
  /* display: block; */
  width: 100%;
  height: 100%;
}

#s4wbackground {
background-color:#C4F3FF;
 }
 
#wtbackground {
background-color:#fff;
 }

.user-cannot-see {
    display:none
}
