@charset "UTF-8";
/*!
Theme Name: bbgRedesign
Theme URI: http://www.bbg.gov/
Author: ODDI / Broadcasting Board of Governors
Author URI: http://innovation.bbg.gov/
Description: A WP theme based on 18f and USID's US Web Design Standard recommendations
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bbgRedesign
Tags:

This theme, like WordPress, is licensed under the GPL.

bbgRedesign is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
html {
  box-sizing: border-box; }

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

/*! 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; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

/* Apply a natural box layout model to all elements, but allowing components to 
change */
html {
  box-sizing: border-box; }

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

body {
  background-color: #ffffff; }

.lt-ie9 * {
  filter: none !important; }

[aria-hidden=true] {
  display: none !important; }

.usa-grid,
.usa-grid-full {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  max-width: 1040px; }
  .usa-grid::after,
  .usa-grid-full::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 600px) {
    .usa-grid .usa-width-one-whole,
    .usa-grid-full .usa-width-one-whole {
      float: left;
      display: block;
      margin-right: 4.82916%;
      width: 100%; }
      .usa-grid .usa-width-one-whole:last-child,
      .usa-grid-full .usa-width-one-whole:last-child {
        margin-right: 0; }
    .usa-grid .usa-width-one-half, .usa-grid .bbg__profile-excerpt,
    .usa-grid-full .usa-width-one-half,
    .usa-grid-full .bbg__profile-excerpt {
      float: left;
      display: block;
      margin-right: 4.82916%;
      width: 47.58542%; }
      .usa-grid .usa-width-one-half:last-child, .usa-grid .bbg__profile-excerpt:last-child,
      .usa-grid-full .usa-width-one-half:last-child,
      .usa-grid-full .bbg__profile-excerpt:last-child {
        margin-right: 0; }
      .usa-grid .usa-width-one-half:nth-child(2n), .usa-grid .bbg__profile-excerpt:nth-child(2n),
      .usa-grid-full .usa-width-one-half:nth-child(2n),
      .usa-grid-full .bbg__profile-excerpt:nth-child(2n) {
        margin-right: 0; }
    .usa-grid .usa-width-one-third,
    .usa-grid-full .usa-width-one-third {
      float: left;
      display: block;
      margin-right: 4.82916%;
      width: 30.11389%; }
      .usa-grid .usa-width-one-third:last-child,
      .usa-grid-full .usa-width-one-third:last-child {
        margin-right: 0; }
    .usa-grid .usa-width-two-thirds,
    .usa-grid-full .usa-width-two-thirds {
      float: left;
      display: block;
      margin-right: 4.82916%;
      width: 65.05695%; }
      .usa-grid .usa-width-two-thirds:last-child,
      .usa-grid-full .usa-width-two-thirds:last-child {
        margin-right: 0; }
    .usa-grid .usa-width-one-fourth,
    .usa-grid-full .usa-width-one-fourth {
      float: left;
      display: block;
      margin-right: 4.82916%;
      width: 47.58542%; }
      .usa-grid .usa-width-one-fourth:last-child,
      .usa-grid-full .usa-width-one-fourth:last-child {
        margin-right: 0; }
      .usa-grid .usa-width-one-fourth:nth-child(2n),
      .usa-grid-full .usa-width-one-fourth:nth-child(2n) {
        margin-right: 0; }
    .usa-grid .usa-width-three-fourths,
    .usa-grid-full .usa-width-three-fourths {
      float: left;
      display: block;
      margin-right: 4.82916%;
      width: 100%; }
      .usa-grid .usa-width-three-fourths:last-child,
      .usa-grid-full .usa-width-three-fourths:last-child {
        margin-right: 0; }
    .usa-grid .usa-width-one-sixth, .usa-grid .bbg__profile-grid__profile,
    .usa-grid-full .usa-width-one-sixth,
    .usa-grid-full .bbg__profile-grid__profile {
      float: left;
      display: block;
      margin-right: 4.82916%;
      width: 30.11389%; }
      .usa-grid .usa-width-one-sixth:last-child, .usa-grid .bbg__profile-grid__profile:last-child,
      .usa-grid-full .usa-width-one-sixth:last-child,
      .usa-grid-full .bbg__profile-grid__profile:last-child {
        margin-right: 0; }
      .usa-grid .usa-width-one-sixth:nth-child(3n), .usa-grid .bbg__profile-grid__profile:nth-child(3n),
      .usa-grid-full .usa-width-one-sixth:nth-child(3n),
      .usa-grid-full .bbg__profile-grid__profile:nth-child(3n) {
        margin-right: 0; }
    .usa-grid .usa-width-five-sixths,
    .usa-grid-full .usa-width-five-sixths {
      float: left;
      display: block;
      margin-right: 4.82916%;
      width: 82.52847%; }
      .usa-grid .usa-width-five-sixths:last-child,
      .usa-grid-full .usa-width-five-sixths:last-child {
        margin-right: 0; }
    .usa-grid .usa-width-one-twelfth,
    .usa-grid-full .usa-width-one-twelfth {
      float: left;
      display: block;
      margin-right: 4.82916%;
      width: 30.11389%; }
      .usa-grid .usa-width-one-twelfth:last-child,
      .usa-grid-full .usa-width-one-twelfth:last-child {
        margin-right: 0; }
      .usa-grid .usa-width-one-twelfth:nth-child(3n),
      .usa-grid-full .usa-width-one-twelfth:nth-child(3n) {
        margin-right: 0; } }
  @media screen and (min-width: 1201px) {
    .usa-grid,
    .usa-grid-full {
      /*
    .usa-width-one-sixth {
      @include span-columns(2);

      &:nth-child(3n) {
        @include span-columns(2);
      }

      &:nth-child(6n) {
        margin-right: 0;
      }
    }
    */ }
      .usa-grid .usa-width-one-whole,
      .usa-grid-full .usa-width-one-whole {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%; }
        .usa-grid .usa-width-one-whole:last-child,
        .usa-grid-full .usa-width-one-whole:last-child {
          margin-right: 0; }
      .usa-grid .usa-width-one-half, .usa-grid .bbg__profile-excerpt,
      .usa-grid-full .usa-width-one-half,
      .usa-grid-full .bbg__profile-excerpt {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%; }
        .usa-grid .usa-width-one-half:last-child, .usa-grid .bbg__profile-excerpt:last-child,
        .usa-grid-full .usa-width-one-half:last-child,
        .usa-grid-full .bbg__profile-excerpt:last-child {
          margin-right: 0; }
      .usa-grid .usa-width-one-third,
      .usa-grid-full .usa-width-one-third {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 31.76157%; }
        .usa-grid .usa-width-one-third:last-child,
        .usa-grid-full .usa-width-one-third:last-child {
          margin-right: 0; }
      .usa-grid .usa-width-two-thirds,
      .usa-grid-full .usa-width-two-thirds {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 65.88078%; }
        .usa-grid .usa-width-two-thirds:last-child,
        .usa-grid-full .usa-width-two-thirds:last-child {
          margin-right: 0; }
      .usa-grid .usa-width-one-fourth,
      .usa-grid-full .usa-width-one-fourth {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 23.23176%; }
        .usa-grid .usa-width-one-fourth:last-child,
        .usa-grid-full .usa-width-one-fourth:last-child {
          margin-right: 0; }
        .usa-grid .usa-width-one-fourth:nth-child(2n),
        .usa-grid-full .usa-width-one-fourth:nth-child(2n) {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 23.23176%; }
          .usa-grid .usa-width-one-fourth:nth-child(2n):last-child,
          .usa-grid-full .usa-width-one-fourth:nth-child(2n):last-child {
            margin-right: 0; }
        .usa-grid .usa-width-one-fourth:nth-child(4n),
        .usa-grid-full .usa-width-one-fourth:nth-child(4n) {
          margin-right: 0; }
      .usa-grid .usa-width-three-fourths,
      .usa-grid-full .usa-width-three-fourths {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 74.41059%; }
        .usa-grid .usa-width-three-fourths:last-child,
        .usa-grid-full .usa-width-three-fourths:last-child {
          margin-right: 0; }
      .usa-grid .usa-width-five-sixths,
      .usa-grid-full .usa-width-five-sixths {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 82.94039%; }
        .usa-grid .usa-width-five-sixths:last-child,
        .usa-grid-full .usa-width-five-sixths:last-child {
          margin-right: 0; }
      .usa-grid .usa-width-one-twelfth,
      .usa-grid-full .usa-width-one-twelfth {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 6.17215%; }
        .usa-grid .usa-width-one-twelfth:last-child,
        .usa-grid-full .usa-width-one-twelfth:last-child {
          margin-right: 0; }
        .usa-grid .usa-width-one-twelfth:nth-child(3n),
        .usa-grid-full .usa-width-one-twelfth:nth-child(3n) {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 6.17215%; }
          .usa-grid .usa-width-one-twelfth:nth-child(3n):last-child,
          .usa-grid-full .usa-width-one-twelfth:nth-child(3n):last-child {
            margin-right: 0; }
        .usa-grid .usa-width-one-twelfth:nth-child(12n),
        .usa-grid-full .usa-width-one-twelfth:nth-child(12n) {
          margin-right: 0; } }
  @media screen and (min-width: 900px) {
    .usa-grid .usa-width-one-sixth, .usa-grid .bbg__profile-grid__profile,
    .usa-grid-full .usa-width-one-sixth,
    .usa-grid-full .bbg__profile-grid__profile {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 14.70196%; }
      .usa-grid .usa-width-one-sixth:last-child, .usa-grid .bbg__profile-grid__profile:last-child,
      .usa-grid-full .usa-width-one-sixth:last-child,
      .usa-grid-full .bbg__profile-grid__profile:last-child {
        margin-right: 0; }
      .usa-grid .usa-width-one-sixth:nth-child(3n), .usa-grid .bbg__profile-grid__profile:nth-child(3n),
      .usa-grid-full .usa-width-one-sixth:nth-child(3n),
      .usa-grid-full .bbg__profile-grid__profile:nth-child(3n) {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 14.70196%; }
        .usa-grid .usa-width-one-sixth:nth-child(3n):last-child, .usa-grid .bbg__profile-grid__profile:nth-child(3n):last-child,
        .usa-grid-full .usa-width-one-sixth:nth-child(3n):last-child,
        .usa-grid-full .bbg__profile-grid__profile:nth-child(3n):last-child {
          margin-right: 0; }
      .usa-grid .usa-width-one-sixth:nth-child(6n), .usa-grid .bbg__profile-grid__profile:nth-child(6n),
      .usa-grid-full .usa-width-one-sixth:nth-child(6n),
      .usa-grid-full .bbg__profile-grid__profile:nth-child(6n) {
        margin-right: 0; } }
  .usa-grid .usa-end-row,
  .usa-grid-full .usa-end-row {
    margin-right: 0; }

.usa-grid {
  padding: 0 3rem; }

.usa-grid-full {
  padding: 0; }

.usa-sr-only, .screen-reader-text {
  position: absolute;
  left: -999em; }

.u--hide-medium-large {
  display: inherit; }
  @media screen and (min-width: 900px) {
    .u--hide-medium-large {
      display: none; } }

.u--show-medium-large {
  display: none; }
  @media screen and (min-width: 900px) {
    .u--show-medium-large {
      display: inherit; } }

.u--seperator:before {
  content: " | "; }

.readin, .bbg__staff__author-bio, .single-post .bbg__article-content > p:first-of-type, .bbg__page-header-description, .page-template-page-board .content-area .usa-grid > p:first-of-type {
  font-family: "Carrara-Regular", serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2.04;
  margin-top: 1rem;
  margin-bottom: 3rem; }
  @media screen and (min-width: 600px) {
    .readin, .bbg__staff__author-bio, .single-post .bbg__article-content > p:first-of-type, .bbg__page-header-description, .page-template-page-board .content-area .usa-grid > p:first-of-type {
      font-size: 2rem; } }

/*MOVED FROM BELOW TO UPDATE FONTS*/
.usa-button, .bbg__comments-list .reply,
.usa-button-primary,
.usa-button:visited,
.bbg__comments-list .reply:visited,
.usa-button-primary:visited,
button,
[type="button"],
[type="submit"],
[type="reset"],
[type="image"] {
  margin-top: 0.5em;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
  appearance: none;
  background-color: #0071bc;
  border: 0;
  border-radius: 0.3rem;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: "Alegreya Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  outline: none;
  padding: 1rem 2rem;
  text-align: center;
  text-decoration: none;
  width: 100%;
  -webkit-font-smoothing: antialiased; }
  @media screen and (min-width: 481px) {
    .usa-button, .bbg__comments-list .reply,
    .usa-button-primary,
    .usa-button:visited,
    .bbg__comments-list .reply:visited,
    .usa-button-primary:visited,
    button,
    [type="button"],
    [type="submit"],
    [type="reset"],
    [type="image"] {
      width: auto; } }
  .usa-button:hover, .bbg__comments-list .reply:hover, .usa-button.usa-button-hover, .bbg__comments-list .usa-button-hover.reply,
  .usa-button-primary:hover,
  .usa-button-primary.usa-button-hover,
  .usa-button:visited:hover,
  .bbg__comments-list .reply:visited:hover,
  .usa-button:visited.usa-button-hover,
  .bbg__comments-list .reply:visited.usa-button-hover,
  .usa-button-primary:visited:hover,
  .usa-button-primary:visited.usa-button-hover,
  button:hover,
  button.usa-button-hover,
  [type="button"]:hover,
  [type="button"].usa-button-hover,
  [type="submit"]:hover,
  [type="submit"].usa-button-hover,
  [type="reset"]:hover,
  [type="reset"].usa-button-hover,
  [type="image"]:hover,
  [type="image"].usa-button-hover {
    background-color: #205493;
    border-bottom: 0;
    color: #ffffff;
    text-decoration: none; }
  .usa-button:focus, .bbg__comments-list .reply:focus, .usa-button.usa-button-focus, .bbg__comments-list .usa-button-focus.reply,
  .usa-button-primary:focus,
  .usa-button-primary.usa-button-focus,
  .usa-button:visited:focus,
  .bbg__comments-list .reply:visited:focus,
  .usa-button:visited.usa-button-focus,
  .bbg__comments-list .reply:visited.usa-button-focus,
  .usa-button-primary:visited:focus,
  .usa-button-primary:visited.usa-button-focus,
  button:focus,
  button.usa-button-focus,
  [type="button"]:focus,
  [type="button"].usa-button-focus,
  [type="submit"]:focus,
  [type="submit"].usa-button-focus,
  [type="reset"]:focus,
  [type="reset"].usa-button-focus,
  [type="image"]:focus,
  [type="image"].usa-button-focus {
    box-shadow: none; }
  .usa-button:active, .bbg__comments-list .reply:active, .usa-button.usa-button-active, .bbg__comments-list .usa-button-active.reply,
  .usa-button-primary:active,
  .usa-button-primary.usa-button-active,
  .usa-button:visited:active,
  .bbg__comments-list .reply:visited:active,
  .usa-button:visited.usa-button-active,
  .bbg__comments-list .reply:visited.usa-button-active,
  .usa-button-primary:visited:active,
  .usa-button-primary:visited.usa-button-active,
  button:active,
  button.usa-button-active,
  [type="button"]:active,
  [type="button"].usa-button-active,
  [type="submit"]:active,
  [type="submit"].usa-button-active,
  [type="reset"]:active,
  [type="reset"].usa-button-active,
  [type="image"]:active,
  [type="image"].usa-button-active {
    background-color: #112e51; }
  .usa-button.usa-button-primary-alt, .bbg__comments-list .usa-button-primary-alt.reply,
  .usa-button-primary.usa-button-primary-alt,
  .usa-button:visited.usa-button-primary-alt,
  .bbg__comments-list .reply:visited.usa-button-primary-alt,
  .usa-button-primary:visited.usa-button-primary-alt,
  button.usa-button-primary-alt,
  [type="button"].usa-button-primary-alt,
  [type="submit"].usa-button-primary-alt,
  [type="reset"].usa-button-primary-alt,
  [type="image"].usa-button-primary-alt {
    background-color: #02bfe7;
    color: #212121; }
    .usa-button.usa-button-primary-alt:hover, .bbg__comments-list .usa-button-primary-alt.reply:hover, .usa-button.usa-button-primary-alt.usa-button-hover, .bbg__comments-list .usa-button-primary-alt.usa-button-hover.reply,
    .usa-button-primary.usa-button-primary-alt:hover,
    .usa-button-primary.usa-button-primary-alt.usa-button-hover,
    .usa-button:visited.usa-button-primary-alt:hover,
    .bbg__comments-list .reply:visited.usa-button-primary-alt:hover,
    .usa-button:visited.usa-button-primary-alt.usa-button-hover,
    .bbg__comments-list .reply:visited.usa-button-primary-alt.usa-button-hover,
    .usa-button-primary:visited.usa-button-primary-alt:hover,
    .usa-button-primary:visited.usa-button-primary-alt.usa-button-hover,
    button.usa-button-primary-alt:hover,
    button.usa-button-primary-alt.usa-button-hover,
    [type="button"].usa-button-primary-alt:hover,
    [type="button"].usa-button-primary-alt.usa-button-hover,
    [type="submit"].usa-button-primary-alt:hover,
    [type="submit"].usa-button-primary-alt.usa-button-hover,
    [type="reset"].usa-button-primary-alt:hover,
    [type="reset"].usa-button-primary-alt.usa-button-hover,
    [type="image"].usa-button-primary-alt:hover,
    [type="image"].usa-button-primary-alt.usa-button-hover {
      background-color: #00a6d2; }
    .usa-button.usa-button-primary-alt:active, .bbg__comments-list .usa-button-primary-alt.reply:active, .usa-button.usa-button-primary-alt.usa-button-active, .bbg__comments-list .usa-button-primary-alt.usa-button-active.reply,
    .usa-button-primary.usa-button-primary-alt:active,
    .usa-button-primary.usa-button-primary-alt.usa-button-active,
    .usa-button:visited.usa-button-primary-alt:active,
    .bbg__comments-list .reply:visited.usa-button-primary-alt:active,
    .usa-button:visited.usa-button-primary-alt.usa-button-active,
    .bbg__comments-list .reply:visited.usa-button-primary-alt.usa-button-active,
    .usa-button-primary:visited.usa-button-primary-alt:active,
    .usa-button-primary:visited.usa-button-primary-alt.usa-button-active,
    button.usa-button-primary-alt:active,
    button.usa-button-primary-alt.usa-button-active,
    [type="button"].usa-button-primary-alt:active,
    [type="button"].usa-button-primary-alt.usa-button-active,
    [type="submit"].usa-button-primary-alt:active,
    [type="submit"].usa-button-primary-alt.usa-button-active,
    [type="reset"].usa-button-primary-alt:active,
    [type="reset"].usa-button-primary-alt.usa-button-active,
    [type="image"].usa-button-primary-alt:active,
    [type="image"].usa-button-primary-alt.usa-button-active {
      background-color: #046b99;
      color: #ffffff; }
  .usa-button.usa-button-secondary, .bbg__comments-list .usa-button-secondary.reply,
  .usa-button-primary.usa-button-secondary,
  .usa-button:visited.usa-button-secondary,
  .bbg__comments-list .reply:visited.usa-button-secondary,
  .usa-button-primary:visited.usa-button-secondary,
  button.usa-button-secondary,
  [type="button"].usa-button-secondary,
  [type="submit"].usa-button-secondary,
  [type="reset"].usa-button-secondary,
  [type="image"].usa-button-secondary {
    background-color: #e31c3d; }
    .usa-button.usa-button-secondary:hover, .bbg__comments-list .usa-button-secondary.reply:hover, .usa-button.usa-button-secondary.usa-button-hover, .bbg__comments-list .usa-button-secondary.usa-button-hover.reply,
    .usa-button-primary.usa-button-secondary:hover,
    .usa-button-primary.usa-button-secondary.usa-button-hover,
    .usa-button:visited.usa-button-secondary:hover,
    .bbg__comments-list .reply:visited.usa-button-secondary:hover,
    .usa-button:visited.usa-button-secondary.usa-button-hover,
    .bbg__comments-list .reply:visited.usa-button-secondary.usa-button-hover,
    .usa-button-primary:visited.usa-button-secondary:hover,
    .usa-button-primary:visited.usa-button-secondary.usa-button-hover,
    button.usa-button-secondary:hover,
    button.usa-button-secondary.usa-button-hover,
    [type="button"].usa-button-secondary:hover,
    [type="button"].usa-button-secondary.usa-button-hover,
    [type="submit"].usa-button-secondary:hover,
    [type="submit"].usa-button-secondary.usa-button-hover,
    [type="reset"].usa-button-secondary:hover,
    [type="reset"].usa-button-secondary.usa-button-hover,
    [type="image"].usa-button-secondary:hover,
    [type="image"].usa-button-secondary.usa-button-hover {
      background-color: #cd2026; }
    .usa-button.usa-button-secondary:active, .bbg__comments-list .usa-button-secondary.reply:active, .usa-button.usa-button-secondary.usa-button-active, .bbg__comments-list .usa-button-secondary.usa-button-active.reply,
    .usa-button-primary.usa-button-secondary:active,
    .usa-button-primary.usa-button-secondary.usa-button-active,
    .usa-button:visited.usa-button-secondary:active,
    .bbg__comments-list .reply:visited.usa-button-secondary:active,
    .usa-button:visited.usa-button-secondary.usa-button-active,
    .bbg__comments-list .reply:visited.usa-button-secondary.usa-button-active,
    .usa-button-primary:visited.usa-button-secondary:active,
    .usa-button-primary:visited.usa-button-secondary.usa-button-active,
    button.usa-button-secondary:active,
    button.usa-button-secondary.usa-button-active,
    [type="button"].usa-button-secondary:active,
    [type="button"].usa-button-secondary.usa-button-active,
    [type="submit"].usa-button-secondary:active,
    [type="submit"].usa-button-secondary.usa-button-active,
    [type="reset"].usa-button-secondary:active,
    [type="reset"].usa-button-secondary.usa-button-active,
    [type="image"].usa-button-secondary:active,
    [type="image"].usa-button-secondary.usa-button-active {
      background-color: #981b1e; }
  .usa-button.usa-button-gray, .bbg__comments-list .usa-button-gray.reply, .bbg__comments-list .reply.bbg__kits__button, .usa-button.bbg__kits__button,
  .usa-button-primary.usa-button-gray,
  .usa-button-primary.bbg__kits__button,
  .usa-button:visited.usa-button-gray,
  .bbg__comments-list .reply:visited.usa-button-gray,
  .bbg__comments-list .reply.bbg__kits__button:visited,
  .usa-button.bbg__kits__button:visited,
  .usa-button-primary:visited.usa-button-gray,
  .usa-button-primary.bbg__kits__button:visited,
  button.usa-button-gray,
  button.bbg__kits__button,
  [type="button"].usa-button-gray,
  .bbg__kits__button[type="button"],
  [type="submit"].usa-button-gray,
  .bbg__kits__button[type="submit"],
  [type="reset"].usa-button-gray,
  .bbg__kits__button[type="reset"],
  [type="image"].usa-button-gray,
  .bbg__kits__button[type="image"] {
    background-color: #5b616b; }
    .usa-button.usa-button-gray:hover, .bbg__comments-list .usa-button-gray.reply:hover, .bbg__comments-list .reply.bbg__kits__button:hover, .usa-button.bbg__kits__button:hover, .usa-button.usa-button-gray.usa-button-hover, .bbg__comments-list .usa-button-gray.usa-button-hover.reply, .bbg__comments-list .usa-button-hover.reply.bbg__kits__button, .usa-button.usa-button-hover.bbg__kits__button,
    .usa-button-primary.usa-button-gray:hover,
    .usa-button-primary.bbg__kits__button:hover,
    .usa-button-primary.usa-button-gray.usa-button-hover,
    .usa-button-primary.usa-button-hover.bbg__kits__button,
    .usa-button:visited.usa-button-gray:hover,
    .bbg__comments-list .reply:visited.usa-button-gray:hover,
    .bbg__comments-list .reply.bbg__kits__button:visited:hover,
    .usa-button.bbg__kits__button:visited:hover,
    .usa-button:visited.usa-button-gray.usa-button-hover,
    .bbg__comments-list .reply:visited.usa-button-gray.usa-button-hover,
    .bbg__comments-list .reply.bbg__kits__button:visited.usa-button-hover,
    .usa-button.bbg__kits__button:visited.usa-button-hover,
    .usa-button-primary:visited.usa-button-gray:hover,
    .usa-button-primary.bbg__kits__button:visited:hover,
    .usa-button-primary:visited.usa-button-gray.usa-button-hover,
    .usa-button-primary.bbg__kits__button:visited.usa-button-hover,
    button.usa-button-gray:hover,
    button.bbg__kits__button:hover,
    button.usa-button-gray.usa-button-hover,
    button.usa-button-hover.bbg__kits__button,
    [type="button"].usa-button-gray:hover,
    .bbg__kits__button[type="button"]:hover,
    [type="button"].usa-button-gray.usa-button-hover,
    .bbg__kits__button[type="button"].usa-button-hover,
    [type="submit"].usa-button-gray:hover,
    .bbg__kits__button[type="submit"]:hover,
    [type="submit"].usa-button-gray.usa-button-hover,
    .bbg__kits__button[type="submit"].usa-button-hover,
    [type="reset"].usa-button-gray:hover,
    .bbg__kits__button[type="reset"]:hover,
    [type="reset"].usa-button-gray.usa-button-hover,
    .bbg__kits__button[type="reset"].usa-button-hover,
    [type="image"].usa-button-gray:hover,
    .bbg__kits__button[type="image"]:hover,
    [type="image"].usa-button-gray.usa-button-hover,
    .bbg__kits__button[type="image"].usa-button-hover {
      background-color: #323a45; }
    .usa-button.usa-button-gray:active, .bbg__comments-list .usa-button-gray.reply:active, .bbg__comments-list .reply.bbg__kits__button:active, .usa-button.bbg__kits__button:active, .usa-button.usa-button-gray.usa-button-active, .bbg__comments-list .usa-button-gray.usa-button-active.reply, .bbg__comments-list .usa-button-active.reply.bbg__kits__button, .usa-button.usa-button-active.bbg__kits__button,
    .usa-button-primary.usa-button-gray:active,
    .usa-button-primary.bbg__kits__button:active,
    .usa-button-primary.usa-button-gray.usa-button-active,
    .usa-button-primary.usa-button-active.bbg__kits__button,
    .usa-button:visited.usa-button-gray:active,
    .bbg__comments-list .reply:visited.usa-button-gray:active,
    .bbg__comments-list .reply.bbg__kits__button:visited:active,
    .usa-button.bbg__kits__button:visited:active,
    .usa-button:visited.usa-button-gray.usa-button-active,
    .bbg__comments-list .reply:visited.usa-button-gray.usa-button-active,
    .bbg__comments-list .reply.bbg__kits__button:visited.usa-button-active,
    .usa-button.bbg__kits__button:visited.usa-button-active,
    .usa-button-primary:visited.usa-button-gray:active,
    .usa-button-primary.bbg__kits__button:visited:active,
    .usa-button-primary:visited.usa-button-gray.usa-button-active,
    .usa-button-primary.bbg__kits__button:visited.usa-button-active,
    button.usa-button-gray:active,
    button.bbg__kits__button:active,
    button.usa-button-gray.usa-button-active,
    button.usa-button-active.bbg__kits__button,
    [type="button"].usa-button-gray:active,
    .bbg__kits__button[type="button"]:active,
    [type="button"].usa-button-gray.usa-button-active,
    .bbg__kits__button[type="button"].usa-button-active,
    [type="submit"].usa-button-gray:active,
    .bbg__kits__button[type="submit"]:active,
    [type="submit"].usa-button-gray.usa-button-active,
    .bbg__kits__button[type="submit"].usa-button-active,
    [type="reset"].usa-button-gray:active,
    .bbg__kits__button[type="reset"]:active,
    [type="reset"].usa-button-gray.usa-button-active,
    .bbg__kits__button[type="reset"].usa-button-active,
    [type="image"].usa-button-gray:active,
    .bbg__kits__button[type="image"]:active,
    [type="image"].usa-button-gray.usa-button-active,
    .bbg__kits__button[type="image"].usa-button-active {
      background-color: #212121; }
  .usa-button.usa-button-outline, .bbg__comments-list .reply,
  .usa-button-primary.usa-button-outline,
  .bbg__comments-list .usa-button-primary.reply,
  .usa-button:visited.usa-button-outline,
  .bbg__comments-list .reply:visited,
  .usa-button-primary:visited.usa-button-outline,
  .bbg__comments-list .usa-button-primary.reply:visited,
  button.usa-button-outline,
  .bbg__comments-list button.reply,
  [type="button"].usa-button-outline,
  .bbg__comments-list .reply[type="button"],
  [type="submit"].usa-button-outline,
  .bbg__comments-list .reply[type="submit"],
  [type="reset"].usa-button-outline,
  .bbg__comments-list .reply[type="reset"],
  [type="image"].usa-button-outline,
  .bbg__comments-list .reply[type="image"] {
    background-color: #ffffff;
    box-shadow: inset 0 0 0 2px #0071bc;
    color: #0071bc; }
    .usa-button.usa-button-outline:hover, .bbg__comments-list .reply:hover, .usa-button.usa-button-outline.usa-button-hover, .bbg__comments-list .usa-button-hover.reply,
    .usa-button-primary.usa-button-outline:hover,
    .bbg__comments-list .usa-button-primary.reply:hover,
    .usa-button-primary.usa-button-outline.usa-button-hover,
    .bbg__comments-list .usa-button-primary.usa-button-hover.reply,
    .usa-button:visited.usa-button-outline:hover,
    .bbg__comments-list .reply:visited:hover,
    .usa-button:visited.usa-button-outline.usa-button-hover,
    .bbg__comments-list .reply:visited.usa-button-hover,
    .usa-button-primary:visited.usa-button-outline:hover,
    .bbg__comments-list .usa-button-primary.reply:visited:hover,
    .usa-button-primary:visited.usa-button-outline.usa-button-hover,
    .bbg__comments-list .usa-button-primary.reply:visited.usa-button-hover,
    button.usa-button-outline:hover,
    .bbg__comments-list button.reply:hover,
    button.usa-button-outline.usa-button-hover,
    .bbg__comments-list button.usa-button-hover.reply,
    [type="button"].usa-button-outline:hover,
    .bbg__comments-list .reply[type="button"]:hover,
    [type="button"].usa-button-outline.usa-button-hover,
    .bbg__comments-list .reply[type="button"].usa-button-hover,
    [type="submit"].usa-button-outline:hover,
    .bbg__comments-list .reply[type="submit"]:hover,
    [type="submit"].usa-button-outline.usa-button-hover,
    .bbg__comments-list .reply[type="submit"].usa-button-hover,
    [type="reset"].usa-button-outline:hover,
    .bbg__comments-list .reply[type="reset"]:hover,
    [type="reset"].usa-button-outline.usa-button-hover,
    .bbg__comments-list .reply[type="reset"].usa-button-hover,
    [type="image"].usa-button-outline:hover,
    .bbg__comments-list .reply[type="image"]:hover,
    [type="image"].usa-button-outline.usa-button-hover,
    .bbg__comments-list .reply[type="image"].usa-button-hover {
      box-shadow: inset 0 0 0 2px #205493;
      color: #205493; }
    .usa-button.usa-button-outline:active, .bbg__comments-list .reply:active, .usa-button.usa-button-outline.usa-button-active, .bbg__comments-list .usa-button-active.reply,
    .usa-button-primary.usa-button-outline:active,
    .bbg__comments-list .usa-button-primary.reply:active,
    .usa-button-primary.usa-button-outline.usa-button-active,
    .bbg__comments-list .usa-button-primary.usa-button-active.reply,
    .usa-button:visited.usa-button-outline:active,
    .bbg__comments-list .reply:visited:active,
    .usa-button:visited.usa-button-outline.usa-button-active,
    .bbg__comments-list .reply:visited.usa-button-active,
    .usa-button-primary:visited.usa-button-outline:active,
    .bbg__comments-list .usa-button-primary.reply:visited:active,
    .usa-button-primary:visited.usa-button-outline.usa-button-active,
    .bbg__comments-list .usa-button-primary.reply:visited.usa-button-active,
    button.usa-button-outline:active,
    .bbg__comments-list button.reply:active,
    button.usa-button-outline.usa-button-active,
    .bbg__comments-list button.usa-button-active.reply,
    [type="button"].usa-button-outline:active,
    .bbg__comments-list .reply[type="button"]:active,
    [type="button"].usa-button-outline.usa-button-active,
    .bbg__comments-list .reply[type="button"].usa-button-active,
    [type="submit"].usa-button-outline:active,
    .bbg__comments-list .reply[type="submit"]:active,
    [type="submit"].usa-button-outline.usa-button-active,
    .bbg__comments-list .reply[type="submit"].usa-button-active,
    [type="reset"].usa-button-outline:active,
    .bbg__comments-list .reply[type="reset"]:active,
    [type="reset"].usa-button-outline.usa-button-active,
    .bbg__comments-list .reply[type="reset"].usa-button-active,
    [type="image"].usa-button-outline:active,
    .bbg__comments-list .reply[type="image"]:active,
    [type="image"].usa-button-outline.usa-button-active,
    .bbg__comments-list .reply[type="image"].usa-button-active {
      box-shadow: inset 0 0 0 2px #112e51;
      color: #112e51; }
    .usa-button.usa-button-outline:focus, .bbg__comments-list .reply:focus, .usa-button.usa-button-outline.usa-button-focus, .bbg__comments-list .usa-button-focus.reply,
    .usa-button-primary.usa-button-outline:focus,
    .bbg__comments-list .usa-button-primary.reply:focus,
    .usa-button-primary.usa-button-outline.usa-button-focus,
    .bbg__comments-list .usa-button-primary.usa-button-focus.reply,
    .usa-button:visited.usa-button-outline:focus,
    .bbg__comments-list .reply:visited:focus,
    .usa-button:visited.usa-button-outline.usa-button-focus,
    .bbg__comments-list .reply:visited.usa-button-focus,
    .usa-button-primary:visited.usa-button-outline:focus,
    .bbg__comments-list .usa-button-primary.reply:visited:focus,
    .usa-button-primary:visited.usa-button-outline.usa-button-focus,
    .bbg__comments-list .usa-button-primary.reply:visited.usa-button-focus,
    button.usa-button-outline:focus,
    .bbg__comments-list button.reply:focus,
    button.usa-button-outline.usa-button-focus,
    .bbg__comments-list button.usa-button-focus.reply,
    [type="button"].usa-button-outline:focus,
    .bbg__comments-list .reply[type="button"]:focus,
    [type="button"].usa-button-outline.usa-button-focus,
    .bbg__comments-list .reply[type="button"].usa-button-focus,
    [type="submit"].usa-button-outline:focus,
    .bbg__comments-list .reply[type="submit"]:focus,
    [type="submit"].usa-button-outline.usa-button-focus,
    .bbg__comments-list .reply[type="submit"].usa-button-focus,
    [type="reset"].usa-button-outline:focus,
    .bbg__comments-list .reply[type="reset"]:focus,
    [type="reset"].usa-button-outline.usa-button-focus,
    .bbg__comments-list .reply[type="reset"].usa-button-focus,
    [type="image"].usa-button-outline:focus,
    .bbg__comments-list .reply[type="image"]:focus,
    [type="image"].usa-button-outline.usa-button-focus,
    .bbg__comments-list .reply[type="image"].usa-button-focus {
      box-shadow: inset 0 0 0 2px #112e51, none; }
  .usa-button.usa-button-outline-inverse, .bbg__comments-list .usa-button-outline-inverse.reply,
  .usa-button-primary.usa-button-outline-inverse,
  .usa-button:visited.usa-button-outline-inverse,
  .bbg__comments-list .reply:visited.usa-button-outline-inverse,
  .usa-button-primary:visited.usa-button-outline-inverse,
  button.usa-button-outline-inverse,
  [type="button"].usa-button-outline-inverse,
  [type="submit"].usa-button-outline-inverse,
  [type="reset"].usa-button-outline-inverse,
  [type="image"].usa-button-outline-inverse {
    background: transparent;
    box-shadow: inset 0 0 0 2px #ffffff;
    color: #ffffff; }
    .usa-button.usa-button-outline-inverse:hover, .bbg__comments-list .usa-button-outline-inverse.reply:hover, .usa-button.usa-button-outline-inverse.usa-button-hover, .bbg__comments-list .usa-button-outline-inverse.usa-button-hover.reply,
    .usa-button-primary.usa-button-outline-inverse:hover,
    .usa-button-primary.usa-button-outline-inverse.usa-button-hover,
    .usa-button:visited.usa-button-outline-inverse:hover,
    .bbg__comments-list .reply:visited.usa-button-outline-inverse:hover,
    .usa-button:visited.usa-button-outline-inverse.usa-button-hover,
    .bbg__comments-list .reply:visited.usa-button-outline-inverse.usa-button-hover,
    .usa-button-primary:visited.usa-button-outline-inverse:hover,
    .usa-button-primary:visited.usa-button-outline-inverse.usa-button-hover,
    button.usa-button-outline-inverse:hover,
    button.usa-button-outline-inverse.usa-button-hover,
    [type="button"].usa-button-outline-inverse:hover,
    [type="button"].usa-button-outline-inverse.usa-button-hover,
    [type="submit"].usa-button-outline-inverse:hover,
    [type="submit"].usa-button-outline-inverse.usa-button-hover,
    [type="reset"].usa-button-outline-inverse:hover,
    [type="reset"].usa-button-outline-inverse.usa-button-hover,
    [type="image"].usa-button-outline-inverse:hover,
    [type="image"].usa-button-outline-inverse.usa-button-hover {
      box-shadow: inset 0 0 0 2px #d6d7d9;
      color: #d6d7d9; }
    .usa-button.usa-button-outline-inverse:active, .bbg__comments-list .usa-button-outline-inverse.reply:active, .usa-button.usa-button-outline-inverse.usa-button-active, .bbg__comments-list .usa-button-outline-inverse.usa-button-active.reply,
    .usa-button-primary.usa-button-outline-inverse:active,
    .usa-button-primary.usa-button-outline-inverse.usa-button-active,
    .usa-button:visited.usa-button-outline-inverse:active,
    .bbg__comments-list .reply:visited.usa-button-outline-inverse:active,
    .usa-button:visited.usa-button-outline-inverse.usa-button-active,
    .bbg__comments-list .reply:visited.usa-button-outline-inverse.usa-button-active,
    .usa-button-primary:visited.usa-button-outline-inverse:active,
    .usa-button-primary:visited.usa-button-outline-inverse.usa-button-active,
    button.usa-button-outline-inverse:active,
    button.usa-button-outline-inverse.usa-button-active,
    [type="button"].usa-button-outline-inverse:active,
    [type="button"].usa-button-outline-inverse.usa-button-active,
    [type="submit"].usa-button-outline-inverse:active,
    [type="submit"].usa-button-outline-inverse.usa-button-active,
    [type="reset"].usa-button-outline-inverse:active,
    [type="reset"].usa-button-outline-inverse.usa-button-active,
    [type="image"].usa-button-outline-inverse:active,
    [type="image"].usa-button-outline-inverse.usa-button-active {
      box-shadow: inset 0 0 0 2px #aeb0b5;
      color: #d6d7d9; }
    .usa-button.usa-button-outline-inverse:focus, .bbg__comments-list .usa-button-outline-inverse.reply:focus, .usa-button.usa-button-outline-inverse.usa-button-focus, .bbg__comments-list .usa-button-outline-inverse.usa-button-focus.reply,
    .usa-button-primary.usa-button-outline-inverse:focus,
    .usa-button-primary.usa-button-outline-inverse.usa-button-focus,
    .usa-button:visited.usa-button-outline-inverse:focus,
    .bbg__comments-list .reply:visited.usa-button-outline-inverse:focus,
    .usa-button:visited.usa-button-outline-inverse.usa-button-focus,
    .bbg__comments-list .reply:visited.usa-button-outline-inverse.usa-button-focus,
    .usa-button-primary:visited.usa-button-outline-inverse:focus,
    .usa-button-primary:visited.usa-button-outline-inverse.usa-button-focus,
    button.usa-button-outline-inverse:focus,
    button.usa-button-outline-inverse.usa-button-focus,
    [type="button"].usa-button-outline-inverse:focus,
    [type="button"].usa-button-outline-inverse.usa-button-focus,
    [type="submit"].usa-button-outline-inverse:focus,
    [type="submit"].usa-button-outline-inverse.usa-button-focus,
    [type="reset"].usa-button-outline-inverse:focus,
    [type="reset"].usa-button-outline-inverse.usa-button-focus,
    [type="image"].usa-button-outline-inverse:focus,
    [type="image"].usa-button-outline-inverse.usa-button-focus {
      box-shadow: inset 0 0 0 2px #aeb0b5, none; }
  .usa-button.usa-button-big, .bbg__comments-list .usa-button-big.reply,
  .usa-button-primary.usa-button-big,
  .usa-button:visited.usa-button-big,
  .bbg__comments-list .reply:visited.usa-button-big,
  .usa-button-primary:visited.usa-button-big,
  button.usa-button-big,
  [type="button"].usa-button-big,
  [type="submit"].usa-button-big,
  [type="reset"].usa-button-big,
  [type="image"].usa-button-big {
    font-size: 1.9rem;
    padding: 1.5rem 3rem; }

[type="submit"]:disabled,
.usa-button-disabled {
  background-color: #d6d7d9;
  color: #323a45;
  pointer-events: none; }
  [type="submit"]:disabled:hover, [type="submit"]:disabled.usa-button-hover, [type="submit"]:disabled:active, [type="submit"]:disabled.usa-button-active, [type="submit"]:disabled:focus,
  .usa-button-disabled:hover,
  .usa-button-disabled.usa-button-hover,
  .usa-button-disabled:active,
  .usa-button-disabled.usa-button-active,
  .usa-button-disabled:focus {
    background-color: #d6d7d9;
    border: 0;
    box-shadow: none;
    color: #323a45; }

.usa-button-unstyled {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  outline: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto; }
  .usa-button-unstyled:hover {
    background-color: transparent; }

img {
  max-width: 100%; }

.media_link {
  display: inline-block;
  line-height: 0; }

@-moz-document url-prefix() {
  .media_link {
    display: table;
    table-layout: fixed;
    width: 100%; } }

input,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="search"],
input[type="file"],
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"],
input[type="week"],
textarea,
select {
  appearance: none;
  border: 1px solid #5b616b;
  border-radius: 0;
  box-sizing: border-box;
  color: #212121;
  display: block;
  font-size: 1.6rem;
  margin: 0.2em 0;
  max-width: 46rem;
  outline: none;
  padding: 1rem 0.7em;
  width: 100%; }
  input:focus, input.usa-input-focus,
  input[type="text"]:focus,
  input[type="text"].usa-input-focus,
  input[type="email"]:focus,
  input[type="email"].usa-input-focus,
  input[type="password"]:focus,
  input[type="password"].usa-input-focus,
  input[type="url"]:focus,
  input[type="url"].usa-input-focus,
  input[type="tel"]:focus,
  input[type="tel"].usa-input-focus,
  input[type="number"]:focus,
  input[type="number"].usa-input-focus,
  input[type="search"]:focus,
  input[type="search"].usa-input-focus,
  input[type="file"]:focus,
  input[type="file"].usa-input-focus,
  input[type="date"]:focus,
  input[type="date"].usa-input-focus,
  input[type="datetime-local"]:focus,
  input[type="datetime-local"].usa-input-focus,
  input[type="month"]:focus,
  input[type="month"].usa-input-focus,
  input[type="time"]:focus,
  input[type="time"].usa-input-focus,
  input[type="week"]:focus,
  input[type="week"].usa-input-focus,
  textarea:focus,
  textarea.usa-input-focus,
  select:focus,
  select.usa-input-focus {
    box-shadow: none; }
  input.usa-input-success,
  input[type="text"].usa-input-success,
  input[type="email"].usa-input-success,
  input[type="password"].usa-input-success,
  input[type="url"].usa-input-success,
  input[type="tel"].usa-input-success,
  input[type="number"].usa-input-success,
  input[type="search"].usa-input-success,
  input[type="file"].usa-input-success,
  input[type="date"].usa-input-success,
  input[type="datetime-local"].usa-input-success,
  input[type="month"].usa-input-success,
  input[type="time"].usa-input-success,
  input[type="week"].usa-input-success,
  textarea.usa-input-success,
  select.usa-input-success {
    border: 3px solid #4aa564; }

.usa-input-error {
  border-left: 4px solid #cd2026;
  margin-top: 3rem;
  padding-bottom: 0.8rem;
  padding-left: 1.5rem;
  padding-top: 0.8rem;
  position: relative;
  right: 1.9rem; }
  .usa-input-error input {
    border: 3px solid #cd2026;
    width: calc(100% + 1.5rem); }
  .usa-input-error label {
    margin-top: 0; }

.usa-input-error-label {
  display: block;
  font-size: 1.6rem;
  font-weight: 700; }

.usa-input-error-message {
  color: #cd2026;
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  padding-bottom: 3px;
  padding-top: 3px; }

label {
  display: block;
  margin-top: 3rem;
  max-width: 46rem; }

textarea {
  height: 16rem; }

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #ffffff;
  background-image: url("img/arrow-down.png");
  background-image: url("img/arrow-down.svg");
  background-position: right 1.3rem center;
  background-repeat: no-repeat;
  background-size: 1.3rem; }

legend {
  font-size: 3rem;
  font-weight: 700; }

.usa-fieldset-inputs label {
  margin-top: 0; }

.usa-form-hint {
  color: #757575;
  font-family: "Alegreya Sans", sans-serif;
  margin-bottom: 0; }

/**
 * Custom checkboxes
 */
input[type="checkbox"],
input[type="radio"] {
  position: absolute;
  left: -999em; }
  .lt-ie9 input[type="checkbox"], .lt-ie9
  input[type="radio"] {
    border: 0;
    float: left;
    margin: 0.4em 0.4em 0 0;
    position: static;
    width: auto; }

input[type="checkbox"] + label,
input[type="radio"] + label {
  cursor: pointer;
  font-weight: 400;
  margin-bottom: 0.5em; }

input[type="checkbox"] + label::before,
input[type="radio"] + label::before {
  background: white;
  border-radius: 0.3rem;
  box-shadow: 0 0 0 1px #757575;
  content: '\a0';
  display: inline-block;
  height: 1.8rem;
  line-height: 0.8;
  margin-right: 0.6em;
  text-indent: 0.15em;
  vertical-align: 0.2em;
  width: 1.8rem; }

input[type="radio"] + label::before {
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 3px #757575;
  height: 1.6rem;
  width: 1.6rem; }

input[type="radio"] + label::before {
  border-radius: 100%; }

input[type="checkbox"]:checked + label::before,
input[type="radio"]:checked + label::before {
  background-color: #0071bc;
  box-shadow: 0 0 0 1px #0071bc; }

input[type="radio"]:checked + label::before {
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #0071bc; }

input[type="radio"]:focus + label::before {
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #0071bc, 0 0 3px 4px #3e94cf, 0 0 7px 4px #3e94cf; }

input[type="checkbox"]:checked + label::before {
  background-image: url("img/correct8.png");
  background-image: url("img/correct8.svg");
  background-position: 50%;
  background-repeat: no-repeat; }

input[type="checkbox"]:focus + label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px #0071bc; }

input[type="checkbox"]:disabled + label {
  color: #5b616b; }

input[type="checkbox"]:disabled + label::before,
input[type="radio"]:disabled + label::before {
  background: #d6d7d9;
  box-shadow: 0 0 0 1px #aeb0b5;
  cursor: not-allowed; }

input[type=range] {
  -webkit-appearance: none;
  border: none;
  padding-left: 0;
  width: 100%; }

input[type=range]:focus {
  box-shadow: none;
  outline: none; }

input[type=range]::-webkit-slider-runnable-track {
  background: #aeb0b5;
  border: 1px solid #757575;
  cursor: pointer;
  height: 1.2rem;
  width: 100%; }

input[type=range]::-moz-range-track {
  background: #0071bc;
  border: 1px solid #757575;
  cursor: pointer;
  height: 1.2rem;
  width: 100%; }

input[type=range]::-ms-track {
  background: transparent;
  color: transparent;
  cursor: pointer;
  height: 1.2rem;
  width: 100%; }

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: 1px solid #757575;
  height: 2.2rem;
  border-radius: 1.5rem;
  background: #f1f1f1;
  cursor: pointer;
  margin-top: -.65rem;
  width: 2.2rem; }

input[type=range]::-moz-range-thumb {
  background: #f1f1f1;
  border: 1px solid #757575;
  border-radius: 1.5rem;
  cursor: pointer;
  height: 2.2rem;
  width: 2.2rem; }

input[type=range]::-ms-thumb {
  background: #f1f1f1;
  border: 1px solid #757575;
  border-radius: 1.5rem;
  cursor: pointer;
  height: 2.2rem;
  width: 2.2rem; }

input[type=range]::-ms-fill-lower {
  background: #aeb0b5;
  border: 1px solid #757575;
  border-radius: 2rem; }

input[type=range]::-ms-fill-upper {
  background: #aeb0b5;
  border: 1px solid #757575;
  border-radius: 2rem; }

input[type=range]:focus::-webkit-slider-thumb {
  border: 2px solid #3e94cf; }

input[type=range]:focus::-moz-range-thumb {
  border: 2px solid #3e94cf; }

input[type=range]:focus::-ms-thumb {
  border: 2px solid #3e94cf; }

.usa-date-of-birth label {
  margin-top: 0; }

.usa-date-of-birth input[type=number]::-webkit-inner-spin-button,
.usa-date-of-birth input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0; }

.usa-date-of-birth input[type=number] {
  -moz-appearance: textfield; }

.usa-form-group-day,
.usa-form-group-month,
.usa-form-group-year {
  clear: none;
  float: left;
  margin-right: 1.5rem;
  width: 5rem; }

.usa-form-group-year {
  width: 7rem; }

.usa-label, .usa-label-big {
  background-color: #0071bc;
  border-radius: 0.3rem;
  color: #ffffff;
  font-size: 1.5rem;
  margin-right: 0.5rem;
  padding: 0.1rem 0.7rem;
  text-transform: uppercase; }
  .usa-label:only-of-type, .usa-label-big:only-of-type {
    margin-right: 0; }

.usa-label-big {
  font-size: 1.6rem;
  padding-left: 0.9rem;
  padding-right: 0.9rem; }

a.usa-label, a.usa-label-big {
  border-bottom: none; }
  a.usa-label:hover, a.usa-label-big:hover {
    background-color: #205493;
    border-bottom: none;
    color: #ffffff; }

ul, ol {
  margin-bottom: 2em;
  margin-top: 2em; }
  ul li, ol li {
    line-height: 1.7;
    margin-bottom: 0.75em;
    margin-top: 0.75em; }

h1 + ul, h1 + ol, h2 + ul, h2 + ol, h3 + ul, h3 + ol, h4 + ul, .bbg__board__committee-list li a + ul, h4 + ol, .bbg__board__committee-list li a + ol, h5 + ul, h5 + ol, h6 + ul, h6 + ol, p + ul, p + ol {
  margin-top: 0; }

ul, ol {
  list-style: none;
  padding-left: 0;
  display: table; }
  ul li:after, ol li:after {
    content: "";
    display: block;
    margin-bottom: 0.5em; }

ul li {
  display: table-row; }
  ul li:before {
    content: "•";
    display: table-cell;
    padding-right: 0.4em; }

ol li {
  counter-increment: table-ol;
  display: table-row; }
  ol li:before {
    content: counter(table-ol) ".";
    display: table-cell;
    padding-right: 0.4em;
    text-align: right; }

li {
  margin-bottom: 0.5em; }

.usa-unstyled-list, .bbg__kits__section .bbg__kits__section--row .bbg__kits__section--tiles .bbg__kits__section--tile .bbg__kits__section--tile__list {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .usa-unstyled-list li, .bbg__kits__section .bbg__kits__section--row .bbg__kits__section--tiles .bbg__kits__section--tile .bbg__kits__section--tile__list li {
    display: list-item;
    margin: 0; }
    .usa-unstyled-list li:before, .bbg__kits__section .bbg__kits__section--row .bbg__kits__section--tiles .bbg__kits__section--tile .bbg__kits__section--tile__list li:before {
      display: none; }
    .usa-unstyled-list li:after, .bbg__kits__section .bbg__kits__section--row .bbg__kits__section--tiles .bbg__kits__section--tile .bbg__kits__section--tile__list li:after {
      display: none; }

table {
  border-spacing: 0;
  margin: 2em 0;
  min-width: 100%; }
  table thead tr {
    background-color: #f1f1f1; }
  table thead th {
    text-align: left; }
  table tbody th {
    font-weight: 400; }
  table th, table td {
    border: 1px solid #5b616b;
    padding: 1.5rem; }

.usa-table-borderless thead tr {
  background-color: transparent; }
  .usa-table-borderless thead tr th {
    border-top: 0; }

.usa-table-borderless th, .usa-table-borderless td {
  border-left: 0;
  border-right: 0; }

html {
  font-family: "Alegreya Sans", sans-serif;
  font-size: 10px; }

body {
  font-size: 1.6rem; }

p {
  line-height: 1.7;
  margin-bottom: 1em;
  margin-top: 1em; }

a {
  color: #0071bc;
  text-decoration: none; }
  a:hover, a:active {
    color: #205493;
    text-decoration: underline; }
  a:visited {
    color: #4773aa; }
  a:focus {
    box-shadow: none;
    outline: 0; }

h1, h2, h3, h4, .bbg__board__committee-list li a, h5, h6 {
  clear: both;
  font-family: "Alegreya Sans", sans-serif;
  line-height: 1.3;
  margin-bottom: .5em;
  margin-top: 1.5em; }

h1 {
  font-size: 4rem;
  font-weight: 700; }

h2 {
  font-size: 3rem;
  font-weight: 700; }

h3 {
  font-size: 2rem;
  font-weight: 700; }

h4, .bbg__board__committee-list li a {
  font-size: 1.7rem;
  font-weight: 700; }

h5 {
  font-size: 1.5rem;
  font-weight: 700; }

h6 {
  font-family: "Alegreya Sans", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  text-transform: uppercase; }

cite,
var,
address,
dfn {
  font-style: normal; }

.usa-content p {
  max-width: 53rem; }

.usa-content-list {
  max-width: 53rem; }

p a,
.usa-content-list a {
  text-decoration: underline; }

.usa-sans p, .usa-sans a, .usa-sans li, .usa-sans span {
  font-family: "Alegreya Sans", sans-serif; }

.usa-serif p, .usa-serif a, .usa-serif li, .usa-serif span {
  font-family: "Carrara-Regular", serif; }

.usa-sans a {
  border-bottom: none;
  font-weight: 700; }

.usa-display {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0; }
  @media screen and (min-width: 481px) {
    .usa-display {
      font-size: 4rem;
      font-weight: 700; } }
  @media screen and (min-width: 600px) {
    .usa-display {
      font-size: 5.2rem;
      font-weight: 700; } }

.usa-font-lead {
  font-family: "Carrara-Regular", serif;
  font-size: 2rem;
  line-height: 1.7; }

.usa-image-block {
  position: relative; }

.usa-image-text-block {
  color: #ffffff;
  left: 0;
  margin-left: 8%;
  position: absolute;
  top: 0; }

.usa-image-text {
  margin-top: 0; }

.usa-drop_text {
  margin-bottom: 0; }

.usa-background-dark {
  background-color: #323a45; }
  .usa-background-dark p, .usa-background-dark span {
    color: #ffffff; }
  .usa-background-dark a {
    color: #d6d7d9; }
    .usa-background-dark a:hover {
      color: #ffffff; }

.usa-text-small {
  font-size: 1.3rem;
  margin-top: 0; }

.usa-accordion,
.usa-accordion-bordered {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
  color: #212121;
  margin: 0;
  padding: 0;
  width: 100%; }
  .usa-accordion li,
  .usa-accordion-bordered li {
    display: list-item;
    margin: 0; }
    .usa-accordion li:before,
    .usa-accordion-bordered li:before {
      display: none; }
    .usa-accordion li:after,
    .usa-accordion-bordered li:after {
      display: none; }
  .usa-accordion + .usa-accordion,
  .usa-accordion + .usa-accordion-bordered,
  .usa-accordion-bordered + .usa-accordion,
  .usa-accordion-bordered + .usa-accordion-bordered {
    margin-top: 1rem; }
  .usa-accordion > ul,
  .usa-accordion-bordered > ul {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
    color: #212121;
    margin: 0;
    padding: 0;
    width: 100%; }
    .usa-accordion > ul li,
    .usa-accordion-bordered > ul li {
      display: list-item;
      margin: 0; }
      .usa-accordion > ul li:before,
      .usa-accordion-bordered > ul li:before {
        display: none; }
      .usa-accordion > ul li:after,
      .usa-accordion-bordered > ul li:after {
        display: none; }
    .usa-accordion > ul > li,
    .usa-accordion-bordered > ul > li {
      background-color: #f1f1f1;
      font-family: "Alegreya Sans", sans-serif;
      list-style: none;
      margin-bottom: 6px;
      width: 100%; }
    .usa-accordion > ul button,
    .usa-accordion-bordered > ul button {
      background-color: transparent;
      border: 0;
      border-radius: 0;
      font-weight: 400;
      margin: 0;
      outline: 0;
      padding: 0;
      text-align: left;
      -webkit-font-smoothing: auto;
      background-color: #f1f1f1;
      background-image: url("img//minus.png");
      background-image: url("img//minus.svg");
      background-position: right 3rem center;
      background-repeat: no-repeat;
      background-size: 13px;
      color: #212121;
      cursor: pointer;
      display: inline-block;
      font-family: "Alegreya Sans", sans-serif;
      font-weight: 700;
      margin: 0;
      padding: 1.5rem 5.5rem 1.5rem 3rem;
      width: 100%; }
      .usa-accordion > ul button:hover,
      .usa-accordion-bordered > ul button:hover {
        background-color: transparent; }
      .usa-accordion > ul button:focus,
      .usa-accordion-bordered > ul button:focus {
        box-shadow: none; }
      .usa-accordion > ul button:hover,
      .usa-accordion-bordered > ul button:hover {
        background-color: #d6d7d9;
        color: #212121; }
      .usa-accordion > ul button h1,
      .usa-accordion > ul button h2,
      .usa-accordion > ul button h3,
      .usa-accordion > ul button h4,
      .usa-accordion > ul button .bbg__board__committee-list li a,
      .bbg__board__committee-list li .usa-accordion > ul button a,
      .usa-accordion > ul button h5,
      .usa-accordion > ul button h6,
      .usa-accordion-bordered > ul button h1,
      .usa-accordion-bordered > ul button h2,
      .usa-accordion-bordered > ul button h3,
      .usa-accordion-bordered > ul button h4,
      .usa-accordion-bordered > ul button .bbg__board__committee-list li a,
      .bbg__board__committee-list li .usa-accordion-bordered > ul button a,
      .usa-accordion-bordered > ul button h5,
      .usa-accordion-bordered > ul button h6 {
        margin: 0; }
    .usa-accordion > ul [aria-expanded=false],
    .usa-accordion-bordered > ul [aria-expanded=false] {
      background-image: url("img//plus.png");
      background-image: url("img//plus.svg");
      background-repeat: no-repeat;
      background-size: 1.3rem; }
  .usa-accordion > li,
  .usa-accordion-bordered > li {
    background-color: #f1f1f1;
    font-family: "Alegreya Sans", sans-serif;
    list-style: none;
    margin-bottom: 6px;
    width: 100%; }

.usa-accordion-bordered .usa-accordion-content {
  border-bottom: 3px solid #f1f1f1;
  border-left: 3px solid #f1f1f1;
  border-right: 3px solid #f1f1f1; }

.usa-accordion-content {
  background-color: #ffffff;
  display: block;
  overflow: auto;
  padding: 3rem; }
  .usa-accordion-content > *:first-child {
    margin-top: 0; }
  .usa-accordion-content > *:last-child {
    margin-bottom: 0; }
  .usa-accordion-content[aria-hidden=true] {
    display: none; }

.usa-accordion-button {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  outline: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  background-color: #f1f1f1;
  background-image: url("img//minus.png");
  background-image: url("img//minus.svg");
  background-position: right 3rem center;
  background-repeat: no-repeat;
  background-size: 13px;
  color: #212121;
  cursor: pointer;
  display: inline-block;
  font-family: "Alegreya Sans", sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 1.5rem 5.5rem 1.5rem 3rem;
  width: 100%; }
  .usa-accordion-button:hover {
    background-color: transparent; }
  .usa-accordion-button:focus {
    box-shadow: none; }
  .usa-accordion-button:hover {
    background-color: #d6d7d9;
    color: #212121; }
  .usa-accordion-button h1,
  .usa-accordion-button h2,
  .usa-accordion-button h3,
  .usa-accordion-button h4,
  .usa-accordion-button .bbg__board__committee-list li a,
  .bbg__board__committee-list li .usa-accordion-button a,
  .usa-accordion-button h5,
  .usa-accordion-button h6 {
    margin: 0; }

.usa-accordion-button[aria-expanded=false] {
  background-image: url("img//plus.png");
  background-image: url("img//plus.svg");
  background-repeat: no-repeat;
  background-size: 1.3rem; }

/* added the following specifically for the  content request form */
.bbg__article-sidebar .usa-accordion-content ol {
  list-style-type: decimal;
  padding-left: 2rem;
  font-size: 1.35rem; }

.bbg__article-sidebar .usa-accordion-content ol li {
  padding-bottom: 1rem !important; }

.bbg__article-sidebar .usa-accordion-content ul {
  list-style-type: disc;
  padding-left: 2rem;
  font-size: 1.35rem; }

.bbg__article-sidebar .usa-accordion-content ul li {
  padding-bottom: 1rem !important; }

.usa-alert {
  background-color: #f1f1f1;
  background-position: 1rem 2rem;
  background-repeat: no-repeat;
  background-size: 4rem;
  margin-top: 1.5em;
  padding: 1em; }
  @media screen and (min-width: 600px) {
    .usa-alert {
      background-size: 5.2rem; } }
  .usa-alert ul {
    margin-bottom: 0;
    margin-top: 1em; }

.usa-alert-icon {
  display: table-cell;
  padding-right: 1rem; }

.usa-alert-body {
  display: table-cell;
  padding-left: 3.5rem;
  vertical-align: top; }
  @media screen and (min-width: 600px) {
    .usa-alert-body {
      padding-left: 5rem; } }

.usa-alert-heading {
  margin-bottom: .3rem;
  margin-top: 0; }
  @media screen and (min-width: 600px) {
    .usa-alert-heading {
      margin-top: .3rem; } }

.usa-alert-text {
  font-family: "Alegreya Sans", sans-serif;
  margin-bottom: 0;
  margin-top: 0; }

.usa-alert-success {
  background-color: #e7f4e4;
  background-image: url("img/alerts/success.png");
  background-image: url("img/alerts/success.svg"); }

.usa-alert-warning {
  background-color: #fff1d2;
  background-image: url("img/alerts/warning.png");
  background-image: url("img/alerts/warning.svg"); }

.usa-alert-error {
  background-color: #f9dede;
  background-image: url("img/alerts/error.png");
  background-image: url("img/alerts/error.svg"); }

.usa-alert-info {
  background-color: #e1f3f8;
  background-image: url("img/alerts/info.png");
  background-image: url("img/alerts/info.svg"); }

.usa-alert-no_icon {
  background-image: none; }

.usa-disclaimer {
  background-color: #f1f1f1;
  font-size: 1.3rem;
  padding-bottom: .5rem;
  padding-top: .5rem; }
  @media screen and (min-width: 481px) {
    .usa-disclaimer {
      font-size: 1.5rem; } }

.usa-disclaimer-stage {
  display: none;
  float: right; }
  @media screen and (min-width: 1201px) {
    .usa-disclaimer-stage {
      display: block; } }

.usa-flag_icon {
  margin-right: .2rem; }

.usa-disclaimer__flag {
  display: inline-block; }

.usa-disclaimer__text {
  display: inline-block; }

.usa-disclaimer__button {
  display: inline-block;
  width: auto;
  margin: 0 0 0 .5rem;
  padding: 0;
  background-color: transparent;
  background-image: none;
  background-position-x: calc(100% - 20px);
  background-position-y: 50%;
  border: 0px;
  color: #005ea2;
  text-align: left;
  vertical-align: baseline;
  text-decoration: none;
  font-weight: 400; }

.usa-disclaimer__button:hover {
  background-color: transparent;
  color: #0b4778;
  text-decoration: none; }

.usa-disclaimer__button::after {
  display: inline-block;
  height: 10px;
  width: 10px;
  margin-left: 2px;
  content: "";
  vertical-align: middle;
  background-position-x: 0px;
  background-position-y: 0px;
  background-color: #005ea2;
  background-size: auto;
  background-clip: border-box;
  background-origin: padding-box;
  background-attachment: scroll;
  background-image: none;
  mask: url(img/chevron.svg) no-repeat center/10px 10px;
  -webkit-mask: url(img/chevron.svg) no-repeat center/10px 10px;
  -webkit-mask-position-x: 50%;
  -webkit-mask-position-y: 50%; }

.rotated::after {
  transform: rotate(-180deg); }

.usa-disclaimer__button--text {
  display: inline;
  position: static;
  text-decoration: underline;
  text-decoration-color: #005ea2; }

.usa-banner__content {
  display: none;
  padding-top: 24px;
  padding-bottom: 24px;
  text-align: left;
  font-family: "Alegreya Sans", sans-serif; }
  .usa-banner__content.outer-container {
    margin-bottom: 0; }
  .usa-banner__content .usa-banner__guidance {
    display: flex;
    align-items: flex-start;
    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 1;
    position: relative;
    padding-top: 8px; }
    .usa-banner__content .usa-banner__guidance .usa-banner__icon {
      flex-shrink: 0;
      width: 40px;
      margin-right: 8px; }
    .usa-banner__content .usa-banner__guidance .usa-media-block__body {
      display: block;
      flex-basis: 0%;
      flex-grow: 1;
      flex-shrink: 1; }
      .usa-banner__content .usa-banner__guidance .usa-media-block__body p {
        margin-bottom: 0;
        font-size: 1.6rem;
        font-family: "Alegreya Sans", sans-serif; }
        .usa-banner__content .usa-banner__guidance .usa-media-block__body p .usa-banner__lock-image {
          height: 1.5ex;
          width: 1.2ex;
          margin-bottom: 0; }

.usa-footer .usa-unstyled-list, .usa-footer .bbg__kits__section .bbg__kits__section--row .bbg__kits__section--tiles .bbg__kits__section--tile .bbg__kits__section--tile__list, .bbg__kits__section .bbg__kits__section--row .bbg__kits__section--tiles .bbg__kits__section--tile .usa-footer .bbg__kits__section--tile__list {
  display: block; }

.usa-footer .usa-footer-primary-link {
  color: #212121;
  display: block;
  font-weight: 700;
  margin-top: 0;
  padding-bottom: 2rem;
  padding-top: 2rem;
  text-decoration: none; }
  @media screen and (min-width: 600px) {
    .usa-footer .usa-footer-primary-link {
      border-top: none; } }
  .usa-footer .usa-footer-primary-link:hover {
    text-decoration: underline; }

.usa-footer a {
  font-weight: normal; }

.usa-footer-return-to-top {
  padding-bottom: 2rem;
  padding-top: 2rem; }

.usa-footer-primary-section {
  background-color: #f1f1f1; }
  .usa-footer-primary-section .usa-footer-primary-content {
    padding-left: 2.5rem;
    padding-right: 2.5rem; }
    @media screen and (min-width: 600px) {
      .usa-footer-primary-section .usa-footer-primary-content {
        padding-left: 0;
        padding-right: 0; } }
    .usa-footer-primary-section .usa-footer-primary-content li {
      margin-left: 1rem; }
      @media screen and (min-width: 600px) {
        .usa-footer-primary-section .usa-footer-primary-content li {
          margin-left: 0; } }
  @media screen and (min-width: 600px) {
    .usa-footer-primary-section .usa-grid-full {
      padding-left: 2.5rem;
      padding-right: 2.5rem; } }

.usa-footer-medium .usa-footer-primary-section {
  padding: 0; }
  @media screen and (min-width: 600px) {
    .usa-footer-medium .usa-footer-primary-section {
      padding-bottom: 1rem;
      padding-top: 1rem; } }

@media screen and (min-width: 600px) {
  .usa-footer-medium .usa-footer-nav ul {
    align-items: center; } }

.usa-footer-slim .usa-footer-nav a {
  display: block; }

.usa-footer-slim .usa-footer-primary-section {
  padding-bottom: 2rem; }
  @media screen and (min-width: 600px) {
    .usa-footer-slim .usa-footer-primary-section {
      padding-bottom: 1rem;
      padding-top: 1rem; }
      .usa-footer-slim .usa-footer-primary-section .usa-grid-full {
        align-items: center; } }

@media screen and (min-width: 600px) {
  .usa-footer-slim .usa-footer-contact_info > * {
    margin: 0; } }

@media screen and (min-width: 600px) {
  .usa-footer-slim .usa-footer-contact_info {
    padding-top: 2rem;
    padding-bottom: 2rem; } }

@media screen and (min-width: 600px) {
  .usa-footer-slim .usa-footer-contact_info {
    width: 100%; } }

@media screen and (min-width: 1201px) {
  .usa-footer-slim .usa-footer-contact_info {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%; }
    .usa-footer-slim .usa-footer-contact_info:last-child {
      margin-right: 0; } }

ul.usa-footer-primary-content,
li.usa-footer-primary-content,
li.usa-footer-primary-content {
  border-top: 1px solid #212121; }
  @media screen and (min-width: 600px) {
    ul.usa-footer-primary-content,
    li.usa-footer-primary-content,
    li.usa-footer-primary-content {
      border: none; } }
  ul.usa-footer-primary-content:last-child,
  li.usa-footer-primary-content:last-child,
  li.usa-footer-primary-content:last-child {
    border-bottom: 1px solid #212121; }
    @media screen and (min-width: 600px) {
      ul.usa-footer-primary-content:last-child,
      li.usa-footer-primary-content:last-child,
      li.usa-footer-primary-content:last-child {
        border-bottom: none; } }

.usa-sign_up-block {
  padding-bottom: 2rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem; }
  @media screen and (min-width: 600px) {
    .usa-sign_up-block {
      float: right;
      padding: 0; } }
  .usa-sign_up-block label:first-of-type {
    margin-top: 0; }
  .usa-sign_up-block button {
    float: none;
    margin-right: 0;
    margin-top: 1.5rem; }
  .usa-sign_up-block input {
    width: 100%; }

.usa-footer-secondary_section {
  background-color: #d6d7d9;
  padding-bottom: 3rem;
  padding-top: 3rem; }
  .usa-footer-secondary_section a {
    color: #212121; }
  .usa-footer-secondary_section address p {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-top: -0.2rem; }
  .usa-footer-secondary_section address a {
    text-decoration: none; }

@media screen and (min-width: 600px) {
  .usa-footer-big-secondary-section {
    padding-top: 5rem; } }

@media screen and (min-width: 600px) {
  .usa-footer-contact-links {
    text-align: right; } }

.usa-social-links a, .bbg__kits__section .bbg__contact-card .bbg__kits__social .bbg__kits__social-link a {
  text-decoration: none; }

@media screen and (min-width: 600px) {
  .usa-footer-big .usa-footer-primary-section {
    padding-bottom: 4rem;
    padding-top: 3rem; } }

.usa-footer-big ul {
  padding-bottom: 2.5rem; }
  @media screen and (min-width: 600px) {
    .usa-footer-big ul {
      padding-bottom: 0; } }
  .usa-footer-big ul:last-child {
    border-bottom: 1px solid #212121; }
    @media screen and (min-width: 600px) {
      .usa-footer-big ul:last-child {
        border-bottom: none; } }
  .usa-footer-big ul li {
    line-height: 2em; }
  .usa-footer-big ul .usa-footer-primary-link {
    background-image: url("img/arrow-down.png");
    background-image: url("img/arrow-down.svg");
    background-position: 1.5rem center;
    background-repeat: no-repeat;
    background-size: 1.3rem;
    padding-left: 3.5rem; }
    @media screen and (min-width: 600px) {
      .usa-footer-big ul .usa-footer-primary-link {
        background: none;
        padding-bottom: 0;
        padding-left: 0; } }
  .usa-footer-big ul.hidden {
    padding-bottom: 0; }
    .usa-footer-big ul.hidden li {
      display: none; }
    .usa-footer-big ul.hidden .usa-footer-primary-link {
      background-image: url("img/arrow-right.png");
      background-image: url("img/arrow-right.svg");
      cursor: pointer;
      margin: 0; }
      @media screen and (min-width: 600px) {
        .usa-footer-big ul.hidden .usa-footer-primary-link {
          background: none;
          padding-left: 0; } }

.usa-footer-topic {
  margin: 0;
  padding: 2rem 0; }

@media screen and (min-width: 600px) {
  .usa-sign_up-header {
    margin: 0;
    padding: 2rem 0; } }

.usa-footer-logo-img {
  max-width: 14rem; }

.usa-footer-slim-logo-img {
  float: left;
  max-width: 10rem; }

.usa-footer-logo-heading {
  margin-top: 2rem; }

.usa-footer-contact-heading {
  margin-top: 0; }
  @media screen and (min-width: 600px) {
    .usa-footer-contact-heading {
      margin-top: 1rem; } }

.usa-footer-slim-logo-heading {
  display: block;
  padding-top: 1rem; }
  @media screen and (min-width: 600px) {
    .usa-footer-slim-logo-heading {
      display: inline-block;
      padding-left: 1em; } }

.bbg_footer_social-link, .usa-link-facebook, .usa-link-twitter, .usa-link-youtube, .usa-link-rss {
  margin: 1.5rem 1rem 1.5rem 0;
  background-position: center 100%;
  background-repeat: no-repeat;
  background-size: auto 3rem;
  display: inline-block;
  height: 4.4rem;
  left: -1.6rem;
  position: relative;
  text-align: center;
  width: 4.4rem; }
  @media screen and (min-width: 600px) {
    .bbg_footer_social-link, .usa-link-facebook, .usa-link-twitter, .usa-link-youtube, .usa-link-rss {
      margin: 0 0 0 1rem;
      left: 1.2rem; } }
  .bbg_footer_social-link span, .usa-link-facebook span, .usa-link-twitter span, .usa-link-youtube span, .usa-link-rss span {
    position: absolute;
    left: -999em; }

.usa-link-facebook {
  background-image: url("img/social-icons/png/facebook25.png");
  background-image: url("img/social-icons/svg/facebook25.svg"); }

.usa-link-twitter {
  background-image: url("img/social-icons/png/twitter16.png");
  background-image: url("img/social-icons/svg/twitter16.svg"); }

.usa-link-youtube {
  background-image: url("img/social-icons/png/youtube15.png");
  background-image: url("img/social-icons/svg/youtube15.svg"); }

.usa-link-rss {
  background-image: url("img/social-icons/png/rss25.png");
  background-image: url("img/social-icons/svg/rss25.svg"); }

@media screen and (min-width: 600px) {
  form {
    max-width: 32rem; } }

form a {
  border-bottom: 0; }

form button[type="submit"],
form input[type="submit"] {
  display: block;
  margin-bottom: 1.5em;
  margin-top: 2.5rem; }
  @media screen and (min-width: 600px) {
    form button[type="submit"],
    form input[type="submit"] {
      padding-left: 2.7em;
      padding-right: 2.7em;
      width: auto; } }

form input[name="password"], form input[name="confirmPassword"] {
  margin-bottom: 1.1rem; }

.usa-form-note {
  float: right;
  font-family: "Alegreya Sans", sans-serif;
  font-size: 1.5rem;
  margin: 0 0 1.5rem; }
  .usa-form-note + * {
    clear: both; }

fieldset {
  border: none;
  margin: 0;
  padding: 0; }

@media screen and (min-width: 600px) {
  .usa-form-large {
    max-width: 46rem; } }

@media screen and (min-width: 600px) {
  input.usa-input-tiny {
    max-width: 6rem; } }

@media screen and (min-width: 600px) {
  input.usa-input-medium {
    max-width: 12rem; } }

@media screen and (min-width: 600px) {
  .usa-input-grid {
    padding-right: 5%; } }

@media screen and (min-width: 600px) {
  .usa-input-grid:last-of-type {
    padding-right: 0; } }

@media screen and (min-width: 600px) {
  .usa-input-grid-small {
    float: left;
    width: 35%; } }

.usa-input-grid-small input {
  margin-bottom: 3rem; }

.usa-input-grid-small select {
  margin-bottom: 3rem; }

@media screen and (min-width: 600px) {
  .usa-input-grid-medium {
    float: left;
    width: 65%; } }

.usa-input-grid-medium input {
  margin-bottom: 3rem; }

.usa-input-grid-medium select {
  margin-bottom: 3rem; }

@media screen and (min-width: 600px) {
  .usa-input-grid-large {
    float: left;
    width: 100%; } }

.usa-input-grid-large input {
  margin-bottom: 3rem; }

.usa-input-grid-large select {
  margin-bottom: 3rem; }

.usa-form-width {
  max-width: 32rem; }

.usa-additional_text {
  float: right;
  font-style: italic;
  font-weight: normal; }

.usa-input-buttons-inline button,
.usa-input-buttons-inline button[type="submit"],
.usa-input-buttons-inline input[type="submit"],
.usa-input-buttons-inline > * {
  display: inline;
  margin-right: 1.5em; }

.usa-checklist {
  list-style: none;
  margin-left: 0;
  padding-left: 0; }
  .usa-checklist li {
    display: inline-block;
    list-style: none;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 3em;
    text-indent: -2em; }
    .usa-checklist li:before {
      content: ' ';
      display: inline-block;
      height: .8em;
      margin-right: .2em;
      width: 1.8em; }

.usa-checklist-checked:before {
  background-image: url("img/correct9.png");
  background-image: url("img/correct9.svg");
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 100%; }

form[id^=fscf_form] {
  max-width: none; }
  form[id^=fscf_form] label {
    margin-bottom: 0.25rem;
    max-width: 65rem;
    margin-top: 3rem; }
  form[id^=fscf_form] input[type="text"], form[id^=fscf_form] TEXTAREA {
    max-width: 65rem; }
  form[id^=fscf_form] textarea, form[id^=fscf_form] input[type=text] {
    text-align: left;
    margin: 0;
    width: 99%;
    background: #e5eff6;
    border: 0px !important;
    border-bottom: 1px solid #000000 !important; }
  form[id^=fscf_form] input[type=checkbox] + label {
    margin-top: 1.5rem; }

.usa-search {
  max-width: none;
  position: relative; }
  .usa-search:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  .usa-search [type="search"],
  .usa-search .usa-search-input {
    -webkit-appearance: none;
    border-bottom-right-radius: 0;
    border-right: none;
    border-top-right-radius: 0;
    float: left;
    height: 3.3rem;
    margin: 0;
    padding-bottom: 0;
    padding-top: 0;
    width: calc(100% - 4.5rem); }
    @media screen and (min-width: 481px) {
      .usa-search [type="search"],
      .usa-search .usa-search-input {
        width: calc(100% - 8.5rem); } }
  .usa-search [type="submit"],
  .usa-search .usa-search-submit {
    background-image: url("img/search.png");
    background-image: url("img/search.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    height: 3.3rem;
    margin: 5px 0 0 0;
    padding: 0;
    width: 4.5rem; }
    @media screen and (min-width: 481px) {
      .usa-search [type="submit"],
      .usa-search .usa-search-submit {
        background-image: none;
        width: 8.5rem; } }
  .usa-search .usa-search-submit-text {
    display: none; }
    @media screen and (min-width: 481px) {
      .usa-search .usa-search-submit-text {
        display: block; } }
  @media screen and (min-width: 481px) {
    .usa-search.usa-search-big [type="search"],
    .usa-search.usa-search-big .usa-search-input {
      height: 4.4rem;
      width: calc(100% - 11.6rem); }
    .usa-search.usa-search-big [type="submit"],
    .usa-search.usa-search-big .usa-search-submit {
      font-size: 2rem;
      height: 4.4rem;
      width: 11.6rem; } }
  @media screen and (min-width: 481px) {
    .usa-search.usa-search-small [type="search"],
    .usa-search.usa-search-small .usa-search-input {
      width: calc(100% - 4.5rem); }
    .usa-search.usa-search-small [type="submit"],
    .usa-search.usa-search-small .usa-search-submit {
      background-image: url("img/search.png");
      background-image: url("img/search.svg");
      background-position: 50%;
      background-repeat: no-repeat;
      width: 4.5rem; } }

.usa-sidenav-list {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .usa-sidenav-list li {
    display: list-item;
    margin: 0; }
    .usa-sidenav-list li:before {
      display: none; }
    .usa-sidenav-list li:after {
      display: none; }
  .usa-sidenav-list li {
    border-top: 1px solid #5b616b;
    font-size: 1.7rem; }
    .usa-sidenav-list li:first-child {
      border-top: none; }
  .usa-sidenav-list a {
    border: none;
    color: #212121;
    display: block;
    font-family: "Alegreya Sans", sans-serif;
    line-height: 1;
    padding: 1rem 1rem 1rem 1.8rem; }
    .usa-sidenav-list a:hover {
      background-color: #f1f1f1;
      color: #0071bc;
      text-decoration: none; }
    .usa-sidenav-list a:focus {
      position: relative;
      z-index: 1; }
    .usa-sidenav-list a.usa-current {
      color: #0071bc;
      font-weight: 700; }
    .usa-sidenav-list a.usa-current {
      border-left: 4px solid #0071bc;
      padding-left: 1.4rem; }

.usa-sidenav-sub_list {
  margin: 0;
  width: 100%; }
  .usa-sidenav-sub_list li {
    border: none;
    font-size: 1.5rem; }
  .usa-sidenav-sub_list a {
    padding-left: 2.8rem;
    line-height: 1.3; }
  .usa-sidenav-sub_list a:hover,
  .usa-sidenav-sub_list a.usa-current {
    border: none;
    padding-left: 2.8rem; }
  .usa-sidenav-sub_list .usa-sidenav-sub_list a {
    padding-left: 3.8rem; }
  .usa-sidenav-sub_list .usa-sidenav-sub_list a:hover {
    padding-left: 3.8rem; }

.skipnav {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: transparent;
  color: #212121;
  left: 0;
  padding: 1rem 1.5rem;
  position: absolute;
  top: -4.2rem;
  z-index: 100; }
  .skipnav:focus {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: #ffffff;
    left: 0;
    outline: 0;
    position: absolute;
    top: 0; }

#footer {
  text-align: center;
  padding: 3rem 0;
  background-color: #333333; }
  #footer .outer-container {
    margin-bottom: 0; }
  #footer img {
    margin-bottom: 5rem; }
  #footer .footer-link {
    display: block;
    padding: 1.5rem 0;
    font-weight: 300;
    text-transform: uppercase;
    border-bottom: 1px solid #ffffff; }
  #footer .footer-link:nth-child(1) {
    border-top: 1px solid #ffffff; }
  #footer a.footer-link:link, #footer a.footer-link:visited {
    color: #c9c4ba; }
  #footer a.footer-link:hover, #footer a.footer-link:active {
    color: #ffffff;
    text-decoration: none;
    background-color: #363636; }

@media screen and (min-width: 600px) {
  #footer {
    padding: 3rem 0 1.5rem 0; }
    #footer .footer-link {
      display: inline-block;
      padding: 0.5rem 1.5rem;
      border: 0; }
    #footer .footer-link:nth-child(1) {
      border: 0; } }

.feature-spot {
  margin-left: calc(25% - 25px + 40px); }

h3 {
  clear: none; }

.testing_staging {
  color: green; }

.header-outliner {
  display: none; }

.section-header,
.section-header a:link,
.section-header a:visited {
  font-family: "Alegreya Sans", sans-serif;
  font-size: 3.4rem;
  line-height: 4.6rem;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  color: #b5231d;
  margin-top: 0; }

.section-subheader,
.section-subheader a:link,
.section-subheader a:visited {
  font-family: "Alegreya Sans", sans-serif;
  font-size: 2.7rem;
  line-height: 3.7rem;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  color: #002a53;
  margin-top: 0; }

.article-title,
.article-title a:link,
.article-title a:visited {
  font-family: "Alegreya Sans", sans-serif;
  font-size: 2.6rem;
  line-height: 3rem;
  font-weight: 300;
  color: #147bd1;
  margin: 0 0 0.5rem 0;
  text-decoration: none; }
  .article-title p.sans,
  .article-title a:link p.sans,
  .article-title a:visited p.sans {
    display: inline; }

.article-title a:hover, .article-title a:active {
  text-decoration: underline; }

.article-section-header,
.article-section-header a:link,
.article-section-header a:visited {
  font-family: "Alegreya Sans", sans-serif;
  font-size: 1.9rem;
  font-weight: 500;
  color: #1d4f91;
  margin-bottom: 1.5rem;
  text-decoration: none; }

.article-subtitle {
  font-family: "Alegreya Sans", sans-serif;
  font-size: 2rem;
  line-height: 1.6rem;
  font-weight: 300;
  color: #757575;
  margin: 0 0 2rem 0;
  text-decoration: none; }
  .article-subtitle p.sans {
    display: inline; }

.sidebar-section-header,
.sidebar-section-header a:link,
.sidebar-section-header a:visited {
  font-family: "Alegreya Sans", sans-serif;
  font-size: 1.6rem;
  line-height: 1.9rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #8b8278;
  margin: 0 0 1.5rem 0; }

.sidebar-section-subheader {
  font-family: "Alegreya Sans", sans-serif;
  font-size: 1.7rem;
  line-height: 2.1rem;
  font-weight: 700;
  color: #1d4f91;
  margin: 0 0 1.5rem 0; }

.sidebar-article-title,
.sidebar-article-title a:link,
.sidebar-article-title a:visited {
  font-family: "Alegreya Sans", sans-serif;
  font-size: 1.7rem;
  line-height: 2.1rem;
  font-weight: 400;
  color: #147bd1;
  margin: 0 0 1.5rem 0; }

.sidebar-paragraph-header,
.sidebar-paragraph-header a:link,
.sidebar-paragraph-header a:visited {
  font-family: "Carrara-Regular", serif;
  font-size: 1.5rem;
  line-height: 1.8rem;
  font-weight: 700;
  color: #666666;
  margin: 0 0 1rem 0; }

p {
  font-family: "Carrara-Regular", serif;
  font-size: 1.8rem;
  line-height: 2.6rem;
  margin: 0 0 3rem 0;
  color: #545454; }

p a:link, p a:visited {
  text-decoration: none; }

p a:hover, p a:active {
  text-decoration: underline; }

.aside,
p.sans {
  font-family: "Alegreya Sans", sans-serif;
  font-size: 1.6rem;
  line-height: 2rem; }

p.lead-in {
  font-family: "Alegreya Sans", sans-serif;
  font-size: 3rem;
  line-height: 4.5rem;
  font-weight: 100;
  color: #878787; }
  p.lead-in a:link, p.lead-in a:visited {
    color: #666666; }
  p.lead-in a:hover, p.lead-in a:active {
    color: #81b0d2; }

p.paragraph-header {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1rem; }

p.banner-caption {
  text-align: right;
  font-size: 1.2rem;
  line-height: 2rem;
  font-style: italic;
  color: #aca299;
  padding: 0 15px; }

ul, ol {
  padding-left: 1em; }

ul.unstyled-list {
  padding-left: 0; }

ul li:not(.menu-item),
ol li {
  font-size: 1.8rem;
  line-height: 2.2rem;
  color: #545454;
  margin-bottom: 1.5rem; }

ul li {
  list-style-type: none;
  list-style: disc;
  list-style-image: none;
  padding-top: 0;
  margin-top: 0;
  display: list-item; }

ul li:before {
  content: "";
  display: none;
  padding-right: 0; }

.main-column ol li,
.main-column ul li {
  font-family: "Carrara-Regular", serif; }

.page-content ol li,
.page-content ul li {
  font-family: "Carrara-Regular", serif; }

.side-column ol li,
.side-column ul li {
  font-size: 1.6rem;
  margin-bottom: 1rem; }
  @media screen and (min-width: 900px) {
    .side-column ol li,
    .side-column ul li {
      font-size: 1.5rem; } }

.bbg__ribbon .section-header a:link {
  color: #ffffff; }

.special-block h2,
.special-block h2 a:link,
.special-block h2 a:visited {
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 1.5rem; }

.side-content-container ul li,
.side-content-container ol li,
.bbg__contact-card > ul li {
  list-style-type: none; }

a:focus {
  background-color: #f2f2f2;
  text-decoration: underline; }

a:not(.bbg__article-share__icon):focus img,
a:not(.bbg__article-share__icon):focus *[class*="avatar"],
a:not(.bbg__article-share__icon):focus *[class*="image"],
a:not(.bbg__article-share__icon):focus *[class*="photo"],
a:not(.bbg__article-share__icon):focus *[class*="thumbnail"] {
  background-color: transparent;
  text-decoration: none; }
  a:not(.bbg__article-share__icon):focus img > a:hover,
  a:not(.bbg__article-share__icon):focus img > a:focus,
  a:not(.bbg__article-share__icon):focus *[class*="avatar"] > a:hover,
  a:not(.bbg__article-share__icon):focus *[class*="avatar"] > a:focus,
  a:not(.bbg__article-share__icon):focus *[class*="image"] > a:hover,
  a:not(.bbg__article-share__icon):focus *[class*="image"] > a:focus,
  a:not(.bbg__article-share__icon):focus *[class*="photo"] > a:hover,
  a:not(.bbg__article-share__icon):focus *[class*="photo"] > a:focus,
  a:not(.bbg__article-share__icon):focus *[class*="thumbnail"] > a:hover,
  a:not(.bbg__article-share__icon):focus *[class*="thumbnail"] > a:focus {
    background-color: transparent;
    text-decoration: none; }

.side-content-container p a.usa-button:link, .side-content-container p .bbg__comments-list a.reply:link, .bbg__comments-list .side-content-container p a.reply:link, .side-content-container p a.usa-button:visited, .side-content-container p .bbg__comments-list a.reply:visited, .bbg__comments-list .side-content-container p a.reply:visited {
  color: #ffffff; }

.bbg__links--right-angle-quote {
  font-size: calc(100% * 1.3);
  page-break-before: avoid;
  page-break-inside: avoid;
  word-break: keep-all; }

.usa-disclaimer {
  text-align: center; }

.bbg__label {
  color: #FFF;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
  background-color: #981b1e; }
  .bbg__label a {
    color: #FFF;
    text-decoration: underline; }
  .bbg__label--mobile {
    background-color: transparent;
    color: #981b1e;
    display: block;
    margin-bottom: 2rem;
    padding: 0; }
    .bbg__label--mobile a {
      color: #981b1e; }
  @media screen and (min-width: 481px) {
    .bbg__label {
      background-color: transparent;
      color: #981b1e;
      display: block;
      padding: 0; }
      .bbg__label a {
        color: #981b1e; } }
  .bbg__label--mobile.large, .bbg__label.large {
    margin-bottom: 0;
    text-transform: uppercase; }
    @media screen and (min-width: 481px) {
      .bbg__label--mobile.large, .bbg__label.large {
        margin-bottom: 2rem; } }
  .bbg__label--mobile.large {
    margin-bottom: 1rem; }

.bbg__label_inverted {
  background-color: #0071bc;
  color: #FFF;
  display: inline-block;
  font-size: 1.7rem;
  padding: .5rem 1rem;
  margin-top: 1rem; }
  .bbg__label_inverted a {
    color: #FFF;
    text-transform: uppercase; }

.bbg__label--advisory {
  background-color: #205493; }

.bbg__label--rumor {
  background-color: #0071bc; }

.bbg__label--myth {
  background-color: #757575; }

.bbg__label--untruth {
  background-color: #981b1e; }

.bbg__label--burke {
  color: #6A7C7D;
  text-transform: uppercase; }

.bbg__file-size {
  color: #323a45;
  font-size: 75%; }

.bbg__page-header__tagline {
  color: #757575;
  font-family: "Carrara-Regular", serif;
  font-size: 1.4rem;
  font-style: italic;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 2rem;
  text-transform: none; }
  @media screen and (min-width: 900px) {
    .bbg__page-header__tagline {
      font-size: 1.7rem; } }

.media-clips-entities-dropdown .sidebar-section-subheader {
  margin-bottom: 0; }

.media-clips-entities-dropdown ul li:after, .media-clips-entities-dropdown ol li:after {
  margin-bottom: 0; }

.media-clips-entities-dropdown ul {
  width: 100%; }
  .media-clips-entities-dropdown ul li {
    padding: 0;
    margin: 0;
    cursor: pointer;
    border-bottom: 1px solid #e9e9e9; }
    .media-clips-entities-dropdown ul li :last-child {
      border-bottom: none; }
    .media-clips-entities-dropdown ul li .fas {
      float: right;
      margin-right: 1rem; }
    .media-clips-entities-dropdown ul li a {
      display: inline-block;
      width: 100%;
      padding: 1.5rem;
      margin-bottom: 0; }
    .media-clips-entities-dropdown ul li ul {
      padding: 0 1.5rem;
      margin-bottom: 0; }
      .media-clips-entities-dropdown ul li ul li {
        border-bottom: 1px solid #e9e9e9;
        padding: 0; }
        .media-clips-entities-dropdown ul li ul li a, .media-clips-entities-dropdown ul li ul li a:link, .media-clips-entities-dropdown ul li ul li a:visited {
          padding: 1rem;
          margin-bottom: 0; }
      .media-clips-entities-dropdown ul li ul li:hover {
        color: #5b8cd3;
        background-color: #eaebf0; }
  .media-clips-entities-dropdown ul li:hover {
    background-color: #f9f9f9; }

.comments-area {
  max-width: 600px;
  margin: 0 auto; }

.bbg__comments-title {
  border-bottom: 1px dotted #981b1e;
  color: #981b1e;
  font-size: 2rem; }
  @media screen and (min-width: 600px) {
    .bbg__comments-title {
      font-size: 3rem; } }

.bbg__comments-list {
  list-style-type: none;
  width: 100%; }

.bbg__comments-list .comment {
  border-bottom-color: #f1f1f1;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 3rem;
  padding-top: 0;
  padding-right: 1rem;
  padding-bottom: 1.5rem;
  width: 100%; }
  .bbg__comments-list .comment:before {
    content: none; }
  .bbg__comments-list .comment > .children {
    margin-top: 1rem;
    margin-right: 0;
    margin-bottom: 0;
    padding: 0;
    width: 100%; }
  .bbg__comments-list .comment > .children .comment {
    border-bottom: none;
    border-top-color: #f1f1f1;
    border-top-style: solid;
    border-top-width: 1px;
    margin-bottom: 0;
    padding-top: 2.5rem;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 6rem; }
  .bbg__comments-list .comment .comment-body {
    margin-bottom: 6rem; }
  .bbg__comments-list .comment .comment-author {
    font-size: 1.8rem;
    margin-bottom: 0; }
    .bbg__comments-list .comment .comment-author .bbg__avatar {
      float: left;
      height: 50px;
      margin-right: 1.5rem;
      width: 50px; }
    .bbg__comments-list .comment .comment-author .fn {
      color: #046b99; }
  .bbg__comments-list .comment .comment-metadata {
    font-size: 1.3rem;
    font-weight: 300; }
    .bbg__comments-list .comment .comment-metadata a {
      color: #323a45;
      cursor: default;
      pointer-events: none; }
    .bbg__comments-list .comment .comment-metadata .edit-link a {
      color: #046b99;
      cursor: pointer;
      margin-left: 1rem;
      pointer-events: auto; }
  .bbg__comments-list .comment .comment-content {
    font-family: "Carrara-Regular", serif;
    font-size: 1.6rem; }

.bbg__comments-list .reply {
  float: right;
  font-size: 1.3rem;
  padding: .25rem 1rem; }

a:focus .bbg__article-share__icon {
  background-color: #757575; }

/** ARTICLE SHARE AREA */
.social-media-icons a.facebook-icon:link, .social-media-icons a.facebook-icon:visited {
  color: #3b5998; }

.social-media-icons a.twitter-icon:link, .social-media-icons a.twitter-icon:visited {
  color: #00aced; }

.social-media-icons a.instagram-icon:link, .social-media-icons a.instagram-icon:visited {
  color: #ee0075; }

.social-media-icons .fab {
  font-size: 2.5rem;
  margin-right: 1rem; }

@media screen and (min-width: 900px) {
  .bbg__article-sidebar .bbg__article-share {
    margin-left: initial; } }

/* Article share links */
@media screen and (min-width: 900px) {
  .bbg__article-sidebar.large .bbg__article-share__link {
    display: block; } }

.bbg__article-share__link:before {
  content: ""; }

/* Article share links: icons */
.bbg__article-share__icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: .5rem;
  background-color: #f1f1f1;
  border-radius: 0.3rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: middle; }

.bbg__contact__icon.email,
.bbg__article-share__icon.email {
  background-color: #757575;
  background-image: url(img/social-icons/png-white/social-icons_email.png); }

.bbg__contact__icon.facebook,
.bbg__article-share__icon.facebook {
  background-color: #3d5a98;
  background-image: url(img/social-icons/png-white/social-icons_facebook.png); }

.bbg__contact__icon.twitter,
.bbg__article-share__icon.twitter {
  margin-bottom: 0.5rem;
  background-color: #55acee;
  background-image: url(img/social-icons/png-white/social-icons_twitter.png); }

.bbg__contact__icon.phone,
.bbg__article-share__icon.phone {
  background-color: #3d5a98;
  background-image: url(img/social-icons/png-white/social-icons_phone.png); }

.bbg__contact__icon.instagram,
.bbg__article-share__icon.instagram {
  background-color: #507ea3;
  background-image: url(img/social-icons/png-white/social-icons_instagram.png); }

/* Article share links: text */
.bbg__article-share__text {
  display: none; }
  .bbg__article-share__text:hover, .bbg__article-share__text:focus {
    background: none;
    text-decoration: underline; }
  @media screen and (min-width: 600px) {
    .bbg__article-share__text {
      display: inline-block; } }

.archive-column {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px; }

@media screen and (min-width: 900px) {
  .archive-column {
    width: calc(66.66667% - 33.33333px);
    float: left;
    margin-left: 20px; } }

.marquee h3 {
  margin-top: 0; }

.article-teaser {
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 2rem; }
  .article-teaser .article-image {
    overflow: hidden;
    margin-bottom: 1.5rem; }
    .article-teaser .article-image img {
      margin-bottom: 0; }

.main-head-article .feature-article-image {
  height: auto;
  overflow: hidden; }
  .main-head-article .feature-article-image img {
    width: 100%;
    height: auto;
    margin-bottom: 0; }

@media screen and (min-width: 600px) {
  .main-head-article .feature-article-image {
    height: 300px; } }

@media screen and (min-width: 700px) {
  .main-head-article .feature-article-image {
    height: 400px; } }

.vertical-article {
  /* NO ADDITIONAL STYLES NEEDED FOR STANDARD GRID */ }

.horizontal-half-article {
  /* USE .grid-half FOR STRUCTURE */ }

@media screen and (min-width: 600px) {
  .horizontal-one-third-image-article .article-image {
    width: calc(33.33333% - 26.66667px);
    float: left;
    margin-left: 20px; }
  .horizontal-one-third-image-article .article-info {
    width: calc(66.66667% - 33.33333px);
    float: left;
    margin-left: 20px; } }

@media screen and (min-width: 700px) {
  .horizontal-one-third-image-article .article-image {
    width: calc(25% - 25px);
    float: left;
    margin-left: 20px; }
  .horizontal-one-third-image-article .article-info {
    width: calc(75% - 35px);
    float: left;
    margin-left: 20px; } }

@media screen and (min-width: 900px) {
  .horizontal-one-third-image-article .article-image {
    width: calc(33.33333% - 26.66667px);
    float: left;
    margin-left: 20px; }
  .horizontal-one-third-image-article .article-info {
    width: calc(66.66667% - 33.33333px);
    float: left;
    margin-left: 20px; } }

.horizontal-small-image-article .article-image {
  width: calc(33.33333% - 26.66667px);
  float: left;
  margin-left: 20px; }

.horizontal-small-image-article .article-info {
  width: calc(66.66667% - 33.33333px);
  float: left;
  margin-left: 20px; }
  .horizontal-small-image-article .article-info .excerpt {
    display: none; }

@media screen and (min-width: 600px) {
  .horizontal-small-image-article .article-image {
    width: calc(33.33333% - 26.66667px);
    float: left;
    margin-left: 20px; }
  .horizontal-small-image-article .article-info {
    width: calc(66.66667% - 33.33333px);
    float: left;
    margin-left: 20px; } }

@media screen and (min-width: 700px) {
  .horizontal-small-image-article .article-image {
    width: calc(25% - 25px);
    float: left;
    margin-left: 20px; }
  .horizontal-small-image-article .article-info {
    width: calc(75% - 35px);
    float: left;
    margin-left: 20px; } }

@media screen and (min-width: 900px) {
  .horizontal-small-image-article .article-image {
    width: calc(25% - 25px);
    float: left;
    margin-left: 20px; }
  .horizontal-small-image-article .article-info {
    width: calc(75% - 35px);
    float: left;
    margin-left: 20px; }
    .horizontal-small-image-article .article-info .excerpt {
      display: block; } }

.image-title-article .article-image {
  width: calc(41.66667% - 28.33333px);
  float: left;
  margin-left: 20px; }

.image-title-article .article-info {
  width: calc(58.33333% - 31.66667px);
  float: left;
  margin-left: 20px; }

@media screen and (min-width: 600px) {
  .image-title-article .article-image {
    width: calc(33.33333% - 26.66667px);
    float: left;
    margin-left: 20px; }
  .image-title-article .article-info {
    width: calc(66.66667% - 33.33333px);
    float: left;
    margin-left: 20px; } }

@media screen and (min-width: 700px) {
  .image-title-article .article-image {
    width: calc(25% - 25px);
    float: left;
    margin-left: 20px; }
  .image-title-article .article-info {
    width: calc(75% - 35px);
    float: left;
    margin-left: 20px; } }

@media screen and (min-width: 900px) {
  .image-title-article .article-image {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px; }
  .image-title-article .article-info {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px; } }

.horizontal-image-title-only .article-image {
  display: none; }

.horizontal-image-title-only .article-info {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px; }

@media screen and (min-width: 600px) {
  .horizontal-image-title-only .article-image {
    display: block;
    width: calc(25% - 25px);
    float: left;
    margin-left: 20px; }
  .horizontal-image-title-only .article-info {
    width: calc(75% - 35px);
    float: left;
    margin-left: 20px; } }

@media screen and (min-width: 700px) {
  .horizontal-image-title-only .article-image {
    width: calc(25% - 25px);
    float: left;
    margin-left: 20px; }
  .horizontal-image-title-only .article-info {
    width: calc(75% - 35px);
    float: left;
    margin-left: 20px; } }

@media screen and (min-width: 900px) {
  .horizontal-image-title-only .article-image {
    width: calc(33.33333% - 26.66667px);
    float: left;
    margin-left: 20px; }
  .horizontal-image-title-only .article-info {
    width: calc(66.66667% - 33.33333px);
    float: left;
    margin-left: 20px; } }

.award-dropdown [class*="image"] {
  margin-bottom: 0; }

.award-dropdown ul li {
  margin-bottom: 0;
  line-height: 0;
  cursor: pointer; }

.award-dropdown .dropdown-item:first-of-type {
  border-top: 1px solid #e9e9e9; }

.award-dropdown .dropdown-item {
  border-bottom: 1px solid #e9e9e9; }

.award-dropdown .award-image {
  width: calc(16.66667% - 23.33333px);
  float: left;
  margin-left: 20px; }
  .award-dropdown .award-image img {
    margin-bottom: 0; }

.award-dropdown .award-title {
  width: calc(75% - 35px);
  float: left;
  margin-left: 20px;
  padding-top: 1rem; }
  .award-dropdown .award-title .sidebar-article-title {
    margin-bottom: 0; }

.award-dropdown .award-toggle {
  width: calc(8.33333% - 21.66667px);
  float: left;
  margin-left: 20px;
  padding-top: 1.2rem; }
  .award-dropdown .award-toggle i {
    float: right;
    margin-right: 1rem; }

.about-the-award p,
.about-the-award-archive p {
  margin-bottom: 0px; }
  .about-the-award p .detail,
  .about-the-award-archive p .detail {
    font-family: "Alegreya Sans", sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    text-transform: uppercase;
    color: #999999; }

.about-the-award-archive {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px; }
  .about-the-award-archive img {
    margin-bottom: 0; }

.award-archive-block {
  height: 250px;
  margin-bottom: 8rem; }
  .award-archive-block .award-image {
    width: calc(25% - 25px);
    float: left;
    margin-left: 20px;
    margin-left: 0; }
    .award-archive-block .award-image img {
      margin-bottom: 0; }
  .award-archive-block .award-title {
    width: calc(75% - 35px);
    float: left;
    margin-left: 20px; }
  .award-archive-block .award-details {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
    margin-left: 0; }

.cards--container .inner-container.css--grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-columns: repeat(auto-fill, minmax(225px, 1fr));
  row-gap: 1rem;
  column-gap: 1rem; }

.cards--container .inner-container.gutter-none {
  padding: 0 2rem; }
  .cards--container .inner-container.gutter-none h3 {
    padding: 0 2rem; }

.cards--container .inner-container.gutter-tiny {
  padding: 0 1.9rem; }
  .cards--container .inner-container.gutter-tiny h3 {
    padding: 0 1.9rem; }

.cards--container .inner-container.gutter-small {
  padding: 0 1.5rem; }
  .cards--container .inner-container.gutter-small h3 {
    padding: 0 1.5rem; }

.cards--container .inner-container.gutter-medium {
  padding: 0 1rem; }
  .cards--container .inner-container.gutter-medium h3 {
    padding: 0 1rem; }

.cards--container .inner-container.gutter-large {
  padding: 0 .5rem; }
  .cards--container .inner-container.gutter-large h3 {
    padding: 0 .5rem; }

.cards--container .inner-container > h3 {
  margin-bottom: 0;
  color: #b5231d;
  font-size: 3.4rem;
  line-height: 4.6rem;
  font-weight: 400; }
  .cards--container .inner-container > h3 a {
    text-decoration: none;
    color: #b5231d; }

.cards--container .inner-container > h2 {
  margin-bottom: 0;
  color: #002a53;
  font-size: 2.7rem;
  line-height: 3.7rem;
  font-weight: 400; }
  .cards--container .inner-container > h2 a {
    text-decoration: none;
    color: #002a53; }

.cards {
  overflow: hidden;
  position: relative; }
  .cards.three-wide:nth-child(3n+1) {
    clear: left; }
  .cards .card-color-white {
    color: #ffffff; }
  .cards .card-color-black {
    color: #000000; }
  .cards .card-color-primary1 {
    color: #002a53; }
  .cards .card-color-primary2 {
    color: #1d4f91; }
  .cards .card-color-primary3 {
    color: #147bd1; }
  .cards .card-color-primary4 {
    color: #81b0d2; }
  .cards .card-color-neutral1 {
    color: #58595b; }
  .cards .card-color-neutral2 {
    color: #666666; }
  .cards .card-color-neutral3 {
    color: #999999; }
  .cards .card-color-neutral4 {
    color: #e6e6e6; }
  .cards .card-color-secondary1 {
    color: #91c4b6; }
  .cards .card-color-secondary2 {
    color: #f7f6c7; }
  .cards .card-color-secondary3 {
    color: #b5231d; }
  .cards .card-bg-color-white {
    background-color: #ffffff; }
  .cards .card-bg-color-black {
    background-color: #000000; }
  .cards .card-bg-color-primary1 {
    background-color: #002a53; }
  .cards .card-bg-color-primary2 {
    background-color: #1d4f91; }
  .cards .card-bg-color-primary3 {
    background-color: #147bd1; }
  .cards .card-bg-color-primary4 {
    background-color: #81b0d2; }
  .cards .card-bg-color-neutral1 {
    background-color: #58595b; }
  .cards .card-bg-color-neutral2 {
    background-color: #666666; }
  .cards .card-bg-color-neutral3 {
    background-color: #999999; }
  .cards .card-bg-color-neutral4 {
    background-color: #e6e6e6; }
  .cards .card-bg-color-secondary1 {
    background-color: #91c4b6; }
  .cards .card-bg-color-secondary2 {
    background-color: #f7f6c7; }
  .cards .card-bg-color-secondary3 {
    background-color: #b5231d; }
  .cards.margin-top-none {
    margin-top: 0rem; }
  .cards.margin-top-tiny {
    margin-top: .1rem; }
  .cards.margin-top-small {
    margin-top: .5rem; }
  .cards.margin-top-medium {
    margin-top: 1rem; }
  .cards.margin-top-large {
    margin-top: 2rem; }
  .cards.margin-bottom-none {
    margin-bottom: 0rem; }
  .cards.margin-bottom-tiny {
    margin-bottom: .1rem; }
  .cards.margin-bottom-small {
    margin-bottom: .5rem; }
  .cards.margin-bottom-medium {
    margin-bottom: 1rem; }
  .cards.margin-bottom-large {
    margin-bottom: 2rem; }
  .cards .cards__fixed {
    position: relative; }
    .cards .cards__fixed.cards__fixed--hidden {
      display: none; }
    .cards .cards__fixed .cards__wrapper {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      .cards .cards__fixed .cards__wrapper .cards__backdrop {
        position: relative;
        height: 100%; }
        .cards .cards__fixed .cards__wrapper .cards__backdrop img {
          object-fit: cover;
          width: 100%;
          height: 100%;
          margin-bottom: 0px; }
          .cards .cards__fixed .cards__wrapper .cards__backdrop img.image-position-left-top {
            object-position: left top; }
          .cards .cards__fixed .cards__wrapper .cards__backdrop img.image-position-left-center {
            object-position: left center; }
          .cards .cards__fixed .cards__wrapper .cards__backdrop img.image-position-left-bottom {
            object-position: left bottom; }
          .cards .cards__fixed .cards__wrapper .cards__backdrop img.image-position-center-top {
            object-position: center top; }
          .cards .cards__fixed .cards__wrapper .cards__backdrop img.image-position-center-center {
            object-position: center center; }
          .cards .cards__fixed .cards__wrapper .cards__backdrop img.image-position-center-bottom {
            object-position: center bottom; }
          .cards .cards__fixed .cards__wrapper .cards__backdrop img.image-position-right-top {
            object-position: right top; }
          .cards .cards__fixed .cards__wrapper .cards__backdrop img.image-position-right-center {
            object-position: right center; }
          .cards .cards__fixed .cards__wrapper .cards__backdrop img.image-position-right-bottom {
            object-position: right bottom; }
        .cards .cards__fixed .cards__wrapper .cards__backdrop .cards__backdrop-logo {
          position: absolute;
          z-index: 1;
          bottom: 12px;
          right: 12px;
          width: 28px;
          height: 28px; }
          .cards .cards__fixed .cards__wrapper .cards__backdrop .cards__backdrop-logo a {
            display: block; }
            .cards .cards__fixed .cards__wrapper .cards__backdrop .cards__backdrop-logo a img {
              display: block;
              margin-bottom: -10px;
              width: 28px;
              height: 28px;
              opacity: 0.6; }
        .cards .cards__fixed .cards__wrapper .cards__backdrop .cards__backdrop-shadow {
          pointer-events: none;
          height: 100%;
          width: 100%;
          bottom: 0;
          position: absolute;
          background: linear-gradient(rgba(0, 0, 0, 0), 75%, rgba(0, 0, 0, 0.9)); }
      .cards .cards__fixed .cards__wrapper .cards__header {
        position: absolute;
        width: 100%;
        top: 0;
        padding: 16px;
        color: #fff; }
        .cards .cards__fixed .cards__wrapper .cards__header.align-vertical-middle {
          height: 100%;
          text-align: center;
          display: table;
          padding-top: 0;
          padding-bottom: 0; }
        .cards .cards__fixed .cards__wrapper .cards__header h3 {
          margin: 0;
          padding: 0; }
          .cards .cards__fixed .cards__wrapper .cards__header h3 a {
            text-decoration: none; }
          .cards .cards__fixed .cards__wrapper .cards__header h3.align-left {
            text-align: left; }
          .cards .cards__fixed .cards__wrapper .cards__header h3.align-center {
            text-align: center; }
          .cards .cards__fixed .cards__wrapper .cards__header h3.align-right {
            text-align: right; }
          .cards .cards__fixed .cards__wrapper .cards__header h3.align-vertical-middle {
            display: table-cell;
            vertical-align: middle; }
          .cards .cards__fixed .cards__wrapper .cards__header h3.font-size-tiny {
            font-size: 1.3rem;
            line-height: 1.8rem; }
          .cards .cards__fixed .cards__wrapper .cards__header h3.font-size-small {
            font-size: 1.5rem;
            line-height: 2.3rem; }
          .cards .cards__fixed .cards__wrapper .cards__header h3.font-size-medium {
            font-size: 2.2rem;
            line-height: 2.5rem; }
          .cards .cards__fixed .cards__wrapper .cards__header h3.font-size-large {
            font-size: 2.5rem;
            line-height: 2.8rem; }
        .cards .cards__fixed .cards__wrapper .cards__header .cards__date {
          margin-bottom: .5em; }
        .cards .cards__fixed .cards__wrapper .cards__header p {
          margin: 0;
          padding: 0;
          font-size: 1em;
          line-height: 2rem; }
      .cards .cards__fixed .cards__wrapper .cards__footer {
        position: absolute;
        bottom: 0;
        width: 90%;
        padding: 16px; }
        .cards .cards__fixed .cards__wrapper .cards__footer .cards__tag {
          background-color: #b5231d;
          display: inline-block;
          padding: 3px 5px;
          border: 1px solid white;
          margin-bottom: .5em;
          font-size: .8em;
          color: #ffffff; }
          .cards .cards__fixed .cards__wrapper .cards__footer .cards__tag a {
            color: #ffffff;
            text-decoration: none; }
        .cards .cards__fixed .cards__wrapper .cards__footer h3 {
          margin: 0 0 -6px 0;
          padding: 0;
          font-size: 2.2rem;
          font-weight: 400;
          line-height: 2.5rem;
          color: #ffffff; }
          .cards .cards__fixed .cards__wrapper .cards__footer h3 a {
            color: #ffffff;
            text-decoration: none; }
        .cards .cards__fixed .cards__wrapper .cards__footer p {
          margin: 0;
          padding: 0;
          font-size: 1em;
          line-height: 2rem; }
  .cards .cards__flexible .cards__flex-text {
    font-size: 20px;
    font-weight: bold; }
  .cards .cards__flexible p {
    margin: 0;
    padding: 16px; }
    .cards .cards__flexible p.align-left {
      text-align: left; }
    .cards .cards__flexible p.align-center {
      text-align: center; }
    .cards .cards__flexible p.align-right {
      text-align: right; }
    .cards .cards__flexible p.font-size-tiny {
      font-size: 1.3rem;
      line-height: 1.8rem; }
    .cards .cards__flexible p.font-size-small {
      font-size: 1.5rem;
      line-height: 2.3rem; }
    .cards .cards__flexible p.font-size-medium {
      font-size: 1.8rem;
      line-height: 2.6rem; }
    .cards .cards__flexible p.font-size-large {
      font-size: 2.2rem;
      line-height: 3rem; }
    .cards .cards__flexible p.font-family-serif {
      font-family: 'Carrara-Regular', serif; }
    .cards .cards__flexible p.font-family-sans-serif {
      font-family: 'Alegreya Sans', sans-serif; }
  .cards.cards--layout-video_internal .cards__backdrop {
    background-color: #58595b; }
  .cards.cards--layout-split .cards__fixed {
    border: 1px solid #999999; }
    .cards.cards--layout-split .cards__fixed .cards__wrapper .cards__backdrop {
      height: 40%; }
    .cards.cards--layout-split .cards__fixed .cards__wrapper .cards__footer {
      position: relative;
      width: 100%; }
      .cards.cards--layout-split .cards__fixed .cards__wrapper .cards__footer .cards__tag {
        border: 1px solid #777; }
      .cards.cards--layout-split .cards__fixed .cards__wrapper .cards__footer h3 {
        font-size: 1.8rem;
        line-height: 1em;
        font-weight: 700;
        margin: 0 0 8px 0; }
        .cards.cards--layout-split .cards__fixed .cards__wrapper .cards__footer h3 a {
          color: #444; }
      .cards.cards--layout-split .cards__fixed .cards__wrapper .cards__footer p {
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical; }
  .cards.cards--layout-image {
    margin-bottom: 0px; }
    .cards.cards--layout-image .cards__fixed .cards__wrapper .cards__backdrop a {
      position: relative;
      display: block;
      height: 100%;
      width: 100%; }
    .cards.cards--layout-image .cards__fixed .cards__wrapper .cards__backdrop img {
      display: block;
      position: absolute;
      height: auto;
      width: auto;
      object-fit: contain;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      .cards.cards--layout-image .cards__fixed .cards__wrapper .cards__backdrop img.hidden {
        display: none; }
  .cards.cards--layout-video_internal .cards__fixed .cards__wrapper .cards__footer .cards__tag {
    border: 1px solid #ffffff; }
  .cards.cards--layout-video_internal .cards__fixed .cards__wrapper .cards__footer p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; }
  .cards.cards--layout-social_media_twitter .cards__fixed .cards__wrapper .cards__header h3 {
    margin-bottom: 2rem; }
  .cards.cards--events {
    border: 1px solid #bbb; }
    .cards.cards--events .cards__fixed .cards__wrapper .cards__footer h3 {
      font-size: 1.6rem;
      line-height: 2rem;
      font-weight: 500;
      display: -webkit-box;
      overflow: hidden;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical; }
    .cards.cards--events .cards__fixed .cards__wrapper .cards__backdrop .cards__backdrop-shadow {
      background: linear-gradient(rgba(0, 0, 0, 0), 75%, rgba(0, 0, 0, 0.9)); }
    .cards.cards--events .cards__flexible .cards__excerpt .cards__date {
      color: #002a53;
      padding: 16px 16px 0 16px;
      font-weight: 500; }
    .cards.cards--events .cards__flexible .cards__excerpt p {
      margin: 16px;
      padding: 0;
      font-size: 1.5rem;
      line-height: 2rem;
      display: -webkit-box;
      overflow: hidden;
      -webkit-line-clamp: 7;
      -webkit-box-orient: vertical; }

.cards--size-1-1-none-none:not(.cards--events) {
  width: calc(100%);
  float: left;
  margin-left: 0rem; }

.cards--size-1-1-none-none .cards__fixed {
  padding-top: calc((1 / (-1 * 1)  * 0.5625 * 100%) + (1 / (-1 * 1) * 0.5625 * 0rem)); }

.cards--size-1-1-none-tiny:not(.cards--events) {
  width: calc(100% - 0.2rem);
  float: left;
  margin-left: 0.1rem; }

.cards--size-1-1-none-tiny .cards__fixed {
  padding-top: calc((1 / (-1 * 1)  * 0.5625 * 100%) + (1 / (-1 * 1) * 0.5625 * 0.1rem)); }

.cards--size-1-1-none-small:not(.cards--events) {
  width: calc(100% - 1rem);
  float: left;
  margin-left: 0.5rem; }

.cards--size-1-1-none-small .cards__fixed {
  padding-top: calc((1 / (-1 * 1)  * 0.5625 * 100%) + (1 / (-1 * 1) * 0.5625 * 0.5rem)); }

.cards--size-1-1-none-medium:not(.cards--events) {
  width: calc(100% - 2rem);
  float: left;
  margin-left: 1rem; }

.cards--size-1-1-none-medium .cards__fixed {
  padding-top: calc((1 / (-1 * 1)  * 0.5625 * 100%) + (1 / (-1 * 1) * 0.5625 * 1rem)); }

.cards--size-1-1-none-large:not(.cards--events) {
  width: calc(100% - 3rem);
  float: left;
  margin-left: 1.5rem; }

.cards--size-1-1-none-large .cards__fixed {
  padding-top: calc((1 / (-1 * 1)  * 0.5625 * 100%) + (1 / (-1 * 1) * 0.5625 * 1.5rem)); }

.cards--size-1-1-tiny-none:not(.cards--events) {
  width: calc(100%);
  float: left;
  margin-left: 0rem; }

.cards--size-1-1-tiny-none .cards__fixed {
  padding-top: calc((1 / (6 * 1)  * 0.5625 * 100%) + (1 / (6 * 1) * 0.5625 * 0rem)); }

.cards--size-1-1-tiny-tiny:not(.cards--events) {
  width: calc(100% - 0.2rem);
  float: left;
  margin-left: 0.1rem; }

.cards--size-1-1-tiny-tiny .cards__fixed {
  padding-top: calc((1 / (6 * 1)  * 0.5625 * 100%) + (1 / (6 * 1) * 0.5625 * 0.1rem)); }

.cards--size-1-1-tiny-small:not(.cards--events) {
  width: calc(100% - 1rem);
  float: left;
  margin-left: 0.5rem; }

.cards--size-1-1-tiny-small .cards__fixed {
  padding-top: calc((1 / (6 * 1)  * 0.5625 * 100%) + (1 / (6 * 1) * 0.5625 * 0.5rem)); }

.cards--size-1-1-tiny-medium:not(.cards--events) {
  width: calc(100% - 2rem);
  float: left;
  margin-left: 1rem; }

.cards--size-1-1-tiny-medium .cards__fixed {
  padding-top: calc((1 / (6 * 1)  * 0.5625 * 100%) + (1 / (6 * 1) * 0.5625 * 1rem)); }

.cards--size-1-1-tiny-large:not(.cards--events) {
  width: calc(100% - 3rem);
  float: left;
  margin-left: 1.5rem; }

.cards--size-1-1-tiny-large .cards__fixed {
  padding-top: calc((1 / (6 * 1)  * 0.5625 * 100%) + (1 / (6 * 1) * 0.5625 * 1.5rem)); }

.cards--size-1-1-small-none:not(.cards--events) {
  width: calc(100%);
  float: left;
  margin-left: 0rem; }

.cards--size-1-1-small-none .cards__fixed {
  padding-top: calc((1 / (6 * 1)  * 0.5625 * 100%) + (1 / (6 * 1) * 0.5625 * 0rem)); }

.cards--size-1-1-small-tiny:not(.cards--events) {
  width: calc(100% - 0.2rem);
  float: left;
  margin-left: 0.1rem; }

.cards--size-1-1-small-tiny .cards__fixed {
  padding-top: calc((1 / (6 * 1)  * 0.5625 * 100%) + (1 / (6 * 1) * 0.5625 * 0.1rem)); }

.cards--size-1-1-small-small:not(.cards--events) {
  width: calc(100% - 1rem);
  float: left;
  margin-left: 0.5rem; }

.cards--size-1-1-small-small .cards__fixed {
  padding-top: calc((1 / (6 * 1)  * 0.5625 * 100%) + (1 / (6 * 1) * 0.5625 * 0.5rem)); }

.cards--size-1-1-small-medium:not(.cards--events) {
  width: calc(100% - 2rem);
  float: left;
  margin-left: 1rem; }

.cards--size-1-1-small-medium .cards__fixed {
  padding-top: calc((1 / (6 * 1)  * 0.5625 * 100%) + (1 / (6 * 1) * 0.5625 * 1rem)); }

.cards--size-1-1-small-large:not(.cards--events) {
  width: calc(100% - 3rem);
  float: left;
  margin-left: 1.5rem; }

.cards--size-1-1-small-large .cards__fixed {
  padding-top: calc((1 / (6 * 1)  * 0.5625 * 100%) + (1 / (6 * 1) * 0.5625 * 1.5rem)); }

.cards--size-1-1-medium-none:not(.cards--events) {
  width: calc(100%);
  float: left;
  margin-left: 0rem; }

.cards--size-1-1-medium-none .cards__fixed {
  padding-top: calc((1 / (2 * 1)  * 0.5625 * 100%) + (1 / (2 * 1) * 0.5625 * 0rem)); }

.cards--size-1-1-medium-tiny:not(.cards--events) {
  width: calc(100% - 0.2rem);
  float: left;
  margin-left: 0.1rem; }

.cards--size-1-1-medium-tiny .cards__fixed {
  padding-top: calc((1 / (2 * 1)  * 0.5625 * 100%) + (1 / (2 * 1) * 0.5625 * 0.1rem)); }

.cards--size-1-1-medium-small:not(.cards--events) {
  width: calc(100% - 1rem);
  float: left;
  margin-left: 0.5rem; }

.cards--size-1-1-medium-small .cards__fixed {
  padding-top: calc((1 / (2 * 1)  * 0.5625 * 100%) + (1 / (2 * 1) * 0.5625 * 0.5rem)); }

.cards--size-1-1-medium-medium:not(.cards--events) {
  width: calc(100% - 2rem);
  float: left;
  margin-left: 1rem; }

.cards--size-1-1-medium-medium .cards__fixed {
  padding-top: calc((1 / (2 * 1)  * 0.5625 * 100%) + (1 / (2 * 1) * 0.5625 * 1rem)); }

.cards--size-1-1-medium-large:not(.cards--events) {
  width: calc(100% - 3rem);
  float: left;
  margin-left: 1.5rem; }

.cards--size-1-1-medium-large .cards__fixed {
  padding-top: calc((1 / (2 * 1)  * 0.5625 * 100%) + (1 / (2 * 1) * 0.5625 * 1.5rem)); }

.cards--size-1-1-large-none:not(.cards--events) {
  width: calc(100%);
  float: left;
  margin-left: 0rem; }

.cards--size-1-1-large-none .cards__fixed {
  padding-top: calc((1 / (1 * 1)  * 0.5625 * 100%) + (1 / (1 * 1) * 0.5625 * 0rem)); }

.cards--size-1-1-large-tiny:not(.cards--events) {
  width: calc(100% - 0.2rem);
  float: left;
  margin-left: 0.1rem; }

.cards--size-1-1-large-tiny .cards__fixed {
  padding-top: calc((1 / (1 * 1)  * 0.5625 * 100%) + (1 / (1 * 1) * 0.5625 * 0.1rem)); }

.cards--size-1-1-large-small:not(.cards--events) {
  width: calc(100% - 1rem);
  float: left;
  margin-left: 0.5rem; }

.cards--size-1-1-large-small .cards__fixed {
  padding-top: calc((1 / (1 * 1)  * 0.5625 * 100%) + (1 / (1 * 1) * 0.5625 * 0.5rem)); }

.cards--size-1-1-large-medium:not(.cards--events) {
  width: calc(100% - 2rem);
  float: left;
  margin-left: 1rem; }

.cards--size-1-1-large-medium .cards__fixed {
  padding-top: calc((1 / (1 * 1)  * 0.5625 * 100%) + (1 / (1 * 1) * 0.5625 * 1rem)); }

.cards--size-1-1-large-large:not(.cards--events) {
  width: calc(100% - 3rem);
  float: left;
  margin-left: 1.5rem; }

.cards--size-1-1-large-large .cards__fixed {
  padding-top: calc((1 / (1 * 1)  * 0.5625 * 100%) + (1 / (1 * 1) * 0.5625 * 1.5rem)); }

.cards--size-9-18-medium-none:not(.cards--events) {
  width: calc(100%);
  float: left;
  margin-left: 0rem; }

.cards--size-9-18-medium-none .cards__fixed {
  padding-top: calc((18 / (1 * 18)  * 0.5625 * 100%) + (18 / (1 * 18) * 0.5625 * 0rem)); }

.cards--size-9-18-medium-tiny:not(.cards--events) {
  width: calc(100% - 0.2rem);
  float: left;
  margin-left: 0.1rem; }

.cards--size-9-18-medium-tiny .cards__fixed {
  padding-top: calc((18 / (1 * 18)  * 0.5625 * 100%) + (18 / (1 * 18) * 0.5625 * 0.1rem)); }

.cards--size-9-18-medium-small:not(.cards--events) {
  width: calc(100% - 1rem);
  float: left;
  margin-left: 0.5rem; }

.cards--size-9-18-medium-small .cards__fixed {
  padding-top: calc((18 / (1 * 18)  * 0.5625 * 100%) + (18 / (1 * 18) * 0.5625 * 0.5rem)); }

.cards--size-9-18-medium-medium:not(.cards--events) {
  width: calc(100% - 2rem);
  float: left;
  margin-left: 1rem; }

.cards--size-9-18-medium-medium .cards__fixed {
  padding-top: calc((18 / (1 * 18)  * 0.5625 * 100%) + (18 / (1 * 18) * 0.5625 * 1rem)); }

.cards--size-9-18-medium-large:not(.cards--events) {
  width: calc(100% - 3rem);
  float: left;
  margin-left: 1.5rem; }

.cards--size-9-18-medium-large .cards__fixed {
  padding-top: calc((18 / (1 * 18)  * 0.5625 * 100%) + (18 / (1 * 18) * 0.5625 * 1.5rem)); }

.cards--size-5-18-medium-none:not(.cards--events) {
  width: calc(100%);
  float: left;
  margin-left: 0rem; }

.cards--size-5-18-medium-none .cards__fixed {
  padding-top: calc((18 / (1 * 18)  * 0.5625 * 100%) + (18 / (1 * 18) * 0.5625 * 0rem)); }

.cards--size-5-18-medium-tiny:not(.cards--events) {
  width: calc(100% - 0.2rem);
  float: left;
  margin-left: 0.1rem; }

.cards--size-5-18-medium-tiny .cards__fixed {
  padding-top: calc((18 / (1 * 18)  * 0.5625 * 100%) + (18 / (1 * 18) * 0.5625 * 0.1rem)); }

.cards--size-5-18-medium-small:not(.cards--events) {
  width: calc(100% - 1rem);
  float: left;
  margin-left: 0.5rem; }

.cards--size-5-18-medium-small .cards__fixed {
  padding-top: calc((18 / (1 * 18)  * 0.5625 * 100%) + (18 / (1 * 18) * 0.5625 * 0.5rem)); }

.cards--size-5-18-medium-medium:not(.cards--events) {
  width: calc(100% - 2rem);
  float: left;
  margin-left: 1rem; }

.cards--size-5-18-medium-medium .cards__fixed {
  padding-top: calc((18 / (1 * 18)  * 0.5625 * 100%) + (18 / (1 * 18) * 0.5625 * 1rem)); }

.cards--size-5-18-medium-large:not(.cards--events) {
  width: calc(100% - 3rem);
  float: left;
  margin-left: 1.5rem; }

.cards--size-5-18-medium-large .cards__fixed {
  padding-top: calc((18 / (1 * 18)  * 0.5625 * 100%) + (18 / (1 * 18) * 0.5625 * 1.5rem)); }

.cards--size-4-18-medium-none:not(.cards--events) {
  width: calc(100%);
  float: left;
  margin-left: 0rem; }

.cards--size-4-18-medium-none .cards__fixed {
  padding-top: calc((18 / (1 * 18)  * 0.5625 * 100%) + (18 / (1 * 18) * 0.5625 * 0rem)); }

.cards--size-4-18-medium-tiny:not(.cards--events) {
  width: calc(100% - 0.2rem);
  float: left;
  margin-left: 0.1rem; }

.cards--size-4-18-medium-tiny .cards__fixed {
  padding-top: calc((18 / (1 * 18)  * 0.5625 * 100%) + (18 / (1 * 18) * 0.5625 * 0.1rem)); }

.cards--size-4-18-medium-small:not(.cards--events) {
  width: calc(100% - 1rem);
  float: left;
  margin-left: 0.5rem; }

.cards--size-4-18-medium-small .cards__fixed {
  padding-top: calc((18 / (1 * 18)  * 0.5625 * 100%) + (18 / (1 * 18) * 0.5625 * 0.5rem)); }

.cards--size-4-18-medium-medium:not(.cards--events) {
  width: calc(100% - 2rem);
  float: left;
  margin-left: 1rem; }

.cards--size-4-18-medium-medium .cards__fixed {
  padding-top: calc((18 / (1 * 18)  * 0.5625 * 100%) + (18 / (1 * 18) * 0.5625 * 1rem)); }

.cards--size-4-18-medium-large:not(.cards--events) {
  width: calc(100% - 3rem);
  float: left;
  margin-left: 1.5rem; }

.cards--size-4-18-medium-large .cards__fixed {
  padding-top: calc((18 / (1 * 18)  * 0.5625 * 100%) + (18 / (1 * 18) * 0.5625 * 1.5rem)); }

.cards--size-3-18-small-none:not(.cards--events) {
  width: calc(100%);
  float: left;
  margin-left: 0rem; }

.cards--size-3-18-small-none .cards__fixed {
  padding-top: calc((18 / (1 * 18)  * 0.5625 * 100%) + (18 / (1 * 18) * 0.5625 * 0rem)); }

.cards--size-3-18-small-tiny:not(.cards--events) {
  width: calc(100% - 0.2rem);
  float: left;
  margin-left: 0.1rem; }

.cards--size-3-18-small-tiny .cards__fixed {
  padding-top: calc((18 / (1 * 18)  * 0.5625 * 100%) + (18 / (1 * 18) * 0.5625 * 0.1rem)); }

.cards--size-3-18-small-small:not(.cards--events) {
  width: calc(100% - 1rem);
  float: left;
  margin-left: 0.5rem; }

.cards--size-3-18-small-small .cards__fixed {
  padding-top: calc((18 / (1 * 18)  * 0.5625 * 100%) + (18 / (1 * 18) * 0.5625 * 0.5rem)); }

.cards--size-3-18-small-medium:not(.cards--events) {
  width: calc(100% - 2rem);
  float: left;
  margin-left: 1rem; }

.cards--size-3-18-small-medium .cards__fixed {
  padding-top: calc((18 / (1 * 18)  * 0.5625 * 100%) + (18 / (1 * 18) * 0.5625 * 1rem)); }

.cards--size-3-18-small-large:not(.cards--events) {
  width: calc(100% - 3rem);
  float: left;
  margin-left: 1.5rem; }

.cards--size-3-18-small-large .cards__fixed {
  padding-top: calc((18 / (1 * 18)  * 0.5625 * 100%) + (18 / (1 * 18) * 0.5625 * 1.5rem)); }

.cards--size-5-18-small-none:not(.cards--events) {
  width: calc(100%);
  float: left;
  margin-left: 0rem; }

.cards--size-5-18-small-none .cards__fixed {
  padding-top: calc((18 / (1 * 18)  * 0.5625 * 100%) + (18 / (1 * 18) * 0.5625 * 0rem)); }

.cards--size-5-18-small-tiny:not(.cards--events) {
  width: calc(100% - 0.2rem);
  float: left;
  margin-left: 0.1rem; }

.cards--size-5-18-small-tiny .cards__fixed {
  padding-top: calc((18 / (1 * 18)  * 0.5625 * 100%) + (18 / (1 * 18) * 0.5625 * 0.1rem)); }

.cards--size-5-18-small-small:not(.cards--events) {
  width: calc(100% - 1rem);
  float: left;
  margin-left: 0.5rem; }

.cards--size-5-18-small-small .cards__fixed {
  padding-top: calc((18 / (1 * 18)  * 0.5625 * 100%) + (18 / (1 * 18) * 0.5625 * 0.5rem)); }

.cards--size-5-18-small-medium:not(.cards--events) {
  width: calc(100% - 2rem);
  float: left;
  margin-left: 1rem; }

.cards--size-5-18-small-medium .cards__fixed {
  padding-top: calc((18 / (1 * 18)  * 0.5625 * 100%) + (18 / (1 * 18) * 0.5625 * 1rem)); }

.cards--size-5-18-small-large:not(.cards--events) {
  width: calc(100% - 3rem);
  float: left;
  margin-left: 1.5rem; }

.cards--size-5-18-small-large .cards__fixed {
  padding-top: calc((18 / (1 * 18)  * 0.5625 * 100%) + (18 / (1 * 18) * 0.5625 * 1.5rem)); }

.cards--size-1-2-medium-none:not(.cards--events) {
  width: calc(100%);
  float: left;
  margin-left: 0rem; }

.cards--size-1-2-medium-none .cards__fixed {
  padding-top: calc((2 / (1 * 2)  * 0.5625 * 100%) + (2 / (1 * 2) * 0.5625 * 0rem)); }

.cards--size-1-2-medium-tiny:not(.cards--events) {
  width: calc(100% - 0.2rem);
  float: left;
  margin-left: 0.1rem; }

.cards--size-1-2-medium-tiny .cards__fixed {
  padding-top: calc((2 / (1 * 2)  * 0.5625 * 100%) + (2 / (1 * 2) * 0.5625 * 0.1rem)); }

.cards--size-1-2-medium-small:not(.cards--events) {
  width: calc(100% - 1rem);
  float: left;
  margin-left: 0.5rem; }

.cards--size-1-2-medium-small .cards__fixed {
  padding-top: calc((2 / (1 * 2)  * 0.5625 * 100%) + (2 / (1 * 2) * 0.5625 * 0.5rem)); }

.cards--size-1-2-medium-medium:not(.cards--events) {
  width: calc(100% - 2rem);
  float: left;
  margin-left: 1rem; }

.cards--size-1-2-medium-medium .cards__fixed {
  padding-top: calc((2 / (1 * 2)  * 0.5625 * 100%) + (2 / (1 * 2) * 0.5625 * 1rem)); }

.cards--size-1-2-medium-large:not(.cards--events) {
  width: calc(100% - 3rem);
  float: left;
  margin-left: 1.5rem; }

.cards--size-1-2-medium-large .cards__fixed {
  padding-top: calc((2 / (1 * 2)  * 0.5625 * 100%) + (2 / (1 * 2) * 0.5625 * 1.5rem)); }

.cards--size-1-2-large-none:not(.cards--events) {
  width: calc(100%);
  float: left;
  margin-left: 0rem; }

.cards--size-1-2-large-none .cards__fixed {
  padding-top: calc((1 / (1 * 1)  * 0.5625 * 100%) + (1 / (1 * 1) * 0.5625 * 0rem)); }

.cards--size-1-2-large-tiny:not(.cards--events) {
  width: calc(100% - 0.2rem);
  float: left;
  margin-left: 0.1rem; }

.cards--size-1-2-large-tiny .cards__fixed {
  padding-top: calc((1 / (1 * 1)  * 0.5625 * 100%) + (1 / (1 * 1) * 0.5625 * 0.1rem)); }

.cards--size-1-2-large-small:not(.cards--events) {
  width: calc(100% - 1rem);
  float: left;
  margin-left: 0.5rem; }

.cards--size-1-2-large-small .cards__fixed {
  padding-top: calc((1 / (1 * 1)  * 0.5625 * 100%) + (1 / (1 * 1) * 0.5625 * 0.5rem)); }

.cards--size-1-2-large-medium:not(.cards--events) {
  width: calc(100% - 2rem);
  float: left;
  margin-left: 1rem; }

.cards--size-1-2-large-medium .cards__fixed {
  padding-top: calc((1 / (1 * 1)  * 0.5625 * 100%) + (1 / (1 * 1) * 0.5625 * 1rem)); }

.cards--size-1-2-large-large:not(.cards--events) {
  width: calc(100% - 3rem);
  float: left;
  margin-left: 1.5rem; }

.cards--size-1-2-large-large .cards__fixed {
  padding-top: calc((1 / (1 * 1)  * 0.5625 * 100%) + (1 / (1 * 1) * 0.5625 * 1.5rem)); }

.cards--size-1-3-small-none:not(.cards--events) {
  width: calc(100%);
  float: left;
  margin-left: 0rem; }

.cards--size-1-3-small-none .cards__fixed {
  padding-top: calc((3 / (1 * 3)  * 0.5625 * 100%) + (3 / (1 * 3) * 0.5625 * 0rem)); }

.cards--size-1-3-small-tiny:not(.cards--events) {
  width: calc(100% - 0.2rem);
  float: left;
  margin-left: 0.1rem; }

.cards--size-1-3-small-tiny .cards__fixed {
  padding-top: calc((3 / (1 * 3)  * 0.5625 * 100%) + (3 / (1 * 3) * 0.5625 * 0.1rem)); }

.cards--size-1-3-small-small:not(.cards--events) {
  width: calc(100% - 1rem);
  float: left;
  margin-left: 0.5rem; }

.cards--size-1-3-small-small .cards__fixed {
  padding-top: calc((3 / (1 * 3)  * 0.5625 * 100%) + (3 / (1 * 3) * 0.5625 * 0.5rem)); }

.cards--size-1-3-small-medium:not(.cards--events) {
  width: calc(100% - 2rem);
  float: left;
  margin-left: 1rem; }

.cards--size-1-3-small-medium .cards__fixed {
  padding-top: calc((3 / (1 * 3)  * 0.5625 * 100%) + (3 / (1 * 3) * 0.5625 * 1rem)); }

.cards--size-1-3-small-large:not(.cards--events) {
  width: calc(100% - 3rem);
  float: left;
  margin-left: 1.5rem; }

.cards--size-1-3-small-large .cards__fixed {
  padding-top: calc((3 / (1 * 3)  * 0.5625 * 100%) + (3 / (1 * 3) * 0.5625 * 1.5rem)); }

.cards--size-1-4-small-none:not(.cards--events) {
  width: calc(100%);
  float: left;
  margin-left: 0rem; }

.cards--size-1-4-small-none .cards__fixed {
  padding-top: calc((4 / (1 * 4)  * 0.5625 * 100%) + (4 / (1 * 4) * 0.5625 * 0rem)); }

.cards--size-1-4-small-tiny:not(.cards--events) {
  width: calc(100% - 0.2rem);
  float: left;
  margin-left: 0.1rem; }

.cards--size-1-4-small-tiny .cards__fixed {
  padding-top: calc((4 / (1 * 4)  * 0.5625 * 100%) + (4 / (1 * 4) * 0.5625 * 0.1rem)); }

.cards--size-1-4-small-small:not(.cards--events) {
  width: calc(100% - 1rem);
  float: left;
  margin-left: 0.5rem; }

.cards--size-1-4-small-small .cards__fixed {
  padding-top: calc((4 / (1 * 4)  * 0.5625 * 100%) + (4 / (1 * 4) * 0.5625 * 0.5rem)); }

.cards--size-1-4-small-medium:not(.cards--events) {
  width: calc(100% - 2rem);
  float: left;
  margin-left: 1rem; }

.cards--size-1-4-small-medium .cards__fixed {
  padding-top: calc((4 / (1 * 4)  * 0.5625 * 100%) + (4 / (1 * 4) * 0.5625 * 1rem)); }

.cards--size-1-4-small-large:not(.cards--events) {
  width: calc(100% - 3rem);
  float: left;
  margin-left: 1.5rem; }

.cards--size-1-4-small-large .cards__fixed {
  padding-top: calc((4 / (1 * 4)  * 0.5625 * 100%) + (4 / (1 * 4) * 0.5625 * 1.5rem)); }

.cards--size-1-5-small-none:not(.cards--events) {
  width: calc(100%);
  float: left;
  margin-left: 0rem; }

.cards--size-1-5-small-none .cards__fixed {
  padding-top: calc((5 / (2 * 5)  * 0.5625 * 100%) + (5 / (2 * 5) * 0.5625 * 0rem)); }

.cards--size-1-5-small-tiny:not(.cards--events) {
  width: calc(100% - 0.2rem);
  float: left;
  margin-left: 0.1rem; }

.cards--size-1-5-small-tiny .cards__fixed {
  padding-top: calc((5 / (2 * 5)  * 0.5625 * 100%) + (5 / (2 * 5) * 0.5625 * 0.1rem)); }

.cards--size-1-5-small-small:not(.cards--events) {
  width: calc(100% - 1rem);
  float: left;
  margin-left: 0.5rem; }

.cards--size-1-5-small-small .cards__fixed {
  padding-top: calc((5 / (2 * 5)  * 0.5625 * 100%) + (5 / (2 * 5) * 0.5625 * 0.5rem)); }

.cards--size-1-5-small-medium:not(.cards--events) {
  width: calc(100% - 2rem);
  float: left;
  margin-left: 1rem; }

.cards--size-1-5-small-medium .cards__fixed {
  padding-top: calc((5 / (2 * 5)  * 0.5625 * 100%) + (5 / (2 * 5) * 0.5625 * 1rem)); }

.cards--size-1-5-small-large:not(.cards--events) {
  width: calc(100% - 3rem);
  float: left;
  margin-left: 1.5rem; }

.cards--size-1-5-small-large .cards__fixed {
  padding-top: calc((5 / (2 * 5)  * 0.5625 * 100%) + (5 / (2 * 5) * 0.5625 * 1.5rem)); }

.cards--size-1-6-small-none:not(.cards--events) {
  width: calc(50%);
  float: left;
  margin-left: 0rem; }

.cards--size-1-6-small-none .cards__fixed {
  padding-top: calc((6 / (2 * 3)  * 0.5625 * 100%) + (6 / (2 * 3) * 0.5625 * 0rem)); }

.cards--size-1-6-small-tiny:not(.cards--events) {
  width: calc(50% - 0.15rem);
  float: left;
  margin-left: 0.1rem; }

.cards--size-1-6-small-tiny .cards__fixed {
  padding-top: calc((6 / (2 * 3)  * 0.5625 * 100%) + (6 / (2 * 3) * 0.5625 * 0.1rem)); }

.cards--size-1-6-small-small:not(.cards--events) {
  width: calc(50% - 0.75rem);
  float: left;
  margin-left: 0.5rem; }

.cards--size-1-6-small-small .cards__fixed {
  padding-top: calc((6 / (2 * 3)  * 0.5625 * 100%) + (6 / (2 * 3) * 0.5625 * 0.5rem)); }

.cards--size-1-6-small-medium:not(.cards--events) {
  width: calc(50% - 1.5rem);
  float: left;
  margin-left: 1rem; }

.cards--size-1-6-small-medium .cards__fixed {
  padding-top: calc((6 / (2 * 3)  * 0.5625 * 100%) + (6 / (2 * 3) * 0.5625 * 1rem)); }

.cards--size-1-6-small-large:not(.cards--events) {
  width: calc(50% - 2.25rem);
  float: left;
  margin-left: 1.5rem; }

.cards--size-1-6-small-large .cards__fixed {
  padding-top: calc((6 / (2 * 3)  * 0.5625 * 100%) + (6 / (2 * 3) * 0.5625 * 1.5rem)); }

.cards--size-5-12-medium-none:not(.cards--events) {
  width: calc(100%);
  float: left;
  margin-left: 0rem; }

.cards--size-5-12-medium-none .cards__fixed {
  padding-top: calc((12 / (1 * 12)  * 0.5625 * 100%) + (12 / (1 * 12) * 0.5625 * 0rem)); }

.cards--size-5-12-medium-tiny:not(.cards--events) {
  width: calc(100% - 0.2rem);
  float: left;
  margin-left: 0.1rem; }

.cards--size-5-12-medium-tiny .cards__fixed {
  padding-top: calc((12 / (1 * 12)  * 0.5625 * 100%) + (12 / (1 * 12) * 0.5625 * 0.1rem)); }

.cards--size-5-12-medium-small:not(.cards--events) {
  width: calc(100% - 1rem);
  float: left;
  margin-left: 0.5rem; }

.cards--size-5-12-medium-small .cards__fixed {
  padding-top: calc((12 / (1 * 12)  * 0.5625 * 100%) + (12 / (1 * 12) * 0.5625 * 0.5rem)); }

.cards--size-5-12-medium-medium:not(.cards--events) {
  width: calc(100% - 2rem);
  float: left;
  margin-left: 1rem; }

.cards--size-5-12-medium-medium .cards__fixed {
  padding-top: calc((12 / (1 * 12)  * 0.5625 * 100%) + (12 / (1 * 12) * 0.5625 * 1rem)); }

.cards--size-5-12-medium-large:not(.cards--events) {
  width: calc(100% - 3rem);
  float: left;
  margin-left: 1.5rem; }

.cards--size-5-12-medium-large .cards__fixed {
  padding-top: calc((12 / (1 * 12)  * 0.5625 * 100%) + (12 / (1 * 12) * 0.5625 * 1.5rem)); }

.cards--size-4-12-medium-none:not(.cards--events) {
  width: calc(100%);
  float: left;
  margin-left: 0rem; }

.cards--size-4-12-medium-none .cards__fixed {
  padding-top: calc((12 / (1 * 12)  * 0.5625 * 100%) + (12 / (1 * 12) * 0.5625 * 0rem)); }

.cards--size-4-12-medium-tiny:not(.cards--events) {
  width: calc(100% - 0.2rem);
  float: left;
  margin-left: 0.1rem; }

.cards--size-4-12-medium-tiny .cards__fixed {
  padding-top: calc((12 / (1 * 12)  * 0.5625 * 100%) + (12 / (1 * 12) * 0.5625 * 0.1rem)); }

.cards--size-4-12-medium-small:not(.cards--events) {
  width: calc(100% - 1rem);
  float: left;
  margin-left: 0.5rem; }

.cards--size-4-12-medium-small .cards__fixed {
  padding-top: calc((12 / (1 * 12)  * 0.5625 * 100%) + (12 / (1 * 12) * 0.5625 * 0.5rem)); }

.cards--size-4-12-medium-medium:not(.cards--events) {
  width: calc(100% - 2rem);
  float: left;
  margin-left: 1rem; }

.cards--size-4-12-medium-medium .cards__fixed {
  padding-top: calc((12 / (1 * 12)  * 0.5625 * 100%) + (12 / (1 * 12) * 0.5625 * 1rem)); }

.cards--size-4-12-medium-large:not(.cards--events) {
  width: calc(100% - 3rem);
  float: left;
  margin-left: 1.5rem; }

.cards--size-4-12-medium-large .cards__fixed {
  padding-top: calc((12 / (1 * 12)  * 0.5625 * 100%) + (12 / (1 * 12) * 0.5625 * 1.5rem)); }

.cards--size-3-12-medium-none:not(.cards--events) {
  width: calc(100%);
  float: left;
  margin-left: 0rem; }

.cards--size-3-12-medium-none .cards__fixed {
  padding-top: calc((12 / (1 * 12)  * 0.5625 * 100%) + (12 / (1 * 12) * 0.5625 * 0rem)); }

.cards--size-3-12-medium-tiny:not(.cards--events) {
  width: calc(100% - 0.2rem);
  float: left;
  margin-left: 0.1rem; }

.cards--size-3-12-medium-tiny .cards__fixed {
  padding-top: calc((12 / (1 * 12)  * 0.5625 * 100%) + (12 / (1 * 12) * 0.5625 * 0.1rem)); }

.cards--size-3-12-medium-small:not(.cards--events) {
  width: calc(100% - 1rem);
  float: left;
  margin-left: 0.5rem; }

.cards--size-3-12-medium-small .cards__fixed {
  padding-top: calc((12 / (1 * 12)  * 0.5625 * 100%) + (12 / (1 * 12) * 0.5625 * 0.5rem)); }

.cards--size-3-12-medium-medium:not(.cards--events) {
  width: calc(100% - 2rem);
  float: left;
  margin-left: 1rem; }

.cards--size-3-12-medium-medium .cards__fixed {
  padding-top: calc((12 / (1 * 12)  * 0.5625 * 100%) + (12 / (1 * 12) * 0.5625 * 1rem)); }

.cards--size-3-12-medium-large:not(.cards--events) {
  width: calc(100% - 3rem);
  float: left;
  margin-left: 1.5rem; }

.cards--size-3-12-medium-large .cards__fixed {
  padding-top: calc((12 / (1 * 12)  * 0.5625 * 100%) + (12 / (1 * 12) * 0.5625 * 1.5rem)); }

@media screen and (min-width: 600px) {
  .cards .cards__fixed .cards__wrapper .cards__backdrop .cards__backdrop-shadow {
    background: linear-gradient(rgba(0, 0, 0, 0), 85%, rgba(0, 0, 0, 0.9)); }
  .cards.cards--layout-split .cards__footer h3 {
    font-size: 1.5rem; }
  .cards.cards--layout-split .cards__footer p {
    font-size: 1.7rem;
    line-height: 2rem;
    -webkit-line-clamp: 4; }
  .cards--size-1-1-none-none:not(.cards--events) {
    width: calc(100%);
    float: left;
    margin-left: 0rem; }
  .cards--size-1-1-none-none .cards__fixed {
    padding-top: calc((1 / (-1 * 1)  * 0.5625 * 100%) + (1 / (-1 * 1) * 0.5625 * 0rem)); }
  .cards--size-1-1-none-tiny:not(.cards--events) {
    width: calc(100% - 0.2rem);
    float: left;
    margin-left: 0.1rem; }
  .cards--size-1-1-none-tiny .cards__fixed {
    padding-top: calc((1 / (-1 * 1)  * 0.5625 * 100%) + (1 / (-1 * 1) * 0.5625 * 0.1rem)); }
  .cards--size-1-1-none-small:not(.cards--events) {
    width: calc(100% - 1rem);
    float: left;
    margin-left: 0.5rem; }
  .cards--size-1-1-none-small .cards__fixed {
    padding-top: calc((1 / (-1 * 1)  * 0.5625 * 100%) + (1 / (-1 * 1) * 0.5625 * 0.5rem)); }
  .cards--size-1-1-none-medium:not(.cards--events) {
    width: calc(100% - 2rem);
    float: left;
    margin-left: 1rem; }
  .cards--size-1-1-none-medium .cards__fixed {
    padding-top: calc((1 / (-1 * 1)  * 0.5625 * 100%) + (1 / (-1 * 1) * 0.5625 * 1rem)); }
  .cards--size-1-1-none-large:not(.cards--events) {
    width: calc(100% - 3rem);
    float: left;
    margin-left: 1.5rem; }
  .cards--size-1-1-none-large .cards__fixed {
    padding-top: calc((1 / (-1 * 1)  * 0.5625 * 100%) + (1 / (-1 * 1) * 0.5625 * 1.5rem)); }
  .cards--size-1-1-tiny-none:not(.cards--events) {
    width: calc(100%);
    float: left;
    margin-left: 0rem; }
  .cards--size-1-1-tiny-none .cards__fixed {
    padding-top: calc((1 / (6 * 1)  * 0.5625 * 100%) + (1 / (6 * 1) * 0.5625 * 0rem)); }
  .cards--size-1-1-tiny-tiny:not(.cards--events) {
    width: calc(100% - 0.2rem);
    float: left;
    margin-left: 0.1rem; }
  .cards--size-1-1-tiny-tiny .cards__fixed {
    padding-top: calc((1 / (6 * 1)  * 0.5625 * 100%) + (1 / (6 * 1) * 0.5625 * 0.1rem)); }
  .cards--size-1-1-tiny-small:not(.cards--events) {
    width: calc(100% - 1rem);
    float: left;
    margin-left: 0.5rem; }
  .cards--size-1-1-tiny-small .cards__fixed {
    padding-top: calc((1 / (6 * 1)  * 0.5625 * 100%) + (1 / (6 * 1) * 0.5625 * 0.5rem)); }
  .cards--size-1-1-tiny-medium:not(.cards--events) {
    width: calc(100% - 2rem);
    float: left;
    margin-left: 1rem; }
  .cards--size-1-1-tiny-medium .cards__fixed {
    padding-top: calc((1 / (6 * 1)  * 0.5625 * 100%) + (1 / (6 * 1) * 0.5625 * 1rem)); }
  .cards--size-1-1-tiny-large:not(.cards--events) {
    width: calc(100% - 3rem);
    float: left;
    margin-left: 1.5rem; }
  .cards--size-1-1-tiny-large .cards__fixed {
    padding-top: calc((1 / (6 * 1)  * 0.5625 * 100%) + (1 / (6 * 1) * 0.5625 * 1.5rem)); }
  .cards--size-1-1-small-none:not(.cards--events) {
    width: calc(100%);
    float: left;
    margin-left: 0rem; }
  .cards--size-1-1-small-none .cards__fixed {
    padding-top: calc((1 / (6 * 1)  * 0.5625 * 100%) + (1 / (6 * 1) * 0.5625 * 0rem)); }
  .cards--size-1-1-small-tiny:not(.cards--events) {
    width: calc(100% - 0.2rem);
    float: left;
    margin-left: 0.1rem; }
  .cards--size-1-1-small-tiny .cards__fixed {
    padding-top: calc((1 / (6 * 1)  * 0.5625 * 100%) + (1 / (6 * 1) * 0.5625 * 0.1rem)); }
  .cards--size-1-1-small-small:not(.cards--events) {
    width: calc(100% - 1rem);
    float: left;
    margin-left: 0.5rem; }
  .cards--size-1-1-small-small .cards__fixed {
    padding-top: calc((1 / (6 * 1)  * 0.5625 * 100%) + (1 / (6 * 1) * 0.5625 * 0.5rem)); }
  .cards--size-1-1-small-medium:not(.cards--events) {
    width: calc(100% - 2rem);
    float: left;
    margin-left: 1rem; }
  .cards--size-1-1-small-medium .cards__fixed {
    padding-top: calc((1 / (6 * 1)  * 0.5625 * 100%) + (1 / (6 * 1) * 0.5625 * 1rem)); }
  .cards--size-1-1-small-large:not(.cards--events) {
    width: calc(100% - 3rem);
    float: left;
    margin-left: 1.5rem; }
  .cards--size-1-1-small-large .cards__fixed {
    padding-top: calc((1 / (6 * 1)  * 0.5625 * 100%) + (1 / (6 * 1) * 0.5625 * 1.5rem)); }
  .cards--size-1-1-medium-none:not(.cards--events) {
    width: calc(100%);
    float: left;
    margin-left: 0rem; }
  .cards--size-1-1-medium-none .cards__fixed {
    padding-top: calc((1 / (2 * 1)  * 0.5625 * 100%) + (1 / (2 * 1) * 0.5625 * 0rem)); }
  .cards--size-1-1-medium-tiny:not(.cards--events) {
    width: calc(100% - 0.2rem);
    float: left;
    margin-left: 0.1rem; }
  .cards--size-1-1-medium-tiny .cards__fixed {
    padding-top: calc((1 / (2 * 1)  * 0.5625 * 100%) + (1 / (2 * 1) * 0.5625 * 0.1rem)); }
  .cards--size-1-1-medium-small:not(.cards--events) {
    width: calc(100% - 1rem);
    float: left;
    margin-left: 0.5rem; }
  .cards--size-1-1-medium-small .cards__fixed {
    padding-top: calc((1 / (2 * 1)  * 0.5625 * 100%) + (1 / (2 * 1) * 0.5625 * 0.5rem)); }
  .cards--size-1-1-medium-medium:not(.cards--events) {
    width: calc(100% - 2rem);
    float: left;
    margin-left: 1rem; }
  .cards--size-1-1-medium-medium .cards__fixed {
    padding-top: calc((1 / (2 * 1)  * 0.5625 * 100%) + (1 / (2 * 1) * 0.5625 * 1rem)); }
  .cards--size-1-1-medium-large:not(.cards--events) {
    width: calc(100% - 3rem);
    float: left;
    margin-left: 1.5rem; }
  .cards--size-1-1-medium-large .cards__fixed {
    padding-top: calc((1 / (2 * 1)  * 0.5625 * 100%) + (1 / (2 * 1) * 0.5625 * 1.5rem)); }
  .cards--size-1-1-large-none:not(.cards--events) {
    width: calc(100%);
    float: left;
    margin-left: 0rem; }
  .cards--size-1-1-large-none .cards__fixed {
    padding-top: calc((1 / (1 * 1)  * 0.5625 * 100%) + (1 / (1 * 1) * 0.5625 * 0rem)); }
  .cards--size-1-1-large-tiny:not(.cards--events) {
    width: calc(100% - 0.2rem);
    float: left;
    margin-left: 0.1rem; }
  .cards--size-1-1-large-tiny .cards__fixed {
    padding-top: calc((1 / (1 * 1)  * 0.5625 * 100%) + (1 / (1 * 1) * 0.5625 * 0.1rem)); }
  .cards--size-1-1-large-small:not(.cards--events) {
    width: calc(100% - 1rem);
    float: left;
    margin-left: 0.5rem; }
  .cards--size-1-1-large-small .cards__fixed {
    padding-top: calc((1 / (1 * 1)  * 0.5625 * 100%) + (1 / (1 * 1) * 0.5625 * 0.5rem)); }
  .cards--size-1-1-large-medium:not(.cards--events) {
    width: calc(100% - 2rem);
    float: left;
    margin-left: 1rem; }
  .cards--size-1-1-large-medium .cards__fixed {
    padding-top: calc((1 / (1 * 1)  * 0.5625 * 100%) + (1 / (1 * 1) * 0.5625 * 1rem)); }
  .cards--size-1-1-large-large:not(.cards--events) {
    width: calc(100% - 3rem);
    float: left;
    margin-left: 1.5rem; }
  .cards--size-1-1-large-large .cards__fixed {
    padding-top: calc((1 / (1 * 1)  * 0.5625 * 100%) + (1 / (1 * 1) * 0.5625 * 1.5rem)); }
  .cards--size-9-18-medium-none:not(.cards--events) {
    width: calc(100%);
    float: left;
    margin-left: 0rem; }
  .cards--size-9-18-medium-none .cards__fixed {
    padding-top: calc((18 / (1 * 18)  * 0.5625 * 100%) + (18 / (1 * 18) * 0.5625 * 0rem)); }
  .cards--size-9-18-medium-tiny:not(.cards--events) {
    width: calc(100% - 0.2rem);
    float: left;
    margin-left: 0.1rem; }
  .cards--size-9-18-medium-tiny .cards__fixed {
    padding-top: calc((18 / (1 * 18)  * 0.5625 * 100%) + (18 / (1 * 18) * 0.5625 * 0.1rem)); }
  .cards--size-9-18-medium-small:not(.cards--events) {
    width: calc(100% - 1rem);
    float: left;
    margin-left: 0.5rem; }
  .cards--size-9-18-medium-small .cards__fixed {
    padding-top: calc((18 / (1 * 18)  * 0.5625 * 100%) + (18 / (1 * 18) * 0.5625 * 0.5rem)); }
  .cards--size-9-18-medium-medium:not(.cards--events) {
    width: calc(100% - 2rem);
    float: left;
    margin-left: 1rem; }
  .cards--size-9-18-medium-medium .cards__fixed {
    padding-top: calc((18 / (1 * 18)  * 0.5625 * 100%) + (18 / (1 * 18) * 0.5625 * 1rem)); }
  .cards--size-9-18-medium-large:not(.cards--events) {
    width: calc(100% - 3rem);
    float: left;
    margin-left: 1.5rem; }
  .cards--size-9-18-medium-large .cards__fixed {
    padding-top: calc((18 / (1 * 18)  * 0.5625 * 100%) + (18 / (1 * 18) * 0.5625 * 1.5rem)); }
  .cards--size-5-18-medium-none:not(.cards--events) {
    width: calc(50%);
    float: left;
    margin-left: 0rem; }
  .cards--size-5-18-medium-none .cards__fixed {
    padding-top: calc((18 / (2 * 9)  * 0.5625 * 100%) + (18 / (2 * 9) * 0.5625 * 0rem)); }
  .cards--size-5-18-medium-tiny:not(.cards--events) {
    width: calc(50% - 0.15rem);
    float: left;
    margin-left: 0.1rem; }
  .cards--size-5-18-medium-tiny .cards__fixed {
    padding-top: calc((18 / (2 * 9)  * 0.5625 * 100%) + (18 / (2 * 9) * 0.5625 * 0.1rem)); }
  .cards--size-5-18-medium-small:not(.cards--events) {
    width: calc(50% - 0.75rem);
    float: left;
    margin-left: 0.5rem; }
  .cards--size-5-18-medium-small .cards__fixed {
    padding-top: calc((18 / (2 * 9)  * 0.5625 * 100%) + (18 / (2 * 9) * 0.5625 * 0.5rem)); }
  .cards--size-5-18-medium-medium:not(.cards--events) {
    width: calc(50% - 1.5rem);
    float: left;
    margin-left: 1rem; }
  .cards--size-5-18-medium-medium .cards__fixed {
    padding-top: calc((18 / (2 * 9)  * 0.5625 * 100%) + (18 / (2 * 9) * 0.5625 * 1rem)); }
  .cards--size-5-18-medium-large:not(.cards--events) {
    width: calc(50% - 2.25rem);
    float: left;
    margin-left: 1.5rem; }
  .cards--size-5-18-medium-large .cards__fixed {
    padding-top: calc((18 / (2 * 9)  * 0.5625 * 100%) + (18 / (2 * 9) * 0.5625 * 1.5rem)); }
  .cards--size-4-18-medium-none:not(.cards--events) {
    width: calc(50%);
    float: left;
    margin-left: 0rem; }
  .cards--size-4-18-medium-none .cards__fixed {
    padding-top: calc((18 / (2 * 9)  * 0.5625 * 100%) + (18 / (2 * 9) * 0.5625 * 0rem)); }
  .cards--size-4-18-medium-tiny:not(.cards--events) {
    width: calc(50% - 0.15rem);
    float: left;
    margin-left: 0.1rem; }
  .cards--size-4-18-medium-tiny .cards__fixed {
    padding-top: calc((18 / (2 * 9)  * 0.5625 * 100%) + (18 / (2 * 9) * 0.5625 * 0.1rem)); }
  .cards--size-4-18-medium-small:not(.cards--events) {
    width: calc(50% - 0.75rem);
    float: left;
    margin-left: 0.5rem; }
  .cards--size-4-18-medium-small .cards__fixed {
    padding-top: calc((18 / (2 * 9)  * 0.5625 * 100%) + (18 / (2 * 9) * 0.5625 * 0.5rem)); }
  .cards--size-4-18-medium-medium:not(.cards--events) {
    width: calc(50% - 1.5rem);
    float: left;
    margin-left: 1rem; }
  .cards--size-4-18-medium-medium .cards__fixed {
    padding-top: calc((18 / (2 * 9)  * 0.5625 * 100%) + (18 / (2 * 9) * 0.5625 * 1rem)); }
  .cards--size-4-18-medium-large:not(.cards--events) {
    width: calc(50% - 2.25rem);
    float: left;
    margin-left: 1.5rem; }
  .cards--size-4-18-medium-large .cards__fixed {
    padding-top: calc((18 / (2 * 9)  * 0.5625 * 100%) + (18 / (2 * 9) * 0.5625 * 1.5rem)); }
  .cards--size-3-18-small-none:not(.cards--events) {
    width: calc(50%);
    float: left;
    margin-left: 0rem; }
  .cards--size-3-18-small-none .cards__fixed {
    padding-top: calc((18 / (2 * 9)  * 0.5625 * 100%) + (18 / (2 * 9) * 0.5625 * 0rem)); }
  .cards--size-3-18-small-tiny:not(.cards--events) {
    width: calc(50% - 0.15rem);
    float: left;
    margin-left: 0.1rem; }
  .cards--size-3-18-small-tiny .cards__fixed {
    padding-top: calc((18 / (2 * 9)  * 0.5625 * 100%) + (18 / (2 * 9) * 0.5625 * 0.1rem)); }
  .cards--size-3-18-small-small:not(.cards--events) {
    width: calc(50% - 0.75rem);
    float: left;
    margin-left: 0.5rem; }
  .cards--size-3-18-small-small .cards__fixed {
    padding-top: calc((18 / (2 * 9)  * 0.5625 * 100%) + (18 / (2 * 9) * 0.5625 * 0.5rem)); }
  .cards--size-3-18-small-medium:not(.cards--events) {
    width: calc(50% - 1.5rem);
    float: left;
    margin-left: 1rem; }
  .cards--size-3-18-small-medium .cards__fixed {
    padding-top: calc((18 / (2 * 9)  * 0.5625 * 100%) + (18 / (2 * 9) * 0.5625 * 1rem)); }
  .cards--size-3-18-small-large:not(.cards--events) {
    width: calc(50% - 2.25rem);
    float: left;
    margin-left: 1.5rem; }
  .cards--size-3-18-small-large .cards__fixed {
    padding-top: calc((18 / (2 * 9)  * 0.5625 * 100%) + (18 / (2 * 9) * 0.5625 * 1.5rem)); }
  .cards--size-5-18-small-none:not(.cards--events) {
    width: calc(50%);
    float: left;
    margin-left: 0rem; }
  .cards--size-5-18-small-none .cards__fixed {
    padding-top: calc((18 / (2 * 9)  * 0.5625 * 100%) + (18 / (2 * 9) * 0.5625 * 0rem)); }
  .cards--size-5-18-small-tiny:not(.cards--events) {
    width: calc(50% - 0.15rem);
    float: left;
    margin-left: 0.1rem; }
  .cards--size-5-18-small-tiny .cards__fixed {
    padding-top: calc((18 / (2 * 9)  * 0.5625 * 100%) + (18 / (2 * 9) * 0.5625 * 0.1rem)); }
  .cards--size-5-18-small-small:not(.cards--events) {
    width: calc(50% - 0.75rem);
    float: left;
    margin-left: 0.5rem; }
  .cards--size-5-18-small-small .cards__fixed {
    padding-top: calc((18 / (2 * 9)  * 0.5625 * 100%) + (18 / (2 * 9) * 0.5625 * 0.5rem)); }
  .cards--size-5-18-small-medium:not(.cards--events) {
    width: calc(50% - 1.5rem);
    float: left;
    margin-left: 1rem; }
  .cards--size-5-18-small-medium .cards__fixed {
    padding-top: calc((18 / (2 * 9)  * 0.5625 * 100%) + (18 / (2 * 9) * 0.5625 * 1rem)); }
  .cards--size-5-18-small-large:not(.cards--events) {
    width: calc(50% - 2.25rem);
    float: left;
    margin-left: 1.5rem; }
  .cards--size-5-18-small-large .cards__fixed {
    padding-top: calc((18 / (2 * 9)  * 0.5625 * 100%) + (18 / (2 * 9) * 0.5625 * 1.5rem)); }
  .cards--size-1-2-medium-none:not(.cards--events) {
    width: calc(50%);
    float: left;
    margin-left: 0rem; }
  .cards--size-1-2-medium-none .cards__fixed {
    padding-top: calc((2 / (2 * 1)  * 0.5625 * 100%) + (2 / (2 * 1) * 0.5625 * 0rem)); }
  .cards--size-1-2-medium-tiny:not(.cards--events) {
    width: calc(50% - 0.15rem);
    float: left;
    margin-left: 0.1rem; }
  .cards--size-1-2-medium-tiny .cards__fixed {
    padding-top: calc((2 / (2 * 1)  * 0.5625 * 100%) + (2 / (2 * 1) * 0.5625 * 0.1rem)); }
  .cards--size-1-2-medium-small:not(.cards--events) {
    width: calc(50% - 0.75rem);
    float: left;
    margin-left: 0.5rem; }
  .cards--size-1-2-medium-small .cards__fixed {
    padding-top: calc((2 / (2 * 1)  * 0.5625 * 100%) + (2 / (2 * 1) * 0.5625 * 0.5rem)); }
  .cards--size-1-2-medium-medium:not(.cards--events) {
    width: calc(50% - 1.5rem);
    float: left;
    margin-left: 1rem; }
  .cards--size-1-2-medium-medium .cards__fixed {
    padding-top: calc((2 / (2 * 1)  * 0.5625 * 100%) + (2 / (2 * 1) * 0.5625 * 1rem)); }
  .cards--size-1-2-medium-large:not(.cards--events) {
    width: calc(50% - 2.25rem);
    float: left;
    margin-left: 1.5rem; }
  .cards--size-1-2-medium-large .cards__fixed {
    padding-top: calc((2 / (2 * 1)  * 0.5625 * 100%) + (2 / (2 * 1) * 0.5625 * 1.5rem)); }
  .cards--size-1-2-large-none:not(.cards--events) {
    width: calc(50%);
    float: left;
    margin-left: 0rem; }
  .cards--size-1-2-large-none .cards__fixed {
    padding-top: calc((2 / (1 * 1)  * 0.5625 * 100%) + (2 / (1 * 1) * 0.5625 * 0rem)); }
  .cards--size-1-2-large-tiny:not(.cards--events) {
    width: calc(50% - 0.15rem);
    float: left;
    margin-left: 0.1rem; }
  .cards--size-1-2-large-tiny .cards__fixed {
    padding-top: calc((2 / (1 * 1)  * 0.5625 * 100%) + (2 / (1 * 1) * 0.5625 * 0.1rem)); }
  .cards--size-1-2-large-small:not(.cards--events) {
    width: calc(50% - 0.75rem);
    float: left;
    margin-left: 0.5rem; }
  .cards--size-1-2-large-small .cards__fixed {
    padding-top: calc((2 / (1 * 1)  * 0.5625 * 100%) + (2 / (1 * 1) * 0.5625 * 0.5rem)); }
  .cards--size-1-2-large-medium:not(.cards--events) {
    width: calc(50% - 1.5rem);
    float: left;
    margin-left: 1rem; }
  .cards--size-1-2-large-medium .cards__fixed {
    padding-top: calc((2 / (1 * 1)  * 0.5625 * 100%) + (2 / (1 * 1) * 0.5625 * 1rem)); }
  .cards--size-1-2-large-large:not(.cards--events) {
    width: calc(50% - 2.25rem);
    float: left;
    margin-left: 1.5rem; }
  .cards--size-1-2-large-large .cards__fixed {
    padding-top: calc((2 / (1 * 1)  * 0.5625 * 100%) + (2 / (1 * 1) * 0.5625 * 1.5rem)); }
  .cards--size-1-3-small-none:not(.cards--events) {
    width: calc(100%);
    float: left;
    margin-left: 0rem; }
  .cards--size-1-3-small-none .cards__fixed {
    padding-top: calc((3 / (1 * 3)  * 0.5625 * 100%) + (3 / (1 * 3) * 0.5625 * 0rem)); }
  .cards--size-1-3-small-tiny:not(.cards--events) {
    width: calc(100% - 0.2rem);
    float: left;
    margin-left: 0.1rem; }
  .cards--size-1-3-small-tiny .cards__fixed {
    padding-top: calc((3 / (1 * 3)  * 0.5625 * 100%) + (3 / (1 * 3) * 0.5625 * 0.1rem)); }
  .cards--size-1-3-small-small:not(.cards--events) {
    width: calc(100% - 1rem);
    float: left;
    margin-left: 0.5rem; }
  .cards--size-1-3-small-small .cards__fixed {
    padding-top: calc((3 / (1 * 3)  * 0.5625 * 100%) + (3 / (1 * 3) * 0.5625 * 0.5rem)); }
  .cards--size-1-3-small-medium:not(.cards--events) {
    width: calc(100% - 2rem);
    float: left;
    margin-left: 1rem; }
  .cards--size-1-3-small-medium .cards__fixed {
    padding-top: calc((3 / (1 * 3)  * 0.5625 * 100%) + (3 / (1 * 3) * 0.5625 * 1rem)); }
  .cards--size-1-3-small-large:not(.cards--events) {
    width: calc(100% - 3rem);
    float: left;
    margin-left: 1.5rem; }
  .cards--size-1-3-small-large .cards__fixed {
    padding-top: calc((3 / (1 * 3)  * 0.5625 * 100%) + (3 / (1 * 3) * 0.5625 * 1.5rem)); }
  .cards--size-1-4-small-none:not(.cards--events) {
    width: calc(50%);
    float: left;
    margin-left: 0rem; }
  .cards--size-1-4-small-none .cards__fixed {
    padding-top: calc((4 / (2 * 2)  * 0.5625 * 100%) + (4 / (2 * 2) * 0.5625 * 0rem)); }
  .cards--size-1-4-small-tiny:not(.cards--events) {
    width: calc(50% - 0.15rem);
    float: left;
    margin-left: 0.1rem; }
  .cards--size-1-4-small-tiny .cards__fixed {
    padding-top: calc((4 / (2 * 2)  * 0.5625 * 100%) + (4 / (2 * 2) * 0.5625 * 0.1rem)); }
  .cards--size-1-4-small-small:not(.cards--events) {
    width: calc(50% - 0.75rem);
    float: left;
    margin-left: 0.5rem; }
  .cards--size-1-4-small-small .cards__fixed {
    padding-top: calc((4 / (2 * 2)  * 0.5625 * 100%) + (4 / (2 * 2) * 0.5625 * 0.5rem)); }
  .cards--size-1-4-small-medium:not(.cards--events) {
    width: calc(50% - 1.5rem);
    float: left;
    margin-left: 1rem; }
  .cards--size-1-4-small-medium .cards__fixed {
    padding-top: calc((4 / (2 * 2)  * 0.5625 * 100%) + (4 / (2 * 2) * 0.5625 * 1rem)); }
  .cards--size-1-4-small-large:not(.cards--events) {
    width: calc(50% - 2.25rem);
    float: left;
    margin-left: 1.5rem; }
  .cards--size-1-4-small-large .cards__fixed {
    padding-top: calc((4 / (2 * 2)  * 0.5625 * 100%) + (4 / (2 * 2) * 0.5625 * 1.5rem)); }
  .cards--size-1-5-small-none:not(.cards--events) {
    width: calc(20%);
    float: left;
    margin-left: 0rem; }
  .cards--size-1-5-small-none .cards__fixed {
    padding-top: calc((5 / (3 * 1)  * 0.5625 * 100%) + (5 / (3 * 1) * 0.5625 * 0rem)); }
  .cards--size-1-5-small-tiny:not(.cards--events) {
    width: calc(20% - 0.12rem);
    float: left;
    margin-left: 0.1rem; }
  .cards--size-1-5-small-tiny .cards__fixed {
    padding-top: calc((5 / (3 * 1)  * 0.5625 * 100%) + (5 / (3 * 1) * 0.5625 * 0.1rem)); }
  .cards--size-1-5-small-small:not(.cards--events) {
    width: calc(20% - 0.6rem);
    float: left;
    margin-left: 0.5rem; }
  .cards--size-1-5-small-small .cards__fixed {
    padding-top: calc((5 / (3 * 1)  * 0.5625 * 100%) + (5 / (3 * 1) * 0.5625 * 0.5rem)); }
  .cards--size-1-5-small-medium:not(.cards--events) {
    width: calc(20% - 1.2rem);
    float: left;
    margin-left: 1rem; }
  .cards--size-1-5-small-medium .cards__fixed {
    padding-top: calc((5 / (3 * 1)  * 0.5625 * 100%) + (5 / (3 * 1) * 0.5625 * 1rem)); }
  .cards--size-1-5-small-large:not(.cards--events) {
    width: calc(20% - 1.8rem);
    float: left;
    margin-left: 1.5rem; }
  .cards--size-1-5-small-large .cards__fixed {
    padding-top: calc((5 / (3 * 1)  * 0.5625 * 100%) + (5 / (3 * 1) * 0.5625 * 1.5rem)); }
  .cards--size-1-6-small-none:not(.cards--events) {
    width: calc(33.33333%);
    float: left;
    margin-left: 0rem; }
  .cards--size-1-6-small-none .cards__fixed {
    padding-top: calc((6 / (3 * 2)  * 0.5625 * 100%) + (6 / (3 * 2) * 0.5625 * 0rem)); }
  .cards--size-1-6-small-tiny:not(.cards--events) {
    width: calc(33.33333% - 0.13333rem);
    float: left;
    margin-left: 0.1rem; }
  .cards--size-1-6-small-tiny .cards__fixed {
    padding-top: calc((6 / (3 * 2)  * 0.5625 * 100%) + (6 / (3 * 2) * 0.5625 * 0.1rem)); }
  .cards--size-1-6-small-small:not(.cards--events) {
    width: calc(33.33333% - 0.66667rem);
    float: left;
    margin-left: 0.5rem; }
  .cards--size-1-6-small-small .cards__fixed {
    padding-top: calc((6 / (3 * 2)  * 0.5625 * 100%) + (6 / (3 * 2) * 0.5625 * 0.5rem)); }
  .cards--size-1-6-small-medium:not(.cards--events) {
    width: calc(33.33333% - 1.33333rem);
    float: left;
    margin-left: 1rem; }
  .cards--size-1-6-small-medium .cards__fixed {
    padding-top: calc((6 / (3 * 2)  * 0.5625 * 100%) + (6 / (3 * 2) * 0.5625 * 1rem)); }
  .cards--size-1-6-small-large:not(.cards--events) {
    width: calc(33.33333% - 2rem);
    float: left;
    margin-left: 1.5rem; }
  .cards--size-1-6-small-large .cards__fixed {
    padding-top: calc((6 / (3 * 2)  * 0.5625 * 100%) + (6 / (3 * 2) * 0.5625 * 1.5rem)); }
  .cards--size-5-12-medium-none:not(.cards--events) {
    width: calc(100%);
    float: left;
    margin-left: 0rem; }
  .cards--size-5-12-medium-none .cards__fixed {
    padding-top: calc((12 / (1 * 12)  * 0.5625 * 100%) + (12 / (1 * 12) * 0.5625 * 0rem)); }
  .cards--size-5-12-medium-tiny:not(.cards--events) {
    width: calc(100% - 0.2rem);
    float: left;
    margin-left: 0.1rem; }
  .cards--size-5-12-medium-tiny .cards__fixed {
    padding-top: calc((12 / (1 * 12)  * 0.5625 * 100%) + (12 / (1 * 12) * 0.5625 * 0.1rem)); }
  .cards--size-5-12-medium-small:not(.cards--events) {
    width: calc(100% - 1rem);
    float: left;
    margin-left: 0.5rem; }
  .cards--size-5-12-medium-small .cards__fixed {
    padding-top: calc((12 / (1 * 12)  * 0.5625 * 100%) + (12 / (1 * 12) * 0.5625 * 0.5rem)); }
  .cards--size-5-12-medium-medium:not(.cards--events) {
    width: calc(100% - 2rem);
    float: left;
    margin-left: 1rem; }
  .cards--size-5-12-medium-medium .cards__fixed {
    padding-top: calc((12 / (1 * 12)  * 0.5625 * 100%) + (12 / (1 * 12) * 0.5625 * 1rem)); }
  .cards--size-5-12-medium-large:not(.cards--events) {
    width: calc(100% - 3rem);
    float: left;
    margin-left: 1.5rem; }
  .cards--size-5-12-medium-large .cards__fixed {
    padding-top: calc((12 / (1 * 12)  * 0.5625 * 100%) + (12 / (1 * 12) * 0.5625 * 1.5rem)); }
  .cards--size-4-12-medium-none:not(.cards--events) {
    width: calc(50%);
    float: left;
    margin-left: 0rem; }
  .cards--size-4-12-medium-none .cards__fixed {
    padding-top: calc((12 / (2 * 6)  * 0.5625 * 100%) + (12 / (2 * 6) * 0.5625 * 0rem)); }
  .cards--size-4-12-medium-tiny:not(.cards--events) {
    width: calc(50% - 0.15rem);
    float: left;
    margin-left: 0.1rem; }
  .cards--size-4-12-medium-tiny .cards__fixed {
    padding-top: calc((12 / (2 * 6)  * 0.5625 * 100%) + (12 / (2 * 6) * 0.5625 * 0.1rem)); }
  .cards--size-4-12-medium-small:not(.cards--events) {
    width: calc(50% - 0.75rem);
    float: left;
    margin-left: 0.5rem; }
  .cards--size-4-12-medium-small .cards__fixed {
    padding-top: calc((12 / (2 * 6)  * 0.5625 * 100%) + (12 / (2 * 6) * 0.5625 * 0.5rem)); }
  .cards--size-4-12-medium-medium:not(.cards--events) {
    width: calc(50% - 1.5rem);
    float: left;
    margin-left: 1rem; }
  .cards--size-4-12-medium-medium .cards__fixed {
    padding-top: calc((12 / (2 * 6)  * 0.5625 * 100%) + (12 / (2 * 6) * 0.5625 * 1rem)); }
  .cards--size-4-12-medium-large:not(.cards--events) {
    width: calc(50% - 2.25rem);
    float: left;
    margin-left: 1.5rem; }
  .cards--size-4-12-medium-large .cards__fixed {
    padding-top: calc((12 / (2 * 6)  * 0.5625 * 100%) + (12 / (2 * 6) * 0.5625 * 1.5rem)); }
  .cards--size-3-12-medium-none:not(.cards--events) {
    width: calc(50%);
    float: left;
    margin-left: 0rem; }
  .cards--size-3-12-medium-none .cards__fixed {
    padding-top: calc((12 / (2 * 6)  * 0.5625 * 100%) + (12 / (2 * 6) * 0.5625 * 0rem)); }
  .cards--size-3-12-medium-tiny:not(.cards--events) {
    width: calc(50% - 0.15rem);
    float: left;
    margin-left: 0.1rem; }
  .cards--size-3-12-medium-tiny .cards__fixed {
    padding-top: calc((12 / (2 * 6)  * 0.5625 * 100%) + (12 / (2 * 6) * 0.5625 * 0.1rem)); }
  .cards--size-3-12-medium-small:not(.cards--events) {
    width: calc(50% - 0.75rem);
    float: left;
    margin-left: 0.5rem; }
  .cards--size-3-12-medium-small .cards__fixed {
    padding-top: calc((12 / (2 * 6)  * 0.5625 * 100%) + (12 / (2 * 6) * 0.5625 * 0.5rem)); }
  .cards--size-3-12-medium-medium:not(.cards--events) {
    width: calc(50% - 1.5rem);
    float: left;
    margin-left: 1rem; }
  .cards--size-3-12-medium-medium .cards__fixed {
    padding-top: calc((12 / (2 * 6)  * 0.5625 * 100%) + (12 / (2 * 6) * 0.5625 * 1rem)); }
  .cards--size-3-12-medium-large:not(.cards--events) {
    width: calc(50% - 2.25rem);
    float: left;
    margin-left: 1.5rem; }
  .cards--size-3-12-medium-large .cards__fixed {
    padding-top: calc((12 / (2 * 6)  * 0.5625 * 100%) + (12 / (2 * 6) * 0.5625 * 1.5rem)); } }

@media screen and (min-width: 900px) {
  .cards .cards__fixed .cards__wrapper .cards__backdrop .cards__backdrop-shadow {
    background: linear-gradient(rgba(0, 0, 0, 0), 90%, rgba(0, 0, 0, 0.9)); }
  .cards.cards--layout-split .cards__footer h3 {
    font-size: 2rem; }
  .cards.cards--layout-split .cards__footer p {
    font-size: 1em;
    line-height: 2rem;
    -webkit-line-clamp: 3; }
  .cards--size-1-1-none-none:not(.cards--events) {
    width: calc(100%);
    float: left;
    margin-left: 0rem; }
  .cards--size-1-1-none-none .cards__fixed {
    padding-top: calc((1 / (-1 * 1)  * 0.5625 * 100%) + (1 / (-1 * 1) * 0.5625 * 0rem)); }
  .cards--size-1-1-none-tiny:not(.cards--events) {
    width: calc(100% - 0.2rem);
    float: left;
    margin-left: 0.1rem; }
  .cards--size-1-1-none-tiny .cards__fixed {
    padding-top: calc((1 / (-1 * 1)  * 0.5625 * 100%) + (1 / (-1 * 1) * 0.5625 * 0.1rem)); }
  .cards--size-1-1-none-small:not(.cards--events) {
    width: calc(100% - 1rem);
    float: left;
    margin-left: 0.5rem; }
  .cards--size-1-1-none-small .cards__fixed {
    padding-top: calc((1 / (-1 * 1)  * 0.5625 * 100%) + (1 / (-1 * 1) * 0.5625 * 0.5rem)); }
  .cards--size-1-1-none-medium:not(.cards--events) {
    width: calc(100% - 2rem);
    float: left;
    margin-left: 1rem; }
  .cards--size-1-1-none-medium .cards__fixed {
    padding-top: calc((1 / (-1 * 1)  * 0.5625 * 100%) + (1 / (-1 * 1) * 0.5625 * 1rem)); }
  .cards--size-1-1-none-large:not(.cards--events) {
    width: calc(100% - 3rem);
    float: left;
    margin-left: 1.5rem; }
  .cards--size-1-1-none-large .cards__fixed {
    padding-top: calc((1 / (-1 * 1)  * 0.5625 * 100%) + (1 / (-1 * 1) * 0.5625 * 1.5rem)); }
  .cards--size-1-1-tiny-none:not(.cards--events) {
    width: calc(100%);
    float: left;
    margin-left: 0rem; }
  .cards--size-1-1-tiny-none .cards__fixed {
    padding-top: calc((1 / (12 * 1)  * 0.5625 * 100%) + (1 / (12 * 1) * 0.5625 * 0rem)); }
  .cards--size-1-1-tiny-tiny:not(.cards--events) {
    width: calc(100% - 0.2rem);
    float: left;
    margin-left: 0.1rem; }
  .cards--size-1-1-tiny-tiny .cards__fixed {
    padding-top: calc((1 / (12 * 1)  * 0.5625 * 100%) + (1 / (12 * 1) * 0.5625 * 0.1rem)); }
  .cards--size-1-1-tiny-small:not(.cards--events) {
    width: calc(100% - 1rem);
    float: left;
    margin-left: 0.5rem; }
  .cards--size-1-1-tiny-small .cards__fixed {
    padding-top: calc((1 / (12 * 1)  * 0.5625 * 100%) + (1 / (12 * 1) * 0.5625 * 0.5rem)); }
  .cards--size-1-1-tiny-medium:not(.cards--events) {
    width: calc(100% - 2rem);
    float: left;
    margin-left: 1rem; }
  .cards--size-1-1-tiny-medium .cards__fixed {
    padding-top: calc((1 / (12 * 1)  * 0.5625 * 100%) + (1 / (12 * 1) * 0.5625 * 1rem)); }
  .cards--size-1-1-tiny-large:not(.cards--events) {
    width: calc(100% - 3rem);
    float: left;
    margin-left: 1.5rem; }
  .cards--size-1-1-tiny-large .cards__fixed {
    padding-top: calc((1 / (12 * 1)  * 0.5625 * 100%) + (1 / (12 * 1) * 0.5625 * 1.5rem)); }
  .cards--size-1-1-small-none:not(.cards--events) {
    width: calc(100%);
    float: left;
    margin-left: 0rem; }
  .cards--size-1-1-small-none .cards__fixed {
    padding-top: calc((1 / (6 * 1)  * 0.5625 * 100%) + (1 / (6 * 1) * 0.5625 * 0rem)); }
  .cards--size-1-1-small-tiny:not(.cards--events) {
    width: calc(100% - 0.2rem);
    float: left;
    margin-left: 0.1rem; }
  .cards--size-1-1-small-tiny .cards__fixed {
    padding-top: calc((1 / (6 * 1)  * 0.5625 * 100%) + (1 / (6 * 1) * 0.5625 * 0.1rem)); }
  .cards--size-1-1-small-small:not(.cards--events) {
    width: calc(100% - 1rem);
    float: left;
    margin-left: 0.5rem; }
  .cards--size-1-1-small-small .cards__fixed {
    padding-top: calc((1 / (6 * 1)  * 0.5625 * 100%) + (1 / (6 * 1) * 0.5625 * 0.5rem)); }
  .cards--size-1-1-small-medium:not(.cards--events) {
    width: calc(100% - 2rem);
    float: left;
    margin-left: 1rem; }
  .cards--size-1-1-small-medium .cards__fixed {
    padding-top: calc((1 / (6 * 1)  * 0.5625 * 100%) + (1 / (6 * 1) * 0.5625 * 1rem)); }
  .cards--size-1-1-small-large:not(.cards--events) {
    width: calc(100% - 3rem);
    float: left;
    margin-left: 1.5rem; }
  .cards--size-1-1-small-large .cards__fixed {
    padding-top: calc((1 / (6 * 1)  * 0.5625 * 100%) + (1 / (6 * 1) * 0.5625 * 1.5rem)); }
  .cards--size-1-1-medium-none:not(.cards--events) {
    width: calc(100%);
    float: left;
    margin-left: 0rem; }
  .cards--size-1-1-medium-none .cards__fixed {
    padding-top: calc((1 / (2 * 1)  * 0.5625 * 100%) + (1 / (2 * 1) * 0.5625 * 0rem)); }
  .cards--size-1-1-medium-tiny:not(.cards--events) {
    width: calc(100% - 0.2rem);
    float: left;
    margin-left: 0.1rem; }
  .cards--size-1-1-medium-tiny .cards__fixed {
    padding-top: calc((1 / (2 * 1)  * 0.5625 * 100%) + (1 / (2 * 1) * 0.5625 * 0.1rem)); }
  .cards--size-1-1-medium-small:not(.cards--events) {
    width: calc(100% - 1rem);
    float: left;
    margin-left: 0.5rem; }
  .cards--size-1-1-medium-small .cards__fixed {
    padding-top: calc((1 / (2 * 1)  * 0.5625 * 100%) + (1 / (2 * 1) * 0.5625 * 0.5rem)); }
  .cards--size-1-1-medium-medium:not(.cards--events) {
    width: calc(100% - 2rem);
    float: left;
    margin-left: 1rem; }
  .cards--size-1-1-medium-medium .cards__fixed {
    padding-top: calc((1 / (2 * 1)  * 0.5625 * 100%) + (1 / (2 * 1) * 0.5625 * 1rem)); }
  .cards--size-1-1-medium-large:not(.cards--events) {
    width: calc(100% - 3rem);
    float: left;
    margin-left: 1.5rem; }
  .cards--size-1-1-medium-large .cards__fixed {
    padding-top: calc((1 / (2 * 1)  * 0.5625 * 100%) + (1 / (2 * 1) * 0.5625 * 1.5rem)); }
  .cards--size-1-1-large-none:not(.cards--events) {
    width: calc(100%);
    float: left;
    margin-left: 0rem; }
  .cards--size-1-1-large-none .cards__fixed {
    padding-top: calc((1 / (1 * 1)  * 0.5625 * 100%) + (1 / (1 * 1) * 0.5625 * 0rem)); }
  .cards--size-1-1-large-tiny:not(.cards--events) {
    width: calc(100% - 0.2rem);
    float: left;
    margin-left: 0.1rem; }
  .cards--size-1-1-large-tiny .cards__fixed {
    padding-top: calc((1 / (1 * 1)  * 0.5625 * 100%) + (1 / (1 * 1) * 0.5625 * 0.1rem)); }
  .cards--size-1-1-large-small:not(.cards--events) {
    width: calc(100% - 1rem);
    float: left;
    margin-left: 0.5rem; }
  .cards--size-1-1-large-small .cards__fixed {
    padding-top: calc((1 / (1 * 1)  * 0.5625 * 100%) + (1 / (1 * 1) * 0.5625 * 0.5rem)); }
  .cards--size-1-1-large-medium:not(.cards--events) {
    width: calc(100% - 2rem);
    float: left;
    margin-left: 1rem; }
  .cards--size-1-1-large-medium .cards__fixed {
    padding-top: calc((1 / (1 * 1)  * 0.5625 * 100%) + (1 / (1 * 1) * 0.5625 * 1rem)); }
  .cards--size-1-1-large-large:not(.cards--events) {
    width: calc(100% - 3rem);
    float: left;
    margin-left: 1.5rem; }
  .cards--size-1-1-large-large .cards__fixed {
    padding-top: calc((1 / (1 * 1)  * 0.5625 * 100%) + (1 / (1 * 1) * 0.5625 * 1.5rem)); }
  .cards--size-9-18-medium-none:not(.cards--events) {
    width: calc(50%);
    float: left;
    margin-left: 0rem; }
  .cards--size-9-18-medium-none .cards__fixed {
    padding-top: calc((18 / (2 * 9)  * 0.5625 * 100%) + (18 / (2 * 9) * 0.5625 * 0rem)); }
  .cards--size-9-18-medium-tiny:not(.cards--events) {
    width: calc(50% - 0.15rem);
    float: left;
    margin-left: 0.1rem; }
  .cards--size-9-18-medium-tiny .cards__fixed {
    padding-top: calc((18 / (2 * 9)  * 0.5625 * 100%) + (18 / (2 * 9) * 0.5625 * 0.1rem)); }
  .cards--size-9-18-medium-small:not(.cards--events) {
    width: calc(50% - 0.75rem);
    float: left;
    margin-left: 0.5rem; }
  .cards--size-9-18-medium-small .cards__fixed {
    padding-top: calc((18 / (2 * 9)  * 0.5625 * 100%) + (18 / (2 * 9) * 0.5625 * 0.5rem)); }
  .cards--size-9-18-medium-medium:not(.cards--events) {
    width: calc(50% - 1.5rem);
    float: left;
    margin-left: 1rem; }
  .cards--size-9-18-medium-medium .cards__fixed {
    padding-top: calc((18 / (2 * 9)  * 0.5625 * 100%) + (18 / (2 * 9) * 0.5625 * 1rem)); }
  .cards--size-9-18-medium-large:not(.cards--events) {
    width: calc(50% - 2.25rem);
    float: left;
    margin-left: 1.5rem; }
  .cards--size-9-18-medium-large .cards__fixed {
    padding-top: calc((18 / (2 * 9)  * 0.5625 * 100%) + (18 / (2 * 9) * 0.5625 * 1.5rem)); }
  .cards--size-5-18-medium-none:not(.cards--events) {
    width: calc(27.77778%);
    float: left;
    margin-left: 0rem; }
  .cards--size-5-18-medium-none .cards__fixed {
    padding-top: calc((18 / (2 * 5)  * 0.5625 * 100%) + (18 / (2 * 5) * 0.5625 * 0rem)); }
  .cards--size-5-18-medium-tiny:not(.cards--events) {
    width: calc(27.77778% - 0.12778rem);
    float: left;
    margin-left: 0.1rem; }
  .cards--size-5-18-medium-tiny .cards__fixed {
    padding-top: calc((18 / (2 * 5)  * 0.5625 * 100%) + (18 / (2 * 5) * 0.5625 * 0.1rem)); }
  .cards--size-5-18-medium-small:not(.cards--events) {
    width: calc(27.77778% - 0.63889rem);
    float: left;
    margin-left: 0.5rem; }
  .cards--size-5-18-medium-small .cards__fixed {
    padding-top: calc((18 / (2 * 5)  * 0.5625 * 100%) + (18 / (2 * 5) * 0.5625 * 0.5rem)); }
  .cards--size-5-18-medium-medium:not(.cards--events) {
    width: calc(27.77778% - 1.27778rem);
    float: left;
    margin-left: 1rem; }
  .cards--size-5-18-medium-medium .cards__fixed {
    padding-top: calc((18 / (2 * 5)  * 0.5625 * 100%) + (18 / (2 * 5) * 0.5625 * 1rem)); }
  .cards--size-5-18-medium-large:not(.cards--events) {
    width: calc(27.77778% - 1.91667rem);
    float: left;
    margin-left: 1.5rem; }
  .cards--size-5-18-medium-large .cards__fixed {
    padding-top: calc((18 / (2 * 5)  * 0.5625 * 100%) + (18 / (2 * 5) * 0.5625 * 1.5rem)); }
  .cards--size-4-18-medium-none:not(.cards--events) {
    width: calc(22.22222%);
    float: left;
    margin-left: 0rem; }
  .cards--size-4-18-medium-none .cards__fixed {
    padding-top: calc((18 / (2 * 4)  * 0.5625 * 100%) + (18 / (2 * 4) * 0.5625 * 0rem)); }
  .cards--size-4-18-medium-tiny:not(.cards--events) {
    width: calc(22.22222% - 0.12222rem);
    float: left;
    margin-left: 0.1rem; }
  .cards--size-4-18-medium-tiny .cards__fixed {
    padding-top: calc((18 / (2 * 4)  * 0.5625 * 100%) + (18 / (2 * 4) * 0.5625 * 0.1rem)); }
  .cards--size-4-18-medium-small:not(.cards--events) {
    width: calc(22.22222% - 0.61111rem);
    float: left;
    margin-left: 0.5rem; }
  .cards--size-4-18-medium-small .cards__fixed {
    padding-top: calc((18 / (2 * 4)  * 0.5625 * 100%) + (18 / (2 * 4) * 0.5625 * 0.5rem)); }
  .cards--size-4-18-medium-medium:not(.cards--events) {
    width: calc(22.22222% - 1.22222rem);
    float: left;
    margin-left: 1rem; }
  .cards--size-4-18-medium-medium .cards__fixed {
    padding-top: calc((18 / (2 * 4)  * 0.5625 * 100%) + (18 / (2 * 4) * 0.5625 * 1rem)); }
  .cards--size-4-18-medium-large:not(.cards--events) {
    width: calc(22.22222% - 1.83333rem);
    float: left;
    margin-left: 1.5rem; }
  .cards--size-4-18-medium-large .cards__fixed {
    padding-top: calc((18 / (2 * 4)  * 0.5625 * 100%) + (18 / (2 * 4) * 0.5625 * 1.5rem)); }
  .cards--size-3-18-small-none:not(.cards--events) {
    width: calc(16.66667%);
    float: left;
    margin-left: 0rem; }
  .cards--size-3-18-small-none .cards__fixed {
    padding-top: calc((18 / (4 * 3)  * 0.5625 * 100%) + (18 / (4 * 3) * 0.5625 * 0rem)); }
  .cards--size-3-18-small-tiny:not(.cards--events) {
    width: calc(16.66667% - 0.11667rem);
    float: left;
    margin-left: 0.1rem; }
  .cards--size-3-18-small-tiny .cards__fixed {
    padding-top: calc((18 / (4 * 3)  * 0.5625 * 100%) + (18 / (4 * 3) * 0.5625 * 0.1rem)); }
  .cards--size-3-18-small-small:not(.cards--events) {
    width: calc(16.66667% - 0.58333rem);
    float: left;
    margin-left: 0.5rem; }
  .cards--size-3-18-small-small .cards__fixed {
    padding-top: calc((18 / (4 * 3)  * 0.5625 * 100%) + (18 / (4 * 3) * 0.5625 * 0.5rem)); }
  .cards--size-3-18-small-medium:not(.cards--events) {
    width: calc(16.66667% - 1.16667rem);
    float: left;
    margin-left: 1rem; }
  .cards--size-3-18-small-medium .cards__fixed {
    padding-top: calc((18 / (4 * 3)  * 0.5625 * 100%) + (18 / (4 * 3) * 0.5625 * 1rem)); }
  .cards--size-3-18-small-large:not(.cards--events) {
    width: calc(16.66667% - 1.75rem);
    float: left;
    margin-left: 1.5rem; }
  .cards--size-3-18-small-large .cards__fixed {
    padding-top: calc((18 / (4 * 3)  * 0.5625 * 100%) + (18 / (4 * 3) * 0.5625 * 1.5rem)); }
  .cards--size-5-18-small-none:not(.cards--events) {
    width: calc(27.77778%);
    float: left;
    margin-left: 0rem; }
  .cards--size-5-18-small-none .cards__fixed {
    padding-top: calc((18 / (4 * 5)  * 0.5625 * 100%) + (18 / (4 * 5) * 0.5625 * 0rem)); }
  .cards--size-5-18-small-tiny:not(.cards--events) {
    width: calc(27.77778% - 0.12778rem);
    float: left;
    margin-left: 0.1rem; }
  .cards--size-5-18-small-tiny .cards__fixed {
    padding-top: calc((18 / (4 * 5)  * 0.5625 * 100%) + (18 / (4 * 5) * 0.5625 * 0.1rem)); }
  .cards--size-5-18-small-small:not(.cards--events) {
    width: calc(27.77778% - 0.63889rem);
    float: left;
    margin-left: 0.5rem; }
  .cards--size-5-18-small-small .cards__fixed {
    padding-top: calc((18 / (4 * 5)  * 0.5625 * 100%) + (18 / (4 * 5) * 0.5625 * 0.5rem)); }
  .cards--size-5-18-small-medium:not(.cards--events) {
    width: calc(27.77778% - 1.27778rem);
    float: left;
    margin-left: 1rem; }
  .cards--size-5-18-small-medium .cards__fixed {
    padding-top: calc((18 / (4 * 5)  * 0.5625 * 100%) + (18 / (4 * 5) * 0.5625 * 1rem)); }
  .cards--size-5-18-small-large:not(.cards--events) {
    width: calc(27.77778% - 1.91667rem);
    float: left;
    margin-left: 1.5rem; }
  .cards--size-5-18-small-large .cards__fixed {
    padding-top: calc((18 / (4 * 5)  * 0.5625 * 100%) + (18 / (4 * 5) * 0.5625 * 1.5rem)); }
  .cards--size-1-2-medium-none:not(.cards--events) {
    width: calc(50%);
    float: left;
    margin-left: 0rem; }
  .cards--size-1-2-medium-none .cards__fixed {
    padding-top: calc((2 / (2 * 1)  * 0.5625 * 100%) + (2 / (2 * 1) * 0.5625 * 0rem)); }
  .cards--size-1-2-medium-tiny:not(.cards--events) {
    width: calc(50% - 0.15rem);
    float: left;
    margin-left: 0.1rem; }
  .cards--size-1-2-medium-tiny .cards__fixed {
    padding-top: calc((2 / (2 * 1)  * 0.5625 * 100%) + (2 / (2 * 1) * 0.5625 * 0.1rem)); }
  .cards--size-1-2-medium-small:not(.cards--events) {
    width: calc(50% - 0.75rem);
    float: left;
    margin-left: 0.5rem; }
  .cards--size-1-2-medium-small .cards__fixed {
    padding-top: calc((2 / (2 * 1)  * 0.5625 * 100%) + (2 / (2 * 1) * 0.5625 * 0.5rem)); }
  .cards--size-1-2-medium-medium:not(.cards--events) {
    width: calc(50% - 1.5rem);
    float: left;
    margin-left: 1rem; }
  .cards--size-1-2-medium-medium .cards__fixed {
    padding-top: calc((2 / (2 * 1)  * 0.5625 * 100%) + (2 / (2 * 1) * 0.5625 * 1rem)); }
  .cards--size-1-2-medium-large:not(.cards--events) {
    width: calc(50% - 2.25rem);
    float: left;
    margin-left: 1.5rem; }
  .cards--size-1-2-medium-large .cards__fixed {
    padding-top: calc((2 / (2 * 1)  * 0.5625 * 100%) + (2 / (2 * 1) * 0.5625 * 1.5rem)); }
  .cards--size-1-2-large-none:not(.cards--events) {
    width: calc(50%);
    float: left;
    margin-left: 0rem; }
  .cards--size-1-2-large-none .cards__fixed {
    padding-top: calc((2 / (1 * 1)  * 0.5625 * 100%) + (2 / (1 * 1) * 0.5625 * 0rem)); }
  .cards--size-1-2-large-tiny:not(.cards--events) {
    width: calc(50% - 0.15rem);
    float: left;
    margin-left: 0.1rem; }
  .cards--size-1-2-large-tiny .cards__fixed {
    padding-top: calc((2 / (1 * 1)  * 0.5625 * 100%) + (2 / (1 * 1) * 0.5625 * 0.1rem)); }
  .cards--size-1-2-large-small:not(.cards--events) {
    width: calc(50% - 0.75rem);
    float: left;
    margin-left: 0.5rem; }
  .cards--size-1-2-large-small .cards__fixed {
    padding-top: calc((2 / (1 * 1)  * 0.5625 * 100%) + (2 / (1 * 1) * 0.5625 * 0.5rem)); }
  .cards--size-1-2-large-medium:not(.cards--events) {
    width: calc(50% - 1.5rem);
    float: left;
    margin-left: 1rem; }
  .cards--size-1-2-large-medium .cards__fixed {
    padding-top: calc((2 / (1 * 1)  * 0.5625 * 100%) + (2 / (1 * 1) * 0.5625 * 1rem)); }
  .cards--size-1-2-large-large:not(.cards--events) {
    width: calc(50% - 2.25rem);
    float: left;
    margin-left: 1.5rem; }
  .cards--size-1-2-large-large .cards__fixed {
    padding-top: calc((2 / (1 * 1)  * 0.5625 * 100%) + (2 / (1 * 1) * 0.5625 * 1.5rem)); }
  .cards--size-1-3-small-none:not(.cards--events) {
    width: calc(33.33333%);
    float: left;
    margin-left: 0rem; }
  .cards--size-1-3-small-none .cards__fixed {
    padding-top: calc((3 / (3 * 1)  * 0.5625 * 100%) + (3 / (3 * 1) * 0.5625 * 0rem)); }
  .cards--size-1-3-small-tiny:not(.cards--events) {
    width: calc(33.33333% - 0.13333rem);
    float: left;
    margin-left: 0.1rem; }
  .cards--size-1-3-small-tiny .cards__fixed {
    padding-top: calc((3 / (3 * 1)  * 0.5625 * 100%) + (3 / (3 * 1) * 0.5625 * 0.1rem)); }
  .cards--size-1-3-small-small:not(.cards--events) {
    width: calc(33.33333% - 0.66667rem);
    float: left;
    margin-left: 0.5rem; }
  .cards--size-1-3-small-small .cards__fixed {
    padding-top: calc((3 / (3 * 1)  * 0.5625 * 100%) + (3 / (3 * 1) * 0.5625 * 0.5rem)); }
  .cards--size-1-3-small-medium:not(.cards--events) {
    width: calc(33.33333% - 1.33333rem);
    float: left;
    margin-left: 1rem; }
  .cards--size-1-3-small-medium .cards__fixed {
    padding-top: calc((3 / (3 * 1)  * 0.5625 * 100%) + (3 / (3 * 1) * 0.5625 * 1rem)); }
  .cards--size-1-3-small-large:not(.cards--events) {
    width: calc(33.33333% - 2rem);
    float: left;
    margin-left: 1.5rem; }
  .cards--size-1-3-small-large .cards__fixed {
    padding-top: calc((3 / (3 * 1)  * 0.5625 * 100%) + (3 / (3 * 1) * 0.5625 * 1.5rem)); }
  .cards--size-1-4-small-none:not(.cards--events) {
    width: calc(25%);
    float: left;
    margin-left: 0rem; }
  .cards--size-1-4-small-none .cards__fixed {
    padding-top: calc((4 / (4 * 1)  * 0.5625 * 100%) + (4 / (4 * 1) * 0.5625 * 0rem)); }
  .cards--size-1-4-small-tiny:not(.cards--events) {
    width: calc(25% - 0.125rem);
    float: left;
    margin-left: 0.1rem; }
  .cards--size-1-4-small-tiny .cards__fixed {
    padding-top: calc((4 / (4 * 1)  * 0.5625 * 100%) + (4 / (4 * 1) * 0.5625 * 0.1rem)); }
  .cards--size-1-4-small-small:not(.cards--events) {
    width: calc(25% - 0.625rem);
    float: left;
    margin-left: 0.5rem; }
  .cards--size-1-4-small-small .cards__fixed {
    padding-top: calc((4 / (4 * 1)  * 0.5625 * 100%) + (4 / (4 * 1) * 0.5625 * 0.5rem)); }
  .cards--size-1-4-small-medium:not(.cards--events) {
    width: calc(25% - 1.25rem);
    float: left;
    margin-left: 1rem; }
  .cards--size-1-4-small-medium .cards__fixed {
    padding-top: calc((4 / (4 * 1)  * 0.5625 * 100%) + (4 / (4 * 1) * 0.5625 * 1rem)); }
  .cards--size-1-4-small-large:not(.cards--events) {
    width: calc(25% - 1.875rem);
    float: left;
    margin-left: 1.5rem; }
  .cards--size-1-4-small-large .cards__fixed {
    padding-top: calc((4 / (4 * 1)  * 0.5625 * 100%) + (4 / (4 * 1) * 0.5625 * 1.5rem)); }
  .cards--size-1-5-small-none:not(.cards--events) {
    width: calc(20%);
    float: left;
    margin-left: 0rem; }
  .cards--size-1-5-small-none .cards__fixed {
    padding-top: calc((5 / (4 * 1)  * 0.5625 * 100%) + (5 / (4 * 1) * 0.5625 * 0rem)); }
  .cards--size-1-5-small-tiny:not(.cards--events) {
    width: calc(20% - 0.12rem);
    float: left;
    margin-left: 0.1rem; }
  .cards--size-1-5-small-tiny .cards__fixed {
    padding-top: calc((5 / (4 * 1)  * 0.5625 * 100%) + (5 / (4 * 1) * 0.5625 * 0.1rem)); }
  .cards--size-1-5-small-small:not(.cards--events) {
    width: calc(20% - 0.6rem);
    float: left;
    margin-left: 0.5rem; }
  .cards--size-1-5-small-small .cards__fixed {
    padding-top: calc((5 / (4 * 1)  * 0.5625 * 100%) + (5 / (4 * 1) * 0.5625 * 0.5rem)); }
  .cards--size-1-5-small-medium:not(.cards--events) {
    width: calc(20% - 1.2rem);
    float: left;
    margin-left: 1rem; }
  .cards--size-1-5-small-medium .cards__fixed {
    padding-top: calc((5 / (4 * 1)  * 0.5625 * 100%) + (5 / (4 * 1) * 0.5625 * 1rem)); }
  .cards--size-1-5-small-large:not(.cards--events) {
    width: calc(20% - 1.8rem);
    float: left;
    margin-left: 1.5rem; }
  .cards--size-1-5-small-large .cards__fixed {
    padding-top: calc((5 / (4 * 1)  * 0.5625 * 100%) + (5 / (4 * 1) * 0.5625 * 1.5rem)); }
  .cards--size-1-6-small-none:not(.cards--events) {
    width: calc(16.66667%);
    float: left;
    margin-left: 0rem; }
  .cards--size-1-6-small-none .cards__fixed {
    padding-top: calc((6 / (4 * 1)  * 0.5625 * 100%) + (6 / (4 * 1) * 0.5625 * 0rem)); }
  .cards--size-1-6-small-tiny:not(.cards--events) {
    width: calc(16.66667% - 0.11667rem);
    float: left;
    margin-left: 0.1rem; }
  .cards--size-1-6-small-tiny .cards__fixed {
    padding-top: calc((6 / (4 * 1)  * 0.5625 * 100%) + (6 / (4 * 1) * 0.5625 * 0.1rem)); }
  .cards--size-1-6-small-small:not(.cards--events) {
    width: calc(16.66667% - 0.58333rem);
    float: left;
    margin-left: 0.5rem; }
  .cards--size-1-6-small-small .cards__fixed {
    padding-top: calc((6 / (4 * 1)  * 0.5625 * 100%) + (6 / (4 * 1) * 0.5625 * 0.5rem)); }
  .cards--size-1-6-small-medium:not(.cards--events) {
    width: calc(16.66667% - 1.16667rem);
    float: left;
    margin-left: 1rem; }
  .cards--size-1-6-small-medium .cards__fixed {
    padding-top: calc((6 / (4 * 1)  * 0.5625 * 100%) + (6 / (4 * 1) * 0.5625 * 1rem)); }
  .cards--size-1-6-small-large:not(.cards--events) {
    width: calc(16.66667% - 1.75rem);
    float: left;
    margin-left: 1.5rem; }
  .cards--size-1-6-small-large .cards__fixed {
    padding-top: calc((6 / (4 * 1)  * 0.5625 * 100%) + (6 / (4 * 1) * 0.5625 * 1.5rem)); }
  .cards--size-5-12-medium-none:not(.cards--events) {
    width: calc(41.66667%);
    float: left;
    margin-left: 0rem; }
  .cards--size-5-12-medium-none .cards__fixed {
    padding-top: calc((12 / (2 * 5)  * 0.5625 * 100%) + (12 / (2 * 5) * 0.5625 * 0rem)); }
  .cards--size-5-12-medium-tiny:not(.cards--events) {
    width: calc(41.66667% - 0.14167rem);
    float: left;
    margin-left: 0.1rem; }
  .cards--size-5-12-medium-tiny .cards__fixed {
    padding-top: calc((12 / (2 * 5)  * 0.5625 * 100%) + (12 / (2 * 5) * 0.5625 * 0.1rem)); }
  .cards--size-5-12-medium-small:not(.cards--events) {
    width: calc(41.66667% - 0.70833rem);
    float: left;
    margin-left: 0.5rem; }
  .cards--size-5-12-medium-small .cards__fixed {
    padding-top: calc((12 / (2 * 5)  * 0.5625 * 100%) + (12 / (2 * 5) * 0.5625 * 0.5rem)); }
  .cards--size-5-12-medium-medium:not(.cards--events) {
    width: calc(41.66667% - 1.41667rem);
    float: left;
    margin-left: 1rem; }
  .cards--size-5-12-medium-medium .cards__fixed {
    padding-top: calc((12 / (2 * 5)  * 0.5625 * 100%) + (12 / (2 * 5) * 0.5625 * 1rem)); }
  .cards--size-5-12-medium-large:not(.cards--events) {
    width: calc(41.66667% - 2.125rem);
    float: left;
    margin-left: 1.5rem; }
  .cards--size-5-12-medium-large .cards__fixed {
    padding-top: calc((12 / (2 * 5)  * 0.5625 * 100%) + (12 / (2 * 5) * 0.5625 * 1.5rem)); }
  .cards--size-4-12-medium-none:not(.cards--events) {
    width: calc(33.33333%);
    float: left;
    margin-left: 0rem; }
  .cards--size-4-12-medium-none .cards__fixed {
    padding-top: calc((12 / (2 * 4)  * 0.5625 * 100%) + (12 / (2 * 4) * 0.5625 * 0rem)); }
  .cards--size-4-12-medium-tiny:not(.cards--events) {
    width: calc(33.33333% - 0.13333rem);
    float: left;
    margin-left: 0.1rem; }
  .cards--size-4-12-medium-tiny .cards__fixed {
    padding-top: calc((12 / (2 * 4)  * 0.5625 * 100%) + (12 / (2 * 4) * 0.5625 * 0.1rem)); }
  .cards--size-4-12-medium-small:not(.cards--events) {
    width: calc(33.33333% - 0.66667rem);
    float: left;
    margin-left: 0.5rem; }
  .cards--size-4-12-medium-small .cards__fixed {
    padding-top: calc((12 / (2 * 4)  * 0.5625 * 100%) + (12 / (2 * 4) * 0.5625 * 0.5rem)); }
  .cards--size-4-12-medium-medium:not(.cards--events) {
    width: calc(33.33333% - 1.33333rem);
    float: left;
    margin-left: 1rem; }
  .cards--size-4-12-medium-medium .cards__fixed {
    padding-top: calc((12 / (2 * 4)  * 0.5625 * 100%) + (12 / (2 * 4) * 0.5625 * 1rem)); }
  .cards--size-4-12-medium-large:not(.cards--events) {
    width: calc(33.33333% - 2rem);
    float: left;
    margin-left: 1.5rem; }
  .cards--size-4-12-medium-large .cards__fixed {
    padding-top: calc((12 / (2 * 4)  * 0.5625 * 100%) + (12 / (2 * 4) * 0.5625 * 1.5rem)); }
  .cards--size-3-12-medium-none:not(.cards--events) {
    width: calc(25%);
    float: left;
    margin-left: 0rem; }
  .cards--size-3-12-medium-none .cards__fixed {
    padding-top: calc((12 / (2 * 3)  * 0.5625 * 100%) + (12 / (2 * 3) * 0.5625 * 0rem)); }
  .cards--size-3-12-medium-tiny:not(.cards--events) {
    width: calc(25% - 0.125rem);
    float: left;
    margin-left: 0.1rem; }
  .cards--size-3-12-medium-tiny .cards__fixed {
    padding-top: calc((12 / (2 * 3)  * 0.5625 * 100%) + (12 / (2 * 3) * 0.5625 * 0.1rem)); }
  .cards--size-3-12-medium-small:not(.cards--events) {
    width: calc(25% - 0.625rem);
    float: left;
    margin-left: 0.5rem; }
  .cards--size-3-12-medium-small .cards__fixed {
    padding-top: calc((12 / (2 * 3)  * 0.5625 * 100%) + (12 / (2 * 3) * 0.5625 * 0.5rem)); }
  .cards--size-3-12-medium-medium:not(.cards--events) {
    width: calc(25% - 1.25rem);
    float: left;
    margin-left: 1rem; }
  .cards--size-3-12-medium-medium .cards__fixed {
    padding-top: calc((12 / (2 * 3)  * 0.5625 * 100%) + (12 / (2 * 3) * 0.5625 * 1rem)); }
  .cards--size-3-12-medium-large:not(.cards--events) {
    width: calc(25% - 1.875rem);
    float: left;
    margin-left: 1.5rem; }
  .cards--size-3-12-medium-large .cards__fixed {
    padding-top: calc((12 / (2 * 3)  * 0.5625 * 100%) + (12 / (2 * 3) * 0.5625 * 1.5rem)); } }

.homepage-quote {
  text-align: center; }
  .homepage-quote .quote-image {
    width: 100px;
    border-radius: 50%; }
  .homepage-quote .quote-line {
    font-family: "Alegreya Sans", sans-serif;
    font-size: 2.2rem;
    line-height: 2.6rem;
    font-weight: 300;
    color: #147bd1;
    margin: 0 0 1.5rem 0; }
  .homepage-quote .quote-name {
    font-family: "Alegreya Sans", sans-serif;
    font-size: 1.9rem;
    margin-bottom: 0; }
  .homepage-quote .quote-credit {
    font-family: "Alegreya Sans", sans-serif;
    font-size: 1.4rem;
    text-transform: uppercase; }

.quote-slider {
  position: relative;
  height: 100%; }
  .quote-slider .quote-sliding-plate {
    position: absolute;
    top: 0;
    padding: 0 0 15px 0;
    background-color: #f4f4f6; }
    .quote-slider .quote-sliding-plate p {
      margin-bottom: 0; }
    .quote-slider .quote-sliding-plate .homepage-quote {
      vertical-align: middle;
      display: inline-block;
      padding: 15px;
      overflow: hidden;
      text-align: left; }
      .quote-slider .quote-sliding-plate .homepage-quote img {
        display: none; }
      .quote-slider .quote-sliding-plate .homepage-quote .quote-line {
        font-size: 2rem;
        margin-bottom: 15px; }
      .quote-slider .quote-sliding-plate .homepage-quote .quote-name {
        font-size: 1.9rem;
        font-weight: 100; }
  .quote-slider .slider-nav {
    width: 100%;
    position: absolute; }
    .quote-slider .slider-nav * {
      display: inline-block; }
    .quote-slider .slider-nav p {
      text-transform: uppercase;
      font-family: "Alegreya Sans", sans-serif;
      font-weight: 700;
      font-size: 0.8em;
      margin-bottom: 0; }
    .quote-slider .slider-nav .disabled {
      color: #999999;
      cursor: auto; }
    .quote-slider .slider-nav .enabled {
      color: #147bd1;
      cursor: pointer; }
    .quote-slider .slider-nav #prev {
      width: 50%; }
    .quote-slider .slider-nav #next {
      width: 50%;
      text-align: right; }

.masonry__grid .gutter-sizer {
  width: 0%; }

.masonry__grid .grid-item {
  overflow: hidden;
  opacity: 1;
  width: 100%;
  margin-bottom: 2%;
  border: 1px solid #bbb;
  border-radius: 5px; }
  .masonry__grid .grid-item img {
    margin-bottom: 0px; }

@media screen and (min-width: 600px) {
  .masonry__grid .grid-item {
    width: 49%; }
  .masonry__grid .gutter-sizer {
    width: 2%; } }

@media screen and (min-width: 900px) {
  .masonry__grid .grid-item {
    width: 32%; } }

.masonry__grid .grid-item__top img {
  width: 100%; }

.masonry__grid .grid-item__bottom {
  padding: 16px; }
  .masonry__grid .grid-item__bottom h3 {
    margin: 0 0 8px 0; }
  .masonry__grid .grid-item__bottom h4, .masonry__grid .grid-item__bottom .bbg__board__committee-list li a, .bbg__board__committee-list li .masonry__grid .grid-item__bottom a {
    margin: 0 0 8px 0;
    font-size: 1.6rem;
    color: #666;
    font-weight: normal; }
  .masonry__grid .grid-item__bottom p {
    margin: 0px;
    font-size: 1.6rem;
    line-height: 2.3rem; }

.masonry__grid.gmm__grid .grid-item {
  opacity: 0; }

.masonry__grid.gmm__grid .gmm__media--video-youtube {
  padding-top: 56.25%;
  position: relative; }

.masonry__grid.gmm__grid .gmm__media--video-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.masonry__grid.gmm__grid .gmm__media--video-internal {
  display: block; }

.masonry__grid.gmm__grid .gmm__media--video-internal video {
  display: block;
  width: 100%; }

#redirect__overlay {
  position: fixed;
  display: none;
  overflow-x: hidden;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10000; }

#redirect__dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 400px;
  min-height: 300px;
  max-width: 90%;
  max-height: 90%;
  margin: 0 auto;
  padding: 20px;
  background-color: #fff;
  /*border-radius: 3px;*/
  box-shadow: 0px 2px 5px 5px rgba(0, 0, 0, 0.2); }

#redirect__dialog--close {
  float: right;
  cursor: pointer; }

#redirect__dialog--close:before {
  display: inline-block;
  content: "\2715";
  right: 0; }

#redirect__link {
  font-weight: bold; }

/** ---------------
 * TABLES
 ------------------ */
.type-post .usa-table,
.type-post .usa-table-borderless {
  margin: 0 auto 3rem auto;
  min-width: auto;
  max-width: 600px;
  width: 100%; }
  .type-post .usa-table.bbg-full-width,
  .type-post .usa-table-borderless.bbg-full-width {
    min-width: 100%;
    max-width: auto; }

.usa-table,
.usa-table-borderless,
.bbg__table-plain,
.bbg__article__form--inline,
.bbg__kits__section .bbg__kits__section--row .bbg__kits__section--tiles .bbg__kits__section--tile .bbg__kits__section--tile__table--borderless {
  font-size: 1.3rem; }
  @media screen and (min-width: 481px) {
    .usa-table,
    .usa-table-borderless,
    .bbg__table-plain,
    .bbg__article__form--inline,
    .bbg__kits__section .bbg__kits__section--row .bbg__kits__section--tiles .bbg__kits__section--tile .bbg__kits__section--tile__table--borderless {
      font-size: 1.6rem; } }

table th, table td {
  border: 1px solid #aeb0b5; }


.bbg__table-plain,
.bbg__article__form--inline,
.bbg__kits__section .bbg__kits__section--row .bbg__kits__section--tiles .bbg__kits__section--tile .bbg__kits__section--tile__table--borderless {
  display: block;
  margin: 0 auto;
  min-width: auto;
  max-width: 600px;
  width: 100%; }
  .bbg__table-plain th, .bbg__article__form--inline th, .bbg__kits__section .bbg__kits__section--row .bbg__kits__section--tiles .bbg__kits__section--tile .bbg__kits__section--tile__table--borderless th,
  .bbg__table-plain td,
  .bbg__article__form--inline td,
  .bbg__kits__section .bbg__kits__section--row .bbg__kits__section--tiles .bbg__kits__section--tile .bbg__kits__section--tile__table--borderless td {
    border: none;
    padding: 0 2rem; }

.bbg__table__money thead th {
  text-align: center; }

.bbg__table__money th {
  text-align: left; }

.bbg__table__money td {
  text-align: right; }

.bbg__table__money td, .bbg__table__money th {
  padding: 1rem; }

@media screen and (min-width: 600px) {
  .bbg__table__money td, .bbg__table__money th {
    padding: 1.5rem; } }

.bbg__table__money .bbg__table__row__total th,
.bbg__table__money .bbg__table__row__total td {
  background-color: #f1f1f1;
  border-top: 1px solid #aeb0b5;
  font-weight: bold; }

.bbg__table__caption {
  margin-bottom: 0; }

/** ---------------
 * FORMS
 ------------------ */
.bbg__article__form {
  display: none; }
  .bbg__article__form .bbg__article__form-select--sub {
    display: none; }

.usa-fieldset-inputs .bbg__article__form-radio__label,
.bbg__article__form-select--main label {
  color: #757575;
  font-size: 80%;
  margin-top: 3rem;
  margin-bottom: 1rem;
  text-transform: uppercase; }

.bbg__article__form--inline fieldset {
  display: table-row; }

.bbg__article__form--inline div {
  display: table-cell;
  padding-right: 3rem; }

input[type="radio"] + label {
  display: inline-block !important;
  margin-top: 1rem; }

.bbg__kits__form {
  background-color: #f1f1f1;
  border-radius: 0.3rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding: 3rem; }

.bbg_hidden-fields {
  display: none;
  visibility: hidden; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
/* Mugshot used in the Soapbox on the homepage */
.bbg__mugshot {
  float: left;
  margin-right: 2rem;
  min-width: 100px;
  width: 20%; }
  @media screen and (min-width: 481px) {
    .bbg__mugshot {
      margin-top: 1rem; } }

.bbg__mugshot__caption {
  display: block;
  font-family: "Alegreya Sans", sans-serif;
  font-weight: bold;
  line-height: 1;
  margin-top: -.5rem;
  margin-bottom: 1rem; }

/* Adding half-column images */
.bbg__article-content .alignleft,
.bbg__article-content .alignright {
  width: 100% !important; }
  @media screen and (min-width: 481px) {
    .bbg__article-content .alignleft,
    .bbg__article-content .alignright {
      max-width: 300px;
      width: 50% !important; } }
  .bbg__article-content .alignleft .wp-caption-text, .bbg__article-content .alignleft .bbg-banner__cutline,
  .bbg__article-content .alignright .wp-caption-text,
  .bbg__article-content .alignright .bbg-banner__cutline {
    margin-right: auto;
    margin-left: auto;
    max-width: 300px; }
  .bbg__article-content .alignleft .size-medium,
  .bbg__article-content .alignright .size-medium {
    width: 100%; }
    @media screen and (min-width: 481px) {
      .bbg__article-content .alignleft .size-medium,
      .bbg__article-content .alignright .size-medium {
        width: 100%; } }

@media screen and (min-width: 481px) {
  .bbg__article-content .alignleft {
    margin-right: 2rem; }
  .bbg__article-content .alignright {
    margin-left: 2rem; } }

/* Fixing the slignment on full-column photos in posts */
.bbg__article-content .alignnone,
.bbg__article-content .aligncenter {
  width: auto !important; }

/* Limit width of caption images */
.wp-caption {
  max-width: calc(100% - (2 * 40px)) !important; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/****************************************/
/*   RESPONSIVE YOUTUBE EMBEDS          */
/*   used on homepage, posts and pages  */
.bbg-embed-shell {
  margin-right: auto;
  margin-left: auto; }

.single .bbg-embed-shell {
  margin: 0 auto 3rem auto; }

.bbg-embed-shell.bbg__featured-video {
  max-width: 1040px; }

.bbg-embed-shell.bbg__featured-timeline {
  max-width: 100%;
  overflow-y: hidden; }

.embed-container {
  height: 0;
  max-width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden; }

@media screen and (min-width: 900px) {
  .embed-container.c-span {
    padding-bottom: 59.5%; } }

.embed-container.other {
  margin-bottom: 4rem; }

.embed-container iframe,
.embed-container object,
.embed-container embed {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.timeline-container {
  height: 100%;
  max-width: 100%;
  min-height: 600px;
  position: relative;
  overflow: hidden; }
  @media screen and (min-width: 600px) {
    .timeline-container {
      min-height: 650px; } }
  .timeline-container iframe,
  .timeline-container object,
  .timeline-container embed {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }

/****************************************/
/*   RESPONSIVE FACEBOOK EMBEDS         */
/*   used on homepage, posts and pages  */
.fb_iframe_widget_fluid_desktop,
.fb_iframe_widget_fluid_desktop span,
.fb_iframe_widget_fluid_desktop iframe {
  margin: 0 auto 3rem;
  display: block !important; }

/****** FEATURED GALLERY *****/
.bbg__article-featured__gallery {
  margin-bottom: 3rem; }

/* locator map */
.bbg__locator-map {
  width: 100%;
  min-height: 300px;
  margin-bottom: 3rem; }
  @media screen and (min-width: 900px) {
    .bbg__locator-map a.leaflet-control-zoom-out,
    .bbg__locator-map a.leaflet-control-zoom-in {
      display: none; } }

.bbg__article-sidebar .leaflet-container div,
.bbg__article-sidebar .leaflet-container p,
.bbg__article-sidebar .leaflet-popup-pane div,
.bbg__article-sidebar.large .leaflet-container div,
.bbg__article-sidebar.large .leaflet-container p,
.bbg__article-sidebar.large .leaflet-popup-pane div {
  margin-bottom: 0; }

.bbg__map__button {
  background-color: #FFF;
  border: 1px solid #999;
  border-radius: 3px;
  padding: 5px;
  position: absolute;
  top: 8rem;
  left: 1rem;
  z-index: 9999; }
  .bbg__map__button:hover {
    cursor: pointer;
    cursor: hand; }

.menu-all-pages-container {
  margin: 0 auto;
  max-width: 1040px;
  position: relative; }

.bbg__main-navigation__search {
  padding: 2rem; }

.menu-usagm-container {
  position: absolute;
  z-index: 1000;
  left: 0;
  width: 100%;
  margin-top: 10px;
  background-color: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid #ddd; }

.site-brand img {
  width: 201px; }

button#bbg__menu-toggle {
  margin-right: 0; }

.bbg__main-navigation {
  position: relative;
  display: block;
  width: 100%;
  padding: 1.5rem 0 1rem 0; }
  .bbg__main-navigation .site-brand {
    display: inline;
    margin-left: 1.5rem; }
  .bbg__main-navigation ul {
    width: 100%;
    margin-top: 0;
    padding-left: 0;
    display: none; }
    .bbg__main-navigation ul li {
      display: block;
      margin-top: 0;
      margin-bottom: 0;
      font-size: 1.5rem;
      line-height: 1.8rem;
      font-weight: 500;
      text-transform: uppercase; }
      .bbg__main-navigation ul li a {
        width: 100%;
        padding: 1.5rem;
        background-color: rgba(232, 229, 226, 0.95); }
      .bbg__main-navigation ul li a:link, .bbg__main-navigation ul li a:visited {
        color: #323a45; }
      .bbg__main-navigation ul li a:hover {
        color: #ffffff;
        background-color: rgba(40, 79, 145, 0.95); }
      .bbg__main-navigation ul li a:focus {
        background-color: #f2f2f2;
        text-decoration: underline; }
      .bbg__main-navigation ul li ul {
        margin-bottom: 0;
        background-color: rgba(241, 241, 241, 0.95); }
        .bbg__main-navigation ul li ul li {
          font-size: 1.5rem;
          font-weight: 400;
          text-transform: none; }
          .bbg__main-navigation ul li ul li li:hover {
            background-color: rgba(40, 79, 145, 0.5); }
          .bbg__main-navigation ul li ul li a {
            padding-top: 0.5rem;
            padding-bottom: 0.5rem;
            background-color: transparent;
            border-bottom: 1px solid #d6d1c4; }
          .bbg__main-navigation ul li ul li a:link, .bbg__main-navigation ul li ul li a:visited {
            color: #323a45; }
          .bbg__main-navigation ul li ul li a:hover, .bbg__main-navigation ul li ul li a:active {
            color: #5b8cd3; }
  .bbg__main-navigation li:before {
    content: none; }
  .bbg__main-navigation li:after {
    display: none; }
  .bbg__main-navigation a {
    display: block;
    padding: 0 1.5rem 0 0;
    text-decoration: none; }
  .bbg__main-navigation .nav-menu {
    margin-bottom: 80px; }
  .bbg__main-navigation button#nav-search-bu {
    float: right;
    background-color: transparent;
    margin-top: 10px; }
  .bbg__main-navigation .bbg__main-navigation__search {
    position: absolute;
    display: block;
    bottom: 3rem;
    right: 0;
    padding: 0; }
  .bbg__main-navigation .social-header {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center; }
    .bbg__main-navigation .social-header ul {
      margin-bottom: 0; }
      .bbg__main-navigation .social-header ul li#facebook-social a:link, .bbg__main-navigation .social-header ul li#facebook-social a:visited {
        color: #ffffff;
        background-color: #3b5998; }
      .bbg__main-navigation .social-header ul li#facebook-social a:hover, .bbg__main-navigation .social-header ul li#facebook-social a:active {
        color: #3b5998;
        background-color: #dfe3ee; }
      .bbg__main-navigation .social-header ul li#twitter-social a:link, .bbg__main-navigation .social-header ul li#twitter-social a:visited {
        color: #ffffff;
        background-color: #00aced; }
      .bbg__main-navigation .social-header ul li#twitter-social a:hover, .bbg__main-navigation .social-header ul li#twitter-social a:active {
        color: #0084b4;
        background-color: #c0deed; }
      .bbg__main-navigation .social-header ul li#youtube-social a:link, .bbg__main-navigation .social-header ul li#youtube-social a:visited {
        color: #ffffff;
        background-color: #ff0000; }
      .bbg__main-navigation .social-header ul li#youtube-social a:hover, .bbg__main-navigation .social-header ul li#youtube-social a:active {
        color: #ff0000;
        background-color: #282828; }
      .bbg__main-navigation .social-header ul li#linkedin-social a:link, .bbg__main-navigation .social-header ul li#linkedin-social a:visited {
        color: #ffffff;
        background-color: #0077b5; }
      .bbg__main-navigation .social-header ul li#linkedin-social a:hover, .bbg__main-navigation .social-header ul li#linkedin-social a:active {
        color: #0077b5;
        background-color: #caccce; }
      .bbg__main-navigation .social-header ul li {
        display: inline-block;
        font-size: 16px;
        width: 25%;
        padding: 0; }
        .bbg__main-navigation .social-header ul li a:link, .bbg__main-navigation .social-header ul li a:visited {
          color: #999999;
          padding: 5px 0 3px 0;
          margin: 0;
          background-color: transparent; }
        .bbg__main-navigation .social-header ul li a:hover, .bbg__main-navigation .social-header ul li a:active {
          color: #5b8cd3; }
  .bbg__main-navigation .usa-search {
    padding-left: 3rem; }
  .bbg__main-navigation input[type="search"] {
    max-width: 90%; }
  .bbg__main-navigation .usa-search [type="search"] {
    bottom: 2px;
    right: 3rem;
    height: 4.5rem;
    text-align: left;
    font-weight: 300;
    font-size: 14px;
    background-color: transparent;
    border-top: none;
    border-left: none; }
  .bbg__main-navigation .search-icon-close {
    position: absolute;
    top: -2rem;
    right: 8px;
    font-size: 13px;
    cursor: pointer;
    color: #d5d1c4; }

.menu-toggle {
  position: absolute;
  right: 15px;
  z-index: 9998;
  width: auto;
  min-width: 4.5rem;
  min-height: 4.5rem;
  padding-right: 0;
  margin-top: 38px;
  border-radius: 0.3rem;
  background-image: url(img/menu-tan.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px;
  background-color: transparent;
  border: 1px solid #d5d1c4; }
  .menu-toggle:hover {
    color: #ffffff;
    background-image: url(img/menu-white.png);
    background-color: #d5d1c4;
    border: none; }
    .menu-toggle:hover .menu-toggle-label {
      color: #ffffff; }

.menu-toggle-label {
  display: none; }

.bbg__main-navigation.toggled ul {
  display: block;
  width: 100%; }

.bbg__main-navigation .bbg__main-navigation__search {
  display: none; }

.bbg__main-navigation.toggled .bbg__main-navigation__search {
  display: block;
  width: 100%;
  height: 50px;
  margin-right: 10px;
  background-color: #ffffff; }

.menu-item-has-children > a {
  display: inline-block !important;
  padding-left: 1rem;
  width: calc(100% - 5rem); }

.menu-item-has-children > a.bbg__main-navigation__link-text {
  width: calc(100% - 5rem); }

.bbg__main-navigation__toggler {
  background: none;
  background-color: transparent;
  cursor: pointer;
  display: inline-block !important;
  height: 4.7rem;
  margin: 0;
  padding: 1.5rem;
  vertical-align: top;
  width: 5rem; }
  .bbg__main-navigation__toggler:hover {
    background-color: transparent; }
  .bbg__main-navigation__toggler:focus {
    background-color: #dce4ef; }

.bbg__navigation__pagination:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }
  .comment-navigation .nav-previous a,
  .posts-navigation .nav-previous a,
  .post-navigation .nav-previous a {
    background-image: url("img/arrow-previous.png");
    background-image: url("img/arrow-previous.svg");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;
    padding-left: 25px; }
  .comment-navigation .nav-previous a:hover,
  .posts-navigation .nav-previous a:hover,
  .post-navigation .nav-previous a:hover {
    background-image: url("img/arrow-previous-hover.png");
    background-image: url("img/arrow-previous-hover.svg"); }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }
  .comment-navigation .nav-next a,
  .posts-navigation .nav-next a,
  .post-navigation .nav-next a {
    background-image: url("img/arrow-next.png");
    background-image: url("img/arrow-next.svg");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: contain;
    padding-right: 25px; }
  .comment-navigation .nav-next a:hover,
  .posts-navigation .nav-next a:hover,
  .post-navigation .nav-next a:hover {
    background-image: url("img/arrow-next-hover.png");
    background-image: url("img/arrow-next-hover.svg"); }

/** POST AUTHOR Previous/next links on project posts */
.bbg__article__nav {
  position: fixed;
  bottom: 100px;
  display: block;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  pointer-events: none;
  z-index: 1; }
  .bbg__article__nav .bbg__article__nav-link {
    width: 30px;
    height: 45px;
    pointer-events: initial; }
  .bbg__article__nav .bbg__article__nav-icon {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0; }
    .bbg__article__nav .bbg__article__nav-icon.left-arrow {
      background-position: left top;
      background-repeat: no-repeat;
      background-size: contain;
      background-image: url(img/arrow_left.png); }
    .bbg__article__nav .bbg__article__nav-icon.right-arrow {
      background-position: right top;
      background-repeat: no-repeat;
      background-size: contain;
      background-image: url(img/arrow_right.png); }
  .bbg__article__nav .bbg__article__nav-text {
    display: none; }
  .bbg__article__nav .bbg__article__nav-previous {
    float: left; }
  .bbg__article__nav .bbg__article__nav-next {
    float: right; }

@media screen and (min-width: 481px) {
  .menu-toggle {
    padding-left: 3.5rem;
    padding-right: 1.5rem;
    background-position: 10px center; }
  .menu-toggle-label {
    display: block;
    color: #d5d1c4; } }

@media screen and (min-width: 900px) {
  .bbg__main-navigation button#nav-search-bu {
    margin-top: 0; }
  .bbg__main-navigation.toggled .bbg__main-navigation__search {
    width: auto; }
  .bbg__main-navigation {
    width: auto; }
  .bbg__main-navigation .social-header {
    top: -11.5rem;
    bottom: auto;
    z-index: 100;
    right: 50px;
    width: auto; }
    .bbg__main-navigation .social-header ul {
      margin-top: 15px; }
      .bbg__main-navigation .social-header ul li#facebook-social a:link, .bbg__main-navigation .social-header ul li#facebook-social a:visited {
        color: #999999;
        background-color: transparent; }
      .bbg__main-navigation .social-header ul li#facebook-social a:hover, .bbg__main-navigation .social-header ul li#facebook-social a:active {
        color: #3b5998;
        background-color: transparent; }
      .bbg__main-navigation .social-header ul li#twitter-social a:link, .bbg__main-navigation .social-header ul li#twitter-social a:visited {
        color: #999999;
        background-color: transparent; }
      .bbg__main-navigation .social-header ul li#twitter-social a:hover, .bbg__main-navigation .social-header ul li#twitter-social a:active {
        color: #00aced;
        background-color: transparent; }
      .bbg__main-navigation .social-header ul li#youtube-social a:link, .bbg__main-navigation .social-header ul li#youtube-social a:visited {
        color: #999999;
        background-color: transparent; }
      .bbg__main-navigation .social-header ul li#youtube-social a:hover, .bbg__main-navigation .social-header ul li#youtube-social a:active {
        color: #ff0000;
        background-color: transparent; }
      .bbg__main-navigation .social-header ul li#linkedin-social a:link, .bbg__main-navigation .social-header ul li#linkedin-social a:visited {
        color: #999999;
        background-color: transparent; }
      .bbg__main-navigation .social-header ul li#linkedin-social a:hover, .bbg__main-navigation .social-header ul li#linkedin-social a:active {
        color: #0077b5;
        background-color: transparent; }
      .bbg__main-navigation .social-header ul li#instagram-social a:link, .bbg__main-navigation .social-header ul li#instagram-social a:visited {
        color: #999999;
        background-color: transparent; }
      .bbg__main-navigation .social-header ul li#instagram-social a:hover, .bbg__main-navigation .social-header ul li#instagram-social a:active {
        color: #ee0075;
        background-color: transparent; }
      .bbg__main-navigation .social-header ul li {
        display: inline-block;
        line-height: 0;
        padding: 0 15px;
        margin: 0;
        width: auto; }
    .bbg__main-navigation .social-header ul li:after {
      margin-bottom: 0; }
  .bbg__main-navigation input[type="search"] {
    max-width: 46rem; }
  .menu-usagm-container {
    position: static;
    width: auto;
    margin-top: 0; }
  .bbg-banner {
    z-index: 1000; }
  .menu-item .nav-icon {
    position: absolute;
    font-size: 1.5rem;
    margin: 6px 0  0 -1.3rem;
    cursor: pointer;
    color: #8b8278; }
  .menu-item .nav-icon:hover {
    color: #147bd1; }
  .menu-item .displayed-dropdown {
    color: #8b8278; }
  .bbg__main-navigation ul {
    font-size: 0.9em; }
  .bbg__main-navigation .nav-menu {
    position: relative;
    z-index: 100;
    margin-bottom: 0px; }
  .bbg__main-navigation__toggler:focus {
    background-color: transparent; }
  li.menu-item a:link, li.menu-item a:visited {
    color: #147bd1; }
  li.menu-item a:hover, li.menu-item a:active {
    color: #81b0d2;
    text-decoration: none; }
  li.subnav-open a:link, li.subnav-open a:visited {
    color: #d5d1c4 !important; }
  li.subnav-open ul a:link, li.subnav-open ul a:visited {
    color: #1d4f91 !important; }
  li.subnav-open ul a:hover, li.subnav-open ul a:active {
    color: #d5d1c4 !important; }
  .usa-search.usa-search-small [type="submit"],
  .usa-search.usa-search-small .usa-search-submit {
    width: 2.5rem; }
  .menu-toggle {
    display: none; }
  .bbg__main-navigation {
    position: relative;
    padding: 2.7rem 0; }
    .bbg__main-navigation :not(a.site-logo):not(.mag-search) {
      text-align: right; }
    .bbg__main-navigation .bbg__top-nav__link-text {
      width: auto; }
    .bbg__main-navigation ul li a {
      padding: 1.9rem 0.8rem; }
    .bbg__main-navigation a:hover {
      text-decoration: underline;
      background-color: transparent; }
    .bbg__main-navigation .menu-usagm-container {
      position: absolute;
      top: 11.5rem;
      right: 0;
      text-align: center;
      margin: 0;
      padding-left: 5%;
      width: 100%; }
      .bbg__main-navigation .menu-usagm-container a {
        text-align: center;
        width: 100%; }
      .bbg__main-navigation .menu-usagm-container ul li.menu-item-has-children {
        display: inline-block;
        vertical-align: top;
        width: 15%;
        padding: 0 1rem; }
        .bbg__main-navigation .menu-usagm-container ul li.menu-item-has-children ul.sub-menu {
          padding: 0; }
          .bbg__main-navigation .menu-usagm-container ul li.menu-item-has-children ul.sub-menu li a {
            padding: 8px; }
    .bbg__main-navigation ul {
      border-top: none;
      display: block; }
      .bbg__main-navigation ul li a {
        background-color: transparent; }
      .bbg__main-navigation ul li a:hover {
        color: #999999;
        background-color: transparent; }
      .bbg__main-navigation ul li ul {
        padding: 0.7rem 0;
        margin-right: 1.5rem;
        background-color: transparent; }
        .bbg__main-navigation ul li ul li:hover {
          background-color: #eaebf0; }
    .bbg__main-navigation button#nav-search-bu {
      float: right;
      background-color: transparent; }
    .bbg__main-navigation .bbg__main-navigation__search {
      position: absolute;
      display: block;
      top: -7rem;
      right: 1.5rem;
      padding: 1rem; }
    .bbg__main-navigation .usa-search [type="search"] {
      position: absolute;
      top: 0;
      right: 3rem;
      width: 35rem;
      height: 3rem;
      text-align: left;
      font-weight: 300;
      font-size: 14px;
      background-color: transparent;
      border-top: none;
      border-left: none; }
    .bbg__main-navigation .search-icon-close {
      position: absolute;
      top: -2rem;
      right: 8px;
      font-size: 13px;
      cursor: pointer;
      color: #d5d1c4; } }

@media screen and (min-width: 1201px) {
  .bbg__main-navigation .menu-usagm-container {
    padding-left: 10%;
    padding-right: 10%; } }

.avatar-container {
  text-align: center; }
  .avatar-container h3 {
    margin-bottom: 0; }
  .avatar-container .avatar-image {
    margin-bottom: 0.5rem; }
    .avatar-container .avatar-image img {
      border-radius: 50%;
      margin-bottom: 0; }
  .avatar-container .avatar-title {
    color: #147bd1;
    margin-bottom: 2rem; }
  .avatar-container .avatar-description {
    text-align: left; }

@media screen and (min-width: 700px) {
  .avatar-container {
    text-align: left;
    padding-top: 30px;
    border-bottom: 1px solid #e9e9e9; }
    .avatar-container div {
      display: inline-block;
      vertical-align: top; }
    .avatar-container .avatar-image {
      width: 15%;
      margin-right: 20px; }
    .avatar-container .avatar-information {
      width: 80%; } }

@media screen and (min-width: 900px) {
  .avatar-container .avatar-image {
    width: 10%; }
  .avatar-container .avatar-information {
    width: 85%; } }

.bbg__avatar__container {
  margin: 0 auto;
  max-width: 200px; }
  @media screen and (min-width: 481px) {
    .bbg__avatar__container {
      float: left;
      margin: 0 1rem .5rem 0;
      width: 100px; } }
  @media screen and (min-width: 600px) {
    .bbg__avatar__container {
      clear: left; } }

.bbg__avatar__container--small {
  float: left;
  margin: 0 1rem .5rem 0;
  max-width: 50px; }
  @media screen and (min-width: 600px) {
    .bbg__avatar__container--small {
      max-width: 75px; } }

.bbg__avatar {
  border-radius: 50%;
  display: block;
  margin: 0 auto; }
  @media screen and (min-width: 481px) {
    .bbg__avatar {
      height: 100%;
      width: 100%; } }

.bbg__entity,
.bbg__team {
  margin-bottom: 3rem; }

.bbg__entity__name,
.bbg__team__name {
  clear: none;
  font-size: 3rem;
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase; }
  @media screen and (min-width: 481px) {
    .bbg__entity__name,
    .bbg__team__name {
      text-align: left; } }

.bbg__entity__name {
  line-height: 1.1;
  margin-bottom: 1rem;
  text-transform: none; }

.bbg__entity__icon,
.bbg__team__icon {
  border-radius: 50%;
  height: 100px;
  width: 100px; }
  @media screen and (min-width: 481px) {
    .bbg__entity__icon,
    .bbg__team__icon {
      margin-bottom: 3rem; } }

.bbg__entity__icon__image,
.bbg__team__icon__image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  height: 100%;
  width: 100%; }

.bbg__entity__text-description,
.bbg__team__text-description {
  clear: none;
  font-family: "Alegreya Sans", sans-serif;
  margin-top: 0;
  max-width: 600px; }

@media screen and (min-width: 900px) {
  .bbg__article-sidebar.large .bbg__entity__icon,
  .bbg__article-sidebar.large .bbg__team__icon {
    height: 50px;
    width: 50px; }
  .bbg__article-sidebar.large .bbg__entity__text,
  .bbg__article-sidebar.large .bbg__team__text {
    padding-left: 60px; }
  .bbg__article-sidebar.large .bbg__entity__name,
  .bbg__article-sidebar.large .bbg__team__name {
    font-size: 2.3rem; } }

.usa-intro.bbg__broadcasters__intro {
  margin-bottom: 3rem; }

.bbg__staff__author {
  margin-bottom: 3rem; }
  @media screen and (min-width: 600px) {
    .bbg__staff__author {
      margin-bottom: 3rem; } }

.bbg__staff__author__text {
  width: 100%; }

.bbg__staff__author-name {
  clear: none;
  font-size: 3rem;
  line-height: 1;
  margin-top: 1rem;
  margin-bottom: .1rem; }
  @media screen and (min-width: 481px) {
    .bbg__staff__author-name {
      font-size: 3rem;
      margin-top: 0;
      margin-bottom: .5rem; } }

.bbg__staff__author-occupation {
  font-weight: 300;
  text-transform: uppercase; }
  @media screen and (min-width: 481px) {
    .bbg__staff__author-occupation {
      padding-left: 85px;
      text-align: left; } }

.bbg__staff__author-contact {
  font-weight: 300;
  margin-bottom: 1rem; }
  .bbg__staff__author-contact:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  @media screen and (min-width: 600px) {
    .bbg__staff__author-contact {
      padding-left: 85px; } }

.bbg__staff__author-bio {
  max-width: none !important;
  font-size: 1.6rem;
  line-height: 1.7; }

/* Individual author page */
.bbg__staff__author-name {
  clear: none;
  font-size: 2.4rem;
  line-height: 1;
  margin-top: 1rem;
  margin-bottom: .1rem;
  text-align: center; }
  @media screen and (min-width: 481px) {
    .bbg__staff__author-name {
      font-size: 3rem;
      margin-top: 0;
      margin-bottom: .5rem;
      padding-left: 110px;
      text-align: left; } }

.bbg__staff__author-occupation {
  font-weight: 300;
  margin-bottom: 2rem;
  text-align: center;
  text-transform: uppercase; }
  @media screen and (min-width: 481px) {
    .bbg__staff__author-occupation {
      padding-left: 110px;
      text-align: left; } }

.bbg__staff__author-contact {
  font-weight: 300;
  margin-bottom: 0;
  text-align: center; }
  @media screen and (min-width: 481px) {
    .bbg__staff__author-contact {
      padding-left: 110px;
      text-align: left; } }

.bbg__staff__author-bio {
  font-family: "Carrara-Regular", serif;
  line-height: 1.8;
  margin-top: 1rem; }
  @media screen and (min-width: 481px) {
    .bbg__staff__author-bio {
      font-size: 1.8rem;
      font-weight: 300;
      margin-top: 2rem;
      margin-left: 110px;
      max-width: 600px; } }

/** HEADER AREA */
/* Featured image */
.bbg__article-header__thumbnail--large {
  line-height: 0;
  position: relative; }
  .bbg__article-header__thumbnail--large img {
    width: 100%; }

.bbg__article--no-featured-image {
  margin-top: 3rem; }
  @media screen and (min-width: 600px) {
    .bbg__article--no-featured-image {
      margin-top: 3rem; } }

/* Post title */
.bbg__article-header__title {
  font-size: 3.2rem; }
  @media screen and (min-width: 600px) {
    .bbg__article-header__title {
      font-size: 4rem; } }
  @media screen and (min-width: 900px) {
    .bbg__article-header__title {
      font-size: 5rem; } }

/* Author byline */
.bbg__article-meta {
  font-family: "Carrara-Regular", serif;
  font-size: 1.3rem;
  font-weight: 300; }
  @media screen and (min-width: 900px) {
    .bbg__article-meta {
      font-size: 1.6rem;
      /*margin-bottom: $site-margins * 1.3;*/
      margin-bottom: 2rem; } }
  .bbg__article-meta .author {
    font-weight: 700;
    font-style: italic; }

/** POST CONTENT */
.bbg__article-content > * {
  margin-right: auto;
  margin-left: auto;
  max-width: 600px; }

@media screen and (min-width: 600px) {
  .single-post .bbg__article-content > p:first-of-type {
    font-size: 1.8rem;
    margin: 0 auto 3rem auto; } }

.bbg__article-content > h3,
.bbg__article-content > h4,
.bbg__board__committee-list li .bbg__article-content > a,
.bbg__article-content .bbg__profile__content > h3 {
  margin-top: 2em;
  /*text-transform: uppercase;*/ }


.bbg__article-content > h4,
.bbg__board__committee-list li .bbg__article-content > a {
  clear: none; }

.bbg__article-content h1 + ul,
.bbg__article-content h1 + ol,
.bbg__article-content h2 + ul,
.bbg__article-content h2 + ol,
.bbg__article-content h3 + ul,
.bbg__article-content h3 + ol,
.bbg__article-content h4 + ul,
.bbg__article-content .bbg__board__committee-list li a + ul,
.bbg__board__committee-list li .bbg__article-content a + ul,
.bbg__article-content h4 + ol,
.bbg__article-content .bbg__board__committee-list li a + ol,
.bbg__board__committee-list li .bbg__article-content a + ol,
.bbg__article-content h5 + ul,
.bbg__article-content h5 + ol,
.bbg__article-content h6 + ul,
.bbg__article-content h6 + ol,
.bbg__article-content p + ul,
.bbg__article-content p + ol {
  margin-top: 0;
  margin-bottom: 1em; }

.bbg__article-content a,
.bbg__article-content p {
  word-wrap: break-word; }

.bbg__article-content strong {
  font-family: "Alegreya Sans", sans-serif; }

.bbg__article-content .bbg__article-content__subhead {
  color: #757575;
  font-size: 2.5rem;
  line-height: 1.3;
  text-transform: uppercase; }
  .bbg__article-content .bbg__article-content__subhead + .bbg__article-content__section-title {
    margin-top: 2rem; }

.bbg__article-content .bbg__article-content__section-title {
  color: #323a45;
  font-size: 2rem;
  line-height: 1.3;
  margin-top: 3rem;
  margin-bottom: 0; }
  .bbg__article-content .bbg__article-content__section-title + p {
    margin-top: .5rem; }

.bbg__article-content .bbg__article-content__form-title {
  color: #323a45;
  font-size: 2rem;
  line-height: 1.3;
  margin-top: 3rem;
  margin-bottom: 0; }

.bbg__article-content .bbg__article-content__image--extra-large {
  margin: 0;
  max-width: 100%; }

.bbg__article-content .bbg__interview p {
  margin-top: .5rem;
  margin-bottom: .75rem;
  /* Assumes Questions are wrapped in <strong/> */ }
  .bbg__article-content .bbg__interview p strong {
    display: block;
    margin-top: 2rem; }
    @media screen and (min-width: 600px) {
      .bbg__article-content .bbg__interview p strong {
        margin-top: 3rem; } }
    @media screen and (min-width: 900px) {
      .bbg__article-content .bbg__interview p strong {
        margin-top: 4rem; } }

.bbg__article-content ul {
  width: 100%; }

.bbg__article-content blockquote {
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0;
  padding-right: 4rem;
  padding-left: 4rem; }
  .bbg__article-content blockquote.pullquote {
    border-bottom-color: #0071bc;
    border-bottom-style: solid;
    border-bottom-width: 6px;
    font-family: "Carrara-Regular", serif;
    font-size: 2rem;
    margin-bottom: 3rem; }
    @media screen and (min-width: 900px) {
      .bbg__article-content blockquote.pullquote {
        float: left;
        margin-right: 3rem;
        max-width: 50%;
        padding: 0; } }

.bbg__article-sidebar .bbg__article-content__form-title {
  font-size: 1.6rem; }

.bbg__2-column .bbg__entry__secondary-title {
  font-size: 2.5rem; }
  @media screen and (min-width: 481px) {
    .bbg__2-column .bbg__entry__secondary-title {
      font-size: 3rem; } }
  @media screen and (min-width: 600px) {
    .bbg__2-column .bbg__entry__secondary-title {
      font-size: 4rem; } }

/** INLINE LISTS */
ul.bbg__article-content__list--inline {
  display: block;
  list-style-type: none; }
  @media screen and (min-width: 481px) {
    ul.bbg__article-content__list--inline {
      margin-top: -1rem;
      margin-bottom: 0; } }
  ul.bbg__article-content__list--inline li {
    display: inline-block;
    margin: 1rem 0;
    padding-right: 3rem; }
    @media screen and (min-width: 481px) {
      ul.bbg__article-content__list--inline li {
        margin: 0; } }
    ul.bbg__article-content__list--inline li:before, ul.bbg__article-content__list--inline li:after {
      display: none; }

/*************************************************/
/* RELATED LINKS                                 */
/* ??? WE'RE NOT REALLY USING THESE ON BBG ???   */
/* ??? DO WE WANT TO USE SOME OF THESE           */
/* ??? FOR ATTACHMENTS ON EVENTS AND PROFILES    */
.bbg__related-links a {
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  color: #112e51;
  font-size: 1.3rem;
  font-weight: 700;
  text-decoration: none; }
  .bbg__related-links a:hover {
    color: black;
    text-decoration: underline; }
  .bbg__related-links a[href] {
    background-image: url(img/social-icons/png/link-icon.png);
    background-image: url(img/social-icons/svg/link-icon.svg);
    padding-left: 2.5rem; }
  .bbg__related-links a[href^="mailto:"] {
    background-image: url(img/social-icons/png/email-icon.png);
    background-image: url(img/social-icons/svg/email-icon.svg); }
  .bbg__related-links a[href*="facebook.com/"] {
    background-image: url(img/social-icons/png/facebook-icon.png);
    background-image: url(img/social-icons/svg/facebook-icon.svg); }
  .bbg__related-links a[href*="twitter.com/"] {
    background-image: url(img/social-icons/png/twitter-icon.png);
    background-image: url(img/social-icons/svg/twitter-icon.svg); }
  .bbg__related-links a[href*="linkedin.com"] {
    background-image: url(img/social-icons/png/linkedin-icon.png);
    background-image: url(img/social-icons/svg/linkedin-icon.svg); }
  .bbg__related-links a[href*="youtu.be/"], .bbg__related-links a[href*="youtube.com/watch?"], .bbg__related-links a[href*="youtube.com/playlist?"] {
    background-image: url(img/social-icons/png/youtube-icon.png);
    background-image: url(img/social-icons/svg/youtube-icon.svg); }
  .bbg__related-links a[href*="vimeo.com/"] {
    background-image: url(img/social-icons/png/vimeo-icon.png);
    background-image: url(img/social-icons/svg/vimeo-icon.svg); }
  .bbg__related-links a[href*="video"], .bbg__related-links a[type="video"] {
    background-image: url(img/social-icons/png/video-icon.png);
    background-image: url(img/social-icons/svg/video-icon.svg); }
  .bbg__related-links a[href*="github.com/"] {
    background-image: url(img/social-icons/png/github-mark.png);
    background-image: url(img/social-icons/svg/github-mark.svg); }
  .bbg__related-links a[href*=".pdf"], .bbg__related-links a[type="application/pdf"] {
    background-image: url(img/social-icons/png/pdf-icon.png);
    background-image: url(img/social-icons/svg/pdf-icon.svg); }
  .bbg__related-links a[href*=".epub"], .bbg__related-links a[type="application/epub+zip"] {
    background-image: url(img/social-icons/png/epub-icon.png);
    background-image: url(img/social-icons/svg/epub-icon.svg); }
  .bbg__related-links a[href*="play.google.com/store/"], .bbg__related-links a[type="text/html+play"] {
    background-image: url(img/social-icons/png/google-play-badge.png);
    background-image: url(img/social-icons/svg/google-play-badge.svg);
    padding-left: 6.7rem; }
  .bbg__related-links a[href*="itunes.apple.com/us/app"], .bbg__related-links a[type="text/html+app"] {
    background-image: url(img/social-icons/png/apple-app-store-badge.png);
    background-image: url(img/social-icons/svg/apple-app-store-badge.svg);
    padding-left: 6.7rem; }
  .bbg__related-links a[href*="itunes.apple.com/us/book"], .bbg__related-links a[type="text/html+ibook"] {
    background-image: url(img/social-icons/png/badge_ibooks-sm.png);
    background-image: url(img/social-icons/svg/badge_ibooks-sm.svg);
    padding-left: 6.2rem; }

/****************************************/
/*   AUTHOR CARDS                       */
/*   Added to the end of posts          */
/*   ??? ARE WE USING THESE ON BBG ???  */
.bbg__article-author {
  background-color: #f1f1f1;
  border-radius: 0.3rem;
  margin-top: 4rem;
  margin-right: auto;
  margin-bottom: 3rem;
  margin-left: auto;
  max-width: 600px;
  padding: 2rem;
  text-align: center; }
  .bbg__article-author:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  @media screen and (min-width: 481px) {
    .bbg__article-author {
      bottom: 4rem;
      text-align: left; } }
  .bbg__article-author .bbg__staff__author-name {
    font-weight: 700;
    margin-bottom: .5rem; }
  .bbg__article-author .bbg__author-description {
    margin-bottom: 1rem; }
    @media screen and (min-width: 481px) {
      .bbg__article-author .bbg__author-description {
        margin-left: 110px; } }
    .bbg__article-author .bbg__author-description .bbg__author-occupation {
      font-weight: 400;
      margin-bottom: 1.3rem; }
    .bbg__article-author .bbg__author-description .bbg__author-bio {
      font-family: "Carrara-Regular", serif;
      font-size: 1.3rem;
      font-weight: 300;
      line-height: 1.7;
      margin-bottom: 1rem; }
  .bbg__article-author .bbg__author-contact {
    font-size: 1.3rem;
    font-weight: 300;
    line-height: 1.7;
    margin-bottom: 0;
    padding-left: 0; }
    @media screen and (min-width: 481px) {
      .bbg__article-author .bbg__author-contact {
        margin-left: 110px; } }
    @media screen and (min-width: 600px) {
      .bbg__article-author .bbg__author-contact {
        float: right;
        margin-left: 0;
        text-align: right; } }
    .bbg__article-author .bbg__author-contact .bbg__author-contact__email {
      display: block;
      font-size: 1.6rem;
      font-weight: 500;
      margin-bottom: .5rem; }
      @media screen and (min-width: 600px) {
        .bbg__article-author .bbg__author-contact .bbg__author-contact__email {
          display: inline-block; } }
    .bbg__article-author .bbg__author-contact .bbg__author-contact__twitter {
      display: block; }
      @media screen and (min-width: 600px) {
        .bbg__article-author .bbg__author-contact .bbg__author-contact__twitter {
          display: inline-block;
          margin-right: .25rem; } }
    .bbg__article-author .bbg__author-contact .bbg__author-contact__website {
      display: block; }
      @media screen and (min-width: 600px) {
        .bbg__article-author .bbg__author-contact .bbg__author-contact__website {
          display: inline-block; }
          .bbg__article-author .bbg__author-contact .bbg__author-contact__website:before {
            content: " | "; } }

/****************************************/
/*   CONTACT CARDS FOR PRESS RELEASES   */
/*   Optionally added to the end        */
/*   of press releases                  */
.bbg__contact-box {
  border-top: 1px solid #CCC;
  font-family: "Alegreya Sans", sans-serif;
  margin-top: 3rem;
  padding-top: 3rem;
  /* Contact card share links */
  /* Article share links: text */ }
  .bbg__contact-box p, .bbg__contact-box a, .bbg__contact-box ul, .bbg__contact-box li, .bbg__contact-box span {
    font-family: "Alegreya Sans", sans-serif; }
  .bbg__contact-box ul.bbg__contact__card-list {
    padding-left: 0; }
  .bbg__contact-box li.bbg__contact__link {
    display: inline-block;
    margin: 0 2rem 0 0; }
    .bbg__contact-box li.bbg__contact__link a:hover,
    .bbg__contact-box li.bbg__contact__link a:focus {
      background: none;
      text-decoration: none; }
    @media screen and (min-width: 900px) {
      .bbg__contact-box li.bbg__contact__link {
        display: block; } }
  .bbg__contact-box .bbg__contact__link:before {
    content: ""; }
  .bbg__contact-box .bbg__contact__icon {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 0.3rem;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: .5rem;
    margin-bottom: 0;
    vertical-align: middle; }
    @media screen and (min-width: 600px) {
      .bbg__contact-box .bbg__contact__icon {
        border-radius: 0; } }
  .bbg__contact-box .bbg__contact__text:hover, .bbg__contact-box .bbg__contact__text:focus {
    background: none;
    text-decoration: underline; }
  @media screen and (min-width: 600px) {
    .bbg__contact-box .bbg__contact__text {
      display: inline-block; } }

/** Dateline for press releases **/
.bbg__article-dateline {
  /*font-family: $font-sans;*/
  text-transform: uppercase; }

/************************************************/
/*   TAGLINE FOR ARTICLE POSTS AND PAGES        */
/*   Small gray type at the end of an article   */
.bbg__tagline,
.bbg__tagline p,
.bbg-tagline,
.bbg-tagline p {
  color: #757575;
  font-family: "Alegreya Sans", sans-serif;
  font-size: 1.6rem;
  line-height: 1.7;
  margin-bottom: 3rem; }
  .bbg__tagline a,
  .bbg__tagline p a,
  .bbg-tagline a,
  .bbg-tagline p a {
    color: #323a45;
    text-decoration: underline; }

@media screen and (min-width: 900px) {
  .bbg__tagline,
  .bbg__tagline p,
  .bbg-tagline,
  .bbg-tagline p {
    font-size: 1.5rem; } }

.bbg__tagline-link {
  display: block;
  margin: 0 auto 3rem auto;
  max-width: 600px; }

.bbg__article-footer {
  margin-top: 3rem; }

/* At the end of a post, add a small tagline credit for authors
e.g. on the intern testimonial page */
.bbg__post__author-tagline {
  text-align: right;
  margin-top: 5rem; }

/** Read more link **/
.bbg__read-more, a.bbg__kits__intro__more--link {
  color: #0071bc;
  font-family: "Alegreya Sans", sans-serif;
  font-size: 80%;
  font-weight: bold;
  font-transform: uppercase;
  margin-left: 1rem; }

/* Ajax Load More Overrides */
#ajax-load-more .alm-listing .alm-reveal > li {
  background: 0 0;
  margin: 0 0 30px;
  padding: 0 0 0 170px;
  overflow: hidden;
  position: relative;
  padding: 0px; }
  #ajax-load-more .alm-listing .alm-reveal > li img {
    margin-right: 20px;
    margin-bottom: 0;
    position: relative;
    width: 30%;
    float: left;
    left: 0;
    top: 0;
    border-radius: 2px; }
  #ajax-load-more .alm-listing .alm-reveal > li h3 {
    margin: 0 0 10px; }
  #ajax-load-more .alm-listing .alm-reveal > li p {
    margin: 0 0 5px 0; }
  @media screen and (min-width: 600px) {
    #ajax-load-more .alm-listing .alm-reveal > li {
      padding: 0 0 0 170px; }
      #ajax-load-more .alm-listing .alm-reveal > li img {
        margin-right: 0;
        margin-bottom: 27px;
        position: absolute;
        width: 150px;
        float: none; } }

.sidebar-divider {
  border-left: 1px solid #e6e6e6; }

.related-divider {
  padding-top: 1.5rem;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6; }

.sidebar-grid--large-gutter .main-column {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px; }

.sidebar-grid--large-gutter .side-column {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px; }

@media screen and (min-width: 900px) {
  .sidebar-grid--large-gutter > .inner-container > div:nth-child(2) {
    padding-left: 4rem; }
  .sidebar-grid--large-gutter .main-column {
    width: calc(66.66667% - 33.33333px);
    float: left;
    margin-left: 20px; }
  .sidebar-grid--large-gutter .side-column {
    width: calc(33.33333% - 26.66667px);
    float: left;
    margin-left: 20px;
    padding-left: 3rem; }
  .sidebar-grid--large-gutter .divider-left {
    border-left: 1px solid #f1f1f1; }
  .sidebar-grid--large-gutter .divider-right {
    border-right: 1px solid #f1f1f1; } }

.icon-sidebar-grid--large-gutter .icon-column {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px; }

.icon-sidebar-grid--large-gutter .main-column {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px; }

.icon-sidebar-grid--large-gutter .side-column {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px; }

@media screen and (min-width: 900px) {
  .icon-sidebar-grid--large-gutter > .inner-container > div:nth-child(2) {
    padding-left: 4rem; }
  .icon-sidebar-grid--large-gutter .icon-column {
    width: calc(8.33333% - 21.66667px);
    float: left;
    margin-left: 20px; }
  .icon-sidebar-grid--large-gutter .main-column {
    width: calc(58.33333% - 31.66667px);
    float: left;
    margin-left: 20px;
    padding-left: 3.5rem; }
  .icon-sidebar-grid--large-gutter .side-column {
    width: calc(33.33333% - 26.66667px);
    float: left;
    margin-left: 20px;
    padding-left: 3rem; }
  .icon-sidebar-grid--large-gutter .divider-left {
    border-left: 1px solid #f1f1f1; }
  .icon-sidebar-grid--large-gutter .divider-right {
    border-right: 1px solid #f1f1f1; } }

.icon-side-content-container {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px; }
  .icon-side-content-container.experts {
    width: calc(50% - 45px);
    float: left;
    margin-left: 30px; }
  .icon-side-content-container img {
    width: 25%; }

.icon-main-content-container {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px; }

@media screen and (min-width: 900px) {
  .icon-side-content-container {
    width: calc(16.66667% - 35px);
    float: left;
    margin-left: 30px; }
    .icon-side-content-container img {
      width: auto;
      margin-bottom: 3rem; }
    .icon-side-content-container.experts {
      width: calc(33.33333% - 40px);
      float: left;
      margin-left: 30px; }
  .icon-main-content-container {
    width: calc(83.33333% - 55px);
    float: left;
    margin-left: 30px; }
    .icon-main-content-container.experts {
      width: calc(100% - 60px);
      float: left;
      margin-left: 30px; } }

.outer-container {
  max-width: 1200px;
  margin: 0 auto 4rem auto; }
  .outer-container::after {
    clear: both;
    content: "";
    display: block; }

.outer-container.about-flexible-row {
  margin-bottom: 3.5rem; }

.custom-grid-container {
  max-width: 1200px;
  margin: 0 auto 3em auto; }

.nest-container {
  margin-left: -20px;
  margin-right: -20px;
  width: calc(100% + 40px); }

.inner-container::after {
  clear: both;
  content: "";
  display: block; }

.grid-container {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px; }

@media screen and (-webkit-min-device-pixel-ratio) {
  ::i-block-chrome, .grid-container {
    display: inline-block;
    width: 96.093%; } }

.side-content-container article.full-width-block {
  width: 100%; }

.grid-half {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px; }

.grid-third {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px; }

.grid-four {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
  margin-right: 0; }

.grid-five {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px; }

@media screen and (min-width: 600px) {
  .grid-half {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px; }
  .grid-third {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
    clear: none; }
  .grid-four {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px; } }

@media screen and (min-width: 700px) {
  .grid-half {
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px; }
  .grid-third {
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px; }
  .grid-third:nth-child(odd) {
    clear: left; }
  .grid-four {
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px; } }

@media screen and (min-width: 900px) {
  .grid-third {
    width: calc(33.33333% - 26.66667px);
    float: left;
    margin-left: 20px; }
  .grid-third:nth-child(3n+1) {
    clear: left; }
  .grid-third:nth-child(2n+1) {
    clear: none; }
  .grid-four {
    width: calc(25% - 25px);
    float: left;
    margin-left: 20px; }
  .grid-five {
    width: calc(20% - 24px);
    float: left;
    margin-left: 20px; } }

.sidebar-section {
  margin-bottom: 3rem; }

.main-content-container {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px; }

.side-content-container {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px; }
  .side-content-container article {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 0 1.5rem 3rem 1.5rem; }

@media screen and (min-width: 900px) {
  .side-content-container {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px; }
    .side-content-container article {
      width: 50%; } }

.medium-main-content-container {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px; }

.medium-side-content-container {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px; }

.small-main-content-container {
  width: calc(50% - 30px);
  float: left;
  margin-left: 20px; }

.small-side-content-container {
  width: calc(50% - 30px);
  float: left;
  margin-left: 20px; }

@media screen and (min-width: 481px) {
  .small-main-content-container {
    width: calc(75% - 35px);
    float: left;
    margin-left: 20px; }
  .small-side-content-container {
    width: calc(25% - 25px);
    float: left;
    margin-left: 20px; } }

@media screen and (min-width: 700px) {
  .medium-main-content-container {
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px; }
  .medium-side-content-container {
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px; } }

@media screen and (min-width: 900px) {
  .custom-grid-container > .inner-container > div:nth-child(2) {
    padding-left: 3rem; }
  .main-content-container {
    width: calc(66.66667% - 33.33333px);
    float: left;
    margin-left: 20px; }
  .side-content-container {
    width: calc(33.33333% - 26.66667px);
    float: left;
    margin-left: 20px; }
    .side-content-container .side-content-container {
      border-left: none;
      padding-left: 0; }
    .side-content-container article {
      display: block;
      width: 100%;
      padding: 0;
      margin-bottom: 3rem; }
      .side-content-container article .grid-container {
        margin-top: 1.5rem; }
  .medium-main-content-container {
    width: calc(75% - 35px);
    float: left;
    margin-left: 20px; }
  .medium-side-content-container {
    width: calc(25% - 25px);
    float: left;
    margin-left: 20px; }
  .small-side-content-container {
    width: calc(41.66667% - 28.33333px);
    float: left;
    margin-left: 20px; }
  .small-main-content-container {
    width: calc(58.33333% - 31.66667px);
    float: left;
    margin-left: 20px; } }

@media screen and (min-width: 900px) and (-webkit-min-device-pixel-ratio) {
  .main-content-container {
    display: inline-block;
    width: 63.378%; }
  .side-content-container {
    display: inline-block;
    width: 30.664%; }
  .medium-main-content-container {
    display: inline-block;
    width: 71.582%; }
  .medium-side-content-container {
    display: inline-block;
    width: 22.558%; } }

.sidebar-content-container {
  width: calc(33.33333% - 26.66667px);
  float: left;
  margin-left: 20px; }
  .sidebar-content-container .network-container::after {
    clear: both;
    content: "";
    display: block; }
  .sidebar-content-container .network-container .network-icon {
    width: calc(25% - 25px);
    float: left;
    margin-left: 20px; }
  .sidebar-content-container .network-container .network-blurb {
    width: calc(75% - 35px);
    float: left;
    margin-left: 20px; }

.sidebar-entities .entity-image-side {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%; }
  .sidebar-entities .entity-image-side:last-child {
    margin-right: 0; }
  .sidebar-entities .entity-image-side img {
    margin-bottom: 0; }

.sidebar-entities .entity-text-side {
  position: relative;
  /* IN ORDER TO CENTER VERTICALLY, */
  /* HEIGH IS DETERMINED BY JAVASCRIPT js/usagm-main.js */
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 74.41059%; }
  .sidebar-entities .entity-text-side:last-child {
    margin-right: 0; }
  .sidebar-entities .entity-text-side h4, .sidebar-entities .entity-text-side .bbg__board__committee-list li a, .bbg__board__committee-list li .sidebar-entities .entity-text-side a {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-bottom: 0; }

@media screen and (min-width: 600px) {
  .sidebar-entities .entity-image-side {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 14.70196%; }
    .sidebar-entities .entity-image-side:last-child {
      margin-right: 0; }
  .sidebar-entities .entity-text-side {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 82.94039%; }
    .sidebar-entities .entity-text-side:last-child {
      margin-right: 0; } }

@media screen and (min-width: 600px) {
  .bbg-grid--1-2-2 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    margin-right: 0; }
    .bbg-grid--1-2-2:last-child {
      margin-right: 0; }
  .bbg-grid--1-2-2:nth-child(2n+1) {
    clear: left;
    margin-right: 2.35765%; }
  .bbg-grid--1-2-3 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    margin-right: 0; }
    .bbg-grid--1-2-3:last-child {
      margin-right: 0; }
  .bbg-grid--1-2-3:nth-child(2n+1) {
    clear: left;
    margin-right: 2.35765%; }
  .bbg-grid--1-3-3 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    margin-right: 2%;
    clear: none; }
    .bbg-grid--1-3-3:last-child {
      margin-right: 0; }
  .bbg-grid--1-3-3:nth-child(2n) {
    margin-right: 2%; }
  .bbg-grid--1-3-3:nth-child(3n) {
    margin-right: 0;
    clear: right; }
  .bbg-grid--2-3-3, .bbg__employee-profile__excerpt {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    clear: none;
    margin-right: 2.35765%; }
    .bbg-grid--2-3-3:last-child, .bbg__employee-profile__excerpt:last-child {
      margin-right: 0; }
  .bbg-grid--2-3-3:nth-child(2n), .bbg__employee-profile__excerpt:nth-child(2n) {
    margin-right: 2.35765%; }
  .bbg-grid--2-3-3:nth-child(3n), .bbg__employee-profile__excerpt:nth-child(3n) {
    clear: right;
    margin-right: 0; } }

@media screen and (min-width: 900px) {
  .bbg-grid--1-1-1-2 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    clear: none;
    margin-right: 0; }
    .bbg-grid--1-1-1-2:last-child {
      margin-right: 0; }
  .bbg-grid--1-1-1-2:nth-child(2n+1) {
    clear: left;
    margin-right: 2.35765%; }
  .bbg-grid--1-2-3 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    margin-right: 2%;
    clear: none; }
    .bbg-grid--1-2-3:last-child {
      margin-right: 0; }
  .bbg-grid--1-2-3:nth-child(2n+1) {
    clear: none;
    margin-right: 2%; }
  .bbg-grid--1-2-3:nth-child(3n) {
    clear: none;
    margin-right: 0; }
  .bbg-grid--1-2-3:nth-child(3n+1) {
    clear: left; } }

img {
  height: auto; }

@media screen and (min-width: 600px) {
  .usa-input-grid {
    margin-right: 0;
    padding-right: 0; } }

.usa-grid {
  padding: 0 2rem; }

.usa-footer-big nav .usa-footer-primary-link {
  cursor: pointer; }
  @media screen and (min-width: 600px) {
    .usa-footer-big nav .usa-footer-primary-link {
      cursor: default; } }

input,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="search"],
input[type="file"],
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"],
input[type="week"],
textarea,
select {
  border: 1px solid #CCC; }

form select:focus {
  background-color: #dce4ef; }

.usa-social-links a, .bbg__kits__section .bbg__contact-card .bbg__kits__social .bbg__kits__social-link a {
  display: inline-block; }

ul li:before,
ol li:before {
  width: 1.2rem; }

.feature-element {
  margin-left: calc(16.66667% - 23.33333px + 40px);
  margin-bottom: 3rem; }
  .feature-element iframe {
    width: 100%;
    height: 45rem; }

.bbg-header__container, .bbg-header__container--home {
  padding-right: 3rem; }
  .bbg-header__container:after, .bbg-header__container--home:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  .bbg-header__container:focus, .bbg-header__container--home:focus {
    background: none; }

.bbg-header__container--home {
  margin-bottom: 0; }

.bbg-header__link {
  padding: 0; }
  .bbg-header__link:hover {
    text-decoration: none; }
    .bbg-header__link:hover .bbg-header__site-title {
      color: #4773aa; }
  .bbg-header__link:focus {
    background: none; }

.bbg-header__logo {
  float: left;
  height: 5.2rem;
  margin-right: 1rem; }

.bbg-header__site-title {
  clear: none;
  display: inline-block;
  font-family: "Alegreya Sans", sans-serif !important;
  font-size: 2rem;
  line-height: 1;
  margin: 0;
  padding-top: .5rem; }

.bbg-header__site-title--breakline {
  display: block; }

.header-feature {
  margin-left: calc(16.66667% - 23.33333px + 40px); }

@media screen and (min-width: 481px) {
  .bbg-header__logo {
    height: 7rem; }
  .bbg-header__site-title {
    font-size: 2.66667rem;
    padding-top: 1rem; } }

@media screen and (min-width: 600px) {
  .bbg-header__link {
    font-size: 8rem;
    line-height: 0; }
  .bbg-header__logo {
    height: 8.8rem; }
  .bbg-header__site-title {
    font-size: 4rem;
    padding-top: .2rem; } }

@media screen and (min-width: 900px) {
  .bbg-header__container, .bbg-header__container--home {
    margin-bottom: 0; }
  .bbg-header__link {
    font-size: 5rem; }
  .bbg-header__site-title {
    font-size: 5rem;
    padding-top: 1.5rem; }
  .bbg-header__site-title--breakline {
    display: inline-block; } }

/* FILE CONTENTS */
aside {
  margin-bottom: 1rem; }

.entity-press-release-group {
  margin-bottom: 6rem; }
  .entity-press-release-group .entity-press-release-image img {
    width: 100%; }
  .entity-press-release-group .sidebar-article-title {
    margin-bottom: 0; }
  .entity-press-release-group .read-more {
    border-top: 1px solid #f1f1f1;
    padding-top: 0.5rem;
    margin-bottom: 0; }

.past-intern-block {
  margin-bottom: 3rem; }

.page-content {
  margin-bottom: 3rem; }

.date-meta {
  font-family: "Alegreya Sans", sans-serif;
  font-size: 0.9em;
  font-weight: 400;
  color: #666666;
  margin-bottom: 1rem; }

.post-image {
  margin-bottom: 3rem; }

.read-more {
  font-family: "Alegreya Sans", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #147bd1;
  text-decoration: none; }

p.featured-image-caption {
  font-family: "Alegreya Sans", sans-serif;
  font-size: 0.9em;
  font-weight: 400;
  line-height: 1.7rem;
  color: #666666;
  margin-bottom: 2.5rem;
  margin-top: -1.5em; }

ul.meeting-speakers li {
  margin-bottom: 2rem; }

ul.meeting-speakers .usa-accordion.speaker-accordion {
  padding-right: 30px; }
  ul.meeting-speakers .usa-accordion.speaker-accordion button {
    position: relative;
    width: 100%; }
    ul.meeting-speakers .usa-accordion.speaker-accordion button .fas {
      position: absolute;
      top: 15px;
      right: -22px;
      color: #999999; }
  ul.meeting-speakers .usa-accordion.speaker-accordion .usa-accordion-content {
    padding: 0;
    margin-bottom: 1.5rem; }
  ul.meeting-speakers .usa-accordion.speaker-accordion .speaker-bio {
    font-size: 1.6rem;
    color: #999999;
    margin: 0.5rem 0; }
    @media screen and (min-width: 900px) {
      ul.meeting-speakers .usa-accordion.speaker-accordion .speaker-bio {
        font-size: 1.5rem; } }
  ul.meeting-speakers .usa-accordion.speaker-accordion .speaker-link {
    margin-bottom: 1.5rem; }

ul.meeting-speakers .speaker-name,
ul.meeting-speakers .speaker-title {
  margin-bottom: 0; }

.page-post-featured-graphic:not(div.home-featured-primary-post) {
  margin-bottom: 3em; }

.hide-small {
  display: none; }

@media screen and (min-width: 600px) {
  .hide-small {
    display: block; } }

.map-banner {
  margin-bottom: 8rem; }

.no-margin-bottom {
  margin: 0; }

.bottom-divider {
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #8b8278; }

.unstyled-list li {
  list-style-type: none; }

.profile-name {
  margin-bottom: 1.5rem; }

.profile-occupation {
  margin-bottom: 3rem; }

.profile-header {
  position: relative;
  margin-top: -10rem; }
  .profile-header .image-container {
    width: calc(25% - 25px);
    float: left;
    margin-left: 20px; }
    .profile-header .image-container img {
      min-width: 100%;
      box-sizing: border-box;
      border: 10px solid #ffffff; }
  .profile-header .content-column {
    width: calc(75% - 35px);
    float: left;
    margin-left: 20px; }
    .profile-header .content-column .content {
      position: absolute;
      bottom: 10px; }
      .profile-header .content-column .content p {
        margin-bottom: 0; }

button {
  margin-bottom: 1.5rem;
  background-color: #1d4f91; }

.feautre-banner {
  margin-bottom: 6rem; }

.hd_scale {
  overflow: hidden;
  margin-bottom: 1.5rem; }

.side-content-container {
  overflow: hidden; }
  .side-content-container img {
    margin-bottom: 0; }

.umbrella-bg-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.contain-entity {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px; }
  .contain-entity .entity-icon {
    width: calc(25% - 25px);
    float: left;
    margin-left: 20px; }
    .contain-entity .entity-icon img {
      margin: 0; }
  .contain-entity .entity-desc {
    width: calc(75% - 35px);
    float: left;
    margin-left: 20px; }

.contain-entity.side-bar-entity {
  margin-left: 0; }

@media screen and (min-width: 600px) {
  .entity-main .entity-icon {
    width: calc(16.66667% - 23.33333px);
    float: left;
    margin-left: 20px; }
  .entity-main .entity-desc {
    width: calc(83.33333% - 36.66667px);
    float: left;
    margin-left: 20px; }
  .entity-side .entity-icon {
    width: calc(8.33333% - 21.66667px);
    float: left;
    margin-left: 20px; }
  .entity-side .entity-desc {
    width: calc(91.66667% - 38.33333px);
    float: left;
    margin-left: 20px; } }

@media screen and (min-width: 900px) {
  .entity-main {
    width: calc(16.66667% - 23.33333px);
    float: left;
    margin-left: 20px; }
    .entity-main .entity-icon {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px; }
      .entity-main .entity-icon img {
        width: 50%; }
    .entity-main .entity-desc {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px; }
  .entity-side .entity-icon {
    width: calc(8.33333% - 21.66667px);
    float: left;
    margin-left: 20px; }
  .entity-side .entity-desc {
    width: calc(91.66667% - 38.33333px);
    float: left;
    margin-left: 20px; } }

@media screen and (min-width: 900px) and (-webkit-min-device-pixel-ratio) {
  .entity-main {
    display: inline-block;
    width: 17.578%; }
    .entity-main .entity-icon {
      width: 80%; }
    .entity-main .entity-desc {
      width: 80%; } }

.page-sidebar {
  width: calc(25% - 25px);
  float: left;
  margin-left: 20px;
  padding-left: 1.5rem;
  border-left: 1px solid #e6e6e6; }

.sidebar-paragraph-head {
  font-family: "Alegreya Sans", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  text-transform: uppercase;
  color: #8b8278;
  margin-bottom: 1.5rem; }

.sidebar-paragraph-head a {
  color: inherit; }

.box-special {
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  background-color: #eaebf0; }
  .box-special p {
    margin-bottom: 0; }

.red-special p {
  font-family: "Carrara-Regular", serif;
  font-size: 2.5rem;
  line-height: 4rem;
  font-style: italic;
  color: #b5231d;
  margin-bottom: 0; }

@media screen and (min-width: 1201px) {
  .red-special p {
    font-size: 2.5rem;
    line-height: 4.5rem; } }

h3.events-header {
  margin-top: 32px; }

.past-events .date-meta {
  font-size: 0.8em;
  margin-bottom: 0; }

img,
*[class*="icon"],
*[class*="image"],
*[class*="photo"],
*[class*="thumbnail"],
*[style*="background-image"] {
  margin-bottom: 1.5em; }
  img > a:hover,
  img > a:focus,
  *[class*="icon"] > a:hover,
  *[class*="icon"] > a:focus,
  *[class*="image"] > a:hover,
  *[class*="image"] > a:focus,
  *[class*="photo"] > a:hover,
  *[class*="photo"] > a:focus,
  *[class*="thumbnail"] > a:hover,
  *[class*="thumbnail"] > a:focus,
  *[style*="background-image"] > a:hover,
  *[style*="background-image"] > a:focus {
    background-color: transparent;
    text-decoration: none; }

.sidebar-related {
  margin-bottom: 2.5rem; }
  .sidebar-related .sidebar-article-title {
    margin-bottom: 0.5rem; }
  .sidebar-related p {
    margin-bottom: 1.5rem; }
  .sidebar-related img {
    margin-bottom: 0; }

.grid-box-container {
  background-color: #b2ccd1; }
  .grid-box-container [style*="background-image"] {
    margin: 0; }
  .grid-box-container .grid-box-chunk {
    position: relative;
    height: 85px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto; }
    .grid-box-container .grid-box-chunk .grid-box-text {
      text-align: center;
      width: 100%;
      position: absolute;
      top: 50%;
      transform: translateY(-50%); }
      .grid-box-container .grid-box-chunk .grid-box-text img {
        width: 10%;
        margin: 0; }
      .grid-box-container .grid-box-chunk .grid-box-text p {
        color: #ffffff;
        font-size: 1.4rem;
        margin: 0; }

.internship-sidebar-block {
  margin-bottom: 3rem; }
  .internship-sidebar-block a.read-more:link {
    font-family: "Carrara-Regular", serif;
    font-weight: 400;
    color: #147bd1; }

@media screen and (min-width: 600px) {
  .grid-box-container .grid-box-chunk {
    width: calc(20%);
    float: left;
    margin-left: 0px;
    background-size: auto 100%; }
    .grid-box-container .grid-box-chunk .grid-box-text img {
      width: 35%; }
    .grid-box-container .grid-box-chunk .grid-box-text p {
      font-size: 1.6rem; } }

@media screen and (min-width: 900px) {
  .grid-box-container .grid-box-chunk .grid-box-text img {
    width: auto; }
  .grid-box-container .grid-box-chunk .grid-box-text p {
    font-size: 1.8rem; } }

@media screen and (min-width: 1201px) {
  .grid-box-container .grid-box-chunk .grid-box-text img {
    width: auto; }
  .grid-box-container .grid-box-chunk .grid-box-text p {
    font-size: 2rem; } }

#idei .flip-card {
  display: inline-block;
  background-color: transparent;
  width: 180px;
  height: 252px;
  perspective: 1000px; }
  #idei .flip-card .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); }
    #idei .flip-card .flip-card-inner .flip-card-front, #idei .flip-card .flip-card-inner .flip-card-back {
      position: absolute;
      width: 100%;
      height: 100%;
      backface-visibility: hidden; }
    #idei .flip-card .flip-card-inner .flip-card-back {
      position: relative;
      background-color: #263266;
      transform: rotateY(180deg); }
      #idei .flip-card .flip-card-inner .flip-card-back .card-back-content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
        #idei .flip-card .flip-card-inner .flip-card-back .card-back-content p {
          color: #ffffff; }

#idei .flip-card:hover .flip-card-inner {
  transform: rotateY(180deg); }

.instagram-links .instagram-link {
  position: relative;
  margin-bottom: 20px; }
  .instagram-links .instagram-link img {
    margin-bottom: 0;
    width: 100%;
    height: 100%; }
  .instagram-links .instagram-link a {
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    padding: 20px;
    background-color: #ffffff;
    justify-content: center;
    text-decoration: none; }
    .instagram-links .instagram-link a h3 {
      margin: 0;
      text-align: center;
      font-size: 2.5rem;
      color: #000000; }

@media screen and (min-width: 900px) {
  .instagram-link.instagram-link-clears:nth-of-type(3n+1) {
    clear: left; } }

/**
 * CH 02 - 2- and 3-COLUMN PAGE STRUCTURE
 * CH 03 - FOOTER STYLES
 * CH 04 - EXCERPT STYLES
 * CH 05 - SITEWIDE ALERT STYLES
 * CH 06 - Misc post/page styles
**/
#bitnami-banner {
  display: none; }

/***************************************************/
/*    CH 02 – 2- and 3-COLUMN PAGE STRUCTURE       */
/*    3-column: used on most posts and many pages  */
/*    2-column: used on expanded profiles e.g. CEO */
.learn-more {
  font-family: "Alegreya Sans", sans-serif;
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: 700;
  text-align: right; }
  .learn-more a:link {
    text-decoration: none; }
  .learn-more :after {
    content: " \226B"; }

.bbg__article-header {
  margin: 0 auto 3rem auto;
  max-width: 600px; }
  .bbg__article-header:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  @media screen and (min-width: 900px) {
    .bbg__article-header {
      max-width: none; } }

.bbg__article-header__banner, .bbg__article-header__banner--profile {
  background-size: cover;
  background-position: center center;
  height: 250px;
  width: 100%; }
  @media screen and (min-width: 900px) {
    .bbg__article-header__banner, .bbg__article-header__banner--profile {
      height: 500px; } }

.bbg__article-content {
  margin-bottom: 3rem; }
  .bbg__article-content li {
    font-family: "Carrara-Regular", serif; }

.bbg__article-header__banner--profile {
  margin-bottom: 0; }

.usagm-quotation {
  text-align: center; }
  .usagm-quotation .quote-image {
    width: 75px;
    border-radius: 50%; }
  .usagm-quotation .quote-text::before {
    content: "\201C"; }
  .usagm-quotation .quote-text::after {
    content: "\201D"; }
  .usagm-quotation .quote-byline {
    font-family: "Alegreya Sans", sans-serif;
    font-size: 2rem;
    line-height: 2rem; }
    .usagm-quotation .quote-byline .occupation {
      font-size: 1.4rem;
      text-transform: uppercase; }

.bbg__article-sidebar {
  font-family: "Alegreya Sans", sans-serif;
  margin: 0 auto;
  max-width: 600px; }
  .bbg__article-sidebar p, .bbg__article-sidebar ul, .bbg__article-sidebar ol {
    font-family: "Alegreya Sans", sans-serif;
    margin-top: 0; }
  .bbg__article-sidebar .bbg__article-sidebar__tagline {
    color: #757575;
    font-size: 90%;
    margin-top: 0;
    margin-bottom: 2rem; }
  .bbg__article-sidebar .bbg__article-sidebar__emphasis--italic {
    color: #5b616b;
    font-size: 1.6rem;
    font-style: italic; }
  .bbg__article-sidebar .bbg__article-sidebar__promo-photo {
    float: left;
    margin-right: 2rem;
    max-width: 140px;
    width: 50%; }
  .bbg__article-sidebar .bbg__sidebar__photo-caption {
    /* font-size: 1.3rem; */
    font-weight: 300;
    line-height: 1.7;
    margin-top: 1rem; }
  .bbg__article-sidebar div {
    margin-bottom: 3rem; }
  .bbg__article-sidebar .bbg__sidebar__download {
    margin-bottom: 3rem; }
    .bbg__article-sidebar .bbg__sidebar__download:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
    @media screen and (min-width: 481px) {
      .bbg__article-sidebar .bbg__sidebar__download {
        margin-bottom: 1rem; } }
    @media screen and (min-width: 900px) {
      .bbg__article-sidebar .bbg__sidebar__download {
        margin-bottom: 3rem; } }
  .bbg__article-sidebar .bbg__sidebar__download__title {
    clear: none; }
    @media screen and (min-width: 481px) {
      .bbg__article-sidebar .bbg__sidebar__download__title {
        font-size: 2rem; } }
    @media screen and (min-width: 900px) {
      .bbg__article-sidebar .bbg__sidebar__download__title {
        clear: both;
        font-size: 1.5rem; } }
  .bbg__article-sidebar .bbg__sidebar__download__description {
    margin-top: 0; }
  .bbg__article-sidebar .bbg__sidebar__download__thumbnail {
    border: solid 1px #d6d7d9;
    float: left;
    margin-right: 1rem;
    width: 50%; }
    @media screen and (min-width: 600px) {
      .bbg__article-sidebar .bbg__sidebar__download__thumbnail {
        display: none; } }
    @media screen and (min-width: 900px) {
      .bbg__article-sidebar .bbg__sidebar__download__thumbnail {
        display: block;
        float: none;
        margin-right: 0;
        width: 100%; } }
  @media screen and (min-width: 600px) {
    .bbg__article-sidebar .bbg__quotation .bbg__quotation-text--large {
      font-size: 2.5rem;
      font-weight: 100; }
    .bbg__article-sidebar .bbg__quotation .bbg__quotation-attribution__text {
      display: block;
      max-width: none; }
      .bbg__article-sidebar .bbg__quotation .bbg__quotation-attribution__text .bbg__quotation-attribution__name {
        font-size: 1.4rem;
        text-align: center; }
      .bbg__article-sidebar .bbg__quotation .bbg__quotation-attribution__text .bbg__quotation-attribution__credit {
        font-size: 1.1rem;
        text-align: center; } }
  @media screen and (min-width: 900px) {
    .bbg__article-sidebar .bbg__quotation .bbg__quotation-text--large {
      font-size: 2.1rem;
      font-weight: 100; }
    .bbg__article-sidebar .bbg__quotation .bbg__quotation-attribution__text .bbg__quotation-attribution__name {
      font-size: 1.6rem; }
    .bbg__article-sidebar .bbg__quotation .bbg__quotation-attribution__text .bbg__quotation-attribution__credit {
      font-size: 1.2rem; } }

.bbg__article-sidebar__list--labeled {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 3rem; }
  .bbg__article-sidebar__list--labeled li {
    display: list-item;
    margin: 0; }
    .bbg__article-sidebar__list--labeled li:before {
      display: none; }
    .bbg__article-sidebar__list--labeled li:after {
      display: none; }
  .bbg__article-sidebar__list--labeled li {
    margin-bottom: 1rem; }
  .bbg__article-sidebar__list--labeled .bbg__article-sidebar__list-label {
    font-weight: bold; }

@media screen and (min-width: 900px) {
  .bbg__article-content > * {
    max-width: none; }
  .bbg__article-content p {
    margin-right: 0;
    margin-left: 0; }
    .bbg__article-content p strong {
      font-family: "Alegreya Sans", sans-serif; }
  .bbg__article-content.large {
    border-right: 1px dotted #CCC;
    margin-left: 0;
    padding-right: 2%;
    width: 65%;
    /* Make the first paragraph larger */ }
    .bbg__article-content.large .bbg__profile__content p:first-child {
      font-size: 1.7rem;
      font-weight: 100;
      line-height: 2.5;
      margin-top: -.8rem;
      margin-bottom: 3rem; }
  .bbg__article-sidebar {
    float: right;
    font-family: "Alegreya Sans", sans-serif;
    width: 30%; }
    .bbg__article-sidebar p, .bbg__article-sidebar li {
      line-height: 1.5; }
    .bbg__article-sidebar.large {
      max-width: none;
      width: 33%; }
      .bbg__article-sidebar.large:first-child {
        margin-top: -1rem; } }

.bbg__profile__content__section {
  margin-bottom: 3rem; }

.bbg__article-sidebar--left {
  border-bottom: 1px solid #CCC;
  margin: 0 auto 3rem auto;
  max-width: 600px;
  padding-bottom: 3rem; }
  @media screen and (min-width: 900px) {
    .bbg__article-sidebar--left {
      border-bottom: none;
      display: inline-block;
      float: left;
      margin-top: 0;
      margin-right: 3rem;
      width: 6%; } }

/****************************************/
/*    CH 04 – EXCERPT STYLES            */
/*    Used on home page, landing pages, */
/*    profiles and entity pages         */
.bbg__excerpt-meta {
  font-family: "Carrara-Regular", serif;
  font-size: 1.4rem;
  font-style: italic; }
  .bbg__excerpt-meta a {
    text-decoration: underline; }

.bbg__excerpt__event-date {
  color: #981b1e;
  text-transform: uppercase; }

.bbg__excerpt-meta--featured {
  margin-bottom: 2rem; }

.bbg-blog__excerpt--featured {
  margin-bottom: 3rem; }

@media screen and (min-width: 600px) {
  .bbg-blog__excerpt {
    margin-bottom: 3rem; } }

.bbg-blog__excerpt-title--featured {
  margin-top: 2rem;
  margin-bottom: 1rem; }
  @media screen and (min-width: 600px) {
    .bbg-blog__excerpt-title--featured {
      font-size: 4rem; } }
  @media screen and (min-width: 900px) {
    .bbg-blog__excerpt-title--featured {
      font-size: 5rem; } }

.bbg__excerpt-header__thumbnail--large {
  background-color: #f1f1f1; }
  .bbg__excerpt-header__thumbnail--large img {
    display: block;
    margin: 0 auto;
    width: 100%; }

.bbg-portfolio__excerpt-title {
  margin-top: 1rem;
  margin-bottom: .75rem; }

.bbg-portfolio__excerpt-content > p {
  margin-top: 0; }

.bbg__excerpt-header__thumbnail--medium a {
  display: block;
  line-height: 0; }

.bbg-blog__excerpt--list {
  margin-bottom: 2.4rem; }
  .bbg-blog__excerpt--list:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  @media screen and (min-width: 481px) {
    .bbg-blog__excerpt--list {
      margin-bottom: 3rem; } }
  @media screen and (min-width: 900px) {
    .bbg-blog__excerpt--list:last-of-type {
      margin-bottom: 0; } }

.bbg-blog__excerpt-title--list {
  clear: none; }

.bbg__excerpt-header__thumbnail--small {
  display: block;
  float: left;
  margin-right: 2rem;
  max-width: 200px;
  width: 50%; }

@media screen and (min-width: 600px) {
  .secondary-stories .bbg-blog__excerpt-title--list {
    font-size: 3rem; } }

.tertiary-stories {
  border-top: 1px dotted #CCC;
  display: block;
  margin-top: 4rem;
  padding-top: 2rem; }
  @media screen and (min-width: 600px) {
    .tertiary-stories {
      border-top: none;
      border-left: 1px dotted #CCC;
      margin-top: 0;
      margin-bottom: 3rem;
      padding-top: 0;
      padding-left: 3rem; } }
  .tertiary-stories .bbg__label.small {
    margin-bottom: 3rem; }
  @media screen and (min-width: 900px) {
    .tertiary-stories .bbg__excerpt__event-date {
      color: #112e51;
      display: inline; }
      .tertiary-stories .bbg__excerpt__event-date:after {
        content: " | "; } }
  .tertiary-stories .nav-previous {
    margin-top: 2rem; }
  @media screen and (min-width: 900px) {
    .tertiary-stories {
      border-top: none;
      border-left: 1px dotted #CCC;
      padding-left: 3%; } }
  .tertiary-stories .bbg-blog__excerpt-title--list {
    font-size: 1.8rem;
    font-weight: 500; }
    @media screen and (min-width: 900px) {
      .tertiary-stories .bbg-blog__excerpt-title--list.bbg__excerpt-title--showDate {
        display: inline; } }
  .tertiary-stories .bbg-blog__excerpt--list {
    margin-bottom: 1rem; }
    @media screen and (min-width: 600px) {
      .tertiary-stories .bbg-blog__excerpt--list {
        margin-bottom: 2rem; } }
  .tertiary-stories .bbg-blog__excerpt--list:last-of-type {
    margin-bottom: 0; }

/**********************************************/
/*    CH 05 – SITEWIDE ALERT STYLES           */
/*    Styles for simple/persistent ribbon     */
/*    Styles for rich, dismissible ribbon     */
.usa-disclaimer-official {
  font-size: 1.5rem; }

img.usa-flag_icon {
  margin-bottom: 0 !important; }

.bbg__site-alert {
  background-color: #323a45;
  max-width: none;
  padding: 0.5rem 3rem;
  width: 100%;
  z-index: 9999; }
  @media screen and (min-width: 600px) {
    .bbg__site-alert--active {
      margin-top: 3.2rem; } }
  .bbg__site-alert .bbg__site-alert__text {
    color: #f1f1f1;
    display: block;
    font-size: 1.4rem;
    font-weight: 100;
    margin: 0 auto;
    max-width: 1040px;
    text-align: center; }
    .bbg__site-alert .bbg__site-alert__text a {
      color: #9bdaf1; }
  @media screen and (min-width: 600px) {
    .bbg__site-alert {
      border-bottom: 1px solid #000;
      position: fixed;
      top: 0; }
      .bbg__site-alert .bbg__site-alert__text {
        font-size: 2rem;
        font-weight: 300; } }

.bbg__site-alert--complex {
  background-color: #323a45;
  display: table;
  margin: 0 auto;
  width: 100%; }

.bbg__banner-table {
  display: table-row; }

.bbg__banner-table__cell--left {
  background: none;
  display: none;
  width: 0; }
  @media screen and (min-width: 481px) {
    .bbg__banner-table__cell--left {
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      display: table-cell;
      padding: 0;
      width: 20%; } }

.bbg__banner-table__cell--middle {
  display: table-cell;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-left: 2rem; }
  .bbg__banner-table__cell--middle h3, .bbg__banner-table__cell--middle h6 {
    color: #9bdaf1;
    text-transform: none; }

.bbg__banner-table__cell--right {
  display: table-cell;
  max-width: 2%;
  padding-top: 1.5rem;
  padding-right: 0.5rem;
  vertical-align: top; }

div.banner_readmore h6 {
  color: #CCC;
  margin: 1.5rem 0;
  text-align: right; }
  div.banner_readmore h6::after {
    content: " »"; }

div.banner_readmore h6 a,
div.banner_readmore h6 a:visited {
  color: #CCC;
  text-transform: uppercase; }

/***************************************/
/*    CH 06 - Misc post/page styles    */
.bbg__form__sign-up {
  display: inline-block;
  position: relative; }

.bbg__form__experts-filter {
  margin-bottom: 4em; }
  .bbg__form__experts-filter label {
    margin-top: 1em;
    margin-left: 0px; }
  .bbg__form__experts-filter input[type="submit"] {
    margin-left: 0px; }
  @media screen and (min-width: 900px) {
    .bbg__form__experts-filter {
      margin-bottom: 2em;
      max-width: 100%; }
      .bbg__form__experts-filter label {
        margin-top: 0em;
        margin-left: 5px; }
      .bbg__form__experts-filter label:first-of-type {
        margin-top: 0em;
        margin-left: 0px; }
      .bbg__form__experts-filter input[type="submit"] {
        display: inline;
        margin-left: 5px; } }

.bbg__form--required:after {
  color: #e31c3d;
  content: '*';
  font-weight: 700; }

.bbg__button--close {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  outline: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  background-image: url("img//close.png");
  background-image: url("img//close.svg");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 1.3rem;
  cursor: pointer;
  height: 100%;
  width: 1.3rem;
  position: absolute;
  top: 3rem;
  right: 0; }
  .bbg__button--close:hover {
    background-color: transparent; }

/******************************/
/*   FEATURED QUOTATIONS      */
/*   used on the homepage     */
/*   and on the entity pages  */
@media screen and (min-width: 481px) {
  .bbg__quotation {
    text-align: center; } }

.bbg__quotation .bbg__quotation-label {
  color: transparent;
  display: none; }

.bbg__quotation .bbg__quotation-text--large {
  font-size: 2rem;
  font-weight: 100;
  text-transform: uppercase;
  margin-bottom: 1.5rem; }

.bbg__quotation .bbg__quotation-attribution__mugshot {
  border-radius: 50%;
  height: auto;
  margin-right: 1rem;
  min-width: 50px;
  width: 50px;
  display: table-cell; }
  @media screen and (min-width: 900px) {
    .bbg__quotation .bbg__quotation-attribution__mugshot {
      min-width: 75px;
      width: 75px; } }

.bbg__quotation .bbg__quotation-attribution__container {
  display: inline-block;
  margin: 0 auto; }

.bbg__quotation .bbg__quotation-attribution {
  font-family: "Alegreya Sans", sans-serif;
  margin-top: 2rem;
  display: table-row; }
  @media screen and (min-width: 900px) {
    .bbg__quotation .bbg__quotation-attribution {
      margin-right: auto;
      margin-left: auto;
      max-width: 33%; } }

.bbg__quotation .bbg__quotation-attribution__text {
  display: table-cell;
  max-width: 200px;
  text-align: left;
  vertical-align: middle; }
  .bbg__quotation .bbg__quotation-attribution__text .bbg__quotation-attribution__name {
    display: block;
    font-size: 1.9rem;
    line-height: 1.3;
    margin-bottom: .5rem; }
  .bbg__quotation .bbg__quotation-attribution__text .bbg__quotation-attribution__credit {
    display: block;
    font-size: 1.3rem;
    line-height: 1.5;
    text-transform: uppercase; }

.bbg__quotation.bbg-grid--1-3-3 {
  background-color: #f1f1f1;
  border-radius: 0.3rem;
  margin-bottom: 2rem;
  padding: 2rem; }
  .bbg__quotation.bbg-grid--1-3-3 .bbg__quotation-text--large {
    font-weight: 500;
    text-align: left; }
  @media screen and (min-width: 600px) {
    .bbg__quotation.bbg-grid--1-3-3 .bbg__quotation-text--large {
      font-size: 1.7rem;
      font-weight: 100; }
    .bbg__quotation.bbg-grid--1-3-3 .bbg__quotation-attribution__text .bbg__quotation-attribution__name {
      font-size: 1.4rem; }
    .bbg__quotation.bbg-grid--1-3-3 .bbg__quotation-attribution__text .bbg__quotation-attribution__credit {
      font-size: 1rem; } }
  @media screen and (min-width: 900px) {
    .bbg__quotation.bbg-grid--1-3-3 .bbg__quotation-text--large {
      font-size: 2.1rem;
      font-weight: 100; }
    .bbg__quotation.bbg-grid--1-3-3 .bbg__quotation-attribution__text .bbg__quotation-attribution__name {
      font-size: 1.6rem; }
    .bbg__quotation.bbg-grid--1-3-3 .bbg__quotation-attribution__text .bbg__quotation-attribution__credit {
      font-size: 1rem; } }

.usa-width-one-third .bbg__quotation {
  background-color: #f1f1f1;
  border-radius: 0.3rem;
  margin-bottom: 2rem;
  padding: 2rem; }
  .usa-width-one-third .bbg__quotation .bbg__quotation-label {
    color: white;
    display: table;
    font-weight: 700;
    height: 4rem;
    margin: -2rem auto 1rem;
    max-width: 8rem;
    padding: 1rem 0.5rem 0;
    text-align: center;
    text-transform: uppercase; }
  @media screen and (min-width: 600px) {
    .usa-width-one-third .bbg__quotation {
      margin-top: 4rem; }
      .usa-width-one-third .bbg__quotation .bbg__quotation-attribution__mugshot {
        display: none; }
      .usa-width-one-third .bbg__quotation .bbg__quotation-text--large {
        font-size: 1.7rem;
        font-weight: 100; }
      .usa-width-one-third .bbg__quotation .bbg__quotation-attribution__text .bbg__quotation-attribution__name {
        font-size: 1.4rem; }
      .usa-width-one-third .bbg__quotation .bbg__quotation-attribution__text .bbg__quotation-attribution__credit {
        font-size: 1rem; } }
  @media screen and (min-width: 900px) {
    .usa-width-one-third .bbg__quotation .bbg__quotation-text--large {
      font-size: 2.1rem;
      font-weight: 100; }
    .usa-width-one-third .bbg__quotation .bbg__quotation-attribution__mugshot {
      display: block; }
    .usa-width-one-third .bbg__quotation .bbg__quotation-attribution__text .bbg__quotation-attribution__name {
      font-size: 1.6rem; }
    .usa-width-one-third .bbg__quotation .bbg__quotation-attribution__text .bbg__quotation-attribution__credit {
      font-size: 1rem; } }

.bbg__entity__pullquote {
  margin-top: 3rem;
  margin-right: 20px;
  margin-left: 20px; }

/****************************************************/
/* PAGE HEADER STYLES                               */
/* We used these on innovation.bbg.gov              */
/* We currently only using them on the author pages */
.bbg__page-header {
  border-bottom: 1px solid #CCC;
  margin: 0 0 3rem 0;
  padding-top: 1rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem; }

.bbg__page-header-text {
  clear: none;
  max-width: 600px; }

.bbg__page-header-title {
  clear: none;
  margin-bottom: 0; }

.bbg__page-header-description {
  clear: none;
  margin-top: 1rem;
  margin-bottom: 0;
  max-width: 600px; }

/***************************************/
/*    Misc post/page styles            */
/*                                     */
.alignleft {
  float: left;
  margin-right: 1.5em; }

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

.alignright {
  float: right;
  margin-left: 1.5em; }

.bbg__article-sidebar div {
  margin-bottom: 3rem; }

.bbg__article-sidebar .bbg-portfolio__excerpt {
  margin-bottom: 4rem; }
  .bbg__article-sidebar .bbg-portfolio__excerpt div {
    margin-bottom: 0; }

.bbg__article-sidebar .bbg__sidebar__primary:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.bbg__article-sidebar .bbg__sidebar__primary .bbg__sidebar__primary-headline {
  clear: none; }

.bbg__article-sidebar .bbg__sidebar__primary .bbg__sidebar__primary-image {
  float: left;
  margin-right: 2rem;
  max-width: 150px;
  width: 100%; }

.bbg__article-sidebar .bbg__sidebar__secondary:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.bbg__article-sidebar .bbg__sidebar__secondary .bbg__sidebar__secondary-image {
  float: left;
  margin-right: 2rem;
  max-width: 150px;
  width: 48%; }

@media screen and (min-width: 900px) {
  .bbg__article-sidebar .bbg__sidebar__primary .bbg__sidebar__primary-image {
    float: none;
    max-width: none; }
  .bbg__article-sidebar .bbg__sidebar__primary .bbg__sidebar__primary-headline:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; } }

.bbg__sidebar__primary {
  display: inline-block; }
  .bbg__sidebar__primary .bbg__sidebar__primary-image {
    max-width: 50%;
    margin-bottom: 0px; }
  .bbg__sidebar__primary .bbg__sidebar__primary-headline {
    margin-top: 15px; }

.bbg__entity-logo__press-release {
  float: left;
  max-width: 80px; }
  @media screen and (min-width: 900px) {
    .bbg__entity-logo__press-release {
      float: none;
      margin-bottom: 3rem;
      max-width: 100%;
      width: 100%; } }

.bbg__entity-logo__press-release-first-of-many {
  margin-left: 1rem; }
  @media screen and (min-width: 900px) {
    .bbg__entity-logo__press-release-first-of-many {
      margin-left: 0px; } }

.bbg__award-excerpt__title {
  margin-bottom: 3px; }

.bbg__award-excerpt__source {
  color: #757575;
  font-family: "Alegreya Sans", sans-serif;
  margin-top: 0;
  margin-bottom: 1rem; }

/* Used on the jobs page? */
.usa-width-one-third.bbg__sidebar,
.usa-width-one-third.bbg__sidebar p {
  font-family: "Alegreya Sans", sans-serif; }

.bbg__committee-list + .bbg__committee-list {
  margin-top: 0; }

.bbg__committee-list .article-title button {
  font-size: inherit;
  font-weight: inherit;
  color: inherit; }

.bbg__board__committee-list {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .bbg__board__committee-list li {
    display: list-item;
    margin: 0; }
    .bbg__board__committee-list li:before {
      display: none; }
    .bbg__board__committee-list li:after {
      display: none; }
  .bbg__board__committee-list li {
    margin-bottom: 2rem; }

.bbg__ribbon--thin {
  background-color: #323a45;
  margin: 0 -10%;
  max-width: 110vw;
  padding-right: 1rem; }
  @media screen and (min-width: 900px) {
    .bbg__ribbon--thin {
      margin: 0 0 8rem; } }
  .bbg__ribbon--thin .bbg__label {
    background-color: #981b1e;
    color: #FFF;
    display: inline-block;
    font-size: 1.7rem;
    padding: .5rem 1rem; }
    .bbg__ribbon--thin .bbg__label a {
      color: #FFF; }
  .bbg__ribbon--thin p {
    color: #FFF;
    font-family: "Alegreya Sans", sans-serif;
    padding-bottom: 3rem; }
  .bbg__ribbon--thin a {
    color: #9bdaf1; }
  .bbg__ribbon--thin .bbg__announcement__flexbox {
    padding-top: 3rem; }
    .bbg__ribbon--thin .bbg__announcement__flexbox .bbg__announcement__photo {
      background-color: #CCC;
      background-position: center center;
      background-size: cover;
      display: block;
      min-height: 200px;
      width: 100%; }
      @media screen and (min-width: 481px) {
        .bbg__ribbon--thin .bbg__announcement__flexbox .bbg__announcement__photo {
          min-height: 275px; } }
    @media screen and (min-width: 600px) {
      .bbg__ribbon--thin .bbg__announcement__flexbox {
        display: flex;
        min-height: 200px;
        padding-top: 0; }
        .bbg__ribbon--thin .bbg__announcement__flexbox .bbg__announcement__photo {
          height: auto;
          margin-top: 0;
          margin-right: 2rem;
          min-height: 125px;
          min-width: 50%;
          width: auto; } }
    @media screen and (min-width: 900px) {
      .bbg__ribbon--thin .bbg__announcement__flexbox .bbg__announcement__photo {
        min-width: 33%; } }

.bbg__banner--thin {
  background-color: #f1f1f1;
  padding: 2rem auto; }
  .bbg__banner--thin .bbg__label {
    background-color: #981b1e;
    color: #FFF;
    display: inline-block;
    font-size: 1.7rem;
    padding: .5rem 1rem; }
    .bbg__banner--thin .bbg__label a {
      color: #FFF; }
  .bbg__banner--thin h2 {
    color: #FFF; }
  .bbg__banner--thin p {
    color: #000;
    font-family: "Alegreya Sans", sans-serif;
    padding-bottom: 3rem; }
  .bbg__banner--thin a {
    color: #046b99; }
  .bbg__banner--thin .bbg__announcement__flexbox .bbg__announcement__photo {
    background-color: #CCC;
    background-position: center center;
    background-size: cover;
    display: block;
    min-height: 200px;
    width: 100%; }
    @media screen and (min-width: 481px) {
      .bbg__banner--thin .bbg__announcement__flexbox .bbg__announcement__photo {
        min-height: 275px; } }
  .bbg__banner--thin .bbg__announcement__flexbox .bbg__announcement__text {
    padding: 0 3rem; }
  @media screen and (min-width: 600px) {
    .bbg__banner--thin .bbg__announcement__flexbox {
      display: flex;
      min-height: 200px;
      padding-top: 0; }
      .bbg__banner--thin .bbg__announcement__flexbox .bbg__announcement__photo {
        height: auto;
        margin-top: 0;
        margin-right: 2rem;
        min-height: 125px;
        min-width: 50%;
        width: auto; }
      .bbg__banner--thin .bbg__announcement__flexbox .bbg__announcement__text {
        padding: 0; } }
  @media screen and (min-width: 900px) {
    .bbg__banner--thin .bbg__announcement__flexbox .bbg__announcement__photo {
      min-width: 33%; } }

.bbg__ribbon.inner-ribbon {
  padding-bottom: 0; }
  .bbg__ribbon.inner-ribbon h2 a:link {
    font-weight: 400;
    color: #002a53; }
  .bbg__ribbon.inner-ribbon img {
    object-fit: cover;
    margin-bottom: 0; }
  .bbg__ribbon.inner-ribbon .side-content-container {
    padding-left: 0; }
  .bbg__ribbon.inner-ribbon .label-contaner {
    position: relative; }

.bbg__ribbon {
  background-color: #f3f3f3;
  margin-bottom: 2.5rem; }
  .bbg__ribbon *[style*="background-image"] {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 0; }
  .bbg__ribbon h2 {
    color: #002a53;
    padding-top: 1rem; }
  .bbg__ribbon h4, .bbg__ribbon .bbg__board__committee-list li a, .bbg__board__committee-list li .bbg__ribbon a,
  .bbg__ribbon h4 a:link,
  .bbg__ribbon .bbg__board__committee-list li a a:link,
  .bbg__board__committee-list li .bbg__ribbon a a:link,
  .bbg__ribbon h4 a:visited,
  .bbg__ribbon .bbg__board__committee-list li a a:visited,
  .bbg__board__committee-list li .bbg__ribbon a a:visited {
    color: #147bd1; }
  .bbg__ribbon a {
    color: #147bd1; }
  .bbg__ribbon button a:link {
    color: #ffffff; }
  .bbg__ribbon .outer-container {
    margin-bottom: 0; }
  .bbg__ribbon .side-content-container {
    border-left: none; }
  .bbg__ribbon .bbg__label {
    background-color: #981b1e;
    color: #FFF;
    display: inline-block;
    margin-top: 0;
    margin-bottom: 2rem;
    padding: 0.5rem 1rem; }
    .bbg__ribbon .bbg__label a {
      color: #FFF;
      text-decoration: none; }
  .bbg__ribbon .tertiary-stories {
    border-top: 1px solid #2A2F38;
    padding-top: 3rem; }
    @media screen and (min-width: 600px) {
      .bbg__ribbon .tertiary-stories {
        border-top: none;
        border-left: 1px solid #2A2F38;
        padding-top: 0;
        padding-left: 2.35765%; }
        .bbg__ribbon .tertiary-stories .bbg-blog__excerpt-title--list:first-of-type {
          margin-top: -.8rem; } }

.bbg__infobox {
  background-color: #f1f1f1;
  border-radius: 0.3rem;
  margin-bottom: 3rem;
  padding: 2rem; }
  .bbg__infobox a, .bbg__infobox ul li {
    font-family: "Alegreya Sans", sans-serif; }
  .bbg__infobox ul li:after,
  .bbg__infobox ol li:after {
    margin-bottom: 0; }
  .bbg__infobox article {
    margin-bottom: 1rem; }

#impact-country {
  color: #900;
  clear: both;
  display: block; }
  @media screen and (min-width: 1201px) {
    #impact-country {
      clear: none;
      display: inline; } }

.page-post-featured-graphic {
  margin-bottom: 3rem; }

.home-feature-primary-post .page-post-featured-graphic {
  margin-bottom: 1.5rem; }

.soap-corner img {
  margin-bottom: 1.5rem; }

#homepage-threats {
  background-image: url("/wp-content/themes/bbgRedesign/img/site-icons/usagm-tourch.png");
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  background-color: #222222;
  margin-bottom: 7.5rem; }
  #homepage-threats h2 a:link, #homepage-threats h2 a:visited {
    color: #ffffff; }
  #homepage-threats h3 {
    color: #ffffff; }
  #homepage-threats h3 a:link, #homepage-threats h3 a:visited {
    color: #ffffff; }
  #homepage-threats #threats-main-column {
    padding-top: 2em; }
    #homepage-threats #threats-main-column article {
      border-bottom: none; }
      #homepage-threats #threats-main-column article .article-image {
        margin-bottom: 1rem; }
  #homepage-threats #threats-side-column {
    padding: 2em;
    background-image: linear-gradient(#333333, #222222); }
    #homepage-threats #threats-side-column article {
      border-bottom: 2px solid #222222; }

#home-feature-banner {
  margin-bottom: 3rem; }

.banner-image {
  background-size: cover;
  height: 300px;
  margin-bottom: 10px; }

@media screen and (min-width: 600px) {
  .banner-image {
    height: 400px; } }

@media screen and (min-width: 700px) {
  .banner-image {
    height: 500px; } }

#mission {
  margin: 0 auto 6rem auto; }
  #mission .grid-container {
    border-bottom: 1px solid #EAEBF0; }

#entities {
  border-bottom: 1px solid #EAEBF0; }

.bbg-banner {
  background-color: #f1f1f1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 250px;
  margin-bottom: 1.5rem;
  max-width: 9999px;
  position: relative;
  width: 100%; }
  @media screen and (min-width: 900px) {
    .bbg-banner {
      height: 500px; } }
  .bbg-banner a:focus {
    box-shadow: none;
    background: none; }
  .bbg-banner .bbg-banner-box {
    margin: 0 auto;
    max-width: 1040px;
    padding-bottom: 1.5rem;
    position: absolute;
    bottom: 0; }
    .bbg-banner .bbg-banner-box .bbg-banner-site-title {
      color: #FFF;
      font-family: "Alegreya Sans", sans-serif !important;
      font-size: 3.2rem;
      line-height: 1;
      margin-bottom: 5px;
      max-width: 1040px;
      padding-right: 3rem;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
    .bbg-banner .bbg-banner-box .bbg-banner-site-description {
      background-color: rgba(0, 0, 0, 0.4);
      border-radius: 0 0.3rem 0.3rem 0;
      color: #FFF;
      display: inline-block;
      font-size: 1.6rem;
      font-weight: 400;
      margin-top: 0;
      margin-right: 0;
      margin-left: -3rem;
      padding: 10px 3rem 10px 3rem;
      text-transform: uppercase; }

.bbg__social__container {
  position: fixed;
  top: 20%;
  right: 0;
  z-index: 0; }

.bbg__social {
  max-width: 100%; }

.bbg__social-list__label {
  display: none; }

.bbg__social-list {
  display: none; }

.bbg-banner__cutline {
  color: #999 !important; }

section.usa-section.bbg-banner__section {
  margin-bottom: 3rem; }

.bbg__article-icons-container {
  display: table-row; }
  .bbg__article-icons-container .bbg__article-icon {
    background-size: 20px;
    background-position: 5px -3px;
    background-repeat: no-repeat;
    background-image: url("/wp-content/themes/bbgRedesign/img/site-icons/BBG_advisory_red@4x.png");
    background-image: url("/wp-content/themes/bbgRedesign/img/site-icons/BBG_advisory_red.svg");
    display: table-cell;
    width: 25px; }
  .bbg__article-icons-container .bbg__label--outside {
    display: inline-block;
    margin-bottom: 1rem; }

.soapbox {
  padding: 3rem;
  background-color: #dce4ef; }
  .soapbox > div {
    margin-bottom: 0; }
  .soapbox .soapbox-image-side {
    display: none; }
  .soapbox .soapbox-content-side {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
    margin-left: 0; }
  @media screen and (min-width: 600px) {
    .soapbox .soapbox-image-side {
      display: block;
      width: calc(16.66667% - 23.33333px);
      float: left;
      margin-left: 20px;
      margin-left: 0; }
      .soapbox .soapbox-image-side img {
        width: 100%;
        margin-bottom: 0.3em; }
      .soapbox .soapbox-image-side p {
        text-align: right;
        margin-bottom: 0; }
    .soapbox .soapbox-content-side {
      width: calc(83.33333% - 36.66667px);
      float: left;
      margin-left: 20px;
      margin-left: 20px;
      margin-bottom: 0; } }

.soapbox.bbg__voice--guest .soapbox-image-side {
  width: calc(33.33333% - 26.66667px);
  float: left;
  margin-left: 20px;
  margin-left: 0; }

.soapbox.bbg__voice--guest .soapbox-content-side {
  width: calc(66.66667% - 33.33333px);
  float: left;
  margin-left: 20px; }
  .soapbox.bbg__voice--guest .soapbox-content-side p {
    margin-bottom: 0; }

.bbg__event-announcement .bbg__event-announcement__content, .bbg__advisory-announcement .bbg__event-announcement__content {
  background-color: #F1F1F1;
  border-radius: 0 3px 3px 3px;
  padding: 1rem 2rem; }

.bbg__event-announcement .bbg__event-announcement__title, .bbg__advisory-announcement .bbg__event-announcement__title {
  font-size: 2.4rem; }

.bbg__event-announcement .bbg__article-icon {
  /* background-image: url('/innovationWP/wp-content/themes/BBGredesign/img/site-icons/BBG_event_red@4x.png');
		background-image: url('/innovationWP/wp-content/themes/BBGredesign/img/site-icons/BBG_event_red.svg'); */
  background-image: url("/wp-content/themes/bbgRedesign/img/site-icons/BBG_event_red@4x.png");
  background-image: url("/wp-content/themes/bbgRedesign/img/site-icons/BBG_event_red.svg"); }

.bbg__advisory-announcement .bbg__article-icon {
  /* background-image: url('/innovationWP/wp-content/themes/BBGredesign/img/site-icons/BBG_event_red@4x.png');
		background-image: url('/innovationWP/wp-content/themes/BBGredesign/img/site-icons/BBG_event_red.svg'); */
  background-image: url("/wp-content/themes/bbgRedesign/img/site-icons/BBG_advisory_red@4x.png");
  background-image: url("/wp-content/themes/bbgRedesign/img/site-icons/BBG_advisory_red.svg"); }

#threats-to-journalism {
  background-image: url("/wp-content/themes/bbgRedesign/img/site-icons/USAGM_tourch.png");
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain; }
  #threats-to-journalism .threats-box {
    margin-left: calc(8.33333% - 21.66667px + 40px); }
    #threats-to-journalism .threats-box article {
      border-bottom: 1px solid #002a53; }
      #threats-to-journalism .threats-box article::after {
        clear: both;
        content: "";
        display: block; }
      #threats-to-journalism .threats-box article .image-block {
        width: calc(33.33333% - 26.66667px);
        float: left;
        margin-left: 20px; }
      #threats-to-journalism .threats-box article .threat-copy {
        width: calc(58.33333% - 31.66667px);
        float: left;
        margin-left: 20px; }

#home-entities #entity-grid::after {
  clear: both;
  content: "";
  display: block; }

#home-entities #entity-grid article {
  width: calc(20% - 24px);
  float: left;
  margin-left: 20px; }

@media screen and (min-width: 600px) {
  .bbg-banner .bbg-banner__container.usa-grid {
    padding-right: 0; }
  .bbg-banner .bbg-banner-box {
    padding-right: 3rem; }
    .bbg-banner .bbg-banner-box .bbg-banner-site-title {
      font-size: 4.8rem; }
  .bbg-banner .bbg-banner__gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 75%;
    background-image: linear-gradient(to bottom, white, rgba(255, 255, 255, 0)); }
  .bbg-banner__cutline {
    text-align: right !important; }
  .featured-row .home-feature-primary-post {
    width: calc(66.66667% - 33.33333px);
    float: left;
    margin-left: 20px; }
  .featured-row .home-recent-posts {
    width: calc(33.33333% - 26.66667px);
    float: left;
    margin-left: 20px; }
  .threats-ribbon .threat-container .threat-article {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px); }
  .threats-ribbon .threat-container .threat-image {
    width: calc(33.33333% - 26.66667px);
    float: left;
    margin-left: 20px; }
  .threats-ribbon .threat-container .threat-content {
    width: calc(66.66667% - 33.33333px);
    float: left;
    margin-left: 20px; }
  .bbg__event-announcement .bbg__event-announcement__excerpt,
  .bbg__advisory-announcement .bbg__event-announcement__excerpt {
    display: none; }
  .bbg__event-announcement .bbg__event-announcement__title, .bbg__advisory-announcement .bbg__event-announcement__title {
    font-size: 2.4rem; } }

@media screen and (min-width: 900px) {
  .bbg__event-announcement .bbg__event-announcement__excerpt,
  .bbg__advisory-announcement .bbg__event-announcement__excerpt {
    display: block; }
  .bbg__event-announcement .bbg__event-announcement__title, .bbg__advisory-announcement .bbg__event-announcement__title {
    font-size: 2rem; }
  .featured-row .home-feature-primary-post {
    width: calc(66.66667% - 33.33333px);
    float: left;
    margin-left: 20px; }
  .featured-row .home-recent-posts {
    width: calc(33.33333% - 26.66667px);
    float: left;
    margin-left: 20px; }
    .featured-row .home-recent-posts div:nth-child(2) {
      display: block; }
  .threats-ribbon .threat-container .threat-image {
    width: calc(25% - 25px);
    float: left;
    margin-left: 20px; }
  .threats-ribbon .threat-container .threat-content {
    width: calc(75% - 35px);
    float: left;
    margin-left: 20px; } }

@media screen and (min-width: 1201px) {
  .bbg-banner:not(iframe) {
    height: 500px; }
    .bbg-banner:not(iframe) .bbg-banner-box .bbg-banner-site-title {
      font-size: 5.5rem; }
    .bbg-banner:not(iframe) .bbg-banner-box .bbg-banner-site-description {
      font-size: 2rem; }
  .bbg__social {
    right: -90px; }
  .bbg__social-list__label {
    color: #CCC;
    display: block;
    line-height: 0;
    text-orientation: sideways-right;
    writing-mode: vertical-rl; }
  .bbg__social-list {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: block; }
    .bbg__social-list li {
      display: list-item;
      margin: 0; }
      .bbg__social-list li:before {
        display: none; }
      .bbg__social-list li:after {
        display: none; }
    .bbg__social-list .bbg__social-list__link {
      background-color: #FFF;
      border: 1px solid #CCC;
      border-bottom: none;
      margin-bottom: 0; }
      .bbg__social-list .bbg__social-list__link :hover {
        background-color: #FFF;
        box-shadow: 0px 0px 6px #000;
        z-index: 9999; }
      .bbg__social-list .bbg__social-list__link :focus {
        box-shadow: 0px 0px 6px #000; }
      .bbg__social-list .bbg__social-list__link:last-of-type {
        border-bottom: 1px solid #CCC; }
      .bbg__social-list .bbg__social-list__link a {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 45px;
        height: 40px;
        display: block;
        width: 40px; }
        .bbg__social-list .bbg__social-list__link a.bbg-icon-github {
          background-image: url(img/social-icons/png/github-mark.png);
          background-image: url(img/social-icons/svg/github-mark.svg);
          background-size: 30px; }
        .bbg__social-list .bbg__social-list__link a.bbg-icon-youtube {
          background-image: url(img/social-icons/png/youtube15.png);
          background-image: url(img/social-icons/svg/youtube15.svg); }
        .bbg__social-list .bbg__social-list__link a.bbg-icon-twitter {
          background-image: url(img/social-icons/png/twitter16.png);
          background-image: url(img/social-icons/svg/twitter16.svg); }
        .bbg__social-list .bbg__social-list__link a.bbg-icon-facebook {
          background-image: url(img/social-icons/png/facebook25.png);
          background-image: url(img/social-icons/svg/facebook25.svg); } }

.office-page .office-highlights {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  padding: 1.5rem 0 0 0;
  margin-bottom: 1.5rem; }
  .office-page .office-highlights h4, .office-page .office-highlights .bbg__board__committee-list li a, .bbg__board__committee-list li .office-page .office-highlights a {
    margin-bottom: 0.5rem; }
  .office-page .office-highlights .article-teaser:last-of-type {
    border-bottom: none; }

.office-page .office-contact {
  background-color: #e6e6e6;
  padding: 2rem;
  margin-bottom: 1.5rem; }
  .office-page .office-contact p {
    font-family: "Alegreya Sans", sans-serif;
    margin-bottom: 0; }
  .office-page .office-contact p:first-of-type {
    font-weight: 500; }

.bbg__employee-profile__excerpt {
  /* Switching from floats to inline-block so that we don't get weird wrapping
	   for profiles with different vertical heights. */
  display: inline-block;
  float: none;
  margin-bottom: 3rem;
  vertical-align: top; }
  .bbg__employee-profile__excerpt img {
    width: 100%; }
  .bbg__employee-profile__excerpt .bbg__employee-profile__excerpt__name {
    margin-top: 1rem;
    margin-bottom: 0; }

.bbg__jobs__table {
  font-size: 90%;
  margin-top: 0;
  margin-bottom: 3rem; }
  .bbg__jobs__table td,
  .bbg__jobs__table th {
    padding-left: 0; }

.bbg__profile__intern .bbg__profile__intern__job-label {
  color: #981b1e;
  display: block;
  font-weight: bold;
  margin-bottom: 1rem;
  text-transform: uppercase; }
  .bbg__profile__intern .bbg__profile__intern__job-label a {
    color: #981b1e;
    text-decoration: underline; }

.bbg__career-box .usa-width-two-thirds p {
  margin-top: 0; }

@media screen and (min-width: 900px) {
  .bbg__career-box .usa-width-two-thirds {
    padding-right: 2.35765%;
    border-right: 1px dotted #CCC; } }

.bbg__career-box .usa-width-one-third h4, .bbg__career-box .usa-width-one-third .bbg__board__committee-list li a, .bbg__board__committee-list li .bbg__career-box .usa-width-one-third a {
  margin-top: 0; }

/* Adding these to fix greedy rule */
.bbg__article-content.large .bbg__profile__content .bbg__career-box .usa-width-two-thirds p {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.7; }

.entity-category-logo-container {
  float: left;
  width: 15%;
  padding-right: 15px; }
  .entity-category-logo-container img {
    margin-bottom: 0px; }
  @media screen and (min-width: 600px) {
    .entity-category-logo-container {
      width: 10%; } }

.icon-side-content-container img {
  width: 69px;
  height: 69px;
  margin-right: 1.5rem; }

.icon-side-content-container.experts img {
  width: 100%;
  height: 100%; }

.icon-side-content-container #reach-entity {
  display: inline-block;
  vertical-align: top; }
  .icon-side-content-container #reach-entity .entity-left-article {
    margin-bottom: 1rem; }
    .icon-side-content-container #reach-entity .entity-left-article * {
      display: inline-block;
      margin-bottom: 0; }
    .icon-side-content-container #reach-entity .entity-left-article .sidebar-section-header {
      margin-right: 1.5rem; }

@media screen and (min-width: 900px) {
  .icon-side-content-container img {
    width: 100%;
    height: auto;
    margin-right: 0; }
  .icon-side-content-container #reach-entity {
    display: inherit; }
    .icon-side-content-container #reach-entity .entity-left-article * {
      margin-bottom: inherit; }
    .icon-side-content-container #reach-entity .entity-left-article .sidebar-section-header {
      margin-right: 0; } }

.side-content-container .side-recent-stories .post-group {
  width: 99%;
  padding: 1.5rem 0;
  margin-bottom: 1.5rem;
  margin-left: 1px;
  background-color: #f1f1f1; }
  .side-content-container .side-recent-stories .post-group .post-image {
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px;
    margin-bottom: 0; }
    .side-content-container .side-recent-stories .post-group .post-image img {
      margin-bottom: 0; }
  .side-content-container .side-recent-stories .post-group .post-copy {
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px; }
    .side-content-container .side-recent-stories .post-group .post-copy .sans {
      display: none; }

@media screen and (min-width: 600px) {
  .side-content-container .side-recent-stories .post-group .post-image {
    width: calc(33.33333% - 26.66667px);
    float: left;
    margin-left: 20px; }
  .side-content-container .side-recent-stories .post-group .post-copy {
    width: calc(66.66667% - 33.33333px);
    float: left;
    margin-left: 20px; }
    .side-content-container .side-recent-stories .post-group .post-copy .sans {
      display: block;
      margin-bottom: 0; } }

@media screen and (min-width: 700px) {
  .side-content-container .side-recent-stories .post-group .post-image {
    width: calc(25% - 25px);
    float: left;
    margin-left: 20px; }
  .side-content-container .side-recent-stories .post-group .post-copy {
    width: calc(75% - 35px);
    float: left;
    margin-left: 20px; } }

@media screen and (min-width: 900px) {
  .side-content-container .side-recent-stories .post-group {
    width: auto;
    padding: 0 0 1.5rem 0;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 0;
    background-color: inherit; }
    .side-content-container .side-recent-stories .post-group .post-image {
      width: calc(33.33333% - 26.66667px);
      float: left;
      margin-left: 20px; }
    .side-content-container .side-recent-stories .post-group .post-copy {
      width: calc(66.66667% - 33.33333px);
      float: left;
      margin-left: 20px; }
      .side-content-container .side-recent-stories .post-group .post-copy .sans {
        display: none; } }

.bbg__contact-card:first-of-type {
  margin-bottom: 0; }

.bbg__contact-card {
  background-color: #f1f1f1;
  border-radius: 0.3rem;
  margin-bottom: 3rem;
  padding: 3rem; }
  .bbg__contact-card ul {
    margin-bottom: 0; }
  @media screen and (min-width: 600px) {
    .bbg__contact-card {
      position: relative; } }
  .bbg__contact-card p, .bbg__contact-card a, .bbg__contact-card ul, .bbg__contact-card li {
    font-family: "Alegreya Sans", sans-serif; }
  .bbg__contact-card p {
    margin: 0; }
  .bbg__contact-card.bbg__contact-card--include-map {
    padding: 0; }
    .bbg__contact-card.bbg__contact-card--include-map .bbg__contact-card__text {
      padding: 2rem;
      width: 100%; }
      @media screen and (min-width: 600px) {
        .bbg__contact-card.bbg__contact-card--include-map .bbg__contact-card__text {
          margin-right: 0;
          margin-left: auto;
          width: 50%; } }
      @media screen and (min-width: 900px) {
        .bbg__contact-card.bbg__contact-card--include-map .bbg__contact-card__text {
          margin-right: 0;
          margin-left: 0;
          width: 100%; } }
    .bbg__contact-card.bbg__contact-card--include-map .bbg__contact-card__map {
      background-color: #757575;
      height: 200px;
      margin-bottom: 0;
      position: relative;
      width: 100%; }
      @media screen and (min-width: 900px) {
        .bbg__contact-card.bbg__contact-card--include-map .bbg__contact-card__map {
          height: 200px;
          position: relative;
          width: 100%; } }

#entity_sites {
  display: inline-block;
  margin-right: 2%;
  width: 73%; }

#entityUrlGo {
  margin: 0;
  width: 25%; }

.page-template-page-burke,
.page-id-37373,
.burke_candidate-template-default,
.page-id-37417 {
  background-color: #e4ebec; }
  .page-template-page-burke .usa-disclaimer,
  .page-id-37373 .usa-disclaimer,
  .burke_candidate-template-default .usa-disclaimer,
  .page-id-37417 .usa-disclaimer {
    background-color: #b2ccd1; }
  .page-template-page-burke a,
  .page-id-37373 a,
  .burke_candidate-template-default a,
  .page-id-37417 a {
    color: #112e51;
    text-decoration: none; }
    .page-template-page-burke a:hover,
    .page-id-37373 a:hover,
    .burke_candidate-template-default a:hover,
    .page-id-37417 a:hover {
      text-decoration: underline; }
    .page-template-page-burke a:visited,
    .page-id-37373 a:visited,
    .burke_candidate-template-default a:visited,
    .page-id-37417 a:visited {
      color: #112e51; }
  .page-template-page-burke .bbg__article-content a,
  .page-id-37373 .bbg__article-content a,
  .burke_candidate-template-default .bbg__article-content a,
  .page-id-37417 .bbg__article-content a {
    color: #112e51;
    text-decoration: underline; }
    .page-template-page-burke .bbg__article-content a:hover,
    .page-id-37373 .bbg__article-content a:hover,
    .burke_candidate-template-default .bbg__article-content a:hover,
    .page-id-37417 .bbg__article-content a:hover {
      text-decoration: underline; }
    .page-template-page-burke .bbg__article-content a:visited,
    .page-id-37373 .bbg__article-content a:visited,
    .burke_candidate-template-default .bbg__article-content a:visited,
    .page-id-37417 .bbg__article-content a:visited {
      color: #6A7C7D;
      text-decoration: none; }
  .page-template-page-burke .bbg__ribbon--thin,
  .page-id-37373 .bbg__ribbon--thin,
  .burke_candidate-template-default .bbg__ribbon--thin,
  .page-id-37417 .bbg__ribbon--thin {
    background-blend-mode: soft-light;
    background-color: #999;
    background-image: url(img/burke_ribbon-bg-full.jpg);
    background-size: cover; }
  .page-template-page-burke .bbg__footer__return-to-top,
  .page-id-37373 .bbg__footer__return-to-top,
  .burke_candidate-template-default .bbg__footer__return-to-top,
  .page-id-37417 .bbg__footer__return-to-top {
    background-color: #fff; }

.profile-clears {
  margin-bottom: 2rem; }
  .profile-clears h4, .profile-clears .bbg__board__committee-list li a, .bbg__board__committee-list li .profile-clears a {
    clear: none; }

.grid-half.profile-clears:nth-of-type(2n+1) {
  clear: left; }

.bbg__article--no-featured-image .bbg__profile-photo {
  margin: 0 auto; }
  @media screen and (min-width: 600px) {
    .bbg__article--no-featured-image .bbg__profile-photo {
      margin: 0 1rem auto 0; } }
  @media screen and (min-width: 900px) {
    .bbg__article--no-featured-image .bbg__profile-photo {
      margin: 0 1rem auto 0; } }

.bbg__profile-photo {
  margin: -60px auto 0;
  position: relative;
  width: 120px;
  z-index: 9994; }
  @media screen and (min-width: 600px) {
    .bbg__profile-photo {
      float: left;
      margin-right: 1rem;
      width: 160px; } }
  @media screen and (min-width: 900px) {
    .bbg__profile-photo {
      margin-top: -100px;
      margin-right: 3%;
      min-height: 200px;
      width: 20%; } }
  .bbg__profile-photo .bbg__profile-photo__image {
    background-color: #FFF;
    border: 5px solid #FFF;
    max-width: 100%; }

.bbg__profile-title {
  text-align: center; }
  .bbg__profile-title h1, .bbg__profile-title h5 {
    margin: 0;
    text-align: center; }
  @media screen and (min-width: 600px) {
    .bbg__profile-title {
      margin: 20px 0 auto auto;
      max-width: 77%;
      text-align: left; }
      .bbg__profile-title h1, .bbg__profile-title h5 {
        clear: none;
        text-align: left; } }

/* was using the .bbg__label for these */
.bbg__profile-tagline {
  /*@extend .bbg__label;*/
  color: #981b1e;
  display: inline-block;
  font-family: "Alegreya Sans", sans-serif;
  font-size: 1.7rem;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 1rem; }
  .bbg__profile-tagline a {
    color: #981b1e;
    text-decoration: underline; }
  @media screen and (min-width: 481px) {
    .bbg__profile-tagline {
      display: block;
      font-size: 2.5rem; } }

.bbg__profile__related-link__list {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 2rem; }
  .bbg__profile__related-link__list li {
    display: list-item;
    margin: 0; }
    .bbg__profile__related-link__list li:before {
      display: none; }
    .bbg__profile__related-link__list li:after {
      display: none; }
  .bbg__profile__related-link__list .bbg__profile__related-link {
    margin-bottom: 1rem; }
  .bbg__profile__related-link__list.rtl {
    direction: rtl; }

.bbg__rss__list {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .bbg__rss__list li {
    display: list-item;
    margin: 0; }
    .bbg__rss__list li:before {
      display: none; }
    .bbg__rss__list li:after {
      display: none; }
  .bbg__rss__list .bbg__rss__list-link {
    margin-bottom: 3rem; }
  .bbg__rss__list.rtl {
    direction: rtl; }
  @media screen and (min-width: 900px) {
    .bbg__rss__list .bbg__rss__list-link {
      margin-bottom: 2rem; } }

.bbg__article-sidebar__aside {
  margin-bottom: 3rem; }

.category-board-meeting .bbg__article-header {
  margin-bottom: 0; }

.category-board-meeting .bbg-tagline.bbg-tagline--main {
  display: none; }

.category-board-meeting .bbg-tagline.bbg-tagline--secondary {
  display: block; }

@media screen and (min-width: 900px) {
  .category-board-meeting .bbg-tagline.bbg-tagline--main {
    display: block; }
  .category-board-meeting .bbg-tagline.bbg-tagline--secondary {
    display: none; } }

.bbg__profile-excerpt {
  margin-bottom: 3rem; }
  .bbg__profile-excerpt:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  .bbg__profile-excerpt:last-child {
    margin-right: inherit !important; }

.bbg__profile-excerpt--sidebar {
  float: none;
  margin-bottom: 0 !important;
  max-width: 100%; }
  .bbg__profile-excerpt--sidebar h3.bbg__profile__name:first-of-type {
    margin-top: 15px; }

.bbg__profile-excerpt__photo {
  border: 1px solid #CCC;
  float: left;
  margin-right: 2rem;
  margin-bottom: 0;
  max-width: 150px;
  width: 30%; }

.bbg__former-member {
  -webkit-filter: grayscale(1);
  filter: grayscale(1); }

.bbg__profile-excerpt__text {
  line-height: 1.5; }

.bbg__profile-excerpt__name {
  margin-bottom: 0.5rem; }

.bbg__profile-excerpt__occupation {
  color: #757575;
  display: block;
  font-family: "Carrara-Regular", serif;
  font-style: italic;
  margin-bottom: 1rem; }

.bbg__profile-ceo {
  margin-left: 20px;
  margin-right: 20px; }
  .bbg__profile-ceo a {
    display: inline-block; }
  .bbg__profile-ceo .bbg__profile-excerpt__photo {
    max-width: 300px;
    width: 100%; }
  .bbg__profile-ceo h3 {
    margin-top: 20px; }
  .bbg__profile-ceo p {
    font-size: 2.1rem;
    line-height: 1.6; }

.fa-instagram:before {
  vertical-align: -10%; }

.bbg-search-results--list {
  margin-bottom: 3.75rem; }
  .bbg-search-results--list:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  @media screen and (min-width: 600px) {
    .bbg-search-results--list {
      font-size: 2.4rem; } }
  .bbg-search-results--list:last-of-type {
    margin-bottom: 0rem; }

.bbg-search-results__title--list {
  clear: none; }
  @media screen and (min-width: 600px) {
    .bbg-search-results__title--list {
      font-size: 3rem; } }

.bbg-search-results__excerpt-content {
  font-size: 1.6rem; }

.bbg-search-results__excerpt-categories {
  color: #5b616b;
  font-size: 1.3rem; }

.bbg__form__search input[type="text"] {
  max-width: 20em;
  display: inline; }

.bbg__form__search input[type="submit"] {
  margin-left: 0px;
  margin-top: 0px; }

@media screen and (min-width: 600px) {
  .bbg__form__search {
    max-width: 100%; }
    .bbg__form__search input[type="submit"] {
      display: inline;
      margin-left: 5px; } }

.act-title {
  text-align: center; }

.public-law {
  color: #000;
  font-family: "Carrara-Regular", serif;
  font-size: 1.6rem;
  text-align: center; }

.bill_text_content {
  font-family: "Carrara-Regular", serif;
  font-size: 1.3rem;
  line-height: 1.4;
  /*** LEGISLATIVE DOCUMENT HEADER **/
  /*** LEGISLATIVE DOCUMENT BODY **/
  /*** ALL SEGMENTS **/
  /*** SEGMENTS ABOVE SECTION **/
  /*** BIG LEVEL HEADING TEXT **/
  /*** SEGMENTS BELOW SECTION **/
  /* QUOTED BLOCKS */ }
  .bill_text_content .enroll-date {
    text-align: center; }
  .bill_text_content blockquote {
    margin: 1em; }
  .bill_text_content ul {
    margin-left: 1em; }
  .bill_text_content section.form {
    text-align: center; }
    .bill_text_content section.form p.congress, .bill_text_content section.form p.session {
      margin: 0 !important;
      font-size: 85%;
      font-variant: small-caps;
      color: #777; }
    .bill_text_content section.form p.legis-num {
      font-size: 125%;
      font-weight: bolder;
      margin: 2rem 0 !important; }
    .bill_text_content section.form p.legis-type {
      font-size: 125%;
      font-weight: bold; }
    .bill_text_content section.form p.legis-type::before {
      display: block;
      border-top: 1px solid #AAA;
      width: 50%;
      content: ""; }
    .bill_text_content section.form p.legis-type::before {
      margin: 0 auto 1em; }
    .bill_text_content section.form .enacted {
      font-style: italic; }
      .bill_text_content section.form .enacted .enacted-normal {
        font-style: normal; }
  .bill_text_content section.legis-body, .bill_text_content section.resolution-body, .bill_text_content section.amendment-body {
    margin: 0.5em;
    border-top-color: black;
    border-top-style: dashed;
    border-top-width: 0.1em;
    padding: 1em 0 0.25em; }
  .bill_text_content span.enum {
    font-weight: 700; }
  .bill_text_content span.enum + p.header {
    display: inline; }
  .bill_text_content span.enum::after {
    content: "\2002"; }
  .bill_text_content section.big-level > span.enum,
  .bill_text_content section.big-level > p.header {
    display: block;
    text-align: center; }
  .bill_text_content section.big-level > span.enum {
    margin-top: 0.5em;
    margin-bottom: 1em;
    font-weight: bolder; }
  .bill_text_content section.big-level > p.header {
    margin-top: 2.5em;
    text-transform: capitalize; }
  .bill_text_content section.division span.enum::before {
    content: "Division "; }
  .bill_text_content section.subdivision span.enum::before {
    content: "Subdivision "; }
  .bill_text_content section.title span.enum::before {
    content: "Title "; }
  .bill_text_content section.title span.enum::after {
    content: "\2014"; }
  .bill_text_content section.title > p.header {
    font-size: 125%;
    font-weight: 700; }
  .bill_text_content section.subtitle span.enum::before {
    content: "Subtitle "; }
  .bill_text_content section.chapter span.enum::before {
    content: "Chapter "; }
  .bill_text_content section.chapter > p.header {
    font-size: 115%; }
  .bill_text_content section.subchapter span.enum::before {
    content: "Subchapter "; }
  .bill_text_content section.part span.enum::before {
    content: "Part "; }
  .bill_text_content section.subpart span.enum::before {
    content: "Subpart "; }
  .bill_text_content section.section p.header {
    font-variant: capitalize; }
    .bill_text_content section.section p.header + p.text {
      margin-top: -1rem;
      margin-bottom: 2rem; }
  .bill_text_content section.section span.enum::before {
    content: "Sec. "; }
  .bill_text_content section.section span.enum::after {
    content: ".\2002"; }
  .bill_text_content section.section > span.enum + p.header,
  .bill_text_content section.section > span.enum + p.text {
    margin-left: 0.25em; }
  .bill_text_content section.subsection p.inline-header,
  .bill_text_content section.paragraph p.inline-header {
    font-variant: small-caps; }
    .bill_text_content section.subsection p.inline-header + p.text,
    .bill_text_content section.paragraph p.inline-header + p.text {
      display: inline;
      margin-top: -1rem;
      margin-bottom: 2rem; }
  .bill_text_content section.subsection span.enum::before,
  .bill_text_content section.paragraph span.enum::before {
    content: "("; }
  .bill_text_content section.subsection span.enum::after,
  .bill_text_content section.paragraph span.enum::after {
    content: ")\2002"; }
  .bill_text_content section.little-level {
    padding-left: 1.5em;
    margin: 1em 0; }
  .bill_text_content section.little-level > span.enum {
    margin-left: -1.5em;
    margin-right: .25em; }
  .bill_text_content section.little-level > span.enum + p.header {
    margin-left: 0.125em;
    text-align: left; }
  .bill_text_content p.text {
    line-height: 1.7; }
    .bill_text_content p.text span.enum {
      display: inline; }
  .bill_text_content span.enum + p.text {
    display: inline; }
  .bill_text_content section.quoted-block > div.wrapper:first-child {
    margin-top: 1em;
    border: solid #CCC;
    border-width: 0.1333em 0.2em;
    background-color: #F3F3F3;
    padding: 0 2.5em 0 0.5em; }
  .bill_text_content section.quoted-block > div.wrapper .section p.header {
    font-variant: capitalize; }
    .bill_text_content section.quoted-block > div.wrapper .section p.header + p.text {
      margin-top: -1rem;
      margin-bottom: 2rem; }
  .bill_text_content section.quoted-block > div.wrapper .section span.enum::before {
    content: "Sec. "; }
  .bill_text_content section.quoted-block > div.wrapper .section span.enum::after {
    content: ".\2002"; }
  .bill_text_content section.quoted-block > div.wrapper section.subsection p.inline-header,
  .bill_text_content section.quoted-block > div.wrapper section.paragraph p.inline-header {
    font-variant: small-caps; }
    .bill_text_content section.quoted-block > div.wrapper section.subsection p.inline-header + p.text,
    .bill_text_content section.quoted-block > div.wrapper section.paragraph p.inline-header + p.text {
      display: inline;
      margin-top: -1rem;
      margin-bottom: 2rem; }
  .bill_text_content section.quoted-block > div.wrapper section.subsection span.enum::before,
  .bill_text_content section.quoted-block > div.wrapper section.paragraph span.enum::before {
    content: "("; }
  .bill_text_content section.quoted-block > div.wrapper section.subsection span.enum::after,
  .bill_text_content section.quoted-block > div.wrapper section.paragraph span.enum::after {
    content: ")\2002"; }
  .bill_text_content p.quoted-block-continuation-text {
    line-height: 1.25;
    text-align: justify; }
  .bill_text_content q.quote {
    quotes: "“" "”" "‘" "’"; }
  .bill_text_content q.quote::before {
    content: open-quote; }
  .bill_text_content q.quote::after {
    content: close-quote; }

/*** TEXT WE WANT TO HIGHLIGHT **/
/*span.short-title {}

span.effective-date {
        color: #00C;
}*/
/*** APPROPRIATIONS **/
/*
div.appropriations-major > p.header,
    div.appropriations-intermediate > p.header,
    div.appropriations-small > p.header {
        display: block;
        margin: 1em 0;
        text-align: center;
    }

div.appropriations-major > p.header {
    margin-top: -0.5em;
    margin-bottom: 1.5em;
    font-size: 125%;
    font-weight: normal;
}

div.appropriations-intermediate > p.header {
    font-size: 115%;
    text-transform: capitalize;
}

div.appropriations-small > p.header {
    font-size: 105%;
}*/
@media screen and (min-width: 900px) {
  .bbg__impact-model .bbg__impact-model__headline {
    font-size: 6rem; } }

@media screen and (min-width: 481px) {
  .bbg__impact-model .bbg__label {
    background-color: #900;
    color: #FFF;
    display: inline-block;
    padding: .5rem 1rem; } }

.bbg__impact-model .bbg__big-type {
  font-size: 3rem;
  margin-bottom: 0; }

.bbg__impact-model ul {
  margin-bottom: 0; }

.bbg__impact-model p {
  font-family: "Alegreya Sans", sans-serif; }

.bbg__impact-model p.bbg__infobox__tagline {
  margin-top: 0; }

.bbg__impact-model .bbg__impact-model__section {
  border-bottom: 1px dotted #CCC;
  padding-bottom: 3rem; }

.bbg__impact-model .bbg__impact-model__section:last-of-type {
  border-bottom: none;
  padding-bottom: 0; }

.bbg__impact-model .bbg__impact-model__subsection {
  margin-bottom: 3rem; }
  .bbg__impact-model .bbg__impact-model__subsection h3,
  .bbg__impact-model .bbg__impact-model__subsection h4,
  .bbg__impact-model .bbg__impact-model__subsection .bbg__board__committee-list li a,
  .bbg__board__committee-list li .bbg__impact-model .bbg__impact-model__subsection a,
  .bbg__impact-model .bbg__impact-model__subsection h5,
  .bbg__impact-model .bbg__impact-model__subsection p {
    margin: 0 auto;
    max-width: 200px;
    text-align: center; }

.bbg__impact-model .bbg__impact-model__optional {
  color: #999; }

.bbg__impact-model .bbg__impact-model__graphic {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: auto; }

@media screen and (min-width: 600px) {
  .bbg__impact-model .bbg__big-type {
    font-size: 4rem; }
  .bbg__impact-model .usa-grid .usa-width-one-half, .bbg__impact-model .usa-grid .bbg__profile-excerpt {
    border-left: 1px dotted #999;
    padding-left: 2.35765%; }
  .bbg__impact-model .usa-grid .usa-width-one-half:first-of-type, .bbg__impact-model .usa-grid .bbg__profile-excerpt:first-of-type {
    border-left: none;
    padding-left: 0; }
  .bbg__impact-model .usa-grid .usa-width-one-third {
    border-left: 1px dotted #999;
    padding-left: 2.35765%; }
  .bbg__impact-model .usa-grid .usa-width-one-third:first-of-type {
    border-left: none;
    padding-left: 0; } }

.threats-box .outer-container {
  margin-bottom: 0; }

.threats-box article {
  border-bottom: 1px solid #f1f1f1; }

.threats-box #threats-main-column {
  margin-bottom: 1.5rem; }
  .threats-box #threats-main-column article {
    margin-bottom: 0; }
    .threats-box #threats-main-column article img {
      margin-bottom: 0; }

.threats-box #threats-side-column article {
  margin-bottom: 3rem; }

.bbg__map--banner {
  background-color: #f1f1f1;
  height: 300px;
  width: 100%; }
  @media screen and (min-width: 481px) {
    .bbg__map--banner {
      height: 350; } }
  @media screen and (min-width: 600px) {
    .bbg__map--banner {
      height: 400px; } }
  @media screen and (min-width: 900px) {
    .bbg__map--banner {
      height: 500px; } }
  .bbg__map--banner .bbg__map__infobox__mugshot {
    display: none; }
    @media screen and (min-width: 600px) {
      .bbg__map--banner .bbg__map__infobox__mugshot {
        display: block;
        float: left;
        margin-right: 1rem;
        width: 30%; } }
  .bbg__map--banner .bbg__map__infobox__date {
    color: #757575; }

.bbg__memorial {
  background-color: #f1f1f1;
  padding-top: 2rem; }

.bbg__profile-grid__profile {
  margin-bottom: 3rem; }
  .bbg__profile-grid__profile .bbg__profile-grid__profile__mugshot {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    width: 100%; }
    .bbg__profile-grid__profile .bbg__profile-grid__profile__mugshot:hover {
      -webkit-filter: none;
      filter: none; }
  .bbg__profile-grid__profile .bbg__profile-grid__profile__dates {
    color: #999; }
  .bbg__profile-grid__profile .bbg__profile-grid__profile__description {
    color: #f1f1f1;
    font-family: "Alegreya Sans", sans-serif;
    font-size: 90%; }

@media screen and (min-width: 300px) and (max-width: 600px) {
  .bbg__profile-grid__profile.usa-width-one-sixth, .bbg__profile-grid__profile {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%; }
    .bbg__profile-grid__profile.usa-width-one-sixth:last-child, .bbg__profile-grid__profile:last-child {
      margin-right: 0; }
  .bbg__profile-grid__profile.usa-width-one-sixth:nth-child(2n), .bbg__profile-grid__profile:nth-child(2n) {
    margin-right: 0; } }

.featured-journalist__dropdown {
  margin-bottom: 2rem; }
  .featured-journalist__dropdown label {
    margin-top: 2rem; }

.featured-journalist__status {
  font-family: "Alegreya Sans", sans-serif;
  font-size: 1.4rem;
  line-height: 1.4rem;
  font-weight: 700;
  color: #b5231d;
  margin-bottom: 2rem; }

.featured-journalist__no-status {
  display: none;
  font-style: italic; }

/* Fallen journalists memorial wall */
.bbg__profile-grid__profile {
  float: none !important;
  display: inline-block !important;
  vertical-align: top; }

.bbg__profile-featured__profile__mugshot {
  float: left;
  margin-right: 1.5rem;
  max-width: 33%; }

.bbg__profile-featured__profile__medium {
  float: left;
  margin-right: 1.5rem;
  max-width: 33%; }
  @media screen and (min-width: 900px) {
    .bbg__profile-featured__profile__medium {
      max-width: 50%; } }

/* Main intro paragraph */
.bbg__kits__intro {
  margin-bottom: 3rem; }
  .bbg__kits__intro p {
    line-height: 2.5; }
    .bbg__kits__intro p:first-of-type {
      display: block;
      background-color: #f1f1f1;
      border-radius: 0.3rem;
      padding: 3rem;
      color: #000;
      font-family: "Alegreya Sans", sans-serif;
      font-size: 2.25rem;
      font-weight: 300;
      line-height: 1.7;
      margin: 0; }
      @media screen and (min-width: 1201px) {
        .bbg__kits__intro p:first-of-type {
          font-size: 3rem;
          line-height: 1.9; } }

a.bbg__kits__intro__more--link {
  margin-left: 1rem;
  text-align: right;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap; }
  a.bbg__kits__intro__more--link:hover {
    text-decoration: underline; }

.bbg__kits__section .bbg__article-content {
  margin-bottom: 0;
  min-height: 30rem; }
  @media screen and (min-width: 600px) {
    .bbg__kits__section .bbg__article-content {
      min-height: 20rem; }
      .bbg__kits__section .bbg__article-content.large {
        display: flex; } }
  @media screen and (min-width: 900px) {
    .bbg__kits__section .bbg__article-content {
      min-height: 25rem; }
      .bbg__kits__section .bbg__article-content.large {
        border-right: none; } }
  .bbg__kits__section .bbg__article-content .bbg__kits__recent-posts {
    margin-bottom: 20%; }
    @media screen and (min-width: 900px) {
      .bbg__kits__section .bbg__article-content .bbg__kits__recent-posts {
        margin-bottom: 0; } }
  .bbg__kits__section .bbg__article-content .bbg__kits__inquiries h3 {
    margin-top: 0; }
  .bbg__kits__section .bbg__article-content .bbg__kits__inquiries .bbg__kits__inquiries__text--half {
    float: left;
    margin-top: 0;
    width: 50%; }
  .bbg__kits__section .bbg__article-content .bbg__kits__inquiries .bbg__kits__inquiries__button--half {
    float: right;
    width: 40%; }

.bbg__kits__section .bbg__contact-card {
  margin-top: 0; }
  .bbg__kits__section .bbg__contact-card .bbg__contact-card__text {
    margin-bottom: 0; }
  .bbg__kits__section .bbg__contact-card .bbg__kits__social {
    margin-bottom: 0;
    min-height: 2rem; }
    @media screen and (min-width: 600px) {
      .bbg__kits__section .bbg__contact-card .bbg__kits__social {
        margin-left: -3rem; } }
    .bbg__kits__section .bbg__contact-card .bbg__kits__social .bbg__kits__social-link {
      background-size: auto 2.5rem;
      margin: 0 1rem 0 0;
      right: 1.2rem; }
  .bbg__kits__section .bbg__contact-card .bbg__kits__contacts {
    margin-top: 2rem;
    margin-bottom: 0; }

.bbg__kits__section .bbg__kits__section--row {
  margin-bottom: 3rem; }
  .bbg__kits__section .bbg__kits__section--row .bbg__kits__section--tiles .bbg__kits__section--tile {
    display: block;
    min-height: 15rem;
    /* Elevator pitch/intro tile */
    /* Statistics tiles */ }
    .bbg__kits__section .bbg__kits__section--row .bbg__kits__section--tiles .bbg__kits__section--tile .bbg__kits__pitch--rev {
      display: block;
      background-color: #f1f1f1;
      border-radius: 0.3rem;
      padding: 2rem; }
      .bbg__kits__section .bbg__kits__section--row .bbg__kits__section--tiles .bbg__kits__section--tile .bbg__kits__pitch--rev p {
        color: #981b1e;
        font-family: "Alegreya Sans", sans-serif;
        font-size: 2rem;
        font-weight: 700;
        line-height: 1.7;
        margin: 0; }
      @media screen and (min-width: 600px) {
        .bbg__kits__section .bbg__kits__section--row .bbg__kits__section--tiles .bbg__kits__section--tile .bbg__kits__pitch--rev p {
          line-height: 1.7; } }
      @media screen and (min-width: 1201px) {
        .bbg__kits__section .bbg__kits__section--row .bbg__kits__section--tiles .bbg__kits__section--tile .bbg__kits__pitch--rev {
          padding: 3rem; } }
    .bbg__kits__section .bbg__kits__section--row .bbg__kits__section--tiles .bbg__kits__section--tile .bbg__kits__section--tile__table--borderless {
      font-family: "Carrara-Regular", serif;
      font-size: 2rem;
      font-weight: 700; }
      .bbg__kits__section .bbg__kits__section--row .bbg__kits__section--tiles .bbg__kits__section--tile .bbg__kits__section--tile__table--borderless th {
        height: 4rem;
        padding-left: 0;
        text-align: left;
        vertical-align: text-top; }
      .bbg__kits__section .bbg__kits__section--row .bbg__kits__section--tiles .bbg__kits__section--tile .bbg__kits__section--tile__table--borderless td {
        height: 4rem;
        padding: 0;
        text-align: right;
        vertical-align: text-top; }
      @media screen and (min-width: 600px) {
        .bbg__kits__section .bbg__kits__section--row .bbg__kits__section--tiles .bbg__kits__section--tile .bbg__kits__section--tile__table--borderless {
          font-size: 1.6rem; } }
      @media screen and (min-width: 900px) {
        .bbg__kits__section .bbg__kits__section--row .bbg__kits__section--tiles .bbg__kits__section--tile .bbg__kits__section--tile__table--borderless {
          font-size: 2rem; } }
    .bbg__kits__section .bbg__kits__section--row .bbg__kits__section--tiles .bbg__kits__section--tile .bbg__kits__section--tile__list {
      font-family: "Carrara-Regular", serif;
      font-size: 1.6rem;
      line-height: 2;
      margin-right: auto;
      margin-left: auto; }
      .bbg__kits__section .bbg__kits__section--row .bbg__kits__section--tiles .bbg__kits__section--tile .bbg__kits__section--tile__list--serif {
        font-size: 3.75rem;
        font-weight: 700;
        line-height: 1.4; }
      .bbg__kits__section .bbg__kits__section--row .bbg__kits__section--tiles .bbg__kits__section--tile .bbg__kits__section--tile__list--sans {
        font-family: "Alegreya Sans", sans-serif;
        font-size: 2.75rem;
        font-weight: 700;
        line-height: 1.4; }
      .bbg__kits__section .bbg__kits__section--row .bbg__kits__section--tiles .bbg__kits__section--tile .bbg__kits__section--tile__list--list {
        font-size: 2rem;
        font-weight: 700;
        text-align: right; }
        .bbg__kits__section .bbg__kits__section--row .bbg__kits__section--tiles .bbg__kits__section--tile .bbg__kits__section--tile__list--list .bbg__file-size::after {
          content: '\2001'; }
      @media screen and (min-width: 600px) {
        .bbg__kits__section .bbg__kits__section--row .bbg__kits__section--tiles .bbg__kits__section--tile .bbg__kits__section--tile__list--serif {
          font-size: 3.15rem; }
        .bbg__kits__section .bbg__kits__section--row .bbg__kits__section--tiles .bbg__kits__section--tile .bbg__kits__section--tile__list--sans {
          font-size: 2.15rem; }
        .bbg__kits__section .bbg__kits__section--row .bbg__kits__section--tiles .bbg__kits__section--tile .bbg__kits__section--tile__list--list {
          font-size: 1.75rem; } }
      @media screen and (min-width: 900px) {
        .bbg__kits__section .bbg__kits__section--row .bbg__kits__section--tiles .bbg__kits__section--tile .bbg__kits__section--tile__list--serif {
          font-size: 4.25rem; }
        .bbg__kits__section .bbg__kits__section--row .bbg__kits__section--tiles .bbg__kits__section--tile .bbg__kits__section--tile__list--sans {
          font-size: 3rem; } }
    .bbg__kits__section .bbg__kits__section--row .bbg__kits__section--tiles .bbg__kits__section--tile .bbg__kits__section--tile__header {
      display: table-row;
      height: 5.2rem; }
    .bbg__kits__section .bbg__kits__section--row .bbg__kits__section--tiles .bbg__kits__section--tile .bbg__kits__section--tile__title {
      display: table-cell;
      vertical-align: bottom; }
    .bbg__kits__section .bbg__kits__section--row .bbg__kits__section--tiles .bbg__kits__section--tile .bbg__kits__section--tile__title-bar {
      background-color: #981b1e;
      color: white;
      line-height: 1.25;
      margin-top: 0;
      padding: 1rem;
      text-transform: uppercase; }
    .bbg__kits__section .bbg__kits__section--row .bbg__kits__section--tiles .bbg__kits__section--tile .bbg__kits__section--tile__subtitle {
      color: #757575;
      font-family: "Carrara-Regular", serif;
      font-weight: 700;
      text-transform: capitalize; }
    .bbg__kits__section .bbg__kits__section--row .bbg__kits__section--tiles .bbg__kits__section--tile .bbg__kits__section--tile__thumb {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      float: left;
      margin-top: 1rem;
      margin-right: 1rem;
      max-height: 40rem;
      max-width: 40rem;
      min-height: 10rem;
      min-width: 10rem;
      height: 100%;
      width: 25%; }
      @media screen and (min-width: 600px) {
        .bbg__kits__section .bbg__kits__section--row .bbg__kits__section--tiles .bbg__kits__section--tile .bbg__kits__section--tile__thumb {
          margin-bottom: 1rem;
          margin-right: 20%;
          max-width: 80%;
          min-height: 20rem;
          width: 100%; } }
      @media screen and (min-width: 900px) {
        .bbg__kits__section .bbg__kits__section--row .bbg__kits__section--tiles .bbg__kits__section--tile .bbg__kits__section--tile__thumb {
          margin-right: 2rem;
          max-height: 50rem;
          min-height: 40rem;
          max-width: 90%; } }
      @media screen and (min-width: 1201px) {
        .bbg__kits__section .bbg__kits__section--row .bbg__kits__section--tiles .bbg__kits__section--tile .bbg__kits__section--tile__thumb {
          max-width: 50%;
          margin-bottom: 0;
          min-height: 20rem; } }
    .bbg__kits__section .bbg__kits__section--row .bbg__kits__section--tiles .bbg__kits__section--tile p {
      font-family: "Alegreya Sans", sans-serif;
      font-size: 1.6rem;
      line-height: 1.7;
      margin-top: 0; }
    .bbg__kits__section .bbg__kits__section--row .bbg__kits__section--tiles .bbg__kits__section--tile .bbg__kits__section--tile__downloads {
      line-height: 1.15; }
    .bbg__kits__section .bbg__kits__section--row .bbg__kits__section--tiles .bbg__kits__section--tile .bbg__kits__section--tile__link {
      font-family: "Alegreya Sans", sans-serif;
      margin-left: 1rem;
      text-align: right;
      text-decoration: none;
      white-space: nowrap; }
  .bbg__kits__section .bbg__kits__section--row.bbg__ribbon--thin {
    padding: 0;
    margin-right: -4.5rem;
    margin-left: -4rem; }
    .bbg__kits__section .bbg__kits__section--row.bbg__ribbon--thin .bbg__announcement__flexbox {
      padding-top: 0; }
      .bbg__kits__section .bbg__kits__section--row.bbg__ribbon--thin .bbg__announcement__flexbox .bbg__announcement__headline,
      .bbg__kits__section .bbg__kits__section--row.bbg__ribbon--thin .bbg__announcement__flexbox p {
        padding-right: 2.5rem;
        padding-left: 2.5rem; }
      .bbg__kits__section .bbg__kits__section--row.bbg__ribbon--thin .bbg__announcement__flexbox .bbg__announcement__container--button {
        margin-top: -2rem;
        margin-bottom: 2rem;
        padding-right: 10%;
        text-align: right;
        width: 100%; }
    @media screen and (min-width: 900px) {
      .bbg__kits__section .bbg__kits__section--row.bbg__ribbon--thin {
        margin: 0 -50% 5rem;
        max-width: none; }
        .bbg__kits__section .bbg__kits__section--row.bbg__ribbon--thin .bbg__announcement__flexbox .bbg__announcement__headline,
        .bbg__kits__section .bbg__kits__section--row.bbg__ribbon--thin .bbg__announcement__flexbox p {
          padding-right: 10%;
          padding-left: 0; } }

@media screen and (min-width: 600px) {
  .bbg__kits__child .bbg__label {
    font-size: 2rem; } }

.bbg__kits__excerpt {
  margin-bottom: 3rem;
  max-height: 350px; }
  .bbg__kits__excerpt .bbg__excerpt-header__thumbnail--medium {
    max-height: 28.7rem;
    overflow: hidden; }

.bbg__kits__child__second-headline {
  margin-top: 1rem; }

@media screen and (min-width: 1201px) {
  .bbg__kits__excerpt-content--large {
    height: 44.1rem;
    max-height: 44.1rem; }
    .bbg__kits__excerpt-content--large p {
      font-size: 2.5rem;
      line-height: 2.2; } }

/*****
	Umbrella child styles
*****/
.bbg__kits__child__intro p:first-of-type {
  line-height: 2.5; }

/*****
	Download button style
*****/
.bbg__kits__button {
  font-size: 1.2rem;
  padding: 1rem;
  right: 0;
  width: auto; }
  .bbg__kits__button:hover {
    background-color: #046b99 !important;
    color: #d6d7d9; }
  .bbg__kits__button .fa {
    font-size: 1.8rem; }

#splash-bg {
  position: absolute;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8); }
  #splash-bg #close-splash {
    position: absolute;
    top: 0.5em;
    right: 0.5em;
    font-size: 2em;
    color: #ffffff;
    cursor: pointer; }

#iframe-container {
  position: relative;
  width: 80%;
  padding-top: 0;
  padding-bottom: 45%;
  height: 0;
  margin: 0 auto 9rem auto; }
  #iframe-container iframe {
    position: absolute;
    top: 6rem;
    left: 0;
    width: 100%;
    height: 100%; }
    #iframe-container iframe video {
      width: 100%;
      height: 100%; }

#splash-text {
  text-align: center;
  width: 75%;
  margin: 0 auto; }
  #splash-text p#splash-title {
    font-family: "Alegreya Sans", sans-serif;
    text-transform: uppercase;
    font-size: 4rem;
    line-height: 4rem;
    font-weight: 700;
    color: #999999; }
  #splash-text p {
    font-family: "Alegreya Sans", sans-serif;
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 300;
    color: #ffffff; }
    #splash-text p a:link, #splash-text p a:visited {
      color: #8b8278;
      text-decoration: underline; }
    #splash-text p a:hover, #splash-text p a:visited {
      color: #e6e6e6; }
  #splash-text img {
    width: 80%;
    margin: 0 auto; }

@media screen and (min-width: 900px) {
  #iframe-container {
    width: 45%;
    padding-top: 0;
    padding-bottom: 25%;
    margin: 0 auto 12rem auto; }
    #iframe-container iframe {
      top: 6rem; }
  #splash-text p#splash-title {
    font-size: 5rem;
    line-height: 6rem; }
  #splash-text p {
    font-size: 3rem;
    line-height: 4.5rem; }
  #splash-text img {
    width: 40%; } }

@media screen and (min-width: 1201px) {
  #splash-text p#splash-title {
    font-size: 6rem;
    line-height: 7rem; } }

/* Safari 7.1+ */
html, body {
  height: 100%; }

#usagm-splash-wrapper {
  height: 100%;
  font-size: 10px; }
  #usagm-splash-wrapper p {
    font-family: "Alegreya Sans", sans-serif; }
  #usagm-splash-wrapper img {
    margin: 0; }
  #usagm-splash-wrapper .logo-board {
    text-align: center;
    padding: 15rem 0; }
    #usagm-splash-wrapper .logo-board img {
      width: 50%;
      max-width: 80rem; }
    #usagm-splash-wrapper .logo-board .logo-copy {
      margin-top: 3rem; }
      #usagm-splash-wrapper .logo-board .logo-copy p {
        text-align: center;
        font-size: 2.8rem;
        line-height: 2.7rem;
        font-weight: 300;
        letter-spacing: 0.03rem;
        color: #989898; }
  #usagm-splash-wrapper .messaging-section {
    padding: 6rem 0;
    background-color: #00002c; }
    #usagm-splash-wrapper .messaging-section img {
      width: 100%;
      margin: 0 auto; }
    #usagm-splash-wrapper .messaging-section a:link, #usagm-splash-wrapper .messaging-section a:visited {
      color: #ffffff;
      text-decoration: none; }
    #usagm-splash-wrapper .messaging-section a:hover, #usagm-splash-wrapper .messaging-section a:active {
      color: #81b0d2;
      text-decoration: none; }
    #usagm-splash-wrapper .messaging-section .message:hover h4, #usagm-splash-wrapper .messaging-section .message:hover .bbg__board__committee-list li a, .bbg__board__committee-list li #usagm-splash-wrapper .messaging-section .message:hover a {
      color: #81b0d2; }
    #usagm-splash-wrapper .messaging-section .message:hover .message-image img {
      border: 3px solid #aca299; }
    #usagm-splash-wrapper .messaging-section .message {
      margin-bottom: 3rem; }
      #usagm-splash-wrapper .messaging-section .message h4, #usagm-splash-wrapper .messaging-section .message .bbg__board__committee-list li a, .bbg__board__committee-list li #usagm-splash-wrapper .messaging-section .message a {
        text-align: center;
        color: #ffffff; }
      #usagm-splash-wrapper .messaging-section .message .lightbox-link {
        cursor: pointer; }
        #usagm-splash-wrapper .messaging-section .message .lightbox-link h4, #usagm-splash-wrapper .messaging-section .message .lightbox-link .bbg__board__committee-list li a, .bbg__board__committee-list li #usagm-splash-wrapper .messaging-section .message .lightbox-link a {
          margin-top: 1.5rem; }
      #usagm-splash-wrapper .messaging-section .message .message-image {
        width: 50%;
        margin: 0 auto 1.5rem auto; }
        #usagm-splash-wrapper .messaging-section .message .message-image img {
          border: 3px solid #b5231d;
          border-radius: 50%; }
  #usagm-splash-wrapper #site-link {
    text-align: center;
    padding: 3rem 0;
    margin-bottom: 0;
    background-color: #00002c; }
    #usagm-splash-wrapper #site-link button {
      font-size: 2rem;
      font-weight: 500;
      background-color: #ffffff; }
      #usagm-splash-wrapper #site-link button a:link, #usagm-splash-wrapper #site-link button a:visited {
        color: #3f7ad1; }
      #usagm-splash-wrapper #site-link button a:hover, #usagm-splash-wrapper #site-link button a:active {
        text-decoration: none; }
    #usagm-splash-wrapper #site-link button:hover {
      background-color: #3f7ad1; }
      #usagm-splash-wrapper #site-link button:hover a {
        color: #ffffff; }
  #usagm-splash-wrapper #murrow-quote {
    background-color: #147bd1; }
    #usagm-splash-wrapper #murrow-quote .outer-container {
      margin-bottom: 0; }
    #usagm-splash-wrapper #murrow-quote .ed-quote {
      padding: 6rem 0; }
    #usagm-splash-wrapper #murrow-quote p {
      color: #ffffff;
      margin: 0; }
    #usagm-splash-wrapper #murrow-quote .splash-quote::before {
      content: "\201C";
      font-size: 3rem;
      position: absolute;
      top: 6rem;
      font-family: "Carrara-Regular", serif;
      font-style: normal;
      font-size: 20rem;
      margin-left: -1.5rem;
      color: rgba(255, 255, 255, 0.5); }
    #usagm-splash-wrapper #murrow-quote .splash-quote {
      position: relative;
      font-family: "Carrara-Regular", serif;
      font-style: italic;
      font-size: 3.3rem;
      line-height: 4rem;
      font-weight: 500;
      margin: 0 0.5rem 1.5rem 0.5rem; }
    #usagm-splash-wrapper #murrow-quote .splash-quote-by {
      font-size: 1.4rem;
      line-height: 2rem;
      text-align: right; }
    #usagm-splash-wrapper #murrow-quote .ed-img {
      display: none; }

/* LIGHTBOX */
.lb-bg {
  position: absolute;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75); }

#videoBox {
  position: absolute;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

@supports (-ms-ime-align: auto) {
  .lb-bg {
    position: fixed; } }

@supports (-webkit-marquee-repetition: infinite) and (object-fit: fill) {
  .lb-bg {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.75); } }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ::i-block-chrome, .lb-bg {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.75); } }

@media only screen and (max-device-width: 640px) {
  .lb-bg {
    position: fixed; }
  #videoBox {
    width: 90%; } }

.close {
  position: absolute;
  z-index: 10000;
  top: -15px;
  right: -15px;
  font-size: 3rem;
  color: #cccccc;
  cursor: pointer;
  display: none; }

@media screen and (min-width: 481px) {
  #usagm-splash-wrapper {
    font-size: 12px; } }

@media screen and (min-width: 600px) {
  #usagm-splash-wrapper .messaging-section .message {
    display: inline-block;
    width: 33%;
    width: -webkit-calc(33%);
    width: -moz-calc(33%);
    width: calc(33%);
    margin-bottom: 0; } }

@media screen and (min-width: 900px) {
  #usagm-splash-wrapper #murrow-quote .outer-container {
    background-image: url("http://usagm.gov/wp-content/themes/bbgRedesign/img/usagm-splash/ed-murrow-blue.png");
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: -10% top; }
  #usagm-splash-wrapper #murrow-quote .ed-quote {
    margin-left: calc(50% - 30px + 40px); } }

@media screen and (min-width: 1201px) {
  #usagm-splash-wrapper #murrow-quote .outer-container {
    background-position: left top; }
  #usagm-splash-wrapper #murrow-quote .ed-quote {
    margin-left: calc(41.66667% - 28.33333px + 40px); } }

/* END SPLASH STYLE */
@media print {
  /* @page :first {
		margin-left: 2.5in;
	} */
  @page {
    margin: 0.5in;
    size: 8.5in 11in;
    @bottom-right {
      content: "Page " counter(page); } }
  /**** UNIVERSAL ****/
  /* Page sections: header + content + footer */
  .bbg-header,
  .site-content,
  .usa-footer {
    max-width: 8in;
    margin: 0 auto; }
  .bbg-header {
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 3rem; }
  article {
    margin: 0;
    padding: 0; }
    article a {
      font-weight: 700;
      text-decoration: none; }
    article a[href^=http]:after {
      color: #757575;
      content: " Link: " attr(href) "> ";
      font-style: italic;
      font-weight: 400;
      text-decoration: none; }
    article a[href^="#"]:after {
      content: ""; }
    article h1, article h2, article h3 {
      page-break-after: avoid; }
  nav,
  button, .usa-button, .bbg__comments-list .reply {
    display: none; }
  /**** GRIDS ****/
  .usa-grid {
    max-width: none;
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .usa-grid-full {
    max-width: none; }
  /**** MASTHEAD ****/
  .usa-disclaimer {
    display: none; }
  /**** CONTENT ****/
  /* Article */
  .bbg__article {
    margin: 0 0.25in 0 0.5in; }
    .bbg__article * {
      max-width: none; }
    .bbg__article .bbg__featured-video,
    .bbg__article .bbg__article-header__thumbnail--large,
    .bbg__article .bbg__article-header__banner,
    .bbg__article .bbg__article-header__banner--profile,
    .bbg__article .bbg__article-header__banner--profile {
      display: none; }
    .bbg__article .bbg__article-header .bbg__label {
      float: left;
      text-decoration: none;
      transform: matrix3d(0, -1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, -50, 400, 0, 1);
      transform-origin: left top 0px; }
      .bbg__article .bbg__article-header .bbg__label a[href^=http]:after {
        content: ""; }
    .bbg__article .bbg__article-content p,
    .bbg__article .bbg__article-content a,
    .bbg__article .bbg__article-content ul,
    .bbg__article .bbg__article-content li {
      font-family: "Carrara-Regular", serif;
      font-size: 1.4rem;
      line-height: 1.8; }
    .bbg__article .bbg__article-content p:first-of-type {
      margin-bottom: 2rem; }
    .bbg__article .bbg__article-content .bbg-embed-shell {
      display: none; }
      .bbg__article .bbg__article-content .bbg-embed-shell:after {
        background-color: #d6d7d9;
        content: "EMBEDDED VIDEO REMOVED: Please visit website to view";
        display: block;
        padding: 4rem; }
    .bbg__article .bbg__article-content img.aligncenter,
    .bbg__article .bbg__article-content img.alignleft,
    .bbg__article .bbg__article-content img.alignright {
      display: inline;
      float: left;
      margin: 0 1.5em 2rem 0;
      max-width: 30%; }
    .bbg__article .bbg__article-content .bbg__contact__card p {
      margin-bottom: 0; }
      .bbg__article .bbg__article-content .bbg__contact__card p::first-line {
        font-weight: 700; }
    .bbg__article .bbg__article-content .bbg__contact__card .bbg__contact__card-list {
      display: inline; }
    .bbg__article .bbg__article-content .bbg__contact__card .bbg__contact__icon {
      display: none; }
    .bbg__article .bbg__article-footer,
    .bbg__article .bbg__article-sidebar--left {
      display: none; }
    .bbg__article .bbg__article-sidebar p, .bbg__article .bbg__article-sidebar a, .bbg__article .bbg__article-sidebar ul, .bbg__article .bbg__article-sidebar li {
      font-size: 1.3rem; }
    .bbg__article .bbg__article-sidebar img {
      max-width: 20%; }
    .bbg__article .bbg__article-sidebar .bbg__sidebar__primary-image {
      display: none; }
  .feautre-banner {
    display: block;
    max-width: 8in;
    margin: 0 auto; }
  .outer-container {
    max-width: 8in;
    margin: 0 auto 3rem auto; }
    .outer-container .about-flexible-row {
      display: inline-block; }
      .outer-container .about-flexible-row .hd_scale {
        display: block; }
      .outer-container .about-flexible-row .grid-four, .outer-container .about-flexible-row .grid-five, .outer-container .about-flexible-row .bbg-grid--1-2-3 {
        display: grid;
        grid-column-gap: 15px;
        grid-template-columns: 20% 75%;
        grid-column-gap: 5%; }
    .outer-container p.lead-in {
      font-size: 2.5rem;
      line-height: 3.5rem; }
  .bbg__ribbon {
    background-color: transparent; }
    .bbg__ribbon .outer-container {
      border: 1px solid #e9e9e9; }
    .bbg__ribbon .side-content-container {
      display: none; }
  /* Footer */
  .bbg__footer__return-to-top__container,
  #footer {
    display: none; }
  .usa-footer .usa-social-links, .usa-footer .bbg__kits__section .bbg__contact-card .bbg__kits__social .bbg__kits__social-link, .bbg__kits__section .bbg__contact-card .bbg__kits__social .usa-footer .bbg__kits__social-link,
  .usa-footer .bbg__footer__sub,
  .usa-footer .usa-footer-logo {
    display: none; }
  .usa-footer .usa-footer-secondary_section {
    background-color: transparent;
    border-top: 1px solid #d6d7d9;
    padding-top: 1rem;
    padding-bottom: 0; } }

/* start expanding the print styles */
#chartdiv {
  border: 1px solid #CCC;
  font-size: 11px;
  height: 200px;
  width: 100%; }
  @media screen and (min-width: 600px) {
    #chartdiv {
      height: 400px; } }
  @media screen and (min-width: 900px) {
    #chartdiv {
      height: 500px; } }

.amcharts-legend-div {
  position: fixed !important;
  top: 520px !important;
  padding: 10px; }

.amcharts-chart-div > a {
  display: none !important; }

#loading {
  display: none;
  z-index: 9997;
  position: absolute;
  bottom: 5%;
  left: 5%;
  width: 50px;
  height: 50px; }

/* temp button styles */
.entity-buttons button {
  background-color: #CCC;
  background-size: cover;
  height: 4rem;
  margin-right: .5rem;
  width: 4rem; }
  .entity-buttons button.selected {
    box-shadow: 0px 0px 3px #CCC; }
  .entity-buttons button.bbg {
    background-image: url("img/logo_bbg.png"); }
    .entity-buttons button.bbg.selected {
      background-color: #981b1e;
      background-image: url("img/logo_bbg--selected.png"); }
  .entity-buttons button.voa {
    background-image: url("img/logo_voa.png"); }
    .entity-buttons button.voa.selected {
      background-color: #0071bc;
      background-image: url("img/logo_voa--selected.png"); }
  .entity-buttons button.rfa {
    background-image: url("img/logo_rfa.png"); }
    .entity-buttons button.rfa.selected {
      background-color: #2e8540;
      background-image: url("img/logo_rfa--selected.png"); }
  .entity-buttons button.rferl {
    background-image: url("img/logo_rferl.png"); }
    .entity-buttons button.rferl.selected {
      background-color: orange;
      background-image: url("img/logo_rferl--selected.png"); }
  .entity-buttons button.ocb {
    background-image: url("img/logo_ocb.png"); }
    .entity-buttons button.ocb.selected {
      background-color: #653792;
      background-image: url("img/logo_ocb--selected.png"); }
  .entity-buttons button.mbn {
    background-image: url("img/logo_mbn.png"); }
    .entity-buttons button.mbn.selected {
      background-color: #BB3530;
      background-image: url("img/logo_mbn--selected.png"); }
  .entity-buttons button .bbg__map__button-text {
    display: none; }

.bbg__map-area {
  position: relative; }
  @media screen and (min-width: 600px) {
    .bbg__map-area #country-list {
      margin-bottom: 0;
      min-width: 180px;
      position: absolute;
      bottom: 1.5rem;
      left: 1.5rem;
      width: 33%; } }
  @media screen and (min-width: 900px) {
    .bbg__map-area #country-list {
      display: none; } }

.bbg__map__entity-buttons__instructions {
  color: #666;
  font-weight: normal; }

.bbg__map-area__text {
  padding: 0; }
  .bbg__map-area__text .bbg__map-area__country-name {
    font-size: 2.25rem; }
  .bbg__map-area__text .bbg__map__entity {
    margin: 3rem 0;
    min-height: 50px; }
    @media screen and (min-width: 600px) {
      .bbg__map-area__text .bbg__map__entity {
        margin: 0; } }
    .bbg__map-area__text .bbg__map__entity ul {
      margin-top: 0;
      padding-left: 0; }
    .bbg__map-area__text .bbg__map__entity .bbg__map__entity-logo__container {
      border-radius: 50%;
      display: table-cell;
      max-width: 60px;
      padding-right: 1rem; }
      .bbg__map-area__text .bbg__map__entity .bbg__map__entity-logo__container .bbg__map__entity-logo__image {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        display: block;
        height: 50px;
        width: 50px;
        border-radius: 50%; }
      .bbg__map-area__text .bbg__map__entity .bbg__map__entity-logo__container--small {
        border-radius: 50%;
        display: table-cell;
        max-width: 40px;
        padding-right: 0.5rem; }
        .bbg__map-area__text .bbg__map__entity .bbg__map__entity-logo__container--small .bbg__map__entity-logo__image--small {
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center center;
          height: 30px;
          width: 30px; }
    .bbg__map-area__text .bbg__map__entity .bbg__map__entity-text {
      display: table-cell;
      padding-left: 0;
      vertical-align: middle; }
      .bbg__map-area__text .bbg__map__entity .bbg__map__entity-text .bbg__map__entity-text__name {
        font-size: 2rem;
        margin: 0;
        text-align: left;
        text-transform: uppercase; }
        .bbg__map-area__text .bbg__map__entity .bbg__map__entity-text .bbg__map__entity-text__name--small {
          margin-top: 4px;
          font-size: 1.8rem;
          text-transform: none; }
    .bbg__map-area__text .bbg__map__entity .bbg__map__entity-text__details {
      margin-top: 0; }
      .bbg__map-area__text .bbg__map__entity .bbg__map__entity-text__details p {
        font-family: "Alegreya Sans", sans-serif;
        font-size: 1.8rem;
        line-height: 1.7; }
        @media screen and (min-width: 600px) {
          .bbg__map-area__text .bbg__map__entity .bbg__map__entity-text__details p {
            font-size: 1.6rem;
            line-height: 1.4; } }
    .bbg__map-area__text .bbg__map__entity--small p {
      font-family: "Alegreya Sans", sans-serif;
      font-size: 1.6rem;
      line-height: 1.7; }
      @media screen and (min-width: 481px) {
        .bbg__map-area__text .bbg__map__entity--small p {
          font-size: 1.3rem;
          line-height: 1.4; } }
    .bbg__map-area__text .bbg__map__entity--small .bbg__map__entity-text {
      display: table-cell;
      padding-left: 0;
      vertical-align: middle; }
      .bbg__map-area__text .bbg__map__entity--small .bbg__map__entity-text .bbg__map__entity-text__name {
        font-size: 2rem;
        margin: 0;
        text-align: left;
        text-transform: uppercase; }
    .bbg__map-area__text .bbg__map__entity--small .bbg__map__entity-text__details {
      margin-top: 0; }
      .bbg__map-area__text .bbg__map__entity--small .bbg__map__entity-text__details p {
        font-family: "Alegreya Sans", sans-serif;
        font-size: 1.8rem;
        line-height: 1.7; }
        @media screen and (min-width: 600px) {
          .bbg__map-area__text .bbg__map__entity--small .bbg__map__entity-text__details p {
            font-size: 1.6rem;
            line-height: 1.4; } }
  .bbg__map-area__text .bbg__map-area__list-item {
    line-height: 1; }
  .bbg__map-area__text .subgroup-block {
    margin-bottom: 3rem; }
  .bbg__map-area__text .bbg__map__entity-global {
    font-family: "Carrara-Regular", serif;
    font-weight: 700;
    margin-top: 2.5rem; }
  @media screen and (min-width: 600px) {
    .bbg__map-area__text .bbg__map-area__country-name {
      font-size: 2.5rem; } }
  @media screen and (min-width: 900px) {
    .bbg__map-area__text .bbg__map-area__country-name {
      font-size: 3rem; } }

@media screen and (min-width: 900px) {
  .entity-buttons button {
    background: #999;
    border-bottom: none;
    border-radius: 0;
    border-right: 1px solid #FFF;
    margin-bottom: 0;
    margin-right: 0;
    height: auto;
    width: auto; }
    .entity-buttons button.selected {
      background: #0071bc; }
    .entity-buttons button .bbg__map__button-text {
      display: block; }
    .entity-buttons button.bbg, .entity-buttons button.voa, .entity-buttons button.rfa, .entity-buttons button.rferl, .entity-buttons button.ocb, .entity-buttons button.mbn {
      background-image: none; }
    .entity-buttons button.selected.bbg {
      background-image: none;
      background-color: #981b1e; }
    .entity-buttons button.selected.voa {
      background-image: none;
      background-color: #0071bc; }
    .entity-buttons button.selected.rfa {
      background-image: none;
      background-color: #2e8540; }
    .entity-buttons button.selected.rferl {
      background-image: none;
      background-color: orange; }
    .entity-buttons button.selected.ocb {
      background-image: none;
      background-color: #653792; }
    .entity-buttons button.selected.mbn {
      background-image: none;
      background-color: #BB3530; }
  .bbg__map__entity-buttons__instructions {
    clear: none;
    color: #666;
    display: inline;
    font-weight: normal; } }

.country-label-tooltip::before {
  border-color: #FFF transparent;
  border-style: solid;
  border-width: 0 0 30px 25px;
  bottom: 39px;
  content: "";
  position: absolute;
  right: 0;
  left: calc(50% - 20px);
  width: 20px; }

.country-label-tooltip::after {
  border-color: transparent;
  border-style: solid;
  border-width: 0 0 140px 55px;
  bottom: -140px;
  content: "";
  position: absolute;
  right: 85px; }

.country-label-tooltip {
  height: auto;
  margin: 20px 0 0 0;
  pointer-events: none;
  padding: 5px;
  position: absolute;
  top: 50%;
  left: 25%;
  text-align: center;
  width: 50%; }

#country-name {
  background-color: #FFF;
  border-radius: 0.3rem;
  box-shadow: 0px 0px 3px #888;
  color: #000;
  font-family: Arial,sans-serif;
  display: inline-block;
  line-height: 1.2;
  margin: 0 auto;
  padding: 10px;
  text-align: center;
  width: auto; }

/*# sourceMappingURL=style.css.map */
