/* General Colours */
/* Corporate settings */
/*#00736b*/
/*rgb(0,117,109)*/
/*#68003f*/
/*rgb(102,0,61)*/
/*#F7C100*/
/*rbg(245,192,0)*/
/*#B4B6B9*/
/*rbg(181,183,186)*/
/*#006ebe*/
/*rgb(0,110,189)*/
/*hsl(93, 100%, 51%);*/
/*#3A8200*/
/*rgb(58, 130, 0)*/
/*#430071*/
/*rbg(67,0,112)*/
/*#CC360B*/
/*rbg(204,54,11)*/
/*#00829d*/
/*rgba(0, 130, 157, 1)*/
/* Colours for research area actions added in Jan 2016*/
/* VoP Colours */
/* Blob and force colours (wash buttons as force blobs are actual images) */
/* Outline used to outline blobs and legend elements */
/* Overall vop control colour (buttons, date-slider, etc */
/* VoP ajax loader */
/*
.loadFont(@family; @local; @weight; @eot:'@{local}.eot?'; @woff:'@{local}.woff';@woff2:'@{local}.woff2';  @truetype:'@{local}.ttf'){
    font-family: @family;
    font-weight: @weight;
    src: url(@eot) format('eot'), url(@woff) format('woff'), url(@truetype) format('truetype');
}
*/
@font-face {
  font-family: DIN_BOLD;
  font-weight: 'normal';
  src: url('../fonts/din-bold.eot');
  src: url('../fonts/din-bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/din-bold.woff') format('woff'), /* Pretty Modern Browsers */ url('../fonts/din-bold.woff2') format('woff2'), /* Pretty Modern Browsers */ url('../fonts/din-bold.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/din-bold.svg') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
@font-face {
  font-family: DIN_REG;
  font-weight: 'normal';
  src: url('../fonts/din-regular.eot');
  src: url('../fonts/din-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/din-regular.woff') format('woff'), /* Pretty Modern Browsers */ url('../fonts/din-regular.woff2') format('woff2'), /* Pretty Modern Browsers */ url('../fonts/din-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/din-regular.svg') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
@font-face {
  font-family: DIN_LIGHT;
  font-weight: 'normal';
  src: url('../fonts/din-light.eot');
  src: url('../fonts/din-light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/din-light.woff') format('woff'), /* Pretty Modern Browsers */ url('../fonts/din-light.woff2') format('woff2'), /* Pretty Modern Browsers */ url('../fonts/din-light.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/din-light.svg') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/*
 *  original: #68003F
 *  15 %    : #8E2665
 *  45 %    : #DB73B2
 *  75 %    : #FFBFFE
 */
.level0 a,
.level0 a:hover {
  color: black;
  padding: 15px;
}
nav#left .navbar-collapse {
  padding: 0;
}
nav#left ul {
  list-style: none;
  margin: 0;
  padding: 0 ;
}
nav#left ul > li > a:hover,
nav#left ul.current-folder > li > ul > li > a:hover,
nav#left ul.current-folder > li > a:hover {
  text-decoration: underline;
  background-color: #f2f8fd;
}
nav#left ul li a,
nav#left ul .list-item-no-link {
  padding: 12px 3px 12px 15px;
  width: 100%;
  display: block;
  /*border-bottom: 1px solid white;*/
  min-height: 2.4em;
  line-height: 1.6em;
  margin-bottom: 1px;
  height: auto !important;
  height: 2.4em;
}
nav#left {
  margin: 0;
  padding: 0;
}
/*
nav#left  ul.level1 > li a, nav#left  ul.level1 > li .list-item-no-link {  
		background-color: #68003F; 
		color:white; 
}

nav#left  ul.level2 > li a, nav#left  ul.level2 > li .list-item-no-link 
{  
		background-color: #8E2665; 
		color:white;
}

nav#left  ul.level3 > li a, nav#left  ul.level3 > li .list-item-no-link {  
		background-color: #DB73B2; 
		color:black;
}

nav#left  ul.level4 > li a, nav#left  ul.level4 > li .list-item-no-link {  
		background-color: #FFBFFE; border: 1px 0 solid white;  
		color:black;
}

*/
nav#left ul > li > a {
  background-color: rgba(204, 204, 204, 0.3);
}
nav#left ul.current-folder > li > a {
  background-color: rgba(128, 128, 128, 0.3);
}
nav#left ul.current-folder > li > a > .navbutton {
  display: none;
}
nav#left ul.current-folder > li > ul > li > a {
  background-color: white;
}
nav#left ul > li > a.activeparent {
  padding-left: 5px;
}
nav#left ul.level0 > li > a,
nav#left ul.level0 > li .list-item-no-link {
  background-color: rgba(179, 179, 179, 0.3);
  color: black;
  display: none;
}
nav#left ul.level0 > li > a.activeparent {
  border-left: 10px solid #b5b7ba;
  padding-left: 5px;
}
nav#left ul.level1 > li > a.activeparent {
  border-left: 10px solid #00756d;
  padding-left: 5px;
}
nav#left ul.level2 > li > a.activeparent {
  border-left: 10px solid #f5c000;
  padding-left: 5px;
}
nav#left ul.level3 > li > a.activeparent {
  border-left: 10px solid #006ebd;
  padding-left: 5px;
}
nav#left ul.level4 > li > a.activeparent {
  border-left: 10px solid #430070;
  padding-left: 5px;
}
nav#left ul.level5 > li > a.activeparent {
  border-left: 10px solid #00756d;
  padding-left: 5px;
}
nav#left ul.level6 > li > a.activeparent {
  border-left: 10px solid #f5c000;
  padding-left: 5px;
}
nav#left ul.level7 > li > a.activeparent {
  border-left: 10px solid #006ebd;
  padding-left: 5px;
}
nav#left ul.level8 > li > a.activeparent {
  border-left: 10px solid #430070;
  padding-left: 5px;
}
nav#left ul.level9 > li > a.activeparent {
  border-left: 10px solid #f5c000;
  padding-left: 5px;
}
nav#left ul.level10 > li > a.activeparent {
  border-left: 10px solid #00756d;
  padding-left: 5px;
}
nav#left ul > li a.active {
  border-left: 10px solid #cb340b;
  border-right: 7px solid #cb340b;
}
nav#left ul > li a .navbutton {
  height: 2.35em;
  padding: 0px 0.3em 0 0em;
}
nav#left ul > li a .navbutton span {
  line-height: 1.2em;
}
nav#left ul > li a .navbutton.open:hover span {
  color: #ff0000;
}
nav#left ul > li a .tooltop {
  width: 200px;
}
.navbar-toggle .icon-bar {
  background-color: #3a8200;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
img.twocol990 {
  display: none !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  img.twocol990 {
    display: inline !important;
  }
}
img.threecol990 {
  display: none !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  img.threecol990 {
    display: inline !important;
  }
}
img.twocol1140 {
  display: none !important;
}
@media (min-width: 1200px) {
  img.twocol1140 {
    display: inline !important;
  }
}
img.threecol1140 {
  display: none !important;
}
@media (min-width: 1200px) {
  img.threecol1140 {
    display: inline !important;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: normal;
  color: #777777;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #ffffff;
  border-radius: 10px;
  margin-bottom: 1px;
  border: 1px solid #777777;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #777777;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 7px;
  font-size: 10px;
  font-weight: normal;
  color: #777777;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #ffffff;
  border-radius: 0px;
  margin-bottom: 5px;
  border: 1px solid #CCC;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #777777;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url('../assets/font-awesome/font/fontawesome-webfont.eot?v=4.2.0');
  src: url('../assets/font-awesome/font/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('../assets/font-awesome/font/fontawesome-webfont.woff?v=4.2.0') format('woff'), url('../assets/font-awesome/font/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('../assets/font-awesome/font/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
x-object-fit {
  position: relative !important;
  display: inline-block !important;
}
x-object-fit > .x-object-fit-taller,
x-object-fit > .x-object-fit-wider {
  position: absolute !important;
  left: -100% !important;
  right: -100% !important;
  top: -100% !important;
  bottom: -100% !important;
  margin: auto !important;
}
.x-object-fit-none > .x-object-fit-taller,
.x-object-fit-none > .x-object-fit-wider {
  width: auto !important;
  height: auto !important;
}
.x-object-fit-fill > .x-object-fit-taller,
.x-object-fit-fill > .x-object-fit-wider {
  width: 100% !important;
  height: 100% !important;
}
.x-object-fit-contain > .x-object-fit-taller {
  width: auto !important;
  height: 100% !important;
}
.x-object-fit-contain > .x-object-fit-wider {
  width: 100% !important;
  height: auto !important;
}
.x-object-fit-cover > .x-object-fit-taller,
.x-object-fit-cover > .x-object-fit-wider {
  max-width: none !important;
  max-height: none !important;
}
.x-object-fit-cover > .x-object-fit-taller {
  width: 100% !important;
  height: auto !important;
  max-width: none !important;
}
.x-object-fit-cover > .x-object-fit-wider {
  width: auto !important;
  height: 100% !important;
  max-width: none !important;
}
.x-object-position-top > .x-object-fit-taller,
.x-object-position-top > .x-object-fit-wider {
  top: 0 !important;
  bottom: auto !important;
}
.x-object-position-right > .x-object-fit-taller,
.x-object-position-right > .x-object-fit-wider {
  left: auto !important;
  right: 0 !important;
}
.x-object-position-bottom > .x-object-fit-taller,
.x-object-position-bottom > .x-object-fit-wider {
  top: auto !important;
  bottom: 0 !important;
}
.x-object-position-left > .x-object-fit-taller,
.x-object-position-left > .x-object-fit-wider {
  left: 0 !important;
  right: auto !important;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
#middlecolumn td ol {
  margin: 0.3em 0em 1em 1.4em;
  list-style-type: decimal;
  line-height: 1.5em;
}
#middlecolumn section.itemcontent ol {
  margin: 0em 0em 0.2em 1.8em;
  list-style-type: decimal;
  line-height: 1.5em;
}
#middlecolumn section.itemcontent ol ol {
  margin: 0em 0em 0.2em 1.8em;
  list-style-type: upper-alpha;
}
#middlecolumn section.itemcontent ol ol ol {
  margin: 0em 0em 0.2em 1.8em;
  list-style-type: lower-roman;
}
#middlecolumn section.itemcontent ol ol ol ol {
  margin: 0em 0em 0.2em 1.8em;
  list-style-type: lower-alpha;
}
.primary_content {
  /* Define generic uses of colours for links */
}
.primary_content .panel-footer .nav-pills,
.primary_content .panel-footer .nav-tabs {
  padding-top: 0em;
}
.primary_content .nav-pills,
.primary_content .nav-tabs {
  padding-top: 1em;
}
.primary_content .nav-pills .tab-pane,
.primary_content .nav-tabs .tab-pane {
  padding: 1em 0 1em 0;
}
.primary_content .nav-pills a.red:hover,
.primary_content .nav-tabs a.red:hover,
.primary_content .nav-pills li.red a:hover,
.primary_content .nav-tabs li.red a:hover {
  color: darkred;
  background-color: #ffffff;
  border-top: 1px solid #ff5858;
  border-right: 1px solid #ff5858;
  border-left: 1px solid #ff5858;
  border-bottom: 5px solid darkred;
}
.primary_content .nav-pills li.red.active a,
.primary_content .nav-tabs li.red.active a {
  color: darkred;
  background-color: #ffffff;
  border-top: 1px solid darkred;
  border-right: 1px solid darkred;
  border-left: 1px solid darkred;
  border-bottom: 5px solid darkred;
}
.primary_content .nav-pills a.blue:hover,
.primary_content .nav-tabs a.blue:hover,
.primary_content .nav-pills li.blue a:hover,
.primary_content .nav-tabs li.blue a:hover {
  color: #006ebd;
  background-color: #ffffff;
  border-top: 1px solid #8aceff;
  border-right: 1px solid #8aceff;
  border-left: 1px solid #8aceff;
  border-bottom: 5px solid #006ebd;
}
.primary_content .nav-pills li.blue.active,
.primary_content .nav-tabs li.blue.active {
  color: #006ebd;
  background-color: #ffffff;
  border-top: 1px solid #006ebd;
  border-right: 1px solid #006ebd;
  border-left: 1px solid #006ebd;
  border-bottom: 5px solid #006ebd;
}
.primary_content .nav-pills li.blue.active a,
.primary_content .nav-tabs li.blue.active a {
  color: #006ebd;
  background-color: #ffffff;
  border-top: 1px solid #006ebd;
  border-right: 1px solid #006ebd;
  border-left: 1px solid #006ebd;
  border-bottom: 0px;
}
.primary_content .nav-pills a.orange:hover,
.primary_content .nav-tabs a.orange:hover,
.primary_content .nav-pills li.orange a:hover,
.primary_content .nav-tabs li.orange a:hover {
  color: #cb340b;
  background-color: #ffffff;
  border-top: 1px solid #fabaa8;
  border-right: 1px solid #fabaa8;
  border-left: 1px solid #fabaa8;
  border-bottom: 5px solid #cb340b;
}
.primary_content .nav-pills li.orange.active a,
.primary_content .nav-tabs li.orange.active a {
  color: #cb340b;
  background-color: #ffffff;
  border-top: 1px solid #cb340b;
  border-right: 1px solid #cb340b;
  border-left: 1px solid #cb340b;
  border-bottom: 5px solid #cb340b;
}
.primary_content .nav-pills a.green:hover,
.primary_content .nav-tabs a.green:hover,
.primary_content .nav-pills li.green a:hover,
.primary_content .nav-tabs li.green a:hover {
  color: #3a8200;
  background-color: #ffffff;
  border-top: 1px solid #9eff4f;
  border-right: 1px solid #9eff4f;
  border-left: 1px solid #9eff4f;
  border-bottom: 5px solid #3a8200;
}
.primary_content .nav-pills li.green.active a,
.primary_content .nav-tabs li.green.active a {
  color: #3a8200;
  background-color: #ffffff;
  border-top: 1px solid #3a8200;
  border-right: 1px solid #3a8200;
  border-left: 1px solid #3a8200;
  border-bottom: 5px solid #3a8200;
}
.primary_content .nav-pills a.plum:hover,
.primary_content .nav-tabs a.plum:hover,
.primary_content .nav-pills li.plum a:hover,
.primary_content .nav-tabs li.plum a:hover {
  color: #66003d;
  background-color: #ffffff;
  border-top: 1px solid solid #ff33ad;
  border-right: 1px solid solid #ff33ad;
  border-left: 1px solid #ff33ad;
  border-bottom: 5px solid #66003d;
}
.primary_content .nav-pills li.plum.active a,
.primary_content .nav-tabs li.plum.active a {
  color: #66003d;
  background-color: #ffffff;
  border-top: 1px solid #66003d;
  border-right: 1px solid #66003d;
  border-left: 1px solid #66003d;
  border-bottom: 5px solid #66003d;
}
.primary_content .nav-pills a.purple:hover,
.primary_content .nav-tabs a.purple:hover,
.primary_content .nav-pills li.purple a:hover,
.primary_content .nav-tabs li.purple a:hover {
  color: #430070;
  background-color: #ffffff;
  border-top: 1px solid #b13dff;
  border-right: 1px solid #b13dff;
  border-left: 1px solid #b13dff;
  border-bottom: 5px solid #430070;
}
.primary_content .nav-pills li.purple.active a,
.primary_content .nav-tabs li.purple.active a {
  color: #430070;
  background-color: #ffffff;
  border-top: 1px solid #430070;
  border-right: 1px solid #430070;
  border-left: 1px solid #430070;
  border-bottom: 5px solid #430070;
}
.primary_content .nav-pills a.teal:hover,
.primary_content .nav-tabs a.teal:hover,
.primary_content .nav-pills li.teal a:hover,
.primary_content .nav-tabs li.teal a:hover {
  color: #00756d;
  background-color: #ffffff;
  border-top: 1px solid #42fff2;
  border-right: 1px solid #42fff2;
  border-left: 1px solid #42fff2;
  border-bottom: 5px solid #00756d;
}
.primary_content .nav-pills li.teal.active a,
.primary_content .nav-tabs li.teal.active a {
  color: #00756d;
  background-color: #ffffff;
  border-top: 1px solid #00756d;
  border-right: 1px solid #00756d;
  border-left: 1px solid #00756d;
  border-bottom: 5px solid #00756d;
}
.primary_content .nav-pills a.yellow:hover,
.primary_content .nav-tabs a.yellow:hover,
.primary_content .nav-pills li.yellow a:hover,
.primary_content .nav-tabs li.yellow a:hover {
  color: #f5c000;
  background-color: #ffffff;
  border-top: 1px solid #fff2c2;
  border-right: 1px solid #fff2c2;
  border-left: 1px solid #fff2c2;
  border-bottom: 5px solid #f5c000;
}
.primary_content .nav-pills li.yellow.active a,
.primary_content .nav-tabs li.yellow.active a {
  color: #f5c000;
  background-color: #ffffff;
  border-top: 1px solid #f5c000;
  border-right: 1px solid #f5c000;
  border-left: 1px solid #f5c000;
  border-bottom: 5px solid #f5c000;
}
.primary_content .nav-pills a.black:hover,
.primary_content .nav-tabs a.black:hover,
.primary_content .nav-pills li.black a:hover,
.primary_content .nav-tabs li.black a:hover {
  color: #000000;
  background-color: #ffffff;
  border-top: 1px solid #666666;
  border-right: 1px solid #666666;
  border-left: 1px solid #666666;
  border-bottom: 5px solid #000000;
}
.primary_content .nav-pills li.black.active a,
.primary_content .nav-tabs li.black.active a {
  color: #000000;
  background-color: #ffffff;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  border-left: 1px solid #000000;
  border-bottom: 5px solid #000000;
}
.primary_content .nav-pills a.grey:hover,
.primary_content .nav-tabs a.grey:hover,
.primary_content .nav-pills li.grey a:hover,
.primary_content .nav-tabs li.grey a:hover {
  color: #b5b7ba;
  background-color: #ffffff;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-bottom: 5px solid #b5b7ba;
}
.primary_content .nav-pills li.grey.active a,
.primary_content .nav-tabs li.grey.active a {
  color: #b5b7ba;
  background-color: #ffffff;
  border-top: 1px solid #b5b7ba;
  border-right: 1px solid #b5b7ba;
  border-left: 1px solid #b5b7ba;
  border-bottom: 5px solid #b5b7ba;
}
.primary_content .nav-pills a.drop:hover,
.primary_content .nav-tabs a.drop:hover,
.primary_content .nav-pills li.drop a:hover,
.primary_content .nav-tabs li.drop a:hover,
.primary_content .nav-pills li.drop.active a,
.primary_content .nav-tabs li.drop.active a {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-bottom: 5px solid #ddd;
}
.primary_content .nav-pills li.red a,
.primary_content .nav-tabs li.red a,
.primary_content .nav-pills li.blue a,
.primary_content .nav-tabs li.blue a,
.primary_content .nav-pills li.orange a,
.primary_content .nav-tabs li.orange a,
.primary_content .nav-pills li.green a,
.primary_content .nav-tabs li.green a,
.primary_content .nav-pills li.plum a,
.primary_content .nav-tabs li.plum a,
.primary_content .nav-pills li.purple a,
.primary_content .nav-tabs li.purple a,
.primary_content .nav-pills li.teal a,
.primary_content .nav-tabs li.teal a,
.primary_content .nav-pills li.yellow a,
.primary_content .nav-tabs li.yellow a,
.primary_content .nav-pills li.black a,
.primary_content .nav-tabs li.black a,
.primary_content .nav-pills li.grey a,
.primary_content .nav-tabs li.grey a {
  border-radius: 0px;
  border-bottom: 5px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ffffff;
}
.primary_content .nav-pills li.drop a,
.primary_content .nav-tabs li.drop a {
  border-radius: 0px;
  border-bottom: 5px solid #ddd;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}
.primary_content .nav-pills li.red:hover,
.primary_content .nav-tabs li.red:hover,
.primary_content .nav-pills li.red.active,
.primary_content .nav-tabs li.red.active {
  color: darkred;
  background-color: #ffffff;
}
.primary_content .nav-pills li.blue:hover,
.primary_content .nav-tabs li.blue:hover,
.primary_content .nav-pills li.blue.active,
.primary_content .nav-tabs li.blue.active {
  color: #006ebd;
  background-color: #ffffff;
}
.primary_content .nav-pills li.orange:hover,
.primary_content .nav-tabs li.orange:hover,
.primary_content .nav-pills li.orange.active,
.primary_content .nav-tabs li.orange.active {
  color: #cb340b;
  background-color: #ffffff;
}
.primary_content .nav-pills li.green:hover,
.primary_content .nav-tabs li.green:hover,
.primary_content .nav-pills li.green.active,
.primary_content .nav-tabs li.green.active {
  color: #3a8200;
  background-color: #ffffff;
}
.primary_content .nav-pills li.plum:hover,
.primary_content .nav-tabs li.plum:hover,
.primary_content .nav-pills li.plum.active,
.primary_content .nav-tabs li.plum.active {
  color: #66003d;
  background-color: #ffffff;
}
.primary_content .nav-pills li.purple:hover,
.primary_content .nav-tabs li.purple:hover,
.primary_content .nav-pills li.purple.active,
.primary_content .nav-tabs li.purple.active {
  color: #430070;
  background-color: #ffffff;
}
.primary_content .nav-pills li.teal:hover,
.primary_content .nav-tabs li.teal:hover,
.primary_content .nav-pills li.teal.active,
.primary_content .nav-tabs li.teal.active {
  color: #00756d;
  background-color: #ffffff;
}
.primary_content .nav-pills li.yellow:hover,
.primary_content .nav-tabs li.yellow:hover,
.primary_content .nav-pills li.yellow.active,
.primary_content .nav-tabs li.yellow.active {
  color: #f5c000;
  background-color: #ffffff;
}
.primary_content .nav-pills li.black:hover,
.primary_content .nav-tabs li.black:hover,
.primary_content .nav-pills li.black.active,
.primary_content .nav-tabs li.black.active {
  color: #000000;
  background-color: #ffffff;
}
.primary_content .nav-pills li.grey:hover,
.primary_content .nav-tabs li.grey:hover,
.primary_content .nav-pills li.grey.active,
.primary_content .nav-tabs li.grey.active {
  color: #b5b7ba;
  background-color: #ffffff;
}
.primary_content .nav-pills .dropdown-menu li.red a,
.primary_content .nav-tabs .dropdown-menu li.red a,
.primary_content .nav-pills .dropdown-menu li.blue a,
.primary_content .nav-tabs .dropdown-menu li.blue a,
.primary_content .nav-pills .dropdown-menu li.orange a,
.primary_content .nav-tabs .dropdown-menu li.orange a,
.primary_content .nav-pills .dropdown-menu li.green a,
.primary_content .nav-tabs .dropdown-menu li.green a,
.primary_content .nav-pills .dropdown-menu li.plum a,
.primary_content .nav-tabs .dropdown-menu li.plum a,
.primary_content .nav-pills .dropdown-menu li.purple a,
.primary_content .nav-tabs .dropdown-menu li.purple a,
.primary_content .nav-pills .dropdown-menu li.teal a,
.primary_content .nav-tabs .dropdown-menu li.teal a,
.primary_content .nav-pills .dropdown-menu li.yellow a,
.primary_content .nav-tabs .dropdown-menu li.yellow a,
.primary_content .nav-pills .dropdown-menu li.black a,
.primary_content .nav-tabs .dropdown-menu li.black a,
.primary_content .nav-pills .dropdown-menu li.grey a,
.primary_content .nav-tabs .dropdown-menu li.grey a,
.primary_content .nav-pills .dropdown-menu li.drop a,
.primary_content .nav-tabs .dropdown-menu li.drop a {
  border-radius: 0px;
  border: 0px none;
}
@media print {
  .tab-content .tab-pane {
    display: block;
    border-top: 1px solid #000;
    padding-top: 15px;
  }
  iframe,
  #SurveyInfo {
    display: none;
  }
  .container-fluid header.sticky #scrollerbar {
    position: static;
  }
  a[href$=".jpg"]:after,
  a[href$=".png"]:after,
  a[href$=".gif"]:after,
  a[href$=".jpeg"]:after,
  a[href$=".tiff"]:after,
  a[href$=".bmp"]:after,
  a[href$=".webp"]:after {
    content: "";
  }
  main #content aside section.related_links li a:after {
    font-family: Georgia, "Times New Roman", Times, serif !important;
    content: " (http://www.epsrc.ac.uk" attr(href) ")";
  }
  a[href^="/"]:after {
    content: " (http://www.epsrc.ac.uk" attr(href) ")";
  }
  h1 {
    font-size: 18pt;
  }
  h2 {
    font-size: 15pt;
  }
  h3 {
    font-size: 14pt;
  }
  h4 {
    font-size: 13pt;
  }
  h5,
  h6 {
    font-size: 12pt;
  }
  header #topbar,
  nav#left,
  nav#top,
  footer {
    display: none;
  }
  #sharebaroverlay {
    display: none;
  }
  header #logo {
    display: block !important;
    clear: both;
  }
  header #logo a:after {
    content: "";
  }
  header #logosmall {
    display: none;
  }
  header #searchbox {
    display: none;
  }
  img {
    max-width: 500px;
  }
  @page {
    margin: 0.5cm;
  }
  body,
  section[role="main"] section.itemcontent p {
    font-size: 10pt;
    font-family: Georgia, "Times New Roman", Times, serif !important;
    line-height: 1.3 !important;
  }
  nav ul li a[href]:after {
    content: "";
  }
  .searchicon {
    display: none;
  }
  /* 
  main #content aside section.related_links li a:after{
    content: " (" attr(href) ")";
  }
  */
}
/*blog listing*/

