@font-face {
  font-family: 'Anglecia Pro Display';
  src: url("../fonts/AngleciaProDisplay-Regular.eot");
  src: local("Anglecia Pro Display"), url("../fonts/AngleciaProDisplay-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Anglecia Pro Display';
  src: url("../fonts/AngleciaProDisplay-Italic.eot");
  src: local("Anglecia Pro Display"), url("../fonts/AngleciaProDisplay-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
footer {
  clear: both;
}
.alert-sign-up {
  display: block;
  padding: 1em;
  border: 1px solid #3ebeb8;
  margin: 1em 0;
  color: #3ebeb8;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
}
#alert-sign-up {
  border: 2px solid #3ebeb8;
  padding: 15px;
  display: block;
  text-align: center;
  font-weight: bold;
  color: #3ebeb8;
  text-transform: uppercase;
  margin: 25px 0;
}
.alert-sign-up-page header {
  text-align: center;
  padding-top: 120px;
}
.alert-sign-up-page hr {
  border: 1px solid #3ebeb8;
  margin: 0 auto 30px;
  width: 50px;
}
.alert-sign-up-page #mc_embed_signup_scroll#mc_embed_signup_scroll {
  margin-bottom: 20px;
}
.alert-sign-up-page #mc_embed_signup_scroll#mc_embed_signup_scroll .input-group li {
  margin: 0;
  display: block;
  text-align: center;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  word-wrap: break-word;
}
body * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
}
body *.deferred {
  display: none !important;
}
body *.parallax {
  overflow: hidden;
  position: relative;
}
body *.ui-scrollable {
  height: 100%;
  overflow-y: scroll;
}
body a {
  text-decoration: none;
}
body a[data-ui-tab-for] {
  cursor: pointer;
}
body a[data-ui-tab-for].ui-current {
  cursor: default;
}
body a[data-ui-toggle-for] {
  cursor: pointer;
}
body a[data-ui-toggle-for].ui-current.ui-caret:after {
  background: transparent no-repeat top left;
  content: '';
  display: block;
  position: relative;
}
body a[data-ui-toggle-for].ui-current.ui-caret.ui-caret-left:after {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAUBAMAAABGwLFlAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAkUExURQAAAP///////////////////////////////////////////7QJjekAAAALdFJOUwAR12/Im0iFN1qzKZYU3gAAAD9JREFUCNdjYAACDhDBkA0iOHeDSGsQyb4bREaDSKndQJLRG0QK7QaR2kgkRAQiy8C1G6ELagLENKjJEFsYOACJ1yChaK6qSAAAAABJRU5ErkJggg==);
  height: 20px;
  left: 45px;
  top: -12px;
  width: 10px;
}
body a[data-ui-toggle-for].ui-current.ui-caret.ui-caret-top:after {
  height: 10px;
  left: 10px;
  width: 20px;
}
body a[data-ui-toggle-for].ui-current.ui-caret.ui-caret-top.ui-caret-top-page:after {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAKBAMAAABGe2PVAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAkUExURQAAAP///////////////////////////////////////////7QJjekAAAALdFJOUwAR12/Im0iFN1qzKZYU3gAAAERJREFUCNdjYAACIUUGKGDU3iQAZbLs3u0IZa7evXsXhMW6GwgCwMxqEHM7iMW8GwwMgMzZEOZOBga23VCQwNANY+4AAC4NJLuRSMgmAAAAAElFTkSuQmCC);
  top: 20px;
}
body a[data-ui-toggle-for].ui-current.ui-caret.ui-caret-top.ui-caret-top-site:after {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAKAgMAAADJO5Z1AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAMUExURQAAAAAAAEVFRZCQkCr4ctEAAAACdFJOUwAP5izQqQAAADpJREFUCNdjYGCoZQACxtcOQJJ91QUgybdqA5C0WrUGSL5atZqBgXnVqlUHgMKrgBJWQHINUHjVqtUAxTMUVtVr2z4AAAAASUVORK5CYII=);
  top: 22px;
}
body div.ui-tabable.ui-tabbed > section {
  display: none;
}
body div.ui-tabable.ui-tabbed > section > h2 {
  display: none;
}
body div.ui-tabable.ui-tabbed > section.ui-tab-section-current {
  display: block;
}
body div.ui-tabable.ui-tabbed > ul {
  border-bottom: 1px solid #35beb9;
  list-style: none;
  margin: 0 0 15px;
  padding: 0;
}
body div.ui-tabable.ui-tabbed > ul > li {
  display: inline-block;
}
body div.ui-tabable.ui-tabbed > ul > li > a {
  border: 1px solid #fff;
  color: #282828;
  display: block;
  font-size: 12px;
  padding: 10px 20px;
  position: relative;
}
body div.ui-tabable.ui-tabbed > ul > li.ui-tab-current > a {
  border-left-color: #35beb9;
  border-right-color: #35beb9;
  border-top-color: #35beb9;
  top: 1px;
}
body div[data-ui-tabbed-by] {
  display: none;
}
body div[data-ui-tabbed-by].ui-current {
  display: block;
}
body footer {
  background-color: #161616;
  color: #b8b8b8;
  bottom: 0px;
  height: 180px;
  position: absolute;
  width: 100%;
}
body footer a {
  color: #b8b8b8;
}
body footer ul {
  list-style: none;
  padding: 0;
}
body footer > ul {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIEAAAArCAMAAABo+RvqAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAA/UExURQAAAP///////////////////////////////////////////////////////////////////////////////0O7+moAAAAUdFJOUwARLBk6BESKaAmovCJ7Vteb6ffHmB1+ewAABOFJREFUWMPNmOmasyoMgFlDWEXt/V/rCW6g0o4z/X4cnpkWLYTXrCCL5t6QMb72omTXZsHM04va6A3w7WYyP7do17FaockGYbtkr04zjOHWjZf1g5lOQx3ocnd8/dzGBdfiMdYn+45AMDts3cG260tzH+xJTfH1lEAMp1uouwSeMTguoAGA3qM6y+T4lEBN19ldgsS0a4dsTWNXsKom+5Hgjoo9gtGyUK+msAP0VZ01k8NTgtxZq0MQz3aNHzUwiacqIALx6qhgJ/DhaJbx9qGGNeKgnTibiGjmEjZ6H43q2na3GWC9PrToklJYDD3xSuBal4eLW5QoqFBj3A0T4kzddHfZTW3bHL/Hk9+CXa+BFVf9dggaP1x+KhOqXXKbpOgnPj8m2HSyPwAT/A1BuKWHxomNvayjXr8lEOdhHYL9ebGmSNVE/6XBc4Kh5rCPBHxDnXf9UhjtvjkK9gXBnlEHsHeCAY9mjkjB6ovxUMc7AneUIPmOQFXfUvZK0Il0ycKWQ71mYtoT4DuCU5bsE7Qu7hP/iSA3M9TWHeVXBOcaOoP+TACNdLN1B/sdAVOnwmD4J4JlscMB5Rr2XxMw4a+V/S1BPAfmmv2/tcKyQ2lTvrfvCdaw22vJbFe3fOKJR8R2CSi7tQymVqatmmDdpSzEvvpi7mzaGgIUe7OfCQpDdYdwyUg6t+WIHWWnREZZagzfZKSGIVdrnwnk1O4qWS0ItPTii9n+EwKmzaHsM0FTCi4jN198Rf13gtDkdLnH3JnAzhd3rpm0+OJYg3j37F8R5DEd/HyXeyY4lqsPupcnWmHTx5z2mOSJavVzgiI9i4uDuRPB4YfYyMHqizvg6GJKCfNYNHOPBSG7BGtcTUZxawNOXU+UtSg1+5Xp2DRbf439huA1HS3rHkE6EsYwTE36agmax+3s2bAR0iO47OuuBLy7px90S3Ac1aDr7EPncPQLAnxX/xoC6J4VKzzU2PwDgcxvqk8lONR9Tb2xChZ/J2A23eywHOgrgayp+txEPR9p5a7H1scEpE2cT7VZLeO2zSHZI2zddHtngXFtJZZ1QLdKHuflDUa4v6vYJeD2QqRmFyuiK4EwDT6KTrJ+2LSVdLiT3P5xNpeSc83+t83GolgspzqJh/mWHVsMaL+QDKp3VyHZtZz9uLSkVcmkdQGDSGQwTwSSMy0tR05q404s3+WOpm8pqUNT5TKbWUnG4SWZcqm3/yK4DC9yWFLlitMqVtKfDcsIZZjnrrwKS1n44HQWLsxcZBElXSoQwoSsnPCifDr6z8IoI1xyYDT5EiSFKQNNCHH5lQkDEVCZlCAiUPmQkITiDBMCkKNbH+ZE7gmZJEciAEExnSL3epaOFQLPAlUe7qUTc1SZhUBrs4j0KTIzoFRWOUibVaBaJrhLkeVoRIRsDTALkI2yBMODh4TRJ/AU+Iheco/IvPSWR7CzBeWJYNaVwC868Do4xEIgOaIjlS8EsBGkLAsBKS6TbiPInKLNVKdtWAggihzJutTVWWkbpBGcAhkxh0Bjl3VYIQBSNBGgQrJGkkjWTqQvDABkcAQUKJSyKgmJZAXgdEOhTSoVzRMBL+WDgwpglNA0K5AEQdtQlUiS5ElJmRRXpV7TMRETB+CWZJB48gqOoUhMz/xYeH67l7C+UH0SI8j79/8D3QzYUW9sn34AAAAASUVORK5CYII=) no-repeat center top;
  font-size: 0;
  height: 140px;
  margin: 20px 15px;
}
body footer > ul > li.connect > ul > li.social {
  margin: 15px 0 0;
}
body footer > ul > li.csp {
  bottom: 20px;
  font-size: 13px;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
body footer > ul > li.csp > a {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAOpJREFUOBFjYCAA3smp2eBTwoRPEiT3////lLeyqv241BE0AKzx//8CXIYQZwDEKQVvZVQnoLuEeAMgTslHN4REA8BOQTGEDANQDWH839DAdGL+EgPG//8Z0f0H4ov+ZU5i/PffEZvcTwbGxWBNx+WUc///Z5iETdGtT593M/7mUuJiYlFGl2dkZLwL9oLlo7uTGRkZ8tAVgPh//v/nvPLtJd+3f3/uYpOHhwE+Q/4z/BfFZQjcAJDp5BiCYgA5hmAYQKohWA1AM+Q/iI8MYGHy5c+vx1jjHllxGyef+cfvf0SQxWBsbgbmTwBdVnoxL+soXAAAAABJRU5ErkJggg==) no-repeat left top;
  padding: 0 0 0 20px;
}
body footer > ul > li.csp > span.optional {
  display: none;
}
body h1,
body h2,
body h3,
body h4 {
  font-family: "Anglecia Pro Display", serif;
  font-weight: normal;
  line-height: 1.4;
}
body h1 em,
body h2 em,
body h3 em,
body h4 em {
  margin-right: 4px;
}
body h1 {
  font-size: 24px;
  margin: 10px 0;
}
body h2 {
  font-size: 22px;
  margin: 9px 0;
}
body h3.description {
  font-size: 24px;
  margin-bottom: 14px;
}
body h3 {
  font-size: 20px;
  margin: 0 0 4px;
}
body h4 {
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 14px;
}
body main {
  margin: 0;
  padding: 0 0 180px;
}
body main a {
  color: #24408e;
}
body main div.thumbnail {
  border: 1px solid #d8d8d8;
  margin: 0;
  padding: 4px;
}
body main div.thumbnail > div {
  height: 100%;
  width: 100%;
  overflow: hidden;
  background: url(/userimages/ContentEditor/1503574762449/article-placeholder.png) no-repeat;
}
body main div.thumbnail > div > a > img {
  display: block;
}
body main div.thumbnail > div > a > img.tall {
  width: 100%;
  height: auto;
}
body main div.thumbnail > div > a > img.wide {
  width: auto;
  height: 100%;
}
body main ol {
  line-height: 1.7;
}
body main p {
  line-height: 1.7;
  margin: 0 0 18px;
}
body main p.appeal {
  background-color: #35beb9;
  color: #fff;
  margin: 30px 0;
  padding: 20px 28px;
}
body main p.appeal a {
  color: #fff;
  text-decoration: underline;
}
body main p.pull {
  border-bottom: 1px solid #c0c0c0;
  border-top: 1px solid #c0c0c0;
  font-family: "Anglecia Pro Display", serif;
  font-size: 18px;
  padding: 30px 10px;
  margin: 30px 0;
  text-align: center;
}
body main p:last-child {
  margin-bottom: 0;
}
body main ul.checklist {
  list-style: none;
  padding: 0 0 0 30px;
}
body main ul.checklist > li {
  margin-left: -30px;
}
body main ul.checklist > li > p {
  padding-left: 35px;
}
body main ul.checklist > li > ul {
  margin-left: 35px;
}
body main ul.checklist > li:before {
  content: '☐';
  float: left;
  font-size: 30px;
  line-height: 26px;
  padding: 0 5px;
}
body main > article {
  background-color: #fff;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 90px;
}
body main > article div.banner {
  margin: 0 0 18px;
}
body main > article div.banner > img {
  display: block;
  height: auto;
  width: 100%;
}
body main > article h1 {
  margin: 0 0 20px;
}
body main > article h2 {
  margin: 0 0 18px;
}
body main > article section {
  margin: 0 0 22px;
}
body main > article section:last-child {
  margin-bottom: 0;
}
body main > article section:after {
  clear: left;
  content: '';
  display: table;
}
body main > article ol > li,
body main > article ul > li {
  margin: 0 0 12px;
}
body main > article ol > li > p,
body main > article ul > li > p {
  margin-bottom: 0;
}
body main > article ol > li {
  font-family: "Anglecia Pro", serif;
  font-size: 18px;
}
body main > article a[href^='#'] {
  color: #3ebeb8;
}
body main > article div.vcard {
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-left-width: 5px;
  margin: 0 0 18px;
  padding: 10px 15px;
}
body main > article div.vcard p {
  margin: 0;
}
body main > article div.vcard p.tel {
  margin-top: 15px;
}
body main > article ol > li[data-xml-label] {
  list-style-type: none;
}
body main > article ol > li[data-xml-label]:before {
  content: attr(data-xml-label);
  float: left;
  margin-left: -40px;
  text-align: right;
  width: 35px;
}
body main > article p .display-quote {
  display: block;
  margin: 24px 36px;
}
body main > article p .display-quote > span {
  display: block;
  margin: 0 0 18px;
}
body main > article p .display-quote > span:last-child {
  margin-bottom: 0;
}
body main > article p .display-quote:before,
body main > article p .display-quote:after {
  content: "";
}
body main > article .table {
  background-color: #fff;
  margin: 0;
  overflow-x: scroll;
  padding: 20px 0;
  width: 100%;
}
body main > article .table > p.caption {
  background-color: #fff;
  font-size: 12px;
  line-height: 1.75;
  margin: 0;
  padding: 10px 0 20px;
}
body main > article .table > p.caption > strong {
  color: #3ebeb8;
  font-weight: 600;
}
body main > article .table table {
  margin: 0;
}
body main > article .table table > thead,
body main > article .table table > tbody {
  border: none;
}
body main > article .table table > tbody > tr > td[data-xml-align='left'] {
  text-align: left;
}
body main > article .table table > tbody > tr > td[data-xml-align='right'] {
  text-align: right;
}
body main > article .table table > tbody > tr > td[data-xml-style~='border-top'] {
  border-top: 2px solid #000;
}
body main > article .table table > tbody > tr > td[data-xml-style~='border-right'] {
  border-right: 2px solid #000;
}
body main > article .table table > tbody > tr > td[data-xml-style~='border-bottom'] {
  border-bottom: 2px solid #000;
}
body main > article .table table > tbody > tr > td[data-xml-style~='border-left'] {
  border-left: 2px solid #000;
}
body main > article .table table > tbody > tr[data-xml-content-type~='rowgroup-end'] {
  border-bottom: 1px solid #c0c0c0;
}
body main > article .table table > tbody > tr[data-xml-content-type~='rowgroup-end']:last-child {
  border-bottom: none;
}
body main > article .table table[data-xml-style~='dense'] > tbody > tr > td,
body main > article .table table[data-xml-style~='dense'] > tbody > tr > th {
  padding: 4px 8px;
}
body main > article .table table[data-xml-style~='dense'] > tbody > tr[data-xml-content-type~='rowgroup-begin'] > td,
body main > article .table table[data-xml-style~='dense'] > tbody > tr[data-xml-content-type~='rowgroup-begin'] > th {
  padding-top: 8px;
}
body main > article .table table[data-xml-style~='dense'] > tbody > tr[data-xml-content-type~='rowgroup-end'] > td,
body main > article .table table[data-xml-style~='dense'] > tbody > tr[data-xml-content-type~='rowgroup-end'] > th {
  padding-bottom: 8px;
}
body main > article .table table:first-of-type > tbody,
body main > article .table table:first-of-type > thead {
  border-top: 2px solid #3ebeb8;
}
body main > article .table table:first-of-type > thead + tbody {
  border-top: none;
}
body main > article .table table:last-of-type {
  margin-bottom: 20px;
}
body main > article .table table:last-of-type > tbody {
  border-bottom: 2px solid #3ebeb8;
}
body main > article .table:last-child {
  margin-bottom: 0;
}
body main > article #notation + table {
  margin: 0 0 30px;
}
body main > article #notation + table > tbody > tr > td {
  padding: 8px 0;
}
body main > article #notation + table > tbody > tr > th {
  padding: 8px 30px 8px 0;
  font-style: italic;
  font-weight: normal;
}
body main > article table {
  font-size: 12px;
  line-height: 1.75;
  margin: 40px 0;
  position: relative;
  width: 100%;
}
body main > article table > caption {
  background-color: #fff;
  caption-side: top;
  padding: 10px 0 20px;
  text-align: left;
}
body main > article table > caption > strong {
  color: #3ebeb8;
  font-weight: 600;
}
body main > article table > tbody {
  background-color: #fff;
  border-bottom: 2px solid #3ebeb8;
  border-top: 2px solid #3ebeb8;
}
body main > article table > tbody *[data-xml-style~='shade1'] {
  background-color: #eee;
}
body main > article table > tbody > tr > td,
body main > article table > tbody > tr > th {
  padding: 16px 8px;
  vertical-align: top;
  white-space: nowrap;
}
body main > article table > tbody > tr > td p,
body main > article table > tbody > tr > th p {
  text-align: left;
  white-space: normal;
}
body main > article table > tbody > tr > td {
  text-align: center;
}
body main > article table > tbody > tr > td ul {
  padding-left: 20px;
}
body main > article table > tbody > tr > td:first-child {
  text-align: left;
}
body main > article table > tbody > tr > th {
  color: #444;
  font-weight: 600;
  text-align: left;
}
body main > article table > tbody > tr > th[scope='rowgroup'] {
  color: #222;
}
body main > article table > tbody > tr > th + th {
  text-align: center;
}
body main > article table > tbody > tr > th[scope='rowgroup'] + th[scope='row'] {
  text-align: left;
}
body main > article table > thead {
  border-top: 2px solid #3ebeb8;
}
body main > article table > thead > tr > th {
  background-color: #ccc;
  color: #000;
  font-weight: 600;
  padding: 8px 8px;
  vertical-align: bottom;
}
body main > article table > thead > tr > th[colspan] {
  padding: 0;
}
body main > article table > thead > tr > th[colspan] > span {
  border-bottom: 2px solid #575757;
  display: block;
  margin: 0 8px;
  padding: 8px 0 6px;
  text-align: center;
}
body main > article table > thead > tr > th:first-child {
  text-align: left;
}
body main > article table > thead > tr:first-child:last-child > th[colspan] {
  padding: 8px 8px;
}
body main > article table > thead + tbody {
  border-top: none;
}
body main > article table:not([data-xml-style~='no-altrow-shading']) > tbody > tr:nth-child(even) {
  background-color: #eee;
}
body main > article table:not([data-xml-style~='no-altrow-shading']) > tbody > tr[data-xml-content-type='joiner'] > td {
  padding-bottom: 0;
  padding-top: 0;
}
body main > article table:not([data-xml-style~='no-altrow-shading']) > tbody > tr[data-xml-content-type='joiner']:nth-child(even) {
  background-color: #fff;
}
body main > article table:not([data-xml-style~='no-altrow-shading']) > tbody > tr[data-xml-content-type='joiner']:nth-child(odd) {
  background-color: #eee;
}
body main > article section.longDescription {
  margin-bottom: 20px;
}
body main > article > header {
  margin: 0 0 40px;
}
body main > aside > nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body main > aside > nav ul li a {
  color: #29337a;
  font-size: 14px;
}
body main > aside.page {
  display: none;
}
body main > div,
body main .shutter-left > div.bottomSection {
  margin: 0 15px;
}
body main > div > ul.results,
body main .shutter-left > div.bottomSection > ul.results {
  list-style: none;
  margin: 0;
  padding: 0;
}
body main > div > ul.results.article-results > li,
body main .shutter-left > div.bottomSection > ul.results.article-results > li {
  border-bottom: 1px solid #d8d8d8;
  clear: both;
  margin: 0;
  padding: 30px 0;
}
body main > div > ul.results.article-results > li > div.thumbnail,
body main .shutter-left > div.bottomSection > ul.results.article-results > li > div.thumbnail,
body main > div > ul.results.article-results > li > div.thumbnail-none,
body main .shutter-left > div.bottomSection > ul.results.article-results > li > div.thumbnail-none {
  display: none;
}
body main > div > ul.results.article-results > li > div.metadata > div.authors,
body main .shutter-left > div.bottomSection > ul.results.article-results > li > div.metadata > div.authors {
  font-size: 14px;
  padding: 10px 0 0;
}
body main > div > ul.results.article-results > li > div.metadata > div.date-and-doi,
body main .shutter-left > div.bottomSection > ul.results.article-results > li > div.metadata > div.date-and-doi {
  color: #333;
  font-size: 12px;
  line-height: 24px;
  margin-bottom: 8px;
}
body main > div > ul.results.article-results > li > div.metadata > div.date-and-doi > div > span.label,
body main .shutter-left > div.bottomSection > ul.results.article-results > li > div.metadata > div.date-and-doi > div > span.label {
  color: #9c9c9c;
}
body main > div > ul.results.article-results > li > div.metadata > div.date-and-doi > div.date,
body main .shutter-left > div.bottomSection > ul.results.article-results > li > div.metadata > div.date-and-doi > div.date {
  display: inline-block;
  padding-right: 6px;
}
body main > div > ul.results.article-results > li > div.metadata > div.date-and-doi > div.doi,
body main .shutter-left > div.bottomSection > ul.results.article-results > li > div.metadata > div.date-and-doi > div.doi {
  display: none;
}
body main > div > ul.results.article-results > li > div.metadata > div.subjects,
body main .shutter-left > div.bottomSection > ul.results.article-results > li > div.metadata > div.subjects {
  display: none;
}
body main > div > ul.results.article-results > li > div.metadata > div.title > a,
body main .shutter-left > div.bottomSection > ul.results.article-results > li > div.metadata > div.title > a {
  color: #333;
  display: block;
  font-family: 'Anglecia Pro Display', serif;
  font-size: 20px;
  line-height: 1.4;
}
body main > div > ul.results.article-results > li > div.metadata > div.type,
body main .shutter-left > div.bottomSection > ul.results.article-results > li > div.metadata > div.type {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAXCAMAAADeH4ToAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAzUExURQAAAC5Smi5TnC1Tmi9TnCxQly5Tmy5Umy9Tmy9Umy5Tmy5Tmy1RmSZGli5Tmy1Smy5UnJ7+KNAAAAAQdFJOUwBM4magF4uAz/TBrCwOdF9aU+KCAAAAcklEQVQY06XQQRKEIAxE0RAIoAbs+59Wjahxdtb85Vt0qkIUGHeZLEWNowQ+saPRaIVUwzLRY60ZOgtQMnTWJu6xoHsjnY/j6WVW/d+Ur/S2VvJIPu9JWkbPnsxX+mmv48c47U8r4otYiTLeLfa14Nsvb2nYByYqlqO0AAAAAElFTkSuQmCC) no-repeat left center;
  color: #2d529e;
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 24px;
  text-indent: 28px;
}
body main > div > ul.results.article-results > li > div.thumbnail-none,
body main .shutter-left > div.bottomSection > ul.results.article-results > li > div.thumbnail-none {
  background: no-repeat center center url(../images/no-thumbnail.png);
  text-indent: -9999px;
}
body main > div > ul.results.article-results > li:last-child,
body main .shutter-left > div.bottomSection > ul.results.article-results > li:last-child {
  border-bottom: none;
}
body main > div > ul.results:after,
body main .shutter-left > div.bottomSection > ul.results:after,
body main > div > ul.results > li:after,
body main .shutter-left > div.bottomSection > ul.results > li:after {
  clear: both;
  content: '';
  display: table;
}
body main > header {
  padding: 90px 15px 30px;
}
body main > header > div.carousel {
  height: 500px;
}
body main > header > div.carousel div.carousel-slide {
  height: 500px;
  position: absolute;
  width: 100vw;
}
body main > header > h1 {
  text-align: center;
}
body main > header > hr {
  border: 1px solid #3ebeb8;
  margin: 0 auto 30px;
  width: 50px;
}
body main.paneled div.ui-screen {
  background: rgba(0, 0, 0, 0.8);
  height: 0;
  left: 0;
  opacity: 0.0;
  position: absolute;
  top: 0;
  width: 100%;
  transition: opacity 250ms;
  -webkit-transition: opacity 250ms;
  -moz-transition: opacity 250ms;
  -ms-transition: opacity 250ms;
  -o-transition: opacity 250ms;
}
body main.paneled div.ui-screen > div {
  background-color: #fff;
  height: 45px;
  padding: 3px 13px 3px 3px;
  position: absolute;
  right: 0px;
  top: 78px;
  width: 56px;
  z-index: 100000;
}
body main.paneled div.ui-screen > div > a {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAATBAMAAABiojCGAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAYUExURQAAADQ0NDMzMzU1NTMzMzk5OTMzMzQ0NFpeqFEAAAAIdFJOUwAr+lZLG9bVBLrovAAAAFlJREFUCNc1zcENwCAMA8BEFX/UDRALIJbot0N0/xlqx5gHik6JHU+PevnFNTTeK2IX58QnJooLxULyQbIRbMTm8JRzd+NyJc8P81yszGJlkl0EdhH4dXr7AT81B5TFR8j2AAAAAElFTkSuQmCC) no-repeat 10px 10px;
  display: block;
  height: 40px;
  text-indent: -9999px;
  width: 40px;
}
body main.paneled > *.shutter {
  transition: transform 250ms;
  -webkit-transition: transform 250ms;
  -moz-transition: transform 250ms;
  -ms-transition: transform 250ms;
  -o-transition: transform 250ms;
}
body main.paneled > aside.panel {
  display: none;
}
body span.small-caps {
  font-variant: small-caps;
}
body sup {
  white-space: nowrap;
}
body ul.social {
  font-size: 0;
}
body ul.social > li {
  display: inline-block;
  font-size: 14px;
  margin: 0 10px 0 0;
}
body ul.social > li a {
  background: transparent no-repeat left top;
  display: block;
  height: 20px;
  margin: 0;
  text-indent: -9999px;
  width: 20px;
}
body ul.social > li.facebook > a {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUBAMAAAB/pwA+AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAbUExURUZptP///5is1WSBwFh4vKm53E1vt3qTydng71nYiJ0AAAAxSURBVAjXY2AgEbCpBsCYHIICMKajUAGUxawoVAZlMgkKikGZ7IGiCnC1wgzkMEkHABwFBH8eLvJ3AAAAAElFTkSuQmCC);
}
body ul.social > li.medium > a {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAA5UExURRmqbimxevf8+jW2g0q+kIfVuHTOq////37RseH27tvz6mnKpJncw6nhzOz59LXl01rEmcjs3iGudJqy6vQAAABxSURBVBjTtdBJEoUwCARQQiCdefD+h/35ahlzANl08XoFRN+MleNMk+xCH8q5KY90PAhwJuoVQLALEQyNGYjmjS7xjOrTG3NpM0pzG0IjgucNFSPz9A1JmmrBg8J/JCMSFpLRGK+6VbeOkn7X3X70yx9uxQQalyz1VAAAAABJRU5ErkJggg==);
}
body ul.social > li.rss > a {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUBAMAAAB/pwA+AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAhUExURfF7NfKCPvnFo/Wod/e3jfSYXfe8lfOSVf///vzp3frWvlt86y4AAABOSURBVAjXY2AgCbAkC8DZokkFcDajC0INqwJUrTsDQxlUTFiRgTkAyhYSYFCAaVNgMAUzuBQZjBnEwEzOLgYmIAQzO+BMRkEGRiAkCQAAac0FXTJmnAwAAAAASUVORK5CYII=);
}
body ul.social > li.twitter > a {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUBAMAAAB/pwA+AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAeUExURSuu5////8nr+YvU8l3D7eL0/D636vX8/qrf9r/n+HkLMCYAAAA8SURBVAjXY2AgDSQnwJmNAXCmooiLA4wpKCiJYIrCmMLGZjCmAFzbRBE401BQSQXKZEVoY2stL2YgGwAA+ucGroOoKa8AAAAASUVORK5CYII=);
}
body ul.social > li:last-child {
  margin-right: 0;
}
body > div.wrapper {
  background-color: #fff;
  min-height: 100vh;
  min-width: 320px;
  position: relative;
  transition: background-color 250ms, transform 250ms;
  -webkit-transition: background-color 250ms, transform 250ms;
  -moz-transition: background-color 250ms, transform 250ms;
  -ms-transition: background-color 250ms, transform 250ms;
  -o-transition: background-color 250ms, transform 250ms;
}
body > form[data-ui-toggled-by='search'] {
  background-color: rgba(31, 31, 31, 0.95);
  height: 120px;
  padding: 80px 10px 14px;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 9999;
  transition: transform 250ms;
  -webkit-transition: transform 250ms;
  -moz-transition: transform 250ms;
  -ms-transition: transform 250ms;
  -o-transition: transform 250ms;
}
body > form[data-ui-toggled-by='search'] > input {
  background: transparent;
  border: 0;
  color: #fff;
}
body > nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body > nav.toolbar {
  height: 65px;
  min-width: 320px;
  position: fixed;
  width: 100%;
  z-index: 10000;
  transition: top 500ms, transform 250ms;
  -webkit-transition: top 500ms, transform 250ms;
  -moz-transition: top 500ms, transform 250ms;
  -ms-transition: top 500ms, transform 250ms;
  -o-transition: top 500ms, transform 250ms;
}
body > nav.toolbar > a.logo {
  background: transparent no-repeat top left;
  display: block;
  height: 31px;
  left: 0;
  margin: 17px 15px;
  position: absolute;
  text-indent: -9999px;
  top: 0;
  width: 116px;
}
body > nav.toolbar.site {
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid #979797;
  top: 0;
}
body > nav.toolbar.site > a.logo {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHQAAAAfCAMAAAABdxmMAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAABmUExURQAAAIUUGJobIZIZHawgJ4EUF6sfJ5gbIIYVGKwgJ54dIYkWGqggIoQUGLUlK50cIYwWG6ofJowWG4sXGp0cIYgVGawfJqwfJqofJXMQEqsfJncQE6UdI3oSFIATFpwaIJMYHYkVGWJg3qgAAAAZdFJOUwDxTmV097000I0jsxbkCOWSyn2f9sPz4qjISXbaAAADyUlEQVRIx5WX6ZqzKgyAUdu6O7Y9tmVYhPu/yQ9IwGBtnzP5JQq8JGST/bzJwlh5CsJ20s2jUmJ9XC+neoJXff9qv8oA84Zb3/RziRutv7kYVTCmZXguM2Q58iACPradf+fH2pr9LpvUfmmNS7lqwp4mm7IqLmpWcR1GF6plXMfxY9ivSC+VI8sP0FnwTc4Oq3Ok25Ixtz+cZUjMiq6z4ePTacBzOVDaQe/ZHGUYE8Sw4eWddSLaMN3qnG9u0PgjPxJNlfZ2o99WvymXGZIr5xxJmwcyb3uNnDpXFk73SZQGcs00UdK/cS4Ip5Y2Ss8Y4NfNlUrKU1orrqS3WwO+sZMx+kzTLH07xMV6bJ7BAd2GoJIkLoPmUMmVJpWITQVedbcvFwZBUb0PLLzoEYcLDG9h3Qn8BHyRQgt6cd22jPOi22YN8f0n6BWHoHgRlwXb8XCpBIoXJcCX2qiQk2a3u/oGVTHezpneIHB5BNoDwcWWt8FjSl503u8uvkFthDagQ5VDTQ6F85uhgeOUbEJN6z9B1wiNUdpPFBou9b8oBnZ6eZdV4ErLgYE2qPi5grQZNKWzdDvqPm1QQfKH1CGqlCyDyja4Euwyf4DGBJUoNaTKy+6+/PmitjEiIVo5bLQ+cLIMrnQ+tG6CcrW+QQ1J3CRvqTlCY843bhcNK7ypOszt6ErdZygom0ElgU40WzYItWjZcBQgdTFgTchK6rumoCyFqrxE3cjUAqAKLBuuAurlNWVcGCxf7xSVvRKozaFsWLbJfYA6W8gCRMMVV1v02OhKn7xXVSglga47KMW6gg25XWaH/J1IXK/+gos/xunvG9S9j+VmYeAGMiVn7zqv2KBg4gdX+kNG0kdQNhUxtUFQyWhPIWNf4wV9uQJLN/8bagh02CyEVU4zSB8yes4KfQhNYUJeMcJplem+QSWBtvJ+DF0lFgSbNSmxYjrVu1099VH+EapIruhc/OsqyxIjQI0ks0k7htPWdquy0DmECBI86xwWzK01HB2hF/doue5v1V2nmIHTBugC3djlrYtQzpWqXQ807+JUu/5nQCjJimVQQ2VLS4b9s3cuYd5bbJhuq/h0DNWh40pQkv+fkO3o+QpIDs6A3o2wWkwUiq3KDy0WOyj0eARKOvXphWmddHZ1hBqfavF34ajh0fW+30SosqStR6ihla6CTzYxSxah1s1dyc/HJueYRVjZUKzr7oSweTuPUJmV1+n08EP0ohFKSRAX9/Xp8Fet6oOEWJvmUQvXsaniHn5RTjuBixlgQFyjbi9PKdyyHgL9H1Ghzm0Yn0QBAAAAAElFTkSuQmCC);
}
body > nav.toolbar.site > ul > li > ul > li {
  display: block;
  float: left;
}
body > nav.toolbar.site > ul > li > ul > li > a {
  display: block;
  margin: 18px 0;
  text-align: center;
  text-decoration: none;
}
body > nav.toolbar.site > ul > li:first-child {
  display: none;
}
body > nav.toolbar.site > ul > li:last-child > ul {
  float: right;
}
body > nav.toolbar.site > ul > li:last-child > ul > li > a {
  color: #444;
  font-size: 15px;
  padding: 2px 16px;
}
body > nav.toolbar.site > ul > li:last-child > ul > li.hammy > a,
body > nav.toolbar.site > ul > li:last-child > ul > li.search > a,
body > nav.toolbar.site > ul > li:last-child > ul > li.los > a {
  padding: 0;
  text-indent: -9999px;
}
body > nav.toolbar.site > ul > li:last-child > ul > li.search > a,
body > nav.toolbar.site > ul > li:last-child > ul > li.los > a {
  background: transparent no-repeat 5px 5px;
  height: 40px;
  margin: 13px 2px 12px 3px;
  width: 40px;
}
body > nav.toolbar.site > ul > li:last-child > ul > li.search > a.ui-current,
body > nav.toolbar.site > ul > li:last-child > ul > li.los > a.ui-current {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAA8UExURQAAAJ2dnf///35+fn5+fvX19fX19ZydnPPz85mZmfT09JWVlf///4+Pj5aWln5+fvb29pmZmX5+fvHx8RtejFsAAAAUdFJOUwCWAez+ExmIHqQMkQK0e/Ikb5Asq1uiPwAAALxJREFUKM/Nk90WhCAIhEUUxP/q/d913drK2ryPO/wO4wwelXp5Jba67zWFuWsDMnU8OsDcYYIS3MFjhcLUizkw58GlOeTY7lLXqzbORVbuUrkZXcuKSfZLTfBP6RoHV2VAlfKMIpj9aDsExuwGH6opN/0RdYIMCIPx5pmJ2CR6gPqXyIuRfx6rlC2RDQVcvNHlTGQZoV64XsTkw1K7X6q+JMJ87llTm+/zCU79K+imHzo8T7dN2im//QN8AF8HBdleIjYCAAAAAElFTkSuQmCC);
}
body > nav.toolbar.site > ul > li:last-child > ul > li.hammy > a {
  background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeBAMAAADJHrORAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAASUExURQAAAImJiYmJiYqKiomJiYiIiM43Jt8AAAAFdFJOUwCAf1D1B/PEIAAAADNJREFUGNNjYKA2YBaEAyEDIJ8lFAEcQPJKCGDAwEBL+wVB5rMi2R+Aar/iANtPE/+jAgDXfhOpdieY+gAAAABJRU5ErkJggg==) no-repeat 12px 17px;
  height: 65px;
  margin: 0;
  width: 55px;
}
body > nav.toolbar.site > ul > li:last-child > ul > li.hammy > a.ui-current {
  background-color: #222;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAA/UExURQAAAMrKyhsbG7W1tcrKyhoaGhwcHAAAAKmpqaqqqiEhIbS0tB0dHaurqxoaGrGxscrKyru7u8vLywAAAMnJyfopyMsAAAAVdFJOUwDsHKj+GBMBnYwMkR92J4DyuZAC6B33CS4AAAC/SURBVCjPzZNBFoMgDEQFEkgggErvf9ZitTZW3Ztd+C9hZh4Mw8Nrqj7oPmCaVZsMo+JN2FSFLY8sO2+FRka9TAh+B4dmX8d+W0WGbTiKa32/+3DrxorhpN47WLidIMUrd52TFLqhwxDZEJka79JBAvgKvKjuCMje0cURmbtxmaAiMji8gEFWR9Fd8SXn1ZFPI0k70VfeHPnurxx4KA7yLqnfT6JjLWTy70EE7POisNN04dkkhef8l6TP9ekf4A3n2AaQWc1H5AAAAABJRU5ErkJggg==);
}
body > nav.toolbar.site > ul > li:last-child > ul > li.search > a {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeBAMAAADJHrORAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAqUExURQAAAJOTk4yMjImJiYiIiIqKiomJiYqKiomJiYmJiYmJiYiIiImJiYiIiL7fJzYAAAANdFJOUwAJG9jDMvVHY5PnqHuvipFrAAAA5ElEQVQY02NgYGBgrDS7a93IAAdtd0HgIIyrfNdDkUFj77UACJc11xxEMe29AeHr3hYA0zx3C8C07Qaovt5LIJLjsgCUz3kbRMpeh5nLeBdkYq0D3N6zE4DE3AY4P3YByDgFOJ/3IpDIFYDzmUEW3EW4m+UqFnnbAFT9cw8gzDcA2W8A54OluODuY7oLspr9FswBLDfBlK8jTPlCMCV1GaJA8i7EJibbGyAnsNvehSqUvptZqlpje6XqCtRpIaDgvdzAtBZmksYWkz1AzVpXEG4HmwRXAAUYCmwNURUoX0HlM7kAALh3QZgrsa2EAAAAAElFTkSuQmCC);
}
body > nav.toolbar.site > ul > li:last-child > ul > li.los > a {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeBAMAAADJHrORAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAYUExURQAAAImJiYmJiYqKipKSkomJiYmJiYiIiFJU/I8AAAAHdFJOUwCAf1kHr/VnVHmGAAAATUlEQVQY02NgoBSwGDug8FnLAxgMBSFAGchnLy9gSC+HgDKovJESBChj0U8l+4VhfJD9ILuR5Y0gVmPVTz3/C6PYD3MCwv/KVLEfPwAANn4YPVmbY/gAAAAASUVORK5CYII=);
}
body > nav.toolbar.site > ul > li:last-child > ul > li.optional {
  display: none;
}
body > nav.toolbar.site > ul > li:last-child > ul > li:first-child > a {
  border-right: 2px solid #aaa;
}
body > nav[data-ui-toggled-by='hammy'] {
  background-color: #222;
  font-size: 14px;
  height: 100%;
  overflow-y: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 250px;
}
body > nav[data-ui-toggled-by='hammy'] > ul {
  border-bottom: 2px solid #363636;
  margin: 0 20px;
  padding: 22px 0;
}
body > nav[data-ui-toggled-by='hammy'] > ul a {
  color: #b8b8b8;
  display: block;
  text-decoration: none;
}
body > nav[data-ui-toggled-by='hammy'] > ul a.ui-current {
  color: #3ebeb8;
}
body > nav[data-ui-toggled-by='hammy'] > ul > li > a {
  margin: 15px 0 0;
}
body > nav[data-ui-toggled-by='hammy'] > ul > li > ul {
  display: none;
  margin-left: 15px;
}
body > nav[data-ui-toggled-by='hammy'] > ul > li > ul > li a {
  margin-top: 10px;
}
body > nav[data-ui-toggled-by='hammy'] > ul > li > ul > li > ul {
  margin-left: 30px;
}
body > nav[data-ui-toggled-by='hammy'] > ul > li.ui-submenu > a {
  cursor: pointer;
}
body > nav[data-ui-toggled-by='hammy'] > ul > li.ui-submenu.ui-expanded > ul {
  display: block;
}
body > nav[data-ui-toggled-by='hammy'] > ul > li:first-child > a {
  margin-top: 0;
}
body > nav[data-ui-toggled-by='hammy'] > ul:first-child > li > a {
  font-weight: bold;
}
body > nav[data-ui-toggled-by='hammy'] > ul:last-child {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAG4AAAAeBAMAAAA/VzYJAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAtUExURQAAAI+Pj5CQkI+Pj5CQkI2NjY+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pjx1T0NMAAAAOdFJOUwCdFWAmCPRNhck3cN6yMwHDDgAAAsBJREFUOMudlc9rE1EQx6fbLCk9GWyh9FDWQPyBIsGg0kuJEtGilO2aoBA8VKEHkSWkCl4MWixiwYJYEBRCRQOh9GAFqZgSqAhCwCARvIiB0LKmNXl/gzPvvf2RtIngHPaF2ffZmfedmReA/7SAtP3KaiBwUviMu1nGvn4Mge9BoMWG6d2vods6AJP2u7/M2CLH4qPC9V27zFptU/et49J4pDncpyT3I6bcky4rdaSN+6OfEW9mHW5uHB81DbmjZelqRsfaOWNE/PjscLkMPZcw3ILtupHItnNJO4rN1UL8S/cBrjq7Kn7Wfr6DYm0sEfcuGAyGfNxxHYDntrE28+RW6hpjwzFhRQwWi53FpOpvXv+oc13CJGKf+CD46HQvowDqjJ6hhISdQsVxwTPsA7gyDw53TEihU5rNHN+rjuzi0PMWl4TLYXo1W3pRRlCye8WrCIfk1CpjJZOxQTwTS3XkxpxkcNvPQqHwgfTBLEp+StblNrC7Hroc6TmVk5zdHtEMVbaM4rgcWcnleP2a6Raupo1TjxTZTmdO4VWmiN6mTZIwE904uGCS57nu4RbBj7WbnezKKXxWGnc83BzPAoXZ9OhiTU9Pv/BwEF8XMfAxv7yMo9NA9ambjKpXzwHssXNeDgwC67J+K6gIzhAKsx0qdqkfmQ+zsgSnUiB0TVLRV7r0i0G/qaUkl6VRBKDB+XZYtoS6B/eK3vQ4HO0fpK24c8tvynnYzanVZ5o3Xo/dlJhvXamK+Zsijs+fZnO9eFlF43i+huAmUA8u4nF0aUXZP3b9rLDN0R1kma6eC0IWkXr4UhvHbE51rp6bnKMNW5yjg1b6/s2951yvKWQR0n/p78Q5V6S8Xw44s0qFrCdGO3FqnoPbJwAikUj0UCRyWhN6XywU1jQjTxObVlfFv8IQ3qr5QGCAvnv+sWk9TevwF+FzU/cVTBnkAAAAAElFTkSuQmCC) no-repeat left 58px;
  border-bottom: none;
  height: 110px;
}
body > nav[data-ui-toggled-by='hammy'] > ul:last-child > li > a {
  margin-top: 0;
}
body > nav[data-ui-toggled-by='los'] {
  background: rgba(60, 60, 60, 0.95);
  display: none;
  padding: 90px 15px 40px;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 9999;
  transition: transform 250ms;
  -webkit-transition: transform 250ms;
  -moz-transition: transform 250ms;
  -ms-transition: transform 250ms;
  -o-transition: transform 250ms;
}
body > nav[data-ui-toggled-by='los'] > ul > li {
  margin: 15px 0 0;
}
body > nav[data-ui-toggled-by='los'] > ul > li > a {
  color: #b8b8b8;
  display: block;
  text-decoration: none;
}
body > nav[data-ui-toggled-by='los'] > ul > li.toc-active > a {
  color: #3ebeb8;
}
body[data-ui-show="figures"] #popup > div.content {
  position: fixed;
  left: 0;
}
body #popup {
  position: absolute;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  z-index: 10000;
}
body #popup > div.content {
  background-color: #f5f5f5;
  border: 1px solid #c7c7c7;
  color: #333;
  padding: 15px;
}
body #popup > div.pointer {
  position: absolute;
  width: 20px;
  height: 10px;
}
body #popup.above > div.pointer {
  background-image: url('../images/backgrounds/bottom-caret-silver.png');
  bottom: -9px;
}
body #popup.align {
  padding: 0;
}
body #popup.align > div.pointer {
  width: 11px;
}
body #popup.align.above.left > div.pointer {
  background-image: url('../images/backgrounds/bottom-left-caret-silver.png');
}
body #popup.align.above.right > div.pointer {
  background-image: url('../images/backgrounds/bottom-right-caret-silver.png');
}
body #popup.align.below.left > div.pointer {
  background-image: url('../images/backgrounds/top-left-caret-silver.png');
}
body #popup.align.below.right > div.pointer {
  background-image: url('../images/backgrounds/top-right-caret-silver.png');
}
body #popup.align.right > div.pointer {
  right: 0;
}
body #popup.below > div.pointer {
  background-image: url('../images/backgrounds/top-caret-silver.png');
  top: -9px;
}
body #popup.citation > div.content {
  border-left: 5px solid #35beb9;
}
body.about main > div > p,
body.authors main > div > p,
body.contact-us main > div > p,
body.faq main > div > p,
body.subjects main > div > p,
body.about main > header > p,
body.authors main > header > p,
body.contact-us main > header > p,
body.faq main > header > p,
body.subjects main > header > p {
  font-size: 16px;
  line-height: 1.75;
  margin-left: auto;
  margin-right: auto;
  max-width: 610px;
  text-align: center;
}
body.about main > div,
body.authors main > div,
body.contact-us main > div,
body.faq main > div,
body.subjects main > div {
  border-bottom: 1px solid #c0c0c0;
  padding: 20px;
  text-align: center;
}
body.about main > div:last-of-type,
body.authors main > div:last-of-type,
body.contact-us main > div:last-of-type,
body.faq main > div:last-of-type,
body.subjects main > div:last-of-type {
  border-bottom: none;
  padding-bottom: 60px;
}
body.about main a {
  color: #cb2027;
}
body.about main > header > hr {
  border-color: #cb2027;
}
body.article *.author > p {
  color: #333;
  font-size: 14px;
  line-height: 24px;
  margin: 0 0 10px;
}
body.article *.author > p.email > a {
  color: #34acd2;
  font-size: 12px;
}
body.article *.author > p.name {
  font-weight: bold;
  margin: 0 0 5px;
}
body.article *.reference {
  font-size: 15px;
}
body.article *.reference > p {
  font-family: serif;
  font-size: 18px;
  margin: 0;
}
body.article *.reference > p a {
  color: #3ebeb8;
}
body.article *.reference > p strong {
  font-weight: 600;
}
body.article *.reference > ul {
  font-family: serif;
  list-style: none;
  padding: 10px 0 0;
  margin: 0;
}
body.article *.reference > ul > li {
  display: inline;
  line-height: 18px;
  padding: 0 10px 0 0;
}
body.article *.reference > ul > li > a {
  color: #3ebeb8;
  display: inline-block;
  height: 26px;
  text-indent: -9999px;
}
body.article *.reference > ul > li > a[href^='https://doi.org'] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAAAaBAMAAADS/MaUAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAtUExURf///z6+uE3DvoLV0d70887v7VrHwuz5+LDl4m7OypPb2EXAu6Lg3fX8/L7q56z3mXkAAAGQSURBVDjLY2BwVhQkCIRMGBhYUgsYCAL2MAcGNwaiQAqDKXEKgxnUiVNYxCBAnEJGqEJ8HuIzDoAp5DMSmoouzSS4bTmEFX3OAabwoGnpEgyFRzw0ISxLuNUsUlgsZGpgOOgAZs2CK+TRBbK4WmcHcMzOYWBfqXmAZZnyA6BCxwCGZZoFxZuSYQqZDYAs5mmtF7pbHi1gnhrRwGQaEwBU2HiBOSNS98pkF5hCpgMghaIMvBoMrCJsDQwMhUA7mXo9koFmsksgWc0NVqjAwCLOwLCPZ88FBs48kK8FGxgOhYZqISlkW8AAtp8PyM5haNt1gfeQBgPTcacDDKvT0rKQFDInQBSCTNRgYHg2gYG3+wBTA8d2hkOovmaVgyhk2MfAIgrkygIDIgHomWSGhwEoChkMl1x5DlJ4zMFzAkfBLYW6C5UGQIUPAzgzrrQgK+RIlE4HKeTJ3nyBWXtnQOVu5QKgQs4EdmvBFGSFDLzQRMGOhCGgFi31EJHMiE64RGcFIjOXOpHZNQgY+0QVAOYMAE7SYWwfvADDAAAAAElFTkSuQmCC);
  width: 80px;
}
body.article *.reference > ul > li > a[href^='http://www.ncbi.nlm.nih.gov'] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEoAAAAaBAMAAADicNe1AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAtUExURf///z6+uNz08+f391HEv9Dv7lzIw+76+UbBu77q567k4vf9/YXW0pze23TQzIAfXzwAAAGCSURBVCjPY2DQcRTED0QOMzAwpRYw4AfsIQoMagyEgTPDUSJUxTC4E6GqhEGACFWMqKpqDDDdfhiqiktQ5BFEyFABSCh2MzBwN8LUMwvBVDlrvlBAqNLwBAo5YqpyYNhxAMmsewwMfBexqeJ7wBbAUKZgGON2gUExsIDBMNCAYVlbAANvxiMkVSwHOCYwFCoY+kT6MChuW8BwT9GAqzdGiOHGpGVIqhZOgKi6wDCxQHFvAkOmosGWCww53L0MvHBVYhldDBBVAQwbAxQ3C7F2KxooTg19xirKwApX1TV1A1SVAgPHAsUNb3kOKBpMTEvL45RGcT0DSJUiyCzDCYobluwIUDQIBPqXVZyBCUUVC9BJCoYLGCYaKG7YcYxB0aDwAjDgJRk4UVTxpe5KVDD02pzHoLiBRxaoite3eCrDMetpKKqYT4hFKJioCT4HquIUBqriviHoyVAnmNqEGtvgNFuNFNHmQLwdS5rAmXKIS4XEpWgTonIHkysxOY3BhohcCwAtEmNjJtihMwAAAABJRU5ErkJggg==);
  width: 74px;
}
body.article *.reference > ul > li > span {
  display: none;
}
body.article *.reference > ul > li:last-child {
  padding-right: 0;
}
body.article main dl {
  font-size: 14px;
  margin: 0 0 20px;
}
body.article main dl > dd,
body.article main dl > dt {
  display: inline;
  margin: 0;
}
body.article main dl > dd {
  color: #767676;
  font-weight: 600;
}
body.article main dl > dd > a {
  color: #3ebeb8;
}
body.article main dl > dt {
  color: #9c9c9c;
  margin-left: 15px;
}
body.article main dl > dt:after {
  content: ': ';
}
body.article main dl > dt:first-of-type {
  margin-left: 0;
}
body.article main dl.tabular > dd,
body.article main dl.tabular > dt {
  float: left;
}
body.article main dl.tabular > dd {
  margin: 0 10px 0 0;
  min-width: 120px;
}
body.article main dl.tabular > dt {
  clear: both;
  margin: 0 10px 5px 0;
  min-width: 80px;
}
body.article main dl.tabular:after {
  clear: both;
  content: '';
  display: table;
}
body.article main figure {
  background-color: #fff;
  margin: 0;
  padding: 30px 0;
}
body.article main figure > figcaption {
  background-color: #fff;
  font-family: "Anglecia Pro", serif;
  font-size: 16px;
  line-height: 1.5;
  padding: 20px 0 0;
}
body.article main figure > figcaption strong {
  color: #3ebeb8;
  margin: 0 5px 0 0;
}
body.article main figure > img {
  display: block;
  width: 100%;
}
body.article main figure.boxed-text > div {
  background-color: #f5f5f5;
  padding: 20px 25px;
}
body.article main figure.boxed-text > div p {
  color: #222;
  font-size: 17px;
  line-height: 1.6;
}
body.article main figure.boxed-text > div p.box-subhead {
  color: #333;
  font-weight: bold;
  margin-bottom: 4px;
}
body.article main figure.boxed-text > div p:last-child {
  margin-bottom: 0;
}
body.article main figure.boxed-text > div > ul {
  padding-left: 20px;
}
body.article main figure.boxed-text > div > ul > li {
  margin: 0 0 18px;
}
body.article main figure.float > img {
  margin: 0 auto;
  max-width: 400px;
}
body.article main figure:last-child {
  padding-bottom: 0;
}
body.article main ul.affiliations,
body.article main ul.authors,
body.article main ul.contributions {
  list-style: none;
  margin: 0;
  padding: 0;
}
body.article main ul.affiliations > li > a,
body.article main ul.authors > li > a,
body.article main ul.contributions > li > a {
  color: #000;
}
body.article main ul.affiliations,
body.article main ul.authors {
  margin: 0 0 20px;
}
body.article main ul.affiliations > li,
body.article main ul.authors > li {
  color: #333;
  font-size: 14px;
  line-height: 24px;
}
body.article main ul.affiliations > li {
  margin: 0 0 10px;
  padding: 0 0 0 20px;
  text-indent: -20px;
}
body.article main ul.affiliations > li > sup {
  display: inline-block;
  left: -20px;
  position: relative;
  text-indent: 20px;
  width: 20px;
}
body.article main ul.authors li {
  display: inline;
}
body.article main ul.authors li:after {
  content: ',\a0 ';
  margin: 0 0 0 2px;
}
body.article main ul.authors li:last-child:after {
  content: '';
}
body.article main ul.authors li.corresponding > a {
  color: #3ebeb8;
}
body.article main ul.authors li.corresponding > a[href^='mailto:'] {
  display: inline-block;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAMBAMAAACZySCyAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAwUExURf///0W+t1HDvVjGv/3//7fn5cnt69z08ub39l3HwfP8+3vSzavi4NLw72/OyL/q6Ksp07QAAABeSURBVAjXY0gWBAMzBuMLDEDAa8wgqgNiHApkEKjcxcCwejojgwDXzgL22QuADAY/1aAnDCDGySBVGxCD1YKjoSgAyEgqYGBgV2NkkFUHab90kcEoxQUI3JQZYFYAABfGE4ce3PniAAAAAElFTkSuQmCC) no-repeat 4px 4px;
  height: 16px;
  text-indent: -9999px;
  width: 20px;
}
body.article main ul.contributions > li {
  font-size: 14px;
  margin: 0 0 8px;
}
body.article main > article {
  position: relative;
}
body.article main > article > header {
  min-height: 270px;
}
body.article main > article > header a.cc {
  background: url('../images/icons/FACETS-CCBY-icon.png') no-repeat top left;
  display: block;
  float: left;
  height: 25px;
  position: relative;
  text-indent: -9999px;
  top: -4px;
  width: 54px;
}
body.article main > article > header a.correction,
body.article main > article > header a.retraction {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAbUExURQAAAD6+uD6+uD6+uD6+uD6+uD6+uD6+uD6+uK7LHq4AAAAIdFJOUwDaxkJgIJDt8UddFgAAAFJJREFUCNdjYGBw6uhQYQCCwA4gEGVgYO0AgwAGxo6ORomODgEGj46OZouOjhYGDQijiaEDwugAMdoy0BntFSAGUHF7B0gxXDvcQLgVcEthzgAAdUQzmWr40RYAAAAASUVORK5CYII=) no-repeat top left;
  color: #3ebeb8;
  display: inline-block;
  font-size: 12px;
  margin: 0 0 12px;
  padding: 0 0 0 22px;
}
body.article main > article > header div.author-details {
  display: none;
}
body.article main > article > header > h1,
body.article main > article > header > ul.authors {
  margin-right: 50px;
}
body.article main > article > header > dl {
  font-size: 12px;
}
body.article main > article > header > dl:first-of-type {
  margin-bottom: 30px;
  margin-left: 150px;
  width: 70%;
}
body.article main > article > header > nav.article-tools > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body.article main > article > header > nav.article-tools > ul > li {
  display: inline-block;
}
body.article main > article > header > nav.article-tools > ul > li > a {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAUBAMAAACQZWsAAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAnUExURf///0W+t9Dv7qLg3WLJw+P29VrGwNnz8nrSzbfn5Pn9/Zjd2cfs6kMqqvMAAABiSURBVAjXY+BMFISATAaGwk1KELCxgMGMAQrYDBhMYGwWCJtrF4LNKkqQfWKp6IoDUHZYu3hbAJTNLiEhDld/UFABzuaURJjDsACJDXWDoSAMGDCYQZ2spGaA4mZkvyD5EQCLgBkP+yMxoAAAAABJRU5ErkJggg==) no-repeat 2px 0;
  color: #000;
  font-size: 13px;
  margin-right: 10px;
  padding: 0 0 2px 30px;
}
body.article main > article > header > nav.article-tools > ul > li > a > span.optional {
  display: none;
}
body.article main > article > header > nav.article-tools > ul > li:last-child > a {
  margin-right: 0;
}
body.article main > article > header > nav.page {
  float: right;
  padding: 45px 0 0;
}
body.article main > article > header > nav.page > ul {
  margin: 0;
  padding-left: 2px;
}
body.article main > article > header > nav.page > ul > li {
  display: block;
  margin: 0 0 5px;
}
body.article main > article > header > nav.page > ul > li > a {
  background: transparent no-repeat 4px 4px;
  display: block;
  height: 40px;
  text-indent: -9999px;
  width: 40px;
}
body.article main > article > header > nav.page > ul > li > a.ui-disabled {
  cursor: default;
}
body.article main > article > header > nav.page > ul > li.altmetric > a {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAhCAMAAACLDYleAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAMAUExURQAAAPCraUxan4bT7n+t4INxoJ+00ImIqPGmi6S52eJhQ++2PPrOV4bR6m3K6ueSU5KHl4h6i9BnHu0nIFOjx/IwNCY+nXjM5y1MtnnO6mnA4PzQQ0Gfx/vLPNuMPpadrtZdL2FUZvGkKUFRaTwwfyAweyQ3hswuKthNHuilLKlNj/YkIy4pgqk5hlqU00CdyPA3KuibKVCjx8gUGnjJ5n56jqyxcUpYpXTI58ucx89oI+Btu+J+xIx/j9RtI9V7MNJpIs8yGdNLIc4gGeaNKEWIqu2qNuccH+cxLpkze+RBUVREVlVGXA4lfOcvG6I1fU49UfkgHvAgIMkeHjmawfUZHBUrgMIzPac/icIdJLU3aaMzgeE0TDFRvStGtkJhwXeiu2+dtnfM6nhrffrRQiI+p0aixsrKbjFGnkCXvcikOoDS7FtNs3fO7dNaHOR3zI7FvF5km0iixPzJMvSzLTydxeSPJVxiluqO0eFwv2Zjwc1eseGBxqtitpOHl2q62R0nfeafKkqr0EKjyssQFDudxWXD5c87F9kTFkemy0+v1M1CF81JFwwkgD+gx9IRFFSy1l+83vKrKAggd++gJsUPE+0VGkw7Tk5DWc9QGFm428JLnu+lJ9NEGOIUF1dGV7dCk64/kGtgdA4oiDmZwNFZGdx4HnZpfB0xkPKwKc5Vq880FiIubkU1SKs3hltMYCA8q14thKI0hBkznBIskeu5L/vBLVtdi0IvQWNSZcEbLGVZa5wtfGSuwlFOdOSKIkObuxgqgsc8c+uaJf7MNuCFIdtjutdds89fGdEhFdYyF+gkGbgnU9VkG1xFqk+bvFZnfpE+k9keHmU3k1GivjI8e9wlNqhNpmyspM29SIeldfi4K5Gma85NldIlOOJluoZ3iEF3l3wqekA9UZAre74eNrs9gLQyb7vEcUI9pWtyh0gqgluUsGmdtzs2m1E1lBc3pbvBaIXAsis/l4eebZayeuGnLFqbmb+lQKywWqKjVyQ2hMkvU9JkG9q6Pzw/cNGfnTUAAACCdFJOUwANJyMIEAYBBhIgSCVG/hJfg4OYSiV/a6Oe0aPGgzM2TU7F9nCjPk3Edjtw/cEinDmbNvyTu2hM8CRa5JjzuGPy7aTtsu05w1R4XqbIyvmR+b+opvv5vjJuxrH414f4Qp37v+T40bT32nv+fPnb5HyRoXHP2fvl5kjxWttDkrtG+45NBdkwAAADFUlEQVQ4y23UZ1AaQRQAYBTxwK4x9l6iJkYTNUaj6b23Se+990x6MpM7QVFBBBQRUIqKHUXF3nuJvSaW9N57ncmCjgL6ft3cfPfevre7h0LJBYS75e9Xc93/Gg5CTRTqbjdu36ytra2pGRryO+c7HqntMzndkwxioGJwsL27e/cqXSXktmdvcw+LlTzw1zMgICwsKCgmZvkKFXmhapLRzGOxWBUFEREyAUxk5KTJCuJVG5c7LACRmhhgNo0ajFFGRgePy33+TCbq61NSUgJTGtpBHo2RVmcf+fi+jcfjNgEQsHhhoCxCQkIaGrdMw44kycr6IE7nvSjw3OykoaKiYbOIIxUhoZzGjTOGkxzPyuoQp6c37XAa/gaFtXHmABEaylknS+N74Ut2YqZYnL5z2+gkIKslCfGAMDnSriC9q4mAFImnT5XfCk27yoR4JpPpDCrh9HMTs7Mzi3ZtV5efFNaFTi+9x2SenQOhrO/kJgoEb54qJAGxzE5m4g10UXpzc8sFAtfH6zGKRPcunU6vroufZ4XSf5j7hyQoz1yJVRAQ1oXNZoP1LJgPiLCLRCK5OmCVtt77JJXNLv1XZwAKCUvKgTFSUyInvn6nUisTALGeJeR30WgkR6W14Nx//KRS2QmgEEZfKCxJpdG2TlEkHhZlv5OSqNVguZDeIT5fahwU5qJ+ER/XLyWgaVCJX1goSqWtlU8DGVrg4+7nPEi6AkaHQu9/nZ+fL4pKdVQdEx5HERmhzpSeGHXjA3yRSBQbG7XGdqSWmqEFGSGX9edILmvKtlb74LvCWCAYjA2rbVUxGDdD9zg8giCdvyQSy+EjrmasU9way2Aw0tLy8vLsl5LJ+DgykYj09kkuaY6cD7SpTvjb1ihAntg/KkOAwBNhIvFbTpXl6D1BmxII4ZTOlhYiDBOlAg6G4d6+KnOtsR7RXgRCdDQlOBgmgiRkGDwVf1IQYNzaZuGAgCQIAlOiKZTil4cttZQuNc5YhiiU6HAQn4+Za2LHXXwIfeqMjg5BGmbnvbWwE/4+IJy2qQ/Bx0sbp/D6P+K8XOHl3+FTAAAAAElFTkSuQmCC);
}
body.article main > article > header > nav.page > ul > li.altmetric > a.ui-disabled {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAhCAMAAACLDYleAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAA5UExURQAAAMbGxsbGxsbGxs3NzcfHx8jIyMrKysfHx8bGxsfHx8bGxsbGxsbGxsbGxsbGxsbGxsfHx8bGxgXmzEUAAAASdFJOUwDrui0KbDsVSIshfKncnc/4Wr8EQKMAAAGdSURBVDjLfVTtgoMgDJPPtoAgff+HvVQ3T+fu+sPhKGmaBpflGpGl+V7z8ldEUdWtzxDi1/1MeVN1iWYbzg15IMU2JyAaVX3HyrcMWiXj31rcvuvW1X7kmuI3wqYE22gcKQSi5LX9ZlRNCciW1kroB5KEvNazjKpVyF27kSRuB5tGEk6QgRKjNHofKqhiSOHd19CGdhLdWjx6K69XEMV7uMvQZxngt4sYC7qt6j6UKqACTsnWEymSjvUNBi0Cx2BaVPWsj7FAS4/TpvGGFI3+OTVAQC6TWBkN8pf5Q4iNNjurgo6/gCyEo7MPrJya8PxMEYbA01Ka2to9QRQkXbFRogxDuQeZpAWWIBMjokyp18Ef4TSDTNzHYnbL7D7YoDhadaeO0Dd+pMDqYT07pX3yki8CJzIeeo4lkRwe6q9ps++Q30xEp7k5+JfthZbkoKqpLxeDZ/WZZu2SOM5h7GFlR9sab/S3JinVA4zZHnJ67hjZOK8YOCS7U3ktH0rxi43nYhcglfrlYsfAHIhNpfXPb0OpY/828PJfRHrg/wDo0xqUQeTPfAAAAABJRU5ErkJggg==);
}
body.article main > article > header > nav.page > ul > li.crossmark > a {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAhCAMAAACLDYleAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAIKUExURf///+rs7bIyH6gpGqElGLc1Iebo6qImGOzt7q0tHO7u8KYoGaQmGPLy8r45IzRFU+bn6NjZ2sDCxaoqGsA8JfX08+nq7MVAJ+Pm6Lo4IuPj5T5RZ9HT1M3P0VZ5sP79/FV8uuHh4cpJLFV+v7i7vVJ0qLG1uERad9zd3qotHEtljMhEKkBVbdTV105tmVV6tcTGyMfJzDdIWMrLzfv6+ff39Z8hFF1+tEhgg7AuHcJAJ9BPLtVVMlFxofDw8Wh/pF56pIOLlE9qkry+wElWYmFrdDtKVXOAlJpANJgkGJ9ENbUxH6ZJOLyqpq5OO89JK1dxmFpnd6eUktReRcXHyzxPYjtMXstQMkdac9xsSV92mLZXQI+TmLzAx+CIdXiMq+Gfi+jn5uqgikZde3yGnlBlhKIqG6mZlEdZbdpgOr+wrGt1gtpvVqysqoOSq5Odq26CouWOeLm9xJSaoWVwenuOrZifqW98jUJRXlVha211fEpjiXR8gz9NWLelopwmGbOhnq+cmU1dcI+arLo+J05baOB/ZcpkR1R3rEtSWaGMi6CMleaTfnyHk4ViTuqZgsiWjIqQlYmTo2yCqZqluJ6lsIaGnGaDsK5AK2dra3NnZJZYScBqUci4sVJQVJ12aqxkUtiTg86Ic9BVO+B0RMaCXXKJqrWrq9qXiMBhSKt6bF1XV7mekllxk7xdI9AAAANFSURBVDjLdZSHX9pQEMdJWSFATCAQZAmUjSBDVKbKcs+6tWpdddddZ62t2w5ttXvv9Uf2IrXV2v4+n3zykvt+7t3du3ss1mnJlGqPR62Xsf4jmeZw9nE+6PHsoU/8D8B/eVaru/hLOm3X1DlX1nGtTqfLf9j36FHfw3xYasfJs0RDYU5OzsTefndPT0/3l/095rNQcpqQFGm1RfXdPffv35ns7OycvPN2l/kz9YfQFG2buuLdk5ujra2XQKOjm52fP5m22xpOiCsTJtOsUv2udSgcDocMBoeh+f3WMNllMhXq00TWtUhkQi+TvAiHQiGDg6YpHKfW13hkoSlyO/cYcbZFaj3+qLG9BhzQQYrCuVzuhXpF9HJtpFaTduJy3RaLUWM1HQxSeCbYA4GADRB03OV6kMVE0uaq1YgxNF6J4wBcAAlstoF6BSZ2x1xtTDTuWKxPjqGIpLKCy60ICGwCgZTNHriqQDGiJBZjEj+y24/ECIq4y6UCgcDGZrOlQj5/FRAkes1un4NQHtjtU1EEQXylIjALhXyRkM/hl60pEERsXrL35bJyS5b6fZhcjmhK80RCIPh8EYfDKVvjIXJM0r9U4mf5Swr6NSgg6tI8sPKPBchNnlyONRQUXJeBl4J+DyByQDiAcNIquwEIKgHEz8oq7u01wkZyZ3kehCE89iMSrTIIZu7tvQv1nbNY5lCC4JHleUK2lIlYBO+BKh5BoNMWyzTTCC2W6wSDVIqYrCHv4+SrFAShHLG0GJnq1llueRAGkQqY0lbAA2cECOpuaaljqpvVkZ1dDDuR1QEwcTNxbmYmjq8PA3IXLMwZsdS3sgfjUYWzuoIxPimnqCBNB4cVUeNg9qAv3S8dKlXSianbcYqiq589fe5wGGoMVQhZp1IVp/uFpUyqVCMk2U7TjjcdY2PTr5tD4eaX1hGVqk5/0pmejcbGGfPXmuZvZo3V6jTubg0NXZ1pbEycmgFjoqlpvr31h0avBOnVYx8/vGpqSpjPTMmCN+Pe92KJlUBQwuo+2Lm3490wnp01cjmV4fXOLywuLy8uzHu9GalF57mZNs+sZPxWKmn+1/Ugc3ckEyup1EoieSAR//f+0Pvicd9f98tPajOz/mY92mIAAAAASUVORK5CYII=);
}
body.article main > article > header > nav.page > ul > li.figures > a {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACBVGfHAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAqUExURQAAAD++uD7Buz6/uEvIx0bFvz6/uT+/uD+/uT+/uj6/uT/AukC/uT6+uE5C/E8AAAANdFJOUwDuMdcLEpn3w26sToz5EwEoAAAA7ElEQVQoz33ROwrCQBAG4FFcMT5AQUshhYXNdqZcyAUEIRdQsE0p2AREvIZgZxXwAh4hEI1Eg8xd3OyL1YBTbb78JJP8AJWZojV7gDreBmbG6EKrsOPHHfRSaEwM8KtevxHiWkOthObznH/BfEMi3wZ6gtj9m6g8w7zFUWD2iE8K1LQx/4awwKUNTXRpbkN451++ktDxRACAooRrtoDkDuXPEeBg5HVRbE8FJEWQiYBeHS+EyYCAYfwGCPhTNGyf/CZhngEclacg8zXIMGEzDQ+5aPDyFaQSCDvIGkxRIsKLMlWO+aGsslL273wAKDZvUSu7zA0AAAAASUVORK5CYII=);
}
body.article main > article > header > nav.page > ul > li.figures > a.ui-disabled {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACBVGfHAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAbUExURQAAAMvLy8jIyMfHx9XV1dHR0cjIyMjIyMjIyF6iRVAAAAAIdFJOUwAxmeISC8JjCrzaqAAAAMZJREFUKM99kbEOgjAQhk9ShJFFw8hi0gfAhNGkL8DoqBujIyMCwj227R1cWpv4T+3XL9drDyDKGb08AQ4YpIDj6uv9A/IB0pMAu8uHVOMlAAl2YwDus8LWB+UDuuKvEdWQW7INSB+62sCWBMcQ6BUrHyRYlKMP9Nu+XDPIahIASmTQTzcnuM8hkCHWJFiFQL+aiQRp/aUaFgh8OvuJxlbZweIOVVMLwNmtzNTugGXVXKUGN8qK1zordieDMktLg4pGGQ37N1/bc1lpmOeJIwAAAABJRU5ErkJggg==);
}
body.article main > article > header > nav.page > ul > li.info > a {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACBVGfHAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAwUExURQAAAE/Y2EzCvkW/uUjDvUa/t0e+tka/uUW/uEjAukW/t0a/t0i+u0TBwUa+t0W+txkCKSgAAAAPdFJOUwAGFsoo34CV7zy+r0kMjOk7Wb4AAADfSURBVCjPY2AAAZni+K/mBxngQP0/GBTB+GL/v2b6XpkW/z8Rwmey/+0Aoln2f1YAC3j8mACR4exvASvoN4LpVf4BUiL8WQAmwGhvCCTzm0Bs9hgQqfENqOM/2AT9r2BT/iswsP8Gq2b+Bqb2FzDIf4Hohxjk/5HhfAADEmD9w1CfAGbJQ3SyfWewh7hK/hfEbZ8Z4h2QBVi+Mvy/gCzA+x9TAEMLhqEwa3/BrIU6DCoAdBjU6VABoNOhnoMKAD0H9T5EAOR9aABBBEABhBmEGIGMEQ2YEYURlZiRjZIcAIpPahcPlha4AAAAAElFTkSuQmCC);
}
body.article main > article > header > nav.page > ul > li.sign-up > a {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NTI5NkRGNTU3QUMxMTFFN0FDQUNEN0Y0MzRGQzE3Q0UiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NTI5NkRGNTY3QUMxMTFFN0FDQUNEN0Y0MzRGQzE3Q0UiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1Mjk2REY1MzdBQzExMUU3QUNBQ0Q3RjQzNEZDMTdDRSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1Mjk2REY1NDdBQzExMUU3QUNBQ0Q3RjQzNEZDMTdDRSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PrxZ1HAAAAIsSURBVHja7JdNSFRRGIabdEIDI0g0l0VN5q42uZFBKBRbiS6KqEVRZAqGW2lVa62NjULuLATBlYooiNJmKGgVBIXutNJIBEk0mp4P3gt2GcZ7bkeN8MLDe+fc8/2c7wznJ5HL5Q7t51Mcxyg9M9mAPIJLasrC49n6hklXXwnXChC8DenTz03pEWkbSWRc/B12DH4KeQq/oBPKRKfanqmP/wrg+IwFgCYYZKR3Qt9fILdhDB7y/ZOXCuC4CLp5fa/gVvaBPF0H9O2q9TUbs/2rBHBgczsMTyAJ/ZBidNlwX7Wl1Ccpm2H5cJ8CDBPIS7gGK9BCkLmI05VGRqAcXsENbHOuFbiv4N+hLmpwVWPWbGR7Xb6iV4ARWOYf4bjNOw4nYq4XTfpTrsJZ/KxErcA9BR+NG1yVGDcf8nXXZQpuSns8rLaBj1uRpoCynUSW4CsjqPSx3uPzC1IBVfj8vFMFaqRvPO45b0O+CyZQLl3ymMBiyHfBBI5K1z0msB7yHW8z2o3nIIGDBP7JBM5Llz3GCXydK5gAS+ZF5IF+jntMIPDVoRh/7gU0dvF+Ga7oqL6mXSz8nIDT8A5+5jniX4B5+JbHthmOyW4KptkXeoIEftBQssfTv0ECpcHFpBaiHKdb7XgFdgHJ5DlB2YVlSMexnZ4F54sJlbLyfwA77XZtS8KC96q81Yxsfq9uRlvSpLSd4H27ug4Q4DnSCK+3Ndt7o2vwWBX471bC3wIMAO6swtHCbIXTAAAAAElFTkSuQmCC);
}
body.article main > article > header > nav.page > ul > li.share > a {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAzUExURQAAAEjDvEa/uEbAuUa/uUW/uEa/uEe/uEW+t0bAuUfAu0W/uEvGw03Cvka/uEW/uEW+twle5EkAAAAQdFJOUwAloFtM0nOF7Ug39g0a4sDzFERVAAAAzElEQVQ4y52TRxLDIAxFaQJT/e9/2lDiLBwpeKIFZkbfKk9CqQcWDrB2hDL9pl9ZA87hT2iVj1wIqX88rJTbwo8KECWBQ+AEvoHiD0EAmbbSsgINM8sTBRb6cwqC1VoVBPYA1c6G7im0IeNUIqCDzcj6Jkgda/+3u6vSwfhyb5NyHUOhJIAqk6me53+CK0USBatIrEBckaPN09mM5iLb5rUioUfhQX1mdW5Q74e1Hfd2YfYr9wVqu/YRVHh/bYv9KT8988YnPN7mnzz9F90tEXYfHxekAAAAAElFTkSuQmCC);
}
body.article main > article > header > nav.page > ul > li.tags > a {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACBVGfHAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAVUExURQAAAD/AvD6/uULBuT6/uUC/uj6+uOmoFaIAAAAGdFJOUwA8hULMNZISEdAAAABvSURBVCjPY2CgCmBSAoIAJAG2NCBIRBdIE0AWSFFBUcKWpsCghqyELQ2sLRFdAKEEqgWhBGIokhKItUhKGGECcCVi1FWSgK7EgAFVSTLcP4xoCqBKkpGCjRFNAVhJMkrYM6IpACpJRose1gByIxYA10s6dHvBStsAAAAASUVORK5CYII=);
}
body.article main > article a {
  color: #3ebeb8;
}
body.article main > article p {
  font-family: "Anglecia Pro", serif;
  font-size: 18px;
}
body.article main > article p.footnote {
  color: #333;
  font-size: 16px;
  line-height: 1.5;
}
body.article main > article p.footnote.text-footnote {
  padding-top: 16px;
  position: relative;
}
body.article main > article p.footnote.text-footnote:before {
  content: "";
  background: #aaa;
  position: absolute;
  left: 0;
  height: 2px;
  top: 0;
  width: 280px;
}
body.article main > article p.footnote.text-footnote + p.footnote.text-footnote {
  padding-top: 0;
}
body.article main > article p.footnote.text-footnote + p.footnote.text-footnote:before {
  display: none;
}
body.article main > article span.equation {
  margin: 12px 0;
  display: block;
}
body.article main > article span.equation > span {
  display: inline-block;
  vertical-align: middle;
}
body.article main > article span.equation > span.math {
  width: 100%;
}
body.article main > article span.equation > span.math > span.MathJax_Preview {
  display: none;
}
body.article main > article span.equation.labeled-equation > span.label {
  text-align: right;
  width: 12%;
}
body.article main > article span.equation.labeled-equation > span.math {
  width: 86%;
}
body.article main > article table > tbody > tr > td p,
body.article main > article table > tbody > tr > th p {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
body.article main > article div.table p.footnote {
  margin-bottom: 10px;
}
body.article main > aside nav.tags ul {
  list-style-type: none;
}
body.article main > aside nav.tags ul > li {
  color: #29337a;
  font-size: 14px;
}
body.article main > aside nav.tags ul > li > a {
  color: #29337a;
}
body.article main > aside nav.tags > ul > li {
  background-color: #f5f5f5;
  border-left: 8px solid;
  margin: 0 0 8px;
  padding: 10px 12px;
}
body.article main > aside nav.tags > ul > li > ul > li {
  margin: 0 0 8px;
}
body.article main > aside nav.tags > ul > li > ul > li:last-child {
  margin: 0;
}
body.article main > aside nav.tags > ul > li.categories {
  color: #8949aa;
}
body.article main > aside nav.tags > ul > li.keywords {
  color: #562a7c;
}
body.article main > aside nav.tags > ul > li.paper-type {
  color: #2f549c;
}
body.article main > aside nav.tags > ul > li.sections {
  color: #34acd2;
}
body.article main > aside.panel h3 {
  color: #222;
  margin: 0 0 10px;
}
body.article main > aside.panel p {
  color: #333;
  font-size: 14px;
  line-height: 24px;
  margin: 10px 0 20px;
}
body.article main > aside.panel ul.footnotes {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
}
body.article main > aside.panel ul.footnotes > li > p {
  color: #333;
  font-size: 12px;
  margin: 0 0 8px 20px;
}
body.article main > aside.panel ul.footnotes > li > span.label {
  color: #333;
  float: left;
  font-size: 14px;
  font-weight: bold;
}
body.article main > aside.panel > div.ui-tabable {
  padding: 80px 10px 0;
}
body.article main > aside.panel > div.ui-tabable > section > div.ui-scrollable {
  padding: 0 10px;
}
body.article main > aside.panel > div.ui-tabable > section > div.ui-scrollable span.data-accessibility h3 {
  text-transform: capitalize;
}
body.article main > aside.panel > div.ui-tabable > section > div.ui-scrollable .addthis_toolbox {
  margin-top: 5px;
}
body.article main > aside.panel.altmetric-panel > div {
  height: 100%;
  overflow-y: auto;
  padding: 65px 10px 0;
  -webkit-overflow-scrolling: touch;
}
body.article main > aside.panel.altmetric-panel > div > iframe {
  height: 99%;
  width: 100%;
}
body.article main > aside.panel.crossmark-panel > iframe {
  display: block;
  height: 550px;
  margin: 50px auto;
  width: 550px;
}
body.article main > aside.panel.figures-panel ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body.article main > aside.panel.figures-panel ul > li {
  border-bottom: 1px solid #ccc;
  padding: 40px 0 30px;
}
body.article main > aside.panel.figures-panel ul > li > figure {
  margin: 0;
}
body.article main > aside.panel.figures-panel ul > li > figure > figcaption {
  padding-bottom: 0;
}
body.article main > aside.panel.figures-panel ul > li:first-child {
  padding-top: 20px;
}
body.article main > aside.panel.figures-panel ul > li:last-child {
  border-bottom: none;
}
body.article main > aside.panel.info-panel p.editor {
  font-weight: bold;
}
body.article main > aside.panel.info-panel ul.contributions {
  margin: 0 0 20px;
}
body.article main > aside.panel.info-panel ul.contributions > li {
  color: #333;
}
body.article main > aside.panel.share-panel section:first-of-type ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body.article main > aside.panel.share-panel section:first-of-type ul > li {
  margin: 0;
}
body.article main > aside.panel.share-panel section:first-of-type ul > li > a {
  background: transparent no-repeat left 10px;
  color: #333;
  display: block;
  height: 50px;
  line-height: 30px;
  padding: 10px 0 10px 40px;
  width: 150px;
}
body.article main > aside.panel.share-panel section:first-of-type ul > li.citeulike > a {
  background-image: url('../images/icons/smaller/citeulike.png');
}
body.article main > aside.panel.share-panel section:first-of-type ul > li.facebook > a {
  background-image: url('../images/icons/smaller/facebook.png');
}
body.article main > aside.panel.share-panel section:first-of-type ul > li.google > a {
  background-image: url('../images/icons/smaller/google.png');
}
body.article main > aside.panel.share-panel section:first-of-type ul > li.linkedin > a {
  background-image: url('../images/icons/smaller/linkedin.png');
}
body.article main > aside.panel.share-panel section:first-of-type ul > li.reddit > a {
  background-image: url('../images/icons/smaller/reddit.png');
}
body.article main > aside.panel.share-panel section:first-of-type ul > li.twitter > a {
  background-image: url('../images/icons/smaller/twitter.png');
}
body.article main > aside.panel.share-panel section:first-of-type ul > li.weibo > a {
  background-image: url('../images/icons/smaller/weibo.png');
}
body.article main > aside.panel.share-panel section:last-of-type div.coming-soon {
  position: relative;
}
body.article main > aside.panel.share-panel section:last-of-type div.coming-soon > div.screen {
  background: rgba(255, 255, 255, 0.8);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
body.article main > aside.panel.share-panel section:last-of-type div.coming-soon > div.screen > div {
  background-color: #f8f8f8;
  border: 1px solid #c8c8c8;
  border-radius: 10px;
  color: #555;
  margin: 80px 50px;
  padding: 60px 50px;
  text-align: center;
}
body.article main > aside.panel.share-panel section:last-of-type form {
  font-size: 13px;
}
body.article main > aside.panel.share-panel section:last-of-type form > fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
body.article main > aside.panel.share-panel section:last-of-type form > fieldset > input,
body.article main > aside.panel.share-panel section:last-of-type form > fieldset > textarea {
  border: 1px solid #c0c0c0;
  border-radius: 3px;
  display: block;
  margin: 0 0 12px;
  padding: 4px 6px;
  width: 100%;
}
body.article main > aside.panel.share-panel section:last-of-type form > fieldset > input[type="checkbox"] {
  float: left;
  margin: 4px 8px 0 4px;
}
body.article main > aside.panel.share-panel section:last-of-type form > fieldset > input[type="reset"],
body.article main > aside.panel.share-panel section:last-of-type form > fieldset > input[type="submit"] {
  border: none;
  color: #fff;
  float: left;
  padding: 12px;
}
body.article main > aside.panel.share-panel section:last-of-type form > fieldset > input[type="reset"] {
  background-color: #353535;
  margin: 20px 0 0 10px;
  width: 80px;
}
body.article main > aside.panel.share-panel section:last-of-type form > fieldset > input[type="submit"] {
  background-color: #3ebeb8;
  margin: 20px 0 0;
  width: 130px;
}
body.article main > aside.panel.share-panel section:last-of-type form > fieldset > label {
  color: #333;
  display: block;
  margin: 0 0 6px;
}
body.article main > aside.panel.share-panel section:last-of-type form > fieldset > legend {
  display: none;
}
body.article main > aside.panel.share-panel section:last-of-type form > input.email-data {
  display: none;
}
body.article main > aside.panel.tags-panel nav.tags {
  padding: 20px 0 60px;
}
body.article main > aside.panel.tags-panel nav.tags ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body.article > nav.guidance.furtherance {
  display: none;
}
body.article > nav.toolbar.page {
  background-color: #333;
  top: -85px;
}
body.article > nav.toolbar.page > a.logo {
  display: none;
}
body.article > nav.toolbar.page > div.ui-progress-bar {
  background-color: #365c5a;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
}
body.article > nav.toolbar.page > ul {
  padding: 13px 12px 12px 0;
  position: absolute;
  right: 0;
  top: 0;
}
body.article > nav.toolbar.page > ul > li {
  display: inline-block;
  margin: 0 8px 0 0;
}
body.article > nav.toolbar.page > ul > li > a {
  background: transparent no-repeat 5px 5px;
  display: block;
  height: 40px;
  text-indent: -9999px;
  width: 40px;
}
body.article > nav.toolbar.page > ul > li > a.ui-disabled {
  cursor: default;
}
body.article > nav.toolbar.page > ul > li.altmetric > a {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAeCAMAAADn2eWTAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAA8UExURQAAAM7Ozs7Ozs/Pz83NzdHR0c3NzdDQ0M3Nzc3Nzc3Nzc7Ozs3Nzc3NzdjY2M3Nzc3Nzc3Nzc3NzczMzFgsRAcAAAATdFJOUwBENy2ME9ohb8pgU6y9B37zm+hsSZQ3AAABVUlEQVQoz3VT2WLDMAjzDb4P/f+/jhzd6nTloUkjI4TASm3hvfoSniOAyvQPpNIBacrM+YE3ZyawTA44Y6X3xJAdEKniN8JvfotVA4OWfHXaE5FxY7xgByOMWjT1lk7u5aiHS76XgpLEi4///sLRLZ9oh+sA9faqZPk4UC/qCC6IW3tWdKCc70COcFuHrlrRL22Rl0fFbkDDsAWjKRa0z/KwzkmDAVlNs1AzP1B7uIqpikgCGfWRLAZEVaLo6x9DIdGcwm3Uc2omC6ONSiNKkflAubCkTBEPl4G2oyFIPZPlmJQ1Y6+sMcR6asf8ZLR23xeHpW++a65vqPUBNd3Wp2snxn3A9yqsPHE55ONrnyI3kk7OFrFuoQZFU+KerBWLkORnJug/iZJXZh0HQZL+Fo23raT52sVqZU9gp946JC4xlm4PBYHs54Xxmadwh/TlIun0uCU/SgwWqguWyccAAAAASUVORK5CYII=);
}
body.article > nav.toolbar.page > ul > li.altmetric > a.ui-disabled {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAeCAMAAADn2eWTAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAA8UExURQAAAHl5eXl5eXl5eXl5eXh4eHt7e3x8fIODg35+fnp6enp6enl5eXp6eqWlpXl5eXl5eXp6enl5eXh4eN8G3XMAAAATdFJOUwCE7pLFcz8iFDDUW7NmB9+jTvizDTEwAAABXUlEQVQoz3VT23bEIAjUiCLezfz/vxaT3XZNWx5youPgMKAxW8Ro/onmCQB5/g1FU0+gBM7e5wferDjgCDPhil4/iWlazcmE70jf/JYoKJMP3XUhMnOwx/mGHaQDQZm25X5ltuzTLT/iEAX84dc63jis+Au1cHor2/a+SfwSV+7UBF+QtvJkannj+gcywW4VuiKqIhvDEagFuwFNpRQczXhFrSsP6xxO7pjGyQGa9YGymhPgTPFDBcvTd7sMIDNo4qFpqVZyqV0PBa3u2bWQi26SCSB1yj3QOqqiw7QTTnO3He1J+yJTj+m14fB74st6VkpTV0j2eXHo4ZUvrr7aD1RiB1XQtcj3TJzuPhB9UZ66cDsUKbx6Sr6xVhJ0xcvll4Zxz6Ks2UPWj6sIPxKVN0ZZApDzmrHzw3ke71kkUYdPGXNvii+UipU10Ynl94OJuQ7N3fPfDynOWufmyhfC9xYoiHkN5AAAAABJRU5ErkJggg==);
}
body.article > nav.toolbar.page > ul > li.crossmark > a {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeBAMAAADJHrORAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAwUExURQAAAM3Nzc3Nzc7Ozs7Ozs/Pz83NzdnZ2c3Nzc3Nzc3NzdHR0czMzM3Nzc3NzczMzGH1AlEAAAAPdFJOUwCHz0pgNecIcaWWIfXHuitge1QAAAEFSURBVBjTY2AAg2AP5w0McMC65v///9+kYVzu+f/BYDWU7///z0JBQaCgAZjL+P+bI1D2YNv/H2B+/39BsPKP8v8dgFzm/5+ZIPpZ/n8F8mv+O0D5DP3fQMp/McD4fEAN7P9/w/nc/xOA2gXgfIb5Xxm4/gcg+PYfGdj+MCD49X8Z+P8i8dm+MdT/ROLz/sfg839CVc/2H4kPNIwTzT7m/wtQ3MP+/zuSew8wMMj/BPGT74P90wB0038Dpv//CqqAfP9vBdDwEACFIsv/z6Dwkv/v9AUU6Of9QcoZgD68GQCi49Z/hIb35W/C0cEyX9Y7QKMHLT4YmMECUxERyG7S2AI2gwEA3Nfa1yf4hHYAAAAASUVORK5CYII=);
}
body.article > nav.toolbar.page > ul > li.figures > a {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAfBAMAAAACQmA0AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAwUExURQAAAM3Nzc3Nzc3Nzc3Nzc/Pz9DQ0M3Nzc3NzczMzNjY2M7Ozs3Nzc3Nzc3NzczMzC1ItSsAAAAPdFJOUwDvX36AMyCdbuYGRsiyjNinca8AAADjSURBVBjTY2CIcEGAVgaGtf+RwS0G/xlKCND5mWF+AgMCsP1k+MjA9vYZXEAeyN////8GZL68qb0AEp/tDwPPNzx8dPUI8xZA+DD7WEUhfBiI/x+AzGf9P/8rMj/++/L/AQg+6/8ChvqvEP5qsDQDA/v//yA+1/kGBjagNANDPZif8/8HQ/53kCZ2EJ9t/uT/bfIFcPcF/knQ//8d7l5WYKAx/T8A5+//DnS3/icY//9/ByDN9F8Bxv8BZkAVAPkQv0IVINwLUSAPD38mkEJg+NvD4uf8D3D8oMcfQ4QxArQyAADW/IipaJEzHwAAAABJRU5ErkJggg==);
}
body.article > nav.toolbar.page > ul > li.figures > a.ui-disabled {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAfBAMAAAACQmA0AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAhUExURQAAAHl5eXl5eX19fYCAgHl5eXh4eHl5eXh4eHh4eHh4eIB4DfUAAAAKdFJOUwCAXzMgxp1u9kaxuyMCAAAAzUlEQVQY032RvQ+CMBDFX/hK3DTqwmQcmdhMmFhcnJyZnJlMdHB1MmFyZlIRMO+vtLTQNpj4mob+eo9eewdsZkYnwKetPcLb2ujyRJHCyPuA8JYLvUExSvJuM+fhw2Kvhv/+w2P/z3lDPrdSPChhbLPLorI5aQLGhl0ekFeKJzIMBFScHeGJMJBL3rLFrul+CmT+4sqzDKv8SZ1GbPT9XFE0R8yByy4UvTRzKr4OVwO3ctEbBKu39gZzX2Wgrr/TGUX9dX+yVvZn3L9Rf79ZxmY9iHJL1AAAAABJRU5ErkJggg==);
}
body.article > nav.toolbar.page > ul > li.info > a {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAdBAMAAABPisE/AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAqUExURQAAAM3Nzc7OztPT083Nzc/Pz83Nzc7Ozs7Ozs3NzdDQ0MzMzM3NzczMzN7DhCIAAAANdFJOUwCnUg/0NJAqRWUk2HgHDQ3nAAAAx0lEQVQY02NgAAHWOWknAxjgoMz37t27V9Jh3IV3L84I7ZS9KwXhMt3dBKa17yqA6dybUHVzr4FIniswk1h9DwBJ3Vtwc9deYmBg9gVJMwuCFVwxYGC7BjETrCk3gcH2MgNY3gBEATm6Agh3MTBeYpAFW8p1BizPdJFhL5jBcbcArO02gy8DEp/hChAi830x5NH1Q8yH8oHmQ+yH8oH2Q9wH5QM5EPdD+UD3Q/wH4YP8B/E/hA/yP0b4oIcfRviihz9G/CDHHwAALFLipDkrpAAAAABJRU5ErkJggg==);
}
body.article > nav.toolbar.page > ul > li.share > a {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAAAeCAMAAADjLDWuAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAzUExURQAAAM3NzdHR0c3Nzc3Nzc3Nzc3Nzc3Nzc3NzczMzM7Ozs3Nzc7Ozs3Nzc/Pz87OzszMzFOIxQcAAAAQdFJOUwDJDZhbYG2B8Oss4UuvGzzex8+GAAAA3klEQVQoz52T2xKDIAxEAyh3ZP//a5vQai2FMtN9weFESDaBiGzCWMkRywB+LKAQRfiDxjoSKllYmkmYw9Zv74qv1vIBN+CckPJIesIzFCMHM+EGURakCS+QqylhzA/VCopQn1y3U7UT41y24NJvPCreNnpnz0xtfm/3+g620kkIihxTbW45XLy0cINUP406uQ8tNenHX/w83074ld8zIPf5veorPDNZ2t7X1/zhX6pqvfv25929gLG/l9Tv/iz7u5qP1Xx187ma74o0ex/RS6psWhhKZkXCXJi9T775Af+ME0a+olZwAAAAAElFTkSuQmCC);
}
body.article > nav.toolbar.page > ul > li.tags > a {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeBAMAAADJHrORAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAbUExURQAAAM3Nzc3Nzc3Nzc7OzszMzM7OzszMzMzMzKsUkjgAAAAIdFJOUwA+hjoZzG3abzKCXQAAAG5JREFUGNNjYCAE2JSAwADB5+gAgkY0focAEr9VFVkBR4cCgwaSAo4OBwYPJAVQPlwBVD1cAcQ8hAKIfQgFzDA+TIEF9RQ0oCmAudECRT9cASIQLNACiRFVmoFBAkUarEAAJdglGlGjgdmAgRwAAODPTZqQvlzsAAAAAElFTkSuQmCC);
}
body.article > nav.toolbar.page > ul > li:last-child {
  margin-right: 0;
}
body.article.ui-show > nav.toolbar.page > ul > li > a.ui-current {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAA/UExURQAAAMrKyhsbG7W1tcrKyhoaGhwcHAAAAKmpqaqqqiEhIbS0tB0dHaurqxoaGrGxscrKyru7u8vLywAAAMnJyfopyMsAAAAVdFJOUwDsHKj+GBMBnYwMkR92J4DyuZAC6B33CS4AAAC/SURBVCjPzZNBFoMgDEQFEkgggErvf9ZitTZW3Ztd+C9hZh4Mw8Nrqj7oPmCaVZsMo+JN2FSFLY8sO2+FRka9TAh+B4dmX8d+W0WGbTiKa32/+3DrxorhpN47WLidIMUrd52TFLqhwxDZEJka79JBAvgKvKjuCMje0cURmbtxmaAiMji8gEFWR9Fd8SXn1ZFPI0k70VfeHPnurxx4KA7yLqnfT6JjLWTy70EE7POisNN04dkkhef8l6TP9ekf4A3n2AaQWc1H5AAAAABJRU5ErkJggg==);
}
body.article.ui-show[data-ui-show='altmetric'] [data-ui-toggled-by='altmetric'],
body.article.ui-show[data-ui-show='figures'] [data-ui-toggled-by='figures'],
body.article.ui-show[data-ui-show='info'] [data-ui-toggled-by='info'],
body.article.ui-show[data-ui-show='share'] [data-ui-toggled-by='share'],
body.article.ui-show[data-ui-show='tags'] [data-ui-toggled-by='tags'] {
  display: block;
}
body.authors main a {
  color: #f37b28;
  font-size: 16px;
}
body.authors main > header > hr {
  border-color: #f37b28;
}
body.contact-us main a {
  color: #912d8d;
}
body.contact-us main div {
  text-align: center;
}
body.contact-us main > div {
  border-bottom: 1px solid #c0c0c0;
  padding: 20px;
}
body.contact-us main > div > p > span.name {
  font-weight: 600;
}
body.contact-us main > div > p > span.role {
  font-style: italic;
}
body.contact-us main > header > div > a > img {
  height: 290px;
  width: 290px;
}
body.contact-us main > header > hr {
  border-color: #912d8d;
}
body.contact-us main #connect-with-us {
  border-bottom: none;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
}
body.contact-us main #connect-with-us > ul {
  margin: 20px 0 0;
  padding: 0;
}
body.contact-us main #connect-with-us #mc_embed_signup > form > fieldset div {
  text-align: left;
}
body.contact-us main #connect-with-us #mc_embed_signup > form > fieldset > legend {
  font-size: 16px;
}
body.contact-us main #connect-with-us #mc_embed_signup > form > fieldset > legend > span.call {
  font-size: 18px;
}
body.contact-us main #customer-enquiries > h2 {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
body.faq main a {
  color: #ec297b;
}
body.faq main > div {
  border-color: #e8e8e8;
  padding: 15px 20px;
  text-align: left;
}
body.faq main > div > h2 {
  background: url('../images/backgrounds/expand-grey.png') no-repeat right 6px;
  cursor: pointer;
  padding: 0 35px 0 0;
}
body.faq main > div > p {
  display: none;
}
body.faq main > div.ui-expanded {
  background-color: #f8f8f8;
}
body.faq main > div.ui-expanded > h2 {
  background-image: url('../images/backgrounds/collapse-grey.png');
}
body.faq main > div.ui-expanded > p {
  display: block;
  margin: 20px 0;
  max-width: none;
  text-align: left;
}
body.faq main > header > hr {
  border-color: #ec297b;
}
body.faq main > header > p {
  max-width: 400px;
}
body.http-404 main > div {
  padding: 0 15px 60px;
  text-align: center;
}
body.http-404 main > div > h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 40px;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 20px;
}
body.http-404 main > div > p {
  line-height: 1.75;
  margin: 0 auto;
  width: 250px;
}
body.http-404 main > header {
  padding-bottom: 0;
}
body.http-404 main > header > h1 {
  font-size: 96px;
  line-height: 1;
  margin: 48px 0 0;
}
body.http-404 > div.wrapper {
  background: #fff url('../images/backgrounds/error.png') repeat top center;
}
body.index main > div {
  padding: 50px 0;
  margin: 0;
  width: 100%;
}
body.index main > div > a.button {
  border: 1px solid #000;
  border-radius: 3px;
  display: block;
  font-size: 18px;
  font-weight: 600;
  padding: 15px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  margin: 40px auto 0;
  width: 190px;
}
body.index main > div > header > h2 {
  color: #333;
  margin: 0 25px 25px;
  font-weight: 400;
  text-align: center;
}
body.index main > div > header > hr {
  border: 1px solid #3ebeb8;
  margin: 0 auto 20px;
  width: 50px;
}
body.index main > header {
  padding: 0;
}
body.index main > header > div.appeal {
  min-width: 320px;
  position: absolute;
  top: 370px;
}
body.index main > header > div.appeal > div {
  float: left;
  height: 130px;
}
body.index main > header > div.appeal > div.content {
  background: rgba(0, 0, 0, 0.5);
  border: 4px solid #fff;
  font-weight: 600;
  text-align: center;
  width: 250px;
}
body.index main > header > div.appeal > div.content > a {
  color: #fff;
  display: block;
  font-size: 16px;
}
body.index main > header > div.appeal > div.content > a:first-child {
  margin: 18px 0;
  text-transform: uppercase;
}
body.index main > header > div.appeal > div.content > a:first-child:after {
  background: #fff;
  content: '';
  display: block;
  height: 1px;
  margin: 20px auto 16px;
  width: 60px;
}
body.index main > header > div.appeal > div.margin {
  border-bottom: 50px solid #fff;
}
body.index main > header > div.carousel div.carousel-slide > div {
  position: absolute;
  top: 280px;
  width: 100vw;
}
body.index main > header > div.carousel div.carousel-slide > div > a {
  border: 1px solid #fff;
  border-radius: 3px;
  box-shadow: 0 0 2px #000;
  color: #fff;
  display: block;
  font-weight: 600;
  padding: 12px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 0 5px #000;
  margin: 0 auto;
  width: 180px;
}
body.index main > header > div.carousel div.carousel-slide > p {
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  text-shadow: 0 0 5px #000;
}
body.index main > header > div.carousel div.carousel-slide > p.intro {
  font-family: "Anglecia Pro Display", serif;
  font-size: 38px;
  margin: 90px 0 0;
}
body.index main > header > div.carousel div.carousel-slide > p.lead {
  margin: 10px auto 0;
  width: 260px;
}
body.index main > header > div.carousel div.carousel-slide.carousel-slide-join-us {
  background-image: url('../images/bundles/index/carousel/join-us/burst-xs.jpg');
}
body.index main > header > div.carousel div.carousel-slide.carousel-slide-rsc-partnership {
  background-image: url('../images/bundles/index/carousel/rsc-partnership/burst-lg.jpg');
  background-size: cover;
}
body.index main > header > div.carousel div.carousel-slide.carousel-slide-who-we-are {
  background-image: url('../images/bundles/index/carousel/who-we-are/burst-xs.jpg');
}
body.index main > header > div.carousel > button {
  background: transparent no-repeat 20px 20px;
  border: none;
  color: #fff;
  height: 64px;
  outline: none;
  position: absolute;
  text-indent: -9999px;
  top: 270px;
  width: 54px;
  z-index: 9999;
}
body.index main > header > div.carousel > button.slick-next {
  background-image: url('../images/right-arrow-white.png');
  right: 0;
}
body.index main > header > div.carousel > button.slick-prev {
  background-image: url('../images/left-arrow-white.png');
  left: 0;
}
body.index main > header > p.wordmark {
  display: none;
}
body.index main #articles > a {
  border-color: #35beb9;
  color: #35beb9;
}
body.index main #blog > a {
  border-color: #912d8d;
  color: #912d8d;
  margin: 30px auto;
}
body.index main #blog > header > hr {
  border-color: #912d8d;
}
body.index main #blog > ul > li {
  padding: 0 30px;
  text-align: center;
}
body.index main #blog > ul > li > div.key {
  margin: 30px auto;
  width: 100px;
}
body.index main #blog > ul > li > div.key > div {
  border-radius: 50px;
  height: 100px;
  overflow: hidden;
  width: 100px;
}
body.index main #blog > ul > li > div.key > div img {
  display: block;
  height: 100%;
  width: 100%;
}
body.index main #blog > ul > li > div.metadata a {
  color: #912d8d;
  font-size: 16px;
}
body.index main #blog > ul > li > div.metadata > div.online-date {
  color: #333;
  font-size: 12px;
  margin: 12px 0 16px;
}
body.index main #blog > ul > li > div.metadata > div.title > a {
  color: #333;
  display: block;
  font-family: 'Anglecia Pro Display', serif;
  font-size: 20px;
  line-height: 26px;
}
body.index main #news {
  background: #333 url('../images/bundles/index/news/break-xs.jpg');
}
body.index main #news > a {
  border-color: #fff;
  color: #fff;
  display: none;
}
body.index main #news > header > h2 {
  color: #fff;
}
body.index main #news > header > hr {
  border-color: #fff;
}
body.index main #news > ul > li {
  border-bottom: 1px solid #aaa;
  color: #fff;
  margin: 0 15px;
  padding: 25px 0;
}
body.index main #news > ul > li > div.headline {
  font-family: "Anglecia Pro Display", serif;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 16px;
}
body.index main #news > ul > li > div.headline em {
  margin-right: 4px;
}
body.index main #news > ul > li > div.summary {
  font-size: 14px;
  line-height: 20px;
}
body.index main #news > ul > li > div.summary > a {
  color: #fff;
  font-weight: bold;
}
body.index main #news > ul > li > time {
  display: none;
}
body.index main #news > ul > li:last-child {
  border-bottom: none;
}
body.index main #partners > header > hr {
  border-color: #fac905;
}
body.index main #partners > ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
body.index main #partners > ul > li {
  margin: 30px 15px;
}
body.index main #partners > ul > li > a {
  background: transparent no-repeat center top;
  background-size: contain;
  display: block;
  height: 50px;
  text-indent: -9999px;
}
body.index main #partners > ul > li.rsc > a {
  background-image: url(../images/branding/partners/rsc.png);
}
body.index main #partners > ul > li.altmetric > a {
  background-image: url('../images/branding/partners/altmetric.png');
}
body.index main #partners > ul > li.clockss > a {
  background-image: url('../images/branding/partners/clockss.png');
}
body.index main #partners > ul > li.cope > a {
  background-image: url('../images/branding/partners/cope.png');
}
body.index main #partners > ul > li.crosscheck > a {
  background-image: url('../images/branding/partners/crosscheck.png');
}
body.index main #partners > ul > li.crossref > a {
  background-image: url('https://assets.crossref.org/logo/crossref-logo-100.svg');
}
body.index main #partners > ul > li.portico > a {
  background-image: url('../images/branding/partners/portico.png');
}
body.index main #partners > ul > li.readcube > a {
  background-image: url('../images/branding/partners/readcube.png');
}
body.index main #partners > ul > li.research4life > a {
  background-image: url('../images/branding/partners/research4life.png');
}
body.index main #why {
  background: #ebebeb url('../images/bundles/index/why/break-xs.jpg');
  padding-top: 0;
}
body.index main #why > a {
  color: #cb2027;
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 200px;
}
body.index main #why > a.appeal {
  background-color: #b0132d;
  border-radius: 5px;
  color: #fff;
  margin-top: 40px;
  padding: 25px 20px;
  width: 280px;
}
body.index main #why > a.appeal > span {
  display: block;
}
body.index main #why > a.appeal > span:first-child {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
body.index main #why > a.appeal > span:first-child:after {
  background: #fff;
  content: '';
  display: block;
  height: 1px;
  margin: 20px auto 16px;
  width: 60px;
}
body.index main #why > header > hr {
  border-color: #cb2027;
}
body.index main #why > p {
  display: block;
  margin: 0 15px;
  text-align: center;
}
body.index main #why > p:first-of-type {
  margin-bottom: 35px;
  margin-top: 15px;
}
body.index main #why > p:last-of-type {
  margin-bottom: 15px;
  margin-top: 35px;
}
body.index main #why > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body.index main #why > ul > li {
  background-color: #fff;
  border: 1px solid #cb2027;
  border-radius: 5px;
  color: #cb2027;
  padding: 20px 25px;
  margin: 15px;
}
body.index main #why > ul > li > h3 {
  font-family: inherit;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 12px;
}
body.index main #why > ul > li > p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  height: 140px;
  position: relative;
}
body.index main #why > ul > li > p:after {
  content: "";
  background: #cb2027;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 60px;
}
body.index main #why > ul:after {
  clear: both;
  content: '';
  display: table;
}
body.index main #why:before {
  content: '';
  display: block;
  background: url('../images/backgrounds/chevron.png') no-repeat top center;
  background-size: 100% 60px;
  height: 60px;
  margin-bottom: 60px;
}
body.ita main > article > section table.accepted-formats > thead > tr > th:first-child {
  text-align: left;
}
body.ita main > article > section ul.sections-and-subjects {
  font-size: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
body.ita main > article > section ul.sections-and-subjects > li {
  background-color: #f5f5f5;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 10px;
  padding: 12px 15px;
}
body.ita main > article > section ul.sections-and-subjects > li > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body.ita main > article > section ul.sections-and-subjects > li > ul > li {
  font-size: 16px;
  font-weight: normal;
  margin: 10px 0 0;
}
body.our-brand main > article a {
  color: #b0132d;
}
body.our-brand main > article > header {
  margin: 0 0 30px;
}
body.our-brand main > article > header > a {
  background-color: #b0132d;
  border-radius: 3px;
  color: #fff;
  display: block;
  font-weight: 600;
  margin: 30px auto 20px;
  padding: 15px;
  text-align: center;
  text-transform: uppercase;
  width: 290px;
}
body.our-brand main > article > header > a + p {
  margin: 0 auto;
  text-align: center;
  width: 300px;
}
body.our-brand main > article > section {
  border-top: 2px solid #e8e8e8;
  margin: 0;
  padding: 30px 0;
}
body.our-brand main > article figure {
  margin: 0;
}
body.our-brand main > article figure > figcaption {
  margin-top: 20px;
}
body.our-brand main > article figure + figure,
body.our-brand main > article ul + figure {
  margin-top: 30px;
}
body.our-brand main > article ul {
  padding-left: 20px;
}
body.our-brand main > article ul > li {
  line-height: 1.6;
  margin-bottom: 10px;
}
body.our-partners main {
  text-align: center;
}
body.our-partners main p {
  font-size: 16px;
  line-height: 1.75;
}
body.our-partners main > div {
  margin-bottom: 40px;
  margin-top: 40px;
}
body.our-partners main > div > p > a {
  font-weight: bold;
}
body.our-partners main > header > p {
  max-width: 560px;
}
body.subjects main > div > h2 > a {
  color: #000;
}
body.subjects main > div > ul {
  list-style: none;
  margin: 1em 0 0;
  padding: 0;
}
body.subjects main > div > ul > li {
  color: #333;
  font-size: 16px;
  margin: 0 0 8px;
}
body.subjects main > div > ul > li > a {
  color: #2f549c;
}
body.subjects main > div > ul > li > em {
  color: #555;
  display: block;
  font-size: 14px;
  padding: 2px 0 1px;
}
body.subjects main > header > hr {
  border-color: #2f549c;
}
body.ui-show {
  overflow: hidden;
}
body.ui-show main > aside.panel {
  height: 100vh;
  min-width: 320px;
  padding: 0;
  position: fixed;
  width: 100%;
}
body.ui-show main > aside.panel > div.ui-scrollable {
  padding: 65px 15px 0;
}
body.ui-show.overlay-ui-show main > aside.panel {
  background: rgba(255, 255, 255, 0.95);
  z-index: 9999;
}
body.ui-show.overlay-ui-show main > aside.panel.altmetric-panel > div {
  padding-left: 0;
  padding-right: 0;
}
body.ui-show.panel-ui-show main > aside.panel {
  background-color: #fff;
  padding-left: 70px;
}
body.ui-show.ui-panels-open > div.wrapper {
  background-color: #333;
}
body.ui-show.ui-panels-open main div.ui-screen {
  height: 100%;
  opacity: 1.0;
}
body.ui-show.ui-panels-open main > article > header > nav.page {
  position: relative;
  z-index: 99999;
}
body.ui-show.ui-panels-open main > article > header > nav.page > ul > li.altmetric > a {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAhCAMAAACLDYleAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAA2UExURQAAAJqampubm5qampqamqSkpJqamp+fn5ubm5qampqampubm52dnZqampqampqampmZmZmZmTD76vMAAAARdFJOUwCMO+hsCrsUSNR9LSCfWKr0QxJk8wAAAZVJREFUOMt9VEmCgzAMI6udHf//syMHStk6ObRpUWRZcliW8wpsRmzZLr9WMCKytl5KeH1uyQLgPPWRVhfNgymM3oEYlOWzEl8QlIxy5OrmU5fmtzlDohD+NEUfDA5UCpGPMr6ILN6DWWGjljaZVlNsykcZEa1gm0yRxGNT08iUgyShRKqDPocqqqim8ukrSUM7ni4tbr3V/SeE4ne52tB6TeCZJoaKbrO4m1MVJkGT130HxPhtf6ERR+BRmhFEIssjFngZcVo9XgGREJ+pgQJ2qcXCaJBf8levSfSsGHT8QrIQjvaWsHMzH35CDCOPHqdy3bsniUCkqxolyjCce4jxot6RmhFQpmZpd8gqFmLCjEDHzbK7qUFxtOoOH+FvuEEw6iUdndJM3tiTwV67JDli8WT2GdrT5thgvw4RHcPNJe5jb+riV5nNeHMacCvRUs/NeA49qXqMsqPVhYv8tWXv80bGrB/mmLktsiTfO1a83imb6s2pvquJveoF8DW/XOxQmAuxupR+vhtqTvPdwMt/K9QH/x8Rfhlib4oVJgAAAABJRU5ErkJggg==);
}
body.ui-show.ui-panels-open main > article > header > nav.page > ul > li.altmetric > a.ui-current {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAhCAMAAACLDYleAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAABCUExURQAAAP///////////////////////////////////////////////////////////////////////////////////whf0oYAAAAVdFJOUwCM0hnrBy0RSDsivqVYdGiBsd2b+DY29mwAAAGlSURBVDjLfVTZgoQgDJO73Aj0/391W3Xc8djlYQZtaZM0uCzfy4BIcTS//LVcQ8Q5srXuNe6Vn4i6upyk1lE8KpmUM5VIW6F9Sbi26MLT2xL0FtWy85/4TonTUVBYDiRwjtC4GnH9zWhYCmLntFXZtFcS1vd2tkFUFPUDB4N0sO5okhL2LCKphQzp5BrKlqXth5fERHSqulDcuYXjkYASFHtVYeQgCZ/ZHgJia6hvSgVcHXUrvM+UIirWu5oDu6I6XGYlQhG27XUi9FohssbTECwTn1OjErWwxAYhUu7L/EmI6SafRUGM45s3CG0eknZ6kxaeKQJoHpkPJ+S9fmQoJB46JCZNJUjJB5iCgSzhWAxDbULBdDeZRk88zDYWtpsHfUNDzYmqPnUkfc0thXrbfjJ1cbOh/xK4OsaB51iqEoeHjmlDHCQ/m+hjECXBHkbrQi1V4+QBVoHta2Krd7kNUcBkyejJP9rN7i7wZ2q1tr0YAP+I03P7yCT+3jFb+U75Hm5S5QPNmkPabl15udjGAlgHrJL0i3n/NITC/WaC5b9l1OP4D6t6HwnvuTI7AAAAAElFTkSuQmCC);
}
body.ui-show.ui-panels-open main > article > header > nav.page > ul > li.altmetric > a.ui-disabled {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAhCAMAAACLDYleAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAA/UExURQAAAFJSUlJSUmJiYlFRUVpaWlJSUlNTU1ZWVlFRUVJSUlRUVFJSUlFRUVJSUlFRUVFRUVJSUlFRUVFRUVFRUSEeirQAAAAUdFJOUwAutAijEEo+F2zUInvth+KSWsP4tFVpbQAAAZ5JREFUOMt9VFmigzAINCvZN7n/WR9Ea936+LBJg8MwTFyWcyhbtNQJll9hCiKuugthXs/BwYqYves65DrKA0np3glCm4SfCNckFxrQvynWeZrD/C3nlLGajNgEH2hrDLFxfqD8ZhT0npANvSud0BtSExDS0QkiVwBNOFwV5MZGu7nnSBioRIj66DX6mZXFJyWgpna8u7ToZm9x3xL39N0dKsSBWNXcROq2YL0pFVEaquZ53Sml+W19Do3VBUSGkdSQtHN5nQjicIiWlqsiWmo8p0YQJFdjskC07Mv8SYjVrawwNur4BWRxxLa3QKuMLm8lb1EskexjMud1fYIg9VGj5qYJgpR7kPFzcIbFUFQmJtT3lDz7UHMsbDeAemNDxa3EfOhIU1K3SmR1UQ9TmTn5BieBPdvL4DEW78ruod0eMNjKg7Rzh7mt2I0Wmlt8JlVZ/XIyOKAE01Nr3qoemD2pkM1azYX+qov3aQOzlh/l6jIR8HvHhOc7BTXelLI7G2kji+BjernYSgAIY/V2WdX7pyGmMb8NdvkvlHu8/geHmR1435+PUgAAAABJRU5ErkJggg==);
}
body.ui-show.ui-panels-open main > article > header > nav.page > ul > li.crossmark > a {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAhBAMAAABO/WRfAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAnUExURQAAAJqampqampqamp6enpubm66urpqamp+fn5ubm5qampqampmZmXpQv9kAAAAMdFJOUwDny3wgNgaWGFDysMl3yfUAAAEXSURBVCjPdZIxT8MwEIUvpA2NxIBgzQCqkILUoSRrBoTUPQNiQB0yMbMidag6IgY2lvwABn4CAxSh0Pb9KJ7t2A5qucXWp7t3vncWURG9nOLooRIXgxlUNHMLogImvmzWAhjmeZ4BqQH9N5yrsk2GdanJI1ZGZ1PgVauMUCZGZ4KlUgrxLS25nGJM8oRnR2L8kMyW4oiMGsqwyJMpKolx0iF7lNhXYo6EuCctO6TPigDzDhngUA6o5UmEjx0k4OlJj1WqnyfqLdvdY+Z5ErBiewo76aeblG6MSdY37yShdsM4lvK0jmlXVXJtXVXOJ3yT9JLaOM/tNGf6clW025FFc3t8fTe5WNWp3XLWbnlY/fsTdvyWP/ELQuDV3XqLa/kAAAAASUVORK5CYII=);
}
body.ui-show.ui-panels-open main > article > header > nav.page > ul > li.crossmark > a.ui-current {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAhCAMAAACLDYleAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAzUExURQAAAP///////////////////////////////////////////////////////////////7eV4oIAAAAQdFJOUwAYOEcGgJboIMrzLltx2LM2bpXkAAABG0lEQVQ4y5WU7bKFIAhFSUU0s3z/p70gWWmemS4/+nCW7E1CAHc46yOVQtFbB7NYfHmEX16AwzIEDpmWKKs7ZuTIuMtb7BKlVZa2S+rIsmVNjxxCbJ2XIwtz5XG8ZTVAnZVgeF9sfsSpgREBI55PGVGBNwIb31SKPUSYIcAGfHWiMjNEpMSN5e8BcwT4+1jVwV8IqlI8dWaIUZvUbE8QLpb4dlqaIlLKN4TO1xkSVChqYVPEqt0PRVtNNkVIFT4cwHiM9D7G2gy5IZTc0ZB8NUNtqaRIbWlUJN0tVRuTbVFLKxWUIJerMbW9LdXe04ng5669dUh8NPdCkAl4DkkdNW/WHU1wLhjkJNswajKwez+vEd3/x/7Tz+Nn/AGmQCKMhzC2tAAAAABJRU5ErkJggg==);
}
body.ui-show.ui-panels-open main > article > header > nav.page > ul > li.figures > a {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACBVGfHAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAkUExURQAAAJqampycnJqampmZmaCgoKSkpJqampmZmZqampqampmZmYBqDnsAAAALdFJOUwDuMZnWEgu793BOhMj9JwAAAOFJREFUKM99ka0SgkAURq8yi4MUDVooJA0ULBYyFoqBB6BbGJMzZMfAI1DsFhRGgfty7g+7s8iMX9o9e2a57Acwyha1nAGm+FyqOOjCrNX1IgW7BHOjAN3ZCzPAvQQTBozmUg3A6UryRAdeCpn71xjdob5i9UDNEfg96GNgNQRBh74ODHS9SgfBi/75ToB5yAUADwV41EcmsMfhwMI85AJVOCjauOaCHB3vJBICB+usA4jpLRLcGnpIolABXLFVXCcSCJlEBwneYlChMFAKIBS6U0XFn4QXpap06IJVOSr7N19R418eJ0SR7gAAAABJRU5ErkJggg==);
}
body.ui-show.ui-panels-open main > article > header > nav.page > ul > li.figures > a.ui-current {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAzUExURQAAAP///////////////////////////////////////////////////////////////7eV4oIAAAAQdFJOUwDDEwPXmffuDDGscIwzWkTY253YAAAA4ElEQVQ4y53TWxKDIAwFUB6CCLXe/a+2CYgSkWGm+ehQ7zEKglLz2jQGpbec02h9LQpYaKRR7wRNvwCPwx5eRM6wUuyonevJWoGDjx5uCAK8UcYjjMCOSIOI/e8O03foZ2GTFeC5DjYiWglEUU4N7RBYeuAX/EoD4PgjbSzegSsfkYUAx2LavOyDBtBDs/jUvIgLJMCzaPIsKqDrySxYRH7PIs9LKRIyr4DX5eD/3MP0wGv48z4WoQO0qa/bHuIEbVspTiD2CQkdHkCudCty1h2cW5SD0x89nFfqqswO76R+ZHAR/VHwA1gAAAAASUVORK5CYII=);
}
body.ui-show.ui-panels-open main > article > header > nav.page > ul > li.figures > a.ui-disabled {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACBVGfHAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAbUExURQAAAFNTU1JSUlFRUVVVVV1dXVJSUlJSUlFRURueyeQAAAAIdFJOUwAxmeISC8JjCrzaqAAAAMZJREFUKM99kbEOgjAQhk9ShJFFw8hi0gfAhNGkL8DoqBujIyMCwj227R1cWpv4T+3XL9drDyDKGb08AQ4YpIDj6uv9A/IB0pMAu8uHVOMlAAl2YwDus8LWB+UDuuKvEdWQW7INSB+62sCWBMcQ6BUrHyRYlKMP9Nu+XDPIahIASmTQTzcnuM8hkCHWJFiFQL+aiQRp/aUaFgh8OvuJxlbZweIOVVMLwNmtzNTugGXVXKUGN8qK1zordieDMktLg4pGGQ37N1/bc1lpmOeJIwAAAABJRU5ErkJggg==);
}
body.ui-show.ui-panels-open main > article > header > nav.page > ul > li.info > a {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACBVGfHAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAkUExURQAAAK6urpqamp+fn5qampqampubm5qampqampqampqampmZmQBbIHIAAAALdFJOUwAHzhbsuCiAlTxJEE8opQAAANlJREFUKM9jYAABqSbvLRoLGeDAYjcYNMP44rs3VSaKTdfeXQjhM2tvTQDRbNGbDMACKVsmQGQ4vd3ACryVYXqNtoCUCG0SgAkwaisCyWpnEJvDC0SabAfq2A02wXoT2JTdBgwcW8GqmbaDqegGBultEP0Qg7I3MqxWYEACTLsYugvALGmITvYdDNoTkAU4NzF4JyALsG1h2C2ALMC4G1MAQwuGoRjWQh0GFQA6DOp0qADQ6VDPQQWAnoN6HyIA8j40gCACoADCDEKMQMaIBsyIwohKzMhGSQ4AsGxRZZGUIOIAAAAASUVORK5CYII=);
}
body.ui-show.ui-panels-open main > article > header > nav.page > ul > li.info > a.ui-current {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACBVGfHAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAwUExURQAAAP///////////////////////////////////////////////////////////ztNBDAAAAAPdFJOUwAGFuzBKMyVPNqvSX6CC4sjzLUAAADhSURBVCjPY2AAAekS+8/uGxngQP0/GBTB+LL/f56Ie9oz//9FCJ8p/1cAiGZd/00BLBD8uQEiw2FvClZgnwTTq/YZpETsmwBMgDE/EUjeNwKx2WeDSOW/QB3/wSbo/wSb8l+Bgf0XWDXbHzC1voBB/itE/wMwGf+RYf8EBiTA+Zuh/gCYJQ/RyfOdwR/iKvkvELd9YbAPQBZg/czw/wGyAN9/TAEMLRiGwqz9ArMW6jCoANBhUKdDBYBOh3oOKgD0HNT7EAGQ96EBBBEABRBmEGIEMkY0YEYURlRiRjZKcgAAM8Ft+MgFpzUAAAAASUVORK5CYII=);
}
body.ui-show.ui-panels-open main > article > header > nav.page > ul > li.share > a {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAzUExURQAAAJqampqamp6enpqampubm5qampubm5qampmZmZ2dnZubm6WlpZycnJqampqampmZmRP4m6YAAAAQdFJOUwC/cBpNSNqF7PYmXQw2m7WLKSp1AAAA0ElEQVQ4y52TSRLEIAhFHSLyHbn/aVuTyiYtbapZaCo8Bb5gzAuLLEvjWE5/G59LE+nTX4X8+uZCUsfmJGuxs7iZgQQNOCSugGy5hx9ARI+EQwUSxs/SSQUOpBnmXBXgLA1eAQ6C9SaRfYbw0bZgUgdHBoHSA6jMndCBNo675sqzTDvlbrBVEapgauqRzb/AHaKqwJUkeF6U4iLJq8w86gt1WebdIo6hCHWb7xup94+1fe5tw+xb7kuobdsHsWXt99fgGKuPXrvk04aX3JvR/wBSWhAS59CzegAAAABJRU5ErkJggg==);
}
body.ui-show.ui-panels-open main > article > header > nav.page > ul > li.share > a.ui-current {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAA/UExURQAAAP///////////////////////////////////////////////////////////////////////////////0O7+moAAAAUdFJOUwDdGiZM6+6E9khotb+NDDZYdtGekUTnCQAAANtJREFUOMudk8sWgyAMRHmIDPISzP9/a0GPXdhQejoLXORKkiER4gdZQ6xMTGf8IFpZEfkezyQVf3OqlNtno32Ue6fSKyA3AhayHLAF490XwMLHimUIaMRWnpdDYId+nyyw4GwNagAsFUEJLcMzhYrhcEJ7mGggIfUDyMb4Cg/E9nuJW3q2GbrdB0IeGJWw9TTn+R9wp8hD4CoSpl+hLVPk1eYuUV1m27xHpKwYGHVL+YnV88eaPvd0YOYj92FUmY29o5r4uJLn4ojQtpBTW73jsi+u/PLK8svqvwC2pBLBu1NEZwAAAABJRU5ErkJggg==);
}
body.ui-show.ui-panels-open main > article > header > nav.page > ul > li.tags > a {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACBVGfHAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAYUExURQAAAJubm5qampycnJqampycnJqampmZmZ9QcCcAAAAHdFJOUwA+hhnMNW1xJGHVAAAAbklEQVQoz2NgoApgUwKCACQB9nIgKEQXKBdAFihRQVHCXq7AoI6shL3cgMEcWQlUAKEEqgWhBGIokhKItUhKGGECcCXi1FVSgK4E7lpxVDPgSpACRRw92BjRFICVFKKEPSOaAqCSQrToYQ0gN2IBSvlDz0OvngQAAAAASUVORK5CYII=);
}
body.ui-show.ui-panels-open main > article > header > nav.page > ul > li.tags > a.ui-current {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACBVGfHAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAeUExURQAAAP///////////////////////////////////yR8m5UAAAAJdFJOUwA8fUKQGcw12Ve1P/gAAABySURBVCjPY2CgCmBSAoICJAHOmUAwEV1gpgCywDQ3FCWcMx0YPJGVcM4MYIhEVgIVQCiBakEogRiKpARiLZISRpgAXIkkdZVMQFdiwICqZDLcP4xoCqBKJiMFGyOaArCSyShhz4imAKhkMlr0sBeQG7EA6KpYG9E81ncAAAAASUVORK5CYII=);
}
body.ui-show[data-ui-show='los'] [data-ui-toggled-by='los'] {
  display: block;
}
body.ui-show[data-ui-show='hammy'] [data-ui-transformed-by='hammy'] {
  transform: translateX(-250px);
  -webkit-transform: translateX(-250px);
  -moz-transform: translateX(-250px);
  -ms-transform: translateX(-250px);
  -o-transform: translateX(-250px);
}
body.ui-show[data-ui-show='hammy'] [data-ui-toggled-by='hammy'] {
  overflow-y: scroll;
}
body.who-we-are main > article > section div.eic {
  float: left;
  padding: 10px;
  margin: 0 10px 0 0;
  text-align: center;
  width: 200px;
}
body.who-we-are main > article > section div.eic span {
  display: block;
  font-size: 16px;
}
body.who-we-are main > article > section div.eic span.affiliation {
  font-style: italic;
}
body.who-we-are main > article > section div.eic span.name {
  font-weight: bold;
}
body.who-we-are main > article > section div.eic > img {
  border: 1px solid #c0c0c0;
  border-radius: 65px;
  height: 130px;
  width: 130px;
}
body.who-we-are main > article > section ul.editors {
  list-style: none;
  margin: 50px auto;
  padding: 0;
  width: 280px;
}
body.who-we-are main > article > section ul.editors > li {
  margin: 0 0 30px;
  min-height: 240px;
  text-align: center;
}
body.who-we-are main > article > section ul.editors > li > img {
  border: 1px solid #c0c0c0;
  border-radius: 65px;
  height: 130px;
  width: 130px;
}
body.who-we-are main > article > section ul.editors > li > span {
  display: block;
  font-size: 16px;
}
body.who-we-are main > article > section ul.editors > li > span.affiliation {
  font-style: italic;
}
body.who-we-are main > article > section ul.editors > li > span.name {
  font-weight: bold;
}
body #mc_embed_signup > form > fieldset {
  border: none;
  margin: 0 15px;
  padding: 0;
}
body #mc_embed_signup > form > fieldset div.mc-field-group.input-group > strong {
  color: #333;
  display: block;
  float: left;
  font-weight: normal;
}
body #mc_embed_signup > form > fieldset div.mc-field-group.input-group > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body #mc_embed_signup > form > fieldset div.mc-field-group.input-group > ul > li {
  margin: 0 0 0 55px;
}
body #mc_embed_signup > form > fieldset div.mc-field-group.input-group > ul > li > input[type='checkbox'] {
  display: inline-block;
  margin-bottom: 6px;
  width: 24px;
}
body #mc_embed_signup > form > fieldset div.mc-field-group.input-group > ul > li > label {
  display: inline-block;
  margin-bottom: 4px;
}
body #mc_embed_signup > form > fieldset input {
  border: 1px solid #c0c0c0;
  border-radius: 3px;
  display: block;
  margin: 0 0 10px;
  width: 100%;
}
body #mc_embed_signup > form > fieldset input[type='submit'] {
  border: 1px solid #912d8d;
  background-color: #912d8d;
  border-radius: 3px;
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: 600;
  padding: 15px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  margin: 40px auto 0;
  width: 190px;
}
body #mc_embed_signup > form > fieldset label {
  display: block;
  color: #333;
  font-size: 15px;
  margin: 0 0 6px;
}
body #mc_embed_signup > form > fieldset > legend {
  color: #333;
  margin: 0 0 30px;
  text-align: center;
}
body #mc_embed_signup > form > fieldset > legend > span {
  display: block;
  margin: 0 0 10px;
}
body #mc_embed_signup > form > fieldset > legend > span.call {
  font-size: 20px;
  font-weight: 600;
}
body #mc_embed_signup > form > fieldset #mc_embed_signup_scroll {
  text-align: left;
  width: 50%;
  margin-left: 200px;
}
#references > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#references > ul > li {
  padding: 0 0 0 20px;
  margin: 0 0 24px;
}
#references > ul > li > p {
  text-indent: -20px;
}
#references > ul > li:last-child {
  margin-bottom: 0;
}
#supplementary-material > ul {
  font-family: "Open Sans", sans-serif;
  list-style: none;
  margin: 0;
  padding: 0;
}
#supplementary-material > ul > li {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAUBAMAAACQZWsAAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAnUExURf///0W+t9Dv7qLg3WLJw+P29VrGwNnz8nrSzbfn5Pn9/Zjd2cfs6kMqqvMAAABiSURBVAjXY+BMFISATAaGwk1KELCxgMGMAQrYDBhMYGwWCJtrF4LNKkqQfWKp6IoDUHZYu3hbAJTNLiEhDld/UFABzuaURJjDsACJDXWDoSAMGDCYQZ2spGaA4mZkvyD5EQCLgBkP+yMxoAAAAABJRU5ErkJggg==) no-repeat 0 2px;
  padding: 0 0 0 30px;
  margin: 0 0 12px;
}
#supplementary-material > ul > li:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 532px) {
  body footer > ul > li.csp > span.optional {
    display: inline;
  }
  body main > div,
  body main .shutter-left > div.bottomSection {
    margin-left: auto;
    margin-right: auto;
    width: 460px;
  }
  body main > div > ul.results.article-results > li > div.metadata > div.date-and-doi div.doi,
  body main .shutter-left > div.bottomSection > ul.results.article-results > li > div.metadata > div.date-and-doi div.doi {
    border-left: 1px solid #979797;
    display: inline-block;
    padding-left: 10px;
  }
  body main > div > ul.results.article-results > li > div.metadata > div.subjects,
  body main .shutter-left > div.bottomSection > ul.results.article-results > li > div.metadata > div.subjects {
    display: block;
    padding: 15px 0 0;
  }
  body main > div > ul.results.article-results > li > div.metadata > div.subjects > ul,
  body main .shutter-left > div.bottomSection > ul.results.article-results > li > div.metadata > div.subjects > ul {
    list-style: none;
    font-size: 0;
    margin: 0;
    padding: 0;
  }
  body main > div > ul.results.article-results > li > div.metadata > div.subjects > ul > li,
  body main .shutter-left > div.bottomSection > ul.results.article-results > li > div.metadata > div.subjects > ul > li {
    border-right: 1px solid #9c9c9c;
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    padding: 0 10px;
  }
  body main > div > ul.results.article-results > li > div.metadata > div.subjects > ul > li > a,
  body main .shutter-left > div.bottomSection > ul.results.article-results > li > div.metadata > div.subjects > ul > li > a {
    color: #9c9c9c;
  }
  body main > div > ul.results.article-results > li > div.metadata > div.subjects > ul > li:first-child,
  body main .shutter-left > div.bottomSection > ul.results.article-results > li > div.metadata > div.subjects > ul > li:first-child {
    padding-left: 0;
  }
  body main > div > ul.results.article-results > li > div.metadata > div.subjects > ul > li:last-child,
  body main .shutter-left > div.bottomSection > ul.results.article-results > li > div.metadata > div.subjects > ul > li:last-child {
    border-right: none;
    padding-right: 0;
  }
  body > nav.toolbar.site > ul > li:last-child > ul > li.optional {
    display: block;
  }
  body.article main > article > header > nav.article-tools > ul > li > a {
    margin-right: 20px;
  }
  body.article main > article > header > nav.article-tools > ul > li > a > span.optional {
    display: inline;
  }
  body.article > nav.toolbar.page > a.logo {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHQAAAAfCAMAAAABdxmMAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAA8UExURQAAAP///////////////////////////////////////////////////////////////////////////9hJaBMAAAATdFJOUwDa7LgLSoh/BBeOYaY4+CeZb8oK47yiAAAC7UlEQVRIx6WX24LEEAyGlTgVRfv+77rqVNTMdru5ak3qI5JfBvGbUYFMfPCAOgNJ1/0IhgmnUpxDQvFfzKZPreIrV0amKY+bcQFLeqItUlCGGy/MaZhAbscvds4BVJevmJIz6GKRyY+kYdoVj54GofV4ABWsXZoOkbx5BRIpz7Iy6XJz3CSC4wnU9SMO0MTLXKuqzEkYFUL6CdTfv7tFFyF2HVzeKp3MtgCy+AFUDjHabYHiteYusvvl4SPTNPtctHMaxy0IHkfYaNlxjS82bxQ7xhzOU+aDvE4PqfaAz3FJrsymVgJIo7SGvLpNDJYPeoX0lk+UhlcwHi92BoU2I/GZ8f5agqheUFa3ocFEgSbHdO4s/yYpmkHNULTXRrXsJpf7E6hMUN653KB5XzyfjEQG1wLuocujnZbwii9QseS8ZSXly04pegMVrCiYHaEb0dlI+cRUrUh738QceuzZyBRaA3UsXPbQSU3nIztKfDn6AK02hzaCtHn5DXqGW1VVcr0k/hEKpKlyBZ+hTtS4BFWKkYa30JLAedh+gmJzVViIa0yu1zsNnqrRy7PwptBdNNJE0lb9e2jw5Y20lqsNB0V1WVRr0mQ9D6oE4Ql/yl5a7As0eNf7eLN9nRZlhy7vGERpf1enlxldb5EOmtXI9Yp4qlJYzS7/B61JQjqoyBEo2lHeaUpAJ99AzaVE+VreO2geJHDzSkmlu1vmsfYq6KfrdipITa/SjdVeySaCp1acDSV19CGUhmgRGp+lK6fXQE1TpKi7ItzV9+2hIXDL2emU7K0trrd3qEjnqH0wXZukBrrer83SHMFwzbbQ/sYfoGqiAm3J1JW33e41ht9AxaR1Y9BAfS2QxvJtGMrFvoG2Yl803zSXeDk/3WUFPVpV+nt4BR87UNp2DkWNeuEpf2vCFNRt/YX7BIqE8U1Li1lMNhUt5LRNT2qQWJoy86y18NdLRxDeuQEEfuh3c0Mi0lttioQ0nODYMisbV/IDLz6X6K1xaQQAAAAASUVORK5CYII=);
    display: block;
  }
  body.authors main > header > p {
    padding: 0 20px;
  }
  body.contact-us main #connect-with-us {
    margin: 0 auto;
    width: 500px;
  }
  body.index main #news > ul > li > div {
    margin: 0 0 0 52px;
  }
  body.index main #news > ul > li > time {
    background: url('../images/backgrounds/calendar-border.png') no-repeat top left;
    display: block;
    float: left;
    font-size: 10px;
    height: 32px;
    padding: 4px 0;
    width: 30px;
  }
  body.index main #news > ul > li > time > span {
    display: block;
    text-align: center;
    line-height: 12px;
  }
  body.index main #news > ul > li > time > span.mm {
    text-transform: uppercase;
  }
  body.index main #news > ul > li > time > span.dd {
    font-weight: bold;
  }
  body.index main #why > a.appeal {
    width: 320px;
  }
  body.index main #why > ul > li > p {
    height: 90px;
  }
  body.our-partners main > header > p {
    margin-left: auto;
    margin-right: auto;
  }
  body.who-we-are main > article > section ul.editors {
    width: 500px;
  }
  body.who-we-are main > article > section ul.editors > li {
    float: left;
    margin-right: 20px;
    min-height: 270px;
    width: 240px;
  }
  body.who-we-are main > article > section ul.editors > li:nth-child(even) {
    margin-right: 0;
  }
  body.who-we-are main > article > section ul.editors:after {
    content: '';
    display: block;
    clear: both;
  }
}
@media only screen and (max-width: 767px) {
  body footer > ul > li.feed,
  body footer > ul > li.general,
  body footer > ul > li.policies {
    display: none;
  }
  body footer > ul > li.connect {
    bottom: 55px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
  }
  body footer > ul > li.connect > h2 {
    display: none;
  }
  body footer > ul > li.connect > span {
    display: none;
  }
  body footer > ul > li.connect > ul {
    font-size: 0;
  }
  body footer > ul > li.connect > ul > li {
    border-left: 1px solid #b8b8b8;
    display: inline-block;
    font-size: 14px;
    line-height: 12px;
    padding: 0 10px 0;
  }
  body footer > ul > li.connect > ul > li.alerts {
    display: none;
  }
  body footer > ul > li.connect > ul > li.social {
    border-left: none;
    display: block;
  }
  body footer > ul > li.connect > ul > li:first-child {
    border-left: none;
  }
  body.index main > div > ul.results.article-results > li,
  body.index main .shutter-left > div.bottomSection > ul.results.article-results > li {
    margin: 0 15px;
  }
  body.our-brand main > article > #best-practices > figure > img {
    height: auto;
    width: 100%;
    max-width: 580px;
  }
  body.our-brand main > article > #spacing > figure > img {
    height: auto;
    width: 100%;
    max-width: 493px;
  }
}
@media only screen and (min-width: 768px) {
  body footer {
    height: 260px;
  }
  body footer > ul {
    background-position: left top;
    height: 220px;
    margin: 20px auto;
    width: 700px;
  }
  body footer > ul > li {
    display: inline-block;
    font-size: 14px;
    line-height: 25px;
    vertical-align: top;
  }
  body footer > ul > li > h2 {
    display: block;
    font-family: "Anglecia Pro", serif;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 10px;
    line-height: 16px;
  }
  body footer > ul > li.connect {
    margin-right: 30px;
    width: 140px;
  }
  body footer > ul > li.feed {
    width: 210px;
  }
  body footer > ul > li.feed > p {
    margin: 0;
  }
  body footer > ul > li.feed > p a {
    color: #3ebeb8;
  }
  body footer > ul > li.general {
    padding-top: 50px;
    width: 180px;
  }
  body footer > ul > li.general > ul > li.issn {
    color: #787878;
  }
  body footer > ul > li.policies {
    margin-right: 30px;
    width: 110px;
  }
  body main {
    margin: 0 auto;
    padding-bottom: 260px;
    width: 730px;
  }
  body main p.appeal {
    margin: 40px 0;
  }
  body main p.pull {
    margin: 40px 30px;
  }
  body main > article div.table p.caption {
    font-size: 14px;
  }
  body main > article table {
    font-size: 14px;
  }
  body main > div,
  body main .shutter-left > div.bottomSection {
    clear: both;
    width: 100%;
  }
  body main > div > ul.results.article-results > li,
  body main .shutter-left > div.bottomSection > ul.results.article-results > li {
    margin: 0 auto;
    width: 718px;
  }
  body main > div > ul.results.article-results > li > div.thumbnail,
  body main .shutter-left > div.bottomSection > ul.results.article-results > li > div.thumbnail,
  body main > div > ul.results.article-results > li > div.thumbnail-none,
  body main .shutter-left > div.bottomSection > ul.results.article-results > li > div.thumbnail-none {
    display: block;
    float: left;
    height: 160px;
    width: 130px;
  }
  body main > div > ul.results.article-results > li > div.metadata,
  body main .shutter-left > div.bottomSection > ul.results.article-results > li > div.metadata {
    margin-left: 160px;
  }
  body main > div > ul.results.article-results > li > div.metadata > div.date-and-doi,
  body main .shutter-left > div.bottomSection > ul.results.article-results > li > div.metadata > div.date-and-doi {
    float: right;
  }
  body main > div > ul.results.article-results > li > div.metadata > div.title,
  body main .shutter-left > div.bottomSection > ul.results.article-results > li > div.metadata > div.title {
    padding-top: 40px;
  }
  body main > div > ul.results.article-results > li > div.metadata > div.title > a,
  body main .shutter-left > div.bottomSection > ul.results.article-results > li > div.metadata > div.title > a {
    font-size: 24px;
  }
  body main > div > ul.results.article-results > li > div.metadata > div.type,
  body main .shutter-left > div.bottomSection > ul.results.article-results > li > div.metadata > div.type {
    float: left;
  }
  body main > header > div.carousel {
    height: 800px;
  }
  body main > header > div.carousel div.carousel-slide {
    height: 800px;
  }
  body #popup {
    width: 730px;
  }
  body #popup.author {
    width: 380px;
  }
  body.about main > div.ui-tileable,
  body.authors main > div.ui-tileable,
  body.contact-us main > div.ui-tileable,
  body.faq main > div.ui-tileable,
  body.subjects main > div.ui-tileable {
    clear: none;
    float: left;
    padding: 35px 40px 40px;
    width: 365px;
  }
  body.about main > div.ui-tileable:nth-of-type(even),
  body.authors main > div.ui-tileable:nth-of-type(even),
  body.contact-us main > div.ui-tileable:nth-of-type(even),
  body.faq main > div.ui-tileable:nth-of-type(even),
  body.subjects main > div.ui-tileable:nth-of-type(even) {
    padding-right: 0;
  }
  body.about main > div.ui-tileable:nth-of-type(odd),
  body.authors main > div.ui-tileable:nth-of-type(odd),
  body.contact-us main > div.ui-tileable:nth-of-type(odd),
  body.faq main > div.ui-tileable:nth-of-type(odd),
  body.subjects main > div.ui-tileable:nth-of-type(odd) {
    border-right: 1px solid #c0c0c0;
    padding-left: 0;
  }
  body.about main > div.ui-tileable:nth-of-type(-n+2),
  body.authors main > div.ui-tileable:nth-of-type(-n+2),
  body.contact-us main > div.ui-tileable:nth-of-type(-n+2),
  body.faq main > div.ui-tileable:nth-of-type(-n+2),
  body.subjects main > div.ui-tileable:nth-of-type(-n+2) {
    padding-top: 0;
  }
  body.about main:after,
  body.authors main:after,
  body.contact-us main:after,
  body.faq main:after,
  body.subjects main:after {
    content: '';
    clear: both;
    display: block;
    height: 60px;
  }
  body.about main #apc,
  body.about main #open-access,
  body.about main #our-brand,
  body.about main #our-partners {
    height: 300px;
  }
  body.about main #faq {
    border-right: none;
    margin: 0 115px;
    padding-bottom: 0;
    padding-left: 40px;
    width: 500px;
  }
  body.article *.reference > ul > li {
    border-right: 1px solid #c0c0c0;
    padding: 0 20px 0 14px;
  }
  body.article *.reference > ul > li > a {
    background-image: none !important;
    height: auto;
    width: auto !important;
    text-indent: 0;
  }
  body.article *.reference > ul > li > span {
    color: #acacac;
    display: inline;
  }
  body.article *.reference > ul > li:first-child {
    padding-left: 0;
  }
  body.article *.reference > ul > li:last-child {
    border-right: none;
  }
  body.article main {
    padding-bottom: 345px;
  }
  body.article main figure.float > figcaption {
    float: right;
    margin: 0;
    padding: 0 0 0 30px;
    width: 300px;
  }
  body.article main figure.float img {
    float: left;
  }
  body.article main figure:after {
    clear: both;
    content: '';
    display: table;
  }
  body.article main > article > header > dl:first-of-type > dd:last-of-type,
  body.article main > article > header > dl:first-of-type > dt {
    display: inline;
  }
  body.article main > article span.equation > span.math {
    width: fit-content;
  }
  body.article main > article span.equation.labeled-equation > span.math {
    width: 650px;
  }
  body.article main > article span.equation.labeled-equation > span.label {
    width: 45px;
  }
  body.authors main #fees,
  body.authors main #review {
    border-bottom: none;
    padding-bottom: 10px;
  }
  body.authors main #fees > a,
  body.authors main #review > a {
    display: block;
    margin: 0 auto;
    width: 250px;
  }
  body.contact-us main > header > div > a > img {
    height: 350px;
    width: 350px;
  }
  body.contact-us main #submissions,
  body.contact-us main #editorial-enquiries {
    height: 260px;
  }
  body.contact-us main #media-enquiries,
  body.contact-us main #partnership-enquiries {
    height: 250px;
  }
  body.contact-us main #connect-with-us {
    padding-bottom: 0;
    padding-top: 40px;
    width: 730px;
  }
  body.contact-us main #connect-with-us #mc_embed_signup > form > fieldset > legend {
    margin: 0 auto 30px;
    width: 470px;
  }
  body.contact-us main #customer-enquiries {
    padding: 45px 0 35px;
  }
  body.contact-us main #media-enquiries > h2 {
    margin: 20px 0 32px;
  }
  body.contact-us main #partnership-enquiries > h2 {
    margin: 9px 40px;
  }
  body.contact-us main #submissions > h2 {
    margin: 9px 0 26px;
  }
  body.contact-us main #submissions > p:first-of-type {
    width: 300px;
  }
  body.contact-us main #submissions > p:last-of-type {
    width: 250px;
  }
  body.http-404 main > div > h2 {
    font-size: 48px;
    margin-bottom: 28px;
  }
  body.http-404 main > div > p {
    width: 400px;
  }
  body.http-404 main > header > h1 {
    font-size: 112px;
    margin-top: 64px;
  }
  body.index main {
    width: 100%;
  }
  body.index main > header > div.appeal {
    top: 650px;
  }
  body.index main > header > div.appeal > div {
    height: 150px;
  }
  body.index main > header > div.appeal > div.content {
    width: 380px;
  }
  body.index main > header > div.appeal > div.content > a:first-child {
    font-size: 20px;
    margin: 22px 0;
  }
  body.index main > header > div.appeal > div.content > a:last-child {
    font-size: 18px;
  }
  body.index main > header > div.carousel div.carousel-slide > div {
    top: 490px;
  }
  body.index main > header > div.carousel div.carousel-slide > div > a {
    font-size: 18px;
    padding: 18px;
    width: 220px;
  }
  body.index main > header > div.carousel div.carousel-slide > p.intro {
    font-size: 60px;
    margin-top: 210px;
  }
  body.index main > header > div.carousel div.carousel-slide > p.lead {
    font-size: 28px;
    width: 380px;
  }
  body.index main > header > div.carousel div.carousel-slide.carousel-slide-join-us {
    background-image: url('../images/bundles/index/carousel/join-us/burst-sm.jpg');
  }
  body.index main > header > div.carousel div.carousel-slide.carousel-slide-submit-your-paper {
    background-image: url('../images/bundles/index/carousel/submit-your-paper/burst-sm.jpg');
  }
  body.index main > header > div.carousel div.carousel-slide.carousel-slide-who-we-are {
    background-image: url('../images/bundles/index/carousel/who-we-are/burst-sm.jpg');
  }
  body.index main > header > div.carousel > button {
    top: 370px;
  }
  body.index main > header > div.carousel > button.slick-next {
    right: 20px;
  }
  body.index main > header > div.carousel > button.slick-prev {
    left: 20px;
  }
  body.index main #blog > ul {
    margin: 0 auto;
    width: 768px;
  }
  body.index main #blog > ul > li {
    float: left;
    width: 256px;
  }
  body.index main #news {
    background-image: url('../images/bundles/index/news/break-sm.jpg');
  }
  body.index main #news > ul {
    margin: 0 auto;
    width: 768px;
  }
  body.index main #news > ul > li {
    border-bottom: none;
    float: left;
    width: 256px;
    margin: 0;
    padding: 20px;
  }
  body.index main #partners > ul {
    width: 600px;
  }
  body.index main #partners > ul > li {
    display: inline-block;
  }
  body.index main #partners > ul > li > a {
    height: 65px;
  }
  body.index main #partners > ul > li.rsc {
    width: 315px;
  }
  body.index main #partners > ul > li.altmetric {
    width: 188px;
  }
  body.index main #partners > ul > li.clockss {
    width: 78px;
  }
  body.index main #partners > ul > li.cope {
    width: 105px;
  }
  body.index main #partners > ul > li.crosscheck {
    width: 160px;
  }
  body.index main #partners > ul > li.crossref {
    width: 100px;
  }
  body.index main #partners > ul > li.portico {
    width: 70px;
  }
  body.index main #partners > ul > li.readcube {
    width: 260px;
  }
  body.index main #partners > ul > li.research4life {
    width: 200px;
  }
  body.index main #why {
    background-image: url('../images/bundles/index/why/break-sm.jpg');
  }
  body.index main #why > p {
    margin: 15px auto;
    width: 640px;
  }
  body.index main #why > ul {
    margin: 0 auto;
    width: 700px;
  }
  body.index main #why > ul > li {
    float: left;
    width: 320px;
    height: 205px;
  }
  body.index main #why > ul > li:nth-child(5) {
    height: 231px;
  }
  body.index main #why > ul > li:nth-child(6) {
    height: 231px;
  }
  body.index main #why > ul > li:nth-child(1) > p {
    height: 99px;
  }
  body.index main #why > ul > li:nth-child(4) > p {
    height: 99px;
  }
  body.index main #why > ul > li > p {
    height: 126px;
  }
  body.ita main > article > section ul.sections-and-subjects > li {
    display: inline-block;
    margin-right: 10px;
    padding: 20px 25px;
    vertical-align: top;
    width: 345px;
  }
  body.ita main > article > section ul.sections-and-subjects > li.biological-and-life-sciences {
    height: 320px;
  }
  body.ita main > article > section ul.sections-and-subjects > li.biomedical-and-health-sciences {
    height: 320px;
    margin-right: 0;
  }
  body.ita main > article > section ul.sections-and-subjects > li.earth-and-environmental-sciences {
    height: 210px;
  }
  body.ita main > article > section ul.sections-and-subjects > li.engineering-technology-and-mathematics {
    height: 210px;
    margin-right: 0;
  }
  body.ita main > article > section ul.sections-and-subjects > li.integrative-sciences {
    height: 290px;
    margin-bottom: 0;
  }
  body.ita main > article > section ul.sections-and-subjects > li.physical-sciences {
    height: 290px;
    margin-bottom: 0;
    margin-right: 0;
  }
  body.our-brand main > article > section:after {
    clear: left;
    content: '';
    display: table;
  }
  body.our-brand main > article > #colour > figure {
    float: left;
    margin: 0;
    width: 310px;
  }
  body.our-brand main > article > #logo > figure {
    height: 125px;
  }
  body.our-brand main > article > #logo > figure > img {
    float: left;
  }
  body.our-brand main > article > #logo > figure > figcaption {
    float: left;
    margin: 40px 30px;
    width: 275px;
  }
  body.our-brand main > article > #monotone-logo > figure {
    float: left;
    margin: 0 0 30px;
    width: 320px;
  }
  body.our-brand main > article > #monotone-logo > figure + p {
    clear: left;
  }
  body.our-partners main > div > p {
    margin: 0 20px 20px 280px;
    text-align: left;
  }
  body.our-partners main #altmetric {
    background: url('../images/branding/partners/altmetric.png') no-repeat 20px top;
    background-size: 230px auto;
    min-height: 80px;
  }
  body.our-partners main #atypon {
    background: url('../images/branding/partners/atypon.png') no-repeat 100px 10px;
    background-size: 150px auto;
  }
  body.our-partners main #counter {
    background: url('../images/branding/partners/counter.png') no-repeat 110px 10px;
    background-size: 140px auto;
  }
  body.our-partners main #crossref {
    background: url('http://assets.crossref.org/logo/crossref-logo-200.svg') no-repeat 90px 10px;
    background-size: 160px auto;
  }
  body.our-partners main #ccc {
    background: url('../images/branding/partners/ccc.png') no-repeat 50px 10px;
    background-size: 200px auto;
    min-height: 120px;
  }
  body.our-partners main #cspc {
    background: url('../images/branding/partners/cspc.png') no-repeat 150px 10px;
  }
  body.our-partners main #rsc {
    background: url(../images/branding/partners/rsc.png) no-repeat 10px 10px;
    background-size: 240px auto;
  }
  body.our-partners main #scholar-one {
    background: url('../images/branding/partners/scholar-one.png') no-repeat 50px 10px;
    background-size: 200px auto;
  }
  body.our-partners main #science-borealis {
    background: url('../images/branding/partners/science-borealis.png') no-repeat 40px 8px;
    background-size: 210px auto;
    margin-bottom: 100px;
  }
  body.subjects main > div > h2 {
    margin-left: auto;
    margin-right: auto;
  }
  body.subjects main #biomedical-and-health-sciences,
  body.subjects main #biological-and-life-sciences {
    height: 340px;
  }
  body.subjects main #engineering-technology-and-mathematics,
  body.subjects main #integrative-sciences {
    height: 320px;
  }
  body.subjects main #earth-and-environmental-sciences,
  body.subjects main #data-science {
    height: 280px;
  }
  body.subjects main #earth-and-environmental-sciences > h2,
  body.subjects main #data-science > h2 {
    width: 280px;
  }
  body.subjects main #integrative-sciences,
  body.subjects main #physical-sciences {
    padding-bottom: 0;
  }
  body.ui-show main.paneled > aside.panel {
    width: 730px;
  }
  body.who-we-are main > article > section ul.editors {
    width: 700px;
  }
  body.who-we-are main > article > section ul.editors > li {
    margin-right: 20px;
    width: 220px;
  }
  body.who-we-are main > article > section ul.editors > li:nth-child(even) {
    margin-right: 20px;
  }
  body.who-we-are main > article > section ul.editors > li:nth-child(3n+0) {
    margin-right: 0;
  }
  body #mc_embed_signup > form > fieldset {
    margin: 0 auto;
    width: 730px;
  }
  body #mc_embed_signup > form > fieldset div.mc-field-group {
    float: left;
    margin: 0 10px;
    width: 345px;
  }
  body #mc_embed_signup > form > fieldset div.mc-field-group.input-group {
    clear: both;
    float: none;
    margin: 0 auto;
    padding: 15px 0 0;
    width: 370px;
  }
  body #mc_embed_signup > form > fieldset div.mc-field-group.input-group > strong {
    font-size: 16px;
    margin: 2px 12px 0 0;
  }
  body #mc_embed_signup > form > fieldset div.mc-field-group.input-group > ul > li {
    display: inline-block;
    margin: 0 15px 0 0;
  }
  body #mc_embed_signup > form > fieldset div.mc-field-group.input-group > ul > li:last-child {
    margin-right: 0;
  }
}
@media only screen and (max-width: 991px) {
  body.contact-us main > div > h2 {
    font-size: 20px;
  }
  body .paneled .shutter-left.shutter header nav ul li.mobile-hidden {
    display: none;
  }
  body .paneled .shutter-left.shutter header nav ul .parent-menu.sign-up {
    display: block;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  body.index main #why > ul > li:nth-child(1) {
    height: 256px;
  }
  body.index main #why > ul > li:nth-child(1) p {
    height: 149px;
  }
  body.index main #why > ul > li:nth-child(2) {
    height: 256px;
  }
  body.index main #why > ul > li:nth-child(2) p {
    height: 150px;
  }
  body.index main #why > ul > li:nth-child(3) {
    height: 256px;
  }
  body.index main #why > ul > li:nth-child(3) p {
    height: 150px;
  }
  body.index main #why > ul > li:nth-child(4) {
    height: 256px;
  }
  body.index main #why > ul > li:nth-child(4) p {
    height: 150px;
  }
  body.index main #why > ul > li:nth-child(5) {
    height: 256px;
  }
  body.index main #why > ul > li:nth-child(5) p {
    height: 150px;
  }
  body.index main #why > ul > li:nth-child(6) {
    height: 256px;
  }
  body.index main #why > ul > li:nth-child(6) p {
    height: 150px;
  }
}
@media only screen and (min-width: 992px) {
  body a[data-ui-toggle-for].ui-current.ui-caret.ui-caret-top.ui-caret-top-page:after {
    top: 30px;
  }
  body a[data-ui-toggle-for].ui-current.ui-caret.ui-caret-top.ui-caret-top-site:after {
    top: 32px;
  }
  body footer > ul {
    width: 950px;
  }
  body footer > ul > li.connect {
    width: 180px;
  }
  body footer > ul > li.feed {
    display: inline-block;
    width: 260px;
  }
  body footer > ul > li.general {
    width: 250px;
  }
  body footer > ul > li.policies {
    width: 160px;
  }
  body h1 {
    font-size: 36px;
    margin: 20px 0;
  }
  body h2 {
    font-size: 24px;
  }
  body h3 {
    font-size: 22px;
  }
  body main {
    width: 980px;
  }
  body main > article {
    padding-top: 120px;
    width: 730px;
  }
  body main > article h1 {
    margin: 0 0 5px;
  }
  body main > article div.table.margin,
  body main > article table.margin,
  body main > article figure.margin {
    width: 950px;
  }
  body main > article figure.margin {
    width: 950px;
    float: left;
  }
  body main > aside.page {
    background-color: #fff;
    display: block;
    float: right;
    padding: 0 15px 0;
    position: relative;
    width: 250px;
  }
  body main > aside.page > dl {
    font-size: 12px;
    visibility: hidden;
  }
  body main > aside.page > nav {
    margin: 0 auto 0 0;
    width: 220px;
  }
  body main > aside.page > nav.los {
    background: rgba(255, 255, 255, 0.95);
    width: 220px;
  }
  body main > aside.page > nav.los > ul > li {
    padding: 5px 20px 8px;
  }
  body main > aside.page > nav.los > ul > li > a {
    color: #29337a;
    font-size: 14px;
  }
  body main > aside.page > nav.los > ul > li.toc-active {
    background-color: #dbe2f1;
  }
  body main > div > ul.results.article-results > li,
  body main .shutter-left > div.bottomSection > ul.results.article-results > li {
    width: 800px;
  }
  body main > header {
    padding-top: 120px;
  }
  body main.paneled div.ui-screen > div {
    top: 100px;
  }
  body main.paneled > aside.page {
    padding-top: 102px;
  }
  body > form[data-ui-toggled-by='search'] {
    height: 145px;
    padding: 100px 20px 16px;
  }
  body > nav.toolbar {
    height: 85px;
  }
  body > nav.toolbar > a.logo {
    height: 39px;
    margin: 23px 25px;
    width: 144px;
  }
  body > nav.toolbar.site > a.logo {
    background-image: url('../images/branding/facets-red.png');
  }
  body > nav.toolbar.site > ul > li > ul > li > a {
    margin: 30px 0;
  }
  body > nav.toolbar.site > ul > li:first-child {
    display: block;
  }
  body > nav.toolbar.site > ul > li:first-child > ul {
    margin: 0 auto;
    width: 400px;
  }
  body > nav.toolbar.site > ul > li:first-child > ul > li > a {
    color: #555;
    font-weight: 600;
    width: 100px;
  }
  body > nav.toolbar.site > ul > li:last-child > ul > li.hammy > a {
    background-position: 12px 28px;
    height: 85px;
  }
  body > nav.toolbar.site > ul > li:last-child > ul > li.search > a {
    margin: 23px 2px 22px 3px;
  }
  body > nav.toolbar.site > ul > li:last-child > ul > li.los {
    display: none;
  }
  body.about main > div,
  body.authors main > div,
  body.contact-us main > div,
  body.faq main > div,
  body.subjects main > div {
    margin: 0 30px;
    width: 920px;
  }
  body.about main > div.ui-tileable,
  body.authors main > div.ui-tileable,
  body.contact-us main > div.ui-tileable,
  body.faq main > div.ui-tileable,
  body.subjects main > div.ui-tileable {
    width: 460px;
  }
  body.about main > div.ui-tileable:nth-of-type(even),
  body.authors main > div.ui-tileable:nth-of-type(even),
  body.contact-us main > div.ui-tileable:nth-of-type(even),
  body.faq main > div.ui-tileable:nth-of-type(even),
  body.subjects main > div.ui-tileable:nth-of-type(even) {
    margin-left: 0;
    margin-right: 30px;
  }
  body.about main > div.ui-tileable:nth-of-type(odd),
  body.authors main > div.ui-tileable:nth-of-type(odd),
  body.contact-us main > div.ui-tileable:nth-of-type(odd),
  body.faq main > div.ui-tileable:nth-of-type(odd),
  body.subjects main > div.ui-tileable:nth-of-type(odd) {
    margin-left: 30px;
    margin-right: 0;
  }
  body.article main > article > header > nav.page > ul > li.tags {
    display: none;
  }
  body.article main > aside.page > nav.los {
    padding-top: 40px;
  }
  body.article > nav.guidance.furtherance {
    background-color: #161616;
    border-bottom: 1px solid #fff;
    bottom: -1px;
    display: block;
    opacity: 1;
    position: fixed;
    height: 86px;
    visibility: visible;
    width: 100%;
    z-index: 10000;
    transition: opacity 250ms, transform 250ms, visibility 0s linear 0s;
    -webkit-transition: opacity 250ms, transform 250ms, visibility 0s linear 0s;
    -moz-transition: opacity 250ms, transform 250ms, visibility 0s linear 0s;
    -ms-transition: opacity 250ms, transform 250ms, visibility 0s linear 0s;
    -o-transition: opacity 250ms, transform 250ms, visibility 0s linear 0s;
  }
  body.article > nav.guidance.furtherance > div.primary {
    margin: 16px auto;
    padding: 12px 15px;
    width: 980px;
  }
  body.article > nav.guidance.furtherance > div.primary > div {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    vertical-align: top;
  }
  body.article > nav.guidance.furtherance > div.primary > div.more-articles {
    text-align: right;
    width: 150px;
  }
  body.article > nav.guidance.furtherance > div.primary > div.more-articles > a {
    background: url('../images/backgrounds/up-arrow-white.png') no-repeat 0 0;
    background-size: 30px;
    color: #b8b8b8;
    display: inline-block;
    font-weight: 600;
    padding-left: 40px;
  }
  body.article > nav.guidance.furtherance > div.primary > div.more-articles > a:hover {
    color: #fff;
    cursor: pointer;
    text-decoration: none;
  }
  body.article > nav.guidance.furtherance > div.primary > div.next-article {
    width: 790px;
  }
  body.article > nav.guidance.furtherance > div.primary > div.next-article > a {
    color: #b8b8b8;
    display: inline-block;
    font-family: "Anglecia Pro Display", serif;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 650px;
    white-space: nowrap;
  }
  body.article > nav.guidance.furtherance > div.primary > div.next-article > span {
    color: #fff;
    display: inline-block;
    font-weight: bold;
    vertical-align: top;
    width: 100px;
  }
  body.article > nav.guidance.furtherance > div.secondary {
    background-color: #161616;
    border-bottom: 1px solid #fff;
    bottom: 86px;
    height: 0;
    overflow: hidden;
    position: relative;
    transition: bottom 250ms, height 250ms;
    -webkit-transition: bottom 250ms, height 250ms;
    -moz-transition: bottom 250ms, height 250ms;
    -ms-transition: bottom 250ms, height 250ms;
    -o-transition: bottom 250ms, height 250ms;
  }
  body.article > nav.guidance.furtherance > div.secondary > div {
    border-bottom: 1px solid #fff;
    height: 60px;
    position: relative;
  }
  body.article > nav.guidance.furtherance > div.secondary > div > div {
    background: #464646;
    height: 218px;
    left: 0;
    position: absolute;
    top: 60px;
    width: 100%;
  }
  body.article > nav.guidance.furtherance > div.secondary > div > div > ul {
    margin: 0 auto;
    max-width: 1200px;
    padding: 22px 20px;
  }
  body.article > nav.guidance.furtherance > div.secondary > div > div > ul > li {
    padding: 10px;
    float: left;
    height: 180px;
    opacity: 0;
    width: 33.3%;
    transition: opacity 250ms;
    -webkit-transition: opacity 250ms;
    -moz-transition: opacity 250ms;
    -ms-transition: opacity 250ms;
    -o-transition: opacity 250ms;
  }
  body.article > nav.guidance.furtherance > div.secondary > div > div > ul > li > a.more {
    color: #3ebeb8;
    font-size: 15px;
    font-weight: 600;
  }
  body.article > nav.guidance.furtherance > div.secondary > div > div > ul > li > a.more:hover {
    color: #44beb8;
    text-decoration: none;
  }
  body.article > nav.guidance.furtherance > div.secondary > div > div > ul > li > a.title {
    color: #d8d8d8;
    display: block;
    display: -webkit-box;
    font-family: "Anglecia Pro Display", serif;
    font-size: 18px;
    line-height: 25px;
    max-height: 75px;
    overflow-y: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  body.article > nav.guidance.furtherance > div.secondary > div > div > ul > li > a.title:hover {
    color: #fff;
    text-decoration: none;
  }
  body.article > nav.guidance.furtherance > div.secondary > div > div > ul > li > div {
    color: #b4b4b4;
    display: -webkit-box;
    font-size: 15px;
    line-height: 20px;
    margin: 10px 0;
    max-height: 40px;
    overflow-y: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  body.article > nav.guidance.furtherance > div.secondary > div > div > ul > li.uip-appeal a {
    background: url('../images/backgrounds/furtherance-appeal-1.png') no-repeat top left;
    color: #d8d8d8;
    display: block;
    padding: 44px 0 38px;
  }
  body.article > nav.guidance.furtherance > div.secondary > div > div > ul > li.uip-appeal a > span {
    display: block;
    font-family: "Anglecia Pro Display", serif;
    font-size: 28px;
    line-height: 1.4;
    margin: 0 auto;
    text-align: center;
    width: 250px;
  }
  body.article > nav.guidance.furtherance > div.secondary > div > div > ul > li.uip-appeal a:hover {
    color: #fff;
    text-decoration: none;
  }
  body.article > nav.guidance.furtherance > div.secondary > div > div > ul.ui-length-1 > li {
    width: 100%;
  }
  body.article > nav.guidance.furtherance > div.secondary > div > div > ul.ui-length-1 > li.uip-appeal > a {
    background-image: url('../images/backgrounds/furtherance-appeal-3.png');
    padding: 58px 0 55px;
  }
  body.article > nav.guidance.furtherance > div.secondary > div > div > ul.ui-length-1 > li.uip-appeal > a > span {
    font-size: 34px;
    width: 500px;
  }
  body.article > nav.guidance.furtherance > div.secondary > div > div > ul.ui-length-2 > li {
    width: 50%;
  }
  body.article > nav.guidance.furtherance > div.secondary > div > div > ul.ui-length-2 > li.uip-appeal > a {
    background-image: url('../images/backgrounds/furtherance-appeal-2.png');
  }
  body.article > nav.guidance.furtherance > div.secondary > div > ul {
    margin: 0 auto;
    max-width: 1200px;
  }
  body.article > nav.guidance.furtherance > div.secondary > div > ul > li {
    display: inline-block;
  }
  body.article > nav.guidance.furtherance > div.secondary > div > ul > li > a {
    color: #d8d8d8;
    display: block;
    font-weight: 600;
    line-height: 60px;
    text-align: center;
    width: 200px;
  }
  body.article > nav.guidance.furtherance > div.secondary > div > ul > li > a.ui-current {
    background: #464646;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    color: #fff;
  }
  body.article > nav.guidance.furtherance > div.secondary > div > ul > li > a:hover {
    color: #fff;
  }
  body.article > nav.toolbar.page > a.logo {
    background-image: url('../images/branding/facets-white.png');
  }
  body.article > nav.toolbar.page > ul {
    padding: 23px 20px 22px 0;
  }
  body.article > nav.toolbar.page > ul > li {
    margin-right: 15px;
  }
  body.article.ui-show.overlay-ui-show > nav.guidance.furtherance,
  body.article.ui-show.panel-ui-show > nav.guidance.furtherance {
    opacity: 0;
    visibility: hidden;
    transition: opacity 250ms, transform 250ms, visibility 0s linear 250ms;
    -webkit-transition: opacity 250ms, transform 250ms, visibility 0s linear 250ms;
    -moz-transition: opacity 250ms, transform 250ms, visibility 0s linear 250ms;
    -ms-transition: opacity 250ms, transform 250ms, visibility 0s linear 250ms;
    -o-transition: opacity 250ms, transform 250ms, visibility 0s linear 250ms;
  }
  body.article.ui-show[data-ui-show='more-articles'] > nav.guidance.furtherance > div.primary > div.more-articles > a {
    background-image: url('../images/backgrounds/down-arrow-white.png');
  }
  body.article.ui-show[data-ui-show='more-articles'] > nav.guidance.furtherance > div.secondary {
    bottom: 366px;
    height: 280px;
    visibility: visible;
  }
  body.article.ui-show[data-ui-show='more-articles'] > nav.guidance.furtherance > div.secondary > div > div > ul > li {
    opacity: 1.0;
  }
  body.authors main > div > h2 {
    line-height: 42px;
  }
  body.authors main > div > h2 > span {
    display: inline-block;
    padding: 0 0 0 45px;
  }
  body.authors main #fees > h2 > span {
    background: url('../images/icons/authors-fees.png') no-repeat left 5px;
  }
  body.authors main #ita > h2 > span {
    background: url('../images/icons/authors-ita.png') no-repeat 6px 1px;
  }
  body.authors main #ita > p {
    width: 360px;
  }
  body.authors main #review > h2 > span {
    background: url('../images/icons/authors-review.png') no-repeat left 3px;
  }
  body.authors main #submission > h2 > span {
    background: url('../images/icons/authors-submission.png') no-repeat left top;
  }
  body.authors main #submission > p {
    width: 370px;
  }
  body.contact-us main > header > div > a > img {
    height: 455px;
    width: 455px;
  }
  body.contact-us main #partnership-enquiries > h2 {
    margin: 9px 60px;
  }
  body.http-404 main > div > h2 {
    font-size: 56px;
    margin-bottom: 36px;
  }
  body.http-404 main > div > p {
    font-size: 20px;
    width: 450px;
  }
  body.http-404 main > header > h1 {
    font-size: 128px;
    margin-top: 72px;
  }
  body.index div main > header > p.wordmark {
    background: url('../images/branding/wordmark.png') no-repeat top left;
    display: block;
    height: 100%;
    margin: -10px;
    position: absolute;
    right: 50px;
    text-indent: -9999px;
    top: 625px;
    width: 270px;
  }
  body.index main > header > div.appeal > div.content {
    width: 450px;
  }
  body.index main > header > div.carousel div.carousel-slide > div {
    top: 515px;
  }
  body.index main > header > div.carousel div.carousel-slide > p.intro {
    font-size: 64px;
    margin-top: 225px;
  }
  body.index main > header > div.carousel div.carousel-slide > p.lead {
    font-size: 30px;
    width: 400px;
  }
  body.index main > header > div.carousel div.carousel-slide.carousel-slide-join-us {
    background-image: url('../images/bundles/index/carousel/join-us/burst-md.jpg');
  }
  body.index main > header > div.carousel div.carousel-slide.carousel-slide-submit-your-paper {
    background-image: url('../images/bundles/index/carousel/submit-your-paper/burst-md.jpg');
  }
  body.index main > header > div.carousel div.carousel-slide.carousel-slide-who-we-are {
    background-image: url('../images/bundles/index/carousel/who-we-are/burst-md.jpg');
  }
  body.index main #blog > ul {
    width: 900px;
  }
  body.index main #blog > ul > li {
    width: 300px;
  }
  body.index main #news {
    background-image: url('../images/bundles/index/news/break-md.jpg');
  }
  body.index main #news > ul {
    width: 900px;
  }
  body.index main #news > ul > li {
    width: 300px;
  }
  body.index main #partners > ul {
    width: 840px;
  }
  body.index main #why {
    background-image: url('../images/bundles/index/why/break-md.jpg');
  }
  body.index main #why > p {
    width: 860px;
  }
  body.index main #why > ul {
    width: 900px;
  }
  body.index main #why > ul > li {
    width: 270px;
  }
  body.index main #why > ul > li > p {
    height: 152px;
  }
  body.subjects main #earth-and-environmental-sciences > h2,
  body.subjects main #engineering-technology-and-mathematics > h2 {
    width: 300px;
  }
  body.ui-show.overlay-ui-show main.paneled > aside.panel {
    width: 980px;
  }
  body.ui-show.panel-ui-show main.paneled > aside.panel {
    width: 910px;
  }
  body.ui-show.ui-panels-open main.paneled > article figure.margin {
    transform: translateX(-250px);
    -webkit-transform: translateX(-250px);
    -moz-transform: translateX(-250px);
    -ms-transform: translateX(-250px);
    -o-transform: translateX(-250px);
  }
  body.ui-show main.paneled > aside.panel > div.ui-scrollable {
    padding-top: 85px;
  }
  body.ui-show main.paneled > aside.panel > div.ui-tabable {
    padding: 100px 20px 0;
  }
  body.ui-show main.paneled > aside.panel > div.ui-tabable > section {
    float: left;
    padding: 0 8px;
    width: 50%;
  }
  body.ui-show main.paneled > aside.panel > div.ui-tabable > section > div.ui-scrollable {
    padding-left: 0;
  }
  body.ui-show main.paneled > aside.panel > div.ui-tabable > section > h2 {
    border-bottom: 1px solid #35beb9;
    color: #282828;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    margin: 0 0 15px;
    padding: 8px 0;
  }
  body.ui-show main.paneled > aside.panel > div.ui-tabable > section:first-of-type {
    padding-left: 0;
  }
  body.ui-show main.paneled > aside.panel > div.ui-tabable > section:last-of-type {
    padding-right: 0;
  }
  body.ui-show main.paneled > aside.panel > div.ui-tabable > ul {
    display: none;
  }
  body.ui-show main.paneled > aside.panel.altmetric-panel > div {
    padding-top: 85px;
  }
  body.ui-show main.paneled > aside.panel.figures-panel > div > ul {
    margin: 0 auto;
    width: 700px;
  }
}
@media only screen and (min-width: 992px) and (max-height: 900px) {
  body.article main > article > header {
    min-height: 220px;
  }
  body.article main > article > header h1 {
    font-size: 28px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  body footer > ul > li a span.optional {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  body.article > nav.guidance.furtherance > div.secondary > div > ul > li:first-child > a.ui-current {
    border-left: 1px solid #464646;
  }
}
@media only screen and (min-width: 1200px) {
  body footer > ul {
    width: 1020px;
  }
  body footer > ul > li.connect {
    width: 210px;
  }
  body footer > ul > li.policies {
    width: 240px;
  }
  body main {
    width: 1050px;
  }
  body main > article div.table.margin,
  body main > article table.margin,
  body main > article figure.margin {
    width: 1020px;
  }
  body main > aside.page {
    width: 320px;
  }
  body main > aside.page > nav {
    width: 290px;
  }
  body main > aside.page > nav.los {
    width: 290px;
  }
  body > nav.toolbar.site > ul > li:first-child > ul {
    width: 520px;
  }
  body > nav.toolbar.site > ul > li:first-child > ul > li > a {
    width: 130px;
  }
  body.about main,
  body.authors main,
  body.contact-us main,
  body.faq main,
  body.our-partners main,
  body.subjects main {
    width: 980px;
  }
  body.article > nav.guidance.furtherance > div.primary {
    width: 1050px;
  }
  body.article > nav.guidance.furtherance > div.primary > div.next-article {
    width: 860px;
  }
  body.article > nav.guidance.furtherance > div.primary > div.next-article > a {
    width: 720px;
  }
  body.index main > header > div.carousel div.carousel-slide.carousel-slide-join-us {
    background-image: url('../images/bundles/index/carousel/join-us/burst-lg.jpg');
  }
  body.index main > header > div.carousel div.carousel-slide.carousel-slide-submit-your-paper {
    background-image: url('../images/bundles/index/carousel/submit-your-paper/burst-lg.jpg');
  }
  body.index main > header > div.carousel div.carousel-slide.carousel-slide-who-we-are {
    background-image: url('../images/bundles/index/carousel/who-we-are/burst-lg.jpg');
  }
  body.index main #blog > ul {
    width: 1050px;
  }
  body.index main #blog > ul > li {
    width: 350px;
  }
  body.index main #news {
    background-image: url('../images/bundles/index/news/break-lg.jpg');
  }
  body.index main #news > ul {
    width: 1050px;
  }
  body.index main #news > ul > li {
    width: 350px;
  }
  body.index main #why {
    background-image: url('../images/bundles/index/why/break-lg.jpg');
  }
  body.index main #why > ul {
    width: 1020px;
  }
  body.index main #why > ul > li {
    width: 310px;
    height: 232px;
  }
  body.index main #why > ul > li:first-child p {
    height: 126px;
  }
  body.index main #why > ul > li:nth-child(3) p {
    height: 152px;
  }
  body.index main #why > ul > li:nth-child(4) {
    height: 256px;
  }
  body.index main #why > ul > li:nth-child(4) p {
    height: 150px;
  }
  body.index main #why > ul > li:nth-child(5) {
    height: 256px;
  }
  body.index main #why > ul > li:nth-child(5) p {
    height: 150px;
  }
  body.index main #why > ul > li:nth-child(6) {
    height: 256px;
  }
  body.index main #why > ul > li:nth-child(6) p {
    height: 150px;
  }
  body.ui-show.overlay-ui-show main.paneled > aside.panel {
    width: 1050px;
  }
  body.ui-show.panel-ui-show main.paneled > aside.panel {
    width: 980px;
  }
  body.ui-show.ui-panels-open main.paneled > article figure.margin {
    transform: translateX(-320px);
    -webkit-transform: translateX(-320px);
    -moz-transform: translateX(-320px);
    -ms-transform: translateX(-320px);
    -o-transform: translateX(-320px);
  }
}
@media only screen and (min-width: 1921px) {
  body.index main > header > div.carousel div.carousel-slide {
    background-size: cover;
  }
  body.index main #news {
    background-size: cover;
  }
  body.index main #why {
    background-size: cover;
  }
}
html.no-touchevents > body a[data-ui-tab-for]:hover {
  text-decoration: none;
}
html.no-touchevents > body a:hover {
  text-decoration: underline;
}
html.no-touchevents > body div.ui-tabable.ui-tabbed > ul > li > a:hover {
  text-decoration: none;
}
html.no-touchevents > body div.ui-tabable.ui-tabbed > ul > li.ui-tab-current > a:hover {
  cursor: default;
}
html.no-touchevents > body footer a:hover {
  color: #fff;
  text-decoration: none;
}
html.no-touchevents > body footer > ul > li.feed > p a:hover {
  color: #fff;
}
html.no-touchevents > body main > div > ul.results.article-results > li a:hover {
  color: #3ebeb8 !important;
  text-decoration: none;
}
html.no-touchevents > body main .shutter-left > div.bottomSection > ul.results.article-results > li a:hover {
  color: #3ebeb8 !important;
  text-decoration: none;
}
html.no-touchevents > body main.paneled div.ui-screen > div > a:hover {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAATBAMAAABiojCGAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAeUExURQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALcob2oAAAAKdFJOUwArVvn+Swob1tVPBXhbAAAAXUlEQVQI1zXNUQ2AMBAD0B4KSEAAyTDAHIALFOAAB/jmel33sTQv6RX3jHrxYToUlw1oxdHzExPFhWIheSDZCOyXE9bTKXobk1n3JOuDWRfrZrFukj2U7KHk19efH37QCII3clcIAAAAAElFTkSuQmCC);
  cursor: pointer;
}
html.no-touchevents > body > nav.toolbar.site > ul > li:first-child > ul > li > a:hover {
  color: #000;
}
html.no-touchevents > body > nav.toolbar.site > ul > li:last-child > ul > li > a:hover {
  color: #000;
}
html.no-touchevents > body > nav.toolbar.site > ul > li:last-child > ul > li.search > a.ui-current:hover,
html.no-touchevents > body > nav.toolbar.site > ul > li:last-child > ul > li.los > a.ui-current:hover {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAA/UExURQAAANnZ2WRkZFJSUmJiYgAAAP///9nZ2WNkY9ra2v///wAAAFJSUgAAAAAAAGBhYFBQUAAAAAAAAAAAAAAAAHEMk4EAAAAVdFJOUwAioqiD/gEZkg8C65Ly7W+7gJax7i5is+4AAAC3SURBVCjPzZNLEoMwCEAlIQHMT9ve/6zFOlWMupcdeQPJY8gwPDzeSNHmkfLLpLke+Ahc0WDiwjsfwRUk2ww48HYAziRbu/8Rceqeolz7+x8HX05UQ3zworVTyHJlp5xB772myjk5l1DupkMcwj1djHolW+wSc+KbcpgCkvb3V/URVqPF78yXOa9GkgvD2NG2Gwkmd+QRvDEiDA7iwaiixH0Z8MNgsE9Nol0WrGzw3DpZafPTP8AXEvEFj0GQwUYAAAAASUVORK5CYII=);
}
html.no-touchevents > body > nav.toolbar.site > ul > li:last-child > ul > li.hammy > a.ui-current:hover {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAA5UExURQAAAP///+Tk5N/f31FRUf///1JSUgAAAFBQUODg4N/f3+zs7FBQUO7u7v///+/v71paWuHh4f///8KbjN0AAAATdFJOUwDsiYIe/hEBF5Sioya08pEKcszxAqcHAAAAv0lEQVQoz82T2xbEEAxFJZFIKNr//9mha6ZDL+/1RDYnOYFzLx8ZNYzroJaGpQGNPPgWGLC3Yv7gYYmF1E3b2Y6Aj4w6Je9yv1Cf+uBOHEvauc+FNFyq18RZOuUqd+4ksfklcl3v3QtCjEDrU3fUmEkfm9eUm/4T9RHQwOSB5qasyPlOPnRH615/uvLeZ9xrljr2/6CwfR0JgS3z/S6J6Sip5Y/T+XaW5H+hijD5S7DJ+By06Q+4biezsuHbP8AHSeQFugmElK4AAAAASUVORK5CYII=);
}
html.no-touchevents > body > nav.toolbar.site > ul > li:last-child > ul > li.hammy > a:hover {
  background-color: #222;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeBAMAAADJHrORAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAASUExURQAAAP///////////////////z5SrToAAAAFdFJOUwCAf0n1nPNtOAAAACdJREFUGNNjYKA6MBSEAwMQ3zUUDhxAfCMlODBgYKC9/aEjzH4UAAAa7RPpUSkohgAAAABJRU5ErkJggg==);
}
html.no-touchevents > body > nav.toolbar.site > ul > li:last-child > ul > li.search > a:hover {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAA5UExURQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALx2UD0AAAASdFJOUwBD5aPFDzLYBxuQ+GlWuCR98eS7NkMAAADiSURBVCjPpVJJksQgDGO32RLQ/x87zJCEhlB9GV+iiiwsgYXoxTJQRSSdrXhXqniqrA2eAJNObihrIMqJdRE0/pwHkD+1EZqnScDoZoJenQB+YOLVaXgUHCFfQSzgOpIwm6AFoQONtKEdVAeEc0OLCJ6+S90qYMcKc3mrsN/UdEeYC9fMgLJ1Tndu2tBDpKb3uV5pXHpGfZk77kv7w4bXo9VQWAXyHyRrTGnaLsX0HCDbZuHgpb+G7Pwpy+/ayTrzwplnUVUL4tXqxydtyBylT33zS/LG2//x9I23tF3DwZvjBwX3CzmdLDZ4AAAAAElFTkSuQmCC);
}
html.no-touchevents > body > nav.toolbar.site > ul > li:last-child > ul > li.los > a:hover {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeBAMAAADJHrORAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAbUExURQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJRR4iAAAAAIdFJOUwCAf2IHr0j1nPPCEAAAAFFJREFUGNNjYKAUsBg7oPBZOwIYEgUhQAzI5+hoYKjogIB2qHySEgSoYdFPDfsNBQWFYXyQ/SC7keWNlJSUcemnnv/FUOyHOQHhfzWq2I8fAAAHtxsZXAzDZwAAAABJRU5ErkJggg==);
}
html.no-touchevents > body > nav[data-ui-toggled-by='hammy'] > ul a.ui-current:hover {
  color: #3ebeb8;
}
html.no-touchevents > body > nav[data-ui-toggled-by='hammy'] > ul a:hover {
  color: #fff;
}
html.no-touchevents > body > nav[data-ui-toggled-by='los'] > ul > li > a:hover {
  color: #fff;
}
html.no-touchevents > body > nav[data-ui-toggled-by='los'] > ul > li.toc-active > a:hover {
  color: #3ebeb8;
}
html.no-touchevents > body.article > nav.toolbar.page > ul > li.altmetric > a:not(.ui-disabled):hover {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAeCAMAAADn2eWTAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAABIUExURQAAAP///////////////////////////////////////////////////////////////////////////////////////////+d4eLAAAAAXdFJOUwCIQ9cTMSYfb8oHYb2T8Ph7o7BOWDrj/mpa9wAAAWpJREFUKM91U9dihDAMS8hekEX0/39aB3rthWv9wHIsW7JgbAkp2T/hrQMQrflMSRYOSm26W9v1o4yrBOxnE7hihPdC0TjgdMRPiB98L+JGlXrQV75Jo83J9+MFn6AIcaOZuA8X9uAmi3t8iaEoYYed7zKMCzpre2U5EnU12b86KTsB4t3ZwVa4hZ5qRK9cz0B34AvDFBXNT7SMpFvFKpDHrip2zyxlc6oP6RIOIthYUjtis4+snqoisWoLDayeuvMpgGPFNYL+WIoBahh06CR2z62dvQLasQ2OlEqPrK2WSgrzBzhh+zUrBO1FNTpGGp/72nkjvoRMJd7N1a5+4RjbN5659vrmFiUHYviWvpvLE0e6y2WOJ0Aq3ApJd/bbT856Q0wmRT1VvsmhkBdz7kqT9xDokgK23xGprpS4T4DQyWPmeHOlKS8vRpVpBFXawtDY6lzNajpaGPX5w8huC2GL8PePJFuwbVHlC9XYGuA1B2HXAAAAAElFTkSuQmCC);
}
html.no-touchevents > body.article > nav.toolbar.page > ul > li.crossmark > a:hover {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAA2UExURQAAAP////////////////////////////////////////////////////////////////////FjxvwAAAARdFJOUwCeUkU1CJDOhGJy7iHE963k7n5wlAAAAP9JREFUKM+Fk+sagyAIhvGY5/T+b3aArtGT2/hR2YsfBZ8AIqyOKZoCu7A+jxnZPzLKOWSoe4Kmd00FCsUJRtCA6x793NlCojLpoglXIQhtT5lxUYPPGg5ZGyJeLFOXOfOOSbG/pRU8MJxT3uGqbHDBBszKATYYFFdX6xseeO7ro8EWY9UKMMaxx7ixU875BVe8/8E/xDM1pq/FE/On/fkxHLXf4pP3UVPdvqlteeEaSTZVjIQd4RqNm3F14PzEOPDuLqOxHXg07AS+GGG1eJDEtHQbUZgJAAWrsh/LV/+WgiVYzehB22I1Hgc0rb6fkZ/HgJr0SRB1RDgTk09RshdnEx5ahU/x/AAAAABJRU5ErkJggg==);
}
html.no-touchevents > body.article > nav.toolbar.page > ul > li.figures > a:not(.ui-disabled):hover {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAfCAMAAADHso01AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAA5UExURQAAAP///////////////////////////////////////////////////////////////////////wo6NW8AAAASdFJOUwCdb+YoYDnvf14GZ8EYT7CM0aE4DdoAAADUSURBVCjPndNZEsMgCABQXKLGaBbuf9gipq1G0syUL/VNIDICAE4HMbQDgLjhbWwRAho9i6ENBjCY4SYyGkBPC7tvux3dI7PjSu6OPQYbOI3EFhOtE9q/+CG58Gux5eFizruWL+HOXDKTGnaRSRUopItIbIsCe8Nx7ZQdPxwT6k6rn5wPWi+dslfOBk0gp2pq7BqdHhmmUkyNTaWbpNJF8jT2fKVvao/J5ytThPf+4pWX70HvzGubb2r3QlNbJx7e+dfLOy9TMnWREPmEp+Rhxn5P6AutzhTpAzu7SQAAAABJRU5ErkJggg==);
}
html.no-touchevents > body.article > nav.toolbar.page > ul > li.info > a:hover {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAdCAMAAACKeiw+AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAA2UExURQAAAP////////////////////////////////////////////////////////////////////FjxvwAAAARdFJOUwCLZAmeFAEtUkL2qnYk8ti5pXyFtQAAAM1JREFUKM+FU1kWwyAIRMUlRmPn/pdt4osJtE3lSxiWYZHolmiLMcVG+iGRM07J/OlR19282iXGxfZnlWgCWgpDC6kB6UYNYIN0DxYwQynYvujEDeXKXL+p1jO/y1iGza/sxntBdr0wS4qXK/FR3gH+svjX6m4FcHsA04PwXp1lh7UUL6fB1ETunQ5Eix6NNoQnOGAjZHqCKWMWPamtmGv4YK761vARqaam4D41NXMF95mrjUn43Jjct4DrdU//r2V2a7NLnd357Jc8/bE3IqANaArltp0AAAAASUVORK5CYII=);
}
html.no-touchevents > body.article > nav.toolbar.page > ul > li.share > a:hover {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAAAeCAMAAADjLDWuAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAABCUExURQAAAP///////////////////////////////////////////////////////////////////////////////////whf0oYAAAAVdFJOUwDIayxg5A7tgFxNmq8bBYo899hzXnZh2XMAAADqSURBVCjPnZPhDoMgDIQLDGWAirJ7/1ddS+amBDRZ/2j4CvSuhYiyRTusm4koAGM7gEhkME7UjskikUamXghzeNbLDwW7DPID1+BckBphhw73UIwWLB0eYOSz2g6PkKtpQ5tPCppEtjrzwYhZcxbjFq9Xln7gRvFyGF7sWUib5DyP+ia20kkKIhc3J+1LDV8e4UvlNp2N2rmIkVMi/cf383WH7/Wtuoj0dX0ffZFnxkvba33FH96SOE2tDX9+3ePNTX/3mLfr/tz2924+7uarms9cm3YIYQm29z7MKKXGi/cVRLDrvc+Nb34D4L4X4HVgdtIAAAAASUVORK5CYII=);
}
html.no-touchevents > body.article > nav.toolbar.page > ul > li.tags > a:hover {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeBAMAAADJHrORAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAeUExURQAAAP///////////////////////////////////yR8m5UAAAAJdFJOUwA8fUKQGcw12s68bkIAAABxSURBVBjTY2AgBJiUgKAAweecCQQT0fgzBZD409yQFXDOdGDwRFLAOTOAIRJJAZQPVwBVD1cAMQ+hAGIfQgEjjA9TIEk9BRPQFBgwoCiYDPMDI6o0VMFkRCAxokqDFUxGDmVGVGmggsmo0cBewEAOAACMFlgbkCpETwAAAABJRU5ErkJggg==);
}
html.no-touchevents > body.article.ui-show > nav.toolbar.page > ul > li > a.ui-current:hover {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAA5UExURQAAAP///+Tk5N/f31FRUf///1JSUgAAAFBQUODg4N/f3+zs7FBQUO7u7v///+/v71paWuHh4f///8KbjN0AAAATdFJOUwDsiYIe/hEBF5Sioya08pEKcszxAqcHAAAAv0lEQVQoz82T2xbEEAxFJZFIKNr//9mha6ZDL+/1RDYnOYFzLx8ZNYzroJaGpQGNPPgWGLC3Yv7gYYmF1E3b2Y6Aj4w6Je9yv1Cf+uBOHEvauc+FNFyq18RZOuUqd+4ksfklcl3v3QtCjEDrU3fUmEkfm9eUm/4T9RHQwOSB5qasyPlOPnRH615/uvLeZ9xrljr2/6CwfR0JgS3z/S6J6Sip5Y/T+XaW5H+hijD5S7DJ+By06Q+4biezsuHbP8AHSeQFugmElK4AAAAASUVORK5CYII=);
}
html.no-touchevents > body.faq main > div > h2:hover {
  background-image: url('../images/backgrounds/expand-pink.png');
  color: #ec297b;
}
html.no-touchevents > body.faq main > div.ui-expanded > h2:hover {
  background-image: url('../images/backgrounds/collapse-pink.png');
}
html.no-touchevents > body.index main > div > a.button:hover {
  border-color: #353535 !important;
  background-color: #353535;
  color: #fff !important;
}
html.no-touchevents > body.index main > header > div.appeal > div.content > a:hover {
  text-decoration: none;
}
html.no-touchevents > body.index main > header > div.carousel div.carousel-slide > div > a:hover {
  background-color: #fff;
  color: #333;
  text-shadow: none;
}
html.no-touchevents > body.index main #blog > ul > li > div.metadata > div.title > a:hover {
  color: #912d8d;
  text-decoration: none;
}
html.no-touchevents > body.index main #news > a:hover {
  background-color: #fff;
  border-color: #fff !important;
  color: #353535 !important;
}
html.no-touchevents > body.index main #why > a.appeal:hover {
  text-decoration: none;
}
html.no-touchevents > body.subjects main > div > h2 > a:hover {
  color: #24408e;
  text-decoration: none;
}
html.no-touchevents > body.ui-show.ui-panels-open main > article > header > nav.page > ul > li.altmetric > a:not(.ui-disabled):hover {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAhCAMAAACLDYleAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAABCUExURQAAAP///////////////////////////////////////////////////////////////////////////////////whf0oYAAAAVdFJOUwCM0hnrBy0RSDsivqVYdGiBsd2b+DY29mwAAAGlSURBVDjLfVTZgoQgDJO73Aj0/391W3Xc8djlYQZtaZM0uCzfy4BIcTS//LVcQ8Q5srXuNe6Vn4i6upyk1lE8KpmUM5VIW6F9Sbi26MLT2xL0FtWy85/4TonTUVBYDiRwjtC4GnH9zWhYCmLntFXZtFcS1vd2tkFUFPUDB4N0sO5okhL2LCKphQzp5BrKlqXth5fERHSqulDcuYXjkYASFHtVYeQgCZ/ZHgJia6hvSgVcHXUrvM+UIirWu5oDu6I6XGYlQhG27XUi9FohssbTECwTn1OjErWwxAYhUu7L/EmI6SafRUGM45s3CG0eknZ6kxaeKQJoHpkPJ+S9fmQoJB46JCZNJUjJB5iCgSzhWAxDbULBdDeZRk88zDYWtpsHfUNDzYmqPnUkfc0thXrbfjJ1cbOh/xK4OsaB51iqEoeHjmlDHCQ/m+hjECXBHkbrQi1V4+QBVoHta2Krd7kNUcBkyejJP9rN7i7wZ2q1tr0YAP+I03P7yCT+3jFb+U75Hm5S5QPNmkPabl15udjGAlgHrJL0i3n/NITC/WaC5b9l1OP4D6t6HwnvuTI7AAAAAElFTkSuQmCC);
}
html.no-touchevents > body.ui-show.ui-panels-open main > article > header > nav.page > ul > li.crossmark > a:hover {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAhCAMAAACLDYleAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAzUExURQAAAP///////////////////////////////////////////////////////////////7eV4oIAAAAQdFJOUwAYOEcGgJboIMrzLltx2LM2bpXkAAABG0lEQVQ4y5WU7bKFIAhFSUU0s3z/p70gWWmemS4/+nCW7E1CAHc46yOVQtFbB7NYfHmEX16AwzIEDpmWKKs7ZuTIuMtb7BKlVZa2S+rIsmVNjxxCbJ2XIwtz5XG8ZTVAnZVgeF9sfsSpgREBI55PGVGBNwIb31SKPUSYIcAGfHWiMjNEpMSN5e8BcwT4+1jVwV8IqlI8dWaIUZvUbE8QLpb4dlqaIlLKN4TO1xkSVChqYVPEqt0PRVtNNkVIFT4cwHiM9D7G2gy5IZTc0ZB8NUNtqaRIbWlUJN0tVRuTbVFLKxWUIJerMbW9LdXe04ng5669dUh8NPdCkAl4DkkdNW/WHU1wLhjkJNswajKwez+vEd3/x/7Tz+Nn/AGmQCKMhzC2tAAAAABJRU5ErkJggg==);
}
html.no-touchevents > body.ui-show.ui-panels-open main > article > header > nav.page > ul > li.figures > a:not(.ui-disabled):hover {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAzUExURQAAAP///////////////////////////////////////////////////////////////7eV4oIAAAAQdFJOUwDDEwPXmffuDDGscIwzWkTY253YAAAA4ElEQVQ4y53TWxKDIAwFUB6CCLXe/a+2CYgSkWGm+ehQ7zEKglLz2jQGpbec02h9LQpYaKRR7wRNvwCPwx5eRM6wUuyonevJWoGDjx5uCAK8UcYjjMCOSIOI/e8O03foZ2GTFeC5DjYiWglEUU4N7RBYeuAX/EoD4PgjbSzegSsfkYUAx2LavOyDBtBDs/jUvIgLJMCzaPIsKqDrySxYRH7PIs9LKRIyr4DX5eD/3MP0wGv48z4WoQO0qa/bHuIEbVspTiD2CQkdHkCudCty1h2cW5SD0x89nFfqqswO76R+ZHAR/VHwA1gAAAAASUVORK5CYII=);
}
html.no-touchevents > body.ui-show.ui-panels-open main > article > header > nav.page > ul > li.info > a:hover {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACBVGfHAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAwUExURQAAAP///////////////////////////////////////////////////////////ztNBDAAAAAPdFJOUwAGFuzBKMyVPNqvSX6CC4sjzLUAAADhSURBVCjPY2AAAekS+8/uGxngQP0/GBTB+LL/f56Ie9oz//9FCJ8p/1cAiGZd/00BLBD8uQEiw2FvClZgnwTTq/YZpETsmwBMgDE/EUjeNwKx2WeDSOW/QB3/wSbo/wSb8l+Bgf0XWDXbHzC1voBB/itE/wMwGf+RYf8EBiTA+Zuh/gCYJQ/RyfOdwR/iKvkvELd9YbAPQBZg/czw/wGyAN9/TAEMLRiGwqz9ArMW6jCoANBhUKdDBYBOh3oOKgD0HNT7EAGQ96EBBBEABRBmEGIEMkY0YEYURlRiRjZKcgAAM8Ft+MgFpzUAAAAASUVORK5CYII=);
}
html.no-touchevents > body.ui-show.ui-panels-open main > article > header > nav.page > ul > li.share > a:hover {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAA/UExURQAAAP///////////////////////////////////////////////////////////////////////////////0O7+moAAAAUdFJOUwDdGiZM6+6E9khotb+NDDZYdtGekUTnCQAAANtJREFUOMudk8sWgyAMRHmIDPISzP9/a0GPXdhQejoLXORKkiER4gdZQ6xMTGf8IFpZEfkezyQVf3OqlNtno32Ue6fSKyA3AhayHLAF490XwMLHimUIaMRWnpdDYId+nyyw4GwNagAsFUEJLcMzhYrhcEJ7mGggIfUDyMb4Cg/E9nuJW3q2GbrdB0IeGJWw9TTn+R9wp8hD4CoSpl+hLVPk1eYuUV1m27xHpKwYGHVL+YnV88eaPvd0YOYj92FUmY29o5r4uJLn4ojQtpBTW73jsi+u/PLK8svqvwC2pBLBu1NEZwAAAABJRU5ErkJggg==);
}
html.no-touchevents > body.ui-show.ui-panels-open main > article > header > nav.page > ul > li.tags > a:hover {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACBVGfHAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAeUExURQAAAP///////////////////////////////////yR8m5UAAAAJdFJOUwA8fUKQGcw12Ve1P/gAAABySURBVCjPY2CgCmBSAoICJAHOmUAwEV1gpgCywDQ3FCWcMx0YPJGVcM4MYIhEVgIVQCiBakEogRiKpARiLZISRpgAXIkkdZVMQFdiwICqZDLcP4xoCqBKJiMFGyOaArCSyShhz4imAKhkMlr0sBeQG7EA6KpYG9E81ncAAAAASUVORK5CYII=);
}
html.no-touchevents > body #mc_embed_signup > form > fieldset input[type='submit']:hover {
  border-color: #353535 !important;
  background-color: #353535;
  color: #fff !important;
}
#share-panel-email#share-panel-email form {
  padding: 0;
}
#share-panel-email#share-panel-email legend {
  display: block;
  text-align: left;
}
#share-panel-email#share-panel-email .call span {
  display: block;
  font-size: 16px;
}
#share-panel-email#share-panel-email fieldset {
  width: initial;
}
#share-panel-email#share-panel-email .mc-field-group {
  margin: 0;
  width: 100%;
}
#share-panel-email#share-panel-email strong {
  display: block;
  float: none;
  font-size: 15px;
  margin: 0 0 10px 0;
}
#share-panel-email#share-panel-email li {
  display: block;
}
#share-panel-email#share-panel-email input[type='submit'] {
  margin: 20px 0;
}
.addthis_toolbox a {
  clear: both;
  height: 50px;
}
.at-icon-wrapper {
  margin: -10px 8px -10px 0;
}
body.about main a {
  color: #cb2027;
}
body.about main > header > hr {
  border-color: #cb2027;
}
body.about main #apc,
body.about main #open-access,
body.about main #our-brand,
body.about main #our-partners {
  height: 300px;
}
body.about main #faq {
  border-right: none;
  margin: 0 115px;
  padding-bottom: 0;
  padding-left: 40px;
  width: 500px;
}
body.about main > div > h2 {
  line-height: 42px;
}
body.about main > div > h2 > span {
  display: inline-block;
  padding: 0 0 0 45px;
}
body.about main #apc,
body.about main #open-access,
body.about main #our-brand,
body.about main #our-partners {
  height: 285px;
}
body.about main #apc > h2 > span {
  background: url('../images/icons/about-apc.png') no-repeat left 5px;
}
body.about main #faq > h2 > span {
  background: url('../images/icons/about-faq.png') no-repeat left 2px;
}
body.about main #open-access > h2 > span {
  background: url('../images/icons/about-open-access.png') no-repeat 6px 0;
}
body.about main #our-brand > h2 > span {
  background: url('../images/icons/about-our-brand.png') no-repeat top left;
}
body.about main #our-partners > h2 > span {
  background: url('../images/icons/about-our-partners.png') no-repeat top left;
}
body.about main #who-we-are > h2 > span {
  background: url('../images/icons/about-who-we-are.png') no-repeat top left;
}
body.about main #vision-and-scope > h2 > span {
  background: url('../images/icons/about-vision-and-scope.png') no-repeat left 6px;
}
body.about main #faq {
  margin: 0 225px;
}
body.compilation > div > main {
  width: 100%;
}
body.compilation > div > main > header {
  padding: 85px 0px 0px 0px;
}
body.compilation > div > main > header > div {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/compilation/collections-header-img.jpeg');
  color: white;
  text-align: center;
  padding: 35px 0;
  background-size: cover;
  background-repeat: no-repeat;
  height: 350px;
  background-position: 0 72%;
}
body.compilation > div > main > header > div > img {
  position: relative;
  left: 0px;
  top: 0px;
  width: 1984px;
}
body.compilation > div > main > header > div > p {
  text-align: center;
  color: white;
}
body.compilation > div > main > header > div > p.p1 {
  font-weight: bold;
  margin: 0;
}
body.compilation > div > main > header > div > p.p2 {
  font-weight: bold;
}
.sign-up-button.sign-up-button {
  display: block;
  width: 158px;
  margin: 0 auto;
  border: 1px solid #fff;
  border-radius: 3px;
  padding: 5px;
  box-shadow: 0 0 2px #000;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  text-shadow: 0 0 5px #000;
  text-decoration: none;
}
.sign-up-button.sign-up-button:hover {
  background-color: #fff;
  color: #333;
  text-decoration: none;
  text-shadow: none;
}
body.compilation main > header > div > hr {
  border: 1px solid white;
  margin: 0 auto 30px;
  width: 50px;
}
body.compilation > div > main > div > ul.article-results > li > div.compilationContainer > div.img > a > img {
  display: none;
  border: 1px solid #d8d8d8;
}
@media only screen and (min-width: 768px) {
  body.compilation > div > main > div > ul.article-results > li > div.compilationContainer > div.img > a > img {
    display: block;
    float: left;
    height: 160px;
    width: 130px;
  }
}
@media only screen and (min-width: 768px) {
  body.compilation > div > main > div > ul.article-results > li > div.compilationContainer > div.metadata {
    margin-left: 160px;
  }
}
@media only screen and (min-width: 768px) {
  body.compilation > div > main > div > ul.article-results > li > div.compilationContainer > div.metadata > div.title > a {
    font-size: 24px;
  }
}
body.compilation > div > main > div > ul.article-results > li > div.compilationContainer > div.metadata > div.title > a {
  color: #333;
  display: block;
  font-family: 'Anglecia Pro Display', serif;
  font-size: 20px;
  line-height: 1.4;
}
body.compilationResult > div > main > article {
  float: left;
}
body.compilationResult > div > main > .shutter-left > section.imageAndTitle {
  color: white;
  text-align: center;
  background-size: 701px 328px;
  background-repeat: no-repeat;
  padding: 46px;
}
body.compilationResult > div > main > .shutter-left > section.imageAndTitle > p.sign-up_paragraph {
  margin-top: 20px;
}
body.compilationResult > div > main > .shutter-left > section.imageAndTitle > p.p1 {
  line-height: 1.6;
}
body.compilationResult > div > main > .shutter-left > section.imageAndTitle > p.p2 {
  line-height: 1.6;
}
body.compilationResult > div > main > .shutter-left > section.imageAndTitle > p {
  text-align: center;
  color: white;
  font-weight: bold;
  margin: 0;
}
body.compilationResult > div > main > .shutter-left > section.imageAndTitle > hr {
  border: 1px solid white;
  margin: 0 auto 28px;
  width: 50px;
}
body.compilationResult > div > main > .shutter-right > div.curators {
  overflow: hidden;
  padding-bottom: 10px;
}
body.compilationResult > div > main > .shutter-right hr.hr1 {
  margin: 0 10px 35px 10px;
  border: 0;
  border-top: 1px solid #c0c0c0;
}
body.compilationResult > div > main > .shutter-right hr.hr2 {
  border: 0;
  border-top: 1px solid #c0c0c0;
  margin-right: 10px !important;
  margin-bottom: 17px;
}
body.compilationResult > div > main > .shutter-right > div.curators > h3 {
  padding: 10px 10px 18px 10px;
}
body.compilationResult > div > main > .shutter-right > div.curators > div > div.profileImage {
  float: left;
  clear: both;
  margin-right: 10px;
}
body.compilationResult > div > main > .shutter-right > div.curators > div > div.nameAndRole {
  float: left;
  margin-top: 21px;
}
body.compilationResult > div > main > .shutter-right > div.curators > div > div.nameAndRole > p.role {
  font-style: italic;
}
body.compilationResult > div > main > .shutter-right > div.curators > div > div.nameAndRole > p.name {
  font-weight: bold;
  margin: 0 0 -10px;
}
body.compilationResult > div > main > .shutter-right > div.curators > div > div.profileImage > img {
  border-radius: 50%;
  border: 1px solid #c0c0c0;
  max-width: 70px;
  margin-left: 10px;
  margin-bottom: 17px;
}
body.compilationResult > div > main > .shutter-right > div.RelatedContent > ul > ol > div.title {
  font-weight: bold;
}
body.compilationResult > div > main > .shutter-right > div.RelatedContent > ul > ol > div.author {
  font-style: italic;
}
body.compilationResult > div > main > .shutter-right > div.RelatedContent > ul > ol {
  padding: 20px;
  margin-left: -55px;
}
body.compilationResult > div > main > .shutter-right > div.RelatedContent > hr {
  margin-right: 100px;
}
body.compilationResult > div > main > .shutter-right > div.RelatedContent > img {
  width: 158px;
}
body.compilationResult > div > main > .shutter-left > div.bottomSection {
  margin-left: 0px;
  width: auto;
}
body.compilationResult > div > main > div > ul.results.article-results > li {
  margin: 0;
}
body.compilationResult > div > main > .shutter-left > div.bottomSection > ul.results.article-results > li {
  margin: 0;
  width: 100%;
}
@media (min-width: 992px) {
  body.compilationResult > div > main {
    overflow: hidden;
  }
  body.article main ul li.parent-menu.sign-up {
    display: none;
  }
}
@media (max-width: 992px) {
  body.compilationResult > div > main > .shutter-left > section.imageAndTitle {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
  }
  body.compilation > div > main > header {
    padding: 65px 0px 0px 0px;
  }
  body.compilationResult > div > main > .shutter-left {
    padding: 65px 0px 0px 0px;
  }
  body main > article section.longDescription {
    padding-left: 10px;
    padding-right: 10px;
  }
  body.compilationResult > div > main > .shutter-right {
    float: none;
    max-width: 40%;
    display: table-footer-group;
  }
  body.compilationResult > div > main {
    display: table;
  }
}
@media (max-width: 750px) {
  body.compilationResult > div > main > .shutter-left > div.bottomSection {
    margin-left: 15px;
  }
}
table {
  font-family: "Anglecia Pro Display", serif;
}
body.siteMap > div > main > header {
  padding-right: 200px;
}
body.siteMap > div > main > header > hr {
  border: 1px solid #47B763;
}
body.siteMap > div > main > div {
  overflow: hidden;
}
body.siteMap > div > main > div > div.ui-tileable {
  float: right;
  width: 33%;
}
body.siteMap > div > main > div > div.ui-tileable:nth-child(n+4):nth-child(3n+1) {
  clear: both;
}
body.siteMap > div > main > div > div.ui-tileable > ul {
  list-style: none;
  margin: 1em 0 0;
  padding: 0;
}
body.siteMap > div > main > div > div.ui-tileable > ul > li {
  margin-bottom: 1% ;
}
body.siteMap > div > main > div > div.ui-tileable > ul > li > a {
  color: #47B763;
}
.labelled-list,
ol[type='none'],
ul[type='none'] {
  list-style: none;
}
.labeled-list li > .label {
  float: left;
  margin-left: -2.5em;
  min-width: 2.5em;
  padding-right: .25em;
  text-align: right;
  line-height: 1.7;
}
.inline-formula.inline-formula.inline-formula {
  display: inline;
}
header section.overflow {
  display: none;
}
header a#showhideauthors {
  font-size: 13px;
}
header #showhideauthors:before {
  content: '\2026';
}
header #showhideauthors.expanded:before {
  content: '';
}
.RelatedContent {
  margin-top: 10px;
  margin-left: 10px;
}
body.compilationResult > div > main > .shutter-right > div.RelatedContent > ul > ol {
  padding: 0px 20px 20px 20px;
}
td:first-child {
  text-align: left;
}
.Page404 .pageTitle {
  line-height: 5ex;
  font-size: 56px !important;
  margin-bottom: 36px;
  text-align: center;
}
.Page404 .pageTitle div.error404 {
  font-size: 128px;
  text-align: center;
}
.Page404 .pageTitle div.oops {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  line-height: 1;
}
.Page404 .note {
  line-height: 1.75;
  margin: 0 auto;
  font-size: 20px;
  width: 450px;
  text-align: center;
}
.Page404 .break404 {
  display: none;
}
header .appeal:after {
  clear: both;
  content: '';
  display: block;
}
ul.authors > li.overflow > a {
  color: black;
  font-size: 14px;
}
body.article main section.glossary dl {
  font-family: "Anglecia Pro", serif;
  font-size: 18px;
  margin: 0 0 18px;
}
body.article main section.glossary dl > dd,
body.article main section.glossary dl > dt {
  display: block;
  line-height: 30px;
}
body.article main section.glossary dl > dd {
  color: inherit;
  font-weight: normal;
  margin: 0 0 8px;
}
body.article main section.glossary dl > dd > p {
  display: inline;
}
body.article main section.glossary dl > dt {
  color: inherit;
  margin-left: 0;
}
body.article main section.glossary dl > dt:after {
  content: '';
}
@media only screen and (min-width: 768px) {
  body.article main section.glossary dl > dd,
  body.article main section.glossary dl > dt {
    float: left;
  }
  body.article main section.glossary dl > dd {
    margin-bottom: 0;
  }
  body.article main section.glossary dl > dt {
    clear: both;
    width: 150px;
  }
}
body.article main > article section {
  font-family: "Anglecia Pro", serif;
  font-size: 18px;
}
.wrapper .cta-author-div,
.wrapper .cta-subscribe-div {
  height: 175px;
  background: #f5f5f5;
  position: relative;
  bottom: 260px;
}
.wrapper .cta-author-div a:hover,
.wrapper .cta-subscribe-div a:hover {
  text-decoration: none;
}
.cta-author-title,
.cta-subscribe-title {
  text-align: center;
  padding-top: 29px;
  padding-bottom: 21px;
  margin-bottom: 0px;
}
.cta-author-button {
  border: 1px solid #35beb9;
  background-color: #35beb9;
  border-radius: 3px;
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: 600;
  padding: 15px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  margin-right: auto;
  margin-left: auto;
  width: 275px;
}
.cta-subscribe-button {
  border: 1px solid #35beb9;
  background-color: #35beb9;
  border-radius: 3px;
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: 600;
  padding: 15px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  margin-right: auto;
  margin-left: auto;
  width: 275px;
  border: 1px solid #912d8d;
  background-color: #912d8d;
}
#mc_embed_signup_scroll .newsletter_agreement {
  display: inline-flex;
}
#mc_embed_signup_scroll .newsletter_agreement .agreement__check {
  width: unset;
  margin: 6px 5px 0px 0px;
}
