@charset "UTF-8";
.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* html {
  font-size: 112.5%;
}

html {
  font-size: 18px;
  font-family: "proxima-nova", sans-serif;
  line-height: 1.5em;
}

body {
  color: #444;
}

div,
section,
header,
footer,
aside,
figure {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

h1 {
  font-size: 2em;
  line-height: 1.16667em;
  margin: 0 0 0.83333em;
}
@media (min-width: 41.25em) {
  h1 {
    font-size: 3.33333em;
    line-height: 1em;
  }
}

h2 {
  font-size: 2em;
  line-height: 1.16667em;
  margin: 0 0 0.5em;
}

h3 {
  font-size: 1.33333em;
  line-height: 1.25em;
  margin: 0 0 0.75em;
}

h4 {
  font-size: 1.11111em;
  line-height: 1.8em;
  margin: 0 0 0.9em;
}

h5 {
  font-size: 1em;
  line-height: 1.16667em;
  margin: 0 0 1em;
}
h5 > a {
  text-decoration: underline;
}

h6 {
  font-size: 0.88889em;
  line-height: 1.5em;
  margin: 0;
  letter-spacing: .03em;
  text-transform: uppercase;
}

p + h2,
ul + h2,
ol + h2,
dl + h2 {
  margin-top: 0.83333em;
}
p + h3,
ul + h3,
ol + h3,
dl + h3 {
  margin-top: 1.25em;
}
p + h4,
ul + h4,
ol + h4,
dl + h4 {
  margin-top: 1.5em;
}

a {
  color: #25b3d8;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: underline;
}
a:active {
  color: #2d637f;
}

p {
  margin: 0 0 1em;
  font-weight: 300;
}

blockquote {
  font-size: 1.88889em;
  line-height: 1.14706em;
  margin: 2.11765em 0;
  padding: 1.05882em 0;
  border-top: 1px solid #c2c2c2;
  border-bottom: 1px solid #c2c2c2;
  font-style: normal;
  font-weight: 700;
  color: #a0a0a0;
  text-align: center;
}

blockquote > p {
  font-weight: 700;
  margin-bottom: 0.52941em;
}
blockquote > p:last-child {
  margin-bottom: 0;
}

blockquote > cite {
  display: block;
  font-size: 0.52941em;
  line-height: 2.16667em;
  font-weight: 400;
  font-style: normal;
  margin-top: -0.66667em;
}
blockquote > cite:before {
  content: "– ";
}

abbr[title] {
  border: 0;
}

label {
  display: block;
  margin-bottom: 0.375em;
  color: #666;
  font-size: 0.88889em;
  line-height: 1.5em;
  font-weight: 700;
  letter-spacing: .03em;
  text-transform: uppercase;
}

input,
textarea {
  border: 1px solid #c2c2c2;
  color: #000000;
  font-size: 0.88889em;
  line-height: 1.5em;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 6px 12px;
}

input[type="checkbox"],
input[type="radio"] {
  color: #000000;
  margin-right: 12px;
}

input[type="file"] {
  line-height: 1.3125em;
  border: 0;
  padding-left: 0;
}

fieldset {
  border: 0;
}

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

figure {
  margin: 0 auto;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 1em;
  padding-left: 2.66667em;
  font-weight: 300;
}

li,
dd {
  margin-bottom: 0.66667em;
}

dl {
  margin-bottom: 1em;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 30px;
  font-weight: 300;
}

table {
  max-width: 100%;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 0.66667em;
}

thead {
  text-align: left;
}
thead th {
  vertical-align: bottom;
}

tfoot {
  text-align: left;
}

th,
td {
  padding: 8px;
  vertical-align: top;
  border-top: 1px solid #c2c2c2;
}

td {
  font-size: 0.88889em;
  line-height: 1.5em;
  font-weight: 300;
}

caption + thead tr:first-child th,
caption + thead tr:first-child td,
colgroup + thead tr:first-child th,
colgroup + thead tr:first-child td,
thead:first-child tr:first-child th,
thead:first-child tr:first-child td {
  border-top: 0;
}

tbody + tbody {
  border-top: 2px solid #c2c2c2;
}

tr.odd {
  background-color: #f0f0f0;
}

tr.even {
  background-color: #ffffff;
}

@media (min-width: 67.5em) {
  .l--constrained {
    width: 1058px;
    margin: 0 auto;
  }
}

.l--constrained--padded {
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 67.5em) {
  .l--constrained--padded {
    width: 1058px;
    margin: 0 auto;
    padding-right: 0;
    padding-left: 0;
  }
}

.l--page-default > .l-above-main,
.l--page-default > .l-main {
  margin-top: 2em;
}

.l-header-inner {
  padding-top: 2.66667em;
  padding-bottom: 2.66667em;
}

@media (min-width: 26.25em) {
  .l--featured > .l-secondary + .l-primary {
    width: 75%;
    float: right;
    margin-right: 0;
    margin-left: -100%;
  }
  .l--featured > .l-secondary {
    width: 18.75%;
    float: left;
    margin-left: 0;
    margin-right: -100%;
  }
  .l--featured > .l-tertiary {
    clear: both;
  }
}
@media (min-width: 36.25em) {
  .l--featured > .l-secondary + .l-primary,
  .l--featured > .l-secondary ~ .l-tertiary {
    width: 69.23077%;
    float: right;
    margin-right: 0;
    margin-left: -100%;
    clear: right;
  }
  .l--featured > .l-secondary {
    width: 26.92308%;
    float: left;
    margin-left: 0;
    margin-right: -100%;
  }
}
@media (min-width: 56em) {
  .l--featured > .l-secondary + .l-primary,
  .l--featured > .l-secondary ~ .l-tertiary {
    width: 65.21739%;
    float: right;
    margin-right: 0;
    margin-left: -100%;
  }
  .l--featured > .l-secondary {
    width: 30.43478%;
    float: left;
    margin-left: 0;
    margin-right: -100%;
  }
}
.l--featured .l-primary:first-child:last-child {
  float: none;
  width: 100%;
  margin: auto;
}

@media (min-width: 35em) {
  .l--footer .l-primary {
    width: 71.42857%;
    float: left;
    margin-left: 0;
    margin-right: -100%;
  }
  .l--footer .l-secondary {
    width: 28.57143%;
    float: right;
    margin-right: 0;
    margin-left: -100%;
    text-align: right;
  }
}

#page {
  position: relative;
  overflow: hidden;
}

.page--tertiary .l-header-inner, .page-eform-submit-funding-opportunity-application .l-header-inner {
  margin-bottom: 4em;
  border-bottom-width: 0.33333em;
  border-bottom-style: solid;
  padding-bottom: 1em;
  border-color: #f0f0f0;
}

.page-events .l-header,
.page--diamonds .l-header {
  margin-bottom: 2.66667em;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 0;
}
.page-events .l-header-inner,
.page--diamonds .l-header-inner {
  position: relative;
  z-index: 1;
  padding-top: 2.66667em;
  border-bottom-width: 0.33333em;
  border-bottom-style: solid;
  padding-bottom: 2.33333em;
  border-color: #f0f0f0;
}
.page-events .l-header-inner:before,
.page--diamonds .l-header-inner:before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  width: 1058px;
  background-image: url('../img/bg-diamonds.svg?1507334726');
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: 10em top;
}
@media (min-width: 34.375em) {
  .page-events .l-header-inner:before,
  .page--diamonds .l-header-inner:before {
    background-position: left top;
    left: 100%;
    margin-left: -427px;
  }
}

@media (max-width: 62em) {
  .page-research-network .panel-2col .panel-panel {
    width: 100%;
  }
}

#footer {
  padding: 1.33333em 30px;
  background-color: #232323;
  color: #c2c2c2;
  text-align: center;
  position: relative;
  z-index: 1;
}
#footer:after, #footer:before {
  display: block;
  position: absolute;
  content: "";
  height: 100%;
  padding-top: 0;
  width: 100%;
  bottom: 100%;
  background-color: #ffffff;
}
#footer:before {
  left: 50%;
  -moz-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}
#footer:after {
  right: 50%;
  -moz-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
  -moz-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
#footer .footer-donate, #footer .newsletter .form-submit, .newsletter #footer .form-submit {
  margin-bottom: 0.69231em;
  vertical-align: middle;
  height: 30px;
  border-radius: 2px;
  box-sizing: border-box;
  padding-top: 0.46154em;
  padding-bottom: 0.46154em;
}

.footer-rules {
  width: 100%;
  height: 18px;
  border: solid #f0f0f0;
  border-width: 1px 0;
  position: relative;
  border-color: rgba(240, 240, 240, 0.2);
  -moz-transform: skewY(-30deg);
  -ms-transform: skewY(-30deg);
  -webkit-transform: skewY(-30deg);
  transform: skewY(-30deg);
  z-index: 2;
}

.footer-logo-link {
  display: block;
  margin: 4em auto;
}

.footer-main {
  border: solid #444;
  border-width: 1px 0;
  padding-top: 0.66667em;
  margin: 0 auto 1.33333em;
}
@media (min-width: 51.25em) {
  .footer-main {
    width: 42em;
  }
  .footer-main .block-social-links {
    float: left;
  }
  .footer-main .footer-donate, .footer-main .newsletter .form-submit, .newsletter .footer-main .form-submit {
    float: right;
  }
}

.block-social-links {
  display: inline-block;
}

.copyright {
  clear: both;
  font-size: 0.72222em;
  line-height: 1.38462em;
  margin-bottom: 1.84615em;
}

#page {
  position: relative;
}

#above-content {
  padding-top: 0.66667em;
}

#main {
  position: relative;
  z-index: 3;
  margin-bottom: 6.66667em;
}

#messages {
  padding: 1.33333em 15px 0.33333em;
}

.l--sidebar-after > .l-primary,
.l--sidebar-after > .l-secondary,
.l--sidebar-after > .l-tertiary {
  margin-bottom: 2.66667em;
}
@media (min-width: 56em) {
  .l--sidebar-after > .l-primary,
  .l--sidebar-after > .l-tertiary {
    width: 60.86957%;
    float: left;
    margin-left: 0;
    margin-right: -100%;
  }
  .l--sidebar-after > .l-primary:first-child:last-child,
  .l--sidebar-after > .l-tertiary:first-child:last-child {
    float: none;
    width: 100%;
    margin: auto;
  }
  .l--sidebar-after > .l-tertiary {
    clear: left;
  }
  .l--sidebar-after > .l-secondary {
    width: 30.43478%;
    float: right;
    margin-right: 0;
    margin-left: -100%;
  }
}

.l--sidebar-before > .l-primary,
.l--sidebar-before > .l-secondary {
  margin-bottom: 2.66667em;
}
@media (min-width: 56em) {
  .l--sidebar-before > .l-primary {
    width: 60.86957%;
    float: right;
    margin-right: 0;
    margin-left: -100%;
  }
  .l--sidebar-before > .l-primary:first-child:last-child {
    float: none;
    width: 100%;
    margin: auto;
  }
  .l--sidebar-before > .l-secondary {
    width: 30.43478%;
    float: left;
    margin-left: 0;
    margin-right: -100%;
  }
}

@media (min-width: 26.25em) {
  .l--teaser > .l-secondary + .l-primary {
    width: 62.5%;
    float: right;
    margin-right: 0;
    margin-left: -100%;
  }
  .l--teaser > .l-secondary {
    width: 31.25%;
    float: left;
    margin-left: 0;
    margin-right: -100%;
  }
}
@media (min-width: 36.25em) {
  .l--teaser > .l-secondary + .l-primary {
    width: 76.92308%;
    float: right;
    margin-right: 0;
    margin-left: -100%;
  }
  .l--teaser > .l-secondary {
    width: 19.23077%;
    float: left;
    margin-left: 0;
    margin-right: -100%;
  }
}
@media (min-width: 56em) {
  .l--teaser > .l-secondary + .l-primary {
    width: 78.57143%;
    float: right;
    margin-right: 0;
    margin-left: -100%;
  }
  .l--teaser > .l-secondary {
    width: 17.85714%;
    float: left;
    margin-left: 0;
    margin-right: -100%;
  }
}
.l--teaser .l-primary:first-child:last-child {
  float: none;
  width: 100%;
  margin: auto;
}

.page-services-fellows.page--diamonds .l-header {
  padding-bottom: 0;
  margin-bottom: -1px;
}
.page-services-fellows.page--diamonds .l-header-inner {
  border: 0;
}
.page-services-fellows.page--diamonds .l--page-default > .l-main {
  margin-top: 0;
}

.front > .page {
  background-color: #141414;
}
.front #main {
  margin-bottom: -20px;
}
@media (min-width: 43.75em) {
  .front .menu-toggle,
  .front #main-menu {
    display: none;
  }
}
@media (max-width: 43.6875em) {
  .front .home-nav {
    display: none;
  }
}
.no-svg .front .home-nav {
  display: none !important;
}
.no-svg .front #main-menu {
  display: block !important;
}
@media (max-width: 64.0625em) {
  .no-svg .front .menu-toggle {
    display: block;
  }
}