@media screen and (max-width: 1558px) and (min-width: 1553px) {
  .blog-lead-wrapper {
    max-width: 660px;
    margin-left: 4px;
    margin-right: 4px;
  }
}


@media screen and (max-width: 991px) and (min-width: 710px) {
  .blog-lead-wrapper {
    margin-left: 4px;
    margin-right: 4px;
  }
}
@media screen and (max-width: 709px) {
  .blog-lead-wrapper {
    max-width: 330px;
  }
}
.blog-wrapper {
  margin: 0 auto;
  text-align: center;
}
.blog-item-wrapper {
  margin: 5px;
  width: 320px;
  height: 340px;
  display: inline-block;
  position: relative;
  border: 1px dashed #cfcfcf;
}
.blog-item {
  width: 100%;
  height: 320px;
} 
.blog-item-img {
  width: 100%;
  height: 180px;
  background-position: calc(50%) calc(50%);
  background-size: cover;
  overflow: hidden;
}
.blog-item-desc {
  text-align: center;
  width: 100%;
  height: 120px;
  padding: 5px;
}
.blog-item-date {
  display: inline-block;
  font-size: 1em;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
}
.blog-item-title {
  display: inline-block;
  width: 100%;
  font-size: 17px;
  line-height: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}
.blog-item-link {
  position: absolute;
  width: 320px;
  height: 342px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.blog-item-link:focus {
  -webkit-box-shadow: 0px 0px 3px 3px #0000ff;
  -moz-box-shadow: 0px 0px 3px 3px #0000ff;
  box-shadow: 0px 0px 3px 3px #0000ff;
}
.blog-item-shares {
  display: none;
}
.blog-item-comments {
  z-index: 100;
  position: relative;
  background-color: transparent;
  border: transparent;
  border-top: 1px dashed #cfcfcf;
}

.blog-meta {
  display: block;
  background-color: #cfcfcf;
  padding: 10px;
  text-align: right;
  margin-top: 92px;
  margin-bottom: -100px;
}

.blog-lead-wrapper {
  width: 100%;
  display: inline-block;
  position: relative;
  border: 1px dashed #cfcfcf;
}
.blog-lead {
  width: 100%;
}
.blog-lead-img {
  width: 100%;
  height: 180px;
  background-position: calc(50%) calc(50%);
  background-size: cover;
  overflow: hidden;
}
.blog-lead-desc {
  text-align: center;
  width: 100%;
  padding: 5px;
  padding-bottom: 15px;
}
.blog-lead-date {
  display: inline-block;
  font-size: 1em;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
}
.blog-lead-title {
  display: inline-block;
  width: 100%;
  font-size: 20px;
  line-height: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}
.blog-lead-summary {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 15px;
}
.blog-lead-comments {
  margin-bottom: 0px !important;
  background-color: transparent;
  border: transparent;
  border-top: 1px dashed #cfcfcf;

}
/*blog item*/
.navbar-header {
  background-color: #fff;
}
#three_column_blog nav#left ul {
  background-color: #fff;
}
@media screen and (min-width: 992px) {
  .blog-head {
    right: -5px;
  }
}
.blog-head {
  position: absolute;
  left: 6px;
  width: 99%;
  z-index: -1;
  background: #000;
  color: #fff;
  text-align: center;
  min-height: 250px;
  max-height: 100vh;
  overflow: hidden;
  margin: auto auto;
}

