/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * 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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

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

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

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

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

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

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

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

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

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

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

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * 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.
 */
img {
  border: 0; }

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

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

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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; }

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 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 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

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

body {
  font-family: "franklin-gothic-urw", "news-gothic-std", sans-serif;
  color: #58585a;
  line-height: 1.5em;
  background: #e6e7e8;
  font-weight: 400; }

h1 {
  font-family: "franklin-gothic-urw", "news-gothic-std", sans-serif;
  color: #d26827;
  line-height: 1.2em;
  font-weight: 300;
  padding: 0;
  margin: 0;
  margin-bottom: 0.5em; }

h2 {
  font-family: "franklin-gothic-urw", "news-gothic-std", sans-serif;
  margin: 0;
  margin-bottom: 1em;
  line-height: 1.2em;
  font-weight: 300; }

h3 {
  font-family: "franklin-gothic-urw", "news-gothic-std", sans-serif;
  font-weight: 300;
  font-size: 1.0em; }
  h3.not-flush {
    padding-top: 1em; }

h4 {
  font-family: "franklin-gothic-urw", "news-gothic-std", sans-serif;
  margin: 0;
  line-height: 1.4em; }

h5 {
  font-family: "franklin-gothic-urw", "news-gothic-std", sans-serif;
  margin: 0;
  font-weight: 600;
  font-size: 1.0em;
  margin-bottom: 0.25em; }

h6 {
  font-family: "franklin-gothic-urw", "news-gothic-std", sans-serif;
  margin: 0;
  margin-bottom: 1em;
  line-height: 1.4em;
  font-weight: 700;
  font-size: 0.75em; }

a {
  color: #d26827;
  text-decoration: none; }
  a:hover {
    text-decoration: underline !important; }

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

div.page {
  max-width: 1440px;
  margin: 0 auto; }

nav {
  font-family: "franklin-gothic-urw", "news-gothic-std", sans-serif; }
  nav a {
    text-decoration: none !important; }

header {
  background: #222222;
  overflow: auto;
  padding-top: 1.5em;
  padding-bottom: 1.5em; }
  header div.page {
    position: relative; }
  header a {
    color: #808080 !important; }
  header #logo {
    text-indent: -9000px;
    width: 300px;
    height: 31px;
    background-image: url(../img/logo-alt.png);
    background-image: url(../img/logo-alt.svg), none;
    background-repeat: no-repeat;
    margin-bottom: 1em; }
    header #logo a {
      display: block; }
  header #search {
    width: 88px;
    height: 75px;
    background-image: url(../img/icon.glass.png);
    background-image: url(../img/icon.glass.svg), none;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 0; }
  header #tagline {
    display: none; }
  header nav.utility {
    display: none;
    font-weight: 600;
    font-size: 0.75em; }
    header nav.utility li {
      margin-left: 0.75em; }
      header nav.utility li:first-child {
        margin-left: 0; }
  header nav.primary {
    font-size: 1.2em;
    margin-right: 88px; }
    header nav.primary li {
      margin-left: 0.5em; }
      header nav.primary li:before {
        content: '/';
        padding-right: 0.5em; }
      header nav.primary li:first-child {
        margin-left: 0; }
        header nav.primary li:first-child:before {
          content: '';
          padding: 0; }
      header nav.primary li a.active {
        color: white !important; }
    header nav.primary ul ul {
      display: none; }
      header nav.primary ul ul li {
        margin-left: 0.5em !important;
        font-size: 75%; }

main {
  clear: both;
  margin-bottom: 2em;
  /*
  p, li {
  	a {
  		//text-decoration: underline;
  	}
  }
  */ }
  main > div.page {
    margin-top: 2em; }

footer {
  border-top: 2px solid white;
  clear: both;
  padding-top: 1em; }
  footer li {
    margin-right: 1em; }

article.sidebar {
  margin-bottom: 2em;
  border-top: 1px solid #bbb;
  margin-top: 1em; }
  article.sidebar h6 {
    text-transform: uppercase;
    padding-top: 0.5em; }
  article.sidebar img {
    width: 100%; }
    article.sidebar img.auto {
      width: auto; }