.home-nav {
  overflow: visible;
  max-width: 100%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.home-nav-spacer {
  width: 100%;
  padding-top: 86%;
}

.home-nav-inner {
  position: absolute;
  height: 66%;
  width: 200%;
  margin: auto;
  top: 0;
  left: 0;
}

.home-nav-image {
  width: 150%;
  height: 150%;
  margin: auto;
  position: absolute;
  top: 0;
  left: -50%;
}

.pane-home-main-content .pane-1 {
  margin: 3.33333em auto;
  padding: 0 30px;
  max-width: 46em;
  color: #ffffff;
  text-align: center;
}
@media (min-width: 41.25em) {
  .pane-home-main-content .pane-1 {
    margin: 4.66667em auto 5.66667em;
  }
}

.view-recent-news.view-display-id-panel_pane_1 .view-header {
  padding-left: 30px;
  padding-right: 30px;
}
.view-recent-news.view-display-id-panel_pane_1 .view-header > h2 {
  margin-bottom: 0.5em;
  color: #25b3d8;
  font-weight: 300;
  font-size: 2em;
  line-height: 1.33333em;
  text-align: center;
}
@media (min-width: 41.25em) {
  .view-recent-news.view-display-id-panel_pane_1 .view-header > h2 {
    margin-bottom: 0.40909em;
    font-size: 2.44444em;
    line-height: 1.09091em;
  }
}

.pane-recent-news-panel-pane-2 > .pane-content:after, .pane-recent-news-panel-pane-2 > .pane-content:before, .pane-recent-news-panel-pane-2:before, .pane-recent-news-panel-pane-2:after {
  display: block;
  content: "";
}

.pane-recent-news-panel-pane-2 {
  background-color: #ffffff;
  position: relative;
  z-index: 2;
}
.pane-recent-news-panel-pane-2 > .pane-content {
  position: relative;
  z-index: 2;
}
.pane-recent-news-panel-pane-2 > .pane-content:after, .pane-recent-news-panel-pane-2 > .pane-content:before {
  width: 100%;
  height: 18px;
  border: solid #f0f0f0;
  border-width: 1px 0;
  position: relative;
  border-color: rgba(194, 194, 194, 0.3);
  position: absolute;
  z-index: -1;
}
.pane-recent-news-panel-pane-2 > .pane-content:before {
  -moz-transform: skewY(30deg);
  -ms-transform: skewY(30deg);
  -webkit-transform: skewY(30deg);
  transform: skewY(30deg);
  bottom: 100%;
}
.pane-recent-news-panel-pane-2 > .pane-content:after {
  -moz-transform: skewY(-30deg);
  -ms-transform: skewY(-30deg);
  -webkit-transform: skewY(-30deg);
  transform: skewY(-30deg);
  bottom: 1px;
}
.pane-recent-news-panel-pane-2:before, .pane-recent-news-panel-pane-2:after {
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.pane-recent-news-panel-pane-2:before {
  -moz-transform: skewY(30deg);
  -ms-transform: skewY(30deg);
  -webkit-transform: skewY(30deg);
  transform: skewY(30deg);
}
.pane-recent-news-panel-pane-2:after {
  -moz-transform: skewY(-30deg);
  -ms-transform: skewY(-30deg);
  -webkit-transform: skewY(-30deg);
  transform: skewY(-30deg);
}

.view-recent-news.view-display-id-panel_pane_2 {
  padding: 4.33333em 30px 0;
  max-width: 1058px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 67.5em) {
  .view-recent-news.view-display-id-panel_pane_2 {
    padding-left: 0;
    padding-right: 0;
  }
}

.home-more-heading {
  margin-top: 1.5em;
  margin-bottom: 4.5em;
  color: #25b3d8;
  text-align: center;
  font-style: italic;
  font-size: 1.33333em;
  line-height: 1.25em;
}
@media (min-width: 41.25em) {
  .home-more-heading {
    font-size: 2em;
    line-height: 1.16667em;
    margin-top: 0;
    margin-bottom: 4em;
  }
}

.home-link-arrow,
.home-link-text {
  fill: #fff;
  font-family: "proxima-nova", sans-serif;
}

.home-link-text {
  font-weight: 300;
  font-size: 30px;
}

.home-link-arrow {
  font-weight: 100;
  font-size: 40px;
}

svg a:hover {
  text-decoration: none;
}

.diamond-dark {
  opacity: .6;
}
a:hover .diamond-dark {
  opacity: .8;
}

.diamond-light {
  opacity: .4;
}
a:hover .diamond-light {
  opacity: .7;
}

.diamond-lighter {
  opacity: .2;
}
a:hover .diamond-lighter {
  opacity: .6;
}

.diamond-video-hover {
  fill: #000000;
  opacity: 0;
}
a:hover .diamond-video-hover {
  opacity: .2;
}

.video-link {
  font-family: "proxima-nova", sans-serif;
  font-weight: 300;
  font-size: 36px;
}

#jplayer .jp-audio {
  margin: auto;
  width: 100%;
}
#jplayer .jp-audio .jp-interface {
  background-color: #f0f0f0;
  border: 0;
}
#jplayer .jp-audio .jp-volume-bar-value {
  background: #25b3d8;
}
#jplayer .jp-audio .jp-play,
#jplayer .jp-audio .jp-pause {
  left: 15px;
}
#jplayer .jp-audio .jp-volume-bar {
  background: #c2c2c2;
  right: 30px;
  left: auto;
}
#jplayer .jp-audio .jp-mute {
  right: 85px;
  left: auto;
}
#jplayer .jp-audio .jp-progress {
  width: auto;
  left: 70px;
  right: 120px;
}
#jplayer .jp-audio .jp-current-time {
  left: 70px;
}
#jplayer .jp-audio .jp-duration {
  left: auto;
  right: 120px;
}
#jplayer .jp-audio .jp-playlist,
#jplayer .jp-audio .jp-stop {
  display: none;
}

/*
 * WTF, forms?
 * Released under MIT and copyright 2014 Mark Otto.
 * http://wtfforms.com
 *
 * Embedded icons from Open Iconic.
 * Released under MIT and copyright 2014 Waybury.
 * http://useiconic.com/open
 */
/*
 * Checkboxes and radios
 */
.control {
  position: relative;
  display: inline-block;
  padding-left: 1.5rem;
  color: #555;
  cursor: pointer;
}

.control input {
  position: absolute;
  opacity: 0;
  z-index: -1;
  /* Put the input behind the label so it doesn't overlay text */
}

.control-indicator {
  position: absolute;
  top: .25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  font-size: 65%;
  color: #eee;
  text-align: center;
  background-color: #eee;
  background-size: 50% 50%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hover state */
/* Uncomment if you need it, but be aware of the sticky iOS states.
.control:hover .control-indicator {
  color: #fff;
  background-color: #ccc;
}
*/
/* Focus */
.control input:focus ~ .control-indicator {
  box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #0074d9;
}

/* Checked state */
.control input:checked ~ .control-indicator {
  color: #fff;
  background-color: #0074d9;
}

/* Active */
.control input:active ~ .control-indicator {
  color: #fff;
  background-color: #84c6ff;
}

/* Checkbox modifiers */
.checkbox .control-indicator {
  border-radius: .25rem;
}

.checkbox input:checked ~ .control-indicator {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=);
}

/* Radio modifiers */
.radio .control-indicator {
  border-radius: 50%;
}

.radio input:checked ~ .control-indicator {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTQsMUMyLjMsMSwxLDIuMywxLDRzMS4zLDMsMywzczMtMS4zLDMtM1M1LjcsMSw0LDF6Ii8+DQo8L3N2Zz4NCg==);
}

/* Alternately, use another character */
.control-x input:checked ~ .control-indicator {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iOHB4IiBoZWlnaHQ9IjhweCIgdmlld0JveD0iMCAwIDggOCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgOCA4IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xLjQsMEwwLDEuNGwwLjcsMC43bDEuOCwxLjhMMC43LDUuN0wwLDYuNGwxLjQsMS40bDAuNy0wLjdsMS44LTEuOGwxLjgsMS44bDAuNywwLjdsMS40LTEuNEw3LjEsNS43DQoJTDUuMywzLjlsMS44LTEuOGwwLjctMC43TDYuNCwwTDUuNywwLjdMMy45LDIuNUwyLjEsMC43QzIuMSwwLjcsMS40LDAsMS40LDB6Ii8+DQo8L3N2Zz4NCg==);
}

.control-dash input:checked ~ .control-indicator {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iOHB4IiBoZWlnaHQ9IjhweCIgdmlld0JveD0iMCAwIDggOCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgOCA4IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0wLDN2Mmg4VjNIMHoiLz4NCjwvc3ZnPg0K);
}

/*
 * Select
 */
.select {
  position: relative;
  display: inline-block;
  color: #555;
}

.select select {
  display: inline-block;
  width: 100%;
  min-width: 5.625em;
  max-width: 14.375em;
  margin: 0;
  padding: 0.375em 2.5em 0.375em 1em;
  line-height: 1.5;
  color: #555;
  font-size: 16px;
  background-color: #ffffff;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #c2c2c2;
}

/* Undo the Firefox inner focus ring */
.select select:focus:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

/* Dropdown arrow */
.select:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: inline-block;
  content: "";
  margin: auto;
  pointer-events: none;
  border-left: 1px #c2c2c2 solid;
  background-position: center;
  height: 24px;
  width: 32px;
}

/* Hover state */
/* Uncomment if you need it, but be aware of the sticky iOS states.
.select select:hover {
  background-color: #ddd;
}
*/
/* Focus */
.select select:focus {
  box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #0074d9;
}

/* Active/open */
.select select:active {
  color: #fff;
  background-color: #0074d9;
}

/* Hide the arrow in IE10 and up */
.select select::-ms-expand {
  display: none;
}

/* Media query to target Firefox only */
@-moz-document url-prefix() {
  /* Firefox hack to hide the arrow */
  .select select {
    text-indent: 0.01px;
    text-overflow: '';
    padding-right: 1rem;
  }

  /* <option> elements inherit styles from <select>, so reset them. */
  .select option {
    background-color: white;
  }
}
/* IE9 hack to hide the arrow */
@media screen and (min-width: 0\0) {
  .select select {
    z-index: 1;
    padding: .5rem 1.5rem .5rem 1rem;
  }

  .select:after {
    z-index: 5;
  }

  .select:before {
    position: absolute;
    top: 0;
    right: 1rem;
    bottom: 0;
    z-index: 2;
    content: "";
    display: block;
    width: 1.5rem;
    background-color: #eee;
  }

  .select select:hover,
  .select select:focus,
  .select select:active {
    color: #555;
    background-color: #eee;
  }
}
/*
 * File
 */
.file {
  position: relative;
  display: inline-block;
  cursor: pointer;
  height: 2.5rem;
}

.file input {
  min-width: 14rem;
  margin: 0;
  filter: alpha(opacity=0);
  opacity: 0;
}

.file-custom {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 2.5rem;
  padding: .5rem 1rem;
  line-height: 1.5;
  color: #555;
  background-color: #fff;
  border: .075rem solid #ddd;
  border-radius: 0;
  box-shadow: inset 0 0.2rem 0.4rem rgba(0, 0, 0, 0.05);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.file-custom:after {
  content: "Choose file...";
}

.file-custom:before {
  position: absolute;
  top: -.075rem;
  right: -.075rem;
  bottom: -.075rem;
  z-index: 6;
  display: block;
  content: "Browse";
  height: 2.5rem;
  padding: .5rem 1rem;
  line-height: 1.5;
  color: #555;
  background-color: #eee;
  border: .075rem solid #ddd;
  border-radius: 0;
}

/* Focus */
.file input:focus ~ .file-custom {
  box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #0074d9;
}

/*
 * Progress
 */
.progress {
  display: inline-block;
  height: 1rem;
}

.progress[value] {
  /* Reset the default appearance */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Remove Firefox and Opera border */
  border: 0;
  /* IE10 uses `color` to set the bar background-color */
  color: #0074d9;
}

.progress[value]::-webkit-progress-bar {
  background-color: #eee;
  border-radius: 0;
}

.progress[value]::-webkit-progress-value {
  background-color: #0074d9;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.progress[value="100"]::-webkit-progress-value {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* Firefox styles must be entirely separate or it busts Webkit styles. */
@-moz-document url-prefix() {
  .progress[value] {
    background-color: #eee;
    border-radius: 0;
  }

  .progress[value]::-moz-progress-bar {
    background-color: #0074d9;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .progress[value="100"]::-moz-progress-bar {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
/* IE9 hacks to accompany custom markup. We don't need to scope this via media queries, but I feel better doing it anyway. */
@media screen and (min-width: 0\0) {
  .progress {
    background-color: #eee;
    border-radius: 0;
  }

  .progress-bar {
    display: inline-block;
    height: 1rem;
    text-indent: -999rem;
    /* Simulate hiding of value as in native `<progress>` */
    background-color: #0074d9;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .progress[width="100%"] {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
/*
 * Control layouts
 */
.controls-stacked {
  margin: 1rem 0;
}

.controls-stacked .control,
.controls-stacked .progress {
  display: block;
}

.controls-stacked .control + .control,
.controls-stacked .progress + .progress {
  margin-top: .5rem;
}

.controls-inline {
  margin: 1rem 0;
}

.controls-inline .control {
  display: inline-block;
  height: 1rem;
}

.controls-inline .control + .control {
  margin-left: 1rem;
}

.theme-inverse {
  color: #fefefe;
}

.article-title > a, .article-title--large > a, .article-title--medium > a, .article-title--small > a, .article-title--tiny > a, .article-title--huge > a {
  color: #444;
  position: relative;
}
.article-title > a:after, .article-title--large > a:after, .article-title--medium > a:after, .article-title--small > a:after, .article-title--tiny > a:after, .article-title--huge > a:after {
  content: "\203a \203a";
  display: inline-block;
  margin-left: .25em;
  margin-right: -1em;
  font-weight: 100;
  color: #55c4f6;
  font-size: 1.3em;
  vertical-align: -.0625em;
  letter-spacing: -.03em;
}
.theme-inverse .article-title > a, .theme-inverse .article-title--large > a, .theme-inverse .article-title--medium > a, .theme-inverse .article-title--small > a, .theme-inverse .article-title--tiny > a, .theme-inverse .article-title--huge > a {
  color: #fefefe;
}

.article-title--large {
  font-size: 1.88889em;
  line-height: 1.23529em;
  margin-bottom: 0.35294em;
}
@media (min-width: 36.25em) {
  .article-title--large {
    font-size: 2.33333em;
    line-height: 1.07143em;
    margin-bottom: 0.28571em;
  }
}

.article-title--medium {
  font-size: 1.33333em;
  line-height: 1.125em;
  margin-bottom: 0.3125em;
}
@media (min-width: 36.25em) {
  .article-title--medium {
    font-size: 1.66667em;
    line-height: 1.1em;
    margin-bottom: 0.4em;
  }
}

.article-title--small {
  font-size: 1.11111em;
  line-height: 1.2em;
  margin-bottom: 0.6em;
}
@media (min-width: 36.25em) {
  .article-title--small {
    font-size: 1.33333em;
    line-height: 1.25em;
    margin-bottom: 0.5em;
  }
}

.article-title--tiny {
  font-size: 1.11111em;
  line-height: 1.2em;
  margin-bottom: 0.9em;
}

.article-title--huge {
  font-size: 2em;
  line-height: 1.16667em;
  margin-bottom: 0.5em;
}
@media (min-width: 41.25em) {
  .article-title--huge {
    font-size: 3.33333em;
    line-height: 1.1em;
    margin-bottom: 0.3em;
  }
}

.article-subtitle,
.intro {
  font-weight: 300;
  font-size: 1.22222em;
  line-height: 1.5em;
}
.article-subtitle p,
.intro p {
  margin-bottom: 0.81818em;
}

.article-title--huge + .article-subtitle {
  margin-top: 0;
}

.article-type {
  font-style: italic;
}

.article-image img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.article-body p:last-child, .article-body--large p:last-child, .article-body--small p:last-child {
  margin-bottom: 0;
}
.article-body ul, .article-body--large ul, .article-body--small ul,
.article-body ol,
.article-body--large ol,
.article-body--small ol {
  margin-bottom: 1em;
}

.article-body--large {
  font-size: 1.11111em;
  line-height: 1.2em;
  margin-bottom: 0.9em;
}
@media (min-width: 36.25em) {
  .article-body--large {
    font-size: 1.22222em;
    line-height: 1.36364em;
    margin-bottom: 0.81818em;
  }
}

.article-body--small {
  font-size: 0.88889em;
  line-height: 1.5em;
  margin-bottom: 1.125em;
}

.article--comment-count {
  margin-right: 18px;
}

.article--full .article-body {
  margin-bottom: 3.33333em;
}
.article--full .article-meta {
  margin-bottom: 1em;
  padding-top: 1em;
  border-top: 1px solid #c2c2c2;
}
.article--full .article-meta--post {
  margin-bottom: 3.33333em;
  border-top: 6px solid #f0f0f0;
}
.article--full .article-image {
  margin-bottom: 2.33333em;
}
@media (min-width: 35em) {
  .article--full .article-byline {
    width: 47.82609%;
    float: left;
    margin-left: 0;
    margin-right: -100%;
  }
  .article--full .article-social {
    width: 47.82609%;
    float: right;
    margin-right: 0;
    margin-left: -100%;
    text-align: right;
  }
}
@media (min-width: 56em) {
  .article--full .article-title, .article--full .article-title--large, .article--full .article-title--medium, .article--full .article-title--small, .article--full .article-title--tiny, .article--full .article-title--huge {
    margin-bottom: 0;
  }
  .article--full .article-channels {
    padding-left: 14.28571%;
  }
  .article--full .article-header {
    position: relative;
  }
  .article--full .article-header > .l-secondary {
    padding-top: 0.33333em;
  }
  .article--full .article-header > .l-secondary:after {
    content: "";
    width: 1px;
    display: block;
    background-color: #c2c2c2;
    position: absolute;
    top: 0.66667em;
    bottom: 3em;
    margin: auto;
  }
}

.article--expanded .article-image, .article--featured .article-image, .article--teaser .article-image {
  margin-bottom: 1.33333em;
  padding-top: .333em;
}
.article--expanded .article-meta, .article--featured .article-meta, .article--teaser .article-meta {
  padding-top: 0.33333em;
  border-top: 1px solid #c2c2c2;
}

.article--expanded .article-date {
  font-size: 0.88889em;
  line-height: 1.125em;
  font-weight: 700;
}
.article--expanded .article-meta {
  margin-top: 1.33333em;
}

.article--featured {
  border-bottom-width: 0.33333em;
  border-bottom-style: solid;
  padding-bottom: 1.33333em;
  margin-bottom: 3em;
  border-color: #f0f0f0;
}
.article--featured .meta-location {
  margin-bottom: 0.66667em;
}
.article--featured .link--more {
  margin-bottom: 1.66667em;
}

.article--teaser .article-body {
  margin-bottom: 0.33333em;
}
.article--teaser .link--more {
  margin-bottom: 1.33333em;
}

.article-sharethis {
  display: inline-block;
}

.article--overview {
  padding-top: 5em;
  margin-bottom: 6.66667em;
}
.article--overview .article-date {
  font-size: 1.33333em;
  line-height: 1.25em;
  color: #d6d6d6;
}
.article--overview .article-title--huge {
  margin-bottom: 0.5em;
}
.article--overview .article-title--medium {
  margin-bottom: 1em;
  color: #d6d6d6;
}
@media (min-width: 36.25em) {
  .article--overview .article-title--medium {
    margin-bottom: 1em;
  }
}
@media (min-width: 55em) {
  .article--overview {
    min-height: 22.22222em;
  }
}

.node-type-research-article .l--page-default > .l-main {
  margin-top: 2.66667em;
}
.node-type-research-article .breadcrumbs {
  border-bottom-width: 0.33333em;
  border-bottom-style: solid;
  padding-bottom: 0.33333em;
  border-color: #f0f0f0;
}

.article-centers {
  border-top-width: 0.05556em;
  border-top-style: solid;
  padding-top: 0.94444em;
  border-color: #333;
}
.article-centers > .label {
  font-size: 1em;
  line-height: 1.16667em;
  margin-bottom: 0;
  font-weight: 600;
}
.article-centers .list--tags > .list-item {
  font-size: 1em;
  line-height: 1.16667em;
  display: block;
}

.article-related.block--listing .block-title {
  margin-bottom: 1.33333em;
}
.article-related.block--listing .list--content {
  margin-bottom: 2.66667em;
}
.article-related.block--listing .list--content:last-child {
  margin-bottom: 0;
}

.article-related-list {
  clear: left;
}

/*
 * Boxer v3.3.0 - 2014-10-24
 * A jQuery plugin for displaying images, videos or content in a modal overlay. Part of the Formstone Library.
 * http://formstone.it/boxer/
 *
 * Copyright 2014 Ben Plum; MIT Licensed
 */
.boxer {
  cursor: pointer;
}

.boxer-lock {
  overflow: hidden !important;
}

#boxer-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  background: #000000;
  opacity: 0;
  -webkit-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
}

.boxer-open #boxer-overlay {
  opacity: 0.75;
}

#boxer {
  width: 200px;
  height: 200px;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 101;
  background: #ffffff;
  border-radius: 3px;
  box-shadow: 0 0 25px #000000;
  opacity: 0;
  margin: 0 auto;
  padding: 10px;
}

#boxer * {
  -webkit-transition: none;
  transition: none;
}

#boxer,
#boxer * {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

#boxer,
#boxer *,
#boxer *:before,
#boxer *:after {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#boxer.fixed {
  position: fixed;
  top: 0;
  bottom: 0;
  margin: auto;
}

#boxer.inline {
  padding: 30px;
}

