/* Utilitles - SASS code that does not actually output any styles */
/* Common style snippets */
/* Template components */
@media all and (min-width: 600px) {
  html {
    background: url(img/background.jpg) no-repeat center center fixed;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-y: scroll; } }
.no-js #templates-and-content {
  display: block; }

.keyword-list li:nth-child(8n+1) {
  background: #887b80;
  color: white; }
.keyword-list li:nth-child(8n+2) {
  background: #d4abb4;
  color: white; }
.keyword-list li:nth-child(8n+3) {
  background: #d28b7b;
  color: white; }
.keyword-list li:nth-child(8n+4) {
  background: #a76a69;
  color: white; }
.keyword-list li:nth-child(8n+5) {
  background: #c2a98b;
  color: white; }
.keyword-list li:nth-child(8n+6) {
  background: #745b5d;
  color: white; }
.keyword-list li:nth-child(8n+7) {
  background: #c69591;
  color: white; }
.keyword-list li:nth-child(8n+0) {
  background: #c8b9c8;
  color: white; }

.stacked-bar-chart-graphic div:nth-child(8n+1), .chart-legend li:nth-child(8n+1) {
  background: #9dc2b8;
  color: white; }
.stacked-bar-chart-graphic div:nth-child(8n+2), .chart-legend li:nth-child(8n+2) {
  background: #404a50;
  color: white; }
.stacked-bar-chart-graphic div:nth-child(8n+3), .chart-legend li:nth-child(8n+3) {
  background: #2d6b89;
  color: white; }
.stacked-bar-chart-graphic div:nth-child(8n+4), .chart-legend li:nth-child(8n+4) {
  background: #b8bf9a;
  color: white; }
.stacked-bar-chart-graphic div:nth-child(8n+5), .chart-legend li:nth-child(8n+5) {
  background: #705da2;
  color: white; }
.stacked-bar-chart-graphic div:nth-child(8n+6), .chart-legend li:nth-child(8n+6) {
  background: #838e5a;
  color: white; }
.stacked-bar-chart-graphic div:nth-child(8n+7), .chart-legend li:nth-child(8n+7) {
  background: #788ea2;
  color: white; }
.stacked-bar-chart-graphic div:nth-child(8n+0), .chart-legend li:nth-child(8n+0) {
  background: #4486c5;
  color: white; }

/* Styles */
/******************************************
*  Reset
******************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

/******************************************
*  inline content (Typography)
******************************************/
html {
  font-family: "altis_unisa_web", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px; }

h1, .h1 {
  font-size: 30px;
  font-weight: 800;
  line-height: 30px;
  text-transform: uppercase; }

h2, .h2 {
  font-size: 26px;
  font-weight: 400;
  line-height: 30px;
  text-transform: none; }

h3, .h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 20px; }

h4, .h4, .data-set-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px; }

h5, .h5,
h6, .h6 {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px; }

.billboard-title {
  font-size: 30px;
  font-weight: 200;
  line-height: 26px;
  text-transform: uppercase; }

@media all and (min-width: 600px) {
  h1, .h1 {
    font-size: 42px;
    line-height: 40px; }

  h2, .h2 {
    font-size: 38px;
    line-height: 40px; }

  .billboard-title {
    font-size: 46px;
    line-height: 38px; } }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  padding-left: 26px;
  position: relative; }
  h1 a:before, h2 a:before, h3 a:before, h4 a:before, h5 a:before, h6 a:before {
    background: url("img/icon-plus-blue3-sm.svg") no-repeat center;
    border: 1px solid #5a95cc;
    content: "";
    height: 19px;
    left: 0;
    position: absolute;
    width: 19px; }

p, h1, h2, h3, h4, h5, h6 {
  margin: 8px 0; }

p, a, th, td, label, li, dt, dl, pre, button {
  /* These are technically the same, use both, compatibility! */
  overflow-wrap: break-word;
  word-wrap: break-word; }

strong, b {
  font-weight: 600; }

.small-text, .chart-legend li {
  font-family: Verdana, san-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 13px; }

@media all and (min-width: 600px) {
  p .left {
    margin-right: 16px; }

  p .right {
    margin-left: 16px; } }
