@charset "UTF-8";
/*! normalize.css v3.0.2 | 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,
menu,
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; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: 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 {
  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 */
  /* 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; }

/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../bower_components/font-awesome/fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("../bower_components/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../bower_components/font-awesome/fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../bower_components/font-awesome/fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../bower_components/font-awesome/fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../bower_components/font-awesome/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0); }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-genderless:before,
.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.form-item input[type='text'],
.form-item input[type='password'] {
  border: 1px solid #ccc;
  padding: 0.5rem;
  font-size: 1rem;
  -webkit-appearance: none; }

.form-submit {
  border: 0; }

#form__mailchimp {
  padding: 0 1rem; }
  @media (min-width: 81.25em) {
    #form__mailchimp {
      padding: 0; } }
  .region-content #form__mailchimp {
    max-width: 44rem;
    margin: 1rem auto 2rem; }

#lf-mailchimp-signup-form .form-text {
  width: 100%; }
  @media (min-width: 81.25em) {
    #lf-mailchimp-signup-form .form-text {
      width: 83.05085%; } }

#lf-mailchimp-signup-form label {
  font-family: "proxima-nova", sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.06rem;
  padding: 0.25rem 0; }

#lf-mailchimp-signup-form .option {
  letter-spacing: 0;
  text-transform: capitalize;
  margin-left: 0.125rem; }

#user-login {
  padding: 0 1rem; }
  @media (min-width: 81.25em) {
    #user-login {
      padding: 0; } }

.cke_editable {
  padding: 1.25rem; }
  .cke_editable a {
    text-decoration: underline; }

.cke_editable {
  padding: 1.25rem; }
  .cke_editable a {
    text-decoration: underline; }

.cke_editable {
  padding: 1.25rem; }
  .cke_editable a {
    text-decoration: underline; }

.cke_editable {
  padding: 1.25rem; }
  .cke_editable a {
    text-decoration: underline; }

.cke_editable {
  padding: 1.25rem; }
  .cke_editable a {
    text-decoration: underline; }


.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }
  
  .ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.l-header .search-form .form-submit {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix {
  *zoom: 1; }
  
  .clearfix:before,
  .clearfix:after {
    content: " ";
    display: table; }
  
  .clearfix:after {
    clear: both; }

a {
  cursor: pointer;
  text-decoration: none;
  color: #006a72;
  transition: color 250ms 0ms ease-in-out; }
  a:hover {
    text-decoration: underline;
    color: #003b3f; }
  a:active {
    text-decoration: none; }
  a:visited {
    opacity: 0.7; }

.link--with-right-arrow:after, .node-readmore:after, .view-all__link a:after {
  content: "";
  font-family: FontAwesome;
  margin-left: 0.5rem; }

.link--with-right-arrow:hover, .node-readmore:hover, .view-all__link a:hover {
  text-decoration: none; }

.link--logout {
  font-family: "proxima-nova", sans-serif;
  padding-left: 0.5rem;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.825rem;
  letter-spacing: 0.06rem; }

.entry-content img {
  margin: 0 0 2.63158% 0; }

.alignleft, img.alignleft {
  margin-right: 2.63158%;
  display: inline;
  float: left; }

.alignright, img.alignright {
  margin-left: 2.63158%;
  display: inline;
  float: right; }

.aligncenter, img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.alignnone, img.alignnone {
  /* not sure about this one */ }

.wp-caption {
  margin-bottom: 2.63158%;
  text-align: center;
  padding-top: 5px; }

.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0; }

.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0; }