nav.section.mobile {
  display: none; }
nav.section ul {
  margin-bottom: 2em; }
  nav.section ul li {
    width: 100%;
    margin-bottom: 0.5em;
    border-top: 1px #bbb solid; }
    nav.section ul li a {
      display: block;
      padding: 0.5em 0.0em; }
      nav.section ul li a.active {
        color: #d26827;
        text-decoration: underline !important; }

.grid2col > div.main {
  width: 75%;
  margin-right: 3%;
  float: left; }
.grid2col > div.sidebar {
  font-family: "franklin-gothic-urw", "news-gothic-std", sans-serif;
  width: 22%;
  float: left; }
  .grid2col > div.sidebar article.sidebar:first-child {
    margin-top: 0; }
  .grid2col > div.sidebar p, .grid2col > div.sidebar li {
    font-size: 0.9em;
    line-height: 1.3em; }

.commonpage {
  background: white;
  padding: 2em; }
  .commonpage h1 {
    width: 90%; }
  .commonpage p, .commonpage li {
    line-height: 1.5em; }
    .commonpage p a, .commonpage li a {
      text-decoration: underline; }

.user-content ul {
  margin-bottom: 1em;
  list-style: disc;
  padding-left: 1em;
  margin-left: 0.25em; }

.featured-journal > article {
  background: white;
  position: relative;
  margin-bottom: 4%; }
  .featured-journal > article img {
    width: 100%; }
  .featured-journal > article h6 {
    margin-top: 0; }

ul.journal li {
  padding-top: 1em;
  margin-bottom: 1em;
  background: white;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.075);
  padding: 1em; }
  ul.journal li h2 {
    margin-bottom: 0; }
  ul.journal li:first-child {
    border-top: none; }
  ul.journal li div.image-wrapper {
    float: left;
    width: 25%; }
    ul.journal li div.image-wrapper img {
      width: 100%; }
  ul.journal li div.text-wrapper {
    float: left;
    width: 72%;
    margin-left: 3%; }
    ul.journal li div.text-wrapper p.meta {
      position: relative;
      top: -0.25em;
      margin-bottom: 0; }
  ul.journal li:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }

.features {
  overflow: auto;
  padding: 1.5em 0;
  margin-bottom: -2em;
  background: #d26827; }
  .features a {
    color: white;
    display: block; }
  .features p {
    font-family: "franklin-gothic-urw", "news-gothic-std", sans-serif;
    font-size: 0.85em;
    line-height: 1.2em;
    margin-bottom: 0; }
  .features article .image {
    float: left;
    width: 30%;
    min-width: 70px;
    max-width: 80px;
    line-height: 0; }
  .features article .text {
    float: left;
    width: 70%; }

.featured-blocks > article {
  background: white;
  margin-bottom: 2em;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.075); }
  .featured-blocks > article:hover {
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2); }
  .featured-blocks > article img {
    width: 100%; }
  .featured-blocks > article div.padding {
    padding: 1em; }
  .featured-blocks > article h6 {
    margin-bottom: 0; }

/*
section.newsroom-category {
	padding: 0.5em;

	background: white;

	overflow: auto;

	h6 {
		float: left;
		margin: 0;
		position: relative;
		top: 0.5em;
	}

	a {
		float: right;
	}
}
*/
a.badge {
  background: #bdbfc1;
  color: white;
  display: inline-block;
  font-family: "franklin-gothic-urw", "news-gothic-std", sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 0.25em 0.5em;
  font-size: 0.75em;
  border-radius: 0.25em; }
  a.badge:hover {
    color: white;
    text-decoration: none !important; }

ul.tags li {
  display: inline-block;
  margin: 0;
  padding: 0;
  margin-bottom: 0.5em; }
  ul.tags li a {
    padding: 0.25em;
    color: #58585a;
    background: #e6e7e8;
    text-decoration: none; }
    ul.tags li a span {
      margin-left: 0.25em;
      font-weight: 600;
      font-size: 0.75em; }
    ul.tags li a.active {
      background: #d26827;
      color: white; }
    ul.tags li a:hover {
      text-decoration: none !important;
      background: #d26827;
      color: white; }

