article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html {
  font-size: 100%; }

html, button, input, select, textarea {
  display: block;
  font-family: arial,helvetica,sans-serif; }

body {
  margin: 0; }

/*
a:focus {
  outline: thin dotted; }
  */

/*
a:active, a:hover {
  outline: 0 none; }
  */

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.67em;
  margin: 2.33em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

hr {
  box-sizing: content-box;
  height: 0; }

mark {
  background: none repeat scroll 0 0 yellow;
  color: black; }

p, pre {
  margin: 1em 0; }

code, kbd, pre, samp {
  font-family: monospace,serif;
  font-size: 1em; }

pre {
  font-family: sans-serif;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

/*
q:before, q:after {
  content: none; }
  */

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

dl, menu, ol, ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

menu, ol, ul {
  padding: 0 0 0 40px; }

nav ul, nav ol {
  list-style: none outside none; }

img {
  border: 0 none; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

form {
  margin: 0; }

fieldset {
  border: 1px solid #bfbfbf;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0 none;
  padding: 0;
  white-space: normal; }

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline; }

button, input {
  line-height: normal; }

button, select {
  text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="search"] {
  box-sizing: content-box; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0 none;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

*, *:before, *:after {
  box-sizing: border-box; }

#AdminFunc img {
  width: auto; }

.inView .slideLeft {
  animation-duration: 2s;
  animation-name: slideLeft;
  animation-timing-function: ease-in-out;
  visibility: visible !important; }

@-moz-keyframes slideLeft {
  0% {
    transform: translateX(100%); }

  50% {
    transform: translateX(-4%); }

  65% {
    transform: translateX(2%); }

  80% {
    transform: translateX(-2%); }

  95% {
    transform: translateX(1%); }

  100% {
    transform: translateX(0%); } }
.inView .slideRight {
  animation-duration: 2s;
  animation-name: slideRight;
  animation-timing-function: ease-in-out;
  visibility: visible !important; }

@-moz-keyframes slideRight {
  0% {
    transform: translateX(-100%); }

  50% {
    transform: translateX(4%); }

  65% {
    transform: translateX(-2%); }

  80% {
    transform: translateX(2%); }

  95% {
    transform: translateX(-1%); }

  100% {
    transform: translateX(0%); } }
.inView .slideDown {
  animation-duration: 2s;
  animation-name: slideDown;
  animation-timing-function: ease;
  visibility: visible !important; }

@-moz-keyframes slideDown {
  0% {
    transform: translateY(-100%); }

  50% {
    transform: translateY(8%); }

  65% {


    transform: translateY(-4%); }

  80% {
    transform: translateY(4%); }

  95% {
    transform: translateY(-2%); }

  100% {
    transform: translateY(0%); } }
.inView .slideUp {
  animation-duration: 2s;
  animation-name: slideUp;
  animation-timing-function: ease;
  visibility: visible !important; }

@-moz-keyframes slideUp {
  0% {
    transform: translateY(100%); }

  50% {
    transform: translateY(-8%); }

  65% {
    transform: translateY(4%); }

  80% {
    transform: translateY(-4%); }

  95% {
    transform: translateY(2%); }

  100% {
    transform: translateY(0%); } }
html, body {
  font-size: 14px;
  overflow-x: hidden; }

body.large {
  font-size: 16px; }

body.larger {
  font-size: 18px; }

p, ul, ol {
  line-height: 1.5em; }

ul {
  list-style-type: square; }

a {
  text-decoration: underline; }

/*
a:focus {
  outline: 0 none; }
  */

h1 {
  margin: 0; }

.container {
  margin: 0 auto;
  position: relative;
  width: 940px; }

.left-search input[type="text"] {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: black;
  border-image: none;
  border-style: solid none solid solid;
  border-width: 1px 0 1px 1px;
  float: left;
  height: 32px;
  margin-bottom: 20px;
  margin-left: 7px;
  padding: 6px 10px;
  width: 170px; }

.left-search button[name="search"] {
  background-color: white;
  background-image: url("/assets/images/accreditation/search.png");
  background-position: center center;
  background-repeat: no-repeat;
  border: 1px solid black;
  border-radius: 0;
  float: left;
  height: 32px;
  margin-left: 0;
  min-width: 32px;
  overflow: hidden;
  text-indent: -300%;
  width: 32px; }

.resultsheader {
  border: 1px solid black;
  padding: 10px 5px; }

.refinesearch input, .refinesearch select {
  background: none repeat scroll 0 0 white;
  border: 1px solid black;
  margin-top: 0; }

.refinesearch label {
  padding: 10px; }

.refinesearch button[type="submit"] {
  background-color: white;
  background-image: url("/assets/images/accreditation/search.png");
  background-position: 10px center;
  background-repeat: no-repeat;
  border: 1px solid black;
  border-radius: 0;
  margin-left: 0;
  overflow: hidden;
  padding: 10px 20px 10px 36px; }

@media only screen and (max-width: 1000px) {
  .container {
    width: 90%; } }
.invisible {
  opacity: 0; }

.top_box {
  margin-top: 30px; }

.header {
  color: #1d2a59;
  padding: 20px 0;
  position: relative; }

.header:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden; }

.header .logo {
  background-image: url("/assets/images/accreditation/ACC-Logo.jpg");
  background-repeat: no-repeat;
  display: inline;
  float: left;
  height: 70px;
  overflow: hidden;
  text-indent: -300%;
  width: 130px; }

@media not all, (min-resolution: 144dpi) {
  .header .logo {
    background-image: url("/assets/images/accreditation/ACC-Logo.jpg");
    background-size: 113px 60px; } }
.header .gsc-search-box {
  display: inline-block;
  float: right;
  margin-left: 20px;
  margin-top: 15px;
  width: auto; }

.header .gsc-search-box input {
  border: 1px solid #233470;
  display: inline;
  float: left;
  height: 32px;
  padding: 6px 10px; }

.header .gsc-search-box input.gsc-search-button {
  background-color: white;
  background-image: url("/assets/images/accreditation/search.png");
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 0;
  height: 32px;
  margin-left: 0;
  min-width: 32px;
  overflow: hidden;
  text-indent: -300%;
  width: 32px; }

@media not all, (min-resolution: 144dpi) {
  .header .gsc-search-box input.gsc-search-button {
    background-image: url("/assets/images/accreditation/search.png");
    background-size: 16px 16px; } }
.header .gsc-search-box input[type="text"] {
  border-right: 0 none;
  width: 235px; }

.header .gsc-search-box .gsc-input {
  background: none repeat scroll 0 0 transparent !important;
  padding-right: 0;
  width: 100%; }

.header .gsc-search-box td.gsc-input, .header .gsc-search-box td.gsc-search-button {
  border: medium none !important;
  border-collapse: inherit !important; }

.header .gsc-search-box .gsc-clear-button {
  display: none !important; }

.header .gsc-search-box .gsc-completion-container {
  z-index: 300; }

.header form {
  margin-top: 0 !important; }

.header table {
  margin-left: 0 !important; }

.header table.gsc-search-box {
  width: 19em !important; }

.header table.gsc-branding {
  width: 1px !important; }

.header table.gsc-branding, table.gcsc-branding {
  border-spacing: 0;
  border-style: none;
  border-width: 0;
  width: 100%; }

.header table.gsc-branding td, table.gsc-branding, table.gcsc-branding td, table.gcsc-branding {
  border: medium none;
  margin: 0;
  padding: 0; }

.header .gsc-branding, .gsc-branding {
  display: none; }

.header .header-links {
  display: inline-block;
  float: right;
  margin-left: 20px;
  margin-top: 10px; }

.header .header-links a {
  color: #1d2a59;
  text-decoration: none; }

.header .header-links a:hover {
  text-decoration: underline; }

.header .header-links ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden; }

.header .header-links ul li {
  border-right: 1px solid #1d2a59;
  display: inline;
  float: left;
  font-size: 14px;
  height: 16px;
  padding: 0 10px;
  position: relative; }

.header .header-links ul li.more-options {
  background-image: url("/assets/images/accreditation/options-cog.png");
  background-repeat: no-repeat;
  border: 0 none;
  display: inline-block;
  height: 16px;
  margin-left: 10px;
  overflow: hidden;
  padding: 0;
  text-indent: -9999px;
  width: 16px; }

@media not all, (min-resolution: 144dpi) {
  .header .header-links ul li.more-options {
    background-image: url("/assets/images/accreditation/options-cog_2x.png");
    background-size: 16px 16px; } }
.header .header-links ul li.more-options a {
  display: block; }

.header .header-links ul .subNav {
  background: none repeat scroll 0 0 white;
  border: 1px solid #1d2a59;
  border-radius: 10px;
  display: none;
  left: -50%;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 40px;
  transition: all 1s ease-in-out 0s;
  width: 200%;
  z-index: 100; }

.header .header-links ul .subNav:before {
  border-bottom: 10px solid #1d2a59;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  content: "";
  display: block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: relative;
  top: -10px;
  width: 0; }

.header .header-links ul .subNav ul {
  margin: 0;
  padding: 0; }

.header .header-links ul .subNav li {
  border: 0 none;
  display: block;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%; }

.header .header-links ul .subNav li a {
  display: block;
  padding: 15px; }

.header .header-links ul li.sub-open .subNav {
  display: block;
  opacity: 1; }

.header #custpanelNohp {
  width: 160px; }

.header .noHp {
  background: none repeat scroll 0 0 #e6e6e6 !important;
  color: #1d2a59;
  padding-top: 10px !important;
  right: 130px; }

.header #custpanelNohp {
  background: none repeat scroll 0 0 #163979;
  border-radius: 3px;
  /*box-shadow: 0 0 12px #878787;*/
  clear: both;
  display: none;
  margin: 11px 0 20px;
  padding: 10px 20px 20px;
  position: absolute;
  right: 180px;
  top: 60px;
  width: 180px;
  z-index: 700; }

.header #custpanelNohp ul {
  list-style-type: none; }

.header #custpanelNohp ul li .large {
  font-size: 115%;
  padding-right: 5px; }

.header #custpanelNohp ul li .larger {
  font-size: 130%;
  padding-right: 5px; }

.header #custpanelNohp ul li a {
  color: #1d2a59;
  font-weight: normal;
  text-decoration: none; }

.header #custpanelNohp ul li a:hover {
  text-decoration: underline; }

.header #custpanelNohp ul li a.textresizer-active {
  text-decoration: underline; }

.headersticky {
  background: none repeat scroll 0 0 white;
  margin: 0 auto; }