#boxer.animating {
  -webkit-transition: height 0.25s ease, width 0.25s ease, opacity 0.25s linear, top 0.25s ease;
  transition: height 0.25s ease, width 0.25s ease, opacity 0.25s linear, top 0.25s ease;
}

#boxer.animating .boxer-container {
  -webkit-transition: opacity 0.25s linear 0.25s;
  transition: opacity 0.25s linear 0.25s;
}

.boxer-open #boxer {
  opacity: 1;
}

#boxer.loading .boxer-container {
  opacity: 0;
  -webkit-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
}

#boxer .boxer-close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: -7.5px;
  right: -7.5px;
  z-index: 105;
  background: #ffffff;
  border-radius: 100%;
  cursor: pointer;
  display: block;
  overflow: hidden;
  padding: 0;
  text-indent: 200%;
  white-space: nowrap;
}

#boxer .boxer-close:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #333333;
  content: "\00d7";
  display: block;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  margin: auto;
  text-align: center;
  text-indent: 0;
  -webkit-transition: color 0.15s linear;
  transition: color 0.15s linear;
}

.no-opacity #boxer .boxer-close {
  text-indent: -999px;
}

#boxer .boxer-loading {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 105;
  display: block;
  margin: auto;
  opacity: 0;
  -webkit-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
}

#boxer .boxer-loading:before,
#boxer .boxer-loading:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 110%;
  content: '';
  display: block;
}

#boxer .boxer-loading:before {
  border: 5px solid rgba(51, 51, 51, 0.25);
}

#boxer .boxer-loading:after {
  -webkit-animation: boxer-loading-spin 0.75s linear infinite;
  animation: boxer-loading-spin 0.75s linear infinite;
  border: 5px solid transparent;
  border-top-color: #333333;
}

#boxer.loading .boxer-loading {
  opacity: 1;
}

@-webkit-keyframes boxer-loading-spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes boxer-loading-spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#boxer .boxer-container {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 103;
  background: #ffffff;
  overflow: hidden;
}

#boxer .boxer-content {
  width: 100%;
  background: #ffffff;
  opacity: 1;
  overflow: hidden;
  padding: 0;
}

#boxer.inline .boxer-content,
#boxer.iframe .boxer-content {
  width: auto;
}

#boxer .boxer-image {
  float: left;
}

#boxer .boxer-video {
  width: 100%;
  height: 100%;
}

#boxer .boxer-iframe {
  width: 100%;
  height: 100%;
  border: none;
  float: left;
  overflow: auto;
}

#boxer .boxer-meta {
  clear: both;
}

#boxer .boxer-control {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  background: #ffffff;
  border-radius: 100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  display: block;
  margin-right: auto;
  margin-left: auto;
  opacity: 1;
  overflow: hidden;
  text-indent: 200%;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  white-space: nowrap;
}

#boxer .boxer-control:before {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  margin: auto;
}

#boxer .boxer-control.previous {
  left: 20px;
}

#boxer .boxer-control.previous:before {
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 10.4px solid #333333;
  margin-left: 14px;
}

#boxer .boxer-control.next {
  right: 20px;
}

#boxer .boxer-control.next:before {
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10.4px solid #333333;
  margin-right: 14px;
}

#boxer .boxer-control.disabled {
  opacity: 0;
}

.no-opacity #boxer .boxer-control {
  text-indent: -999px;
}

.no-touch #boxer .boxer-control {
  opacity: 0;
}

.no-touch #boxer:hover .boxer-control {
  opacity: 1;
}

.no-touch #boxer:hover .boxer-control.disabled {
  opacity: 0;
  cursor: default !important;
}

#boxer .boxer-meta {
  padding: 10px 0 0 0;
}

#boxer .boxer-position {
  color: #999999;
  font-size: 12px;
  margin: 0;
  padding: 15px 15px 0 15px;
}

#boxer .boxer-caption p {
  color: #666666;
  font-size: 14px;
  margin: 0;
  padding: 15px;
}

#boxer .boxer-caption.gallery p {
  padding-top: 0;
}

#boxer .boxer-error {
  width: 250px;
}

#boxer .boxer-error p {
  color: #990000;
  font-size: 14px;
  margin: 0;
  padding: 25px;
  text-align: center;
  text-transform: uppercase;
}

#boxer.mobile {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #111111;
  border-radius: 0;
  padding: 40px 0 0;
}

#boxer.mobile .boxer-close,
#boxer.mobile .boxer-close:hover {
  height: 40px;
  width: 40px;
  top: 0;
  right: 0;
  background: #111111;
  border-radius: 0;
}

#boxer.mobile .boxer-close:before,
#boxer.mobile .boxer-close:hover:before {
  color: #cccccc;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
}

#boxer.mobile .boxer-loading:before {
  border-color: rgba(153, 153, 153, 0.25);
}

#boxer.mobile .boxer-loading:after {
  border-top-color: #999999;
}

#boxer.mobile .boxer-container {
  background: #111111;
}

#boxer.mobile .boxer-content {
  background-color: #111111;
}

#boxer.mobile .boxer-control {
  width: 50px;
  height: 100%;
  background: #111111;
  border-radius: 0;
  box-shadow: none;
  opacity: 1;
}

#boxer.mobile .boxer-control.previous {
  left: 0;
}

#boxer.mobile .boxer-control.previous:before {
  border-right-color: #eeeeee;
  margin-left: 19px;
}

#boxer.mobile .boxer-control.next {
  right: 0;
}

#boxer.mobile .boxer-control.next:before {
  border-left-color: #eeeeee;
  margin-right: 19px;
}

.no-touch #boxer.mobile .boxer-control,
.no-touch #boxer.mobile:hover .boxer-control {
  opacity: 1;
}

.no-touch #boxer.mobile .boxer-control.disabled,
.no-touch #boxer.mobile:hover .boxer-control.disabled {
  opacity: 0;
  cursor: default !important;
}

#boxer.mobile .boxer-meta {
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #111111;
  padding: 15px 65px;
}

#boxer.mobile .boxer-position {
  color: #999999;
  font-size: 12px;
  margin: 0;
  padding: 0 15px 0 0;
}

#boxer.mobile .boxer-caption p {
  color: #eeeeee;
  font-size: 14px;
  margin: 0;
  padding: 0;
}

#boxer.mobile .boxer-image {
  -webkit-transition: none !important;
  transition: none !important;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

#boxer.mobile.animated .boxer-image {
  -webkit-transition: -webkit-transform 0.25s ease-out !important;
  transition: transform 0.25s ease-out !important;
}

#boxer.mobile.inline .boxer-content,
#boxer.mobile.iframe .boxer-content {
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.breadcrumbs {
  margin-top: 0;
  margin-bottom: 2.33333em;
  padding-left: 0;
}
.breadcrumbs > li {
  display: inline;
  list-style: none;
  margin-bottom: 0;
}
.breadcrumbs > li:after {
  position: relative;
  top: -2px;
  content: "\203a";
  margin-left: .5em;
  margin-right: .5em;
  font-size: .825em;
  vertical-align: .0125em;
}
.breadcrumbs > li.last:after {
  content: none;
}
.breadcrumbs .active {
  font-weight: 600;
  color: #666;
}

.comment-form .form-actions input[type="submit"] {
  margin-right: 15px;
}

#edit-author--2 label {
  display: inline;
  margin-right: 6px;
}
#edit-author--2 label:after {
  content: ":";
}

.comment {
  border-top: 1px solid #c2c2c2;
  padding-top: 2em;
}
.comment .links {
  padding: 0;
}

.comment-header {
  padding-left: 36px;
  margin-bottom: 1.33333em;
  background-position: 3px 1px;
}

.comment-author {
  font-style: normal;
  font-size: 1.11111em;
  line-height: 1.2em;
  font-weight: 700;
}

.comment-date {
  font-size: 0.72222em;
  line-height: 1.38462em;
  font-weight: 600;
  color: #666;
}

.comment-delete,
.comment-edit,
.comment-reply {
  list-style: none;
  display: inline-block;
}
.comment-delete > a,
.comment-edit > a,
.comment-reply > a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  border: 0;
  font-weight: 600;
  letter-spacing: .03em;
  background-color: #2d637f;
  color: #ffffff;
  padding: 0.23077em 12px;
  font-size: 0.72222em;
  line-height: 1.38462em;
}
.comment-delete > a:hover,
.comment-edit > a:hover,
.comment-reply > a:hover {
  text-decoration: none;
}
.comment-delete > a:active, .comment-delete > a:focus,
.comment-edit > a:active,
.comment-edit > a:focus,
.comment-reply > a:active,
.comment-reply > a:focus {
  outline: none;
}
.comment-delete > a:hover,
.comment-edit > a:hover,
.comment-reply > a:hover {
  background-color: #204451;
}
.comment-delete > a:active, .comment-delete > a:focus,
.comment-edit > a:active,
.comment-edit > a:focus,
.comment-reply > a:active,
.comment-reply > a:focus {
  background-color: #29383c;
}
.comment-delete > a:disabled,
.comment-edit > a:disabled,
.comment-reply > a:disabled {
  background-color: #a0a0a0;
}

input[type="submit"],
button {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  border: 0;
  font-weight: 600;
  letter-spacing: .03em;
  padding: 0.23077em 12px;
  font-size: 0.72222em;
  line-height: 1.38462em;
  text-transform: uppercase;
  background-color: #25b3d8;
  color: #ffffff;
}
input[type="submit"]:hover,
button:hover {
  text-decoration: none;
}
input[type="submit"]:active, input[type="submit"]:focus,
button:active,
button:focus {
  outline: none;
}
input[type="submit"]:hover,
button:hover {
  background-color: #1b97b7;
  text-decoration: none;
}
input[type="submit"]:active, input[type="submit"]:focus,
button:active,
button:focus {
  background-color: #2d637f;
  text-decoration: none;
}
input[type="submit"]:disabled,
button:disabled {
  background-color: #a0a0a0;
}

.form-item,
.form-actions {
  margin: 0 0 1.33333em;
}

.form-item-description {
  margin-top: 0.46154em;
  font-size: 0.72222em;
  line-height: 1.38462em;
  font-family: "proxima-nova", sans-serif;
}

.fieldset-legend {
  font-weight: 600;
}

.fieldset-description {
  font-size: 0.88889em;
  line-height: 1.5em;
  margin-bottom: 1.5em;
  font-family: "proxima-nova", sans-serif;
}

html.js input.form-autocomplete {
  background-position: 100% 6px;
}
html.js input.form-autocomplete.throbbing {
  background-position: 100% -14px;
}

.form-type-checkboxes .form-type-checkbox,
.form-type-checkbox,
.form-type-radios .form-type-radio {
  margin: 0.16667em 0;
}
.form-type-checkboxes .form-type-checkbox label,
.form-type-checkbox label,
.form-type-radios .form-type-radio label {
  display: inline;
  color: #666;
  font-size: 0.88889em;
  line-height: 1.5em;
  font-weight: 300;
  text-transform: none;
}