.blog-head img {
  height: auto;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: .5;
}
.blog_tags {
  position: relative;
}
@media screen and (max-width: 920px) {
  .blog-head img {
    min-width: 920px;
    max-width: 100%;
  }
  .blog_tags {
    top: 660px;
  }
  .blog-content {
    top: 15px;
    margin-bottom: -20px !important;
  }
}
@media screen and (min-width: 921px) {
  .blog-head img {
    min-width: 1600px;
    max-width: 100%;
  }
  .blog-content {
    top: 140px;
  }
}
.blog-date {
  text-align: center;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
.blog-title {
  margin-top: 25px;
  text-align: center;
  margin: 0 auto;
  float: none;
}
.blog-title h1 {
  color: #fff;
  margin-top: 0;
  padding-top: 20px;
}
.blog-content {
  background-color: #fff;
  margin: 0 auto;
  position: relative;
  float: none;
  padding: 1px 10px 10px 10px;
  margin-bottom: 100px;
}
.blog-content h2 {
  margin-top: 10px;
}
/*mura comments */
#svComments {
  clear: both;
}
#svComments dl {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border: 0;
  border-bottom: 1px dotted #ccc;
  line-height: 1.2;
  overflow: hidden;
  /* clear floats */
}
#svComments dl.indent-1 {
  padding-left: 30px;
}
#svComments dl.indent-2 {
  padding-left: 60px;
}
#svComments dl.indent-3 {
  padding-left: 90px;
}
#svComments dl.indent-4 {
  padding-left: 120px;
}
#svComments .indent-5,
#svComments .indent-6,
#svComments .indent-7,
#svComments .indent-8,
#svComments .indent-9 {
  border-left: 120px solid #fff;
}
#svComments dt {
  margin-bottom: .5em;
}
#svComments dd {
  margin-bottom: .25em;
}
#svComments dd.comment p {
  margin-top: .5em;
}
#svComments dd.comment p:first-child {
  margin-top: 0;
}
#svComments dd.dateTime {
  font-size: 1em;
  color: #666;
  margin-bottom: .5em;
}
#svComments dd.gravatar {
  float: left;
  margin-right: 1em;
}
#svComments dd.reply {
  font-size: 1em;
}
#svComments a.editcomment {
  cursor: pointer;
}
main #content aside section[role="news"] .metadata {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 3px 0px 3px 0em;
  border: 1px dashed #dadadc;
}
main #content aside section[role="news"] .metadata table {
  background-color: inherit;
  font-size: 1em;
  border: 1px solid white;
  padding-bottom: 0;
  margin-bottom: 0;
}
main #content aside section[role="news"] .metadata table tr {
  border-bottom: 1px solid white;
}
main #content aside section[role="news"] .metadata table th {
  text-transform: inherit;
  text-align: left;
  color: white;
  font-family: DIN_REG, Arial, Helvetica, Verdana, sans-serif;
  color: #66003d;
  font-weight: normal;
  border-style: none;
  padding: 8px 8px 5px 8px;
  vertical-align: top;
  padding-right: 10px;
  white-space: normal;
  margin-left: 0px;
  width: 40%;
  margin-bottom: 1px;
  font-size: 1.1em;
  background-color: transparent;
}
main #content aside section[role="news"] .metadata table td {
  border-style: none;
  vertical-align: top;
  text-align: left;
  padding: 8px 8px 5px 8px;
  margin-bottom: 1px;
  font-size: 0.9em;
}
main #content aside section[role="news"] .metadata table td.icon {
  width: 35px;
  font-size: 1.1em;
}
main #content aside section[role="news"] .metadata table td:first-child {
  width: 25px;
}
.title-wrapper.contact {
    background-color: #DDD;
    width: 100%;
    margin-bottom: 10px;
    text-align: right;
    padding: 10px;
}

.blog-author{
  padding-top: 20px;
}

