@import "https://fonts.googleapis.com/css?family=Ropa+Sans:400";
@import url("https://fonts.googleapis.com/css?family=Ropa+Sans:400");
@import "https://fonts.googleapis.com/css?family=Open+Sans:400,600,700";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700");
body {
  padding: 0;
  margin: 0;
  background: white; }

a, a:visited {
  text-decoration: none;
  color: #a61b70; }

a:hover {
  text-decoration: underline; }

a[href^="http:"] {
  background: url("../../img/external.png") no-repeat right center;
  padding-right: 16px; }

a[href^="http://www.iriss.ac.uk/vsatraining/"],
#footer a,
a.feed-icon {
  background-image: none;
  padding-right: 0; }

address {
  margin: 18px 0; }

hr {
  border: 1px solid #ededed;
  height: 0;
  border-width: 1px 0 0 0;
  margin: 2em 0; }

body {
  font-family: "Open Sans", helvetica, arial, sans-serif;
  font-size: 16px;
  line-height: 1.5; }

h1, h2, h3, h3 {
  font-family: "Ropa Sans", helvetica, arial, sans-serif; }

h1 {
  font-size: 2em;
  font-weight: normal;
  clear: both;
  min-height: 144px;
  line-height: 1;
  padding: 2em 0;
  color: #b3b2b2;
  box-sizing: border-box; }
  h1 strong {
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #333; }

h2, h3 {
  color: #a61b70;
  font-weight: normal;
  font-size: 1.33em;
  text-transform: uppercase;
  letter-spacing: 0.03em; }

h3 {
  font-size: 1.1em;
  border-top: 1px solid #ededed;
  border-width: 4px;
  margin: 2em 0;
  padding-top: 1em; }
  h3:first-of-type {
    border: none;
    padding-top: 0; }
  #casestudy h3 {
    border-color: #a61b70; }
  .aside h3 {
    margin-top: 1em; }

h4, h5 {
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: .9em; }

h6 {
  font-weight: bold; }

blockquote {
  border-left: 1px solid #ededed;
  border-width: 8px;
  padding-left: 1.5em;
  margin: 3em;
  font-style: italic; }
  blockquote.attention {
    color: #a61b70;
    border-color: #f6e2ed; }
  blockquote .attr {
    font-size: 10px;
    font-style: normal; }
  blockquote i {
    font-style: normal; }
  li blockquote {
    margin-left: 0;
    margin-right: 0; }

strong, b {
  font-weight: bold; }

em, i, cite {
  font-style: italic; }

sup {
  color: #a61b70;
  font-size: 9px;
  vertical-align: super;
  line-height: 0;
  padding: 0 1px; }

.pullquote {
  width: 324px;
  text-transform: none;
  letter-spacing: 0;
  font-family: "Ropa Sans", helvetica, arial, sans-serif;
  font-size: 1.5em;
  font-weight: normal;
  line-height: 1;
  color: #a61b70;
  border-top: 4px solid #a61b70; }
  .pullquote ul,
  .pullquote ol {
    padding-right: 0;
    margin-top: 18px; }
  .pullquote .attr {
    font-size: .5em; }

.aside {
  background-color: #ededed;
  color: black;
  padding: 1em 2em;
  margin: 1em 0;
  border-radius: 9px; }
  .aside ul,
  .aside ol {
    padding-right: 0;
    margin-top: 18px; }

#footnotes {
  font-size: 0.66em;
  color: #737373; }
  #footnotes ol {
    padding-left: 1.75em; }
  #footnotes hr {
    width: 210px; }
  #footnotes strong {
    font-size: 12px; }

@media all and (max-width: 480px) {
  body {
    font-size: 13.76px; }
  h1 {
    font-size: 1.75em;
    min-height: 100px; }
  blockquote {
    margin-left: 0; } }

ul, ol, dd {
  margin-bottom: 18px; }

ul {
  list-style: square outside;
  padding: 0 36px; }
  ul ul {
    list-style: circle outside;
    margin-bottom: 0; }
  #col_left ul {
    padding-left: 0; }
    #col_left ul li {
      list-style: none;
      background: url("../../img/bg_bullet.png") no-repeat 0 6px;
      padding-left: 1em;
      font-size: .86em;
      line-height: 1.25;
      margin-bottom: .5em; }

ol {
  list-style: decimal outside;
  padding: 0 36px; }

dt {
  font-weight: bold;
  font-style: italic; }

dd {
  font-size: 0.9em;
  line-height: 1.725; }