.experts-search {
  padding: 1em 1em 0.5em 1em;
  background: white;
  margin-bottom: 2em; }

.expert-cards article {
  opacity: 0.0;
  background: white;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.075); }
  .expert-cards article .padding {
    padding: 0.5em 1em 0.5em 1em; }
  .expert-cards article img {
    width: 100%;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.075); }
  .expert-cards article h6 {
    color: #58585a;
    margin-bottom: 0; }
  .expert-cards article h3 {
    margin-top: 0;
    margin-bottom: 0.2em; }
  .expert-cards article:hover {
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2); }

.expert.sidebar ul {
  margin-bottom: 1em; }

.expert-detail div.title {
  margin-bottom: 2em; }
  .expert-detail div.title h1 {
    margin-bottom: 0.25em; }
  .expert-detail div.title h6 {
    margin-top: 0; }
.expert-detail section {
  margin-bottom: 3em; }
  .expert-detail section > h3 {
    margin-left: -1.7em;
    margin-right: -1.7em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    background: #f6f6f6;
    padding-left: 1.7em;
    color: #d26827; }
  .expert-detail section ul {
    margin-bottom: 1em; }
.expert-detail.subtle section > h3 {
  margin-left: 0;
  margin-right: 0;
  border-top: 1px solid #ddd;
  padding-top: 0.5em;
  margin-bottom: 0.5em;
  background: none;
  padding-left: 0;
  color: #d26827; }

ul {
  list-style: none;
  padding-left: 0;
  margin: 0; }
  ul.inline li {
    display: inline; }

hr {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #e6e7e8; }

form {
  font-family: "franklin-gothic-urw", "news-gothic-std", sans-serif; }
  form ul.fields li {
    margin-bottom: 0.5em; }
    form ul.fields li label {
      display: block; }
    form ul.fields li.required label {
      font-weight: 600; }
  form input, form textarea {
    width: 75%; }
  form input[type="submit"] {
    width: auto;
    padding: 0.5em; }
  form ul.errorlist {
    padding-top: 0.5em; }
    form ul.errorlist li {
      font-size: 0.75em;
      margin-bottom: -0.25em;
      color: #d26827; }
  form.search {
    padding: 1em; }
    form.search ul.fields li {
      display: inline; }
    form.search label {
      display: inline !important; }
    form.search input[type="text"] {
      min-width: 250px;
      width: auto;
      padding: 0.5em;
      outline: none;
      margin-bottom: 0.5em;
      margin-right: 0.75em; }
      form.search input[type="text"]:focus {
        background: #eee; }
    form.search select {
      width: auto;
      display: inline;
      -webkit-appearance: none;
      padding: 0.5em;
      margin-bottom: 0.5em;
      margin-right: 0.75em; }
    form.search input[type="submit"] {
      display: inline-block !important; }

.experts h6 {
  margin-top: 0;
  margin-bottom: 0.5em; }
.experts h3 {
  margin-bottom: 0.5em; }

span.meta {
  font-family: "franklin-gothic-urw", "news-gothic-std", sans-serif;
  font-size: 0.75em;
  display: inline-block;
  margin-left: 0.5em; }

p.meta {
  font-family: "franklin-gothic-urw", "news-gothic-std", sans-serif;
  font-size: 0.9em !important; }

/* bringin the hate since 2009 */
body.no-mediaqueries div.page {
  padding: 0 2em 0 2em; }
body.no-mediaqueries #search {
  right: 2em !important;
  display: none !important; }
body.no-mediaqueries .features article {
  width: 50%;
  float: left; }
body.no-mediaqueries .expert-cards article {
  width: 23%;
  float: left;
  margin-bottom: 1em;
  margin-right: 2%; }
body.no-mediaqueries .featured-blocks article {
  width: 50%; }
body.no-mediaqueries nav.primary {
  width: 100% !important;
  margin-right: 0 !important; }

@media (max-width: 40em) {
  div.page {
    padding: 0 1em 0 1em; }

  #search {
    right: 1em !important; }

  #debug:after {
    content: 'small and down' !important; }

  .features > article {
    width: 49%;
    margin-left: 0;
    margin-right: 2%;
    float: left;
    margin-bottom: 2%; }
    .features > article:nth-of-type(2n + 2) {
      margin-right: 0;
      clear: none; }
    .features > article:nth-of-type(2n + 1) {
      clear: left; }

  .small-features div.page article {
    width: 100%;
    margin-left: 0;
    margin-right: 4%;
    float: left; }
    .small-features div.page article:nth-of-type(1n + 1) {
      margin-right: 0;
      clear: none; }
    .small-features div.page article:nth-of-type(1n + 1) {
      clear: left; }

  nav.primary li {
    display: block;
    margin-left: 0 !important; }
    nav.primary li:before {
      content: '' !important;
      padding: 0 !important; }

  .grid2col > div.main {
    width: 100%;
    margin-right: 0;
    float: none; }
  .grid2col > div.sidebar {
    width: 100%;
    float: none; }
    .grid2col > div.sidebar nav.section {
      display: none; }

  nav.section.mobile {
    display: block;
    padding: 1em;
    margin-bottom: -2em; }
    nav.section.mobile ul {
      margin-bottom: 0; }

  nav.primary ul ul {
    display: block !important;
    margin: 0.5em 0; }

  .expert-cards > article {
    width: 49%;
    margin-left: 0;
    margin-right: 2%;
    float: left;
    margin-bottom: 2%; }
    .expert-cards > article:nth-of-type(2n + 2) {
      margin-right: 0;
      clear: none; }
    .expert-cards > article:nth-of-type(2n + 1) {
      clear: left; }

  .experts > article {
    clear: both;
    overflow: auto;
    padding: 1em 0;
    border-top: 2px solid white; }
    .experts > article img, .experts > article > div {
      float: none; }
    .experts > article img {
      width: 33%;
      margin-bottom: 1em; }
    .experts > article div.bio {
      margin-top: 1em;
      width: 75%; } }
@media (max-width: 25em) {
  div.page {
    padding: 0; }

  #search {
    right: 1em !important;
    display: none; }

  header div.page, footer div.page {
    padding: 0 1em 0 1em; }

  .commonpage {
    padding: 1em; }

  #debug:after {
    content: 'x-small' !important; }

  div.sidebar > * {
    padding: 0 1em 0 1em; }

  .features article {
    width: 100%;
    margin-left: 0;
    margin-right: 4%;
    float: left;
    padding: 1em; }
    .features article:nth-of-type(1n + 1) {
      margin-right: 0;
      clear: none; }
    .features article:nth-of-type(1n + 1) {
      clear: left; }
    .features article .text {
      width: 60%; }

  .expert-cards > article {
    width: 100%;
    margin-left: 0;
    margin-right: 4%;
    float: left;
    margin-bottom: 2em; }
    .expert-cards > article:nth-of-type(1n + 1) {
      margin-right: 0;
      clear: none; }
    .expert-cards > article:nth-of-type(1n + 1) {
      clear: left; }

  .experts > article img {
    width: 100%; }
  .experts > article div.bio {
    width: 100%; }

  h3.not-flush {
    margin-left: 1em; }

  nav.primary {
    margin-right: 0 !important; } }