input.error,
textarea.error,
select.error {
  border: 2px solid red;
}

.machine-name-label {
  font-family: "proxima-nova", sans-serif;
  font-weight: bold;
}

.machine-name-value {
  font-family: monospace;
  margin: 0 .5em;
}

label.error {
  color: #b52828;
}

input.is-error {
  border-color: #b52828;
}

.form-required,
.marker {
  color: #b52828;
  font-weight: bold;
}

.vertical-tab-button {
  position: relative;
  font-family: "proxima-nova", sans-serif;
}

#active-vertical-tab {
  top: 0;
}

.filter-wrapper .form-item {
  padding-left: 0;
}

.form--inline {
  padding: 3.33333em 48px 2.33333em;
  background-color: #232323;
  color: #ffffff;
  margin-bottom: 4.33333em;
}
.form--inline h3,
.form--inline .views-exposed-widget {
  vertical-align: top;
  margin-right: 42px;
  margin-bottom: 1em;
  font-weight: 600;
}
.form--inline h3:last-child,
.form--inline .views-exposed-widget:last-child {
  margin-right: 0;
}
.form--inline .views-exposed-widget {
  display: inline-block;
}
.form--inline h3 {
  line-height: 1.5em;
}
@media (min-width: 68.75em) {
  .form--inline h3 {
    display: inline-block;
  }
}
.form--inline .form-item {
  margin: 0;
}
.form--inline .form-submit {
  padding: 0.75em 24px;
}
.form--inline .select select {
  border: 0;
}

.pane-views-exp-multimedia-panel-pane-1,
.view-id-research_centers.view-display-id-panel_pane_3 {
  padding: 2em 48px 2.33333em;
  background-color: #232323;
  color: #ffffff;
}
.pane-views-exp-multimedia-panel-pane-1 .form-item,
.view-id-research_centers.view-display-id-panel_pane_3 .form-item {
  margin-bottom: 0.66667em;
}
.pane-views-exp-multimedia-panel-pane-1 .form-item:last-child,
.view-id-research_centers.view-display-id-panel_pane_3 .form-item:last-child {
  margin-bottom: 2em;
}
.pane-views-exp-multimedia-panel-pane-1 .form-submit,
.view-id-research_centers.view-display-id-panel_pane_3 .form-submit {
  padding: 0.75em 24px;
}

.pane-views-exp-multimedia-panel-pane-1 .pane-title {
  font-size: 1.33333em;
  line-height: 1.25em;
  margin-bottom: 1em;
  font-weight: 600;
}
.pane-views-exp-multimedia-panel-pane-1 label {
  display: inline;
  color: #a0a0a0;
  font-weight: 300;
}

.view-id-research_centers.view-display-id-panel_pane_3 label {
  font-size: 1.33333em;
  line-height: 1.25em;
  font-weight: 600;
  color: #ffffff;
  text-transform: none;
  margin-right: .5em;
}
@media (min-width: 56em) {
  .view-id-research_centers.view-display-id-panel_pane_3 label {
    display: block;
    margin-bottom: 1em;
  }
}

.newsletter {
  margin-bottom: 1.33333em;
}
.newsletter label {
  font-size: 0.72222em;
  line-height: 1.38462em;
  font-weight: 400;
  text-transform: capitalize;
}
.newsletter input[type="email"],
.newsletter input[type="text"] {
  color: #a0a0a0;
  background-color: transparent;
  border: 1px solid #444;
  -webkit-appearance: none;
  outline: none;
}
.newsletter input[type="email"]:active, .newsletter input[type="email"]:focus,
.newsletter input[type="text"]:active,
.newsletter input[type="text"]:focus {
  border-color: #666;
}
.newsletter .form-submit {
  margin-top: 1.33333em;
}
.newsletter .mc-field-group {
  position: relative;
  display: inline-block;
  margin-top: 0.33333em;
}
.newsletter #mc_embed_signup div.mce_inline_error {
  position: absolute;
  width: 100%;
  font-size: 0.72222em;
  line-height: 1.38462em;
  font-weight: 400;
  text-transform: capitalize;
}

.page-title {
  margin-bottom: 0.3em;
}

.section-title {
  margin-bottom: 2em;
  border-bottom: 1px solid #c2c2c2;
  padding-bottom: 0.66667em;
  font-size: 1.33333em;
  line-height: 1.25em;
}

figcaption {
  font-size: 0.88889em;
  line-height: 1.5em;
}

.image-frame > img,
.image-frame > a > img {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-shadow: rgba(68, 68, 68, 0.6) 0 1px 3px;
  -webkit-box-shadow: rgba(68, 68, 68, 0.6) 0 1px 3px;
  box-shadow: rgba(68, 68, 68, 0.6) 0 1px 3px;
  padding: 4px;
  background-color: #ffffff;
}

.image-left {
  float: left;
  margin: 0 30px 0.33333em 0;
}

.image-right {
  float: right;
  margin: 0 0 0.33333em 30px;
}

.link--button {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  border: 0;
  font-weight: 600;
  letter-spacing: .03em;
  padding: 0.23077em 12px;
  font-size: 0.72222em;
  line-height: 1.38462em;
  text-transform: uppercase;
  background-color: #25b3d8;
  color: #ffffff;
}
.link--button:hover {
  text-decoration: none;
}
.link--button:active, .link--button:focus {
  outline: none;
}
.link--button:hover {
  background-color: #1b97b7;
  text-decoration: none;
}
.link--button:active, .link--button:focus {
  background-color: #2d637f;
  text-decoration: none;
}
.link--button:disabled {
  background-color: #a0a0a0;
}

.button--secondary {
  background-color: #2d637f;
  color: #ffffff;
}
.button--secondary:hover {
  background-color: #204451;
}
.button--secondary:active, .button--secondary:focus {
  background-color: #29383c;
}
.button--secondary:disabled {
  background-color: #a0a0a0;
}

.button--network {
  background-color: #25b3d8;
  color: #ffffff;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 500;
  padding: .5em;
}
.button--network:hover {
  background-color: #1b97b7;
  text-decoration: none;
}
.button--network:active, .button--network:focus {
  background-color: #2d637f;
  text-decoration: none;
}
.button--network:disabled {
  background-color: #a0a0a0;
}

.link--comments {
  display: inline-block;
  padding-left: 30px;
  color: #444;
  font-size: 0.88889em;
  line-height: 1.5em;
}
.link--comments:hover {
  text-decoration: none;
}

.link--more,
.link--more-wrapper > a {
  padding: 0.23077em 0.92308em;
  background-color: #25b3d8;
  color: #ffffff;
  font-size: 0.72222em;
  line-height: 1.38462em;
  font-weight: 600;
  letter-spacing: .03em;
  text-transform: uppercase;
  display: inline-block;
}
.link--more:hover,
.link--more-wrapper > a:hover {
  color: #ffffff;
  background-color: #1b97b7;
  text-decoration: none;
}
.link--more:active, .link--more:focus,
.link--more-wrapper > a:active,
.link--more-wrapper > a:focus {
  color: #ffffff;
  background-color: #2d637f;
}
.link--more[disabled],
.link--more-wrapper > a[disabled] {
  background-color: #c2c2c2;
}

.link--featured,
.link--featured-wrapper > a {
  color: #ffffff;
  display: block;
  font-size: 1.11111em;
  line-height: 1.2em;
}
.link--featured:after,
.link--featured-wrapper > a:after {
  content: "";
  display: inline-block;
  height: 18px;
  width: 18px;
  vertical-align: middle;
  margin-left: 3px;
  position: relative;
  top: -.125em;
}
.link--featured:hover,
.link--featured-wrapper > a:hover {
  color: #ffffff;
}

.link--all,
.link--all-wrapper > a {
  display: block;
  font-size: 0.88889em;
  line-height: 1.125em;
  font-style: italic;
  margin-top: 1.5em;
}
.link--all:after,
.link--all-wrapper > a:after {
  content: "";
  display: inline-block;
  height: 18px;
  width: 18px;
  vertical-align: middle;
  margin-left: 3px;
  position: relative;
  top: -.125em;
}

.link--pitch {
  font-size: 1.33333em;
  line-height: 1.25em;
  margin-bottom: 1.4em;
  color: #ffffff;
  font-style: italic;
}
.link--pitch:after {
  content: "\203a \203a";
  display: inline-block;
  margin-left: .25em;
  margin-right: -1em;
  font-weight: 100;
  color: #55c4f6;
  font-size: 1.3em;
  vertical-align: -.0625em;
  letter-spacing: -.03em;
  font-style: normal;
}
@media (min-width: 41.25em) {
  .link--pitch {
    font-size: 1.66667em;
    line-height: 1.3em;
  }
}

.article-list {
  padding: 0;
  border-bottom: 1px solid #c2c2c2;
}

.article-item {
  border-top-width: 0.05556em;
  border-top-style: solid;
  padding-top: 0.61111em;
  padding-bottom: 0.66667em;
  display: block;
  border-color: #c2c2c2;
}

.list--no-bullets, .list--content, .list--featured, .list--channels, .list--tags, .list--separated, .list--themes, .links.inline, .list--3up, .list--4up {
  margin: 0;
  padding: 0;
}
.list--no-bullets > li, .list--content > li, .list--featured > li, .list--channels > li, .list--tags > li, .list--separated > li, .list--themes > li, .links.inline > li, .list--3up > li, .list--4up > li {
  list-style: none;
}

.list--content > li {
  margin-bottom: 4em;
}
.list--content > li:last-child {
  margin-bottom: 0;
}

.list--content--tight > li {
  margin-bottom: 0.66667em;
}

.list--featured {
  margin-bottom: 1.33333em;
}
.list--featured > li {
  margin-bottom: 0.66667em;
}

.list--channels > li {
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 12px;
}
.list--channels > li > a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  border: 0;
  font-weight: 600;
  letter-spacing: .03em;
  background-color: #2d637f;
  color: #ffffff;
  padding: 0.23077em 12px;
  font-size: 0.72222em;
  line-height: 1.38462em;
}
.list--channels > li > a:hover {
  text-decoration: none;
}
.list--channels > li > a:active, .list--channels > li > a:focus {
  outline: none;
}
.list--channels > li > a:hover {
  background-color: #204451;
}
.list--channels > li > a:active, .list--channels > li > a:focus {
  background-color: #29383c;
}
.list--channels > li > a:disabled {
  background-color: #a0a0a0;
}
.list--channels > li.first > a {
  background-color: #204451;
  color: #ffffff;
}
.list--channels > li.first > a:hover {
  background-color: #29383c;
}
.list--channels > li.first > a:active, .list--channels > li.first > a:focus {
  background-color: #191919;
}
.list--channels > li.first > a:disabled {
  background-color: #a0a0a0;
}

.list--tags > li {
  display: inline-block;
  margin-bottom: 0;
  font-size: 0.88889em;
  line-height: 1.3125em;
}
.list--tags > li > a {
  color: #444;
}
.list--tags > li > a:after {
  content: ",";
  margin-right: .5em;
}
.theme-inverse .list--tags > li > a {
  color: #25b3d8;
}
.list--tags > li.first > a {
  font-weight: 600;
}
.list--tags > li:last-child > a:after {
  content: none;
}

.list--separated > li, .list--themes > li {
  display: inline-block;
  margin-bottom: 0;
}
.list--separated > li:after, .list--themes > li:after {
  content: ",";
  margin-right: .25em;
}
.list--separated > li:last-child:after, .list--themes > li:last-child:after {
  content: none;
}

.list--themes > li {
  font-style: italic;
}

.list--3up, .list--4up {
  *zoom: 1;
}
.list--3up:before, .list--4up:before, .list--3up:after, .list--4up:after {
  content: " ";
  display: table;
}
.list--3up:after, .list--4up:after {
  clear: both;
}
.list--3up > li, .list--4up > li {
  margin-bottom: 4em;
}

.list--3up, .list--4up {
  padding-left: 4.34783%;
  padding-right: 4.34783%;
}
@media (min-width: 44em) {
  .list--3up > li, .list--4up > li {
    width: 47.61905%;
    float: left;
    margin-left: 4.7619%;
  }
  .list--3up > li:nth-child(2n + 1), .list--4up > li:nth-child(2n + 1) {
    clear: left;
    margin-left: 0;
  }
}
@media (min-width: 56em) {
  .list--3up > li, .list--4up > li {
    width: 28.57143%;
    float: left;
    margin-left: 7.14286%;
  }
  .list--3up > li:nth-child(2n + 1), .list--4up > li:nth-child(2n + 1) {
    clear: none;
    margin-left: 7.14286%;
  }
  .list--3up > li:nth-child(3n + 1), .list--4up > li:nth-child(3n + 1) {
    clear: left;
    margin-left: 0;
  }
}

.list--4up {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: -4.33333em;
}
.view-staff .list--4up {
  margin-bottom: 0;
}
.list--4up > li {
  margin-bottom: 4.33333em;
}
@media (min-width: 67.5em) {
  .list--4up > li {
    width: 21.73913%;
    float: left;
    margin-left: 4.34783%;
  }
  .list--4up > li:nth-child(2n + 1), .list--4up > li:nth-child(3n + 1) {
    clear: none;
    margin-left: 4.34783%;
  }
  .list--4up > li:nth-child(4n + 1) {
    clear: left;
    margin-left: 0;
  }
}

.messages {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 0.33333em;
  padding: 0.33333em 15px;
  color: #ffffff;
}
.messages a {
  color: #ffffff;
  font-weight: bold;
}
.messages.error {
  background-color: #b52828;
}
.messages.warning {
  background-color: #25b3d8;
}
.messages.status {
  background-color: #9cc524;
}

.krumo-element,
.krumo-footnote,
.krumo-call,
.krumo-preview {
  color: #000000;
}

.meta--small {
  font-size: 0.88889em;
  line-height: 1.5em;
}

.meta--tiny {
  font-size: 0.72222em;
  line-height: 1.38462em;
  margin-bottom: 0.46154em;
}