pre {
  color: navy;
  font-family: monospace;
  white-space: pre-line; }

ul, ol, dl {
  list-style-position: outside;
  overflow: visible;
  padding-left: 16px; }

.leader-list {
  list-style: none;
  padding: 0; }
  .leader-list li {
    overflow: hidden; }
  .leader-list li:before {
    content: ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .";
    float: left;
    white-space: nowrap;
    width: 0; }
  .leader-list li > * {
    background: white;
    float: right;
    padding-left: 5px; }
  .leader-list li :first-child {
    float: left;
    padding-left: 0;
    padding-right: 5px; }

.inline-list {
  list-style: none;
  padding: 0; }

.inline-list li,
.inline-list dt,
.inline-list dd {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin-bottom: 2px;
  overflow: hidden;
  position: relative; }

.inline-list dt {
  font-weight: 600; }

.inline-list dd + dt {
  margin: 0 2px 2px 16px; }

.key-value-content li {
  margin: 0 16px 2px 2px; }

a {
  color: #0052a0;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

table {
  border-collapse: collapse;
  padding: 16px;
  width: 100%; }

th {
  background: #eaeaea;
  font-weight: 600;
  padding: 4px 16px;
  text-align: left; }

td {
  padding: 8px 16px;
  vertical-align: top; }

.table-col-sm {
  width: 80px; }

.table-col-med {
  width: 230px; }

.ta-right {
  text-align: right; }

.ta-center {
  text-align: center; }

.ta-left {
  text-align: left; }

/*  Inline images */
img {
  height: auto;
  width: 100%; }

/******************************************
*  Web fonts
******************************************/
@font-face {
  font-family: 'altis_unisa_web';
  src: url("../fonts/UniSAAltisWeb/UniSA_AltisWeb-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/UniSAAltisWeb/UniSA_AltisWeb-Light.woff") format("woff");
  font-weight: 200;
  font-style: normal; }
@font-face {
  font-family: 'altis_unisa_web';
  src: url("../fonts/UniSAAltisWeb/UniSA_AltisWeb-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/UniSAAltisWeb/UniSA_AltisWeb-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'altis_unisa_web';
  src: url("../fonts/UniSAAltisWeb/UniSA_AltisWeb-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/UniSAAltisWeb/UniSA_AltisWeb-Bold.woff") format("woff");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'altis_unisa_web';
  src: url("../fonts/UniSAAltisWeb/UniSA_AltisWeb-Heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/UniSAAltisWeb/UniSA_AltisWeb-Heavy.woff") format("woff");
  font-weight: 800;
  font-style: normal; }
.layout-wrapper {
  overflow: hidden;
  margin: auto;
  max-width: 1020px; }

.layout-section {
  overflow: hidden; }

.layout-section-backnav {
  background: #eaeaea url("img/dropshadow-up.png") repeat-x bottom;
  color: #c8c8c8;
  overflow: hidden;
  padding: 8px;
  display: block;
  overflow: hidden; }

.layout-section-header {
  background-color: #fff;
  border-bottom: 2px solid #eaeaea;
  margin: 0;
  overflow: hidden;
  padding: 8px; }

.layout-section-body {
  background-color: #fff;
  overflow: hidden;
  padding: 16px; }

.layout-section-footer {
  background-color: white;
  padding: 16px 2px 2px 2px; }

[class^="col-"],
[class*=" col-"] {
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.col-sm-1of1 {
  width: 100%; }

.col-sm-1of1 + .col-sm-1of1 {
  padding-top: 8px; }

[class^="ratio-"],
[class*=" ratio-"] {
  position: relative;
  width: 100%; }

[class^="ratio-"] > *,
[class*=" ratio-"] > * {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%; }

.ratio-1x1 {
  padding-bottom: 100%; }

.ratio-16x9 {
  padding-bottom: 56.25%; }

.right {
  float: right; }

.left {
  float: left; }

.float-wrapper {
  overflow: hidden; }

@media all and (max-width: 599px) {
  .hide-sm {
    display: none !important; } }
@media all and (min-width: 600px) {
  .layout-section-backnav {
    display: none; }

  .layout-section-header {
    padding: 8px 24px; }
    .layout-section-header > * {
      margin-bottom: 0;
      margin-top: 0; }

  .layout-section-body {
    display: block; }

  .col-med-223fixed {
    width: 210px; }

  .col-med-223fluid-right {
    float: none;
    margin-left: 210px;
    padding: 0 16px;
    width: auto; }

  .col-med-1of2 {
    width: 50%; }

  .contentcols-med-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px; }
    .contentcols-med-2 > li {
      display: inline-block;
      width: 100%; } }
@media all and (min-width: 600px) and (max-width: 1019px) {
  .col-med-1of2 {
    padding: 8px; }

  .hide-med {
    display: none !important; } }
@media all and (min-width: 1020px) {
  .col-lg-223fixed {
    width: 210px; }

  .col-lg-223fluid-right {
    float: none;
    margin-left: 226px;
    padding: 0;
    width: auto; }

  .col-lg-1of1 {
    width: 100%; }

  .col-lg-1of2 {
    width: 50%; }

  .col-lg-1of3 {
    width: 33.3333%; }

  .col-lg-2of3 {
    width: 66.6666%; }

  .hide-lg {
    display: none !important; } }
.alert-list li {
  border: 2px solid rgba(83, 190, 128, 0.25);
  line-height: 28px;
  min-height: 28px;
  padding: 0 8px 0 36px; }

.alert-list li:before {
  background: url("img/alert-tick.svg") no-repeat center;
  background-color: #53be80;
  content: "";
  height: 28px;
  position: absolute;
  left: 0;
  top: 0;
  width: 28px; }

.no-svgasimg .alert-list li:before {
  background-image: url("img/alert-tick.png"); }

/* nav */
.nav {
  list-style: none; }
  .nav a {
    display: block;
    text-decoration: none; }

ul.nav {
  padding: 0;
  overflow: hidden; }

button, .button {
  transition: background-color 0.35s ease;
  background: #0052a0;
  border: 0;
  color: #fff;
  padding: 8px 16px; }
  button:hover, .button:hover {
    transition: background-color 0.35s ease; }
  button:hover, .button:hover {
    background-color: #98c0e6;
    cursor: pointer; }

.link-list, .link-list-arrowed {
  margin: 16px 0;
  padding: 0;
  width: 100%; }
  .link-list li, .link-list-arrowed li {
    display: block;
    float: none;
    margin: 0; }
  .link-list a, .link-list-arrowed a {
    margin-bottom: 1px; }

.link-list-arrowed a:before {
  background: url("../images/icon_link-arrow-right.png") no-repeat;
  content: '';
  display: inline-block;
  height: 14px;
  margin: 0 8px 0 0;
  vertical-align: middle;
  width: 13px; }

.nav-list li {
  padding: 0 0 2px 0; }
  .nav-list li a {
    border-bottom: 1px solid #c8c8c8;
    padding: 4px;
    position: relative; }
  .nav-list li a:before {
    content: " ";
    border-bottom: 1px solid #eaeaea;
    position: absolute;
    top: 0;
    bottom: -2px;
    left: 0;
    right: 0; }

.no-svgasimg .btn-set-modal a:after {
  background-image: url("img/icon-plus-blue3-sm.png"); }

.gallery {
  margin-bottom: 16px;
  margin-left: -1px;
  margin-right: -1px;
  overflow: hidden; }
  .gallery > * {
    border-color: #fff;
    border-color: rgba(255, 255, 255, 0);
    border-width: 1px;
    border-style: solid;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    float: left;
    width: 33.3333%; }
  .gallery img {
    float: left; }
  .gallery .gallery-img-lg {
    width: 100%; }
  .gallery .video-link {
    position: relative; }
  .gallery .video-link:after {
    border: 1px solid #5a95cc;
    background: url("img/icon-play-sm.svg") no-repeat center;
    background-color: rgba(255, 255, 255, 0.6);
    content: "";
    height: 19px;
    position: absolute;
    right: 4px;
    bottom: 4px;
    width: 19px; }
  @media all and (min-width: 300px) {
    .gallery > * {
      width: 25%; } }
  @media all and (min-width: 600px) {
    .gallery > * {
      width: 33.3333%; } }

.no-svgasimg .video-link:after {
  background: url("img/icon-play-sm.png") no-repeat center; }

.webapp-header {
  background: #c8c8c8;
  padding: 4px 8px; }

.webapp {
  background: #eaeaea;
  height: 300px; }

.icon-link-set-lg a, .icon-link-set-med a {
  background-color: white;
  border: 1px solid #eaeaea;
  display: block; }
.icon-link-set-lg a:hover, .icon-link-set-med a:hover {
  border-color: #c8c8c8; }

.icon-link-set-lg a {
  height: 66px;
  width: 66px; }

.icon-link-set-med a {
  height: 40px;
  width: 40px; }

.keyword-list li {
  background: #98c0e6;
  border-radius: 4px;
  color: inherit;
  display: inline-block;
  font-weight: 600;
  padding: 2.66667px 8px;
  text-decoration: none; }

.content-pullout {
  border: 1px solid #eaeaea;
  box-sizing: border-box;
  display: inline-block;
  margin: 8px 0 4px 0;
  padding: 16px;
  width: 100%; }

a.content-pullout:hover {
  border-color: #c8c8c8;
  text-decoration: none; }

.content-pullout-thumbnail {
  float: left;
  width: 60px; }

.content-pullout-title {
  margin-left: 76px;
  margin-top: 0; }

.content-pullout-description {
  margin-left: 76px; }

.modal {
  background: #eaeaea;
  display: none;
  padding: 0;
  -webkit-animation: fadein 0.6s;
  -moz-animation: fadein 0.6s;
  -ms-animation: fadein 0.6s;
  -o-animation: fadein 0.6s;
  animation: fadein 0.6s; }

@media all and (max-width: 599px) {
  .modal-sm {
    display: none; } }
.modal.open {
  display: block; }

.modal-dialogue {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  max-width: 800px;
  margin: auto; }

.modal.open .modal-dialogue {
  display: block;
  -webkit-transition-delay: 2s;
  /* Safari */
  transition-delay: 2s; }

.modal-body {
  background: white;
  padding: 16px; }

.modal-footer {
  background: white;
  border-top: 1px solid #eaeaea;
  overflow: hidden;
  padding: 8px; }
  .modal-footer > * {
    float: right; }

.modal-nav {
  float: right; }
  .modal-nav a {
    border: 2px solid #5a95cc;
    display: block;
    height: 38px;
    text-decoration: none;
    width: 38px; }
  .modal-nav a:hover {
    background-color: #e0efff; }

.btn-set-modal {
  clear: both;
  overflow: hidden; }
  .btn-set-modal a {
    white-space: nowrap;
    overflow: hidden;
    padding-right: 35px;
    position: relative;
    text-overflow: ellipsis; }
  .btn-set-modal li {
    padding: 1px; }
  .btn-set-modal a:after {
    border: 1px solid #5a95cc;
    background: url("img/icon-plus-blue3-sm.svg") no-repeat center;
    content: "";
    height: 19px;
    position: absolute;
    right: 8px;
    width: 19px; }

@media all and (min-width: 600px) {
  .modal {
    background: none;
    margin: 32px auto;
    max-width: 768px; } }
@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeout {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
/* Firefox < 16 */
@-moz-keyframes fadeout {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadeout {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
/* Internet Explorer */
@-ms-keyframes fadeout {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
/* Opera < 12.1 */
@-o-keyframes fadeout {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
.data-set {
  list-style: none;
  margin: 8px 0 16px 0;
  padding: 0; }

.data-set li {
  padding: 0;
  overflow: hidden; }

.data-set li + li,
.data-set tr + tr {
  border-top: 2px dotted #eaeaea;
  padding-top: 8px; }

.data-set td > *:first-child,
.data-set li > *:first-child {
  margin-top: 0; }

.data-set-title {
  font-weight: 600; }

.data-set-details {
  display: inline-block; }

.data-set td {
  min-width: 80px; }

/*grid using flexbox*/
.grid {
  padding-left: 8px;
  padding-right: 8px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: row;
  -webkit-flex-flow: row;
  flex-flow: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start; }
  .grid > * {
    background-clip: padding-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%; }
  .grid > .grid {
    border: none;
    padding: 0; }

@media all and (min-width: 600px) {
  .gc-med-1of1 {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%; }

  .gc-med-1of3 {
    -webkit-flex-basis: 33.3333%;
    -moz-flex-basis: 28.3333%;
    -ms-flex-basis: 28.3333%;
    flex-basis: 28.3333%; }

  .gc-med-1of2 {
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 45%;
    -ms-flex-basis: 45%;
    flex-basis: 45%; } }
@media all and (min-width: 1020px) {
  .gc-lg-1of1 {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%; }

  .gc-lg-1of2 {
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    flex-basis: 50%; }

  .gc-lg-1of3 {
    -webkit-flex-basis: 33.3333%;
    -moz-flex-basis: 25.3333%;
    -ms-flex-basis: 25.3333%;
    flex-basis: 25.3333%; }

  .gc-lg-2of3 {
    -webkit-flex-basis: 66.6666%;
    -moz-flex-basis: 60.6666%;
    -ms-flex-basis: 60.6666%;
    flex-basis: 60.6666%; }

  .gc-lg-1of4 {
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 20%;
    -ms-flex-basis: 20%;
    flex-basis: 20%; } }
.no-flexbox .grid,
.no-flexwrap .grid {
  padding-left: 8px;
  padding-right: 8px;
  display: block; }
  .no-flexbox .grid > *,
  .no-flexwrap .grid > * {
    float: left;
    width: 100%; }
  @media all and (min-width: 600px) {
    .no-flexbox .grid .gc-med-1of3,
    .no-flexwrap .grid .gc-med-1of3 {
      width: 33.3333%; }
    .no-flexbox .grid .gc-med-1of2,
    .no-flexwrap .grid .gc-med-1of2 {
      width: 50%; } }
  @media all and (min-width: 1020px) {
    .no-flexbox .grid .gc-lg-1of1,
    .no-flexwrap .grid .gc-lg-1of1 {
      width: 100%; }
    .no-flexbox .grid .gc-lg-1of2,
    .no-flexwrap .grid .gc-lg-1of2 {
      width: 50%; }
    .no-flexbox .grid .gc-lg-1of3,
    .no-flexwrap .grid .gc-lg-1of3 {
      width: 33.3333%; }
    .no-flexbox .grid .gc-lg-2of3,
    .no-flexwrap .grid .gc-lg-2of3 {
      width: 66.6666%; }
    .no-flexbox .grid .gc-lg-1of4,
    .no-flexwrap .grid .gc-lg-1of4 {
      width: 25%; } }

/* Icons */
/* Common icon styling */
.icon-twitter {
  transition: background-color 0.35s ease;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  text-decoration: none;
  text-indent: 100%;
  white-space: nowrap;
  background-image: url("img/profile-icons/twitter.png"); }
  .icon-twitter:hover {
    transition: background-color 0.35s ease; }

.icon-facebook {
  transition: background-color 0.35s ease;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  text-decoration: none;
  text-indent: 100%;
  white-space: nowrap;
  background-image: url("img/profile-icons/facebook.png"); }
  .icon-facebook:hover {
    transition: background-color 0.35s ease; }

.icon-linkedin {
  transition: background-color 0.35s ease;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  text-decoration: none;
  text-indent: 100%;
  white-space: nowrap;
  background-image: url("img/profile-icons/linkedin.png"); }
  .icon-linkedin:hover {
    transition: background-color 0.35s ease; }

.icon-youtube {
  transition: background-color 0.35s ease;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  text-decoration: none;
  text-indent: 100%;
  white-space: nowrap;
  background-image: url("img/profile-icons/youtube.png"); }
  .icon-youtube:hover {
    transition: background-color 0.35s ease; }

.icon-researcherid {
  transition: background-color 0.35s ease;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  text-decoration: none;
  text-indent: 100%;
  white-space: nowrap;
  background-image: url("img/profile-icons/researcherid.png"); }
  .icon-researcherid:hover {
    transition: background-color 0.35s ease; }

.icon-orcid {
  transition: background-color 0.35s ease;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  text-decoration: none;
  text-indent: 100%;
  white-space: nowrap;
  background-image: url("img/profile-icons/orcid.png"); }
  .icon-orcid:hover {
    transition: background-color 0.35s ease; }

.icon-scopus {
  transition: background-color 0.35s ease;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  text-decoration: none;
  text-indent: 100%;
  white-space: nowrap;
  background-image: url("img/profile-icons/scopus.png"); }
  .icon-scopus:hover {
    transition: background-color 0.35s ease; }

.icon-instagram {
  transition: background-color 0.35s ease;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  text-decoration: none;
  text-indent: 100%;
  white-space: nowrap;
  background-image: url("img/profile-icons/instagram.png"); }
  .icon-instagram:hover {
    transition: background-color 0.35s ease; }

.icon-google-scholar {
  transition: background-color 0.35s ease;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  text-decoration: none;
  text-indent: 100%;
  white-space: nowrap;
  background-image: url("img/profile-icons/google-scholar.png"); }
  .icon-google-scholar:hover {
    transition: background-color 0.35s ease; }

.icon-close {
  transition: background-color 0.35s ease;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  text-decoration: none;
  text-indent: 100%;
  white-space: nowrap;
  background-size: 80%;
  background-image: url("img/icon-close-blue-sm.svg"); }
  .icon-close:hover {
    transition: background-color 0.35s ease; }

.icon-up {
  transition: background-color 0.35s ease;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  text-decoration: none;
  text-indent: 100%;
  white-space: nowrap;
  background-size: 80%;
  background-image: url("img/icon-up-blue-sm.svg"); }
  .icon-up:hover {
    transition: background-color 0.35s ease; }

.icon-settings {
  transition: background-color 0.35s ease;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  text-decoration: none;
  text-indent: 100%;
  white-space: nowrap;
  background-image: url("img/icon-settings.svg"); }
  .icon-settings:hover {
    transition: background-color 0.35s ease; }

.icon-unlocked {
  transition: background-color 0.35s ease;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  text-decoration: none;
  text-indent: 100%;
  white-space: nowrap;
  background-image: url("img/icon-lock-open.png");
  display: inline-block;
  height: 17px;
  vertical-align: middle;
  width: 17px; }
  .icon-unlocked:hover {
    transition: background-color 0.35s ease; }

.icon-link-set a {
  background-color: white;
  border: 1px solid #eaeaea;
  display: block;
  height: 66px;
  width: 66px; }
.icon-link-set a:hover {
  border-color: #c8c8c8; }

/* no SVG support fallbacks */
.no-svgasimg .icon-close {
  background-image: url("img/icon-close-blue-sm.png"); }
.no-svgasimg .icon-up {
  background-image: url("img/icon-up-blue-sm.png"); }
.no-svgasimg .icon-settings {
  background-image: url("img/icon-settings.png"); }

/* stacked bar chart */
.stacked-bar-chart-graphic {
  display: inline-block;
  overflow: hidden;
  width: 100%; }

.stacked-bar-chart-graphic div {
  box-sizing: border-box;
  border: 1px solid white;
  float: left;
  height: 80px; }

.chart-legend {
  padding: 0; }
  .chart-legend li {
    display: inline-block;
    margin-bottom: 3px;
    padding: 4px;
    color: inherit; }

header {
  background: #0052a0;
  border-style: solid;
  color: #98c0e6;
  border-width: 1px;
  border-style: solid;
  border-top-color: #2770b3;
  border-right-color: #00385e;
  border-bottom-color: #00385e;
  border-left-color: #2770b3;
  overflow: hidden;
  margin-bottom: 8px; }
  header a {
    color: #98c0e6; }
  header a:hover {
    color: white; }
  header ul {
    border-bottom-color: #2770b3;
    border-top-color: #00385e; }
  header li {
    border-bottom-color: #00385e;
    border-top-color: #2770b3; }
  header input[type="text"],
  header input[type="email"],
  header input[type="tel"],
  header input[type="search"],
  header textarea {
    border-width: 1px;
    border-style: solid;
    border-top-color: #00385e;
    border-right-color: #98c0e6;
    border-bottom-color: #98c0e6;
    border-left-color: #00385e; }
  header .nav-list a {
    border-bottom-color: #00385e; }
  header .nav-list a:before {
    border-bottom-color: #2770b3; }
  header button, header .button {
    background: #2770b3; }
    header button:hover, header .button:hover {
      background-color: #98c0e6;
      color: black; }

.header-inner {
  box-sizing: border-box;
  padding: 0 16px; }

.header-site-logo {
  display: block;
  float: left;
  margin: 16px 0;
  width: 200px; }

.menubar {
  clear: both;
  margin: 16px 0 4px 0;
  overflow: hidden; }
  .menubar li {
    float: left; }
  .menubar li + li {
    margin-left: 16px; }
  .menubar a {
    color: white;
    font-size: 17px;
    font-weight: 300;
    text-transform: uppercase; }

.utility-nav {
  float: right;
  margin: 0; }

.utility-nav-icon-menu {
  transition: background-color 0.35s ease;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  text-decoration: none;
  text-indent: 100%;
  white-space: nowrap;
  background-image: url("img/icons-24-site-nav.png");
  background-size: inherit;
  display: inline-block;
  height: 24px;
  padding: 0;
  width: 24px;
  background-position: -48px 0px; }
  .utility-nav-icon-menu:hover {
    transition: background-color 0.35s ease; }
  .utility-nav-icon-menu a:hover {
    background-color: inherit; }

.utility-nav-icon-search {
  transition: background-color 0.35s ease;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  text-decoration: none;
  text-indent: 100%;
  white-space: nowrap;
  background-image: url("img/icons-24-site-nav.png");
  background-size: inherit;
  display: inline-block;
  height: 24px;
  padding: 0;
  width: 24px;
  background-position: 0px 0px; }
  .utility-nav-icon-search:hover {
    transition: background-color 0.35s ease; }
  .utility-nav-icon-search a:hover {
    background-color: inherit; }

.active-utility-icon {
  background-position-y: -24px; }

.menu-panel {
  display: none;
  overflow: hidden;
  padding: 16px 0; }

.no-js .menu-panel {
  display: block; }

/* footer */
footer {
  background: #0052a0;
  border-style: solid;
  color: #98c0e6;
  border-width: 1px;
  border-style: solid;
  border-top-color: #2770b3;
  border-right-color: #00385e;
  border-bottom-color: #00385e;
  border-left-color: #2770b3;
  margin-top: 8px; }
  footer a {
    color: #98c0e6; }
  footer a:hover {
    color: white; }
  footer ul {
    border-bottom-color: #2770b3;
    border-top-color: #00385e; }
  footer li {
    border-bottom-color: #00385e;
    border-top-color: #2770b3; }
  footer input[type="text"],
  footer input[type="email"],
  footer input[type="tel"],
  footer input[type="search"],
  footer textarea {
    border-width: 1px;
    border-style: solid;
    border-top-color: #00385e;
    border-right-color: #98c0e6;
    border-bottom-color: #98c0e6;
    border-left-color: #00385e; }
  footer .nav-list a {
    border-bottom-color: #00385e; }
  footer .nav-list a:before {
    border-bottom-color: #2770b3; }
  footer button, footer .button {
    background: #2770b3; }
    footer button:hover, footer .button:hover {
      background-color: #98c0e6;
      color: black; }
  footer h2, footer .h2 {
    color: black;
    font-size: 17px;
    line-height: 21px; }
  footer h3, footer .h3 {
    font-size: 14px;
    line-height: 13px; }
  footer h4, footer .h4, footer .data-set-title {
    font-size: 11px;
    line-height: 13px; }
  footer h5, footer .h5,
  footer h6, footer .h6 {
    font-size: 11px;
    line-height: 13px; }
  footer p, footer a, footer th, footer td, footer label, footer li, footer dt, footer dl, footer pre, footer button {
    font-size: 11px;
    line-height: 13px; }
  footer .inline-list li + li {
    margin-left: 8px; }

.footer-inner img {
  width: inherit; }

/* Forms */
.form-site-search input[type="text"],
.form-site-search input[type="email"],
.form-site-search input[type="tel"],
.form-site-search .radioSet-horizontal,
.form-site-search textarea {
  box-sizing: border-box;
  display: block;
  margin: 4px 0;
  width: 100%; }
.form-site-search input[type="text"],
.form-site-search input[type="email"],
.form-site-search input[type="tel"],
.form-site-search input[type="search"],
.form-site-search textarea {
  border-style: solid;
  border-width: 1px;
  padding: 8px 16px;
  width: 100%; }
.form-site-search textarea {
  resize: vertical;
  height: 160px; }
.form-site-search inline > * {
  display: inline-block; }
.form-site-search .radioSet-horizontal {
  overflow: hidden; }
  .form-site-search .radioSet-horizontal label {
    float: left; }
  .form-site-search .radioSet-horizontal label + label {
    margin-left: 16px; }

#map {
  margin: 8px 0; }

.my-label {
  background-color: rgba(255, 255, 255, 0.85);
  border: 1px solid #c8c8c8;
  padding: 8px;
  position: relative;
  white-space: nowrap;
  z-index: 1000; }

@media all and (min-width: 600px) {
  #twitter-wrapper {
    max-width: 426px;
    height: 260px; } }
@media all and (min-width: 1020px) {
  #twitter-wrapper {
    max-width: 298px; } }
/******************************************
*   font glyphs 
*   uses social-media-glyphs.woff to display icons as a font
******************************************/
@font-face {
  font-family: 'social-media-glyphs';
  src: url("social-media-glyphs.woff") format("woff"); }
.glyph-facebook:before {
  font-family: 'social-media-glyphs';
  content: "F "; }

.glyph-instagram:before {
  font-family: 'social-media-glyphs';
  content: "I "; }

.glyph-linkedin:before {
  font-family: 'social-media-glyphs';
  content: "L "; }

.glyph-twitter:before {
  font-family: 'social-media-glyphs';
  content: "T "; }

.glyph-youtube:before {
  font-family: 'social-media-glyphs';
  content: "Y "; }

/* Badges */
.badge + .badge {
  margin-left: 8px; }

.badge-score {
  border-radius: 3px;
  color: white;
  font-size: 11px;
  padding: 1px 5px; }

.badge-altmetrics .badge-score {
  background: #3D8292; }

.badge-altmetrics:before {
  font-size: 11px;
  font-family: verdana, san-serif;
  font-weight: 600;
  vertical-align: sub;
  color: #3D8292;
  content: "Altmetric"; }

.badge-web-of-science .badge-score {
  background: #BB5D5B; }

.badge-web-of-science:before {
  font-size: 11px;
  font-family: verdana, san-serif;
  font-weight: 600;
  vertical-align: sub;
  color: #BB5D5B;
  content: "WoS"; }

.badge-scopus .badge-score {
  background: #F58220; }

.badge-scopus:before {
  font-size: 11px;
  font-family: verdana, san-serif;
  font-weight: 600;
  vertical-align: sub;
  color: #F58220;
  content: "Scopus"; }

/* Dynamic lists and tables */
.dynamic-list {
  margin: 16px 0; }

.dynamic-list > .data-set {
  margin: 0; }

table.dynamic-list {
  padding: 0; }

.dynamic-list-footer {
  background: #eee;
  padding: 5px;
  margin: 0 0 16px 0;
  overflow: hidden; }

.dynamic-list-footer a {
  float: right; }

#dynlist-footer {
  display: none; }

/* Profile header specific styling*/
.profile-header {
  padding-right: 8px; }

.profile-header > * {
  display: block; }

.profile-header-link-list {
  float: right;
  display: block;
  height: 40px;
  padding-left: 8px; }

.notification-neutral, .notification-okay {
  border-width: 2px;
  border-style: solid;
  padding: 8px 16px; }

.notification-neutral {
  border-color: #c8c8c8;
  background: #eaeaea; }

.notification-okay {
  border-color: #53be80;
  background: rgba(83, 190, 128, 0.08); }

.notification-neutral-lowkey {
  padding: 0 0 8px 0;
  margin: 0 0 8px 0; }

/* Override styles */
html.android-old {
  background: #eaeaea; }

.android-old body {
  -webkit-animation: none;
  -moz-animation: none; }
.android-old .modal {
  -webkit-animation: none;
  -moz-animation: none; }
.android-old .modal.open .modal-dialogue {
  display: block;
  -webkit-transition-delay: 0;
  /* Safari */
  transition-delay: 0; }

/*# sourceMappingURL=styles.css.map */