.headersticky a.logo {
  background-image: url("/assets/images/accreditation/logo-small.png");
  background-repeat: no-repeat;
  display: block;
  height: 30px;
  overflow: hidden;
  text-indent: -300%;
  width: 57px; }

@media not all, (min-resolution: 144dpi) {
  .headersticky a.logo {
    background-image: url("/assets/images/accreditation/logo-small_2x.png");
    background-size: 57px 30px; } }
.headersticky .header-links {
  display: block; }

.headersticky .header-links ul {
  margin: 0; }

.headersticky #custpanelNohp {
  top: 28px; }

.headersticky .gsc-search-box {
  margin-bottom: 0;
  margin-top: 0; }

.sticky .gstl_50.gssb_c {
  position: fixed !important; }

@media only screen and (max-width: 720px) {
  .header {
    text-align: center; }

  .header .more-options.custinnerNohp {
    border-right: 1px solid #1d2a59 !important;
    padding: 0 13px !important; }

  .header .searchContainer {
    display: block;
    height: 32px;
    margin-left: 1px;
    padding: 0 !important;
    position: relative;
    width: 32px; }

  .header .searchContainer.shown {
    border-right: medium none !important; }

  .header #custpanelNohp {
    right: 0;
    top: 160px; }

  .header .logo {
    display: block; }

  .header .header-links {
    display: inline-block; }

  .header .logo, .header .header-links {
    float: none;
    margin: 0 auto; }

  .header #cse-search-form {
    background-color: white;
    background-image: url("/assets/images/accreditation/search.png");
    background-position: 8px 8px;
    background-repeat: no-repeat;
    height: 32px;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-indent: -300%;
    top: -50%;
    width: 32px;
    z-index: 9999; } }
@media not all, only screen and (max-width: 720px) and (min-resolution: 144dpi) {
  .header #cse-search-form {
    background-image: url("/assets/images/accreditation/search_2x.png");
    background-size: 16px 16px; } }
@media only screen and (max-width: 720px) {
  .header #cse-search-form input {
    border: medium none;
    margin-bottom: 0; }

  .header #cse-search-form .gsc-search-box {
    display: block;
    float: none;
    margin: 0;
    width: 100% !important; }

  .header #cse-search-form .gsc-search-button {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    display: none; }

  .header #cse-search-form input[type="text"] {
    background: none repeat scroll 0 0 transparent;
    padding-left: 30px !important;
    width: 305px !important; }

  .header #cse-search-form.shown {
    border-right: 1px solid #233470; }

  .header #cse-search-form.shown input {
    border: 1px solid #233470;
    font-size: 13px; }

  .header #cse-search-form.shown input[type="text"] {
    border-right: medium none; }

  .lt-ie9 #cse-search-form {
    background-image: url("/assets/images/accreditation/search.png") !important; } }
@media only screen and (max-width: 600px) {
  .header .logo {
    margin: 0 auto; }

  .header ul.top-nav-links {
    padding-left: 0; } }
@media only screen and (max-width: 360px) {
  .header.container {
    width: 100%; }

  .header .subNav {
    left: -30% !important; } }
.main-nav {
  background-color: #1d2a59;
  border-bottom: 1px solid white;
  color: white;
  width: 100%; }

.main-nav:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden; }

.main-nav a {
  color: white;
  text-decoration: none; }

.main-nav ul.nav-links {
  margin: 0;
  padding: 0; }

.main-nav ul.nav-links:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden; }

.main-nav ul.nav-links > li.singleLine {
  line-height: 42px; }

.main-nav ul.nav-links > li.doubleLine {
  line-height: 21px; }

.main-nav ul.nav-links > li {
  border-right: 1px solid white;
  display: inline;
  float: left;
  font-size: 16px;
  font-weight: bold;
  height: 84px;
  line-height: 22px;
  padding: 20px;
  text-align: center;
  width: 20%; }

.main-nav ul.nav-links > li .subNav {
  background: none repeat scroll 0 0 white;
  border: 1px solid #233470;
  color: #233470;
  display: none;
  left: 1px;
  opacity: 0;
  position: absolute;
  top: 61px;
  width: 99.9%;
  z-index: 1000; }

.main-nav ul.nav-links > li .subNav a {
  color: #233470; }

.main-nav ul.nav-links > li .subNav a:hover {
  text-decoration: underline; }

.main-nav ul.nav-links > li .subNav .column {
  display: inline;
  float: left;
  text-align: left; }

.main-nav ul.nav-links > li .subNav .column.three {
  width: 33.3333%; }

.main-nav ul.nav-links > li .subNav .column.three.main-column {
  height: 22.3em; }

.main-nav ul.nav-links > li .subNav .column.four {
  width: 25%; }

.main-nav ul.nav-links > li .subNav .column.five {
  width: 20%; }

.main-nav ul.nav-links > li .subNav ul li {
  font-size: 78%; }

.main-nav ul.nav-links > li .subNav ul li:nth-of-type(1) {
  font-weight: 700;
  margin-bottom: 20px; }

.main-nav ul.nav-links > li .subNav ul li:nth-of-type(1) a {
  border-bottom: 1px dotted #233470;
  padding-bottom: 10px; }

.main-nav ul.nav-links > li .subNav ul.extraMargin {
  margin-top: 4em; }

.main-nav ul.nav-links > li .subNav .contact-block {
  border-top: 1px dotted #233470;
  clear: left;
  font-size: 0.78571em;
  padding-top: 5px;
  width: 100%; }

.main-nav ul.nav-links > li .subNav .contact-block:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden; }

.main-nav ul.nav-links > li .subNav .contact-block p {
  display: inline;
  float: left;
  padding: 0 40px; }

.main-nav ul.nav-links > li .subNav .contact-block p.contact-ways {
  background-image: url("/assets/images/accreditation/contact.png");
  background-position: 40px center;
  background-repeat: no-repeat;
  height: 24px;
  overflow: hidden;
  padding-left: 80px;
  text-indent: 0;
  width: 100%; }

@media not all, (min-resolution: 144dpi) {
  .main-nav ul.nav-links > li .subNav .contact-block p.contact-ways {
    background-image: url("/assets/images/accreditation/contact_2x.png");
    background-size: 24px 24px; } }
.main-nav ul.nav-links > li .subNav .contact-block p.sitemap {
  background-image: url("/assets/images/accreditation/sitemap.png");
  background-position: 40px center;
  background-repeat: no-repeat;
  height: 24px;
  overflow: hidden;
  padding-left: 80px;
  text-indent: 0;
  width: 100%; }

@media not all, (min-resolution: 144dpi) {
  .main-nav ul.nav-links > li .subNav .contact-block p.sitemap {
    background-image: url("/assets/images/accreditation/sitemap_2x.png");
    background-size: 24px 24px; } }
.main-nav ul.nav-links li.mobile-menu {
  display: none; }

.main-nav ul.nav-links > li:nth-of-type(2) {
  border-left: 1px solid white; }