.blog-author .contactcard {
  width: 100%;
}
.blog-home-title {
  color: #ffffff;
  font-family: 'DIN Next W01 Bold', Arial, Helvetica, Verdana, Sans-serif;
  font-size: 3em;
}
.blog-home-tagline {
  color: #dadadc;
  font-family: 'DIN Next W01 Bold', Arial, Helvetica, Verdana, Sans-serif;
  font-size: 24x;
  line-height: 1.1;
  text-transform: none;
  vertical-align: middle;
  width: 100%;
}
.blog-home-banner {
    background-color: #006ebe;
    height: 180px;
    position: relative;
    margin-bottom: -5px;
    padding: 30px;
}
.blog-home-banner-image {
  background-position: calc(0%) calc(50%);
  background-size: cover;
  height: 180px;
  overflow: hidden;
}
.blog-home-banner-image-fade {
  background: -moz-linear-gradient(left, #444444 0%, rgba(61, 61, 61, 0.9) 10%, rgba(41, 41, 41, 0) 39%, rgba(0, 0, 0, 0) 100%);
  background: -ms-linear-gradient(left, #444444 0%, rgba(61, 61, 61, 0.9) 10%, rgba(41, 41, 41, 0) 39%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(left, #444444 0%, rgba(61, 61, 61, 0.9) 10%, rgba(41, 41, 41, 0) 39%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #444444), color-stop(10%, rgba(61, 61, 61, 0.9)), color-stop(39%, rgba(41, 41, 41, 0)), color-stop(100%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(left, #444444 0%, rgba(61, 61, 61, 0.9) 10%, rgba(41, 41, 41, 0) 39%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, #444444 0%, rgba(61, 61, 61, 0.9) 10%, rgba(41, 41, 41, 0) 39%, rgba(0, 0, 0, 0) 100%);
  background: url(data:image/svg+xml;
	base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ0NDQ0NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwJSIgc3RvcC1jb2xvcj0iIzNkM2QzZCIgc3RvcC1vcGFjaXR5PSIwLjkiLz4KICAgIDxzdG9wIG9mZnNldD0iMzklIiBzdG9wLWNvbG9yPSIjMjkyOTI5IiBzdG9wLW9wYWNpdHk9IjAiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  bottom: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#00000000', GradientType=1);
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.svBlogTags.svIndex {
  display: block;
  position: relative;
}
ul.blogTags {
  padding: 0px;
  background-color: #f5f5f5;
  list-style: none;
  font-family: DIN_REG, Arial, Helvetica, Verdana, sans-serif;
}
.blogTags li {
  line-height: 1;
  float: left;
  list-style: none;
  position: relative;
}
.blogTags a {
  display: block;
  text-transform: capitalize;
}
a.size1 {
  padding: 3px;
  font-size: 1em;
}

a.size2 {
  padding: 5px;
  font-size: 1.4em;
}

a.size3 {
  padding: 5px;
  font-size: 1.8em;
}

a.size4 {
  padding: 5px;
  font-size: 2em;
}

a.size5 {
  padding: 5px;
  font-size: 2.4em;
}

a.size6 {
  padding: 0px;
  font-size: 2.6em;
}

/*-----------------------------------------------*/
/* Variables                                     */
/*-----------------------------------------------*/
/* Locations */
/* Standard settings */
/*-----------------------------------------------*/
/* Mixins                                        */
/*-----------------------------------------------*/
.right {
  float: right !important;
  float: right;
}
.left {
  float: left !important;
  float: left;
}
.sans-serif {
  font-family: Arial, Helvetica, Verdana, sans-serif;
}
ins {
  text-decoration: none;
}
.border {
  border: 1px solid #000000;
}
.dottedborder {
  border: 1px dotted #666666;
}
.floatleft {
  float: left;
}
.floatright {
  float: right;
}
.clear {
  clear: both;
}
.visuallyhidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.nobullets {
  list-style-type: none;
}
.plum {
  color: #66003d;
}
.orange {
  color: #cb340b;
}
.teal {
  color: #00756d;
}
.grey {
  color: #b5b7ba;
}
.darkgrey {
  color: #666666;
}
.red {
  color: #ff0000;
}
.sizethreequarters {
  font-size: 0.75em;
}
.size1 {
  font-size: 1em;
}
.size1half {
  font-size: 1.5em;
}
.size2 {
  font-size: 2em;
}
.size2half {
  font-size: 2.5em;
}
.size3 {
  font-size: 3em;
}
.size3half {
  font-size: 3.5em;
}
.flipvertically {
  -webkit-transform: rotate(rotateY(180deg));
  -ms-transform: rotate(rotateY(180deg));
  -o-transform: rotate(rotateY(180deg));
  transform: rotate(rotateY(180deg));
  -webkit-transform: rotateY(180deg);
  -moz-transformw: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
  display: inline-block;
}
.fliphorizontally {
  -webkit-transform: rotate(rotateX(180deg));
  -ms-transform: rotate(rotateX(180deg));
  -o-transform: rotate(rotateX(180deg));
  transform: rotate(rotateX(180deg));
  -webkit-transform: rotateX(180deg);
  -moz-transformw: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  display: inline-block;
}
/*-----------------------------------------------*/
/* Parameterised Mixins                          */
/*-----------------------------------------------*/
/* Called with .border-radius(4px); */
/* Called with .box-shadow(#666 0px 0px 10px); */
/* Called with .degrees(rotateY(180deg)); */
/* Called with .animation(move 10s steps(10) infinite alternate); */
/* Called with .transition(all 1s ease); refer to http://designshack.net/articles/css/joshuajohnson-2/ for examples*/
/*-----------------------------------------------*/
/* Core CSS                                      */
/*-----------------------------------------------*/
body {
  /*min-width: 988px;*/
  font-family: Arial, Helvetica, Verdana, sans-serif;
  background-color: #ffffff;
  margin: 0px;
  padding: 0px;
  line-height: 1.5em;
  font-size: 1.2em;
}
h1,
h2,
h3,
h4,
h5,
h6,
section#connect p {
  font-family: DIN_REG, Arial, Helvetica, Verdana, sans-serif;
  color: #66003d;
}
h1 {
  font-size: 2.2em;
  padding: 0 0 0.25em;
  text-transform: none;
  font-weight: normal;
  font-family: DIN_LIGHT, Arial, Helvetica, Verdana, sans-serif;
}
@media (min-width: 768px) {
  h1 {
    font-size: 2.6em;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 3.0em;
  }
}
@media (min-width: 1199px) {
  h1 {
    font-size: 3.4em;
  }
}
h2 {
  font-size: 1.6em;
}
h3 {
  font-size: 1.4em;
}
h4 {
  font-size: 1.2em;
}
h5 {
  font-size: 1.1em;
}
h6 {
  font-size: 1em;
}
/*-----------------------------------------------*/
/* Fixes and overides                            */
/*-----------------------------------------------*/
.tabletfix {
  float: none;
}
/*-----------------------------------------------*/
/* Top bar                                       */
/*-----------------------------------------------*/
#slideinnav {
  height: 100px;
  width: 98%;
  border-bottom: 2px solid #00756d;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
  margin-right: 15px;
  margin-left: 15px;
}
#topbar {
  text-align: right;
  padding-top: 5px;
  padding-bottom: 8px;
  padding-right: 0px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 10px;
  padding-left: 0px !important;
}
#topbar #topqls {
  display: inline;
  margin-right: 5px;
  padding-top: 6px;
  float: left;
}
#topbar #topqls a {
  border-right: 1px solid #00756d;
  padding-right: 10px;
  padding-left: 5px;
}
#topbar #topqls a:last-child {
  border: 0px;
}
#topbar #topfuncLinks {
  display: inline;
  margin-right: 5px;
}
#topbar #topfuncLinks a {
  border-right: 1px solid #00756d;
  padding-right: 10px;
  padding-left: 5px;
}
#topbar #topfuncLinks a.user {
  border: 1px solid #999;
  padding: 5px;
  border-radius: 5px;
}
#topbar #topfuncLinks a.user:hover {
  background: #00756d;
  color: #ffffff;
  text-decoration: none;
}
#topbar .dysactive {
  background: #00756d !important;
  color: #ffffff !important;
}
#topbar #contrast {
  display: inline;
}
#topbar #contrast p {
  display: inline;
}
#topbar #contrast button {
  border: 1px solid #666666;
  background-color: #ffffff;
  font-size: 1.2em;
  color: #000000;
}
#topbar #contrast button.highcontrast {
  color: #ffffff;
  background-color: #000000;
}
#topbar #contrast button.blueblack {
  background-color: rgba(0, 110, 189, 0.2);
}
#topbar #contrast button.creamblack {
  background-color: rgba(245, 192, 0, 0.1);
}
#topbar #contrast button:hover,
#topbar #contrast button:focus {
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #00756d;
}
#topbar #textsize {
  margin-left: 5px;
  display: inline;
  margin-right: 10px;
}
#topbar #textsize p {
  display: inline;
}
#topbar #textsize button {
  border: 1px solid #ffffff;
  background-color: #ffffff;
  font-size: 1.8em;
  padding: 2px;
}
#topbar #textsize button:hover,
#topbar #textsize button:focus {
  border: 1px solid #000000;
}
#topbar #textsize .reset:before {
  color: #00756d;
  font-family: 'FontAwesome', sans-serif;
  content: "\f0e2";
}
#topbar #textsize .reset:hover,
#topbar #textsize .reset:focus {
  color: #ffffff;
}
#topbar:after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 991px) {
  nav#top {
    background-color: #f4f4f6;
  }
  #topbar {
    height: 40px;
    text-align: left;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
    padding: 5px;
  }
  #topbar h4 {
    margin-top: 0;
    color: inherit;
  }
  #topbar .alert-link {
    font-weight: bold;
  }
  #topbar > p,
  #topbar > ul {
    margin-bottom: 0;
  }
  #topbar > p + p {
    margin-top: 5px;
  }
  #topbar hr {
    border-top-color: #c9e2b3;
  }
  #topbar .alert-link {
    color: #2b542c;
  }
  #topbar hr {
    border-top-color: #c9e2b3;
  }
  #topbar .alert-link {
    color: #2b542c;
  }
  #topbar.alert-dismissible button.close {
    top: 2px;
    right: 5px;
  }
}
/*-----------------------------------------------*/
/* Social media links                            */
/*-----------------------------------------------*/
#connectlinks {
  padding-top: 10px;
}
#socialmedia,
#connectlinks {
  /* width: 185px; */
  display: inline;
}
#socialmedia a:hover,
#connectlinks a:hover,
#socialmedia a:focus,
#connectlinks a:focus {
  text-decoration: none;
}
#socialmedia .twitter,
#connectlinks .twitter,
#socialmedia .facebook,
#connectlinks .facebook,
#socialmedia .youtube,
#connectlinks .youtube,
#socialmedia .flickr,
#connectlinks .flickr,
#socialmedia .rss,
#connectlinks .rss,
#socialmedia .blog,
#connectlinks .blog {
  color: #ffffff;
  padding-left: 20px;
  padding-right: 6px;
  padding-top: 8px;
  padding-bottom: 3px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  border: 0px;
  background-color: #00756d;
}
#socialmedia .twitter:before,
#connectlinks .twitter:before,
#socialmedia .facebook:before,
#connectlinks .facebook:before,
#socialmedia .youtube:before,
#connectlinks .youtube:before,
#socialmedia .flickr:before,
#connectlinks .flickr:before,
#socialmedia .rss:before,
#connectlinks .rss:before,
#socialmedia .blog:before,
#connectlinks .blog:before {
  font-family: 'FontAwesome', sans-serif;
  font-size: 1.6em;
  margin-left: -15px;
  margin-right: 0px;
}
#socialmedia .twitter:focus,
#connectlinks .twitter:focus,
#socialmedia .facebook:focus,
#connectlinks .facebook:focus,
#socialmedia .youtube:focus,
#connectlinks .youtube:focus,
#socialmedia .flickr:focus,
#connectlinks .flickr:focus,
#socialmedia .rss:focus,
#connectlinks .rss:focus,
#socialmedia .blog:focus,
#connectlinks .blog:focus,
#socialmedia .twitter:hover,
#connectlinks .twitter:hover,
#socialmedia .facebook:hover,
#connectlinks .facebook:hover,
#socialmedia .youtube:hover,
#connectlinks .youtube:hover,
#socialmedia .flickr:hover,
#connectlinks .flickr:hover,
#socialmedia .rss:hover,
#connectlinks .rss:hover,
#socialmedia .blog:hover,
#connectlinks .blog:hover {
  background-color: #033f3b;
}
#socialmedia .blog:before,
#connectlinks .blog:before {
  content: "\f02d";
}
#socialmedia .twitter:before,
#connectlinks .twitter:before {
  content: "\f099";
}
#socialmedia .facebook:before,
#connectlinks .facebook:before {
  content: "\f09a";
}
#socialmedia .youtube:before,
#connectlinks .youtube:before {
  content: "\f167";
}
#socialmedia .flickr:before,
#connectlinks .flickr:before {
  content: "\f16e";
}
#socialmedia .rss:before,
#connectlinks .rss:before {
  content: "\f09e";
}
/*-----------------------------------------------*/
/* Search                                        */
/*-----------------------------------------------*/
#search {
  float: right;
}
#search .searchicon {
  color: #66003d;
  -webkit-transform: rotate(rotateY(180deg));
  -ms-transform: rotate(rotateY(180deg));
  -o-transform: rotate(rotateY(180deg));
  transform: rotate(rotateY(180deg));
  -webkit-transform: rotateY(180deg);
  -moz-transformw: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
  display: inline-block;
  font-size: 2.5em;
}
#search input {
  border: 0px;
  box-shadow: none;
  background: none;
  border-radius: none;
  outline: 0px;
  vertical-align: bottom;
  padding-left: 5px;
  padding-bottom: 2px;
  border-bottom: 2px solid #cccccc;
  font-size: 1.5em;
  color: #66003d;
}
#search input:focus {
  border-bottom: 2px solid #66003d;
  color: #66003d;
}
/*-----------------------------------------------*/
/* Share bar                                     */
/*-----------------------------------------------*/
@-moz-document url-prefix() {
  .primary_content #sharebaroverlay {
    white-space: normal;
  }
}
#sharebaroverlay {
  background-color: #cccccc;
  height: 3.8em;
  padding: 5px;
  white-space: nowrap;
  border-top: 3px solid #ffffff;
  margin-top: 20px;
}
#sharebaroverlay h2 {
  display: inline;
}
#sharebaroverlay a {
  background-image: none;
}
#sharebaroverlay p,
#sharebaroverlay form {
  display: inline;
}
#sharebaroverlay p a,
#sharebaroverlay form a {
  display: inline-block;
  cursor: pointer;
}
#sharebaroverlay p button,
#sharebaroverlay form button,
#sharebaroverlay p a,
#sharebaroverlay form a {
  border: 2px solid #ffffff;
  background-color: #cccccc;
  text-decoration: none;
}
#sharebaroverlay p button:hover,
#sharebaroverlay form button:hover,
#sharebaroverlay p a:hover,
#sharebaroverlay form a:hover {
  border: 2px solid #000000;
  background-color: #00756d;
}
#sharebaroverlay p button:focus,
#sharebaroverlay form button:focus,
#sharebaroverlay p a:focus,
#sharebaroverlay form a:focus {
  background-color: #00756d;
}
#sharebaroverlay p .tweet,
#sharebaroverlay form .tweet,
#sharebaroverlay p .like,
#sharebaroverlay form .like,
#sharebaroverlay p .g1,
#sharebaroverlay form .g1,
#sharebaroverlay p .in,
#sharebaroverlay form .in,
#sharebaroverlay p .email,
#sharebaroverlay form .email,
#sharebaroverlay p .pdf,
#sharebaroverlay form .pdf,
#sharebaroverlay p .print,
#sharebaroverlay form .print,
#sharebaroverlay p .top,
#sharebaroverlay form .top {
  color: #ffffff;
  padding-left: 20px;
  width: 35px;
  height: 35px;
}
#sharebaroverlay p .tweet:before,
#sharebaroverlay form .tweet:before,
#sharebaroverlay p .like:before,
#sharebaroverlay form .like:before,
#sharebaroverlay p .g1:before,
#sharebaroverlay form .g1:before,
#sharebaroverlay p .in:before,
#sharebaroverlay form .in:before,
#sharebaroverlay p .email:before,
#sharebaroverlay form .email:before,
#sharebaroverlay p .pdf:before,
#sharebaroverlay form .pdf:before,
#sharebaroverlay p .print:before,
#sharebaroverlay form .print:before,
#sharebaroverlay p .top:before,
#sharebaroverlay form .top:before {
  font-family: 'FontAwesome', sans-serif;
  font-size: 1.6em;
  margin-left: -15px;
  margin-right: 0px;
}
#sharebaroverlay p .tweet,
#sharebaroverlay form .tweet {
  background-color: #24a4ff;
  padding-top: 8px;
  padding-bottom: 4px;
}
#sharebaroverlay p .tweet:before,
#sharebaroverlay form .tweet:before {
  content: "\f099";
}
#sharebaroverlay p .like,
#sharebaroverlay form .like {
  background-color: #00508a;
  padding: 8px 16px 4px 16px;
}
#sharebaroverlay p .like:before,
#sharebaroverlay form .like:before {
  content: "\f09a";
}
#sharebaroverlay p .g1,
#sharebaroverlay form .g1 {
  background-color: #b30000;
  padding: 8px 8px 4px 8px;
}
#sharebaroverlay p .g1:before,
#sharebaroverlay form .g1:before {
  content: "\f0d5";
  padding-left: 10px;
}
#sharebaroverlay p .in,
#sharebaroverlay form .in {
  background-color: #006ebd;
  padding: 8px 7px 4px 7px;
}
#sharebaroverlay p .in:before,
#sharebaroverlay form .in:before {
  content: "\f0e1";
  padding-left: 13px;
}
#sharebaroverlay p .email,
#sharebaroverlay form .email {
  background-color: #666666;
  padding: 8px 5px 4px 5px;
}
#sharebaroverlay p .email:before,
#sharebaroverlay form .email:before {
  content: "\f003";
  padding-left: 14px;
}
#sharebaroverlay p .pdf,
#sharebaroverlay form .pdf {
  background-color: #666666;
  padding: 8px 7px 4px 7px;
}
#sharebaroverlay p .pdf:before,
#sharebaroverlay form .pdf:before {
  content: "\f1c1";
  padding-left: 14px;
}
#sharebaroverlay p .print,
#sharebaroverlay form .print {
  background-color: #666666;
  padding: 8px 6px 4px 6px;
}
#sharebaroverlay p .print:before,
#sharebaroverlay form .print:before {
  content: "\f02f";
  padding-left: 14px;
}
#sharebaroverlay p .top,
#sharebaroverlay form .top {
  background-color: #666666;
  padding: 8px 6px 4px 6px;
  float: right;
}
#sharebaroverlay p .top:before,
#sharebaroverlay form .top:before {
  content: "\f062";
  padding-left: 15px;
}
#sharebaroverlay p .noicon,
#sharebaroverlay form .noicon {
  background-color: #666666;
  padding: 8px 5px 4px 5px;
}
#sharebaroverlay p .noicon:before,
#sharebaroverlay form .noicon:before {
  content: "";
  padding-left: inherit;
}
/*-----------------------------------------------*/
/* Icons                                         */
/*-----------------------------------------------*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
}
[data-icon]:before {
  font-family: 'FontAwesome', sans-serif;
  content: attr(data-icon);
  speak: none;
  /* Not to be trusted, but hey. */
}
.icon-alone {
  /*display: inline-block;  Chrome 19 was weird with clickability without this */
}
.link:after {
  font-family: 'FontAwesome', sans-serif;
  content: "\f062";
  padding-top: 3px;
}
.arrowup:before,
.file:before,
.info:before,
.tag:before,
.exclamation:before,
.envelope:before,
.phone:before,
.cube:before,
.university:before,
.home:before,
.user:before,
.plus-square:before,
.question:before,
.cog:before,
.tick:before {
  font-family: 'FontAwesome', sans-serif;
  content: " \f062";
  padding-top: 3px;
}
.question:before {
  content: " \f059";
  font-weight: normal;
  font-size: 1.1em;
  padding-right: 10px;
  text-decoration: none;
}
.cog:before {
  content: " \f013";
  font-weight: normal;
  font-size: 1.1em;
  padding-right: 10px;
}
.tick:before {
  content: " \f00c";
  font-weight: normal;
  font-size: 1.1em;
  padding-right: 10px;
}
.file:before {
  content: " \f016";
}
.info:before {
  content: "\f05a";
}
.exclamation:before {
  content: " \f06a";
}
.tag:before {
  content: "\f02b";
}
.envelope:before {
  content: " \f0e0";
}
.phone:before {
  content: " \f095";
}
.cube:before {
  content: " \f1b2";
}
.university:before {
  content: " \f19c";
}
.home:before {
  content: " \f015";
}
.link:after {
  content: " \f0c1";
}
.user:before {
  content: " \f007";
  padding-right: 5px;
}
.external:after {
  content: " \f08e";
}
.plus-square:before {
  content: " \f067";
  padding-right: 5px;
}
/*-----------------------------------------------*/
/* Structure and style                           */
/*-----------------------------------------------*/
#page {
  max-width: 1800px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  header#topNavContainer {
    min-height: 145px;
    height: auto !important;
    height: 145px;
  }
}
header#topNavContainer #logo img {
  float: left;
  vertical-align: middle;
}
header#topNavContainer #logosmall {
  width: 115px;
}
header#topNavContainer #search {
  float: right;
  margin-top: 30px;
}
header#topNavContainer #search p {
  display: inline;
}
header#topNavContainer:after {
  content: "";
  display: table;
  clear: both;
}
.interestheaders .col-sm-2 {
  text-align: center;
}
.interestheaders .col-sm-2 h3 {
  font-size: 1em;
  margin: 0;
  text-transform: uppercase;
}
main nav#left {
  background-color: #efefef;
  background-color: rgba(204, 204, 204, 0.3);
  margin-top: 10px;
  font-size: 1.2em;
}
main #content {
  margin-top: 9px;
}
main #content .container-fluid {
  margin: 0;
  padding: 0;
}
main #content .bs-callout {
  padding: 20px;
  margin: 20px 0;
  border: 1px solid darkred;
  border-left-width: 5px;
  border-radius: 3px;
}
main #content #middlecolumn {
  padding: 0;
}
@media (min-width: 992px) {
  main #content #middlecolumn {
    padding: 10px 0 0 10px;
  }
}
main #content #middlecolumn ol {
  margin-left: 15px;
  margin-right: 15px;
}
main #content #middlecolumn section[role="main"] {
  margin: 0px;
  width: 100%;
  font-size: 1.284em;
  line-height: 1.4;
  padding-left: 0;
  padding-right: 0;
}
main #content #middlecolumn section[role="main"] article.listing ul.meta li.image a,
main #content #middlecolumn section[role="main"] article.listing ul.meta li.title a {
  background: none;
}
main #content #middlecolumn section[role="main"] section.tocitem {
  padding-left: 0;
}
main #content #middlecolumn section[role="main"] section.tocitem li span {
  font-weight: bold;
}
main #content #middlecolumn section[role="main"] section.tocitem,
main #content #middlecolumn section[role="main"] section.texttoc {
  /*  img {
           object-fit:cover;
         }
         */
}
main #content #middlecolumn section[role="main"] section.tocitem a,
main #content #middlecolumn section[role="main"] section.texttoc a {
  background: none;
}
main #content #middlecolumn section[role="main"] .box-border {
  border-left: 1px dashed #dadadc;
  border-right: 1px dashed #dadadc;
  border-bottom: 1px dashed #dadadc;
  padding: 15px;
  margin-bottom: 15px;
}
main #content #middlecolumn section[role="main"] .metadata {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 3px 0px 3px 0em;
  border: 1px dashed #dadadc;
}
main #content #middlecolumn section[role="main"] .metadata table {
  background-color: inherit;
  font-size: 1em;
  border: 1px solid white;
  padding-bottom: 0;
  margin-bottom: 0;
}
main #content #middlecolumn section[role="main"] .metadata table tr {
  border-bottom: 1px solid white;
}
main #content #middlecolumn section[role="main"] .metadata table th {
  text-transform: inherit;
  text-align: left;
  color: white;
  font-family: DIN_REG, Arial, Helvetica, Verdana, sans-serif;
  color: #66003d;
  font-weight: normal;
  border-style: none;
  padding: 8px 8px 5px 8px;
  vertical-align: top;
  padding-right: 10px;
  white-space: normal;
  margin-left: 0px;
  width: 20%;
  margin-bottom: 1px;
  font-size: 1.1em;
  background-color: transparent;
}
main #content #middlecolumn section[role="main"] .metadata table td {
  border-style: none;
  vertical-align: top;
  text-align: left;
  padding: 8px 8px 5px 8px;
  margin-bottom: 1px;
  font-size: 0.9em;
}
main #content #middlecolumn section[role="main"] .metadata table td.icon {
  width: 35px;
  font-size: 1.1em;
}
main #content #middlecolumn section[role="main"] .metadata table td a {
  padding: 3px 7px;
  font-size: 12px;
  border-radius: 10px;
  margin-bottom: 1px;
  border: 1px solid #777777;
  display: inline-block;
  min-width: 10px;
  padding: 7px;
  font-size: 10px;
  font-weight: normal;
  color: #777777;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #ffffff;
  border-radius: 0px;
  margin-bottom: 5px;
  border: 1px solid #CCC;
  background-image: none;
  padding-right: 8px;
}
main #content #middlecolumn section[role="main"] .metadata table td a:empty {
  display: none;
}
.btn main #content #middlecolumn section[role="main"] .metadata table td a {
  position: relative;
  top: -1px;
}
.btn-xs main #content #middlecolumn section[role="main"] .metadata table td a {
  top: 0;
  padding: 1px 5px;
}
amain #content #middlecolumn section[role="main"] .metadata table td a:hover,
amain #content #middlecolumn section[role="main"] .metadata table td a:focus {
  color: #777777;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > main #content #middlecolumn section[role="main"] .metadata table td a,