table {
  border-collapse: collapse;
  margin-bottom: 18px;
  width: 100%; }
  table th, table td {
    border: 1px solid #ededed;
    font-size: 0.8em;
    padding: 4px 9px;
    vertical-align: middle;
    color: #333; }
    table th .fileinfo, table td .fileinfo {
      font-size: .8em;
      line-height: 2.5em;
      color: #a61b70; }
  table caption {
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    text-align: center;
    padding-bottom: 5px; }
  table th {
    border: 1px solid #ededed;
    background-color: #a61b70;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    text-align: left;
    color: white;
    font-weight: bold;
    padding: 9px; }
    table th.mat-title {
      width: 191px; }
    table th.mat-download {
      width: 89px; }
  table#multiHeaded {
    margin-top: 18px; }
    table#multiHeaded tbody th {
      background-color: #f6e2ed;
      color: #a61b70; }

@media all and (max-width: 480px) {
  table th.mat-title, table th.mat-download {
    width: auto; } }

img {
  border: 1px solid #999; }

.media h4 {
  border-top: 1px solid #ededed;
  padding-top: 1em;
  margin-top: 3em; }

.videocontent {
  width: 100%;
  max-width: 540px; }

#flashcontent {
  height: 288px;
  width: 864px;
  margin: 0 0 39px 0; }
  #flashcontent p {
    font-weight: bold;
    font-size: 2em;
    line-height: 36px;
    color: #a61b70; }

.featurepic {
  border: 9px solid #ededed;
  margin-bottom: 18px; }

#skipnav {
  display: none; }

.verystrong {
  font-style: italic; }

.illustrations,
.illustrations td {
  border: none;
  vertical-align: top;
  padding: 0; }

.gutter {
  width: 16px; }

hr.heading_hr {
  margin-top: 2px;
  margin-bottom: 16px; }

.center {
  text-align: center; }

.left {
  float: left;
  margin-right: 18px;
  margin-bottom: 18px; }

.right {
  float: right;
  margin-left: 18px;
  margin-bottom: 18px; }

.clear {
  clear: both; }

.small {
  font-size: 10px; }

ul.small {
  margin-top: -9px; }

span.clear {
  display: block;
  height: 1px;
  margin-top: -1px; }

span.note {
  color: #a61b70; }

.fn_return {
  padding: 0 1px;
  font-size: 12px; }

.alignright {
  text-align: right; }

.noborder {
  border: none; }

.keypoints {
  font-weight: bold; }

.fileinfo span {
  color: #a61b70;
  margin: 0 5px; }

.hidden {
  display: none; }

#col_right {
  width: 618px;
  margin: 0 0 0 216px; }

#col_left {
  position: absolute;
  top: 381px;
  left: 15px;
  width: 210px; }

#col_left_wide {
  width: 426px;
  float: left;
  margin-right: 6px; }

#col_right_wide {
  float: left;
  width: 432px; }

#col_left_book {
  width: 642px;
  float: left;
  margin-right: 6px; }

#col_right_book {
  float: left;
  width: 216px; }

@media all and (max-width: 480px) {
  #col_right {
    width: auto;
    margin: 0; }
  #col_left {
    position: static;
    width: auto; }
  #col_left_wide,
  #col_right_wide,
  #col_left_book,
  #col_right_book {
    float: none;
    width: auto; } }

#wrapper,
#kicker-wrapper,
#info-wrapper {
  position: relative;
  margin: 0 auto;
  max-width: 864px;
  padding: 0 15px;
  box-sizing: border-box; }

#info-wrapper {
  padding: 2em 15px; }

#section {
  border: 1px solid #ededed;
  border-width: 4px 0;
  padding: 14px 0 15px 0;
  margin-bottom: 2em; }

#casestudy {
  padding: 1px 2em 1em 2em;
  background-color: #f6e2ed;
  margin-bottom: 1em;
  color: black;
  border-radius: 9px; }
  #casestudy h5 {
    color: white;
    background-color: #a61b70;
    margin: -18px;
    padding: 18px;
    margin-bottom: 18px; }
  #casestudy blockquote {
    border-color: #eecee0; }

@media all and (max-width: 480px) {
  .courseSectionList {
    display: none !important; } }

#nav {
  display: table;
  width: 100%;
  border-collapse: collapse; }
  #nav li {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #ededed;
    border-color: #f6e2ed;
    font-family: "Ropa Sans", helvetica, arial, sans-serif;
    font-size: .86em;
    line-height: 1em;
    text-transform: uppercase;
    letter-spacing: 0.03em; }
    #nav li a, #nav li a:visited {
      display: block;
      width: 100%;
      padding: 13px 0; }
      #nav li a:hover, #nav li a:focus, #nav li a:visited:hover, #nav li a:visited:focus {
        background-color: #a61b70;
        color: white;
        text-decoration: none; }
      #nav li a.active, #nav li a:visited.active {
        background-color: #f6e2ed; }
        #nav li a.active:hover, #nav li a.active:focus, #nav li a:visited.active:hover, #nav li a:visited.active:focus {
          color: #a61b70; }

@media all and (max-width: 510px) {
  #nav {
    display: block;
    margin: 15px 0 0 0;
    padding: 0; }
    #nav li {
      display: block;
      width: 50%;
      float: left; } }

/*
 *  PAGINATION AND SECTION LINKAGE
 */
