/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active {
  outline: 0; }

a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

html {
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

@-moz-viewport {
  width: device-width; }

@-ms-viewport {
  width: device-width; }

@-webkit-viewport {
  width: device-width; }

@viewport {
  width: device-width; }

html {
  font-size: 15px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "freight-sans-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #002547;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: none !important; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #818a91; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: bold; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

a {
  color: #00b0da;
  text-decoration: none; }
  a:focus, a:hover {
    color: #00728e;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

pre {
  margin-top: 0;
  margin-bottom: 1rem; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle; }

[role="button"] {
  cursor: pointer; }

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

table {
  background-color: transparent; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #818a91;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: left; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
textarea {
  margin: 0;
  line-height: inherit;
  border-radius: 0; }

textarea {
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit; }

input[type="search"] {
  box-sizing: inherit;
  -webkit-appearance: none; }

output {
  display: inline-block; }

[hidden] {
  display: none !important; }

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem; }
  .container::after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 544px) {
    .container {
      max-width: 576px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 940px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem; }
  .container-fluid::after {
    content: "";
    display: table;
    clear: both; }

.row, .four-col, .two-col, .faux-table, .block-views-exposed-filter-blockfaculty-expertise-page form,
.block-views-exposed-filter-blockresearch-units-page form {
  margin-left: -1rem;
  margin-right: -1rem; }
  .row::after, .four-col::after, .two-col::after, .faux-table::after, .block-views-exposed-filter-blockfaculty-expertise-page form::after,
  .block-views-exposed-filter-blockresearch-units-page form::after {
    content: "";
    display: table;
    clear: both; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .four-col .col, .two-col .col, .faux-table--2col .col, .faux-table--3col .col, .faux-table--4col .col, .faux-table--5col .col, .faux-table--6col .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-left: 1rem;
  padding-right: 1rem; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .four-col .col, .two-col .col, .faux-table--2col .col, .faux-table--3col .col, .faux-table--4col .col, .faux-table--5col .col, .faux-table--6col .col {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12, .four-col .col, .two-col .col, .faux-table--2col .col, .faux-table--3col .col, .faux-table--4col .col, .faux-table--5col .col, .faux-table--6col .col {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 544px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 768px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .faux-table--3col .col, .faux-table--5col .col, .faux-table--6col .col, .col-md-5, .col-md-6, .four-col .col, .two-col .col, .faux-table--2col .col, .faux-table--4col .col, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4, .faux-table--3col .col, .faux-table--5col .col, .faux-table--6col .col {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6, .four-col .col, .two-col .col, .faux-table--2col .col, .faux-table--4col .col {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .four-col .col, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3, .four-col .col {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-xl-1, .col-xl-2, .faux-table--6col .col, .col-xl-3, .faux-table--4col .col, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left; }
  .col-xl-1 {
    width: 8.33333%; }
  .col-xl-2, .faux-table--6col .col {
    width: 16.66667%; }
  .col-xl-3, .faux-table--4col .col {
    width: 25%; }
  .col-xl-4 {
    width: 33.33333%; }
  .col-xl-5 {
    width: 41.66667%; }
  .col-xl-6 {
    width: 50%; }
  .col-xl-7 {
    width: 58.33333%; }
  .col-xl-8 {
    width: 66.66667%; }
  .col-xl-9 {
    width: 75%; }
  .col-xl-10 {
    width: 83.33333%; }
  .col-xl-11 {
    width: 91.66667%; }
  .col-xl-12 {
    width: 100%; }
  .col-xl-pull-0 {
    right: auto; }
  .col-xl-pull-1 {
    right: 8.33333%; }
  .col-xl-pull-2 {
    right: 16.66667%; }
  .col-xl-pull-3 {
    right: 25%; }
  .col-xl-pull-4 {
    right: 33.33333%; }
  .col-xl-pull-5 {
    right: 41.66667%; }
  .col-xl-pull-6 {
    right: 50%; }
  .col-xl-pull-7 {
    right: 58.33333%; }
  .col-xl-pull-8 {
    right: 66.66667%; }
  .col-xl-pull-9 {
    right: 75%; }
  .col-xl-pull-10 {
    right: 83.33333%; }
  .col-xl-pull-11 {
    right: 91.66667%; }
  .col-xl-pull-12 {
    right: 100%; }
  .col-xl-push-0 {
    left: auto; }
  .col-xl-push-1 {
    left: 8.33333%; }
  .col-xl-push-2 {
    left: 16.66667%; }
  .col-xl-push-3 {
    left: 25%; }
  .col-xl-push-4 {
    left: 33.33333%; }
  .col-xl-push-5 {
    left: 41.66667%; }
  .col-xl-push-6 {
    left: 50%; }
  .col-xl-push-7 {
    left: 58.33333%; }
  .col-xl-push-8 {
    left: 66.66667%; }
  .col-xl-push-9 {
    left: 75%; }
  .col-xl-push-10 {
    left: 83.33333%; }
  .col-xl-push-11 {
    left: 91.66667%; }
  .col-xl-push-12 {
    left: 100%; }
  .col-xl-offset-0 {
    margin-left: 0%; }
  .col-xl-offset-1 {
    margin-left: 8.33333%; }
  .col-xl-offset-2 {
    margin-left: 16.66667%; }
  .col-xl-offset-3 {
    margin-left: 25%; }
  .col-xl-offset-4 {
    margin-left: 33.33333%; }
  .col-xl-offset-5 {
    margin-left: 41.66667%; }
  .col-xl-offset-6 {
    margin-left: 50%; }
  .col-xl-offset-7 {
    margin-left: 58.33333%; }
  .col-xl-offset-8 {
    margin-left: 66.66667%; }
  .col-xl-offset-9 {
    margin-left: 75%; }
  .col-xl-offset-10 {
    margin-left: 83.33333%; }
  .col-xl-offset-11 {
    margin-left: 91.66667%; }
  .col-xl-offset-12 {
    margin-left: 100%; } }

.hidden-xs-up {
  display: none !important; }

@media (max-width: 543px) {
  .hidden-xs-down {
    display: none !important; } }

@media (min-width: 544px) {
  .hidden-sm-up {
    display: none !important; } }

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important; } }

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important; } }

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important; } }

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important; } }

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important; } }