.main-nav ul.nav-links > li:hover {
  background: none repeat scroll 0 0 #3c6777; }

.main-nav ul.nav-links > li.sub-open {
  background: none repeat scroll 0 0 #233470; }

.main-nav ul.nav-links > li.sub-open .subNav {
  display: block;
  opacity: 1; }

@media only screen and (max-width: 1000px) {
  .main-nav ul.nav-links > li {
    font-size: 16px; }

  .main-nav .main-column {
    height: auto; }

  .main-nav .subNav ul {
    padding: 0 20px; }

  .main-nav .subNav ul li {
    margin-bottom: 5px; }

  .main-nav ul.nav-links > li .subNav .contact-block p {
    padding: 0 20px; }

  .main-nav ul.nav-links > li .subNav .contact-block p.contact-ways {
    background-position: 20px center;
    padding-left: 60px; }

  .main-nav ul.nav-links > li .subNav .contact-block p.sitemap {
    background-position: 20px center;
    padding-left: 60px; } }
@media only screen and (max-width: 700px) {
  .main-nav .container {
    width: 100%; }

  .main-nav .container ul.nav-links {
    overflow: hidden;
    text-align: left; }

  .main-nav .container ul.nav-links li {
    background-color: #495279;
    display: none; }

  .main-nav .container ul.nav-links > li:nth-of-type(2) {
    border-left: 0 solid white; }

  .main-nav .container ul.nav-links li.nav-open {
    display: block; }

  .main-nav .container ul.nav-links li.mobile-menu {
    background-color: #2b4a55;
    display: block; }

  .main-nav .container ul.nav-links li.mobile-menu > a {
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 32px auto;
    display: block;
    margin: 0 auto;
    width: 90%; }

  .main-nav .container ul.nav-links > li {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #2b4a55;
    border-color: white;
    border-image: none;
    border-style: none none solid;
    border-width: 0 0 1px;
    padding: 0;
    width: 100%; }

  .main-nav .container ul.nav-links > li > a {
    display: block;
    margin: 0 auto;
    padding: 20px;
    width: 90%; }

  .main-nav .container ul.nav-links > li > a.hasSub {
    background: url("/assets/images/accreditation/menuDown.png") no-repeat scroll 97% center/16px auto transparent; }

  .main-nav .container ul.nav-links > li.sub-open {
    background: none repeat scroll 0 0 #233470;
    border: 0 none; }

  .main-nav .container ul.nav-links > li.sub-open .hasSub {
    background-color: #233470;
    color: white; }

  .main-nav .container ul.nav-links > li .subNav {
    background: none repeat scroll 0 0 white;
    border: 0 none;
    color: #495279;
    left: 0;
    position: relative;
    top: 0; }

  .main-nav .container ul.nav-links > li .subNav a {
    border-bottom: medium none;
    color: #495279; }

  .main-nav .container ul.nav-links > li .subNav ul {
    margin: 0;
    padding: 0; }

  .main-nav .container ul.nav-links > li .subNav ul li {
    background-color: white;
    border-bottom: 1px solid #495279;
    display: none;
    font-size: 90%;
    padding: 1em 0; }

  .main-nav .container ul.nav-links > li .subNav ul li:nth-of-type(1) {
    display: block;
    margin-bottom: 0;
    padding: 20px 0; }

  .main-nav .container ul.nav-links > li .subNav ul li:nth-of-type(1) a {
    border-bottom: medium none;
    font-weight: 400; }

  .main-nav .container ul.nav-links > li .subNav ul.sub-sub-open li {
    display: block; }

  .main-nav .container ul.nav-links > li .subNav .column {
    display: block;
    float: none;
    height: auto !important;
    text-align: center; }

  .main-nav .container ul.nav-links > li .subNav .column.three, .main-nav .container ul.nav-links > li .subNav .column.four {
    width: 100%; }

  .main-nav .container ul.nav-links > li .subNav .column ul {
    line-height: 1em; }

  .main-nav .container ul.nav-links > li .subNav .column:last-child ul:last-child {
    margin: 1em 0 0; }

  .main-nav ul.nav-links > li .subNav .contact-block {
    display: none; }

  .main-nav ul.nav-links > li .subNav .contact-block p {
    text-align: left; } }
.helper-buttons-container {
  float: right;
  margin-top: 20px;
  width: 74.4681%; }

.sqa-uk .helper-buttons-container, .sqa-scotland .helper-buttons-container {
  float: none;
  width: 100%; }

#subscribeArea {
  width: auto !important; }

.helper-buttons {
  clear: both;
  margin-top: 60px; }

.helper-buttons:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden; }

.helper-buttons ul.button-list {
  display: inline;
  float: left;
  margin: 0;
  padding: 0;
  width: 75%; }

.helper-buttons ul.button-list li {
  display: inline;
  float: left;
  line-height: 50px;
  padding-left: 26px;
  position: relative;
  width: 33.3%; }

.helper-buttons ul.button-list li a {
  color: #08538c;
  text-decoration: none; }

.helper-buttons ul.button-list li a:hover {
  color: #157fd1;
  text-decoration: underline; }

.helper-buttons ul.button-list li:before {
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 17px; }

.helper-buttons ul.button-list li.share .popup {
  background: none repeat scroll 0 0 #f5f7fa;
  border: 2px solid #28639a;
  display: none;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 600px;
  z-index: 50; }

.helper-buttons ul.button-list li.share .popup li {
  display: inline;
  float: left;
  padding: 0;
  width: 20%; }

.helper-buttons ul.button-list li.share .popup li a {
  color: #08538c;
  display: block;
  float: left;
  margin: 0 10px 0 0;
  padding: 5px 0 5px 20px;
  text-decoration: none; }

.helper-buttons ul.button-list li.share .popup li a.delicious {
  background-image: url("//www3.sqa.org.uk/images/delicious_16.gif");
  background-position: left center;
  background-repeat: no-repeat; }

.helper-buttons ul.button-list li.share .popup li a.digg {
  background-image: url("//www4.sqa.org.uk/images/digg_alt_16.gif");
  background-position: left center;
  background-repeat: no-repeat; }

.helper-buttons ul.button-list li.share .popup li a.facebook {
  background-image: url("//www1.sqa.org.uk/images/facebook_16.gif");
  background-position: left center;
  background-repeat: no-repeat; }

.helper-buttons ul.button-list li.share .popup li a.twitter {
  background-image: url("//www2.sqa.org.uk/images/twitter_16.gif");
  background-position: left center;
  background-repeat: no-repeat; }

.helper-buttons ul.button-list li.share .popup li a.gplus {
  background-image: url("//www2.sqa.org.uk/images/google-plus.png");
  background-position: left center;
  background-repeat: no-repeat; }

.helper-buttons ul.button-list li.share .popup li a:hover {
  color: #157fd1;
  text-decoration: underline; }

.helper-buttons ul.button-list li.share:before {
  background-image: url("/assets/images/accreditation/share_icon_blue.png");
  background-repeat: no-repeat;
  height: 16px;
  overflow: hidden;
  text-indent: -300%;
  width: 16px; }

@media not all, (min-resolution: 144dpi) {
  .helper-buttons ul.button-list li.share:before {
    background-image: url("/assets/images/accreditation/share_icon_blue_2x.png");
    background-size: 16px 16px; } }
.helper-buttons ul.button-list li.print:before {
  background-image: url("/assets/images/accreditation/print_icon_blue.png");
  background-repeat: no-repeat;
  height: 16px;
  overflow: hidden;
  text-indent: -300%;
  width: 16px; }

@media not all, (min-resolution: 144dpi) {
  .helper-buttons ul.button-list li.print:before {
    background-image: url("/assets/images/accreditation/print_icon_blue_2x.png");
    background-size: 16px 16px; } }
.helper-buttons ul.button-list li.email:before {
  background-image: url("/assets/images/accreditation/email_icon_blue.png");
  background-repeat: no-repeat;
  height: 16px;
  overflow: hidden;
  text-indent: -300%;
  width: 16px; }

@media not all, (min-resolution: 144dpi) {
  .helper-buttons ul.button-list li.email:before {
    background-image: url("/assets/images/accreditation/email_icon_blue_2x.png");
    background-size: 16px 16px; } }
.helper-buttons ul.button-list li li {
  line-height: normal; }

.helper-buttons a.subscribe {
  background: none repeat scroll 0 0 #233470;
  border-radius: 5px;
  color: white;
  display: inline;
  float: right;
  height: 50px;
  line-height: 50px;
  padding: 0 20px 0 46px;
  position: relative; }

.helper-buttons a.subscribe:before {
  background-image: url("/assets/images/accreditation/page_subscribe.png");
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 16px;
  left: 20px;
  overflow: hidden;
  position: absolute;
  text-indent: -300%;
  top: 17px;
  width: 16px; }

@media not all, (min-resolution: 144dpi) {
  .helper-buttons a.subscribe:before {
    background-image: url("/assets/images/accreditation/page_subscribe_2x.png");
    background-size: 16px 16px; } }
.footer {
  background-color: #555658;
  color: white;
  margin-top: 20px;
  padding: 50px 0; }

.footer:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden; }

.footer .footer-links {
  display: inline;
  float: left;
  margin-bottom: 50px;
  margin-right: 20px;
  width: 23.4043%; }

.footer .footer-links h6 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 30px; }

.footer .footer-links ul {
  margin: 0;
  padding: 0; }

.footer .footer-links ul li a {
  color: white;
  text-decoration: none; }

.footer .footer-links ul li a:hover {
  text-decoration: underline; }

.footer .footer-links.second {
  margin-right: 0; }

.footer .footer-links.second h6 {
  text-indent: -9999px; }

.footer .socialLinksAndTagline {
  clear: both; }

.footer .socialLinksAndTagline .social-links {
  float: left; }

.footer .socialLinksAndTagline .social-links ul {
  list-style-type: none;
  padding: 0; }

.footer .socialLinksAndTagline .social-links ul li {
  background-color: white;
  float: left;
  margin-right: 8px;
  text-indent: -500%; }

.footer .socialLinksAndTagline .social-links ul .facebook a {
  background-image: url("/assets/images/accreditation/iconmonstr-facebook-icon.png");
  background-repeat: no-repeat;
  display: block;
  height: 32px;
  overflow: hidden;
  text-indent: -300%;
  width: 32px; }

@media not all, (min-resolution: 144dpi) {
  .footer .socialLinksAndTagline .social-links ul .facebook a {
    background-image: url("/assets/images/accreditation/iconmonstr-facebook-icon_2x.png");
    background-size: 32px 32px; } }
.footer .socialLinksAndTagline .social-links ul .google a {
  background-image: url("/assets/images/accreditation/iconmonstr-google-plus.png");
  background-repeat: no-repeat;
  display: block;
  height: 32px;
  overflow: hidden;
  text-indent: -300%;
  width: 32px; }

@media not all, (min-resolution: 144dpi) {
  .footer .socialLinksAndTagline .social-links ul .google a {
    background-image: url("/assets/images/accreditation/iconmonstr-google-plus_2x.png");
    background-size: 32px 32px; } }
.footer .socialLinksAndTagline .social-links ul .linkedin a {
  background-image: url("/assets/images/accreditation/iconmonstr-linkedin-icon.png");
  background-repeat: no-repeat;
  display: block;
  height: 32px;
  overflow: hidden;
  text-indent: -300%;
  width: 32px; }

@media not all, (min-resolution: 144dpi) {
  .footer .socialLinksAndTagline .social-links ul .linkedin a {
    background-image: url("/assets/images/accreditation/iconmonstr-linkedin-icon_2x.png");
    background-size: 32px 32px; } }
.footer .socialLinksAndTagline .social-links ul .twitter a {
  background-image: url("/assets/images/accreditation/iconmonstr-twitter-icon.png");
  background-repeat: no-repeat;
  display: block;
  height: 32px;
  overflow: hidden;
  text-indent: -300%;
  width: 32px; }

@media not all, (min-resolution: 144dpi) {
  .footer .socialLinksAndTagline .social-links ul .twitter a {
    background-image: url("/assets/images/accreditation/iconmonstr-twitter-icon_2x.png");
    background-size: 32px 32px; } }
.socialLinksAndTagline {
  display: inline; }

.footer .socialLinksAndTagline .tagline {
  background-image: url("/assets/images/accreditation/ACC_Logo-transparent.jpg");
  background-repeat: no-repeat;
  display: inline;
  float: right;
  height: 100px;
  margin-top: -10px;
  overflow: hidden;
  text-indent: -300%;
  width: 215px; }

@media not all, (min-resolution: 144dpi) {
  .footer .socialLinksAndTagline .tagline {
    background-image: url("/assets/images/accreditation/it_can_be_done_2x.png");
    background-size: 215px 64px; } }
@media only screen and (max-width: 1000px) {
  .footer .footer-links {
    margin-bottom: 20px;
    margin-right: 0;
    width: 25%; } }
@media only screen and (max-width: 720px) {
  .helper-buttons-container {
    width: 100%; }

  .helper-buttons {
    margin-top: 0; }

  .helper-buttons ul.button-list {
    display: inline-block;
    margin: 0 auto 20px;
    width: 66%; }

  .footer .footer-links {
    margin-right: 4%;
    width: 48%; }

  .footer .footer-links h6.invisible {
    display: none; }

  .footer .footer-links:nth-of-type(2) {
    margin-right: 0; }

  .footer .footer-links:nth-of-type(3) {
    clear: left; }

  .social-links {
    margin-bottom: 30px; }

  .helper-buttons ul.button-list li {
    width: 50%; }

  .helper-buttons ul.button-list li.print {
    display: none; }

  div#myalerts {
    width: 33%; }

  div#myalerts .subscribeToOptionLinks {
    left: -58px; } }
.banner {
  color: #34383c;
  padding: 40px 0;
  position: relative;
  text-align: center; }

.banner h1, .banner h2 {
  font-size: 28px;
  font-weight: 700;
  margin: 0; }