@media (min-width: 25.001em) {
  #debug:after {
    content: 'xsmall and up' !important; }

  .features article {
    width: 49%;
    margin-left: 0;
    margin-right: 2%;
    float: left; }
    .features article:nth-of-type(2n + 2) {
      margin-right: 0;
      clear: none; }
    .features article:nth-of-type(2n + 1) {
      clear: left; }
    .features article .text {
      width: 60%; } }
@media (min-width: 40.001em) {
  #debug:after {
    content: 'small and up' !important; }

  .features article {
    width: 49%;
    margin-left: 0;
    margin-right: 2%;
    float: left; }
    .features article:nth-of-type(2n + 2) {
      margin-right: 0;
      clear: none; }
    .features article:nth-of-type(2n + 1) {
      clear: left; }

  /*
  .expert-cards > article {
  	@include grid-columns(3, 1, 2%);
  	margin-bottom: 2%;
  }
  */ }
@media (min-width: 40em) and (max-width: 64.374em) {
  div.page {
    padding: 0 2em 0 2em; }

  #search {
    right: 2em !important; }

  #debug:after {
    content: 'medium and down' !important; }

  .features > article {
    width: 32%;
    margin-left: 0;
    margin-right: 2%;
    float: left;
    margin-bottom: 2%; }
    .features > article:nth-of-type(3n + 3) {
      margin-right: 0;
      clear: none; }
    .features > article:nth-of-type(3n + 1) {
      clear: left; }

  .featured-blocks > article {
    width: 48%;
    margin-left: 0;
    margin-right: 4%;
    float: left; }
    .featured-blocks > article:nth-of-type(2n + 2) {
      margin-right: 0;
      clear: none; }
    .featured-blocks > article:nth-of-type(2n + 1) {
      clear: left; }

  .expert-cards > article {
    width: 23.5%;
    margin-left: 0;
    margin-right: 2%;
    float: left;
    margin-bottom: 2%; }
    .expert-cards > article:nth-of-type(4n + 4) {
      margin-right: 0;
      clear: none; }
    .expert-cards > article:nth-of-type(4n + 1) {
      clear: left; }

  .experts > article {
    clear: both;
    overflow: auto;
    padding: 1em 0;
    border-top: 2px solid white; }
    .experts > article img, .experts > article > div {
      float: none; }
    .experts > article img {
      width: 25%;
      margin-bottom: 1em; }
    .experts > article div.bio {
      margin-top: 1em;
      width: 75%; } }