.nav-pills > .active > a > main #content #middlecolumn section[role="main"] .metadata table td a {
  color: #337ab7;
  background-color: #ffffff;
}
.nav-pills > li > a > main #content #middlecolumn section[role="main"] .metadata table td a {
  margin-left: 3px;
}
main #content #middlecolumn section[role="main"] .metadata table td a:empty {
  display: none;
}
.btn main #content #middlecolumn section[role="main"] .metadata table td a {
  position: relative;
  top: -1px;
}
.btn-xs main #content #middlecolumn section[role="main"] .metadata table td a {
  top: 0;
  padding: 1px 5px;
}
amain #content #middlecolumn section[role="main"] .metadata table td a:hover,
amain #content #middlecolumn section[role="main"] .metadata table td a:focus {
  color: #777777;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > main #content #middlecolumn section[role="main"] .metadata table td a,
.nav-pills > .active > a > main #content #middlecolumn section[role="main"] .metadata table td a {
  color: #337ab7;
  background-color: #ffffff;
}
.nav-pills > li > a > main #content #middlecolumn section[role="main"] .metadata table td a {
  margin-left: 3px;
}
main #content #middlecolumn section[role="main"] .metadata table td figure a {
  background-color: #ffffff;
}
main #content #middlecolumn section[role="main"] .metadata table td:first-child {
  width: 25px;
}
main #content #middlecolumn section[role="main"] .metadata table .themes a {
  background-color: #006ebd;
}
main #content #middlecolumn section[role="main"] #alert {
  border-left: 6px solid #b7b7b7;
  border-left: 6px solid rgba(102, 102, 102, 0.4);
  border-right: 2px solid #b7b7b7;
  border-right: 2px solid rgba(102, 102, 102, 0.4);
  background-color: #efefef;
  background-color: rgba(204, 204, 204, 0.3);
  margin-bottom: 12px;
  color: #666666;
  padding: 10px;
}
main #content #middlecolumn section[role="main"] #alert ul li {
  list-style: none;
}
main #content #middlecolumn section[role="main"] #profile {
  margin-bottom: 10px;
}
main #content #middlecolumn section[role="main"] #profile.person h1 {
  background-color: #430070;
}
main #content #middlecolumn section[role="main"] #profile.organisation h1 {
  background-color: #00756d;
}
main #content #middlecolumn section[role="main"] #profile.border {
  border: 1px dotted #430070;
}
main #content #middlecolumn section[role="main"] #profile > .container-fluid {
  margin-top: 15px;
}
main #content #middlecolumn section[role="main"] #profile h1 {
  color: #ffffff;
  padding: 10px;
  margin: 0px;
  font-size: 3em;
}
main #content #middlecolumn section[role="main"] #profile h1 a,
main #content #middlecolumn section[role="main"] #profile h1 a:hover {
  color: #ffffff;
}
main #content #middlecolumn section[role="main"] #profile .awards {
  padding: 5px;
  padding-left: 10px;
  background-color: #cccccc;
}
main #content #middlecolumn section[role="main"] #profile figure {
  margin: 0px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 0px;
  float: left;
}
main #content #middlecolumn section[role="main"] #profile.profile .contactcard {
  margin-left: 200px;
}
main #content #middlecolumn section[role="main"] #profile.profile .contactcard.fullwidth {
  margin-left: 0;
}
main #content #middlecolumn section[role="main"] #profile .contactcard {
  border: 1px dotted #666666;
  box-shadow: #666666 0px 0px 5px;
  padding: 10px;
  margin-bottom: 10px;
  line-height: 1.8em;
}
main #content #middlecolumn section[role="main"] #profile .contactcard table {
  width: 100%;
  margin: 0px;
}
main #content #middlecolumn section[role="main"] #profile .contactcard table td {
  padding-left: 10px;
  padding: 0px;
  width: 100%;
  padding-right: 10px;
  border: 0px;
}
main #content #middlecolumn section[role="main"] #profile .contactcard table td.icon-alone {
  padding: 0 6px;
  width: 25px;
}
main #content #middlecolumn section[role="main"] #profile .contactcard table td .themes {
  padding: 3px 7px;
  font-size: 12px;
  border-radius: 10px;
  margin-bottom: 1px;
  border: 1px solid #777777;
  display: inline-block;
  min-width: 10px;
  padding: 7px;
  font-size: 10px;
  font-weight: normal;
  color: #777777;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #ffffff;
  border-radius: 0px;
  margin-bottom: 5px;
  border: 1px solid #CCC;
  background-image: none;
  padding-right: 8px;
}
main #content #middlecolumn section[role="main"] #profile .contactcard table td .themes:empty {
  display: none;
}
.btn main #content #middlecolumn section[role="main"] #profile .contactcard table td .themes {
  position: relative;
  top: -1px;
}
.btn-xs main #content #middlecolumn section[role="main"] #profile .contactcard table td .themes {
  top: 0;
  padding: 1px 5px;
}
amain #content #middlecolumn section[role="main"] #profile .contactcard table td .themes:hover,
amain #content #middlecolumn section[role="main"] #profile .contactcard table td .themes:focus {
  color: #777777;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > main #content #middlecolumn section[role="main"] #profile .contactcard table td .themes,
.nav-pills > .active > a > main #content #middlecolumn section[role="main"] #profile .contactcard table td .themes {
  color: #337ab7;
  background-color: #ffffff;
}
.nav-pills > li > a > main #content #middlecolumn section[role="main"] #profile .contactcard table td .themes {
  margin-left: 3px;
}
main #content #middlecolumn section[role="main"] #profile .contactcard table td .themes:empty {
  display: none;
}
.btn main #content #middlecolumn section[role="main"] #profile .contactcard table td .themes {
  position: relative;
  top: -1px;
}
.btn-xs main #content #middlecolumn section[role="main"] #profile .contactcard table td .themes {
  top: 0;
  padding: 1px 5px;
}
amain #content #middlecolumn section[role="main"] #profile .contactcard table td .themes:hover,
amain #content #middlecolumn section[role="main"] #profile .contactcard table td .themes:focus {
  color: #777777;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > main #content #middlecolumn section[role="main"] #profile .contactcard table td .themes,