.meta-byline {
  font-style: italic;
  position: relative;
}
.meta-dateline + .meta-byline {
  margin-left: .5em;
  padding-left: .75em;
}
.meta-dateline + .meta-byline:before {
  content: "";
  width: 1px;
  background-color: #c2c2c2;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}

.meta-date-time {
  font-style: italic;
}

.meta-dateline,
.meta-date-day {
  font-weight: 600;
  color: #666;
}

.meta-location-name {
  font-weight: 600;
  color: #666;
}

.meta-location-address .street-block,
.meta-location-address .thoroughfare,
.meta-location-address .premise,
.meta-location-address .locality-block {
  display: inline;
}
.meta-location-address .street-block:after {
  content: ' ';
}
.meta-location-address .premise {
  margin-left: .5em;
  margin-right: .5em;
}
.meta-location-address .country {
  text-transform: uppercase;
}
.meta-location-address .country:before {
  content: ", ";
}
.meta-location-address .addressfield-container-inline + .country {
  text-transform: uppercase;
}
.meta-location-address .addressfield-container-inline + .country:before {
  content: ", ";
}

div.addressfield-container-inline:after {
  content: none;
}

.page--newstream .l-header {
  padding: 4.66667em 0;
  background-color: #016683;
  color: #ffffff;
  overflow: hidden;
  position: relative;
}
.page--newstream .l-header .panel-pane {
  position: relative;
  z-index: 2;
}
.page--newstream .l-header .newstream-bg-pane {
  position: absolute;
  top: 30px;
  right: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.page--newstream .l-header p {
  margin-bottom: 2em;
}
@media (min-width: 60em) {
  .page--newstream .pane-1 {
    width: 65.21739%;
  }
  .page--newstream .pane-channels-panel-pane-2 {
    max-width: 50em;
  }
}
.page--newstream .page-title {
  font-weight: 300;
}

.view-display-id-panel_pane_2 .link--all {
  color: #dbdbdb;
  display: inline-block;
  font-style: normal;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 0.375em;
  width: 240px;
  margin-top: 0;
}
.view-display-id-panel_pane_2 .link--all:hover {
  color: #ffffff;
}

.newstream-bg {
  height: 100%;
  width: 100%;
}

.newstream-bg-image {
  height: 435px;
  width: 435px;
  overflow: hidden;
  background-size: auto 100%;
  background-repeat: no-repeat;
  position: relative;
  float: right;
  z-index: 1;
}
@media (min-width: 60em) {
  .newstream-bg-image {
    background-image: url('../img/bg-newstream.jpg?1507334726');
  }
}
.newstream-bg-image:before, .newstream-bg-image:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background-color: #016683;
  position: absolute;
}
.newstream-bg-image:before {
  bottom: 100%;
  -moz-transform: skewY(-30deg);
  -ms-transform: skewY(-30deg);
  -webkit-transform: skewY(-30deg);
  transform: skewY(-30deg);
  -moz-transform-origin: top right;
  -ms-transform-origin: top right;
  -webkit-transform-origin: top right;
  transform-origin: top right;
}
.newstream-bg-image:after {
  top: 100%;
  -moz-transform: skewY(30deg);
  -ms-transform: skewY(30deg);
  -webkit-transform: skewY(30deg);
  transform: skewY(30deg);
  -moz-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
}

.newstream-bg-rule--upper {
  width: 100%;
  height: 18px;
  border: solid #f0f0f0;
  border-width: 1px 0;
  position: relative;
  -moz-transform: skewY(-30deg);
  -ms-transform: skewY(-30deg);
  -webkit-transform: skewY(-30deg);
  transform: skewY(-30deg);
  -moz-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
}
.newstream-bg-rule--upper:before, .newstream-bg-rule--upper:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  bottom: 100%;
}
.newstream-bg-rule--upper:before {
  height: 1600px;
  background-color: #122129;
  background-repeat: no-repeat;
  background-size: 100% 770px;
  background-position: bottom right;
}
@media (min-width: 60em) {
  .newstream-bg-rule--upper:before {
    background-image: url('../img/bg-newstream-large.jpg?1507334726');
  }
}
.newstream-bg-rule--upper:after {
  height: 72px;
  background-color: rgba(1, 102, 131, 0.2);
}

.newstream-bg-rule--lower {
  clear: both;
  width: 100%;
  height: 18px;
  border: solid #f0f0f0;
  border-width: 1px 0;
  position: relative;
  -moz-transform: skewY(30deg);
  -ms-transform: skewY(30deg);
  -webkit-transform: skewY(30deg);
  transform: skewY(30deg);
  -moz-transform-origin: top right;
  -ms-transform-origin: top right;
  -webkit-transform-origin: top right;
  transform-origin: top right;
}
.newstream-bg-rule--lower:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  bottom: -270px;
}
.newstream-bg-rule--lower:after {
  width: 100%;
  height: 18px;
  border: solid #f0f0f0;
  border-width: 1px 0;
  position: relative;
  border-color: rgba(255, 255, 255, 0.2);
}

.newstream-bg-rule--lower,
.newstream-bg-rule--upper {
  z-index: 2;
  border-color: rgba(255, 255, 255, 0.2);
}

.pager {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin: 0 auto 0.66667em;
  padding-left: 30px;
  padding-right: 30px;
  height: 42px;
  list-style: none;
  background-color: #f0f0f0;
  text-align: center;
}

.pager-first,
.pager-previous,
.pager-item,
.pager-next,
.pager-last, .pager-ellipsis, .pager-current {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-bottom: 0;
}

.pager-first > a,
.pager-previous > a,
.pager-item > a,
.pager-next > a,
.pager-last > a, .pager-current {
  display: inline-block;
  font-size: 1em;
  line-height: 1.33333em;
  margin: 0 2px;
  padding: 0.5em 4px;
}

.pager-first > a,
.pager-previous > a,
.pager-item > a,
.pager-next > a,
.pager-last > a {
  color: #333;
  opacity: .8;
}
.pager-first > a:hover,
.pager-previous > a:hover,
.pager-item > a:hover,
.pager-next > a:hover,
.pager-last > a:hover {
  opacity: 1;
  text-decoration: none;
}

.pager-first,
.pager-previous,
.pager-last,
.pager-next {
  font-size: 0.88889em;
  line-height: 1.5em;
}

.pager-first a,
.pager-previous a {
  padding-left: 24px;
  background-position: 0 .5em;
}

.pager-last a,
.pager-next a {
  padding-right: 24px;
  background-position: 100% .5em;
}

.pager-current {
  color: #a0a0a0;
}

.pager-next:before, .pager-previous:before, .pager-mini:after {
  content: "";
  height: 24px;
  width: 1px;
  background-color: #dbdbdb;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}

.pager-next {
  position: relative;
  padding-left: 20px;
  margin-left: 16px;
}
.pager-next:before {
  left: 0;
}

.pager-previous {
  position: relative;
  padding-right: 20px;
  margin-right: 16px;
}
.pager-previous:before {
  right: 0;
}

.pager-mini {
  padding: 0;
  vertical-align: middle;
  position: relative;
}
.pager-mini:after {
  left: 0;
  right: 0;
}
.pager-mini .pager-previous,
.pager-mini .pager-next {
  height: 42px;
  margin: 0;
  padding: 0;
}
.pager-mini .pager-previous:before, .pager-mini .pager-previous:after,
.pager-mini .pager-next:before,
.pager-mini .pager-next:after {
  content: none;
}
.pager-mini .pager-previous > a,
.pager-mini .pager-next > a {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  height: 42px;
  width: 36px;
  background-position: center;
  text-indent: 110%;
  overflow: hidden;
}

.password-strength, div.password-confirm {
  font-size: 0.88889em;
  line-height: 1.5em;
  margin-top: 1.125em;
  width: 17em;
  float: right;
  font-family: "proxima-nova", sans-serif;
}

.password-strength-title {
  display: inline;
}

.password-strength-text {
  float: right;
  font-weight: bold;
}

.password-indicator {
  height: 0.1875em;
  background-color: #dbdbdb;
}
.password-indicator > .indicator {
  height: 100%;
  width: 0;
  background-color: #666;
}

input.password-confirm,
input.password-field {
  width: 16em;
}

div.password-confirm {
  float: right;
  visibility: hidden;
  width: 17em;
}

.password-suggestions {
  font-size: 0.72222em;
  line-height: 1.38462em;
  font-family: "proxima-nova", sans-serif;
}

.confirm-parent,
.password-parent {
  clear: left;
  margin: 0;
  width: 36.3em;
}

#quicktabs-research_network ul.quicktabs-style-nostyle {
  padding-left: 0px;
}
#quicktabs-research_network ul.quicktabs-style-nostyle a {
  background-color: #25b3d8;
  color: #ffffff;
  padding: .5em;
}
#quicktabs-research_network ul.quicktabs-style-nostyle a:hover {
  background-color: #1b97b7;
  text-decoration: none;
}
#quicktabs-research_network ul.quicktabs-style-nostyle a:active, #quicktabs-research_network ul.quicktabs-style-nostyle a:focus {
  background-color: #2d637f;
  text-decoration: none;
}
#quicktabs-research_network ul.quicktabs-style-nostyle a:disabled {
  background-color: #a0a0a0;
}
#quicktabs-research_network ul.quicktabs-style-nostyle li.active a {
  background-color: #2d637f;
}
#quicktabs-research_network h3 {
  color: #1b97b7;
}

.article-sharethis {
  position: relative;
}

.sharethis-toggle {
  position: relative;
  background-color: #274a5b;
}
.sharethis-toggle:hover, .sharethis-toggle:active, .sharethis-toggle:focus {
  background-color: #274a5b;
}
.sharethis-toggle:after {
  content: "";
  position: absolute;
  margin: auto;
  height: 0;
  width: 0;
  bottom: 0;
  left: 100%;
  border-top: 4px solid transparent;
  border-left: 4px solid #274a5b;
}

.sharethis-buttons {
  display: none;
  position: absolute;
  bottom: 110%;
  width: 144px;
  margin: auto;
}
.article-sharethis:hover .sharethis-buttons, .sharethis-toggle:focus + .sharethis-buttons {
  display: block;
}

.sharethis-wrapper {
  position: relative;
  background-color: #17a1c5;
  height: 36px;
  white-space: nowrap;
}
.sharethis-wrapper:after {
  content: "";
  position: absolute;
  margin: auto;
  height: 0;
  width: 0;
}
.sharethis-wrapper > span {
  display: block;
  float: left;
  height: 36px;
}

@media (max-width: 34.9375em) {
  .sharethis-buttons {
    right: -152px;
    top: 0;
    bottom: 0;
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }

  .sharethis-wrapper:after {
    right: 100%;
    top: 0;
    bottom: 0;
    border-right: 10px solid #0aa7cd;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }
}
@media (min-width: 35em) and (max-width: 73.0625em) {
  .sharethis-buttons {
    left: -152px;
    top: 0;
    bottom: 0;
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }

  .sharethis-wrapper:after {
    left: 100%;
    top: 0;
    bottom: 0;
    border-left: 10px solid #0aa7cd;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }
}
@media (min-width: 73.125em) {
  .sharethis-buttons {
    top: -42px;
    -moz-transform: translateX(-39px);
    -ms-transform: translateX(-39px);
    -webkit-transform: translateX(-39px);
    transform: translateX(-39px);
  }

  .sharethis-wrapper:after {
    top: 100%;
    left: 0;
    right: 0;
    border-top: 10px solid #0aa7cd;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
  }
}
.stButton,
.stButton .chicklets {
  height: 36px !important;
  width: 36px !important;
  padding: 0 !important;
  margin: 0 !important;
}
.stButton .chicklets {
  float: left;
  opacity: .6;
}
.stButton .chicklets:hover {
  opacity: 1;
}

.update {
  margin: 0 auto 8.33333em;
  max-width: 48.88889em;
}

.update-title, .block--update > .pane-title,
.block--update > .block-title {
  background-color: #ff9000;
  color: white;
  position: relative;
  float: left;
  padding: 0.66667em 30px;
}
.update-title:after, .block--update > .pane-title:after,
.block--update > .block-title:after {
  content: "";
  border-right: 20px #ff9000 solid;
  border-bottom: 20px transparent solid;
  -moz-transform: scaleX(1.5);
  -ms-transform: scaleX(1.5);
  -webkit-transform: scaleX(1.5);
  transform: scaleX(1.5);
  position: absolute;
  top: 100%;
  left: 30px;
}

.update-title {
  margin-bottom: -0.66667em;
  margin-left: 15px;
}
@media (min-width: 55.9375em) {
  .update-title {
    margin-left: 0;
  }
}
.update-title > h2 {
  margin: 0;
  font-size: 1.33333em;
  line-height: 1.25em;
  font-weight: 300;
}
@media (min-width: 41.25em) {
  .update-title:after {
    right: 15px;
    left: auto;
  }
}

.update-content {
  background-color: #ffffff;
  clear: left;
  padding: 1.66667em 1.66667em 1em;
  margin-right: 30px;
  margin-left: 30px;
}
@media (min-width: 41.25em) {
  .update-content {
    margin-right: 50px;
    margin-left: 50px;
    padding-top: 1em;
    padding-left: 10.55556em;
  }
}
.update-content a {
  font-size: 1.33333em;
  line-height: 1.25em;
  color: #444;
  position: relative;
}
.update-content a:after {
  content: "\203a \203a";
  display: inline-block;
  margin-left: .25em;
  margin-right: -1em;
  font-weight: 100;
  color: #ff9000;
  font-size: 1.3em;
  vertical-align: -.0625em;
  letter-spacing: -.03em;
}

.block--update > .pane-title,
.block--update > .block-title {
  font-size: 1.33333em;
  line-height: 1.25em;
  position: relative;
  top: 0.25em;
  left: -15px;
  z-index: 2;
}
@media (min-width: 56.25em) {
  .block--update > .pane-title,
  .block--update > .block-title {
    top: 1.25em;
  }
}
.block--update > .pane-content,
.block--update > .block-content {
  clear: left;
}

.view > .item-list {
  margin-top: 5em;
  text-align: center;
}

.view-id-funding_opportunities.view-display-id-panel_pane_1 .view-content > h3,
.view-id-matrix_seminars.view-display-id-panel_pane_2 .view-content > h3,
.view-id-matrix_research.view-display-id-panel_pane_2 .view-content > h3,
.view-id-director_s_seminars.view-display-id-panel_pane_2 .view-content > h3 {
  padding-bottom: 0.2em;
  margin-bottom: 1.6em;
  border-bottom: 1px solid #c2c2c2;
  font-size: 1.66667em;
  line-height: 1.1em;
  font-weight: 600;
  text-transform: capitalize;
}
.view-id-funding_opportunities.view-display-id-panel_pane_1 .view-content > .list--content,
.view-id-matrix_seminars.view-display-id-panel_pane_2 .view-content > .list--content,
.view-id-matrix_research.view-display-id-panel_pane_2 .view-content > .list--content,
.view-id-director_s_seminars.view-display-id-panel_pane_2 .view-content > .list--content {
  margin-bottom: 4em;
}
.view-id-funding_opportunities.view-display-id-panel_pane_1 .view-content > .list--content:last-child,
.view-id-matrix_seminars.view-display-id-panel_pane_2 .view-content > .list--content:last-child,
.view-id-matrix_research.view-display-id-panel_pane_2 .view-content > .list--content:last-child,
.view-id-director_s_seminars.view-display-id-panel_pane_2 .view-content > .list--content:last-child {
  margin-bottom: 2.66667em;
}

.grouping-title {
  margin: 0;
}
.grouping-title + ul {
  margin-top: 1.5em;
}

.grouping-description {
  margin-bottom: 1.5em;
}

.block-title,
.pane-title {
  font-weight: 600;
}

.block--listing, .block--diamond {
  padding: 2em 14.28571%;
}

.block--intro {
  margin-bottom: 2.66667em;
  padding-bottom: 1.66667em;
  border-bottom: 6px solid #f0f0f0;
}

.block--listing {
  background-color: #f0f0f0;
}
.block--listing .block-title,
.block--listing .pane-title {
  padding-bottom: 0.33333em;
  margin-bottom: 2.33333em;
  font-size: 1em;
  line-height: 1.33333em;
  border-bottom: 6px solid #25b3d8;
  float: left;
}
.block--listing .block-content,
.block--listing .pane-content {
  clear: left;
}
.block--listing .block-content + .block-title {
  margin-top: 2.33333em;
}
.block--listing .list--content > li {
  margin-bottom: 2.33333em;
}

.block--section {
  margin-bottom: 4em;
}
.block--section .block-title,
.block--section .pane-title {
  padding-bottom: 0.2em;
  margin-bottom: 1.6em;
  border-bottom: 1px solid #c2c2c2;
  font-size: 1.66667em;
  line-height: 1.1em;
}
.block--section .views-more {
  margin-top: 2.66667em;
}

.block--dark {
  background-color: #2a2a2a;
  padding: 2em 8.69565%;
  color: #ffffff;
}
.block--dark .block-title,
.block--dark .pane-title {
  padding-bottom: 0.25em;
  margin-bottom: 1em;
  font-size: 1.33333em;
  line-height: 1.25em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.block--diamond {
  padding-bottom: 2.66667em;
  background-color: #2a2a2a;
  background-size: 100% auto;
  background-position: 0 60px;
  color: #ffffff;
}
.block--diamond p {
  margin-bottom: 0;
}
.block--diamond .block-title,
.block--diamond .pane-title {
  padding-bottom: 0.25em;
  margin-bottom: 1.75em;
  font-size: 1.33333em;
  line-height: 1.25em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.l-secondary > .block--diamond {
  margin-bottom: 2.66667em;
}

.block--diamond--list .block-title,
.block--diamond--list .pane-title {
  margin-bottom: 0.5em;
}
.block--diamond--list .nav--sub {
  padding-bottom: 0;
  margin-bottom: 0;
}

.field-label, .field-label--inline {
  font-size: 1em;
  line-height: 1.33333em;
  margin-bottom: 0.33333em;
  font-weight: 600;
  font-style: normal;
}

.field-label--inline {
  display: inline;
  margin-bottom: 0;
  font-weight: 600;
  font-style: normal;
}

#header {
  background-color: #232323;
  position: relative;
  z-index: 4;
}

.header-inner {
  position: relative;
}

body.admin-menu {
  margin-top: 28px !important;
}

#branding {
  float: left;
}

#logo,
#logo-link {
  display: block;
  height: 48px;
}
#logo > img,
#logo-link > img {
  position: relative;
  top: 8px;
  display: block;
}