.banner a.read-more {
  border: 1px solid white;
  border-radius: 5px;
  color: white;
  font-size: 12px;
  padding: 10px 40px 10px 15px;
  position: relative; }

.banner a.read-more:after {
  background-image: url("/assets/images/accreditation/right_arrow_white.png");
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 16px;
  overflow: hidden;
  position: absolute;
  right: 15px;
  text-indent: -300%;
  top: 10px;
  width: 16px; }

@media not all, (min-resolution: 144dpi) {
  .banner a.read-more:after {
    background-image: url("/assets/images/accreditation/right_arrow_white_2x.png");
    background-size: 16px 16px; } }
.banner a.read-more:hover {
  color: #cccccc; }

.banner .bannerDecoration {
  border-bottom: 1px solid #233470;
  display: none;
  height: 20px;
  position: absolute;
  right: 38px;
  top: 32px;
  width: 81px; }

.banner:hover .bannerDecoration {
  display: block; }

.purple_banner {
  background: none repeat scroll 0 0 #573267;
  padding: 50px 0;
  text-align: center; }

.purple_banner h2 {
  color: white;
  font-size: 30px;
  font-weight: 700; }

.blue_banner {
  background: none repeat scroll 0 0 #3e4160;
  color: white;
  padding: 50px 0;
  text-align: right; }

.blue_banner h2 {
  font-size: 28px;
  font-weight: 400;
  margin: 0;
  text-align: center; }

.blue_banner p.leading-paragraph {
  font-size: 30px;
  font-weight: 700; }

.blue_banner p {
  font-size: 18px;
  text-align: left; }

.blue_banner a.read-more {
  border: 1px solid white;
  border-radius: 5px;
  color: white;
  font-size: 12px;
  padding: 10px 15px;
  position: relative;
  text-decoration: none; }

.blue_banner a.read-more span {
  text-decoration: underline; }

.blue_banner a.read-more:after {
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  top: 10px; }

.blue_banner a.read-more:hover {
  color: #cccccc; }

@media only screen and (max-width: 1000px) {
  .blue_banner h2 {
    font-size: 1.5em;
    line-height: 1.5em; }

  .blue_banner p.leading-paragraph {
    font-size: 24px; } }
@media only screen and (max-width: 700px) {
  .blue_banner h2 {
    font-size: 1.2em;
    line-height: 1.5em; }

  .blue_banner p.leading-paragraph {
    font-size: 24px; } }
.blue_banner {
  margin-top: 60px; }

@media only screen and (max-width: 1000px) {
  .banner h1, .banner h2 {
    padding: 0 10%; }

  .blue_banner {
    text-align: center; }

  .blue_banner h2, .blue_banner p {
    text-align: center; }

  .blue_banner a.read-more {
    display: inline-block;
    margin-top: 20px; } }
.horizontal-rotator:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden; }

.horizontal-rotator .rotator {
  height: 0;
  padding-bottom: 400px;
  position: relative;
  width: 100%; }

.horizontal-rotator .rotator div {
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 1s ease-in-out 0s;
  width: 100%; }

.horizontal-rotator .rotator div.active {
  opacity: 1;
  z-index: 999; }

.horizontal-rotator .rotator div img {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.horizontal-rotator .rotator div aside {
  background: none repeat scroll 0 0 #86789b;
  bottom: 40px;
  color: white;
  position: absolute;
  right: 40px;
  width: 28.7234%; }

.horizontal-rotator .rotator div aside h2 {
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  padding: 20px; }

.horizontal-rotator .rotator div aside a {
  background: none repeat scroll 0 0 #706482;
  color: white;
  display: block;
  font-size: 12px;
  padding: 10px 56px 10px 20px;
  position: relative;
  text-align: right;
  text-decoration: none; }

.horizontal-rotator .rotator div aside a:after {
  background-image: url("/assets/images/accreditation/right_arrow_white.png");
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 16px;
  overflow: hidden;
  position: absolute;
  right: 20px;
  text-indent: -300%;
  top: 10px;
  width: 16px; }

@media not all, (min-resolution: 144dpi) {
  .horizontal-rotator .rotator div aside a:after {
    background-image: url("/assets/images/accreditation/right_arrow_white_2x.png");
    background-size: 16px 16px; } }
.horizontal-rotator .rotator div aside a:hover {
  text-decoration: underline; }

.horizontal-rotator .rotator-links {
  width: 100%; }

.horizontal-rotator .rotator-links ul {
  font-size: 18px;
  margin: 0;
  padding: 0;
  text-align: center; }

.horizontal-rotator .rotator-links ul li {
  background: none repeat scroll 0 0 #233470;
  border: 1px solid white;
  display: inline;
  float: left;
  padding: 10px;
  transition-duration: 1s, 0.2s;
  transition-property: width, background;
  transition-timing-function: ease-in-out;
  width: 25%; }

.horizontal-rotator .rotator-links ul li:hover {
  background: none repeat scroll 0 0 #86789b; }

.horizontal-rotator .rotator-links ul a {
  color: white;
  text-decoration: none; }

.horizontal-rotator .rotator-links ul a.active li {
  background: none repeat scroll 0 0 #86789b;
  width: 50%; }

@media only screen and (max-width: 1000px) {
  .horizontal-rotator .rotator {
    padding-bottom: 400px; }

  .horizontal-rotator .rotator div {
    overflow: hidden; }

  .horizontal-rotator .rotator div img {
    width: auto; }

  .horizontal-rotator .rotator div aside h2 {
    font-size: 24px;
    font-weight: 700; }

  .horizontal-rotator .rotator-links ul {
    font-size: 18px; }

  .horizontal-rotator .rotator-links ul li {
    width: 32%; }

  .horizontal-rotator .rotator-links ul a.active li {
    width: 36%; } }
@media only screen and (max-width: 720px) {
  .horizontal-rotator .rotator div aside {
    bottom: 0;
    right: 0;
    width: 100%; }

  .horizontal-rotator .rotator-links, .horizontal-rotator .rotator {
    width: 100%; }

  .horizontal-rotator .rotator .slide_holder .slide_info {
    padding: 0;
    width: 0; }

  .horizontal-rotator .rotator .slide_holder .slide_casestudy {
    width: 100%; }

  .horizontal-rotator .rotator-links ul a.active li {
    background: none repeat scroll 0 0 #1d2a59;
    width: 100%; }

  .horizontal-rotator .rotator-links ul a.active li:after {
    display: none; }

  .horizontal-rotator .rotator-links ul a li {
    background: none repeat scroll 0 0 #233470;
    width: 100%; } }
.vert-rotator:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden; }

.vert-rotator .rotator {
  display: inline;
  float: right;
  height: 0;
  padding-bottom: 350px;
  position: relative;
  text-align: left;
  width: 65.9575%; }

.vert-rotator .rotator .slide_holder {
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 1s ease-in-out 0s;
  width: 100%; }

.vert-rotator .rotator .slide_holder.active {
  opacity: 1;
  z-index: 999; }

.vert-rotator .rotator .slide_holder .slide_info {
  background: none repeat scroll 0 0 #233470;
  color: white;
  display: inline;
  float: left;
  height: 100%;
  padding: 40px;
  position: relative;
  width: 48.3871%; }

.vert-rotator .rotator .slide_holder .slide_info a {
  color: white;
  text-decoration: none; }

.vert-rotator .rotator .slide_holder .slide_info a:hover {
  color: #cccccc; }

.vert-rotator .rotator .slide_holder .slide_info h3 {
  font-size: 24px;
  font-weight: 700;
  margin: 0; }

.vert-rotator .rotator .slide_holder .slide_info p {
  font-size: 24px; }

.vert-rotator .rotator .slide_holder .slide_info a.read-more {
  border: 1px solid white;
  border-radius: 5px;
  padding: 10px 40px 10px 15px;
  position: relative; }

.vert-rotator .rotator .slide_holder .slide_info a.read-more:after {
  background-image: url("/assets/images/accreditation/right_arrow_white.png");
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 16px;
  overflow: hidden;
  position: absolute;
  right: 15px;
  text-indent: -300%;
  top: 10px;
  width: 16px; }

@media not all, (min-resolution: 144dpi) {
  .vert-rotator .rotator .slide_holder .slide_info a.read-more:after {
    background-image: url("/assets/images/accreditation/right_arrow_white_2x.png");
    background-size: 16px 16px; } }
.vert-rotator .rotator .slide_holder .slide_info a.read-more:hover {
  text-decoration: underline; }

.vert-rotator .rotator .slide_holder .slide_info:after {
  background: none repeat scroll 0 0 rgba(35, 52, 112, 0.25);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: -20px;
  top: 0;
  width: 20px;
  z-index: 1000; }

.vert-rotator .rotator .slide_holder .slide_casestudy {
  display: inline;
  float: right;
  height: 100%;
  position: relative;
  width: 51.6129%; }

.vert-rotator .rotator .slide_holder .slide_casestudy img {
  height: auto;
  width: 100%; }

.vert-rotator .rotator .slide_holder .slide_casestudy h4 {
  color: #233470;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  padding: 20px 40px 0; }

.vert-rotator .rotator .slide_holder .slide_casestudy p {
  color: #233470;
  font-size: 18px;
  padding: 0 40px 20px; }

.vert-rotator .rotator .slide_holder .slide_casestudy a.read-more {
  background: none repeat scroll 0 0 #233470;
  bottom: 0;
  display: block;
  height: 32px;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-indent: 100%;
  white-space: nowrap;
  width: 32px; }

.vert-rotator .rotator .slide_holder .slide_casestudy a.read-more:after {
  background-image: url("/assets/images/accreditation/right_arrow_white.png");
  background-repeat: no-repeat;
  bottom: 8px;
  content: "";
  display: block;
  height: 16px;
  overflow: hidden;
  position: absolute;
  right: 8px;
  text-indent: -300%;
  width: 16px; }

@media not all, (min-resolution: 144dpi) {
  .vert-rotator .rotator .slide_holder .slide_casestudy a.read-more:after {
    background-image: url("/assets/images/accreditation/right_arrow_white_2x.png");
    background-size: 16px 16px; } }
.vert-rotator .rotator-links {
  display: inline;
  float: left;
  margin-right: 20px;
  width: 31.9149%; }

.vert-rotator .rotator-links ul {
  font-size: 18px;
  margin: 0;
  padding: 0;
  text-align: left; }

.vert-rotator .rotator-links ul li {
  background: none repeat scroll 0 0 #1d2a59;
  border: 1px solid white;
  display: block;
  padding: 20px;
  position: relative;
  width: 100%; }

.vert-rotator .rotator-links ul li:hover {
  background: none repeat scroll 0 0 #233470; }

.vert-rotator .rotator-links ul a {
  color: white;
  text-decoration: none; }

.vert-rotator .rotator-links ul a.active li {
  background: none repeat scroll 0 0 #233470; }

.vert-rotator .rotator-links ul a.active li:after {
  background-image: url("/assets/images/accreditation/vert_rotator_active.png");
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 29px;
  margin-top: -14px;
  overflow: hidden;
  position: absolute;
  right: -14px;
  text-indent: -300%;
  top: 50%;
  width: 29px; }

@media not all, (min-resolution: 144dpi) {
  .vert-rotator .rotator-links ul a.active li:after {
    background-image: url("/assets/images/accreditation/vert_rotator_active_2x.png");
    background-size: 29px 29px; } }
.sqa-scotland .vert-rotator {
  margin-top: 40px; }

.sqa-scotland .vert-rotator .rotator-links {
  width: 23.4043%; }

.sqa-scotland .vert-rotator .rotator {
  width: 74.4681%; }

.sqa-scotland .vert-rotator ul a li {
  font-size: 18px;
  font-weight: 700; }

.sqa-scotland .vert-rotator ul a li.active {
  font-size: 18px;
  font-weight: 400; }

.sqa-scotland .vert-rotator img {
  height: 100%;
  width: 100%; }

.sqa-scotland .vert-rotator aside {
  background: none repeat scroll 0 0 rgba(35, 52, 112, 0.75);
  color: white;
  height: 88.5714%;
  padding: 20px;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 38.7097%; }

.sqa-scotland .vert-rotator aside ul {
  list-style-position: inside;
  margin: 0;
  padding: 0; }

.sqa-scotland .vert-rotator aside ul li {
  margin: 0;
  padding: 0; }

.sqa-scotland .vert-rotator a {
  color: white; }

.sqa-scotland .vert-rotator .slide_holder a:hover {
  color: #cccccc; }

@media only screen and (max-width: 1000px) {
  .sqa-scotland .vert-rotator .rotator-links, .sqa-scotland .vert-rotator .rotator {
    width: 100%; }

  .sqa-scotland .vert-rotator .rotator .slide_holder .slide_info {
    padding: 0;
    width: 0; }

  .sqa-scotland .vert-rotator .rotator .slide_holder .slide_casestudy {
    width: 100%; }

  .sqa-scotland .vert-rotator .rotator-links ul a.active li {
    background: none repeat scroll 0 0 #1d2a59;
    width: 100%; }

  .sqa-scotland .vert-rotator .rotator-links ul a.active li:after {
    display: none; }

  .sqa-scotland .vert-rotator .rotator-links ul a li {
    background: none repeat scroll 0 0 #233470;
    width: 100%; } }
@media only screen and (max-width: 700px) {
  .sqa-scotland .vert-rotator .rotator {
    padding-bottom: 200px; }

  .sqa-scotland .vert-rotator aside {
    bottom: 0;
    height: auto;
    right: 0;
    top: auto;
    width: 100%; }

  .sqa-scotland .vert-rotator aside p, .sqa-scotland .vert-rotator aside ul {
    display: none; } }
.multi-rotator {
  height: 350px;
  margin-top: 30px;
  position: relative; }

.multi-rotator:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden; }

.multi-rotator .mask-wrapper {
  position: relative;
  width: 100%; }

.multi-rotator .mask-wrapper .mask-left, .multi-rotator .mask-wrapper .mask-right {
  background-color: white;
  height: 350px;
  opacity: 0.8;
  position: absolute;
  z-index: 200; }

.multi-rotator .mask-wrapper .mask-right {
  float: left; }

.multi-rotator .mask-wrapper .mask-left {
  float: right; }

.multi-rotator .slideshow-wrapper {
  left: -100%;
  list-style-type: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 400%;
  z-index: 10; }

.multi-rotator .slide {
  float: left;
  position: relative; }

.multi-rotator .slide .column {
  color: white;
  display: inline;
  float: left;
  height: 350px;
  margin-right: 20px;
  overflow: hidden;
  position: relative;
  width: 23.4043%; }

.multi-rotator .slide .column.qualColumn {
  width: 31.9149%; }

.multi-rotator .slide .column.last {
  margin-right: 0; }

.multi-rotator .slide .column p {
  line-height: 1.2em; }

.multi-rotator .slide .column a {
  color: white; }

.multi-rotator .slide .column a.read-more {
  bottom: 10px;
  position: absolute; }

.multi-rotator .slide .column a.read-more:hover {
  color: #cccccc; }

.multi-rotator .slide .column h2 {
  font-size: 18px;
  font-weight: 700;
  margin: 0; }

.multi-rotator .slide .column p {
  font-size: 14px;
  margin: 0.5em 0; }

.multi-rotator .slide .column img {
  height: auto;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1; }

.multi-rotator .slide .column .caption {
  background: none repeat scroll 0 0 #233470;
  bottom: 0;
  height: 150px;
  left: 0;
  padding: 20px;
  position: absolute;
  width: 100%;
  z-index: 100; }

.multi-rotator .slide .featured {
  width: 48.9362%; }

.multi-rotator .slide .featured .caption {
  background: none repeat scroll 0 0 #86789b;
  height: 150px; }

.multi-rotator .slide .featured .caption a.read-more {
  background: none repeat scroll 0 0 #5c536a;
  bottom: 0;
  display: block;
  padding: 10px 20px;
  position: absolute;
  right: 0; }

.multi-rotator a.prev-slide, .multi-rotator a.next-slide {
  background-color: #233470;
  display: block;
  height: 50px;
  margin-top: -25px;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 100; }

.multi-rotator a.prev-slide {
  background-image: url("/assets/images/accreditation/multi_column_left.png");
  background-repeat: no-repeat;
  height: 50px;
  left: 0;
  overflow: hidden;
  text-indent: -300%;
  width: 50px; }

@media not all, (min-resolution: 144dpi) {
  .multi-rotator a.prev-slide {
    background-image: url("/assets/images/accreditation/multi_column_left_2x.png");
    background-size: 50px 50px; } }
.multi-rotator a.next-slide {
  background-image: url("/assets/images/accreditation/multi_column_right.png");
  background-repeat: no-repeat;
  height: 50px;
  overflow: hidden;
  right: 0;
  text-indent: -300%;
  width: 50px; }

@media not all, (min-resolution: 144dpi) {
  .multi-rotator a.next-slide {
    background-image: url("/assets/images/accreditation/multi_column_right_2x.png");
    background-size: 50px 50px; } }
.mobile .slide .featured a.read-more {
  padding: 15px 20px !important; }

.large .multi-rotator .slide p {
  font-size: 15px; }

.larger .multi-rotator .slide p {
  font-size: 16px; }

@media only screen and (max-width: 1000px) {
  .multi-rotator .slideshow-wrapper {
    overflow-x: scroll; }

  .multi-rotator .slide .column {
    margin-right: 1.5%;
    width: 24%; }

  .multi-rotator .slide .column .caption {
    height: 210px; }

  .multi-rotator .slide .featured {
    width: 49%; }

  .multi-rotator .slide .featured .caption {
    height: 210px; }

  .multi-rotator a.prev-slide, .multi-rotator a.next-slide {
    bottom: 0;
    margin-top: 0;
    top: auto; }

  .multi-rotator a.next-slide {
    right: 1%; } }
@media only screen and (max-width: 720px) {
  .multi-rotator {
    width: 90% !important; }

  .multi-rotator .slideshow-wrapper {
    width: 1300%; }

  .multi-rotator .slide .column {
    display: block;
    width: 100%; }

  .multi-rotator .slide .column.qualColumn {
    width: 100%; }

  .multi-rotator .slide .column.featured {
    display: block;
    width: 100%; }

  .multi-rotator .slide .column.featured .caption {
    height: 210px; }

  .multi-rotator .slide .caption a.read-more {
    background-color: #495279;
    bottom: 0;
    display: block;
    padding: 15px 20px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 100%; }

  .multi-rotator a.next-slide {
    right: 0; } }
.trusted_by {
  margin: 20px auto;
  padding: 20px 0;
  position: relative; }

.trusted_by:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden; }

.trusted_by:before {
  /*content: "Trusted by";*/
  display: block;
  left: 0;
  position: absolute;
  text-decoration: underline;
  top: 0; }

.trusted_by ul {
  margin: 0;
  padding: 0; }

.trusted_by ul li {
  display: inline;
  float: left;
  margin-right: 20px;
  position: relative;
  width: 14.8936%; }

.trusted_by ul li img {
  height: auto;
  width: 100%; }

.trusted_by ul li.last {
  margin-right: 0; }

@media only screen and (max-width: 1000px) {
  .trusted_by ul li {
    margin-right: 2%;
    width: 15%; } }
.haq {
  height: 0;
  margin: 60px auto 0;
  padding-bottom: 700px;
  position: relative; }

.haq:after {
  background-image: url("/assets/images/accreditation/mask.png");
  background-repeat: repeat-x;
  bottom: 0;
  content: "";
  display: block;
  height: 633px;
  left: 0;
  overflow: hidden;
  position: absolute;
  text-indent: -300%;
  width: 100%; }

@media not all, (min-resolution: 144dpi) {
  .haq:after {
    background-image: url("/assets/images/accreditation/mask_2x.png");
    background-size: 5px 633px; } }
.haq img {
  height: auto;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.haq .article_holder {
  background: none repeat scroll 0 0 white;
  bottom: 20px;
  margin: 0 20px;
  position: absolute;
  z-index: 1000; }

.haq .article_holder:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden; }

.haq .article_holder .article, .haq .article_holder .aside {
  display: inline;
  float: left;
  margin-right: 20px;
  padding: 15px;
  width: 22.3404%; }

.haq .article_holder .article h3, .haq .article_holder .aside h3 {
  font-size: 171%;
  font-weight: 700;
  margin: 0; }

.haq .article_holder .article h4, .haq .article_holder .aside h4 {
  color: #233470;
  font-size: 129%;
  font-weight: 700; }

.haq .article_holder .article {
  background: none repeat scroll 0 0 #233470;
  color: white; }

.haq .article_holder .article p {
  font-size: 129%; }

.haq .article_holder .aside p {
  color: #34383c;
  font-size: 100%; }

.haq .article_holder .aside:nth-of-type(3) {
  margin-right: 0; }

.haq .article_holder a.read-more {
  background: none repeat scroll 0 0 #233470;
  bottom: 0;
  color: white;
  display: block;
  font-size: 86%;
  line-height: 16px;
  padding: 10px 40px 10px 15px;
  position: absolute;
  right: 0; }

.haq .article_holder a.read-more:after {
  background-image: url("/assets/images/accreditation/right_arrow_white.png");
  background-repeat: no-repeat;
  bottom: 10px;
  content: "";
  display: block;
  height: 16px;
  overflow: hidden;
  position: absolute;
  right: 15px;
  text-indent: -300%;
  width: 16px; }

@media not all, (min-resolution: 144dpi) {
  .haq .article_holder a.read-more:after {
    background-image: url("/assets/images/accreditation/right_arrow_white_2x.png");
    background-size: 16px 16px; } }
.haq .article_holder a.read-more:hover {
  color: #cccccc; }

@media only screen and (max-width: 1000px) {
  .haq .article_holder .article h3 {
    font-size: 18px; } }
@media only screen and (max-width: 700px) {
  .haq {
    margin: 60px auto 0; }

  .haq .article_holder {
    margin: 0;
    top: 20%; }

  .haq .article_holder .article, .haq .article_holder .aside {
    margin-right: 0;
    width: 100%; }

  .haq .article_holder .article, .haq .article_holder .aside {
    padding: 15px 15px 0; }

  .haq .article_holder .article h4, .haq .article_holder .aside h4 {
    margin: 0; } }
.news {
  line-height: 1.5em;
  margin-top: 60px; }

.news:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden; }

.news h5 a {
  color: #233470;
  font-size: 160%;
  font-weight: 700;
  margin: 0 0 1.5em;
  text-decoration: underline; }

.news h5 a:hover {
  color: #1d2a59; }

.news h6 {
  font-size: 120%;
  font-weight: 700;
  margin: 0; }

.news p {
  font-size: 100%; }

.news .article {
  display: inline;
  float: left;
  margin-right: 20px;
  overflow: hidden;
  position: relative;
  width: 48.9362%; }

.news .article img {
  height: auto;
  left: 0;
  position: absolute;
  top: 0;
  width: 47.8261%; }

.news .article .info {
  background: none repeat scroll 0 0 #1d2a59;
  color: white;
  float: right;
  height: 250px;
  overflow: hidden;
  padding: 20px;
  position: relative;
  width: 52.1739%;
  z-index: 1000; }

.news .article .info h6 a {
  color: white;
  text-decoration: none; }

.news .article .info h6 a:hover {
  text-decoration: underline; }

.news .aside {
  display: inline;
  float: left;
  height: 250px;
  overflow: hidden;
  padding: 20px 0;
  width: 23.4043%; }

.news .aside h6 {
  color: #233470;
  font-size: 120%;
  font-weight: 700; }

.news .aside h6 a {
  color: #233470;
  text-decoration: none; }

.news .aside h6 a:hover {
  text-decoration: underline; }

.news .aside:nth-of-type(1) {
  margin-right: 20px; }

@media only screen and (max-width: 1000px) {
  .news .article {
    margin-right: 0;
    width: 100%; }

  .news .aside {
    height: auto;
    margin-right: 0;
    width: 50%; }


  .news .aside:nth-of-type(1) {
    margin-right: 0;
    padding-right: 20px; }

  .news .aside:nth-of-type(2) {
    padding-left: 20px; } }
@media only screen and (max-width: 700px) {
  .haq .article_holder {
    margin: 0;
    top: 20%; }

  .haq .article_holder .article, .haq .article_holder .aside {
    margin-right: 0;
    width: 100%; }

  .haq .article_holder .article, .haq .article_holder .aside {
    padding: 15px 15px 0; }

  .haq .article_holder .article h4, .haq .article_holder .aside h4 {
    margin: 0; }

  .news .article img {
    display: none; }

  .news .article .info {
    height: auto;
    width: 100%; }

  .news .aside {
    padding: 20px 20px 0;
    width: 100%; } }
.main {
  display: inline;
  float: right;
  width: 74.4681%; }

.main:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden; }

.main p, .main table, .main ul, .main ol {
  color: #34383c;
  font-size: 16px; }

.main img {
  height: auto;
  width: auto; }

.main img.pull-right {
  float: right;
  height: 230px;
  margin-left: 10px;
  width: 230px; }

.main .article h1 {
  color: black;
  font-size: 30px;
  margin: 0 0 1em; }

.main a:link {
  color: #08538c;
  text-decoration: underline; }

.main a:visited {
  text-decoration: underline; }

.main a:hover {
  color: #157fd1;
  text-decoration: underline; }

.bottom {
  display: inline;
  float: right;
  width: 74.4681%; }

.bottom:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden; }

@media only screen and (max-width: 720px) {
  .main {
    width: 100%; } }
.accordion {
  list-style: none outside none;
  margin: 0;
  padding: 0; }

.accordion li {
  background: url("/assets/images/accreditation/accordion-option.png") no-repeat scroll 15px center #d7ddea;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 700;
  margin: 5px 0;
  padding: 10px 20px 10px 40px;
  position: relative; }

.accordion li.active {
  background-image: url("/assets/images/accreditation/accordion-active.png"); }

@media not all, (min-resolution: 144dpi) {
  .accordion li {
    background-image: url("/assets/images/accreditation/accordion-option_2x.png");
    background-size: 10px auto; }

  .accordion li.active {
    background-image: url("/assets/images/accreditation/accordion-active_2x.png");
    background-size: 10px auto; } }
.horizontalAccordian {
  clear: both;
  margin: 0 0 20px;
  width: 100%; }

.horizontalAccordian h2 {
  background: url("/assets/images/accreditation/accordion-option.png") no-repeat scroll 15px center #d7ddea;
  border-radius: 5px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  margin: 5px 0;
  outline: medium none;
  padding: 10px 20px 10px 40px; }

.horizontalAccordian h2:hover {
  background-color: #e2e4e4; }

.horizontalAccordian h2.ui-state-active, .horizontalAccordian h2.ui-state-active:hover, .horizontalAccordian h2:hover {
  background-color: #e2e4e4;
  background-image: url("/assets/images/accreditation/accordion-active.png"); }

.horizontalAccordian div, .horizontalAccordian article {
  border: 2px solid #d7ddea;
  height: auto !important;
  margin: 0 0 1px;
  padding: 10px 20px; }

.horizontalAccordian div .ui-accordion-content, .horizontalAccordian article .ui-accordion-content {
  height: auto !important; }

@media not all, (min-resolution: 144dpi) {
  .horizontalAccordian h2 {
    background-image: url("/assets/images/accreditation/accordion-option_2x.png");
    background-size: 10px auto; }

  .horizontalAccordian h2.ui-state-active, .horizontalAccordian h2.ui-state-active:hover, .horizontalAccordian h2:hover {
    background-image: url("/assets/images/accreditation/accordion-active_2x.png");
    background-size: 10px auto; } }
.institutions {
  background: none repeat scroll 0 0 #373b3f;
  border-bottom: 5px solid #ffcc00;
  border-radius: 5px;
  color: white;
  display: inline-block;
  font-size: 12px;
  line-height: 25px;
  margin-top: 40px;
  padding: 20px;
  width: 100%; }

.institutions:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden; }

.institutions h3 {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 1em; }

.institutions label {
  display: inline;
  float: left;
  font-size: 18px;
  margin-right: 20px; }

.institutions input {
  border: 0 solid white;
  display: inline;
  float: left;
  font-size: 12px;
  line-height: 25px;
  padding: 10px 20px; }

.institutions input.location {
  background: url("/assets/images/accreditation/mapicon.png") no-repeat scroll 10px center white;
  margin-right: 20px;
  padding: 10px 20px 10px 45px;
  width: 37.234%; }

.institutions input.submit {
  background: none repeat scroll 0 0 #ffcc00;
  color: #34383c; }

.institutions input.submit:hover {
  text-decoration: underline; }

@media only screen and (max-width: 700px) {
  .institutions label, input, input.location {
    display: block;
    margin: 0 0 10px;
    width: 100% !important; } }
.delivery_tool {
  border-top: 1px solid #233470;
  margin-top: 40px; }

.delivery_tool h3 {
  font-size: 24px;
  font-weight: 700; }

.delivery_tool .banner {
  background-image: url("/assets/images/accreditation/banner.png");
  background-repeat: no-repeat;
  display: block;
  height: 88px;
  overflow: hidden;
  text-indent: -300%;
  width: 700px; }

@media not all, (min-resolution: 144dpi) {
  .delivery_tool .banner {
    background-image: url("/assets/images/accreditation/banner_2x.png");
    background-size: 700px 88px; } }
.delivery_tool .banner:hover {
  opacity: 0.8; }

@media only screen and (max-width: 1000px) {
  .delivery_tool .banner {
    background-size: cover;
    max-width: 100%; } }
@media only screen and (max-width: 1000px) {
  .delivery_tool .banner {
    display: none; } }
.local-nav {
  background: none repeat scroll 0 0 #eaeff0;
  display: inline;
  float: left;
  width: 23.4043%; }

.local-nav:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden; }

.local-nav ul li a:visited {
  color: #34383c; }

.local-nav h4 {
  background: none repeat scroll 0 0 #1d2a59;
  color: white;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  padding: 20px; }

.local-nav ul {
  margin: 0;
  padding: 0; }

.local-nav ul.mainul {
  margin: 0;
  padding-bottom: 10px; }

.local-nav ul li.level1Page, .local-nav ul li.level1Folder {
  background: none repeat scroll 0 0 #eaeff0;
  border-top: 1px dotted #002b75;
  cursor: pointer;
  display: block;
  font-weight: normal;
  height: 1%;
  margin-left: 0;
  padding: 10px;
  position: relative;
  text-decoration: none; }

.local-nav ul li.level2Page {
  background: none repeat scroll 0 0 #eaeff0;
  cursor: pointer;
  display: block;
  font-weight: normal;
  height: 1%;
  margin-left: 0;
  padding: 0 10px;
  position: relative;
  text-decoration: none; }

.local-nav ul li a {
  text-decoration: none; }

.local-nav ul li a:hover {
  text-decoration: underline !important; }

.local-nav ul li a:link {
  color: #34383c; }

.local-nav ul.level2List {
  background-color: white;
  display: none;
  margin-top: 10px; }

.local-nav ul.level2List li.level2Page a {
  background: url("/assets/images/accreditation/nav_arrow_blue.gif") no-repeat scroll 0.1em 0.5em white;
  border-top: medium none;
  display: block;
  padding-bottom: 11px;
  padding-left: 12px;
  padding-top: 0;
  text-decoration: none; }

.local-nav ul li a.hot {
  font-weight: 700;
  text-decoration: underline; }

.container > .moreLinksPanels {
  margin-left: 240px; }

.moreLinksPanels:after {
  clear: both; }

.more-links {
  border: 2px solid #d7ddea;
  color: #233470;
  display: inline-block;
  float: left;
  margin: 40px 0;
  padding: 20px;
  width: 48.5714%; }

.more-links:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden; }

.more-links h2 {
  color: black;
  margin-top: 0; }

.more-links.otherPanel {
  margin-left: 0; }

.more-links:nth-of-type(1), .more-links:nth-of-type(3) {
  margin-left: 0;
  margin-right: 20px; }

.more-links a:link {
  color: #08538c;
  text-decoration: underline; }

.more-links a:visited {
  color: #08538c;
  text-decoration: underline; }

.more-links a:hover {
  color: #157fd1;
  text-decoration: underline; }

.more-links h4 {
  border-bottom: 1px solid #233470;
  color: #233470;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 1em;
  padding-bottom: 10px; }

.more-links ul {
  list-style: square outside none;
  margin: 0;
  padding: 0 0 0 20px; }

.more-links img {
  height: auto;
  width: auto; }

.related-nav {
  float: left; }

@media only screen and (max-width: 1000px) {
  .moreLinksPanels {
    margin-left: 25.5319%; } }
@media only screen and (max-width: 720px) {
  .local-nav {
    background: none repeat scroll 0 0 #f4f5f5;
    display: inline-block;
    float: left;
    margin: 40px 0;
    width: 32%; }

  .local-nav:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden; }

  .local-nav h4 {
    margin-bottom: 6px; }

  .local-nav ul {
    margin: 0;
    padding: 0 20px; }

  .local-nav ul li, .local-nav ul li.active {
    padding: 0; }

  .local-nav ul li ul, .local-nav ul li.active ul {
    padding: 0; }

  .more-links {
    width: 32%; }

  .more-links ul li {
    padding: 5px 0; }

  .more-links a {
    color: #34383c; }

  .related-nav {
    clear: none;
    margin-left: 2%;
    margin-right: 2%; } }
@media only screen and (max-width: 720px) {
  .local-nav, .moreLinksPanels, .more-links {
    width: 100%; }

  .moreLinksPanels {
    margin-left: 0; }

  .related-nav {
    margin-left: 0;
    margin-right: 0; } }
ul.relatedlinks {
  color: #233470;
  list-style: square outside none;
  margin: 0;
  padding: 0 0 0 20px; }

ul.relatedlinks img {
  height: auto;
  width: auto; }

.filter {
  background: none repeat scroll 0 0 #233470;
  color: white;
  margin-bottom: 10px;
  padding: 20px; }

.filter:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden; }

.filter h1 {
  margin-top: 0; }

.filter p {
  color: white; }

.filter input {
  border: 0 solid white;
  display: inline;
  float: left;
  font-size: 12px;
  line-height: 25px;
  padding: 10px 20px; }

.filter input.subject {
  background: none repeat scroll 0 0 white;
  margin-right: 20px;
  padding: 10px 20px;
  width: 63.8298%; }

.filter input.submit {
  background: none repeat scroll 0 0 #ffcc00;
  color: #34383c; }

.filter input.submit:hover {
  text-decoration: underline; }

.keys:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden; }

.keys ul {
  margin: 0;
  padding: 0; }

.keys ul li {
  border: 1px solid #233470;
  display: inline;
  float: left;
  font-weight: 700;
  margin: 2.5px;
  padding: 10px 15px; }

/*
.keys ul li a {
  color: #08538c; }

.keys ul li a:link {
  color: #08538c; }

.keys ul li a:visited {
  color: #08538c; }

.keys ul li a:hover {
  color: #157fd1; }
 */

@media only screen and (max-width: 700px) {
  .filter label, input, input.location {
    display: block;
    margin: 0 0 10px;
    width: 100% !important; } }
#fixedHead_length {
  color: #1d3463;
  margin: 10px 0;
  text-align: center; }

.stripeMe {
  font-size: 13px;
  width: 100% !important; }

table.stripeMe {
  border-collapse: collapse;
  font-size: 13px;
  width: 100% !important; }

table.stripeMe caption {
  display: none; }

table.stripeMe th {
  background: none repeat-x scroll left top #1d3463;
  color: white;
  font-weight: bold;
  line-height: 120%;
  padding: 5px 11px;
  text-align: left;
  vertical-align: bottom; }

table.stripeMe th a {
  background: url("//www4.sqa.org.uk/images/table-sort.gif") no-repeat scroll 0 2px transparent;
  border: medium none;
  color: white !important;
  padding: 0 0 0 15px;
  text-decoration: none; }

table.stripeMe td {
  background: none repeat scroll 0 0 #f5f7fa;
  padding: 6px 11px;
  vertical-align: top; }

table.stripeMe tr.alt td {
  background: none repeat scroll 0 0 #eaf0f6; }

table.stripeMe tr:hover td {
  background-color: #d8dee4; }

div#fixedHead_info {
  color: #1d3463;
  font-weight: bold;
  padding: 10px 0;
  text-align: center; }

div#fixedHead_paginate {
  border: 1px solid #f5f7fa;
  padding: 10px;
  text-align: center; }

div#fixedHead_paginate span.paginate_button {
  border: 1px solid white;
  color: #1d3463;
  cursor: pointer;
  padding: 5px; }

div#fixedHead_paginate span.paginate_active {
  background: none repeat scroll 0 0 #1d3463;
  color: white; }

a.downloadTxt, a.resultNameTxt, a.downloadXls, a.resultNameXls, a.downloadPps, a.downloadPpt, a.resultNamePps, a.resultNamePpt, a.downloadDoc, a.downloadRtf, a.resultNameWord, a.downloadPdf, a.resultNamePdf, a.downloadFla, a.downloadSwf, a.downloadZip, a.downloadRar, a.downloadMp3 {
  background: none repeat scroll 0 0 transparent;
  position: relative;
  text-decoration: none; }

a.downloadTxt:hover, a.resultNameTxt:hover, a.downloadXls:hover, a.resultNameXls:hover, a.downloadPps:hover, a.downloadPpt:hover, a.resultNamePps:hover, a.resultNamePpt:hover, a.downloadDoc:hover, a.downloadRtf:hover, a.resultNameWord:hover, a.downloadPdf:hover, a.resultNamePdf:hover, a.downloadFla:hover, a.downloadSwf:hover, a.downloadZip:hover, a.downloadRar:hover, a.downloadMp3:hover {
  text-decoration: underline; }

a.downloadTxt span, a.resultNameTxt span {
  background: url("//www1.sqa.org.uk/images/css-icon_txt.gif") no-repeat scroll 100% 50% transparent;
  cursor: pointer;
  display: inline-block;
  padding: 0 7px;
  vertical-align: bottom; }

a.downloadXls span, a.resultNameXls span {
  background: url("//www2.sqa.org.uk/images/css-icon_xls.gif") no-repeat scroll 100% 50% transparent;
  cursor: pointer;
  display: inline-block;
  padding: 0 7px;
  vertical-align: bottom; }

a.downloadPps span, a.downloadPpt span, a.resultNamePps span, a.resultNamePpt span {
  background: url("//www3.sqa.org.uk/images/css-icon_pps.gif") no-repeat scroll 100% 50% transparent;
  cursor: pointer;
  display: inline-block;
  padding: 0 7px;
  vertical-align: bottom; }

a.downloadDoc span, a.downloadRtf span, a.resultNameWord span {
  background: url("//www4.sqa.org.uk/images/css-icon_doc.gif") no-repeat scroll 100% 50% transparent;
  cursor: pointer;
  display: inline-block;
  padding: 0 7px;
  vertical-align: bottom; }

a.downloadPdf span, a.resultNamePdf span {
  background: url("//www1.sqa.org.uk/images/css-icon_pdf.gif") no-repeat scroll 100% 50% transparent;
  cursor: pointer;
  display: inline-block;
  padding: 0 7px;
  vertical-align: bottom; }

a.downloadFla span, a.downloadSwf span {
  background: url("//www2.sqa.org.uk/images/css-icon_flash.gif") no-repeat scroll 100% 50% transparent;
  cursor: pointer;
  display: inline-block;
  padding: 0 7px;
  vertical-align: bottom; }

a.downloadZip span, a.downloadRar span {
  background: url("//www1.sqa.org.uk/images/css-icon_archive.gif") no-repeat scroll 100% 50% transparent;
  cursor: pointer;
  display: inline-block;
  padding: 0 7px;
  vertical-align: bottom; }

a.downloadMp3 span {
  background: url("//www3.sqa.org.uk/images/css-icon_mp3.gif") no-repeat scroll 100% 50% transparent;
  cursor: pointer;
  display: inline-block;
  padding: 0 7px;
  vertical-align: bottom; }

.default img {
  width: auto; }

.default .contactPanel {
  float: left; }

.default .contactPanel:after {
  clear: none; }

.default .related-nav {
  clear: none; }

.standardPanel img {
  width: auto; }

.socialLinksAndMySQA {
  display: inline;
  float: right;
  margin-bottom: 40px;
  width: 74.4681%; }

.socialLinksAndMySQA:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden; }

.socialLinksAndMySQA a {
  display: inline-block;
  margin: 0 12px 12px 0; }

.socialLinksAndMySQA a img {
  display: block; }

.affLinks {
  float: right;
  width: 74.4681%; }

.affLinks:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden; }

