@font-face {
    font-family: 'Museo300-Regular';
    src: url('Museo300-Regular-webfont.woff2') format('woff2'),
         url('Museo300-Regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Museo700-Regular';
    src: url('Museo700-Regular-webfont.woff2') format('woff2'),
         url('Museo700-Regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Museo500-Regular';
    src: url('Museo500-Regular-webfont.woff2') format('woff2'),
         url('Museo500-Regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


body {margin: 0px; padding: 0px; font-family: arial; line-height: 1.5; font-size: 100%; background-color: #f1f4f5;}

a {color: #007CBD;}
p a {font-weight: bold;}
p a:hover, .userprefbar a:hover, a:focus, .userprefbar a:focus  {background: yellow; color: #000;}
.highlightlinks li a, .highlightlinks dt {font-weight: bold;} 
.highlightlinks li a:hover, .highlightlinks li a:focus,  .highlightlinks dt a:hover,  .highlightlinks dt a:focus  {background: yellow; color: #000;}

 .accordion-toggle {cursor: pointer; background: #d7dfe1; padding: 10px;}
  .accordion-content {display: none;}
  .accordion-content.default {display: block;}

  .practicearea {border-bottom: 1px solid #d7dfe1;}
  .coreunits {border-bottom: 1px solid #d7dfe1;}

  .coreunits ul, .optionalunits ul {list-style-type: none;
    padding: 0px;
    margin: 0px;}
  .coreunits ul li, .optionalunits ul li {display: inline-block; margin-bottom: 20px!important;}
  .coreunits ul li a, .optionalunits ul li a {background: #d7dfe1; padding: 5px; border: 1px solid #d7dfe1; margin: 5px; color: #83868b;}
  .activenos a {background: #007CBD!important; color: #fff!important;}
  
  a.tltip {
  
    text-decoration: none;
}
a.tltip:hover, a.tltip:focus {
    position: relative;
}
a.tltip .descriptor {
    display: none;
}
a.tltip:hover .descriptor, a.tltip:focus .descriptor {
    border: #d7dfe1 1px solid;
    padding: 5px 20px 5px 5px;
	background: #ca0000;
    display: block;
    z-index: 100;
    left: 0px;
    margin: 0px;
    width: 150px;
    position: absolute;
    bottom: 30px;
    text-decoration: none;
	color: #fff;
	font-size: 85%;
}

.activenos a.tltip:hover .descriptor, .activenos a.tltip:focus .descriptor {
    background: #008a47;
	color: #fff;
}

.activenos a.tltip:hover, .activenos a.tltip:focus {
    background: #008a47!important;
	color: #fff;
}

a.tltip:hover, a.tltip:focus {
    background: #ca0000!important;
	color: #fff;
    
}

/*----- Accordion -----*/
.accordion, .accordion * {
    box-sizing:border-box;
	
}
 
.accordion {
    overflow:show;
    border-radius:3px;
    background:#f7f7f7;
	margin: 40px;
}
 
/*----- Section Titles -----*/
.accordion-section-title {
    width:100%;
    padding:15px;
    display:inline-block;
    border-bottom:1px solid #d7dfe1;
    background: #4d4f53;
    transition:all linear 0.15s;
    /* Type */
	font-family: 'Museo500-Regular';
    font-size:120%;
    color:#fff;
	text-decoration: none;
}
 
.accordion-section-title.active, .accordion-section-title:hover, .accordion-section-title:focus {
    background: #007CBD;
    /* Type */
    text-decoration:none;
	color: #fff;
}
 
.accordion-section:last-child .accordion-section-title {
    border-bottom:none;
}
 
/*----- Section Content -----*/
.accordion-section-content {
    padding:15px;
    display:none;
}
  
.userprefbar {width: 100%; font-size: 90%;}
.printlinks {float: right}

#fontControls {display: inline-block;}	
.increaseSize {margin-right: 9px;}	
.resetSize {margin-right: 9px;}	
.decreaseSize {margin-right: 9px;}	

.pagetitle {border-top: 1px solid #d7dfe1;  margin-top: 30px;}
.pagetitle h1 {font-family:'Museo500-Regular';}

.menucontainer {max-width: 1000px; margin-right: auto; margin-left: auto;}
.container {max-width: 1000px; margin-right: auto; margin-left: auto; padding: 10px; }

.masthead {width: 100%; background-color: #007CBD;}
.mastheadlogo {width: 20%; float: left;}
.mastheadtitle {width: 70%; float: right; text-align: right;}
.masthead h1 {color: #fff; font-size: 150%; font-family:'Museo700-Regular'; font-weight: normal; padding-top: 5px;}
.clear {clear: left;}
.callout {max-width: 250px; float: right; background-color: #d7dfe1; padding: 20px; margin-left: 30px; margin-bottom: 20px; background-image: url('/public/20201002224509oe_/https://learn.sssc.uk.com/nos/gfx/background.png');  background-repeat: no-repeat; background-position: right bottom;  }
.callout h2 {margin-top: 0px; font-family:'Museo300-Regular';}

.quote {width: 70%; border-top: 10px solid #d7dfe1; border-bottom: 5px solid #d7dfe1; margin-top: 50px; margin-bottom: 50px;}
.quote .text {font-family:'Museo300-Regular'; font-size: 150%; color: #414246;}
.quote .source {font-family:'Museo700-Regular'; text-align: right; color: #414246}

.fullquote {width: 100%; border-top: 10px solid #d7dfe1; border-bottom: 5px solid  #d7dfe1; margin-top: 50px; margin-bottom: 50px;}
.fullquote .text {font-family:'Museo300-Regular'; font-size: 150%; color: #414246;}
.fullquote .source {font-family:'Museo700-Regular'; text-align: right; color: #414246}

.quoteleft {width: 49%; border-top: 10px solid  #d7dfe1; border-bottom: 5px solid  #d7dfe1; margin-top: 50px; margin-bottom: 50px; float: left;}
.quoteleft .text {font-family:'Museo300-Regular'; font-size: 150%; color: #414246; padding-right: 20px; padding-left: 20px;}
.quoteleft .source {font-family:'Museo700-Regular'; text-align: right; color: #414246; padding-right: 20px;}

.quoteright {width: 49%; border-top: 10px solid  #d7dfe1; border-bottom: 5px solid  #d7dfe1; margin-top: 50px; margin-bottom: 50px; float: right;}
.quoteright .text {font-family:'Museo300-Regular'; font-size: 150%; color: #414246; padding-right: 20px; padding-left: 20px;}
.quoteright .source {font-family:'Museo700-Regular'; text-align: right; color: #414246; padding-right: 20px;}

blockquote {
  border-left: 10px solid #007CBD;
  margin: 1.5em 20px;
  padding: 0.5em 10px;
}

ol li {margin-bottom: 20px;}


.learningoutcomes {margin: 20px; border: 1px solid #d7dfe1; padding: 20px; margin-top: 30px;}
.learningoutcomes h3 {margin-top: 0px; font-family:'Museo700-Regular';}
.learningoutcomes ul li  {margin-bottom: 10px;}



.videobar, .showcasebar {width: 100%; background-color: #d7dfe1; margin-top: 30px; margin-bottom: 30px;}
.videobar h2, .showcasebar h2, .inlinevideo h4 {font-family:'Museo300-Regular'; font-size: 130%; font-weight: normal;}
.videobar p, .inlinevideo p {font-size: 90%; color: #3f4043; }
.videobar ul li {font-size: 90%; color: #3f4043;}
.videoleft {width: 49%; float: left;}
.videoright {width: 49%; float: right;}
.videocontainer {max-width: 900px; margin-right: auto; margin-left: auto; padding: 10px; }



.menubar {

background-color: #4d4f53;

}

.solidblockmenu{
margin: 0px;
padding: 0px;
float: left;
font: 140%;
width: 100%;
overflow: hidden;
border-width: 1px;
background: #4d4f53;
}

.solidblockmenu li{
display: inline;

}

.solidblockmenu li a{
float: left;
color: white;
padding: 15px 15px;
text-decoration: none;
border-right: 1px solid #414246;
font-family: 'Museo300-Regular';
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li a:focus, .solidblockmenu li .current{
color: white;
background: #007CBD!important;
}

.mattblacktabs{
width: 100%;
overflow: hidden;
margin-bottom: 30px;
border-top: 1px solid #d7dfe1; /*bottom horizontal line that runs beneath tabs*/
}

.mattblacktabs ul{
margin: 0;
padding: 0;
padding-left: 10px; /*offset of tabs relative to browser left edge*/
font-size: 90%;
list-style-type: none;
}

.mattblacktabs li{
display: inline;
margin: 0;
}

.mattblacktabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 7px 8px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
color: white;
background: #4d4f53; /*background of tabs (default state)*/
}

.mattblacktabs li a:visited{
color: white;
}

.mattblacktabs li a:hover, .mattblacktabs li a:focus, .mattblacktabs li.selected a{
background: #007CBD; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}

.body-hi {background-color:  #d7dfe1; padding: 1px;}

.videocontainer textarea {

-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
width: 80%;}

.print_only {display: none;}


/*tabs*/
.tabs { margin: 0; padding: 0; }
.tabs li { display: inline-block; }
.tabs a { font-size: 120%; line-height: 100%; display: block; outline: none; text-decoration: none; color: #fff; font-family:'Museo300-Regular'; background: #4d4f53; border-bottom: none; -moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; padding: 10px;}
.tabs a:hover, .tabs a:focus { text-decoration: none; background: #007CBD; }
.tabs a.active { background: #007CBD; position: relative; text-decoration: none;  }
.tabs a.active { color: #fff; text-decoration: none; }  
.tab-container {padding: 40px;}
.tab-container .panel-container { background: #d7dfe1; padding: 20px; -moz-border-radius: 0 4px 4px 4px; -webkit-border-radius: 0 4px 4px 4px; }

/*Make Image Scalable - Assign this class to any image to make it scale with the browser window size*/
img.scalable {
	max-width: 100%;
	max-height: 100%;
	height: auto !important;
	width: auto !important;
}
.fancy {
	border: 1px solid rgba(255,255,255,.2);
}

.rightimg {float: right; margin-left: 20px; margin-bottom: 20px;}
 
/*buttons*/

.btn {
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  color: #ffffff;
  font-size: 100%;
  font-family:'Museo300-Regular';
  font-weight: normal;
  background:  #007CBD;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn:hover, .btn:focus {
  background:  #4d4f53;
  text-decoration: none;
  color: #fff;
} 

#next,
#prev {
    color: #333;
    display: inline-block;
    font-size: 2em; 
	font-family:'Museo700-Regular';
    overflow: hidden;
    position: relative;
    text-decoration: none;
    width: auto;
}



#next,
#prev { padding: 0.5em 1.5em }

#next { text-align: right }

#next:before,
#next:after,
#prev:before,
#prev:after {
    background: #333;
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    content: "";
    display: block;
    height: 0.5em;
    position: absolute;
    right: 0;
    top: 50%;
    width: 1em;
}

#prev:before,
#prev:after { left: 0 }

#next:before,
#prev:before {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#next:after,
#prev:after {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#prev:after,
#next:before { margin-top: -.36em }

#next:hover,
#next:focus,
#prev:hover,
#prev:focus { color: #007CBD }

#next:hover:before,
#next:hover:after,
#next:focus:before,
#next:focus:after,
#prev:hover:before,
#prev:hover:after,
#prev:focus:before,
#prev:focus:after { background: #007CBD }

/* container styles  */

.nextpage { text-align: center }
 
 
 
 .footercta {background-color: #d7dfe1; margin-top: 60px;}
.footercontainer {max-width: 1000px; margin-right: auto; margin-left: auto; background-image: url('/public/20201002224509oe_/https://learn.sssc.uk.com/nos/gfx/background.png');  background-repeat: no-repeat; background-position: right bottom; padding: 10px;}		
.footercta .ctatext {float: left; padding: 30px;}
.footercta .ctabutton {float:right; padding: 30px;}
.footercta h3 {font-family:'Museo300-Regular'; margin: 0px; padding: 10px;}
 
.footer {width: 100%; background-color: #414246;}
.footerlogo {width: 20%; float: left;}
.footertext {width: 70%; float: right; text-align: right;  color: #fff; font-size: 90%;}
.footertext a, .footertext a:visited {color: #fff;}
.footertext a:hover, .footertext a:focus {color: #000;}

#cookiesWarning {
	
}

#cookiesWarning p {margin: 0px; padding: 0px;}

.cookiedisabledwarning {	background: #FFF;
	margin: 5px;
	padding: 10px;
	border-radius: 7px;}

#cookiesWarningActive {
	background: #FFF;
	margin: 5px;
	padding: 10px;
	border-radius: 7px;
}

#cookiesWarningActive small {
	background: #FA5528;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 3px;
	color: #fff;
	border: none;
	border-radius: 7px;
}

#readMoreURL  a:link {
	
}
#readMoreURL  a:visited {
	
}
#readMoreURL  a:hover {
	
}

#text {
	
}

#warning {
	
}

#cookiesDisabled {
	
}

.checkbox {
	
}

.acceptance {
	padding-left: 10px;
	padding-right: 10px;
}

.button {
	
}

/* back to top and QR code */

#elevator_item {
width: 60px;
height: 100px;
position: fixed;
right: 15px;
bottom: 10px;
-webkit-transition: opacity .4s ease-in-out;
-moz-transition: opacity .4s ease-in-out;
-o-transition: opacity .4s ease-in-out;
opacity: 1;
z-index: 100020;
display: none;
}
#elevator_item.off {
opacity: 0;
visibility: hidden
}
#elevator {
display: block;
width: 60px;
height: 50px;
background: url(/public/20201002224509oe_/https://learn.sssc.uk.com/nos/gfx/icon_top.png) center center no-repeat;
background-color: #444;
background-color: rgba(0,0,0,.6);
border-radius: 2px;
cursor: pointer;
margin-bottom: 10px
}
#elevator:hover {
background-color: rgba(0,0,0,.7)
}
#elevator:active {
background-color: rgba(0,0,0,.75)
}
#elevator_item .qr {
display: block;
width: 60px;
height: 40px;
border-radius: 2px;
cursor: pointer;
background: url(/public/20201002224509oe_/https://learn.sssc.uk.com/nos/gfx/icon_code.png) center center no-repeat;
background-color: #444;
background-color: rgba(0,0,0,.6)
}
#elevator_item .qr:hover {
background-color: rgba(0,0,0,.7)
}
#elevator_item .qr:active {
background-color: rgba(0,0,0,.75)
}
#elevator_item .qr-popup {
width: 170px;
height: 200px;
background: #fff;
position: absolute;
left: -180px;
bottom: 0;
border-radius: 2px;
display: none;
text-align: center
}
#elevator_item .qr-popup .code-link {
display: block;
margin: 10px;
color: #777;
}

.qr-popup {font-size: 80%;}

#elevator_item .qr-popup .code {
display: block;
margin-bottom: 5px
}
#elevator_item .qr-popup .arr {
width: 6px;
height: 11px;
position: absolute;
right: -6px;
bottom: 14px
} 

nav a#pull {
	display: none;
}

#mobilemenuoption {
	display: none;
}

#tabletmenuoption {
	display: none;
}

/* FAQs */

#faqs dt, #faqs dd { padding: 0 0 0 50px }
#faqs dt { font-size:130%; color: #9d9d9d; cursor: pointer; line-height: 150%; margin: 0 0 15px 25px}
#faqs dd { font-size: 1em; margin: 0 0 20px 25px}
#faqs dt { background: url('/public/20201002224509oe_/https://learn.sssc.uk.com/nos/gfx/expand-icon.png') no-repeat left}
#faqs .expanded { background: url('/public/20201002224509oe_/https://learn.sssc.uk.com/nos/gfx/expanded-icon.png') no-repeat left}


/* Hide items that will only be shown when the page is printed */
#printlogo {display: none;}
#footermessage {display: none;}
#videotranscript {display: none;}


@media only screen and (max-width : 900px) {
 
.mastheadtitle {width: 100%;text-align: center;}
.masthead h1 {color: #fff; font-size: 150%; font-family:'Museo700-Regular'; font-weight: normal; padding-top: 5px;}
.mastheadlogo {width: 100%; text-align: center;}
.clear {clear: both;}

.callout {max-width: 100%; clear: both; margin-left: 0px; margin-bottom: 30px;}

.videoleft {width: 100%; clear: both;}
.videoright {width: 100%; clear: both;}

.footerlogo {width: 100%; text-align: center;}
.footertext {width: 100%; text-align: center; }

   nav {
        border-bottom: 0;
    }
    nav ul {
        display: none;
        height: auto;
    }
	
		nav li {
		display: block;
		float: none;
		
	}
	nav li a {
		border-bottom: 1px solid #d7dfe1;
		color: #fff;
		font-family: arial;
		width: 100%;
	}
    nav a#pull {
        display: block;
		color: #fff;
        padding-top: 10px;
		padding-bottom: 10px;
		text-indent: 20px;
        position: relative;
		
		text-decoration: none;
		
    }
    nav a#pull:after {
        content:"";
        background: url('/public/20201002224509oe_/https://learn.sssc.uk.com/nos/gfx/nav-icon.png') no-repeat;
        width: 30px;
        height: 30px;
        display: inline-block;
        position: absolute;
        right: 15px;
        top: 10px;
    }
	
	nav a#pull:focus {background:  #4d4f53; } 
	
	nav li br {display: none;}
	
 .footercta {text-align: center;}
.footercta .ctatext {clear: both; margin: 0px; padding: 0px; text-align: center; float: none;}
.footercta .ctabutton {clear: both; float: none;}

#mobilemenuoption {
	display: inline;
}

#tabletmenuoption {
	display: inline;
}

	.mattblacktabs li a{
margin-bottom: 5px;
margin-right: 5px;
}

.printlinks {clear: both; width: 100%;}

 .userprefbar {display: none;}

	
}




@media only screen and (max-width : 480px) {
    nav {
        border-bottom: 0;
    }
    nav ul {
        display: none;
        height: auto;
    }
	
		nav li {
		display: block;
		float: none;
		width: 100%;
	}
	nav li a {
		border-bottom: 1px solid #4d4f53;
		color: #fff;
		font-family: arial;
	}
    nav a#pull {
        display: block;
		color: #fff;
        padding-top: 10px;
		padding-bottom: 10px;
		text-indent: 20px;
        position: relative;
		
		text-decoration: none;
		
    }
    nav a#pull:after {
        content:"";
        background: url('/public/20201002224509oe_/https://learn.sssc.uk.com/nos/gfx/nav-icon.png') no-repeat;
        width: 30px;
        height: 30px;
        display: inline-block;
        position: absolute;
        right: 15px;
        top: 10px;
    }
	
	nav a#pull:focus {background:  #4d4f53; } 
	
	
	

.quoteleft {width: 100%; clear: both;}
.quoteright {width: 100%; clear: both;}

	.sssclogo {max-width: 80%;}
	#prev {display: none;}
	.masthead h1 {font-size: 110%; padding-top: 5px;}
 .pagetitle h1 {font-size: 150%;}
 .tab-container {padding-right: 0px; padding-left: 0px;}
 .tabs a { margin-bottom: 5px; -moz-border-radius: 4px 4px 4px 4px; -webkit-border-radius: 4px 4px 4px 4px; padding: 10px;}
 
 .learningoutcomes {margin: 0px; border: 1px solid #d7dfe1; padding: 10px;}
 
  .coreunits ul li, .optionalunits ul li {display: none;}
  .activenos  {display: block!important;}
  .activenos a {background: inherit!important; color: #007CBD!important; font-weight: bold;}
  .activenos a:hover {background: yellow!important; color: #000!important;}
  .activenos .descriptor {display: inline!important; color: #000; font-weight: normal;}
  .activenos .descriptor::before {content: " - ";}
  .coreunits ul li a, .optionalunits ul li a {background: inherit; padding: 0px; border: none; margin: 0px; color: inherit; box-shadow: none;}
  a.tltip:hover .descriptor, a.tltip:focus .descriptor {
    border: none;
    padding:0px;
	background: none;
    display: inline;
    z-index: 0;
    left: 0px;
    margin: 0px;
    width: inherit;
    position: inherit;
    top: 0px;
    text-decoration: none;
	color: #000;
	font-size: 100%;
}
	
.accordion {margin-left: 0px; margin-right: 0px;}

#tabletmenuoption {
	display: none;
}
 
	
}