@media (min-width: 64.375em) and (max-width: 74.999em) {
  #debug:after {
    content: 'medium-large' !important; }

  /*
  .expert-cards > article {
  	@include grid-columns(4, 1, 2%);
  	margin-bottom: 2%;
  }
  */ }
@media (min-width: 64.375em) {
  div.page {
    padding: 0 3em 0 3em; }

  #search {
    right: 3em !important; }

  #debug:after {
    content: 'medium and up' !important; }

  .features > article {
    width: 32%;
    margin-left: 0;
    margin-right: 2%;
    float: left;
    margin-bottom: 2%; }
    .features > article:nth-of-type(3n + 3) {
      margin-right: 0;
      clear: none; }
    .features > article:nth-of-type(3n + 1) {
      clear: left; }

  .expert-cards > article {
    width: 18.4%;
    margin-left: 0;
    margin-right: 2%;
    float: left;
    margin-bottom: 2%; }
    .expert-cards > article:nth-of-type(5n + 5) {
      margin-right: 0;
      clear: none; }
    .expert-cards > article:nth-of-type(5n + 1) {
      clear: left; }

  .experts > article {
    clear: both;
    overflow: auto;
    padding: 1em 0;
    border-top: 2px solid white; }
    .experts > article img, .experts > article > div {
      float: left; }
    .experts > article img {
      width: 19%;
      margin-right: 2%; }
    .experts > article div.title {
      width: 25%;
      margin-right: 2%; }
    .experts > article div.expertise {
      width: 25%;
      margin-right: 2%; }
    .experts > article div.bio {
      width: 25%; }
    .experts > article ul.expertise {
      font-size: 0.75em; }

  .featured-blocks > article {
    width: 48%;
    margin-left: 0;
    margin-right: 4%;
    float: left; }
    .featured-blocks > article:nth-of-type(2n + 2) {
      margin-right: 0;
      clear: none; }
    .featured-blocks > article:nth-of-type(2n + 1) {
      clear: left; } }
@media (min-width: 75em) and (max-width: 103.124em) {
  #debug:after {
    content: 'large' !important; } }
@media (min-width: 103.125em) {
  #debug:after {
    content: 'x-large' !important; } }
