@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; } }

#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; }

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; }

#nav,
#skipnav,
#footer,
.courseSectionList,
.pagination {
  display: none !important; }

table th {
  color: #333 !important; }

ul.toc {
  margin: 0; }
  ul.toc li {
    border: 1px solid #ededed;
    border-width: 1px 0; }
    ul.toc li a {
      color: #333; }