.affLinks a.affLink {
  display: block;
  float: left;
  margin: 0 30px 30px 0; }

.affLinks a.affLink img {
  display: block; }

#accr h1 {
  background-position: right center;
  background-repeat: no-repeat;
  height: 55px;
  padding-top: 10px; }
/*
body#accr h2, body#accr h3, body#accr h2, body#accr h3 {
  color: #3c6777; }
  */


#accr .acc_home_panel h3, #accr .acc_home_panel_end h3, #accr .acc_home_panel p, #accr .acc_home_panel_end p {
  color: black; }


#searchForm input {
  margin-top: 0; }

.acc_home_panel h3, .acc_home_panel_end h3, .acc_home_panel_boxes h3, .acc_home_panel_boxes_right h3 {
  color: white;
  font-size: 110%;
  margin: 0;
  padding: 10px 5px 10px 10px; }

.acc_home_panel h3 a, .acc_home_panel_end h3 a, .acc_home_panel_boxes h3 a, .acc_home_panel_boxes_right h3 a {
  color: white;
  text-decoration: none; }

.acc_home_panel h3 a:link, .acc_home_panel_end h3 a:link, .acc_home_panel_boxes h3 a:link, .acc_home_panel_boxes_right h3 a:link {
  color: white;
  text-decoration: none; }