table {
  width: 100%;
  border-collapse: inherit;
  background-color: #f6f6f6; }
  blockquote table {
    background-color: #e5eff0; }

th, td {
  text-align: left;
  padding: 0.5rem; }

th {
  border-bottom: 1px solid #ccc; }

html,
button,
input,
select,
textarea {
  color: #222;
  font-family: "pt-serif", "Georgia", "Times", serif; }

html {
  font-size: 90%; }
  @media (min-width: 20em) {
    html {
      font-size: 100%; } }

body {
  font-size: 1rem;
  line-height: 1.4;
  margin: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  body.adminimal-menu {
    margin-top: 1.75rem !important; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
img {
  vertical-align: middle;
  max-width: 100%;
  height: auto; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

p {
  margin: 0 0 0.5rem;
  line-height: 1.5; }

blockquote {
  background-color: #f6f6f6;
  background-color: rgba(0, 106, 114, 0.1);
  padding: 1rem 1.5rem;
  margin: 1rem 0 1.125rem;
  margin: 1rem 0 1.125rem;
  font-size: 90%; }
  @media (min-width: 46.25em) {
    blockquote {
      padding: 2rem 2.25rem;
      margin: 1.75rem 0 1.75rem; } }
  blockquote p:last-child {
    margin-bottom: 0; }

figure {
  margin: 0; }

dt {
  font-weight: 600; }

dd {
  margin: 0 0 0.825rem; }

/* ==========================================================================
   Navigation
   ========================================================================== */
.nav, .nav ul,
nav ul, nav ol {
  margin: 0;
  padding: 0; }
  .nav > li, .nav ul > li,
  nav ul > li, nav ol > li {
    display: block;
    margin: 0;
    padding: 0; }
  .nav > li > a, .nav ul > li > a,
  nav ul > li > a, nav ol > li > a {
    display: block; }
  @media (min-width: 61.25em) {
    .nav > li, .nav ul > li,
    nav ul > li, nav ol > li {
      display: inline-block;
      vertical-align: middle;
      float: left; }
      .lt-ie8 .nav > li, .lt-ie8 .nav ul > li, .lt-ie8
      nav ul > li, .lt-ie8 nav ol > li {
        display: inline;
        zoom: 1; }
    .nav > li > a, .nav ul > li > a,
    nav ul > li > a, nav ol > li > a {
      display: inline-block;
      vertical-align: middle; }
      .lt-ie8 .nav > li > a, .lt-ie8 .nav ul > li > a, .lt-ie8
      nav ul > li > a, .lt-ie8 nav ol > li > a {
        display: inline;
        zoom: 1; } }

.nav-stacked > li {
  display: inline-list; }

.nav-stacked > li > a {
  display: block; }

.nav-line li::before {
  color: inherit;
  content: " | ";
  margin: 0 .5em 0 .3em; }

.nav-line li:first-child::before {
  content: "";
  margin: 0; }

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

.l-container {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto; }
  .l-container:after {
    content: " ";
    display: block;
    clear: both; }

.l-container--inset {
  padding: 0 1rem; }
  @media (min-width: 81.25em) {
    .l-container--inset {
      padding: 0; } }

.region-content {
  margin-bottom: 0; }
  @media (min-width: 46.25em) {
    .region-content {
      width: 66.10169%;
      float: left;
      margin-right: 1.69492%;
      margin-bottom: 5.08475%; } }
  @media (min-width: 46.25em) {
    .node-type-subsidiary-page .region-content,
    .node-type-page .region-content,
    .no-sidebars .region-content {
      width: 100%;
      float: right;
      margin-right: 0;
      margin-bottom: 5.08475%; } }

.region-sidebar {
  padding: 0 1rem;
  margin-bottom: 0; }
  @media (min-width: 46.25em) {
    .region-sidebar {
      width: 32.20339%;
      float: right;
      margin-right: 0;
      padding: 0 1rem 0 0;
      margin-bottom: 5.08475%; } }
  @media (min-width: 81.25em) {
    .region-sidebar {
      padding: 0; } }
  .front .region-sidebar {
    padding: 0; }
    @media (min-width: 46.25em) {
      .front .region-sidebar {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0; } }

.l-header {
  *zoom: 1;
  position: relative;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
  min-height: 3.25rem;
  padding: 0; }
  .l-header:before, .l-header:after {
    content: " ";
    display: table; }
  .l-header:after {
    clear: both; }
  .l-header.-has-menu-expanded {
    border-bottom: 0; }
  @media (min-width: 46.25em) {
    .l-header {
      min-height: 3.25rem;
      border-bottom: 1px solid #ccc; } }
  @media (min-width: 61.25em) {
    .l-header {
      height: auto;
      padding: 0 1rem;
      border-bottom: 0; } }
  @media (min-width: 81.25em) {
    .l-header {
      padding: 0; } }

.l-header__right {
  display: none; }
  @media (min-width: 61.25em) {
    .l-header__right {
      display: block;
      float: right; } }

.l-header .social-list {
  display: inline;
  padding-top: 0.125em;
  padding-right: 0.125em; }

.l-header__datetime {
  display: block;
  text-align: right;
  font-size: 0.75rem;
  font-family: "proxima-nova", sans-serif;
  padding: 1rem 0;
  color: #999999; }

.l-header__bottom {
  *zoom: 1;
  clear: both;
  border-bottom: 0;
  position: relative; }
  .l-header__bottom:before, .l-header__bottom:after {
    content: " ";
    display: table; }
  .l-header__bottom:after {
    clear: both; }
  @media (min-width: 61.25em) {
    .l-header__bottom {
      border-top: 1px solid #ccc;
      border-bottom: 1px solid #ccc; }
      .l-header__bottom.-fixed {
        background-color: #FFF;
        position: fixed;
        top: 0;
        width: 75rem;
        margin: 0 auto; } }

.l-header__logo-wrapper {
  width: 7rem;
  position: absolute;
  left: 50%;
  margin-left: -3.5rem;
  z-index: 20; }
  @media (min-width: 61.25em) {
    .l-header__logo-wrapper {
      width: 13.125rem;
      margin-left: -6.5625rem; } }

.l-header__logo-wrapper a {
  display: block; }

.l-header__logo {
  width: 7rem;
  padding: 1rem 0; }
  @media (min-width: 61.25em) {
    .l-header__logo {
      width: 13.125rem;
      padding: 1.5rem 0; } }

.l-header__slogan {
  display: none; }
  @media (min-width: 61.25em) {
    .l-header__slogan {
      display: block;
      float: left;
      color: #777;
      padding-top: 1.75rem; } }

.l-header .search-form {
  *zoom: 1;
  text-align: right;
  margin-bottom: 0;
  transition: all 0.25s;
  width: 1.325rem;
  overflow: hidden;
  white-space: nowrap;
  background-color: #fff;
  z-index: 50;
  margin-top: 0.3em;
  position: absolute;
  right: 0.75rem;
  top: 0;
  z-index: 100; }
  .l-header .search-form:before, .l-header .search-form:after {
    content: " ";
    display: table; }
  .l-header .search-form:after {
    clear: both; }
  .l-header .search-form.is-expanded {
    width: 100%; }
  @media (min-width: 61.25em) {
    .l-header .search-form {
      margin-top: 0;
      position: absolute;
      right: 0; }
      .l-header .search-form.is-expanded {
        width: 15.25424%;
        padding-left: 0.66rem;
        border-left: 1px solid #ccc; } }

.l-header .search-form label {
  display: inline-block;
  padding: 0.55rem 0; }
  @media (min-width: 46.25em) {
    .l-header .search-form label {
      float: left;
      padding-left: 0.125rem; } }
  @media (min-width: 61.25em) {
    .l-header .search-form label {
      font-size: 1rem; } }
  .l-header .search-form label:before {
    content: "\f002";
    font-family: FontAwesome; }
  .l-header .search-form label:hover {
    cursor: pointer; }

.l-header .search-form .form-text {
  text-align: left;
  border-color: #fff;
  display: inline-block;
  overflow: hidden;
  width: 80%;
  -webkit-appearance: none; }
  @media (min-width: 30em) {
    .l-header .search-form .form-text {
      width: 85%; } }
  @media (min-width: 46.25em) {
    .l-header .search-form .form-text {
      width: 80%; } }
  .l-header .search-form .form-text:focus {
    outline: 0; }
  .l-header .search-form .form-text.is-expanded {
    width: 33%;
    padding-left: 0.5rem;
    padding-right: 0.5rem; }

.l-header .search-form__close {
  color: #ccc; }
  .l-header .search-form__close:hover {
    text-decoration: none;
    color: #b8b8b8; }
  .l-header .search-form__close:after {
    content: "";
    font-family: FontAwesome; }

.l-footer {
  border-top: 1px solid rgba(0, 106, 114, 0.2);
  padding: 1rem 0;
  margin-bottom: 3.38983%; }
  @media (min-width: 46.25em) {
    .l-footer {
      padding: 1.75rem 0; } }

.l-footer__slogan {
  color: #777;
  padding-top: 0.5rem;
  padding-bottom: 0.75rem;
  font-size: 0.75rem; }
  @media (min-width: 61.25em) {
    .l-footer__slogan {
      font-size: 1rem; } }

.l-footer__logo {
  width: 8rem;
  margin-top: 0.125rem; }
  @media (min-width: 61.25em) {
    .l-footer__logo {
      width: 10rem; } }

.l-footer__nav {
  *zoom: 1;
  padding: 0 0 1rem; }
  .l-footer__nav:before, .l-footer__nav:after {
    content: " ";
    display: table; }
  .l-footer__nav:after {
    clear: both; }
  @media (min-width: 46.25em) {
    .l-footer__nav {
      padding: 0; } }

.l-footer__nav li {
  width: 49.15254%;
  float: left;
  padding: 0 0 0.5rem; }
  .l-footer__nav li:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0; }
  .l-footer__nav li:nth-child(2n + 2) {
    margin-left: 50.84746%;
    margin-right: -100%;
    clear: none; }
  @media (min-width: 41.25em) {
    .l-footer__nav li {
      width: 32.20339%;
      float: left;
      padding: 0; }
      .l-footer__nav li:nth-child(3n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both;
        margin-left: 0; }
      .l-footer__nav li:nth-child(3n + 2) {
        margin-left: 33.89831%;
        margin-right: -100%;
        clear: none; }
      .l-footer__nav li:nth-child(3n + 3) {
        margin-left: 67.79661%;
        margin-right: -100%;
        clear: none; } }
  @media (min-width: 61.25em) {
    .l-footer__nav li {
      width: 23.72881%;
      float: left; }
      .l-footer__nav li:nth-child(4n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both;
        margin-left: 0; }
      .l-footer__nav li:nth-child(4n + 2) {
        margin-left: 25.42373%;
        margin-right: -100%;
        clear: none; }
      .l-footer__nav li:nth-child(4n + 3) {
        margin-left: 50.84746%;
        margin-right: -100%;
        clear: none; }
      .l-footer__nav li:nth-child(4n + 4) {
        margin-left: 76.27119%;
        margin-right: -100%;
        clear: none; } }

.l-footer__nav a {
  color: #222;
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  font-size: 0.9rem; }
  @media (min-width: 41.25em) {
    .l-footer__nav a {
      font-size: 0.85rem; } }

.l-footer__published-by {
  display: none;
  border: 1px solid #ccc;
  padding: 1rem 1rem 1.125rem;
  background: #fff;
  clear: both;
  font-family: "proxima-nova", sans-serif;
  font-size: 0.825rem;
  z-index: 6;
  position: relative; }
  @media (min-width: 46.25em) {
    .l-footer__published-by {
      width: 40.67797%;
      float: right;
      margin-right: 0;
      display: block; } }

.l-footer__published-by div {
  margin: 0;
  overflow: hidden; }
  @media (min-width: 46.25em) {
    .l-footer__published-by div {
      width: 49.15254%;
      float: left;
      margin-right: 1.69492%; } }

.l-footer__brookings-logo {
  width: 11.4375rem; }
  @media (min-width: 46.25em) {
    .l-footer__brookings-logo {
      float: right;
      padding: 0.5rem 0.5rem 0 0; } }

@media (min-width: 46.25em) {
  .l-footer__brookings-logo__link {
    width: 49.15254%;
    float: right;
    margin-right: 0; } }

.l-footer__primary {
  display: none; }
  @media (min-width: 41.25em) {
    .l-footer__primary {
      width: 32.20339%;
      float: left;
      margin-right: 1.69492%;
      display: block; } }

@media (min-width: 41.25em) {
  .l-footer__secondary {
    width: 66.10169%;
    float: right;
    margin-right: 0; } }

.l-footer__copyright {
  clear: both;
  border-top: 1px solid #ccc;
  position: relative;
  padding-top: 0.75rem;
  margin-top: 1rem;
  z-index: 2; }
  @media (min-width: 46.25em) {
    .l-footer__copyright {
      top: -1.875rem;
      margin-top: 0; } }
  .l-footer__copyright p {
    color: #777;
    font-size: 0.825rem;
    margin: 0; }

.l-single-sidebar {
  padding: 0; }
  @media (min-width: 81.25em) {
    .l-single-sidebar {
      padding: 0; } }

.l-top {
  *zoom: 1;
  margin-bottom: 0.5rem; }
  .l-top:before, .l-top:after {
    content: " ";
    display: table; }
  .l-top:after {
    clear: both; }
  @media (min-width: 46.25em) {
    .l-top {
      padding: 0;
      margin-bottom: 2.5rem; } }

.l-main {
  margin-bottom: 5.08475%;
  display: block;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 1.69492%; }
  @media (min-width: 46.25em) {
    .l-main {
      width: 66.10169%;
      float: left;
      margin-right: 1.69492%;
      border-bottom: 0;
      padding-bottom: 0;
      padding-right: 1.69492%; } }
  @media (min-width: 81.25em) {
    .l-main {
      padding: 0;
      padding-right: 1.69492%; } }

.l-sidebar {
  margin-bottom: 0;
  padding: 0 1rem; }
  @media (min-width: 46.25em) {
    .l-sidebar {
      width: 32.20339%;
      float: right;
      margin-right: 0;
      padding: 0 1rem 0 0;
      margin-bottom: 5.08475%; } }
  @media (min-width: 81.25em) {
    .l-sidebar {
      padding: 0; } }

.l-sidebar .pane-title {
  margin-bottom: 3.38983%; }

.l-sidebar .panel-pane {
  *zoom: 1;
  margin-bottom: 11.11111%; }
  .l-sidebar .panel-pane:before, .l-sidebar .panel-pane:after {
    content: " ";
    display: table; }
  .l-sidebar .panel-pane:after {
    clear: both; }

.l-single-sidebar .pane-node-title {
  border-bottom: 1px solid #ccc;
  margin-bottom: 0.56497%; }
  @media (min-width: 46.25em) {
    .l-single-sidebar .pane-node-title {
      margin-bottom: 0.84746%; } }
  .l-single-sidebar .pane-node-title .title {
    padding-left: 0;
    padding-right: 0; }

.pane-node-body {
  *zoom: 1;
  padding: 0 1rem; }
  .pane-node-body:before, .pane-node-body:after {
    content: " ";
    display: table; }
  .pane-node-body:after {
    clear: both; }
  @media (min-width: 46.25em) {
    .pane-node-body {
      padding: 0 0 0 1rem; } }
  @media (min-width: 81.25em) {
    .pane-node-body {
      padding: 0; } }

.pane-node-field-article-contributors {
  font-size: 0.9375rem; }

.pane-node-field-article-contributors a {
  font-family: "proxima-nova", sans-serif;
  color: #222;
  font-weight: 600; }

.l-single-sidebar .pane-node-created {
  float: left;
  font-size: 0.9375rem;
  color: #555; }

.l-single-column {
  *zoom: 1; }
  .l-single-column:before, .l-single-column:after {
    content: " ";
    display: table; }
  .l-single-column:after {
    clear: both; }

.l-single-column .l-header {
  background: #f2f2f2;
  background: #00828c;
  padding: 3.38983% 0 0;
  border-bottom: 0;
  position: relative;
  overflow: hidden; }
  @media (min-width: 61.25em) {
    .l-single-column .l-header {
      margin-top: 0.84746%; } }

.l-header__content {
  *zoom: 1;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem;
  position: relative; }
  .l-header__content:before, .l-header__content:after {
    content: " ";
    display: table; }
  .l-header__content:after {
    clear: both; }
  .l-header__content:after {
    content: " ";
    display: block;
    clear: both; }
  @media (min-width: 81.25em) {
    .l-header__content {
      padding: 0; } }

.l-single-column .pane-title {
  font-family: "proxima-nova", sans-serif;
  color: #4d4d4d;
  font-size: 0.825rem;
  text-transform: uppercase;
  letter-spacing: 0.06rem;
  margin-top: 0;
  margin-bottom: 0.75rem; }

.l-header__inner {
  *zoom: 1;
  background-color: #fff;
  padding: 1rem 1rem 3.38983%;
  clear: both; }
  .l-header__inner:before, .l-header__inner:after {
    content: " ";
    display: table; }
  .l-header__inner:after {
    clear: both; }
  @media (min-width: 46.25em) {
    .l-header__inner {
      padding: 2.54237% 2.54237% 5.08475%; } }
  @media (min-width: 81.25em) {
    .l-header__inner {
      margin-left: -2.54237%;
      margin-right: -2.54237%; } }

@media (min-width: 46.25em) {
  .l-main-description {
    width: 66.10169%;
    float: left;
    margin-right: 1.69492%; } }

.l-aux-description {
  margin-top: 2rem; }
  @media (min-width: 46.25em) {
    .l-aux-description {
      width: 32.20339%;
      float: right;
      margin-right: 0;
      padding-left: 2rem;
      margin-top: 0; } }
  .l-aux-description .panel-pane {
    margin-bottom: 10.16949%; }

.subsidiary__title {
  font-weight: 500;
  line-height: 1.12;
  font-size: 1.5rem;
  margin-top: 0.25rem;
  color: #FFF; }
  @media (min-width: 46.25em) {
    .subsidiary__title {
      font-size: 2.5rem;
      letter-spacing: -0.04rem;
      margin-bottom: 4.23729%; } }

.l-feed {
  *zoom: 1;
  margin-bottom: 3.38983%; }
  .l-feed:before, .l-feed:after {
    content: " ";
    display: table; }
  .l-feed:after {
    clear: both; }
  @media (min-width: 46.25em) {
    .l-feed {
      width: 66.10169%;
      float: left;
      margin-right: 1.69492%; } }

.l-title .pane-title {
  display: none; }

.article-list {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.article-list__item {
  margin: 0 0 0.75rem;
  padding: 0; }

.article-list__link {
  display: block;
  color: inherit;
  text-decoration: none; }
  .article-list__link:hover {
    text-decoration: none; }

.article_list__title {
  margin: 0;
  font-weight: 500;
  font-size: 0.875rem; }

.article_list__authors {
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  font-size: 0.75rem; }

.article_list__date {
  font-family: "proxima-nova", sans-serif;
  font-size: 0.75rem;
  margin-left: 0.125rem;
  color: #222;
  color: rgba(34, 34, 34, 0.6); }

.node-article {
  margin-bottom: 2.5rem; }
  @media (min-width: 81.25em) {
    .node-article {
      margin-bottom: 5rem; } }

.article__body p {
  font-size: 1.125em;
  line-height: 1.47; }

.submitted {
  font-size: 0.9375rem;
  color: #555;
  padding: 0 1rem 1rem; }
  @media (min-width: 46.25em) {
    .submitted {
      padding-bottom: 0; } }
  @media (min-width: 81.25em) {
    .submitted {
      padding: 0; } }
  .node-teaser .submitted {
    font-family: "proxima-nova", sans-serif;
    color: shade(#ccc, 5%);
    font-size: 0.9rem;
    padding-bottom: 1rem; }

.teaser__summary {
  font-size: 1.0625rem;
  line-height: 1.45;
  margin-bottom: 1.125rem;
  padding: 0 1rem; }
  @media (min-width: 46.25em) {
    .teaser__summary {
      font-size: 1.25rem;
      line-height: 1.47; } }
  @media (min-width: 81.25em) {
    .teaser__summary {
      padding: 0; } }

.submitted .username {
  font-family: "proxima-nova", sans-serif;
  color: #222;
  font-weight: 600; }

.field-name-field-article-tags,
.field-name-field-article-topics {
  font-family: "proxima-nova", sans-serif;
  margin: 1rem 0;
  padding: 0 1rem; }
  @media (min-width: 81.25em) {
    .field-name-field-article-tags,
    .field-name-field-article-topics {
      padding: 0; } }
  .field-name-field-article-tags .field-items,
  .field-name-field-article-tags .field-item,
  .field-name-field-article-topics .field-items,
  .field-name-field-article-topics .field-item {
    display: inline; }
  .field-name-field-article-tags .field-item:after,
  .field-name-field-article-topics .field-item:after {
    content: ', '; }
  .field-name-field-article-tags .field-item:last-child:after,
  .field-name-field-article-topics .field-item:last-child:after {
    content: ''; }
  .field-name-field-article-tags a,
  .field-name-field-article-topics a {
    font-weight: 600; }

.pane-node-field-article-tags,
.pane-node-field-article-topics {
  font-family: "proxima-nova", sans-serif;
  margin: 1rem 0;
  padding: 0 1rem;
  font-weight: 600; }
  @media (min-width: 81.25em) {
    .pane-node-field-article-tags,
    .pane-node-field-article-topics {
      padding: 0; } }
  .pane-node-field-article-tags .field-items,
  .pane-node-field-article-topics .field-items {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline; }
  .pane-node-field-article-tags .field-items li,
  .pane-node-field-article-topics .field-items li {
    margin: 0;
    padding: 0;
    display: inline; }
  .pane-node-field-article-tags .field-label,
  .pane-node-field-article-topics .field-label {
    display: inline; }

.node-teaser {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 0;
  padding: 5.08475% 0; }
  .node-teaser .title {
    margin-top: 0; }
  .node-teaser .field-name-body {
    color: #4d4d4d; }

.view-articles .view-content {
  margin-bottom: 0; }

.article-top__contributors {
  display: inline-block;
  margin-right: 1rem;
  font-family: "proxima-nova", sans-serif; }

.author__link {
  color: #222;
  font-weight: 600; }

.article-top__meta {
  *zoom: 1;
  padding: 0 1rem;
  color: #555;
  font-size: 0.875em; }
  .article-top__meta:before, .article-top__meta:after {
    content: " ";
    display: table; }
  .article-top__meta:after {
    clear: both; }
  @media (min-width: 46.25em) {
    .article-top__meta {
      border-top: 1px solid #ccc;
      padding: 0.84746% 0 0;
      font-size: 0.95rem;
      margin-left: 1rem;
      margin-right: 1rem; } }
  @media (min-width: 81.25em) {
    .article-top__meta {
      margin-left: 0;
      margin-right: 0; } }

.article_top__meta__inner {
  float: none; }
  @media (min-width: 46.25em) {
    .article_top__meta__inner {
      float: left; } }

.article__featured-term {
  font-family: "proxima-nova", sans-serif;
  margin: 0 0 0.75rem;
  font-weight: 600;
  font-size: 0.8rem;
  padding: 0 1rem;
  letter-spacing: 0.06rem;
  text-transform: uppercase; }
  @media (min-width: 81.25em) {
    .article__featured-term {
      padding: 0; } }
  .article-top .article__featured-term {
    text-transform: uppercase;
    letter-spacing: 0.04rem;
    margin: 1rem 0 0.75rem; }
    @media (min-width: 46.25em) {
      .article-top .article__featured-term {
        margin: 3.38983% 0 0.84746%; } }
    @media (min-width: 81.25em) {
      .article-top .article__featured-term {
        padding: 0; } }

.banner {
  background-color: #006a72;
  background-position: center;
  background-repeat: none;
  background-size: cover;
  color: #fff;
  margin: 0 1rem 1rem;
  position: relative; }
  @media (min-width: 46.25em) {
    .banner {
      margin: 0 0 1rem 1rem; } }
  @media (min-width: 81.25em) {
    .banner {
      margin: 0 0 1rem 0; } }

.banner__inner {
  display: table-cell;
  vertical-align: middle; }

.banner__title {
  color: #fff;
  font-size: 1.125rem;
  padding: 1.25rem 1rem;
  display: block;
  line-height: 1.2;
  position: relative;
  background-color: rgba(0, 106, 114, 0.6);
  transition: all 0.25s; }
  .banner__title:hover {
    background-color: rgba(0, 59, 63, 0.6); }
  @media (min-width: 46.25em) {
    .banner__title {
      font-size: 1.25rem;
      padding: 1.5rem 1.25rem; } }
  .banner__title:hover {
    color: #fff;
    text-decoration: none; }

.node-type-page .title {
  font-size: 1.5rem;
  text-align: center; }
  @media (min-width: 46.25em) {
    .node-type-page .title {
      font-size: 2.5rem; } }

.node-page {
  padding: 0;
  margin-bottom: 2.5rem; }
  @media (min-width: 46.25em) {
    .node-page {
      padding: 0;
      max-width: 44rem;
      margin: 0 auto 5rem; } }

.front-col {
  margin-bottom: 5.08475%; }
  .front-col.-full {
    margin-bottom: 1.69492%; }
  @media (min-width: 46.25em) {
    .front-col {
      padding: 0;
      margin-bottom: 0;
      width: 23.72881%;
      float: left;
      margin-right: 1.69492%; }
      .front-col.-last {
        float: right;
        margin-right: 0; }
      .front-col.-double {
        width: 49.15254%;
        float: left;
        margin-right: 1.69492%; }
      .front-col.-full {
        width: 100%;
        float: right;
        margin-right: 0; } }
  @media (min-width: 81.25em) {
    .front-col {
      padding: 0; } }

.front-row {
  *zoom: 1;
  padding: 3.38983% 0 1.69492%; }
  .front-row:before, .front-row:after {
    content: " ";
    display: table; }
  .front-row:after {
    clear: both; }
  @media (min-width: 46.25em) {
    .front-row {
      padding: 2.25rem 0; } }
  .front-row.-highlight {
    margin-top: 2.25rem;
    background-color: rgba(0, 106, 114, 0.1); }
  .front-row.-top {
    padding: 0.65rem 0 1.5rem; }
    @media (min-width: 46.25em) {
      .front-row.-top {
        padding: 0.5rem 0 0.75rem; } }

.front-col__title {
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  font-size: 0.875rem;
  letter-spacing: 0.03rem;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.5rem; }
  .front-col__title a {
    text-decoration: none;
    color: inherit; }
  .front-col__title a:hover {
    color: #006a72; }

.button, .form-submit {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  overflow: visible;
  text-decoration: none;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  letter-spacing: 0.06rem;
  font-size: 0.825rem;
  text-transform: uppercase;
  padding: 0.5rem 0.75rem;
  transition: all 0.25s; }
  .lt-ie8 .button, .lt-ie8 .form-submit {
    display: inline;
    zoom: 1; }
  .button:hover, .form-submit:hover {
    text-decoration: none; }

.button--full-width {
  display: block;
  width: 100%; }

.button--primary, .form-submit {
  background-color: #006a72;
  color: #fff; }
  .button--primary:hover, .form-submit:hover {
    background: shade(#006a72, 20%);
    color: #fff; }

.button--large, .form-submit {
  padding: 0.75rem 1rem; }

.item-list .pager {
  *zoom: 1;
  font-family: "proxima-nova", sans-serif;
  margin: 0 0 6.77966%; }
  .item-list .pager:before, .item-list .pager:after {
    content: " ";
    display: table; }
  .item-list .pager:after {
    clear: both; }

.item-list .pager li {
  padding: 0.5rem 0.75rem;
  margin: 0; }

.page-search .region-content .search-form {
  margin-bottom: 8.47458%; }
  .page-search .region-content .search-form .container-inline {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .page-search .region-content .search-form .form-type-textfield {
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin: 0; }
  .page-search .region-content .search-form .form-type-textfield .form-text {
    width: 100%; }
  .page-search .region-content .search-form .form-submit {
    margin-left: 1.69492%; }

.page-search .region-content .content {
  padding: 0 1rem; }
  @media (min-width: 61.25em) {
    .page-search .region-content .content {
      padding-left: 1rem; } }
  @media (min-width: 81.25em) {
    .page-search .region-content .content {
      padding-left: 0; } }

.search-results {
  margin: 0;
  padding: 0; }

.search-results .search-snippet-info {
  padding-left: 0; }
  @media (min-width: 81.25em) {
    .search-results .search-snippet-info {
      padding-top: 1rem; } }

.search-result {
  padding: 0.25rem 0;
  border-bottom: 1px solid #ccc; }
  @media (min-width: 46.25em) {
    .search-result {
      padding: 3.38983% 0; } }

.search-result .title {
  line-height: 1.12;
  font-size: 1.35rem;
  font-weight: 600;
  padding: 0;
  margin: 0 0 1rem; }
  @media (min-width: 81.25em) {
    .search-result .title {
      margin: 0.125rem 0 1.25rem;
      font-size: 1.5rem; } }

.search-info {
  font-family: "proxima-nova", sans-serif;
  font-size: 0.9375rem;
  color: #555;
  padding: 0 0 1rem; }
  @media (min-width: 46.25em) {
    .search-info {
      padding-bottom: 0; } }
  @media (min-width: 81.25em) {
    .search-info {
      padding: 0; } }

.search-snippet {
  color: #4d4d4d; }

.search-snippet strong {
  font-family: "proxima-nova", sans-serif;
  color: #222; }

.search-submitted {
  padding: 0 0 1rem;
  font-family: "proxima-nova", sans-serif;
  color: shade(#ccc, 5%);
  font-size: 0.9rem;
  padding-bottom: 1rem; }
  @media (min-width: 46.25em) {
    .search-submitted {
      padding-bottom: 0; } }
  @media (min-width: 81.25em) {
    .search-submitted {
      padding: 0; } }

.search-results__section-title {
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 0.03rem;
  text-transform: uppercase;
  color: #4d4d4d;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #ccc; }

.search-featured-term {
  font-family: "proxima-nova", sans-serif;
  margin: 0 0 0.75rem;
  font-weight: 600;
  font-size: 0.9rem;
  color: #006a72; }

.view-content {
  margin-bottom: 3.38983%; }

.view-display-id-page {
  padding: 0 1rem; }
  @media (min-width: 81.25em) {
    .view-display-id-page {
      padding: 0; } }

@media (min-width: 30em) {
  .view-Topics.view-display-id-page {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 1.69492%;
       -moz-column-gap: 1.69492%;
            column-gap: 1.69492%; } }

@media (min-width: 41.25em) {
  .view-Topics.view-display-id-page {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
    -webkit-column-gap: 1.69492%;
       -moz-column-gap: 1.69492%;
            column-gap: 1.69492%; } }

.view-topics .views-row a,
.view-Topics .views-row a {
  color: #006a72;
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  font-size: .9rem; }

.view-topics .views-row,
.view-Topics .views-row {
  padding: 0.84746% 0; }

.view-Topics.view-display-id-block_2 .view-content {
  margin-bottom: 4.69492%; }

@media (min-width: 30em) {
  .view-tags.view-display-id-page {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 1.69492%;
       -moz-column-gap: 1.69492%;
            column-gap: 1.69492%; } }

@media (min-width: 41.25em) {
  .view-tags.view-display-id-page {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
    -webkit-column-gap: 1.69492%;
       -moz-column-gap: 1.69492%;
            column-gap: 1.69492%; } }

.view-tags a,
.view-tags a {
  color: #006a72;
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  font-size: .9rem; }

.view-tags .views-row,
.view-tags .views-row {
  padding: 0.84746% 0; }

.region-sidebar .block {
  margin-bottom: 10.16949%; }

.front .region-sidebar .block {
  margin-bottom: 6.77966%; }

.l-sidebar .pane-title, .pane-lf-related-articles-lf-related-articles .pane-title,
.block-title {
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 0.03rem;
  text-transform: uppercase;
  color: #4d4d4d;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #ccc;
  margin: 0rem 0 0.5rem; }
  .front-col.-last .l-sidebar .pane-title, .l-sidebar .front-col.-last .pane-title, .front-col.-last .pane-lf-related-articles-lf-related-articles .pane-title, .pane-lf-related-articles-lf-related-articles .front-col.-last .pane-title, .front-col.-last
  .block-title {
    margin-top: 1rem; }

.block-cta.-darken {
  background-color: #003A3E;
  color: #fff; }

.block-cta__link {
  color: #fff;
  padding: 5.08475%;
  display: block; }
  @media (min-width: 46.25em) {
    .block-cta__link {
      padding: 6.77966% 10.16949% 6.77966% 6.77966%; } }
  .block-cta__link:hover {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none; }

.block-cta__title {
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-size: 1.12rem;
  letter-spacing: 0.03rem;
  text-transform: uppercase;
  color: inherit;
  margin: 0.125rem 0;
  padding: 0; }

.block-cta__copy {
  margin: 0;
  font-family: "proxima-nova", sans-serif; }

.pane-lf-brookings-credit-lf-brookings-credit .pane-content,
.block-lf-brookings-credit {
  display: none;
  border: 1px solid #ccc;
  padding: 1rem 1rem 1.125rem;
  background: #fff;
  clear: both;
  font-family: "proxima-nova", sans-serif;
  font-size: 0.825rem;
  z-index: 6;
  position: relative; }
  @media (min-width: 46.25em) {
    .pane-lf-brookings-credit-lf-brookings-credit .pane-content,
    .block-lf-brookings-credit {
      display: block; } }

.brookings-credit__logo {
  padding: 0.5rem 0.5rem 0 0; }

.pane-lf-related-articles-lf-related-articles {
  *zoom: 1; }
  .pane-lf-related-articles-lf-related-articles:before, .pane-lf-related-articles-lf-related-articles:after {
    content: " ";
    display: table; }
  .pane-lf-related-articles-lf-related-articles:after {
    clear: both; }
  @media (min-width: 46.25em) {
    .pane-lf-related-articles-lf-related-articles {
      border-bottom: 1px solid #ccc; } }
  .pane-lf-related-articles-lf-related-articles .pane-title {
    margin-bottom: 3.38983%; }

.pane-fb-comments-fb-comments {
  padding: 0 1rem; }
  @media (min-width: 81.25em) {
    .pane-fb-comments-fb-comments {
      padding: 0; } }

.fb-comments,
.fb-comments iframe[style],
.fb-comments span {
  width: 100% !important; }

#block-menu-menu-explore .block-title {
  font-family: "proxima-nova", sans-serif;
  font-size: 1.4rem;
  color: #333;
  border-bottom: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0; }
  #block-menu-menu-explore .block-title:after {
    content: "";
    font-family: FontAwesome;
    margin-left: 0.5rem;
    position: absolute;
    right: 0.75rem;
    transition: -webkit-transform 100ms ease-out;
    transition: transform 100ms ease-out; }
  #block-menu-menu-explore .block-title.is-open:after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
  @media (min-width: 30em) {
    #block-menu-menu-explore .block-title {
      margin-bottom: 0.65rem;
      padding-bottom: 0.65rem; }
      #block-menu-menu-explore .block-title:after {
        content: '';
        display: none; } }

.explore__view-all-link {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  font-family: "proxima-nova", sans-serif;
  color: #222;
  text-transform: uppercase;
  letter-spacing: 0.03rem;
  font-weight: 600;
  font-size: 0.75rem;
  display: none; }
  @media (min-width: 30em) {
    .explore__view-all-link {
      display: block; } }
  .explore__view-all-link:hover {
    text-decoration: none; }

#block-menu-menu-explore {
  position: relative; }
  @media (min-width: 30em) {
    #block-menu-menu-explore {
      margin-bottom: 1.69492%; } }

#block-menu-menu-explore .content {
  display: none; }
  #block-menu-menu-explore .content.is-visible {
    display: block; }
  @media (min-width: 30em) {
    #block-menu-menu-explore .content {
      display: block; } }

#block-menu-menu-explore .menu {
  margin: 0;
  padding: 0;
  list-style: none; }
  @media (min-width: 30em) {
    #block-menu-menu-explore .menu {
      -webkit-column-count: 2;
         -moz-column-count: 2;
              column-count: 2;
      -webkit-column-gap: 1.69492%;
         -moz-column-gap: 1.69492%;
              column-gap: 1.69492%; } }
  @media (min-width: 41.25em) {
    #block-menu-menu-explore .menu {
      -webkit-column-count: 4;
         -moz-column-count: 4;
              column-count: 4;
      -webkit-column-gap: 1.69492%;
         -moz-column-gap: 1.69492%;
              column-gap: 1.69492%; } }

#block-menu-menu-explore .leaf,
#block-menu-menu-explore .collapsed {
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  font-size: .9rem;
  padding: 0.25rem 0;
  margin: 0;
  list-style-type: none;
  list-style-image: none;
  line-height: 1.2; }
  @media (min-width: 46.25em) {
    #block-menu-menu-explore .leaf,
    #block-menu-menu-explore .collapsed {
      padding: 0.4rem 0; } }

#block-menu-menu-explore .leaf a {
  line-height: 1.2;
  display: block; }

#block-menu-menu-explore .active-trail a,
#block-menu-menu-explore a.active {
  color: #006a72; }

.title {
  font-weight: 500;
  line-height: 1.12;
  font-size: 1.5rem;
  padding: 0 1rem; }
  @media (min-width: 46.25em) {
    .title {
      font-size: 2.35em;
      letter-spacing: -0.04rem;
      margin: 3.38983% 0; } }
  @media (min-width: 81.25em) {
    .title {
      padding: 0; } }
  .article-top .title {
    margin-top: 0; }

.node__content {
  clear: both; }

.pane-node-body hr,
.node__content hr {
  margin: 1.75rem 0;
  border: 0;
  border-bottom: 1px solid #ccc; }

.pane-node-body h2,
.node__content h2 {
  margin: 1.5rem 0 0.5rem; }

.pane-node-body h3, .pane-node-body h4, .pane-node-body h5, .pane-node-body h6,
.node__content h3,
.node__content h4,
.node__content h5,
.node__content h6 {
  margin: 1.25rem 0 0.5rem; }

.pane-node-body h6,
.node__content h6 {
  font-size: 0.825rem;
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.06rem; }

.pane-node-body p,
.node__content p {
  font-size: 1.0625rem;
  line-height: 1.45;
  margin: 0 0 1rem; }
  @media (min-width: 46.25em) {
    .pane-node-body p,
    .node__content p {
      font-size: 1.25rem;
      line-height: 1.47; } }
  .pane-node-body p .caps,
  .node__content p .caps {
    letter-spacing: 0.04rem; }

.pane-node-body ol,
.node__content ol {
  font-size: 1.0625rem;
  line-height: 1.45;
  margin: 0 0 1rem; }
  @media (min-width: 46.25em) {
    .pane-node-body ol,
    .node__content ol {
      font-size: 1.25rem;
      line-height: 1.47; } }

.pane-node-body ul,
.node__content ul {
  font-size: 1.0625rem;
  line-height: 1.45;
  margin: 0 0 1rem; }
  @media (min-width: 46.25em) {
    .pane-node-body ul,
    .node__content ul {
      font-size: 1.25rem;
      line-height: 1.47; } }

.pane-node-body li,
.node__content li {
  margin-bottom: 0.5rem; }

.pane-node-body blockquote,
.node__content blockquote {
  font-size: 1.0625rem;
  line-height: 1.45; }
  .pane-node-body blockquote p,
  .node__content blockquote p {
    margin: 0 0 1rem; }
  @media (min-width: 46.25em) {
    .pane-node-body blockquote,
    .node__content blockquote {
      font-size: 1.125rem;
      line-height: 1.5; } }
  .pane-node-body blockquote p:last-child,
  .node__content blockquote p:last-child {
    margin-bottom: 0.25rem; }

.pane-node-body a,
.node__content a {
  padding-bottom: 0; }
  .pane-node-body a:hover,
  .node__content a:hover {
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 106, 114, 0.3); }

.node__content .field-name-body {
  padding: 0 1rem; }
  @media (min-width: 81.25em) {
    .node__content .field-name-body {
      padding: 0; } }

.pane-node-body iframe,
.node__content iframe {
  max-width: 100%;
  margin: auto;
  margin: 0 0 1rem; }

.teaser__title {
  padding: 0 1rem;
  line-height: 1.12;
  font-size: 1.35rem; }
  @media (min-width: 81.25em) {
    .teaser__title {
      padding: 0;
      margin: 0.125rem 0 1.25rem;
      font-size: 1.5rem;
      line-height: 1.3; } }

.node-readmore {
  font-size: 0.875rem;
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03rem;
  padding: 0 1rem !important;
  color: #006a72; }
  @media (min-width: 81.25em) {
    .node-readmore {
      padding: 0 !important; } }
  .node-readmore a:hover {
    text-decoration: none; }
  .node-readmore .element-invisible {
    display: none; }

.region-content-header {
  background: #00828c;
  padding: 3.38983% 0 0;
  position: relative;
  overflow: hidden; }
  @media (min-width: 61.25em) {
    .region-content-header {
      margin-top: 0.84746%; } }

.region-content-header .content {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto; }
  .region-content-header .content:after {
    content: " ";
    display: block;
    clear: both; }
  @media (min-width: 81.25em) {
    .region-content-header .content {
      padding: 0; } }

.region-content-header .view-content {
  margin-bottom: 0; }

.region-content-header__inner {
  *zoom: 1;
  background-color: #fff;
  padding: 1rem 1rem 3.38983%;
  position: relative;
  z-index: 1; }
  .region-content-header__inner:before, .region-content-header__inner:after {
    content: " ";
    display: table; }
  .region-content-header__inner:after {
    clear: both; }
  @media (min-width: 46.25em) {
    .region-content-header__inner {
      padding: 2.54237% 2.54237% 5.08475%; } }
  @media (min-width: 81.25em) {
    .region-content-header__inner {
      margin-left: -2.54237%;
      margin-right: -2.54237%; } }

.region-content-footer {
  *zoom: 1;
  padding: 1.5rem 0;
  background-color: rgba(0, 106, 114, 0.1); }
  .region-content-footer:before, .region-content-footer:after {
    content: " ";
    display: table; }
  .region-content-footer:after {
    clear: both; }
  @media (min-width: 46.25em) {
    .region-content-footer {
      padding: 2.25rem 0 4rem; } }
  .region-content-footer > .block {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
    padding: 0 1rem; }
    .region-content-footer > .block:after {
      content: " ";
      display: block;
      clear: both; }
    @media (min-width: 81.25em) {
      .region-content-footer > .block {
        padding: 0; } }

.social-list {
  margin: 0;
  padding: 0;
  list-style: none; }

.social-list__item {
  display: inline; }

.social-icon {
  border-radius: 50%;
  width: 1.3rem;
  line-height: 1.3rem;
  height: 1.3rem;
  font-size: 0.825rem;
  text-align: center;
  display: inline-block;
  background-color: #808080;
  border: 1px solid #808080;
  color: #fff;
  margin: 0 0.125rem 0 0;
  transition: all 0.2s; }
  .social-icon:hover {
    color: #fff;
    background-color: #404040; }
  .social-icon.-medium {
    font-size: 1.125rem;
    width: 2.25rem;
    height: 2.25rem;
    line-height: 2.25rem; }
    @media (min-width: 46.25em) {
      .social-icon.-medium {
        width: 1.65rem;
        height: 1.65rem;
        line-height: 1.65rem;
        font-size: 0.825rem; } }
  .social-icon.-inverse {
    background-color: #fff;
    border: 1px solid silver;
    color: #808080; }
    .social-icon.-inverse:hover {
      background-color: #fff;
      border: 1px solid #404040;
      color: #404040; }
  .social-icon .fa {
    position: relative;
    top: -1px; }

.social-icon--twitter {
  background-color: #55acee;
  border-color: #55acee; }
  .social-icon--twitter:hover {
    background-color: #2795e9;
    border-color: #2795e9; }

.social-icon--facebook {
  background-color: #3B5998;
  border-color: #3B5998; }
  .social-icon--facebook:hover {
    background-color: #2d4373;
    border-color: #2d4373; }

.share {
  *zoom: 1;
  margin: 1rem 0 0.5rem;
  padding: 0;
  list-style: none;
  font-size: 170%; }
  .share:before, .share:after {
    content: " ";
    display: table; }
  .share:after {
    clear: both; }
  @media (min-width: 46.25em) {
    .share {
      float: right;
      margin: 0;
      font-size: 100%; } }
  @media (min-width: 81.25em) {
    .share {
      padding: 0; } }

.share__item {
  float: left;
  padding: 0 0.175rem 0.25rem 0;
  position: relative; }
  .share__item:last-child {
    padding-right: 0; }

.share__dropdown {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 7.5rem;
  position: absolute;
  top: 38px;
  right: -0.5rem;
  top: 35px;
  opacity: 0;
  z-index: -1;
  transition: all 250ms 0ms ease-in-out;
  -webkit-transform: translateY(0px);
          transform: translateY(0px); }
  @media (min-width: 46.25em) {
    .share__dropdown {
      width: 5.375em; } }
  .share__dropdown:before {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #000;
    content: '';
    position: absolute;
    top: -7px;
    right: 1rem; }
  .share__dropdown.is-open {
    opacity: 1;
    z-index: 100;
    -webkit-transform: translateY(8px);
            transform: translateY(8px); }

.share__dropdown-item {
  font-family: "proxima-nova", sans-serif;
  border-bottom: 1px solid rgba(204, 204, 204, 0.25);
  background-color: #000; }
  .share__dropdown-item:last-child {
    border-bottom: 0; }

.share__dropdown-item a {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 1rem;
  padding: 0.75rem 0;
  font-weight: 500;
  -webkit-font-smoothing: subpixel-antialiased;
  background-color: #000;
  transition: background 0.25s;
  letter-spacing: 0.06rem; }
  @media (min-width: 46.25em) {
    .share__dropdown-item a {
      font-size: .725rem; } }
  .share__dropdown-item a:hover {
    text-decoration: none;
    background-color: #222; }

.stream {
  *zoom: 1;
  padding: 0; }
  .stream:before, .stream:after {
    content: " ";
    display: table; }
  .stream:after {
    clear: both; }

.stream__list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .stream__list.-trending {
    counter-reset: item; }

.stream-item {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e6e6e6; }
  @media (min-width: 46.25em) {
    .stream-item {
      border-bottom: 0;
      padding-bottom: 0; } }
  @media (min-width: 41.25em) {
    .-featured .stream-item {
      width: 49.15254%;
      float: left; }
      .-featured .stream-item:nth-child(2n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both;
        margin-left: 0; }
      .-featured .stream-item:nth-child(2n + 2) {
        margin-left: 50.84746%;
        margin-right: -100%;
        clear: none; } }
  @media (min-width: 46.25em) {
    .-featured .stream-item {
      width: 23.72881%;
      float: left;
      margin-bottom: 2rem;
      min-height: 7.25rem; }
      .-featured .stream-item:nth-child(4n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both;
        margin-left: 0; }
      .-featured .stream-item:nth-child(4n + 2) {
        margin-left: 25.42373%;
        margin-right: -100%;
        clear: none; }
      .-featured .stream-item:nth-child(4n + 3) {
        margin-left: 50.84746%;
        margin-right: -100%;
        clear: none; }
      .-featured .stream-item:nth-child(4n + 4) {
        margin-left: 76.27119%;
        margin-right: -100%;
        clear: none; } }
  .-highlight .stream-item {
    border-bottom-color: rgba(77, 77, 77, 0.25); }
  .stream-item.-is-hidden {
    display: none; }

@media (min-width: 46.25em) {
  .-highlights .stream-item {
    margin-bottom: 2rem;
    min-height: 6.5rem; } }

@media (min-width: 61.25em) {
  .-highlights .stream-item {
    width: 48.27586%;
    float: left;
    margin-right: 3.44828%; } }

@media (min-width: 46.25em) {
  .-highlights .stream-item-1 {
    width: 100%;
    float: right;
    margin-right: 0; } }

@media (min-width: 61.25em) {
  .-highlights .stream-item-3 {
    float: right;
    margin-right: 0; } }

.stream-link {
  display: block;
  color: #4d4d4d;
  transition: color 0.25s ease-in; }
  .stream-link:hover {
    text-decoration: none;
    color: #1a1a1a; }
  .-other-headlines .stream-link {
    font-size: 0.9rem; }

.stream-item__title {
  margin: 0.25rem 0 0.255rem;
  line-height: 1.3;
  font-size: 1.1rem;
  color: #222; }
  .-featured-highlight .stream-item__title {
    font-size: 1.25rem; }
  @media (min-width: 46.25em) {
    .stream-item__title {
      margin: 0.25rem 0 0.065rem;
      line-height: 1.3;
      font-size: 0.95rem; }
      .-highlights .stream-item__title,
      .-featured .stream-item__title {
        margin: 0.25rem 0 0.75rem;
        font-size: 1.125rem; }
      .-featured-highlight .stream-item__title {
        font-size: 1.5rem; }
      .-todays-headlines .stream-item__title {
        margin: 0.25rem 0 0.25rem;
        font-size: 1.125rem; } }
  a:hover .stream-item__title {
    color: #006a72; }

.-featured-highlight {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 3.38983%; }
  @media (min-width: 46.25em) {
    .-featured-highlight {
      border-bottom: 0;
      padding-bottom: 0; } }

.stream-item__authors,
.stream-item__date {
  font-family: "proxima-nova", sans-serif;
  font-size: 0.8rem; }

.stream-item__authors {
  margin-top: 0.35rem;
  font-weight: 600;
  margin-right: 0.5rem;
  color: #333; }
  @media (min-width: 46.25em) {
    .stream-item__authors {
      margin-top: 0; } }
  .-highlights .stream-item__authors,
  .-featured .stream-item__authors {
    display: block;
    margin-right: 0; }

.stream-item__date {
  color: #666; }
  .-featured .stream-item__date {
    display: block; }

.stream-summary {
  margin-top: 0.75rem;
  color: inherit; }
  a:hover .stream-summary {
    color: #222; }

.stream-item__featured-image {
  margin-bottom: 0.5rem;
  width: 100%;
  height: auto; }
  @media (min-width: 46.25em) {
    .stream-item__featured-image {
      width: auto;
      height: auto; } }

.stream-item__featured-term {
  font-family: "proxima-nova", sans-serif;
  margin: 0 0 0.35rem;
  font-weight: 600;
  font-size: 0.8rem;
  color: #006a72;
  text-transform: capitalize; }

.stream__topic {
  *zoom: 1;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.5rem;
  margin: 0 0 1rem; }
  .stream__topic:before, .stream__topic:after {
    content: " ";
    display: table; }
  .stream__topic:after {
    clear: both; }

.stream__topic-title {
  float: left;
  display: inline-block;
  margin: 0.125rem 0;
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-size: 0.925rem;
  letter-spacing: 0.03rem; }
  .stream__topic-title a {
    color: #1a1a1a; }

.stream__view-all {
  font-size: 0.875rem;
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03rem; }
  .-featured .stream__view-all {
    display: none; }
    @media (min-width: 46.25em) {
      .-featured .stream__view-all {
        float: right;
        display: inline; } }
  .stream__view-all .fa {
    padding-left: 0.35rem; }

.trending-item {
  position: relative;
  padding-left: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e6e6e6; }
  .trending-item:before {
    content: counter(item) ". ";
    counter-increment: item;
    position: absolute;
    left: 0;
    top: -2px;
    font-size: 1.12em; }
    @media (min-width: 46.25em) {
      .trending-item:before {
        font-size: 1.25em; } }

.-podcast .stream-item__title {
  font-family: "proxima-nova", sans-serif;
  padding-left: 1.25rem;
  position: relative; }
  .-podcast .stream-item__title:before {
    content: "";
    font-family: FontAwesome;
    position: absolute;
    left: 0; }

.-podcast .stream-item__date {
  padding-left: 1.25rem; }

.-other-headlines .stream-link:hover {
  color: #006a72; }

.field-collection-container {
  border-bottom: 0;
  margin-bottom: 0; }

.node-type-article .field-collection-view {
  margin: 0;
  padding: 0; }
  @media (min-width: 46.25em) {
    .node-type-article .field-collection-view {
      padding: 0 1rem; } }
  @media (min-width: 81.25em) {
    .node-type-article .field-collection-view {
      padding: 0; } }

.field-name-field-topic-image-image img,
.field-name-field-featured-image-image img {
  width: 100%;
  height: auto; }
  @media (min-width: 46.25em) {
    .field-name-field-topic-image-image img,
    .field-name-field-featured-image-image img {
      width: auto; } }

.field-name-field-topic-image-caption,
.field-name-field-featured-image-caption {
  font-family: "proxima-nova", sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  margin: 0.25rem 0 1rem;
  color: #4d4d4d;
  padding: 0 1rem; }
  @media (min-width: 46.25em) {
    .field-name-field-topic-image-caption,
    .field-name-field-featured-image-caption {
      margin: 0.5rem 0 1.125rem;
      padding: 0; } }

.author_info,
.view-id-author_info {
  *zoom: 1;
  padding-bottom: 3.38983%;
  margin-bottom: 3.38983%;
  padding-left: 1rem;
  padding-right: 1rem; }
  .author_info:before, .author_info:after,
  .view-id-author_info:before,
  .view-id-author_info:after {
    content: " ";
    display: table; }
  .author_info:after,
  .view-id-author_info:after {
    clear: both; }
  @media (min-width: 81.25em) {
    .author_info,
    .view-id-author_info {
      padding-left: 0;
      padding-right: 0; } }
  .pane-node-field-article-contributors .author_info,
  .region-sidebar .author_info, .pane-node-field-article-contributors
  .view-id-author_info,
  .region-sidebar
  .view-id-author_info {
    padding-left: 0;
    padding-right: 0;
    border-bottom: 0; }

.view-posts-by-author {
  border-top: 1px solid #ccc; }

.author_info:last-child {
  margin-bottom: 0;
  padding-bottom: 0; }

.author_info__picture {
  margin-bottom: 1rem;
  float: left;
  margin-right: 5.08475%;
  width: 25.25424%; }
  @media (min-width: 46.25em) {
    .author_info__picture {
      margin-bottom: 0;
      margin-top: 3px; } }

.author_info__content {
  overflow: hidden; }

.author-info__meta {
  *zoom: 1;
  margin: 3.38983% 0 0;
  padding: 0;
  list-style: none; }
  .author-info__meta:before, .author-info__meta:after {
    content: " ";
    display: table; }
  .author-info__meta:after {
    clear: both; }

.author-info__rss {
  margin: 3.38983% 0 0; }

.author-info__meta li {
  float: left;
  margin-right: 3.38983%; }

.author_info__bio {
  font-size: 1.0625rem;
  line-height: 1.45;
  color: #4d4d4d; }
  @media (min-width: 46.25em) {
    .author_info__bio {
      font-size: 1.25rem;
      line-height: 1.47; } }
  .pane-node-field-article-contributors .author_info__bio,
  .region-sidebar .author_info__bio {
    font-family: "proxima-nova", sans-serif;
    font-size: 0.875rem;
    line-height: 1.3; }

.author-info__meta a {
  font-weight: 600;
  font-family: "proxima-nova", sans-serif;
  color: #006a72; }
  .pane-node-field-article-contributors .author-info__meta a {
    font-size: 0.875rem; }

.author-info__twitter a:before {
  color: inherit;
  padding-right: 0.75rem;
  font-family: 'FontAwesome';
  content: "";
  width: 1.2em;
  text-align: center;
  display: inline-block; }

.author-info__email a:before {
  color: inherit;
  padding-right: 1.5rem;
  font-family: 'FontAwesome';
  content: "";
  width: 1.2em;
  text-align: center;
  display: inline-block; }

.author-info__view-more {
  margin-top: 3.38983%; }

.author-info__view-more a {
  font-family: "proxima-nova", sans-serif;
  color: #4a4a4a;
  text-transform: uppercase;
  letter-spacing: 0.03rem;
  font-weight: 600;
  font-size: 0.75rem; }
  .author-info__view-more a:hover {
    color: #171717; }

.top-navigation {
  display: none;
  clear: both;
  margin: 3.125rem 0 0;
  border-top: 1px solid #ccc;
  background: #006a72;
  padding: 0.5rem 0; }
  @media (min-width: 46.25em) {
    .top-navigation {
      margin-top: 3.125rem; } }
  @media (min-width: 61.25em) {
    .top-navigation {
      background-color: #fff;
      display: block;
      float: left;
      margin-top: 0;
      padding: 0;
      border-top: 0; } }
  .top-navigation.is-open {
    display: block; }

.top-navigation .menu li,
.top-navigation .links li {
  padding: 0;
  margin: 0;
  position: relative; }
  @media (min-width: 61.25em) {
    .top-navigation .menu li,
    .top-navigation .links li {
      position: static; } }

.top-navigation .expanded {
  list-style-type: none;
  list-style-image: none; }

.top-navigation .expanded > a:after {
  font-family: FontAwesome;
  content: "";
  color: #004449;
  font-size: 0.825rem;
  position: absolute;
  right: 1rem;
  transition: color 0.25s ease; }
  @media (min-width: 61.25em) {
    .top-navigation .expanded > a:after {
      content: "";
      margin-left: 0.5rem;
      top: -1px;
      position: relative;
      right: auto;
      font-size: 0.625rem;
      color: #ccc; } }

@media (min-width: 61.25em) {
  .top-navigation .expanded:hover > a {
    color: black;
    text-decoration: none;
    background-color: #f6f6f6; }
    .top-navigation .expanded:hover > a:after {
      color: black; } }

.top-navigation .expanded > .menu {
  display: none; }
  @media (min-width: 61.25em) {
    .top-navigation .expanded > .menu {
      display: block;
      opacity: 0;
      z-index: -1;
      transition: all 250ms 0ms ease-in-out; } }

.top-navigation .expanded:hover > .menu {
  display: block; }
  @media (min-width: 61.25em) {
    .top-navigation .expanded:hover > .menu {
      opacity: 1;
      z-index: 100; } }

.top-navigation a {
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  letter-spacing: 0.03rem;
  text-transform: uppercase;
  color: #fff;
  padding: 0.75rem 1rem;
  font-size: 1rem; }
  .top-navigation a.active {
    color: #fff; }
  .top-navigation a:hover {
    text-decoration: none; }
  @media (min-width: 61.25em) {
    .top-navigation a {
      padding: 0.75rem 0.65rem;
      font-size: 0.825rem;
      color: #4d4d4d; }
      .top-navigation a.active {
        color: #4d4d4d; }
      .top-navigation a:hover {
        color: black;
        background-color: #f6f6f6; } }
  @media (min-width: 81.25em) {
    .top-navigation a {
      padding: 0.75rem 0.85rem; } }

@media (min-width: 61.25em) {
  .top-navigation__search {
    float: right; } }

.top-navigation__search span {
  padding: 0.5rem 0.65rem;
  display: block; }

@media (min-width: 61.25em) {
  .top-navigation .menu-4853 > a {
    border-right: 1px solid #ccc; } }

.top-navigation .menu-4853 > a:hover {
  color: #fff; }
  .top-navigation .menu-4853 > a:hover a {
    color: #fff; }
  .top-navigation .menu-4853 > a:hover .topics-nav {
    display: block; }
  .top-navigation .menu-4853 > a:hover:before {
    color: #fff; }

.top-navigation .menu-4853 > a:before {
  position: absolute;
  right: 0.5rem;
  font-family: FontAwesome;
  content: "";
  color: #004449;
  margin-right: 0.65rem;
  transition: color 0.25s ease-in; }
  @media (min-width: 61.25em) {
    .top-navigation .menu-4853 > a:before {
      position: static;
      right: auto;
      color: #ccc; } }

.top-navigation .menu-4853 > a:after {
  content: '';
  margin-left: 0;
  display: none; }

.top-navigation .menu-4853:hover > a {
  background-color: #006a72;
  color: #fff; }
  .top-navigation .menu-4853:hover > a:before {
    color: #fff; }

.top-navigation .menu-4853 .menu {
  background: #003b3f; }
  @media (min-width: 61.25em) {
    .top-navigation .menu-4853 .menu {
      background: #006a72; } }
  .top-navigation .menu-4853 .menu a {
    color: #fff;
    background-color: none; }

.top-navigation .menu-4853 .last {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  padding-top: 0.65rem;
  margin-top: 0.45rem; }
  .top-navigation .menu-4853 .last a {
    font-size: 90%; }

.top-navigation .expanded > .menu a {
  display: block; }
  .top-navigation .expanded > .menu a.menu-4854 {
    font-size: 0.85rem;
    position: relative;
    text-transform: uppercase; }
    .top-navigation .expanded > .menu a.menu-4854:after {
      font-family: FontAwesome;
      content: "";
      position: absolute;
      right: 0; }

.top-navigation .expanded > .menu li.menu-4854 {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 0.75rem;
  margin-top: 0.45rem; }

.topics-nav {
  position: absolute;
  background-color: #006a72;
  width: 23.72881%;
  display: none;
  padding: 1rem 0 0; }

.topics-nav__item {
  display: block;
  padding: 0 1rem; }

.topics-nav a {
  color: #fff;
  text-transform: none;
  padding: 0;
  line-height: 1.35;
  font-size: 1.125rem; }

.topics-nav__view-all {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 0.65rem;
  display: block;
  padding: 0.75rem 1rem; }

.topics-nav__view-all a {
  font-size: 0.9rem; }

.top-navigation li .menu,
.sub-menu {
  padding: 1rem 0;
  background: #002326; }
  @media (min-width: 61.25em) {
    .top-navigation li .menu,
    .sub-menu {
      position: absolute;
      background-color: #f6f6f6;
      width: 23.72881%; } }

.top-navigation li .menu li,
.sub-menu__item {
  display: block;
  padding: 0 1rem 0.25rem;
  float: none; }
  .top-navigation li .menu li:last-child,
  .sub-menu__item:last-child {
    padding-bottom: 0; }

.top-navigation li .menu a,
.sub-menu__item a {
  color: #fff;
  text-transform: none;
  padding: 0.25rem 0;
  line-height: 1.15;
  font-size: 1rem;
  display: block; }
  @media (min-width: 61.25em) {
    .top-navigation li .menu a,
    .sub-menu__item a {
      color: #222; } }
  .top-navigation li .menu a:hover,
  .sub-menu__item a:hover {
    background-color: transparent; }

.top-navigation__mobile-menu {
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  color: #4d4d4d;
  font-weight: 600;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.95rem 1rem; }
  @media (min-width: 61.25em) {
    .top-navigation__mobile-menu {
      position: relative;
      float: left;
      display: none; } }
  .top-navigation__mobile-menu:hover {
    text-decoration: none; }
  .top-navigation__mobile-menu.is-active {
    color: #006a72; }

.vocabulary-label {
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  letter-spacing: 0.03rem;
  text-transform: uppercase;
  color: #4d4d4d;
  padding-bottom: 0.25rem;
  color: #FFF;
  color: rgba(255, 255, 255, 0.6);
  position: relative;
  z-index: 1;
  padding: 0 1rem 0.25rem; }
  @media (min-width: 81.25em) {
    .vocabulary-label {
      padding: 0 0 0.25rem; } }
  .vocabulary-label a {
    color: #FFF;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.65rem; }
    @media (min-width: 46.25em) {
      .vocabulary-label a {
        font-size: 0.875rem; } }

.taxonomy-term__title {
  font-weight: 500;
  line-height: 1.12;
  font-size: 1.5rem;
  margin-top: 0.25rem;
  color: #FFF;
  position: relative;
  z-index: 1;
  padding: 0 1rem 3.38983%; }
  @media (min-width: 46.25em) {
    .taxonomy-term__title {
      font-size: 2.5rem;
      letter-spacing: -0.04rem;
      margin-bottom: 4.23729%;
      padding-bottom: 0; } }
  @media (min-width: 81.25em) {
    .taxonomy-term__title {
      padding: 0; } }

.term-description p {
  font-size: 1.06rem;
  line-height: 1.45;
  margin: 0 0 1rem;
  color: shade(#ccc, 5%); }
  @media (min-width: 46.25em) {
    .term-description p {
      font-size: 1.06rem;
      line-height: 1.45; } }

.term-description h5,
.term-description h6 {
  margin-top: 0; }

.view-all__link a {
  font-family: "proxima-nova", sans-serif;
  color: #222;
  text-transform: uppercase;
  letter-spacing: 0.03rem;
  font-weight: 600;
  font-size: 0.75rem; }
  .view-all__link a:hover {
    text-decoration: none;
    color: #006a72; }

.taxonomy_term__inner {
  *zoom: 1;
  background-color: #fff;
  padding: 1rem 1rem 3.38983%; }
  .taxonomy_term__inner:before, .taxonomy_term__inner:after {
    content: " ";
    display: table; }
  .taxonomy_term__inner:after {
    clear: both; }
  @media (min-width: 46.25em) {
    .taxonomy_term__inner {
      padding: 2.54237% 2.54237% 5.08475%; } }
  @media (min-width: 81.25em) {
    .taxonomy_term__inner {
      margin-left: -2.54237%;
      margin-right: -2.54237%; } }

@media (min-width: 46.25em) {
  .taxonomy_term__inner__main {
    width: 66.10169%;
    float: left;
    margin-right: 1.69492%; } }

.taxonomy_term__inner__main .field-collection-view {
  width: 32.20339%;
  float: left;
  margin-right: 1.69492%; }
  .taxonomy_term__inner__main .field-collection-view .content {
    padding: 0; }

@media (min-width: 46.25em) {
  .taxonomy_term__inner__sidebar {
    width: 32.20339%;
    float: right;
    margin-right: 0; } }

.taxonomy_term__inner__sidebar .subtopics-title {
  font-family: "proxima-nova", sans-serif;
  color: #4d4d4d;
  font-size: 0.825rem;
  text-transform: uppercase;
  letter-spacing: 0.06rem;
  margin-top: 0; }

.taxonomy-recently-title {
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 0.03rem;
  text-transform: uppercase;
  color: #4d4d4d;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #ccc;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-top: 5.08475%; }
  @media (min-width: 46.25em) {
    .taxonomy-recently-title {
      margin-left: 1rem;
      margin-right: 0;
      margin-top: 3.38983%;
      margin-top: 1rem; } }
  @media (min-width: 81.25em) {
    .taxonomy-recently-title {
      margin-left: 0; } }
  .taxonomy-recently-title strong {
    color: #1a1a1a; }

.view-taxonomy-term {
  padding: 0; }
  @media (min-width: 46.25em) {
    .view-taxonomy-term {
      padding: 0 1rem; } }

.view-taxonomy-term .view-header {
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 0.03rem;
  text-transform: uppercase;
  color: #4d4d4d;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #ccc;
  margin: 0rem 1rem 0.5rem; }
  @media (min-width: 46.25em) {
    .view-taxonomy-term .view-header {
      margin: 0 0 0.5rem 1rem; } }
  @media (min-width: 81.25em) {
    .view-taxonomy-term .view-header {
      margin: 0 0 0.5rem; } }
  .view-taxonomy-term .view-header p {
    margin: 0; }

.taxonomy_term__inner__sidebar__related_topics .item-list {
  margin: 0 0 4.69492%;
  padding: 0;
  list-style: none; }
  .taxonomy_term__inner__sidebar__related_topics .item-list li {
    margin: 0;
    padding: 0.84746% 0;
    list-style: none; }
  .taxonomy_term__inner__sidebar__related_topics .item-list a {
    color: #006a72;
    font-family: "proxima-nova", sans-serif;
    font-weight: 600;
    font-size: .9rem; }

.taxonomy_term__background-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0; }
  .taxonomy_term__background-image .field-content {
    position: relative; }
    .taxonomy_term__background-image .field-content:after {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      content: "";
      background-color: rgba(0, 106, 114, 0.6); }
  .taxonomy_term__background-image img {
    width: 100%;
    height: auto; }

#block-views-topics-block-1.contextual-links-region {
  position: static; }

.node-type-subsidiary-page .region-content {
  float: none; }

.node-type-subsidiary-page div.tabs {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.69492%;
  padding: 0 1rem; }
  .node-type-subsidiary-page div.tabs:after {
    content: " ";
    display: block;
    clear: both; }
  @media (min-width: 81.25em) {
    .node-type-subsidiary-page div.tabs {
      padding: 0; } }
  .node-type-subsidiary-page div.tabs:empty {
    display: none; }

.pane-node-field-subsidiary-related-topics {
  *zoom: 1;
  font-family: "proxima-nova", sans-serif; }
  .pane-node-field-subsidiary-related-topics:before, .pane-node-field-subsidiary-related-topics:after {
    content: " ";
    display: table; }
  .pane-node-field-subsidiary-related-topics:after {
    clear: both; }
  .pane-node-field-subsidiary-related-topics .pane-title {
    font-size: 1rem;
    margin-bottom: 0.125rem; }
  .pane-node-field-subsidiary-related-topics .field-item {
    float: left;
    margin-right: 0.5rem; }
    .pane-node-field-subsidiary-related-topics .field-item:after {
      content: ", "; }
    .pane-node-field-subsidiary-related-topics .field-item:last-child:after {
      content: ""; }

.field-name-field-subsidiary-description {
  font-size: 1.06rem;
  line-height: 1.45;
  margin: 0 0 1rem;
  color: shade(#ccc, 5%); }
  @media (min-width: 46.25em) {
    .field-name-field-subsidiary-description {
      font-size: 1.06rem;
      line-height: 1.45; } }
  .field-name-field-subsidiary-description h5, .field-name-field-subsidiary-description h6 {
    margin-top: 0; }

.subsidiary-page__feed__article {
  *zoom: 1;
  margin-bottom: 2rem; }
  .subsidiary-page__feed__article:before, .subsidiary-page__feed__article:after {
    content: " ";
    display: table; }
  .subsidiary-page__feed__article:after {
    clear: both; }

.subsidiary-page__feed__article h1 {
  line-height: 1.12;
  font-size: 1.5rem;
  margin-top: 0; }

.subsidiary_page_feed__article__aux {
  margin-top: 1.25rem;
  border-top: 1px solid #ccc;
  padding-top: 1.25rem; }
  @media (min-width: 46.25em) {
    .subsidiary_page_feed__article__aux {
      width: 23.72881%;
      float: left;
      margin-right: 1.69492%; } }

.subsidiary-page__feed__article__main {
  margin-top: 1.25rem;
  border-top: 1px solid #ccc;
  padding-top: 1.25rem; }
  @media (min-width: 46.25em) {
    .subsidiary-page__feed__article__main {
      width: 74.57627%;
      float: right;
      margin-right: 0; } }

.pane-lf-panes-subsidiary-page-feed {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }
  .pane-lf-panes-subsidiary-page-feed .pane-title {
    font-family: "proxima-nova", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.06rem;
    font-size: 1rem;
    border-top: 1px solid #ccc;
    padding-top: 1.5rem; }

.subsidiary-page__feed {
  *zoom: 1;
  margin-bottom: 3.38983%; }
  .subsidiary-page__feed:before, .subsidiary-page__feed:after {
    content: " ";
    display: table; }
  .subsidiary-page__feed:after {
    clear: both; }

.view-subsidiary-page-feed .view-header {
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.06rem;
  font-size: 1rem;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  margin: 0 1rem;
  font-weight: 600; }
  @media (min-width: 46.25em) {
    .view-subsidiary-page-feed .view-header {
      margin: 0; } }

.feed__article-summary {
  margin-bottom: 2rem; }
  @media (min-width: 46.25em) {
    .feed__article-summary {
      max-width: 66.10169%; } }

.pane-node-field-subsidiary-contributors .field-label,
.pane-node-field-subsidiary-contributors .pane-title {
  font-family: "proxima-nova", sans-serif;
  color: #4d4d4d;
  font-size: 0.825rem;
  text-transform: uppercase;
  letter-spacing: 0.06rem;
  margin-top: 0;
  margin-bottom: 0.75rem; }

.pane-node-field-subsidiary-contributors .field-item {
  padding: 0.84746% 0; }

.node-type-subsidiary-page .l-title {
  text-align: center; }

.l-sponsor {
  margin-bottom: 0.5rem; }
  @media (min-width: 46.25em) {
    .l-sponsor {
      width: 32.20339%;
      float: right;
      margin-right: 0;
      margin-bottom: 0; } }

.l-sponsor .field-items {
  *zoom: 1;
  margin-top: 1.06rem;
  margin-bottom: 1rem; }
  .l-sponsor .field-items:before, .l-sponsor .field-items:after {
    content: " ";
    display: table; }
  .l-sponsor .field-items:after {
    clear: both; }
  @media (min-width: 46.25em) {
    .l-sponsor .field-items {
      margin-bottom: 0; } }

.l-sponsor .field-item {
  float: left;
  margin-right: 0.5rem;
  margin-bottom: 0; }
  @media (min-width: 20em) {
    .l-sponsor .field-item {
      margin-bottom: 0.25rem; } }
  @media (min-width: 46.25em) {
    .l-sponsor .field-item {
      margin-bottom: 0.5rem; } }

.l-sponsor .sponsor_logo {
  position: relative; }
  @media (min-width: 46.25em) {
    .l-sponsor .sponsor_logo {
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      height: 65px; } }

.field-name-field-subsidiary-cosponsors .field-item {
  margin-bottom: 1.125rem; }
  @media (min-width: 46.25em) {
    .field-name-field-subsidiary-cosponsors .field-item {
      margin-bottom: 1.25rem; } }

.field-name-field-subsidiary-cosponsors .publisher_logo {
  border: 5px solid rgba(204, 204, 204, 0.8); }

@media (min-width: 46.25em) {
  .pane-node-field-topic-image {
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%; } }

.pane-node-field-topic-image .field-collection-view {
  padding: 0;
  margin: 0; }

.pane-node-field-subsidiary-bgimage {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0; }
  .pane-node-field-subsidiary-bgimage .pane-content {
    position: relative; }
    .pane-node-field-subsidiary-bgimage .pane-content:after {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      content: "";
      background-color: rgba(0, 106, 114, 0.6); }
  .pane-node-field-subsidiary-bgimage img {
    width: 100%;
    height: auto; }

.logged-in .l-container .tabs {
  margin-top: 0.85rem;
  margin-bottom: 1rem; }

.iframe-wrapper--75 {
  position: relative;
  height: 0;
  overflow: hidden;
  margin: 0 1rem;
  padding: 0 1rem 100%; }
  @media (min-width: 81.25em) {
    .iframe-wrapper--75 {
      padding: 0 0 75%;
      margin: 0; } }

.iframe-wrapper--75 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.view-recently-on-lawfare {
  margin-bottom: 3.38983%;
  border-top: 1px solid #ccc; }

.pager-load-more a,
#feed__load-more {
  padding: 1rem;
  margin: 0 1rem 1rem;
  color: #4d4d4d;
  display: block;
  text-align: center;
  font-family: "proxima-nova", sans-serif;
  border: 1px solid #ccc;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: 0.06rem; }
  @media (min-width: 81.25em) {
    .pager-load-more a,
    #feed__load-more {
      margin: 0 0 1.25rem; } }
  .pager-load-more a:hover,
  #feed__load-more:hover {
    background: #f6f6f6;
    text-decoration: none;
    border: 1px solid #b3b3b3;
    color: #0d0d0d; }

.item-list .pager-load-more {
  margin: 0; }

.item-list .pager-load-more li {
  padding: 0; }

.trending__full-list {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: item;
  border-top: 1px solid #e6e6e6; }

.trending__list-item {
  margin: 5.08475% 0;
  padding: 0 0 5.08475% 1.825rem;
  list-style: none;
  position: relative;
  border-bottom: 1px solid #e6e6e6; }
  @media (min-width: 46.25em) {
    .trending__list-item {
      padding: 0 0 5.08475% 3rem; } }
  .trending__list-item:before {
    content: counter(item) ". ";
    counter-increment: item;
    position: absolute;
    left: 0;
    top: -2px;
    font-size: 1.2em; }
    @media (min-width: 46.25em) {
      .trending__list-item:before {
        font-size: 1.325em; } }

.trending__list-item .node-teaser {
  padding: 0;
  border-bottom: 0; }

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  /*
     * Don't show links for images, or javascript/internal links
     */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after,
  a#logo {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .pane-lf-ads-lf-ads,
  .region-content-footer,
  .l-footer,
  .share {
    display: none; }
  .pane-node-field-article-featured-image {
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%;
    margin-left: 1.69492%;
    margin-right: 1.69492%;
    margin-top: 1.69492%; }
  .field-name-field-featured-image-caption {
    margin-bottom: 0.825rem; } }