.pagination {
  color: #737373; }
  .pagination p {
    font-size: .75em;
    text-align: right;
    margin: 2em 0; }
  .pagination span {
    padding: 4px 6px;
    font-weight: bold; }
  .pagination a {
    padding: 4px 6px;
    font-weight: bold;
    border: 1px solid #ededed; }
    .pagination a:hover {
      color: white;
      background-color: #a61b70;
      border: 1px solid #a61b70;
      text-decoration: none; }
  .pagination .pagenumber {
    font-weight: normal;
    padding: 3px 6px; }

.topPage {
  position: absolute;
  top: 217px;
  right: 15px;
  z-index: 9999; }

@media all and (max-width: 480px) {
  .topPage {
    display: none !important; } }

#css-switcher {
  line-height: 1em;
  font-size: .875em;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  cursor: pointer;
  margin: 2em 0 0 0;
  color: #a61b70;
  padding: 6px; }

@media all and (min-width: 480px) {
  #css-switcher {
    margin: 0;
    width: auto;
    position: absolute;
    top: 0;
    right: 0; } }

#footer {
  background: #ededed;
  color: #737373;
  clear: both;
  font-size: .66em;
  padding: 3em 15px 2em 15px;
  margin: 4em 0 0 0;
  width: 100%;
  box-sizing: border-box; }
  #footer .footer-inner {
    max-width: 864px;
    margin: 0 auto;
    position: relative; }
  #footer h5 {
    margin-top: 0; }
  #footer ul {
    padding: 0;
    list-style: circle inside; }
  #footer .legal {
    margin-top: 3em;
    padding-top: 1em;
    border-top: 1px solid #ededed;
    border-color: #d9d9d9;
    color: #a6a6a6; }

ul.toc {
  list-style: none;
  margin: 0 0 36px 0;
  padding: 0; }
  ul.toc li a {
    display: block;
    background-color: #a61b70;
    padding: 5px 10px;
    color: white;
    font-weight: bold;
    margin-top: 27px; }
  ul.toc ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    ul.toc ul li a {
      background-color: white;
      padding: 5px 24px;
      margin-top: 0;
      color: black;
      font-weight: normal; }
    ul.toc ul li.even a {
      background-color: #f6e2ed; }

#kicker {
  background: #a61b70 url(../../img/bg-cans.jpg) no-repeat 50% 50%;
  background-size: cover;
  background-attachment: fixed;
  color: white;
  font-size: 1.9em;
  font-weight: 600;
  line-height: 1.25;
  text-shadow: 0 2px 6px rgba(166, 27, 112, 0.4); }
  #kicker #kicker-wrapper {
    padding: 2em 15px; }

@media all and (max-width: 480px) {
  #kicker {
    font-size: 1.25em; } }

body.theme-dark {
  background: #1a1919;
  color: white; }
  body.theme-dark h1 {
    color: #ef9ed0; }
    body.theme-dark h1 strong {
      color: white; }
  body.theme-dark h2, body.theme-dark h3,
  body.theme-dark h3,
  body.theme-dark a,
  body.theme-dark a:visited {
    color: #ef9ed0; }
  body.theme-dark hr,
  body.theme-dark blockquote,
  body.theme-dark #section,
  body.theme-dark h3,
  body.theme-dark .featurepic,
  body.theme-dark .media h4 {
    border-color: #333; }
    body.theme-dark hr.attention,
    body.theme-dark blockquote.attention,
    body.theme-dark #section.attention,
    body.theme-dark h3.attention,
    body.theme-dark .featurepic.attention,
    body.theme-dark .media h4.attention {
      border-color: #ef9ed0;
      color: #ef9ed0; }
  body.theme-dark .pullquote {
    color: #ef9ed0;
    border-color: #ef9ed0; }
  body.theme-dark .aside {
    background: black;
    color: white; }
  body.theme-dark #casestudy {
    background: #a61b70;
    color: white; }
    body.theme-dark #casestudy h3 {
      border-color: white; }
    body.theme-dark #casestudy blockquote {
      border-color: #ef9ed0; }
  body.theme-dark #footer {
    background: black;
    color: #a6a6a6; }
    body.theme-dark #footer .legal {
      border-color: #333;
      color: #737373; }
  body.theme-dark #nav li {
    border-color: #333; }
    body.theme-dark #nav li a.active, body.theme-dark #nav li a:visited.active {
      background-color: #333; }
      body.theme-dark #nav li a.active:hover, body.theme-dark #nav li a.active:focus, body.theme-dark #nav li a:visited.active:hover, body.theme-dark #nav li a:visited.active:focus {
        color: #ef9ed0; }
  body.theme-dark .pagination a {
    border-color: #333; }
  body.theme-dark table th, body.theme-dark table td {
    color: white;
    border-color: #333; }
  body.theme-dark table#multiHeaded tbody th {
    background: #333;
    color: #ef9ed0; }
  body.theme-dark ul.toc li a {
    background-color: #a61b70;
    color: white; }
  body.theme-dark ul.toc ul li a {
    background-color: #333;
    color: white; }
  body.theme-dark ul.toc ul li.even a {
    background-color: #2b2b2b; }