#logo {
  margin: 0 0 0 10px;
}
@media (min-width: 26.25em) {
  #logo {
    margin-left: 30px;
    margin-right: 6px;
  }
}
@media (min-width: 67.5em) {
  #logo {
    margin-left: 0;
  }
}

.logo--berkeley {
  position: absolute;
  top: 8px;
  right: 66px;
}

#sub-navigation {
  position: relative;
  z-index: 3;
}

.nav--main {
  margin-bottom: 0;
  max-height: 40em;
  overflow: hidden;
  -moz-transition-property: max-height;
  -o-transition-property: max-height;
  -webkit-transition-property: max-height;
  transition-property: max-height;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
}
.nav--main > .nav-item {
  display: inline-block;
  margin-bottom: 0;
}
.nav--main.is-collapsed {
  max-height: 0;
}
.nav--main > .nav-item > .nav-link {
  color: #fefefe;
  font-size: 0.83333em;
  line-height: 1.6em;
  box-sizing: border-box;
  height: 48px;
  font-weight: 300;
  padding: 0.8em 6px 0.8em 12px;
  letter-spacing: .05em;
}
.nav--main > .nav-item > .nav-link.is-childless {
  padding-right: 15px;
}
.nav--main > .nav-item > .nav-link:hover {
  text-decoration: none;
  color: #55c4f6;
}
.nav--main .nav-link.active-trail {
  position: relative;
  color: #a0a0a0;
  cursor: default;
}
.nav--main .nav-link.active-trail:after {
  content: "";
  display: block;
  position: absolute;
  height: 6px;
  background-color: #55c4f6;
  bottom: 0;
  left: 12px;
  right: -12px;
  margin: auto;
}
.nav--main .nav-link.active-trail.is-childless:after {
  right: 15px;
}
.nav--main .block-title {
  display: none;
}
@media (max-width: 64em) {
  .nav--main > .nav-item {
    display: block;
    position: relative;
    margin-bottom: -1px;
  }
  .nav--main > .nav-item > .nav-link {
    display: block;
    padding-left: 30px;
    border-top: 1px solid #29383c;
    border-bottom: 1px solid #29383c;
    height: auto;
    font-size: 1.11111em;
    line-height: 1.5em;
  }
  .nav--main > .nav-item > .nav-link.active-trail {
    color: #25b3d8;
  }
  .nav--main > .nav-item > .nav-link.active-trail:after {
    left: 0;
    right: auto;
    height: 100%;
    width: 6px;
  }
  .nav--main > .nav-item .expandable-toggle {
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    height: 62px;
    width: 62px;
    text-indent: 60px;
  }
  .nav--main > .nav-item .expandable-toggle:before, .nav--main > .nav-item .expandable-toggle:after {
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .nav--main > .nav-item .expandable-toggle:before {
    width: 12px;
  }
  .nav--main > .nav-item .expandable-toggle:after {
    height: 12px;
  }
}

.expandable-toggle {
  background-color: transparent !important;
  width: 27px;
  height: 27px;
  position: relative;
  left: -6px;
  text-indent: 30px;
  overflow: hidden;
}
.expandable-toggle:after, .expandable-toggle:before {
  content: "";
  position: absolute;
  background-color: #25b3d8;
  color: #25b3d8;
  display: block;
  -moz-transition-property: translate;
  -o-transition-property: translate;
  -webkit-transition-property: translate;
  transition-property: translate;
  -moz-transition-duration: 0.125s;
  -o-transition-duration: 0.125s;
  -webkit-transition-duration: 0.125s;
  transition-duration: 0.125s;
}
.expandable-toggle:before {
  height: 2px;
  width: 8px;
  top: 13px;
  left: 9px;
}
.expandable-toggle:after {
  height: 8px;
  width: 2px;
  top: 10px;
  left: 12px;
}
.expandable-toggle.is-expanded:after, .expandable-toggle.is-expanded:before {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.no-csstransforms .expandable-toggle.is-expanded:after, .no-csstransforms .expandable-toggle.is-expanded:before {
  display: none;
}

.nav--sub-wrapper {
  top: 49px;
  background-color: #232323;
  width: 100%;
  left: 0;
  max-height: 20em;
  overflow: hidden;
  -moz-transition-property: max-height;
  -o-transition-property: max-height;
  -webkit-transition-property: max-height;
  transition-property: max-height;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
}
.nav--sub-wrapper a {
  padding-left: 0;
}
.nav--sub-wrapper.is-collapsed {
  max-height: 0;
}
.nav--sub-wrapper.is-expanded {
  border-top: 1px solid #204451;
}
@media (max-width: 64em) {
  .nav--sub-wrapper.is-expanded {
    border-top: 0;
  }
}

.sub-nav-block .block-title {
  margin-top: 1.41176em;
  margin-bottom: 0;
  font-size: 1.88889em;
  line-height: 1.23529em;
  font-weight: 600;
}
.sub-nav-block .block-title > a {
  color: #0aa7cd;
}
.sub-nav-block .block-title > a:hover {
  color: #55c4f6;
  text-decoration: none;
}
.sub-nav-block .view-more-link {
  border-top: 1px solid #204451;
  margin-bottom: 1.33333em;
}

.nav--sub {
  padding: 1.33333em 0;
  *zoom: 1;
}
.nav--sub:before, .nav--sub:after {
  content: " ";
  display: table;
}
.nav--sub:after {
  clear: both;
}
.nav--sub > .nav-item {
  display: inline-block;
  vertical-align: top;
  list-style-type: none;
  margin-bottom: 0;
  width: 100%;
  box-sizing: border-box;
}
@media (min-width: 26.25em) {
  .nav--sub > .nav-item {
    width: 11em;
    padding-right: 3em;
  }
}
.nav--sub > .nav-item > a {
  padding: 0.33333em 0;
  display: block;
  color: #40cef0;
  line-height: 1.33333em;
  font-weight: 300;
}
.nav--sub > .nav-item > a:hover {
  color: #25b3d8;
  text-decoration: none;
}
.nav--sub > .nav-item > a.active {
  color: #dbdbdb;
  cursor: default;
}

.menu-toggle {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin: 0;
  padding: 12px 30px 12px 0;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
  position: relative;
  width: 108px;
  height: 48px;
  background-color: transparent;
  text-transform: none;
  overflow: hidden;
}
.menu-toggle:hover, .menu-toggle:focus, .menu-toggle:active {
  background-color: transparent;
}
@media (min-width: 26.25em) {
  .menu-toggle {
    padding-left: 12px;
  }
}
@media (min-width: 64.125em) {
  .menu-toggle {
    display: none;
  }
}

.menu-toggle-icon,
.menu-toggle-icon:before,
.menu-toggle-icon:after {
  width: 16px;
  background: #25b3d8;
  height: 3px;
  display: inline-block;
}

.menu-toggle-icon {
  position: absolute;
  top: 18px;
  margin-left: 8px;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.menu-toggle-icon:before, .menu-toggle-icon:after {
  content: "";
  position: absolute;
  left: 0;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.menu-toggle-icon:before {
  top: 10px;
}
.menu-toggle-icon:after {
  top: 5px;
}
.menu-toggle.is-expanded .menu-toggle-icon {
  top: 18px;
  background-color: rgba(37, 179, 216, 0);
}
.menu-toggle.is-expanded .menu-toggle-icon, .menu-toggle.is-expanded .menu-toggle-icon:after, .menu-toggle.is-expanded .menu-toggle-icon:before {
  width: 18px;
}
.menu-toggle.is-expanded .menu-toggle-icon:after {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 4px;
}
.menu-toggle.is-expanded .menu-toggle-icon:before {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 4px;
}

.search-form {
  display: inline-block;
  box-sizing: border-box;
  margin-bottom: 0;
  padding: 0.33333em;
  height: 48px;
  overflow: hidden;
  white-space: nowrap;
  -moz-transition-property: width;
  -o-transition-property: width;
  -webkit-transition-property: width;
  transition-property: width;
  -moz-transition-duration: 0.125s;
  -o-transition-duration: 0.125s;
  -webkit-transition-duration: 0.125s;
  transition-duration: 0.125s;
  background-color: #204451;
}
#header .search-form {
  position: absolute;
  top: 0;
  right: 48px;
}
.search-form.is-collapsed {
  width: 0;
  padding-left: 0;
  padding-right: 0;
}
.search-form.is-expanded {
  width: 270px;
}
.search-form .form-text {
  width: 180px;
  box-sizing: border-box;
  border: 0;
  height: 36px;
  font-size: 16px;
}
.search-form .form-submit {
  height: 36px;
  padding-top: 0.46154em;
  padding-bottom: 0.46154em;
  vertical-align: top;
}

.search-toggle {
  position: absolute;
  top: 0;
  right: 0;
  height: 48px;
  width: 48px;
  text-indent: 50px;
  background-color: #204451;
  background-position: center;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.125s;
  -o-transition-duration: 0.125s;
  -webkit-transition-duration: 0.125s;
  transition-duration: 0.125s;
  overflow: hidden;
}
.search-toggle:hover, .search-toggle:focus, .search-toggle:active {
  background-color: #204451;
}

.search-results {
  counter-reset: li;
  padding-left: 0;
}
.search-results .search-results-item {
  padding-left: 30px;
  margin-bottom: 3.33333em;
}
.search-results .search-results-item:before {
  content: counter(li) ".";
  counter-increment: li;
  float: left;
  margin-left: -30px;
  font-size: 1.11111em;
  line-height: 1.5em;
  font-weight: 300;
  color: #666;
  position: relative;
  top: 5px;
}

.search-result .article-meta {
  margin-bottom: 1.33333em;
}
.search-result .meta-type {
  font-style: italic;
  margin-left: 15px;
}
.search-result .article-body {
  margin-bottom: 1.33333em;
}
.search-result .article-title--medium {
  margin-bottom: 0.2em;
}

.search-header {
  border-bottom: 6px solid #f0f0f0;
  padding-top: 2.33333em;
  padding-bottom: 0.66667em;
  margin-bottom: 2.66667em;
}
.search-header .search-form {
  padding: 0;
  background-color: transparent;
  height: auto;
}
.search-header .search-advanced {
  margin-top: 1.33333em;
}
.search-header .form-text {
  border: 1px solid #c2c2c2;
}

.page-search .item-list {
  text-align: center;
}

.nav--footer {
  margin: 0 2em 0.66667em 2em;
  display: inline-block;
}
.nav--footer > li:after {
  content: "\A0\2022\A0";
  margin-left: .25em;
  margin-right: .125em;
}
.nav--footer > li:last-child:after {
  content: none;
}
.nav--footer > li > a {
  color: #a0a0a0;
  line-height: 1.66667em;
}

.nav--sections {
  padding: 1.33333em 0 1em;
  margin-bottom: 0;
  *zoom: 1;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.nav--sections:before, .nav--sections:after {
  content: " ";
  display: table;
}
.nav--sections:after {
  clear: both;
}
.nav--sections > .nav-item {
  display: inline-block;
  vertical-align: top;
  list-style-type: none;
  margin-bottom: 0;
  width: 100%;
  box-sizing: border-box;
}
@media (min-width: 26.25em) {
  .nav--sections > .nav-item {
    width: 240px;
    padding-right: 30px;
  }
}
.nav--sections > .nav-item > a {
  padding: 0.15em 0;
  display: block;
  color: #dbdbdb;
  font-size: 1.66667em;
  line-height: 1.6em;
  font-weight: 300;
}
.nav--sections > .nav-item > a:after {
  content: "";
  display: inline-block;
  height: 22px;
  width: 22px;
  vertical-align: middle;
  margin-left: 6px;
}
.nav--sections > .nav-item > a:hover {
  color: #ffffff;
  text-decoration: none;
}

.nav--social {
  margin: 0 0 0.66667em 0;
}
.nav--social > .nav-item {
  margin-right: 12px;
}

.nav-link--social {
  height: 30px;
  width: 30px;
  color: #a0a0a0;
  background-color: red;
  border-radius: 4px;
  text-indent: 50px;
  overflow: hidden;
  background-position: center;
}

.nav-link--facebook {
  background-color: #3b5998;
}

.nav-link--twitter {
  background-color: #55acee;
}

.nav-link--rss {
  background-color: #ff9000;
}

.nav {
  list-style: none;
  padding-left: 0;
}

.nav-inline > li, .nav--main > li, .nav--footer > li, .nav--social > li {
  display: inline;
}
.nav-inline > li > a, .nav--main > li > a, .nav--footer > li > a, .nav--social > li > a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.nav-tabs,
.nav-pills {
  *zoom: 1;
}
.nav-tabs:before, .nav-tabs:after,
.nav-pills:before,
.nav-pills:after {
  content: " ";
  display: table;
}
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}

.nav-tabs > li,
.nav-pills > li {
  float: left;
}

.nav-tabs > li > a,
.nav-pills > li > a {
  display: block;
  padding: 2px 12px;
  margin-right: 4px;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
  margin-top: 1.33333em;
}

.nav-tabs > li {
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  background-color: #25b3d8;
  color: #ffffff;
  font-size: 0.72222em;
  line-height: 1.84615em;
  text-transform: uppercase;
  letter-spacing: .03em;
  font-weight: 600;
}
.nav-tabs > li > a:hover {
  background-color: #1b97b7;
  text-decoration: none;
}
.nav-tabs > li > a:active {
  background-color: #2d637f;
}

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
  background-color: #2d637f;
  cursor: default;
}

#tabs {
  margin-bottom: 1.33333em;
}

.node-type-channel .l-header {
  position: relative;
  z-index: 1;
  margin-bottom: 5em;
  padding: 2.66667em 0 4em;
  color: #ffffff;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right;
  background-color: #0aa7cd;
}
@media (min-width: 106.25em) {
  .node-type-channel .l-header {
    background-size: 50% auto;
  }
}
.node-type-channel .l-header:before {
  content: "";
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMTU4NDk0IiB5MT0iLTAuMDkxNTA2IiB4Mj0iMC44NDE1MDYiIHkyPSIxLjA5MTUwNiI+PHN0b3Agb2Zmc2V0PSI0MCUiIHN0b3AtY29sb3I9IiMxYjk3YjciLz48c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iIzE3YTFjNSIvPjxzdG9wIG9mZnNldD0iNjAlIiBzdG9wLWNvbG9yPSIjMTdhMWM1Ii8+PHN0b3Agb2Zmc2V0PSI2MCUiIHN0b3AtY29sb3I9IiMwYWE3Y2QiLz48c3RvcCBvZmZzZXQ9IjY1JSIgc3RvcC1jb2xvcj0iIzBhYTdjZCIvPjxzdG9wIG9mZnNldD0iNjUlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjxzdG9wIG9mZnNldD0iOTUlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjxzdG9wIG9mZnNldD0iOTUlIiBzdG9wLWNvbG9yPSIjMWI5N2I3Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -moz-linear-gradient(300deg, #1b97b7 40%, #17a1c5 40%, #17a1c5 60%, #0aa7cd 60%, #0aa7cd 65%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0) 95%, #1b97b7 95%);
  background-image: -webkit-linear-gradient(300deg, #1b97b7 40%, #17a1c5 40%, #17a1c5 60%, #0aa7cd 60%, #0aa7cd 65%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0) 95%, #1b97b7 95%);
  background-image: linear-gradient(150deg, #1b97b7 40%, #17a1c5 40%, #17a1c5 60%, #0aa7cd 60%, #0aa7cd 65%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0) 95%, #1b97b7 95%);
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: top right;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.node-type-channel .l-header a,
.node-type-channel .l-header .active {
  color: #ffffff;
}

@media (min-width: 55em) {
  .node-channel.node--overview {
    max-width: 34.5em;
  }
}
.node-channel.node--overview p:last-child {
  margin-bottom: 0;
}

.channel-main-inner {
  max-width: 28.75em;
  position: relative;
}
.channel-main-inner:before {
  content: "";
  display: block;
  height: 1px;
  width: 200px;
  background-color: #2a5063;
  margin-bottom: 2.33333em;
}

.channel-departments {
  max-width: 1430px;
  margin: auto;
  position: relative;
  top: -5em;
}

.channel-image--diamond {
  width: 700px;
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  overflow: hidden;
  position: absolute;
  right: -350px;
  top: 0;
}

@media (min-width: 55em) {
  .channel-image-rule-upper,
  .channel-image-rule-lower {
    width: 100%;
    height: 18px;
    border: solid #f0f0f0;
    border-width: 1px 0;
    position: relative;
    z-index: 4;
    width: 2500px;
    position: absolute;
    right: 0;
    border-color: rgba(255, 255, 255, 0.2);
  }
  .channel-image-rule-upper:after,
  .channel-image-rule-lower:after {
    content: "";
    display: block;
    width: 100%;
    height: 18px;
    border: solid #f0f0f0;
    border-width: 1px 0;
    position: relative;
    position: absolute;
    left: 100%;
    top: -1px;
    border-color: rgba(255, 255, 255, 0.2);
  }

  .channel-image-rule-upper {
    -moz-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
    -moz-transform: skewY(-30deg);
    -ms-transform: skewY(-30deg);
    -webkit-transform: skewY(-30deg);
    transform: skewY(-30deg);
    top: -18px;
  }

  .channel-image-rule-lower {
    -moz-transform-origin: top right;
    -ms-transform-origin: top right;
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -moz-transform: skewY(30deg);
    -ms-transform: skewY(30deg);
    -webkit-transform: skewY(30deg);
    transform: skewY(30deg);
    top: 400px;
  }

  .channel-image-mask-upper:before, .channel-image-mask-upper:after,
  .channel-image-mask-lower:before,
  .channel-image-mask-lower:after {
    content: "";
    display: block;
    position: absolute;
    height: 50%;
    width: 50%;
    background-color: #141414;
  }

  .channel-image-mask-upper:before {
    -moz-transform: skewY(-30deg);
    -ms-transform: skewY(-30deg);
    -webkit-transform: skewY(-30deg);
    transform: skewY(-30deg);
    top: -25%;
  }

  .channel-image-mask-upper:after {
    -moz-transform: skewY(30deg);
    -ms-transform: skewY(30deg);
    -webkit-transform: skewY(30deg);
    transform: skewY(30deg);
    top: -25%;
    right: 0;
  }

  .channel-image-mask-lower:before {
    -moz-transform: skewY(30deg);
    -ms-transform: skewY(30deg);
    -webkit-transform: skewY(30deg);
    transform: skewY(30deg);
    bottom: -25%;
  }

  .channel-image-mask-lower:after {
    -moz-transform: skewY(-30deg);
    -ms-transform: skewY(-30deg);
    -webkit-transform: skewY(-30deg);
    transform: skewY(-30deg);
    bottom: -25%;
    right: 0;
  }
}
.article-departments-list {
  position: absolute;
  top: 191px;
  right: 350px;
  width: 315px;
  margin: 0;
  padding: 0;
  background-color: red;
  overflow: visible;
  z-index: 5;
}
@media (max-width: 71.875em) {
  .article-departments-list {
    display: none;
  }
}

.article-departments-item {
  max-width: 315px;
  background-color: #25b3d8;
  padding: 0.55em 24px;
  color: #000000;
  position: absolute;
  margin: 0;
  font-size: 1.66667em;
  line-height: 1.1em;
  list-style-type: none;
  list-style: none;
}
.article-departments-item:after, .article-departments-item:before {
  content: "";
  display: block;
  position: absolute;
}
.article-departments-item:before {
  background-color: #25b3d8;
  border-radius: 3px;
  height: 6px;
  width: 6px;
}
.article-departments-item:after {
  -moz-transform: scaleX(1.5);
  -ms-transform: scaleX(1.5);
  -webkit-transform: scaleX(1.5);
  transform: scaleX(1.5);
}
.article-departments-item:first-child {
  bottom: 23px;
  right: 18px;
}
.article-departments-item:first-child:after {
  border-right: 20px #25b3d8 solid;
  border-bottom: 20px transparent solid;
  top: 100%;
  right: 15px;
  -moz-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
}
.article-departments-item:first-child:before {
  bottom: -34px;
  right: 6px;
}
.article-departments-item:nth-child(2) {
  top: 49px;
  right: 3px;
}
.article-departments-item:nth-child(2):after {
  border-right: 20px #25b3d8 solid;
  border-top: 20px transparent solid;
  bottom: 100%;
  right: 15px;
  -moz-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
}
.article-departments-item:nth-child(2):before {
  top: -34px;
  right: 6px;
}
.article-departments-item:nth-child(3) {
  bottom: 41px;
  left: -4px;
  margin-left: 100%;
}
.article-departments-item:nth-child(3):after {
  border-left: 20px #25b3d8 solid;
  border-bottom: 20px transparent solid;
  top: 100%;
  left: 15px;
  -moz-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
.article-departments-item:nth-child(3):before {
  bottom: -34px;
  left: 6px;
}
.article-departments-item:nth-child(4) {
  top: 130px;
  right: -138px;
}
.article-departments-item:nth-child(4):after {
  border-right: 20px #25b3d8 solid;
  border-top: 20px transparent solid;
  bottom: 100%;
  right: 15px;
  -moz-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
}
.article-departments-item:nth-child(4):before {
  top: -34px;
  right: 6px;
}

.recent-news {
  margin: 0;
  padding: 0;
}

.recent-news-item {
  list-style: none;
}
.recent-news-item:last-child .article--overview {
  margin-bottom: 10em;
}

@media (min-width: 55em) {
  .recent-news-item:nth-child(2n) .channel-main-inner {
    float: right;
  }
}
.recent-news-item:nth-child(2n) .channel-image--diamond {
  left: -350px;
  right: auto;
}
.recent-news-item:nth-child(2n) .channel-image-rule-upper,
.recent-news-item:nth-child(2n) .channel-image-rule-lower {
  left: 0;
  right: auto;
}
.recent-news-item:nth-child(2n) .channel-image-rule-upper:after,
.recent-news-item:nth-child(2n) .channel-image-rule-lower:after {
  right: 100%;
  left: auto;
}
.recent-news-item:nth-child(2n) .channel-image-rule-upper {
  -moz-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  -moz-transform: skewY(30deg);
  -ms-transform: skewY(30deg);
  -webkit-transform: skewY(30deg);
  transform: skewY(30deg);
}
.recent-news-item:nth-child(2n) .channel-image-rule-lower {
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -moz-transform: skewY(-30deg);
  -ms-transform: skewY(-30deg);
  -webkit-transform: skewY(-30deg);
  transform: skewY(-30deg);
}
.recent-news-item:nth-child(2n) .article-departments-list {
  left: 350px;
  right: auto;
}
.recent-news-item:nth-child(2n) .article-departments-item:first-child {
  right: auto;
  left: 18px;
}
.recent-news-item:nth-child(2n) .article-departments-item:first-child:after {
  border-right: 0;
  border-left: 20px #25b3d8 solid;
  left: 15px;
  right: auto;
  -moz-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
.recent-news-item:nth-child(2n) .article-departments-item:first-child:before {
  left: 6px;
  right: auto;
}
.recent-news-item:nth-child(2n) .article-departments-item:nth-child(2) {
  right: auto;
  left: 3px;
}
.recent-news-item:nth-child(2n) .article-departments-item:nth-child(2):after {
  border-right: 0;
  border-left: 20px #25b3d8 solid;
  left: 15px;
  right: auto;
  -moz-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
.recent-news-item:nth-child(2n) .article-departments-item:nth-child(2):before {
  left: 6px;
  right: auto;
}
.recent-news-item:nth-child(2n) .article-departments-item:nth-child(3) {
  left: auto;
  right: -4px;
  margin-right: 100%;
  margin-left: auto;
}
.recent-news-item:nth-child(2n) .article-departments-item:nth-child(3):after {
  border-left: 0;
  border-right: 20px #25b3d8 solid;
  left: auto;
  right: 15px;
  -moz-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
}
.recent-news-item:nth-child(2n) .article-departments-item:nth-child(3):before {
  right: 6px;
  left: auto;
}
.recent-news-item:nth-child(2n) .article-departments-item:nth-child(4) {
  left: -138px;
  right: auto;
}
.recent-news-item:nth-child(2n) .article-departments-item:nth-child(4):after {
  border-right: 0;
  border-left: 20px #25b3d8 solid;
  left: 15px;
  right: auto;
  -moz-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
.recent-news-item:nth-child(2n) .article-departments-item:nth-child(4):before {
  right: auto;
  left: 6px;
}

.contact--teaser .article-title--tiny {
  margin-bottom: 0.15em;
}
.contact--teaser .contact-title {
  font-weight: 600;
}
.contact--teaser .contact-title,
.contact--teaser .contact-department,
.contact--teaser .contact-email {
  font-size: 0.88889em;
  line-height: 1.3125em;
}

.event--teaser .article-title--small {
  margin-bottom: 0;
}
.event--teaser .meta-location {
  font-size: 0.88889em;
  line-height: 1.5em;
  margin-bottom: 0.75em;
}
.event--teaser .article-body {
  margin-bottom: 1.33333em;
}
.event--teaser .article-byline {
  font-size: 0.88889em;
  line-height: 1.5em;
}

.node-event .meta-date-time .date-display-range {
  display: inline;
}

.event--full .article-header {
  padding-bottom: 1.33333em;
  border-bottom: 6px solid #f0f0f0;
  margin-bottom: 2.66667em;
}
.event--full .meta-date,
.event--full .meta-location {
  margin-bottom: 1.33333em;
}
.event--full .meta-date {
  padding-bottom: 0.66667em;
  border-bottom: 1px solid #f0f0f0;
}
.event--full .meta-date-day,
.event--full .meta-location-name {
  color: #ffffff;
}
.event--full .event-details {
  margin-bottom: 2.66667em;
}
.event--full .event-image {
  margin-bottom: 2.66667em;
}
.event--full .event-image img {
  display: block;
  margin: 0 auto;
}
@media (min-width: 56em) {
  .event--full .meta-date-time,
  .event--full .thoroughfare,
  .event--full .premise,
  .event--full .locality-block {
    display: block;
  }
  .event--full .premise {
    margin-left: 0;
  }
}

.feature--full .page-title {
  margin-bottom: 1.2em;
  padding-bottom: 0.4em;
  border-bottom: 6px solid #f0f0f0;
}

.node-type-feature .l-header-inner {
  padding-bottom: 0;
}

.funding--simple .article-title--tiny {
  margin-bottom: 0;
}
.funding--simple .funding-audience {
  font-size: 0.88889em;
  line-height: 1.5em;
}

.funding--full {
  margin-bottom: 2.66667em;
}
.funding--full .funding-deadline {
  font-weight: 300;
}
.funding--full .block--listing .block-title {
  margin-bottom: 1.66667em;
}

.view-id-funding_opportunities.view-display-id-panel_pane_1 .list--content > .list-item {
  margin-bottom: 2.66667em;
}

.node--fundraising {
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  min-height: 570px;
  overflow: hidden;
  position: relative;
}
.node--fundraising .fundraising-slants {
  background-color: rgba(37, 179, 216, 0.7);
  bottom: -250px;
  height: 2000px;
  left: calc(50% + 200px);
  margin-left: -2860px;
  overflow: hidden;
  position: absolute;
  transform: rotate(-29deg);
  width: 4000px;
}
@media (min-width: 56em) {
  .node--fundraising .fundraising-slants {
    left: 50%;
  }
}
.node--fundraising .fundraising-slants::before {
  background: rgba(0, 128, 158, 0.4);
  bottom: 0;
  content: "";
  height: 115px;
  left: 50%;
  position: absolute;
  width: 100%;
}
.node--fundraising .fundraising-slants::after {
  background: rgba(0, 92, 115, 0.3);
  bottom: -82.6%;
  content: "";
  height: 200%;
  left: 165px;
  position: absolute;
  transform: rotate(-32deg);
  width: 50%;
}
.node--fundraising .l--constrained--padded {
  min-height: 570px;
  position: relative;
  transform-style: preserve-3d;
}
.node--fundraising .l--constrained--padded > div {
  padding-right: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
@media (min-width: 56em) {
  .node--fundraising .l--constrained--padded > div {
    width: 60%;
  }
}

.fundraising-title {
  position: relative;
  font-size: 2.33333em;
  line-height: 1.14286em;
  font-weight: 300;
  margin: 0 0 0.33333em;
  padding-bottom: 0.66667em;
}
.fundraising-title:after {
  background: rgba(228, 228, 228, 0.4);
  bottom: 0;
  content: "";
  left: 0;
  height: 8px;
  position: absolute;
  width: 100px;
}
@media (min-width: 41.25em) {
  .fundraising-title {
    font-size: 3.33333em;
    line-height: 1em;
  }
}

.fundraising-body {
  font-size: 1.11111em;
  line-height: 1.2em;
  font-weight: 300;
}
@media (min-width: 41.25em) {
  .fundraising-body {
    font-size: 1.33333em;
    line-height: 1.25em;
  }
}

.fundraising-cta a {
  font-size: 1.33333em;
  line-height: 1.25em;
  color: #ffffff;
  display: inline-block;
  font-weight: 400;
  margin-top: 1em;
  text-transform: uppercase;
}
@media (min-width: 41.25em) {
  .fundraising-cta a {
    font-size: 1.88889em;
    line-height: 1.23529em;
  }
}
.fundraising-cta a:hover {
  text-decoration: none;
}
.fundraising-cta a:hover::after {
  padding-left: 12px;
}
.fundraising-cta a::after {
  background: url("/sites/all/themes/ssm/img/arrow-go.svg") no-repeat right;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 17px;
  padding-left: 20px;
  transition: padding-left 0.15s ease-in-out;
  width: 16px;
}
@media (min-width: 56em) {
  .fundraising-cta a::after {
    height: 22px;
    padding-left: 10px;
    width: 36px;
  }
}

.fundraising-initiatives--menu-wrap {
  background: #0085A5;
  overflow: hidden;
  position: relative;
}
@media (min-width: 56em) {
  .fundraising-initiatives--menu-wrap {
    background: #0097bb;
  }
}
.fundraising-initiatives--menu-wrap::before {
  background: rgba(0, 92, 115, 0.3);
  height: 5000px;
  left: 50%;
  margin-left: calc(-100% + 381px);
  position: absolute;
  top: 0;
  transform: skewY(29deg);
  width: 200%;
}
@media (min-width: 56em) {
  .fundraising-initiatives--menu-wrap::before {
    content: "";
  }
}

.fundraising-initiatives--menu {
  list-style: none;
  margin-bottom: 0;
  padding-bottom: 1.66667em;
  padding-top: 1.66667em;
  text-align: center;
}
@media (min-width: 56em) {
  .fundraising-initiatives--menu {
    padding-bottom: 3em;
    padding-top: 3em;
  }
}

.fundraising-initiatives--menu-item {
  display: inline-block;
  margin: 0.5em 0.33333em;
  position: relative;
  z-index: 1;
}
.fundraising-initiatives--menu-item a {
  font-size: 0.88889em;
  line-height: 1.5em;
  background: transparent;
  border: 3px solid #ffffff;
  color: #ffffff;
  font-weight: 600;
  padding: 0.5em 1.66667em;
  text-transform: uppercase;
  transition: all 0.15s ease-in-out;
  display: block;
}
.fundraising-initiatives--menu-item a:hover {
  background: #ffffff;
  color: #0085A5;
  text-decoration: none;
}

.entity--fundraising-initiative {
  padding-top: 8.33333em;
}
@media (min-width: 56em) {
  .entity--fundraising-initiative {
    padding-top: 12em;
  }
}
.entity--fundraising-initiative:nth-child(odd) {
  background: #f7f7f7;
  position: relative;
}
.entity--fundraising-initiative:nth-child(odd)::before, .entity--fundraising-initiative:nth-child(odd)::after {
  border-bottom: 140px solid transparent;
  bottom: -90px;
  content: "";
  height: 0;
  position: absolute;
  width: 0;
  z-index: 1;
}
@media (min-width: 56em) {
  .entity--fundraising-initiative:nth-child(odd)::before, .entity--fundraising-initiative:nth-child(odd)::after {
    border-bottom: 140px solid transparent;
    bottom: -140px;
  }
}
.entity--fundraising-initiative:nth-child(odd)::before {
  border-right: 2800px solid #e4e4e4;
  right: 0;
}
.entity--fundraising-initiative:nth-child(odd)::after {
  border-left: 2800px solid #f7f7f7;
  left: 0;
}
.entity--fundraising-initiative:nth-child(even) {
  background: #ffffff;
  position: relative;
}
.entity--fundraising-initiative:nth-child(even)::before, .entity--fundraising-initiative:nth-child(even)::after {
  border-bottom: 140px solid transparent;
  bottom: -90px;
  content: "";
  height: 0;
  position: absolute;
  width: 0;
  z-index: 1;
}
@media (min-width: 56em) {
  .entity--fundraising-initiative:nth-child(even)::before, .entity--fundraising-initiative:nth-child(even)::after {
    border-bottom: 140px solid transparent;
    bottom: -140px;
  }
}
.entity--fundraising-initiative:nth-child(even)::before {
  border-right: 2800px solid #cfe9f1;
  right: 0;
}
.entity--fundraising-initiative:nth-child(even)::after {
  border-left: 2800px solid #ffffff;
  left: 0;
}
.entity--fundraising-initiative:nth-of-type(2) {
  padding-top: 3em;
}
@media (min-width: 56em) {
  .entity--fundraising-initiative:nth-of-type(2) {
    padding-top: 6em;
  }
}
.entity--fundraising-initiative:last-child {
  margin-bottom: 0;
}

.fundraising-initiative--title {
  font-size: 2.33333em;
  line-height: 1.14286em;
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0.5em;
}
.fundraising-initiative--title:after {
  background: #e4e4e4;
  bottom: 0;
  content: "";
  left: 0;
  height: 8px;
  position: absolute;
  width: 100px;
}

.fundraising-initiative--image::after {
  top: -8px;
}

.fundraising-initiative--body {
  margin-top: 1em;
}
.fundraising-initiative--body p:first-of-type {
  font-size: 1.33333em;
  line-height: 1.25em;
}

.fundraising-highlights--label {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
@media (min-width: 56em) {
  .fundraising-highlights--label {
    margin-top: 64px;
  }
}

.fundraising-highlights--items {
  border-top: 1px solid #e4e4e4;
  counter-reset: highlights-counter;
  line-height: 1.2;
  margin: 0.66667em 0 1em;
  padding: 0;
}

.fundraising-hightlights--item {
  border-bottom: 1px solid #e4e4e4;
  list-style: none;
  margin: 0;
  padding: 0.83333em 0 0.83333em 57px;
  position: relative;
}
.fundraising-hightlights--item::before {
  background: #25b3d8;
  border-radius: 50%;
  box-sizing: border-box;
  content: counter(highlights-counter);
  color: #ffffff;
  counter-increment: highlights-counter;
  display: block;
  font-weight: 700;
  height: 38px;
  left: 0;
  margin-top: -19px;
  padding-top: 8px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 38px;
}

.fundraising-hightlights--pdf {
  background: url("/sites/all/themes/ssm/img/pdf.svg") no-repeat 3px center;
  background-size: auto 35px;
  display: inline-block;
  padding: 0.83333em 0 0.5em 57px;
}

.node-type-fundraising .footer-rules {
  display: none;
}
.node-type-fundraising #footer {
  margin-top: -140px;
  padding-top: 140px;
}
.node-type-fundraising #footer::before, .node-type-fundraising #footer::after {
  display: none;
}

.initiative-contacts .list--separated, .initiative-contacts .list--themes {
  display: inline-block;
}

.initiative--featured .initiative-contacts {
  margin-bottom: 1em;
}

.page--tertiary .initiative--full > .article-image, .page-eform-submit-funding-opportunity-application .initiative--full > .article-image {
  margin-top: -4.33333em;
  z-index: 2;
  position: relative;
}

.initiative--teaser .article-title--small {
  margin-bottom: 0.25em;
}
.initiative--teaser .initiative-contacts {
  font-size: 0.88889em;
  line-height: 1.3125em;
  margin-bottom: 0.75em;
}
.initiative--teaser .article-body {
  margin-bottom: 1.33333em;
}

.pane-matrix-seminar-callouts.block--diamond .pane-title {
  margin-bottom: 0.5em;
}
.pane-matrix-seminar-callouts.block--diamond .panel-pane:first-child {
  margin-bottom: 2.66667em;
}
.pane-matrix-seminar-callouts.block--diamond .panel-pane:first-child .pane-title {
  margin-bottom: 1em;
}
.pane-matrix-seminar-callouts.block--diamond .panel-pane:first-child .link--more {
  margin-top: 1.84615em;
}

.initiative-overview--teaser {
  border-bottom-width: 0.33333em;
  border-bottom-style: solid;
  padding-bottom: 2.33333em;
}
.initiative-overview--teaser .article-body {
  margin-bottom: 1em;
}
.initiative-overview--teaser .link--more-wrapper {
  margin-bottom: 1.66667em;
}

.node-type-multimedia .l-header-inner {
  padding-bottom: 0;
}

.multimedia--full .multimedia-header {
  border-bottom: 1px solid #c2c2c2;
  margin-bottom: 2.66667em;
  position: relative;
}
.multimedia--full .multimedia-meta .article-byline,
.multimedia--full .multimedia-meta .article-social {
  display: inline-block;
  width: auto;
  float: none;
}
.multimedia--full .multimedia-meta .article-byline {
  margin-right: 12px;
}
.multimedia--full .multimedia-meta .article-social {
  margin-left: 0;
}
@media (min-width: 35em) {
  .multimedia--full .multimedia-meta .article-social {
    float: right;
  }
}
.multimedia--full .article-image > img {
  margin-bottom: 1.33333em;
}
@media (min-width: 56em) {
  .multimedia--full .multimedia-meta {
    position: absolute;
    bottom: 1.33333em;
    text-align: right;
    width: 30.43478%;
  }
}
.multimedia--full .l-primary {
  margin-bottom: 0;
}
.multimedia--full .l-secondary {
  margin-bottom: 1.33333em;
}

.player {
  position: relative;
  padding-top: 65.25%;
  width: 100%;
}
.player > iframe {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}

.node-page.node--full > .content {
  max-width: 40em;
}

.profile-department {
  font-size: 0.88889em;
  line-height: 1.125em;
  font-weight: 600;
}

.profile-fellowship {
  font-size: 0.88889em;
  line-height: 1.125em;
}

.profile-photo {
  position: relative;
  overflow: hidden;
}
.profile-photo:before, .profile-photo:after {
  content: "";
  display: block;
  position: absolute;
  height: 33.3333%;
  width: 100%;
  bottom: 0;
  pointer-events: none;
}
.profile-photo:before {
  background-color: #25b3d8;
  -moz-transform-origin: top right;
  -ms-transform-origin: top right;
  -webkit-transform-origin: top right;
  transform-origin: top right;
  -moz-transform: skewY(-30deg);
  -ms-transform: skewY(-30deg);
  -webkit-transform: skewY(-30deg);
  transform: skewY(-30deg);
}
.profile-photo:after {
  background-color: #1b97b7;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -moz-transform: skewY(30deg);
  -ms-transform: skewY(30deg);
  -webkit-transform: skewY(30deg);
  transform: skewY(30deg);
}
.profile-photo > img {
  display: block;
}

.profile--full .profile-photo {
  margin-bottom: 2.66667em;
  max-width: 320px;
  position: relative;
  top: 0.33333em;
}
.profile--full .profile-meta {
  margin-bottom: 2em;
  padding-top: 1em;
  border-top: 1px solid #c2c2c2;
}
.profile--full .profile-title {
  font-size: 1em;
  line-height: 1.33333em;
  font-weight: 600;
}
.profile--full .profile-department,
.profile--full .profile-term {
  font-size: 1em;
  line-height: 1.33333em;
  font-weight: 300;
}
.profile--full .profile-name {
  margin-bottom: 0.25em;
}
@media (min-width: 38.75em) {
  .profile--full.has-photo > .profile-photo {
    width: 26.08696%;
    float: left;
    margin-left: 0;
    margin-right: -100%;
  }
  .profile--full.has-photo > .profile-header {
    width: 65.21739%;
    float: right;
    margin-right: 0;
    margin-left: -100%;
  }
  .profile--full.has-photo > .profile-content {
    clear: both;
  }
}
@media (min-width: 51.25em) {
  .profile--full.has-photo > .profile-content {
    width: 65.21739%;
    float: right;
    margin-right: 0;
    margin-left: -100%;
    clear: right;
  }
  .profile--full .profile-title {
    display: inline;
  }
  .profile--full .profile-title + .profile-department {
    display: inline;
    margin-left: .5em;
    padding-left: .75em;
    position: relative;
  }
  .profile--full .profile-title + .profile-department:before {
    content: "";
    width: 1px;
    background-color: #c2c2c2;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
  }
}
@media (min-width: 56em) {
  .profile--full.has-photo > .profile-photo {
    width: 30.43478%;
    float: left;
    margin-left: 0;
    margin-right: -100%;
  }
  .profile--full.has-photo > .profile-header,
  .profile--full.has-photo > .profile-content {
    width: 60.86957%;
    float: right;
    margin-right: 0;
    margin-left: -100%;
  }
}

.profile--simple .profile-photo {
  margin-bottom: 1em;
  max-width: 230px;
}
.profile--simple .profile-name {
  margin-bottom: 0.25em;
}
.profile--simple .profile-title {
  font-size: 0.88889em;
  line-height: 1.125em;
  font-weight: 600;
}
.profile--simple .profile-term {
  font-size: 0.88889em;
  line-height: 1.125em;
}
.profile--simple + .profile-fellowship {
  display: block;
}

.pane-people-lists-panel-pane-1 .pane-title,
.pane-people-lists-panel-pane-2 .pane-title {
  margin: 0.83333em 0;
}

.pane-research-articles-panel-pane-3 {
  margin-top: 2em;
}
@media (min-width: 56em) {
  .pane-research-articles-panel-pane-3 {
    width: 60.86957%;
    float: left;
    margin-left: 0;
    margin-right: -100%;
  }
}

.pane-departments-panel-pane-1 {
  margin-top: -2.66667em;
  margin-bottom: 4em;
}
.pane-departments-panel-pane-1 .nav--sub > .nav-item {
  width: 100%;
  line-height: 1.16667em;
  margin-bottom: 0.33333em;
  padding: 0.33333em 3em 0.33333em 0;
}
.pane-departments-panel-pane-1 .nav--sub > .nav-item > a {
  padding: 0;
}
@media (min-width: 47.5em) {
  .pane-departments-panel-pane-1 .nav--sub > .nav-item {
    width: 47.61905%;
  }
}

.page-initiatives-research-centers.page--diamonds .l-above-main {
  padding-left: 0;
  padding-right: 0;
}

.center--full .center-link {
  margin-bottom: 1.33333em;
}

.center--teaser .article-title--small {
  margin-bottom: 0.25em;
}
.center--teaser .center-affiliated {
  font-size: 0.88889em;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