.nav-pills > .active > a > main #content #middlecolumn section[role="main"] #profile .contactcard table td .themes {
  color: #337ab7;
  background-color: #ffffff;
}
.nav-pills > li > a > main #content #middlecolumn section[role="main"] #profile .contactcard table td .themes {
  margin-left: 3px;
}
main #content #middlecolumn section[role="main"] #profile .contactcard table td .themes:after {
  content: "";
}
main #content #middlecolumn section[role="main"] #profile .contactcard table td address {
  margin: 0px;
}
main #content #middlecolumn section[role="main"] #profile ul li:before {
  margin-left: 0;
}
main #content #middlecolumn section[role="main"] .raaction {
  display: block;
  padding: 10px;
  background-color: #f0f0f0;
  margin-bottom: 10px;
}
main #content #middlecolumn section[role="main"] .raaction h2 {
  margin: -10px;
  padding: 10px;
  margin-bottom: 10px;
  color: #000000;
  font-size: 1.2em;
}
main #content #middlecolumn section[role="main"] .raaction.maintain {
  border: 1px solid #f5c000;
}
main #content #middlecolumn section[role="main"] .raaction.maintain h2 {
  background-color: #f5c000;
}
main #content #middlecolumn section[role="main"] .raaction.grow {
  border: 1px solid #00756d;
}
main #content #middlecolumn section[role="main"] .raaction.grow h2 {
  background-color: #00756d;
  color: #ffffff;
}
main #content #middlecolumn section[role="main"] .raaction.reduce {
  border: 1px solid rgba(67, 0, 112, 0.25);
}
main #content #middlecolumn section[role="main"] .raaction.reduce h2 {
  background-color: rgba(67, 0, 112, 0.25);
}
main #content #middlecolumn section[role="main"] .raaction.underreview {
  border: 1px solid #8aceff;
}
main #content #middlecolumn section[role="main"] .raaction.underreview h2 {
  background-color: #8aceff;
}
main #content #middlecolumn section[role="main"] .raaction.blank {
  border: 0px;
  background-color: white;
}
main #content #middlecolumn section[role="main"] blockquote {
  border-left: 6px solid #88beba;
  border-left: 6px solid rgba(0, 117, 109, 0.4);
  border-right: 2px solid #88beba;
  border-right: 2px solid rgba(0, 117, 109, 0.4);
  margin-left: 0px;
  padding: 20px;
  background-color: #e5f0f0;
  background-color: rgba(0, 117, 109, 0.1);
  color: #00756d;
  font-size: 0.95em;
}
main #content #middlecolumn section[role="main"] blockquote:before,
main #content #middlecolumn section[role="main"] blockquote:after {
  content: " ";
  display: table;
}
main #content #middlecolumn section[role="main"] blockquote:after {
  clear: both;
}
main #content #middlecolumn section[role="main"] blockquote:before,
main #content #middlecolumn section[role="main"] blockquote:after {
  content: " ";
  display: table;
}
main #content #middlecolumn section[role="main"] blockquote:after {
  clear: both;
}
main #content #middlecolumn section[role="main"] blockquote p:first-child {
  margin-top: 0px;
}
main #content #middlecolumn section[role="main"] blockquote p:last-child {
  margin-bottom: 10px;
}
main #content #middlecolumn section[role="main"] blockquote .quoteauthor {
  font-weight: normal;
  font-size: 1.2em;
  text-transform: uppercase;
  font-family: DIN_BOLD, Arial, Helvetica, Verdana, sans-serif;
}
main #content #middlecolumn section[role="main"] blockquote span {
  /* LEGACY CLASS - DEPRECATED  DO NOT USE! */
  display: block;
  font-weight: normal;
  font-size: 1.2em;
  text-transform: uppercase;
  font-family: DIN_BOLD, Arial, Helvetica, Verdana, sans-serif;
}
main #content #middlecolumn section[role="main"] blockquote:after {
  /* .quotemark */
  float: right;
  font-size: 3em;
  content: "\f10e";
  font-family: 'FontAwesome', sans-serif;
  margin-left: -22px;
  margin-top: -25px;
  padding-right: 12px;
}
main #content #middlecolumn section[role="main"] .gallery {
  padding: 10px;
  padding-right: 0px;
  margin: 0px auto;
  max-width: 475px;
  background-color: #666666;
  margin-bottom: 10px;
}
main #content #middlecolumn section[role="main"] .gallery figure {
  margin: 8px 12px 10px 0px;
  -webkit-box-shadow: #000000 0px 0px 15px;
  -moz-box-shadow: #000000 0px 0px 15px;
  -o-box-shadow: #000000 0px 0px 15px;
  -ms-box-shadow: #000000 0px 0px 15px;
  box-shadow: #000000 0px 0px 15px;
  border: 1px dotted #666666;
  width: 220px;
  height: 145px;
  float: left;
  overflow: hidden;
  position: relative;
  border: 10px solid #ffffff;
}
main #content #middlecolumn section[role="main"] .gallery figure .darkbackground {
  background-color: #0f0f0f;
  background-color: rgba(15, 15, 15, 0.8);
}
main #content #middlecolumn section[role="main"] .gallery figure img {
  position: absolute;
  left: -20px;
  top: -20px;
  height: 173px;
  width: 263px;
}
main #content #middlecolumn section[role="main"] .gallery figure figcaption {
  height: 100%;
  width: 100%;
  z-index: 100;
  position: absolute;
  top: -200px;
}
main #content #middlecolumn section[role="main"] .gallery figure figcaption .copyright {
  color: #cccccc;
  font-size: 0.9em;
  margin-top: 0px;
}
main #content #middlecolumn section[role="main"] .gallery figure figcaption .caption {
  color: black;
  font-size: 1em;
  margin-top: 0px;
}
main #content #middlecolumn section[role="main"] .gallery figure figcaption p {
  text-align: center;
  margin-top: 10px;
  text-shadow: #000000 0px 0px 10px;
  color: #ffffff;
  font-size: 1.4em;
  display: block;
}
main #content #middlecolumn section[role="main"] .gallery figure figcaption p.zoom {
  margin-top: 0px;
  font-size: 1.1em;
}
main #content #middlecolumn section[role="main"] .gallery figure figcaption p.zoom a {
  color: white;
  text-decoration: none;
  background-image: none;
  text-shadow: none;
  margin: 0px;
  padding: 0px;
  display: block;
}
main #content #middlecolumn section[role="main"] .gallery figure figcaption:before {
  content: none;
}
main #content #middlecolumn section[role="main"] .gallery:after {
  content: "";
  display: table;
  clear: both;
}
main #content #middlecolumn section[role="main"] section.texttoc h3 {
  background-color: #f4f4f6;
  line-height: 30px;
  padding: 3px 0 0 6px;
}
main #content #middlecolumn section[role="main"] section.texttoc p {
  margin-left: 6px;
}
main #content #middlecolumn section[role="main"] ul li {
  margin-bottom: 5px;
  margin-left: -18px;
  list-style: none;
}
main #content #middlecolumn section[role="main"] ul li:before {
  font-family: 'FontAwesome', sans-serif;
  content: "\f054";
  margin-left: -22px;
  padding-right: 12px;
  color: #00756d;
  font-size: 0.8em;
}
main #content #middlecolumn section[role="main"] tr td ul li:before {
  margin-left: -16px;
}
main #content #middlecolumn section[role="main"] article.listing > ul.meta {
  padding-left: 0;
}
main #content #middlecolumn section[role="main"] article.listing > ul > li {
  margin-bottom: 10px;
  margin-left: auto;
}
main #content #middlecolumn section[role="main"] article.listing > ul > li:before {
  content: none;
}
main #content #middlecolumn section[role="main"] article.listing > ul > li.title {
  margin-top: 20px;
  padding: 3px 0 0 6px;
  background-color: #f4f4f6;
  line-height: 30px;
}
main #content #middlecolumn section[role="main"] article.listing > ul > li.title font-size:1.4em a {
  text-transform: uppercase;
  font-family: DIN_BOLD, Arial, Helvetica, Verdana, sans-serif;
  font-weight: normal;
}
main #content #middlecolumn section[role="main"] article.listing > ul > li.summary {
  font-size: 0.9em;
}
main #content #middlecolumn section[role="main"] .panel ul li,
main #content #middlecolumn section[role="main"] ul.pagination li,
main #content #middlecolumn section[role="main"] ul.nolist > li,
main #content #middlecolumn section[role="main"] ul.list-group > li,
main #content #middlecolumn section[role="main"] ul.navbar > li,
main #content #middlecolumn section[role="main"] ul.nav-tabs > li,
main #content #middlecolumn section[role="main"] ul.nav-pills > li {
  margin-bottom: auto;
  margin-left: auto;
}
main #content #middlecolumn section[role="main"] .panel ul li:before,
main #content #middlecolumn section[role="main"] ul.pagination li:before,
main #content #middlecolumn section[role="main"] ul.nolist > li:before,
main #content #middlecolumn section[role="main"] ul.list-group > li:before,
main #content #middlecolumn section[role="main"] ul.navbar > li:before,
main #content #middlecolumn section[role="main"] ul.nav-tabs > li:before,
main #content #middlecolumn section[role="main"] ul.nav-pills > li:before {
  content: none;
}
main #content #middlecolumn section[role="main"] ul.list-group li.list-group-item {
  margin-bottom: -1px;
}
main #content #middlecolumn section[role="main"] .dataTables_wrapper {
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #f2f2f2;
  border: 1px dotted #666666;
  padding: 5px;
}
main #content #middlecolumn section[role="main"] table {
  border-spacing: 0px;
  margin-bottom: 12px;
  width: 100%;
}
main #content #middlecolumn section[role="main"] table th {
  background-color: #66003d;
  color: #ffffff;
  padding: 10px;
  font-weight: normal;
  text-transform: uppercase;
  font-family: DIN_BOLD, Arial, Helvetica, Verdana, sans-serif;
  border: 1px solid #ebebeb;
  vertical-align: top;
  text-align: left;
}
main #content #middlecolumn section[role="main"] table td {
  border: 1px solid #ebebeb;
  padding: 10px;
  vertical-align: top;
}
main #content #middlecolumn section[role="main"] table td ul,
main #content #middlecolumn section[role="main"] table td ol {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: -5px;
}
main #content #middlecolumn section[role="main"] table td p:first-child {
  margin-top: 0px;
}
main #content #middlecolumn section[role="main"] table td p:last-child {
  margin-bottom: 0px;
}
main #content #middlecolumn section[role="main"] table tfoot {
  background-color: #666666;
  color: #ffffff;
}
main #content #middlecolumn section[role="main"] table.table-light th {
  background-color: #ffffff;
  color: #66003d;
}
main #content #middlecolumn section[role="main"] table.table-light-grey th {
  background-color: #f4f4f6;
  color: #66003d;
}
main #content #middlecolumn section[role="main"] table.table-light-noborder th {
  background-color: #ffffff;
  color: #66003d;
  border: 0;
}
main #content #middlecolumn section[role="main"] table.table-light-noborder td {
  border: 0;
}
main #content #middlecolumn section[role="main"] .factoid,
main #content #middlecolumn section[role="main"] .keyfactbox {
  width: 30%;
  font-size: 1.1em;
  padding: 20px;
  margin: 0px 10px 0px 10px;
  border-bottom: 1px dotted #666666;
  border-top: 1px dotted #666666;
  color: #666666;
}
main #content #middlecolumn section[role="main"] .factoid p,
main #content #middlecolumn section[role="main"] .keyfactbox p {
  margin: 0px;
}
main #content #middlecolumn section[role="main"] .factoid .fact,
main #content #middlecolumn section[role="main"] .keyfactbox .fact,
main #content #middlecolumn section[role="main"] .factoid .figure,
main #content #middlecolumn section[role="main"] .keyfactbox .figure {
  font-size: 2em;
  font-family: DIN_REG, Arial, Helvetica, Verdana, sans-serif;
  font-weight: normal;
  margin-bottom: 6px;
}
main #content #middlecolumn section[role="main"] .factoid .fact.teal,
main #content #middlecolumn section[role="main"] .keyfactbox .fact.teal,
main #content #middlecolumn section[role="main"] .factoid .figure.teal,
main #content #middlecolumn section[role="main"] .keyfactbox .figure.teal {
  color: #00756d;
}
main #content #middlecolumn section[role="main"] .factoid .fact.plum,
main #content #middlecolumn section[role="main"] .keyfactbox .fact.plum,
main #content #middlecolumn section[role="main"] .factoid .figure.plum,
main #content #middlecolumn section[role="main"] .keyfactbox .figure.plum {
  color: #66003d;
}
main #content #middlecolumn section[role="main"] .factoid .fact.blue,
main #content #middlecolumn section[role="main"] .keyfactbox .fact.blue,
main #content #middlecolumn section[role="main"] .factoid .figure.blue,
main #content #middlecolumn section[role="main"] .keyfactbox .figure.blue {
  color: #006ebd;
}
main #content #middlecolumn section[role="main"] .factoid .fact.green,
main #content #middlecolumn section[role="main"] .keyfactbox .fact.green,
main #content #middlecolumn section[role="main"] .factoid .figure.green,
main #content #middlecolumn section[role="main"] .keyfactbox .figure.green {
  color: #3a8200;
}
main #content #middlecolumn section[role="main"] .factoid .fact.purple,
main #content #middlecolumn section[role="main"] .keyfactbox .fact.purple,
main #content #middlecolumn section[role="main"] .factoid .figure.purple,
main #content #middlecolumn section[role="main"] .keyfactbox .figure.purple {
  color: #cb340b;
}
main #content #middlecolumn section[role="main"] .factoid .fact.purple,
main #content #middlecolumn section[role="main"] .keyfactbox .fact.purple,
main #content #middlecolumn section[role="main"] .factoid .figure.purple,
main #content #middlecolumn section[role="main"] .keyfactbox .figure.purple {
  color: #cb340b;
}
main #content #middlecolumn section[role="main"] .factoid .source,
main #content #middlecolumn section[role="main"] .keyfactbox .source {
  font-size: 0.6em;
  text-align: right;
}
main #content #middlecolumn #sharebarbottom,
main #content #middlecolumn #contacts,
main #content #middlecolumn #resources,
main #content #middlecolumn #notes {
  width: 100%;
  margin-bottom: 10px;
  font-size: 1.2em;
}
main #content #middlecolumn #sharebarbottom h2,
main #content #middlecolumn #contacts h2,
main #content #middlecolumn #resources h2,
main #content #middlecolumn #notes h2 {
  border-bottom: 3px solid #00756d;
  padding-bottom: 12px;
  font-size: 1.4em;
}
main #content #middlecolumn #sharebarbottom ul,
main #content #middlecolumn #contacts ul,
main #content #middlecolumn #resources ul,
main #content #middlecolumn #notes ul {
  margin-left: -16px;
}
main #content #middlecolumn #sharebarbottom ul p,
main #content #middlecolumn #contacts ul p,
main #content #middlecolumn #resources ul p,
main #content #middlecolumn #notes ul p {
  margin-top: 4px;
}
main #content #middlecolumn #sharebarbottom address,
main #content #middlecolumn #contacts address,
main #content #middlecolumn #resources address,
main #content #middlecolumn #notes address {
  font-style: normal;
}
main #content #middlecolumn #contacts {
  clear: both;
  line-height: 1.8em;
}
main #content #middlecolumn #contacts #contact1,
main #content #middlecolumn #contacts #contact2,
main #content #middlecolumn #contacts #contact3,
main #content #middlecolumn #contacts #contact4,
main #content #middlecolumn #contacts #contact5,
main #content #middlecolumn #contacts #contact6,
main #content #middlecolumn #contacts #contact7,
main #content #middlecolumn #contacts #contact8 {
  float: right;
  width: 49%;
}
main #content #middlecolumn #contacts #contact1 table,
main #content #middlecolumn #contacts #contact2 table,
main #content #middlecolumn #contacts #contact3 table,
main #content #middlecolumn #contacts #contact4 table,
main #content #middlecolumn #contacts #contact5 table,
main #content #middlecolumn #contacts #contact6 table,
main #content #middlecolumn #contacts #contact7 table,
main #content #middlecolumn #contacts #contact8 table {
  border: 1px dotted #666666;
  padding: 10px;
  -webkit-box-shadow: #666666 0px 0px 5px;
  -moz-box-shadow: #666666 0px 0px 5px;
  -o-box-shadow: #666666 0px 0px 5px;
  -ms-box-shadow: #666666 0px 0px 5px;
  box-shadow: #666666 0px 0px 5px;
  margin-bottom: 10px;
}
main #content #middlecolumn #contacts #contact1 table td,
main #content #middlecolumn #contacts #contact2 table td,
main #content #middlecolumn #contacts #contact3 table td,
main #content #middlecolumn #contacts #contact4 table td,
main #content #middlecolumn #contacts #contact5 table td,
main #content #middlecolumn #contacts #contact6 table td,
main #content #middlecolumn #contacts #contact7 table td,
main #content #middlecolumn #contacts #contact8 table td {
  padding-left: 10px;
  width: 100%;
  padding-right: 10px;
}
main #content #middlecolumn #contacts #contact1 table td[class="icon-alone"],
main #content #middlecolumn #contacts #contact2 table td[class="icon-alone"],
main #content #middlecolumn #contacts #contact3 table td[class="icon-alone"],
main #content #middlecolumn #contacts #contact4 table td[class="icon-alone"],
main #content #middlecolumn #contacts #contact5 table td[class="icon-alone"],
main #content #middlecolumn #contacts #contact6 table td[class="icon-alone"],
main #content #middlecolumn #contacts #contact7 table td[class="icon-alone"],
main #content #middlecolumn #contacts #contact8 table td[class="icon-alone"] {
  padding: 0 6px;
  width: 25px;
  vertical-align: top;
}
main #content #middlecolumn #contacts #contact1 table address,
main #content #middlecolumn #contacts #contact2 table address,
main #content #middlecolumn #contacts #contact3 table address,
main #content #middlecolumn #contacts #contact4 table address,
main #content #middlecolumn #contacts #contact5 table address,
main #content #middlecolumn #contacts #contact6 table address,
main #content #middlecolumn #contacts #contact7 table address,
main #content #middlecolumn #contacts #contact8 table address {
  margin: 0px;
}
main #content #middlecolumn #contacts #contact1,
main #content #middlecolumn #contacts #contact3,
main #content #middlecolumn #contacts #contact5,
main #content #middlecolumn #contacts #contact7 {
  float: left;
  clear: both;
}
main #content #middlecolumn #contacts:after {
  content: "";
  display: table;
  clear: both;
}
main #content aside {
  font-size: 1.2em;
  padding-right: 0;
}
@media (min-width: 992px) {
  main #content aside {
    padding-left: 10px;
  }
}
@media (max-width: 991px) {
  main #content aside {
    padding-left: 0px;
  }
}
main #content aside section.related_links li a:after {
  font-family: 'FontAwesome', sans-serif;
  content: " \f08e";
}
main #content aside section.see_also li a:after {
  font-family: 'FontAwesome', sans-serif;
  content: " \f0c1";
}
main #content aside section {
  background-color: #efefef;
  background-color: rgba(204, 204, 204, 0.3);
  padding: 5px 10px 5px 10px;
  margin-bottom: 10px;
  margin-top: 10px;
}
main #content aside section.see_also h2,
main #content aside section.related_links h2,
main #content aside section.viewer_download h2,
main #content aside section.news h2,
main #content aside section.tags h2,
main #content aside section.news h3
 {
  font-family: DIN_LIGHT, Arial, Helvetica, Verdana, sans-serif;
}
main #content aside section p {
  margin-top: 0px;
}
main #content aside section ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
main:after {
  content: "";
  display: table;
  clear: both;
}
div#connect {
  background-color: #00756d;
  color: #ffffff;
  padding-left: 10px;
  padding-right: 10px;
}
div#connect #connecttext {
  padding: 10px 0px;
  font-size: 1.5em;
}
@media (max-width: 767px) {
  div#connect #connecttext {
    display: block;
    clear: both;
  }
}
@media (min-width: 768px) {
  div#connect #connecttext {
    float: left;
  }
}
div#connect #connecttext p {
  margin: 0px;
  padding: 0px;
  color: #ffffff;
  text-transform: uppercase;
  font-family: DIN_BOLD, Arial, Helvetica, Verdana, sans-serif;
}
div#connect #connectlinks {
  vertical-align: middle;
}
div#connect #connectlinks > p {
  display: block;
  float: right;
}
@media (max-width: 767px) {
  div#connect #connectlinks {
    display: block;
    clear: both;
  }
}
@media (min-width: 768px) {
  div#connect #connectlinks {
    float: right;
  }
}
div#connect #connectlinks a {
  color: #ffffff;
}
div#connect:after {
  content: "";
  display: table;
  clear: both;
}
footer {
  clear: both;
  padding-left: 0px;
  padding-right: 0px;
  font-size: 1.1em;
  max-width: 1800px;
  margin: 0 auto;
}
footer .container-fluid {
  background-color: #efefef;
  background-color: rgba(204, 204, 204, 0.3);
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 15px;
  margin-right: 15px;
}
footer #connect {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 15px;
  margin-right: 15px;
}
footer.fat_footer .info {
  float: left;
  width: 78%;
  clear: both;
}
footer.fat_footer section.quicklinks {
  float: right;
  width: 21%;
  padding-bottom: 3px;
  margin-left: -37px;
}
footer.thin_footer section.quicklinks ul {
  margin-top: 15px;
}
footer.thin_footer section.quicklinks ul li {
  display: inline;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 2.5em;
  border-right: 1px solid #00756d;
  padding-right: 5px;
}
footer.thin_footer section.quicklinks ul li:last-child {
  border-right: none;
}
footer .info {
  color: #666666;
  font-size: 0.9em;
}
footer .footer_logos {
  text-align: right;
  margin-top: 1em;
  padding: 0px 15px 0px 2em;
}
footer .footer_logos a {
  display: block;
  padding-bottom: 1em;
}
footer .footer_logos img[alt="Gov.uk"] {
  float: left;
}
footer .footer_logos img[alt="RCUK"] {
  float: right;
}
footer section.quicklinks ul {
  padding-left: 0px;
}
@media (max-width: 991px) {
  footer section.quicklinks ul {
    padding: 0;
    margin: 0;
  }
}
@media (min-width: 768px) {
  footer section.quicklinks ul li {
    display: block;
    margin-bottom: 5px;
  }
}
footer section {
  background-color: rgba(204, 204, 204, 0);
}
footer .legal {
  clear: both;
  margin-bottom: 10px;
  font-size: 0.9em;
}
footer .legal a {
  border-right: 1px solid #666666;
  padding-right: 5px;
}
footer .legal a:last-child {
  border: 0px;
}
footer .copyright {
  font-size: 0.7em;
  font-weight: bold;
  border-top: 1px solid #666666;
  text-transform: uppercase;
}
footer:after {
  content: "";
  display: table;
  clear: both;
}
/*-----------------------------------------------*/
/* Complementary information                     */
/*-----------------------------------------------*/
aside h2,
aside h3 {
  padding-top: 10px;
  margin-top: 0;
}
aside section ul {
  list-style: none;
}
aside section ul li {
  margin-bottom: 0.6em;
}
aside section ul li p {
  margin-top: 3px;
  color: #666666;
  font-size: 0.9em;
}
aside section ul.viewers li {
  border: 1px solid #00756d;
  padding: 0;
  background-color: #ffffff;
  font-size: 0.9em;
}
aside section ul.viewers li.pdf:before {
  content: "PDF";
}
aside section ul.viewers li.doc:before {
  content: "DOC";
}
aside section ul.viewers li.xls:before {
  content: "XLS";
}
aside section ul.viewers li.ppt:before {
  content: "PPT";
}
aside section ul.viewers li.odf:before {
  content: "ODF";
}
aside section ul.viewers li.ODT:before {
  content: "ODT";
}
aside section ul.viewers li:before {
  color: white;
  background-color: #ff0000;
  margin-right: 2px;
  display: inline-block;
  height: 30px;
  width: 36px;
  padding: 6px 0 4px 4px;
}
aside section ul.viewers li a {
  padding: 6px 0px 4px 0;
  overflow: hidden;
}
/*-----------------------------------------------*/
/* Links                                         */
/*-----------------------------------------------*/
a {
  color: #00756d;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:focus {
  /*background-color: lighten(@yellow, 40%);*/
  border: 0;
}
/************

Double background example

a[href$=".pdf"] {
		background:
			url("@imageurl/linkicons/document_icon_pdf_small.png") no-repeat left,
			url("@imageurl/linkicons/window.gif") no-repeat right;
		    padding-left: 20px;
	}

*********/
section[role="main"] section.itemcontent p,
section[role="main"] section.itemcontent li,
section[role="main"] section.itemcontent td,
section[role="main"] section.itemcontent h2,
section[role="main"] section.itemcontent h3,
section[role="main"] section.itemcontent h4,
section[role="main"] section.itemcontent h5,
section[role="main"] section.itemcontent h6 {
  /*---- file links ----*/
  /*---- email links ----*/
  /*---- normal links ----*/
  /*---- secure links ----*/
}
section[role="main"] section.itemcontent p a[href],
section[role="main"] section.itemcontent li a[href],
section[role="main"] section.itemcontent td a[href],
section[role="main"] section.itemcontent h2 a[href],
section[role="main"] section.itemcontent h3 a[href],
section[role="main"] section.itemcontent h4 a[href],
section[role="main"] section.itemcontent h5 a[href],
section[role="main"] section.itemcontent h6 a[href] {
  background-repeat: no-repeat;
  background-position: right;
}
section[role="main"] section.itemcontent p a[href]:after,
section[role="main"] section.itemcontent li a[href]:after,
section[role="main"] section.itemcontent td a[href]:after,
section[role="main"] section.itemcontent h2 a[href]:after,
section[role="main"] section.itemcontent h3 a[href]:after,
section[role="main"] section.itemcontent h4 a[href]:after,
section[role="main"] section.itemcontent h5 a[href]:after,
section[role="main"] section.itemcontent h6 a[href]:after {
  font-family: 'FontAwesome', sans-serif;
  content: " \f0c1";
}
section[role="main"] section.itemcontent p.type a[href]:after,
section[role="main"] section.itemcontent li.type a[href]:after,
section[role="main"] section.itemcontent td.type a[href]:after,
section[role="main"] section.itemcontent h2.type a[href]:after,
section[role="main"] section.itemcontent h3.type a[href]:after,
section[role="main"] section.itemcontent h4.type a[href]:after,
section[role="main"] section.itemcontent h5.type a[href]:after,
section[role="main"] section.itemcontent h6.type a[href]:after {
  content: "";
}
section[role="main"] section.itemcontent p a[href$=".pdf"][target="_blank"]:after,
section[role="main"] section.itemcontent li a[href$=".pdf"][target="_blank"]:after,
section[role="main"] section.itemcontent td a[href$=".pdf"][target="_blank"]:after,
section[role="main"] section.itemcontent h2 a[href$=".pdf"][target="_blank"]:after,
section[role="main"] section.itemcontent h3 a[href$=".pdf"][target="_blank"]:after,
section[role="main"] section.itemcontent h4 a[href$=".pdf"][target="_blank"]:after,
section[role="main"] section.itemcontent h5 a[href$=".pdf"][target="_blank"]:after,
section[role="main"] section.itemcontent h6 a[href$=".pdf"][target="_blank"]:after,
section[role="main"] section.itemcontent p a[href$=".doc"][target="_blank"]:after,
section[role="main"] section.itemcontent li a[href$=".doc"][target="_blank"]:after,
section[role="main"] section.itemcontent td a[href$=".doc"][target="_blank"]:after,
section[role="main"] section.itemcontent h2 a[href$=".doc"][target="_blank"]:after,
section[role="main"] section.itemcontent h3 a[href$=".doc"][target="_blank"]:after,
section[role="main"] section.itemcontent h4 a[href$=".doc"][target="_blank"]:after,
section[role="main"] section.itemcontent h5 a[href$=".doc"][target="_blank"]:after,
section[role="main"] section.itemcontent h6 a[href$=".doc"][target="_blank"]:after,
section[role="main"] section.itemcontent p a[href$=".docx"][target="_blank"]:after,
section[role="main"] section.itemcontent li a[href$=".docx"][target="_blank"]:after,
section[role="main"] section.itemcontent td a[href$=".docx"][target="_blank"]:after,
section[role="main"] section.itemcontent h2 a[href$=".docx"][target="_blank"]:after,
section[role="main"] section.itemcontent h3 a[href$=".docx"][target="_blank"]:after,
section[role="main"] section.itemcontent h4 a[href$=".docx"][target="_blank"]:after,
section[role="main"] section.itemcontent h5 a[href$=".docx"][target="_blank"]:after,
section[role="main"] section.itemcontent h6 a[href$=".docx"][target="_blank"]:after,
section[role="main"] section.itemcontent p a[href$=".png"][target="_blank"]:after,
section[role="main"] section.itemcontent li a[href$=".png"][target="_blank"]:after,
section[role="main"] section.itemcontent td a[href$=".png"][target="_blank"]:after,
section[role="main"] section.itemcontent h2 a[href$=".png"][target="_blank"]:after,
section[role="main"] section.itemcontent h3 a[href$=".png"][target="_blank"]:after,
section[role="main"] section.itemcontent h4 a[href$=".png"][target="_blank"]:after,
section[role="main"] section.itemcontent h5 a[href$=".png"][target="_blank"]:after,
section[role="main"] section.itemcontent h6 a[href$=".png"][target="_blank"]:after,
section[role="main"] section.itemcontent p a[href$=".jpeg"][target="_blank"]:after,
section[role="main"] section.itemcontent li a[href$=".jpeg"][target="_blank"]:after,
section[role="main"] section.itemcontent td a[href$=".jpeg"][target="_blank"]:after,
section[role="main"] section.itemcontent h2 a[href$=".jpeg"][target="_blank"]:after,
section[role="main"] section.itemcontent h3 a[href$=".jpeg"][target="_blank"]:after,
section[role="main"] section.itemcontent h4 a[href$=".jpeg"][target="_blank"]:after,
section[role="main"] section.itemcontent h5 a[href$=".jpeg"][target="_blank"]:after,
section[role="main"] section.itemcontent h6 a[href$=".jpeg"][target="_blank"]:after,
section[role="main"] section.itemcontent p a[href$=".jpg"][target="_blank"]:after,
section[role="main"] section.itemcontent li a[href$=".jpg"][target="_blank"]:after,
section[role="main"] section.itemcontent td a[href$=".jpg"][target="_blank"]:after,
section[role="main"] section.itemcontent h2 a[href$=".jpg"][target="_blank"]:after,
section[role="main"] section.itemcontent h3 a[href$=".jpg"][target="_blank"]:after,
section[role="main"] section.itemcontent h4 a[href$=".jpg"][target="_blank"]:after,
section[role="main"] section.itemcontent h5 a[href$=".jpg"][target="_blank"]:after,
section[role="main"] section.itemcontent h6 a[href$=".jpg"][target="_blank"]:after,
section[role="main"] section.itemcontent p a[href$=".gif"][target="_blank"]:after,
section[role="main"] section.itemcontent li a[href$=".gif"][target="_blank"]:after,
section[role="main"] section.itemcontent td a[href$=".gif"][target="_blank"]:after,
section[role="main"] section.itemcontent h2 a[href$=".gif"][target="_blank"]:after,
section[role="main"] section.itemcontent h3 a[href$=".gif"][target="_blank"]:after,
section[role="main"] section.itemcontent h4 a[href$=".gif"][target="_blank"]:after,
section[role="main"] section.itemcontent h5 a[href$=".gif"][target="_blank"]:after,
section[role="main"] section.itemcontent h6 a[href$=".gif"][target="_blank"]:after,
section[role="main"] section.itemcontent p a[href$=".svg"][target="_blank"]:after,
section[role="main"] section.itemcontent li a[href$=".svg"][target="_blank"]:after,
section[role="main"] section.itemcontent td a[href$=".svg"][target="_blank"]:after,
section[role="main"] section.itemcontent h2 a[href$=".svg"][target="_blank"]:after,
section[role="main"] section.itemcontent h3 a[href$=".svg"][target="_blank"]:after,
section[role="main"] section.itemcontent h4 a[href$=".svg"][target="_blank"]:after,
section[role="main"] section.itemcontent h5 a[href$=".svg"][target="_blank"]:after,
section[role="main"] section.itemcontent h6 a[href$=".svg"][target="_blank"]:after,
section[role="main"] section.itemcontent p a[href$=".tif"][target="_blank"]:after,
section[role="main"] section.itemcontent li a[href$=".tif"][target="_blank"]:after,
section[role="main"] section.itemcontent td a[href$=".tif"][target="_blank"]:after,
section[role="main"] section.itemcontent h2 a[href$=".tif"][target="_blank"]:after,
section[role="main"] section.itemcontent h3 a[href$=".tif"][target="_blank"]:after,
section[role="main"] section.itemcontent h4 a[href$=".tif"][target="_blank"]:after,
section[role="main"] section.itemcontent h5 a[href$=".tif"][target="_blank"]:after,
section[role="main"] section.itemcontent h6 a[href$=".tif"][target="_blank"]:after,
section[role="main"] section.itemcontent p a[href$=".tiff"][target="_blank"]:after,
section[role="main"] section.itemcontent li a[href$=".tiff"][target="_blank"]:after,
section[role="main"] section.itemcontent td a[href$=".tiff"][target="_blank"]:after,
section[role="main"] section.itemcontent h2 a[href$=".tiff"][target="_blank"]:after,
section[role="main"] section.itemcontent h3 a[href$=".tiff"][target="_blank"]:after,
section[role="main"] section.itemcontent h4 a[href$=".tiff"][target="_blank"]:after,
section[role="main"] section.itemcontent h5 a[href$=".tiff"][target="_blank"]:after,
section[role="main"] section.itemcontent h6 a[href$=".tiff"][target="_blank"]:after,
section[role="main"] section.itemcontent p a[href$=".bmp"][target="_blank"]:after,
section[role="main"] section.itemcontent li a[href$=".bmp"][target="_blank"]:after,
section[role="main"] section.itemcontent td a[href$=".bmp"][target="_blank"]:after,
section[role="main"] section.itemcontent h2 a[href$=".bmp"][target="_blank"]:after,
section[role="main"] section.itemcontent h3 a[href$=".bmp"][target="_blank"]:after,
section[role="main"] section.itemcontent h4 a[href$=".bmp"][target="_blank"]:after,
section[role="main"] section.itemcontent h5 a[href$=".bmp"][target="_blank"]:after,
section[role="main"] section.itemcontent h6 a[href$=".bmp"][target="_blank"]:after,
section[role="main"] section.itemcontent p a[href$=".csv"][target="_blank"]:after,
section[role="main"] section.itemcontent li a[href$=".csv"][target="_blank"]:after,
section[role="main"] section.itemcontent td a[href$=".csv"][target="_blank"]:after,
section[role="main"] section.itemcontent h2 a[href$=".csv"][target="_blank"]:after,
section[role="main"] section.itemcontent h3 a[href$=".csv"][target="_blank"]:after,
section[role="main"] section.itemcontent h4 a[href$=".csv"][target="_blank"]:after,
section[role="main"] section.itemcontent h5 a[href$=".csv"][target="_blank"]:after,
section[role="main"] section.itemcontent h6 a[href$=".csv"][target="_blank"]:after,
section[role="main"] section.itemcontent p a[href$=".ppt"][target="_blank"]:after,
section[role="main"] section.itemcontent li a[href$=".ppt"][target="_blank"]:after,
section[role="main"] section.itemcontent td a[href$=".ppt"][target="_blank"]:after,
section[role="main"] section.itemcontent h2 a[href$=".ppt"][target="_blank"]:after,
section[role="main"] section.itemcontent h3 a[href$=".ppt"][target="_blank"]:after,
section[role="main"] section.itemcontent h4 a[href$=".ppt"][target="_blank"]:after,
section[role="main"] section.itemcontent h5 a[href$=".ppt"][target="_blank"]:after,
section[role="main"] section.itemcontent h6 a[href$=".ppt"][target="_blank"]:after,
section[role="main"] section.itemcontent p a[href$=".pptx"][target="_blank"]:after,
section[role="main"] section.itemcontent li a[href$=".pptx"][target="_blank"]:after,
section[role="main"] section.itemcontent td a[href$=".pptx"][target="_blank"]:after,
section[role="main"] section.itemcontent h2 a[href$=".pptx"][target="_blank"]:after,
section[role="main"] section.itemcontent h3 a[href$=".pptx"][target="_blank"]:after,
section[role="main"] section.itemcontent h4 a[href$=".pptx"][target="_blank"]:after,
section[role="main"] section.itemcontent h5 a[href$=".pptx"][target="_blank"]:after,
section[role="main"] section.itemcontent h6 a[href$=".pptx"][target="_blank"]:after,
section[role="main"] section.itemcontent p a[href$=".xls"][target="_blank"]:after,
section[role="main"] section.itemcontent li a[href$=".xls"][target="_blank"]:after,
section[role="main"] section.itemcontent td a[href$=".xls"][target="_blank"]:after,
section[role="main"] section.itemcontent h2 a[href$=".xls"][target="_blank"]:after,
section[role="main"] section.itemcontent h3 a[href$=".xls"][target="_blank"]:after,
section[role="main"] section.itemcontent h4 a[href$=".xls"][target="_blank"]:after,
section[role="main"] section.itemcontent h5 a[href$=".xls"][target="_blank"]:after,
section[role="main"] section.itemcontent h6 a[href$=".xls"][target="_blank"]:after,
section[role="main"] section.itemcontent p a[href$=".xlsx"][target="_blank"]:after,
section[role="main"] section.itemcontent li a[href$=".xlsx"][target="_blank"]:after,
section[role="main"] section.itemcontent td a[href$=".xlsx"][target="_blank"]:after,
section[role="main"] section.itemcontent h2 a[href$=".xlsx"][target="_blank"]:after,
section[role="main"] section.itemcontent h3 a[href$=".xlsx"][target="_blank"]:after,
section[role="main"] section.itemcontent h4 a[href$=".xlsx"][target="_blank"]:after,
section[role="main"] section.itemcontent h5 a[href$=".xlsx"][target="_blank"]:after,
section[role="main"] section.itemcontent h6 a[href$=".xlsx"][target="_blank"]:after,
section[role="main"] section.itemcontent p a[href$=".xml"][target="_blank"]:after,
section[role="main"] section.itemcontent li a[href$=".xml"][target="_blank"]:after,
section[role="main"] section.itemcontent td a[href$=".xml"][target="_blank"]:after,
section[role="main"] section.itemcontent h2 a[href$=".xml"][target="_blank"]:after,
section[role="main"] section.itemcontent h3 a[href$=".xml"][target="_blank"]:after,
section[role="main"] section.itemcontent h4 a[href$=".xml"][target="_blank"]:after,
section[role="main"] section.itemcontent h5 a[href$=".xml"][target="_blank"]:after,
section[role="main"] section.itemcontent h6 a[href$=".xml"][target="_blank"]:after {
  content: " \f08e  \f0c5";
}
section[role="main"] section.itemcontent p a[href^="/links/externaldocs/"][target="_blank"]:after,
section[role="main"] section.itemcontent li a[href^="/links/externaldocs/"][target="_blank"]:after,
section[role="main"] section.itemcontent td a[href^="/links/externaldocs/"][target="_blank"]:after,
section[role="main"] section.itemcontent h2 a[href^="/links/externaldocs/"][target="_blank"]:after,
section[role="main"] section.itemcontent h3 a[href^="/links/externaldocs/"][target="_blank"]:after,
section[role="main"] section.itemcontent h4 a[href^="/links/externaldocs/"][target="_blank"]:after,
section[role="main"] section.itemcontent h5 a[href^="/links/externaldocs/"][target="_blank"]:after,
section[role="main"] section.itemcontent h6 a[href^="/links/externaldocs/"][target="_blank"]:after {
  content: " \f08e  \f0c5";
}
section[role="main"] section.itemcontent p a[href^="mailto:"]:after,
section[role="main"] section.itemcontent li a[href^="mailto:"]:after,
section[role="main"] section.itemcontent td a[href^="mailto:"]:after,
section[role="main"] section.itemcontent h2 a[href^="mailto:"]:after,
section[role="main"] section.itemcontent h3 a[href^="mailto:"]:after,
section[role="main"] section.itemcontent h4 a[href^="mailto:"]:after,
section[role="main"] section.itemcontent h5 a[href^="mailto:"]:after,
section[role="main"] section.itemcontent h6 a[href^="mailto:"]:after {
  content: " \f003";
}
section[role="main"] section.itemcontent p a[href^="http://"]:after,
section[role="main"] section.itemcontent li a[href^="http://"]:after,
section[role="main"] section.itemcontent td a[href^="http://"]:after,
section[role="main"] section.itemcontent h2 a[href^="http://"]:after,
section[role="main"] section.itemcontent h3 a[href^="http://"]:after,
section[role="main"] section.itemcontent h4 a[href^="http://"]:after,
section[role="main"] section.itemcontent h5 a[href^="http://"]:after,
section[role="main"] section.itemcontent h6 a[href^="http://"]:after,
section[role="main"] section.itemcontent p a[href^='/links/']:after,
section[role="main"] section.itemcontent li a[href^='/links/']:after,
section[role="main"] section.itemcontent td a[href^='/links/']:after,
section[role="main"] section.itemcontent h2 a[href^='/links/']:after,
section[role="main"] section.itemcontent h3 a[href^='/links/']:after,
section[role="main"] section.itemcontent h4 a[href^='/links/']:after,
section[role="main"] section.itemcontent h5 a[href^='/links/']:after,
section[role="main"] section.itemcontent h6 a[href^='/links/']:after,
section[role="main"] section.itemcontent p a[href*='/related-content/']:after,
section[role="main"] section.itemcontent li a[href*='/related-content/']:after,
section[role="main"] section.itemcontent td a[href*='/related-content/']:after,
section[role="main"] section.itemcontent h2 a[href*='/related-content/']:after,
section[role="main"] section.itemcontent h3 a[href*='/related-content/']:after,
section[role="main"] section.itemcontent h4 a[href*='/related-content/']:after,
section[role="main"] section.itemcontent h5 a[href*='/related-content/']:after,
section[role="main"] section.itemcontent h6 a[href*='/related-content/']:after {
  content: " \f08e";
}
section[role="main"] section.itemcontent p a[href^='/links/secure/']:after,
section[role="main"] section.itemcontent li a[href^='/links/secure/']:after,
section[role="main"] section.itemcontent td a[href^='/links/secure/']:after,
section[role="main"] section.itemcontent h2 a[href^='/links/secure/']:after,
section[role="main"] section.itemcontent h3 a[href^='/links/secure/']:after,
section[role="main"] section.itemcontent h4 a[href^='/links/secure/']:after,
section[role="main"] section.itemcontent h5 a[href^='/links/secure/']:after,
section[role="main"] section.itemcontent h6 a[href^='/links/secure/']:after {
  content: " \f08e  \f023";
}
section[role="main"] section.itemcontent p a[href^="http://"][target="_blank"]:after,
section[role="main"] section.itemcontent li a[href^="http://"][target="_blank"]:after,
section[role="main"] section.itemcontent td a[href^="http://"][target="_blank"]:after,
section[role="main"] section.itemcontent h2 a[href^="http://"][target="_blank"]:after,
section[role="main"] section.itemcontent h3 a[href^="http://"][target="_blank"]:after,
section[role="main"] section.itemcontent h4 a[href^="http://"][target="_blank"]:after,
section[role="main"] section.itemcontent h5 a[href^="http://"][target="_blank"]:after,
section[role="main"] section.itemcontent h6 a[href^="http://"][target="_blank"]:after {
  content: " \f08e  \f0c5";
}
section[role="main"] section.itemcontent p a[target="_blank"]:after,
section[role="main"] section.itemcontent li a[target="_blank"]:after,
section[role="main"] section.itemcontent td a[target="_blank"]:after,
section[role="main"] section.itemcontent h2 a[target="_blank"]:after,
section[role="main"] section.itemcontent h3 a[target="_blank"]:after,
section[role="main"] section.itemcontent h4 a[target="_blank"]:after,
section[role="main"] section.itemcontent h5 a[target="_blank"]:after,
section[role="main"] section.itemcontent h6 a[target="_blank"]:after {
  content: " \f0c5";
}
section[role="main"] section.itemcontent p a.noicon,
section[role="main"] section.itemcontent li a.noicon,
section[role="main"] section.itemcontent td a.noicon,
section[role="main"] section.itemcontent h2 a.noicon,
section[role="main"] section.itemcontent h3 a.noicon,
section[role="main"] section.itemcontent h4 a.noicon,
section[role="main"] section.itemcontent h5 a.noicon,
section[role="main"] section.itemcontent h6 a.noicon {
  background-image: none;
}
section[role="main"] section.itemcontent p a.noicon:after,
section[role="main"] section.itemcontent li a.noicon:after,
section[role="main"] section.itemcontent td a.noicon:after,
section[role="main"] section.itemcontent h2 a.noicon:after,
section[role="main"] section.itemcontent h3 a.noicon:after,
section[role="main"] section.itemcontent h4 a.noicon:after,
section[role="main"] section.itemcontent h5 a.noicon:after,
section[role="main"] section.itemcontent h6 a.noicon:after {
  content: "";
}
#rl ul li a:after {
  font-family: 'FontAwesome', sans-serif;
  content: " \f08e";
}
main #content #middlecolumn section[role="main"] section.resources {
  padding: 10px;
  border: 1px dashed #dadadc;
  /* requirement for similar positioning in all browsers www.w3schools.com/css/css_list.asp */
}
main #content #middlecolumn section[role="main"] section.resources h2 {
  margin-top: 3px;
}
main #content #middlecolumn section[role="main"] section.resources a[href]:after {
  font-family: 'FontAwesome', sans-serif;
  content: " \f0c5";
}
main #content #middlecolumn section[role="main"] section.resources ul {
  padding-left: 10px;
}
main #content #middlecolumn section[role="main"] section.resources ul > li {
  list-style-type: none;
  background-position: 0px 4px;
  padding-left: 25px;
  background-repeat: no-repeat;
  height: auto !important;
  height: 24px;
  min-height: 24px;
}
main #content #middlecolumn section[role="main"] section.resources ul > li.doc {
  background-image: url("images/linkicons/document_icon_doc_small.png");
}
main #content #middlecolumn section[role="main"] section.resources ul > li.pdf {
  background-image: url("images/linkicons/document_icon_pdf_small.png");
}
main #content #middlecolumn section[role="main"] section.resources ul > li.xls {
  background-image: url("images/linkicons/document_icon_xls_small.png");
}
main #content #middlecolumn section[role="main"] section.resources ul > li.img {
  background-image: url("images/linkicons/document_icon_img_small.png");
}
main #content #middlecolumn section[role="main"] section.resources ul > li.csv {
  background-image: url("images/linkicons/document_icon_csv_small.png");
}
main #content #middlecolumn section[role="main"] section.resources ul > li.ppt {
  background-image: url("images/linkicons/document_icon_ppt_small.png");
}
main #content #middlecolumn section[role="main"] section.resources ul > li.xml {
  background-image: url("images/linkicons/document_icon_xml_small.png");
}
main #content #middlecolumn section[role="main"] section.resources ul > li.odf {
  background-image: url("images/linkicons/document_icon_odt_small.png");
}
main #content #middlecolumn section[role="main"] section.resources ul > li.odt {
  background-image: url("images/linkicons/document_icon_odt_small.png");
}
/*-----------------------------------------------*/
/* Images                                        */
/*-----------------------------------------------*/
figure {
  margin: 15px;
  width: 7px;
  display: table;
}
figure a:hover {
  text-decoration: none !important;
}
figure a img.thumbnail {
  border: 1px solid #e6e6e6;
  margin-bottom: -15px;
  margin: 0 auto;
}
figure a:after {
  font-family: 'FontAwesome', sans-serif;
  font-size: 1.5em;
  text-shadow: #000 1px 1px 8px;
  color: #fff;
  content: "\f065";
  position: relative;
  top: -34px;
  left: 10px;
}
figure figcaption {
  margin-top: -25px;
  display: table-caption;
  caption-side: bottom;
  font-size: .9em;
}
figure figcaption > p {
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
}
figure figcaption .copyright {
  text-align: center;
  color: #dadadc;
}
figure figcaption .credits {
  text-align: center;
  color: #777;
  font-size: .8em;
}
figure figcaption .caption {
  color: black;
}
/*-----------------------------------------------*/
/* Text                                          */
/*-----------------------------------------------*/
abbr {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
}
/* ------------------------------------------------*/
/* DIALOG                                          */
/* ------------------------------------------------*/
.modal-content {
  font-size: 1.2em;
}
.mura-editable.inactive > label.mura-editable-label {
  display: none !important;
}
.breadcrumb > li + li:before {
  color: #666666;
}
/* events */
.eventtabs .tab-content {
  border-left: 1px solid silver;
  border-right: 1px solid silver;
  border-bottom: 1px solid silver;
  padding: 15px;
}
a.window {
  font-family: 'FontAwesome', sans-serif;
  content: " \f0c5";
}
a.inlinelink.window,
a.window[href^="http://"] {
  font-family: 'FontAwesome', sans-serif;
  content: " \f08e";
}
/* --------------------------------------------------- */
/* Datatables 										   */
/* --------------------------------------------------- */
.dataTables_wrapper .dataTables_paginate {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.dataTables_wrapper .dataTables_paginate a.previous {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  padding-left: 20px !important;
}
.dataTables_wrapper .dataTables_paginate a.previous:before {
  position: absolute;
  top: 6px;
  left: 8px;
  display: block;
  font-family: FontAwesome;
  content: "\f104";
}
.dataTables_wrapper .dataTables_paginate a.next {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  padding-right: 20px !important;
}
.dataTables_wrapper .dataTables_paginate a.next:after {
  position: absolute;
  top: 6px;
  right: 8px;
  display: block;
  font-family: FontAwesome;
  content: "\f105";
}
.dataTables_wrapper .dataTables_paginate a {
  margin: 0px !important;
}
.dataTables_wrapper .dataTables_paginate a:hover {
  color: #002926 !important;
  background-color: #eee !important;
  border-color: #ddd !important;
}
.dataTables_wrapper .dataTables_paginate a.disabled {
  color: #777 !important;
  background-color: #fff !important;
  background: #fff !important;
  border-color: #ddd !important;
  cursor: not-allowed !important;
}
.dataTables_wrapper .dataTables_paginate a.current {
  z-index: 2 !important;
}
.dataTables_wrapper .dataTables_paginate a.current:hover {
  z-index: 2 !important;
  color: #fff !important;
  background-color: #00756d !important;
  background: #00756d !important;
  border-color: #00756d !important;
  cursor: default !important;
}

/*----------------------------------------------------------------*/
/* Fix to words not wrapping on search results page - DH 05/05/17 */
/* ---------------------------------------------------------------*/
@media (max-width: 767px){
	cite {
		overflow-wrap: break-word;
		word-wrap: break-word;
		ms-word-break: break-all;
		word-break: break-word;
		-ms-hyphens: auto;
		-moz-hyphens: auto;
		-webkit-hyphens: auto;
		hyphens: auto;
	}
}