.acc_home_panel h3 a:hover, .acc_home_panel_end h3 a:hover, .acc_home_panel_boxes h3 a:hover, .acc_home_panel_boxes_right h3 a:hover {
  color: white;
  text-decoration: underline; }

.acc_home_panel_end ul {
  margin: 0;
  padding: 0; }

.acc_home_panel p, .acc_home_panel_end p, .acc_home_panel_boxes p, .acc_home_panel_boxes_right p {
  font-size: 104%;
  margin: 0; }

body#accr .local-nav h4, body#accr .local-nav h4 {
  background-color: #2b4a55; }

body#accr .main-nav, body#accr .main-nav {
  background-color: #2b4a55; }

ul.ui-autocomplete {
  background: none repeat scroll 0 0 white !important;
  border: 1px solid black !important;
  display: block;
  left: 14px;
  list-style-type: none;
  max-width: 480px !important;
  padding: 0;
  text-align: left !important;
  top: 19px;
  z-index: 300 !important; }

ul.ui-autocomplete li.ui-menu-item {
  border-bottom: 1px solid #b6a5cf;
  color: black;
  list-style-type: none;
  margin: 0; }

ul.ui-autocomplete li.ui-menu-item a {
  display: block;
  padding: 2px 2px 2px 15px; }

ul.ui-autocomplete li {
  background: url("//www4.sqa.org.uk/images/css_white_arrow.gif") no-repeat scroll 5px 7px transparent;
  cursor: pointer; }