.hidden-xl-down {
  display: none !important; }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9 {
  padding-bottom: 42.85714%; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.embed-responsive-1by1 {
  padding-bottom: 100%; }

.col-xs-centered {
  display: block;
  margin-right: auto;
  margin-left: auto;
  float: none; }

@media (max-width: 543px) {
  .col-xs-centered-only {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none; } }

@media (min-width: 544px) {
  .col-sm-centered {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none; } }

@media (min-width: 544px) and (max-width: 767px) {
  .col-sm-centered-only {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none; } }

@media (min-width: 768px) {
  .col-md-centered {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none; } }

@media (min-width: 768px) and (max-width: 991px) {
  .col-md-centered-only {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none; } }

@media (min-width: 992px) {
  .col-lg-centered {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .col-lg-centered-only {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none; } }

@media (min-width: 1200px) {
  .col-xl-centered {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none; } }

@media (min-width: 1200px) {
  .col-xl-centered-only {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none; } }

.four-col .col {
  margin-bottom: 15px; }
  .four-col .col:nth-last-child(-n + 1) {
    margin-bottom: 0; }

@media (min-width: 768px) and (max-width: 991px) {
  .four-col .col:nth-last-child(-n + 2) {
    margin-bottom: 0; }
  .four-col .col:nth-child(n + 3):nth-child(-n + 3) {
    clear: left; } }
  @media (min-width: 992px) {
    .four-col .col {
      margin-bottom: 0; } }

.two-col .col:first-child {
  margin-bottom: 15px; }

@media (min-width: 768px) {
  .two-col .col {
    margin-bottom: 0; } }

h1 {
  margin-bottom: 1.25em;
  color: #002547;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  font-size: 32px;
  font-size: 2.13333rem; }
  p + h1,
  ul + h1,
  ol + h1 {
    margin-top: 1.25em; }

h2 {
  margin-bottom: 1.25em;
  color: #46535e;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: #003262;
  font-size: 24px;
  font-size: 1.6rem; }
  p + h2,
  ul + h2,
  ol + h2 {
    margin-top: 1.25em; }

h3 {
  margin-bottom: 1.25em;
  color: #002547;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 600; }
  p + h3,
  ul + h3,
  ol + h3 {
    margin-top: 1.25em; }

h4 {
  margin-bottom: 1.25em;
  color: #002547;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  font-size: 14px;
  font-size: 0.93333rem;
  letter-spacing: .06em;
  text-transform: uppercase; }
  p + h4,
  ul + h4,
  ol + h4 {
    margin-top: 1.25em; }

h5 {
  margin-bottom: 1.25em;
  color: #002547;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  font-size: 15px;
  font-size: 1rem; }
  p + h5,
  ul + h5,
  ol + h5 {
    margin-top: 1.25em; }

h6 {
  margin-bottom: 1.25em;
  color: #002547;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  font-size: 14px;
  font-size: 0.93333rem; }
  p + h6,
  ul + h6,
  ol + h6 {
    margin-top: 1.25em; }

.h1 {
  margin-bottom: 1.25em;
  color: #002547;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  font-size: 32px;
  font-size: 2.13333rem; }
  p + .h1,
  ul + .h1,
  ol + .h1 {
    margin-top: 1.25em; }

.h2 {
  margin-bottom: 1.25em;
  color: #46535e;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: #003262;
  font-size: 24px;
  font-size: 1.6rem; }
  p + .h2,
  ul + .h2,
  ol + .h2 {
    margin-top: 1.25em; }

.h3 {
  margin-bottom: 1.25em;
  color: #46535e;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 600; }
  p + .h3,
  ul + .h3,
  ol + .h3 {
    margin-top: 1.25em; }

.h4, .node--type-research-unit .node__sidebar-block > .field > .field__label {
  margin-bottom: 1.25em;
  color: #46535e;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  font-size: 14px;
  font-size: 0.93333rem;
  letter-spacing: .06em;
  text-transform: uppercase; }
  p + .h4,
  ul + .h4,
  ol + .h4, .node--type-research-unit .node__sidebar-block > .field > p + .field__label, .node--type-research-unit .node__sidebar-block > .field >
  ul + .field__label, .node--type-research-unit .node__sidebar-block > .field >
  ol + .field__label {
    margin-top: 1.25em; }

.h5 {
  margin-bottom: 1.25em;
  color: #46535e;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  font-size: 15px;
  font-size: 1rem; }
  p + .h5,
  ul + .h5,
  ol + .h5 {
    margin-top: 1.25em; }

.h6, .node--type-research-unit .node__sidebar-block .node .field__label {
  margin-bottom: 1.25em;
  color: #46535e;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  font-size: 14px;
  font-size: 0.93333rem; }
  p + .h6,
  ul + .h6,
  ol + .h6, .node--type-research-unit .node__sidebar-block .node p + .field__label, .node--type-research-unit .node__sidebar-block .node
  ul + .field__label, .node--type-research-unit .node__sidebar-block .node
  ol + .field__label {
    margin-top: 1.25em; }

.node__title,
.page-title {
  margin-bottom: 1em; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

img {
  max-width: 100%;
  height: auto; }

body {
  font-weight: 500; }

p.large {
  font-size: 19px;
  font-size: 1.26667rem; }

p.giant {
  font-size: 52px;
  font-size: 3.46667rem;
  line-height: 1; }

p.fancy {
  color: #387da3;
  font-family: "open-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300; }

p.thin {
  line-height: 1.3; }

p.grey {
  color: #888; }

p.w300 {
  font-weight: 300; }

p.w400 {
  font-weight: 400; }

p.w500 {
  font-weight: 500; }

p.w600 {
  font-weight: 600; }

p.w700 {
  font-weight: 700; }

div.content-box {
  margin: 1rem 0;
  padding: 20px 25px;
  border-top: 1px solid #3b7ea1;
  background-color: #f3f3f3; }
  div.content-box > *:last-child {
    margin-bottom: 0; }

div.large {
  font-size: 19px;
  font-size: 1.26667rem; }

div.Indent1 {
  margin-left: 2em; }

div.Indent2 {
  margin-left: 4em; }

div.Indent3 {
  margin-left: 6em; }

div.Indent4 {
  margin-left: 8em; }

div.Indent5 {
  margin-left: 10em; }

div.Indent6 {
  margin-left: 12em; }

div.Indent7 {
  margin-left: 14em; }

div.Indent8 {
  margin-left: 16em; }

div.Indent9 {
  margin-left: 18em; }

div.Indent10 {
  margin-left: 20em; }

blockquote {
  margin: 50px;
  border-left: 6px solid #eee;
  color: #46535e;
  font-size: 26px;
  font-size: 1.73333rem;
  font-weight: 100;
  line-height: 40px;
  line-height: 2.66667rem; }
  blockquote p {
    width: 90%;
    margin-left: 30px; }

.container-wide {
  max-width: 100%; }
  @media (min-width: 992px) {
    .container-wide {
      padding-right: 2em;
      padding-left: 2rem; } }

.row-no-padding {
  margin-right: 0;
  margin-left: 0; }
  .row-no-padding > [class*='col-'] {
    padding-right: 0;
    padding-left: 0; }

.header {
  border-bottom: 1px solid #d2d2d2;
  background-color: #eee;
  background-color: rgba(238, 238, 238, 0.5); }
  .page-node-type-news .header,
  .path-news .header,
  .path-faculty-expertise .header,
  .path-research-units .header,
  .path-excellence .header,
  .path-innovation .header,
  .path-datascience .header,
  .path-energy .header,
  .path-international .header {
    border-bottom-width: 0; }
  .path-frontpage .header {
    background-color: transparent;
    background-color: rgba(0, 0, 0, 0.3); }

.header__logo {
  display: inline-block; }
  @media (max-width: 991px) {
    .header__logo {
      height: 80px;
    }
      .header__logo svg {
        width: 200px;
        height: 32px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .header__logo {
    height: 70px;
    padding-top: 3px; } }
  @media (min-width: 992px) {
    .header__logo {
      /*height: 54px; */
    }
      .header__logo svg {
        width: 335px;
        height: 54px; } }
  .header-wrapper--subsite-section .header__logo {
    float: left; }
    @media (min-width: 992px) {
      .header-wrapper--subsite-section .header__logo {
        height: 40px; }
        .header-wrapper--subsite-section .header__logo svg {
          width: 245px;
          height: 40px; } }

@media (min-width: 768px) {
  .header__logo-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-align: center;
        align-items: center; } }

.header__top {
  height: 55px;
  padding-top: 10px; }
  @media (min-width: 768px) {
    .header__top {
      height: auto; } }
  @media (min-width: 992px) {
    .header__top {
      padding-top: 25px; } }
  .header-wrapper--subsite-section .header__top {
    padding-bottom: 10px; }
    @media (min-width: 992px) {
      .header-wrapper--subsite-section .header__top {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        padding-top: 22px;
        padding-bottom: 22px; } }
  .header__top .block-menu {
    float: right; }
  .header__top .menu {
    margin: 4px 0 0;
    padding: 0;
    list-style: none; }
  .header__top .menu-item {
    margin-right: 25px;
    float: left; }
    .header__top .menu-item a {
      color: #003262;
      letter-spacing: .06em;
      text-transform: uppercase;
      font-size: 12px;
      font-size: 0.8rem; }
      .path-frontpage .header__top .menu-item a {
        color: #fff; }
  .header__top .block-search-form {
    width: 230px;
    float: right; }

@media (max-width: 991px) {
  .header__main-menu {
    display: none; } }

.header__mobile-menu {
  display: none; }
  @media (max-width: 991px) {
    .js .header__mobile-menu {
      display: block; } }
  .header__mobile-menu .block-search-form {
    margin: 10px 10px 0; }

@media (min-width: 768px) {
  .header__subsite-title-bar {
    height: 35px;
    margin-right: 10px;
    margin-left: 10px;
    float: left;
    border-left: 1px solid; } }

@media (min-width: 992px) {
  .header__subsite-title-bar {
    height: 65px;
    margin: -25px 20px; } }

.header__subsite-title {
  position: relative;
  font-family: "freight-text-pro", Georgia, Times, serif;
  font-weight: 500; }
  @media (max-width: 767px) {
    .header__subsite-title {
      margin-bottom: 5px;
      clear: left;
      font-size: 20px;
      font-size: 1.33333rem; } }
  @media (min-width: 768px) {
    .header__subsite-title {
      float: left;
      font-size: 26px;
      font-size: 1.73333rem;
      line-height: 1; } }
  @media (min-width: 992px) {
    .header__subsite-title {
      font-size: 32px;
      font-size: 2.13333rem; } }

.pre-header {
  height: 35px; }

.pre-header__return-link {
  display: inline-block;
  color: #fff;
  font-size: 13px;
  font-size: 0.86667rem;
  line-height: 35px;
  line-height: 2.33333rem; }
  .pre-header__return-link:focus, .pre-header__return-link:hover {
    color: #fff; }
  .pre-header__return-link svg {
    position: relative;
    top: 3px;
    margin-right: 2px;
    fill: #fff; }

.main-wrapper {
  margin-bottom: 30px; }
  @media (min-width: 992px) {
    .main-wrapper {
      margin-bottom: 80px; } }

.footer {
  padding: 30px 0 10px;
  background-color: #003262;
  color: #000; }

.footer__inner {
  position: relative; }

@media (min-width: 768px) and (max-width: 991px) {
  .footer__second {
    position: absolute;
    bottom: 25px; } }

@media (min-width: 1200px) {
  .footer__second {
    position: absolute;
    bottom: 25px; } }

.footer-logo {
  width: 100px;
  height: 31px;
  margin-bottom: 30px;
  fill: #fff; }
  @media (min-width: 1200px) {
    .footer-logo {
      width: 150px;
      height: 50px; } }

.region-footer-second p {
  margin-bottom: 0;
  color: #b1bfce;
  font-size: 12px;
  font-size: 0.8rem; }
  .region-footer-second p a {
    color: #b1bfce; }

.page-node-type-news .region-banner,
.path-news-publications .region-banner,
.path-news .region-banner {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #003262; }
  .page-node-type-news .region-banner h1, .page-node-type-news .region-banner h2, .page-node-type-news .region-banner h3,
  .path-news-publications .region-banner h1,
  .path-news-publications .region-banner h2,
  .path-news-publications .region-banner h3,
  .path-news .region-banner h1,
  .path-news .region-banner h2,
  .path-news .region-banner h3 {
    margin: 0;
    color: #fff;
    font-size: 32px;
    font-size: 2.13333rem;
    font-weight: 400; }

.path-faculty-expertise .region-banner,
.path-research-units .region-banner {
  background-color: #3b7ea1;
  color: #fff; }
  .path-faculty-expertise .region-banner h1, .path-faculty-expertise .region-banner h2, .path-faculty-expertise .region-banner h3,
  .path-research-units .region-banner h1,
  .path-research-units .region-banner h2,
  .path-research-units .region-banner h3 {
    color: #fff; }

.path-research-units .region-banner {
  background-color: #003262; }

.page-node-research_highlight .region-banner {
  padding-top: 15px;
  padding-bottom: 15px; }
  .page-node-research_highlight .region-banner h1 {
    margin: 0;
    color: #fff;
    font-weight: 400; }

@media (min-width: 544px) {
  .menu--footer > .menu {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    -moz-column-count: 2;
         column-count: 2; } }

@media (min-width: 992px) {
  .menu--footer > .menu {
    -moz-column-count: 4;
         column-count: 4; } }

.menu--footer .menu {
  padding: 0;
  list-style: none; }
  .menu--footer .menu .menu {
    padding-top: 6px; }

.menu--footer .menu-item--level-0 {
  margin-bottom: 25px;
  font-size: 12px;
  font-size: 0.8rem;
  line-height: 1.2; }
  @media (min-width: 544px) {
    .menu--footer .menu-item--level-0 {
      page-break-inside: avoid;
           break-inside: avoid; } }
  .menu--footer .menu-item--level-0 > a {
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #fff; }

.menu--footer .menu-item--level-1 {
  padding: 6px 0;
  font-size: 13px;
  font-size: 0.86667rem;
  line-height: 1.1; }
  .menu--footer .menu-item--level-1 > a {
    color: #b1bfce; }

.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 0.438em 0.625em 0.438em 0.625em;
  line-height: 1.125em;
  cursor: pointer; }
  .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 0.188em; }

.slicknav_menu {
  *zoom: 1; }
  .slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.188em;
    float: left; }
  .slicknav_menu .slicknav_icon {
    float: left;
    width: 1.125em;
    height: 0.875em;
    margin: 0.188em 0 0 0.438em; }
    .slicknav_menu .slicknav_icon:before {
      background: transparent;
      width: 1.125em;
      height: 0.875em;
      display: block;
      content: "";
      position: absolute; }
  .slicknav_menu .slicknav_no-text {
    margin: 0; }
  .slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.125em;
    height: 0.125em;
    border-radius: 1px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }
  .slicknav_menu:before {
    content: " ";
    display: table; }
  .slicknav_menu:after {
    content: " ";
    display: table;
    clear: both; }

.slicknav_nav {
  clear: both; }
  .slicknav_nav ul {
    display: block; }
  .slicknav_nav li {
    display: block; }
  .slicknav_nav .slicknav_arrow {
    font-size: 0.8em;
    margin: 0 0 0 0.4em; }
  .slicknav_nav .slicknav_item {
    cursor: pointer; }
    .slicknav_nav .slicknav_item a {
      display: inline; }
  .slicknav_nav .slicknav_row {
    display: block; }
  .slicknav_nav a {
    display: block; }
  .slicknav_nav .slicknav_parent-link a {
    display: inline; }

.slicknav_brand {
  float: left; }

.header__mobile-menu {
  position: relative;
  background-color: #fff; }
  .header__mobile-menu .menu {
    margin: 15px 0;
    padding: 0; }
    .header__mobile-menu .menu .menu {
      margin: 0; }
  .header__mobile-menu .menu-item > a {
    position: relative; }
  .header__mobile-menu .slicknav_btn {
    position: absolute;
    top: -48px;
    right: 0;
    width: 44px;
    height: 40px;
    padding: 10px; }
  .header__mobile-menu .slicknav_icon-bar {
    width: 24px;
    height: 4px;
    background-color: #46535e;
    box-shadow: none; }
    .header__mobile-menu .slicknav_icon-bar + .slicknav_icon-bar {
      margin-top: 4px; }
    .path-frontpage .header__mobile-menu .slicknav_icon-bar {
      background-color: #fff; }
  .header__mobile-menu .slicknav_arrow {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -7px; }
    .header__mobile-menu .slicknav_arrow svg {
      width: 8px;
      height: 14px;
      fill: #46535e; }
    .header__mobile-menu .slicknav_arrow .caret-up {
      fill: #00b0da; }
  .header__mobile-menu .menu-item--level-0 a {
    padding: 16px 30px 14px 20px;
    border-bottom: 1px solid #d2d2d2;
    color: #46535e;
    letter-spacing: .06em;
    text-transform: uppercase;
    font-size: 13px;
    font-size: 0.86667rem;
    font-weight: 500;
    line-height: 1.1;
    text-decoration: none;
    box-sizing: content-box; }
    .header__mobile-menu .menu-item--level-0 a:hover {
      background-color: #003262;
      color: #fff; }
      .header__mobile-menu .menu-item--level-0 a:hover > a {
        color: #fff; }
      .header__mobile-menu .menu-item--level-0 a:hover svg {
        fill: #fff; }
    .header__mobile-menu .menu-item--level-0 a > a {
      padding: 0;
      border-bottom-width: 0; }
  .header__mobile-menu .menu-item--level-0 > .menu {
    padding: 10px 0;
    border-bottom: 1px solid #d2d2d2; }
  .header__mobile-menu .menu-item--level-1 a {
    padding: 8px 30px 12px;
    border-bottom-width: 0;
    font-size: 13px;
    font-size: 0.86667rem;
    font-weight: normal;
    text-transform: none; }
  .header__mobile-menu .menu-item--level-2 a {
    padding: 8px 30px 12px 60px;
    border-bottom-width: 0;
    font-size: 13px;
    font-size: 0.86667rem;
    font-weight: normal;
    text-transform: none; }
  .header__mobile-menu .menu-item--special a {
    letter-spacing: .06em;
    text-transform: uppercase;
    padding: 16px 30px 14px 20px;
    border-bottom-width: 0;
    color: #003262;
    font-size: 13px;
    font-size: 0.86667rem; }
  .header__mobile-menu .block-menu-block-ex-menu-blockheader .menu {
    margin: -15px 0 0; }

.sf-menu {
  margin: 0;
  padding: 15px 0 0;
  list-style: none; }
  .sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none; }
  .flexbox .sf-menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .sf-menu .menu-item--level-0 {
    position: relative;
    margin-right: 25px;
    float: left; }
    .flexbox .sf-menu .menu-item--level-0 {
      margin-right: 0;
      float: none; }
    .sf-menu .menu-item--level-0:hover > a,
    .sf-menu .menu-item--level-0:hover > span, .sf-menu .menu-item--level-0.sf-hover > a,
    .sf-menu .menu-item--level-0.sf-hover > span, .sf-menu .menu-item--level-0.menu-item--active-trail > a,
    .sf-menu .menu-item--level-0.menu-item--active-trail > span {
      border-bottom-color: #00b0da; }
    .sf-menu .menu-item--level-0:hover > ul, .sf-menu .menu-item--level-0.sf-hover > ul {
      display: block; }
    .sf-menu .menu-item--level-0 > a,
    .sf-menu .menu-item--level-0 > span {
      letter-spacing: .06em;
      text-transform: uppercase;
      height: 65px;
      padding-bottom: 30px;
      font-weight: 500;
      line-height: 1.1; }
      .flexbox .sf-menu .menu-item--level-0 > a, .flexbox
      .sf-menu .menu-item--level-0 > span {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center; }
    .sf-menu .menu-item--level-0:last-child > ul {
      right: -15px;
      left: auto; }
  .sf-menu ul {
    display: none;
    position: absolute;
    top: 100%;
    left: -15px;
    min-width: 12em;
    border: 1px solid #d2d2d2;
    border-top-width: 0;
    background-color: #fff;
    z-index: 99; }
    .path-frontpage .sf-menu ul {
      opacity: .85; }
    .sf-menu ul ul {
      display: none; }
    .sf-menu ul .menu-item--active-trail a {
      background-color: #eee; }
    .sf-menu ul a {
      padding: 9px 14px 4px;
      line-height: 1.1; }
      .path-frontpage .sf-menu ul a {
        color: #46535e; }
      .sf-menu ul a:hover {
        background-color: #003262;
        color: #fff; }
  .sf-menu a,
  .sf-menu span {
    display: block;
    position: relative;
    transition: border-color 450ms ease-in-out;
    border-bottom: 5px solid transparent;
    color: #46535e;
    font-size: 13px;
    font-size: 0.86667rem; }
    .path-frontpage .sf-menu a, .path-frontpage
    .sf-menu span {
      color: #fff; }
    .sf-menu a:hover,
    .sf-menu span:hover {
      text-decoration: none; }
    .sf-menu a svg,
    .sf-menu span svg {
      width: 8px;
      height: 14px;
      margin-left: 5px;
      fill: #46535e; }
      .path-frontpage .sf-menu a svg, .path-frontpage
      .sf-menu span svg {
        fill: #888; }

input,
textarea,
select,
option,
optgroup,
button,
legend,
fieldset {
  display: block;
  outline: none;
  color: #46535e;
  font-family: "freight-sans-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1.06667rem;
  vertical-align: top;
  box-sizing: border-box; }

datalist {
  font-family: "freight-sans-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1.06667rem; }

label {
  color: #002547;
  display: block;
  margin-bottom: 5px;
  /*letter-spacing: .06em;*/
  /*text-transform: uppercase;*/
  font-size: 15px;
  /*font-size: 0.86667rem;*/
  font-weight: 600;
}

.form-item {
  margin: 1.5rem 0 .5rem; }

input[type='text'],
input[type='email'],
input[type='password'],
input[type='search'],
input[type='color'],
input[type='date'],
input[type='datetime-local'],
input[type='month'],
input[type='number'],
input[type='tel'],
input[type='time'],
input[type='url'],
input[type='week'],
input[list],
input[type='file'],
select,
textarea {
  width: 100%;
  max-width: 100%;
  padding: 8px;
  border: 1px solid #979797;
  border-radius: 1px;
  background-color: #fff;
  line-height: 1; }

input[type='text'],
input[type='email'],
input[type='password'],
input[type='search'],
input[type='color'],
input[type='date'],
input[type='datetime-local'],
input[type='month'],
input[type='number'],
input[type='tel'],
input[type='time'],
input[type='url'],
input[type='week'],
input[list] {
  height: 40px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

textarea {
  overflow: auto;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

input[type='range'] {
  width: 100%;
  max-width: 100%;
  height: 40px; }

input[type='file'] {
  min-height: 40px; }

input[type='search'] {
  height: 40px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

input[type='checkbox'],
input[type='radio'] {
  display: inline-block;
  vertical-align: middle; }

select {
  height: 40px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

select:not([multiple]) {
  padding-right: 3.2em;
  background-image: linear-gradient(45deg, transparent 50%, #808080 50%), linear-gradient(135deg, #808080 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em; }

select[multiple] {
  height: auto;
  min-height: 40px;
  padding: 0; }
  select[multiple] option {
    margin: 0;
    padding: 8px; }

fieldset {
  padding: 10px 25px;
  border: 1px solid #979797;
  border-radius: 1px; }

legend {
  padding: 0 5px;
  font-weight: 700; }

.button,
input[type='button'],
input[type='submit'],
input[type='reset'],
input[type='image'] {
  display: inline-block;
  min-height: 44px;
  padding: 8px 20px;
  transition: background-color 150ms ease-in-out, color 150ms ease-in-out;
  border-width: 0;
  border-radius: 2px;
  background-color: #003262;
  color: #fff;
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .06em;
  /*text-transform: uppercase;*/
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

input[type='image'] {
  padding: 8px;
  text-align: center; }

form h2, form h3 {
  margin-top: 3rem; }

input[disabled],
textarea[disabled],
select[disabled],
option[disabled] {
  cursor: not-allowed; }

input:focus,
textarea:focus,
select:focus,
option:focus {
  border-color: #979797;
  background-color: #fafafa; }

input[type='checkbox']:focus,
input[type='radio']:focus {
  outline: #979797 solid 2px; }

.button:hover,
input[type='button']:hover,
input[type='submit']:hover,
input[type='reset']:hover,
input[type='button']:focus,
input[type='submit']:focus,
input[type='reset']:focus {
  /*background-color: #2d617c;*/
  /*color: #fff;*/
  /*text-decoration: none;*/
}

.custom-bullet {
  list-style: none; }
  .custom-bullet > li {
    clear: left; }
    .custom-bullet > li::before {
      display: block;
      width: 1.3em;
      height: 1.3em;
      margin-top: .1em;
      margin-left: -2em;
      float: left;
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100%;
      content: ''; }

.custom-bullet--new-window li::before {
  margin-top: .2em;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 448 448" preserveAspectRatio="xMidYMid meet"><path d="M352 232v80q0 29.75-21.125 50.875t-50.875 21.125h-208q-29.75 0-50.875-21.125t-21.125-50.875v-208q0-29.75 21.125-50.875t50.875-21.125h176q3.5 0 5.75 2.25t2.25 5.75v16q0 3.5-2.25 5.75t-5.75 2.25h-176q-16.5 0-28.25 11.75t-11.75 28.25v208q0 16.5 11.75 28.25t28.25 11.75h208q16.5 0 28.25-11.75t11.75-28.25v-80q0-3.5 2.25-5.75t5.75-2.25h16q3.5 0 5.75 2.25t2.25 5.75zM448 16v128q0 6.5-4.75 11.25t-11.25 4.75-11.25-4.75l-44-44-163 163q-2.5 2.5-5.75 2.5t-5.75-2.5l-28.5-28.5q-2.5-2.5-2.5-5.75t2.5-5.75l163-163-44-44q-4.75-4.75-4.75-11.25t4.75-11.25 11.25-4.75h128q6.5 0 11.25 4.75t4.75 11.25z" fill="#3b7ea1"/></svg>'); }

.custom-bullet--arrow-right li::before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 432 448" preserveAspectRatio="xMidYMid meet"><path d="M432 223.25q0 3.5-2.5 6l-96 88.5q-4 3.5-8.75 1.5-4.75-2.25-4.75-7.25v-56h-312q-3.5 0-5.75-2.25t-2.25-5.75v-48q0-3.5 2.25-5.75t5.75-2.25h312v-56q0-5.25 4.75-7.25t8.75 1.25l96 87.5q2.5 2.5 2.5 5.75z" fill="#3b7ea1"/></svg>'); }

.faux-table .top, .faux-table .top > * {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #387da3;
  color: #387da3;
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.3; }
  .flexbox .faux-table .top, .flexbox .faux-table .top > * {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end; }

.faux-table ol {
  padding-left: 1em;
  color: #888;
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 600; }
  .faux-table ol li {
    padding: 2px 0; }
  .faux-table ol .selected {
    color: #003164;
    font-weight: 700; }

@media (min-width: 768px) {
  .faux-table--2col .col:nth-child(odd) {
    clear: left; } }

@media (min-width: 768px) {
  .faux-table--3col .col:nth-child(3n+1) {
    clear: left; } }

@media (min-width: 768px) and (max-width: 991px) {
  .faux-table--4col .col:nth-child(odd) {
    clear: left; } }

@media (min-width: 1200px) {
  .faux-table--4col .col:nth-child(4n+1) {
    clear: left; } }

@media (min-width: 768px) and (max-width: 991px) {
  .faux-table--5col .col:nth-child(3n+1) {
    clear: left; } }

@media (min-width: 1200px) {
  .faux-table--5col .col {
    width: 20%; }
    .faux-table--5col .col:nth-child(5n+1) {
      clear: left; } }

@media (min-width: 768px) and (max-width: 991px) {
  .faux-table--6col .col:nth-child(3n+1) {
    clear: left; } }

@media (min-width: 1200px) {
  .faux-table--6col .col:nth-child(6n+1) {
    clear: left; } }

table {
  font-family: "freight-sans-pro", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  table tr.even {
    background-color: #f3f3f3; }
  table tr.has-title, table tr.empty-row,
  table tr th {
    background-color: transparent; }

  table tr th {
    padding-bottom: 7px;
    border-bottom: 1px solid #00b0da; }
    table tr th strong {
      color: #3b7ea1;
      font-size: 18px;
      font-size: 1.2rem; }
  table tr td {
    padding: 5px 0 10px; }

thead th {
  border-color: #333 !important;
}
  table tr .views-field-title a {
    color: #1870ce !important;
    font-weight: 400;
  }

  table tr .views-field-title a:hover {
    text-decoration: underline !important;
    text-decoration-thickness: 1px !important;
    text-underline-offset: 4px;
  }

td.views-field.views-field-views-conditional-field {
  align-items: center; /* align vertical */
  display: flex;
  height: 63px;
  min-width: 150px !important;
}
.breadcrumb {
  display: none;
  padding: 5px 0 15px;
  font-size: 12px;
  font-size: 0.8rem; }
  .breadcrumb::after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 768px) {
    .breadcrumb {
      display: block; } }
  .breadcrumb ol {
    float: right; }
  .breadcrumb li {
    color: #888; }
    .region-banner .breadcrumb li {
      color: #fff; }
    .breadcrumb li::before {
      padding: 0 4px;
      color: #3b7ea1;
      content: '/'; }
      .region-banner .breadcrumb li::before {
        color: #fff; }
    .breadcrumb li:nth-last-child(-n + 1) a {
      color: #888;
      cursor: default; }
      .region-banner .breadcrumb li:nth-last-child(-n + 1) a {
        color: #fff; }
  .breadcrumb a {
    color: #1870ce !important; }
  .breadcrumb a:hover {
    text-decoration: underline !important;
    text-decoration-thickness: 1px !important;
    text-underline-offset: 4px;
  }

    .region-banner .breadcrumb a {
      color: #fff; }

.align-left {
  margin-right: 1rem; }

.align-right {
  margin-left: 1rem; }

.caption > figcaption {
  padding: 10px;
  background: #eee;
  font-size: 13px;
  font-size: 0.86667rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.3;
  text-align: justify; }

.button {
  line-height: 27px;
  line-height: 1.8rem; }

.chosen-container-single .chosen-single {
  height: 40px;
  padding: 8px;
  border: 1px solid #979797;
  border-radius: 1px;
  background: #fff none;
  font-size: 16px;
  font-size: 1.06667rem;
  line-height: 1.5; }
  .chosen-container-single .chosen-single div > b {
    background-position: 1px 11px; }

.chosen-with-drop.chosen-container-active .chosen-single div > b {
  background-position: -17px 11px; }

.region-help {
  min-height: 0; }

.pager {
  margin: 25px 0; }

.flexbox .pager__items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }

.pager__item {
  display: inline-block;
  width: 38px;
  height: 38px;
  margin-left: -4px;
  padding: 0;
  transition: 100ms background-color ease-in-out;
  border: 1px solid #ddd;
  font-family: "open-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 37px;
  line-height: 2.46667rem; }
  .flexbox .pager__item {
    margin-left: -1px; }
  .pager__item.is-active, .pager__item:hover {
    background-color: #3b7ea1;
    font-weight: normal; }
    .pager__item.is-active a, .pager__item:hover a {
      color: #fff; }
    .pager__item.is-active .icon, .pager__item:hover .icon {
      fill: #fff; }
  .pager__item a {
    display: block;
    transition: 100ms color ease-in-out;
    color: #46535e; }
    .pager__item a:hover {
      text-decoration: none; }
  .pager__item .icon {
    position: relative;
    top: 3px;
    width: 20px;
    height: 20px;
    transition: 100ms fill ease-in-out;
    fill: #3b7ea1; }

.pager__item--first,
.pager__item--last {
  display: none; }

.view-faculty-expertise .pager,
.view-news .pager {
  text-align: center;
}

.view-faculty-expertise .pager__item,
.view-news .pager__item {
  width: auto;
}
.block-search-form {
  position: relative; }
  .block-search-form .form-search {
    width: 100%;
    height: 32px;
    padding: 0 40px 2px 12px;
    border: 1px solid #979797;
    border-radius: 16px; }
    .path-frontpage .block-search-form .form-search {
      border-color: #fff;
      background-color: transparent;
      color: #fff; }
  .block-search-form .form-submit {
    position: absolute;
    top: 0;
    right: 4px;
    width: 32px;
    height: 32px;
    border-width: 0;
    background-color: transparent;
    color: transparent;
    font-size: 0;
    opacity: 0; }
  .block-search-form .search-block-form-icon {
    position: absolute;
    top: 7px;
    right: 11px; }
    .block-search-form .search-block-form-icon svg {
      width: 19px;
      height: 18px;
      fill: #333; }
      .path-frontpage .block-search-form .search-block-form-icon svg {
        fill: #fff; }

      #edit-field-type-core-facility-target-id:focus,
      #edit-keys:focus,
      #edit-department:focus,
      #edit-for--2:focus,
      #edit-search--2:focus,
      #edit-rut--2:focus,
      #block-vcr-content input:focus,
      #block-blockbasicsearch input:focus {
        outline: 5px auto rgb(0, 95, 204) !important;
        outline-offset: 2px;      !important;}

.node__sidebar-links {
  color: #fff;
}

.node__sidebar-links > .field {
  background-color: #003262;
  position: relative;
  padding: 25px;
  /*border: 1px solid #003262;*/
}

.node__sidebar-links .field__label,
.node__sidebar-links h4 {
  color: #fdb515;
  font-size: 16px;
  /*font-size: 0.86667rem;*/
  font-weight: 600;
  margin-bottom: 16px;
  text-transform: uppercase;
  line-height: 19.2px;
}

.node__sidebar-links .field__item ul {
  margin-top: 15px;
  margin-bottom: 0;
  padding: 0;
  list-style: none; }

.node__sidebar-links .field__item li {
  padding: 6px 0;
  font-size: 14px;
  font-size: 0.93333rem;
  line-height: 1.1; }

  .node__sidebar-links .field__item a,
  .node__sidebar-links .field__item li a {
    background-color: transparent;
    color: #fff !important;
    font-weight: 400; }

.node__sidebar-links .sidebar-triangle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30px; }

.node__sidebar-links .bookmark-icon {
  position: absolute;
  top: -5px;
  right: 25px;
  width: 18px;
  height: 25px;
  fill: #fff; }

.sidebar-menu {
  padding: 0;
  list-style: none; }
  .sidebar-menu .menu {
    padding-left: 30px;
    list-style: none; }
    .sidebar-menu .menu .menu {
      padding-left: 24px;
      border-left: 6px solid #eee; }
  .sidebar-menu .menu-item {
    /*position: relative;*/
    margin: 12px 0;
    padding: 2px 0;
    line-height: 18px;
    line-height: 1.2rem; }
    .sidebar-menu .menu-item:last-child {
      margin-bottom: 0;
      padding-bottom: 0; }
    .sidebar-menu .menu-item .menu-link {
      color: #1870ce;
      display: block;
      font-weight: 500;
      line-height: 24px;
      padding: 4px 8px 6px 8px;
    }

    .node__sidebar-links .field__item a:hover,
    .sidebar-menu .menu-item .menu-link:hover {
      text-decoration: underline !important;
      text-decoration-thickness: 1px !important;
      text-underline-offset: 4px;
    }

    .sidebar-menu .menu-item .menu-link {
      display: block;
      position: relative;
    }
    .sidebar-menu .menu-item .arrow {
      position: absolute;
      top: 6px;
      right: 10px;
      width: 12px;
      height: 18px;
      fill: #1870ce; }
  .sidebar-menu .menu-item--active-trail > .menu-link {
    /*background-color: #f2f2f2;*/
    /*color: #004aae;*/
    font-weight: 700;
    text-decoration: underline !important;
    text-decoration-thickness: 1px !important;
    text-underline-offset: 4px;
  }
  .sidebar-menu .menu-item--closed > .arrow-up-button {
    display: none; }
  .sidebar-menu .menu-item--closed > .menu {
    display: none; }
  .sidebar-menu .menu-item--opened > .arrow-down-button {
    display: none; }

.node__social-share {
  margin-top: 20px;
  line-height: 32px;
  line-height: 2.13333rem; }
  .flexbox .node__social-share {
    display: -ms-flexbox;
    display: flex; }
  .node__social-share .addthis_sharing_toolbox {
    display: inline-block; }
    .node__social-share .addthis_sharing_toolbox a.at-share-btn {
      max-width: none;
      margin-right: 20px; }
  .node__social-share .at-icon-wrapper {
    position: relative;
    background-color: transparent !important; }
  .node__social-share .at-icon {
    fill: #3b7ea1; }
  .node__social-share .at-share-btn::after {
    display: inline-block;
    position: relative;
    top: 5px;
    height: 32px;
    color: #3b7ea1;
    font-size: 14px;
    font-size: 0.93333rem; }
  .node__social-share .at-svc-facebook::after {
    content: 'Facebook'; }
  .node__social-share .at-svc-twitter::after {
    margin-left: 5px;
    content: 'Twitter'; }
  .node__social-share .at-svc-twitter .at-icon-wrapper {
    position: relative;
    top: -1px; }
  .node__social-share .at-svc-linkedin::after {
    margin-left: 5px;
    content: 'LinkedIn'; }
  .node__social-share .at-svc-linkedin .at-icon-wrapper {
    position: relative;
    top: -2px; }

.node__social-share-label {
  display: inline-block;
  height: 32px;
  margin-right: 15px;
  font-size: 16px;
  font-size: 1.06667rem;
  font-weight: 700;
  line-height: 36px;
  line-height: 2.4rem;
  letter-spacing: .06em;
  text-transform: uppercase; }

.block-views-exposed-filter-blockfaculty-expertise-page form,
.block-views-exposed-filter-blockresearch-units-page form {
  margin-top: 20px;
  margin-bottom: 15px; }

.block-views-exposed-filter-blockfaculty-expertise-page label,
.block-views-exposed-filter-blockresearch-units-page label {
  display: block;
  font-family: "open-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700; }

.block-views-exposed-filter-blockfaculty-expertise-page .form-text,
.block-views-exposed-filter-blockresearch-units-page .form-text {
  width: 100%; }

.block-views-exposed-filter-blockfaculty-expertise-page .form-item,
.block-views-exposed-filter-blockresearch-units-page .form-item {
  margin: 0;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 1rem;
  padding-left: 1rem; }
  @media (min-width: 992px) {
    .block-views-exposed-filter-blockfaculty-expertise-page .form-item,
    .block-views-exposed-filter-blockresearch-units-page .form-item {
      width: 25%;
      position: relative;
      min-height: 1px;
      padding-right: 1rem;
      padding-left: 1rem; } }
  .block-views-exposed-filter-blockfaculty-expertise-page .form-item .description,
  .block-views-exposed-filter-blockresearch-units-page .form-item .description {
    margin-top: 10px;
    line-height: 1.2; }

.block-views-exposed-filter-blockfaculty-expertise-page .form-actions,
.block-views-exposed-filter-blockresearch-units-page .form-actions {
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 1rem;
  padding-left: 1rem;
  margin: 24px 0 0;
  float: left;
  clear: none; }
  @media (min-width: 992px) {
    .block-views-exposed-filter-blockfaculty-expertise-page .form-actions,
    .block-views-exposed-filter-blockresearch-units-page .form-actions {
      width: 25%;
      position: relative;
      min-height: 1px;
      padding-right: 1rem;
      padding-left: 1rem; } }

.block-views-exposed-filter-blockfaculty-expertise-page .form-submit,
.block-views-exposed-filter-blockresearch-units-page .form-submit {
  min-height: 40px;
  padding: 12px 22px;
  border: 1px solid #fff;
  border-radius: 2px;
  background-color: transparent;
  font-size: 16px;
  font-size: 1.06667rem;
  letter-spacing: .06em;
  text-transform: uppercase; }

.views-table-header {
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: 7px 0;
  background-color: #888;
  color: #fff;
  font-size: 14px;
  font-size: 0.93333rem; }

.views-table-row:nth-child(odd) {
  background-color: #fff; }

.views-table-row:nth-child(even) {
  background-color: #f9f9f9; }

.views-table-row .row, .views-table-row .four-col, .views-table-row .two-col, .views-table-row .faux-table, .views-table-row .block-views-exposed-filter-blockfaculty-expertise-page form, .block-views-exposed-filter-blockfaculty-expertise-page .views-table-row form, .views-table-row
.block-views-exposed-filter-blockresearch-units-page form,
.block-views-exposed-filter-blockresearch-units-page .views-table-row form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  min-height: 70px;
  padding: 10px 0;
  line-height: 1.2; }

.views-two-column .views-row {
  margin-bottom: 70px; }

.layout-sidebar-first .block > p {
  margin-bottom: 10px;
  padding: 5px 0 10px;
  border-bottom: 1px solid #fadfa4;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600; }

.block-vcr-link-to-finder-help p {
  font-size: 18px;
  font-size: 1.2rem; }
  .block-vcr-link-to-finder-help p a {
    color: #fff; }

.paragraph--type--jump {
  margin-bottom: 25px; }
  @media (min-width: 992px) {
    .paragraph--type--jump {
      margin-bottom: 40px; } }
  .paragraph--type--jump .field--name-field-jump-title {
    margin-bottom: 1.25em;
    color: #46535e;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 18px;
    padding-bottom: 13px;
    border-bottom: 3px solid #ddd5c7;
    color: #003262;
    letter-spacing: .06em;
    text-transform: uppercase;
    font-size: 18px;
    font-size: 1.2rem;
    font-weight: 700; }
    p + .paragraph--type--jump .field--name-field-jump-title,
    ul + .paragraph--type--jump .field--name-field-jump-title,
    ol + .paragraph--type--jump .field--name-field-jump-title {
      margin-top: 1.25em; }
    .flexbox .paragraph--type--jump .field--name-field-jump-title {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: end;
          align-items: flex-end; }
  .paragraph--type--jump .field--name-field-jump-description {
    margin-top: 15px;
    font-size: 19px;
    font-size: 1.26667rem;
    font-weight: 500; }
  .paragraph--type--jump .field--name-field-jump-link {
    margin-top: 25px;
    font-size: 18px;
    font-size: 1.2rem;
    font-weight: 600; }
    .paragraph--type--jump .field--name-field-jump-link a {
      color: #3b7ea1; }

.tabset .field--name-field-tab-title {
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: 32px;
  font-size: 2.13333rem; }
  @media (min-width: 992px) {
    .tabset .field--name-field-tab-title {
      margin: 15px 0 20px; } }

.tabset .field--name-field-tab-body {
  font-size: 18px;
  font-size: 1.2rem; }

.tabset .field--name-field-tab-link {
  margin-top: 10px;
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 600; }
  @media (min-width: 992px) {
    .tabset .field--name-field-tab-link {
      margin-top: 20px; } }
  .tabset .field--name-field-tab-link a {
    color: #387da3; }
  .tabset .field--name-field-tab-link svg {
    position: relative;
    top: 5px;
    left: 2px;
    width: 20px;
    height: 20px;
    fill: #387da3; }

.tabset__tabs {
  margin-bottom: 30px;
  padding: 0;
  text-align: center; }
  .tabset__tabs::after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 768px) {
    .tabset__tabs {
      margin-bottom: 50px; } }
  .tabset__tabs li {
    display: block; }
    @media (min-width: 768px) {
      .tabset__tabs li {
        display: inline; } }
  .tabset__tabs a {
    color: #46535e;
    letter-spacing: .06em;
    text-transform: uppercase;
    font-weight: 700; }
    @media (min-width: 768px) {
      .tabset__tabs a {
        margin: 0 10px;
        padding: 5px 25px;
        border-bottom: 5px solid transparent;
        font-size: 18px;
        font-size: 1.2rem; } }
    .tabset__tabs a.active, .tabset__tabs a:hover {
      text-decoration: none; }
      @media (min-width: 768px) {
        .tabset__tabs a.active, .tabset__tabs a:hover {
          border-bottom-color: #00b0da; } }

.tabset__tab-content {
  border: 1px solid #ddd5c7; }

.node--teaser-list-item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px #eee solid; }
  .node--teaser-list-item .node__left {
    padding-right: 1rem; }
  .node--teaser-list-item .node__body {
    padding-left: 1rem; }

.node--type-advanced-page .node__secondary-slices::after {
  content: "";
  display: table;
  clear: both; }

.node--type-advanced-page .field--name-field-slice-title {
  margin-bottom: 40px;
  font-weight: 700;
  letter-spacing: .03em;
  text-align: center; }

.node--type-advanced-page .field--name-field-secondary-slices > .field__item {
  padding-top: 25px;
  padding-bottom: 25px; }
  @media (min-width: 992px) {
    .node--type-advanced-page .field--name-field-secondary-slices > .field__item {
      padding-top: 75px;
      padding-bottom: 75px; } }

.node--type-advanced-page .field--name-field-secondary-slices .slice-bg--default-top {
  border-top: 1px solid #eee; }

.node--type-advanced-page .field--name-field-secondary-slices .slice-bg--default-both {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee; }

.node--type-advanced-page .field--name-field-secondary-slices .slice-bg--grey-none {
  background-color: #eee; }

.node--type-faculty .node__separator {
  border-bottom: 1px solid #ddd5c7; }

.node--type-faculty .node__photo {
  margin: 0 auto 20px; }
  @media (min-width: 992px) {
    .node--type-faculty .node__photo {
      margin-bottom: 0; } }

.node--type-faculty .node__personal {
  margin: 0 auto 20px; }
  .node--type-faculty .node__personal .node__title {
    margin-bottom: 20px; }
    @media (min-width: 992px) {
      .node--type-faculty .node__personal .node__title {
        margin-bottom: 35px; } }
  .node--type-faculty .node__personal .field {
    margin-bottom: 5px;
    clear: left; }
  .node--type-faculty .node__personal .field__label {
    margin-bottom: 1.25em;
    color: #46535e;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    font-size: 14px;
    font-size: 0.93333rem;
    width: 100px;
    margin-bottom: 0;
    font-weight: 600;
    line-height: 24px;
    line-height: 1.6rem; }
    p + .node--type-faculty .node__personal .field__label,
    ul + .node--type-faculty .node__personal .field__label,
    ol + .node--type-faculty .node__personal .field__label {
      margin-top: 1.25em; }
    .node--type-faculty .node__personal .field__label::after {
      display: none; }
  .node--type-faculty .node__personal .field__items {
    float: none; }
  .node--type-faculty .node__personal .field__item {
    line-height: 23px;
    line-height: 1.53333rem; }
  .node--type-faculty .node__personal .faculty-search-link {
    margin-top: 18px;
    font-size: 14px;
    font-size: 0.93333rem; }
  .node--type-faculty .node__personal .icon__new-window {
    position: relative;
    top: 4px;
    width: 14px;
    height: 14px;
    margin-left: 4px;
    fill: #029dc1; }

.node--type-faculty .node__content .field {
  margin-top: 50px; }

.node--type-faculty .node__content .field__label {
  margin-bottom: 1.25em;
  color: #46535e;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 600;
  font-weight: 700; }
  p + .node--type-faculty .node__content .field__label,
  ul + .node--type-faculty .node__content .field__label,
  ol + .node--type-faculty .node__content .field__label {
    margin-top: 1.25em; }

.node--type-faculty .node__sidebar {
  margin-bottom: 50px; }
  .node--type-faculty .node__sidebar h3 {
    margin-top: 50px;
    font-weight: 700; }
  .node--type-faculty .node__sidebar .views-row {
    padding: 7px 0; }
  .node--type-faculty .node__sidebar .views-field {
    font-weight: 600;
    line-height: 1.2; }

.node--type-faculty .node__in-the-news {
  margin-top: 50px; }
  @media (min-width: 992px) {
    .node--type-faculty .node__in-the-news {
      margin-bottom: 100px; } }
  .node--type-faculty .node__in-the-news .field {
    margin-top: 0; }
  .node--type-faculty .node__in-the-news .view-content {
    margin-top: 30px; }
    .node--type-faculty .node__in-the-news .view-content .node__left {
      padding-left: 0; }

.node--type-faculty.node--view-mode-teaser img {
  border-radius: 50%; }

.node--type-faculty.node--view-mode-teaser .field--name-field-areas-of-expertise {
  color: #00b0da; }

.grid-columns-lg-7 .node--type-news-view-mode-teaser.node--teaser-list-item {
  margin-bottom: 15px;
  padding-bottom: 15px; }

.node--type-news-view-mode-teaser .node__title {
  font-size: 15px;
  font-size: 1rem; }

@media (max-width: 767px) {
  .node--type-news-view-mode-teaser .node__left {
    padding-right: 0; } }

@media (min-width: 992px) {
  .grid-columns-lg-7 .node--type-news-view-mode-teaser .node__left {
    width: 35.71429%;
    position: relative;
    min-height: 1px;
    padding-right: 1rem;
    padding-left: 1rem; } }

@media (min-width: 1200px) {
  .grid-columns-xl-8 .node--type-news-view-mode-teaser .node__left {
    width: 25%;
    position: relative;
    min-height: 1px;
    padding-right: 1rem;
    padding-left: 1rem; } }

.node--type-news-view-mode-teaser .node__body {
  padding-top: 25px; }
  @media (max-width: 767px) {
    .node--type-news-view-mode-teaser .node__body {
      padding-left: 0; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .node--type-news-view-mode-teaser .node__body {
    padding-top: 0; } }
  .grid-columns-lg-7 .node--type-news-view-mode-teaser .node__body {
    padding-top: 0; }
    @media (min-width: 992px) {
      .grid-columns-lg-7 .node--type-news-view-mode-teaser .node__body {
        width: 64.28571%;
        position: relative;
        min-height: 1px;
        padding-right: 1rem;
        padding-left: 1rem; } }
  @media (min-width: 1200px) {
    .grid-columns-xl-8 .node--type-news-view-mode-teaser .node__body {
      width: 75%;
      position: relative;
      min-height: 1px;
      padding-right: 1rem;
      padding-left: 1rem; } }

.node--type-news-view-mode-teaser .node__date {
  margin-bottom: 10px;
  color: #888;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-family: "open-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-size: 0.8rem;
  font-weight: 400; }

.node--type-news-view-mode-teaser2 .node__title {
  margin-top: -3px;
  margin-bottom: 1rem;
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 700; }
  .node--type-news-view-mode-teaser2 .node__title a {
    color: #46535e; }

.node--type-news-view-mode-teaser2 .node__read-more {
  margin-top: 10px;
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 500; }

.node--type-news-view-mode-teaser3 .node__date {
  margin-bottom: 10px;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.93333rem; }
  @media (min-width: 992px) {
    .node--type-news-view-mode-teaser3 .node__date {
      margin-bottom: 20px; } }

.node--type-news-view-mode-teaser3 .node__title {
  margin: 1rem 0;
  font-size: 24px;
  font-size: 1.6rem;
  font-weight: 700; }
  @media (min-width: 992px) {
    .node--type-news-view-mode-teaser3 .node__title {
      margin: 2rem 0 1.5rem; } }
  .node--type-news-view-mode-teaser3 .node__title a {
    color: #003262; }

.node--type-news-view-mode-teaser3 .node__body {
  font-size: 19px;
  font-size: 1.26667rem; }

.node--type-news-view-mode-teaser3 .node__read-more {
  margin-top: 10px;
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 500; }
  .node--type-news-view-mode-teaser3 .node__read-more a {
    color: #387da3; }

.node--type-news-view-mode-full .node__meta {
  margin: 1rem 0; }

.node--type-news-view-mode-full .node__date {
  color: #888; }

.node--type-research-highlight .field--name-field-main-image {
  margin-bottom: 50px; }

.node--type-research-highlight .node__primary-slices > .field + .field {
  margin-top: 50px; }

.node--type-research-highlight .node__secondary-slices::after {
  content: "";
  display: table;
  clear: both; }

.node--type-research-highlight .field--name-field-slice-title {
  margin-bottom: 40px;
  font-weight: 700;
  letter-spacing: .03em;
  text-align: center; }

.node--type-research-highlight .field--name-field-secondary-slices > .field__item {
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid #eee; }
  @media (min-width: 992px) {
    .node--type-research-highlight .field--name-field-secondary-slices > .field__item {
      padding-top: 75px;
      padding-bottom: 75px; } }

.node--type-research-unit .node__sidebar-block > .field {
  margin-bottom: 40px; }
  .node--type-research-unit .node__sidebar-block > .field > .field__label {
    color: #46535e;
    font-size: 14px;
    margin-bottom: 15px;
    padding-top: 8px;
    border-top: 1px solid #ddd5c7;
    font-weight: 600; }

.node--type-research-unit .node__sidebar-block .field--name-field-email a:hover,
.node--type-research-unit .node__sidebar-block .field--type-telephone a:hover,
.node--type-research-unit .node__sidebar-block .field--name-field-mailing-address a:hover,
.node--type-research-unit .node__sidebar-block .field--name-field_core_facility_access a:hover,
.node--type-research-unit .node__sidebar-block .field--name-field-core-facility-access a:hover,
.node--type-research-unit .node__sidebar-block .field--name-field-website a:hover {
  text-decoration: underline !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 4px;
}
  .node--type-research-unit .node__sidebar-block .field--name-title {
    color: #333;
    font-size: 14px;
    font-weight: 600;
  }

.node--type-research-unit .node__sidebar-block .field--type-email {
  color: #333;
  font-size: 14px;
}

.node--type-research-unit .node__sidebar-block .field--name-field-website a,
.node--type-research-unit .node__sidebar-block .field--name-field-mailing-address a,
.node--type-research-unit .node__sidebar-block .field--name-field_core_facility_access a,
.node--type-research-unit .node__sidebar-block .field--name-field-core-facility-access a,
.node--type-research-unit .node__sidebar-block .field--name-field-email a,
.node--type-research-unit .node__sidebar-block .field--type-telephone a {
    color: #1870ce;
    font-size: 14px;
    font-weight: 400;
}
.node--type-research-unit .node__sidebar-block .field--name-field-email .field__label,
.node--type-research-unit .node__sidebar-block .field--type-telephone .field__label {
  margin-bottom: 5px !important;
}

.node--type-research-unit .node__sidebar-block .node .field {
  margin-top: 20px; }

.node--type-research-unit .node__sidebar-block .node .field__label {
  margin-bottom: 0;
  font-weight: 600; }
  .node--type-research-unit .node__sidebar-block .node .field__label::after {
    content: ':'; }

.path-frontpage .header-wrapper {
  transition: background-image 500ms ease-in-out;
  background-position: center center;
  background-size: cover; }

.path-frontpage .region-banner {
  position: relative;
  height: 280px;
  padding-top: 15px; }
  @media (min-width: 768px) {
    .path-frontpage .region-banner {
      height: 335px; } }
  @media (min-width: 992px) {
    .path-frontpage .region-banner {
      height: 500px;
      padding-top: 55px; } }

.path-frontpage .page__help,
.path-frontpage .main-wrapper {
  background-color: #fff; }

.path-frontpage .carousel-boxes {
  position: relative; }

.path-frontpage .carousel-box__wrapper {
  min-height: 0; }

.path-frontpage .carousel-box {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 210px;
  padding: 25px;
  text-align: center; }
  @media (min-width: 992px) {
    .path-frontpage .carousel-box {
      height: 300px;
      padding-top: 60px; } }

.path-frontpage .carousel-box__title {
  margin-bottom: 20px;
  color: #fff;
  font-size: 36px;
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 1.1; }
  @media (min-width: 992px) {
    .path-frontpage .carousel-box__title {
      margin-bottom: 30px;
      font-size: 50px;
      font-size: 3.33333rem; } }

.path-frontpage .carousel-box__button {
  display: inline-block;
  padding: 7px 20px 8px;
  transition: background-color 100ms ease-in-out, color 100ms ease-in-out;
  border: 1px solid #fff;
  border-radius: 2px;
  color: #fff;
  font-size: 13px;
  font-size: 0.86667rem;
  font-weight: 400;
  letter-spacing: .06em;
  text-transform: uppercase; }
  @media (min-width: 992px) {
    .path-frontpage .carousel-box__button {
      padding: 11px 38px 12px;
      font-size: 16px;
      font-size: 1.06667rem; } }
  .path-frontpage .carousel-box__button:hover {
    text-decoration: none; }

.path-frontpage .carousel-nav {
  position: relative; }

.path-frontpage .carousel-nav__button {
  display: block;
  position: absolute;
  top: 95px; }
  @media (min-width: 992px) {
    .path-frontpage .carousel-nav__button {
      top: 120px; } }
  .path-frontpage .carousel-nav__button svg {
    width: 35px;
    height: 60px;
    fill: #fff; }

.path-frontpage .carousel-nav__button--previous {
  left: 0; }

.path-frontpage .carousel-nav__button--next {
  right: 0; }

.path-frontpage .carousel-menu {
  position: absolute;
  bottom: 17px;
  width: 100%;
  text-align: center; }
  @media (min-width: 768px) {
    .path-frontpage .carousel-menu {
      bottom: 20px; } }
  .flexbox .path-frontpage .carousel-menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end;
    -ms-flex-pack: center;
        justify-content: center; }

.path-frontpage .carousel-menu-item {
  display: inline-block;
  position: relative;
  min-width: 25px;
  max-width: 95px;
  height: 20px;
  margin: 0 3px;
  padding-bottom: 5px;
  transition: color 250ms ease-in-out;
  color: #d3d3d3; }
  @media (min-width: 768px) {
    .path-frontpage .carousel-menu-item {
      height: auto;
      margin: 0 7px; } }
  .path-frontpage .carousel-menu-item.active, .path-frontpage .carousel-menu-item:focus, .path-frontpage .carousel-menu-item:hover {
    color: #fff;
    text-decoration: none; }
  @media (max-width: 767px) {
    .path-frontpage .carousel-menu-item.active .carousel-menu-item__bar {
      height: 2px; } }

.path-frontpage .carousel-menu-item__title {
  display: none;
  margin-bottom: 8px;
  font-size: 12px;
  font-size: 0.8rem;
  font-weight: 500; }
  @media (min-width: 768px) {
    .path-frontpage .carousel-menu-item__title {
      display: block; } }
  @media (min-width: 1200px) {
    .path-frontpage .carousel-menu-item__title {
      font-size: 13px;
      font-size: 0.86667rem; } }

.path-frontpage .carousel-menu-item__bar {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 25px;
  height: 5px;
  margin: 0 auto 8px;
  transition: height 250ms ease-in-out; }
  @media (min-width: 768px) {
    .path-frontpage .carousel-menu-item__bar {
      width: 55px;
      margin-bottom: 0; } }

.path-frontpage .field--name-field-slice-title {
  font-size: 32px;
  font-size: 2.13333rem;
  font-weight: 500; }

.path-frontpage .view-id-news.view-display-id-block_2 {
  position: relative; }
  @media (min-width: 992px) {
    .path-frontpage .view-id-news.view-display-id-block_2 .view-footer {
      position: absolute;
      top: -72px;
      right: 0; } }
  .path-frontpage .view-id-news.view-display-id-block_2 .homepage-more-news-link {
    font-size: 18px;
    font-size: 1.2rem; }
    .path-frontpage .view-id-news.view-display-id-block_2 .homepage-more-news-link a {
      color: #387da3;
      font-weight: 600; }
    .path-frontpage .view-id-news.view-display-id-block_2 .homepage-more-news-link svg {
      position: relative;
      top: 5px;
      margin-left: 5px;
      fill: #387da3; }
  @media (max-width: 767px) {
    .path-frontpage .view-id-news.view-display-id-block_2 .views-row > .node {
      margin-bottom: 30px;
      padding-bottom: 30px;
      border-bottom: 1px solid #b6b6b6; } }

.path-excellence-faculty-excellence .faculty-listing-container .intro-text p {
  color: #46535e;
  font-size: 19px;
  font-size: 1.26667rem;
  line-height: 30px;
  line-height: 2rem; }

.path-excellence-faculty-excellence .faculty-listing-container .faculty-listing {
  margin: 40px 0; }

.path-excellence-faculty-excellence .faculty-listing-container .faculty-title {
  color: #3b7ea1;
  font-style: italic; }
  .path-excellence-faculty-excellence .faculty-listing-container .faculty-title strong {
    font-weight: 500; }

.path-excellence-faculty-excellence .faculty-listing-container .faculty-name {
  color: #46535e;
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 500; }

.path-excellence-faculty-excellence .faculty-listing-container .faculty-intro {
  color: #46535e;
  line-height: 24px;
  line-height: 1.6rem; }

.path-excellence-faculty-excellence .current-faculty-list {
  padding: 20px 30px;
  border: 1px solid #00b0da; }
  .path-excellence-faculty-excellence .current-faculty-list h2 {
    margin-bottom: 30px;
    line-height: 31px;
    line-height: 2.06667rem;
    text-align: center; }
  .path-excellence-faculty-excellence .current-faculty-list ul {
    padding-left: 0; }
  .path-excellence-faculty-excellence .current-faculty-list li {
    margin-bottom: 30px;
    list-style: none; }
    .flexbox .path-excellence-faculty-excellence .current-faculty-list li {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
  .path-excellence-faculty-excellence .current-faculty-list .count {
    display: inline-block;
    width: 16%;
    margin-bottom: 0;
    color: #387da3;
    font-family: "open-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-size: 1.6rem;
    font-weight: 300;
    text-align: right; }
  .path-excellence-faculty-excellence .current-faculty-list .award {
    display: inline-block;
    width: 74%;
    margin-bottom: 0;
    padding-left: 40px;
    font-size: 16px;
    font-size: 1.06667rem;
    line-height: 20px;
    line-height: 1.33333rem; }

.path-excellence-faculty-excellence .updates {
  margin-top: 20px;
  font-size: 13px;
  font-size: 0.86667rem; }
  .path-excellence-faculty-excellence .updates p {
    margin-bottom: 0; }

.path-research-units-centers-and-institutes-by-subject-area .page-title {
  padding: 10px 0; }

.path-research-units-centers-and-institutes-by-subject-area .view-content {
  margin-top: 20px; }
  .path-research-units-centers-and-institutes-by-subject-area .view-content .item-list h3 {
    font-size: 20px;
    font-size: 1.33333rem; }

.path-bakarfellows-profiles .page-title {
  margin-bottom: 0; }
  @media (max-width: 767px) {
    .path-bakarfellows-profiles .page-title {
      padding-top: 20px; } }

.path-bakarfellows-profiles .views-field-created a:hover,
.path-bakarfellows-profiles .views-field-view-node a:hover {
  color: #eeb357; }

.path-bakarfellows-profiles .views-field-created {
  padding-top: 20px;
  clear: both;
  color: #cfcbbe;
  padding-top: 40px; }
  @media (max-width: 767px) {
    .path-bakarfellows-profiles .views-field-created {
      padding-top: 20px; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .path-bakarfellows-profiles .views-field-created {
    padding-top: 30px; } }

.path-bakarfellows-profiles .views-field-title {
  margin-bottom: 10px;
  font-size: 26px;
  font-size: 1.73333rem; }
  @media (max-width: 991px) {
    .path-bakarfellows-profiles .views-field-title {
      max-width: 480px; } }

@media (min-width: 768px) {
  .path-bakarfellows-profiles .views-field-field-teaser-image {
    margin-right: 20px;
    float: left; } }

@media (min-width: 992px) {
  .path-bakarfellows-profiles .views-field-field-teaser-image {
    margin-right: 20px;
    float: left; } }

.path-bakarfellows-profiles .views-field-body {
  display: inline-block;
  max-width: 480px;
  margin-left: 0;
  padding-top: 10px; }

@media (min-width: 768px) and (max-width: 1199px) {
  .path-bakarfellows-profiles .views-field-body {
    width: 27%; } }
  @media (min-width: 992px) {
    .path-bakarfellows-profiles .views-field-body {
      width: 100%; } }
  @media (min-width: 1200px) {
    .path-bakarfellows-profiles .views-field-body {
      width: 38%; } }

.path-bakarfellows-profiles .views-field-view-node {
  padding-bottom: 20px; }

@media (min-width: 768px) and (max-width: 1199px) {
  .path-bakarfellows-profiles .views-field-view-node {
    width: 27.5%;
    padding-bottom: 0; } }

@media (min-width: 768px) and (max-width: 991px) {
  .path-bakarfellows-profiles .views-field-view-node {
    float: right; } }


/* Global button styles */
.button,
#edit-submit-research-units--2,
input[type='button'],
input[type='submit'],
input[type='reset'] {
  background-color: #003262 !important;
  color: #fff !important;
}

.button:hover,
#edit-submit-research-units--2:hover,
input[type='button']:hover,
input[type='submit']:hover,
input[type='reset']:hover {
  background-color: #fff !important;
  border: 1px solid #003262 !important;
  color: #003262 !important;
}

.button:focus,
#edit-submit-research-units--2:focus,
input[type='button']:focus,
input[type='submit']:focus,
input[type='reset']:focus,
.button:focus:hover,
input[type='button']:hover:focus,
input[type='submit']:hover:focus,
input[type='reset']:hover:focus {
  color: #fff !important;
  background-color: #003262 !important;
  box-shadow: 0px 0px 0px 1px #FFF, 0px 0px 0px 3px #D1D3D4;
}