.large .main {
  display: inline;
  float: right;
  width: 74.4681%; }

.large .main:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden; }

.large .main p {
  font-size: 18px; }

.large .main .article h1 {
  font-size: 32px;
  margin: 0 0 1em; }

.large .main h2 {
  font-size: 25px; }

.large .main h3 {
  font-size: 22px; }

.large .footer .footer-links h6 {
  font-size: 22px; }

.larger .main {
  display: inline;
  float: right;
  width: 74.4681%; }

.larger .main:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden; }

.larger .main p {
  font-size: 20px; }

.larger .main .article h1 {
  font-size: 34px;
  margin: 0 0 1em; }

.larger .main h2 {
  font-size: 27px; }

.larger .main h3 {
  font-size: 224px; }

.larger .footer .footer-links h6 {
  font-size: 24px; }

.acc_home_top_panel {
  background: none repeat scroll 0 0 #cfcfcf;
  color: black;
  float: left;
  height: 150px;
  margin-bottom: 20px;
  margin-right: 5px;
  overflow: hidden;
  width: 310px; }

#accr .acc_home_top_panel article h3 {
  color: black;
  margin-left: 20px;
  margin-right: 20px; }

.acc_home_top_panel article div p {
  margin-left: 20px;
  margin-right: 20px; }

.acc_home_top_panel_end {
  background: none repeat scroll 0 0 #cfcfcf;
  color: black;
  float: left;
  height: 150px;
  margin-bottom: 20px;
  overflow: hidden;
  width: 310px; }

#accr .acc_home_top_panel_end article h3 {
  color: black;
  margin-left: 20px;
  margin-right: 20px; }


.acc_home_top_panel_end article div p {
  margin-left: 20px;
  margin-right: 20px; }

.top_panel_desc.active, .top_panel_desc.focused {
  background-color: #425e6a; }

#accr .top_panel_desc.active article h3, #accr .top_panel_desc.focused article h3 {
  color: #FFF; }

.top_panel_desc.active article div p, .top_panel_desc.focused article div p {
  color: #FFF; }

.top_panel_desc.active article div a, .top_panel_desc.focused article div a {
  background-color: #FFF;
  background-image: url("/assets/images/accreditation/arrow_x1_blue.png"); }

.acc_home_panel {
  background: none repeat scroll 0 0 #eaeff0;
  color: white;
  float: left;
  height: 320px;
  margin-bottom: 20px;
  margin-right: 20px;
  overflow: hidden;
  width: 220px; }
  
  .acc_home_panel_boxes {
  background: none repeat scroll 0 0 #eaeff0;
  color: white;
  float: left;
  height: 680px;
  margin-bottom: 20px;
  margin-right: 10px;
  overflow: hidden;
  width: 340px; }
  
    .acc_home_panel_boxes_right {
  background: none repeat scroll 0 0 #eaeff0;
  color: white;
  float: left;
  height: 680px;
  margin-bottom: 20px;
  overflow: hidden;
  width: 340px; }

.acc_home_panel_end {
  background: none repeat scroll 0 0 #2b4a55;
  color: white;
  float: left;
  height: 320px;
  margin-bottom: 20px;
  overflow: hidden;
  width: 220px; }

.struct-search form#search input, .struct-search form#search select, .struct-search form#search textarea, .qual-search form#search input, .qual-search form#search select, .qual-search form#search textarea {
  margin-top: 0; }

.struct-search form#search label, .qual-search form#search label {
  padding: 10px; }

#accr.struct-search h1 {
  height: auto;
  min-height: 60px; }

#accr.struct-search h1 span {
  display: block;
  width: 70%; }

div#center {
  float: left;
  margin: 0;
  min-height: 300px;
  padding: 0 0 20px;
  position: relative; }

.home_top_box_more {
  background-color: #435f6b;
  background-image: url("/assets/images/accreditation/arrow_x1_white.png");
  background-position: 2px 5px;
  background-repeat: no-repeat;
  border-top-left-radius: 0;
  border-top-right-radius: 5px;
  color: white;
  cursor: pointer;
  display: inline-block;
  float: right;
  font-family: arial,helvetica,sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: bold;
  height: 40px;
  margin-right: 20px;
  padding: 6px 10px;
  text-align: left;
  text-indent: 0;
  width: 38px; }

.top_box_elemen h3 {
  font-size: 15px;
  font-weight: bold;
  height: 20px; }

p.arrow {
  background-color: #435f6b;
  background-position: 9px 11px;
  color: white;
  cursor: pointer;
  display: inline-block;
  float: right;
  font-style: normal;
  height: 32px !important;
  margin-right: 20px;
  margin-top: 10px;
  padding: 6px;
  text-align: left;
  text-indent: 0; }

.arrow a {
  color: white;
  font-weight: bold;
  text-decoration: none; }

.bottom_box .acc_home_panel div p, .bottom_box .acc_home_panel_end div p, .acc_home_panel_boxes div p, .acc_home_panel_boxes_right div p {
  height: 1px;
  padding-left: 10px; 
  padding-right:10px}

.qlinks {
  display: inline-block;
  padding-left: 10px;
  width: 240px; }

.qlinks p {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: -7px; }

.qlinks ul li {
  padding-bottom: 20px; }

.breadcrumb {
  border-bottom: 1px solid #233470;
  font-size: 14px;
  margin: 10px auto 20px;
  padding: 10px 0 20px; }

.breadcrumb:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden; }

a {
  color: #1d2a59; }

.breadcrumb .last-child {
  display: inline;
  list-style: none outside none; }

.breadcrumb .hammered {
  display: inline;
  float: left;
  margin: 0;
  padding: 0; }

.breadcrumb .trail {
  display: inline;
  float: left;
  margin-top: 1px;
  padding-bottom: 0;
  padding-top: 0;
  width: 85%; }

.breadcrumb .trail > a {
  display: inline-block;
  float: left;
  line-height: 16px;
  padding: 0 10px; }

.breadcrumb .trail > a:before {
  margin-right: 5px; }

.breadcrumb .trail > a:after {
  content: " >";
  float: right;
  padding-left: 6px;
  text-decoration: none; }

.breadcrumb .trail > a:first-child {
  display: none; }
/*
@media not all, (min-resolution: 144dpi) {
  .breadcrumb .trail > a:first-child {
    background-image: url("/assets/images/accreditation/sqa_badge_blue_2x.png");
    background-size: 16px 16px; } }
*/    
.breadcrumb .trail > a:first-child:before {
  content: "";
  margin-right: 0; }

.breadcrumb .trail > a:first-child a {
  display: block; }

.breadcrumb .trail > a:last-child {
  font-weight: 400;
  max-width: 97%; }

.breadcrumb .listen {
  display: inline-block;
  float: right;
  font-size: 12px;
  line-height: 16px;
  padding-left: 24px;
  position: relative; }

.breadcrumb .listen:before {
  background-image: url("/assets/images/accreditation/listen.png");
  background-repeat: no-repeat;
  /*content: "Listen";*/
  display: block;
  height: 16px;
  left: 0;
  overflow: hidden;
  position: absolute;
  text-indent: -300%;
  width: 19px; }

@media not all, (min-resolution: 144dpi) {
  .breadcrumb .listen:before {
    background-image: url("/assets/images/accreditation/listen_2x.png");
    background-size: 19px 16px; } }
@media only screen and (max-width: 980px) {
  .breadcrumb .trail {
    width: 83%; }

  .breadcrumb .trail > li {
    width: 97%; } }
@media only screen and (max-width: 700px) {
  .breadcrumb .listen {
    clear: left;
    float: left;
    margin: 20px 0; } }
form fieldset {
  border: 1px solid #999999;
  margin: 0 0 10px;
  padding: 10px; }

form legend {
  padding: 0 10px; }

form p {
  clear: both;
  color: #1a1a1a;
  line-height: 150%;
  margin: 0;
  padding: 4px 0 4px 10px; }

form label {
  float: left;
  width: 200px; }

form input {
  width: 300px; }

form select {
  width: 304px; }

input, select {
  vertical-align: middle; }

input, select, textarea {
  display: block;
  font-size: 100%;
  margin-top: 20px;
  padding: 10px; }

form button {
  margin-top: 20px; }
  
  .visuallyhidden {
	    	border: 0;
	   		clip: rect(0 0 0 0);
	   		height: 1px;
	   		margin: -1px;
	   		overflow: hidden;
	   		padding: 0;
	   		position: absolute;
	   		width: 1px;
	 	}
